@sbb-esta/lyne-elements-experimental-dev 4.12.1-dev.1778065370 → 4.12.1-dev.1778074072

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 +299 -299
  2. package/package.json +2 -2
@@ -498,52 +498,6 @@
498
498
  }
499
499
  ]
500
500
  },
501
- {
502
- "kind": "javascript-module",
503
- "path": "core/datetime.js",
504
- "declarations": [],
505
- "exports": [
506
- {
507
- "kind": "js",
508
- "name": "*",
509
- "declaration": {
510
- "name": "*",
511
- "module": "core/datetime/date-helper.js"
512
- }
513
- }
514
- ]
515
- },
516
- {
517
- "kind": "javascript-module",
518
- "path": "core/timetable.js",
519
- "declarations": [],
520
- "exports": [
521
- {
522
- "kind": "js",
523
- "name": "*",
524
- "declaration": {
525
- "name": "*",
526
- "module": "core/timetable/access-leg-helper.js"
527
- }
528
- },
529
- {
530
- "kind": "js",
531
- "name": "*",
532
- "declaration": {
533
- "name": "*",
534
- "module": "core/timetable/timetable-helper.js"
535
- }
536
- },
537
- {
538
- "kind": "js",
539
- "name": "*",
540
- "declaration": {
541
- "name": "*",
542
- "module": "core/timetable/timetable-properties.js"
543
- }
544
- }
545
- ]
546
- },
547
501
  {
548
502
  "kind": "javascript-module",
549
503
  "path": "journey-summary/journey-summary.component.js",
@@ -816,6 +770,52 @@
816
770
  }
817
771
  ]
818
772
  },
773
+ {
774
+ "kind": "javascript-module",
775
+ "path": "core/datetime.js",
776
+ "declarations": [],
777
+ "exports": [
778
+ {
779
+ "kind": "js",
780
+ "name": "*",
781
+ "declaration": {
782
+ "name": "*",
783
+ "module": "core/datetime/date-helper.js"
784
+ }
785
+ }
786
+ ]
787
+ },
788
+ {
789
+ "kind": "javascript-module",
790
+ "path": "core/timetable.js",
791
+ "declarations": [],
792
+ "exports": [
793
+ {
794
+ "kind": "js",
795
+ "name": "*",
796
+ "declaration": {
797
+ "name": "*",
798
+ "module": "core/timetable/access-leg-helper.js"
799
+ }
800
+ },
801
+ {
802
+ "kind": "js",
803
+ "name": "*",
804
+ "declaration": {
805
+ "name": "*",
806
+ "module": "core/timetable/timetable-helper.js"
807
+ }
808
+ },
809
+ {
810
+ "kind": "js",
811
+ "name": "*",
812
+ "declaration": {
813
+ "name": "*",
814
+ "module": "core/timetable/timetable-properties.js"
815
+ }
816
+ }
817
+ ]
818
+ },
819
819
  {
820
820
  "kind": "javascript-module",
821
821
  "path": "pearl-chain/pearl-chain.component.js",
@@ -3103,267 +3103,27 @@
3103
3103
  }
3104
3104
  ]
3105
3105
  },
