@ui5/webcomponents-base 1.13.0-rc.2 → 1.13.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/UI5Element.d.ts +2 -0
- package/dist/UI5Element.js +11 -2
- package/dist/UI5Element.js.map +1 -1
- package/dist/assets/{Boot.c47b4872.js → Boot.518cdeac.js} +1 -1
- package/dist/assets/bundle.esm.d4b1c7dc.js +50 -0
- package/dist/delegate/ResizeHandler.js +7 -5
- package/dist/delegate/ResizeHandler.js.map +1 -1
- package/dist/generated/VersionInfo.js +3 -3
- package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js +8 -10
- package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +1 -0
- package/dist/renderer/executeTemplate.js +1 -1
- package/dist/renderer/executeTemplate.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js.map +1 -1
- package/dist/updateShadowRoot.js +7 -4
- package/dist/updateShadowRoot.js.map +1 -1
- package/dist/util/getClassCopy.d.ts +2 -0
- package/package-scripts.cjs +1 -1
- package/package.json +3 -4
- package/LICENSE.txt +0 -201
- package/dist/assets/bundle.esm.7812d8b6.js +0 -50
- package/dist/assets/test/pages/Boot.html.fdf99a6f.js +0 -1
- package/dist/assets/test/pages/i18n.html.c3d64dd8.js +0 -1
- package/dist/assets/test/pages/i18n_texts.html.631d8993.js +0 -1
- package/dist/test/pages/AllTestElements.html +0 -43
- package/dist/test/pages/Boot.html +0 -17
- package/dist/test/pages/Configuration.html +0 -20
- package/dist/test/pages/ConfigurationScript.html +0 -52
- package/dist/test/pages/WithComplexTemplate.html +0 -23
- package/dist/test/pages/i18n.html +0 -21
- package/dist/test/pages/i18n_texts.html +0 -89
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
|
|
6
|
-
<title>Base package default test page</title>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<script type="module" crossorigin src="/assets/Boot.c47b4872.js"></script>
|
|
10
|
-
<script type="module" crossorigin src="/assets/bundle.esm.7812d8b6.js"></script>
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
|
|
15
|
-
<ui5-test-generic id="gen"></ui5-test-generic>
|
|
16
|
-
|
|
17
|
-
<ui5-test-generic id="withContent">
|
|
18
|
-
Default slot text
|
|
19
|
-
<span>Default slot content</span>
|
|
20
|
-
<span slot="other">Other slot content 1</span>
|
|
21
|
-
<span slot="other">Other slot content 2</span>
|
|
22
|
-
<span slot="individual">Individual slot content 1</span>
|
|
23
|
-
<span slot="individual">Individual slot content 2</span>
|
|
24
|
-
<span slot="named">Item in slot with propertyName</span>
|
|
25
|
-
<span slot="named">Item in slot with propertyName</span>
|
|
26
|
-
</ui5-test-generic>
|
|
27
|
-
|
|
28
|
-
<ui5-test-no-shadow id="noShadow"></ui5-test-no-shadow>
|
|
29
|
-
|
|
30
|
-
<ui5-test-parent id="parent">
|
|
31
|
-
<ui5-test-child id="child1" prop1="old" prop2="old" prop3="old"></ui5-test-child>
|
|
32
|
-
<ui5-test-child id="child2" slot="items" prop1="old" prop2="old" prop3="old"></ui5-test-child>
|
|
33
|
-
</ui5-test-parent>
|
|
34
|
-
|
|
35
|
-
<ui5-test-generic-ext id="genExt"></ui5-test-generic-ext>
|
|
36
|
-
|
|
37
|
-
<ui5-with-static-area id="no-static-area"></ui5-with-static-area>
|
|
38
|
-
<ui5-with-static-area id="with-static-area" static-content></ui5-with-static-area>
|
|
39
|
-
<div id="with-static-area-rtl-container" dir="rtl">
|
|
40
|
-
<ui5-with-static-area id="with-static-area-rtl" static-content></ui5-with-static-area>
|
|
41
|
-
</div>
|
|
42
|
-
</body>
|
|
43
|
-
</html>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Test theme loading and attachBoot</title>
|
|
6
|
-
<script>delete Document.prototype.adoptedStyleSheets</script>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<script type="module" crossorigin src="/assets/test/pages/Boot.html.fdf99a6f.js"></script>
|
|
10
|
-
<link rel="modulepreload" crossorigin href="/assets/Boot.c47b4872.js">
|
|
11
|
-
<link rel="stylesheet" href="/assets/Boot.34b7cea0.css">
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
|
|
15
|
-
<div class="content">Register theme properties to style this text - window['sap-ui-webcomponents-bundle'].registerThemeProps()</div>
|
|
16
|
-
</body>
|
|
17
|
-
</html>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="sap-allowedThemeOrigins" content="https://example.com">
|
|
6
|
-
|
|
7
|
-
<title>Base package default test page</title>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<script type="module" crossorigin src="/assets/Boot.c47b4872.js"></script>
|
|
12
|
-
<script type="module" crossorigin src="/assets/bundle.esm.7812d8b6.js"></script>
|
|
13
|
-
</head>
|
|
14
|
-
|
|
15
|
-
<body>
|
|
16
|
-
|
|
17
|
-
<h1>Base package</h1>
|
|
18
|
-
|
|
19
|
-
</body>
|
|
20
|
-
</html>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
|
|
6
|
-
<title>Base package default test page</title>
|
|
7
|
-
|
|
8
|
-
<script data-ui5-config type="application/json">
|
|
9
|
-
{
|
|
10
|
-
"animationMode": "basic",
|
|
11
|
-
"rtl": true,
|
|
12
|
-
"language": "ja",
|
|
13
|
-
"calendarType": "Japanese",
|
|
14
|
-
"formatSettings": {
|
|
15
|
-
"firstDayOfWeek": 0,
|
|
16
|
-
"legacyDateCalendarCustomizing": [
|
|
17
|
-
{
|
|
18
|
-
"dateFormat": "A",
|
|
19
|
-
"islamicMonthStart": "14351201",
|
|
20
|
-
"gregDate": "20140925"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"dateFormat": "A",
|
|
24
|
-
"islamicMonthStart": "14360101",
|
|
25
|
-
"gregDate": "20141024"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"dateFormat": "A",
|
|
29
|
-
"islamicMonthStart": "14360201",
|
|
30
|
-
"gregDate": "20141123"
|
|
31
|
-
}
|
|
32
|
-
]
|
|
33
|
-
},
|
|
34
|
-
"theme": "sap_belize_hcb",
|
|
35
|
-
"noConflict": {
|
|
36
|
-
"events": ["selection-change", "header-click"]
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
</script>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<script type="module" crossorigin src="/assets/Boot.c47b4872.js"></script>
|
|
44
|
-
<script type="module" crossorigin src="/assets/bundle.esm.7812d8b6.js"></script>
|
|
45
|
-
</head>
|
|
46
|
-
|
|
47
|
-
<body>
|
|
48
|
-
|
|
49
|
-
<h1>Base package</h1>
|
|
50
|
-
|
|
51
|
-
</body>
|
|
52
|
-
</html>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Compex Template Test Page</title>
|
|
6
|
-
|
|
7
|
-
<script type="module" crossorigin src="/assets/Boot.c47b4872.js"></script>
|
|
8
|
-
<script type="module" crossorigin src="/assets/bundle.esm.7812d8b6.js"></script>
|
|
9
|
-
</head>
|
|
10
|
-
|
|
11
|
-
<body>
|
|
12
|
-
|
|
13
|
-
<h3>Legend</h3>
|
|
14
|
-
<ul>
|
|
15
|
-
<li>Root text is "root"</li>
|
|
16
|
-
<li>Item text are "positives" and "negatives"</li>
|
|
17
|
-
<li>Word text are "good", "nice", "kind", "bad", "unpolite"...</li>
|
|
18
|
-
</ul>
|
|
19
|
-
|
|
20
|
-
<h3>Component</h3>
|
|
21
|
-
<ui5-test-complex-template id="testComplexTemplate"></ui5-test-complex-template>
|
|
22
|
-
</body>
|
|
23
|
-
</html>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
|
|
6
|
-
<title>i18n</title>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<script type="module" crossorigin src="/assets/test/pages/i18n.html.c3d64dd8.js"></script>
|
|
11
|
-
<link rel="modulepreload" crossorigin href="/assets/Boot.c47b4872.js">
|
|
12
|
-
<link rel="modulepreload" crossorigin href="/assets/bundle.esm.7812d8b6.js">
|
|
13
|
-
</head>
|
|
14
|
-
|
|
15
|
-
<body>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</body>
|
|
21
|
-
</html>
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
|
|
7
|
-
<title>i18n</title>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<script type="module" crossorigin src="/assets/test/pages/i18n_texts.html.631d8993.js"></script>
|
|
12
|
-
<link rel="modulepreload" crossorigin href="/assets/Boot.c47b4872.js">
|
|
13
|
-
<link rel="modulepreload" crossorigin href="/assets/bundle.esm.7812d8b6.js">
|
|
14
|
-
</head>
|
|
15
|
-
|
|
16
|
-
<body>
|
|
17
|
-
<h1>i18n texts</h1>
|
|
18
|
-
<p>
|
|
19
|
-
Single quote ' escape some symbols after it. For example: "Text '{0}" will result in "Text {0}". To use single
|
|
20
|
-
quote you have to use: ''
|
|
21
|
-
</p>
|
|
22
|
-
<div>
|
|
23
|
-
<span id="test_1_text"></span>
|
|
24
|
-
|
|
|
25
|
-
<span id="test_1_result">
|
|
26
|
-
Text {0}
|
|
27
|
-
</span>
|
|
28
|
-
</div>
|
|
29
|
-
<div>
|
|
30
|
-
<span id="test_2_text"></span>
|
|
31
|
-
|
|
|
32
|
-
<span id="test_2_result">
|
|
33
|
-
Text 'test
|
|
34
|
-
</span>
|
|
35
|
-
</div>
|
|
36
|
-
<div>
|
|
37
|
-
<span id="test_3_text"></span>
|
|
38
|
-
|
|
|
39
|
-
<span id="test_3_result">
|
|
40
|
-
Text 'test'
|
|
41
|
-
</span>
|
|
42
|
-
</div>
|
|
43
|
-
<div>
|
|
44
|
-
<span id="test_4_text"></span>
|
|
45
|
-
|
|
|
46
|
-
<span id="test_4_result">
|
|
47
|
-
Text
|
|
48
|
-
</span>
|
|
49
|
-
</div>
|
|
50
|
-
<div>
|
|
51
|
-
<span id="test_5_text"></span>
|
|
52
|
-
|
|
|
53
|
-
<span id="test_5_result">
|
|
54
|
-
Text '
|
|
55
|
-
</span>
|
|
56
|
-
</div>
|
|
57
|
-
<div>
|
|
58
|
-
<span id="test_6_text"></span>
|
|
59
|
-
|
|
|
60
|
-
<span id="test_6_result">
|
|
61
|
-
Text '
|
|
62
|
-
</span>
|
|
63
|
-
</div>
|
|
64
|
-
<div>
|
|
65
|
-
<span id="test_7_text"></span>
|
|
66
|
-
|
|
|
67
|
-
<span id="test_7_result">
|
|
68
|
-
Text test
|
|
69
|
-
</span>
|
|
70
|
-
</div>
|
|
71
|
-
<div>
|
|
72
|
-
<span id="test_8_text"></span>
|
|
73
|
-
|
|
|
74
|
-
<span id="test_8_result">
|
|
75
|
-
Text {0}
|
|
76
|
-
</span>
|
|
77
|
-
</div>
|
|
78
|
-
<div>
|
|
79
|
-
<span id="test_9_text"></span>
|
|
80
|
-
|
|
|
81
|
-
<span id="test_9_result">
|
|
82
|
-
Text {0}'
|
|
83
|
-
</span>
|
|
84
|
-
</div>
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</body>
|
|
88
|
-
|
|
89
|
-
</html>
|