@ui5/webcomponents 2.25.1-rc.0 → 2.25.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 +3 -3
- package/dist/.tsbuildinfo +1 -1
- package/dist/ListItem.d.ts +6 -2
- package/dist/ListItem.js +14 -2
- package/dist/ListItem.js.map +1 -1
- package/dist/SegmentedButton.d.ts +2 -1
- package/dist/SegmentedButton.js +5 -7
- package/dist/SegmentedButton.js.map +1 -1
- package/dist/SegmentedButtonItem.d.ts +2 -1
- package/dist/SegmentedButtonItem.js +5 -2
- package/dist/SegmentedButtonItem.js.map +1 -1
- package/dist/SegmentedButtonItemTemplate.js +1 -1
- package/dist/SegmentedButtonItemTemplate.js.map +1 -1
- package/dist/SegmentedButtonTemplate.js +1 -1
- package/dist/SegmentedButtonTemplate.js.map +1 -1
- package/dist/custom-elements-internal.json +34 -24
- package/dist/custom-elements.json +24 -24
- package/dist/types/ListItemType.d.ts +8 -0
- package/dist/types/ListItemType.js +8 -0
- package/dist/types/ListItemType.js.map +1 -1
- package/dist/vscode.html-custom-data.json +16 -8
- package/dist/web-types.json +25 -25
- package/package.json +9 -9
- package/src/SegmentedButtonItemTemplate.tsx +1 -0
- package/src/SegmentedButtonTemplate.tsx +1 -0
|
@@ -13516,7 +13516,7 @@
|
|
|
13516
13516
|
]
|
|
13517
13517
|
},
|
|
13518
13518
|
"default": "\"Active\"",
|
|
13519
|
-
"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.",
|
|
13519
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
13520
13520
|
"privacy": "public"
|
|
13521
13521
|
}
|
|
13522
13522
|
],
|
|
@@ -13618,12 +13618,12 @@
|
|
|
13618
13618
|
}
|
|
13619
13619
|
},
|
|
13620
13620
|
{
|
|
13621
|
-
"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.",
|
|
13621
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
13622
13622
|
"name": "type",
|
|
13623
13623
|
"default": "\"Active\"",
|
|
13624
13624
|
"fieldName": "type",
|
|
13625
13625
|
"type": {
|
|
13626
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
13626
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
13627
13627
|
}
|
|
13628
13628
|
}
|
|
13629
13629
|
],
|
|
@@ -13891,7 +13891,7 @@
|
|
|
13891
13891
|
]
|
|
13892
13892
|
},
|
|
13893
13893
|
"default": "\"Active\"",
|
|
13894
|
-
"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.",
|
|
13894
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
13895
13895
|
"privacy": "public"
|
|
13896
13896
|
}
|
|
13897
13897
|
],
|
|
@@ -13969,12 +13969,12 @@
|
|
|
13969
13969
|
}
|
|
13970
13970
|
},
|
|
13971
13971
|
{
|
|
13972
|
-
"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.",
|
|
13972
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
13973
13973
|
"name": "type",
|
|
13974
13974
|
"default": "\"Active\"",
|
|
13975
13975
|
"fieldName": "type",
|
|
13976
13976
|
"type": {
|
|
13977
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
13977
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
13978
13978
|
}
|
|
13979
13979
|
}
|
|
13980
13980
|
],
|
|
@@ -14683,7 +14683,7 @@
|
|
|
14683
14683
|
]
|
|
14684
14684
|
},
|
|
14685
14685
|
"default": "\"Active\"",
|
|
14686
|
-
"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.",
|
|
14686
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
14687
14687
|
"privacy": "public"
|
|
14688
14688
|
},
|
|
14689
14689
|
{
|
|
@@ -14833,12 +14833,12 @@
|
|
|
14833
14833
|
}
|
|
14834
14834
|
},
|
|
14835
14835
|
{
|
|
14836
|
-
"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.",
|
|
14836
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
14837
14837
|
"name": "type",
|
|
14838
14838
|
"default": "\"Active\"",
|
|
14839
14839
|
"fieldName": "type",
|
|
14840
14840
|
"type": {
|
|
14841
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
14841
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
14842
14842
|
}
|
|
14843
14843
|
},
|
|
14844
14844
|
{
|
|
@@ -15497,7 +15497,7 @@
|
|
|
15497
15497
|
]
|
|
15498
15498
|
},
|
|
15499
15499
|
"default": "\"Active\"",
|
|
15500
|
-
"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.",
|
|
15500
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
15501
15501
|
"privacy": "public"
|
|
15502
15502
|
}
|
|
15503
15503
|
],
|
|
@@ -15764,12 +15764,12 @@
|
|
|
15764
15764
|
}
|
|
15765
15765
|
},
|
|
15766
15766
|
{
|
|
15767
|
-
"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.",
|
|
15767
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
15768
15768
|
"name": "type",
|
|
15769
15769
|
"default": "\"Active\"",
|
|
15770
15770
|
"fieldName": "type",
|
|
15771
15771
|
"type": {
|
|
15772
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
15772
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
15773
15773
|
}
|
|
15774
15774
|
}
|
|
15775
15775
|
],
|
|
@@ -24230,7 +24230,7 @@
|
|
|
24230
24230
|
]
|
|
24231
24231
|
},
|
|
24232
24232
|
"default": "\"Active\"",
|
|
24233
|
-
"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.",
|
|
24233
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
24234
24234
|
"privacy": "public"
|
|
24235
24235
|
},
|
|
24236
24236
|
{
|
|
@@ -24388,12 +24388,12 @@
|
|
|
24388
24388
|
}
|
|
24389
24389
|
},
|
|
24390
24390
|
{
|
|
24391
|
-
"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.",
|
|
24391
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
24392
24392
|
"name": "type",
|
|
24393
24393
|
"default": "\"Active\"",
|
|
24394
24394
|
"fieldName": "type",
|
|
24395
24395
|
"type": {
|
|
24396
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
24396
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
24397
24397
|
}
|
|
24398
24398
|
},
|
|
24399
24399
|
{
|
|
@@ -33395,7 +33395,7 @@
|
|
|
33395
33395
|
]
|
|
33396
33396
|
},
|
|
33397
33397
|
"default": "\"Active\"",
|
|
33398
|
-
"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.",
|
|
33398
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
33399
33399
|
"privacy": "public"
|
|
33400
33400
|
}
|
|
33401
33401
|
],
|
|
@@ -33536,12 +33536,12 @@
|
|
|
33536
33536
|
}
|
|
33537
33537
|
},
|
|
33538
33538
|
{
|
|
33539
|
-
"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.",
|
|
33539
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
33540
33540
|
"name": "type",
|
|
33541
33541
|
"default": "\"Active\"",
|
|
33542
33542
|
"fieldName": "type",
|
|
33543
33543
|
"type": {
|
|
33544
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
33544
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
33545
33545
|
}
|
|
33546
33546
|
}
|
|
33547
33547
|
],
|
|
@@ -33904,7 +33904,7 @@
|
|
|
33904
33904
|
]
|
|
33905
33905
|
},
|
|
33906
33906
|
"default": "\"Active\"",
|
|
33907
|
-
"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.",
|
|
33907
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
33908
33908
|
"privacy": "public"
|
|
33909
33909
|
}
|
|
33910
33910
|
],
|
|
@@ -34069,12 +34069,12 @@
|
|
|
34069
34069
|
}
|
|
34070
34070
|
},
|
|
34071
34071
|
{
|
|
34072
|
-
"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.",
|
|
34072
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
34073
34073
|
"name": "type",
|
|
34074
34074
|
"default": "\"Active\"",
|
|
34075
34075
|
"fieldName": "type",
|
|
34076
34076
|
"type": {
|
|
34077
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
34077
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
34078
34078
|
}
|
|
34079
34079
|
}
|
|
34080
34080
|
],
|
|
@@ -34375,7 +34375,7 @@
|
|
|
34375
34375
|
]
|
|
34376
34376
|
},
|
|
34377
34377
|
"default": "\"Active\"",
|
|
34378
|
-
"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.",
|
|
34378
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
34379
34379
|
"privacy": "public"
|
|
34380
34380
|
}
|
|
34381
34381
|
],
|
|
@@ -34507,12 +34507,12 @@
|
|
|
34507
34507
|
}
|
|
34508
34508
|
},
|
|
34509
34509
|
{
|
|
34510
|
-
"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.",
|
|
34510
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
34511
34511
|
"name": "type",
|
|
34512
34512
|
"default": "\"Active\"",
|
|
34513
34513
|
"fieldName": "type",
|
|
34514
34514
|
"type": {
|
|
34515
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
34515
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
34516
34516
|
}
|
|
34517
34517
|
}
|
|
34518
34518
|
],
|
|
@@ -37790,6 +37790,16 @@
|
|
|
37790
37790
|
"name": "Inactive",
|
|
37791
37791
|
"readonly": true
|
|
37792
37792
|
},
|
|
37793
|
+
{
|
|
37794
|
+
"kind": "field",
|
|
37795
|
+
"static": true,
|
|
37796
|
+
"privacy": "public",
|
|
37797
|
+
"_ui5since": "2.25.1",
|
|
37798
|
+
"description": "Indicates the list item does not have any active feedback when item is pressed,\nbut selection (checkbox/radio) is still possible when a selection mode is active.\nThe `item-click` event is not fired for items of this type.",
|
|
37799
|
+
"default": "InactiveSelectable",
|
|
37800
|
+
"name": "InactiveSelectable",
|
|
37801
|
+
"readonly": true
|
|
37802
|
+
},
|
|
37793
37803
|
{
|
|
37794
37804
|
"kind": "field",
|
|
37795
37805
|
"static": true,
|
|
@@ -11682,7 +11682,7 @@
|
|
|
11682
11682
|
]
|
|
11683
11683
|
},
|
|
11684
11684
|
"default": "\"Active\"",
|
|
11685
|
-
"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.",
|
|
11685
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
11686
11686
|
"privacy": "public"
|
|
11687
11687
|
}
|
|
11688
11688
|
],
|
|
@@ -11765,12 +11765,12 @@
|
|
|
11765
11765
|
}
|
|
11766
11766
|
},
|
|
11767
11767
|
{
|
|
11768
|
-
"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.",
|
|
11768
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
11769
11769
|
"name": "type",
|
|
11770
11770
|
"default": "\"Active\"",
|
|
11771
11771
|
"fieldName": "type",
|
|
11772
11772
|
"type": {
|
|
11773
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
11773
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
11774
11774
|
}
|
|
11775
11775
|
}
|
|
11776
11776
|
],
|
|
@@ -11996,7 +11996,7 @@
|
|
|
11996
11996
|
]
|
|
11997
11997
|
},
|
|
11998
11998
|
"default": "\"Active\"",
|
|
11999
|
-
"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.",
|
|
11999
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
12000
12000
|
"privacy": "public"
|
|
12001
12001
|
}
|
|
12002
12002
|
],
|
|
@@ -12074,12 +12074,12 @@
|
|
|
12074
12074
|
}
|
|
12075
12075
|
},
|
|
12076
12076
|
{
|
|
12077
|
-
"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.",
|
|
12077
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
12078
12078
|
"name": "type",
|
|
12079
12079
|
"default": "\"Active\"",
|
|
12080
12080
|
"fieldName": "type",
|
|
12081
12081
|
"type": {
|
|
12082
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
12082
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
12083
12083
|
}
|
|
12084
12084
|
}
|
|
12085
12085
|
],
|
|
@@ -12642,7 +12642,7 @@
|
|
|
12642
12642
|
]
|
|
12643
12643
|
},
|
|
12644
12644
|
"default": "\"Active\"",
|
|
12645
|
-
"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.",
|
|
12645
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
12646
12646
|
"privacy": "public"
|
|
12647
12647
|
},
|
|
12648
12648
|
{
|
|
@@ -12791,12 +12791,12 @@
|
|
|
12791
12791
|
}
|
|
12792
12792
|
},
|
|
12793
12793
|
{
|
|
12794
|
-
"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.",
|
|
12794
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
12795
12795
|
"name": "type",
|
|
12796
12796
|
"default": "\"Active\"",
|
|
12797
12797
|
"fieldName": "type",
|
|
12798
12798
|
"type": {
|
|
12799
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
12799
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
12800
12800
|
}
|
|
12801
12801
|
},
|
|
12802
12802
|
{
|
|
@@ -13309,7 +13309,7 @@
|
|
|
13309
13309
|
]
|
|
13310
13310
|
},
|
|
13311
13311
|
"default": "\"Active\"",
|
|
13312
|
-
"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.",
|
|
13312
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
13313
13313
|
"privacy": "public"
|
|
13314
13314
|
}
|
|
13315
13315
|
],
|
|
@@ -13513,12 +13513,12 @@
|
|
|
13513
13513
|
}
|
|
13514
13514
|
},
|
|
13515
13515
|
{
|
|
13516
|
-
"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.",
|
|
13516
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
13517
13517
|
"name": "type",
|
|
13518
13518
|
"default": "\"Active\"",
|
|
13519
13519
|
"fieldName": "type",
|
|
13520
13520
|
"type": {
|
|
13521
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
13521
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
13522
13522
|
}
|
|
13523
13523
|
}
|
|
13524
13524
|
],
|
|
@@ -20870,7 +20870,7 @@
|
|
|
20870
20870
|
]
|
|
20871
20871
|
},
|
|
20872
20872
|
"default": "\"Active\"",
|
|
20873
|
-
"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.",
|
|
20873
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
20874
20874
|
"privacy": "public"
|
|
20875
20875
|
},
|
|
20876
20876
|
{
|
|
@@ -21026,12 +21026,12 @@
|
|
|
21026
21026
|
}
|
|
21027
21027
|
},
|
|
21028
21028
|
{
|
|
21029
|
-
"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.",
|
|
21029
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
21030
21030
|
"name": "type",
|
|
21031
21031
|
"default": "\"Active\"",
|
|
21032
21032
|
"fieldName": "type",
|
|
21033
21033
|
"type": {
|
|
21034
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
21034
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
21035
21035
|
}
|
|
21036
21036
|
},
|
|
21037
21037
|
{
|
|
@@ -28719,7 +28719,7 @@
|
|
|
28719
28719
|
]
|
|
28720
28720
|
},
|
|
28721
28721
|
"default": "\"Active\"",
|
|
28722
|
-
"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.",
|
|
28722
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
28723
28723
|
"privacy": "public"
|
|
28724
28724
|
}
|
|
28725
28725
|
],
|
|
@@ -28860,12 +28860,12 @@
|
|
|
28860
28860
|
}
|
|
28861
28861
|
},
|
|
28862
28862
|
{
|
|
28863
|
-
"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.",
|
|
28863
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
28864
28864
|
"name": "type",
|
|
28865
28865
|
"default": "\"Active\"",
|
|
28866
28866
|
"fieldName": "type",
|
|
28867
28867
|
"type": {
|
|
28868
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
28868
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
28869
28869
|
}
|
|
28870
28870
|
}
|
|
28871
28871
|
],
|
|
@@ -29140,7 +29140,7 @@
|
|
|
29140
29140
|
]
|
|
29141
29141
|
},
|
|
29142
29142
|
"default": "\"Active\"",
|
|
29143
|
-
"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.",
|
|
29143
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
29144
29144
|
"privacy": "public"
|
|
29145
29145
|
}
|
|
29146
29146
|
],
|
|
@@ -29286,12 +29286,12 @@
|
|
|
29286
29286
|
}
|
|
29287
29287
|
},
|
|
29288
29288
|
{
|
|
29289
|
-
"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.",
|
|
29289
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
29290
29290
|
"name": "type",
|
|
29291
29291
|
"default": "\"Active\"",
|
|
29292
29292
|
"fieldName": "type",
|
|
29293
29293
|
"type": {
|
|
29294
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
29294
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
29295
29295
|
}
|
|
29296
29296
|
}
|
|
29297
29297
|
],
|
|
@@ -29548,7 +29548,7 @@
|
|
|
29548
29548
|
]
|
|
29549
29549
|
},
|
|
29550
29550
|
"default": "\"Active\"",
|
|
29551
|
-
"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.",
|
|
29551
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
29552
29552
|
"privacy": "public"
|
|
29553
29553
|
}
|
|
29554
29554
|
],
|
|
@@ -29680,12 +29680,12 @@
|
|
|
29680
29680
|
}
|
|
29681
29681
|
},
|
|
29682
29682
|
{
|
|
29683
|
-
"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.",
|
|
29683
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
29684
29684
|
"name": "type",
|
|
29685
29685
|
"default": "\"Active\"",
|
|
29686
29686
|
"fieldName": "type",
|
|
29687
29687
|
"type": {
|
|
29688
|
-
"text": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
|
|
29688
|
+
"text": "\"Navigation\" | \"Inactive\" | \"InactiveSelectable\" | \"Active\" | \"Detail\""
|
|
29689
29689
|
}
|
|
29690
29690
|
}
|
|
29691
29691
|
],
|
|
@@ -8,6 +8,14 @@ declare enum ListItemType {
|
|
|
8
8
|
* @public
|
|
9
9
|
*/
|
|
10
10
|
Inactive = "Inactive",
|
|
11
|
+
/**
|
|
12
|
+
* Indicates the list item does not have any active feedback when item is pressed,
|
|
13
|
+
* but selection (checkbox/radio) is still possible when a selection mode is active.
|
|
14
|
+
* The `item-click` event is not fired for items of this type.
|
|
15
|
+
* @public
|
|
16
|
+
* @since 2.25.1
|
|
17
|
+
*/
|
|
18
|
+
InactiveSelectable = "InactiveSelectable",
|
|
11
19
|
/**
|
|
12
20
|
* Indicates that the item is clickable via active feedback when item is pressed.
|
|
13
21
|
* @public
|
|
@@ -9,6 +9,14 @@ var ListItemType;
|
|
|
9
9
|
* @public
|
|
10
10
|
*/
|
|
11
11
|
ListItemType["Inactive"] = "Inactive";
|
|
12
|
+
/**
|
|
13
|
+
* Indicates the list item does not have any active feedback when item is pressed,
|
|
14
|
+
* but selection (checkbox/radio) is still possible when a selection mode is active.
|
|
15
|
+
* The `item-click` event is not fired for items of this type.
|
|
16
|
+
* @public
|
|
17
|
+
* @since 2.25.1
|
|
18
|
+
*/
|
|
19
|
+
ListItemType["InactiveSelectable"] = "InactiveSelectable";
|
|
12
20
|
/**
|
|
13
21
|
* Indicates that the item is clickable via active feedback when item is pressed.
|
|
14
22
|
* @public
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemType.js","sourceRoot":"","sources":["../../src/types/ListItemType.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,IAAK,
|
|
1
|
+
{"version":3,"file":"ListItemType.js","sourceRoot":"","sources":["../../src/types/ListItemType.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,IAAK,YAiCJ;AAjCD,WAAK,YAAY;IAChB;;;OAGG;IACH,qCAAqB,CAAA;IAErB;;;;;;OAMG;IACH,yDAAyC,CAAA;IAEzC;;;OAGG;IACH,iCAAiB,CAAA;IAEjB;;;OAGG;IACH,iCAAiB,CAAA;IAEjB;;;OAGG;IACH,yCAAyB,CAAA;AAC1B,CAAC,EAjCI,YAAY,KAAZ,YAAY,QAiChB;AAED,eAAe,YAAY,CAAC","sourcesContent":["/**\n * Different list item types.\n * @public\n */\nenum ListItemType {\n\t/**\n\t * Indicates the list item does not have any active feedback when item is pressed.\n\t * @public\n\t */\n\tInactive = \"Inactive\",\n\n\t/**\n\t * Indicates the list item does not have any active feedback when item is pressed,\n\t * but selection (checkbox/radio) is still possible when a selection mode is active.\n\t * The `item-click` event is not fired for items of this type.\n\t * @public\n\t * @since 2.25.1\n\t */\n\tInactiveSelectable = \"InactiveSelectable\",\n\n\t/**\n\t * Indicates that the item is clickable via active feedback when item is pressed.\n\t * @public\n\t */\n\tActive = \"Active\",\n\n\t/**\n\t * Enables detail button of the list item that fires detail-click event.\n\t * @public\n\t */\n\tDetail = \"Detail\",\n\n\t/**\n\t * Enables the type of navigation, which is specified to add an arrow at the end of the items and fires navigate-click event.\n\t * @public\n\t */\n\tNavigation = \"Navigation\",\n}\n\nexport default ListItemType;\n"]}
|
|
@@ -2646,10 +2646,11 @@
|
|
|
2646
2646
|
},
|
|
2647
2647
|
{
|
|
2648
2648
|
"name": "type",
|
|
2649
|
-
"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.",
|
|
2649
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
2650
2650
|
"values": [
|
|
2651
2651
|
{ "name": "Navigation" },
|
|
2652
2652
|
{ "name": "Inactive" },
|
|
2653
|
+
{ "name": "InactiveSelectable" },
|
|
2653
2654
|
{ "name": "Active" },
|
|
2654
2655
|
{ "name": "Detail" }
|
|
2655
2656
|
]
|
|
@@ -2721,10 +2722,11 @@
|
|
|
2721
2722
|
},
|
|
2722
2723
|
{
|
|
2723
2724
|
"name": "type",
|
|
2724
|
-
"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.",
|
|
2725
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
2725
2726
|
"values": [
|
|
2726
2727
|
{ "name": "Navigation" },
|
|
2727
2728
|
{ "name": "Inactive" },
|
|
2729
|
+
{ "name": "InactiveSelectable" },
|
|
2728
2730
|
{ "name": "Active" },
|
|
2729
2731
|
{ "name": "Detail" }
|
|
2730
2732
|
]
|
|
@@ -2865,10 +2867,11 @@
|
|
|
2865
2867
|
},
|
|
2866
2868
|
{
|
|
2867
2869
|
"name": "type",
|
|
2868
|
-
"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.",
|
|
2870
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
2869
2871
|
"values": [
|
|
2870
2872
|
{ "name": "Navigation" },
|
|
2871
2873
|
{ "name": "Inactive" },
|
|
2874
|
+
{ "name": "InactiveSelectable" },
|
|
2872
2875
|
{ "name": "Active" },
|
|
2873
2876
|
{ "name": "Detail" }
|
|
2874
2877
|
]
|
|
@@ -3021,10 +3024,11 @@
|
|
|
3021
3024
|
},
|
|
3022
3025
|
{
|
|
3023
3026
|
"name": "type",
|
|
3024
|
-
"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.",
|
|
3027
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
3025
3028
|
"values": [
|
|
3026
3029
|
{ "name": "Navigation" },
|
|
3027
3030
|
{ "name": "Inactive" },
|
|
3031
|
+
{ "name": "InactiveSelectable" },
|
|
3028
3032
|
{ "name": "Active" },
|
|
3029
3033
|
{ "name": "Detail" }
|
|
3030
3034
|
]
|
|
@@ -4702,10 +4706,11 @@
|
|
|
4702
4706
|
},
|
|
4703
4707
|
{
|
|
4704
4708
|
"name": "type",
|
|
4705
|
-
"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.",
|
|
4709
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
4706
4710
|
"values": [
|
|
4707
4711
|
{ "name": "Navigation" },
|
|
4708
4712
|
{ "name": "Inactive" },
|
|
4713
|
+
{ "name": "InactiveSelectable" },
|
|
4709
4714
|
{ "name": "Active" },
|
|
4710
4715
|
{ "name": "Detail" }
|
|
4711
4716
|
]
|
|
@@ -6351,10 +6356,11 @@
|
|
|
6351
6356
|
},
|
|
6352
6357
|
{
|
|
6353
6358
|
"name": "type",
|
|
6354
|
-
"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.",
|
|
6359
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
6355
6360
|
"values": [
|
|
6356
6361
|
{ "name": "Navigation" },
|
|
6357
6362
|
{ "name": "Inactive" },
|
|
6363
|
+
{ "name": "InactiveSelectable" },
|
|
6358
6364
|
{ "name": "Active" },
|
|
6359
6365
|
{ "name": "Detail" }
|
|
6360
6366
|
]
|
|
@@ -6451,10 +6457,11 @@
|
|
|
6451
6457
|
},
|
|
6452
6458
|
{
|
|
6453
6459
|
"name": "type",
|
|
6454
|
-
"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.",
|
|
6460
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
6455
6461
|
"values": [
|
|
6456
6462
|
{ "name": "Navigation" },
|
|
6457
6463
|
{ "name": "Inactive" },
|
|
6464
|
+
{ "name": "InactiveSelectable" },
|
|
6458
6465
|
{ "name": "Active" },
|
|
6459
6466
|
{ "name": "Detail" }
|
|
6460
6467
|
]
|
|
@@ -6556,10 +6563,11 @@
|
|
|
6556
6563
|
},
|
|
6557
6564
|
{
|
|
6558
6565
|
"name": "type",
|
|
6559
|
-
"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.",
|
|
6566
|
+
"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 (checkbox/radio) to be toggled\nwhen the list has a selection mode. The `item-click` event is not fired for this type.",
|
|
6560
6567
|
"values": [
|
|
6561
6568
|
{ "name": "Navigation" },
|
|
6562
6569
|
{ "name": "Inactive" },
|
|
6570
|
+
{ "name": "InactiveSelectable" },
|
|
6563
6571
|
{ "name": "Active" },
|
|
6564
6572
|
{ "name": "Detail" }
|
|
6565
6573
|
]
|