@sbb-esta/lyne-elements-dev 4.0.0-dev.1775640696 → 4.0.0-dev.1775641407

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.
@@ -94440,253 +94440,6 @@
94440
94440
  }
94441
94441
  ]
94442
94442
  },
94443
- {
94444
- "kind": "javascript-module",
94445
- "path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
94446
- "declarations": [
94447
- {
94448
- "kind": "class",
94449
- "description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
94450
- "name": "SbbFormFieldTextCounterElement",
94451
- "slots": [
94452
- {
94453
- "description": "Use the unnamed slot to display a custom description text after the counter.",
94454
- "name": "",
94455
- "inheritedFrom": {
94456
- "name": "SbbHintElement",
94457
- "module": "form-field/hint/hint.component.js"
94458
- }
94459
- }
94460
- ],
94461
- "members": [
94462
- {
94463
- "kind": "field",
94464
- "name": "elementName",
94465
- "type": {
94466
- "text": "string"
94467
- },
94468
- "privacy": "public",
94469
- "static": true,
94470
- "readonly": true,
94471
- "default": "'sbb-form-field-text-counter'",
94472
- "inheritedFrom": {
94473
- "name": "SbbElement",
94474
- "module": "core/base-elements/element.js"
94475
- }
94476
- },
94477
- {
94478
- "kind": "field",
94479
- "name": "_remainingCharacters",
94480
- "type": {
94481
- "text": "number"
94482
- },
94483
- "privacy": "private",
94484
- "default": "0"
94485
- },
94486
- {
94487
- "kind": "field",
94488
- "name": "_language",
94489
- "privacy": "private",
94490
- "default": "new SbbLanguageController(this)"
94491
- },
94492
- {
94493
- "kind": "field",
94494
- "name": "_abortController",
94495
- "type": {
94496
- "text": "AbortController | null"
94497
- },
94498
- "privacy": "private",
94499
- "default": "null"
94500
- },
94501
- {
94502
- "kind": "method",
94503
- "name": "_onInputUpdate",
94504
- "privacy": "private",
94505
- "return": {
94506
- "type": {
94507
- "text": "void"
94508
- }
94509
- }
94510
- },
94511
- {
94512
- "kind": "method",
94513
- "name": "_infoText",
94514
- "privacy": "private",
94515
- "return": {
94516
- "type": {
94517
- "text": "string"
94518
- }
94519
- }
94520
- },
94521
- {
94522
- "kind": "field",
94523
- "name": "negative",
94524
- "type": {
94525
- "text": "boolean"
94526
- },
94527
- "privacy": "public",
94528
- "default": "false",
94529
- "description": "Negative coloring variant flag.",
94530
- "attribute": "negative",
94531
- "reflects": true,
94532
- "inheritedFrom": {
94533
- "name": "SbbNegativeMixin",
94534
- "module": "core/mixins/negative-mixin.js"
94535
- }
94536
- },
94537
- {
94538
- "kind": "field",
94539
- "name": "formField",
94540
- "type": {
94541
- "text": "SbbFormFieldElement | null"
94542
- },
94543
- "privacy": "protected",
94544
- "default": "null",
94545
- "inheritedFrom": {
94546
- "name": "SbbHintElement",
94547
- "module": "form-field/hint/hint.component.js"
94548
- }
94549
- },
94550
- {
94551
- "kind": "field",
94552
- "name": "_hydrationRequired",
94553
- "type": {
94554
- "text": "boolean"
94555
- },
94556
- "privacy": "private",
94557
- "default": "!!this.shadowRoot",
94558
- "inheritedFrom": {
94559
- "name": "SbbElement",
94560
- "module": "core/base-elements/element.js"
94561
- }
94562
- },
94563
- {
94564
- "kind": "field",
94565
- "name": "_hydrationComplete",
94566
- "privacy": "private",
94567
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
94568
- "inheritedFrom": {
94569
- "name": "SbbElement",
94570
- "module": "core/base-elements/element.js"
94571
- }
94572
- },
94573
- {
94574
- "kind": "field",
94575
- "name": "_resolveHydration",
94576
- "type": {
94577
- "text": "(hydrationRequired: boolean) => void"
94578
- },
94579
- "privacy": "private",
94580
- "inheritedFrom": {
94581
- "name": "SbbElement",
94582
- "module": "core/base-elements/element.js"
94583
- }
94584
- },
94585
- {
94586
- "kind": "field",
94587
- "name": "hydrationRequired",
94588
- "type": {
94589
- "text": "boolean"
94590
- },
94591
- "privacy": "protected",
94592
- "description": "Returns whether hydration is required and not completed.",
94593
- "readonly": true,
94594
- "inheritedFrom": {
94595
- "name": "SbbElement",
94596
- "module": "core/base-elements/element.js"
94597
- },
94598
- "default": "!!this.shadowRoot"
94599
- },
94600
- {
94601
- "kind": "method",
94602
- "name": "toggleState",
94603
- "privacy": "protected",
94604
- "return": {
94605
- "type": {
94606
- "text": "void"
94607
- }
94608
- },
94609
- "parameters": [
94610
- {
94611
- "name": "value",
94612
- "type": {
94613
- "text": "string"
94614
- }
94615
- },
94616
- {
94617
- "name": "force",
94618
- "optional": true,
94619
- "type": {
94620
- "text": "boolean"
94621
- }
94622
- }
94623
- ],
94624
- "inheritedFrom": {
94625
- "name": "SbbElement",
94626
- "module": "core/base-elements/element.js"
94627
- }
94628
- },
94629
- {
94630
- "kind": "field",
94631
- "name": "['_$sbbElement$']",
94632
- "type": {
94633
- "text": "boolean"
94634
- },
94635
- "privacy": "public",
94636
- "static": true,
94637
- "default": "true",
94638
- "inheritedFrom": {
94639
- "name": "SbbElement",
94640
- "module": "core/base-elements/element.js"
94641
- }
94642
- },
94643
- {
94644
- "kind": "field",
94645
- "name": "_controllers",
94646
- "type": {
94647
- "text": "Set<SbbReactiveController> | undefined"
94648
- },
94649
- "privacy": "private",
94650
- "inheritedFrom": {
94651
- "name": "SbbElement",
94652
- "module": "core/base-elements/element.js"
94653
- }
94654
- }
94655
- ],
94656
- "superclass": {
94657
- "name": "SbbHintElement",
94658
- "module": "form-field/hint/hint.component.js"
94659
- },
94660
- "tagName": "sbb-form-field-text-counter",
94661
- "customElement": true,
94662
- "attributes": [
94663
- {
94664
- "name": "negative",
94665
- "type": {
94666
- "text": "boolean"
94667
- },
94668
- "default": "false",
94669
- "description": "Negative coloring variant flag.",
94670
- "fieldName": "negative",
94671
- "inheritedFrom": {
94672
- "name": "SbbNegativeMixin",
94673
- "module": "core/mixins/negative-mixin.js"
94674
- }
94675
- }
94676
- ]
94677
- }
94678
- ],
94679
- "exports": [
94680
- {
94681
- "kind": "js",
94682
- "name": "SbbFormFieldTextCounterElement",
94683
- "declaration": {
94684
- "name": "SbbFormFieldTextCounterElement",
94685
- "module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
94686
- }
94687
- }
94688
- ]
94689
- },
94690
94443
  {
94691
94444
  "kind": "javascript-module",
94692
94445
  "path": "form-field/form-field-clear/form-field-clear.component.js",
@@ -95479,6 +95232,253 @@
95479
95232
  }
95480
95233
  ]
95481
95234
  },
95235
+ {
95236
+ "kind": "javascript-module",
95237
+ "path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
95238
+ "declarations": [
95239
+ {
95240
+ "kind": "class",
95241
+ "description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
95242
+ "name": "SbbFormFieldTextCounterElement",
95243
+ "slots": [
95244
+ {
95245
+ "description": "Use the unnamed slot to display a custom description text after the counter.",
95246
+ "name": "",
95247
+ "inheritedFrom": {
95248
+ "name": "SbbHintElement",
95249
+ "module": "form-field/hint/hint.component.js"
95250
+ }
95251
+ }
95252
+ ],
95253
+ "members": [
95254
+ {
95255
+ "kind": "field",
95256
+ "name": "elementName",
95257
+ "type": {
95258
+ "text": "string"
95259
+ },
95260
+ "privacy": "public",
95261
+ "static": true,
95262
+ "readonly": true,
95263
+ "default": "'sbb-form-field-text-counter'",
95264
+ "inheritedFrom": {
95265
+ "name": "SbbElement",
95266
+ "module": "core/base-elements/element.js"
95267
+ }
95268
+ },
95269
+ {
95270
+ "kind": "field",
95271
+ "name": "_remainingCharacters",
95272
+ "type": {
95273
+ "text": "number"
95274
+ },
95275
+ "privacy": "private",
95276
+ "default": "0"
95277
+ },
95278
+ {
95279
+ "kind": "field",
95280
+ "name": "_language",
95281
+ "privacy": "private",
95282
+ "default": "new SbbLanguageController(this)"
95283
+ },
95284
+ {
95285
+ "kind": "field",
95286
+ "name": "_abortController",
95287
+ "type": {
95288
+ "text": "AbortController | null"
95289
+ },
95290
+ "privacy": "private",
95291
+ "default": "null"
95292
+ },
95293
+ {
95294
+ "kind": "method",
95295
+ "name": "_onInputUpdate",
95296
+ "privacy": "private",
95297
+ "return": {
95298
+ "type": {
95299
+ "text": "void"
95300
+ }
95301
+ }
95302
+ },
95303
+ {
95304
+ "kind": "method",
95305
+ "name": "_infoText",
95306
+ "privacy": "private",
95307
+ "return": {
95308
+ "type": {
95309
+ "text": "string"
95310
+ }
95311
+ }
95312
+ },
95313
+ {
95314
+ "kind": "field",
95315
+ "name": "negative",
95316
+ "type": {
95317
+ "text": "boolean"
95318
+ },
95319
+ "privacy": "public",
95320
+ "default": "false",
95321
+ "description": "Negative coloring variant flag.",
95322
+ "attribute": "negative",
95323
+ "reflects": true,
95324
+ "inheritedFrom": {
95325
+ "name": "SbbNegativeMixin",
95326
+ "module": "core/mixins/negative-mixin.js"
95327
+ }
95328
+ },
95329
+ {
95330
+ "kind": "field",
95331
+ "name": "formField",
95332
+ "type": {
95333
+ "text": "SbbFormFieldElement | null"
95334
+ },
95335
+ "privacy": "protected",
95336
+ "default": "null",
95337
+ "inheritedFrom": {
95338
+ "name": "SbbHintElement",
95339
+ "module": "form-field/hint/hint.component.js"
95340
+ }
95341
+ },
95342
+ {
95343
+ "kind": "field",
95344
+ "name": "_hydrationRequired",
95345
+ "type": {
95346
+ "text": "boolean"
95347
+ },
95348
+ "privacy": "private",
95349
+ "default": "!!this.shadowRoot",
95350
+ "inheritedFrom": {
95351
+ "name": "SbbElement",
95352
+ "module": "core/base-elements/element.js"
95353
+ }
95354
+ },
95355
+ {
95356
+ "kind": "field",
95357
+ "name": "_hydrationComplete",
95358
+ "privacy": "private",
95359
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
95360
+ "inheritedFrom": {
95361
+ "name": "SbbElement",
95362
+ "module": "core/base-elements/element.js"
95363
+ }
95364
+ },
95365
+ {
95366
+ "kind": "field",
95367
+ "name": "_resolveHydration",
95368
+ "type": {
95369
+ "text": "(hydrationRequired: boolean) => void"
95370
+ },
95371
+ "privacy": "private",
95372
+ "inheritedFrom": {
95373
+ "name": "SbbElement",
95374
+ "module": "core/base-elements/element.js"
95375
+ }
95376
+ },
95377
+ {
95378
+ "kind": "field",
95379
+ "name": "hydrationRequired",
95380
+ "type": {
95381
+ "text": "boolean"
95382
+ },
95383
+ "privacy": "protected",
95384
+ "description": "Returns whether hydration is required and not completed.",
95385
+ "readonly": true,
95386
+ "inheritedFrom": {
95387
+ "name": "SbbElement",
95388
+ "module": "core/base-elements/element.js"
95389
+ },
95390
+ "default": "!!this.shadowRoot"
95391
+ },
95392
+ {
95393
+ "kind": "method",
95394
+ "name": "toggleState",
95395
+ "privacy": "protected",
95396
+ "return": {
95397
+ "type": {
95398
+ "text": "void"
95399
+ }
95400
+ },
95401
+ "parameters": [
95402
+ {
95403
+ "name": "value",
95404
+ "type": {
95405
+ "text": "string"
95406
+ }
95407
+ },
95408
+ {
95409
+ "name": "force",
95410
+ "optional": true,
95411
+ "type": {
95412
+ "text": "boolean"
95413
+ }
95414
+ }
95415
+ ],
95416
+ "inheritedFrom": {
95417
+ "name": "SbbElement",
95418
+ "module": "core/base-elements/element.js"
95419
+ }
95420
+ },
95421
+ {
95422
+ "kind": "field",
95423
+ "name": "['_$sbbElement$']",
95424
+ "type": {
95425
+ "text": "boolean"
95426
+ },
95427
+ "privacy": "public",
95428
+ "static": true,
95429
+ "default": "true",
95430
+ "inheritedFrom": {
95431
+ "name": "SbbElement",
95432
+ "module": "core/base-elements/element.js"
95433
+ }
95434
+ },
95435
+ {
95436
+ "kind": "field",
95437
+ "name": "_controllers",
95438
+ "type": {
95439
+ "text": "Set<SbbReactiveController> | undefined"
95440
+ },
95441
+ "privacy": "private",
95442
+ "inheritedFrom": {
95443
+ "name": "SbbElement",
95444
+ "module": "core/base-elements/element.js"
95445
+ }
95446
+ }
95447
+ ],
95448
+ "superclass": {
95449
+ "name": "SbbHintElement",
95450
+ "module": "form-field/hint/hint.component.js"
95451
+ },
95452
+ "tagName": "sbb-form-field-text-counter",
95453
+ "customElement": true,
95454
+ "attributes": [
95455
+ {
95456
+ "name": "negative",
95457
+ "type": {
95458
+ "text": "boolean"
95459
+ },
95460
+ "default": "false",
95461
+ "description": "Negative coloring variant flag.",
95462
+ "fieldName": "negative",
95463
+ "inheritedFrom": {
95464
+ "name": "SbbNegativeMixin",
95465
+ "module": "core/mixins/negative-mixin.js"
95466
+ }
95467
+ }
95468
+ ]
95469
+ }
95470
+ ],
95471
+ "exports": [
95472
+ {
95473
+ "kind": "js",
95474
+ "name": "SbbFormFieldTextCounterElement",
95475
+ "declaration": {
95476
+ "name": "SbbFormFieldTextCounterElement",
95477
+ "module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
95478
+ }
95479
+ }
95480
+ ]
95481
+ },
95482
95482
  {
95483
95483
  "kind": "javascript-module",
95484
95484
  "path": "form-field/hint/hint.component.js",
@@ -132608,6 +132608,155 @@
132608
132608
  }
132609
132609
  ]
132610
132610
  },
132611
+ {
132612
+ "kind": "javascript-module",
132613
+ "path": "train/train-blocked-passage/train-blocked-passage.component.js",
132614
+ "declarations": [
132615
+ {
132616
+ "kind": "class",
132617
+ "description": "It visually displays a blocked passage between train wagons.",
132618
+ "name": "SbbTrainBlockedPassageElement",
132619
+ "members": [
132620
+ {
132621
+ "kind": "field",
132622
+ "name": "elementName",
132623
+ "type": {
132624
+ "text": "string"
132625
+ },
132626
+ "privacy": "public",
132627
+ "static": true,
132628
+ "readonly": true,
132629
+ "default": "'sbb-train-blocked-passage'",
132630
+ "inheritedFrom": {
132631
+ "name": "SbbElement",
132632
+ "module": "core/base-elements/element.js"
132633
+ }
132634
+ },
132635
+ {
132636
+ "kind": "field",
132637
+ "name": "_hydrationRequired",
132638
+ "type": {
132639
+ "text": "boolean"
132640
+ },
132641
+ "privacy": "private",
132642
+ "default": "!!this.shadowRoot",
132643
+ "inheritedFrom": {
132644
+ "name": "SbbElement",
132645
+ "module": "core/base-elements/element.js"
132646
+ }
132647
+ },
132648
+ {
132649
+ "kind": "field",
132650
+ "name": "_hydrationComplete",
132651
+ "privacy": "private",
132652
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
132653
+ "inheritedFrom": {
132654
+ "name": "SbbElement",
132655
+ "module": "core/base-elements/element.js"
132656
+ }
132657
+ },
132658
+ {
132659
+ "kind": "field",
132660
+ "name": "_resolveHydration",
132661
+ "type": {
132662
+ "text": "(hydrationRequired: boolean) => void"
132663
+ },
132664
+ "privacy": "private",
132665
+ "inheritedFrom": {
132666
+ "name": "SbbElement",
132667
+ "module": "core/base-elements/element.js"
132668
+ }
132669
+ },
132670
+ {
132671
+ "kind": "field",
132672
+ "name": "hydrationRequired",
132673
+ "type": {
132674
+ "text": "boolean"
132675
+ },
132676
+ "privacy": "protected",
132677
+ "description": "Returns whether hydration is required and not completed.",
132678
+ "readonly": true,
132679
+ "inheritedFrom": {
132680
+ "name": "SbbElement",
132681
+ "module": "core/base-elements/element.js"
132682
+ },
132683
+ "default": "!!this.shadowRoot"
132684
+ },
132685
+ {
132686
+ "kind": "method",
132687
+ "name": "toggleState",
132688
+ "privacy": "protected",
132689
+ "return": {
132690
+ "type": {
132691
+ "text": "void"
132692
+ }
132693
+ },
132694
+ "parameters": [
132695
+ {
132696
+ "name": "value",
132697
+ "type": {
132698
+ "text": "string"
132699
+ }
132700
+ },
132701
+ {
132702
+ "name": "force",
132703
+ "optional": true,
132704
+ "type": {
132705
+ "text": "boolean"
132706
+ }
132707
+ }
132708
+ ],
132709
+ "inheritedFrom": {
132710
+ "name": "SbbElement",
132711
+ "module": "core/base-elements/element.js"
132712
+ }
132713
+ },
132714
+ {
132715
+ "kind": "field",
132716
+ "name": "['_$sbbElement$']",
132717
+ "type": {
132718
+ "text": "boolean"
132719
+ },
132720
+ "privacy": "public",
132721
+ "static": true,
132722
+ "default": "true",
132723
+ "inheritedFrom": {
132724
+ "name": "SbbElement",
132725
+ "module": "core/base-elements/element.js"
132726
+ }
132727
+ },
132728
+ {
132729
+ "kind": "field",
132730
+ "name": "_controllers",
132731
+ "type": {
132732
+ "text": "Set<SbbReactiveController> | undefined"
132733
+ },
132734
+ "privacy": "private",
132735
+ "inheritedFrom": {
132736
+ "name": "SbbElement",
132737
+ "module": "core/base-elements/element.js"
132738
+ }
132739
+ }
132740
+ ],
132741
+ "superclass": {
132742
+ "name": "SbbElement",
132743
+ "module": "core/base-elements.js"
132744
+ },
132745
+ "tagName": "sbb-train-blocked-passage",
132746
+ "customElement": true
132747
+ }
132748
+ ],
132749
+ "exports": [
132750
+ {
132751
+ "kind": "js",
132752
+ "name": "SbbTrainBlockedPassageElement",
132753
+ "declaration": {
132754
+ "name": "SbbTrainBlockedPassageElement",
132755
+ "module": "train/train-blocked-passage/train-blocked-passage.component.js"
132756
+ }
132757
+ }
132758
+ ]
132759
+ },
132611
132760
  {
132612
132761
  "kind": "javascript-module",
132613
132762
  "path": "train/train-formation/train-formation.component.js",
@@ -132940,155 +133089,6 @@
132940
133089
  }
132941
133090
  ]
132942
133091
  },
132943
- {
132944
- "kind": "javascript-module",
132945
- "path": "train/train-blocked-passage/train-blocked-passage.component.js",
132946
- "declarations": [
132947
- {
132948
- "kind": "class",
132949
- "description": "It visually displays a blocked passage between train wagons.",
132950
- "name": "SbbTrainBlockedPassageElement",
132951
- "members": [
132952
- {
132953
- "kind": "field",
132954
- "name": "elementName",
132955
- "type": {
132956
- "text": "string"
132957
- },
132958
- "privacy": "public",
132959
- "static": true,
132960
- "readonly": true,
132961
- "default": "'sbb-train-blocked-passage'",
132962
- "inheritedFrom": {
132963
- "name": "SbbElement",
132964
- "module": "core/base-elements/element.js"
132965
- }
132966
- },
132967
- {
132968
- "kind": "field",
132969
- "name": "_hydrationRequired",
132970
- "type": {
132971
- "text": "boolean"
132972
- },
132973
- "privacy": "private",
132974
- "default": "!!this.shadowRoot",
132975
- "inheritedFrom": {
132976
- "name": "SbbElement",
132977
- "module": "core/base-elements/element.js"
132978
- }
132979
- },
132980
- {
132981
- "kind": "field",
132982
- "name": "_hydrationComplete",
132983
- "privacy": "private",
132984
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
132985
- "inheritedFrom": {
132986
- "name": "SbbElement",
132987
- "module": "core/base-elements/element.js"
132988
- }
132989
- },
132990
- {
132991
- "kind": "field",
132992
- "name": "_resolveHydration",
132993
- "type": {
132994
- "text": "(hydrationRequired: boolean) => void"
132995
- },
132996
- "privacy": "private",
132997
- "inheritedFrom": {
132998
- "name": "SbbElement",
132999
- "module": "core/base-elements/element.js"
133000
- }
133001
- },
133002
- {
133003
- "kind": "field",
133004
- "name": "hydrationRequired",
133005
- "type": {
133006
- "text": "boolean"
133007
- },
133008
- "privacy": "protected",
133009
- "description": "Returns whether hydration is required and not completed.",
133010
- "readonly": true,
133011
- "inheritedFrom": {
133012
- "name": "SbbElement",
133013
- "module": "core/base-elements/element.js"
133014
- },
133015
- "default": "!!this.shadowRoot"
133016
- },
133017
- {
133018
- "kind": "method",
133019
- "name": "toggleState",
133020
- "privacy": "protected",
133021
- "return": {
133022
- "type": {
133023
- "text": "void"
133024
- }
133025
- },
133026
- "parameters": [
133027
- {
133028
- "name": "value",
133029
- "type": {
133030
- "text": "string"
133031
- }
133032
- },
133033
- {
133034
- "name": "force",
133035
- "optional": true,
133036
- "type": {
133037
- "text": "boolean"
133038
- }
133039
- }
133040
- ],
133041
- "inheritedFrom": {
133042
- "name": "SbbElement",
133043
- "module": "core/base-elements/element.js"
133044
- }
133045
- },
133046
- {
133047
- "kind": "field",
133048
- "name": "['_$sbbElement$']",
133049
- "type": {
133050
- "text": "boolean"
133051
- },
133052
- "privacy": "public",
133053
- "static": true,
133054
- "default": "true",
133055
- "inheritedFrom": {
133056
- "name": "SbbElement",
133057
- "module": "core/base-elements/element.js"
133058
- }
133059
- },
133060
- {
133061
- "kind": "field",
133062
- "name": "_controllers",
133063
- "type": {
133064
- "text": "Set<SbbReactiveController> | undefined"
133065
- },
133066
- "privacy": "private",
133067
- "inheritedFrom": {
133068
- "name": "SbbElement",
133069
- "module": "core/base-elements/element.js"
133070
- }
133071
- }
133072
- ],
133073
- "superclass": {
133074
- "name": "SbbElement",
133075
- "module": "core/base-elements.js"
133076
- },
133077
- "tagName": "sbb-train-blocked-passage",
133078
- "customElement": true
133079
- }
133080
- ],
133081
- "exports": [
133082
- {
133083
- "kind": "js",
133084
- "name": "SbbTrainBlockedPassageElement",
133085
- "declaration": {
133086
- "name": "SbbTrainBlockedPassageElement",
133087
- "module": "train/train-blocked-passage/train-blocked-passage.component.js"
133088
- }
133089
- }
133090
- ]
133091
- },
133092
133092
  {
133093
133093
  "kind": "javascript-module",
133094
133094
  "path": "train/train-wagon/train-wagon.component.js",