@ui5/webcomponents-fiori 2.25.1-rc.0 → 2.25.2
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 +9 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/custom-elements-internal.json +12 -12
- package/dist/custom-elements.json +12 -12
- package/dist/web-types.json +1 -1
- package/package.json +7 -7
|
@@ -3067,7 +3067,7 @@
|
|
|
3067
3067
|
]
|
|
3068
3068
|
},
|
|
3069
3069
|
"default": "\"Active\"",
|
|
3070
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
3070
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
3071
3071
|
"privacy": "public"
|
|
3072
3072
|
}
|
|
3073
3073
|
],
|
|
@@ -3217,12 +3217,12 @@
|
|
|
3217
3217
|
}
|
|
3218
3218
|
},
|
|
3219
3219
|
{
|
|
3220
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
3220
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
3221
3221
|
"name": "type",
|
|
3222
3222
|
"default": "\"Active\"",
|
|
3223
3223
|
"fieldName": "type",
|
|
3224
3224
|
"type": {
|
|
3225
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
3225
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
3226
3226
|
}
|
|
3227
3227
|
}
|
|
3228
3228
|
],
|
|
@@ -11648,7 +11648,7 @@
|
|
|
11648
11648
|
]
|
|
11649
11649
|
},
|
|
11650
11650
|
"default": "\"Active\"",
|
|
11651
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
11651
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
11652
11652
|
"privacy": "public"
|
|
11653
11653
|
}
|
|
11654
11654
|
],
|
|
@@ -11875,12 +11875,12 @@
|
|
|
11875
11875
|
}
|
|
11876
11876
|
},
|
|
11877
11877
|
{
|
|
11878
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
11878
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
11879
11879
|
"name": "type",
|
|
11880
11880
|
"default": "\"Active\"",
|
|
11881
11881
|
"fieldName": "type",
|
|
11882
11882
|
"type": {
|
|
11883
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
11883
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
11884
11884
|
}
|
|
11885
11885
|
}
|
|
11886
11886
|
],
|
|
@@ -12767,7 +12767,7 @@
|
|
|
12767
12767
|
]
|
|
12768
12768
|
},
|
|
12769
12769
|
"default": "\"Active\"",
|
|
12770
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
12770
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
12771
12771
|
"privacy": "public"
|
|
12772
12772
|
}
|
|
12773
12773
|
],
|
|
@@ -12908,12 +12908,12 @@
|
|
|
12908
12908
|
}
|
|
12909
12909
|
},
|
|
12910
12910
|
{
|
|
12911
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
12911
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
12912
12912
|
"name": "type",
|
|
12913
12913
|
"default": "\"Active\"",
|
|
12914
12914
|
"fieldName": "type",
|
|
12915
12915
|
"type": {
|
|
12916
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
12916
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
12917
12917
|
}
|
|
12918
12918
|
}
|
|
12919
12919
|
],
|
|
@@ -13888,7 +13888,7 @@
|
|
|
13888
13888
|
]
|
|
13889
13889
|
},
|
|
13890
13890
|
"default": "\"Active\"",
|
|
13891
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
13891
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
13892
13892
|
"privacy": "public"
|
|
13893
13893
|
}
|
|
13894
13894
|
],
|
|
@@ -14002,12 +14002,12 @@
|
|
|
14002
14002
|
}
|
|
14003
14003
|
},
|
|
14004
14004
|
{
|
|
14005
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
14005
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
14006
14006
|
"name": "type",
|
|
14007
14007
|
"default": "\"Active\"",
|
|
14008
14008
|
"fieldName": "type",
|
|
14009
14009
|
"type": {
|
|
14010
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
14010
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
14011
14011
|
}
|
|
14012
14012
|
}
|
|
14013
14013
|
],
|
|
@@ -2482,7 +2482,7 @@
|
|
|
2482
2482
|
]
|
|
2483
2483
|
},
|
|
2484
2484
|
"default": "\"Active\"",
|
|
2485
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
2485
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
2486
2486
|
"privacy": "public"
|
|
2487
2487
|
}
|
|
2488
2488
|
],
|
|
@@ -2632,12 +2632,12 @@
|
|
|
2632
2632
|
}
|
|
2633
2633
|
},
|
|
2634
2634
|
{
|
|
2635
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
2635
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
2636
2636
|
"name": "type",
|
|
2637
2637
|
"default": "\"Active\"",
|
|
2638
2638
|
"fieldName": "type",
|
|
2639
2639
|
"type": {
|
|
2640
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
2640
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
2641
2641
|
}
|
|
2642
2642
|
}
|
|
2643
2643
|
],
|
|
@@ -9341,7 +9341,7 @@
|
|
|
9341
9341
|
]
|
|
9342
9342
|
},
|
|
9343
9343
|
"default": "\"Active\"",
|
|
9344
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
9344
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
9345
9345
|
"privacy": "public"
|
|
9346
9346
|
}
|
|
9347
9347
|
],
|
|
@@ -9533,12 +9533,12 @@
|
|
|
9533
9533
|
}
|
|
9534
9534
|
},
|
|
9535
9535
|
{
|
|
9536
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
9536
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
9537
9537
|
"name": "type",
|
|
9538
9538
|
"default": "\"Active\"",
|
|
9539
9539
|
"fieldName": "type",
|
|
9540
9540
|
"type": {
|
|
9541
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
9541
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
9542
9542
|
}
|
|
9543
9543
|
}
|
|
9544
9544
|
],
|
|
@@ -10259,7 +10259,7 @@
|
|
|
10259
10259
|
]
|
|
10260
10260
|
},
|
|
10261
10261
|
"default": "\"Active\"",
|
|
10262
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
10262
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
10263
10263
|
"privacy": "public"
|
|
10264
10264
|
}
|
|
10265
10265
|
],
|
|
@@ -10400,12 +10400,12 @@
|
|
|
10400
10400
|
}
|
|
10401
10401
|
},
|
|
10402
10402
|
{
|
|
10403
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
10403
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
10404
10404
|
"name": "type",
|
|
10405
10405
|
"default": "\"Active\"",
|
|
10406
10406
|
"fieldName": "type",
|
|
10407
10407
|
"type": {
|
|
10408
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
10408
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
10409
10409
|
}
|
|
10410
10410
|
}
|
|
10411
10411
|
],
|
|
@@ -11164,7 +11164,7 @@
|
|
|
11164
11164
|
]
|
|
11165
11165
|
},
|
|
11166
11166
|
"default": "\"Active\"",
|
|
11167
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
11167
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
11168
11168
|
"privacy": "public"
|
|
11169
11169
|
}
|
|
11170
11170
|
],
|
|
@@ -11278,12 +11278,12 @@
|
|
|
11278
11278
|
}
|
|
11279
11279
|
},
|
|
11280
11280
|
{
|
|
11281
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
|
|
11281
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
11282
11282
|
"name": "type",
|
|
11283
11283
|
"default": "\"Active\"",
|
|
11284
11284
|
"fieldName": "type",
|
|
11285
11285
|
"type": {
|
|
11286
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
11286
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
11287
11287
|
}
|
|
11288
11288
|
}
|
|
11289
11289
|
],
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-fiori",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.2",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.fiori",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -56,20 +56,20 @@
|
|
|
56
56
|
"directory": "packages/fiori"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@ui5/webcomponents": "2.25.
|
|
60
|
-
"@ui5/webcomponents-base": "2.25.
|
|
61
|
-
"@ui5/webcomponents-icons": "2.25.
|
|
62
|
-
"@ui5/webcomponents-theming": "2.25.
|
|
59
|
+
"@ui5/webcomponents": "2.25.2",
|
|
60
|
+
"@ui5/webcomponents-base": "2.25.2",
|
|
61
|
+
"@ui5/webcomponents-icons": "2.25.2",
|
|
62
|
+
"@ui5/webcomponents-theming": "2.25.2",
|
|
63
63
|
"@zxing/library": "^0.21.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@custom-elements-manifest/analyzer": "^0.10.10",
|
|
67
67
|
"@ui5/cypress-internal": "0.1.0",
|
|
68
|
-
"@ui5/webcomponents-tools": "2.25.
|
|
68
|
+
"@ui5/webcomponents-tools": "2.25.2",
|
|
69
69
|
"cypress": "15.18.1",
|
|
70
70
|
"lit": "^2.0.0",
|
|
71
71
|
"vite": "5.4.21",
|
|
72
72
|
"yarn": "^1.22.22"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "3a3ba32d667ab32754450165346a9f7c878540c8"
|
|
75
75
|
}
|