@sbb-esta/lyne-elements-dev 4.12.1-dev.1778065339 → 4.12.1-dev.1778065363
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 +391 -391
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -81230,12 +81230,12 @@
|
|
|
81230
81230
|
},
|
|
81231
81231
|
{
|
|
81232
81232
|
"kind": "javascript-module",
|
|
81233
|
-
"path": "datepicker/datepicker-
|
|
81233
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
81234
81234
|
"declarations": [
|
|
81235
81235
|
{
|
|
81236
81236
|
"kind": "class",
|
|
81237
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
81238
|
-
"name": "
|
|
81237
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
81238
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
81239
81239
|
"members": [
|
|
81240
81240
|
{
|
|
81241
81241
|
"kind": "field",
|
|
@@ -81250,7 +81250,7 @@
|
|
|
81250
81250
|
"name": "SbbElement",
|
|
81251
81251
|
"module": "core/base-elements/element.js"
|
|
81252
81252
|
},
|
|
81253
|
-
"default": "'sbb-datepicker-
|
|
81253
|
+
"default": "'sbb-datepicker-previous-day'"
|
|
81254
81254
|
},
|
|
81255
81255
|
{
|
|
81256
81256
|
"kind": "field",
|
|
@@ -81263,7 +81263,7 @@
|
|
|
81263
81263
|
"name": "SbbDatepickerButtonBase",
|
|
81264
81264
|
"module": "datepicker/common/datepicker-button.js"
|
|
81265
81265
|
},
|
|
81266
|
-
"default": "'chevron-small-
|
|
81266
|
+
"default": "'chevron-small-left-small'"
|
|
81267
81267
|
},
|
|
81268
81268
|
{
|
|
81269
81269
|
"kind": "field",
|
|
@@ -81272,7 +81272,7 @@
|
|
|
81272
81272
|
"text": "Record<string, string>"
|
|
81273
81273
|
},
|
|
81274
81274
|
"privacy": "protected",
|
|
81275
|
-
"default": "
|
|
81275
|
+
"default": "i18nPreviousDay",
|
|
81276
81276
|
"inheritedFrom": {
|
|
81277
81277
|
"name": "SbbDatepickerButton",
|
|
81278
81278
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81285,7 +81285,7 @@
|
|
|
81285
81285
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
81286
81286
|
},
|
|
81287
81287
|
"privacy": "protected",
|
|
81288
|
-
"default": "
|
|
81288
|
+
"default": "i18nSelectPreviousDay",
|
|
81289
81289
|
"inheritedFrom": {
|
|
81290
81290
|
"name": "SbbDatepickerButton",
|
|
81291
81291
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81315,7 +81315,7 @@
|
|
|
81315
81315
|
},
|
|
81316
81316
|
{
|
|
81317
81317
|
"kind": "method",
|
|
81318
|
-
"name": "
|
|
81318
|
+
"name": "_isBeforeMinDate",
|
|
81319
81319
|
"privacy": "private",
|
|
81320
81320
|
"return": {
|
|
81321
81321
|
"type": {
|
|
@@ -82175,7 +82175,7 @@
|
|
|
82175
82175
|
"name": "SbbDatepickerButton",
|
|
82176
82176
|
"module": "datepicker/common/datepicker-button.js"
|
|
82177
82177
|
},
|
|
82178
|
-
"tagName": "sbb-datepicker-
|
|
82178
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
82179
82179
|
"customElement": true,
|
|
82180
82180
|
"classGenerics": "T = Date",
|
|
82181
82181
|
"attributes": [
|
|
@@ -82285,22 +82285,22 @@
|
|
|
82285
82285
|
"exports": [
|
|
82286
82286
|
{
|
|
82287
82287
|
"kind": "js",
|
|
82288
|
-
"name": "
|
|
82288
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
82289
82289
|
"declaration": {
|
|
82290
|
-
"name": "
|
|
82291
|
-
"module": "datepicker/datepicker-
|
|
82290
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
82291
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
82292
82292
|
}
|
|
82293
82293
|
}
|
|
82294
82294
|
]
|
|
82295
82295
|
},
|
|
82296
82296
|
{
|
|
82297
82297
|
"kind": "javascript-module",
|
|
82298
|
-
"path": "datepicker/datepicker-
|
|
82298
|
+
"path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
|
|
82299
82299
|
"declarations": [
|
|
82300
82300
|
{
|
|
82301
82301
|
"kind": "class",
|
|
82302
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
82303
|
-
"name": "
|
|
82302
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
|
|
82303
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82304
82304
|
"members": [
|
|
82305
82305
|
{
|
|
82306
82306
|
"kind": "field",
|
|
@@ -82315,7 +82315,7 @@
|
|
|
82315
82315
|
"name": "SbbElement",
|
|
82316
82316
|
"module": "core/base-elements/element.js"
|
|
82317
82317
|
},
|
|
82318
|
-
"default": "'sbb-datepicker-
|
|
82318
|
+
"default": "'sbb-datepicker-next-day'"
|
|
82319
82319
|
},
|
|
82320
82320
|
{
|
|
82321
82321
|
"kind": "field",
|
|
@@ -82328,7 +82328,7 @@
|
|
|
82328
82328
|
"name": "SbbDatepickerButtonBase",
|
|
82329
82329
|
"module": "datepicker/common/datepicker-button.js"
|
|
82330
82330
|
},
|
|
82331
|
-
"default": "'chevron-small-
|
|
82331
|
+
"default": "'chevron-small-right-small'"
|
|
82332
82332
|
},
|
|
82333
82333
|
{
|
|
82334
82334
|
"kind": "field",
|
|
@@ -82337,7 +82337,7 @@
|
|
|
82337
82337
|
"text": "Record<string, string>"
|
|
82338
82338
|
},
|
|
82339
82339
|
"privacy": "protected",
|
|
82340
|
-
"default": "
|
|
82340
|
+
"default": "i18nNextDay",
|
|
82341
82341
|
"inheritedFrom": {
|
|
82342
82342
|
"name": "SbbDatepickerButton",
|
|
82343
82343
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -82350,7 +82350,7 @@
|
|
|
82350
82350
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
82351
82351
|
},
|
|
82352
82352
|
"privacy": "protected",
|
|
82353
|
-
"default": "
|
|
82353
|
+
"default": "i18nSelectNextDay",
|
|
82354
82354
|
"inheritedFrom": {
|
|
82355
82355
|
"name": "SbbDatepickerButton",
|
|
82356
82356
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -82380,7 +82380,7 @@
|
|
|
82380
82380
|
},
|
|
82381
82381
|
{
|
|
82382
82382
|
"kind": "method",
|
|
82383
|
-
"name": "
|
|
82383
|
+
"name": "_isAfterMaxDate",
|
|
82384
82384
|
"privacy": "private",
|
|
82385
82385
|
"return": {
|
|
82386
82386
|
"type": {
|
|
@@ -83240,7 +83240,7 @@
|
|
|
83240
83240
|
"name": "SbbDatepickerButton",
|
|
83241
83241
|
"module": "datepicker/common/datepicker-button.js"
|
|
83242
83242
|
},
|
|
83243
|
-
"tagName": "sbb-datepicker-
|
|
83243
|
+
"tagName": "sbb-datepicker-next-day",
|
|
83244
83244
|
"customElement": true,
|
|
83245
83245
|
"classGenerics": "T = Date",
|
|
83246
83246
|
"attributes": [
|
|
@@ -83350,10 +83350,10 @@
|
|
|
83350
83350
|
"exports": [
|
|
83351
83351
|
{
|
|
83352
83352
|
"kind": "js",
|
|
83353
|
-
"name": "
|
|
83353
|
+
"name": "SbbDatepickerNextDayElement",
|
|
83354
83354
|
"declaration": {
|
|
83355
|
-
"name": "
|
|
83356
|
-
"module": "datepicker/datepicker-
|
|
83355
|
+
"name": "SbbDatepickerNextDayElement",
|
|
83356
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
|
|
83357
83357
|
}
|
|
83358
83358
|
}
|
|
83359
83359
|
]
|
|
@@ -109983,224 +109983,6 @@
|
|
|
109983
109983
|
}
|
|
109984
109984
|
]
|
|
109985
109985
|
},
|
|
109986
|
-
{
|
|
109987
|
-
"kind": "javascript-module",
|
|
109988
|
-
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
109989
|
-
"declarations": [
|
|
109990
|
-
{
|
|
109991
|
-
"kind": "class",
|
|
109992
|
-
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
109993
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
109994
|
-
"slots": [
|
|
109995
|
-
{
|
|
109996
|
-
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
109997
|
-
"name": ""
|
|
109998
|
-
}
|
|
109999
|
-
],
|
|
110000
|
-
"members": [
|
|
110001
|
-
{
|
|
110002
|
-
"kind": "field",
|
|
110003
|
-
"name": "elementName",
|
|
110004
|
-
"type": {
|
|
110005
|
-
"text": "string"
|
|
110006
|
-
},
|
|
110007
|
-
"privacy": "public",
|
|
110008
|
-
"static": true,
|
|
110009
|
-
"readonly": true,
|
|
110010
|
-
"default": "'sbb-mini-calendar-month'",
|
|
110011
|
-
"inheritedFrom": {
|
|
110012
|
-
"name": "SbbElement",
|
|
110013
|
-
"module": "core/base-elements/element.js"
|
|
110014
|
-
}
|
|
110015
|
-
},
|
|
110016
|
-
{
|
|
110017
|
-
"kind": "field",
|
|
110018
|
-
"name": "date",
|
|
110019
|
-
"type": {
|
|
110020
|
-
"text": "string"
|
|
110021
|
-
},
|
|
110022
|
-
"privacy": "public",
|
|
110023
|
-
"default": "''",
|
|
110024
|
-
"description": "Date as ISO string (YYYY-MM)",
|
|
110025
|
-
"attribute": "date"
|
|
110026
|
-
},
|
|
110027
|
-
{
|
|
110028
|
-
"kind": "field",
|
|
110029
|
-
"name": "_dateAdapter",
|
|
110030
|
-
"type": {
|
|
110031
|
-
"text": "DateAdapter<T>"
|
|
110032
|
-
},
|
|
110033
|
-
"privacy": "private"
|
|
110034
|
-
},
|
|
110035
|
-
{
|
|
110036
|
-
"kind": "field",
|
|
110037
|
-
"name": "_monthNames",
|
|
110038
|
-
"privacy": "private"
|
|
110039
|
-
},
|
|
110040
|
-
{
|
|
110041
|
-
"kind": "field",
|
|
110042
|
-
"name": "_monthLabel",
|
|
110043
|
-
"type": {
|
|
110044
|
-
"text": "string | null"
|
|
110045
|
-
},
|
|
110046
|
-
"privacy": "private",
|
|
110047
|
-
"default": "null"
|
|
110048
|
-
},
|
|
110049
|
-
{
|
|
110050
|
-
"kind": "field",
|
|
110051
|
-
"name": "_yearLabel",
|
|
110052
|
-
"type": {
|
|
110053
|
-
"text": "string | null"
|
|
110054
|
-
},
|
|
110055
|
-
"privacy": "private",
|
|
110056
|
-
"default": "null"
|
|
110057
|
-
},
|
|
110058
|
-
{
|
|
110059
|
-
"kind": "field",
|
|
110060
|
-
"name": "_previousOrientation",
|
|
110061
|
-
"type": {
|
|
110062
|
-
"text": "SbbOrientation | null"
|
|
110063
|
-
},
|
|
110064
|
-
"privacy": "private",
|
|
110065
|
-
"default": "null"
|
|
110066
|
-
},
|
|
110067
|
-
{
|
|
110068
|
-
"kind": "field",
|
|
110069
|
-
"name": "_hydrationRequired",
|
|
110070
|
-
"type": {
|
|
110071
|
-
"text": "boolean"
|
|
110072
|
-
},
|
|
110073
|
-
"privacy": "private",
|
|
110074
|
-
"default": "!!this.shadowRoot",
|
|
110075
|
-
"inheritedFrom": {
|
|
110076
|
-
"name": "SbbElement",
|
|
110077
|
-
"module": "core/base-elements/element.js"
|
|
110078
|
-
}
|
|
110079
|
-
},
|
|
110080
|
-
{
|
|
110081
|
-
"kind": "field",
|
|
110082
|
-
"name": "_hydrationComplete",
|
|
110083
|
-
"privacy": "private",
|
|
110084
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
110085
|
-
"inheritedFrom": {
|
|
110086
|
-
"name": "SbbElement",
|
|
110087
|
-
"module": "core/base-elements/element.js"
|
|
110088
|
-
}
|
|
110089
|
-
},
|
|
110090
|
-
{
|
|
110091
|
-
"kind": "field",
|
|
110092
|
-
"name": "_resolveHydration",
|
|
110093
|
-
"type": {
|
|
110094
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
110095
|
-
},
|
|
110096
|
-
"privacy": "private",
|
|
110097
|
-
"inheritedFrom": {
|
|
110098
|
-
"name": "SbbElement",
|
|
110099
|
-
"module": "core/base-elements/element.js"
|
|
110100
|
-
}
|
|
110101
|
-
},
|
|
110102
|
-
{
|
|
110103
|
-
"kind": "field",
|
|
110104
|
-
"name": "hydrationRequired",
|
|
110105
|
-
"type": {
|
|
110106
|
-
"text": "boolean"
|
|
110107
|
-
},
|
|
110108
|
-
"privacy": "protected",
|
|
110109
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
110110
|
-
"readonly": true,
|
|
110111
|
-
"inheritedFrom": {
|
|
110112
|
-
"name": "SbbElement",
|
|
110113
|
-
"module": "core/base-elements/element.js"
|
|
110114
|
-
},
|
|
110115
|
-
"default": "!!this.shadowRoot"
|
|
110116
|
-
},
|
|
110117
|
-
{
|
|
110118
|
-
"kind": "method",
|
|
110119
|
-
"name": "toggleState",
|
|
110120
|
-
"privacy": "protected",
|
|
110121
|
-
"return": {
|
|
110122
|
-
"type": {
|
|
110123
|
-
"text": "void"
|
|
110124
|
-
}
|
|
110125
|
-
},
|
|
110126
|
-
"parameters": [
|
|
110127
|
-
{
|
|
110128
|
-
"name": "value",
|
|
110129
|
-
"type": {
|
|
110130
|
-
"text": "string"
|
|
110131
|
-
}
|
|
110132
|
-
},
|
|
110133
|
-
{
|
|
110134
|
-
"name": "force",
|
|
110135
|
-
"optional": true,
|
|
110136
|
-
"type": {
|
|
110137
|
-
"text": "boolean"
|
|
110138
|
-
}
|
|
110139
|
-
}
|
|
110140
|
-
],
|
|
110141
|
-
"inheritedFrom": {
|
|
110142
|
-
"name": "SbbElement",
|
|
110143
|
-
"module": "core/base-elements/element.js"
|
|
110144
|
-
}
|
|
110145
|
-
},
|
|
110146
|
-
{
|
|
110147
|
-
"kind": "field",
|
|
110148
|
-
"name": "['_$sbbElement$']",
|
|
110149
|
-
"type": {
|
|
110150
|
-
"text": "boolean"
|
|
110151
|
-
},
|
|
110152
|
-
"privacy": "public",
|
|
110153
|
-
"static": true,
|
|
110154
|
-
"default": "true",
|
|
110155
|
-
"inheritedFrom": {
|
|
110156
|
-
"name": "SbbElement",
|
|
110157
|
-
"module": "core/base-elements/element.js"
|
|
110158
|
-
}
|
|
110159
|
-
},
|
|
110160
|
-
{
|
|
110161
|
-
"kind": "field",
|
|
110162
|
-
"name": "_controllers",
|
|
110163
|
-
"type": {
|
|
110164
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
110165
|
-
},
|
|
110166
|
-
"privacy": "private",
|
|
110167
|
-
"inheritedFrom": {
|
|
110168
|
-
"name": "SbbElement",
|
|
110169
|
-
"module": "core/base-elements/element.js"
|
|
110170
|
-
}
|
|
110171
|
-
}
|
|
110172
|
-
],
|
|
110173
|
-
"attributes": [
|
|
110174
|
-
{
|
|
110175
|
-
"name": "date",
|
|
110176
|
-
"type": {
|
|
110177
|
-
"text": "string"
|
|
110178
|
-
},
|
|
110179
|
-
"default": "''",
|
|
110180
|
-
"description": "Date as ISO string (YYYY-MM)",
|
|
110181
|
-
"fieldName": "date"
|
|
110182
|
-
}
|
|
110183
|
-
],
|
|
110184
|
-
"superclass": {
|
|
110185
|
-
"name": "SbbElement",
|
|
110186
|
-
"module": "core/base-elements.js"
|
|
110187
|
-
},
|
|
110188
|
-
"tagName": "sbb-mini-calendar-month",
|
|
110189
|
-
"customElement": true,
|
|
110190
|
-
"classGenerics": "T = Date"
|
|
110191
|
-
}
|
|
110192
|
-
],
|
|
110193
|
-
"exports": [
|
|
110194
|
-
{
|
|
110195
|
-
"kind": "js",
|
|
110196
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
110197
|
-
"declaration": {
|
|
110198
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
110199
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
110200
|
-
}
|
|
110201
|
-
}
|
|
110202
|
-
]
|
|
110203
|
-
},
|
|
110204
109986
|
{
|
|
110205
109987
|
"kind": "javascript-module",
|
|
110206
109988
|
"path": "navigation/common/navigation-action-common.js",
|
|
@@ -110371,6 +110153,224 @@
|
|
|
110371
110153
|
}
|
|
110372
110154
|
]
|
|
110373
110155
|
},
|
|
110156
|
+
{
|
|
110157
|
+
"kind": "javascript-module",
|
|
110158
|
+
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
110159
|
+
"declarations": [
|
|
110160
|
+
{
|
|
110161
|
+
"kind": "class",
|
|
110162
|
+
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
110163
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110164
|
+
"slots": [
|
|
110165
|
+
{
|
|
110166
|
+
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
110167
|
+
"name": ""
|
|
110168
|
+
}
|
|
110169
|
+
],
|
|
110170
|
+
"members": [
|
|
110171
|
+
{
|
|
110172
|
+
"kind": "field",
|
|
110173
|
+
"name": "elementName",
|
|
110174
|
+
"type": {
|
|
110175
|
+
"text": "string"
|
|
110176
|
+
},
|
|
110177
|
+
"privacy": "public",
|
|
110178
|
+
"static": true,
|
|
110179
|
+
"readonly": true,
|
|
110180
|
+
"default": "'sbb-mini-calendar-month'",
|
|
110181
|
+
"inheritedFrom": {
|
|
110182
|
+
"name": "SbbElement",
|
|
110183
|
+
"module": "core/base-elements/element.js"
|
|
110184
|
+
}
|
|
110185
|
+
},
|
|
110186
|
+
{
|
|
110187
|
+
"kind": "field",
|
|
110188
|
+
"name": "date",
|
|
110189
|
+
"type": {
|
|
110190
|
+
"text": "string"
|
|
110191
|
+
},
|
|
110192
|
+
"privacy": "public",
|
|
110193
|
+
"default": "''",
|
|
110194
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
110195
|
+
"attribute": "date"
|
|
110196
|
+
},
|
|
110197
|
+
{
|
|
110198
|
+
"kind": "field",
|
|
110199
|
+
"name": "_dateAdapter",
|
|
110200
|
+
"type": {
|
|
110201
|
+
"text": "DateAdapter<T>"
|
|
110202
|
+
},
|
|
110203
|
+
"privacy": "private"
|
|
110204
|
+
},
|
|
110205
|
+
{
|
|
110206
|
+
"kind": "field",
|
|
110207
|
+
"name": "_monthNames",
|
|
110208
|
+
"privacy": "private"
|
|
110209
|
+
},
|
|
110210
|
+
{
|
|
110211
|
+
"kind": "field",
|
|
110212
|
+
"name": "_monthLabel",
|
|
110213
|
+
"type": {
|
|
110214
|
+
"text": "string | null"
|
|
110215
|
+
},
|
|
110216
|
+
"privacy": "private",
|
|
110217
|
+
"default": "null"
|
|
110218
|
+
},
|
|
110219
|
+
{
|
|
110220
|
+
"kind": "field",
|
|
110221
|
+
"name": "_yearLabel",
|
|
110222
|
+
"type": {
|
|
110223
|
+
"text": "string | null"
|
|
110224
|
+
},
|
|
110225
|
+
"privacy": "private",
|
|
110226
|
+
"default": "null"
|
|
110227
|
+
},
|
|
110228
|
+
{
|
|
110229
|
+
"kind": "field",
|
|
110230
|
+
"name": "_previousOrientation",
|
|
110231
|
+
"type": {
|
|
110232
|
+
"text": "SbbOrientation | null"
|
|
110233
|
+
},
|
|
110234
|
+
"privacy": "private",
|
|
110235
|
+
"default": "null"
|
|
110236
|
+
},
|
|
110237
|
+
{
|
|
110238
|
+
"kind": "field",
|
|
110239
|
+
"name": "_hydrationRequired",
|
|
110240
|
+
"type": {
|
|
110241
|
+
"text": "boolean"
|
|
110242
|
+
},
|
|
110243
|
+
"privacy": "private",
|
|
110244
|
+
"default": "!!this.shadowRoot",
|
|
110245
|
+
"inheritedFrom": {
|
|
110246
|
+
"name": "SbbElement",
|
|
110247
|
+
"module": "core/base-elements/element.js"
|
|
110248
|
+
}
|
|
110249
|
+
},
|
|
110250
|
+
{
|
|
110251
|
+
"kind": "field",
|
|
110252
|
+
"name": "_hydrationComplete",
|
|
110253
|
+
"privacy": "private",
|
|
110254
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
110255
|
+
"inheritedFrom": {
|
|
110256
|
+
"name": "SbbElement",
|
|
110257
|
+
"module": "core/base-elements/element.js"
|
|
110258
|
+
}
|
|
110259
|
+
},
|
|
110260
|
+
{
|
|
110261
|
+
"kind": "field",
|
|
110262
|
+
"name": "_resolveHydration",
|
|
110263
|
+
"type": {
|
|
110264
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
110265
|
+
},
|
|
110266
|
+
"privacy": "private",
|
|
110267
|
+
"inheritedFrom": {
|
|
110268
|
+
"name": "SbbElement",
|
|
110269
|
+
"module": "core/base-elements/element.js"
|
|
110270
|
+
}
|
|
110271
|
+
},
|
|
110272
|
+
{
|
|
110273
|
+
"kind": "field",
|
|
110274
|
+
"name": "hydrationRequired",
|
|
110275
|
+
"type": {
|
|
110276
|
+
"text": "boolean"
|
|
110277
|
+
},
|
|
110278
|
+
"privacy": "protected",
|
|
110279
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
110280
|
+
"readonly": true,
|
|
110281
|
+
"inheritedFrom": {
|
|
110282
|
+
"name": "SbbElement",
|
|
110283
|
+
"module": "core/base-elements/element.js"
|
|
110284
|
+
},
|
|
110285
|
+
"default": "!!this.shadowRoot"
|
|
110286
|
+
},
|
|
110287
|
+
{
|
|
110288
|
+
"kind": "method",
|
|
110289
|
+
"name": "toggleState",
|
|
110290
|
+
"privacy": "protected",
|
|
110291
|
+
"return": {
|
|
110292
|
+
"type": {
|
|
110293
|
+
"text": "void"
|
|
110294
|
+
}
|
|
110295
|
+
},
|
|
110296
|
+
"parameters": [
|
|
110297
|
+
{
|
|
110298
|
+
"name": "value",
|
|
110299
|
+
"type": {
|
|
110300
|
+
"text": "string"
|
|
110301
|
+
}
|
|
110302
|
+
},
|
|
110303
|
+
{
|
|
110304
|
+
"name": "force",
|
|
110305
|
+
"optional": true,
|
|
110306
|
+
"type": {
|
|
110307
|
+
"text": "boolean"
|
|
110308
|
+
}
|
|
110309
|
+
}
|
|
110310
|
+
],
|
|
110311
|
+
"inheritedFrom": {
|
|
110312
|
+
"name": "SbbElement",
|
|
110313
|
+
"module": "core/base-elements/element.js"
|
|
110314
|
+
}
|
|
110315
|
+
},
|
|
110316
|
+
{
|
|
110317
|
+
"kind": "field",
|
|
110318
|
+
"name": "['_$sbbElement$']",
|
|
110319
|
+
"type": {
|
|
110320
|
+
"text": "boolean"
|
|
110321
|
+
},
|
|
110322
|
+
"privacy": "public",
|
|
110323
|
+
"static": true,
|
|
110324
|
+
"default": "true",
|
|
110325
|
+
"inheritedFrom": {
|
|
110326
|
+
"name": "SbbElement",
|
|
110327
|
+
"module": "core/base-elements/element.js"
|
|
110328
|
+
}
|
|
110329
|
+
},
|
|
110330
|
+
{
|
|
110331
|
+
"kind": "field",
|
|
110332
|
+
"name": "_controllers",
|
|
110333
|
+
"type": {
|
|
110334
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
110335
|
+
},
|
|
110336
|
+
"privacy": "private",
|
|
110337
|
+
"inheritedFrom": {
|
|
110338
|
+
"name": "SbbElement",
|
|
110339
|
+
"module": "core/base-elements/element.js"
|
|
110340
|
+
}
|
|
110341
|
+
}
|
|
110342
|
+
],
|
|
110343
|
+
"attributes": [
|
|
110344
|
+
{
|
|
110345
|
+
"name": "date",
|
|
110346
|
+
"type": {
|
|
110347
|
+
"text": "string"
|
|
110348
|
+
},
|
|
110349
|
+
"default": "''",
|
|
110350
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
110351
|
+
"fieldName": "date"
|
|
110352
|
+
}
|
|
110353
|
+
],
|
|
110354
|
+
"superclass": {
|
|
110355
|
+
"name": "SbbElement",
|
|
110356
|
+
"module": "core/base-elements.js"
|
|
110357
|
+
},
|
|
110358
|
+
"tagName": "sbb-mini-calendar-month",
|
|
110359
|
+
"customElement": true,
|
|
110360
|
+
"classGenerics": "T = Date"
|
|
110361
|
+
}
|
|
110362
|
+
],
|
|
110363
|
+
"exports": [
|
|
110364
|
+
{
|
|
110365
|
+
"kind": "js",
|
|
110366
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110367
|
+
"declaration": {
|
|
110368
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110369
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
110370
|
+
}
|
|
110371
|
+
}
|
|
110372
|
+
]
|
|
110373
|
+
},
|
|
110374
110374
|
{
|
|
110375
110375
|
"kind": "javascript-module",
|
|
110376
110376
|
"path": "navigation/navigation/navigation.component.js",
|
|
@@ -132898,6 +132898,155 @@
|
|
|
132898
132898
|
}
|
|
132899
132899
|
]
|
|
132900
132900
|
},
|
|
132901
|
+
{
|
|
132902
|
+
"kind": "javascript-module",
|
|
132903
|
+
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
132904
|
+
"declarations": [
|
|
132905
|
+
{
|
|
132906
|
+
"kind": "class",
|
|
132907
|
+
"description": "It visually displays a blocked passage between train wagons.",
|
|
132908
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
132909
|
+
"members": [
|
|
132910
|
+
{
|
|
132911
|
+
"kind": "field",
|
|
132912
|
+
"name": "elementName",
|
|
132913
|
+
"type": {
|
|
132914
|
+
"text": "string"
|
|
132915
|
+
},
|
|
132916
|
+
"privacy": "public",
|
|
132917
|
+
"static": true,
|
|
132918
|
+
"readonly": true,
|
|
132919
|
+
"default": "'sbb-train-blocked-passage'",
|
|
132920
|
+
"inheritedFrom": {
|
|
132921
|
+
"name": "SbbElement",
|
|
132922
|
+
"module": "core/base-elements/element.js"
|
|
132923
|
+
}
|
|
132924
|
+
},
|
|
132925
|
+
{
|
|
132926
|
+
"kind": "field",
|
|
132927
|
+
"name": "_hydrationRequired",
|
|
132928
|
+
"type": {
|
|
132929
|
+
"text": "boolean"
|
|
132930
|
+
},
|
|
132931
|
+
"privacy": "private",
|
|
132932
|
+
"default": "!!this.shadowRoot",
|
|
132933
|
+
"inheritedFrom": {
|
|
132934
|
+
"name": "SbbElement",
|
|
132935
|
+
"module": "core/base-elements/element.js"
|
|
132936
|
+
}
|
|
132937
|
+
},
|
|
132938
|
+
{
|
|
132939
|
+
"kind": "field",
|
|
132940
|
+
"name": "_hydrationComplete",
|
|
132941
|
+
"privacy": "private",
|
|
132942
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
132943
|
+
"inheritedFrom": {
|
|
132944
|
+
"name": "SbbElement",
|
|
132945
|
+
"module": "core/base-elements/element.js"
|
|
132946
|
+
}
|
|
132947
|
+
},
|
|
132948
|
+
{
|
|
132949
|
+
"kind": "field",
|
|
132950
|
+
"name": "_resolveHydration",
|
|
132951
|
+
"type": {
|
|
132952
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
132953
|
+
},
|
|
132954
|
+
"privacy": "private",
|
|
132955
|
+
"inheritedFrom": {
|
|
132956
|
+
"name": "SbbElement",
|
|
132957
|
+
"module": "core/base-elements/element.js"
|
|
132958
|
+
}
|
|
132959
|
+
},
|
|
132960
|
+
{
|
|
132961
|
+
"kind": "field",
|
|
132962
|
+
"name": "hydrationRequired",
|
|
132963
|
+
"type": {
|
|
132964
|
+
"text": "boolean"
|
|
132965
|
+
},
|
|
132966
|
+
"privacy": "protected",
|
|
132967
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
132968
|
+
"readonly": true,
|
|
132969
|
+
"inheritedFrom": {
|
|
132970
|
+
"name": "SbbElement",
|
|
132971
|
+
"module": "core/base-elements/element.js"
|
|
132972
|
+
},
|
|
132973
|
+
"default": "!!this.shadowRoot"
|
|
132974
|
+
},
|
|
132975
|
+
{
|
|
132976
|
+
"kind": "method",
|
|
132977
|
+
"name": "toggleState",
|
|
132978
|
+
"privacy": "protected",
|
|
132979
|
+
"return": {
|
|
132980
|
+
"type": {
|
|
132981
|
+
"text": "void"
|
|
132982
|
+
}
|
|
132983
|
+
},
|
|
132984
|
+
"parameters": [
|
|
132985
|
+
{
|
|
132986
|
+
"name": "value",
|
|
132987
|
+
"type": {
|
|
132988
|
+
"text": "string"
|
|
132989
|
+
}
|
|
132990
|
+
},
|
|
132991
|
+
{
|
|
132992
|
+
"name": "force",
|
|
132993
|
+
"optional": true,
|
|
132994
|
+
"type": {
|
|
132995
|
+
"text": "boolean"
|
|
132996
|
+
}
|
|
132997
|
+
}
|
|
132998
|
+
],
|
|
132999
|
+
"inheritedFrom": {
|
|
133000
|
+
"name": "SbbElement",
|
|
133001
|
+
"module": "core/base-elements/element.js"
|
|
133002
|
+
}
|
|
133003
|
+
},
|
|
133004
|
+
{
|
|
133005
|
+
"kind": "field",
|
|
133006
|
+
"name": "['_$sbbElement$']",
|
|
133007
|
+
"type": {
|
|
133008
|
+
"text": "boolean"
|
|
133009
|
+
},
|
|
133010
|
+
"privacy": "public",
|
|
133011
|
+
"static": true,
|
|
133012
|
+
"default": "true",
|
|
133013
|
+
"inheritedFrom": {
|
|
133014
|
+
"name": "SbbElement",
|
|
133015
|
+
"module": "core/base-elements/element.js"
|
|
133016
|
+
}
|
|
133017
|
+
},
|
|
133018
|
+
{
|
|
133019
|
+
"kind": "field",
|
|
133020
|
+
"name": "_controllers",
|
|
133021
|
+
"type": {
|
|
133022
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
133023
|
+
},
|
|
133024
|
+
"privacy": "private",
|
|
133025
|
+
"inheritedFrom": {
|
|
133026
|
+
"name": "SbbElement",
|
|
133027
|
+
"module": "core/base-elements/element.js"
|
|
133028
|
+
}
|
|
133029
|
+
}
|
|
133030
|
+
],
|
|
133031
|
+
"superclass": {
|
|
133032
|
+
"name": "SbbElement",
|
|
133033
|
+
"module": "core/base-elements.js"
|
|
133034
|
+
},
|
|
133035
|
+
"tagName": "sbb-train-blocked-passage",
|
|
133036
|
+
"customElement": true
|
|
133037
|
+
}
|
|
133038
|
+
],
|
|
133039
|
+
"exports": [
|
|
133040
|
+
{
|
|
133041
|
+
"kind": "js",
|
|
133042
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
133043
|
+
"declaration": {
|
|
133044
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
133045
|
+
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
133046
|
+
}
|
|
133047
|
+
}
|
|
133048
|
+
]
|
|
133049
|
+
},
|
|
132901
133050
|
{
|
|
132902
133051
|
"kind": "javascript-module",
|
|
132903
133052
|
"path": "train/train-formation/train-formation.component.js",
|
|
@@ -133230,155 +133379,6 @@
|
|
|
133230
133379
|
}
|
|
133231
133380
|
]
|
|
133232
133381
|
},
|
|
133233
|
-
{
|
|
133234
|
-
"kind": "javascript-module",
|
|
133235
|
-
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
133236
|
-
"declarations": [
|
|
133237
|
-
{
|
|
133238
|
-
"kind": "class",
|
|
133239
|
-
"description": "It visually displays a blocked passage between train wagons.",
|
|
133240
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
133241
|
-
"members": [
|
|
133242
|
-
{
|
|
133243
|
-
"kind": "field",
|
|
133244
|
-
"name": "elementName",
|
|
133245
|
-
"type": {
|
|
133246
|
-
"text": "string"
|
|
133247
|
-
},
|
|
133248
|
-
"privacy": "public",
|
|
133249
|
-
"static": true,
|
|
133250
|
-
"readonly": true,
|
|
133251
|
-
"default": "'sbb-train-blocked-passage'",
|
|
133252
|
-
"inheritedFrom": {
|
|
133253
|
-
"name": "SbbElement",
|
|
133254
|
-
"module": "core/base-elements/element.js"
|
|
133255
|
-
}
|
|
133256
|
-
},
|
|
133257
|
-
{
|
|
133258
|
-
"kind": "field",
|
|
133259
|
-
"name": "_hydrationRequired",
|
|
133260
|
-
"type": {
|
|
133261
|
-
"text": "boolean"
|
|
133262
|
-
},
|
|
133263
|
-
"privacy": "private",
|
|
133264
|
-
"default": "!!this.shadowRoot",
|
|
133265
|
-
"inheritedFrom": {
|
|
133266
|
-
"name": "SbbElement",
|
|
133267
|
-
"module": "core/base-elements/element.js"
|
|
133268
|
-
}
|
|
133269
|
-
},
|
|
133270
|
-
{
|
|
133271
|
-
"kind": "field",
|
|
133272
|
-
"name": "_hydrationComplete",
|
|
133273
|
-
"privacy": "private",
|
|
133274
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
133275
|
-
"inheritedFrom": {
|
|
133276
|
-
"name": "SbbElement",
|
|
133277
|
-
"module": "core/base-elements/element.js"
|
|
133278
|
-
}
|
|
133279
|
-
},
|
|
133280
|
-
{
|
|
133281
|
-
"kind": "field",
|
|
133282
|
-
"name": "_resolveHydration",
|
|
133283
|
-
"type": {
|
|
133284
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
133285
|
-
},
|
|
133286
|
-
"privacy": "private",
|
|
133287
|
-
"inheritedFrom": {
|
|
133288
|
-
"name": "SbbElement",
|
|
133289
|
-
"module": "core/base-elements/element.js"
|
|
133290
|
-
}
|
|
133291
|
-
},
|
|
133292
|
-
{
|
|
133293
|
-
"kind": "field",
|
|
133294
|
-
"name": "hydrationRequired",
|
|
133295
|
-
"type": {
|
|
133296
|
-
"text": "boolean"
|
|
133297
|
-
},
|
|
133298
|
-
"privacy": "protected",
|
|
133299
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
133300
|
-
"readonly": true,
|
|
133301
|
-
"inheritedFrom": {
|
|
133302
|
-
"name": "SbbElement",
|
|
133303
|
-
"module": "core/base-elements/element.js"
|
|
133304
|
-
},
|
|
133305
|
-
"default": "!!this.shadowRoot"
|
|
133306
|
-
},
|
|
133307
|
-
{
|
|
133308
|
-
"kind": "method",
|
|
133309
|
-
"name": "toggleState",
|
|
133310
|
-
"privacy": "protected",
|
|
133311
|
-
"return": {
|
|
133312
|
-
"type": {
|
|
133313
|
-
"text": "void"
|
|
133314
|
-
}
|
|
133315
|
-
},
|
|
133316
|
-
"parameters": [
|
|
133317
|
-
{
|
|
133318
|
-
"name": "value",
|
|
133319
|
-
"type": {
|
|
133320
|
-
"text": "string"
|
|
133321
|
-
}
|
|
133322
|
-
},
|
|
133323
|
-
{
|
|
133324
|
-
"name": "force",
|
|
133325
|
-
"optional": true,
|
|
133326
|
-
"type": {
|
|
133327
|
-
"text": "boolean"
|
|
133328
|
-
}
|
|
133329
|
-
}
|
|
133330
|
-
],
|
|
133331
|
-
"inheritedFrom": {
|
|
133332
|
-
"name": "SbbElement",
|
|
133333
|
-
"module": "core/base-elements/element.js"
|
|
133334
|
-
}
|
|
133335
|
-
},
|
|
133336
|
-
{
|
|
133337
|
-
"kind": "field",
|
|
133338
|
-
"name": "['_$sbbElement$']",
|
|
133339
|
-
"type": {
|
|
133340
|
-
"text": "boolean"
|
|
133341
|
-
},
|
|
133342
|
-
"privacy": "public",
|
|
133343
|
-
"static": true,
|
|
133344
|
-
"default": "true",
|
|
133345
|
-
"inheritedFrom": {
|
|
133346
|
-
"name": "SbbElement",
|
|
133347
|
-
"module": "core/base-elements/element.js"
|
|
133348
|
-
}
|
|
133349
|
-
},
|
|
133350
|
-
{
|
|
133351
|
-
"kind": "field",
|
|
133352
|
-
"name": "_controllers",
|
|
133353
|
-
"type": {
|
|
133354
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
133355
|
-
},
|
|
133356
|
-
"privacy": "private",
|
|
133357
|
-
"inheritedFrom": {
|
|
133358
|
-
"name": "SbbElement",
|
|
133359
|
-
"module": "core/base-elements/element.js"
|
|
133360
|
-
}
|
|
133361
|
-
}
|
|
133362
|
-
],
|
|
133363
|
-
"superclass": {
|
|
133364
|
-
"name": "SbbElement",
|
|
133365
|
-
"module": "core/base-elements.js"
|
|
133366
|
-
},
|
|
133367
|
-
"tagName": "sbb-train-blocked-passage",
|
|
133368
|
-
"customElement": true
|
|
133369
|
-
}
|
|
133370
|
-
],
|
|
133371
|
-
"exports": [
|
|
133372
|
-
{
|
|
133373
|
-
"kind": "js",
|
|
133374
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
133375
|
-
"declaration": {
|
|
133376
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
133377
|
-
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
133378
|
-
}
|
|
133379
|
-
}
|
|
133380
|
-
]
|
|
133381
|
-
},
|
|
133382
133382
|
{
|
|
133383
133383
|
"kind": "javascript-module",
|
|
133384
133384
|
"path": "train/train-wagon/train-wagon.component.js",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.12.1-dev.
|
|
3
|
+
"version": "4.12.1-dev.1778065363",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
9
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/1d7b8f6f21088964b488d9643be83ff89d6375e6"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|