@openui5/sap.ui.webc.common 1.111.0 → 1.112.0
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/package.json +2 -2
- package/src/sap/ui/webc/common/.library +2 -2
- package/src/sap/ui/webc/common/Configuration.js +6 -0
- package/src/sap/ui/webc/common/Icons.js +6 -0
- package/src/sap/ui/webc/common/WebComponent.js +1 -1
- package/src/sap/ui/webc/common/WebComponentMetadata.js +1 -1
- package/src/sap/ui/webc/common/library.js +3 -3
- package/src/sap/ui/webc/common/thirdparty/base/Boot.js +2 -11
- package/src/sap/ui/webc/common/thirdparty/base/CSP.js +3 -14
- package/src/sap/ui/webc/common/thirdparty/base/CustomElementsRegistry.js +0 -21
- package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScopeUtils.js +5 -22
- package/src/sap/ui/webc/common/thirdparty/base/DOMObserver.js +5 -18
- package/src/sap/ui/webc/common/thirdparty/base/Device.js +2 -35
- package/src/sap/ui/webc/common/thirdparty/base/EventProvider.js +2 -21
- package/src/sap/ui/webc/common/thirdparty/base/FeaturesRegistry.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/FontFace.js +4 -8
- package/src/sap/ui/webc/common/thirdparty/base/InitialConfiguration.js +13 -42
- package/src/sap/ui/webc/common/thirdparty/base/Keys.js +3 -138
- package/src/sap/ui/webc/common/thirdparty/base/ManagedStyles.js +0 -19
- package/src/sap/ui/webc/common/thirdparty/base/MediaRange.js +4 -8
- package/src/sap/ui/webc/common/thirdparty/base/PropertiesFileFormat.js +2 -16
- package/src/sap/ui/webc/common/thirdparty/base/Render.js +14 -35
- package/src/sap/ui/webc/common/thirdparty/base/RenderQueue.js +1 -16
- package/src/sap/ui/webc/common/thirdparty/base/RenderScheduler.js +2 -10
- package/src/sap/ui/webc/common/thirdparty/base/Runtimes.js +18 -34
- package/src/sap/ui/webc/common/thirdparty/base/StaticAreaItem.js +4 -25
- package/src/sap/ui/webc/common/thirdparty/base/SystemCSSVars.js +0 -3
- package/src/sap/ui/webc/common/thirdparty/base/UI5Element.js +104 -246
- package/src/sap/ui/webc/common/thirdparty/base/UI5ElementMetadata.js +39 -84
- package/src/sap/ui/webc/common/thirdparty/base/animations/AnimationQueue.js +0 -11
- package/src/sap/ui/webc/common/thirdparty/base/animations/animate.js +0 -8
- package/src/sap/ui/webc/common/thirdparty/base/animations/scroll.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/animations/slideDown.js +9 -10
- package/src/sap/ui/webc/common/thirdparty/base/animations/slideUp.js +4 -7
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Icons.js +9 -34
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations.js +0 -8
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/LocaleData.js +36 -57
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Themes.js +4 -27
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/i18n.js +12 -37
- package/src/sap/ui/webc/common/thirdparty/base/assets-meta/IconCollectionsAlias.js +0 -1
- package/src/sap/ui/webc/common/thirdparty/base/config/AnimationMode.js +0 -7
- package/src/sap/ui/webc/common/thirdparty/base/config/CalendarType.js +2 -7
- package/src/sap/ui/webc/common/thirdparty/base/config/FormatSettings.js +2 -4
- package/src/sap/ui/webc/common/thirdparty/base/config/Icons.js +3 -11
- package/src/sap/ui/webc/common/thirdparty/base/config/Language.js +4 -14
- package/src/sap/ui/webc/common/thirdparty/base/config/NoConflict.js +4 -14
- package/src/sap/ui/webc/common/thirdparty/base/config/RTL.js +2 -8
- package/src/sap/ui/webc/common/thirdparty/base/config/Theme.js +4 -15
- package/src/sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation.js +8 -72
- package/src/sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler.js +8 -23
- package/src/sap/ui/webc/common/thirdparty/base/delegate/ScrollEnablement.js +9 -34
- package/src/sap/ui/webc/common/thirdparty/base/features/F6Navigation.js +1 -20
- package/src/sap/ui/webc/common/thirdparty/base/features/OpenUI5Enablement.js +0 -17
- package/src/sap/ui/webc/common/thirdparty/base/features/OpenUI5Support.js +0 -32
- package/src/sap/ui/webc/common/thirdparty/base/generated/VersionInfo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/getSharedResource.js +1 -9
- package/src/sap/ui/webc/common/thirdparty/base/i18nBundle.js +4 -18
- package/src/sap/ui/webc/common/thirdparty/base/locale/Locale.js +0 -25
- package/src/sap/ui/webc/common/thirdparty/base/locale/RTLAwareRegistry.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/locale/applyDirection.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/locale/directionChange.js +2 -9
- package/src/sap/ui/webc/common/thirdparty/base/locale/getEffectiveDir.js +4 -9
- package/src/sap/ui/webc/common/thirdparty/base/locale/getLocale.js +3 -11
- package/src/sap/ui/webc/common/thirdparty/base/locale/languageChange.js +0 -8
- package/src/sap/ui/webc/common/thirdparty/base/locale/nextFallbackLocale.js +4 -8
- package/src/sap/ui/webc/common/thirdparty/base/locale/normalizeLocale.js +8 -14
- package/src/sap/ui/webc/common/thirdparty/base/renderer/LitRenderer.js +0 -11
- package/src/sap/ui/webc/common/thirdparty/base/renderer/directives/style-map.js +7 -21
- package/src/sap/ui/webc/common/thirdparty/base/renderer/executeTemplate.js +1 -6
- package/src/sap/ui/webc/common/thirdparty/base/theming/CustomStyle.js +2 -16
- package/src/sap/ui/webc/common/thirdparty/base/theming/ThemeLoaded.js +0 -8
- package/src/sap/ui/webc/common/thirdparty/base/theming/applyTheme.js +6 -21
- package/src/sap/ui/webc/common/thirdparty/base/theming/getConstructableStyle.js +1 -6
- package/src/sap/ui/webc/common/thirdparty/base/theming/getEffectiveLinksHrefs.js +0 -7
- package/src/sap/ui/webc/common/thirdparty/base/theming/getEffectiveStyle.js +0 -8
- package/src/sap/ui/webc/common/thirdparty/base/theming/getStylesString.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/theming/getThemeDesignerTheme.js +4 -22
- package/src/sap/ui/webc/common/thirdparty/base/theming/preloadLinks.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/base/thirdparty/_merge.js +10 -20
- package/src/sap/ui/webc/common/thirdparty/base/thirdparty/isPlainObject.js +0 -6
- package/src/sap/ui/webc/common/thirdparty/base/thirdparty/merge.js +0 -3
- package/src/sap/ui/webc/common/thirdparty/base/types/CSSColor.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/types/CSSSize.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/types/CalendarType.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/base/types/DataType.js +0 -8
- package/src/sap/ui/webc/common/thirdparty/base/types/Float.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/base/types/Integer.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/base/types/InvisibleMessageMode.js +0 -6
- package/src/sap/ui/webc/common/thirdparty/base/types/ItemNavigationBehavior.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/types/PopupState.js +0 -8
- package/src/sap/ui/webc/common/thirdparty/base/types/ValueState.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/base/updateShadowRoot.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/base/util/AriaLabelHelper.js +1 -9
- package/src/sap/ui/webc/common/thirdparty/base/util/Caret.js +0 -6
- package/src/sap/ui/webc/common/thirdparty/base/util/ColorConversion.js +29 -46
- package/src/sap/ui/webc/common/thirdparty/base/util/FetchHelper.js +0 -10
- package/src/sap/ui/webc/common/thirdparty/base/util/FocusableElements.js +2 -19
- package/src/sap/ui/webc/common/thirdparty/base/util/InvisibleMessage.js +3 -9
- package/src/sap/ui/webc/common/thirdparty/base/util/PopupUtils.js +0 -28
- package/src/sap/ui/webc/common/thirdparty/base/util/SlotsHelper.js +4 -15
- package/src/sap/ui/webc/common/thirdparty/base/util/StringHelper.js +0 -7
- package/src/sap/ui/webc/common/thirdparty/base/util/TabbableElements.js +0 -12
- package/src/sap/ui/webc/common/thirdparty/base/util/arraysAreEqual.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/util/clamp.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/createLinkInHead.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/createStyleInHead.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/debounce.js +1 -3
- package/src/sap/ui/webc/common/thirdparty/base/util/detectNavigatorLanguage.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/util/escapeRegex.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/findNodeOwner.js +0 -6
- package/src/sap/ui/webc/common/thirdparty/base/util/formatMessage.js +2 -7
- package/src/sap/ui/webc/common/thirdparty/base/util/generateHighlightedMarkup.js +9 -17
- package/src/sap/ui/webc/common/thirdparty/base/util/getActiveElement.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/util/getClassCopy.js +0 -3
- package/src/sap/ui/webc/common/thirdparty/base/util/getDesigntimePropertyAsArray.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/getEffectiveContentDensity.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/getFileExtension.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/util/getNormalizedTarget.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/util/getSingletonElementInstance.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/base/util/isDefaultSlotProvided.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/isDescendantOf.js +0 -6
- package/src/sap/ui/webc/common/thirdparty/base/util/isElementInView.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/isNodeClickable.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/base/util/isNodeHidden.js +0 -3
- package/src/sap/ui/webc/common/thirdparty/base/util/isNodeTabbable.js +0 -9
- package/src/sap/ui/webc/common/thirdparty/base/util/isValidPropertyName.js +1 -3
- package/src/sap/ui/webc/common/thirdparty/base/util/setToArray.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/whenDOMReady.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/icons/generated/json-imports/i18n.js +0 -52
- package/src/sap/ui/webc/common/thirdparty/icons/json-imports/Icons.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/icons-business-suite/json-imports/Icons.js +0 -3
- package/src/sap/ui/webc/common/thirdparty/icons-tnt/json-imports/Icons.js +0 -3
- package/src/sap/ui/webc/common/thirdparty/lit-html/directive-helpers.js +62 -70
- package/src/sap/ui/webc/common/thirdparty/lit-html/directive.js +11 -20
- package/src/sap/ui/webc/common/thirdparty/lit-html/directives/class-map.js +0 -10
- package/src/sap/ui/webc/common/thirdparty/lit-html/directives/if-defined.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/lit-html/directives/repeat.js +55 -71
- package/src/sap/ui/webc/common/thirdparty/lit-html/directives/unsafe-html.js +0 -4
- package/src/sap/ui/webc/common/thirdparty/lit-html/lit-html.js +96 -171
- package/src/sap/ui/webc/common/thirdparty/lit-html/static.js +34 -40
- package/src/sap/ui/webc/common/thirdparty/localization/DateFormat.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/localization/LocaleData.js +0 -2
- package/src/sap/ui/webc/common/thirdparty/localization/dates/CalendarDate.js +13 -56
- package/src/sap/ui/webc/common/thirdparty/localization/dates/ExtremeDates.js +0 -11
- package/src/sap/ui/webc/common/thirdparty/localization/dates/calculateWeekNumber.js +5 -8
- package/src/sap/ui/webc/common/thirdparty/localization/dates/getRoundedTimestamp.js +0 -3
- package/src/sap/ui/webc/common/thirdparty/localization/dates/getTodayUTCTimestamp.js +0 -3
- package/src/sap/ui/webc/common/thirdparty/localization/dates/modifyDateBy.js +0 -9
- package/src/sap/ui/webc/common/thirdparty/localization/getCachedLocaleDataInstance.js +0 -5
- package/src/sap/ui/webc/common/thirdparty/localization/locale/getLocaleData.js +1 -6
- package/src/sap/ui/webc/common/thirdparty/theming/generated/json-imports/Themes.js +0 -16
- package/ui5.yaml +7 -7
- package/src/sap/ui/webc/common/thirdparty/icons-business-suite/main-milestone.js +0 -25
- package/src/sap/ui/webc/common/thirdparty/icons-business-suite/main-sequence.js +0 -25
@@ -5,90 +5,80 @@ sap.ui.define(["exports"], function (_exports) {
|
|
5
5
|
value: true
|
6
6
|
});
|
7
7
|
_exports.svg = _exports.render = _exports.nothing = _exports.noChange = _exports.html = _exports._$LH = void 0;
|
8
|
-
|
9
8
|
/**
|
10
9
|
* @license
|
11
10
|
* Copyright 2017 Google LLC
|
12
11
|
* SPDX-License-Identifier: BSD-3-Clause
|
13
12
|
*/
|
14
13
|
var t;
|
15
|
-
|
16
14
|
const i = globalThis.trustedTypes,
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
l = [];
|
64
|
-
let h,
|
15
|
+
s = i ? i.createPolicy("lit-html", {
|
16
|
+
createHTML: t => t
|
17
|
+
}) : void 0,
|
18
|
+
e = `lit$${(Math.random() + "").slice(9)}$`,
|
19
|
+
o = "?" + e,
|
20
|
+
n = `<${o}>`,
|
21
|
+
l = document,
|
22
|
+
h = (t = "") => l.createComment(t),
|
23
|
+
r = t => null === t || "object" != typeof t && "function" != typeof t,
|
24
|
+
d = Array.isArray,
|
25
|
+
u = t => {
|
26
|
+
var i;
|
27
|
+
return d(t) || "function" == typeof (null === (i = t) || void 0 === i ? void 0 : i[Symbol.iterator]);
|
28
|
+
},
|
29
|
+
c = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,
|
30
|
+
v = /-->/g,
|
31
|
+
a = />/g,
|
32
|
+
f = />|[ \n\r](?:([^\s"'>=/]+)([ \n\r]*=[ \n\r]*(?:[^ \n\r"'`<>=]|("|')|))|$)/g,
|
33
|
+
_ = /'/g,
|
34
|
+
m = /"/g,
|
35
|
+
g = /^(?:script|style|textarea|title)$/i,
|
36
|
+
p = t => (i, ...s) => ({
|
37
|
+
_$litType$: t,
|
38
|
+
strings: i,
|
39
|
+
values: s
|
40
|
+
}),
|
41
|
+
$ = p(1),
|
42
|
+
y = p(2),
|
43
|
+
b = Symbol.for("lit-noChange"),
|
44
|
+
w = Symbol.for("lit-nothing"),
|
45
|
+
T = new WeakMap(),
|
46
|
+
x = (t, i, s) => {
|
47
|
+
var e, o;
|
48
|
+
const n = null !== (e = null == s ? void 0 : s.renderBefore) && void 0 !== e ? e : i;
|
49
|
+
let l = n._$litPart$;
|
50
|
+
if (void 0 === l) {
|
51
|
+
const t = null !== (o = null == s ? void 0 : s.renderBefore) && void 0 !== o ? o : null;
|
52
|
+
n._$litPart$ = l = new N(i.insertBefore(h(), t), t, void 0, null != s ? s : {});
|
53
|
+
}
|
54
|
+
return l._$AI(t), l;
|
55
|
+
},
|
56
|
+
A = l.createTreeWalker(l, 129, null, !1),
|
57
|
+
C = (t, i) => {
|
58
|
+
const o = t.length - 1,
|
59
|
+
l = [];
|
60
|
+
let h,
|
65
61
|
r = 2 === i ? "<svg>" : "",
|
66
62
|
d = c;
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
let o,
|
63
|
+
for (let i = 0; i < o; i++) {
|
64
|
+
const s = t[i];
|
65
|
+
let o,
|
71
66
|
u,
|
72
67
|
p = -1,
|
73
68
|
$ = 0;
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
if (!Array.isArray(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
83
|
-
return [void 0 !== s ? s.createHTML(u) : u, l];
|
84
|
-
};
|
85
|
-
|
69
|
+
for (; $ < s.length && (d.lastIndex = $, u = d.exec(s), null !== u);) $ = d.lastIndex, d === c ? "!--" === u[1] ? d = v : void 0 !== u[1] ? d = a : void 0 !== u[2] ? (g.test(u[2]) && (h = RegExp("</" + u[2], "g")), d = f) : void 0 !== u[3] && (d = f) : d === f ? ">" === u[0] ? (d = null != h ? h : c, p = -1) : void 0 === u[1] ? p = -2 : (p = d.lastIndex - u[2].length, o = u[1], d = void 0 === u[3] ? f : '"' === u[3] ? m : _) : d === m || d === _ ? d = f : d === v || d === a ? d = c : (d = f, h = void 0);
|
70
|
+
const y = d === f && t[i + 1].startsWith("/>") ? " " : "";
|
71
|
+
r += d === c ? s + n : p >= 0 ? (l.push(o), s.slice(0, p) + "$lit$" + s.slice(p) + e + y) : s + e + (-2 === p ? (l.push(void 0), i) : y);
|
72
|
+
}
|
73
|
+
const u = r + (t[o] || "<?>") + (2 === i ? "</svg>" : "");
|
74
|
+
if (!Array.isArray(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
75
|
+
return [void 0 !== s ? s.createHTML(u) : u, l];
|
76
|
+
};
|
86
77
|
_exports.render = x;
|
87
78
|
_exports.nothing = w;
|
88
79
|
_exports.noChange = b;
|
89
80
|
_exports.svg = y;
|
90
81
|
_exports.html = $;
|
91
|
-
|
92
82
|
class E {
|
93
83
|
constructor({
|
94
84
|
strings: t,
|
@@ -97,28 +87,24 @@ sap.ui.define(["exports"], function (_exports) {
|
|
97
87
|
let l;
|
98
88
|
this.parts = [];
|
99
89
|
let r = 0,
|
100
|
-
|
90
|
+
d = 0;
|
101
91
|
const u = t.length - 1,
|
102
|
-
|
103
|
-
|
104
|
-
|
92
|
+
c = this.parts,
|
93
|
+
[v, a] = C(t, s);
|
105
94
|
if (this.el = E.createElement(v, n), A.currentNode = this.el.content, 2 === s) {
|
106
95
|
const t = this.el.content,
|
107
|
-
|
96
|
+
i = t.firstChild;
|
108
97
|
i.remove(), t.append(...i.childNodes);
|
109
98
|
}
|
110
|
-
|
111
99
|
for (; null !== (l = A.nextNode()) && c.length < u;) {
|
112
100
|
if (1 === l.nodeType) {
|
113
101
|
if (l.hasAttributes()) {
|
114
102
|
const t = [];
|
115
|
-
|
116
103
|
for (const i of l.getAttributeNames()) if (i.endsWith("$lit$") || i.startsWith(e)) {
|
117
104
|
const s = a[d++];
|
118
|
-
|
119
105
|
if (t.push(i), void 0 !== s) {
|
120
106
|
const t = l.getAttribute(s.toLowerCase() + "$lit$").split(e),
|
121
|
-
|
107
|
+
i = /([.?@])?(.*)/.exec(s);
|
122
108
|
c.push({
|
123
109
|
type: 1,
|
124
110
|
index: r,
|
@@ -131,22 +117,17 @@ sap.ui.define(["exports"], function (_exports) {
|
|
131
117
|
index: r
|
132
118
|
});
|
133
119
|
}
|
134
|
-
|
135
120
|
for (const i of t) l.removeAttribute(i);
|
136
121
|
}
|
137
|
-
|
138
122
|
if (g.test(l.tagName)) {
|
139
123
|
const t = l.textContent.split(e),
|
140
|
-
|
141
|
-
|
124
|
+
s = t.length - 1;
|
142
125
|
if (s > 0) {
|
143
126
|
l.textContent = i ? i.emptyScript : "";
|
144
|
-
|
145
127
|
for (let i = 0; i < s; i++) l.append(t[i], h()), A.nextNode(), c.push({
|
146
128
|
type: 2,
|
147
129
|
index: ++r
|
148
130
|
});
|
149
|
-
|
150
131
|
l.append(t[s], h());
|
151
132
|
}
|
152
133
|
}
|
@@ -155,24 +136,19 @@ sap.ui.define(["exports"], function (_exports) {
|
|
155
136
|
index: r
|
156
137
|
});else {
|
157
138
|
let t = -1;
|
158
|
-
|
159
139
|
for (; -1 !== (t = l.data.indexOf(e, t + 1));) c.push({
|
160
140
|
type: 7,
|
161
141
|
index: r
|
162
142
|
}), t += e.length - 1;
|
163
143
|
}
|
164
|
-
|
165
144
|
r++;
|
166
145
|
}
|
167
146
|
}
|
168
|
-
|
169
147
|
static createElement(t, i) {
|
170
148
|
const s = l.createElement("template");
|
171
149
|
return s.innerHTML = t, s;
|
172
150
|
}
|
173
|
-
|
174
151
|
}
|
175
|
-
|
176
152
|
function P(t, i, s = t, e) {
|
177
153
|
var o, n, l, h;
|
178
154
|
if (i === b) return i;
|
@@ -180,250 +156,199 @@ sap.ui.define(["exports"], function (_exports) {
|
|
180
156
|
const u = r(i) ? void 0 : i._$litDirective$;
|
181
157
|
return (null == d ? void 0 : d.constructor) !== u && (null === (n = null == d ? void 0 : d._$AO) || void 0 === n || n.call(d, !1), void 0 === u ? d = void 0 : (d = new u(t), d._$AT(t, s, e)), void 0 !== e ? (null !== (l = (h = s)._$Cl) && void 0 !== l ? l : h._$Cl = [])[e] = d : s._$Cu = d), void 0 !== d && (i = P(t, d._$AS(t, i.values), d, e)), i;
|
182
158
|
}
|
183
|
-
|
184
159
|
class V {
|
185
160
|
constructor(t, i) {
|
186
161
|
this.v = [], this._$AN = void 0, this._$AD = t, this._$AM = i;
|
187
162
|
}
|
188
|
-
|
189
163
|
get parentNode() {
|
190
164
|
return this._$AM.parentNode;
|
191
165
|
}
|
192
|
-
|
193
166
|
get _$AU() {
|
194
167
|
return this._$AM._$AU;
|
195
168
|
}
|
196
|
-
|
197
169
|
p(t) {
|
198
170
|
var i;
|
199
171
|
const {
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
172
|
+
el: {
|
173
|
+
content: s
|
174
|
+
},
|
175
|
+
parts: e
|
176
|
+
} = this._$AD,
|
177
|
+
o = (null !== (i = null == t ? void 0 : t.creationScope) && void 0 !== i ? i : l).importNode(s, !0);
|
206
178
|
A.currentNode = o;
|
207
179
|
let n = A.nextNode(),
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
180
|
+
h = 0,
|
181
|
+
r = 0,
|
182
|
+
d = e[0];
|
212
183
|
for (; void 0 !== d;) {
|
213
184
|
if (h === d.index) {
|
214
185
|
let i;
|
215
186
|
2 === d.type ? i = new N(n, n.nextSibling, this, t) : 1 === d.type ? i = new d.ctor(n, d.name, d.strings, this, t) : 6 === d.type && (i = new L(n, this, t)), this.v.push(i), d = e[++r];
|
216
187
|
}
|
217
|
-
|
218
188
|
h !== (null == d ? void 0 : d.index) && (n = A.nextNode(), h++);
|
219
189
|
}
|
220
|
-
|
221
190
|
return o;
|
222
191
|
}
|
223
|
-
|
224
192
|
m(t) {
|
225
193
|
let i = 0;
|
226
|
-
|
227
194
|
for (const s of this.v) void 0 !== s && (void 0 !== s.strings ? (s._$AI(t, s, i), i += s.strings.length - 2) : s._$AI(t[i])), i++;
|
228
195
|
}
|
229
|
-
|
230
196
|
}
|
231
|
-
|
232
197
|
class N {
|
233
198
|
constructor(t, i, s, e) {
|
234
199
|
var o;
|
235
200
|
this.type = 2, this._$AH = w, this._$AN = void 0, this._$AA = t, this._$AB = i, this._$AM = s, this.options = e, this._$Cg = null === (o = null == e ? void 0 : e.isConnected) || void 0 === o || o;
|
236
201
|
}
|
237
|
-
|
238
202
|
get _$AU() {
|
239
203
|
var t, i;
|
240
204
|
return null !== (i = null === (t = this._$AM) || void 0 === t ? void 0 : t._$AU) && void 0 !== i ? i : this._$Cg;
|
241
205
|
}
|
242
|
-
|
243
206
|
get parentNode() {
|
244
207
|
let t = this._$AA.parentNode;
|
245
208
|
const i = this._$AM;
|
246
209
|
return void 0 !== i && 11 === t.nodeType && (t = i.parentNode), t;
|
247
210
|
}
|
248
|
-
|
249
211
|
get startNode() {
|
250
212
|
return this._$AA;
|
251
213
|
}
|
252
|
-
|
253
214
|
get endNode() {
|
254
215
|
return this._$AB;
|
255
216
|
}
|
256
|
-
|
257
217
|
_$AI(t, i = this) {
|
258
218
|
t = P(this, t, i), r(t) ? t === w || null == t || "" === t ? (this._$AH !== w && this._$AR(), this._$AH = w) : t !== this._$AH && t !== b && this.$(t) : void 0 !== t._$litType$ ? this.T(t) : void 0 !== t.nodeType ? this.k(t) : u(t) ? this.S(t) : this.$(t);
|
259
219
|
}
|
260
|
-
|
261
220
|
M(t, i = this._$AB) {
|
262
221
|
return this._$AA.parentNode.insertBefore(t, i);
|
263
222
|
}
|
264
|
-
|
265
223
|
k(t) {
|
266
224
|
this._$AH !== t && (this._$AR(), this._$AH = this.M(t));
|
267
225
|
}
|
268
|
-
|
269
226
|
$(t) {
|
270
227
|
this._$AH !== w && r(this._$AH) ? this._$AA.nextSibling.data = t : this.k(l.createTextNode(t)), this._$AH = t;
|
271
228
|
}
|
272
|
-
|
273
229
|
T(t) {
|
274
230
|
var i;
|
275
231
|
const {
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
232
|
+
values: s,
|
233
|
+
_$litType$: e
|
234
|
+
} = t,
|
235
|
+
o = "number" == typeof e ? this._$AC(t) : (void 0 === e.el && (e.el = E.createElement(e.h, this.options)), e);
|
280
236
|
if ((null === (i = this._$AH) || void 0 === i ? void 0 : i._$AD) === o) this._$AH.m(s);else {
|
281
237
|
const t = new V(o, this),
|
282
|
-
|
238
|
+
i = t.p(this.options);
|
283
239
|
t.m(s), this.k(i), this._$AH = t;
|
284
240
|
}
|
285
241
|
}
|
286
|
-
|
287
242
|
_$AC(t) {
|
288
243
|
let i = T.get(t.strings);
|
289
244
|
return void 0 === i && T.set(t.strings, i = new E(t)), i;
|
290
245
|
}
|
291
|
-
|
292
246
|
S(t) {
|
293
247
|
d(this._$AH) || (this._$AH = [], this._$AR());
|
294
248
|
const i = this._$AH;
|
295
249
|
let s,
|
296
|
-
|
297
|
-
|
250
|
+
e = 0;
|
298
251
|
for (const o of t) e === i.length ? i.push(s = new N(this.M(h()), this.M(h()), this, this.options)) : s = i[e], s._$AI(o), e++;
|
299
|
-
|
300
252
|
e < i.length && (this._$AR(s && s._$AB.nextSibling, e), i.length = e);
|
301
253
|
}
|
302
|
-
|
303
254
|
_$AR(t = this._$AA.nextSibling, i) {
|
304
255
|
var s;
|
305
|
-
|
306
256
|
for (null === (s = this._$AP) || void 0 === s || s.call(this, !1, !0, i); t && t !== this._$AB;) {
|
307
257
|
const i = t.nextSibling;
|
308
258
|
t.remove(), t = i;
|
309
259
|
}
|
310
260
|
}
|
311
|
-
|
312
261
|
setConnected(t) {
|
313
262
|
var i;
|
314
263
|
void 0 === this._$AM && (this._$Cg = t, null === (i = this._$AP) || void 0 === i || i.call(this, t));
|
315
264
|
}
|
316
|
-
|
317
265
|
}
|
318
|
-
|
319
266
|
class S {
|
320
267
|
constructor(t, i, s, e, o) {
|
321
268
|
this.type = 1, this._$AH = w, this._$AN = void 0, this.element = t, this.name = i, this._$AM = e, this.options = o, s.length > 2 || "" !== s[0] || "" !== s[1] ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = w;
|
322
269
|
}
|
323
|
-
|
324
270
|
get tagName() {
|
325
271
|
return this.element.tagName;
|
326
272
|
}
|
327
|
-
|
328
273
|
get _$AU() {
|
329
274
|
return this._$AM._$AU;
|
330
275
|
}
|
331
|
-
|
332
276
|
_$AI(t, i = this, s, e) {
|
333
277
|
const o = this.strings;
|
334
278
|
let n = !1;
|
335
279
|
if (void 0 === o) t = P(this, t, i, 0), n = !r(t) || t !== this._$AH && t !== b, n && (this._$AH = t);else {
|
336
280
|
const e = t;
|
337
281
|
let l, h;
|
338
|
-
|
339
282
|
for (t = o[0], l = 0; l < o.length - 1; l++) h = P(this, e[s + l], i, l), h === b && (h = this._$AH[l]), n || (n = !r(h) || h !== this._$AH[l]), h === w ? t = w : t !== w && (t += (null != h ? h : "") + o[l + 1]), this._$AH[l] = h;
|
340
283
|
}
|
341
284
|
n && !e && this.C(t);
|
342
285
|
}
|
343
|
-
|
344
286
|
C(t) {
|
345
287
|
t === w ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, null != t ? t : "");
|
346
288
|
}
|
347
|
-
|
348
289
|
}
|
349
|
-
|
350
290
|
class M extends S {
|
351
291
|
constructor() {
|
352
292
|
super(...arguments), this.type = 3;
|
353
293
|
}
|
354
|
-
|
355
294
|
C(t) {
|
356
295
|
this.element[this.name] = t === w ? void 0 : t;
|
357
296
|
}
|
358
|
-
|
359
297
|
}
|
360
|
-
|
361
298
|
const k = i ? i.emptyScript : "";
|
362
|
-
|
363
299
|
class H extends S {
|
364
300
|
constructor() {
|
365
301
|
super(...arguments), this.type = 4;
|
366
302
|
}
|
367
|
-
|
368
303
|
C(t) {
|
369
304
|
t && t !== w ? this.element.setAttribute(this.name, k) : this.element.removeAttribute(this.name);
|
370
305
|
}
|
371
|
-
|
372
306
|
}
|
373
|
-
|
374
307
|
class I extends S {
|
375
308
|
constructor(t, i, s, e, o) {
|
376
309
|
super(t, i, s, e, o), this.type = 5;
|
377
310
|
}
|
378
|
-
|
379
311
|
_$AI(t, i = this) {
|
380
312
|
var s;
|
381
313
|
if ((t = null !== (s = P(this, t, i, 0)) && void 0 !== s ? s : w) === b) return;
|
382
314
|
const e = this._$AH,
|
383
|
-
|
384
|
-
|
315
|
+
o = t === w && e !== w || t.capture !== e.capture || t.once !== e.once || t.passive !== e.passive,
|
316
|
+
n = t !== w && (e === w || o);
|
385
317
|
o && this.element.removeEventListener(this.name, this, e), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
386
318
|
}
|
387
|
-
|
388
319
|
handleEvent(t) {
|
389
320
|
var i, s;
|
390
321
|
"function" == typeof this._$AH ? this._$AH.call(null !== (s = null === (i = this.options) || void 0 === i ? void 0 : i.host) && void 0 !== s ? s : this.element, t) : this._$AH.handleEvent(t);
|
391
322
|
}
|
392
|
-
|
393
323
|
}
|
394
|
-
|
395
324
|
class L {
|
396
325
|
constructor(t, i, s) {
|
397
326
|
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = i, this.options = s;
|
398
327
|
}
|
399
|
-
|
400
328
|
get _$AU() {
|
401
329
|
return this._$AM._$AU;
|
402
330
|
}
|
403
|
-
|
404
331
|
_$AI(t) {
|
405
332
|
P(this, t);
|
406
333
|
}
|
407
|
-
|
408
334
|
}
|
409
|
-
|
410
335
|
const R = {
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
336
|
+
L: "$lit$",
|
337
|
+
P: e,
|
338
|
+
V: o,
|
339
|
+
I: 1,
|
340
|
+
N: C,
|
341
|
+
R: V,
|
342
|
+
j: u,
|
343
|
+
D: P,
|
344
|
+
H: N,
|
345
|
+
F: S,
|
346
|
+
O: H,
|
347
|
+
W: I,
|
348
|
+
B: M,
|
349
|
+
Z: L
|
350
|
+
},
|
351
|
+
z = window.litHtmlPolyfillSupport;
|
427
352
|
_exports._$LH = R;
|
428
353
|
null == z || z(E, N), (null !== (t = globalThis.litHtmlVersions) && void 0 !== t ? t : globalThis.litHtmlVersions = []).push("2.2.2");
|
429
354
|
});
|
@@ -5,54 +5,48 @@ sap.ui.define(["exports", "./lit-html"], function (_exports, _litHtml) {
|
|
5
5
|
value: true
|
6
6
|
});
|
7
7
|
_exports.withStatic = _exports.unsafeStatic = _exports.svg = _exports.literal = _exports.html = void 0;
|
8
|
-
|
9
8
|
/**
|
10
9
|
* @license
|
11
10
|
* Copyright 2020 Google LLC
|
12
11
|
* SPDX-License-Identifier: BSD-3-Clause
|
13
12
|
*/
|
14
13
|
const o = Symbol.for(""),
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
14
|
+
e = t => {
|
15
|
+
var r, e;
|
16
|
+
if ((null === (r = t) || void 0 === r ? void 0 : r.r) === o) return null === (e = t) || void 0 === e ? void 0 : e._$litStatic$;
|
17
|
+
},
|
18
|
+
i = t => ({
|
19
|
+
_$litStatic$: t,
|
20
|
+
r: o
|
21
|
+
}),
|
22
|
+
l = (t, ...r) => ({
|
23
|
+
_$litStatic$: r.reduce((r, o, e) => r + (t => {
|
24
|
+
if (void 0 !== t._$litStatic$) return t._$litStatic$;
|
25
|
+
throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`);
|
26
|
+
})(o) + t[e + 1], t[0]),
|
27
|
+
r: o
|
28
|
+
}),
|
29
|
+
a = new Map(),
|
30
|
+
s = t => (r, ...o) => {
|
31
|
+
const i = o.length;
|
32
|
+
let l, s;
|
33
|
+
const n = [],
|
34
|
+
u = [];
|
35
|
+
let c,
|
37
36
|
v = 0,
|
38
37
|
$ = !1;
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
return t(r, ...o);
|
52
|
-
},
|
53
|
-
n = s(_litHtml.html),
|
54
|
-
u = s(_litHtml.svg);
|
55
|
-
|
38
|
+
for (; v < i;) {
|
39
|
+
for (c = r[v]; v < i && void 0 !== (s = o[v], l = e(s));) c += l + r[++v], $ = !0;
|
40
|
+
u.push(s), n.push(c), v++;
|
41
|
+
}
|
42
|
+
if (v === i && n.push(r[i]), $) {
|
43
|
+
const t = n.join("$$lit$$");
|
44
|
+
void 0 === (r = a.get(t)) && (n.raw = n, a.set(t, r = n)), o = u;
|
45
|
+
}
|
46
|
+
return t(r, ...o);
|
47
|
+
},
|
48
|
+
n = s(_litHtml.html),
|
49
|
+
u = s(_litHtml.svg);
|
56
50
|
_exports.svg = u;
|
57
51
|
_exports.html = n;
|
58
52
|
_exports.withStatic = s;
|
@@ -6,9 +6,7 @@ sap.ui.define(["exports", "sap/ui/core/format/DateFormat"], function (_exports,
|
|
6
6
|
});
|
7
7
|
_exports.default = void 0;
|
8
8
|
_DateFormat = _interopRequireDefault(_DateFormat);
|
9
|
-
|
10
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
11
|
-
|
12
10
|
var _default = _DateFormat.default;
|
13
11
|
_exports.default = _default;
|
14
12
|
});
|
@@ -6,9 +6,7 @@ sap.ui.define(["exports", "sap/ui/core/LocaleData"], function (_exports, _Locale
|
|
6
6
|
});
|
7
7
|
_exports.default = void 0;
|
8
8
|
_LocaleData = _interopRequireDefault(_LocaleData);
|
9
|
-
|
10
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
11
|
-
|
12
10
|
var _default = _LocaleData.default;
|
13
11
|
_exports.default = _default;
|
14
12
|
});
|