@sbb-esta/lyne-elements 3.3.0 → 3.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/autocomplete/autocomplete-base-element.d.ts +3 -4
  2. package/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  3. package/autocomplete/autocomplete-base-element.js +88 -83
  4. package/autocomplete/autocomplete.component.d.ts +0 -1
  5. package/autocomplete/autocomplete.component.d.ts.map +1 -1
  6. package/autocomplete/autocomplete.component.js +26 -26
  7. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +0 -2
  8. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  9. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +34 -44
  10. package/checkbox/checkbox-panel/checkbox-panel.component.d.ts +3 -2
  11. package/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
  12. package/checkbox/checkbox-panel/checkbox-panel.component.js +36 -33
  13. package/core/mixins/element-internals-mixin.js +6 -6
  14. package/core/mixins/form-associated-mixin.d.ts.map +1 -1
  15. package/core/mixins/form-associated-mixin.js +22 -16
  16. package/core.css +7 -7
  17. package/custom-elements.json +839 -35
  18. package/date-input/date-input.component.d.ts +5 -1
  19. package/date-input/date-input.component.d.ts.map +1 -1
  20. package/date-input/date-input.component.js +24 -15
  21. package/development/autocomplete/autocomplete-base-element.d.ts +3 -4
  22. package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  23. package/development/autocomplete/autocomplete-base-element.js +30 -15
  24. package/development/autocomplete/autocomplete.component.d.ts +0 -1
  25. package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
  26. package/development/autocomplete/autocomplete.component.js +16 -21
  27. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +0 -2
  28. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  29. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +26 -35
  30. package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts +3 -2
  31. package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
  32. package/development/checkbox/checkbox-panel/checkbox-panel.component.js +10 -4
  33. package/development/core/mixins/element-internals-mixin.js +2 -2
  34. package/development/core/mixins/form-associated-mixin.d.ts.map +1 -1
  35. package/development/core/mixins/form-associated-mixin.js +14 -7
  36. package/development/date-input/date-input.component.d.ts +5 -1
  37. package/development/date-input/date-input.component.d.ts.map +1 -1
  38. package/development/date-input/date-input.component.js +11 -1
  39. package/development/form-field/form-field/form-field.component.d.ts +6 -3
  40. package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
  41. package/development/form-field/form-field/form-field.component.js +1 -3
  42. package/development/header/common/header-action-common.js +4 -1
  43. package/development/notification/notification.component.js +1 -1
  44. package/development/option/option/option-base-element.d.ts.map +1 -1
  45. package/development/option/option/option-base-element.js +2 -1
  46. package/development/sbb-tokens-CVLcOi-S.js +1 -1
  47. package/development/time-input/time-input.component.d.ts +5 -1
  48. package/development/time-input/time-input.component.d.ts.map +1 -1
  49. package/development/time-input/time-input.component.js +11 -1
  50. package/development/toggle-check/toggle-check.component.d.ts +2 -2
  51. package/development/toggle-check/toggle-check.component.d.ts.map +1 -1
  52. package/development/toggle-check/toggle-check.component.js +4 -4
  53. package/form-field/form-field/form-field.component.d.ts +6 -3
  54. package/form-field/form-field/form-field.component.d.ts.map +1 -1
  55. package/form-field/form-field/form-field.component.js +0 -2
  56. package/header/common/header-action-common.js +1 -1
  57. package/notification/notification.component.js +1 -1
  58. package/option/option/option-base-element.d.ts.map +1 -1
  59. package/option/option/option-base-element.js +18 -18
  60. package/package.json +1 -1
  61. package/standard-theme.css +7 -7
  62. package/time-input/time-input.component.d.ts +5 -1
  63. package/time-input/time-input.component.d.ts.map +1 -1
  64. package/time-input/time-input.component.js +24 -16
  65. package/toggle-check/toggle-check.component.d.ts +2 -2
  66. package/toggle-check/toggle-check.component.d.ts.map +1 -1
  67. package/toggle-check/toggle-check.component.js +28 -28
@@ -2399,6 +2399,15 @@
2399
2399
  },
2400
2400
  "privacy": "protected"
2401
2401
  },
2402
+ {
2403
+ "kind": "field",
2404
+ "name": "activeOption",
2405
+ "type": {
2406
+ "text": "SbbOptionBaseElement<T> | null"
2407
+ },
2408
+ "privacy": "protected",
2409
+ "default": "null"
2410
+ },
2402
2411
  {
2403
2412
  "kind": "field",
2404
2413
  "name": "_originResizeObserver",
@@ -2458,6 +2467,15 @@
2458
2467
  "privacy": "private",
2459
2468
  "default": "new SbbEscapableOverlayController(this)"
2460
2469
  },
2470
+ {
2471
+ "kind": "field",
2472
+ "name": "_optionsCount",
2473
+ "type": {
2474
+ "text": "number"
2475
+ },
2476
+ "privacy": "private",
2477
+ "default": "0"
2478
+ },
2461
2479
  {
2462
2480
  "kind": "field",
2463
2481
  "name": "options",
@@ -2631,14 +2649,13 @@
2631
2649
  },
2632
2650
  {
2633
2651
  "kind": "method",
2634
- "name": "_openOnNewOptions",
2652
+ "name": "_setNextActiveOptionIfAutoActiveFirstOption",
2635
2653
  "privacy": "private",
2636
2654
  "return": {
2637
2655
  "type": {
2638
2656
  "text": "void"
2639
2657
  }
2640
- },
2641
- "description": "If the 'input' is focused and there's a change in the number of options, open the autocomplete"
2658
+ }
2642
2659
  },
2643
2660
  {
2644
2661
  "kind": "method",
@@ -3167,15 +3184,6 @@
3167
3184
  "module": "autocomplete/autocomplete-base-element.js"
3168
3185
  }
3169
3186
  },
3170
- {
3171
- "kind": "field",
3172
- "name": "_activeItemIndex",
3173
- "type": {
3174
- "text": "number"
3175
- },
3176
- "privacy": "private",
3177
- "default": "-1"
3178
- },
3179
3187
  {
3180
3188
  "kind": "field",
3181
3189
  "name": "options",
@@ -3503,6 +3511,19 @@
3503
3511
  "module": "autocomplete/autocomplete-base-element.js"
3504
3512
  }
3505
3513
  },
3514
+ {
3515
+ "kind": "field",
3516
+ "name": "activeOption",
3517
+ "type": {
3518
+ "text": "SbbOptionBaseElement<T> | null"
3519
+ },
3520
+ "privacy": "protected",
3521
+ "default": "null",
3522
+ "inheritedFrom": {
3523
+ "name": "SbbAutocompleteBaseElement",
3524
+ "module": "autocomplete/autocomplete-base-element.js"
3525
+ }
3526
+ },
3506
3527
  {
3507
3528
  "kind": "field",
3508
3529
  "name": "_originResizeObserver",
@@ -3594,6 +3615,19 @@
3594
3615
  "module": "autocomplete/autocomplete-base-element.js"
3595
3616
  }
3596
3617
  },
3618
+ {
3619
+ "kind": "field",
3620
+ "name": "_optionsCount",
3621
+ "type": {
3622
+ "text": "number"
3623
+ },
3624
+ "privacy": "private",
3625
+ "default": "0",
3626
+ "inheritedFrom": {
3627
+ "name": "SbbAutocompleteBaseElement",
3628
+ "module": "autocomplete/autocomplete-base-element.js"
3629
+ }
3630
+ },
3597
3631
  {
3598
3632
  "kind": "method",
3599
3633
  "name": "open",
@@ -3677,14 +3711,13 @@
3677
3711
  },
3678
3712
  {
3679
3713
  "kind": "method",
3680
- "name": "_openOnNewOptions",
3714
+ "name": "_setNextActiveOptionIfAutoActiveFirstOption",
3681
3715
  "privacy": "private",
3682
3716
  "return": {
3683
3717
  "type": {
3684
3718
  "text": "void"
3685
3719
  }
3686
3720
  },
3687
- "description": "If the 'input' is focused and there's a change in the number of options, open the autocomplete",
3688
3721
  "inheritedFrom": {
3689
3722
  "name": "SbbAutocompleteBaseElement",
3690
3723
  "module": "autocomplete/autocomplete-base-element.js"
@@ -7881,6 +7914,16 @@
7881
7914
  },
7882
7915
  "privacy": "private"
7883
7916
  },
7917
+ {
7918
+ "kind": "field",
7919
+ "name": "empty",
7920
+ "type": {
7921
+ "text": "boolean"
7922
+ },
7923
+ "privacy": "public",
7924
+ "description": "Whether the input is empty.",
7925
+ "readonly": true
7926
+ },
7884
7927
  {
7885
7928
  "kind": "field",
7886
7929
  "name": "min",
@@ -8088,6 +8131,16 @@
8088
8131
  }
8089
8132
  }
8090
8133
  },
8134
+ {
8135
+ "kind": "method",
8136
+ "name": "_dispatchFormFieldChange",
8137
+ "privacy": "private",
8138
+ "return": {
8139
+ "type": {
8140
+ "text": "void"
8141
+ }
8142
+ }
8143
+ },
8091
8144
  {
8092
8145
  "kind": "field",
8093
8146
  "name": "role",
@@ -8610,6 +8663,20 @@
8610
8663
  "module": "core/mixins/form-associated-mixin.js"
8611
8664
  }
8612
8665
  },
8666
+ {
8667
+ "kind": "method",
8668
+ "name": "_hasDisabledAncestor",
8669
+ "privacy": "private",
8670
+ "return": {
8671
+ "type": {
8672
+ "text": "boolean"
8673
+ }
8674
+ },
8675
+ "inheritedFrom": {
8676
+ "name": "SbbFormAssociatedMixin",
8677
+ "module": "core/mixins/form-associated-mixin.js"
8678
+ }
8679
+ },
8613
8680
  {
8614
8681
  "kind": "method",
8615
8682
  "name": "formState",
@@ -15316,6 +15383,20 @@
15316
15383
  "module": "core/mixins/form-associated-mixin.js"
15317
15384
  }
15318
15385
  },
15386
+ {
15387
+ "kind": "method",
15388
+ "name": "_hasDisabledAncestor",
15389
+ "privacy": "private",
15390
+ "return": {
15391
+ "type": {
15392
+ "text": "boolean"
15393
+ }
15394
+ },
15395
+ "inheritedFrom": {
15396
+ "name": "SbbFormAssociatedMixin",
15397
+ "module": "core/mixins/form-associated-mixin.js"
15398
+ }
15399
+ },
15319
15400
  {
15320
15401
  "kind": "method",
15321
15402
  "name": "updateFormValue",
@@ -17559,6 +17640,20 @@
17559
17640
  "module": "core/mixins/form-associated-mixin.js"
17560
17641
  }
17561
17642
  },
17643
+ {
17644
+ "kind": "method",
17645
+ "name": "_hasDisabledAncestor",
17646
+ "privacy": "private",
17647
+ "return": {
17648
+ "type": {
17649
+ "text": "boolean"
17650
+ }
17651
+ },
17652
+ "inheritedFrom": {
17653
+ "name": "SbbFormAssociatedMixin",
17654
+ "module": "core/mixins/form-associated-mixin.js"
17655
+ }
17656
+ },
17562
17657
  {
17563
17658
  "kind": "method",
17564
17659
  "name": "updateFormValue",
@@ -19143,6 +19238,16 @@
19143
19238
  },
19144
19239
  "privacy": "private"
19145
19240
  },
19241
+ {
19242
+ "kind": "field",
19243
+ "name": "empty",
19244
+ "type": {
19245
+ "text": "boolean"
19246
+ },
19247
+ "privacy": "public",
19248
+ "description": "Whether the input is empty.",
19249
+ "readonly": true
19250
+ },
19146
19251
  {
19147
19252
  "kind": "field",
19148
19253
  "name": "_valueCache",
@@ -19346,6 +19451,16 @@
19346
19451
  }
19347
19452
  }
19348
19453
  },
19454
+ {
19455
+ "kind": "method",
19456
+ "name": "_dispatchFormFieldChange",
19457
+ "privacy": "private",
19458
+ "return": {
19459
+ "type": {
19460
+ "text": "void"
19461
+ }
19462
+ }
19463
+ },
19349
19464
  {
19350
19465
  "kind": "field",
19351
19466
  "name": "role",
@@ -19846,6 +19961,20 @@
19846
19961
  "module": "core/mixins/form-associated-mixin.js"
19847
19962
  }
19848
19963
  },
19964
+ {
19965
+ "kind": "method",
19966
+ "name": "_hasDisabledAncestor",
19967
+ "privacy": "private",
19968
+ "return": {
19969
+ "type": {
19970
+ "text": "boolean"
19971
+ }
19972
+ },
19973
+ "inheritedFrom": {
19974
+ "name": "SbbFormAssociatedMixin",
19975
+ "module": "core/mixins/form-associated-mixin.js"
19976
+ }
19977
+ },
19849
19978
  {
19850
19979
  "kind": "method",
19851
19980
  "name": "formState",
@@ -21980,6 +22109,20 @@
21980
22109
  "module": "core/mixins/form-associated-mixin.js"
21981
22110
  }
21982
22111
  },
22112
+ {
22113
+ "kind": "method",
22114
+ "name": "_hasDisabledAncestor",
22115
+ "privacy": "private",
22116
+ "return": {
22117
+ "type": {
22118
+ "text": "boolean"
22119
+ }
22120
+ },
22121
+ "inheritedFrom": {
22122
+ "name": "SbbFormAssociatedMixin",
22123
+ "module": "core/mixins/form-associated-mixin.js"
22124
+ }
22125
+ },
21983
22126
  {
21984
22127
  "kind": "method",
21985
22128
  "name": "setValidityFlag",
@@ -23281,15 +23424,6 @@
23281
23424
  "module": "autocomplete/autocomplete-base-element.js"
23282
23425
  }
23283
23426
  },
23284
- {
23285
- "kind": "field",
23286
- "name": "_activeItemIndex",
23287
- "type": {
23288
- "text": "number"
23289
- },
23290
- "privacy": "private",
23291
- "default": "-1"
23292
- },
23293
23427
  {
23294
23428
  "kind": "field",
23295
23429
  "name": "_activeColumnIndex",
@@ -23312,15 +23446,6 @@
23312
23446
  "module": "autocomplete/autocomplete-base-element.js"
23313
23447
  }
23314
23448
  },
23315
- {
23316
- "kind": "field",
23317
- "name": "_row",
23318
- "type": {
23319
- "text": "SbbAutocompleteGridRowElement[]"
23320
- },
23321
- "privacy": "private",
23322
- "readonly": true
23323
- },
23324
23449
  {
23325
23450
  "kind": "method",
23326
23451
  "name": "syncNegative",
@@ -23654,6 +23779,19 @@
23654
23779
  "module": "autocomplete/autocomplete-base-element.js"
23655
23780
  }
23656
23781
  },
23782
+ {
23783
+ "kind": "field",
23784
+ "name": "activeOption",
23785
+ "type": {
23786
+ "text": "SbbOptionBaseElement<T> | null"
23787
+ },
23788
+ "privacy": "protected",
23789
+ "default": "null",
23790
+ "inheritedFrom": {
23791
+ "name": "SbbAutocompleteBaseElement",
23792
+ "module": "autocomplete/autocomplete-base-element.js"
23793
+ }
23794
+ },
23657
23795
  {
23658
23796
  "kind": "field",
23659
23797
  "name": "_originResizeObserver",
@@ -23745,6 +23883,19 @@
23745
23883
  "module": "autocomplete/autocomplete-base-element.js"
23746
23884
  }
23747
23885
  },
23886
+ {
23887
+ "kind": "field",
23888
+ "name": "_optionsCount",
23889
+ "type": {
23890
+ "text": "number"
23891
+ },
23892
+ "privacy": "private",
23893
+ "default": "0",
23894
+ "inheritedFrom": {
23895
+ "name": "SbbAutocompleteBaseElement",
23896
+ "module": "autocomplete/autocomplete-base-element.js"
23897
+ }
23898
+ },
23748
23899
  {
23749
23900
  "kind": "method",
23750
23901
  "name": "open",
@@ -23828,14 +23979,13 @@
23828
23979
  },
23829
23980
  {
23830
23981
  "kind": "method",
23831
- "name": "_openOnNewOptions",
23982
+ "name": "_setNextActiveOptionIfAutoActiveFirstOption",
23832
23983
  "privacy": "private",
23833
23984
  "return": {
23834
23985
  "type": {
23835
23986
  "text": "void"
23836
23987
  }
23837
23988
  },
23838
- "description": "If the 'input' is focused and there's a change in the number of options, open the autocomplete",
23839
23989
  "inheritedFrom": {
23840
23990
  "name": "SbbAutocompleteBaseElement",
23841
23991
  "module": "autocomplete/autocomplete-base-element.js"
@@ -27164,6 +27314,20 @@
27164
27314
  "module": "core/mixins/form-associated-mixin.js"
27165
27315
  }
27166
27316
  },
27317
+ {
27318
+ "kind": "method",
27319
+ "name": "_hasDisabledAncestor",
27320
+ "privacy": "private",
27321
+ "return": {
27322
+ "type": {
27323
+ "text": "boolean"
27324
+ }
27325
+ },
27326
+ "inheritedFrom": {
27327
+ "name": "SbbFormAssociatedMixin",
27328
+ "module": "core/mixins/form-associated-mixin.js"
27329
+ }
27330
+ },
27167
27331
  {
27168
27332
  "kind": "method",
27169
27333
  "name": "updateFormValue",
@@ -29004,6 +29168,20 @@
29004
29168
  "module": "core/mixins/form-associated-mixin.js"
29005
29169
  }
29006
29170
  },
29171
+ {
29172
+ "kind": "method",
29173
+ "name": "_hasDisabledAncestor",
29174
+ "privacy": "private",
29175
+ "return": {
29176
+ "type": {
29177
+ "text": "boolean"
29178
+ }
29179
+ },
29180
+ "inheritedFrom": {
29181
+ "name": "SbbFormAssociatedMixin",
29182
+ "module": "core/mixins/form-associated-mixin.js"
29183
+ }
29184
+ },
29007
29185
  {
29008
29186
  "kind": "method",
29009
29187
  "name": "updateFormValue",
@@ -31193,6 +31371,20 @@
31193
31371
  "module": "core/mixins/form-associated-mixin.js"
31194
31372
  }
31195
31373
  },
31374
+ {
31375
+ "kind": "method",
31376
+ "name": "_hasDisabledAncestor",
31377
+ "privacy": "private",
31378
+ "return": {
31379
+ "type": {
31380
+ "text": "boolean"
31381
+ }
31382
+ },
31383
+ "inheritedFrom": {
31384
+ "name": "SbbFormAssociatedMixin",
31385
+ "module": "core/mixins/form-associated-mixin.js"
31386
+ }
31387
+ },
31196
31388
  {
31197
31389
  "kind": "method",
31198
31390
  "name": "updateFormValue",
@@ -32351,6 +32543,20 @@
32351
32543
  "module": "core/mixins/form-associated-mixin.js"
32352
32544
  }
32353
32545
  },
32546
+ {
32547
+ "kind": "method",
32548
+ "name": "_hasDisabledAncestor",
32549
+ "privacy": "private",
32550
+ "return": {
32551
+ "type": {
32552
+ "text": "boolean"
32553
+ }
32554
+ },
32555
+ "inheritedFrom": {
32556
+ "name": "SbbFormAssociatedMixin",
32557
+ "module": "core/mixins/form-associated-mixin.js"
32558
+ }
32559
+ },
32354
32560
  {
32355
32561
  "kind": "method",
32356
32562
  "name": "updateFormValue",
@@ -34191,6 +34397,20 @@
34191
34397
  "module": "core/mixins/form-associated-mixin.js"
34192
34398
  }
34193
34399
  },
34400
+ {
34401
+ "kind": "method",
34402
+ "name": "_hasDisabledAncestor",
34403
+ "privacy": "private",
34404
+ "return": {
34405
+ "type": {
34406
+ "text": "boolean"
34407
+ }
34408
+ },
34409
+ "inheritedFrom": {
34410
+ "name": "SbbFormAssociatedMixin",
34411
+ "module": "core/mixins/form-associated-mixin.js"
34412
+ }
34413
+ },
34194
34414
  {
34195
34415
  "kind": "method",
34196
34416
  "name": "updateFormValue",
@@ -36195,6 +36415,20 @@
36195
36415
  "module": "core/mixins/form-associated-mixin.js"
36196
36416
  }
36197
36417
  },
36418
+ {
36419
+ "kind": "method",
36420
+ "name": "_hasDisabledAncestor",
36421
+ "privacy": "private",
36422
+ "return": {
36423
+ "type": {
36424
+ "text": "boolean"
36425
+ }
36426
+ },
36427
+ "inheritedFrom": {
36428
+ "name": "SbbFormAssociatedMixin",
36429
+ "module": "core/mixins/form-associated-mixin.js"
36430
+ }
36431
+ },
36198
36432
  {
36199
36433
  "kind": "method",
36200
36434
  "name": "updateFormValue",
@@ -37736,6 +37970,20 @@
37736
37970
  "module": "core/mixins/form-associated-mixin.js"
37737
37971
  }
37738
37972
  },
37973
+ {
37974
+ "kind": "method",
37975
+ "name": "_hasDisabledAncestor",
37976
+ "privacy": "private",
37977
+ "return": {
37978
+ "type": {
37979
+ "text": "boolean"
37980
+ }
37981
+ },
37982
+ "inheritedFrom": {
37983
+ "name": "SbbFormAssociatedMixin",
37984
+ "module": "core/mixins/form-associated-mixin.js"
37985
+ }
37986
+ },
37739
37987
  {
37740
37988
  "kind": "method",
37741
37989
  "name": "setValidityFlag",
@@ -38838,6 +39086,20 @@
38838
39086
  "module": "core/mixins/form-associated-mixin.js"
38839
39087
  }
38840
39088
  },
39089
+ {
39090
+ "kind": "method",
39091
+ "name": "_hasDisabledAncestor",
39092
+ "privacy": "private",
39093
+ "return": {
39094
+ "type": {
39095
+ "text": "boolean"
39096
+ }
39097
+ },
39098
+ "inheritedFrom": {
39099
+ "name": "SbbFormAssociatedMixin",
39100
+ "module": "core/mixins/form-associated-mixin.js"
39101
+ }
39102
+ },
38841
39103
  {
38842
39104
  "kind": "method",
38843
39105
  "name": "setValidityFlag",
@@ -39637,6 +39899,20 @@
39637
39899
  "module": "core/mixins/form-associated-mixin.js"
39638
39900
  }
39639
39901
  },
39902
+ {
39903
+ "kind": "method",
39904
+ "name": "_hasDisabledAncestor",
39905
+ "privacy": "private",
39906
+ "return": {
39907
+ "type": {
39908
+ "text": "boolean"
39909
+ }
39910
+ },
39911
+ "inheritedFrom": {
39912
+ "name": "SbbFormAssociatedMixin",
39913
+ "module": "core/mixins/form-associated-mixin.js"
39914
+ }
39915
+ },
39640
39916
  {
39641
39917
  "kind": "method",
39642
39918
  "name": "setValidityFlag",
@@ -40279,6 +40555,20 @@
40279
40555
  "module": "core/mixins/form-associated-mixin.js"
40280
40556
  }
40281
40557
  },
40558
+ {
40559
+ "kind": "method",
40560
+ "name": "_hasDisabledAncestor",
40561
+ "privacy": "private",
40562
+ "return": {
40563
+ "type": {
40564
+ "text": "boolean"
40565
+ }
40566
+ },
40567
+ "inheritedFrom": {
40568
+ "name": "SbbFormAssociatedMixin",
40569
+ "module": "core/mixins/form-associated-mixin.js"
40570
+ }
40571
+ },
40282
40572
  {
40283
40573
  "kind": "method",
40284
40574
  "name": "setValidityFlag",
@@ -41421,6 +41711,20 @@
41421
41711
  "module": "core/mixins/form-associated-mixin.js"
41422
41712
  }
41423
41713
  },
41714
+ {
41715
+ "kind": "method",
41716
+ "name": "_hasDisabledAncestor",
41717
+ "privacy": "private",
41718
+ "return": {
41719
+ "type": {
41720
+ "text": "boolean"
41721
+ }
41722
+ },
41723
+ "inheritedFrom": {
41724
+ "name": "SbbFormAssociatedMixin",
41725
+ "module": "core/mixins/form-associated-mixin.js"
41726
+ }
41727
+ },
41424
41728
  {
41425
41729
  "kind": "method",
41426
41730
  "name": "updateFormValue",
@@ -43348,6 +43652,20 @@
43348
43652
  "module": "core/mixins/form-associated-mixin.js"
43349
43653
  }
43350
43654
  },
43655
+ {
43656
+ "kind": "method",
43657
+ "name": "_hasDisabledAncestor",
43658
+ "privacy": "private",
43659
+ "return": {
43660
+ "type": {
43661
+ "text": "boolean"
43662
+ }
43663
+ },
43664
+ "inheritedFrom": {
43665
+ "name": "SbbFormAssociatedMixin",
43666
+ "module": "core/mixins/form-associated-mixin.js"
43667
+ }
43668
+ },
43351
43669
  {
43352
43670
  "kind": "method",
43353
43671
  "name": "updateFormValue",
@@ -43838,6 +44156,20 @@
43838
44156
  "module": "core/mixins/form-associated-mixin.js"
43839
44157
  }
43840
44158
  },
44159
+ {
44160
+ "kind": "method",
44161
+ "name": "_hasDisabledAncestor",
44162
+ "privacy": "private",
44163
+ "return": {
44164
+ "type": {
44165
+ "text": "boolean"
44166
+ }
44167
+ },
44168
+ "inheritedFrom": {
44169
+ "name": "SbbFormAssociatedMixin",
44170
+ "module": "core/mixins/form-associated-mixin.js"
44171
+ }
44172
+ },
43841
44173
  {
43842
44174
  "kind": "method",
43843
44175
  "name": "updateFormValue",
@@ -50363,6 +50695,20 @@
50363
50695
  "module": "core/mixins/form-associated-mixin.js"
50364
50696
  }
50365
50697
  },
50698
+ {
50699
+ "kind": "method",
50700
+ "name": "_hasDisabledAncestor",
50701
+ "privacy": "private",
50702
+ "return": {
50703
+ "type": {
50704
+ "text": "boolean"
50705
+ }
50706
+ },
50707
+ "inheritedFrom": {
50708
+ "name": "SbbFormAssociatedMixin",
50709
+ "module": "core/mixins/form-associated-mixin.js"
50710
+ }
50711
+ },
50366
50712
  {
50367
50713
  "kind": "method",
50368
50714
  "name": "formState",
@@ -50991,6 +51337,20 @@
50991
51337
  "module": "core/mixins/form-associated-mixin.js"
50992
51338
  }
50993
51339
  },
51340
+ {
51341
+ "kind": "method",
51342
+ "name": "_hasDisabledAncestor",
51343
+ "privacy": "private",
51344
+ "return": {
51345
+ "type": {
51346
+ "text": "boolean"
51347
+ }
51348
+ },
51349
+ "inheritedFrom": {
51350
+ "name": "SbbFormAssociatedMixin",
51351
+ "module": "core/mixins/form-associated-mixin.js"
51352
+ }
51353
+ },
50994
51354
  {
50995
51355
  "kind": "method",
50996
51356
  "name": "setValidityFlag",
@@ -51509,6 +51869,20 @@
51509
51869
  "module": "core/mixins/form-associated-mixin.js"
51510
51870
  }
51511
51871
  },
51872
+ {
51873
+ "kind": "method",
51874
+ "name": "_hasDisabledAncestor",
51875
+ "privacy": "private",
51876
+ "return": {
51877
+ "type": {
51878
+ "text": "boolean"
51879
+ }
51880
+ },
51881
+ "inheritedFrom": {
51882
+ "name": "SbbFormAssociatedMixin",
51883
+ "module": "core/mixins/form-associated-mixin.js"
51884
+ }
51885
+ },
51512
51886
  {
51513
51887
  "kind": "method",
51514
51888
  "name": "updateFormValue",
@@ -52238,6 +52612,20 @@
52238
52612
  "module": "core/mixins/form-associated-mixin.js"
52239
52613
  }
52240
52614
  },
52615
+ {
52616
+ "kind": "method",
52617
+ "name": "_hasDisabledAncestor",
52618
+ "privacy": "private",
52619
+ "return": {
52620
+ "type": {
52621
+ "text": "boolean"
52622
+ }
52623
+ },
52624
+ "inheritedFrom": {
52625
+ "name": "SbbFormAssociatedMixin",
52626
+ "module": "core/mixins/form-associated-mixin.js"
52627
+ }
52628
+ },
52241
52629
  {
52242
52630
  "kind": "method",
52243
52631
  "name": "updateFormValue",
@@ -52910,6 +53298,16 @@
52910
53298
  ],
52911
53299
  "description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error."
52912
53300
  },
53301
+ {
53302
+ "kind": "method",
53303
+ "name": "_hasDisabledAncestor",
53304
+ "privacy": "private",
53305
+ "return": {
53306
+ "type": {
53307
+ "text": "boolean"
53308
+ }
53309
+ }
53310
+ },
52913
53311
  {
52914
53312
  "kind": "method",
52915
53313
  "name": "updateFormValue",
@@ -53435,6 +53833,20 @@
53435
53833
  "module": "core/mixins/form-associated-mixin.js"
53436
53834
  }
53437
53835
  },
53836
+ {
53837
+ "kind": "method",
53838
+ "name": "_hasDisabledAncestor",
53839
+ "privacy": "private",
53840
+ "return": {
53841
+ "type": {
53842
+ "text": "boolean"
53843
+ }
53844
+ },
53845
+ "inheritedFrom": {
53846
+ "name": "SbbFormAssociatedMixin",
53847
+ "module": "core/mixins/form-associated-mixin.js"
53848
+ }
53849
+ },
53438
53850
  {
53439
53851
  "kind": "method",
53440
53852
  "name": "formState",
@@ -54163,6 +54575,20 @@
54163
54575
  "module": "core/mixins/form-associated-mixin.js"
54164
54576
  }
54165
54577
  },
54578
+ {
54579
+ "kind": "method",
54580
+ "name": "_hasDisabledAncestor",
54581
+ "privacy": "private",
54582
+ "return": {
54583
+ "type": {
54584
+ "text": "boolean"
54585
+ }
54586
+ },
54587
+ "inheritedFrom": {
54588
+ "name": "SbbFormAssociatedMixin",
54589
+ "module": "core/mixins/form-associated-mixin.js"
54590
+ }
54591
+ },
54166
54592
  {
54167
54593
  "kind": "method",
54168
54594
  "name": "formState",
@@ -56726,6 +57152,20 @@
56726
57152
  "module": "core/mixins/form-associated-mixin.js"
56727
57153
  }
56728
57154
  },
57155
+ {
57156
+ "kind": "method",
57157
+ "name": "_hasDisabledAncestor",
57158
+ "privacy": "private",
57159
+ "return": {
57160
+ "type": {
57161
+ "text": "boolean"
57162
+ }
57163
+ },
57164
+ "inheritedFrom": {
57165
+ "name": "SbbFormAssociatedMixin",
57166
+ "module": "core/mixins/form-associated-mixin.js"
57167
+ }
57168
+ },
56729
57169
  {
56730
57170
  "kind": "method",
56731
57171
  "name": "updateFormValue",
@@ -57582,6 +58022,20 @@
57582
58022
  "module": "core/mixins/form-associated-mixin.js"
57583
58023
  }
