@sbb-esta/lyne-elements 3.3.0 → 3.4.0

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 (147) 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/i18n/i18n.d.ts +5 -0
  14. package/core/i18n/i18n.d.ts.map +1 -1
  15. package/core/i18n/i18n.js +108 -84
  16. package/core/i18n.js +84 -80
  17. package/core/mixins/element-internals-mixin.js +1 -1
  18. package/core/mixins/form-associated-input-mixin.d.ts +1 -0
  19. package/core/mixins/form-associated-input-mixin.d.ts.map +1 -1
  20. package/core/mixins/form-associated-input-mixin.js +2 -2
  21. package/core/mixins/form-associated-mixin.d.ts.map +1 -1
  22. package/core/mixins/form-associated-mixin.js +22 -16
  23. package/core/styles/core/mediaqueries.scss +1 -1
  24. package/core/styles/core.scss +34 -1
  25. package/core/styles/mixins/typo.scss +88 -41
  26. package/core/styles/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables.scss +530 -0
  27. package/core/styles/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables_css--mixin.scss +1123 -0
  28. package/core.css +37 -7
  29. package/custom-elements.json +2063 -554
  30. package/date-input/date-input.component.d.ts +5 -0
  31. package/date-input/date-input.component.d.ts.map +1 -1
  32. package/date-input/date-input.component.js +7 -0
  33. package/development/autocomplete/autocomplete-base-element.d.ts +3 -4
  34. package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  35. package/development/autocomplete/autocomplete-base-element.js +30 -15
  36. package/development/autocomplete/autocomplete.component.d.ts +0 -1
  37. package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
  38. package/development/autocomplete/autocomplete.component.js +16 -21
  39. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +0 -2
  40. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  41. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +26 -35
  42. package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts +3 -2
  43. package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
  44. package/development/checkbox/checkbox-panel/checkbox-panel.component.js +10 -4
  45. package/development/core/i18n/i18n.d.ts +5 -0
  46. package/development/core/i18n/i18n.d.ts.map +1 -1
  47. package/development/core/i18n/i18n.js +38 -10
  48. package/development/core/i18n.js +5 -1
  49. package/development/core/mixins/element-internals-mixin.js +2 -2
  50. package/development/core/mixins/form-associated-input-mixin.d.ts +1 -0
  51. package/development/core/mixins/form-associated-input-mixin.d.ts.map +1 -1
  52. package/development/core/mixins/form-associated-input-mixin.js +3 -2
  53. package/development/core/mixins/form-associated-mixin.d.ts.map +1 -1
  54. package/development/core/mixins/form-associated-mixin.js +14 -7
  55. package/development/date-input/date-input.component.d.ts +5 -0
  56. package/development/date-input/date-input.component.d.ts.map +1 -1
  57. package/development/date-input/date-input.component.js +8 -1
  58. package/development/dialog/dialog-title/dialog-title.component.js +2 -6
  59. package/development/file-selector/common/file-selector-common.d.ts +2 -1
  60. package/development/file-selector/common/file-selector-common.d.ts.map +1 -1
  61. package/development/file-selector/common/file-selector-common.js +64 -19
  62. package/development/file-selector/common.js +1 -1
  63. package/development/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
  64. package/development/file-selector/file-selector/file-selector.component.js +12 -17
  65. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +0 -7
  66. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
  67. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +32 -76
  68. package/development/{file-selector-common-csww18o8.js → file-selector-common-BxXdRZxt.js} +3 -3
  69. package/development/file-selector.js +1 -1
  70. package/development/form-field/form-field/form-field.component.d.ts +6 -3
  71. package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
  72. package/development/form-field/form-field/form-field.component.js +4 -6
  73. package/development/header/common/header-action-common.js +4 -1
  74. package/development/navigation/common/navigation-action-common.js +5 -8
  75. package/development/navigation/navigation/navigation.component.js +21 -4
  76. package/development/navigation/navigation-marker/navigation-marker.component.js +5 -8
  77. package/development/navigation/navigation-section/navigation-section.component.js +6 -19
  78. package/development/notification/notification.component.js +1 -1
  79. package/development/option/option/option-base-element.d.ts.map +1 -1
  80. package/development/option/option/option-base-element.js +2 -1
  81. package/development/paginator/common/paginator-common.d.ts +3 -0
  82. package/development/paginator/common/paginator-common.d.ts.map +1 -1
  83. package/development/paginator/common/paginator-common.js +68 -10
  84. package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
  85. package/development/paginator/compact-paginator/compact-paginator.component.js +8 -3
  86. package/development/paginator/paginator/paginator.component.d.ts +5 -0
  87. package/development/paginator/paginator/paginator.component.d.ts.map +1 -1
  88. package/development/paginator/paginator/paginator.component.js +28 -6
  89. package/development/sbb-tokens-CVLcOi-S.js +1 -1
  90. package/development/sidebar/sidebar-title/sidebar-title.component.js +1 -1
  91. package/development/tabs/tab-group/tab-group.component.js +3 -4
  92. package/development/time-input/time-input.component.d.ts +5 -0
  93. package/development/time-input/time-input.component.d.ts.map +1 -1
  94. package/development/time-input/time-input.component.js +8 -1
  95. package/development/title/title-base.js +14 -67
  96. package/development/title/title.component.js +17 -14
  97. package/development/toast/toast.component.js +6 -9
  98. package/development/toggle-check/toggle-check.component.d.ts +2 -2
  99. package/development/toggle-check/toggle-check.component.d.ts.map +1 -1
  100. package/development/toggle-check/toggle-check.component.js +4 -4
  101. package/development/train/train-wagon/train-wagon.component.js +6 -9
  102. package/dialog/dialog-title/dialog-title.component.js +1 -1
  103. package/file-selector/common/file-selector-common.d.ts +2 -1
  104. package/file-selector/common/file-selector-common.d.ts.map +1 -1
  105. package/file-selector/common/file-selector-common.js +88 -63
  106. package/file-selector/common.js +1 -1
  107. package/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
  108. package/file-selector/file-selector/file-selector.component.js +26 -31
  109. package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +0 -7
  110. package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
  111. package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +50 -74
  112. package/file-selector-common-Cn6U8goV.js +5 -0
  113. package/file-selector.js +1 -1
  114. package/form-field/form-field/form-field.component.d.ts +6 -3
  115. package/form-field/form-field/form-field.component.d.ts.map +1 -1
  116. package/form-field/form-field/form-field.component.js +3 -5
  117. package/header/common/header-action-common.js +1 -1
  118. package/navigation/common/navigation-action-common.js +8 -8
  119. package/navigation/navigation/navigation.component.js +1 -1
  120. package/navigation/navigation-marker/navigation-marker.component.js +1 -1
  121. package/navigation/navigation-section/navigation-section.component.js +14 -14
  122. package/notification/notification.component.js +1 -1
  123. package/option/option/option-base-element.d.ts.map +1 -1
  124. package/option/option/option-base-element.js +18 -18
  125. package/package.json +1 -1
  126. package/paginator/common/paginator-common.d.ts +3 -0
  127. package/paginator/common/paginator-common.d.ts.map +1 -1
  128. package/paginator/common/paginator-common.js +103 -63
  129. package/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
  130. package/paginator/compact-paginator/compact-paginator.component.js +13 -8
  131. package/paginator/paginator/paginator.component.d.ts +5 -0
  132. package/paginator/paginator/paginator.component.d.ts.map +1 -1
  133. package/paginator/paginator/paginator.component.js +77 -61
  134. package/sidebar/sidebar-title/sidebar-title.component.js +14 -14
  135. package/standard-theme.css +37 -7
  136. package/tabs/tab-group/tab-group.component.js +7 -7
  137. package/time-input/time-input.component.d.ts +5 -0
  138. package/time-input/time-input.component.d.ts.map +1 -1
  139. package/time-input/time-input.component.js +10 -3
  140. package/title/title-base.js +33 -33
  141. package/title/title.component.js +9 -9
  142. package/toast/toast.component.js +1 -1
  143. package/toggle-check/toggle-check.component.d.ts +2 -2
  144. package/toggle-check/toggle-check.component.d.ts.map +1 -1
  145. package/toggle-check/toggle-check.component.js +28 -28
  146. package/train/train-wagon/train-wagon.component.js +6 -6
  147. package/file-selector-common-Dw5d8vA4.js +0 -5
@@ -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,17 @@
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
+ "deprecated": "true",
7926
+ "readonly": true
7927
+ },
7884
7928
  {
7885
7929
  "kind": "field",
7886
7930
  "name": "min",
@@ -8103,6 +8147,21 @@
8103
8147
  "module": "core/mixins/form-associated-input-mixin.js"
8104
8148
  }
8105
8149
  },
8150
+ {
8151
+ "kind": "field",
8152
+ "name": "formFieldAssociated",
8153
+ "type": {
8154
+ "text": "boolean"
8155
+ },
8156
+ "privacy": "public",
8157
+ "static": true,
8158
+ "readonly": true,
8159
+ "default": "true",
8160
+ "inheritedFrom": {
8161
+ "name": "SbbFormAssociatedInputMixin",
8162
+ "module": "core/mixins/form-associated-input-mixin.js"
8163
+ }
8164
+ },
8106
8165
  {
8107
8166
  "kind": "field",
8108
8167
  "name": "_shouldEmitChange",
@@ -8610,6 +8669,20 @@
8610
8669
  "module": "core/mixins/form-associated-mixin.js"
8611
8670
  }
8612
8671
  },
8672
+ {
8673
+ "kind": "method",
8674
+ "name": "_hasDisabledAncestor",
8675
+ "privacy": "private",
8676
+ "return": {
8677
+ "type": {
8678
+ "text": "boolean"
8679
+ }
8680
+ },
8681
+ "inheritedFrom": {
8682
+ "name": "SbbFormAssociatedMixin",
8683
+ "module": "core/mixins/form-associated-mixin.js"
8684
+ }
8685
+ },
8613
8686
  {
8614
8687
  "kind": "method",
8615
8688
  "name": "formState",
@@ -15316,6 +15389,20 @@
15316
15389
  "module": "core/mixins/form-associated-mixin.js"
15317
15390
  }
15318
15391
  },
15392
+ {
15393
+ "kind": "method",
15394
+ "name": "_hasDisabledAncestor",
15395
+ "privacy": "private",
15396
+ "return": {
15397
+ "type": {
15398
+ "text": "boolean"
15399
+ }
15400
+ },
15401
+ "inheritedFrom": {
15402
+ "name": "SbbFormAssociatedMixin",
15403
+ "module": "core/mixins/form-associated-mixin.js"
15404
+ }
15405
+ },
15319
15406
  {
15320
15407
  "kind": "method",
15321
15408
  "name": "updateFormValue",
@@ -17559,6 +17646,20 @@
17559
17646
  "module": "core/mixins/form-associated-mixin.js"
17560
17647
  }
17561
17648
  },
17649
+ {
17650
+ "kind": "method",
17651
+ "name": "_hasDisabledAncestor",
17652
+ "privacy": "private",
17653
+ "return": {
17654
+ "type": {
17655
+ "text": "boolean"
17656
+ }
17657
+ },
17658
+ "inheritedFrom": {
17659
+ "name": "SbbFormAssociatedMixin",
17660
+ "module": "core/mixins/form-associated-mixin.js"
17661
+ }
17662
+ },
17562
17663
  {
17563
17664
  "kind": "method",
17564
17665
  "name": "updateFormValue",
@@ -19143,6 +19244,17 @@
19143
19244
  },
19144
19245
  "privacy": "private"
19145
19246
  },
19247
+ {
19248
+ "kind": "field",
19249
+ "name": "empty",
19250
+ "type": {
19251
+ "text": "boolean"
19252
+ },
19253
+ "privacy": "public",
19254
+ "description": "Whether the input is empty.",
19255
+ "deprecated": "true",
19256
+ "readonly": true
19257
+ },
19146
19258
  {
19147
19259
  "kind": "field",
19148
19260
  "name": "_valueCache",
@@ -19361,6 +19473,21 @@
19361
19473
  "module": "core/mixins/form-associated-input-mixin.js"
19362
19474
  }
19363
19475
  },
19476
+ {
19477
+ "kind": "field",
19478
+ "name": "formFieldAssociated",
19479
+ "type": {
19480
+ "text": "boolean"
19481
+ },
19482
+ "privacy": "public",
19483
+ "static": true,
19484
+ "readonly": true,
19485
+ "default": "true",
19486
+ "inheritedFrom": {
19487
+ "name": "SbbFormAssociatedInputMixin",
19488
+ "module": "core/mixins/form-associated-input-mixin.js"
19489
+ }
19490
+ },
19364
19491
  {
19365
19492
  "kind": "field",
19366
19493
  "name": "_shouldEmitChange",
@@ -19846,6 +19973,20 @@
19846
19973
  "module": "core/mixins/form-associated-mixin.js"
19847
19974
  }
19848
19975
  },
19976
+ {
19977
+ "kind": "method",
19978
+ "name": "_hasDisabledAncestor",
19979
+ "privacy": "private",
19980
+ "return": {
19981
+ "type": {
19982
+ "text": "boolean"
19983
+ }
19984
+ },
19985
+ "inheritedFrom": {
19986
+ "name": "SbbFormAssociatedMixin",
19987
+ "module": "core/mixins/form-associated-mixin.js"
19988
+ }
19989
+ },
19849
19990
  {
19850
19991
  "kind": "method",
19851
19992
  "name": "formState",
@@ -21980,6 +22121,20 @@
21980
22121
  "module": "core/mixins/form-associated-mixin.js"
21981
22122
  }
21982
22123
  },
22124
+ {
22125
+ "kind": "method",
22126
+ "name": "_hasDisabledAncestor",
22127
+ "privacy": "private",
22128
+ "return": {
22129
+ "type": {
22130
+ "text": "boolean"
22131
+ }
22132
+ },
22133
+ "inheritedFrom": {
22134
+ "name": "SbbFormAssociatedMixin",
22135
+ "module": "core/mixins/form-associated-mixin.js"
22136
+ }
22137
+ },
21983
22138
  {
21984
22139
  "kind": "method",
21985
22140
  "name": "setValidityFlag",
@@ -23281,15 +23436,6 @@
23281
23436
  "module": "autocomplete/autocomplete-base-element.js"
23282
23437
  }
23283
23438
  },
23284
- {
23285
- "kind": "field",
23286
- "name": "_activeItemIndex",
23287
- "type": {
23288
- "text": "number"
23289
- },
23290
- "privacy": "private",
23291
- "default": "-1"
23292
- },
23293
23439
  {
23294
23440
  "kind": "field",
23295
23441
  "name": "_activeColumnIndex",
@@ -23312,15 +23458,6 @@
23312
23458
  "module": "autocomplete/autocomplete-base-element.js"
23313
23459
  }
23314
23460
  },
23315
- {
23316
- "kind": "field",
23317
- "name": "_row",
23318
- "type": {
23319
- "text": "SbbAutocompleteGridRowElement[]"
23320
- },
23321
- "privacy": "private",
23322
- "readonly": true
23323
- },
23324
23461
  {
23325
23462
  "kind": "method",
23326
23463
  "name": "syncNegative",
@@ -23654,6 +23791,19 @@
23654
23791
  "module": "autocomplete/autocomplete-base-element.js"
23655
23792
  }
23656
23793
  },
23794
+ {
23795
+ "kind": "field",
23796
+ "name": "activeOption",
23797
+ "type": {
23798
+ "text": "SbbOptionBaseElement<T> | null"
23799
+ },
23800
+ "privacy": "protected",
23801
+ "default": "null",
23802
+ "inheritedFrom": {
23803
+ "name": "SbbAutocompleteBaseElement",
23804
+ "module": "autocomplete/autocomplete-base-element.js"
23805
+ }
23806
+ },
23657
23807
  {
23658
23808
  "kind": "field",
23659
23809
  "name": "_originResizeObserver",
@@ -23745,6 +23895,19 @@
23745
23895
  "module": "autocomplete/autocomplete-base-element.js"
23746
23896
  }
23747
23897
  },
23898
+ {
23899
+ "kind": "field",
23900
+ "name": "_optionsCount",
23901
+ "type": {
23902
+ "text": "number"
23903
+ },
23904
+ "privacy": "private",
23905
+ "default": "0",
23906
+ "inheritedFrom": {
23907
+ "name": "SbbAutocompleteBaseElement",
23908
+ "module": "autocomplete/autocomplete-base-element.js"
23909
+ }
23910
+ },
23748
23911
  {
23749
23912
  "kind": "method",
23750
23913
  "name": "open",
@@ -23828,14 +23991,13 @@
23828
23991
  },
23829
23992
  {
23830
23993
  "kind": "method",
23831
- "name": "_openOnNewOptions",
23994
+ "name": "_setNextActiveOptionIfAutoActiveFirstOption",
23832
23995
  "privacy": "private",
23833
23996
  "return": {
23834
23997
  "type": {
23835
23998
  "text": "void"
23836
23999
  }
23837
24000
  },
23838
- "description": "If the 'input' is focused and there's a change in the number of options, open the autocomplete",
23839
24001
  "inheritedFrom": {
23840
24002
  "name": "SbbAutocompleteBaseElement",
23841
24003
  "module": "autocomplete/autocomplete-base-element.js"
@@ -27164,6 +27326,20 @@
27164
27326
  "module": "core/mixins/form-associated-mixin.js"
27165
27327
  }
27166
27328
  },
27329
+ {
27330
+ "kind": "method",
27331
+ "name": "_hasDisabledAncestor",
27332
+ "privacy": "private",
27333
+ "return": {
27334
+ "type": {
27335
+ "text": "boolean"
27336
+ }
27337
+ },
27338
+ "inheritedFrom": {
27339
+ "name": "SbbFormAssociatedMixin",
27340
+ "module": "core/mixins/form-associated-mixin.js"
27341
+ }
27342
+ },
27167
27343
  {
27168
27344
  "kind": "method",
27169
27345
  "name": "updateFormValue",
@@ -29004,6 +29180,20 @@
29004
29180
  "module": "core/mixins/form-associated-mixin.js"
29005
29181
  }
29006
29182
  },
29183
+ {
29184
+ "kind": "method",
29185
+ "name": "_hasDisabledAncestor",
29186
+ "privacy": "private",
29187
+ "return": {
29188
+ "type": {
29189
+ "text": "boolean"
29190
+ }
29191
+ },
29192
+ "inheritedFrom": {
29193
+ "name": "SbbFormAssociatedMixin",
29194
+ "module": "core/mixins/form-associated-mixin.js"
29195
+ }
29196
+ },
29007
29197
  {
29008
29198
  "kind": "method",
29009
29199
  "name": "updateFormValue",
@@ -31193,6 +31383,20 @@
31193
31383
  "module": "core/mixins/form-associated-mixin.js"
31194
31384
  }
31195
31385
  },
31386
+ {
31387
+ "kind": "method",
31388
+ "name": "_hasDisabledAncestor",
31389
+ "privacy": "private",
31390
+ "return": {
31391
+ "type": {
31392
+ "text": "boolean"
31393
+ }
31394
+ },
31395
+ "inheritedFrom": {
31396
+ "name": "SbbFormAssociatedMixin",
31397
+ "module": "core/mixins/form-associated-mixin.js"
31398
+ }
31399
+ },
31196
31400
  {
31197
31401
  "kind": "method",
31198
31402
  "name": "updateFormValue",
@@ -32351,6 +32555,20 @@
32351
32555
  "module": "core/mixins/form-associated-mixin.js"
32352
32556
  }
32353
32557
  },
32558
+ {
32559
+ "kind": "method",
32560
+ "name": "_hasDisabledAncestor",
32561
+ "privacy": "private",
32562
+ "return": {
32563
+ "type": {
32564
+ "text": "boolean"
32565
+ }
32566
+ },
32567
+ "inheritedFrom": {
32568
+ "name": "SbbFormAssociatedMixin",
32569
+ "module": "core/mixins/form-associated-mixin.js"
32570
+ }
32571
+ },
32354
32572
  {
32355
32573
  "kind": "method",
32356
32574
  "name": "updateFormValue",
@@ -34191,6 +34409,20 @@
34191
34409
  "module": "core/mixins/form-associated-mixin.js"
34192
34410
  }
34193
34411
  },
34412
+ {
34413
+ "kind": "method",
34414
+ "name": "_hasDisabledAncestor",
34415
+ "privacy": "private",
34416
+ "return": {
34417
+ "type": {
34418
+ "text": "boolean"
34419
+ }
34420
+ },
34421
+ "inheritedFrom": {
34422
+ "name": "SbbFormAssociatedMixin",
34423
+ "module": "core/mixins/form-associated-mixin.js"
34424
+ }
34425
+ },
34194
34426
  {
34195
34427
  "kind": "method",
34196
34428
  "name": "updateFormValue",
@@ -36195,6 +36427,20 @@
36195
36427
  "module": "core/mixins/form-associated-mixin.js"
36196
36428
  }
36197
36429
  },
36430
+ {
36431
+ "kind": "method",
36432
+ "name": "_hasDisabledAncestor",
36433
+ "privacy": "private",
36434
+ "return": {
36435
+ "type": {
36436
+ "text": "boolean"
36437
+ }
36438
+ },
36439
+ "inheritedFrom": {
36440
+ "name": "SbbFormAssociatedMixin",
36441
+ "module": "core/mixins/form-associated-mixin.js"
36442
+ }
36443
+ },
36198
36444
  {
36199
36445
  "kind": "method",
36200
36446
  "name": "updateFormValue",
@@ -37736,6 +37982,20 @@
37736
37982
  "module": "core/mixins/form-associated-mixin.js"
37737
37983
  }
37738
37984
  },
37985
+ {
37986
+ "kind": "method",
37987
+ "name": "_hasDisabledAncestor",
37988
+ "privacy": "private",
37989
+ "return": {
37990
+ "type": {
37991
+ "text": "boolean"
37992
+ }
37993
+ },
37994
+ "inheritedFrom": {
37995
+ "name": "SbbFormAssociatedMixin",
37996
+ "module": "core/mixins/form-associated-mixin.js"
37997
+ }
37998
+ },
37739
37999
  {
37740
38000
  "kind": "method",
37741
38001
  "name": "setValidityFlag",
@@ -38838,6 +39098,20 @@
38838
39098
  "module": "core/mixins/form-associated-mixin.js"
38839
39099
  }
38840
39100
  },
39101
+ {
39102
+ "kind": "method",
39103
+ "name": "_hasDisabledAncestor",
39104
+ "privacy": "private",
39105
+ "return": {
39106
+ "type": {
39107
+ "text": "boolean"
39108
+ }
39109
+ },
39110
+ "inheritedFrom": {
39111
+ "name": "SbbFormAssociatedMixin",
39112
+ "module": "core/mixins/form-associated-mixin.js"
39113
+ }
39114
+ },
38841
39115
  {
38842
39116
  "kind": "method",
38843
39117
  "name": "setValidityFlag",
@@ -39637,6 +39911,20 @@
39637
39911
  "module": "core/mixins/form-associated-mixin.js"
39638
39912
  }
39639
39913
  },
39914
+ {
39915
+ "kind": "method",
39916
+ "name": "_hasDisabledAncestor",
39917
+ "privacy": "private",
39918
+ "return": {
39919
+ "type": {
39920
+ "text": "boolean"
39921
+ }
39922
+ },
39923
+ "inheritedFrom": {
39924
+ "name": "SbbFormAssociatedMixin",
39925
+ "module": "core/mixins/form-associated-mixin.js"
39926
+ }
39927
+ },
39640
39928
  {
39641
39929
  "kind": "method",
39642
39930
  "name": "setValidityFlag",
@@ -40279,6 +40567,20 @@
40279
40567
  "module": "core/mixins/form-associated-mixin.js"
40280
40568
  }
40281
40569
  },
40570
+ {
40571
+ "kind": "method",
40572
+ "name": "_hasDisabledAncestor",
40573
+ "privacy": "private",
40574
+ "return": {
40575
+ "type": {
40576
+ "text": "boolean"
40577
+ }
40578
+ },
40579
+ "inheritedFrom": {
40580
+ "name": "SbbFormAssociatedMixin",
40581
+ "module": "core/mixins/form-associated-mixin.js"
40582
+ }
40583
+ },
40282
40584
  {
40283
40585
  "kind": "method",
40284
40586
  "name": "setValidityFlag",
@@ -41421,6 +41723,20 @@
41421
41723
  "module": "core/mixins/form-associated-mixin.js"
41422
41724
  }
41423
41725
  },
41726
+ {
41727
+ "kind": "method",
41728
+ "name": "_hasDisabledAncestor",
41729
+ "privacy": "private",
41730
+ "return": {
41731
+ "type": {
41732
+ "text": "boolean"
41733
+ }
41734
+ },
41735
+ "inheritedFrom": {
41736
+ "name": "SbbFormAssociatedMixin",
41737
+ "module": "core/mixins/form-associated-mixin.js"
41738
+ }
41739
+ },
41424
41740
  {
41425
41741
  "kind": "method",
41426
41742
  "name": "updateFormValue",
@@ -43348,6 +43664,20 @@
43348
43664
  "module": "core/mixins/form-associated-mixin.js"
43349
43665
  }
43350
43666
  },
43667
+ {
43668
+ "kind": "method",
43669
+ "name": "_hasDisabledAncestor",
43670
+ "privacy": "private",
43671
+ "return": {
43672
+ "type": {
43673
+ "text": "boolean"
43674
+ }
43675
+ },
43676
+ "inheritedFrom": {
43677
+ "name": "SbbFormAssociatedMixin",
43678
+ "module": "core/mixins/form-associated-mixin.js"
43679
+ }
43680
+ },
43351
43681
  {
43352
43682
  "kind": "method",
43353
43683
  "name": "updateFormValue",
@@ -43838,6 +44168,20 @@
43838
44168
  "module": "core/mixins/form-associated-mixin.js"
43839
44169
  }
43840
44170
  },
44171
+ {
44172
+ "kind": "method",
44173
+ "name": "_hasDisabledAncestor",
44174
+ "privacy": "private",
44175
+ "return": {
44176
+ "type": {
44177
+ "text": "boolean"
44178
+ }
44179
+ },
44180
+ "inheritedFrom": {
44181
+ "name": "SbbFormAssociatedMixin",
44182
+ "module": "core/mixins/form-associated-mixin.js"
44183
+ }
44184
+ },
43841
44185
  {
43842
44186
  "kind": "method",
43843
44187
  "name": "updateFormValue",
@@ -48226,7 +48570,7 @@
48226
48570
  "type": {
48227
48571
  "text": "Record<string, string>"
48228
48572
  },
48229
- "default": "{ de: 'Jahr und Monat auswählen', en: 'Choose year and month', fr: 'Choisir l’année et le mois', it: 'Selezioni anno e mese', }"
48573
+ "default": "{ de: 'Jahr und Monat auswählen', en: 'Choose year and month', fr: 'Choisir l’année et le mois', it: 'Seleziona anno e mese', }"
48230
48574
  },
48231
48575
  {
48232
48576
  "kind": "variable",
@@ -48234,7 +48578,7 @@
48234
48578
  "type": {
48235
48579
  "text": "Record<string, string>"
48236
48580
  },
48237
- "default": "{ de: 'Datum auswählen', en: 'Choose date', fr: 'Choisir une date', it: 'Selezioni una data', }"
48581
+ "default": "{ de: 'Datum auswählen', en: 'Choose date', fr: 'Choisir une date', it: 'Seleziona una data', }"
48238
48582
  },
48239
48583
  {
48240
48584
  "kind": "function",
@@ -48423,7 +48767,7 @@
48423
48767
  "type": {
48424
48768
  "text": "Record<string, string>"
48425
48769
  },
48426
- "default": "{ de: 'Klicken Sie auf diese Karte für Details', en: 'Click on this card for details', fr: 'Cliquez sur cette carte pour plus de détails', it: 'Clicchi su questa scheda per i dettagli', }"
48770
+ "default": "{ de: 'Klicken Sie auf diese Karte für Details', en: 'Click on this card for details', fr: 'Cliquez sur cette carte pour plus de détails', it: 'Clicca su questa scheda per i dettagli', }"
48427
48771
  },
48428
48772
  {
48429
48773
  "kind": "variable",
@@ -48431,7 +48775,7 @@
48431
48775
  "type": {
48432
48776
  "text": "Record<string, string>"
48433
48777
  },
48434
- "default": "{ de: 'Klicken Sie auf diese Karte, um zurück zur Zusammenfassung zu gelangen', en: 'Click on this card to go back to the summary', fr: 'Cliquez sur cette carte pour revenir au résumé', it: 'Clicchi su questa scheda per tornare al sommario', }"
48778
+ "default": "{ de: 'Klicken Sie auf diese Karte, um zurück zur Zusammenfassung zu gelangen', en: 'Click on this card to go back to the summary', fr: 'Cliquez sur cette carte pour revenir au résumé', it: 'Clicca su questa scheda per tornare al sommario', }"
48435
48779
  },
