@sbb-esta/lyne-elements-experimental-dev 5.0.0-next-dev.1776760640 → 5.0.0-next-dev.1776772859

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 +149 -149
  2. package/package.json +2 -2
@@ -2371,6 +2371,71 @@
2371
2371
  }
2372
2372
  ]
2373
2373
  },
2374
+ {
2375
+ "kind": "javascript-module",
2376
+ "path": "autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js",
2377
+ "declarations": [
2378
+ {
2379
+ "kind": "class",
2380
+ "description": "It can be used as a container for one or more `sbb-autocomplete-grid-option`.",
2381
+ "name": "SbbAutocompleteGridOptgroupElement",
2382
+ "slots": [
2383
+ {
2384
+ "description": "Use the unnamed slot to add `sbb-autocomplete-grid-option` elements to the `sbb-autocomplete-grid-optgroup`.",
2385
+ "name": ""
2386
+ }
2387
+ ],
2388
+ "members": [
2389
+ {
2390
+ "kind": "field",
2391
+ "name": "elementName",
2392
+ "type": {
2393
+ "text": "string"
2394
+ },
2395
+ "privacy": "public",
2396
+ "static": true,
2397
+ "readonly": true,
2398
+ "default": "'sbb-autocomplete-grid-optgroup'"
2399
+ },
2400
+ {
2401
+ "kind": "field",
2402
+ "name": "options",
2403
+ "type": {
2404
+ "text": "SbbAutocompleteGridOptionElement[]"
2405
+ },
2406
+ "privacy": "protected",
2407
+ "readonly": true
2408
+ },
2409
+ {
2410
+ "kind": "method",
2411
+ "name": "getAutocompleteParent",
2412
+ "privacy": "protected",
2413
+ "return": {
2414
+ "type": {
2415
+ "text": "SbbAutocompleteBaseElement | null"
2416
+ }
2417
+ }
2418
+ }
2419
+ ],
2420
+ "superclass": {
2421
+ "name": "SbbOptgroupBaseElement",
2422
+ "package": "@sbb-esta/lyne-elements/option.pure.js"
2423
+ },
2424
+ "tagName": "sbb-autocomplete-grid-optgroup",
2425
+ "customElement": true
2426
+ }
2427
+ ],
2428
+ "exports": [
2429
+ {
2430
+ "kind": "js",
2431
+ "name": "SbbAutocompleteGridOptgroupElement",
2432
+ "declaration": {
2433
+ "name": "SbbAutocompleteGridOptgroupElement",
2434
+ "module": "autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js"
2435
+ }
2436
+ }
2437
+ ]
2438
+ },
2374
2439
  {
2375
2440
  "kind": "javascript-module",
2376
2441
  "path": "autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js",
@@ -2483,71 +2548,6 @@
2483
2548
  }
2484
2549
  ]
2485
2550
  },
2486
- {
2487
- "kind": "javascript-module",
2488
- "path": "autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js",
2489
- "declarations": [
2490
- {
2491
- "kind": "class",
2492
- "description": "It can be used as a container for one or more `sbb-autocomplete-grid-option`.",
2493
- "name": "SbbAutocompleteGridOptgroupElement",
2494
- "slots": [
2495
- {
2496
- "description": "Use the unnamed slot to add `sbb-autocomplete-grid-option` elements to the `sbb-autocomplete-grid-optgroup`.",
2497
- "name": ""
2498
- }
2499
- ],
2500
- "members": [
2501
- {
2502
- "kind": "field",
2503
- "name": "elementName",
2504
- "type": {
2505
- "text": "string"
2506
- },
2507
- "privacy": "public",
2508
- "static": true,
2509
- "readonly": true,
2510
- "default": "'sbb-autocomplete-grid-optgroup'"
2511
- },
2512
- {
2513
- "kind": "field",
2514
- "name": "options",
2515
- "type": {
2516
- "text": "SbbAutocompleteGridOptionElement[]"
2517
- },
2518
- "privacy": "protected",
2519
- "readonly": true
2520
- },
2521
- {
2522
- "kind": "method",
2523
- "name": "getAutocompleteParent",
2524
- "privacy": "protected",
2525
- "return": {
2526
- "type": {
2527
- "text": "SbbAutocompleteBaseElement | null"
2528
- }
2529
- }
2530
- }
2531
- ],
2532
- "superclass": {
2533
- "name": "SbbOptgroupBaseElement",
2534
- "package": "@sbb-esta/lyne-elements/option.pure.js"
2535
- },
2536
- "tagName": "sbb-autocomplete-grid-optgroup",
2537
- "customElement": true
2538
- }
2539
- ],
2540
- "exports": [
2541
- {
2542
- "kind": "js",
2543
- "name": "SbbAutocompleteGridOptgroupElement",
2544
- "declaration": {
2545
- "name": "SbbAutocompleteGridOptgroupElement",
2546
- "module": "autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js"
2547
- }
2548
- }
2549
- ]
2550
- },
2551
2551
  {
2552
2552
  "kind": "javascript-module",
2553
2553
  "path": "autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js",
@@ -7076,6 +7076,90 @@
7076
7076
  }
7077
7077
  ]
7078
7078
  },
