@maggioli-design-system/magma 2.0.0-beta.2 → 2.0.0-beta.3
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/README.md +11 -3
- package/dist/cjs/{floating-controller-DA8xyqCa.js → floating-controller-CXEVR1wX.js} +5 -5
- 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 +24 -2
- package/dist/cjs/mds-accordion-timer-item.cjs.entry.js +12 -2
- package/dist/cjs/mds-accordion-timer.cjs.entry.js +1 -1
- package/dist/cjs/mds-accordion.cjs.entry.js +32 -5
- package/dist/cjs/mds-author.cjs.entry.js +1 -1
- 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 +27 -11
- package/dist/cjs/mds-badge.cjs.entry.js +24 -2
- package/dist/cjs/mds-banner_3.cjs.entry.js +49 -10
- package/dist/cjs/mds-benchmark-bar.cjs.entry.js +1 -1
- package/dist/cjs/mds-bibliography.cjs.entry.js +1 -1
- package/dist/cjs/mds-breadcrumb-item.cjs.entry.js +1 -1
- package/dist/cjs/mds-breadcrumb.cjs.entry.js +7 -7
- 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 +30 -9
- package/dist/cjs/mds-calendar_2.cjs.entry.js +69 -67
- 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 +22 -4
- package/dist/cjs/mds-details.cjs.entry.js +14 -2
- package/dist/cjs/mds-dropdown.cjs.entry.js +41 -21
- package/dist/cjs/mds-emoji.cjs.entry.js +1 -1
- package/dist/cjs/mds-entity.cjs.entry.js +20 -2
- package/dist/cjs/mds-file-preview.cjs.entry.js +25 -3
- package/dist/cjs/mds-file.cjs.entry.js +26 -4
- package/dist/cjs/mds-filter-item.cjs.entry.js +22 -2
- package/dist/cjs/mds-filter.cjs.entry.js +24 -2
- package/dist/cjs/mds-header-bar.cjs.entry.js +24 -2
- package/dist/cjs/mds-header.cjs.entry.js +20 -4
- package/dist/cjs/mds-horizontal-scroll.cjs.entry.js +1 -1
- package/dist/cjs/mds-hr.cjs.entry.js +16 -2
- package/dist/cjs/mds-img.cjs.entry.js +5 -4
- package/dist/cjs/mds-input-date-range-preselection.cjs.entry.js +1 -1
- package/dist/cjs/mds-input-date-range.cjs.entry.js +31 -14
- package/dist/cjs/mds-input-date.cjs.entry.js +38 -14
- package/dist/cjs/mds-input-field.cjs.entry.js +1 -1
- package/dist/cjs/mds-input-otp.cjs.entry.js +1 -1
- package/dist/cjs/mds-input-range.cjs.entry.js +24 -2
- package/dist/cjs/mds-input-select.cjs.entry.js +25 -3
- package/dist/cjs/mds-input-switch_2.cjs.entry.js +27 -4
- package/dist/cjs/mds-input-tip_2.cjs.entry.js +28 -5
- package/dist/cjs/mds-input-upload.cjs.entry.js +17 -7
- package/dist/cjs/mds-input.cjs.entry.js +26 -3
- package/dist/cjs/mds-keyboard-key.cjs.entry.js +1 -1
- package/dist/cjs/mds-keyboard.cjs.entry.js +30 -11
- package/dist/cjs/mds-kpi-item.cjs.entry.js +24 -2
- package/dist/cjs/mds-kpi.cjs.entry.js +1 -1
- package/dist/cjs/mds-label.cjs.entry.js +18 -2
- package/dist/cjs/mds-list-item.cjs.entry.js +12 -2
- package/dist/cjs/mds-list.cjs.entry.js +1 -1
- package/dist/cjs/mds-mention.cjs.entry.js +1 -1
- package/dist/cjs/mds-modal.cjs.entry.js +121 -43
- package/dist/cjs/mds-note.cjs.entry.js +22 -2
- package/dist/cjs/mds-notification.cjs.entry.js +14 -4
- package/dist/cjs/mds-paginator-item.cjs.entry.js +18 -2
- package/dist/cjs/mds-paginator.cjs.entry.js +39 -2
- package/dist/cjs/mds-policy-ai.cjs.entry.js +5 -2
- package/dist/cjs/mds-pref-animation.cjs.entry.js +15 -8
- package/dist/cjs/mds-pref-consumption.cjs.entry.js +15 -8
- package/dist/cjs/mds-pref-contrast.cjs.entry.js +15 -8
- package/dist/cjs/mds-pref-language-item.cjs.entry.js +2 -2
- package/dist/cjs/mds-pref-language.cjs.entry.js +2 -2
- package/dist/cjs/mds-pref-theme-variant-item.cjs.entry.js +2 -2
- package/dist/cjs/mds-pref-theme-variant.cjs.entry.js +2 -2
- package/dist/cjs/mds-pref-theme.cjs.entry.js +27 -18
- package/dist/cjs/mds-pref.cjs.entry.js +2 -2
- package/dist/cjs/mds-price-table-features-cell.cjs.entry.js +24 -2
- package/dist/cjs/mds-price-table-features-row.cjs.entry.js +24 -2
- package/dist/cjs/mds-price-table-features.cjs.entry.js +24 -2
- package/dist/cjs/mds-price-table-header.cjs.entry.js +2 -2
- package/dist/cjs/mds-price-table-list-item.cjs.entry.js +2 -2
- package/dist/cjs/mds-price-table-list.cjs.entry.js +24 -2
- package/dist/cjs/mds-price-table.cjs.entry.js +2 -2
- package/dist/cjs/mds-progress_2.cjs.entry.js +26 -4
- package/dist/cjs/mds-push-notification-item.cjs.entry.js +28 -6
- package/dist/cjs/mds-push-notification.cjs.entry.js +16 -2
- package/dist/cjs/mds-quote.cjs.entry.js +12 -2
- package/dist/cjs/mds-radial-menu-item.cjs.entry.js +2 -2
- package/dist/cjs/mds-radial-menu.cjs.entry.js +3 -3
- package/dist/cjs/mds-separator.cjs.entry.js +20 -2
- package/dist/cjs/mds-status-bar.cjs.entry.js +25 -3
- package/dist/cjs/mds-stepper-bar-item.cjs.entry.js +10 -2
- package/dist/cjs/mds-stepper-bar.cjs.entry.js +2 -2
- package/dist/cjs/mds-tab-bar-item.cjs.entry.js +24 -2
- package/dist/cjs/mds-tab-bar.cjs.entry.js +24 -2
- package/dist/cjs/mds-tab_2.cjs.entry.js +56 -6
- package/dist/cjs/mds-table-body.cjs.entry.js +12 -2
- package/dist/cjs/mds-table-footer.cjs.entry.js +12 -2
- package/dist/cjs/mds-table-header-cell.cjs.entry.js +12 -2
- package/dist/cjs/mds-table-header.cjs.entry.js +12 -2
- package/dist/cjs/mds-table-row.cjs.entry.js +12 -4
- package/dist/cjs/mds-table.cjs.entry.js +26 -4
- package/dist/cjs/mds-text.cjs.entry.js +12 -2
- package/dist/cjs/mds-toast.cjs.entry.js +24 -2
- package/dist/cjs/mds-tooltip.cjs.entry.js +37 -17
- package/dist/cjs/mds-tree-item.cjs.entry.js +26 -2
- package/dist/cjs/mds-tree.cjs.entry.js +34 -2
- package/dist/cjs/mds-url-view.cjs.entry.js +22 -2
- package/dist/cjs/mds-usage.cjs.entry.js +24 -2
- package/dist/cjs/mds-video-wall.cjs.entry.js +2 -2
- package/dist/cjs/mds-zero.cjs.entry.js +24 -2
- package/dist/cjs/preference-BdpIXWLP.js +81 -0
- package/dist/collection/common/floating-controller.js +5 -5
- package/dist/collection/common/preference.js +78 -0
- package/dist/collection/components/mds-accordion/mds-accordion.css +16 -16
- package/dist/collection/components/mds-accordion/mds-accordion.js +43 -9
- package/dist/collection/components/mds-accordion/test/mds-accordion.stories.js +4 -3
- package/dist/collection/components/mds-accordion-item/mds-accordion-item.css +38 -27
- package/dist/collection/components/mds-accordion-item/mds-accordion-item.js +31 -1
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.css +0 -11
- package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.css +16 -8
- package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.js +16 -1
- package/dist/collection/components/mds-author/mds-author.css +1 -1
- package/dist/collection/components/mds-avatar/mds-avatar.css +27 -19
- package/dist/collection/components/mds-avatar/mds-avatar.js +28 -10
- package/dist/collection/components/mds-avatar-stack/mds-avatar-stack.css +25 -0
- package/dist/collection/components/mds-avatar-stack-item/mds-avatar-stack-item.css +5 -113
- package/dist/collection/components/mds-badge/mds-badge.css +41 -21
- package/dist/collection/components/mds-badge/mds-badge.js +31 -1
- package/dist/collection/components/mds-banner/mds-banner.css +36 -15
- package/dist/collection/components/mds-banner/mds-banner.js +31 -7
- package/dist/collection/components/mds-banner/test/mds-banner.stories.js +3 -3
- package/dist/collection/components/mds-bibliography/mds-bibliography.css +2 -2
- package/dist/collection/components/mds-breadcrumb/mds-breadcrumb.css +0 -12
- package/dist/collection/components/mds-breadcrumb/mds-breadcrumb.js +10 -10
- package/dist/collection/components/mds-breadcrumb/test/mds-breadcrumb.stories.js +2 -2
- package/dist/collection/components/mds-button/mds-button.css +27 -29
- package/dist/collection/components/mds-button/mds-button.js +22 -1
- package/dist/collection/components/mds-button-group/mds-button-group.css +15 -0
- package/dist/collection/components/mds-calendar/mds-calendar.js +67 -65
- package/dist/collection/components/mds-card/mds-card.css +17 -6
- package/dist/collection/components/mds-card/mds-card.js +28 -7
- package/dist/collection/components/mds-card/test/mds-card.stories.js +3 -3
- package/dist/collection/components/mds-chip/mds-chip.css +38 -24
- package/dist/collection/components/mds-chip/mds-chip.js +25 -1
- package/dist/collection/components/mds-details/mds-details.css +23 -10
- package/dist/collection/components/mds-details/mds-details.js +15 -1
- package/dist/collection/components/mds-dropdown/mds-dropdown.css +40 -19
- package/dist/collection/components/mds-dropdown/mds-dropdown.js +63 -35
- package/dist/collection/components/mds-dropdown/test/mds-dropdown.stories.js +15 -15
- package/dist/collection/components/mds-entity/mds-entity.css +19 -10
- package/dist/collection/components/mds-entity/mds-entity.js +26 -1
- package/dist/collection/components/mds-file/mds-file.css +32 -20
- package/dist/collection/components/mds-file/mds-file.js +33 -7
- package/dist/collection/components/mds-file/test/mds-file.stories.js +2 -2
- package/dist/collection/components/mds-file-preview/mds-file-preview.css +41 -23
- package/dist/collection/components/mds-file-preview/mds-file-preview.js +28 -2
- package/dist/collection/components/mds-filter/mds-filter.css +43 -26
- package/dist/collection/components/mds-filter/mds-filter.js +27 -1
- package/dist/collection/components/mds-filter-item/mds-filter-item.css +33 -13
- package/dist/collection/components/mds-filter-item/mds-filter-item.js +29 -1
- package/dist/collection/components/mds-header/mds-header.css +18 -7
- package/dist/collection/components/mds-header/mds-header.js +27 -8
- package/dist/collection/components/mds-header/test/mds-header.stories.js +2 -2
- package/dist/collection/components/mds-header-bar/mds-header-bar.css +33 -13
- package/dist/collection/components/mds-header-bar/mds-header-bar.js +27 -1
- package/dist/collection/components/mds-help/mds-help.js +7 -7
- package/dist/collection/components/mds-horizontal-scroll/mds-horizontal-scroll.css +11 -15
- package/dist/collection/components/mds-hr/mds-hr.css +9 -3
- package/dist/collection/components/mds-hr/mds-hr.js +21 -1
- package/dist/collection/components/mds-icon/mds-icon.js +2 -4
- package/dist/collection/components/mds-img/mds-img.js +4 -3
- package/dist/collection/components/mds-input/mds-input.css +34 -60
- package/dist/collection/components/mds-input/mds-input.js +29 -2
- package/dist/collection/components/mds-input-date/mds-input-date.css +35 -16
- package/dist/collection/components/mds-input-date/mds-input-date.js +41 -13
- package/dist/collection/components/mds-input-date-range/mds-input-date-range.css +35 -15
- package/dist/collection/components/mds-input-date-range/mds-input-date-range.js +34 -13
- package/dist/collection/components/mds-input-field/mds-input-field.css +48 -0
- package/dist/collection/components/mds-input-range/mds-input-range.css +37 -36
- package/dist/collection/components/mds-input-range/mds-input-range.js +28 -2
- package/dist/collection/components/mds-input-select/mds-input-select.css +40 -28
- package/dist/collection/components/mds-input-select/mds-input-select.js +28 -2
- package/dist/collection/components/mds-input-switch/mds-input-switch.css +9 -3
- package/dist/collection/components/mds-input-switch/mds-input-switch.js +17 -1
- package/dist/collection/components/mds-input-tip/mds-input-tip.css +16 -7
- package/dist/collection/components/mds-input-tip/mds-input-tip.js +16 -1
- package/dist/collection/components/mds-input-tip-item/mds-input-tip-item.css +29 -16
- package/dist/collection/components/mds-input-tip-item/mds-input-tip-item.js +18 -2
- package/dist/collection/components/mds-input-upload/mds-input-upload.css +2 -5
- package/dist/collection/components/mds-input-upload/mds-input-upload.js +16 -6
- package/dist/collection/components/mds-keyboard/mds-keyboard.css +9 -3
- package/dist/collection/components/mds-keyboard/mds-keyboard.js +31 -10
- package/dist/collection/components/mds-kpi-item/mds-kpi-item.css +47 -43
- package/dist/collection/components/mds-kpi-item/mds-kpi-item.js +27 -1
- package/dist/collection/components/mds-label/mds-label.css +17 -6
- package/dist/collection/components/mds-label/mds-label.js +20 -1
- package/dist/collection/components/mds-list/mds-list.css +4 -5
- package/dist/collection/components/mds-list-item/mds-list-item.css +11 -8
- package/dist/collection/components/mds-list-item/mds-list-item.js +16 -1
- package/dist/collection/components/mds-modal/mds-modal.css +198 -67
- package/dist/collection/components/mds-modal/mds-modal.js +133 -74
- package/dist/collection/components/mds-modal/test/mds-modal.stories.js +44 -3
- package/dist/collection/components/mds-note/mds-note.css +47 -35
- package/dist/collection/components/mds-note/mds-note.js +25 -1
- package/dist/collection/components/mds-notification/mds-notification.css +34 -26
- package/dist/collection/components/mds-notification/mds-notification.js +22 -7
- package/dist/collection/components/mds-notification/test/mds-notification.stories.js +7 -7
- package/dist/collection/components/mds-paginator/mds-paginator.css +48 -28
- package/dist/collection/components/mds-paginator/mds-paginator.js +46 -1
- package/dist/collection/components/mds-paginator-item/mds-paginator-item.css +29 -15
- package/dist/collection/components/mds-paginator-item/mds-paginator-item.js +24 -1
- package/dist/collection/components/mds-policy-ai/mds-policy-ai.css +10 -7
- package/dist/collection/components/mds-policy-ai/mds-policy-ai.js +4 -1
- package/dist/collection/components/mds-pref/mds-pref.js +1 -1
- package/dist/collection/components/mds-pref-animation/mds-pref-animation.css +8 -3
- package/dist/collection/components/mds-pref-animation/mds-pref-animation.js +15 -7
- package/dist/collection/components/mds-pref-consumption/mds-pref-consumption.css +8 -3
- package/dist/collection/components/mds-pref-consumption/mds-pref-consumption.js +15 -7
- package/dist/collection/components/mds-pref-contrast/mds-pref-contrast.css +8 -3
- package/dist/collection/components/mds-pref-contrast/mds-pref-contrast.js +15 -7
- package/dist/collection/components/mds-pref-language/mds-pref-language.js +1 -1
- package/dist/collection/components/mds-pref-language-item/mds-pref-language-item.js +1 -1
- package/dist/collection/components/mds-pref-theme/mds-pref-theme.css +3 -3
- package/dist/collection/components/mds-pref-theme/mds-pref-theme.js +29 -17
- package/dist/collection/components/mds-pref-theme-variant/mds-pref-theme-variant.js +1 -1
- package/dist/collection/components/mds-pref-theme-variant-item/mds-pref-theme-variant-item.js +1 -1
- package/dist/collection/components/mds-price-table/mds-price-table.js +1 -1
- package/dist/collection/components/mds-price-table-features/mds-price-table-features.css +35 -16
- package/dist/collection/components/mds-price-table-features/mds-price-table-features.js +31 -1
- package/dist/collection/components/mds-price-table-features-cell/mds-price-table-features-cell.css +39 -24
- package/dist/collection/components/mds-price-table-features-cell/mds-price-table-features-cell.js +31 -1
- package/dist/collection/components/mds-price-table-features-row/mds-price-table-features-row.css +37 -17
- package/dist/collection/components/mds-price-table-features-row/mds-price-table-features-row.js +28 -2
- package/dist/collection/components/mds-price-table-header/mds-price-table-header.js +1 -1
- package/dist/collection/components/mds-price-table-list/mds-price-table-list.css +41 -28
- package/dist/collection/components/mds-price-table-list/mds-price-table-list.js +28 -2
- package/dist/collection/components/mds-price-table-list-item/mds-price-table-list-item.css +4 -5
- package/dist/collection/components/mds-price-table-list-item/mds-price-table-list-item.js +1 -1
- package/dist/collection/components/mds-progress/mds-progress.css +37 -19
- package/dist/collection/components/mds-progress/mds-progress.js +27 -1
- package/dist/collection/components/mds-push-notification/mds-push-notification.css +14 -8
- package/dist/collection/components/mds-push-notification/mds-push-notification.js +21 -1
- package/dist/collection/components/mds-push-notification-item/mds-push-notification-item.css +51 -38
- package/dist/collection/components/mds-push-notification-item/mds-push-notification-item.js +33 -7
- package/dist/collection/components/mds-push-notification-item/test/mds-push-notification-item.stories.js +2 -2
- package/dist/collection/components/mds-quote/mds-quote.css +9 -5
- package/dist/collection/components/mds-quote/mds-quote.js +16 -1
- package/dist/collection/components/mds-radial-menu/mds-radial-menu.js +1 -1
- package/dist/collection/components/mds-radial-menu-item/mds-radial-menu-item.js +1 -1
- package/dist/collection/components/mds-radial-progress/mds-radial-progress.js +1 -1
- package/dist/collection/components/mds-separator/mds-separator.css +19 -9
- package/dist/collection/components/mds-separator/mds-separator.js +26 -1
- package/dist/collection/components/mds-spinner/mds-spinner.css +29 -23
- package/dist/collection/components/mds-spinner/mds-spinner.js +16 -1
- package/dist/collection/components/mds-status-bar/mds-status-bar.css +22 -19
- package/dist/collection/components/mds-status-bar/mds-status-bar.js +32 -2
- package/dist/collection/components/mds-stepper-bar/mds-stepper-bar.css +13 -32
- package/dist/collection/components/mds-stepper-bar/mds-stepper-bar.js +1 -1
- package/dist/collection/components/mds-stepper-bar-item/mds-stepper-bar-item.css +34 -44
- package/dist/collection/components/mds-stepper-bar-item/mds-stepper-bar-item.js +10 -1
- package/dist/collection/components/mds-tab/mds-tab.css +50 -20
- package/dist/collection/components/mds-tab/mds-tab.js +40 -3
- package/dist/collection/components/mds-tab-bar/mds-tab-bar.css +35 -14
- package/dist/collection/components/mds-tab-bar/mds-tab-bar.js +31 -1
- package/dist/collection/components/mds-tab-bar-item/mds-tab-bar-item.css +36 -16
- package/dist/collection/components/mds-tab-bar-item/mds-tab-bar-item.js +27 -1
- package/dist/collection/components/mds-tab-item/mds-tab-item.css +11 -6
- package/dist/collection/components/mds-tab-item/mds-tab-item.js +74 -1
- package/dist/collection/components/mds-table/mds-table.css +39 -19
- package/dist/collection/components/mds-table/mds-table.js +29 -3
- package/dist/collection/components/mds-table-body/mds-table-body.css +18 -9
- package/dist/collection/components/mds-table-body/mds-table-body.js +16 -1
- package/dist/collection/components/mds-table-cell/mds-table-cell.css +17 -8
- package/dist/collection/components/mds-table-cell/mds-table-cell.js +16 -1
- package/dist/collection/components/mds-table-footer/mds-table-footer.css +18 -8
- package/dist/collection/components/mds-table-footer/mds-table-footer.js +16 -1
- package/dist/collection/components/mds-table-header/mds-table-header.css +18 -8
- package/dist/collection/components/mds-table-header/mds-table-header.js +12 -1
- package/dist/collection/components/mds-table-header-cell/mds-table-header-cell.css +20 -10
- package/dist/collection/components/mds-table-header-cell/mds-table-header-cell.js +13 -2
- package/dist/collection/components/mds-table-row/mds-table-row.css +25 -14
- package/dist/collection/components/mds-table-row/mds-table-row.js +31 -3
- package/dist/collection/components/mds-text/mds-text.css +7 -5
- package/dist/collection/components/mds-text/mds-text.js +16 -1
- package/dist/collection/components/mds-toast/mds-toast.css +51 -26
- package/dist/collection/components/mds-toast/mds-toast.js +32 -2
- package/dist/collection/components/mds-tooltip/mds-tooltip.css +39 -22
- package/dist/collection/components/mds-tooltip/mds-tooltip.js +54 -26
- package/dist/collection/components/mds-tooltip/test/mds-tooltip.stories.js +11 -11
- package/dist/collection/components/mds-tree/mds-tree.css +2 -2
- package/dist/collection/components/mds-tree/mds-tree.js +33 -1
- package/dist/collection/components/mds-tree-item/mds-tree-item.css +47 -76
- package/dist/collection/components/mds-tree-item/mds-tree-item.js +95 -1
- package/dist/collection/components/mds-url-view/mds-url-view.css +43 -31
- package/dist/collection/components/mds-url-view/mds-url-view.js +25 -1
- package/dist/collection/components/mds-usage/mds-usage.css +44 -26
- package/dist/collection/components/mds-usage/mds-usage.js +27 -1
- package/dist/collection/components/mds-video-wall/mds-video-wall.css +13 -14
- package/dist/collection/components/mds-video-wall/mds-video-wall.js +2 -1
- package/dist/collection/components/mds-zero/mds-zero.css +36 -20
- package/dist/collection/components/mds-zero/mds-zero.js +31 -1
- package/dist/collection/storybook/color-scale.stories.js +1 -1
- package/dist/components/floating-controller.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 +1 -1
- 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 +1 -1
- package/dist/components/mds-benchmark-bar.js +1 -1
- package/dist/components/mds-bibliography.js +1 -1
- package/dist/components/mds-breadcrumb-item.js +1 -1
- package/dist/components/mds-breadcrumb.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/mds-details.js +1 -1
- package/dist/components/mds-dropdown2.js +1 -1
- package/dist/components/mds-emoji.js +1 -1
- package/dist/components/mds-entity.js +1 -1
- 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 +1 -1
- package/dist/components/mds-header.js +1 -1
- 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-img2.js +1 -1
- package/dist/components/mds-input-date-range-preselection.js +1 -1
- package/dist/components/mds-input-date-range.js +1 -1
- package/dist/components/mds-input-date.js +1 -1
- package/dist/components/mds-input-field.js +1 -1
- package/dist/components/mds-input-otp.js +1 -1
- package/dist/components/mds-input-range.js +1 -1
- package/dist/components/mds-input-select.js +1 -1
- package/dist/components/mds-input-switch2.js +1 -1
- package/dist/components/mds-input-tip-item2.js +1 -1
- package/dist/components/mds-input-tip2.js +1 -1
- package/dist/components/mds-input-upload.js +1 -1
- package/dist/components/mds-input2.js +1 -1
- package/dist/components/mds-keyboard-key.js +1 -1
- package/dist/components/mds-keyboard.js +1 -1
- package/dist/components/mds-kpi-item.js +1 -1
- package/dist/components/mds-kpi.js +1 -1
- package/dist/components/mds-label.js +1 -1
- package/dist/components/mds-list-item.js +1 -1
- package/dist/components/mds-list.js +1 -1
- package/dist/components/mds-mention.js +1 -1
- package/dist/components/mds-modal2.js +1 -1
- package/dist/components/mds-note.js +1 -1
- package/dist/components/mds-notification.js +1 -1
- package/dist/components/mds-paginator-item2.js +1 -1
- package/dist/components/mds-paginator.js +1 -1
- package/dist/components/mds-policy-ai.js +1 -1
- package/dist/components/mds-pref-animation.js +1 -1
- package/dist/components/mds-pref-consumption.js +1 -1
- package/dist/components/mds-pref-contrast.js +1 -1
- package/dist/components/mds-pref-language-item.js +1 -1
- package/dist/components/mds-pref-language.js +1 -1
- package/dist/components/mds-pref-theme-variant-item.js +1 -1
- package/dist/components/mds-pref-theme-variant.js +1 -1
- package/dist/components/mds-pref-theme.js +1 -1
- package/dist/components/mds-pref.js +1 -1
- package/dist/components/mds-price-table-features-cell.js +1 -1
- package/dist/components/mds-price-table-features-row.js +1 -1
- package/dist/components/mds-price-table-features.js +1 -1
- package/dist/components/mds-price-table-header.js +1 -1
- package/dist/components/mds-price-table-list-item.js +1 -1
- package/dist/components/mds-price-table-list.js +1 -1
- package/dist/components/mds-price-table.js +1 -1
- package/dist/components/mds-progress2.js +1 -1
- package/dist/components/mds-push-notification-item.js +1 -1
- package/dist/components/mds-push-notification.js +1 -1
- package/dist/components/mds-quote.js +1 -1
- package/dist/components/mds-radial-menu-item.js +1 -1
- package/dist/components/mds-radial-menu.js +1 -1
- package/dist/components/mds-radial-progress2.js +1 -1
- package/dist/components/mds-separator2.js +1 -1
- package/dist/components/mds-spinner2.js +1 -1
- package/dist/components/mds-status-bar.js +1 -1
- package/dist/components/mds-stepper-bar-item.js +1 -1
- package/dist/components/mds-stepper-bar.js +1 -1
- package/dist/components/mds-tab-bar-item.js +1 -1
- package/dist/components/mds-tab-bar.js +1 -1
- package/dist/components/mds-tab-item2.js +1 -1
- package/dist/components/mds-tab2.js +1 -1
- package/dist/components/mds-table-body.js +1 -1
- package/dist/components/mds-table-cell2.js +1 -1
- package/dist/components/mds-table-footer.js +1 -1
- package/dist/components/mds-table-header-cell2.js +1 -1
- package/dist/components/mds-table-header.js +1 -1
- package/dist/components/mds-table-row.js +1 -1
- package/dist/components/mds-table.js +1 -1
- package/dist/components/mds-text2.js +1 -1
- package/dist/components/mds-toast.js +1 -1
- package/dist/components/mds-tooltip2.js +1 -1
- package/dist/components/mds-tree-item.js +1 -1
- package/dist/components/mds-tree.js +1 -1
- package/dist/components/mds-url-view.js +1 -1
- package/dist/components/mds-usage.js +1 -1
- package/dist/components/mds-video-wall.js +1 -1
- package/dist/components/mds-zero.js +1 -1
- package/dist/components/preference.js +1 -0
- package/dist/documentation.json +488 -382
- package/dist/esm/{floating-controller-CP3-OFb9.js → floating-controller-D5eXU5Mk.js} +5 -5
- package/dist/esm/loader.js +1 -1
- package/dist/esm/magma-components.js +1 -1
- package/dist/esm/mds-accordion-item.entry.js +24 -2
- package/dist/esm/mds-accordion-timer-item.entry.js +12 -2
- package/dist/esm/mds-accordion-timer.entry.js +1 -1
- package/dist/esm/mds-accordion.entry.js +32 -5
- package/dist/esm/mds-author.entry.js +1 -1
- 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 +27 -11
- package/dist/esm/mds-badge.entry.js +24 -2
- package/dist/esm/mds-banner_3.entry.js +49 -10
- package/dist/esm/mds-benchmark-bar.entry.js +1 -1
- package/dist/esm/mds-bibliography.entry.js +1 -1
- package/dist/esm/mds-breadcrumb-item.entry.js +1 -1
- package/dist/esm/mds-breadcrumb.entry.js +7 -7
- 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 +30 -9
- package/dist/esm/mds-calendar_2.entry.js +69 -67
- 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 +22 -4
- package/dist/esm/mds-details.entry.js +14 -2
- package/dist/esm/mds-dropdown.entry.js +41 -21
- package/dist/esm/mds-emoji.entry.js +1 -1
- package/dist/esm/mds-entity.entry.js +20 -2
- package/dist/esm/mds-file-preview.entry.js +25 -3
- package/dist/esm/mds-file.entry.js +26 -4
- package/dist/esm/mds-filter-item.entry.js +22 -2
- package/dist/esm/mds-filter.entry.js +24 -2
- package/dist/esm/mds-header-bar.entry.js +24 -2
- package/dist/esm/mds-header.entry.js +20 -4
- package/dist/esm/mds-horizontal-scroll.entry.js +1 -1
- package/dist/esm/mds-hr.entry.js +16 -2
- package/dist/esm/mds-img.entry.js +5 -4
- package/dist/esm/mds-input-date-range-preselection.entry.js +1 -1
- package/dist/esm/mds-input-date-range.entry.js +31 -14
- package/dist/esm/mds-input-date.entry.js +38 -14
- package/dist/esm/mds-input-field.entry.js +1 -1
- package/dist/esm/mds-input-otp.entry.js +1 -1
- package/dist/esm/mds-input-range.entry.js +24 -2
- package/dist/esm/mds-input-select.entry.js +25 -3
- package/dist/esm/mds-input-switch_2.entry.js +27 -4
- package/dist/esm/mds-input-tip_2.entry.js +28 -5
- package/dist/esm/mds-input-upload.entry.js +17 -7
- package/dist/esm/mds-input.entry.js +26 -3
- package/dist/esm/mds-keyboard-key.entry.js +1 -1
- package/dist/esm/mds-keyboard.entry.js +30 -11
- package/dist/esm/mds-kpi-item.entry.js +24 -2
- package/dist/esm/mds-kpi.entry.js +1 -1
- package/dist/esm/mds-label.entry.js +18 -2
- package/dist/esm/mds-list-item.entry.js +12 -2
- package/dist/esm/mds-list.entry.js +1 -1
- package/dist/esm/mds-mention.entry.js +1 -1
- package/dist/esm/mds-modal.entry.js +121 -43
- package/dist/esm/mds-note.entry.js +22 -2
- package/dist/esm/mds-notification.entry.js +14 -4
- package/dist/esm/mds-paginator-item.entry.js +18 -2
- package/dist/esm/mds-paginator.entry.js +39 -2
- package/dist/esm/mds-policy-ai.entry.js +5 -2
- package/dist/esm/mds-pref-animation.entry.js +15 -8
- package/dist/esm/mds-pref-consumption.entry.js +15 -8
- package/dist/esm/mds-pref-contrast.entry.js +15 -8
- package/dist/esm/mds-pref-language-item.entry.js +2 -2
- package/dist/esm/mds-pref-language.entry.js +2 -2
- package/dist/esm/mds-pref-theme-variant-item.entry.js +2 -2
- package/dist/esm/mds-pref-theme-variant.entry.js +2 -2
- package/dist/esm/mds-pref-theme.entry.js +27 -18
- package/dist/esm/mds-pref.entry.js +2 -2
- package/dist/esm/mds-price-table-features-cell.entry.js +24 -2
- package/dist/esm/mds-price-table-features-row.entry.js +24 -2
- package/dist/esm/mds-price-table-features.entry.js +24 -2
- package/dist/esm/mds-price-table-header.entry.js +2 -2
- package/dist/esm/mds-price-table-list-item.entry.js +2 -2
- package/dist/esm/mds-price-table-list.entry.js +24 -2
- package/dist/esm/mds-price-table.entry.js +2 -2
- package/dist/esm/mds-progress_2.entry.js +26 -4
- package/dist/esm/mds-push-notification-item.entry.js +28 -6
- package/dist/esm/mds-push-notification.entry.js +16 -2
- package/dist/esm/mds-quote.entry.js +12 -2
- package/dist/esm/mds-radial-menu-item.entry.js +2 -2
- package/dist/esm/mds-radial-menu.entry.js +3 -3
- package/dist/esm/mds-separator.entry.js +20 -2
- package/dist/esm/mds-status-bar.entry.js +25 -3
- package/dist/esm/mds-stepper-bar-item.entry.js +10 -2
- package/dist/esm/mds-stepper-bar.entry.js +2 -2
- package/dist/esm/mds-tab-bar-item.entry.js +24 -2
- package/dist/esm/mds-tab-bar.entry.js +24 -2
- package/dist/esm/mds-tab_2.entry.js +56 -6
- package/dist/esm/mds-table-body.entry.js +12 -2
- package/dist/esm/mds-table-footer.entry.js +12 -2
- package/dist/esm/mds-table-header-cell.entry.js +12 -2
- package/dist/esm/mds-table-header.entry.js +12 -2
- package/dist/esm/mds-table-row.entry.js +12 -4
- package/dist/esm/mds-table.entry.js +26 -4
- package/dist/esm/mds-text.entry.js +12 -2
- package/dist/esm/mds-toast.entry.js +24 -2
- package/dist/esm/mds-tooltip.entry.js +37 -17
- package/dist/esm/mds-tree-item.entry.js +26 -2
- package/dist/esm/mds-tree.entry.js +34 -2
- package/dist/esm/mds-url-view.entry.js +22 -2
- package/dist/esm/mds-usage.entry.js +24 -2
- package/dist/esm/mds-video-wall.entry.js +2 -2
- package/dist/esm/mds-zero.entry.js +24 -2
- package/dist/esm/preference-fMwnXhio.js +79 -0
- package/dist/esm-es5/floating-controller-D5eXU5Mk.js +1 -0
- 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 +1 -1
- package/dist/esm-es5/mds-entity.entry.js +1 -1
- package/dist/esm-es5/mds-file-preview.entry.js +2 -2
- package/dist/esm-es5/mds-file.entry.js +3 -3
- 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-img.entry.js +1 -1
- package/dist/esm-es5/mds-input-date-range-preselection.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-field.entry.js +1 -1
- package/dist/esm-es5/mds-input-otp.entry.js +1 -1
- package/dist/esm-es5/mds-input-range.entry.js +1 -1
- package/dist/esm-es5/mds-input-select.entry.js +1 -1
- package/dist/esm-es5/mds-input-switch_2.entry.js +1 -1
- package/dist/esm-es5/mds-input-tip_2.entry.js +1 -1
- package/dist/esm-es5/mds-input-upload.entry.js +1 -1
- package/dist/esm-es5/mds-input.entry.js +1 -1
- package/dist/esm-es5/mds-keyboard-key.entry.js +1 -1
- package/dist/esm-es5/mds-keyboard.entry.js +1 -1
- package/dist/esm-es5/mds-kpi-item.entry.js +1 -1
- package/dist/esm-es5/mds-kpi.entry.js +1 -1
- package/dist/esm-es5/mds-label.entry.js +1 -1
- package/dist/esm-es5/mds-list-item.entry.js +1 -1
- package/dist/esm-es5/mds-list.entry.js +1 -1
- package/dist/esm-es5/mds-mention.entry.js +1 -1
- package/dist/esm-es5/mds-modal.entry.js +1 -1
- package/dist/esm-es5/mds-note.entry.js +1 -1
- package/dist/esm-es5/mds-notification.entry.js +1 -1
- package/dist/esm-es5/mds-paginator-item.entry.js +1 -1
- package/dist/esm-es5/mds-paginator.entry.js +1 -1
- package/dist/esm-es5/mds-policy-ai.entry.js +1 -1
- package/dist/esm-es5/mds-pref-animation.entry.js +1 -1
- package/dist/esm-es5/mds-pref-consumption.entry.js +1 -1
- package/dist/esm-es5/mds-pref-contrast.entry.js +1 -1
- package/dist/esm-es5/mds-pref-language-item.entry.js +1 -1
- package/dist/esm-es5/mds-pref-language.entry.js +1 -1
- package/dist/esm-es5/mds-pref-theme-variant-item.entry.js +1 -1
- package/dist/esm-es5/mds-pref-theme-variant.entry.js +1 -1
- package/dist/esm-es5/mds-pref-theme.entry.js +1 -1
- package/dist/esm-es5/mds-pref.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-features-cell.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-features-row.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-features.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-header.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-list-item.entry.js +1 -1
- package/dist/esm-es5/mds-price-table-list.entry.js +1 -1
- package/dist/esm-es5/mds-price-table.entry.js +1 -1
- package/dist/esm-es5/mds-progress_2.entry.js +1 -1
- package/dist/esm-es5/mds-push-notification-item.entry.js +1 -1
- package/dist/esm-es5/mds-push-notification.entry.js +1 -1
- package/dist/esm-es5/mds-quote.entry.js +1 -1
- package/dist/esm-es5/mds-radial-menu-item.entry.js +1 -1
- package/dist/esm-es5/mds-radial-menu.entry.js +1 -1
- package/dist/esm-es5/mds-separator.entry.js +1 -1
- package/dist/esm-es5/mds-status-bar.entry.js +1 -1
- package/dist/esm-es5/mds-stepper-bar-item.entry.js +1 -1
- package/dist/esm-es5/mds-stepper-bar.entry.js +1 -1
- package/dist/esm-es5/mds-tab-bar-item.entry.js +1 -1
- package/dist/esm-es5/mds-tab-bar.entry.js +1 -1
- package/dist/esm-es5/mds-tab_2.entry.js +1 -1
- package/dist/esm-es5/mds-table-body.entry.js +1 -1
- package/dist/esm-es5/mds-table-footer.entry.js +1 -1
- package/dist/esm-es5/mds-table-header-cell.entry.js +1 -1
- package/dist/esm-es5/mds-table-header.entry.js +1 -1
- package/dist/esm-es5/mds-table-row.entry.js +1 -1
- package/dist/esm-es5/mds-table.entry.js +1 -1
- package/dist/esm-es5/mds-text.entry.js +1 -1
- package/dist/esm-es5/mds-toast.entry.js +1 -1
- package/dist/esm-es5/mds-tooltip.entry.js +1 -1
- package/dist/esm-es5/mds-tree-item.entry.js +1 -1
- package/dist/esm-es5/mds-tree.entry.js +1 -1
- package/dist/esm-es5/mds-url-view.entry.js +1 -1
- package/dist/esm-es5/mds-usage.entry.js +1 -1
- package/dist/esm-es5/mds-video-wall.entry.js +1 -1
- package/dist/esm-es5/mds-zero.entry.js +1 -1
- package/dist/esm-es5/preference-fMwnXhio.js +1 -0
- package/dist/hydrate/index.js +2084 -527
- package/dist/hydrate/index.mjs +2084 -527
- package/dist/magma-components/magma-components.esm.js +1 -1
- package/dist/magma-components/p-0105d7c7.entry.js +8 -0
- package/dist/magma-components/p-022defe8.entry.js +1 -0
- package/dist/magma-components/p-02d858d0.entry.js +1 -0
- package/dist/magma-components/p-0607a2b3.entry.js +1 -0
- package/dist/magma-components/{p-0b11f03b.entry.js → p-0af4d0ef.entry.js} +1 -1
- package/dist/magma-components/p-0b91aae4.entry.js +1 -0
- package/dist/magma-components/p-0bb29dbd.system.entry.js +1 -0
- package/dist/magma-components/p-0c1a5df0.entry.js +1 -0
- package/dist/magma-components/p-0e986d85.entry.js +18 -0
- package/dist/magma-components/p-0ea42813.entry.js +1 -0
- package/dist/magma-components/p-0fe5aeaf.system.entry.js +1 -0
- package/dist/magma-components/p-10ddec99.system.entry.js +1 -0
- package/dist/magma-components/p-11567740.entry.js +1 -0
- package/dist/magma-components/p-116238cf.system.entry.js +1 -0
- package/dist/magma-components/p-1239667c.system.entry.js +1 -0
- package/dist/magma-components/p-1518fda3.system.entry.js +1 -0
- package/dist/magma-components/p-16c94506.system.entry.js +1 -0
- package/dist/magma-components/p-18823bfc.system.entry.js +1 -0
- package/dist/magma-components/p-188e94ef.system.entry.js +1 -0
- package/dist/magma-components/p-19446c9e.entry.js +1 -0
- package/dist/magma-components/p-1a73c7b0.system.entry.js +1 -0
- package/dist/magma-components/p-1ad03ee9.entry.js +1 -0
- package/dist/magma-components/p-1c4038f7.system.entry.js +1 -0
- package/dist/magma-components/p-2035564c.system.entry.js +1 -0
- package/dist/magma-components/p-2128ce5a.system.entry.js +1 -0
- package/dist/magma-components/p-21ee64ec.entry.js +1 -0
- package/dist/magma-components/p-224d2f55.entry.js +1 -0
- package/dist/magma-components/p-23791e85.system.entry.js +1 -0
- package/dist/magma-components/p-248c1b2c.system.entry.js +1 -0
- package/dist/magma-components/p-249b80a5.entry.js +1 -0
- package/dist/magma-components/p-262daf4f.entry.js +1 -0
- package/dist/magma-components/p-288ce251.entry.js +1 -0
- package/dist/magma-components/p-2a804b82.entry.js +1 -0
- package/dist/magma-components/p-2aff9851.system.entry.js +1 -0
- package/dist/magma-components/p-2b0667f6.system.entry.js +1 -0
- package/dist/magma-components/p-2bd03b3d.system.entry.js +1 -0
- package/dist/magma-components/p-2bfa7ed9.system.entry.js +1 -0
- package/dist/magma-components/p-2c6c80e8.entry.js +1 -0
- package/dist/magma-components/p-2e88e014.system.entry.js +1 -0
- package/dist/magma-components/p-2f5cc981.system.entry.js +1 -0
- package/dist/magma-components/p-31403b12.entry.js +1 -0
- package/dist/magma-components/p-31616d0b.entry.js +1 -0
- package/dist/magma-components/p-33b03c17.system.entry.js +1 -0
- package/dist/magma-components/p-353f30cc.system.entry.js +1 -0
- package/dist/magma-components/p-35482f9d.system.entry.js +1 -0
- package/dist/magma-components/p-35b5889a.system.entry.js +1 -0
- package/dist/magma-components/p-36d9d329.system.entry.js +1 -0
- package/dist/magma-components/p-36fd1ed7.system.entry.js +1 -0
- package/dist/magma-components/p-377c94ee.system.entry.js +1 -0
- package/dist/magma-components/p-385f395d.system.entry.js +1 -0
- package/dist/magma-components/p-39c09a42.system.entry.js +1 -0
- package/dist/magma-components/p-3_AKUQtJ.system.js +1 -0
- package/dist/magma-components/p-3c306ed0.system.entry.js +1 -0
- package/dist/magma-components/p-3de6fa18.entry.js +1 -0
- package/dist/magma-components/p-41da539f.entry.js +1 -0
- package/dist/magma-components/p-422bb9e2.system.entry.js +1 -0
- package/dist/magma-components/p-447c2d1b.entry.js +1 -0
- package/dist/magma-components/p-44e2965d.entry.js +1 -0
- package/dist/magma-components/p-46266f27.entry.js +1 -0
- package/dist/magma-components/p-4630472f.entry.js +1 -0
- package/dist/magma-components/{p-8b3065b4.entry.js → p-4671336c.entry.js} +1 -1
- package/dist/magma-components/p-4803d24f.system.entry.js +1 -0
- package/dist/magma-components/p-4a929c1c.entry.js +1 -0
- package/dist/magma-components/p-4bc7756a.system.entry.js +1 -0
- package/dist/magma-components/p-4f8ae676.system.entry.js +1 -0
- package/dist/magma-components/p-50c922ad.system.entry.js +1 -0
- package/dist/magma-components/p-50cdb70c.system.entry.js +1 -0
- package/dist/magma-components/p-52c10dbf.system.entry.js +1 -0
- package/dist/magma-components/p-52e35c13.system.entry.js +1 -0
- package/dist/magma-components/p-56a8f1d0.system.entry.js +1 -0
- package/dist/magma-components/p-5724212b.entry.js +1 -0
- package/dist/magma-components/p-5be1c273.entry.js +1 -0
- package/dist/magma-components/p-5d05fa1a.entry.js +1 -0
- package/dist/magma-components/p-5de4bf4f.entry.js +1 -0
- package/dist/magma-components/p-5e626696.entry.js +1 -0
- package/dist/magma-components/p-5f1532c0.system.entry.js +1 -0
- package/dist/magma-components/{p-dd860de4.entry.js → p-5fe8c814.entry.js} +1 -1
- package/dist/magma-components/{p-7306b02e.system.entry.js → p-60e8812c.system.entry.js} +1 -1
- package/dist/magma-components/p-611fa0a4.entry.js +1 -0
- package/dist/magma-components/p-61fefe1b.system.entry.js +1 -0
- package/dist/magma-components/p-62c9216f.system.entry.js +1 -0
- package/dist/magma-components/p-652b4e43.entry.js +1 -0
- package/dist/magma-components/p-6a92f533.entry.js +1 -0
- package/dist/magma-components/p-6b3569a0.entry.js +1 -0
- package/dist/magma-components/p-6b9175f1.system.entry.js +1 -0
- package/dist/magma-components/p-6ecfec17.entry.js +1 -0
- package/dist/magma-components/p-6ed096d3.system.entry.js +1 -0
- package/dist/magma-components/p-6ee86191.entry.js +1 -0
- package/dist/magma-components/{p-94713401.entry.js → p-70719b58.entry.js} +1 -1
- package/dist/magma-components/p-70e1a436.entry.js +1 -0
- package/dist/magma-components/p-725d9e09.entry.js +1 -0
- package/dist/magma-components/p-726a76f0.entry.js +1 -0
- package/dist/magma-components/p-72d91c6f.system.entry.js +1 -0
- package/dist/magma-components/{p-68f57bb1.entry.js → p-73926a10.entry.js} +1 -1
- package/dist/magma-components/p-7499262d.system.entry.js +1 -0
- package/dist/magma-components/p-750214a3.entry.js +1 -0
- package/dist/magma-components/p-7590a160.entry.js +1 -0
- package/dist/magma-components/p-75fa7e6f.system.entry.js +1 -0
- package/dist/magma-components/p-765447d4.system.entry.js +1 -0
- package/dist/magma-components/p-76cb480d.entry.js +1 -0
- package/dist/magma-components/p-79e12ac8.entry.js +1 -0
- package/dist/magma-components/p-7b4b9b88.system.entry.js +1 -0
- package/dist/magma-components/p-7c464f28.entry.js +1 -0
- package/dist/magma-components/p-7d338f59.system.entry.js +1 -0
- package/dist/magma-components/p-81e16f90.system.entry.js +1 -0
- package/dist/magma-components/p-82c6cdb9.system.entry.js +1 -0
- package/dist/magma-components/p-83b01f8e.system.entry.js +1 -0
- package/dist/magma-components/p-8546f46f.system.entry.js +1 -0
- package/dist/magma-components/p-85a2d99d.entry.js +1 -0
- package/dist/magma-components/p-8620f425.entry.js +1 -0
- package/dist/magma-components/p-89581b08.system.entry.js +1 -0
- package/dist/magma-components/p-8964a9fe.entry.js +1 -0
- package/dist/magma-components/p-899cd759.entry.js +1 -0
- package/dist/magma-components/p-8b2408b2.entry.js +1 -0
- package/dist/magma-components/p-8b9f6896.entry.js +1 -0
- package/dist/magma-components/p-8bde0c42.entry.js +1 -0
- package/dist/magma-components/p-8d5955ca.system.entry.js +1 -0
- package/dist/magma-components/p-91a1d3d5.entry.js +1 -0
- package/dist/magma-components/p-93538408.system.entry.js +1 -0
- package/dist/magma-components/p-94ff105b.system.entry.js +1 -0
- package/dist/magma-components/p-96f7ec63.entry.js +1 -0
- package/dist/magma-components/p-97144490.entry.js +1 -0
- package/dist/magma-components/p-999b0698.system.entry.js +1 -0
- package/dist/magma-components/p-9e533765.system.entry.js +18 -0
- package/dist/magma-components/p-DTZViJWJ.system.js +1 -1
- package/dist/magma-components/p-DssKRrAV.system.js +1 -0
- package/dist/magma-components/p-MSUJeuJp.js +1 -0
- package/dist/magma-components/p-a24d6d4a.system.entry.js +1 -0
- package/dist/magma-components/p-a24dadaa.system.entry.js +1 -0
- package/dist/magma-components/p-a2b84011.system.entry.js +1 -0
- package/dist/magma-components/p-a2d761d6.entry.js +1 -0
- package/dist/magma-components/p-a379adca.entry.js +1 -0
- package/dist/magma-components/p-a46f7424.system.entry.js +1 -0
- package/dist/magma-components/p-a47708f1.system.entry.js +1 -0
- package/dist/magma-components/p-a4d11055.system.entry.js +1 -0
- package/dist/magma-components/{p-7595afcf.entry.js → p-a5ef9d32.entry.js} +1 -1
- package/dist/magma-components/p-a6103622.entry.js +1 -0
- package/dist/magma-components/p-a6b8b861.entry.js +1 -0
- package/dist/magma-components/p-a6bdaa85.entry.js +1 -0
- package/dist/magma-components/p-a716833c.system.entry.js +1 -0
- package/dist/magma-components/p-a877906d.system.entry.js +1 -0
- package/dist/magma-components/p-a8a2d90e.system.entry.js +1 -0
- package/dist/magma-components/p-a92edada.entry.js +1 -0
- package/dist/magma-components/p-aafec5fe.entry.js +1 -0
- package/dist/magma-components/p-abce0c57.system.entry.js +1 -0
- package/dist/magma-components/p-ac2ee475.entry.js +1 -0
- package/dist/magma-components/p-ac5baffa.system.entry.js +1 -0
- package/dist/magma-components/p-ad1ad433.system.entry.js +1 -0
- package/dist/magma-components/p-ae433eb9.entry.js +1 -0
- package/dist/magma-components/p-afaef9a1.entry.js +1 -0
- package/dist/magma-components/p-b257222c.system.entry.js +1 -0
- package/dist/magma-components/p-b472ed3c.entry.js +1 -0
- package/dist/magma-components/p-b4fc19e9.entry.js +1 -0
- package/dist/magma-components/p-b53ef2c1.entry.js +1 -0
- package/dist/magma-components/p-b7dedc9f.entry.js +1 -0
- package/dist/magma-components/p-b97edfb5.entry.js +1 -0
- package/dist/magma-components/p-bc851caf.entry.js +1 -0
- package/dist/magma-components/p-bc8ef479.system.entry.js +9 -0
- package/dist/magma-components/p-bdc54840.system.entry.js +1 -0
- package/dist/magma-components/p-bf29ca5a.entry.js +1 -0
- package/dist/magma-components/p-bfc29d3b.system.entry.js +1 -0
- package/dist/magma-components/p-bff1e84c.system.entry.js +1 -0
- package/dist/magma-components/p-c01c49b6.entry.js +1 -0
- package/dist/magma-components/p-c0296d86.system.entry.js +1 -0
- package/dist/magma-components/p-c036f516.entry.js +1 -0
- package/dist/magma-components/p-c3d8aa52.entry.js +1 -0
- package/dist/magma-components/{p-d1eea8ca.system.entry.js → p-c4e7b103.system.entry.js} +1 -1
- package/dist/magma-components/p-c7a0a746.system.entry.js +1 -0
- package/dist/magma-components/p-c92a772e.entry.js +1 -0
- package/dist/magma-components/p-ca09ab1d.system.entry.js +1 -0
- package/dist/magma-components/p-cc9212ce.system.entry.js +1 -0
- package/dist/magma-components/p-cc95225c.system.entry.js +1 -0
- package/dist/magma-components/p-cd49c455.entry.js +1 -0
- package/dist/magma-components/p-d0542487.entry.js +1 -0
- package/dist/magma-components/p-d0dfe659.entry.js +1 -0
- package/dist/magma-components/p-d0eb94ea.system.entry.js +1 -0
- package/dist/magma-components/p-d3e5c4eb.system.entry.js +1 -0
- package/dist/magma-components/p-d4295773.entry.js +1 -0
- package/dist/magma-components/p-d5700423.system.entry.js +1 -0
- package/dist/magma-components/{p-292f4566.system.entry.js → p-d838cb1c.system.entry.js} +1 -1
- package/dist/magma-components/p-d9605a5d.system.entry.js +1 -0
- package/dist/magma-components/p-daa8f835.entry.js +1 -0
- package/dist/magma-components/p-db4e2a0b.system.entry.js +1 -0
- package/dist/magma-components/p-de0dac8f.entry.js +1 -0
- package/dist/magma-components/p-de8204f9.entry.js +1 -0
- package/dist/magma-components/p-e0b841e3.entry.js +1 -0
- package/dist/magma-components/p-e35ab355.entry.js +1 -0
- package/dist/magma-components/p-e44e2652.system.entry.js +1 -0
- package/dist/magma-components/p-e48d23f4.system.entry.js +1 -0
- package/dist/magma-components/p-e570aec5.system.entry.js +1 -0
- package/dist/magma-components/p-e57698df.system.entry.js +1 -0
- package/dist/magma-components/p-e669739e.entry.js +1 -0
- package/dist/magma-components/p-e8fa7a07.entry.js +1 -0
- package/dist/magma-components/{p-19f99447.entry.js → p-ea2c8dd1.entry.js} +1 -1
- package/dist/magma-components/p-ea881c45.system.entry.js +1 -0
- package/dist/magma-components/p-ebfb6963.system.entry.js +1 -0
- package/dist/magma-components/p-eca8523b.system.entry.js +1 -0
- package/dist/magma-components/p-ef142420.system.entry.js +1 -0
- package/dist/magma-components/p-ef56af85.system.entry.js +1 -0
- package/dist/magma-components/p-f0762290.entry.js +1 -0
- package/dist/magma-components/p-f1832c1e.system.entry.js +1 -0
- package/dist/magma-components/p-f4b1974a.entry.js +1 -0
- package/dist/magma-components/p-f7cfc9a7.system.entry.js +1 -0
- package/dist/magma-components/p-f83a9e08.entry.js +1 -0
- package/dist/magma-components/p-f8ee5fec.system.entry.js +1 -0
- package/dist/magma-components/p-f91dab2b.entry.js +1 -0
- package/dist/magma-components/p-fMwnXhio.js +1 -0
- package/dist/magma-components/p-fa61d03c.entry.js +1 -0
- package/dist/magma-components/p-fbf423a7.system.entry.js +1 -0
- package/dist/magma-components/p-fbfb589c.entry.js +1 -0
- package/dist/magma-components/p-fc56d9ae.entry.js +1 -0
- package/dist/magma-components/p-fc862fe2.system.entry.js +1 -0
- package/dist/magma-components/{p-59d65cff.entry.js → p-fd574e21.entry.js} +1 -1
- package/dist/magma-components/p-fd649ac2.entry.js +1 -0
- package/dist/magma-components/p-fed36619.entry.js +1 -0
- package/dist/stats.json +4297 -2219
- package/dist/types/common/floating-controller.d.ts +3 -3
- package/dist/types/common/preference.d.ts +22 -0
- package/dist/types/components/mds-accordion/mds-accordion.d.ts +10 -2
- package/dist/types/components/mds-accordion/test/mds-accordion.stories.d.ts +3 -2
- package/dist/types/components/mds-accordion-item/mds-accordion-item.d.ts +10 -0
- package/dist/types/components/mds-accordion-timer-item/mds-accordion-timer-item.d.ts +4 -0
- package/dist/types/components/mds-avatar/mds-avatar.d.ts +8 -0
- package/dist/types/components/mds-badge/mds-badge.d.ts +10 -0
- package/dist/types/components/mds-banner/mds-banner.d.ts +11 -2
- package/dist/types/components/mds-banner/test/mds-banner.stories.d.ts +2 -2
- package/dist/types/components/mds-breadcrumb/mds-breadcrumb.d.ts +2 -2
- package/dist/types/components/mds-breadcrumb/test/mds-breadcrumb.stories.d.ts +1 -1
- package/dist/types/components/mds-button/mds-button.d.ts +6 -0
- package/dist/types/components/mds-calendar/mds-calendar.d.ts +6 -0
- package/dist/types/components/mds-card/mds-card.d.ts +10 -2
- package/dist/types/components/mds-card/test/mds-card.stories.d.ts +2 -2
- package/dist/types/components/mds-chip/mds-chip.d.ts +9 -0
- package/dist/types/components/mds-details/mds-details.d.ts +5 -0
- package/dist/types/components/mds-dropdown/mds-dropdown.d.ts +20 -11
- package/dist/types/components/mds-dropdown/test/mds-dropdown.stories.d.ts +10 -10
- package/dist/types/components/mds-entity/mds-entity.d.ts +8 -0
- package/dist/types/components/mds-file/mds-file.d.ts +12 -2
- package/dist/types/components/mds-file/test/mds-file.stories.d.ts +1 -1
- package/dist/types/components/mds-file-preview/mds-file-preview.d.ts +10 -0
- package/dist/types/components/mds-filter/mds-filter.d.ts +10 -0
- package/dist/types/components/mds-filter-item/mds-filter-item.d.ts +9 -0
- package/dist/types/components/mds-header/mds-header.d.ts +9 -2
- package/dist/types/components/mds-header/test/mds-header.stories.d.ts +1 -1
- package/dist/types/components/mds-header-bar/mds-header-bar.d.ts +10 -0
- package/dist/types/components/mds-help/mds-help.d.ts +2 -2
- package/dist/types/components/mds-hr/mds-hr.d.ts +6 -0
- package/dist/types/components/mds-icon/mds-icon.d.ts +0 -1
- package/dist/types/components/mds-img/mds-img.d.ts +1 -0
- package/dist/types/components/mds-input/mds-input.d.ts +10 -0
- package/dist/types/components/mds-input-date/mds-input-date.d.ts +12 -0
- package/dist/types/components/mds-input-date-range/mds-input-date-range.d.ts +11 -0
- package/dist/types/components/mds-input-range/mds-input-range.d.ts +10 -0
- package/dist/types/components/mds-input-select/mds-input-select.d.ts +10 -0
- package/dist/types/components/mds-input-switch/mds-input-switch.d.ts +6 -0
- package/dist/types/components/mds-input-tip/mds-input-tip.d.ts +4 -0
- package/dist/types/components/mds-input-tip-item/mds-input-tip-item.d.ts +6 -0
- package/dist/types/components/mds-input-upload/mds-input-upload.d.ts +3 -0
- package/dist/types/components/mds-keyboard/mds-keyboard.d.ts +6 -1
- package/dist/types/components/mds-kpi-item/mds-kpi-item.d.ts +10 -0
- package/dist/types/components/mds-label/mds-label.d.ts +7 -0
- package/dist/types/components/mds-list-item/mds-list-item.d.ts +4 -0
- package/dist/types/components/mds-modal/mds-modal.d.ts +23 -12
- package/dist/types/components/mds-modal/meta/types.d.ts +0 -1
- package/dist/types/components/mds-modal/test/mds-modal.stories.d.ts +16 -2
- package/dist/types/components/mds-note/mds-note.d.ts +9 -0
- package/dist/types/components/mds-notification/mds-notification.d.ts +5 -2
- package/dist/types/components/mds-notification/test/mds-notification.stories.d.ts +6 -6
- package/dist/types/components/mds-paginator/mds-paginator.d.ts +15 -0
- package/dist/types/components/mds-paginator-item/mds-paginator-item.d.ts +7 -0
- package/dist/types/components/mds-policy-ai/mds-policy-ai.d.ts +1 -0
- package/dist/types/components/mds-pref-animation/mds-pref-animation.d.ts +5 -0
- package/dist/types/components/mds-pref-consumption/mds-pref-consumption.d.ts +5 -0
- package/dist/types/components/mds-pref-contrast/mds-pref-contrast.d.ts +5 -0
- package/dist/types/components/mds-pref-theme/mds-pref-theme.d.ts +9 -0
- package/dist/types/components/mds-price-table-features/mds-price-table-features.d.ts +10 -0
- package/dist/types/components/mds-price-table-features-cell/mds-price-table-features-cell.d.ts +10 -0
- package/dist/types/components/mds-price-table-features-row/mds-price-table-features-row.d.ts +10 -0
- package/dist/types/components/mds-price-table-list/mds-price-table-list.d.ts +10 -0
- package/dist/types/components/mds-progress/mds-progress.d.ts +10 -0
- package/dist/types/components/mds-push-notification/mds-push-notification.d.ts +6 -0
- package/dist/types/components/mds-push-notification-item/mds-push-notification-item.d.ts +11 -1
- package/dist/types/components/mds-quote/mds-quote.d.ts +4 -0
- package/dist/types/components/mds-separator/mds-separator.d.ts +8 -0
- package/dist/types/components/mds-spinner/mds-spinner.d.ts +4 -0
- package/dist/types/components/mds-status-bar/mds-status-bar.d.ts +10 -0
- package/dist/types/components/mds-stepper-bar-item/mds-stepper-bar-item.d.ts +3 -0
- package/dist/types/components/mds-tab/mds-tab.d.ts +11 -1
- package/dist/types/components/mds-tab-bar/mds-tab-bar.d.ts +10 -0
- package/dist/types/components/mds-tab-bar-item/mds-tab-bar-item.d.ts +10 -0
- package/dist/types/components/mds-tab-item/mds-tab-item.d.ts +20 -0
- package/dist/types/components/mds-table/mds-table.d.ts +9 -0
- package/dist/types/components/mds-table-body/mds-table-body.d.ts +4 -0
- package/dist/types/components/mds-table-cell/mds-table-cell.d.ts +4 -0
- package/dist/types/components/mds-table-footer/mds-table-footer.d.ts +4 -0
- package/dist/types/components/mds-table-header/mds-table-header.d.ts +4 -0
- package/dist/types/components/mds-table-header-cell/mds-table-header-cell.d.ts +4 -0
- package/dist/types/components/mds-table-row/mds-table-row.d.ts +8 -0
- package/dist/types/components/mds-text/mds-text.d.ts +4 -0
- package/dist/types/components/mds-toast/mds-toast.d.ts +10 -0
- package/dist/types/components/mds-tooltip/mds-tooltip.d.ts +17 -8
- package/dist/types/components/mds-tooltip/test/mds-tooltip.stories.d.ts +8 -8
- package/dist/types/components/mds-tree/mds-tree.d.ts +5 -0
- package/dist/types/components/mds-tree-item/mds-tree-item.d.ts +25 -1
- package/dist/types/components/mds-url-view/mds-url-view.d.ts +9 -0
- package/dist/types/components/mds-usage/mds-usage.d.ts +10 -0
- package/dist/types/components/mds-zero/mds-zero.d.ts +10 -0
- package/dist/types/components.d.ts +200 -160
- package/package.json +6 -3
- package/dist/esm-es5/floating-controller-CP3-OFb9.js +0 -1
- package/dist/magma-components/p-00313884.entry.js +0 -1
- package/dist/magma-components/p-01dc43dd.entry.js +0 -1
- package/dist/magma-components/p-01dca5e8.entry.js +0 -1
- package/dist/magma-components/p-030d45e3.entry.js +0 -1
- package/dist/magma-components/p-0328a23e.system.entry.js +0 -1
- package/dist/magma-components/p-08c6869a.entry.js +0 -1
- package/dist/magma-components/p-09de9fc5.system.entry.js +0 -1
- package/dist/magma-components/p-0acb46c8.entry.js +0 -1
- package/dist/magma-components/p-0b10ef9f.system.entry.js +0 -1
- package/dist/magma-components/p-0be56202.system.entry.js +0 -1
- package/dist/magma-components/p-0de58147.entry.js +0 -1
- package/dist/magma-components/p-0e481e5c.system.entry.js +0 -1
- package/dist/magma-components/p-0f104850.system.entry.js +0 -1
- package/dist/magma-components/p-1073bf63.entry.js +0 -1
- package/dist/magma-components/p-11490a89.entry.js +0 -1
- package/dist/magma-components/p-137b0bbe.system.entry.js +0 -1
- package/dist/magma-components/p-14a98729.entry.js +0 -1
- package/dist/magma-components/p-14d858f8.system.entry.js +0 -1
- package/dist/magma-components/p-14e918de.system.entry.js +0 -1
- package/dist/magma-components/p-154ef5b9.entry.js +0 -1
- package/dist/magma-components/p-158af6e3.entry.js +0 -1
- package/dist/magma-components/p-17427d8a.system.entry.js +0 -1
- package/dist/magma-components/p-1805592d.entry.js +0 -1
- package/dist/magma-components/p-18563022.entry.js +0 -1
- package/dist/magma-components/p-1a56d383.system.entry.js +0 -1
- package/dist/magma-components/p-1bb7895a.system.entry.js +0 -1
- package/dist/magma-components/p-1ce791c1.system.entry.js +0 -1
- package/dist/magma-components/p-1da904c3.system.entry.js +0 -1
- package/dist/magma-components/p-20961bf1.entry.js +0 -1
- package/dist/magma-components/p-24a9ed63.system.entry.js +0 -1
- package/dist/magma-components/p-26b131cf.entry.js +0 -1
- package/dist/magma-components/p-28ebb626.entry.js +0 -1
- package/dist/magma-components/p-2a1d3680.system.entry.js +0 -1
- package/dist/magma-components/p-2ab75334.system.entry.js +0 -1
- package/dist/magma-components/p-2ccc796b.system.entry.js +0 -1
- package/dist/magma-components/p-2d9d0887.system.entry.js +0 -1
- package/dist/magma-components/p-2df01d02.system.entry.js +0 -1
- package/dist/magma-components/p-3145c7eb.entry.js +0 -1
- package/dist/magma-components/p-34018dfe.entry.js +0 -1
- package/dist/magma-components/p-35a9f1b4.system.entry.js +0 -18
- package/dist/magma-components/p-35ec8bbd.entry.js +0 -1
- package/dist/magma-components/p-370f9463.system.entry.js +0 -1
- package/dist/magma-components/p-387948c4.system.entry.js +0 -1
- package/dist/magma-components/p-3aeecbba.system.entry.js +0 -1
- package/dist/magma-components/p-3af9132f.system.entry.js +0 -1
- package/dist/magma-components/p-3bfd085f.system.entry.js +0 -1
- package/dist/magma-components/p-3c246a39.entry.js +0 -1
- package/dist/magma-components/p-3c2bf79b.entry.js +0 -1
- package/dist/magma-components/p-3ce52f3c.entry.js +0 -1
- package/dist/magma-components/p-3e5993b4.entry.js +0 -1
- package/dist/magma-components/p-3ef80cd4.system.entry.js +0 -1
- package/dist/magma-components/p-3fc3b8b4.entry.js +0 -1
- package/dist/magma-components/p-423955d1.system.entry.js +0 -1
- package/dist/magma-components/p-42f336df.system.entry.js +0 -1
- package/dist/magma-components/p-45a85712.system.entry.js +0 -1
- package/dist/magma-components/p-460cd731.system.entry.js +0 -1
- package/dist/magma-components/p-473f6954.entry.js +0 -1
- package/dist/magma-components/p-47fa0ecf.entry.js +0 -1
- package/dist/magma-components/p-4b07fe37.entry.js +0 -1
- package/dist/magma-components/p-4b884441.entry.js +0 -1
- package/dist/magma-components/p-4ba583c9.entry.js +0 -1
- package/dist/magma-components/p-4c08fe3e.entry.js +0 -1
- package/dist/magma-components/p-4f490917.entry.js +0 -1
- package/dist/magma-components/p-4f98fdba.system.entry.js +0 -1
- package/dist/magma-components/p-50553954.system.entry.js +0 -1
- package/dist/magma-components/p-523d4716.entry.js +0 -1
- package/dist/magma-components/p-52ccfafc.system.entry.js +0 -1
- package/dist/magma-components/p-52e2f903.entry.js +0 -1
- package/dist/magma-components/p-53195d95.system.entry.js +0 -1
- package/dist/magma-components/p-5488f51f.system.entry.js +0 -1
- package/dist/magma-components/p-553927f9.system.entry.js +0 -1
- package/dist/magma-components/p-55b4bbba.entry.js +0 -1
- package/dist/magma-components/p-583f5ffa.entry.js +0 -1
- package/dist/magma-components/p-59f53701.system.entry.js +0 -1
- package/dist/magma-components/p-5b881091.entry.js +0 -1
- package/dist/magma-components/p-5c44d208.entry.js +0 -1
- package/dist/magma-components/p-5fdcd8e2.system.entry.js +0 -1
- package/dist/magma-components/p-5fe7b875.system.entry.js +0 -1
- package/dist/magma-components/p-614e7f83.system.entry.js +0 -1
- package/dist/magma-components/p-62cf9003.system.entry.js +0 -1
- package/dist/magma-components/p-63898681.entry.js +0 -1
- package/dist/magma-components/p-663a510e.entry.js +0 -1
- package/dist/magma-components/p-6ae4df92.system.entry.js +0 -1
- package/dist/magma-components/p-6d268a59.entry.js +0 -1
- package/dist/magma-components/p-75011fed.system.entry.js +0 -9
- package/dist/magma-components/p-77e9bd68.entry.js +0 -1
- package/dist/magma-components/p-7d836722.entry.js +0 -1
- package/dist/magma-components/p-7e037cf3.entry.js +0 -8
- package/dist/magma-components/p-8106dbfd.system.entry.js +0 -1
- package/dist/magma-components/p-82deeaa0.system.entry.js +0 -1
- package/dist/magma-components/p-83589b83.entry.js +0 -1
- package/dist/magma-components/p-83721814.entry.js +0 -18
- package/dist/magma-components/p-83de0e53.system.entry.js +0 -1
- package/dist/magma-components/p-849760e7.system.entry.js +0 -1
- package/dist/magma-components/p-85ac6e54.system.entry.js +0 -1
- package/dist/magma-components/p-87f8a213.entry.js +0 -1
- package/dist/magma-components/p-89bf698e.system.entry.js +0 -1
- package/dist/magma-components/p-89f96753.system.entry.js +0 -1
- package/dist/magma-components/p-8bec8ad6.system.entry.js +0 -1
- package/dist/magma-components/p-8d76853c.system.entry.js +0 -1
- package/dist/magma-components/p-8f1ce3f1.system.entry.js +0 -1
- package/dist/magma-components/p-9021fa60.entry.js +0 -1
- package/dist/magma-components/p-90b72c1c.system.entry.js +0 -1
- package/dist/magma-components/p-90d5b6df.system.entry.js +0 -1
- package/dist/magma-components/p-913372ff.entry.js +0 -1
- package/dist/magma-components/p-94093140.system.entry.js +0 -1
- package/dist/magma-components/p-944d9b27.system.entry.js +0 -1
- package/dist/magma-components/p-956b5ae6.entry.js +0 -1
- package/dist/magma-components/p-95eae04e.entry.js +0 -1
- package/dist/magma-components/p-961a2531.entry.js +0 -1
- package/dist/magma-components/p-9658cb0c.entry.js +0 -1
- package/dist/magma-components/p-96d1a168.entry.js +0 -1
- package/dist/magma-components/p-96f6a646.entry.js +0 -1
- package/dist/magma-components/p-98435b90.system.entry.js +0 -1
- package/dist/magma-components/p-988b0c7c.entry.js +0 -1
- package/dist/magma-components/p-98a05642.system.entry.js +0 -1
- package/dist/magma-components/p-99f7a1b6.system.entry.js +0 -1
- package/dist/magma-components/p-9a1940c1.system.entry.js +0 -1
- package/dist/magma-components/p-9a89bc78.system.entry.js +0 -1
- package/dist/magma-components/p-9ad586a7.system.entry.js +0 -1
- package/dist/magma-components/p-9b52918e.system.entry.js +0 -1
- package/dist/magma-components/p-9yaIBCJC.system.js +0 -1
- package/dist/magma-components/p-CxU_BeBE.js +0 -1
- package/dist/magma-components/p-a1af65e8.entry.js +0 -1
- package/dist/magma-components/p-a5473293.system.entry.js +0 -1
- package/dist/magma-components/p-a6caafcb.system.entry.js +0 -1
- package/dist/magma-components/p-a7bd4585.entry.js +0 -1
- package/dist/magma-components/p-a88fba47.system.entry.js +0 -1
- package/dist/magma-components/p-a959ade4.entry.js +0 -1
- package/dist/magma-components/p-aa7d8972.entry.js +0 -1
- package/dist/magma-components/p-aa98652f.entry.js +0 -1
- package/dist/magma-components/p-aaeb0ee3.system.entry.js +0 -1
- package/dist/magma-components/p-ab89bf5b.system.entry.js +0 -1
- package/dist/magma-components/p-abc720e3.entry.js +0 -1
- package/dist/magma-components/p-abe87810.entry.js +0 -1
- package/dist/magma-components/p-ac80aca8.entry.js +0 -1
- package/dist/magma-components/p-acb07134.system.entry.js +0 -1
- package/dist/magma-components/p-acd4f96a.entry.js +0 -1
- package/dist/magma-components/p-af49bca2.entry.js +0 -1
- package/dist/magma-components/p-af670eaf.entry.js +0 -1
- package/dist/magma-components/p-b14a94e0.system.entry.js +0 -1
- package/dist/magma-components/p-b2bc194a.entry.js +0 -1
- package/dist/magma-components/p-b2e76c18.system.entry.js +0 -1
- package/dist/magma-components/p-b37dff80.system.entry.js +0 -1
- package/dist/magma-components/p-b3e3226e.entry.js +0 -1
- package/dist/magma-components/p-b40f1153.entry.js +0 -1
- package/dist/magma-components/p-b4709a95.entry.js +0 -1
- package/dist/magma-components/p-b5db6527.system.entry.js +0 -1
- package/dist/magma-components/p-b764defa.entry.js +0 -1
- package/dist/magma-components/p-b9b2501e.system.entry.js +0 -1
- package/dist/magma-components/p-b9b5bcdd.system.entry.js +0 -1
- package/dist/magma-components/p-ba2a0bc1.system.entry.js +0 -1
- package/dist/magma-components/p-bb4380cd.entry.js +0 -1
- package/dist/magma-components/p-bce3a8b0.system.entry.js +0 -1
- package/dist/magma-components/p-bd2998e6.system.entry.js +0 -1
- package/dist/magma-components/p-bd3dbc2d.entry.js +0 -1
- package/dist/magma-components/p-bed57abb.entry.js +0 -1
- package/dist/magma-components/p-bfed0b7a.entry.js +0 -1
- package/dist/magma-components/p-c6177cb9.system.entry.js +0 -1
- package/dist/magma-components/p-c638556c.entry.js +0 -1
- package/dist/magma-components/p-c6fa4a21.entry.js +0 -1
- package/dist/magma-components/p-c8e99385.system.entry.js +0 -1
- package/dist/magma-components/p-c9231987.entry.js +0 -1
- package/dist/magma-components/p-c9c51ba6.system.entry.js +0 -1
- package/dist/magma-components/p-cc53b30c.entry.js +0 -1
- package/dist/magma-components/p-ccc0521c.entry.js +0 -1
- package/dist/magma-components/p-cd71630e.system.entry.js +0 -1
- package/dist/magma-components/p-cd879243.system.entry.js +0 -1
- package/dist/magma-components/p-ce064d47.entry.js +0 -1
- package/dist/magma-components/p-d2537229.system.entry.js +0 -1
- package/dist/magma-components/p-d2617a1a.entry.js +0 -1
- package/dist/magma-components/p-d41c4637.system.entry.js +0 -1
- package/dist/magma-components/p-d88f44aa.entry.js +0 -1
- package/dist/magma-components/p-dae9ae8e.system.entry.js +0 -1
- package/dist/magma-components/p-df87e2f5.system.entry.js +0 -1
- package/dist/magma-components/p-dfe082be.system.entry.js +0 -1
- package/dist/magma-components/p-e00ba5a0.entry.js +0 -1
- package/dist/magma-components/p-e0d12fa2.system.entry.js +0 -1
- package/dist/magma-components/p-e2cd11c3.entry.js +0 -1
- package/dist/magma-components/p-e5fb3081.system.entry.js +0 -1
- package/dist/magma-components/p-e67a6452.entry.js +0 -1
- package/dist/magma-components/p-e6d8c9e3.system.entry.js +0 -1
- package/dist/magma-components/p-e71aecc1.entry.js +0 -1
- package/dist/magma-components/p-eac692ea.system.entry.js +0 -1
- package/dist/magma-components/p-ecf2e98d.system.entry.js +0 -1
- package/dist/magma-components/p-ed6d1453.system.entry.js +0 -1
- package/dist/magma-components/p-f289eb5a.entry.js +0 -1
- package/dist/magma-components/p-f3604c99.entry.js +0 -1
- package/dist/magma-components/p-f3dbca34.entry.js +0 -1
- package/dist/magma-components/p-f4b4bdf2.system.entry.js +0 -1
- package/dist/magma-components/p-f56d16f7.entry.js +0 -1
- package/dist/magma-components/p-f8014852.system.entry.js +0 -1
- package/dist/magma-components/p-f851100d.entry.js +0 -1
- package/dist/magma-components/p-f8d5adce.entry.js +0 -1
- package/dist/magma-components/p-fa427f75.system.entry.js +0 -1
- package/dist/magma-components/p-fa6a05b5.entry.js +0 -1
- package/dist/magma-components/p-fb8b0104.entry.js +0 -1
- package/dist/magma-components/p-fcf59139.system.entry.js +0 -1
- package/dist/magma-components/p-fe3d5720.system.entry.js +0 -1
- package/dist/magma-components/p-fe85ad8e.system.entry.js +0 -1
- package/dist/magma-components/p-ffae137a.entry.js +0 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import{r as t,c as r,h as i,H as n,g as o}from"./p-CAd5312P.js";import{a as e,c as a}from"./p-E-ZsRS8r.js";import{f as s,a as c,b as f,c as h,g as u,d as v,h as l,e as d}from"./p-CSb7Iu19.js";import{L as p}from"./p-a4oAcjYG.js";import{s as m}from"./p-fMwnXhio.js";import"./p-BxIk5ZFV.js";import"./p-b1ORvfSX.js";var b,w={exports:{}},g={exports:{}},x=e(Object.freeze({__proto__:null,default:{}}));function y(){return b||(b=1,g.exports=(t=t||function(t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==a&&a.crypto&&(r=a.crypto),!r)try{r=x}catch(t){}var i=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(t){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(t){}}throw new Error("Native crypto module could not be used to get secure random number.")},n=Object.create||function(){function t(){}return function(r){var i;return t.prototype=r,i=new t,t.prototype=null,i}}(),o={},e=o.lib={},s=e.Base={extend:function(t){var r=n(this);return t&&r.mixIn(t),r.hasOwnProperty("init")&&this.init!==r.init||(r.init=function(){r.$super.init.apply(this,arguments)}),r.init.prototype=r,r.$super=this,r},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var r in t)t.hasOwnProperty(r)&&(this[r]=t[r]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}},c=e.WordArray=s.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=null!=r?r:4*t.length},toString:function(t){return(t||h).stringify(this)},concat:function(t){var r=this.words,i=t.words,n=this.sigBytes,o=t.sigBytes;if(this.clamp(),n%4)for(var e=0;e<o;e++)r[n+e>>>2]|=(i[e>>>2]>>>24-e%4*8&255)<<24-(n+e)%4*8;else for(var a=0;a<o;a+=4)r[n+a>>>2]=i[a>>>2];return this.sigBytes+=o,this},clamp:function(){var r=this.words,i=this.sigBytes;r[i>>>2]&=4294967295<<32-i%4*8,r.length=t.ceil(i/4)},clone:function(){var t=s.clone.call(this);return t.words=this.words.slice(0),t},random:function(t){for(var r=[],n=0;n<t;n+=4)r.push(i());return new c.init(r,t)}}),f=o.enc={},h=f.Hex={stringify:function(t){for(var r=t.words,i=t.sigBytes,n=[],o=0;o<i;o++){var e=r[o>>>2]>>>24-o%4*8&255;n.push((e>>>4).toString(16)),n.push((15&e).toString(16))}return n.join("")},parse:function(t){for(var r=t.length,i=[],n=0;n<r;n+=2)i[n>>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new c.init(i,r/2)}},u=f.Latin1={stringify:function(t){for(var r=t.words,i=t.sigBytes,n=[],o=0;o<i;o++)n.push(String.fromCharCode(r[o>>>2]>>>24-o%4*8&255));return n.join("")},parse:function(t){for(var r=t.length,i=[],n=0;n<r;n++)i[n>>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new c.init(i,r)}},v=f.Utf8={stringify:function(t){try{return decodeURIComponent(escape(u.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return u.parse(unescape(encodeURIComponent(t)))}},l=e.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=v.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(r){var i,n=this._data,o=n.words,e=n.sigBytes,a=this.blockSize,s=e/(4*a),f=(s=r?t.ceil(s):t.max((0|s)-this._minBufferSize,0))*a,h=t.min(4*f,e);if(f){for(var u=0;u<f;u+=a)this._doProcessBlock(o,u);i=o.splice(0,f),n.sigBytes-=h}return new c.init(i,h)},clone:function(){var t=s.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0});e.Hasher=l.extend({cfg:s.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){l.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){return t&&this._append(t),this._doFinalize()},blockSize:16,_createHelper:function(t){return function(r,i){return new t.init(i).finalize(r)}},_createHmacHelper:function(t){return function(r,i){return new d.HMAC.init(t,i).finalize(r)}}});var d=o.algo={};return o}(Math),t)),g.exports;var t}var k,_={exports:{}};function z(){return k?_.exports:(k=1,_.exports=(o=y(),r=(t=o.lib).Base,i=t.WordArray,(n=o.x64={}).Word=r.extend({init:function(t,r){this.high=t,this.low=r}}),n.WordArray=r.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=null!=r?r:8*t.length},toX32:function(){for(var t=this.words,r=t.length,n=[],o=0;o<r;o++){var e=t[o];n.push(e.high),n.push(e.low)}return i.create(n,this.sigBytes)},clone:function(){for(var t=r.clone.call(this),i=t.words=this.words.slice(0),n=i.length,o=0;o<n;o++)i[o]=i[o].clone();return t}}),o));var t,r,i,n,o}var S,B={exports:{}};var R,j={exports:{}};var F,A={exports:{}};function M(){return F?A.exports:(F=1,A.exports=(t=y(),function(){var r=t.lib.WordArray;t.enc.Base64={stringify:function(t){var r=t.words,i=t.sigBytes,n=this._map;t.clamp();for(var o=[],e=0;e<i;e+=3)for(var a=(r[e>>>2]>>>24-e%4*8&255)<<16|(r[e+1>>>2]>>>24-(e+1)%4*8&255)<<8|r[e+2>>>2]>>>24-(e+2)%4*8&255,s=0;s<4&&e+.75*s<i;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(t){var i=t.length,n=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var e=0;e<n.length;e++)o[n.charCodeAt(e)]=e}var a=n.charAt(64);if(a){var s=t.indexOf(a);-1!==s&&(i=s)}return function(t,i,n){for(var o=[],e=0,a=0;a<i;a++)if(a%4){var s=n[t.charCodeAt(a-1)]<<a%4*2,c=n[t.charCodeAt(a)]>>>6-a%4*2;o[e>>>2]|=(s|c)<<24-e%4*8,e++}return r.create(o,e)}(t,i,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),t.enc.Base64));var t}var O,C={exports:{}};var D,U={exports:{}};function E(){return D?U.exports:(D=1,U.exports=(t=y(),function(r){var i=t,n=i.lib,o=n.WordArray,e=n.Hasher,a=i.algo,s=[];!function(){for(var t=0;t<64;t++)s[t]=4294967296*r.abs(r.sin(t+1))|0}();var c=a.MD5=e.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(t,r){for(var i=0;i<16;i++){var n=r+i,o=t[n];t[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var e=this._hash.words,a=t[r+0],c=t[r+1],l=t[r+2],d=t[r+3],p=t[r+4],m=t[r+5],b=t[r+6],w=t[r+7],g=t[r+8],x=t[r+9],y=t[r+10],k=t[r+11],_=t[r+12],z=t[r+13],S=t[r+14],B=t[r+15],R=e[0],j=e[1],F=e[2],A=e[3];R=f(R,j,F,A,a,7,s[0]),A=f(A,R,j,F,c,12,s[1]),F=f(F,A,R,j,l,17,s[2]),j=f(j,F,A,R,d,22,s[3]),R=f(R,j,F,A,p,7,s[4]),A=f(A,R,j,F,m,12,s[5]),F=f(F,A,R,j,b,17,s[6]),j=f(j,F,A,R,w,22,s[7]),R=f(R,j,F,A,g,7,s[8]),A=f(A,R,j,F,x,12,s[9]),F=f(F,A,R,j,y,17,s[10]),j=f(j,F,A,R,k,22,s[11]),R=f(R,j,F,A,_,7,s[12]),A=f(A,R,j,F,z,12,s[13]),F=f(F,A,R,j,S,17,s[14]),R=h(R,j=f(j,F,A,R,B,22,s[15]),F,A,c,5,s[16]),A=h(A,R,j,F,b,9,s[17]),F=h(F,A,R,j,k,14,s[18]),j=h(j,F,A,R,a,20,s[19]),R=h(R,j,F,A,m,5,s[20]),A=h(A,R,j,F,y,9,s[21]),F=h(F,A,R,j,B,14,s[22]),j=h(j,F,A,R,p,20,s[23]),R=h(R,j,F,A,x,5,s[24]),A=h(A,R,j,F,S,9,s[25]),F=h(F,A,R,j,d,14,s[26]),j=h(j,F,A,R,g,20,s[27]),R=h(R,j,F,A,z,5,s[28]),A=h(A,R,j,F,l,9,s[29]),F=h(F,A,R,j,w,14,s[30]),R=u(R,j=h(j,F,A,R,_,20,s[31]),F,A,m,4,s[32]),A=u(A,R,j,F,g,11,s[33]),F=u(F,A,R,j,k,16,s[34]),j=u(j,F,A,R,S,23,s[35]),R=u(R,j,F,A,c,4,s[36]),A=u(A,R,j,F,p,11,s[37]),F=u(F,A,R,j,w,16,s[38]),j=u(j,F,A,R,y,23,s[39]),R=u(R,j,F,A,z,4,s[40]),A=u(A,R,j,F,a,11,s[41]),F=u(F,A,R,j,d,16,s[42]),j=u(j,F,A,R,b,23,s[43]),R=u(R,j,F,A,x,4,s[44]),A=u(A,R,j,F,_,11,s[45]),F=u(F,A,R,j,B,16,s[46]),R=v(R,j=u(j,F,A,R,l,23,s[47]),F,A,a,6,s[48]),A=v(A,R,j,F,w,10,s[49]),F=v(F,A,R,j,S,15,s[50]),j=v(j,F,A,R,m,21,s[51]),R=v(R,j,F,A,_,6,s[52]),A=v(A,R,j,F,d,10,s[53]),F=v(F,A,R,j,y,15,s[54]),j=v(j,F,A,R,c,21,s[55]),R=v(R,j,F,A,g,6,s[56]),A=v(A,R,j,F,B,10,s[57]),F=v(F,A,R,j,b,15,s[58]),j=v(j,F,A,R,z,21,s[59]),R=v(R,j,F,A,p,6,s[60]),A=v(A,R,j,F,k,10,s[61]),F=v(F,A,R,j,l,15,s[62]),j=v(j,F,A,R,x,21,s[63]),e[0]=e[0]+R|0,e[1]=e[1]+j|0,e[2]=e[2]+F|0,e[3]=e[3]+A|0},_doFinalize:function(){var t=this._data,i=t.words,n=8*this._nDataBytes,o=8*t.sigBytes;i[o>>>5]|=128<<24-o%32;var e=r.floor(n/4294967296),a=n;i[15+(o+64>>>9<<4)]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8),i[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),t.sigBytes=4*(i.length+1),this._process();for(var s=this._hash,c=s.words,f=0;f<4;f++){var h=c[f];c[f]=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8)}return s},clone:function(){var t=e.clone.call(this);return t._hash=this._hash.clone(),t}});function f(t,r,i,n,o,e,a){var s=t+(r&i|~r&n)+o+a;return(s<<e|s>>>32-e)+r}function h(t,r,i,n,o,e,a){var s=t+(r&n|i&~n)+o+a;return(s<<e|s>>>32-e)+r}function u(t,r,i,n,o,e,a){var s=t+(r^i^n)+o+a;return(s<<e|s>>>32-e)+r}function v(t,r,i,n,o,e,a){var s=t+(i^(r|~n))+o+a;return(s<<e|s>>>32-e)+r}i.MD5=e._createHelper(c),i.HmacMD5=e._createHmacHelper(c)}(Math),t.MD5));var t}var I,P={exports:{}};function H(){return I?P.exports:(I=1,P.exports=(a=y(),i=(r=(t=a).lib).WordArray,o=[],e=t.algo.SHA1=(n=r.Hasher).extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,r){for(var i=this._hash.words,n=i[0],e=i[1],a=i[2],s=i[3],c=i[4],f=0;f<80;f++){if(f<16)o[f]=0|t[r+f];else{var h=o[f-3]^o[f-8]^o[f-14]^o[f-16];o[f]=h<<1|h>>>31}var u=(n<<5|n>>>27)+c+o[f];u+=f<20?1518500249+(e&a|~e&s):f<40?1859775393+(e^a^s):f<60?(e&a|e&s|a&s)-1894007588:(e^a^s)-899497514,c=s,s=a,a=e<<30|e>>>2,e=n,n=u}i[0]=i[0]+n|0,i[1]=i[1]+e|0,i[2]=i[2]+a|0,i[3]=i[3]+s|0,i[4]=i[4]+c|0},_doFinalize:function(){var t=this._data,r=t.words,i=8*this._nDataBytes,n=8*t.sigBytes;return r[n>>>5]|=128<<24-n%32,r[14+(n+64>>>9<<4)]=Math.floor(i/4294967296),r[15+(n+64>>>9<<4)]=i,t.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var t=n.clone.call(this);return t._hash=this._hash.clone(),t}}),t.SHA1=n._createHelper(e),t.HmacSHA1=n._createHmacHelper(e),a.SHA1));var t,r,i,n,o,e,a}var L,Y={exports:{}};function q(){return L||(L=1,Y.exports=(t=y(),function(r){var i=t,n=i.lib,o=n.WordArray,e=n.Hasher,a=i.algo,s=[],c=[];!function(){function t(t){for(var i=r.sqrt(t),n=2;n<=i;n++)if(!(t%n))return!1;return!0}function i(t){return 4294967296*(t-(0|t))|0}for(var n=2,o=0;o<64;)t(n)&&(o<8&&(s[o]=i(r.pow(n,.5))),c[o]=i(r.pow(n,1/3)),o++),n++}();var f=[],h=a.SHA256=e.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(t,r){for(var i=this._hash.words,n=i[0],o=i[1],e=i[2],a=i[3],s=i[4],h=i[5],u=i[6],v=i[7],l=0;l<64;l++){if(l<16)f[l]=0|t[r+l];else{var d=f[l-15],p=f[l-2];f[l]=((d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3)+f[l-7]+((p<<15|p>>>17)^(p<<13|p>>>19)^p>>>10)+f[l-16]}var m=n&o^n&e^o&e,b=v+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&h^~s&u)+c[l]+f[l];v=u,u=h,h=s,s=a+b|0,a=e,e=o,o=n,n=b+(((n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22))+m)|0}i[0]=i[0]+n|0,i[1]=i[1]+o|0,i[2]=i[2]+e|0,i[3]=i[3]+a|0,i[4]=i[4]+s|0,i[5]=i[5]+h|0,i[6]=i[6]+u|0,i[7]=i[7]+v|0},_doFinalize:function(){var t=this._data,i=t.words,n=8*this._nDataBytes,o=8*t.sigBytes;return i[o>>>5]|=128<<24-o%32,i[14+(o+64>>>9<<4)]=r.floor(n/4294967296),i[15+(o+64>>>9<<4)]=n,t.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var t=e.clone.call(this);return t._hash=this._hash.clone(),t}});i.SHA256=e._createHelper(h),i.HmacSHA256=e._createHmacHelper(h)}(Math),t.SHA256)),Y.exports;var t}var T,X,N={exports:{}};function V(){return X||(X=1,N.exports=(t=y(),z(),function(){var r=t,i=r.lib.Hasher,n=r.x64,o=n.Word,e=n.WordArray,a=r.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],f=[];!function(){for(var t=0;t<80;t++)f[t]=s()}();var h=a.SHA512=i.extend({_doReset:function(){this._hash=new e.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(t,r){for(var i=this._hash.words,n=i[0],o=i[1],e=i[2],a=i[3],s=i[4],h=i[5],u=i[6],v=i[7],l=n.high,d=n.low,p=o.high,m=o.low,b=e.high,w=e.low,g=a.high,x=a.low,y=s.high,k=s.low,_=h.high,z=h.low,S=u.high,B=u.low,R=v.high,j=v.low,F=l,A=d,M=p,O=m,C=b,D=w,U=g,E=x,I=y,P=k,H=_,L=z,Y=S,q=B,T=R,X=j,N=0;N<80;N++){var V,Z,G=f[N];if(N<16)Z=G.high=0|t[r+2*N],V=G.low=0|t[r+2*N+1];else{var W=f[N-15],J=W.high,K=W.low,Q=(K>>>1|J<<31)^(K>>>8|J<<24)^(K>>>7|J<<25),$=f[N-2],tt=$.high,rt=$.low,it=(rt>>>19|tt<<13)^(rt<<3|tt>>>29)^(rt>>>6|tt<<26),nt=f[N-7],ot=f[N-16],et=ot.low;G.high=Z=(Z=(Z=((J>>>1|K<<31)^(J>>>8|K<<24)^J>>>7)+nt.high+((V=Q+nt.low)>>>0<Q>>>0?1:0))+((tt>>>19|rt<<13)^(tt<<3|rt>>>29)^tt>>>6)+((V+=it)>>>0<it>>>0?1:0))+ot.high+((V+=et)>>>0<et>>>0?1:0),G.low=V}var at,st=I&H^~I&Y,ct=P&L^~P&q,ft=F&M^F&C^M&C,ht=(A>>>28|F<<4)^(A<<30|F>>>2)^(A<<25|F>>>7),ut=c[N],vt=ut.low,lt=T+((I>>>14|P<<18)^(I>>>18|P<<14)^(I<<23|P>>>9))+((at=X+((P>>>14|I<<18)^(P>>>18|I<<14)^(P<<23|I>>>9)))>>>0<X>>>0?1:0),dt=ht+(A&O^A&D^O&D);T=Y,X=q,Y=H,q=L,H=I,L=P,I=U+(lt=(lt=(lt=lt+st+((at+=ct)>>>0<ct>>>0?1:0))+ut.high+((at+=vt)>>>0<vt>>>0?1:0))+Z+((at+=V)>>>0<V>>>0?1:0))+((P=E+at|0)>>>0<E>>>0?1:0)|0,U=C,E=D,C=M,D=O,M=F,O=A,F=lt+(((F>>>28|A<<4)^(F<<30|A>>>2)^(F<<25|A>>>7))+ft+(dt>>>0<ht>>>0?1:0))+((A=at+dt|0)>>>0<at>>>0?1:0)|0}d=n.low=d+A,n.high=l+F+(d>>>0<A>>>0?1:0),m=o.low=m+O,o.high=p+M+(m>>>0<O>>>0?1:0),w=e.low=w+D,e.high=b+C+(w>>>0<D>>>0?1:0),x=a.low=x+E,a.high=g+U+(x>>>0<E>>>0?1:0),k=s.low=k+P,s.high=y+I+(k>>>0<P>>>0?1:0),z=h.low=z+L,h.high=_+H+(z>>>0<L>>>0?1:0),B=u.low=B+q,u.high=S+Y+(B>>>0<q>>>0?1:0),j=v.low=j+X,v.high=R+T+(j>>>0<X>>>0?1:0)},_doFinalize:function(){var t=this._data,r=t.words,i=8*this._nDataBytes,n=8*t.sigBytes;return r[n>>>5]|=128<<24-n%32,r[30+(n+128>>>10<<5)]=Math.floor(i/4294967296),r[31+(n+128>>>10<<5)]=i,t.sigBytes=4*r.length,this._process(),this._hash.toX32()},clone:function(){var t=i.clone.call(this);return t._hash=this._hash.clone(),t},blockSize:32});r.SHA512=i._createHelper(h),r.HmacSHA512=i._createHmacHelper(h)}(),t.SHA512)),N.exports;var t}var Z,G,W={exports:{}},J={exports:{}};var K,Q,$={exports:{}},tt={exports:{}};function rt(){return Q?tt.exports:(Q=1,tt.exports=(t=y(),r=t.enc.Utf8,void(t.algo.HMAC=t.lib.Base.extend({init:function(t,i){t=this._hasher=new t.init,"string"==typeof i&&(i=r.parse(i));var n=t.blockSize,o=4*n;i.sigBytes>o&&(i=t.finalize(i)),i.clamp();for(var e=this._oKey=i.clone(),a=this._iKey=i.clone(),s=e.words,c=a.words,f=0;f<n;f++)s[f]^=1549556828,c[f]^=909522486;e.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var t=this._hasher;t.reset(),t.update(this._iKey)},update:function(t){return this._hasher.update(t),this},finalize:function(t){var r=this._hasher,i=r.finalize(t);return r.reset(),r.finalize(this._oKey.clone().concat(i))}}))));var t,r}var it,nt,ot={exports:{}},et={exports:{}};function at(){return nt?et.exports:(nt=1,et.exports=(a=y(),H(),rt(),n=(r=(t=a).lib).WordArray,e=(o=t.algo).EvpKDF=(i=r.Base).extend({cfg:i.extend({keySize:4,hasher:o.MD5,iterations:1}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,r){for(var i,o=this.cfg,e=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,f=o.iterations;s.length<c;){i&&e.update(i),i=e.update(t).finalize(r),e.reset();for(var h=1;h<f;h++)i=e.finalize(i),e.reset();a.concat(i)}return a.sigBytes=4*c,a}}),t.EvpKDF=function(t,r,i){return e.create(i).compute(t,r)},a.EvpKDF));var t,r,i,n,o,e,a}var st,ct={exports:{}};function ft(){return st?ct.exports:(st=1,ct.exports=(t=y(),at(),void(t.lib.Cipher||function(){var r=t,i=r.lib,n=i.Base,o=i.WordArray,e=i.BufferedBlockAlgorithm,a=r.enc.Base64,s=r.algo.EvpKDF,c=i.Cipher=e.extend({cfg:n.extend(),createEncryptor:function(t,r){return this.create(this._ENC_XFORM_MODE,t,r)},createDecryptor:function(t,r){return this.create(this._DEC_XFORM_MODE,t,r)},init:function(t,r,i){this.cfg=this.cfg.extend(i),this._xformMode=t,this._key=r,this.reset()},reset:function(){e.reset.call(this),this._doReset()},process:function(t){return this._append(t),this._process()},finalize:function(t){return t&&this._append(t),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function t(t){return"string"==typeof t?b:p}return function(r){return{encrypt:function(i,n,o){return t(n).encrypt(r,i,n,o)},decrypt:function(i,n,o){return t(n).decrypt(r,i,n,o)}}}}()});i.StreamCipher=c.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var f=r.mode={},h=i.BlockCipherMode=n.extend({createEncryptor:function(t,r){return this.Encryptor.create(t,r)},createDecryptor:function(t,r){return this.Decryptor.create(t,r)},init:function(t,r){this._cipher=t,this._iv=r}}),u=f.CBC=function(){var t=h.extend();function r(t,r,i){var n,o=this._iv;o?(n=o,this._iv=undefined):n=this._prevBlock;for(var e=0;e<i;e++)t[r+e]^=n[e]}return t.Encryptor=t.extend({processBlock:function(t,i){var n=this._cipher,o=n.blockSize;r.call(this,t,i,o),n.encryptBlock(t,i),this._prevBlock=t.slice(i,i+o)}}),t.Decryptor=t.extend({processBlock:function(t,i){var n=this._cipher,o=n.blockSize,e=t.slice(i,i+o);n.decryptBlock(t,i),r.call(this,t,i,o),this._prevBlock=e}}),t}(),v=(r.pad={}).Pkcs7={pad:function(t,r){for(var i=4*r,n=i-t.sigBytes%i,e=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(e);var c=o.create(a,n);t.concat(c)},unpad:function(t){t.sigBytes-=255&t.words[t.sigBytes-1>>>2]}};i.BlockCipher=c.extend({cfg:c.cfg.extend({mode:u,padding:v}),reset:function(){var t;c.reset.call(this);var r=this.cfg,i=r.iv,n=r.mode;this._xformMode==this._ENC_XFORM_MODE?t=n.createEncryptor:(t=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==t?this._mode.init(this,i&&i.words):(this._mode=t.call(n,this,i&&i.words),this._mode.__creator=t)},_doProcessBlock:function(t,r){this._mode.processBlock(t,r)},_doFinalize:function(){var t,r=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(r.pad(this._data,this.blockSize),t=this._process(!0)):(t=this._process(!0),r.unpad(t)),t},blockSize:4});var l=i.CipherParams=n.extend({init:function(t){this.mixIn(t)},toString:function(t){return(t||this.formatter).stringify(this)}}),d=(r.format={}).OpenSSL={stringify:function(t){var r=t.ciphertext,i=t.salt;return(i?o.create([1398893684,1701076831]).concat(i).concat(r):r).toString(a)},parse:function(t){var r,i=a.parse(t),n=i.words;return 1398893684==n[0]&&1701076831==n[1]&&(r=o.create(n.slice(2,4)),n.splice(0,4),i.sigBytes-=16),l.create({ciphertext:i,salt:r})}},p=i.SerializableCipher=n.extend({cfg:n.extend({format:d}),encrypt:function(t,r,i,n){n=this.cfg.extend(n);var o=t.createEncryptor(i,n),e=o.finalize(r),a=o.cfg;return l.create({ciphertext:e,key:i,iv:a.iv,algorithm:t,mode:a.mode,padding:a.padding,blockSize:t.blockSize,formatter:n.format})},decrypt:function(t,r,i,n){return n=this.cfg.extend(n),r=this._parse(r,n.format),t.createDecryptor(i,n).finalize(r.ciphertext)},_parse:function(t,r){return"string"==typeof t?r.parse(t,this):t}}),m=(r.kdf={}).OpenSSL={execute:function(t,r,i,n,e){if(n||(n=o.random(8)),e)a=s.create({keySize:r+i,hasher:e}).compute(t,n);else var a=s.create({keySize:r+i}).compute(t,n);var c=o.create(a.words.slice(r),4*i);return a.sigBytes=4*r,l.create({key:a,iv:c,salt:n})}},b=i.PasswordBasedCipher=p.extend({cfg:p.cfg.extend({kdf:m}),encrypt:function(t,r,i,n){var o=(n=this.cfg.extend(n)).kdf.execute(i,t.keySize,t.ivSize,n.salt,n.hasher);n.iv=o.iv;var e=p.encrypt.call(this,t,r,o.key,n);return e.mixIn(o),e},decrypt:function(t,r,i,n){n=this.cfg.extend(n),r=this._parse(r,n.format);var o=n.kdf.execute(i,t.keySize,t.ivSize,r.salt,n.hasher);return n.iv=o.iv,p.decrypt.call(this,t,r,o.key,n)}})}())));var t}var ht,ut={exports:{}};var vt,lt={exports:{}};var dt,pt={exports:{}};var mt,bt={exports:{}};var wt,gt,xt,yt,kt,_t,zt,St,Bt,Rt={exports:{}},jt={exports:{}},Ft={exports:{}},At={exports:{}},Mt={exports:{}},Ot={exports:{}},Ct={exports:{}},Dt={exports:{}},Ut={exports:{}};var Et,It,Pt,Ht,Lt,Yt={exports:{}},qt={exports:{}},Tt={exports:{}},Xt={exports:{}};var Nt,Vt,Zt,Gt,Wt,Jt,Kt=(Lt||(Lt=1,w.exports=function(t){return t}(y(),z(),function(){return S||(S=1,B.exports=(t=y(),function(){if("function"==typeof ArrayBuffer){var r=t.lib.WordArray,i=r.init,n=r.init=function(t){if(t instanceof ArrayBuffer&&(t=new Uint8Array(t)),(t instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&t instanceof Uint8ClampedArray||t instanceof Int16Array||t instanceof Uint16Array||t instanceof Int32Array||t instanceof Uint32Array||t instanceof Float32Array||t instanceof Float64Array)&&(t=new Uint8Array(t.buffer,t.byteOffset,t.byteLength)),t instanceof Uint8Array){for(var r=t.byteLength,n=[],o=0;o<r;o++)n[o>>>2]|=t[o]<<24-o%4*8;i.call(this,n,r)}else i.apply(this,arguments)};n.prototype=r}}(),t.lib.WordArray)),B.exports;var t}(),function(){return R?j.exports:(R=1,j.exports=(t=y(),function(){var r=t.lib.WordArray,i=t.enc;function n(t){return t<<8&4278255360|t>>>8&16711935}i.Utf16=i.Utf16BE={stringify:function(t){for(var r=t.words,i=t.sigBytes,n=[],o=0;o<i;o+=2)n.push(String.fromCharCode(r[o>>>2]>>>16-o%4*8&65535));return n.join("")},parse:function(t){for(var i=t.length,n=[],o=0;o<i;o++)n[o>>>1]|=t.charCodeAt(o)<<16-o%2*16;return r.create(n,2*i)}},i.Utf16LE={stringify:function(t){for(var r=t.words,i=t.sigBytes,o=[],e=0;e<i;e+=2){var a=n(r[e>>>2]>>>16-e%4*8&65535);o.push(String.fromCharCode(a))}return o.join("")},parse:function(t){for(var i=t.length,o=[],e=0;e<i;e++)o[e>>>1]|=n(t.charCodeAt(e)<<16-e%2*16);return r.create(o,2*i)}}}(),t.enc.Utf16));var t}(),M(),function(){return O?C.exports:(O=1,C.exports=(t=y(),function(){var r=t.lib.WordArray;t.enc.Base64url={stringify:function(t,r){void 0===r&&(r=!0);var i=t.words,n=t.sigBytes,o=r?this._safe_map:this._map;t.clamp();for(var e=[],a=0;a<n;a+=3)for(var s=(i[a>>>2]>>>24-a%4*8&255)<<16|(i[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|i[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)e.push(o.charAt(s>>>6*(3-c)&63));var f=o.charAt(64);if(f)for(;e.length%4;)e.push(f);return e.join("")},parse:function(t,i){void 0===i&&(i=!0);var n=t.length,o=i?this._safe_map:this._map,e=this._reverseMap;if(!e){e=this._reverseMap=[];for(var a=0;a<o.length;a++)e[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=t.indexOf(s);-1!==c&&(n=c)}return function(t,i,n){for(var o=[],e=0,a=0;a<i;a++)if(a%4){var s=n[t.charCodeAt(a-1)]<<a%4*2,c=n[t.charCodeAt(a)]>>>6-a%4*2;o[e>>>2]|=(s|c)<<24-e%4*8,e++}return r.create(o,e)}(t,n,e)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),t.enc.Base64url));var t}(),E(),H(),q(),T||(T=1,Jt=y(),q(),Vt=(Nt=Jt).lib.WordArray,Wt=(Zt=Nt.algo).SHA224=(Gt=Zt.SHA256).extend({_doReset:function(){this._hash=new Vt.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var t=Gt._doFinalize.call(this);return t.sigBytes-=4,t}}),Nt.SHA224=Gt._createHelper(Wt),Nt.HmacSHA224=Gt._createHmacHelper(Wt)),V(),function(){return Z?W.exports:(Z=1,W.exports=(s=y(),z(),V(),i=(r=(t=s).x64).Word,n=r.WordArray,a=(o=t.algo).SHA384=(e=o.SHA512).extend({_doReset:function(){this._hash=new n.init([new i.init(3418070365,3238371032),new i.init(1654270250,914150663),new i.init(2438529370,812702999),new i.init(355462360,4144912697),new i.init(1731405415,4290775857),new i.init(2394180231,1750603025),new i.init(3675008525,1694076839),new i.init(1203062813,3204075428)])},_doFinalize:function(){var t=e._doFinalize.call(this);return t.sigBytes-=16,t}}),t.SHA384=e._createHelper(a),t.HmacSHA384=e._createHmacHelper(a),s.SHA384));var t,r,i,n,o,e,a,s}(),function(){return G?J.exports:(G=1,J.exports=(t=y(),z(),function(r){var i=t,n=i.lib,o=n.WordArray,e=n.Hasher,a=i.x64.Word,s=i.algo,c=[],f=[],h=[];!function(){for(var t=1,r=0,i=0;i<24;i++){c[t+5*r]=(i+1)*(i+2)/2%64;var n=(2*t+3*r)%5;t=r%5,r=n}for(t=0;t<5;t++)for(r=0;r<5;r++)f[t+5*r]=r+(2*t+3*r)%5*5;for(var o=1,e=0;e<24;e++){for(var s=0,u=0,v=0;v<7;v++){if(1&o){var l=(1<<v)-1;l<32?u^=1<<l:s^=1<<l-32}128&o?o=o<<1^113:o<<=1}h[e]=a.create(s,u)}}();var u=[];!function(){for(var t=0;t<25;t++)u[t]=a.create()}();var v=s.SHA3=e.extend({cfg:e.cfg.extend({outputLength:512}),_doReset:function(){for(var t=this._state=[],r=0;r<25;r++)t[r]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(t,r){for(var i=this._state,n=this.blockSize/2,o=0;o<n;o++){var e=t[r+2*o],a=t[r+2*o+1];e=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8),(M=i[o]).high^=a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),M.low^=e}for(var s=0;s<24;s++){for(var v=0;v<5;v++){for(var l=0,d=0,p=0;p<5;p++)l^=(M=i[v+5*p]).high,d^=M.low;var m=u[v];m.high=l,m.low=d}for(v=0;v<5;v++){var b=u[(v+4)%5],w=u[(v+1)%5],g=w.high,x=w.low;for(l=b.high^(g<<1|x>>>31),d=b.low^(x<<1|g>>>31),p=0;p<5;p++)(M=i[v+5*p]).high^=l,M.low^=d}for(var y=1;y<25;y++){var k=(M=i[y]).high,_=M.low,z=c[y];z<32?(l=k<<z|_>>>32-z,d=_<<z|k>>>32-z):(l=_<<z-32|k>>>64-z,d=k<<z-32|_>>>64-z);var S=u[f[y]];S.high=l,S.low=d}var B=u[0],R=i[0];for(B.high=R.high,B.low=R.low,v=0;v<5;v++)for(p=0;p<5;p++){var j=u[y=v+5*p],F=u[(v+1)%5+5*p],A=u[(v+2)%5+5*p];(M=i[y]).high=j.high^~F.high&A.high,M.low=j.low^~F.low&A.low}var M,O=h[s];(M=i[0]).high^=O.high,M.low^=O.low}},_doFinalize:function(){var t=this._data,i=t.words,n=8*t.sigBytes,e=32*this.blockSize;i[n>>>5]|=1<<24-n%32,i[(r.ceil((n+1)/e)*e>>>5)-1]|=128,t.sigBytes=4*i.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,f=[],h=0;h<c;h++){var u=a[h],v=u.high,l=u.low;v=16711935&(v<<8|v>>>24)|4278255360&(v<<24|v>>>8),f.push(l=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8)),f.push(v)}return new o.init(f,s)},clone:function(){for(var t=e.clone.call(this),r=t._state=this._state.slice(0),i=0;i<25;i++)r[i]=r[i].clone();return t}});i.SHA3=e._createHelper(v),i.HmacSHA3=e._createHmacHelper(v)}(Math),t.SHA3));var t}(),function(){return K?$.exports:(K=1,$.exports=(t=y(),
|
|
2
|
+
/** @preserve
|
|
3
|
+
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
6
|
+
|
|
7
|
+
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
8
|
+
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
9
|
+
|
|
10
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
11
|
+
*/
|
|
12
|
+
function(){var r=t,i=r.lib,n=i.WordArray,o=i.Hasher,e=r.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),f=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),h=n.create([0,1518500249,1859775393,2400959708,2840853838]),u=n.create([1352829926,1548603684,1836072691,2053994217,0]),v=e.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,r){for(var i=0;i<16;i++){var n=r+i,o=t[n];t[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var e,v,g,x,y,k,_,z,S,B,R,j=this._hash.words,F=h.words,A=u.words,M=a.words,O=s.words,C=c.words,D=f.words;for(k=e=j[0],_=v=j[1],z=g=j[2],S=x=j[3],B=y=j[4],i=0;i<80;i+=1)R=e+t[r+M[i]]|0,R+=i<16?l(v,g,x)+F[0]:i<32?d(v,g,x)+F[1]:i<48?p(v,g,x)+F[2]:i<64?m(v,g,x)+F[3]:b(v,g,x)+F[4],R=(R=w(R|=0,C[i]))+y|0,e=y,y=x,x=w(g,10),g=v,v=R,R=k+t[r+O[i]]|0,R+=i<16?b(_,z,S)+A[0]:i<32?m(_,z,S)+A[1]:i<48?p(_,z,S)+A[2]:i<64?d(_,z,S)+A[3]:l(_,z,S)+A[4],R=(R=w(R|=0,D[i]))+B|0,k=B,B=S,S=w(z,10),z=_,_=R;R=j[1]+g+S|0,j[1]=j[2]+x+B|0,j[2]=j[3]+y+k|0,j[3]=j[4]+e+_|0,j[4]=j[0]+v+z|0,j[0]=R},_doFinalize:function(){var t=this._data,r=t.words,i=8*this._nDataBytes,n=8*t.sigBytes;r[n>>>5]|=128<<24-n%32,r[14+(n+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(r.length+1),this._process();for(var o=this._hash,e=o.words,a=0;a<5;a++){var s=e[a];e[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var t=o.clone.call(this);return t._hash=this._hash.clone(),t}});function l(t,r,i){return t^r^i}function d(t,r,i){return t&r|~t&i}function p(t,r,i){return(t|~r)^i}function m(t,r,i){return t&i|r&~i}function b(t,r,i){return t^(r|~i)}function w(t,r){return t<<r|t>>>32-r}r.RIPEMD160=o._createHelper(v),r.HmacRIPEMD160=o._createHmacHelper(v)}(),t.RIPEMD160));var t}(),rt(),function(){return it||(it=1,ot.exports=(s=y(),q(),rt(),n=(r=(t=s).lib).WordArray,e=(o=t.algo).HMAC,a=o.PBKDF2=(i=r.Base).extend({cfg:i.extend({keySize:4,hasher:o.SHA256,iterations:25e4}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,r){for(var i=this.cfg,o=e.create(i.hasher,t),a=n.create(),s=n.create([1]),c=a.words,f=s.words,h=i.keySize,u=i.iterations;c.length<h;){var v=o.update(r).finalize(s);o.reset();for(var l=v.words,d=l.length,p=v,m=1;m<u;m++){p=o.finalize(p),o.reset();for(var b=p.words,w=0;w<d;w++)l[w]^=b[w]}a.concat(v),f[0]++}return a.sigBytes=4*h,a}}),t.PBKDF2=function(t,r,i){return a.create(i).compute(t,r)},s.PBKDF2)),ot.exports;var t,r,i,n,o,e,a,s}(),at(),ft(),function(){return ht?ut.exports:(ht=1,ut.exports=(t=y(),ft(),t.mode.CFB=function(){var r=t.lib.BlockCipherMode.extend();function i(t,r,i,n){var o,e=this._iv;e?(o=e.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<i;a++)t[r+a]^=o[a]}return r.Encryptor=r.extend({processBlock:function(t,r){var n=this._cipher,o=n.blockSize;i.call(this,t,r,o,n),this._prevBlock=t.slice(r,r+o)}}),r.Decryptor=r.extend({processBlock:function(t,r){var n=this._cipher,o=n.blockSize,e=t.slice(r,r+o);i.call(this,t,r,o,n),this._prevBlock=e}}),r}(),t.mode.CFB));var t}(),function(){return vt?lt.exports:(vt=1,lt.exports=(i=y(),ft(),i.mode.CTR=(r=(t=i.lib.BlockCipherMode.extend()).Encryptor=t.extend({processBlock:function(t,r){var i=this._cipher,n=i.blockSize,o=this._iv,e=this._counter;o&&(e=this._counter=o.slice(0),this._iv=void 0);var a=e.slice(0);i.encryptBlock(a,0),e[n-1]=e[n-1]+1|0;for(var s=0;s<n;s++)t[r+s]^=a[s]}}),t.Decryptor=r,t),i.mode.CTR));var t,r,i}(),function(){return dt?pt.exports:(dt=1,pt.exports=(t=y(),ft(),
|
|
13
|
+
/** @preserve
|
|
14
|
+
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
15
|
+
* derived from CryptoJS.mode.CTR
|
|
16
|
+
* Jan Hruby jhruby.web@gmail.com
|
|
17
|
+
*/
|
|
18
|
+
t.mode.CTRGladman=function(){var r=t.lib.BlockCipherMode.extend();function i(t){if(255&~(t>>24))t+=1<<24;else{var r=t>>16&255,i=t>>8&255,n=255&t;255===r?(r=0,255===i?(i=0,255===n?n=0:++n):++i):++r,t=0,t+=r<<16,t+=i<<8,t+=n}return t}var n=r.Encryptor=r.extend({processBlock:function(t,r){var n=this._cipher,o=n.blockSize,e=this._iv,a=this._counter;e&&(a=this._counter=e.slice(0),this._iv=void 0),function(t){0===(t[0]=i(t[0]))&&(t[1]=i(t[1]))}(a);var s=a.slice(0);n.encryptBlock(s,0);for(var c=0;c<o;c++)t[r+c]^=s[c]}});return r.Decryptor=n,r}(),t.mode.CTRGladman));var t}(),function(){return mt?bt.exports:(mt=1,bt.exports=(i=y(),ft(),i.mode.OFB=(r=(t=i.lib.BlockCipherMode.extend()).Encryptor=t.extend({processBlock:function(t,r){var i=this._cipher,n=i.blockSize,o=this._iv,e=this._keystream;o&&(e=this._keystream=o.slice(0),this._iv=void 0),i.encryptBlock(e,0);for(var a=0;a<n;a++)t[r+a]^=e[a]}}),t.Decryptor=r,t),i.mode.OFB));var t,r,i}(),function(){return wt?Rt.exports:(wt=1,Rt.exports=(r=y(),ft(),r.mode.ECB=((t=r.lib.BlockCipherMode.extend()).Encryptor=t.extend({processBlock:function(t,r){this._cipher.encryptBlock(t,r)}}),t.Decryptor=t.extend({processBlock:function(t,r){this._cipher.decryptBlock(t,r)}}),t),r.mode.ECB));var t,r}(),function(){return gt?jt.exports:(gt=1,jt.exports=(t=y(),ft(),t.pad.AnsiX923={pad:function(t,r){var i=t.sigBytes,n=4*r,o=n-i%n,e=i+o-1;t.clamp(),t.words[e>>>2]|=o<<24-e%4*8,t.sigBytes+=o},unpad:function(t){t.sigBytes-=255&t.words[t.sigBytes-1>>>2]}},t.pad.Ansix923));var t}(),function(){return xt?Ft.exports:(xt=1,Ft.exports=(t=y(),ft(),t.pad.Iso10126={pad:function(r,i){var n=4*i,o=n-r.sigBytes%n;r.concat(t.lib.WordArray.random(o-1)).concat(t.lib.WordArray.create([o<<24],1))},unpad:function(t){t.sigBytes-=255&t.words[t.sigBytes-1>>>2]}},t.pad.Iso10126));var t}(),function(){return yt?At.exports:(yt=1,At.exports=(t=y(),ft(),t.pad.Iso97971={pad:function(r,i){r.concat(t.lib.WordArray.create([2147483648],1)),t.pad.ZeroPadding.pad(r,i)},unpad:function(r){t.pad.ZeroPadding.unpad(r),r.sigBytes--}},t.pad.Iso97971));var t}(),function(){return kt?Mt.exports:(kt=1,Mt.exports=(t=y(),ft(),t.pad.ZeroPadding={pad:function(t,r){var i=4*r;t.clamp(),t.sigBytes+=i-(t.sigBytes%i||i)},unpad:function(t){var r=t.words,i=t.sigBytes-1;for(i=t.sigBytes-1;i>=0;i--)if(r[i>>>2]>>>24-i%4*8&255){t.sigBytes=i+1;break}}},t.pad.ZeroPadding));var t}(),function(){return _t?Ot.exports:(_t=1,Ot.exports=(t=y(),ft(),t.pad.NoPadding={pad:function(){},unpad:function(){}},t.pad.NoPadding));var t}(),function(){return zt?Ct.exports:(zt=1,Ct.exports=(i=y(),ft(),t=i.lib.CipherParams,r=i.enc.Hex,i.format.Hex={stringify:function(t){return t.ciphertext.toString(r)},parse:function(i){var n=r.parse(i);return t.create({ciphertext:n})}},i.format.Hex));var t,r,i}(),function(){return St?Dt.exports:(St=1,Dt.exports=(t=y(),M(),E(),at(),ft(),function(){var r=t,i=r.lib.BlockCipher,n=r.algo,o=[],e=[],a=[],s=[],c=[],f=[],h=[],u=[],v=[],l=[];!function(){for(var t=[],r=0;r<256;r++)t[r]=r<128?r<<1:r<<1^283;var i=0,n=0;for(r=0;r<256;r++){var d=n^n<<1^n<<2^n<<3^n<<4;o[i]=d=d>>>8^255&d^99,e[d]=i;var p,m=t[i],b=t[m],w=t[b];a[i]=(p=257*t[d]^16843008*d)<<24|p>>>8,s[i]=p<<16|p>>>16,c[i]=p<<8|p>>>24,f[i]=p,h[d]=(p=16843009*w^65537*b^257*m^16843008*i)<<24|p>>>8,u[d]=p<<16|p>>>16,v[d]=p<<8|p>>>24,l[d]=p,i?(i=m^t[t[t[w^m]]],n^=t[t[n]]):i=n=1}}();var d=[0,1,2,4,8,16,32,64,128,27,54],p=n.AES=i.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var t=this._keyPriorReset=this._key,r=t.words,i=t.sigBytes/4,n=4*((this._nRounds=i+6)+1),e=this._keySchedule=[],a=0;a<n;a++)a<i?e[a]=r[a]:(f=e[a-1],a%i?i>6&&a%i==4&&(f=o[f>>>24]<<24|o[f>>>16&255]<<16|o[f>>>8&255]<<8|o[255&f]):(f=o[(f=f<<8|f>>>24)>>>24]<<24|o[f>>>16&255]<<16|o[f>>>8&255]<<8|o[255&f],f^=d[a/i|0]<<24),e[a]=e[a-i]^f);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var f=e[a];else f=e[a-4];s[c]=c<4||a<=4?f:h[o[f>>>24]]^u[o[f>>>16&255]]^v[o[f>>>8&255]]^l[o[255&f]]}}},encryptBlock:function(t,r){this._doCryptBlock(t,r,this._keySchedule,a,s,c,f,o)},decryptBlock:function(t,r){var i=t[r+1];t[r+1]=t[r+3],t[r+3]=i,this._doCryptBlock(t,r,this._invKeySchedule,h,u,v,l,e),i=t[r+1],t[r+1]=t[r+3],t[r+3]=i},_doCryptBlock:function(t,r,i,n,o,e,a,s){for(var c=this._nRounds,f=t[r]^i[0],h=t[r+1]^i[1],u=t[r+2]^i[2],v=t[r+3]^i[3],l=4,d=1;d<c;d++){var p=n[f>>>24]^o[h>>>16&255]^e[u>>>8&255]^a[255&v]^i[l++],m=n[h>>>24]^o[u>>>16&255]^e[v>>>8&255]^a[255&f]^i[l++],b=n[u>>>24]^o[v>>>16&255]^e[f>>>8&255]^a[255&h]^i[l++],w=n[v>>>24]^o[f>>>16&255]^e[h>>>8&255]^a[255&u]^i[l++];f=p,h=m,u=b,v=w}p=(s[f>>>24]<<24|s[h>>>16&255]<<16|s[u>>>8&255]<<8|s[255&v])^i[l++],m=(s[h>>>24]<<24|s[u>>>16&255]<<16|s[v>>>8&255]<<8|s[255&f])^i[l++],b=(s[u>>>24]<<24|s[v>>>16&255]<<16|s[f>>>8&255]<<8|s[255&h])^i[l++],w=(s[v>>>24]<<24|s[f>>>16&255]<<16|s[h>>>8&255]<<8|s[255&u])^i[l++],t[r]=p,t[r+1]=m,t[r+2]=b,t[r+3]=w},keySize:8});r.AES=i._createHelper(p)}(),t.AES));var t}(),function(){return Bt?Ut.exports:(Bt=1,Ut.exports=(t=y(),M(),E(),at(),ft(),function(){var r=t,i=r.lib,n=i.WordArray,o=i.BlockCipher,e=r.algo,a=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],s=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],c=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],f=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],h=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],u=e.DES=o.extend({_doReset:function(){for(var t=this._key.words,r=[],i=0;i<56;i++){var n=a[i]-1;r[i]=t[n>>>5]>>>31-n%32&1}for(var o=this._subKeys=[],e=0;e<16;e++){var f=o[e]=[],h=c[e];for(i=0;i<24;i++)f[i/6|0]|=r[(s[i]-1+h)%28]<<31-i%6,f[4+(i/6|0)]|=r[28+(s[i+24]-1+h)%28]<<31-i%6;for(f[0]=f[0]<<1|f[0]>>>31,i=1;i<7;i++)f[i]=f[i]>>>4*(i-1)+3;f[7]=f[7]<<5|f[7]>>>27}var u=this._invSubKeys=[];for(i=0;i<16;i++)u[i]=o[15-i]},encryptBlock:function(t,r){this._doCryptBlock(t,r,this._subKeys)},decryptBlock:function(t,r){this._doCryptBlock(t,r,this._invSubKeys)},_doCryptBlock:function(t,r,i){this._lBlock=t[r],this._rBlock=t[r+1],v.call(this,4,252645135),v.call(this,16,65535),l.call(this,2,858993459),l.call(this,8,16711935),v.call(this,1,1431655765);for(var n=0;n<16;n++){for(var o=i[n],e=this._lBlock,a=this._rBlock,s=0,c=0;c<8;c++)s|=f[c][((a^o[c])&h[c])>>>0];this._lBlock=a,this._rBlock=e^s}var u=this._lBlock;this._lBlock=this._rBlock,this._rBlock=u,v.call(this,1,1431655765),l.call(this,8,16711935),l.call(this,2,858993459),v.call(this,16,65535),v.call(this,4,252645135),t[r]=this._lBlock,t[r+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function v(t,r){var i=(this._lBlock>>>t^this._rBlock)&r;this._rBlock^=i,this._lBlock^=i<<t}function l(t,r){var i=(this._rBlock>>>t^this._lBlock)&r;this._lBlock^=i,this._rBlock^=i<<t}r.DES=o._createHelper(u);var d=e.TripleDES=o.extend({_doReset:function(){var t=this._key.words;if(2!==t.length&&4!==t.length&&t.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var r=t.slice(0,2),i=t.length<4?t.slice(0,2):t.slice(2,4),o=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=u.createEncryptor(n.create(r)),this._des2=u.createEncryptor(n.create(i)),this._des3=u.createEncryptor(n.create(o))},encryptBlock:function(t,r){this._des1.encryptBlock(t,r),this._des2.decryptBlock(t,r),this._des3.encryptBlock(t,r)},decryptBlock:function(t,r){this._des3.decryptBlock(t,r),this._des2.encryptBlock(t,r),this._des1.decryptBlock(t,r)},keySize:6,ivSize:2,blockSize:2});r.TripleDES=o._createHelper(d)}(),t.TripleDES));var t}(),function(){return Et?Yt.exports:(Et=1,Yt.exports=(t=y(),M(),E(),at(),ft(),function(){var r=t,i=r.lib.StreamCipher,n=r.algo,o=n.RC4=i.extend({_doReset:function(){for(var t=this._key,r=t.words,i=t.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var e=0;o<256;o++){var a=o%i,s=n[o];n[o]=n[e=(e+n[o]+(r[a>>>2]>>>24-a%4*8&255))%256],n[e]=s}this._i=this._j=0},_doProcessBlock:function(t,r){t[r]^=e.call(this)},keySize:8,ivSize:0});function e(){for(var t=this._S,r=this._i,i=this._j,n=0,o=0;o<4;o++){var e=t[r=(r+1)%256];t[r]=t[i=(i+t[r])%256],t[i]=e,n|=t[(t[r]+t[i])%256]<<24-8*o}return this._i=r,this._j=i,n}r.RC4=i._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var t=this.cfg.drop;t>0;t--)e.call(this)}});r.RC4Drop=i._createHelper(a)}(),t.RC4));var t}(),function(){return It?qt.exports:(It=1,qt.exports=(t=y(),M(),E(),at(),ft(),function(){var r=t,i=r.lib.StreamCipher,n=[],o=[],e=[],a=r.algo.Rabbit=i.extend({_doReset:function(){for(var t=this._key.words,r=this.cfg.iv,i=0;i<4;i++)t[i]=16711935&(t[i]<<8|t[i]>>>24)|4278255360&(t[i]<<24|t[i]>>>8);var n=this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16],o=this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];for(this._b=0,i=0;i<4;i++)s.call(this);for(i=0;i<8;i++)o[i]^=n[i+4&7];if(r){var e=r.words,a=e[0],c=e[1],f=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),h=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8),u=f>>>16|4294901760&h,v=h<<16|65535&f;for(o[0]^=f,o[1]^=u,o[2]^=h,o[3]^=v,o[4]^=f,o[5]^=u,o[6]^=h,o[7]^=v,i=0;i<4;i++)s.call(this)}},_doProcessBlock:function(t,r){var i=this._X;s.call(this),n[0]=i[0]^i[5]>>>16^i[3]<<16,n[1]=i[2]^i[7]>>>16^i[5]<<16,n[2]=i[4]^i[1]>>>16^i[7]<<16,n[3]=i[6]^i[3]>>>16^i[1]<<16;for(var o=0;o<4;o++)n[o]=16711935&(n[o]<<8|n[o]>>>24)|4278255360&(n[o]<<24|n[o]>>>8),t[r+o]^=n[o]},blockSize:4,ivSize:2});function s(){for(var t=this._X,r=this._C,i=0;i<8;i++)o[i]=r[i];for(r[0]=r[0]+1295307597+this._b|0,r[1]=r[1]+3545052371+(r[0]>>>0<o[0]>>>0?1:0)|0,r[2]=r[2]+886263092+(r[1]>>>0<o[1]>>>0?1:0)|0,r[3]=r[3]+1295307597+(r[2]>>>0<o[2]>>>0?1:0)|0,r[4]=r[4]+3545052371+(r[3]>>>0<o[3]>>>0?1:0)|0,r[5]=r[5]+886263092+(r[4]>>>0<o[4]>>>0?1:0)|0,r[6]=r[6]+1295307597+(r[5]>>>0<o[5]>>>0?1:0)|0,r[7]=r[7]+3545052371+(r[6]>>>0<o[6]>>>0?1:0)|0,this._b=r[7]>>>0<o[7]>>>0?1:0,i=0;i<8;i++){var n=t[i]+r[i],a=65535&n,s=n>>>16;e[i]=((a*a>>>17)+a*s>>>15)+s*s^((4294901760&n)*n|0)+((65535&n)*n|0)}t[0]=e[0]+(e[7]<<16|e[7]>>>16)+(e[6]<<16|e[6]>>>16)|0,t[1]=e[1]+(e[0]<<8|e[0]>>>24)+e[7]|0,t[2]=e[2]+(e[1]<<16|e[1]>>>16)+(e[0]<<16|e[0]>>>16)|0,t[3]=e[3]+(e[2]<<8|e[2]>>>24)+e[1]|0,t[4]=e[4]+(e[3]<<16|e[3]>>>16)+(e[2]<<16|e[2]>>>16)|0,t[5]=e[5]+(e[4]<<8|e[4]>>>24)+e[3]|0,t[6]=e[6]+(e[5]<<16|e[5]>>>16)+(e[4]<<16|e[4]>>>16)|0,t[7]=e[7]+(e[6]<<8|e[6]>>>24)+e[5]|0}r.Rabbit=i._createHelper(a)}(),t.Rabbit));var t}(),function(){return Pt?Tt.exports:(Pt=1,Tt.exports=(t=y(),M(),E(),at(),ft(),function(){var r=t,i=r.lib.StreamCipher,n=[],o=[],e=[],a=r.algo.RabbitLegacy=i.extend({_doReset:function(){var t=this._key.words,r=this.cfg.iv,i=this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16],n=this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];this._b=0;for(var o=0;o<4;o++)s.call(this);for(o=0;o<8;o++)n[o]^=i[o+4&7];if(r){var e=r.words,a=e[0],c=e[1],f=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),h=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8),u=f>>>16|4294901760&h,v=h<<16|65535&f;for(n[0]^=f,n[1]^=u,n[2]^=h,n[3]^=v,n[4]^=f,n[5]^=u,n[6]^=h,n[7]^=v,o=0;o<4;o++)s.call(this)}},_doProcessBlock:function(t,r){var i=this._X;s.call(this),n[0]=i[0]^i[5]>>>16^i[3]<<16,n[1]=i[2]^i[7]>>>16^i[5]<<16,n[2]=i[4]^i[1]>>>16^i[7]<<16,n[3]=i[6]^i[3]>>>16^i[1]<<16;for(var o=0;o<4;o++)n[o]=16711935&(n[o]<<8|n[o]>>>24)|4278255360&(n[o]<<24|n[o]>>>8),t[r+o]^=n[o]},blockSize:4,ivSize:2});function s(){for(var t=this._X,r=this._C,i=0;i<8;i++)o[i]=r[i];for(r[0]=r[0]+1295307597+this._b|0,r[1]=r[1]+3545052371+(r[0]>>>0<o[0]>>>0?1:0)|0,r[2]=r[2]+886263092+(r[1]>>>0<o[1]>>>0?1:0)|0,r[3]=r[3]+1295307597+(r[2]>>>0<o[2]>>>0?1:0)|0,r[4]=r[4]+3545052371+(r[3]>>>0<o[3]>>>0?1:0)|0,r[5]=r[5]+886263092+(r[4]>>>0<o[4]>>>0?1:0)|0,r[6]=r[6]+1295307597+(r[5]>>>0<o[5]>>>0?1:0)|0,r[7]=r[7]+3545052371+(r[6]>>>0<o[6]>>>0?1:0)|0,this._b=r[7]>>>0<o[7]>>>0?1:0,i=0;i<8;i++){var n=t[i]+r[i],a=65535&n,s=n>>>16;e[i]=((a*a>>>17)+a*s>>>15)+s*s^((4294901760&n)*n|0)+((65535&n)*n|0)}t[0]=e[0]+(e[7]<<16|e[7]>>>16)+(e[6]<<16|e[6]>>>16)|0,t[1]=e[1]+(e[0]<<8|e[0]>>>24)+e[7]|0,t[2]=e[2]+(e[1]<<16|e[1]>>>16)+(e[0]<<16|e[0]>>>16)|0,t[3]=e[3]+(e[2]<<8|e[2]>>>24)+e[1]|0,t[4]=e[4]+(e[3]<<16|e[3]>>>16)+(e[2]<<16|e[2]>>>16)|0,t[5]=e[5]+(e[4]<<8|e[4]>>>24)+e[3]|0,t[6]=e[6]+(e[5]<<16|e[5]>>>16)+(e[4]<<16|e[4]>>>16)|0,t[7]=e[7]+(e[6]<<8|e[6]>>>24)+e[5]|0}r.RabbitLegacy=i._createHelper(a)}(),t.RabbitLegacy));var t}(),function(){return Ht?Xt.exports:(Ht=1,Xt.exports=(t=y(),M(),E(),at(),ft(),function(){var r=t,i=r.lib.BlockCipher;const n=16,o=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],e=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var a={pbox:[],sbox:[]};function s(t,r){let i=t.sbox[0][r>>24&255]+t.sbox[1][r>>16&255];return i^=t.sbox[2][r>>8&255],i+=t.sbox[3][255&r],i}function c(t,r,i){let o,e=r,a=i;for(let r=0;r<n;++r)e^=t.pbox[r],a=s(t,e)^a,o=e,e=a,a=o;return o=e,e=a,a=o,a^=t.pbox[n],e^=t.pbox[17],{left:e,right:a}}var f=r.algo.Blowfish=i.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var t=this._keyPriorReset=this._key;!function(t,r,i){for(let r=0;r<4;r++){t.sbox[r]=[];for(let i=0;i<256;i++)t.sbox[r][i]=e[r][i]}let n=0;for(let e=0;e<18;e++)t.pbox[e]=o[e]^r[n],n++,n>=i&&(n=0);let a=0,s=0,f=0;for(let r=0;r<18;r+=2)f=c(t,a,s),a=f.left,s=f.right,t.pbox[r]=a,t.pbox[r+1]=s;for(let r=0;r<4;r++)for(let i=0;i<256;i+=2)f=c(t,a,s),a=f.left,s=f.right,t.sbox[r][i]=a,t.sbox[r][i+1]=s}(a,t.words,t.sigBytes/4)}},encryptBlock:function(t,r){var i=c(a,t[r],t[r+1]);t[r]=i.left,t[r+1]=i.right},decryptBlock:function(t,r){var i=function(t,r,i){let n,o=r,e=i;for(let r=17;r>1;--r)o^=t.pbox[r],e=s(t,o)^e,n=o,o=e,e=n;return n=o,o=e,e=n,e^=t.pbox[1],o^=t.pbox[0],{left:o,right:e}}(a,t[r],t[r+1]);t[r]=i.left,t[r+1]=i.right},blockSize:2,keySize:4,ivSize:2});r.Blowfish=i._createHelper(f)}(),t.Blowfish));var t}())),w.exports),Qt={alreadyDownloaded:"Έχετε ήδη κατεβάσει αυτό το αρχείο"},$t={alreadyDownloaded:"You have already downloaded this file"},tr={alreadyDownloaded:"Ya has descargado este archivo"},rr={alreadyDownloaded:"Hai già scaricato questo file"};const ir=class{constructor(i){t(this,i),this.downloadedEvent=r(this,"mdsFileDownload"),this.t=new p({el:Object.assign(Object.assign({},Qt),h),en:Object.assign(Object.assign({},$t),f),es:Object.assign(Object.assign({},tr),c),it:Object.assign(Object.assign({},rr),s)}),this.wasDownloaded=!1,this.hideDownloadedIcon=!1,this.handleOnClick=()=>{var t;const{format:r,description:i}=u(this.filename,this.suffix);this.downloadedEvent.emit({description:null!==(t=this.description)&&void 0!==t?t:i,extension:v(this.filename,this.suffix),filename:this.filename,target:this.host,type:r}),localStorage.setItem(`mdsFile${Kt.MD5(this.filename).toString()}`,"downloaded"),this.checkWasDownloaded()},this.checkWasDownloaded=()=>{const t=`mdsFile/${Kt.MD5(this.filename).toString()}`;this.wasDownloaded="downloaded"===localStorage.getItem(t)},this.getDefaultDescription=()=>u(this.filename,this.suffix).description}async updateLang(){this.language=this.t.lang(this.host)}connectedCallback(){this.unsubscribePrefAnimation=m("animation",(t=>{this.prefAnimation=t})),this.unsubscribePrefContrast=m("contrast",(t=>{this.prefContrast=t})),this.unsubscribePrefTheme=m("theme",(t=>{this.prefTheme=t})),this.unsubscribePrefThemeScheme=m("theme-scheme",(t=>{this.prefThemeScheme=t}))}disconnectedCallback(){var t,r,i,n;null===(t=this.unsubscribePrefAnimation)||void 0===t||t.call(this),null===(r=this.unsubscribePrefContrast)||void 0===r||r.call(this),null===(i=this.unsubscribePrefTheme)||void 0===i||i.call(this),null===(n=this.unsubscribePrefThemeScheme)||void 0===n||n.call(this)}componentWillLoad(){this.checkWasDownloaded(),this.t.lang(this.host),this.format=u(this.filename,this.suffix).format}componentDidUpdate(){this.checkWasDownloaded()}handleFilename(t){this.format=u(t,this.suffix).format}render(){var t,r;return i(n,{key:"711fefbaa2906d91c9d0383310bf312c52df078b",tabindex:"0",onClick:this.handleOnClick,"pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},i("div",{key:"8d28d65986c17add1ca6368ccf2b5a10e58058d4",class:"preview"},void 0!==this.preview?i("div",{class:"image-preview",style:{backgroundImage:`url(${this.preview})`}}):i("mds-icon",{class:"icon-preview",name:d(this.filename,this.suffix).icon}),i("div",{key:"7fbaeada2247cea64aff5b21714dc5ef540229de",class:"download-icon"},i("mds-icon",{key:"b86c2349ced351a6d86f43e6e3a51cd5f9729254",name:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zm-1-4l-1.41-1.41L13 12.17V4h-2v8.17L8.41 9.59L7 11l5 5l5-5z"/></svg>'}))),i("div",{key:"9749f541e33c934d8d4beb9a92e1238f8b1146cc",class:"info"},i("div",{key:"d16f79e79a544bbab2bd02d9ef130654c5737f78",class:"filename",title:this.filename},i("mds-text",{key:"fb91eeb270e446cd871b97c6a8048cd0e7209ca6",truncate:"word",typography:"h6",class:"name"},l(this.filename)),void 0===this.suffix&&v(this.filename,this.suffix)&&i("mds-text",{key:"6d3f3e6d6def65dbf20ba578f2ba7ccd7701ee3e",typography:"h6",class:"extension"},".",v(this.filename,this.suffix))),i("div",{key:"dea8f443f6c3b5fb286689bf6899ac63ca6d7cdc",class:"detail"},v(this.filename,this.suffix)&&i("mds-badge",{key:"7d943721238ef3f1fe159ba29aabdd0a15ed5dad",variant:d(this.filename,this.suffix).variant,tone:"weak",class:"suffix"},v(this.filename,this.suffix)),i("mds-text",{key:"876049351686a33037a3c621dbcd4d7c414478d5",truncate:"word",typography:"caption",class:"description",title:null!==(t=this.description)&&void 0!==t?t:this.t.get(this.getDefaultDescription())},null!==(r=this.description)&&void 0!==r?r:this.t.get(this.getDefaultDescription())))),this.wasDownloaded&&!this.hideDownloadedIcon&&i("div",{key:"2bec5d1651a5819b5bce22740fc9163c70f9f388",class:"indicator"},i("i",{key:"e3311e52eda56c0eec42fdfd0b6ea84016c2ecd3",class:"downloaded",innerHTML:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M5 18h14v2H5v-2zm4.6-2.7L5 10.7l2-1.9l2.6 2.6L17 4l2 2l-9.4 9.3z"/></svg>',title:this.t.get("alreadyDownloaded")})))}get host(){return o(this)}static get watchers(){return{filename:[{handleFilename:0}]}}};ir.style="@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-file-preview-icon-color:rgb(var(--tone-neutral-04,218 218 218));--mds-file-preview-color:rgb(var(--tone-neutral-04,218 218 218));--mds-file-preview-icon-bacground:rgb(var(--tone-neutral-10,60 60 60))}}}@keyframes focus-bounce{0%,75%,to{outline-offset:var(--magma-outline-focus-offset,6px)}50%{outline-offset:var(--magma-outline-blur-offset,2px)}}:host(:not(:is([hydrated],.hydrated))),:is(mds-badge,mds-icon,mds-text):not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{--mds-file-preview-icon-color:rgb(var(--tone-neutral-04,218 218 218));--mds-file-preview-color:rgb(var(--tone-neutral-04,218 218 218));--mds-file-preview-icon-bacground:rgb(var(--tone-neutral-10,60 60 60));--mds-file-transition-duration:var(--duration-200,.2s);--private-file-transition-duration:var(--mds-file-transition-duration);--private-icon-download-offset:10%;animation-duration:var(--magma-outline-animation-duration,1s);animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:focus-bounce;animation-play-state:paused;animation-timing-function:var(--ease-out,cubic-bezier(0,0,.2,1));background-color:rgb(var(--tone-neutral,0 0 0));border-radius:var(--radius-xl,20px);-webkit-box-shadow:var(--shadow-outline-weak,0 0 0 1px #0000000d,0 1px 2px 0 #0000000d);box-shadow:var(--shadow-outline-weak,0 0 0 1px #0000000d,0 1px 2px 0 #0000000d);color:rgb(var(--tone-neutral-04,218 218 218));outline:var(--magma-outline-blur,2px solid var(--magma-outline-blur-color,#0000));transition-duration:.2s;transition-property:background-color,border-color,box-shadow,color,fill,outline,outline-offset,transform;transition-timing-function:ease-in-out;corner-shape:var(--magma-corner-shape,round);align-items:stretch;cursor:pointer;display:inline-flex;overflow:hidden;-webkit-transition-duration:var(--private-file-transition-duration);transition-duration:var(--private-file-transition-duration);transition-property:box-shadow,outline,outline-offset;-webkit-transition-timing-function:var(--ease-out);transition-timing-function:var(--ease-out);width:100%}:host:focus-visible{--magma-outline-blur:var(--magma-outline-focus);animation-play-state:running}:host(:focus-visible){--magma-outline-blur:var(--magma-outline-focus);animation-play-state:running}:host(:hover){-webkit-box-shadow:var(--shadow-box-md,#0000000f 0 0 0 1px,#00000008 0 1px 1px -.5px,#0000000a 0 2px 2px -1px,#0000000a 0 3px 3px -1.5px,#00000008 0 5px 5px -2.5px,#00000008 0 10px 10px -5px,#00000008 0 24px 24px -8px);box-shadow:var(--shadow-box-md,#0000000f 0 0 0 1px,#00000008 0 1px 1px -.5px,#0000000a 0 2px 2px -1px,#0000000a 0 3px 3px -1.5px,#00000008 0 5px 5px -2.5px,#00000008 0 10px 10px -5px,#00000008 0 24px 24px -8px)}:host(:hover) .download-icon{opacity:1;transform:translateY(0)}:host(:hover) :is(.icon-preview,.image-preview){opacity:0;-webkit-transform:translateY(var(--private-icon-download-offset));transform:translateY(var(--private-icon-download-offset))}.download-icon{inset:0;opacity:0;position:absolute;-webkit-transform:translateY(calc(var(--private-icon-download-offset)*-1));transform:translateY(calc(var(--private-icon-download-offset)*-1));-webkit-transition-duration:inherit;transition-duration:inherit;transition-property:opacity,transform;-webkit-transition-timing-function:inherit;transition-timing-function:inherit}.download-icon,.preview{align-items:center;display:flex;justify-content:center}.preview{background-color:var(--mds-file-preview-icon-bacground,rgb(var(--tone-neutral-10,60 60 60)));color:var(--mds-file-preview-color,rgb(var(--tone-neutral-03,233 233 233)));fill:var(--mds-file-preview-icon-color,var(--mds-file-preview-color,rgb(var(--tone-neutral-03,233 233 233))));flex-shrink:0;position:relative;-webkit-transition-duration:inherit;transition-duration:inherit;transition-property:color,background-color,fill;-webkit-transition-timing-function:var(--ease-in-out);transition-timing-function:var(--ease-in-out);width:calc(var(--spacing,.0025rem)*1400)}.image-preview{background-position:50%;background-repeat:no-repeat;background-size:contain;inset:calc(var(--spacing,.0025rem)*300);position:absolute}.icon-preview,.image-preview{-webkit-transition-duration:inherit;transition-duration:inherit;transition-property:opacity,transform;-webkit-transition-timing-function:inherit;transition-timing-function:inherit}.info{flex-direction:column;flex-grow:1;gap:calc(var(--spacing,.0025rem)*100);height:calc(var(--spacing,.0025rem)*1400);justify-content:center;padding:0 calc(var(--spacing,.0025rem)*300)}.filename,.info{display:flex;min-width:0}.name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.extension{flex-shrink:0}.detail{align-items:baseline;display:flex;gap:calc(var(--spacing,.0025rem)*200);min-width:0}.suffix{flex-shrink:0;pointer-events:none}.description{color:rgb(var(--tone-neutral-05,197 197 197));min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.indicator{align-items:center;display:flex;justify-content:center;padding-right:calc(var(--spacing,.0025rem)*400)}.downloaded{display:flex;fill:rgb(var(--status-success-06,0 171 97))}.downloaded svg{aspect-ratio:var(--aspect-square,1/1);height:100%;width:100%}:host([format=archive]),:host([format=executable]){--mds-file-preview-icon-color:rgb(var(--label-amaranth-04,251 192 203));--mds-file-preview-color:rgb(var(--label-amaranth-04,251 192 203));--mds-file-preview-icon-bacground:rgb(var(--label-amaranth-10,114 7 25))}:host([format=attachment]){--mds-file-preview-icon-color:rgb(var(--tone-neutral-04,218 218 218));--mds-file-preview-color:rgb(var(--tone-neutral-04,218 218 218));--mds-file-preview-icon-bacground:rgb(var(--tone-neutral-10,60 60 60))}:host([format=audio]),:host([format=video]){--mds-file-preview-icon-color:rgb(var(--label-violet-04,216 200 252));--mds-file-preview-color:rgb(var(--label-violet-04,216 200 252));--mds-file-preview-icon-bacground:rgb(var(--label-violet-10,57 9 165))}:host([format=code]),:host([format=data]),:host([format=markup]){--mds-file-preview-icon-color:rgb(var(--label-yellow-04,248 202 60));--mds-file-preview-color:rgb(var(--label-yellow-04,248 202 60));--mds-file-preview-icon-bacground:rgb(var(--label-yellow-10,75 57 3))}:host([format=certificate]),:host([format=document]){--mds-file-preview-icon-color:rgb(var(--label-orange-04,252 196 158));--mds-file-preview-color:rgb(var(--label-orange-04,252 196 158));--mds-file-preview-icon-bacground:rgb(var(--label-orange-10,99 42 3))}:host([format=email]),:host([format=text]){--mds-file-preview-icon-color:rgb(var(--label-blue-04,196 206 253));--mds-file-preview-color:rgb(var(--label-blue-04,196 206 253));--mds-file-preview-icon-bacground:rgb(var(--label-blue-10,6 34 166))}:host([format=image]){--mds-file-preview-icon-color:rgb(var(--label-green-04,113 230 156));--mds-file-preview-color:rgb(var(--label-green-04,113 230 156));--mds-file-preview-icon-bacground:rgb(var(--label-green-10,12 68 33))}:host([format=slide]){--mds-file-preview-icon-color:rgb(var(--label-orchid-04,248 192 220));--mds-file-preview-color:rgb(var(--label-orchid-04,248 192 220));--mds-file-preview-icon-bacground:rgb(var(--label-orchid-10,111 12 61))}:host([format=spreadsheet]){--mds-file-preview-icon-color:rgb(var(--label-lime-04,148 229 25));--mds-file-preview-color:rgb(var(--label-lime-04,148 229 25));--mds-file-preview-icon-bacground:rgb(var(--label-lime-10,43 66 7))}:host([format=vector]){--mds-file-preview-icon-color:rgb(var(--label-aqua-04,81 225 250));--mds-file-preview-color:rgb(var(--label-aqua-04,81 225 250));--mds-file-preview-icon-bacground:rgb(var(--label-aqua-10,2 65 76))}:host([pref-animation=reduce]){--private-file-transition-duration:0s}:host([pref-theme=dark]:not([pref-theme-scheme=light])){-webkit-box-shadow:var(--shadow-outline);box-shadow:var(--shadow-outline)}:host([pref-theme=dark]:not([pref-theme-scheme=light])):host(:hover){-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}:host([pref-contrast=more]){background-color:rgb(var(--tone-neutral,0 0 0));-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50);color:rgb(var(--tone-neutral-01,255 255 255))}:host([pref-contrast=more]):host(:hover){-webkit-box-shadow:var(--shadow-outline-strong-100);box-shadow:var(--shadow-outline-strong-100)}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-file-transition-duration:0s}}@media (prefers-color-scheme:dark){:host(:not([pref-theme])),:host([pref-theme=system]:not([pref-theme-scheme=light])){-webkit-box-shadow:var(--shadow-outline);box-shadow:var(--shadow-outline)}:is(:host([pref-theme=system]:not([pref-theme-scheme=light])),:host(:not([pref-theme]))):host(:hover){-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}}@media (prefers-contrast:more){:host(:not([pref-contrast])),:host([pref-contrast=system]){background-color:rgb(var(--tone-neutral,0 0 0));-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50);color:rgb(var(--tone-neutral-01,255 255 255))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host(:hover){-webkit-box-shadow:var(--shadow-outline-strong-100);box-shadow:var(--shadow-outline-strong-100)}}";export{ir as mds_file}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as r,h as i,H as a,g as n}from"./p-CAd5312P.js";import{m as e}from"./p-BVQMG7KJ.js";import{D as o}from"./p-BJtA1qmE.js";import{L as s}from"./p-a4oAcjYG.js";import{s as d}from"./p-fMwnXhio.js";const c=class{constructor(i){t(this,i),this.validationEvent=r(this,"mdsInputValidation"),this.valueChange=r(this,"mdsInputDateSelect"),i.$hostElement$["s-ei"]?this.internals=i.$hostElement$["s-ei"]:(this.internals=i.$hostElement$.attachInternals(),i.$hostElement$["s-ei"]=this.internals),this.isSlotted=!1,this.empty=void 0,this.t=new s({el:{},en:{},es:{},it:{}}),this.touched=!1,this.value="",this.variant="primary",this.min=null,this.max=null,this.delay=500,this.disabled=!1,this.readonly=!1,this.required=!1,this.calendarKey=0,this.hasFocus=!1,this.handleChange=t=>{const r=t.target;this.touched=!0,""!==r.value&&(this.value=r.value),this.validateValue(r.validity.badInput)},this.onBlur=t=>{const r=t.target;this.hasFocus=!1,this.value=r.value,this.validateValue(r.validity.badInput)},this.onFocus=t=>{const r=t.target;this.hasFocus=!0,this.readonly&&setTimeout((()=>{r.select()}),10)},this.handleOpenCalendarClick=()=>{this.calendarKey+=1},this.handleCalendarChange=t=>{if(this.value=t.detail.startDate,0===this.delay)return;const{dropdownRef:r}=this;r&&setTimeout((()=>{r.visible=!1}),this.delay)}}async updateLang(){this.language=this.t.lang(this.host)}handleValue(){this.valueChange.emit(this.value),this.validateValue()}validateValue(t=!1){const r=o.fromISO(this.value),i=Boolean(this.value),a=i&&!r.isValid,n=this.required&&!i,e=r.isValid&&(this.max&&o.fromISO(this.max)<r||this.min&&o.fromISO(this.min)>r);t||a||n||e?(this.isValid=!1,this.variant="error",this.internals.setFormValue(null),this.empty=!(!t&&!a)||void 0):(this.isValid=!0,this.variant="primary",this.internals.setFormValue(this.value),this.empty=void 0),this.validationEvent.emit(this.isValid)}async focusInput(){var t;(null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".input")).focus()}async setValue(t){return this.value=t,this.validateValue(),Promise.resolve()}async getErrors(){return Promise.resolve(this.isValid?null:{error:""})}formResetCallback(){this.internals.setFormValue("")}connectedCallback(){this.unsubscribePrefAnimation=d("animation",(t=>{this.prefAnimation=t})),this.unsubscribePrefContrast=d("contrast",(t=>{this.prefContrast=t})),this.unsubscribePrefTheme=d("theme",(t=>{this.prefTheme=t})),this.unsubscribePrefThemeScheme=d("theme-scheme",(t=>{this.prefThemeScheme=t}))}disconnectedCallback(){var t,r,i,a;null===(t=this.unsubscribePrefAnimation)||void 0===t||t.call(this),null===(r=this.unsubscribePrefContrast)||void 0===r||r.call(this),null===(i=this.unsubscribePrefTheme)||void 0===i||i.call(this),null===(a=this.unsubscribePrefThemeScheme)||void 0===a||a.call(this)}componentWillLoad(){if(this.isSlotted=!(null===this.host.getAttribute("slot")||""===this.host.getAttribute("slot")),this.value=this.value||"",this.language=this.t.lang(this.host),null!==this.min&&""!==this.min&&null!==this.max&&""!==this.max){const t=o.fromISO(this.min);o.fromISO(this.max)<t&&(this.max=this.min)}this.validateValue()}render(){return i(a,{key:"4d896aae88a4637f371861ee251e2337530baded",empty:this.empty,"pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},i("input",{key:"5e58df1c7b4e43e9c31c2660d31180efd2ac813e",value:this.value,id:"dateInput",class:"input",part:"input-date",type:"date",disabled:this.disabled,name:this.name,onBlur:this.onBlur,onFocus:this.onFocus,onInput:this.handleChange,onChange:this.handleChange}),!this.isSlotted&&i("div",{key:"bd68590ff1bbbc0a3a744e44e88d6a3bca11fdca",class:"action-open-calendar-wrapper"},i("mds-button",{key:"f3bd3316bce646eb4df4eb368a952096397447e7",id:"calendar-dropdown",class:"action-open-calendar",disabled:this.disabled,variant:"dark",tone:"text",icon:e,onClick:this.handleOpenCalendarClick})),i("mds-input-tip",{key:"9f4264859de66046a3761ec96083c09c53bdced9",lang:this.language,position:"top",active:this.hasFocus},this.disabled&&i("mds-input-tip-item",{key:"8be9f58f10be7407d6c76d5e7b79e2faaa6aaa86",expanded:!0,variant:"disabled"}),this.readonly&&i("mds-input-tip-item",{key:"144bce0f9a1a67593be23decd4a59e34c342b359",expanded:!0,variant:"readonly"}),this.required&&i("mds-input-tip-item",{key:"efcafab1b01ddb3983299273dbddae86af6f621d",expanded:this.hasFocus,variant:this.isValid?"required-success":"required"})),!this.isSlotted&&i("mds-dropdown",{key:"df129e18751e4312509dc60ea4538fb4797071ff",placement:"bottom-end","disable-auto-placement":!0,ref:t=>this.dropdownRef=t,target:"#calendar-dropdown"},i("mds-calendar",Object.assign({key:this.calendarKey,rangePicker:!1,lang:this.language,onMdsCalendarChange:this.handleCalendarChange,startDate:this.value},null!==this.min&&""!==this.min?{min:this.min}:{},null!==this.max&&""!==this.max?{max:this.max}:{}))))}static get formAssociated(){return!0}get host(){return n(this)}static get watchers(){return{value:[{handleValue:0}]}}};c.style='@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-input-date-icon-color:rgb(var(--variant-primary-03,211 226 255));--mds-input-date-background:rgb(var(--tone-neutral,0 0 0));--mds-input-date-field-background-empty:rgb(var(--status-error-10,115 0 0));--mds-input-date-field-color-empty:rgb(var(--status-error-06,239 108 105));--mds-input-date-icon-color-rgb:var(--mds-input-date-variant-color-rgb,0 0 0);--mds-input-date-variant-color-rgb:0 0 0;--mds-input-tip-horizontal-offset:calc(var(--spacing,.0025rem)*100);--mds-input-tip-horizontal-offset-focused:calc(var(--spacing,.0025rem)*1000);--mds-input-tip-vertical-offset:calc(var(--spacing,.0025rem)*100);--mds-input-tip-background:rgb(var(--tone-neutral-03,233 233 233))}}}@property --mds-input-date-variant-color-rgb{syntax:"<integer>+";inherits:false;initial-value:0 0 0}:host{--mds-input-date-icon-color:rgb(var(--variant-primary-03,211 226 255));--mds-input-date-background:rgb(var(--tone-neutral,0 0 0));--mds-input-date-field-background-empty:rgb(var(--status-error-10,115 0 0));--mds-input-date-field-color-empty:rgb(var(--status-error-06,239 108 105));--mds-input-date-icon-color-rgb:var(--mds-input-date-variant-color-rgb,0 0 0);--mds-input-date-ring:0 0 0 1px rgb(var(--mds-input-date-variant-color-rgb,0 0 0)/.1);--mds-input-date-shadow:0 1px 3px 0 rgb(var(--mds-input-date-variant-color-rgb,0 0 0)/.1),0 1px 2px 0 rgb(var(--mds-input-date-variant-color-rgb,0 0 0)/.06);--mds-input-tip-horizontal-offset:calc(var(--spacing,.0025rem)*100);--mds-input-tip-horizontal-offset-focused:calc(var(--spacing,.0025rem)*1000);--mds-input-tip-vertical-offset:calc(var(--spacing,.0025rem)*100);--mds-input-tip-background:rgb(var(--tone-neutral-03,233 233 233));--mds-input-date-transition-duration:var(--duration-300,.3s);--private-input-date-transition-duration:var(--mds-input-date-transition-duration);font-family:var(--font-info,Karla,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);font-size:var(--text-size-info-detail,1rem);font-weight:var(--tw-font-weight,var(--text-size-info-detail--font-weight,400));line-height:var(--tw-leading,var(--text-size-info-detail--line-height,1.5rem));min-height:auto;text-box:trim-both text;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:var(--radius-2xl,24px);color:rgb(var(--tone-neutral-02,244 244 244));corner-shape:var(--magma-corner-shape,round);container-type:inline-size;display:flex;gap:calc(var(--spacing,.0025rem)*200);overflow:visible;position:relative;--mds-input-date-icon-color:rgb(var(--variant-primary-04,184 208 255));--mds-input-date-variant-color-rgb:0 0 0}.input::-webkit-calendar-picker-indicator{appearance:textfield;display:none}.input{font-family:var(--font-code,"Roboto Mono","Courier New",monospace);font-size:var(--text-size-code-hack,.875rem);font-weight:var(--tw-font-weight,var(--text-size-code-hack--font-weight,400));line-height:var(--tw-leading,var(--text-size-code-hack--line-height,1.25rem));min-height:auto;text-box:trim-both text;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:inherit;box-sizing:border-box;color:inherit;corner-shape:inherit;background-color:#0000;border:0;margin:0;overflow:hidden;text-overflow:ellipsis;-webkit-transition-duration:var(--private-input-date-transition-duration);transition-duration:var(--private-input-date-transition-duration);transition-property:background-color,border-color,box-shadow,color,fill,margin,opacity,padding,transform;-webkit-transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1));transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1));width:min-content}:host([empty]) .input{background-color:var(--mds-input-date-field-background-empty,rgb(var(--status-error-10,115 0 0)));color:var(--mds-input-date-field-color-empty,rgb(var(--status-error-06,239 108 105)))}:host([slot]){color:inherit;display:contents}:host([slot]) .input{cursor:text;text-align:center}:host(:not([slot])) .input{background-color:var(--mds-input-date-background,rgb(var(--tone-neutral,0 0 0)));-webkit-box-shadow:var(--mds-input-date-ring),var(--mds-input-date-shadow);box-shadow:var(--mds-input-date-ring),var(--mds-input-date-shadow);min-height:3rem;padding-left:calc(var(--spacing,.0025rem)*400);padding-right:calc(var(--spacing,.0025rem)*1200);width:100%}:host(:focus-within) .input{--tw-outline-style:none;outline-style:none;transition-duration:var(--default-transition-duration);transition-property:background-color,border-color,box-shadow,color,fill,height,margin,opacity,padding,transform,width;transition-timing-function:var(--default-transition-timing-function);--mds-input-date-ring:0 0 0 3px rgb(var(--mds-input-date-variant-color-rgb,0 0 0)/1);--mds-input-date-shadow:0 4px 6px 3px rgb(var(--mds-input-date-variant-color-rgb,0 0 0)/.1),0 2px 4px -1px rgb(var(--mds-input-date-variant-color-rgb,0 0 0)/.06);-webkit-transition-duration:var(--duration-300,.3s);transition-duration:var(--duration-300,.3s);-webkit-transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1));transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1))}.input::placeholder{color:rgb(var(--tone-neutral-04,218 218 218))}.input:-ms-placeholder-shown{color:rgb(var(--tone-neutral-04,218 218 218))}.input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{appearance:none;display:none;margin:0}.input:disabled{background-color:rgb(var(--tone-neutral-10,60 60 60))}.input:disabled::placeholder{color:rgb(var(--tone-neutral-05,197 197 197))}.input:disabled:-ms-placeholder-shown{color:rgb(var(--tone-neutral-05,197 197 197))}.input:disabled::-moz-placeholder{color:rgb(var(--tone-neutral-05,197 197 197))}.input:disabled,.input:disabled::placeholder{color:rgb(var(--tone-neutral-05,197 197 197))}.action-open-calendar-wrapper{align-items:center;aspect-ratio:1;bottom:0;display:flex;justify-content:center;position:absolute;right:0;top:0}.action-open-calendar{--mds-button-color:var(--mds-input-date-icon-color,rgb(var(--variant-primary-03,211 226 255)))}:host([disabled]:not([disabled=false])) .action-open-calendar{-webkit-transform:translate(calc(var(--spacing,.0025rem)*250),calc(var(--spacing,.0025rem)*200));transform:translate(calc(var(--spacing,.0025rem)*250),calc(var(--spacing,.0025rem)*200))}mds-calendar{min-width:max-content}mds-dropdown{padding:0}mds-input-tip{--mds-input-tip-horizontal-offset:inherit;--mds-input-tip-horizontal-offset-focused:inherit;--mds-input-tip-vertical-offset:inherit;--mds-input-tip-background:inherit}:host(:not(:is([hydrated],.hydrated))),:is(mds-button,mds-calendar,mds-dropdown,mds-input-tip,mds-input-tip-item):not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host([pref-animation=reduce]){--private-input-date-transition-duration:0s}:host([pref-theme=dark]:not([pref-theme-scheme=light])){--mds-input-date-ring:var(--shadow-outline-50);--mds-input-date-background:rgb(var(--tone-neutral-09,76 76 76));--mds-input-date-controls-border:2px solid rgb(var(--tone-neutral-06,158 158 158))}:host([pref-theme=dark]:not([pref-theme-scheme=light])) .counter-button:hover{--mds-button-background:rgb(var(--tone-neutral-08,107 107 107))}:host([pref-contrast=more]){--mds-input-date-ring:var(--shadow-outline-strong-50);--mds-input-date-background:rgb(var(--tone-neutral-09,76 76 76));--mds-input-date-controls-border:2px solid rgb(var(--tone-neutral-05,197 197 197))}:host([pref-contrast=more]) .input::placeholder{color:rgb(var(--tone-neutral-03,233 233 233))}:host([pref-contrast=more]) .input:-ms-placeholder-shown{color:rgb(var(--tone-neutral-03,233 233 233))}@supports ((-moz-appearance:none)){.action-open-calendar{display:none}:host(:not([slot])) .input{padding-right:calc(var(--spacing,.0025rem)*400)}}:host(:focus){--mds-input-date-icon-color:rgb(var(--variant-primary-05,152 188 255));--mds-input-date-variant-color-rgb:var(--variant-primary-04,184 208 255)}:host([variant=ai]){--mds-input-date-icon-color:rgb(var(--variant-ai-04,218 199 253));--mds-input-tip-background:rgb(var(--variant-ai-05,202 174 251));--mds-input-date-variant-color-rgb:0 0 0}:host([variant=ai]:focus){--mds-input-date-icon-color:rgb(var(--variant-ai-05,202 174 251));--mds-input-date-variant-color-rgb:var(--variant-ai-04,218 199 253)}:host([variant=info]){--mds-input-date-icon-color:rgb(var(--status-info-04,159 216 241));--mds-input-tip-background:rgb(var(--status-info-05,112 198 234));--mds-input-date-variant-color-rgb:0 0 0}:host([variant=info]:focus){--mds-input-date-icon-color:rgb(var(--status-info-05,112 198 234));--mds-input-date-variant-color-rgb:var(--status-info-04,159 216 241)}:host([variant=success]){--mds-input-date-icon-color:rgb(var(--status-success-04,158 222 181));--mds-input-tip-background:rgb(var(--status-success-05,107 206 147));--mds-input-date-variant-color-rgb:0 0 0}:host([variant=success]:focus){--mds-input-date-icon-color:rgb(var(--status-success-05,107 206 147));--mds-input-date-variant-color-rgb:var(--status-success-04,158 222 181)}:host([variant=warning]){--mds-input-date-icon-color:rgb(var(--status-warning-04,255 200 33));--mds-input-tip-background:rgb(var(--status-warning-05,237 177 0));--mds-input-date-variant-color-rgb:0 0 0}:host([variant=warning]:focus){--mds-input-date-icon-color:rgb(var(--status-warning-05,237 177 0));--mds-input-date-variant-color-rgb:var(--status-warning-04,255 200 33)}:host([variant=error]){--mds-input-date-icon-color:rgb(var(--status-error-04,254 193 189));--mds-input-tip-background:rgb(var(--status-error-05,250 165 160));--mds-input-date-variant-color-rgb:0 0 0}:host([variant=error]:focus){--mds-input-date-icon-color:rgb(var(--status-error-05,250 165 160));--mds-input-date-variant-color-rgb:var(--status-error-04,254 193 189)}@media (forced-colors:active){:host(:focus-within) .input{outline:2px solid #0000;outline-offset:2px}}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-input-date-transition-duration:0s}}@media (prefers-color-scheme:dark){:host(:not([pref-theme])),:host([pref-theme=system]:not([pref-theme-scheme=light])){--mds-input-date-ring:var(--shadow-outline-50);--mds-input-date-background:rgb(var(--tone-neutral-09,76 76 76));--mds-input-date-controls-border:2px solid rgb(var(--tone-neutral-06,158 158 158))}:is(:host([pref-theme=system]:not([pref-theme-scheme=light])),:host(:not([pref-theme]))) .counter-button:hover{--mds-button-background:rgb(var(--tone-neutral-08,107 107 107))}}@media (prefers-contrast:more){:host(:not([pref-contrast])),:host([pref-contrast=system]){--mds-input-date-ring:var(--shadow-outline-strong-50);--mds-input-date-background:rgb(var(--tone-neutral-09,76 76 76));--mds-input-date-controls-border:2px solid rgb(var(--tone-neutral-05,197 197 197))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))) .input::-webkit-input-placeholder{color:rgb(var(--tone-neutral-03,233 233 233))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))) .input:-ms-placeholder-shown{color:rgb(var(--tone-neutral-03,233 233 233))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))) .input::placeholder{color:rgb(var(--tone-neutral-03,233 233 233))}}';export{c as mds_input_date}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(r,t,n,e){function o(r){return r instanceof n?r:new n((function(t){t(r)}))}return new(n||(n=Promise))((function(n,a){function i(r){try{c(e.next(r))}catch(r){a(r)}}function u(r){try{c(e["throw"](r))}catch(r){a(r)}}function c(r){r.done?n(r.value):o(r.value).then(i,u)}c((e=e.apply(r,t||[])).next())}))};var __generator=this&&this.__generator||function(r,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},e,o,a,i=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return i.next=u(0),i["throw"]=u(1),i["return"]=u(2),typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function u(r){return function(t){return c([r,t])}}function c(u){if(e)throw new TypeError("Generator is already executing.");while(i&&(i=0,u[0]&&(n=0)),n)try{if(e=1,o&&(a=u[0]&2?o["return"]:u[0]?o["throw"]||((a=o["return"])&&a.call(o),0):o.next)&&!(a=a.call(o,u[1])).done)return a;if(o=0,a)u=[u[0]&2,a.value];switch(u[0]){case 0:case 1:a=u;break;case 4:n.label++;return{value:u[1],done:false};case 5:n.label++;o=u[1];u=[0];continue;case 7:u=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){n.label=u[1];break}if(u[0]===6&&n.label<a[1]){n.label=a[1];a=u;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(u);break}if(a[2])n.ops.pop();n.trys.pop();continue}u=t.call(r,n)}catch(r){u=[6,r];o=0}finally{e=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};System.register(["./p-DI5DWqw4.system.js","./p-Cxe5TwXZ.system.js","./p-Bh89IjzU.system.js","./p-DcKeJ0td.system.js"],(function(r){"use strict";var t,n,e,o,a,i,u,c;return{setters:[function(r){t=r.r;n=r.c;e=r.h;o=r.H;a=r.g},function(r){i=r.m},function(r){u=r.K},function(r){c=r.L}],execute:function(){var s="Πήγαινε πίσω";var b={back:s};var d="Go back";var l={back:d};var m="Volver atrás";var f={back:m};var h="Indietro";var v={back:h};var y=function(){return'@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){:host,:root{--mds-breadcrumb-arrow-depth-color:rgb(var(--tone-neutral-04,218 218 218));--mds-breadcrumb-button-background-current:rgb(var(--tone-neutral-09,76 76 76));--mds-breadcrumb-button-background-disabled:#0000;--mds-breadcrumb-button-background-hover:rgb(var(--tone-neutral-10,60 60 60));--mds-breadcrumb-button-background:#0000;--mds-breadcrumb-button-color-current:rgb(var(--tone-neutral-01,255 255 255));--mds-breadcrumb-button-color-disabled:rgb(var(--tone-neutral-06,158 158 158));--mds-breadcrumb-button-color-hover:rgb(var(--tone-neutral-02,244 244 244));--mds-breadcrumb-button-color:rgb(var(--tone-neutral-02,244 244 244));--mds-breadcrumb-current-button-color:rgb(var(--tone-neutral-05,197 197 197))}}}:host(:not(:is([hydrated],.hydrated))),mds-button:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --mds-breadcrumb-button-background-disabled{syntax:"<color>";inherits:true;initial-value:#0000}@property --mds-breadcrumb-button-background{syntax:"<color>";inherits:true;initial-value:#0000}:host{--mds-breadcrumb-arrow-depth-color:rgb(var(--tone-neutral-04,218 218 218));--mds-breadcrumb-button-background-current:rgb(var(--tone-neutral-09,76 76 76));--mds-breadcrumb-button-background-disabled:#0000;--mds-breadcrumb-button-background-hover:rgb(var(--tone-neutral-10,60 60 60));--mds-breadcrumb-button-background:#0000;--mds-breadcrumb-button-color-current:rgb(var(--tone-neutral-01,255 255 255));--mds-breadcrumb-button-color-disabled:rgb(var(--tone-neutral-06,158 158 158));--mds-breadcrumb-button-color-hover:rgb(var(--tone-neutral-02,244 244 244));--mds-breadcrumb-button-color:rgb(var(--tone-neutral-02,244 244 244));--mds-breadcrumb-current-button-color:rgb(var(--tone-neutral-05,197 197 197));-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:center;display:flex;gap:0;overflow:auto;padding:calc(var(--spacing,.0025rem)*200);scroll-behavior:smooth;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}:host::-webkit-scrollbar{display:none}'};var g=r("mds_breadcrumb",function(){function r(r){var e=this;t(this,r);this.changedEvent=n(this,"mdsBreadcrumbChange");this.kb=new u;this.t=new c({el:b,en:l,es:f,it:v});this.hideBack=false;this.queryItems=function(){return e.element.querySelectorAll("mds-breadcrumb-item")};this.updateBackButton=function(r){var t;if(e.hideBack)return;var n=(t=e.element.shadowRoot)===null||t===void 0?void 0:t.querySelector(".back");if(r===0){n.setAttribute("disabled","");e.kb.detachClickBehavior();return}n.removeAttribute("disabled");e.kb.attachClickBehavior()};this.togglePrevious=function(){var r=e.element.querySelector("mds-breadcrumb-item[selected]");if(!r)return;var t=Number(r.id.replace("item-",""));var n=e.queryItems();var o=0;n.forEach((function(r,n){r.selected=n===t-1;if(r.selected){o=n}}));e.updateBackButton(o);e.onChanged(o,r)};this.onChanged=function(r,t){e.changedEvent.emit({id:r.toString(),caller:t})}}r.prototype.updateLang=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(r){this.language=this.t.lang(this.element);return[2]}))}))};r.prototype.componentDidLoad=function(){var r;var t=this.queryItems();t.forEach((function(r,t){return r.id="item-".concat(t)}));var n=this.element.querySelector("mds-breadcrumb-item[selected]");if(!n||n.id==="item-0"){this.updateBackButton(0)}if(!this.hideBack){var e=(r=this.element.shadowRoot)===null||r===void 0?void 0:r.querySelector(".back");this.kb.addElement(e);this.kb.attachClickBehavior()}};r.prototype.componentDidUpdate=function(){var r;if(!this.hideBack){var t=(r=this.element.shadowRoot)===null||r===void 0?void 0:r.querySelector(".back");this.kb.addElement(t);this.kb.attachClickBehavior();return}this.kb.detachClickBehavior()};r.prototype.componentWillRender=function(){this.t.lang(this.element)};r.prototype.disconnectedCallback=function(){this.kb.detachClickBehavior()};r.prototype.activedEventHandler=function(r){var t=this.queryItems();var n=0;t.forEach((function(t,e){t.selected="item-".concat(e)===r.detail.id&&r.detail.selected;if(t.selected){n=e}}));this.updateBackButton(n);this.onChanged(n,r.target)};r.prototype.render=function(){return e(o,{key:"816f24af4192b1e5fb296887f817fbdde2a3fb68"},!this.hideBack&&e("mds-button",{key:"75c612c333cc14a018500bd3fc14ccff835ad642",title:this.t.get("back"),class:"back",tone:"text",variant:"dark",icon:i,onClick:this.togglePrevious}),e("slot",{key:"49aa5944b4553e82bf19d34bde70adc14aee0ccc"}))};Object.defineProperty(r.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return r}());g.style=y()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-DI5DWqw4.system.js","./p-DssKRrAV.system.js"],(function(e){"use strict";var t,r,o,n;return{setters:[function(e){t=e.r;r=e.h;o=e.H},function(e){n=e.s}],execute:function(){var i=function(){return"@layer reset,vendor,theme,base,components,utilities;:host(:not(:is([hydrated],.hydrated))){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{background-color:rgb(var(--tone-neutral-08,107 107 107));border:0;border-radius:1000px;display:flex;height:1px;width:100%}:host([pref-theme=dark]:not([pref-theme-scheme=light])){background-color:rgb(var(--tone-neutral-07,134 134 134))}@media (prefers-color-scheme:dark){:host(:not([pref-theme])),:host([pref-theme=system]:not([pref-theme-scheme=light])){background-color:rgb(var(--tone-neutral-07,134 134 134))}}"};var s=e("mds_hr",function(){function e(e){t(this,e)}e.prototype.connectedCallback=function(){var e=this;this.unsubscribePrefTheme=n("theme",(function(t){e.prefTheme=t}));this.unsubscribePrefThemeScheme=n("theme-scheme",(function(t){e.prefThemeScheme=t}))};e.prototype.disconnectedCallback=function(){var e,t;(e=this.unsubscribePrefTheme)===null||e===void 0?void 0:e.call(this);(t=this.unsubscribePrefThemeScheme)===null||t===void 0?void 0:t.call(this)};e.prototype.render=function(){return r(o,{key:"655c896905ebfdb8f5a170f108f338edde6a4d4f","pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme})};return e}());s.style=i()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as a,H as e,g as t}from"./p-CAd5312P.js";import{r as i,s as r}from"./p-ttrRC6OE.js";const d=class{constructor(a){s(this,a),this.typography="label",this.value=0,this.variant="dark",this.size="md",this.onSlotChangeHandler=()=>{void 0!==this.label&&""!==this.label||(this.label=i(this.host))}}labelChanged(s){this.label=r(s)}render(){var s;return a(e,{key:"1c2d9a434915c3bd3487e3accddc100cb457178b"},a("div",{key:"809bfc18d2042c97685adb031b65f3444a1ba3c4",class:"infos"},a("mds-text",{key:"f328a5c085a268ac48839e9553fe48a0d57873f8",typography:this.typography,class:"label",id:"label",truncate:"word"},this.label||a("slot",{key:"d61cde55186ab7d8aa186fb740b35fb9e5e964f4",onSlotchange:this.onSlotChangeHandler})),a("mds-text",{key:"2f0145a1c718cb646fb28e05e6f828c196c8902e",typography:this.typography,class:"value",truncate:"word"},null!==(s=this.alias)&&void 0!==s?s:this.value)),a("mds-progress",{key:"ad484ee140a19ccde21e5a50df8532c03508350a","aria-labelledby":"label","aria-valuetext":this.alias,class:"progress",variant:this.variant,progress:this.value/100,size:this.size,part:"progress-bar"}))}get host(){return t(this)}static get watchers(){return{label:[{labelChanged:0}]}}};d.style="@layer reset,vendor,theme,base,components,utilities;:host(:not(:is([hydrated],.hydrated))),:is(mds-progress,mds-text):not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{display:grid;gap:calc(var(--spacing,.0025rem)*100);grid-template-columns:repeat(1,minmax(1px,100%))}.infos{display:flex;gap:calc(var(--spacing,.0025rem)*200);justify-content:space-between;width:100%}.value{flex-shrink:0}.label{min-width:0}:host([size=md]),:host([size=sm]){gap:calc(var(--spacing,.0025rem)*200)}:host([size=lg]),:host([size=xl]){gap:calc(var(--spacing,.0025rem)*300)}";export{d as mds_benchmark_bar}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(a,i,e,n){function t(a){return a instanceof e?a:new e((function(i){i(a)}))}return new(e||(e=Promise))((function(e,r){function c(a){try{l(n.next(a))}catch(a){r(a)}}function o(a){try{l(n["throw"](a))}catch(a){r(a)}}function l(a){a.done?e(a.value):t(a.value).then(c,o)}l((n=n.apply(a,i||[])).next())}))};var __generator=this&&this.__generator||function(a,i){var e={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},n,t,r,c=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return c.next=o(0),c["throw"]=o(1),c["return"]=o(2),typeof Symbol==="function"&&(c[Symbol.iterator]=function(){return this}),c;function o(a){return function(i){return l([a,i])}}function l(o){if(n)throw new TypeError("Generator is already executing.");while(c&&(c=0,o[0]&&(e=0)),e)try{if(n=1,t&&(r=o[0]&2?t["return"]:o[0]?t["throw"]||((r=t["return"])&&r.call(t),0):t.next)&&!(r=r.call(t,o[1])).done)return r;if(t=0,r)o=[o[0]&2,r.value];switch(o[0]){case 0:case 1:r=o;break;case 4:e.label++;return{value:o[1],done:false};case 5:e.label++;t=o[1];o=[0];continue;case 7:o=e.ops.pop();e.trys.pop();continue;default:if(!(r=e.trys,r=r.length>0&&r[r.length-1])&&(o[0]===6||o[0]===2)){e=0;continue}if(o[0]===3&&(!r||o[1]>r[0]&&o[1]<r[3])){e.label=o[1];break}if(o[0]===6&&e.label<r[1]){e.label=r[1];r=o;break}if(r&&e.label<r[2]){e.label=r[2];e.ops.push(o);break}if(r[2])e.ops.pop();e.trys.pop();continue}o=i.call(a,e)}catch(a){o=[6,a];t=0}finally{n=r=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};System.register(["./p-DI5DWqw4.system.js","./p-DcKeJ0td.system.js"],(function(a){"use strict";var i,e,n,t,r;return{setters:[function(a){i=a.r;e=a.h;n=a.H;t=a.g},function(a){r=a.L}],execute:function(){var c='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill-rule="evenodd" d="M15.318 3a3 3 0 0 1 2.56 1.436l3.666 6a3 3 0 0 1 0 3.129l-3.667 6A3 3 0 0 1 15.317 21H8.684a3 3 0 0 1-2.56-1.436l-3.667-6a3 3 0 0 1 0-3.129l3.666-6A3 3 0 0 1 8.682 3zm-.025 11.293c-.77.77-1.991 1.207-3.293 1.207-1.301 0-2.523-.437-3.293-1.207l-1.414 1.414C8.523 16.937 10.302 17.5 12 17.5c1.699 0 3.477-.563 4.707-1.793zM8 11h2V8H8zm6 0h2V8h-2z" clip-rule="evenodd"/>\n</svg>\n';var o='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12c5.16-1.26 9-6.45 9-12V5l-9-4zm7 10c0 1.85-.51 3.65-1.38 5.21l-1.45-1.45a4.994 4.994 0 0 0-.64-6.29a5.003 5.003 0 0 0-7.07 0a5.003 5.003 0 0 0 0 7.07a5.006 5.006 0 0 0 6.29.64l1.72 1.72c-1.19 1.42-2.73 2.51-4.47 3.04c-4.02-1.25-7-5.42-7-9.94V6.3l7-3.11l7 3.11V11zm-7 4c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3z"/></svg>';var l="Αυτό το περιεχόμενο δημιουργήθηκε αυτόματα από την τεχνητή μας νοημοσύνη MIA και ενδέχεται να περιέχει ανακρίβειες. Σας συνιστούμε να επαληθεύσετε την ακρίβειά του και να συμβουλευτείτε επίσημες πηγές για οριστικές πληροφορίες.";var s="Περιεχόμενο που δημιουργήθηκε με την MIA";var d="Αυτό το περιεχόμενο δημιουργήθηκε αυτόματα από την τεχνητή μας νοημοσύνη MIA και ενδέχεται να περιέχει ανακρίβειες.";var p="Περιεχόμενο που δημιουργήθηκε με την MIA";var u="Δημιουργήθηκε με MIA";var b="Αυτό το περιεχόμενο δημιουργήθηκε αυτόματα από την τεχνητή μας νοημοσύνη MIA και ενδέχεται να περιέχει ανακρίβειες.";var f="Κάντε κλικ για να διαβάσετε τις πολιτικές μας για την τεχνητή νοημοσύνη";var h="Πολιτική τεχνητής νοημοσύνης MIA";var v="Πολιτική MIA";var m="Διαβάστε τις πολιτικές μας για τη χρήση της MIA, της τεχνητής μας νοημοσύνης, και τη δημιουργία αυτόματου περιεχομένου";var g={bannerDescription:l,bannerTitle:s,cardDescription:d,cardTitle:p,chipLabel:u,iconTooltip:b,iconLinkLabel:f,linkLabel:h,linkLabelShort:v,linkLabelTitle:m};var y="This content was automatically generated by our artificial intelligence MIA and may contain inaccuracies. Please verify its accuracy and consult official sources for definitive information.";var k="Content generated with MIA";var w="This content was automatically generated by our artificial intelligence MIA and may contain inaccuracies.";var x="Content generated with MIA";var I="Generated with MIA";var A="This content was automatically generated by our artificial intelligence MIA and may contain inaccuracies.";var M="Click to read our artificial intelligence policies";var L="MIA Artificial Intelligence Policy";var z="MIA Policy";var T="Read our policies on the use of MIA, our artificial intelligence, and the automatic generation of content";var D={bannerDescription:y,bannerTitle:k,cardDescription:w,cardTitle:x,chipLabel:I,iconTooltip:A,iconLinkLabel:M,linkLabel:L,linkLabelShort:z,linkLabelTitle:T};var _="Este contenido fue generado automáticamente por nuestra inteligencia artificial MIA y puede contener inexactitudes. Te recomendamos verificar su precisión y consultar fuentes oficiales para obtener información definitiva.";var C="Contenido generado con MIA";var S="Este contenido fue generado automáticamente por nuestra inteligencia artificial MIA y puede contener inexactitudes.";var P="Contenido generado con MIA";var j="Generado con MIA";var V="Este contenido fue generado automáticamente por nuestra inteligencia artificial MIA y puede contener inexactitudes.";var E="Haz clic para leer nuestras políticas sobre inteligencia artificial";var G="Política de inteligencia artificial de MIA";var H="Política MIA";var O="Lee nuestras políticas sobre el uso de MIA, nuestra inteligencia artificial, y la generación automática de contenidos";var Q={bannerDescription:_,bannerTitle:C,cardDescription:S,cardTitle:P,chipLabel:j,iconTooltip:V,iconLinkLabel:E,linkLabel:G,linkLabelShort:H,linkLabelTitle:O};var B="Questo contenuto è stato generato automaticamente tramite la nostra intelligenza artificiale MIA e potrebbe contenere inesattezze, ti invitiamo a verificarne l'accuratezza e a consultare fonti ufficiali per informazioni definitive.";var q="Contenuto generato con MIA";var J="Questo contenuto è stato generato automaticamente tramite la nostra intelligenza artificiale MIA e potrebbe contenere inesattezze.";var K="Contenuto generato con MIA";var R="Generato con MIA";var W="Questo contenuto è stato generato automaticamente dalla nostra intelligenza artificiale MIA e potrebbe contenere inesattezze.";var F="Clicca per leggere le nostre policy sulla intelligenza artificiale";var N="Policy MIA intelligenza artificiale";var U="Policy MIA";var X="Leggi le nostre policy sull'utilizzo di MIA, la nostra intelligenza artificiale e la generazione automatica dei contenuti";var Y={bannerDescription:B,bannerTitle:q,cardDescription:J,cardTitle:K,chipLabel:R,iconTooltip:W,iconLinkLabel:F,linkLabel:N,linkLabelShort:U,linkLabelTitle:X};var Z=function(){return"@layer reset,vendor,theme,base,components,utilities;:host(:not(:is([hydrated],.hydrated))),:is(mds-banner,mds-button,mds-chip,mds-dropdown,mds-help,mds-icon,mds-text):not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{display:inline-flex}:host(:not([variant=icon])){container:mds-policy-ai/inline-size;width:100%}mds-button{justify-self:start}.banner{--mds-banner-cockade-background:rgb(var(--variant-ai-05,202 174 251));--mds-banner-icon-color:rgb(var(--variant-ai-10,63 7 161))}.mini-card{background-color:rgb(var(--tone-neutral,0 0 0));border-radius:var(--radius-lg,16px);-webkit-box-shadow:var(--shadow-sm-sharp,0 0 1px 1px #0000000f,0 1px 3px 0 #0000001a);box-shadow:var(--shadow-sm-sharp,0 0 1px 1px #0000000f,0 1px 3px 0 #0000001a);display:inline-flex;gap:calc(var(--spacing,.0025rem)*300);grid-template-columns:repeat(1,minmax(1px,100%));padding:calc(var(--spacing,.0025rem)*400)}.mini-card-icon{background-color:rgb(var(--variant-ai-05,202 174 251));border-radius:var(--radius-2xl,24px);border-top-left-radius:var(--radius-none,0);border-top-right-radius:var(--radius-none,0);fill:rgb(var(--variant-ai-10,63 7 161));height:calc(var(--spacing,.0025rem)*600);margin-top:calc(var(--spacing,.0025rem)*-400);padding:calc(var(--spacing,.0025rem)*100);padding-top:calc(var(--spacing,.0025rem)*400);width:calc(var(--spacing,.0025rem)*600)}.link-label-short{display:none}.mini-card-content{display:grid;gap:calc(var(--spacing,.0025rem)*300);grid-template-columns:repeat(1,minmax(1px,100%))}.mini-card-button{max-width:min-content;min-width:0;width:100%}@container mds-policy-ai (max-width:260px){.mini-card{display:grid}.mini-card-icon{border-top-left-radius:var(--radius-none,0);border-top-right-radius:var(--radius-none,0);margin-top:calc(var(--spacing,.0025rem)*-400);padding-top:calc(var(--spacing,.0025rem)*200)}.mini-card-button{max-width:none}.link-label-long{display:none}.link-label-short{display:inline}}.chip{cursor:help}.chip-dropdown{max-width:calc(var(--spacing,.0025rem)*7200);padding:calc(var(--spacing,.0025rem)*300) calc(var(--spacing,.0025rem)*400)}.icon-help{background-color:rgb(var(--variant-ai-05,202 174 251));border:1px solid rgb(var(--tone-neutral,0 0 0));border-radius:calc(var(--spacing,.0025rem)*600);cursor:pointer;fill:rgb(var(--variant-ai-10,63 7 161));height:min-content;width:min-content}.icon-tip-content{display:grid;gap:calc(var(--spacing,.0025rem)*200)}.icon-help::part(icon){height:calc(var(--spacing,.0025rem)*600);padding:calc(var(--spacing,.0025rem)*100);width:calc(var(--spacing,.0025rem)*600)}"};var $=a("mds_policy_ai",function(){function a(a){var e=this;i(this,a);this.t=new r({el:g,en:D,es:Q,it:Y});this.variant="chip";this.href="https://www.maggiolieditore.it/il-regolamento-europeo-sull-intelligenza-artificiale.html";this.handleIconClick=function(){window.open(e.href,"_blank")}}a.prototype.updateLang=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(a){this.language=this.t.lang(this.host);this.t.update();return[2]}))}))};a.prototype.componentWillLoad=function(){this.language=this.t.lang(this.host)};a.prototype.render=function(){var a,i,t,r,l,s,d;return e(n,{key:"d0343aba93633c4172c78cba1fe1ba78066d0703"},this.variant==="icon"&&e("mds-help",{key:"ad4a20df4a631c216ad09fd6bc7ebfcf23ec17ae",icon:c,class:"icon-help",onClick:this.handleIconClick,part:"icon"},e("div",{key:"5c173707b353453e1f88071caa83ae7bef95ef63",class:"icon-tip-content"},e("mds-text",{key:"02b915e883391648c0d7701869278c2e088c2349",typography:"tip"},(a=this.headline)!==null&&a!==void 0?a:this.t.get("iconTooltip")),e("mds-text",{key:"ee07386a254fa7ed397374e116f4b2cbb38e9bd8",typography:"tip"},(i=this.description)!==null&&i!==void 0?i:this.t.get("iconLinkLabel")))),this.variant==="chip"&&e("div",{key:"c0f788345c6ea9e09f34bbdf8432bdf6119cb6f6",class:"chip-wrapper",part:"chip"},e("mds-chip",{key:"7014d5bb99185352ddfa1767230c40487a27fba7",id:"chip",icon:c,class:"chip",variant:"ai",label:(t=this.headline)!==null&&t!==void 0?t:this.t.get("chipLabel")}),e("mds-dropdown",{key:"46aee6235eb317f64d984c5d7ffeec6e9ef23b5d",target:"#chip",class:"chip-dropdown",interaction:"mouseover"},e("mds-text",{key:"940a93b53ee5c78634eaf39ebdc4843de874c339",typography:"tip"},(r=this.description)!==null&&r!==void 0?r:this.t.get("cardDescription")),e("mds-button",{key:"e94a60aef4a8d754882070300ebe40ec52819354",icon:o,href:this.href,variant:"ai",tone:"weak",size:"sm"},this.t.get("linkLabel")))),this.variant==="card"&&e("div",{key:"8f38c98a3f90a2daee5c0fe56dc08be4a5805724",class:"mini-card",part:"card"},e("mds-icon",{key:"e95bf26e2073d4ed6bcbe8458fb59d29242d803b",name:c,class:"mini-card-icon"}),e("div",{key:"27f3d7807627409bcc7c12a2ff0b13a9aedb4a1a",class:"mini-card-content"},e("mds-text",{key:"974df045532462567e64d46dd308281790c3a0a0",typography:"caption"},(l=this.description)!==null&&l!==void 0?l:this.t.get("iconTooltip")),e("mds-button",{key:"79b09fbc1f0dc53de3094e5c2fc3618d3ae79afc",class:"mini-card-button",icon:o,href:this.href,variant:"ai",tone:"weak",size:"sm"},e("span",{key:"06b0094335d78affa64fa2c6f9eab0ed657c8183",class:"link-label-long"},this.t.get("linkLabel")),e("span",{key:"5c24c8b36cadec1ec9f0c9a671c268c153e5b609",class:"link-label-short"},this.t.get("linkLabelShort"))))),this.variant==="banner"&&e("mds-banner",{key:"c787b1aa6437af944eb39d50a07a3f101f763b00",class:"banner",variant:"ai",tone:"weak",icon:c,headline:(s=this.headline)!==null&&s!==void 0?s:this.t.get("bannerTitle"),part:"banner"},e("mds-text",{key:"3cd7e4076bdbf770070c6d29e57a441ccc9921c3",typography:"caption"},(d=this.description)!==null&&d!==void 0?d:this.t.get("bannerDescription")),e("mds-button",{key:"40388d6d8e3d02c8db0c94c585d2dffa879ae83b",icon:o,slot:"action",href:this.href,variant:"ai",tone:"weak",size:"sm"},e("span",{key:"e25299573ed2c28821773871091041604059d005",class:"link-label-long"},this.t.get("linkLabel")),e("span",{key:"cd5f7376104f6ec21f1a1fd8293004f49016bb56",class:"link-label-short"},this.t.get("linkLabelShort")))))};Object.defineProperty(a.prototype,"host",{get:function(){return t(this)},enumerable:false,configurable:true});return a}());$.style=Z()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(e,t,i,r){function n(e){return e instanceof i?e:new i((function(t){t(e)}))}return new(i||(i=Promise))((function(i,a){function o(e){try{d(r.next(e))}catch(e){a(e)}}function s(e){try{d(r["throw"](e))}catch(e){a(e)}}function d(e){e.done?i(e.value):n(e.value).then(o,s)}d((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,n,a,o=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return o.next=s(0),o["throw"]=s(1),o["return"]=s(2),typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return d([e,t])}}function d(s){if(r)throw new TypeError("Generator is already executing.");while(o&&(o=0,s[0]&&(i=0)),i)try{if(r=1,n&&(a=s[0]&2?n["return"]:s[0]?n["throw"]||((a=n["return"])&&a.call(n),0):n.next)&&!(a=a.call(n,s[1])).done)return a;if(n=0,a)s=[s[0]&2,a.value];switch(s[0]){case 0:case 1:a=s;break;case 4:i.label++;return{value:s[1],done:false};case 5:i.label++;n=s[1];s=[0];continue;case 7:s=i.ops.pop();i.trys.pop();continue;default:if(!(a=i.trys,a=a.length>0&&a[a.length-1])&&(s[0]===6||s[0]===2)){i=0;continue}if(s[0]===3&&(!a||s[1]>a[0]&&s[1]<a[3])){i.label=s[1];break}if(s[0]===6&&i.label<a[1]){i.label=a[1];a=s;break}if(a&&i.label<a[2]){i.label=a[2];i.ops.push(s);break}if(a[2])i.ops.pop();i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e];n=0}finally{r=a=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-DI5DWqw4.system.js","./p-C61qxZLH.system.js","./p-Bh89IjzU.system.js","./p-DcKeJ0td.system.js","./p-DssKRrAV.system.js"],(function(e){"use strict";var t,i,r,n,a,o,s,d,u;return{setters:[function(e){t=e.r;i=e.c;r=e.h;n=e.H;a=e.g},function(e){o=e.m},function(e){s=e.K},function(e){d=e.L},function(e){u=e.s}],execute:function(){var c='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z"/></svg>';var l="Κλείσιμο";var h="Στοιχείο iframe που περιέχει {{ url }}";var v="Παράθυρο με προεπισκόπηση του {{ url }}";var f={close:l,iframeURL:h,previewURL:v};var w="Close";var m="Iframe element containing {{ url }}";var p="Window with a preview of {{ url }}";var b={close:w,iframeURL:m,previewURL:p};var g="Cerrar";var y="Elemento iframe que contiene {{ url }}";var x="Ventana con vista previa de {{ url }}";var k={close:g,iframeURL:y,previewURL:x};var L="Chiudi";var U="Elemento iframe contentente {{ url }}";var R="Finestra con anteprima di {{ url }}";var j={close:L,iframeURL:U,previewURL:R};var _=function(){return'@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-url-view-background:rgb(var(--tone-neutral-10,60 60 60));--mds-url-view-color:rgb(var(--tone-neutral-02,244 244 244));--mds-url-view-radius:var(--radius-md,12px);--tw-ease:initial}}}:host(:not(:is([hydrated],.hydrated))),:is(mds-button,mds-icon,mds-text):not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{--mds-url-view-transition-duration:var(--duration-200,.2s);--private-url-view-transition-duration:var(--mds-url-view-transition-duration);--mds-modal-custom-window-distance:0px;--mds-url-view-background:rgb(var(--tone-neutral-10,60 60 60));--mds-url-view-color:rgb(var(--tone-neutral-02,244 244 244));--mds-url-view-radius:var(--radius-md,12px);--mds-url-view-header-shadow:var(--shadow-sm-sharp,0 0 1px 1px #0000000f,0 1px 3px 0 #0000001a);--mds-url-view-shadow:var(--shadow-lg,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a);box-sizing:border-box;display:flex;flex-direction:column;height:100vh;margin:0;padding:calc(var(--spacing,.0025rem)*400)}.window{border-radius:var(--mds-url-view-radius,var(--radius-md,12px));-webkit-box-shadow:var(--mds-url-view-shadow);box-shadow:var(--mds-url-view-shadow);flex-direction:column;flex-grow:1;overflow:hidden;width:100%}.header,.window{--tw-ease:var(--ease-out,cubic-bezier(0,0,.2,1));background-color:var(--mds-url-view-background,rgb(var(--tone-neutral-10,60 60 60)));display:flex;-webkit-transition-duration:var(--private-url-view-transition-duration);transition-duration:var(--private-url-view-transition-duration);transition-property:background-color,box-shadow;transition-timing-function:var(--ease-out,cubic-bezier(0,0,.2,1))}.header{align-items:center;-webkit-box-shadow:var(--mds-url-view-header-shadow);box-shadow:var(--mds-url-view-header-shadow);color:var(--mds-url-view-color,rgb(var(--tone-neutral-02,244 244 244)));flex-shrink:0;gap:calc(var(--spacing,.0025rem)*200);justify-content:space-between;padding:calc(var(--spacing,.0025rem)*200);position:relative}.title{flex-grow:1;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.window-icon{flex-shrink:0}.button-close,.window-icon{fill:var(--mds-url-view-color,rgb(var(--tone-neutral-02,244 244 244)))}.button-close{cursor:pointer}.iframe{border:0;flex-grow:1;margin:0;padding:0;width:100%}:host([pref-animation=reduce]){--private-url-view-transition-duration:0s}:host([pref-theme=dark]:not([pref-theme-scheme=light])){--mds-url-view-shadow:var(--shadow-outline)}:host([pref-contrast=more]){--mds-url-view-shadow:var(--shadow-outline-50)}@property --tw-ease{syntax:"*";inherits:false}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-url-view-transition-duration:0s}}@media (prefers-color-scheme:dark){:host(:not([pref-theme])),:host([pref-theme=system]:not([pref-theme-scheme=light])){--mds-url-view-shadow:var(--shadow-outline)}}@media (prefers-contrast:more){:host(:not([pref-contrast])),:host([pref-contrast=system]){--mds-url-view-shadow:var(--shadow-outline-50)}}'};var z=e("mds_url_view",function(){function e(e){var r=this;t(this,e);this.closeEvent=i(this,"mdsUrlViewClose");this.km=new s;this.t=new d({el:f,en:b,es:k,it:j});this.loading="lazy";this.urlDomain=function(e){var t=new URL(e);return t.hostname.replace("www.","")};this.closeUrlView=function(){var e;r.closeEvent.emit();(e=r.host.closest("mds-modal"))===null||e===void 0?void 0:e.close()}}e.prototype.updateLang=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.language=this.t.lang(this.host);return[2]}))}))};e.prototype.connectedCallback=function(){var e=this;this.unsubscribePrefAnimation=u("animation",(function(t){e.prefAnimation=t}));this.unsubscribePrefContrast=u("contrast",(function(t){e.prefContrast=t}));this.unsubscribePrefTheme=u("theme",(function(t){e.prefTheme=t}));this.unsubscribePrefThemeScheme=u("theme-scheme",(function(t){e.prefThemeScheme=t}))};e.prototype.componentWillLoad=function(){this.t.lang(this.host)};e.prototype.componentDidLoad=function(){var e;var t=(e=this.host.shadowRoot)===null||e===void 0?void 0:e.querySelector(".action-close");this.km.addElement(t);this.km.attachClickBehavior()};e.prototype.disconnectedCallback=function(){var e,t,i,r;(e=this.unsubscribePrefAnimation)===null||e===void 0?void 0:e.call(this);(t=this.unsubscribePrefContrast)===null||t===void 0?void 0:t.call(this);(i=this.unsubscribePrefTheme)===null||i===void 0?void 0:i.call(this);(r=this.unsubscribePrefThemeScheme)===null||r===void 0?void 0:r.call(this);this.km.detachClickBehavior()};e.prototype.render=function(){var e,t;return r(n,{key:"806641c36d9b4aa568b09ce3617f4ca860ed8817","aria-label":this.t.get("previewURL",{url:this.urlDomain(this.src)}),"pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},r("div",{key:"2205b5e3d0810ba101e3ba78e690f94ae156b042",class:"window"},r("div",{key:"cced352e1926c26eb05f122d8df152f19a695a78",class:"header"},r("mds-icon",{key:"8b386b0a164a176f3a65dd8f0ae9b639efcfbe51",class:"window-icon",name:(e=this.icon)!==null&&e!==void 0?e:c}),r("mds-text",{key:"14b2574e7a3e28620a7fb098644e3cd1abb66208",class:"title",typography:"caption"},(t=this.label)!==null&&t!==void 0?t:this.urlDomain(this.src)),r("mds-button",{key:"eceac0ff4d497eaf88c675605b833fd3a7eac9f7",title:this.t.get("close"),class:"action-close",variant:"dark",tone:"text",icon:o,onClick:this.closeUrlView})),r("iframe",{key:"a18133eb09c2ef5bf7b7ecdaabef6f3e00b91a8b",class:"iframe","aria-label":this.t.get("iframeURL",{url:this.urlDomain(this.src)}),src:this.src,loading:this.loading})))};Object.defineProperty(e.prototype,"host",{get:function(){return a(this)},enumerable:false,configurable:true});return e}());z.style=_()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-DI5DWqw4.system.js"],(function(e){"use strict";var t,i,r;return{setters:[function(e){t=e.r;i=e.h;r=e.H}],execute:function(){var a=function(){return"@layer reset,vendor,theme,base,components,utilities;:host(:not(:is([hydrated],.hydrated))),:is(mds-price-table-features,mds-price-table-header,mds-price-table-list):not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{display:grid;gap:calc(var(--spacing,.0025rem)*600)}"};var n=e("mds_price_table",function(){function e(e){t(this,e)}e.prototype.render=function(){return i(r,{key:"baecd51ddff0ed0b1479c17c87537eeeeffab1a5"},i("slot",{key:"69d9c761c54799ffbac258ce299878b825af12ba"}))};return e}());n.style=a()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-DI5DWqw4.system.js"],(function(r){"use strict";var t,e,o,b,n;return{setters:[function(r){t=r.r;e=r.c;o=r.h;b=r.H;n=r.g}],execute:function(){var a='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41L13.17 12l-4.58 4.59L10 18l6-6z"/></svg>';var d=function(){return'@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){:host,:root{--mds-breadcrumb-item-arrow-depth-color:rgb(var(--tone-neutral-04,218 218 218));--mds-breadcrumb-item-button-background-selected:rgb(var(--tone-neutral-09,76 76 76));--mds-breadcrumb-item-button-background-hover:rgb(var(--tone-neutral-10,60 60 60));--mds-breadcrumb-item-button-background:#0000;--mds-breadcrumb-item-button-color-selected:rgb(var(--tone-neutral-01,255 255 255));--mds-breadcrumb-item-button-color-hover:rgb(var(--tone-neutral-02,244 244 244));--mds-breadcrumb-item-button-color:rgb(var(--tone-neutral-02,244 244 244));--mds-breadcrumb-item-button-border-radius:1000px}}}@keyframes focus-bounce{0%,75%,to{outline-offset:var(--magma-outline-focus-offset,6px)}50%{outline-offset:var(--magma-outline-blur-offset,2px)}}:host(:not(:is([hydrated],.hydrated))),mds-button:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --mds-breadcrumb-item-button-background{syntax:"<color>";inherits:true;initial-value:#0000}@property --mds-breadcrumb-item-button-border-radius{syntax:"<length>";inherits:true;initial-value:1000px}:host{--mds-breadcrumb-item-arrow-depth-color:var(--mds-breadcrumb-arrow-depth-color,rgb(var(--tone-neutral-04,218 218 218)));--mds-breadcrumb-item-button-background-selected:var(--mds-breadcrumb-button-background-selected,rgb(var(--mds-breadcrumb-item-button-border-color-rgb-selected)));--mds-breadcrumb-item-button-background-hover:var(--mds-breadcrumb-button-background-hover,rgb(var(--mds-breadcrumb-item-button-border-color-rgb-hover)));--mds-breadcrumb-item-button-background:var(--mds-breadcrumb-button-background,#0000);--mds-breadcrumb-item-button-border-color-rgb-selected:var(--tone-neutral-09,76 76 76);--mds-breadcrumb-item-button-border-color-rgb-hover:var(--tone-neutral-10,60 60 60);--mds-breadcrumb-item-button-border-color-rgb:var(--mds-breadcrumb-item-button-border-color-rgb-hover);--mds-breadcrumb-item-button-color-selected:var(--mds-breadcrumb-button-color-selected,rgb(var(--tone-neutral-01,255 255 255)));--mds-breadcrumb-item-button-color-hover:var(--mds-breadcrumb-button-color-hover,rgb(var(--tone-neutral-02,244 244 244)));--mds-breadcrumb-item-button-color:var(--mds-breadcrumb-button-color,rgb(var(--tone-neutral-02,244 244 244)));--mds-breadcrumb-item-button-border-radius:1000px;align-items:center;display:flex;flex-shrink:0;gap:0;-webkit-transition-duration:var(--duration-200,.2s);transition-duration:var(--duration-200,.2s);transition-property:box-shadow,outline,outline-offset;-webkit-transition-timing-function:var(--ease-out-quad,cubic-bezier(.25,.46,.45,.94));transition-timing-function:var(--ease-out-quad,cubic-bezier(.25,.46,.45,.94));-webkit-user-select:none;user-select:none}:host mds-button{--mds-button-background:var(--mds-breadcrumb-item-button-background,#0000);--mds-button-border-color-rgb:var(--mds-breadcrumb-item-button-border-color-rgb);--mds-button-color:var(--mds-breadcrumb-item-button-color,rgb(var(--tone-neutral-02,244 244 244)));--mds-button-radius:var(--mds-breadcrumb-item-button-border-radius,1000px)}:host mds-button:hover{--mds-button-background:var(--mds-breadcrumb-item-button-background-hover,rgb(var(--tone-neutral-10,60 60 60)));--mds-button-border-color-rgb:var(--mds-breadcrumb-item-button-border-color-rgb-hover);--mds-button-color:var(--mds-breadcrumb-item-button-color-hover,rgb(var(--tone-neutral-02,244 244 244)))}:host([selected]) mds-button{--mds-button-background:var(--mds-breadcrumb-item-button-background-selected,rgb(var(--tone-neutral-09,76 76 76)));--mds-button-border-color-rgb:var(--mds-breadcrumb-item-button-border-color-rgb-selected);--mds-button-color:var(--mds-breadcrumb-item-button-color-selected,rgb(var(--tone-neutral-01,255 255 255)));pointer-events:none}.icon{display:flex;fill:var(--mds-breadcrumb-item-arrow-depth-color,rgb(var(--tone-neutral-04,218 218 218)))}.icon svg{aspect-ratio:var(--aspect-square,1/1);height:100%;width:100%}:host(:last-child) .icon{display:none}'};var u=r("mds_breadcrumb_item",function(){function r(r){var o=this;t(this,r);this.selectedEvent=e(this,"mdsBreadcrumbItemSelect");this.toggle=function(){o.selected=!o.selected;o.selectedEvent.emit({id:o.element.id,selected:o.selected})}}r.prototype.render=function(){return o(b,{key:"0637c2938c4b122ee6d74226043108aa62c753c6"},o("mds-button",{key:"399bb9e3f9f2272e6d0fc6e397fdbe6c4b179437",onClick:this.toggle,part:"button",label:this.label}),o("i",{key:"33527f902e0e871d563bb3813f47271238ddfbf8","aria-hidden":"true",class:"icon",innerHTML:a}))};Object.defineProperty(r.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});return r}());u.style=d()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-DI5DWqw4.system.js","./p-C0tqOovl.system.js"],(function(t){"use strict";var r,o,a,n;return{setters:[function(t){r=t.r;o=t.h;a=t.H},function(t){n=t.m}],execute:function(){var s=function(){return"@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){:host,:root{--mds-button-dropdown-radius:var(--radius-2xl,24px);--mds-button-dropdown-window-radius:var(--radius-2xl,24px)}}}:host(:not(:is([hydrated],.hydrated))),:is(mds-button,mds-dropdown):not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{--mds-button-dropdown-radius:var(--radius-2xl,24px);--mds-button-dropdown-window-radius:var(--radius-2xl,24px);border-radius:var(--mds-button-dropdown-radius,var(--radius-2xl,24px));display:inline-flex;-webkit-transition-duration:var(--duration-200,.2s);transition-duration:var(--duration-200,.2s);transition-property:background-color,box-shadow;-webkit-transition-timing-function:var(--ease-out-quad,cubic-bezier(.25,.46,.45,.94));transition-timing-function:var(--ease-out-quad,cubic-bezier(.25,.46,.45,.94))}mds-dropdown{border-radius:var(--mds-button-dropdown-window-radius,var(--radius-2xl,24px));gap:calc(var(--spacing,.0025rem)*50);padding:calc(var(--spacing,.0025rem)*200)}mds-button{--mds-button-radius:var(--mds-button-dropdown-radius,var(--radius-2xl,24px));--mds-button-border-tone-strong-hover-width:0;--mds-button-border-tone-ghost-hover-width:0;--mds-button-border-tone-weak-hover-width:0;--mds-button-border-high-contrast-width:0}mds-button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.dropdown-action{border-bottom-left-radius:0;border-top-left-radius:0}::slotted(mds-button){justify-content:flex-start}:host([size=sm]){--mds-button-dropdown-radius:var(--radius-md,12px)}:host([variant=error][tone=strong]){background-color:rgb(var(--status-error-04,254 193 189))}:host([variant=error][tone=weak]){background-color:rgb(var(--status-error-08,182 50 54))}:host([variant=success][tone=strong]){background-color:rgb(var(--status-success-04,158 222 181))}:host([variant=success][tone=weak]){background-color:rgb(var(--status-success-08,0 116 46))}:host([variant=warning][tone=strong]){background-color:rgb(var(--status-warning-04,255 200 33))}:host([variant=warning][tone=weak]){background-color:rgb(var(--status-warning-08,129 96 0))}:host([variant=info][tone=strong]){background-color:rgb(var(--status-info-04,159 216 241))}:host([variant=info][tone=weak]){background-color:rgb(var(--status-info-08,0 107 151))}:host([variant=ai][tone=strong]){background-color:rgb(var(--variant-ai-04,218 199 253))}:host([variant=ai][tone=weak]){background-color:rgb(var(--variant-ai-08,118 44 246))}:host([variant=primary][tone=strong]){background-color:rgb(var(--variant-primary-03,211 226 255))}:host([variant=primary][tone=weak]){background-color:rgb(var(--variant-primary-08,0 83 239))}:host([variant=secondary][tone=strong]){background-color:rgb(var(--variant-secondary-04,190 208 250))}:host([variant=secondary][tone=weak]){background-color:rgb(var(--variant-secondary-08,18 83 238))}:host([variant=dark][tone=strong]){background-color:rgb(var(--tone-neutral-05,197 197 197))}:host([variant=dark][tone=weak]){background-color:rgb(var(--tone-neutral-07,134 134 134))}:host([variant=light][tone=strong]){background-color:rgb(var(--tone-neutral-08,107 107 107));-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}:host([variant=light][tone=weak]){background-color:rgb(var(--tone-neutral-08,107 107 107));-webkit-box-shadow:var(--shadow-outline-light-50);box-shadow:var(--shadow-outline-light-50)}"};var i=t("mds_button_dropdown",function(){function t(t){r(this,t);this.type="submit";this.variant="primary";this.tone="strong";this.size="md";this.target="self";this.truncate="word"}t.prototype.render=function(){return o(a,{key:"cc838a144e10bc573500c91de8255a40d0ae6c9d"},o("mds-button",{key:"6491c12f83c66e74917cd94f5b11cb334179a67a",active:this.active,autoFocus:this.autoFocus,await:this.await,disabled:this.disabled,href:this.href,icon:this.icon,size:this.size,target:this.target,tone:this.tone,type:this.type,variant:this.variant,label:this.label}),o("mds-button",{key:"87008d8679548ae49f6365b2e8a5cf61ac1850df",active:this.active,autoFocus:this.autoFocus,await:this.await,class:"dropdown-action",disabled:this.disabled,href:this.href,icon:n,size:this.size,target:this.target,tone:this.tone,type:this.type,variant:this.variant}),o("mds-dropdown",{key:"6519ef27ef74e2e3598c61b5624cf947c7c43a27",target:".dropdown-action",part:"dropdown"},o("slot",{key:"16edfd3fa1702cf5405d91c811e9993cc528a177"})))};return t}());i.style=s()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-DI5DWqw4.system.js","./p-DssKRrAV.system.js","./p-CJPnuGyH.system.js"],(function(t){"use strict";var i,n,a,o,s,r,e,d,c;return{setters:[function(t){i=t.r;n=t.h;a=t.H;o=t.g},function(t){s=t.s},function(t){r=t.o;e=t.s;d=t.c;c=t.d}],execute:function(){var f=function(){return'@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-notification-color:rgb(var(--tone-neutral,0 0 0));--mds-notification-dot-background:rgb(var(--status-error-05,250 165 160));--mds-notification-dot-padding:6px;--mds-notification-min-width:var(--mds-notification-size,20px);--mds-notification-ring-color:rgb(var(--tone-neutral,0 0 0));--mds-notification-ring-size:2px;--mds-notification-size:20px;--mds-notification-transition-duration:.2s;--mds-notification-translate-offset-x:-1.75;--mds-notification-translate-offset-y:-2;--mds-notification-translate:translate(calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-x,-1.75)),calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-y,-2)));--tw-ease:initial}}}:host(:not(:is([hydrated],.hydrated))),mds-text:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --mds-notification-dot-padding{syntax:"<length>";inherits:false;initial-value:6px}@property --mds-notification-ring-size{syntax:"<length>";inherits:false;initial-value:2px}@property --mds-notification-size{syntax:"<length>";inherits:false;initial-value:20px}@property --mds-notification-transition-duration{syntax:"<time>";inherits:false;initial-value:.2s}@property --mds-notification-translate-offset-x{syntax:"<number>";inherits:false;initial-value:-1.75}@property --mds-notification-translate-offset-y{syntax:"<number>";inherits:false;initial-value:-2}:host{--mds-notification-color:rgb(var(--tone-neutral,0 0 0));--mds-notification-dot-background:rgb(var(--status-error-05,250 165 160));--mds-notification-dot-padding:6px;--mds-notification-min-width:var(--mds-notification-size,20px);--mds-notification-ring-color:rgb(var(--tone-neutral,0 0 0));--mds-notification-ring-size:2px;--mds-notification-size:20px;--mds-notification-transition-duration:.2s;--private-notification-transition-duration:var(--mds-notification-transition-duration,.2s);--mds-notification-dot-transition-duration:var(--duration-300,.3s);--private-notification-dot-transition-duration:var(--mds-notification-dot-transition-duration);--mds-notification-transition-timing-function:var(--ease-out-cubic,cubic-bezier(.215,.61,.355,1));--mds-notification-translate-offset-x:-1.75;--mds-notification-translate-offset-y:-2;--mds-notification-translate:translate(calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-x,-1.75)),calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-y,-2)));align-items:center;border-radius:var(--radius-full,1000px);bottom:100%;color:var(--mds-notification-color,rgb(var(--tone-neutral,0 0 0)));display:inline-flex;height:var(--mds-notification-size,20px);justify-content:flex-end;min-width:max-content;pointer-events:none;width:var(--mds-notification-size,20px);z-index:10}:host([strategy=absolute]),:host([strategy=fixed]){opacity:0;right:100%;-webkit-transform:var(--mds-notification-translate,translate(calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-x,-1.75)),calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-y,-2)))) scale(0);transform:var(--mds-notification-translate,translate(calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-x,-1.75)),calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-y,-2)))) scale(0);-webkit-transform-origin:calc(100% - var(--mds-notification-size,20px)/2) 50%;transform-origin:calc(100% - var(--mds-notification-size,20px)/2) 50%;-webkit-transition-duration:var(--private-notification-transition-duration);transition-duration:var(--private-notification-transition-duration);transition-property:color,height,opacity,transform,width;-webkit-transition-timing-function:var(--mds-notification-transition-timing-function);transition-timing-function:var(--mds-notification-transition-timing-function)}:host([strategy=absolute]){position:absolute}:host([strategy=fixed]){position:fixed}.dot{--tw-ease:var(--ease-in-out,cubic-bezier(.4,0,.2,1));align-items:center;background-color:var(--mds-notification-dot-background,rgb(var(--status-error-05,250 165 160)));border-radius:var(--radius-full,1000px);-webkit-box-shadow:0 0 0 var(--mds-notification-ring-size,2px) var(--mds-notification-ring-color,rgb(var(--tone-neutral,0 0 0)));box-shadow:0 0 0 var(--mds-notification-ring-size,2px) var(--mds-notification-ring-color,rgb(var(--tone-neutral,0 0 0)));box-sizing:border-box;display:inline-flex;justify-content:center;line-height:var(--mds-notification-size,20px);min-height:var(--mds-notification-size,20px);min-width:var(--mds-notification-min-width,var(--mds-notification-size,20px));padding-left:var(--mds-notification-dot-padding,6px);padding-right:var(--mds-notification-dot-padding,6px);position:static;-webkit-transition-duration:var(--private-notification-dot-transition-duration);transition-duration:var(--private-notification-dot-transition-duration);transition-property:background-color,color,box-shadow;transition-timing-function:var(--ease-in-out,cubic-bezier(.4,0,.2,1));white-space:nowrap}:host([strategy=absolute]) .dot,:host([strategy=fixed]) .dot{position:absolute}.spacer{box-sizing:border-box;display:inline-flex;height:var(--mds-notification-size,20px);width:var(--mds-notification-min-width,var(--mds-notification-size,20px))}:host([dismissed]:not([dismissed=false])[strategy=absolute]),:host([dismissed]:not([dismissed=false])[strategy=fixed]){--tw-ease:var(--ease-in-cubic,cubic-bezier(.55,.055,.675,.19));opacity:1;-webkit-transform:var(--mds-notification-translate,translate(calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-x,-1.75)),calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-y,-2)))) scale(0);transform:var(--mds-notification-translate,translate(calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-x,-1.75)),calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-y,-2)))) scale(0);transition-timing-function:var(--ease-in-cubic,cubic-bezier(.55,.055,.675,.19))}:host([strategy=absolute]:not([dismissed])),:host([strategy=absolute][dismissed=false]),:host([strategy=fixed]:not([dismissed])),:host([strategy=fixed][dismissed=false]){--tw-ease:var(--ease-out-cubic,cubic-bezier(.215,.61,.355,1));opacity:1;-webkit-transform:var(--mds-notification-translate,translate(calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-x,-1.75)),calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-y,-2)))) scale(1);transform:var(--mds-notification-translate,translate(calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-x,-1.75)),calc(var(--mds-notification-size,20px)/var(--mds-notification-translate-offset-y,-2)))) scale(1);transition-timing-function:var(--ease-out-cubic,cubic-bezier(.215,.61,.355,1))}:host(:not([target])),:host([strategy=disabled]){opacity:1;position:static;transform:scale(1);-webkit-transform-origin:unset;transform-origin:unset;transition-duration:0s}:host(:not([target])) .dot,:host([strategy=disabled]) .dot{position:static}:host([pref-animation=reduce]){--private-notification-transition-duration:0s;--private-notification-dot-transition-duration:0s}@property --tw-ease{syntax:"*";inherits:false}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-notification-transition-duration:0s;--private-notification-dot-transition-duration:0s}}'};var l=t("mds_notification",function(){function t(t){var n=this;i(this,t);this.value=0;this.dismissed=false;this.strategy="fixed";this.placement="right-start";this.updatePosition=function(){var t=new Array;var i=n.strategy==="disabled"?"absolute":"fixed";t.push(r(0));t.push(e({padding:0}));d(n.caller,n.host,{middleware:t,placement:n.placement,strategy:i}).then((function(t){var i=t.x,a=t.y;Object.assign(n.host.style,{left:"".concat(i,"px"),top:"".concat(a,"px")})}))};this.clean=function(t){if(t===0||isNaN(t))return"";if(n.max!==undefined&&n.max!==0&&!Number.isNaN(n.max)){if(t>n.max){return"+".concat(Number(n.max).toLocaleString())}}return Number(t).toLocaleString()}}t.prototype.connectedCallback=function(){var t=this;this.unsubscribePrefAnimation=s("animation",(function(i){t.prefAnimation=i}))};t.prototype.componentDidRender=function(){if(this.target===""){this.strategy="disabled";return}var t=document.querySelector(this.target);if(t==null)throw new Error("No valid target found");this.caller=t};t.prototype.componentDidLoad=function(){var t=this;if(this.strategy==="disabled"){return}if(this.target!==""&&this.cleanupAutoUpdate==null){setTimeout((function(){t.cleanupAutoUpdate=c(t.caller,t.host,t.updatePosition)}),100)}};t.prototype.disconnectedCallback=function(){var t;(t=this.unsubscribePrefAnimation)===null||t===void 0?void 0:t.call(this);this.cleanupAutoUpdate=function(){}};t.prototype.strategyHandler=function(t){if(t==="disabled"){this.cleanupAutoUpdate=function(){}}};t.prototype.render=function(){var t;return n(a,{key:"6f224fcb0e2aa7a9b0c2b43f0fd13dce05ee5c64","aria-labelledby":this.target,"aria-label":(t=this.value)!==null&&t!==void 0?t:"0","pref-animation":this.prefAnimation},n("mds-text",{key:"22c5441fd70f730a9696208688463ef36e8396e7",typography:"caption",class:"dot","aria-hidden":"true"},this.clean(this.value)))};Object.defineProperty(t.prototype,"host",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{strategy:[{strategyHandler:0}]}},enumerable:false,configurable:true});return t}());l.style=f()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i,H as a,g as r}from"./p-CAd5312P.js";import{s as n}from"./p-fMwnXhio.js";import{m as e}from"./p-CvUz9jjh.js";import{L as o}from"./p-a4oAcjYG.js";const s=class{constructor(i){t(this,i),this.active=!1,this.position="top"}connectedCallback(){this.unsubscribePrefAnimation=n("animation",(t=>{this.prefAnimation=t}))}disconnectedCallback(){var t;null===(t=this.unsubscribePrefAnimation)||void 0===t||t.call(this)}render(){return i(a,{key:"db2fa18fdcb6501bd9d29fbe0d5d0441b89fe16b","pref-animation":this.prefAnimation},i("slot",{key:"ffcb33a9f61008c5f826513049232eedf3cf520c"}))}};s.style='@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-input-tip-active-translate:translate(0,0);--mds-input-tip-background:rgb(var(--tone-neutral-03,233 233 233));--mds-input-tip-horizontal-offset-focused:0px;--mds-input-tip-horizontal-offset:calc(var(--spacing,.0025rem)*400);--mds-input-tip-vertical-offset:calc(var(--spacing,.0025rem)*100)}}}:host(:not(:is([hydrated],.hydrated))),mds-input-tip-item:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --mds-input-tip-active-translate{syntax:"<transform-function>";inherits:false;initial-value:translate(0)}@property --mds-input-tip-horizontal-offset-focused{syntax:"<length>";inherits:false;initial-value:0}:host{--mds-input-tip-transition-duration:var(--duration-300,.3s);--private-input-tip-transition-duration:var(--mds-input-tip-transition-duration);--mds-input-tip-active-translate:translate(0,0);--mds-input-tip-background:rgb(var(--tone-neutral-03,233 233 233));--mds-input-tip-horizontal-offset-focused:0px;--mds-input-tip-horizontal-offset:calc(var(--spacing,.0025rem)*400);--mds-input-tip-vertical-offset:calc(var(--spacing,.0025rem)*100);display:flex;gap:calc(var(--spacing,.0025rem)*100);justify-content:flex-end;left:var(--mds-input-tip-horizontal-offset,calc(var(--spacing,.0025rem)*400));pointer-events:none;position:absolute;right:var(--mds-input-tip-horizontal-offset,calc(var(--spacing,.0025rem)*400));-webkit-transform:var(--mds-input-tip-active-translate,translate(0,0));transform:var(--mds-input-tip-active-translate,translate(0,0));-webkit-transition-duration:var(--private-input-tip-transition-duration);transition-duration:var(--private-input-tip-transition-duration);transition-property:transform;-webkit-transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1));transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1))}:host(:empty){display:none}:host([position=top]){top:var(--mds-input-tip-vertical-offset,calc(var(--spacing,.0025rem)*100))}:host([position=bottom]){bottom:var(--mds-input-tip-vertical-offset,calc(var(--spacing,.0025rem)*100))}:host([position=top][active]:not([active=false])){--mds-input-tip-active-translate:translate(calc(var(--mds-input-tip-horizontal-offset-focused,0px) * -1),calc(var(--mds-input-tip-vertical-offset,calc(var(--spacing,.0025rem) * 100)) * -1))}:host([position=top][active]:not([active=false])) ::slotted(mds-input-tip-item){border-top-left-radius:0;border-top-right-radius:0}:host([position=bottom][active]:not([active=false])){--mds-input-tip-active-translate:translate(calc(var(--mds-input-tip-horizontal-offset-focused,0px)*-1),var(--mds-input-tip-vertical-offset,calc(var(--spacing,.0025rem)*100)))}:host([position=bottom][active]:not([active=false])) ::slotted(mds-input-tip-item){border-bottom-left-radius:0;border-bottom-right-radius:0}:host([pref-animation=reduce]){--private-input-tip-transition-duration:0s}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-input-tip-transition-duration:0s}}';var p={required:"Απαιτείται",disabled:"Απενεργοποιημένο",readonly:"Μόνο για ανάγνωση"},d={required:"Required",disabled:"Disabled",readonly:"Read only"},c={required:"Requerido",disabled:"Deshabilitado",readonly:"Solo lectura"},u={required:"Obbligatorio",disabled:"Disattivato",readonly:"Sola lettura"};const m=class{constructor(i){t(this,i),this.t=new o({en:d,el:p,es:c,it:u}),this.variant="required"}async updateLang(){this.language=this.t.lang(this.element)}connectedCallback(){this.unsubscribePrefAnimation=n("animation",(t=>{this.prefAnimation=t})),this.unsubscribePrefContrast=n("contrast",(t=>{this.prefContrast=t}))}disconnectedCallback(){var t,i;null===(t=this.unsubscribePrefAnimation)||void 0===t||t.call(this),null===(i=this.unsubscribePrefContrast)||void 0===i||i.call(this)}componentWillRender(){this.t.lang(this.element)}handleEcpandedChanged(t){!1===t&&(this.expanded=void 0)}render(){return i(a,{key:"078e75be53bad8d08bb5e6afefd743c73be8da39","pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast},i("div",{key:"49692a7d3678d9d28e8ea18b78f37daa0e4d611f",class:"content"},"text"===this.variant&&i("mds-text",{key:"a1664a33f7e3c088a582f0b1df7e649c91e3a290",typography:"option",truncate:"word"},i("span",{key:"46e8a779522842314c26dddae23e26dc2240d8d3",class:"text"},i("slot",{key:"e66eb599d52bc074b94fc82a9b9fe9cea295ee5b"}))),"readonly"===this.variant&&i("mds-text",{key:"09e5d988e0ab597e8fd7e82705bb7ebd12b33838",typography:"option",truncate:"word"},i("span",{key:"04e8068c07dbc1f91c5093953e61f591f170fc52",class:"text"},this.variant&&this.t.get(this.variant.toString()))),"disabled"===this.variant&&i("mds-text",{key:"1928c7efc9c79e66445f86c97f1915d1d8129ef4",typography:"option",truncate:"word"},i("span",{key:"9851a981f3d17d76889ab8ac1bedc37200f69bfb",class:"text"},this.variant&&this.t.get(this.variant.toString()))),"required"===this.variant&&i("mds-text",{key:"81b34311357f835292345591ae6814b577686893",typography:"option",truncate:"word"},i("span",{key:"fa77c15632a89bfaf6d23a987e6711e129def577",class:"text"},this.variant&&this.t.get(this.variant.toString()))),"required-success"===this.variant&&i("span",{key:"95b68a306c47da4f289de09cf7ecbfb335d136fa",class:"icon",innerHTML:e}),("count-almost"===this.variant||"count-almost-full"===this.variant||"count-empty"===this.variant||"count-full"===this.variant||"count-incomplete"===this.variant)&&i("mds-text",{key:"c8c6069998f8e9d44e04006b41ece2c268f4cd16",typography:"option",truncate:"word"},i("span",{key:"e783cb1faed6ffa6d81a28b101b3f4f2e5391927",class:"text"},i("slot",{key:"3bd4f171221a3bd0b8e302b5bbdd1a82e4b7343e"})))))}get element(){return r(this)}static get watchers(){return{expanded:[{handleEcpandedChanged:0}]}}};m.style="@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-input-tip-item-background:rgb(var(--tone-neutral-03,233 233 233));--mds-input-tip-item-color:rgb(var(--tone-neutral,0 0 0));--mds-input-tip-item-icon-color:rgb(var(--tone-neutral,0 0 0))}}}:host(:not(:is([hydrated],.hydrated))),mds-text:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{--mds-input-tip-item-transition-duration:var(--duration-300,.3s);--private-input-tip-item-transition-duration:var(--mds-input-tip-item-transition-duration);--mds-input-tip-item-content-transition-duration:var(--duration-200,.2s);--private-input-tip-item-content-transition-duration:var(--mds-input-tip-item-content-transition-duration);--mds-input-tip-item-background:var(--mds-input-tip-background,rgb(var(--tone-neutral-03,233 233 233)));--mds-input-tip-item-color:rgb(var(--tone-neutral,0 0 0));--mds-input-tip-item-icon-color:rgb(var(--tone-neutral,0 0 0));align-items:center;background-color:var(--mds-input-tip-item-background,rgb(var(--tone-neutral-03,233 233 233)));border-radius:var(--radius-2xs,6px);color:var(--mds-input-tip-item-color,rgb(var(--tone-neutral,0 0 0)));display:flex;height:calc(var(--spacing,.0025rem)*300);justify-content:center;min-width:calc(var(--spacing,.0025rem)*300);padding:0;pointer-events:none;position:static;text-align:center;transform:translate(0);-webkit-transition-duration:var(--private-input-tip-item-transition-duration);transition-duration:var(--private-input-tip-item-transition-duration);transition-property:background-color,border-radius,color,padding-left,padding-right,transform;-webkit-transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1));transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1));-webkit-user-select:none;user-select:none}mds-text{display:flex;place-self:center}.content{display:grid;grid-template-columns:0fr;opacity:0;overflow:hidden;-webkit-transition-duration:var(--private-input-tip-item-content-transition-duration);transition-duration:var(--private-input-tip-item-content-transition-duration);transition-property:grid-template-columns,opacity,-ms-grid-columns;-webkit-transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1));transition-timing-function:var(--ease-out-expo,cubic-bezier(.19,1,.22,1))}.content,.icon{height:calc(var(--spacing,.0025rem)*300)}.icon{display:flex;fill:var(--mds-input-tip-item-icon-color,rgb(var(--tone-neutral,0 0 0)));transform:translateY(-1px);width:calc(var(--spacing,.0025rem)*300)}.icon svg{aspect-ratio:var(--aspect-square,1/1);height:100%;width:100%}:host(:not([expanded])){color:#0000}:host([expanded]){--mds-input-tip-item-color:rgb(var(--tone-neutral,0 0 0));padding-left:calc(var(--spacing,.0025rem)*200);padding-right:calc(var(--spacing,.0025rem)*200)}:host([expanded]) .content{grid-template-columns:1fr;opacity:1}:host([variant=required]){--mds-input-tip-item-background:rgb(var(--status-error-05,250 165 160))}:host([variant=required-success]){--mds-input-tip-item-background:rgb(var(--status-success-05,107 206 147))}:host([variant=readonly]){--mds-input-tip-item-background:rgb(var(--status-info-05,112 198 234))}:host([variant=disabled]){--mds-input-tip-item-background:rgb(var(--tone-neutral-05,197 197 197))}:host([variant=count-empty]){--mds-input-tip-item-color:rgb(var(--status-info-02,222 242 250));--mds-input-tip-item-background:rgb(var(--status-info-08,0 107 151))}:host([variant=count-incomplete]){--mds-input-tip-item-color:rgb(var(--status-success-02,222 244 228));--mds-input-tip-item-background:rgb(var(--status-success-08,0 116 46))}:host([variant=count-almost]){--mds-input-tip-item-color:rgb(var(--status-warning-02,255 237 185));--mds-input-tip-item-background:rgb(var(--status-warning-08,129 96 0))}:host([variant=count-almost-full]){--mds-input-tip-item-color:rgb(var(--status-error-02,255 234 231));--mds-input-tip-item-background:rgb(var(--status-error-08,182 50 54))}:host([variant=count-full]){--mds-input-tip-item-color:rgb(var(--status-error-09,135 0 14));--mds-input-tip-item-background:rgb(var(--status-error-05,250 165 160))}:host([pref-animation=reduce]){--private-input-tip-item-transition-duration:0s;--private-input-tip-item-content-transition-duration:0s}:host([pref-contrast=more]):host([variant=count-empty]){--mds-input-tip-item-color:rgb(var(--status-info-10,0 61 103));--mds-input-tip-item-background:rgb(var(--status-info-05,112 198 234))}:host([pref-contrast=more]):host([variant=count-incomplete]){--mds-input-tip-item-color:rgb(var(--status-success-10,0 69 0));--mds-input-tip-item-background:rgb(var(--status-success-05,107 206 147))}:host([pref-contrast=more]):host([variant=count-almost]){--mds-input-tip-item-color:rgb(var(--status-warning-10,77 57 0));--mds-input-tip-item-background:rgb(var(--status-warning-05,237 177 0))}:host([pref-contrast=more]):host([variant=count-almost-full]){--mds-input-tip-item-color:rgb(var(--status-error-10,115 0 0));--mds-input-tip-item-background:rgb(var(--status-error-05,250 165 160))}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-input-tip-item-transition-duration:0s;--private-input-tip-item-content-transition-duration:0s}}@media (prefers-contrast:more){:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=count-empty]){--mds-input-tip-item-color:rgb(var(--status-info-10,0 61 103));--mds-input-tip-item-background:rgb(var(--status-info-05,112 198 234))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=count-incomplete]){--mds-input-tip-item-color:rgb(var(--status-success-10,0 69 0));--mds-input-tip-item-background:rgb(var(--status-success-05,107 206 147))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=count-almost]){--mds-input-tip-item-color:rgb(var(--status-warning-10,77 57 0));--mds-input-tip-item-background:rgb(var(--status-warning-05,237 177 0))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=count-almost-full]){--mds-input-tip-item-color:rgb(var(--status-error-10,115 0 0));--mds-input-tip-item-background:rgb(var(--status-error-05,250 165 160))}}";export{s as mds_input_tip,m as mds_input_tip_item}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-DI5DWqw4.system.js","./p-3_AKUQtJ.system.js","./p-DssKRrAV.system.js","./p-CJPnuGyH.system.js","./p-_X0N_X__.system.js","./p-CYRMc5KW.system.js"],(function(t){"use strict";var o,i,a,r,e,s;return{setters:[function(t){o=t.r;i=t.h;a=t.H;r=t.g},function(t){e=t.F},function(t){s=t.s},null,null,null],execute:function(){var n='<svg width="15" height="9" viewBox="0 0 15 9" xmlns="http://www.w3.org/2000/svg">\n <path d="M5.9 1.13333C6.7 0.0666664 8.3 0.0666666 9.1 1.13333L15 9H0L5.9 1.13333Z"/>\n</svg>\n';var d=function(){return'@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-tooltip-arrow-background:var(--mds-tooltip-background,rgb(var(--tone-neutral,0 0 0)));--mds-tooltip-background:rgb(var(--tone-neutral,0 0 0));--mds-tooltip-delay:1s;--mds-tooltip-duration:.5s;--mds-tooltip-dot-padding:calc(var(--spacing,.0025rem)*100);--mds-tooltip-transform-from:scale(.9) translateY(-3%);--mds-tooltip-transform-to:scale(1) translate(0,0);--mds-tooltip-z-index:var(--magma-tooltip-z-index,4000);--tw-ease:initial}}}:host(:not(:is([hydrated],.hydrated))),mds-text:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --mds-tooltip-delay{syntax:"<time>";inherits:false;initial-value:1s}@property --mds-tooltip-duration{syntax:"<time>";inherits:false;initial-value:.5s}@property --mds-tooltip-transform-from{syntax:"<transform-function>";inherits:false;initial-value:scale(.9)}@property --mds-tooltip-transform-to{syntax:"<transform-list>";inherits:false;initial-value:scale(1)translate(0)}:host{--mds-tooltip-arrow-background:var(--mds-tooltip-background,rgb(var(--tone-neutral,0 0 0)));--mds-tooltip-background:rgb(var(--tone-neutral,0 0 0));--mds-tooltip-delay:1s;--mds-tooltip-drop-shadow:drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a) drop-shadow(0 0 1px #0000001a);--mds-tooltip-duration:.5s;--private-tooltip-duration:var(--mds-tooltip-duration,.5s);--mds-tooltip-ease:var(--ease-out-expo,cubic-bezier(.19,1,.22,1));--mds-tooltip-dot-padding:calc(var(--spacing,.0025rem)*100);--mds-tooltip-transform-from:scale(.9) translateY(calc(var(--spacing,.0025rem)*400*-1));--mds-tooltip-transform-to:scale(1) translate(0,0);--mds-tooltip-z-index:var(--magma-tooltip-z-index,4000);background-color:var(--mds-tooltip-background,rgb(var(--tone-neutral,0 0 0)));border-radius:.25rem;box-sizing:border-box;display:grid;filter:var(--mds-tooltip-drop-shadow);gap:calc(var(--spacing,.0025rem)*400);max-width:calc(var(--spacing,.0025rem)*6400);opacity:0;padding-block:calc(var(--spacing,.0025rem)*100);padding-inline:calc(var(--spacing,.0025rem)*200);pointer-events:none;position:fixed;-webkit-transform:var(--mds-tooltip-transform-from,scale(.9) translateY(-3%));transform:var(--mds-tooltip-transform-from,scale(.9) translateY(-3%));transition-delay:0s;-webkit-transition-duration:var(--private-tooltip-duration);transition-duration:var(--private-tooltip-duration);transition-property:opacity,transform,transform-origin;-webkit-transition-timing-function:var(--mds-tooltip-ease);transition-timing-function:var(--mds-tooltip-ease);width:fit-content;z-index:var(--mds-tooltip-z-index,var(--magma-tooltip-z-index,4000))}:host([strategy=absolute]){position:absolute}:host([strategy=fixed]){position:fixed}:host([visible]:not([visible=false])){opacity:1;pointer-events:auto;-webkit-transform:var(--mds-tooltip-transform-to,scale(1) translate(0,0));transform:var(--mds-tooltip-transform-to,scale(1) translate(0,0));-webkit-transition-delay:var(--mds-tooltip-delay,1s);transition-delay:var(--mds-tooltip-delay,1s)}.text{display:inline-flex;padding:var(--mds-tooltip-dot-padding,calc(var(--spacing,.0025rem)*100))}.arrow{--tw-ease:var(--ease-in-out,cubic-bezier(.4,0,.2,1));display:flex;fill:var(--mds-tooltip-arrow-background,var(--mds-tooltip-background,rgb(var(--tone-neutral,0 0 0))));pointer-events:none;position:fixed;top:-9px;-webkit-transition-duration:var(--duration-300,.3s);transition-duration:var(--duration-300,.3s);transition-property:fill;transition-timing-function:var(--ease-in-out,cubic-bezier(.4,0,.2,1));z-index:-1}::slotted(*){position:relative;z-index:10}:host([pref-animation=reduce]){--private-tooltip-duration:0s}:host([pref-theme=dark]:not([pref-theme-scheme=light])){--mds-tooltip-background:rgb(var(--tone-neutral-09,76 76 76));--mds-tooltip-drop-shadow:drop-shadow(0 0 2px rgb(var(--tone-neutral-01,255 255 255)/.05)) drop-shadow(0 0 2px rgb(var(--tone-neutral-01,255 255 255)/.3)) drop-shadow(0 0 2px rgb(var(--tone-neutral-01,255 255 255)/.3))}:host([pref-contrast=more]){--mds-tooltip-drop-shadow:drop-shadow(0 0 4px rgb(var(--tone-neutral-01,255 255 255)/.05)) drop-shadow(0 0 4px rgb(var(--tone-neutral-01,255 255 255)/.3)) drop-shadow(0 0 4px rgb(var(--tone-neutral-01,255 255 255)/.3))}@property --tw-ease{syntax:"*";inherits:false}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-tooltip-duration:0s}}@media (prefers-color-scheme:dark){:host(:not([pref-theme])),:host([pref-theme=system]:not([pref-theme-scheme=light])){--mds-tooltip-background:rgb(var(--tone-neutral-09,76 76 76));--mds-tooltip-drop-shadow:drop-shadow(0 0 2px rgb(var(--tone-neutral-01,255 255 255)/.05)) drop-shadow(0 0 2px rgb(var(--tone-neutral-01,255 255 255)/.3)) drop-shadow(0 0 2px rgb(var(--tone-neutral-01,255 255 255)/.3))}}@media (prefers-contrast:more){:host(:not([pref-contrast])),:host([pref-contrast=system]){--mds-tooltip-drop-shadow:drop-shadow(0 0 4px rgb(var(--tone-neutral-01,255 255 255)/.05)) drop-shadow(0 0 4px rgb(var(--tone-neutral-01,255 255 255)/.3)) drop-shadow(0 0 4px rgb(var(--tone-neutral-01,255 255 255)/.3))}}'};var l=t("mds_tooltip",function(){function t(t){var i=this;o(this,t);this.hideArrow=false;this.arrowPadding=4;this.disableAutoPlacement=false;this.flip=false;this.offset=12;this.placement="top";this.typography="tip";this.disableShift=false;this.shiftPadding=12;this.strategy="fixed";this.visible=false;this.handleVisibility=function(t){i.visible=t}}t.prototype.hideArrowChanged=function(){this.floatingController.updatePosition()};t.prototype.disableAutoPlacementChanged=function(){this.floatingController.updatePosition()};t.prototype.flipChanged=function(){this.floatingController.updatePosition()};t.prototype.offsetChanged=function(){this.floatingController.updatePosition()};t.prototype.placementChanged=function(){this.floatingController.updatePosition()};t.prototype.disableShiftChanged=function(){this.floatingController.updatePosition()};t.prototype.shiftPaddingChanged=function(){this.floatingController.updatePosition()};t.prototype.strategyChanged=function(){this.floatingController.updatePosition()};t.prototype.visibleChanged=function(t){this.floatingController.updatePosition();if(t){this.floatingController.updatePosition();return}this.floatingController.dismiss()};t.prototype.targetChanged=function(){var t;if(this.target==="")return;this.caller=(t=this.floatingController)===null||t===void 0?void 0:t.updateCaller(this.target);this.caller.addEventListener("mouseleave",this.handleVisibility.bind(this,false));this.caller.addEventListener("mouseenter",this.handleVisibility.bind(this,true))};t.prototype.connectedCallback=function(){var t=this;this.unsubscribePrefAnimation=s("animation",(function(o){t.prefAnimation=o}));this.unsubscribePrefContrast=s("contrast",(function(o){t.prefContrast=o}));this.unsubscribePrefTheme=s("theme",(function(o){t.prefTheme=o}));this.unsubscribePrefThemeScheme=s("theme-scheme",(function(o){t.prefThemeScheme=o}))};t.prototype.componentDidLoad=function(){var t;var o=(t=this.host.shadowRoot)===null||t===void 0?void 0:t.querySelector(".arrow");this.floatingController=new e(this.host,o);this.targetChanged()};t.prototype.disconnectedCallback=function(){var t,o,i,a;(t=this.unsubscribePrefAnimation)===null||t===void 0?void 0:t.call(this);(o=this.unsubscribePrefContrast)===null||o===void 0?void 0:o.call(this);(i=this.unsubscribePrefTheme)===null||i===void 0?void 0:i.call(this);(a=this.unsubscribePrefThemeScheme)===null||a===void 0?void 0:a.call(this);this.floatingController.dismiss()};t.prototype.render=function(){return i(a,{key:"d71141bf2839b6ab6fef43754887ea0a0098d709","pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},i("div",{key:"d7a256833a2102a5eb58bcf9b51c445a1a969000",class:"arrow",innerHTML:n}),i("mds-text",{key:"19a0295a047e2a48ddbf52636fb81f6304891e43",class:"text",typography:this.typography,part:"text"},i("slot",{key:"82bfa0ae911e8633ed3295b4f57d348ca357009e"})))};Object.defineProperty(t.prototype,"host",{get:function(){return r(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{hideArrow:[{hideArrowChanged:0}],disableAutoPlacement:[{disableAutoPlacementChanged:0}],flip:[{flipChanged:0}],offset:[{offsetChanged:0}],placement:[{placementChanged:0}],disableShift:[{disableShiftChanged:0}],shiftPadding:[{shiftPaddingChanged:0}],strategy:[{strategyChanged:0}],visible:[{visibleChanged:0}],target:[{targetChanged:0}]}},enumerable:false,configurable:true});return t}());l.style=d()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,c as e,h as a,H as t,g as s}from"./p-CAd5312P.js";import{L as o}from"./p-a4oAcjYG.js";import{m as i}from"./p-BFhO-KUe.js";import{m as c}from"./p-lZldSMeV.js";var n={noCode:"Nessun code impostato"},m={noCode:"No code set"};const l=class{constructor(a){r(this,a),this.selectVariantEvent=e(this,"mdsPrefThemeVariantItemSelect"),this.t=new o({en:m,it:n}),this.name="default",this.scheme="all",this.selected=!1,this.handleClick=()=>{this.selectVariantEvent.emit({name:this.name,scheme:this.scheme})}}async updateLang(){this.language=this.t.lang(this.element)}componentWillRender(){this.t.lang(this.element),void 0!==this.label&&""!==this.label||(this.label=this.name.charAt(0).toUpperCase()+this.name.slice(1).replace(/-/g," "))}render(){return a(t,{key:"42ee77cb67158f239524a93cbb4c54a8edf2da9e",onClick:this.handleClick},a("mds-button",{key:"ded6bf478eb7919dcc82342203459ec0259b6e49",icon:this.selected?i:c,variant:"dark",tone:"text"},a("div",{key:"7582a7a064ebb938b3d7a70c185d03cb16099416",class:"label"},a("div",{key:"fe6351b1df4a62583bd2ea696204f3def3971002",class:"theme-preview"},a("div",{key:"059de0fdc833d65d6fc6b7720cfc9977a6289dfc",class:"theme-color theme-color--variant-primary"}),a("div",{key:"780567139731c2d362a62bb54abf087022c65e0c",class:"theme-color theme-color--status-success"}),a("div",{key:"392532402a1fd99529ebe324c640a28f35b1bb05",class:"theme-color theme-color--status-warning"}),a("div",{key:"59b928ce09c27986d8e08e40e03f43a17efcd03c",class:"theme-color theme-color--status-error"})),this.label)))}get element(){return s(this)}};l.style='@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-pref-theme-variant-item-color-background:rgb(var(--tint-base-lv1,var(--tone-neutral-09,76 76 76)));--mds-pref-theme-variant-item-color-status-error:rgb(var(--status-error-06,239 108 105));--mds-pref-theme-variant-item-color-status-success:rgb(var(--status-success-06,0 171 97));--mds-pref-theme-variant-item-color-status-warning:rgb(var(--status-warning-06,190 142 0));--mds-pref-theme-variant-item-color-variant-primary:rgb(var(--variant-primary-03,211 226 255))}}}:host{--mds-pref-theme-variant-item-color-background:rgb(var(--tint-base-lv1,var(--tone-neutral-09,76 76 76)));--mds-pref-theme-variant-item-color-status-error:rgb(var(--status-error-06,239 108 105));--mds-pref-theme-variant-item-color-status-success:rgb(var(--status-success-06,0 171 97));--mds-pref-theme-variant-item-color-status-warning:rgb(var(--status-warning-06,190 142 0));--mds-pref-theme-variant-item-color-variant-primary:rgb(var(--variant-primary-03,211 226 255));display:flex}.label{align-items:center;display:flex;gap:calc(var(--spacing,.0025rem)*200)}.theme-preview{background-color:var(--mds-pref-theme-variant-item-color-background,rgb(var(--tint-base-lv1,var(--tone-neutral-09,76 76 76))));border-radius:var(--radius-md,12px);-webkit-box-shadow:var(--shadow-outline-light);box-shadow:var(--shadow-outline-light);box-sizing:border-box;display:inline-flex;flex-wrap:wrap;gap:calc(var(--spacing,.0025rem)*100);height:calc(var(--spacing,.0025rem)*600);margin:1px;padding:calc(var(--spacing,.0025rem)*100);width:calc(var(--spacing,.0025rem)*600)}.theme-color{background-color:var(--color-tone-neutral-09,rgb(var(--tone-neutral-09,228 228 228)));border-radius:var(--radius-lg,16px);height:calc(var(--spacing,.0025rem)*150);position:relative;width:calc(var(--spacing,.0025rem)*150)}.theme-color:after{border-radius:inherit;-webkit-box-shadow:var(--shadow-outline-light) inset;box-shadow:var(--shadow-outline-light) inset;content:"";display:flex;inset:0;position:absolute}.theme-color--variant-primary{background-color:var(--mds-pref-theme-variant-item-color-variant-primary,rgb(var(--variant-primary-03,211 226 255)))}.theme-color--status-success{background-color:var(--mds-pref-theme-variant-item-color-status-success,rgb(var(--status-success-06,0 171 97)))}.theme-color--status-warning{background-color:var(--mds-pref-theme-variant-item-color-status-warning,rgb(var(--status-warning-06,190 142 0)))}.theme-color--status-error{background-color:var(--mds-pref-theme-variant-item-color-status-error,rgb(var(--status-error-06,239 108 105)))}';export{l as mds_pref_theme_variant_item}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-DI5DWqw4.system.js","./p-DssKRrAV.system.js"],(function(e){"use strict";var t,r,a,i;return{setters:[function(e){t=e.r;r=e.h;a=e.H},function(e){i=e.s}],execute:function(){var n=function(){return'@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-price-table-features-border-color:rgb(var(--tone-neutral-06,158 158 158));--mds-price-table-features-padding:calc(var(--spacing,.0025rem)*300);--tw-ease:initial}}}:host{--mds-price-table-features-border-color:rgb(var(--tone-neutral-06,158 158 158));--mds-price-table-features-padding:calc(var(--spacing,.0025rem)*300);--mds-price-table-features-transition-duration:var(--duration-200,.2s);--private-price-table-features-transition-duration:var(--mds-price-table-features-transition-duration);--tw-ease:var(--ease-in-out,cubic-bezier(.4,0,.2,1));display:flex;-webkit-transition-duration:var(--private-price-table-features-transition-duration);transition-duration:var(--private-price-table-features-transition-duration);transition-property:border-color;transition-timing-function:var(--ease-in-out,cubic-bezier(.4,0,.2,1));width:100%}.table-wrapper{scroll-margin-inline:calc(var(--spacing,.0025rem)*600);width:100%}table{border-collapse:collapse;min-width:100%;table-layout:fixed}header{border-bottom:1px solid var(--mds-price-table-features-border-color,rgb(var(--tone-neutral-06,158 158 158)));padding:var(--mds-price-table-features-padding,calc(var(--spacing,.0025rem)*300)) var(--mds-price-table-features-padding,calc(var(--spacing,.0025rem)*300)) var(--mds-price-table-features-padding,calc(var(--spacing,.0025rem)*300)) 0}:host([pref-animation=reduce]){--private-price-table-features-transition-duration:0s}:host([pref-theme=dark]:not([pref-theme-scheme=light])){--mds-price-table-features-border-color:rgb(var(--tone-neutral-05,197 197 197))}:host([pref-contrast=more]){--mds-price-table-features-border-color:rgb(var(--tone-neutral-03,233 233 233))}:host(:not(:is([hydrated],.hydrated))),mds-text:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --tw-ease{syntax:"*";inherits:false}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-price-table-features-transition-duration:0s}}@media (prefers-color-scheme:dark){:host(:not([pref-theme])),:host([pref-theme=system]:not([pref-theme-scheme=light])){--mds-price-table-features-border-color:rgb(var(--tone-neutral-05,197 197 197))}}@media (prefers-contrast:more){:host(:not([pref-contrast])),:host([pref-contrast=system]){--mds-price-table-features-border-color:rgb(var(--tone-neutral-03,233 233 233))}}'};var o=e("mds_price_table_features",function(){function e(e){t(this,e)}e.prototype.connectedCallback=function(){var e=this;this.unsubscribePrefAnimation=i("animation",(function(t){e.prefAnimation=t}));this.unsubscribePrefContrast=i("contrast",(function(t){e.prefContrast=t}));this.unsubscribePrefTheme=i("theme",(function(t){e.prefTheme=t}));this.unsubscribePrefThemeScheme=i("theme-scheme",(function(t){e.prefThemeScheme=t}))};e.prototype.disconnectedCallback=function(){var e,t,r,a;(e=this.unsubscribePrefAnimation)===null||e===void 0?void 0:e.call(this);(t=this.unsubscribePrefContrast)===null||t===void 0?void 0:t.call(this);(r=this.unsubscribePrefTheme)===null||r===void 0?void 0:r.call(this);(a=this.unsubscribePrefThemeScheme)===null||a===void 0?void 0:a.call(this)};e.prototype.render=function(){return r(a,{key:"8e62f7d1059d8019a154f056af2ab80f01180948","pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},r("div",{key:"f5549dee3de6907b99053dede90e44d1ede4e716",class:"table-wrapper"},this.label&&r("header",{key:"de99381048be9911fa2ae6c0f6b653b9798dd294",part:"header"},r("mds-text",{key:"d858f7e01d9f8703ac074a7975095a0c2663e5ef",typography:"detail"},r("b",{key:"34030d403e10d06b1f4426e239844fcdd8e62266"},this.label))),r("table",{key:"21984eaac54df90380f4ea1ffd4e7ceb3b4fc5bc"},r("tbody",{key:"b79a8e3d5e54d4627909e1136dcfe83147419316"},r("slot",{key:"a6f87f4b2e3ad4a8b19a9cdd7f56c5b9f9e3ba14"})))))};return e}());o.style=n()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-DI5DWqw4.system.js","./p-Qrub-hmK.system.js"],(function(e){"use strict";var i,o,t,a,n;return{setters:[function(e){i=e.r;o=e.h;t=e.H;a=e.g},function(e){n=e.c}],execute:function(){var r=function(){return'@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-video-wall-noise-background-color:rgb(var(--variant-primary-03,211 226 255)/.8);--mds-video-wall-noise-background-size:auto;--mds-video-wall-video-fit:cover}}}:host(:not(:is([hydrated],.hydrated))){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --mds-video-wall-noise-background-size{syntax:"auto|<length>";inherits:false;initial-value:auto}@property --mds-video-wall-video-fit{syntax:"contain|cover|fill|none|scale-down";inherits:false;initial-value:cover}:host{--mds-video-wall-noise-background-color:rgb(var(--variant-primary-03,211 226 255)/.8);--mds-video-wall-noise-background-size:auto;--mds-video-wall-noise-fitler:none;--mds-video-wall-video-fit:cover;aspect-ratio:var(--aspect-video,16/9);background-color:rgb(var(--tone-neutral-02,244 244 244));display:flex;position:relative}.content{align-items:center;display:flex;justify-content:center;position:relative;z-index:3}.content,.noise,video{height:100%;width:100%}.noise,video{inset:0;position:absolute}video{-o-object-fit:var(--mds-video-wall-video-fit,cover);object-fit:var(--mds-video-wall-video-fit,cover);z-index:1}.noise{background-color:var(--mds-video-wall-noise-background-color,rgb(var(--variant-primary-03,211 226 255)/.8));background-size:var(--mds-video-wall-noise-background-size,auto);filter:var(--mds-video-wall-noise-fitler);z-index:2}.noise--classic{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAALElEQVQYV2NkwAEYoeIzGRgYtjAwMGxmYGAAs2ESvlBBkDowGyaBYSDpRgEAkLwKoa+v7O8AAAAASUVORK5CYII=)}.noise--sharp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAOklEQVQoU2NkYGAwZoCAs2hssCAjNkFkMZACGMBqEswErMaDTEJWgNUkmBU4HYpNAYpJyI4ESWCYBAAe2A7Vb66lfAAAAABJRU5ErkJggg==)}.noise--soft{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAAOElEQVQYV2NkYGAwZoCA51BaEpnPiKTgLFQCpgHMR1aA0wQpbEYzMDCArQKZAAMoRsOsBinAawIAOXkJ1Ff0CjwAAAAASUVORK5CYII=)}.noise--tv{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMElEQVQYV2NkYGDwZcABGP8zKBuD5Bj/P4coEf0Kod8wSjH+Z5CVgki+RZc0HghJADPEICMR8Ep/AAAAAElFTkSuQmCC)}@media (prefers-reduced-motion:reduce){video{display:none}}'};var s=e("mds_video_wall",function(){function e(e){i(this,e);this.autoplay=true;this.loop=true;this.muted=true;this.noise="none";this.preload="auto"}e.prototype.componentWillLoad=function(){this.hasContent=this.hostElement.querySelector(':scope > [slot="content"]')!==null};e.prototype.render=function(){return o(t,{key:"8f07c944028bfe470b32b16318d116b11b8182e7"},this.noise!=="none"&&o("div",{key:"98490d2cc82b65ff2e3032856af679d455820224","aria-hidden":"true",class:n("noise","noise--".concat(this.noise))}),o("video",{key:"6a7d2ecc5a053593b111f4a7bb55a0d559f514a0","aria-hidden":"true",autoplay:this.autoplay,loop:this.loop,muted:this.muted,poster:this.poster,preload:this.preload,src:this.src},o("slot",{key:"34d12c79883050650e0cc6c4585cdf74b2f0da5f"})),this.hasContent&&o("div",{key:"ce5d918aa67250207d7e81698eb0b1d40a9f6a36",class:"content"},o("slot",{key:"68e82013151c87a3b265d3d2cf398e92120e9b5a",name:"content"})))};Object.defineProperty(e.prototype,"hostElement",{get:function(){return a(this)},enumerable:false,configurable:true});return e}());s.style=r()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(t,a,r,e){function s(t){return t instanceof r?t:new r((function(a){a(t)}))}return new(r||(r=Promise))((function(r,i){function n(t){try{d(e.next(t))}catch(t){i(t)}}function o(t){try{d(e["throw"](t))}catch(t){i(t)}}function d(t){t.done?r(t.value):s(t.value).then(n,o)}d((e=e.apply(t,a||[])).next())}))};var __generator=this&&this.__generator||function(t,a){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},e,s,i,n=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return n.next=o(0),n["throw"]=o(1),n["return"]=o(2),typeof Symbol==="function"&&(n[Symbol.iterator]=function(){return this}),n;function o(t){return function(a){return d([t,a])}}function d(o){if(e)throw new TypeError("Generator is already executing.");while(n&&(n=0,o[0]&&(r=0)),r)try{if(e=1,s&&(i=o[0]&2?s["return"]:o[0]?s["throw"]||((i=s["return"])&&i.call(s),0):s.next)&&!(i=i.call(s,o[1])).done)return i;if(s=0,i)o=[o[0]&2,i.value];switch(o[0]){case 0:case 1:i=o;break;case 4:r.label++;return{value:o[1],done:false};case 5:r.label++;s=o[1];o=[0];continue;case 7:o=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){r=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){r.label=o[1];break}if(o[0]===6&&r.label<i[1]){r.label=i[1];i=o;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(o);break}if(i[2])r.ops.pop();r.trys.pop();continue}o=a.call(t,r)}catch(t){o=[6,t];s=0}finally{e=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};System.register(["./p-DI5DWqw4.system.js","./p-DssKRrAV.system.js"],(function(t){"use strict";var a,r,e,s,i;return{setters:[function(t){a=t.r;r=t.h;e=t.H;s=t.g},function(t){i=t.s}],execute:function(){var n=function(){return'@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--mds-status-bar-max-width:500px;--mds-status-bar-backdrop:rgb(var(--tone-neutral-01,255 255 255)/.1)}}}:host(:not(:is([hydrated],.hydrated))),:is(mds-modal,mds-text):not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --mds-status-bar-max-width{syntax:"<length>";inherits:false;initial-value:500px}:host{--mds-status-bar-max-width:500px;--mds-status-bar-backdrop:rgb(var(--tone-neutral-01,255 255 255)/.1);--mds-status-bar-backdrop-filter:blur(10px)}mds-modal{--mds-modal-custom-window-distance:0;--mds-modal-custom-closed-transform:translateY(100%)}.status-bar-area{-webkit-backdrop-filter:var(--mds-status-bar-backdrop-filter);backdrop-filter:var(--mds-status-bar-backdrop-filter);background-color:var(--mds-status-bar-backdrop,rgb(var(--tone-neutral-01,255 255 255)/.1));border-radius:var(--radius-xl,20px) var(--radius-xl,20px) 0 0;margin-left:calc(var(--spacing,.0025rem)*600);margin-right:calc(var(--spacing,.0025rem)*600);padding:calc(var(--spacing,.0025rem)*200) calc(var(--spacing,.0025rem)*200) calc(var(--spacing,.0025rem)*600);transition-property:background-color,transform,opacity}.status-bar{align-items:flex-start;background-color:rgb(var(--tone-neutral,0 0 0));border-radius:var(--radius-lg,16px);-webkit-box-shadow:var(--shadow-md,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a);box-shadow:var(--shadow-md,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a);max-width:var(--mds-status-bar-max-width,500px);padding:calc(var(--spacing,.0025rem)*600)}.actions,.status-bar{display:inline-flex;flex-wrap:wrap;gap:calc(var(--spacing,.0025rem)*400)}.actions{flex-grow:1}:host([pref-consumption=medium]){--mds-status-bar-backdrop-filter:none}:host([pref-contrast=more]){--mds-status-bar-backdrop:rgb(var(--tone-neutral-02,244 244 244)/.3)}:host([pref-theme=dark]:not([pref-theme-scheme=light])) .status-bar{-webkit-box-shadow:var(--shadow-outline-light);box-shadow:var(--shadow-outline-light)}@media (max-width:480px){.status-bar-area{border-radius:0;margin-left:0;margin-right:0;padding:calc(var(--spacing,.0025rem)*400);width:100%}.status-bar{width:100%}.actions{gap:calc(var(--spacing,.0025rem)*200)}::slotted(*){flex-grow:1}}@media (prefers-contrast:more){:host(:not([pref-contrast])),:host([pref-contrast=system]){--mds-status-bar-backdrop:rgb(var(--tone-neutral-02,244 244 244)/.3)}}@media (prefers-color-scheme:dark){:is(:host([pref-theme=system]:not([pref-theme-scheme=light])),:host(:not([pref-theme]))) .status-bar{-webkit-box-shadow:var(--shadow-outline-light);box-shadow:var(--shadow-outline-light)}}'};var o=t("mds_status_bar",function(){function t(t){a(this,t);this.overflow="manual";this.position="bottom-right"}t.prototype.connectedCallback=function(){var t=this;this.unsubscribeConsumption=i("consumption",(function(a){t.consumption=a}));this.unsubscribePrefContrast=i("contrast",(function(a){t.prefContrast=a}));this.unsubscribePrefTheme=i("theme",(function(a){t.prefTheme=a}));this.unsubscribePrefThemeScheme=i("theme-scheme",(function(a){t.prefThemeScheme=a}))};t.prototype.disconnectedCallback=function(){var t,a,r,e;(t=this.unsubscribeConsumption)===null||t===void 0?void 0:t.call(this);(a=this.unsubscribePrefContrast)===null||a===void 0?void 0:a.call(this);(r=this.unsubscribePrefTheme)===null||r===void 0?void 0:r.call(this);(e=this.unsubscribePrefThemeScheme)===null||e===void 0?void 0:e.call(this)};t.prototype.componentDidLoad=function(){var t;this.modal=(t=this.host.shadowRoot)===null||t===void 0?void 0:t.querySelector(".modal");this.modal.hideBackdrop=true};t.prototype.handleVisbilityProp=function(t){if(t===false){this.visible=undefined}};t.prototype.hide=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.visible=undefined;return[2]}))}))};t.prototype.render=function(){return r(e,{key:"9513dd86370989a1a6c6d0823d4aa16206f3b5b5","pref-consumption":this.consumption,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},r("mds-modal",{key:"1e5731bfc9f747842197386c2f7f1d01d3456205",class:"modal",opened:this.visible,position:this.position,animation:"custom",overflow:this.overflow},r("div",{key:"0e3270a397ee348b736889134d20b2c913415d05",class:"status-bar-area",part:"status-bar-area",slot:"window"},r("div",{key:"9401d2abdcc9ee9e0b7ed31575b820c7d93a579e",class:"status-bar",part:"status-bar"},this.description&&r("mds-text",{key:"b95add3fd67ba4a8e7a42b9222f7421547a793d7",typography:"caption",class:"description"},this.description),r("div",{key:"156f0e9e4f550344eef4cc0774f6c924d5dbd265",class:"actions",part:"actions"},r("slot",{key:"28e6a570064fbb9fd541e2a8ad66be93bed36aa9"}))))))};Object.defineProperty(t.prototype,"host",{get:function(){return s(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{visible:[{handleVisbilityProp:0}]}},enumerable:false,configurable:true});return t}());o.style=n()}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as r,H as e,g as o}from"./p-CAd5312P.js";import{r as t,s}from"./p-ttrRC6OE.js";import{s as d}from"./p-fMwnXhio.js";const n=class{constructor(r){a(this,r),this.variant="green",this.tone="weak",this.typography="option",this.onSlotChangeHandler=()=>{void 0!==this.label&&""!==this.label||(this.label=t(this.host))}}connectedCallback(){this.unsubscribePrefAnimation=d("animation",(a=>{this.prefAnimation=a})),this.unsubscribePrefContrast=d("contrast",(a=>{this.prefContrast=a})),this.unsubscribePrefTheme=d("theme",(a=>{this.prefTheme=a})),this.unsubscribePrefThemeScheme=d("theme-scheme",(a=>{this.prefThemeScheme=a}))}disconnectedCallback(){var a,r,e,o;null===(a=this.unsubscribePrefAnimation)||void 0===a||a.call(this),null===(r=this.unsubscribePrefContrast)||void 0===r||r.call(this),null===(e=this.unsubscribePrefTheme)||void 0===e||e.call(this),null===(o=this.unsubscribePrefThemeScheme)||void 0===o||o.call(this)}labelChanged(a){this.label=s(a)}render(){return r(e,{key:"61069108c37f3f39b301f1e028f76cc34dc15a89","pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},r("mds-text",{key:"2086515f10e02ff4028eced12db1510b455245c4",tag:"span",typography:this.typography,variant:"info",text:this.label},this.label||r("slot",{key:"34c6c046aa4bfed4e6f7324a4ceb5383a09dfad6",onSlotchange:this.onSlotChangeHandler})))}get host(){return o(this)}static get watchers(){return{label:[{labelChanged:0}]}}};n.style='@layer reset,vendor,theme,base,components,utilities;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){:host,:root{--mds-badge-border-width:1px;--mds-badge-radius:10px}*,::backdrop,:after,:before{--mds-badge-background:rgb(var(--label-sky-09,6 76 107));--mds-badge-border-color:rgb(var(--label-sky-06,13 158 224));--mds-badge-color:rgb(var(--label-sky-03,191 232 251))}}}:host(:not(:is([hydrated],.hydrated))),mds-text:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}@property --mds-badge-border-width{syntax:"<length>";inherits:true;initial-value:1px}@property --mds-badge-radius{syntax:"<length>";inherits:true;initial-value:10px}:host{--mds-badge-background:rgb(var(--label-sky-09,6 76 107));--mds-badge-border-color:rgb(var(--label-sky-06,13 158 224));--mds-badge-border-width:1px;--mds-badge-color:rgb(var(--label-sky-03,191 232 251));--mds-badge-radius:var(--radius-lg,10px);--mds-badge-transition-duration:var(--duration-200,.2s);--private-badge-transition-duration:var(--mds-badge-transition-duration);align-items:center;background-color:var(--mds-badge-background,rgb(var(--label-sky-09,6 76 107)));border-radius:var(--mds-badge-radius,10px);color:var(--mds-badge-color,rgb(var(--label-sky-03,191 232 251)));display:inline-flex;min-width:min-content;padding:calc(var(--spacing,.0025rem)*100) calc(var(--spacing,.0025rem)*200);-webkit-transition-duration:var(--private-badge-transition-duration);transition-duration:var(--private-badge-transition-duration);transition-property:background-color,border-color,border-width,color;-webkit-transition-timing-function:var(--ease-out-quad,cubic-bezier(.25,.46,.45,.94));transition-timing-function:var(--ease-out-quad,cubic-bezier(.25,.46,.45,.94));--mds-badge-color:rgb(var(--tone-neutral,0 0 0))}:host([tone=outline]){border-color:var(--mds-badge-border-color,rgb(var(--label-sky-06,13 158 224)));border-style:solid;border-width:var(--mds-badge-border-width,1px)}:host([tone=text]){--mds-badge-background:rgb(var(--tone-neutral,0 0 0))}:host([variant=red]){--mds-badge-background:rgb(var(--label-red-04,247 195 195))}:host([variant=red]):host([tone=weak]){--mds-badge-background:rgb(var(--label-red-09,134 17 17));--mds-badge-color:rgb(var(--label-red-02,252 234 234))}:host([variant=red]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-red-06,236 110 110));--mds-badge-color:rgb(var(--label-red-04,247 195 195))}:host([variant=amaranth]){--mds-badge-background:rgb(var(--label-amaranth-04,251 192 203))}:host([variant=amaranth]):host([tone=weak]){--mds-badge-background:rgb(var(--label-amaranth-09,135 8 30));--mds-badge-color:rgb(var(--label-amaranth-02,254 233 237))}:host([variant=amaranth]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-amaranth-06,246 99 125));--mds-badge-color:rgb(var(--label-amaranth-04,251 192 203))}:host([variant=aqua]){--mds-badge-background:rgb(var(--label-aqua-04,81 225 250))}:host([variant=aqua]):host([tone=weak]){--mds-badge-background:rgb(var(--label-aqua-09,3 77 90));--mds-badge-color:rgb(var(--label-aqua-02,203 246 254))}:host([variant=aqua]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-aqua-06,5 163 190));--mds-badge-color:rgb(var(--label-aqua-04,81 225 250))}:host([variant=blue]){--mds-badge-background:rgb(var(--label-blue-04,196 206 253))}:host([variant=blue]):host([tone=weak]){--mds-badge-background:rgb(var(--label-blue-09,7 40 196));--mds-badge-color:rgb(var(--label-blue-02,234 238 254))}:host([variant=blue]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-blue-06,121 143 250));--mds-badge-color:rgb(var(--label-blue-04,196 206 253))}:host([variant=green]){--mds-badge-background:rgb(var(--label-green-04,113 230 156))}:host([variant=green]):host([tone=weak]){--mds-badge-background:rgb(var(--label-green-09,14 81 39));--mds-badge-color:rgb(var(--label-green-02,211 247 224))}:host([variant=green]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-green-06,30 171 82));--mds-badge-color:rgb(var(--label-green-04,113 230 156))}:host([variant=lime]){--mds-badge-background:rgb(var(--label-lime-04,148 229 25))}:host([variant=lime]):host([tone=weak]){--mds-badge-background:rgb(var(--label-lime-09,51 79 8));--mds-badge-color:rgb(var(--label-lime-02,223 247 185))}:host([variant=lime]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-lime-06,108 167 18));--mds-badge-color:rgb(var(--label-lime-04,148 229 25))}:host([variant=orange]){--mds-badge-background:rgb(var(--label-orange-04,252 196 158))}:host([variant=orange]):host([tone=weak]){--mds-badge-background:rgb(var(--label-orange-09,116 49 3));--mds-badge-color:rgb(var(--label-orange-02,254 235 222))}:host([variant=orange]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-orange-06,247 105 6));--mds-badge-color:rgb(var(--label-orange-04,252 196 158))}:host([variant=orchid]){--mds-badge-background:rgb(var(--label-orchid-04,248 192 220))}:host([variant=orchid]):host([tone=weak]){--mds-badge-background:rgb(var(--label-orchid-09,131 14 71));--mds-badge-color:rgb(var(--label-orchid-02,253 233 243))}:host([variant=orchid]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-orchid-06,239 99 168));--mds-badge-color:rgb(var(--label-orchid-04,248 192 220))}:host([variant=sky]){--mds-badge-background:rgb(var(--label-sky-04,148 217 249))}:host([variant=sky]):host([tone=weak]){--mds-badge-background:rgb(var(--label-sky-09,6 76 107));--mds-badge-color:rgb(var(--label-sky-02,219 242 253))}:host([variant=sky]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-sky-06,13 158 224));--mds-badge-color:rgb(var(--label-sky-04,148 217 249))}:host([variant=violet]){--mds-badge-background:rgb(var(--label-violet-04,216 200 252))}:host([variant=violet]):host([tone=weak]){--mds-badge-background:rgb(var(--label-violet-09,67 11 195));--mds-badge-color:rgb(var(--label-violet-02,241 235 254))}:host([variant=violet]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-violet-06,166 129 248));--mds-badge-color:rgb(var(--label-violet-04,216 200 252))}:host([variant=purple]){--mds-badge-background:rgb(var(--label-purple-04,225 196 252))}:host([variant=purple]):host([tone=weak]){--mds-badge-background:rgb(var(--label-purple-09,92 8 173));--mds-badge-color:rgb(var(--label-purple-02,245 234 254))}:host([variant=purple]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-purple-06,186 119 249));--mds-badge-color:rgb(var(--label-purple-04,225 196 252))}:host([variant=yellow]){--mds-badge-background:rgb(var(--label-yellow-04,248 202 60))}:host([variant=yellow]):host([tone=weak]){--mds-badge-background:rgb(var(--label-yellow-09,89 68 3));--mds-badge-color:rgb(var(--label-yellow-02,253 238 190))}:host([variant=yellow]):host([tone=outline]){--mds-badge-border-color:rgb(var(--label-yellow-06,188 143 6));--mds-badge-color:rgb(var(--label-yellow-04,248 202 60))}:host([variant=warning]){--mds-badge-background:rgb(var(--status-warning-04,255 200 33))}:host([variant=warning]):host([tone=weak]){--mds-badge-background:rgb(var(--status-warning-09,90 67 0));--mds-badge-color:rgb(var(--status-warning-02,255 237 185))}:host([variant=warning]):host([tone=outline]){--mds-badge-border-color:rgb(var(--status-warning-06,190 142 0));--mds-badge-color:rgb(var(--status-warning-04,255 200 33))}:host([variant=error]){--mds-badge-background:rgb(var(--status-error-04,254 193 189))}:host([variant=error]):host([tone=weak]){--mds-badge-background:rgb(var(--status-error-09,135 0 14));--mds-badge-color:rgb(var(--status-error-02,255 234 231))}:host([variant=error]):host([tone=outline]){--mds-badge-border-color:rgb(var(--status-error-06,239 108 105));--mds-badge-color:rgb(var(--status-error-04,254 193 189))}:host([variant=success]){--mds-badge-background:rgb(var(--status-success-04,158 222 181))}:host([variant=success]):host([tone=weak]){--mds-badge-background:rgb(var(--status-success-09,0 82 9));--mds-badge-color:rgb(var(--status-success-02,222 244 228))}:host([variant=success]):host([tone=outline]){--mds-badge-border-color:rgb(var(--status-success-06,0 171 97));--mds-badge-color:rgb(var(--status-success-04,158 222 181))}:host([variant=info]){--mds-badge-background:rgb(var(--status-info-04,159 216 241))}:host([variant=info]):host([tone=weak]){--mds-badge-background:rgb(var(--status-info-09,0 73 116));--mds-badge-color:rgb(var(--status-info-02,222 242 250))}:host([variant=info]):host([tone=outline]){--mds-badge-border-color:rgb(var(--status-info-06,0 161 208));--mds-badge-color:rgb(var(--status-info-04,159 216 241))}:host([variant=light]){--mds-badge-background:rgb(var(--tone-neutral,0 0 0));--mds-badge-color:rgb(var(--tone-neutral-03,233 233 233))}:host([variant=light]):host([tone=weak]){--mds-badge-background:rgb(var(--tone-neutral-10,60 60 60));--mds-badge-color:rgb(var(--tone-neutral-03,233 233 233))}:host([variant=light]):host([tone=outline]){--mds-badge-background:rgb(var(--tone-neutral,0 0 0));--mds-badge-color:rgb(var(--tone-neutral-02,244 244 244));--mds-badge-border-color:rgb(var(--tone-neutral-06,158 158 158))}:host([variant=dark]){--mds-badge-background:rgb(var(--tone-neutral-03,233 233 233));--mds-badge-color:rgb(var(--tone-neutral,0 0 0))}:host([variant=dark]):host([tone=weak]){--mds-badge-background:rgb(var(--tone-neutral-10,60 60 60));--mds-badge-color:rgb(var(--tone-neutral-03,233 233 233))}:host([variant=dark]):host([tone=outline]){--mds-badge-background:rgb(var(--tone-neutral,0 0 0));--mds-badge-color:rgb(var(--tone-neutral-02,244 244 244));--mds-badge-border-color:rgb(var(--tone-neutral-06,158 158 158))}:host([tone=outline]),:host([tone=text]){--mds-badge-background:#0000}:host([pref-animation=reduce]){--private-badge-transition-duration:0s}:host([pref-theme=dark]:not([pref-theme-scheme=light])):host([tone=strong]),:host([pref-theme=dark]:not([pref-theme-scheme=light])):host([tone=weak]){-webkit-box-shadow:var(--shadow-outline) inset;box-shadow:var(--shadow-outline) inset}:host([pref-contrast=more]):host([tone=weak]){-webkit-box-shadow:var(--shadow-outline) inset;box-shadow:var(--shadow-outline) inset}:host([pref-contrast=more][pref-theme=dark][tone=strong]),:host([pref-contrast=more][pref-theme=dark][tone=weak]){-webkit-box-shadow:var(--shadow-outline-strong,#00000040 0 1px 1px,#00000021 0 0 1px 1px) inset;box-shadow:var(--shadow-outline-strong,#00000040 0 1px 1px,#00000021 0 0 1px 1px) inset}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-badge-transition-duration:0s}}@media (prefers-color-scheme:dark){:is(:host([pref-theme=system]:not([pref-theme-scheme=light])),:host(:not([pref-theme]))):host([tone=strong]),:is(:host([pref-theme=system]:not([pref-theme-scheme=light])),:host(:not([pref-theme]))):host([tone=weak]){-webkit-box-shadow:var(--shadow-outline) inset;box-shadow:var(--shadow-outline) inset}:host([pref-contrast=more][pref-theme=system][tone=strong]),:host([pref-contrast=more][pref-theme=system][tone=weak]){-webkit-box-shadow:var(--shadow-outline-strong,#00000040 0 1px 1px,#00000021 0 0 1px 1px) inset;box-shadow:var(--shadow-outline-strong,#00000040 0 1px 1px,#00000021 0 0 1px 1px) inset}}@media (prefers-contrast:more){:host(:not([pref-contrast])):host([tone=weak]),:host([pref-contrast=system]){-webkit-box-shadow:var(--shadow-outline) inset;box-shadow:var(--shadow-outline) inset}:host([pref-contrast=system][pref-theme=dark][tone=strong]),:host([pref-contrast=system][pref-theme=dark][tone=weak]){-webkit-box-shadow:var(--shadow-outline-strong,#00000040 0 1px 1px,#00000021 0 0 1px 1px) inset;box-shadow:var(--shadow-outline-strong,#00000040 0 1px 1px,#00000021 0 0 1px 1px) inset}}@media (prefers-contrast:more) and (prefers-color-scheme:dark){:host([pref-contrast=system][pref-theme=system][tone=strong]),:host([pref-contrast=system][pref-theme=system][tone=weak]){-webkit-box-shadow:var(--shadow-outline-strong,#00000040 0 1px 1px,#00000021 0 0 1px 1px) inset;box-shadow:var(--shadow-outline-strong,#00000040 0 1px 1px,#00000021 0 0 1px 1px) inset}}';export{n as mds_badge}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as t,H as s}from"./p-CAd5312P.js";import{s as a}from"./p-fMwnXhio.js";const o=class{constructor(t){e(this,t),this.typography="h3",this.tag="h3"}connectedCallback(){this.unsubscribePrefContrast=a("contrast",(e=>{this.prefContrast=e}))}disconnectedCallback(){var e;null===(e=this.unsubscribePrefContrast)||void 0===e||e.call(this)}render(){return t(s,{key:"d4732bfc13bec29539203b1bbf2f475c2124161a","pref-contrast":this.prefContrast},t("mds-text",{key:"bfe617d81d506022e982b8a97f1b88e99e06bb54",class:"open-quote",tag:"div",typography:this.typography},t("span",{key:"d42dd7538c075ef913397f3a58b0e327cf34d005"},t("i",{key:"4a1a90c5bf4d36c8f5e93153964688e9858faa4a"},"❝ "))),t("div",{key:"84b991190ae992b3f486821100731276386d1379",class:"quote"},t("mds-text",{key:"91bbfd150358dd889e391483d2a2ba1fc4f0f0d6",tag:this.tag,typography:this.typography},t("i",{key:"18150d9cc0da1116079fd76efe2291ef45247089"},t("slot",{key:"1861ee78891e58fa60c781afdc4eca8e17db0074"}),t("span",{key:"96f6ed87102e3839e258b51b1341df409056d669"}," ❞"))),t("slot",{key:"f4d6dbbe5cc07ce987fd5c35dd6f3a88e75168cd",name:"author"})))}};o.style="@layer reset,vendor,theme,base,components,utilities;:host(:not(:is([hydrated],.hydrated))),mds-text:not(:is([hydrated],.hydrated)){animation-duration:0s;border-color:#0000;box-shadow:0 0 #0000;opacity:0;outline-color:#0000;transition-delay:.1s;transition-duration:0s;visibility:hidden}:host{display:inline-flex}.open-quote{flex-shrink:0}.quote{display:grid;gap:calc(var(--spacing,.0025rem)*400);-webkit-user-select:all;user-select:all}span{-webkit-user-select:none;user-select:none}:host([pref-contrast=more]){color:rgb(var(--tone-neutral-01,255 255 255))}@media (prefers-contrast:more){:host(:not([pref-contrast])),:host([pref-contrast=system]){color:rgb(var(--tone-neutral-01,255 255 255))}}";export{o as mds_quote}
|