@ui5/webcomponents-base 1.22.0-rc.0 → 1.22.0-rc.1
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/.tsbuildinfo +1 -1
- package/dist/asset-registries/Illustrations.js +11 -19
- package/dist/asset-registries/Illustrations.js.map +1 -1
- package/dist/custom-elements-internal.json +5154 -0
- package/dist/custom-elements.json +33 -268
- package/dist/generated/VersionInfo.js +4 -4
- package/dist/generated/VersionInfo.js.map +1 -1
- package/dist/util/detectNavigatorLanguage.d.ts +2 -2
- package/dist/util/detectNavigatorLanguage.js +2 -1
- package/dist/util/detectNavigatorLanguage.js.map +1 -1
- package/dist/util/getDesigntimePropertyAsArray.d.ts +2 -2
- package/dist/util/getDesigntimePropertyAsArray.js +2 -1
- package/dist/util/getDesigntimePropertyAsArray.js.map +1 -1
- package/package.json +3 -3
- package/tsconfig.json +1 -0
|
@@ -728,8 +728,7 @@
|
|
|
728
728
|
}
|
|
729
729
|
]
|
|
730
730
|
},
|
|
731
|
-
"description": "the new selected item"
|
|
732
|
-
"_ui5privacy": "public"
|
|
731
|
+
"description": "the new selected item"
|
|
733
732
|
}
|
|
734
733
|
],
|
|
735
734
|
"description": "Call this method to set a new \"current\" (selected) item in the item navigation\nNote: the item passed to this function must be one of the items, returned by the getItemsCallback function",
|
|
@@ -748,15 +747,13 @@
|
|
|
748
747
|
"name": "newRowSize",
|
|
749
748
|
"type": {
|
|
750
749
|
"text": "number"
|
|
751
|
-
}
|
|
752
|
-
"_ui5privacy": "public"
|
|
750
|
+
}
|
|
753
751
|
}
|
|
754
752
|
],
|
|
755
753
|
"description": "Call this method to dynamically change the row size",
|
|
756
754
|
"privacy": "public"
|
|
757
755
|
}
|
|
758
|
-
]
|
|
759
|
-
"_ui5privacy": "public"
|
|
756
|
+
]
|
|
760
757
|
}
|
|
761
758
|
],
|
|
762
759
|
"exports": [
|
|
@@ -802,8 +799,7 @@
|
|
|
802
799
|
"type": {
|
|
803
800
|
"text": "HTMLElement"
|
|
804
801
|
},
|
|
805
|
-
"description": "UI5 Web Component or DOM Element to be observed"
|
|
806
|
-
"_ui5privacy": "public"
|
|
802
|
+
"description": "UI5 Web Component or DOM Element to be observed"
|
|
807
803
|
},
|
|
808
804
|
{
|
|
809
805
|
"name": "callback",
|
|
@@ -817,8 +813,7 @@
|
|
|
817
813
|
}
|
|
818
814
|
]
|
|
819
815
|
},
|
|
820
|
-
"description": "Callback to be executed"
|
|
821
|
-
"_ui5privacy": "public"
|
|
816
|
+
"description": "Callback to be executed"
|
|
822
817
|
}
|
|
823
818
|
],
|
|
824
819
|
"privacy": "public"
|
|
@@ -838,8 +833,7 @@
|
|
|
838
833
|
"type": {
|
|
839
834
|
"text": "HTMLElement"
|
|
840
835
|
},
|
|
841
|
-
"description": "UI5 Web Component or DOM Element to be unobserved"
|
|
842
|
-
"_ui5privacy": "public"
|
|
836
|
+
"description": "UI5 Web Component or DOM Element to be unobserved"
|
|
843
837
|
},
|
|
844
838
|
{
|
|
845
839
|
"name": "callback",
|
|
@@ -853,14 +847,12 @@
|
|
|
853
847
|
}
|
|
854
848
|
]
|
|
855
849
|
},
|
|
856
|
-
"description": "Callback to be removed"
|
|
857
|
-
"_ui5privacy": "public"
|
|
850
|
+
"description": "Callback to be removed"
|
|
858
851
|
}
|
|
859
852
|
],
|
|
860
853
|
"privacy": "public"
|
|
861
854
|
}
|
|
862
|
-
]
|
|
863
|
-
"_ui5privacy": "public"
|
|
855
|
+
]
|
|
864
856
|
}
|
|
865
857
|
],
|
|
866
858
|
"exports": [
|
|
@@ -1535,48 +1527,7 @@
|
|
|
1535
1527
|
{
|
|
1536
1528
|
"kind": "javascript-module",
|
|
1537
1529
|
"path": "dist/types/AnimationMode.js",
|
|
1538
|
-
"declarations": [
|
|
1539
|
-
{
|
|
1540
|
-
"kind": "enum",
|
|
1541
|
-
"name": "AnimationMode",
|
|
1542
|
-
"description": "Different types of AnimationMode.",
|
|
1543
|
-
"_ui5privacy": "public",
|
|
1544
|
-
"members": [
|
|
1545
|
-
{
|
|
1546
|
-
"kind": "field",
|
|
1547
|
-
"static": true,
|
|
1548
|
-
"privacy": "public",
|
|
1549
|
-
"default": "full",
|
|
1550
|
-
"name": "Full",
|
|
1551
|
-
"readonly": true
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"kind": "field",
|
|
1555
|
-
"static": true,
|
|
1556
|
-
"privacy": "public",
|
|
1557
|
-
"default": "basic",
|
|
1558
|
-
"name": "Basic",
|
|
1559
|
-
"readonly": true
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"kind": "field",
|
|
1563
|
-
"static": true,
|
|
1564
|
-
"privacy": "public",
|
|
1565
|
-
"default": "minimal",
|
|
1566
|
-
"name": "Minimal",
|
|
1567
|
-
"readonly": true
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"kind": "field",
|
|
1571
|
-
"static": true,
|
|
1572
|
-
"privacy": "public",
|
|
1573
|
-
"default": "none",
|
|
1574
|
-
"name": "None",
|
|
1575
|
-
"readonly": true
|
|
1576
|
-
}
|
|
1577
|
-
]
|
|
1578
|
-
}
|
|
1579
|
-
],
|
|
1530
|
+
"declarations": [],
|
|
1580
1531
|
"exports": [
|
|
1581
1532
|
{
|
|
1582
1533
|
"kind": "js",
|
|
@@ -1600,7 +1551,6 @@
|
|
|
1600
1551
|
"name": "DataType",
|
|
1601
1552
|
"module": "/src/types/DataType.js"
|
|
1602
1553
|
},
|
|
1603
|
-
"_ui5privacy": "public",
|
|
1604
1554
|
"members": [
|
|
1605
1555
|
{
|
|
1606
1556
|
"kind": "method",
|
|
@@ -1644,7 +1594,6 @@
|
|
|
1644
1594
|
"name": "DataType",
|
|
1645
1595
|
"module": "/src/types/DataType.js"
|
|
1646
1596
|
},
|
|
1647
|
-
"_ui5privacy": "public",
|
|
1648
1597
|
"members": [
|
|
1649
1598
|
{
|
|
1650
1599
|
"kind": "method",
|
|
@@ -1679,56 +1628,7 @@
|
|
|
1679
1628
|
{
|
|
1680
1629
|
"kind": "javascript-module",
|
|
1681
1630
|
"path": "dist/types/CalendarType.js",
|
|
1682
|
-
"declarations": [
|
|
1683
|
-
{
|
|
1684
|
-
"kind": "enum",
|
|
1685
|
-
"name": "CalendarType",
|
|
1686
|
-
"description": "Different calendar types.",
|
|
1687
|
-
"_ui5privacy": "public",
|
|
1688
|
-
"members": [
|
|
1689
|
-
{
|
|
1690
|
-
"kind": "field",
|
|
1691
|
-
"static": true,
|
|
1692
|
-
"privacy": "public",
|
|
1693
|
-
"default": "Gregorian",
|
|
1694
|
-
"name": "Gregorian",
|
|
1695
|
-
"readonly": true
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"kind": "field",
|
|
1699
|
-
"static": true,
|
|
1700
|
-
"privacy": "public",
|
|
1701
|
-
"default": "Islamic",
|
|
1702
|
-
"name": "Islamic",
|
|
1703
|
-
"readonly": true
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"kind": "field",
|
|
1707
|
-
"static": true,
|
|
1708
|
-
"privacy": "public",
|
|
1709
|
-
"default": "Japanese",
|
|
1710
|
-
"name": "Japanese",
|
|
1711
|
-
"readonly": true
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"kind": "field",
|
|
1715
|
-
"static": true,
|
|
1716
|
-
"privacy": "public",
|
|
1717
|
-
"default": "Buddhist",
|
|
1718
|
-
"name": "Buddhist",
|
|
1719
|
-
"readonly": true
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"kind": "field",
|
|
1723
|
-
"static": true,
|
|
1724
|
-
"privacy": "public",
|
|
1725
|
-
"default": "Persian",
|
|
1726
|
-
"name": "Persian",
|
|
1727
|
-
"readonly": true
|
|
1728
|
-
}
|
|
1729
|
-
]
|
|
1730
|
-
}
|
|
1731
|
-
],
|
|
1631
|
+
"declarations": [],
|
|
1732
1632
|
"exports": [
|
|
1733
1633
|
{
|
|
1734
1634
|
"kind": "js",
|
|
@@ -1752,7 +1652,6 @@
|
|
|
1752
1652
|
"name": "DataType",
|
|
1753
1653
|
"module": "/src/types/DataType.js"
|
|
1754
1654
|
},
|
|
1755
|
-
"_ui5privacy": "public",
|
|
1756
1655
|
"members": [
|
|
1757
1656
|
{
|
|
1758
1657
|
"kind": "method",
|
|
@@ -1805,8 +1704,7 @@
|
|
|
1805
1704
|
"description": "Checks if the value is valid for its data type.",
|
|
1806
1705
|
"privacy": "public"
|
|
1807
1706
|
}
|
|
1808
|
-
]
|
|
1809
|
-
"_ui5privacy": "public"
|
|
1707
|
+
]
|
|
1810
1708
|
}
|
|
1811
1709
|
],
|
|
1812
1710
|
"exports": [
|
|
@@ -1832,7 +1730,6 @@
|
|
|
1832
1730
|
"name": "DataType",
|
|
1833
1731
|
"module": "/src/types/DataType.js"
|
|
1834
1732
|
},
|
|
1835
|
-
"_ui5privacy": "public",
|
|
1836
1733
|
"members": [
|
|
1837
1734
|
{
|
|
1838
1735
|
"kind": "method",
|
|
@@ -1876,7 +1773,6 @@
|
|
|
1876
1773
|
"name": "DataType",
|
|
1877
1774
|
"module": "/src/types/DataType.js"
|
|
1878
1775
|
},
|
|
1879
|
-
"_ui5privacy": "public",
|
|
1880
1776
|
"members": [
|
|
1881
1777
|
{
|
|
1882
1778
|
"kind": "method",
|
|
@@ -1926,34 +1822,7 @@
|
|
|
1926
1822
|
{
|
|
1927
1823
|
"kind": "javascript-module",
|
|
1928
1824
|
"path": "dist/types/ItemNavigationBehavior.js",
|
|
1929
|
-
"declarations": [
|
|
1930
|
-
{
|
|
1931
|
-
"kind": "enum",
|
|
1932
|
-
"name": "ItemNavigationBehavior",
|
|
1933
|
-
"description": "Different behavior for ItemNavigation.",
|
|
1934
|
-
"_ui5privacy": "public",
|
|
1935
|
-
"members": [
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "field",
|
|
1938
|
-
"static": true,
|
|
1939
|
-
"privacy": "public",
|
|
1940
|
-
"description": "Static behavior: navigations stops at the first or last item.",
|
|
1941
|
-
"default": "Static",
|
|
1942
|
-
"name": "Static",
|
|
1943
|
-
"readonly": true
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "field",
|
|
1947
|
-
"static": true,
|
|
1948
|
-
"privacy": "public",
|
|
1949
|
-
"description": "Cycling behavior: navigating past the last item continues with the first and vice versa.",
|
|
1950
|
-
"default": "Cyclic",
|
|
1951
|
-
"name": "Cyclic",
|
|
1952
|
-
"readonly": true
|
|
1953
|
-
}
|
|
1954
|
-
]
|
|
1955
|
-
}
|
|
1956
|
-
],
|
|
1825
|
+
"declarations": [],
|
|
1957
1826
|
"exports": [
|
|
1958
1827
|
{
|
|
1959
1828
|
"kind": "js",
|
|
@@ -1968,48 +1837,7 @@
|
|
|
1968
1837
|
{
|
|
1969
1838
|
"kind": "javascript-module",
|
|
1970
1839
|
"path": "dist/types/NavigationMode.js",
|
|
1971
|
-
"declarations": [
|
|
1972
|
-
{
|
|
1973
|
-
"kind": "enum",
|
|
1974
|
-
"name": "NavigationMode",
|
|
1975
|
-
"description": "Different navigation modes for ItemNavigation.",
|
|
1976
|
-
"_ui5privacy": "public",
|
|
1977
|
-
"members": [
|
|
1978
|
-
{
|
|
1979
|
-
"kind": "field",
|
|
1980
|
-
"static": true,
|
|
1981
|
-
"privacy": "public",
|
|
1982
|
-
"default": "Auto",
|
|
1983
|
-
"name": "Auto",
|
|
1984
|
-
"readonly": true
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"kind": "field",
|
|
1988
|
-
"static": true,
|
|
1989
|
-
"privacy": "public",
|
|
1990
|
-
"default": "Vertical",
|
|
1991
|
-
"name": "Vertical",
|
|
1992
|
-
"readonly": true
|
|
1993
|
-
},
|
|
1994
|
-
{
|
|
1995
|
-
"kind": "field",
|
|
1996
|
-
"static": true,
|
|
1997
|
-
"privacy": "public",
|
|
1998
|
-
"default": "Horizontal",
|
|
1999
|
-
"name": "Horizontal",
|
|
2000
|
-
"readonly": true
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"kind": "field",
|
|
2004
|
-
"static": true,
|
|
2005
|
-
"privacy": "public",
|
|
2006
|
-
"default": "Paging",
|
|
2007
|
-
"name": "Paging",
|
|
2008
|
-
"readonly": true
|
|
2009
|
-
}
|
|
2010
|
-
]
|
|
2011
|
-
}
|
|
2012
|
-
],
|
|
1840
|
+
"declarations": [],
|
|
2013
1841
|
"exports": [
|
|
2014
1842
|
{
|
|
2015
1843
|
"kind": "js",
|
|
@@ -2024,56 +1852,7 @@
|
|
|
2024
1852
|
{
|
|
2025
1853
|
"kind": "javascript-module",
|
|
2026
1854
|
"path": "dist/types/ValueState.js",
|
|
2027
|
-
"declarations": [
|
|
2028
|
-
{
|
|
2029
|
-
"kind": "enum",
|
|
2030
|
-
"name": "ValueState",
|
|
2031
|
-
"description": "Different types of ValueStates.",
|
|
2032
|
-
"_ui5privacy": "public",
|
|
2033
|
-
"members": [
|
|
2034
|
-
{
|
|
2035
|
-
"kind": "field",
|
|
2036
|
-
"static": true,
|
|
2037
|
-
"privacy": "public",
|
|
2038
|
-
"default": "None",
|
|
2039
|
-
"name": "None",
|
|
2040
|
-
"readonly": true
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
"kind": "field",
|
|
2044
|
-
"static": true,
|
|
2045
|
-
"privacy": "public",
|
|
2046
|
-
"default": "Success",
|
|
2047
|
-
"name": "Success",
|
|
2048
|
-
"readonly": true
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"kind": "field",
|
|
2052
|
-
"static": true,
|
|
2053
|
-
"privacy": "public",
|
|
2054
|
-
"default": "Warning",
|
|
2055
|
-
"name": "Warning",
|
|
2056
|
-
"readonly": true
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"kind": "field",
|
|
2060
|
-
"static": true,
|
|
2061
|
-
"privacy": "public",
|
|
2062
|
-
"default": "Error",
|
|
2063
|
-
"name": "Error",
|
|
2064
|
-
"readonly": true
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"kind": "field",
|
|
2068
|
-
"static": true,
|
|
2069
|
-
"privacy": "public",
|
|
2070
|
-
"default": "Information",
|
|
2071
|
-
"name": "Information",
|
|
2072
|
-
"readonly": true
|
|
2073
|
-
}
|
|
2074
|
-
]
|
|
2075
|
-
}
|
|
2076
|
-
],
|
|
1855
|
+
"declarations": [],
|
|
2077
1856
|
"exports": [
|
|
2078
1857
|
{
|
|
2079
1858
|
"kind": "js",
|
|
@@ -2526,6 +2305,7 @@
|
|
|
2526
2305
|
"kind": "js",
|
|
2527
2306
|
"name": "default",
|
|
2528
2307
|
"declaration": {
|
|
2308
|
+
"name": "detectNavigatorLanguage",
|
|
2529
2309
|
"module": "dist/util/detectNavigatorLanguage.js"
|
|
2530
2310
|
}
|
|
2531
2311
|
}
|
|
@@ -2615,6 +2395,7 @@
|
|
|
2615
2395
|
"kind": "js",
|
|
2616
2396
|
"name": "default",
|
|
2617
2397
|
"declaration": {
|
|
2398
|
+
"name": "designTimePropertyAsArray",
|
|
2618
2399
|
"module": "dist/util/getDesigntimePropertyAsArray.js"
|
|
2619
2400
|
}
|
|
2620
2401
|
}
|
|
@@ -4318,8 +4099,7 @@
|
|
|
4318
4099
|
"name": "callback",
|
|
4319
4100
|
"type": {
|
|
4320
4101
|
"text": "(param: InvalidationInfo) => void"
|
|
4321
|
-
}
|
|
4322
|
-
"_ui5privacy": "public"
|
|
4102
|
+
}
|
|
4323
4103
|
}
|
|
4324
4104
|
],
|
|
4325
4105
|
"description": "Attach a callback that will be executed whenever the component is invalidated",
|
|
@@ -4338,8 +4118,7 @@
|
|
|
4338
4118
|
"name": "callback",
|
|
4339
4119
|
"type": {
|
|
4340
4120
|
"text": "(param: InvalidationInfo) => void"
|
|
4341
|
-
}
|
|
4342
|
-
"_ui5privacy": "public"
|
|
4121
|
+
}
|
|
4343
4122
|
}
|
|
4344
4123
|
],
|
|
4345
4124
|
"description": "Detach the callback that is executed whenever the component is invalidated",
|
|
@@ -4366,8 +4145,7 @@
|
|
|
4366
4145
|
}
|
|
4367
4146
|
]
|
|
4368
4147
|
},
|
|
4369
|
-
"description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
|
|
4370
|
-
"_ui5privacy": "public"
|
|
4148
|
+
"description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
|
|
4371
4149
|
}
|
|
4372
4150
|
],
|
|
4373
4151
|
"description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
|
|
@@ -4421,8 +4199,7 @@
|
|
|
4421
4199
|
"type": {
|
|
4422
4200
|
"text": "FocusOptions"
|
|
4423
4201
|
},
|
|
4424
|
-
"description": "additional options for the focus"
|
|
4425
|
-
"_ui5privacy": "public"
|
|
4202
|
+
"description": "additional options for the focus"
|
|
4426
4203
|
}
|
|
4427
4204
|
],
|
|
4428
4205
|
"description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
|
|
@@ -4443,8 +4220,7 @@
|
|
|
4443
4220
|
"type": {
|
|
4444
4221
|
"text": "string"
|
|
4445
4222
|
},
|
|
4446
|
-
"description": "name of the event"
|
|
4447
|
-
"_ui5privacy": "public"
|
|
4223
|
+
"description": "name of the event"
|
|
4448
4224
|
},
|
|
4449
4225
|
{
|
|
4450
4226
|
"name": "data",
|
|
@@ -4452,20 +4228,17 @@
|
|
|
4452
4228
|
"type": {
|
|
4453
4229
|
"text": "T"
|
|
4454
4230
|
},
|
|
4455
|
-
"description": "additional data for the event"
|
|
4456
|
-
"_ui5privacy": "public"
|
|
4231
|
+
"description": "additional data for the event"
|
|
4457
4232
|
},
|
|
4458
4233
|
{
|
|
4459
4234
|
"name": "cancelable",
|
|
4460
4235
|
"default": "false",
|
|
4461
|
-
"description": "true, if the user can call preventDefault on the event object"
|
|
4462
|
-
"_ui5privacy": "public"
|
|
4236
|
+
"description": "true, if the user can call preventDefault on the event object"
|
|
4463
4237
|
},
|
|
4464
4238
|
{
|
|
4465
4239
|
"name": "bubbles",
|
|
4466
4240
|
"default": "true",
|
|
4467
|
-
"description": "true, if the event bubbles"
|
|
4468
|
-
"_ui5privacy": "public"
|
|
4241
|
+
"description": "true, if the event bubbles"
|
|
4469
4242
|
}
|
|
4470
4243
|
],
|
|
4471
4244
|
"privacy": "public"
|
|
@@ -4494,8 +4267,7 @@
|
|
|
4494
4267
|
"name": "callback",
|
|
4495
4268
|
"type": {
|
|
4496
4269
|
"text": "() => void"
|
|
4497
|
-
}
|
|
4498
|
-
"_ui5privacy": "public"
|
|
4270
|
+
}
|
|
4499
4271
|
}
|
|
4500
4272
|
],
|
|
4501
4273
|
"description": "Attach a callback that will be executed whenever the component's state is finalized",
|
|
@@ -4514,8 +4286,7 @@
|
|
|
4514
4286
|
"name": "callback",
|
|
4515
4287
|
"type": {
|
|
4516
4288
|
"text": "() => void"
|
|
4517
|
-
}
|
|
4518
|
-
"_ui5privacy": "public"
|
|
4289
|
+
}
|
|
4519
4290
|
}
|
|
4520
4291
|
],
|
|
4521
4292
|
"description": "Detach the callback that is executed whenever the component's state is finalized",
|
|
@@ -4597,8 +4368,7 @@
|
|
|
4597
4368
|
"privacy": "public"
|
|
4598
4369
|
}
|
|
4599
4370
|
],
|
|
4600
|
-
"customElement": true
|
|
4601
|
-
"_ui5privacy": "public"
|
|
4371
|
+
"customElement": true
|
|
4602
4372
|
}
|
|
4603
4373
|
],
|
|
4604
4374
|
"exports": [
|
|
@@ -4719,8 +4489,7 @@
|
|
|
4719
4489
|
"name": "propName",
|
|
4720
4490
|
"type": {
|
|
4721
4491
|
"text": "string"
|
|
4722
|
-
}
|
|
4723
|
-
"_ui5privacy": "public"
|
|
4492
|
+
}
|
|
4724
4493
|
}
|
|
4725
4494
|
],
|
|
4726
4495
|
"description": "Determines whether a property should have an attribute counterpart",
|
|
@@ -4846,8 +4615,7 @@
|
|
|
4846
4615
|
"description": "Returns an object with key-value pairs of slots and their metadata definitions",
|
|
4847
4616
|
"privacy": "public"
|
|
4848
4617
|
}
|
|
4849
|
-
]
|
|
4850
|
-
"_ui5privacy": "public"
|
|
4618
|
+
]
|
|
4851
4619
|
}
|
|
4852
4620
|
],
|
|
4853
4621
|
"exports": [
|
|
@@ -4977,23 +4745,20 @@
|
|
|
4977
4745
|
}
|
|
4978
4746
|
]
|
|
4979
4747
|
},
|
|
4980
|
-
"description": "key/defaultText pair or just the key"
|
|
4981
|
-
"_ui5privacy": "public"
|
|
4748
|
+
"description": "key/defaultText pair or just the key"
|
|
4982
4749
|
},
|
|
4983
4750
|
{
|
|
4984
4751
|
"name": "params",
|
|
4985
4752
|
"type": {
|
|
4986
4753
|
"text": "Array<number | string>"
|
|
4987
4754
|
},
|
|
4988
|
-
"description": "Values for the placeholders"
|
|
4989
|
-
"_ui5privacy": "public"
|
|
4755
|
+
"description": "Values for the placeholders"
|
|
4990
4756
|
}
|
|
4991
4757
|
],
|
|
4992
4758
|
"description": "Returns a text in the currently loaded language",
|
|
4993
4759
|
"privacy": "public"
|
|
4994
4760
|
}
|
|
4995
|
-
]
|
|
4996
|
-
"_ui5privacy": "public"
|
|
4761
|
+
]
|
|
4997
4762
|
}
|
|
4998
4763
|
],
|
|
4999
4764
|
"exports": [
|
|
@@ -5149,4 +4914,4 @@
|
|
|
5149
4914
|
]
|
|
5150
4915
|
}
|
|
5151
4916
|
]
|
|
5152
|
-
}
|
|
4917
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
const VersionInfo = {
|
|
2
|
-
version: "1.
|
|
2
|
+
version: "1.22.0-rc.0",
|
|
3
3
|
major: 1,
|
|
4
|
-
minor:
|
|
4
|
+
minor: 22,
|
|
5
5
|
patch: 0,
|
|
6
|
-
suffix: "",
|
|
6
|
+
suffix: "-rc.0",
|
|
7
7
|
isNext: false,
|
|
8
|
-
buildTime:
|
|
8
|
+
buildTime: 1705565122,
|
|
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,
|
|
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: \"1.22.0-rc.0\",\n\tmajor: 1,\n\tminor: 22,\n\tpatch: 0,\n\tsuffix: \"-rc.0\",\n\tisNext: false,\n\tbuildTime: 1705565122,\n};\nexport default VersionInfo;"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const detectNavigatorLanguage: () => string;
|
|
2
|
+
export default detectNavigatorLanguage;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DEFAULT_LANGUAGE } from "../generated/AssetParameters.js";
|
|
2
|
-
|
|
2
|
+
const detectNavigatorLanguage = () => {
|
|
3
3
|
const browserLanguages = navigator.languages;
|
|
4
4
|
const navigatorLanguage = () => {
|
|
5
5
|
return navigator.language;
|
|
@@ -7,4 +7,5 @@ export default () => {
|
|
|
7
7
|
const rawLocale = (browserLanguages && browserLanguages[0]) || navigatorLanguage();
|
|
8
8
|
return rawLocale || DEFAULT_LANGUAGE;
|
|
9
9
|
};
|
|
10
|
+
export default detectNavigatorLanguage;
|
|
10
11
|
//# sourceMappingURL=detectNavigatorLanguage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detectNavigatorLanguage.js","sourceRoot":"","sources":["../../src/util/detectNavigatorLanguage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,
|
|
1
|
+
{"version":3,"file":"detectNavigatorLanguage.js","sourceRoot":"","sources":["../../src/util/detectNavigatorLanguage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,MAAM,uBAAuB,GAAG,GAAG,EAAE;IACpC,MAAM,gBAAgB,GAAG,SAAS,CAAC,SAAS,CAAC;IAE7C,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC9B,OAAO,SAAS,CAAC,QAAQ,CAAC;IAC3B,CAAC,CAAC;IAEF,MAAM,SAAS,GAAG,CAAC,gBAAgB,IAAI,gBAAgB,CAAC,CAAC,CAAC,CAAC,IAAI,iBAAiB,EAAE,CAAC;IAEnF,OAAO,SAAS,IAAI,gBAAgB,CAAC;AACtC,CAAC,CAAC;AAEF,eAAe,uBAAuB,CAAC","sourcesContent":["import { DEFAULT_LANGUAGE } from \"../generated/AssetParameters.js\";\n\nconst detectNavigatorLanguage = () => {\n\tconst browserLanguages = navigator.languages;\n\n\tconst navigatorLanguage = () => {\n\t\treturn navigator.language;\n\t};\n\n\tconst rawLocale = (browserLanguages && browserLanguages[0]) || navigatorLanguage();\n\n\treturn rawLocale || DEFAULT_LANGUAGE;\n};\n\nexport default detectNavigatorLanguage;\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export default
|
|
1
|
+
declare const designTimePropertyAsArray: (value: string) => string[] | null;
|
|
2
|
+
export default designTimePropertyAsArray;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
const designTimePropertyAsArray = (value) => {
|
|
2
2
|
const m = /\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(value);
|
|
3
3
|
return m && m[2] ? m[2].split(/,/) : null;
|
|
4
4
|
};
|
|
5
|
+
export default designTimePropertyAsArray;
|
|
5
6
|
//# sourceMappingURL=getDesigntimePropertyAsArray.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDesigntimePropertyAsArray.js","sourceRoot":"","sources":["../../src/util/getDesigntimePropertyAsArray.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"getDesigntimePropertyAsArray.js","sourceRoot":"","sources":["../../src/util/getDesigntimePropertyAsArray.ts"],"names":[],"mappings":"AAAA,MAAM,yBAAyB,GAAG,CAAC,KAAa,EAAE,EAAE;IACnD,MAAM,CAAC,GAAG,oCAAoC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC3D,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;AAC3C,CAAC,CAAC;AAEF,eAAe,yBAAyB,CAAC","sourcesContent":["const designTimePropertyAsArray = (value: string) => {\n\tconst m = /\\$([-a-z0-9A-Z._]+)(?::([^$]*))?\\$/.exec(value);\n\treturn m && m[2] ? m[2].split(/,/) : null;\n};\n\nexport default designTimePropertyAsArray;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-base",
|
|
3
|
-
"version": "1.22.0-rc.
|
|
3
|
+
"version": "1.22.0-rc.1",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.base",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@buxlabs/amd-to-es6": "0.16.1",
|
|
42
42
|
"@openui5/sap.ui.core": "1.116.0",
|
|
43
|
-
"@ui5/webcomponents-tools": "1.22.0-rc.
|
|
43
|
+
"@ui5/webcomponents-tools": "1.22.0-rc.1",
|
|
44
44
|
"chromedriver": "119.0.1",
|
|
45
45
|
"clean-css": "^5.2.2",
|
|
46
46
|
"copy-and-watch": "^0.1.5",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"replace-in-file": "^6.3.5",
|
|
51
51
|
"resolve": "^1.20.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "1a4ba450e7d222535ddaf4f1d3b0ff91b020bb2a"
|
|
54
54
|
}
|