@sbb-esta/lyne-elements-experimental-dev 4.13.0-dev.1779094063 → 4.13.0-dev.1779125462
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.
- package/custom-elements.json +84 -84
- package/development/core/datetime/date-helper.js +1 -1
- package/development/core/datetime.js +1 -1
- package/development/date-helper-DrUAT1pZ.js +581 -0
- package/development/differenceInMinutes-CqAOVimt.js +131 -0
- package/development/format-DFx4997p.js +1 -1
- package/development/isValid-JpZ7FphI.js +1 -1
- package/development/pearl-chain/pearl-chain.component.js +1 -1
- package/development/pearl-chain.component-Dl4DqDey.js +316 -0
- package/development/pearl-chain.js +1 -1
- package/development/pearl-chain.pure.js +1 -1
- package/development/toDate-DOFAOjP-.js +1 -1
- package/package.json +2 -2
- package/development/date-helper-qNdwgC9O.js +0 -520
- package/development/differenceInMinutes-B7_GTDq7.js +0 -110
- package/development/pearl-chain.component-oQZUzsyW.js +0 -316
package/custom-elements.json
CHANGED
|
@@ -7414,90 +7414,6 @@
|
|
|
7414
7414
|
}
|
|
7415
7415
|
]
|
|
7416
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
7417
|
{
|
|
7502
7418
|
"kind": "javascript-module",
|
|
7503
7419
|
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
|
|
@@ -7654,6 +7570,90 @@
|
|
|
7654
7570
|
}
|
|
7655
7571
|
]
|
|
7656
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",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as removeTimezoneFromISOTimeString, t as durationToTime } from "../../date-helper-
|
|
1
|
+
import { n as removeTimezoneFromISOTimeString, t as durationToTime } from "../../date-helper-DrUAT1pZ.js";
|
|
2
2
|
export { durationToTime, removeTimezoneFromISOTimeString };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as removeTimezoneFromISOTimeString, t as durationToTime } from "../date-helper-
|
|
1
|
+
import { n as removeTimezoneFromISOTimeString, t as durationToTime } from "../date-helper-DrUAT1pZ.js";
|
|
2
2
|
export { durationToTime, removeTimezoneFromISOTimeString };
|