@ui5/webcomponents-base 0.0.0-32b659ddc → 0.0.0-33e059bcd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +9 -3
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +1264 -0
- package/README.md +58 -7
- package/bundle.esm.js +36 -22
- package/config/wdio.conf.cjs +400 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/AssetRegistry.d.ts +5 -0
- package/dist/AssetRegistry.js +6 -9
- package/dist/AssetRegistry.js.map +1 -0
- package/dist/Boot.d.ts +9 -0
- package/dist/Boot.js +71 -0
- package/dist/Boot.js.map +1 -0
- package/dist/CSP.d.ts +30 -0
- package/dist/CSP.js +51 -0
- package/dist/CSP.js.map +1 -0
- package/dist/CustomElementsRegistry.d.ts +5 -0
- package/dist/CustomElementsRegistry.js +78 -0
- package/dist/CustomElementsRegistry.js.map +1 -0
- package/dist/CustomElementsScope.d.ts +7 -0
- package/dist/CustomElementsScope.js +11 -0
- package/dist/CustomElementsScope.js.map +1 -0
- package/dist/CustomElementsScopeUtils.d.ts +62 -0
- package/dist/CustomElementsScopeUtils.js +102 -0
- package/dist/CustomElementsScopeUtils.js.map +1 -0
- package/dist/DOMObserver.d.ts +11 -0
- package/dist/DOMObserver.js +23 -0
- package/dist/DOMObserver.js.map +1 -0
- package/dist/Device.d.ts +13 -0
- package/dist/Device.js +167 -815
- package/dist/Device.js.map +1 -0
- package/dist/EventProvider.d.ts +25 -0
- package/dist/EventProvider.js +67 -70
- package/dist/EventProvider.js.map +1 -0
- package/dist/FeaturesRegistry.d.ts +3 -0
- package/dist/FeaturesRegistry.js +5 -7
- package/dist/FeaturesRegistry.js.map +1 -0
- package/dist/FontFace.d.ts +2 -0
- package/dist/FontFace.js +21 -69
- package/dist/FontFace.js.map +1 -0
- package/dist/IgnoreCustomElements.d.ts +27 -0
- package/dist/IgnoreCustomElements.js +39 -0
- package/dist/IgnoreCustomElements.js.map +1 -0
- package/dist/InitialConfiguration.d.ts +28 -0
- package/dist/InitialConfiguration.js +135 -104
- package/dist/InitialConfiguration.js.map +1 -0
- package/dist/Keys.d.ts +61 -0
- package/dist/Keys.js +181 -0
- package/dist/Keys.js.map +1 -0
- package/dist/ManagedStyles.d.ts +9 -0
- package/dist/ManagedStyles.js +157 -0
- package/dist/ManagedStyles.js.map +1 -0
- package/dist/MarkedEvents.d.ts +9 -0
- package/dist/MarkedEvents.js +15 -0
- package/dist/MarkedEvents.js.map +1 -0
- package/dist/MediaRange.d.ts +31 -0
- package/dist/MediaRange.js +88 -0
- package/dist/MediaRange.js.map +1 -0
- package/dist/PropertiesFileFormat.d.ts +8 -0
- package/dist/PropertiesFileFormat.js +85 -0
- package/dist/PropertiesFileFormat.js.map +1 -0
- package/dist/Render.d.ts +47 -0
- package/dist/Render.js +143 -0
- package/dist/Render.js.map +1 -0
- package/dist/RenderQueue.d.ts +19 -0
- package/dist/RenderQueue.js +53 -39
- package/dist/RenderQueue.js.map +1 -0
- package/dist/Runtimes.d.ts +27 -0
- package/dist/Runtimes.js +86 -0
- package/dist/Runtimes.js.map +1 -0
- package/dist/StaticArea.d.ts +3 -0
- package/dist/StaticArea.js +4 -38
- package/dist/StaticArea.js.map +1 -0
- package/dist/StaticAreaItem.d.ts +35 -0
- package/dist/StaticAreaItem.js +94 -84
- package/dist/StaticAreaItem.js.map +1 -0
- package/dist/SystemCSSVars.d.ts +2 -0
- package/dist/SystemCSSVars.js +9 -0
- package/dist/SystemCSSVars.js.map +1 -0
- package/dist/Theming.d.ts +3 -0
- package/dist/Theming.js +4 -55
- package/dist/Theming.js.map +1 -0
- package/dist/UI5Element.d.ts +384 -0
- package/dist/UI5Element.js +960 -854
- package/dist/UI5Element.js.map +1 -0
- package/dist/UI5ElementMetadata.d.ts +143 -0
- package/dist/UI5ElementMetadata.js +281 -152
- package/dist/UI5ElementMetadata.js.map +1 -0
- package/dist/animations/AnimationQueue.d.ts +8 -0
- package/dist/animations/AnimationQueue.js +31 -38
- package/dist/animations/AnimationQueue.js.map +1 -0
- package/dist/animations/animate.d.ts +14 -0
- package/dist/animations/animate.js +46 -51
- package/dist/animations/animate.js.map +1 -0
- package/dist/animations/scroll.d.ts +5 -0
- package/dist/animations/scroll.js +18 -27
- package/dist/animations/scroll.js.map +1 -0
- package/dist/animations/slideDown.d.ts +5 -0
- package/dist/animations/slideDown.js +53 -78
- package/dist/animations/slideDown.js.map +1 -0
- package/dist/animations/slideUp.d.ts +5 -0
- package/dist/animations/slideUp.js +49 -70
- package/dist/animations/slideUp.js.map +1 -0
- package/dist/asset-registries/Icons.d.ts +39 -0
- package/dist/asset-registries/Icons.js +136 -24
- package/dist/asset-registries/Icons.js.map +1 -0
- package/dist/asset-registries/Illustrations.d.ts +18 -0
- package/dist/asset-registries/Illustrations.js +76 -0
- package/dist/asset-registries/Illustrations.js.map +1 -0
- package/dist/asset-registries/LocaleData.d.ts +7 -0
- package/dist/asset-registries/LocaleData.js +126 -98
- package/dist/asset-registries/LocaleData.js.map +1 -0
- package/dist/asset-registries/Themes.d.ts +12 -0
- package/dist/asset-registries/Themes.js +59 -66
- package/dist/asset-registries/Themes.js.map +1 -0
- package/dist/asset-registries/i18n.d.ts +23 -0
- package/dist/asset-registries/i18n.js +85 -57
- package/dist/asset-registries/i18n.js.map +1 -0
- package/dist/asset-registries/util/IconCollectionsAlias.d.ts +30 -0
- package/dist/asset-registries/util/IconCollectionsAlias.js +37 -0
- package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -0
- package/dist/asset-registries/util/IconCollectionsByTheme.d.ts +20 -0
- package/dist/asset-registries/util/IconCollectionsByTheme.js +42 -0
- package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -0
- package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +13 -0
- package/dist/asset-registries/util/getIconCollectionByTheme.js +29 -0
- package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -0
- package/dist/config/AnimationMode.d.ts +14 -0
- package/dist/config/AnimationMode.js +23 -10
- package/dist/config/AnimationMode.js.map +1 -0
- package/dist/config/CalendarType.d.ts +15 -0
- package/dist/config/CalendarType.js +32 -19
- package/dist/config/CalendarType.js.map +1 -0
- package/dist/config/FormatSettings.d.ts +15 -0
- package/dist/config/FormatSettings.js +15 -9
- package/dist/config/FormatSettings.js.map +1 -0
- package/dist/config/Icons.d.ts +40 -0
- package/dist/config/Icons.js +44 -0
- package/dist/config/Icons.js.map +1 -0
- package/dist/config/Language.d.ts +40 -0
- package/dist/config/Language.js +66 -10
- package/dist/config/Language.js.map +1 -0
- package/dist/config/NoConflict.d.ts +20 -0
- package/dist/config/NoConflict.js +41 -41
- package/dist/config/NoConflict.js.map +1 -0
- package/dist/config/RTL.d.ts +7 -0
- package/dist/config/RTL.js +26 -20
- package/dist/config/RTL.js.map +1 -0
- package/dist/config/Theme.d.ts +38 -0
- package/dist/config/Theme.js +65 -23
- package/dist/config/Theme.js.map +1 -0
- package/dist/config/ThemeRoot.d.ts +29 -0
- package/dist/config/ThemeRoot.js +59 -0
- package/dist/config/ThemeRoot.js.map +1 -0
- package/dist/config/Timezone.d.ts +17 -0
- package/dist/config/Timezone.js +30 -0
- package/dist/config/Timezone.js.map +1 -0
- package/dist/connectToComponent.d.ts +9 -0
- package/dist/connectToComponent.js +59 -0
- package/dist/connectToComponent.js.map +1 -0
- package/dist/css/BusyIndicator.css +80 -0
- package/dist/css/FontFace.css +96 -0
- package/dist/css/OverrideFontFace.css +32 -0
- package/dist/css/SystemCSSVars.css +17 -0
- package/dist/custom-elements-internal.json +2765 -0
- package/dist/custom-elements.json +2528 -0
- package/dist/decorators/customElement.d.ts +23 -0
- package/dist/decorators/customElement.js +37 -0
- package/dist/decorators/customElement.js.map +1 -0
- package/dist/decorators/event.d.ts +13 -0
- package/dist/decorators/event.js +24 -0
- package/dist/decorators/event.js.map +1 -0
- package/dist/decorators/property.d.ts +9 -0
- package/dist/decorators/property.js +24 -0
- package/dist/decorators/property.js.map +1 -0
- package/dist/decorators/slot.d.ts +9 -0
- package/dist/decorators/slot.js +37 -0
- package/dist/decorators/slot.js.map +1 -0
- package/dist/delegate/ItemNavigation.d.ts +114 -0
- package/dist/delegate/ItemNavigation.js +311 -274
- package/dist/delegate/ItemNavigation.js.map +1 -0
- package/dist/delegate/ResizeHandler.d.ts +23 -0
- package/dist/delegate/ResizeHandler.js +82 -63
- package/dist/delegate/ResizeHandler.js.map +1 -0
- package/dist/delegate/ScrollEnablement.d.ts +49 -0
- package/dist/delegate/ScrollEnablement.js +159 -100
- package/dist/delegate/ScrollEnablement.js.map +1 -0
- package/dist/features/F6Navigation.d.ts +19 -0
- package/dist/features/F6Navigation.js +151 -0
- package/dist/features/F6Navigation.js.map +1 -0
- package/dist/features/LegacyDateFormats.d.ts +18 -0
- package/dist/features/LegacyDateFormats.js +20 -0
- package/dist/features/LegacyDateFormats.js.map +1 -0
- package/dist/features/OpenUI5Element.d.ts +9 -0
- package/dist/features/OpenUI5Element.js +5 -0
- package/dist/features/OpenUI5Element.js.map +1 -0
- package/dist/features/OpenUI5Enablement.d.ts +11 -0
- package/dist/features/OpenUI5Enablement.js +96 -0
- package/dist/features/OpenUI5Enablement.js.map +1 -0
- package/dist/features/OpenUI5Support.d.ts +36 -0
- package/dist/features/OpenUI5Support.js +152 -73
- package/dist/features/OpenUI5Support.js.map +1 -0
- package/dist/generated/AssetParameters.d.ts +6 -0
- package/dist/generated/AssetParameters.js +8 -0
- package/dist/generated/AssetParameters.js.map +1 -0
- package/dist/generated/VersionInfo.d.ts +10 -0
- package/dist/generated/VersionInfo.js +11 -0
- package/dist/generated/VersionInfo.js.map +1 -0
- package/dist/generated/css/BusyIndicator.css.d.ts +3 -0
- package/dist/generated/css/BusyIndicator.css.js +7 -0
- package/dist/generated/css/BusyIndicator.css.js.map +1 -0
- package/dist/generated/css/FontFace.css.d.ts +3 -0
- package/dist/generated/css/FontFace.css.js +7 -0
- package/dist/generated/css/FontFace.css.js.map +1 -0
- package/dist/generated/css/OverrideFontFace.css.d.ts +3 -0
- package/dist/generated/css/OverrideFontFace.css.js +7 -0
- package/dist/generated/css/OverrideFontFace.css.js.map +1 -0
- package/dist/generated/css/SystemCSSVars.css.d.ts +3 -0
- package/dist/generated/css/SystemCSSVars.css.js +7 -0
- package/dist/generated/css/SystemCSSVars.css.js.map +1 -0
- package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js +9 -0
- package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +1 -0
- package/dist/getSharedResource.d.ts +11 -0
- package/dist/getSharedResource.js +40 -0
- package/dist/getSharedResource.js.map +1 -0
- package/dist/global.d.ts +40 -0
- package/dist/i18nBundle.d.ts +41 -0
- package/dist/i18nBundle.js +71 -30
- package/dist/i18nBundle.js.map +1 -0
- package/dist/locale/Locale.d.ts +22 -0
- package/dist/locale/Locale.js +79 -0
- package/dist/locale/Locale.js.map +1 -0
- package/dist/locale/RTLAwareRegistry.d.ts +4 -0
- package/dist/locale/RTLAwareRegistry.js +9 -0
- package/dist/locale/RTLAwareRegistry.js.map +1 -0
- package/dist/locale/applyDirection.d.ts +10 -0
- package/dist/locale/applyDirection.js +17 -0
- package/dist/locale/applyDirection.js.map +1 -0
- package/dist/locale/directionChange.d.ts +15 -0
- package/dist/locale/directionChange.js +24 -0
- package/dist/locale/directionChange.js.map +1 -0
- package/dist/locale/getEffectiveDir.d.ts +2 -0
- package/dist/locale/getEffectiveDir.js +24 -0
- package/dist/locale/getEffectiveDir.js.map +1 -0
- package/dist/locale/getLocale.d.ts +7 -0
- package/dist/locale/getLocale.js +38 -0
- package/dist/locale/getLocale.js.map +1 -0
- package/dist/locale/languageChange.d.ts +5 -0
- package/dist/locale/languageChange.js +14 -0
- package/dist/locale/languageChange.js.map +1 -0
- package/dist/locale/nextFallbackLocale.d.ts +8 -0
- package/dist/locale/nextFallbackLocale.js +24 -0
- package/dist/locale/nextFallbackLocale.js.map +1 -0
- package/dist/locale/normalizeLocale.d.ts +7 -0
- package/dist/locale/normalizeLocale.js +47 -0
- package/dist/locale/normalizeLocale.js.map +1 -0
- package/dist/renderer/LitRenderer.d.ts +14 -0
- package/dist/renderer/LitRenderer.js +38 -12
- package/dist/renderer/LitRenderer.js.map +1 -0
- package/dist/renderer/directives/style-map.js +72 -0
- package/dist/renderer/executeTemplate.d.ts +13 -0
- package/dist/renderer/executeTemplate.js +30 -0
- package/dist/renderer/executeTemplate.js.map +1 -0
- package/dist/sap/base/Log.js +750 -0
- package/dist/sap/base/assert.js +34 -0
- package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
- package/dist/sap/base/security/URLListValidator.js +406 -0
- package/dist/sap/base/security/encodeCSS.js +40 -0
- package/dist/sap/base/security/encodeXML.js +53 -0
- package/dist/sap/base/security/sanitizeHTML.js +38 -0
- package/dist/sap/base/strings/toHex.js +33 -0
- package/dist/sap/base/util/now.js +28 -0
- package/dist/sap/base/util/uid.js +27 -0
- package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +3600 -0
- package/dist/ssr-dom-shim.d.ts +1 -0
- package/dist/ssr-dom-shim.js +12 -0
- package/dist/ssr-dom-shim.js.map +1 -0
- package/dist/ssr-dom.d.ts +0 -0
- package/dist/ssr-dom.js +3 -0
- package/dist/ssr-dom.js.map +1 -0
- package/dist/theming/CustomStyle.d.ts +6 -0
- package/dist/theming/CustomStyle.js +46 -17
- package/dist/theming/CustomStyle.js.map +1 -0
- package/dist/theming/ThemeLoaded.d.ts +5 -0
- package/dist/theming/ThemeLoaded.js +14 -0
- package/dist/theming/ThemeLoaded.js.map +1 -0
- package/dist/theming/ThemeRegistered.d.ts +4 -0
- package/dist/theming/ThemeRegistered.js +11 -0
- package/dist/theming/ThemeRegistered.js.map +1 -0
- package/dist/theming/applyTheme.d.ts +2 -0
- package/dist/theming/applyTheme.js +76 -0
- package/dist/theming/applyTheme.js.map +1 -0
- package/dist/theming/getConstructableStyle.d.ts +9 -0
- package/dist/theming/getConstructableStyle.js +25 -0
- package/dist/theming/getConstructableStyle.js.map +1 -0
- package/dist/theming/getEffectiveLinksHrefs.d.ts +3 -0
- package/dist/theming/getEffectiveLinksHrefs.js +17 -0
- package/dist/theming/getEffectiveLinksHrefs.js.map +1 -0
- package/dist/theming/getEffectiveStyle.d.ts +3 -0
- package/dist/theming/getEffectiveStyle.js +32 -0
- package/dist/theming/getEffectiveStyle.js.map +1 -0
- package/dist/theming/getStylesString.d.ts +3 -0
- package/dist/theming/getStylesString.js +11 -0
- package/dist/theming/getStylesString.js.map +1 -0
- package/dist/theming/getThemeDesignerTheme.d.ts +7 -0
- package/dist/theming/getThemeDesignerTheme.js +80 -0
- package/dist/theming/getThemeDesignerTheme.js.map +1 -0
- package/dist/theming/preloadLinks.d.ts +3 -0
- package/dist/theming/preloadLinks.js +19 -0
- package/dist/theming/preloadLinks.js.map +1 -0
- package/dist/thirdparty/_merge.d.ts +2 -0
- package/dist/thirdparty/_merge.js +35 -0
- package/dist/thirdparty/_merge.js.map +1 -0
- package/dist/thirdparty/isPlainObject.d.ts +2 -0
- package/dist/thirdparty/isPlainObject.js +19 -0
- package/dist/thirdparty/isPlainObject.js.map +1 -0
- package/dist/thirdparty/merge.d.ts +2 -0
- package/dist/thirdparty/merge.js +6 -0
- package/dist/thirdparty/merge.js.map +1 -0
- package/dist/types/AnimationMode.d.ts +24 -0
- package/dist/types/AnimationMode.js +25 -6
- package/dist/types/AnimationMode.js.map +1 -0
- package/dist/types/CSSColor.d.ts +11 -0
- package/dist/types/CSSColor.js +14 -0
- package/dist/types/CSSColor.js.map +1 -0
- package/dist/types/CSSSize.d.ts +11 -0
- package/dist/types/CSSSize.js +10 -5
- package/dist/types/CSSSize.js.map +1 -0
- package/dist/types/CalendarType.d.ts +28 -0
- package/dist/types/CalendarType.js +30 -0
- package/dist/types/CalendarType.js.map +1 -0
- package/dist/types/DOMReference.d.ts +13 -0
- package/dist/types/DOMReference.js +21 -0
- package/dist/types/DOMReference.js.map +1 -0
- package/dist/types/DataType.d.ts +20 -0
- package/dist/types/DataType.js +31 -17
- package/dist/types/DataType.js.map +1 -0
- package/dist/types/Float.d.ts +14 -0
- package/dist/types/Float.js +18 -0
- package/dist/types/Float.js.map +1 -0
- package/dist/types/Integer.d.ts +14 -0
- package/dist/types/Integer.js +14 -5
- package/dist/types/Integer.js.map +1 -0
- package/dist/types/InvisibleMessageMode.d.ts +20 -0
- package/dist/types/InvisibleMessageMode.js +20 -0
- package/dist/types/InvisibleMessageMode.js.map +1 -0
- package/dist/types/ItemNavigationBehavior.d.ts +18 -0
- package/dist/types/ItemNavigationBehavior.js +16 -17
- package/dist/types/ItemNavigationBehavior.js.map +1 -0
- package/dist/types/NavigationMode.d.ts +24 -0
- package/dist/types/NavigationMode.js +25 -5
- package/dist/types/NavigationMode.js.map +1 -0
- package/dist/types/ValueState.d.ts +28 -0
- package/dist/types/ValueState.js +27 -19
- package/dist/types/ValueState.js.map +1 -0
- package/dist/types.d.ts +18 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/updateShadowRoot.d.ts +8 -0
- package/dist/updateShadowRoot.js +42 -0
- package/dist/updateShadowRoot.js.map +1 -0
- package/dist/util/AriaLabelHelper.d.ts +15 -0
- package/dist/util/AriaLabelHelper.js +171 -0
- package/dist/util/AriaLabelHelper.js.map +1 -0
- package/dist/util/Caret.d.ts +7 -0
- package/dist/util/Caret.js +23 -0
- package/dist/util/Caret.js.map +1 -0
- package/dist/util/ColorConversion.d.ts +30 -0
- package/dist/util/ColorConversion.js +342 -0
- package/dist/util/ColorConversion.js.map +1 -0
- package/dist/util/FetchHelper.d.ts +3 -0
- package/dist/util/FetchHelper.js +19 -25
- package/dist/util/FetchHelper.js.map +1 -0
- package/dist/util/FocusableElements.d.ts +4 -0
- package/dist/util/FocusableElements.js +68 -56
- package/dist/util/FocusableElements.js.map +1 -0
- package/dist/util/HTMLSanitizer.d.ts +3 -0
- package/dist/util/HTMLSanitizer.js +6 -0
- package/dist/util/HTMLSanitizer.js.map +1 -0
- package/dist/util/InvisibleMessage.d.ts +10 -0
- package/dist/util/InvisibleMessage.js +56 -0
- package/dist/util/InvisibleMessage.js.map +1 -0
- package/dist/util/PopupUtils.d.ts +7 -0
- package/dist/util/PopupUtils.js +74 -0
- package/dist/util/PopupUtils.js.map +1 -0
- package/dist/util/SlotsHelper.d.ts +9 -0
- package/dist/util/SlotsHelper.js +30 -0
- package/dist/util/SlotsHelper.js.map +1 -0
- package/dist/util/StringHelper.d.ts +3 -0
- package/dist/util/StringHelper.js +17 -20
- package/dist/util/StringHelper.js.map +1 -0
- package/dist/util/TabbableElements.d.ts +17 -0
- package/dist/util/TabbableElements.js +53 -40
- package/dist/util/TabbableElements.js.map +1 -0
- package/dist/util/arraysAreEqual.d.ts +2 -0
- package/dist/util/arraysAreEqual.js +13 -0
- package/dist/util/arraysAreEqual.js.map +1 -0
- package/dist/util/clamp.d.ts +9 -0
- package/dist/util/clamp.js +12 -0
- package/dist/util/clamp.js.map +1 -0
- package/dist/util/createLinkInHead.d.ts +7 -0
- package/dist/util/createLinkInHead.js +21 -0
- package/dist/util/createLinkInHead.js.map +1 -0
- package/dist/util/createStyleInHead.d.ts +8 -0
- package/dist/util/createStyleInHead.js +10 -10
- package/dist/util/createStyleInHead.js.map +1 -0
- package/dist/util/debounce.d.ts +2 -0
- package/dist/util/debounce.js +15 -0
- package/dist/util/debounce.js.map +1 -0
- package/dist/util/detectNavigatorLanguage.d.ts +2 -0
- package/dist/util/detectNavigatorLanguage.js +14 -10
- package/dist/util/detectNavigatorLanguage.js.map +1 -0
- package/dist/util/escapeRegex.d.ts +8 -0
- package/dist/util/escapeRegex.js +11 -0
- package/dist/util/escapeRegex.js.map +1 -0
- package/dist/util/formatMessage.d.ts +2 -0
- package/dist/util/formatMessage.js +15 -19
- package/dist/util/formatMessage.js.map +1 -0
- package/dist/util/generateHighlightedMarkup.d.ts +9 -0
- package/dist/util/generateHighlightedMarkup.js +41 -0
- package/dist/util/generateHighlightedMarkup.js.map +1 -0
- package/dist/util/getActiveElement.d.ts +2 -0
- package/dist/util/getActiveElement.js +9 -0
- package/dist/util/getActiveElement.js.map +1 -0
- package/dist/util/getClassCopy.d.ts +419 -0
- package/dist/util/getClassCopy.js +10 -0
- package/dist/util/getClassCopy.js.map +1 -0
- package/dist/util/getDesigntimePropertyAsArray.d.ts +2 -0
- package/dist/util/getDesigntimePropertyAsArray.js +5 -3
- package/dist/util/getDesigntimePropertyAsArray.js.map +1 -0
- package/dist/util/getEffectiveContentDensity.d.ts +2 -0
- package/dist/util/getEffectiveContentDensity.js +4 -0
- package/dist/util/getEffectiveContentDensity.js.map +1 -0
- package/dist/util/getEffectiveScrollbarStyle.d.ts +2 -0
- package/dist/util/getEffectiveScrollbarStyle.js +4 -0
- package/dist/util/getEffectiveScrollbarStyle.js.map +1 -0
- package/dist/util/getFastNavigationGroups.d.ts +2 -0
- package/dist/util/getFastNavigationGroups.js +51 -0
- package/dist/util/getFastNavigationGroups.js.map +1 -0
- package/dist/util/getFileExtension.d.ts +12 -0
- package/dist/util/getFileExtension.js +19 -0
- package/dist/util/getFileExtension.js.map +1 -0
- package/dist/util/getNormalizedTarget.d.ts +7 -0
- package/dist/util/getNormalizedTarget.js +14 -0
- package/dist/util/getNormalizedTarget.js.map +1 -0
- package/dist/util/getParentElement.d.ts +2 -0
- package/dist/util/getParentElement.js +5 -0
- package/dist/util/getParentElement.js.map +1 -0
- package/dist/util/getSingletonElementInstance.d.ts +11 -0
- package/dist/util/getSingletonElementInstance.js +19 -0
- package/dist/util/getSingletonElementInstance.js.map +1 -0
- package/dist/util/isElementClickable.d.ts +2 -0
- package/dist/util/isElementClickable.js +16 -0
- package/dist/util/isElementClickable.js.map +1 -0
- package/dist/util/isElementContainingBlock.d.ts +2 -0
- package/dist/util/isElementContainingBlock.js +11 -0
- package/dist/util/isElementContainingBlock.js.map +1 -0
- package/dist/util/isElementHidden.d.ts +2 -0
- package/dist/util/isElementHidden.js +8 -0
- package/dist/util/isElementHidden.js.map +1 -0
- package/dist/util/isElementInView.d.ts +6 -0
- package/dist/util/isElementInView.js +12 -0
- package/dist/util/isElementInView.js.map +1 -0
- package/dist/util/isElementTabbable.d.ts +9 -0
- package/dist/util/isElementTabbable.js +30 -0
- package/dist/util/isElementTabbable.js.map +1 -0
- package/dist/util/isValidPropertyName.d.ts +8 -0
- package/dist/util/isValidPropertyName.js +20 -12
- package/dist/util/isValidPropertyName.js.map +1 -0
- package/dist/util/whenDOMReady.d.ts +2 -0
- package/dist/util/whenDOMReady.js +11 -10
- package/dist/util/whenDOMReady.js.map +1 -0
- package/dist/util/willShowContent.d.ts +2 -0
- package/dist/util/willShowContent.js +7 -0
- package/dist/util/willShowContent.js.map +1 -0
- package/dist/validateThemeRoot.d.ts +2 -0
- package/dist/validateThemeRoot.js +48 -0
- package/dist/validateThemeRoot.js.map +1 -0
- package/index.js +228 -2
- package/lib/generate-asset-parameters/index.js +27 -0
- package/lib/generate-styles/index.js +31 -0
- package/lib/generate-version-info/index.js +32 -0
- package/package-scripts.cjs +65 -0
- package/package.json +30 -14
- package/src/css/BusyIndicator.css +80 -0
- package/src/css/FontFace.css +96 -0
- package/src/css/OverrideFontFace.css +32 -0
- package/src/css/SystemCSSVars.css +17 -0
- package/src/renderer/directives/style-map.js +72 -0
- package/tsconfig.json +18 -0
- package/used-modules.txt +14 -0
- package/bundle.es5.js +0 -28
- package/config/rollup.config.js +0 -1
- package/config/wdio.conf.js +0 -1
- package/dist/Assets.js +0 -2
- package/dist/CSS.js +0 -48
- package/dist/FormatSettings.js +0 -31
- package/dist/Locale.js +0 -101
- package/dist/LocaleProvider.js +0 -34
- package/dist/RenderScheduler.js +0 -165
- package/dist/ResourceLoaderOverrides.js +0 -38
- package/dist/SVGIconRegistry.js +0 -54
- package/dist/animations/config.js +0 -5
- package/dist/boot.js +0 -32
- package/dist/compatibility/DOMObserver.js +0 -62
- package/dist/compatibility/patchNodeValue.js +0 -24
- package/dist/compatibility/whenPolyfillLoaded.js +0 -26
- package/dist/dates/CalendarDate.js +0 -203
- package/dist/dates/CalendarType.js +0 -22
- package/dist/dates/CalendarUtils.js +0 -99
- package/dist/delegate/CustomResize.js +0 -78
- package/dist/delegate/NativeResize.js +0 -44
- package/dist/events/PseudoEvents.js +0 -58
- package/dist/features/browsersupport/Edge.js +0 -6
- package/dist/features/browsersupport/IE11.js +0 -41
- package/dist/features/calendar/Buddhist.js +0 -1
- package/dist/features/calendar/Islamic.js +0 -1
- package/dist/features/calendar/Japanese.js +0 -1
- package/dist/features/calendar/Persian.js +0 -1
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ar.json +0 -5906
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ar_EG.json +0 -5906
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ar_SA.json +0 -5906
- package/dist/generated/assets/cldr/sap/ui/core/cldr/bg.json +0 -4979
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ca.json +0 -4996
- package/dist/generated/assets/cldr/sap/ui/core/cldr/cs.json +0 -5498
- package/dist/generated/assets/cldr/sap/ui/core/cldr/da.json +0 -4888
- package/dist/generated/assets/cldr/sap/ui/core/cldr/de.json +0 -4916
- package/dist/generated/assets/cldr/sap/ui/core/cldr/de_AT.json +0 -4917
- package/dist/generated/assets/cldr/sap/ui/core/cldr/de_CH.json +0 -4915
- package/dist/generated/assets/cldr/sap/ui/core/cldr/el.json +0 -4883
- package/dist/generated/assets/cldr/sap/ui/core/cldr/el_CY.json +0 -4883
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en.json +0 -4970
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_AU.json +0 -4962
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_GB.json +0 -4971
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_HK.json +0 -4977
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_IE.json +0 -4971
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_IN.json +0 -4972
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_NZ.json +0 -4971
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_PG.json +0 -4972
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_SG.json +0 -4973
- package/dist/generated/assets/cldr/sap/ui/core/cldr/en_ZA.json +0 -4972
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es.json +0 -4912
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es_AR.json +0 -4914
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es_BO.json +0 -4913
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es_CL.json +0 -4914
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es_CO.json +0 -4913
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es_MX.json +0 -4915
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es_PE.json +0 -4913
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es_UY.json +0 -4915
- package/dist/generated/assets/cldr/sap/ui/core/cldr/es_VE.json +0 -4914
- package/dist/generated/assets/cldr/sap/ui/core/cldr/et.json +0 -4967
- package/dist/generated/assets/cldr/sap/ui/core/cldr/fa.json +0 -4883
- package/dist/generated/assets/cldr/sap/ui/core/cldr/fi.json +0 -5008
- package/dist/generated/assets/cldr/sap/ui/core/cldr/fr.json +0 -4979
- package/dist/generated/assets/cldr/sap/ui/core/cldr/fr_BE.json +0 -4979
- package/dist/generated/assets/cldr/sap/ui/core/cldr/fr_CA.json +0 -4973
- package/dist/generated/assets/cldr/sap/ui/core/cldr/fr_CH.json +0 -4997
- package/dist/generated/assets/cldr/sap/ui/core/cldr/fr_LU.json +0 -4979
- package/dist/generated/assets/cldr/sap/ui/core/cldr/he.json +0 -5378
- package/dist/generated/assets/cldr/sap/ui/core/cldr/hi.json +0 -4829
- package/dist/generated/assets/cldr/sap/ui/core/cldr/hr.json +0 -4919
- package/dist/generated/assets/cldr/sap/ui/core/cldr/hu.json +0 -4856
- package/dist/generated/assets/cldr/sap/ui/core/cldr/id.json +0 -4658
- package/dist/generated/assets/cldr/sap/ui/core/cldr/it.json +0 -4950
- package/dist/generated/assets/cldr/sap/ui/core/cldr/it_CH.json +0 -4950
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ja.json +0 -4830
- package/dist/generated/assets/cldr/sap/ui/core/cldr/kk.json +0 -4725
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ko.json +0 -4738
- package/dist/generated/assets/cldr/sap/ui/core/cldr/lt.json +0 -5481
- package/dist/generated/assets/cldr/sap/ui/core/cldr/lv.json +0 -5112
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ms.json +0 -4515
- package/dist/generated/assets/cldr/sap/ui/core/cldr/nb.json +0 -4977
- package/dist/generated/assets/cldr/sap/ui/core/cldr/nl.json +0 -4884
- package/dist/generated/assets/cldr/sap/ui/core/cldr/nl_BE.json +0 -4884
- package/dist/generated/assets/cldr/sap/ui/core/cldr/pl.json +0 -5176
- package/dist/generated/assets/cldr/sap/ui/core/cldr/pt.json +0 -4805
- package/dist/generated/assets/cldr/sap/ui/core/cldr/pt_PT.json +0 -4940
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ro.json +0 -5090
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ru.json +0 -5407
- package/dist/generated/assets/cldr/sap/ui/core/cldr/ru_UA.json +0 -5407
- package/dist/generated/assets/cldr/sap/ui/core/cldr/sk.json +0 -5370
- package/dist/generated/assets/cldr/sap/ui/core/cldr/sl.json +0 -5340
- package/dist/generated/assets/cldr/sap/ui/core/cldr/sr.json +0 -5126
- package/dist/generated/assets/cldr/sap/ui/core/cldr/sv.json +0 -5011
- package/dist/generated/assets/cldr/sap/ui/core/cldr/th.json +0 -4797
- package/dist/generated/assets/cldr/sap/ui/core/cldr/tr.json +0 -4979
- package/dist/generated/assets/cldr/sap/ui/core/cldr/uk.json +0 -5353
- package/dist/generated/assets/cldr/sap/ui/core/cldr/vi.json +0 -4673
- package/dist/generated/assets/cldr/sap/ui/core/cldr/zh_CN.json +0 -4632
- package/dist/generated/assets/cldr/sap/ui/core/cldr/zh_HK.json +0 -4640
- package/dist/generated/assets/cldr/sap/ui/core/cldr/zh_SG.json +0 -4640
- package/dist/generated/assets/cldr/sap/ui/core/cldr/zh_TW.json +0 -4728
- package/dist/json-imports/LocaleData.js +0 -171
- package/dist/renderer/ifDefined.js +0 -21
- package/dist/resources/bundle.es5.js +0 -212
- package/dist/resources/bundle.es5.js.map +0 -1
- package/dist/resources/bundle.esm.js +0 -123
- package/dist/resources/bundle.esm.js.map +0 -1
- package/dist/shims/Core-shim.js +0 -53
- package/dist/test-resources/assets/Themes.js +0 -13
- package/dist/test-resources/dev-helpers/ExternalThemePresent.js +0 -3
- package/dist/test-resources/elements/Child.js +0 -35
- package/dist/test-resources/elements/Generic.js +0 -84
- package/dist/test-resources/elements/GenericExt.js +0 -26
- package/dist/test-resources/elements/NoShadowDOM.js +0 -13
- package/dist/test-resources/elements/Parent.js +0 -37
- package/dist/test-resources/pages/AllTestElements.html +0 -40
- package/dist/test-resources/pages/Configuration.html +0 -20
- package/dist/test-resources/pages/ConfigurationScript.html +0 -36
- package/dist/test-resources/specs/ConfigurationChange.spec.js +0 -25
- package/dist/test-resources/specs/ConfigurationScript.spec.js +0 -61
- package/dist/test-resources/specs/ConfigurationURL.spec.js +0 -45
- package/dist/test-resources/specs/CustomTheme.spec.js +0 -25
- package/dist/test-resources/specs/Theming.spec.js +0 -31
- package/dist/test-resources/specs/UI5ElementInvalidation.js +0 -258
- package/dist/test-resources/specs/UI5ElementLifecycle.js +0 -93
- package/dist/test-resources/specs/UI5ElementListenForChildPropChanges.spec.js +0 -101
- package/dist/test-resources/specs/UI5ElementMetadataExt.js +0 -40
- package/dist/test-resources/specs/UI5ElementPropertyValidation.js +0 -12
- package/dist/test-resources/specs/UI5ElementPropsAndAttrs.spec.js +0 -65
- package/dist/test-resources/specs/UI5ElementShadowDOM.js +0 -22
- package/dist/test-resources/specs/UI5ElementSlots.js +0 -34
- package/dist/theming/StyleInjection.js +0 -67
- package/dist/thirdparty/Array.from.js +0 -16
- package/dist/thirdparty/Array.prototype.fill.js +0 -44
- package/dist/thirdparty/Array.prototype.find.js +0 -46
- package/dist/thirdparty/Array.prototype.includes.js +0 -51
- package/dist/thirdparty/Element.prototype.closest.js +0 -11
- package/dist/thirdparty/Element.prototype.matches.js +0 -6
- package/dist/thirdparty/Map.prototype.keys.js +0 -9
- package/dist/thirdparty/Number.isInteger.js +0 -5
- package/dist/thirdparty/Number.isNaN.js +0 -1
- package/dist/thirdparty/Number.parseInt.js +0 -1
- package/dist/thirdparty/Object.assign.js +0 -31
- package/dist/thirdparty/Object.entries.js +0 -11
- package/dist/thirdparty/Symbol.js +0 -2
- package/dist/thirdparty/WeakSet.js +0 -27
- package/dist/thirdparty/events-polyfills.js +0 -89
- package/dist/thirdparty/fetch.js +0 -1
- package/dist/thirdparty/template.js +0 -600
- package/dist/types/PopupState.js +0 -37
- package/dist/util/CSSTransformUtils.js +0 -90
- package/dist/util/isDescendantOf.js +0 -15
- package/dist/util/isNodeClickable.js +0 -19
- package/dist/util/isNodeHidden.js +0 -13
- package/dist/util/isNodeTabbable.js +0 -28
- package/dist/util/normalizeLocale.js +0 -77
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -229
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -297
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -208
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -166
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/package.json +0 -46
- package/dist/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -16
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +0 -53
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -17
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -19
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -28
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -18
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -298
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -185
- package/package-scripts.js +0 -42
- package/src/AssetRegistry.js +0 -9
- package/src/Assets.js +0 -2
- package/src/CSS.js +0 -48
- package/src/Device.js +0 -823
- package/src/EventProvider.js +0 -73
- package/src/FeaturesRegistry.js +0 -11
- package/src/FontFace.js +0 -73
- package/src/FormatSettings.js +0 -31
- package/src/InitialConfiguration.js +0 -130
- package/src/Locale.js +0 -101
- package/src/LocaleProvider.js +0 -34
- package/src/RenderQueue.js +0 -42
- package/src/RenderScheduler.js +0 -165
- package/src/ResourceLoaderOverrides.js +0 -38
- package/src/SVGIconRegistry.js +0 -54
- package/src/StaticArea.js +0 -41
- package/src/StaticAreaItem.js +0 -90
- package/src/Theming.js +0 -55
- package/src/UI5Element.js +0 -869
- package/src/UI5ElementMetadata.js +0 -164
- package/src/animations/AnimationQueue.js +0 -42
- package/src/animations/animate.js +0 -53
- package/src/animations/config.js +0 -5
- package/src/animations/scroll.js +0 -28
- package/src/animations/slideDown.js +0 -79
- package/src/animations/slideUp.js +0 -71
- package/src/asset-registries/Icons.js +0 -24
- package/src/asset-registries/LocaleData.js +0 -108
- package/src/asset-registries/Themes.js +0 -75
- package/src/asset-registries/i18n.js +0 -74
- package/src/boot.js +0 -32
- package/src/compatibility/DOMObserver.js +0 -62
- package/src/compatibility/patchNodeValue.js +0 -24
- package/src/compatibility/whenPolyfillLoaded.js +0 -26
- package/src/config/AnimationMode.js +0 -13
- package/src/config/CalendarType.js +0 -22
- package/src/config/FormatSettings.js +0 -13
- package/src/config/Language.js +0 -12
- package/src/config/NoConflict.js +0 -51
- package/src/config/RTL.js +0 -31
- package/src/config/Theme.js +0 -28
- package/src/dates/CalendarDate.js +0 -203
- package/src/dates/CalendarType.js +0 -22
- package/src/dates/CalendarUtils.js +0 -99
- package/src/delegate/CustomResize.js +0 -78
- package/src/delegate/ItemNavigation.js +0 -278
- package/src/delegate/NativeResize.js +0 -44
- package/src/delegate/ResizeHandler.js +0 -66
- package/src/delegate/ScrollEnablement.js +0 -106
- package/src/events/PseudoEvents.js +0 -58
- package/src/features/OpenUI5Support.js +0 -76
- package/src/features/browsersupport/Edge.js +0 -6
- package/src/features/browsersupport/IE11.js +0 -41
- package/src/features/calendar/Buddhist.js +0 -1
- package/src/features/calendar/Islamic.js +0 -1
- package/src/features/calendar/Japanese.js +0 -1
- package/src/features/calendar/Persian.js +0 -1
- package/src/i18nBundle.js +0 -35
- package/src/json-imports/LocaleData.js +0 -171
- package/src/renderer/LitRenderer.js +0 -15
- package/src/renderer/ifDefined.js +0 -21
- package/src/shims/Core-shim.js +0 -53
- package/src/theming/CustomStyle.js +0 -19
- package/src/theming/StyleInjection.js +0 -67
- package/src/thirdparty/Array.from.js +0 -16
- package/src/thirdparty/Array.prototype.fill.js +0 -44
- package/src/thirdparty/Array.prototype.find.js +0 -46
- package/src/thirdparty/Array.prototype.includes.js +0 -51
- package/src/thirdparty/Element.prototype.closest.js +0 -11
- package/src/thirdparty/Element.prototype.matches.js +0 -6
- package/src/thirdparty/Map.prototype.keys.js +0 -9
- package/src/thirdparty/Number.isInteger.js +0 -5
- package/src/thirdparty/Number.isNaN.js +0 -1
- package/src/thirdparty/Number.parseInt.js +0 -1
- package/src/thirdparty/Object.assign.js +0 -31
- package/src/thirdparty/Object.entries.js +0 -11
- package/src/thirdparty/Symbol.js +0 -2
- package/src/thirdparty/WeakSet.js +0 -27
- package/src/thirdparty/events-polyfills.js +0 -89
- package/src/thirdparty/fetch.js +0 -1
- package/src/thirdparty/template.js +0 -600
- package/src/types/AnimationMode.js +0 -7
- package/src/types/CSSSize.js +0 -9
- package/src/types/DataType.js +0 -25
- package/src/types/Integer.js +0 -9
- package/src/types/ItemNavigationBehavior.js +0 -21
- package/src/types/NavigationMode.js +0 -6
- package/src/types/PopupState.js +0 -37
- package/src/types/ValueState.js +0 -22
- package/src/util/CSSTransformUtils.js +0 -90
- package/src/util/FetchHelper.js +0 -31
- package/src/util/FocusableElements.js +0 -60
- package/src/util/StringHelper.js +0 -26
- package/src/util/TabbableElements.js +0 -44
- package/src/util/createStyleInHead.js +0 -18
- package/src/util/detectNavigatorLanguage.js +0 -11
- package/src/util/formatMessage.js +0 -23
- package/src/util/getDesigntimePropertyAsArray.js +0 -4
- package/src/util/isDescendantOf.js +0 -15
- package/src/util/isNodeClickable.js +0 -19
- package/src/util/isNodeHidden.js +0 -13
- package/src/util/isNodeTabbable.js +0 -28
- package/src/util/isValidPropertyName.js +0 -20
- package/src/util/normalizeLocale.js +0 -77
- package/src/util/whenDOMReady.js +0 -13
- /package/{config/.eslintrc.js → .eslintrc.cjs} +0 -0
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
var t=t=>{const e=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(t);return e&&e[2]?e[2].split(/,/):null};const e=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;class n{constructor(t){const n=e.exec(t.replace(/_/g,"-"));if(null===n)throw new Error(`The given language ${t} does not adhere to BCP-47.`);this.sLocaleId=t,this.sLanguage=n[1]||null,this.sScript=n[2]||null,this.sRegion=n[3]||null,this.sVariant=n[4]&&n[4].slice(1)||null,this.sExtension=n[5]&&n[5].slice(1)||null,this.sPrivateUse=n[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,t=>t.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(t){return this.getPrivateUseSubtags().indexOf(t)>=0}toString(){const t=[this.sLanguage];return this.sScript&&t.push(this.sScript),this.sRegion&&t.push(this.sRegion),this.sVariant&&t.push(this.sVariant),this.sExtension&&t.push(this.sExtension),this.sPrivateUse&&t.push(this.sPrivateUse),t.join("-")}static get _cldrLocales(){return t("$cldr-locales:ar,ar_EG,ar_SA,bg,br,ca,cs,da,de,de_AT,de_CH,el,el_CY,en,en_AU,en_GB,en_HK,en_IE,en_IN,en_NZ,en_PG,en_SG,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_MX,es_PE,es_UY,es_VE,et,fa,fi,fr,fr_BE,fr_CA,fr_CH,fr_LU,he,hi,hr,hu,id,it,it_CH,ja,kk,ko,lt,lv,ms,nb,nl,nl_BE,nn,pl,pt,pt_PT,ro,ru,ru_UA,sk,sl,sr,sv,th,tr,uk,vi,zh_CN,zh_HK,zh_SG,zh_TW$")}static get _coreI18nLocales(){return t("$core-i18n-locales:,ar,bg,ca,cs,da,de,el,en,es,et,fi,fr,hi,hr,hu,it,iw,ja,ko,lt,lv,nl,no,pl,pt,ro,ru,sh,sk,sl,sv,th,tr,uk,vi,zh_CN,zh_TW$")}}var r=()=>{const t=navigator.languages;return t&&t[0]||(()=>navigator.language)()||navigator.userLanguage||navigator.browserLanguage||"en"},a={},i=a.hasOwnProperty,o=a.toString,s=i.toString,u=s.call(Object),l=function(t){var e,n;return!(!t||"[object Object]"!==o.call(t))&&(!(e=Object.getPrototypeOf(t))||"function"==typeof(n=i.call(e,"constructor")&&e.constructor)&&s.call(n)===u)},c=Object.create(null),h=function(){var t,e,n,r,a,i,o=arguments[2]||{},s=3,u=arguments.length,d=arguments[0]||!1,m=arguments[1]?void 0:c;for("object"!=typeof o&&"function"!=typeof o&&(o={});s<u;s++)if(null!=(a=arguments[s]))for(r in a)t=o[r],n=a[r],"__proto__"!==r&&o!==n&&(d&&n&&(l(n)||(e=Array.isArray(n)))?(e?(e=!1,i=t&&Array.isArray(t)?t:[]):i=t&&l(t)?t:{},o[r]=h(d,arguments[1],i,n)):n!==m&&(o[r]=n));return o},d=function(){var t=[!0,!1];return t.push.apply(t,arguments),h.apply(null,t)};const m=new Map,p=t=>m.get(t);let g=!1,f={animationMode:"full",theme:"sap_fiori_3",rtl:null,language:null,calendarType:null,noConflict:!1,formatSettings:{}};const y=new Map;y.set("true",!0),y.set("false",!1);const v=()=>{g||((()=>{const t=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let e;if(t){try{e=JSON.parse(t.innerHTML)}catch(t){console.warn("Incorrect data-sap-ui-config format. Please use JSON")}e&&(f=d(f,e))}})(),new URLSearchParams(window.location.search).forEach((t,e)=>{if(!e.startsWith("sap-ui"))return;const n=t.toLowerCase(),r=e.split("sap-ui-")[1];y.has(t)&&(t=y.get(n)),f[r]=t}),(()=>{const t=p("OpenUI5Support");if(!t||!t.isLoaded())return;const e=t.getConfigurationSettingsObject();f=d(f,e)})(),g=!0)};let P;const _=()=>(void 0===P&&(P=(()=>(v(),f.language))()),P),w=()=>_()?new n(_()):(t=>{try{if(t&&"string"==typeof t)return new n(t)}catch(t){}})(r()),M={};var b=Object.freeze({__proto__:null,setConfiguration:t=>{},getFormatLocale:()=>w(),getLegacyDateFormat:()=>{},getLegacyDateCalendarCustomizing:()=>{},getCustomLocaleData:()=>M}),T={Gregorian:"Gregorian",Islamic:"Islamic",Japanese:"Japanese",Persian:"Persian",Buddhist:"Buddhist"};let C;const S=()=>{if(void 0===C&&(C=(()=>(v(),f.calendarType))()),C){const t=Object.keys(T).find(t=>t===C);if(t)return t}return T.Gregorian};let D;const N=()=>(void 0===D&&(D=(()=>(v(),f.formatSettings))()),D.firstDayOfWeek),E={getLanguage:_,getCalendarType:S,getFirstDayOfWeek:N,getSupportedLanguages:()=>t("$core-i18n-locales:,ar,bg,ca,cs,da,de,el,en,es,et,fi,fr,hi,hr,hu,it,iw,ja,ko,lt,lv,nl,no,pl,pt,ro,ru,sh,sk,sl,sv,th,tr,uk,vi,zh_CN,zh_TW$"),getOriginInfo:()=>{},getFormatSettings:()=>b},k={getConfiguration:()=>E,getLibraryResourceBundle(){},getFormatSettings:()=>b};window.sap=window.sap||{},window.sap.ui=window.sap.ui||{},window.sap.ui.getWCCore=function(){return k};const A=new Map,U=new Map,L=new Map;window.sap=window.sap||{},window.sap.ui=window.sap.ui||{},sap.ui.loader=sap.ui.loader||{},sap.ui.loader._=sap.ui.loader._||{};const F=sap.ui.loader._.getModuleContent;sap.ui.loader._.getModuleContent=(t,e)=>{const n=L.get(t)||L.get(e);if(n)return n;if(F)return F(t,e);const r=t.match(/sap\/ui\/core\/cldr\/(\w+)\.json/);if(r)throw new Error(`CLDR data for locale ${r[1]} is not loaded!`);return""};p("OpenUI5Support");const x=new Map,O=new Map,I=new Set,R=new Set,H=(t,e,n)=>{n._?O.set(`${t}_${e}`,n._):n.includes(":root")?O.set(`${t}_${e}`,n):x.set(`${t}_${e}`,n),I.add(t),R.add(e)},W=async(t,e)=>{const n=x.get(`${t}_${e}`);if(!n)throw new Error(`You have to import the ${t}/dist/Assets.js module to switch to additional themes`);return(async t=>{A.get(t)||A.set(t,fetch(t));const e=await A.get(t);return U.get(t)||U.set(t,e.json()),U.get(t)})(n)},z=()=>I;var j,B=function(t,e,n){if(!t)return t;function r(t,e){return function(){var r=t[e].apply(t,arguments);return n?this:r instanceof j?r.getInterface():r}}if(j=j||sap.ui.requireSync("sap/ui/base/Object"),!e)return{};for(var a,i=0,o=e.length;i<o;i++)t[a=e[i]]&&"function"!=typeof t[a]||(this[a]=r(t,a))},V={},q=window;function $(t){return Array.isArray(t)?t:t.split(".")}V.create=function(t,e){for(var n=e||q,r=$(t),a=0;a<r.length;a++){var i=r[a];if(null===n[i]||void 0!==n[i]&&"object"!=typeof n[i]&&"function"!=typeof n[i])throw new Error("Could not set object-path for '"+r.join(".")+"', path segment '"+i+"' already exists.");n[i]=n[i]||{},n=n[i]}return n},V.get=function(t,e){for(var n=e||q,r=$(t),a=r.pop(),i=0;i<r.length&&n;i++)n=n[r[i]];return n?n[a]:void 0},V.set=function(t,e,n){n=n||q;var r=$(t),a=r.pop();V.create(r,n)[a]=e};var Y,J,G="undefined"!=typeof window&&window.performance&&performance.now&&performance.timing?(Y=performance.timing.navigationStart,function(){return Y+performance.now()}):Date.now,Q={Level:{NONE:-1,FATAL:0,ERROR:1,WARNING:2,INFO:3,DEBUG:4,TRACE:5,ALL:6}},Z=[],K={"":Q.Level.ERROR},X=3e3,tt=null,et=!1;function nt(t,e){return("000"+String(t)).slice(-e)}function rt(t){return!t||isNaN(K[t])?K[""]:K[t]}function at(){var t=Z.length;if(t){var e=Math.min(t,Math.floor(.7*X));tt&&tt.onDiscardLogEntries(Z.slice(0,t-e)),Z=e?Z.slice(-e,t):[]}}function it(){return tt||(tt={listeners:[],onLogEntry:function(t){for(var e=0;e<tt.listeners.length;e++)tt.listeners[e].onLogEntry&&tt.listeners[e].onLogEntry(t)},onDiscardLogEntries:function(t){for(var e=0;e<tt.listeners.length;e++)tt.listeners[e].onDiscardLogEntries&&tt.listeners[e].onDiscardLogEntries(t)},attach:function(t,e){e&&(tt.listeners.push(e),e.onAttachToLog&&e.onAttachToLog(t))},detach:function(t,e){for(var n=0;n<tt.listeners.length;n++)if(tt.listeners[n]===e)return e.onDetachFromLog&&e.onDetachFromLog(t),void tt.listeners.splice(n,1)}}),tt}function ot(t,e,n,r,a){if(a||r||"function"!=typeof n||(a=n,n=""),a||"function"!=typeof r||(a=r,r=""),t<=rt(r=r||J)){var i=G(),o=new Date(i),s=Math.floor(1e3*(i-Math.floor(i))),u={time:nt(o.getHours(),2)+":"+nt(o.getMinutes(),2)+":"+nt(o.getSeconds(),2)+"."+nt(o.getMilliseconds(),3)+nt(s,3),date:nt(o.getFullYear(),4)+"-"+nt(o.getMonth()+1,2)+"-"+nt(o.getDate(),2),timestamp:i,level:t,message:String(e||""),details:String(n||""),component:String(r||"")};if(et&&"function"==typeof a&&(u.supportInfo=a()),X&&(Z.length>=X&&at(),Z.push(u)),tt&&tt.onLogEntry(u),console){var l=n instanceof Error,c=u.date+" "+u.time+" "+u.message+" - "+u.details+" "+u.component;switch(t){case Q.Level.FATAL:case Q.Level.ERROR:l?console.error(c,"\n",n):console.error(c);break;case Q.Level.WARNING:l?console.warn(c,"\n",n):console.warn(c);break;case Q.Level.INFO:console.info?l?console.info(c,"\n",n):console.info(c):l?console.log(c,"\n",n):console.log(c);break;case Q.Level.DEBUG:console.debug?l?console.debug(c,"\n",n):console.debug(c):l?console.log(c,"\n",n):console.log(c);break;case Q.Level.TRACE:console.trace?l?console.trace(c,"\n",n):console.trace(c):l?console.log(c,"\n",n):console.log(c)}console.info&&u.supportInfo&&console.info(u.supportInfo)}return u}}function st(t){this.fatal=function(e,n,r,a){return Q.fatal(e,n,r||t,a),this},this.error=function(e,n,r,a){return Q.error(e,n,r||t,a),this},this.warning=function(e,n,r,a){return Q.warning(e,n,r||t,a),this},this.info=function(e,n,r,a){return Q.info(e,n,r||t,a),this},this.debug=function(e,n,r,a){return Q.debug(e,n,r||t,a),this},this.trace=function(e,n,r,a){return Q.trace(e,n,r||t,a),this},this.setLevel=function(e,n){return Q.setLevel(e,n||t),this},this.getLevel=function(e){return Q.getLevel(e||t)},this.isLoggable=function(e,n){return Q.isLoggable(e,n||t)}}Q.fatal=function(t,e,n,r){ot(Q.Level.FATAL,t,e,n,r)},Q.error=function(t,e,n,r){ot(Q.Level.ERROR,t,e,n,r)},Q.warning=function(t,e,n,r){ot(Q.Level.WARNING,t,e,n,r)},Q.info=function(t,e,n,r){ot(Q.Level.INFO,t,e,n,r)},Q.debug=function(t,e,n,r){ot(Q.Level.DEBUG,t,e,n,r)},Q.trace=function(t,e,n,r){ot(Q.Level.TRACE,t,e,n,r)},Q.setLevel=function(t,e,n){var r;(e=e||J||"",n&&null!=K[e])||(K[e]=t,Object.keys(Q.Level).forEach((function(e){Q.Level[e]===t&&(r=e)})),ot(Q.Level.INFO,"Changing log level "+(e?"for '"+e+"' ":"")+"to "+r,"","sap.base.log"))},Q.getLevel=function(t){return rt(t||J)},Q.isLoggable=function(t,e){return(null==t?Q.Level.DEBUG:t)<=rt(e||J)},Q.logSupportInfo=function(t){et=t},Q.getLogEntries=function(){return Z.slice()},Q.getLogEntriesLimit=function(){return X},Q.setLogEntriesLimit=function(t){if(t<0)throw new Error("The log entries limit needs to be greater than or equal to 0!");X=t,Z.length>=X&&at()},Q.addLogListener=function(t){it().attach(this,t)},Q.removeLogListener=function(t){it().detach(this,t)},Q.getLogger=function(t,e){return isNaN(e)||null!=K[t]||(K[t]=e),new st(t)};var ut=function(t,e){if(!t){var n="function"==typeof e?e():e;console&&console.assert?console.assert(t,n):Q.debug("[Assertions] "+n)}},lt=function(t){ut(t instanceof Array,"uniqueSort: input parameter must be an Array");var e=t.length;if(e>1){t.sort();for(var n=0,r=1;r<e;r++)t[r]!==t[n]&&(t[++n]=t[r]);++n<e&&t.splice(n,e-n)}return t},ct=function(t,e){if(ut("string"==typeof t&&t,"Metadata: sClassName must be a non-empty string"),ut("object"==typeof e,"Metadata: oClassInfo must be empty or an object"),e&&"object"==typeof e.metadata||((e={metadata:e||{},constructor:V.get(t)}).metadata.__version=1),e.metadata.__version=e.metadata.__version||2,"function"!=typeof e.constructor)throw Error("constructor for class "+t+" must have been declared before creating metadata for it");this._sClassName=t,this._oClass=e.constructor,this.extend(e)};ct.prototype.extend=function(t){this.applySettings(t),this.afterApplySettings()},ct.prototype.applySettings=function(t){var e,n=t.metadata;if(n.baseType){var r=V.get(n.baseType);"function"!=typeof r&&Q.fatal("base class '"+n.baseType+"' does not exist"),r.getMetadata?(this._oParent=r.getMetadata(),ut(r===r.getMetadata().getClass(),"Metadata: oParentClass must match the class in the parent metadata")):this._oParent=new ct(n.baseType,{})}else this._oParent=void 0;for(var a in this._bAbstract=!!n.abstract,this._bFinal=!!n.final,this._sStereotype=n.stereotype||(this._oParent?this._oParent._sStereotype:"object"),this._bDeprecated=!!n.deprecated,this._aInterfaces=n.interfaces||[],this._aPublicMethods=n.publicMethods||[],this._bInterfacesUnique=!1,e=this._oClass.prototype,t)"metadata"!==a&&"constructor"!==a&&(e[a]=t[a],a.match(/^_|^on|^init$|^exit$/)||this._aPublicMethods.push(a))},ct.prototype.afterApplySettings=function(){this._oParent?(this._aAllPublicMethods=this._oParent._aAllPublicMethods.concat(this._aPublicMethods),this._bInterfacesUnique=!1):this._aAllPublicMethods=this._aPublicMethods},ct.prototype.getStereotype=function(){return this._sStereotype},ct.prototype.getName=function(){return this._sClassName},ct.prototype.getClass=function(){return this._oClass},ct.prototype.getParent=function(){return this._oParent},ct.prototype._dedupInterfaces=function(){this._bInterfacesUnique||(lt(this._aInterfaces),lt(this._aPublicMethods),lt(this._aAllPublicMethods),this._bInterfacesUnique=!0)},ct.prototype.getPublicMethods=function(){return this._dedupInterfaces(),this._aPublicMethods},ct.prototype.getAllPublicMethods=function(){return this._dedupInterfaces(),this._aAllPublicMethods},ct.prototype.getInterfaces=function(){return this._dedupInterfaces(),this._aInterfaces},ct.prototype.isInstanceOf=function(t){if(this._oParent&&this._oParent.isInstanceOf(t))return!0;for(var e=this._aInterfaces,n=0,r=e.length;n<r;n++)if(e[n]===t)return!0;return!1};Object.defineProperty(ct.prototype,"_mImplementedTypes",{get:function(){if(this===ct.prototype)throw new Error("sap.ui.base.Metadata: The '_mImplementedTypes' property must not be accessed on the prototype");var t=Object.create(this._oParent?this._oParent._mImplementedTypes:null);t[this._sClassName]=!0;for(var e=this._aInterfaces,n=e.length;n-- >0;)t[e[n]]||(t[e[n]]=!0);return Object.defineProperty(this,"_mImplementedTypes",{value:Object.freeze(t),writable:!1,configurable:!1}),t},configurable:!0}),ct.prototype.isA=function(t){var e=this._mImplementedTypes;if(Array.isArray(t)){for(var n=0;n<t.length;n++)if(t[n]in e)return!0;return!1}return t in e},ct.prototype.isAbstract=function(){return this._bAbstract},ct.prototype.isFinal=function(){return this._bFinal},ct.prototype.isDeprecated=function(){return this._bDeprecated},ct.prototype.addPublicMethods=function(t){var e=t instanceof Array?t:arguments;Array.prototype.push.apply(this._aPublicMethods,e),Array.prototype.push.apply(this._aAllPublicMethods,e),this._bInterfacesUnique=!1},ct.createClass=function(t,e,n,r){"string"==typeof t&&(r=n,n=e,e=t,t=null),ut(!t||"function"==typeof t),ut("string"==typeof e&&!!e),ut(!n||"object"==typeof n),ut(!r||"function"==typeof r),"function"==typeof(r=r||ct).preprocessClassInfo&&(n=r.preprocessClassInfo(n)),(n=n||{}).metadata=n.metadata||{},n.hasOwnProperty("constructor")||(n.constructor=void 0);var a=n.constructor;ut(!a||"function"==typeof a),t?(a||(a=n.metadata.deprecated?function(){Q.warning("Usage of deprecated class: "+e),t.apply(this,arguments)}:function(){t.apply(this,arguments)}),a.prototype=Object.create(t.prototype),a.prototype.constructor=a,n.metadata.baseType=t.getMetadata().getName()):(a=a||function(){},delete n.metadata.baseType),n.constructor=a,V.set(e,a);var i=new r(e,n);return a.getMetadata=a.prototype.getMetadata=function(){return i},a.getMetadata().isFinal()||(a.extend=function(t,e,n){return ct.createClass(a,t,e,n||r)}),a};var ht=ct.createClass("sap.ui.base.Object",{constructor:function(){if(!(this instanceof ht))throw Error('Cannot instantiate object: "new" is missing!')}});ht.prototype.destroy=function(){},ht.prototype.getInterface=function(){var t=new B(this,this.getMetadata().getAllPublicMethods());return this.getInterface=function(){return t},t},ht.defineClass=function(t,e,n){var r=new(n||ct)(t,e),a=r.getClass();return a.getMetadata=a.prototype.getMetadata=function(){return r},r.isFinal()||(a.extend=function(t,e,r){return ct.createClass(a,t,e,r||n)}),Q.debug("defined class '"+t+"'"+(r.getParent()?" as subclass of "+r.getParent().getName():"")),r},ht.prototype.isA=function(t){return this.getMetadata().isA(t)},ht.isA=function(t,e){return t instanceof ht&&t.isA(e)};var dt=function(){var t=[!1,!0];return t.push.apply(t,arguments),h.apply(null,t)},mt=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,pt=ht.extend("sap.ui.core.Locale",{constructor:function(t){ht.apply(this);var e=mt.exec(t.replace(/_/g,"-"));if(null===e)throw"The given language '"+t+"' does not adhere to BCP-47.";this.sLocaleId=t,this.sLanguage=e[1]||null,this.sScript=e[2]||null,this.sRegion=e[3]||null,this.sVariant=e[4]&&e[4].slice(1)||null,this.sExtension=e[5]&&e[5].slice(1)||null,this.sPrivateUse=e[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,(function(t){return t.toUpperCase()}))),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())},getLanguage:function(){return this.sLanguage},getScript:function(){return this.sScript},getRegion:function(){return this.sRegion},getVariant:function(){return this.sVariant},getVariantSubtags:function(){return this.sVariant?this.sVariant.split("-"):[]},getExtension:function(){return this.sExtension},getExtensionSubtags:function(){return this.sExtension?this.sExtension.slice(2).split("-"):[]},getPrivateUse:function(){return this.sPrivateUse},getPrivateUseSubtags:function(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]},hasPrivateUseSubtag:function(t){return ut(t&&t.match(/^[0-9A-Z]{1,8}$/i),"subtag must be a valid BCP47 private use tag"),this.getPrivateUseSubtags().indexOf(t)>=0},toString:function(){var t=[this.sLanguage];return this.sScript&&t.push(this.sScript),this.sRegion&&t.push(this.sRegion),this.sVariant&&t.push(this.sVariant),this.sExtension&&t.push(this.sExtension),this.sPrivateUse&&t.push(this.sPrivateUse),t.join("-")},getSAPLogonLanguage:function(){var t,e=this.sLanguage||"";return e.indexOf("-")>=0&&(e=e.slice(0,e.indexOf("-"))),"zh"===(e=gt[e]||e)&&("Hant"===this.sScript||!this.sScript&&"TW"===this.sRegion)&&(e="zf"),this.sPrivateUse&&(t=/-(saptrc|sappsd)(?:-|$)/i.exec(this.sPrivateUse))&&(e="saptrc"===t[1].toLowerCase()?"1Q":"2Q"),e.toUpperCase()}}),gt={iw:"he",ji:"yi",in:"id",sh:"sr"};function ft(t){var e=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(t);return e&&e[2]?e[2].split(/,/):null}var yt=ft("$cldr-rtl-locales:ar,fa,he$")||[];pt._cldrLocales=ft("$cldr-locales:ar,ar_EG,ar_SA,bg,br,ca,cs,da,de,de_AT,de_CH,el,el_CY,en,en_AU,en_GB,en_HK,en_IE,en_IN,en_NZ,en_PG,en_SG,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_MX,es_PE,es_UY,es_VE,et,fa,fi,fr,fr_BE,fr_CA,fr_CH,fr_LU,he,hi,hr,hu,id,it,it_CH,ja,kk,ko,lt,lv,ms,nb,nl,nl_BE,nn,pl,pt,pt_PT,ro,ru,ru_UA,sk,sl,sr,sv,th,tr,uk,vi,zh_CN,zh_HK,zh_SG,zh_TW$"),pt._coreI18nLocales=ft("$core-i18n-locales:,ar,bg,ca,cs,da,de,el,en,es,et,fi,fr,hi,hr,hu,it,iw,ja,kk,ko,lt,lv,ms,nl,no,pl,pt,ro,ru,sh,sk,sl,sv,th,tr,uk,vi,zh_CN,zh_TW$"),pt._impliesRTL=function(t){var e=t instanceof pt?t:new pt(t),n=e.getLanguage()||"";n=n&>[n]||n;var r=e.getRegion()||"";return!!(r&&yt.indexOf(n+"_"+r)>=0)||yt.indexOf(n)>=0};var vt={loadResource:function(t){return sap.ui.loader._.getModuleContent(t)}},Pt=ht.extend("sap.ui.core.LocaleData",{constructor:function(t){this.oLocale=t,ht.apply(this),this.mData=function(t){var e,n=t.getLanguage()||"",r=t.getScript()||"",a=t.getRegion()||"";function i(t){if(!(Ct[t]||Tt&&!0!==Tt[t])){var e=Ct[t]=vt.loadResource("sap/ui/core/cldr/"+t+".json",{dataType:"json",failOnError:!1});e&&e.__fallbackLocale&&(!function t(e,n){var r,a,i;if(n)for(r in n)n.hasOwnProperty(r)&&(a=e[r],i=n[r],void 0===a?e[r]=i:null===a?delete e[r]:"object"==typeof a&&"object"==typeof i&&t(a,i))}(e,i(e.__fallbackLocale)),delete e.__fallbackLocale)}return Ct[t]}"no"===(n=n&&bt[n]||n)&&(n="nb");"zh"!==n||a||("Hans"===r?a="CN":"Hant"===r&&(a="TW"));var o=n+"_"+a;n&&a&&(e=i(o));!e&&n&&(e=i(n));return Ct[o]=e||Mt,Ct[o]}(t)},_get:function(){return this._getDeep(this.mData,arguments)},_getMerged:function(){return this._get.apply(this,arguments)},_getDeep:function(t,e){for(var n=t,r=0;r<e.length&&void 0!==(n=n[e[r]]);r++);return n},getOrientation:function(){return this._get("orientation")},getLanguages:function(){return this._get("languages")},getScripts:function(){return this._get("scripts")},getTerritories:function(){return this._get("territories")},getMonths:function(t,e){return ut("narrow"==t||"abbreviated"==t||"wide"==t,"sWidth must be narrow, abbreviated or wide"),this._get(St(e),"months","format",t)},getMonthsStandAlone:function(t,e){return ut("narrow"==t||"abbreviated"==t||"wide"==t,"sWidth must be narrow, abbreviated or wide"),this._get(St(e),"months","stand-alone",t)},getDays:function(t,e){return ut("narrow"==t||"abbreviated"==t||"wide"==t||"short"==t,"sWidth must be narrow, abbreviate, wide or short"),this._get(St(e),"days","format",t)},getDaysStandAlone:function(t,e){return ut("narrow"==t||"abbreviated"==t||"wide"==t||"short"==t,"sWidth must be narrow, abbreviated, wide or short"),this._get(St(e),"days","stand-alone",t)},getQuarters:function(t,e){return ut("narrow"==t||"abbreviated"==t||"wide"==t,"sWidth must be narrow, abbreviated or wide"),this._get(St(e),"quarters","format",t)},getQuartersStandAlone:function(t,e){return ut("narrow"==t||"abbreviated"==t||"wide"==t,"sWidth must be narrow, abbreviated or wide"),this._get(St(e),"quarters","stand-alone",t)},getDayPeriods:function(t,e){return ut("narrow"==t||"abbreviated"==t||"wide"==t,"sWidth must be narrow, abbreviated or wide"),this._get(St(e),"dayPeriods","format",t)},getDayPeriodsStandAlone:function(t,e){return ut("narrow"==t||"abbreviated"==t||"wide"==t,"sWidth must be narrow, abbreviated or wide"),this._get(St(e),"dayPeriods","stand-alone",t)},getDatePattern:function(t,e){return ut("short"==t||"medium"==t||"long"==t||"full"==t,"sStyle must be short, medium, long or full"),this._get(St(e),"dateFormats",t)},getTimePattern:function(t,e){return ut("short"==t||"medium"==t||"long"==t||"full"==t,"sStyle must be short, medium, long or full"),this._get(St(e),"timeFormats",t)},getDateTimePattern:function(t,e){return ut("short"==t||"medium"==t||"long"==t||"full"==t,"sStyle must be short, medium, long or full"),this._get(St(e),"dateTimeFormats",t)},getCombinedDateTimePattern:function(t,e,n){ut("short"==t||"medium"==t||"long"==t||"full"==t,"sStyle must be short, medium, long or full"),ut("short"==e||"medium"==e||"long"==e||"full"==e,"sStyle must be short, medium, long or full");var r=this.getDateTimePattern(t,n),a=this.getDatePattern(t,n),i=this.getTimePattern(e,n);return r.replace("{0}",i).replace("{1}",a)},getCustomDateTimePattern:function(t,e){var n=this._get(St(e),"dateTimeFormats","availableFormats");return this._getFormatPattern(t,n,e)},getIntervalPattern:function(t,e){var n,r,a,i,o,s=this._get(St(e),"dateTimeFormats","intervalFormats");return t&&(r=(n=t.split("-"))[0],a=n[1],(i=s[r])&&(o=i[a]))?o:s.intervalFormatFallback},getCombinedIntervalPattern:function(t,e){return this._get(St(e),"dateTimeFormats","intervalFormats").intervalFormatFallback.replace(/\{(0|1)\}/g,t)},getCustomIntervalPattern:function(t,e,n){var r=this._get(St(n),"dateTimeFormats","intervalFormats");return this._getFormatPattern(t,r,n,e)},_getFormatPattern:function(t,e,n,r){var a,i,o;if(r?"string"==typeof r&&("j"!=r&&"J"!=r||(r=this.getPreferredHourSymbol()),o=e[t],a=o&&o[r]):a=e[t],a){if("object"!=typeof a)return a;i=Object.keys(a).map((function(t){return a[t]}))}return i||(i=this._createFormatPattern(t,e,n,r)),i&&1===i.length?i[0]:i},_createFormatPattern:function(t,e,n,r){var a,i,o,s,u,l,c,h,d,m,p,g=this._parseSkeletonFormat(t),f=this._findBestMatch(g,t,e),y=/^([GyYqQMLwWEecdD]+)([hHkKjJmszZvVOXx]+)$/;if(r){if("string"==typeof r)(d=wt[r]?wt[r].group:"")&&(m=_t[d].index>g[g.length-1].index),h=r;else{for(m=!0,"y"===g[0].symbol&&f&&f.pattern.G&&(s=wt.G,u=_t[s.group],g.splice(0,0,{symbol:"G",group:s.group,match:s.match,index:u.index,field:u.field,length:1})),p=g.length-1;p>=0;p--)if(r[(i=g[p]).group]){m=!1;break}for(p=0;p<g.length;p++)if(r[(i=g[p]).group]){h=i.symbol;break}"h"!=h&&"K"!=h||!r.DayPeriod||(h="a")}if(m)return[this.getCustomDateTimePattern(t,n)];f&&0===f.missingTokens.length&&(l=f.pattern[h])&&f.distance>0&&(l=this._expandFields(l,f.patternTokens,g)),l||(o=this._get(St(n),"dateTimeFormats","availableFormats"),y.test(t)&&"ahHkKjJms".indexOf(h)>=0?l=this._getMixedFormatPattern(t,o,n,r):(c=this._getFormatPattern(t,o,n),l=this.getCombinedIntervalPattern(c,n))),a=[l]}else if(f){if("string"==typeof f.pattern)a=[f.pattern];else if("object"==typeof f.pattern)for(var v in a=[],f.pattern)l=f.pattern[v],a.push(l);f.distance>0&&(f.missingTokens.length>0?y.test(t)?a=[this._getMixedFormatPattern(t,e,n)]:(a=this._expandFields(a,f.patternTokens,g),a=this._appendItems(a,f.missingTokens,n)):a=this._expandFields(a,f.patternTokens,g))}else a=[l=t];return t.indexOf("J")>=0&&a.forEach((function(t,e){a[e]=t.replace(/ ?[abB](?=([^']*'[^']*')*[^']*)$/g,"")})),a},_parseSkeletonFormat:function(t){for(var e,n,r,a=[],i={index:-1},o=0;o<t.length;o++)if("j"!=(e=t.charAt(o))&&"J"!=e||(e=this.getPreferredHourSymbol()),e!=i.symbol){if(n=wt[e],r=_t[n.group],"Other"==n.group||r.diffOnly)throw new Error("Symbol '"+e+"' is not allowed in skeleton format '"+t+"'");if(r.index<=i.index)throw new Error("Symbol '"+e+"' at wrong position or duplicate in skeleton format '"+t+"'");i={symbol:e,group:n.group,match:n.match,index:r.index,field:r.field,length:1},a.push(i)}else i.length++;return a},_findBestMatch:function(t,e,n){var r,a,i,o,s,u,l,c,h,d,m={distance:1e4,firstDiffPos:-1};for(var p in n)if(!("intervalFormatFallback"===p||p.indexOf("B")>-1||(r=this._parseSkeletonFormat(p),u=0,a=[],l=!0,t.length<r.length))){s=0,c=t.length;for(var g=0;g<t.length;g++){if(i=t[g],o=r[s],c===t.length&&(c=g),o){if(h=wt[i.symbol],d=wt[o.symbol],i.symbol===o.symbol){i.length===o.length?c===g&&(c=t.length):(i.length<h.numericCeiling?o.length<d.numericCeiling:o.length>=d.numericCeiling)?u+=Math.abs(i.length-o.length):u+=5,s++;continue}if(i.match==o.match){u+=Math.abs(i.length-o.length)+10,s++;continue}}a.push(i),u+=50-g}s<r.length&&(l=!1),l&&(u<m.distance||u===m.distance&&c>m.firstDiffPos)&&(m.distance=u,m.firstDiffPos=c,m.missingTokens=a,m.pattern=n[p],m.patternTokens=r)}if(m.pattern)return m},_expandFields:function(t,e,n){var r="string"==typeof t,a=(r?[t]:t).map((function(t){var r,a,i,o,s,u,l,c,h={},d={},m="",p=!1,g=0;for(n.forEach((function(t){h[t.group]=t})),e.forEach((function(t){d[t.group]=t}));g<t.length;){if(c=t.charAt(g),p)m+=c,"'"==c&&(p=!1);else if((l=wt[c])&&h[l.group]&&d[l.group]){for(s=h[l.group],u=d[l.group],r=s.length,i=u.length,a=1;t.charAt(g+1)==c;)g++,a++;o=r===i||(r<l.numericCeiling?a>=l.numericCeiling:a<l.numericCeiling)?a:Math.max(a,r);for(var f=0;f<o;f++)m+=c}else m+=c,"'"==c&&(p=!0);g++}return m}));return r?a[0]:a},_appendItems:function(t,e,n){var r=this._get(St(n),"dateTimeFormats","appendItems");return t.forEach(function(n,a){var i,o,s;e.forEach(function(e){o=r[e.group],i="'"+this.getDisplayName(e.field)+"'",s="";for(var u=0;u<e.length;u++)s+=e.symbol;t[a]=o.replace(/\{0\}/,n).replace(/\{1\}/,s).replace(/\{2\}/,i)}.bind(this))}.bind(this)),t},_getMixedFormatPattern:function(t,e,n,r){var a,i,o,s,u,l;return i=(a=/^([GyYqQMLwWEecdD]+)([hHkKjJmszZvVOXx]+)$/.exec(t))[1],o=a[2],u=this._getFormatPattern(i,e,n),l=r?this.getCustomIntervalPattern(o,r,n):this._getFormatPattern(o,e,n),s=/MMMM|LLLL/.test(i)?/E|e|c/.test(i)?"full":"long":/MMM|LLL/.test(i)?"medium":"short",this.getDateTimePattern(s,n).replace(/\{1\}/,u).replace(/\{0\}/,l)},getNumberSymbol:function(t){return ut("decimal"==t||"group"==t||"plusSign"==t||"minusSign"==t||"percentSign"==t,"sType must be decimal, group, plusSign, minusSign or percentSign"),this._get("symbols-latn-"+t)},getLenientNumberSymbols:function(t){return ut("plusSign"==t||"minusSign"==t,"sType must be plusSign or minusSign"),this._get("lenient-scope-number")[t]},getDecimalPattern:function(){return this._get("decimalFormat").standard},getCurrencyPattern:function(t){return this._get("currencyFormat")[t]||this._get("currencyFormat").standard},getCurrencySpacing:function(t){return this._get("currencyFormat","currencySpacing","after"===t?"afterCurrency":"beforeCurrency")},getPercentPattern:function(){return this._get("percentFormat").standard},getMiscPattern:function(t){return ut("approximately"==t||"atLeast"==t||"atMost"==t||"range"==t,"sName must be approximately, atLeast, atMost or range"),this._get("miscPattern")[t]},getMinimalDaysInFirstWeek:function(){return this._get("weekData-minDays")},getFirstDayOfWeek:function(){return this._get("weekData-firstDay")},getWeekendStart:function(){return this._get("weekData-weekendStart")},getWeekendEnd:function(){return this._get("weekData-weekendEnd")},getCustomCurrencyCodes:function(){var t=this._get("currency")||{},e={};return Object.keys(t).forEach((function(t){e[t]=t})),e},getCurrencyDigits:function(t){var e=this._get("currency");if(e){if(e[t]&&e[t].hasOwnProperty("digits"))return e[t].digits;if(e.DEFAULT&&e.DEFAULT.hasOwnProperty("digits"))return e.DEFAULT.digits}var n=this._get("currencyDigits",t);return null==n&&null==(n=this._get("currencyDigits","DEFAULT"))&&(n=2),n},getCurrencySymbol:function(t){var e=this.getCurrencySymbols();return e&&e[t]||t},getCurrencyCodeBySymbol:function(t){var e,n=this._get("currencySymbols");for(e in n)if(n[e]===t)return e;return t},getCurrencySymbols:function(){var t,e=this._get("currency"),n={};for(var r in e)t=e[r].isoCode,e[r].symbol?n[r]=e[r].symbol:t&&(n[r]=this._get("currencySymbols")[t]);return Object.assign({},this._get("currencySymbols"),n)},getUnitDisplayName:function(t){var e=this.getUnitFormat(t);return e&&e.displayName||""},getRelativePatterns:function(t,e){void 0===e&&(e="wide"),ut("wide"===e||"short"===e||"narrow"===e,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'");var n,r,a,i,o=[],s=this.getPluralCategories();return t||(t=["year","month","week","day","hour","minute","second"]),t.forEach(function(t){for(var u in n=this._get("dateFields",t+"-"+e))0===u.indexOf("relative-type-")?(a=parseInt(u.substr(14)),o.push({scale:t,value:a,pattern:n[u]})):0==u.indexOf("relativeTime-type-")&&(r=n[u],i="past"===u.substr(18)?-1:1,s.forEach((function(e){o.push({scale:t,sign:i,pattern:r["relativeTimePattern-count-"+e]})})))}.bind(this)),o},getRelativePattern:function(t,e,n,r){var a,i;return"string"==typeof n&&(r=n,n=void 0),void 0===n&&(n=e>0),void 0===r&&(r="wide"),ut("wide"===r||"short"===r||"narrow"===r,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'"),i=t+"-"+r,0!==e&&-2!==e&&2!==e||(a=this._get("dateFields",i,"relative-type-"+e)),a||(a=this._get("dateFields",i,"relativeTime-type-"+(n?"future":"past"))["relativeTimePattern-count-"+this.getPluralCategory(Math.abs(e).toString())]),a},getRelativeSecond:function(t,e){return this.getRelativePattern("second",t,e)},getRelativeMinute:function(t,e){return 0==t?null:this.getRelativePattern("minute",t,e)},getRelativeHour:function(t,e){return 0==t?null:this.getRelativePattern("hour",t,e)},getRelativeDay:function(t,e){return this.getRelativePattern("day",t,e)},getRelativeWeek:function(t,e){return this.getRelativePattern("week",t,e)},getRelativeMonth:function(t,e){return this.getRelativePattern("month",t,e)},getDisplayName:function(t,e){ut("second"==t||"minute"==t||"hour"==t||"zone"==t||"day"==t||"weekday"==t||"week"==t||"month"==t||"quarter"==t||"year"==t||"era"==t,"sType must be second, minute, hour, zone, day, weekday, week, month, quarter, year, era"),void 0===e&&(e="wide"),ut("wide"===e||"short"===e||"narrow"===e,"sStyle is only allowed to be set with 'wide', 'short' or 'narrow'");var n=-1===["era","weekday","zone"].indexOf(t)?t+"-"+e:t;return this._get("dateFields",n,"displayName")},getRelativeYear:function(t,e){return this.getRelativePattern("year",t,e)},getDecimalFormat:function(t,e,n){var r,a;switch(t){case"long":a=this._get("decimalFormat-long");break;default:a=this._get("decimalFormat-short")}if(a){var i=e+"-"+n;(r=a[i])||(r=a[i=e+"-other"])}return r},getCurrencyFormat:function(t,e,n){var r,a=this._get("currencyFormat-"+t);if(!a){if("sap-short"===t)throw new Error('Failed to get CLDR data for property "currencyFormat-sap-short"');a=this._get("currencyFormat-short")}if(a){var i=e+"-"+n;(r=a[i])||(r=a[i=e+"-other"])}return r},getListFormat:function(t,e){var n=this._get("listPattern-"+(t||"standard")+"-"+(e||"wide"));return n||{}},getResolvedUnitFormat:function(t){return t=this.getUnitFromMapping(t)||t,this.getUnitFormat(t)},getUnitFormat:function(t){return this._get("units","short",t)},getUnitFormats:function(){return this._getMerged("units","short")},getUnitFromMapping:function(t){return this._get("unitMappings",t)},getEras:function(t,e){ut("wide"==t||"abbreviated"==t||"narrow"==t,"sWidth must be wide, abbreviate or narrow");var n=this._get(St(e),"era-"+t),r=[];for(var a in n)r[parseInt(a)]=n[a];return r},getEraDates:function(t){var e=this._get("eras-"+t.toLowerCase()),n=[];for(var r in e)n[parseInt(r)]=e[r];return n},getCalendarWeek:function(t,e){ut("wide"==t||"narrow"==t,"sStyle must be wide or narrow");var n="date.week.calendarweek."+t;return sap.ui.getWCCore().getLibraryResourceBundle("sap.ui.core",this.oLocale.toString()).getText(n,e)},getPreferredCalendarType:function(){var t,e,n,r=this._get("calendarPreference"),a=r?r.split(" "):[];for(n=0;n<a.length;n++)for(e in t=a[n].split("-")[0],T)if(t===e.toLowerCase())return e;return T.Gregorian},getPreferredHourSymbol:function(){return this._get("timeData","_preferred")},getPluralCategories:function(){var t=this._get("plurals"),e=Object.keys(t);return e.push("other"),e},getPluralCategory:function(t){var e=this._get("plurals");for(var n in"number"==typeof t&&(t=t.toString()),this._pluralTest||(this._pluralTest={}),e){var r=this._pluralTest[n];if(r||(r=this._parsePluralRule(e[n]),this._pluralTest[n]=r),r(t))return n}return"other"},_parsePluralRule:function(t){var e,n="or",r="and",a="%",i="=",o="!=",s="n",u="i",l="f",c="t",h="v",d="w",m="..",p=",",g=0;function f(t){return e[g]===t&&(g++,!0)}function y(){var t=e[g];return g++,t}e=t.split(" ");var v=function t(){var e,g;return e=function t(){var e,n;if(e=function(){var t,e,n;if(t=function(){var t;if(t=function(){if(f(s))return function(t){return t.n};if(f(u))return function(t){return t.i};if(f(l))return function(t){return t.f};if(f(c))return function(t){return t.t};if(f(h))return function(t){return t.v};if(f(d))return function(t){return t.w};throw new Error("Unknown operand: "+y())}(),f(a)){var e=parseInt(y());return function(n){return t(n)%e}}return t}(),f(i))n=!0;else{if(!f(o))throw new Error("Expected '=' or '!='");n=!1}return e=function(){var t,e,n,r=[];return y().split(p).forEach((function(a){if(1===(t=a.split(m)).length)r.push(parseInt(a));else{e=parseInt(t[0]),n=parseInt(t[1]);for(var i=e;i<=n;i++)r.push(i)}})),function(t){return r}}(),n?function(n){return e(n).indexOf(t(n))>=0}:function(n){return-1===e(n).indexOf(t(n))}}(),f(r))return n=t(),function(t){return e(t)&&n(t)};return e}(),f(n)?(g=t(),function(t){return e(t)||g(t)}):e}();if(g!=e.length)throw new Error("Not completely parsed");return function(t){var e,n,r,a,i=t.indexOf(".");return-1===i?(e=t,n="",r=""):(e=t.substr(0,i),r=(n=t.substr(i+1)).replace(/0+$/,"")),a={n:parseFloat(t),i:parseInt(e),v:n.length,w:r.length,f:parseInt(n),t:parseInt(r)},v(a)}}}),_t={Era:{field:"era",index:0},Year:{field:"year",index:1},Quarter:{field:"quarter",index:2},Month:{field:"month",index:3},Week:{field:"week",index:4},"Day-Of-Week":{field:"weekday",index:5},Day:{field:"day",index:6},DayPeriod:{field:"hour",index:7,diffOnly:!0},Hour:{field:"hour",index:8},Minute:{field:"minute",index:9},Second:{field:"second",index:10},Timezone:{field:"zone",index:11}},wt={G:{group:"Era",match:"Era",numericCeiling:1},y:{group:"Year",match:"Year",numericCeiling:100},Y:{group:"Year",match:"Year",numericCeiling:100},Q:{group:"Quarter",match:"Quarter",numericCeiling:3},q:{group:"Quarter",match:"Quarter",numericCeiling:3},M:{group:"Month",match:"Month",numericCeiling:3},L:{group:"Month",match:"Month",numericCeiling:3},w:{group:"Week",match:"Week",numericCeiling:100},W:{group:"Week",match:"Week",numericCeiling:100},d:{group:"Day",match:"Day",numericCeiling:100},D:{group:"Day",match:"Day",numericCeiling:100},E:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:1},e:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:3},c:{group:"Day-Of-Week",match:"Day-Of-Week",numericCeiling:2},h:{group:"Hour",match:"Hour12",numericCeiling:100},H:{group:"Hour",match:"Hour24",numericCeiling:100},k:{group:"Hour",match:"Hour24",numericCeiling:100},K:{group:"Hour",match:"Hour12",numericCeiling:100},m:{group:"Minute",match:"Minute",numericCeiling:100},s:{group:"Second",match:"Second",numericCeiling:100},z:{group:"Timezone",match:"Timezone",numericCeiling:1},Z:{group:"Timezone",match:"Timezone",numericCeiling:1},O:{group:"Timezone",match:"Timezone",numericCeiling:1},v:{group:"Timezone",match:"Timezone",numericCeiling:1},V:{group:"Timezone",match:"Timezone",numericCeiling:1},X:{group:"Timezone",match:"Timezone",numericCeiling:1},x:{group:"Timezone",match:"Timezone",numericCeiling:1},S:{group:"Other",numericCeiling:100},u:{group:"Other",numericCeiling:100},U:{group:"Other",numericCeiling:1},r:{group:"Other",numericCeiling:100},F:{group:"Other",numericCeiling:100},g:{group:"Other",numericCeiling:100},a:{group:"DayPeriod",numericCeiling:1},b:{group:"Other",numericCeiling:1},B:{group:"Other",numericCeiling:1},A:{group:"Other",numericCeiling:100}},Mt={orientation:"left-to-right",languages:{},scripts:{},territories:{},"ca-gregorian":{dateFormats:{full:"EEEE, MMMM d, y",long:"MMMM d, y",medium:"MMM d, y",short:"M/d/yy"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1} 'at' {0}",long:"{1} 'at' {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{d:"d",E:"ccc",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"MMM d, y G",GyMMMEd:"E, MMM d, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"M/d",MEd:"E, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"E, MMM d",MMMMd:"MMMM d",ms:"mm:ss",y:"y",yM:"M/y",yMd:"M/d/y",yMEd:"E, M/d/y",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"E, MMM d, y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{0} {1}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{0} {1}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",d:{d:"d – d"},h:{a:"h a – h a",h:"h – h a"},H:{H:"HH – HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm – h:mm a",m:"h:mm – h:mm a"},Hm:{H:"HH:mm – HH:mm",m:"HH:mm – HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm – h:mm a v",m:"h:mm – h:mm a v"},Hmv:{H:"HH:mm – HH:mm v",m:"HH:mm – HH:mm v"},hv:{a:"h a – h a v",h:"h – h a v"},Hv:{H:"HH – HH v"},M:{M:"M – M"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"E, M/d – E, M/d",M:"E, M/d – E, M/d"},MMM:{M:"MMM – MMM"},MMMd:{d:"MMM d – d",M:"MMM d – MMM d"},MMMEd:{d:"E, MMM d – E, MMM d",M:"E, MMM d – E, MMM d"},y:{y:"y – y"},yM:{M:"M/y – M/y",y:"M/y – M/y"},yMd:{d:"M/d/y – M/d/y",M:"M/d/y – M/d/y",y:"M/d/y – M/d/y"},yMEd:{d:"E, M/d/y – E, M/d/y",M:"E, M/d/y – E, M/d/y",y:"E, M/d/y – E, M/d/y"},yMMM:{M:"MMM – MMM y",y:"MMM y – MMM y"},yMMMd:{d:"MMM d – d, y",M:"MMM d – MMM d, y",y:"MMM d, y – MMM d, y"},yMMMEd:{d:"E, MMM d – E, MMM d, y",M:"E, MMM d – E, MMM d, y",y:"E, MMM d, y – E, MMM d, y"},yMMMM:{M:"MMMM – MMMM y",y:"MMMM y – MMMM y"}}},months:{format:{abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},"stand-alone":{abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]}},days:{format:{abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},"stand-alone":{abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},quarters:{format:{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},"stand-alone":{abbreviated:["Q1","Q2","Q3","Q4"],narrow:["1","2","3","4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]}},dayPeriods:{format:{abbreviated:["AM","PM"],narrow:["a","p"],wide:["AM","PM"]},"stand-alone":{abbreviated:["AM","PM"],narrow:["AM","PM"],wide:["AM","PM"]}},"era-wide":{0:"Before Christ",1:"Anno Domini"},"era-abbreviated":{0:"BC",1:"AD"},"era-narrow":{0:"B",1:"A"}},"eras-gregorian":{0:{_end:"0-12-31"},1:{_start:"1-01-01"}},dateFields:{era:{displayName:"era"},"year-wide":{displayName:"year","relative-type--1":"last year","relative-type-0":"this year","relative-type-1":"next year","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} year","relativeTimePattern-count-other":"in {0} years"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} year ago","relativeTimePattern-count-other":"{0} years ago"}},"year-short":{displayName:"yr.","relative-type--1":"last yr.","relative-type-0":"this yr.","relative-type-1":"next yr.","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} yr.","relativeTimePattern-count-other":"in {0} yr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} yr. ago","relativeTimePattern-count-other":"{0} yr. ago"}},"year-narrow":{displayName:"yr.","relative-type--1":"last yr.","relative-type-0":"this yr.","relative-type-1":"next yr.","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} yr.","relativeTimePattern-count-other":"in {0} yr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} yr. ago","relativeTimePattern-count-other":"{0} yr. ago"}},"quarter-wide":{displayName:"quarter","relative-type--1":"last quarter","relative-type-0":"this quarter","relative-type-1":"next quarter","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} quarter","relativeTimePattern-count-other":"in {0} quarters"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} quarter ago","relativeTimePattern-count-other":"{0} quarters ago"}},"quarter-short":{displayName:"qtr.","relative-type--1":"last qtr.","relative-type-0":"this qtr.","relative-type-1":"next qtr.","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} qtr.","relativeTimePattern-count-other":"in {0} qtrs."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} qtr. ago","relativeTimePattern-count-other":"{0} qtrs. ago"}},"quarter-narrow":{displayName:"qtr.","relative-type--1":"last qtr.","relative-type-0":"this qtr.","relative-type-1":"next qtr.","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} qtr.","relativeTimePattern-count-other":"in {0} qtrs."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} qtr. ago","relativeTimePattern-count-other":"{0} qtrs. ago"}},"month-wide":{displayName:"month","relative-type--1":"last month","relative-type-0":"this month","relative-type-1":"next month","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} month","relativeTimePattern-count-other":"in {0} months"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} month ago","relativeTimePattern-count-other":"{0} months ago"}},"month-short":{displayName:"mo.","relative-type--1":"last mo.","relative-type-0":"this mo.","relative-type-1":"next mo.","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} mo.","relativeTimePattern-count-other":"in {0} mo."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} mo. ago","relativeTimePattern-count-other":"{0} mo. ago"}},"month-narrow":{displayName:"mo.","relative-type--1":"last mo.","relative-type-0":"this mo.","relative-type-1":"next mo.","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} mo.","relativeTimePattern-count-other":"in {0} mo."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} mo. ago","relativeTimePattern-count-other":"{0} mo. ago"}},"week-wide":{displayName:"week","relative-type--1":"last week","relative-type-0":"this week","relative-type-1":"next week","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} week","relativeTimePattern-count-other":"in {0} weeks"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} week ago","relativeTimePattern-count-other":"{0} weeks ago"},relativePeriod:"the week of {0}"},"week-short":{displayName:"wk.","relative-type--1":"last wk.","relative-type-0":"this wk.","relative-type-1":"next wk.","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} wk.","relativeTimePattern-count-other":"in {0} wk."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} wk. ago","relativeTimePattern-count-other":"{0} wk. ago"},relativePeriod:"the week of {0}"},"week-narrow":{displayName:"wk.","relative-type--1":"last wk.","relative-type-0":"this wk.","relative-type-1":"next wk.","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} wk.","relativeTimePattern-count-other":"in {0} wk."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} wk. ago","relativeTimePattern-count-other":"{0} wk. ago"},relativePeriod:"the week of {0}"},"day-wide":{displayName:"day","relative-type--1":"yesterday","relative-type-0":"today","relative-type-1":"tomorrow","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} day","relativeTimePattern-count-other":"in {0} days"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} day ago","relativeTimePattern-count-other":"{0} days ago"}},"day-short":{displayName:"day","relative-type--1":"yesterday","relative-type-0":"today","relative-type-1":"tomorrow","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} day","relativeTimePattern-count-other":"in {0} days"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} day ago","relativeTimePattern-count-other":"{0} days ago"}},"day-narrow":{displayName:"day","relative-type--1":"yesterday","relative-type-0":"today","relative-type-1":"tomorrow","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} day","relativeTimePattern-count-other":"in {0} days"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} day ago","relativeTimePattern-count-other":"{0} days ago"}},weekday:{displayName:"day of the week"},"hour-wide":{displayName:"hour","relative-type-0":"this hour","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} hour","relativeTimePattern-count-other":"in {0} hours"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} hour ago","relativeTimePattern-count-other":"{0} hours ago"}},"hour-short":{displayName:"hr.","relative-type-0":"this hour","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} hr.","relativeTimePattern-count-other":"in {0} hr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} hr. ago","relativeTimePattern-count-other":"{0} hr. ago"}},"hour-narrow":{displayName:"hr.","relative-type-0":"this hour","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} hr.","relativeTimePattern-count-other":"in {0} hr."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} hr. ago","relativeTimePattern-count-other":"{0} hr. ago"}},"minute-wide":{displayName:"minute","relative-type-0":"this minute","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} minute","relativeTimePattern-count-other":"in {0} minutes"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} minute ago","relativeTimePattern-count-other":"{0} minutes ago"}},"minute-short":{displayName:"min.","relative-type-0":"this minute","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} min.","relativeTimePattern-count-other":"in {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min. ago","relativeTimePattern-count-other":"{0} min. ago"}},"minute-narrow":{displayName:"min.","relative-type-0":"this minute","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} min.","relativeTimePattern-count-other":"in {0} min."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} min. ago","relativeTimePattern-count-other":"{0} min. ago"}},"second-wide":{displayName:"second","relative-type-0":"now","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} second","relativeTimePattern-count-other":"in {0} seconds"},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} second ago","relativeTimePattern-count-other":"{0} seconds ago"}},"second-short":{displayName:"sec.","relative-type-0":"now","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} sec.","relativeTimePattern-count-other":"in {0} sec."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sec. ago","relativeTimePattern-count-other":"{0} sec. ago"}},"second-narrow":{displayName:"sec.","relative-type-0":"now","relativeTime-type-future":{"relativeTimePattern-count-one":"in {0} sec.","relativeTimePattern-count-other":"in {0} sec."},"relativeTime-type-past":{"relativeTimePattern-count-one":"{0} sec. ago","relativeTimePattern-count-other":"{0} sec. ago"}},zone:{displayName:"time zone"}},decimalFormat:{standard:"#,##0.###"},currencyFormat:{standard:"¤#,##0.00",currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}}},percentFormat:{standard:"#,##0%"},miscPattern:{approximately:"~{0}",atLeast:"{0}+",atMost:"≤{0}",range:"{0}–{1}"},"symbols-latn-decimal":".","symbols-latn-group":",","symbols-latn-plusSign":"+","symbols-latn-minusSign":"-","symbols-latn-percentSign":"%","weekData-minDays":4,"weekData-firstDay":1,"weekData-weekendStart":6,"weekData-weekendEnd":0,timeData:{_allowed:"H h",_preferred:"H"},"lenient-scope-number":{minusSign:"-‐‒–⁻₋−➖﹣",commaSign:",،٫、︐︑﹐﹑,",plusSign:"+⁺₊➕﬩﹢"},plurals:{},units:{short:{per:{compoundUnitPattern:"{0}/{1}"},"acceleration-g-force":{displayName:"g-force","unitPattern-count-one":"{0} G","unitPattern-count-other":"{0} G"},"acceleration-meter-per-second-squared":{displayName:"meters/sec²","unitPattern-count-one":"{0} m/s²","unitPattern-count-other":"{0} m/s²"},"angle-revolution":{displayName:"rev","unitPattern-count-one":"{0} rev","unitPattern-count-other":"{0} rev"},"angle-radian":{displayName:"radians","unitPattern-count-one":"{0} rad","unitPattern-count-other":"{0} rad"},"angle-degree":{displayName:"degrees","unitPattern-count-one":"{0} deg","unitPattern-count-other":"{0} deg"},"angle-arc-minute":{displayName:"arcmins","unitPattern-count-one":"{0} arcmin","unitPattern-count-other":"{0} arcmins"},"angle-arc-second":{displayName:"arcsecs","unitPattern-count-one":"{0} arcsec","unitPattern-count-other":"{0} arcsecs"},"area-square-kilometer":{displayName:"km²","unitPattern-count-one":"{0} km²","unitPattern-count-other":"{0} km²",perUnitPattern:"{0}/km²"},"area-hectare":{displayName:"hectares","unitPattern-count-one":"{0} ha","unitPattern-count-other":"{0} ha"},"area-square-meter":{displayName:"meters²","unitPattern-count-one":"{0} m²","unitPattern-count-other":"{0} m²",perUnitPattern:"{0}/m²"},"area-square-centimeter":{displayName:"cm²","unitPattern-count-one":"{0} cm²","unitPattern-count-other":"{0} cm²",perUnitPattern:"{0}/cm²"},"area-square-mile":{displayName:"sq miles","unitPattern-count-one":"{0} sq mi","unitPattern-count-other":"{0} sq mi",perUnitPattern:"{0}/mi²"},"area-acre":{displayName:"acres","unitPattern-count-one":"{0} ac","unitPattern-count-other":"{0} ac"},"area-square-yard":{displayName:"yards²","unitPattern-count-one":"{0} yd²","unitPattern-count-other":"{0} yd²"},"area-square-foot":{displayName:"sq feet","unitPattern-count-one":"{0} sq ft","unitPattern-count-other":"{0} sq ft"},"area-square-inch":{displayName:"inches²","unitPattern-count-one":"{0} in²","unitPattern-count-other":"{0} in²",perUnitPattern:"{0}/in²"},"concentr-karat":{displayName:"karats","unitPattern-count-one":"{0} kt","unitPattern-count-other":"{0} kt"},"concentr-milligram-per-deciliter":{displayName:"mg/dL","unitPattern-count-one":"{0} mg/dL","unitPattern-count-other":"{0} mg/dL"},"concentr-millimole-per-liter":{displayName:"millimol/liter","unitPattern-count-one":"{0} mmol/L","unitPattern-count-other":"{0} mmol/L"},"concentr-part-per-million":{displayName:"parts/million","unitPattern-count-one":"{0} ppm","unitPattern-count-other":"{0} ppm"},"consumption-liter-per-kilometer":{displayName:"liters/km","unitPattern-count-one":"{0} L/km","unitPattern-count-other":"{0} L/km"},"consumption-liter-per-100kilometers":{displayName:"L/100 km","unitPattern-count-one":"{0} L/100 km","unitPattern-count-other":"{0} L/100 km"},"consumption-mile-per-gallon":{displayName:"miles/gal","unitPattern-count-one":"{0} mpg","unitPattern-count-other":"{0} mpg"},"consumption-mile-per-gallon-imperial":{displayName:"miles/gal Imp.","unitPattern-count-one":"{0} mpg Imp.","unitPattern-count-other":"{0} mpg Imp."},"digital-terabyte":{displayName:"TByte","unitPattern-count-one":"{0} TB","unitPattern-count-other":"{0} TB"},"digital-terabit":{displayName:"Tbit","unitPattern-count-one":"{0} Tb","unitPattern-count-other":"{0} Tb"},"digital-gigabyte":{displayName:"GByte","unitPattern-count-one":"{0} GB","unitPattern-count-other":"{0} GB"},"digital-gigabit":{displayName:"Gbit","unitPattern-count-one":"{0} Gb","unitPattern-count-other":"{0} Gb"},"digital-megabyte":{displayName:"MByte","unitPattern-count-one":"{0} MB","unitPattern-count-other":"{0} MB"},"digital-megabit":{displayName:"Mbit","unitPattern-count-one":"{0} Mb","unitPattern-count-other":"{0} Mb"},"digital-kilobyte":{displayName:"kByte","unitPattern-count-one":"{0} kB","unitPattern-count-other":"{0} kB"},"digital-kilobit":{displayName:"kbit","unitPattern-count-one":"{0} kb","unitPattern-count-other":"{0} kb"},"digital-byte":{displayName:"byte","unitPattern-count-one":"{0} byte","unitPattern-count-other":"{0} byte"},"digital-bit":{displayName:"bit","unitPattern-count-one":"{0} bit","unitPattern-count-other":"{0} bit"},"duration-century":{displayName:"c","unitPattern-count-one":"{0} c","unitPattern-count-other":"{0} c"},"duration-year":{displayName:"years","unitPattern-count-one":"{0} yr","unitPattern-count-other":"{0} yrs",perUnitPattern:"{0}/y"},"duration-month":{displayName:"months","unitPattern-count-one":"{0} mth","unitPattern-count-other":"{0} mths",perUnitPattern:"{0}/m"},"duration-week":{displayName:"weeks","unitPattern-count-one":"{0} wk","unitPattern-count-other":"{0} wks",perUnitPattern:"{0}/w"},"duration-day":{displayName:"days","unitPattern-count-one":"{0} day","unitPattern-count-other":"{0} days",perUnitPattern:"{0}/d"},"duration-hour":{displayName:"hours","unitPattern-count-one":"{0} hr","unitPattern-count-other":"{0} hr",perUnitPattern:"{0}/h"},"duration-minute":{displayName:"mins","unitPattern-count-one":"{0} min","unitPattern-count-other":"{0} min",perUnitPattern:"{0}/min"},"duration-second":{displayName:"secs","unitPattern-count-one":"{0} sec","unitPattern-count-other":"{0} sec",perUnitPattern:"{0}/s"},"duration-millisecond":{displayName:"millisecs","unitPattern-count-one":"{0} ms","unitPattern-count-other":"{0} ms"},"duration-microsecond":{displayName:"μsecs","unitPattern-count-one":"{0} μs","unitPattern-count-other":"{0} μs"},"duration-nanosecond":{displayName:"nanosecs","unitPattern-count-one":"{0} ns","unitPattern-count-other":"{0} ns"},"electric-ampere":{displayName:"amps","unitPattern-count-one":"{0} A","unitPattern-count-other":"{0} A"},"electric-milliampere":{displayName:"milliamps","unitPattern-count-one":"{0} mA","unitPattern-count-other":"{0} mA"},"electric-ohm":{displayName:"ohms","unitPattern-count-one":"{0} Ω","unitPattern-count-other":"{0} Ω"},"electric-volt":{displayName:"volts","unitPattern-count-one":"{0} V","unitPattern-count-other":"{0} V"},"energy-kilocalorie":{displayName:"kcal","unitPattern-count-one":"{0} kcal","unitPattern-count-other":"{0} kcal"},"energy-calorie":{displayName:"cal","unitPattern-count-one":"{0} cal","unitPattern-count-other":"{0} cal"},"energy-foodcalorie":{displayName:"Cal","unitPattern-count-one":"{0} Cal","unitPattern-count-other":"{0} Cal"},"energy-kilojoule":{displayName:"kilojoule","unitPattern-count-one":"{0} kJ","unitPattern-count-other":"{0} kJ"},"energy-joule":{displayName:"joules","unitPattern-count-one":"{0} J","unitPattern-count-other":"{0} J"},"energy-kilowatt-hour":{displayName:"kW-hour","unitPattern-count-one":"{0} kWh","unitPattern-count-other":"{0} kWh"},"frequency-gigahertz":{displayName:"GHz","unitPattern-count-one":"{0} GHz","unitPattern-count-other":"{0} GHz"},"frequency-megahertz":{displayName:"MHz","unitPattern-count-one":"{0} MHz","unitPattern-count-other":"{0} MHz"},"frequency-kilohertz":{displayName:"kHz","unitPattern-count-one":"{0} kHz","unitPattern-count-other":"{0} kHz"},"frequency-hertz":{displayName:"Hz","unitPattern-count-one":"{0} Hz","unitPattern-count-other":"{0} Hz"},"length-kilometer":{displayName:"km","unitPattern-count-one":"{0} km","unitPattern-count-other":"{0} km",perUnitPattern:"{0}/km"},"length-meter":{displayName:"m","unitPattern-count-one":"{0} m","unitPattern-count-other":"{0} m",perUnitPattern:"{0}/m"},"length-decimeter":{displayName:"dm","unitPattern-count-one":"{0} dm","unitPattern-count-other":"{0} dm"},"length-centimeter":{displayName:"cm","unitPattern-count-one":"{0} cm","unitPattern-count-other":"{0} cm",perUnitPattern:"{0}/cm"},"length-millimeter":{displayName:"mm","unitPattern-count-one":"{0} mm","unitPattern-count-other":"{0} mm"},"length-micrometer":{displayName:"µmeters","unitPattern-count-one":"{0} µm","unitPattern-count-other":"{0} µm"},"length-nanometer":{displayName:"nm","unitPattern-count-one":"{0} nm","unitPattern-count-other":"{0} nm"},"length-picometer":{displayName:"pm","unitPattern-count-one":"{0} pm","unitPattern-count-other":"{0} pm"},"length-mile":{displayName:"miles","unitPattern-count-one":"{0} mi","unitPattern-count-other":"{0} mi"},"length-yard":{displayName:"yards","unitPattern-count-one":"{0} yd","unitPattern-count-other":"{0} yd"},"length-foot":{displayName:"feet","unitPattern-count-one":"{0} ft","unitPattern-count-other":"{0} ft",perUnitPattern:"{0}/ft"},"length-inch":{displayName:"inches","unitPattern-count-one":"{0} in","unitPattern-count-other":"{0} in",perUnitPattern:"{0}/in"},"length-parsec":{displayName:"parsecs","unitPattern-count-one":"{0} pc","unitPattern-count-other":"{0} pc"},"length-light-year":{displayName:"light yrs","unitPattern-count-one":"{0} ly","unitPattern-count-other":"{0} ly"},"length-astronomical-unit":{displayName:"au","unitPattern-count-one":"{0} au","unitPattern-count-other":"{0} au"},"length-furlong":{displayName:"furlongs","unitPattern-count-one":"{0} fur","unitPattern-count-other":"{0} fur"},"length-fathom":{displayName:"fathoms","unitPattern-count-one":"{0} ftm","unitPattern-count-other":"{0} ftm"},"length-nautical-mile":{displayName:"nmi","unitPattern-count-one":"{0} nmi","unitPattern-count-other":"{0} nmi"},"length-mile-scandinavian":{displayName:"smi","unitPattern-count-one":"{0} smi","unitPattern-count-other":"{0} smi"},"length-point":{displayName:"points","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"light-lux":{displayName:"lux","unitPattern-count-one":"{0} lx","unitPattern-count-other":"{0} lx"},"mass-metric-ton":{displayName:"t","unitPattern-count-one":"{0} t","unitPattern-count-other":"{0} t"},"mass-kilogram":{displayName:"kg","unitPattern-count-one":"{0} kg","unitPattern-count-other":"{0} kg",perUnitPattern:"{0}/kg"},"mass-gram":{displayName:"grams","unitPattern-count-one":"{0} g","unitPattern-count-other":"{0} g",perUnitPattern:"{0}/g"},"mass-milligram":{displayName:"mg","unitPattern-count-one":"{0} mg","unitPattern-count-other":"{0} mg"},"mass-microgram":{displayName:"µg","unitPattern-count-one":"{0} µg","unitPattern-count-other":"{0} µg"},"mass-ton":{displayName:"tons","unitPattern-count-one":"{0} tn","unitPattern-count-other":"{0} tn"},"mass-stone":{displayName:"stones","unitPattern-count-one":"{0} st","unitPattern-count-other":"{0} st"},"mass-pound":{displayName:"pounds","unitPattern-count-one":"{0} lb","unitPattern-count-other":"{0} lb",perUnitPattern:"{0}/lb"},"mass-ounce":{displayName:"oz","unitPattern-count-one":"{0} oz","unitPattern-count-other":"{0} oz",perUnitPattern:"{0}/oz"},"mass-ounce-troy":{displayName:"oz troy","unitPattern-count-one":"{0} oz t","unitPattern-count-other":"{0} oz t"},"mass-carat":{displayName:"carats","unitPattern-count-one":"{0} CD","unitPattern-count-other":"{0} CD"},"power-gigawatt":{displayName:"GW","unitPattern-count-one":"{0} GW","unitPattern-count-other":"{0} GW"},"power-megawatt":{displayName:"MW","unitPattern-count-one":"{0} MW","unitPattern-count-other":"{0} MW"},"power-kilowatt":{displayName:"kW","unitPattern-count-one":"{0} kW","unitPattern-count-other":"{0} kW"},"power-watt":{displayName:"watts","unitPattern-count-one":"{0} W","unitPattern-count-other":"{0} W"},"power-milliwatt":{displayName:"mW","unitPattern-count-one":"{0} mW","unitPattern-count-other":"{0} mW"},"power-horsepower":{displayName:"hp","unitPattern-count-one":"{0} hp","unitPattern-count-other":"{0} hp"},"pressure-hectopascal":{displayName:"hPa","unitPattern-count-one":"{0} hPa","unitPattern-count-other":"{0} hPa"},"pressure-millimeter-of-mercury":{displayName:"mmHg","unitPattern-count-one":"{0} mmHg","unitPattern-count-other":"{0} mmHg"},"pressure-pound-per-square-inch":{displayName:"psi","unitPattern-count-one":"{0} psi","unitPattern-count-other":"{0} psi"},"pressure-inch-hg":{displayName:"inHg","unitPattern-count-one":"{0} inHg","unitPattern-count-other":"{0} inHg"},"pressure-millibar":{displayName:"mbar","unitPattern-count-one":"{0} mbar","unitPattern-count-other":"{0} mbar"},"speed-kilometer-per-hour":{displayName:"km/hour","unitPattern-count-one":"{0} kph","unitPattern-count-other":"{0} kph"},"speed-meter-per-second":{displayName:"meters/sec","unitPattern-count-one":"{0} m/s","unitPattern-count-other":"{0} m/s"},"speed-mile-per-hour":{displayName:"miles/hour","unitPattern-count-one":"{0} mph","unitPattern-count-other":"{0} mph"},"speed-knot":{displayName:"kn","unitPattern-count-one":"{0} kn","unitPattern-count-other":"{0} kn"},"temperature-generic":{displayName:"°","unitPattern-count-other":"{0}°"},"temperature-celsius":{displayName:"deg. C","unitPattern-count-one":"{0}°C","unitPattern-count-other":"{0}°C"},"temperature-fahrenheit":{displayName:"deg. F","unitPattern-count-one":"{0}°F","unitPattern-count-other":"{0}°F"},"temperature-kelvin":{displayName:"K","unitPattern-count-one":"{0} K","unitPattern-count-other":"{0} K"},"volume-cubic-kilometer":{displayName:"km³","unitPattern-count-one":"{0} km³","unitPattern-count-other":"{0} km³"},"volume-cubic-meter":{displayName:"m³","unitPattern-count-one":"{0} m³","unitPattern-count-other":"{0} m³",perUnitPattern:"{0}/m³"},"volume-cubic-centimeter":{displayName:"cm³","unitPattern-count-one":"{0} cm³","unitPattern-count-other":"{0} cm³",perUnitPattern:"{0}/cm³"},"volume-cubic-mile":{displayName:"mi³","unitPattern-count-one":"{0} mi³","unitPattern-count-other":"{0} mi³"},"volume-cubic-yard":{displayName:"yards³","unitPattern-count-one":"{0} yd³","unitPattern-count-other":"{0} yd³"},"volume-cubic-foot":{displayName:"feet³","unitPattern-count-one":"{0} ft³","unitPattern-count-other":"{0} ft³"},"volume-cubic-inch":{displayName:"inches³","unitPattern-count-one":"{0} in³","unitPattern-count-other":"{0} in³"},"volume-megaliter":{displayName:"ML","unitPattern-count-one":"{0} ML","unitPattern-count-other":"{0} ML"},"volume-hectoliter":{displayName:"hL","unitPattern-count-one":"{0} hL","unitPattern-count-other":"{0} hL"},"volume-liter":{displayName:"liters","unitPattern-count-one":"{0} L","unitPattern-count-other":"{0} L",perUnitPattern:"{0}/L"},"volume-deciliter":{displayName:"dL","unitPattern-count-one":"{0} dL","unitPattern-count-other":"{0} dL"},"volume-centiliter":{displayName:"cL","unitPattern-count-one":"{0} cL","unitPattern-count-other":"{0} cL"},"volume-milliliter":{displayName:"mL","unitPattern-count-one":"{0} mL","unitPattern-count-other":"{0} mL"},"volume-pint-metric":{displayName:"mpt","unitPattern-count-one":"{0} mpt","unitPattern-count-other":"{0} mpt"},"volume-cup-metric":{displayName:"mcup","unitPattern-count-one":"{0} mc","unitPattern-count-other":"{0} mc"},"volume-acre-foot":{displayName:"acre ft","unitPattern-count-one":"{0} ac ft","unitPattern-count-other":"{0} ac ft"},"volume-bushel":{displayName:"bushels","unitPattern-count-one":"{0} bu","unitPattern-count-other":"{0} bu"},"volume-gallon":{displayName:"gal","unitPattern-count-one":"{0} gal","unitPattern-count-other":"{0} gal",perUnitPattern:"{0}/gal US"},"volume-gallon-imperial":{displayName:"Imp. gal","unitPattern-count-one":"{0} gal Imp.","unitPattern-count-other":"{0} gal Imp.",perUnitPattern:"{0}/gal Imp."},"volume-quart":{displayName:"qts","unitPattern-count-one":"{0} qt","unitPattern-count-other":"{0} qt"},"volume-pint":{displayName:"pints","unitPattern-count-one":"{0} pt","unitPattern-count-other":"{0} pt"},"volume-cup":{displayName:"cups","unitPattern-count-one":"{0} c","unitPattern-count-other":"{0} c"},"volume-fluid-ounce":{displayName:"fl oz","unitPattern-count-one":"{0} fl oz","unitPattern-count-other":"{0} fl oz"},"volume-tablespoon":{displayName:"tbsp","unitPattern-count-one":"{0} tbsp","unitPattern-count-other":"{0} tbsp"},"volume-teaspoon":{displayName:"tsp","unitPattern-count-one":"{0} tsp","unitPattern-count-other":"{0} tsp"},coordinateUnit:{east:"{0} E",north:"{0} N",south:"{0} S",west:"{0} W"}}}},bt={iw:"he",ji:"yi",in:"id",sh:"sr"},Tt=function(){var t,e=pt._cldrLocales,n={};if(e)for(t=0;t<e.length;t++)n[e[t]]=!0;return n}(),Ct={};function St(t){return t||(t=sap.ui.getWCCore().getConfiguration().getCalendarType()),"ca-"+t.toLowerCase()}var Dt=Pt.extend("sap.ui.core.CustomLocaleData",{constructor:function(t){Pt.apply(this,arguments),this.mCustomData=sap.ui.getWCCore().getConfiguration().getFormatSettings().getCustomLocaleData()},_get:function(){var t,e=Array.prototype.slice.call(arguments);0==e[0].indexOf("ca-")&&e[0]==St()&&(e=e.slice(1)),t=e.join("-");var n=this.mCustomData[t];return null==n&&null==(n=this._getDeep(this.mCustomData,arguments))&&(n=this._getDeep(this.mData,arguments)),n},_getMerged:function(){var t=this._getDeep(this.mData,arguments),e=this._getDeep(this.mCustomData,arguments);return dt({},t,e)}});Pt.getInstance=function(t){return t.hasPrivateUseSubtag("sapufmt")?new Dt(t):new Pt(t)};var Nt=new Map,Et=function(t){return Nt.get(t)},kt=function(t,e){Nt.set(t,e)},At=ht.extend("sap.ui.core.date.UniversalDate",{constructor:function(){var t=At.getClass();return this.createDate(t,arguments)}});At.UTC=function(){var t=At.getClass();return t.UTC.apply(t,arguments)},At.now=function(){return Date.now()},At.prototype.createDate=function(t,e){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}},At.getInstance=function(t,e){var n,r;return t instanceof At&&(t=t.getJSDate()),e||(e=sap.ui.getWCCore().getConfiguration().getCalendarType()),n=At.getClass(e),(r=Object.create(n.prototype)).oDate=t,r.sCalendarType=e,r},At.getClass=function(t){t||(t=sap.ui.getWCCore().getConfiguration().getCalendarType());var e=Et(t);if(!e){if(!sap||!sap.ui||!sap.ui.requireSync)throw new Error("Calendar type ["+t+"] is not imported");e=sap.ui.requireSync("sap/ui/core/date/"+t)}return e},["getDate","getMonth","getFullYear","getYear","getDay","getHours","getMinutes","getSeconds","getMilliseconds","getUTCDate","getUTCMonth","getUTCFullYear","getUTCDay","getUTCHours","getUTCMinutes","getUTCSeconds","getUTCMilliseconds","getTime","valueOf","getTimezoneOffset","toString","toDateString","setDate","setFullYear","setYear","setMonth","setHours","setMinutes","setSeconds","setMilliseconds","setUTCDate","setUTCFullYear","setUTCMonth","setUTCHours","setUTCMinutes","setUTCSeconds","setUTCMilliseconds"].forEach((function(t){At.prototype[t]=function(){return this.oDate[t].apply(this.oDate,arguments)}})),At.prototype.getJSDate=function(){return this.oDate},At.prototype.getCalendarType=function(){return this.sCalendarType},At.prototype.getEra=function(){return At.getEraByDate(this.sCalendarType,this.oDate.getFullYear(),this.oDate.getMonth(),this.oDate.getDate())},At.prototype.setEra=function(t){},At.prototype.getUTCEra=function(){return At.getEraByDate(this.sCalendarType,this.oDate.getUTCFullYear(),this.oDate.getUTCMonth(),this.oDate.getUTCDate())},At.prototype.setUTCEra=function(t){},At.prototype.getWeek=function(){return At.getWeekByDate(this.sCalendarType,this.getFullYear(),this.getMonth(),this.getDate())},At.prototype.setWeek=function(t){var e=At.getFirstDateOfWeek(this.sCalendarType,t.year||this.getFullYear(),t.week);this.setFullYear(e.year,e.month,e.day)},At.prototype.getUTCWeek=function(){return At.getWeekByDate(this.sCalendarType,this.getUTCFullYear(),this.getUTCMonth(),this.getUTCDate())},At.prototype.setUTCWeek=function(t){var e=At.getFirstDateOfWeek(this.sCalendarType,t.year||this.getFullYear(),t.week);this.setUTCFullYear(e.year,e.month,e.day)},At.prototype.getQuarter=function(){return Math.floor(this.getMonth()/3)},At.prototype.getUTCQuarter=function(){return Math.floor(this.getUTCMonth()/3)},At.prototype.getDayPeriod=function(){return this.getHours()<12?0:1},At.prototype.getUTCDayPeriod=function(){return this.getUTCHours()<12?0:1},At.prototype.getTimezoneShort=function(){if(this.oDate.getTimezoneShort)return this.oDate.getTimezoneShort()},At.prototype.getTimezoneLong=function(){if(this.oDate.getTimezoneLong)return this.oDate.getTimezoneLong()};var Ut=6048e5;function Lt(t,e){for(var n=sap.ui.getWCCore().getFormatSettings().getFormatLocale(),r=Pt.getInstance(n),a=r.getMinimalDaysInFirstWeek(),i=sap.ui.getConfiguration().getFirstDateOfWeek()||r.getFirstDayOfWeek(),o=new t(t.UTC(e,0,1)),s=7;o.getUTCDay()!==i;)o.setUTCDate(o.getUTCDate()-1),s--;return s<a&&o.setUTCDate(o.getUTCDate()+7),o}function Ft(t,e){return Math.floor((e.valueOf()-t.valueOf())/Ut)}At.getWeekByDate=function(t,e,n,r){var a,i,o,s,u=sap.ui.getWCCore().getFormatSettings().getFormatLocale(),l=this.getClass(t),c=Lt(l,e),h=new l(l.UTC(e,n,r));return"US"===u.getRegion()?a=Ft(c,h):(o=e+1,s=Lt(l,i=e-1),h>=Lt(l,o)?(e=o,a=0):h<c?(e=i,a=Ft(s,h)):a=Ft(c,h)),{year:e,week:a}},At.getFirstDateOfWeek=function(t,e,n){var r=sap.ui.getWCCore().getFormatSettings().getFormatLocale(),a=this.getClass(t),i=Lt(a,e),o=new a(i.valueOf()+n*Ut);return"US"===r.getRegion()&&0===n&&i.getUTCFullYear()<e?{year:e,month:0,day:1}:{year:o.getUTCFullYear(),month:o.getUTCMonth(),day:o.getUTCDate()}};var xt={};function Ot(t){var e=sap.ui.getWCCore().getFormatSettings().getFormatLocale(),n=Pt.getInstance(e);if(!(r=xt[t])){var r;(r=n.getEraDates(t))[0]||(r[0]={_start:"1-1-1"});for(var a=0;a<r.length;a++){var i=r[a];i&&(i._start&&(i._startInfo=It(i._start)),i._end&&(i._endInfo=It(i._end)))}xt[t]=r}return r}function It(t){var e,n,r,a=t.split("-");return""==a[0]?(e=-parseInt(a[1]),n=parseInt(a[2])-1,r=parseInt(a[3])):(e=parseInt(a[0]),n=parseInt(a[1])-1,r=parseInt(a[2])),{timestamp:new Date(0).setUTCFullYear(e,n,r),year:e,month:n,day:r}}At.getEraByDate=function(t,e,n,r){for(var a,i=Ot(t),o=new Date(0).setUTCFullYear(e,n,r),s=i.length-1;s>=0;s--)if(a=i[s]){if(a._start&&o>=a._startInfo.timestamp)return s;if(a._end&&o<a._endInfo.timestamp)return s}},At.getCurrentEra=function(t){var e=new Date;return this.getEraByDate(t,e.getFullYear(),e.getMonth(),e.getDate())},At.getEraStartDate=function(t,e){var n=Ot(t),r=n[e]||n[0];if(r._start)return r._startInfo};var Rt=At.extend("sap.ui.core.date.Buddhist",{constructor:function(){var t=arguments;t.length>1&&(t=zt(t)),this.oDate=this.createDate(Date,t),this.sCalendarType=T.Buddhist}});function Ht(t){var e=At.getEraStartDate(T.Buddhist,0).year,n=t.year-e+1;return t.year<1941&&t.month<3&&(n-=1),null===t.year&&(n=void 0),{year:n,month:t.month,day:t.day}}function Wt(t){var e=At.getEraStartDate(T.Buddhist,0).year,n=t.year+e-1;return n<1941&&t.month<3&&(n+=1),null===t.year&&(n=void 0),{year:n,month:t.month,day:t.day}}function zt(t){var e;return e=Wt({year:t[0],month:t[1],day:void 0!==t[2]?t[2]:1}),t[0]=e.year,t}Rt.UTC=function(){var t=zt(arguments);return Date.UTC.apply(Date,t)},Rt.now=function(){return Date.now()},Rt.prototype._getBuddhist=function(){return Ht({year:this.oDate.getFullYear(),month:this.oDate.getMonth(),day:this.oDate.getDate()})},Rt.prototype._setBuddhist=function(t){var e=Wt(t);return this.oDate.setFullYear(e.year,e.month,e.day)},Rt.prototype._getUTCBuddhist=function(){return Ht({year:this.oDate.getUTCFullYear(),month:this.oDate.getUTCMonth(),day:this.oDate.getUTCDate()})},Rt.prototype._setUTCBuddhist=function(t){var e=Wt(t);return this.oDate.setUTCFullYear(e.year,e.month,e.day)},Rt.prototype.getYear=function(){return this._getBuddhist().year},Rt.prototype.getFullYear=function(){return this._getBuddhist().year},Rt.prototype.getUTCFullYear=function(){return this._getUTCBuddhist().year},Rt.prototype.setYear=function(t){var e=this._getBuddhist();return e.year=t,this._setBuddhist(e)},Rt.prototype.setFullYear=function(t,e,n){var r=this._getBuddhist();return r.year=t,void 0!==e&&(r.month=e),void 0!==n&&(r.day=n),this._setBuddhist(r)},Rt.prototype.setUTCFullYear=function(t,e,n){var r=this._getUTCBuddhist();return r.year=t,void 0!==e&&(r.month=e),void 0!==n&&(r.day=n),this._setUTCBuddhist(r)},Rt.prototype.getWeek=function(){return At.getWeekByDate(this.sCalendarType,this.oDate.getFullYear(),this.getMonth(),this.getDate())},Rt.prototype.getUTCWeek=function(){return At.getWeekByDate(this.sCalendarType,this.oDate.getUTCFullYear(),this.getUTCMonth(),this.getUTCDate())},kt(T.Buddhist,Rt);var jt=At.extend("sap.ui.core.date.Islamic",{constructor:function(){var t=arguments;t.length>1&&(t=Qt(t)),this.oDate=this.createDate(Date,t),this.sCalendarType=T.Islamic}});jt.UTC=function(){var t=Qt(arguments);return Date.UTC.apply(Date,t)},jt.now=function(){return Date.now()};var Bt=1721425.5,Vt=1948439.5,qt=-425215872e5,$t=864e5,Yt=null;function Jt(t){var e,n,r,a,i,o,s,u=t.year,l=t.month,c=t.day;if(o=0,l+1>2&&(o=ee(u)?-1:-2),s=Bt-1+365*(u-1)+Math.floor((u-1)/4)+-Math.floor((u-1)/100)+Math.floor((u-1)/400)+Math.floor((367*(l+1)-362)/12+o+c),i=(s=Math.floor(s)+.5)-Vt,(a=Math.floor(i/29.530588853))<0)(n=a%12)<0&&(n+=12),r=i-Xt(e=Math.floor(a/12)+1,n)+1;else{for(a++;Kt(a)>i;)a--;r=i-Kt(12*((e=Math.floor(a/12)+1)-1)+(n=a%12))+1}return{day:r,month:n,year:e}}function Gt(t){var e,n,r,a,i,o=t.year,s=t.month,u=t.day+(o<1?Xt(o,s):Kt(12*(o-1)+s))+Vt-1,l=Math.floor(u-.5)+.5,c=l-Bt,h=Math.floor(c/146097),d=te(c,146097),m=Math.floor(d/36524),p=te(d,36524),g=Math.floor(p/1461),f=te(p,1461),y=Math.floor(f/365),v=400*h+100*m+4*g+y;return 4!=m&&4!=y&&v++,n=l-(Bt+365*(v-1)+Math.floor((v-1)/4)-Math.floor((v-1)/100)+Math.floor((v-1)/400)),a=0,a=l<Bt-1+365*(v-1)+Math.floor((v-1)/4)-Math.floor((v-1)/100)+Math.floor((v-1)/400)+Math.floor(739/12+(ee(v)?-1:-2)+1)?0:ee(v)?1:2,e=Math.floor((12*(n+a)+373)/367),r=Bt-1+365*(v-1)+Math.floor((v-1)/4)-Math.floor((v-1)/100)+Math.floor((v-1)/400),i=0,e>2&&(i=ee(v)?-1:-2),{day:l-(r+=Math.floor((367*e-362)/12+i+1))+1,month:e-1,year:v}}function Qt(t){var e,n=Array.prototype.slice.call(t);return e=Gt({year:t[0],month:t[1],day:void 0!==t[2]?t[2]:1}),n[0]=e.year,n[1]=e.month,n[2]=e.day,n}function Zt(t){return{year:parseInt(t.substr(0,4)),month:parseInt(t.substr(4,2)),day:parseInt(t.substr(6,2))}}function Kt(t){var e,n;Yt||(Yt={},e=sap.ui.getWCCore().getFormatSettings().getLegacyDateFormat(),n=(n=sap.ui.getWCCore().getFormatSettings().getLegacyDateCalendarCustomizing())||[],e||n.length?e&&!n.length||!e&&n.length?Q.warning("There is an inconsistency between customization data ["+JSON.stringify(n)+"] and the date format ["+e+"]. Calendar customization won't be used."):(n.forEach((function(t){if(t.dateFormat===e){var n=Zt(t.gregDate),r=(new Date(Date.UTC(n.year,n.month-1,n.day)).getTime()-qt)/$t,a=12*((n=Zt(t.islamicMonthStart)).year-1)+n.month-1;Yt[a]=r}})),Q.info("Working with date format: ["+e+"] and customization: "+JSON.stringify(n))):Q.info("No calendar customizations."));var r=Yt[t];r||(r=Xt(Math.floor(t/12)+1,t%12));return r}function Xt(t,e){return Math.ceil(29.5*e)+354*(t-1)+Math.floor((3+11*t)/30)}function te(t,e){return t-e*Math.floor(t/e)}function ee(t){return!(t%400&&(t%4||!(t%100)))}jt.prototype._getIslamic=function(){return Jt({day:this.oDate.getDate(),month:this.oDate.getMonth(),year:this.oDate.getFullYear()})},jt.prototype._setIslamic=function(t){var e=Gt(t);return this.oDate.setFullYear(e.year,e.month,e.day)},jt.prototype._getUTCIslamic=function(){return Jt({day:this.oDate.getUTCDate(),month:this.oDate.getUTCMonth(),year:this.oDate.getUTCFullYear()})},jt.prototype._setUTCIslamic=function(t){var e=Gt(t);return this.oDate.setUTCFullYear(e.year,e.month,e.day)},jt.prototype.getDate=function(t){return this._getIslamic().day},jt.prototype.getMonth=function(){return this._getIslamic().month},jt.prototype.getYear=function(){return this._getIslamic().year-1400},jt.prototype.getFullYear=function(){return this._getIslamic().year},jt.prototype.setDate=function(t){var e=this._getIslamic();return e.day=t,this._setIslamic(e)},jt.prototype.setMonth=function(t,e){var n=this._getIslamic();return n.month=t,void 0!==e&&(n.day=e),this._setIslamic(n)},jt.prototype.setYear=function(t){var e=this._getIslamic();return e.year=t+1400,this._setIslamic(e)},jt.prototype.setFullYear=function(t,e,n){var r=this._getIslamic();return r.year=t,void 0!==e&&(r.month=e),void 0!==n&&(r.day=n),this._setIslamic(r)},jt.prototype.getUTCDate=function(t){return this._getUTCIslamic().day},jt.prototype.getUTCMonth=function(){return this._getUTCIslamic().month},jt.prototype.getUTCFullYear=function(){return this._getUTCIslamic().year},jt.prototype.setUTCDate=function(t){var e=this._getUTCIslamic();return e.day=t,this._setUTCIslamic(e)},jt.prototype.setUTCMonth=function(t,e){var n=this._getUTCIslamic();return n.month=t,void 0!==e&&(n.day=e),this._setUTCIslamic(n)},jt.prototype.setUTCFullYear=function(t,e,n){var r=this._getUTCIslamic();return r.year=t,void 0!==e&&(r.month=e),void 0!==n&&(r.day=n),this._setUTCIslamic(r)},kt(T.Islamic,jt);var ne=At.extend("sap.ui.core.date.Japanese",{constructor:function(){var t=arguments;t.length>1&&(t=ie(t)),this.oDate=this.createDate(Date,t),this.sCalendarType=T.Japanese}});function re(t){var e=At.getEraByDate(T.Japanese,t.year,t.month,t.day),n=At.getEraStartDate(T.Japanese,e).year;return{era:e,year:t.year-n+1,month:t.month,day:t.day}}function ae(t){return{year:At.getEraStartDate(T.Japanese,t.era).year+t.year-1,month:t.month,day:t.day}}function ie(t){var e,n=t[0];if("number"==typeof n){if(n>=100)return t;n=[At.getCurrentEra(T.Japanese),n]}else Array.isArray(n)||(n=[]);return e=ae({era:n[0],year:n[1],month:t[1],day:void 0!==t[2]?t[2]:1}),t[0]=e.year,t}ne.UTC=function(){var t=ie(arguments);return Date.UTC.apply(Date,t)},ne.now=function(){return Date.now()},ne.prototype._getJapanese=function(){return re({year:this.oDate.getFullYear(),month:this.oDate.getMonth(),day:this.oDate.getDate()})},ne.prototype._setJapanese=function(t){var e=ae(t);return this.oDate.setFullYear(e.year,e.month,e.day)},ne.prototype._getUTCJapanese=function(){return re({year:this.oDate.getUTCFullYear(),month:this.oDate.getUTCMonth(),day:this.oDate.getUTCDate()})},ne.prototype._setUTCJapanese=function(t){var e=ae(t);return this.oDate.setUTCFullYear(e.year,e.month,e.day)},ne.prototype.getYear=function(){return this._getJapanese().year},ne.prototype.getFullYear=function(){return this._getJapanese().year},ne.prototype.getEra=function(){return this._getJapanese().era},ne.prototype.getUTCFullYear=function(){return this._getUTCJapanese().year},ne.prototype.getUTCEra=function(){return this._getUTCJapanese().era},ne.prototype.setYear=function(t){var e=this._getJapanese();return e.year=t,this._setJapanese(e)},ne.prototype.setFullYear=function(t,e,n){var r=this._getJapanese();return r.year=t,void 0!==e&&(r.month=e),void 0!==n&&(r.day=n),this._setJapanese(r)},ne.prototype.setEra=function(t,e,n,r){var a=re(At.getEraStartDate(T.Japanese,t));return void 0!==e&&(a.year=e),void 0!==n&&(a.month=n),void 0!==r&&(a.day=r),this._setJapanese(a)},ne.prototype.setUTCFullYear=function(t,e,n){var r=this._getUTCJapanese();return r.year=t,void 0!==e&&(r.month=e),void 0!==n&&(r.day=n),this._setUTCJapanese(r)},ne.prototype.setUTCEra=function(t,e,n,r){var a=re(At.getEraStartDate(T.Japanese,t));return void 0!==e&&(a.year=e),void 0!==n&&(a.month=n),void 0!==r&&(a.day=r),this._setUTCJapanese(a)},ne.prototype.getWeek=function(){return At.getWeekByDate(this.sCalendarType,this.oDate.getFullYear(),this.getMonth(),this.getDate())},ne.prototype.getUTCWeek=function(){return At.getWeekByDate(this.sCalendarType,this.oDate.getUTCFullYear(),this.getUTCMonth(),this.getUTCDate())},kt(T.Japanese,ne);var oe=At.extend("sap.ui.core.date.Persian",{constructor:function(){var t=arguments;t.length>1&&(t=le(t)),this.oDate=this.createDate(Date,t),this.sCalendarType=T.Persian}});oe.UTC=function(){var t=le(arguments);return Date.UTC.apply(Date,t)},oe.now=function(){return Date.now()};function se(t){return function(t){var e,n,r,a=de(t).year,i=a-621,o=ce(i),s=he(a,3,o.march);if((r=t-s)>=0){if(r<=185)return n=1+me(r,31),e=pe(r,31)+1,{year:i,month:n-1,day:e};r-=186}else i-=1,r+=179,1===o.leap&&(r+=1);return n=7+me(r,30),e=pe(r,30)+1,{year:i,month:n-1,day:e}}(he(t.year,t.month+1,t.day))}function ue(t){return de(function(t,e,n){for(;e<1;)e+=12,t--;for(;e>12;)e-=12,t++;var r=ce(t);return he(r.gy,3,r.march)+31*(e-1)-me(e,7)*(e-7)+n-1}(t.year,t.month+1,t.day))}function le(t){var e,n=Array.prototype.slice.call(t);return"number"!=typeof t[0]||"number"!=typeof t[1]||void 0!==t[2]&&"number"!=typeof t[2]?(n[0]=NaN,n[1]=NaN,n[2]=NaN,n):(e=ue({year:t[0],month:t[1],day:void 0!==t[2]?t[2]:1}),n[0]=e.year,n[1]=e.month,n[2]=e.day,n)}function ce(t){var e,n,r,a,i,o,s=[-61,9,38,199,426,686,756,818,1111,1181,1210,1635,2060,2097,2192,2262,2324,2394,2456,3178],u=s.length,l=t+621,c=-14,h=s[0];for(o=1;o<u&&(n=(e=s[o])-h,!(t<e));o+=1)c=c+8*me(n,33)+me(pe(n,33),4),h=e;return c=c+8*me(i=t-h,33)+me(pe(i,33)+3,4),4===pe(n,33)&&n-i==4&&(c+=1),a=20+c-(me(l,4)-me(3*(me(l,100)+1),4)-150),n-i<6&&(i=i-n+33*me(n+4,33)),-1===(r=pe(pe(i+1,33)-1,4))&&(r=4),{leap:r,gy:l,march:a}}function he(t,e,n){var r=me(1461*(t+me(e-8,6)+100100),4)+me(153*pe(e+9,12)+2,5)+n-34840408;return r=r-me(3*me(t+100100+me(e-8,6),100),4)+752}function de(t){var e,n,r,a;return e=(e=4*t+139361631)+4*me(3*me(4*t+183187720,146097),4)-3908,n=5*me(pe(e,1461),4)+308,r=me(pe(n,153),5)+1,a=pe(me(n,153),12)+1,{year:me(e,1461)-100100+me(8-a,6),month:a-1,day:r}}function me(t,e){return~~(t/e)}function pe(t,e){return t-~~(t/e)*e}oe.prototype._getPersian=function(){return se({day:this.oDate.getDate(),month:this.oDate.getMonth(),year:this.oDate.getFullYear()})},oe.prototype._setPersian=function(t){var e=ue(t);return this.oDate.setFullYear(e.year,e.month,e.day)},oe.prototype._getUTCPersian=function(){return se({day:this.oDate.getUTCDate(),month:this.oDate.getUTCMonth(),year:this.oDate.getUTCFullYear()})},oe.prototype._setUTCPersian=function(t){var e=ue(t);return this.oDate.setUTCFullYear(e.year,e.month,e.day)},oe.prototype.getDate=function(t){return this._getPersian().day},oe.prototype.getMonth=function(){return this._getPersian().month},oe.prototype.getYear=function(){return this._getPersian().year-1300},oe.prototype.getFullYear=function(){return this._getPersian().year},oe.prototype.setDate=function(t){var e=this._getPersian();return e.day=t,this._setPersian(e)},oe.prototype.setMonth=function(t,e){var n=this._getPersian();return n.month=t,void 0!==e&&(n.day=e),this._setPersian(n)},oe.prototype.setYear=function(t){var e=this._getPersian();return e.year=t+1300,this._setPersian(e)},oe.prototype.setFullYear=function(t,e,n){var r=this._getPersian();return r.year=t,void 0!==e&&(r.month=e),void 0!==n&&(r.day=n),this._setPersian(r)},oe.prototype.getUTCDate=function(t){return this._getUTCPersian().day},oe.prototype.getUTCMonth=function(){return this._getUTCPersian().month},oe.prototype.getUTCFullYear=function(){return this._getUTCPersian().year},oe.prototype.setUTCDate=function(t){var e=this._getUTCPersian();return e.day=t,this._setUTCPersian(e)},oe.prototype.setUTCMonth=function(t,e){var n=this._getUTCPersian();return n.month=t,void 0!==e&&(n.day=e),this._setUTCPersian(n)},oe.prototype.setUTCFullYear=function(t,e,n){var r=this._getUTCPersian();return r.year=t,void 0!==e&&(r.month=e),void 0!==n&&(r.day=n),this._setUTCPersian(r)},kt(T.Persian,oe),
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* @author Jerry Bendy <jerry@icewingcc.com>
|
|
6
|
-
* @licence MIT
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
function(t){var e,n=t.URLSearchParams&&t.URLSearchParams.prototype.get?t.URLSearchParams:null,r=n&&"a=1"===new n({a:1}).toString(),a=n&&"+"===new n("s=%2B").get("s"),i="__URLSearchParams__",o=!n||((e=new n).append("s"," &"),"s=+%26"===e.toString()),s=h.prototype,u=!(!t.Symbol||!t.Symbol.iterator);if(!(n&&r&&a&&o)){s.append=function(t,e){f(this[i],t,e)},s.delete=function(t){delete this[i][t]},s.get=function(t){var e=this[i];return t in e?e[t][0]:null},s.getAll=function(t){var e=this[i];return t in e?e[t].slice(0):[]},s.has=function(t){return t in this[i]},s.set=function(t,e){this[i][t]=[""+e]},s.toString=function(){var t,e,n,r,a=this[i],o=[];for(e in a)for(n=d(e),t=0,r=a[e];t<r.length;t++)o.push(n+"="+d(r[t]));return o.join("&")};var l=!!a&&n&&!r&&t.Proxy;Object.defineProperty(t,"URLSearchParams",{value:l?new Proxy(n,{construct:function(t,e){return new t(new h(e[0]).toString())}}):h});var c=t.URLSearchParams.prototype;c.polyfill=!0,c.forEach=c.forEach||function(t,e){var n=g(this.toString());Object.getOwnPropertyNames(n).forEach((function(r){n[r].forEach((function(n){t.call(e,n,r,this)}),this)}),this)},c.sort=c.sort||function(){var t,e,n,r=g(this.toString()),a=[];for(t in r)a.push(t);for(a.sort(),e=0;e<a.length;e++)this.delete(a[e]);for(e=0;e<a.length;e++){var i=a[e],o=r[i];for(n=0;n<o.length;n++)this.append(i,o[n])}},c.keys=c.keys||function(){var t=[];return this.forEach((function(e,n){t.push(n)})),p(t)},c.values=c.values||function(){var t=[];return this.forEach((function(e){t.push(e)})),p(t)},c.entries=c.entries||function(){var t=[];return this.forEach((function(e,n){t.push([n,e])})),p(t)},u&&(c[t.Symbol.iterator]=c[t.Symbol.iterator]||c.entries)}function h(t){((t=t||"")instanceof URLSearchParams||t instanceof h)&&(t=t.toString()),this[i]=g(t)}function d(t){var e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'\(\)~]|%20|%00/g,(function(t){return e[t]}))}function m(t){return decodeURIComponent(t.replace(/\+/g," "))}function p(e){var n={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return u&&(n[t.Symbol.iterator]=function(){return n}),n}function g(t){var e={};if("object"==typeof t)for(var n in t)t.hasOwnProperty(n)&&f(e,n,t[n]);else{0===t.indexOf("?")&&(t=t.slice(1));for(var r=t.split("&"),a=0;a<r.length;a++){var i=r[a],o=i.indexOf("=");-1<o?f(e,m(i.slice(0,o)),m(i.slice(o+1))):i&&f(e,m(i),"")}}return e}function f(t,e,n){var r="string"==typeof n?n:null!=n&&"function"==typeof n.toString?n.toString():JSON.stringify(n);e in t?t[e].push(r):t[e]=[r]}}("undefined"!=typeof global?global:window);(()=>{if(!window.ShadyDOM)return;const t=Object.getOwnPropertyDescriptor(Node.prototype,"nodeValue");Object.defineProperty(Node.prototype,"nodeValue",{get(){return t.get.apply(this)},set(e){t.set.apply(this,arguments);const n=this.parentNode;n instanceof HTMLElement&&n.isUI5Element&&n._processChildren()}})})();const ge={},fe=(t,e={})=>{const n=document.createElement("style");return n.type="text/css",Object.entries(e).forEach(t=>n.setAttribute(...t)),n.textContent=t,document.head.appendChild(n),n};let ye;const ve=()=>!!window.CSSVarsPonyfill,Pe=()=>{ye=void 0,window.CSSVarsPonyfill.cssVars({rootElement:document.head,include:"style[data-ui5-theme-properties],style[data-ui5-element-styles]",silent:!0})},_e=(t,e)=>{fe(e,{"data-ui5-element-styles":t,disabled:"disabled"}),ve()&&(ye||(ye=window.setTimeout(Pe,0)))},we=[];const Me=async t=>{let e="";const n=z();n.forEach(async n=>{e=await(async(t,e)=>{const n=O.get(`${t}_${e}`);if(n)return n;if(!R.has(e)){const e=[...R.values()].join(", ");return console.warn(`You have requested a non-registered theme - falling back to sap_fiori_3. Registered themes are: ${e}`),O.get(`${t}_sap_fiori_3`)}const r=await W(t,e);return O.set(`${t}_${e}`,r._),r._})(n,t),((t,e)=>{const n=document.head.querySelector(`style[data-ui5-theme-properties="${e}"]`);if(n)n.textContent=t||"";else{fe(t,{"data-ui5-theme-properties":e})}ve()&&Pe()})(e,n)}),be(t)},be=t=>{we.forEach(e=>e(t))},Te=t=>{const e=(t=>ge[t]?ge[t].join(""):"")(t.getMetadata().getTag())||"";let n=t.styles;return Array.isArray(n)&&(n=n.join(" ")),`${n} ${e}`};let Ce;const Se=()=>(void 0===Ce&&(Ce=(()=>(v(),f.theme))()),Ce),De=async t=>{Ce!==t&&(Ce=t,await Me(Ce))},Ne=window.sap,Ee=Ne&&Ne.ui&&"function"==typeof Ne.ui.getCore&&Ne.ui.getCore();var ke,Ae;ke="OpenUI5Support",Ae={isLoaded:()=>!!Ee,init:()=>Ee?new Promise(t=>{Ee.attachInit(()=>{Ne.ui.require(["sap/ui/core/LocaleData"],t)})}):Promise.resolve(),getConfigurationSettingsObject:()=>{if(!Ee)return;const t=Ee.getConfiguration(),e=Ne.ui.require("sap/ui/core/LocaleData");return{animationMode:t.getAnimationMode(),language:t.getLanguage(),theme:t.getTheme(),rtl:t.getRTL(),calendarType:t.getCalendarType(),formatSettings:{firstDayOfWeek:e.getInstance(t.getLocale()).getFirstDayOfWeek()}}},getLocaleDataObject:()=>{if(!Ee)return;const t=Ee.getConfiguration();return Ne.ui.require("sap/ui/core/LocaleData").getInstance(t.getLocale())._get()},attachListeners:()=>{Ee&&(()=>{const t=Ee.getConfiguration();Ee.attachThemeChanged(async()=>{await De(t.getTheme())})})()}},m.set(ke,Ae);let Ue;let Le;const Fe=p("OpenUI5Support"),xe=()=>Le||(Le=new Promise(async t=>{Fe&&await Fe.init(),await(()=>new Promise(t=>{document.body?t():document.addEventListener("DOMContentLoaded",()=>{t()})}))(),await Me(Se()),Fe&&Fe.attachListeners(),(()=>{if(document.querySelector("head>style[data-ui5-font-face]"))return;const t=p("OpenUI5Support");t&&t.isLoaded()||fe('\n\t@font-face {\n\t\tfont-family: "72";\n\t\tfont-style: normal;\n\t\tfont-weight: 400;\n\t\tsrc: local("72"),\n\t\t\turl(https://ui5.sap.com/sdk/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff2?ui5-webcomponents) format("woff2"),\n\t\t\turl(https://ui5.sap.com/sdk/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff?ui5-webcomponents) format("woff");\n\t}\n\t\n\t@font-face {\n\t\tfont-family: "72full";\n\t\tfont-style: normal;\n\t\tfont-weight: 400;\n\t\tsrc: local(\'72-full\'),\n\t\t\turl(https://ui5.sap.com/sdk/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff2?ui5-webcomponents) format("woff2"),\n\t\t\turl(https://ui5.sap.com/sdk/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff?ui5-webcomponents) format("woff");\n\t\t\n\t}\n\t\n\t@font-face {\n\t\tfont-family: "72";\n\t\tfont-style: normal;\n\t\tfont-weight: 700;\n\t\tsrc: local(\'72-Bold\'),\n\t\t\turl(https://ui5.sap.com/sdk/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2"),\n\t\t\turl(https://ui5.sap.com/sdk/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff?ui5-webcomponents) format("woff");\n\t}\n\t\n\t@font-face {\n\t\tfont-family: "72full";\n\t\tfont-style: normal;\n\t\tfont-weight: 700;\n\t\tsrc: local(\'72-Bold-full\'),\n\t\t\turl(https://ui5.sap.com/sdk/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2"),\n\t\t\turl(https://ui5.sap.com/sdk/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff?ui5-webcomponents) format("woff");\n\t}\n',{"data-ui5-font-face":""})})(),await(()=>Ue||(Ue=new Promise(t=>{window.WebComponents&&!window.WebComponents.ready&&window.WebComponents.waitFor?window.WebComponents.waitFor(()=>{t()}):t()}),Ue))(),t()}),Le),Oe=["value-changed"];let Ie;const Re=()=>(void 0===Ie&&(Ie=(()=>(v(),f.noConflict))()),Ie),He=t=>{const e=Re();return!(t=>Oe.includes(t))(t)&&(!0===e||!(t=>{const e=Re();return!(e.events&&e.events.includes&&e.events.includes(t))})(t))},We=window,ze=new WeakMap;class je{constructor(){throw new Error("Static class")}static observeDOMNode(t,e,n){let r=ze.get(t);if(r)throw new Error("A mutation/ShadyDOM observer is already assigned to this node.");We.ShadyDOM?r=We.ShadyDOM.observeChildren(t,e):(r=new MutationObserver(e),r.observe(t,n)),ze.set(t,r)}static unobserveDOMNode(t){const e=ze.get(t);e&&(e instanceof MutationObserver?e.disconnect():We.ShadyDOM.unobserveChildren(e),ze.delete(t))}}class Be{static isValid(t){}static generataTypeAcessors(t){Object.keys(t).forEach(e=>{Object.defineProperty(this,e,{get:()=>t[e]})})}}const Ve=new Map,qe=new Map,$e=t=>{if(!Ve.has(t)){const e=Je(t.split("-"));Ve.set(t,e)}return Ve.get(t)},Ye=t=>{if(!qe.has(t)){const e=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();qe.set(t,e)}return qe.get(t)},Je=t=>t.map((t,e)=>0===e?t.toLowerCase():t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()).join("");class Ge{constructor(t){this.metadata=t}static validatePropertyValue(t,e){return e.multiple?t.map(t=>Qe(t,e)):Qe(t,e)}static validateSlotValue(t,e){return Ze(t,e)}getTag(){return this.metadata.tag}hasAttribute(t){const e=this.getProperties()[t];return e.type!==Object&&!e.noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute,this).map(Ye)}getSlots(){return this.metadata.slots||{}}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.entries(this.getSlots()).some(([t,e])=>e.individualSlots)}slotsAreManaged(){return!!this.metadata.managedSlots}getProperties(){return this.metadata.properties||{}}getEvents(){return this.metadata.events||{}}}const Qe=(t,e)=>{const n=e.type;return n===Boolean?"boolean"==typeof t&&t:n===String?"string"==typeof t||null==t?t:t.toString():n===Object?"object"==typeof t?t:e.defaultValue:((t,e,n=!1)=>{if("function"!=typeof t||"function"!=typeof e)return!1;if(n&&t===e)return!0;let r=t;do{r=Object.getPrototypeOf(r)}while(null!==r&&r!==e);return r===e})(n,Be)?n.isValid(t)?t:e.defaultValue:void 0},Ze=(t,e)=>{if(null===t)return t;return(t=>{return t instanceof HTMLElement&&"slot"===t.localName?t.assignedNodes({flatten:!0}).filter(t=>t instanceof HTMLElement):[t]})(t).forEach(t=>{if(!(t instanceof e.type))throw new Error(`${t} is not of type ${e.type}`)}),t},Ke=()=>{let t=document.querySelector("ui5-static-area");if(t)return t;const e=document.body;return t=document.createElement("ui5-static-area"),e.insertBefore(t,e.firstChild)},Xe=()=>{Ke().destroy()};class tn extends HTMLElement{constructor(){super()}get isUI5Element(){return!0}destroy(){const t=document.querySelector(this.tagName.toLowerCase());t.parentElement.removeChild(t)}}customElements.get("ui5-static-area")||customElements.define("ui5-static-area",tn);class en{constructor(t){this.ui5ElementContext=t}_updateFragment(){const t=this.ui5ElementContext.constructor.staticAreaTemplate(this.ui5ElementContext),e=this.ui5ElementContext.constructor.staticAreaStyles||!1;this.staticAreaItemDomRef||(this.staticAreaItemDomRef=document.createElement("ui5-static-area-item"),this.staticAreaItemDomRef.attachShadow({mode:"open"}),this.staticAreaItemDomRef.classList.add(this.ui5ElementContext._id),Ke().appendChild(this.staticAreaItemDomRef)),this.ui5ElementContext.constructor.render(t,this.staticAreaItemDomRef.shadowRoot,e,{eventContext:this.ui5ElementContext})}_removeFragmentFromStaticArea(){const t=Ke();t.removeChild(this.staticAreaItemDomRef),this.staticAreaItemDomRef=null,t.childElementCount<1&&Xe()}_updateContentDensity(t){this.staticAreaItemDomRef&&(t?(this.staticAreaItemDomRef.classList.add("sapUiSizeCompact"),this.staticAreaItemDomRef.classList.add("ui5-content-density-compact")):(this.staticAreaItemDomRef.classList.remove("sapUiSizeCompact"),this.staticAreaItemDomRef.classList.remove("ui5-content-density-compact")))}getDomRef(){return this.staticAreaItemDomRef.shadowRoot}}class nn extends HTMLElement{constructor(){super()}get isUI5Element(){return!0}}customElements.get("ui5-static-area-item")||customElements.define("ui5-static-area-item",nn);class rn extends Be{static isValid(t){return Number.isInteger(t)}}const an=10;let on;const sn=new class{constructor(){this.list=[],this.promises=new Map}add(t){if(this.promises.has(t))return this.promises.get(t);let e;const n=new Promise(t=>{e=t});return n._deferredResolve=e,this.list.push(t),this.promises.set(t,n),n}shift(){const t=this.list.shift();if(t){const e=this.promises.get(t);return this.promises.delete(t),{webComponent:t,promise:e}}}getList(){return this.list}isAdded(t){return this.promises.has(t)}};let un,ln,cn,hn;class dn{constructor(){throw new Error("Static class")}static renderDeferred(t){const e=sn.add(t);return dn.scheduleRenderTask(),e}static renderImmediately(t){const e=sn.add(t);return dn.runRenderTask(),e}static scheduleRenderTask(){on||(on=window.requestAnimationFrame(dn.renderWebComponents))}static runRenderTask(){on||(on=1,dn.renderWebComponents())}static renderWebComponents(){let t,e,n;const r=new Map;for(;t=sn.shift();){e=t.webComponent,n=t.promise;const a=r.get(e)||0;if(a>an)throw new Error(`Web component re-rendered too many times this task, max allowed is: ${an}`);e._render(),n._deferredResolve(),r.set(e,a+1)}hn||(hn=setTimeout(()=>{hn=void 0,0===sn.getList().length&&dn._resolveTaskPromise()},200)),on=void 0}static whenDOMUpdated(){return un||(un=new Promise(t=>{ln=t,window.requestAnimationFrame(()=>{0===sn.getList().length&&(un=void 0,t())})}),un)}static getNotDefinedComponents(){return Array.from(document.querySelectorAll("*")).filter(t=>t.localName.startsWith("ui5-")&&!t.isUI5Element)}static async whenShadowDOMReady(){const t=this.getNotDefinedComponents().map(t=>customElements.whenDefined(t.localName)),e=new Promise(t=>setTimeout(t,5e3));await Promise.race([Promise.all(t),e]);const n=this.getNotDefinedComponents();return n.length&&console.warn("undefined elements after 5 seconds are: "+[...n].map(t=>t.localName).join(" ; ")),Promise.resolve()}static async whenFinished(){await dn.whenShadowDOMReady(),await dn.whenDOMUpdated()}static _resolveTaskPromise(){sn.getList().length>0||ln&&(ln.call(this,cn),ln=void 0,un=void 0)}}const mn=(t,e,n,r)=>{const a=n+e.length,i=t.charAt(a),o=t.substring(0,n)+r;if("("===i){const e=((t,e)=>{let n=1;for(let r=e+1;r<t.length;r++){const e=t.charAt(r);if("("===e?n++:")"===e&&n--,0===n)return r}})(t,a);return o+t.substring(a+1,e)+t.substring(e+1)}return o+t.substring(a)},pn=(t,e)=>(t=((t,e,n)=>{let r=t.indexOf(e);for(;-1!==r;)r=(t=mn(t,e,r,n)).indexOf(e);return t})(t=t.trim(),"::slotted","")).startsWith(":host")?mn(t,":host",0,e):t.match(/^[@0-9]/)||"to"===t||"to{"===t?t:t.match(new RegExp(`^${e}[^a-zA-Z0-9-]`))?t:`${e} ${t}`,gn=new Map,fn=new Set,yn=t=>{const e=t.getMetadata().getTag();if(fn.has(e))return;let n=Te(t);n=((t,e)=>{t=(t=t.replace(/\n/g," ")).replace(/([{}])/g,"$1\n");let n="";return t.split("\n").forEach(t=>{if(t.match(/{$/)){const n=t.split(",");t=n.map(t=>pn(t,e)).join(",")}n=`${n}${t}`}),n})(n,e),_e(e,n),fn.add(e)},vn=t=>{const e=t.getMetadata().getTag(),n=Te(t);if(gn.has(e))return gn.get(e);const r=new CSSStyleSheet;return r.replaceSync(n),gn.set(e,r),r},Pn=t=>{if("disabled"===t)return!0;return![HTMLElement,Element,Node].some(e=>e.prototype.hasOwnProperty(t))},_n={events:{_propertyChange:{}}},wn=new Set;let Mn=0;const bn=new Map,Tn="--_ui5_content_density";class Cn extends HTMLElement{constructor(){let t;super(),this._generateId(),this._initializeState(),this._upgradeAllProperties(),this._initializeContainers(),this._upToDate=!1,this._domRefReadyPromise=new Promise(e=>{t=e}),this._domRefReadyPromise._deferredResolve=t,this._monitoredChildProps=new Map,this._firePropertyChange=!1}_generateId(){this._id=`ui5wc_${++Mn}`}_initializeContainers(){const t=this.constructor._needsShadowDOM(),e=this.constructor._needsStaticArea();if(t&&(this.attachShadow({mode:"open"}),window.ShadyDOM&&yn(this.constructor),document.adoptedStyleSheets)){const t=vn(this.constructor);this.shadowRoot.adoptedStyleSheets=[t]}e&&(this.staticAreaItem=new en(this))}async connectedCallback(){const t=this.constructor._needsShadowDOM(),e=this.constructor._needsStaticArea(),n=this.constructor.getMetadata().slotsAreManaged();t&&(n&&(this._startObservingDOMChildren(),await this._processChildren()),await dn.renderImmediately(this),this._domRefReadyPromise._deferredResolve(),"function"==typeof this.onEnterDOM&&this.onEnterDOM()),e&&this.staticAreaItem._updateFragment(this)}disconnectedCallback(){const t=this.constructor._needsShadowDOM(),e=this.constructor._needsStaticArea(),n=this.constructor.getMetadata().slotsAreManaged();t&&(n&&this._stopObservingDOMChildren(),"function"==typeof this.onExitDOM&&this.onExitDOM()),e&&this.staticAreaItem._removeFragmentFromStaticArea()}_startObservingDOMChildren(){if(!this.constructor.getMetadata().hasSlots())return;je.observeDOMNode(this,this._processChildren.bind(this),{childList:!0,subtree:!0,characterData:!0})}_stopObservingDOMChildren(){je.unobserveDOMNode(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){const t=this.constructor.getMetadata().getSlots(),e=t.default&&t.default.type===Node,n=Array.from(e?this.childNodes:this.children);for(const[e,n]of Object.entries(t))this._clearSlot(e,n);const r=new Map,a=new Map,i=n.map(async(e,n)=>{const i=this.constructor._getSlotName(e),o=t[i];if(void 0===o){const n=Object.keys(t).join(", ");return void console.warn(`Unknown slotName: ${i}, ignoring`,e,`Valid values are: ${n}`)}if(o.individualSlots){const t=(r.get(i)||0)+1;r.set(i,t),e._individualSlot=`${i}-${t}`}if(e instanceof HTMLElement){const t=e.localName;if(t.includes("-")){if(!window.customElements.get(t)){const e=window.customElements.whenDefined(t);let n=bn.get(t);n||(n=new Promise(t=>setTimeout(t,1e3)),bn.set(t,n)),await Promise.race([e,n])}window.customElements.upgrade(e)}}(e=this.constructor.getMetadata().constructor.validateSlotValue(e,o)).isUI5Element&&o.listenFor&&this._attachChildPropertyUpdated(e,o.listenFor);const s=o.propertyName||i;a.has(s)?a.get(s).push({child:e,idx:n}):a.set(s,[{child:e,idx:n}])});await Promise.all(i),a.forEach((t,e)=>{this._state[e]=t.sort((t,e)=>t.idx-e.idx).map(t=>t.child)}),this._invalidate()}_clearSlot(t,e){const n=e.propertyName||t;let r=this._state[n];Array.isArray(r)||(r=[r]),r.forEach(t=>{t&&t.isUI5Element&&this._detachChildPropertyUpdated(t)}),this._state[n]=[],this._invalidate(n,[])}attributeChangedCallback(t,e,n){const r=this.constructor.getMetadata().getProperties(),a=t.replace(/^ui5-/,""),i=$e(a);if(r.hasOwnProperty(i)){const t=r[i].type;t===Boolean&&(n=null!==n),t===rn&&(n=parseInt(n)),this[i]=n}}_updateAttribute(t,e){if(!this.constructor.getMetadata().hasAttribute(t))return;if("object"==typeof e)return;const n=Ye(t),r=this.getAttribute(n);"boolean"==typeof e?!0===e&&null===r?this.setAttribute(n,""):!1===e&&null!==r&&this.removeAttribute(n):r!==e&&this.setAttribute(n,e)}_upgradeProperty(t){if(this.hasOwnProperty(t)){const e=this[t];delete this[t],this[t]=e}}_upgradeAllProperties(){this.constructor.getMetadata().getPropertiesList().forEach(this._upgradeProperty,this)}_initializeState(){const t=this.constructor._getDefaultState();this._state=Object.assign({},t)}_attachChildPropertyUpdated(t,e){const n=t.constructor.getMetadata(),r=this.constructor._getSlotName(t),a=n.getProperties();let i=[],o=[];Array.isArray(e)?i=e:(i=Array.isArray(e.props)?e.props:Object.keys(a),o=Array.isArray(e.exclude)?e.exclude:[]),this._monitoredChildProps.has(r)||this._monitoredChildProps.set(r,{observedProps:i,notObservedProps:o}),t.addEventListener("_propertyChange",this._invalidateParentOnPropertyUpdate),t._firePropertyChange=!0}_detachChildPropertyUpdated(t){t.removeEventListener("_propertyChange",this._invalidateParentOnPropertyUpdate),t._firePropertyChange=!1}_propertyChange(t,e){this._updateAttribute(t,e),this._firePropertyChange&&this.dispatchEvent(new CustomEvent("_propertyChange",{detail:{name:t,newValue:e},composed:!1,bubbles:!0}))}_invalidateParentOnPropertyUpdate(t){const e=this.parentNode;if(!e)return;const n=e.constructor._getSlotName(this),r=e._monitoredChildProps.get(n);if(!r)return;const{observedProps:a,notObservedProps:i}=r;a.includes(t.detail.name)&&!i.includes(t.detail.name)&&e._invalidate("_parent_",this)}_invalidate(){this._upToDate&&this.getDomRef()&&!this._suppressInvalidation&&(this._upToDate=!1,dn.renderDeferred(this))}_render(){const t=this.constructor.getMetadata().hasIndividualSlots();this._suppressInvalidation=!0,"function"==typeof this.onBeforeRendering&&this.onBeforeRendering(),this._onComponentStateFinalized&&this._onComponentStateFinalized(),delete this._suppressInvalidation,this._upToDate=!0,this._updateShadowRoot(),this.constructor._needsStaticArea()&&this.staticAreaItem._updateFragment(this),t&&this._assignIndividualSlotsToChildren(),"function"==typeof this.onAfterRendering&&this.onAfterRendering()}_updateShadowRoot(){let t;const e=this.constructor.template(this);document.adoptedStyleSheets||window.ShadyDOM||(t=Te(this.constructor)),this.constructor.render(e,this.shadowRoot,t,{eventContext:this})}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(t=>{t._individualSlot&&t.setAttribute("slot",t._individualSlot)})}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if(this.shadowRoot&&0!==this.shadowRoot.children.length)return 1===this.shadowRoot.children.length?this.shadowRoot.children[0]:this.shadowRoot.children[1]}getFocusDomRef(){const t=this.getDomRef();if(t){return t.querySelector("[data-sap-focus-ref]")||t}}async focus(){await this._waitForDomRef();const t=this.getFocusDomRef();t&&"function"==typeof t.focus&&t.focus()}fireEvent(t,e,n){let r=!0;const a=new CustomEvent(`ui5-${t}`,{detail:e,composed:!1,bubbles:!0,cancelable:n});if(r=this.dispatchEvent(a),He(t))return r;const i=new CustomEvent(t,{detail:e,composed:!1,bubbles:!0,cancelable:n});return this.dispatchEvent(i)&&r}getSlottedNodes(t){return this[t].reduce((t,e)=>"slot"!==e.localName?t.concat([e]):t.concat(e.assignedNodes({flatten:!0}).filter(t=>t instanceof HTMLElement)),[])}get isCompact(){return"compact"===getComputedStyle(this).getPropertyValue(Tn)}updateStaticAreaItemContentDensity(){this.staticAreaItem&&this.staticAreaItem._updateContentDensity(this.isCompact)}get isUI5Element(){return!0}static get observedAttributes(){return this.getMetadata().getAttributesList()}static _getSlotName(t){if(!(t instanceof HTMLElement))return"default";const e=t.getAttribute("slot");if(e){const t=e.match(/^(.+?)-\d+$/);return t?t[1]:e}return"default"}static _needsShadowDOM(){return!!this.template}static _needsStaticArea(){return"function"==typeof this.staticAreaTemplate}getStaticAreaItemDomRef(){return this.staticAreaItem.getDomRef()}static _getDefaultState(){if(this._defaultState)return this._defaultState;const t=this.getMetadata(),e={},n=t.slotsAreManaged(),r=t.getProperties();for(const t in r){const n=r[t].type,a=r[t].defaultValue;n===Boolean?(e[t]=!1,void 0!==a&&console.warn("The 'defaultValue' metadata key is ignored for all booleans properties, they would be initialized with 'false' by default")):r[t].multiple?e[t]=[]:e[t]=n===Object?"defaultValue"in r[t]?r[t].defaultValue:{}:n===String?"defaultValue"in r[t]?r[t].defaultValue:"":a}if(n){const n=t.getSlots();for(const[t,r]of Object.entries(n)){e[r.propertyName||t]=[]}}return this._defaultState=e,e}static _generateAccessors(){const t=this.prototype,e=this.getMetadata().slotsAreManaged(),n=this.getMetadata().getProperties();for(const[e,r]of Object.entries(n)){if(!Pn(e))throw new Error(`"${e}" is not a valid property name. Use a name that does not collide with DOM APIs`);if("boolean"===r.type&&r.defaultValue)throw new Error(`Cannot set a default value for property "${e}". All booleans are false by default.`);Object.defineProperty(t,e,{get(){if(void 0!==this._state[e])return this._state[e];const t=r.defaultValue;return r.type!==Boolean&&(r.type===String?t:r.multiple?[]:t)},set(t){t=this.constructor.getMetadata().constructor.validatePropertyValue(t,r),this._state[e]!==t&&(this._state[e]=t,this._invalidate(e,t),this._propertyChange(e,t))}})}if(e){const e=this.getMetadata().getSlots();for(const[n,r]of Object.entries(e)){if(!Pn(n))throw new Error(`"${n}" is not a valid property name. Use a name that does not collide with DOM APIs`);const e=r.propertyName||n;Object.defineProperty(t,e,{get(){return void 0!==this._state[e]?this._state[e]:[]},set(){throw new Error("Cannot set slots directly, use the DOM APIs")}})}}}static get metadata(){return _n}static get styles(){return""}static async define(){await xe(),this.onDefine&&await this.onDefine();const t=this.getMetadata().getTag(),e=wn.has(t),n=customElements.get(t);return n&&!e?console.warn(`Skipping definition of tag ${t}, because it was already defined by another instance of ui5-webcomponents.`):n||(this._generateAccessors(),wn.add(t),window.customElements.define(t,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const t=[this.metadata];let e=this;for(;e!==Cn;)e=Object.getPrototypeOf(e),t.unshift(e.metadata);const n=d({},...t);return this._metadata=new Ge(n),this._metadata}}
|
|
10
|
-
/**
|
|
11
|
-
* @license
|
|
12
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
13
|
-
* This code may only be used under the BSD style license found at
|
|
14
|
-
* http://polymer.github.io/LICENSE.txt
|
|
15
|
-
* The complete set of authors may be found at
|
|
16
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
17
|
-
* The complete set of contributors may be found at
|
|
18
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
19
|
-
* Code distributed by Google as part of the polymer project is also
|
|
20
|
-
* subject to an additional IP rights grant found at
|
|
21
|
-
* http://polymer.github.io/PATENTS.txt
|
|
22
|
-
*/const Sn=new WeakMap,Dn=t=>"function"==typeof t&&Sn.has(t),Nn=void 0!==window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,En=(t,e,n=null)=>{for(;e!==n;){const n=e.nextSibling;t.removeChild(e),e=n}},kn={},An={},Un=`{{lit-${String(Math.random()).slice(2)}}}`,Ln=`\x3c!--${Un}--\x3e`,Fn=new RegExp(`${Un}|${Ln}`),xn="$lit$";class On{constructor(t,e){this.parts=[],this.element=e;const n=[],r=[],a=document.createTreeWalker(e.content,133,null,!1);let i=0,o=-1,s=0;const{strings:u,values:{length:l}}=t;for(;s<l;){const t=a.nextNode();if(null!==t){if(o++,1===t.nodeType){if(t.hasAttributes()){const e=t.attributes,{length:n}=e;let r=0;for(let t=0;t<n;t++)In(e[t].name,xn)&&r++;for(;r-- >0;){const e=u[s],n=Wn.exec(e)[2],r=n.toLowerCase()+xn,a=t.getAttribute(r);t.removeAttribute(r);const i=a.split(Fn);this.parts.push({type:"attribute",index:o,name:n,strings:i}),s+=i.length-1}}"TEMPLATE"===t.tagName&&(r.push(t),a.currentNode=t.content)}else if(3===t.nodeType){const e=t.data;if(e.indexOf(Un)>=0){const r=t.parentNode,a=e.split(Fn),i=a.length-1;for(let e=0;e<i;e++){let n,i=a[e];if(""===i)n=Hn();else{const t=Wn.exec(i);null!==t&&In(t[2],xn)&&(i=i.slice(0,t.index)+t[1]+t[2].slice(0,-xn.length)+t[3]),n=document.createTextNode(i)}r.insertBefore(n,t),this.parts.push({type:"node",index:++o})}""===a[i]?(r.insertBefore(Hn(),t),n.push(t)):t.data=a[i],s+=i}}else if(8===t.nodeType)if(t.data===Un){const e=t.parentNode;null!==t.previousSibling&&o!==i||(o++,e.insertBefore(Hn(),t)),i=o,this.parts.push({type:"node",index:o}),null===t.nextSibling?t.data="":(n.push(t),o--),s++}else{let e=-1;for(;-1!==(e=t.data.indexOf(Un,e+1));)this.parts.push({type:"node",index:-1}),s++}}else a.currentNode=r.pop()}for(const t of n)t.parentNode.removeChild(t)}}const In=(t,e)=>{const n=t.length-e.length;return n>=0&&t.slice(n)===e},Rn=t=>-1!==t.index,Hn=()=>document.createComment(""),Wn=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/;
|
|
23
|
-
/**
|
|
24
|
-
* @license
|
|
25
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
26
|
-
* This code may only be used under the BSD style license found at
|
|
27
|
-
* http://polymer.github.io/LICENSE.txt
|
|
28
|
-
* The complete set of authors may be found at
|
|
29
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
30
|
-
* The complete set of contributors may be found at
|
|
31
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
32
|
-
* Code distributed by Google as part of the polymer project is also
|
|
33
|
-
* subject to an additional IP rights grant found at
|
|
34
|
-
* http://polymer.github.io/PATENTS.txt
|
|
35
|
-
*/
|
|
36
|
-
class zn{constructor(t,e,n){this.__parts=[],this.template=t,this.processor=e,this.options=n}update(t){let e=0;for(const n of this.__parts)void 0!==n&&n.setValue(t[e]),e++;for(const t of this.__parts)void 0!==t&&t.commit()}_clone(){const t=Nn?this.template.element.content.cloneNode(!0):document.importNode(this.template.element.content,!0),e=[],n=this.template.parts,r=document.createTreeWalker(t,133,null,!1);let a,i=0,o=0,s=r.nextNode();for(;i<n.length;)if(a=n[i],Rn(a)){for(;o<a.index;)o++,"TEMPLATE"===s.nodeName&&(e.push(s),r.currentNode=s.content),null===(s=r.nextNode())&&(r.currentNode=e.pop(),s=r.nextNode());if("node"===a.type){const t=this.processor.handleTextExpression(this.options);t.insertAfterNode(s.previousSibling),this.__parts.push(t)}else this.__parts.push(...this.processor.handleAttributeExpressions(s,a.name,a.strings,this.options));i++}else this.__parts.push(void 0),i++;return Nn&&(document.adoptNode(t),customElements.upgrade(t)),t}}
|
|
37
|
-
/**
|
|
38
|
-
* @license
|
|
39
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
40
|
-
* This code may only be used under the BSD style license found at
|
|
41
|
-
* http://polymer.github.io/LICENSE.txt
|
|
42
|
-
* The complete set of authors may be found at
|
|
43
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
44
|
-
* The complete set of contributors may be found at
|
|
45
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
46
|
-
* Code distributed by Google as part of the polymer project is also
|
|
47
|
-
* subject to an additional IP rights grant found at
|
|
48
|
-
* http://polymer.github.io/PATENTS.txt
|
|
49
|
-
*/const jn=` ${Un} `;class Bn{constructor(t,e,n,r){this.strings=t,this.values=e,this.type=n,this.processor=r}getHTML(){const t=this.strings.length-1;let e="",n=!1;for(let r=0;r<t;r++){const t=this.strings[r],a=t.lastIndexOf("\x3c!--");n=(a>-1||n)&&-1===t.indexOf("--\x3e",a+1);const i=Wn.exec(t);e+=null===i?t+(n?jn:Ln):t.substr(0,i.index)+i[1]+i[2]+xn+i[3]+Un}return e+=this.strings[t],e}getTemplateElement(){const t=document.createElement("template");return t.innerHTML=this.getHTML(),t}}
|
|
50
|
-
/**
|
|
51
|
-
* @license
|
|
52
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
53
|
-
* This code may only be used under the BSD style license found at
|
|
54
|
-
* http://polymer.github.io/LICENSE.txt
|
|
55
|
-
* The complete set of authors may be found at
|
|
56
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
57
|
-
* The complete set of contributors may be found at
|
|
58
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
59
|
-
* Code distributed by Google as part of the polymer project is also
|
|
60
|
-
* subject to an additional IP rights grant found at
|
|
61
|
-
* http://polymer.github.io/PATENTS.txt
|
|
62
|
-
*/const Vn=t=>null===t||!("object"==typeof t||"function"==typeof t),qn=t=>Array.isArray(t)||!(!t||!t[Symbol.iterator]);class $n{constructor(t,e,n){this.dirty=!0,this.element=t,this.name=e,this.strings=n,this.parts=[];for(let t=0;t<n.length-1;t++)this.parts[t]=this._createPart()}_createPart(){return new Yn(this)}_getValue(){const t=this.strings,e=t.length-1;let n="";for(let r=0;r<e;r++){n+=t[r];const e=this.parts[r];if(void 0!==e){const t=e.value;if(Vn(t)||!qn(t))n+="string"==typeof t?t:String(t);else for(const e of t)n+="string"==typeof e?e:String(e)}}return n+=t[e],n}commit(){this.dirty&&(this.dirty=!1,this.element.setAttribute(this.name,this._getValue()))}}class Yn{constructor(t){this.value=void 0,this.committer=t}setValue(t){t===kn||Vn(t)&&t===this.value||(this.value=t,Dn(t)||(this.committer.dirty=!0))}commit(){for(;Dn(this.value);){const t=this.value;this.value=kn,t(this)}this.value!==kn&&this.committer.commit()}}class Jn{constructor(t){this.value=void 0,this.__pendingValue=void 0,this.options=t}appendInto(t){this.startNode=t.appendChild(Hn()),this.endNode=t.appendChild(Hn())}insertAfterNode(t){this.startNode=t,this.endNode=t.nextSibling}appendIntoPart(t){t.__insert(this.startNode=Hn()),t.__insert(this.endNode=Hn())}insertAfterPart(t){t.__insert(this.startNode=Hn()),this.endNode=t.endNode,t.endNode=this.startNode}setValue(t){this.__pendingValue=t}commit(){for(;Dn(this.__pendingValue);){const t=this.__pendingValue;this.__pendingValue=kn,t(this)}const t=this.__pendingValue;t!==kn&&(Vn(t)?t!==this.value&&this.__commitText(t):t instanceof Bn?this.__commitTemplateResult(t):t instanceof Node?this.__commitNode(t):qn(t)?this.__commitIterable(t):t===An?(this.value=An,this.clear()):this.__commitText(t))}__insert(t){this.endNode.parentNode.insertBefore(t,this.endNode)}__commitNode(t){this.value!==t&&(this.clear(),this.__insert(t),this.value=t)}__commitText(t){const e=this.startNode.nextSibling,n="string"==typeof(t=null==t?"":t)?t:String(t);e===this.endNode.previousSibling&&3===e.nodeType?e.data=n:this.__commitNode(document.createTextNode(n)),this.value=t}__commitTemplateResult(t){const e=this.options.templateFactory(t);if(this.value instanceof zn&&this.value.template===e)this.value.update(t.values);else{const n=new zn(e,t.processor,this.options),r=n._clone();n.update(t.values),this.__commitNode(r),this.value=n}}__commitIterable(t){Array.isArray(this.value)||(this.value=[],this.clear());const e=this.value;let n,r=0;for(const a of t)n=e[r],void 0===n&&(n=new Jn(this.options),e.push(n),0===r?n.appendIntoPart(this):n.insertAfterPart(e[r-1])),n.setValue(a),n.commit(),r++;r<e.length&&(e.length=r,this.clear(n&&n.endNode))}clear(t=this.startNode){En(this.startNode.parentNode,t.nextSibling,this.endNode)}}class Gn{constructor(t,e,n){if(this.value=void 0,this.__pendingValue=void 0,2!==n.length||""!==n[0]||""!==n[1])throw new Error("Boolean attributes can only contain a single expression");this.element=t,this.name=e,this.strings=n}setValue(t){this.__pendingValue=t}commit(){for(;Dn(this.__pendingValue);){const t=this.__pendingValue;this.__pendingValue=kn,t(this)}if(this.__pendingValue===kn)return;const t=!!this.__pendingValue;this.value!==t&&(t?this.element.setAttribute(this.name,""):this.element.removeAttribute(this.name),this.value=t),this.__pendingValue=kn}}class Qn extends $n{constructor(t,e,n){super(t,e,n),this.single=2===n.length&&""===n[0]&&""===n[1]}_createPart(){return new Zn(this)}_getValue(){return this.single?this.parts[0].value:super._getValue()}commit(){this.dirty&&(this.dirty=!1,this.element[this.name]=this._getValue())}}class Zn extends Yn{}let Kn=!1;try{const t={get capture(){return Kn=!0,!1}};window.addEventListener("test",t,t),window.removeEventListener("test",t,t)}catch(t){}class Xn{constructor(t,e,n){this.value=void 0,this.__pendingValue=void 0,this.element=t,this.eventName=e,this.eventContext=n,this.__boundHandleEvent=t=>this.handleEvent(t)}setValue(t){this.__pendingValue=t}commit(){for(;Dn(this.__pendingValue);){const t=this.__pendingValue;this.__pendingValue=kn,t(this)}if(this.__pendingValue===kn)return;const t=this.__pendingValue,e=this.value,n=null==t||null!=e&&(t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive),r=null!=t&&(null==e||n);n&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),r&&(this.__options=tr(t),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=t,this.__pendingValue=kn}handleEvent(t){"function"==typeof this.value?this.value.call(this.eventContext||this.element,t):this.value.handleEvent(t)}}const tr=t=>t&&(Kn?{capture:t.capture,passive:t.passive,once:t.once}:t.capture);
|
|
63
|
-
/**
|
|
64
|
-
* @license
|
|
65
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
66
|
-
* This code may only be used under the BSD style license found at
|
|
67
|
-
* http://polymer.github.io/LICENSE.txt
|
|
68
|
-
* The complete set of authors may be found at
|
|
69
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
70
|
-
* The complete set of contributors may be found at
|
|
71
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
72
|
-
* Code distributed by Google as part of the polymer project is also
|
|
73
|
-
* subject to an additional IP rights grant found at
|
|
74
|
-
* http://polymer.github.io/PATENTS.txt
|
|
75
|
-
*/const er=new class{handleAttributeExpressions(t,e,n,r){const a=e[0];if("."===a){return new Qn(t,e.slice(1),n).parts}return"@"===a?[new Xn(t,e.slice(1),r.eventContext)]:"?"===a?[new Gn(t,e.slice(1),n)]:new $n(t,e,n).parts}handleTextExpression(t){return new Jn(t)}};
|
|
76
|
-
/**
|
|
77
|
-
* @license
|
|
78
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
79
|
-
* This code may only be used under the BSD style license found at
|
|
80
|
-
* http://polymer.github.io/LICENSE.txt
|
|
81
|
-
* The complete set of authors may be found at
|
|
82
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
83
|
-
* The complete set of contributors may be found at
|
|
84
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
85
|
-
* Code distributed by Google as part of the polymer project is also
|
|
86
|
-
* subject to an additional IP rights grant found at
|
|
87
|
-
* http://polymer.github.io/PATENTS.txt
|
|
88
|
-
*/function nr(t){let e=rr.get(t.type);void 0===e&&(e={stringsArray:new WeakMap,keyString:new Map},rr.set(t.type,e));let n=e.stringsArray.get(t.strings);if(void 0!==n)return n;const r=t.strings.join(Un);return n=e.keyString.get(r),void 0===n&&(n=new On(t,t.getTemplateElement()),e.keyString.set(r,n)),e.stringsArray.set(t.strings,n),n}const rr=new Map,ar=new WeakMap;
|
|
89
|
-
/**
|
|
90
|
-
* @license
|
|
91
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
92
|
-
* This code may only be used under the BSD style license found at
|
|
93
|
-
* http://polymer.github.io/LICENSE.txt
|
|
94
|
-
* The complete set of authors may be found at
|
|
95
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
96
|
-
* The complete set of contributors may be found at
|
|
97
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
98
|
-
* Code distributed by Google as part of the polymer project is also
|
|
99
|
-
* subject to an additional IP rights grant found at
|
|
100
|
-
* http://polymer.github.io/PATENTS.txt
|
|
101
|
-
*/
|
|
102
|
-
/**
|
|
103
|
-
* @license
|
|
104
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
105
|
-
* This code may only be used under the BSD style license found at
|
|
106
|
-
* http://polymer.github.io/LICENSE.txt
|
|
107
|
-
* The complete set of authors may be found at
|
|
108
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
109
|
-
* The complete set of contributors may be found at
|
|
110
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
111
|
-
* Code distributed by Google as part of the polymer project is also
|
|
112
|
-
* subject to an additional IP rights grant found at
|
|
113
|
-
* http://polymer.github.io/PATENTS.txt
|
|
114
|
-
*/
|
|
115
|
-
(window.litHtmlVersions||(window.litHtmlVersions=[])).push("1.1.2");const ir=(t,...e)=>new Bn(t,e,"html",er),or=(t,e,n,{eventContext:r}={})=>{n&&(t=ir`<style>${n}</style>${t}`),((t,e,n)=>{let r=ar.get(e);void 0===r&&(En(e,e.firstChild),ar.set(e,r=new Jn(Object.assign({templateFactory:nr},n))),r.appendInto(e)),r.setValue(t),r.commit()})(t,e,{eventContext:r})},sr={tag:"ui5-test-generic",properties:{strProp:{type:String},boolProp:{type:Boolean},objectProp:{type:Object},noAttributeProp:{type:String,noAttribute:!0},multiProp:{type:String,multiple:!0},defaultValueProp:{type:String,defaultValue:"Hello"}},managedSlots:!0,slots:{default:{type:Node},other:{type:HTMLElement},individual:{type:HTMLElement,individualSlots:!0},named:{type:HTMLElement,propertyName:"items"}}};class ur extends Cn{static get metadata(){return sr}static get render(){return or}static get template(){return t=>ir`<div><p>
|
|
116
|
-
<slot></slot>
|
|
117
|
-
<slot name="other"></slot>
|
|
118
|
-
<slot name="individual-1"></slot>
|
|
119
|
-
<slot name="individual-2"></slot>
|
|
120
|
-
</p></div>`}static get styles(){return":host {\n display: inline-block;\n border: 1px solid black;\n color: var(--var1);\n }"}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}}ur.define();const lr={tag:"ui5-test-no-shadow"};(class extends Cn{static get metadata(){return lr}}).define();const cr={tag:"ui5-test-parent",managedSlots:!0,slots:{default:{type:Node,listenFor:["prop1"]},items:{type:HTMLElement,listenFor:{include:["*"],exclude:["prop3"]}}}};(class extends Cn{static get metadata(){return cr}static get render(){return or}static get template(){return t=>ir`<div>
|
|
121
|
-
<slot></slot>
|
|
122
|
-
</div>`}}).define();const hr={tag:"ui5-test-child",properties:{prop1:{type:String},prop2:{type:String},prop3:{type:String}}};(class extends Cn{static get metadata(){return hr}static get render(){return or}static get template(){return t=>ir`<div></div>`}}).define();const dr={tag:"ui5-test-generic-ext",properties:{extProp:{type:String},strProp:{defaultValue:"Ext"}},slots:{extSlot:{type:HTMLElement}}};(class extends ur{static get metadata(){return dr}}).define();H("@ui5/webcomponents-base-test","sap_fiori_3",":root{ --var1: red; }"),H("@ui5/webcomponents-base-test","sap_fiori_3_dark",":root{ --var1: green; }"),H("@ui5/webcomponents-base-test","sap_belize",":root{ --var1: blue; }"),H("@ui5/webcomponents-base-test","sap_belize_hcb",":root{ --var1: orange; }"),H("@ui5/webcomponents-base-test","sap_belize_hcw",":root{ --var1: orange; }");const mr={},pr={INTERNET_EXPLORER:"ie",EDGE:"ed",FIREFOX:"ff",CHROME:"cr",SAFARI:"sf",ANDROID:"an"},gr=()=>{const t=(()=>{const t=navigator.userAgent.toLowerCase(),e=/(edge)[ /]([\w.]+)/.exec(t)||/(trident)\/[\w.]+;.*rv:([\w.]+)/.exec(t)||/(webkit)[ /]([\w.]+)/.exec(t)||/(msie) ([\w.]+)/.exec(t)||t.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(t)||[],n={browser:e[1]||"",version:e[2]||"0"};return n[n.browser]=!0,n})(),e=navigator.userAgent,n=window.navigator;let r,a,i;if(t.mozilla)r=/Mobile/,e.match(/Firefox\/(\d+\.\d+)/)?(i=parseFloat(RegExp.$1),a={name:pr.FIREFOX,versionStr:`${i}`,version:i,mozilla:!0,mobile:r.test(e)}):a={mobile:r.test(e),mozilla:!0,version:-1};else if(t.webkit){const t=e.toLowerCase().match(/webkit[/]([\d.]+)/);let o;t&&(o=t[1]),r=/Mobile/;const s=e.match(/(Chrome|CriOS)\/(\d+\.\d+).\d+/),u=e.match(/FxiOS\/(\d+\.\d+)/),l=e.match(/Android .+ Version\/(\d+\.\d+)/);if(s||u||l){let t,n,i;s?(t=pr.CHROME,i=r.test(e),n=parseFloat(s[2])):u?(t=pr.FIREFOX,i=!0,n=parseFloat(u[1])):l&&(t=pr.ANDROID,i=r.test(e),n=parseFloat(l[1])),a={name:t,mobile:i,versionStr:`${n}`,version:n,webkit:!0,webkitVersion:o}}else{const t=/(Version|PhantomJS)\/(\d+\.\d+).*Safari/,s=n.standalone;if(t.test(e)){const n=t.exec(e);i=parseFloat(n[2]),a={name:pr.SAFARI,versionStr:`${i}`,fullscreen:!1,webview:!1,version:i,mobile:r.test(e),webkit:!0,webkitVersion:o,phantomJS:"PhantomJS"===n[1]}}else a=!/iPhone|iPad|iPod/.test(e)||/CriOS/.test(e)||/FxiOS/.test(e)||!0!==s&&!1!==s?{mobile:r.test(e),webkit:!0,webkitVersion:o,version:-1}:{name:pr.SAFARI,version:-1,fullscreen:s,webview:!s,mobile:r.test(e),webkit:!0,webkitVersion:o}}}else t.msie||t.trident?(i=parseFloat(t.version),a={name:pr.INTERNET_EXPLORER,versionStr:`${i}`,version:i,msie:!0,mobile:!1}):t.edge?(i=parseFloat(t.version),a={name:pr.EDGE,versionStr:`${i}`,version:i,edge:!0}):a={name:"",versionStr:"",version:-1,mobile:!1};return a};let fr;const yr={iw:"he",ji:"yi",in:"id",sh:"sr"},vr=t("$cldr-rtl-locales:ar,fa,he$")||[],Pr=new Map,_r=new Map;window.RenderScheduler=dn,window.isIE=()=>(mr.browser||(mr.browser=gr(),mr.browser.BROWSER=pr,mr.browser.name&&Object.keys(pr).forEach(t=>{pr[t]===mr.browser.name&&(mr.browser[t.toLowerCase()]=!0)})),!!mr.browser.msie),window.registerThemeProperties=H,window["sap-ui-webcomponents-bundle"]={configuration:{getAnimationMode:()=>(void 0===fr&&(fr=(()=>(v(),f.animationMode))()),fr),getLanguage:_,getTheme:Se,setTheme:De,getNoConflict:Re,setNoConflict:t=>{Ie=t},getCalendarType:S,getRTL:()=>{const t=(()=>(v(),f.rtl))();return null!==t?!!t:(t=>(t=t&&yr[t]||t,vr.indexOf(t)>=0))(_()||r())},getFirstDayOfWeek:N},getIconNames:async()=>(_r.has("SAP-icons")&&await _r.get("SAP-icons"),Array.from(Pr.keys()).map(t=>t.split(":")[1]))};
|
|
123
|
-
//# sourceMappingURL=bundle.esm.js.map
|