48436
48780
  {
48437
48781
  "kind": "variable",
@@ -48439,7 +48783,15 @@
48439
48783
  "type": {
48440
48784
  "text": "Record<string, string>"
48441
48785
  },
48442
- "default": "{ de: 'Datei auswählen', en: 'Choose a file', fr: 'Choisissez un fichier', it: 'Scelga un file', }"
48786
+ "default": "{ de: 'Datei auswählen', en: 'Choose a file', fr: 'Choisissez un fichier', it: 'Scegli un file', }"
48787
+ },
48788
+ {
48789
+ "kind": "variable",
48790
+ "name": "i18nFileSelectorButtonLabelMultiple",
48791
+ "type": {
48792
+ "text": "Record<string, string>"
48793
+ },
48794
+ "default": "{ de: 'Dateien auswählen', en: 'Choose files', fr: 'Choisissez des fichiers', it: 'Scegli file', }"
48443
48795
  },
48444
48796
  {
48445
48797
  "kind": "variable",
@@ -48447,7 +48799,15 @@
48447
48799
  "type": {
48448
48800
  "text": "Record<string, string>"
48449
48801
  },
48450
- "default": "{ de: 'Ziehen Sie Ihre Dateien hier hin (Drag & Drop)', en: 'Drag & Drop your files here', fr: 'Faites glisser et déposez vos fichiers ici', it: 'Trascini e rilasci i suoi file qui', }"
48802
+ "default": "{ de: 'Ziehen Sie Ihre Datei hier hin (Drag & Drop)', en: 'Drag & Drop your file here', fr: 'Faites glisser et déposez votre fichier ici', it: 'Trascina e rilascia il file qui', }"
48803
+ },
48804
+ {
48805
+ "kind": "variable",
48806
+ "name": "i18nFileSelectorSubtitleLabelMultiple",
48807
+ "type": {
48808
+ "text": "Record<string, string>"
48809
+ },
48810
+ "default": "{ de: 'Ziehen Sie Ihre Dateien hier hin (Drag & Drop)', en: 'Drag & Drop your files here', fr: 'Faites glisser et déposez vos fichiers ici', it: 'Trascina e rilascia i file qui', }"
48451
48811
  },
48452
48812
  {
48453
48813
  "kind": "variable",
@@ -48455,7 +48815,7 @@
48455
48815
  "type": {
48456
48816
  "text": "Record<string, string>"
48457
48817
  },
48458
- "default": "{ de: 'Datei entfernen', en: 'Remove file', fr: 'Effacer le fichier', it: 'Rimuova il file', }"
48818
+ "default": "{ de: 'Datei entfernen', en: 'Remove file', fr: 'Effacer le fichier', it: 'Rimuovi il file', }"
48459
48819
  },
48460
48820
  {
48461
48821
  "kind": "function",
@@ -48521,7 +48881,24 @@
48521
48881
  "text": "number"
48522
48882
  }
48523
48883
  }
48524
- ]
48884
+ ],
48885
+ "deprecated": "true"
48886
+ },
48887
+ {
48888
+ "kind": "variable",
48889
+ "name": "i18nPaginatorSelected",
48890
+ "type": {
48891
+ "text": "Record<string, string>"
48892
+ },
48893
+ "default": "{ de: `ausgewählt`, en: `selected`, fr: `sélectionnée`, it: `selezionata`, }"
48894
+ },
48895
+ {
48896
+ "kind": "variable",
48897
+ "name": "i18nPaginatorOf",
48898
+ "type": {
48899
+ "text": "Record<string, string>"
48900
+ },
48901
+ "default": "{ de: `von`, en: `of`, fr: `sur`, it: `di`, }"
48525
48902
  },
48526
48903
  {
48527
48904
  "kind": "variable",
@@ -48612,7 +48989,7 @@
48612
48989
  "type": {
48613
48990
  "text": "Record<string, string>"
48614
48991
  },
48615
- "default": "{ de: 'Bitte gültige Zeit eingeben.', en: 'Please provide a valid time.', fr: 'Veuillez saisir une heure valide.', it: 'Inserisca un orario valido.', }"
48992
+ "default": "{ de: 'Bitte gültige Zeit eingeben.', en: 'Please provide a valid time.', fr: 'Veuillez saisir une heure valide.', it: 'Inserisci un orario valido.', }"
48616
48993
  },
48617
48994
  {
48618
48995
  "kind": "variable",
@@ -48636,7 +49013,7 @@
48636
49013
  "type": {
48637
49014
  "text": "Record<string, string>"
48638
49015
  },
48639
- "default": "{ de: 'Drücken Sie die Entfernen-Taste um den Chip zu löschen', en: 'Press the Delete button to remove the chip', fr: 'Appuyez sur la touche Del pour supprimer cette puce', it: 'Prema il tasto Canc per rimuovere questa chip', }"
49016
+ "default": "{ de: 'Drücken Sie die Entfernen-Taste um den Chip zu löschen', en: 'Press the Delete button to remove the chip', fr: 'Appuyez sur la touche Del pour supprimer cette puce', it: 'Premi il tasto Canc per rimuovere questa chip', }"
48640
49017
  },
48641
49018
  {
48642
49019
  "kind": "variable",
@@ -49224,6 +49601,14 @@
49224
49601
  "module": "core/i18n/i18n.js"
49225
49602
  }
49226
49603
  },
49604
+ {
49605
+ "kind": "js",
49606
+ "name": "i18nFileSelectorButtonLabelMultiple",
49607
+ "declaration": {
49608
+ "name": "i18nFileSelectorButtonLabelMultiple",
49609
+ "module": "core/i18n/i18n.js"
49610
+ }
49611
+ },
49227
49612
  {
49228
49613
  "kind": "js",
49229
49614
  "name": "i18nFileSelectorSubtitleLabel",
@@ -49232,6 +49617,14 @@
49232
49617
  "module": "core/i18n/i18n.js"
49233
49618
  }
49234
49619
  },
49620
+ {
49621
+ "kind": "js",
49622
+ "name": "i18nFileSelectorSubtitleLabelMultiple",
49623
+ "declaration": {
49624
+ "name": "i18nFileSelectorSubtitleLabelMultiple",
49625
+ "module": "core/i18n/i18n.js"
49626
+ }
49627
+ },
49235
49628
  {
49236
49629
  "kind": "js",
49237
49630
  "name": "i18nFileSelectorDeleteFile",
@@ -49288,6 +49681,22 @@
49288
49681
  "module": "core/i18n/i18n.js"
49289
49682
  }
49290
49683
  },
49684
+ {
49685
+ "kind": "js",
49686
+ "name": "i18nPaginatorSelected",
49687
+ "declaration": {
49688
+ "name": "i18nPaginatorSelected",
49689
+ "module": "core/i18n/i18n.js"
49690
+ }
49691
+ },
49692
+ {
49693
+ "kind": "js",
49694
+ "name": "i18nPaginatorOf",
49695
+ "declaration": {
49696
+ "name": "i18nPaginatorOf",
49697
+ "module": "core/i18n/i18n.js"
49698
+ }
49699
+ },
49291
49700
  {
49292
49701
  "kind": "js",
49293
49702
  "name": "i18nCheckboxRequired",
@@ -50363,6 +50772,20 @@
50363
50772
  "module": "core/mixins/form-associated-mixin.js"
50364
50773
  }
50365
50774
  },
50775
+ {
50776
+ "kind": "method",
50777
+ "name": "_hasDisabledAncestor",
50778
+ "privacy": "private",
50779
+ "return": {
50780
+ "type": {
50781
+ "text": "boolean"
50782
+ }
50783
+ },
50784
+ "inheritedFrom": {
50785
+ "name": "SbbFormAssociatedMixin",
50786
+ "module": "core/mixins/form-associated-mixin.js"
50787
+ }
50788
+ },
50366
50789
  {
50367
50790
  "kind": "method",
50368
50791
  "name": "formState",
@@ -50991,6 +51414,20 @@
50991
51414
  "module": "core/mixins/form-associated-mixin.js"
50992
51415
  }
50993
51416
  },
51417
+ {
51418
+ "kind": "method",
51419
+ "name": "_hasDisabledAncestor",
51420
+ "privacy": "private",
51421
+ "return": {
51422
+ "type": {
51423
+ "text": "boolean"
51424
+ }
51425
+ },
51426
+ "inheritedFrom": {
51427
+ "name": "SbbFormAssociatedMixin",
51428
+ "module": "core/mixins/form-associated-mixin.js"
51429
+ }
51430
+ },
50994
51431
  {
50995
51432
  "kind": "method",
50996
51433
  "name": "setValidityFlag",
@@ -51197,6 +51634,17 @@
51197
51634
  "description": "",
51198
51635
  "name": "SbbFormAssociatedInputMixinType",
51199
51636
  "members": [
51637
+ {
51638
+ "kind": "field",
51639
+ "name": "formFieldAssociated",
51640
+ "type": {
51641
+ "text": "boolean"
51642
+ },
51643
+ "privacy": "public",
51644
+ "static": true,
51645
+ "readonly": true,
51646
+ "default": "true"
51647
+ },
51200
51648
  {
51201
51649
  "kind": "field",
51202
51650
  "name": "value",
@@ -51509,6 +51957,20 @@
51509
51957
  "module": "core/mixins/form-associated-mixin.js"
51510
51958
  }
51511
51959
  },
51960
+ {
51961
+ "kind": "method",
51962
+ "name": "_hasDisabledAncestor",
51963
+ "privacy": "private",
51964
+ "return": {
51965
+ "type": {
51966
+ "text": "boolean"
51967
+ }
51968
+ },
51969
+ "inheritedFrom": {
51970
+ "name": "SbbFormAssociatedMixin",
51971
+ "module": "core/mixins/form-associated-mixin.js"
51972
+ }
51973
+ },
51512
51974
  {
51513
51975
  "kind": "method",
51514
51976
  "name": "updateFormValue",
@@ -51740,6 +52202,17 @@
51740
52202
  "readonly": true,
51741
52203
  "default": "'textbox'"
51742
52204
  },
52205
+ {
52206
+ "kind": "field",
52207
+ "name": "formFieldAssociated",
52208
+ "type": {
52209
+ "text": "boolean"
52210
+ },
52211
+ "privacy": "public",
52212
+ "static": true,
52213
+ "readonly": true,
52214
+ "default": "true"
52215
+ },
51743
52216
  {
51744
52217
  "kind": "field",
51745
52218
  "name": "_shouldEmitChange",
@@ -52238,6 +52711,20 @@
52238
52711
  "module": "core/mixins/form-associated-mixin.js"
52239
52712
  }
52240
52713
  },
52714
+ {
52715
+ "kind": "method",
52716
+ "name": "_hasDisabledAncestor",
52717
+ "privacy": "private",
52718
+ "return": {
52719
+ "type": {
52720
+ "text": "boolean"
52721
+ }
52722
+ },
52723
+ "inheritedFrom": {
52724
+ "name": "SbbFormAssociatedMixin",
52725
+ "module": "core/mixins/form-associated-mixin.js"
52726
+ }
52727
+ },
52241
52728
  {
52242
52729
  "kind": "method",
52243
52730
  "name": "updateFormValue",
@@ -52910,6 +53397,16 @@
52910
53397
  ],
52911
53398
  "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
53399
  },
53400
+ {
53401
+ "kind": "method",
53402
+ "name": "_hasDisabledAncestor",
53403
+ "privacy": "private",
53404
+ "return": {
53405
+ "type": {
53406
+ "text": "boolean"
53407
+ }
53408
+ }
53409
+ },
52913
53410
  {
52914
53411
  "kind": "method",
52915
53412
  "name": "updateFormValue",
@@ -53435,6 +53932,20 @@
53435
53932
  "module": "core/mixins/form-associated-mixin.js"
53436
53933
  }
53437
53934
  },
53935
+ {
53936
+ "kind": "method",
53937
+ "name": "_hasDisabledAncestor",
53938
+ "privacy": "private",
53939
+ "return": {
53940
+ "type": {
53941
+ "text": "boolean"
53942
+ }
53943
+ },
53944
+ "inheritedFrom": {
53945
+ "name": "SbbFormAssociatedMixin",
53946
+ "module": "core/mixins/form-associated-mixin.js"
53947
+ }
53948
+ },
53438
53949
  {
53439
53950
  "kind": "method",
53440
53951
  "name": "formState",
@@ -54163,6 +54674,20 @@
54163
54674
  "module": "core/mixins/form-associated-mixin.js"
54164
54675
  }
54165
54676
  },
54677
+ {
54678
+ "kind": "method",
54679
+ "name": "_hasDisabledAncestor",
54680
+ "privacy": "private",
54681
+ "return": {
54682
+ "type": {
54683
+ "text": "boolean"
54684
+ }
54685
+ },
54686
+ "inheritedFrom": {
54687
+ "name": "SbbFormAssociatedMixin",
54688
+ "module": "core/mixins/form-associated-mixin.js"
54689
+ }
54690
+ },
54166
54691
  {
54167
54692
  "kind": "method",
54168
54693
  "name": "formState",
@@ -56726,6 +57251,20 @@
56726
57251
  "module": "core/mixins/form-associated-mixin.js"
56727
57252
  }
56728
57253
  },
57254
+ {
57255
+ "kind": "method",
57256
+ "name": "_hasDisabledAncestor",
57257
+ "privacy": "private",
57258
+ "return": {
57259
+ "type": {
57260
+ "text": "boolean"
57261
+ }
57262
+ },
57263
+ "inheritedFrom": {
57264
+ "name": "SbbFormAssociatedMixin",
57265
+ "module": "core/mixins/form-associated-mixin.js"
57266
+ }
57267
+ },
56729
57268
  {
56730
57269
  "kind": "method",
56731
57270
  "name": "updateFormValue",
@@ -57582,6 +58121,20 @@
57582
58121
  "module": "core/mixins/form-associated-mixin.js"
57583
58122
  }
57584
58123
  },
58124
+ {
58125
+ "kind": "method",
58126
+ "name": "_hasDisabledAncestor",
58127
+ "privacy": "private",
58128
+ "return": {
58129
+ "type": {
58130
+ "text": "boolean"
58131
+ }
58132
+ },
58133
+ "inheritedFrom": {
58134
+ "name": "SbbFormAssociatedMixin",
58135
+ "module": "core/mixins/form-associated-mixin.js"
58136
+ }
58137
+ },
57585
58138
  {
57586
58139
  "kind": "method",
57587
58140
  "name": "updateFormValue",
@@ -59394,6 +59947,20 @@
59394
59947
  "module": "core/mixins/form-associated-mixin.js"
59395
59948
  }
59396
59949
  },
59950
+ {
59951
+ "kind": "method",
59952
+ "name": "_hasDisabledAncestor",
59953
+ "privacy": "private",
59954
+ "return": {
59955
+ "type": {
59956
+ "text": "boolean"
59957
+ }
59958
+ },
59959
+ "inheritedFrom": {
59960
+ "name": "SbbFormAssociatedMixin",
59961
+ "module": "core/mixins/form-associated-mixin.js"
59962
+ }
59963
+ },
59397
59964
  {
59398
59965
  "kind": "method",
59399
59966
  "name": "updateFormValue",
@@ -60315,6 +60882,20 @@
60315
60882
  "module": "core/mixins/form-associated-mixin.js"
60316
60883
  }
60317
60884
  },
60885
+ {
60886
+ "kind": "method",
60887
+ "name": "_hasDisabledAncestor",
60888
+ "privacy": "private",
60889
+ "return": {
60890
+ "type": {
60891
+ "text": "boolean"
60892
+ }
60893
+ },
60894
+ "inheritedFrom": {
60895
+ "name": "SbbFormAssociatedMixin",
60896
+ "module": "core/mixins/form-associated-mixin.js"
60897
+ }
60898
+ },
60318
60899
  {
60319
60900
  "kind": "method",
60320
60901
  "name": "updateFormValue",
@@ -61152,6 +61733,20 @@
61152
61733
  "module": "core/mixins/form-associated-mixin.js"
61153
61734
  }
61154
61735
  },
61736
+ {
61737
+ "kind": "method",
61738
+ "name": "_hasDisabledAncestor",
61739
+ "privacy": "private",
61740
+ "return": {
61741
+ "type": {
61742
+ "text": "boolean"
61743
+ }
61744
+ },
61745
+ "inheritedFrom": {
61746
+ "name": "SbbFormAssociatedMixin",
61747
+ "module": "core/mixins/form-associated-mixin.js"
61748
+ }
61749
+ },
61155
61750
  {
61156
61751
  "kind": "method",
61157
61752
  "name": "updateFormValue",
@@ -63076,6 +63671,20 @@
63076
63671
  "module": "core/mixins/form-associated-mixin.js"
63077
63672
  }
63078
63673
  },
63674
+ {
63675
+ "kind": "method",
63676
+ "name": "_hasDisabledAncestor",
63677
+ "privacy": "private",
63678
+ "return": {
63679
+ "type": {
63680
+ "text": "boolean"
63681
+ }
63682
+ },
63683
+ "inheritedFrom": {
63684
+ "name": "SbbFormAssociatedMixin",
63685
+ "module": "core/mixins/form-associated-mixin.js"
63686
+ }
63687
+ },
63079
63688
  {
63080
63689
  "kind": "method",
63081
63690
  "name": "updateFormValue",
@@ -64722,6 +65331,20 @@
64722
65331
  "module": "core/mixins/form-associated-mixin.js"
64723
65332
  }
64724
65333
  },
65334
+ {
65335
+ "kind": "method",
65336
+ "name": "_hasDisabledAncestor",
65337
+ "privacy": "private",
65338
+ "return": {
65339
+ "type": {
65340
+ "text": "boolean"
65341
+ }
65342
+ },
65343
+ "inheritedFrom": {
65344
+ "name": "SbbFormAssociatedMixin",
65345
+ "module": "core/mixins/form-associated-mixin.js"
65346
+ }
65347
+ },
64725
65348
  {
64726
65349
  "kind": "method",
64727
65350
  "name": "updateFormValue",
@@ -65255,6 +65878,16 @@
65255
65878
  }
65256
65879
  ]
65257
65880
  },
65881
+ {
65882
+ "kind": "method",
65883
+ "name": "getButtonLabel",
65884
+ "privacy": "protected",
65885
+ "return": {
65886
+ "type": {
65887
+ "text": "string"
65888
+ }
65889
+ }
65890
+ },
65258
65891
  {
65259
65892
  "kind": "method",
65260
65893
  "name": "formResetCallback",
@@ -65494,6 +66127,20 @@
65494
66127
  "module": "core/mixins/form-associated-mixin.js"
65495
66128
  }
65496
66129
  },
66130
+ {
66131
+ "kind": "method",
66132
+ "name": "_hasDisabledAncestor",
66133
+ "privacy": "private",
66134
+ "return": {
66135
+ "type": {
66136
+ "text": "boolean"
66137
+ }
66138
+ },
66139
+ "inheritedFrom": {
66140
+ "name": "SbbFormAssociatedMixin",
66141
+ "module": "core/mixins/form-associated-mixin.js"
66142
+ }
66143
+ },
65497
66144
  {
65498
66145
  "kind": "method",
65499
66146
  "name": "updateFormValue",
@@ -65863,6 +66510,23 @@
65863
66510
  "privacy": "protected",
65864
66511
  "default": "new SbbLanguageController(this)"
65865
66512
  },
66513
+ {
66514
+ "kind": "field",
66515
+ "name": "_counter",
66516
+ "type": {
66517
+ "text": "number"
66518
+ },
66519
+ "privacy": "private",
66520
+ "default": "0"
66521
+ },
66522
+ {
66523
+ "kind": "field",
66524
+ "name": "_dragTarget",
66525
+ "type": {
66526
+ "text": "HTMLElement | undefined"
66527
+ },
66528
+ "privacy": "private"
66529
+ },
65866
66530
  {
65867
66531
  "kind": "method",
65868
66532
  "name": "renderTemplate",
@@ -66011,6 +66675,16 @@
66011
66675
  }
66012
66676
  ]
66013
66677
  },
66678
+ {
66679
+ "kind": "method",
66680
+ "name": "getButtonLabel",
66681
+ "privacy": "protected",
66682
+ "return": {
66683
+ "type": {
66684
+ "text": "string"
66685
+ }
66686
+ }
66687
+ },
66014
66688
  {
66015
66689
  "kind": "method",
66016
66690
  "name": "_removeFile",
@@ -66078,6 +66752,104 @@
66078
66752
  }
66079
66753
  }
66080
66754
  },
66755
+ {
66756
+ "kind": "method",
66757
+ "name": "_onDragEnter",
66758
+ "privacy": "private",
66759
+ "return": {
66760
+ "type": {
66761
+ "text": "void"
66762
+ }
66763
+ },
66764
+ "parameters": [
66765
+ {
66766
+ "name": "event",
66767
+ "type": {
66768
+ "text": "DragEvent"
66769
+ }
66770
+ }
66771
+ ]
66772
+ },
66773
+ {
66774
+ "kind": "method",
66775
+ "name": "_onDragLeave",
66776
+ "privacy": "private",
66777
+ "return": {
66778
+ "type": {
66779
+ "text": "void"
66780
+ }
66781
+ },
66782
+ "parameters": [
66783
+ {
66784
+ "name": "event",
66785
+ "type": {
66786
+ "text": "DragEvent"
66787
+ }
66788
+ }
66789
+ ]
66790
+ },
66791
+ {
66792
+ "kind": "method",
66793
+ "name": "_onFileDrop",
66794
+ "privacy": "private",
66795
+ "return": {
66796
+ "type": {
66797
+ "text": "void"
66798
+ }
66799
+ },
66800
+ "parameters": [
66801
+ {
66802
+ "name": "event",
66803
+ "type": {
66804
+ "text": "DragEvent"
66805
+ }
66806
+ }
66807
+ ]
66808
+ },
66809
+ {
66810
+ "kind": "method",
66811
+ "name": "_blockEvent",
66812
+ "privacy": "private",
66813
+ "return": {
66814
+ "type": {
66815
+ "text": "void"
66816
+ }
66817
+ },
66818
+ "parameters": [
66819
+ {
66820
+ "name": "event",
66821
+ "type": {
66822
+ "text": "DragEvent"
66823
+ }
66824
+ }
66825
+ ]
66826
+ },
66827
+ {
66828
+ "kind": "method",
66829
+ "name": "_setDragState",
66830
+ "privacy": "private",
66831
+ "return": {
66832
+ "type": {
66833
+ "text": "void"
66834
+ }
66835
+ },
66836
+ "parameters": [
66837
+ {
66838
+ "name": "dragTarget",
66839
+ "default": "undefined",
66840
+ "type": {
66841
+ "text": "HTMLElement | undefined"
66842
+ }
66843
+ },
66844
+ {
66845
+ "name": "isDragEnter",
66846
+ "default": "false",
66847
+ "type": {
66848
+ "text": "boolean"
66849
+ }
66850
+ }
66851
+ ]
66852
+ },
66081
66853
  {
66082
66854
  "kind": "field",
66083
66855
  "name": "disabled",
@@ -66283,6 +67055,20 @@
66283
67055
  "module": "core/mixins/form-associated-mixin.js"
66284
67056
  }
66285
67057
  },
67058
+ {
67059
+ "kind": "method",
67060
+ "name": "_hasDisabledAncestor",
67061
+ "privacy": "private",
67062
+ "return": {
67063
+ "type": {
67064
+ "text": "boolean"
67065
+ }
67066
+ },
67067
+ "inheritedFrom": {
67068
+ "name": "SbbFormAssociatedMixin",
67069
+ "module": "core/mixins/form-associated-mixin.js"
67070
+ }
67071
+ },
66286
67072
  {
66287
67073
  "kind": "method",
66288
67074
  "name": "formState",
@@ -66818,6 +67604,31 @@
66818
67604
  "module": "file-selector/common/file-selector-common.js"
66819
67605
  }
66820
67606
  },
67607
+ {
67608
+ "kind": "field",
67609
+ "name": "_counter",
67610
+ "type": {
67611
+ "text": "number"
67612
+ },
67613
+ "privacy": "private",
67614
+ "default": "0",
67615
+ "inheritedFrom": {
67616
+ "name": "SbbFileSelectorCommonElementMixin",
67617
+ "module": "file-selector/common/file-selector-common.js"
67618
+ }
67619
+ },
67620
+ {
67621
+ "kind": "field",
67622
+ "name": "_dragTarget",
67623
+ "type": {
67624
+ "text": "HTMLElement | undefined"
67625
+ },
67626
+ "privacy": "private",
67627
+ "inheritedFrom": {
67628
+ "name": "SbbFileSelectorCommonElementMixin",
67629
+ "module": "file-selector/common/file-selector-common.js"
67630
+ }
67631
+ },
66821
67632
  {
66822
67633
  "kind": "method",
66823
67634
  "name": "formResetCallback",
@@ -66976,6 +67787,20 @@
66976
67787
  "module": "file-selector/common/file-selector-common.js"
66977
67788
  }
66978
67789
  },
67790
+ {
67791
+ "kind": "method",
67792
+ "name": "getButtonLabel",
67793
+ "privacy": "protected",
67794
+ "return": {
67795
+ "type": {
67796
+ "text": "string"
67797
+ }
67798
+ },
67799
+ "inheritedFrom": {
67800
+ "name": "SbbFileSelectorCommonElementMixin",
67801
+ "module": "file-selector/common/file-selector-common.js"
67802
+ }
67803
+ },
66979
67804
  {
66980
67805
  "kind": "method",
66981
67806
  "name": "_removeFile",
@@ -67063,6 +67888,124 @@
67063
67888
  "module": "file-selector/common/file-selector-common.js"
67064
67889
  }
67065
67890
  },
67891
+ {
67892
+ "kind": "method",
67893
+ "name": "_onDragEnter",
67894
+ "privacy": "private",
67895
+ "return": {
67896
+ "type": {
67897
+ "text": "void"
67898
+ }
67899
+ },
67900
+ "parameters": [
67901
+ {
67902
+ "name": "event",
67903
+ "type": {
67904
+ "text": "DragEvent"
67905
+ }
67906
+ }
67907
+ ],
67908
+ "inheritedFrom": {
67909
+ "name": "SbbFileSelectorCommonElementMixin",
67910
+ "module": "file-selector/common/file-selector-common.js"
67911
+ }
67912
+ },
67913
+ {
67914
+ "kind": "method",
67915
+ "name": "_onDragLeave",
67916
+ "privacy": "private",
67917
+ "return": {
67918
+ "type": {
67919
+ "text": "void"
67920
+ }
67921
+ },
67922
+ "parameters": [
67923
+ {
67924
+ "name": "event",
67925
+ "type": {
67926
+ "text": "DragEvent"
67927
+ }
67928
+ }
67929
+ ],
67930
+ "inheritedFrom": {
67931
+ "name": "SbbFileSelectorCommonElementMixin",
67932
+ "module": "file-selector/common/file-selector-common.js"
67933
+ }
67934
+ },
67935
+ {
67936
+ "kind": "method",
67937
+ "name": "_onFileDrop",
67938
+ "privacy": "private",
67939
+ "return": {
67940
+ "type": {
67941
+ "text": "void"
67942
+ }
67943
+ },
67944
+ "parameters": [
67945
+ {
67946
+ "name": "event",
67947
+ "type": {
67948
+ "text": "DragEvent"
67949
+ }
67950
+ }
67951
+ ],
67952
+ "inheritedFrom": {
67953
+ "name": "SbbFileSelectorCommonElementMixin",
67954
+ "module": "file-selector/common/file-selector-common.js"
67955
+ }
67956
+ },
67957
+ {
67958
+ "kind": "method",
67959
+ "name": "_blockEvent",
67960
+ "privacy": "private",
67961
+ "return": {
67962
+ "type": {
67963
+ "text": "void"
67964
+ }
67965
+ },
67966
+ "parameters": [
67967
+ {
67968
+ "name": "event",
67969
+ "type": {
67970
+ "text": "DragEvent"
67971
+ }
67972
+ }
67973
+ ],
67974
+ "inheritedFrom": {
67975
+ "name": "SbbFileSelectorCommonElementMixin",
67976
+ "module": "file-selector/common/file-selector-common.js"
67977
+ }
67978
+ },
67979
+ {
67980
+ "kind": "method",
67981
+ "name": "_setDragState",
67982
+ "privacy": "private",
67983
+ "return": {
67984
+ "type": {
67985
+ "text": "void"
67986
+ }
67987
+ },
67988
+ "parameters": [
67989
+ {
67990
+ "name": "dragTarget",
67991
+ "default": "undefined",
67992
+ "type": {
67993
+ "text": "HTMLElement | undefined"
67994
+ }
67995
+ },
67996
+ {
67997
+ "name": "isDragEnter",
67998
+ "default": "false",
67999
+ "type": {
68000
+ "text": "boolean"
68001
+ }
68002
+ }
68003
+ ],
68004
+ "inheritedFrom": {
68005
+ "name": "SbbFileSelectorCommonElementMixin",
68006
+ "module": "file-selector/common/file-selector-common.js"
68007
+ }
68008
+ },
67066
68009
  {
67067
68010
  "kind": "field",
67068
68011
  "name": "disabled",
@@ -67268,6 +68211,20 @@
67268
68211
  "module": "core/mixins/form-associated-mixin.js"
67269
68212
  }
67270
68213
  },
68214
+ {
68215
+ "kind": "method",
68216
+ "name": "_hasDisabledAncestor",
68217
+ "privacy": "private",
68218
+ "return": {
68219
+ "type": {
68220
+ "text": "boolean"
68221
+ }
68222
+ },
68223
+ "inheritedFrom": {
68224
+ "name": "SbbFormAssociatedMixin",
68225
+ "module": "core/mixins/form-associated-mixin.js"
68226
+ }
68227
+ },
67271
68228
  {
67272
68229
  "kind": "method",
67273
68230
  "name": "formState",
@@ -67624,121 +68581,6 @@
67624
68581
  "description": "The title displayed in `dropzone` variant.",
67625
68582
  "attribute": "title-content"
67626
68583
  },
67627
- {
67628
- "kind": "field",
67629
- "name": "_counter",
67630
- "type": {
67631
- "text": "number"
67632
- },
67633
- "privacy": "private",
67634
- "default": "0"
67635
- },
67636
- {
67637
- "kind": "field",
67638
- "name": "_dragTarget",
67639
- "type": {
67640
- "text": "HTMLElement | undefined"
67641
- },
67642
- "privacy": "private"
67643
- },
67644
- {
67645
- "kind": "method",
67646
- "name": "_blockEvent",
67647
- "privacy": "private",
67648
- "return": {
67649
- "type": {
67650
- "text": "void"
67651
- }
67652
- },
67653
- "parameters": [
67654
- {
67655
- "name": "event",
67656
- "type": {
67657
- "text": "DragEvent"
67658
- }
67659
- }
67660
- ]
67661
- },
67662
- {
67663
- "kind": "method",
67664
- "name": "_onDragEnter",
67665
- "privacy": "private",
67666
- "return": {
67667
- "type": {
67668
- "text": "void"
67669
- }
67670
- },
67671
- "parameters": [
67672
- {
67673
- "name": "event",
67674
- "type": {
67675
- "text": "DragEvent"
67676
- }
67677
- }
67678
- ]
67679
- },
67680
- {
67681
- "kind": "method",
67682
- "name": "_onDragLeave",
67683
- "privacy": "private",
67684
- "return": {
67685
- "type": {
67686
- "text": "void"
67687
- }
67688
- },
67689
- "parameters": [
67690
- {
67691
- "name": "event",
67692
- "type": {
67693
- "text": "DragEvent"
67694
- }
67695
- }
67696
- ]
67697
- },
67698
- {
67699
- "kind": "method",
67700
- "name": "_onFileDrop",
67701
- "privacy": "private",
67702
- "return": {
67703
- "type": {
67704
- "text": "void"
67705
- }
67706
- },
67707
- "parameters": [
67708
- {
67709
- "name": "event",
67710
- "type": {
67711
- "text": "DragEvent"
67712
- }
67713
- }
67714
- ]
67715
- },
67716
- {
67717
- "kind": "method",
67718
- "name": "_setDragState",
67719
- "privacy": "private",
67720
- "return": {
67721
- "type": {
67722
- "text": "void"
67723
- }
67724
- },
67725
- "parameters": [
67726
- {
67727
- "name": "dragTarget",
67728
- "default": "undefined",
67729
- "type": {
67730
- "text": "HTMLElement | undefined"
67731
- }
67732
- },
67733
- {
67734
- "name": "isDragEnter",
67735
- "default": "false",
67736
- "type": {
67737
- "text": "boolean"
67738
- }
67739
- }
67740
- ]
67741
- },
67742
68584
  {
67743
68585
  "kind": "method",
67744
68586
  "name": "renderTemplate",
@@ -67951,6 +68793,31 @@
67951
68793
  "module": "file-selector/common/file-selector-common.js"
67952
68794
  }
67953
68795
  },
68796
+ {
68797
+ "kind": "field",
68798
+ "name": "_counter",
68799
+ "type": {
68800
+ "text": "number"
68801
+ },
68802
+ "privacy": "private",
68803
+ "default": "0",
68804
+ "inheritedFrom": {
68805
+ "name": "SbbFileSelectorCommonElementMixin",
68806
+ "module": "file-selector/common/file-selector-common.js"
68807
+ }
68808
+ },
68809
+ {
68810
+ "kind": "field",
68811
+ "name": "_dragTarget",
68812
+ "type": {
68813
+ "text": "HTMLElement | undefined"
68814
+ },
68815
+ "privacy": "private",
68816
+ "inheritedFrom": {
68817
+ "name": "SbbFileSelectorCommonElementMixin",
68818
+ "module": "file-selector/common/file-selector-common.js"
68819
+ }
68820
+ },
67954
68821
  {
67955
68822
  "kind": "method",
67956
68823
  "name": "formResetCallback",
@@ -68109,6 +68976,20 @@
68109
68976
  "module": "file-selector/common/file-selector-common.js"
68110
68977
  }
68111
68978
  },
68979
+ {
68980
+ "kind": "method",
68981
+ "name": "getButtonLabel",
68982
+ "privacy": "protected",
68983
+ "return": {
68984
+ "type": {
68985
+ "text": "string"
68986
+ }
68987
+ },
68988
+ "inheritedFrom": {
68989
+ "name": "SbbFileSelectorCommonElementMixin",
68990
+ "module": "file-selector/common/file-selector-common.js"
68991
+ }
68992
+ },
68112
68993
  {
68113
68994
  "kind": "method",
68114
68995
  "name": "_removeFile",
@@ -68196,6 +69077,124 @@
68196
69077
  "module": "file-selector/common/file-selector-common.js"
68197
69078
  }
68198
69079
  },
69080
+ {
69081
+ "kind": "method",
69082
+ "name": "_onDragEnter",
69083
+ "privacy": "private",
69084
+ "return": {
69085
+ "type": {
69086
+ "text": "void"
69087
+ }
69088
+ },
69089
+ "parameters": [
69090
+ {
69091
+ "name": "event",
69092
+ "type": {
69093
+ "text": "DragEvent"
69094
+ }
69095
+ }
69096
+ ],
69097
+ "inheritedFrom": {
69098
+ "name": "SbbFileSelectorCommonElementMixin",
69099
+ "module": "file-selector/common/file-selector-common.js"
69100
+ }
69101
+ },
69102
+ {
69103
+ "kind": "method",
69104
+ "name": "_onDragLeave",
69105
+ "privacy": "private",
69106
+ "return": {
69107
+ "type": {
69108
+ "text": "void"
69109
+ }
69110
+ },
69111
+ "parameters": [
69112
+ {
69113
+ "name": "event",
69114
+ "type": {
69115
+ "text": "DragEvent"
69116
+ }
69117
+ }
69118
+ ],
69119
+ "inheritedFrom": {
69120
+ "name": "SbbFileSelectorCommonElementMixin",
69121
+ "module": "file-selector/common/file-selector-common.js"
69122
+ }
69123
+ },
69124
+ {
69125
+ "kind": "method",
69126
+ "name": "_onFileDrop",
69127
+ "privacy": "private",
69128
+ "return": {
69129
+ "type": {
69130
+ "text": "void"
69131
+ }
69132
+ },
69133
+ "parameters": [
69134
+ {
69135
+ "name": "event",
69136
+ "type": {
69137
+ "text": "DragEvent"
69138
+ }
69139
+ }
69140
+ ],
69141
+ "inheritedFrom": {
69142
+ "name": "SbbFileSelectorCommonElementMixin",
69143
+ "module": "file-selector/common/file-selector-common.js"
69144
+ }
69145
+ },
69146
+ {
69147
+ "kind": "method",
69148
+ "name": "_blockEvent",
69149
+ "privacy": "private",
69150
+ "return": {
69151
+ "type": {
69152
+ "text": "void"
69153
+ }
69154
+ },
69155
+ "parameters": [
69156
+ {
69157
+ "name": "event",
69158
+ "type": {
69159
+ "text": "DragEvent"
69160
+ }
69161
+ }
69162
+ ],
69163
+ "inheritedFrom": {
69164
+ "name": "SbbFileSelectorCommonElementMixin",
69165
+ "module": "file-selector/common/file-selector-common.js"
69166
+ }
69167
+ },
69168
+ {
69169
+ "kind": "method",
69170
+ "name": "_setDragState",
69171
+ "privacy": "private",
69172
+ "return": {
69173
+ "type": {
69174
+ "text": "void"
69175
+ }
69176
+ },
69177
+ "parameters": [
69178
+ {
69179
+ "name": "dragTarget",
69180
+ "default": "undefined",
69181
+ "type": {
69182
+ "text": "HTMLElement | undefined"
69183
+ }
69184
+ },
69185
+ {
69186
+ "name": "isDragEnter",
69187
+ "default": "false",
69188
+ "type": {
69189
+ "text": "boolean"
69190
+ }
69191
+ }
69192
+ ],
69193
+ "inheritedFrom": {
69194
+ "name": "SbbFileSelectorCommonElementMixin",
69195
+ "module": "file-selector/common/file-selector-common.js"
69196
+ }
69197
+ },
68199
69198
  {
68200
69199
  "kind": "field",
68201
69200
  "name": "disabled",
@@ -68401,6 +69400,20 @@
68401
69400
  "module": "core/mixins/form-associated-mixin.js"
68402
69401
  }
68403
69402
  },
69403
+ {
69404
+ "kind": "method",
69405
+ "name": "_hasDisabledAncestor",
69406
+ "privacy": "private",
69407
+ "return": {
69408
+ "type": {
69409
+ "text": "boolean"
69410
+ }
69411
+ },
69412
+ "inheritedFrom": {
69413
+ "name": "SbbFormAssociatedMixin",
69414
+ "module": "core/mixins/form-associated-mixin.js"
69415
+ }
69416
+ },
68404
69417
  {
68405
69418
  "kind": "method",
68406
69419
  "name": "formState",
@@ -69161,7 +70174,7 @@
69161
70174
  },
69162
70175
  "privacy": "private",
69163
70176
  "readonly": true,
69164
- "default": "[ 'input', 'select', 'sbb-date-input', 'sbb-time-input', 'sbb-select', 'textarea', ]"
70177
+ "default": "[ 'input', 'select', 'textarea', 'sbb-select', ]"
69165
70178
  },
69166
70179
  {
69167
70180
  "kind": "field",
@@ -70113,6 +71126,20 @@
70113
71126
  "module": "core/mixins/form-associated-mixin.js"
70114
71127
  }
70115
71128
  },
71129
+ {
71130
+ "kind": "method",
71131
+ "name": "_hasDisabledAncestor",
71132
+ "privacy": "private",
71133
+ "return": {
71134
+ "type": {
71135
+ "text": "boolean"
71136
+ }
71137
+ },
71138
+ "inheritedFrom": {
71139
+ "name": "SbbFormAssociatedMixin",
71140
+ "module": "core/mixins/form-associated-mixin.js"
71141
+ }
71142
+ },
70116
71143
  {
70117
71144
  "kind": "method",
70118
71145
  "name": "updateFormValue",
@@ -71550,6 +72577,20 @@
71550
72577
  "module": "core/mixins/form-associated-mixin.js"
71551
72578
  }
71552
72579
  },
72580
+ {
72581
+ "kind": "method",
72582
+ "name": "_hasDisabledAncestor",
72583
+ "privacy": "private",
72584
+ "return": {
72585
+ "type": {
72586
+ "text": "boolean"
72587
+ }
72588
+ },
72589
+ "inheritedFrom": {
72590
+ "name": "SbbFormAssociatedMixin",
72591
+ "module": "core/mixins/form-associated-mixin.js"
72592
+ }
72593
+ },
71553
72594
  {
71554
72595
  "kind": "method",
71555
72596
  "name": "updateFormValue",
@@ -72960,15 +74001,15 @@
72960
74001
  },
72961
74002
  {
72962
74003
  "kind": "javascript-module",
72963
- "path": "link/block-link-button/block-link-button.component.js",
74004
+ "path": "link/block-link-static/block-link-static.component.js",
72964
74005
  "declarations": [
72965
74006
  {
72966
74007
  "kind": "class",
72967
- "description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
72968
- "name": "SbbBlockLinkButtonElement",
74008
+ "description": "It displays a static link enhanced with the SBB Design.",
74009
+ "name": "SbbBlockLinkStaticElement",
72969
74010
  "slots": [
72970
74011
  {
72971
- "description": "Use the unnamed slot to add content to the `sbb-block-link-button`.",
74012
+ "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
72972
74013
  "name": ""
72973
74014
  },
72974
74015
  {
@@ -72982,15 +74023,15 @@
72982
74023
  "module": "link/common.js"
72983
74024
  },
72984
74025
  {
72985
- "name": "SbbDisabledTabIndexActionMixin",
74026
+ "name": "SbbDisabledMixin",
72986
74027
  "module": "core/mixins.js"
72987
74028
  }
72988
74029
  ],
72989
74030
  "superclass": {
72990
- "name": "SbbButtonBaseElement",
74031
+ "name": "SbbActionBaseElement",
72991
74032
  "module": "core/base-elements.js"
72992
74033
  },
72993
- "tagName": "sbb-block-link-button",
74034
+ "tagName": "sbb-block-link-static",
72994
74035
  "customElement": true,
72995
74036
  "attributes": [
72996
74037
  {
@@ -73032,19 +74073,6 @@
73032
74073
  "module": "icon/icon-name-mixin.js"
73033
74074
  }
73034
74075
  },
73035
- {
73036
- "name": "disabled-interactive",
73037
- "type": {
73038
- "text": "boolean"
73039
- },
73040
- "default": "false",
73041
- "description": "Whether the button should be aria-disabled but stay interactive.",
73042
- "fieldName": "disabledInteractive",
73043
- "inheritedFrom": {
73044
- "name": "SbbDisabledInteractiveMixin",
73045
- "module": "core/mixins/disabled-mixin.js"
73046
- }
73047
- },
73048
74076
  {
73049
74077
  "name": "disabled",
73050
74078
  "description": "Whether the component is disabled.",
@@ -73057,56 +74085,393 @@
73057
74085
  "name": "SbbDisabledMixin",
73058
74086
  "module": "core/mixins/disabled-mixin.js"
73059
74087
  }
73060
- },
73061
- {
73062
- "name": "value",
73063
- "type": {
73064
- "text": "string"
73065
- },
73066
- "default": "''",
73067
- "description": "Value of the form element.",
73068
- "fieldName": "value",
73069
- "inheritedFrom": {
73070
- "name": "SbbButtonBaseElement",
73071
- "module": "core/base-elements/button-base-element.js"
73072
- }
73073
- },
73074
- {
73075
- "name": "type",
73076
- "description": "The type attribute to use for the button.",
73077
- "default": "'button'",
73078
- "type": {
73079
- "text": "SbbButtonType"
73080
- },
73081
- "fieldName": "type",
73082
- "inheritedFrom": {
73083
- "name": "SbbButtonBaseElement",
73084
- "module": "core/base-elements/button-base-element.js"
73085
- }
73086
- },
73087
- {
73088
- "name": "form",
73089
- "description": "The `<form>` element to associate the button with.",
73090
- "type": {
73091
- "text": "HTMLFormElement | null"
73092
- },
73093
- "fieldName": "form",
73094
- "inheritedFrom": {
73095
- "name": "SbbButtonBaseElement",
73096
- "module": "core/base-elements/button-base-element.js"
73097
- }
73098
- },
73099
- {
73100
- "name": "name",
73101
- "description": "Name of the form element. Will be read from name attribute.",
73102
- "type": {
73103
- "text": "string"
73104
- },
73105
- "fieldName": "name",
73106
- "inheritedFrom": {
73107
- "name": "SbbFormAssociatedMixin",
73108
- "module": "core/mixins/form-associated-mixin.js"
73109
- }
74088
+ }
74089
+ ],
74090
+ "members": [
74091
+ {
74092
+ "kind": "field",
74093
+ "name": "styles",
74094
+ "type": {
74095
+ "text": "CSSResultGroup"
74096
+ },
74097
+ "privacy": "public",
74098
+ "static": true,
74099
+ "default": "[style, blockStyle]",
74100
+ "inheritedFrom": {
74101
+ "name": "SbbLinkCommonElementMixin",
74102
+ "module": "link/common/link-common.js"
74103
+ }
74104
+ },
74105
+ {
74106
+ "kind": "field",
74107
+ "name": "iconPlacement",
74108
+ "type": {
74109
+ "text": "SbbIconPlacement"
74110
+ },
74111
+ "privacy": "public",
74112
+ "default": "'start'",
74113
+ "description": "Moves the icon to the end of the component if set to true.",
74114
+ "attribute": "icon-placement",
74115
+ "reflects": true,
74116
+ "inheritedFrom": {
74117
+ "name": "SbbBlockLinkCommonElementMixin",
74118
+ "module": "link/common/block-link-common.js"
74119
+ }
74120
+ },
74121
+ {
74122
+ "kind": "method",
74123
+ "name": "renderTemplate",
74124
+ "privacy": "protected",
74125
+ "return": {
74126
+ "type": {
74127
+ "text": "TemplateResult"
74128
+ }
74129
+ },
74130
+ "description": "Override this method to render the component template.",
74131
+ "inheritedFrom": {
74132
+ "name": "SbbActionBaseElement",
74133
+ "module": "core/base-elements/action-base-element.js"
74134
+ }
74135
+ },
74136
+ {
74137
+ "kind": "field",
74138
+ "name": "size",
74139
+ "type": {
74140
+ "text": "SbbLinkSize"
74141
+ },
74142
+ "privacy": "public",
74143
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
74144
+ "default": "'s' / 'xs' (lean)",
74145
+ "attribute": "size",
74146
+ "reflects": true,
74147
+ "inheritedFrom": {
74148
+ "name": "SbbLinkCommonElementMixin",
74149
+ "module": "link/common/link-common.js"
74150
+ }
74151
+ },
74152
+ {
74153
+ "kind": "field",
74154
+ "name": "iconName",
74155
+ "type": {
74156
+ "text": "string"
74157
+ },
74158
+ "privacy": "public",
74159
+ "default": "''",
74160
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
74161
+ "attribute": "icon-name",
74162
+ "reflects": true,
74163
+ "inheritedFrom": {
74164
+ "name": "SbbIconNameMixin",
74165
+ "module": "icon/icon-name-mixin.js"
74166
+ }
74167
+ },
74168
+ {
74169
+ "kind": "method",
74170
+ "name": "renderIconSlot",
74171
+ "privacy": "protected",
74172
+ "return": {
74173
+ "type": {
74174
+ "text": "TemplateResult"
74175
+ }
74176
+ },
74177
+ "parameters": [
74178
+ {
74179
+ "name": "classname",
74180
+ "optional": true,
74181
+ "type": {
74182
+ "text": "string"
74183
+ }
74184
+ }
74185
+ ],
74186
+ "inheritedFrom": {
74187
+ "name": "SbbIconNameMixin",
74188
+ "module": "icon/icon-name-mixin.js"
74189
+ }
74190
+ },
74191
+ {
74192
+ "kind": "field",
74193
+ "name": "disabled",
74194
+ "privacy": "public",
74195
+ "description": "Whether the component is disabled.",
74196
+ "default": "false",
74197
+ "type": {
74198
+ "text": "boolean"
74199
+ },
74200
+ "attribute": "disabled",
74201
+ "reflects": true,
74202
+ "inheritedFrom": {
74203
+ "name": "SbbDisabledMixin",
74204
+ "module": "core/mixins/disabled-mixin.js"
74205
+ }
74206
+ },
74207
+ {
74208
+ "kind": "field",
74209
+ "name": "#disabled",
74210
+ "privacy": "private",
74211
+ "type": {
74212
+ "text": "boolean"
74213
+ },
74214
+ "default": "false",
74215
+ "inheritedFrom": {
74216
+ "name": "SbbDisabledMixin",
74217
+ "module": "core/mixins/disabled-mixin.js"
74218
+ }
74219
+ },
74220
+ {
74221
+ "kind": "method",
74222
+ "name": "isDisabledExternally",
74223
+ "privacy": "protected",
74224
+ "return": {
74225
+ "type": {
74226
+ "text": "boolean"
74227
+ }
74228
+ },
74229
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
74230
+ "inheritedFrom": {
74231
+ "name": "SbbDisabledMixin",
74232
+ "module": "core/mixins/disabled-mixin.js"
74233
+ }
74234
+ },
74235
+ {
74236
+ "kind": "method",
74237
+ "name": "toggleState",
74238
+ "privacy": "protected",
74239
+ "return": {
74240
+ "type": {
74241
+ "text": "void"
74242
+ }
74243
+ },
74244
+ "parameters": [
74245
+ {
74246
+ "name": "state",
74247
+ "type": {
74248
+ "text": "string"
74249
+ }
74250
+ },
74251
+ {
74252
+ "name": "force",
74253
+ "optional": true,
74254
+ "type": {
74255
+ "text": "boolean"
74256
+ }
74257
+ }
74258
+ ],
74259
+ "inheritedFrom": {
74260
+ "name": "SbbActionBaseElement",
74261
+ "module": "core/base-elements/action-base-element.js"
74262
+ }
74263
+ },
74264
+ {
74265
+ "kind": "field",
74266
+ "name": "maybeDisabled",
74267
+ "type": {
74268
+ "text": "boolean | undefined"
74269
+ },
74270
+ "privacy": "protected",
74271
+ "readonly": true,
74272
+ "inheritedFrom": {
74273
+ "name": "SbbActionBaseElement",
74274
+ "module": "core/base-elements/action-base-element.js"
74275
+ }
74276
+ },
74277
+ {
74278
+ "kind": "field",
74279
+ "name": "maybeDisabledInteractive",
74280
+ "type": {
74281
+ "text": "boolean | undefined"
74282
+ },
74283
+ "privacy": "protected",
74284
+ "readonly": true,
74285
+ "inheritedFrom": {
74286
+ "name": "SbbActionBaseElement",
74287
+ "module": "core/base-elements/action-base-element.js"
74288
+ }
74289
+ },
74290
+ {
74291
+ "kind": "method",
74292
+ "name": "setupBaseEventHandlers",
74293
+ "privacy": "protected",
74294
+ "return": {
74295
+ "type": {
74296
+ "text": "void"
74297
+ }
74298
+ },
74299
+ "inheritedFrom": {
74300
+ "name": "SbbActionBaseElement",
74301
+ "module": "core/base-elements/action-base-element.js"
74302
+ }
74303
+ }
74304
+ ]
74305
+ }
74306
+ ],
74307
+ "exports": [
74308
+ {
74309
+ "kind": "js",
74310
+ "name": "SbbBlockLinkStaticElement",
74311
+ "declaration": {
74312
+ "name": "SbbBlockLinkStaticElement",
74313
+ "module": "link/block-link-static/block-link-static.component.js"
74314
+ }
74315
+ },
74316
+ {
74317
+ "kind": "custom-element-definition",
74318
+ "name": "sbb-block-link-static",
74319
+ "declaration": {
74320
+ "name": "SbbBlockLinkStaticElement",
74321
+ "module": "link/block-link-static/block-link-static.component.js"
74322
+ }
74323
+ }
74324
+ ]
74325
+ },
74326
+ {
74327
+ "kind": "javascript-module",
74328
+ "path": "link/block-link-button/block-link-button.component.js",
74329
+ "declarations": [
74330
+ {
74331
+ "kind": "class",
74332
+ "description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
74333
+ "name": "SbbBlockLinkButtonElement",
74334
+ "slots": [
74335
+ {
74336
+ "description": "Use the unnamed slot to add content to the `sbb-block-link-button`.",
74337
+ "name": ""
74338
+ },
74339
+ {
74340
+ "description": "Slot used to display the icon, if one is set.",
74341
+ "name": "icon"
74342
+ }
74343
+ ],
74344
+ "mixins": [
74345
+ {
74346
+ "name": "SbbBlockLinkCommonElementMixin",
74347
+ "module": "link/common.js"
74348
+ },
74349
+ {
74350
+ "name": "SbbDisabledTabIndexActionMixin",
74351
+ "module": "core/mixins.js"
74352
+ }
74353
+ ],
74354
+ "superclass": {
74355
+ "name": "SbbButtonBaseElement",
74356
+ "module": "core/base-elements.js"
74357
+ },
74358
+ "tagName": "sbb-block-link-button",
74359
+ "customElement": true,
74360
+ "attributes": [
74361
+ {
74362
+ "name": "icon-placement",
74363
+ "type": {
74364
+ "text": "SbbIconPlacement"
74365
+ },
74366
+ "default": "'start'",
74367
+ "description": "Moves the icon to the end of the component if set to true.",
74368
+ "fieldName": "iconPlacement",
74369
+ "inheritedFrom": {
74370
+ "name": "SbbBlockLinkCommonElementMixin",
74371
+ "module": "link/common/block-link-common.js"
74372
+ }
74373
+ },
74374
+ {
74375
+ "name": "size",
74376
+ "type": {
74377
+ "text": "SbbLinkSize"
74378
+ },
74379
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
74380
+ "default": "'s' / 'xs' (lean)",
74381
+ "fieldName": "size",
74382
+ "inheritedFrom": {
74383
+ "name": "SbbLinkCommonElementMixin",
74384
+ "module": "link/common/link-common.js"
74385
+ }
74386
+ },
74387
+ {
74388
+ "name": "icon-name",
74389
+ "type": {
74390
+ "text": "string"
74391
+ },
74392
+ "default": "''",
74393
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
74394
+ "fieldName": "iconName",
74395
+ "inheritedFrom": {
74396
+ "name": "SbbIconNameMixin",
74397
+ "module": "icon/icon-name-mixin.js"
74398
+ }
74399
+ },
74400
+ {
74401
+ "name": "disabled-interactive",
74402
+ "type": {
74403
+ "text": "boolean"
74404
+ },
74405
+ "default": "false",
74406
+ "description": "Whether the button should be aria-disabled but stay interactive.",
74407
+ "fieldName": "disabledInteractive",
74408
+ "inheritedFrom": {
74409
+ "name": "SbbDisabledInteractiveMixin",
74410
+ "module": "core/mixins/disabled-mixin.js"
74411
+ }
74412
+ },
74413
+ {
74414
+ "name": "disabled",
74415
+ "description": "Whether the component is disabled.",
74416
+ "default": "false",
74417
+ "type": {
74418
+ "text": "boolean"
74419
+ },
74420
+ "fieldName": "disabled",
74421
+ "inheritedFrom": {
74422
+ "name": "SbbDisabledMixin",
74423
+ "module": "core/mixins/disabled-mixin.js"
74424
+ }
74425
+ },
74426
+ {
74427
+ "name": "value",
74428
+ "type": {
74429
+ "text": "string"
74430
+ },
74431
+ "default": "''",
74432
+ "description": "Value of the form element.",
74433
+ "fieldName": "value",
74434
+ "inheritedFrom": {
74435
+ "name": "SbbButtonBaseElement",
74436
+ "module": "core/base-elements/button-base-element.js"
74437
+ }
74438
+ },
74439
+ {
74440
+ "name": "type",
74441
+ "description": "The type attribute to use for the button.",
74442
+ "default": "'button'",
74443
+ "type": {
74444
+ "text": "SbbButtonType"
74445
+ },
74446
+ "fieldName": "type",
74447
+ "inheritedFrom": {
74448
+ "name": "SbbButtonBaseElement",
74449
+ "module": "core/base-elements/button-base-element.js"
74450
+ }
74451
+ },
74452
+ {
74453
+ "name": "form",
74454
+ "description": "The `<form>` element to associate the button with.",
74455
+ "type": {
74456
+ "text": "HTMLFormElement | null"
74457
+ },
74458
+ "fieldName": "form",
74459
+ "inheritedFrom": {
74460
+ "name": "SbbButtonBaseElement",
74461
+ "module": "core/base-elements/button-base-element.js"
74462
+ }
74463
+ },
74464
+ {
74465
+ "name": "name",
74466
+ "description": "Name of the form element. Will be read from name attribute.",
74467
+ "type": {
74468
+ "text": "string"
74469
+ },
74470
+ "fieldName": "name",
74471
+ "inheritedFrom": {
74472
+ "name": "SbbFormAssociatedMixin",
74473
+ "module": "core/mixins/form-associated-mixin.js"
74474
+ }
73110
74475
  }
73111
74476
  ],
73112
74477
  "members": [
@@ -73528,6 +74893,20 @@
73528
74893
  "module": "core/mixins/form-associated-mixin.js"
73529
74894
  }
73530
74895
  },
74896
+ {
74897
+ "kind": "method",
74898
+ "name": "_hasDisabledAncestor",
74899
+ "privacy": "private",
74900
+ "return": {
74901
+ "type": {
74902
+ "text": "boolean"
74903
+ }
74904
+ },
74905
+ "inheritedFrom": {
74906
+ "name": "SbbFormAssociatedMixin",
74907
+ "module": "core/mixins/form-associated-mixin.js"
74908
+ }
74909
+ },
73531
74910
  {
73532
74911
  "kind": "method",
73533
74912
  "name": "updateFormValue",
@@ -73824,330 +75203,6 @@
73824
75203
  }
73825
75204
  ]
73826
75205
  },
73827
- {
73828
- "kind": "javascript-module",
73829
- "path": "link/block-link-static/block-link-static.component.js",
73830
- "declarations": [
73831
- {
73832
- "kind": "class",
73833
- "description": "It displays a static link enhanced with the SBB Design.",
73834
- "name": "SbbBlockLinkStaticElement",
73835
- "slots": [
73836
- {
73837
- "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
73838
- "name": ""
73839
- },
73840
- {
73841
- "description": "Slot used to display the icon, if one is set.",
73842
- "name": "icon"
73843
- }
73844
- ],
73845
- "mixins": [
73846
- {
73847
- "name": "SbbBlockLinkCommonElementMixin",
73848
- "module": "link/common.js"
73849
- },
73850
- {
73851
- "name": "SbbDisabledMixin",
73852
- "module": "core/mixins.js"
73853
- }
73854
- ],
73855
- "superclass": {
73856
- "name": "SbbActionBaseElement",
73857
- "module": "core/base-elements.js"
73858
- },
73859
- "tagName": "sbb-block-link-static",
73860
- "customElement": true,
73861
- "attributes": [
73862
- {
73863
- "name": "icon-placement",
73864
- "type": {
73865
- "text": "SbbIconPlacement"
73866
- },
73867
- "default": "'start'",
73868
- "description": "Moves the icon to the end of the component if set to true.",
73869
- "fieldName": "iconPlacement",
73870
- "inheritedFrom": {
73871
- "name": "SbbBlockLinkCommonElementMixin",
73872
- "module": "link/common/block-link-common.js"
73873
- }
73874
- },
73875
- {
73876
- "name": "size",
73877
- "type": {
73878
- "text": "SbbLinkSize"
73879
- },
73880
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
73881
- "default": "'s' / 'xs' (lean)",
73882
- "fieldName": "size",
73883
- "inheritedFrom": {
73884
- "name": "SbbLinkCommonElementMixin",
73885
- "module": "link/common/link-common.js"
73886
- }
73887
- },
73888
- {
73889
- "name": "icon-name",
73890
- "type": {
73891
- "text": "string"
73892
- },
73893
- "default": "''",
73894
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
73895
- "fieldName": "iconName",
73896
- "inheritedFrom": {
73897
- "name": "SbbIconNameMixin",
73898
- "module": "icon/icon-name-mixin.js"
73899
- }
73900
- },
73901
- {
73902
- "name": "disabled",
73903
- "description": "Whether the component is disabled.",
73904
- "default": "false",
73905
- "type": {
73906
- "text": "boolean"
73907
- },
73908
- "fieldName": "disabled",
73909
- "inheritedFrom": {
73910
- "name": "SbbDisabledMixin",
73911
- "module": "core/mixins/disabled-mixin.js"
73912
- }
73913
- }
73914
- ],
73915
- "members": [
73916
- {
73917
- "kind": "field",
73918
- "name": "styles",
73919
- "type": {
73920
- "text": "CSSResultGroup"
73921
- },
73922
- "privacy": "public",
73923
- "static": true,
73924
- "default": "[style, blockStyle]",
73925
- "inheritedFrom": {
73926
- "name": "SbbLinkCommonElementMixin",
73927
- "module": "link/common/link-common.js"
73928
- }
73929
- },
73930
- {
73931
- "kind": "field",
73932
- "name": "iconPlacement",
73933
- "type": {
73934
- "text": "SbbIconPlacement"
73935
- },
73936
- "privacy": "public",
73937
- "default": "'start'",
73938
- "description": "Moves the icon to the end of the component if set to true.",
73939
- "attribute": "icon-placement",
73940
- "reflects": true,
73941
- "inheritedFrom": {
73942
- "name": "SbbBlockLinkCommonElementMixin",
73943
- "module": "link/common/block-link-common.js"
73944
- }
73945
- },
73946
- {
73947
- "kind": "method",
73948
- "name": "renderTemplate",
73949
- "privacy": "protected",
73950
- "return": {
73951
- "type": {
73952
- "text": "TemplateResult"
73953
- }
73954
- },
73955
- "description": "Override this method to render the component template.",
73956
- "inheritedFrom": {
73957
- "name": "SbbActionBaseElement",
73958
- "module": "core/base-elements/action-base-element.js"
73959
- }
73960
- },
73961
- {
73962
- "kind": "field",
73963
- "name": "size",
73964
- "type": {
73965
- "text": "SbbLinkSize"
73966
- },
73967
- "privacy": "public",
73968
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
73969
- "default": "'s' / 'xs' (lean)",
73970
- "attribute": "size",
73971
- "reflects": true,
73972
- "inheritedFrom": {
73973
- "name": "SbbLinkCommonElementMixin",
73974
- "module": "link/common/link-common.js"
73975
- }
73976
- },
73977
- {
73978
- "kind": "field",
73979
- "name": "iconName",
73980
- "type": {
73981
- "text": "string"
73982
- },
73983
- "privacy": "public",
73984
- "default": "''",
73985
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
73986
- "attribute": "icon-name",
73987
- "reflects": true,
73988
- "inheritedFrom": {
73989
- "name": "SbbIconNameMixin",
73990
- "module": "icon/icon-name-mixin.js"
73991
- }
73992
- },
73993
- {
73994
- "kind": "method",
73995
- "name": "renderIconSlot",
73996
- "privacy": "protected",
73997
- "return": {
73998
- "type": {
73999
- "text": "TemplateResult"
74000
- }
74001
- },
74002
- "parameters": [
74003
- {
74004
- "name": "classname",
74005
- "optional": true,
74006
- "type": {
74007
- "text": "string"
74008
- }
74009
- }
74010
- ],
74011
- "inheritedFrom": {
74012
- "name": "SbbIconNameMixin",
74013
- "module": "icon/icon-name-mixin.js"
74014
- }
74015
- },
74016
- {
74017
- "kind": "field",
74018
- "name": "disabled",
74019
- "privacy": "public",
74020
- "description": "Whether the component is disabled.",
74021
- "default": "false",
74022
- "type": {
74023
- "text": "boolean"
74024
- },
74025
- "attribute": "disabled",
74026
- "reflects": true,
74027
- "inheritedFrom": {
74028
- "name": "SbbDisabledMixin",
74029
- "module": "core/mixins/disabled-mixin.js"
74030
- }
74031
- },
74032
- {
74033
- "kind": "field",
74034
- "name": "#disabled",
74035
- "privacy": "private",
74036
- "type": {
74037
- "text": "boolean"
74038
- },
74039
- "default": "false",
74040
- "inheritedFrom": {
74041
- "name": "SbbDisabledMixin",
74042
- "module": "core/mixins/disabled-mixin.js"
74043
- }
74044
- },
74045
- {
74046
- "kind": "method",
74047
- "name": "isDisabledExternally",
74048
- "privacy": "protected",
74049
- "return": {
74050
- "type": {
74051
- "text": "boolean"
74052
- }
74053
- },
74054
- "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
74055
- "inheritedFrom": {
74056
- "name": "SbbDisabledMixin",
74057
- "module": "core/mixins/disabled-mixin.js"
74058
- }
74059
- },
74060
- {
74061
- "kind": "method",
74062
- "name": "toggleState",
74063
- "privacy": "protected",
74064
- "return": {
74065
- "type": {
74066
- "text": "void"
74067
- }
74068
- },
74069
- "parameters": [
74070
- {
74071
- "name": "state",
74072
- "type": {
74073
- "text": "string"
74074
- }
74075
- },
74076
- {
74077
- "name": "force",
74078
- "optional": true,
74079
- "type": {
74080
- "text": "boolean"
74081
- }
74082
- }
74083
- ],
74084
- "inheritedFrom": {
74085
- "name": "SbbActionBaseElement",
74086
- "module": "core/base-elements/action-base-element.js"
74087
- }
74088
- },
74089
- {
74090
- "kind": "field",
74091
- "name": "maybeDisabled",
74092
- "type": {
74093
- "text": "boolean | undefined"
74094
- },
74095
- "privacy": "protected",
74096
- "readonly": true,
74097
- "inheritedFrom": {
74098
- "name": "SbbActionBaseElement",
74099
- "module": "core/base-elements/action-base-element.js"
74100
- }
74101
- },
74102
- {
74103
- "kind": "field",
74104
- "name": "maybeDisabledInteractive",
74105
- "type": {
74106
- "text": "boolean | undefined"
74107
- },
74108
- "privacy": "protected",
74109
- "readonly": true,
74110
- "inheritedFrom": {
74111
- "name": "SbbActionBaseElement",
74112
- "module": "core/base-elements/action-base-element.js"
74113
- }
74114
- },
74115
- {
74116
- "kind": "method",
74117
- "name": "setupBaseEventHandlers",
74118
- "privacy": "protected",
74119
- "return": {
74120
- "type": {
74121
- "text": "void"
74122
- }
74123
- },
74124
- "inheritedFrom": {
74125
- "name": "SbbActionBaseElement",
74126
- "module": "core/base-elements/action-base-element.js"
74127
- }
74128
- }
74129
- ]
74130
- }
74131
- ],
74132
- "exports": [
74133
- {
74134
- "kind": "js",
74135
- "name": "SbbBlockLinkStaticElement",
74136
- "declaration": {
74137
- "name": "SbbBlockLinkStaticElement",
74138
- "module": "link/block-link-static/block-link-static.component.js"
74139
- }
74140
- },
74141
- {
74142
- "kind": "custom-element-definition",
74143
- "name": "sbb-block-link-static",
74144
- "declaration": {
74145
- "name": "SbbBlockLinkStaticElement",
74146
- "module": "link/block-link-static/block-link-static.component.js"
74147
- }
74148
- }
74149
- ]
74150
- },
74151
75206
  {
74152
75207
  "kind": "javascript-module",
74153
75208
  "path": "link/common/block-link-common.js",
@@ -76067,6 +77122,20 @@
76067
77122
  "module": "core/mixins/form-associated-mixin.js"
76068
77123
  }
76069
77124
  },
77125
+ {
77126
+ "kind": "method",
77127
+ "name": "_hasDisabledAncestor",
77128
+ "privacy": "private",
77129
+ "return": {
77130
+ "type": {
77131
+ "text": "boolean"
77132
+ }
77133
+ },
77134
+ "inheritedFrom": {
77135
+ "name": "SbbFormAssociatedMixin",
77136
+ "module": "core/mixins/form-associated-mixin.js"
77137
+ }
77138
+ },
76070
77139
  {
76071
77140
  "kind": "method",
76072
77141
  "name": "updateFormValue",
@@ -79257,6 +80326,20 @@
79257
80326
  "module": "core/mixins/form-associated-mixin.js"
79258
80327
  }
79259
80328
  },
80329
+ {
80330
+ "kind": "method",
80331
+ "name": "_hasDisabledAncestor",
80332
+ "privacy": "private",
80333
+ "return": {
80334
+ "type": {
80335
+ "text": "boolean"
80336
+ }
80337
+ },
80338
+ "inheritedFrom": {
80339
+ "name": "SbbFormAssociatedMixin",
80340
+ "module": "core/mixins/form-associated-mixin.js"
80341
+ }
80342
+ },
79260
80343
  {
79261
80344
  "kind": "method",
79262
80345
  "name": "updateFormValue",
@@ -81460,6 +82543,20 @@
81460
82543
  "module": "core/mixins/form-associated-mixin.js"
81461
82544
  }
81462
82545
  },
82546
+ {
82547
+ "kind": "method",
82548
+ "name": "_hasDisabledAncestor",
82549
+ "privacy": "private",
82550
+ "return": {
82551
+ "type": {
82552
+ "text": "boolean"
82553
+ }
82554
+ },
82555
+ "inheritedFrom": {
82556
+ "name": "SbbFormAssociatedMixin",
82557
+ "module": "core/mixins/form-associated-mixin.js"
82558
+ }
82559
+ },
81463
82560
  {
81464
82561
  "kind": "method",
81465
82562
  "name": "updateFormValue",
@@ -85274,6 +86371,30 @@
85274
86371
  },
85275
86372
  "privacy": "public"
85276
86373
  },
86374
+ {
86375
+ "kind": "field",
86376
+ "name": "accessibilityPageLabel",
86377
+ "type": {
86378
+ "text": "string"
86379
+ },
86380
+ "privacy": "public"
86381
+ },
86382
+ {
86383
+ "kind": "field",
86384
+ "name": "accessibilityPreviousPageLabel",
86385
+ "type": {
86386
+ "text": "string"
86387
+ },
86388
+ "privacy": "public"
86389
+ },
86390
+ {
86391
+ "kind": "field",
86392
+ "name": "accessibilityNextPageLabel",
86393
+ "type": {
86394
+ "text": "string"
86395
+ },
86396
+ "privacy": "public"
86397
+ },
85277
86398
  {
85278
86399
  "kind": "method",
85279
86400
  "name": "nextPage",
@@ -85652,6 +86773,39 @@
85652
86773
  "attribute": "size",
85653
86774
  "reflects": true
85654
86775
  },
86776
+ {
86777
+ "kind": "field",
86778
+ "name": "accessibilityPageLabel",
86779
+ "type": {
86780
+ "text": "string"
86781
+ },
86782
+ "privacy": "public",
86783
+ "default": "''",
86784
+ "description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
86785
+ "attribute": "accessibility-page-label"
86786
+ },
86787
+ {
86788
+ "kind": "field",
86789
+ "name": "accessibilityPreviousPageLabel",
86790
+ "type": {
86791
+ "text": "string"
86792
+ },
86793
+ "privacy": "public",
86794
+ "default": "''",
86795
+ "description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
86796
+ "attribute": "accessibility-previous-page-label"
86797
+ },
86798
+ {
86799
+ "kind": "field",
86800
+ "name": "accessibilityNextPageLabel",
86801
+ "type": {
86802
+ "text": "string"
86803
+ },
86804
+ "privacy": "public",
86805
+ "default": "''",
86806
+ "description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
86807
+ "attribute": "accessibility-next-page-label"
86808
+ },
85655
86809
  {
85656
86810
  "kind": "field",
85657
86811
  "name": "language",
@@ -85971,6 +87125,33 @@
85971
87125
  "default": "'m' / 's' (lean)",
85972
87126
  "fieldName": "size"
85973
87127
  },
87128
+ {
87129
+ "name": "accessibility-page-label",
87130
+ "type": {
87131
+ "text": "string"
87132
+ },
87133
+ "default": "''",
87134
+ "description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87135
+ "fieldName": "accessibilityPageLabel"
87136
+ },
87137
+ {
87138
+ "name": "accessibility-previous-page-label",
87139
+ "type": {
87140
+ "text": "string"
87141
+ },
87142
+ "default": "''",
87143
+ "description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87144
+ "fieldName": "accessibilityPreviousPageLabel"
87145
+ },
87146
+ {
87147
+ "name": "accessibility-next-page-label",
87148
+ "type": {
87149
+ "text": "string"
87150
+ },
87151
+ "default": "''",
87152
+ "description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87153
+ "fieldName": "accessibilityNextPageLabel"
87154
+ },
85974
87155
  {
85975
87156
  "name": "negative",
85976
87157
  "type": {
@@ -86219,6 +87400,51 @@
86219
87400
  "module": "paginator/common/paginator-common.js"
86220
87401
  }
86221
87402
  },
87403
+ {
87404
+ "kind": "field",
87405
+ "name": "accessibilityPageLabel",
87406
+ "type": {
87407
+ "text": "string"
87408
+ },
87409
+ "privacy": "public",
87410
+ "default": "''",
87411
+ "description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87412
+ "attribute": "accessibility-page-label",
87413
+ "inheritedFrom": {
87414
+ "name": "SbbPaginatorCommonElementMixin",
87415
+ "module": "paginator/common/paginator-common.js"
87416
+ }
87417
+ },
87418
+ {
87419
+ "kind": "field",
87420
+ "name": "accessibilityPreviousPageLabel",
87421
+ "type": {
87422
+ "text": "string"
87423
+ },
87424
+ "privacy": "public",
87425
+ "default": "''",
87426
+ "description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87427
+ "attribute": "accessibility-previous-page-label",
87428
+ "inheritedFrom": {
87429
+ "name": "SbbPaginatorCommonElementMixin",
87430
+ "module": "paginator/common/paginator-common.js"
87431
+ }
87432
+ },
87433
+ {
87434
+ "kind": "field",
87435
+ "name": "accessibilityNextPageLabel",
87436
+ "type": {
87437
+ "text": "string"
87438
+ },
87439
+ "privacy": "public",
87440
+ "default": "''",
87441
+ "description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87442
+ "attribute": "accessibility-next-page-label",
87443
+ "inheritedFrom": {
87444
+ "name": "SbbPaginatorCommonElementMixin",
87445
+ "module": "paginator/common/paginator-common.js"
87446
+ }
87447
+ },
86222
87448
  {
86223
87449
  "kind": "field",
86224
87450
  "name": "language",
@@ -86607,6 +87833,45 @@
86607
87833
  "module": "paginator/common/paginator-common.js"
86608
87834
  }
86609
87835
  },
87836
+ {
87837
+ "name": "accessibility-page-label",
87838
+ "type": {
87839
+ "text": "string"
87840
+ },
87841
+ "default": "''",
87842
+ "description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87843
+ "fieldName": "accessibilityPageLabel",
87844
+ "inheritedFrom": {
87845
+ "name": "SbbPaginatorCommonElementMixin",
87846
+ "module": "paginator/common/paginator-common.js"
87847
+ }
87848
+ },
87849
+ {
87850
+ "name": "accessibility-previous-page-label",
87851
+ "type": {
87852
+ "text": "string"
87853
+ },
87854
+ "default": "''",
87855
+ "description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87856
+ "fieldName": "accessibilityPreviousPageLabel",
87857
+ "inheritedFrom": {
87858
+ "name": "SbbPaginatorCommonElementMixin",
87859
+ "module": "paginator/common/paginator-common.js"
87860
+ }
87861
+ },
87862
+ {
87863
+ "name": "accessibility-next-page-label",
87864
+ "type": {
87865
+ "text": "string"
87866
+ },
87867
+ "default": "''",
87868
+ "description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87869
+ "fieldName": "accessibilityNextPageLabel",
87870
+ "inheritedFrom": {
87871
+ "name": "SbbPaginatorCommonElementMixin",
87872
+ "module": "paginator/common/paginator-common.js"
87873
+ }
87874
+ },
86610
87875
  {
86611
87876
  "name": "negative",
86612
87877
  "type": {
@@ -86719,6 +87984,17 @@
86719
87984
  "module": "paginator/common/paginator-common.js"
86720
87985
  }
86721
87986
  },
87987
+ {
87988
+ "kind": "field",
87989
+ "name": "accessibilityItemsPerPageLabel",
87990
+ "type": {
87991
+ "text": "string"
87992
+ },
87993
+ "privacy": "public",
87994
+ "default": "''",
87995
+ "description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
87996
+ "attribute": "accessibility-items-per-page-label"
87997
+ },
86722
87998
  {
86723
87999
  "kind": "field",
86724
88000
  "name": "_markForFocus",
@@ -86942,6 +88218,51 @@
86942
88218
  "module": "paginator/common/paginator-common.js"
86943
88219
  }
86944
88220
  },
88221
+ {
88222
+ "kind": "field",
88223
+ "name": "accessibilityPageLabel",
88224
+ "type": {
88225
+ "text": "string"
88226
+ },
88227
+ "privacy": "public",
88228
+ "default": "''",
88229
+ "description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
88230
+ "attribute": "accessibility-page-label",
88231
+ "inheritedFrom": {
88232
+ "name": "SbbPaginatorCommonElementMixin",
88233
+ "module": "paginator/common/paginator-common.js"
88234
+ }
88235
+ },
88236
+ {
88237
+ "kind": "field",
88238
+ "name": "accessibilityPreviousPageLabel",
88239
+ "type": {
88240
+ "text": "string"
88241
+ },
88242
+ "privacy": "public",
88243
+ "default": "''",
88244
+ "description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
88245
+ "attribute": "accessibility-previous-page-label",
88246
+ "inheritedFrom": {
88247
+ "name": "SbbPaginatorCommonElementMixin",
88248
+ "module": "paginator/common/paginator-common.js"
88249
+ }
88250
+ },
88251
+ {
88252
+ "kind": "field",
88253
+ "name": "accessibilityNextPageLabel",
88254
+ "type": {
88255
+ "text": "string"
88256
+ },
88257
+ "privacy": "public",
88258
+ "default": "''",
88259
+ "description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
88260
+ "attribute": "accessibility-next-page-label",
88261
+ "inheritedFrom": {
88262
+ "name": "SbbPaginatorCommonElementMixin",
88263
+ "module": "paginator/common/paginator-common.js"
88264
+ }
88265
+ },
86945
88266
  {
86946
88267
  "kind": "field",
86947
88268
  "name": "language",
@@ -87278,6 +88599,15 @@
87278
88599
  "module": "paginator/common/paginator-common.js"
87279
88600
  }
87280
88601
  },
88602
+ {
88603
+ "name": "accessibility-items-per-page-label",
88604
+ "type": {
88605
+ "text": "string"
88606
+ },
88607
+ "default": "''",
88608
+ "description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
88609
+ "fieldName": "accessibilityItemsPerPageLabel"
88610
+ },
87281
88611
  {
87282
88612
  "name": "length",
87283
88613
  "description": "Total number of items.",
@@ -87327,6 +88657,45 @@
87327
88657
  "module": "paginator/common/paginator-common.js"
87328
88658
  }
87329
88659
  },
88660
+ {
88661
+ "name": "accessibility-page-label",
88662
+ "type": {
88663
+ "text": "string"
88664
+ },
88665
+ "default": "''",
88666
+ "description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
88667
+ "fieldName": "accessibilityPageLabel",
88668
+ "inheritedFrom": {
88669
+ "name": "SbbPaginatorCommonElementMixin",
88670
+ "module": "paginator/common/paginator-common.js"
88671
+ }
88672
+ },
88673
+ {
88674
+ "name": "accessibility-previous-page-label",
88675
+ "type": {
88676
+ "text": "string"
88677
+ },
88678
+ "default": "''",
88679
+ "description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
88680
+ "fieldName": "accessibilityPreviousPageLabel",
88681
+ "inheritedFrom": {
88682
+ "name": "SbbPaginatorCommonElementMixin",
88683
+ "module": "paginator/common/paginator-common.js"
88684
+ }
88685
+ },
88686
+ {
88687
+ "name": "accessibility-next-page-label",
88688
+ "type": {
88689
+ "text": "string"
88690
+ },
88691
+ "default": "''",
88692
+ "description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
88693
+ "fieldName": "accessibilityNextPageLabel",
88694
+ "inheritedFrom": {
88695
+ "name": "SbbPaginatorCommonElementMixin",
88696
+ "module": "paginator/common/paginator-common.js"
88697
+ }
88698
+ },
87330
88699
  {
87331
88700
  "name": "negative",
87332
88701
  "type": {
@@ -89284,6 +90653,20 @@
89284
90653
  "module": "core/mixins/form-associated-mixin.js"
89285
90654
  }
89286
90655
  },
90656
+ {
90657
+ "kind": "method",
90658
+ "name": "_hasDisabledAncestor",
90659
+ "privacy": "private",
90660
+ "return": {
90661
+ "type": {
90662
+ "text": "boolean"
90663
+ }
90664
+ },
90665
+ "inheritedFrom": {
90666
+ "name": "SbbFormAssociatedMixin",
90667
+ "module": "core/mixins/form-associated-mixin.js"
90668
+ }
90669
+ },
89287
90670
  {
89288
90671
  "kind": "method",
89289
90672
  "name": "updateFormValue",
@@ -90316,6 +91699,20 @@
90316
91699
  "module": "core/mixins/form-associated-mixin.js"
90317
91700
  }
90318
91701
  },
91702
+ {
91703
+ "kind": "method",
91704
+ "name": "_hasDisabledAncestor",
91705
+ "privacy": "private",
91706
+ "return": {
91707
+ "type": {
91708
+ "text": "boolean"
91709
+ }
91710
+ },
91711
+ "inheritedFrom": {
91712
+ "name": "SbbFormAssociatedMixin",
91713
+ "module": "core/mixins/form-associated-mixin.js"
91714
+ }
91715
+ },
90319
91716
  {
90320
91717
  "kind": "method",
90321
91718
  "name": "formState",
@@ -91192,6 +92589,20 @@
91192
92589
  "module": "core/mixins/form-associated-mixin.js"
91193
92590
  }
91194
92591
  },
92592
+ {
92593
+ "kind": "method",
92594
+ "name": "_hasDisabledAncestor",
92595
+ "privacy": "private",
92596
+ "return": {
92597
+ "type": {
92598
+ "text": "boolean"
92599
+ }
92600
+ },
92601
+ "inheritedFrom": {
92602
+ "name": "SbbFormAssociatedMixin",
92603
+ "module": "core/mixins/form-associated-mixin.js"
92604
+ }
92605
+ },
91195
92606
  {
91196
92607
  "kind": "method",
91197
92608
  "name": "formState",
@@ -92161,6 +93572,20 @@
92161
93572
  "module": "core/mixins/form-associated-mixin.js"
92162
93573
  }
92163
93574
  },
93575
+ {
93576
+ "kind": "method",
93577
+ "name": "_hasDisabledAncestor",
93578
+ "privacy": "private",
93579
+ "return": {
93580
+ "type": {
93581
+ "text": "boolean"
93582
+ }
93583
+ },
93584
+ "inheritedFrom": {
93585
+ "name": "SbbFormAssociatedMixin",
93586
+ "module": "core/mixins/form-associated-mixin.js"
93587
+ }
93588
+ },
92164
93589
  {
92165
93590
  "kind": "method",
92166
93591
  "name": "formState",
@@ -93601,6 +95026,20 @@
93601
95026
  "module": "core/mixins/form-associated-mixin.js"
93602
95027
  }
93603
95028
  },
95029
+ {
95030
+ "kind": "method",
95031
+ "name": "_hasDisabledAncestor",
95032
+ "privacy": "private",
95033
+ "return": {
95034
+ "type": {
95035
+ "text": "boolean"
95036
+ }
95037
+ },
95038
+ "inheritedFrom": {
95039
+ "name": "SbbFormAssociatedMixin",
95040
+ "module": "core/mixins/form-associated-mixin.js"
95041
+ }
95042
+ },
93604
95043
  {
93605
95044
  "kind": "method",
93606
95045
  "name": "formState",
@@ -94400,6 +95839,20 @@
94400
95839
  "module": "core/mixins/form-associated-mixin.js"
94401
95840
  }
94402
95841
  },
95842
+ {
95843
+ "kind": "method",
95844
+ "name": "_hasDisabledAncestor",
95845
+ "privacy": "private",
95846
+ "return": {
95847
+ "type": {
95848
+ "text": "boolean"
95849
+ }
95850
+ },
95851
+ "inheritedFrom": {
95852
+ "name": "SbbFormAssociatedMixin",
95853
+ "module": "core/mixins/form-associated-mixin.js"
95854
+ }
95855
+ },
94403
95856
  {
94404
95857
  "kind": "method",
94405
95858
  "name": "updateFormValue",
@@ -96375,6 +97828,20 @@
96375
97828
  "module": "core/mixins/form-associated-mixin.js"
96376
97829
  }
96377
97830
  },
97831
+ {
97832
+ "kind": "method",
97833
+ "name": "_hasDisabledAncestor",
97834
+ "privacy": "private",
97835
+ "return": {
97836
+ "type": {
97837
+ "text": "boolean"
97838
+ }
97839
+ },
97840
+ "inheritedFrom": {
97841
+ "name": "SbbFormAssociatedMixin",
97842
+ "module": "core/mixins/form-associated-mixin.js"
97843
+ }
97844
+ },
96378
97845
  {
96379
97846
  "kind": "method",
96380
97847
  "name": "updateFormValue",
@@ -97739,6 +99206,20 @@
97739
99206
  "module": "core/mixins/form-associated-mixin.js"
97740
99207
  }
97741
99208
  },
99209
+ {
99210
+ "kind": "method",
99211
+ "name": "_hasDisabledAncestor",
99212
+ "privacy": "private",
99213
+ "return": {
99214
+ "type": {
99215
+ "text": "boolean"
99216
+ }
99217
+ },
99218
+ "inheritedFrom": {
99219
+ "name": "SbbFormAssociatedMixin",
99220
+ "module": "core/mixins/form-associated-mixin.js"
99221
+ }
99222
+ },
97742
99223
  {
97743
99224
  "kind": "method",
97744
99225
  "name": "updateFormValue",
@@ -100009,6 +101490,20 @@
100009
101490
  "module": "core/mixins/form-associated-mixin.js"
100010
101491
  }
100011
101492
  },
101493
+ {
101494
+ "kind": "method",
101495
+ "name": "_hasDisabledAncestor",
101496
+ "privacy": "private",
101497
+ "return": {
101498
+ "type": {
101499
+ "text": "boolean"
101500
+ }
101501
+ },
101502
+ "inheritedFrom": {
101503
+ "name": "SbbFormAssociatedMixin",
101504
+ "module": "core/mixins/form-associated-mixin.js"
101505
+ }
101506
+ },
100012
101507
  {
100013
101508
  "kind": "method",
100014
101509
  "name": "setValidityFlag",
@@ -102077,6 +103572,20 @@
102077
103572
  "module": "core/mixins/form-associated-mixin.js"
102078
103573
  }
102079
103574
  },
103575
+ {
103576
+ "kind": "method",
103577
+ "name": "_hasDisabledAncestor",
103578
+ "privacy": "private",
103579
+ "return": {
103580
+ "type": {
103581
+ "text": "boolean"
103582
+ }
103583
+ },
103584
+ "inheritedFrom": {
103585
+ "name": "SbbFormAssociatedMixin",
103586
+ "module": "core/mixins/form-associated-mixin.js"
103587
+ }
103588
+ },
102080
103589
  {
102081
103590
  "kind": "method",
102082
103591
  "name": "updateFormValue",