@ui5/webcomponents-base 2.21.0-rc.2 → 2.21.0-rc.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.
- package/CHANGELOG.md +11 -0
- package/dist/.tsbuildinfobuild +1 -1
- package/dist/custom-elements-internal.json +132 -117
- package/dist/custom-elements.json +132 -117
- package/dist/generated/VersionInfo.js +3 -3
- package/dist/generated/VersionInfo.js.map +1 -1
- package/dist/prod/generated/VersionInfo.js +1 -1
- package/dist/prod/generated/VersionInfo.js.map +1 -1
- package/dist/prod/sap/base/Log.js +15 -29
- package/dist/prod/sap/base/assert.js +1 -1
- package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +1 -1
- package/dist/prod/sap/base/security/URLListValidator.js +9 -5
- package/dist/prod/sap/base/security/encodeCSS.js +1 -1
- package/dist/prod/sap/base/security/encodeXML.js +1 -1
- package/dist/prod/sap/base/security/sanitizeHTML.js +1 -1
- package/dist/prod/sap/base/strings/toHex.js +1 -1
- package/dist/prod/sap/base/util/now.js +7 -13
- package/dist/prod/sap/base/util/uid.js +1 -1
- package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +15 -3
- package/dist/prod/util/generateHighlightedMarkupFirstMatch.js +2 -0
- package/dist/prod/util/generateHighlightedMarkupFirstMatch.js.map +7 -0
- package/dist/sap/base/Log.js +15 -29
- package/dist/sap/base/assert.js +1 -1
- package/dist/sap/base/config/MemoryConfigurationProvider.js +1 -1
- package/dist/sap/base/security/URLListValidator.js +9 -5
- package/dist/sap/base/security/encodeCSS.js +1 -1
- package/dist/sap/base/security/encodeXML.js +1 -1
- package/dist/sap/base/security/sanitizeHTML.js +1 -1
- package/dist/sap/base/strings/toHex.js +1 -1
- package/dist/sap/base/util/now.js +7 -13
- package/dist/sap/base/util/uid.js +1 -1
- package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +15 -3
- package/dist/util/generateHighlightedMarkupFirstMatch.d.ts +10 -0
- package/dist/util/generateHighlightedMarkupFirstMatch.js +36 -0
- package/dist/util/generateHighlightedMarkupFirstMatch.js.map +1 -0
- package/package.json +4 -4
|
@@ -1367,123 +1367,6 @@
|
|
|
1367
1367
|
}
|
|
1368
1368
|
]
|
|
1369
1369
|
},
|
|
1370
|
-
{
|
|
1371
|
-
"kind": "javascript-module",
|
|
1372
|
-
"path": "dist/features/F6Navigation.js",
|
|
1373
|
-
"declarations": [],
|
|
1374
|
-
"exports": [
|
|
1375
|
-
{
|
|
1376
|
-
"kind": "js",
|
|
1377
|
-
"name": "default",
|
|
1378
|
-
"declaration": {
|
|
1379
|
-
"name": "F6Navigation",
|
|
1380
|
-
"module": "dist/features/F6Navigation.js"
|
|
1381
|
-
}
|
|
1382
|
-
}
|
|
1383
|
-
]
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"kind": "javascript-module",
|
|
1387
|
-
"path": "dist/features/InputElementsFormSupport.js",
|
|
1388
|
-
"declarations": [],
|
|
1389
|
-
"exports": []
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "javascript-module",
|
|
1393
|
-
"path": "dist/features/LegacyDateFormats.js",
|
|
1394
|
-
"declarations": [],
|
|
1395
|
-
"exports": [
|
|
1396
|
-
{
|
|
1397
|
-
"kind": "js",
|
|
1398
|
-
"name": "default",
|
|
1399
|
-
"declaration": {
|
|
1400
|
-
"name": "LegacyDateFormats",
|
|
1401
|
-
"module": "dist/features/LegacyDateFormats.js"
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
]
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "javascript-module",
|
|
1408
|
-
"path": "dist/features/OpenUI5Element.js",
|
|
1409
|
-
"declarations": [],
|
|
1410
|
-
"exports": [
|
|
1411
|
-
{
|
|
1412
|
-
"kind": "js",
|
|
1413
|
-
"name": "default",
|
|
1414
|
-
"declaration": {
|
|
1415
|
-
"name": "OpenUI5Element",
|
|
1416
|
-
"module": "dist/features/OpenUI5Element.js"
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
]
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "javascript-module",
|
|
1423
|
-
"path": "dist/features/OpenUI5Enablement.js",
|
|
1424
|
-
"declarations": [],
|
|
1425
|
-
"exports": [
|
|
1426
|
-
{
|
|
1427
|
-
"kind": "js",
|
|
1428
|
-
"name": "default",
|
|
1429
|
-
"declaration": {
|
|
1430
|
-
"name": "OpenUI5Enablement",
|
|
1431
|
-
"module": "dist/features/OpenUI5Enablement.js"
|
|
1432
|
-
}
|
|
1433
|
-
}
|
|
1434
|
-
]
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"kind": "javascript-module",
|
|
1438
|
-
"path": "dist/features/OpenUI5Support.js",
|
|
1439
|
-
"declarations": [],
|
|
1440
|
-
"exports": [
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "js",
|
|
1443
|
-
"name": "default",
|
|
1444
|
-
"declaration": {
|
|
1445
|
-
"name": "OpenUI5Support",
|
|
1446
|
-
"module": "dist/features/OpenUI5Support.js"
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
]
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"kind": "javascript-module",
|
|
1453
|
-
"path": "dist/features/insertOpenUI5PopupStyles.js",
|
|
1454
|
-
"declarations": [],
|
|
1455
|
-
"exports": [
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "js",
|
|
1458
|
-
"name": "default",
|
|
1459
|
-
"declaration": {
|
|
1460
|
-
"name": "insertOpenUI5PopupStyles",
|
|
1461
|
-
"module": "dist/features/insertOpenUI5PopupStyles.js"
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
]
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"kind": "javascript-module",
|
|
1468
|
-
"path": "dist/features/patchPatcher.js",
|
|
1469
|
-
"declarations": [],
|
|
1470
|
-
"exports": [
|
|
1471
|
-
{
|
|
1472
|
-
"kind": "js",
|
|
1473
|
-
"name": "default",
|
|
1474
|
-
"declaration": {
|
|
1475
|
-
"name": "patchPatcher",
|
|
1476
|
-
"module": "dist/features/patchPatcher.js"
|
|
1477
|
-
}
|
|
1478
|
-
}
|
|
1479
|
-
]
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "javascript-module",
|
|
1483
|
-
"path": "dist/features/patchPopup.js",
|
|
1484
|
-
"declarations": [],
|
|
1485
|
-
"exports": []
|
|
1486
|
-
},
|
|
1487
1370
|
{
|
|
1488
1371
|
"kind": "javascript-module",
|
|
1489
1372
|
"path": "dist/delegate/ItemNavigation.js",
|
|
@@ -1667,6 +1550,123 @@
|
|
|
1667
1550
|
}
|
|
1668
1551
|
]
|
|
1669
1552
|
},
|
|
1553
|
+
{
|
|
1554
|
+
"kind": "javascript-module",
|
|
1555
|
+
"path": "dist/features/F6Navigation.js",
|
|
1556
|
+
"declarations": [],
|
|
1557
|
+
"exports": [
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "js",
|
|
1560
|
+
"name": "default",
|
|
1561
|
+
"declaration": {
|
|
1562
|
+
"name": "F6Navigation",
|
|
1563
|
+
"module": "dist/features/F6Navigation.js"
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
]
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "javascript-module",
|
|
1570
|
+
"path": "dist/features/InputElementsFormSupport.js",
|
|
1571
|
+
"declarations": [],
|
|
1572
|
+
"exports": []
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"kind": "javascript-module",
|
|
1576
|
+
"path": "dist/features/LegacyDateFormats.js",
|
|
1577
|
+
"declarations": [],
|
|
1578
|
+
"exports": [
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "js",
|
|
1581
|
+
"name": "default",
|
|
1582
|
+
"declaration": {
|
|
1583
|
+
"name": "LegacyDateFormats",
|
|
1584
|
+
"module": "dist/features/LegacyDateFormats.js"
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
]
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"kind": "javascript-module",
|
|
1591
|
+
"path": "dist/features/OpenUI5Element.js",
|
|
1592
|
+
"declarations": [],
|
|
1593
|
+
"exports": [
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "js",
|
|
1596
|
+
"name": "default",
|
|
1597
|
+
"declaration": {
|
|
1598
|
+
"name": "OpenUI5Element",
|
|
1599
|
+
"module": "dist/features/OpenUI5Element.js"
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
]
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "javascript-module",
|
|
1606
|
+
"path": "dist/features/OpenUI5Enablement.js",
|
|
1607
|
+
"declarations": [],
|
|
1608
|
+
"exports": [
|
|
1609
|
+
{
|
|
1610
|
+
"kind": "js",
|
|
1611
|
+
"name": "default",
|
|
1612
|
+
"declaration": {
|
|
1613
|
+
"name": "OpenUI5Enablement",
|
|
1614
|
+
"module": "dist/features/OpenUI5Enablement.js"
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"kind": "javascript-module",
|
|
1621
|
+
"path": "dist/features/OpenUI5Support.js",
|
|
1622
|
+
"declarations": [],
|
|
1623
|
+
"exports": [
|
|
1624
|
+
{
|
|
1625
|
+
"kind": "js",
|
|
1626
|
+
"name": "default",
|
|
1627
|
+
"declaration": {
|
|
1628
|
+
"name": "OpenUI5Support",
|
|
1629
|
+
"module": "dist/features/OpenUI5Support.js"
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
]
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "javascript-module",
|
|
1636
|
+
"path": "dist/features/insertOpenUI5PopupStyles.js",
|
|
1637
|
+
"declarations": [],
|
|
1638
|
+
"exports": [
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "js",
|
|
1641
|
+
"name": "default",
|
|
1642
|
+
"declaration": {
|
|
1643
|
+
"name": "insertOpenUI5PopupStyles",
|
|
1644
|
+
"module": "dist/features/insertOpenUI5PopupStyles.js"
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"kind": "javascript-module",
|
|
1651
|
+
"path": "dist/features/patchPatcher.js",
|
|
1652
|
+
"declarations": [],
|
|
1653
|
+
"exports": [
|
|
1654
|
+
{
|
|
1655
|
+
"kind": "js",
|
|
1656
|
+
"name": "default",
|
|
1657
|
+
"declaration": {
|
|
1658
|
+
"name": "patchPatcher",
|
|
1659
|
+
"module": "dist/features/patchPatcher.js"
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
]
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"kind": "javascript-module",
|
|
1666
|
+
"path": "dist/features/patchPopup.js",
|
|
1667
|
+
"declarations": [],
|
|
1668
|
+
"exports": []
|
|
1669
|
+
},
|
|
1670
1670
|
{
|
|
1671
1671
|
"kind": "javascript-module",
|
|
1672
1672
|
"path": "dist/locale/Locale.js",
|
|
@@ -2631,6 +2631,21 @@
|
|
|
2631
2631
|
}
|
|
2632
2632
|
]
|
|
2633
2633
|
},
|
|
2634
|
+
{
|
|
2635
|
+
"kind": "javascript-module",
|
|
2636
|
+
"path": "dist/util/generateHighlightedMarkupFirstMatch.js",
|
|
2637
|
+
"declarations": [],
|
|
2638
|
+
"exports": [
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "js",
|
|
2641
|
+
"name": "default",
|
|
2642
|
+
"declaration": {
|
|
2643
|
+
"name": "generateHighlightedMarkupFirstMatch",
|
|
2644
|
+
"module": "dist/util/generateHighlightedMarkupFirstMatch.js"
|
|
2645
|
+
}
|
|
2646
|
+
}
|
|
2647
|
+
]
|
|
2648
|
+
},
|
|
2634
2649
|
{
|
|
2635
2650
|
"kind": "javascript-module",
|
|
2636
2651
|
"path": "dist/util/getActiveElement.js",
|
|
@@ -1349,123 +1349,6 @@
|
|
|
1349
1349
|
}
|
|
1350
1350
|
]
|
|
1351
1351
|
},
|
|
1352
|
-
{
|
|
1353
|
-
"kind": "javascript-module",
|
|
1354
|
-
"path": "dist/features/F6Navigation.js",
|
|
1355
|
-
"declarations": [],
|
|
1356
|
-
"exports": [
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "js",
|
|
1359
|
-
"name": "default",
|
|
1360
|
-
"declaration": {
|
|
1361
|
-
"name": "F6Navigation",
|
|
1362
|
-
"module": "dist/features/F6Navigation.js"
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
]
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "javascript-module",
|
|
1369
|
-
"path": "dist/features/InputElementsFormSupport.js",
|
|
1370
|
-
"declarations": [],
|
|
1371
|
-
"exports": []
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"kind": "javascript-module",
|
|
1375
|
-
"path": "dist/features/LegacyDateFormats.js",
|
|
1376
|
-
"declarations": [],
|
|
1377
|
-
"exports": [
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "js",
|
|
1380
|
-
"name": "default",
|
|
1381
|
-
"declaration": {
|
|
1382
|
-
"name": "LegacyDateFormats",
|
|
1383
|
-
"module": "dist/features/LegacyDateFormats.js"
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
]
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"kind": "javascript-module",
|
|
1390
|
-
"path": "dist/features/OpenUI5Element.js",
|
|
1391
|
-
"declarations": [],
|
|
1392
|
-
"exports": [
|
|
1393
|
-
{
|
|
1394
|
-
"kind": "js",
|
|
1395
|
-
"name": "default",
|
|
1396
|
-
"declaration": {
|
|
1397
|
-
"name": "OpenUI5Element",
|
|
1398
|
-
"module": "dist/features/OpenUI5Element.js"
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
]
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"kind": "javascript-module",
|
|
1405
|
-
"path": "dist/features/OpenUI5Enablement.js",
|
|
1406
|
-
"declarations": [],
|
|
1407
|
-
"exports": [
|
|
1408
|
-
{
|
|
1409
|
-
"kind": "js",
|
|
1410
|
-
"name": "default",
|
|
1411
|
-
"declaration": {
|
|
1412
|
-
"name": "OpenUI5Enablement",
|
|
1413
|
-
"module": "dist/features/OpenUI5Enablement.js"
|
|
1414
|
-
}
|
|
1415
|
-
}
|
|
1416
|
-
]
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"kind": "javascript-module",
|
|
1420
|
-
"path": "dist/features/OpenUI5Support.js",
|
|
1421
|
-
"declarations": [],
|
|
1422
|
-
"exports": [
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "js",
|
|
1425
|
-
"name": "default",
|
|
1426
|
-
"declaration": {
|
|
1427
|
-
"name": "OpenUI5Support",
|
|
1428
|
-
"module": "dist/features/OpenUI5Support.js"
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
]
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "javascript-module",
|
|
1435
|
-
"path": "dist/features/insertOpenUI5PopupStyles.js",
|
|
1436
|
-
"declarations": [],
|
|
1437
|
-
"exports": [
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "default",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "insertOpenUI5PopupStyles",
|
|
1443
|
-
"module": "dist/features/insertOpenUI5PopupStyles.js"
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "javascript-module",
|
|
1450
|
-
"path": "dist/features/patchPatcher.js",
|
|
1451
|
-
"declarations": [],
|
|
1452
|
-
"exports": [
|
|
1453
|
-
{
|
|
1454
|
-
"kind": "js",
|
|
1455
|
-
"name": "default",
|
|
1456
|
-
"declaration": {
|
|
1457
|
-
"name": "patchPatcher",
|
|
1458
|
-
"module": "dist/features/patchPatcher.js"
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
]
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"kind": "javascript-module",
|
|
1465
|
-
"path": "dist/features/patchPopup.js",
|
|
1466
|
-
"declarations": [],
|
|
1467
|
-
"exports": []
|
|
1468
|
-
},
|
|
1469
1352
|
{
|
|
1470
1353
|
"kind": "javascript-module",
|
|
1471
1354
|
"path": "dist/delegate/ItemNavigation.js",
|
|
@@ -1641,6 +1524,123 @@
|
|
|
1641
1524
|
}
|
|
1642
1525
|
]
|
|
1643
1526
|
},
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "javascript-module",
|
|
1529
|
+
"path": "dist/features/F6Navigation.js",
|
|
1530
|
+
"declarations": [],
|
|
1531
|
+
"exports": [
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "js",
|
|
1534
|
+
"name": "default",
|
|
1535
|
+
"declaration": {
|
|
1536
|
+
"name": "F6Navigation",
|
|
1537
|
+
"module": "dist/features/F6Navigation.js"
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "javascript-module",
|
|
1544
|
+
"path": "dist/features/InputElementsFormSupport.js",
|
|
1545
|
+
"declarations": [],
|
|
1546
|
+
"exports": []
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "javascript-module",
|
|
1550
|
+
"path": "dist/features/LegacyDateFormats.js",
|
|
1551
|
+
"declarations": [],
|
|
1552
|
+
"exports": [
|
|
1553
|
+
{
|
|
1554
|
+
"kind": "js",
|
|
1555
|
+
"name": "default",
|
|
1556
|
+
"declaration": {
|
|
1557
|
+
"name": "LegacyDateFormats",
|
|
1558
|
+
"module": "dist/features/LegacyDateFormats.js"
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
]
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"kind": "javascript-module",
|
|
1565
|
+
"path": "dist/features/OpenUI5Element.js",
|
|
1566
|
+
"declarations": [],
|
|
1567
|
+
"exports": [
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "js",
|
|
1570
|
+
"name": "default",
|
|
1571
|
+
"declaration": {
|
|
1572
|
+
"name": "OpenUI5Element",
|
|
1573
|
+
"module": "dist/features/OpenUI5Element.js"
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"kind": "javascript-module",
|
|
1580
|
+
"path": "dist/features/OpenUI5Enablement.js",
|
|
1581
|
+
"declarations": [],
|
|
1582
|
+
"exports": [
|
|
1583
|
+
{
|
|
1584
|
+
"kind": "js",
|
|
1585
|
+
"name": "default",
|
|
1586
|
+
"declaration": {
|
|
1587
|
+
"name": "OpenUI5Enablement",
|
|
1588
|
+
"module": "dist/features/OpenUI5Enablement.js"
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
]
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"kind": "javascript-module",
|
|
1595
|
+
"path": "dist/features/OpenUI5Support.js",
|
|
1596
|
+
"declarations": [],
|
|
1597
|
+
"exports": [
|
|
1598
|
+
{
|
|
1599
|
+
"kind": "js",
|
|
1600
|
+
"name": "default",
|
|
1601
|
+
"declaration": {
|
|
1602
|
+
"name": "OpenUI5Support",
|
|
1603
|
+
"module": "dist/features/OpenUI5Support.js"
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "javascript-module",
|
|
1610
|
+
"path": "dist/features/insertOpenUI5PopupStyles.js",
|
|
1611
|
+
"declarations": [],
|
|
1612
|
+
"exports": [
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "js",
|
|
1615
|
+
"name": "default",
|
|
1616
|
+
"declaration": {
|
|
1617
|
+
"name": "insertOpenUI5PopupStyles",
|
|
1618
|
+
"module": "dist/features/insertOpenUI5PopupStyles.js"
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"kind": "javascript-module",
|
|
1625
|
+
"path": "dist/features/patchPatcher.js",
|
|
1626
|
+
"declarations": [],
|
|
1627
|
+
"exports": [
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "js",
|
|
1630
|
+
"name": "default",
|
|
1631
|
+
"declaration": {
|
|
1632
|
+
"name": "patchPatcher",
|
|
1633
|
+
"module": "dist/features/patchPatcher.js"
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
]
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"kind": "javascript-module",
|
|
1640
|
+
"path": "dist/features/patchPopup.js",
|
|
1641
|
+
"declarations": [],
|
|
1642
|
+
"exports": []
|
|
1643
|
+
},
|
|
1644
1644
|
{
|
|
1645
1645
|
"kind": "javascript-module",
|
|
1646
1646
|
"path": "dist/locale/Locale.js",
|
|
@@ -2328,6 +2328,21 @@
|
|
|
2328
2328
|
}
|
|
2329
2329
|
]
|
|
2330
2330
|
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "javascript-module",
|
|
2333
|
+
"path": "dist/util/generateHighlightedMarkupFirstMatch.js",
|
|
2334
|
+
"declarations": [],
|
|
2335
|
+
"exports": [
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "js",
|
|
2338
|
+
"name": "default",
|
|
2339
|
+
"declaration": {
|
|
2340
|
+
"name": "generateHighlightedMarkupFirstMatch",
|
|
2341
|
+
"module": "dist/util/generateHighlightedMarkupFirstMatch.js"
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
]
|
|
2345
|
+
},
|
|
2331
2346
|
{
|
|
2332
2347
|
"kind": "javascript-module",
|
|
2333
2348
|
"path": "dist/util/getActiveElement.js",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
const VersionInfo = {
|
|
2
|
-
version: "2.21.0-rc.
|
|
2
|
+
version: "2.21.0-rc.3",
|
|
3
3
|
major: 2,
|
|
4
4
|
minor: 21,
|
|
5
5
|
patch: 0,
|
|
6
|
-
suffix: "-rc.
|
|
6
|
+
suffix: "-rc.3",
|
|
7
7
|
isNext: false,
|
|
8
|
-
buildTime:
|
|
8
|
+
buildTime: 1774513096,
|
|
9
9
|
};
|
|
10
10
|
export default VersionInfo;
|
|
11
11
|
//# sourceMappingURL=VersionInfo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VersionInfo.js","sourceRoot":"","sources":["../../src/generated/VersionInfo.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,GAAG;IACnB,OAAO,EAAE,aAAa;IACtB,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,KAAK;IACb,SAAS,EAAE,UAAU;CACrB,CAAC;AACF,eAAe,WAAW,CAAC","sourcesContent":["const VersionInfo = {\n\tversion: \"2.21.0-rc.
|
|
1
|
+
{"version":3,"file":"VersionInfo.js","sourceRoot":"","sources":["../../src/generated/VersionInfo.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,GAAG;IACnB,OAAO,EAAE,aAAa;IACtB,KAAK,EAAE,CAAC;IACR,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,KAAK;IACb,SAAS,EAAE,UAAU;CACrB,CAAC;AACF,eAAe,WAAW,CAAC","sourcesContent":["const VersionInfo = {\n\tversion: \"2.21.0-rc.3\",\n\tmajor: 2,\n\tminor: 21,\n\tpatch: 0,\n\tsuffix: \"-rc.3\",\n\tisNext: false,\n\tbuildTime: 1774513096,\n};\nexport default VersionInfo;"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const e={version:"2.21.0-rc.
|
|
1
|
+
"use strict";const e={version:"2.21.0-rc.3",major:2,minor:21,patch:0,suffix:"-rc.3",isNext:!1,buildTime:1774513096};export default e;
|
|
2
2
|
//# sourceMappingURL=VersionInfo.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/generated/VersionInfo.ts"],
|
|
4
|
-
"sourcesContent": ["const VersionInfo = {\n\tversion: \"2.21.0-rc.
|
|
4
|
+
"sourcesContent": ["const VersionInfo = {\n\tversion: \"2.21.0-rc.3\",\n\tmajor: 2,\n\tminor: 21,\n\tpatch: 0,\n\tsuffix: \"-rc.3\",\n\tisNext: false,\n\tbuildTime: 1774513096,\n};\nexport default VersionInfo;"],
|
|
5
5
|
"mappings": "aAAA,MAAMA,EAAc,CACnB,QAAS,cACT,MAAO,EACP,MAAO,GACP,MAAO,EACP,OAAQ,QACR,OAAQ,GACR,UAAW,UACZ,EACA,eAAeA",
|
|
6
6
|
"names": ["VersionInfo"]
|
|
7
7
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
|
-
import BaseConfig from "./config.js";
|
|
7
6
|
import now from "./util/now.js";
|
|
8
7
|
/**
|
|
9
8
|
* A Logging API for JavaScript.
|
|
@@ -202,8 +201,8 @@ function getLogEntryListenerInstance() {
|
|
|
202
201
|
* Name of the component that produced the log entry
|
|
203
202
|
* @param {function} [fnSupportInfo]
|
|
204
203
|
* Callback that returns an additional support object to be logged in support mode.
|
|
205
|
-
* This function is only called if support info mode is turned on
|
|
206
|
-
*
|
|
204
|
+
* This function is only called if support info mode is turned on via
|
|
205
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
207
206
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
208
207
|
* static and stable content.
|
|
209
208
|
* @public
|
|
@@ -225,8 +224,8 @@ Log.fatal = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
225
224
|
* Name of the component that produced the log entry
|
|
226
225
|
* @param {function} [fnSupportInfo]
|
|
227
226
|
* Callback that returns an additional support object to be logged in support mode.
|
|
228
|
-
* This function is only called if support info mode is turned on
|
|
229
|
-
*
|
|
227
|
+
* This function is only called if support info mode is turned on via
|
|
228
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
230
229
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
231
230
|
* static and stable content.
|
|
232
231
|
* @public
|
|
@@ -248,8 +247,8 @@ Log.error = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
248
247
|
* Name of the component that produced the log entry
|
|
249
248
|
* @param {function} [fnSupportInfo]
|
|
250
249
|
* Callback that returns an additional support object to be logged in support mode.
|
|
251
|
-
* This function is only called if support info mode is turned on
|
|
252
|
-
*
|
|
250
|
+
* This function is only called if support info mode is turned on via
|
|
251
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
253
252
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
254
253
|
* static and stable content.
|
|
255
254
|
* @public
|
|
@@ -271,8 +270,8 @@ Log.warning = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
271
270
|
* Name of the component that produced the log entry
|
|
272
271
|
* @param {function} [fnSupportInfo]
|
|
273
272
|
* Callback that returns an additional support object to be logged in support mode.
|
|
274
|
-
* This function is only called if support info mode is turned on
|
|
275
|
-
*
|
|
273
|
+
* This function is only called if support info mode is turned on via
|
|
274
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
276
275
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
277
276
|
* static and stable content.
|
|
278
277
|
* @public
|
|
@@ -294,8 +293,8 @@ Log.info = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
294
293
|
* Name of the component that produced the log entry
|
|
295
294
|
* @param {function} [fnSupportInfo]
|
|
296
295
|
* Callback that returns an additional support object to be logged in support mode.
|
|
297
|
-
* This function is only called if support info mode is turned on
|
|
298
|
-
*
|
|
296
|
+
* This function is only called if support info mode is turned on via
|
|
297
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
299
298
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
300
299
|
* static and stable content.
|
|
301
300
|
* @public
|
|
@@ -317,8 +316,8 @@ Log.debug = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
317
316
|
* Name of the component that produced the log entry
|
|
318
317
|
* @param {function} [fnSupportInfo]
|
|
319
318
|
* Callback that returns an additional support object to be logged in support mode.
|
|
320
|
-
* This function is only called if support info mode is turned on
|
|
321
|
-
*
|
|
319
|
+
* This function is only called if support info mode is turned on via
|
|
320
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
322
321
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
323
322
|
* static and stable content.
|
|
324
323
|
* @public
|
|
@@ -418,8 +417,8 @@ Log.logSupportInfo = function (bEnabled) {
|
|
|
418
417
|
* @param {string} [sComponent]
|
|
419
418
|
* The log component under which the message should be logged
|
|
420
419
|
* @param {function} [fnSupportInfo] Callback that returns an additional support object to be
|
|
421
|
-
* logged in support mode. This function is only called if support info mode is turned on
|
|
422
|
-
*
|
|
420
|
+
* logged in support mode. This function is only called if support info mode is turned on via
|
|
421
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
423
422
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
424
423
|
* static and stable content.
|
|
425
424
|
* @returns {module:sap/base/Log.Entry}
|
|
@@ -734,17 +733,4 @@ Log.getLogger = function (sComponent, iDefaultLogLevel) {
|
|
|
734
733
|
}
|
|
735
734
|
return new Logger(sComponent);
|
|
736
735
|
};
|
|
737
|
-
|
|
738
|
-
// set LogLevel
|
|
739
|
-
const sLogLevel = BaseConfig.get({
|
|
740
|
-
name: "sapUiLogLevel",
|
|
741
|
-
type: BaseConfig.Type.String,
|
|
742
|
-
defaultValue: undefined,
|
|
743
|
-
external: true
|
|
744
|
-
});
|
|
745
|
-
if (sLogLevel) {
|
|
746
|
-
Log.setLevel(Log.Level[sLogLevel.toUpperCase()] || parseInt(sLogLevel));
|
|
747
|
-
} else if (!globalThis["sap-ui-optimized"]) {
|
|
748
|
-
Log.setLevel(Log.Level.DEBUG);
|
|
749
|
-
}
|
|
750
736
|
export default Log;
|