@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
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import{proxyCustomElement as e,HTMLElement as r,createEvent as
|
|
1
|
+
import{proxyCustomElement as e,HTMLElement as r,createEvent as i,h as a,Host as o,transformTag as s}from"@stencil/core/internal/client";import{m as t}from"./cancel.js";import{c as l}from"./clsx.js";import{f as n,a as c,b as v,c as d,g as b,d as m,e as p}from"./locale.it.js";import{L as g}from"./locale.js";import{s as f}from"./preference.js";import{d as h}from"./mds-badge2.js";import{d as w}from"./mds-button2.js";import{d as u}from"./mds-icon2.js";import{d as k}from"./mds-img2.js";import{d as y}from"./mds-spinner2.js";import{d as x}from"./mds-text2.js";
|
|
2
2
|
/**
|
|
3
3
|
* filesize
|
|
4
4
|
*
|
|
5
5
|
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
|
|
6
6
|
* @license BSD-3-Clause
|
|
7
7
|
* @version 10.1.0
|
|
8
|
-
*/const k="bits",j="bytes",B="jedec",q={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};var E={remove:"Αφαιρέστε το αρχείο από την ουρά μεταφόρτωσης"},M={remove:"Remove file from upload queue"},z={remove:"Eliminar archivo de la cola de carga"},N={remove:"Rimuovi file dalla coda di upload"};const O=e(class extends r{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.downloadedEvent=o(this,"mdsFileDownload",7),this.deletedEvent=o(this,"mdsFileDelete",7),this.t=new g({el:Object.assign(Object.assign({},E),d),en:Object.assign(Object.assign({},M),m),es:Object.assign(Object.assign({},z),c),it:Object.assign(Object.assign({},N),n)}),this.truncate="word",this.getDefaultKeyDescription=()=>v(this.filename,this.suffix).description,this.onClickDeletedEvent=()=>{this.deletedEvent.emit({target:this.host,filename:this.filename,extension:b(this.filename,this.suffix)})},this.onClickDownloadEvent=()=>{this.downloadedEvent.emit({target:this.host,filename:this.filename,extension:b(this.filename,this.suffix)})}}async updateLang(){this.language=this.t.lang(this.host)}componentWillLoad(){this.t.lang(this.host),this.format=v(this.filename,this.suffix).format}componentDidLoad(){this.handleDownloadable(this.downloadable)}handleFilename(e){this.format=v(e,this.suffix).format}handleDownloadable(e,r){var o;if(e===r)return;const a=null===(o=this.host.shadowRoot)||void 0===o?void 0:o.querySelector(".card");e?null==a||a.addEventListener("click",this.onClickDownloadEvent):null==a||a.removeEventListener("click",this.onClickDownloadEvent)}render(){var e,r,o;return a(t,{key:"4191a2f8b58aa3fa6f116ecc845c3298643f405c"},this.deletable&&a("mds-button",{key:"a3996c3793c86f913286fc416a2f18c251a629e3",title:this.t.get("remove"),class:"action-delete",icon:s,variant:"light",onClick:this.onClickDeletedEvent}),a("div",{key:"deb2fcc20862f851d28db79b2cef37c43fb4cc63",class:"card",part:"card",onClick:this.onClickDownloadEvent},void 0===this.src||""===this.src||void 0!==this.message&&""!==this.message||!v(this.filename,this.suffix).preview?a("div",{class:l("preview",void 0===this.message||""===this.message?"preview--icon":"preview--status")},a("mds-icon",""!==this.icon?{class:"icon",name:this.icon}:{class:"icon",name:p(this.filename,this.suffix).icon}),this.message&&a("mds-text",{class:"message",typography:"caption",variant:"info"},this.message)):a("mds-img",{src:this.src,class:"preview preview--image","aspect-ratio":"1/1"}),a("mds-text",{key:"9563cde9752cb3ff7778e1971bd8eff1b95edebf",class:"file-name",typography:"h6",variant:"title",truncate:this.truncate,title:this.filename},this.filename),a("footer",{key:"824bde798749685fe9d989859f16e5fe96635ea8",class:l("infos",this.filesize&&"infos--has-file-size")},this.filesize&&this.filesize===Number(this.filesize).toString()&&a("mds-text",{key:"e709b610d25e8d235b15fd8c47bc25982951f9fa",class:"file-size",truncate:"word",typography:"caption",variant:"info"},function(e,{bits:r=!1,pad:o=!1,base:a=-1,round:t=2,locale:i="",localeOptions:s={},separator:l="",spacer:n=" ",symbols:c={},standard:m="",output:d="string",fullform:v=!1,fullforms:b=[],exponent:p=-1,roundingMethod:g="round",precision:f=0}={}){let h=p,u=Number(e),w=[],x=0,y="";"si"===m?(a=10,m=B):"iec"===m||m===B?a=2:2===a?m="iec":(a=10,m=B);const E=10===a?1e3:1024,M=!0===v,z=u<0,N=Math[g];if("bigint"!=typeof e&&isNaN(e))throw new TypeError("Invalid number");if("function"!=typeof N)throw new TypeError("Invalid rounding method");if(z&&(u=-u),(-1===h||isNaN(h))&&(h=Math.floor(Math.log(u)/Math.log(E)),h<0&&(h=0)),h>8&&(f>0&&(f+=8-h),h=8),"exponent"===d)return h;if(0===u)w[0]=0,y=w[1]=q.symbol[m][r?k:j][h];else{x=u/(2===a?Math.pow(2,10*h):Math.pow(1e3,h)),r&&(x*=8,x>=E&&h<8&&(x/=E,h++));const e=Math.pow(10,h>0?t:0);w[0]=N(x*e)/e,w[0]===E&&h<8&&-1===p&&(w[0]=1,h++),y=w[1]=10===a&&1===h?r?"kbit":"kB":q.symbol[m][r?k:j][h]}if(z&&(w[0]=-w[0]),f>0&&(w[0]=w[0].toPrecision(f)),w[1]=c[w[1]]||w[1],!0===i?w[0]=w[0].toLocaleString():i.length>0?w[0]=w[0].toLocaleString(i,s):l.length>0&&(w[0]=w[0].toString().replace(".",l)),o&&!1===Number.isInteger(w[0])&&t>0){const e=l||".",r=w[0].toString().split(e),o=r[1]||"",a=o.length;w[0]=`${r[0]}${e}${o.padEnd(a+(t-a),"0")}`}return M&&(w[1]=b[h]?b[h]:q.fullform[m][h]+(r?"bit":"byte")+(1===w[0]?"":"s")),"array"===d?w:"object"===d?{value:w[0],symbol:w[1],exponent:h,unit:y}:w.join(n)}(Number(this.filesize),{standard:"jedec"})),this.filesize&&this.filesize!==Number(this.filesize).toString()&&a("mds-text",{key:"d41bb090c1676b67014d11e478f7bc8975ef6b1f",class:"file-size",truncate:"word",typography:"caption",variant:"info"},this.filesize),b(this.filename,this.suffix)&&a("mds-badge",{key:"d0cdb8b71431114d023e9df7e4cc9c55841b452d",variant:p(this.filename,this.suffix).variant,tone:"weak",class:"suffix",title:null!==(e=this.description)&&void 0!==e?e:this.t.get(this.getDefaultKeyDescription())},b(this.filename,this.suffix)),(void 0===this.filesize||""===this.filesize)&&a("mds-text",{key:"e4b78b52eba52f2cc6632539b56888774d005236",class:"description",truncate:"word",typography:"caption",variant:"info",title:null!==(r=this.description)&&void 0!==r?r:this.t.get(this.getDefaultKeyDescription())},null!==(o=this.description)&&void 0!==o?o:this.t.get(this.getDefaultKeyDescription())))))}get host(){return this}static get watchers(){return{filename:[{handleFilename:0}],downloadable:[{handleDownloadable:0}]}}static get style(){return"@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@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-background-color:rgb(var(--tone-neutral,0 0 0));--mds-file-preview-border-radius:var(--radius-lg,16px);--mds-file-preview-color:rgb(var(--tone-neutral-03,233 233 233));--mds-file-preview-icon-background:inherit;--mds-file-preview-icon-color:var(--mds-file-preview-color,rgb(var(--tone-neutral-03,233 233 233)))}}}@layer reset,vendor,theme,base,components,utilities;:host(:not(:is([hydrated],.hydrated))),:is(mds-badge,mds-button,mds-icon,mds-img,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-background-color:rgb(var(--tone-neutral,0 0 0));--mds-file-preview-border-radius:var(--radius-2xl,24px);--mds-file-preview-color:rgb(var(--tone-neutral-03,233 233 233));--mds-file-preview-icon-background:inherit;--mds-file-preview-icon-color:var(--mds-file-preview-color,rgb(var(--tone-neutral-03,233 233 233)));background-color:var(--mds-file-preview-background-color,rgb(var(--tone-neutral,0 0 0)));border-radius:var(--mds-file-preview-border-radius,var(--radius-lg,16px));-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);corner-shape:var(--magma-corner-shape,round);align-items:stretch;fill:var(--mds-file-preview-color,rgb(var(--tone-neutral-03,233 233 233)));-ms-flex-pack:stretch;display:flex;justify-content:stretch;overflow:hidden;position:relative}.card{display:grid;gap:calc(var(--spacing,.0025rem)*200);grid-template-columns:repeat(1,minmax(1px,100%));padding:calc(var(--spacing,.0025rem)*400)}.card,.preview{corner-shape:inherit;width:100%}.preview{aspect-ratio:var(--aspect-square,1/1);background-color:var(--mds-file-preview-icon-background,inherit);border-radius:calc(var(--mds-file-preview-border-radius,var(--radius-lg,16px)) - var(--spacing,.0025rem)*200);box-sizing:border-box;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))))}.preview--image{filter:brightness(.975);padding:0!important}.preview--icon,.preview--status{align-items:center;display:flex;flex-direction:column;justify-content:center}.preview--status{gap:calc(var(--spacing,.0025rem)*200);padding:calc(var(--spacing,.0025rem)*400)}.icon{height:calc(var(--spacing,.0025rem)*1200);width:calc(var(--spacing,.0025rem)*1200)}.message{text-align:center}.action-delete{background-color:var(--mds-file-preview-background-color,rgb(var(--tone-neutral,0 0 0)));position:absolute;right:0;top:0;z-index:10}.infos{align-items:baseline;display:flex;gap:calc(var(--spacing,.0025rem)*200)}.suffix{flex-shrink:0}.infos--has-file-size{justify-content:space-between}.file-name{--mds-text-line-clamp:2}:host([format=archive]),:host([format=executable]){--mds-file-preview-color:rgb(var(--label-amaranth-04,251 192 203));--mds-file-preview-icon-background:rgb(var(--label-amaranth-10,114 7 25));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04,251 192 203))}:host([format=attachment]){--mds-file-preview-color:rgb(var(--tone-neutral-04,218 218 218));--mds-file-preview-icon-background:rgb(var(--tone-neutral-10,60 60 60));--mds-file-preview-icon-color:rgb(var(--tone-neutral-04,218 218 218))}:host([format=audio]),:host([format=video]){--mds-file-preview-color:rgb(var(--label-violet-04,216 200 252));--mds-file-preview-icon-background:rgb(var(--label-violet-10,57 9 165));--mds-file-preview-icon-color:rgb(var(--label-violet-04,216 200 252))}:host([format=code]),:host([format=data]),:host([format=markup]){--mds-file-preview-color:rgb(var(--label-yellow-04,248 202 60));--mds-file-preview-icon-background:rgb(var(--label-yellow-10,75 57 3));--mds-file-preview-icon-color:rgb(var(--label-yellow-04,248 202 60))}:host([format=certificate]),:host([format=document]){--mds-file-preview-color:rgb(var(--label-orange-04,252 196 158));--mds-file-preview-icon-background:rgb(var(--label-orange-10,99 42 3));--mds-file-preview-icon-color:rgb(var(--label-orange-04,252 196 158))}:host([format=email]),:host([format=text]){--mds-file-preview-color:rgb(var(--label-blue-04,196 206 253));--mds-file-preview-icon-background:rgb(var(--label-blue-10,6 34 166));--mds-file-preview-icon-color:rgb(var(--label-blue-04,196 206 253))}:host([format=image]){--mds-file-preview-color:rgb(var(--label-green-04,113 230 156));--mds-file-preview-icon-background:rgb(var(--label-green-10,12 68 33));--mds-file-preview-icon-color:rgb(var(--label-green-04,113 230 156))}:host([format=slide]){--mds-file-preview-color:rgb(var(--label-orchid-04,248 192 220));--mds-file-preview-icon-background:rgb(var(--label-orchid-10,111 12 61));--mds-file-preview-icon-color:rgb(var(--label-orchid-04,248 192 220))}:host([format=spreadsheet]){--mds-file-preview-color:rgb(var(--label-lime-04,148 229 25));--mds-file-preview-icon-background:rgb(var(--label-lime-10,43 66 7));--mds-file-preview-icon-color:rgb(var(--label-lime-04,148 229 25))}:host([format=vector]){--mds-file-preview-color:rgb(var(--label-aqua-04,81 225 250));--mds-file-preview-icon-background:rgb(var(--label-aqua-10,2 65 76));--mds-file-preview-icon-color:rgb(var(--label-aqua-04,81 225 250))}:host([variant=primary][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-09,0 58 168));--mds-file-preview-icon-color:rgb(var(--variant-primary-04,184 208 255))}:host([variant=info][message]){--mds-file-preview-icon-background:rgb(var(--status-info-09,0 73 116));--mds-file-preview-icon-color:rgb(var(--status-info-04,159 216 241));--mds-file-preview-color:rgb(var(--status-info-03,198 231 247))}:host([variant=success][message]){--mds-file-preview-icon-background:rgb(var(--status-success-09,0 82 9));--mds-file-preview-icon-color:rgb(var(--status-success-04,158 222 181));--mds-file-preview-color:rgb(var(--status-success-03,196 235 209))}:host([variant=warning][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-09,90 67 0));--mds-file-preview-icon-color:rgb(var(--status-warning-04,255 200 33));--mds-file-preview-color:rgb(var(--status-warning-03,255 223 129))}:host([variant=error][message]){--mds-file-preview-icon-background:rgb(var(--status-error-09,135 0 14));--mds-file-preview-icon-color:rgb(var(--status-error-04,254 193 189));--mds-file-preview-color:rgb(var(--status-error-03,255 217 214))}:host([variant=amaranth][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-09,135 8 30));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04,251 192 203));--mds-file-preview-color:rgb(var(--label-amaranth-03,253 217 223))}:host([variant=aqua][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-09,3 77 90));--mds-file-preview-icon-color:rgb(var(--label-aqua-04,81 225 250));--mds-file-preview-color:rgb(var(--label-aqua-03,158 238 252))}:host([variant=blue][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-09,7 40 196));--mds-file-preview-icon-color:rgb(var(--label-blue-04,196 206 253));--mds-file-preview-color:rgb(var(--label-blue-03,218 224 254))}:host([variant=green][message]){--mds-file-preview-icon-background:rgb(var(--label-green-09,14 81 39));--mds-file-preview-icon-color:rgb(var(--label-green-04,113 230 156));--mds-file-preview-color:rgb(var(--label-green-03,173 241 198))}:host([variant=lime][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-09,51 79 8));--mds-file-preview-icon-color:rgb(var(--label-lime-04,148 229 25));--mds-file-preview-color:rgb(var(--label-lime-03,193 241 122))}:host([variant=orange][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-09,116 49 3));--mds-file-preview-icon-color:rgb(var(--label-orange-04,252 196 158));--mds-file-preview-color:rgb(var(--label-orange-03,253 219 196))}:host([variant=orchid][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-09,131 14 71));--mds-file-preview-icon-color:rgb(var(--label-orchid-04,248 192 220));--mds-file-preview-color:rgb(var(--label-orchid-03,251 216 234))}:host([variant=sky][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-09,6 76 107));--mds-file-preview-icon-color:rgb(var(--label-sky-04,148 217 249));--mds-file-preview-color:rgb(var(--label-sky-03,191 232 251))}:host([variant=violet][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-09,67 11 195));--mds-file-preview-icon-color:rgb(var(--label-violet-04,216 200 252));--mds-file-preview-color:rgb(var(--label-violet-03,231 221 253))}:host([variant=yellow][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-09,89 68 3));--mds-file-preview-icon-color:rgb(var(--label-yellow-04,248 202 60));--mds-file-preview-color:rgb(var(--label-yellow-03,251 224 142))}:host-context(:root.pref-contrast-more):host([variant=primary][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10,0 49 142));--mds-file-preview-icon-color:rgb(var(--variant-primary-02,230 239 255));--mds-file-preview-color:rgb(var(--variant-primary-01,242 246 255))}:host-context(:root.pref-contrast-more):host([variant=info][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10,0 61 103));--mds-file-preview-icon-color:rgb(var(--status-info-02,222 242 250));--mds-file-preview-color:rgb(var(--status-info-01,237 248 253))}:host-context(:root.pref-contrast-more):host([variant=success][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10,0 69 0));--mds-file-preview-icon-color:rgb(var(--status-success-02,222 244 228));--mds-file-preview-color:rgb(var(--status-success-01,237 249 241))}:host-context(:root.pref-contrast-more):host([variant=warning][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10,77 57 0));--mds-file-preview-icon-color:rgb(var(--status-warning-02,255 237 185));--mds-file-preview-color:rgb(var(--status-warning-01,255 246 217))}:host-context(:root.pref-contrast-more):host([variant=error][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10,115 0 0));--mds-file-preview-icon-color:rgb(var(--status-error-02,255 234 231));--mds-file-preview-color:rgb(var(--status-error-01,255 243 242))}:host-context(:root.pref-contrast-more):host([variant=amaranth][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10,114 7 25));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02,254 233 237));--mds-file-preview-color:rgb(var(--label-amaranth-01,254 243 245))}:host-context(:root.pref-contrast-more):host([variant=aqua][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10,2 65 76));--mds-file-preview-icon-color:rgb(var(--label-aqua-02,203 246 254));--mds-file-preview-color:rgb(var(--label-aqua-01,229 251 254))}:host-context(:root.pref-contrast-more):host([variant=blue][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10,6 34 166));--mds-file-preview-icon-color:rgb(var(--label-blue-02,234 238 254));--mds-file-preview-color:rgb(var(--label-blue-01,244 245 255))}:host-context(:root.pref-contrast-more):host([variant=green][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10,12 68 33));--mds-file-preview-icon-color:rgb(var(--label-green-02,211 247 224));--mds-file-preview-color:rgb(var(--label-green-01,231 251 239))}:host-context(:root.pref-contrast-more):host([variant=lime][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10,43 66 7));--mds-file-preview-icon-color:rgb(var(--label-lime-02,223 247 185));--mds-file-preview-color:rgb(var(--label-lime-01,238 251 217))}:host-context(:root.pref-contrast-more):host([variant=orange][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10,99 42 3));--mds-file-preview-icon-color:rgb(var(--label-orange-02,254 235 222));--mds-file-preview-color:rgb(var(--label-orange-01,255 244 237))}:host-context(:root.pref-contrast-more):host([variant=orchid][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10,111 12 61));--mds-file-preview-icon-color:rgb(var(--label-orchid-02,253 233 243));--mds-file-preview-color:rgb(var(--label-orchid-01,254 243 249))}:host-context(:root.pref-contrast-more):host([variant=sky][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10,5 63 90));--mds-file-preview-icon-color:rgb(var(--label-sky-02,219 242 253));--mds-file-preview-color:rgb(var(--label-sky-01,236 248 254))}:host-context(:root.pref-contrast-more):host([variant=violet][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10,57 9 165));--mds-file-preview-icon-color:rgb(var(--label-violet-02,241 235 254));--mds-file-preview-color:rgb(var(--label-violet-01,248 244 254))}:host-context(:root.pref-contrast-more):host([variant=yellow][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10,75 57 3));--mds-file-preview-icon-color:rgb(var(--label-yellow-02,253 238 190));--mds-file-preview-color:rgb(var(--label-yellow-01,254 246 221))}:host-context(:root.pref-animation-reduce){transition-duration:0s}:host-context(:root.pref-animation-reduce) .preview{transition-duration:0s}:host-context(:root.pref-theme-dark:not(.pref-theme-scheme-light)){-webkit-box-shadow:var(--shadow-outline);box-shadow:var(--shadow-outline)}:host-context(:root.pref-contrast-more){--mds-file-preview-color:rgb(var(--tone-neutral-01,255 255 255));-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}@media (prefers-contrast:more){:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=primary][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10,0 49 142));--mds-file-preview-icon-color:rgb(var(--variant-primary-02,230 239 255));--mds-file-preview-color:rgb(var(--variant-primary-01,242 246 255))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=info][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10,0 61 103));--mds-file-preview-icon-color:rgb(var(--status-info-02,222 242 250));--mds-file-preview-color:rgb(var(--status-info-01,237 248 253))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=success][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10,0 69 0));--mds-file-preview-icon-color:rgb(var(--status-success-02,222 244 228));--mds-file-preview-color:rgb(var(--status-success-01,237 249 241))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=warning][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10,77 57 0));--mds-file-preview-icon-color:rgb(var(--status-warning-02,255 237 185));--mds-file-preview-color:rgb(var(--status-warning-01,255 246 217))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=error][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10,115 0 0));--mds-file-preview-icon-color:rgb(var(--status-error-02,255 234 231));--mds-file-preview-color:rgb(var(--status-error-01,255 243 242))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=amaranth][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10,114 7 25));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02,254 233 237));--mds-file-preview-color:rgb(var(--label-amaranth-01,254 243 245))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=aqua][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10,2 65 76));--mds-file-preview-icon-color:rgb(var(--label-aqua-02,203 246 254));--mds-file-preview-color:rgb(var(--label-aqua-01,229 251 254))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=blue][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10,6 34 166));--mds-file-preview-icon-color:rgb(var(--label-blue-02,234 238 254));--mds-file-preview-color:rgb(var(--label-blue-01,244 245 255))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=green][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10,12 68 33));--mds-file-preview-icon-color:rgb(var(--label-green-02,211 247 224));--mds-file-preview-color:rgb(var(--label-green-01,231 251 239))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=lime][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10,43 66 7));--mds-file-preview-icon-color:rgb(var(--label-lime-02,223 247 185));--mds-file-preview-color:rgb(var(--label-lime-01,238 251 217))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=orange][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10,99 42 3));--mds-file-preview-icon-color:rgb(var(--label-orange-02,254 235 222));--mds-file-preview-color:rgb(var(--label-orange-01,255 244 237))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=orchid][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10,111 12 61));--mds-file-preview-icon-color:rgb(var(--label-orchid-02,253 233 243));--mds-file-preview-color:rgb(var(--label-orchid-01,254 243 249))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=sky][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10,5 63 90));--mds-file-preview-icon-color:rgb(var(--label-sky-02,219 242 253));--mds-file-preview-color:rgb(var(--label-sky-01,236 248 254))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=violet][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10,57 9 165));--mds-file-preview-icon-color:rgb(var(--label-violet-02,241 235 254));--mds-file-preview-color:rgb(var(--label-violet-01,248 244 254))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host([variant=yellow][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10,75 57 3));--mds-file-preview-icon-color:rgb(var(--label-yellow-02,253 238 190));--mds-file-preview-color:rgb(var(--label-yellow-01,254 246 221))}:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))){--mds-file-preview-color:rgb(var(--tone-neutral-01,255 255 255));-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}}@media (prefers-reduced-motion){:is(:host-context(:root.pref-animation-system),:host-context(:root:not([data-magma-pref]))),:is(:host-context(:root.pref-animation-system),:host-context(:root:not([data-magma-pref]))) .preview{transition-duration:0s}}@media (prefers-color-scheme:dark){:is(:host-context(:root.pref-theme-system:not(.pref-theme-scheme-light)),:host-context(:root:not([data-magma-pref]))){-webkit-box-shadow:var(--shadow-outline);box-shadow:var(--shadow-outline)}}"}},[1,"mds-file-preview",{deletable:[516],downloadable:[516],description:[513],filename:[513],filesize:[513],message:[513],truncate:[513],src:[513],suffix:[513],icon:[513],variant:[513],format:[1537],language:[32],updateLang:[64]},void 0,{filename:[{handleFilename:0}],downloadable:[{handleDownloadable:0}]}]);function D(){"undefined"!=typeof customElements&&["mds-file-preview","mds-badge","mds-button","mds-icon","mds-img","mds-spinner","mds-text"].forEach((e=>{switch(e){case"mds-file-preview":customElements.get(i(e))||customElements.define(i(e),O);break;case"mds-badge":customElements.get(i(e))||f();break;case"mds-button":customElements.get(i(e))||h();break;case"mds-icon":customElements.get(i(e))||u();break;case"mds-img":customElements.get(i(e))||w();break;case"mds-spinner":customElements.get(i(e))||x();break;case"mds-text":customElements.get(i(e))||y()}}))}export{O as M,D as d}
|
|
8
|
+
*/const j="bits",B="bytes",q="jedec",E={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};var M={remove:"Αφαιρέστε το αρχείο από την ουρά μεταφόρτωσης"},z={remove:"Remove file from upload queue"},N={remove:"Eliminar archivo de la cola de carga"},O={remove:"Rimuovi file dalla coda di upload"};const T=e(class extends r{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.downloadedEvent=i(this,"mdsFileDownload",7),this.deletedEvent=i(this,"mdsFileDelete",7),this.t=new g({el:Object.assign(Object.assign({},M),d),en:Object.assign(Object.assign({},z),v),es:Object.assign(Object.assign({},N),c),it:Object.assign(Object.assign({},O),n)}),this.truncate="word",this.getDefaultKeyDescription=()=>b(this.filename,this.suffix).description,this.onClickDeletedEvent=()=>{this.deletedEvent.emit({target:this.host,filename:this.filename,extension:m(this.filename,this.suffix)})},this.onClickDownloadEvent=()=>{this.downloadedEvent.emit({target:this.host,filename:this.filename,extension:m(this.filename,this.suffix)})}}async updateLang(){this.language=this.t.lang(this.host)}connectedCallback(){this.unsubscribePrefAnimation=f("animation",(e=>{this.prefAnimation=e})),this.unsubscribePrefContrast=f("contrast",(e=>{this.prefContrast=e})),this.unsubscribePrefTheme=f("theme",(e=>{this.prefTheme=e})),this.unsubscribePrefThemeScheme=f("theme-scheme",(e=>{this.prefThemeScheme=e}))}disconnectedCallback(){var e,r,i,a;null===(e=this.unsubscribePrefAnimation)||void 0===e||e.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(){this.t.lang(this.host),this.format=b(this.filename,this.suffix).format}componentDidLoad(){this.handleDownloadable(this.downloadable)}handleFilename(e){this.format=b(e,this.suffix).format}handleDownloadable(e,r){var i;if(e===r)return;const a=null===(i=this.host.shadowRoot)||void 0===i?void 0:i.querySelector(".card");e?null==a||a.addEventListener("click",this.onClickDownloadEvent):null==a||a.removeEventListener("click",this.onClickDownloadEvent)}render(){var e,r,i;return a(o,{key:"93a1ad63edfbf8d92f1b3e5f18c5e8e6e8fe73f3","pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},this.deletable&&a("mds-button",{key:"320c2c2a4d48a17162225bdf6da4e4ebf6fdd375",title:this.t.get("remove"),class:"action-delete",icon:t,variant:"light",onClick:this.onClickDeletedEvent}),a("div",{key:"9622502d7bc19319e95a0aaa5d41ade244163be8",class:"card",part:"card",onClick:this.onClickDownloadEvent},void 0===this.src||""===this.src||void 0!==this.message&&""!==this.message||!b(this.filename,this.suffix).preview?a("div",{class:l("preview",void 0===this.message||""===this.message?"preview--icon":"preview--status")},a("mds-icon",""!==this.icon?{class:"icon",name:this.icon}:{class:"icon",name:p(this.filename,this.suffix).icon}),this.message&&a("mds-text",{class:"message",typography:"caption",variant:"info"},this.message)):a("mds-img",{src:this.src,class:"preview preview--image","aspect-ratio":"1/1"}),a("mds-text",{key:"cb9ff19be44c06555a8c10c1f453567c8b35de6c",class:"file-name",typography:"h6",variant:"title",truncate:this.truncate,title:this.filename},this.filename),a("footer",{key:"df360d40c6d7e00fb3a0ba71fdbf578ee43c47c8",class:l("infos",this.filesize&&"infos--has-file-size")},this.filesize&&this.filesize===Number(this.filesize).toString()&&a("mds-text",{key:"682dc61628091d96fba5bb5273731613fb21ad19",class:"file-size",truncate:"word",typography:"caption",variant:"info"},function(e,{bits:r=!1,pad:i=!1,base:a=-1,round:o=2,locale:s="",localeOptions:t={},separator:l="",spacer:n=" ",symbols:c={},standard:v="",output:d="string",fullform:b=!1,fullforms:m=[],exponent:p=-1,roundingMethod:g="round",precision:f=0}={}){let h=p,w=Number(e),u=[],k=0,y="";"si"===v?(a=10,v=q):"iec"===v||v===q?a=2:2===a?v="iec":(a=10,v=q);const x=10===a?1e3:1024,M=!0===b,z=w<0,N=Math[g];if("bigint"!=typeof e&&isNaN(e))throw new TypeError("Invalid number");if("function"!=typeof N)throw new TypeError("Invalid rounding method");if(z&&(w=-w),(-1===h||isNaN(h))&&(h=Math.floor(Math.log(w)/Math.log(x)),h<0&&(h=0)),h>8&&(f>0&&(f+=8-h),h=8),"exponent"===d)return h;if(0===w)u[0]=0,y=u[1]=E.symbol[v][r?j:B][h];else{k=w/(2===a?Math.pow(2,10*h):Math.pow(1e3,h)),r&&(k*=8,k>=x&&h<8&&(k/=x,h++));const e=Math.pow(10,h>0?o:0);u[0]=N(k*e)/e,u[0]===x&&h<8&&-1===p&&(u[0]=1,h++),y=u[1]=10===a&&1===h?r?"kbit":"kB":E.symbol[v][r?j:B][h]}if(z&&(u[0]=-u[0]),f>0&&(u[0]=u[0].toPrecision(f)),u[1]=c[u[1]]||u[1],!0===s?u[0]=u[0].toLocaleString():s.length>0?u[0]=u[0].toLocaleString(s,t):l.length>0&&(u[0]=u[0].toString().replace(".",l)),i&&!1===Number.isInteger(u[0])&&o>0){const e=l||".",r=u[0].toString().split(e),i=r[1]||"",a=i.length;u[0]=`${r[0]}${e}${i.padEnd(a+(o-a),"0")}`}return M&&(u[1]=m[h]?m[h]:E.fullform[v][h]+(r?"bit":"byte")+(1===u[0]?"":"s")),"array"===d?u:"object"===d?{value:u[0],symbol:u[1],exponent:h,unit:y}:u.join(n)}(Number(this.filesize),{standard:"jedec"})),this.filesize&&this.filesize!==Number(this.filesize).toString()&&a("mds-text",{key:"d5fbe0975bc9ad733fb68e83c3d2c4f926528655",class:"file-size",truncate:"word",typography:"caption",variant:"info"},this.filesize),m(this.filename,this.suffix)&&a("mds-badge",{key:"bf3a948f2d6d8062c1ea105f67d1533c9e5d0f39",variant:p(this.filename,this.suffix).variant,tone:"weak",class:"suffix",title:null!==(e=this.description)&&void 0!==e?e:this.t.get(this.getDefaultKeyDescription())},m(this.filename,this.suffix)),(void 0===this.filesize||""===this.filesize)&&a("mds-text",{key:"8c916ed7bcf4d568d45b7ea41a90946b2c85f339",class:"description",truncate:"word",typography:"caption",variant:"info",title:null!==(r=this.description)&&void 0!==r?r:this.t.get(this.getDefaultKeyDescription())},null!==(i=this.description)&&void 0!==i?i:this.t.get(this.getDefaultKeyDescription())))))}get host(){return this}static get watchers(){return{filename:[{handleFilename:0}],downloadable:[{handleDownloadable:0}]}}static get style(){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-file-preview-background-color:rgb(var(--tone-neutral,0 0 0));--mds-file-preview-border-radius:var(--radius-lg,16px);--mds-file-preview-color:rgb(var(--tone-neutral-03,233 233 233));--mds-file-preview-icon-background:inherit;--mds-file-preview-icon-color:var(--mds-file-preview-color,rgb(var(--tone-neutral-03,233 233 233)))}}}:host(:not(:is([hydrated],.hydrated))),:is(mds-badge,mds-button,mds-icon,mds-img,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-background-color:rgb(var(--tone-neutral,0 0 0));--mds-file-preview-border-radius:var(--radius-2xl,24px);--mds-file-preview-color:rgb(var(--tone-neutral-03,233 233 233));--mds-file-preview-icon-background:inherit;--mds-file-preview-icon-color:var(--mds-file-preview-color,rgb(var(--tone-neutral-03,233 233 233)));--mds-file-preview-transition-duration:0s;--private-file-preview-transition-duration:var(--mds-file-preview-transition-duration);background-color:var(--mds-file-preview-background-color,rgb(var(--tone-neutral,0 0 0)));border-radius:var(--mds-file-preview-border-radius,var(--radius-lg,16px));-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);corner-shape:var(--magma-corner-shape,round);align-items:stretch;fill:var(--mds-file-preview-color,rgb(var(--tone-neutral-03,233 233 233)));-ms-flex-pack:stretch;display:flex;justify-content:stretch;overflow:hidden;position:relative;-webkit-transition-duration:var(--private-file-preview-transition-duration);transition-duration:var(--private-file-preview-transition-duration)}.card{display:grid;gap:calc(var(--spacing,.0025rem)*200);grid-template-columns:repeat(1,minmax(1px,100%));padding:calc(var(--spacing,.0025rem)*400)}.card,.preview{corner-shape:inherit;width:100%}.preview{aspect-ratio:var(--aspect-square,1/1);background-color:var(--mds-file-preview-icon-background,inherit);border-radius:calc(var(--mds-file-preview-border-radius,var(--radius-lg,16px)) - var(--spacing,.0025rem)*200);box-sizing:border-box;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))));-webkit-transition-duration:inherit;transition-duration:inherit}.preview--image{filter:brightness(.975);padding:0!important}.preview--icon,.preview--status{align-items:center;display:flex;flex-direction:column;justify-content:center}.preview--status{gap:calc(var(--spacing,.0025rem)*200);padding:calc(var(--spacing,.0025rem)*400)}.icon{height:calc(var(--spacing,.0025rem)*1200);width:calc(var(--spacing,.0025rem)*1200)}.message{text-align:center}.action-delete{background-color:var(--mds-file-preview-background-color,rgb(var(--tone-neutral,0 0 0)));position:absolute;right:0;top:0;z-index:10}.infos{align-items:baseline;display:flex;gap:calc(var(--spacing,.0025rem)*200)}.suffix{flex-shrink:0}.infos--has-file-size{justify-content:space-between}.file-name{--mds-text-line-clamp:2}:host([format=archive]),:host([format=executable]){--mds-file-preview-color:rgb(var(--label-amaranth-04,251 192 203));--mds-file-preview-icon-background:rgb(var(--label-amaranth-10,114 7 25));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04,251 192 203))}:host([format=attachment]){--mds-file-preview-color:rgb(var(--tone-neutral-04,218 218 218));--mds-file-preview-icon-background:rgb(var(--tone-neutral-10,60 60 60));--mds-file-preview-icon-color:rgb(var(--tone-neutral-04,218 218 218))}:host([format=audio]),:host([format=video]){--mds-file-preview-color:rgb(var(--label-violet-04,216 200 252));--mds-file-preview-icon-background:rgb(var(--label-violet-10,57 9 165));--mds-file-preview-icon-color:rgb(var(--label-violet-04,216 200 252))}:host([format=code]),:host([format=data]),:host([format=markup]){--mds-file-preview-color:rgb(var(--label-yellow-04,248 202 60));--mds-file-preview-icon-background:rgb(var(--label-yellow-10,75 57 3));--mds-file-preview-icon-color:rgb(var(--label-yellow-04,248 202 60))}:host([format=certificate]),:host([format=document]){--mds-file-preview-color:rgb(var(--label-orange-04,252 196 158));--mds-file-preview-icon-background:rgb(var(--label-orange-10,99 42 3));--mds-file-preview-icon-color:rgb(var(--label-orange-04,252 196 158))}:host([format=email]),:host([format=text]){--mds-file-preview-color:rgb(var(--label-blue-04,196 206 253));--mds-file-preview-icon-background:rgb(var(--label-blue-10,6 34 166));--mds-file-preview-icon-color:rgb(var(--label-blue-04,196 206 253))}:host([format=image]){--mds-file-preview-color:rgb(var(--label-green-04,113 230 156));--mds-file-preview-icon-background:rgb(var(--label-green-10,12 68 33));--mds-file-preview-icon-color:rgb(var(--label-green-04,113 230 156))}:host([format=slide]){--mds-file-preview-color:rgb(var(--label-orchid-04,248 192 220));--mds-file-preview-icon-background:rgb(var(--label-orchid-10,111 12 61));--mds-file-preview-icon-color:rgb(var(--label-orchid-04,248 192 220))}:host([format=spreadsheet]){--mds-file-preview-color:rgb(var(--label-lime-04,148 229 25));--mds-file-preview-icon-background:rgb(var(--label-lime-10,43 66 7));--mds-file-preview-icon-color:rgb(var(--label-lime-04,148 229 25))}:host([format=vector]){--mds-file-preview-color:rgb(var(--label-aqua-04,81 225 250));--mds-file-preview-icon-background:rgb(var(--label-aqua-10,2 65 76));--mds-file-preview-icon-color:rgb(var(--label-aqua-04,81 225 250))}:host([variant=primary][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-09,0 58 168));--mds-file-preview-icon-color:rgb(var(--variant-primary-04,184 208 255))}:host([variant=info][message]){--mds-file-preview-icon-background:rgb(var(--status-info-09,0 73 116));--mds-file-preview-icon-color:rgb(var(--status-info-04,159 216 241));--mds-file-preview-color:rgb(var(--status-info-03,198 231 247))}:host([variant=success][message]){--mds-file-preview-icon-background:rgb(var(--status-success-09,0 82 9));--mds-file-preview-icon-color:rgb(var(--status-success-04,158 222 181));--mds-file-preview-color:rgb(var(--status-success-03,196 235 209))}:host([variant=warning][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-09,90 67 0));--mds-file-preview-icon-color:rgb(var(--status-warning-04,255 200 33));--mds-file-preview-color:rgb(var(--status-warning-03,255 223 129))}:host([variant=error][message]){--mds-file-preview-icon-background:rgb(var(--status-error-09,135 0 14));--mds-file-preview-icon-color:rgb(var(--status-error-04,254 193 189));--mds-file-preview-color:rgb(var(--status-error-03,255 217 214))}:host([variant=amaranth][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-09,135 8 30));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04,251 192 203));--mds-file-preview-color:rgb(var(--label-amaranth-03,253 217 223))}:host([variant=aqua][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-09,3 77 90));--mds-file-preview-icon-color:rgb(var(--label-aqua-04,81 225 250));--mds-file-preview-color:rgb(var(--label-aqua-03,158 238 252))}:host([variant=blue][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-09,7 40 196));--mds-file-preview-icon-color:rgb(var(--label-blue-04,196 206 253));--mds-file-preview-color:rgb(var(--label-blue-03,218 224 254))}:host([variant=green][message]){--mds-file-preview-icon-background:rgb(var(--label-green-09,14 81 39));--mds-file-preview-icon-color:rgb(var(--label-green-04,113 230 156));--mds-file-preview-color:rgb(var(--label-green-03,173 241 198))}:host([variant=lime][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-09,51 79 8));--mds-file-preview-icon-color:rgb(var(--label-lime-04,148 229 25));--mds-file-preview-color:rgb(var(--label-lime-03,193 241 122))}:host([variant=orange][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-09,116 49 3));--mds-file-preview-icon-color:rgb(var(--label-orange-04,252 196 158));--mds-file-preview-color:rgb(var(--label-orange-03,253 219 196))}:host([variant=orchid][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-09,131 14 71));--mds-file-preview-icon-color:rgb(var(--label-orchid-04,248 192 220));--mds-file-preview-color:rgb(var(--label-orchid-03,251 216 234))}:host([variant=sky][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-09,6 76 107));--mds-file-preview-icon-color:rgb(var(--label-sky-04,148 217 249));--mds-file-preview-color:rgb(var(--label-sky-03,191 232 251))}:host([variant=violet][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-09,67 11 195));--mds-file-preview-icon-color:rgb(var(--label-violet-04,216 200 252));--mds-file-preview-color:rgb(var(--label-violet-03,231 221 253))}:host([variant=yellow][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-09,89 68 3));--mds-file-preview-icon-color:rgb(var(--label-yellow-04,248 202 60));--mds-file-preview-color:rgb(var(--label-yellow-03,251 224 142))}:host([pref-contrast=more]):host([variant=primary][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10,0 49 142));--mds-file-preview-icon-color:rgb(var(--variant-primary-02,230 239 255));--mds-file-preview-color:rgb(var(--variant-primary-01,242 246 255))}:host([pref-contrast=more]):host([variant=info][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10,0 61 103));--mds-file-preview-icon-color:rgb(var(--status-info-02,222 242 250));--mds-file-preview-color:rgb(var(--status-info-01,237 248 253))}:host([pref-contrast=more]):host([variant=success][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10,0 69 0));--mds-file-preview-icon-color:rgb(var(--status-success-02,222 244 228));--mds-file-preview-color:rgb(var(--status-success-01,237 249 241))}:host([pref-contrast=more]):host([variant=warning][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10,77 57 0));--mds-file-preview-icon-color:rgb(var(--status-warning-02,255 237 185));--mds-file-preview-color:rgb(var(--status-warning-01,255 246 217))}:host([pref-contrast=more]):host([variant=error][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10,115 0 0));--mds-file-preview-icon-color:rgb(var(--status-error-02,255 234 231));--mds-file-preview-color:rgb(var(--status-error-01,255 243 242))}:host([pref-contrast=more]):host([variant=amaranth][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10,114 7 25));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02,254 233 237));--mds-file-preview-color:rgb(var(--label-amaranth-01,254 243 245))}:host([pref-contrast=more]):host([variant=aqua][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10,2 65 76));--mds-file-preview-icon-color:rgb(var(--label-aqua-02,203 246 254));--mds-file-preview-color:rgb(var(--label-aqua-01,229 251 254))}:host([pref-contrast=more]):host([variant=blue][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10,6 34 166));--mds-file-preview-icon-color:rgb(var(--label-blue-02,234 238 254));--mds-file-preview-color:rgb(var(--label-blue-01,244 245 255))}:host([pref-contrast=more]):host([variant=green][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10,12 68 33));--mds-file-preview-icon-color:rgb(var(--label-green-02,211 247 224));--mds-file-preview-color:rgb(var(--label-green-01,231 251 239))}:host([pref-contrast=more]):host([variant=lime][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10,43 66 7));--mds-file-preview-icon-color:rgb(var(--label-lime-02,223 247 185));--mds-file-preview-color:rgb(var(--label-lime-01,238 251 217))}:host([pref-contrast=more]):host([variant=orange][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10,99 42 3));--mds-file-preview-icon-color:rgb(var(--label-orange-02,254 235 222));--mds-file-preview-color:rgb(var(--label-orange-01,255 244 237))}:host([pref-contrast=more]):host([variant=orchid][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10,111 12 61));--mds-file-preview-icon-color:rgb(var(--label-orchid-02,253 233 243));--mds-file-preview-color:rgb(var(--label-orchid-01,254 243 249))}:host([pref-contrast=more]):host([variant=sky][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10,5 63 90));--mds-file-preview-icon-color:rgb(var(--label-sky-02,219 242 253));--mds-file-preview-color:rgb(var(--label-sky-01,236 248 254))}:host([pref-contrast=more]):host([variant=violet][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10,57 9 165));--mds-file-preview-icon-color:rgb(var(--label-violet-02,241 235 254));--mds-file-preview-color:rgb(var(--label-violet-01,248 244 254))}:host([pref-contrast=more]):host([variant=yellow][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10,75 57 3));--mds-file-preview-icon-color:rgb(var(--label-yellow-02,253 238 190));--mds-file-preview-color:rgb(var(--label-yellow-01,254 246 221))}:host([pref-animation=reduce]){--private-file-preview-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-contrast=more]){--mds-file-preview-color:rgb(var(--tone-neutral-01,255 255 255));-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}@media (prefers-contrast:more){:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=primary][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10,0 49 142));--mds-file-preview-icon-color:rgb(var(--variant-primary-02,230 239 255));--mds-file-preview-color:rgb(var(--variant-primary-01,242 246 255))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=info][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10,0 61 103));--mds-file-preview-icon-color:rgb(var(--status-info-02,222 242 250));--mds-file-preview-color:rgb(var(--status-info-01,237 248 253))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=success][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10,0 69 0));--mds-file-preview-icon-color:rgb(var(--status-success-02,222 244 228));--mds-file-preview-color:rgb(var(--status-success-01,237 249 241))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=warning][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10,77 57 0));--mds-file-preview-icon-color:rgb(var(--status-warning-02,255 237 185));--mds-file-preview-color:rgb(var(--status-warning-01,255 246 217))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=error][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10,115 0 0));--mds-file-preview-icon-color:rgb(var(--status-error-02,255 234 231));--mds-file-preview-color:rgb(var(--status-error-01,255 243 242))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=amaranth][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10,114 7 25));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02,254 233 237));--mds-file-preview-color:rgb(var(--label-amaranth-01,254 243 245))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=aqua][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10,2 65 76));--mds-file-preview-icon-color:rgb(var(--label-aqua-02,203 246 254));--mds-file-preview-color:rgb(var(--label-aqua-01,229 251 254))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=blue][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10,6 34 166));--mds-file-preview-icon-color:rgb(var(--label-blue-02,234 238 254));--mds-file-preview-color:rgb(var(--label-blue-01,244 245 255))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=green][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10,12 68 33));--mds-file-preview-icon-color:rgb(var(--label-green-02,211 247 224));--mds-file-preview-color:rgb(var(--label-green-01,231 251 239))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=lime][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10,43 66 7));--mds-file-preview-icon-color:rgb(var(--label-lime-02,223 247 185));--mds-file-preview-color:rgb(var(--label-lime-01,238 251 217))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=orange][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10,99 42 3));--mds-file-preview-icon-color:rgb(var(--label-orange-02,254 235 222));--mds-file-preview-color:rgb(var(--label-orange-01,255 244 237))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=orchid][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10,111 12 61));--mds-file-preview-icon-color:rgb(var(--label-orchid-02,253 233 243));--mds-file-preview-color:rgb(var(--label-orchid-01,254 243 249))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=sky][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10,5 63 90));--mds-file-preview-icon-color:rgb(var(--label-sky-02,219 242 253));--mds-file-preview-color:rgb(var(--label-sky-01,236 248 254))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=violet][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10,57 9 165));--mds-file-preview-icon-color:rgb(var(--label-violet-02,241 235 254));--mds-file-preview-color:rgb(var(--label-violet-01,248 244 254))}:is(:host([pref-contrast=system]),:host(:not([pref-contrast]))):host([variant=yellow][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10,75 57 3));--mds-file-preview-icon-color:rgb(var(--label-yellow-02,253 238 190));--mds-file-preview-color:rgb(var(--label-yellow-01,254 246 221))}:host(:not([pref-contrast])),:host([pref-contrast=system]){--mds-file-preview-color:rgb(var(--tone-neutral-01,255 255 255));-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}}@media (prefers-reduced-motion:reduce){:host(:not([pref-animation])),:host([pref-animation=system]){--private-file-preview-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)}}"}},[1,"mds-file-preview",{deletable:[516],downloadable:[516],description:[513],filename:[513],filesize:[513],message:[513],truncate:[513],src:[513],suffix:[513],icon:[513],variant:[513],format:[1537],prefAnimation:[32],prefContrast:[32],prefTheme:[32],prefThemeScheme:[32],language:[32],updateLang:[64]},void 0,{filename:[{handleFilename:0}],downloadable:[{handleDownloadable:0}]}]);function D(){"undefined"!=typeof customElements&&["mds-file-preview","mds-badge","mds-button","mds-icon","mds-img","mds-spinner","mds-text"].forEach((e=>{switch(e){case"mds-file-preview":customElements.get(s(e))||customElements.define(s(e),T);break;case"mds-badge":customElements.get(s(e))||h();break;case"mds-button":customElements.get(s(e))||w();break;case"mds-icon":customElements.get(s(e))||u();break;case"mds-img":customElements.get(s(e))||k();break;case"mds-spinner":customElements.get(s(e))||y();break;case"mds-text":customElements.get(s(e))||x()}}))}export{T as M,D as d}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{proxyCustomElement as t,HTMLElement as r,createEvent as i,h as n,Host as o,transformTag as e}from"@stencil/core/internal/client";import{a,c as s}from"./_commonjsHelpers.js";import{f as c,a as f,b as u,c as h,g as l,d as v,e as d,i as p}from"./locale.it.js";import{L as m}from"./locale.js";import{d as b}from"./mds-badge2.js";import{d as w}from"./mds-icon2.js";import{d as g}from"./mds-text2.js";var x,y={exports:{}},k={exports:{}},_=a(Object.freeze({__proto__:null,default:{}}));function z(){return x||(x=1,k.exports=function(){var 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!==s&&s.crypto&&(r=s.crypto),!r)try{r=_}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 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={},a=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=a.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=null!=r?r:4*t.length},toString:function(t){return(t||u).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=a.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={},u=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)}},h=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)}},l=f.Utf8={stringify:function(t){try{return decodeURIComponent(escape(h.stringify(t)))}catch(t){throw Error("Malformed UTF-8 data")}},parse:function(t){return h.parse(unescape(encodeURIComponent(t)))}},v=e.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=l.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,u=t.min(4*f,e);if(f){for(var h=0;h<f;h+=a)this._doProcessBlock(o,h);i=o.splice(0,f),n.sigBytes-=u}return new c.init(i,u)},clone:function(){var t=a.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0});e.Hasher=v.extend({cfg:a.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){v.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);return t}()),k.exports}var S,B={exports:{}};function F(){return S?B.exports:(S=1,B.exports=function(t){return function(){var r=t.lib,i=r.Base,n=r.WordArray,o=t.x64={};o.Word=i.extend({init:function(t,r){this.high=t,this.low=r}}),o.WordArray=i.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,i=[],o=0;o<r;o++){var e=t[o];i.push(e.high),i.push(e.low)}return n.create(i,this.sigBytes)},clone:function(){for(var t=i.clone.call(this),r=t.words=this.words.slice(0),n=r.length,o=0;o<n;o++)r[o]=r[o].clone();return t}})}(),t}(z()))}var j,R={exports:{}};var E,A={exports:{}};var D,M={exports:{}};function O(){return D?M.exports:(D=1,M.exports=function(t){return 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}(z()))}var U,L={exports:{}};var H,I={exports:{}};function P(){return H?I.exports:(H=1,I.exports=function(t){return 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],v=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],F=e[0],j=e[1],R=e[2],E=e[3];F=f(F,j,R,E,a,7,s[0]),E=f(E,F,j,R,c,12,s[1]),R=f(R,E,F,j,v,17,s[2]),j=f(j,R,E,F,d,22,s[3]),F=f(F,j,R,E,p,7,s[4]),E=f(E,F,j,R,m,12,s[5]),R=f(R,E,F,j,b,17,s[6]),j=f(j,R,E,F,w,22,s[7]),F=f(F,j,R,E,g,7,s[8]),E=f(E,F,j,R,x,12,s[9]),R=f(R,E,F,j,y,17,s[10]),j=f(j,R,E,F,k,22,s[11]),F=f(F,j,R,E,_,7,s[12]),E=f(E,F,j,R,z,12,s[13]),R=f(R,E,F,j,S,17,s[14]),F=u(F,j=f(j,R,E,F,B,22,s[15]),R,E,c,5,s[16]),E=u(E,F,j,R,b,9,s[17]),R=u(R,E,F,j,k,14,s[18]),j=u(j,R,E,F,a,20,s[19]),F=u(F,j,R,E,m,5,s[20]),E=u(E,F,j,R,y,9,s[21]),R=u(R,E,F,j,B,14,s[22]),j=u(j,R,E,F,p,20,s[23]),F=u(F,j,R,E,x,5,s[24]),E=u(E,F,j,R,S,9,s[25]),R=u(R,E,F,j,d,14,s[26]),j=u(j,R,E,F,g,20,s[27]),F=u(F,j,R,E,z,5,s[28]),E=u(E,F,j,R,v,9,s[29]),R=u(R,E,F,j,w,14,s[30]),F=h(F,j=u(j,R,E,F,_,20,s[31]),R,E,m,4,s[32]),E=h(E,F,j,R,g,11,s[33]),R=h(R,E,F,j,k,16,s[34]),j=h(j,R,E,F,S,23,s[35]),F=h(F,j,R,E,c,4,s[36]),E=h(E,F,j,R,p,11,s[37]),R=h(R,E,F,j,w,16,s[38]),j=h(j,R,E,F,y,23,s[39]),F=h(F,j,R,E,z,4,s[40]),E=h(E,F,j,R,a,11,s[41]),R=h(R,E,F,j,d,16,s[42]),j=h(j,R,E,F,b,23,s[43]),F=h(F,j,R,E,x,4,s[44]),E=h(E,F,j,R,_,11,s[45]),R=h(R,E,F,j,B,16,s[46]),F=l(F,j=h(j,R,E,F,v,23,s[47]),R,E,a,6,s[48]),E=l(E,F,j,R,w,10,s[49]),R=l(R,E,F,j,S,15,s[50]),j=l(j,R,E,F,m,21,s[51]),F=l(F,j,R,E,_,6,s[52]),E=l(E,F,j,R,d,10,s[53]),R=l(R,E,F,j,y,15,s[54]),j=l(j,R,E,F,c,21,s[55]),F=l(F,j,R,E,g,6,s[56]),E=l(E,F,j,R,B,10,s[57]),R=l(R,E,F,j,b,15,s[58]),j=l(j,R,E,F,z,21,s[59]),F=l(F,j,R,E,p,6,s[60]),E=l(E,F,j,R,k,10,s[61]),R=l(R,E,F,j,v,15,s[62]),j=l(j,R,E,F,x,21,s[63]),e[0]=e[0]+F|0,e[1]=e[1]+j|0,e[2]=e[2]+R|0,e[3]=e[3]+E|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 u=c[f];c[f]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>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 u(t,r,i,n,o,e,a){var s=t+(r&n|i&~n)+o+a;return(s<<e|s>>>32-e)+r}function h(t,r,i,n,o,e,a){var s=t+(r^i^n)+o+a;return(s<<e|s>>>32-e)+r}function l(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}(z()))}var C,Y={exports:{}};function q(){return C?Y.exports:(C=1,Y.exports=function(t){return function(){var r=t,i=r.lib,n=i.WordArray,o=i.Hasher,e=[],a=r.algo.SHA1=o.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,r){for(var i=this._hash.words,n=i[0],o=i[1],a=i[2],s=i[3],c=i[4],f=0;f<80;f++){if(f<16)e[f]=0|t[r+f];else{var u=e[f-3]^e[f-8]^e[f-14]^e[f-16];e[f]=u<<1|u>>>31}var h=(n<<5|n>>>27)+c+e[f];h+=f<20?1518500249+(o&a|~o&s):f<40?1859775393+(o^a^s):f<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=h}i[0]=i[0]+n|0,i[1]=i[1]+o|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=o.clone.call(this);return t._hash=this._hash.clone(),t}});r.SHA1=o._createHelper(a),r.HmacSHA1=o._createHmacHelper(a)}(),t.SHA1}(z()))}var T,X={exports:{}};function N(){return T||(T=1,X.exports=function(t){return 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=[],u=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],u=i[5],h=i[6],l=i[7],v=0;v<64;v++){if(v<16)f[v]=0|t[r+v];else{var d=f[v-15],p=f[v-2];f[v]=((d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3)+f[v-7]+((p<<15|p>>>17)^(p<<13|p>>>19)^p>>>10)+f[v-16]}var m=n&o^n&e^o&e,b=l+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&h)+c[v]+f[v];l=h,h=u,u=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]+u|0,i[6]=i[6]+h|0,i[7]=i[7]+l|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(u),i.HmacSHA256=e._createHmacHelper(u)}(Math),t.SHA256}(z())),X.exports}var V,W,G={exports:{}};function J(){return W||(W=1,G.exports=function(t){return 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 u=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],u=i[5],h=i[6],l=i[7],v=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,_=u.high,z=u.low,S=h.high,B=h.low,F=l.high,j=l.low,R=v,E=d,A=p,D=m,M=b,O=w,U=g,L=x,H=y,I=k,P=_,C=z,Y=S,q=B,T=F,X=j,N=0;N<80;N++){var V,W,G=f[N];if(N<16)W=G.high=0|t[r+2*N],V=G.low=0|t[r+2*N+1];else{var J=f[N-15],K=J.high,Q=J.low,Z=(Q>>>1|K<<31)^(Q>>>8|K<<24)^(Q>>>7|K<<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=W=(W=(W=((K>>>1|Q<<31)^(K>>>8|Q<<24)^K>>>7)+nt.high+((V=Z+nt.low)>>>0<Z>>>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=H&P^~H&Y,ct=I&C^~I&q,ft=R&A^R&M^A&M,ut=(E>>>28|R<<4)^(E<<30|R>>>2)^(E<<25|R>>>7),ht=c[N],lt=ht.low,vt=T+((H>>>14|I<<18)^(H>>>18|I<<14)^(H<<23|I>>>9))+((at=X+((I>>>14|H<<18)^(I>>>18|H<<14)^(I<<23|H>>>9)))>>>0<X>>>0?1:0),dt=ut+(E&D^E&O^D&O);T=Y,X=q,Y=P,q=C,P=H,C=I,H=U+(vt=(vt=(vt=vt+st+((at+=ct)>>>0<ct>>>0?1:0))+ht.high+((at+=lt)>>>0<lt>>>0?1:0))+W+((at+=V)>>>0<V>>>0?1:0))+((I=L+at|0)>>>0<L>>>0?1:0)|0,U=M,L=O,M=A,O=D,A=R,D=E,R=vt+(((R>>>28|E<<4)^(R<<30|E>>>2)^(R<<25|E>>>7))+ft+(dt>>>0<ut>>>0?1:0))+((E=at+dt|0)>>>0<at>>>0?1:0)|0}d=n.low=d+E,n.high=v+R+(d>>>0<E>>>0?1:0),m=o.low=m+D,o.high=p+A+(m>>>0<D>>>0?1:0),w=e.low=w+O,e.high=b+M+(w>>>0<O>>>0?1:0),x=a.low=x+L,a.high=g+U+(x>>>0<L>>>0?1:0),k=s.low=k+I,s.high=y+H+(k>>>0<I>>>0?1:0),z=u.low=z+C,u.high=_+P+(z>>>0<C>>>0?1:0),B=h.low=B+q,h.high=S+Y+(B>>>0<q>>>0?1:0),j=l.low=j+X,l.high=F+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(u),r.HmacSHA512=i._createHmacHelper(u)}(),t.SHA512}(z(),F())),G.exports}var K,Q,Z={exports:{}};var $,tt,rt={exports:{}};function it(){return tt?rt.exports:(tt=1,rt.exports=function(t){!function(){var r=t.enc.Utf8;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))}})}()}(z()))}var nt,ot,et={exports:{}};function at(){return ot?et.exports:(ot=1,et.exports=function(t){return function(){var r=t,i=r.lib,n=i.Base,o=i.WordArray,e=r.algo,a=e.EvpKDF=n.extend({cfg:n.extend({keySize:4,hasher:e.MD5,iterations:1}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,r){for(var i,n=this.cfg,e=n.hasher.create(),a=o.create(),s=a.words,c=n.keySize,f=n.iterations;s.length<c;){i&&e.update(i),i=e.update(t).finalize(r),e.reset();for(var u=1;u<f;u++)i=e.finalize(i),e.reset();a.concat(i)}return a.sigBytes=4*c,a}});r.EvpKDF=function(t,r,i){return a.create(i).compute(t,r)}}(),t.EvpKDF}(z(),q(),it()))}var st,ct={exports:{}};function ft(){return st?ct.exports:(st=1,ct.exports=function(t){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={},u=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}}),h=f.CBC=function(){var t=u.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}(),l=(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:h,padding:l}),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 v=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),v.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 v.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,v.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)}})}()}(z(),at()))}var ut,ht={exports:{}};var lt,vt={exports:{}};var dt,pt={exports:{}};var mt,bt={exports:{}};var wt,gt,xt,yt,kt,_t,zt,St,Bt,Ft={exports:{}};var jt,Rt,Et,At,Dt,Mt={exports:{}};var Ot=(Dt||(Dt=1,y.exports=function(t){return t}(z(),F(),j||(j=1,R.exports=function(t){return 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}(z())),E||(E=1,A.exports=function(t){return 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}(z())),O(),U||(U=1,L.exports=function(t){return 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}(z())),P(),q(),N(),V||(V=1,function(t){(function(){var r=t,i=r.lib.WordArray,n=r.algo,o=n.SHA256,e=n.SHA224=o.extend({_doReset:function(){this._hash=new i.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var t=o._doFinalize.call(this);return t.sigBytes-=4,t}});r.SHA224=o._createHelper(e),r.HmacSHA224=o._createHmacHelper(e)})()}(z(),N())),J(),K||(K=1,function(t){(function(){var r=t,i=r.x64,n=i.Word,o=i.WordArray,e=r.algo,a=e.SHA512,s=e.SHA384=a.extend({_doReset:function(){this._hash=new o.init([new n.init(3418070365,3238371032),new n.init(1654270250,914150663),new n.init(2438529370,812702999),new n.init(355462360,4144912697),new n.init(1731405415,4290775857),new n.init(2394180231,1750603025),new n.init(3675008525,1694076839),new n.init(1203062813,3204075428)])},_doFinalize:function(){var t=a._doFinalize.call(this);return t.sigBytes-=16,t}});r.SHA384=a._createHelper(s),r.HmacSHA384=a._createHmacHelper(s)})()}(z(),F(),J())),Q||(Q=1,Z.exports=function(t){return function(r){var i=t,n=i.lib,o=n.WordArray,e=n.Hasher,a=i.x64.Word,s=i.algo,c=[],f=[],u=[];!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,h=0,l=0;l<7;l++){if(1&o){var v=(1<<l)-1;v<32?h^=1<<v:s^=1<<v-32}128&o?o=o<<1^113:o<<=1}u[e]=a.create(s,h)}}();var h=[];!function(){for(var t=0;t<25;t++)h[t]=a.create()}();var l=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),(A=i[o]).high^=a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),A.low^=e}for(var s=0;s<24;s++){for(var l=0;l<5;l++){for(var v=0,d=0,p=0;p<5;p++)v^=(A=i[l+5*p]).high,d^=A.low;var m=h[l];m.high=v,m.low=d}for(l=0;l<5;l++){var b=h[(l+4)%5],w=h[(l+1)%5],g=w.high,x=w.low;for(v=b.high^(g<<1|x>>>31),d=b.low^(x<<1|g>>>31),p=0;p<5;p++)(A=i[l+5*p]).high^=v,A.low^=d}for(var y=1;y<25;y++){var k=(A=i[y]).high,_=A.low,z=c[y];z<32?(v=k<<z|_>>>32-z,d=_<<z|k>>>32-z):(v=_<<z-32|k>>>64-z,d=k<<z-32|_>>>64-z);var S=h[f[y]];S.high=v,S.low=d}var B=h[0],F=i[0];for(B.high=F.high,B.low=F.low,l=0;l<5;l++)for(p=0;p<5;p++){var j=h[y=l+5*p],R=h[(l+1)%5+5*p],E=h[(l+2)%5+5*p];(A=i[y]).high=j.high^~R.high&E.high,A.low=j.low^~R.low&E.low}var A,D=u[s];(A=i[0]).high^=D.high,A.low^=D.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=[],u=0;u<c;u++){var h=a[u],l=h.high,v=h.low;l=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8),f.push(v=16711935&(v<<8|v>>>24)|4278255360&(v<<24|v>>>8)),f.push(l)}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(l),i.HmacSHA3=e._createHmacHelper(l)}(Math),t.SHA3}(z(),F())),$||($=1,function(t){
|
|
1
|
+
import{proxyCustomElement as t,HTMLElement as i,createEvent as r,h as n,Host as e,transformTag as o}from"@stencil/core/internal/client";import{a,c as s}from"./_commonjsHelpers.js";import{f as c,a as f,b as h,c as u,g as l,d as v,e as d,i as p}from"./locale.it.js";import{L as m}from"./locale.js";import{s as b}from"./preference.js";import{d as w}from"./mds-badge2.js";import{d as g}from"./mds-icon2.js";import{d as y}from"./mds-text2.js";var x,k={exports:{}},_={exports:{}},z=a(Object.freeze({__proto__:null,default:{}}));function S(){return x||(x=1,_.exports=function(){var t=t||function(t){var i;if("undefined"!=typeof window&&window.crypto&&(i=window.crypto),"undefined"!=typeof self&&self.crypto&&(i=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(i=globalThis.crypto),!i&&"undefined"!=typeof window&&window.msCrypto&&(i=window.msCrypto),!i&&void 0!==s&&s.crypto&&(i=s.crypto),!i)try{i=z}catch(t){}var r=function(){if(i){if("function"==typeof i.getRandomValues)try{return i.getRandomValues(new Uint32Array(1))[0]}catch(t){}if("function"==typeof i.randomBytes)try{return i.randomBytes(4).readInt32LE()}catch(t){}}throw Error("Native crypto module could not be used to get secure random number.")},n=Object.create||function(){function t(){}return function(i){var r;return t.prototype=i,r=new t,t.prototype=null,r}}(),e={},o=e.lib={},a=o.Base={extend:function(t){var i=n(this);return t&&i.mixIn(t),i.hasOwnProperty("init")&&this.init!==i.init||(i.init=function(){i.$super.init.apply(this,arguments)}),i.init.prototype=i,i.$super=this,i},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var i in t)t.hasOwnProperty(i)&&(this[i]=t[i]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}},c=o.WordArray=a.extend({init:function(t,i){t=this.words=t||[],this.sigBytes=null!=i?i:4*t.length},toString:function(t){return(t||h).stringify(this)},concat:function(t){var i=this.words,r=t.words,n=this.sigBytes,e=t.sigBytes;if(this.clamp(),n%4)for(var o=0;o<e;o++)i[n+o>>>2]|=(r[o>>>2]>>>24-o%4*8&255)<<24-(n+o)%4*8;else for(var a=0;a<e;a+=4)i[n+a>>>2]=r[a>>>2];return this.sigBytes+=e,this},clamp:function(){var i=this.words,r=this.sigBytes;i[r>>>2]&=4294967295<<32-r%4*8,i.length=t.ceil(r/4)},clone:function(){var t=a.clone.call(this);return t.words=this.words.slice(0),t},random:function(t){for(var i=[],n=0;n<t;n+=4)i.push(r());return new c.init(i,t)}}),f=e.enc={},h=f.Hex={stringify:function(t){for(var i=t.words,r=t.sigBytes,n=[],e=0;e<r;e++){var o=i[e>>>2]>>>24-e%4*8&255;n.push((o>>>4).toString(16)),n.push((15&o).toString(16))}return n.join("")},parse:function(t){for(var i=t.length,r=[],n=0;n<i;n+=2)r[n>>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new c.init(r,i/2)}},u=f.Latin1={stringify:function(t){for(var i=t.words,r=t.sigBytes,n=[],e=0;e<r;e++)n.push(String.fromCharCode(i[e>>>2]>>>24-e%4*8&255));return n.join("")},parse:function(t){for(var i=t.length,r=[],n=0;n<i;n++)r[n>>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new c.init(r,i)}},l=f.Utf8={stringify:function(t){try{return decodeURIComponent(escape(u.stringify(t)))}catch(t){throw Error("Malformed UTF-8 data")}},parse:function(t){return u.parse(unescape(encodeURIComponent(t)))}},v=o.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=l.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(i){var r,n=this._data,e=n.words,o=n.sigBytes,a=this.blockSize,s=o/(4*a),f=(s=i?t.ceil(s):t.max((0|s)-this._minBufferSize,0))*a,h=t.min(4*f,o);if(f){for(var u=0;u<f;u+=a)this._doProcessBlock(e,u);r=e.splice(0,f),n.sigBytes-=h}return new c.init(r,h)},clone:function(){var t=a.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0});o.Hasher=v.extend({cfg:a.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){v.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(i,r){return new t.init(r).finalize(i)}},_createHmacHelper:function(t){return function(i,r){return new d.HMAC.init(t,r).finalize(i)}}});var d=e.algo={};return e}(Math);return t}()),_.exports}var B,j={exports:{}};function F(){return B?j.exports:(B=1,j.exports=function(t){return function(){var i=t.lib,r=i.Base,n=i.WordArray,e=t.x64={};e.Word=r.extend({init:function(t,i){this.high=t,this.low=i}}),e.WordArray=r.extend({init:function(t,i){t=this.words=t||[],this.sigBytes=null!=i?i:8*t.length},toX32:function(){for(var t=this.words,i=t.length,r=[],e=0;e<i;e++){var o=t[e];r.push(o.high),r.push(o.low)}return n.create(r,this.sigBytes)},clone:function(){for(var t=r.clone.call(this),i=t.words=this.words.slice(0),n=i.length,e=0;e<n;e++)i[e]=i[e].clone();return t}})}(),t}(S()))}var R,A={exports:{}};var E,D={exports:{}};var M,O={exports:{}};function C(){return M?O.exports:(M=1,O.exports=function(t){return function(){var i=t.lib.WordArray;t.enc.Base64={stringify:function(t){var i=t.words,r=t.sigBytes,n=this._map;t.clamp();for(var e=[],o=0;o<r;o+=3)for(var a=(i[o>>>2]>>>24-o%4*8&255)<<16|(i[o+1>>>2]>>>24-(o+1)%4*8&255)<<8|i[o+2>>>2]>>>24-(o+2)%4*8&255,s=0;s<4&&o+.75*s<r;s++)e.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;e.length%4;)e.push(c);return e.join("")},parse:function(t){var r=t.length,n=this._map,e=this._reverseMap;if(!e){e=this._reverseMap=[];for(var o=0;o<n.length;o++)e[n.charCodeAt(o)]=o}var a=n.charAt(64);if(a){var s=t.indexOf(a);-1!==s&&(r=s)}return function(t,r,n){for(var e=[],o=0,a=0;a<r;a++)if(a%4){var s=n[t.charCodeAt(a-1)]<<a%4*2,c=n[t.charCodeAt(a)]>>>6-a%4*2;e[o>>>2]|=(s|c)<<24-o%4*8,o++}return i.create(e,o)}(t,r,e)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),t.enc.Base64}(S()))}var U,L={exports:{}};var H,I={exports:{}};function P(){return H?I.exports:(H=1,I.exports=function(t){return function(i){var r=t,n=r.lib,e=n.WordArray,o=n.Hasher,a=r.algo,s=[];!function(){for(var t=0;t<64;t++)s[t]=4294967296*i.abs(i.sin(t+1))|0}();var c=a.MD5=o.extend({_doReset:function(){this._hash=new e.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(t,i){for(var r=0;r<16;r++){var n=i+r,e=t[n];t[n]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8)}var o=this._hash.words,a=t[i+0],c=t[i+1],v=t[i+2],d=t[i+3],p=t[i+4],m=t[i+5],b=t[i+6],w=t[i+7],g=t[i+8],y=t[i+9],x=t[i+10],k=t[i+11],_=t[i+12],z=t[i+13],S=t[i+14],B=t[i+15],j=o[0],F=o[1],R=o[2],A=o[3];j=f(j,F,R,A,a,7,s[0]),A=f(A,j,F,R,c,12,s[1]),R=f(R,A,j,F,v,17,s[2]),F=f(F,R,A,j,d,22,s[3]),j=f(j,F,R,A,p,7,s[4]),A=f(A,j,F,R,m,12,s[5]),R=f(R,A,j,F,b,17,s[6]),F=f(F,R,A,j,w,22,s[7]),j=f(j,F,R,A,g,7,s[8]),A=f(A,j,F,R,y,12,s[9]),R=f(R,A,j,F,x,17,s[10]),F=f(F,R,A,j,k,22,s[11]),j=f(j,F,R,A,_,7,s[12]),A=f(A,j,F,R,z,12,s[13]),R=f(R,A,j,F,S,17,s[14]),j=h(j,F=f(F,R,A,j,B,22,s[15]),R,A,c,5,s[16]),A=h(A,j,F,R,b,9,s[17]),R=h(R,A,j,F,k,14,s[18]),F=h(F,R,A,j,a,20,s[19]),j=h(j,F,R,A,m,5,s[20]),A=h(A,j,F,R,x,9,s[21]),R=h(R,A,j,F,B,14,s[22]),F=h(F,R,A,j,p,20,s[23]),j=h(j,F,R,A,y,5,s[24]),A=h(A,j,F,R,S,9,s[25]),R=h(R,A,j,F,d,14,s[26]),F=h(F,R,A,j,g,20,s[27]),j=h(j,F,R,A,z,5,s[28]),A=h(A,j,F,R,v,9,s[29]),R=h(R,A,j,F,w,14,s[30]),j=u(j,F=h(F,R,A,j,_,20,s[31]),R,A,m,4,s[32]),A=u(A,j,F,R,g,11,s[33]),R=u(R,A,j,F,k,16,s[34]),F=u(F,R,A,j,S,23,s[35]),j=u(j,F,R,A,c,4,s[36]),A=u(A,j,F,R,p,11,s[37]),R=u(R,A,j,F,w,16,s[38]),F=u(F,R,A,j,x,23,s[39]),j=u(j,F,R,A,z,4,s[40]),A=u(A,j,F,R,a,11,s[41]),R=u(R,A,j,F,d,16,s[42]),F=u(F,R,A,j,b,23,s[43]),j=u(j,F,R,A,y,4,s[44]),A=u(A,j,F,R,_,11,s[45]),R=u(R,A,j,F,B,16,s[46]),j=l(j,F=u(F,R,A,j,v,23,s[47]),R,A,a,6,s[48]),A=l(A,j,F,R,w,10,s[49]),R=l(R,A,j,F,S,15,s[50]),F=l(F,R,A,j,m,21,s[51]),j=l(j,F,R,A,_,6,s[52]),A=l(A,j,F,R,d,10,s[53]),R=l(R,A,j,F,x,15,s[54]),F=l(F,R,A,j,c,21,s[55]),j=l(j,F,R,A,g,6,s[56]),A=l(A,j,F,R,B,10,s[57]),R=l(R,A,j,F,b,15,s[58]),F=l(F,R,A,j,z,21,s[59]),j=l(j,F,R,A,p,6,s[60]),A=l(A,j,F,R,k,10,s[61]),R=l(R,A,j,F,v,15,s[62]),F=l(F,R,A,j,y,21,s[63]),o[0]=o[0]+j|0,o[1]=o[1]+F|0,o[2]=o[2]+R|0,o[3]=o[3]+A|0},_doFinalize:function(){var t=this._data,r=t.words,n=8*this._nDataBytes,e=8*t.sigBytes;r[e>>>5]|=128<<24-e%32;var o=i.floor(n/4294967296),a=n;r[15+(e+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),r[14+(e+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),t.sigBytes=4*(r.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=o.clone.call(this);return t._hash=this._hash.clone(),t}});function f(t,i,r,n,e,o,a){var s=t+(i&r|~i&n)+e+a;return(s<<o|s>>>32-o)+i}function h(t,i,r,n,e,o,a){var s=t+(i&n|r&~n)+e+a;return(s<<o|s>>>32-o)+i}function u(t,i,r,n,e,o,a){var s=t+(i^r^n)+e+a;return(s<<o|s>>>32-o)+i}function l(t,i,r,n,e,o,a){var s=t+(r^(i|~n))+e+a;return(s<<o|s>>>32-o)+i}r.MD5=o._createHelper(c),r.HmacMD5=o._createHmacHelper(c)}(Math),t.MD5}(S()))}var T,Y={exports:{}};function q(){return T?Y.exports:(T=1,Y.exports=function(t){return function(){var i=t,r=i.lib,n=r.WordArray,e=r.Hasher,o=[],a=i.algo.SHA1=e.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,i){for(var r=this._hash.words,n=r[0],e=r[1],a=r[2],s=r[3],c=r[4],f=0;f<80;f++){if(f<16)o[f]=0|t[i+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}r[0]=r[0]+n|0,r[1]=r[1]+e|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var t=this._data,i=t.words,r=8*this._nDataBytes,n=8*t.sigBytes;return i[n>>>5]|=128<<24-n%32,i[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),i[15+(n+64>>>9<<4)]=r,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.SHA1=e._createHelper(a),i.HmacSHA1=e._createHmacHelper(a)}(),t.SHA1}(S()))}var X,N={exports:{}};function V(){return X||(X=1,N.exports=function(t){return function(i){var r=t,n=r.lib,e=n.WordArray,o=n.Hasher,a=r.algo,s=[],c=[];!function(){function t(t){for(var r=i.sqrt(t),n=2;n<=r;n++)if(!(t%n))return!1;return!0}function r(t){return 4294967296*(t-(0|t))|0}for(var n=2,e=0;e<64;)t(n)&&(e<8&&(s[e]=r(i.pow(n,.5))),c[e]=r(i.pow(n,1/3)),e++),n++}();var f=[],h=a.SHA256=o.extend({_doReset:function(){this._hash=new e.init(s.slice(0))},_doProcessBlock:function(t,i){for(var r=this._hash.words,n=r[0],e=r[1],o=r[2],a=r[3],s=r[4],h=r[5],u=r[6],l=r[7],v=0;v<64;v++){if(v<16)f[v]=0|t[i+v];else{var d=f[v-15],p=f[v-2];f[v]=((d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3)+f[v-7]+((p<<15|p>>>17)^(p<<13|p>>>19)^p>>>10)+f[v-16]}var m=n&e^n&o^e&o,b=l+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&h^~s&u)+c[v]+f[v];l=u,u=h,h=s,s=a+b|0,a=o,o=e,e=n,n=b+(((n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22))+m)|0}r[0]=r[0]+n|0,r[1]=r[1]+e|0,r[2]=r[2]+o|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+h|0,r[6]=r[6]+u|0,r[7]=r[7]+l|0},_doFinalize:function(){var t=this._data,r=t.words,n=8*this._nDataBytes,e=8*t.sigBytes;return r[e>>>5]|=128<<24-e%32,r[14+(e+64>>>9<<4)]=i.floor(n/4294967296),r[15+(e+64>>>9<<4)]=n,t.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var t=o.clone.call(this);return t._hash=this._hash.clone(),t}});r.SHA256=o._createHelper(h),r.HmacSHA256=o._createHmacHelper(h)}(Math),t.SHA256}(S())),N.exports}var W,G,J={exports:{}};function K(){return G||(G=1,J.exports=function(t){return function(){var i=t,r=i.lib.Hasher,n=i.x64,e=n.Word,o=n.WordArray,a=i.algo;function s(){return e.create.apply(e,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=r.extend({_doReset:function(){this._hash=new o.init([new e.init(1779033703,4089235720),new e.init(3144134277,2227873595),new e.init(1013904242,4271175723),new e.init(2773480762,1595750129),new e.init(1359893119,2917565137),new e.init(2600822924,725511199),new e.init(528734635,4215389547),new e.init(1541459225,327033209)])},_doProcessBlock:function(t,i){for(var r=this._hash.words,n=r[0],e=r[1],o=r[2],a=r[3],s=r[4],h=r[5],u=r[6],l=r[7],v=n.high,d=n.low,p=e.high,m=e.low,b=o.high,w=o.low,g=a.high,y=a.low,x=s.high,k=s.low,_=h.high,z=h.low,S=u.high,B=u.low,j=l.high,F=l.low,R=v,A=d,E=p,D=m,M=b,O=w,C=g,U=y,L=x,H=k,I=_,P=z,T=S,Y=B,q=j,X=F,N=0;N<80;N++){var V,W,G=f[N];if(N<16)W=G.high=0|t[i+2*N],V=G.low=0|t[i+2*N+1];else{var J=f[N-15],K=J.high,Q=J.low,Z=(Q>>>1|K<<31)^(Q>>>8|K<<24)^(Q>>>7|K<<25),$=f[N-2],tt=$.high,it=$.low,rt=(it>>>19|tt<<13)^(it<<3|tt>>>29)^(it>>>6|tt<<26),nt=f[N-7],et=f[N-16],ot=et.low;G.high=W=(W=(W=((K>>>1|Q<<31)^(K>>>8|Q<<24)^K>>>7)+nt.high+((V=Z+nt.low)>>>0<Z>>>0?1:0))+((tt>>>19|it<<13)^(tt<<3|it>>>29)^tt>>>6)+((V+=rt)>>>0<rt>>>0?1:0))+et.high+((V+=ot)>>>0<ot>>>0?1:0),G.low=V}var at,st=L&I^~L&T,ct=H&P^~H&Y,ft=R&E^R&M^E&M,ht=(A>>>28|R<<4)^(A<<30|R>>>2)^(A<<25|R>>>7),ut=c[N],lt=ut.low,vt=q+((L>>>14|H<<18)^(L>>>18|H<<14)^(L<<23|H>>>9))+((at=X+((H>>>14|L<<18)^(H>>>18|L<<14)^(H<<23|L>>>9)))>>>0<X>>>0?1:0),dt=ht+(A&D^A&O^D&O);q=T,X=Y,T=I,Y=P,I=L,P=H,L=C+(vt=(vt=(vt=vt+st+((at+=ct)>>>0<ct>>>0?1:0))+ut.high+((at+=lt)>>>0<lt>>>0?1:0))+W+((at+=V)>>>0<V>>>0?1:0))+((H=U+at|0)>>>0<U>>>0?1:0)|0,C=M,U=O,M=E,O=D,E=R,D=A,R=vt+(((R>>>28|A<<4)^(R<<30|A>>>2)^(R<<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=v+R+(d>>>0<A>>>0?1:0),m=e.low=m+D,e.high=p+E+(m>>>0<D>>>0?1:0),w=o.low=w+O,o.high=b+M+(w>>>0<O>>>0?1:0),y=a.low=y+U,a.high=g+C+(y>>>0<U>>>0?1:0),k=s.low=k+H,s.high=x+L+(k>>>0<H>>>0?1:0),z=h.low=z+P,h.high=_+I+(z>>>0<P>>>0?1:0),B=u.low=B+Y,u.high=S+T+(B>>>0<Y>>>0?1:0),F=l.low=F+X,l.high=j+q+(F>>>0<X>>>0?1:0)},_doFinalize:function(){var t=this._data,i=t.words,r=8*this._nDataBytes,n=8*t.sigBytes;return i[n>>>5]|=128<<24-n%32,i[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),i[31+(n+128>>>10<<5)]=r,t.sigBytes=4*i.length,this._process(),this._hash.toX32()},clone:function(){var t=r.clone.call(this);return t._hash=this._hash.clone(),t},blockSize:32});i.SHA512=r._createHelper(h),i.HmacSHA512=r._createHmacHelper(h)}(),t.SHA512}(S(),F())),J.exports}var Q,Z,$={exports:{}};var tt,it,rt={exports:{}};function nt(){return it?rt.exports:(it=1,rt.exports=function(t){!function(){var i=t.enc.Utf8;t.algo.HMAC=t.lib.Base.extend({init:function(t,r){t=this._hasher=new t.init,"string"==typeof r&&(r=i.parse(r));var n=t.blockSize,e=4*n;r.sigBytes>e&&(r=t.finalize(r)),r.clamp();for(var o=this._oKey=r.clone(),a=this._iKey=r.clone(),s=o.words,c=a.words,f=0;f<n;f++)s[f]^=1549556828,c[f]^=909522486;o.sigBytes=a.sigBytes=e,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 i=this._hasher,r=i.finalize(t);return i.reset(),i.finalize(this._oKey.clone().concat(r))}})}()}(S()))}var et,ot,at={exports:{}};function st(){return ot?at.exports:(ot=1,at.exports=function(t){return function(){var i=t,r=i.lib,n=r.Base,e=r.WordArray,o=i.algo,a=o.EvpKDF=n.extend({cfg:n.extend({keySize:4,hasher:o.MD5,iterations:1}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,i){for(var r,n=this.cfg,o=n.hasher.create(),a=e.create(),s=a.words,c=n.keySize,f=n.iterations;s.length<c;){r&&o.update(r),r=o.update(t).finalize(i),o.reset();for(var h=1;h<f;h++)r=o.finalize(r),o.reset();a.concat(r)}return a.sigBytes=4*c,a}});i.EvpKDF=function(t,i,r){return a.create(r).compute(t,i)}}(),t.EvpKDF}(S(),q(),nt()))}var ct,ft={exports:{}};function ht(){return ct?ft.exports:(ct=1,ft.exports=function(t){t.lib.Cipher||function(){var i=t,r=i.lib,n=r.Base,e=r.WordArray,o=r.BufferedBlockAlgorithm,a=i.enc.Base64,s=i.algo.EvpKDF,c=r.Cipher=o.extend({cfg:n.extend(),createEncryptor:function(t,i){return this.create(this._ENC_XFORM_MODE,t,i)},createDecryptor:function(t,i){return this.create(this._DEC_XFORM_MODE,t,i)},init:function(t,i,r){this.cfg=this.cfg.extend(r),this._xformMode=t,this._key=i,this.reset()},reset:function(){o.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(i){return{encrypt:function(r,n,e){return t(n).encrypt(i,r,n,e)},decrypt:function(r,n,e){return t(n).decrypt(i,r,n,e)}}}}()});r.StreamCipher=c.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var f=i.mode={},h=r.BlockCipherMode=n.extend({createEncryptor:function(t,i){return this.Encryptor.create(t,i)},createDecryptor:function(t,i){return this.Decryptor.create(t,i)},init:function(t,i){this._cipher=t,this._iv=i}}),u=f.CBC=function(){var t=h.extend();function i(t,i,r){var n,e=this._iv;e?(n=e,this._iv=undefined):n=this._prevBlock;for(var o=0;o<r;o++)t[i+o]^=n[o]}return t.Encryptor=t.extend({processBlock:function(t,r){var n=this._cipher,e=n.blockSize;i.call(this,t,r,e),n.encryptBlock(t,r),this._prevBlock=t.slice(r,r+e)}}),t.Decryptor=t.extend({processBlock:function(t,r){var n=this._cipher,e=n.blockSize,o=t.slice(r,r+e);n.decryptBlock(t,r),i.call(this,t,r,e),this._prevBlock=o}}),t}(),l=(i.pad={}).Pkcs7={pad:function(t,i){for(var r=4*i,n=r-t.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=e.create(a,n);t.concat(c)},unpad:function(t){t.sigBytes-=255&t.words[t.sigBytes-1>>>2]}};r.BlockCipher=c.extend({cfg:c.cfg.extend({mode:u,padding:l}),reset:function(){var t;c.reset.call(this);var i=this.cfg,r=i.iv,n=i.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,r&&r.words):(this._mode=t.call(n,this,r&&r.words),this._mode.__creator=t)},_doProcessBlock:function(t,i){this._mode.processBlock(t,i)},_doFinalize:function(){var t,i=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(i.pad(this._data,this.blockSize),t=this._process(!0)):(t=this._process(!0),i.unpad(t)),t},blockSize:4});var v=r.CipherParams=n.extend({init:function(t){this.mixIn(t)},toString:function(t){return(t||this.formatter).stringify(this)}}),d=(i.format={}).OpenSSL={stringify:function(t){var i=t.ciphertext,r=t.salt;return(r?e.create([1398893684,1701076831]).concat(r).concat(i):i).toString(a)},parse:function(t){var i,r=a.parse(t),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(i=e.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:i})}},p=r.SerializableCipher=n.extend({cfg:n.extend({format:d}),encrypt:function(t,i,r,n){n=this.cfg.extend(n);var e=t.createEncryptor(r,n),o=e.finalize(i),a=e.cfg;return v.create({ciphertext:o,key:r,iv:a.iv,algorithm:t,mode:a.mode,padding:a.padding,blockSize:t.blockSize,formatter:n.format})},decrypt:function(t,i,r,n){return n=this.cfg.extend(n),i=this._parse(i,n.format),t.createDecryptor(r,n).finalize(i.ciphertext)},_parse:function(t,i){return"string"==typeof t?i.parse(t,this):t}}),m=(i.kdf={}).OpenSSL={execute:function(t,i,r,n,o){if(n||(n=e.random(8)),o)a=s.create({keySize:i+r,hasher:o}).compute(t,n);else var a=s.create({keySize:i+r}).compute(t,n);var c=e.create(a.words.slice(i),4*r);return a.sigBytes=4*i,v.create({key:a,iv:c,salt:n})}},b=r.PasswordBasedCipher=p.extend({cfg:p.cfg.extend({kdf:m}),encrypt:function(t,i,r,n){var e=(n=this.cfg.extend(n)).kdf.execute(r,t.keySize,t.ivSize,n.salt,n.hasher);n.iv=e.iv;var o=p.encrypt.call(this,t,i,e.key,n);return o.mixIn(e),o},decrypt:function(t,i,r,n){n=this.cfg.extend(n),i=this._parse(i,n.format);var e=n.kdf.execute(r,t.keySize,t.ivSize,i.salt,n.hasher);return n.iv=e.iv,p.decrypt.call(this,t,i,e.key,n)}})}()}(S(),st()))}var ut,lt={exports:{}};var vt,dt={exports:{}};var pt,mt={exports:{}};var bt,wt={exports:{}};var gt,yt,xt,kt,_t,zt,St,Bt,jt,Ft={exports:{}};var Rt,At,Et,Dt,Mt,Ot={exports:{}};var Ct=(Mt||(Mt=1,k.exports=function(t){return t}(S(),F(),R||(R=1,A.exports=function(t){return function(){if("function"==typeof ArrayBuffer){var i=t.lib.WordArray,r=i.init,n=i.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 i=t.byteLength,n=[],e=0;e<i;e++)n[e>>>2]|=t[e]<<24-e%4*8;r.call(this,n,i)}else r.apply(this,arguments)};n.prototype=i}}(),t.lib.WordArray}(S())),E||(E=1,D.exports=function(t){return function(){var i=t.lib.WordArray,r=t.enc;function n(t){return t<<8&4278255360|t>>>8&16711935}r.Utf16=r.Utf16BE={stringify:function(t){for(var i=t.words,r=t.sigBytes,n=[],e=0;e<r;e+=2)n.push(String.fromCharCode(i[e>>>2]>>>16-e%4*8&65535));return n.join("")},parse:function(t){for(var r=t.length,n=[],e=0;e<r;e++)n[e>>>1]|=t.charCodeAt(e)<<16-e%2*16;return i.create(n,2*r)}},r.Utf16LE={stringify:function(t){for(var i=t.words,r=t.sigBytes,e=[],o=0;o<r;o+=2){var a=n(i[o>>>2]>>>16-o%4*8&65535);e.push(String.fromCharCode(a))}return e.join("")},parse:function(t){for(var r=t.length,e=[],o=0;o<r;o++)e[o>>>1]|=n(t.charCodeAt(o)<<16-o%2*16);return i.create(e,2*r)}}}(),t.enc.Utf16}(S())),C(),U||(U=1,L.exports=function(t){return function(){var i=t.lib.WordArray;t.enc.Base64url={stringify:function(t,i){void 0===i&&(i=!0);var r=t.words,n=t.sigBytes,e=i?this._safe_map:this._map;t.clamp();for(var o=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)o.push(e.charAt(s>>>6*(3-c)&63));var f=e.charAt(64);if(f)for(;o.length%4;)o.push(f);return o.join("")},parse:function(t,r){void 0===r&&(r=!0);var n=t.length,e=r?this._safe_map:this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var a=0;a<e.length;a++)o[e.charCodeAt(a)]=a}var s=e.charAt(64);if(s){var c=t.indexOf(s);-1!==c&&(n=c)}return function(t,r,n){for(var e=[],o=0,a=0;a<r;a++)if(a%4){var s=n[t.charCodeAt(a-1)]<<a%4*2,c=n[t.charCodeAt(a)]>>>6-a%4*2;e[o>>>2]|=(s|c)<<24-o%4*8,o++}return i.create(e,o)}(t,n,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),t.enc.Base64url}(S())),P(),q(),V(),W||(W=1,function(t){(function(){var i=t,r=i.lib.WordArray,n=i.algo,e=n.SHA256,o=n.SHA224=e.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var t=e._doFinalize.call(this);return t.sigBytes-=4,t}});i.SHA224=e._createHelper(o),i.HmacSHA224=e._createHmacHelper(o)})()}(S(),V())),K(),Q||(Q=1,function(t){(function(){var i=t,r=i.x64,n=r.Word,e=r.WordArray,o=i.algo,a=o.SHA512,s=o.SHA384=a.extend({_doReset:function(){this._hash=new e.init([new n.init(3418070365,3238371032),new n.init(1654270250,914150663),new n.init(2438529370,812702999),new n.init(355462360,4144912697),new n.init(1731405415,4290775857),new n.init(2394180231,1750603025),new n.init(3675008525,1694076839),new n.init(1203062813,3204075428)])},_doFinalize:function(){var t=a._doFinalize.call(this);return t.sigBytes-=16,t}});i.SHA384=a._createHelper(s),i.HmacSHA384=a._createHmacHelper(s)})()}(S(),F(),K())),Z||(Z=1,$.exports=function(t){return function(i){var r=t,n=r.lib,e=n.WordArray,o=n.Hasher,a=r.x64.Word,s=r.algo,c=[],f=[],h=[];!function(){for(var t=1,i=0,r=0;r<24;r++){c[t+5*i]=(r+1)*(r+2)/2%64;var n=(2*t+3*i)%5;t=i%5,i=n}for(t=0;t<5;t++)for(i=0;i<5;i++)f[t+5*i]=i+(2*t+3*i)%5*5;for(var e=1,o=0;o<24;o++){for(var s=0,u=0,l=0;l<7;l++){if(1&e){var v=(1<<l)-1;v<32?u^=1<<v:s^=1<<v-32}128&e?e=e<<1^113:e<<=1}h[o]=a.create(s,u)}}();var u=[];!function(){for(var t=0;t<25;t++)u[t]=a.create()}();var l=s.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var t=this._state=[],i=0;i<25;i++)t[i]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(t,i){for(var r=this._state,n=this.blockSize/2,e=0;e<n;e++){var o=t[i+2*e],a=t[i+2*e+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),(E=r[e]).high^=a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),E.low^=o}for(var s=0;s<24;s++){for(var l=0;l<5;l++){for(var v=0,d=0,p=0;p<5;p++)v^=(E=r[l+5*p]).high,d^=E.low;var m=u[l];m.high=v,m.low=d}for(l=0;l<5;l++){var b=u[(l+4)%5],w=u[(l+1)%5],g=w.high,y=w.low;for(v=b.high^(g<<1|y>>>31),d=b.low^(y<<1|g>>>31),p=0;p<5;p++)(E=r[l+5*p]).high^=v,E.low^=d}for(var x=1;x<25;x++){var k=(E=r[x]).high,_=E.low,z=c[x];z<32?(v=k<<z|_>>>32-z,d=_<<z|k>>>32-z):(v=_<<z-32|k>>>64-z,d=k<<z-32|_>>>64-z);var S=u[f[x]];S.high=v,S.low=d}var B=u[0],j=r[0];for(B.high=j.high,B.low=j.low,l=0;l<5;l++)for(p=0;p<5;p++){var F=u[x=l+5*p],R=u[(l+1)%5+5*p],A=u[(l+2)%5+5*p];(E=r[x]).high=F.high^~R.high&A.high,E.low=F.low^~R.low&A.low}var E,D=h[s];(E=r[0]).high^=D.high,E.low^=D.low}},_doFinalize:function(){var t=this._data,r=t.words,n=8*t.sigBytes,o=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(i.ceil((n+1)/o)*o>>>5)-1]|=128,t.sigBytes=4*r.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],l=u.high,v=u.low;l=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8),f.push(v=16711935&(v<<8|v>>>24)|4278255360&(v<<24|v>>>8)),f.push(l)}return new e.init(f,s)},clone:function(){for(var t=o.clone.call(this),i=t._state=this._state.slice(0),r=0;r<25;r++)i[r]=i[r].clone();return t}});r.SHA3=o._createHelper(l),r.HmacSHA3=o._createHmacHelper(l)}(Math),t.SHA3}(S(),F())),tt||(tt=1,function(t){
|
|
2
2
|
/** @preserve
|
|
3
3
|
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
4
4
|
|
|
@@ -9,10 +9,10 @@ import{proxyCustomElement as t,HTMLElement as r,createEvent as i,h as n,Host as
|
|
|
9
9
|
|
|
10
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
11
|
*/
|
|
12
|
-
(function(){var
|
|
12
|
+
(function(){var i=t,r=i.lib,n=r.WordArray,e=r.Hasher,o=i.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]),l=o.RIPEMD160=e.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,i){for(var r=0;r<16;r++){var n=i+r,e=t[n];t[n]=16711935&(e<<8|e>>>24)|4278255360&(e<<24|e>>>8)}var o,l,g,y,x,k,_,z,S,B,j,F=this._hash.words,R=h.words,A=u.words,E=a.words,D=s.words,M=c.words,O=f.words;for(k=o=F[0],_=l=F[1],z=g=F[2],S=y=F[3],B=x=F[4],r=0;r<80;r+=1)j=o+t[i+E[r]]|0,j+=r<16?v(l,g,y)+R[0]:r<32?d(l,g,y)+R[1]:r<48?p(l,g,y)+R[2]:r<64?m(l,g,y)+R[3]:b(l,g,y)+R[4],j=(j=w(j|=0,M[r]))+x|0,o=x,x=y,y=w(g,10),g=l,l=j,j=k+t[i+D[r]]|0,j+=r<16?b(_,z,S)+A[0]:r<32?m(_,z,S)+A[1]:r<48?p(_,z,S)+A[2]:r<64?d(_,z,S)+A[3]:v(_,z,S)+A[4],j=(j=w(j|=0,O[r]))+B|0,k=B,B=S,S=w(z,10),z=_,_=j;j=F[1]+g+S|0,F[1]=F[2]+y+B|0,F[2]=F[3]+x+k|0,F[3]=F[4]+o+_|0,F[4]=F[0]+l+z|0,F[0]=j},_doFinalize:function(){var t=this._data,i=t.words,r=8*this._nDataBytes,n=8*t.sigBytes;i[n>>>5]|=128<<24-n%32,i[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),t.sigBytes=4*(i.length+1),this._process();for(var e=this._hash,o=e.words,a=0;a<5;a++){var s=o[a];o[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return e},clone:function(){var t=e.clone.call(this);return t._hash=this._hash.clone(),t}});function v(t,i,r){return t^i^r}function d(t,i,r){return t&i|~t&r}function p(t,i,r){return(t|~i)^r}function m(t,i,r){return t&r|i&~r}function b(t,i,r){return t^(i|~r)}function w(t,i){return t<<i|t>>>32-i}i.RIPEMD160=e._createHelper(l),i.HmacRIPEMD160=e._createHmacHelper(l)})()}(S())),nt(),et||(et=1,function(t){(function(){var i=t,r=i.lib,n=r.Base,e=r.WordArray,o=i.algo,a=o.HMAC,s=o.PBKDF2=n.extend({cfg:n.extend({keySize:4,hasher:o.SHA256,iterations:25e4}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,i){for(var r=this.cfg,n=a.create(r.hasher,t),o=e.create(),s=e.create([1]),c=o.words,f=s.words,h=r.keySize,u=r.iterations;c.length<h;){var l=n.update(i).finalize(s);n.reset();for(var v=l.words,d=v.length,p=l,m=1;m<u;m++){p=n.finalize(p),n.reset();for(var b=p.words,w=0;w<d;w++)v[w]^=b[w]}o.concat(l),f[0]++}return o.sigBytes=4*h,o}});i.PBKDF2=function(t,i,r){return s.create(r).compute(t,i)}})()}(S(),V(),nt())),st(),ht(),ut||(ut=1,lt.exports=function(t){return t.mode.CFB=function(){var i=t.lib.BlockCipherMode.extend();function r(t,i,r,n){var e,o=this._iv;o?(e=o.slice(0),this._iv=void 0):e=this._prevBlock,n.encryptBlock(e,0);for(var a=0;a<r;a++)t[i+a]^=e[a]}return i.Encryptor=i.extend({processBlock:function(t,i){var n=this._cipher,e=n.blockSize;r.call(this,t,i,e,n),this._prevBlock=t.slice(i,i+e)}}),i.Decryptor=i.extend({processBlock:function(t,i){var n=this._cipher,e=n.blockSize,o=t.slice(i,i+e);r.call(this,t,i,e,n),this._prevBlock=o}}),i}(),t.mode.CFB}(S(),ht())),vt||(vt=1,dt.exports=function(t){return t.mode.CTR=function(){var i=t.lib.BlockCipherMode.extend(),r=i.Encryptor=i.extend({processBlock:function(t,i){var r=this._cipher,n=r.blockSize,e=this._iv,o=this._counter;e&&(o=this._counter=e.slice(0),this._iv=void 0);var a=o.slice(0);r.encryptBlock(a,0),o[n-1]=o[n-1]+1|0;for(var s=0;s<n;s++)t[i+s]^=a[s]}});return i.Decryptor=r,i}(),t.mode.CTR}(S(),ht())),pt||(pt=1,mt.exports=function(t){
|
|
13
13
|
/** @preserve
|
|
14
14
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
15
15
|
* derived from CryptoJS.mode.CTR
|
|
16
16
|
* Jan Hruby jhruby.web@gmail.com
|
|
17
17
|
*/
|
|
18
|
-
return 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}(z(),ft())),mt||(mt=1,bt.exports=function(t){return t.mode.OFB=function(){var r=t.lib.BlockCipherMode.extend(),i=r.Encryptor=r.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]}});return r.Decryptor=i,r}(),t.mode.OFB}(z(),ft())),wt||(wt=1,function(t){t.mode.ECB=function(){var r=t.lib.BlockCipherMode.extend();return r.Encryptor=r.extend({processBlock:function(t,r){this._cipher.encryptBlock(t,r)}}),r.Decryptor=r.extend({processBlock:function(t,r){this._cipher.decryptBlock(t,r)}}),r}()}(z(),ft())),gt||(gt=1,function(t){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]}}}(z(),ft())),xt||(xt=1,function(t){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]}}}(z(),ft())),yt||(yt=1,function(t){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--}}}(z(),ft())),kt||(kt=1,function(t){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}}}}(z(),ft())),_t||(_t=1,function(t){t.pad.NoPadding={pad:function(){},unpad:function(){}}}(z(),ft())),zt||(zt=1,function(t){(function(){var r=t.lib.CipherParams,i=t.enc.Hex;t.format.Hex={stringify:function(t){return t.ciphertext.toString(i)},parse:function(t){var n=i.parse(t);return r.create({ciphertext:n})}}})()}(z(),ft())),St||(St=1,function(t){(function(){var r=t,i=r.lib.BlockCipher,n=r.algo,o=[],e=[],a=[],s=[],c=[],f=[],u=[],h=[],l=[],v=[];!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,u[d]=(p=16843009*w^65537*b^257*m^16843008*i)<<24|p>>>8,h[d]=p<<16|p>>>16,l[d]=p<<8|p>>>24,v[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:u[o[f>>>24]]^h[o[f>>>16&255]]^l[o[f>>>8&255]]^v[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,u,h,l,v,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],u=t[r+1]^i[1],h=t[r+2]^i[2],l=t[r+3]^i[3],v=4,d=1;d<c;d++){var p=n[f>>>24]^o[u>>>16&255]^e[h>>>8&255]^a[255&l]^i[v++],m=n[u>>>24]^o[h>>>16&255]^e[l>>>8&255]^a[255&f]^i[v++],b=n[h>>>24]^o[l>>>16&255]^e[f>>>8&255]^a[255&u]^i[v++],w=n[l>>>24]^o[f>>>16&255]^e[u>>>8&255]^a[255&h]^i[v++];f=p,u=m,h=b,l=w}p=(s[f>>>24]<<24|s[u>>>16&255]<<16|s[h>>>8&255]<<8|s[255&l])^i[v++],m=(s[u>>>24]<<24|s[h>>>16&255]<<16|s[l>>>8&255]<<8|s[255&f])^i[v++],b=(s[h>>>24]<<24|s[l>>>16&255]<<16|s[f>>>8&255]<<8|s[255&u])^i[v++],w=(s[l>>>24]<<24|s[f>>>16&255]<<16|s[u>>>8&255]<<8|s[255&h])^i[v++],t[r]=p,t[r+1]=m,t[r+2]=b,t[r+3]=w},keySize:8});r.AES=i._createHelper(p)})()}(z(),O(),P(),at(),ft())),Bt||(Bt=1,Ft.exports=function(t){return 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}],u=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],h=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]=[],u=c[e];for(i=0;i<24;i++)f[i/6|0]|=r[(s[i]-1+u)%28]<<31-i%6,f[4+(i/6|0)]|=r[28+(s[i+24]-1+u)%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 h=this._invSubKeys=[];for(i=0;i<16;i++)h[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],l.call(this,4,252645135),l.call(this,16,65535),v.call(this,2,858993459),v.call(this,8,16711935),l.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])&u[c])>>>0];this._lBlock=a,this._rBlock=e^s}var h=this._lBlock;this._lBlock=this._rBlock,this._rBlock=h,l.call(this,1,1431655765),v.call(this,8,16711935),v.call(this,2,858993459),l.call(this,16,65535),l.call(this,4,252645135),t[r]=this._lBlock,t[r+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function l(t,r){var i=(this._lBlock>>>t^this._rBlock)&r;this._rBlock^=i,this._lBlock^=i<<t}function v(t,r){var i=(this._rBlock>>>t^this._lBlock)&r;this._lBlock^=i,this._rBlock^=i<<t}r.DES=o._createHelper(h);var d=e.TripleDES=o.extend({_doReset:function(){var t=this._key.words;if(2!==t.length&&4!==t.length&&t.length<6)throw 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=h.createEncryptor(n.create(r)),this._des2=h.createEncryptor(n.create(i)),this._des3=h.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}(z(),O(),P(),at(),ft())),jt||(jt=1,function(t){(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)})()}(z(),O(),P(),at(),ft())),Rt||(Rt=1,function(t){(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),u=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8),h=f>>>16|4294901760&u,l=u<<16|65535&f;for(o[0]^=f,o[1]^=h,o[2]^=u,o[3]^=l,o[4]^=f,o[5]^=h,o[6]^=u,o[7]^=l,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)})()}(z(),O(),P(),at(),ft())),Et||(Et=1,function(t){(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),u=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8),h=f>>>16|4294901760&u,l=u<<16|65535&f;for(n[0]^=f,n[1]^=h,n[2]^=u,n[3]^=l,n[4]^=f,n[5]^=h,n[6]^=u,n[7]^=l,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)})()}(z(),O(),P(),at(),ft())),At||(At=1,Mt.exports=function(t){return 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}(z(),O(),P(),at(),ft())))),y.exports),Ut={alreadyDownloaded:"Έχετε ήδη κατεβάσει αυτό το αρχείο"},Lt={alreadyDownloaded:"You have already downloaded this file"},Ht={alreadyDownloaded:"Ya has descargado este archivo"},It={alreadyDownloaded:"Hai già scaricato questo file"};const Pt=t(class extends r{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.downloadedEvent=i(this,"mdsFileDownload",7),this.t=new m({el:Object.assign(Object.assign({},Ut),h),en:Object.assign(Object.assign({},Lt),u),es:Object.assign(Object.assign({},Ht),f),it:Object.assign(Object.assign({},It),c)}),this.wasDownloaded=!1,this.showDownloadedIcon=!0,this.handleOnClick=()=>{var t;const{format:r,description:i}=l(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"+Ot.MD5(this.filename),"downloaded"),this.checkWasDownloaded()},this.checkWasDownloaded=()=>{const t="mdsFile/"+Ot.MD5(this.filename);this.wasDownloaded="downloaded"===localStorage.getItem(t)},this.getDefaultDescription=()=>l(this.filename,this.suffix).description}async updateLang(){this.language=this.t.lang(this.host)}componentWillLoad(){this.checkWasDownloaded(),this.t.lang(this.host),this.format=l(this.filename,this.suffix).format}componentDidUpdate(){this.checkWasDownloaded()}handleFilename(t){this.format=l(t,this.suffix).format}render(){var t,r;return n(o,{key:"c0e9cad18f3aece026683f60c792f7f9cb72fe6d",tabindex:"0",onClick:this.handleOnClick},n("div",{key:"0549f258474a3bfbb2ce14e425768dccb38a1304",class:"preview"},void 0!==this.preview?n("div",{class:"image-preview",style:{backgroundImage:`url(${this.preview})`}}):n("mds-icon",{class:"icon-preview",name:d(this.filename,this.suffix).icon}),n("div",{key:"6af5acdd202cf3f2c372dae43f7410c021436f8b",class:"download-icon"},n("mds-icon",{key:"eb9ca7ad12fe39531da1e765f8a176c84ccd5cbc",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>'}))),n("div",{key:"59091a86effee53feba1f3886d91a0fbcc963ad8",class:"info"},n("div",{key:"efdac36e055c89999a2055e344bdd2ead3d4a63b",class:"filename",title:this.filename},n("mds-text",{key:"e702e1aad1d32052947b5a915d4dcd4c6e7ba8bc",truncate:"word",typography:"h6",class:"name"},p(this.filename)),void 0===this.suffix&&v(this.filename,this.suffix)&&n("mds-text",{key:"83d4b4320310a88bcc7ae8bcec8e5c149de637ba",typography:"h6",class:"extension"},".",v(this.filename,this.suffix))),n("div",{key:"ed75683122f0612e5e5d0ae7853be9c53da832f1",class:"detail"},v(this.filename,this.suffix)&&n("mds-badge",{key:"46be9c88c56795caf101953fe2faf4202a9800aa",variant:d(this.filename,this.suffix).variant,tone:"weak",class:"suffix"},v(this.filename,this.suffix)),n("mds-text",{key:"9dd1b4541bddb18f74bcc958697d6ebf22b33f6d",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.showDownloadedIcon&&n("div",{key:"72b97352184cc5e7300b9bcc2577db8817465554",class:"indicator"},n("i",{key:"40968874d424bf044ba5627550550f09eaba43ed",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 this}static get watchers(){return{filename:[{handleFilename:0}]}}static get style(){return"@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@layer reset,vendor,theme,base,components,utilities;@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))}}}@layer reset,vendor,theme,base,components,utilities;@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));--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(--duration-200,.2s);transition-duration:var(--duration-200,.2s);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) .icon-preview,:host(:hover) .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-context(:root.pref-animation-reduce){transition-duration:0s}:host-context(:root.pref-animation-reduce) .preview{transition-duration:0s}:host-context(:root.pref-theme-dark:not(.pref-theme-scheme-light)){-webkit-box-shadow:var(--shadow-outline);box-shadow:var(--shadow-outline)}:host-context(:root.pref-theme-dark:not(.pref-theme-scheme-light)):host(:hover){-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}:host-context(:root.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-context(:root.pref-contrast-more):host(:hover){-webkit-box-shadow:var(--shadow-outline-strong-100);box-shadow:var(--shadow-outline-strong-100)}@media (prefers-reduced-motion){:is(:host-context(:root.pref-animation-system),:host-context(:root:not([data-magma-pref]))),:is(:host-context(:root.pref-animation-system),:host-context(:root:not([data-magma-pref]))) .preview{transition-duration:0s}}@media (prefers-color-scheme:dark){:is(:host-context(:root.pref-theme-system:not(.pref-theme-scheme-light)),:host-context(:root:not([data-magma-pref]))){-webkit-box-shadow:var(--shadow-outline);box-shadow:var(--shadow-outline)}:is(:host-context(:root.pref-theme-system:not(.pref-theme-scheme-light)),:host-context(:root:not([data-magma-pref]))):host(:hover){-webkit-box-shadow:var(--shadow-outline-50);box-shadow:var(--shadow-outline-50)}}@media (prefers-contrast:more){:is(:host-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))){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-context(:root.pref-contrast-system),:host-context(:root:not([data-magma-pref]))):host(:hover){-webkit-box-shadow:var(--shadow-outline-strong-100);box-shadow:var(--shadow-outline-strong-100)}}"}},[1,"mds-file",{suffix:[513],description:[1],filename:[1],preview:[1],showDownloadedIcon:[4,"show-downloaded-icon"],format:[1537],language:[32],wasDownloaded:[32],updateLang:[64]},void 0,{filename:[{handleFilename:0}]}]),Ct=Pt,Yt=function(){"undefined"!=typeof customElements&&["mds-file","mds-badge","mds-icon","mds-text"].forEach((t=>{switch(t){case"mds-file":customElements.get(e(t))||customElements.define(e(t),Pt);break;case"mds-badge":customElements.get(e(t))||b();break;case"mds-icon":customElements.get(e(t))||w();break;case"mds-text":customElements.get(e(t))||g()}}))};export{Ct as MdsFile,Yt as defineCustomElement}
|
|
18
|
+
return t.mode.CTRGladman=function(){var i=t.lib.BlockCipherMode.extend();function r(t){if(255&~(t>>24))t+=1<<24;else{var i=t>>16&255,r=t>>8&255,n=255&t;255===i?(i=0,255===r?(r=0,255===n?n=0:++n):++r):++i,t=0,t+=i<<16,t+=r<<8,t+=n}return t}var n=i.Encryptor=i.extend({processBlock:function(t,i){var n=this._cipher,e=n.blockSize,o=this._iv,a=this._counter;o&&(a=this._counter=o.slice(0),this._iv=void 0),function(t){0===(t[0]=r(t[0]))&&(t[1]=r(t[1]))}(a);var s=a.slice(0);n.encryptBlock(s,0);for(var c=0;c<e;c++)t[i+c]^=s[c]}});return i.Decryptor=n,i}(),t.mode.CTRGladman}(S(),ht())),bt||(bt=1,wt.exports=function(t){return t.mode.OFB=function(){var i=t.lib.BlockCipherMode.extend(),r=i.Encryptor=i.extend({processBlock:function(t,i){var r=this._cipher,n=r.blockSize,e=this._iv,o=this._keystream;e&&(o=this._keystream=e.slice(0),this._iv=void 0),r.encryptBlock(o,0);for(var a=0;a<n;a++)t[i+a]^=o[a]}});return i.Decryptor=r,i}(),t.mode.OFB}(S(),ht())),gt||(gt=1,function(t){t.mode.ECB=function(){var i=t.lib.BlockCipherMode.extend();return i.Encryptor=i.extend({processBlock:function(t,i){this._cipher.encryptBlock(t,i)}}),i.Decryptor=i.extend({processBlock:function(t,i){this._cipher.decryptBlock(t,i)}}),i}()}(S(),ht())),yt||(yt=1,function(t){t.pad.AnsiX923={pad:function(t,i){var r=t.sigBytes,n=4*i,e=n-r%n,o=r+e-1;t.clamp(),t.words[o>>>2]|=e<<24-o%4*8,t.sigBytes+=e},unpad:function(t){t.sigBytes-=255&t.words[t.sigBytes-1>>>2]}}}(S(),ht())),xt||(xt=1,function(t){t.pad.Iso10126={pad:function(i,r){var n=4*r,e=n-i.sigBytes%n;i.concat(t.lib.WordArray.random(e-1)).concat(t.lib.WordArray.create([e<<24],1))},unpad:function(t){t.sigBytes-=255&t.words[t.sigBytes-1>>>2]}}}(S(),ht())),kt||(kt=1,function(t){t.pad.Iso97971={pad:function(i,r){i.concat(t.lib.WordArray.create([2147483648],1)),t.pad.ZeroPadding.pad(i,r)},unpad:function(i){t.pad.ZeroPadding.unpad(i),i.sigBytes--}}}(S(),ht())),_t||(_t=1,function(t){t.pad.ZeroPadding={pad:function(t,i){var r=4*i;t.clamp(),t.sigBytes+=r-(t.sigBytes%r||r)},unpad:function(t){var i=t.words,r=t.sigBytes-1;for(r=t.sigBytes-1;r>=0;r--)if(i[r>>>2]>>>24-r%4*8&255){t.sigBytes=r+1;break}}}}(S(),ht())),zt||(zt=1,function(t){t.pad.NoPadding={pad:function(){},unpad:function(){}}}(S(),ht())),St||(St=1,function(t){(function(){var i=t.lib.CipherParams,r=t.enc.Hex;t.format.Hex={stringify:function(t){return t.ciphertext.toString(r)},parse:function(t){var n=r.parse(t);return i.create({ciphertext:n})}}})()}(S(),ht())),Bt||(Bt=1,function(t){(function(){var i=t,r=i.lib.BlockCipher,n=i.algo,e=[],o=[],a=[],s=[],c=[],f=[],h=[],u=[],l=[],v=[];!function(){for(var t=[],i=0;i<256;i++)t[i]=i<128?i<<1:i<<1^283;var r=0,n=0;for(i=0;i<256;i++){var d=n^n<<1^n<<2^n<<3^n<<4;e[r]=d=d>>>8^255&d^99,o[d]=r;var p,m=t[r],b=t[m],w=t[b];a[r]=(p=257*t[d]^16843008*d)<<24|p>>>8,s[r]=p<<16|p>>>16,c[r]=p<<8|p>>>24,f[r]=p,h[d]=(p=16843009*w^65537*b^257*m^16843008*r)<<24|p>>>8,u[d]=p<<16|p>>>16,l[d]=p<<8|p>>>24,v[d]=p,r?(r=m^t[t[t[w^m]]],n^=t[t[n]]):r=n=1}}();var d=[0,1,2,4,8,16,32,64,128,27,54],p=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var t=this._keyPriorReset=this._key,i=t.words,r=t.sigBytes/4,n=4*((this._nRounds=r+6)+1),o=this._keySchedule=[],a=0;a<n;a++)a<r?o[a]=i[a]:(f=o[a-1],a%r?r>6&&a%r==4&&(f=e[f>>>24]<<24|e[f>>>16&255]<<16|e[f>>>8&255]<<8|e[255&f]):(f=e[(f=f<<8|f>>>24)>>>24]<<24|e[f>>>16&255]<<16|e[f>>>8&255]<<8|e[255&f],f^=d[a/r|0]<<24),o[a]=o[a-r]^f);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var f=o[a];else f=o[a-4];s[c]=c<4||a<=4?f:h[e[f>>>24]]^u[e[f>>>16&255]]^l[e[f>>>8&255]]^v[e[255&f]]}}},encryptBlock:function(t,i){this._doCryptBlock(t,i,this._keySchedule,a,s,c,f,e)},decryptBlock:function(t,i){var r=t[i+1];t[i+1]=t[i+3],t[i+3]=r,this._doCryptBlock(t,i,this._invKeySchedule,h,u,l,v,o),r=t[i+1],t[i+1]=t[i+3],t[i+3]=r},_doCryptBlock:function(t,i,r,n,e,o,a,s){for(var c=this._nRounds,f=t[i]^r[0],h=t[i+1]^r[1],u=t[i+2]^r[2],l=t[i+3]^r[3],v=4,d=1;d<c;d++){var p=n[f>>>24]^e[h>>>16&255]^o[u>>>8&255]^a[255&l]^r[v++],m=n[h>>>24]^e[u>>>16&255]^o[l>>>8&255]^a[255&f]^r[v++],b=n[u>>>24]^e[l>>>16&255]^o[f>>>8&255]^a[255&h]^r[v++],w=n[l>>>24]^e[f>>>16&255]^o[h>>>8&255]^a[255&u]^r[v++];f=p,h=m,u=b,l=w}p=(s[f>>>24]<<24|s[h>>>16&255]<<16|s[u>>>8&255]<<8|s[255&l])^r[v++],m=(s[h>>>24]<<24|s[u>>>16&255]<<16|s[l>>>8&255]<<8|s[255&f])^r[v++],b=(s[u>>>24]<<24|s[l>>>16&255]<<16|s[f>>>8&255]<<8|s[255&h])^r[v++],w=(s[l>>>24]<<24|s[f>>>16&255]<<16|s[h>>>8&255]<<8|s[255&u])^r[v++],t[i]=p,t[i+1]=m,t[i+2]=b,t[i+3]=w},keySize:8});i.AES=r._createHelper(p)})()}(S(),C(),P(),st(),ht())),jt||(jt=1,Ft.exports=function(t){return function(){var i=t,r=i.lib,n=r.WordArray,e=r.BlockCipher,o=i.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=o.DES=e.extend({_doReset:function(){for(var t=this._key.words,i=[],r=0;r<56;r++){var n=a[r]-1;i[r]=t[n>>>5]>>>31-n%32&1}for(var e=this._subKeys=[],o=0;o<16;o++){var f=e[o]=[],h=c[o];for(r=0;r<24;r++)f[r/6|0]|=i[(s[r]-1+h)%28]<<31-r%6,f[4+(r/6|0)]|=i[28+(s[r+24]-1+h)%28]<<31-r%6;for(f[0]=f[0]<<1|f[0]>>>31,r=1;r<7;r++)f[r]=f[r]>>>4*(r-1)+3;f[7]=f[7]<<5|f[7]>>>27}var u=this._invSubKeys=[];for(r=0;r<16;r++)u[r]=e[15-r]},encryptBlock:function(t,i){this._doCryptBlock(t,i,this._subKeys)},decryptBlock:function(t,i){this._doCryptBlock(t,i,this._invSubKeys)},_doCryptBlock:function(t,i,r){this._lBlock=t[i],this._rBlock=t[i+1],l.call(this,4,252645135),l.call(this,16,65535),v.call(this,2,858993459),v.call(this,8,16711935),l.call(this,1,1431655765);for(var n=0;n<16;n++){for(var e=r[n],o=this._lBlock,a=this._rBlock,s=0,c=0;c<8;c++)s|=f[c][((a^e[c])&h[c])>>>0];this._lBlock=a,this._rBlock=o^s}var u=this._lBlock;this._lBlock=this._rBlock,this._rBlock=u,l.call(this,1,1431655765),v.call(this,8,16711935),v.call(this,2,858993459),l.call(this,16,65535),l.call(this,4,252645135),t[i]=this._lBlock,t[i+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function l(t,i){var r=(this._lBlock>>>t^this._rBlock)&i;this._rBlock^=r,this._lBlock^=r<<t}function v(t,i){var r=(this._rBlock>>>t^this._lBlock)&i;this._lBlock^=r,this._rBlock^=r<<t}i.DES=e._createHelper(u);var d=o.TripleDES=e.extend({_doReset:function(){var t=this._key.words;if(2!==t.length&&4!==t.length&&t.length<6)throw Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var i=t.slice(0,2),r=t.length<4?t.slice(0,2):t.slice(2,4),e=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=u.createEncryptor(n.create(i)),this._des2=u.createEncryptor(n.create(r)),this._des3=u.createEncryptor(n.create(e))},encryptBlock:function(t,i){this._des1.encryptBlock(t,i),this._des2.decryptBlock(t,i),this._des3.encryptBlock(t,i)},decryptBlock:function(t,i){this._des3.decryptBlock(t,i),this._des2.encryptBlock(t,i),this._des1.decryptBlock(t,i)},keySize:6,ivSize:2,blockSize:2});i.TripleDES=e._createHelper(d)}(),t.TripleDES}(S(),C(),P(),st(),ht())),Rt||(Rt=1,function(t){(function(){var i=t,r=i.lib.StreamCipher,n=i.algo,e=n.RC4=r.extend({_doReset:function(){for(var t=this._key,i=t.words,r=t.sigBytes,n=this._S=[],e=0;e<256;e++)n[e]=e;e=0;for(var o=0;e<256;e++){var a=e%r,s=n[e];n[e]=n[o=(o+n[e]+(i[a>>>2]>>>24-a%4*8&255))%256],n[o]=s}this._i=this._j=0},_doProcessBlock:function(t,i){t[i]^=o.call(this)},keySize:8,ivSize:0});function o(){for(var t=this._S,i=this._i,r=this._j,n=0,e=0;e<4;e++){var o=t[i=(i+1)%256];t[i]=t[r=(r+t[i])%256],t[r]=o,n|=t[(t[i]+t[r])%256]<<24-8*e}return this._i=i,this._j=r,n}i.RC4=r._createHelper(e);var a=n.RC4Drop=e.extend({cfg:e.cfg.extend({drop:192}),_doReset:function(){e._doReset.call(this);for(var t=this.cfg.drop;t>0;t--)o.call(this)}});i.RC4Drop=r._createHelper(a)})()}(S(),C(),P(),st(),ht())),At||(At=1,function(t){(function(){var i=t,r=i.lib.StreamCipher,n=[],e=[],o=[],a=i.algo.Rabbit=r.extend({_doReset:function(){for(var t=this._key.words,i=this.cfg.iv,r=0;r<4;r++)t[r]=16711935&(t[r]<<8|t[r]>>>24)|4278255360&(t[r]<<24|t[r]>>>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],e=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,r=0;r<4;r++)s.call(this);for(r=0;r<8;r++)e[r]^=n[r+4&7];if(i){var o=i.words,a=o[0],c=o[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,l=h<<16|65535&f;for(e[0]^=f,e[1]^=u,e[2]^=h,e[3]^=l,e[4]^=f,e[5]^=u,e[6]^=h,e[7]^=l,r=0;r<4;r++)s.call(this)}},_doProcessBlock:function(t,i){var r=this._X;s.call(this),n[0]=r[0]^r[5]>>>16^r[3]<<16,n[1]=r[2]^r[7]>>>16^r[5]<<16,n[2]=r[4]^r[1]>>>16^r[7]<<16,n[3]=r[6]^r[3]>>>16^r[1]<<16;for(var e=0;e<4;e++)n[e]=16711935&(n[e]<<8|n[e]>>>24)|4278255360&(n[e]<<24|n[e]>>>8),t[i+e]^=n[e]},blockSize:4,ivSize:2});function s(){for(var t=this._X,i=this._C,r=0;r<8;r++)e[r]=i[r];for(i[0]=i[0]+1295307597+this._b|0,i[1]=i[1]+3545052371+(i[0]>>>0<e[0]>>>0?1:0)|0,i[2]=i[2]+886263092+(i[1]>>>0<e[1]>>>0?1:0)|0,i[3]=i[3]+1295307597+(i[2]>>>0<e[2]>>>0?1:0)|0,i[4]=i[4]+3545052371+(i[3]>>>0<e[3]>>>0?1:0)|0,i[5]=i[5]+886263092+(i[4]>>>0<e[4]>>>0?1:0)|0,i[6]=i[6]+1295307597+(i[5]>>>0<e[5]>>>0?1:0)|0,i[7]=i[7]+3545052371+(i[6]>>>0<e[6]>>>0?1:0)|0,this._b=i[7]>>>0<e[7]>>>0?1:0,r=0;r<8;r++){var n=t[r]+i[r],a=65535&n,s=n>>>16;o[r]=((a*a>>>17)+a*s>>>15)+s*s^((4294901760&n)*n|0)+((65535&n)*n|0)}t[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,t[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,t[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,t[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,t[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,t[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,t[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,t[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}i.Rabbit=r._createHelper(a)})()}(S(),C(),P(),st(),ht())),Et||(Et=1,function(t){(function(){var i=t,r=i.lib.StreamCipher,n=[],e=[],o=[],a=i.algo.RabbitLegacy=r.extend({_doReset:function(){var t=this._key.words,i=this.cfg.iv,r=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 e=0;e<4;e++)s.call(this);for(e=0;e<8;e++)n[e]^=r[e+4&7];if(i){var o=i.words,a=o[0],c=o[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,l=h<<16|65535&f;for(n[0]^=f,n[1]^=u,n[2]^=h,n[3]^=l,n[4]^=f,n[5]^=u,n[6]^=h,n[7]^=l,e=0;e<4;e++)s.call(this)}},_doProcessBlock:function(t,i){var r=this._X;s.call(this),n[0]=r[0]^r[5]>>>16^r[3]<<16,n[1]=r[2]^r[7]>>>16^r[5]<<16,n[2]=r[4]^r[1]>>>16^r[7]<<16,n[3]=r[6]^r[3]>>>16^r[1]<<16;for(var e=0;e<4;e++)n[e]=16711935&(n[e]<<8|n[e]>>>24)|4278255360&(n[e]<<24|n[e]>>>8),t[i+e]^=n[e]},blockSize:4,ivSize:2});function s(){for(var t=this._X,i=this._C,r=0;r<8;r++)e[r]=i[r];for(i[0]=i[0]+1295307597+this._b|0,i[1]=i[1]+3545052371+(i[0]>>>0<e[0]>>>0?1:0)|0,i[2]=i[2]+886263092+(i[1]>>>0<e[1]>>>0?1:0)|0,i[3]=i[3]+1295307597+(i[2]>>>0<e[2]>>>0?1:0)|0,i[4]=i[4]+3545052371+(i[3]>>>0<e[3]>>>0?1:0)|0,i[5]=i[5]+886263092+(i[4]>>>0<e[4]>>>0?1:0)|0,i[6]=i[6]+1295307597+(i[5]>>>0<e[5]>>>0?1:0)|0,i[7]=i[7]+3545052371+(i[6]>>>0<e[6]>>>0?1:0)|0,this._b=i[7]>>>0<e[7]>>>0?1:0,r=0;r<8;r++){var n=t[r]+i[r],a=65535&n,s=n>>>16;o[r]=((a*a>>>17)+a*s>>>15)+s*s^((4294901760&n)*n|0)+((65535&n)*n|0)}t[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,t[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,t[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,t[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,t[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,t[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,t[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,t[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}i.RabbitLegacy=r._createHelper(a)})()}(S(),C(),P(),st(),ht())),Dt||(Dt=1,Ot.exports=function(t){return function(){var i=t,r=i.lib.BlockCipher;const n=16,e=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],o=[[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,i){let r=t.sbox[0][i>>24&255]+t.sbox[1][i>>16&255];return r^=t.sbox[2][i>>8&255],r+=t.sbox[3][255&i],r}function c(t,i,r){let e,o=i,a=r;for(let i=0;i<n;++i)o^=t.pbox[i],a=s(t,o)^a,e=o,o=a,a=e;return e=o,o=a,a=e,a^=t.pbox[n],o^=t.pbox[17],{left:o,right:a}}var f=i.algo.Blowfish=r.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var t=this._keyPriorReset=this._key;!function(t,i,r){for(let i=0;i<4;i++){t.sbox[i]=[];for(let r=0;r<256;r++)t.sbox[i][r]=o[i][r]}let n=0;for(let o=0;o<18;o++)t.pbox[o]=e[o]^i[n],n++,n>=r&&(n=0);let a=0,s=0,f=0;for(let i=0;i<18;i+=2)f=c(t,a,s),a=f.left,s=f.right,t.pbox[i]=a,t.pbox[i+1]=s;for(let i=0;i<4;i++)for(let r=0;r<256;r+=2)f=c(t,a,s),a=f.left,s=f.right,t.sbox[i][r]=a,t.sbox[i][r+1]=s}(a,t.words,t.sigBytes/4)}},encryptBlock:function(t,i){var r=c(a,t[i],t[i+1]);t[i]=r.left,t[i+1]=r.right},decryptBlock:function(t,i){var r=function(t,i,r){let n,e=i,o=r;for(let i=17;i>1;--i)e^=t.pbox[i],o=s(t,e)^o,n=e,e=o,o=n;return n=e,e=o,o=n,o^=t.pbox[1],e^=t.pbox[0],{left:e,right:o}}(a,t[i],t[i+1]);t[i]=r.left,t[i+1]=r.right},blockSize:2,keySize:4,ivSize:2});i.Blowfish=r._createHelper(f)}(),t.Blowfish}(S(),C(),P(),st(),ht())))),k.exports),Ut={alreadyDownloaded:"Έχετε ήδη κατεβάσει αυτό το αρχείο"},Lt={alreadyDownloaded:"You have already downloaded this file"},Ht={alreadyDownloaded:"Ya has descargado este archivo"},It={alreadyDownloaded:"Hai già scaricato questo file"};const Pt=t(class extends i{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.downloadedEvent=r(this,"mdsFileDownload",7),this.t=new m({el:Object.assign(Object.assign({},Ut),u),en:Object.assign(Object.assign({},Lt),h),es:Object.assign(Object.assign({},Ht),f),it:Object.assign(Object.assign({},It),c)}),this.wasDownloaded=!1,this.hideDownloadedIcon=!1,this.handleOnClick=()=>{var t;const{format:i,description:r}=l(this.filename,this.suffix);this.downloadedEvent.emit({description:null!==(t=this.description)&&void 0!==t?t:r,extension:v(this.filename,this.suffix),filename:this.filename,target:this.host,type:i}),localStorage.setItem("mdsFile"+Ct.MD5(this.filename),"downloaded"),this.checkWasDownloaded()},this.checkWasDownloaded=()=>{const t="mdsFile/"+Ct.MD5(this.filename);this.wasDownloaded="downloaded"===localStorage.getItem(t)},this.getDefaultDescription=()=>l(this.filename,this.suffix).description}async updateLang(){this.language=this.t.lang(this.host)}connectedCallback(){this.unsubscribePrefAnimation=b("animation",(t=>{this.prefAnimation=t})),this.unsubscribePrefContrast=b("contrast",(t=>{this.prefContrast=t})),this.unsubscribePrefTheme=b("theme",(t=>{this.prefTheme=t})),this.unsubscribePrefThemeScheme=b("theme-scheme",(t=>{this.prefThemeScheme=t}))}disconnectedCallback(){var t,i,r,n;null===(t=this.unsubscribePrefAnimation)||void 0===t||t.call(this),null===(i=this.unsubscribePrefContrast)||void 0===i||i.call(this),null===(r=this.unsubscribePrefTheme)||void 0===r||r.call(this),null===(n=this.unsubscribePrefThemeScheme)||void 0===n||n.call(this)}componentWillLoad(){this.checkWasDownloaded(),this.t.lang(this.host),this.format=l(this.filename,this.suffix).format}componentDidUpdate(){this.checkWasDownloaded()}handleFilename(t){this.format=l(t,this.suffix).format}render(){var t,i;return n(e,{key:"711fefbaa2906d91c9d0383310bf312c52df078b",tabindex:"0",onClick:this.handleOnClick,"pref-animation":this.prefAnimation,"pref-contrast":this.prefContrast,"pref-theme":this.prefTheme,"pref-theme-scheme":this.prefThemeScheme},n("div",{key:"8d28d65986c17add1ca6368ccf2b5a10e58058d4",class:"preview"},void 0!==this.preview?n("div",{class:"image-preview",style:{backgroundImage:`url(${this.preview})`}}):n("mds-icon",{class:"icon-preview",name:d(this.filename,this.suffix).icon}),n("div",{key:"7fbaeada2247cea64aff5b21714dc5ef540229de",class:"download-icon"},n("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>'}))),n("div",{key:"9749f541e33c934d8d4beb9a92e1238f8b1146cc",class:"info"},n("div",{key:"d16f79e79a544bbab2bd02d9ef130654c5737f78",class:"filename",title:this.filename},n("mds-text",{key:"fb91eeb270e446cd871b97c6a8048cd0e7209ca6",truncate:"word",typography:"h6",class:"name"},p(this.filename)),void 0===this.suffix&&v(this.filename,this.suffix)&&n("mds-text",{key:"6d3f3e6d6def65dbf20ba578f2ba7ccd7701ee3e",typography:"h6",class:"extension"},".",v(this.filename,this.suffix))),n("div",{key:"dea8f443f6c3b5fb286689bf6899ac63ca6d7cdc",class:"detail"},v(this.filename,this.suffix)&&n("mds-badge",{key:"7d943721238ef3f1fe159ba29aabdd0a15ed5dad",variant:d(this.filename,this.suffix).variant,tone:"weak",class:"suffix"},v(this.filename,this.suffix)),n("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!==(i=this.description)&&void 0!==i?i:this.t.get(this.getDefaultDescription())))),this.wasDownloaded&&!this.hideDownloadedIcon&&n("div",{key:"2bec5d1651a5819b5bce22740fc9163c70f9f388",class:"indicator"},n("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 this}static get watchers(){return{filename:[{handleFilename:0}]}}static get style(){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-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)}}"}},[1,"mds-file",{suffix:[513],description:[1],filename:[1],preview:[1],hideDownloadedIcon:[4,"hide-downloaded-icon"],format:[1537],prefAnimation:[32],prefContrast:[32],prefTheme:[32],prefThemeScheme:[32],language:[32],wasDownloaded:[32],updateLang:[64]},void 0,{filename:[{handleFilename:0}]}]),Tt=Pt,Yt=function(){"undefined"!=typeof customElements&&["mds-file","mds-badge","mds-icon","mds-text"].forEach((t=>{switch(t){case"mds-file":customElements.get(o(t))||customElements.define(o(t),Pt);break;case"mds-badge":customElements.get(o(t))||w();break;case"mds-icon":customElements.get(o(t))||g();break;case"mds-text":customElements.get(o(t))||y()}}))};export{Tt as MdsFile,Yt as defineCustomElement}
|