@ui5/webcomponents 0.0.0-8db0ce01a → 0.0.0-a3eca7ade
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/CHANGELOG.md +462 -0
- package/README.md +145 -50
- package/customI18n.js +50 -0
- package/dist/Assets-static.js +1 -1
- package/dist/Assets.js +1 -1
- package/dist/Avatar.js +88 -63
- package/dist/AvatarGroup.js +135 -40
- package/dist/Badge.js +43 -17
- package/dist/Breadcrumbs.js +582 -0
- package/dist/BreadcrumbsItem.js +103 -0
- package/dist/BusyIndicator.js +96 -26
- package/dist/Button.js +81 -82
- package/dist/Calendar.js +111 -10
- package/dist/CalendarDate.js +1 -1
- package/dist/CalendarHeader.js +75 -19
- package/dist/Card.js +33 -226
- package/dist/CardHeader.js +288 -0
- package/dist/Carousel.js +223 -88
- package/dist/CheckBox.js +145 -65
- package/dist/ColorPalette.js +261 -42
- package/dist/ColorPaletteItem.js +38 -14
- package/dist/ColorPalettePopover.js +244 -0
- package/dist/ColorPicker.js +53 -10
- package/dist/ComboBox.js +423 -157
- package/dist/ComboBoxGroupItem.js +70 -0
- package/dist/ComboBoxItem.js +2 -2
- package/dist/CustomListItem.js +14 -2
- package/dist/DateComponentBase.js +22 -13
- package/dist/DatePicker.js +104 -48
- package/dist/DateRangePicker.js +60 -22
- package/dist/DateTimePicker.js +8 -9
- package/dist/DayPicker.js +43 -7
- package/dist/Dialog.js +205 -40
- package/dist/DurationPicker.js +22 -3
- package/dist/FileUploader.js +47 -33
- package/dist/GroupHeaderListItem.js +20 -12
- package/dist/Icon.js +70 -19
- package/dist/Input.js +387 -122
- package/dist/Interfaces.js +21 -1
- package/dist/Label.js +33 -12
- package/dist/Link.js +123 -33
- package/dist/List.js +144 -54
- package/dist/ListItem.js +54 -15
- package/dist/MessageStrip.js +75 -44
- package/dist/MultiComboBox.js +450 -111
- package/dist/MultiComboBoxItem.js +5 -11
- package/dist/MultiInput.js +58 -19
- package/dist/Option.js +22 -17
- package/dist/Panel.js +60 -30
- package/dist/Popover.js +192 -90
- package/dist/Popup.js +122 -44
- package/dist/ProgressIndicator.js +32 -18
- package/dist/RadioButton.js +117 -46
- package/dist/RadioButtonGroup.js +32 -32
- package/dist/RangeSlider.js +51 -23
- package/dist/RatingIndicator.js +62 -39
- package/dist/ResponsivePopover.js +38 -52
- package/dist/SegmentedButton.js +110 -60
- package/dist/SegmentedButtonItem.js +114 -0
- package/dist/Select.js +217 -108
- package/dist/Slider.js +45 -17
- package/dist/SliderBase.js +27 -19
- package/dist/SplitButton.js +431 -0
- package/dist/StandardListItem.js +22 -9
- package/dist/StepInput.js +45 -37
- package/dist/SuggestionGroupItem.js +64 -0
- package/dist/SuggestionItem.js +10 -24
- package/dist/SuggestionListItem.js +3 -3
- package/dist/Switch.js +67 -27
- package/dist/Tab.js +55 -32
- package/dist/TabContainer.js +538 -100
- package/dist/TabSeparator.js +42 -3
- package/dist/Table.js +300 -32
- package/dist/TableCell.js +1 -1
- package/dist/TableColumn.js +2 -9
- package/dist/TableGroupRow.js +164 -0
- package/dist/TableRow.js +102 -23
- package/dist/TextArea.js +80 -48
- package/dist/TimePicker.js +23 -4
- package/dist/TimePickerBase.js +16 -11
- package/dist/TimeSelection.js +11 -12
- package/dist/Title.js +15 -8
- package/dist/Toast.js +17 -6
- package/dist/ToggleButton.js +23 -7
- package/dist/Token.js +30 -15
- package/dist/Tokenizer.js +186 -27
- package/dist/Tree.js +50 -8
- package/dist/TreeItem.js +41 -9
- package/dist/TreeListItem.js +34 -30
- package/dist/WheelSlider.js +30 -23
- package/dist/YearPicker.js +1 -0
- package/dist/api.json +1635 -740
- package/dist/css/themes/Avatar.css +1 -0
- package/dist/css/themes/AvatarGroup.css +1 -0
- package/dist/css/themes/Badge.css +1 -0
- package/dist/css/themes/Breadcrumbs.css +1 -0
- package/dist/css/themes/BreadcrumbsPopover.css +1 -0
- package/dist/css/themes/BrowserScrollbar.css +1 -0
- package/dist/css/themes/BusyIndicator.css +1 -0
- package/dist/css/themes/Button.css +1 -0
- package/dist/css/themes/Button.ie11.css +1 -0
- package/dist/css/themes/Calendar.css +1 -0
- package/dist/css/themes/CalendarHeader.css +1 -0
- package/dist/css/themes/Card.css +1 -0
- package/dist/css/themes/CardHeader.css +1 -0
- package/dist/css/themes/Carousel.css +1 -0
- package/dist/css/themes/CheckBox.css +1 -0
- package/dist/css/themes/ColorPalette.css +1 -0
- package/dist/css/themes/ColorPaletteItem.css +1 -0
- package/dist/css/themes/ColorPalettePopover.css +1 -0
- package/dist/css/themes/ColorPaletteStaticArea.css +1 -0
- package/dist/css/themes/ColorPicker.css +1 -0
- package/dist/css/themes/ComboBox.css +1 -0
- package/dist/css/themes/ComboBoxPopover.css +1 -0
- package/dist/css/themes/CustomListItem.css +1 -0
- package/dist/css/themes/DatePicker.css +1 -0
- package/dist/css/themes/DatePickerPopover.css +1 -0
- package/dist/css/themes/DateRangePicker.css +1 -0
- package/dist/css/themes/DateTimePicker.css +1 -0
- package/dist/css/themes/DateTimePickerPopover.css +1 -0
- package/dist/css/themes/DayPicker.css +1 -0
- package/dist/css/themes/Dialog.css +1 -0
- package/dist/css/themes/FileUploader.css +1 -0
- package/dist/css/themes/GroupHeaderListItem.css +1 -0
- package/dist/css/themes/GrowingButton.css +1 -0
- package/dist/css/themes/Icon.css +1 -0
- package/dist/css/themes/Input.css +1 -0
- package/dist/css/themes/InputIcon.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/Label.css +1 -0
- package/dist/css/themes/Link.css +1 -0
- package/dist/css/themes/List.css +1 -0
- package/dist/css/themes/ListItem.css +1 -0
- package/dist/css/themes/ListItemBase.css +1 -0
- package/dist/css/themes/MessageStrip.css +1 -0
- package/dist/css/themes/MonthPicker.css +1 -0
- package/dist/css/themes/MultiComboBox.css +1 -0
- package/dist/css/themes/MultiInput.css +1 -0
- package/dist/css/themes/Panel.css +1 -0
- package/dist/css/themes/Popover.css +1 -0
- package/dist/css/themes/Popup.css +1 -0
- package/dist/css/themes/PopupGlobal.css +1 -0
- package/dist/css/themes/PopupStaticAreaStyles.css +1 -0
- package/dist/css/themes/PopupsCommon.css +1 -0
- package/dist/css/themes/ProgressIndicator.css +1 -0
- package/dist/css/themes/RadioButton.css +1 -0
- package/dist/css/themes/RatingIndicator.css +1 -0
- package/dist/css/themes/ResponsivePopover.css +1 -0
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -0
- package/dist/css/themes/SegmentedButton.css +1 -0
- package/dist/css/themes/Select.css +1 -0
- package/dist/css/themes/SelectPopover.css +1 -0
- package/dist/css/themes/SliderBase.css +1 -0
- package/dist/css/themes/SplitButton.css +1 -0
- package/dist/css/themes/StepInput.css +1 -0
- package/dist/css/themes/Suggestions.css +1 -0
- package/dist/css/themes/Switch.css +1 -0
- package/dist/css/themes/Tab.css +1 -0
- package/dist/css/themes/TabContainer.css +1 -0
- package/dist/css/themes/TabInOverflow.css +1 -0
- package/dist/css/themes/TabInStrip.css +1 -0
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -0
- package/dist/css/themes/TabSeparatorInStrip.css +1 -0
- package/dist/css/themes/Table.css +1 -0
- package/dist/css/themes/TableCell.css +1 -0
- package/dist/css/themes/TableColumn.css +1 -0
- package/dist/css/themes/TableGroupRow.css +1 -0
- package/dist/css/themes/TableRow.css +1 -0
- package/dist/css/themes/TapHighlightColor.css +1 -0
- package/dist/css/themes/TextArea.css +1 -0
- package/dist/css/themes/TimePicker.css +1 -0
- package/dist/css/themes/TimePickerPopover.css +1 -0
- package/dist/css/themes/TimeSelection.css +1 -0
- package/dist/css/themes/Title.css +1 -0
- package/dist/css/themes/Toast.css +1 -0
- package/dist/css/themes/ToggleButton.css +1 -0
- package/dist/css/themes/ToggleButton.ie11.css +1 -0
- package/dist/css/themes/Token.css +1 -0
- package/dist/css/themes/Tokenizer.css +1 -0
- package/dist/css/themes/TokenizerPopover.css +1 -0
- package/dist/css/themes/Tree.css +1 -0
- package/dist/css/themes/TreeListItem.css +1 -0
- package/dist/css/themes/ValueStateMessage.css +1 -0
- package/dist/css/themes/WheelSlider.css +1 -0
- package/dist/css/themes/YearPicker.css +1 -0
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/features/ColorPaletteMoreColors.js +7 -7
- package/dist/features/InputSuggestions.js +217 -52
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.js +2 -2
- package/dist/generated/json-imports/Themes-static.js +6 -2
- package/dist/generated/json-imports/Themes.js +3 -1
- package/dist/generated/templates/AvatarGroupTemplate.lit.js +6 -13
- package/dist/generated/templates/AvatarTemplate.lit.js +9 -16
- package/dist/generated/templates/BadgeTemplate.lit.js +5 -13
- package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +8 -0
- package/dist/generated/templates/BreadcrumbsTemplate.lit.js +9 -0
- package/dist/generated/templates/BusyIndicatorTemplate.lit.js +7 -13
- package/dist/generated/templates/ButtonTemplate.lit.js +6 -13
- package/dist/generated/templates/CalendarHeaderTemplate.lit.js +6 -11
- package/dist/generated/templates/CalendarTemplate.lit.js +4 -11
- package/dist/generated/templates/CardHeaderTemplate.lit.js +12 -0
- package/dist/generated/templates/CardTemplate.lit.js +5 -17
- package/dist/generated/templates/CarouselTemplate.lit.js +13 -19
- package/dist/generated/templates/CheckBoxTemplate.lit.js +7 -14
- package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +4 -11
- package/dist/generated/templates/ColorPaletteItemTemplate.lit.js +4 -11
- package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +8 -0
- package/dist/generated/templates/ColorPaletteTemplate.lit.js +9 -15
- package/dist/generated/templates/ColorPickerTemplate.lit.js +4 -11
- package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +20 -25
- package/dist/generated/templates/ComboBoxTemplate.lit.js +8 -14
- package/dist/generated/templates/CustomListItemTemplate.lit.js +13 -20
- package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +7 -14
- package/dist/generated/templates/DatePickerTemplate.lit.js +6 -13
- package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +9 -16
- package/dist/generated/templates/DayPickerTemplate.lit.js +13 -19
- package/dist/generated/templates/DialogTemplate.lit.js +9 -16
- package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +8 -14
- package/dist/generated/templates/FileUploaderTemplate.lit.js +7 -14
- package/dist/generated/templates/GroupHeaderListItemTemplate.lit.js +4 -11
- package/dist/generated/templates/IconTemplate.lit.js +6 -13
- package/dist/generated/templates/InputPopoverTemplate.lit.js +24 -31
- package/dist/generated/templates/InputTemplate.lit.js +10 -15
- package/dist/generated/templates/LabelTemplate.lit.js +4 -11
- package/dist/generated/templates/LinkTemplate.lit.js +5 -12
- package/dist/generated/templates/ListItemTemplate.lit.js +13 -20
- package/dist/generated/templates/ListTemplate.lit.js +12 -19
- package/dist/generated/templates/MessageStripTemplate.lit.js +8 -15
- package/dist/generated/templates/MonthPickerTemplate.lit.js +6 -13
- package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +23 -27
- package/dist/generated/templates/MultiComboBoxTemplate.lit.js +10 -16
- package/dist/generated/templates/MultiInputTemplate.lit.js +14 -19
- package/dist/generated/templates/PanelTemplate.lit.js +9 -16
- package/dist/generated/templates/PopoverTemplate.lit.js +9 -16
- package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +4 -11
- package/dist/generated/templates/PopupTemplate.lit.js +4 -11
- package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +14 -17
- package/dist/generated/templates/RadioButtonTemplate.lit.js +7 -14
- package/dist/generated/templates/RangeSliderTemplate.lit.js +10 -17
- package/dist/generated/templates/RatingIndicatorTemplate.lit.js +11 -16
- package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +16 -22
- package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js +8 -0
- package/dist/generated/templates/SegmentedButtonTemplate.lit.js +4 -11
- package/dist/generated/templates/SelectPopoverTemplate.lit.js +20 -27
- package/dist/generated/templates/SelectTemplate.lit.js +6 -12
- package/dist/generated/templates/SliderBaseTemplate.lit.js +8 -15
- package/dist/generated/templates/SliderTemplate.lit.js +9 -16
- package/dist/generated/templates/SplitButtonTemplate.lit.js +7 -0
- package/dist/generated/templates/StandardListItemTemplate.lit.js +21 -28
- package/dist/generated/templates/StepInputTemplate.lit.js +7 -12
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js +24 -31
- package/dist/generated/templates/SwitchTemplate.lit.js +8 -13
- package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +8 -13
- package/dist/generated/templates/TabContainerTemplate.lit.js +15 -23
- package/dist/generated/templates/TabInOverflowTemplate.lit.js +6 -13
- package/dist/generated/templates/TabInStripTemplate.lit.js +8 -17
- package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +7 -0
- package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js +7 -0
- package/dist/generated/templates/TabTemplate.lit.js +4 -11
- package/dist/generated/templates/TableCellTemplate.lit.js +4 -11
- package/dist/generated/templates/TableColumnTemplate.lit.js +4 -11
- package/dist/generated/templates/TableGroupRowTemplate.lit.js +7 -0
- package/dist/generated/templates/TableRowTemplate.lit.js +12 -19
- package/dist/generated/templates/TableTemplate.lit.js +13 -20
- package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +8 -15
- package/dist/generated/templates/TextAreaTemplate.lit.js +8 -15
- package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +4 -11
- package/dist/generated/templates/TimePickerTemplate.lit.js +6 -13
- package/dist/generated/templates/TimeSelectionTemplate.lit.js +8 -15
- package/dist/generated/templates/TitleTemplate.lit.js +10 -17
- package/dist/generated/templates/ToastTemplate.lit.js +5 -11
- package/dist/generated/templates/ToggleButtonTemplate.lit.js +6 -13
- package/dist/generated/templates/TokenTemplate.lit.js +7 -14
- package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +9 -16
- package/dist/generated/templates/TokenizerTemplate.lit.js +6 -13
- package/dist/generated/templates/TreeListItemTemplate.lit.js +18 -25
- package/dist/generated/templates/TreeTemplate.lit.js +5 -12
- package/dist/generated/templates/WheelSliderTemplate.lit.js +7 -14
- package/dist/generated/templates/YearPickerTemplate.lit.js +6 -13
- package/dist/generated/themes/Avatar.css.js +3 -3
- package/dist/generated/themes/AvatarGroup.css.js +3 -3
- package/dist/generated/themes/Badge.css.js +3 -3
- package/dist/generated/themes/Breadcrumbs.css.js +8 -0
- package/dist/generated/themes/BreadcrumbsPopover.css.js +8 -0
- package/dist/generated/themes/BrowserScrollbar.css.js +3 -3
- package/dist/generated/themes/BusyIndicator.css.js +3 -3
- package/dist/generated/themes/Button.css.js +3 -3
- package/dist/generated/themes/Button.ie11.css.js +3 -3
- package/dist/generated/themes/Calendar.css.js +3 -3
- package/dist/generated/themes/CalendarHeader.css.js +3 -3
- package/dist/generated/themes/Card.css.js +3 -3
- package/dist/generated/themes/CardHeader.css.js +8 -0
- package/dist/generated/themes/Carousel.css.js +3 -3
- package/dist/generated/themes/CheckBox.css.js +3 -3
- package/dist/generated/themes/ColorPalette.css.js +3 -3
- package/dist/generated/themes/ColorPaletteItem.css.js +3 -3
- package/dist/generated/themes/ColorPalettePopover.css.js +8 -0
- package/dist/generated/themes/ColorPaletteStaticArea.css.js +3 -3
- package/dist/generated/themes/ColorPicker.css.js +3 -3
- package/dist/generated/themes/ComboBox.css.js +3 -3
- package/dist/generated/themes/ComboBoxPopover.css.js +3 -3
- package/dist/generated/themes/CustomListItem.css.js +3 -3
- package/dist/generated/themes/DatePicker.css.js +3 -3
- package/dist/generated/themes/DatePickerPopover.css.js +3 -3
- package/dist/generated/themes/DateRangePicker.css.js +3 -3
- package/dist/generated/themes/DateTimePicker.css.js +3 -3
- package/dist/generated/themes/DateTimePickerPopover.css.js +3 -3
- package/dist/generated/themes/DayPicker.css.js +3 -3
- package/dist/generated/themes/Dialog.css.js +3 -3
- package/dist/generated/themes/FileUploader.css.js +3 -3
- package/dist/generated/themes/GroupHeaderListItem.css.js +3 -3
- package/dist/generated/themes/GrowingButton.css.js +8 -0
- package/dist/generated/themes/Icon.css.js +3 -3
- package/dist/generated/themes/Input.css.js +3 -3
- package/dist/generated/themes/InputIcon.css.js +3 -3
- package/dist/generated/themes/InvisibleTextStyles.css.js +3 -3
- package/dist/generated/themes/Label.css.js +3 -3
- package/dist/generated/themes/Link.css.js +3 -3
- package/dist/generated/themes/List.css.js +3 -3
- package/dist/generated/themes/ListItem.css.js +3 -3
- package/dist/generated/themes/ListItemBase.css.js +3 -3
- package/dist/generated/themes/MessageStrip.css.js +3 -3
- package/dist/generated/themes/MonthPicker.css.js +3 -3
- package/dist/generated/themes/MultiComboBox.css.js +3 -3
- package/dist/generated/themes/MultiInput.css.js +3 -3
- package/dist/generated/themes/Panel.css.js +3 -3
- package/dist/generated/themes/Popover.css.js +3 -3
- package/dist/generated/themes/Popup.css.js +3 -3
- package/dist/generated/themes/PopupGlobal.css.js +8 -0
- package/dist/generated/themes/PopupStaticAreaStyles.css.js +3 -3
- package/dist/generated/themes/PopupsCommon.css.js +3 -3
- package/dist/generated/themes/ProgressIndicator.css.js +3 -3
- package/dist/generated/themes/RadioButton.css.js +3 -3
- package/dist/generated/themes/RatingIndicator.css.js +3 -3
- package/dist/generated/themes/ResponsivePopover.css.js +3 -3
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +3 -3
- package/dist/generated/themes/SegmentedButton.css.js +3 -3
- package/dist/generated/themes/Select.css.js +3 -3
- package/dist/generated/themes/SelectPopover.css.js +3 -3
- package/dist/generated/themes/SliderBase.css.js +3 -3
- package/dist/generated/themes/SplitButton.css.js +8 -0
- package/dist/generated/themes/StepInput.css.js +3 -3
- package/dist/generated/themes/Suggestions.css.js +8 -0
- package/dist/generated/themes/Switch.css.js +3 -3
- package/dist/generated/themes/Tab.css.js +3 -3
- package/dist/generated/themes/TabContainer.css.js +3 -3
- package/dist/generated/themes/TabInOverflow.css.js +3 -3
- package/dist/generated/themes/TabInStrip.css.js +3 -3
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +8 -0
- package/dist/generated/themes/TabSeparatorInStrip.css.js +8 -0
- package/dist/generated/themes/Table.css.js +3 -3
- package/dist/generated/themes/TableCell.css.js +3 -3
- package/dist/generated/themes/TableColumn.css.js +3 -3
- package/dist/generated/themes/TableGroupRow.css.js +8 -0
- package/dist/generated/themes/TableRow.css.js +3 -3
- package/dist/generated/themes/TapHighlightColor.css.js +8 -0
- package/dist/generated/themes/TextArea.css.js +3 -3
- package/dist/generated/themes/TimePicker.css.js +3 -3
- package/dist/generated/themes/TimePickerPopover.css.js +3 -3
- package/dist/generated/themes/TimeSelection.css.js +3 -3
- package/dist/generated/themes/Title.css.js +3 -3
- package/dist/generated/themes/Toast.css.js +3 -3
- package/dist/generated/themes/ToggleButton.css.js +3 -3
- package/dist/generated/themes/ToggleButton.ie11.css.js +3 -3
- package/dist/generated/themes/Token.css.js +3 -3
- package/dist/generated/themes/Tokenizer.css.js +3 -3
- package/dist/generated/themes/TokenizerPopover.css.js +8 -0
- package/dist/generated/themes/Tree.css.js +3 -3
- package/dist/generated/themes/TreeListItem.css.js +3 -3
- package/dist/generated/themes/ValueStateMessage.css.js +3 -3
- package/dist/generated/themes/WheelSlider.css.js +3 -3
- package/dist/generated/themes/YearPicker.css.js +3 -3
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -0
- package/dist/i18n/messagebundle.properties +93 -2
- package/dist/i18n/messagebundle_ar.properties +65 -2
- package/dist/i18n/messagebundle_bg.properties +65 -2
- package/dist/i18n/messagebundle_ca.properties +65 -2
- package/dist/i18n/messagebundle_cs.properties +65 -2
- package/dist/i18n/messagebundle_cy.properties +65 -2
- package/dist/i18n/messagebundle_da.properties +65 -2
- package/dist/i18n/messagebundle_de.properties +65 -2
- package/dist/i18n/messagebundle_el.properties +65 -2
- package/dist/i18n/messagebundle_en.properties +65 -2
- package/dist/i18n/messagebundle_en_GB.properties +65 -2
- package/dist/i18n/messagebundle_en_US_sappsd.properties +61 -2
- package/dist/i18n/messagebundle_en_US_saprigi.properties +63 -2
- package/dist/i18n/messagebundle_en_US_saptrc.properties +61 -2
- package/dist/i18n/messagebundle_es.properties +65 -2
- package/dist/i18n/messagebundle_es_MX.properties +66 -3
- package/dist/i18n/messagebundle_et.properties +65 -2
- package/dist/i18n/messagebundle_fi.properties +66 -3
- package/dist/i18n/messagebundle_fr.properties +65 -2
- package/dist/i18n/messagebundle_fr_CA.properties +65 -2
- package/dist/i18n/messagebundle_hi.properties +65 -2
- package/dist/i18n/messagebundle_hr.properties +65 -2
- package/dist/i18n/messagebundle_hu.properties +65 -2
- package/dist/i18n/messagebundle_id.properties +66 -3
- package/dist/i18n/messagebundle_it.properties +65 -2
- package/dist/i18n/messagebundle_iw.properties +65 -2
- package/dist/i18n/messagebundle_ja.properties +67 -4
- package/dist/i18n/messagebundle_kk.properties +65 -2
- package/dist/i18n/messagebundle_ko.properties +65 -2
- package/dist/i18n/messagebundle_lt.properties +65 -2
- package/dist/i18n/messagebundle_lv.properties +65 -2
- package/dist/i18n/messagebundle_ms.properties +65 -2
- package/dist/i18n/messagebundle_nl.properties +65 -2
- package/dist/i18n/messagebundle_no.properties +65 -2
- package/dist/i18n/messagebundle_pl.properties +65 -2
- package/dist/i18n/messagebundle_pt.properties +65 -2
- package/dist/i18n/messagebundle_pt_PT.properties +65 -2
- package/dist/i18n/messagebundle_ro.properties +65 -2
- package/dist/i18n/messagebundle_ru.properties +65 -2
- package/dist/i18n/messagebundle_sh.properties +65 -2
- package/dist/i18n/messagebundle_sk.properties +65 -2
- package/dist/i18n/messagebundle_sl.properties +65 -2
- package/dist/i18n/messagebundle_sv.properties +65 -2
- package/dist/i18n/messagebundle_th.properties +64 -1
- package/dist/i18n/messagebundle_tr.properties +65 -2
- package/dist/i18n/messagebundle_uk.properties +65 -2
- package/dist/i18n/messagebundle_vi.properties +65 -2
- package/dist/i18n/messagebundle_zh_CN.properties +65 -2
- package/dist/i18n/messagebundle_zh_TW.properties +64 -1
- package/dist/popup-utils/OpenedPopupsRegistry.js +1 -1
- package/dist/popup-utils/PopoverRegistry.js +1 -1
- package/{src/types/AvatarBackgroundColor.js → dist/types/AvatarColorScheme.js} +9 -9
- package/dist/types/BreadcrumbsDesign.js +42 -0
- package/dist/types/BreadcrumbsSeparatorStyle.js +69 -0
- package/dist/types/ButtonDesign.js +7 -0
- package/dist/types/HasPopup.js +62 -0
- package/dist/types/{MessageStripType.js → MessageStripDesign.js} +7 -7
- package/dist/types/SwitchDesign.js +40 -0
- package/dist/types/TabContainerTabsPlacement.js +4 -4
- package/dist/types/TabsOverflowMode.js +40 -0
- package/dist/types/WrappingType.js +41 -0
- package/dist/webcomponentsjs/CHANGELOG.md +4 -0
- package/dist/webcomponentsjs/README.md +44 -30
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +14 -24
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +26 -23
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +239 -242
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +176 -182
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +144 -141
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -1
- package/dist/webcomponentsjs/webcomponents-bundle.js +241 -244
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +1 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +49 -28
- package/package.json +20 -8
- package/src/Assets-static.js +1 -1
- package/src/Assets.js +1 -1
- package/src/Avatar.hbs +4 -2
- package/src/Avatar.js +88 -63
- package/src/AvatarGroup.hbs +15 -6
- package/src/AvatarGroup.js +135 -40
- package/src/Badge.hbs +7 -4
- package/src/Badge.js +43 -17
- package/src/Breadcrumbs.hbs +43 -0
- package/src/Breadcrumbs.js +582 -0
- package/src/BreadcrumbsItem.js +103 -0
- package/src/BreadcrumbsPopover.hbs +27 -0
- package/src/BusyIndicator.hbs +14 -9
- package/src/BusyIndicator.js +96 -26
- package/src/Button.hbs +5 -5
- package/src/Button.js +81 -82
- package/src/Calendar.hbs +6 -1
- package/src/Calendar.js +111 -10
- package/src/CalendarDate.js +1 -1
- package/src/CalendarHeader.hbs +13 -4
- package/src/CalendarHeader.js +75 -19
- package/src/Card.hbs +7 -39
- package/src/Card.js +33 -226
- package/src/CardHeader.hbs +42 -0
- package/src/CardHeader.js +288 -0
- package/src/Carousel.hbs +21 -17
- package/src/Carousel.js +223 -88
- package/src/CheckBox.hbs +9 -5
- package/src/CheckBox.js +145 -65
- package/src/ColorPalette.hbs +27 -10
- package/src/ColorPalette.js +261 -42
- package/src/ColorPaletteItem.hbs +3 -2
- package/src/ColorPaletteItem.js +38 -14
- package/src/ColorPalettePopover.hbs +31 -0
- package/src/ColorPalettePopover.js +244 -0
- package/src/ColorPicker.hbs +2 -0
- package/src/ColorPicker.js +53 -10
- package/src/ComboBox.hbs +7 -1
- package/src/ComboBox.js +423 -157
- package/src/ComboBoxGroupItem.js +70 -0
- package/src/ComboBoxItem.js +2 -2
- package/src/ComboBoxPopover.hbs +27 -18
- package/src/CustomListItem.js +14 -2
- package/src/DateComponentBase.js +22 -13
- package/src/DatePicker.hbs +1 -1
- package/src/DatePicker.js +104 -48
- package/src/DatePickerPopover.hbs +5 -4
- package/src/DateRangePicker.js +60 -22
- package/src/DateTimePicker.js +8 -9
- package/src/DateTimePickerPopover.hbs +6 -4
- package/src/DayPicker.hbs +9 -3
- package/src/DayPicker.js +43 -7
- package/src/Dialog.hbs +6 -3
- package/src/Dialog.js +205 -40
- package/src/DurationPicker.js +22 -3
- package/src/FileUploader.hbs +1 -0
- package/src/FileUploader.js +47 -33
- package/src/FileUploaderPopover.hbs +4 -2
- package/src/GroupHeaderListItem.hbs +4 -4
- package/src/GroupHeaderListItem.js +20 -12
- package/src/Icon.hbs +2 -1
- package/src/Icon.js +70 -19
- package/src/Input.hbs +15 -3
- package/src/Input.js +387 -122
- package/src/InputPopover.hbs +14 -13
- package/src/Interfaces.js +21 -1
- package/src/Label.hbs +1 -1
- package/src/Label.js +33 -12
- package/src/Link.hbs +4 -1
- package/src/Link.js +123 -33
- package/src/List.hbs +19 -15
- package/src/List.js +144 -54
- package/src/ListItem.hbs +15 -8
- package/src/ListItem.js +54 -15
- package/src/MessageStrip.hbs +10 -11
- package/src/MessageStrip.js +75 -44
- package/src/MultiComboBox.hbs +6 -1
- package/src/MultiComboBox.js +450 -111
- package/src/MultiComboBoxItem.js +5 -11
- package/src/MultiComboBoxPopover.hbs +42 -27
- package/src/MultiInput.js +58 -19
- package/src/Option.js +22 -17
- package/src/Panel.hbs +13 -6
- package/src/Panel.js +60 -30
- package/src/Popover.hbs +2 -2
- package/src/Popover.js +192 -90
- package/src/Popup.hbs +3 -2
- package/src/Popup.js +122 -44
- package/src/PopupBlockLayer.hbs +1 -1
- package/src/ProgressIndicator.hbs +7 -1
- package/src/ProgressIndicator.js +32 -18
- package/src/RadioButton.hbs +7 -4
- package/src/RadioButton.js +117 -46
- package/src/RadioButtonGroup.js +32 -32
- package/src/RangeSlider.hbs +8 -2
- package/src/RangeSlider.js +51 -23
- package/src/RatingIndicator.hbs +7 -3
- package/src/RatingIndicator.js +62 -39
- package/src/ResponsivePopover.hbs +14 -10
- package/src/ResponsivePopover.js +38 -52
- package/src/SegmentedButton.hbs +13 -5
- package/src/SegmentedButton.js +110 -60
- package/src/SegmentedButtonItem.hbs +42 -0
- package/src/SegmentedButtonItem.js +114 -0
- package/src/Select.hbs +9 -2
- package/src/Select.js +217 -108
- package/src/SelectPopover.hbs +25 -24
- package/src/Slider.hbs +1 -0
- package/src/Slider.js +45 -17
- package/src/SliderBase.hbs +4 -1
- package/src/SliderBase.js +27 -19
- package/src/SplitButton.hbs +53 -0
- package/src/SplitButton.js +431 -0
- package/src/StandardListItem.hbs +7 -5
- package/src/StandardListItem.js +22 -9
- package/src/StepInput.hbs +8 -5
- package/src/StepInput.js +45 -37
- package/src/SuggestionGroupItem.js +64 -0
- package/src/SuggestionItem.js +10 -24
- package/src/SuggestionListItem.hbs +4 -4
- package/src/SuggestionListItem.js +3 -3
- package/src/Switch.hbs +21 -4
- package/src/Switch.js +67 -27
- package/src/Tab.js +55 -32
- package/src/TabContainer.hbs +49 -53
- package/src/TabContainer.js +538 -100
- package/src/TabContainerPopover.hbs +12 -8
- package/src/TabInOverflow.hbs +0 -1
- package/src/TabInStrip.hbs +4 -14
- package/src/TabSeparator.js +42 -3
- package/src/TabSeparatorInOverflow.hbs +8 -0
- package/src/TabSeparatorInStrip.hbs +6 -0
- package/src/Table.hbs +24 -12
- package/src/Table.js +300 -32
- package/src/TableCell.js +1 -1
- package/src/TableColumn.js +2 -9
- package/src/TableGroupRow.hbs +13 -0
- package/src/TableGroupRow.js +164 -0
- package/src/TableRow.hbs +2 -0
- package/src/TableRow.js +102 -23
- package/src/TextArea.hbs +1 -1
- package/src/TextArea.js +80 -48
- package/src/TextAreaPopover.hbs +3 -3
- package/src/TimePicker.hbs +4 -1
- package/src/TimePicker.js +23 -4
- package/src/TimePickerBase.js +16 -11
- package/src/TimePickerPopover.hbs +2 -3
- package/src/TimeSelection.hbs +1 -1
- package/src/TimeSelection.js +11 -12
- package/src/Title.js +15 -8
- package/src/Toast.hbs +13 -11
- package/src/Toast.js +17 -6
- package/src/ToggleButton.js +23 -7
- package/src/Token.hbs +2 -0
- package/src/Token.js +30 -15
- package/src/Tokenizer.hbs +2 -1
- package/src/Tokenizer.js +186 -27
- package/src/TokenizerPopover.hbs +1 -1
- package/src/Tree.hbs +7 -3
- package/src/Tree.js +50 -8
- package/src/TreeItem.js +41 -9
- package/src/TreeListItem.hbs +3 -3
- package/src/TreeListItem.js +34 -30
- package/src/WheelSlider.hbs +15 -4
- package/src/WheelSlider.js +30 -23
- package/src/YearPicker.js +1 -0
- package/src/features/ColorPaletteMoreColors.js +7 -7
- package/src/features/InputSuggestions.js +217 -52
- package/src/i18n/messagebundle.properties +93 -2
- package/src/i18n/messagebundle_ar.properties +65 -2
- package/src/i18n/messagebundle_bg.properties +65 -2
- package/src/i18n/messagebundle_ca.properties +65 -2
- package/src/i18n/messagebundle_cs.properties +65 -2
- package/src/i18n/messagebundle_cy.properties +65 -2
- package/src/i18n/messagebundle_da.properties +65 -2
- package/src/i18n/messagebundle_de.properties +65 -2
- package/src/i18n/messagebundle_el.properties +65 -2
- package/src/i18n/messagebundle_en.properties +65 -2
- package/src/i18n/messagebundle_en_GB.properties +65 -2
- package/src/i18n/messagebundle_en_US_sappsd.properties +61 -2
- package/src/i18n/messagebundle_en_US_saprigi.properties +63 -2
- package/src/i18n/messagebundle_en_US_saptrc.properties +61 -2
- package/src/i18n/messagebundle_es.properties +65 -2
- package/src/i18n/messagebundle_es_MX.properties +66 -3
- package/src/i18n/messagebundle_et.properties +65 -2
- package/src/i18n/messagebundle_fi.properties +66 -3
- package/src/i18n/messagebundle_fr.properties +65 -2
- package/src/i18n/messagebundle_fr_CA.properties +65 -2
- package/src/i18n/messagebundle_hi.properties +65 -2
- package/src/i18n/messagebundle_hr.properties +65 -2
- package/src/i18n/messagebundle_hu.properties +65 -2
- package/src/i18n/messagebundle_id.properties +66 -3
- package/src/i18n/messagebundle_it.properties +65 -2
- package/src/i18n/messagebundle_iw.properties +65 -2
- package/src/i18n/messagebundle_ja.properties +67 -4
- package/src/i18n/messagebundle_kk.properties +65 -2
- package/src/i18n/messagebundle_ko.properties +65 -2
- package/src/i18n/messagebundle_lt.properties +65 -2
- package/src/i18n/messagebundle_lv.properties +65 -2
- package/src/i18n/messagebundle_ms.properties +65 -2
- package/src/i18n/messagebundle_nl.properties +65 -2
- package/src/i18n/messagebundle_no.properties +65 -2
- package/src/i18n/messagebundle_pl.properties +65 -2
- package/src/i18n/messagebundle_pt.properties +65 -2
- package/src/i18n/messagebundle_pt_PT.properties +65 -2
- package/src/i18n/messagebundle_ro.properties +65 -2
- package/src/i18n/messagebundle_ru.properties +65 -2
- package/src/i18n/messagebundle_sh.properties +65 -2
- package/src/i18n/messagebundle_sk.properties +65 -2
- package/src/i18n/messagebundle_sl.properties +65 -2
- package/src/i18n/messagebundle_sv.properties +65 -2
- package/src/i18n/messagebundle_th.properties +64 -1
- package/src/i18n/messagebundle_tr.properties +65 -2
- package/src/i18n/messagebundle_uk.properties +65 -2
- package/src/i18n/messagebundle_vi.properties +65 -2
- package/src/i18n/messagebundle_zh_CN.properties +65 -2
- package/src/i18n/messagebundle_zh_TW.properties +64 -1
- package/src/popup-utils/OpenedPopupsRegistry.js +1 -1
- package/src/popup-utils/PopoverRegistry.js +1 -1
- package/src/themes/Avatar.css +228 -0
- package/src/themes/AvatarGroup.css +82 -0
- package/src/themes/Badge.css +247 -0
- package/src/themes/Breadcrumbs.css +100 -0
- package/src/themes/BreadcrumbsPopover.css +6 -0
- package/src/themes/BrowserScrollbar.css +25 -0
- package/src/themes/BusyIndicator.css +143 -0
- package/src/themes/Button.css +306 -0
- package/src/themes/Button.ie11.css +48 -0
- package/src/themes/Calendar.css +23 -0
- package/src/themes/CalendarHeader.css +137 -0
- package/src/themes/Card.css +42 -0
- package/src/themes/CardHeader.css +133 -0
- package/src/themes/Carousel.css +140 -0
- package/src/themes/CheckBox.css +289 -0
- package/src/themes/ColorPalette.css +70 -0
- package/src/themes/ColorPaletteItem.css +70 -0
- package/src/themes/ColorPalettePopover.css +17 -0
- package/src/themes/ColorPaletteStaticArea.css +17 -0
- package/src/themes/ColorPicker.css +190 -0
- package/src/themes/ComboBox.css +9 -0
- package/src/themes/ComboBoxPopover.css +17 -0
- package/src/themes/CustomListItem.css +31 -0
- package/src/themes/DatePicker.css +46 -0
- package/src/themes/DatePickerPopover.css +9 -0
- package/src/themes/DateRangePicker.css +16 -0
- package/src/themes/DateTimePicker.css +11 -0
- package/src/themes/DateTimePickerPopover.css +78 -0
- package/src/themes/DayPicker.css +269 -0
- package/src/themes/Dialog.css +66 -0
- package/src/themes/FileUploader.css +40 -0
- package/src/themes/GroupHeaderListItem.css +24 -0
- package/src/themes/GrowingButton.css +67 -0
- package/src/themes/Icon.css +38 -0
- package/src/themes/Input.css +407 -0
- package/src/themes/InputIcon.css +53 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/Label.css +85 -0
- package/src/themes/Link.css +77 -0
- package/src/themes/List.css +116 -0
- package/src/themes/ListItem.css +231 -0
- package/src/themes/ListItemBase.css +85 -0
- package/src/themes/MessageStrip.css +123 -0
- package/src/themes/MonthPicker.css +86 -0
- package/src/themes/MultiComboBox.css +36 -0
- package/src/themes/MultiInput.css +14 -0
- package/src/themes/Panel.css +100 -0
- package/src/themes/Popover.css +102 -0
- package/src/themes/Popup.css +5 -0
- package/src/themes/PopupGlobal.css +3 -0
- package/src/themes/PopupStaticAreaStyles.css +17 -0
- package/src/themes/PopupsCommon.css +127 -0
- package/src/themes/ProgressIndicator.css +158 -0
- package/src/themes/RadioButton.css +249 -0
- package/src/themes/RatingIndicator.css +52 -0
- package/src/themes/ResponsivePopover.css +29 -0
- package/src/themes/ResponsivePopoverCommon.css +208 -0
- package/src/themes/SegmentedButton.css +88 -0
- package/src/themes/Select.css +53 -0
- package/src/themes/SelectPopover.css +19 -0
- package/src/themes/SliderBase.css +253 -0
- package/src/themes/SplitButton.css +98 -0
- package/src/themes/StepInput.css +269 -0
- package/src/themes/Suggestions.css +28 -0
- package/src/themes/Switch.css +370 -0
- package/src/themes/Tab.css +9 -0
- package/src/themes/TabContainer.css +128 -0
- package/src/themes/TabInOverflow.css +65 -0
- package/src/themes/TabInStrip.css +374 -0
- package/src/themes/TabSeparatorInOverflow.css +8 -0
- package/src/themes/TabSeparatorInStrip.css +5 -0
- package/src/themes/Table.css +91 -0
- package/src/themes/TableCell.css +28 -0
- package/src/themes/TableColumn.css +29 -0
- package/src/themes/TableGroupRow.css +34 -0
- package/src/themes/TableRow.css +85 -0
- package/src/themes/TapHighlightColor.css +3 -0
- package/src/themes/TextArea.css +309 -0
- package/src/themes/TimePicker.css +50 -0
- package/src/themes/TimePickerPopover.css +15 -0
- package/src/themes/TimeSelection.css +27 -0
- package/src/themes/Title.css +65 -0
- package/src/themes/Toast.css +93 -0
- package/src/themes/ToggleButton.css +88 -0
- package/src/themes/ToggleButton.ie11.css +48 -0
- package/src/themes/Token.css +117 -0
- package/src/themes/Tokenizer.css +85 -0
- package/src/themes/TokenizerPopover.css +4 -0
- package/src/themes/Tree.css +11 -0
- package/src/themes/TreeListItem.css +107 -0
- package/src/themes/ValueStateMessage.css +86 -0
- package/src/themes/WheelSlider.css +203 -0
- package/src/themes/YearPicker.css +86 -0
- package/src/themes/base/Avatar-parameters.css +38 -0
- package/src/themes/base/AvatarGroup-parameter.css +6 -0
- package/src/themes/base/Badge-parameters.css +61 -0
- package/src/themes/base/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/base/BusyIndicator-parameters.css +5 -0
- package/src/themes/base/Button-parameters.css +30 -0
- package/src/themes/base/CalendarHeader-parameters.css +20 -0
- package/src/themes/base/Card-parameters.css +17 -0
- package/src/themes/base/Carousel-parameters.css +9 -0
- package/src/themes/base/CheckBox-parameters.css +53 -0
- package/src/themes/base/ColorPalette-parameters.css +14 -0
- package/src/themes/base/ColorPicker-parameters.css +8 -0
- package/src/themes/base/DatePicker-parameters.css +6 -0
- package/src/themes/base/DayPicker-parameters.css +41 -0
- package/src/themes/base/Dialog-parameters.css +9 -0
- package/src/themes/base/GroupHeaderListItem-parameters.css +3 -0
- package/src/themes/base/GrowingButton-parameters.css +6 -0
- package/src/themes/base/Input-parameters.css +63 -0
- package/src/themes/base/InputIcon-parameters.css +11 -0
- package/src/themes/base/Link-parameters.css +8 -0
- package/src/themes/base/List-parameters.css +3 -0
- package/src/themes/base/ListItemBase-parameters.css +10 -0
- package/src/themes/base/MessageStrip-parameters.css +21 -0
- package/src/themes/base/MonthPicker-parameters.css +16 -0
- package/src/themes/base/MultiComboBox-parameters.css +3 -0
- package/src/themes/base/Panel-parameters.css +11 -0
- package/src/themes/base/PopupsCommon-parameters.css +13 -0
- package/src/themes/base/ProgressIndicator-parameters.css +21 -0
- package/src/themes/base/RadioButton-parameters.css +32 -0
- package/src/themes/base/RatingIndicator-parameters.css +3 -0
- package/src/themes/base/SegmentedButtton-parameters.css +8 -0
- package/src/themes/base/Select-parameters.css +11 -0
- package/src/themes/base/SelectPopover-parameters.css +4 -0
- package/src/themes/base/SliderBase-parameters.css +64 -0
- package/src/themes/base/StepInput-parameters.css +23 -0
- package/src/themes/base/Suggestions-parameters.css +3 -0
- package/src/themes/base/Switch-parameters.css +96 -0
- package/src/themes/base/TabContainer-parameters.css +84 -0
- package/src/themes/base/Table-parameters.css +6 -0
- package/src/themes/base/TableColumn-parameters.css +3 -0
- package/src/themes/base/TableRow-parameters.css +3 -0
- package/src/themes/base/TextArea-parameters.css +22 -0
- package/src/themes/base/TimePicker-parameters.css +4 -0
- package/src/themes/base/TimelineItem-parameters.css +10 -0
- package/src/themes/base/Title-parameters.css +8 -0
- package/src/themes/base/Toast-parameters.css +6 -0
- package/src/themes/base/ToggleButton-parameters.css +8 -0
- package/src/themes/base/Token-parameters.css +19 -0
- package/src/themes/base/Tokenizer-parameters.css +4 -0
- package/src/themes/base/ValueStateMessage-parameters.css +7 -0
- package/src/themes/base/WheelSlider-parameters.css +15 -0
- package/src/themes/base/YearPicker-parameters.css +16 -0
- package/src/themes/base/sizes-parameters.css +302 -0
- package/src/themes/sap_belize/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize/Dialog-parameters.css +5 -0
- package/src/themes/sap_belize/Input-parameters.css +6 -0
- package/src/themes/sap_belize/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize/ProgressIndicator-parameters.css +8 -0
- package/src/themes/sap_belize/SliderBase-parameters.css +22 -0
- package/src/themes/sap_belize/TabContainer-parameters.css +6 -0
- package/src/themes/sap_belize/Table-parameters.css +7 -0
- package/src/themes/sap_belize/TimePicker-parameters.css +5 -0
- package/src/themes/sap_belize/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize/parameters-bundle.css +48 -0
- package/src/themes/sap_belize_hcb/Avatar-parameters.css +18 -0
- package/src/themes/sap_belize_hcb/Badge-parameters.css +43 -0
- package/src/themes/sap_belize_hcb/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize_hcb/Button-parameters.css +12 -0
- package/src/themes/sap_belize_hcb/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_belize_hcb/Card-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize_hcb/CheckBox-parameters.css +12 -0
- package/src/themes/sap_belize_hcb/DatePicker-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/DayPicker-parameters.css +13 -0
- package/src/themes/sap_belize_hcb/Dialog-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_belize_hcb/Input-parameters.css +14 -0
- package/src/themes/sap_belize_hcb/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/Link-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/MonthPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/Panel-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_belize_hcb/RadioButton-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/Select-parameters.css +12 -0
- package/src/themes/sap_belize_hcb/SliderBase-parameters.css +17 -0
- package/src/themes/sap_belize_hcb/Switch-parameters.css +44 -0
- package/src/themes/sap_belize_hcb/TabContainer-parameters.css +44 -0
- package/src/themes/sap_belize_hcb/Table-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/TextArea-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/ToggleButton-parameters.css +7 -0
- package/src/themes/sap_belize_hcb/Token-parameters.css +6 -0
- package/src/themes/sap_belize_hcb/ValueStateMessage-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize_hcb/YearPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +47 -0
- package/src/themes/sap_belize_hcw/Avatar-parameters.css +18 -0
- package/src/themes/sap_belize_hcw/Badge-parameters.css +43 -0
- package/src/themes/sap_belize_hcw/BrowserScrollbar-parameters.css +4 -0
- package/src/themes/sap_belize_hcw/Button-parameters.css +12 -0
- package/src/themes/sap_belize_hcw/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_belize_hcw/Card-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/Carousel-parameters.css +9 -0
- package/src/themes/sap_belize_hcw/CheckBox-parameters.css +12 -0
- package/src/themes/sap_belize_hcw/DatePicker-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/DayPicker-parameters.css +14 -0
- package/src/themes/sap_belize_hcw/Dialog-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_belize_hcw/Input-parameters.css +14 -0
- package/src/themes/sap_belize_hcw/InputIcon-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/Link-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/MonthPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/Panel-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_belize_hcw/RadioButton-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/Select-parameters.css +12 -0
- package/src/themes/sap_belize_hcw/SliderBase-parameters.css +17 -0
- package/src/themes/sap_belize_hcw/Switch-parameters.css +43 -0
- package/src/themes/sap_belize_hcw/TabContainer-parameters.css +44 -0
- package/src/themes/sap_belize_hcw/Table-parameters.css +7 -0
- package/src/themes/sap_belize_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/TextArea-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/Token-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/ValueStateMessage-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_belize_hcw/YearPicker-parameters.css +10 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +47 -0
- package/src/themes/sap_fiori_3/Avatar-parameters.css +9 -0
- package/src/themes/sap_fiori_3/Button-parameters.css +14 -0
- package/src/themes/sap_fiori_3/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_fiori_3/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3/DayPicker-parameters.css +6 -0
- package/src/themes/sap_fiori_3/Input-parameters.css +7 -0
- package/src/themes/sap_fiori_3/Link-parameters.css +7 -0
- package/src/themes/sap_fiori_3/List-parameters.css +5 -0
- package/src/themes/sap_fiori_3/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Panel-parameters.css +6 -0
- package/src/themes/sap_fiori_3/SliderBase-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TabContainer-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/Token-parameters.css +9 -0
- package/src/themes/sap_fiori_3/WheelSlider-parameters.css +16 -0
- package/src/themes/sap_fiori_3/YearPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +48 -0
- package/src/themes/sap_fiori_3_dark/Avatar-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/Button-parameters.css +14 -0
- package/src/themes/sap_fiori_3_dark/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_dark/DayPicker-parameters.css +6 -0
- package/src/themes/sap_fiori_3_dark/Input-parameters.css +7 -0
- package/src/themes/sap_fiori_3_dark/Link-parameters.css +7 -0
- package/src/themes/sap_fiori_3_dark/List-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/Panel-parameters.css +6 -0
- package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TabContainer-parameters.css +12 -0
- package/src/themes/sap_fiori_3_dark/Token-parameters.css +8 -0
- package/src/themes/sap_fiori_3_dark/WheelSlider-parameters.css +15 -0
- package/src/themes/sap_fiori_3_dark/YearPicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +47 -0
- package/src/themes/sap_fiori_3_hcb/Avatar-parameters.css +24 -0
- package/src/themes/sap_fiori_3_hcb/Badge-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcb/Button-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcb/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/Card-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/Carousel-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_hcb/DatePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/DayPicker-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcb/Dialog-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcb/Input-parameters.css +21 -0
- package/src/themes/sap_fiori_3_hcb/InputIcon-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Link-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcb/MonthPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/RadioButton-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcb/Select-parameters.css +12 -0
- package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/Switch-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcb/TabContainer-parameters.css +44 -0
- package/src/themes/sap_fiori_3_hcb/Table-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TextArea-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcb/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/Token-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/ValueStateMessage-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcb/YearPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +48 -0
- package/src/themes/sap_fiori_3_hcw/Avatar-parameters.css +24 -0
- package/src/themes/sap_fiori_3_hcw/Badge-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcw/Button-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcw/CalendarHeader-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/Card-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/Carousel-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcw/CheckBox-parameters.css +13 -0
- package/src/themes/sap_fiori_3_hcw/DatePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/DayPicker-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcw/Dialog-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/Input-parameters.css +21 -0
- package/src/themes/sap_fiori_3_hcw/InputIcon-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Link-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcw/MessageStrip-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcw/MonthPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/Panel-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/ProgressIndicator-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/RadioButton-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcw/Select-parameters.css +12 -0
- package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +13 -0
- package/src/themes/sap_fiori_3_hcw/Switch-parameters.css +43 -0
- package/src/themes/sap_fiori_3_hcw/TabContainer-parameters.css +44 -0
- package/src/themes/sap_fiori_3_hcw/Table-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TextArea-parameters.css +10 -0
- package/src/themes/sap_fiori_3_hcw/TimePicker-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/ToggleButton-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/Token-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcw/ValueStateMessage-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/WheelSlider-parameters.css +17 -0
- package/src/themes/sap_fiori_3_hcw/YearPicker-parameters.css +11 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +48 -0
- package/src/themes/sap_horizon/Avatar-parameters.css +33 -0
- package/src/themes/sap_horizon/BusyIndicator-parameters.css +7 -0
- package/src/themes/sap_horizon/Button-parameters.css +20 -0
- package/src/themes/sap_horizon/CalendarHeader-parameters.css +19 -0
- package/src/themes/sap_horizon/Card-parameters.css +10 -0
- package/src/themes/sap_horizon/CheckBox-parameters.css +34 -0
- package/src/themes/sap_horizon/ColorPalette-parameters.css +16 -0
- package/src/themes/sap_horizon/ColorPicker-parameters.css +10 -0
- package/src/themes/sap_horizon/DatePicker-parameters.css +6 -0
- package/src/themes/sap_horizon/DayPicker-parameters.css +31 -0
- package/src/themes/sap_horizon/Dialog-parameters.css +11 -0
- package/src/themes/sap_horizon/GrowingButton-parameters.css +5 -0
- package/src/themes/sap_horizon/Input-parameters.css +35 -0
- package/src/themes/sap_horizon/InputIcon-parameters.css +17 -0
- package/src/themes/sap_horizon/Link-parameters.css +10 -0
- package/src/themes/sap_horizon/List-parameters.css +5 -0
- package/src/themes/sap_horizon/ListItemBase-parameters.css +6 -0
- package/src/themes/sap_horizon/MessageStrip-parameters.css +9 -0
- package/src/themes/sap_horizon/MonthPicker-parameters.css +17 -0
- package/src/themes/sap_horizon/MultiComboBox-parameters.css +5 -0
- package/src/themes/sap_horizon/Panel-parameters.css +12 -0
- package/src/themes/sap_horizon/PopupsCommon-parameters.css +9 -0
- package/src/themes/sap_horizon/ProgressIndicator-parameters.css +23 -0
- package/src/themes/sap_horizon/RadioButton-parameters.css +9 -0
- package/src/themes/sap_horizon/RatingIndicator-parameters.css +3 -0
- package/src/themes/sap_horizon/SegmentedButtton-parameters.css +10 -0
- package/src/themes/sap_horizon/Select-parameters.css +5 -0
- package/src/themes/sap_horizon/SelectPopover-parameters.css +4 -0
- package/src/themes/sap_horizon/SliderBase-parameters.css +44 -0
- package/src/themes/sap_horizon/StepInput-parameters.css +25 -0
- package/src/themes/sap_horizon/Suggestions-parameters.css +5 -0
- package/src/themes/sap_horizon/Switch-parameters.css +31 -0
- package/src/themes/sap_horizon/TabContainer-parameters.css +25 -0
- package/src/themes/sap_horizon/Table-parameters.css +8 -0
- package/src/themes/sap_horizon/TableColumn-parameters.css +5 -0
- package/src/themes/sap_horizon/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon/TextArea-parameters.css +22 -0
- package/src/themes/sap_horizon/TimePicker-parameters.css +6 -0
- package/src/themes/sap_horizon/ToggleButton-parameters.css +11 -0
- package/src/themes/sap_horizon/Token-parameters.css +28 -0
- package/src/themes/sap_horizon/Tokenizer-parameters.css +6 -0
- package/src/themes/sap_horizon/ValueStateMessage-parameters.css +8 -0
- package/src/themes/sap_horizon/WheelSlider-parameters.css +19 -0
- package/src/themes/sap_horizon/YearPicker-parameters.css +16 -0
- package/src/themes/sap_horizon/parameters-bundle.css +57 -0
- package/src/themes/sap_horizon/sizes-parameters.css +8 -0
- package/src/themes/sap_horizon_exp/Badge-parameters.css +91 -0
- package/src/themes/sap_horizon_exp/Button-parameters.css +12 -0
- package/src/themes/sap_horizon_exp/CalendarHeader-parameters.css +8 -0
- package/src/themes/sap_horizon_exp/CheckBox-parameters.css +35 -0
- package/src/themes/sap_horizon_exp/DatePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/DayPicker-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/Input-parameters.css +46 -0
- package/src/themes/sap_horizon_exp/InputIcon-parameters.css +9 -0
- package/src/themes/sap_horizon_exp/Link-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/List-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/MonthPicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/MultiComboBox-parameters.css +7 -0
- package/src/themes/sap_horizon_exp/Panel-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/Popover-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/RadioButton-parameters.css +30 -0
- package/src/themes/sap_horizon_exp/Select-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/SliderBase-parameters.css +30 -0
- package/src/themes/sap_horizon_exp/Switch-parameters.css +46 -0
- package/src/themes/sap_horizon_exp/TabContainer-parameters.css +40 -0
- package/src/themes/sap_horizon_exp/TimePicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Token-parameters.css +9 -0
- package/src/themes/sap_horizon_exp/WheelSlider-parameters.css +16 -0
- package/src/themes/sap_horizon_exp/YearPicker-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +46 -0
- package/{dist/types/AvatarBackgroundColor.js → src/types/AvatarColorScheme.js} +9 -9
- package/src/types/BreadcrumbsDesign.js +42 -0
- package/src/types/BreadcrumbsSeparatorStyle.js +69 -0
- package/src/types/ButtonDesign.js +7 -0
- package/src/types/HasPopup.js +62 -0
- package/src/types/{MessageStripType.js → MessageStripDesign.js} +7 -7
- package/src/types/SwitchDesign.js +40 -0
- package/src/types/TabContainerTabsPlacement.js +4 -4
- package/src/types/TabsOverflowMode.js +40 -0
- package/src/types/WrappingType.js +41 -0
- package/dist/generated/templates/TabSeparatorTemplate.lit.js +0 -14
- package/dist/generated/themes/LoadMoreRow.css.js +0 -8
- package/dist/types/AvatarFitType.js +0 -40
- package/src/TabSeparator.hbs +0 -1
- package/src/types/AvatarFitType.js +0 -40
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[" [synthetic:es6/util/arrayiterator] "," [synthetic:es6/util/makeiterator] ","ts_src/platform/custom-event.ts","ts_src/platform/baseuri.ts","ts_src/platform/get-attribute-names.ts","ts_src/platform/matches.ts","ts_src/platform/parent-node/append.ts","ts_src/platform/parent-node/prepend.ts","ts_src/platform/parent-node/replace-children.ts","ts_src/platform/child-node/after.ts","ts_src/platform/child-node/before.ts","ts_src/platform/child-node/remove.ts","ts_src/platform/child-node/replace-with.ts","ts_src/platform/svg-element-class-list.ts"],"names":["$jscomp.arrayIteratorImpl","e","document","createEvent","initEvent","preventDefault","defaultPrevented","origPreventDefault","Event","prototype","Event.prototype.preventDefault","cancelable","call","Object","defineProperty","get","configurable","isIE","test","navigator","userAgent","window","origEvent","inType","params","bubbles","i","CustomEvent","initCustomEvent","detail","MouseEvent","origMouseEvent","initMouseEvent","view","screenX","screenY","clientX","clientY","ctrlKey","altKey","shiftKey","metaKey","button","relatedTarget","j","getOwnPropertyDescriptor","native_baseURI","Node","base","querySelector","ownerDocument","href","location","enumerable","_a","_b","Element_prototype","Element","attributesDescriptor","getAttributes","attributes","map","Array","hasOwnProperty","getAttributeNames","Element_prototype.getAttributeNames","attr","name","matches","webkitMatchesSelector","msMatchesSelector","nativeAppendChild","appendChild","installAppend","constructor","writable","value","append","args","$jscomp.makeIterator","arg","createTextNode","Document","DocumentFragment","nativeInsertBefore","insertBefore","nativeGetFirstChild","firstChild","installPrepend","prepend","newNode","nativeRemoveChild","removeChild","installReplaceChildren","replaceChildren","child","_c","_d","nativeGetParentNode","parentNode","nativeGetNextSibling","nextSibling","installAfter","after","CharacterData","installBefore","before","installRemove","remove","installReplaceWith","replaceWith","HTMLElement_prototype","HTMLElement","SVGElement_prototype"],"mappings":"A;;;;;;;;;;;;;;;;;;;aA2B4B,QAAA,EAAQ,CAAC,CAAD,CAAQ,CAC1C,IAAI,EAAQ,CACZ,OAAO,SAAQ,EAAG,CAChB,MAAI,EAAJ,CAAY,CAAA,OAAZ,CACS,CACL,KAAM,CAAA,CADD,CAEL,MAAO,CAAA,CAAM,CAAA,EAAN,CAFF,CADT,CAMS,CAAC,KAAM,CAAA,CAAP,CAPO,CAFwB,CCGrB,QAAA,EAAQ,CAAC,CAAD,CAAW,CAExC,IAAI,EAAoC,WAApC,EAAmB,MAAO,OAA1B,EAAmD,MAAA,SAAnD,EACmB,CAAD,CAAW,MAAA,SAAX,CACtB,OAAO,EAAA,CAAmB,CAAA,KAAA,CAAsB,CAAtB,CAAnB,CDc6B,CAAC,KAAMA,CAAA,CCbM,CDaN,CAAP,CClBI,CCdxC,IAAMC,EAAIC,QAAAC,YAAA,CAAqB,OAArB,CACVF,EAAAG,UAAA,CAAY,KAAZ,CAAmB,CAAA,CAAnB,CAAyB,CAAA,CAAzB,CACAH,EAAAI,eAAA,EAIF;GAAI,CAHKJ,CAAAK,iBAGT,CAA8B,CAC5B,IAAMC,EAAqBC,KAAAC,UAAAJ,eAC3BG,MAAAC,UAAAJ,eAAA,CAAiCK,QAAA,EAAA,CAC1B,IAAAC,WAAL,GAIAJ,CAAAK,KAAA,CAAwB,IAAxB,CAEA,CAAAC,MAAAC,eAAA,CAAsB,IAAtB,CAA4B,kBAA5B,CAAgD,CAC9C,IAAAC,QAAG,EAAA,CACD,MAAO,CAAA,CADN,CAD2C,CAI9CC,aAAc,CAAA,CAJgC,CAAhD,CANA,CAD+B,CAFL,CAkB9B,IAAMC,EAAO,SAAAC,KAAA,CAAeC,SAAAC,UAAf,CAGb;GAAI,CAACC,MAAAb,MAAL,EAAqBS,CAArB,EAAsD,UAAtD,GAA8B,MAAOI,OAAAb,MAArC,CAAmE,CACjE,IAAMc,EAAYD,MAAAb,MAClBa,OAAA,MAAA,CACK,QAAA,CAACE,CAAD,CAAiBC,CAAjB,CAAuC,CACtCA,CAAA,CAASA,CAAT,EAAmB,EACnB,KAAMvB,EAAIC,QAAAC,YAAA,CAAqB,OAArB,CACVF,EAAAG,UAAA,CACImB,CADJ,CACY,CAAA,CAAQC,CAAAC,QADpB,CACqC,CAAA,CAAQD,CAAAb,WAD7C,CAEA,OAAOV,EAL+B,CAO5C,IAAIqB,CAAJ,CAAe,CAEb,IAAKI,IAAMA,CAAX,GAAgBJ,EAAhB,CAEGD,MAAA,MAAA,CAAwBK,CAAxB,CAAA,CAA8BJ,CAAA,CAAkBI,CAAlB,CAEjCL,OAAA,MAAAZ,UAAA,CAA4Ba,CAAAb,UANf,CAVkD;AAqBnE,GAAI,CAACY,MAAAM,YAAL,EAA2BV,CAA3B,EAAkE,UAAlE,GAAoC,MAAOI,OAAAM,YAA3C,CACEN,MAAA,YASA,CARK,QAAA,CAAoBE,CAApB,CAAoCC,CAApC,CAAmE,CAClEA,CAAA,CAASA,CAAT,EAAmB,EACnB,KAAMvB,EAAoBC,QAAAC,YAAA,CAAqB,aAArB,CAC1BF,EAAA2B,gBAAA,CACIL,CADJ,CACY,CAAA,CAAQC,CAAAC,QADpB,CACqC,CAAA,CAAQD,CAAAb,WAD7C,CAEIa,CAAAK,OAFJ,CAGA,OAAO5B,EAN2D,CAQxE,CAAAoB,MAAA,YAAAZ,UAAA,CAAkCY,MAAAb,MAAAC,UAGpC;GAAI,CAACY,MAAAS,WAAL,EAA0Bb,CAA1B,EAAgE,UAAhE,GAAmC,MAAOI,OAAAS,WAA1C,CAA6E,CAC3E,IAAMC,EAAiBV,MAAAS,WACvBT,OAAA,WAAA,CACK,QAAA,CAACE,CAAD,CAAiBC,CAAjB,CAA4C,CAC3CA,CAAA,CAASA,CAAT,EAAmB,EACnB,KAAMvB,EAAIC,QAAAC,YAAA,CAAqB,YAArB,CACVF,EAAA+B,eAAA,CACIT,CADJ,CACY,CAAA,CAAQC,CAAAC,QADpB,CACqC,CAAA,CAAQD,CAAAb,WAD7C,CAEIa,CAAAS,KAFJ,EAEmBZ,MAFnB,CAE2BG,CAAAK,OAF3B,CAE2CL,CAAAU,QAF3C,CAGIV,CAAAW,QAHJ,CAGqBX,CAAAY,QAHrB,CAGsCZ,CAAAa,QAHtC,CAGuDb,CAAAc,QAHvD,CAIId,CAAAe,OAJJ,CAIoBf,CAAAgB,SAJpB,CAIsChB,CAAAiB,QAJtC,CAIuDjB,CAAAkB,OAJvD,CAKIlB,CAAAmB,cALJ,CAMA,OAAO1C,EAToC,CAWjD,IAAI8B,CAAJ,CAEE,IAAKa,IAAMA,CAAX,GAAgBb,EAAhB,CAEGV,MAAAS,WAAA,CAA0Bc,CAA1B,CAAA,CAAgCb,CAAA,CAAuBa,CAAvB,CAGrCvB,OAAA,WAAAZ,UAAA,CAAiCsB,CAAAtB,UArB0C,C;;;;;;;;;;AC3DzEI,MAAAgC,yBAAAC,CAAgCC,IAAAtC,UAAhCqC,CAAgD,SAAhDA,CACJ,EACEjC,MAAAC,eAAA,CAAsBiC,IAAAtC,UAAtB,CAAsC,SAAtC,CAAiD,CAC/C,IAAAM,QAAG,EAAA,CAGD,IAAMiC,EAAOC,CADD,IAAAC,cACCD,EADqB,IACrBA,eAAA,CAAkB,YAAlB,CACb,OAAOD,EAAP,EAAeA,CAAAG,KAAf,EAA4B9B,MAAA+B,SAAAD,KAJ3B,CAD4C,CAO/CnC,aAAc,CAAA,CAPiC,CAQ/CqC,WAAY,CAAA,CARmC,CAAjD,C;;;;;;;;;;ACXA,IAAAC,CAAA,CAAAC,CAAA,CAIIC,EAAoBC,OAAAhD,UAJxB,CAMIiD,EAC8D,IAD1C,IAAAJ,CAAA,CACtBzC,MAAAgC,yBAAA,CAAgCW,CAAhC,CAAmD,YAAnD,CADsB,GAC0C,IAAA,EAD1C,GAC0CF,CAD1C,CAC0CA,CAD1C,CAEtBzC,MAAAgC,yBAAA,CAAgCE,IAAAtC,UAAhC,CAAgD,YAAhD,CARF,CAWIkD,EAAyC,IAA5B,IAAAJ,CAAA,CAAuB,IAApB,GAAAG,CAAA,EAAoB,IAAA,EAApB,GAAAA,CAAA,CAAoB,IAAA,EAApB,CAAAA,CAAA3C,IAAH,GAA4B,IAAA,EAA5B,GAA4BwC,CAA5B,CAA4BA,CAA5B,CACf,QAAA,EAAA,CAA0B,MAAO,KAAAK,WAAjC,CAZF,CAaIC,EAAMC,KAAArD,UAAAoD,IAEPL,EAAAO,eAAA,CAAiC,mBAAjC,CAAL,GACEP,CAAAQ,kBADF,CACwCC,QAA0B,EAAA,CAC9D,MAAOJ,EAAAjD,KAAA,CAAS+C,CAAA/C,KAAA,CAAmB,IAAnB,CAAT,CAAmC,QAAA,CAAAsD,CAAA,CAAQC,CAAAA,MAAAD,EAAAC,KAAAA,CAA3C,CADuD,CADlE,C,CCfE,IAAAb,CAAA,CAIIE,EAAoBC,OAAAhD,UAErB+C,EAAAO,eAAA,CAAiC,SAAjC,CAAL,GACEP,CAAAY,QADF,CAE8E,IADnD,IAAAd,CAAA,CACnBE,CAAAa,sBADmB,GACmD,IAAA,EADnD,GACmDf,CADnD,CACmDA,CADnD,CAEnBE,CAAAc,kBAHR,C;;;;;;;;;ACDA,IAAMC,EAAoBxB,IAAAtC,UAAA+D,YAEJC,SAAA,EAAA,CAAIC,CAAJ,CAAmC,CACjDjE,CAAAA,CAAYiE,CAAAjE,UACdA,EAAAsD,eAAA,CAAyB,QAAzB,CAAJ,EAIAlD,MAAAC,eAAA,CAAsBL,CAAtB,CAAiC,QAAjC,CAA2C,CACzCO,aAAc,CAAA,CAD2B,CAEzCqC,WAAY,CAAA,CAF6B,CAGzCsB,SAAU,CAAA,CAH+B,CAIzCC,MAAOC,QAAe,CAAIC,CAAJ,CAA4B,CAA3B,IAAA,IAA2B,EAA3B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,OAAA,CAAA,EAAA,CAAA,CAA2B,CAA3B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CACrB,EAAA,CAAAC,CAAA,CADgDD,CAChD,CAAA,KAAA,CAAA,CAAA,CAAA,KAAA,EAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,KAAA,EAAA,CAAWE,CACT,CADF,CAAA,MACE,CAAAT,CAAA3D,KAAA,CAAuB,IAAvB,CAA4C,QAAf,GAAA,MAAOoE,EAAP,CAA0B9E,QAAA+E,eAAA,CAAwBD,CAAxB,CAA1B,CAAyDA,CAAtF,CAF8C,CAJT,CAA3C,CANuD,CAkBzDP,CAAA,CAAcS,QAAd,CACAT,EAAA,CAAcU,gBAAd,CACAV,EAAA,CAAchB,OAAd,C,CC5BE,IAAAH,CAAA,CAAAC,CAAA,CAMI6B,EAAqBrC,IAAAtC,UAAA4E,aANzB,CAOIC,GAGiE,IAH9C,IAAA/B,CAAA,CAGwC,IAA7D,IAAAD,CAAA,CAAAzC,MAAAgC,yBAAA,CAAgCE,IAAAtC,UAAhC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6D6C,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAAAvC,IAHxC,GAG8C,IAAA,EAH9C,GAG8CwC,CAH9C,CAG8CA,CAH9C,CAKrB,QAAA,EAAA,CAAuB,MAAO,KAAAgC,WAA9B,CAEmBC;QAAA,EAAA,CAAId,CAAJ,CAAmC,CAClDjE,CAAAA,CAAYiE,CAAAjE,UACdA,EAAAsD,eAAA,CAAyB,SAAzB,CAAJ,EAIAlD,MAAAC,eAAA,CAAsBL,CAAtB,CAAiC,SAAjC,CAA4C,CAC1CO,aAAc,CAAA,CAD4B,CAE1CqC,WAAY,CAAA,CAF8B,CAG1CsB,SAAU,CAAA,CAHgC,CAI1CC,MAAOa,QAAgB,CAAIX,CAAJ,CAA4B,CAA3B,IAAA,IAA2B,EAA3B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,OAAA,CAAA,EAAA,CAAA,CAA2B,CAA3B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CAChBS,EAAAA,CAAaD,EAAA1E,KAAA,CAAyB,IAAzB,CACnB,EAAA,CAAAmE,CAAA,CAFiDD,CAEjD,CAAA,KAAA,IAAA,EAAA,CAAA,KAAA,EAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,KAAA,EAAA,CAAWE,CAET,CAFF,CAAA,MAEE,CAAAI,CAAAxE,KAAA,CAAwB,IAAxB,CAD+B,QAAf8E,GAAA,MAAOV,EAAPU,CAA0BxF,QAAA+E,eAAA,CAAwBD,CAAxB,CAA1BU,CAAyDV,CACzE,CAAuCO,CAAvC,CAJ+C,CAJT,CAA5C,CANwD,CAoB1DC,CAAA,CAAeN,QAAf,CACAM,EAAA,CAAeL,gBAAf,CACAK,EAAA,CAAe/B,OAAf,C,CCpCE,IAAAH,CAAA,CAAAC,CAAA,CAMIgB,GAAoBxB,IAAAtC,UAAA+D,YANxB,CAOImB,GAAoB5C,IAAAtC,UAAAmF,YAPxB,CAQIN,GAGiE,IAH9C,IAAA/B,CAAA,CAGwC,IAA7D,IAAAD,CAAA,CAAAzC,MAAAgC,yBAAA,CAAgCE,IAAAtC,UAAhC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6D6C,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAAAvC,IAHxC,GAG8C,IAAA,EAH9C,GAG8CwC,CAH9C,CAG8CA,CAH9C,CAKrB,QAAA,EAAA,CAAuB,MAAO,KAAAgC,WAA9B,CAE2BM;QAAA,EAAA,CAAInB,CAAJ,CAAmC,CAC1DjE,CAAAA,CAAYiE,CAAAjE,UACdA,EAAAsD,eAAA,CAAyB,iBAAzB,CAAJ,EAIAlD,MAAAC,eAAA,CAAsBL,CAAtB,CAAiC,iBAAjC,CAAoD,CAClDO,aAAc,CAAA,CADoC,CAElDqC,WAAY,CAAA,CAFsC,CAGlDsB,SAAU,CAAA,CAHwC,CAIlDC,MAAOkB,QAAwB,CAAIhB,CAAJ,CAA4B,CAA3B,IAAA,IAA2B,EAA3B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,OAAA,CAAA,EAAA,CAAA,CAA2B,CAA3B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CAE9B,KAAA,CAAoD,IAApD,IAAQiB,CAAR,CAAgBT,EAAA1E,KAAA,CAAyB,IAAzB,CAAhB,EAAA,CACE+E,EAAA/E,KAAA,CAAuB,IAAvB,CAA6BmF,CAA7B,CAGF,EAAA,CAAAhB,CAAA,CANyDD,CAMzD,CAAA,KAAA,CAAA,CAAA,CAAA,KAAA,EAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,KAAA,EAAA,CAAWE,CACT,CADF,CAAA,MACE,CAAAT,EAAA3D,KAAA,CAAuB,IAAvB,CAA4C,QAAf,GAAA,MAAOoE,EAAP,CAA0B9E,QAAA+E,eAAA,CAAwBD,CAAxB,CAA1B,CAAyDA,CAAtF,CAPuD,CAJT,CAApD,CANgE,CAuBlEa,CAAA,CAAuBX,QAAvB,CACAW,EAAA,CAAuBV,gBAAvB,CACAU,EAAA,CAAuBpC,OAAvB,C,CCxCE,IAAAH,CAAA,CAAAC,CAAA,CAAAyC,CAAA,CAAAC,CAAA,CAMIb,GAAqBrC,IAAAtC,UAAA4E,aANzB,CAOIa,GACiE,IAD9C,IAAA3C,CAAA,CACwC,IAA7D,IAAAD,CAAA,CAAAzC,MAAAgC,yBAAA,CAAgCE,IAAAtC,UAAhC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6D6C,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAAAvC,IADxC,GAC8C,IAAA,EAD9C,GAC8CwC,CAD9C,CAC8CA,CAD9C,CAGrB,QAAA,EAAA,CAAuB,MAAO,KAAA4C,WAA9B,CAVF,CAWIC,GACkE,IAD9C,IAAAH,CAAA,CACwC,IAA9D,IAAAD,CAAA,CAAAnF,MAAAgC,yBAAA,CAAgCE,IAAAtC,UAAhC,CAAgD,aAAhD,CAAA,GAA8D,IAAA,EAA9D,GAA8DuF,CAA9D,CAA8D,IAAA,EAA9D,CAA8DA,CAAAjF,IADxC,GAC8C,IAAA,EAD9C,GAC8CkF,CAD9C,CAC8CA,CAD9C,CAItB,QAAA,EAAA,CAAuB,MAAO,KAAAI,YAA9B,CAEiBC;QAAA,EAAA,CAAI5B,CAAJ,CAAmC,CAChDjE,CAAAA,CAAYiE,CAAAjE,UACdA,EAAAsD,eAAA,CAAyB,OAAzB,CAAJ,EAIAlD,MAAAC,eAAA,CAAsBL,CAAtB,CAAiC,OAAjC,CAA0C,CACxCO,aAAc,CAAA,CAD0B,CAExCqC,WAAY,CAAA,CAF4B,CAGxCsB,SAAU,CAAA,CAH8B,CAIxCC,MAAO2B,QAAc,CAAIzB,CAAJ,CAA4B,CAA3B,IAAA,IAA2B,EAA3B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,OAAA,CAAA,EAAA,CAAA,CAA2B,CAA3B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CACdqB,EAAAA,CAAaD,EAAAtF,KAAA,CAAyB,IAAzB,CACnB,IAAmB,IAAnB,GAAIuF,CAAJ,CAAA,CAIA,IAAME,EAAcD,EAAAxF,KAAA,CAA0B,IAA1B,CACpB,EAAA,CAAAmE,CAAA,CAP+CD,CAO/C,CAAA,KAAA,IAAA,EAAA,CAAA,KAAA,EAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,KAAA,EAAA,CAAWE,CACT,CADF,CAAA,MACE,CAAAI,EAAAxE,KAAA,CACEuF,CADF,CAEiB,QAAf,GAAA,MAAOnB,EAAP,CAA0B9E,QAAA+E,eAAA,CAAwBD,CAAxB,CAA1B,CAAyDA,CAF3D,CAGEqB,CAHF,CANF,CAF+C,CAJT,CAA1C,CANsD,CA4BxDC,CAAA,CAAaE,aAAb,CACAF,EAAA,CAAa7C,OAAb,C,CC9CE,IAAAH,CAAA,CAAAC,CAAA,CAMI6B,GAAqBrC,IAAAtC,UAAA4E,aANzB,CAOIa,GACiE,IAD9C,IAAA3C,CAAA,CACwC,IAA7D,IAAAD,CAAA,CAAAzC,MAAAgC,yBAAA,CAAgCE,IAAAtC,UAAhC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6D6C,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAAAvC,IADxC,GAC8C,IAAA,EAD9C,GAC8CwC,CAD9C,CAC8CA,CAD9C,CAGrB,QAAA,EAAA,CAAuB,MAAO,KAAA4C,WAA9B,CAEkBM;QAAA,EAAA,CAAI/B,CAAJ,CAAmC,CACjDjE,CAAAA,CAAYiE,CAAAjE,UACdA,EAAAsD,eAAA,CAAyB,QAAzB,CAAJ,EAIAlD,MAAAC,eAAA,CAAsBL,CAAtB,CAAiC,QAAjC,CAA2C,CACzCO,aAAc,CAAA,CAD2B,CAEzCqC,WAAY,CAAA,CAF6B,CAGzCsB,SAAU,CAAA,CAH+B,CAIzCC,MAAO8B,QAAe,CAAI5B,CAAJ,CAA4B,CAA3B,IAAA,IAA2B,EAA3B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,OAAA,CAAA,EAAA,CAAA,CAA2B,CAA3B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CACfqB,EAAAA,CAAaD,EAAAtF,KAAA,CAAyB,IAAzB,CACnB,IAAmB,IAAnB,GAAIuF,CAAJ,CAAA,CAIA,CAAA,CAAApB,CAAA,CANgDD,CAMhD,CAAA,KAAA,IAAA,EAAA,CAAA,KAAA,EAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,KAAA,EAAA,CAAWE,CACT,CADF,CAAA,MACE,CAAAI,EAAAxE,KAAA,CACEuF,CADF,CAEiB,QAAf,GAAA,MAAOnB,EAAP,CAA0B9E,QAAA+E,eAAA,CAAwBD,CAAxB,CAA1B,CAAyDA,CAF3D,CAGE,IAHF,CALF,CAFgD,CAJT,CAA3C,CANuD,CA2BzDyB,CAAA,CAAcD,aAAd,CACAC,EAAA,CAAchD,OAAd,C,CCxCE,IAAAH,CAAA,CAAAC,CAAA,CAMIoC,GAAoB5C,IAAAtC,UAAAmF,YANxB,CAOIM,GACiE,IAD9C,IAAA3C,CAAA,CACwC,IAA7D,IAAAD,CAAA,CAAAzC,MAAAgC,yBAAA,CAAgCE,IAAAtC,UAAhC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6D6C,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAAAvC,IADxC,GAC8C,IAAA,EAD9C,GAC8CwC,CAD9C,CAC8CA,CAD9C,CAGrB,QAAA,EAAA,CAAuB,MAAO,KAAA4C,WAA9B,CAEkBQ,SAAA,EAAA,CAAIjC,CAAJ,CAAmC,CACjDjE,CAAAA,CAAYiE,CAAAjE,UACdA,EAAAsD,eAAA,CAAyB,QAAzB,CAAJ,EAIAlD,MAAAC,eAAA,CAAsBL,CAAtB,CAAiC,QAAjC,CAA2C,CACzCO,aAAc,CAAA,CAD2B,CAEzCqC,WAAY,CAAA,CAF6B,CAGzCsB,SAAU,CAAA,CAH+B,CAIzCC,MAAOgC,QAAe,EAAA,CACpB,IAAMT,EAAaD,EAAAtF,KAAA,CAAyB,IAAzB,CACfuF,EAAJ,EACER,EAAA/E,KAAA,CAAuBuF,CAAvB,CAAmC,IAAnC,CAHkB,CAJmB,CAA3C,CANuD,CAmBzDQ,CAAA,CAAcH,aAAd,CACAG,EAAA,CAAclD,OAAd,C,CChCE,IAAAH,CAAA,CAAAC,CAAA,CAMI6B,GAAqBrC,IAAAtC,UAAA4E,aANzB,CAOIM,GAAoB5C,IAAAtC,UAAAmF,YAPxB,CAQIM,GACiE,IAD9C,IAAA3C,CAAA,CACwC,IAA7D,IAAAD,CAAA,CAAAzC,MAAAgC,yBAAA,CAAgCE,IAAAtC,UAAhC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6D6C,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAAAvC,IADxC,GAC8C,IAAA,EAD9C,GAC8CwC,CAD9C,CAC8CA,CAD9C,CAGrB,QAAA,EAAA,CAAuB,MAAO,KAAA4C,WAA9B,CAEuBU;QAAA,EAAA,CAAInC,CAAJ,CAAmC,CACtDjE,CAAAA,CAAYiE,CAAAjE,UACdA,EAAAsD,eAAA,CAAyB,aAAzB,CAAJ,EAIAlD,MAAAC,eAAA,CAAsBL,CAAtB,CAAiC,aAAjC,CAAgD,CAC9CO,aAAc,CAAA,CADgC,CAE9CqC,WAAY,CAAA,CAFkC,CAG9CsB,SAAU,CAAA,CAHoC,CAI9CC,MAAOkC,QAAoB,CAAIhC,CAAJ,CAA4B,CAA3B,IAAA,IAA2B,EAA3B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,OAAA,CAAA,EAAA,CAAA,CAA2B,CAA3B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CACpBqB,EAAAA,CAAaD,EAAAtF,KAAA,CAAyB,IAAzB,CACnB,IAAmB,IAAnB,GAAIuF,CAAJ,CAAA,CAIA,CAAA,CAAApB,CAAA,CANqDD,CAMrD,CAAA,KAAA,IAAA,EAAA,CAAA,KAAA,EAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,KAAA,EAAA,CAAWE,CACT,CADF,CAAA,MACE,CAAAI,EAAAxE,KAAA,CACEuF,CADF,CAEiB,QAAf,GAAA,MAAOnB,EAAP,CAA0B9E,QAAA+E,eAAA,CAAwBD,CAAxB,CAA1B,CAAyDA,CAF3D,CAGE,IAHF,CAOFW,GAAA/E,KAAA,CAAuBuF,CAAvB,CAAmC,IAAnC,CAZA,CAFqD,CAJT,CAAhD,CAN4D,CA6B9DU,CAAA,CAAmBL,aAAnB,CACAK,EAAA,CAAmBpD,OAAnB,C,CCtCA,IAAMD,EAAoBnC,MAAAoC,QAAAhD,UAA1B,CACMsG,EAAwB1F,MAAA2F,YAAAvG,UAD9B,CAEMwG,GAAuB5F,MAAA,WAAAZ,UAUzB,EAAAsG,CAAAhD,eAAA,CAAqC,WAArC,CAAJ,EACKP,CAAAO,eAAA,CAAiC,WAAjC,CADL,EAEKkD,EAAAlD,eAAA,CAAoC,WAApC,CAFL,EAGElD,MAAAC,eAAA,CAAsB0C,CAAtB,CAAyC,WAAzC,CACI3C,MAAAgC,yBAAA,CAAgCkE,CAAhC,CAAuD,WAAvD,CADJ,C","file":"webcomponents-pf_dom.js","sourcesContent":[null,null,"/**\n * @license\n * Copyright (c) 2016 The Polymer Project Authors. All rights reserved.\n * This code may only be used under the BSD style license found at\n * http://polymer.github.io/LICENSE.txt The complete set of authors may be found\n * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may\n * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by\n * Google as part of the polymer project is also subject to an additional IP\n * rights grant found at http://polymer.github.io/PATENTS.txt\n */\n\nexport {};\n\n// defaultPrevented is broken in IE.\n// https://connect.microsoft.com/IE/feedback/details/790389/event-defaultprevented-returns-false-after-preventdefault-was-called\nconst workingDefaultPrevented = (() => {\n const e = document.createEvent('Event');\n e.initEvent('foo', true, true);\n e.preventDefault();\n return e.defaultPrevented;\n})();\n\nif (!workingDefaultPrevented) {\n const origPreventDefault = Event.prototype.preventDefault;\n Event.prototype.preventDefault = function(this: Event) {\n if (!this.cancelable) {\n return;\n }\n\n origPreventDefault.call(this);\n\n Object.defineProperty(this, 'defaultPrevented', {\n get() {\n return true;\n },\n configurable: true\n });\n };\n}\n\nconst isIE = /Trident/.test(navigator.userAgent);\n\n// Event constructor shim\nif (!window.Event || isIE && (typeof window.Event !== 'function')) {\n const origEvent = window.Event as typeof Event;\n window['Event'] =\n ((inType: string, params?: EventInit) => {\n params = params || {};\n const e = document.createEvent('Event');\n e.initEvent(\n inType, Boolean(params.bubbles), Boolean(params.cancelable));\n return e;\n }) as unknown as typeof Event;\n if (origEvent) {\n // tslint:disable-next-line:forin\n for (const i in origEvent) {\n // tslint:disable-next-line:no-any\n (window['Event'] as any)[i] = (origEvent as any)[i];\n }\n window['Event'].prototype = origEvent.prototype;\n }\n}\n\n// CustomEvent constructor shim\nif (!window.CustomEvent || isIE && (typeof window.CustomEvent !== 'function')) {\n window['CustomEvent'] =\n (<T extends unknown>(inType: string, params?: CustomEventInit<T>) => {\n params = params || {};\n const e: CustomEvent<T> = document.createEvent('CustomEvent');\n e.initCustomEvent(\n inType, Boolean(params.bubbles), Boolean(params.cancelable),\n params.detail!);\n return e;\n }) as unknown as typeof CustomEvent;\n window['CustomEvent'].prototype = window.Event.prototype as CustomEvent;\n}\n\nif (!window.MouseEvent || isIE && (typeof window.MouseEvent !== 'function')) {\n const origMouseEvent = window.MouseEvent as typeof MouseEvent;\n window['MouseEvent'] =\n ((inType: string, params?: MouseEventInit) => {\n params = params || {};\n const e = document.createEvent('MouseEvent');\n e.initMouseEvent(\n inType, Boolean(params.bubbles), Boolean(params.cancelable),\n params.view || window, params.detail!, params.screenX!,\n params.screenY!, params.clientX!, params.clientY!, params.ctrlKey!,\n params.altKey!, params.shiftKey!, params.metaKey!, params.button!,\n params.relatedTarget!);\n return e;\n }) as unknown as typeof MouseEvent;\n if (origMouseEvent) {\n // tslint:disable-next-line:forin\n for (const j in origMouseEvent) {\n // tslint:disable-next-line:no-any\n (window.MouseEvent as any)[j] = (origMouseEvent as any)[j];\n }\n }\n window['MouseEvent'].prototype = origMouseEvent.prototype;\n}\n","/**\n@license\nCopyright (c) 2018 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// Implement Node.baseURI for IE 11\n// adapted from\n// https://github.com/webcomponents/html-imports/blob/v1.2.0/src/html-imports.js\n\nconst native_baseURI =\n Object.getOwnPropertyDescriptor(Node.prototype, 'baseURI');\nif (!native_baseURI) {\n Object.defineProperty(Node.prototype, 'baseURI', {\n get(this: Node): string {\n // this.ownerDocument is `null` for documents\n const doc = this.ownerDocument || this as Document;\n const base = doc.querySelector('base[href]') as HTMLBaseElement;\n return base && base.href || window.location.href;\n },\n configurable: true,\n enumerable: true\n });\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\n// In IE11, the `attributes` descriptor is on `Node.prototype`.\nconst attributesDescriptor =\n Object.getOwnPropertyDescriptor(Element_prototype, 'attributes') ??\n Object.getOwnPropertyDescriptor(Node.prototype, 'attributes');\n// In Safari 9, the `attributes` descriptor's getter is undefined. In Chrome 41,\n// the `attributes` descriptor is a data descriptor on each Element instance.\nconst getAttributes = attributesDescriptor?.get ??\n function(this: Element) { return this.attributes; };\nconst map = Array.prototype.map;\n\nif (!Element_prototype.hasOwnProperty('getAttributeNames')) {\n Element_prototype.getAttributeNames = function getAttributeNames(this: Element): Array<string> {\n return map.call(getAttributes.call(this), attr => attr.name) as Array<string>;\n };\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\n\nif (!Element_prototype.hasOwnProperty('matches')) {\n Element_prototype.matches =\n ((Element_prototype as any).webkitMatchesSelector as Element['matches']) ??\n ((Element_prototype as any).msMatchesSelector as Element['matches']);\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeAppendChild = Node.prototype.appendChild;\n\nconst installAppend = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('append')) {\n return;\n }\n\n Object.defineProperty(prototype, 'append', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function append(...args: Array<Node|string>) {\n for (const arg of args) {\n nativeAppendChild.call(this, typeof arg === 'string' ? document.createTextNode(arg) : arg);\n }\n }\n });\n};\n\ninstallAppend(Document);\ninstallAppend(DocumentFragment);\ninstallAppend(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetFirstChild =\n // In Chrome 41, `firstChild` is a data descriptor on every instance, not a\n // accessor descriptor on `Node.prototype`.\n Object.getOwnPropertyDescriptor(Node.prototype, 'firstChild')?.get! ??\n // In Safari 9, the `firstChild` descriptor's `get` and `set` are undefined.\n function(this: Node) { return this.firstChild; };\n\nconst installPrepend = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('prepend')) {\n return;\n }\n\n Object.defineProperty(prototype, 'prepend', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function prepend(...args: Array<Node|string>) {\n const firstChild = nativeGetFirstChild.call(this);\n for (const arg of args) {\n const newNode = typeof arg === 'string' ? document.createTextNode(arg) : arg;\n nativeInsertBefore.call(this, newNode, firstChild);\n }\n }\n });\n};\n\ninstallPrepend(Document);\ninstallPrepend(DocumentFragment);\ninstallPrepend(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeAppendChild = Node.prototype.appendChild;\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetFirstChild =\n // In Chrome 41, `firstChild` is a data descriptor on every instance, not a\n // accessor descriptor on `Node.prototype`.\n Object.getOwnPropertyDescriptor(Node.prototype, 'firstChild')?.get! ??\n // In Safari 9, the `firstChild` descriptor's `get` and `set` are undefined.\n function(this: Node) { return this.firstChild; };\n\nconst installReplaceChildren = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('replaceChildren')) {\n return;\n }\n\n Object.defineProperty(prototype, 'replaceChildren', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function replaceChildren(...args: Array<Node|string>) {\n let child;\n while ((child = nativeGetFirstChild.call(this)) !== null) {\n nativeRemoveChild.call(this, child);\n }\n\n for (const arg of args) {\n nativeAppendChild.call(this, typeof arg === 'string' ? document.createTextNode(arg) : arg);\n }\n }\n });\n};\n\ninstallReplaceChildren(Document);\ninstallReplaceChildren(DocumentFragment);\ninstallReplaceChildren(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get! ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function(this: Node) { return this.parentNode; };\nconst nativeGetNextSibling =\n Object.getOwnPropertyDescriptor(Node.prototype, 'nextSibling')?.get! ??\n // In Safari 9, the `nextSibling` descriptor's `get` and `set` are\n // undefined.\n function(this: Node) { return this.nextSibling; };\n\nconst installAfter = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('after')) {\n return;\n }\n\n Object.defineProperty(prototype, 'after', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function after(...args: Array<Node|string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n const nextSibling = nativeGetNextSibling.call(this);\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n nextSibling\n );\n }\n }\n });\n};\n\ninstallAfter(CharacterData);\ninstallAfter(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get! ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function(this: Node) { return this.parentNode; };\n\nconst installBefore = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('before')) {\n return;\n }\n\n Object.defineProperty(prototype, 'before', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function before(...args: Array<Node|string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n this\n );\n }\n }\n });\n};\n\ninstallBefore(CharacterData);\ninstallBefore(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get! ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function(this: Node) { return this.parentNode; };\n\nconst installRemove = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('remove')) {\n return;\n }\n\n Object.defineProperty(prototype, 'remove', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function remove() {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode) {\n nativeRemoveChild.call(parentNode, this);\n }\n }\n });\n};\n\ninstallRemove(CharacterData);\ninstallRemove(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get! ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function(this: Node) { return this.parentNode; };\n\nconst installReplaceWith = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('replaceWith')) {\n return;\n }\n\n Object.defineProperty(prototype, 'replaceWith', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function replaceWith(...args: Array<Node|string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n this\n );\n }\n\n nativeRemoveChild.call(parentNode, this);\n }\n });\n};\n\ninstallReplaceWith(CharacterData);\ninstallReplaceWith(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = window.Element.prototype;\nconst HTMLElement_prototype = window.HTMLElement.prototype;\nconst SVGElement_prototype = window['SVGElement'].prototype;\n\n// Thanks to @justinfagnani for finding this:\n//\n// In IE11, `classList` is only supported on `HTMLElement` instances: the\n// descriptor is an own property of `HTMLElement.prototype` and is an accessor\n// descriptor with `set` as `undefined` and no `get`. However, it seems to be\n// implemented generically enough such that copying it to something in the\n// prototype chain of `SVGElement` correctly adds support for `classList` (as\n// far as `DOMTokenList` implemented in IE11).\nif (HTMLElement_prototype.hasOwnProperty('classList') &&\n !Element_prototype.hasOwnProperty('classList') &&\n !SVGElement_prototype.hasOwnProperty('classList')) {\n Object.defineProperty(Element_prototype, 'classList',\n Object.getOwnPropertyDescriptor(HTMLElement_prototype, 'classList')!);\n}\n"]}
|
|
1
|
+
{"version":3,"sources":[" [synthetic:es6/util/arrayiterator] "," [synthetic:es6/util/makeiterator] ","ts_src/platform/custom-event.ts","ts_src/platform/baseuri.ts","ts_src/platform/get-attribute-names.ts","ts_src/platform/matches.ts","ts_src/platform/parent-node/append.ts","ts_src/platform/parent-node/prepend.ts","ts_src/platform/parent-node/replace-children.ts","ts_src/platform/child-node/after.ts","ts_src/platform/child-node/before.ts","ts_src/platform/child-node/remove.ts","ts_src/platform/child-node/replace-with.ts","ts_src/platform/svg-element-class-list.ts"],"names":["$jscomp.arrayIteratorImpl","e","document","createEvent","initEvent","preventDefault","defaultPrevented","origPreventDefault","Event","prototype","Event.prototype.preventDefault","cancelable","call","Object","defineProperty","get","configurable","isIE","test","navigator","userAgent","window","origEvent","inType","params","bubbles","i","CustomEvent","initCustomEvent","detail","MouseEvent","origMouseEvent","initMouseEvent","view","screenX","screenY","clientX","clientY","ctrlKey","altKey","shiftKey","metaKey","button","relatedTarget","j","native_baseURI","getOwnPropertyDescriptor","Node","base","ownerDocument","querySelector","href","location","enumerable","_a","_b","Element_prototype","Element","attributesDescriptor","getAttributes","attributes","map","Array","hasOwnProperty","getAttributeNames","Element_prototype.getAttributeNames","attr","name","matches","webkitMatchesSelector","msMatchesSelector","nativeAppendChild","appendChild","installAppend","constructor","writable","value","append","args","$jscomp.makeIterator","arg","createTextNode","Document","DocumentFragment","nativeInsertBefore","insertBefore","nativeGetFirstChild","firstChild","installPrepend","prepend","newNode","nativeRemoveChild","removeChild","installReplaceChildren","replaceChildren","child","_c","_d","nativeGetParentNode","parentNode","nativeGetNextSibling","nextSibling","installAfter","after","CharacterData","installBefore","before","installRemove","remove","installReplaceWith","replaceWith","HTMLElement_prototype","HTMLElement","SVGElement_prototype"],"mappings":"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","file":"webcomponents-pf_dom.js","sourcesContent":[null,null,"/**\n * @license\n * Copyright (c) 2016 The Polymer Project Authors. All rights reserved.\n * This code may only be used under the BSD style license found at\n * http://polymer.github.io/LICENSE.txt The complete set of authors may be found\n * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may\n * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by\n * Google as part of the polymer project is also subject to an additional IP\n * rights grant found at http://polymer.github.io/PATENTS.txt\n */\n\nexport {};\n\n// defaultPrevented is broken in IE.\n// https://connect.microsoft.com/IE/feedback/details/790389/event-defaultprevented-returns-false-after-preventdefault-was-called\nconst workingDefaultPrevented = (() => {\n const e = document.createEvent('Event');\n e.initEvent('foo', true, true);\n e.preventDefault();\n return e.defaultPrevented;\n})();\n\nif (!workingDefaultPrevented) {\n const origPreventDefault = Event.prototype.preventDefault;\n Event.prototype.preventDefault = function (this: Event) {\n if (!this.cancelable) {\n return;\n }\n\n origPreventDefault.call(this);\n\n Object.defineProperty(this, 'defaultPrevented', {\n get() {\n return true;\n },\n configurable: true,\n });\n };\n}\n\nconst isIE = /Trident/.test(navigator.userAgent);\n\n// Event constructor shim\nif (!window.Event || (isIE && typeof window.Event !== 'function')) {\n const origEvent = window.Event as typeof Event;\n window['Event'] = (((inType: string, params?: EventInit) => {\n params = params || {};\n const e = document.createEvent('Event');\n e.initEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable));\n return e;\n }) as unknown) as typeof Event;\n if (origEvent) {\n for (const i in origEvent) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (window['Event'] as any)[i] = (origEvent as any)[i];\n }\n window['Event'].prototype = origEvent.prototype;\n }\n}\n\n// CustomEvent constructor shim\nif (!window.CustomEvent || (isIE && typeof window.CustomEvent !== 'function')) {\n window['CustomEvent'] = ((<T extends unknown>(\n inType: string,\n params?: CustomEventInit<T>\n ) => {\n params = params || {};\n const e: CustomEvent<T> = document.createEvent('CustomEvent');\n e.initCustomEvent(\n inType,\n Boolean(params.bubbles),\n Boolean(params.cancelable),\n params.detail!\n );\n return e;\n }) as unknown) as typeof CustomEvent;\n window['CustomEvent'].prototype = window.Event.prototype as CustomEvent;\n}\n\nif (!window.MouseEvent || (isIE && typeof window.MouseEvent !== 'function')) {\n const origMouseEvent = window.MouseEvent as typeof MouseEvent;\n window['MouseEvent'] = (((inType: string, params?: MouseEventInit) => {\n params = params || {};\n const e = document.createEvent('MouseEvent');\n e.initMouseEvent(\n inType,\n Boolean(params.bubbles),\n Boolean(params.cancelable),\n params.view || window,\n params.detail!,\n params.screenX!,\n params.screenY!,\n params.clientX!,\n params.clientY!,\n params.ctrlKey!,\n params.altKey!,\n params.shiftKey!,\n params.metaKey!,\n params.button!,\n params.relatedTarget!\n );\n return e;\n }) as unknown) as typeof MouseEvent;\n if (origMouseEvent) {\n for (const j in origMouseEvent) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (window.MouseEvent as any)[j] = (origMouseEvent as any)[j];\n }\n }\n window['MouseEvent'].prototype = origMouseEvent.prototype;\n}\n","/**\n@license\nCopyright (c) 2018 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// Implement Node.baseURI for IE 11\n// adapted from\n// https://github.com/webcomponents/html-imports/blob/v1.2.0/src/html-imports.js\n\nconst native_baseURI = Object.getOwnPropertyDescriptor(\n Node.prototype,\n 'baseURI'\n);\nif (!native_baseURI) {\n Object.defineProperty(Node.prototype, 'baseURI', {\n get(this: Node): string {\n // this.ownerDocument is `null` for documents\n const doc = this.ownerDocument || (this as Document);\n const base = doc.querySelector('base[href]') as HTMLBaseElement;\n return (base && base.href) || window.location.href;\n },\n configurable: true,\n enumerable: true,\n });\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\n// In IE11, the `attributes` descriptor is on `Node.prototype`.\nconst attributesDescriptor =\n Object.getOwnPropertyDescriptor(Element_prototype, 'attributes') ??\n Object.getOwnPropertyDescriptor(Node.prototype, 'attributes');\n// In Safari 9, the `attributes` descriptor's getter is undefined. In Chrome 41,\n// the `attributes` descriptor is a data descriptor on each Element instance.\nconst getAttributes =\n attributesDescriptor?.get ??\n function (this: Element) {\n return this.attributes;\n };\nconst map = Array.prototype.map;\n\nif (!Element_prototype.hasOwnProperty('getAttributeNames')) {\n Element_prototype.getAttributeNames = function getAttributeNames(\n this: Element\n ): Array<string> {\n return map.call(\n getAttributes.call(this),\n (attr) => attr.name\n ) as Array<string>;\n };\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\n\nif (!Element_prototype.hasOwnProperty('matches')) {\n Element_prototype.matches =\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n ((Element_prototype as any).webkitMatchesSelector as Element['matches']) ??\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n ((Element_prototype as any).msMatchesSelector as Element['matches']);\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeAppendChild = Node.prototype.appendChild;\n\nconst installAppend = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('append')) {\n return;\n }\n\n Object.defineProperty(prototype, 'append', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function append(...args: Array<Node | string>) {\n for (const arg of args) {\n nativeAppendChild.call(\n this,\n typeof arg === 'string' ? document.createTextNode(arg) : arg\n );\n }\n },\n });\n};\n\ninstallAppend(Document);\ninstallAppend(DocumentFragment);\ninstallAppend(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetFirstChild =\n // In Chrome 41, `firstChild` is a data descriptor on every instance, not a\n // accessor descriptor on `Node.prototype`.\n Object.getOwnPropertyDescriptor(Node.prototype, 'firstChild')?.get ??\n // In Safari 9, the `firstChild` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.firstChild;\n };\n\nconst installPrepend = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('prepend')) {\n return;\n }\n\n Object.defineProperty(prototype, 'prepend', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function prepend(...args: Array<Node | string>) {\n const firstChild = nativeGetFirstChild.call(this);\n for (const arg of args) {\n const newNode =\n typeof arg === 'string' ? document.createTextNode(arg) : arg;\n nativeInsertBefore.call(this, newNode, firstChild);\n }\n },\n });\n};\n\ninstallPrepend(Document);\ninstallPrepend(DocumentFragment);\ninstallPrepend(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeAppendChild = Node.prototype.appendChild;\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetFirstChild =\n // In Chrome 41, `firstChild` is a data descriptor on every instance, not a\n // accessor descriptor on `Node.prototype`.\n Object.getOwnPropertyDescriptor(Node.prototype, 'firstChild')?.get ??\n // In Safari 9, the `firstChild` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.firstChild;\n };\n\nconst installReplaceChildren = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('replaceChildren')) {\n return;\n }\n\n Object.defineProperty(prototype, 'replaceChildren', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function replaceChildren(...args: Array<Node | string>) {\n let child;\n while ((child = nativeGetFirstChild.call(this)) !== null) {\n nativeRemoveChild.call(this, child);\n }\n\n for (const arg of args) {\n nativeAppendChild.call(\n this,\n typeof arg === 'string' ? document.createTextNode(arg) : arg\n );\n }\n },\n });\n};\n\ninstallReplaceChildren(Document);\ninstallReplaceChildren(DocumentFragment);\ninstallReplaceChildren(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\nconst nativeGetNextSibling =\n Object.getOwnPropertyDescriptor(Node.prototype, 'nextSibling')?.get ??\n // In Safari 9, the `nextSibling` descriptor's `get` and `set` are\n // undefined.\n function (this: Node) {\n return this.nextSibling;\n };\n\nconst installAfter = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('after')) {\n return;\n }\n\n Object.defineProperty(prototype, 'after', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function after(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n const nextSibling = nativeGetNextSibling.call(this);\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n nextSibling\n );\n }\n },\n });\n};\n\ninstallAfter(CharacterData);\ninstallAfter(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installBefore = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('before')) {\n return;\n }\n\n Object.defineProperty(prototype, 'before', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function before(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n this\n );\n }\n },\n });\n};\n\ninstallBefore(CharacterData);\ninstallBefore(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installRemove = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('remove')) {\n return;\n }\n\n Object.defineProperty(prototype, 'remove', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function remove() {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode) {\n nativeRemoveChild.call(parentNode, this);\n }\n },\n });\n};\n\ninstallRemove(CharacterData);\ninstallRemove(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installReplaceWith = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('replaceWith')) {\n return;\n }\n\n Object.defineProperty(prototype, 'replaceWith', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function replaceWith(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n this\n );\n }\n\n nativeRemoveChild.call(parentNode, this);\n },\n });\n};\n\ninstallReplaceWith(CharacterData);\ninstallReplaceWith(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = window.Element.prototype;\nconst HTMLElement_prototype = window.HTMLElement.prototype;\nconst SVGElement_prototype = window['SVGElement'].prototype;\n\n// Thanks to @justinfagnani for finding this:\n//\n// In IE11, `classList` is only supported on `HTMLElement` instances: the\n// descriptor is an own property of `HTMLElement.prototype` and is an accessor\n// descriptor with `set` as `undefined` and no `get`. However, it seems to be\n// implemented generically enough such that copying it to something in the\n// prototype chain of `SVGElement` correctly adds support for `classList` (as\n// far as `DOMTokenList` implemented in IE11).\nif (\n HTMLElement_prototype.hasOwnProperty('classList') &&\n !Element_prototype.hasOwnProperty('classList') &&\n !SVGElement_prototype.hasOwnProperty('classList')\n) {\n Object.defineProperty(\n Element_prototype,\n 'classList',\n Object.getOwnPropertyDescriptor(HTMLElement_prototype, 'classList')!\n );\n}\n"]}
|
|
@@ -17,18 +17,20 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
17
17
|
Google as part of the polymer project is also subject to an additional IP
|
|
18
18
|
rights grant found at http://polymer.github.io/PATENTS.txt
|
|
19
19
|
*/
|
|
20
|
-
'use strict';function aa(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}}var t="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){a
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
function
|
|
24
|
-
function
|
|
25
|
-
function
|
|
26
|
-
|
|
27
|
-
function
|
|
28
|
-
function
|
|
29
|
-
|
|
30
|
-
function
|
|
31
|
-
function
|
|
20
|
+
'use strict';function aa(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}}var t="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a};
|
|
21
|
+
function ba(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find global object");}var z=ba(this);function A(a,b){if(b)a:{var c=z;a=a.split(".");for(var d=0;d<a.length-1;d++){var f=a[d];if(!(f in c))break a;c=c[f]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&t(c,a,{configurable:!0,writable:!0,value:b})}}
|
|
22
|
+
A("Symbol",function(a){function b(f){if(this instanceof b)throw new TypeError("Symbol is not a constructor");return new c("jscomp_symbol_"+(f||"")+"_"+d++,f)}function c(f,g){this.g=f;t(this,"description",{configurable:!0,writable:!0,value:g})}if(a)return a;c.prototype.toString=function(){return this.g};var d=0;return b});
|
|
23
|
+
A("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var d=z[b[c]];"function"===typeof d&&"function"!=typeof d.prototype[a]&&t(d.prototype,a,{configurable:!0,writable:!0,value:function(){return ca(aa(this))}})}return a});function ca(a){a={next:a};a[Symbol.iterator]=function(){return this};return a}var E;
|
|
24
|
+
if("function"==typeof Object.setPrototypeOf)E=Object.setPrototypeOf;else{var H;a:{var ia={a:!0},I={};try{I.__proto__=ia;H=I.a;break a}catch(a){}H=!1}E=H?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}var J=E;function K(){this.o=!1;this.h=null;this.A=void 0;this.g=1;this.v=0;this.m=null}function L(a){if(a.o)throw new TypeError("Generator is already running");a.o=!0}K.prototype.s=function(a){this.A=a};
|
|
25
|
+
function M(a,b){a.m={B:b,C:!0};a.g=a.v}K.prototype.return=function(a){this.m={return:a};this.g=this.v};function N(a,b){a.g=3;return{value:b}}function ja(a){this.g=new K;this.h=a}function ka(a,b){L(a.g);var c=a.g.h;if(c)return O(a,"return"in c?c["return"]:function(d){return{value:d,done:!0}},b,a.g.return);a.g.return(b);return P(a)}
|
|
26
|
+
function O(a,b,c,d){try{var f=b.call(a.g.h,c);if(!(f instanceof Object))throw new TypeError("Iterator result "+f+" is not an object");if(!f.done)return a.g.o=!1,f;var g=f.value}catch(h){return a.g.h=null,M(a.g,h),P(a)}a.g.h=null;d.call(a.g,g);return P(a)}function P(a){for(;a.g.g;)try{var b=a.h(a.g);if(b)return a.g.o=!1,{value:b.value,done:!1}}catch(c){a.g.A=void 0,M(a.g,c)}a.g.o=!1;if(a.g.m){b=a.g.m;a.g.m=null;if(b.C)throw b.B;return{value:b.return,done:!0}}return{value:void 0,done:!0}}
|
|
27
|
+
function la(a){this.next=function(b){L(a.g);a.g.h?b=O(a,a.g.h.next,b,a.g.s):(a.g.s(b),b=P(a));return b};this.throw=function(b){L(a.g);a.g.h?b=O(a,a.g.h["throw"],b,a.g.s):(M(a.g,b),b=P(a));return b};this.return=function(b){return ka(a,b)};this[Symbol.iterator]=function(){return this}}function Q(a,b){b=new la(new ja(b));J&&a.prototype&&J(b,a.prototype);return b}Array.from||(Array.from=function(a){return[].slice.call(a)});
|
|
28
|
+
Object.assign||(Object.assign=function(a){for(var b=[].slice.call(arguments,1),c=0,d;c<b.length;c++)if(d=b[c])for(var f=a,g=Object.keys(d),h=0;h<g.length;h++){var r=g[h];f[r]=d[r]}return a});var ma=setTimeout;function na(){}function oa(a,b){return function(){a.apply(b,arguments)}}function R(a){if(!(this instanceof R))throw new TypeError("Promises must be constructed via new");if("function"!==typeof a)throw new TypeError("not a function");this.i=0;this.u=!1;this.j=void 0;this.l=[];pa(a,this)}
|
|
29
|
+
function qa(a,b){for(;3===a.i;)a=a.j;0===a.i?a.l.push(b):(a.u=!0,S(function(){var c=1===a.i?b.D:b.F;if(null===c)(1===a.i?T:W)(b.promise,a.j);else{try{var d=c(a.j)}catch(f){W(b.promise,f);return}T(b.promise,d)}}))}function T(a,b){try{if(b===a)throw new TypeError("A promise cannot be resolved with itself.");if(b&&("object"===typeof b||"function"===typeof b)){var c=b.then;if(b instanceof R){a.i=3;a.j=b;X(a);return}if("function"===typeof c){pa(oa(c,b),a);return}}a.i=1;a.j=b;X(a)}catch(d){W(a,d)}}
|
|
30
|
+
function W(a,b){a.i=2;a.j=b;X(a)}function X(a){2===a.i&&0===a.l.length&&S(function(){a.u||"undefined"!==typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",a.j)});for(var b=0,c=a.l.length;b<c;b++)qa(a,a.l[b]);a.l=null}function ra(a,b,c){this.D="function"===typeof a?a:null;this.F="function"===typeof b?b:null;this.promise=c}function pa(a,b){var c=!1;try{a(function(d){c||(c=!0,T(b,d))},function(d){c||(c=!0,W(b,d))})}catch(d){c||(c=!0,W(b,d))}}
|
|
31
|
+
R.prototype["catch"]=function(a){return this.then(null,a)};R.prototype.then=function(a,b){var c=new this.constructor(na);qa(this,new ra(a,b,c));return c};R.prototype["finally"]=function(a){var b=this.constructor;return this.then(function(c){return b.resolve(a()).then(function(){return c})},function(c){return b.resolve(a()).then(function(){return b.reject(c)})})};
|
|
32
|
+
function sa(a){return new R(function(b,c){function d(r,q){try{if(q&&("object"===typeof q||"function"===typeof q)){var v=q.then;if("function"===typeof v){v.call(q,function(x){d(r,x)},c);return}}f[r]=q;0===--g&&b(f)}catch(x){c(x)}}if(!a||"undefined"===typeof a.length)return c(new TypeError("Promise.all accepts an array"));var f=Array.prototype.slice.call(a);if(0===f.length)return b([]);for(var g=f.length,h=0;h<f.length;h++)d(h,f[h])})}
|
|
33
|
+
function ta(a){return a&&"object"===typeof a&&a.constructor===R?a:new R(function(b){b(a)})}function ua(a){return new R(function(b,c){c(a)})}function va(a){return new R(function(b,c){if(!a||"undefined"===typeof a.length)return c(new TypeError("Promise.race accepts an array"));for(var d=0,f=a.length;d<f;d++)ta(a[d]).then(b,c)})}var S="function"===typeof setImmediate&&function(a){setImmediate(a)}||function(a){ma(a,0)};/*
|
|
32
34
|
|
|
33
35
|
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
34
36
|
This code may only be used under the BSD style license found at
|
|
@@ -38,7 +40,7 @@ found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
|
|
|
38
40
|
part of the polymer project is also subject to an additional IP rights grant
|
|
39
41
|
found at http://polymer.github.io/PATENTS.txt
|
|
40
42
|
*/
|
|
41
|
-
if(!window.Promise){window.Promise=R;R.prototype.then=R.prototype.then;R.all=
|
|
43
|
+
if(!window.Promise){window.Promise=R;R.prototype.then=R.prototype.then;R.all=sa;R.race=va;R.resolve=ta;R.reject=ua;var Y=document.createTextNode(""),Z=[];(new MutationObserver(function(){for(var a=Z.length,b=0;b<a;b++)Z[b]();Z.splice(0,a)})).observe(Y,{characterData:!0});S=function(a){Z.push(a);Y.textContent=0<Y.textContent.length?"":"a"}};/*
|
|
42
44
|
Copyright (C) 2015 by WebReflection
|
|
43
45
|
|
|
44
46
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -60,13 +62,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
60
62
|
THE SOFTWARE.
|
|
61
63
|
|
|
62
64
|
*/
|
|
63
|
-
(function(a,b){if(!(b in a)){var c=typeof global===typeof c?window:global,
|
|
64
|
-
|
|
65
|
-
"",
|
|
66
|
-
|
|
67
|
-
k));return
|
|
68
|
-
|
|
69
|
-
(function(a,b
|
|
65
|
+
(function(a,b){if(!(b in a)){var c=typeof global===typeof c?window:global,d=0,f=String(Math.random()),g="__\u0001symbol@@"+f,h=a.getOwnPropertyNames,r=a.getOwnPropertyDescriptor,q=a.create,v=a.keys,x=a.freeze||a,p=a.defineProperty,wa=a.defineProperties,l=r(a,"getOwnPropertyNames"),u=a.prototype,B=u.hasOwnProperty,xa=u.propertyIsEnumerable,ya=u.toString,da=function(m,e,k){B.call(m,g)||p(m,g,{enumerable:!1,configurable:!1,writable:!1,value:{}});m[g]["@@"+e]=k},za=function(m,e){var k=q(m);h(e).forEach(function(n){F.call(e,
|
|
66
|
+
n)&&U(k,n,e[n])});return k},Aa=function(){},ea=function(m){return m!=g&&!B.call(y,m)},C=function(m){return m!=g&&B.call(y,m)},F=function(m){var e=String(m);return C(e)?B.call(this,e)&&!!this[g]&&this[g]["@@"+e]:xa.call(this,m)},fa=function(m){p(u,m,{enumerable:!1,configurable:!0,get:Aa,set:function(e){V(this,m,{enumerable:!1,configurable:!0,writable:!0,value:e});da(this,m,!0)}});y[m]=p(a(m),"constructor",Ba);return x(y[m])},G=function k(e){if(this instanceof k)throw new TypeError("Symbol is not a constructor");
|
|
67
|
+
return fa("__\u0001symbol:".concat(e||"",f,++d))},y=q(null),Ba={value:G},Ca=function(e){return y[e]},U=function(e,k,n){var w=String(k);if(C(w)){k=V;if(n.enumerable){var D=q(n);D.enumerable=!1}else D=n;k(e,w,D);da(e,w,!!n.enumerable)}else p(e,k,n);return e},ha=function(e){return h(e).filter(C).map(Ca)};l.value=U;p(a,"defineProperty",l);l.value=ha;p(a,b,l);l.value=function(e){return h(e).filter(ea)};p(a,"getOwnPropertyNames",l);l.value=function(e,k){var n=ha(k);n.length?v(k).concat(n).forEach(function(w){F.call(k,
|
|
68
|
+
w)&&U(e,w,k[w])}):wa(e,k);return e};p(a,"defineProperties",l);l.value=F;p(u,"propertyIsEnumerable",l);l.value=G;p(c,"Symbol",l);l.value=function(e){e="__\u0001symbol:".concat("__\u0001symbol:",e,f);return e in u?y[e]:fa(e)};p(G,"for",l);l.value=function(e){if(ea(e))throw new TypeError(e+" is not a symbol");if(B.call(y,e)&&(e=e.slice(10),"__\u0001symbol:"===e.slice(0,10)&&(e=e.slice(10),e!==f)))return e=e.slice(0,e.length-f.length),0<e.length?e:void 0};p(G,"keyFor",l);l.value=function(e,k){var n=r(e,
|
|
69
|
+
k);n&&C(k)&&(n.enumerable=F.call(e,k));return n};p(a,"getOwnPropertyDescriptor",l);l.value=function(e,k){return 1===arguments.length||"undefined"===typeof k?q(e):za(e,k)};p(a,"create",l);l.value=function(){var e=ya.call(this);return"[object String]"===e&&C(this)?"[object Symbol]":e};p(u,"toString",l);try{if(!0===q(p({},"__\u0001symbol:",{get:function(){return p(this,"__\u0001symbol:",{value:!0})["__\u0001symbol:"]}}))["__\u0001symbol:"])var V=p;else throw"IE11";}catch(e){V=function(k,n,w){var D=r(u,
|
|
70
|
+
n);delete u[n];p(k,n,w);p(u,n,D)}}}})(Object,"getOwnPropertySymbols");
|
|
71
|
+
(function(a,b){var c=a.defineProperty,d=a.prototype,f=d.toString,g;"iterator match replace search split hasInstance isConcatSpreadable unscopables species toPrimitive toStringTag".split(" ").forEach(function(h){h in b||(c(b,h,{value:b(h)}),"toStringTag"===h&&(g=a.getOwnPropertyDescriptor(d,"toString"),g.value=function(){var r=f.call(this),q=null==this?this:this[b.toStringTag];return null==q?r:"[object "+q+"]"},c(d,"toString",g)))})})(Object,Symbol);
|
|
72
|
+
(function(a,b,c){function d(){return this}b[a]||(b[a]=function(){var f=0,g=this,h={next:function(){var r=g.length<=f;return r?{done:r}:{done:r,value:g[f++]}}};h[a]=d;return h});c[a]||(c[a]=function(){var f=String.fromCodePoint,g=this,h=0,r=g.length,q={next:function(){var v=r<=h,x=v?"":f(g.codePointAt(h));h+=x.length;return v?{done:v}:{done:v,value:x}}};q[a]=d;return q})})(Symbol.iterator,Array.prototype,String.prototype);/*
|
|
70
73
|
|
|
71
74
|
Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
|
|
72
75
|
This code may only be used under the BSD style license found at
|
|
@@ -76,9 +79,9 @@ found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
|
|
|
76
79
|
part of the polymer project is also subject to an additional IP rights grant
|
|
77
80
|
found at http://polymer.github.io/PATENTS.txt
|
|
78
81
|
*/
|
|
79
|
-
var
|
|
80
|
-
String.prototype[Symbol.iterator]&&String.prototype.codePointAt||(
|
|
81
|
-
|
|
82
|
+
var Da=Object.prototype.toString;Object.prototype.toString=function(){return void 0===this?"[object Undefined]":null===this?"[object Null]":Da.call(this)};Object.keys=function(a){return Object.getOwnPropertyNames(a).filter(function(b){return(b=Object.getOwnPropertyDescriptor(a,b))&&b.enumerable})};
|
|
83
|
+
String.prototype[Symbol.iterator]&&String.prototype.codePointAt||(String.prototype[Symbol.iterator]=function Ea(){var b,c=this;return Q(Ea,function(d){1==d.g&&(b=0);if(3!=d.g)return b<c.length?d=N(d,c[b]):(d.g=0,d=void 0),d;b++;d.g=2})});Set.prototype[Symbol.iterator]||(Set.prototype[Symbol.iterator]=function Fa(){var b,c=this,d;return Q(Fa,function(f){1==f.g&&(b=[],c.forEach(function(g){b.push(g)}),d=0);if(3!=f.g)return d<b.length?f=N(f,b[d]):(f.g=0,f=void 0),f;d++;f.g=2})});
|
|
84
|
+
Map.prototype[Symbol.iterator]||(Map.prototype[Symbol.iterator]=function Ga(){var b,c=this,d;return Q(Ga,function(f){1==f.g&&(b=[],c.forEach(function(g,h){b.push([h,g])}),d=0);if(3!=f.g)return d<b.length?f=N(f,b[d]):(f.g=0,f=void 0),f;d++;f.g=2})});/*
|
|
82
85
|
|
|
83
86
|
Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
|
|
84
87
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|