@sbb-esta/lyne-elements-dev 4.12.1-dev.1778145512 → 4.12.1-dev.1778235388

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.
@@ -60693,240 +60693,6 @@
60693
60693
  }
60694
60694
  ]
60695
60695
  },
60696
- {
60697
- "kind": "javascript-module",
60698
- "path": "container/container/container.component.js",
60699
- "declarations": [
60700
- {
60701
- "kind": "class",
60702
- "description": "It displays its content with the default page spacing.",
60703
- "name": "SbbContainerElement",
60704
- "cssProperties": [
60705
- {
60706
- "description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
60707
- "name": "--sbb-page-spacing-padding"
60708
- }
60709
- ],
60710
- "slots": [
60711
- {
60712
- "description": "Use the unnamed slot to add anything to the container.",
60713
- "name": ""
60714
- },
60715
- {
60716
- "description": "The slot used by the sbb-sticky-bar component.",
60717
- "name": "sticky-bar"
60718
- },
60719
- {
60720
- "description": "The slot used to slot an `sbb-image` to use as background.",
60721
- "name": "image"
60722
- }
60723
- ],
60724
- "members": [
60725
- {
60726
- "kind": "field",
60727
- "name": "elementName",
60728
- "type": {
60729
- "text": "string"
60730
- },
60731
- "privacy": "public",
60732
- "static": true,
60733
- "readonly": true,
60734
- "default": "'sbb-container'",
60735
- "inheritedFrom": {
60736
- "name": "SbbElement",
60737
- "module": "core/base-elements/element.js"
60738
- }
60739
- },
60740
- {
60741
- "kind": "field",
60742
- "name": "expanded",
60743
- "type": {
60744
- "text": "boolean"
60745
- },
60746
- "privacy": "public",
60747
- "default": "false",
60748
- "description": "Whether the container is expanded.",
60749
- "attribute": "expanded",
60750
- "reflects": true
60751
- },
60752
- {
60753
- "kind": "field",
60754
- "name": "backgroundExpanded",
60755
- "type": {
60756
- "text": "boolean"
60757
- },
60758
- "privacy": "public",
60759
- "default": "false",
60760
- "description": "Whether the background color is shown on full container width on large screens.",
60761
- "attribute": "background-expanded",
60762
- "reflects": true
60763
- },
60764
- {
60765
- "kind": "field",
60766
- "name": "color",
60767
- "type": {
60768
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
60769
- },
60770
- "privacy": "public",
60771
- "default": "'white'",
60772
- "description": "Color of the container, like transparent, white etc.",
60773
- "attribute": "color",
60774
- "reflects": true
60775
- },
60776
- {
60777
- "kind": "field",
60778
- "name": "_hydrationRequired",
60779
- "type": {
60780
- "text": "boolean"
60781
- },
60782
- "privacy": "private",
60783
- "default": "!!this.shadowRoot",
60784
- "inheritedFrom": {
60785
- "name": "SbbHydrationMixin",
60786
- "module": "core/mixins/hydration-mixin.js"
60787
- }
60788
- },
60789
- {
60790
- "kind": "field",
60791
- "name": "_hydrationComplete",
60792
- "privacy": "private",
60793
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
60794
- "inheritedFrom": {
60795
- "name": "SbbHydrationMixin",
60796
- "module": "core/mixins/hydration-mixin.js"
60797
- }
60798
- },
60799
- {
60800
- "kind": "field",
60801
- "name": "_resolveHydration",
60802
- "type": {
60803
- "text": "(hydrationRequired: boolean) => void"
60804
- },
60805
- "privacy": "private",
60806
- "inheritedFrom": {
60807
- "name": "SbbHydrationMixin",
60808
- "module": "core/mixins/hydration-mixin.js"
60809
- }
60810
- },
60811
- {
60812
- "kind": "field",
60813
- "name": "hydrationRequired",
60814
- "type": {
60815
- "text": "boolean"
60816
- },
60817
- "privacy": "protected",
60818
- "description": "Returns whether hydration is required and not completed.",
60819
- "readonly": true,
60820
- "inheritedFrom": {
60821
- "name": "SbbHydrationMixin",
60822
- "module": "core/mixins/hydration-mixin.js"
60823
- },
60824
- "default": "!!this.shadowRoot"
60825
- },
60826
- {
60827
- "kind": "method",
60828
- "name": "toggleState",
60829
- "privacy": "protected",
60830
- "return": {
60831
- "type": {
60832
- "text": "void"
60833
- }
60834
- },
60835
- "parameters": [
60836
- {
60837
- "name": "value",
60838
- "type": {
60839
- "text": "string"
60840
- }
60841
- },
60842
- {
60843
- "name": "force",
60844
- "optional": true,
60845
- "type": {
60846
- "text": "boolean"
60847
- }
60848
- }
60849
- ],
60850
- "inheritedFrom": {
60851
- "name": "SbbElementInternalsMixin",
60852
- "module": "core/mixins/element-internals-mixin.js"
60853
- }
60854
- },
60855
- {
60856
- "kind": "field",
60857
- "name": "['_$sbbElement$']",
60858
- "type": {
60859
- "text": "boolean"
60860
- },
60861
- "privacy": "public",
60862
- "static": true,
60863
- "default": "true",
60864
- "inheritedFrom": {
60865
- "name": "SbbElement",
60866
- "module": "core/base-elements/element.js"
60867
- }
60868
- },
60869
- {
60870
- "kind": "field",
60871
- "name": "_controllers",
60872
- "type": {
60873
- "text": "Set<SbbReactiveController> | undefined"
60874
- },
60875
- "privacy": "private",
60876
- "inheritedFrom": {
60877
- "name": "SbbElement",
60878
- "module": "core/base-elements/element.js"
60879
- }
60880
- }
60881
- ],
60882
- "attributes": [
60883
- {
60884
- "name": "expanded",
60885
- "type": {
60886
- "text": "boolean"
60887
- },
60888
- "default": "false",
60889
- "description": "Whether the container is expanded.",
60890
- "fieldName": "expanded"
60891
- },
60892
- {
60893
- "name": "background-expanded",
60894
- "type": {
60895
- "text": "boolean"
60896
- },
60897
- "default": "false",
60898
- "description": "Whether the background color is shown on full container width on large screens.",
60899
- "fieldName": "backgroundExpanded"
60900
- },
60901
- {
60902
- "name": "color",
60903
- "type": {
60904
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
60905
- },
60906
- "default": "'white'",
60907
- "description": "Color of the container, like transparent, white etc.",
60908
- "fieldName": "color"
60909
- }
60910
- ],
60911
- "superclass": {
60912
- "name": "SbbElement",
60913
- "module": "core/base-elements.js"
60914
- },
60915
- "tagName": "sbb-container",
60916
- "customElement": true
60917
- }
60918
- ],
60919
- "exports": [
60920
- {
60921
- "kind": "js",
60922
- "name": "SbbContainerElement",
60923
- "declaration": {
60924
- "name": "SbbContainerElement",
60925
- "module": "container/container/container.component.js"
60926
- }
60927
- }
60928
- ]
60929
- },
60930
60696
  {
60931
60697
  "kind": "javascript-module",
60932
60698
  "path": "container/sticky-bar/sticky-bar.component.js",
@@ -61389,6 +61155,240 @@
61389
61155
  }
61390
61156
  ]
61391
61157
  },
61158
+ {
61159
+ "kind": "javascript-module",
61160
+ "path": "container/container/container.component.js",
61161
+ "declarations": [
61162
+ {
61163
+ "kind": "class",
61164
+ "description": "It displays its content with the default page spacing.",
61165
+ "name": "SbbContainerElement",
61166
+ "cssProperties": [
61167
+ {
61168
+ "description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
61169
+ "name": "--sbb-page-spacing-padding"
61170
+ }
61171
+ ],
61172
+ "slots": [
61173
+ {
61174
+ "description": "Use the unnamed slot to add anything to the container.",
61175
+ "name": ""
61176
+ },
61177
+ {
61178
+ "description": "The slot used by the sbb-sticky-bar component.",
61179
+ "name": "sticky-bar"
61180
+ },
61181
+ {
61182
+ "description": "The slot used to slot an `sbb-image` to use as background.",
61183
+ "name": "image"
61184
+ }
61185
+ ],
61186
+ "members": [
61187
+ {
61188
+ "kind": "field",
61189
+ "name": "elementName",
61190
+ "type": {
61191
+ "text": "string"
61192
+ },
61193
+ "privacy": "public",
61194
+ "static": true,
61195
+ "readonly": true,
61196
+ "default": "'sbb-container'",
61197
+ "inheritedFrom": {
61198
+ "name": "SbbElement",
61199
+ "module": "core/base-elements/element.js"
61200
+ }
61201
+ },
61202
+ {
61203
+ "kind": "field",
61204
+ "name": "expanded",
61205
+ "type": {
61206
+ "text": "boolean"
61207
+ },
61208
+ "privacy": "public",
61209
+ "default": "false",
61210
+ "description": "Whether the container is expanded.",
61211
+ "attribute": "expanded",
61212
+ "reflects": true
61213
+ },
61214
+ {
61215
+ "kind": "field",
61216
+ "name": "backgroundExpanded",
61217
+ "type": {
61218
+ "text": "boolean"
61219
+ },
61220
+ "privacy": "public",
61221
+ "default": "false",
61222
+ "description": "Whether the background color is shown on full container width on large screens.",
61223
+ "attribute": "background-expanded",
61224
+ "reflects": true
61225
+ },
61226
+ {
61227
+ "kind": "field",
61228
+ "name": "color",
61229
+ "type": {
61230
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
61231
+ },
61232
+ "privacy": "public",
61233
+ "default": "'white'",
61234
+ "description": "Color of the container, like transparent, white etc.",
61235
+ "attribute": "color",
61236
+ "reflects": true
61237
+ },
61238
+ {
61239
+ "kind": "field",
61240
+ "name": "_hydrationRequired",
61241
+ "type": {
61242
+ "text": "boolean"
61243
+ },
61244
+ "privacy": "private",
61245
+ "default": "!!this.shadowRoot",
61246
+ "inheritedFrom": {
61247
+ "name": "SbbHydrationMixin",
61248
+ "module": "core/mixins/hydration-mixin.js"
61249
+ }
61250
+ },
61251
+ {
61252
+ "kind": "field",
61253
+ "name": "_hydrationComplete",
61254
+ "privacy": "private",
61255
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
61256
+ "inheritedFrom": {
61257
+ "name": "SbbHydrationMixin",
61258
+ "module": "core/mixins/hydration-mixin.js"
61259
+ }
61260
+ },
61261
+ {
61262
+ "kind": "field",
61263
+ "name": "_resolveHydration",
61264
+ "type": {
61265
+ "text": "(hydrationRequired: boolean) => void"
61266
+ },
61267
+ "privacy": "private",
61268
+ "inheritedFrom": {
61269
+ "name": "SbbHydrationMixin",
61270
+ "module": "core/mixins/hydration-mixin.js"
61271
+ }
61272
+ },
61273
+ {
61274
+ "kind": "field",
61275
+ "name": "hydrationRequired",
61276
+ "type": {
61277
+ "text": "boolean"
61278
+ },
61279
+ "privacy": "protected",
61280
+ "description": "Returns whether hydration is required and not completed.",
61281
+ "readonly": true,
61282
+ "inheritedFrom": {
61283
+ "name": "SbbHydrationMixin",
61284
+ "module": "core/mixins/hydration-mixin.js"
61285
+ },
61286
+ "default": "!!this.shadowRoot"
61287
+ },
61288
+ {
61289
+ "kind": "method",
61290
+ "name": "toggleState",
61291
+ "privacy": "protected",
61292
+ "return": {
61293
+ "type": {
61294
+ "text": "void"
61295
+ }
61296
+ },
61297
+ "parameters": [
61298
+ {
61299
+ "name": "value",
61300
+ "type": {
61301
+ "text": "string"
61302
+ }
61303
+ },
61304
+ {
61305
+ "name": "force",
61306
+ "optional": true,
61307
+ "type": {
61308
+ "text": "boolean"
61309
+ }
61310
+ }
61311
+ ],
61312
+ "inheritedFrom": {
61313
+ "name": "SbbElementInternalsMixin",
61314
+ "module": "core/mixins/element-internals-mixin.js"
61315
+ }
61316
+ },
61317
+ {
61318
+ "kind": "field",
61319
+ "name": "['_$sbbElement$']",
61320
+ "type": {
61321
+ "text": "boolean"
61322
+ },
61323
+ "privacy": "public",
61324
+ "static": true,
61325
+ "default": "true",
61326
+ "inheritedFrom": {
61327
+ "name": "SbbElement",
61328
+ "module": "core/base-elements/element.js"
61329
+ }
61330
+ },
61331
+ {
61332
+ "kind": "field",
61333
+ "name": "_controllers",
61334
+ "type": {
61335
+ "text": "Set<SbbReactiveController> | undefined"
61336
+ },
61337
+ "privacy": "private",
61338
+ "inheritedFrom": {
61339
+ "name": "SbbElement",
61340
+ "module": "core/base-elements/element.js"
61341
+ }
61342
+ }
61343
+ ],
61344
+ "attributes": [
61345
+ {
61346
+ "name": "expanded",
61347
+ "type": {
61348
+ "text": "boolean"
61349
+ },
61350
+ "default": "false",
61351
+ "description": "Whether the container is expanded.",
61352
+ "fieldName": "expanded"
61353
+ },
61354
+ {
61355
+ "name": "background-expanded",
61356
+ "type": {
61357
+ "text": "boolean"
61358
+ },
61359
+ "default": "false",
61360
+ "description": "Whether the background color is shown on full container width on large screens.",
61361
+ "fieldName": "backgroundExpanded"
61362
+ },
61363
+ {
61364
+ "name": "color",
61365
+ "type": {
61366
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
61367
+ },
61368
+ "default": "'white'",
61369
+ "description": "Color of the container, like transparent, white etc.",
61370
+ "fieldName": "color"
61371
+ }
61372
+ ],
61373
+ "superclass": {
61374
+ "name": "SbbElement",
61375
+ "module": "core/base-elements.js"
61376
+ },
61377
+ "tagName": "sbb-container",
61378
+ "customElement": true
61379
+ }
61380
+ ],
61381
+ "exports": [
61382
+ {
61383
+ "kind": "js",
61384
+ "name": "SbbContainerElement",
61385
+ "declaration": {
61386
+ "name": "SbbContainerElement",
61387
+ "module": "container/container/container.component.js"
61388
+ }
61389
+ }
61390
+ ]
61391
+ },
61392
61392
  {
61393
61393
  "kind": "javascript-module",
61394
61394
  "path": "core/a11y/arrow-navigation.js",
@@ -68609,444 +68609,6 @@
68609
68609
  }
68610
68610
  ]
68611
68611
  },
68612
- {
68613
- "kind": "javascript-module",
68614
- "path": "core/dom/animation.js",
68615
- "declarations": [
68616
- {
68617
- "kind": "function",
68618
- "name": "isZeroAnimationDuration",
68619
- "return": {
68620
- "type": {
68621
- "text": "boolean"
68622
- }
68623
- },
68624
- "parameters": [
68625
- {
68626
- "name": "element",
68627
- "type": {
68628
- "text": "HTMLElement"
68629
- }
68630
- },
68631
- {
68632
- "name": "cssVariableName",
68633
- "type": {
68634
- "text": "string"
68635
- }
68636
- }
68637
- ]
68638
- }
68639
- ],
68640
- "exports": [
68641
- {
68642
- "kind": "js",
68643
- "name": "isZeroAnimationDuration",
68644
- "declaration": {
68645
- "name": "isZeroAnimationDuration",
68646
- "module": "core/dom/animation.js"
68647
- }
68648
- }
68649
- ]
68650
- },
68651
- {
68652
- "kind": "javascript-module",
68653
- "path": "core/dom/contains-pierce-shadow-dom.js",
68654
- "declarations": [
68655
- {
68656
- "kind": "function",
68657
- "name": "containsPierceShadowDom",
68658
- "return": {
68659
- "type": {
68660
- "text": "boolean"
68661
- }
68662
- },
68663
- "parameters": [
68664
- {
68665
- "name": "root",
68666
- "type": {
68667
- "text": "HTMLElement"
68668
- }
68669
- },
68670
- {
68671
- "name": "child",
68672
- "type": {
68673
- "text": "HTMLElement | null"
68674
- }
68675
- }
68676
- ],
68677
- "description": "Equivalent to `Element.contains` while piercing shadow DOM."
68678
- }
68679
- ],
68680
- "exports": [
68681
- {
68682
- "kind": "js",
68683
- "name": "containsPierceShadowDom",
68684
- "declaration": {
68685
- "name": "containsPierceShadowDom",
68686
- "module": "core/dom/contains-pierce-shadow-dom.js"
68687
- }
68688
- }
68689
- ]
68690
- },
68691
- {
68692
- "kind": "javascript-module",
68693
- "path": "core/dom/lean-context.js",
68694
- "declarations": [
68695
- {
68696
- "kind": "function",
68697
- "name": "isLean",
68698
- "return": {
68699
- "type": {
68700
- "text": "boolean"
68701
- }
68702
- },
68703
- "description": "Checks if the document has the `sbb-lean` class."
68704
- }
68705
- ],
68706
- "exports": [
68707
- {
68708
- "kind": "js",
68709
- "name": "isLean",
68710
- "declaration": {
68711
- "name": "isLean",
68712
- "module": "core/dom/lean-context.js"
68713
- }
68714
- }
68715
- ]
68716
- },
68717
- {
68718
- "kind": "javascript-module",
68719
- "path": "core/dom/platform.js",
68720
- "declarations": [
68721
- {
68722
- "kind": "variable",
68723
- "name": "isEdge",
68724
- "description": "Whether the current browser is Microsoft Edge."
68725
- },
68726
- {
68727
- "kind": "variable",
68728
- "name": "isTrident",
68729
- "description": "Whether the current rendering engine is Microsoft Trident."
68730
- },
68731
- {
68732
- "kind": "variable",
68733
- "name": "isBlink",
68734
- "description": "Whether the current rendering engine is Blink."
68735
- },
68736
- {
68737
- "kind": "variable",
68738
- "name": "isWebkit",
68739
- "description": "Whether the current rendering engine is WebKit."
68740
- },
68741
- {
68742
- "kind": "variable",
68743
- "name": "isIOS",
68744
- "description": "Whether the current platform is Apple iOS."
68745
- },
68746
- {
68747
- "kind": "variable",
68748
- "name": "isMacOS",
68749
- "description": "Whether the device is a mac."
68750
- },
68751
- {
68752
- "kind": "variable",
68753
- "name": "isFirefox",
68754
- "description": "Whether the current browser is Firefox."
68755
- },
68756
- {
68757
- "kind": "variable",
68758
- "name": "isAndroid",
68759
- "description": "Whether the current platform is Android."
68760
- },
68761
- {
68762
- "kind": "variable",
68763
- "name": "isSafari",
68764
- "description": "Whether the current browser is Safari."
68765
- },
68766
- {
68767
- "kind": "variable",
68768
- "name": "isChromium",
68769
- "default": "isBlink",
68770
- "description": "We just check for the blink engine."
68771
- },
68772
- {
68773
- "kind": "function",
68774
- "name": "isNextjs",
68775
- "return": {
68776
- "type": {
68777
- "text": "boolean"
68778
- }
68779
- },
68780
- "description": "Whether the application is being rendered in a Next.js environment."
68781
- }
68782
- ],
68783
- "exports": [
68784
- {
68785
- "kind": "js",
68786
- "name": "isEdge",
68787
- "declaration": {
68788
- "name": "isEdge",
68789
- "module": "core/dom/platform.js"
68790
- }
68791
- },
68792
- {
68793
- "kind": "js",
68794
- "name": "isTrident",
68795
- "declaration": {
68796
- "name": "isTrident",
68797
- "module": "core/dom/platform.js"
68798
- }
68799
- },
68800
- {
68801
- "kind": "js",
68802
- "name": "isBlink",
68803
- "declaration": {
68804
- "name": "isBlink",
68805
- "module": "core/dom/platform.js"
68806
- }
68807
- },
68808
- {
68809
- "kind": "js",
68810
- "name": "isWebkit",
68811
- "declaration": {
68812
- "name": "isWebkit",
68813
- "module": "core/dom/platform.js"
68814
- }
68815
- },
68816
- {
68817
- "kind": "js",
68818
- "name": "isIOS",
68819
- "declaration": {
68820
- "name": "isIOS",
68821
- "module": "core/dom/platform.js"
68822
- }
68823
- },
68824
- {
68825
- "kind": "js",
68826
- "name": "isMacOS",
68827
- "declaration": {
68828
- "name": "isMacOS",
68829
- "module": "core/dom/platform.js"
68830
- }
68831
- },
68832
- {
68833
- "kind": "js",
68834
- "name": "isFirefox",
68835
- "declaration": {
68836
- "name": "isFirefox",
68837
- "module": "core/dom/platform.js"
68838
- }
68839
- },
68840
- {
68841
- "kind": "js",
68842
- "name": "isAndroid",
68843
- "declaration": {
68844
- "name": "isAndroid",
68845
- "module": "core/dom/platform.js"
68846
- }
68847
- },
68848
- {
68849
- "kind": "js",
68850
- "name": "isSafari",
68851
- "declaration": {
68852
- "name": "isSafari",
68853
- "module": "core/dom/platform.js"
68854
- }
68855
- },
68856
- {
68857
- "kind": "js",
68858
- "name": "isChromium",
68859
- "declaration": {
68860
- "name": "isChromium",
68861
- "module": "core/dom/platform.js"
68862
- }
68863
- },
68864
- {
68865
- "kind": "js",
68866
- "name": "isNextjs",
68867
- "declaration": {
68868
- "name": "isNextjs",
68869
- "module": "core/dom/platform.js"
68870
- }
68871
- }
68872
- ]
68873
- },
68874
- {
68875
- "kind": "javascript-module",
68876
- "path": "core/dom/queue-dom-content-loaded.js",
68877
- "declarations": [
68878
- {
68879
- "kind": "function",
68880
- "name": "queueDomContentLoaded",
68881
- "return": {
68882
- "type": {
68883
- "text": "void"
68884
- }
68885
- },
68886
- "parameters": [
68887
- {
68888
- "name": "action",
68889
- "type": {
68890
- "text": "() => void"
68891
- }
68892
- }
68893
- ],
68894
- "description": "Postpone 'action' after the DOM is loaded."
68895
- }
68896
- ],
68897
- "exports": [
68898
- {
68899
- "kind": "js",
68900
- "name": "queueDomContentLoaded",
68901
- "declaration": {
68902
- "name": "queueDomContentLoaded",
68903
- "module": "core/dom/queue-dom-content-loaded.js"
68904
- }
68905
- }
68906
- ]
68907
- },
68908
- {
68909
- "kind": "javascript-module",
68910
- "path": "core/dom/scroll.js",
68911
- "declarations": [
68912
- {
68913
- "kind": "function",
68914
- "name": "pageScrollDisabled",
68915
- "return": {
68916
- "type": {
68917
- "text": "boolean"
68918
- }
68919
- }
68920
- },
68921
- {
68922
- "kind": "class",
68923
- "description": "Handle the page scroll, allowing to disable/enable the window scroll avoiding a potential\ncontent shift caused by the disappearance/appearance of the scrollbar.",
68924
- "name": "SbbScrollHandler",
68925
- "members": [
68926
- {
68927
- "kind": "field",
68928
- "name": "_height",
68929
- "type": {
68930
- "text": "string"
68931
- },
68932
- "privacy": "private"
68933
- },
68934
- {
68935
- "kind": "field",
68936
- "name": "_position",
68937
- "type": {
68938
- "text": "string"
68939
- },
68940
- "privacy": "private"
68941
- },
68942
- {
68943
- "kind": "field",
68944
- "name": "_overflow",
68945
- "type": {
68946
- "text": "string"
68947
- },
68948
- "privacy": "private"
68949
- },
68950
- {
68951
- "kind": "field",
68952
- "name": "_marginInlineEnd",
68953
- "type": {
68954
- "text": "string"
68955
- },
68956
- "privacy": "private"
68957
- },
68958
- {
68959
- "kind": "method",
68960
- "name": "disableScroll",
68961
- "privacy": "public",
68962
- "return": {
68963
- "type": {
68964
- "text": "void"
68965
- }
68966
- }
68967
- },
68968
- {
68969
- "kind": "method",
68970
- "name": "enableScroll",
68971
- "privacy": "public",
68972
- "return": {
68973
- "type": {
68974
- "text": "void"
68975
- }
68976
- }
68977
- }
68978
- ]
68979
- }
68980
- ],
68981
- "exports": [
68982
- {
68983
- "kind": "js",
68984
- "name": "pageScrollDisabled",
68985
- "declaration": {
68986
- "name": "pageScrollDisabled",
68987
- "module": "core/dom/scroll.js"
68988
- }
68989
- },
68990
- {
68991
- "kind": "js",
68992
- "name": "SbbScrollHandler",
68993
- "declaration": {
68994
- "name": "SbbScrollHandler",
68995
- "module": "core/dom/scroll.js"
68996
- }
68997
- }
68998
- ]
68999
- },
69000
- {
69001
- "kind": "javascript-module",
69002
- "path": "core/dom/set-or-remove-attribute.js",
69003
- "declarations": [
69004
- {
69005
- "kind": "function",
69006
- "name": "setOrRemoveAttribute",
69007
- "return": {
69008
- "type": {
69009
- "text": "void"
69010
- }
69011
- },
69012
- "parameters": [
69013
- {
69014
- "name": "element",
69015
- "type": {
69016
- "text": "HTMLElement"
69017
- },
69018
- "description": "The element that will have the attribute"
69019
- },
69020
- {
69021
- "name": "attribute",
69022
- "type": {
69023
- "text": "string"
69024
- },
69025
- "description": "The attribute name"
69026
- },
69027
- {
69028
- "name": "value",
69029
- "optional": true,
69030
- "type": {
69031
- "text": "any"
69032
- },
69033
- "description": "The attribute value"
69034
- }
69035
- ],
69036
- "description": "Set the attribute only if value is not 'false', otherwise remove attribute."
69037
- }
69038
- ],
69039
- "exports": [
69040
- {
69041
- "kind": "js",
69042
- "name": "setOrRemoveAttribute",
69043
- "declaration": {
69044
- "name": "setOrRemoveAttribute",
69045
- "module": "core/dom/set-or-remove-attribute.js"
69046
- }
69047
- }
69048
- ]
69049
- },
69050
68612
  {
69051
68613
  "kind": "javascript-module",
69052
68614
  "path": "core/decorators/base.js",
@@ -69270,6 +68832,444 @@
69270
68832
  }
69271
68833
  ]
69272
68834
  },
68835
+ {
68836
+ "kind": "javascript-module",
68837
+ "path": "core/dom/animation.js",
68838
+ "declarations": [
68839
+ {
68840
+ "kind": "function",
68841
+ "name": "isZeroAnimationDuration",
68842
+ "return": {
68843
+ "type": {
68844
+ "text": "boolean"
68845
+ }
68846
+ },
68847
+ "parameters": [
68848
+ {
68849
+ "name": "element",
68850
+ "type": {
68851
+ "text": "HTMLElement"
68852
+ }
68853
+ },
68854
+ {
68855
+ "name": "cssVariableName",
68856
+ "type": {
68857
+ "text": "string"
68858
+ }
68859
+ }
68860
+ ]
68861
+ }
68862
+ ],
68863
+ "exports": [
68864
+ {
68865
+ "kind": "js",
68866
+ "name": "isZeroAnimationDuration",
68867
+ "declaration": {
68868
+ "name": "isZeroAnimationDuration",
68869
+ "module": "core/dom/animation.js"
68870
+ }
68871
+ }
68872
+ ]
68873
+ },
68874
+ {
68875
+ "kind": "javascript-module",
68876
+ "path": "core/dom/contains-pierce-shadow-dom.js",
68877
+ "declarations": [
68878
+ {
68879
+ "kind": "function",
68880
+ "name": "containsPierceShadowDom",
68881
+ "return": {
68882
+ "type": {
68883
+ "text": "boolean"
68884
+ }
68885
+ },
68886
+ "parameters": [
68887
+ {
68888
+ "name": "root",
68889
+ "type": {
68890
+ "text": "HTMLElement"
68891
+ }
68892
+ },
68893
+ {
68894
+ "name": "child",
68895
+ "type": {
68896
+ "text": "HTMLElement | null"
68897
+ }
68898
+ }
68899
+ ],
68900
+ "description": "Equivalent to `Element.contains` while piercing shadow DOM."
68901
+ }
68902
+ ],
68903
+ "exports": [
68904
+ {
68905
+ "kind": "js",
68906
+ "name": "containsPierceShadowDom",
68907
+ "declaration": {
68908
+ "name": "containsPierceShadowDom",
68909
+ "module": "core/dom/contains-pierce-shadow-dom.js"
68910
+ }
68911
+ }
68912
+ ]
68913
+ },
68914
+ {
68915
+ "kind": "javascript-module",
68916
+ "path": "core/dom/lean-context.js",
68917
+ "declarations": [
68918
+ {
68919
+ "kind": "function",
68920
+ "name": "isLean",
68921
+ "return": {
68922
+ "type": {
68923
+ "text": "boolean"
68924
+ }
68925
+ },
68926
+ "description": "Checks if the document has the `sbb-lean` class."
68927
+ }
68928
+ ],
68929
+ "exports": [
68930
+ {
68931
+ "kind": "js",
68932
+ "name": "isLean",
68933
+ "declaration": {
68934
+ "name": "isLean",
68935
+ "module": "core/dom/lean-context.js"
68936
+ }
68937
+ }
68938
+ ]
68939
+ },
68940
+ {
68941
+ "kind": "javascript-module",
68942
+ "path": "core/dom/platform.js",
68943
+ "declarations": [
68944
+ {
68945
+ "kind": "variable",
68946
+ "name": "isEdge",
68947
+ "description": "Whether the current browser is Microsoft Edge."
68948
+ },
68949
+ {
68950
+ "kind": "variable",
68951
+ "name": "isTrident",
68952
+ "description": "Whether the current rendering engine is Microsoft Trident."
68953
+ },
68954
+ {
68955
+ "kind": "variable",
68956
+ "name": "isBlink",
68957
+ "description": "Whether the current rendering engine is Blink."
68958
+ },
68959
+ {
68960
+ "kind": "variable",
68961
+ "name": "isWebkit",
68962
+ "description": "Whether the current rendering engine is WebKit."
68963
+ },
68964
+ {
68965
+ "kind": "variable",
68966
+ "name": "isIOS",
68967
+ "description": "Whether the current platform is Apple iOS."
68968
+ },
68969
+ {
68970
+ "kind": "variable",
68971
+ "name": "isMacOS",
68972
+ "description": "Whether the device is a mac."
68973
+ },
68974
+ {
68975
+ "kind": "variable",
68976
+ "name": "isFirefox",
68977
+ "description": "Whether the current browser is Firefox."
68978
+ },
68979
+ {
68980
+ "kind": "variable",
68981
+ "name": "isAndroid",
68982
+ "description": "Whether the current platform is Android."
68983
+ },
68984
+ {
68985
+ "kind": "variable",
68986
+ "name": "isSafari",
68987
+ "description": "Whether the current browser is Safari."
68988
+ },
68989
+ {
68990
+ "kind": "variable",
68991
+ "name": "isChromium",
68992
+ "default": "isBlink",
68993
+ "description": "We just check for the blink engine."
68994
+ },
68995
+ {
68996
+ "kind": "function",
68997
+ "name": "isNextjs",
68998
+ "return": {
68999
+ "type": {
69000
+ "text": "boolean"
69001
+ }
69002
+ },
69003
+ "description": "Whether the application is being rendered in a Next.js environment."
69004
+ }
69005
+ ],
69006
+ "exports": [
69007
+ {
69008
+ "kind": "js",
69009
+ "name": "isEdge",
69010
+ "declaration": {
69011
+ "name": "isEdge",
69012
+ "module": "core/dom/platform.js"
69013
+ }
69014
+ },
69015
+ {
69016
+ "kind": "js",
69017
+ "name": "isTrident",
69018
+ "declaration": {
69019
+ "name": "isTrident",
69020
+ "module": "core/dom/platform.js"
69021
+ }
69022
+ },
69023
+ {
69024
+ "kind": "js",
69025
+ "name": "isBlink",
69026
+ "declaration": {
69027
+ "name": "isBlink",
69028
+ "module": "core/dom/platform.js"
69029
+ }
69030
+ },
69031
+ {
69032
+ "kind": "js",
69033
+ "name": "isWebkit",
69034
+ "declaration": {
69035
+ "name": "isWebkit",
69036
+ "module": "core/dom/platform.js"
69037
+ }
69038
+ },
69039
+ {
69040
+ "kind": "js",
69041
+ "name": "isIOS",
69042
+ "declaration": {
69043
+ "name": "isIOS",
69044
+ "module": "core/dom/platform.js"
69045
+ }
69046
+ },
69047
+ {
69048
+ "kind": "js",
69049
+ "name": "isMacOS",
69050
+ "declaration": {
69051
+ "name": "isMacOS",
69052
+ "module": "core/dom/platform.js"
69053
+ }
69054
+ },
69055
+ {
69056
+ "kind": "js",
69057
+ "name": "isFirefox",
69058
+ "declaration": {
69059
+ "name": "isFirefox",
69060
+ "module": "core/dom/platform.js"
69061
+ }
69062
+ },
69063
+ {
69064
+ "kind": "js",
69065
+ "name": "isAndroid",
69066
+ "declaration": {
69067
+ "name": "isAndroid",
69068
+ "module": "core/dom/platform.js"
69069
+ }
69070
+ },
69071
+ {
69072
+ "kind": "js",
69073
+ "name": "isSafari",
69074
+ "declaration": {
69075
+ "name": "isSafari",
69076
+ "module": "core/dom/platform.js"
69077
+ }
69078
+ },
69079
+ {
69080
+ "kind": "js",
69081
+ "name": "isChromium",
69082
+ "declaration": {
69083
+ "name": "isChromium",
69084
+ "module": "core/dom/platform.js"
69085
+ }
69086
+ },
69087
+ {
69088
+ "kind": "js",
69089
+ "name": "isNextjs",
69090
+ "declaration": {
69091
+ "name": "isNextjs",
69092
+ "module": "core/dom/platform.js"
69093
+ }
69094
+ }
69095
+ ]
69096
+ },
69097
+ {
69098
+ "kind": "javascript-module",
69099
+ "path": "core/dom/queue-dom-content-loaded.js",
69100
+ "declarations": [
69101
+ {
69102
+ "kind": "function",
69103
+ "name": "queueDomContentLoaded",
69104
+ "return": {
69105
+ "type": {
69106
+ "text": "void"
69107
+ }
69108
+ },
69109
+ "parameters": [
69110
+ {
69111
+ "name": "action",
69112
+ "type": {
69113
+ "text": "() => void"
69114
+ }
69115
+ }
69116
+ ],
69117
+ "description": "Postpone 'action' after the DOM is loaded."
69118
+ }
69119
+ ],
69120
+ "exports": [
69121
+ {
69122
+ "kind": "js",
69123
+ "name": "queueDomContentLoaded",
69124
+ "declaration": {
69125
+ "name": "queueDomContentLoaded",
69126
+ "module": "core/dom/queue-dom-content-loaded.js"
69127
+ }
69128
+ }
69129
+ ]
69130
+ },
69131
+ {
69132
+ "kind": "javascript-module",
69133
+ "path": "core/dom/scroll.js",
69134
+ "declarations": [
69135
+ {
69136
+ "kind": "function",
69137
+ "name": "pageScrollDisabled",
69138
+ "return": {
69139
+ "type": {
69140
+ "text": "boolean"
69141
+ }
69142
+ }
69143
+ },
69144
+ {
69145
+ "kind": "class",
69146
+ "description": "Handle the page scroll, allowing to disable/enable the window scroll avoiding a potential\ncontent shift caused by the disappearance/appearance of the scrollbar.",
69147
+ "name": "SbbScrollHandler",
69148
+ "members": [
69149
+ {
69150
+ "kind": "field",
69151
+ "name": "_height",
69152
+ "type": {
69153
+ "text": "string"
69154
+ },
69155
+ "privacy": "private"
69156
+ },
69157
+ {
69158
+ "kind": "field",
69159
+ "name": "_position",
69160
+ "type": {
69161
+ "text": "string"
69162
+ },
69163
+ "privacy": "private"
69164
+ },
69165
+ {
69166
+ "kind": "field",
69167
+ "name": "_overflow",
69168
+ "type": {
69169
+ "text": "string"
69170
+ },
69171
+ "privacy": "private"
69172
+ },
69173
+ {
69174
+ "kind": "field",
69175
+ "name": "_marginInlineEnd",
69176
+ "type": {
69177
+ "text": "string"
69178
+ },
69179
+ "privacy": "private"
69180
+ },
69181
+ {
69182
+ "kind": "method",
69183
+ "name": "disableScroll",
69184
+ "privacy": "public",
69185
+ "return": {
69186
+ "type": {
69187
+ "text": "void"
69188
+ }
69189
+ }
69190
+ },
69191
+ {
69192
+ "kind": "method",
69193
+ "name": "enableScroll",
69194
+ "privacy": "public",
69195
+ "return": {
69196
+ "type": {
69197
+ "text": "void"
69198
+ }
69199
+ }
69200
+ }
69201
+ ]
69202
+ }
69203
+ ],
69204
+ "exports": [
69205
+ {
69206
+ "kind": "js",
69207
+ "name": "pageScrollDisabled",
69208
+ "declaration": {
69209
+ "name": "pageScrollDisabled",
69210
+ "module": "core/dom/scroll.js"
69211
+ }
69212
+ },
69213
+ {
69214
+ "kind": "js",
69215
+ "name": "SbbScrollHandler",
69216
+ "declaration": {
69217
+ "name": "SbbScrollHandler",
69218
+ "module": "core/dom/scroll.js"
69219
+ }
69220
+ }
69221
+ ]
69222
+ },
69223
+ {
69224
+ "kind": "javascript-module",
69225
+ "path": "core/dom/set-or-remove-attribute.js",
69226
+ "declarations": [
69227
+ {
69228
+ "kind": "function",
69229
+ "name": "setOrRemoveAttribute",
69230
+ "return": {
69231
+ "type": {
69232
+ "text": "void"
69233
+ }
69234
+ },
69235
+ "parameters": [
69236
+ {
69237
+ "name": "element",
69238
+ "type": {
69239
+ "text": "HTMLElement"
69240
+ },
69241
+ "description": "The element that will have the attribute"
69242
+ },
69243
+ {
69244
+ "name": "attribute",
69245
+ "type": {
69246
+ "text": "string"
69247
+ },
69248
+ "description": "The attribute name"
69249
+ },
69250
+ {
69251
+ "name": "value",
69252
+ "optional": true,
69253
+ "type": {
69254
+ "text": "any"
69255
+ },
69256
+ "description": "The attribute value"
69257
+ }
69258
+ ],
69259
+ "description": "Set the attribute only if value is not 'false', otherwise remove attribute."
69260
+ }
69261
+ ],
69262
+ "exports": [
69263
+ {
69264
+ "kind": "js",
69265
+ "name": "setOrRemoveAttribute",
69266
+ "declaration": {
69267
+ "name": "setOrRemoveAttribute",
69268
+ "module": "core/dom/set-or-remove-attribute.js"
69269
+ }
69270
+ }
69271
+ ]
69272
+ },
69273
69273
  {
69274
69274
  "kind": "javascript-module",
69275
69275
  "path": "core/eventing/composed-path-has-attribute.js",
@@ -122855,9 +122855,9 @@
122855
122855
  "privacy": "public",
122856
122856
  "static": true,
122857
122857
  "readonly": true,
122858
- "default": "{ validate: 'validate', resizechange: 'resizechange', }",
122858
+ "default": "{ validate: 'validate', resizechange: 'resizechange', active: 'active', }",
122859
122859
  "type": {
122860
- "text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
122860
+ "text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n active: 'active',\n }"
122861
122861
  }
122862
122862
  },
122863
122863
  {
@@ -123085,6 +123085,13 @@
123085
123085
  }
123086
123086
  ],
123087
123087
  "events": [
123088
+ {
123089
+ "name": "active",
123090
+ "type": {
123091
+ "text": "Event"
123092
+ },
123093
+ "description": "The active event is dispatched when a step is activated."
123094
+ },
123088
123095
  {
123089
123096
  "name": "validate",
123090
123097
  "type": {