3106
- {
3107
- "kind": "javascript-module",
3108
- "path": "seat-reservation/common/translations.js",
3109
- "declarations": [],
3110
- "exports": [
3111
- {
3112
- "kind": "js",
3113
- "name": "*",
3114
- "declaration": {
3115
- "name": "*",
3116
- "module": "seat-reservation/common/translations/i18n.js"
3117
- }
3118
- }
3119
- ]
3120
- },
3121
- {
3122
- "kind": "javascript-module",
3123
- "path": "seat-reservation/common/types.js",
3124
- "declarations": [],
3125
- "exports": []
3126
- },
3127
- {
3128
- "kind": "javascript-module",
3129
- "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
3130
- "declarations": [
3131
- {
3132
- "kind": "class",
3133
- "description": "Visualize an area with a special meaning within a wagon.",
3134
- "name": "SbbSeatReservationAreaElement",
3135
- "members": [
3136
- {
3137
- "kind": "field",
3138
- "name": "elementName",
3139
- "type": {
3140
- "text": "string"
3141
- },
3142
- "privacy": "public",
3143
- "static": true,
3144
- "readonly": true,
3145
- "default": "'sbb-seat-reservation-area'"
3146
- },
3147
- {
3148
- "kind": "field",
3149
- "name": "mounting",
3150
- "type": {
3151
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
3152
- },
3153
- "privacy": "public",
3154
- "default": "'free'",
3155
- "description": "Mounting Prop",
3156
- "attribute": "mounting",
3157
- "reflects": true
3158
- },
3159
- {
3160
- "kind": "field",
3161
- "name": "background",
3162
- "type": {
3163
- "text": "'light' | 'dark'"
3164
- },
3165
- "privacy": "public",
3166
- "default": "'light'",
3167
- "description": "the background of the area",
3168
- "attribute": "background",
3169
- "reflects": true
3170
- }
3171
- ],
3172
- "attributes": [
3173
- {
3174
- "name": "mounting",
3175
- "type": {
3176
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
3177
- },
3178
- "default": "'free'",
3179
- "description": "Mounting Prop",
3180
- "fieldName": "mounting"
3181
- },
3182
- {
3183
- "name": "background",
3184
- "type": {
3185
- "text": "'light' | 'dark'"
3186
- },
3187
- "default": "'light'",
3188
- "description": "the background of the area",
3189
- "fieldName": "background"
3190
- }
3191
- ],
3192
- "superclass": {
3193
- "name": "SbbElement",
3194
- "package": "@sbb-esta/lyne-elements/core/base-elements.js"
3195
- },
3196
- "tagName": "sbb-seat-reservation-area",
3197
- "customElement": true
3198
- }
3199
- ],
3200
- "exports": [
3201
- {
3202
- "kind": "js",
3203
- "name": "SbbSeatReservationAreaElement",
3204
- "declaration": {
3205
- "name": "SbbSeatReservationAreaElement",
3206
- "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
3207
- }
3208
- }
3209
- ]
3210
- },
3211
- {
3212
- "kind": "javascript-module",
3213
- "path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
3214
- "declarations": [
3215
- {
3216
- "kind": "function",
3217
- "name": "svgImageByOSDMCode",
3218
- "return": {
3219
- "type": {
3220
- "text": ""
3221
- }
3222
- },
3223
- "parameters": [
3224
- {
3225
- "name": "osdmCode",
3226
- "type": {
3227
- "text": "string"
3228
- }
3229
- }
3230
- ],
3231
- "description": "svgImageByOSDMCode Function returns the corresponding svg image by OSDM Code"
3232
- },
3233
- {
3234
- "kind": "variable",
3235
- "name": "assetsTemplate",
3236
- "type": {
3237
- "text": "TemplateResult"
3238
- },
3239
- "default": "html` <style> .story-asset { width: max-content; background-color: var(--sbb-color-white); } </style> <h1>List of all currently available assets.</h1> <h2>Interior</h2> ${interiorTable} <h2>Layout</h2> ${layoutItemsTable} <h2>Service Icons</h2> ${serviceIconTable} <h2>Chassis</h2> ${chassisTable} `"
3240
- }
3241
- ],
3242
- "exports": [
3243
- {
3244
- "kind": "js",
3245
- "name": "svgImageByOSDMCode",
3246
- "declaration": {
3247
- "name": "svgImageByOSDMCode",
3248
- "module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
3249
- }
3250
- },
3251
- {
3252
- "kind": "js",
3253
- "name": "assetsTemplate",
3254
- "declaration": {
3255
- "name": "assetsTemplate",
3256
- "module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
3257
- }
3258
- }
3259
- ]
3260
- },
3261
- {
3262
- "kind": "javascript-module",
3263
- "path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
3264
- "declarations": [
3265
- {
3266
- "kind": "class",
3267
- "description": "Output one of the SVG graphics based on its code.",
3268
- "name": "SbbSeatReservationGraphicElement",
3269
- "members": [
3270
- {
3271
- "kind": "field",
3272
- "name": "elementName",
3273
- "type": {
3274
- "text": "string"
3275
- },
3276
- "privacy": "public",
3277
- "static": true,
3278
- "readonly": true,
3279
- "default": "'sbb-seat-reservation-graphic'"
3280
- },
3281
- {
3282
- "kind": "field",
3283
- "name": "name",
3284
- "type": {
3285
- "text": "string"
3286
- },
3287
- "privacy": "public",
3288
- "default": "''",
3289
- "description": "Name of the SVG graphic to be displayed.",
3290
- "attribute": "name"
3291
- },
3292
- {
3293
- "kind": "field",
3294
- "name": "stretch",
3295
- "type": {
3296
- "text": "boolean"
3297
- },
3298
- "privacy": "public",
3299
- "default": "false",
3300
- "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
3301
- "attribute": "stretch"
3302
- },
3303
- {
3304
- "kind": "field",
3305
- "name": "_language",
3306
- "privacy": "private",
3307
- "default": "new SbbLanguageController(this)"
3308
- },
3309
- {
3310
- "kind": "method",
3311
- "name": "_getSvgElement",
3312
- "privacy": "private",
3313
- "return": {
3314
- "type": {
3315
- "text": "Element | null"
3316
- }
3317
- },
3318
- "parameters": [
3319
- {
3320
- "name": "svg",
3321
- "type": {
3322
- "text": "string"
3323
- }
3324
- }
3325
- ]
3326
- }
3327
- ],
3328
- "attributes": [
3329
- {
3330
- "name": "name",
3331
- "type": {
3332
- "text": "string"
3333
- },
3334
- "default": "''",
3335
- "description": "Name of the SVG graphic to be displayed.",
3336
- "fieldName": "name"
3337
- },
3338
- {
3339
- "name": "stretch",
3340
- "type": {
3341
- "text": "boolean"
3342
- },
3343
- "default": "false",
3344
- "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
3345
- "fieldName": "stretch"
3346
- }
3347
- ],
3348
- "superclass": {
3349
- "name": "SbbElement",
3350
- "package": "@sbb-esta/lyne-elements/core/base-elements.js"
3351
- },
3352
- "tagName": "sbb-seat-reservation-graphic",
3353
- "customElement": true
3354
- }
3355
- ],
3106
+ {
3107
+ "kind": "javascript-module",
3108
+ "path": "seat-reservation/common/translations.js",
3109
+ "declarations": [],
3356
3110
  "exports": [
3357
3111
  {
3358
3112
  "kind": "js",
3359
- "name": "SbbSeatReservationGraphicElement",
3113
+ "name": "*",
3360
3114
  "declaration": {
3361
- "name": "SbbSeatReservationGraphicElement",
3362
- "module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
3115
+ "name": "*",
3116
+ "module": "seat-reservation/common/translations/i18n.js"
3363
3117
  }
3364
3118
  }
3365
3119
  ]
3366
3120
  },
3121
+ {
3122
+ "kind": "javascript-module",
3123
+ "path": "seat-reservation/common/types.js",
3124
+ "declarations": [],
3125
+ "exports": []
3126
+ },
3367
3127
  {
3368
3128
  "kind": "javascript-module",
3369
3129
  "path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
@@ -7654,6 +7414,246 @@
7654
7414
  }
7655
7415
  ]
7656
7416
  },
7417
+ {
7418
+ "kind": "javascript-module",
7419
+ "path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
7420
+ "declarations": [
7421
+ {
7422
+ "kind": "function",
7423
+ "name": "svgImageByOSDMCode",
7424
+ "return": {
7425
+ "type": {
7426
+ "text": ""
7427
+ }
7428
+ },
7429
+ "parameters": [
7430
+ {
7431
+ "name": "osdmCode",
7432
+ "type": {
7433
+ "text": "string"
7434
+ }
7435
+ }
7436
+ ],
7437
+ "description": "svgImageByOSDMCode Function returns the corresponding svg image by OSDM Code"
7438
+ },
7439
+ {
7440
+ "kind": "variable",
7441
+ "name": "assetsTemplate",
7442
+ "type": {
7443
+ "text": "TemplateResult"
7444
+ },
7445
+ "default": "html` <style> .story-asset { width: max-content; background-color: var(--sbb-color-white); } </style> <h1>List of all currently available assets.</h1> <h2>Interior</h2> ${interiorTable} <h2>Layout</h2> ${layoutItemsTable} <h2>Service Icons</h2> ${serviceIconTable} <h2>Chassis</h2> ${chassisTable} `"
7446
+ }
7447
+ ],
7448
+ "exports": [
7449
+ {
7450
+ "kind": "js",
7451
+ "name": "svgImageByOSDMCode",
7452
+ "declaration": {
7453
+ "name": "svgImageByOSDMCode",
7454
+ "module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
7455
+ }
7456
+ },
7457
+ {
7458
+ "kind": "js",
7459
+ "name": "assetsTemplate",
7460
+ "declaration": {
7461
+ "name": "assetsTemplate",
7462
+ "module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
7463
+ }
7464
+ }
7465
+ ]
7466
+ },
7467
+ {
7468
+ "kind": "javascript-module",
7469
+ "path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
7470
+ "declarations": [
7471
+ {
7472
+ "kind": "class",
7473
+ "description": "Output one of the SVG graphics based on its code.",
7474
+ "name": "SbbSeatReservationGraphicElement",
7475
+ "members": [
7476
+ {
7477
+ "kind": "field",
7478
+ "name": "elementName",
7479
+ "type": {
7480
+ "text": "string"
7481
+ },
7482
+ "privacy": "public",
7483
+ "static": true,
7484
+ "readonly": true,
7485
+ "default": "'sbb-seat-reservation-graphic'"
7486
+ },
7487
+ {
7488
+ "kind": "field",
7489
+ "name": "name",
7490
+ "type": {
7491
+ "text": "string"
7492
+ },
7493
+ "privacy": "public",
7494
+ "default": "''",
7495
+ "description": "Name of the SVG graphic to be displayed.",
7496
+ "attribute": "name"
7497
+ },
7498
+ {
7499
+ "kind": "field",
7500
+ "name": "stretch",
7501
+ "type": {
7502
+ "text": "boolean"
7503
+ },
7504
+ "privacy": "public",
7505
+ "default": "false",
7506
+ "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
7507
+ "attribute": "stretch"
7508
+ },
7509
+ {
7510
+ "kind": "field",
7511
+ "name": "_language",
7512
+ "privacy": "private",
7513
+ "default": "new SbbLanguageController(this)"
7514
+ },
7515
+ {
7516
+ "kind": "method",
7517
+ "name": "_getSvgElement",
7518
+ "privacy": "private",
7519
+ "return": {
7520
+ "type": {
7521
+ "text": "Element | null"
7522
+ }
7523
+ },
7524
+ "parameters": [
7525
+ {
7526
+ "name": "svg",
7527
+ "type": {
7528
+ "text": "string"
7529
+ }
7530
+ }
7531
+ ]
7532
+ }
7533
+ ],
7534
+ "attributes": [
7535
+ {
7536
+ "name": "name",
7537
+ "type": {
7538
+ "text": "string"
7539
+ },
7540
+ "default": "''",
7541
+ "description": "Name of the SVG graphic to be displayed.",
7542
+ "fieldName": "name"
7543
+ },
7544
+ {
7545
+ "name": "stretch",
7546
+ "type": {
7547
+ "text": "boolean"
7548
+ },
7549
+ "default": "false",
7550
+ "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
7551
+ "fieldName": "stretch"
7552
+ }
7553
+ ],
7554
+ "superclass": {
7555
+ "name": "SbbElement",
7556
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7557
+ },
7558
+ "tagName": "sbb-seat-reservation-graphic",
7559
+ "customElement": true
7560
+ }
7561
+ ],
7562
+ "exports": [
7563
+ {
7564
+ "kind": "js",
7565
+ "name": "SbbSeatReservationGraphicElement",
7566
+ "declaration": {
7567
+ "name": "SbbSeatReservationGraphicElement",
7568
+ "module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
7569
+ }
7570
+ }
7571
+ ]
7572
+ },
7573
+ {
7574
+ "kind": "javascript-module",
7575
+ "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7576
+ "declarations": [
7577
+ {
7578
+ "kind": "class",
7579
+ "description": "Visualize an area with a special meaning within a wagon.",
7580
+ "name": "SbbSeatReservationAreaElement",
7581
+ "members": [
7582
+ {
7583
+ "kind": "field",
7584
+ "name": "elementName",
7585
+ "type": {
7586
+ "text": "string"
7587
+ },
7588
+ "privacy": "public",
7589
+ "static": true,
7590
+ "readonly": true,
7591
+ "default": "'sbb-seat-reservation-area'"
7592
+ },
7593
+ {
7594
+ "kind": "field",
7595
+ "name": "mounting",
7596
+ "type": {
7597
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7598
+ },
7599
+ "privacy": "public",
7600
+ "default": "'free'",
7601
+ "description": "Mounting Prop",
7602
+ "attribute": "mounting",
7603
+ "reflects": true
7604
+ },
7605
+ {
7606
+ "kind": "field",
7607
+ "name": "background",
7608
+ "type": {
7609
+ "text": "'light' | 'dark'"
7610
+ },
7611
+ "privacy": "public",
7612
+ "default": "'light'",
7613
+ "description": "the background of the area",
7614
+ "attribute": "background",
7615
+ "reflects": true
7616
+ }
7617
+ ],
7618
+ "attributes": [
7619
+ {
7620
+ "name": "mounting",
7621
+ "type": {
7622
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7623
+ },
7624
+ "default": "'free'",
7625
+ "description": "Mounting Prop",
7626
+ "fieldName": "mounting"
7627
+ },
7628
+ {
7629
+ "name": "background",
7630
+ "type": {
7631
+ "text": "'light' | 'dark'"
7632
+ },
7633
+ "default": "'light'",
7634
+ "description": "the background of the area",
7635
+ "fieldName": "background"
7636
+ }
7637
+ ],
7638
+ "superclass": {
7639
+ "name": "SbbElement",
7640
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7641
+ },
7642
+ "tagName": "sbb-seat-reservation-area",
7643
+ "customElement": true
7644
+ }
7645
+ ],
7646
+ "exports": [
7647
+ {
7648
+ "kind": "js",
7649
+ "name": "SbbSeatReservationAreaElement",
7650
+ "declaration": {
7651
+ "name": "SbbSeatReservationAreaElement",
7652
+ "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7653
+ }
7654
+ }
7655
+ ]
7656
+ },
7657
7657
  {
7658
7658
  "kind": "javascript-module",
7659
7659
  "path": "seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-experimental-dev",
3
- "version": "4.12.1-dev.1778065370",
3
+ "version": "4.12.1-dev.1778074072",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
9
  "storybook",
10
- "https://github.com/sbb-design-systems/lyne-components/commit/1d7b8f6f21088964b488d9643be83ff89d6375e6"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/3a9d4b4a8b6f1033e66dae6188e92d6cab51666c"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {