@sbb-esta/lyne-elements-dev 5.0.0-next.1-dev.1777683118 → 5.0.0-next.1-dev.1777873336

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 (2) hide show
  1. package/custom-elements.json +529 -529
  2. package/package.json +2 -2
@@ -94518,6 +94518,62 @@
94518
94518
  }
94519
94519
  ]
94520
94520
  },
94521
+ {
94522
+ "kind": "javascript-module",
94523
+ "path": "core/styles/styles.js",
94524
+ "declarations": [
94525
+ {
94526
+ "kind": "variable",
94527
+ "name": "boxSizingStyles"
94528
+ },
94529
+ {
94530
+ "kind": "variable",
94531
+ "name": "hostScrollbarStyles"
94532
+ },
94533
+ {
94534
+ "kind": "variable",
94535
+ "name": "screenReaderOnlyStyles"
94536
+ },
94537
+ {
94538
+ "kind": "variable",
94539
+ "name": "scrollbarStyles"
94540
+ }
94541
+ ],
94542
+ "exports": [
94543
+ {
94544
+ "kind": "js",
94545
+ "name": "boxSizingStyles",
94546
+ "declaration": {
94547
+ "name": "boxSizingStyles",
94548
+ "module": "core/styles/styles.js"
94549
+ }
94550
+ },
94551
+ {
94552
+ "kind": "js",
94553
+ "name": "hostScrollbarStyles",
94554
+ "declaration": {
94555
+ "name": "hostScrollbarStyles",
94556
+ "module": "core/styles/styles.js"
94557
+ }
94558
+ },
94559
+ {
94560
+ "kind": "js",
94561
+ "name": "screenReaderOnlyStyles",
94562
+ "declaration": {
94563
+ "name": "screenReaderOnlyStyles",
94564
+ "module": "core/styles/styles.js"
94565
+ }
94566
+ },
94567
+ {
94568
+ "kind": "js",
94569
+ "name": "scrollbarStyles",
94570
+ "declaration": {
94571
+ "name": "scrollbarStyles",
94572
+ "module": "core/styles/styles.js"
94573
+ }
94574
+ }
94575
+ ]
94576
+ },
94521
94577
  {
94522
94578
  "kind": "javascript-module",
94523
94579
  "path": "core/testing/event-spy.js",
@@ -94915,62 +94971,6 @@
94915
94971
  }
94916
94972
  ]
94917
94973
  },
94918
- {
94919
- "kind": "javascript-module",
94920
- "path": "core/styles/styles.js",
94921
- "declarations": [
94922
- {
94923
- "kind": "variable",
94924
- "name": "boxSizingStyles"
94925
- },
94926
- {
94927
- "kind": "variable",
94928
- "name": "hostScrollbarStyles"
94929
- },
94930
- {
94931
- "kind": "variable",
94932
- "name": "screenReaderOnlyStyles"
94933
- },
94934
- {
94935
- "kind": "variable",
94936
- "name": "scrollbarStyles"
94937
- }
94938
- ],
94939
- "exports": [
94940
- {
94941
- "kind": "js",
94942
- "name": "boxSizingStyles",
94943
- "declaration": {
94944
- "name": "boxSizingStyles",
94945
- "module": "core/styles/styles.js"
94946
- }
94947
- },
94948
- {
94949
- "kind": "js",
94950
- "name": "hostScrollbarStyles",
94951
- "declaration": {
94952
- "name": "hostScrollbarStyles",
94953
- "module": "core/styles/styles.js"
94954
- }
94955
- },
94956
- {
94957
- "kind": "js",
94958
- "name": "screenReaderOnlyStyles",
94959
- "declaration": {
94960
- "name": "screenReaderOnlyStyles",
94961
- "module": "core/styles/styles.js"
94962
- }
94963
- },
94964
- {
94965
- "kind": "js",
94966
- "name": "scrollbarStyles",
94967
- "declaration": {
94968
- "name": "scrollbarStyles",
94969
- "module": "core/styles/styles.js"
94970
- }
94971
- }
94972
- ]
94973
- },
94974
94974
  {
94975
94975
  "kind": "javascript-module",
94976
94976
  "path": "datepicker/common/datepicker-button.js",
@@ -151958,6 +151958,479 @@
151958
151958
  }
151959
151959
  ]
151960
151960
  },
151961
+ {
151962
+ "kind": "javascript-module",
151963
+ "path": "stepper/step/step.component.js",
151964
+ "declarations": [
151965
+ {
151966
+ "kind": "class",
151967
+ "description": "Combined with a `sbb-stepper`, it displays a step's content.",
151968
+ "name": "SbbStepElement",
151969
+ "slots": [
151970
+ {
151971
+ "description": "Use the unnamed slot to provide content.",
151972
+ "name": ""
151973
+ }
151974
+ ],
151975
+ "members": [
151976
+ {
151977
+ "kind": "field",
151978
+ "name": "elementName",
151979
+ "type": {
151980
+ "text": "string"
151981
+ },
151982
+ "privacy": "public",
151983
+ "static": true,
151984
+ "readonly": true,
151985
+ "default": "'sbb-step'",
151986
+ "inheritedFrom": {
151987
+ "name": "SbbElement",
151988
+ "module": "core/base-elements/element.js"
151989
+ }
151990
+ },
151991
+ {
151992
+ "kind": "field",
151993
+ "name": "role",
151994
+ "type": {
151995
+ "text": "string"
151996
+ },
151997
+ "privacy": "public",
151998
+ "static": true,
151999
+ "readonly": true,
152000
+ "default": "'tabpanel'",
152001
+ "inheritedFrom": {
152002
+ "name": "SbbElement",
152003
+ "module": "core/base-elements/element.js"
152004
+ }
152005
+ },
152006
+ {
152007
+ "kind": "field",
152008
+ "name": "events",
152009
+ "privacy": "public",
152010
+ "static": true,
152011
+ "readonly": true,
152012
+ "default": "{ validate: 'validate', resizechange: 'resizechange', }",
152013
+ "type": {
152014
+ "text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
152015
+ }
152016
+ },
152017
+ {
152018
+ "kind": "field",
152019
+ "name": "_stepResizeObserver",
152020
+ "privacy": "private",
152021
+ "default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
152022
+ },
152023
+ {
152024
+ "kind": "field",
152025
+ "name": "label",
152026
+ "type": {
152027
+ "text": "SbbStepLabelElement | null"
152028
+ },
152029
+ "privacy": "public",
152030
+ "description": "The label of the step.",
152031
+ "readonly": true,
152032
+ "default": "null"
152033
+ },
152034
+ {
152035
+ "kind": "field",
152036
+ "name": "_label",
152037
+ "type": {
152038
+ "text": "SbbStepLabelElement | null"
152039
+ },
152040
+ "privacy": "private",
152041
+ "default": "null"
152042
+ },
152043
+ {
152044
+ "kind": "field",
152045
+ "name": "stepper",
152046
+ "type": {
152047
+ "text": "SbbStepperElement | null"
152048
+ },
152049
+ "privacy": "public",
152050
+ "readonly": true
152051
+ },
152052
+ {
152053
+ "kind": "field",
152054
+ "name": "_previousOrientation",
152055
+ "type": {
152056
+ "text": "string | undefined"
152057
+ },
152058
+ "privacy": "private"
152059
+ },
152060
+ {
152061
+ "kind": "method",
152062
+ "name": "_handleClick",
152063
+ "privacy": "private",
152064
+ "return": {
152065
+ "type": {
152066
+ "text": "void"
152067
+ }
152068
+ },
152069
+ "parameters": [
152070
+ {
152071
+ "name": "event",
152072
+ "type": {
152073
+ "text": "Event"
152074
+ }
152075
+ }
152076
+ ],
152077
+ "description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
152078
+ },
152079
+ {
152080
+ "kind": "method",
152081
+ "name": "_isGoNextElement",
152082
+ "privacy": "private",
152083
+ "return": {
152084
+ "type": {
152085
+ "text": "boolean"
152086
+ }
152087
+ },
152088
+ "parameters": [
152089
+ {
152090
+ "name": "element",
152091
+ "type": {
152092
+ "text": "HTMLElement"
152093
+ }
152094
+ }
152095
+ ]
152096
+ },
152097
+ {
152098
+ "kind": "method",
152099
+ "name": "_isGoPreviousElement",
152100
+ "privacy": "private",
152101
+ "return": {
152102
+ "type": {
152103
+ "text": "boolean"
152104
+ }
152105
+ },
152106
+ "parameters": [
152107
+ {
152108
+ "name": "element",
152109
+ "type": {
152110
+ "text": "HTMLElement"
152111
+ }
152112
+ }
152113
+ ]
152114
+ },
152115
+ {
152116
+ "kind": "method",
152117
+ "name": "_onStepElementResize",
152118
+ "privacy": "private",
152119
+ "return": {
152120
+ "type": {
152121
+ "text": "void"
152122
+ }
152123
+ }
152124
+ },
152125
+ {
152126
+ "kind": "method",
152127
+ "name": "_assignLabel",
152128
+ "privacy": "private",
152129
+ "return": {
152130
+ "type": {
152131
+ "text": "void"
152132
+ }
152133
+ }
152134
+ },
152135
+ {
152136
+ "kind": "field",
152137
+ "name": "['_$sbbElement$']",
152138
+ "type": {
152139
+ "text": "boolean"
152140
+ },
152141
+ "privacy": "public",
152142
+ "static": true,
152143
+ "default": "true",
152144
+ "inheritedFrom": {
152145
+ "name": "SbbElement",
152146
+ "module": "core/base-elements/element.js"
152147
+ }
152148
+ },
152149
+ {
152150
+ "kind": "field",
152151
+ "name": "elementDependencies",
152152
+ "type": {
152153
+ "text": "SbbElementType[] | undefined"
152154
+ },
152155
+ "privacy": "public",
152156
+ "static": true,
152157
+ "inheritedFrom": {
152158
+ "name": "SbbElement",
152159
+ "module": "core/base-elements/element.js"
152160
+ }
152161
+ },
152162
+ {
152163
+ "kind": "field",
152164
+ "name": "_controllers",
152165
+ "type": {
152166
+ "text": "Set<SbbReactiveController> | undefined"
152167
+ },
152168
+ "privacy": "private",
152169
+ "inheritedFrom": {
152170
+ "name": "SbbElement",
152171
+ "module": "core/base-elements/element.js"
152172
+ }
152173
+ },
152174
+ {
152175
+ "kind": "field",
152176
+ "name": "_hydrationRequired",
152177
+ "type": {
152178
+ "text": "boolean"
152179
+ },
152180
+ "privacy": "private",
152181
+ "default": "!!this.shadowRoot",
152182
+ "inheritedFrom": {
152183
+ "name": "SbbElement",
152184
+ "module": "core/base-elements/element.js"
152185
+ }
152186
+ },
152187
+ {
152188
+ "kind": "field",
152189
+ "name": "_hydrationComplete",
152190
+ "privacy": "private",
152191
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
152192
+ "inheritedFrom": {
152193
+ "name": "SbbElement",
152194
+ "module": "core/base-elements/element.js"
152195
+ }
152196
+ },
152197
+ {
152198
+ "kind": "field",
152199
+ "name": "_resolveHydration",
152200
+ "type": {
152201
+ "text": "(hydrationRequired: boolean) => void"
152202
+ },
152203
+ "privacy": "private",
152204
+ "inheritedFrom": {
152205
+ "name": "SbbElement",
152206
+ "module": "core/base-elements/element.js"
152207
+ }
152208
+ },
152209
+ {
152210
+ "kind": "field",
152211
+ "name": "_textObserver",
152212
+ "type": {
152213
+ "text": "MutationObserver | undefined"
152214
+ },
152215
+ "privacy": "private",
152216
+ "inheritedFrom": {
152217
+ "name": "SbbElement",
152218
+ "module": "core/base-elements/element.js"
152219
+ }
152220
+ },
152221
+ {
152222
+ "kind": "field",
152223
+ "name": "hydrationRequired",
152224
+ "type": {
152225
+ "text": "boolean"
152226
+ },
152227
+ "privacy": "protected",
152228
+ "description": "Returns whether hydration is required and not completed.",
152229
+ "readonly": true,
152230
+ "inheritedFrom": {
152231
+ "name": "SbbElement",
152232
+ "module": "core/base-elements/element.js"
152233
+ },
152234
+ "default": "!!this.shadowRoot"
152235
+ },
152236
+ {
152237
+ "kind": "method",
152238
+ "name": "finalizeStyles",
152239
+ "privacy": "protected",
152240
+ "static": true,
152241
+ "return": {
152242
+ "type": {
152243
+ "text": "CSSResultOrNative[]"
152244
+ }
152245
+ },
152246
+ "parameters": [
152247
+ {
152248
+ "name": "_styles",
152249
+ "type": {
152250
+ "text": "CSSResultGroup"
152251
+ }
152252
+ }
152253
+ ],
152254
+ "description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
152255
+ "inheritedFrom": {
152256
+ "name": "SbbElement",
152257
+ "module": "core/base-elements/element.js"
152258
+ }
152259
+ },
152260
+ {
152261
+ "kind": "method",
152262
+ "name": "toggleState",
152263
+ "privacy": "protected",
152264
+ "return": {
152265
+ "type": {
152266
+ "text": "void"
152267
+ }
152268
+ },
152269
+ "parameters": [
152270
+ {
152271
+ "name": "value",
152272
+ "type": {
152273
+ "text": "string"
152274
+ }
152275
+ },
152276
+ {
152277
+ "name": "force",
152278
+ "optional": true,
152279
+ "type": {
152280
+ "text": "boolean"
152281
+ }
152282
+ }
152283
+ ],
152284
+ "inheritedFrom": {
152285
+ "name": "SbbElement",
152286
+ "module": "core/base-elements/element.js"
152287
+ }
152288
+ },
152289
+ {
152290
+ "kind": "method",
152291
+ "name": "_slotchangeHandler",
152292
+ "privacy": "private",
152293
+ "return": {
152294
+ "type": {
152295
+ "text": "void"
152296
+ }
152297
+ },
152298
+ "parameters": [
152299
+ {
152300
+ "name": "event",
152301
+ "type": {
152302
+ "text": "Event"
152303
+ }
152304
+ },
152305
+ {
152306
+ "name": "slot",
152307
+ "type": {
152308
+ "text": "HTMLSlotElement"
152309
+ }
152310
+ }
152311
+ ],
152312
+ "inheritedFrom": {
152313
+ "name": "SbbElement",
152314
+ "module": "core/base-elements/element.js"
152315
+ }
152316
+ },
152317
+ {
152318
+ "kind": "method",
152319
+ "name": "_handleSlotChangeForSlottedState",
152320
+ "privacy": "private",
152321
+ "return": {
152322
+ "type": {
152323
+ "text": "void"
152324
+ }
152325
+ },
152326
+ "parameters": [
152327
+ {
152328
+ "name": "slot",
152329
+ "type": {
152330
+ "text": "HTMLSlotElement"
152331
+ }
152332
+ }
152333
+ ],
152334
+ "inheritedFrom": {
152335
+ "name": "SbbElement",
152336
+ "module": "core/base-elements/element.js"
152337
+ }
152338
+ },
152339
+ {
152340
+ "kind": "method",
152341
+ "name": "_updateSlottedState",
152342
+ "privacy": "private",
152343
+ "return": {
152344
+ "type": {
152345
+ "text": "void"
152346
+ }
152347
+ },
152348
+ "parameters": [
152349
+ {
152350
+ "name": "slot",
152351
+ "type": {
152352
+ "text": "HTMLSlotElement"
152353
+ }
152354
+ }
152355
+ ],
152356
+ "inheritedFrom": {
152357
+ "name": "SbbElement",
152358
+ "module": "core/base-elements/element.js"
152359
+ }
152360
+ },
152361
+ {
152362
+ "kind": "method",
152363
+ "name": "_observeTextNodesInSlot",
152364
+ "privacy": "private",
152365
+ "return": {
152366
+ "type": {
152367
+ "text": "void"
152368
+ }
152369
+ },
152370
+ "parameters": [
152371
+ {
152372
+ "name": "slot",
152373
+ "type": {
152374
+ "text": "HTMLSlotElement"
152375
+ }
152376
+ }
152377
+ ],
152378
+ "inheritedFrom": {
152379
+ "name": "SbbElement",
152380
+ "module": "core/base-elements/element.js"
152381
+ }
152382
+ },
152383
+ {
152384
+ "kind": "method",
152385
+ "name": "_hasSlottedContent",
152386
+ "privacy": "private",
152387
+ "return": {
152388
+ "type": {
152389
+ "text": "boolean"
152390
+ }
152391
+ },
152392
+ "parameters": [
152393
+ {
152394
+ "name": "slot",
152395
+ "type": {
152396
+ "text": "HTMLSlotElement"
152397
+ }
152398
+ }
152399
+ ],
152400
+ "inheritedFrom": {
152401
+ "name": "SbbElement",
152402
+ "module": "core/base-elements/element.js"
152403
+ }
152404
+ }
152405
+ ],
152406
+ "events": [
152407
+ {
152408
+ "name": "validate",
152409
+ "type": {
152410
+ "text": "CustomEvent<SbbStepValidateEventDetails>"
152411
+ },
152412
+ "description": "The validate event is dispatched when a step change is triggered. Can be canceled to abort the step change."
152413
+ }
152414
+ ],
152415
+ "superclass": {
152416
+ "name": "SbbElement",
152417
+ "module": "core.js"
152418
+ },
152419
+ "tagName": "sbb-step",
152420
+ "customElement": true
152421
+ }
152422
+ ],
152423
+ "exports": [
152424
+ {
152425
+ "kind": "js",
152426
+ "name": "SbbStepElement",
152427
+ "declaration": {
152428
+ "name": "SbbStepElement",
152429
+ "module": "stepper/step/step.component.js"
152430
+ }
152431
+ }
152432
+ ]
152433
+ },
151961
152434
  {
151962
152435
  "kind": "javascript-module",
151963
152436
  "path": "stepper/step-label/step-label.component.js",
@@ -153086,479 +153559,6 @@
153086
153559
  }
153087
153560
  ]
153088
153561
  },
153089
- {
153090
- "kind": "javascript-module",
153091
- "path": "stepper/step/step.component.js",
153092
- "declarations": [
153093
- {
153094
- "kind": "class",
153095
- "description": "Combined with a `sbb-stepper`, it displays a step's content.",
153096
- "name": "SbbStepElement",
153097
- "slots": [
153098
- {
153099
- "description": "Use the unnamed slot to provide content.",
153100
- "name": ""
153101
- }
153102
- ],
153103
- "members": [
153104
- {
153105
- "kind": "field",
153106
- "name": "elementName",
153107
- "type": {
153108
- "text": "string"
153109
- },
153110
- "privacy": "public",
153111
- "static": true,
153112
- "readonly": true,
153113
- "default": "'sbb-step'",
153114
- "inheritedFrom": {
153115
- "name": "SbbElement",
153116
- "module": "core/base-elements/element.js"
153117
- }
153118
- },
153119
- {
153120
- "kind": "field",
153121
- "name": "role",
153122
- "type": {
153123
- "text": "string"
153124
- },
153125
- "privacy": "public",
153126
- "static": true,
153127
- "readonly": true,
153128
- "default": "'tabpanel'",
153129
- "inheritedFrom": {
153130
- "name": "SbbElement",
153131
- "module": "core/base-elements/element.js"
153132
- }
153133
- },
153134
- {
153135
- "kind": "field",
153136
- "name": "events",
153137
- "privacy": "public",
153138
- "static": true,
153139
- "readonly": true,
153140
- "default": "{ validate: 'validate', resizechange: 'resizechange', }",
153141
- "type": {
153142
- "text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
153143
- }
153144
- },
153145
- {
153146
- "kind": "field",
153147
- "name": "_stepResizeObserver",
153148
- "privacy": "private",
153149
- "default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
153150
- },
153151
- {
153152
- "kind": "field",
153153
- "name": "label",
153154
- "type": {
153155
- "text": "SbbStepLabelElement | null"
153156
- },
153157
- "privacy": "public",
153158
- "description": "The label of the step.",
153159
- "readonly": true,
153160
- "default": "null"
153161
- },
153162
- {
153163
- "kind": "field",
153164
- "name": "_label",
153165
- "type": {
153166
- "text": "SbbStepLabelElement | null"
153167
- },
153168
- "privacy": "private",
153169
- "default": "null"
153170
- },
153171
- {
153172
- "kind": "field",
153173
- "name": "stepper",
153174
- "type": {
153175
- "text": "SbbStepperElement | null"
153176
- },
153177
- "privacy": "public",
153178
- "readonly": true
153179
- },
153180
- {
153181
- "kind": "field",
153182
- "name": "_previousOrientation",
153183
- "type": {
153184
- "text": "string | undefined"
153185
- },
153186
- "privacy": "private"
153187
- },
153188
- {
153189
- "kind": "method",
153190
- "name": "_handleClick",
153191
- "privacy": "private",
153192
- "return": {
153193
- "type": {
153194
- "text": "void"
153195
- }
153196
- },
153197
- "parameters": [
153198
- {
153199
- "name": "event",
153200
- "type": {
153201
- "text": "Event"
153202
- }
153203
- }
153204
- ],
153205
- "description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
153206
- },
153207
- {
153208
- "kind": "method",
153209
- "name": "_isGoNextElement",
153210
- "privacy": "private",
153211
- "return": {
153212
- "type": {
153213
- "text": "boolean"
153214
- }
153215
- },
153216
- "parameters": [
153217
- {
153218
- "name": "element",
153219
- "type": {
153220
- "text": "HTMLElement"
153221
- }
153222
- }
153223
- ]
153224
- },
153225
- {
153226
- "kind": "method",
153227
- "name": "_isGoPreviousElement",
153228
- "privacy": "private",
153229
- "return": {
153230
- "type": {
153231
- "text": "boolean"
153232
- }
153233
- },
153234
- "parameters": [
153235
- {
153236
- "name": "element",
153237
- "type": {
153238
- "text": "HTMLElement"
153239
- }
153240
- }
153241
- ]
153242
- },
153243
- {
153244
- "kind": "method",
153245
- "name": "_onStepElementResize",
153246
- "privacy": "private",
153247
- "return": {
153248
- "type": {
153249
- "text": "void"
153250
- }
153251
- }
153252
- },
153253
- {
153254
- "kind": "method",
153255
- "name": "_assignLabel",
153256
- "privacy": "private",
153257
- "return": {
153258
- "type": {
153259
- "text": "void"
153260
- }
153261
- }
153262
- },
153263
- {
153264
- "kind": "field",
153265
- "name": "['_$sbbElement$']",
153266
- "type": {
153267
- "text": "boolean"
153268
- },
153269
- "privacy": "public",
153270
- "static": true,
153271
- "default": "true",
153272
- "inheritedFrom": {
153273
- "name": "SbbElement",
153274
- "module": "core/base-elements/element.js"
153275
- }
153276
- },
153277
- {
153278
- "kind": "field",
153279
- "name": "elementDependencies",
153280
- "type": {
153281
- "text": "SbbElementType[] | undefined"
153282
- },
153283
- "privacy": "public",
153284
- "static": true,
153285
- "inheritedFrom": {
153286
- "name": "SbbElement",
153287
- "module": "core/base-elements/element.js"
153288
- }
153289
- },
153290
- {
153291
- "kind": "field",
153292
- "name": "_controllers",
153293
- "type": {
153294
- "text": "Set<SbbReactiveController> | undefined"
153295
- },
153296
- "privacy": "private",
153297
- "inheritedFrom": {
153298
- "name": "SbbElement",
153299
- "module": "core/base-elements/element.js"
153300
- }
153301
- },
153302
- {
153303
- "kind": "field",
153304
- "name": "_hydrationRequired",
153305
- "type": {
153306
- "text": "boolean"
153307
- },
153308
- "privacy": "private",
153309
- "default": "!!this.shadowRoot",
153310
- "inheritedFrom": {
153311
- "name": "SbbElement",
153312
- "module": "core/base-elements/element.js"
153313
- }
153314
- },
153315
- {
153316
- "kind": "field",
153317
- "name": "_hydrationComplete",
153318
- "privacy": "private",
153319
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
153320
- "inheritedFrom": {
153321
- "name": "SbbElement",
153322
- "module": "core/base-elements/element.js"
153323
- }
153324
- },
153325
- {
153326
- "kind": "field",
153327
- "name": "_resolveHydration",
153328
- "type": {
153329
- "text": "(hydrationRequired: boolean) => void"
153330
- },
153331
- "privacy": "private",
153332
- "inheritedFrom": {
153333
- "name": "SbbElement",
153334
- "module": "core/base-elements/element.js"
153335
- }
153336
- },
153337
- {
153338
- "kind": "field",
153339
- "name": "_textObserver",
153340
- "type": {
153341
- "text": "MutationObserver | undefined"
153342
- },
153343
- "privacy": "private",
153344
- "inheritedFrom": {
153345
- "name": "SbbElement",
153346
- "module": "core/base-elements/element.js"
153347
- }
153348
- },
153349
- {
153350
- "kind": "field",
153351
- "name": "hydrationRequired",
153352
- "type": {
153353
- "text": "boolean"
153354
- },
153355
- "privacy": "protected",
153356
- "description": "Returns whether hydration is required and not completed.",
153357
- "readonly": true,
153358
- "inheritedFrom": {
153359
- "name": "SbbElement",
153360
- "module": "core/base-elements/element.js"
153361
- },
153362
- "default": "!!this.shadowRoot"
153363
- },
153364
- {
153365
- "kind": "method",
153366
- "name": "finalizeStyles",
153367
- "privacy": "protected",
153368
- "static": true,
153369
- "return": {
153370
- "type": {
153371
- "text": "CSSResultOrNative[]"
153372
- }
153373
- },
153374
- "parameters": [
153375
- {
153376
- "name": "_styles",
153377
- "type": {
153378
- "text": "CSSResultGroup"
153379
- }
153380
- }
153381
- ],
153382
- "description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
153383
- "inheritedFrom": {
153384
- "name": "SbbElement",
153385
- "module": "core/base-elements/element.js"
153386
- }
153387
- },
153388
- {
153389
- "kind": "method",
153390
- "name": "toggleState",
153391
- "privacy": "protected",
153392
- "return": {
153393
- "type": {
153394
- "text": "void"
153395
- }
153396
- },
153397
- "parameters": [
153398
- {
153399
- "name": "value",
153400
- "type": {
153401
- "text": "string"
153402
- }
153403
- },
153404
- {
153405
- "name": "force",
153406
- "optional": true,
153407
- "type": {
153408
- "text": "boolean"
153409
- }
153410
- }
153411
- ],
153412
- "inheritedFrom": {
153413
- "name": "SbbElement",
153414
- "module": "core/base-elements/element.js"
153415
- }
153416
- },
153417
- {
153418
- "kind": "method",
153419
- "name": "_slotchangeHandler",
153420
- "privacy": "private",
153421
- "return": {
153422
- "type": {
153423
- "text": "void"
153424
- }
153425
- },
153426
- "parameters": [
153427
- {
153428
- "name": "event",
153429
- "type": {
153430
- "text": "Event"
153431
- }
153432
- },
153433
- {
153434
- "name": "slot",
153435
- "type": {
153436
- "text": "HTMLSlotElement"
153437
- }
153438
- }
153439
- ],
153440
- "inheritedFrom": {
153441
- "name": "SbbElement",
153442
- "module": "core/base-elements/element.js"
153443
- }
153444
- },
153445
- {
153446
- "kind": "method",
153447
- "name": "_handleSlotChangeForSlottedState",
153448
- "privacy": "private",
153449
- "return": {
153450
- "type": {
153451
- "text": "void"
153452
- }
153453
- },
153454
- "parameters": [
153455
- {
153456
- "name": "slot",
153457
- "type": {
153458
- "text": "HTMLSlotElement"
153459
- }
153460
- }
153461
- ],
153462
- "inheritedFrom": {
153463
- "name": "SbbElement",
153464
- "module": "core/base-elements/element.js"
153465
- }
153466
- },
153467
- {
153468
- "kind": "method",
153469
- "name": "_updateSlottedState",
153470
- "privacy": "private",
153471
- "return": {
153472
- "type": {
153473
- "text": "void"
153474
- }
153475
- },
153476
- "parameters": [
153477
- {
153478
- "name": "slot",
153479
- "type": {
153480
- "text": "HTMLSlotElement"
153481
- }
153482
- }
153483
- ],
153484
- "inheritedFrom": {
153485
- "name": "SbbElement",
153486
- "module": "core/base-elements/element.js"
153487
- }
153488
- },
153489
- {
153490
- "kind": "method",
153491
- "name": "_observeTextNodesInSlot",
153492
- "privacy": "private",
153493
- "return": {
153494
- "type": {
153495
- "text": "void"
153496
- }
153497
- },
153498
- "parameters": [
153499
- {
153500
- "name": "slot",
153501
- "type": {
153502
- "text": "HTMLSlotElement"
153503
- }
153504
- }
153505
- ],
153506
- "inheritedFrom": {
153507
- "name": "SbbElement",
153508
- "module": "core/base-elements/element.js"
153509
- }
153510
- },
153511
- {
153512
- "kind": "method",
153513
- "name": "_hasSlottedContent",
153514
- "privacy": "private",
153515
- "return": {
153516
- "type": {
153517
- "text": "boolean"
153518
- }
153519
- },
153520
- "parameters": [
153521
- {
153522
- "name": "slot",
153523
- "type": {
153524
- "text": "HTMLSlotElement"
153525
- }
153526
- }
153527
- ],
153528
- "inheritedFrom": {
153529
- "name": "SbbElement",
153530
- "module": "core/base-elements/element.js"
153531
- }
153532
- }
153533
- ],
153534
- "events": [
153535
- {
153536
- "name": "validate",
153537
- "type": {
153538
- "text": "CustomEvent<SbbStepValidateEventDetails>"
153539
- },
153540
- "description": "The validate event is dispatched when a step change is triggered. Can be canceled to abort the step change."
153541
- }
153542
- ],
153543
- "superclass": {
153544
- "name": "SbbElement",
153545
- "module": "core.js"
153546
- },
153547
- "tagName": "sbb-step",
153548
- "customElement": true
153549
- }
153550
- ],
153551
- "exports": [
153552
- {
153553
- "kind": "js",
153554
- "name": "SbbStepElement",
153555
- "declaration": {
153556
- "name": "SbbStepElement",
153557
- "module": "stepper/step/step.component.js"
153558
- }
153559
- }
153560
- ]
153561
- },
153562
153562
  {
153563
153563
  "kind": "javascript-module",
153564
153564
  "path": "stepper/stepper/stepper.component.js",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "5.0.0-next.1-dev.1777683118",
3
+ "version": "5.0.0-next.1-dev.1777873336",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
- "https://github.com/sbb-design-systems/lyne-components/commit/7fcfa2d5db22b8a9b92ffb06c62b8558bbf24896"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/e25e901f327de0f48bc6eb1cef80ff30c2790493"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {