@momentum-design/components 0.41.2 → 0.41.4
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.
@@ -46,7 +46,7 @@ class Option extends FormInternalsMixin(ListItem) {
|
|
46
46
|
this.role = 'option';
|
47
47
|
this.variant = LISTITEM_VARIANTS.INSET_RECTANGLE;
|
48
48
|
this.updateAttribute('aria-selected', `${this.selected}`);
|
49
|
-
this.updateAttribute('aria-disabled', `${this.disabled}`);
|
49
|
+
this.updateAttribute('aria-disabled', `${!!this.disabled}`);
|
50
50
|
// Option will not contain below fields
|
51
51
|
this.name = undefined;
|
52
52
|
this.secondaryLabel = undefined;
|
@@ -68,10 +68,10 @@
|
|
68
68
|
"kind": "field",
|
69
69
|
"name": "disabled",
|
70
70
|
"type": {
|
71
|
-
"text": "boolean"
|
71
|
+
"text": "boolean | undefined"
|
72
72
|
},
|
73
|
-
"default": "false",
|
74
73
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
74
|
+
"default": "undefined",
|
75
75
|
"attribute": "disabled",
|
76
76
|
"reflects": true,
|
77
77
|
"inheritedFrom": {
|
@@ -330,10 +330,10 @@
|
|
330
330
|
{
|
331
331
|
"name": "disabled",
|
332
332
|
"type": {
|
333
|
-
"text": "boolean"
|
333
|
+
"text": "boolean | undefined"
|
334
334
|
},
|
335
|
-
"default": "false",
|
336
335
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
336
|
+
"default": "undefined",
|
337
337
|
"fieldName": "disabled",
|
338
338
|
"inheritedFrom": {
|
339
339
|
"name": "DisabledMixin",
|
@@ -854,10 +854,10 @@
|
|
854
854
|
"kind": "field",
|
855
855
|
"name": "disabled",
|
856
856
|
"type": {
|
857
|
-
"text": "boolean"
|
857
|
+
"text": "boolean | undefined"
|
858
858
|
},
|
859
|
-
"default": "false",
|
860
859
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
860
|
+
"default": "undefined",
|
861
861
|
"attribute": "disabled",
|
862
862
|
"reflects": true,
|
863
863
|
"inheritedFrom": {
|
@@ -1220,10 +1220,10 @@
|
|
1220
1220
|
{
|
1221
1221
|
"name": "disabled",
|
1222
1222
|
"type": {
|
1223
|
-
"text": "boolean"
|
1223
|
+
"text": "boolean | undefined"
|
1224
1224
|
},
|
1225
|
-
"default": "false",
|
1226
1225
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
1226
|
+
"default": "undefined",
|
1227
1227
|
"fieldName": "disabled",
|
1228
1228
|
"inheritedFrom": {
|
1229
1229
|
"name": "DisabledMixin",
|
@@ -1878,10 +1878,10 @@
|
|
1878
1878
|
"kind": "field",
|
1879
1879
|
"name": "disabled",
|
1880
1880
|
"type": {
|
1881
|
-
"text": "boolean"
|
1881
|
+
"text": "boolean | undefined"
|
1882
1882
|
},
|
1883
|
-
"default": "false",
|
1884
1883
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
1884
|
+
"default": "undefined",
|
1885
1885
|
"attribute": "disabled",
|
1886
1886
|
"reflects": true,
|
1887
1887
|
"inheritedFrom": {
|
@@ -2197,10 +2197,10 @@
|
|
2197
2197
|
{
|
2198
2198
|
"name": "disabled",
|
2199
2199
|
"type": {
|
2200
|
-
"text": "boolean"
|
2200
|
+
"text": "boolean | undefined"
|
2201
2201
|
},
|
2202
|
-
"default": "false",
|
2203
2202
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
2203
|
+
"default": "undefined",
|
2204
2204
|
"fieldName": "disabled",
|
2205
2205
|
"inheritedFrom": {
|
2206
2206
|
"name": "DisabledMixin",
|
@@ -2458,10 +2458,10 @@
|
|
2458
2458
|
"kind": "field",
|
2459
2459
|
"name": "disabled",
|
2460
2460
|
"type": {
|
2461
|
-
"text": "boolean"
|
2461
|
+
"text": "boolean | undefined"
|
2462
2462
|
},
|
2463
|
-
"default": "false",
|
2464
2463
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
2464
|
+
"default": "undefined",
|
2465
2465
|
"attribute": "disabled",
|
2466
2466
|
"reflects": true,
|
2467
2467
|
"inheritedFrom": {
|
@@ -2555,10 +2555,10 @@
|
|
2555
2555
|
{
|
2556
2556
|
"name": "disabled",
|
2557
2557
|
"type": {
|
2558
|
-
"text": "boolean"
|
2558
|
+
"text": "boolean | undefined"
|
2559
2559
|
},
|
2560
|
-
"default": "false",
|
2561
2560
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
2561
|
+
"default": "undefined",
|
2562
2562
|
"fieldName": "disabled",
|
2563
2563
|
"inheritedFrom": {
|
2564
2564
|
"name": "DisabledMixin",
|
@@ -2892,10 +2892,10 @@
|
|
2892
2892
|
"kind": "field",
|
2893
2893
|
"name": "disabled",
|
2894
2894
|
"type": {
|
2895
|
-
"text": "boolean"
|
2895
|
+
"text": "boolean | undefined"
|
2896
2896
|
},
|
2897
|
-
"default": "false",
|
2898
2897
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
2898
|
+
"default": "undefined",
|
2899
2899
|
"attribute": "disabled",
|
2900
2900
|
"reflects": true,
|
2901
2901
|
"inheritedFrom": {
|
@@ -3145,10 +3145,10 @@
|
|
3145
3145
|
{
|
3146
3146
|
"name": "disabled",
|
3147
3147
|
"type": {
|
3148
|
-
"text": "boolean"
|
3148
|
+
"text": "boolean | undefined"
|
3149
3149
|
},
|
3150
|
-
"default": "false",
|
3151
3150
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
3151
|
+
"default": "undefined",
|
3152
3152
|
"fieldName": "disabled",
|
3153
3153
|
"inheritedFrom": {
|
3154
3154
|
"name": "DisabledMixin",
|
@@ -3344,10 +3344,10 @@
|
|
3344
3344
|
"kind": "field",
|
3345
3345
|
"name": "disabled",
|
3346
3346
|
"type": {
|
3347
|
-
"text": "boolean"
|
3347
|
+
"text": "boolean | undefined"
|
3348
3348
|
},
|
3349
|
-
"default": "false",
|
3350
3349
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
3350
|
+
"default": "undefined",
|
3351
3351
|
"attribute": "disabled",
|
3352
3352
|
"reflects": true,
|
3353
3353
|
"inheritedFrom": {
|
@@ -3618,10 +3618,10 @@
|
|
3618
3618
|
{
|
3619
3619
|
"name": "disabled",
|
3620
3620
|
"type": {
|
3621
|
-
"text": "boolean"
|
3621
|
+
"text": "boolean | undefined"
|
3622
3622
|
},
|
3623
|
-
"default": "false",
|
3624
3623
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
3624
|
+
"default": "undefined",
|
3625
3625
|
"fieldName": "disabled",
|
3626
3626
|
"inheritedFrom": {
|
3627
3627
|
"name": "Buttonsimple",
|
@@ -5725,10 +5725,10 @@
|
|
5725
5725
|
"kind": "field",
|
5726
5726
|
"name": "disabled",
|
5727
5727
|
"type": {
|
5728
|
-
"text": "boolean"
|
5728
|
+
"text": "boolean | undefined"
|
5729
5729
|
},
|
5730
|
-
"default": "false",
|
5731
5730
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
5731
|
+
"default": "undefined",
|
5732
5732
|
"attribute": "disabled",
|
5733
5733
|
"reflects": true,
|
5734
5734
|
"inheritedFrom": {
|
@@ -6007,10 +6007,10 @@
|
|
6007
6007
|
{
|
6008
6008
|
"name": "disabled",
|
6009
6009
|
"type": {
|
6010
|
-
"text": "boolean"
|
6010
|
+
"text": "boolean | undefined"
|
6011
6011
|
},
|
6012
|
-
"default": "false",
|
6013
6012
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
6013
|
+
"default": "undefined",
|
6014
6014
|
"fieldName": "disabled",
|
6015
6015
|
"inheritedFrom": {
|
6016
6016
|
"name": "Buttonsimple",
|
@@ -6210,10 +6210,10 @@
|
|
6210
6210
|
"kind": "field",
|
6211
6211
|
"name": "disabled",
|
6212
6212
|
"type": {
|
6213
|
-
"text": "boolean"
|
6213
|
+
"text": "boolean | undefined"
|
6214
6214
|
},
|
6215
|
-
"default": "false",
|
6216
6215
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
6216
|
+
"default": "undefined",
|
6217
6217
|
"attribute": "disabled",
|
6218
6218
|
"reflects": true,
|
6219
6219
|
"inheritedFrom": {
|
@@ -6406,10 +6406,10 @@
|
|
6406
6406
|
{
|
6407
6407
|
"name": "disabled",
|
6408
6408
|
"type": {
|
6409
|
-
"text": "boolean"
|
6409
|
+
"text": "boolean | undefined"
|
6410
6410
|
},
|
6411
|
-
"default": "false",
|
6412
6411
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
6412
|
+
"default": "undefined",
|
6413
6413
|
"fieldName": "disabled",
|
6414
6414
|
"inheritedFrom": {
|
6415
6415
|
"name": "DisabledMixin",
|
@@ -6620,10 +6620,10 @@
|
|
6620
6620
|
"kind": "field",
|
6621
6621
|
"name": "disabled",
|
6622
6622
|
"type": {
|
6623
|
-
"text": "boolean"
|
6623
|
+
"text": "boolean | undefined"
|
6624
6624
|
},
|
6625
|
-
"default": "false",
|
6626
6625
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
6626
|
+
"default": "undefined",
|
6627
6627
|
"attribute": "disabled",
|
6628
6628
|
"reflects": true,
|
6629
6629
|
"inheritedFrom": {
|
@@ -6677,10 +6677,10 @@
|
|
6677
6677
|
{
|
6678
6678
|
"name": "disabled",
|
6679
6679
|
"type": {
|
6680
|
-
"text": "boolean"
|
6680
|
+
"text": "boolean | undefined"
|
6681
6681
|
},
|
6682
|
-
"default": "false",
|
6683
6682
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
6683
|
+
"default": "undefined",
|
6684
6684
|
"fieldName": "disabled",
|
6685
6685
|
"inheritedFrom": {
|
6686
6686
|
"name": "DisabledMixin",
|
@@ -7604,10 +7604,10 @@
|
|
7604
7604
|
"kind": "field",
|
7605
7605
|
"name": "disabled",
|
7606
7606
|
"type": {
|
7607
|
-
"text": "boolean"
|
7607
|
+
"text": "boolean | undefined"
|
7608
7608
|
},
|
7609
|
-
"default": "false",
|
7610
7609
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
7610
|
+
"default": "undefined",
|
7611
7611
|
"attribute": "disabled",
|
7612
7612
|
"reflects": true,
|
7613
7613
|
"inheritedFrom": {
|
@@ -7970,10 +7970,10 @@
|
|
7970
7970
|
{
|
7971
7971
|
"name": "disabled",
|
7972
7972
|
"type": {
|
7973
|
-
"text": "boolean"
|
7973
|
+
"text": "boolean | undefined"
|
7974
7974
|
},
|
7975
|
-
"default": "false",
|
7976
7975
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
7976
|
+
"default": "undefined",
|
7977
7977
|
"fieldName": "disabled",
|
7978
7978
|
"inheritedFrom": {
|
7979
7979
|
"name": "FormfieldWrapper",
|
@@ -8178,10 +8178,10 @@
|
|
8178
8178
|
"kind": "field",
|
8179
8179
|
"name": "disabled",
|
8180
8180
|
"type": {
|
8181
|
-
"text": "boolean"
|
8181
|
+
"text": "boolean | undefined"
|
8182
8182
|
},
|
8183
|
-
"default": "false",
|
8184
8183
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8184
|
+
"default": "undefined",
|
8185
8185
|
"attribute": "disabled",
|
8186
8186
|
"reflects": true,
|
8187
8187
|
"inheritedFrom": {
|
@@ -8264,10 +8264,10 @@
|
|
8264
8264
|
{
|
8265
8265
|
"name": "disabled",
|
8266
8266
|
"type": {
|
8267
|
-
"text": "boolean"
|
8267
|
+
"text": "boolean | undefined"
|
8268
8268
|
},
|
8269
|
-
"default": "false",
|
8270
8269
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8270
|
+
"default": "undefined",
|
8271
8271
|
"fieldName": "disabled",
|
8272
8272
|
"inheritedFrom": {
|
8273
8273
|
"name": "DisabledMixin",
|
@@ -8429,10 +8429,10 @@
|
|
8429
8429
|
"kind": "field",
|
8430
8430
|
"name": "disabled",
|
8431
8431
|
"type": {
|
8432
|
-
"text": "boolean"
|
8432
|
+
"text": "boolean | undefined"
|
8433
8433
|
},
|
8434
|
-
"default": "false",
|
8435
8434
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8435
|
+
"default": "undefined",
|
8436
8436
|
"attribute": "disabled",
|
8437
8437
|
"reflects": true,
|
8438
8438
|
"inheritedFrom": {
|
@@ -8485,10 +8485,10 @@
|
|
8485
8485
|
{
|
8486
8486
|
"name": "disabled",
|
8487
8487
|
"type": {
|
8488
|
-
"text": "boolean"
|
8488
|
+
"text": "boolean | undefined"
|
8489
8489
|
},
|
8490
|
-
"default": "false",
|
8491
8490
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8491
|
+
"default": "undefined",
|
8492
8492
|
"fieldName": "disabled",
|
8493
8493
|
"inheritedFrom": {
|
8494
8494
|
"name": "DisabledMixin",
|
@@ -8944,10 +8944,10 @@
|
|
8944
8944
|
"kind": "field",
|
8945
8945
|
"name": "disabled",
|
8946
8946
|
"type": {
|
8947
|
-
"text": "boolean"
|
8947
|
+
"text": "boolean | undefined"
|
8948
8948
|
},
|
8949
|
-
"default": "false",
|
8950
8949
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8950
|
+
"default": "undefined",
|
8951
8951
|
"attribute": "disabled",
|
8952
8952
|
"reflects": true,
|
8953
8953
|
"inheritedFrom": {
|
@@ -9063,10 +9063,10 @@
|
|
9063
9063
|
{
|
9064
9064
|
"name": "disabled",
|
9065
9065
|
"type": {
|
9066
|
-
"text": "boolean"
|
9066
|
+
"text": "boolean | undefined"
|
9067
9067
|
},
|
9068
|
-
"default": "false",
|
9069
9068
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
9069
|
+
"default": "undefined",
|
9070
9070
|
"fieldName": "disabled",
|
9071
9071
|
"inheritedFrom": {
|
9072
9072
|
"name": "DisabledMixin",
|
@@ -9252,10 +9252,10 @@
|
|
9252
9252
|
"kind": "field",
|
9253
9253
|
"name": "disabled",
|
9254
9254
|
"type": {
|
9255
|
-
"text": "boolean"
|
9255
|
+
"text": "boolean | undefined"
|
9256
9256
|
},
|
9257
|
-
"default": "false",
|
9258
9257
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
9258
|
+
"default": "undefined",
|
9259
9259
|
"attribute": "disabled",
|
9260
9260
|
"reflects": true,
|
9261
9261
|
"inheritedFrom": {
|
@@ -9289,10 +9289,10 @@
|
|
9289
9289
|
{
|
9290
9290
|
"name": "disabled",
|
9291
9291
|
"type": {
|
9292
|
-
"text": "boolean"
|
9292
|
+
"text": "boolean | undefined"
|
9293
9293
|
},
|
9294
|
-
"default": "false",
|
9295
9294
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
9295
|
+
"default": "undefined",
|
9296
9296
|
"fieldName": "disabled",
|
9297
9297
|
"inheritedFrom": {
|
9298
9298
|
"name": "DisabledMixin",
|
@@ -9592,10 +9592,10 @@
|
|
9592
9592
|
"kind": "field",
|
9593
9593
|
"name": "disabled",
|
9594
9594
|
"type": {
|
9595
|
-
"text": "boolean"
|
9595
|
+
"text": "boolean | undefined"
|
9596
9596
|
},
|
9597
|
-
"default": "false",
|
9598
9597
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
9598
|
+
"default": "undefined",
|
9599
9599
|
"attribute": "disabled",
|
9600
9600
|
"reflects": true,
|
9601
9601
|
"inheritedFrom": {
|
@@ -9890,10 +9890,10 @@
|
|
9890
9890
|
{
|
9891
9891
|
"name": "disabled",
|
9892
9892
|
"type": {
|
9893
|
-
"text": "boolean"
|
9893
|
+
"text": "boolean | undefined"
|
9894
9894
|
},
|
9895
|
-
"default": "false",
|
9896
9895
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
9896
|
+
"default": "undefined",
|
9897
9897
|
"fieldName": "disabled",
|
9898
9898
|
"inheritedFrom": {
|
9899
9899
|
"name": "ListItem",
|
@@ -11619,10 +11619,10 @@
|
|
11619
11619
|
"kind": "field",
|
11620
11620
|
"name": "disabled",
|
11621
11621
|
"type": {
|
11622
|
-
"text": "boolean"
|
11622
|
+
"text": "boolean | undefined"
|
11623
11623
|
},
|
11624
|
-
"default": "false",
|
11625
11624
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
11625
|
+
"default": "undefined",
|
11626
11626
|
"attribute": "disabled",
|
11627
11627
|
"reflects": true,
|
11628
11628
|
"inheritedFrom": {
|
@@ -11829,10 +11829,10 @@
|
|
11829
11829
|
{
|
11830
11830
|
"name": "disabled",
|
11831
11831
|
"type": {
|
11832
|
-
"text": "boolean"
|
11832
|
+
"text": "boolean | undefined"
|
11833
11833
|
},
|
11834
|
-
"default": "false",
|
11835
11834
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
11835
|
+
"default": "undefined",
|
11836
11836
|
"fieldName": "disabled",
|
11837
11837
|
"inheritedFrom": {
|
11838
11838
|
"name": "FormfieldWrapper",
|
@@ -12311,10 +12311,10 @@
|
|
12311
12311
|
"kind": "field",
|
12312
12312
|
"name": "disabled",
|
12313
12313
|
"type": {
|
12314
|
-
"text": "boolean"
|
12314
|
+
"text": "boolean | undefined"
|
12315
12315
|
},
|
12316
|
-
"default": "false",
|
12317
12316
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
12317
|
+
"default": "undefined",
|
12318
12318
|
"attribute": "disabled",
|
12319
12319
|
"reflects": true,
|
12320
12320
|
"inheritedFrom": {
|
@@ -12564,10 +12564,10 @@
|
|
12564
12564
|
{
|
12565
12565
|
"name": "disabled",
|
12566
12566
|
"type": {
|
12567
|
-
"text": "boolean"
|
12567
|
+
"text": "boolean | undefined"
|
12568
12568
|
},
|
12569
|
-
"default": "false",
|
12570
12569
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
12570
|
+
"default": "undefined",
|
12571
12571
|
"fieldName": "disabled",
|
12572
12572
|
"inheritedFrom": {
|
12573
12573
|
"name": "FormfieldWrapper",
|
@@ -12720,10 +12720,10 @@
|
|
12720
12720
|
"kind": "field",
|
12721
12721
|
"name": "disabled",
|
12722
12722
|
"type": {
|
12723
|
-
"text": "boolean"
|
12723
|
+
"text": "boolean | undefined"
|
12724
12724
|
},
|
12725
|
-
"default": "false",
|
12726
12725
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
12726
|
+
"default": "undefined",
|
12727
12727
|
"attribute": "disabled",
|
12728
12728
|
"reflects": true,
|
12729
12729
|
"inheritedFrom": {
|
@@ -12912,10 +12912,10 @@
|
|
12912
12912
|
{
|
12913
12913
|
"name": "disabled",
|
12914
12914
|
"type": {
|
12915
|
-
"text": "boolean"
|
12915
|
+
"text": "boolean | undefined"
|
12916
12916
|
},
|
12917
|
-
"default": "false",
|
12918
12917
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
12918
|
+
"default": "undefined",
|
12919
12919
|
"fieldName": "disabled",
|
12920
12920
|
"inheritedFrom": {
|
12921
12921
|
"name": "FormfieldWrapper",
|
@@ -13494,10 +13494,10 @@
|
|
13494
13494
|
"kind": "field",
|
13495
13495
|
"name": "disabled",
|
13496
13496
|
"type": {
|
13497
|
-
"text": "boolean"
|
13497
|
+
"text": "boolean | undefined"
|
13498
13498
|
},
|
13499
|
-
"default": "false",
|
13500
13499
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
13500
|
+
"default": "undefined",
|
13501
13501
|
"attribute": "disabled",
|
13502
13502
|
"reflects": true,
|
13503
13503
|
"inheritedFrom": {
|
@@ -13774,10 +13774,10 @@
|
|
13774
13774
|
{
|
13775
13775
|
"name": "disabled",
|
13776
13776
|
"type": {
|
13777
|
-
"text": "boolean"
|
13777
|
+
"text": "boolean | undefined"
|
13778
13778
|
},
|
13779
|
-
"default": "false",
|
13780
13779
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
13780
|
+
"default": "undefined",
|
13781
13781
|
"fieldName": "disabled",
|
13782
13782
|
"inheritedFrom": {
|
13783
13783
|
"name": "Buttonsimple",
|
@@ -14357,10 +14357,10 @@
|
|
14357
14357
|
"kind": "field",
|
14358
14358
|
"name": "disabled",
|
14359
14359
|
"type": {
|
14360
|
-
"text": "boolean"
|
14360
|
+
"text": "boolean | undefined"
|
14361
14361
|
},
|
14362
|
-
"default": "false",
|
14363
14362
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
14363
|
+
"default": "undefined",
|
14364
14364
|
"attribute": "disabled",
|
14365
14365
|
"reflects": true,
|
14366
14366
|
"inheritedFrom": {
|
@@ -14701,10 +14701,10 @@
|
|
14701
14701
|
{
|
14702
14702
|
"name": "disabled",
|
14703
14703
|
"type": {
|
14704
|
-
"text": "boolean"
|
14704
|
+
"text": "boolean | undefined"
|
14705
14705
|
},
|
14706
|
-
"default": "false",
|
14707
14706
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
14707
|
+
"default": "undefined",
|
14708
14708
|
"fieldName": "disabled",
|
14709
14709
|
"inheritedFrom": {
|
14710
14710
|
"name": "FormfieldWrapper",
|
@@ -15248,10 +15248,10 @@
|
|
15248
15248
|
"kind": "field",
|
15249
15249
|
"name": "disabled",
|
15250
15250
|
"type": {
|
15251
|
-
"text": "boolean"
|
15251
|
+
"text": "boolean | undefined"
|
15252
15252
|
},
|
15253
|
-
"default": "false",
|
15254
15253
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
15254
|
+
"default": "undefined",
|
15255
15255
|
"attribute": "disabled",
|
15256
15256
|
"reflects": true,
|
15257
15257
|
"inheritedFrom": {
|
@@ -15501,10 +15501,10 @@
|
|
15501
15501
|
{
|
15502
15502
|
"name": "disabled",
|
15503
15503
|
"type": {
|
15504
|
-
"text": "boolean"
|
15504
|
+
"text": "boolean | undefined"
|
15505
15505
|
},
|
15506
|
-
"default": "false",
|
15507
15506
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
15507
|
+
"default": "undefined",
|
15508
15508
|
"fieldName": "disabled",
|
15509
15509
|
"inheritedFrom": {
|
15510
15510
|
"name": "FormfieldWrapper",
|
@@ -17665,10 +17665,10 @@
|
|
17665
17665
|
"kind": "field",
|
17666
17666
|
"name": "disabled",
|
17667
17667
|
"type": {
|
17668
|
-
"text": "boolean"
|
17668
|
+
"text": "boolean | undefined"
|
17669
17669
|
},
|
17670
|
-
"default": "false",
|
17671
17670
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
17671
|
+
"default": "undefined",
|
17672
17672
|
"attribute": "disabled",
|
17673
17673
|
"reflects": true
|
17674
17674
|
}
|
@@ -17677,10 +17677,10 @@
|
|
17677
17677
|
{
|
17678
17678
|
"name": "disabled",
|
17679
17679
|
"type": {
|
17680
|
-
"text": "boolean"
|
17680
|
+
"text": "boolean | undefined"
|
17681
17681
|
},
|
17682
|
-
"default": "false",
|
17683
17682
|
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
17683
|
+
"default": "undefined",
|
17684
17684
|
"fieldName": "disabled"
|
17685
17685
|
}
|
17686
17686
|
],
|
@@ -10,19 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
10
10
|
import { property } from 'lit/decorators.js';
|
11
11
|
export const DisabledMixin = (superClass) => {
|
12
12
|
class InnerMixinClass extends superClass {
|
13
|
-
constructor() {
|
14
|
-
super(...arguments);
|
15
|
-
/**
|
16
|
-
* Indicates whether the component is disabled.
|
17
|
-
* When the component is disabled for user interaction; it is not focusable or clickable.
|
18
|
-
* @default false
|
19
|
-
*/
|
20
|
-
this.disabled = false;
|
21
|
-
}
|
22
13
|
}
|
23
14
|
__decorate([
|
24
15
|
property({ reflect: true, type: Boolean }),
|
25
|
-
__metadata("design:type",
|
16
|
+
__metadata("design:type", Boolean)
|
26
17
|
], InnerMixinClass.prototype, "disabled", void 0);
|
27
18
|
// Cast return type to your mixin's interface intersected with the superClass type
|
28
19
|
return InnerMixinClass;
|
package/package.json
CHANGED