57584
58024
  },
58025
+ {
58026
+ "kind": "method",
58027
+ "name": "_hasDisabledAncestor",
58028
+ "privacy": "private",
58029
+ "return": {
58030
+ "type": {
58031
+ "text": "boolean"
58032
+ }
58033
+ },
58034
+ "inheritedFrom": {
58035
+ "name": "SbbFormAssociatedMixin",
58036
+ "module": "core/mixins/form-associated-mixin.js"
58037
+ }
58038
+ },
57585
58039
  {
57586
58040
  "kind": "method",
57587
58041
  "name": "updateFormValue",
@@ -59394,6 +59848,20 @@
59394
59848
  "module": "core/mixins/form-associated-mixin.js"
59395
59849
  }
59396
59850
  },
59851
+ {
59852
+ "kind": "method",
59853
+ "name": "_hasDisabledAncestor",
59854
+ "privacy": "private",
59855
+ "return": {
59856
+ "type": {
59857
+ "text": "boolean"
59858
+ }
59859
+ },
59860
+ "inheritedFrom": {
59861
+ "name": "SbbFormAssociatedMixin",
59862
+ "module": "core/mixins/form-associated-mixin.js"
59863
+ }
59864
+ },
59397
59865
  {
59398
59866
  "kind": "method",
59399
59867
  "name": "updateFormValue",
@@ -60315,6 +60783,20 @@
60315
60783
  "module": "core/mixins/form-associated-mixin.js"
60316
60784
  }
60317
60785
  },
60786
+ {
60787
+ "kind": "method",
60788
+ "name": "_hasDisabledAncestor",
60789
+ "privacy": "private",
60790
+ "return": {
60791
+ "type": {
60792
+ "text": "boolean"
60793
+ }
60794
+ },
60795
+ "inheritedFrom": {
60796
+ "name": "SbbFormAssociatedMixin",
60797
+ "module": "core/mixins/form-associated-mixin.js"
60798
+ }
60799
+ },
60318
60800
  {
60319
60801
  "kind": "method",
60320
60802
  "name": "updateFormValue",
@@ -61152,6 +61634,20 @@
61152
61634
  "module": "core/mixins/form-associated-mixin.js"
61153
61635
  }
61154
61636
  },
61637
+ {
61638
+ "kind": "method",
61639
+ "name": "_hasDisabledAncestor",
61640
+ "privacy": "private",
61641
+ "return": {
61642
+ "type": {
61643
+ "text": "boolean"
61644
+ }
61645
+ },
61646
+ "inheritedFrom": {
61647
+ "name": "SbbFormAssociatedMixin",
61648
+ "module": "core/mixins/form-associated-mixin.js"
61649
+ }
61650
+ },
61155
61651
  {
61156
61652
  "kind": "method",
61157
61653
  "name": "updateFormValue",
@@ -63076,6 +63572,20 @@
63076
63572
  "module": "core/mixins/form-associated-mixin.js"
63077
63573
  }
63078
63574
  },
63575
+ {
63576
+ "kind": "method",
63577
+ "name": "_hasDisabledAncestor",
63578
+ "privacy": "private",
63579
+ "return": {
63580
+ "type": {
63581
+ "text": "boolean"
63582
+ }
63583
+ },
63584
+ "inheritedFrom": {
63585
+ "name": "SbbFormAssociatedMixin",
63586
+ "module": "core/mixins/form-associated-mixin.js"
63587
+ }
63588
+ },
63079
63589
  {
63080
63590
  "kind": "method",
63081
63591
  "name": "updateFormValue",
@@ -64722,6 +65232,20 @@
64722
65232
  "module": "core/mixins/form-associated-mixin.js"
64723
65233
  }
64724
65234
  },
65235
+ {
65236
+ "kind": "method",
65237
+ "name": "_hasDisabledAncestor",
65238
+ "privacy": "private",
65239
+ "return": {
65240
+ "type": {
65241
+ "text": "boolean"
65242
+ }
65243
+ },
65244
+ "inheritedFrom": {
65245
+ "name": "SbbFormAssociatedMixin",
65246
+ "module": "core/mixins/form-associated-mixin.js"
65247
+ }
65248
+ },
64725
65249
  {
64726
65250
  "kind": "method",
64727
65251
  "name": "updateFormValue",
@@ -65494,6 +66018,20 @@
65494
66018
  "module": "core/mixins/form-associated-mixin.js"
65495
66019
  }
65496
66020
  },
66021
+ {
66022
+ "kind": "method",
66023
+ "name": "_hasDisabledAncestor",
66024
+ "privacy": "private",
66025
+ "return": {
66026
+ "type": {
66027
+ "text": "boolean"
66028
+ }
66029
+ },
66030
+ "inheritedFrom": {
66031
+ "name": "SbbFormAssociatedMixin",
66032
+ "module": "core/mixins/form-associated-mixin.js"
66033
+ }
66034
+ },
65497
66035
  {
65498
66036
  "kind": "method",
65499
66037
  "name": "updateFormValue",
@@ -66283,6 +66821,20 @@
66283
66821
  "module": "core/mixins/form-associated-mixin.js"
66284
66822
  }
66285
66823
  },
66824
+ {
66825
+ "kind": "method",
66826
+ "name": "_hasDisabledAncestor",
66827
+ "privacy": "private",
66828
+ "return": {
66829
+ "type": {
66830
+ "text": "boolean"
66831
+ }
66832
+ },
66833
+ "inheritedFrom": {
66834
+ "name": "SbbFormAssociatedMixin",
66835
+ "module": "core/mixins/form-associated-mixin.js"
66836
+ }
66837
+ },
66286
66838
  {
66287
66839
  "kind": "method",
66288
66840
  "name": "formState",
@@ -67268,6 +67820,20 @@
67268
67820
  "module": "core/mixins/form-associated-mixin.js"
67269
67821
  }
67270
67822
  },
67823
+ {
67824
+ "kind": "method",
67825
+ "name": "_hasDisabledAncestor",
67826
+ "privacy": "private",
67827
+ "return": {
67828
+ "type": {
67829
+ "text": "boolean"
67830
+ }
67831
+ },
67832
+ "inheritedFrom": {
67833
+ "name": "SbbFormAssociatedMixin",
67834
+ "module": "core/mixins/form-associated-mixin.js"
67835
+ }
67836
+ },
67271
67837
  {
67272
67838
  "kind": "method",
67273
67839
  "name": "formState",
@@ -68401,6 +68967,20 @@
68401
68967
  "module": "core/mixins/form-associated-mixin.js"
68402
68968
  }
68403
68969
  },
68970
+ {
68971
+ "kind": "method",
68972
+ "name": "_hasDisabledAncestor",
68973
+ "privacy": "private",
68974
+ "return": {
68975
+ "type": {
68976
+ "text": "boolean"
68977
+ }
68978
+ },
68979
+ "inheritedFrom": {
68980
+ "name": "SbbFormAssociatedMixin",
68981
+ "module": "core/mixins/form-associated-mixin.js"
68982
+ }
68983
+ },
68404
68984
  {
68405
68985
  "kind": "method",
68406
68986
  "name": "formState",
@@ -69161,7 +69741,7 @@
69161
69741
  },
69162
69742
  "privacy": "private",
69163
69743
  "readonly": true,
69164
- "default": "[ 'input', 'select', 'sbb-date-input', 'sbb-time-input', 'sbb-select', 'textarea', ]"
69744
+ "default": "[ 'input', 'select', 'sbb-select', 'textarea', ]"
69165
69745
  },
69166
69746
  {
69167
69747
  "kind": "field",
@@ -70113,6 +70693,20 @@
70113
70693
  "module": "core/mixins/form-associated-mixin.js"
70114
70694
  }
70115
70695
  },
70696
+ {
70697
+ "kind": "method",
70698
+ "name": "_hasDisabledAncestor",
70699
+ "privacy": "private",
70700
+ "return": {
70701
+ "type": {
70702
+ "text": "boolean"
70703
+ }
70704
+ },
70705
+ "inheritedFrom": {
70706
+ "name": "SbbFormAssociatedMixin",
70707
+ "module": "core/mixins/form-associated-mixin.js"
70708
+ }
70709
+ },
70116
70710
  {
70117
70711
  "kind": "method",
70118
70712
  "name": "updateFormValue",
@@ -71550,6 +72144,20 @@
71550
72144
  "module": "core/mixins/form-associated-mixin.js"
71551
72145
  }
71552
72146
  },
72147
+ {
72148
+ "kind": "method",
72149
+ "name": "_hasDisabledAncestor",
72150
+ "privacy": "private",
72151
+ "return": {
72152
+ "type": {
72153
+ "text": "boolean"
72154
+ }
72155
+ },
72156
+ "inheritedFrom": {
72157
+ "name": "SbbFormAssociatedMixin",
72158
+ "module": "core/mixins/form-associated-mixin.js"
72159
+ }
72160
+ },
71553
72161
  {
71554
72162
  "kind": "method",
71555
72163
  "name": "updateFormValue",
@@ -73528,6 +74136,20 @@
73528
74136
  "module": "core/mixins/form-associated-mixin.js"
73529
74137
  }
73530
74138
  },
74139
+ {
74140
+ "kind": "method",
74141
+ "name": "_hasDisabledAncestor",
74142
+ "privacy": "private",
74143
+ "return": {
74144
+ "type": {
74145
+ "text": "boolean"
74146
+ }
74147
+ },
74148
+ "inheritedFrom": {
74149
+ "name": "SbbFormAssociatedMixin",
74150
+ "module": "core/mixins/form-associated-mixin.js"
74151
+ }
74152
+ },
73531
74153
  {
73532
74154
  "kind": "method",
73533
74155
  "name": "updateFormValue",
@@ -76067,6 +76689,20 @@
76067
76689
  "module": "core/mixins/form-associated-mixin.js"
76068
76690
  }
76069
76691
  },
76692
+ {
76693
+ "kind": "method",
76694
+ "name": "_hasDisabledAncestor",
76695
+ "privacy": "private",
76696
+ "return": {
76697
+ "type": {
76698
+ "text": "boolean"
76699
+ }
76700
+ },
76701
+ "inheritedFrom": {
76702
+ "name": "SbbFormAssociatedMixin",
76703
+ "module": "core/mixins/form-associated-mixin.js"
76704
+ }
76705
+ },
76070
76706
  {
76071
76707
  "kind": "method",
76072
76708
  "name": "updateFormValue",
@@ -79257,6 +79893,20 @@
79257
79893
  "module": "core/mixins/form-associated-mixin.js"
79258
79894
  }
79259
79895
  },
79896
+ {
79897
+ "kind": "method",
79898
+ "name": "_hasDisabledAncestor",
79899
+ "privacy": "private",
79900
+ "return": {
79901
+ "type": {
79902
+ "text": "boolean"
79903
+ }
79904
+ },
79905
+ "inheritedFrom": {
79906
+ "name": "SbbFormAssociatedMixin",
79907
+ "module": "core/mixins/form-associated-mixin.js"
79908
+ }
79909
+ },
79260
79910
  {
79261
79911
  "kind": "method",
79262
79912
  "name": "updateFormValue",
@@ -81460,6 +82110,20 @@
81460
82110
  "module": "core/mixins/form-associated-mixin.js"
81461
82111
  }
81462
82112
  },
82113
+ {
82114
+ "kind": "method",
82115
+ "name": "_hasDisabledAncestor",
82116
+ "privacy": "private",
82117
+ "return": {
82118
+ "type": {
82119
+ "text": "boolean"
82120
+ }
82121
+ },
82122
+ "inheritedFrom": {
82123
+ "name": "SbbFormAssociatedMixin",
82124
+ "module": "core/mixins/form-associated-mixin.js"
82125
+ }
82126
+ },
81463
82127
  {
81464
82128
  "kind": "method",
81465
82129
  "name": "updateFormValue",
@@ -89284,6 +89948,20 @@
89284
89948
  "module": "core/mixins/form-associated-mixin.js"
89285
89949
  }
89286
89950
  },
89951
+ {
89952
+ "kind": "method",
89953
+ "name": "_hasDisabledAncestor",
89954
+ "privacy": "private",
89955
+ "return": {
89956
+ "type": {
89957
+ "text": "boolean"
89958
+ }
89959
+ },
89960
+ "inheritedFrom": {
89961
+ "name": "SbbFormAssociatedMixin",
89962
+ "module": "core/mixins/form-associated-mixin.js"
89963
+ }
89964
+ },
89287
89965
  {
89288
89966
  "kind": "method",
89289
89967
  "name": "updateFormValue",
@@ -90316,6 +90994,20 @@
90316
90994
  "module": "core/mixins/form-associated-mixin.js"
90317
90995
  }
