@sbb-esta/lyne-elements 2.7.0 → 2.8.0
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/breadcrumb/breadcrumb/breadcrumb.d.ts +0 -2
- package/breadcrumb/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/breadcrumb/breadcrumb/breadcrumb.js +21 -44
- package/core/controllers/{id-observer-controller.d.ts → id-reference-controller.d.ts} +1 -1
- package/core/controllers/id-reference-controller.d.ts.map +1 -0
- package/core/controllers/slot-state-controller.d.ts +2 -0
- package/core/controllers/slot-state-controller.d.ts.map +1 -1
- package/core/controllers/slot-state-controller.js +30 -19
- package/core/controllers.d.ts +1 -1
- package/core/controllers.d.ts.map +1 -1
- package/core/controllers.js +1 -1
- package/core/styles/core.scss +21 -1
- package/core/styles/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables.scss +2 -0
- package/core/styles/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables_css--mixin.scss +5 -1
- package/core.css +17 -2
- package/custom-elements.json +465 -64
- package/date-input/date-input.js +5 -5
- package/development/breadcrumb/breadcrumb/breadcrumb.d.ts +0 -2
- package/development/breadcrumb/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb/breadcrumb.js +11 -38
- package/development/core/controllers/{id-observer-controller.d.ts → id-reference-controller.d.ts} +1 -1
- package/development/core/controllers/id-reference-controller.d.ts.map +1 -0
- package/development/core/controllers/id-reference-controller.js +84 -0
- package/development/core/controllers/slot-state-controller.d.ts +2 -0
- package/development/core/controllers/slot-state-controller.d.ts.map +1 -1
- package/development/core/controllers/slot-state-controller.js +24 -4
- package/development/core/controllers.d.ts +1 -1
- package/development/core/controllers.d.ts.map +1 -1
- package/development/core/controllers.js +1 -1
- package/development/date-input/date-input.js +3 -2
- package/development/form-field/form-field/form-field.js +3 -2
- package/development/icon/icon-base.js +5 -1
- package/development/option/option/option-base-element.d.ts.map +1 -1
- package/development/option/option/option-base-element.js +8 -4
- package/development/paginator/common/paginator-common.d.ts +11 -1
- package/development/paginator/common/paginator-common.d.ts.map +1 -1
- package/development/paginator/common/paginator-common.js +37 -9
- package/development/paginator/paginator/paginator.js +2 -2
- package/development/sbb-tokens-CVLcOi-S.js +1 -1
- package/development/table/table-wrapper/table-wrapper.d.ts +7 -4
- package/development/table/table-wrapper/table-wrapper.d.ts.map +1 -1
- package/development/table/table-wrapper/table-wrapper.js +80 -69
- package/development/teaser-hero/teaser-hero.d.ts.map +1 -1
- package/development/teaser-hero/teaser-hero.js +15 -11
- package/development/toggle/toggle/toggle.d.ts +0 -1
- package/development/toggle/toggle/toggle.d.ts.map +1 -1
- package/development/toggle/toggle/toggle.js +51 -47
- package/development/toggle/toggle-option/toggle-option.d.ts +2 -1
- package/development/toggle/toggle-option/toggle-option.d.ts.map +1 -1
- package/development/toggle/toggle-option/toggle-option.js +15 -29
- package/form-field/form-field/form-field.js +1 -1
- package/icon/icon-base.js +21 -21
- package/option/option/option-base-element.d.ts.map +1 -1
- package/option/option/option-base-element.js +9 -14
- package/package.json +1 -1
- package/paginator/common/paginator-common.d.ts +11 -1
- package/paginator/common/paginator-common.d.ts.map +1 -1
- package/paginator/common/paginator-common.js +61 -31
- package/paginator/paginator/paginator.js +3 -3
- package/standard-theme.css +17 -2
- package/table/table-wrapper/table-wrapper.d.ts +7 -4
- package/table/table-wrapper/table-wrapper.d.ts.map +1 -1
- package/table/table-wrapper/table-wrapper.js +53 -31
- package/teaser-hero/teaser-hero.d.ts.map +1 -1
- package/teaser-hero/teaser-hero.js +25 -25
- package/toggle/toggle/toggle.d.ts +0 -1
- package/toggle/toggle/toggle.d.ts.map +1 -1
- package/toggle/toggle/toggle.js +43 -48
- package/toggle/toggle-option/toggle-option.d.ts +2 -1
- package/toggle/toggle-option/toggle-option.d.ts.map +1 -1
- package/toggle/toggle-option/toggle-option.js +40 -30
- package/core/controllers/id-observer-controller.d.ts.map +0 -1
- package/development/core/controllers/id-observer-controller.d.ts.map +0 -1
- package/development/core/controllers/id-observer-controller.js +0 -84
- /package/core/controllers/{id-observer-controller.js → id-reference-controller.js} +0 -0
package/custom-elements.json
CHANGED
|
@@ -6987,7 +6987,7 @@
|
|
|
6987
6987
|
"name": "*",
|
|
6988
6988
|
"declaration": {
|
|
6989
6989
|
"name": "*",
|
|
6990
|
-
"package": "./controllers/id-
|
|
6990
|
+
"package": "./controllers/id-reference-controller.js"
|
|
6991
6991
|
}
|
|
6992
6992
|
},
|
|
6993
6993
|
{
|
|
@@ -23162,25 +23162,6 @@
|
|
|
23162
23162
|
}
|
|
23163
23163
|
],
|
|
23164
23164
|
"members": [
|
|
23165
|
-
{
|
|
23166
|
-
"kind": "field",
|
|
23167
|
-
"name": "_hasText",
|
|
23168
|
-
"type": {
|
|
23169
|
-
"text": "boolean"
|
|
23170
|
-
},
|
|
23171
|
-
"privacy": "private",
|
|
23172
|
-
"default": "false"
|
|
23173
|
-
},
|
|
23174
|
-
{
|
|
23175
|
-
"kind": "method",
|
|
23176
|
-
"name": "_handleSlotchange",
|
|
23177
|
-
"privacy": "private",
|
|
23178
|
-
"return": {
|
|
23179
|
-
"type": {
|
|
23180
|
-
"text": "void"
|
|
23181
|
-
}
|
|
23182
|
-
}
|
|
23183
|
-
},
|
|
23184
23165
|
{
|
|
23185
23166
|
"kind": "method",
|
|
23186
23167
|
"name": "renderTemplate",
|
|
@@ -39433,7 +39414,7 @@
|
|
|
39433
39414
|
},
|
|
39434
39415
|
{
|
|
39435
39416
|
"kind": "javascript-module",
|
|
39436
|
-
"path": "core/controllers/id-
|
|
39417
|
+
"path": "core/controllers/id-reference-controller.js",
|
|
39437
39418
|
"declarations": [
|
|
39438
39419
|
{
|
|
39439
39420
|
"kind": "class",
|
|
@@ -39490,7 +39471,7 @@
|
|
|
39490
39471
|
"name": "SbbIdReferenceController",
|
|
39491
39472
|
"declaration": {
|
|
39492
39473
|
"name": "SbbIdReferenceController",
|
|
39493
|
-
"module": "core/controllers/id-
|
|
39474
|
+
"module": "core/controllers/id-reference-controller.js"
|
|
39494
39475
|
}
|
|
39495
39476
|
}
|
|
39496
39477
|
]
|
|
@@ -39933,6 +39914,11 @@
|
|
|
39933
39914
|
"readonly": true,
|
|
39934
39915
|
"default": "new Set<string>()"
|
|
39935
39916
|
},
|
|
39917
|
+
{
|
|
39918
|
+
"kind": "field",
|
|
39919
|
+
"name": "_textObserver",
|
|
39920
|
+
"privacy": "private"
|
|
39921
|
+
},
|
|
39936
39922
|
{
|
|
39937
39923
|
"kind": "method",
|
|
39938
39924
|
"name": "hostConnected",
|
|
@@ -39975,6 +39961,16 @@
|
|
|
39975
39961
|
}
|
|
39976
39962
|
}
|
|
39977
39963
|
]
|
|
39964
|
+
},
|
|
39965
|
+
{
|
|
39966
|
+
"kind": "method",
|
|
39967
|
+
"name": "_updateSlotNameAttribute",
|
|
39968
|
+
"privacy": "private",
|
|
39969
|
+
"return": {
|
|
39970
|
+
"type": {
|
|
39971
|
+
"text": "void"
|
|
39972
|
+
}
|
|
39973
|
+
}
|
|
39978
39974
|
}
|
|
39979
39975
|
]
|
|
39980
39976
|
}
|
|
@@ -73951,23 +73947,101 @@
|
|
|
73951
73947
|
"privacy": "public"
|
|
73952
73948
|
},
|
|
73953
73949
|
{
|
|
73954
|
-
"kind": "
|
|
73955
|
-
"name": "
|
|
73956
|
-
"
|
|
73957
|
-
|
|
73950
|
+
"kind": "method",
|
|
73951
|
+
"name": "nextPage",
|
|
73952
|
+
"privacy": "public",
|
|
73953
|
+
"return": {
|
|
73954
|
+
"type": {
|
|
73955
|
+
"text": "void"
|
|
73956
|
+
}
|
|
73957
|
+
}
|
|
73958
|
+
},
|
|
73959
|
+
{
|
|
73960
|
+
"kind": "method",
|
|
73961
|
+
"name": "previousPage",
|
|
73962
|
+
"privacy": "public",
|
|
73963
|
+
"return": {
|
|
73964
|
+
"type": {
|
|
73965
|
+
"text": "void"
|
|
73966
|
+
}
|
|
73967
|
+
}
|
|
73968
|
+
},
|
|
73969
|
+
{
|
|
73970
|
+
"kind": "method",
|
|
73971
|
+
"name": "firstPage",
|
|
73972
|
+
"privacy": "public",
|
|
73973
|
+
"return": {
|
|
73974
|
+
"type": {
|
|
73975
|
+
"text": "void"
|
|
73976
|
+
}
|
|
73977
|
+
}
|
|
73978
|
+
},
|
|
73979
|
+
{
|
|
73980
|
+
"kind": "method",
|
|
73981
|
+
"name": "lastPage",
|
|
73982
|
+
"privacy": "public",
|
|
73983
|
+
"return": {
|
|
73984
|
+
"type": {
|
|
73985
|
+
"text": "void"
|
|
73986
|
+
}
|
|
73987
|
+
}
|
|
73988
|
+
},
|
|
73989
|
+
{
|
|
73990
|
+
"kind": "method",
|
|
73991
|
+
"name": "selectPage",
|
|
73992
|
+
"privacy": "public",
|
|
73993
|
+
"return": {
|
|
73994
|
+
"type": {
|
|
73995
|
+
"text": "void"
|
|
73996
|
+
}
|
|
73958
73997
|
},
|
|
73959
|
-
"
|
|
73998
|
+
"parameters": [
|
|
73999
|
+
{
|
|
74000
|
+
"name": "index",
|
|
74001
|
+
"type": {
|
|
74002
|
+
"text": "number"
|
|
74003
|
+
}
|
|
74004
|
+
}
|
|
74005
|
+
]
|
|
74006
|
+
},
|
|
74007
|
+
{
|
|
74008
|
+
"kind": "method",
|
|
74009
|
+
"name": "hasPreviousPage",
|
|
74010
|
+
"privacy": "public",
|
|
74011
|
+
"return": {
|
|
74012
|
+
"type": {
|
|
74013
|
+
"text": "boolean"
|
|
74014
|
+
}
|
|
74015
|
+
}
|
|
74016
|
+
},
|
|
74017
|
+
{
|
|
74018
|
+
"kind": "method",
|
|
74019
|
+
"name": "hasNextPage",
|
|
74020
|
+
"privacy": "public",
|
|
74021
|
+
"return": {
|
|
74022
|
+
"type": {
|
|
74023
|
+
"text": "boolean"
|
|
74024
|
+
}
|
|
74025
|
+
}
|
|
73960
74026
|
},
|
|
73961
74027
|
{
|
|
73962
74028
|
"kind": "method",
|
|
73963
74029
|
"name": "numberOfPages",
|
|
73964
|
-
"privacy": "
|
|
74030
|
+
"privacy": "public",
|
|
73965
74031
|
"return": {
|
|
73966
74032
|
"type": {
|
|
73967
74033
|
"text": "number"
|
|
73968
74034
|
}
|
|
73969
74035
|
}
|
|
73970
74036
|
},
|
|
74037
|
+
{
|
|
74038
|
+
"kind": "field",
|
|
74039
|
+
"name": "language",
|
|
74040
|
+
"type": {
|
|
74041
|
+
"text": "SbbLanguageController"
|
|
74042
|
+
},
|
|
74043
|
+
"privacy": "protected"
|
|
74044
|
+
},
|
|
73971
74045
|
{
|
|
73972
74046
|
"kind": "method",
|
|
73973
74047
|
"name": "pageIndexChanged",
|
|
@@ -73984,7 +74058,8 @@
|
|
|
73984
74058
|
"text": "number"
|
|
73985
74059
|
}
|
|
73986
74060
|
}
|
|
73987
|
-
]
|
|
74061
|
+
],
|
|
74062
|
+
"deprecated": "Will be removed with next major change."
|
|
73988
74063
|
},
|
|
73989
74064
|
{
|
|
73990
74065
|
"kind": "method",
|
|
@@ -74177,10 +74252,95 @@
|
|
|
74177
74252
|
}
|
|
74178
74253
|
}
|
|
74179
74254
|
},
|
|
74255
|
+
{
|
|
74256
|
+
"kind": "method",
|
|
74257
|
+
"name": "nextPage",
|
|
74258
|
+
"privacy": "public",
|
|
74259
|
+
"return": {
|
|
74260
|
+
"type": {
|
|
74261
|
+
"text": "void"
|
|
74262
|
+
}
|
|
74263
|
+
},
|
|
74264
|
+
"description": "Advances to the next page if it exists."
|
|
74265
|
+
},
|
|
74266
|
+
{
|
|
74267
|
+
"kind": "method",
|
|
74268
|
+
"name": "previousPage",
|
|
74269
|
+
"privacy": "public",
|
|
74270
|
+
"return": {
|
|
74271
|
+
"type": {
|
|
74272
|
+
"text": "void"
|
|
74273
|
+
}
|
|
74274
|
+
},
|
|
74275
|
+
"description": "Move back to the previous page if it exists."
|
|
74276
|
+
},
|
|
74277
|
+
{
|
|
74278
|
+
"kind": "method",
|
|
74279
|
+
"name": "firstPage",
|
|
74280
|
+
"privacy": "public",
|
|
74281
|
+
"return": {
|
|
74282
|
+
"type": {
|
|
74283
|
+
"text": "void"
|
|
74284
|
+
}
|
|
74285
|
+
},
|
|
74286
|
+
"description": "Move to the first page if not already there."
|
|
74287
|
+
},
|
|
74288
|
+
{
|
|
74289
|
+
"kind": "method",
|
|
74290
|
+
"name": "lastPage",
|
|
74291
|
+
"privacy": "public",
|
|
74292
|
+
"return": {
|
|
74293
|
+
"type": {
|
|
74294
|
+
"text": "void"
|
|
74295
|
+
}
|
|
74296
|
+
},
|
|
74297
|
+
"description": "Move to the last page if not already there."
|
|
74298
|
+
},
|
|
74299
|
+
{
|
|
74300
|
+
"kind": "method",
|
|
74301
|
+
"name": "selectPage",
|
|
74302
|
+
"privacy": "public",
|
|
74303
|
+
"return": {
|
|
74304
|
+
"type": {
|
|
74305
|
+
"text": "void"
|
|
74306
|
+
}
|
|
74307
|
+
},
|
|
74308
|
+
"parameters": [
|
|
74309
|
+
{
|
|
74310
|
+
"name": "index",
|
|
74311
|
+
"type": {
|
|
74312
|
+
"text": "number"
|
|
74313
|
+
}
|
|
74314
|
+
}
|
|
74315
|
+
],
|
|
74316
|
+
"description": "Move to a specific page index."
|
|
74317
|
+
},
|
|
74318
|
+
{
|
|
74319
|
+
"kind": "method",
|
|
74320
|
+
"name": "hasPreviousPage",
|
|
74321
|
+
"privacy": "public",
|
|
74322
|
+
"return": {
|
|
74323
|
+
"type": {
|
|
74324
|
+
"text": "boolean"
|
|
74325
|
+
}
|
|
74326
|
+
},
|
|
74327
|
+
"description": "Whether there is a previous page."
|
|
74328
|
+
},
|
|
74329
|
+
{
|
|
74330
|
+
"kind": "method",
|
|
74331
|
+
"name": "hasNextPage",
|
|
74332
|
+
"privacy": "public",
|
|
74333
|
+
"return": {
|
|
74334
|
+
"type": {
|
|
74335
|
+
"text": "boolean"
|
|
74336
|
+
}
|
|
74337
|
+
},
|
|
74338
|
+
"description": "Whether there is a next page."
|
|
74339
|
+
},
|
|
74180
74340
|
{
|
|
74181
74341
|
"kind": "method",
|
|
74182
74342
|
"name": "numberOfPages",
|
|
74183
|
-
"privacy": "
|
|
74343
|
+
"privacy": "public",
|
|
74184
74344
|
"return": {
|
|
74185
74345
|
"type": {
|
|
74186
74346
|
"text": "number"
|
|
@@ -74205,7 +74365,8 @@
|
|
|
74205
74365
|
}
|
|
74206
74366
|
}
|
|
74207
74367
|
],
|
|
74208
|
-
"description": "If the `pageIndex` changes due to user interaction,\nemit the `page` event and then update the `pageIndex` value."
|
|
74368
|
+
"description": "If the `pageIndex` changes due to user interaction,\nemit the `page` event and then update the `pageIndex` value.",
|
|
74369
|
+
"deprecated": "Will be removed with next major change."
|
|
74209
74370
|
},
|
|
74210
74371
|
{
|
|
74211
74372
|
"kind": "method",
|
|
@@ -74616,10 +74777,123 @@
|
|
|
74616
74777
|
"module": "paginator/common/paginator-common.js"
|
|
74617
74778
|
}
|
|
74618
74779
|
},
|
|
74780
|
+
{
|
|
74781
|
+
"kind": "method",
|
|
74782
|
+
"name": "nextPage",
|
|
74783
|
+
"privacy": "public",
|
|
74784
|
+
"return": {
|
|
74785
|
+
"type": {
|
|
74786
|
+
"text": "void"
|
|
74787
|
+
}
|
|
74788
|
+
},
|
|
74789
|
+
"description": "Advances to the next page if it exists.",
|
|
74790
|
+
"inheritedFrom": {
|
|
74791
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
74792
|
+
"module": "paginator/common/paginator-common.js"
|
|
74793
|
+
}
|
|
74794
|
+
},
|
|
74795
|
+
{
|
|
74796
|
+
"kind": "method",
|
|
74797
|
+
"name": "previousPage",
|
|
74798
|
+
"privacy": "public",
|
|
74799
|
+
"return": {
|
|
74800
|
+
"type": {
|
|
74801
|
+
"text": "void"
|
|
74802
|
+
}
|
|
74803
|
+
},
|
|
74804
|
+
"description": "Move back to the previous page if it exists.",
|
|
74805
|
+
"inheritedFrom": {
|
|
74806
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
74807
|
+
"module": "paginator/common/paginator-common.js"
|
|
74808
|
+
}
|
|
74809
|
+
},
|
|
74810
|
+
{
|
|
74811
|
+
"kind": "method",
|
|
74812
|
+
"name": "firstPage",
|
|
74813
|
+
"privacy": "public",
|
|
74814
|
+
"return": {
|
|
74815
|
+
"type": {
|
|
74816
|
+
"text": "void"
|
|
74817
|
+
}
|
|
74818
|
+
},
|
|
74819
|
+
"description": "Move to the first page if not already there.",
|
|
74820
|
+
"inheritedFrom": {
|
|
74821
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
74822
|
+
"module": "paginator/common/paginator-common.js"
|
|
74823
|
+
}
|
|
74824
|
+
},
|
|
74825
|
+
{
|
|
74826
|
+
"kind": "method",
|
|
74827
|
+
"name": "lastPage",
|
|
74828
|
+
"privacy": "public",
|
|
74829
|
+
"return": {
|
|
74830
|
+
"type": {
|
|
74831
|
+
"text": "void"
|
|
74832
|
+
}
|
|
74833
|
+
},
|
|
74834
|
+
"description": "Move to the last page if not already there.",
|
|
74835
|
+
"inheritedFrom": {
|
|
74836
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
74837
|
+
"module": "paginator/common/paginator-common.js"
|
|
74838
|
+
}
|
|
74839
|
+
},
|
|
74840
|
+
{
|
|
74841
|
+
"kind": "method",
|
|
74842
|
+
"name": "selectPage",
|
|
74843
|
+
"privacy": "public",
|
|
74844
|
+
"return": {
|
|
74845
|
+
"type": {
|
|
74846
|
+
"text": "void"
|
|
74847
|
+
}
|
|
74848
|
+
},
|
|
74849
|
+
"parameters": [
|
|
74850
|
+
{
|
|
74851
|
+
"name": "index",
|
|
74852
|
+
"type": {
|
|
74853
|
+
"text": "number"
|
|
74854
|
+
}
|
|
74855
|
+
}
|
|
74856
|
+
],
|
|
74857
|
+
"description": "Move to a specific page index.",
|
|
74858
|
+
"inheritedFrom": {
|
|
74859
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
74860
|
+
"module": "paginator/common/paginator-common.js"
|
|
74861
|
+
}
|
|
74862
|
+
},
|
|
74863
|
+
{
|
|
74864
|
+
"kind": "method",
|
|
74865
|
+
"name": "hasPreviousPage",
|
|
74866
|
+
"privacy": "public",
|
|
74867
|
+
"return": {
|
|
74868
|
+
"type": {
|
|
74869
|
+
"text": "boolean"
|
|
74870
|
+
}
|
|
74871
|
+
},
|
|
74872
|
+
"description": "Whether there is a previous page.",
|
|
74873
|
+
"inheritedFrom": {
|
|
74874
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
74875
|
+
"module": "paginator/common/paginator-common.js"
|
|
74876
|
+
}
|
|
74877
|
+
},
|
|
74878
|
+
{
|
|
74879
|
+
"kind": "method",
|
|
74880
|
+
"name": "hasNextPage",
|
|
74881
|
+
"privacy": "public",
|
|
74882
|
+
"return": {
|
|
74883
|
+
"type": {
|
|
74884
|
+
"text": "boolean"
|
|
74885
|
+
}
|
|
74886
|
+
},
|
|
74887
|
+
"description": "Whether there is a next page.",
|
|
74888
|
+
"inheritedFrom": {
|
|
74889
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
74890
|
+
"module": "paginator/common/paginator-common.js"
|
|
74891
|
+
}
|
|
74892
|
+
},
|
|
74619
74893
|
{
|
|
74620
74894
|
"kind": "method",
|
|
74621
74895
|
"name": "numberOfPages",
|
|
74622
|
-
"privacy": "
|
|
74896
|
+
"privacy": "public",
|
|
74623
74897
|
"return": {
|
|
74624
74898
|
"type": {
|
|
74625
74899
|
"text": "number"
|
|
@@ -74649,6 +74923,7 @@
|
|
|
74649
74923
|
}
|
|
74650
74924
|
],
|
|
74651
74925
|
"description": "If the `pageIndex` changes due to user interaction,\nemit the `page` event and then update the `pageIndex` value.",
|
|
74926
|
+
"deprecated": "Will be removed with next major change.",
|
|
74652
74927
|
"inheritedFrom": {
|
|
74653
74928
|
"name": "SbbPaginatorCommonElementMixin",
|
|
74654
74929
|
"module": "paginator/common/paginator-common.js"
|
|
@@ -75209,10 +75484,123 @@
|
|
|
75209
75484
|
"module": "paginator/common/paginator-common.js"
|
|
75210
75485
|
}
|
|
75211
75486
|
},
|
|
75487
|
+
{
|
|
75488
|
+
"kind": "method",
|
|
75489
|
+
"name": "nextPage",
|
|
75490
|
+
"privacy": "public",
|
|
75491
|
+
"return": {
|
|
75492
|
+
"type": {
|
|
75493
|
+
"text": "void"
|
|
75494
|
+
}
|
|
75495
|
+
},
|
|
75496
|
+
"description": "Advances to the next page if it exists.",
|
|
75497
|
+
"inheritedFrom": {
|
|
75498
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
75499
|
+
"module": "paginator/common/paginator-common.js"
|
|
75500
|
+
}
|
|
75501
|
+
},
|
|
75502
|
+
{
|
|
75503
|
+
"kind": "method",
|
|
75504
|
+
"name": "previousPage",
|
|
75505
|
+
"privacy": "public",
|
|
75506
|
+
"return": {
|
|
75507
|
+
"type": {
|
|
75508
|
+
"text": "void"
|
|
75509
|
+
}
|
|
75510
|
+
},
|
|
75511
|
+
"description": "Move back to the previous page if it exists.",
|
|
75512
|
+
"inheritedFrom": {
|
|
75513
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
75514
|
+
"module": "paginator/common/paginator-common.js"
|
|
75515
|
+
}
|
|
75516
|
+
},
|
|
75517
|
+
{
|
|
75518
|
+
"kind": "method",
|
|
75519
|
+
"name": "firstPage",
|
|
75520
|
+
"privacy": "public",
|
|
75521
|
+
"return": {
|
|
75522
|
+
"type": {
|
|
75523
|
+
"text": "void"
|
|
75524
|
+
}
|
|
75525
|
+
},
|
|
75526
|
+
"description": "Move to the first page if not already there.",
|
|
75527
|
+
"inheritedFrom": {
|
|
75528
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
75529
|
+
"module": "paginator/common/paginator-common.js"
|
|
75530
|
+
}
|
|
75531
|
+
},
|
|
75532
|
+
{
|
|
75533
|
+
"kind": "method",
|
|
75534
|
+
"name": "lastPage",
|
|
75535
|
+
"privacy": "public",
|
|
75536
|
+
"return": {
|
|
75537
|
+
"type": {
|
|
75538
|
+
"text": "void"
|
|
75539
|
+
}
|
|
75540
|
+
},
|
|
75541
|
+
"description": "Move to the last page if not already there.",
|
|
75542
|
+
"inheritedFrom": {
|
|
75543
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
75544
|
+
"module": "paginator/common/paginator-common.js"
|
|
75545
|
+
}
|
|
75546
|
+
},
|
|
75547
|
+
{
|
|
75548
|
+
"kind": "method",
|
|
75549
|
+
"name": "selectPage",
|
|
75550
|
+
"privacy": "public",
|
|
75551
|
+
"return": {
|
|
75552
|
+
"type": {
|
|
75553
|
+
"text": "void"
|
|
75554
|
+
}
|
|
75555
|
+
},
|
|
75556
|
+
"parameters": [
|
|
75557
|
+
{
|
|
75558
|
+
"name": "index",
|
|
75559
|
+
"type": {
|
|
75560
|
+
"text": "number"
|
|
75561
|
+
}
|
|
75562
|
+
}
|
|
75563
|
+
],
|
|
75564
|
+
"description": "Move to a specific page index.",
|
|
75565
|
+
"inheritedFrom": {
|
|
75566
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
75567
|
+
"module": "paginator/common/paginator-common.js"
|
|
75568
|
+
}
|
|
75569
|
+
},
|
|
75570
|
+
{
|
|
75571
|
+
"kind": "method",
|
|
75572
|
+
"name": "hasPreviousPage",
|
|
75573
|
+
"privacy": "public",
|
|
75574
|
+
"return": {
|
|
75575
|
+
"type": {
|
|
75576
|
+
"text": "boolean"
|
|
75577
|
+
}
|
|
75578
|
+
},
|
|
75579
|
+
"description": "Whether there is a previous page.",
|
|
75580
|
+
"inheritedFrom": {
|
|
75581
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
75582
|
+
"module": "paginator/common/paginator-common.js"
|
|
75583
|
+
}
|
|
75584
|
+
},
|
|
75585
|
+
{
|
|
75586
|
+
"kind": "method",
|
|
75587
|
+
"name": "hasNextPage",
|
|
75588
|
+
"privacy": "public",
|
|
75589
|
+
"return": {
|
|
75590
|
+
"type": {
|
|
75591
|
+
"text": "boolean"
|
|
75592
|
+
}
|
|
75593
|
+
},
|
|
75594
|
+
"description": "Whether there is a next page.",
|
|
75595
|
+
"inheritedFrom": {
|
|
75596
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
75597
|
+
"module": "paginator/common/paginator-common.js"
|
|
75598
|
+
}
|
|
75599
|
+
},
|
|
75212
75600
|
{
|
|
75213
75601
|
"kind": "method",
|
|
75214
75602
|
"name": "numberOfPages",
|
|
75215
|
-
"privacy": "
|
|
75603
|
+
"privacy": "public",
|
|
75216
75604
|
"return": {
|
|
75217
75605
|
"type": {
|
|
75218
75606
|
"text": "number"
|
|
@@ -75242,6 +75630,7 @@
|
|
|
75242
75630
|
}
|
|
75243
75631
|
],
|
|
75244
75632
|
"description": "If the `pageIndex` changes due to user interaction,\nemit the `page` event and then update the `pageIndex` value.",
|
|
75633
|
+
"deprecated": "Will be removed with next major change.",
|
|
75245
75634
|
"inheritedFrom": {
|
|
75246
75635
|
"name": "SbbPaginatorCommonElementMixin",
|
|
75247
75636
|
"module": "paginator/common/paginator-common.js"
|
|
@@ -84922,7 +85311,7 @@
|
|
|
84922
85311
|
"declarations": [
|
|
84923
85312
|
{
|
|
84924
85313
|
"kind": "class",
|
|
84925
|
-
"description": "Wraps a table to enhance its functionality",
|
|
85314
|
+
"description": "Wraps a table to enhance its functionality.",
|
|
84926
85315
|
"name": "SbbTableWrapperElement",
|
|
84927
85316
|
"slots": [
|
|
84928
85317
|
{
|
|
@@ -84933,17 +85322,25 @@
|
|
|
84933
85322
|
"members": [
|
|
84934
85323
|
{
|
|
84935
85324
|
"kind": "field",
|
|
84936
|
-
"name": "
|
|
84937
|
-
"privacy": "private",
|
|
84938
|
-
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this._checkHorizontalScrollbarOffset(), })"
|
|
84939
|
-
},
|
|
84940
|
-
{
|
|
84941
|
-
"kind": "field",
|
|
84942
|
-
"name": "_tableWrapper",
|
|
85325
|
+
"name": "focusable",
|
|
84943
85326
|
"type": {
|
|
84944
|
-
"text": "
|
|
85327
|
+
"text": "boolean"
|
|
84945
85328
|
},
|
|
84946
|
-
"privacy": "
|
|
85329
|
+
"privacy": "public",
|
|
85330
|
+
"default": "false",
|
|
85331
|
+
"description": "Whether the table wrapper is focusable.",
|
|
85332
|
+
"attribute": "focusable",
|
|
85333
|
+
"reflects": true
|
|
85334
|
+
},
|
|
85335
|
+
{
|
|
85336
|
+
"kind": "method",
|
|
85337
|
+
"name": "_updateScrollbarClass",
|
|
85338
|
+
"privacy": "private",
|
|
85339
|
+
"return": {
|
|
85340
|
+
"type": {
|
|
85341
|
+
"text": "void"
|
|
85342
|
+
}
|
|
85343
|
+
}
|
|
84947
85344
|
},
|
|
84948
85345
|
{
|
|
84949
85346
|
"kind": "method",
|
|
@@ -84983,19 +85380,16 @@
|
|
|
84983
85380
|
}
|
|
84984
85381
|
}
|
|
84985
85382
|
],
|
|
84986
|
-
"mixins": [
|
|
84987
|
-
{
|
|
84988
|
-
"name": "SbbNegativeMixin",
|
|
84989
|
-
"module": "core/mixins.js"
|
|
84990
|
-
}
|
|
84991
|
-
],
|
|
84992
|
-
"superclass": {
|
|
84993
|
-
"name": "LitElement",
|
|
84994
|
-
"package": "lit"
|
|
84995
|
-
},
|
|
84996
|
-
"tagName": "sbb-table-wrapper",
|
|
84997
|
-
"customElement": true,
|
|
84998
85383
|
"attributes": [
|
|
85384
|
+
{
|
|
85385
|
+
"name": "focusable",
|
|
85386
|
+
"type": {
|
|
85387
|
+
"text": "boolean"
|
|
85388
|
+
},
|
|
85389
|
+
"default": "false",
|
|
85390
|
+
"description": "Whether the table wrapper is focusable.",
|
|
85391
|
+
"fieldName": "focusable"
|
|
85392
|
+
},
|
|
84999
85393
|
{
|
|
85000
85394
|
"name": "negative",
|
|
85001
85395
|
"type": {
|
|
@@ -85009,7 +85403,19 @@
|
|
|
85009
85403
|
"module": "core/mixins/negative-mixin.js"
|
|
85010
85404
|
}
|
|
85011
85405
|
}
|
|
85012
|
-
]
|
|
85406
|
+
],
|
|
85407
|
+
"mixins": [
|
|
85408
|
+
{
|
|
85409
|
+
"name": "SbbNegativeMixin",
|
|
85410
|
+
"module": "core/mixins.js"
|
|
85411
|
+
}
|
|
85412
|
+
],
|
|
85413
|
+
"superclass": {
|
|
85414
|
+
"name": "LitElement",
|
|
85415
|
+
"package": "lit"
|
|
85416
|
+
},
|
|
85417
|
+
"tagName": "sbb-table-wrapper",
|
|
85418
|
+
"customElement": true
|
|
85013
85419
|
}
|
|
85014
85420
|
],
|
|
85015
85421
|
"exports": [
|
|
@@ -87822,12 +88228,6 @@
|
|
|
87822
88228
|
"privacy": "private",
|
|
87823
88229
|
"default": "false"
|
|
87824
88230
|
},
|
|
87825
|
-
{
|
|
87826
|
-
"kind": "field",
|
|
87827
|
-
"name": "_toggleResizeObserver",
|
|
87828
|
-
"privacy": "private",
|
|
87829
|
-
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this.updatePillPosition(true), })"
|
|
87830
|
-
},
|
|
87831
88231
|
{
|
|
87832
88232
|
"kind": "field",
|
|
87833
88233
|
"name": "_change",
|
|
@@ -88408,9 +88808,10 @@
|
|
|
88408
88808
|
"kind": "field",
|
|
88409
88809
|
"name": "_toggle",
|
|
88410
88810
|
"type": {
|
|
88411
|
-
"text": "SbbToggleElement |
|
|
88811
|
+
"text": "SbbToggleElement | null"
|
|
88412
88812
|
},
|
|
88413
|
-
"privacy": "private"
|
|
88813
|
+
"privacy": "private",
|
|
88814
|
+
"default": "null"
|
|
88414
88815
|
},
|
|
88415
88816
|
{
|
|
88416
88817
|
"kind": "method",
|