@momentum-design/components 0.129.22 → 0.129.24
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/dist/browser/index.js +49 -46
- package/dist/browser/index.js.map +2 -2
- package/dist/components/formfieldwrapper/formfieldwrapper.component.d.ts +5 -3
- package/dist/components/formfieldwrapper/formfieldwrapper.component.js +4 -2
- package/dist/components/statictoggle/statictoggle.component.d.ts +24 -23
- package/dist/components/statictoggle/statictoggle.component.js +24 -23
- package/dist/components/statictoggle/statictoggle.styles.js +37 -37
- package/dist/components/toggle/toggle.component.d.ts +30 -19
- package/dist/components/toggle/toggle.component.js +30 -19
- package/dist/components/toggle/toggle.styles.js +12 -9
- package/dist/components/toggle/toggle.types.d.ts +3 -2
- package/dist/custom-elements.json +199 -303
- package/dist/index.d.ts +2 -1
- package/dist/react/statictoggle/index.d.ts +13 -15
- package/dist/react/statictoggle/index.js +13 -15
- package/dist/react/toggle/index.d.ts +18 -15
- package/dist/react/toggle/index.js +18 -15
- package/package.json +1 -1
|
@@ -10835,7 +10835,7 @@
|
|
|
10835
10835
|
"type": {
|
|
10836
10836
|
"text": "PopoverPlacement"
|
|
10837
10837
|
},
|
|
10838
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
10838
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
10839
10839
|
"default": "'top'",
|
|
10840
10840
|
"attribute": "toggletip-placement",
|
|
10841
10841
|
"reflects": true,
|
|
@@ -10850,7 +10850,7 @@
|
|
|
10850
10850
|
"type": {
|
|
10851
10851
|
"text": "PopoverStrategy"
|
|
10852
10852
|
},
|
|
10853
|
-
"description": "The strategy
|
|
10853
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
10854
10854
|
"default": "'absolute'",
|
|
10855
10855
|
"attribute": "toggletip-strategy",
|
|
10856
10856
|
"reflects": true,
|
|
@@ -10865,7 +10865,7 @@
|
|
|
10865
10865
|
"type": {
|
|
10866
10866
|
"text": "string | undefined"
|
|
10867
10867
|
},
|
|
10868
|
-
"description": "The toggletip text that is displayed when the
|
|
10868
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
10869
10869
|
"attribute": "toggletip-text",
|
|
10870
10870
|
"reflects": true,
|
|
10871
10871
|
"inheritedFrom": {
|
|
@@ -11101,7 +11101,7 @@
|
|
|
11101
11101
|
"type": {
|
|
11102
11102
|
"text": "string | undefined"
|
|
11103
11103
|
},
|
|
11104
|
-
"description": "The toggletip text that is displayed when the
|
|
11104
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
11105
11105
|
"fieldName": "toggletipText",
|
|
11106
11106
|
"inheritedFrom": {
|
|
11107
11107
|
"name": "FormfieldWrapper",
|
|
@@ -11113,7 +11113,7 @@
|
|
|
11113
11113
|
"type": {
|
|
11114
11114
|
"text": "PopoverPlacement"
|
|
11115
11115
|
},
|
|
11116
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
11116
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
11117
11117
|
"default": "'top'",
|
|
11118
11118
|
"fieldName": "toggletipPlacement",
|
|
11119
11119
|
"inheritedFrom": {
|
|
@@ -11126,7 +11126,7 @@
|
|
|
11126
11126
|
"type": {
|
|
11127
11127
|
"text": "PopoverStrategy"
|
|
11128
11128
|
},
|
|
11129
|
-
"description": "The strategy
|
|
11129
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
11130
11130
|
"default": "'absolute'",
|
|
11131
11131
|
"fieldName": "toggletipStrategy",
|
|
11132
11132
|
"inheritedFrom": {
|
|
@@ -14747,7 +14747,7 @@
|
|
|
14747
14747
|
"type": {
|
|
14748
14748
|
"text": "PopoverPlacement"
|
|
14749
14749
|
},
|
|
14750
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
14750
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
14751
14751
|
"default": "'top'",
|
|
14752
14752
|
"attribute": "toggletip-placement",
|
|
14753
14753
|
"reflects": true,
|
|
@@ -14762,7 +14762,7 @@
|
|
|
14762
14762
|
"type": {
|
|
14763
14763
|
"text": "PopoverStrategy"
|
|
14764
14764
|
},
|
|
14765
|
-
"description": "The strategy
|
|
14765
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
14766
14766
|
"default": "'absolute'",
|
|
14767
14767
|
"attribute": "toggletip-strategy",
|
|
14768
14768
|
"reflects": true,
|
|
@@ -14777,7 +14777,7 @@
|
|
|
14777
14777
|
"type": {
|
|
14778
14778
|
"text": "string | undefined"
|
|
14779
14779
|
},
|
|
14780
|
-
"description": "The toggletip text that is displayed when the
|
|
14780
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
14781
14781
|
"attribute": "toggletip-text",
|
|
14782
14782
|
"reflects": true,
|
|
14783
14783
|
"inheritedFrom": {
|
|
@@ -15152,7 +15152,7 @@
|
|
|
15152
15152
|
"type": {
|
|
15153
15153
|
"text": "string | undefined"
|
|
15154
15154
|
},
|
|
15155
|
-
"description": "The toggletip text that is displayed when the
|
|
15155
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
15156
15156
|
"fieldName": "toggletipText",
|
|
15157
15157
|
"inheritedFrom": {
|
|
15158
15158
|
"name": "FormfieldWrapper",
|
|
@@ -15164,7 +15164,7 @@
|
|
|
15164
15164
|
"type": {
|
|
15165
15165
|
"text": "PopoverPlacement"
|
|
15166
15166
|
},
|
|
15167
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
15167
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
15168
15168
|
"default": "'top'",
|
|
15169
15169
|
"fieldName": "toggletipPlacement",
|
|
15170
15170
|
"inheritedFrom": {
|
|
@@ -15177,7 +15177,7 @@
|
|
|
15177
15177
|
"type": {
|
|
15178
15178
|
"text": "PopoverStrategy"
|
|
15179
15179
|
},
|
|
15180
|
-
"description": "The strategy
|
|
15180
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
15181
15181
|
"default": "'absolute'",
|
|
15182
15182
|
"fieldName": "toggletipStrategy",
|
|
15183
15183
|
"inheritedFrom": {
|
|
@@ -17830,7 +17830,7 @@
|
|
|
17830
17830
|
"type": {
|
|
17831
17831
|
"text": "PopoverPlacement"
|
|
17832
17832
|
},
|
|
17833
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
17833
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
17834
17834
|
"default": "'top'",
|
|
17835
17835
|
"attribute": "toggletip-placement",
|
|
17836
17836
|
"reflects": true,
|
|
@@ -17845,7 +17845,7 @@
|
|
|
17845
17845
|
"type": {
|
|
17846
17846
|
"text": "PopoverStrategy"
|
|
17847
17847
|
},
|
|
17848
|
-
"description": "The strategy
|
|
17848
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
17849
17849
|
"default": "'absolute'",
|
|
17850
17850
|
"attribute": "toggletip-strategy",
|
|
17851
17851
|
"reflects": true,
|
|
@@ -17860,7 +17860,7 @@
|
|
|
17860
17860
|
"type": {
|
|
17861
17861
|
"text": "string | undefined"
|
|
17862
17862
|
},
|
|
17863
|
-
"description": "The toggletip text that is displayed when the
|
|
17863
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
17864
17864
|
"attribute": "toggletip-text",
|
|
17865
17865
|
"reflects": true,
|
|
17866
17866
|
"inheritedFrom": {
|
|
@@ -17964,7 +17964,7 @@
|
|
|
17964
17964
|
"type": {
|
|
17965
17965
|
"text": "string | undefined"
|
|
17966
17966
|
},
|
|
17967
|
-
"description": "The toggletip text that is displayed when the
|
|
17967
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
17968
17968
|
"fieldName": "toggletipText",
|
|
17969
17969
|
"inheritedFrom": {
|
|
17970
17970
|
"name": "FormfieldWrapper",
|
|
@@ -17976,7 +17976,7 @@
|
|
|
17976
17976
|
"type": {
|
|
17977
17977
|
"text": "PopoverPlacement"
|
|
17978
17978
|
},
|
|
17979
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
17979
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
17980
17980
|
"default": "'top'",
|
|
17981
17981
|
"fieldName": "toggletipPlacement",
|
|
17982
17982
|
"inheritedFrom": {
|
|
@@ -17989,7 +17989,7 @@
|
|
|
17989
17989
|
"type": {
|
|
17990
17990
|
"text": "PopoverStrategy"
|
|
17991
17991
|
},
|
|
17992
|
-
"description": "The strategy
|
|
17992
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
17993
17993
|
"default": "'absolute'",
|
|
17994
17994
|
"fieldName": "toggletipStrategy",
|
|
17995
17995
|
"inheritedFrom": {
|
|
@@ -18298,7 +18298,7 @@
|
|
|
18298
18298
|
"type": {
|
|
18299
18299
|
"text": "PopoverPlacement"
|
|
18300
18300
|
},
|
|
18301
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
18301
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
18302
18302
|
"default": "'top'",
|
|
18303
18303
|
"attribute": "toggletip-placement",
|
|
18304
18304
|
"reflects": true
|
|
@@ -18309,7 +18309,7 @@
|
|
|
18309
18309
|
"type": {
|
|
18310
18310
|
"text": "PopoverStrategy"
|
|
18311
18311
|
},
|
|
18312
|
-
"description": "The strategy
|
|
18312
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
18313
18313
|
"default": "'absolute'",
|
|
18314
18314
|
"attribute": "toggletip-strategy",
|
|
18315
18315
|
"reflects": true
|
|
@@ -18320,7 +18320,7 @@
|
|
|
18320
18320
|
"type": {
|
|
18321
18321
|
"text": "string | undefined"
|
|
18322
18322
|
},
|
|
18323
|
-
"description": "The toggletip text that is displayed when the
|
|
18323
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
18324
18324
|
"attribute": "toggletip-text",
|
|
18325
18325
|
"reflects": true
|
|
18326
18326
|
}
|
|
@@ -18365,7 +18365,7 @@
|
|
|
18365
18365
|
"type": {
|
|
18366
18366
|
"text": "string | undefined"
|
|
18367
18367
|
},
|
|
18368
|
-
"description": "The toggletip text that is displayed when the
|
|
18368
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
18369
18369
|
"fieldName": "toggletipText"
|
|
18370
18370
|
},
|
|
18371
18371
|
{
|
|
@@ -18373,7 +18373,7 @@
|
|
|
18373
18373
|
"type": {
|
|
18374
18374
|
"text": "PopoverPlacement"
|
|
18375
18375
|
},
|
|
18376
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
18376
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
18377
18377
|
"default": "'top'",
|
|
18378
18378
|
"fieldName": "toggletipPlacement"
|
|
18379
18379
|
},
|
|
@@ -18382,7 +18382,7 @@
|
|
|
18382
18382
|
"type": {
|
|
18383
18383
|
"text": "PopoverStrategy"
|
|
18384
18384
|
},
|
|
18385
|
-
"description": "The strategy
|
|
18385
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
18386
18386
|
"default": "'absolute'",
|
|
18387
18387
|
"fieldName": "toggletipStrategy"
|
|
18388
18388
|
},
|
|
@@ -19961,7 +19961,7 @@
|
|
|
19961
19961
|
"type": {
|
|
19962
19962
|
"text": "PopoverPlacement"
|
|
19963
19963
|
},
|
|
19964
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
19964
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
19965
19965
|
"default": "'top'",
|
|
19966
19966
|
"attribute": "toggletip-placement",
|
|
19967
19967
|
"reflects": true,
|
|
@@ -19976,7 +19976,7 @@
|
|
|
19976
19976
|
"type": {
|
|
19977
19977
|
"text": "PopoverStrategy"
|
|
19978
19978
|
},
|
|
19979
|
-
"description": "The strategy
|
|
19979
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
19980
19980
|
"default": "'absolute'",
|
|
19981
19981
|
"attribute": "toggletip-strategy",
|
|
19982
19982
|
"reflects": true,
|
|
@@ -19991,7 +19991,7 @@
|
|
|
19991
19991
|
"type": {
|
|
19992
19992
|
"text": "string | undefined"
|
|
19993
19993
|
},
|
|
19994
|
-
"description": "The toggletip text that is displayed when the
|
|
19994
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
19995
19995
|
"attribute": "toggletip-text",
|
|
19996
19996
|
"reflects": true,
|
|
19997
19997
|
"inheritedFrom": {
|
|
@@ -20358,7 +20358,7 @@
|
|
|
20358
20358
|
"type": {
|
|
20359
20359
|
"text": "string | undefined"
|
|
20360
20360
|
},
|
|
20361
|
-
"description": "The toggletip text that is displayed when the
|
|
20361
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
20362
20362
|
"fieldName": "toggletipText",
|
|
20363
20363
|
"inheritedFrom": {
|
|
20364
20364
|
"name": "FormfieldWrapper",
|
|
@@ -20370,7 +20370,7 @@
|
|
|
20370
20370
|
"type": {
|
|
20371
20371
|
"text": "PopoverPlacement"
|
|
20372
20372
|
},
|
|
20373
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
20373
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
20374
20374
|
"default": "'top'",
|
|
20375
20375
|
"fieldName": "toggletipPlacement",
|
|
20376
20376
|
"inheritedFrom": {
|
|
@@ -20383,7 +20383,7 @@
|
|
|
20383
20383
|
"type": {
|
|
20384
20384
|
"text": "PopoverStrategy"
|
|
20385
20385
|
},
|
|
20386
|
-
"description": "The strategy
|
|
20386
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
20387
20387
|
"default": "'absolute'",
|
|
20388
20388
|
"fieldName": "toggletipStrategy",
|
|
20389
20389
|
"inheritedFrom": {
|
|
@@ -32999,7 +32999,7 @@
|
|
|
32999
32999
|
"type": {
|
|
33000
33000
|
"text": "PopoverPlacement"
|
|
33001
33001
|
},
|
|
33002
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
33002
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
33003
33003
|
"default": "'top'",
|
|
33004
33004
|
"attribute": "toggletip-placement",
|
|
33005
33005
|
"reflects": true,
|
|
@@ -33014,7 +33014,7 @@
|
|
|
33014
33014
|
"type": {
|
|
33015
33015
|
"text": "PopoverStrategy"
|
|
33016
33016
|
},
|
|
33017
|
-
"description": "The strategy
|
|
33017
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
33018
33018
|
"default": "'absolute'",
|
|
33019
33019
|
"attribute": "toggletip-strategy",
|
|
33020
33020
|
"reflects": true,
|
|
@@ -33029,7 +33029,7 @@
|
|
|
33029
33029
|
"type": {
|
|
33030
33030
|
"text": "string | undefined"
|
|
33031
33031
|
},
|
|
33032
|
-
"description": "The toggletip text that is displayed when the
|
|
33032
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
33033
33033
|
"attribute": "toggletip-text",
|
|
33034
33034
|
"reflects": true,
|
|
33035
33035
|
"inheritedFrom": {
|
|
@@ -33502,7 +33502,7 @@
|
|
|
33502
33502
|
"type": {
|
|
33503
33503
|
"text": "string | undefined"
|
|
33504
33504
|
},
|
|
33505
|
-
"description": "The toggletip text that is displayed when the
|
|
33505
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
33506
33506
|
"fieldName": "toggletipText",
|
|
33507
33507
|
"inheritedFrom": {
|
|
33508
33508
|
"name": "FormfieldWrapper",
|
|
@@ -33514,7 +33514,7 @@
|
|
|
33514
33514
|
"type": {
|
|
33515
33515
|
"text": "PopoverPlacement"
|
|
33516
33516
|
},
|
|
33517
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
33517
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
33518
33518
|
"default": "'top'",
|
|
33519
33519
|
"fieldName": "toggletipPlacement",
|
|
33520
33520
|
"inheritedFrom": {
|
|
@@ -33527,7 +33527,7 @@
|
|
|
33527
33527
|
"type": {
|
|
33528
33528
|
"text": "PopoverStrategy"
|
|
33529
33529
|
},
|
|
33530
|
-
"description": "The strategy
|
|
33530
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
33531
33531
|
"default": "'absolute'",
|
|
33532
33532
|
"fieldName": "toggletipStrategy",
|
|
33533
33533
|
"inheritedFrom": {
|
|
@@ -35853,7 +35853,7 @@
|
|
|
35853
35853
|
"type": {
|
|
35854
35854
|
"text": "PopoverPlacement"
|
|
35855
35855
|
},
|
|
35856
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
35856
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
35857
35857
|
"default": "'top'",
|
|
35858
35858
|
"attribute": "toggletip-placement",
|
|
35859
35859
|
"reflects": true,
|
|
@@ -35868,7 +35868,7 @@
|
|
|
35868
35868
|
"type": {
|
|
35869
35869
|
"text": "PopoverStrategy"
|
|
35870
35870
|
},
|
|
35871
|
-
"description": "The strategy
|
|
35871
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
35872
35872
|
"default": "'absolute'",
|
|
35873
35873
|
"attribute": "toggletip-strategy",
|
|
35874
35874
|
"reflects": true,
|
|
@@ -35883,7 +35883,7 @@
|
|
|
35883
35883
|
"type": {
|
|
35884
35884
|
"text": "string | undefined"
|
|
35885
35885
|
},
|
|
35886
|
-
"description": "The toggletip text that is displayed when the
|
|
35886
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
35887
35887
|
"attribute": "toggletip-text",
|
|
35888
35888
|
"reflects": true,
|
|
35889
35889
|
"inheritedFrom": {
|
|
@@ -36023,7 +36023,7 @@
|
|
|
36023
36023
|
"type": {
|
|
36024
36024
|
"text": "string | undefined"
|
|
36025
36025
|
},
|
|
36026
|
-
"description": "The toggletip text that is displayed when the
|
|
36026
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
36027
36027
|
"fieldName": "toggletipText",
|
|
36028
36028
|
"inheritedFrom": {
|
|
36029
36029
|
"name": "FormfieldWrapper",
|
|
@@ -36035,7 +36035,7 @@
|
|
|
36035
36035
|
"type": {
|
|
36036
36036
|
"text": "PopoverPlacement"
|
|
36037
36037
|
},
|
|
36038
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
36038
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
36039
36039
|
"default": "'top'",
|
|
36040
36040
|
"fieldName": "toggletipPlacement",
|
|
36041
36041
|
"inheritedFrom": {
|
|
@@ -36048,7 +36048,7 @@
|
|
|
36048
36048
|
"type": {
|
|
36049
36049
|
"text": "PopoverStrategy"
|
|
36050
36050
|
},
|
|
36051
|
-
"description": "The strategy
|
|
36051
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
36052
36052
|
"default": "'absolute'",
|
|
36053
36053
|
"fieldName": "toggletipStrategy",
|
|
36054
36054
|
"inheritedFrom": {
|
|
@@ -36615,7 +36615,7 @@
|
|
|
36615
36615
|
"type": {
|
|
36616
36616
|
"text": "PopoverPlacement"
|
|
36617
36617
|
},
|
|
36618
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
36618
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
36619
36619
|
"default": "'top'",
|
|
36620
36620
|
"attribute": "toggletip-placement",
|
|
36621
36621
|
"reflects": true,
|
|
@@ -36630,7 +36630,7 @@
|
|
|
36630
36630
|
"type": {
|
|
36631
36631
|
"text": "PopoverStrategy"
|
|
36632
36632
|
},
|
|
36633
|
-
"description": "The strategy
|
|
36633
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
36634
36634
|
"default": "'absolute'",
|
|
36635
36635
|
"attribute": "toggletip-strategy",
|
|
36636
36636
|
"reflects": true,
|
|
@@ -36645,7 +36645,7 @@
|
|
|
36645
36645
|
"type": {
|
|
36646
36646
|
"text": "string | undefined"
|
|
36647
36647
|
},
|
|
36648
|
-
"description": "The toggletip text that is displayed when the
|
|
36648
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
36649
36649
|
"attribute": "toggletip-text",
|
|
36650
36650
|
"reflects": true,
|
|
36651
36651
|
"inheritedFrom": {
|
|
@@ -36812,7 +36812,7 @@
|
|
|
36812
36812
|
"type": {
|
|
36813
36813
|
"text": "string | undefined"
|
|
36814
36814
|
},
|
|
36815
|
-
"description": "The toggletip text that is displayed when the
|
|
36815
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
36816
36816
|
"fieldName": "toggletipText",
|
|
36817
36817
|
"inheritedFrom": {
|
|
36818
36818
|
"name": "FormfieldWrapper",
|
|
@@ -36824,7 +36824,7 @@
|
|
|
36824
36824
|
"type": {
|
|
36825
36825
|
"text": "PopoverPlacement"
|
|
36826
36826
|
},
|
|
36827
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
36827
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
36828
36828
|
"default": "'top'",
|
|
36829
36829
|
"fieldName": "toggletipPlacement",
|
|
36830
36830
|
"inheritedFrom": {
|
|
@@ -36837,7 +36837,7 @@
|
|
|
36837
36837
|
"type": {
|
|
36838
36838
|
"text": "PopoverStrategy"
|
|
36839
36839
|
},
|
|
36840
|
-
"description": "The strategy
|
|
36840
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
36841
36841
|
"default": "'absolute'",
|
|
36842
36842
|
"fieldName": "toggletipStrategy",
|
|
36843
36843
|
"inheritedFrom": {
|
|
@@ -37471,7 +37471,7 @@
|
|
|
37471
37471
|
"type": {
|
|
37472
37472
|
"text": "PopoverPlacement"
|
|
37473
37473
|
},
|
|
37474
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
37474
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
37475
37475
|
"default": "'top'",
|
|
37476
37476
|
"attribute": "toggletip-placement",
|
|
37477
37477
|
"reflects": true,
|
|
@@ -37486,7 +37486,7 @@
|
|
|
37486
37486
|
"type": {
|
|
37487
37487
|
"text": "PopoverStrategy"
|
|
37488
37488
|
},
|
|
37489
|
-
"description": "The strategy
|
|
37489
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
37490
37490
|
"default": "'absolute'",
|
|
37491
37491
|
"attribute": "toggletip-strategy",
|
|
37492
37492
|
"reflects": true,
|
|
@@ -37501,7 +37501,7 @@
|
|
|
37501
37501
|
"type": {
|
|
37502
37502
|
"text": "string | undefined"
|
|
37503
37503
|
},
|
|
37504
|
-
"description": "The toggletip text that is displayed when the
|
|
37504
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
37505
37505
|
"attribute": "toggletip-text",
|
|
37506
37506
|
"reflects": true,
|
|
37507
37507
|
"inheritedFrom": {
|
|
@@ -37750,7 +37750,7 @@
|
|
|
37750
37750
|
"type": {
|
|
37751
37751
|
"text": "string | undefined"
|
|
37752
37752
|
},
|
|
37753
|
-
"description": "The toggletip text that is displayed when the
|
|
37753
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
37754
37754
|
"fieldName": "toggletipText",
|
|
37755
37755
|
"inheritedFrom": {
|
|
37756
37756
|
"name": "FormfieldWrapper",
|
|
@@ -37762,7 +37762,7 @@
|
|
|
37762
37762
|
"type": {
|
|
37763
37763
|
"text": "PopoverPlacement"
|
|
37764
37764
|
},
|
|
37765
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
37765
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
37766
37766
|
"default": "'top'",
|
|
37767
37767
|
"fieldName": "toggletipPlacement",
|
|
37768
37768
|
"inheritedFrom": {
|
|
@@ -37775,7 +37775,7 @@
|
|
|
37775
37775
|
"type": {
|
|
37776
37776
|
"text": "PopoverStrategy"
|
|
37777
37777
|
},
|
|
37778
|
-
"description": "The strategy
|
|
37778
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
37779
37779
|
"default": "'absolute'",
|
|
37780
37780
|
"fieldName": "toggletipStrategy",
|
|
37781
37781
|
"inheritedFrom": {
|
|
@@ -38200,7 +38200,7 @@
|
|
|
38200
38200
|
"type": {
|
|
38201
38201
|
"text": "PopoverPlacement"
|
|
38202
38202
|
},
|
|
38203
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
38203
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
38204
38204
|
"default": "'top'",
|
|
38205
38205
|
"attribute": "toggletip-placement",
|
|
38206
38206
|
"reflects": true,
|
|
@@ -38215,7 +38215,7 @@
|
|
|
38215
38215
|
"type": {
|
|
38216
38216
|
"text": "PopoverStrategy"
|
|
38217
38217
|
},
|
|
38218
|
-
"description": "The strategy
|
|
38218
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
38219
38219
|
"default": "'absolute'",
|
|
38220
38220
|
"attribute": "toggletip-strategy",
|
|
38221
38221
|
"reflects": true,
|
|
@@ -38230,7 +38230,7 @@
|
|
|
38230
38230
|
"type": {
|
|
38231
38231
|
"text": "string | undefined"
|
|
38232
38232
|
},
|
|
38233
|
-
"description": "The toggletip text that is displayed when the
|
|
38233
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
38234
38234
|
"attribute": "toggletip-text",
|
|
38235
38235
|
"reflects": true,
|
|
38236
38236
|
"inheritedFrom": {
|
|
@@ -38330,7 +38330,7 @@
|
|
|
38330
38330
|
"type": {
|
|
38331
38331
|
"text": "string | undefined"
|
|
38332
38332
|
},
|
|
38333
|
-
"description": "The toggletip text that is displayed when the
|
|
38333
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
38334
38334
|
"fieldName": "toggletipText",
|
|
38335
38335
|
"inheritedFrom": {
|
|
38336
38336
|
"name": "FormfieldWrapper",
|
|
@@ -38342,7 +38342,7 @@
|
|
|
38342
38342
|
"type": {
|
|
38343
38343
|
"text": "PopoverPlacement"
|
|
38344
38344
|
},
|
|
38345
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
38345
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
38346
38346
|
"default": "'top'",
|
|
38347
38347
|
"fieldName": "toggletipPlacement",
|
|
38348
38348
|
"inheritedFrom": {
|
|
@@ -38355,7 +38355,7 @@
|
|
|
38355
38355
|
"type": {
|
|
38356
38356
|
"text": "PopoverStrategy"
|
|
38357
38357
|
},
|
|
38358
|
-
"description": "The strategy
|
|
38358
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
38359
38359
|
"default": "'absolute'",
|
|
38360
38360
|
"fieldName": "toggletipStrategy",
|
|
38361
38361
|
"inheritedFrom": {
|
|
@@ -39733,7 +39733,7 @@
|
|
|
39733
39733
|
"type": {
|
|
39734
39734
|
"text": "PopoverPlacement"
|
|
39735
39735
|
},
|
|
39736
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
39736
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
39737
39737
|
"default": "'top'",
|
|
39738
39738
|
"attribute": "toggletip-placement",
|
|
39739
39739
|
"reflects": true,
|
|
@@ -39748,7 +39748,7 @@
|
|
|
39748
39748
|
"type": {
|
|
39749
39749
|
"text": "PopoverStrategy"
|
|
39750
39750
|
},
|
|
39751
|
-
"description": "The strategy
|
|
39751
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
39752
39752
|
"default": "'absolute'",
|
|
39753
39753
|
"attribute": "toggletip-strategy",
|
|
39754
39754
|
"reflects": true,
|
|
@@ -39763,7 +39763,7 @@
|
|
|
39763
39763
|
"type": {
|
|
39764
39764
|
"text": "string | undefined"
|
|
39765
39765
|
},
|
|
39766
|
-
"description": "The toggletip text that is displayed when the
|
|
39766
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
39767
39767
|
"attribute": "toggletip-text",
|
|
39768
39768
|
"reflects": true,
|
|
39769
39769
|
"inheritedFrom": {
|
|
@@ -40225,7 +40225,7 @@
|
|
|
40225
40225
|
"type": {
|
|
40226
40226
|
"text": "string | undefined"
|
|
40227
40227
|
},
|
|
40228
|
-
"description": "The toggletip text that is displayed when the
|
|
40228
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
40229
40229
|
"fieldName": "toggletipText",
|
|
40230
40230
|
"inheritedFrom": {
|
|
40231
40231
|
"name": "FormfieldWrapper",
|
|
@@ -40237,7 +40237,7 @@
|
|
|
40237
40237
|
"type": {
|
|
40238
40238
|
"text": "PopoverPlacement"
|
|
40239
40239
|
},
|
|
40240
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
40240
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
40241
40241
|
"default": "'top'",
|
|
40242
40242
|
"fieldName": "toggletipPlacement",
|
|
40243
40243
|
"inheritedFrom": {
|
|
@@ -40250,7 +40250,7 @@
|
|
|
40250
40250
|
"type": {
|
|
40251
40251
|
"text": "PopoverStrategy"
|
|
40252
40252
|
},
|
|
40253
|
-
"description": "The strategy
|
|
40253
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
40254
40254
|
"default": "'absolute'",
|
|
40255
40255
|
"fieldName": "toggletipStrategy",
|
|
40256
40256
|
"inheritedFrom": {
|
|
@@ -41267,7 +41267,7 @@
|
|
|
41267
41267
|
"type": {
|
|
41268
41268
|
"text": "PopoverPlacement"
|
|
41269
41269
|
},
|
|
41270
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
41270
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
41271
41271
|
"default": "'top'",
|
|
41272
41272
|
"attribute": "toggletip-placement",
|
|
41273
41273
|
"reflects": true,
|
|
@@ -41282,7 +41282,7 @@
|
|
|
41282
41282
|
"type": {
|
|
41283
41283
|
"text": "PopoverStrategy"
|
|
41284
41284
|
},
|
|
41285
|
-
"description": "The strategy
|
|
41285
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
41286
41286
|
"default": "'absolute'",
|
|
41287
41287
|
"attribute": "toggletip-strategy",
|
|
41288
41288
|
"reflects": true,
|
|
@@ -41297,7 +41297,7 @@
|
|
|
41297
41297
|
"type": {
|
|
41298
41298
|
"text": "string | undefined"
|
|
41299
41299
|
},
|
|
41300
|
-
"description": "The toggletip text that is displayed when the
|
|
41300
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
41301
41301
|
"attribute": "toggletip-text",
|
|
41302
41302
|
"reflects": true,
|
|
41303
41303
|
"inheritedFrom": {
|
|
@@ -41797,7 +41797,7 @@
|
|
|
41797
41797
|
"type": {
|
|
41798
41798
|
"text": "string | undefined"
|
|
41799
41799
|
},
|
|
41800
|
-
"description": "The toggletip text that is displayed when the
|
|
41800
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
41801
41801
|
"fieldName": "toggletipText",
|
|
41802
41802
|
"inheritedFrom": {
|
|
41803
41803
|
"name": "FormfieldWrapper",
|
|
@@ -41809,7 +41809,7 @@
|
|
|
41809
41809
|
"type": {
|
|
41810
41810
|
"text": "PopoverPlacement"
|
|
41811
41811
|
},
|
|
41812
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
41812
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
41813
41813
|
"default": "'top'",
|
|
41814
41814
|
"fieldName": "toggletipPlacement",
|
|
41815
41815
|
"inheritedFrom": {
|
|
@@ -41822,7 +41822,7 @@
|
|
|
41822
41822
|
"type": {
|
|
41823
41823
|
"text": "PopoverStrategy"
|
|
41824
41824
|
},
|
|
41825
|
-
"description": "The strategy
|
|
41825
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
41826
41826
|
"default": "'absolute'",
|
|
41827
41827
|
"fieldName": "toggletipStrategy",
|
|
41828
41828
|
"inheritedFrom": {
|
|
@@ -42851,7 +42851,7 @@
|
|
|
42851
42851
|
"type": {
|
|
42852
42852
|
"text": "PopoverPlacement"
|
|
42853
42853
|
},
|
|
42854
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
42854
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
42855
42855
|
"default": "'top'",
|
|
42856
42856
|
"attribute": "toggletip-placement",
|
|
42857
42857
|
"reflects": true,
|
|
@@ -42866,7 +42866,7 @@
|
|
|
42866
42866
|
"type": {
|
|
42867
42867
|
"text": "PopoverStrategy"
|
|
42868
42868
|
},
|
|
42869
|
-
"description": "The strategy
|
|
42869
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
42870
42870
|
"default": "'absolute'",
|
|
42871
42871
|
"attribute": "toggletip-strategy",
|
|
42872
42872
|
"reflects": true,
|
|
@@ -42881,7 +42881,7 @@
|
|
|
42881
42881
|
"type": {
|
|
42882
42882
|
"text": "string | undefined"
|
|
42883
42883
|
},
|
|
42884
|
-
"description": "The toggletip text that is displayed when the
|
|
42884
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
42885
42885
|
"attribute": "toggletip-text",
|
|
42886
42886
|
"reflects": true,
|
|
42887
42887
|
"inheritedFrom": {
|
|
@@ -43187,7 +43187,7 @@
|
|
|
43187
43187
|
"type": {
|
|
43188
43188
|
"text": "string | undefined"
|
|
43189
43189
|
},
|
|
43190
|
-
"description": "The toggletip text that is displayed when the
|
|
43190
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
43191
43191
|
"fieldName": "toggletipText",
|
|
43192
43192
|
"inheritedFrom": {
|
|
43193
43193
|
"name": "FormfieldWrapper",
|
|
@@ -43199,7 +43199,7 @@
|
|
|
43199
43199
|
"type": {
|
|
43200
43200
|
"text": "PopoverPlacement"
|
|
43201
43201
|
},
|
|
43202
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
43202
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
43203
43203
|
"default": "'top'",
|
|
43204
43204
|
"fieldName": "toggletipPlacement",
|
|
43205
43205
|
"inheritedFrom": {
|
|
@@ -43212,7 +43212,7 @@
|
|
|
43212
43212
|
"type": {
|
|
43213
43213
|
"text": "PopoverStrategy"
|
|
43214
43214
|
},
|
|
43215
|
-
"description": "The strategy
|
|
43215
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
43216
43216
|
"default": "'absolute'",
|
|
43217
43217
|
"fieldName": "toggletipStrategy",
|
|
43218
43218
|
"inheritedFrom": {
|
|
@@ -45138,55 +45138,51 @@
|
|
|
45138
45138
|
"declarations": [
|
|
45139
45139
|
{
|
|
45140
45140
|
"kind": "class",
|
|
45141
|
-
"description": "
|
|
45141
|
+
"description": "The StaticToggle is a decorative component that visually represents a toggle switch without interactive functionality.\nIt is primarily used for display purposes or as a building block within custom interactive components.\nThis component shares the same visual styling as the interactive `mdc-toggle` component.",
|
|
45142
45142
|
"name": "StaticToggle",
|
|
45143
45143
|
"cssProperties": [
|
|
45144
45144
|
{
|
|
45145
|
-
"description": "The width of the toggle",
|
|
45146
|
-
"name": "--mdc-
|
|
45145
|
+
"description": "The width of the static toggle.",
|
|
45146
|
+
"name": "--mdc-statictoggle-width"
|
|
45147
45147
|
},
|
|
45148
45148
|
{
|
|
45149
|
-
"description": "The height of the toggle",
|
|
45150
|
-
"name": "--mdc-
|
|
45149
|
+
"description": "The height of the static toggle.",
|
|
45150
|
+
"name": "--mdc-statictoggle-height"
|
|
45151
45151
|
},
|
|
45152
45152
|
{
|
|
45153
|
-
"description": "The border radius of the toggle",
|
|
45154
|
-
"name": "--mdc-
|
|
45153
|
+
"description": "The border radius of the static toggle.",
|
|
45154
|
+
"name": "--mdc-statictoggle-border-radius"
|
|
45155
45155
|
},
|
|
45156
45156
|
{
|
|
45157
|
-
"description": "The border color of the toggle",
|
|
45158
|
-
"name": "--mdc-
|
|
45157
|
+
"description": "The border color of the static toggle.",
|
|
45158
|
+
"name": "--mdc-statictoggle-border-color"
|
|
45159
45159
|
},
|
|
45160
45160
|
{
|
|
45161
|
-
"description": "The background color of the toggle",
|
|
45162
|
-
"name": "--mdc-
|
|
45161
|
+
"description": "The background color of the static toggle.",
|
|
45162
|
+
"name": "--mdc-statictoggle-background-color"
|
|
45163
45163
|
},
|
|
45164
45164
|
{
|
|
45165
|
-
"description": "The icon color of the toggle",
|
|
45166
|
-
"name": "--mdc-
|
|
45165
|
+
"description": "The icon color of the static toggle.",
|
|
45166
|
+
"name": "--mdc-statictoggle-icon-color"
|
|
45167
45167
|
},
|
|
45168
45168
|
{
|
|
45169
|
-
"description": "The icon background color of the toggle",
|
|
45170
|
-
"name": "--mdc-
|
|
45169
|
+
"description": "The icon background color of the static toggle.",
|
|
45170
|
+
"name": "--mdc-statictoggle-icon-background-color"
|
|
45171
45171
|
}
|
|
45172
45172
|
],
|
|
45173
45173
|
"cssParts": [
|
|
45174
45174
|
{
|
|
45175
|
-
"description": "The slider part of the toggle",
|
|
45175
|
+
"description": "The slider part of the toggle.",
|
|
45176
45176
|
"name": "slider"
|
|
45177
45177
|
},
|
|
45178
45178
|
{
|
|
45179
|
-
"description": "The icon part of the toggle",
|
|
45179
|
+
"description": "The icon part of the toggle.",
|
|
45180
45180
|
"name": "toggle-icon"
|
|
45181
45181
|
}
|
|
45182
45182
|
],
|
|
45183
45183
|
"slots": [
|
|
45184
45184
|
{
|
|
45185
|
-
"description": "
|
|
45186
|
-
"name": "default"
|
|
45187
|
-
},
|
|
45188
|
-
{
|
|
45189
|
-
"description": "Default slot for adding label text.",
|
|
45185
|
+
"description": "Default slot for slotted content (typically used by parent `mdc-toggle` for the checkbox input).",
|
|
45190
45186
|
"name": ""
|
|
45191
45187
|
}
|
|
45192
45188
|
],
|
|
@@ -45198,7 +45194,7 @@
|
|
|
45198
45194
|
"text": "boolean"
|
|
45199
45195
|
},
|
|
45200
45196
|
"default": "false",
|
|
45201
|
-
"description": "
|
|
45197
|
+
"description": "Controls the visual state of the toggle.\nWhen true, the toggle appears in the \"on\" or \"active\" state.\nWhen false, the toggle appears in the \"off\" or \"inactive\" state.",
|
|
45202
45198
|
"attribute": "checked",
|
|
45203
45199
|
"reflects": true
|
|
45204
45200
|
},
|
|
@@ -45224,7 +45220,7 @@
|
|
|
45224
45220
|
"text": "boolean"
|
|
45225
45221
|
},
|
|
45226
45222
|
"default": "false",
|
|
45227
|
-
"description": "
|
|
45223
|
+
"description": "When true, the toggle appears in a read-only visual state.\nThis is a decorative property that changes the visual appearance only.",
|
|
45228
45224
|
"attribute": "readonly",
|
|
45229
45225
|
"reflects": true
|
|
45230
45226
|
},
|
|
@@ -45234,7 +45230,7 @@
|
|
|
45234
45230
|
"type": {
|
|
45235
45231
|
"text": "ToggleSize"
|
|
45236
45232
|
},
|
|
45237
|
-
"description": "
|
|
45233
|
+
"description": "Specifies the size of the toggle component.\n- **default**: Standard size with 1.5rem height\n- **compact**: Smaller size with 1rem height",
|
|
45238
45234
|
"default": "default",
|
|
45239
45235
|
"attribute": "size",
|
|
45240
45236
|
"reflects": true
|
|
@@ -45246,7 +45242,7 @@
|
|
|
45246
45242
|
"text": "boolean"
|
|
45247
45243
|
},
|
|
45248
45244
|
"default": "false",
|
|
45249
|
-
"description": "
|
|
45245
|
+
"description": "When true, the toggle appears in a soft-disabled visual state.\nSoft-disabled elements maintain visual presence but appear non-interactive.\nThis is a decorative property that changes the visual appearance only.",
|
|
45250
45246
|
"attribute": "soft-disabled",
|
|
45251
45247
|
"reflects": true
|
|
45252
45248
|
}
|
|
@@ -45258,7 +45254,7 @@
|
|
|
45258
45254
|
"text": "boolean"
|
|
45259
45255
|
},
|
|
45260
45256
|
"default": "false",
|
|
45261
|
-
"description": "
|
|
45257
|
+
"description": "Controls the visual state of the toggle.\nWhen true, the toggle appears in the \"on\" or \"active\" state.\nWhen false, the toggle appears in the \"off\" or \"inactive\" state.",
|
|
45262
45258
|
"fieldName": "checked"
|
|
45263
45259
|
},
|
|
45264
45260
|
{
|
|
@@ -45266,7 +45262,7 @@
|
|
|
45266
45262
|
"type": {
|
|
45267
45263
|
"text": "ToggleSize"
|
|
45268
45264
|
},
|
|
45269
|
-
"description": "
|
|
45265
|
+
"description": "Specifies the size of the toggle component.\n- **default**: Standard size with 1.5rem height\n- **compact**: Smaller size with 1rem height",
|
|
45270
45266
|
"default": "default",
|
|
45271
45267
|
"fieldName": "size"
|
|
45272
45268
|
},
|
|
@@ -45276,7 +45272,7 @@
|
|
|
45276
45272
|
"text": "boolean"
|
|
45277
45273
|
},
|
|
45278
45274
|
"default": "false",
|
|
45279
|
-
"description": "
|
|
45275
|
+
"description": "When true, the toggle appears in a read-only visual state.\nThis is a decorative property that changes the visual appearance only.",
|
|
45280
45276
|
"fieldName": "readonly"
|
|
45281
45277
|
},
|
|
45282
45278
|
{
|
|
@@ -45285,7 +45281,7 @@
|
|
|
45285
45281
|
"text": "boolean"
|
|
45286
45282
|
},
|
|
45287
45283
|
"default": "false",
|
|
45288
|
-
"description": "
|
|
45284
|
+
"description": "When true, the toggle appears in a soft-disabled visual state.\nSoft-disabled elements maintain visual presence but appear non-interactive.\nThis is a decorative property that changes the visual appearance only.",
|
|
45289
45285
|
"fieldName": "softDisabled"
|
|
45290
45286
|
},
|
|
45291
45287
|
{
|
|
@@ -45313,7 +45309,7 @@
|
|
|
45313
45309
|
"module": "/src/models"
|
|
45314
45310
|
},
|
|
45315
45311
|
"tagName": "mdc-statictoggle",
|
|
45316
|
-
"jsDoc": "/**\n *
|
|
45312
|
+
"jsDoc": "/**\n * The StaticToggle is a decorative component that visually represents a toggle switch without interactive functionality.\n * It is primarily used for display purposes or as a building block within custom interactive components.\n * This component shares the same visual styling as the interactive `mdc-toggle` component.\n *\n * @dependency mdc-icon\n *\n * @tagname mdc-statictoggle\n *\n * @slot - Default slot for slotted content (typically used by parent `mdc-toggle` for the checkbox input).\n *\n * @cssproperty --mdc-statictoggle-width - The width of the static toggle.\n * @cssproperty --mdc-statictoggle-height - The height of the static toggle.\n * @cssproperty --mdc-statictoggle-border-radius - The border radius of the static toggle.\n * @cssproperty --mdc-statictoggle-border-color - The border color of the static toggle.\n * @cssproperty --mdc-statictoggle-background-color - The background color of the static toggle.\n * @cssproperty --mdc-statictoggle-icon-color - The icon color of the static toggle.\n * @cssproperty --mdc-statictoggle-icon-background-color - The icon background color of the static toggle.\n *\n * @csspart slider - The slider part of the toggle.\n * @csspart toggle-icon - The icon part of the toggle.\n */",
|
|
45317
45313
|
"customElement": true
|
|
45318
45314
|
}
|
|
45319
45315
|
],
|
|
@@ -47526,7 +47522,7 @@
|
|
|
47526
47522
|
"type": {
|
|
47527
47523
|
"text": "PopoverPlacement"
|
|
47528
47524
|
},
|
|
47529
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
47525
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
47530
47526
|
"default": "'top'",
|
|
47531
47527
|
"attribute": "toggletip-placement",
|
|
47532
47528
|
"reflects": true,
|
|
@@ -47541,7 +47537,7 @@
|
|
|
47541
47537
|
"type": {
|
|
47542
47538
|
"text": "PopoverStrategy"
|
|
47543
47539
|
},
|
|
47544
|
-
"description": "The strategy
|
|
47540
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
47545
47541
|
"default": "'absolute'",
|
|
47546
47542
|
"attribute": "toggletip-strategy",
|
|
47547
47543
|
"reflects": true,
|
|
@@ -47556,7 +47552,7 @@
|
|
|
47556
47552
|
"type": {
|
|
47557
47553
|
"text": "string | undefined"
|
|
47558
47554
|
},
|
|
47559
|
-
"description": "The toggletip text that is displayed when the
|
|
47555
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
47560
47556
|
"attribute": "toggletip-text",
|
|
47561
47557
|
"reflects": true,
|
|
47562
47558
|
"inheritedFrom": {
|
|
@@ -47915,7 +47911,7 @@
|
|
|
47915
47911
|
"type": {
|
|
47916
47912
|
"text": "string | undefined"
|
|
47917
47913
|
},
|
|
47918
|
-
"description": "The toggletip text that is displayed when the
|
|
47914
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
47919
47915
|
"fieldName": "toggletipText",
|
|
47920
47916
|
"inheritedFrom": {
|
|
47921
47917
|
"name": "FormfieldWrapper",
|
|
@@ -47927,7 +47923,7 @@
|
|
|
47927
47923
|
"type": {
|
|
47928
47924
|
"text": "PopoverPlacement"
|
|
47929
47925
|
},
|
|
47930
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
47926
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
47931
47927
|
"default": "'top'",
|
|
47932
47928
|
"fieldName": "toggletipPlacement",
|
|
47933
47929
|
"inheritedFrom": {
|
|
@@ -47940,7 +47936,7 @@
|
|
|
47940
47936
|
"type": {
|
|
47941
47937
|
"text": "PopoverStrategy"
|
|
47942
47938
|
},
|
|
47943
|
-
"description": "The strategy
|
|
47939
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
47944
47940
|
"default": "'absolute'",
|
|
47945
47941
|
"fieldName": "toggletipStrategy",
|
|
47946
47942
|
"inheritedFrom": {
|
|
@@ -48527,110 +48523,8 @@
|
|
|
48527
48523
|
"declarations": [
|
|
48528
48524
|
{
|
|
48529
48525
|
"kind": "class",
|
|
48530
|
-
"description": "Toggle
|
|
48526
|
+
"description": "The Toggle component is an interactive control used to switch between two mutually exclusive states,\nsuch as On/Off or Active/Inactive. It is commonly used in settings panels, forms, and preference selections\nwhere users need to enable or disable a feature.\n\nTo create a group of toggles, use the `mdc-formfieldgroup` component.\n\n**Note:** This component internally renders a native checkbox input element styled as a toggle switch.\n\n## When to use\nUse toggles for binary choices where the change takes effect immediately, such as enabling/disabling settings or features.\n\n## Accessibility\n- Provide clear labels that describe what the toggle controls\n- Use `data-aria-label` when a visual label is not present\n- Keyboard navigation: Space to toggle, Tab to navigate, Enter to submit form\n\n## Styling\nUse the `static-toggle` part to apply custom styles to the toggle switch visual element.\nThis part exposes the underlying [StaticToggle](?path=/docs/components-decorator-statictoggle--docs) component for advanced styling.",
|
|
48531
48527
|
"name": "Toggle",
|
|
48532
|
-
"cssProperties": [
|
|
48533
|
-
{
|
|
48534
|
-
"description": "The width of the toggle",
|
|
48535
|
-
"name": "--mdc-toggle-width"
|
|
48536
|
-
},
|
|
48537
|
-
{
|
|
48538
|
-
"description": "The height of the toggle",
|
|
48539
|
-
"name": "--mdc-toggle-height"
|
|
48540
|
-
},
|
|
48541
|
-
{
|
|
48542
|
-
"description": "The border radius of the toggle",
|
|
48543
|
-
"name": "--mdc-toggle-border-radius"
|
|
48544
|
-
},
|
|
48545
|
-
{
|
|
48546
|
-
"description": "The border color of the toggle",
|
|
48547
|
-
"name": "--mdc-toggle-border-color"
|
|
48548
|
-
},
|
|
48549
|
-
{
|
|
48550
|
-
"description": "The background color of the toggle",
|
|
48551
|
-
"name": "--mdc-toggle-background-color"
|
|
48552
|
-
},
|
|
48553
|
-
{
|
|
48554
|
-
"description": "The icon color of the toggle",
|
|
48555
|
-
"name": "--mdc-toggle-icon-color"
|
|
48556
|
-
},
|
|
48557
|
-
{
|
|
48558
|
-
"description": "The icon background color of the toggle",
|
|
48559
|
-
"name": "--mdc-toggle-icon-background-color"
|
|
48560
|
-
},
|
|
48561
|
-
{
|
|
48562
|
-
"description": "Font size for the label text.",
|
|
48563
|
-
"name": "--mdc-label-font-size",
|
|
48564
|
-
"inheritedFrom": {
|
|
48565
|
-
"name": "FormfieldWrapper",
|
|
48566
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48567
|
-
}
|
|
48568
|
-
},
|
|
48569
|
-
{
|
|
48570
|
-
"description": "Font weight for the label text.",
|
|
48571
|
-
"name": "--mdc-label-font-weight",
|
|
48572
|
-
"inheritedFrom": {
|
|
48573
|
-
"name": "FormfieldWrapper",
|
|
48574
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48575
|
-
}
|
|
48576
|
-
},
|
|
48577
|
-
{
|
|
48578
|
-
"description": "Line height for the label text.",
|
|
48579
|
-
"name": "--mdc-label-line-height",
|
|
48580
|
-
"inheritedFrom": {
|
|
48581
|
-
"name": "FormfieldWrapper",
|
|
48582
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48583
|
-
}
|
|
48584
|
-
},
|
|
48585
|
-
{
|
|
48586
|
-
"description": "Color for the label text.",
|
|
48587
|
-
"name": "--mdc-label-color",
|
|
48588
|
-
"inheritedFrom": {
|
|
48589
|
-
"name": "FormfieldWrapper",
|
|
48590
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48591
|
-
}
|
|
48592
|
-
},
|
|
48593
|
-
{
|
|
48594
|
-
"description": "Font size for the help text.",
|
|
48595
|
-
"name": "--mdc-help-text-font-size",
|
|
48596
|
-
"inheritedFrom": {
|
|
48597
|
-
"name": "FormfieldWrapper",
|
|
48598
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48599
|
-
}
|
|
48600
|
-
},
|
|
48601
|
-
{
|
|
48602
|
-
"description": "Font weight for the help text.",
|
|
48603
|
-
"name": "--mdc-help-text-font-weight",
|
|
48604
|
-
"inheritedFrom": {
|
|
48605
|
-
"name": "FormfieldWrapper",
|
|
48606
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48607
|
-
}
|
|
48608
|
-
},
|
|
48609
|
-
{
|
|
48610
|
-
"description": "Line height for the help text.",
|
|
48611
|
-
"name": "--mdc-help-text-line-height",
|
|
48612
|
-
"inheritedFrom": {
|
|
48613
|
-
"name": "FormfieldWrapper",
|
|
48614
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48615
|
-
}
|
|
48616
|
-
},
|
|
48617
|
-
{
|
|
48618
|
-
"description": "Color for the help text.",
|
|
48619
|
-
"name": "--mdc-help-text-color",
|
|
48620
|
-
"inheritedFrom": {
|
|
48621
|
-
"name": "FormfieldWrapper",
|
|
48622
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48623
|
-
}
|
|
48624
|
-
},
|
|
48625
|
-
{
|
|
48626
|
-
"description": "Color for the required indicator text.",
|
|
48627
|
-
"name": "--mdc-required-indicator-color",
|
|
48628
|
-
"inheritedFrom": {
|
|
48629
|
-
"name": "FormfieldWrapper",
|
|
48630
|
-
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
48631
|
-
}
|
|
48632
|
-
}
|
|
48633
|
-
],
|
|
48634
48528
|
"cssParts": [
|
|
48635
48529
|
{
|
|
48636
48530
|
"description": "The label element.",
|
|
@@ -48697,11 +48591,11 @@
|
|
|
48697
48591
|
}
|
|
48698
48592
|
},
|
|
48699
48593
|
{
|
|
48700
|
-
"description": "The
|
|
48594
|
+
"description": "The statictoggle that provides the visual toggle switch appearance.",
|
|
48701
48595
|
"name": "static-toggle"
|
|
48702
48596
|
},
|
|
48703
48597
|
{
|
|
48704
|
-
"description": "The native checkbox input element
|
|
48598
|
+
"description": "The native checkbox input element that provides the interactive functionality.",
|
|
48705
48599
|
"name": "toggle-input"
|
|
48706
48600
|
}
|
|
48707
48601
|
],
|
|
@@ -48728,7 +48622,7 @@
|
|
|
48728
48622
|
"text": "boolean"
|
|
48729
48623
|
},
|
|
48730
48624
|
"default": "false",
|
|
48731
|
-
"description": "
|
|
48625
|
+
"description": "Controls the state of the toggle switch.\nWhen true, the toggle is in the \"on\" or \"active\" state.\nWhen false, the toggle is in the \"off\" or \"inactive\" state.",
|
|
48732
48626
|
"attribute": "checked",
|
|
48733
48627
|
"reflects": true
|
|
48734
48628
|
},
|
|
@@ -48775,40 +48669,6 @@
|
|
|
48775
48669
|
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
48776
48670
|
}
|
|
48777
48671
|
},
|
|
48778
|
-
{
|
|
48779
|
-
"kind": "method",
|
|
48780
|
-
"name": "handleChange",
|
|
48781
|
-
"privacy": "private",
|
|
48782
|
-
"parameters": [
|
|
48783
|
-
{
|
|
48784
|
-
"name": "event",
|
|
48785
|
-
"type": {
|
|
48786
|
-
"text": "Event"
|
|
48787
|
-
}
|
|
48788
|
-
}
|
|
48789
|
-
],
|
|
48790
|
-
"description": "Toggles the state of the toggle element.\nand dispatch the new change event."
|
|
48791
|
-
},
|
|
48792
|
-
{
|
|
48793
|
-
"kind": "method",
|
|
48794
|
-
"name": "handleKeyDown",
|
|
48795
|
-
"privacy": "private",
|
|
48796
|
-
"return": {
|
|
48797
|
-
"type": {
|
|
48798
|
-
"text": "void"
|
|
48799
|
-
}
|
|
48800
|
-
},
|
|
48801
|
-
"parameters": [
|
|
48802
|
-
{
|
|
48803
|
-
"name": "event",
|
|
48804
|
-
"type": {
|
|
48805
|
-
"text": "KeyboardEvent"
|
|
48806
|
-
},
|
|
48807
|
-
"description": "The keyboard event."
|
|
48808
|
-
}
|
|
48809
|
-
],
|
|
48810
|
-
"description": "Handles the keydown event on the toggle element.\nWhen the user presses Enter, the form is submitted."
|
|
48811
|
-
},
|
|
48812
48672
|
{
|
|
48813
48673
|
"kind": "field",
|
|
48814
48674
|
"name": "helpText",
|
|
@@ -48866,12 +48726,6 @@
|
|
|
48866
48726
|
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
48867
48727
|
}
|
|
48868
48728
|
},
|
|
48869
|
-
{
|
|
48870
|
-
"kind": "method",
|
|
48871
|
-
"name": "manageRequired",
|
|
48872
|
-
"privacy": "private",
|
|
48873
|
-
"description": "Manages the required state of the checkbox.\nIf the checkbox is not checked and the required property is set, then the checkbox is invalid.\nIf the validationMessage is set, it will be used as the custom validity message.\nIf the validationMessage is not set, it will clear the custom validity message."
|
|
48874
|
-
},
|
|
48875
48729
|
{
|
|
48876
48730
|
"kind": "field",
|
|
48877
48731
|
"name": "name",
|
|
@@ -49000,27 +48854,6 @@
|
|
|
49000
48854
|
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
49001
48855
|
}
|
|
49002
48856
|
},
|
|
49003
|
-
{
|
|
49004
|
-
"kind": "method",
|
|
49005
|
-
"name": "setFormValue",
|
|
49006
|
-
"privacy": "private",
|
|
49007
|
-
"description": "Updates the form value to reflect the current state of the toggle.\nIf toggle is switched on, the value is set to either the user-provided value or 'isActive' if no value is provided.\nIf toggle is switched off, the value is set to null."
|
|
49008
|
-
},
|
|
49009
|
-
{
|
|
49010
|
-
"kind": "method",
|
|
49011
|
-
"name": "setToggleSize",
|
|
49012
|
-
"privacy": "private",
|
|
49013
|
-
"parameters": [
|
|
49014
|
-
{
|
|
49015
|
-
"name": "size",
|
|
49016
|
-
"type": {
|
|
49017
|
-
"text": "ToggleSize"
|
|
49018
|
-
},
|
|
49019
|
-
"description": "The size to set."
|
|
49020
|
-
}
|
|
49021
|
-
],
|
|
49022
|
-
"description": "Sets the size attribute for the toggle component.\nIf the provided size is not included in the TOGGLE_SIZE,\nit defaults to the value specified in DEFAULTS.SIZE."
|
|
49023
|
-
},
|
|
49024
48857
|
{
|
|
49025
48858
|
"kind": "method",
|
|
49026
48859
|
"name": "setValidity",
|
|
@@ -49041,7 +48874,7 @@
|
|
|
49041
48874
|
"type": {
|
|
49042
48875
|
"text": "ToggleSize"
|
|
49043
48876
|
},
|
|
49044
|
-
"description": "
|
|
48877
|
+
"description": "Specifies the size of the toggle component.\n- **default**: Standard size with 1.5rem height - suitable for most use cases\n- **compact**: Smaller size with 1rem height - ideal for space-constrained layouts",
|
|
49045
48878
|
"default": "default",
|
|
49046
48879
|
"attribute": "size",
|
|
49047
48880
|
"reflects": true
|
|
@@ -49061,24 +48894,13 @@
|
|
|
49061
48894
|
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
|
49062
48895
|
}
|
|
49063
48896
|
},
|
|
49064
|
-
{
|
|
49065
|
-
"kind": "method",
|
|
49066
|
-
"name": "toggleState",
|
|
49067
|
-
"privacy": "private",
|
|
49068
|
-
"return": {
|
|
49069
|
-
"type": {
|
|
49070
|
-
"text": "void"
|
|
49071
|
-
}
|
|
49072
|
-
},
|
|
49073
|
-
"description": "Toggles the state of the toggle element.\nIf the element is not disabled, soft-disabled, or readonly, then the checked property is toggled."
|
|
49074
|
-
},
|
|
49075
48897
|
{
|
|
49076
48898
|
"kind": "field",
|
|
49077
48899
|
"name": "toggletipPlacement",
|
|
49078
48900
|
"type": {
|
|
49079
48901
|
"text": "PopoverPlacement"
|
|
49080
48902
|
},
|
|
49081
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
48903
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
49082
48904
|
"default": "'top'",
|
|
49083
48905
|
"attribute": "toggletip-placement",
|
|
49084
48906
|
"reflects": true,
|
|
@@ -49093,7 +48915,7 @@
|
|
|
49093
48915
|
"type": {
|
|
49094
48916
|
"text": "PopoverStrategy"
|
|
49095
48917
|
},
|
|
49096
|
-
"description": "The strategy
|
|
48918
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
49097
48919
|
"default": "'absolute'",
|
|
49098
48920
|
"attribute": "toggletip-strategy",
|
|
49099
48921
|
"reflects": true,
|
|
@@ -49108,7 +48930,7 @@
|
|
|
49108
48930
|
"type": {
|
|
49109
48931
|
"text": "string | undefined"
|
|
49110
48932
|
},
|
|
49111
|
-
"description": "The toggletip text that is displayed when the
|
|
48933
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
49112
48934
|
"attribute": "toggletip-text",
|
|
49113
48935
|
"reflects": true,
|
|
49114
48936
|
"inheritedFrom": {
|
|
@@ -49191,7 +49013,7 @@
|
|
|
49191
49013
|
"text": "boolean"
|
|
49192
49014
|
},
|
|
49193
49015
|
"default": "false",
|
|
49194
|
-
"description": "
|
|
49016
|
+
"description": "Controls the state of the toggle switch.\nWhen true, the toggle is in the \"on\" or \"active\" state.\nWhen false, the toggle is in the \"off\" or \"inactive\" state.",
|
|
49195
49017
|
"fieldName": "checked"
|
|
49196
49018
|
},
|
|
49197
49019
|
{
|
|
@@ -49199,7 +49021,7 @@
|
|
|
49199
49021
|
"type": {
|
|
49200
49022
|
"text": "ToggleSize"
|
|
49201
49023
|
},
|
|
49202
|
-
"description": "
|
|
49024
|
+
"description": "Specifies the size of the toggle component.\n- **default**: Standard size with 1.5rem height - suitable for most use cases\n- **compact**: Smaller size with 1rem height - ideal for space-constrained layouts",
|
|
49203
49025
|
"default": "default",
|
|
49204
49026
|
"fieldName": "size"
|
|
49205
49027
|
},
|
|
@@ -49335,7 +49157,7 @@
|
|
|
49335
49157
|
"type": {
|
|
49336
49158
|
"text": "string | undefined"
|
|
49337
49159
|
},
|
|
49338
|
-
"description": "The toggletip text that is displayed when the
|
|
49160
|
+
"description": "The toggletip text that is displayed when the info icon is clicked or pressed.\nIt is used to provide additional information about the label.",
|
|
49339
49161
|
"fieldName": "toggletipText",
|
|
49340
49162
|
"inheritedFrom": {
|
|
49341
49163
|
"name": "FormfieldWrapper",
|
|
@@ -49347,7 +49169,7 @@
|
|
|
49347
49169
|
"type": {
|
|
49348
49170
|
"text": "PopoverPlacement"
|
|
49349
49171
|
},
|
|
49350
|
-
"description": "The placement of the toggletip that is displayed when the info icon is
|
|
49172
|
+
"description": "The placement of the toggletip that is displayed when the info icon is clicked or pressed.",
|
|
49351
49173
|
"default": "'top'",
|
|
49352
49174
|
"fieldName": "toggletipPlacement",
|
|
49353
49175
|
"inheritedFrom": {
|
|
@@ -49360,7 +49182,7 @@
|
|
|
49360
49182
|
"type": {
|
|
49361
49183
|
"text": "PopoverStrategy"
|
|
49362
49184
|
},
|
|
49363
|
-
"description": "The strategy
|
|
49185
|
+
"description": "The positioning strategy for the toggletip.\n- **absolute**: Positioned relative to the nearest positioned ancestor.\n- **fixed**: Positioned relative to the viewport.",
|
|
49364
49186
|
"default": "'absolute'",
|
|
49365
49187
|
"fieldName": "toggletipStrategy",
|
|
49366
49188
|
"inheritedFrom": {
|
|
@@ -49426,7 +49248,7 @@
|
|
|
49426
49248
|
"module": "/src/components/formfieldwrapper"
|
|
49427
49249
|
},
|
|
49428
49250
|
"tagName": "mdc-toggle",
|
|
49429
|
-
"jsDoc": "/**\n * Toggle
|
|
49251
|
+
"jsDoc": "/**\n * The Toggle component is an interactive control used to switch between two mutually exclusive states,\n * such as On/Off or Active/Inactive. It is commonly used in settings panels, forms, and preference selections\n * where users need to enable or disable a feature.\n *\n * To create a group of toggles, use the `mdc-formfieldgroup` component.\n *\n * **Note:** This component internally renders a native checkbox input element styled as a toggle switch.\n *\n * ## When to use\n * Use toggles for binary choices where the change takes effect immediately, such as enabling/disabling settings or features.\n *\n * ## Accessibility\n * - Provide clear labels that describe what the toggle controls\n * - Use `data-aria-label` when a visual label is not present\n * - Keyboard navigation: Space to toggle, Tab to navigate, Enter to submit form\n *\n * ## Styling\n * Use the `static-toggle` part to apply custom styles to the toggle switch visual element.\n * This part exposes the underlying [StaticToggle](?path=/docs/components-decorator-statictoggle--docs) component for advanced styling.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-statictoggle\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-toggle\n *\n * @event change - (React: onChange) Event that gets dispatched when the toggle state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the toggle receives focus.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n * @csspart static-toggle - The statictoggle that provides the visual toggle switch appearance.\n * @csspart toggle-input - The native checkbox input element that provides the interactive functionality.\n */",
|
|
49430
49252
|
"customElement": true,
|
|
49431
49253
|
"slots": [
|
|
49432
49254
|
{
|
|
@@ -49461,6 +49283,80 @@
|
|
|
49461
49283
|
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49462
49284
|
}
|
|
49463
49285
|
}
|
|
49286
|
+
],
|
|
49287
|
+
"cssProperties": [
|
|
49288
|
+
{
|
|
49289
|
+
"description": "Font size for the label text.",
|
|
49290
|
+
"name": "--mdc-label-font-size",
|
|
49291
|
+
"inheritedFrom": {
|
|
49292
|
+
"name": "FormfieldWrapper",
|
|
49293
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49294
|
+
}
|
|
49295
|
+
},
|
|
49296
|
+
{
|
|
49297
|
+
"description": "Font weight for the label text.",
|
|
49298
|
+
"name": "--mdc-label-font-weight",
|
|
49299
|
+
"inheritedFrom": {
|
|
49300
|
+
"name": "FormfieldWrapper",
|
|
49301
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49302
|
+
}
|
|
49303
|
+
},
|
|
49304
|
+
{
|
|
49305
|
+
"description": "Line height for the label text.",
|
|
49306
|
+
"name": "--mdc-label-line-height",
|
|
49307
|
+
"inheritedFrom": {
|
|
49308
|
+
"name": "FormfieldWrapper",
|
|
49309
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49310
|
+
}
|
|
49311
|
+
},
|
|
49312
|
+
{
|
|
49313
|
+
"description": "Color for the label text.",
|
|
49314
|
+
"name": "--mdc-label-color",
|
|
49315
|
+
"inheritedFrom": {
|
|
49316
|
+
"name": "FormfieldWrapper",
|
|
49317
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49318
|
+
}
|
|
49319
|
+
},
|
|
49320
|
+
{
|
|
49321
|
+
"description": "Font size for the help text.",
|
|
49322
|
+
"name": "--mdc-help-text-font-size",
|
|
49323
|
+
"inheritedFrom": {
|
|
49324
|
+
"name": "FormfieldWrapper",
|
|
49325
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49326
|
+
}
|
|
49327
|
+
},
|
|
49328
|
+
{
|
|
49329
|
+
"description": "Font weight for the help text.",
|
|
49330
|
+
"name": "--mdc-help-text-font-weight",
|
|
49331
|
+
"inheritedFrom": {
|
|
49332
|
+
"name": "FormfieldWrapper",
|
|
49333
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49334
|
+
}
|
|
49335
|
+
},
|
|
49336
|
+
{
|
|
49337
|
+
"description": "Line height for the help text.",
|
|
49338
|
+
"name": "--mdc-help-text-line-height",
|
|
49339
|
+
"inheritedFrom": {
|
|
49340
|
+
"name": "FormfieldWrapper",
|
|
49341
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49342
|
+
}
|
|
49343
|
+
},
|
|
49344
|
+
{
|
|
49345
|
+
"description": "Color for the help text.",
|
|
49346
|
+
"name": "--mdc-help-text-color",
|
|
49347
|
+
"inheritedFrom": {
|
|
49348
|
+
"name": "FormfieldWrapper",
|
|
49349
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49350
|
+
}
|
|
49351
|
+
},
|
|
49352
|
+
{
|
|
49353
|
+
"description": "Color for the required indicator text.",
|
|
49354
|
+
"name": "--mdc-required-indicator-color",
|
|
49355
|
+
"inheritedFrom": {
|
|
49356
|
+
"name": "FormfieldWrapper",
|
|
49357
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
49358
|
+
}
|
|
49359
|
+
}
|
|
49464
49360
|
]
|
|
49465
49361
|
}
|
|
49466
49362
|
],
|