@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.
Files changed (1152) hide show
  1. package/CHANGELOG.md +462 -0
  2. package/README.md +145 -50
  3. package/customI18n.js +50 -0
  4. package/dist/Assets-static.js +1 -1
  5. package/dist/Assets.js +1 -1
  6. package/dist/Avatar.js +88 -63
  7. package/dist/AvatarGroup.js +135 -40
  8. package/dist/Badge.js +43 -17
  9. package/dist/Breadcrumbs.js +582 -0
  10. package/dist/BreadcrumbsItem.js +103 -0
  11. package/dist/BusyIndicator.js +96 -26
  12. package/dist/Button.js +81 -82
  13. package/dist/Calendar.js +111 -10
  14. package/dist/CalendarDate.js +1 -1
  15. package/dist/CalendarHeader.js +75 -19
  16. package/dist/Card.js +33 -226
  17. package/dist/CardHeader.js +288 -0
  18. package/dist/Carousel.js +223 -88
  19. package/dist/CheckBox.js +145 -65
  20. package/dist/ColorPalette.js +261 -42
  21. package/dist/ColorPaletteItem.js +38 -14
  22. package/dist/ColorPalettePopover.js +244 -0
  23. package/dist/ColorPicker.js +53 -10
  24. package/dist/ComboBox.js +423 -157
  25. package/dist/ComboBoxGroupItem.js +70 -0
  26. package/dist/ComboBoxItem.js +2 -2
  27. package/dist/CustomListItem.js +14 -2
  28. package/dist/DateComponentBase.js +22 -13
  29. package/dist/DatePicker.js +104 -48
  30. package/dist/DateRangePicker.js +60 -22
  31. package/dist/DateTimePicker.js +8 -9
  32. package/dist/DayPicker.js +43 -7
  33. package/dist/Dialog.js +205 -40
  34. package/dist/DurationPicker.js +22 -3
  35. package/dist/FileUploader.js +47 -33
  36. package/dist/GroupHeaderListItem.js +20 -12
  37. package/dist/Icon.js +70 -19
  38. package/dist/Input.js +387 -122
  39. package/dist/Interfaces.js +21 -1
  40. package/dist/Label.js +33 -12
  41. package/dist/Link.js +123 -33
  42. package/dist/List.js +144 -54
  43. package/dist/ListItem.js +54 -15
  44. package/dist/MessageStrip.js +75 -44
  45. package/dist/MultiComboBox.js +450 -111
  46. package/dist/MultiComboBoxItem.js +5 -11
  47. package/dist/MultiInput.js +58 -19
  48. package/dist/Option.js +22 -17
  49. package/dist/Panel.js +60 -30
  50. package/dist/Popover.js +192 -90
  51. package/dist/Popup.js +122 -44
  52. package/dist/ProgressIndicator.js +32 -18
  53. package/dist/RadioButton.js +117 -46
  54. package/dist/RadioButtonGroup.js +32 -32
  55. package/dist/RangeSlider.js +51 -23
  56. package/dist/RatingIndicator.js +62 -39
  57. package/dist/ResponsivePopover.js +38 -52
  58. package/dist/SegmentedButton.js +110 -60
  59. package/dist/SegmentedButtonItem.js +114 -0
  60. package/dist/Select.js +217 -108
  61. package/dist/Slider.js +45 -17
  62. package/dist/SliderBase.js +27 -19
  63. package/dist/SplitButton.js +431 -0
  64. package/dist/StandardListItem.js +22 -9
  65. package/dist/StepInput.js +45 -37
  66. package/dist/SuggestionGroupItem.js +64 -0
  67. package/dist/SuggestionItem.js +10 -24
  68. package/dist/SuggestionListItem.js +3 -3
  69. package/dist/Switch.js +67 -27
  70. package/dist/Tab.js +55 -32
  71. package/dist/TabContainer.js +538 -100
  72. package/dist/TabSeparator.js +42 -3
  73. package/dist/Table.js +300 -32
  74. package/dist/TableCell.js +1 -1
  75. package/dist/TableColumn.js +2 -9
  76. package/dist/TableGroupRow.js +164 -0
  77. package/dist/TableRow.js +102 -23
  78. package/dist/TextArea.js +80 -48
  79. package/dist/TimePicker.js +23 -4
  80. package/dist/TimePickerBase.js +16 -11
  81. package/dist/TimeSelection.js +11 -12
  82. package/dist/Title.js +15 -8
  83. package/dist/Toast.js +17 -6
  84. package/dist/ToggleButton.js +23 -7
  85. package/dist/Token.js +30 -15
  86. package/dist/Tokenizer.js +186 -27
  87. package/dist/Tree.js +50 -8
  88. package/dist/TreeItem.js +41 -9
  89. package/dist/TreeListItem.js +34 -30
  90. package/dist/WheelSlider.js +30 -23
  91. package/dist/YearPicker.js +1 -0
  92. package/dist/api.json +1635 -740
  93. package/dist/css/themes/Avatar.css +1 -0
  94. package/dist/css/themes/AvatarGroup.css +1 -0
  95. package/dist/css/themes/Badge.css +1 -0
  96. package/dist/css/themes/Breadcrumbs.css +1 -0
  97. package/dist/css/themes/BreadcrumbsPopover.css +1 -0
  98. package/dist/css/themes/BrowserScrollbar.css +1 -0
  99. package/dist/css/themes/BusyIndicator.css +1 -0
  100. package/dist/css/themes/Button.css +1 -0
  101. package/dist/css/themes/Button.ie11.css +1 -0
  102. package/dist/css/themes/Calendar.css +1 -0
  103. package/dist/css/themes/CalendarHeader.css +1 -0
  104. package/dist/css/themes/Card.css +1 -0
  105. package/dist/css/themes/CardHeader.css +1 -0
  106. package/dist/css/themes/Carousel.css +1 -0
  107. package/dist/css/themes/CheckBox.css +1 -0
  108. package/dist/css/themes/ColorPalette.css +1 -0
  109. package/dist/css/themes/ColorPaletteItem.css +1 -0
  110. package/dist/css/themes/ColorPalettePopover.css +1 -0
  111. package/dist/css/themes/ColorPaletteStaticArea.css +1 -0
  112. package/dist/css/themes/ColorPicker.css +1 -0
  113. package/dist/css/themes/ComboBox.css +1 -0
  114. package/dist/css/themes/ComboBoxPopover.css +1 -0
  115. package/dist/css/themes/CustomListItem.css +1 -0
  116. package/dist/css/themes/DatePicker.css +1 -0
  117. package/dist/css/themes/DatePickerPopover.css +1 -0
  118. package/dist/css/themes/DateRangePicker.css +1 -0
  119. package/dist/css/themes/DateTimePicker.css +1 -0
  120. package/dist/css/themes/DateTimePickerPopover.css +1 -0
  121. package/dist/css/themes/DayPicker.css +1 -0
  122. package/dist/css/themes/Dialog.css +1 -0
  123. package/dist/css/themes/FileUploader.css +1 -0
  124. package/dist/css/themes/GroupHeaderListItem.css +1 -0
  125. package/dist/css/themes/GrowingButton.css +1 -0
  126. package/dist/css/themes/Icon.css +1 -0
  127. package/dist/css/themes/Input.css +1 -0
  128. package/dist/css/themes/InputIcon.css +1 -0
  129. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  130. package/dist/css/themes/Label.css +1 -0
  131. package/dist/css/themes/Link.css +1 -0
  132. package/dist/css/themes/List.css +1 -0
  133. package/dist/css/themes/ListItem.css +1 -0
  134. package/dist/css/themes/ListItemBase.css +1 -0
  135. package/dist/css/themes/MessageStrip.css +1 -0
  136. package/dist/css/themes/MonthPicker.css +1 -0
  137. package/dist/css/themes/MultiComboBox.css +1 -0
  138. package/dist/css/themes/MultiInput.css +1 -0
  139. package/dist/css/themes/Panel.css +1 -0
  140. package/dist/css/themes/Popover.css +1 -0
  141. package/dist/css/themes/Popup.css +1 -0
  142. package/dist/css/themes/PopupGlobal.css +1 -0
  143. package/dist/css/themes/PopupStaticAreaStyles.css +1 -0
  144. package/dist/css/themes/PopupsCommon.css +1 -0
  145. package/dist/css/themes/ProgressIndicator.css +1 -0
  146. package/dist/css/themes/RadioButton.css +1 -0
  147. package/dist/css/themes/RatingIndicator.css +1 -0
  148. package/dist/css/themes/ResponsivePopover.css +1 -0
  149. package/dist/css/themes/ResponsivePopoverCommon.css +1 -0
  150. package/dist/css/themes/SegmentedButton.css +1 -0
  151. package/dist/css/themes/Select.css +1 -0
  152. package/dist/css/themes/SelectPopover.css +1 -0
  153. package/dist/css/themes/SliderBase.css +1 -0
  154. package/dist/css/themes/SplitButton.css +1 -0
  155. package/dist/css/themes/StepInput.css +1 -0
  156. package/dist/css/themes/Suggestions.css +1 -0
  157. package/dist/css/themes/Switch.css +1 -0
  158. package/dist/css/themes/Tab.css +1 -0
  159. package/dist/css/themes/TabContainer.css +1 -0
  160. package/dist/css/themes/TabInOverflow.css +1 -0
  161. package/dist/css/themes/TabInStrip.css +1 -0
  162. package/dist/css/themes/TabSeparatorInOverflow.css +1 -0
  163. package/dist/css/themes/TabSeparatorInStrip.css +1 -0
  164. package/dist/css/themes/Table.css +1 -0
  165. package/dist/css/themes/TableCell.css +1 -0
  166. package/dist/css/themes/TableColumn.css +1 -0
  167. package/dist/css/themes/TableGroupRow.css +1 -0
  168. package/dist/css/themes/TableRow.css +1 -0
  169. package/dist/css/themes/TapHighlightColor.css +1 -0
  170. package/dist/css/themes/TextArea.css +1 -0
  171. package/dist/css/themes/TimePicker.css +1 -0
  172. package/dist/css/themes/TimePickerPopover.css +1 -0
  173. package/dist/css/themes/TimeSelection.css +1 -0
  174. package/dist/css/themes/Title.css +1 -0
  175. package/dist/css/themes/Toast.css +1 -0
  176. package/dist/css/themes/ToggleButton.css +1 -0
  177. package/dist/css/themes/ToggleButton.ie11.css +1 -0
  178. package/dist/css/themes/Token.css +1 -0
  179. package/dist/css/themes/Tokenizer.css +1 -0
  180. package/dist/css/themes/TokenizerPopover.css +1 -0
  181. package/dist/css/themes/Tree.css +1 -0
  182. package/dist/css/themes/TreeListItem.css +1 -0
  183. package/dist/css/themes/ValueStateMessage.css +1 -0
  184. package/dist/css/themes/WheelSlider.css +1 -0
  185. package/dist/css/themes/YearPicker.css +1 -0
  186. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
  187. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  188. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  189. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  190. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  191. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  192. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  193. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
  194. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  195. package/dist/features/ColorPaletteMoreColors.js +7 -7
  196. package/dist/features/InputSuggestions.js +217 -52
  197. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  198. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  199. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  200. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  201. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  202. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  203. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  204. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  205. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  206. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  207. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  208. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  209. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  210. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  211. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  212. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  213. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  214. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  215. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  216. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  217. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  218. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  219. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  220. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  221. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  222. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  223. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  224. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  225. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  226. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  227. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  228. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  229. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  230. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  231. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  232. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  233. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  234. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  235. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  236. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  237. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  238. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  239. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  240. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  241. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  242. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  243. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  244. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  245. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  246. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  247. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  248. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  249. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  250. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  251. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
  252. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  253. package/dist/generated/i18n/i18n-defaults.js +2 -2
  254. package/dist/generated/json-imports/Themes-static.js +6 -2
  255. package/dist/generated/json-imports/Themes.js +3 -1
  256. package/dist/generated/templates/AvatarGroupTemplate.lit.js +6 -13
  257. package/dist/generated/templates/AvatarTemplate.lit.js +9 -16
  258. package/dist/generated/templates/BadgeTemplate.lit.js +5 -13
  259. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +8 -0
  260. package/dist/generated/templates/BreadcrumbsTemplate.lit.js +9 -0
  261. package/dist/generated/templates/BusyIndicatorTemplate.lit.js +7 -13
  262. package/dist/generated/templates/ButtonTemplate.lit.js +6 -13
  263. package/dist/generated/templates/CalendarHeaderTemplate.lit.js +6 -11
  264. package/dist/generated/templates/CalendarTemplate.lit.js +4 -11
  265. package/dist/generated/templates/CardHeaderTemplate.lit.js +12 -0
  266. package/dist/generated/templates/CardTemplate.lit.js +5 -17
  267. package/dist/generated/templates/CarouselTemplate.lit.js +13 -19
  268. package/dist/generated/templates/CheckBoxTemplate.lit.js +7 -14
  269. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +4 -11
  270. package/dist/generated/templates/ColorPaletteItemTemplate.lit.js +4 -11
  271. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +8 -0
  272. package/dist/generated/templates/ColorPaletteTemplate.lit.js +9 -15
  273. package/dist/generated/templates/ColorPickerTemplate.lit.js +4 -11
  274. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +20 -25
  275. package/dist/generated/templates/ComboBoxTemplate.lit.js +8 -14
  276. package/dist/generated/templates/CustomListItemTemplate.lit.js +13 -20
  277. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +7 -14
  278. package/dist/generated/templates/DatePickerTemplate.lit.js +6 -13
  279. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +9 -16
  280. package/dist/generated/templates/DayPickerTemplate.lit.js +13 -19
  281. package/dist/generated/templates/DialogTemplate.lit.js +9 -16
  282. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +8 -14
  283. package/dist/generated/templates/FileUploaderTemplate.lit.js +7 -14
  284. package/dist/generated/templates/GroupHeaderListItemTemplate.lit.js +4 -11
  285. package/dist/generated/templates/IconTemplate.lit.js +6 -13
  286. package/dist/generated/templates/InputPopoverTemplate.lit.js +24 -31
  287. package/dist/generated/templates/InputTemplate.lit.js +10 -15
  288. package/dist/generated/templates/LabelTemplate.lit.js +4 -11
  289. package/dist/generated/templates/LinkTemplate.lit.js +5 -12
  290. package/dist/generated/templates/ListItemTemplate.lit.js +13 -20
  291. package/dist/generated/templates/ListTemplate.lit.js +12 -19
  292. package/dist/generated/templates/MessageStripTemplate.lit.js +8 -15
  293. package/dist/generated/templates/MonthPickerTemplate.lit.js +6 -13
  294. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +23 -27
  295. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +10 -16
  296. package/dist/generated/templates/MultiInputTemplate.lit.js +14 -19
  297. package/dist/generated/templates/PanelTemplate.lit.js +9 -16
  298. package/dist/generated/templates/PopoverTemplate.lit.js +9 -16
  299. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +4 -11
  300. package/dist/generated/templates/PopupTemplate.lit.js +4 -11
  301. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +14 -17
  302. package/dist/generated/templates/RadioButtonTemplate.lit.js +7 -14
  303. package/dist/generated/templates/RangeSliderTemplate.lit.js +10 -17
  304. package/dist/generated/templates/RatingIndicatorTemplate.lit.js +11 -16
  305. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +16 -22
  306. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js +8 -0
  307. package/dist/generated/templates/SegmentedButtonTemplate.lit.js +4 -11
  308. package/dist/generated/templates/SelectPopoverTemplate.lit.js +20 -27
  309. package/dist/generated/templates/SelectTemplate.lit.js +6 -12
  310. package/dist/generated/templates/SliderBaseTemplate.lit.js +8 -15
  311. package/dist/generated/templates/SliderTemplate.lit.js +9 -16
  312. package/dist/generated/templates/SplitButtonTemplate.lit.js +7 -0
  313. package/dist/generated/templates/StandardListItemTemplate.lit.js +21 -28
  314. package/dist/generated/templates/StepInputTemplate.lit.js +7 -12
  315. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +24 -31
  316. package/dist/generated/templates/SwitchTemplate.lit.js +8 -13
  317. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +8 -13
  318. package/dist/generated/templates/TabContainerTemplate.lit.js +15 -23
  319. package/dist/generated/templates/TabInOverflowTemplate.lit.js +6 -13
  320. package/dist/generated/templates/TabInStripTemplate.lit.js +8 -17
  321. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +7 -0
  322. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js +7 -0
  323. package/dist/generated/templates/TabTemplate.lit.js +4 -11
  324. package/dist/generated/templates/TableCellTemplate.lit.js +4 -11
  325. package/dist/generated/templates/TableColumnTemplate.lit.js +4 -11
  326. package/dist/generated/templates/TableGroupRowTemplate.lit.js +7 -0
  327. package/dist/generated/templates/TableRowTemplate.lit.js +12 -19
  328. package/dist/generated/templates/TableTemplate.lit.js +13 -20
  329. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +8 -15
  330. package/dist/generated/templates/TextAreaTemplate.lit.js +8 -15
  331. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +4 -11
  332. package/dist/generated/templates/TimePickerTemplate.lit.js +6 -13
  333. package/dist/generated/templates/TimeSelectionTemplate.lit.js +8 -15
  334. package/dist/generated/templates/TitleTemplate.lit.js +10 -17
  335. package/dist/generated/templates/ToastTemplate.lit.js +5 -11
  336. package/dist/generated/templates/ToggleButtonTemplate.lit.js +6 -13
  337. package/dist/generated/templates/TokenTemplate.lit.js +7 -14
  338. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +9 -16
  339. package/dist/generated/templates/TokenizerTemplate.lit.js +6 -13
  340. package/dist/generated/templates/TreeListItemTemplate.lit.js +18 -25
  341. package/dist/generated/templates/TreeTemplate.lit.js +5 -12
  342. package/dist/generated/templates/WheelSliderTemplate.lit.js +7 -14
  343. package/dist/generated/templates/YearPickerTemplate.lit.js +6 -13
  344. package/dist/generated/themes/Avatar.css.js +3 -3
  345. package/dist/generated/themes/AvatarGroup.css.js +3 -3
  346. package/dist/generated/themes/Badge.css.js +3 -3
  347. package/dist/generated/themes/Breadcrumbs.css.js +8 -0
  348. package/dist/generated/themes/BreadcrumbsPopover.css.js +8 -0
  349. package/dist/generated/themes/BrowserScrollbar.css.js +3 -3
  350. package/dist/generated/themes/BusyIndicator.css.js +3 -3
  351. package/dist/generated/themes/Button.css.js +3 -3
  352. package/dist/generated/themes/Button.ie11.css.js +3 -3
  353. package/dist/generated/themes/Calendar.css.js +3 -3
  354. package/dist/generated/themes/CalendarHeader.css.js +3 -3
  355. package/dist/generated/themes/Card.css.js +3 -3
  356. package/dist/generated/themes/CardHeader.css.js +8 -0
  357. package/dist/generated/themes/Carousel.css.js +3 -3
  358. package/dist/generated/themes/CheckBox.css.js +3 -3
  359. package/dist/generated/themes/ColorPalette.css.js +3 -3
  360. package/dist/generated/themes/ColorPaletteItem.css.js +3 -3
  361. package/dist/generated/themes/ColorPalettePopover.css.js +8 -0
  362. package/dist/generated/themes/ColorPaletteStaticArea.css.js +3 -3
  363. package/dist/generated/themes/ColorPicker.css.js +3 -3
  364. package/dist/generated/themes/ComboBox.css.js +3 -3
  365. package/dist/generated/themes/ComboBoxPopover.css.js +3 -3
  366. package/dist/generated/themes/CustomListItem.css.js +3 -3
  367. package/dist/generated/themes/DatePicker.css.js +3 -3
  368. package/dist/generated/themes/DatePickerPopover.css.js +3 -3
  369. package/dist/generated/themes/DateRangePicker.css.js +3 -3
  370. package/dist/generated/themes/DateTimePicker.css.js +3 -3
  371. package/dist/generated/themes/DateTimePickerPopover.css.js +3 -3
  372. package/dist/generated/themes/DayPicker.css.js +3 -3
  373. package/dist/generated/themes/Dialog.css.js +3 -3
  374. package/dist/generated/themes/FileUploader.css.js +3 -3
  375. package/dist/generated/themes/GroupHeaderListItem.css.js +3 -3
  376. package/dist/generated/themes/GrowingButton.css.js +8 -0
  377. package/dist/generated/themes/Icon.css.js +3 -3
  378. package/dist/generated/themes/Input.css.js +3 -3
  379. package/dist/generated/themes/InputIcon.css.js +3 -3
  380. package/dist/generated/themes/InvisibleTextStyles.css.js +3 -3
  381. package/dist/generated/themes/Label.css.js +3 -3
  382. package/dist/generated/themes/Link.css.js +3 -3
  383. package/dist/generated/themes/List.css.js +3 -3
  384. package/dist/generated/themes/ListItem.css.js +3 -3
  385. package/dist/generated/themes/ListItemBase.css.js +3 -3
  386. package/dist/generated/themes/MessageStrip.css.js +3 -3
  387. package/dist/generated/themes/MonthPicker.css.js +3 -3
  388. package/dist/generated/themes/MultiComboBox.css.js +3 -3
  389. package/dist/generated/themes/MultiInput.css.js +3 -3
  390. package/dist/generated/themes/Panel.css.js +3 -3
  391. package/dist/generated/themes/Popover.css.js +3 -3
  392. package/dist/generated/themes/Popup.css.js +3 -3
  393. package/dist/generated/themes/PopupGlobal.css.js +8 -0
  394. package/dist/generated/themes/PopupStaticAreaStyles.css.js +3 -3
  395. package/dist/generated/themes/PopupsCommon.css.js +3 -3
  396. package/dist/generated/themes/ProgressIndicator.css.js +3 -3
  397. package/dist/generated/themes/RadioButton.css.js +3 -3
  398. package/dist/generated/themes/RatingIndicator.css.js +3 -3
  399. package/dist/generated/themes/ResponsivePopover.css.js +3 -3
  400. package/dist/generated/themes/ResponsivePopoverCommon.css.js +3 -3
  401. package/dist/generated/themes/SegmentedButton.css.js +3 -3
  402. package/dist/generated/themes/Select.css.js +3 -3
  403. package/dist/generated/themes/SelectPopover.css.js +3 -3
  404. package/dist/generated/themes/SliderBase.css.js +3 -3
  405. package/dist/generated/themes/SplitButton.css.js +8 -0
  406. package/dist/generated/themes/StepInput.css.js +3 -3
  407. package/dist/generated/themes/Suggestions.css.js +8 -0
  408. package/dist/generated/themes/Switch.css.js +3 -3
  409. package/dist/generated/themes/Tab.css.js +3 -3
  410. package/dist/generated/themes/TabContainer.css.js +3 -3
  411. package/dist/generated/themes/TabInOverflow.css.js +3 -3
  412. package/dist/generated/themes/TabInStrip.css.js +3 -3
  413. package/dist/generated/themes/TabSeparatorInOverflow.css.js +8 -0
  414. package/dist/generated/themes/TabSeparatorInStrip.css.js +8 -0
  415. package/dist/generated/themes/Table.css.js +3 -3
  416. package/dist/generated/themes/TableCell.css.js +3 -3
  417. package/dist/generated/themes/TableColumn.css.js +3 -3
  418. package/dist/generated/themes/TableGroupRow.css.js +8 -0
  419. package/dist/generated/themes/TableRow.css.js +3 -3
  420. package/dist/generated/themes/TapHighlightColor.css.js +8 -0
  421. package/dist/generated/themes/TextArea.css.js +3 -3
  422. package/dist/generated/themes/TimePicker.css.js +3 -3
  423. package/dist/generated/themes/TimePickerPopover.css.js +3 -3
  424. package/dist/generated/themes/TimeSelection.css.js +3 -3
  425. package/dist/generated/themes/Title.css.js +3 -3
  426. package/dist/generated/themes/Toast.css.js +3 -3
  427. package/dist/generated/themes/ToggleButton.css.js +3 -3
  428. package/dist/generated/themes/ToggleButton.ie11.css.js +3 -3
  429. package/dist/generated/themes/Token.css.js +3 -3
  430. package/dist/generated/themes/Tokenizer.css.js +3 -3
  431. package/dist/generated/themes/TokenizerPopover.css.js +8 -0
  432. package/dist/generated/themes/Tree.css.js +3 -3
  433. package/dist/generated/themes/TreeListItem.css.js +3 -3
  434. package/dist/generated/themes/ValueStateMessage.css.js +3 -3
  435. package/dist/generated/themes/WheelSlider.css.js +3 -3
  436. package/dist/generated/themes/YearPicker.css.js +3 -3
  437. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  438. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  439. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  440. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  441. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  442. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  443. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  444. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -0
  445. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -0
  446. package/dist/i18n/messagebundle.properties +93 -2
  447. package/dist/i18n/messagebundle_ar.properties +65 -2
  448. package/dist/i18n/messagebundle_bg.properties +65 -2
  449. package/dist/i18n/messagebundle_ca.properties +65 -2
  450. package/dist/i18n/messagebundle_cs.properties +65 -2
  451. package/dist/i18n/messagebundle_cy.properties +65 -2
  452. package/dist/i18n/messagebundle_da.properties +65 -2
  453. package/dist/i18n/messagebundle_de.properties +65 -2
  454. package/dist/i18n/messagebundle_el.properties +65 -2
  455. package/dist/i18n/messagebundle_en.properties +65 -2
  456. package/dist/i18n/messagebundle_en_GB.properties +65 -2
  457. package/dist/i18n/messagebundle_en_US_sappsd.properties +61 -2
  458. package/dist/i18n/messagebundle_en_US_saprigi.properties +63 -2
  459. package/dist/i18n/messagebundle_en_US_saptrc.properties +61 -2
  460. package/dist/i18n/messagebundle_es.properties +65 -2
  461. package/dist/i18n/messagebundle_es_MX.properties +66 -3
  462. package/dist/i18n/messagebundle_et.properties +65 -2
  463. package/dist/i18n/messagebundle_fi.properties +66 -3
  464. package/dist/i18n/messagebundle_fr.properties +65 -2
  465. package/dist/i18n/messagebundle_fr_CA.properties +65 -2
  466. package/dist/i18n/messagebundle_hi.properties +65 -2
  467. package/dist/i18n/messagebundle_hr.properties +65 -2
  468. package/dist/i18n/messagebundle_hu.properties +65 -2
  469. package/dist/i18n/messagebundle_id.properties +66 -3
  470. package/dist/i18n/messagebundle_it.properties +65 -2
  471. package/dist/i18n/messagebundle_iw.properties +65 -2
  472. package/dist/i18n/messagebundle_ja.properties +67 -4
  473. package/dist/i18n/messagebundle_kk.properties +65 -2
  474. package/dist/i18n/messagebundle_ko.properties +65 -2
  475. package/dist/i18n/messagebundle_lt.properties +65 -2
  476. package/dist/i18n/messagebundle_lv.properties +65 -2
  477. package/dist/i18n/messagebundle_ms.properties +65 -2
  478. package/dist/i18n/messagebundle_nl.properties +65 -2
  479. package/dist/i18n/messagebundle_no.properties +65 -2
  480. package/dist/i18n/messagebundle_pl.properties +65 -2
  481. package/dist/i18n/messagebundle_pt.properties +65 -2
  482. package/dist/i18n/messagebundle_pt_PT.properties +65 -2
  483. package/dist/i18n/messagebundle_ro.properties +65 -2
  484. package/dist/i18n/messagebundle_ru.properties +65 -2
  485. package/dist/i18n/messagebundle_sh.properties +65 -2
  486. package/dist/i18n/messagebundle_sk.properties +65 -2
  487. package/dist/i18n/messagebundle_sl.properties +65 -2
  488. package/dist/i18n/messagebundle_sv.properties +65 -2
  489. package/dist/i18n/messagebundle_th.properties +64 -1
  490. package/dist/i18n/messagebundle_tr.properties +65 -2
  491. package/dist/i18n/messagebundle_uk.properties +65 -2
  492. package/dist/i18n/messagebundle_vi.properties +65 -2
  493. package/dist/i18n/messagebundle_zh_CN.properties +65 -2
  494. package/dist/i18n/messagebundle_zh_TW.properties +64 -1
  495. package/dist/popup-utils/OpenedPopupsRegistry.js +1 -1
  496. package/dist/popup-utils/PopoverRegistry.js +1 -1
  497. package/{src/types/AvatarBackgroundColor.js → dist/types/AvatarColorScheme.js} +9 -9
  498. package/dist/types/BreadcrumbsDesign.js +42 -0
  499. package/dist/types/BreadcrumbsSeparatorStyle.js +69 -0
  500. package/dist/types/ButtonDesign.js +7 -0
  501. package/dist/types/HasPopup.js +62 -0
  502. package/dist/types/{MessageStripType.js → MessageStripDesign.js} +7 -7
  503. package/dist/types/SwitchDesign.js +40 -0
  504. package/dist/types/TabContainerTabsPlacement.js +4 -4
  505. package/dist/types/TabsOverflowMode.js +40 -0
  506. package/dist/types/WrappingType.js +41 -0
  507. package/dist/webcomponentsjs/CHANGELOG.md +4 -0
  508. package/dist/webcomponentsjs/README.md +44 -30
  509. package/dist/webcomponentsjs/bundles/webcomponents-ce.js +14 -24
  510. package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -1
  511. package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -1
  512. package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +26 -23
  513. package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -1
  514. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +239 -242
  515. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -1
  516. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +176 -182
  517. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -1
  518. package/dist/webcomponentsjs/bundles/webcomponents-sd.js +144 -141
  519. package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -1
  520. package/dist/webcomponentsjs/webcomponents-bundle.js +241 -244
  521. package/dist/webcomponentsjs/webcomponents-bundle.js.map +1 -1
  522. package/dist/webcomponentsjs/webcomponents-loader.js +49 -28
  523. package/package.json +20 -8
  524. package/src/Assets-static.js +1 -1
  525. package/src/Assets.js +1 -1
  526. package/src/Avatar.hbs +4 -2
  527. package/src/Avatar.js +88 -63
  528. package/src/AvatarGroup.hbs +15 -6
  529. package/src/AvatarGroup.js +135 -40
  530. package/src/Badge.hbs +7 -4
  531. package/src/Badge.js +43 -17
  532. package/src/Breadcrumbs.hbs +43 -0
  533. package/src/Breadcrumbs.js +582 -0
  534. package/src/BreadcrumbsItem.js +103 -0
  535. package/src/BreadcrumbsPopover.hbs +27 -0
  536. package/src/BusyIndicator.hbs +14 -9
  537. package/src/BusyIndicator.js +96 -26
  538. package/src/Button.hbs +5 -5
  539. package/src/Button.js +81 -82
  540. package/src/Calendar.hbs +6 -1
  541. package/src/Calendar.js +111 -10
  542. package/src/CalendarDate.js +1 -1
  543. package/src/CalendarHeader.hbs +13 -4
  544. package/src/CalendarHeader.js +75 -19
  545. package/src/Card.hbs +7 -39
  546. package/src/Card.js +33 -226
  547. package/src/CardHeader.hbs +42 -0
  548. package/src/CardHeader.js +288 -0
  549. package/src/Carousel.hbs +21 -17
  550. package/src/Carousel.js +223 -88
  551. package/src/CheckBox.hbs +9 -5
  552. package/src/CheckBox.js +145 -65
  553. package/src/ColorPalette.hbs +27 -10
  554. package/src/ColorPalette.js +261 -42
  555. package/src/ColorPaletteItem.hbs +3 -2
  556. package/src/ColorPaletteItem.js +38 -14
  557. package/src/ColorPalettePopover.hbs +31 -0
  558. package/src/ColorPalettePopover.js +244 -0
  559. package/src/ColorPicker.hbs +2 -0
  560. package/src/ColorPicker.js +53 -10
  561. package/src/ComboBox.hbs +7 -1
  562. package/src/ComboBox.js +423 -157
  563. package/src/ComboBoxGroupItem.js +70 -0
  564. package/src/ComboBoxItem.js +2 -2
  565. package/src/ComboBoxPopover.hbs +27 -18
  566. package/src/CustomListItem.js +14 -2
  567. package/src/DateComponentBase.js +22 -13
  568. package/src/DatePicker.hbs +1 -1
  569. package/src/DatePicker.js +104 -48
  570. package/src/DatePickerPopover.hbs +5 -4
  571. package/src/DateRangePicker.js +60 -22
  572. package/src/DateTimePicker.js +8 -9
  573. package/src/DateTimePickerPopover.hbs +6 -4
  574. package/src/DayPicker.hbs +9 -3
  575. package/src/DayPicker.js +43 -7
  576. package/src/Dialog.hbs +6 -3
  577. package/src/Dialog.js +205 -40
  578. package/src/DurationPicker.js +22 -3
  579. package/src/FileUploader.hbs +1 -0
  580. package/src/FileUploader.js +47 -33
  581. package/src/FileUploaderPopover.hbs +4 -2
  582. package/src/GroupHeaderListItem.hbs +4 -4
  583. package/src/GroupHeaderListItem.js +20 -12
  584. package/src/Icon.hbs +2 -1
  585. package/src/Icon.js +70 -19
  586. package/src/Input.hbs +15 -3
  587. package/src/Input.js +387 -122
  588. package/src/InputPopover.hbs +14 -13
  589. package/src/Interfaces.js +21 -1
  590. package/src/Label.hbs +1 -1
  591. package/src/Label.js +33 -12
  592. package/src/Link.hbs +4 -1
  593. package/src/Link.js +123 -33
  594. package/src/List.hbs +19 -15
  595. package/src/List.js +144 -54
  596. package/src/ListItem.hbs +15 -8
  597. package/src/ListItem.js +54 -15
  598. package/src/MessageStrip.hbs +10 -11
  599. package/src/MessageStrip.js +75 -44
  600. package/src/MultiComboBox.hbs +6 -1
  601. package/src/MultiComboBox.js +450 -111
  602. package/src/MultiComboBoxItem.js +5 -11
  603. package/src/MultiComboBoxPopover.hbs +42 -27
  604. package/src/MultiInput.js +58 -19
  605. package/src/Option.js +22 -17
  606. package/src/Panel.hbs +13 -6
  607. package/src/Panel.js +60 -30
  608. package/src/Popover.hbs +2 -2
  609. package/src/Popover.js +192 -90
  610. package/src/Popup.hbs +3 -2
  611. package/src/Popup.js +122 -44
  612. package/src/PopupBlockLayer.hbs +1 -1
  613. package/src/ProgressIndicator.hbs +7 -1
  614. package/src/ProgressIndicator.js +32 -18
  615. package/src/RadioButton.hbs +7 -4
  616. package/src/RadioButton.js +117 -46
  617. package/src/RadioButtonGroup.js +32 -32
  618. package/src/RangeSlider.hbs +8 -2
  619. package/src/RangeSlider.js +51 -23
  620. package/src/RatingIndicator.hbs +7 -3
  621. package/src/RatingIndicator.js +62 -39
  622. package/src/ResponsivePopover.hbs +14 -10
  623. package/src/ResponsivePopover.js +38 -52
  624. package/src/SegmentedButton.hbs +13 -5
  625. package/src/SegmentedButton.js +110 -60
  626. package/src/SegmentedButtonItem.hbs +42 -0
  627. package/src/SegmentedButtonItem.js +114 -0
  628. package/src/Select.hbs +9 -2
  629. package/src/Select.js +217 -108
  630. package/src/SelectPopover.hbs +25 -24
  631. package/src/Slider.hbs +1 -0
  632. package/src/Slider.js +45 -17
  633. package/src/SliderBase.hbs +4 -1
  634. package/src/SliderBase.js +27 -19
  635. package/src/SplitButton.hbs +53 -0
  636. package/src/SplitButton.js +431 -0
  637. package/src/StandardListItem.hbs +7 -5
  638. package/src/StandardListItem.js +22 -9
  639. package/src/StepInput.hbs +8 -5
  640. package/src/StepInput.js +45 -37
  641. package/src/SuggestionGroupItem.js +64 -0
  642. package/src/SuggestionItem.js +10 -24
  643. package/src/SuggestionListItem.hbs +4 -4
  644. package/src/SuggestionListItem.js +3 -3
  645. package/src/Switch.hbs +21 -4
  646. package/src/Switch.js +67 -27
  647. package/src/Tab.js +55 -32
  648. package/src/TabContainer.hbs +49 -53
  649. package/src/TabContainer.js +538 -100
  650. package/src/TabContainerPopover.hbs +12 -8
  651. package/src/TabInOverflow.hbs +0 -1
  652. package/src/TabInStrip.hbs +4 -14
  653. package/src/TabSeparator.js +42 -3
  654. package/src/TabSeparatorInOverflow.hbs +8 -0
  655. package/src/TabSeparatorInStrip.hbs +6 -0
  656. package/src/Table.hbs +24 -12
  657. package/src/Table.js +300 -32
  658. package/src/TableCell.js +1 -1
  659. package/src/TableColumn.js +2 -9
  660. package/src/TableGroupRow.hbs +13 -0
  661. package/src/TableGroupRow.js +164 -0
  662. package/src/TableRow.hbs +2 -0
  663. package/src/TableRow.js +102 -23
  664. package/src/TextArea.hbs +1 -1
  665. package/src/TextArea.js +80 -48
  666. package/src/TextAreaPopover.hbs +3 -3
  667. package/src/TimePicker.hbs +4 -1
  668. package/src/TimePicker.js +23 -4
  669. package/src/TimePickerBase.js +16 -11
  670. package/src/TimePickerPopover.hbs +2 -3
  671. package/src/TimeSelection.hbs +1 -1
  672. package/src/TimeSelection.js +11 -12
  673. package/src/Title.js +15 -8
  674. package/src/Toast.hbs +13 -11
  675. package/src/Toast.js +17 -6
  676. package/src/ToggleButton.js +23 -7
  677. package/src/Token.hbs +2 -0
  678. package/src/Token.js +30 -15
  679. package/src/Tokenizer.hbs +2 -1
  680. package/src/Tokenizer.js +186 -27
  681. package/src/TokenizerPopover.hbs +1 -1
  682. package/src/Tree.hbs +7 -3
  683. package/src/Tree.js +50 -8
  684. package/src/TreeItem.js +41 -9
  685. package/src/TreeListItem.hbs +3 -3
  686. package/src/TreeListItem.js +34 -30
  687. package/src/WheelSlider.hbs +15 -4
  688. package/src/WheelSlider.js +30 -23
  689. package/src/YearPicker.js +1 -0
  690. package/src/features/ColorPaletteMoreColors.js +7 -7
  691. package/src/features/InputSuggestions.js +217 -52
  692. package/src/i18n/messagebundle.properties +93 -2
  693. package/src/i18n/messagebundle_ar.properties +65 -2
  694. package/src/i18n/messagebundle_bg.properties +65 -2
  695. package/src/i18n/messagebundle_ca.properties +65 -2
  696. package/src/i18n/messagebundle_cs.properties +65 -2
  697. package/src/i18n/messagebundle_cy.properties +65 -2
  698. package/src/i18n/messagebundle_da.properties +65 -2
  699. package/src/i18n/messagebundle_de.properties +65 -2
  700. package/src/i18n/messagebundle_el.properties +65 -2
  701. package/src/i18n/messagebundle_en.properties +65 -2
  702. package/src/i18n/messagebundle_en_GB.properties +65 -2
  703. package/src/i18n/messagebundle_en_US_sappsd.properties +61 -2
  704. package/src/i18n/messagebundle_en_US_saprigi.properties +63 -2
  705. package/src/i18n/messagebundle_en_US_saptrc.properties +61 -2
  706. package/src/i18n/messagebundle_es.properties +65 -2
  707. package/src/i18n/messagebundle_es_MX.properties +66 -3
  708. package/src/i18n/messagebundle_et.properties +65 -2
  709. package/src/i18n/messagebundle_fi.properties +66 -3
  710. package/src/i18n/messagebundle_fr.properties +65 -2
  711. package/src/i18n/messagebundle_fr_CA.properties +65 -2
  712. package/src/i18n/messagebundle_hi.properties +65 -2
  713. package/src/i18n/messagebundle_hr.properties +65 -2
  714. package/src/i18n/messagebundle_hu.properties +65 -2
  715. package/src/i18n/messagebundle_id.properties +66 -3
  716. package/src/i18n/messagebundle_it.properties +65 -2
  717. package/src/i18n/messagebundle_iw.properties +65 -2
  718. package/src/i18n/messagebundle_ja.properties +67 -4
  719. package/src/i18n/messagebundle_kk.properties +65 -2
  720. package/src/i18n/messagebundle_ko.properties +65 -2
  721. package/src/i18n/messagebundle_lt.properties +65 -2
  722. package/src/i18n/messagebundle_lv.properties +65 -2
  723. package/src/i18n/messagebundle_ms.properties +65 -2
  724. package/src/i18n/messagebundle_nl.properties +65 -2
  725. package/src/i18n/messagebundle_no.properties +65 -2
  726. package/src/i18n/messagebundle_pl.properties +65 -2
  727. package/src/i18n/messagebundle_pt.properties +65 -2
  728. package/src/i18n/messagebundle_pt_PT.properties +65 -2
  729. package/src/i18n/messagebundle_ro.properties +65 -2
  730. package/src/i18n/messagebundle_ru.properties +65 -2
  731. package/src/i18n/messagebundle_sh.properties +65 -2
  732. package/src/i18n/messagebundle_sk.properties +65 -2
  733. package/src/i18n/messagebundle_sl.properties +65 -2
  734. package/src/i18n/messagebundle_sv.properties +65 -2
  735. package/src/i18n/messagebundle_th.properties +64 -1
  736. package/src/i18n/messagebundle_tr.properties +65 -2
  737. package/src/i18n/messagebundle_uk.properties +65 -2
  738. package/src/i18n/messagebundle_vi.properties +65 -2
  739. package/src/i18n/messagebundle_zh_CN.properties +65 -2
  740. package/src/i18n/messagebundle_zh_TW.properties +64 -1
  741. package/src/popup-utils/OpenedPopupsRegistry.js +1 -1
  742. package/src/popup-utils/PopoverRegistry.js +1 -1
  743. package/src/themes/Avatar.css +228 -0
  744. package/src/themes/AvatarGroup.css +82 -0
  745. package/src/themes/Badge.css +247 -0
  746. package/src/themes/Breadcrumbs.css +100 -0
  747. package/src/themes/BreadcrumbsPopover.css +6 -0
  748. package/src/themes/BrowserScrollbar.css +25 -0
  749. package/src/themes/BusyIndicator.css +143 -0
  750. package/src/themes/Button.css +306 -0
  751. package/src/themes/Button.ie11.css +48 -0
  752. package/src/themes/Calendar.css +23 -0
  753. package/src/themes/CalendarHeader.css +137 -0
  754. package/src/themes/Card.css +42 -0
  755. package/src/themes/CardHeader.css +133 -0
  756. package/src/themes/Carousel.css +140 -0
  757. package/src/themes/CheckBox.css +289 -0
  758. package/src/themes/ColorPalette.css +70 -0
  759. package/src/themes/ColorPaletteItem.css +70 -0
  760. package/src/themes/ColorPalettePopover.css +17 -0
  761. package/src/themes/ColorPaletteStaticArea.css +17 -0
  762. package/src/themes/ColorPicker.css +190 -0
  763. package/src/themes/ComboBox.css +9 -0
  764. package/src/themes/ComboBoxPopover.css +17 -0
  765. package/src/themes/CustomListItem.css +31 -0
  766. package/src/themes/DatePicker.css +46 -0
  767. package/src/themes/DatePickerPopover.css +9 -0
  768. package/src/themes/DateRangePicker.css +16 -0
  769. package/src/themes/DateTimePicker.css +11 -0
  770. package/src/themes/DateTimePickerPopover.css +78 -0
  771. package/src/themes/DayPicker.css +269 -0
  772. package/src/themes/Dialog.css +66 -0
  773. package/src/themes/FileUploader.css +40 -0
  774. package/src/themes/GroupHeaderListItem.css +24 -0
  775. package/src/themes/GrowingButton.css +67 -0
  776. package/src/themes/Icon.css +38 -0
  777. package/src/themes/Input.css +407 -0
  778. package/src/themes/InputIcon.css +53 -0
  779. package/src/themes/InvisibleTextStyles.css +9 -0
  780. package/src/themes/Label.css +85 -0
  781. package/src/themes/Link.css +77 -0
  782. package/src/themes/List.css +116 -0
  783. package/src/themes/ListItem.css +231 -0
  784. package/src/themes/ListItemBase.css +85 -0
  785. package/src/themes/MessageStrip.css +123 -0
  786. package/src/themes/MonthPicker.css +86 -0
  787. package/src/themes/MultiComboBox.css +36 -0
  788. package/src/themes/MultiInput.css +14 -0
  789. package/src/themes/Panel.css +100 -0
  790. package/src/themes/Popover.css +102 -0
  791. package/src/themes/Popup.css +5 -0
  792. package/src/themes/PopupGlobal.css +3 -0
  793. package/src/themes/PopupStaticAreaStyles.css +17 -0
  794. package/src/themes/PopupsCommon.css +127 -0
  795. package/src/themes/ProgressIndicator.css +158 -0
  796. package/src/themes/RadioButton.css +249 -0
  797. package/src/themes/RatingIndicator.css +52 -0
  798. package/src/themes/ResponsivePopover.css +29 -0
  799. package/src/themes/ResponsivePopoverCommon.css +208 -0
  800. package/src/themes/SegmentedButton.css +88 -0
  801. package/src/themes/Select.css +53 -0
  802. package/src/themes/SelectPopover.css +19 -0
  803. package/src/themes/SliderBase.css +253 -0
  804. package/src/themes/SplitButton.css +98 -0
  805. package/src/themes/StepInput.css +269 -0
  806. package/src/themes/Suggestions.css +28 -0
  807. package/src/themes/Switch.css +370 -0
  808. package/src/themes/Tab.css +9 -0
  809. package/src/themes/TabContainer.css +128 -0
  810. package/src/themes/TabInOverflow.css +65 -0
  811. package/src/themes/TabInStrip.css +374 -0
  812. package/src/themes/TabSeparatorInOverflow.css +8 -0
  813. package/src/themes/TabSeparatorInStrip.css +5 -0
  814. package/src/themes/Table.css +91 -0
  815. package/src/themes/TableCell.css +28 -0
  816. package/src/themes/TableColumn.css +29 -0
  817. package/src/themes/TableGroupRow.css +34 -0
  818. package/src/themes/TableRow.css +85 -0
  819. package/src/themes/TapHighlightColor.css +3 -0
  820. package/src/themes/TextArea.css +309 -0
  821. package/src/themes/TimePicker.css +50 -0
  822. package/src/themes/TimePickerPopover.css +15 -0
  823. package/src/themes/TimeSelection.css +27 -0
  824. package/src/themes/Title.css +65 -0
  825. package/src/themes/Toast.css +93 -0
  826. package/src/themes/ToggleButton.css +88 -0
  827. package/src/themes/ToggleButton.ie11.css +48 -0
  828. package/src/themes/Token.css +117 -0
  829. package/src/themes/Tokenizer.css +85 -0
  830. package/src/themes/TokenizerPopover.css +4 -0
  831. package/src/themes/Tree.css +11 -0
  832. package/src/themes/TreeListItem.css +107 -0
  833. package/src/themes/ValueStateMessage.css +86 -0
  834. package/src/themes/WheelSlider.css +203 -0
  835. package/src/themes/YearPicker.css +86 -0
  836. package/src/themes/base/Avatar-parameters.css +38 -0
  837. package/src/themes/base/AvatarGroup-parameter.css +6 -0
  838. package/src/themes/base/Badge-parameters.css +61 -0
  839. package/src/themes/base/BrowserScrollbar-parameters.css +4 -0
  840. package/src/themes/base/BusyIndicator-parameters.css +5 -0
  841. package/src/themes/base/Button-parameters.css +30 -0
  842. package/src/themes/base/CalendarHeader-parameters.css +20 -0
  843. package/src/themes/base/Card-parameters.css +17 -0
  844. package/src/themes/base/Carousel-parameters.css +9 -0
  845. package/src/themes/base/CheckBox-parameters.css +53 -0
  846. package/src/themes/base/ColorPalette-parameters.css +14 -0
  847. package/src/themes/base/ColorPicker-parameters.css +8 -0
  848. package/src/themes/base/DatePicker-parameters.css +6 -0
  849. package/src/themes/base/DayPicker-parameters.css +41 -0
  850. package/src/themes/base/Dialog-parameters.css +9 -0
  851. package/src/themes/base/GroupHeaderListItem-parameters.css +3 -0
  852. package/src/themes/base/GrowingButton-parameters.css +6 -0
  853. package/src/themes/base/Input-parameters.css +63 -0
  854. package/src/themes/base/InputIcon-parameters.css +11 -0
  855. package/src/themes/base/Link-parameters.css +8 -0
  856. package/src/themes/base/List-parameters.css +3 -0
  857. package/src/themes/base/ListItemBase-parameters.css +10 -0
  858. package/src/themes/base/MessageStrip-parameters.css +21 -0
  859. package/src/themes/base/MonthPicker-parameters.css +16 -0
  860. package/src/themes/base/MultiComboBox-parameters.css +3 -0
  861. package/src/themes/base/Panel-parameters.css +11 -0
  862. package/src/themes/base/PopupsCommon-parameters.css +13 -0
  863. package/src/themes/base/ProgressIndicator-parameters.css +21 -0
  864. package/src/themes/base/RadioButton-parameters.css +32 -0
  865. package/src/themes/base/RatingIndicator-parameters.css +3 -0
  866. package/src/themes/base/SegmentedButtton-parameters.css +8 -0
  867. package/src/themes/base/Select-parameters.css +11 -0
  868. package/src/themes/base/SelectPopover-parameters.css +4 -0
  869. package/src/themes/base/SliderBase-parameters.css +64 -0
  870. package/src/themes/base/StepInput-parameters.css +23 -0
  871. package/src/themes/base/Suggestions-parameters.css +3 -0
  872. package/src/themes/base/Switch-parameters.css +96 -0
  873. package/src/themes/base/TabContainer-parameters.css +84 -0
  874. package/src/themes/base/Table-parameters.css +6 -0
  875. package/src/themes/base/TableColumn-parameters.css +3 -0
  876. package/src/themes/base/TableRow-parameters.css +3 -0
  877. package/src/themes/base/TextArea-parameters.css +22 -0
  878. package/src/themes/base/TimePicker-parameters.css +4 -0
  879. package/src/themes/base/TimelineItem-parameters.css +10 -0
  880. package/src/themes/base/Title-parameters.css +8 -0
  881. package/src/themes/base/Toast-parameters.css +6 -0
  882. package/src/themes/base/ToggleButton-parameters.css +8 -0
  883. package/src/themes/base/Token-parameters.css +19 -0
  884. package/src/themes/base/Tokenizer-parameters.css +4 -0
  885. package/src/themes/base/ValueStateMessage-parameters.css +7 -0
  886. package/src/themes/base/WheelSlider-parameters.css +15 -0
  887. package/src/themes/base/YearPicker-parameters.css +16 -0
  888. package/src/themes/base/sizes-parameters.css +302 -0
  889. package/src/themes/sap_belize/BrowserScrollbar-parameters.css +4 -0
  890. package/src/themes/sap_belize/Carousel-parameters.css +9 -0
  891. package/src/themes/sap_belize/Dialog-parameters.css +5 -0
  892. package/src/themes/sap_belize/Input-parameters.css +6 -0
  893. package/src/themes/sap_belize/InputIcon-parameters.css +5 -0
  894. package/src/themes/sap_belize/ProgressIndicator-parameters.css +8 -0
  895. package/src/themes/sap_belize/SliderBase-parameters.css +22 -0
  896. package/src/themes/sap_belize/TabContainer-parameters.css +6 -0
  897. package/src/themes/sap_belize/Table-parameters.css +7 -0
  898. package/src/themes/sap_belize/TimePicker-parameters.css +5 -0
  899. package/src/themes/sap_belize/WheelSlider-parameters.css +17 -0
  900. package/src/themes/sap_belize/parameters-bundle.css +48 -0
  901. package/src/themes/sap_belize_hcb/Avatar-parameters.css +18 -0
  902. package/src/themes/sap_belize_hcb/Badge-parameters.css +43 -0
  903. package/src/themes/sap_belize_hcb/BrowserScrollbar-parameters.css +4 -0
  904. package/src/themes/sap_belize_hcb/Button-parameters.css +12 -0
  905. package/src/themes/sap_belize_hcb/CalendarHeader-parameters.css +11 -0
  906. package/src/themes/sap_belize_hcb/Card-parameters.css +6 -0
  907. package/src/themes/sap_belize_hcb/Carousel-parameters.css +9 -0
  908. package/src/themes/sap_belize_hcb/CheckBox-parameters.css +12 -0
  909. package/src/themes/sap_belize_hcb/DatePicker-parameters.css +6 -0
  910. package/src/themes/sap_belize_hcb/DayPicker-parameters.css +13 -0
  911. package/src/themes/sap_belize_hcb/Dialog-parameters.css +7 -0
  912. package/src/themes/sap_belize_hcb/GrowingButton-parameters.css +8 -0
  913. package/src/themes/sap_belize_hcb/Input-parameters.css +14 -0
  914. package/src/themes/sap_belize_hcb/InputIcon-parameters.css +5 -0
  915. package/src/themes/sap_belize_hcb/Link-parameters.css +7 -0
  916. package/src/themes/sap_belize_hcb/MessageStrip-parameters.css +10 -0
  917. package/src/themes/sap_belize_hcb/MonthPicker-parameters.css +10 -0
  918. package/src/themes/sap_belize_hcb/Panel-parameters.css +5 -0
  919. package/src/themes/sap_belize_hcb/ProgressIndicator-parameters.css +11 -0
  920. package/src/themes/sap_belize_hcb/RadioButton-parameters.css +10 -0
  921. package/src/themes/sap_belize_hcb/Select-parameters.css +12 -0
  922. package/src/themes/sap_belize_hcb/SliderBase-parameters.css +17 -0
  923. package/src/themes/sap_belize_hcb/Switch-parameters.css +44 -0
  924. package/src/themes/sap_belize_hcb/TabContainer-parameters.css +44 -0
  925. package/src/themes/sap_belize_hcb/Table-parameters.css +7 -0
  926. package/src/themes/sap_belize_hcb/TableRow-parameters.css +5 -0
  927. package/src/themes/sap_belize_hcb/TextArea-parameters.css +6 -0
  928. package/src/themes/sap_belize_hcb/ToggleButton-parameters.css +7 -0
  929. package/src/themes/sap_belize_hcb/Token-parameters.css +6 -0
  930. package/src/themes/sap_belize_hcb/ValueStateMessage-parameters.css +5 -0
  931. package/src/themes/sap_belize_hcb/WheelSlider-parameters.css +17 -0
  932. package/src/themes/sap_belize_hcb/YearPicker-parameters.css +10 -0
  933. package/src/themes/sap_belize_hcb/parameters-bundle.css +47 -0
  934. package/src/themes/sap_belize_hcw/Avatar-parameters.css +18 -0
  935. package/src/themes/sap_belize_hcw/Badge-parameters.css +43 -0
  936. package/src/themes/sap_belize_hcw/BrowserScrollbar-parameters.css +4 -0
  937. package/src/themes/sap_belize_hcw/Button-parameters.css +12 -0
  938. package/src/themes/sap_belize_hcw/CalendarHeader-parameters.css +11 -0
  939. package/src/themes/sap_belize_hcw/Card-parameters.css +6 -0
  940. package/src/themes/sap_belize_hcw/Carousel-parameters.css +9 -0
  941. package/src/themes/sap_belize_hcw/CheckBox-parameters.css +12 -0
  942. package/src/themes/sap_belize_hcw/DatePicker-parameters.css +5 -0
  943. package/src/themes/sap_belize_hcw/DayPicker-parameters.css +14 -0
  944. package/src/themes/sap_belize_hcw/Dialog-parameters.css +7 -0
  945. package/src/themes/sap_belize_hcw/GrowingButton-parameters.css +8 -0
  946. package/src/themes/sap_belize_hcw/Input-parameters.css +14 -0
  947. package/src/themes/sap_belize_hcw/InputIcon-parameters.css +5 -0
  948. package/src/themes/sap_belize_hcw/Link-parameters.css +7 -0
  949. package/src/themes/sap_belize_hcw/MessageStrip-parameters.css +10 -0
  950. package/src/themes/sap_belize_hcw/MonthPicker-parameters.css +10 -0
  951. package/src/themes/sap_belize_hcw/Panel-parameters.css +5 -0
  952. package/src/themes/sap_belize_hcw/ProgressIndicator-parameters.css +11 -0
  953. package/src/themes/sap_belize_hcw/RadioButton-parameters.css +10 -0
  954. package/src/themes/sap_belize_hcw/Select-parameters.css +12 -0
  955. package/src/themes/sap_belize_hcw/SliderBase-parameters.css +17 -0
  956. package/src/themes/sap_belize_hcw/Switch-parameters.css +43 -0
  957. package/src/themes/sap_belize_hcw/TabContainer-parameters.css +44 -0
  958. package/src/themes/sap_belize_hcw/Table-parameters.css +7 -0
  959. package/src/themes/sap_belize_hcw/TableRow-parameters.css +5 -0
  960. package/src/themes/sap_belize_hcw/TextArea-parameters.css +6 -0
  961. package/src/themes/sap_belize_hcw/ToggleButton-parameters.css +6 -0
  962. package/src/themes/sap_belize_hcw/Token-parameters.css +6 -0
  963. package/src/themes/sap_belize_hcw/ValueStateMessage-parameters.css +5 -0
  964. package/src/themes/sap_belize_hcw/WheelSlider-parameters.css +17 -0
  965. package/src/themes/sap_belize_hcw/YearPicker-parameters.css +10 -0
  966. package/src/themes/sap_belize_hcw/parameters-bundle.css +47 -0
  967. package/src/themes/sap_fiori_3/Avatar-parameters.css +9 -0
  968. package/src/themes/sap_fiori_3/Button-parameters.css +14 -0
  969. package/src/themes/sap_fiori_3/CalendarHeader-parameters.css +8 -0
  970. package/src/themes/sap_fiori_3/CheckBox-parameters.css +13 -0
  971. package/src/themes/sap_fiori_3/DayPicker-parameters.css +6 -0
  972. package/src/themes/sap_fiori_3/Input-parameters.css +7 -0
  973. package/src/themes/sap_fiori_3/Link-parameters.css +7 -0
  974. package/src/themes/sap_fiori_3/List-parameters.css +5 -0
  975. package/src/themes/sap_fiori_3/MonthPicker-parameters.css +5 -0
  976. package/src/themes/sap_fiori_3/MultiComboBox-parameters.css +5 -0
  977. package/src/themes/sap_fiori_3/Panel-parameters.css +6 -0
  978. package/src/themes/sap_fiori_3/SliderBase-parameters.css +5 -0
  979. package/src/themes/sap_fiori_3/TabContainer-parameters.css +12 -0
  980. package/src/themes/sap_fiori_3/TimePicker-parameters.css +5 -0
  981. package/src/themes/sap_fiori_3/Token-parameters.css +9 -0
  982. package/src/themes/sap_fiori_3/WheelSlider-parameters.css +16 -0
  983. package/src/themes/sap_fiori_3/YearPicker-parameters.css +5 -0
  984. package/src/themes/sap_fiori_3/parameters-bundle.css +48 -0
  985. package/src/themes/sap_fiori_3_dark/Avatar-parameters.css +9 -0
  986. package/src/themes/sap_fiori_3_dark/Button-parameters.css +14 -0
  987. package/src/themes/sap_fiori_3_dark/CalendarHeader-parameters.css +8 -0
  988. package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +13 -0
  989. package/src/themes/sap_fiori_3_dark/DayPicker-parameters.css +6 -0
  990. package/src/themes/sap_fiori_3_dark/Input-parameters.css +7 -0
  991. package/src/themes/sap_fiori_3_dark/Link-parameters.css +7 -0
  992. package/src/themes/sap_fiori_3_dark/List-parameters.css +5 -0
  993. package/src/themes/sap_fiori_3_dark/MonthPicker-parameters.css +5 -0
  994. package/src/themes/sap_fiori_3_dark/MultiComboBox-parameters.css +5 -0
  995. package/src/themes/sap_fiori_3_dark/Panel-parameters.css +6 -0
  996. package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +5 -0
  997. package/src/themes/sap_fiori_3_dark/TabContainer-parameters.css +12 -0
  998. package/src/themes/sap_fiori_3_dark/Token-parameters.css +8 -0
  999. package/src/themes/sap_fiori_3_dark/WheelSlider-parameters.css +15 -0
  1000. package/src/themes/sap_fiori_3_dark/YearPicker-parameters.css +5 -0
  1001. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +47 -0
  1002. package/src/themes/sap_fiori_3_hcb/Avatar-parameters.css +24 -0
  1003. package/src/themes/sap_fiori_3_hcb/Badge-parameters.css +43 -0
  1004. package/src/themes/sap_fiori_3_hcb/Button-parameters.css +10 -0
  1005. package/src/themes/sap_fiori_3_hcb/CalendarHeader-parameters.css +11 -0
  1006. package/src/themes/sap_fiori_3_hcb/Card-parameters.css +6 -0
  1007. package/src/themes/sap_fiori_3_hcb/Carousel-parameters.css +9 -0
  1008. package/src/themes/sap_fiori_3_hcb/CheckBox-parameters.css +13 -0
  1009. package/src/themes/sap_fiori_3_hcb/DatePicker-parameters.css +5 -0
  1010. package/src/themes/sap_fiori_3_hcb/DayPicker-parameters.css +17 -0
  1011. package/src/themes/sap_fiori_3_hcb/Dialog-parameters.css +7 -0
  1012. package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +8 -0
  1013. package/src/themes/sap_fiori_3_hcb/Input-parameters.css +21 -0
  1014. package/src/themes/sap_fiori_3_hcb/InputIcon-parameters.css +5 -0
  1015. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +7 -0
  1016. package/src/themes/sap_fiori_3_hcb/MessageStrip-parameters.css +10 -0
  1017. package/src/themes/sap_fiori_3_hcb/MonthPicker-parameters.css +11 -0
  1018. package/src/themes/sap_fiori_3_hcb/Panel-parameters.css +5 -0
  1019. package/src/themes/sap_fiori_3_hcb/ProgressIndicator-parameters.css +11 -0
  1020. package/src/themes/sap_fiori_3_hcb/RadioButton-parameters.css +10 -0
  1021. package/src/themes/sap_fiori_3_hcb/Select-parameters.css +12 -0
  1022. package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +14 -0
  1023. package/src/themes/sap_fiori_3_hcb/Switch-parameters.css +43 -0
  1024. package/src/themes/sap_fiori_3_hcb/TabContainer-parameters.css +44 -0
  1025. package/src/themes/sap_fiori_3_hcb/Table-parameters.css +5 -0
  1026. package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +5 -0
  1027. package/src/themes/sap_fiori_3_hcb/TextArea-parameters.css +10 -0
  1028. package/src/themes/sap_fiori_3_hcb/TimePicker-parameters.css +5 -0
  1029. package/src/themes/sap_fiori_3_hcb/ToggleButton-parameters.css +6 -0
  1030. package/src/themes/sap_fiori_3_hcb/Token-parameters.css +7 -0
  1031. package/src/themes/sap_fiori_3_hcb/ValueStateMessage-parameters.css +5 -0
  1032. package/src/themes/sap_fiori_3_hcb/WheelSlider-parameters.css +17 -0
  1033. package/src/themes/sap_fiori_3_hcb/YearPicker-parameters.css +11 -0
  1034. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +48 -0
  1035. package/src/themes/sap_fiori_3_hcw/Avatar-parameters.css +24 -0
  1036. package/src/themes/sap_fiori_3_hcw/Badge-parameters.css +43 -0
  1037. package/src/themes/sap_fiori_3_hcw/Button-parameters.css +10 -0
  1038. package/src/themes/sap_fiori_3_hcw/CalendarHeader-parameters.css +11 -0
  1039. package/src/themes/sap_fiori_3_hcw/Card-parameters.css +6 -0
  1040. package/src/themes/sap_fiori_3_hcw/Carousel-parameters.css +9 -0
  1041. package/src/themes/sap_fiori_3_hcw/CheckBox-parameters.css +13 -0
  1042. package/src/themes/sap_fiori_3_hcw/DatePicker-parameters.css +5 -0
  1043. package/src/themes/sap_fiori_3_hcw/DayPicker-parameters.css +17 -0
  1044. package/src/themes/sap_fiori_3_hcw/Dialog-parameters.css +7 -0
  1045. package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +8 -0
  1046. package/src/themes/sap_fiori_3_hcw/Input-parameters.css +21 -0
  1047. package/src/themes/sap_fiori_3_hcw/InputIcon-parameters.css +5 -0
  1048. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +7 -0
  1049. package/src/themes/sap_fiori_3_hcw/MessageStrip-parameters.css +10 -0
  1050. package/src/themes/sap_fiori_3_hcw/MonthPicker-parameters.css +11 -0
  1051. package/src/themes/sap_fiori_3_hcw/Panel-parameters.css +5 -0
  1052. package/src/themes/sap_fiori_3_hcw/ProgressIndicator-parameters.css +11 -0
  1053. package/src/themes/sap_fiori_3_hcw/RadioButton-parameters.css +10 -0
  1054. package/src/themes/sap_fiori_3_hcw/Select-parameters.css +12 -0
  1055. package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +13 -0
  1056. package/src/themes/sap_fiori_3_hcw/Switch-parameters.css +43 -0
  1057. package/src/themes/sap_fiori_3_hcw/TabContainer-parameters.css +44 -0
  1058. package/src/themes/sap_fiori_3_hcw/Table-parameters.css +5 -0
  1059. package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +5 -0
  1060. package/src/themes/sap_fiori_3_hcw/TextArea-parameters.css +10 -0
  1061. package/src/themes/sap_fiori_3_hcw/TimePicker-parameters.css +5 -0
  1062. package/src/themes/sap_fiori_3_hcw/ToggleButton-parameters.css +6 -0
  1063. package/src/themes/sap_fiori_3_hcw/Token-parameters.css +7 -0
  1064. package/src/themes/sap_fiori_3_hcw/ValueStateMessage-parameters.css +5 -0
  1065. package/src/themes/sap_fiori_3_hcw/WheelSlider-parameters.css +17 -0
  1066. package/src/themes/sap_fiori_3_hcw/YearPicker-parameters.css +11 -0
  1067. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +48 -0
  1068. package/src/themes/sap_horizon/Avatar-parameters.css +33 -0
  1069. package/src/themes/sap_horizon/BusyIndicator-parameters.css +7 -0
  1070. package/src/themes/sap_horizon/Button-parameters.css +20 -0
  1071. package/src/themes/sap_horizon/CalendarHeader-parameters.css +19 -0
  1072. package/src/themes/sap_horizon/Card-parameters.css +10 -0
  1073. package/src/themes/sap_horizon/CheckBox-parameters.css +34 -0
  1074. package/src/themes/sap_horizon/ColorPalette-parameters.css +16 -0
  1075. package/src/themes/sap_horizon/ColorPicker-parameters.css +10 -0
  1076. package/src/themes/sap_horizon/DatePicker-parameters.css +6 -0
  1077. package/src/themes/sap_horizon/DayPicker-parameters.css +31 -0
  1078. package/src/themes/sap_horizon/Dialog-parameters.css +11 -0
  1079. package/src/themes/sap_horizon/GrowingButton-parameters.css +5 -0
  1080. package/src/themes/sap_horizon/Input-parameters.css +35 -0
  1081. package/src/themes/sap_horizon/InputIcon-parameters.css +17 -0
  1082. package/src/themes/sap_horizon/Link-parameters.css +10 -0
  1083. package/src/themes/sap_horizon/List-parameters.css +5 -0
  1084. package/src/themes/sap_horizon/ListItemBase-parameters.css +6 -0
  1085. package/src/themes/sap_horizon/MessageStrip-parameters.css +9 -0
  1086. package/src/themes/sap_horizon/MonthPicker-parameters.css +17 -0
  1087. package/src/themes/sap_horizon/MultiComboBox-parameters.css +5 -0
  1088. package/src/themes/sap_horizon/Panel-parameters.css +12 -0
  1089. package/src/themes/sap_horizon/PopupsCommon-parameters.css +9 -0
  1090. package/src/themes/sap_horizon/ProgressIndicator-parameters.css +23 -0
  1091. package/src/themes/sap_horizon/RadioButton-parameters.css +9 -0
  1092. package/src/themes/sap_horizon/RatingIndicator-parameters.css +3 -0
  1093. package/src/themes/sap_horizon/SegmentedButtton-parameters.css +10 -0
  1094. package/src/themes/sap_horizon/Select-parameters.css +5 -0
  1095. package/src/themes/sap_horizon/SelectPopover-parameters.css +4 -0
  1096. package/src/themes/sap_horizon/SliderBase-parameters.css +44 -0
  1097. package/src/themes/sap_horizon/StepInput-parameters.css +25 -0
  1098. package/src/themes/sap_horizon/Suggestions-parameters.css +5 -0
  1099. package/src/themes/sap_horizon/Switch-parameters.css +31 -0
  1100. package/src/themes/sap_horizon/TabContainer-parameters.css +25 -0
  1101. package/src/themes/sap_horizon/Table-parameters.css +8 -0
  1102. package/src/themes/sap_horizon/TableColumn-parameters.css +5 -0
  1103. package/src/themes/sap_horizon/TableRow-parameters.css +5 -0
  1104. package/src/themes/sap_horizon/TextArea-parameters.css +22 -0
  1105. package/src/themes/sap_horizon/TimePicker-parameters.css +6 -0
  1106. package/src/themes/sap_horizon/ToggleButton-parameters.css +11 -0
  1107. package/src/themes/sap_horizon/Token-parameters.css +28 -0
  1108. package/src/themes/sap_horizon/Tokenizer-parameters.css +6 -0
  1109. package/src/themes/sap_horizon/ValueStateMessage-parameters.css +8 -0
  1110. package/src/themes/sap_horizon/WheelSlider-parameters.css +19 -0
  1111. package/src/themes/sap_horizon/YearPicker-parameters.css +16 -0
  1112. package/src/themes/sap_horizon/parameters-bundle.css +57 -0
  1113. package/src/themes/sap_horizon/sizes-parameters.css +8 -0
  1114. package/src/themes/sap_horizon_exp/Badge-parameters.css +91 -0
  1115. package/src/themes/sap_horizon_exp/Button-parameters.css +12 -0
  1116. package/src/themes/sap_horizon_exp/CalendarHeader-parameters.css +8 -0
  1117. package/src/themes/sap_horizon_exp/CheckBox-parameters.css +35 -0
  1118. package/src/themes/sap_horizon_exp/DatePicker-parameters.css +5 -0
  1119. package/src/themes/sap_horizon_exp/DayPicker-parameters.css +6 -0
  1120. package/src/themes/sap_horizon_exp/Input-parameters.css +46 -0
  1121. package/src/themes/sap_horizon_exp/InputIcon-parameters.css +9 -0
  1122. package/src/themes/sap_horizon_exp/Link-parameters.css +7 -0
  1123. package/src/themes/sap_horizon_exp/List-parameters.css +5 -0
  1124. package/src/themes/sap_horizon_exp/MonthPicker-parameters.css +5 -0
  1125. package/src/themes/sap_horizon_exp/MultiComboBox-parameters.css +7 -0
  1126. package/src/themes/sap_horizon_exp/Panel-parameters.css +6 -0
  1127. package/src/themes/sap_horizon_exp/Popover-parameters.css +5 -0
  1128. package/src/themes/sap_horizon_exp/RadioButton-parameters.css +30 -0
  1129. package/src/themes/sap_horizon_exp/Select-parameters.css +5 -0
  1130. package/src/themes/sap_horizon_exp/SliderBase-parameters.css +30 -0
  1131. package/src/themes/sap_horizon_exp/Switch-parameters.css +46 -0
  1132. package/src/themes/sap_horizon_exp/TabContainer-parameters.css +40 -0
  1133. package/src/themes/sap_horizon_exp/TimePicker-parameters.css +5 -0
  1134. package/src/themes/sap_horizon_exp/Token-parameters.css +9 -0
  1135. package/src/themes/sap_horizon_exp/WheelSlider-parameters.css +16 -0
  1136. package/src/themes/sap_horizon_exp/YearPicker-parameters.css +5 -0
  1137. package/src/themes/sap_horizon_exp/parameters-bundle.css +46 -0
  1138. package/{dist/types/AvatarBackgroundColor.js → src/types/AvatarColorScheme.js} +9 -9
  1139. package/src/types/BreadcrumbsDesign.js +42 -0
  1140. package/src/types/BreadcrumbsSeparatorStyle.js +69 -0
  1141. package/src/types/ButtonDesign.js +7 -0
  1142. package/src/types/HasPopup.js +62 -0
  1143. package/src/types/{MessageStripType.js → MessageStripDesign.js} +7 -7
  1144. package/src/types/SwitchDesign.js +40 -0
  1145. package/src/types/TabContainerTabsPlacement.js +4 -4
  1146. package/src/types/TabsOverflowMode.js +40 -0
  1147. package/src/types/WrappingType.js +41 -0
  1148. package/dist/generated/templates/TabSeparatorTemplate.lit.js +0 -14
  1149. package/dist/generated/themes/LoadMoreRow.css.js +0 -8
  1150. package/dist/types/AvatarFitType.js +0 -40
  1151. package/src/TabSeparator.hbs +0 -1
  1152. 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":"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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'] =\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!=Array.prototype&&a!=Object.prototype&&(a[b]=c.value)},v="undefined"!=typeof window&&window===this?this:"undefined"!=typeof global&&null!=global?global:this;function y(){y=function(){};v.Symbol||(v.Symbol=ba)}function A(a,b){this.a=a;t(this,"description",{configurable:!0,writable:!0,value:b})}
21
- A.prototype.toString=function(){return this.a};var ba=function(){function a(c){if(this instanceof a)throw new TypeError("Symbol is not a constructor");return new A("jscomp_symbol_"+(c||"")+"_"+b++,c)}var b=0;return a}();function C(){y();var a=v.Symbol.iterator;a||(a=v.Symbol.iterator=v.Symbol("Symbol.iterator"));"function"!=typeof Array.prototype[a]&&t(Array.prototype,a,{configurable:!0,writable:!0,value:function(){return ca(aa(this))}});C=function(){}}
22
- function ca(a){C();a={next:a};a[v.Symbol.iterator]=function(){return this};return a}var D;if("function"==typeof Object.setPrototypeOf)D=Object.setPrototypeOf;else{var H;a:{var da={u:!0},ea={};try{ea.__proto__=da;H=ea.u;break a}catch(a){}H=!1}D=H?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}var ka=D;function K(){this.i=!1;this.b=null;this.s=void 0;this.a=1;this.o=0;this.h=null}
23
- function L(a){if(a.i)throw new TypeError("Generator is already running");a.i=!0}K.prototype.j=function(a){this.s=a};function M(a,b){a.h={v:b,w:!0};a.a=a.o}K.prototype.return=function(a){this.h={return:a};this.a=this.o};function N(a,b){a.a=3;return{value:b}}function la(a){this.a=new K;this.b=a}function ma(a,b){L(a.a);var c=a.a.b;if(c)return O(a,"return"in c?c["return"]:function(g){return{value:g,done:!0}},b,a.a.return);a.a.return(b);return P(a)}
24
- function O(a,b,c,g){try{var e=b.call(a.a.b,c);if(!(e instanceof Object))throw new TypeError("Iterator result "+e+" is not an object");if(!e.done)return a.a.i=!1,e;var f=e.value}catch(h){return a.a.b=null,M(a.a,h),P(a)}a.a.b=null;g.call(a.a,f);return P(a)}function P(a){for(;a.a.a;)try{var b=a.b(a.a);if(b)return a.a.i=!1,{value:b.value,done:!1}}catch(c){a.a.s=void 0,M(a.a,c)}a.a.i=!1;if(a.a.h){b=a.a.h;a.a.h=null;if(b.w)throw b.v;return{value:b.return,done:!0}}return{value:void 0,done:!0}}
25
- function na(a){this.next=function(b){L(a.a);a.a.b?b=O(a,a.a.b.next,b,a.a.j):(a.a.j(b),b=P(a));return b};this.throw=function(b){L(a.a);a.a.b?b=O(a,a.a.b["throw"],b,a.a.j):(M(a.a,b),b=P(a));return b};this.return=function(b){return ma(a,b)};C();this[Symbol.iterator]=function(){return this}}function Q(a,b){b=new na(new la(b));ka&&ka(b,a.prototype);return b}Array.from||(Array.from=function(a){return[].slice.call(a)});
26
- Object.assign||(Object.assign=function(a){for(var b=[].slice.call(arguments,1),c=0,g;c<b.length;c++)if(g=b[c])for(var e=a,f=Object.keys(g),h=0;h<f.length;h++){var q=f[h];e[q]=g[q]}return a});var oa=setTimeout;function pa(){}function qa(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.c=0;this.m=!1;this.f=void 0;this.g=[];ra(a,this)}function sa(a,b){for(;3===a.c;)a=a.f;0===a.c?a.g.push(b):(a.m=!0,S(function(){var c=1===a.c?b.A:b.B;if(null===c)(1===a.c?T:U)(b.l,a.f);else{try{var g=c(a.f)}catch(e){U(b.l,e);return}T(b.l,g)}}))}
27
- 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.c=3;a.f=b;V(a);return}if("function"===typeof c){ra(qa(c,b),a);return}}a.c=1;a.f=b;V(a)}catch(g){U(a,g)}}function U(a,b){a.c=2;a.f=b;V(a)}
28
- function V(a){2===a.c&&0===a.g.length&&S(function(){a.m||"undefined"!==typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",a.f)});for(var b=0,c=a.g.length;b<c;b++)sa(a,a.g[b]);a.g=null}function ta(a,b,c){this.A="function"===typeof a?a:null;this.B="function"===typeof b?b:null;this.l=c}function ra(a,b){var c=!1;try{a(function(g){c||(c=!0,T(b,g))},function(g){c||(c=!0,U(b,g))})}catch(g){c||(c=!0,U(b,g))}}R.prototype["catch"]=function(a){return this.then(null,a)};
29
- R.prototype.then=function(a,b){var c=new this.constructor(pa);sa(this,new ta(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)})})};
30
- function ua(a){return new R(function(b,c){function g(q,r){try{if(r&&("object"===typeof r||"function"===typeof r)){var w=r.then;if("function"===typeof w){w.call(r,function(z){g(q,z)},c);return}}e[q]=r;0===--f&&b(e)}catch(z){c(z)}}if(!a||"undefined"===typeof a.length)return c(new TypeError("Promise.all accepts an array"));var e=Array.prototype.slice.call(a);if(0===e.length)return b([]);for(var f=e.length,h=0;h<e.length;h++)g(h,e[h])})}
31
- function va(a){return a&&"object"===typeof a&&a.constructor===R?a:new R(function(b){b(a)})}function wa(a){return new R(function(b,c){c(a)})}function xa(a){return new R(function(b,c){if(!a||"undefined"===typeof a.length)return c(new TypeError("Promise.race accepts an array"));for(var g=0,e=a.length;g<e;g++)va(a[g]).then(b,c)})}var S="function"===typeof setImmediate&&function(a){setImmediate(a)}||function(a){oa(a,0)};/*
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=ua;R.race=xa;R.resolve=va;R.reject=wa;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"}};/*
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,g=0,e=""+Math.random(),f="__\u0001symbol@@"+e,h=a.getOwnPropertyNames,q=a.getOwnPropertyDescriptor,r=a.create,w=a.keys,z=a.freeze||a,n=a.defineProperty,ya=a.defineProperties,l=q(a,"getOwnPropertyNames"),u=a.prototype,E=u.hasOwnProperty,za=u.propertyIsEnumerable,Aa=u.toString,fa=function(p,d,k){E.call(p,f)||n(p,f,{enumerable:!1,configurable:!1,writable:!1,value:{}});p[f]["@@"+d]=k},Ba=function(p,d){var k=r(p);h(d).forEach(function(m){I.call(d,
64
- m)&&W(k,m,d[m])});return k},Ca=function(){},ha=function(p){return p!=f&&!E.call(B,p)},F=function(p){return p!=f&&E.call(B,p)},I=function(p){var d=""+p;return F(d)?E.call(this,d)&&this[f]["@@"+d]:za.call(this,p)},ia=function(p){n(u,p,{enumerable:!1,configurable:!0,get:Ca,set:function(d){X(this,p,{enumerable:!1,configurable:!0,writable:!0,value:d});fa(this,p,!0)}});return z(B[p]=n(a(p),"constructor",Da))},J=function k(d){if(this instanceof k)throw new TypeError("Symbol is not a constructor");return ia("__\u0001symbol:".concat(d||
65
- "",e,++g))},B=r(null),Da={value:J},Ea=function(d){return B[d]},W=function(d,k,m){var x=""+k;if(F(x)){k=X;if(m.enumerable){var G=r(m);G.enumerable=!1}else G=m;k(d,x,G);fa(d,x,!!m.enumerable)}else n(d,k,m);return d},ja=function(d){return h(d).filter(F).map(Ea)};l.value=W;n(a,"defineProperty",l);l.value=ja;n(a,b,l);l.value=function(d){return h(d).filter(ha)};n(a,"getOwnPropertyNames",l);l.value=function(d,k){var m=ja(k);m.length?w(k).concat(m).forEach(function(x){I.call(k,x)&&W(d,x,k[x])}):ya(d,k);return d};
66
- n(a,"defineProperties",l);l.value=I;n(u,"propertyIsEnumerable",l);l.value=J;n(c,"Symbol",l);l.value=function(d){d="__\u0001symbol:".concat("__\u0001symbol:",d,e);return d in u?B[d]:ia(d)};n(J,"for",l);l.value=function(d){if(ha(d))throw new TypeError(d+" is not a symbol");if(E.call(B,d)&&(d=d.slice(10),"__\u0001symbol:"===d.slice(0,10)&&(d=d.slice(10),d!==e)))return d=d.slice(0,d.length-e.length),0<d.length?d:void 0};n(J,"keyFor",l);l.value=function(d,k){var m=q(d,k);m&&F(k)&&(m.enumerable=I.call(d,
67
- k));return m};n(a,"getOwnPropertyDescriptor",l);l.value=function(d,k){return 1===arguments.length||"undefined"===typeof k?r(d):Ba(d,k)};n(a,"create",l);l.value=function(){var d=Aa.call(this);return"[object String]"===d&&F(this)?"[object Symbol]":d};n(u,"toString",l);try{if(!0===r(n({},"__\u0001symbol:",{get:function(){return n(this,"__\u0001symbol:",{value:!0})["__\u0001symbol:"]}}))["__\u0001symbol:"])var X=n;else throw"IE11";}catch(d){X=function(k,m,x){var G=q(u,m);delete u[m];n(k,m,x);n(u,m,G)}}}})(Object,
68
- "getOwnPropertySymbols");(function(a,b){var c=a.defineProperty,g=a.prototype,e=g.toString,f;"iterator match replace search split hasInstance isConcatSpreadable unscopables species toPrimitive toStringTag".split(" ").forEach(function(h){if(!(h in b))switch(c(b,h,{value:b(h)}),h){case "toStringTag":f=a.getOwnPropertyDescriptor(g,"toString"),f.value=function(){var q=e.call(this),r=null!=this?this[b.toStringTag]:this;return null==r?q:"[object "+r+"]"},c(g,"toString",f)}})})(Object,Symbol);
69
- (function(a,b,c){function g(){return this}b[a]||(b[a]=function(){var e=0,f=this,h={next:function(){var q=f.length<=e;return q?{done:q}:{done:q,value:f[e++]}}};h[a]=g;return h});c[a]||(c[a]=function(){var e=String.fromCodePoint,f=this,h=0,q=f.length,r={next:function(){var w=q<=h,z=w?"":e(f.codePointAt(h));h+=z.length;return w?{done:w}:{done:w,value:z}}};r[a]=g;return r})})(Symbol.iterator,Array.prototype,String.prototype);/*
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 Fa=Object.prototype.toString;Object.prototype.toString=function(){return void 0===this?"[object Undefined]":null===this?"[object Null]":Fa.call(this)};Object.keys=function(a){return Object.getOwnPropertyNames(a).filter(function(b){return(b=Object.getOwnPropertyDescriptor(a,b))&&b.enumerable})};y();C();
80
- String.prototype[Symbol.iterator]&&String.prototype.codePointAt||(y(),C(),String.prototype[Symbol.iterator]=function b(){var c,g=this;return Q(b,function(e){1==e.a&&(c=0);if(3!=e.a)return c<g.length?e=N(e,g[c]):(e.a=0,e=void 0),e;c++;e.a=2})});y();C();Set.prototype[Symbol.iterator]||(y(),C(),Set.prototype[Symbol.iterator]=function b(){var c,g=this,e;return Q(b,function(f){1==f.a&&(c=[],g.forEach(function(h){c.push(h)}),e=0);if(3!=f.a)return e<c.length?f=N(f,c[e]):(f.a=0,f=void 0),f;e++;f.a=2})});
81
- y();C();Map.prototype[Symbol.iterator]||(y(),C(),Map.prototype[Symbol.iterator]=function b(){var c,g=this,e;return Q(b,function(f){1==f.a&&(c=[],g.forEach(function(h,q){c.push([q,h])}),e=0);if(3!=f.a)return e<c.length?f=N(f,c[e]):(f.a=0,f=void 0),f;e++;f.a=2})});/*
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