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

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,246 +3124,6 @@
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
- },
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-area/seat-reservation-area.component.js",
7420
+ "declarations": [
7421
+ {
7422
+ "kind": "class",
7423
+ "description": "Visualize an area with a special meaning within a wagon.",
7424
+ "name": "SbbSeatReservationAreaElement",
7425
+ "members": [
7426
+ {
7427
+ "kind": "field",
7428
+ "name": "elementName",
7429
+ "type": {
7430
+ "text": "string"
7431
+ },
7432
+ "privacy": "public",
7433
+ "static": true,
7434
+ "readonly": true,
7435
+ "default": "'sbb-seat-reservation-area'"
7436
+ },
7437
+ {
7438
+ "kind": "field",
7439
+ "name": "mounting",
7440
+ "type": {
7441
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7442
+ },
7443
+ "privacy": "public",
7444
+ "default": "'free'",
7445
+ "description": "Mounting Prop",
7446
+ "attribute": "mounting",
7447
+ "reflects": true
7448
+ },
7449
+ {
7450
+ "kind": "field",
7451
+ "name": "background",
7452
+ "type": {
7453
+ "text": "'light' | 'dark'"
7454
+ },
7455
+ "privacy": "public",
7456
+ "default": "'light'",
7457
+ "description": "the background of the area",
7458
+ "attribute": "background",
7459
+ "reflects": true
7460
+ }
7461
+ ],
7462
+ "attributes": [
7463
+ {
7464
+ "name": "mounting",
7465
+ "type": {
7466
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7467
+ },
7468
+ "default": "'free'",
7469
+ "description": "Mounting Prop",
7470
+ "fieldName": "mounting"
7471
+ },
7472
+ {
7473
+ "name": "background",
7474
+ "type": {
7475
+ "text": "'light' | 'dark'"
7476
+ },
7477
+ "default": "'light'",
7478
+ "description": "the background of the area",
7479
+ "fieldName": "background"
7480
+ }
7481
+ ],
7482
+ "superclass": {
7483
+ "name": "SbbElement",
7484
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7485
+ },
7486
+ "tagName": "sbb-seat-reservation-area",
7487
+ "customElement": true
7488
+ }
7489
+ ],
7490
+ "exports": [
7491
+ {
7492
+ "kind": "js",
7493
+ "name": "SbbSeatReservationAreaElement",
7494
+ "declaration": {
7495
+ "name": "SbbSeatReservationAreaElement",
7496
+ "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7497
+ }
7498
+ }
7499
+ ]
7500
+ },
7501
+ {
7502
+ "kind": "javascript-module",
7503
+ "path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
7504
+ "declarations": [
7505
+ {
7506
+ "kind": "function",
7507
+ "name": "svgImageByOSDMCode",
7508
+ "return": {
7509
+ "type": {
7510
+ "text": ""
7511
+ }
7512
+ },
7513
+ "parameters": [
7514
+ {
7515
+ "name": "osdmCode",
7516
+ "type": {
7517
+ "text": "string"
7518
+ }
7519
+ }
7520
+ ],
7521
+ "description": "svgImageByOSDMCode Function returns the corresponding svg image by OSDM Code"
7522
+ },
7523
+ {
7524
+ "kind": "variable",
7525
+ "name": "assetsTemplate",
7526
+ "type": {
7527
+ "text": "TemplateResult"
7528
+ },
7529
+ "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} `"
7530
+ }
7531
+ ],
7532
+ "exports": [
7533
+ {
7534
+ "kind": "js",
7535
+ "name": "svgImageByOSDMCode",
7536
+ "declaration": {
7537
+ "name": "svgImageByOSDMCode",
7538
+ "module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
7539
+ }
7540
+ },
7541
+ {
7542
+ "kind": "js",
7543
+ "name": "assetsTemplate",
7544
+ "declaration": {
7545
+ "name": "assetsTemplate",
7546
+ "module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
7547
+ }
7548
+ }
7549
+ ]
7550
+ },
7551
+ {
7552
+ "kind": "javascript-module",
7553
+ "path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
7554
+ "declarations": [
7555
+ {
7556
+ "kind": "class",
7557
+ "description": "Output one of the SVG graphics based on its code.",
7558
+ "name": "SbbSeatReservationGraphicElement",
7559
+ "members": [
7560
+ {
7561
+ "kind": "field",
7562
+ "name": "elementName",
7563
+ "type": {
7564
+ "text": "string"
7565
+ },
7566
+ "privacy": "public",
7567
+ "static": true,
7568
+ "readonly": true,
7569
+ "default": "'sbb-seat-reservation-graphic'"
7570
+ },
7571
+ {
7572
+ "kind": "field",
7573
+ "name": "name",
7574
+ "type": {
7575
+ "text": "string"
7576
+ },
7577
+ "privacy": "public",
7578
+ "default": "''",
7579
+ "description": "Name of the SVG graphic to be displayed.",
7580
+ "attribute": "name"
7581
+ },
7582
+ {
7583
+ "kind": "field",
7584
+ "name": "stretch",
7585
+ "type": {
7586
+ "text": "boolean"
7587
+ },
7588
+ "privacy": "public",
7589
+ "default": "false",
7590
+ "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
7591
+ "attribute": "stretch"
7592
+ },
7593
+ {
7594
+ "kind": "field",
7595
+ "name": "_language",
7596
+ "privacy": "private",
7597
+ "default": "new SbbLanguageController(this)"
7598
+ },
7599
+ {
7600
+ "kind": "method",
7601
+ "name": "_getSvgElement",
7602
+ "privacy": "private",
7603
+ "return": {
7604
+ "type": {
7605
+ "text": "Element | null"
7606
+ }
7607
+ },
7608
+ "parameters": [
7609
+ {
7610
+ "name": "svg",
7611
+ "type": {
7612
+ "text": "string"
7613
+ }
7614
+ }
7615
+ ]
7616
+ }
7617
+ ],
7618
+ "attributes": [
7619
+ {
7620
+ "name": "name",
7621
+ "type": {
7622
+ "text": "string"
7623
+ },
7624
+ "default": "''",
7625
+ "description": "Name of the SVG graphic to be displayed.",
7626
+ "fieldName": "name"
7627
+ },
7628
+ {
7629
+ "name": "stretch",
7630
+ "type": {
7631
+ "text": "boolean"
7632
+ },
7633
+ "default": "false",
7634
+ "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
7635
+ "fieldName": "stretch"
7636
+ }
7637
+ ],
7638
+ "superclass": {
7639
+ "name": "SbbElement",
7640
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7641
+ },
7642
+ "tagName": "sbb-seat-reservation-graphic",
7643
+ "customElement": true
7644
+ }
7645
+ ],
7646
+ "exports": [
7647
+ {
7648
+ "kind": "js",
7649
+ "name": "SbbSeatReservationGraphicElement",
7650
+ "declaration": {
7651
+ "name": "SbbSeatReservationGraphicElement",
7652
+ "module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.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.1778072985",
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/80d49b02b39d15a715490b72e74e5c67a4b90abe"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {