@ui5/webcomponents-base 2.20.1 → 2.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/.tsbuildinfobuild +1 -1
  3. package/dist/custom-elements-internal.json +192 -192
  4. package/dist/custom-elements.json +192 -192
  5. package/dist/generated/VersionInfo.js +3 -3
  6. package/dist/generated/VersionInfo.js.map +1 -1
  7. package/dist/prod/generated/VersionInfo.js +1 -1
  8. package/dist/prod/generated/VersionInfo.js.map +1 -1
  9. package/dist/prod/sap/base/Log.js +15 -29
  10. package/dist/prod/sap/base/assert.js +1 -1
  11. package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +1 -1
  12. package/dist/prod/sap/base/security/URLListValidator.js +9 -5
  13. package/dist/prod/sap/base/security/encodeCSS.js +1 -1
  14. package/dist/prod/sap/base/security/encodeXML.js +1 -1
  15. package/dist/prod/sap/base/security/sanitizeHTML.js +1 -1
  16. package/dist/prod/sap/base/strings/toHex.js +1 -1
  17. package/dist/prod/sap/base/util/now.js +7 -13
  18. package/dist/prod/sap/base/util/uid.js +1 -1
  19. package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +15 -3
  20. package/dist/sap/base/Log.js +15 -29
  21. package/dist/sap/base/assert.js +1 -1
  22. package/dist/sap/base/config/MemoryConfigurationProvider.js +1 -1
  23. package/dist/sap/base/security/URLListValidator.js +9 -5
  24. package/dist/sap/base/security/encodeCSS.js +1 -1
  25. package/dist/sap/base/security/encodeXML.js +1 -1
  26. package/dist/sap/base/security/sanitizeHTML.js +1 -1
  27. package/dist/sap/base/strings/toHex.js +1 -1
  28. package/dist/sap/base/util/now.js +7 -13
  29. package/dist/sap/base/util/uid.js +1 -1
  30. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +15 -3
  31. package/package.json +4 -4
@@ -1019,81 +1019,6 @@
1019
1019
  }
1020
1020
  ]
1021
1021
  },
1022
- {
1023
- "kind": "javascript-module",
1024
- "path": "dist/animations/AnimationQueue.js",
1025
- "declarations": [],
1026
- "exports": [
1027
- {
1028
- "kind": "js",
1029
- "name": "default",
1030
- "declaration": {
1031
- "name": "AnimationQueue",
1032
- "module": "dist/animations/AnimationQueue.js"
1033
- }
1034
- }
1035
- ]
1036
- },
1037
- {
1038
- "kind": "javascript-module",
1039
- "path": "dist/animations/animate.js",
1040
- "declarations": [],
1041
- "exports": [
1042
- {
1043
- "kind": "js",
1044
- "name": "default",
1045
- "declaration": {
1046
- "name": "animate",
1047
- "module": "dist/animations/animate.js"
1048
- }
1049
- }
1050
- ]
1051
- },
1052
- {
1053
- "kind": "javascript-module",
1054
- "path": "dist/animations/scroll.js",
1055
- "declarations": [],
1056
- "exports": [
1057
- {
1058
- "kind": "js",
1059
- "name": "default",
1060
- "declaration": {
1061
- "name": "scroll",
1062
- "module": "dist/animations/scroll.js"
1063
- }
1064
- }
1065
- ]
1066
- },
1067
- {
1068
- "kind": "javascript-module",
1069
- "path": "dist/animations/slideDown.js",
1070
- "declarations": [],
1071
- "exports": [
1072
- {
1073
- "kind": "js",
1074
- "name": "default",
1075
- "declaration": {
1076
- "name": "slideDown",
1077
- "module": "dist/animations/slideDown.js"
1078
- }
1079
- }
1080
- ]
1081
- },
1082
- {
1083
- "kind": "javascript-module",
1084
- "path": "dist/animations/slideUp.js",
1085
- "declarations": [],
1086
- "exports": [
1087
- {
1088
- "kind": "js",
1089
- "name": "default",
1090
- "declaration": {
1091
- "name": "slideUp",
1092
- "module": "dist/animations/slideUp.js"
1093
- }
1094
- }
1095
- ]
1096
- },
1097
1022
  {
1098
1023
  "kind": "javascript-module",
1099
1024
  "path": "dist/asset-registries/Icons.js",
@@ -1196,6 +1121,81 @@
1196
1121
  "declarations": [],
1197
1122
  "exports": []
1198
1123
  },
1124
+ {
1125
+ "kind": "javascript-module",
1126
+ "path": "dist/animations/AnimationQueue.js",
1127
+ "declarations": [],
1128
+ "exports": [
1129
+ {
1130
+ "kind": "js",
1131
+ "name": "default",
1132
+ "declaration": {
1133
+ "name": "AnimationQueue",
1134
+ "module": "dist/animations/AnimationQueue.js"
1135
+ }
1136
+ }
1137
+ ]
1138
+ },
1139
+ {
1140
+ "kind": "javascript-module",
1141
+ "path": "dist/animations/animate.js",
1142
+ "declarations": [],
1143
+ "exports": [
1144
+ {
1145
+ "kind": "js",
1146
+ "name": "default",
1147
+ "declaration": {
1148
+ "name": "animate",
1149
+ "module": "dist/animations/animate.js"
1150
+ }
1151
+ }
1152
+ ]
1153
+ },
1154
+ {
1155
+ "kind": "javascript-module",
1156
+ "path": "dist/animations/scroll.js",
1157
+ "declarations": [],
1158
+ "exports": [
1159
+ {
1160
+ "kind": "js",
1161
+ "name": "default",
1162
+ "declaration": {
1163
+ "name": "scroll",
1164
+ "module": "dist/animations/scroll.js"
1165
+ }
1166
+ }
1167
+ ]
1168
+ },
1169
+ {
1170
+ "kind": "javascript-module",
1171
+ "path": "dist/animations/slideDown.js",
1172
+ "declarations": [],
1173
+ "exports": [
1174
+ {
1175
+ "kind": "js",
1176
+ "name": "default",
1177
+ "declaration": {
1178
+ "name": "slideDown",
1179
+ "module": "dist/animations/slideDown.js"
1180
+ }
1181
+ }
1182
+ ]
1183
+ },
1184
+ {
1185
+ "kind": "javascript-module",
1186
+ "path": "dist/animations/slideUp.js",
1187
+ "declarations": [],
1188
+ "exports": [
1189
+ {
1190
+ "kind": "js",
1191
+ "name": "default",
1192
+ "declaration": {
1193
+ "name": "slideUp",
1194
+ "module": "dist/animations/slideUp.js"
1195
+ }
1196
+ }
1197
+ ]
1198
+ },
1199
1199
  {
1200
1200
  "kind": "javascript-module",
1201
1201
  "path": "dist/converters/DOMReference.js",
@@ -1361,6 +1361,123 @@
1361
1361
  }
1362
1362
  ]
1363
1363
  },
1364
+ {
1365
+ "kind": "javascript-module",
1366
+ "path": "dist/features/F6Navigation.js",
1367
+ "declarations": [],
1368
+ "exports": [
1369
+ {
1370
+ "kind": "js",
1371
+ "name": "default",
1372
+ "declaration": {
1373
+ "name": "F6Navigation",
1374
+ "module": "dist/features/F6Navigation.js"
1375
+ }
1376
+ }
1377
+ ]
1378
+ },
1379
+ {
1380
+ "kind": "javascript-module",
1381
+ "path": "dist/features/InputElementsFormSupport.js",
1382
+ "declarations": [],
1383
+ "exports": []
1384
+ },
1385
+ {
1386
+ "kind": "javascript-module",
1387
+ "path": "dist/features/LegacyDateFormats.js",
1388
+ "declarations": [],
1389
+ "exports": [
1390
+ {
1391
+ "kind": "js",
1392
+ "name": "default",
1393
+ "declaration": {
1394
+ "name": "LegacyDateFormats",
1395
+ "module": "dist/features/LegacyDateFormats.js"
1396
+ }
1397
+ }
1398
+ ]
1399
+ },
1400
+ {
1401
+ "kind": "javascript-module",
1402
+ "path": "dist/features/OpenUI5Element.js",
1403
+ "declarations": [],
1404
+ "exports": [
1405
+ {
1406
+ "kind": "js",
1407
+ "name": "default",
1408
+ "declaration": {
1409
+ "name": "OpenUI5Element",
1410
+ "module": "dist/features/OpenUI5Element.js"
1411
+ }
1412
+ }
1413
+ ]
1414
+ },
1415
+ {
1416
+ "kind": "javascript-module",
1417
+ "path": "dist/features/OpenUI5Enablement.js",
1418
+ "declarations": [],
1419
+ "exports": [
1420
+ {
1421
+ "kind": "js",
1422
+ "name": "default",
1423
+ "declaration": {
1424
+ "name": "OpenUI5Enablement",
1425
+ "module": "dist/features/OpenUI5Enablement.js"
1426
+ }
1427
+ }
1428
+ ]
1429
+ },
1430
+ {
1431
+ "kind": "javascript-module",
1432
+ "path": "dist/features/OpenUI5Support.js",
1433
+ "declarations": [],
1434
+ "exports": [
1435
+ {
1436
+ "kind": "js",
1437
+ "name": "default",
1438
+ "declaration": {
1439
+ "name": "OpenUI5Support",
1440
+ "module": "dist/features/OpenUI5Support.js"
1441
+ }
1442
+ }
1443
+ ]
1444
+ },
1445
+ {
1446
+ "kind": "javascript-module",
1447
+ "path": "dist/features/insertOpenUI5PopupStyles.js",
1448
+ "declarations": [],
1449
+ "exports": [
1450
+ {
1451
+ "kind": "js",
1452
+ "name": "default",
1453
+ "declaration": {
1454
+ "name": "insertOpenUI5PopupStyles",
1455
+ "module": "dist/features/insertOpenUI5PopupStyles.js"
1456
+ }
1457
+ }
1458
+ ]
1459
+ },
1460
+ {
1461
+ "kind": "javascript-module",
1462
+ "path": "dist/features/patchPatcher.js",
1463
+ "declarations": [],
1464
+ "exports": [
1465
+ {
1466
+ "kind": "js",
1467
+ "name": "default",
1468
+ "declaration": {
1469
+ "name": "patchPatcher",
1470
+ "module": "dist/features/patchPatcher.js"
1471
+ }
1472
+ }
1473
+ ]
1474
+ },
1475
+ {
1476
+ "kind": "javascript-module",
1477
+ "path": "dist/features/patchPopup.js",
1478
+ "declarations": [],
1479
+ "exports": []
1480
+ },
1364
1481
  {
1365
1482
  "kind": "javascript-module",
1366
1483
  "path": "dist/delegate/ItemNavigation.js",
@@ -1544,123 +1661,6 @@
1544
1661
  }
1545
1662
  ]
1546
1663
  },
1547
- {
1548
- "kind": "javascript-module",
1549
- "path": "dist/features/F6Navigation.js",
1550
- "declarations": [],
1551
- "exports": [
1552
- {
1553
- "kind": "js",
1554
- "name": "default",
1555
- "declaration": {
1556
- "name": "F6Navigation",
1557
- "module": "dist/features/F6Navigation.js"
1558
- }
1559
- }
1560
- ]
1561
- },
1562
- {
1563
- "kind": "javascript-module",
1564
- "path": "dist/features/InputElementsFormSupport.js",
1565
- "declarations": [],
1566
- "exports": []
1567
- },
1568
- {
1569
- "kind": "javascript-module",
1570
- "path": "dist/features/LegacyDateFormats.js",
1571
- "declarations": [],
1572
- "exports": [
1573
- {
1574
- "kind": "js",
1575
- "name": "default",
1576
- "declaration": {
1577
- "name": "LegacyDateFormats",
1578
- "module": "dist/features/LegacyDateFormats.js"
1579
- }
1580
- }
1581
- ]
1582
- },
1583
- {
1584
- "kind": "javascript-module",
1585
- "path": "dist/features/OpenUI5Element.js",
1586
- "declarations": [],
1587
- "exports": [
1588
- {
1589
- "kind": "js",
1590
- "name": "default",
1591
- "declaration": {
1592
- "name": "OpenUI5Element",
1593
- "module": "dist/features/OpenUI5Element.js"
1594
- }
1595
- }
1596
- ]
1597
- },
1598
- {
1599
- "kind": "javascript-module",
1600
- "path": "dist/features/OpenUI5Enablement.js",
1601
- "declarations": [],
1602
- "exports": [
1603
- {
1604
- "kind": "js",
1605
- "name": "default",
1606
- "declaration": {
1607
- "name": "OpenUI5Enablement",
1608
- "module": "dist/features/OpenUI5Enablement.js"
1609
- }
1610
- }
1611
- ]
1612
- },
1613
- {
1614
- "kind": "javascript-module",
1615
- "path": "dist/features/OpenUI5Support.js",
1616
- "declarations": [],
1617
- "exports": [
1618
- {
1619
- "kind": "js",
1620
- "name": "default",
1621
- "declaration": {
1622
- "name": "OpenUI5Support",
1623
- "module": "dist/features/OpenUI5Support.js"
1624
- }
1625
- }
1626
- ]
1627
- },
1628
- {
1629
- "kind": "javascript-module",
1630
- "path": "dist/features/insertOpenUI5PopupStyles.js",
1631
- "declarations": [],
1632
- "exports": [
1633
- {
1634
- "kind": "js",
1635
- "name": "default",
1636
- "declaration": {
1637
- "name": "insertOpenUI5PopupStyles",
1638
- "module": "dist/features/insertOpenUI5PopupStyles.js"
1639
- }
1640
- }
1641
- ]
1642
- },
1643
- {
1644
- "kind": "javascript-module",
1645
- "path": "dist/features/patchPatcher.js",
1646
- "declarations": [],
1647
- "exports": [
1648
- {
1649
- "kind": "js",
1650
- "name": "default",
1651
- "declaration": {
1652
- "name": "patchPatcher",
1653
- "module": "dist/features/patchPatcher.js"
1654
- }
1655
- }
1656
- ]
1657
- },
1658
- {
1659
- "kind": "javascript-module",
1660
- "path": "dist/features/patchPopup.js",
1661
- "declarations": [],
1662
- "exports": []
1663
- },
1664
1664
  {
1665
1665
  "kind": "javascript-module",
1666
1666
  "path": "dist/locale/Locale.js",