@sbb-esta/lyne-elements-dev 4.12.1-dev.1778475678 → 4.12.1-dev.1778481174
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 +212 -212
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -82295,12 +82295,12 @@
|
|
|
82295
82295
|
},
|
|
82296
82296
|
{
|
|
82297
82297
|
"kind": "javascript-module",
|
|
82298
|
-
"path": "datepicker/datepicker-
|
|
82298
|
+
"path": "datepicker/datepicker-toggle/datepicker-toggle.component.js",
|
|
82299
82299
|
"declarations": [
|
|
82300
82300
|
{
|
|
82301
82301
|
"kind": "class",
|
|
82302
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to
|
|
82303
|
-
"name": "
|
|
82302
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to select a date from a `sbb-calendar`.",
|
|
82303
|
+
"name": "SbbDatepickerToggleElement",
|
|
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-toggle'"
|
|
82319
82319
|
},
|
|
82320
82320
|
{
|
|
82321
82321
|
"kind": "field",
|
|
@@ -82324,157 +82324,22 @@
|
|
|
82324
82324
|
"text": "string"
|
|
82325
82325
|
},
|
|
82326
82326
|
"privacy": "protected",
|
|
82327
|
+
"default": "'calendar-small'",
|
|
82327
82328
|
"inheritedFrom": {
|
|
82328
82329
|
"name": "SbbDatepickerButtonBase",
|
|
82329
82330
|
"module": "datepicker/common/datepicker-button.js"
|
|
82330
|
-
},
|
|
82331
|
-
"default": "'chevron-small-left-small'"
|
|
82332
|
-
},
|
|
82333
|
-
{
|
|
82334
|
-
"kind": "field",
|
|
82335
|
-
"name": "i18nOffBoundaryDay",
|
|
82336
|
-
"type": {
|
|
82337
|
-
"text": "Record<string, string>"
|
|
82338
|
-
},
|
|
82339
|
-
"privacy": "protected",
|
|
82340
|
-
"default": "i18nPreviousDay",
|
|
82341
|
-
"inheritedFrom": {
|
|
82342
|
-
"name": "SbbDatepickerButton",
|
|
82343
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82344
|
-
}
|
|
82345
|
-
},
|
|
82346
|
-
{
|
|
82347
|
-
"kind": "field",
|
|
82348
|
-
"name": "i18nSelectOffBoundaryDay",
|
|
82349
|
-
"type": {
|
|
82350
|
-
"text": "(_currentDate: string) => Record<string, string>"
|
|
82351
|
-
},
|
|
82352
|
-
"privacy": "protected",
|
|
82353
|
-
"default": "i18nSelectPreviousDay",
|
|
82354
|
-
"inheritedFrom": {
|
|
82355
|
-
"name": "SbbDatepickerButton",
|
|
82356
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82357
|
-
}
|
|
82358
|
-
},
|
|
82359
|
-
{
|
|
82360
|
-
"kind": "method",
|
|
82361
|
-
"name": "getFollowingDate",
|
|
82362
|
-
"privacy": "protected",
|
|
82363
|
-
"return": {
|
|
82364
|
-
"type": {
|
|
82365
|
-
"text": "T | null"
|
|
82366
|
-
}
|
|
82367
|
-
},
|
|
82368
|
-
"parameters": [
|
|
82369
|
-
{
|
|
82370
|
-
"name": "date",
|
|
82371
|
-
"type": {
|
|
82372
|
-
"text": "T"
|
|
82373
|
-
}
|
|
82374
|
-
}
|
|
82375
|
-
],
|
|
82376
|
-
"inheritedFrom": {
|
|
82377
|
-
"name": "SbbDatepickerButton",
|
|
82378
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82379
82331
|
}
|
|
82380
82332
|
},
|
|
82381
|
-
{
|
|
82382
|
-
"kind": "method",
|
|
82383
|
-
"name": "_isBeforeMinDate",
|
|
82384
|
-
"privacy": "private",
|
|
82385
|
-
"return": {
|
|
82386
|
-
"type": {
|
|
82387
|
-
"text": "boolean"
|
|
82388
|
-
}
|
|
82389
|
-
},
|
|
82390
|
-
"parameters": [
|
|
82391
|
-
{
|
|
82392
|
-
"name": "date",
|
|
82393
|
-
"type": {
|
|
82394
|
-
"text": "T"
|
|
82395
|
-
}
|
|
82396
|
-
}
|
|
82397
|
-
]
|
|
82398
|
-
},
|
|
82399
82333
|
{
|
|
82400
82334
|
"kind": "field",
|
|
82401
|
-
"name": "
|
|
82402
|
-
"type": {
|
|
82403
|
-
"text": "boolean"
|
|
82404
|
-
},
|
|
82405
|
-
"privacy": "private",
|
|
82406
|
-
"default": "true",
|
|
82407
|
-
"description": "Whether the component is disabled due date equals to boundary date.",
|
|
82408
|
-
"inheritedFrom": {
|
|
82409
|
-
"name": "SbbDatepickerButton",
|
|
82410
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82411
|
-
}
|
|
82412
|
-
},
|
|
82413
|
-
{
|
|
82414
|
-
"kind": "field",
|
|
82415
|
-
"name": "disabled",
|
|
82335
|
+
"name": "datepicker",
|
|
82416
82336
|
"type": {
|
|
82417
|
-
"text": "
|
|
82337
|
+
"text": "SbbDatepickerElement<T> | null"
|
|
82418
82338
|
},
|
|
82419
82339
|
"privacy": "public",
|
|
82420
|
-
"
|
|
82421
|
-
"
|
|
82422
|
-
"
|
|
82423
|
-
"name": "SbbDatepickerButtonBase",
|
|
82424
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82425
|
-
},
|
|
82426
|
-
"default": "true"
|
|
82427
|
-
},
|
|
82428
|
-
{
|
|
82429
|
-
"kind": "method",
|
|
82430
|
-
"name": "findAvailableDate",
|
|
82431
|
-
"privacy": "protected",
|
|
82432
|
-
"return": {
|
|
82433
|
-
"type": {
|
|
82434
|
-
"text": "T | null"
|
|
82435
|
-
}
|
|
82436
|
-
},
|
|
82437
|
-
"parameters": [
|
|
82438
|
-
{
|
|
82439
|
-
"name": "_date",
|
|
82440
|
-
"type": {
|
|
82441
|
-
"text": "T"
|
|
82442
|
-
}
|
|
82443
|
-
}
|
|
82444
|
-
],
|
|
82445
|
-
"deprecated": "Use `getFollowingDate(date: T)` instead.",
|
|
82446
|
-
"inheritedFrom": {
|
|
82447
|
-
"name": "SbbDatepickerButton",
|
|
82448
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82449
|
-
}
|
|
82450
|
-
},
|
|
82451
|
-
{
|
|
82452
|
-
"kind": "method",
|
|
82453
|
-
"name": "_handleClick",
|
|
82454
|
-
"privacy": "private",
|
|
82455
|
-
"return": {
|
|
82456
|
-
"type": {
|
|
82457
|
-
"text": "void"
|
|
82458
|
-
}
|
|
82459
|
-
},
|
|
82460
|
-
"inheritedFrom": {
|
|
82461
|
-
"name": "SbbDatepickerButton",
|
|
82462
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82463
|
-
}
|
|
82464
|
-
},
|
|
82465
|
-
{
|
|
82466
|
-
"kind": "method",
|
|
82467
|
-
"name": "syncDateInputState",
|
|
82468
|
-
"privacy": "protected",
|
|
82469
|
-
"return": {
|
|
82470
|
-
"type": {
|
|
82471
|
-
"text": "void"
|
|
82472
|
-
}
|
|
82473
|
-
},
|
|
82474
|
-
"inheritedFrom": {
|
|
82475
|
-
"name": "SbbDatepickerButtonBase",
|
|
82476
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82477
|
-
}
|
|
82340
|
+
"default": "null",
|
|
82341
|
+
"description": "Datepicker reference.",
|
|
82342
|
+
"attribute": "datepicker"
|
|
82478
82343
|
},
|
|
82479
82344
|
{
|
|
82480
82345
|
"kind": "field",
|
|
@@ -82522,6 +82387,20 @@
|
|
|
82522
82387
|
"module": "datepicker/common/datepicker-button.js"
|
|
82523
82388
|
}
|
|
82524
82389
|
},
|
|
82390
|
+
{
|
|
82391
|
+
"kind": "field",
|
|
82392
|
+
"name": "disabled",
|
|
82393
|
+
"type": {
|
|
82394
|
+
"text": "boolean"
|
|
82395
|
+
},
|
|
82396
|
+
"privacy": "public",
|
|
82397
|
+
"description": "Whether this button is disabled.",
|
|
82398
|
+
"readonly": true,
|
|
82399
|
+
"inheritedFrom": {
|
|
82400
|
+
"name": "SbbDatepickerButtonBase",
|
|
82401
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82402
|
+
}
|
|
82403
|
+
},
|
|
82525
82404
|
{
|
|
82526
82405
|
"kind": "field",
|
|
82527
82406
|
"name": "_inputDisabled",
|
|
@@ -82598,6 +82477,20 @@
|
|
|
82598
82477
|
"module": "datepicker/common/datepicker-button.js"
|
|
82599
82478
|
}
|
|
82600
82479
|
},
|
|
82480
|
+
{
|
|
82481
|
+
"kind": "method",
|
|
82482
|
+
"name": "syncDateInputState",
|
|
82483
|
+
"privacy": "protected",
|
|
82484
|
+
"return": {
|
|
82485
|
+
"type": {
|
|
82486
|
+
"text": "void"
|
|
82487
|
+
}
|
|
82488
|
+
},
|
|
82489
|
+
"inheritedFrom": {
|
|
82490
|
+
"name": "SbbDatepickerButtonBase",
|
|
82491
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82492
|
+
}
|
|
82493
|
+
},
|
|
82601
82494
|
{
|
|
82602
82495
|
"kind": "method",
|
|
82603
82496
|
"name": "renderTemplate",
|
|
@@ -83236,14 +83129,16 @@
|
|
|
83236
83129
|
}
|
|
83237
83130
|
}
|
|
83238
83131
|
],
|
|
83239
|
-
"superclass": {
|
|
83240
|
-
"name": "SbbDatepickerButton",
|
|
83241
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83242
|
-
},
|
|
83243
|
-
"tagName": "sbb-datepicker-previous-day",
|
|
83244
|
-
"customElement": true,
|
|
83245
|
-
"classGenerics": "T = Date",
|
|
83246
83132
|
"attributes": [
|
|
83133
|
+
{
|
|
83134
|
+
"name": "datepicker",
|
|
83135
|
+
"type": {
|
|
83136
|
+
"text": "SbbDatepickerElement<T> | null"
|
|
83137
|
+
},
|
|
83138
|
+
"default": "null",
|
|
83139
|
+
"description": "Datepicker reference.",
|
|
83140
|
+
"fieldName": "datepicker"
|
|
83141
|
+
},
|
|
83247
83142
|
{
|
|
83248
83143
|
"name": "negative",
|
|
83249
83144
|
"type": {
|
|
@@ -83321,6 +83216,13 @@
|
|
|
83321
83216
|
}
|
|
83322
83217
|
}
|
|
83323
83218
|
],
|
|
83219
|
+
"superclass": {
|
|
83220
|
+
"name": "SbbDatepickerButtonBase",
|
|
83221
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83222
|
+
},
|
|
83223
|
+
"tagName": "sbb-datepicker-toggle",
|
|
83224
|
+
"customElement": true,
|
|
83225
|
+
"classGenerics": "T = Date",
|
|
83324
83226
|
"events": [
|
|
83325
83227
|
{
|
|
83326
83228
|
"type": {
|
|
@@ -83350,22 +83252,22 @@
|
|
|
83350
83252
|
"exports": [
|
|
83351
83253
|
{
|
|
83352
83254
|
"kind": "js",
|
|
83353
|
-
"name": "
|
|
83255
|
+
"name": "SbbDatepickerToggleElement",
|
|
83354
83256
|
"declaration": {
|
|
83355
|
-
"name": "
|
|
83356
|
-
"module": "datepicker/datepicker-
|
|
83257
|
+
"name": "SbbDatepickerToggleElement",
|
|
83258
|
+
"module": "datepicker/datepicker-toggle/datepicker-toggle.component.js"
|
|
83357
83259
|
}
|
|
83358
83260
|
}
|
|
83359
83261
|
]
|
|
83360
83262
|
},
|
|
83361
83263
|
{
|
|
83362
83264
|
"kind": "javascript-module",
|
|
83363
|
-
"path": "datepicker/datepicker-
|
|
83265
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
83364
83266
|
"declarations": [
|
|
83365
83267
|
{
|
|
83366
83268
|
"kind": "class",
|
|
83367
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to
|
|
83368
|
-
"name": "
|
|
83269
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
83270
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
83369
83271
|
"members": [
|
|
83370
83272
|
{
|
|
83371
83273
|
"kind": "field",
|
|
@@ -83380,7 +83282,7 @@
|
|
|
83380
83282
|
"name": "SbbElement",
|
|
83381
83283
|
"module": "core/base-elements/element.js"
|
|
83382
83284
|
},
|
|
83383
|
-
"default": "'sbb-datepicker-
|
|
83285
|
+
"default": "'sbb-datepicker-previous-day'"
|
|
83384
83286
|
},
|
|
83385
83287
|
{
|
|
83386
83288
|
"kind": "field",
|
|
@@ -83389,22 +83291,157 @@
|
|
|
83389
83291
|
"text": "string"
|
|
83390
83292
|
},
|
|
83391
83293
|
"privacy": "protected",
|
|
83392
|
-
"default": "'calendar-small'",
|
|
83393
83294
|
"inheritedFrom": {
|
|
83394
83295
|
"name": "SbbDatepickerButtonBase",
|
|
83395
83296
|
"module": "datepicker/common/datepicker-button.js"
|
|
83297
|
+
},
|
|
83298
|
+
"default": "'chevron-small-left-small'"
|
|
83299
|
+
},
|
|
83300
|
+
{
|
|
83301
|
+
"kind": "field",
|
|
83302
|
+
"name": "i18nOffBoundaryDay",
|
|
83303
|
+
"type": {
|
|
83304
|
+
"text": "Record<string, string>"
|
|
83305
|
+
},
|
|
83306
|
+
"privacy": "protected",
|
|
83307
|
+
"default": "i18nPreviousDay",
|
|
83308
|
+
"inheritedFrom": {
|
|
83309
|
+
"name": "SbbDatepickerButton",
|
|
83310
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83396
83311
|
}
|
|
83397
83312
|
},
|
|
83398
83313
|
{
|
|
83399
83314
|
"kind": "field",
|
|
83400
|
-
"name": "
|
|
83315
|
+
"name": "i18nSelectOffBoundaryDay",
|
|
83401
83316
|
"type": {
|
|
83402
|
-
"text": "
|
|
83317
|
+
"text": "(_currentDate: string) => Record<string, string>"
|
|
83318
|
+
},
|
|
83319
|
+
"privacy": "protected",
|
|
83320
|
+
"default": "i18nSelectPreviousDay",
|
|
83321
|
+
"inheritedFrom": {
|
|
83322
|
+
"name": "SbbDatepickerButton",
|
|
83323
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83324
|
+
}
|
|
83325
|
+
},
|
|
83326
|
+
{
|
|
83327
|
+
"kind": "method",
|
|
83328
|
+
"name": "getFollowingDate",
|
|
83329
|
+
"privacy": "protected",
|
|
83330
|
+
"return": {
|
|
83331
|
+
"type": {
|
|
83332
|
+
"text": "T | null"
|
|
83333
|
+
}
|
|
83334
|
+
},
|
|
83335
|
+
"parameters": [
|
|
83336
|
+
{
|
|
83337
|
+
"name": "date",
|
|
83338
|
+
"type": {
|
|
83339
|
+
"text": "T"
|
|
83340
|
+
}
|
|
83341
|
+
}
|
|
83342
|
+
],
|
|
83343
|
+
"inheritedFrom": {
|
|
83344
|
+
"name": "SbbDatepickerButton",
|
|
83345
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83346
|
+
}
|
|
83347
|
+
},
|
|
83348
|
+
{
|
|
83349
|
+
"kind": "method",
|
|
83350
|
+
"name": "_isBeforeMinDate",
|
|
83351
|
+
"privacy": "private",
|
|
83352
|
+
"return": {
|
|
83353
|
+
"type": {
|
|
83354
|
+
"text": "boolean"
|
|
83355
|
+
}
|
|
83356
|
+
},
|
|
83357
|
+
"parameters": [
|
|
83358
|
+
{
|
|
83359
|
+
"name": "date",
|
|
83360
|
+
"type": {
|
|
83361
|
+
"text": "T"
|
|
83362
|
+
}
|
|
83363
|
+
}
|
|
83364
|
+
]
|
|
83365
|
+
},
|
|
83366
|
+
{
|
|
83367
|
+
"kind": "field",
|
|
83368
|
+
"name": "_disabled",
|
|
83369
|
+
"type": {
|
|
83370
|
+
"text": "boolean"
|
|
83371
|
+
},
|
|
83372
|
+
"privacy": "private",
|
|
83373
|
+
"default": "true",
|
|
83374
|
+
"description": "Whether the component is disabled due date equals to boundary date.",
|
|
83375
|
+
"inheritedFrom": {
|
|
83376
|
+
"name": "SbbDatepickerButton",
|
|
83377
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83378
|
+
}
|
|
83379
|
+
},
|
|
83380
|
+
{
|
|
83381
|
+
"kind": "field",
|
|
83382
|
+
"name": "disabled",
|
|
83383
|
+
"type": {
|
|
83384
|
+
"text": "boolean"
|
|
83403
83385
|
},
|
|
83404
83386
|
"privacy": "public",
|
|
83405
|
-
"
|
|
83406
|
-
"
|
|
83407
|
-
"
|
|
83387
|
+
"description": "Whether this button is disabled.",
|
|
83388
|
+
"readonly": true,
|
|
83389
|
+
"inheritedFrom": {
|
|
83390
|
+
"name": "SbbDatepickerButtonBase",
|
|
83391
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83392
|
+
},
|
|
83393
|
+
"default": "true"
|
|
83394
|
+
},
|
|
83395
|
+
{
|
|
83396
|
+
"kind": "method",
|
|
83397
|
+
"name": "findAvailableDate",
|
|
83398
|
+
"privacy": "protected",
|
|
83399
|
+
"return": {
|
|
83400
|
+
"type": {
|
|
83401
|
+
"text": "T | null"
|
|
83402
|
+
}
|
|
83403
|
+
},
|
|
83404
|
+
"parameters": [
|
|
83405
|
+
{
|
|
83406
|
+
"name": "_date",
|
|
83407
|
+
"type": {
|
|
83408
|
+
"text": "T"
|
|
83409
|
+
}
|
|
83410
|
+
}
|
|
83411
|
+
],
|
|
83412
|
+
"deprecated": "Use `getFollowingDate(date: T)` instead.",
|
|
83413
|
+
"inheritedFrom": {
|
|
83414
|
+
"name": "SbbDatepickerButton",
|
|
83415
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83416
|
+
}
|
|
83417
|
+
},
|
|
83418
|
+
{
|
|
83419
|
+
"kind": "method",
|
|
83420
|
+
"name": "_handleClick",
|
|
83421
|
+
"privacy": "private",
|
|
83422
|
+
"return": {
|
|
83423
|
+
"type": {
|
|
83424
|
+
"text": "void"
|
|
83425
|
+
}
|
|
83426
|
+
},
|
|
83427
|
+
"inheritedFrom": {
|
|
83428
|
+
"name": "SbbDatepickerButton",
|
|
83429
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83430
|
+
}
|
|
83431
|
+
},
|
|
83432
|
+
{
|
|
83433
|
+
"kind": "method",
|
|
83434
|
+
"name": "syncDateInputState",
|
|
83435
|
+
"privacy": "protected",
|
|
83436
|
+
"return": {
|
|
83437
|
+
"type": {
|
|
83438
|
+
"text": "void"
|
|
83439
|
+
}
|
|
83440
|
+
},
|
|
83441
|
+
"inheritedFrom": {
|
|
83442
|
+
"name": "SbbDatepickerButtonBase",
|
|
83443
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83444
|
+
}
|
|
83408
83445
|
},
|
|
83409
83446
|
{
|
|
83410
83447
|
"kind": "field",
|
|
@@ -83452,20 +83489,6 @@
|
|
|
83452
83489
|
"module": "datepicker/common/datepicker-button.js"
|
|
83453
83490
|
}
|
|
83454
83491
|
},
|
|
83455
|
-
{
|
|
83456
|
-
"kind": "field",
|
|
83457
|
-
"name": "disabled",
|
|
83458
|
-
"type": {
|
|
83459
|
-
"text": "boolean"
|
|
83460
|
-
},
|
|
83461
|
-
"privacy": "public",
|
|
83462
|
-
"description": "Whether this button is disabled.",
|
|
83463
|
-
"readonly": true,
|
|
83464
|
-
"inheritedFrom": {
|
|
83465
|
-
"name": "SbbDatepickerButtonBase",
|
|
83466
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83467
|
-
}
|
|
83468
|
-
},
|
|
83469
83492
|
{
|
|
83470
83493
|
"kind": "field",
|
|
83471
83494
|
"name": "_inputDisabled",
|
|
@@ -83542,20 +83565,6 @@
|
|
|
83542
83565
|
"module": "datepicker/common/datepicker-button.js"
|
|
83543
83566
|
}
|
|
83544
83567
|
},
|
|
83545
|
-
{
|
|
83546
|
-
"kind": "method",
|
|
83547
|
-
"name": "syncDateInputState",
|
|
83548
|
-
"privacy": "protected",
|
|
83549
|
-
"return": {
|
|
83550
|
-
"type": {
|
|
83551
|
-
"text": "void"
|
|
83552
|
-
}
|
|
83553
|
-
},
|
|
83554
|
-
"inheritedFrom": {
|
|
83555
|
-
"name": "SbbDatepickerButtonBase",
|
|
83556
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83557
|
-
}
|
|
83558
|
-
},
|
|
83559
83568
|
{
|
|
83560
83569
|
"kind": "method",
|
|
83561
83570
|
"name": "renderTemplate",
|
|
@@ -84194,16 +84203,14 @@
|
|
|
84194
84203
|
}
|
|
84195
84204
|
}
|
|
84196
84205
|
],
|
|
84206
|
+
"superclass": {
|
|
84207
|
+
"name": "SbbDatepickerButton",
|
|
84208
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
84209
|
+
},
|
|
84210
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
84211
|
+
"customElement": true,
|
|
84212
|
+
"classGenerics": "T = Date",
|
|
84197
84213
|
"attributes": [
|
|
84198
|
-
{
|
|
84199
|
-
"name": "datepicker",
|
|
84200
|
-
"type": {
|
|
84201
|
-
"text": "SbbDatepickerElement<T> | null"
|
|
84202
|
-
},
|
|
84203
|
-
"default": "null",
|
|
84204
|
-
"description": "Datepicker reference.",
|
|
84205
|
-
"fieldName": "datepicker"
|
|
84206
|
-
},
|
|
84207
84214
|
{
|
|
84208
84215
|
"name": "negative",
|
|
84209
84216
|
"type": {
|
|
@@ -84281,13 +84288,6 @@
|
|
|
84281
84288
|
}
|
|
84282
84289
|
}
|
|
84283
84290
|
],
|
|
84284
|
-
"superclass": {
|
|
84285
|
-
"name": "SbbDatepickerButtonBase",
|
|
84286
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
84287
|
-
},
|
|
84288
|
-
"tagName": "sbb-datepicker-toggle",
|
|
84289
|
-
"customElement": true,
|
|
84290
|
-
"classGenerics": "T = Date",
|
|
84291
84291
|
"events": [
|
|
84292
84292
|
{
|
|
84293
84293
|
"type": {
|
|
@@ -84317,10 +84317,10 @@
|
|
|
84317
84317
|
"exports": [
|
|
84318
84318
|
{
|
|
84319
84319
|
"kind": "js",
|
|
84320
|
-
"name": "
|
|
84320
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
84321
84321
|
"declaration": {
|
|
84322
|
-
"name": "
|
|
84323
|
-
"module": "datepicker/datepicker-
|
|
84322
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
84323
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
84324
84324
|
}
|
|
84325
84325
|
}
|
|
84326
84326
|
]
|
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.1778481174",
|
|
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/86783544b1d5d0d21b7789e95864d5bd47984134"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|