@sbb-esta/lyne-elements-dev 4.8.1-dev.1774014527 → 4.8.1-dev.1774242002
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 +1463 -1463
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -68244,6 +68244,229 @@
|
|
|
68244
68244
|
}
|
|
68245
68245
|
]
|
|
68246
68246
|
},
|
|
68247
|
+
{
|
|
68248
|
+
"kind": "javascript-module",
|
|
68249
|
+
"path": "core/decorators/base.js",
|
|
68250
|
+
"declarations": [],
|
|
68251
|
+
"exports": []
|
|
68252
|
+
},
|
|
68253
|
+
{
|
|
68254
|
+
"kind": "javascript-module",
|
|
68255
|
+
"path": "core/decorators/force-type.js",
|
|
68256
|
+
"declarations": [
|
|
68257
|
+
{
|
|
68258
|
+
"kind": "function",
|
|
68259
|
+
"name": "forceType",
|
|
68260
|
+
"return": {
|
|
68261
|
+
"type": {
|
|
68262
|
+
"text": "PropertyDecorator"
|
|
68263
|
+
}
|
|
68264
|
+
},
|
|
68265
|
+
"parameters": [
|
|
68266
|
+
{
|
|
68267
|
+
"name": "convert",
|
|
68268
|
+
"optional": true,
|
|
68269
|
+
"type": {
|
|
68270
|
+
"text": "(v: unknown) => V"
|
|
68271
|
+
}
|
|
68272
|
+
}
|
|
68273
|
+
],
|
|
68274
|
+
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
68275
|
+
}
|
|
68276
|
+
],
|
|
68277
|
+
"exports": [
|
|
68278
|
+
{
|
|
68279
|
+
"kind": "js",
|
|
68280
|
+
"name": "forceType",
|
|
68281
|
+
"declaration": {
|
|
68282
|
+
"name": "forceType",
|
|
68283
|
+
"module": "core/decorators/force-type.js"
|
|
68284
|
+
}
|
|
68285
|
+
}
|
|
68286
|
+
]
|
|
68287
|
+
},
|
|
68288
|
+
{
|
|
68289
|
+
"kind": "javascript-module",
|
|
68290
|
+
"path": "core/decorators/get-override.js",
|
|
68291
|
+
"declarations": [
|
|
68292
|
+
{
|
|
68293
|
+
"kind": "function",
|
|
68294
|
+
"name": "getOverride",
|
|
68295
|
+
"parameters": [
|
|
68296
|
+
{
|
|
68297
|
+
"name": "callback",
|
|
68298
|
+
"type": {
|
|
68299
|
+
"text": "(instance: C, innerValue: V) => V"
|
|
68300
|
+
}
|
|
68301
|
+
}
|
|
68302
|
+
],
|
|
68303
|
+
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
68304
|
+
}
|
|
68305
|
+
],
|
|
68306
|
+
"exports": [
|
|
68307
|
+
{
|
|
68308
|
+
"kind": "js",
|
|
68309
|
+
"name": "getOverride",
|
|
68310
|
+
"declaration": {
|
|
68311
|
+
"name": "getOverride",
|
|
68312
|
+
"module": "core/decorators/get-override.js"
|
|
68313
|
+
}
|
|
68314
|
+
}
|
|
68315
|
+
]
|
|
68316
|
+
},
|
|
68317
|
+
{
|
|
68318
|
+
"kind": "javascript-module",
|
|
68319
|
+
"path": "core/decorators/handle-distinct-change.js",
|
|
68320
|
+
"declarations": [
|
|
68321
|
+
{
|
|
68322
|
+
"kind": "function",
|
|
68323
|
+
"name": "handleDistinctChange",
|
|
68324
|
+
"parameters": [
|
|
68325
|
+
{
|
|
68326
|
+
"name": "callback",
|
|
68327
|
+
"type": {
|
|
68328
|
+
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
68329
|
+
}
|
|
68330
|
+
}
|
|
68331
|
+
],
|
|
68332
|
+
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
68333
|
+
}
|
|
68334
|
+
],
|
|
68335
|
+
"exports": [
|
|
68336
|
+
{
|
|
68337
|
+
"kind": "js",
|
|
68338
|
+
"name": "handleDistinctChange",
|
|
68339
|
+
"declaration": {
|
|
68340
|
+
"name": "handleDistinctChange",
|
|
68341
|
+
"module": "core/decorators/handle-distinct-change.js"
|
|
68342
|
+
}
|
|
68343
|
+
}
|
|
68344
|
+
]
|
|
68345
|
+
},
|
|
68346
|
+
{
|
|
68347
|
+
"kind": "javascript-module",
|
|
68348
|
+
"path": "core/decorators/host-attributes.js",
|
|
68349
|
+
"declarations": [
|
|
68350
|
+
{
|
|
68351
|
+
"kind": "function",
|
|
68352
|
+
"name": "hostAttributes",
|
|
68353
|
+
"parameters": [
|
|
68354
|
+
{
|
|
68355
|
+
"name": "attributes",
|
|
68356
|
+
"type": {
|
|
68357
|
+
"text": "Record<string, string | null>"
|
|
68358
|
+
},
|
|
68359
|
+
"description": "A record of attributes to apply to the element."
|
|
68360
|
+
}
|
|
68361
|
+
],
|
|
68362
|
+
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
68363
|
+
"deprecated": "Will be removed with next major version."
|
|
68364
|
+
}
|
|
68365
|
+
],
|
|
68366
|
+
"exports": [
|
|
68367
|
+
{
|
|
68368
|
+
"kind": "js",
|
|
68369
|
+
"name": "hostAttributes",
|
|
68370
|
+
"declaration": {
|
|
68371
|
+
"name": "hostAttributes",
|
|
68372
|
+
"module": "core/decorators/host-attributes.js"
|
|
68373
|
+
}
|
|
68374
|
+
}
|
|
68375
|
+
]
|
|
68376
|
+
},
|
|
68377
|
+
{
|
|
68378
|
+
"kind": "javascript-module",
|
|
68379
|
+
"path": "core/decorators/id-reference.js",
|
|
68380
|
+
"declarations": [
|
|
68381
|
+
{
|
|
68382
|
+
"kind": "function",
|
|
68383
|
+
"name": "idReference",
|
|
68384
|
+
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
68385
|
+
}
|
|
68386
|
+
],
|
|
68387
|
+
"exports": [
|
|
68388
|
+
{
|
|
68389
|
+
"kind": "js",
|
|
68390
|
+
"name": "idReference",
|
|
68391
|
+
"declaration": {
|
|
68392
|
+
"name": "idReference",
|
|
68393
|
+
"module": "core/decorators/id-reference.js"
|
|
68394
|
+
}
|
|
68395
|
+
}
|
|
68396
|
+
]
|
|
68397
|
+
},
|
|
68398
|
+
{
|
|
68399
|
+
"kind": "javascript-module",
|
|
68400
|
+
"path": "core/decorators/omit-empty-converter.js",
|
|
68401
|
+
"declarations": [
|
|
68402
|
+
{
|
|
68403
|
+
"kind": "variable",
|
|
68404
|
+
"name": "omitEmptyConverter",
|
|
68405
|
+
"type": {
|
|
68406
|
+
"text": "ComplexAttributeConverter"
|
|
68407
|
+
},
|
|
68408
|
+
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
68409
|
+
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
68410
|
+
}
|
|
68411
|
+
],
|
|
68412
|
+
"exports": [
|
|
68413
|
+
{
|
|
68414
|
+
"kind": "js",
|
|
68415
|
+
"name": "omitEmptyConverter",
|
|
68416
|
+
"declaration": {
|
|
68417
|
+
"name": "omitEmptyConverter",
|
|
68418
|
+
"module": "core/decorators/omit-empty-converter.js"
|
|
68419
|
+
}
|
|
68420
|
+
}
|
|
68421
|
+
]
|
|
68422
|
+
},
|
|
68423
|
+
{
|
|
68424
|
+
"kind": "javascript-module",
|
|
68425
|
+
"path": "core/decorators/plain-date.js",
|
|
68426
|
+
"declarations": [
|
|
68427
|
+
{
|
|
68428
|
+
"kind": "variable",
|
|
68429
|
+
"name": "plainDateConverter",
|
|
68430
|
+
"type": {
|
|
68431
|
+
"text": "ComplexAttributeConverter"
|
|
68432
|
+
},
|
|
68433
|
+
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
68434
|
+
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
68435
|
+
},
|
|
68436
|
+
{
|
|
68437
|
+
"kind": "function",
|
|
68438
|
+
"name": "plainDate",
|
|
68439
|
+
"parameters": [
|
|
68440
|
+
{
|
|
68441
|
+
"name": "config",
|
|
68442
|
+
"optional": true,
|
|
68443
|
+
"type": {
|
|
68444
|
+
"text": "SbbPlainDateConfiguration"
|
|
68445
|
+
}
|
|
68446
|
+
}
|
|
68447
|
+
],
|
|
68448
|
+
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
68449
|
+
}
|
|
68450
|
+
],
|
|
68451
|
+
"exports": [
|
|
68452
|
+
{
|
|
68453
|
+
"kind": "js",
|
|
68454
|
+
"name": "plainDateConverter",
|
|
68455
|
+
"declaration": {
|
|
68456
|
+
"name": "plainDateConverter",
|
|
68457
|
+
"module": "core/decorators/plain-date.js"
|
|
68458
|
+
}
|
|
68459
|
+
},
|
|
68460
|
+
{
|
|
68461
|
+
"kind": "js",
|
|
68462
|
+
"name": "plainDate",
|
|
68463
|
+
"declaration": {
|
|
68464
|
+
"name": "plainDate",
|
|
68465
|
+
"module": "core/decorators/plain-date.js"
|
|
68466
|
+
}
|
|
68467
|
+
}
|
|
68468
|
+
]
|
|
68469
|
+
},
|
|
68247
68470
|
{
|
|
68248
68471
|
"kind": "javascript-module",
|
|
68249
68472
|
"path": "core/dom/animation.js",
|
|
@@ -68682,229 +68905,6 @@
|
|
|
68682
68905
|
}
|
|
68683
68906
|
]
|
|
68684
68907
|
},
|
|
68685
|
-
{
|
|
68686
|
-
"kind": "javascript-module",
|
|
68687
|
-
"path": "core/decorators/base.js",
|
|
68688
|
-
"declarations": [],
|
|
68689
|
-
"exports": []
|
|
68690
|
-
},
|
|
68691
|
-
{
|
|
68692
|
-
"kind": "javascript-module",
|
|
68693
|
-
"path": "core/decorators/force-type.js",
|
|
68694
|
-
"declarations": [
|
|
68695
|
-
{
|
|
68696
|
-
"kind": "function",
|
|
68697
|
-
"name": "forceType",
|
|
68698
|
-
"return": {
|
|
68699
|
-
"type": {
|
|
68700
|
-
"text": "PropertyDecorator"
|
|
68701
|
-
}
|
|
68702
|
-
},
|
|
68703
|
-
"parameters": [
|
|
68704
|
-
{
|
|
68705
|
-
"name": "convert",
|
|
68706
|
-
"optional": true,
|
|
68707
|
-
"type": {
|
|
68708
|
-
"text": "(v: unknown) => V"
|
|
68709
|
-
}
|
|
68710
|
-
}
|
|
68711
|
-
],
|
|
68712
|
-
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
68713
|
-
}
|
|
68714
|
-
],
|
|
68715
|
-
"exports": [
|
|
68716
|
-
{
|
|
68717
|
-
"kind": "js",
|
|
68718
|
-
"name": "forceType",
|
|
68719
|
-
"declaration": {
|
|
68720
|
-
"name": "forceType",
|
|
68721
|
-
"module": "core/decorators/force-type.js"
|
|
68722
|
-
}
|
|
68723
|
-
}
|
|
68724
|
-
]
|
|
68725
|
-
},
|
|
68726
|
-
{
|
|
68727
|
-
"kind": "javascript-module",
|
|
68728
|
-
"path": "core/decorators/get-override.js",
|
|
68729
|
-
"declarations": [
|
|
68730
|
-
{
|
|
68731
|
-
"kind": "function",
|
|
68732
|
-
"name": "getOverride",
|
|
68733
|
-
"parameters": [
|
|
68734
|
-
{
|
|
68735
|
-
"name": "callback",
|
|
68736
|
-
"type": {
|
|
68737
|
-
"text": "(instance: C, innerValue: V) => V"
|
|
68738
|
-
}
|
|
68739
|
-
}
|
|
68740
|
-
],
|
|
68741
|
-
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
68742
|
-
}
|
|
68743
|
-
],
|
|
68744
|
-
"exports": [
|
|
68745
|
-
{
|
|
68746
|
-
"kind": "js",
|
|
68747
|
-
"name": "getOverride",
|
|
68748
|
-
"declaration": {
|
|
68749
|
-
"name": "getOverride",
|
|
68750
|
-
"module": "core/decorators/get-override.js"
|
|
68751
|
-
}
|
|
68752
|
-
}
|
|
68753
|
-
]
|
|
68754
|
-
},
|
|
68755
|
-
{
|
|
68756
|
-
"kind": "javascript-module",
|
|
68757
|
-
"path": "core/decorators/handle-distinct-change.js",
|
|
68758
|
-
"declarations": [
|
|
68759
|
-
{
|
|
68760
|
-
"kind": "function",
|
|
68761
|
-
"name": "handleDistinctChange",
|
|
68762
|
-
"parameters": [
|
|
68763
|
-
{
|
|
68764
|
-
"name": "callback",
|
|
68765
|
-
"type": {
|
|
68766
|
-
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
68767
|
-
}
|
|
68768
|
-
}
|
|
68769
|
-
],
|
|
68770
|
-
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
68771
|
-
}
|
|
68772
|
-
],
|
|
68773
|
-
"exports": [
|
|
68774
|
-
{
|
|
68775
|
-
"kind": "js",
|
|
68776
|
-
"name": "handleDistinctChange",
|
|
68777
|
-
"declaration": {
|
|
68778
|
-
"name": "handleDistinctChange",
|
|
68779
|
-
"module": "core/decorators/handle-distinct-change.js"
|
|
68780
|
-
}
|
|
68781
|
-
}
|
|
68782
|
-
]
|
|
68783
|
-
},
|
|
68784
|
-
{
|
|
68785
|
-
"kind": "javascript-module",
|
|
68786
|
-
"path": "core/decorators/host-attributes.js",
|
|
68787
|
-
"declarations": [
|
|
68788
|
-
{
|
|
68789
|
-
"kind": "function",
|
|
68790
|
-
"name": "hostAttributes",
|
|
68791
|
-
"parameters": [
|
|
68792
|
-
{
|
|
68793
|
-
"name": "attributes",
|
|
68794
|
-
"type": {
|
|
68795
|
-
"text": "Record<string, string | null>"
|
|
68796
|
-
},
|
|
68797
|
-
"description": "A record of attributes to apply to the element."
|
|
68798
|
-
}
|
|
68799
|
-
],
|
|
68800
|
-
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
68801
|
-
"deprecated": "Will be removed with next major version."
|
|
68802
|
-
}
|
|
68803
|
-
],
|
|
68804
|
-
"exports": [
|
|
68805
|
-
{
|
|
68806
|
-
"kind": "js",
|
|
68807
|
-
"name": "hostAttributes",
|
|
68808
|
-
"declaration": {
|
|
68809
|
-
"name": "hostAttributes",
|
|
68810
|
-
"module": "core/decorators/host-attributes.js"
|
|
68811
|
-
}
|
|
68812
|
-
}
|
|
68813
|
-
]
|
|
68814
|
-
},
|
|
68815
|
-
{
|
|
68816
|
-
"kind": "javascript-module",
|
|
68817
|
-
"path": "core/decorators/id-reference.js",
|
|
68818
|
-
"declarations": [
|
|
68819
|
-
{
|
|
68820
|
-
"kind": "function",
|
|
68821
|
-
"name": "idReference",
|
|
68822
|
-
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
68823
|
-
}
|
|
68824
|
-
],
|
|
68825
|
-
"exports": [
|
|
68826
|
-
{
|
|
68827
|
-
"kind": "js",
|
|
68828
|
-
"name": "idReference",
|
|
68829
|
-
"declaration": {
|
|
68830
|
-
"name": "idReference",
|
|
68831
|
-
"module": "core/decorators/id-reference.js"
|
|
68832
|
-
}
|
|
68833
|
-
}
|
|
68834
|
-
]
|
|
68835
|
-
},
|
|
68836
|
-
{
|
|
68837
|
-
"kind": "javascript-module",
|
|
68838
|
-
"path": "core/decorators/omit-empty-converter.js",
|
|
68839
|
-
"declarations": [
|
|
68840
|
-
{
|
|
68841
|
-
"kind": "variable",
|
|
68842
|
-
"name": "omitEmptyConverter",
|
|
68843
|
-
"type": {
|
|
68844
|
-
"text": "ComplexAttributeConverter"
|
|
68845
|
-
},
|
|
68846
|
-
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
68847
|
-
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
68848
|
-
}
|
|
68849
|
-
],
|
|
68850
|
-
"exports": [
|
|
68851
|
-
{
|
|
68852
|
-
"kind": "js",
|
|
68853
|
-
"name": "omitEmptyConverter",
|
|
68854
|
-
"declaration": {
|
|
68855
|
-
"name": "omitEmptyConverter",
|
|
68856
|
-
"module": "core/decorators/omit-empty-converter.js"
|
|
68857
|
-
}
|
|
68858
|
-
}
|
|
68859
|
-
]
|
|
68860
|
-
},
|
|
68861
|
-
{
|
|
68862
|
-
"kind": "javascript-module",
|
|
68863
|
-
"path": "core/decorators/plain-date.js",
|
|
68864
|
-
"declarations": [
|
|
68865
|
-
{
|
|
68866
|
-
"kind": "variable",
|
|
68867
|
-
"name": "plainDateConverter",
|
|
68868
|
-
"type": {
|
|
68869
|
-
"text": "ComplexAttributeConverter"
|
|
68870
|
-
},
|
|
68871
|
-
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
68872
|
-
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
68873
|
-
},
|
|
68874
|
-
{
|
|
68875
|
-
"kind": "function",
|
|
68876
|
-
"name": "plainDate",
|
|
68877
|
-
"parameters": [
|
|
68878
|
-
{
|
|
68879
|
-
"name": "config",
|
|
68880
|
-
"optional": true,
|
|
68881
|
-
"type": {
|
|
68882
|
-
"text": "SbbPlainDateConfiguration"
|
|
68883
|
-
}
|
|
68884
|
-
}
|
|
68885
|
-
],
|
|
68886
|
-
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
68887
|
-
}
|
|
68888
|
-
],
|
|
68889
|
-
"exports": [
|
|
68890
|
-
{
|
|
68891
|
-
"kind": "js",
|
|
68892
|
-
"name": "plainDateConverter",
|
|
68893
|
-
"declaration": {
|
|
68894
|
-
"name": "plainDateConverter",
|
|
68895
|
-
"module": "core/decorators/plain-date.js"
|
|
68896
|
-
}
|
|
68897
|
-
},
|
|
68898
|
-
{
|
|
68899
|
-
"kind": "js",
|
|
68900
|
-
"name": "plainDate",
|
|
68901
|
-
"declaration": {
|
|
68902
|
-
"name": "plainDate",
|
|
68903
|
-
"module": "core/decorators/plain-date.js"
|
|
68904
|
-
}
|
|
68905
|
-
}
|
|
68906
|
-
]
|
|
68907
|
-
},
|
|
68908
68908
|
{
|
|
68909
68909
|
"kind": "javascript-module",
|
|
68910
68910
|
"path": "core/eventing/composed-path-has-attribute.js",
|
|
@@ -87256,85 +87256,111 @@
|
|
|
87256
87256
|
},
|
|
87257
87257
|
{
|
|
87258
87258
|
"kind": "javascript-module",
|
|
87259
|
-
"path": "
|
|
87259
|
+
"path": "file-selector/common/file-selector-common.js",
|
|
87260
87260
|
"declarations": [
|
|
87261
87261
|
{
|
|
87262
87262
|
"kind": "class",
|
|
87263
|
-
"description": "
|
|
87264
|
-
"name": "
|
|
87265
|
-
"
|
|
87263
|
+
"description": "",
|
|
87264
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
87265
|
+
"members": [
|
|
87266
87266
|
{
|
|
87267
|
-
"
|
|
87268
|
-
"name": ""
|
|
87267
|
+
"kind": "field",
|
|
87268
|
+
"name": "size",
|
|
87269
|
+
"type": {
|
|
87270
|
+
"text": "'s' | 'm'"
|
|
87271
|
+
},
|
|
87272
|
+
"privacy": "public"
|
|
87269
87273
|
},
|
|
87270
87274
|
{
|
|
87271
|
-
"
|
|
87272
|
-
"name": "
|
|
87273
|
-
|
|
87274
|
-
|
|
87275
|
-
|
|
87275
|
+
"kind": "field",
|
|
87276
|
+
"name": "multiple",
|
|
87277
|
+
"type": {
|
|
87278
|
+
"text": "boolean"
|
|
87279
|
+
},
|
|
87280
|
+
"privacy": "public"
|
|
87281
|
+
},
|
|
87276
87282
|
{
|
|
87277
87283
|
"kind": "field",
|
|
87278
|
-
"name": "
|
|
87284
|
+
"name": "multipleMode",
|
|
87285
|
+
"type": {
|
|
87286
|
+
"text": "'default' | 'persistent'"
|
|
87287
|
+
},
|
|
87288
|
+
"privacy": "public"
|
|
87289
|
+
},
|
|
87290
|
+
{
|
|
87291
|
+
"kind": "field",
|
|
87292
|
+
"name": "accept",
|
|
87279
87293
|
"type": {
|
|
87280
87294
|
"text": "string"
|
|
87281
87295
|
},
|
|
87282
|
-
"privacy": "public"
|
|
87283
|
-
|
|
87284
|
-
|
|
87285
|
-
"
|
|
87286
|
-
|
|
87287
|
-
|
|
87296
|
+
"privacy": "public"
|
|
87297
|
+
},
|
|
87298
|
+
{
|
|
87299
|
+
"kind": "field",
|
|
87300
|
+
"name": "accessibilityLabel",
|
|
87301
|
+
"type": {
|
|
87302
|
+
"text": "string"
|
|
87288
87303
|
},
|
|
87289
|
-
"
|
|
87304
|
+
"privacy": "public"
|
|
87290
87305
|
},
|
|
87291
87306
|
{
|
|
87292
87307
|
"kind": "field",
|
|
87293
|
-
"name": "
|
|
87294
|
-
"privacy": "public",
|
|
87295
|
-
"static": true,
|
|
87296
|
-
"readonly": true,
|
|
87297
|
-
"default": "{ toggleexpanded: 'toggleexpanded', }",
|
|
87308
|
+
"name": "files",
|
|
87298
87309
|
"type": {
|
|
87299
|
-
"text": "
|
|
87300
|
-
}
|
|
87310
|
+
"text": "Readonly<File>[]"
|
|
87311
|
+
},
|
|
87312
|
+
"privacy": "public"
|
|
87301
87313
|
},
|
|
87302
87314
|
{
|
|
87303
87315
|
"kind": "field",
|
|
87304
|
-
"name": "
|
|
87305
|
-
"
|
|
87306
|
-
|
|
87316
|
+
"name": "value",
|
|
87317
|
+
"type": {
|
|
87318
|
+
"text": "string | null"
|
|
87319
|
+
},
|
|
87320
|
+
"privacy": "public",
|
|
87321
|
+
"inheritedFrom": {
|
|
87322
|
+
"name": "SbbFormAssociatedMixin",
|
|
87323
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
87324
|
+
}
|
|
87307
87325
|
},
|
|
87308
87326
|
{
|
|
87309
87327
|
"kind": "field",
|
|
87310
|
-
"name": "
|
|
87328
|
+
"name": "loadButton",
|
|
87311
87329
|
"type": {
|
|
87312
|
-
"text": "
|
|
87330
|
+
"text": "SbbSecondaryButtonStaticElement"
|
|
87313
87331
|
},
|
|
87314
|
-
"privacy": "
|
|
87332
|
+
"privacy": "protected"
|
|
87315
87333
|
},
|
|
87316
87334
|
{
|
|
87317
87335
|
"kind": "field",
|
|
87318
|
-
"name": "
|
|
87336
|
+
"name": "language",
|
|
87319
87337
|
"type": {
|
|
87320
|
-
"text": "
|
|
87338
|
+
"text": "SbbLanguageController"
|
|
87321
87339
|
},
|
|
87322
|
-
"privacy": "
|
|
87340
|
+
"privacy": "protected"
|
|
87323
87341
|
},
|
|
87324
87342
|
{
|
|
87325
87343
|
"kind": "method",
|
|
87326
|
-
"name": "
|
|
87327
|
-
"privacy": "
|
|
87344
|
+
"name": "renderTemplate",
|
|
87345
|
+
"privacy": "protected",
|
|
87328
87346
|
"return": {
|
|
87329
87347
|
"type": {
|
|
87330
|
-
"text": "
|
|
87348
|
+
"text": "TemplateResult"
|
|
87331
87349
|
}
|
|
87332
|
-
}
|
|
87350
|
+
},
|
|
87351
|
+
"parameters": [
|
|
87352
|
+
{
|
|
87353
|
+
"name": "input",
|
|
87354
|
+
"type": {
|
|
87355
|
+
"text": "TemplateResult"
|
|
87356
|
+
}
|
|
87357
|
+
}
|
|
87358
|
+
]
|
|
87333
87359
|
},
|
|
87334
87360
|
{
|
|
87335
87361
|
"kind": "method",
|
|
87336
|
-
"name": "
|
|
87337
|
-
"privacy": "
|
|
87362
|
+
"name": "createFileList",
|
|
87363
|
+
"privacy": "protected",
|
|
87338
87364
|
"return": {
|
|
87339
87365
|
"type": {
|
|
87340
87366
|
"text": "void"
|
|
@@ -87342,54 +87368,56 @@
|
|
|
87342
87368
|
},
|
|
87343
87369
|
"parameters": [
|
|
87344
87370
|
{
|
|
87345
|
-
"name": "
|
|
87371
|
+
"name": "files",
|
|
87346
87372
|
"type": {
|
|
87347
|
-
"text": "
|
|
87373
|
+
"text": "FileList"
|
|
87348
87374
|
}
|
|
87349
87375
|
}
|
|
87350
87376
|
]
|
|
87351
87377
|
},
|
|
87352
87378
|
{
|
|
87353
87379
|
"kind": "method",
|
|
87354
|
-
"name": "
|
|
87355
|
-
"privacy": "
|
|
87380
|
+
"name": "getButtonLabel",
|
|
87381
|
+
"privacy": "protected",
|
|
87356
87382
|
"return": {
|
|
87357
87383
|
"type": {
|
|
87358
|
-
"text": "
|
|
87384
|
+
"text": "string"
|
|
87359
87385
|
}
|
|
87360
|
-
}
|
|
87361
|
-
"description": "The :state(icon) is used by the 'sbb-expansion-panel'.\nIt needs to be set before the"
|
|
87386
|
+
}
|
|
87362
87387
|
},
|
|
87363
87388
|
{
|
|
87364
87389
|
"kind": "method",
|
|
87365
|
-
"name": "
|
|
87366
|
-
"privacy": "
|
|
87390
|
+
"name": "formResetCallback",
|
|
87391
|
+
"privacy": "public",
|
|
87367
87392
|
"return": {
|
|
87368
87393
|
"type": {
|
|
87369
|
-
"text": "
|
|
87394
|
+
"text": "void"
|
|
87370
87395
|
}
|
|
87371
|
-
},
|
|
87372
|
-
"description": "Override this method to render the component template.",
|
|
87373
|
-
"inheritedFrom": {
|
|
87374
|
-
"name": "SbbActionBaseElement",
|
|
87375
|
-
"module": "core/base-elements/action-base-element.js"
|
|
87376
87396
|
}
|
|
87377
87397
|
},
|
|
87378
87398
|
{
|
|
87379
|
-
"kind": "
|
|
87380
|
-
"name": "
|
|
87381
|
-
"type": {
|
|
87382
|
-
"text": "boolean"
|
|
87383
|
-
},
|
|
87399
|
+
"kind": "method",
|
|
87400
|
+
"name": "formStateRestoreCallback",
|
|
87384
87401
|
"privacy": "public",
|
|
87385
|
-
"
|
|
87386
|
-
|
|
87387
|
-
|
|
87388
|
-
|
|
87389
|
-
|
|
87390
|
-
|
|
87391
|
-
|
|
87392
|
-
|
|
87402
|
+
"return": {
|
|
87403
|
+
"type": {
|
|
87404
|
+
"text": "void"
|
|
87405
|
+
}
|
|
87406
|
+
},
|
|
87407
|
+
"parameters": [
|
|
87408
|
+
{
|
|
87409
|
+
"name": "state",
|
|
87410
|
+
"type": {
|
|
87411
|
+
"text": "FormRestoreState | null"
|
|
87412
|
+
}
|
|
87413
|
+
},
|
|
87414
|
+
{
|
|
87415
|
+
"name": "reason",
|
|
87416
|
+
"type": {
|
|
87417
|
+
"text": "FormRestoreReason"
|
|
87418
|
+
}
|
|
87419
|
+
}
|
|
87420
|
+
]
|
|
87393
87421
|
},
|
|
87394
87422
|
{
|
|
87395
87423
|
"kind": "field",
|
|
@@ -87437,112 +87465,16 @@
|
|
|
87437
87465
|
},
|
|
87438
87466
|
{
|
|
87439
87467
|
"kind": "field",
|
|
87440
|
-
"name": "
|
|
87441
|
-
"type": {
|
|
87442
|
-
"text": "string"
|
|
87443
|
-
},
|
|
87444
|
-
"privacy": "public",
|
|
87445
|
-
"default": "''",
|
|
87446
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
87447
|
-
"attribute": "icon-name",
|
|
87448
|
-
"inheritedFrom": {
|
|
87449
|
-
"name": "SbbIconNameMixin",
|
|
87450
|
-
"module": "icon/icon-name-mixin.js"
|
|
87451
|
-
}
|
|
87452
|
-
},
|
|
87453
|
-
{
|
|
87454
|
-
"kind": "method",
|
|
87455
|
-
"name": "renderIconSlot",
|
|
87456
|
-
"privacy": "protected",
|
|
87457
|
-
"return": {
|
|
87458
|
-
"type": {
|
|
87459
|
-
"text": "TemplateResult"
|
|
87460
|
-
}
|
|
87461
|
-
},
|
|
87462
|
-
"parameters": [
|
|
87463
|
-
{
|
|
87464
|
-
"name": "classname",
|
|
87465
|
-
"optional": true,
|
|
87466
|
-
"type": {
|
|
87467
|
-
"text": "string"
|
|
87468
|
-
}
|
|
87469
|
-
}
|
|
87470
|
-
],
|
|
87471
|
-
"inheritedFrom": {
|
|
87472
|
-
"name": "SbbIconNameMixin",
|
|
87473
|
-
"module": "icon/icon-name-mixin.js"
|
|
87474
|
-
}
|
|
87475
|
-
},
|
|
87476
|
-
{
|
|
87477
|
-
"kind": "method",
|
|
87478
|
-
"name": "renderIconName",
|
|
87479
|
-
"privacy": "protected",
|
|
87480
|
-
"return": {
|
|
87481
|
-
"type": {
|
|
87482
|
-
"text": "string"
|
|
87483
|
-
}
|
|
87484
|
-
},
|
|
87485
|
-
"inheritedFrom": {
|
|
87486
|
-
"name": "SbbIconNameMixin",
|
|
87487
|
-
"module": "icon/icon-name-mixin.js"
|
|
87488
|
-
}
|
|
87489
|
-
},
|
|
87490
|
-
{
|
|
87491
|
-
"kind": "method",
|
|
87492
|
-
"name": "_renderIconName",
|
|
87493
|
-
"privacy": "private",
|
|
87494
|
-
"return": {
|
|
87495
|
-
"type": {
|
|
87496
|
-
"text": "string"
|
|
87497
|
-
}
|
|
87498
|
-
},
|
|
87499
|
-
"inheritedFrom": {
|
|
87500
|
-
"name": "SbbIconNameMixin",
|
|
87501
|
-
"module": "icon/icon-name-mixin.js"
|
|
87502
|
-
}
|
|
87503
|
-
},
|
|
87504
|
-
{
|
|
87505
|
-
"kind": "field",
|
|
87506
|
-
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
87507
|
-
"type": {
|
|
87508
|
-
"text": "array"
|
|
87509
|
-
},
|
|
87510
|
-
"privacy": "private",
|
|
87511
|
-
"readonly": true,
|
|
87512
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
87513
|
-
"inheritedFrom": {
|
|
87514
|
-
"name": "SbbButtonBaseElement",
|
|
87515
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87516
|
-
}
|
|
87517
|
-
},
|
|
87518
|
-
{
|
|
87519
|
-
"kind": "field",
|
|
87520
|
-
"name": "value",
|
|
87468
|
+
"name": "formAssociated",
|
|
87521
87469
|
"type": {
|
|
87522
|
-
"text": "
|
|
87523
|
-
},
|
|
87524
|
-
"privacy": "public",
|
|
87525
|
-
"inheritedFrom": {
|
|
87526
|
-
"name": "SbbButtonBaseElement",
|
|
87527
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87470
|
+
"text": "boolean"
|
|
87528
87471
|
},
|
|
87529
|
-
"default": "''",
|
|
87530
|
-
"description": "Value of the form element.",
|
|
87531
|
-
"attribute": "value"
|
|
87532
|
-
},
|
|
87533
|
-
{
|
|
87534
|
-
"kind": "field",
|
|
87535
|
-
"name": "type",
|
|
87536
87472
|
"privacy": "public",
|
|
87537
|
-
"
|
|
87538
|
-
"default": "
|
|
87539
|
-
"type": {
|
|
87540
|
-
"text": "SbbButtonType"
|
|
87541
|
-
},
|
|
87542
|
-
"attribute": "type",
|
|
87473
|
+
"static": true,
|
|
87474
|
+
"default": "true",
|
|
87543
87475
|
"inheritedFrom": {
|
|
87544
|
-
"name": "
|
|
87545
|
-
"module": "core/
|
|
87476
|
+
"name": "SbbFormAssociatedMixin",
|
|
87477
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
87546
87478
|
}
|
|
87547
87479
|
},
|
|
87548
87480
|
{
|
|
@@ -87552,75 +87484,8 @@
|
|
|
87552
87484
|
"text": "HTMLFormElement | null"
|
|
87553
87485
|
},
|
|
87554
87486
|
"privacy": "public",
|
|
87555
|
-
"description": "
|
|
87556
|
-
"
|
|
87557
|
-
"name": "SbbButtonBaseElement",
|
|
87558
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87559
|
-
},
|
|
87560
|
-
"attribute": "form"
|
|
87561
|
-
},
|
|
87562
|
-
{
|
|
87563
|
-
"kind": "field",
|
|
87564
|
-
"name": "_formId",
|
|
87565
|
-
"type": {
|
|
87566
|
-
"text": "string"
|
|
87567
|
-
},
|
|
87568
|
-
"privacy": "private",
|
|
87569
|
-
"default": "''",
|
|
87570
|
-
"inheritedFrom": {
|
|
87571
|
-
"name": "SbbButtonBaseElement",
|
|
87572
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87573
|
-
}
|
|
87574
|
-
},
|
|
87575
|
-
{
|
|
87576
|
-
"kind": "field",
|
|
87577
|
-
"name": "_handleButtonClick",
|
|
87578
|
-
"privacy": "private",
|
|
87579
|
-
"inheritedFrom": {
|
|
87580
|
-
"name": "SbbButtonBaseElement",
|
|
87581
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87582
|
-
}
|
|
87583
|
-
},
|
|
87584
|
-
{
|
|
87585
|
-
"kind": "method",
|
|
87586
|
-
"name": "_requestSubmit",
|
|
87587
|
-
"privacy": "private",
|
|
87588
|
-
"return": {
|
|
87589
|
-
"type": {
|
|
87590
|
-
"text": "void"
|
|
87591
|
-
}
|
|
87592
|
-
},
|
|
87593
|
-
"parameters": [
|
|
87594
|
-
{
|
|
87595
|
-
"name": "form",
|
|
87596
|
-
"type": {
|
|
87597
|
-
"text": "HTMLFormElement"
|
|
87598
|
-
}
|
|
87599
|
-
}
|
|
87600
|
-
],
|
|
87601
|
-
"inheritedFrom": {
|
|
87602
|
-
"name": "SbbButtonBaseElement",
|
|
87603
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87604
|
-
}
|
|
87605
|
-
},
|
|
87606
|
-
{
|
|
87607
|
-
"kind": "field",
|
|
87608
|
-
"name": "_formKeyDown",
|
|
87609
|
-
"privacy": "private",
|
|
87610
|
-
"inheritedFrom": {
|
|
87611
|
-
"name": "SbbButtonBaseElement",
|
|
87612
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87613
|
-
}
|
|
87614
|
-
},
|
|
87615
|
-
{
|
|
87616
|
-
"kind": "field",
|
|
87617
|
-
"name": "formAssociated",
|
|
87618
|
-
"type": {
|
|
87619
|
-
"text": "boolean"
|
|
87620
|
-
},
|
|
87621
|
-
"privacy": "public",
|
|
87622
|
-
"static": true,
|
|
87623
|
-
"default": "true",
|
|
87487
|
+
"description": "Returns the form owner of this element.",
|
|
87488
|
+
"readonly": true,
|
|
87624
87489
|
"inheritedFrom": {
|
|
87625
87490
|
"name": "SbbFormAssociatedMixin",
|
|
87626
87491
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -87913,111 +87778,6 @@
|
|
|
87913
87778
|
"module": "core/mixins/form-associated-mixin.js"
|
|
87914
87779
|
}
|
|
87915
87780
|
},
|
|
87916
|
-
{
|
|
87917
|
-
"kind": "field",
|
|
87918
|
-
"name": "role",
|
|
87919
|
-
"type": {
|
|
87920
|
-
"text": "ElementInternals['role']"
|
|
87921
|
-
},
|
|
87922
|
-
"privacy": "public",
|
|
87923
|
-
"static": true,
|
|
87924
|
-
"readonly": true,
|
|
87925
|
-
"default": "'button'",
|
|
87926
|
-
"inheritedFrom": {
|
|
87927
|
-
"name": "SbbButtonLikeBaseElement",
|
|
87928
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87929
|
-
}
|
|
87930
|
-
},
|
|
87931
|
-
{
|
|
87932
|
-
"kind": "field",
|
|
87933
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
87934
|
-
"privacy": "private",
|
|
87935
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
87936
|
-
"parameters": [
|
|
87937
|
-
{
|
|
87938
|
-
"description": "The origin event.",
|
|
87939
|
-
"name": "event"
|
|
87940
|
-
}
|
|
87941
|
-
],
|
|
87942
|
-
"inheritedFrom": {
|
|
87943
|
-
"name": "SbbButtonLikeBaseElement",
|
|
87944
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87945
|
-
}
|
|
87946
|
-
},
|
|
87947
|
-
{
|
|
87948
|
-
"kind": "field",
|
|
87949
|
-
"name": "_removeActiveMarker",
|
|
87950
|
-
"privacy": "private",
|
|
87951
|
-
"inheritedFrom": {
|
|
87952
|
-
"name": "SbbButtonLikeBaseElement",
|
|
87953
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87954
|
-
}
|
|
87955
|
-
},
|
|
87956
|
-
{
|
|
87957
|
-
"kind": "field",
|
|
87958
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
87959
|
-
"privacy": "private",
|
|
87960
|
-
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
87961
|
-
"parameters": [
|
|
87962
|
-
{
|
|
87963
|
-
"description": "The origin event.",
|
|
87964
|
-
"name": "event"
|
|
87965
|
-
}
|
|
87966
|
-
],
|
|
87967
|
-
"inheritedFrom": {
|
|
87968
|
-
"name": "SbbButtonLikeBaseElement",
|
|
87969
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87970
|
-
}
|
|
87971
|
-
},
|
|
87972
|
-
{
|
|
87973
|
-
"kind": "field",
|
|
87974
|
-
"name": "_dispatchClickEvent",
|
|
87975
|
-
"privacy": "private",
|
|
87976
|
-
"inheritedFrom": {
|
|
87977
|
-
"name": "SbbButtonLikeBaseElement",
|
|
87978
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87979
|
-
}
|
|
87980
|
-
},
|
|
87981
|
-
{
|
|
87982
|
-
"kind": "field",
|
|
87983
|
-
"name": "maybeDisabled",
|
|
87984
|
-
"type": {
|
|
87985
|
-
"text": "boolean | undefined"
|
|
87986
|
-
},
|
|
87987
|
-
"privacy": "protected",
|
|
87988
|
-
"readonly": true,
|
|
87989
|
-
"inheritedFrom": {
|
|
87990
|
-
"name": "SbbActionBaseElement",
|
|
87991
|
-
"module": "core/base-elements/action-base-element.js"
|
|
87992
|
-
}
|
|
87993
|
-
},
|
|
87994
|
-
{
|
|
87995
|
-
"kind": "field",
|
|
87996
|
-
"name": "maybeDisabledInteractive",
|
|
87997
|
-
"type": {
|
|
87998
|
-
"text": "boolean | undefined"
|
|
87999
|
-
},
|
|
88000
|
-
"privacy": "protected",
|
|
88001
|
-
"readonly": true,
|
|
88002
|
-
"inheritedFrom": {
|
|
88003
|
-
"name": "SbbActionBaseElement",
|
|
88004
|
-
"module": "core/base-elements/action-base-element.js"
|
|
88005
|
-
}
|
|
88006
|
-
},
|
|
88007
|
-
{
|
|
88008
|
-
"kind": "method",
|
|
88009
|
-
"name": "setupBaseEventHandlers",
|
|
88010
|
-
"privacy": "protected",
|
|
88011
|
-
"return": {
|
|
88012
|
-
"type": {
|
|
88013
|
-
"text": "void"
|
|
88014
|
-
}
|
|
88015
|
-
},
|
|
88016
|
-
"inheritedFrom": {
|
|
88017
|
-
"name": "SbbActionBaseElement",
|
|
88018
|
-
"module": "core/base-elements/action-base-element.js"
|
|
88019
|
-
}
|
|
88020
|
-
},
|
|
88021
87781
|
{
|
|
88022
87782
|
"kind": "field",
|
|
88023
87783
|
"name": "_hydrationRequired",
|
|
@@ -88113,56 +87873,46 @@
|
|
|
88113
87873
|
},
|
|
88114
87874
|
{
|
|
88115
87875
|
"kind": "field",
|
|
88116
|
-
"name": "
|
|
87876
|
+
"name": "elementName",
|
|
88117
87877
|
"type": {
|
|
88118
|
-
"text": "
|
|
87878
|
+
"text": "string"
|
|
88119
87879
|
},
|
|
88120
|
-
"privacy": "
|
|
87880
|
+
"privacy": "public",
|
|
87881
|
+
"static": true,
|
|
87882
|
+
"readonly": true,
|
|
88121
87883
|
"inheritedFrom": {
|
|
88122
87884
|
"name": "SbbElement",
|
|
88123
87885
|
"module": "core/base-elements/element.js"
|
|
88124
87886
|
}
|
|
88125
|
-
}
|
|
88126
|
-
],
|
|
88127
|
-
"events": [
|
|
87887
|
+
},
|
|
88128
87888
|
{
|
|
88129
|
-
"
|
|
87889
|
+
"kind": "field",
|
|
87890
|
+
"name": "_controllers",
|
|
88130
87891
|
"type": {
|
|
88131
|
-
"text": "
|
|
87892
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
88132
87893
|
},
|
|
88133
|
-
"
|
|
87894
|
+
"privacy": "private",
|
|
87895
|
+
"inheritedFrom": {
|
|
87896
|
+
"name": "SbbElement",
|
|
87897
|
+
"module": "core/base-elements/element.js"
|
|
87898
|
+
}
|
|
88134
87899
|
}
|
|
88135
87900
|
],
|
|
88136
87901
|
"mixins": [
|
|
88137
87902
|
{
|
|
88138
|
-
"name": "
|
|
87903
|
+
"name": "SbbDisabledMixin",
|
|
88139
87904
|
"module": "core/mixins.js"
|
|
88140
87905
|
},
|
|
88141
87906
|
{
|
|
88142
|
-
"name": "
|
|
88143
|
-
"module": "
|
|
87907
|
+
"name": "SbbFormAssociatedMixin",
|
|
87908
|
+
"module": "core/mixins.js"
|
|
88144
87909
|
}
|
|
88145
87910
|
],
|
|
88146
87911
|
"superclass": {
|
|
88147
|
-
"name": "
|
|
87912
|
+
"name": "SbbElement",
|
|
88148
87913
|
"module": "core/base-elements.js"
|
|
88149
87914
|
},
|
|
88150
|
-
"tagName": "sbb-expansion-panel-header",
|
|
88151
|
-
"customElement": true,
|
|
88152
87915
|
"attributes": [
|
|
88153
|
-
{
|
|
88154
|
-
"name": "disabled-interactive",
|
|
88155
|
-
"type": {
|
|
88156
|
-
"text": "boolean"
|
|
88157
|
-
},
|
|
88158
|
-
"default": "false",
|
|
88159
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
88160
|
-
"fieldName": "disabledInteractive",
|
|
88161
|
-
"inheritedFrom": {
|
|
88162
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
88163
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
88164
|
-
}
|
|
88165
|
-
},
|
|
88166
87916
|
{
|
|
88167
87917
|
"name": "disabled",
|
|
88168
87918
|
"description": "Whether the component is disabled.",
|
|
@@ -88177,98 +87927,46 @@
|
|
|
88177
87927
|
}
|
|
88178
87928
|
},
|
|
88179
87929
|
{
|
|
88180
|
-
"name": "
|
|
87930
|
+
"name": "name",
|
|
87931
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
88181
87932
|
"type": {
|
|
88182
87933
|
"text": "string"
|
|
88183
87934
|
},
|
|
88184
|
-
"
|
|
88185
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
88186
|
-
"fieldName": "iconName",
|
|
87935
|
+
"fieldName": "name",
|
|
88187
87936
|
"inheritedFrom": {
|
|
88188
|
-
"name": "
|
|
88189
|
-
"module": "
|
|
88190
|
-
}
|
|
88191
|
-
},
|
|
88192
|
-
{
|
|
88193
|
-
"name": "value",
|
|
88194
|
-
"type": {
|
|
88195
|
-
"text": "string"
|
|
88196
|
-
},
|
|
88197
|
-
"default": "''",
|
|
88198
|
-
"description": "Value of the form element.",
|
|
88199
|
-
"fieldName": "value",
|
|
88200
|
-
"inheritedFrom": {
|
|
88201
|
-
"name": "SbbButtonBaseElement",
|
|
88202
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88203
|
-
}
|
|
88204
|
-
},
|
|
88205
|
-
{
|
|
88206
|
-
"name": "type",
|
|
88207
|
-
"description": "The type attribute to use for the button.",
|
|
88208
|
-
"default": "'button'",
|
|
88209
|
-
"type": {
|
|
88210
|
-
"text": "SbbButtonType"
|
|
88211
|
-
},
|
|
88212
|
-
"fieldName": "type",
|
|
88213
|
-
"inheritedFrom": {
|
|
88214
|
-
"name": "SbbButtonBaseElement",
|
|
88215
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88216
|
-
}
|
|
88217
|
-
},
|
|
88218
|
-
{
|
|
88219
|
-
"name": "form",
|
|
88220
|
-
"description": "The `<form>` element to associate the button with.",
|
|
88221
|
-
"type": {
|
|
88222
|
-
"text": "HTMLFormElement | null"
|
|
88223
|
-
},
|
|
88224
|
-
"fieldName": "form",
|
|
88225
|
-
"inheritedFrom": {
|
|
88226
|
-
"name": "SbbButtonBaseElement",
|
|
88227
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88228
|
-
}
|
|
88229
|
-
},
|
|
88230
|
-
{
|
|
88231
|
-
"name": "name",
|
|
88232
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
88233
|
-
"type": {
|
|
88234
|
-
"text": "string"
|
|
88235
|
-
},
|
|
88236
|
-
"fieldName": "name",
|
|
88237
|
-
"inheritedFrom": {
|
|
88238
|
-
"name": "SbbFormAssociatedMixin",
|
|
88239
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87937
|
+
"name": "SbbFormAssociatedMixin",
|
|
87938
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88240
87939
|
}
|
|
88241
87940
|
}
|
|
88242
87941
|
]
|
|
88243
|
-
}
|
|
88244
|
-
],
|
|
88245
|
-
"exports": [
|
|
88246
|
-
{
|
|
88247
|
-
"kind": "js",
|
|
88248
|
-
"name": "SbbExpansionPanelHeaderElement",
|
|
88249
|
-
"declaration": {
|
|
88250
|
-
"name": "SbbExpansionPanelHeaderElement",
|
|
88251
|
-
"module": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js"
|
|
88252
|
-
}
|
|
88253
|
-
}
|
|
88254
|
-
]
|
|
88255
|
-
},
|
|
88256
|
-
{
|
|
88257
|
-
"kind": "javascript-module",
|
|
88258
|
-
"path": "file-selector/common/file-selector-common.js",
|
|
88259
|
-
"declarations": [
|
|
87942
|
+
},
|
|
88260
87943
|
{
|
|
88261
|
-
"kind": "
|
|
87944
|
+
"kind": "mixin",
|
|
88262
87945
|
"description": "",
|
|
88263
|
-
"name": "
|
|
87946
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
88264
87947
|
"members": [
|
|
87948
|
+
{
|
|
87949
|
+
"kind": "field",
|
|
87950
|
+
"name": "events",
|
|
87951
|
+
"privacy": "public",
|
|
87952
|
+
"static": true,
|
|
87953
|
+
"readonly": true,
|
|
87954
|
+
"default": "{ filechanged: 'filechanged', }",
|
|
87955
|
+
"type": {
|
|
87956
|
+
"text": "{\n filechanged: 'filechanged',\n }"
|
|
87957
|
+
}
|
|
87958
|
+
},
|
|
88265
87959
|
{
|
|
88266
87960
|
"kind": "field",
|
|
88267
87961
|
"name": "size",
|
|
88268
87962
|
"type": {
|
|
88269
87963
|
"text": "'s' | 'm'"
|
|
88270
87964
|
},
|
|
88271
|
-
"privacy": "public"
|
|
87965
|
+
"privacy": "public",
|
|
87966
|
+
"description": "Size variant, either s or m.",
|
|
87967
|
+
"default": "'m' / 's' (lean)",
|
|
87968
|
+
"attribute": "size",
|
|
87969
|
+
"reflects": true
|
|
88272
87970
|
},
|
|
88273
87971
|
{
|
|
88274
87972
|
"kind": "field",
|
|
@@ -88276,7 +87974,10 @@
|
|
|
88276
87974
|
"type": {
|
|
88277
87975
|
"text": "boolean"
|
|
88278
87976
|
},
|
|
88279
|
-
"privacy": "public"
|
|
87977
|
+
"privacy": "public",
|
|
87978
|
+
"default": "false",
|
|
87979
|
+
"description": "Whether more than one file can be selected.",
|
|
87980
|
+
"attribute": "multiple"
|
|
88280
87981
|
},
|
|
88281
87982
|
{
|
|
88282
87983
|
"kind": "field",
|
|
@@ -88284,7 +87985,10 @@
|
|
|
88284
87985
|
"type": {
|
|
88285
87986
|
"text": "'default' | 'persistent'"
|
|
88286
87987
|
},
|
|
88287
|
-
"privacy": "public"
|
|
87988
|
+
"privacy": "public",
|
|
87989
|
+
"default": "'default'",
|
|
87990
|
+
"description": "Whether the newly added files should override the previously added ones.",
|
|
87991
|
+
"attribute": "multiple-mode"
|
|
88288
87992
|
},
|
|
88289
87993
|
{
|
|
88290
87994
|
"kind": "field",
|
|
@@ -88292,7 +87996,10 @@
|
|
|
88292
87996
|
"type": {
|
|
88293
87997
|
"text": "string"
|
|
88294
87998
|
},
|
|
88295
|
-
"privacy": "public"
|
|
87999
|
+
"privacy": "public",
|
|
88000
|
+
"default": "''",
|
|
88001
|
+
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
88002
|
+
"attribute": "accept"
|
|
88296
88003
|
},
|
|
88297
88004
|
{
|
|
88298
88005
|
"kind": "field",
|
|
@@ -88300,27 +88007,77 @@
|
|
|
88300
88007
|
"type": {
|
|
88301
88008
|
"text": "string"
|
|
88302
88009
|
},
|
|
88303
|
-
"privacy": "public"
|
|
88010
|
+
"privacy": "public",
|
|
88011
|
+
"default": "''",
|
|
88012
|
+
"description": "This will be forwarded as aria-label to the native input element.",
|
|
88013
|
+
"attribute": "accessibility-label"
|
|
88014
|
+
},
|
|
88015
|
+
{
|
|
88016
|
+
"kind": "field",
|
|
88017
|
+
"name": "value",
|
|
88018
|
+
"type": {
|
|
88019
|
+
"text": "string | null"
|
|
88020
|
+
},
|
|
88021
|
+
"privacy": "public",
|
|
88022
|
+
"description": "The path of the first selected file. Empty string ('') if no file is selected",
|
|
88023
|
+
"inheritedFrom": {
|
|
88024
|
+
"name": "SbbFormAssociatedMixin",
|
|
88025
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88026
|
+
}
|
|
88304
88027
|
},
|
|
88305
88028
|
{
|
|
88306
88029
|
"kind": "field",
|
|
88307
88030
|
"name": "files",
|
|
88031
|
+
"privacy": "public",
|
|
88032
|
+
"description": "The list of selected files.",
|
|
88033
|
+
"type": {
|
|
88034
|
+
"text": "Readonly<File>[]"
|
|
88035
|
+
}
|
|
88036
|
+
},
|
|
88037
|
+
{
|
|
88038
|
+
"kind": "field",
|
|
88039
|
+
"name": "_files",
|
|
88308
88040
|
"type": {
|
|
88309
88041
|
"text": "Readonly<File>[]"
|
|
88310
88042
|
},
|
|
88311
|
-
"privacy": "
|
|
88043
|
+
"privacy": "private",
|
|
88044
|
+
"default": "[]"
|
|
88312
88045
|
},
|
|
88313
88046
|
{
|
|
88314
88047
|
"kind": "field",
|
|
88315
|
-
"name": "
|
|
88048
|
+
"name": "type",
|
|
88316
88049
|
"type": {
|
|
88317
|
-
"text": "string
|
|
88050
|
+
"text": "string"
|
|
88318
88051
|
},
|
|
88319
88052
|
"privacy": "public",
|
|
88320
|
-
"
|
|
88321
|
-
|
|
88322
|
-
|
|
88323
|
-
|
|
88053
|
+
"description": "Form type of element.",
|
|
88054
|
+
"default": "'file'",
|
|
88055
|
+
"readonly": true
|
|
88056
|
+
},
|
|
88057
|
+
{
|
|
88058
|
+
"kind": "field",
|
|
88059
|
+
"name": "_hiddenInput",
|
|
88060
|
+
"type": {
|
|
88061
|
+
"text": "HTMLInputElement"
|
|
88062
|
+
},
|
|
88063
|
+
"privacy": "private"
|
|
88064
|
+
},
|
|
88065
|
+
{
|
|
88066
|
+
"kind": "field",
|
|
88067
|
+
"name": "_suffixes",
|
|
88068
|
+
"type": {
|
|
88069
|
+
"text": "string[]"
|
|
88070
|
+
},
|
|
88071
|
+
"privacy": "private",
|
|
88072
|
+
"default": "['B', 'kB', 'MB', 'GB', 'TB']"
|
|
88073
|
+
},
|
|
88074
|
+
{
|
|
88075
|
+
"kind": "field",
|
|
88076
|
+
"name": "_liveRegion",
|
|
88077
|
+
"type": {
|
|
88078
|
+
"text": "HTMLParagraphElement"
|
|
88079
|
+
},
|
|
88080
|
+
"privacy": "private"
|
|
88324
88081
|
},
|
|
88325
88082
|
{
|
|
88326
88083
|
"kind": "field",
|
|
@@ -88333,10 +88090,25 @@
|
|
|
88333
88090
|
{
|
|
88334
88091
|
"kind": "field",
|
|
88335
88092
|
"name": "language",
|
|
88093
|
+
"privacy": "protected",
|
|
88094
|
+
"default": "new SbbLanguageController(this)"
|
|
88095
|
+
},
|
|
88096
|
+
{
|
|
88097
|
+
"kind": "field",
|
|
88098
|
+
"name": "_counter",
|
|
88336
88099
|
"type": {
|
|
88337
|
-
"text": "
|
|
88100
|
+
"text": "number"
|
|
88338
88101
|
},
|
|
88339
|
-
"privacy": "
|
|
88102
|
+
"privacy": "private",
|
|
88103
|
+
"default": "0"
|
|
88104
|
+
},
|
|
88105
|
+
{
|
|
88106
|
+
"kind": "field",
|
|
88107
|
+
"name": "_dragTarget",
|
|
88108
|
+
"type": {
|
|
88109
|
+
"text": "HTMLElement | undefined"
|
|
88110
|
+
},
|
|
88111
|
+
"privacy": "private"
|
|
88340
88112
|
},
|
|
88341
88113
|
{
|
|
88342
88114
|
"kind": "method",
|
|
@@ -88356,6 +88128,118 @@
|
|
|
88356
88128
|
}
|
|
88357
88129
|
]
|
|
88358
88130
|
},
|
|
88131
|
+
{
|
|
88132
|
+
"kind": "method",
|
|
88133
|
+
"name": "formResetCallback",
|
|
88134
|
+
"privacy": "public",
|
|
88135
|
+
"return": {
|
|
88136
|
+
"type": {
|
|
88137
|
+
"text": "void"
|
|
88138
|
+
}
|
|
88139
|
+
}
|
|
88140
|
+
},
|
|
88141
|
+
{
|
|
88142
|
+
"kind": "method",
|
|
88143
|
+
"name": "formStateRestoreCallback",
|
|
88144
|
+
"privacy": "public",
|
|
88145
|
+
"return": {
|
|
88146
|
+
"type": {
|
|
88147
|
+
"text": "void"
|
|
88148
|
+
}
|
|
88149
|
+
},
|
|
88150
|
+
"parameters": [
|
|
88151
|
+
{
|
|
88152
|
+
"name": "state",
|
|
88153
|
+
"type": {
|
|
88154
|
+
"text": "FormRestoreState | null"
|
|
88155
|
+
}
|
|
88156
|
+
},
|
|
88157
|
+
{
|
|
88158
|
+
"name": "_reason",
|
|
88159
|
+
"optional": true,
|
|
88160
|
+
"type": {
|
|
88161
|
+
"text": "FormRestoreReason"
|
|
88162
|
+
}
|
|
88163
|
+
}
|
|
88164
|
+
]
|
|
88165
|
+
},
|
|
88166
|
+
{
|
|
88167
|
+
"kind": "method",
|
|
88168
|
+
"name": "updateFormValue",
|
|
88169
|
+
"privacy": "protected",
|
|
88170
|
+
"return": {
|
|
88171
|
+
"type": {
|
|
88172
|
+
"text": "void"
|
|
88173
|
+
}
|
|
88174
|
+
},
|
|
88175
|
+
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
88176
|
+
"inheritedFrom": {
|
|
88177
|
+
"name": "SbbFormAssociatedMixin",
|
|
88178
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88179
|
+
}
|
|
88180
|
+
},
|
|
88181
|
+
{
|
|
88182
|
+
"kind": "method",
|
|
88183
|
+
"name": "_checkFileEquality",
|
|
88184
|
+
"privacy": "private",
|
|
88185
|
+
"return": {
|
|
88186
|
+
"type": {
|
|
88187
|
+
"text": "boolean"
|
|
88188
|
+
}
|
|
88189
|
+
},
|
|
88190
|
+
"parameters": [
|
|
88191
|
+
{
|
|
88192
|
+
"name": "file1",
|
|
88193
|
+
"type": {
|
|
88194
|
+
"text": "Readonly<File>"
|
|
88195
|
+
}
|
|
88196
|
+
},
|
|
88197
|
+
{
|
|
88198
|
+
"name": "file2",
|
|
88199
|
+
"type": {
|
|
88200
|
+
"text": "Readonly<File>"
|
|
88201
|
+
}
|
|
88202
|
+
}
|
|
88203
|
+
]
|
|
88204
|
+
},
|
|
88205
|
+
{
|
|
88206
|
+
"kind": "method",
|
|
88207
|
+
"name": "_onFocus",
|
|
88208
|
+
"privacy": "private",
|
|
88209
|
+
"return": {
|
|
88210
|
+
"type": {
|
|
88211
|
+
"text": "void"
|
|
88212
|
+
}
|
|
88213
|
+
}
|
|
88214
|
+
},
|
|
88215
|
+
{
|
|
88216
|
+
"kind": "method",
|
|
88217
|
+
"name": "_onBlur",
|
|
88218
|
+
"privacy": "private",
|
|
88219
|
+
"return": {
|
|
88220
|
+
"type": {
|
|
88221
|
+
"text": "void"
|
|
88222
|
+
}
|
|
88223
|
+
}
|
|
88224
|
+
},
|
|
88225
|
+
{
|
|
88226
|
+
"kind": "method",
|
|
88227
|
+
"name": "_readFiles",
|
|
88228
|
+
"privacy": "private",
|
|
88229
|
+
"return": {
|
|
88230
|
+
"type": {
|
|
88231
|
+
"text": "void"
|
|
88232
|
+
}
|
|
88233
|
+
},
|
|
88234
|
+
"parameters": [
|
|
88235
|
+
{
|
|
88236
|
+
"name": "event",
|
|
88237
|
+
"type": {
|
|
88238
|
+
"text": "Event"
|
|
88239
|
+
}
|
|
88240
|
+
}
|
|
88241
|
+
]
|
|
88242
|
+
},
|
|
88359
88243
|
{
|
|
88360
88244
|
"kind": "method",
|
|
88361
88245
|
"name": "createFileList",
|
|
@@ -88386,8 +88270,26 @@
|
|
|
88386
88270
|
},
|
|
88387
88271
|
{
|
|
88388
88272
|
"kind": "method",
|
|
88389
|
-
"name": "
|
|
88390
|
-
"privacy": "
|
|
88273
|
+
"name": "_removeFile",
|
|
88274
|
+
"privacy": "private",
|
|
88275
|
+
"return": {
|
|
88276
|
+
"type": {
|
|
88277
|
+
"text": "void"
|
|
88278
|
+
}
|
|
88279
|
+
},
|
|
88280
|
+
"parameters": [
|
|
88281
|
+
{
|
|
88282
|
+
"name": "file",
|
|
88283
|
+
"type": {
|
|
88284
|
+
"text": "Readonly<File>"
|
|
88285
|
+
}
|
|
88286
|
+
}
|
|
88287
|
+
]
|
|
88288
|
+
},
|
|
88289
|
+
{
|
|
88290
|
+
"kind": "method",
|
|
88291
|
+
"name": "_dispatchFileChangedEvent",
|
|
88292
|
+
"privacy": "private",
|
|
88391
88293
|
"return": {
|
|
88392
88294
|
"type": {
|
|
88393
88295
|
"text": "void"
|
|
@@ -88396,8 +88298,47 @@
|
|
|
88396
88298
|
},
|
|
88397
88299
|
{
|
|
88398
88300
|
"kind": "method",
|
|
88399
|
-
"name": "
|
|
88400
|
-
"privacy": "
|
|
88301
|
+
"name": "_formatFileSize",
|
|
88302
|
+
"privacy": "private",
|
|
88303
|
+
"return": {
|
|
88304
|
+
"type": {
|
|
88305
|
+
"text": "string"
|
|
88306
|
+
}
|
|
88307
|
+
},
|
|
88308
|
+
"parameters": [
|
|
88309
|
+
{
|
|
88310
|
+
"name": "size",
|
|
88311
|
+
"type": {
|
|
88312
|
+
"text": "number"
|
|
88313
|
+
}
|
|
88314
|
+
}
|
|
88315
|
+
],
|
|
88316
|
+
"description": "Calculates the correct unit for the file's size."
|
|
88317
|
+
},
|
|
88318
|
+
{
|
|
88319
|
+
"kind": "method",
|
|
88320
|
+
"name": "_updateA11yLiveRegion",
|
|
88321
|
+
"privacy": "private",
|
|
88322
|
+
"return": {
|
|
88323
|
+
"type": {
|
|
88324
|
+
"text": "void"
|
|
88325
|
+
}
|
|
88326
|
+
}
|
|
88327
|
+
},
|
|
88328
|
+
{
|
|
88329
|
+
"kind": "method",
|
|
88330
|
+
"name": "_renderFileList",
|
|
88331
|
+
"privacy": "private",
|
|
88332
|
+
"return": {
|
|
88333
|
+
"type": {
|
|
88334
|
+
"text": "TemplateResult"
|
|
88335
|
+
}
|
|
88336
|
+
}
|
|
88337
|
+
},
|
|
88338
|
+
{
|
|
88339
|
+
"kind": "method",
|
|
88340
|
+
"name": "_onDragEnter",
|
|
88341
|
+
"privacy": "private",
|
|
88401
88342
|
"return": {
|
|
88402
88343
|
"type": {
|
|
88403
88344
|
"text": "void"
|
|
@@ -88405,15 +88346,89 @@
|
|
|
88405
88346
|
},
|
|
88406
88347
|
"parameters": [
|
|
88407
88348
|
{
|
|
88408
|
-
"name": "
|
|
88349
|
+
"name": "event",
|
|
88409
88350
|
"type": {
|
|
88410
|
-
"text": "
|
|
88351
|
+
"text": "DragEvent"
|
|
88352
|
+
}
|
|
88353
|
+
}
|
|
88354
|
+
]
|
|
88355
|
+
},
|
|
88356
|
+
{
|
|
88357
|
+
"kind": "method",
|
|
88358
|
+
"name": "_onDragLeave",
|
|
88359
|
+
"privacy": "private",
|
|
88360
|
+
"return": {
|
|
88361
|
+
"type": {
|
|
88362
|
+
"text": "void"
|
|
88363
|
+
}
|
|
88364
|
+
},
|
|
88365
|
+
"parameters": [
|
|
88366
|
+
{
|
|
88367
|
+
"name": "event",
|
|
88368
|
+
"type": {
|
|
88369
|
+
"text": "DragEvent"
|
|
88370
|
+
}
|
|
88371
|
+
}
|
|
88372
|
+
]
|
|
88373
|
+
},
|
|
88374
|
+
{
|
|
88375
|
+
"kind": "method",
|
|
88376
|
+
"name": "_onFileDrop",
|
|
88377
|
+
"privacy": "private",
|
|
88378
|
+
"return": {
|
|
88379
|
+
"type": {
|
|
88380
|
+
"text": "void"
|
|
88381
|
+
}
|
|
88382
|
+
},
|
|
88383
|
+
"parameters": [
|
|
88384
|
+
{
|
|
88385
|
+
"name": "event",
|
|
88386
|
+
"type": {
|
|
88387
|
+
"text": "DragEvent"
|
|
88388
|
+
}
|
|
88389
|
+
}
|
|
88390
|
+
]
|
|
88391
|
+
},
|
|
88392
|
+
{
|
|
88393
|
+
"kind": "method",
|
|
88394
|
+
"name": "_blockEvent",
|
|
88395
|
+
"privacy": "private",
|
|
88396
|
+
"return": {
|
|
88397
|
+
"type": {
|
|
88398
|
+
"text": "void"
|
|
88399
|
+
}
|
|
88400
|
+
},
|
|
88401
|
+
"parameters": [
|
|
88402
|
+
{
|
|
88403
|
+
"name": "event",
|
|
88404
|
+
"type": {
|
|
88405
|
+
"text": "DragEvent"
|
|
88406
|
+
}
|
|
88407
|
+
}
|
|
88408
|
+
]
|
|
88409
|
+
},
|
|
88410
|
+
{
|
|
88411
|
+
"kind": "method",
|
|
88412
|
+
"name": "_setDragState",
|
|
88413
|
+
"privacy": "private",
|
|
88414
|
+
"return": {
|
|
88415
|
+
"type": {
|
|
88416
|
+
"text": "void"
|
|
88417
|
+
}
|
|
88418
|
+
},
|
|
88419
|
+
"parameters": [
|
|
88420
|
+
{
|
|
88421
|
+
"name": "dragTarget",
|
|
88422
|
+
"default": "undefined",
|
|
88423
|
+
"type": {
|
|
88424
|
+
"text": "HTMLElement | undefined"
|
|
88411
88425
|
}
|
|
88412
88426
|
},
|
|
88413
88427
|
{
|
|
88414
|
-
"name": "
|
|
88428
|
+
"name": "isDragEnter",
|
|
88429
|
+
"default": "false",
|
|
88415
88430
|
"type": {
|
|
88416
|
-
"text": "
|
|
88431
|
+
"text": "boolean"
|
|
88417
88432
|
}
|
|
88418
88433
|
}
|
|
88419
88434
|
]
|
|
@@ -88637,21 +88652,6 @@
|
|
|
88637
88652
|
"module": "core/mixins/form-associated-mixin.js"
|
|
88638
88653
|
}
|
|
88639
88654
|
},
|
|
88640
|
-
{
|
|
88641
|
-
"kind": "method",
|
|
88642
|
-
"name": "updateFormValue",
|
|
88643
|
-
"privacy": "protected",
|
|
88644
|
-
"return": {
|
|
88645
|
-
"type": {
|
|
88646
|
-
"text": "void"
|
|
88647
|
-
}
|
|
88648
|
-
},
|
|
88649
|
-
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
88650
|
-
"inheritedFrom": {
|
|
88651
|
-
"name": "SbbFormAssociatedMixin",
|
|
88652
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88653
|
-
}
|
|
88654
|
-
},
|
|
88655
88655
|
{
|
|
88656
88656
|
"kind": "method",
|
|
88657
88657
|
"name": "formState",
|
|
@@ -88776,142 +88776,77 @@
|
|
|
88776
88776
|
"name": "SbbFormAssociatedMixin",
|
|
88777
88777
|
"module": "core/mixins/form-associated-mixin.js"
|
|
88778
88778
|
}
|
|
88779
|
-
}
|
|
88779
|
+
}
|
|
88780
|
+
],
|
|
88781
|
+
"events": [
|
|
88780
88782
|
{
|
|
88781
|
-
"
|
|
88782
|
-
"name": "_hydrationRequired",
|
|
88783
|
+
"name": "input",
|
|
88783
88784
|
"type": {
|
|
88784
|
-
"text": "
|
|
88785
|
+
"text": "InputEvent"
|
|
88785
88786
|
},
|
|
88786
|
-
"
|
|
88787
|
-
"default": "!!this.shadowRoot",
|
|
88788
|
-
"inheritedFrom": {
|
|
88789
|
-
"name": "SbbElement",
|
|
88790
|
-
"module": "core/base-elements/element.js"
|
|
88791
|
-
}
|
|
88787
|
+
"description": "The input event fires when the value has been changed as a direct result of a user action."
|
|
88792
88788
|
},
|
|
88793
88789
|
{
|
|
88794
|
-
"
|
|
88795
|
-
"
|
|
88796
|
-
|
|
88797
|
-
|
|
88798
|
-
"
|
|
88799
|
-
"name": "SbbElement",
|
|
88800
|
-
"module": "core/base-elements/element.js"
|
|
88801
|
-
}
|
|
88790
|
+
"name": "change",
|
|
88791
|
+
"type": {
|
|
88792
|
+
"text": "Event"
|
|
88793
|
+
},
|
|
88794
|
+
"description": "The change event is fired when the user modifies the element's value.\nUnlike the input event, the change event is not necessarily fired\nfor each alteration to an element's value."
|
|
88802
88795
|
},
|
|
88803
88796
|
{
|
|
88804
|
-
"
|
|
88805
|
-
"name": "_resolveHydration",
|
|
88797
|
+
"name": "filechanged",
|
|
88806
88798
|
"type": {
|
|
88807
|
-
"text": "
|
|
88799
|
+
"text": "CustomEvent<Readonly<File>[]>"
|
|
88808
88800
|
},
|
|
88809
|
-
"
|
|
88810
|
-
|
|
88811
|
-
|
|
88812
|
-
|
|
88813
|
-
|
|
88801
|
+
"description": "An event which is emitted each time the file list changes."
|
|
88802
|
+
}
|
|
88803
|
+
],
|
|
88804
|
+
"attributes": [
|
|
88805
|
+
{
|
|
88806
|
+
"name": "size",
|
|
88807
|
+
"type": {
|
|
88808
|
+
"text": "'s' | 'm'"
|
|
88809
|
+
},
|
|
88810
|
+
"description": "Size variant, either s or m.",
|
|
88811
|
+
"default": "'m' / 's' (lean)",
|
|
88812
|
+
"fieldName": "size"
|
|
88814
88813
|
},
|
|
88815
88814
|
{
|
|
88816
|
-
"
|
|
88817
|
-
"name": "hydrationRequired",
|
|
88815
|
+
"name": "multiple",
|
|
88818
88816
|
"type": {
|
|
88819
88817
|
"text": "boolean"
|
|
88820
88818
|
},
|
|
88821
|
-
"
|
|
88822
|
-
"description": "
|
|
88823
|
-
"
|
|
88824
|
-
"inheritedFrom": {
|
|
88825
|
-
"name": "SbbElement",
|
|
88826
|
-
"module": "core/base-elements/element.js"
|
|
88827
|
-
},
|
|
88828
|
-
"default": "!!this.shadowRoot"
|
|
88829
|
-
},
|
|
88830
|
-
{
|
|
88831
|
-
"kind": "method",
|
|
88832
|
-
"name": "toggleState",
|
|
88833
|
-
"privacy": "protected",
|
|
88834
|
-
"return": {
|
|
88835
|
-
"type": {
|
|
88836
|
-
"text": "void"
|
|
88837
|
-
}
|
|
88838
|
-
},
|
|
88839
|
-
"parameters": [
|
|
88840
|
-
{
|
|
88841
|
-
"name": "value",
|
|
88842
|
-
"type": {
|
|
88843
|
-
"text": "string"
|
|
88844
|
-
}
|
|
88845
|
-
},
|
|
88846
|
-
{
|
|
88847
|
-
"name": "force",
|
|
88848
|
-
"optional": true,
|
|
88849
|
-
"type": {
|
|
88850
|
-
"text": "boolean"
|
|
88851
|
-
}
|
|
88852
|
-
}
|
|
88853
|
-
],
|
|
88854
|
-
"inheritedFrom": {
|
|
88855
|
-
"name": "SbbElement",
|
|
88856
|
-
"module": "core/base-elements/element.js"
|
|
88857
|
-
}
|
|
88819
|
+
"default": "false",
|
|
88820
|
+
"description": "Whether more than one file can be selected.",
|
|
88821
|
+
"fieldName": "multiple"
|
|
88858
88822
|
},
|
|
88859
88823
|
{
|
|
88860
|
-
"
|
|
88861
|
-
"name": "['_$sbbElement$']",
|
|
88824
|
+
"name": "multiple-mode",
|
|
88862
88825
|
"type": {
|
|
88863
|
-
"text": "
|
|
88826
|
+
"text": "'default' | 'persistent'"
|
|
88864
88827
|
},
|
|
88865
|
-
"
|
|
88866
|
-
"
|
|
88867
|
-
"
|
|
88868
|
-
"inheritedFrom": {
|
|
88869
|
-
"name": "SbbElement",
|
|
88870
|
-
"module": "core/base-elements/element.js"
|
|
88871
|
-
}
|
|
88828
|
+
"default": "'default'",
|
|
88829
|
+
"description": "Whether the newly added files should override the previously added ones.",
|
|
88830
|
+
"fieldName": "multipleMode"
|
|
88872
88831
|
},
|
|
88873
88832
|
{
|
|
88874
|
-
"
|
|
88875
|
-
"name": "elementName",
|
|
88833
|
+
"name": "accept",
|
|
88876
88834
|
"type": {
|
|
88877
88835
|
"text": "string"
|
|
88878
88836
|
},
|
|
88879
|
-
"
|
|
88880
|
-
"
|
|
88881
|
-
"
|
|
88882
|
-
"inheritedFrom": {
|
|
88883
|
-
"name": "SbbElement",
|
|
88884
|
-
"module": "core/base-elements/element.js"
|
|
88885
|
-
}
|
|
88837
|
+
"default": "''",
|
|
88838
|
+
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
88839
|
+
"fieldName": "accept"
|
|
88886
88840
|
},
|
|
88887
88841
|
{
|
|
88888
|
-
"
|
|
88889
|
-
"name": "_controllers",
|
|
88842
|
+
"name": "accessibility-label",
|
|
88890
88843
|
"type": {
|
|
88891
|
-
"text": "
|
|
88844
|
+
"text": "string"
|
|
88892
88845
|
},
|
|
88893
|
-
"
|
|
88894
|
-
"
|
|
88895
|
-
|
|
88896
|
-
"module": "core/base-elements/element.js"
|
|
88897
|
-
}
|
|
88898
|
-
}
|
|
88899
|
-
],
|
|
88900
|
-
"mixins": [
|
|
88901
|
-
{
|
|
88902
|
-
"name": "SbbDisabledMixin",
|
|
88903
|
-
"module": "core/mixins.js"
|
|
88846
|
+
"default": "''",
|
|
88847
|
+
"description": "This will be forwarded as aria-label to the native input element.",
|
|
88848
|
+
"fieldName": "accessibilityLabel"
|
|
88904
88849
|
},
|
|
88905
|
-
{
|
|
88906
|
-
"name": "SbbFormAssociatedMixin",
|
|
88907
|
-
"module": "core/mixins.js"
|
|
88908
|
-
}
|
|
88909
|
-
],
|
|
88910
|
-
"superclass": {
|
|
88911
|
-
"name": "SbbElement",
|
|
88912
|
-
"module": "core/base-elements.js"
|
|
88913
|
-
},
|
|
88914
|
-
"attributes": [
|
|
88915
88850
|
{
|
|
88916
88851
|
"name": "disabled",
|
|
88917
88852
|
"description": "Whether the component is disabled.",
|
|
@@ -88937,283 +88872,124 @@
|
|
|
88937
88872
|
"module": "core/mixins/form-associated-mixin.js"
|
|
88938
88873
|
}
|
|
88939
88874
|
}
|
|
88940
|
-
]
|
|
88941
|
-
|
|
88942
|
-
{
|
|
88943
|
-
"kind": "mixin",
|
|
88944
|
-
"description": "",
|
|
88945
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
88946
|
-
"members": [
|
|
88875
|
+
],
|
|
88876
|
+
"mixins": [
|
|
88947
88877
|
{
|
|
88948
|
-
"
|
|
88949
|
-
"
|
|
88950
|
-
"privacy": "public",
|
|
88951
|
-
"static": true,
|
|
88952
|
-
"readonly": true,
|
|
88953
|
-
"default": "{ filechanged: 'filechanged', }",
|
|
88954
|
-
"type": {
|
|
88955
|
-
"text": "{\n filechanged: 'filechanged',\n }"
|
|
88956
|
-
}
|
|
88878
|
+
"name": "SbbDisabledMixin",
|
|
88879
|
+
"module": "core/mixins.js"
|
|
88957
88880
|
},
|
|
88958
88881
|
{
|
|
88959
|
-
"
|
|
88960
|
-
"
|
|
88961
|
-
|
|
88962
|
-
|
|
88963
|
-
|
|
88964
|
-
"privacy": "public",
|
|
88965
|
-
"description": "Size variant, either s or m.",
|
|
88966
|
-
"default": "'m' / 's' (lean)",
|
|
88967
|
-
"attribute": "size",
|
|
88968
|
-
"reflects": true
|
|
88969
|
-
},
|
|
88882
|
+
"name": "SbbFormAssociatedMixin",
|
|
88883
|
+
"module": "core/mixins.js"
|
|
88884
|
+
}
|
|
88885
|
+
],
|
|
88886
|
+
"parameters": [
|
|
88970
88887
|
{
|
|
88971
|
-
"
|
|
88972
|
-
"name": "multiple",
|
|
88888
|
+
"name": "superclass",
|
|
88973
88889
|
"type": {
|
|
88974
|
-
"text": "
|
|
88975
|
-
}
|
|
88976
|
-
|
|
88977
|
-
|
|
88978
|
-
|
|
88979
|
-
|
|
88980
|
-
|
|
88890
|
+
"text": "T"
|
|
88891
|
+
}
|
|
88892
|
+
}
|
|
88893
|
+
]
|
|
88894
|
+
}
|
|
88895
|
+
],
|
|
88896
|
+
"exports": [
|
|
88897
|
+
{
|
|
88898
|
+
"kind": "js",
|
|
88899
|
+
"name": "fileSelectorCommonStyle",
|
|
88900
|
+
"declaration": {
|
|
88901
|
+
"name": "default",
|
|
88902
|
+
"module": "./file-selector-common.scss?lit&inline"
|
|
88903
|
+
}
|
|
88904
|
+
},
|
|
88905
|
+
{
|
|
88906
|
+
"kind": "js",
|
|
88907
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
88908
|
+
"declaration": {
|
|
88909
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
88910
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
88911
|
+
}
|
|
88912
|
+
},
|
|
88913
|
+
{
|
|
88914
|
+
"kind": "js",
|
|
88915
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
88916
|
+
"declaration": {
|
|
88917
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
88918
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
88919
|
+
}
|
|
88920
|
+
}
|
|
88921
|
+
]
|
|
88922
|
+
},
|
|
88923
|
+
{
|
|
88924
|
+
"kind": "javascript-module",
|
|
88925
|
+
"path": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js",
|
|
88926
|
+
"declarations": [
|
|
88927
|
+
{
|
|
88928
|
+
"kind": "class",
|
|
88929
|
+
"description": "It acts as a native `summary` tag for the `sbb-expansion-panel` component.",
|
|
88930
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
88931
|
+
"slots": [
|
|
88981
88932
|
{
|
|
88982
|
-
"
|
|
88983
|
-
"name": "
|
|
88984
|
-
"type": {
|
|
88985
|
-
"text": "'default' | 'persistent'"
|
|
88986
|
-
},
|
|
88987
|
-
"privacy": "public",
|
|
88988
|
-
"default": "'default'",
|
|
88989
|
-
"description": "Whether the newly added files should override the previously added ones.",
|
|
88990
|
-
"attribute": "multiple-mode"
|
|
88933
|
+
"description": "Use the unnamed slot to add content to the `sbb-expansion-panel-header`.",
|
|
88934
|
+
"name": ""
|
|
88991
88935
|
},
|
|
88992
88936
|
{
|
|
88993
|
-
"
|
|
88994
|
-
"name": "
|
|
88995
|
-
|
|
88996
|
-
|
|
88997
|
-
|
|
88998
|
-
"privacy": "public",
|
|
88999
|
-
"default": "''",
|
|
89000
|
-
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
89001
|
-
"attribute": "accept"
|
|
89002
|
-
},
|
|
88937
|
+
"description": "Slot used to render the `sbb-expansion-panel-header` icon.",
|
|
88938
|
+
"name": "icon"
|
|
88939
|
+
}
|
|
88940
|
+
],
|
|
88941
|
+
"members": [
|
|
89003
88942
|
{
|
|
89004
88943
|
"kind": "field",
|
|
89005
|
-
"name": "
|
|
88944
|
+
"name": "elementName",
|
|
89006
88945
|
"type": {
|
|
89007
88946
|
"text": "string"
|
|
89008
88947
|
},
|
|
89009
88948
|
"privacy": "public",
|
|
89010
|
-
"
|
|
89011
|
-
"
|
|
89012
|
-
"attribute": "accessibility-label"
|
|
89013
|
-
},
|
|
89014
|
-
{
|
|
89015
|
-
"kind": "field",
|
|
89016
|
-
"name": "value",
|
|
89017
|
-
"type": {
|
|
89018
|
-
"text": "string | null"
|
|
89019
|
-
},
|
|
89020
|
-
"privacy": "public",
|
|
89021
|
-
"description": "The path of the first selected file. Empty string ('') if no file is selected",
|
|
88949
|
+
"static": true,
|
|
88950
|
+
"readonly": true,
|
|
89022
88951
|
"inheritedFrom": {
|
|
89023
|
-
"name": "
|
|
89024
|
-
"module": "core/
|
|
89025
|
-
}
|
|
89026
|
-
},
|
|
89027
|
-
{
|
|
89028
|
-
"kind": "field",
|
|
89029
|
-
"name": "files",
|
|
89030
|
-
"privacy": "public",
|
|
89031
|
-
"description": "The list of selected files.",
|
|
89032
|
-
"type": {
|
|
89033
|
-
"text": "Readonly<File>[]"
|
|
89034
|
-
}
|
|
89035
|
-
},
|
|
89036
|
-
{
|
|
89037
|
-
"kind": "field",
|
|
89038
|
-
"name": "_files",
|
|
89039
|
-
"type": {
|
|
89040
|
-
"text": "Readonly<File>[]"
|
|
88952
|
+
"name": "SbbElement",
|
|
88953
|
+
"module": "core/base-elements/element.js"
|
|
89041
88954
|
},
|
|
89042
|
-
"
|
|
89043
|
-
"default": "[]"
|
|
88955
|
+
"default": "'sbb-expansion-panel-header'"
|
|
89044
88956
|
},
|
|
89045
88957
|
{
|
|
89046
88958
|
"kind": "field",
|
|
89047
|
-
"name": "
|
|
89048
|
-
"type": {
|
|
89049
|
-
"text": "string"
|
|
89050
|
-
},
|
|
88959
|
+
"name": "events",
|
|
89051
88960
|
"privacy": "public",
|
|
89052
|
-
"
|
|
89053
|
-
"
|
|
89054
|
-
"
|
|
89055
|
-
},
|
|
89056
|
-
{
|
|
89057
|
-
"kind": "field",
|
|
89058
|
-
"name": "_hiddenInput",
|
|
88961
|
+
"static": true,
|
|
88962
|
+
"readonly": true,
|
|
88963
|
+
"default": "{ toggleexpanded: 'toggleexpanded', }",
|
|
89059
88964
|
"type": {
|
|
89060
|
-
"text": "
|
|
89061
|
-
}
|
|
89062
|
-
"privacy": "private"
|
|
88965
|
+
"text": "{\n toggleexpanded: 'toggleexpanded',\n }"
|
|
88966
|
+
}
|
|
89063
88967
|
},
|
|
89064
88968
|
{
|
|
89065
88969
|
"kind": "field",
|
|
89066
|
-
"name": "
|
|
89067
|
-
"type": {
|
|
89068
|
-
"text": "string[]"
|
|
89069
|
-
},
|
|
88970
|
+
"name": "_mediaMatcher",
|
|
89070
88971
|
"privacy": "private",
|
|
89071
|
-
"default": "
|
|
88972
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryHover]: (m) => (this._isHover = m), })"
|
|
89072
88973
|
},
|
|
89073
88974
|
{
|
|
89074
88975
|
"kind": "field",
|
|
89075
|
-
"name": "
|
|
88976
|
+
"name": "_isHover",
|
|
89076
88977
|
"type": {
|
|
89077
|
-
"text": "
|
|
88978
|
+
"text": "boolean"
|
|
89078
88979
|
},
|
|
89079
88980
|
"privacy": "private"
|
|
89080
88981
|
},
|
|
89081
88982
|
{
|
|
89082
88983
|
"kind": "field",
|
|
89083
|
-
"name": "
|
|
89084
|
-
"type": {
|
|
89085
|
-
"text": "SbbSecondaryButtonStaticElement"
|
|
89086
|
-
},
|
|
89087
|
-
"privacy": "protected"
|
|
89088
|
-
},
|
|
89089
|
-
{
|
|
89090
|
-
"kind": "field",
|
|
89091
|
-
"name": "language",
|
|
89092
|
-
"privacy": "protected",
|
|
89093
|
-
"default": "new SbbLanguageController(this)"
|
|
89094
|
-
},
|
|
89095
|
-
{
|
|
89096
|
-
"kind": "field",
|
|
89097
|
-
"name": "_counter",
|
|
89098
|
-
"type": {
|
|
89099
|
-
"text": "number"
|
|
89100
|
-
},
|
|
89101
|
-
"privacy": "private",
|
|
89102
|
-
"default": "0"
|
|
89103
|
-
},
|
|
89104
|
-
{
|
|
89105
|
-
"kind": "field",
|
|
89106
|
-
"name": "_dragTarget",
|
|
88984
|
+
"name": "_previousSize",
|
|
89107
88985
|
"type": {
|
|
89108
|
-
"text": "
|
|
88986
|
+
"text": "string | undefined"
|
|
89109
88987
|
},
|
|
89110
88988
|
"privacy": "private"
|
|
89111
88989
|
},
|
|
89112
88990
|
{
|
|
89113
88991
|
"kind": "method",
|
|
89114
|
-
"name": "
|
|
89115
|
-
"privacy": "protected",
|
|
89116
|
-
"return": {
|
|
89117
|
-
"type": {
|
|
89118
|
-
"text": "TemplateResult"
|
|
89119
|
-
}
|
|
89120
|
-
},
|
|
89121
|
-
"parameters": [
|
|
89122
|
-
{
|
|
89123
|
-
"name": "input",
|
|
89124
|
-
"type": {
|
|
89125
|
-
"text": "TemplateResult"
|
|
89126
|
-
}
|
|
89127
|
-
}
|
|
89128
|
-
]
|
|
89129
|
-
},
|
|
89130
|
-
{
|
|
89131
|
-
"kind": "method",
|
|
89132
|
-
"name": "formResetCallback",
|
|
89133
|
-
"privacy": "public",
|
|
89134
|
-
"return": {
|
|
89135
|
-
"type": {
|
|
89136
|
-
"text": "void"
|
|
89137
|
-
}
|
|
89138
|
-
}
|
|
89139
|
-
},
|
|
89140
|
-
{
|
|
89141
|
-
"kind": "method",
|
|
89142
|
-
"name": "formStateRestoreCallback",
|
|
89143
|
-
"privacy": "public",
|
|
89144
|
-
"return": {
|
|
89145
|
-
"type": {
|
|
89146
|
-
"text": "void"
|
|
89147
|
-
}
|
|
89148
|
-
},
|
|
89149
|
-
"parameters": [
|
|
89150
|
-
{
|
|
89151
|
-
"name": "state",
|
|
89152
|
-
"type": {
|
|
89153
|
-
"text": "FormRestoreState | null"
|
|
89154
|
-
}
|
|
89155
|
-
},
|
|
89156
|
-
{
|
|
89157
|
-
"name": "_reason",
|
|
89158
|
-
"optional": true,
|
|
89159
|
-
"type": {
|
|
89160
|
-
"text": "FormRestoreReason"
|
|
89161
|
-
}
|
|
89162
|
-
}
|
|
89163
|
-
]
|
|
89164
|
-
},
|
|
89165
|
-
{
|
|
89166
|
-
"kind": "method",
|
|
89167
|
-
"name": "updateFormValue",
|
|
89168
|
-
"privacy": "protected",
|
|
89169
|
-
"return": {
|
|
89170
|
-
"type": {
|
|
89171
|
-
"text": "void"
|
|
89172
|
-
}
|
|
89173
|
-
},
|
|
89174
|
-
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
89175
|
-
"inheritedFrom": {
|
|
89176
|
-
"name": "SbbFormAssociatedMixin",
|
|
89177
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89178
|
-
}
|
|
89179
|
-
},
|
|
89180
|
-
{
|
|
89181
|
-
"kind": "method",
|
|
89182
|
-
"name": "_checkFileEquality",
|
|
89183
|
-
"privacy": "private",
|
|
89184
|
-
"return": {
|
|
89185
|
-
"type": {
|
|
89186
|
-
"text": "boolean"
|
|
89187
|
-
}
|
|
89188
|
-
},
|
|
89189
|
-
"parameters": [
|
|
89190
|
-
{
|
|
89191
|
-
"name": "file1",
|
|
89192
|
-
"type": {
|
|
89193
|
-
"text": "Readonly<File>"
|
|
89194
|
-
}
|
|
89195
|
-
},
|
|
89196
|
-
{
|
|
89197
|
-
"name": "file2",
|
|
89198
|
-
"type": {
|
|
89199
|
-
"text": "Readonly<File>"
|
|
89200
|
-
}
|
|
89201
|
-
}
|
|
89202
|
-
]
|
|
89203
|
-
},
|
|
89204
|
-
{
|
|
89205
|
-
"kind": "method",
|
|
89206
|
-
"name": "_onFocus",
|
|
89207
|
-
"privacy": "private",
|
|
89208
|
-
"return": {
|
|
89209
|
-
"type": {
|
|
89210
|
-
"text": "void"
|
|
89211
|
-
}
|
|
89212
|
-
}
|
|
89213
|
-
},
|
|
89214
|
-
{
|
|
89215
|
-
"kind": "method",
|
|
89216
|
-
"name": "_onBlur",
|
|
88992
|
+
"name": "_emitExpandedEvent",
|
|
89217
88993
|
"privacy": "private",
|
|
89218
88994
|
"return": {
|
|
89219
88995
|
"type": {
|
|
@@ -89223,7 +88999,7 @@
|
|
|
89223
88999
|
},
|
|
89224
89000
|
{
|
|
89225
89001
|
"kind": "method",
|
|
89226
|
-
"name": "
|
|
89002
|
+
"name": "_onMouseMovement",
|
|
89227
89003
|
"privacy": "private",
|
|
89228
89004
|
"return": {
|
|
89229
89005
|
"type": {
|
|
@@ -89232,273 +89008,285 @@
|
|
|
89232
89008
|
},
|
|
89233
89009
|
"parameters": [
|
|
89234
89010
|
{
|
|
89235
|
-
"name": "
|
|
89011
|
+
"name": "toggleDataAttribute",
|
|
89236
89012
|
"type": {
|
|
89237
|
-
"text": "
|
|
89013
|
+
"text": "boolean"
|
|
89238
89014
|
}
|
|
89239
89015
|
}
|
|
89240
89016
|
]
|
|
89241
89017
|
},
|
|
89242
89018
|
{
|
|
89243
89019
|
"kind": "method",
|
|
89244
|
-
"name": "
|
|
89245
|
-
"privacy": "
|
|
89020
|
+
"name": "_setIconState",
|
|
89021
|
+
"privacy": "private",
|
|
89246
89022
|
"return": {
|
|
89247
89023
|
"type": {
|
|
89248
89024
|
"text": "void"
|
|
89249
89025
|
}
|
|
89250
89026
|
},
|
|
89251
|
-
"
|
|
89252
|
-
{
|
|
89253
|
-
"name": "files",
|
|
89254
|
-
"type": {
|
|
89255
|
-
"text": "FileList"
|
|
89256
|
-
}
|
|
89257
|
-
}
|
|
89258
|
-
]
|
|
89027
|
+
"description": "The :state(icon) is used by the 'sbb-expansion-panel'.\nIt needs to be set before the"
|
|
89259
89028
|
},
|
|
89260
89029
|
{
|
|
89261
89030
|
"kind": "method",
|
|
89262
|
-
"name": "
|
|
89031
|
+
"name": "renderTemplate",
|
|
89263
89032
|
"privacy": "protected",
|
|
89264
89033
|
"return": {
|
|
89265
89034
|
"type": {
|
|
89266
|
-
"text": "
|
|
89035
|
+
"text": "TemplateResult"
|
|
89267
89036
|
}
|
|
89037
|
+
},
|
|
89038
|
+
"description": "Override this method to render the component template.",
|
|
89039
|
+
"inheritedFrom": {
|
|
89040
|
+
"name": "SbbActionBaseElement",
|
|
89041
|
+
"module": "core/base-elements/action-base-element.js"
|
|
89268
89042
|
}
|
|
89269
89043
|
},
|
|
89270
89044
|
{
|
|
89271
|
-
"kind": "
|
|
89272
|
-
"name": "
|
|
89273
|
-
"
|
|
89274
|
-
|
|
89275
|
-
"type": {
|
|
89276
|
-
"text": "void"
|
|
89277
|
-
}
|
|
89045
|
+
"kind": "field",
|
|
89046
|
+
"name": "disabledInteractive",
|
|
89047
|
+
"type": {
|
|
89048
|
+
"text": "boolean"
|
|
89278
89049
|
},
|
|
89279
|
-
"
|
|
89280
|
-
|
|
89281
|
-
|
|
89282
|
-
|
|
89283
|
-
|
|
89284
|
-
|
|
89285
|
-
|
|
89286
|
-
|
|
89287
|
-
},
|
|
89288
|
-
{
|
|
89289
|
-
"kind": "method",
|
|
89290
|
-
"name": "_dispatchFileChangedEvent",
|
|
89291
|
-
"privacy": "private",
|
|
89292
|
-
"return": {
|
|
89293
|
-
"type": {
|
|
89294
|
-
"text": "void"
|
|
89295
|
-
}
|
|
89050
|
+
"privacy": "public",
|
|
89051
|
+
"default": "false",
|
|
89052
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
89053
|
+
"attribute": "disabled-interactive",
|
|
89054
|
+
"reflects": true,
|
|
89055
|
+
"inheritedFrom": {
|
|
89056
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
89057
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89296
89058
|
}
|
|
89297
89059
|
},
|
|
89298
89060
|
{
|
|
89299
|
-
"kind": "
|
|
89300
|
-
"name": "
|
|
89301
|
-
"privacy": "
|
|
89302
|
-
"
|
|
89303
|
-
|
|
89304
|
-
|
|
89305
|
-
|
|
89061
|
+
"kind": "field",
|
|
89062
|
+
"name": "disabled",
|
|
89063
|
+
"privacy": "public",
|
|
89064
|
+
"description": "Whether the component is disabled.",
|
|
89065
|
+
"default": "false",
|
|
89066
|
+
"type": {
|
|
89067
|
+
"text": "boolean"
|
|
89306
89068
|
},
|
|
89307
|
-
"
|
|
89308
|
-
|
|
89309
|
-
|
|
89310
|
-
|
|
89311
|
-
|
|
89312
|
-
}
|
|
89313
|
-
}
|
|
89314
|
-
],
|
|
89315
|
-
"description": "Calculates the correct unit for the file's size."
|
|
89316
|
-
},
|
|
89317
|
-
{
|
|
89318
|
-
"kind": "method",
|
|
89319
|
-
"name": "_updateA11yLiveRegion",
|
|
89320
|
-
"privacy": "private",
|
|
89321
|
-
"return": {
|
|
89322
|
-
"type": {
|
|
89323
|
-
"text": "void"
|
|
89324
|
-
}
|
|
89069
|
+
"attribute": "disabled",
|
|
89070
|
+
"reflects": true,
|
|
89071
|
+
"inheritedFrom": {
|
|
89072
|
+
"name": "SbbDisabledMixin",
|
|
89073
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89325
89074
|
}
|
|
89326
89075
|
},
|
|
89327
89076
|
{
|
|
89328
|
-
"kind": "
|
|
89329
|
-
"name": "
|
|
89077
|
+
"kind": "field",
|
|
89078
|
+
"name": "#disabled",
|
|
89330
89079
|
"privacy": "private",
|
|
89331
|
-
"
|
|
89332
|
-
"
|
|
89333
|
-
|
|
89334
|
-
|
|
89080
|
+
"type": {
|
|
89081
|
+
"text": "boolean"
|
|
89082
|
+
},
|
|
89083
|
+
"default": "false",
|
|
89084
|
+
"inheritedFrom": {
|
|
89085
|
+
"name": "SbbDisabledMixin",
|
|
89086
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89335
89087
|
}
|
|
89336
89088
|
},
|
|
89337
89089
|
{
|
|
89338
89090
|
"kind": "method",
|
|
89339
|
-
"name": "
|
|
89340
|
-
"privacy": "
|
|
89091
|
+
"name": "isDisabledExternally",
|
|
89092
|
+
"privacy": "protected",
|
|
89341
89093
|
"return": {
|
|
89342
89094
|
"type": {
|
|
89343
|
-
"text": "
|
|
89095
|
+
"text": "boolean"
|
|
89344
89096
|
}
|
|
89345
89097
|
},
|
|
89346
|
-
"
|
|
89347
|
-
|
|
89348
|
-
|
|
89349
|
-
|
|
89350
|
-
|
|
89351
|
-
}
|
|
89352
|
-
}
|
|
89353
|
-
]
|
|
89098
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
89099
|
+
"inheritedFrom": {
|
|
89100
|
+
"name": "SbbDisabledMixin",
|
|
89101
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89102
|
+
}
|
|
89354
89103
|
},
|
|
89355
89104
|
{
|
|
89356
|
-
"kind": "
|
|
89357
|
-
"name": "
|
|
89358
|
-
"
|
|
89359
|
-
|
|
89360
|
-
"type": {
|
|
89361
|
-
"text": "void"
|
|
89362
|
-
}
|
|
89105
|
+
"kind": "field",
|
|
89106
|
+
"name": "iconName",
|
|
89107
|
+
"type": {
|
|
89108
|
+
"text": "string"
|
|
89363
89109
|
},
|
|
89364
|
-
"
|
|
89365
|
-
|
|
89366
|
-
|
|
89367
|
-
|
|
89368
|
-
|
|
89369
|
-
|
|
89370
|
-
|
|
89371
|
-
|
|
89110
|
+
"privacy": "public",
|
|
89111
|
+
"default": "''",
|
|
89112
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
89113
|
+
"attribute": "icon-name",
|
|
89114
|
+
"inheritedFrom": {
|
|
89115
|
+
"name": "SbbIconNameMixin",
|
|
89116
|
+
"module": "icon/icon-name-mixin.js"
|
|
89117
|
+
}
|
|
89372
89118
|
},
|
|
89373
89119
|
{
|
|
89374
89120
|
"kind": "method",
|
|
89375
|
-
"name": "
|
|
89376
|
-
"privacy": "
|
|
89121
|
+
"name": "renderIconSlot",
|
|
89122
|
+
"privacy": "protected",
|
|
89377
89123
|
"return": {
|
|
89378
89124
|
"type": {
|
|
89379
|
-
"text": "
|
|
89125
|
+
"text": "TemplateResult"
|
|
89380
89126
|
}
|
|
89381
89127
|
},
|
|
89382
89128
|
"parameters": [
|
|
89383
89129
|
{
|
|
89384
|
-
"name": "
|
|
89130
|
+
"name": "classname",
|
|
89131
|
+
"optional": true,
|
|
89385
89132
|
"type": {
|
|
89386
|
-
"text": "
|
|
89133
|
+
"text": "string"
|
|
89387
89134
|
}
|
|
89388
89135
|
}
|
|
89389
|
-
]
|
|
89136
|
+
],
|
|
89137
|
+
"inheritedFrom": {
|
|
89138
|
+
"name": "SbbIconNameMixin",
|
|
89139
|
+
"module": "icon/icon-name-mixin.js"
|
|
89140
|
+
}
|
|
89390
89141
|
},
|
|
89391
89142
|
{
|
|
89392
89143
|
"kind": "method",
|
|
89393
|
-
"name": "
|
|
89394
|
-
"privacy": "
|
|
89144
|
+
"name": "renderIconName",
|
|
89145
|
+
"privacy": "protected",
|
|
89395
89146
|
"return": {
|
|
89396
89147
|
"type": {
|
|
89397
|
-
"text": "
|
|
89398
|
-
}
|
|
89399
|
-
},
|
|
89400
|
-
"parameters": [
|
|
89401
|
-
{
|
|
89402
|
-
"name": "event",
|
|
89403
|
-
"type": {
|
|
89404
|
-
"text": "DragEvent"
|
|
89405
|
-
}
|
|
89148
|
+
"text": "string"
|
|
89406
89149
|
}
|
|
89407
|
-
|
|
89150
|
+
},
|
|
89151
|
+
"inheritedFrom": {
|
|
89152
|
+
"name": "SbbIconNameMixin",
|
|
89153
|
+
"module": "icon/icon-name-mixin.js"
|
|
89154
|
+
}
|
|
89408
89155
|
},
|
|
89409
89156
|
{
|
|
89410
89157
|
"kind": "method",
|
|
89411
|
-
"name": "
|
|
89158
|
+
"name": "_renderIconName",
|
|
89412
89159
|
"privacy": "private",
|
|
89413
89160
|
"return": {
|
|
89414
89161
|
"type": {
|
|
89415
|
-
"text": "
|
|
89162
|
+
"text": "string"
|
|
89416
89163
|
}
|
|
89417
89164
|
},
|
|
89418
|
-
"
|
|
89419
|
-
|
|
89420
|
-
|
|
89421
|
-
|
|
89422
|
-
"type": {
|
|
89423
|
-
"text": "HTMLElement | undefined"
|
|
89424
|
-
}
|
|
89425
|
-
},
|
|
89426
|
-
{
|
|
89427
|
-
"name": "isDragEnter",
|
|
89428
|
-
"default": "false",
|
|
89429
|
-
"type": {
|
|
89430
|
-
"text": "boolean"
|
|
89431
|
-
}
|
|
89432
|
-
}
|
|
89433
|
-
]
|
|
89165
|
+
"inheritedFrom": {
|
|
89166
|
+
"name": "SbbIconNameMixin",
|
|
89167
|
+
"module": "icon/icon-name-mixin.js"
|
|
89168
|
+
}
|
|
89434
89169
|
},
|
|
89435
89170
|
{
|
|
89436
89171
|
"kind": "field",
|
|
89437
|
-
"name": "
|
|
89172
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
89173
|
+
"type": {
|
|
89174
|
+
"text": "array"
|
|
89175
|
+
},
|
|
89176
|
+
"privacy": "private",
|
|
89177
|
+
"readonly": true,
|
|
89178
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
89179
|
+
"inheritedFrom": {
|
|
89180
|
+
"name": "SbbButtonBaseElement",
|
|
89181
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89182
|
+
}
|
|
89183
|
+
},
|
|
89184
|
+
{
|
|
89185
|
+
"kind": "field",
|
|
89186
|
+
"name": "value",
|
|
89187
|
+
"type": {
|
|
89188
|
+
"text": "string"
|
|
89189
|
+
},
|
|
89438
89190
|
"privacy": "public",
|
|
89439
|
-
"
|
|
89440
|
-
|
|
89191
|
+
"inheritedFrom": {
|
|
89192
|
+
"name": "SbbButtonBaseElement",
|
|
89193
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89194
|
+
},
|
|
89195
|
+
"default": "''",
|
|
89196
|
+
"description": "Value of the form element.",
|
|
89197
|
+
"attribute": "value"
|
|
89198
|
+
},
|
|
89199
|
+
{
|
|
89200
|
+
"kind": "field",
|
|
89201
|
+
"name": "type",
|
|
89202
|
+
"privacy": "public",
|
|
89203
|
+
"description": "The type attribute to use for the button.",
|
|
89204
|
+
"default": "'button'",
|
|
89441
89205
|
"type": {
|
|
89442
|
-
"text": "
|
|
89206
|
+
"text": "SbbButtonType"
|
|
89443
89207
|
},
|
|
89444
|
-
"attribute": "
|
|
89445
|
-
"reflects": true,
|
|
89208
|
+
"attribute": "type",
|
|
89446
89209
|
"inheritedFrom": {
|
|
89447
|
-
"name": "
|
|
89448
|
-
"module": "core/
|
|
89210
|
+
"name": "SbbButtonBaseElement",
|
|
89211
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89449
89212
|
}
|
|
89450
89213
|
},
|
|
89451
89214
|
{
|
|
89452
89215
|
"kind": "field",
|
|
89453
|
-
"name": "
|
|
89454
|
-
"privacy": "private",
|
|
89216
|
+
"name": "form",
|
|
89455
89217
|
"type": {
|
|
89456
|
-
"text": "
|
|
89218
|
+
"text": "HTMLFormElement | null"
|
|
89457
89219
|
},
|
|
89458
|
-
"
|
|
89220
|
+
"privacy": "public",
|
|
89221
|
+
"description": "The `<form>` element to associate the button with.",
|
|
89459
89222
|
"inheritedFrom": {
|
|
89460
|
-
"name": "
|
|
89461
|
-
"module": "core/
|
|
89223
|
+
"name": "SbbButtonBaseElement",
|
|
89224
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89225
|
+
},
|
|
89226
|
+
"attribute": "form"
|
|
89227
|
+
},
|
|
89228
|
+
{
|
|
89229
|
+
"kind": "field",
|
|
89230
|
+
"name": "_formId",
|
|
89231
|
+
"type": {
|
|
89232
|
+
"text": "string"
|
|
89233
|
+
},
|
|
89234
|
+
"privacy": "private",
|
|
89235
|
+
"default": "''",
|
|
89236
|
+
"inheritedFrom": {
|
|
89237
|
+
"name": "SbbButtonBaseElement",
|
|
89238
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89239
|
+
}
|
|
89240
|
+
},
|
|
89241
|
+
{
|
|
89242
|
+
"kind": "field",
|
|
89243
|
+
"name": "_handleButtonClick",
|
|
89244
|
+
"privacy": "private",
|
|
89245
|
+
"inheritedFrom": {
|
|
89246
|
+
"name": "SbbButtonBaseElement",
|
|
89247
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89462
89248
|
}
|
|
89463
89249
|
},
|
|
89464
89250
|
{
|
|
89465
89251
|
"kind": "method",
|
|
89466
|
-
"name": "
|
|
89467
|
-
"privacy": "
|
|
89252
|
+
"name": "_requestSubmit",
|
|
89253
|
+
"privacy": "private",
|
|
89468
89254
|
"return": {
|
|
89469
89255
|
"type": {
|
|
89470
|
-
"text": "
|
|
89256
|
+
"text": "void"
|
|
89471
89257
|
}
|
|
89472
89258
|
},
|
|
89473
|
-
"
|
|
89259
|
+
"parameters": [
|
|
89260
|
+
{
|
|
89261
|
+
"name": "form",
|
|
89262
|
+
"type": {
|
|
89263
|
+
"text": "HTMLFormElement"
|
|
89264
|
+
}
|
|
89265
|
+
}
|
|
89266
|
+
],
|
|
89474
89267
|
"inheritedFrom": {
|
|
89475
|
-
"name": "
|
|
89476
|
-
"module": "core/
|
|
89268
|
+
"name": "SbbButtonBaseElement",
|
|
89269
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89477
89270
|
}
|
|
89478
89271
|
},
|
|
89479
89272
|
{
|
|
89480
89273
|
"kind": "field",
|
|
89481
|
-
"name": "
|
|
89482
|
-
"
|
|
89483
|
-
"text": "boolean"
|
|
89484
|
-
},
|
|
89485
|
-
"privacy": "public",
|
|
89486
|
-
"static": true,
|
|
89487
|
-
"default": "true",
|
|
89274
|
+
"name": "_formKeyDown",
|
|
89275
|
+
"privacy": "private",
|
|
89488
89276
|
"inheritedFrom": {
|
|
89489
|
-
"name": "
|
|
89490
|
-
"module": "core/
|
|
89277
|
+
"name": "SbbButtonBaseElement",
|
|
89278
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89491
89279
|
}
|
|
89492
89280
|
},
|
|
89493
89281
|
{
|
|
89494
89282
|
"kind": "field",
|
|
89495
|
-
"name": "
|
|
89283
|
+
"name": "formAssociated",
|
|
89496
89284
|
"type": {
|
|
89497
|
-
"text": "
|
|
89285
|
+
"text": "boolean"
|
|
89498
89286
|
},
|
|
89499
89287
|
"privacy": "public",
|
|
89500
|
-
"
|
|
89501
|
-
"
|
|
89288
|
+
"static": true,
|
|
89289
|
+
"default": "true",
|
|
89502
89290
|
"inheritedFrom": {
|
|
89503
89291
|
"name": "SbbFormAssociatedMixin",
|
|
89504
89292
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -89651,6 +89439,21 @@
|
|
|
89651
89439
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89652
89440
|
}
|
|
89653
89441
|
},
|
|
89442
|
+
{
|
|
89443
|
+
"kind": "method",
|
|
89444
|
+
"name": "updateFormValue",
|
|
89445
|
+
"privacy": "protected",
|
|
89446
|
+
"return": {
|
|
89447
|
+
"type": {
|
|
89448
|
+
"text": "void"
|
|
89449
|
+
}
|
|
89450
|
+
},
|
|
89451
|
+
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
89452
|
+
"inheritedFrom": {
|
|
89453
|
+
"name": "SbbFormAssociatedMixin",
|
|
89454
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89455
|
+
}
|
|
89456
|
+
},
|
|
89654
89457
|
{
|
|
89655
89458
|
"kind": "method",
|
|
89656
89459
|
"name": "formState",
|
|
@@ -89775,76 +89578,256 @@
|
|
|
89775
89578
|
"name": "SbbFormAssociatedMixin",
|
|
89776
89579
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89777
89580
|
}
|
|
89778
|
-
}
|
|
89779
|
-
],
|
|
89780
|
-
"events": [
|
|
89581
|
+
},
|
|
89781
89582
|
{
|
|
89782
|
-
"
|
|
89583
|
+
"kind": "field",
|
|
89584
|
+
"name": "role",
|
|
89783
89585
|
"type": {
|
|
89784
|
-
"text": "
|
|
89586
|
+
"text": "ElementInternals['role']"
|
|
89785
89587
|
},
|
|
89786
|
-
"
|
|
89588
|
+
"privacy": "public",
|
|
89589
|
+
"static": true,
|
|
89590
|
+
"readonly": true,
|
|
89591
|
+
"default": "'button'",
|
|
89592
|
+
"inheritedFrom": {
|
|
89593
|
+
"name": "SbbButtonLikeBaseElement",
|
|
89594
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89595
|
+
}
|
|
89787
89596
|
},
|
|
89788
89597
|
{
|
|
89789
|
-
"
|
|
89598
|
+
"kind": "field",
|
|
89599
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
89600
|
+
"privacy": "private",
|
|
89601
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
89602
|
+
"parameters": [
|
|
89603
|
+
{
|
|
89604
|
+
"description": "The origin event.",
|
|
89605
|
+
"name": "event"
|
|
89606
|
+
}
|
|
89607
|
+
],
|
|
89608
|
+
"inheritedFrom": {
|
|
89609
|
+
"name": "SbbButtonLikeBaseElement",
|
|
89610
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89611
|
+
}
|
|
89612
|
+
},
|
|
89613
|
+
{
|
|
89614
|
+
"kind": "field",
|
|
89615
|
+
"name": "_removeActiveMarker",
|
|
89616
|
+
"privacy": "private",
|
|
89617
|
+
"inheritedFrom": {
|
|
89618
|
+
"name": "SbbButtonLikeBaseElement",
|
|
89619
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89620
|
+
}
|
|
89621
|
+
},
|
|
89622
|
+
{
|
|
89623
|
+
"kind": "field",
|
|
89624
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
89625
|
+
"privacy": "private",
|
|
89626
|
+
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
89627
|
+
"parameters": [
|
|
89628
|
+
{
|
|
89629
|
+
"description": "The origin event.",
|
|
89630
|
+
"name": "event"
|
|
89631
|
+
}
|
|
89632
|
+
],
|
|
89633
|
+
"inheritedFrom": {
|
|
89634
|
+
"name": "SbbButtonLikeBaseElement",
|
|
89635
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89636
|
+
}
|
|
89637
|
+
},
|
|
89638
|
+
{
|
|
89639
|
+
"kind": "field",
|
|
89640
|
+
"name": "_dispatchClickEvent",
|
|
89641
|
+
"privacy": "private",
|
|
89642
|
+
"inheritedFrom": {
|
|
89643
|
+
"name": "SbbButtonLikeBaseElement",
|
|
89644
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89645
|
+
}
|
|
89646
|
+
},
|
|
89647
|
+
{
|
|
89648
|
+
"kind": "field",
|
|
89649
|
+
"name": "maybeDisabled",
|
|
89790
89650
|
"type": {
|
|
89791
|
-
"text": "
|
|
89651
|
+
"text": "boolean | undefined"
|
|
89792
89652
|
},
|
|
89793
|
-
"
|
|
89653
|
+
"privacy": "protected",
|
|
89654
|
+
"readonly": true,
|
|
89655
|
+
"inheritedFrom": {
|
|
89656
|
+
"name": "SbbActionBaseElement",
|
|
89657
|
+
"module": "core/base-elements/action-base-element.js"
|
|
89658
|
+
}
|
|
89794
89659
|
},
|
|
89795
89660
|
{
|
|
89796
|
-
"
|
|
89661
|
+
"kind": "field",
|
|
89662
|
+
"name": "maybeDisabledInteractive",
|
|
89797
89663
|
"type": {
|
|
89798
|
-
"text": "
|
|
89664
|
+
"text": "boolean | undefined"
|
|
89799
89665
|
},
|
|
89800
|
-
"
|
|
89801
|
-
|
|
89802
|
-
|
|
89803
|
-
|
|
89666
|
+
"privacy": "protected",
|
|
89667
|
+
"readonly": true,
|
|
89668
|
+
"inheritedFrom": {
|
|
89669
|
+
"name": "SbbActionBaseElement",
|
|
89670
|
+
"module": "core/base-elements/action-base-element.js"
|
|
89671
|
+
}
|
|
89672
|
+
},
|
|
89804
89673
|
{
|
|
89805
|
-
"
|
|
89674
|
+
"kind": "method",
|
|
89675
|
+
"name": "setupBaseEventHandlers",
|
|
89676
|
+
"privacy": "protected",
|
|
89677
|
+
"return": {
|
|
89678
|
+
"type": {
|
|
89679
|
+
"text": "void"
|
|
89680
|
+
}
|
|
89681
|
+
},
|
|
89682
|
+
"inheritedFrom": {
|
|
89683
|
+
"name": "SbbActionBaseElement",
|
|
89684
|
+
"module": "core/base-elements/action-base-element.js"
|
|
89685
|
+
}
|
|
89686
|
+
},
|
|
89687
|
+
{
|
|
89688
|
+
"kind": "field",
|
|
89689
|
+
"name": "_hydrationRequired",
|
|
89806
89690
|
"type": {
|
|
89807
|
-
"text": "
|
|
89691
|
+
"text": "boolean"
|
|
89808
89692
|
},
|
|
89809
|
-
"
|
|
89810
|
-
"default": "
|
|
89811
|
-
"
|
|
89693
|
+
"privacy": "private",
|
|
89694
|
+
"default": "!!this.shadowRoot",
|
|
89695
|
+
"inheritedFrom": {
|
|
89696
|
+
"name": "SbbElement",
|
|
89697
|
+
"module": "core/base-elements/element.js"
|
|
89698
|
+
}
|
|
89812
89699
|
},
|
|
89813
89700
|
{
|
|
89814
|
-
"
|
|
89701
|
+
"kind": "field",
|
|
89702
|
+
"name": "_hydrationComplete",
|
|
89703
|
+
"privacy": "private",
|
|
89704
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
89705
|
+
"inheritedFrom": {
|
|
89706
|
+
"name": "SbbElement",
|
|
89707
|
+
"module": "core/base-elements/element.js"
|
|
89708
|
+
}
|
|
89709
|
+
},
|
|
89710
|
+
{
|
|
89711
|
+
"kind": "field",
|
|
89712
|
+
"name": "_resolveHydration",
|
|
89713
|
+
"type": {
|
|
89714
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
89715
|
+
},
|
|
89716
|
+
"privacy": "private",
|
|
89717
|
+
"inheritedFrom": {
|
|
89718
|
+
"name": "SbbElement",
|
|
89719
|
+
"module": "core/base-elements/element.js"
|
|
89720
|
+
}
|
|
89721
|
+
},
|
|
89722
|
+
{
|
|
89723
|
+
"kind": "field",
|
|
89724
|
+
"name": "hydrationRequired",
|
|
89815
89725
|
"type": {
|
|
89816
89726
|
"text": "boolean"
|
|
89817
89727
|
},
|
|
89818
|
-
"
|
|
89819
|
-
"description": "
|
|
89820
|
-
"
|
|
89728
|
+
"privacy": "protected",
|
|
89729
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
89730
|
+
"readonly": true,
|
|
89731
|
+
"inheritedFrom": {
|
|
89732
|
+
"name": "SbbElement",
|
|
89733
|
+
"module": "core/base-elements/element.js"
|
|
89734
|
+
},
|
|
89735
|
+
"default": "!!this.shadowRoot"
|
|
89821
89736
|
},
|
|
89822
89737
|
{
|
|
89823
|
-
"
|
|
89738
|
+
"kind": "method",
|
|
89739
|
+
"name": "toggleState",
|
|
89740
|
+
"privacy": "protected",
|
|
89741
|
+
"return": {
|
|
89742
|
+
"type": {
|
|
89743
|
+
"text": "void"
|
|
89744
|
+
}
|
|
89745
|
+
},
|
|
89746
|
+
"parameters": [
|
|
89747
|
+
{
|
|
89748
|
+
"name": "value",
|
|
89749
|
+
"type": {
|
|
89750
|
+
"text": "string"
|
|
89751
|
+
}
|
|
89752
|
+
},
|
|
89753
|
+
{
|
|
89754
|
+
"name": "force",
|
|
89755
|
+
"optional": true,
|
|
89756
|
+
"type": {
|
|
89757
|
+
"text": "boolean"
|
|
89758
|
+
}
|
|
89759
|
+
}
|
|
89760
|
+
],
|
|
89761
|
+
"inheritedFrom": {
|
|
89762
|
+
"name": "SbbElement",
|
|
89763
|
+
"module": "core/base-elements/element.js"
|
|
89764
|
+
}
|
|
89765
|
+
},
|
|
89766
|
+
{
|
|
89767
|
+
"kind": "field",
|
|
89768
|
+
"name": "['_$sbbElement$']",
|
|
89824
89769
|
"type": {
|
|
89825
|
-
"text": "
|
|
89770
|
+
"text": "boolean"
|
|
89826
89771
|
},
|
|
89827
|
-
"
|
|
89828
|
-
"
|
|
89829
|
-
"
|
|
89772
|
+
"privacy": "public",
|
|
89773
|
+
"static": true,
|
|
89774
|
+
"default": "true",
|
|
89775
|
+
"inheritedFrom": {
|
|
89776
|
+
"name": "SbbElement",
|
|
89777
|
+
"module": "core/base-elements/element.js"
|
|
89778
|
+
}
|
|
89830
89779
|
},
|
|
89831
89780
|
{
|
|
89832
|
-
"
|
|
89781
|
+
"kind": "field",
|
|
89782
|
+
"name": "_controllers",
|
|
89833
89783
|
"type": {
|
|
89834
|
-
"text": "
|
|
89784
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
89835
89785
|
},
|
|
89836
|
-
"
|
|
89837
|
-
"
|
|
89838
|
-
|
|
89786
|
+
"privacy": "private",
|
|
89787
|
+
"inheritedFrom": {
|
|
89788
|
+
"name": "SbbElement",
|
|
89789
|
+
"module": "core/base-elements/element.js"
|
|
89790
|
+
}
|
|
89791
|
+
}
|
|
89792
|
+
],
|
|
89793
|
+
"events": [
|
|
89794
|
+
{
|
|
89795
|
+
"name": "toggleexpanded",
|
|
89796
|
+
"type": {
|
|
89797
|
+
"text": "Event"
|
|
89798
|
+
},
|
|
89799
|
+
"description": "Notifies that the `sbb-expansion-panel` is about to expand/shrink."
|
|
89800
|
+
}
|
|
89801
|
+
],
|
|
89802
|
+
"mixins": [
|
|
89803
|
+
{
|
|
89804
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
89805
|
+
"module": "core/mixins.js"
|
|
89839
89806
|
},
|
|
89840
89807
|
{
|
|
89841
|
-
"name": "
|
|
89808
|
+
"name": "SbbIconNameMixin",
|
|
89809
|
+
"module": "icon.js"
|
|
89810
|
+
}
|
|
89811
|
+
],
|
|
89812
|
+
"superclass": {
|
|
89813
|
+
"name": "SbbButtonBaseElement",
|
|
89814
|
+
"module": "core/base-elements.js"
|
|
89815
|
+
},
|
|
89816
|
+
"tagName": "sbb-expansion-panel-header",
|
|
89817
|
+
"customElement": true,
|
|
89818
|
+
"attributes": [
|
|
89819
|
+
{
|
|
89820
|
+
"name": "disabled-interactive",
|
|
89842
89821
|
"type": {
|
|
89843
|
-
"text": "
|
|
89822
|
+
"text": "boolean"
|
|
89844
89823
|
},
|
|
89845
|
-
"default": "
|
|
89846
|
-
"description": "
|
|
89847
|
-
"fieldName": "
|
|
89824
|
+
"default": "false",
|
|
89825
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
89826
|
+
"fieldName": "disabledInteractive",
|
|
89827
|
+
"inheritedFrom": {
|
|
89828
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
89829
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89830
|
+
}
|
|
89848
89831
|
},
|
|
89849
89832
|
{
|
|
89850
89833
|
"name": "disabled",
|
|
@@ -89860,33 +89843,66 @@
|
|
|
89860
89843
|
}
|
|
89861
89844
|
},
|
|
89862
89845
|
{
|
|
89863
|
-
"name": "name",
|
|
89864
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
89846
|
+
"name": "icon-name",
|
|
89865
89847
|
"type": {
|
|
89866
89848
|
"text": "string"
|
|
89867
89849
|
},
|
|
89868
|
-
"
|
|
89850
|
+
"default": "''",
|
|
89851
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
89852
|
+
"fieldName": "iconName",
|
|
89869
89853
|
"inheritedFrom": {
|
|
89870
|
-
"name": "
|
|
89871
|
-
"module": "
|
|
89854
|
+
"name": "SbbIconNameMixin",
|
|
89855
|
+
"module": "icon/icon-name-mixin.js"
|
|
89872
89856
|
}
|
|
89873
|
-
}
|
|
89874
|
-
],
|
|
89875
|
-
"mixins": [
|
|
89857
|
+
},
|
|
89876
89858
|
{
|
|
89877
|
-
"name": "
|
|
89878
|
-
"
|
|
89859
|
+
"name": "value",
|
|
89860
|
+
"type": {
|
|
89861
|
+
"text": "string"
|
|
89862
|
+
},
|
|
89863
|
+
"default": "''",
|
|
89864
|
+
"description": "Value of the form element.",
|
|
89865
|
+
"fieldName": "value",
|
|
89866
|
+
"inheritedFrom": {
|
|
89867
|
+
"name": "SbbButtonBaseElement",
|
|
89868
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89869
|
+
}
|
|
89879
89870
|
},
|
|
89880
89871
|
{
|
|
89881
|
-
"name": "
|
|
89882
|
-
"
|
|
89883
|
-
|
|
89884
|
-
|
|
89885
|
-
|
|
89872
|
+
"name": "type",
|
|
89873
|
+
"description": "The type attribute to use for the button.",
|
|
89874
|
+
"default": "'button'",
|
|
89875
|
+
"type": {
|
|
89876
|
+
"text": "SbbButtonType"
|
|
89877
|
+
},
|
|
89878
|
+
"fieldName": "type",
|
|
89879
|
+
"inheritedFrom": {
|
|
89880
|
+
"name": "SbbButtonBaseElement",
|
|
89881
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89882
|
+
}
|
|
89883
|
+
},
|
|
89886
89884
|
{
|
|
89887
|
-
"name": "
|
|
89885
|
+
"name": "form",
|
|
89886
|
+
"description": "The `<form>` element to associate the button with.",
|
|
89888
89887
|
"type": {
|
|
89889
|
-
"text": "
|
|
89888
|
+
"text": "HTMLFormElement | null"
|
|
89889
|
+
},
|
|
89890
|
+
"fieldName": "form",
|
|
89891
|
+
"inheritedFrom": {
|
|
89892
|
+
"name": "SbbButtonBaseElement",
|
|
89893
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89894
|
+
}
|
|
89895
|
+
},
|
|
89896
|
+
{
|
|
89897
|
+
"name": "name",
|
|
89898
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
89899
|
+
"type": {
|
|
89900
|
+
"text": "string"
|
|
89901
|
+
},
|
|
89902
|
+
"fieldName": "name",
|
|
89903
|
+
"inheritedFrom": {
|
|
89904
|
+
"name": "SbbFormAssociatedMixin",
|
|
89905
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89890
89906
|
}
|
|
89891
89907
|
}
|
|
89892
89908
|
]
|
|
@@ -89895,26 +89911,10 @@
|
|
|
89895
89911
|
"exports": [
|
|
89896
89912
|
{
|
|
89897
89913
|
"kind": "js",
|
|
89898
|
-
"name": "
|
|
89899
|
-
"declaration": {
|
|
89900
|
-
"name": "default",
|
|
89901
|
-
"module": "./file-selector-common.scss?lit&inline"
|
|
89902
|
-
}
|
|
89903
|
-
},
|
|
89904
|
-
{
|
|
89905
|
-
"kind": "js",
|
|
89906
|
-
"name": "SbbFileSelectorCommonElementMixinType",
|
|
89907
|
-
"declaration": {
|
|
89908
|
-
"name": "SbbFileSelectorCommonElementMixinType",
|
|
89909
|
-
"module": "file-selector/common/file-selector-common.js"
|
|
89910
|
-
}
|
|
89911
|
-
},
|
|
89912
|
-
{
|
|
89913
|
-
"kind": "js",
|
|
89914
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
89914
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
89915
89915
|
"declaration": {
|
|
89916
|
-
"name": "
|
|
89917
|
-
"module": "
|
|
89916
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
89917
|
+
"module": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js"
|
|
89918
89918
|
}
|
|
89919
89919
|
}
|
|
89920
89920
|
]
|
|
@@ -108913,6 +108913,176 @@
|
|
|
108913
108913
|
}
|
|
108914
108914
|
]
|
|
108915
108915
|
},
|
|
108916
|
+
{
|
|
108917
|
+
"kind": "javascript-module",
|
|
108918
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
108919
|
+
"declarations": [
|
|
108920
|
+
{
|
|
108921
|
+
"kind": "class",
|
|
108922
|
+
"description": "",
|
|
108923
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
108924
|
+
"members": [
|
|
108925
|
+
{
|
|
108926
|
+
"kind": "field",
|
|
108927
|
+
"name": "size",
|
|
108928
|
+
"type": {
|
|
108929
|
+
"text": "SbbNavigationActionSize"
|
|
108930
|
+
},
|
|
108931
|
+
"privacy": "public"
|
|
108932
|
+
},
|
|
108933
|
+
{
|
|
108934
|
+
"kind": "field",
|
|
108935
|
+
"name": "marker",
|
|
108936
|
+
"type": {
|
|
108937
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
108938
|
+
},
|
|
108939
|
+
"privacy": "public",
|
|
108940
|
+
"readonly": true
|
|
108941
|
+
},
|
|
108942
|
+
{
|
|
108943
|
+
"kind": "field",
|
|
108944
|
+
"name": "section",
|
|
108945
|
+
"type": {
|
|
108946
|
+
"text": "SbbNavigationSectionElement | null"
|
|
108947
|
+
},
|
|
108948
|
+
"privacy": "public",
|
|
108949
|
+
"readonly": true
|
|
108950
|
+
},
|
|
108951
|
+
{
|
|
108952
|
+
"kind": "field",
|
|
108953
|
+
"name": "connectedSection",
|
|
108954
|
+
"type": {
|
|
108955
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
108956
|
+
},
|
|
108957
|
+
"privacy": "public"
|
|
108958
|
+
}
|
|
108959
|
+
]
|
|
108960
|
+
},
|
|
108961
|
+
{
|
|
108962
|
+
"kind": "mixin",
|
|
108963
|
+
"description": "",
|
|
108964
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
108965
|
+
"members": [
|
|
108966
|
+
{
|
|
108967
|
+
"kind": "field",
|
|
108968
|
+
"name": "styles",
|
|
108969
|
+
"type": {
|
|
108970
|
+
"text": "CSSResultGroup"
|
|
108971
|
+
},
|
|
108972
|
+
"privacy": "public",
|
|
108973
|
+
"static": true,
|
|
108974
|
+
"default": "[boxSizingStyles, style]"
|
|
108975
|
+
},
|
|
108976
|
+
{
|
|
108977
|
+
"kind": "field",
|
|
108978
|
+
"name": "size",
|
|
108979
|
+
"type": {
|
|
108980
|
+
"text": "SbbNavigationActionSize"
|
|
108981
|
+
},
|
|
108982
|
+
"privacy": "public",
|
|
108983
|
+
"description": "Action size variant, either s, m or l.",
|
|
108984
|
+
"default": "'l' / 's' (lean)",
|
|
108985
|
+
"attribute": "size",
|
|
108986
|
+
"reflects": true
|
|
108987
|
+
},
|
|
108988
|
+
{
|
|
108989
|
+
"kind": "field",
|
|
108990
|
+
"name": "connectedSection",
|
|
108991
|
+
"type": {
|
|
108992
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
108993
|
+
},
|
|
108994
|
+
"privacy": "public",
|
|
108995
|
+
"description": "The section that is being controlled by the action, if any."
|
|
108996
|
+
},
|
|
108997
|
+
{
|
|
108998
|
+
"kind": "field",
|
|
108999
|
+
"name": "marker",
|
|
109000
|
+
"type": {
|
|
109001
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
109002
|
+
},
|
|
109003
|
+
"privacy": "public",
|
|
109004
|
+
"description": "The navigation marker in which the action is nested.",
|
|
109005
|
+
"readonly": true
|
|
109006
|
+
},
|
|
109007
|
+
{
|
|
109008
|
+
"kind": "field",
|
|
109009
|
+
"name": "section",
|
|
109010
|
+
"type": {
|
|
109011
|
+
"text": "SbbNavigationSectionElement | null"
|
|
109012
|
+
},
|
|
109013
|
+
"privacy": "public",
|
|
109014
|
+
"description": "The section in which the action is nested.",
|
|
109015
|
+
"readonly": true
|
|
109016
|
+
},
|
|
109017
|
+
{
|
|
109018
|
+
"kind": "field",
|
|
109019
|
+
"name": "_navigationMarker",
|
|
109020
|
+
"type": {
|
|
109021
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
109022
|
+
},
|
|
109023
|
+
"privacy": "private",
|
|
109024
|
+
"default": "null"
|
|
109025
|
+
},
|
|
109026
|
+
{
|
|
109027
|
+
"kind": "field",
|
|
109028
|
+
"name": "_navigationSection",
|
|
109029
|
+
"type": {
|
|
109030
|
+
"text": "SbbNavigationSectionElement | null"
|
|
109031
|
+
},
|
|
109032
|
+
"privacy": "private",
|
|
109033
|
+
"default": "null"
|
|
109034
|
+
},
|
|
109035
|
+
{
|
|
109036
|
+
"kind": "method",
|
|
109037
|
+
"name": "renderTemplate",
|
|
109038
|
+
"privacy": "protected",
|
|
109039
|
+
"return": {
|
|
109040
|
+
"type": {
|
|
109041
|
+
"text": "TemplateResult"
|
|
109042
|
+
}
|
|
109043
|
+
}
|
|
109044
|
+
}
|
|
109045
|
+
],
|
|
109046
|
+
"attributes": [
|
|
109047
|
+
{
|
|
109048
|
+
"name": "size",
|
|
109049
|
+
"type": {
|
|
109050
|
+
"text": "SbbNavigationActionSize"
|
|
109051
|
+
},
|
|
109052
|
+
"description": "Action size variant, either s, m or l.",
|
|
109053
|
+
"default": "'l' / 's' (lean)",
|
|
109054
|
+
"fieldName": "size"
|
|
109055
|
+
}
|
|
109056
|
+
],
|
|
109057
|
+
"parameters": [
|
|
109058
|
+
{
|
|
109059
|
+
"name": "superClass",
|
|
109060
|
+
"type": {
|
|
109061
|
+
"text": "T"
|
|
109062
|
+
}
|
|
109063
|
+
}
|
|
109064
|
+
]
|
|
109065
|
+
}
|
|
109066
|
+
],
|
|
109067
|
+
"exports": [
|
|
109068
|
+
{
|
|
109069
|
+
"kind": "js",
|
|
109070
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109071
|
+
"declaration": {
|
|
109072
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109073
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
109074
|
+
}
|
|
109075
|
+
},
|
|
109076
|
+
{
|
|
109077
|
+
"kind": "js",
|
|
109078
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
109079
|
+
"declaration": {
|
|
109080
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
109081
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
109082
|
+
}
|
|
109083
|
+
}
|
|
109084
|
+
]
|
|
109085
|
+
},
|
|
108916
109086
|
{
|
|
108917
109087
|
"kind": "javascript-module",
|
|
108918
109088
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -109131,176 +109301,6 @@
|
|
|
109131
109301
|
}
|
|
109132
109302
|
]
|
|
109133
109303
|
},
|
|
109134
|
-
{
|
|
109135
|
-
"kind": "javascript-module",
|
|
109136
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
109137
|
-
"declarations": [
|
|
109138
|
-
{
|
|
109139
|
-
"kind": "class",
|
|
109140
|
-
"description": "",
|
|
109141
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109142
|
-
"members": [
|
|
109143
|
-
{
|
|
109144
|
-
"kind": "field",
|
|
109145
|
-
"name": "size",
|
|
109146
|
-
"type": {
|
|
109147
|
-
"text": "SbbNavigationActionSize"
|
|
109148
|
-
},
|
|
109149
|
-
"privacy": "public"
|
|
109150
|
-
},
|
|
109151
|
-
{
|
|
109152
|
-
"kind": "field",
|
|
109153
|
-
"name": "marker",
|
|
109154
|
-
"type": {
|
|
109155
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
109156
|
-
},
|
|
109157
|
-
"privacy": "public",
|
|
109158
|
-
"readonly": true
|
|
109159
|
-
},
|
|
109160
|
-
{
|
|
109161
|
-
"kind": "field",
|
|
109162
|
-
"name": "section",
|
|
109163
|
-
"type": {
|
|
109164
|
-
"text": "SbbNavigationSectionElement | null"
|
|
109165
|
-
},
|
|
109166
|
-
"privacy": "public",
|
|
109167
|
-
"readonly": true
|
|
109168
|
-
},
|
|
109169
|
-
{
|
|
109170
|
-
"kind": "field",
|
|
109171
|
-
"name": "connectedSection",
|
|
109172
|
-
"type": {
|
|
109173
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
109174
|
-
},
|
|
109175
|
-
"privacy": "public"
|
|
109176
|
-
}
|
|
109177
|
-
]
|
|
109178
|
-
},
|
|
109179
|
-
{
|
|
109180
|
-
"kind": "mixin",
|
|
109181
|
-
"description": "",
|
|
109182
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
109183
|
-
"members": [
|
|
109184
|
-
{
|
|
109185
|
-
"kind": "field",
|
|
109186
|
-
"name": "styles",
|
|
109187
|
-
"type": {
|
|
109188
|
-
"text": "CSSResultGroup"
|
|
109189
|
-
},
|
|
109190
|
-
"privacy": "public",
|
|
109191
|
-
"static": true,
|
|
109192
|
-
"default": "[boxSizingStyles, style]"
|
|
109193
|
-
},
|
|
109194
|
-
{
|
|
109195
|
-
"kind": "field",
|
|
109196
|
-
"name": "size",
|
|
109197
|
-
"type": {
|
|
109198
|
-
"text": "SbbNavigationActionSize"
|
|
109199
|
-
},
|
|
109200
|
-
"privacy": "public",
|
|
109201
|
-
"description": "Action size variant, either s, m or l.",
|
|
109202
|
-
"default": "'l' / 's' (lean)",
|
|
109203
|
-
"attribute": "size",
|
|
109204
|
-
"reflects": true
|
|
109205
|
-
},
|
|
109206
|
-
{
|
|
109207
|
-
"kind": "field",
|
|
109208
|
-
"name": "connectedSection",
|
|
109209
|
-
"type": {
|
|
109210
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
109211
|
-
},
|
|
109212
|
-
"privacy": "public",
|
|
109213
|
-
"description": "The section that is being controlled by the action, if any."
|
|
109214
|
-
},
|
|
109215
|
-
{
|
|
109216
|
-
"kind": "field",
|
|
109217
|
-
"name": "marker",
|
|
109218
|
-
"type": {
|
|
109219
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
109220
|
-
},
|
|
109221
|
-
"privacy": "public",
|
|
109222
|
-
"description": "The navigation marker in which the action is nested.",
|
|
109223
|
-
"readonly": true
|
|
109224
|
-
},
|
|
109225
|
-
{
|
|
109226
|
-
"kind": "field",
|
|
109227
|
-
"name": "section",
|
|
109228
|
-
"type": {
|
|
109229
|
-
"text": "SbbNavigationSectionElement | null"
|
|
109230
|
-
},
|
|
109231
|
-
"privacy": "public",
|
|
109232
|
-
"description": "The section in which the action is nested.",
|
|
109233
|
-
"readonly": true
|
|
109234
|
-
},
|
|
109235
|
-
{
|
|
109236
|
-
"kind": "field",
|
|
109237
|
-
"name": "_navigationMarker",
|
|
109238
|
-
"type": {
|
|
109239
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
109240
|
-
},
|
|
109241
|
-
"privacy": "private",
|
|
109242
|
-
"default": "null"
|
|
109243
|
-
},
|
|
109244
|
-
{
|
|
109245
|
-
"kind": "field",
|
|
109246
|
-
"name": "_navigationSection",
|
|
109247
|
-
"type": {
|
|
109248
|
-
"text": "SbbNavigationSectionElement | null"
|
|
109249
|
-
},
|
|
109250
|
-
"privacy": "private",
|
|
109251
|
-
"default": "null"
|
|
109252
|
-
},
|
|
109253
|
-
{
|
|
109254
|
-
"kind": "method",
|
|
109255
|
-
"name": "renderTemplate",
|
|
109256
|
-
"privacy": "protected",
|
|
109257
|
-
"return": {
|
|
109258
|
-
"type": {
|
|
109259
|
-
"text": "TemplateResult"
|
|
109260
|
-
}
|
|
109261
|
-
}
|
|
109262
|
-
}
|
|
109263
|
-
],
|
|
109264
|
-
"attributes": [
|
|
109265
|
-
{
|
|
109266
|
-
"name": "size",
|
|
109267
|
-
"type": {
|
|
109268
|
-
"text": "SbbNavigationActionSize"
|
|
109269
|
-
},
|
|
109270
|
-
"description": "Action size variant, either s, m or l.",
|
|
109271
|
-
"default": "'l' / 's' (lean)",
|
|
109272
|
-
"fieldName": "size"
|
|
109273
|
-
}
|
|
109274
|
-
],
|
|
109275
|
-
"parameters": [
|
|
109276
|
-
{
|
|
109277
|
-
"name": "superClass",
|
|
109278
|
-
"type": {
|
|
109279
|
-
"text": "T"
|
|
109280
|
-
}
|
|
109281
|
-
}
|
|
109282
|
-
]
|
|
109283
|
-
}
|
|
109284
|
-
],
|
|
109285
|
-
"exports": [
|
|
109286
|
-
{
|
|
109287
|
-
"kind": "js",
|
|
109288
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109289
|
-
"declaration": {
|
|
109290
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109291
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
109292
|
-
}
|
|
109293
|
-
},
|
|
109294
|
-
{
|
|
109295
|
-
"kind": "js",
|
|
109296
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
109297
|
-
"declaration": {
|
|
109298
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
109299
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
109300
|
-
}
|
|
109301
|
-
}
|
|
109302
|
-
]
|
|
109303
|
-
},
|
|
109304
109304
|
{
|
|
109305
109305
|
"kind": "javascript-module",
|
|
109306
109306
|
"path": "navigation/navigation/navigation.component.js",
|