90318
90996
  },
90997
+ {
90998
+ "kind": "method",
90999
+ "name": "_hasDisabledAncestor",
91000
+ "privacy": "private",
91001
+ "return": {
91002
+ "type": {
91003
+ "text": "boolean"
91004
+ }
91005
+ },
91006
+ "inheritedFrom": {
91007
+ "name": "SbbFormAssociatedMixin",
91008
+ "module": "core/mixins/form-associated-mixin.js"
91009
+ }
91010
+ },
90319
91011
  {
90320
91012
  "kind": "method",
90321
91013
  "name": "formState",
@@ -91192,6 +91884,20 @@
91192
91884
  "module": "core/mixins/form-associated-mixin.js"
91193
91885
  }
91194
91886
  },
91887
+ {
91888
+ "kind": "method",
91889
+ "name": "_hasDisabledAncestor",
91890
+ "privacy": "private",
91891
+ "return": {
91892
+ "type": {
91893
+ "text": "boolean"
91894
+ }
91895
+ },
91896
+ "inheritedFrom": {
91897
+ "name": "SbbFormAssociatedMixin",
91898
+ "module": "core/mixins/form-associated-mixin.js"
91899
+ }
91900
+ },
91195
91901
  {
91196
91902
  "kind": "method",
91197
91903
  "name": "formState",
@@ -92161,6 +92867,20 @@
92161
92867
  "module": "core/mixins/form-associated-mixin.js"
92162
92868
  }
92163
92869
  },
92870
+ {
92871
+ "kind": "method",
92872
+ "name": "_hasDisabledAncestor",
92873
+ "privacy": "private",
92874
+ "return": {
92875
+ "type": {
92876
+ "text": "boolean"
92877
+ }
92878
+ },
92879
+ "inheritedFrom": {
92880
+ "name": "SbbFormAssociatedMixin",
92881
+ "module": "core/mixins/form-associated-mixin.js"
92882
+ }
92883
+ },
92164
92884
  {
92165
92885
  "kind": "method",
92166
92886
  "name": "formState",
@@ -93601,6 +94321,20 @@
93601
94321
  "module": "core/mixins/form-associated-mixin.js"
93602
94322
  }
93603
94323
  },
94324
+ {
94325
+ "kind": "method",
94326
+ "name": "_hasDisabledAncestor",
94327
+ "privacy": "private",
94328
+ "return": {
94329
+ "type": {
94330
+ "text": "boolean"
94331
+ }
94332
+ },
94333
+ "inheritedFrom": {
94334
+ "name": "SbbFormAssociatedMixin",
94335
+ "module": "core/mixins/form-associated-mixin.js"
94336
+ }
94337
+ },
93604
94338
  {
93605
94339
  "kind": "method",
93606
94340
  "name": "formState",
@@ -94400,6 +95134,20 @@
94400
95134
  "module": "core/mixins/form-associated-mixin.js"
94401
95135
  }
94402
95136
  },
95137
+ {
95138
+ "kind": "method",
95139
+ "name": "_hasDisabledAncestor",
95140
+ "privacy": "private",
95141
+ "return": {
95142
+ "type": {
95143
+ "text": "boolean"
95144
+ }
95145
+ },
95146
+ "inheritedFrom": {
95147
+ "name": "SbbFormAssociatedMixin",
95148
+ "module": "core/mixins/form-associated-mixin.js"
95149
+ }
95150
+ },
94403
95151
  {
94404
95152
  "kind": "method",
94405
95153
  "name": "updateFormValue",
@@ -96375,6 +97123,20 @@
96375
97123
  "module": "core/mixins/form-associated-mixin.js"
96376
97124
  }
96377
97125
  },
97126
+ {
97127
+ "kind": "method",
97128
+ "name": "_hasDisabledAncestor",
97129
+ "privacy": "private",
97130
+ "return": {
97131
+ "type": {
97132
+ "text": "boolean"
97133
+ }
97134
+ },
97135
+ "inheritedFrom": {
97136
+ "name": "SbbFormAssociatedMixin",
97137
+ "module": "core/mixins/form-associated-mixin.js"
97138
+ }
97139
+ },
96378
97140
  {
96379
97141
  "kind": "method",
96380
97142
  "name": "updateFormValue",
@@ -97739,6 +98501,20 @@
97739
98501
  "module": "core/mixins/form-associated-mixin.js"
97740
98502
  }
97741
98503
  },
98504
+ {
98505
+ "kind": "method",
98506
+ "name": "_hasDisabledAncestor",
98507
+ "privacy": "private",
98508
+ "return": {
98509
+ "type": {
98510
+ "text": "boolean"
98511
+ }
98512
+ },
98513
+ "inheritedFrom": {
98514
+ "name": "SbbFormAssociatedMixin",
98515
+ "module": "core/mixins/form-associated-mixin.js"
98516
+ }
98517
+ },
97742
98518
  {
97743
98519
  "kind": "method",
97744
98520
  "name": "updateFormValue",
@@ -100009,6 +100785,20 @@
100009
100785
  "module": "core/mixins/form-associated-mixin.js"
100010
100786
  }
100011
100787
  },
100788
+ {
100789
+ "kind": "method",
100790
+ "name": "_hasDisabledAncestor",
100791
+ "privacy": "private",
100792
+ "return": {
100793
+ "type": {
100794
+ "text": "boolean"
100795
+ }
100796
+ },
100797
+ "inheritedFrom": {
100798
+ "name": "SbbFormAssociatedMixin",
100799
+ "module": "core/mixins/form-associated-mixin.js"
100800
+ }
100801
+ },
100012
100802
  {
100013
100803
  "kind": "method",
100014
100804
  "name": "setValidityFlag",
@@ -102077,6 +102867,20 @@
102077
102867
  "module": "core/mixins/form-associated-mixin.js"
102078
102868
  }
102079
102869
  },
102870
+ {
102871
+ "kind": "method",
102872
+ "name": "_hasDisabledAncestor",
102873
+ "privacy": "private",
102874
+ "return": {
102875
+ "type": {
102876
+ "text": "boolean"
102877
+ }
102878
+ },
102879
+ "inheritedFrom": {
102880
+ "name": "SbbFormAssociatedMixin",
102881
+ "module": "core/mixins/form-associated-mixin.js"
102882
+ }
102883
+ },
102080
102884
  {
102081
102885
  "kind": "method",
102082
102886
  "name": "updateFormValue",