7079
+ {
7080
+ "kind": "javascript-module",
7081
+ "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7082
+ "declarations": [
7083
+ {
7084
+ "kind": "class",
7085
+ "description": "Visualize an area with a special meaning within a wagon.",
7086
+ "name": "SbbSeatReservationAreaElement",
7087
+ "members": [
7088
+ {
7089
+ "kind": "field",
7090
+ "name": "elementName",
7091
+ "type": {
7092
+ "text": "string"
7093
+ },
7094
+ "privacy": "public",
7095
+ "static": true,
7096
+ "readonly": true,
7097
+ "default": "'sbb-seat-reservation-area'"
7098
+ },
7099
+ {
7100
+ "kind": "field",
7101
+ "name": "mounting",
7102
+ "type": {
7103
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7104
+ },
7105
+ "privacy": "public",
7106
+ "default": "'free'",
7107
+ "description": "Mounting Prop",
7108
+ "attribute": "mounting",
7109
+ "reflects": true
7110
+ },
7111
+ {
7112
+ "kind": "field",
7113
+ "name": "background",
7114
+ "type": {
7115
+ "text": "'light' | 'dark'"
7116
+ },
7117
+ "privacy": "public",
7118
+ "default": "'light'",
7119
+ "description": "the background of the area",
7120
+ "attribute": "background",
7121
+ "reflects": true
7122
+ }
7123
+ ],
7124
+ "attributes": [
7125
+ {
7126
+ "name": "mounting",
7127
+ "type": {
7128
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7129
+ },
7130
+ "default": "'free'",
7131
+ "description": "Mounting Prop",
7132
+ "fieldName": "mounting"
7133
+ },
7134
+ {
7135
+ "name": "background",
7136
+ "type": {
7137
+ "text": "'light' | 'dark'"
7138
+ },
7139
+ "default": "'light'",
7140
+ "description": "the background of the area",
7141
+ "fieldName": "background"
7142
+ }
7143
+ ],
7144
+ "superclass": {
7145
+ "name": "SbbElement",
7146
+ "package": "@sbb-esta/lyne-elements/core.js"
7147
+ },
7148
+ "tagName": "sbb-seat-reservation-area",
7149
+ "customElement": true
7150
+ }
7151
+ ],
7152
+ "exports": [
7153
+ {
7154
+ "kind": "js",
7155
+ "name": "SbbSeatReservationAreaElement",
7156
+ "declaration": {
7157
+ "name": "SbbSeatReservationAreaElement",
7158
+ "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7159
+ }
7160
+ }
7161
+ ]
7162
+ },
7079
7163
  {
7080
7164
  "kind": "javascript-module",
7081
7165
  "path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
@@ -7192,90 +7276,6 @@
7192
7276
  }
7193
7277
  ]
7194
7278
  },
7195
- {
7196
- "kind": "javascript-module",
7197
- "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7198
- "declarations": [
7199
- {
7200
- "kind": "class",
7201
- "description": "Visualize an area with a special meaning within a wagon.",
7202
- "name": "SbbSeatReservationAreaElement",
7203
- "members": [
7204
- {
7205
- "kind": "field",
7206
- "name": "elementName",
7207
- "type": {
7208
- "text": "string"
7209
- },
7210
- "privacy": "public",
7211
- "static": true,
7212
- "readonly": true,
7213
- "default": "'sbb-seat-reservation-area'"
7214
- },
7215
- {
7216
- "kind": "field",
7217
- "name": "mounting",
7218
- "type": {
7219
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7220
- },
7221
- "privacy": "public",
7222
- "default": "'free'",
7223
- "description": "Mounting Prop",
7224
- "attribute": "mounting",
7225
- "reflects": true
7226
- },
7227
- {
7228
- "kind": "field",
7229
- "name": "background",
7230
- "type": {
7231
- "text": "'light' | 'dark'"
7232
- },
7233
- "privacy": "public",
7234
- "default": "'light'",
7235
- "description": "the background of the area",
7236
- "attribute": "background",
7237
- "reflects": true
7238
- }
7239
- ],
7240
- "attributes": [
7241
- {
7242
- "name": "mounting",
7243
- "type": {
7244
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7245
- },
7246
- "default": "'free'",
7247
- "description": "Mounting Prop",
7248
- "fieldName": "mounting"
7249
- },
7250
- {
7251
- "name": "background",
7252
- "type": {
7253
- "text": "'light' | 'dark'"
7254
- },
7255
- "default": "'light'",
7256
- "description": "the background of the area",
7257
- "fieldName": "background"
7258
- }
7259
- ],
7260
- "superclass": {
7261
- "name": "SbbElement",
7262
- "package": "@sbb-esta/lyne-elements/core.js"
7263
- },
7264
- "tagName": "sbb-seat-reservation-area",
7265
- "customElement": true
7266
- }
7267
- ],
7268
- "exports": [
7269
- {
7270
- "kind": "js",
7271
- "name": "SbbSeatReservationAreaElement",
7272
- "declaration": {
7273
- "name": "SbbSeatReservationAreaElement",
7274
- "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7275
- }
7276
- }
7277
- ]
7278
- },
7279
7279
  {
7280
7280
  "kind": "javascript-module",
7281
7281
  "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": "5.0.0-next-dev.1776760640",
3
+ "version": "5.0.0-next-dev.1776772859",
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/1bf4726a6f21dcbe56ec3e27531ac55dd4115cbc"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/49749de1a8fe0b4669a0ddb8465b02afb294a062"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {