@sbb-esta/lyne-elements-experimental-dev 4.12.1-dev.1778145520 → 4.12.1-dev.1778146180

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 +240 -240
  2. package/package.json +2 -2
@@ -3124,6 +3124,246 @@
3124
3124
  "declarations": [],
3125
3125
  "exports": []
3126
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
+ ],
3356
+ "exports": [
3357
+ {
3358
+ "kind": "js",
3359
+ "name": "SbbSeatReservationGraphicElement",
3360
+ "declaration": {
3361
+ "name": "SbbSeatReservationGraphicElement",
3362
+ "module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
3363
+ }
3364
+ }
3365
+ ]
3366
+ },
3127
3367
  {
3128
3368
  "kind": "javascript-module",
3129
3369
  "path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
@@ -7414,246 +7654,6 @@
7414
7654
  }
7415
7655
  ]
7416
7656
  },
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.1778145520",
3
+ "version": "4.12.1-dev.1778146180",
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/15ec0904976d7175debdd3c8b36d52d700ed9674"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/8601de4beee0cb189631211e0bd7be421d1d73fd"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {