@covalent/components 4.15.0 → 6.0.1
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/action-ribbon.mjs +148 -0
- package/alert.mjs +140 -0
- package/app-shell.mjs +94 -0
- package/button.mjs +20 -0
- package/card.mjs +70 -0
- package/check-list-item.mjs +18 -0
- package/checkbox.mjs +20 -0
- package/circular-progress.mjs +17 -0
- package/code-snippet.mjs +12142 -0
- package/covalent.mjs +44 -0
- package/covalent.umd.js +299 -0
- package/dialog.mjs +20 -0
- package/drawer.mjs +20 -0
- package/empty-state.mjs +66 -0
- package/icon-button.mjs +20 -0
- package/icon-check-toggle.mjs +71 -0
- package/icon-radio-toggle.mjs +62 -0
- package/icon.mjs +17 -0
- package/linear-progress.mjs +20 -0
- package/list-expansion.mjs +55 -0
- package/list-item.mjs +49 -0
- package/list.mjs +17 -0
- package/menu.mjs +17 -0
- package/nav-list-item.mjs +41 -0
- package/package.json +1 -1
- package/radio-list-item.mjs +18 -0
- package/radio.mjs +20 -0
- package/select.mjs +20 -0
- package/side-sheet.mjs +35 -0
- package/slider-range.mjs +17 -0
- package/slider.mjs +17 -0
- package/snackbar.mjs +20 -0
- package/status-header-item.mjs +28 -0
- package/status-header.mjs +74 -0
- package/switch.mjs +20 -0
- package/tab-bar.mjs +17 -0
- package/tab.mjs +20 -0
- package/text-lockup.mjs +53 -0
- package/textarea.mjs +20 -0
- package/textfield.mjs +24 -0
- package/textfield2.mjs +5 -0
- package/toolbar.mjs +23 -0
- package/tooltip.mjs +189 -0
- package/top-app-bar-fixed.mjs +24 -0
- package/top-app-bar.mjs +24 -0
- package/top-app-bar2.mjs +5 -0
- package/tree-list-item.mjs +82 -0
- package/tree-list.mjs +43 -0
- package/typography.mjs +31 -0
- package/actionRibbon.js +0 -16
- package/actionRibbon.js.LICENSE.txt +0 -75
- package/alert.js +0 -19
- package/alert.js.LICENSE.txt +0 -75
- package/appShell.js +0 -96
- package/appShell.js.LICENSE.txt +0 -131
- package/button.js +0 -38
- package/button.js.LICENSE.txt +0 -91
- package/card.js +0 -17
- package/card.js.LICENSE.txt +0 -23
- package/checkbox.js +0 -40
- package/checkbox.js.LICENSE.txt +0 -91
- package/circularProgress.js +0 -58
- package/circularProgress.js.LICENSE.txt +0 -41
- package/codeSnippet.js +0 -8
- package/codeSnippet.js.LICENSE.txt +0 -23
- package/dialog.js +0 -28
- package/dialog.js.LICENSE.txt +0 -165
- package/drawer.js +0 -18
- package/drawer.js.LICENSE.txt +0 -90
- package/emptyState.js +0 -25
- package/emptyState.js.LICENSE.txt +0 -29
- package/formField.js +0 -7
- package/formField.js.LICENSE.txt +0 -61
- package/icon.js +0 -2
- package/icon.js.LICENSE.txt +0 -29
- package/iconButton.js +0 -26
- package/iconButton.js.LICENSE.txt +0 -85
- package/iconCheckbox.js +0 -51
- package/iconCheckbox.js.LICENSE.txt +0 -91
- package/iconRadio.js +0 -43
- package/iconRadio.js.LICENSE.txt +0 -85
- package/icons/covalent-icons.css +0 -365
- package/icons/covalent-icons.eot +0 -0
- package/icons/covalent-icons.svg +0 -224
- package/icons/covalent-icons.ttf +0 -0
- package/icons/covalent-icons.woff +0 -0
- package/icons/favicon.ico +0 -0
- package/index.js +0 -993
- package/index.js.LICENSE.txt +0 -206
- package/linearProgress.js +0 -28
- package/linearProgress.js.LICENSE.txt +0 -41
- package/list.js +0 -44
- package/list.js.LICENSE.txt +0 -125
- package/listCheckItem.js +0 -77
- package/listCheckItem.js.LICENSE.txt +0 -91
- package/listExpansion.js +0 -47
- package/listExpansion.js.LICENSE.txt +0 -125
- package/listItem.js +0 -27
- package/listItem.js.LICENSE.txt +0 -79
- package/listNavItem.js +0 -27
- package/listNavItem.js.LICENSE.txt +0 -79
- package/listRadioItem.js +0 -70
- package/listRadioItem.js.LICENSE.txt +0 -85
- package/menu.js +0 -83
- package/menu.js.LICENSE.txt +0 -125
- package/radio.js +0 -33
- package/radio.js.LICENSE.txt +0 -85
- package/select.js +0 -176
- package/select.js.LICENSE.txt +0 -131
- package/sideSheet.js +0 -28
- package/sideSheet.js.LICENSE.txt +0 -165
- package/slider.js +0 -63
- package/slider.js.LICENSE.txt +0 -108
- package/sliderRange.js +0 -113
- package/sliderRange.js.LICENSE.txt +0 -108
- package/snackBar.js +0 -12
- package/snackBar.js.LICENSE.txt +0 -85
- package/src/action-ribbon/action-ribbon-base.d.ts +0 -29
- package/src/action-ribbon/action-ribbon.d.ts +0 -14
- package/src/action-ribbon/foundation.d.ts +0 -52
- package/src/alert/alert-base.d.ts +0 -30
- package/src/alert/alert.d.ts +0 -14
- package/src/app-shell/app-shell.d.ts +0 -27
- package/src/button/button.d.ts +0 -9
- package/src/card/card-base.d.ts +0 -24
- package/src/card/card.d.ts +0 -9
- package/src/checkbox/checkbox.d.ts +0 -9
- package/src/chips/chip-base.d.ts +0 -51
- package/src/chips/chip-set-base.d.ts +0 -32
- package/src/chips/chip-set.d.ts +0 -14
- package/src/chips/chip.d.ts +0 -14
- package/src/chips/foundation.d.ts +0 -59
- package/src/circular-progress/circular-progress.d.ts +0 -9
- package/src/code-snippet/code-snippet.d.ts +0 -20
- package/src/dialog/dialog.d.ts +0 -9
- package/src/drawer/drawer.d.ts +0 -9
- package/src/empty-state/empty-state.d.ts +0 -15
- package/src/formfield/formfield.d.ts +0 -9
- package/src/icon/icon.d.ts +0 -9
- package/src/icon-button/icon-button.d.ts +0 -9
- package/src/icon-checkbox/icon-check-toggle.d.ts +0 -14
- package/src/icon-radio/icon-radio-toggle.d.ts +0 -13
- package/src/index.d.ts +0 -44
- package/src/linear-progress/linear-progress.d.ts +0 -9
- package/src/list/check-list-item.d.ts +0 -9
- package/src/list/list-expansion.d.ts +0 -17
- package/src/list/list-item.d.ts +0 -11
- package/src/list/list.d.ts +0 -9
- package/src/list/nav-list-item.d.ts +0 -11
- package/src/list/radio-list-item.d.ts +0 -9
- package/src/menu/menu.d.ts +0 -9
- package/src/radio/radio.d.ts +0 -9
- package/src/select/select.d.ts +0 -9
- package/src/side-sheet/side-sheet.d.ts +0 -17
- package/src/slider/slider-range.d.ts +0 -9
- package/src/slider/slider.d.ts +0 -9
- package/src/snackbar/snackbar.d.ts +0 -9
- package/src/status-header/status-header-base.d.ts +0 -8
- package/src/status-header/status-header-item.d.ts +0 -16
- package/src/status-header/status-header.d.ts +0 -14
- package/src/switch/switch.d.ts +0 -9
- package/src/tab/tab-bar.d.ts +0 -9
- package/src/tab/tab.d.ts +0 -9
- package/src/text-lockup/text-lockup.d.ts +0 -16
- package/src/textarea/textarea.d.ts +0 -9
- package/src/textfield/textfield.d.ts +0 -9
- package/src/toolbar/toolbar.d.ts +0 -9
- package/src/tooltip/tooltip.d.ts +0 -27
- package/src/tooltip/tooltip.foundation.d.ts +0 -211
- package/src/top-app-bar/top-app-bar-fixed.d.ts +0 -9
- package/src/top-app-bar/top-app-bar.d.ts +0 -9
- package/src/tree-list/tree-list-item.d.ts +0 -15
- package/src/tree-list/tree-list.d.ts +0 -10
- package/src/typography/typography.d.ts +0 -11
- package/statusHeader.js +0 -22
- package/statusHeader.js.LICENSE.txt +0 -23
- package/statusHeaderItem.js +0 -2
- package/statusHeaderItem.js.LICENSE.txt +0 -17
- package/switch.js +0 -63
- package/switch.js.LICENSE.txt +0 -108
- package/tab.js +0 -35
- package/tab.js.LICENSE.txt +0 -79
- package/tabBar.js +0 -53
- package/tabBar.js.LICENSE.txt +0 -79
- package/textArea.js +0 -96
- package/textArea.js.LICENSE.txt +0 -85
- package/textField.js +0 -69
- package/textField.js.LICENSE.txt +0 -85
- package/textLockup.js +0 -5
- package/textLockup.js.LICENSE.txt +0 -23
- package/theme.css +0 -1
- package/theme.js +0 -1
- package/toolbar.js +0 -19
- package/toolbar.js.LICENSE.txt +0 -96
- package/tooltip.js +0 -19
- package/tooltip.js.LICENSE.txt +0 -69
- package/topAppBar.js +0 -19
- package/topAppBar.js.LICENSE.txt +0 -102
- package/topAppBarFixed.js +0 -19
- package/topAppBarFixed.js.LICENSE.txt +0 -102
- package/treeList.js +0 -8
- package/treeList.js.LICENSE.txt +0 -17
- package/treeListItem.js +0 -24
- package/treeListItem.js.LICENSE.txt +0 -23
- package/typography.js +0 -2
- package/typography.js.LICENSE.txt +0 -17
package/theme.css
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
.covalent-icon{--mdc-icon-font: "covalent-icons"}.skeleton-text *{font-family:skeleton,sans-serif !important}.skeleton-text{--mdc-typography-headline1-font-family: "skeleton";--mdc-typography-headline2-font-family: "skeleton";--mdc-typography-headline3-font-family: "skeleton";--mdc-typography-headline4-font-family: "skeleton";--mdc-typography-headline5-font-family: "skeleton";--mdc-typography-headline6-font-family: "skeleton";--mdc-typography-subtitle1-font-family: "skeleton";--mdc-typography-subtitle2-font-family: "skeleton";--mdc-typography-button-font-family: "skeleton";--mdc-typography-caption-font-family: "skeleton";--mdc-typography-overline-font-family: "skeleton";--mdc-typography-body1-font-family: "skeleton";--mdc-typography-body2-font-family: "skeleton";--mdc-typography-body2-letter-spacing: -0.03em;--mdc-theme-text-primary-on-background: #cccccc;--skeleton-color: #cccccc}.light{--mdc-theme-primary: #007373;--mdc-theme-secondary: #007373;--mdc-theme-error: #b11d00;--mdc-theme-negative: #b11d00;--mdc-theme-positive: #0a7e07;--mdc-theme-caution: #ff8f00;--mdc-theme-emphasis: #546e7a;--mdc-theme-accent: #007373;--mdc-theme-background: #f5f5f5;--mdc-ripple-color: rgba(0, 0, 0, 0.87);--mdc-theme-surface: white;--mdc-theme-surface-canvas: #eee;--mdc-theme-surface-primary: #85dddc;--mdc-theme-surface-primary-highlight: rgba(133, 221, 220, 0.1);--mdc-theme-surface-primary-highlight-hover: rgba(133, 221, 220, 0.2);--mdc-theme-surface-secondary: #85dddc;--mdc-theme-surface-secondary-highlight: rgba(133, 221, 220, 0.1);--mdc-theme-surface-secondary-highlight-hover: rgba(133, 221, 220, 0.2);--mdc-theme-surface-caution: #ffb74d;--mdc-theme-surface-caution-highlight: rgba(255, 183, 77, 0.1);--mdc-theme-surface-caution-highlight-hover: rgba(255, 183, 77, 0.2);--mdc-theme-surface-negative: #e57373;--mdc-theme-surface-negative-highlight: rgba(229, 115, 115, 0.1);--mdc-theme-surface-negative-highlight-hover: rgba(229, 115, 115, 0.2);--mdc-theme-surface-positive: #a5d6a7;--mdc-theme-surface-positive-highlight: rgba(165, 214, 167, 0.1);--mdc-theme-surface-positive-highlight-hover: rgba(165, 214, 167, 0.2);--mdc-theme-surface-neutral: #bdbdbd;--mdc-theme-surface-neutral-highlight: rgba(189, 189, 189, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(189, 189, 189, 0.08);--mdc-theme-surface-emphasis: #afb6b9;--mdc-theme-surface-emphasis-highlight: rgba(175, 182, 185, 0.1);--mdc-theme-surface-emphasis-highlight-hover: rgba(175, 182, 185, 0.2);--mdc-theme-on-primary: white;--mdc-theme-on-secondary: white;--mdc-theme-on-surface: rgba(0, 0, 0, 0.87);--mdc-theme-border: rgba(0, 0, 0, 0.12);--mdc-theme-surface-accent: #85dddc;--mdc-theme-surface-accent-highlight: rgba(133, 221, 220, 0.1);--mdc-theme-surface-accent-highlight-hover: rgba(133, 221, 220, 0.2);--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Poppins, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Poppins, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Poppins, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Poppins, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Poppins, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Poppins, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Poppins, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Poppins, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: var(--mdc-typography-font-family);--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: var(--mdc-typography-font-family);--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Poppins, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-caption-font-family: var(--mdc-typography-font-family);--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);--mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);--mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);--mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);--mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.54);--mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);--mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);--mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);--mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);--mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.54);--mdc-theme-text-primary-on-dark: white;--mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);--mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);--mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);--mdc-theme-text-icon-on-dark: white;--covalent-theme-text-logo-on-background: #354145;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--cov-theme-code-snippet-color: #383a42;--cov-theme-code-snippet-comment: #a0a1a7;--cov-theme-code-snippet-keyword: #a626a4;--cov-theme-code-snippet-selector: #e45649;--cov-theme-code-snippet-literal: #0184bb;--cov-theme-code-snippet-string: #50a14f;--cov-theme-code-snippet-variable: #986801;--cov-theme-code-snippet-title: #4078f2;--cov-theme-code-snippet-class: #c18401;--mdc-theme-error: #b11d00;--mdc-checkbox-checked-color: #007373;--mdc-checkbox-disabled-color: rgba(0, 0, 0, 0.38);--mdc-checkbox-ink-color: white;--mdc-checkbox-unchecked-color: rgba(0, 0, 0, 0.54);border-width:0;border-style:solid;--mdc-dialog-heading-ink-color: rgba(0, 0, 0, 0.87);--mdc-dialog-content-ink-color: rgba(0, 0, 0, 0.87);--mdc-dialog-scroll-divider-color: rgba(0, 0, 0, 0.12);--mdc-linear-progress-buffer-color: rgba(0, 0, 0, 0.12);--mdc-list-single-line-height: 48px;--mdc-list-two-line-height: 72px;--mdc-radio-unchecked-color: rgba(0, 0, 0, 0.54);--mdc-select-idle-line-color: rgba(0, 0, 0, 0.12);--mdc-select-hover-line-color: rgba(0, 0, 0, 0.54);--mdc-select-fill-color: #eee;--mdc-select-ink-color: rgba(0, 0, 0, 0.87);--mdc-select-label-ink-color: rgba(0, 0, 0, 0.54);--mdc-select-outlined-idle-border-color: rgba(0, 0, 0, 0.12);--mdc-select-outlined-hover-border-color: rgba(0, 0, 0, 0.54);--mdc-select-dropdown-icon-color: rgba(0, 0, 0, 0.54);--mdc-snackbar-action-color: white;--mdc-tab-text-label-color-default: var( --mdc-theme-text-primary-on-background );--mdc-tab-color-default: var(--mdc-theme-text-icon-on-background);--mdc-text-field-label-ink-color: rgba(0, 0, 0, 0.54);--mdc-text-field-ink-color: rgba(0, 0, 0, 0.54);--mdc-text-field-fill-color: #eee;--mdc-text-field-idle-line-color: rgba(0, 0, 0, 0.12);--mdc-text-field-hover-line-color: rgba(0, 0, 0, 0.54);--mdc-text-field-outlined-idle-border-color: rgba(0, 0, 0, 0.12);--mdc-text-field-outlined-hover-border-color: rgba(0, 0, 0, 0.54);color:var(--mdc-theme-text-primary-on-background)}.light td-button{--mdc-button-outline-color: rgba(0, 0, 0, 0.54);--mdc-theme-primary: rgba(0, 0, 0, 0.87)}.light td-button.accent.primary{--mdc-theme-primary: #007373;--mdc-button-outline-color: var(--mdc-theme-primary)}.light td-button.destructive.primary{--mdc-theme-primary: var(--mdc-theme-error);--mdc-button-outline-color: var(--mdc-theme-error)}.light .mdc-button:not(:disabled){--mdc-button-outline-color: rgba(0, 0, 0, 0.54);--mdc-theme-primary: rgba(0, 0, 0, 0.87)}.light .mdc-button:not(:disabled):not(:disabled){border-color:rgba(0, 0, 0, 0.54)}.light .mdc-button:not(:disabled).accent{--mdc-theme-primary: #007373;--mdc-button-outline-color: var(--mdc-theme-primary);border-color:var(--mdc-button-outline-color)}.light .mdc-button:not(:disabled).destructive,.light .mdc-button:not(:disabled).negative{--mdc-theme-primary: #b11d00;--mdc-button-outline-color: var(--mdc-theme-primary);border-color:var(--mdc-button-outline-color)}.light .mdc-card.mdc-card--outlined{background-color:#f5f5f5}.light .mdc-data-table__sort-icon-button{color:rgba(0, 0, 0, 0.38)}.light .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,.light .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:rgba(0, 0, 0, 0.38);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.38))}.light .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,.light .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.light .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.light .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.light .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.light .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.light .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:rgba(0, 0, 0, 0.54)}.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:rgba(0, 0, 0, 0.54);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.54))}.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.light .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.light .mdc-data-table__row--selected{background-color:rgba(189, 189, 189, 0.04)}.light .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(189, 189, 189, 0.08)}.light .mdc-data-table__header-cell{color:rgba(0, 0, 0, 0.87)}.light .mdc-data-table__pagination-total,.light .mdc-data-table__pagination-rows-per-page-label,.light .mdc-data-table__cell{color:rgba(0, 0, 0, 0.87)}.light .mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,.light .mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,.light .mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.12)}.light .mdc-data-table__cell,.light .mdc-data-table__header-cell{border-bottom-color:rgba(0,0,0,.12)}.light .mdc-data-table__pagination{border-top-color:rgba(0,0,0,.12)}.light .mdc-data-table{width:100%;border-width:0;white-space:normal}.light .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}.light .mdc-data-table__sort-icon-button{font-size:1rem}.light mdc-drawer{border-color:rgba(0,0,0,.12)}.light .mdc-drawer{border-color:rgba(0, 0, 0, 0.12)}.light .mdc-drawer .mdc-drawer__title{color:rgba(0, 0, 0, 0.87)}.light .mdc-drawer .mdc-deprecated-list-group__subheader{color:rgba(0, 0, 0, 0.6)}.light .mdc-drawer .mdc-drawer__subtitle{color:rgba(0, 0, 0, 0.6)}.light .mdc-drawer .mdc-deprecated-list-item__graphic{color:rgba(0, 0, 0, 0.6)}.light .mdc-drawer .mdc-deprecated-list-divider{border-bottom-color:rgba(0, 0, 0, 0.12)}.light td-icon-button{color:rgba(0,0,0,.54)}.light .mdc-icon-button{color:rgba(0, 0, 0, 0.54)}.light .mdc-icon-button .mdc-icon-button__ripple::before,.light .mdc-icon-button .mdc-icon-button__ripple::after{background-color:rgba(0, 0, 0, 0.54);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.54))}.light .mdc-icon-button:hover .mdc-icon-button__ripple::before,.light .mdc-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.light .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.light .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.light .mdc-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.light .mdc-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.light .mdc-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.light .mdc-deprecated-list-divider{border-bottom-color:rgba(0, 0, 0, 0.12)}.light .mdc-list-divider{background-color:rgba(0, 0, 0, 0.12)}.light .mdc-menu .mdc-deprecated-list{color:rgba(0, 0, 0, 0.87)}.light .mdc-list.mdc-list-item--with-one-line{height:var(--mdc-list-single-line-height, 48px)}.light .mdc-list.mdc-list-item--with-two-lines{height:var(--mdc-list-two-line-height, 72px)}.light .mdc-list .mdc-list-item{height:var(--mdc-list-single-line-height, 48px);display:flex;align-items:center;justify-content:flex-start}.light .mdc-list.mdc-list--two-line .mdc-list-item{height:var(--mdc-list-two-line-height, 72px)}.light .mdc-list.mdc-list--two-line .mdc-list-item .mdc-list-item__primary-text{display:block;margin-bottom:-8px}.light .mdc-deprecated-list.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic,.light td-list-item[graphic=avatar] td-icon[slot=graphic]{background-color:var(--mdc-theme-surface-neutral-highlight)}.light td-list-item,.light td-check-list-item,.light .mdc-list,.light .td-list-item,.light .mdc-deprecated-list,.light .mdc-deprecated-list-item__text,.light .mdc-list-item__primary-text{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body1-font-size);font-weight:var(--mdc-typography-body1-font-weight);line-height:var(--mdc-typography-body1-line-height)}.light td-list-item span[slot=secondary] td-icon{font-size:1rem;margin-right:.25rem;position:relative;top:3px}.light td-list-item span[slot=secondary].status-caution{color:var(--mdc-theme-caution)}.light td-list-item span[slot=secondary].status-negative{color:var(--mdc-theme-negative)}.light td-list-item span[slot=secondary].status-positive{color:var(--mdc-theme-positive)}.light .beta-list-item{--mdc-theme-primary: #ffb74d}.light [divider]{border-bottom:1px solid;list-style:none;border-color:var(--mdc-theme-border, rgba(0, 0, 0, 0.12))}.light .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0, 0, 0, 0.54)}.light:not(.mdc-select--disabled) .mdc-floating-label--float-above{color:rgba(0, 0, 0, 0.54)}.light:not(.mdc-select--disabled):not(.mdc-select--focused):hover .mdc-floating-label--float-above{color:rgba(0, 0, 0, 0.54)}.light .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.87)}.light .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0, 0, 0, 0.54)}.light .mdc-select:not(.mdc-select--disabled) .mdc-select__anchor{background-color:#eee}.light .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,.light .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,.light .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.12)}.light .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.light .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.light .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.54)}.light .mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.54)}.light .mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.12)}.light .mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.54)}.light .mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::after{border-bottom-color:#007373}.light .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor{background-color:transparent}.light td-snackbar td-icon-button{color:white}.light td-switch,.light .mdc-switch{--mdc-theme-surface: #f5f5f5;--mdc-switch-selected-handle-color: var(--mdc-theme-primary);--mdc-switch-selected-hover-handle-color: var(--mdc-theme-primary);--mdc-switch-selected-focus-handle-color: var(--mdc-theme-primary);--mdc-switch-selected-pressed-handle-color: var(--mdc-theme-primary);--mdc-switch-selected-track-color: var(--mdc-theme-surface-secondary);--mdc-switch-selected-focus-track-color: var( --mdc-theme-surface-secondary-highlight );--mdc-switch-selected-hover-track-color: var( --mdc-theme-surface-secondary-highlight-hover );--mdc-switch-selected-pressed-track-color: var( --mdc-theme-surface-secondary-highlight-hover )}.light .mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mdc-theme-text-primary-on-background)}.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0, 0, 0, 0.54)}.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0, 0, 0, 0.54)}.light .mdc-text-field:not(.mdc-text-field--disabled){background-color:#eee}.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.12)}.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.12)}.light .mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.54)}.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#007373}.light .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.light .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.light .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#007373}.light .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.light .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.light .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.54)}.light .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0, 0, 0, 0.54)}.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading{color:rgba(0, 0, 0, 0.54)}.light .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:rgba(0, 0, 0, 0.54)}.light .mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:transparent}.light td-top-app-bar,.light td-top-app-bar-fixed,.light .mdc-top-app-bar,.light .mdc-top-app-bar-fixed{--mdc-theme-primary: white;--mdc-theme-on-primary: rgba(0, 0, 0, 0.87);background-color:white;color:rgba(0, 0, 0, 0.87)}.light td-top-app-bar td-button,.light td-top-app-bar-fixed td-button,.light .mdc-top-app-bar td-button,.light .mdc-top-app-bar-fixed td-button{--mdc-theme-primary: #007373;--mdc-theme-on-primary: white}.light td-top-app-bar .mdc-top-app-bar__action-item,.light td-top-app-bar .mdc-top-app-bar__navigation-icon,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon,.light .mdc-top-app-bar .mdc-top-app-bar__action-item,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon{color:rgba(0, 0, 0, 0.54)}.light td-top-app-bar .mdc-top-app-bar__action-item::before,.light td-top-app-bar .mdc-top-app-bar__action-item::after,.light td-top-app-bar .mdc-top-app-bar__navigation-icon::before,.light td-top-app-bar .mdc-top-app-bar__navigation-icon::after,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item::before,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item::after,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon::before,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon::after,.light .mdc-top-app-bar .mdc-top-app-bar__action-item::before,.light .mdc-top-app-bar .mdc-top-app-bar__action-item::after,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item::after,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon::after{background-color:rgba(0, 0, 0, 0.54);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.54))}.light td-top-app-bar .mdc-top-app-bar__action-item:hover::before,.light td-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.light td-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,.light td-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item:hover::before,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:hover::before,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before,.light .mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,.light .mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item:hover::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:hover::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.light td-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.light td-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.light td-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.light td-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before,.light .mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.light .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.light td-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.light td-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after,.light .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.light td-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.light td-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after,.light .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.light td-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.light td-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded,.light td-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.light td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded,.light .mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.light .mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.light .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.light a[href]{color:var(--mdc-theme-secondary);text-decoration:underline}.light a[href]:hover{text-decoration:none}.dark{--mdc-theme-primary: #59cecd;--mdc-theme-secondary: #59cecd;--mdc-theme-error: #f46f5a;--mdc-theme-negative: #f46f5a;--mdc-theme-positive: #42bd41;--mdc-theme-caution: #ffb74d;--mdc-theme-emphasis: #b0bec5;--mdc-theme-accent: #59cecd;--mdc-theme-background: #161c1f;--mdc-ripple-color: white;--mdc-theme-surface: #28353b;--mdc-theme-surface-canvas: #101314;--mdc-theme-surface-primary: #045c5c;--mdc-theme-surface-primary-highlight: rgba(4, 92, 92, 0.4);--mdc-theme-surface-primary-highlight-hover: rgba(4, 92, 92, 0.6);--mdc-theme-surface-secondary: #045c5c;--mdc-theme-surface-secondary-highlight: rgba(4, 92, 92, 0.4);--mdc-theme-surface-secondary-highlight-hover: rgba(4, 92, 92, 0.6);--mdc-theme-surface-caution: #704c16;--mdc-theme-surface-caution-highlight: rgba(112, 76, 22, 0.4);--mdc-theme-surface-caution-highlight-hover: rgba(112, 76, 22, 0.6);--mdc-theme-surface-negative: #883e32;--mdc-theme-surface-negative-highlight: rgba(136, 62, 50, 0.4);--mdc-theme-surface-negative-highlight-hover: rgba(136, 62, 50, 0.6);--mdc-theme-surface-positive: #336033;--mdc-theme-surface-positive-highlight: rgba(51, 96, 51, 0.4);--mdc-theme-surface-positive-highlight-hover: rgba(51, 96, 51, 0.6);--mdc-theme-surface-neutral: #43515a;--mdc-theme-surface-neutral-highlight: rgba(67, 81, 90, 0.4);--mdc-theme-surface-neutral-highlight-hover: rgba(67, 81, 90, 0.6);--mdc-theme-surface-emphasis: #43515a;--mdc-theme-surface-emphasis-highlight: rgba(67, 81, 90, 0.4);--mdc-theme-surface-emphasis-highlight-hover: rgba(67, 81, 90, 0.6);--mdc-theme-on-primary: rgba(0, 0, 0, 0.87);--mdc-theme-on-secondary: rgba(0, 0, 0, 0.87);--mdc-theme-on-surface: white;--mdc-theme-border: rgba(255, 255, 255, 0.2);--mdc-theme-surface-accent: #045c5c;--mdc-theme-surface-accent-highlight: rgba(4, 92, 92, 0.4);--mdc-theme-surface-accent-highlight-hover: rgba(4, 92, 92, 0.6);--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Poppins, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Poppins, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Poppins, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Poppins, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Poppins, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Poppins, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Poppins, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Poppins, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: var(--mdc-typography-font-family);--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: var(--mdc-typography-font-family);--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Poppins, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-caption-font-family: var(--mdc-typography-font-family);--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-theme-text-primary-on-background: white;--mdc-theme-text-secondary-on-background: rgba(255, 255, 255, 0.7);--mdc-theme-text-hint-on-background: rgba(255, 255, 255, 0.5);--mdc-theme-text-disabled-on-background: rgba(255, 255, 255, 0.5);--mdc-theme-text-icon-on-background: white;--mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);--mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);--mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);--mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);--mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.54);--mdc-theme-text-primary-on-dark: white;--mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);--mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);--mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);--mdc-theme-text-icon-on-dark: white;--covalent-theme-text-logo-on-background: white;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--cov-theme-code-snippet-color: #abb2bf;--cov-theme-code-snippet-comment: #5c6370;--cov-theme-code-snippet-keyword: #c678dd;--cov-theme-code-snippet-selector: #e06c75;--cov-theme-code-snippet-literal: #56b6c2;--cov-theme-code-snippet-string: #98c379;--cov-theme-code-snippet-variable: #d19a66;--cov-theme-code-snippet-title: #61aeee;--cov-theme-code-snippet-class: #e6c07b;--mdc-theme-error: #f46f5a;--mdc-checkbox-checked-color: #59cecd;--mdc-checkbox-disabled-color: rgba(255, 255, 255, 0.5);--mdc-checkbox-ink-color: rgba(0, 0, 0, 0.87);--mdc-checkbox-unchecked-color: white;border-width:0;border-style:solid;--mdc-dialog-heading-ink-color: white;--mdc-dialog-content-ink-color: white;--mdc-dialog-scroll-divider-color: rgba(255, 255, 255, 0.2);--mdc-linear-progress-buffer-color: rgba(255, 255, 255, 0.2);--mdc-list-single-line-height: 48px;--mdc-list-two-line-height: 72px;--mdc-radio-unchecked-color: white;--mdc-select-idle-line-color: rgba(255, 255, 255, 0.2);--mdc-select-hover-line-color: white;--mdc-select-fill-color: #101314;--mdc-select-ink-color: white;--mdc-select-label-ink-color: rgba(255, 255, 255, 0.7);--mdc-select-outlined-idle-border-color: rgba(255, 255, 255, 0.2);--mdc-select-outlined-hover-border-color: white;--mdc-select-dropdown-icon-color: white;--mdc-snackbar-action-color: white;--mdc-tab-text-label-color-default: var( --mdc-theme-text-primary-on-background );--mdc-tab-color-default: var(--mdc-theme-text-icon-on-background);--mdc-text-field-label-ink-color: rgba(255, 255, 255, 0.7);--mdc-text-field-ink-color: rgba(255, 255, 255, 0.7);--mdc-text-field-fill-color: #101314;--mdc-text-field-idle-line-color: rgba(255, 255, 255, 0.2);--mdc-text-field-hover-line-color: white;--mdc-text-field-outlined-idle-border-color: rgba(255, 255, 255, 0.2);--mdc-text-field-outlined-hover-border-color: white;color:var(--mdc-theme-text-primary-on-background)}.dark td-button{--mdc-button-outline-color: white;--mdc-theme-primary: white}.dark td-button.accent.primary{--mdc-theme-primary: #59cecd;--mdc-button-outline-color: var(--mdc-theme-primary)}.dark td-button.destructive.primary{--mdc-theme-primary: var(--mdc-theme-error);--mdc-button-outline-color: var(--mdc-theme-error)}.dark .mdc-button:not(:disabled){--mdc-button-outline-color: white;--mdc-theme-primary: white}.dark .mdc-button:not(:disabled):not(:disabled){border-color:white}.dark .mdc-button:not(:disabled).accent{--mdc-theme-primary: #59cecd;--mdc-button-outline-color: var(--mdc-theme-primary);border-color:var(--mdc-button-outline-color)}.dark .mdc-button:not(:disabled).destructive,.dark .mdc-button:not(:disabled).negative{--mdc-theme-primary: #f46f5a;--mdc-button-outline-color: var(--mdc-theme-primary);border-color:var(--mdc-button-outline-color)}.dark .mdc-card.mdc-card--outlined{background-color:#161c1f}.dark .mdc-data-table__sort-icon-button{color:rgba(255, 255, 255, 0.5)}.dark .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,.dark .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:rgba(255, 255, 255, 0.5);background-color:var(--mdc-ripple-color, rgba(255, 255, 255, 0.5))}.dark .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,.dark .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.dark .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.dark .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.dark .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.dark .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.dark .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:white}.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:white;background-color:var(--mdc-ripple-color, white)}.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.dark .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.dark .mdc-data-table__row--selected{background-color:rgba(67, 81, 90, 0.4)}.dark .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(67, 81, 90, 0.6)}.dark .mdc-data-table__header-cell{color:white}.dark .mdc-data-table__pagination-total,.dark .mdc-data-table__pagination-rows-per-page-label,.dark .mdc-data-table__cell{color:white}.dark .mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,.dark .mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,.dark .mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(255, 255, 255, 0.2)}.dark .mdc-data-table__cell,.dark .mdc-data-table__header-cell{border-bottom-color:rgba(255,255,255,.2)}.dark .mdc-data-table__pagination{border-top-color:rgba(255,255,255,.2)}.dark .mdc-data-table{width:100%;border-width:0;white-space:normal}.dark .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}.dark .mdc-data-table__sort-icon-button{font-size:1rem}.dark mdc-drawer{border-color:rgba(255,255,255,.2)}.dark .mdc-drawer{border-color:rgba(255, 255, 255, 0.12)}.dark .mdc-drawer .mdc-drawer__title{color:rgba(255, 255, 255, 0.87)}.dark .mdc-drawer .mdc-deprecated-list-group__subheader{color:rgba(255, 255, 255, 0.6)}.dark .mdc-drawer .mdc-drawer__subtitle{color:rgba(255, 255, 255, 0.6)}.dark .mdc-drawer .mdc-deprecated-list-item__graphic{color:rgba(255, 255, 255, 0.6)}.dark .mdc-drawer .mdc-deprecated-list-divider{border-bottom-color:rgba(255, 255, 255, 0.12)}.dark td-icon-button{color:#fff}.dark .mdc-icon-button{color:white}.dark .mdc-icon-button .mdc-icon-button__ripple::before,.dark .mdc-icon-button .mdc-icon-button__ripple::after{background-color:white;background-color:var(--mdc-ripple-color, white)}.dark .mdc-icon-button:hover .mdc-icon-button__ripple::before,.dark .mdc-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.dark .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,.dark .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.dark .mdc-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}.dark .mdc-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.dark .mdc-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.dark .mdc-deprecated-list-divider{border-bottom-color:rgba(255, 255, 255, 0.2)}.dark .mdc-list-divider{background-color:rgba(255, 255, 255, 0.2)}.dark .mdc-menu .mdc-deprecated-list{color:white}.dark .mdc-list.mdc-list-item--with-one-line{height:var(--mdc-list-single-line-height, 48px)}.dark .mdc-list.mdc-list-item--with-two-lines{height:var(--mdc-list-two-line-height, 72px)}.dark .mdc-list .mdc-list-item{height:var(--mdc-list-single-line-height, 48px);display:flex;align-items:center;justify-content:flex-start}.dark .mdc-list.mdc-list--two-line .mdc-list-item{height:var(--mdc-list-two-line-height, 72px)}.dark .mdc-list.mdc-list--two-line .mdc-list-item .mdc-list-item__primary-text{display:block;margin-bottom:-8px}.dark .mdc-deprecated-list.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic,.dark td-list-item[graphic=avatar] td-icon[slot=graphic]{background-color:var(--mdc-theme-surface-neutral-highlight)}.dark td-list-item,.dark td-check-list-item,.dark .mdc-list,.dark .td-list-item,.dark .mdc-deprecated-list,.dark .mdc-deprecated-list-item__text,.dark .mdc-list-item__primary-text{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body1-font-size);font-weight:var(--mdc-typography-body1-font-weight);line-height:var(--mdc-typography-body1-line-height)}.dark td-list-item span[slot=secondary] td-icon{font-size:1rem;margin-right:.25rem;position:relative;top:3px}.dark td-list-item span[slot=secondary].status-caution{color:var(--mdc-theme-caution)}.dark td-list-item span[slot=secondary].status-negative{color:var(--mdc-theme-negative)}.dark td-list-item span[slot=secondary].status-positive{color:var(--mdc-theme-positive)}.dark .beta-list-item{--mdc-theme-primary: #704c16}.dark [divider]{border-bottom:1px solid;list-style:none;border-color:var(--mdc-theme-border, rgba(0, 0, 0, 0.12))}.dark .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:white}.dark:not(.mdc-select--disabled) .mdc-floating-label--float-above{color:rgba(255, 255, 255, 0.7)}.dark:not(.mdc-select--disabled):not(.mdc-select--focused):hover .mdc-floating-label--float-above{color:rgba(255, 255, 255, 0.7)}.dark .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:white}.dark .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(255, 255, 255, 0.7)}.dark .mdc-select:not(.mdc-select--disabled) .mdc-select__anchor{background-color:#101314}.dark .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,.dark .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,.dark .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(255, 255, 255, 0.2)}.dark .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.dark .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.dark .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:white}.dark .mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:white}.dark .mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(255, 255, 255, 0.2)}.dark .mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:white}.dark .mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::after{border-bottom-color:#59cecd}.dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor{background-color:transparent}.dark td-snackbar td-icon-button{color:white}.dark td-switch,.dark .mdc-switch{--mdc-theme-surface: #161c1f;--mdc-switch-selected-handle-color: var(--mdc-theme-primary);--mdc-switch-selected-hover-handle-color: var(--mdc-theme-primary);--mdc-switch-selected-focus-handle-color: var(--mdc-theme-primary);--mdc-switch-selected-pressed-handle-color: var(--mdc-theme-primary);--mdc-switch-selected-track-color: var(--mdc-theme-surface-secondary);--mdc-switch-selected-focus-track-color: var( --mdc-theme-surface-secondary-highlight );--mdc-switch-selected-hover-track-color: var( --mdc-theme-surface-secondary-highlight-hover );--mdc-switch-selected-pressed-track-color: var( --mdc-theme-surface-secondary-highlight-hover )}.dark .mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mdc-theme-text-primary-on-background)}.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(255, 255, 255, 0.7)}.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(255, 255, 255, 0.7)}.dark .mdc-text-field:not(.mdc-text-field--disabled){background-color:#101314}.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(255, 255, 255, 0.2)}.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(255, 255, 255, 0.2)}.dark .mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before{border-bottom-color:white}.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:#59cecd}.dark .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.dark .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.dark .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#59cecd}.dark .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.dark .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.dark .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:white}.dark .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(255, 255, 255, 0.7)}.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading{color:white}.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:white}.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:transparent}.dark td-top-app-bar,.dark td-top-app-bar-fixed,.dark .mdc-top-app-bar,.dark .mdc-top-app-bar-fixed{--mdc-theme-primary: #28353b;--mdc-theme-on-primary: white;background-color:#28353b;color:white}.dark td-top-app-bar td-button,.dark td-top-app-bar-fixed td-button,.dark .mdc-top-app-bar td-button,.dark .mdc-top-app-bar-fixed td-button{--mdc-theme-primary: #59cecd;--mdc-theme-on-primary: rgba(0, 0, 0, 0.87)}.dark td-top-app-bar .mdc-top-app-bar__action-item,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon{color:white}.dark td-top-app-bar .mdc-top-app-bar__action-item::before,.dark td-top-app-bar .mdc-top-app-bar__action-item::after,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon::before,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon::after,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item::after,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon::after,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item::before,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item::after,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item::after,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon::after{background-color:white;background-color:var(--mdc-ripple-color, white)}.dark td-top-app-bar .mdc-top-app-bar__action-item:hover::before,.dark td-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item:hover::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:hover::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item:hover::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:hover::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.dark td-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.dark td-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.dark td-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.dark td-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.dark td-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.dark td-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded,.dark td-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.dark td-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded,.dark .mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.dark .mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.dark .mdc-top-app-bar-fixed .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.dark a[href]{color:var(--mdc-theme-secondary);text-decoration:underline}.dark a[href]:hover{text-decoration:none}
|
package/theme.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
(()=>{"use strict";var t={};t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),(()=>{var r;t.g.importScripts&&(r=t.g.location+"");var e=t.g.document;if(!r&&e&&(e.currentScript&&(r=e.currentScript.src),!r)){var i=e.getElementsByTagName("script");i.length&&(r=i[i.length-1].src)}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../../"})(),t.p})();
|
package/toolbar.js
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
/*! For license information please see toolbar.js.LICENSE.txt */
|
2
|
-
(()=>{"use strict";var t={6308:(t,e,i)=>{i.d(e,{K:()=>r});var r=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}()},7392:(t,e,i)=>{i.d(e,{H:()=>s,q:()=>o.qN});var r=i(5862),o=i(5610);class s extends r.oi{click(){if(this.mdcRoot)return this.mdcRoot.focus(),void this.mdcRoot.click();super.click()}createFoundation(){void 0!==this.mdcFoundation&&this.mdcFoundation.destroy(),this.mdcFoundationClass&&(this.mdcFoundation=new this.mdcFoundationClass(this.createAdapter()),this.mdcFoundation.init())}firstUpdated(){this.createFoundation()}}},5610:(t,e,i)=>{function r(t){return{addClass:e=>{t.classList.add(e)},removeClass:e=>{t.classList.remove(e)},hasClass:e=>t.classList.contains(e)}}i.d(e,{Vq:()=>a,qN:()=>r});let o=!1;const s=()=>{},n={get passive(){return o=!0,!1}};document.addEventListener("x",s,n),document.removeEventListener("x",s);const a=o},9111:(t,e,i)=>{i.d(e,{V:()=>l,v:()=>c});var r=i(655),o=i(7392),s=i(5610),n=i(8858),a=i(5862),p=i(9662),d=i(8810);const c=s.Vq?{passive:!0}:void 0;class l extends o.H{constructor(){super(...arguments),this.centerTitle=!1,this.handleTargetScroll=()=>{this.mdcFoundation.handleTargetScroll()},this.handleNavigationClick=()=>{this.mdcFoundation.handleNavigationClick()}}get scrollTarget(){return this._scrollTarget||window}set scrollTarget(t){this.unregisterScrollListener();const e=this.scrollTarget;this._scrollTarget=t,this.updateRootPosition(),this.requestUpdate("scrollTarget",e),this.registerScrollListener()}updateRootPosition(){if(this.mdcRoot){const t=this.scrollTarget===window;this.mdcRoot.style.position=t?"":"absolute"}}render(){let t=a.dy`<span class="mdc-top-app-bar__title"><slot name="title"></slot></span>`;return this.centerTitle&&(t=a.dy`<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-center">${t}</section>`),a.dy`
|
3
|
-
<header class="mdc-top-app-bar ${(0,d.$)(this.barClasses())}">
|
4
|
-
<div class="mdc-top-app-bar__row">
|
5
|
-
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start" id="navigation">
|
6
|
-
<slot name="navigationIcon"
|
7
|
-
@click=${this.handleNavigationClick}></slot>
|
8
|
-
${this.centerTitle?null:t}
|
9
|
-
</section>
|
10
|
-
${this.centerTitle?t:null}
|
11
|
-
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" id="actions" role="toolbar">
|
12
|
-
<slot name="actionItems"></slot>
|
13
|
-
</section>
|
14
|
-
</div>
|
15
|
-
</header>
|
16
|
-
<div class="${(0,d.$)(this.contentClasses())}">
|
17
|
-
<slot></slot>
|
18
|
-
</div>
|
19
|
-
`}createAdapter(){return Object.assign(Object.assign({},(0,o.q)(this.mdcRoot)),{setStyle:(t,e)=>this.mdcRoot.style.setProperty(t,e),getTopAppBarHeight:()=>this.mdcRoot.clientHeight,notifyNavigationIconClicked:()=>{this.dispatchEvent(new Event(n.j2.NAVIGATION_EVENT,{bubbles:!0,cancelable:!0}))},getViewportScrollY:()=>this.scrollTarget instanceof Window?this.scrollTarget.pageYOffset:this.scrollTarget.scrollTop,getTotalActionItems:()=>this._actionItemsSlot.assignedNodes({flatten:!0}).length})}registerListeners(){this.registerScrollListener()}unregisterListeners(){this.unregisterScrollListener()}registerScrollListener(){this.scrollTarget.addEventListener("scroll",this.handleTargetScroll,c)}unregisterScrollListener(){this.scrollTarget.removeEventListener("scroll",this.handleTargetScroll)}firstUpdated(){super.firstUpdated(),this.updateRootPosition(),this.registerListeners()}disconnectedCallback(){super.disconnectedCallback(),this.unregisterListeners()}}(0,r.gn)([(0,p.IO)(".mdc-top-app-bar")],l.prototype,"mdcRoot",void 0),(0,r.gn)([(0,p.IO)('slot[name="actionItems"]')],l.prototype,"_actionItemsSlot",void 0),(0,r.gn)([(0,p.Cb)({type:Boolean})],l.prototype,"centerTitle",void 0),(0,r.gn)([(0,p.Cb)({type:Object})],l.prototype,"scrollTarget",null)},3217:(t,e,i)=>{i.d(e,{J:()=>a});var r=i(655),o=i(7137),s=i(9662),n=i(9111);class a extends n.V{constructor(){super(...arguments),this.mdcFoundationClass=o.Z,this.prominent=!1,this.dense=!1,this.handleResize=()=>{this.mdcFoundation.handleWindowResize()}}barClasses(){return{"mdc-top-app-bar--dense":this.dense,"mdc-top-app-bar--prominent":this.prominent,"center-title":this.centerTitle}}contentClasses(){return{"mdc-top-app-bar--fixed-adjust":!this.dense&&!this.prominent,"mdc-top-app-bar--dense-fixed-adjust":this.dense&&!this.prominent,"mdc-top-app-bar--prominent-fixed-adjust":!this.dense&&this.prominent,"mdc-top-app-bar--dense-prominent-fixed-adjust":this.dense&&this.prominent}}registerListeners(){super.registerListeners(),window.addEventListener("resize",this.handleResize,n.v)}unregisterListeners(){super.unregisterListeners(),window.removeEventListener("resize",this.handleResize)}}(0,r.gn)([(0,s.Cb)({type:Boolean,reflect:!0})],a.prototype,"prominent",void 0),(0,r.gn)([(0,s.Cb)({type:Boolean,reflect:!0})],a.prototype,"dense",void 0)},8858:(t,e,i)=>{i.d(e,{KT:()=>o,UX:()=>r,j2:()=>s});var r={FIXED_CLASS:"mdc-top-app-bar--fixed",FIXED_SCROLLED_CLASS:"mdc-top-app-bar--fixed-scrolled",SHORT_CLASS:"mdc-top-app-bar--short",SHORT_COLLAPSED_CLASS:"mdc-top-app-bar--short-collapsed",SHORT_HAS_ACTION_ITEM_CLASS:"mdc-top-app-bar--short-has-action-item"},o={DEBOUNCE_THROTTLE_RESIZE_TIME_MS:100,MAX_TOP_APP_BAR_HEIGHT:128},s={ACTION_ITEM_SELECTOR:".mdc-top-app-bar__action-item",NAVIGATION_EVENT:"MDCTopAppBar:nav",NAVIGATION_ICON_SELECTOR:".mdc-top-app-bar__navigation-icon",ROOT_SELECTOR:".mdc-top-app-bar",TITLE_SELECTOR:".mdc-top-app-bar__title"}},7137:(t,e,i)=>{i.d(e,{Z:()=>s});var r=i(655),o=i(8858);const s=function(t){function e(e){var i=t.call(this,e)||this;return i.wasDocked=!0,i.isDockedShowing=!0,i.currentAppBarOffsetTop=0,i.isCurrentlyBeingResized=!1,i.resizeThrottleId=0,i.resizeDebounceId=0,i.lastScrollPosition=i.adapter.getViewportScrollY(),i.topAppBarHeight=i.adapter.getTopAppBarHeight(),i}return(0,r.ZT)(e,t),e.prototype.destroy=function(){t.prototype.destroy.call(this),this.adapter.setStyle("top","")},e.prototype.handleTargetScroll=function(){var t=Math.max(this.adapter.getViewportScrollY(),0),e=t-this.lastScrollPosition;this.lastScrollPosition=t,this.isCurrentlyBeingResized||(this.currentAppBarOffsetTop-=e,this.currentAppBarOffsetTop>0?this.currentAppBarOffsetTop=0:Math.abs(this.currentAppBarOffsetTop)>this.topAppBarHeight&&(this.currentAppBarOffsetTop=-this.topAppBarHeight),this.moveTopAppBar())},e.prototype.handleWindowResize=function(){var t=this;this.resizeThrottleId||(this.resizeThrottleId=setTimeout((function(){t.resizeThrottleId=0,t.throttledResizeHandler()}),o.KT.DEBOUNCE_THROTTLE_RESIZE_TIME_MS)),this.isCurrentlyBeingResized=!0,this.resizeDebounceId&&clearTimeout(this.resizeDebounceId),this.resizeDebounceId=setTimeout((function(){t.handleTargetScroll(),t.isCurrentlyBeingResized=!1,t.resizeDebounceId=0}),o.KT.DEBOUNCE_THROTTLE_RESIZE_TIME_MS)},e.prototype.checkForUpdate=function(){var t=-this.topAppBarHeight,e=this.currentAppBarOffsetTop<0,i=this.currentAppBarOffsetTop>t,r=e&&i;if(r)this.wasDocked=!1;else{if(!this.wasDocked)return this.wasDocked=!0,!0;if(this.isDockedShowing!==i)return this.isDockedShowing=i,!0}return r},e.prototype.moveTopAppBar=function(){if(this.checkForUpdate()){var t=this.currentAppBarOffsetTop;Math.abs(t)>=this.topAppBarHeight&&(t=-o.KT.MAX_TOP_APP_BAR_HEIGHT),this.adapter.setStyle("top",t+"px")}},e.prototype.throttledResizeHandler=function(){var t=this.adapter.getTopAppBarHeight();this.topAppBarHeight!==t&&(this.wasDocked=!1,this.currentAppBarOffsetTop-=this.topAppBarHeight-t,this.topAppBarHeight=t),this.handleTargetScroll()},e}(function(t){function e(i){return t.call(this,(0,r.pi)((0,r.pi)({},e.defaultAdapter),i))||this}return(0,r.ZT)(e,t),Object.defineProperty(e,"strings",{get:function(){return o.j2},enumerable:!1,configurable:!0}),Object.defineProperty(e,"cssClasses",{get:function(){return o.UX},enumerable:!1,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return o.KT},enumerable:!1,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setStyle:function(){},getTopAppBarHeight:function(){return 0},notifyNavigationIconClicked:function(){},getViewportScrollY:function(){return 0},getTotalActionItems:function(){return 0}}},enumerable:!1,configurable:!0}),e.prototype.handleTargetScroll=function(){},e.prototype.handleWindowResize=function(){},e.prototype.handleNavigationClick=function(){this.adapter.notifyNavigationIconClicked()},e}(i(6308).K))},655:(t,e,i)=>{i.d(e,{ZT:()=>o,gn:()=>n,pi:()=>s});var r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},r(t,e)};function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function i(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}var s=function(){return s=Object.assign||function(t){for(var e,i=1,r=arguments.length;i<r;i++)for(var o in e=arguments[i])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},s.apply(this,arguments)};function n(t,e,i,r){var o,s=arguments.length,n=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,i,r);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(s<3?o(n):s>3?o(e,i,n):o(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n}Object.create,Object.create},8701:(t,e,i)=>{i.d(e,{ec:()=>d,i1:()=>c,iv:()=>p});const r=window,o=r.ShadowRoot&&(void 0===r.ShadyCSS||r.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s=Symbol(),n=new WeakMap;class a{constructor(t,e,i){if(this._$cssResult$=!0,i!==s)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(o&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=n.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&n.set(e,t))}return t}toString(){return this.cssText}}const p=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,r)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[r+1]),t[0]);return new a(i,t,s)},d=(t,e)=>{o?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=r.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))},c=o?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return(t=>new a("string"==typeof t?t:t+"",void 0,s))(e)})(t):t},5674:(t,e,i)=>{i.d(e,{eZ:()=>r});const r=({finisher:t,descriptor:e})=>(i,r)=>{var o;if(void 0===r){const r=null!==(o=i.originalKey)&&void 0!==o?o:i.key,s=null!=e?{kind:"method",placement:"prototype",key:r,descriptor:e(i.key)}:{...i,key:r};return null!=t&&(s.finisher=function(e){t(e,r)}),s}{const o=i.constructor;void 0!==e&&Object.defineProperty(i,r,e(r)),null==t||t(o,r)}}},5713:(t,e,i)=>{i.d(e,{M:()=>r});const r=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e):((t,e)=>{const{kind:i,elements:r}=e;return{kind:i,elements:r,finisher(e){customElements.define(t,e)}}})(t,e)},760:(t,e,i)=>{i.d(e,{C:()=>o});const r=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(i){i.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(i){i.createProperty(e.key,t)}};function o(t){return(e,i)=>void 0!==i?((t,e,i)=>{e.constructor.createProperty(i,t)})(t,e,i):r(t,e)}},7935:(t,e,i)=>{var r;null===(r=window.HTMLSlotElement)||void 0===r||r.prototype.assignedElements},43:(t,e,i)=>{i(7935)},2669:(t,e,i)=>{i.d(e,{I:()=>o});var r=i(5674);function o(t,e){return(0,r.eZ)({descriptor:i=>{const r={get(){var e,i;return null!==(i=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==i?i:null},enumerable:!0,configurable:!0};if(e){const e="symbol"==typeof i?Symbol():"__"+i;r.get=function(){var i,r;return void 0===this[e]&&(this[e]=null!==(r=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==r?r:null),this[e]}}return r}})}},8732:(t,e,i)=>{i.d(e,{fl:()=>h,iv:()=>o.iv});var r,o=i(8701);const s=window,n=s.trustedTypes,a=n?n.emptyScript:"",p=s.reactiveElementPolyfillSupport,d={toAttribute(t,e){switch(e){case Boolean:t=t?a:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},c=(t,e)=>e!==t&&(e==e||t==t),l={attribute:!0,type:String,converter:d,reflect:!1,hasChanged:c};class h extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;null!==(e=this.h)&&void 0!==e||(this.h=[]),this.h.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const r=this._$Ep(i,e);void 0!==r&&(this._$Ev.set(r,i),t.push(r))})),t}static createProperty(t,e=l){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,r=this.getPropertyDescriptor(t,i,e);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(r){const o=this[t];this[e]=r,this.requestUpdate(t,o,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||l}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift((0,o.i1)(t))}else void 0!==t&&e.push((0,o.i1)(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return(0,o.ec)(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=l){var r;const o=this.constructor._$Ep(t,i);if(void 0!==o&&!0===i.reflect){const s=(void 0!==(null===(r=i.converter)||void 0===r?void 0:r.toAttribute)?i.converter:d).toAttribute(e,i.type);this._$El=t,null==s?this.removeAttribute(o):this.setAttribute(o,s),this._$El=null}}_$AK(t,e){var i;const r=this.constructor,o=r._$Ev.get(t);if(void 0!==o&&this._$El!==o){const t=r.getPropertyOptions(o),s="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:d;this._$El=o,this[o]=s.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let r=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||c)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):r=!1),!this.isUpdatePending&&r&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}h.finalized=!0,h.elementProperties=new Map,h.elementStyles=[],h.shadowRootOptions={mode:"open"},null==p||p({ReactiveElement:h}),(null!==(r=s.reactiveElementVersions)&&void 0!==r?r:s.reactiveElementVersions=[]).push("1.4.0")},8922:(t,e,i)=>{i.d(e,{dy:()=>n.dy,iv:()=>s.iv,oi:()=>a});var r,o,s=i(8732),n=i(3692);class a extends s.fl{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=(0,n.sY)(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return n.Jb}}a.finalized=!0,a._$litElement$=!0,null===(r=globalThis.litElementHydrateSupport)||void 0===r||r.call(globalThis,{LitElement:a});const p=globalThis.litElementPolyfillSupport;null==p||p({LitElement:a}),(null!==(o=globalThis.litElementVersions)&&void 0!==o?o:globalThis.litElementVersions=[]).push("3.2.2")},875:(t,e,i)=>{i.d(e,{XM:()=>o,Xe:()=>s,pX:()=>r});const r={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},o=t=>(...e)=>({_$litDirective$:t,values:e});class s{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}},7499:(t,e,i)=>{i.d(e,{$:()=>s});var r=i(3692),o=i(875);const s=(0,o.XM)(class extends o.Xe{constructor(t){var e;if(super(t),t.type!==o.pX.ATTRIBUTE||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.nt){this.nt=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.st)||void 0===i?void 0:i.has(t))&&this.nt.add(t);return this.render(e)}const s=t.element.classList;this.nt.forEach((t=>{t in e||(s.remove(t),this.nt.delete(t))}));for(const t in e){const i=!!e[t];i===this.nt.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(s.add(t),this.nt.add(t)):(s.remove(t),this.nt.delete(t)))}return r.Jb}})},3692:(t,e,i)=>{var r;i.d(e,{Jb:()=>x,dy:()=>A,sY:()=>T});const o=window,s=o.trustedTypes,n=s?s.createPolicy("lit-html",{createHTML:t=>t}):void 0,a=`lit$${(Math.random()+"").slice(9)}$`,p="?"+a,d=`<${p}>`,c=document,l=(t="")=>c.createComment(t),h=t=>null===t||"object"!=typeof t&&"function"!=typeof t,u=Array.isArray,m=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,f=/-->/g,b=/>/g,g=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),_=/'/g,v=/"/g,y=/^(?:script|style|textarea|title)$/i,$=t=>(e,...i)=>({_$litType$:t,strings:e,values:i}),A=$(1),x=($(2),Symbol.for("lit-noChange")),E=Symbol.for("lit-nothing"),S=new WeakMap,T=(t,e,i)=>{var r,o;const s=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:e;let n=s._$litPart$;if(void 0===n){const t=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:null;s._$litPart$=n=new k(e.insertBefore(l(),t),t,void 0,null!=i?i:{})}return n._$AI(t),n},w=c.createTreeWalker(c,129,null,!1),C=(t,e)=>{const i=t.length-1,r=[];let o,s=2===e?"<svg>":"",p=m;for(let e=0;e<i;e++){const i=t[e];let n,c,l=-1,h=0;for(;h<i.length&&(p.lastIndex=h,c=p.exec(i),null!==c);)h=p.lastIndex,p===m?"!--"===c[1]?p=f:void 0!==c[1]?p=b:void 0!==c[2]?(y.test(c[2])&&(o=RegExp("</"+c[2],"g")),p=g):void 0!==c[3]&&(p=g):p===g?">"===c[0]?(p=null!=o?o:m,l=-1):void 0===c[1]?l=-2:(l=p.lastIndex-c[2].length,n=c[1],p=void 0===c[3]?g:'"'===c[3]?v:_):p===v||p===_?p=g:p===f||p===b?p=m:(p=g,o=void 0);const u=p===g&&t[e+1].startsWith("/>")?" ":"";s+=p===m?i+d:l>=0?(r.push(n),i.slice(0,l)+"$lit$"+i.slice(l)+a+u):i+a+(-2===l?(r.push(void 0),e):u)}const c=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==n?n.createHTML(c):c,r]};class O{constructor({strings:t,_$litType$:e},i){let r;this.parts=[];let o=0,n=0;const d=t.length-1,c=this.parts,[h,u]=C(t,e);if(this.el=O.createElement(h,i),w.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(r=w.nextNode())&&c.length<d;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const e of r.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(a)){const i=u[n++];if(t.push(e),void 0!==i){const t=r.getAttribute(i.toLowerCase()+"$lit$").split(a),e=/([.?@])?(.*)/.exec(i);c.push({type:1,index:o,name:e[2],strings:t,ctor:"."===e[1]?I:"?"===e[1]?N:"@"===e[1]?U:H})}else c.push({type:6,index:o})}for(const e of t)r.removeAttribute(e)}if(y.test(r.tagName)){const t=r.textContent.split(a),e=t.length-1;if(e>0){r.textContent=s?s.emptyScript:"";for(let i=0;i<e;i++)r.append(t[i],l()),w.nextNode(),c.push({type:2,index:++o});r.append(t[e],l())}}}else if(8===r.nodeType)if(r.data===p)c.push({type:2,index:o});else{let t=-1;for(;-1!==(t=r.data.indexOf(a,t+1));)c.push({type:7,index:o}),t+=a.length-1}o++}}static createElement(t,e){const i=c.createElement("template");return i.innerHTML=t,i}}function R(t,e,i=t,r){var o,s,n,a;if(e===x)return e;let p=void 0!==r?null===(o=i._$Cl)||void 0===o?void 0:o[r]:i._$Cu;const d=h(e)?void 0:e._$litDirective$;return(null==p?void 0:p.constructor)!==d&&(null===(s=null==p?void 0:p._$AO)||void 0===s||s.call(p,!1),void 0===d?p=void 0:(p=new d(t),p._$AT(t,i,r)),void 0!==r?(null!==(n=(a=i)._$Cl)&&void 0!==n?n:a._$Cl=[])[r]=p:i._$Cu=p),void 0!==p&&(e=R(t,p._$AS(t,e.values),p,r)),e}class P{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:r}=this._$AD,o=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:c).importNode(i,!0);w.currentNode=o;let s=w.nextNode(),n=0,a=0,p=r[0];for(;void 0!==p;){if(n===p.index){let e;2===p.type?e=new k(s,s.nextSibling,this,t):1===p.type?e=new p.ctor(s,p.name,p.strings,this,t):6===p.type&&(e=new z(s,this,t)),this.v.push(e),p=r[++a]}n!==(null==p?void 0:p.index)&&(s=w.nextNode(),n++)}return o}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class k{constructor(t,e,i,r){var o;this.type=2,this._$AH=E,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=r,this._$C_=null===(o=null==r?void 0:r.isConnected)||void 0===o||o}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$C_}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=R(this,t,e),h(t)?t===E||null==t||""===t?(this._$AH!==E&&this._$AR(),this._$AH=E):t!==this._$AH&&t!==x&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):(t=>u(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.O(t):this.$(t)}S(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t))}$(t){this._$AH!==E&&h(this._$AH)?this._$AA.nextSibling.data=t:this.k(c.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:r}=t,o="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=O.createElement(r.h,this.options)),r);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===o)this._$AH.m(i);else{const t=new P(o,this),e=t.p(this.options);t.m(i),this.k(e),this._$AH=t}}_$AC(t){let e=S.get(t.strings);return void 0===e&&S.set(t.strings,e=new O(t)),e}O(t){u(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,r=0;for(const o of t)r===e.length?e.push(i=new k(this.S(l()),this.S(l()),this,this.options)):i=e[r],i._$AI(o),r++;r<e.length&&(this._$AR(i&&i._$AB.nextSibling,r),e.length=r)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$C_=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class H{constructor(t,e,i,r,o){this.type=1,this._$AH=E,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=o,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=E}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,r){const o=this.strings;let s=!1;if(void 0===o)t=R(this,t,e,0),s=!h(t)||t!==this._$AH&&t!==x,s&&(this._$AH=t);else{const r=t;let n,a;for(t=o[0],n=0;n<o.length-1;n++)a=R(this,r[i+n],e,n),a===x&&(a=this._$AH[n]),s||(s=!h(a)||a!==this._$AH[n]),a===E?t=E:t!==E&&(t+=(null!=a?a:"")+o[n+1]),this._$AH[n]=a}s&&!r&&this.P(t)}P(t){t===E?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class I extends H{constructor(){super(...arguments),this.type=3}P(t){this.element[this.name]=t===E?void 0:t}}const L=s?s.emptyScript:"";class N extends H{constructor(){super(...arguments),this.type=4}P(t){t&&t!==E?this.element.setAttribute(this.name,L):this.element.removeAttribute(this.name)}}class U extends H{constructor(t,e,i,r,o){super(t,e,i,r,o),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=R(this,t,e,0))&&void 0!==i?i:E)===x)return;const r=this._$AH,o=t===E&&r!==E||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,s=t!==E&&(r===E||o);o&&this.element.removeEventListener(this.name,this,r),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class z{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){R(this,t)}}const j=o.litHtmlPolyfillSupport;null==j||j(O,k),(null!==(r=o.litHtmlVersions)&&void 0!==r?r:o.litHtmlVersions=[]).push("2.3.0")},9662:(t,e,i)=>{i.d(e,{Cb:()=>o.C,IO:()=>s.I,Mo:()=>r.M});var r=i(5713),o=i(760),s=i(2669);i(7935),i(43)},8810:(t,e,i)=>{i.d(e,{$:()=>r.$});var r=i(7499)},5862:(t,e,i)=>{i.d(e,{dy:()=>r.dy,iv:()=>r.iv,oi:()=>r.oi}),i(8732),i(3692);var r=i(8922)}},e={};function i(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,i),s.exports}i.d=(t,e)=>{for(var r in e)i.o(e,r)&&!i.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{var t=i(655),e=i(9662),r=i(3217);const o=i(5862).iv`.mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee);color:#fff;display:flex;position:fixed;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary,#fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item::after,.mdc-top-app-bar .mdc-top-app-bar__action-item::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before{background-color:#fff;background-color:var(--mdc-ripple-color,var(--mdc-theme-on-primary,#fff))}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before{opacity:.08;opacity:var(--mdc-ripple-hover-opacity,.08)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar__row{display:flex;position:relative;box-sizing:border-box;width:100%;height:64px}.mdc-top-app-bar__section{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size,1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height,2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight,500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing,.0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform,inherit);padding-left:20px;padding-right:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1}.mdc-top-app-bar__title[dir=rtl],[dir=rtl] .mdc-top-app-bar__title{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:24px;border-bottom-left-radius:0}.mdc-top-app-bar--short-collapsed[dir=rtl],[dir=rtl] .mdc-top-app-bar--short-collapsed{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:24px}.mdc-top-app-bar--short{top:0;right:auto;left:0;width:100%;transition:width 250ms cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short[dir=rtl],[dir=rtl] .mdc-top-app-bar--short{right:0;left:auto}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{transition:opacity .2s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-top-app-bar--short-collapsed{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);width:56px;transition:width .3s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding 150ms cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl],[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl],[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow .2s linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);transition:box-shadow .2s linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:20px;padding-right:0;padding-bottom:9px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl],[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media(max-width:599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width .2s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed{transition:width 250ms cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl],[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}:host{display:block}.mdc-top-app-bar__title{padding-left:0}@media screen and (max-width:768px){.mdc-top-app-bar__title{font-family:var(--mdc-typography-subtitle2-font-family);font-size:var(--mdc-typography-subtitle2-font-size);font-weight:var(--mdc-typography-subtitle2-font-weight);line-height:var(--mdc-typography-subtitle2-line-height)}}.mdc-top-app-bar{position:static;background-color:rgba(0,0,0,0);background-color:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface)}.mdc-top-app-bar--dense-fixed-adjust,.mdc-top-app-bar--fixed-adjust{padding-top:0}`;let s=class extends r.J{};s.styles=[o],s=(0,t.gn)([(0,e.Mo)("td-toolbar")],s)})()})();
|
package/toolbar.js.LICENSE.txt
DELETED
@@ -1,96 +0,0 @@
|
|
1
|
-
/*! *****************************************************************************
|
2
|
-
Copyright (c) Microsoft Corporation.
|
3
|
-
|
4
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
5
|
-
purpose with or without fee is hereby granted.
|
6
|
-
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
8
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
9
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
10
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
11
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
12
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
13
|
-
PERFORMANCE OF THIS SOFTWARE.
|
14
|
-
***************************************************************************** */
|
15
|
-
|
16
|
-
/**
|
17
|
-
* @license
|
18
|
-
* Copyright 2016 Google Inc.
|
19
|
-
*
|
20
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
21
|
-
* of this software and associated documentation files (the "Software"), to deal
|
22
|
-
* in the Software without restriction, including without limitation the rights
|
23
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24
|
-
* copies of the Software, and to permit persons to whom the Software is
|
25
|
-
* furnished to do so, subject to the following conditions:
|
26
|
-
*
|
27
|
-
* The above copyright notice and this permission notice shall be included in
|
28
|
-
* all copies or substantial portions of the Software.
|
29
|
-
*
|
30
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
31
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
32
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
33
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
34
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
36
|
-
* THE SOFTWARE.
|
37
|
-
*/
|
38
|
-
|
39
|
-
/**
|
40
|
-
* @license
|
41
|
-
* Copyright 2017 Google LLC
|
42
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
43
|
-
*/
|
44
|
-
|
45
|
-
/**
|
46
|
-
* @license
|
47
|
-
* Copyright 2018 Google Inc.
|
48
|
-
*
|
49
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
50
|
-
* of this software and associated documentation files (the "Software"), to deal
|
51
|
-
* in the Software without restriction, including without limitation the rights
|
52
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
53
|
-
* copies of the Software, and to permit persons to whom the Software is
|
54
|
-
* furnished to do so, subject to the following conditions:
|
55
|
-
*
|
56
|
-
* The above copyright notice and this permission notice shall be included in
|
57
|
-
* all copies or substantial portions of the Software.
|
58
|
-
*
|
59
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
60
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
61
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
62
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
63
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
64
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
65
|
-
* THE SOFTWARE.
|
66
|
-
*/
|
67
|
-
|
68
|
-
/**
|
69
|
-
* @license
|
70
|
-
* Copyright 2018 Google LLC
|
71
|
-
* SPDX-License-Identifier: Apache-2.0
|
72
|
-
*/
|
73
|
-
|
74
|
-
/**
|
75
|
-
* @license
|
76
|
-
* Copyright 2018 Google LLC
|
77
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
78
|
-
*/
|
79
|
-
|
80
|
-
/**
|
81
|
-
* @license
|
82
|
-
* Copyright 2019 Google LLC
|
83
|
-
* SPDX-License-Identifier: Apache-2.0
|
84
|
-
*/
|
85
|
-
|
86
|
-
/**
|
87
|
-
* @license
|
88
|
-
* Copyright 2019 Google LLC
|
89
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
90
|
-
*/
|
91
|
-
|
92
|
-
/**
|
93
|
-
* @license
|
94
|
-
* Copyright 2021 Google LLC
|
95
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
96
|
-
*/
|
package/tooltip.js
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
/*! For license information please see tooltip.js.LICENSE.txt */
|
2
|
-
(()=>{"use strict";var t={2195:(t,e,i)=>{i.d(e,{$:()=>o});var o=function(){function t(){this.rafIDs=new Map}return t.prototype.request=function(t,e){var i=this;this.cancel(t);var o=requestAnimationFrame((function(o){i.rafIDs.delete(t),e(o)}));this.rafIDs.set(t,o)},t.prototype.cancel=function(t){var e=this.rafIDs.get(t);e&&(cancelAnimationFrame(e),this.rafIDs.delete(t))},t.prototype.cancelAll=function(){var t=this;this.rafIDs.forEach((function(e,i){t.cancel(i)}))},t.prototype.getQueue=function(){var t=[];return this.rafIDs.forEach((function(e,i){t.push(i)})),t},t}()},5475:(t,e,i)=>{i.d(e,{E:()=>r});var o={animation:{prefixed:"-webkit-animation",standard:"animation"},transform:{prefixed:"-webkit-transform",standard:"transform"},transition:{prefixed:"-webkit-transition",standard:"transition"}};function r(t,e){if(function(t){return Boolean(t.document)&&"function"==typeof t.document.createElement}(t)&&e in o){var i=t.document.createElement("div"),r=o[e],n=r.standard,s=r.prefixed;return n in i.style?n:s}return e}},6308:(t,e,i)=>{i.d(e,{K:()=>o});var o=function(){function t(t){void 0===t&&(t={}),this.adapter=t}return Object.defineProperty(t,"cssClasses",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return{}},enumerable:!1,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{}},enumerable:!1,configurable:!0}),t.prototype.init=function(){},t.prototype.destroy=function(){},t}()},9502:(t,e,i)=>{i.d(e,{Fn:()=>o,ku:()=>a});var o={UNKNOWN:"Unknown",BACKSPACE:"Backspace",ENTER:"Enter",SPACEBAR:"Spacebar",PAGE_UP:"PageUp",PAGE_DOWN:"PageDown",END:"End",HOME:"Home",ARROW_LEFT:"ArrowLeft",ARROW_UP:"ArrowUp",ARROW_RIGHT:"ArrowRight",ARROW_DOWN:"ArrowDown",DELETE:"Delete",ESCAPE:"Escape",TAB:"Tab"},r=new Set;r.add(o.BACKSPACE),r.add(o.ENTER),r.add(o.SPACEBAR),r.add(o.PAGE_UP),r.add(o.PAGE_DOWN),r.add(o.END),r.add(o.HOME),r.add(o.ARROW_LEFT),r.add(o.ARROW_UP),r.add(o.ARROW_RIGHT),r.add(o.ARROW_DOWN),r.add(o.DELETE),r.add(o.ESCAPE),r.add(o.TAB);var n=new Map;n.set(8,o.BACKSPACE),n.set(13,o.ENTER),n.set(32,o.SPACEBAR),n.set(33,o.PAGE_UP),n.set(34,o.PAGE_DOWN),n.set(35,o.END),n.set(36,o.HOME),n.set(37,o.ARROW_LEFT),n.set(38,o.ARROW_UP),n.set(39,o.ARROW_RIGHT),n.set(40,o.ARROW_DOWN),n.set(46,o.DELETE),n.set(27,o.ESCAPE),n.set(9,o.TAB);var s=new Set;function a(t){var e=t.key;return r.has(e)?e:n.get(t.keyCode)||o.UNKNOWN}s.add(o.PAGE_UP),s.add(o.PAGE_DOWN),s.add(o.END),s.add(o.HOME),s.add(o.ARROW_LEFT),s.add(o.ARROW_UP),s.add(o.ARROW_RIGHT),s.add(o.ARROW_DOWN)},7392:(t,e,i)=>{i.d(e,{H:()=>n,q:()=>r.qN});var o=i(5862),r=i(5610);class n extends o.oi{click(){if(this.mdcRoot)return this.mdcRoot.focus(),void this.mdcRoot.click();super.click()}createFoundation(){void 0!==this.mdcFoundation&&this.mdcFoundation.destroy(),this.mdcFoundationClass&&(this.mdcFoundation=new this.mdcFoundationClass(this.createAdapter()),this.mdcFoundation.init())}firstUpdated(){this.createFoundation()}}},5610:(t,e,i)=>{function o(t){return{addClass:e=>{t.classList.add(e)},removeClass:e=>{t.classList.remove(e)},hasClass:e=>t.classList.contains(e)}}i.d(e,{qN:()=>o});let r=!1;const n=()=>{},s={get passive(){return r=!0,!1}};document.addEventListener("x",n,s),document.removeEventListener("x",n)},655:(t,e,i)=>{function o(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}function r(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)}i.d(e,{gn:()=>o,w6:()=>r}),Object.create,Object.create},8701:(t,e,i)=>{i.d(e,{ec:()=>h,i1:()=>d,iv:()=>l});const o=window,r=o.ShadowRoot&&(void 0===o.ShadyCSS||o.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,n=Symbol(),s=new WeakMap;class a{constructor(t,e,i){if(this._$cssResult$=!0,i!==n)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(r&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=s.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&s.set(e,t))}return t}toString(){return this.cssText}}const l=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1]),t[0]);return new a(i,t,n)},h=(t,e)=>{r?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),r=o.litNonce;void 0!==r&&i.setAttribute("nonce",r),i.textContent=e.cssText,t.appendChild(i)}))},d=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return(t=>new a("string"==typeof t?t:t+"",void 0,n))(e)})(t):t},5674:(t,e,i)=>{i.d(e,{eZ:()=>o});const o=({finisher:t,descriptor:e})=>(i,o)=>{var r;if(void 0===o){const o=null!==(r=i.originalKey)&&void 0!==r?r:i.key,n=null!=e?{kind:"method",placement:"prototype",key:o,descriptor:e(i.key)}:{...i,key:o};return null!=t&&(n.finisher=function(e){t(e,o)}),n}{const r=i.constructor;void 0!==e&&Object.defineProperty(i,o,e(o)),null==t||t(r,o)}}},5713:(t,e,i)=>{i.d(e,{M:()=>o});const o=t=>e=>"function"==typeof e?((t,e)=>(customElements.define(t,e),e))(t,e):((t,e)=>{const{kind:i,elements:o}=e;return{kind:i,elements:o,finisher(e){customElements.define(t,e)}}})(t,e)},760:(t,e,i)=>{i.d(e,{C:()=>r});const o=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(i){i.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(i){i.createProperty(e.key,t)}};function r(t){return(e,i)=>void 0!==i?((t,e,i)=>{e.constructor.createProperty(i,t)})(t,e,i):o(t,e)}},7935:(t,e,i)=>{var o;null===(o=window.HTMLSlotElement)||void 0===o||o.prototype.assignedElements},43:(t,e,i)=>{i(7935)},2669:(t,e,i)=>{i.d(e,{I:()=>r});var o=i(5674);function r(t,e){return(0,o.eZ)({descriptor:i=>{const o={get(){var e,i;return null!==(i=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==i?i:null},enumerable:!0,configurable:!0};if(e){const e="symbol"==typeof i?Symbol():"__"+i;o.get=function(){var i,o;return void 0===this[e]&&(this[e]=null!==(o=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==o?o:null),this[e]}}return o}})}},8732:(t,e,i)=>{i.d(e,{fl:()=>p,iv:()=>r.iv});var o,r=i(8701);const n=window,s=n.trustedTypes,a=s?s.emptyScript:"",l=n.reactiveElementPolyfillSupport,h={toAttribute(t,e){switch(e){case Boolean:t=t?a:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},d=(t,e)=>e!==t&&(e==e||t==t),c={attribute:!0,type:String,converter:h,reflect:!1,hasChanged:d};class p extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;null!==(e=this.h)&&void 0!==e||(this.h=[]),this.h.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Ep(i,e);void 0!==o&&(this._$Ev.set(o,i),t.push(o))})),t}static createProperty(t,e=c){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const r=this[t];this[e]=o,this.requestUpdate(t,r,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||c}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift((0,r.i1)(t))}else void 0!==t&&e.push((0,r.i1)(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return(0,r.ec)(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=c){var o;const r=this.constructor._$Ep(t,i);if(void 0!==r&&!0===i.reflect){const n=(void 0!==(null===(o=i.converter)||void 0===o?void 0:o.toAttribute)?i.converter:h).toAttribute(e,i.type);this._$El=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$El=null}}_$AK(t,e){var i;const o=this.constructor,r=o._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=o.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:h;this._$El=r,this[r]=n.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||d)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}p.finalized=!0,p.elementProperties=new Map,p.elementStyles=[],p.shadowRootOptions={mode:"open"},null==l||l({ReactiveElement:p}),(null!==(o=n.reactiveElementVersions)&&void 0!==o?o:n.reactiveElementVersions=[]).push("1.4.0")},8922:(t,e,i)=>{i.d(e,{dy:()=>s.dy,iv:()=>n.iv,oi:()=>a});var o,r,n=i(8732),s=i(3692);class a extends n.fl{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=(0,s.sY)(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return s.Jb}}a.finalized=!0,a._$litElement$=!0,null===(o=globalThis.litElementHydrateSupport)||void 0===o||o.call(globalThis,{LitElement:a});const l=globalThis.litElementPolyfillSupport;null==l||l({LitElement:a}),(null!==(r=globalThis.litElementVersions)&&void 0!==r?r:globalThis.litElementVersions=[]).push("3.2.2")},3692:(t,e,i)=>{var o;i.d(e,{Jb:()=>w,dy:()=>A,sY:()=>O});const r=window,n=r.trustedTypes,s=n?n.createPolicy("lit-html",{createHTML:t=>t}):void 0,a=`lit$${(Math.random()+"").slice(9)}$`,l="?"+a,h=`<${l}>`,d=document,c=(t="")=>d.createComment(t),p=t=>null===t||"object"!=typeof t&&"function"!=typeof t,u=Array.isArray,m=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,f=/-->/g,g=/>/g,E=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),T=/'/g,v=/"/g,_=/^(?:script|style|textarea|title)$/i,y=t=>(e,...i)=>({_$litType$:t,strings:e,values:i}),A=y(1),w=(y(2),Symbol.for("lit-noChange")),S=Symbol.for("lit-nothing"),x=new WeakMap,O=(t,e,i)=>{var o,r;const n=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let s=n._$litPart$;if(void 0===s){const t=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:null;n._$litPart$=s=new P(e.insertBefore(c(),t),t,void 0,null!=i?i:{})}return s._$AI(t),s},C=d.createTreeWalker(d,129,null,!1),D=(t,e)=>{const i=t.length-1,o=[];let r,n=2===e?"<svg>":"",l=m;for(let e=0;e<i;e++){const i=t[e];let s,d,c=-1,p=0;for(;p<i.length&&(l.lastIndex=p,d=l.exec(i),null!==d);)p=l.lastIndex,l===m?"!--"===d[1]?l=f:void 0!==d[1]?l=g:void 0!==d[2]?(_.test(d[2])&&(r=RegExp("</"+d[2],"g")),l=E):void 0!==d[3]&&(l=E):l===E?">"===d[0]?(l=null!=r?r:m,c=-1):void 0===d[1]?c=-2:(c=l.lastIndex-d[2].length,s=d[1],l=void 0===d[3]?E:'"'===d[3]?v:T):l===v||l===T?l=E:l===f||l===g?l=m:(l=E,r=void 0);const u=l===E&&t[e+1].startsWith("/>")?" ":"";n+=l===m?i+h:c>=0?(o.push(s),i.slice(0,c)+"$lit$"+i.slice(c)+a+u):i+a+(-2===c?(o.push(void 0),e):u)}const d=n+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==s?s.createHTML(d):d,o]};class b{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let r=0,s=0;const h=t.length-1,d=this.parts,[p,u]=D(t,e);if(this.el=b.createElement(p,i),C.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=C.nextNode())&&d.length<h;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(a)){const i=u[s++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split(a),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:r,name:e[2],strings:t,ctor:"."===e[1]?N:"?"===e[1]?W:"@"===e[1]?B:H})}else d.push({type:6,index:r})}for(const e of t)o.removeAttribute(e)}if(_.test(o.tagName)){const t=o.textContent.split(a),e=t.length-1;if(e>0){o.textContent=n?n.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],c()),C.nextNode(),d.push({type:2,index:++r});o.append(t[e],c())}}}else if(8===o.nodeType)if(o.data===l)d.push({type:2,index:r});else{let t=-1;for(;-1!==(t=o.data.indexOf(a,t+1));)d.push({type:7,index:r}),t+=a.length-1}r++}}static createElement(t,e){const i=d.createElement("template");return i.innerHTML=t,i}}function R(t,e,i=t,o){var r,n,s,a;if(e===w)return e;let l=void 0!==o?null===(r=i._$Cl)||void 0===r?void 0:r[o]:i._$Cu;const h=p(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(n=null==l?void 0:l._$AO)||void 0===n||n.call(l,!1),void 0===h?l=void 0:(l=new h(t),l._$AT(t,i,o)),void 0!==o?(null!==(s=(a=i)._$Cl)&&void 0!==s?s:a._$Cl=[])[o]=l:i._$Cu=l),void 0!==l&&(e=R(t,l._$AS(t,e.values),l,o)),e}class ${constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:o}=this._$AD,r=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:d).importNode(i,!0);C.currentNode=r;let n=C.nextNode(),s=0,a=0,l=o[0];for(;void 0!==l;){if(s===l.index){let e;2===l.type?e=new P(n,n.nextSibling,this,t):1===l.type?e=new l.ctor(n,l.name,l.strings,this,t):6===l.type&&(e=new L(n,this,t)),this.v.push(e),l=o[++a]}s!==(null==l?void 0:l.index)&&(n=C.nextNode(),s++)}return r}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class P{constructor(t,e,i,o){var r;this.type=2,this._$AH=S,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$C_=null===(r=null==o?void 0:o.isConnected)||void 0===r||r}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$C_}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=R(this,t,e),p(t)?t===S||null==t||""===t?(this._$AH!==S&&this._$AR(),this._$AH=S):t!==this._$AH&&t!==w&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):(t=>u(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.O(t):this.$(t)}S(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t))}$(t){this._$AH!==S&&p(this._$AH)?this._$AA.nextSibling.data=t:this.k(d.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=b.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===r)this._$AH.m(i);else{const t=new $(r,this),e=t.p(this.options);t.m(i),this.k(e),this._$AH=t}}_$AC(t){let e=x.get(t.strings);return void 0===e&&x.set(t.strings,e=new b(t)),e}O(t){u(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const r of t)o===e.length?e.push(i=new P(this.S(c()),this.S(c()),this,this.options)):i=e[o],i._$AI(r),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$C_=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class H{constructor(t,e,i,o,r){this.type=1,this._$AH=S,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=r,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=S}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const r=this.strings;let n=!1;if(void 0===r)t=R(this,t,e,0),n=!p(t)||t!==this._$AH&&t!==w,n&&(this._$AH=t);else{const o=t;let s,a;for(t=r[0],s=0;s<r.length-1;s++)a=R(this,o[i+s],e,s),a===w&&(a=this._$AH[s]),n||(n=!p(a)||a!==this._$AH[s]),a===S?t=S:t!==S&&(t+=(null!=a?a:"")+r[s+1]),this._$AH[s]=a}n&&!o&&this.P(t)}P(t){t===S?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class N extends H{constructor(){super(...arguments),this.type=3}P(t){this.element[this.name]=t===S?void 0:t}}const I=n?n.emptyScript:"";class W extends H{constructor(){super(...arguments),this.type=4}P(t){t&&t!==S?this.element.setAttribute(this.name,I):this.element.removeAttribute(this.name)}}class B extends H{constructor(t,e,i,o,r){super(t,e,i,o,r),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=R(this,t,e,0))&&void 0!==i?i:S)===w)return;const o=this._$AH,r=t===S&&o!==S||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==S&&(o===S||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class L{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){R(this,t)}}const M=r.litHtmlPolyfillSupport;null==M||M(b,P),(null!==(o=r.litHtmlVersions)&&void 0!==o?o:r.litHtmlVersions=[]).push("2.3.0")},9662:(t,e,i)=>{i.d(e,{Cb:()=>r.C,IO:()=>n.I,Mo:()=>o.M});var o=i(5713),r=i(760),n=i(2669);i(7935),i(43)},5862:(t,e,i)=>{i.d(e,{dy:()=>o.dy,iv:()=>o.iv,oi:()=>o.oi}),i(8732),i(3692);var o=i(8922)}},e={};function i(o){var r=e[o];if(void 0!==r)return r.exports;var n=e[o]={exports:{}};return t[o](n,n.exports,i),n.exports}i.d=(t,e)=>{for(var o in e)i.o(e,o)&&!i.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{var t,e=i(655),o=i(7392);!function(t){t.RICH="mdc-tooltip--rich",t.SHOWN="mdc-tooltip--shown",t.SHOWING="mdc-tooltip--showing",t.SHOWING_TRANSITION="mdc-tooltip--showing-transition",t.HIDE="mdc-tooltip--hide",t.HIDE_TRANSITION="mdc-tooltip--hide-transition",t.MULTILINE_TOOLTIP="mdc-tooltip--multiline",t.SURFACE="mdc-tooltip__surface",t.SURFACE_ANIMATION="mdc-tooltip__surface-animation",t.TOOLTIP_CARET_TOP="mdc-tooltip__caret-surface-top",t.TOOLTIP_CARET_BOTTOM="mdc-tooltip__caret-surface-bottom"}(t||(t={}));var r,n,s;!function(t){t[t.DETECTED=0]="DETECTED",t[t.START=1]="START",t[t.CENTER=2]="CENTER",t[t.END=3]="END"}(r||(r={})),function(t){t[t.DETECTED=0]="DETECTED",t[t.ABOVE=1]="ABOVE",t[t.BELOW=2]="BELOW"}(n||(n={})),function(t){t[t.BOUNDED=0]="BOUNDED",t[t.UNBOUNDED=1]="UNBOUNDED"}(s||(s={}));var a,l,h,d="left",c="right",p="center",u="top",m="bottom";!function(t){t[t.DETECTED=0]="DETECTED",t[t.ABOVE_START=1]="ABOVE_START",t[t.ABOVE_CENTER=2]="ABOVE_CENTER",t[t.ABOVE_END=3]="ABOVE_END",t[t.TOP_SIDE_START=4]="TOP_SIDE_START",t[t.CENTER_SIDE_START=5]="CENTER_SIDE_START",t[t.BOTTOM_SIDE_START=6]="BOTTOM_SIDE_START",t[t.TOP_SIDE_END=7]="TOP_SIDE_END",t[t.CENTER_SIDE_END=8]="CENTER_SIDE_END",t[t.BOTTOM_SIDE_END=9]="BOTTOM_SIDE_END",t[t.BELOW_START=10]="BELOW_START",t[t.BELOW_CENTER=11]="BELOW_CENTER",t[t.BELOW_END=12]="BELOW_END"}(a||(a={})),function(t){t[t.ABOVE=1]="ABOVE",t[t.BELOW=2]="BELOW",t[t.SIDE_TOP=3]="SIDE_TOP",t[t.SIDE_CENTER=4]="SIDE_CENTER",t[t.SIDE_BOTTOM=5]="SIDE_BOTTOM"}(l||(l={})),function(t){t[t.START=1]="START",t[t.CENTER=2]="CENTER",t[t.END=3]="END",t[t.SIDE_START=4]="SIDE_START",t[t.SIDE_END=5]="SIDE_END"}(h||(h={}));var f=i(9662),g=i(5862),E=i(2195),T=i(5475),v=i(6308),_=i(9502);const{RICH:y,SHOWN:A,SHOWING:w,SHOWING_TRANSITION:S,HIDE:x,HIDE_TRANSITION:O,MULTILINE_TOOLTIP:C}=t;var D;!function(t){t.POLL_ANCHOR="poll_anchor"}(D||(D={}));const b="undefined"!=typeof window;class R extends v.K{constructor(t){super(Object.assign(Object.assign({},R.defaultAdapter),t)),this.tooltipShown=!1,this.anchorGap=4,this.xTooltipPos=r.DETECTED,this.yTooltipPos=n.DETECTED,this.tooltipPositionWithCaret=a.DETECTED,this.minViewportTooltipThreshold=8,this.hideDelayMs=600,this.showDelayMs=500,this.anchorRect=null,this.parentRect=null,this.frameId=null,this.hideTimeout=null,this.showTimeout=null,this.addAncestorScrollEventListeners=new Array,this.removeAncestorScrollEventListeners=new Array,this.animFrame=new E.$,this.anchorBlurHandler=t=>{this.handleAnchorBlur(t)},this.documentClickHandler=t=>{this.handleDocumentClick(t)},this.documentKeydownHandler=t=>{this.handleKeydown(t)},this.tooltipMouseEnterHandler=()=>{this.handleTooltipMouseEnter()},this.tooltipMouseLeaveHandler=()=>{this.handleTooltipMouseLeave()},this.richTooltipFocusOutHandler=t=>{this.handleRichTooltipFocusOut(t)},this.windowScrollHandler=()=>{this.handleWindowScrollEvent()},this.windowResizeHandler=()=>{this.handleWindowChangeEvent()}}static get defaultAdapter(){return{getAttribute:()=>null,setAttribute:()=>{},removeAttribute:()=>{},addClass:()=>{},hasClass:()=>!1,removeClass:()=>{},getComputedStyleProperty:()=>"",setStyleProperty:()=>{},setSurfaceAnimationStyleProperty:()=>{},getViewportWidth:()=>0,getViewportHeight:()=>0,getTooltipSize:()=>({width:0,height:0}),getAnchorBoundingRect:()=>({top:0,right:0,bottom:0,left:0,width:0,height:0}),getParentBoundingRect:()=>({top:0,right:0,bottom:0,left:0,width:0,height:0}),getAnchorAttribute:()=>null,setAnchorAttribute:()=>null,isRTL:()=>!1,anchorContainsElement:()=>!1,tooltipContainsElement:()=>!1,focusAnchorElement:()=>{},registerEventHandler:()=>{},deregisterEventHandler:()=>{},registerAnchorEventHandler:()=>{},deregisterAnchorEventHandler:()=>{},registerDocumentEventHandler:()=>{},deregisterDocumentEventHandler:()=>{},registerWindowEventHandler:()=>{},deregisterWindowEventHandler:()=>{},notifyHidden:()=>{},getTooltipCaretBoundingRect:()=>({top:0,right:0,bottom:0,left:0,width:0,height:0}),setTooltipCaretStyle:()=>{},clearTooltipCaretStyles:()=>{},getActiveElement:()=>null}}init(){this.richTooltip=this.adapter.hasClass(y),this.persistentTooltip="true"===this.adapter.getAttribute("data-mdc-tooltip-persistent"),this.interactiveTooltip=!!this.adapter.getAnchorAttribute("aria-expanded")&&"dialog"===this.adapter.getAnchorAttribute("aria-haspopup"),this.hasCaret=this.richTooltip&&"true"===this.adapter.getAttribute("data-mdc-tooltip-has-caret")}isShown(){return this.tooltipShown}isRich(){return this.richTooltip}isPersistent(){return this.persistentTooltip}handleAnchorMouseEnter(){this.tooltipShown?this.show():(this.clearHideTimeout(),this.showTimeout=setTimeout((()=>{this.show()}),this.showDelayMs))}handleAnchorTouchstart(){this.showTimeout=setTimeout((()=>{this.show()}),this.showDelayMs),this.adapter.registerWindowEventHandler("contextmenu",this.preventContextMenuOnLongTouch)}preventContextMenuOnLongTouch(t){t.preventDefault()}handleAnchorTouchend(){this.clearShowTimeout(),this.isShown()||this.adapter.deregisterWindowEventHandler("contextmenu",this.preventContextMenuOnLongTouch)}handleAnchorFocus(t){const{relatedTarget:e}=t;e instanceof HTMLElement&&this.adapter.tooltipContainsElement(e)||(this.showTimeout=setTimeout((()=>{this.show()}),this.showDelayMs))}handleAnchorMouseLeave(){this.clearShowTimeout(),this.hideTimeout=setTimeout((()=>{this.hide()}),this.hideDelayMs)}handleAnchorClick(){this.tooltipShown?this.hide():this.show()}handleDocumentClick(t){const e=t.target instanceof HTMLElement&&(this.adapter.anchorContainsElement(t.target)||this.adapter.tooltipContainsElement(t.target));this.richTooltip&&this.persistentTooltip&&e||this.hide()}handleKeydown(t){if((0,_.ku)(t)===_.Fn.ESCAPE){const t=this.adapter.getActiveElement();t instanceof HTMLElement&&this.adapter.tooltipContainsElement(t)&&this.adapter.focusAnchorElement(),this.hide()}}handleAnchorBlur(t){if(this.richTooltip){if(t.relatedTarget instanceof HTMLElement&&this.adapter.tooltipContainsElement(t.relatedTarget))return;if(null===t.relatedTarget&&this.interactiveTooltip)return}this.hide()}handleTooltipMouseEnter(){this.show()}handleTooltipMouseLeave(){this.clearShowTimeout(),this.hideTimeout=setTimeout((()=>{this.hide()}),this.hideDelayMs)}handleRichTooltipFocusOut(t){t.relatedTarget instanceof HTMLElement&&(this.adapter.anchorContainsElement(t.relatedTarget)||this.adapter.tooltipContainsElement(t.relatedTarget))||null===t.relatedTarget&&this.interactiveTooltip||this.hide()}handleWindowScrollEvent(){this.persistentTooltip?this.handleWindowChangeEvent():this.hide()}handleWindowChangeEvent(){this.animFrame.request(D.POLL_ANCHOR,(()=>{this.repositionTooltipOnAnchorMove()}))}show(){if(this.clearHideTimeout(),this.clearShowTimeout(),!this.tooltipShown){this.tooltipShown=!0,this.adapter.removeAttribute("aria-hidden"),this.richTooltip&&(this.interactiveTooltip&&this.adapter.setAnchorAttribute("aria-expanded","true"),this.adapter.registerEventHandler("focusout",this.richTooltipFocusOutHandler)),this.persistentTooltip||(this.adapter.registerEventHandler("mouseenter",this.tooltipMouseEnterHandler),this.adapter.registerEventHandler("mouseleave",this.tooltipMouseLeaveHandler)),this.adapter.removeClass(x),this.adapter.addClass(w),this.isTooltipMultiline()&&!this.richTooltip&&this.adapter.addClass(C),this.anchorRect=this.adapter.getAnchorBoundingRect(),this.parentRect=this.adapter.getParentBoundingRect(),this.richTooltip?this.positionRichTooltip():this.positionPlainTooltip(),this.adapter.registerAnchorEventHandler("blur",this.anchorBlurHandler),this.adapter.registerDocumentEventHandler("click",this.documentClickHandler),this.adapter.registerDocumentEventHandler("keydown",this.documentKeydownHandler),this.adapter.registerWindowEventHandler("scroll",this.windowScrollHandler),this.adapter.registerWindowEventHandler("resize",this.windowResizeHandler);for(const t of this.addAncestorScrollEventListeners)t();this.frameId=requestAnimationFrame((()=>{this.clearAllAnimationClasses(),this.adapter.addClass(A),this.adapter.addClass(S)}))}}hide(){if(this.clearHideTimeout(),this.clearShowTimeout(),this.tooltipShown){this.frameId&&cancelAnimationFrame(this.frameId),this.tooltipShown=!1,this.adapter.setAttribute("aria-hidden","true"),this.adapter.deregisterEventHandler("focusout",this.richTooltipFocusOutHandler),this.richTooltip&&this.interactiveTooltip&&this.adapter.setAnchorAttribute("aria-expanded","false"),this.persistentTooltip||(this.adapter.deregisterEventHandler("mouseenter",this.tooltipMouseEnterHandler),this.adapter.deregisterEventHandler("mouseleave",this.tooltipMouseLeaveHandler)),this.clearAllAnimationClasses(),this.adapter.addClass(x),this.adapter.addClass(O),this.adapter.removeClass(A),this.adapter.deregisterAnchorEventHandler("blur",this.anchorBlurHandler),this.adapter.deregisterDocumentEventHandler("click",this.documentClickHandler),this.adapter.deregisterDocumentEventHandler("keydown",this.documentKeydownHandler),this.adapter.deregisterWindowEventHandler("scroll",this.windowScrollHandler),this.adapter.deregisterWindowEventHandler("resize",this.windowResizeHandler),this.adapter.deregisterWindowEventHandler("contextmenu",this.preventContextMenuOnLongTouch);for(const t of this.removeAncestorScrollEventListeners)t()}}handleTransitionEnd(){const t=this.adapter.hasClass(x);this.adapter.removeClass(w),this.adapter.removeClass(S),this.adapter.removeClass(x),this.adapter.removeClass(O),t&&null===this.showTimeout&&this.adapter.notifyHidden()}clearAllAnimationClasses(){this.adapter.removeClass(S),this.adapter.removeClass(O)}setTooltipPosition(t){const{xPos:e,yPos:i,withCaretPos:o}=t;this.hasCaret&&o?this.tooltipPositionWithCaret=o:(e&&(this.xTooltipPos=e),i&&(this.yTooltipPos=i))}setAnchorBoundaryType(t){t===s.UNBOUNDED?this.anchorGap=8:this.anchorGap=4}setShowDelay(t){this.showDelayMs=t}setHideDelay(t){this.hideDelayMs=t}isTooltipMultiline(){const t=this.adapter.getTooltipSize();return t.height>24&&t.width>=200}positionPlainTooltip(){const{top:t,yTransformOrigin:e,left:i,xTransformOrigin:o}=this.calculateTooltipStyles(this.anchorRect),r=b?(0,T.E)(window,"transform"):"transform";this.adapter.setSurfaceAnimationStyleProperty(`${r}-origin`,`${o} ${e}`),this.adapter.setStyleProperty("top",`${t}px`),this.adapter.setStyleProperty("left",`${i}px`)}positionRichTooltip(){var t,e,i,o;const r=this.adapter.getComputedStyleProperty("width");this.adapter.setStyleProperty("width",r);const{top:n,yTransformOrigin:s,left:a,xTransformOrigin:l}=this.hasCaret?this.calculateTooltipWithCaretStyles(this.anchorRect):this.calculateTooltipStyles(this.anchorRect),h=b?(0,T.E)(window,"transform"):"transform";this.adapter.setSurfaceAnimationStyleProperty(`${h}-origin`,`${l} ${s}`);const d=a-(null!==(e=null===(t=this.parentRect)||void 0===t?void 0:t.left)&&void 0!==e?e:0),c=n-(null!==(o=null===(i=this.parentRect)||void 0===i?void 0:i.top)&&void 0!==o?o:0);this.adapter.setStyleProperty("top",`${c}px`),this.adapter.setStyleProperty("left",`${d}px`)}calculateTooltipStyles(t){if(!t)return{top:0,left:0};const e=this.adapter.getTooltipSize(),i=this.calculateYTooltipDistance(t,e.height),o=this.calculateXTooltipDistance(t,e.width);return{top:i.distance,yTransformOrigin:i.yTransformOrigin,left:o.distance,xTransformOrigin:o.xTransformOrigin}}calculateXTooltipDistance(t,e){const i=!this.adapter.isRTL();let o,n,s,a,l;this.richTooltip?(o=i?t.left-e:t.right,n=i?t.right:t.left-e,a=i?c:d,l=i?d:c):(o=i?t.left:t.right-e,n=i?t.right-e:t.left,s=t.left+(t.width-e)/2,a=i?d:c,l=i?c:d);const h=this.richTooltip?this.determineValidPositionOptions(o,n):this.determineValidPositionOptions(s,o,n);if(this.xTooltipPos===r.START&&h.has(o))return{distance:o,xTransformOrigin:a};if(this.xTooltipPos===r.END&&h.has(n))return{distance:n,xTransformOrigin:l};if(this.xTooltipPos===r.CENTER&&h.has(s))return{distance:s,xTransformOrigin:p};const u=(this.richTooltip?[{distance:n,xTransformOrigin:l},{distance:o,xTransformOrigin:a}]:[{distance:s,xTransformOrigin:p},{distance:o,xTransformOrigin:a},{distance:n,xTransformOrigin:l}]).find((({distance:t})=>h.has(t)));return u||(t.left<0?{distance:this.minViewportTooltipThreshold,xTransformOrigin:d}:{distance:this.adapter.getViewportWidth()-(e+this.minViewportTooltipThreshold),xTransformOrigin:c})}determineValidPositionOptions(...t){const e=new Set,i=new Set;for(const o of t)this.positionHonorsViewportThreshold(o)?e.add(o):this.positionDoesntCollideWithViewport(o)&&i.add(o);return e.size?e:i}positionHonorsViewportThreshold(t){const e=this.adapter.getViewportWidth();return t+this.adapter.getTooltipSize().width<=e-this.minViewportTooltipThreshold&&t>=this.minViewportTooltipThreshold}positionDoesntCollideWithViewport(t){const e=this.adapter.getViewportWidth();return t+this.adapter.getTooltipSize().width<=e&&t>=0}calculateYTooltipDistance(t,e){const i=t.bottom+this.anchorGap,o=t.top-(this.anchorGap+e),r=this.determineValidYPositionOptions(o,i);return this.yTooltipPos===n.ABOVE&&r.has(o)?{distance:o,yTransformOrigin:m}:this.yTooltipPos===n.BELOW&&r.has(i)||r.has(i)?{distance:i,yTransformOrigin:u}:r.has(o)?{distance:o,yTransformOrigin:m}:{distance:i,yTransformOrigin:u}}determineValidYPositionOptions(t,e){const i=new Set,o=new Set;return this.yPositionHonorsViewportThreshold(t)?i.add(t):this.yPositionDoesntCollideWithViewport(t)&&o.add(t),this.yPositionHonorsViewportThreshold(e)?i.add(e):this.yPositionDoesntCollideWithViewport(e)&&o.add(e),i.size?i:o}yPositionHonorsViewportThreshold(t){const e=this.adapter.getViewportHeight();return t+this.adapter.getTooltipSize().height+this.minViewportTooltipThreshold<=e&&t>=this.minViewportTooltipThreshold}yPositionDoesntCollideWithViewport(t){const e=this.adapter.getViewportHeight();return t+this.adapter.getTooltipSize().height<=e&&t>=0}calculateTooltipWithCaretStyles(t){this.adapter.clearTooltipCaretStyles();const e=this.adapter.getTooltipCaretBoundingRect();if(!t||!e)return{position:a.DETECTED,top:0,left:0};const i=e.width/.8,o=e.height/.8/2,r=this.adapter.getTooltipSize(),n=this.calculateYWithCaretDistanceOptions(t,r.height,{caretWidth:i,caretHeight:o}),s=this.calculateXWithCaretDistanceOptions(t,r.width,{caretWidth:i,caretHeight:o});let l=this.validateTooltipWithCaretDistances(n,s);l.size<1&&(l=this.generateBackupPositionOption(t,r,{caretWidth:i,caretHeight:o}));const{position:h,xDistance:d,yDistance:c}=this.determineTooltipWithCaretDistance(l),{yTransformOrigin:p,xTransformOrigin:u}=this.setCaretPositionStyles(h,{caretWidth:i,caretHeight:o});return{yTransformOrigin:p,xTransformOrigin:u,top:c,left:d}}calculateXWithCaretDistanceOptions(t,e,i){const{caretWidth:o,caretHeight:r}=i,n=!this.adapter.isRTL(),s=t.left+t.width/2,a=t.left-(e+this.anchorGap+r),l=t.right+this.anchorGap+r,d=n?a:l,c=n?l:a,p=s-(24+o/2),u=s-(e-24-o/2),m=n?p:u,f=n?u:p,g=s-e/2;return new Map([[h.START,m],[h.CENTER,g],[h.END,f],[h.SIDE_END,c],[h.SIDE_START,d]])}calculateYWithCaretDistanceOptions(t,e,i){const{caretWidth:o,caretHeight:r}=i,n=t.top+t.height/2,s=t.bottom+this.anchorGap+r,a=t.top-(this.anchorGap+e+r),h=n-(24+o/2),d=n-e/2,c=n-(e-24-o/2);return new Map([[l.ABOVE,a],[l.BELOW,s],[l.SIDE_TOP,h],[l.SIDE_CENTER,d],[l.SIDE_BOTTOM,c]])}repositionTooltipOnAnchorMove(){const t=this.adapter.getAnchorBoundingRect();t&&this.anchorRect&&(t.top===this.anchorRect.top&&t.left===this.anchorRect.left&&t.height===this.anchorRect.height&&t.width===this.anchorRect.width||(this.anchorRect=t,this.parentRect=this.adapter.getParentBoundingRect(),this.richTooltip?this.positionRichTooltip():this.positionPlainTooltip()))}validateTooltipWithCaretDistances(t,e){const i=new Map,o=new Map,r=new Map([[l.ABOVE,[h.START,h.CENTER,h.END]],[l.BELOW,[h.START,h.CENTER,h.END]],[l.SIDE_TOP,[h.SIDE_START,h.SIDE_END]],[l.SIDE_CENTER,[h.SIDE_START,h.SIDE_END]],[l.SIDE_BOTTOM,[h.SIDE_START,h.SIDE_END]]]);for(const n of r.keys()){const s=t.get(n);if(this.yPositionHonorsViewportThreshold(s))for(const t of r.get(n)){const o=e.get(t);if(this.positionHonorsViewportThreshold(o)){const e=this.caretPositionOptionsMapping(t,n);i.set(e,{xDistance:o,yDistance:s})}}if(this.yPositionDoesntCollideWithViewport(s))for(const t of r.get(n)){const i=e.get(t);if(this.positionDoesntCollideWithViewport(i)){const e=this.caretPositionOptionsMapping(t,n);o.set(e,{xDistance:i,yDistance:s})}}}return i.size?i:o}generateBackupPositionOption(t,e,i){const o=!this.adapter.isRTL();let r,n,s,a;t.left<0?(r=this.minViewportTooltipThreshold+i.caretHeight,n=o?h.END:h.START):(r=this.adapter.getViewportWidth()-(e.width+this.minViewportTooltipThreshold+i.caretHeight),n=o?h.START:h.END),t.top<0?(s=this.minViewportTooltipThreshold+i.caretHeight,a=l.BELOW):(s=this.adapter.getViewportHeight()-(e.height+this.minViewportTooltipThreshold+i.caretHeight),a=l.ABOVE);const d=this.caretPositionOptionsMapping(n,a);return new Map([[d,{xDistance:r,yDistance:s}]])}determineTooltipWithCaretDistance(t){if(t.has(this.tooltipPositionWithCaret)){const e=t.get(this.tooltipPositionWithCaret);return{position:this.tooltipPositionWithCaret,xDistance:e.xDistance,yDistance:e.yDistance}}const e=[a.ABOVE_START,a.ABOVE_CENTER,a.ABOVE_END,a.TOP_SIDE_START,a.CENTER_SIDE_START,a.BOTTOM_SIDE_START,a.TOP_SIDE_END,a.CENTER_SIDE_END,a.BOTTOM_SIDE_END,a.BELOW_START,a.BELOW_CENTER,a.BELOW_END].find((e=>t.has(e))),i=t.get(e);return{position:e,xDistance:i.xDistance,yDistance:i.yDistance}}caretPositionOptionsMapping(t,e){switch(e){case l.ABOVE:if(t===h.START)return a.ABOVE_START;if(t===h.CENTER)return a.ABOVE_CENTER;if(t===h.END)return a.ABOVE_END;break;case l.BELOW:if(t===h.START)return a.BELOW_START;if(t===h.CENTER)return a.BELOW_CENTER;if(t===h.END)return a.BELOW_END;break;case l.SIDE_TOP:if(t===h.SIDE_START)return a.TOP_SIDE_START;if(t===h.SIDE_END)return a.TOP_SIDE_END;break;case l.SIDE_CENTER:if(t===h.SIDE_START)return a.CENTER_SIDE_START;if(t===h.SIDE_END)return a.CENTER_SIDE_END;break;case l.SIDE_BOTTOM:if(t===h.SIDE_START)return a.BOTTOM_SIDE_START;if(t===h.SIDE_END)return a.BOTTOM_SIDE_END}throw new Error(`MDCTooltipFoundation: Invalid caret position of ${t}, ${e}`)}setCaretPositionStyles(t,e){const i=this.calculateCaretPositionOnTooltip(t,e);if(!i)return{yTransformOrigin:0,xTransformOrigin:0};this.adapter.clearTooltipCaretStyles(),this.adapter.setTooltipCaretStyle(i.yAlignment,i.yAxisPx),this.adapter.setTooltipCaretStyle(i.xAlignment,i.xAxisPx);const o=i.skew*(Math.PI/180),r=Math.cos(o);this.adapter.setTooltipCaretStyle("transform",`rotate(${i.rotation}deg) skewY(${i.skew}deg) scaleX(${r})`),this.adapter.setTooltipCaretStyle("transform-origin",`${i.xAlignment} ${i.yAlignment}`);for(const t of i.caretCorners)this.adapter.setTooltipCaretStyle(t,"0");return{yTransformOrigin:i.yTransformOrigin,xTransformOrigin:i.xTransformOrigin}}calculateCaretPositionOnTooltip(t,e){const i=!this.adapter.isRTL(),o=this.adapter.getComputedStyleProperty("width"),r=this.adapter.getComputedStyleProperty("height");if(!o||!r||!e)return;const n=`calc((${o} - ${e.caretWidth}px) / 2)`,s=`calc((${r} - ${e.caretWidth}px) / 2)`,l="0",h="24px",p=`calc(${o} - 24px)`,f=`calc(${r} - 24px)`,g=Math.abs(55),E=["border-bottom-right-radius","border-top-left-radius"],T=["border-bottom-left-radius","border-top-right-radius"],v=20;switch(t){case a.BELOW_CENTER:return{yAlignment:u,xAlignment:d,yAxisPx:l,xAxisPx:n,rotation:-35,skew:-20,xTransformOrigin:n,yTransformOrigin:l,caretCorners:E};case a.BELOW_END:return{yAlignment:u,xAlignment:i?c:d,yAxisPx:l,xAxisPx:h,rotation:i?35:-35,skew:i?v:-20,xTransformOrigin:i?p:h,yTransformOrigin:l,caretCorners:i?T:E};case a.BELOW_START:return{yAlignment:u,xAlignment:i?d:c,yAxisPx:l,xAxisPx:h,rotation:i?-35:35,skew:i?-20:v,xTransformOrigin:i?h:p,yTransformOrigin:l,caretCorners:i?E:T};case a.TOP_SIDE_END:return{yAlignment:u,xAlignment:i?d:c,yAxisPx:h,xAxisPx:l,rotation:i?g:-1*g,skew:i?-20:v,xTransformOrigin:i?l:o,yTransformOrigin:h,caretCorners:i?E:T};case a.CENTER_SIDE_END:return{yAlignment:u,xAlignment:i?d:c,yAxisPx:s,xAxisPx:l,rotation:i?g:-1*g,skew:i?-20:v,xTransformOrigin:i?l:o,yTransformOrigin:s,caretCorners:i?E:T};case a.BOTTOM_SIDE_END:return{yAlignment:m,xAlignment:i?d:c,yAxisPx:h,xAxisPx:l,rotation:i?-1*g:g,skew:i?v:-20,xTransformOrigin:i?l:o,yTransformOrigin:f,caretCorners:i?T:E};case a.TOP_SIDE_START:return{yAlignment:u,xAlignment:i?c:d,yAxisPx:h,xAxisPx:l,rotation:i?-1*g:g,skew:i?v:-20,xTransformOrigin:i?o:l,yTransformOrigin:h,caretCorners:i?T:E};case a.CENTER_SIDE_START:return{yAlignment:u,xAlignment:i?c:d,yAxisPx:s,xAxisPx:l,rotation:i?-1*g:g,skew:i?v:-20,xTransformOrigin:i?o:l,yTransformOrigin:s,caretCorners:i?T:E};case a.BOTTOM_SIDE_START:return{yAlignment:m,xAlignment:i?c:d,yAxisPx:h,xAxisPx:l,rotation:i?g:-1*g,skew:i?-20:v,xTransformOrigin:i?o:l,yTransformOrigin:f,caretCorners:i?E:T};case a.ABOVE_CENTER:return{yAlignment:m,xAlignment:d,yAxisPx:l,xAxisPx:n,rotation:35,skew:v,xTransformOrigin:n,yTransformOrigin:r,caretCorners:T};case a.ABOVE_END:return{yAlignment:m,xAlignment:i?c:d,yAxisPx:l,xAxisPx:h,rotation:i?-35:35,skew:i?-20:v,xTransformOrigin:i?p:h,yTransformOrigin:r,caretCorners:i?E:T};default:case a.ABOVE_START:return{yAlignment:m,xAlignment:i?d:c,yAxisPx:l,xAxisPx:h,rotation:i?35:-35,skew:i?v:-20,xTransformOrigin:i?h:p,yTransformOrigin:r,caretCorners:i?T:E}}}clearShowTimeout(){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=null)}clearHideTimeout(){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=null)}attachScrollHandler(t){this.addAncestorScrollEventListeners.push((()=>{t("scroll",this.windowScrollHandler)}))}removeScrollHandler(t){this.removeAncestorScrollEventListeners.push((()=>{t("scroll",this.windowScrollHandler)}))}destroy(){this.frameId&&(cancelAnimationFrame(this.frameId),this.frameId=null),this.clearHideTimeout(),this.clearShowTimeout(),this.adapter.removeClass(A),this.adapter.removeClass(S),this.adapter.removeClass(w),this.adapter.removeClass(x),this.adapter.removeClass(O),this.richTooltip&&this.adapter.deregisterEventHandler("focusout",this.richTooltipFocusOutHandler),this.persistentTooltip||(this.adapter.deregisterEventHandler("mouseenter",this.tooltipMouseEnterHandler),this.adapter.deregisterEventHandler("mouseleave",this.tooltipMouseLeaveHandler)),this.adapter.deregisterAnchorEventHandler("blur",this.anchorBlurHandler),this.adapter.deregisterDocumentEventHandler("click",this.documentClickHandler),this.adapter.deregisterDocumentEventHandler("keydown",this.documentKeydownHandler),this.adapter.deregisterWindowEventHandler("scroll",this.windowScrollHandler),this.adapter.deregisterWindowEventHandler("resize",this.windowResizeHandler);for(const t of this.removeAncestorScrollEventListeners)t();this.animFrame.cancelAll()}}const $=g.iv`.mdc-tooltip__surface{border-radius:4px;border-radius:var(--mdc-shape-small,4px)}.mdc-tooltip__caret-surface-bottom,.mdc-tooltip__caret-surface-top{border-radius:4px;border-radius:var(--mdc-shape-small,4px)}.mdc-tooltip__surface{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-tooltip__surface{background-color:rgba(0,0,0,.6)}.mdc-tooltip__surface{word-break:break-all;word-break:var(--mdc-tooltip-word-break,normal);overflow-wrap:anywhere}.mdc-tooltip{z-index:9}.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation{transition:opacity 150ms 0s cubic-bezier(0,0,.2,1),transform 150ms 0s cubic-bezier(0,0,.2,1)}.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation{transition:opacity 75ms 0s cubic-bezier(.4,0,1,1)}.mdc-tooltip__title{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-tooltip__content{color:rgba(0,0,0,.6)}.mdc-tooltip__content-link{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-tooltip{position:fixed;display:none}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface{background-color:#fff}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top{background-color:#fff}.mdc-tooltip-wrapper--rich{position:relative}.mdc-tooltip--hide,.mdc-tooltip--showing,.mdc-tooltip--shown{display:inline-flex}.mdc-tooltip--hide.mdc-tooltip--rich,.mdc-tooltip--showing.mdc-tooltip--rich,.mdc-tooltip--shown.mdc-tooltip--rich{display:inline-block;left:-320px;position:absolute}.mdc-tooltip__surface{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit);line-height:16px;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center}.mdc-tooltip__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors:active){.mdc-tooltip__surface::before{border-color:CanvasText}}.mdc-tooltip--rich .mdc-tooltip__surface{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);align-items:flex-start;border-radius:4px;display:flex;flex-direction:column;line-height:20px;min-height:24px;min-width:40px;max-width:320px;position:relative}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip--multiline .mdc-tooltip__surface{text-align:left}.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl],[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface{text-align:right}.mdc-tooltip__surface .mdc-tooltip__title{display:block;margin-top:0;line-height:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size,.875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height,1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight,500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing,.0071428571em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform,inherit);margin:0 8px}.mdc-tooltip__surface .mdc-tooltip__title::before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-tooltip__surface .mdc-tooltip__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);text-decoration:inherit;text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);max-width:calc(200px - (2 * 8px));margin:8px;text-align:left}.mdc-tooltip__surface .mdc-tooltip__content[dir=rtl],[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content{text-align:right}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content{max-width:calc(320px - (2 * 8px));align-self:stretch}.mdc-tooltip__surface .mdc-tooltip__content-link{text-decoration:none}.mdc-tooltip--rich-actions,.mdc-tooltip__content,.mdc-tooltip__title{z-index:1}.mdc-tooltip__surface-animation{opacity:0;transform:scale(.8);will-change:transform,opacity}.mdc-tooltip--shown .mdc-tooltip__surface-animation{transform:scale(1);opacity:1}.mdc-tooltip--hide .mdc-tooltip__surface-animation{transform:scale(1)}.mdc-tooltip__caret-surface-bottom,.mdc-tooltip__caret-surface-top{position:absolute;height:24px;width:24px;transform:rotate(35deg) skewY(20deg) scaleX(.9396926208)}.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay,.mdc-tooltip__caret-surface-top .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__caret-surface-bottom{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);outline:1px solid transparent;z-index:-1}@media screen and (forced-colors:active){.mdc-tooltip__caret-surface-bottom{outline-color:CanvasText}}.mdc-tooltip__title{color:var(--mdc-theme-text-primary-on-background)}.mdc-tooltip__content{color:var(--mdc-theme-text-primary-on-background)}.mdc-tooltip__content-link{color:var(--mdc-theme-accent)}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface{background-color:var(--mdc-theme-surface)}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top{background-color:var(--mdc-theme-surface)}`;let P=class extends o.H{constructor(){super(...arguments),this.mdcFoundationClass=R}createAdapter(){return Object.assign(Object.assign({},(0,o.q)(this.mdcRoot)),{getAttribute:t=>this.mdcRoot.getAttribute(t),setAttribute:(t,e)=>this.mdcRoot.setAttribute(t,e),removeAttribute:t=>this.mdcRoot.removeAttribute(t),getComputedStyleProperty:t=>getComputedStyle(this.mdcRoot,t).cssText,setStyleProperty:(t,e)=>this.mdcRoot.style.setProperty(t,e),setSurfaceAnimationStyleProperty:(t,e)=>this.mdcSurface.style.setProperty(t,e),getViewportWidth:()=>Math.max(document.documentElement.clientWidth||0,window.innerWidth||0),getViewportHeight:()=>Math.max(document.documentElement.clientHeight||0,window.innerHeight||0),getTooltipSize:()=>Object.assign({width:this.mdcRoot.clientWidth,height:this.mdcRoot.clientHeight}),getAnchorBoundingRect:()=>{var t,e;return null!==(e=null===(t=this.anchor)||void 0===t?void 0:t.getBoundingClientRect())&&void 0!==e?e:null},getParentBoundingRect:()=>{var t,e;return null!==(e=null===(t=this.renderRoot.getRootNode().parentElement)||void 0===t?void 0:t.getBoundingClientRect())&&void 0!==e?e:null},getAnchorAttribute:t=>{var e,i;return null!==(i=null===(e=this.anchor)||void 0===e?void 0:e.getAttribute(t))&&void 0!==i?i:null},setAnchorAttribute:(t,e)=>{var i;return null===(i=this.anchor)||void 0===i?void 0:i.setAttribute(t,e)},isRTL:()=>!1,anchorContainsElement:t=>{var e,i;return null!==(i=null===(e=this.anchor)||void 0===e?void 0:e.contains(t))&&void 0!==i&&i},tooltipContainsElement:t=>this.contains(t),focusAnchorElement:()=>{var t;return null===(t=this.anchor)||void 0===t?void 0:t.focus()},registerEventHandler:(t,e)=>{var i;return null===(i=this.mdcRoot)||void 0===i?void 0:i.addEventListener(t,e)},deregisterEventHandler:(t,e)=>{var i;return null===(i=this.mdcRoot)||void 0===i?void 0:i.removeEventListener(t,e)},registerAnchorEventHandler:(t,e)=>{var i;return null===(i=this.anchor)||void 0===i?void 0:i.addEventListener(t,e)},deregisterAnchorEventHandler:(t,e)=>{var i;return null===(i=this.anchor)||void 0===i?void 0:i.removeEventListener(t,e)},registerDocumentEventHandler:(t,e)=>document.addEventListener(t,e),deregisterDocumentEventHandler:(t,e)=>document.removeEventListener(t,e),registerWindowEventHandler:(t,e)=>window.addEventListener(t,e),deregisterWindowEventHandler:(t,e)=>window.removeEventListener(t,e),notifyHidden:()=>this.dispatchEvent(new Event("MDCTooltip:hidden")),getTooltipCaretBoundingRect:()=>null,setTooltipCaretStyle:()=>{},clearTooltipCaretStyles:()=>{},getActiveElement:()=>document.activeElement})}updated(t){super.updated(t),void 0===this.showDelay||isNaN(this.showDelay)||this.mdcFoundation.setShowDelay(this.showDelay),void 0===this.hideDelay||isNaN(this.hideDelay)||this.mdcFoundation.setHideDelay(this.hideDelay)}firstUpdated(){var t,e,i,o,r;super.firstUpdated(),null===(t=this.anchor)||void 0===t||t.addEventListener("click",(()=>this.mdcFoundation.handleAnchorClick())),null===(e=this.anchor)||void 0===e||e.addEventListener("mouseenter",(()=>this.mdcFoundation.handleAnchorMouseEnter())),null===(i=this.anchor)||void 0===i||i.addEventListener("touchstart",(()=>this.mdcFoundation.handleAnchorTouchstart())),this.persistent||(null===(o=this.anchor)||void 0===o||o.addEventListener("mouseleave",(()=>this.mdcFoundation.handleAnchorMouseLeave())),null===(r=this.anchor)||void 0===r||r.addEventListener("touchend",(()=>this.mdcFoundation.handleAnchorTouchend())))}disconnectedCallback(){var t,e,i,o,r;super.connectedCallback(),null===(t=this.anchor)||void 0===t||t.removeEventListener("click",(()=>this.mdcFoundation.handleAnchorClick())),null===(e=this.anchor)||void 0===e||e.removeEventListener("mouseenter",(()=>this.mdcFoundation.handleAnchorMouseEnter())),null===(i=this.anchor)||void 0===i||i.removeEventListener("mouseleave",(()=>this.mdcFoundation.handleAnchorMouseLeave())),null===(o=this.anchor)||void 0===o||o.removeEventListener("touchstart",(()=>this.mdcFoundation.handleAnchorTouchstart())),null===(r=this.anchor)||void 0===r||r.removeEventListener("touchend",(()=>this.mdcFoundation.handleAnchorTouchend()))}render(){return g.dy`
|
3
|
-
<div
|
4
|
-
class="mdc-tooltip ${this.rich?"mdc-tooltip--rich":""}"
|
5
|
-
role="tooltip"
|
6
|
-
aria-hidden="true"
|
7
|
-
data-mdc-tooltip-persistent="true"
|
8
|
-
>
|
9
|
-
<div class="mdc-tooltip__surface mdc-tooltip__surface-animation">
|
10
|
-
${this.rich?g.dy`<div class="mdc-tooltip__title">${this.richTitle}</div>
|
11
|
-
<div class="mdc-tooltip__content">
|
12
|
-
<slot></slot>
|
13
|
-
</div>
|
14
|
-
<div class="mdc-tooltip--rich-actions">
|
15
|
-
<slot name="actionItems"></slot>
|
16
|
-
</div>`:g.dy`<slot></slot>`}
|
17
|
-
</div>
|
18
|
-
</div>
|
19
|
-
`}};P.styles=[$],(0,e.gn)([(0,f.IO)(".mdc-tooltip"),(0,e.w6)("design:type",HTMLElement)],P.prototype,"mdcRoot",void 0),(0,e.gn)([(0,f.IO)(".mdc-tooltip__surface"),(0,e.w6)("design:type",HTMLElement)],P.prototype,"mdcSurface",void 0),(0,e.gn)([(0,f.Cb)({type:Object}),(0,e.w6)("design:type",HTMLElement)],P.prototype,"anchor",void 0),(0,e.gn)([(0,f.Cb)(),(0,e.w6)("design:type",String)],P.prototype,"richTitle",void 0),(0,e.gn)([(0,f.Cb)({type:Boolean,reflect:!0}),(0,e.w6)("design:type",Boolean)],P.prototype,"rich",void 0),(0,e.gn)([(0,f.Cb)({type:Boolean,reflect:!0}),(0,e.w6)("design:type",HTMLElement)],P.prototype,"persistent",void 0),(0,e.gn)([(0,f.Cb)({type:Number}),(0,e.w6)("design:type",Number)],P.prototype,"showDelay",void 0),(0,e.gn)([(0,f.Cb)({type:Number}),(0,e.w6)("design:type",Number)],P.prototype,"hideDelay",void 0),P=(0,e.gn)([(0,f.Mo)("td-tooltip")],P)})()})();
|
package/tooltip.js.LICENSE.txt
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @license
|
3
|
-
* Copyright 2016 Google Inc.
|
4
|
-
*
|
5
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
* of this software and associated documentation files (the "Software"), to deal
|
7
|
-
* in the Software without restriction, including without limitation the rights
|
8
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
* copies of the Software, and to permit persons to whom the Software is
|
10
|
-
* furnished to do so, subject to the following conditions:
|
11
|
-
*
|
12
|
-
* The above copyright notice and this permission notice shall be included in
|
13
|
-
* all copies or substantial portions of the Software.
|
14
|
-
*
|
15
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
* THE SOFTWARE.
|
22
|
-
*/
|
23
|
-
|
24
|
-
/**
|
25
|
-
* @license
|
26
|
-
* Copyright 2017 Google LLC
|
27
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
28
|
-
*/
|
29
|
-
|
30
|
-
/**
|
31
|
-
* @license
|
32
|
-
* Copyright 2018 Google LLC
|
33
|
-
* SPDX-License-Identifier: Apache-2.0
|
34
|
-
*/
|
35
|
-
|
36
|
-
/**
|
37
|
-
* @license
|
38
|
-
* Copyright 2019 Google LLC
|
39
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
40
|
-
*/
|
41
|
-
|
42
|
-
/**
|
43
|
-
* @license
|
44
|
-
* Copyright 2020 Google Inc.
|
45
|
-
*
|
46
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
47
|
-
* of this software and associated documentation files (the "Software"), to deal
|
48
|
-
* in the Software without restriction, including without limitation the rights
|
49
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
50
|
-
* copies of the Software, and to permit persons to whom the Software is
|
51
|
-
* furnished to do so, subject to the following conditions:
|
52
|
-
*
|
53
|
-
* The above copyright notice and this permission notice shall be included in
|
54
|
-
* all copies or substantial portions of the Software.
|
55
|
-
*
|
56
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
57
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
58
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
59
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
60
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
61
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
62
|
-
* THE SOFTWARE.
|
63
|
-
*/
|
64
|
-
|
65
|
-
/**
|
66
|
-
* @license
|
67
|
-
* Copyright 2021 Google LLC
|
68
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
69
|
-
*/
|