@sbb-esta/lyne-elements 3.3.2 → 3.4.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/core/i18n/i18n.d.ts +5 -0
- package/core/i18n/i18n.d.ts.map +1 -1
- package/core/i18n/i18n.js +108 -84
- package/core/i18n.js +84 -80
- package/core/mixins/element-internals-mixin.js +6 -6
- package/core/mixins/form-associated-input-mixin.d.ts +1 -0
- package/core/mixins/form-associated-input-mixin.d.ts.map +1 -1
- package/core/mixins/form-associated-input-mixin.js +2 -2
- package/core/styles/core/mediaqueries.scss +1 -1
- package/core/styles/core.scss +34 -1
- package/core/styles/mixins/typo.scss +88 -41
- package/core/styles/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables.scss +530 -0
- package/core/styles/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables_css--mixin.scss +1123 -0
- package/core.css +30 -0
- package/custom-elements.json +1176 -471
- package/date-input/date-input.component.d.ts +5 -4
- package/date-input/date-input.component.d.ts.map +1 -1
- package/date-input/date-input.component.js +19 -21
- package/development/core/i18n/i18n.d.ts +5 -0
- package/development/core/i18n/i18n.d.ts.map +1 -1
- package/development/core/i18n/i18n.js +38 -10
- package/development/core/i18n.js +5 -1
- package/development/core/mixins/element-internals-mixin.js +3 -3
- package/development/core/mixins/form-associated-input-mixin.d.ts +1 -0
- package/development/core/mixins/form-associated-input-mixin.d.ts.map +1 -1
- package/development/core/mixins/form-associated-input-mixin.js +3 -2
- package/development/date-input/date-input.component.d.ts +5 -4
- package/development/date-input/date-input.component.d.ts.map +1 -1
- package/development/date-input/date-input.component.js +5 -8
- package/development/dialog/dialog-title/dialog-title.component.js +2 -6
- package/development/file-selector/common/file-selector-common.d.ts +2 -1
- package/development/file-selector/common/file-selector-common.d.ts.map +1 -1
- package/development/file-selector/common/file-selector-common.js +64 -19
- package/development/file-selector/common.js +1 -1
- package/development/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
- package/development/file-selector/file-selector/file-selector.component.js +12 -17
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +0 -7
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +32 -76
- package/development/{file-selector-common-csww18o8.js → file-selector-common-BxXdRZxt.js} +3 -3
- package/development/file-selector.js +1 -1
- package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
- package/development/form-field/form-field/form-field.component.js +4 -4
- package/development/navigation/common/navigation-action-common.js +5 -8
- package/development/navigation/navigation/navigation.component.js +21 -4
- package/development/navigation/navigation-marker/navigation-marker.component.js +5 -8
- package/development/navigation/navigation-section/navigation-section.component.js +6 -19
- package/development/paginator/common/paginator-common.d.ts +3 -0
- package/development/paginator/common/paginator-common.d.ts.map +1 -1
- package/development/paginator/common/paginator-common.js +68 -10
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
- package/development/paginator/compact-paginator/compact-paginator.component.js +8 -3
- package/development/paginator/paginator/paginator.component.d.ts +5 -0
- package/development/paginator/paginator/paginator.component.d.ts.map +1 -1
- package/development/paginator/paginator/paginator.component.js +28 -6
- package/development/sidebar/sidebar-title/sidebar-title.component.js +1 -1
- package/development/tabs/tab-group/tab-group.component.js +3 -4
- package/development/time-input/time-input.component.d.ts +5 -4
- package/development/time-input/time-input.component.d.ts.map +1 -1
- package/development/time-input/time-input.component.js +5 -8
- package/development/title/title-base.js +14 -67
- package/development/title/title.component.js +17 -14
- package/development/toast/toast.component.js +6 -9
- package/development/train/train-wagon/train-wagon.component.js +6 -9
- package/dialog/dialog-title/dialog-title.component.js +1 -1
- package/file-selector/common/file-selector-common.d.ts +2 -1
- package/file-selector/common/file-selector-common.d.ts.map +1 -1
- package/file-selector/common/file-selector-common.js +88 -63
- package/file-selector/common.js +1 -1
- package/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
- package/file-selector/file-selector/file-selector.component.js +26 -31
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +0 -7
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +50 -74
- package/file-selector-common-Cn6U8goV.js +5 -0
- package/file-selector.js +1 -1
- package/form-field/form-field/form-field.component.d.ts.map +1 -1
- package/form-field/form-field/form-field.component.js +3 -3
- package/navigation/common/navigation-action-common.js +8 -8
- package/navigation/navigation/navigation.component.js +1 -1
- package/navigation/navigation-marker/navigation-marker.component.js +1 -1
- package/navigation/navigation-section/navigation-section.component.js +14 -14
- package/package.json +1 -1
- package/paginator/common/paginator-common.d.ts +3 -0
- package/paginator/common/paginator-common.d.ts.map +1 -1
- package/paginator/common/paginator-common.js +103 -63
- package/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
- package/paginator/compact-paginator/compact-paginator.component.js +13 -8
- package/paginator/paginator/paginator.component.d.ts +5 -0
- package/paginator/paginator/paginator.component.d.ts.map +1 -1
- package/paginator/paginator/paginator.component.js +77 -61
- package/sidebar/sidebar-title/sidebar-title.component.js +14 -14
- package/standard-theme.css +30 -0
- package/tabs/tab-group/tab-group.component.js +7 -7
- package/time-input/time-input.component.d.ts +5 -4
- package/time-input/time-input.component.d.ts.map +1 -1
- package/time-input/time-input.component.js +21 -22
- package/title/title-base.js +33 -33
- package/title/title.component.js +9 -9
- package/toast/toast.component.js +1 -1
- package/train/train-wagon/train-wagon.component.js +6 -6
- package/file-selector-common-Dw5d8vA4.js +0 -5
package/custom-elements.json
CHANGED
|
@@ -7921,7 +7921,8 @@
|
|
|
7921
7921
|
"text": "boolean"
|
|
7922
7922
|
},
|
|
7923
7923
|
"privacy": "public",
|
|
7924
|
-
"description": "Whether the input is empty
|
|
7924
|
+
"description": "Whether the input is empty",
|
|
7925
|
+
"deprecated": "true",
|
|
7925
7926
|
"readonly": true
|
|
7926
7927
|
},
|
|
7927
7928
|
{
|
|
@@ -8131,16 +8132,6 @@
|
|
|
8131
8132
|
}
|
|
8132
8133
|
}
|
|
8133
8134
|
},
|
|
8134
|
-
{
|
|
8135
|
-
"kind": "method",
|
|
8136
|
-
"name": "_dispatchFormFieldChange",
|
|
8137
|
-
"privacy": "private",
|
|
8138
|
-
"return": {
|
|
8139
|
-
"type": {
|
|
8140
|
-
"text": "void"
|
|
8141
|
-
}
|
|
8142
|
-
}
|
|
8143
|
-
},
|
|
8144
8135
|
{
|
|
8145
8136
|
"kind": "field",
|
|
8146
8137
|
"name": "role",
|
|
@@ -8156,6 +8147,21 @@
|
|
|
8156
8147
|
"module": "core/mixins/form-associated-input-mixin.js"
|
|
8157
8148
|
}
|
|
8158
8149
|
},
|
|
8150
|
+
{
|
|
8151
|
+
"kind": "field",
|
|
8152
|
+
"name": "formFieldAssociated",
|
|
8153
|
+
"type": {
|
|
8154
|
+
"text": "boolean"
|
|
8155
|
+
},
|
|
8156
|
+
"privacy": "public",
|
|
8157
|
+
"static": true,
|
|
8158
|
+
"readonly": true,
|
|
8159
|
+
"default": "true",
|
|
8160
|
+
"inheritedFrom": {
|
|
8161
|
+
"name": "SbbFormAssociatedInputMixin",
|
|
8162
|
+
"module": "core/mixins/form-associated-input-mixin.js"
|
|
8163
|
+
}
|
|
8164
|
+
},
|
|
8159
8165
|
{
|
|
8160
8166
|
"kind": "field",
|
|
8161
8167
|
"name": "_shouldEmitChange",
|
|
@@ -19246,6 +19252,7 @@
|
|
|
19246
19252
|
},
|
|
19247
19253
|
"privacy": "public",
|
|
19248
19254
|
"description": "Whether the input is empty.",
|
|
19255
|
+
"deprecated": "true",
|
|
19249
19256
|
"readonly": true
|
|
19250
19257
|
},
|
|
19251
19258
|
{
|
|
@@ -19451,16 +19458,6 @@
|
|
|
19451
19458
|
}
|
|
19452
19459
|
}
|
|
19453
19460
|
},
|
|
19454
|
-
{
|
|
19455
|
-
"kind": "method",
|
|
19456
|
-
"name": "_dispatchFormFieldChange",
|
|
19457
|
-
"privacy": "private",
|
|
19458
|
-
"return": {
|
|
19459
|
-
"type": {
|
|
19460
|
-
"text": "void"
|
|
19461
|
-
}
|
|
19462
|
-
}
|
|
19463
|
-
},
|
|
19464
19461
|
{
|
|
19465
19462
|
"kind": "field",
|
|
19466
19463
|
"name": "role",
|
|
@@ -19476,6 +19473,21 @@
|
|
|
19476
19473
|
"module": "core/mixins/form-associated-input-mixin.js"
|
|
19477
19474
|
}
|
|
19478
19475
|
},
|
|
19476
|
+
{
|
|
19477
|
+
"kind": "field",
|
|
19478
|
+
"name": "formFieldAssociated",
|
|
19479
|
+
"type": {
|
|
19480
|
+
"text": "boolean"
|
|
19481
|
+
},
|
|
19482
|
+
"privacy": "public",
|
|
19483
|
+
"static": true,
|
|
19484
|
+
"readonly": true,
|
|
19485
|
+
"default": "true",
|
|
19486
|
+
"inheritedFrom": {
|
|
19487
|
+
"name": "SbbFormAssociatedInputMixin",
|
|
19488
|
+
"module": "core/mixins/form-associated-input-mixin.js"
|
|
19489
|
+
}
|
|
19490
|
+
},
|
|
19479
19491
|
{
|
|
19480
19492
|
"kind": "field",
|
|
19481
19493
|
"name": "_shouldEmitChange",
|
|
@@ -48558,7 +48570,7 @@
|
|
|
48558
48570
|
"type": {
|
|
48559
48571
|
"text": "Record<string, string>"
|
|
48560
48572
|
},
|
|
48561
|
-
"default": "{ de: 'Jahr und Monat auswählen', en: 'Choose year and month', fr: 'Choisir l’année et le mois', it: '
|
|
48573
|
+
"default": "{ de: 'Jahr und Monat auswählen', en: 'Choose year and month', fr: 'Choisir l’année et le mois', it: 'Seleziona anno e mese', }"
|
|
48562
48574
|
},
|
|
48563
48575
|
{
|
|
48564
48576
|
"kind": "variable",
|
|
@@ -48566,7 +48578,7 @@
|
|
|
48566
48578
|
"type": {
|
|
48567
48579
|
"text": "Record<string, string>"
|
|
48568
48580
|
},
|
|
48569
|
-
"default": "{ de: 'Datum auswählen', en: 'Choose date', fr: 'Choisir une date', it: '
|
|
48581
|
+
"default": "{ de: 'Datum auswählen', en: 'Choose date', fr: 'Choisir une date', it: 'Seleziona una data', }"
|
|
48570
48582
|
},
|
|
48571
48583
|
{
|
|
48572
48584
|
"kind": "function",
|
|
@@ -48755,7 +48767,7 @@
|
|
|
48755
48767
|
"type": {
|
|
48756
48768
|
"text": "Record<string, string>"
|
|
48757
48769
|
},
|
|
48758
|
-
"default": "{ de: 'Klicken Sie auf diese Karte für Details', en: 'Click on this card for details', fr: 'Cliquez sur cette carte pour plus de détails', it: '
|
|
48770
|
+
"default": "{ de: 'Klicken Sie auf diese Karte für Details', en: 'Click on this card for details', fr: 'Cliquez sur cette carte pour plus de détails', it: 'Clicca su questa scheda per i dettagli', }"
|
|
48759
48771
|
},
|
|
48760
48772
|
{
|
|
48761
48773
|
"kind": "variable",
|
|
@@ -48763,7 +48775,7 @@
|
|
|
48763
48775
|
"type": {
|
|
48764
48776
|
"text": "Record<string, string>"
|
|
48765
48777
|
},
|
|
48766
|
-
"default": "{ de: 'Klicken Sie auf diese Karte, um zurück zur Zusammenfassung zu gelangen', en: 'Click on this card to go back to the summary', fr: 'Cliquez sur cette carte pour revenir au résumé', it: '
|
|
48778
|
+
"default": "{ de: 'Klicken Sie auf diese Karte, um zurück zur Zusammenfassung zu gelangen', en: 'Click on this card to go back to the summary', fr: 'Cliquez sur cette carte pour revenir au résumé', it: 'Clicca su questa scheda per tornare al sommario', }"
|
|
48767
48779
|
},
|
|
48768
48780
|
{
|
|
48769
48781
|
"kind": "variable",
|
|
@@ -48771,7 +48783,15 @@
|
|
|
48771
48783
|
"type": {
|
|
48772
48784
|
"text": "Record<string, string>"
|
|
48773
48785
|
},
|
|
48774
|
-
"default": "{ de: 'Datei auswählen', en: 'Choose a file', fr: 'Choisissez un fichier', it: '
|
|
48786
|
+
"default": "{ de: 'Datei auswählen', en: 'Choose a file', fr: 'Choisissez un fichier', it: 'Scegli un file', }"
|
|
48787
|
+
},
|
|
48788
|
+
{
|
|
48789
|
+
"kind": "variable",
|
|
48790
|
+
"name": "i18nFileSelectorButtonLabelMultiple",
|
|
48791
|
+
"type": {
|
|
48792
|
+
"text": "Record<string, string>"
|
|
48793
|
+
},
|
|
48794
|
+
"default": "{ de: 'Dateien auswählen', en: 'Choose files', fr: 'Choisissez des fichiers', it: 'Scegli file', }"
|
|
48775
48795
|
},
|
|
48776
48796
|
{
|
|
48777
48797
|
"kind": "variable",
|
|
@@ -48779,7 +48799,15 @@
|
|
|
48779
48799
|
"type": {
|
|
48780
48800
|
"text": "Record<string, string>"
|
|
48781
48801
|
},
|
|
48782
|
-
"default": "{ de: 'Ziehen Sie Ihre
|
|
48802
|
+
"default": "{ de: 'Ziehen Sie Ihre Datei hier hin (Drag & Drop)', en: 'Drag & Drop your file here', fr: 'Faites glisser et déposez votre fichier ici', it: 'Trascina e rilascia il file qui', }"
|
|
48803
|
+
},
|
|
48804
|
+
{
|
|
48805
|
+
"kind": "variable",
|
|
48806
|
+
"name": "i18nFileSelectorSubtitleLabelMultiple",
|
|
48807
|
+
"type": {
|
|
48808
|
+
"text": "Record<string, string>"
|
|
48809
|
+
},
|
|
48810
|
+
"default": "{ de: 'Ziehen Sie Ihre Dateien hier hin (Drag & Drop)', en: 'Drag & Drop your files here', fr: 'Faites glisser et déposez vos fichiers ici', it: 'Trascina e rilascia i file qui', }"
|
|
48783
48811
|
},
|
|
48784
48812
|
{
|
|
48785
48813
|
"kind": "variable",
|
|
@@ -48787,7 +48815,7 @@
|
|
|
48787
48815
|
"type": {
|
|
48788
48816
|
"text": "Record<string, string>"
|
|
48789
48817
|
},
|
|
48790
|
-
"default": "{ de: 'Datei entfernen', en: 'Remove file', fr: 'Effacer le fichier', it: '
|
|
48818
|
+
"default": "{ de: 'Datei entfernen', en: 'Remove file', fr: 'Effacer le fichier', it: 'Rimuovi il file', }"
|
|
48791
48819
|
},
|
|
48792
48820
|
{
|
|
48793
48821
|
"kind": "function",
|
|
@@ -48853,7 +48881,24 @@
|
|
|
48853
48881
|
"text": "number"
|
|
48854
48882
|
}
|
|
48855
48883
|
}
|
|
48856
|
-
]
|
|
48884
|
+
],
|
|
48885
|
+
"deprecated": "true"
|
|
48886
|
+
},
|
|
48887
|
+
{
|
|
48888
|
+
"kind": "variable",
|
|
48889
|
+
"name": "i18nPaginatorSelected",
|
|
48890
|
+
"type": {
|
|
48891
|
+
"text": "Record<string, string>"
|
|
48892
|
+
},
|
|
48893
|
+
"default": "{ de: `ausgewählt`, en: `selected`, fr: `sélectionnée`, it: `selezionata`, }"
|
|
48894
|
+
},
|
|
48895
|
+
{
|
|
48896
|
+
"kind": "variable",
|
|
48897
|
+
"name": "i18nPaginatorOf",
|
|
48898
|
+
"type": {
|
|
48899
|
+
"text": "Record<string, string>"
|
|
48900
|
+
},
|
|
48901
|
+
"default": "{ de: `von`, en: `of`, fr: `sur`, it: `di`, }"
|
|
48857
48902
|
},
|
|
48858
48903
|
{
|
|
48859
48904
|
"kind": "variable",
|
|
@@ -48944,7 +48989,7 @@
|
|
|
48944
48989
|
"type": {
|
|
48945
48990
|
"text": "Record<string, string>"
|
|
48946
48991
|
},
|
|
48947
|
-
"default": "{ de: 'Bitte gültige Zeit eingeben.', en: 'Please provide a valid time.', fr: 'Veuillez saisir une heure valide.', it: '
|
|
48992
|
+
"default": "{ de: 'Bitte gültige Zeit eingeben.', en: 'Please provide a valid time.', fr: 'Veuillez saisir une heure valide.', it: 'Inserisci un orario valido.', }"
|
|
48948
48993
|
},
|
|
48949
48994
|
{
|
|
48950
48995
|
"kind": "variable",
|
|
@@ -48968,7 +49013,7 @@
|
|
|
48968
49013
|
"type": {
|
|
48969
49014
|
"text": "Record<string, string>"
|
|
48970
49015
|
},
|
|
48971
|
-
"default": "{ de: 'Drücken Sie die Entfernen-Taste um den Chip zu löschen', en: 'Press the Delete button to remove the chip', fr: 'Appuyez sur la touche Del pour supprimer cette puce', it: '
|
|
49016
|
+
"default": "{ de: 'Drücken Sie die Entfernen-Taste um den Chip zu löschen', en: 'Press the Delete button to remove the chip', fr: 'Appuyez sur la touche Del pour supprimer cette puce', it: 'Premi il tasto Canc per rimuovere questa chip', }"
|
|
48972
49017
|
},
|
|
48973
49018
|
{
|
|
48974
49019
|
"kind": "variable",
|
|
@@ -49556,6 +49601,14 @@
|
|
|
49556
49601
|
"module": "core/i18n/i18n.js"
|
|
49557
49602
|
}
|
|
49558
49603
|
},
|
|
49604
|
+
{
|
|
49605
|
+
"kind": "js",
|
|
49606
|
+
"name": "i18nFileSelectorButtonLabelMultiple",
|
|
49607
|
+
"declaration": {
|
|
49608
|
+
"name": "i18nFileSelectorButtonLabelMultiple",
|
|
49609
|
+
"module": "core/i18n/i18n.js"
|
|
49610
|
+
}
|
|
49611
|
+
},
|
|
49559
49612
|
{
|
|
49560
49613
|
"kind": "js",
|
|
49561
49614
|
"name": "i18nFileSelectorSubtitleLabel",
|
|
@@ -49564,6 +49617,14 @@
|
|
|
49564
49617
|
"module": "core/i18n/i18n.js"
|
|
49565
49618
|
}
|
|
49566
49619
|
},
|
|
49620
|
+
{
|
|
49621
|
+
"kind": "js",
|
|
49622
|
+
"name": "i18nFileSelectorSubtitleLabelMultiple",
|
|
49623
|
+
"declaration": {
|
|
49624
|
+
"name": "i18nFileSelectorSubtitleLabelMultiple",
|
|
49625
|
+
"module": "core/i18n/i18n.js"
|
|
49626
|
+
}
|
|
49627
|
+
},
|
|
49567
49628
|
{
|
|
49568
49629
|
"kind": "js",
|
|
49569
49630
|
"name": "i18nFileSelectorDeleteFile",
|
|
@@ -49620,6 +49681,22 @@
|
|
|
49620
49681
|
"module": "core/i18n/i18n.js"
|
|
49621
49682
|
}
|
|
49622
49683
|
},
|
|
49684
|
+
{
|
|
49685
|
+
"kind": "js",
|
|
49686
|
+
"name": "i18nPaginatorSelected",
|
|
49687
|
+
"declaration": {
|
|
49688
|
+
"name": "i18nPaginatorSelected",
|
|
49689
|
+
"module": "core/i18n/i18n.js"
|
|
49690
|
+
}
|
|
49691
|
+
},
|
|
49692
|
+
{
|
|
49693
|
+
"kind": "js",
|
|
49694
|
+
"name": "i18nPaginatorOf",
|
|
49695
|
+
"declaration": {
|
|
49696
|
+
"name": "i18nPaginatorOf",
|
|
49697
|
+
"module": "core/i18n/i18n.js"
|
|
49698
|
+
}
|
|
49699
|
+
},
|
|
49623
49700
|
{
|
|
49624
49701
|
"kind": "js",
|
|
49625
49702
|
"name": "i18nCheckboxRequired",
|
|
@@ -51557,6 +51634,17 @@
|
|
|
51557
51634
|
"description": "",
|
|
51558
51635
|
"name": "SbbFormAssociatedInputMixinType",
|
|
51559
51636
|
"members": [
|
|
51637
|
+
{
|
|
51638
|
+
"kind": "field",
|
|
51639
|
+
"name": "formFieldAssociated",
|
|
51640
|
+
"type": {
|
|
51641
|
+
"text": "boolean"
|
|
51642
|
+
},
|
|
51643
|
+
"privacy": "public",
|
|
51644
|
+
"static": true,
|
|
51645
|
+
"readonly": true,
|
|
51646
|
+
"default": "true"
|
|
51647
|
+
},
|
|
51560
51648
|
{
|
|
51561
51649
|
"kind": "field",
|
|
51562
51650
|
"name": "value",
|
|
@@ -52114,6 +52202,17 @@
|
|
|
52114
52202
|
"readonly": true,
|
|
52115
52203
|
"default": "'textbox'"
|
|
52116
52204
|
},
|
|
52205
|
+
{
|
|
52206
|
+
"kind": "field",
|
|
52207
|
+
"name": "formFieldAssociated",
|
|
52208
|
+
"type": {
|
|
52209
|
+
"text": "boolean"
|
|
52210
|
+
},
|
|
52211
|
+
"privacy": "public",
|
|
52212
|
+
"static": true,
|
|
52213
|
+
"readonly": true,
|
|
52214
|
+
"default": "true"
|
|
52215
|
+
},
|
|
52117
52216
|
{
|
|
52118
52217
|
"kind": "field",
|
|
52119
52218
|
"name": "_shouldEmitChange",
|
|
@@ -65779,6 +65878,16 @@
|
|
|
65779
65878
|
}
|
|
65780
65879
|
]
|
|
65781
65880
|
},
|
|
65881
|
+
{
|
|
65882
|
+
"kind": "method",
|
|
65883
|
+
"name": "getButtonLabel",
|
|
65884
|
+
"privacy": "protected",
|
|
65885
|
+
"return": {
|
|
65886
|
+
"type": {
|
|
65887
|
+
"text": "string"
|
|
65888
|
+
}
|
|
65889
|
+
}
|
|
65890
|
+
},
|
|
65782
65891
|
{
|
|
65783
65892
|
"kind": "method",
|
|
65784
65893
|
"name": "formResetCallback",
|
|
@@ -66401,6 +66510,23 @@
|
|
|
66401
66510
|
"privacy": "protected",
|
|
66402
66511
|
"default": "new SbbLanguageController(this)"
|
|
66403
66512
|
},
|
|
66513
|
+
{
|
|
66514
|
+
"kind": "field",
|
|
66515
|
+
"name": "_counter",
|
|
66516
|
+
"type": {
|
|
66517
|
+
"text": "number"
|
|
66518
|
+
},
|
|
66519
|
+
"privacy": "private",
|
|
66520
|
+
"default": "0"
|
|
66521
|
+
},
|
|
66522
|
+
{
|
|
66523
|
+
"kind": "field",
|
|
66524
|
+
"name": "_dragTarget",
|
|
66525
|
+
"type": {
|
|
66526
|
+
"text": "HTMLElement | undefined"
|
|
66527
|
+
},
|
|
66528
|
+
"privacy": "private"
|
|
66529
|
+
},
|
|
66404
66530
|
{
|
|
66405
66531
|
"kind": "method",
|
|
66406
66532
|
"name": "renderTemplate",
|
|
@@ -66549,6 +66675,16 @@
|
|
|
66549
66675
|
}
|
|
66550
66676
|
]
|
|
66551
66677
|
},
|
|
66678
|
+
{
|
|
66679
|
+
"kind": "method",
|
|
66680
|
+
"name": "getButtonLabel",
|
|
66681
|
+
"privacy": "protected",
|
|
66682
|
+
"return": {
|
|
66683
|
+
"type": {
|
|
66684
|
+
"text": "string"
|
|
66685
|
+
}
|
|
66686
|
+
}
|
|
66687
|
+
},
|
|
66552
66688
|
{
|
|
66553
66689
|
"kind": "method",
|
|
66554
66690
|
"name": "_removeFile",
|
|
@@ -66616,6 +66752,104 @@
|
|
|
66616
66752
|
}
|
|
66617
66753
|
}
|
|
66618
66754
|
},
|
|
66755
|
+
{
|
|
66756
|
+
"kind": "method",
|
|
66757
|
+
"name": "_onDragEnter",
|
|
66758
|
+
"privacy": "private",
|
|
66759
|
+
"return": {
|
|
66760
|
+
"type": {
|
|
66761
|
+
"text": "void"
|
|
66762
|
+
}
|
|
66763
|
+
},
|
|
66764
|
+
"parameters": [
|
|
66765
|
+
{
|
|
66766
|
+
"name": "event",
|
|
66767
|
+
"type": {
|
|
66768
|
+
"text": "DragEvent"
|
|
66769
|
+
}
|
|
66770
|
+
}
|
|
66771
|
+
]
|
|
66772
|
+
},
|
|
66773
|
+
{
|
|
66774
|
+
"kind": "method",
|
|
66775
|
+
"name": "_onDragLeave",
|
|
66776
|
+
"privacy": "private",
|
|
66777
|
+
"return": {
|
|
66778
|
+
"type": {
|
|
66779
|
+
"text": "void"
|
|
66780
|
+
}
|
|
66781
|
+
},
|
|
66782
|
+
"parameters": [
|
|
66783
|
+
{
|
|
66784
|
+
"name": "event",
|
|
66785
|
+
"type": {
|
|
66786
|
+
"text": "DragEvent"
|
|
66787
|
+
}
|
|
66788
|
+
}
|
|
66789
|
+
]
|
|
66790
|
+
},
|
|
66791
|
+
{
|
|
66792
|
+
"kind": "method",
|
|
66793
|
+
"name": "_onFileDrop",
|
|
66794
|
+
"privacy": "private",
|
|
66795
|
+
"return": {
|
|
66796
|
+
"type": {
|
|
66797
|
+
"text": "void"
|
|
66798
|
+
}
|
|
66799
|
+
},
|
|
66800
|
+
"parameters": [
|
|
66801
|
+
{
|
|
66802
|
+
"name": "event",
|
|
66803
|
+
"type": {
|
|
66804
|
+
"text": "DragEvent"
|
|
66805
|
+
}
|
|
66806
|
+
}
|
|
66807
|
+
]
|
|
66808
|
+
},
|
|
66809
|
+
{
|
|
66810
|
+
"kind": "method",
|
|
66811
|
+
"name": "_blockEvent",
|
|
66812
|
+
"privacy": "private",
|
|
66813
|
+
"return": {
|
|
66814
|
+
"type": {
|
|
66815
|
+
"text": "void"
|
|
66816
|
+
}
|
|
66817
|
+
},
|
|
66818
|
+
"parameters": [
|
|
66819
|
+
{
|
|
66820
|
+
"name": "event",
|
|
66821
|
+
"type": {
|
|
66822
|
+
"text": "DragEvent"
|
|
66823
|
+
}
|
|
66824
|
+
}
|
|
66825
|
+
]
|
|
66826
|
+
},
|
|
66827
|
+
{
|
|
66828
|
+
"kind": "method",
|
|
66829
|
+
"name": "_setDragState",
|
|
66830
|
+
"privacy": "private",
|
|
66831
|
+
"return": {
|
|
66832
|
+
"type": {
|
|
66833
|
+
"text": "void"
|
|
66834
|
+
}
|
|
66835
|
+
},
|
|
66836
|
+
"parameters": [
|
|
66837
|
+
{
|
|
66838
|
+
"name": "dragTarget",
|
|
66839
|
+
"default": "undefined",
|
|
66840
|
+
"type": {
|
|
66841
|
+
"text": "HTMLElement | undefined"
|
|
66842
|
+
}
|
|
66843
|
+
},
|
|
66844
|
+
{
|
|
66845
|
+
"name": "isDragEnter",
|
|
66846
|
+
"default": "false",
|
|
66847
|
+
"type": {
|
|
66848
|
+
"text": "boolean"
|
|
66849
|
+
}
|
|
66850
|
+
}
|
|
66851
|
+
]
|
|
66852
|
+
},
|
|
66619
66853
|
{
|
|
66620
66854
|
"kind": "field",
|
|
66621
66855
|
"name": "disabled",
|
|
@@ -67370,6 +67604,31 @@
|
|
|
67370
67604
|
"module": "file-selector/common/file-selector-common.js"
|
|
67371
67605
|
}
|
|
67372
67606
|
},
|
|
67607
|
+
{
|
|
67608
|
+
"kind": "field",
|
|
67609
|
+
"name": "_counter",
|
|
67610
|
+
"type": {
|
|
67611
|
+
"text": "number"
|
|
67612
|
+
},
|
|
67613
|
+
"privacy": "private",
|
|
67614
|
+
"default": "0",
|
|
67615
|
+
"inheritedFrom": {
|
|
67616
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
67617
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
67618
|
+
}
|
|
67619
|
+
},
|
|
67620
|
+
{
|
|
67621
|
+
"kind": "field",
|
|
67622
|
+
"name": "_dragTarget",
|
|
67623
|
+
"type": {
|
|
67624
|
+
"text": "HTMLElement | undefined"
|
|
67625
|
+
},
|
|
67626
|
+
"privacy": "private",
|
|
67627
|
+
"inheritedFrom": {
|
|
67628
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
67629
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
67630
|
+
}
|
|
67631
|
+
},
|
|
67373
67632
|
{
|
|
67374
67633
|
"kind": "method",
|
|
67375
67634
|
"name": "formResetCallback",
|
|
@@ -67528,6 +67787,20 @@
|
|
|
67528
67787
|
"module": "file-selector/common/file-selector-common.js"
|
|
67529
67788
|
}
|
|
67530
67789
|
},
|
|
67790
|
+
{
|
|
67791
|
+
"kind": "method",
|
|
67792
|
+
"name": "getButtonLabel",
|
|
67793
|
+
"privacy": "protected",
|
|
67794
|
+
"return": {
|
|
67795
|
+
"type": {
|
|
67796
|
+
"text": "string"
|
|
67797
|
+
}
|
|
67798
|
+
},
|
|
67799
|
+
"inheritedFrom": {
|
|
67800
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
67801
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
67802
|
+
}
|
|
67803
|
+
},
|
|
67531
67804
|
{
|
|
67532
67805
|
"kind": "method",
|
|
67533
67806
|
"name": "_removeFile",
|
|
@@ -67615,6 +67888,124 @@
|
|
|
67615
67888
|
"module": "file-selector/common/file-selector-common.js"
|
|
67616
67889
|
}
|
|
67617
67890
|
},
|
|
67891
|
+
{
|
|
67892
|
+
"kind": "method",
|
|
67893
|
+
"name": "_onDragEnter",
|
|
67894
|
+
"privacy": "private",
|
|
67895
|
+
"return": {
|
|
67896
|
+
"type": {
|
|
67897
|
+
"text": "void"
|
|
67898
|
+
}
|
|
67899
|
+
},
|
|
67900
|
+
"parameters": [
|
|
67901
|
+
{
|
|
67902
|
+
"name": "event",
|
|
67903
|
+
"type": {
|
|
67904
|
+
"text": "DragEvent"
|
|
67905
|
+
}
|
|
67906
|
+
}
|
|
67907
|
+
],
|
|
67908
|
+
"inheritedFrom": {
|
|
67909
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
67910
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
67911
|
+
}
|
|
67912
|
+
},
|
|
67913
|
+
{
|
|
67914
|
+
"kind": "method",
|
|
67915
|
+
"name": "_onDragLeave",
|
|
67916
|
+
"privacy": "private",
|
|
67917
|
+
"return": {
|
|
67918
|
+
"type": {
|
|
67919
|
+
"text": "void"
|
|
67920
|
+
}
|
|
67921
|
+
},
|
|
67922
|
+
"parameters": [
|
|
67923
|
+
{
|
|
67924
|
+
"name": "event",
|
|
67925
|
+
"type": {
|
|
67926
|
+
"text": "DragEvent"
|
|
67927
|
+
}
|
|
67928
|
+
}
|
|
67929
|
+
],
|
|
67930
|
+
"inheritedFrom": {
|
|
67931
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
67932
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
67933
|
+
}
|
|
67934
|
+
},
|
|
67935
|
+
{
|
|
67936
|
+
"kind": "method",
|
|
67937
|
+
"name": "_onFileDrop",
|
|
67938
|
+
"privacy": "private",
|
|
67939
|
+
"return": {
|
|
67940
|
+
"type": {
|
|
67941
|
+
"text": "void"
|
|
67942
|
+
}
|
|
67943
|
+
},
|
|
67944
|
+
"parameters": [
|
|
67945
|
+
{
|
|
67946
|
+
"name": "event",
|
|
67947
|
+
"type": {
|
|
67948
|
+
"text": "DragEvent"
|
|
67949
|
+
}
|
|
67950
|
+
}
|
|
67951
|
+
],
|
|
67952
|
+
"inheritedFrom": {
|
|
67953
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
67954
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
67955
|
+
}
|
|
67956
|
+
},
|
|
67957
|
+
{
|
|
67958
|
+
"kind": "method",
|
|
67959
|
+
"name": "_blockEvent",
|
|
67960
|
+
"privacy": "private",
|
|
67961
|
+
"return": {
|
|
67962
|
+
"type": {
|
|
67963
|
+
"text": "void"
|
|
67964
|
+
}
|
|
67965
|
+
},
|
|
67966
|
+
"parameters": [
|
|
67967
|
+
{
|
|
67968
|
+
"name": "event",
|
|
67969
|
+
"type": {
|
|
67970
|
+
"text": "DragEvent"
|
|
67971
|
+
}
|
|
67972
|
+
}
|
|
67973
|
+
],
|
|
67974
|
+
"inheritedFrom": {
|
|
67975
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
67976
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
67977
|
+
}
|
|
67978
|
+
},
|
|
67979
|
+
{
|
|
67980
|
+
"kind": "method",
|
|
67981
|
+
"name": "_setDragState",
|
|
67982
|
+
"privacy": "private",
|
|
67983
|
+
"return": {
|
|
67984
|
+
"type": {
|
|
67985
|
+
"text": "void"
|
|
67986
|
+
}
|
|
67987
|
+
},
|
|
67988
|
+
"parameters": [
|
|
67989
|
+
{
|
|
67990
|
+
"name": "dragTarget",
|
|
67991
|
+
"default": "undefined",
|
|
67992
|
+
"type": {
|
|
67993
|
+
"text": "HTMLElement | undefined"
|
|
67994
|
+
}
|
|
67995
|
+
},
|
|
67996
|
+
{
|
|
67997
|
+
"name": "isDragEnter",
|
|
67998
|
+
"default": "false",
|
|
67999
|
+
"type": {
|
|
68000
|
+
"text": "boolean"
|
|
68001
|
+
}
|
|
68002
|
+
}
|
|
68003
|
+
],
|
|
68004
|
+
"inheritedFrom": {
|
|
68005
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
68006
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
68007
|
+
}
|
|
68008
|
+
},
|
|
67618
68009
|
{
|
|
67619
68010
|
"kind": "field",
|
|
67620
68011
|
"name": "disabled",
|
|
@@ -68190,121 +68581,6 @@
|
|
|
68190
68581
|
"description": "The title displayed in `dropzone` variant.",
|
|
68191
68582
|
"attribute": "title-content"
|
|
68192
68583
|
},
|
|
68193
|
-
{
|
|
68194
|
-
"kind": "field",
|
|
68195
|
-
"name": "_counter",
|
|
68196
|
-
"type": {
|
|
68197
|
-
"text": "number"
|
|
68198
|
-
},
|
|
68199
|
-
"privacy": "private",
|
|
68200
|
-
"default": "0"
|
|
68201
|
-
},
|
|
68202
|
-
{
|
|
68203
|
-
"kind": "field",
|
|
68204
|
-
"name": "_dragTarget",
|
|
68205
|
-
"type": {
|
|
68206
|
-
"text": "HTMLElement | undefined"
|
|
68207
|
-
},
|
|
68208
|
-
"privacy": "private"
|
|
68209
|
-
},
|
|
68210
|
-
{
|
|
68211
|
-
"kind": "method",
|
|
68212
|
-
"name": "_blockEvent",
|
|
68213
|
-
"privacy": "private",
|
|
68214
|
-
"return": {
|
|
68215
|
-
"type": {
|
|
68216
|
-
"text": "void"
|
|
68217
|
-
}
|
|
68218
|
-
},
|
|
68219
|
-
"parameters": [
|
|
68220
|
-
{
|
|
68221
|
-
"name": "event",
|
|
68222
|
-
"type": {
|
|
68223
|
-
"text": "DragEvent"
|
|
68224
|
-
}
|
|
68225
|
-
}
|
|
68226
|
-
]
|
|
68227
|
-
},
|
|
68228
|
-
{
|
|
68229
|
-
"kind": "method",
|
|
68230
|
-
"name": "_onDragEnter",
|
|
68231
|
-
"privacy": "private",
|
|
68232
|
-
"return": {
|
|
68233
|
-
"type": {
|
|
68234
|
-
"text": "void"
|
|
68235
|
-
}
|
|
68236
|
-
},
|
|
68237
|
-
"parameters": [
|
|
68238
|
-
{
|
|
68239
|
-
"name": "event",
|
|
68240
|
-
"type": {
|
|
68241
|
-
"text": "DragEvent"
|
|
68242
|
-
}
|
|
68243
|
-
}
|
|
68244
|
-
]
|
|
68245
|
-
},
|
|
68246
|
-
{
|
|
68247
|
-
"kind": "method",
|
|
68248
|
-
"name": "_onDragLeave",
|
|
68249
|
-
"privacy": "private",
|
|
68250
|
-
"return": {
|
|
68251
|
-
"type": {
|
|
68252
|
-
"text": "void"
|
|
68253
|
-
}
|
|
68254
|
-
},
|
|
68255
|
-
"parameters": [
|
|
68256
|
-
{
|
|
68257
|
-
"name": "event",
|
|
68258
|
-
"type": {
|
|
68259
|
-
"text": "DragEvent"
|
|
68260
|
-
}
|
|
68261
|
-
}
|
|
68262
|
-
]
|
|
68263
|
-
},
|
|
68264
|
-
{
|
|
68265
|
-
"kind": "method",
|
|
68266
|
-
"name": "_onFileDrop",
|
|
68267
|
-
"privacy": "private",
|
|
68268
|
-
"return": {
|
|
68269
|
-
"type": {
|
|
68270
|
-
"text": "void"
|
|
68271
|
-
}
|
|
68272
|
-
},
|
|
68273
|
-
"parameters": [
|
|
68274
|
-
{
|
|
68275
|
-
"name": "event",
|
|
68276
|
-
"type": {
|
|
68277
|
-
"text": "DragEvent"
|
|
68278
|
-
}
|
|
68279
|
-
}
|
|
68280
|
-
]
|
|
68281
|
-
},
|
|
68282
|
-
{
|
|
68283
|
-
"kind": "method",
|
|
68284
|
-
"name": "_setDragState",
|
|
68285
|
-
"privacy": "private",
|
|
68286
|
-
"return": {
|
|
68287
|
-
"type": {
|
|
68288
|
-
"text": "void"
|
|
68289
|
-
}
|
|
68290
|
-
},
|
|
68291
|
-
"parameters": [
|
|
68292
|
-
{
|
|
68293
|
-
"name": "dragTarget",
|
|
68294
|
-
"default": "undefined",
|
|
68295
|
-
"type": {
|
|
68296
|
-
"text": "HTMLElement | undefined"
|
|
68297
|
-
}
|
|
68298
|
-
},
|
|
68299
|
-
{
|
|
68300
|
-
"name": "isDragEnter",
|
|
68301
|
-
"default": "false",
|
|
68302
|
-
"type": {
|
|
68303
|
-
"text": "boolean"
|
|
68304
|
-
}
|
|
68305
|
-
}
|
|
68306
|
-
]
|
|
68307
|
-
},
|
|
68308
68584
|
{
|
|
68309
68585
|
"kind": "method",
|
|
68310
68586
|
"name": "renderTemplate",
|
|
@@ -68517,6 +68793,31 @@
|
|
|
68517
68793
|
"module": "file-selector/common/file-selector-common.js"
|
|
68518
68794
|
}
|
|
68519
68795
|
},
|
|
68796
|
+
{
|
|
68797
|
+
"kind": "field",
|
|
68798
|
+
"name": "_counter",
|
|
68799
|
+
"type": {
|
|
68800
|
+
"text": "number"
|
|
68801
|
+
},
|
|
68802
|
+
"privacy": "private",
|
|
68803
|
+
"default": "0",
|
|
68804
|
+
"inheritedFrom": {
|
|
68805
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
68806
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
68807
|
+
}
|
|
68808
|
+
},
|
|
68809
|
+
{
|
|
68810
|
+
"kind": "field",
|
|
68811
|
+
"name": "_dragTarget",
|
|
68812
|
+
"type": {
|
|
68813
|
+
"text": "HTMLElement | undefined"
|
|
68814
|
+
},
|
|
68815
|
+
"privacy": "private",
|
|
68816
|
+
"inheritedFrom": {
|
|
68817
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
68818
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
68819
|
+
}
|
|
68820
|
+
},
|
|
68520
68821
|
{
|
|
68521
68822
|
"kind": "method",
|
|
68522
68823
|
"name": "formResetCallback",
|
|
@@ -68675,6 +68976,20 @@
|
|
|
68675
68976
|
"module": "file-selector/common/file-selector-common.js"
|
|
68676
68977
|
}
|
|
68677
68978
|
},
|
|
68979
|
+
{
|
|
68980
|
+
"kind": "method",
|
|
68981
|
+
"name": "getButtonLabel",
|
|
68982
|
+
"privacy": "protected",
|
|
68983
|
+
"return": {
|
|
68984
|
+
"type": {
|
|
68985
|
+
"text": "string"
|
|
68986
|
+
}
|
|
68987
|
+
},
|
|
68988
|
+
"inheritedFrom": {
|
|
68989
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
68990
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
68991
|
+
}
|
|
68992
|
+
},
|
|
68678
68993
|
{
|
|
68679
68994
|
"kind": "method",
|
|
68680
68995
|
"name": "_removeFile",
|
|
@@ -68762,6 +69077,124 @@
|
|
|
68762
69077
|
"module": "file-selector/common/file-selector-common.js"
|
|
68763
69078
|
}
|
|
68764
69079
|
},
|
|
69080
|
+
{
|
|
69081
|
+
"kind": "method",
|
|
69082
|
+
"name": "_onDragEnter",
|
|
69083
|
+
"privacy": "private",
|
|
69084
|
+
"return": {
|
|
69085
|
+
"type": {
|
|
69086
|
+
"text": "void"
|
|
69087
|
+
}
|
|
69088
|
+
},
|
|
69089
|
+
"parameters": [
|
|
69090
|
+
{
|
|
69091
|
+
"name": "event",
|
|
69092
|
+
"type": {
|
|
69093
|
+
"text": "DragEvent"
|
|
69094
|
+
}
|
|
69095
|
+
}
|
|
69096
|
+
],
|
|
69097
|
+
"inheritedFrom": {
|
|
69098
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
69099
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
69100
|
+
}
|
|
69101
|
+
},
|
|
69102
|
+
{
|
|
69103
|
+
"kind": "method",
|
|
69104
|
+
"name": "_onDragLeave",
|
|
69105
|
+
"privacy": "private",
|
|
69106
|
+
"return": {
|
|
69107
|
+
"type": {
|
|
69108
|
+
"text": "void"
|
|
69109
|
+
}
|
|
69110
|
+
},
|
|
69111
|
+
"parameters": [
|
|
69112
|
+
{
|
|
69113
|
+
"name": "event",
|
|
69114
|
+
"type": {
|
|
69115
|
+
"text": "DragEvent"
|
|
69116
|
+
}
|
|
69117
|
+
}
|
|
69118
|
+
],
|
|
69119
|
+
"inheritedFrom": {
|
|
69120
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
69121
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
69122
|
+
}
|
|
69123
|
+
},
|
|
69124
|
+
{
|
|
69125
|
+
"kind": "method",
|
|
69126
|
+
"name": "_onFileDrop",
|
|
69127
|
+
"privacy": "private",
|
|
69128
|
+
"return": {
|
|
69129
|
+
"type": {
|
|
69130
|
+
"text": "void"
|
|
69131
|
+
}
|
|
69132
|
+
},
|
|
69133
|
+
"parameters": [
|
|
69134
|
+
{
|
|
69135
|
+
"name": "event",
|
|
69136
|
+
"type": {
|
|
69137
|
+
"text": "DragEvent"
|
|
69138
|
+
}
|
|
69139
|
+
}
|
|
69140
|
+
],
|
|
69141
|
+
"inheritedFrom": {
|
|
69142
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
69143
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
69144
|
+
}
|
|
69145
|
+
},
|
|
69146
|
+
{
|
|
69147
|
+
"kind": "method",
|
|
69148
|
+
"name": "_blockEvent",
|
|
69149
|
+
"privacy": "private",
|
|
69150
|
+
"return": {
|
|
69151
|
+
"type": {
|
|
69152
|
+
"text": "void"
|
|
69153
|
+
}
|
|
69154
|
+
},
|
|
69155
|
+
"parameters": [
|
|
69156
|
+
{
|
|
69157
|
+
"name": "event",
|
|
69158
|
+
"type": {
|
|
69159
|
+
"text": "DragEvent"
|
|
69160
|
+
}
|
|
69161
|
+
}
|
|
69162
|
+
],
|
|
69163
|
+
"inheritedFrom": {
|
|
69164
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
69165
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
69166
|
+
}
|
|
69167
|
+
},
|
|
69168
|
+
{
|
|
69169
|
+
"kind": "method",
|
|
69170
|
+
"name": "_setDragState",
|
|
69171
|
+
"privacy": "private",
|
|
69172
|
+
"return": {
|
|
69173
|
+
"type": {
|
|
69174
|
+
"text": "void"
|
|
69175
|
+
}
|
|
69176
|
+
},
|
|
69177
|
+
"parameters": [
|
|
69178
|
+
{
|
|
69179
|
+
"name": "dragTarget",
|
|
69180
|
+
"default": "undefined",
|
|
69181
|
+
"type": {
|
|
69182
|
+
"text": "HTMLElement | undefined"
|
|
69183
|
+
}
|
|
69184
|
+
},
|
|
69185
|
+
{
|
|
69186
|
+
"name": "isDragEnter",
|
|
69187
|
+
"default": "false",
|
|
69188
|
+
"type": {
|
|
69189
|
+
"text": "boolean"
|
|
69190
|
+
}
|
|
69191
|
+
}
|
|
69192
|
+
],
|
|
69193
|
+
"inheritedFrom": {
|
|
69194
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
69195
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
69196
|
+
}
|
|
69197
|
+
},
|
|
68765
69198
|
{
|
|
68766
69199
|
"kind": "field",
|
|
68767
69200
|
"name": "disabled",
|
|
@@ -69741,7 +70174,7 @@
|
|
|
69741
70174
|
},
|
|
69742
70175
|
"privacy": "private",
|
|
69743
70176
|
"readonly": true,
|
|
69744
|
-
"default": "[ 'input', 'select', '
|
|
70177
|
+
"default": "[ 'input', 'select', 'textarea', 'sbb-select', ]"
|
|
69745
70178
|
},
|
|
69746
70179
|
{
|
|
69747
70180
|
"kind": "field",
|
|
@@ -73566,6 +73999,330 @@
|
|
|
73566
73999
|
}
|
|
73567
74000
|
]
|
|
73568
74001
|
},
|
|
74002
|
+
{
|
|
74003
|
+
"kind": "javascript-module",
|
|
74004
|
+
"path": "link/block-link-static/block-link-static.component.js",
|
|
74005
|
+
"declarations": [
|
|
74006
|
+
{
|
|
74007
|
+
"kind": "class",
|
|
74008
|
+
"description": "It displays a static link enhanced with the SBB Design.",
|
|
74009
|
+
"name": "SbbBlockLinkStaticElement",
|
|
74010
|
+
"slots": [
|
|
74011
|
+
{
|
|
74012
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
74013
|
+
"name": ""
|
|
74014
|
+
},
|
|
74015
|
+
{
|
|
74016
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
74017
|
+
"name": "icon"
|
|
74018
|
+
}
|
|
74019
|
+
],
|
|
74020
|
+
"mixins": [
|
|
74021
|
+
{
|
|
74022
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
74023
|
+
"module": "link/common.js"
|
|
74024
|
+
},
|
|
74025
|
+
{
|
|
74026
|
+
"name": "SbbDisabledMixin",
|
|
74027
|
+
"module": "core/mixins.js"
|
|
74028
|
+
}
|
|
74029
|
+
],
|
|
74030
|
+
"superclass": {
|
|
74031
|
+
"name": "SbbActionBaseElement",
|
|
74032
|
+
"module": "core/base-elements.js"
|
|
74033
|
+
},
|
|
74034
|
+
"tagName": "sbb-block-link-static",
|
|
74035
|
+
"customElement": true,
|
|
74036
|
+
"attributes": [
|
|
74037
|
+
{
|
|
74038
|
+
"name": "icon-placement",
|
|
74039
|
+
"type": {
|
|
74040
|
+
"text": "SbbIconPlacement"
|
|
74041
|
+
},
|
|
74042
|
+
"default": "'start'",
|
|
74043
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
74044
|
+
"fieldName": "iconPlacement",
|
|
74045
|
+
"inheritedFrom": {
|
|
74046
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
74047
|
+
"module": "link/common/block-link-common.js"
|
|
74048
|
+
}
|
|
74049
|
+
},
|
|
74050
|
+
{
|
|
74051
|
+
"name": "size",
|
|
74052
|
+
"type": {
|
|
74053
|
+
"text": "SbbLinkSize"
|
|
74054
|
+
},
|
|
74055
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
74056
|
+
"default": "'s' / 'xs' (lean)",
|
|
74057
|
+
"fieldName": "size",
|
|
74058
|
+
"inheritedFrom": {
|
|
74059
|
+
"name": "SbbLinkCommonElementMixin",
|
|
74060
|
+
"module": "link/common/link-common.js"
|
|
74061
|
+
}
|
|
74062
|
+
},
|
|
74063
|
+
{
|
|
74064
|
+
"name": "icon-name",
|
|
74065
|
+
"type": {
|
|
74066
|
+
"text": "string"
|
|
74067
|
+
},
|
|
74068
|
+
"default": "''",
|
|
74069
|
+
"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.",
|
|
74070
|
+
"fieldName": "iconName",
|
|
74071
|
+
"inheritedFrom": {
|
|
74072
|
+
"name": "SbbIconNameMixin",
|
|
74073
|
+
"module": "icon/icon-name-mixin.js"
|
|
74074
|
+
}
|
|
74075
|
+
},
|
|
74076
|
+
{
|
|
74077
|
+
"name": "disabled",
|
|
74078
|
+
"description": "Whether the component is disabled.",
|
|
74079
|
+
"default": "false",
|
|
74080
|
+
"type": {
|
|
74081
|
+
"text": "boolean"
|
|
74082
|
+
},
|
|
74083
|
+
"fieldName": "disabled",
|
|
74084
|
+
"inheritedFrom": {
|
|
74085
|
+
"name": "SbbDisabledMixin",
|
|
74086
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
74087
|
+
}
|
|
74088
|
+
}
|
|
74089
|
+
],
|
|
74090
|
+
"members": [
|
|
74091
|
+
{
|
|
74092
|
+
"kind": "field",
|
|
74093
|
+
"name": "styles",
|
|
74094
|
+
"type": {
|
|
74095
|
+
"text": "CSSResultGroup"
|
|
74096
|
+
},
|
|
74097
|
+
"privacy": "public",
|
|
74098
|
+
"static": true,
|
|
74099
|
+
"default": "[style, blockStyle]",
|
|
74100
|
+
"inheritedFrom": {
|
|
74101
|
+
"name": "SbbLinkCommonElementMixin",
|
|
74102
|
+
"module": "link/common/link-common.js"
|
|
74103
|
+
}
|
|
74104
|
+
},
|
|
74105
|
+
{
|
|
74106
|
+
"kind": "field",
|
|
74107
|
+
"name": "iconPlacement",
|
|
74108
|
+
"type": {
|
|
74109
|
+
"text": "SbbIconPlacement"
|
|
74110
|
+
},
|
|
74111
|
+
"privacy": "public",
|
|
74112
|
+
"default": "'start'",
|
|
74113
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
74114
|
+
"attribute": "icon-placement",
|
|
74115
|
+
"reflects": true,
|
|
74116
|
+
"inheritedFrom": {
|
|
74117
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
74118
|
+
"module": "link/common/block-link-common.js"
|
|
74119
|
+
}
|
|
74120
|
+
},
|
|
74121
|
+
{
|
|
74122
|
+
"kind": "method",
|
|
74123
|
+
"name": "renderTemplate",
|
|
74124
|
+
"privacy": "protected",
|
|
74125
|
+
"return": {
|
|
74126
|
+
"type": {
|
|
74127
|
+
"text": "TemplateResult"
|
|
74128
|
+
}
|
|
74129
|
+
},
|
|
74130
|
+
"description": "Override this method to render the component template.",
|
|
74131
|
+
"inheritedFrom": {
|
|
74132
|
+
"name": "SbbActionBaseElement",
|
|
74133
|
+
"module": "core/base-elements/action-base-element.js"
|
|
74134
|
+
}
|
|
74135
|
+
},
|
|
74136
|
+
{
|
|
74137
|
+
"kind": "field",
|
|
74138
|
+
"name": "size",
|
|
74139
|
+
"type": {
|
|
74140
|
+
"text": "SbbLinkSize"
|
|
74141
|
+
},
|
|
74142
|
+
"privacy": "public",
|
|
74143
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
74144
|
+
"default": "'s' / 'xs' (lean)",
|
|
74145
|
+
"attribute": "size",
|
|
74146
|
+
"reflects": true,
|
|
74147
|
+
"inheritedFrom": {
|
|
74148
|
+
"name": "SbbLinkCommonElementMixin",
|
|
74149
|
+
"module": "link/common/link-common.js"
|
|
74150
|
+
}
|
|
74151
|
+
},
|
|
74152
|
+
{
|
|
74153
|
+
"kind": "field",
|
|
74154
|
+
"name": "iconName",
|
|
74155
|
+
"type": {
|
|
74156
|
+
"text": "string"
|
|
74157
|
+
},
|
|
74158
|
+
"privacy": "public",
|
|
74159
|
+
"default": "''",
|
|
74160
|
+
"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.",
|
|
74161
|
+
"attribute": "icon-name",
|
|
74162
|
+
"reflects": true,
|
|
74163
|
+
"inheritedFrom": {
|
|
74164
|
+
"name": "SbbIconNameMixin",
|
|
74165
|
+
"module": "icon/icon-name-mixin.js"
|
|
74166
|
+
}
|
|
74167
|
+
},
|
|
74168
|
+
{
|
|
74169
|
+
"kind": "method",
|
|
74170
|
+
"name": "renderIconSlot",
|
|
74171
|
+
"privacy": "protected",
|
|
74172
|
+
"return": {
|
|
74173
|
+
"type": {
|
|
74174
|
+
"text": "TemplateResult"
|
|
74175
|
+
}
|
|
74176
|
+
},
|
|
74177
|
+
"parameters": [
|
|
74178
|
+
{
|
|
74179
|
+
"name": "classname",
|
|
74180
|
+
"optional": true,
|
|
74181
|
+
"type": {
|
|
74182
|
+
"text": "string"
|
|
74183
|
+
}
|
|
74184
|
+
}
|
|
74185
|
+
],
|
|
74186
|
+
"inheritedFrom": {
|
|
74187
|
+
"name": "SbbIconNameMixin",
|
|
74188
|
+
"module": "icon/icon-name-mixin.js"
|
|
74189
|
+
}
|
|
74190
|
+
},
|
|
74191
|
+
{
|
|
74192
|
+
"kind": "field",
|
|
74193
|
+
"name": "disabled",
|
|
74194
|
+
"privacy": "public",
|
|
74195
|
+
"description": "Whether the component is disabled.",
|
|
74196
|
+
"default": "false",
|
|
74197
|
+
"type": {
|
|
74198
|
+
"text": "boolean"
|
|
74199
|
+
},
|
|
74200
|
+
"attribute": "disabled",
|
|
74201
|
+
"reflects": true,
|
|
74202
|
+
"inheritedFrom": {
|
|
74203
|
+
"name": "SbbDisabledMixin",
|
|
74204
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
74205
|
+
}
|
|
74206
|
+
},
|
|
74207
|
+
{
|
|
74208
|
+
"kind": "field",
|
|
74209
|
+
"name": "#disabled",
|
|
74210
|
+
"privacy": "private",
|
|
74211
|
+
"type": {
|
|
74212
|
+
"text": "boolean"
|
|
74213
|
+
},
|
|
74214
|
+
"default": "false",
|
|
74215
|
+
"inheritedFrom": {
|
|
74216
|
+
"name": "SbbDisabledMixin",
|
|
74217
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
74218
|
+
}
|
|
74219
|
+
},
|
|
74220
|
+
{
|
|
74221
|
+
"kind": "method",
|
|
74222
|
+
"name": "isDisabledExternally",
|
|
74223
|
+
"privacy": "protected",
|
|
74224
|
+
"return": {
|
|
74225
|
+
"type": {
|
|
74226
|
+
"text": "boolean"
|
|
74227
|
+
}
|
|
74228
|
+
},
|
|
74229
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
74230
|
+
"inheritedFrom": {
|
|
74231
|
+
"name": "SbbDisabledMixin",
|
|
74232
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
74233
|
+
}
|
|
74234
|
+
},
|
|
74235
|
+
{
|
|
74236
|
+
"kind": "method",
|
|
74237
|
+
"name": "toggleState",
|
|
74238
|
+
"privacy": "protected",
|
|
74239
|
+
"return": {
|
|
74240
|
+
"type": {
|
|
74241
|
+
"text": "void"
|
|
74242
|
+
}
|
|
74243
|
+
},
|
|
74244
|
+
"parameters": [
|
|
74245
|
+
{
|
|
74246
|
+
"name": "state",
|
|
74247
|
+
"type": {
|
|
74248
|
+
"text": "string"
|
|
74249
|
+
}
|
|
74250
|
+
},
|
|
74251
|
+
{
|
|
74252
|
+
"name": "force",
|
|
74253
|
+
"optional": true,
|
|
74254
|
+
"type": {
|
|
74255
|
+
"text": "boolean"
|
|
74256
|
+
}
|
|
74257
|
+
}
|
|
74258
|
+
],
|
|
74259
|
+
"inheritedFrom": {
|
|
74260
|
+
"name": "SbbActionBaseElement",
|
|
74261
|
+
"module": "core/base-elements/action-base-element.js"
|
|
74262
|
+
}
|
|
74263
|
+
},
|
|
74264
|
+
{
|
|
74265
|
+
"kind": "field",
|
|
74266
|
+
"name": "maybeDisabled",
|
|
74267
|
+
"type": {
|
|
74268
|
+
"text": "boolean | undefined"
|
|
74269
|
+
},
|
|
74270
|
+
"privacy": "protected",
|
|
74271
|
+
"readonly": true,
|
|
74272
|
+
"inheritedFrom": {
|
|
74273
|
+
"name": "SbbActionBaseElement",
|
|
74274
|
+
"module": "core/base-elements/action-base-element.js"
|
|
74275
|
+
}
|
|
74276
|
+
},
|
|
74277
|
+
{
|
|
74278
|
+
"kind": "field",
|
|
74279
|
+
"name": "maybeDisabledInteractive",
|
|
74280
|
+
"type": {
|
|
74281
|
+
"text": "boolean | undefined"
|
|
74282
|
+
},
|
|
74283
|
+
"privacy": "protected",
|
|
74284
|
+
"readonly": true,
|
|
74285
|
+
"inheritedFrom": {
|
|
74286
|
+
"name": "SbbActionBaseElement",
|
|
74287
|
+
"module": "core/base-elements/action-base-element.js"
|
|
74288
|
+
}
|
|
74289
|
+
},
|
|
74290
|
+
{
|
|
74291
|
+
"kind": "method",
|
|
74292
|
+
"name": "setupBaseEventHandlers",
|
|
74293
|
+
"privacy": "protected",
|
|
74294
|
+
"return": {
|
|
74295
|
+
"type": {
|
|
74296
|
+
"text": "void"
|
|
74297
|
+
}
|
|
74298
|
+
},
|
|
74299
|
+
"inheritedFrom": {
|
|
74300
|
+
"name": "SbbActionBaseElement",
|
|
74301
|
+
"module": "core/base-elements/action-base-element.js"
|
|
74302
|
+
}
|
|
74303
|
+
}
|
|
74304
|
+
]
|
|
74305
|
+
}
|
|
74306
|
+
],
|
|
74307
|
+
"exports": [
|
|
74308
|
+
{
|
|
74309
|
+
"kind": "js",
|
|
74310
|
+
"name": "SbbBlockLinkStaticElement",
|
|
74311
|
+
"declaration": {
|
|
74312
|
+
"name": "SbbBlockLinkStaticElement",
|
|
74313
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
74314
|
+
}
|
|
74315
|
+
},
|
|
74316
|
+
{
|
|
74317
|
+
"kind": "custom-element-definition",
|
|
74318
|
+
"name": "sbb-block-link-static",
|
|
74319
|
+
"declaration": {
|
|
74320
|
+
"name": "SbbBlockLinkStaticElement",
|
|
74321
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
74322
|
+
}
|
|
74323
|
+
}
|
|
74324
|
+
]
|
|
74325
|
+
},
|
|
73569
74326
|
{
|
|
73570
74327
|
"kind": "javascript-module",
|
|
73571
74328
|
"path": "link/block-link-button/block-link-button.component.js",
|
|
@@ -74446,330 +75203,6 @@
|
|
|
74446
75203
|
}
|
|
74447
75204
|
]
|
|
74448
75205
|
},
|
|
74449
|
-
{
|
|
74450
|
-
"kind": "javascript-module",
|
|
74451
|
-
"path": "link/block-link-static/block-link-static.component.js",
|
|
74452
|
-
"declarations": [
|
|
74453
|
-
{
|
|
74454
|
-
"kind": "class",
|
|
74455
|
-
"description": "It displays a static link enhanced with the SBB Design.",
|
|
74456
|
-
"name": "SbbBlockLinkStaticElement",
|
|
74457
|
-
"slots": [
|
|
74458
|
-
{
|
|
74459
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
74460
|
-
"name": ""
|
|
74461
|
-
},
|
|
74462
|
-
{
|
|
74463
|
-
"description": "Slot used to display the icon, if one is set.",
|
|
74464
|
-
"name": "icon"
|
|
74465
|
-
}
|
|
74466
|
-
],
|
|
74467
|
-
"mixins": [
|
|
74468
|
-
{
|
|
74469
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
74470
|
-
"module": "link/common.js"
|
|
74471
|
-
},
|
|
74472
|
-
{
|
|
74473
|
-
"name": "SbbDisabledMixin",
|
|
74474
|
-
"module": "core/mixins.js"
|
|
74475
|
-
}
|
|
74476
|
-
],
|
|
74477
|
-
"superclass": {
|
|
74478
|
-
"name": "SbbActionBaseElement",
|
|
74479
|
-
"module": "core/base-elements.js"
|
|
74480
|
-
},
|
|
74481
|
-
"tagName": "sbb-block-link-static",
|
|
74482
|
-
"customElement": true,
|
|
74483
|
-
"attributes": [
|
|
74484
|
-
{
|
|
74485
|
-
"name": "icon-placement",
|
|
74486
|
-
"type": {
|
|
74487
|
-
"text": "SbbIconPlacement"
|
|
74488
|
-
},
|
|
74489
|
-
"default": "'start'",
|
|
74490
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
74491
|
-
"fieldName": "iconPlacement",
|
|
74492
|
-
"inheritedFrom": {
|
|
74493
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
74494
|
-
"module": "link/common/block-link-common.js"
|
|
74495
|
-
}
|
|
74496
|
-
},
|
|
74497
|
-
{
|
|
74498
|
-
"name": "size",
|
|
74499
|
-
"type": {
|
|
74500
|
-
"text": "SbbLinkSize"
|
|
74501
|
-
},
|
|
74502
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
74503
|
-
"default": "'s' / 'xs' (lean)",
|
|
74504
|
-
"fieldName": "size",
|
|
74505
|
-
"inheritedFrom": {
|
|
74506
|
-
"name": "SbbLinkCommonElementMixin",
|
|
74507
|
-
"module": "link/common/link-common.js"
|
|
74508
|
-
}
|
|
74509
|
-
},
|
|
74510
|
-
{
|
|
74511
|
-
"name": "icon-name",
|
|
74512
|
-
"type": {
|
|
74513
|
-
"text": "string"
|
|
74514
|
-
},
|
|
74515
|
-
"default": "''",
|
|
74516
|
-
"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.",
|
|
74517
|
-
"fieldName": "iconName",
|
|
74518
|
-
"inheritedFrom": {
|
|
74519
|
-
"name": "SbbIconNameMixin",
|
|
74520
|
-
"module": "icon/icon-name-mixin.js"
|
|
74521
|
-
}
|
|
74522
|
-
},
|
|
74523
|
-
{
|
|
74524
|
-
"name": "disabled",
|
|
74525
|
-
"description": "Whether the component is disabled.",
|
|
74526
|
-
"default": "false",
|
|
74527
|
-
"type": {
|
|
74528
|
-
"text": "boolean"
|
|
74529
|
-
},
|
|
74530
|
-
"fieldName": "disabled",
|
|
74531
|
-
"inheritedFrom": {
|
|
74532
|
-
"name": "SbbDisabledMixin",
|
|
74533
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
74534
|
-
}
|
|
74535
|
-
}
|
|
74536
|
-
],
|
|
74537
|
-
"members": [
|
|
74538
|
-
{
|
|
74539
|
-
"kind": "field",
|
|
74540
|
-
"name": "styles",
|
|
74541
|
-
"type": {
|
|
74542
|
-
"text": "CSSResultGroup"
|
|
74543
|
-
},
|
|
74544
|
-
"privacy": "public",
|
|
74545
|
-
"static": true,
|
|
74546
|
-
"default": "[style, blockStyle]",
|
|
74547
|
-
"inheritedFrom": {
|
|
74548
|
-
"name": "SbbLinkCommonElementMixin",
|
|
74549
|
-
"module": "link/common/link-common.js"
|
|
74550
|
-
}
|
|
74551
|
-
},
|
|
74552
|
-
{
|
|
74553
|
-
"kind": "field",
|
|
74554
|
-
"name": "iconPlacement",
|
|
74555
|
-
"type": {
|
|
74556
|
-
"text": "SbbIconPlacement"
|
|
74557
|
-
},
|
|
74558
|
-
"privacy": "public",
|
|
74559
|
-
"default": "'start'",
|
|
74560
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
74561
|
-
"attribute": "icon-placement",
|
|
74562
|
-
"reflects": true,
|
|
74563
|
-
"inheritedFrom": {
|
|
74564
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
74565
|
-
"module": "link/common/block-link-common.js"
|
|
74566
|
-
}
|
|
74567
|
-
},
|
|
74568
|
-
{
|
|
74569
|
-
"kind": "method",
|
|
74570
|
-
"name": "renderTemplate",
|
|
74571
|
-
"privacy": "protected",
|
|
74572
|
-
"return": {
|
|
74573
|
-
"type": {
|
|
74574
|
-
"text": "TemplateResult"
|
|
74575
|
-
}
|
|
74576
|
-
},
|
|
74577
|
-
"description": "Override this method to render the component template.",
|
|
74578
|
-
"inheritedFrom": {
|
|
74579
|
-
"name": "SbbActionBaseElement",
|
|
74580
|
-
"module": "core/base-elements/action-base-element.js"
|
|
74581
|
-
}
|
|
74582
|
-
},
|
|
74583
|
-
{
|
|
74584
|
-
"kind": "field",
|
|
74585
|
-
"name": "size",
|
|
74586
|
-
"type": {
|
|
74587
|
-
"text": "SbbLinkSize"
|
|
74588
|
-
},
|
|
74589
|
-
"privacy": "public",
|
|
74590
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
74591
|
-
"default": "'s' / 'xs' (lean)",
|
|
74592
|
-
"attribute": "size",
|
|
74593
|
-
"reflects": true,
|
|
74594
|
-
"inheritedFrom": {
|
|
74595
|
-
"name": "SbbLinkCommonElementMixin",
|
|
74596
|
-
"module": "link/common/link-common.js"
|
|
74597
|
-
}
|
|
74598
|
-
},
|
|
74599
|
-
{
|
|
74600
|
-
"kind": "field",
|
|
74601
|
-
"name": "iconName",
|
|
74602
|
-
"type": {
|
|
74603
|
-
"text": "string"
|
|
74604
|
-
},
|
|
74605
|
-
"privacy": "public",
|
|
74606
|
-
"default": "''",
|
|
74607
|
-
"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.",
|
|
74608
|
-
"attribute": "icon-name",
|
|
74609
|
-
"reflects": true,
|
|
74610
|
-
"inheritedFrom": {
|
|
74611
|
-
"name": "SbbIconNameMixin",
|
|
74612
|
-
"module": "icon/icon-name-mixin.js"
|
|
74613
|
-
}
|
|
74614
|
-
},
|
|
74615
|
-
{
|
|
74616
|
-
"kind": "method",
|
|
74617
|
-
"name": "renderIconSlot",
|
|
74618
|
-
"privacy": "protected",
|
|
74619
|
-
"return": {
|
|
74620
|
-
"type": {
|
|
74621
|
-
"text": "TemplateResult"
|
|
74622
|
-
}
|
|
74623
|
-
},
|
|
74624
|
-
"parameters": [
|
|
74625
|
-
{
|
|
74626
|
-
"name": "classname",
|
|
74627
|
-
"optional": true,
|
|
74628
|
-
"type": {
|
|
74629
|
-
"text": "string"
|
|
74630
|
-
}
|
|
74631
|
-
}
|
|
74632
|
-
],
|
|
74633
|
-
"inheritedFrom": {
|
|
74634
|
-
"name": "SbbIconNameMixin",
|
|
74635
|
-
"module": "icon/icon-name-mixin.js"
|
|
74636
|
-
}
|
|
74637
|
-
},
|
|
74638
|
-
{
|
|
74639
|
-
"kind": "field",
|
|
74640
|
-
"name": "disabled",
|
|
74641
|
-
"privacy": "public",
|
|
74642
|
-
"description": "Whether the component is disabled.",
|
|
74643
|
-
"default": "false",
|
|
74644
|
-
"type": {
|
|
74645
|
-
"text": "boolean"
|
|
74646
|
-
},
|
|
74647
|
-
"attribute": "disabled",
|
|
74648
|
-
"reflects": true,
|
|
74649
|
-
"inheritedFrom": {
|
|
74650
|
-
"name": "SbbDisabledMixin",
|
|
74651
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
74652
|
-
}
|
|
74653
|
-
},
|
|
74654
|
-
{
|
|
74655
|
-
"kind": "field",
|
|
74656
|
-
"name": "#disabled",
|
|
74657
|
-
"privacy": "private",
|
|
74658
|
-
"type": {
|
|
74659
|
-
"text": "boolean"
|
|
74660
|
-
},
|
|
74661
|
-
"default": "false",
|
|
74662
|
-
"inheritedFrom": {
|
|
74663
|
-
"name": "SbbDisabledMixin",
|
|
74664
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
74665
|
-
}
|
|
74666
|
-
},
|
|
74667
|
-
{
|
|
74668
|
-
"kind": "method",
|
|
74669
|
-
"name": "isDisabledExternally",
|
|
74670
|
-
"privacy": "protected",
|
|
74671
|
-
"return": {
|
|
74672
|
-
"type": {
|
|
74673
|
-
"text": "boolean"
|
|
74674
|
-
}
|
|
74675
|
-
},
|
|
74676
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
74677
|
-
"inheritedFrom": {
|
|
74678
|
-
"name": "SbbDisabledMixin",
|
|
74679
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
74680
|
-
}
|
|
74681
|
-
},
|
|
74682
|
-
{
|
|
74683
|
-
"kind": "method",
|
|
74684
|
-
"name": "toggleState",
|
|
74685
|
-
"privacy": "protected",
|
|
74686
|
-
"return": {
|
|
74687
|
-
"type": {
|
|
74688
|
-
"text": "void"
|
|
74689
|
-
}
|
|
74690
|
-
},
|
|
74691
|
-
"parameters": [
|
|
74692
|
-
{
|
|
74693
|
-
"name": "state",
|
|
74694
|
-
"type": {
|
|
74695
|
-
"text": "string"
|
|
74696
|
-
}
|
|
74697
|
-
},
|
|
74698
|
-
{
|
|
74699
|
-
"name": "force",
|
|
74700
|
-
"optional": true,
|
|
74701
|
-
"type": {
|
|
74702
|
-
"text": "boolean"
|
|
74703
|
-
}
|
|
74704
|
-
}
|
|
74705
|
-
],
|
|
74706
|
-
"inheritedFrom": {
|
|
74707
|
-
"name": "SbbActionBaseElement",
|
|
74708
|
-
"module": "core/base-elements/action-base-element.js"
|
|
74709
|
-
}
|
|
74710
|
-
},
|
|
74711
|
-
{
|
|
74712
|
-
"kind": "field",
|
|
74713
|
-
"name": "maybeDisabled",
|
|
74714
|
-
"type": {
|
|
74715
|
-
"text": "boolean | undefined"
|
|
74716
|
-
},
|
|
74717
|
-
"privacy": "protected",
|
|
74718
|
-
"readonly": true,
|
|
74719
|
-
"inheritedFrom": {
|
|
74720
|
-
"name": "SbbActionBaseElement",
|
|
74721
|
-
"module": "core/base-elements/action-base-element.js"
|
|
74722
|
-
}
|
|
74723
|
-
},
|
|
74724
|
-
{
|
|
74725
|
-
"kind": "field",
|
|
74726
|
-
"name": "maybeDisabledInteractive",
|
|
74727
|
-
"type": {
|
|
74728
|
-
"text": "boolean | undefined"
|
|
74729
|
-
},
|
|
74730
|
-
"privacy": "protected",
|
|
74731
|
-
"readonly": true,
|
|
74732
|
-
"inheritedFrom": {
|
|
74733
|
-
"name": "SbbActionBaseElement",
|
|
74734
|
-
"module": "core/base-elements/action-base-element.js"
|
|
74735
|
-
}
|
|
74736
|
-
},
|
|
74737
|
-
{
|
|
74738
|
-
"kind": "method",
|
|
74739
|
-
"name": "setupBaseEventHandlers",
|
|
74740
|
-
"privacy": "protected",
|
|
74741
|
-
"return": {
|
|
74742
|
-
"type": {
|
|
74743
|
-
"text": "void"
|
|
74744
|
-
}
|
|
74745
|
-
},
|
|
74746
|
-
"inheritedFrom": {
|
|
74747
|
-
"name": "SbbActionBaseElement",
|
|
74748
|
-
"module": "core/base-elements/action-base-element.js"
|
|
74749
|
-
}
|
|
74750
|
-
}
|
|
74751
|
-
]
|
|
74752
|
-
}
|
|
74753
|
-
],
|
|
74754
|
-
"exports": [
|
|
74755
|
-
{
|
|
74756
|
-
"kind": "js",
|
|
74757
|
-
"name": "SbbBlockLinkStaticElement",
|
|
74758
|
-
"declaration": {
|
|
74759
|
-
"name": "SbbBlockLinkStaticElement",
|
|
74760
|
-
"module": "link/block-link-static/block-link-static.component.js"
|
|
74761
|
-
}
|
|
74762
|
-
},
|
|
74763
|
-
{
|
|
74764
|
-
"kind": "custom-element-definition",
|
|
74765
|
-
"name": "sbb-block-link-static",
|
|
74766
|
-
"declaration": {
|
|
74767
|
-
"name": "SbbBlockLinkStaticElement",
|
|
74768
|
-
"module": "link/block-link-static/block-link-static.component.js"
|
|
74769
|
-
}
|
|
74770
|
-
}
|
|
74771
|
-
]
|
|
74772
|
-
},
|
|
74773
75206
|
{
|
|
74774
75207
|
"kind": "javascript-module",
|
|
74775
75208
|
"path": "link/common/block-link-common.js",
|
|
@@ -85938,6 +86371,30 @@
|
|
|
85938
86371
|
},
|
|
85939
86372
|
"privacy": "public"
|
|
85940
86373
|
},
|
|
86374
|
+
{
|
|
86375
|
+
"kind": "field",
|
|
86376
|
+
"name": "accessibilityPageLabel",
|
|
86377
|
+
"type": {
|
|
86378
|
+
"text": "string"
|
|
86379
|
+
},
|
|
86380
|
+
"privacy": "public"
|
|
86381
|
+
},
|
|
86382
|
+
{
|
|
86383
|
+
"kind": "field",
|
|
86384
|
+
"name": "accessibilityPreviousPageLabel",
|
|
86385
|
+
"type": {
|
|
86386
|
+
"text": "string"
|
|
86387
|
+
},
|
|
86388
|
+
"privacy": "public"
|
|
86389
|
+
},
|
|
86390
|
+
{
|
|
86391
|
+
"kind": "field",
|
|
86392
|
+
"name": "accessibilityNextPageLabel",
|
|
86393
|
+
"type": {
|
|
86394
|
+
"text": "string"
|
|
86395
|
+
},
|
|
86396
|
+
"privacy": "public"
|
|
86397
|
+
},
|
|
85941
86398
|
{
|
|
85942
86399
|
"kind": "method",
|
|
85943
86400
|
"name": "nextPage",
|
|
@@ -86316,6 +86773,39 @@
|
|
|
86316
86773
|
"attribute": "size",
|
|
86317
86774
|
"reflects": true
|
|
86318
86775
|
},
|
|
86776
|
+
{
|
|
86777
|
+
"kind": "field",
|
|
86778
|
+
"name": "accessibilityPageLabel",
|
|
86779
|
+
"type": {
|
|
86780
|
+
"text": "string"
|
|
86781
|
+
},
|
|
86782
|
+
"privacy": "public",
|
|
86783
|
+
"default": "''",
|
|
86784
|
+
"description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
86785
|
+
"attribute": "accessibility-page-label"
|
|
86786
|
+
},
|
|
86787
|
+
{
|
|
86788
|
+
"kind": "field",
|
|
86789
|
+
"name": "accessibilityPreviousPageLabel",
|
|
86790
|
+
"type": {
|
|
86791
|
+
"text": "string"
|
|
86792
|
+
},
|
|
86793
|
+
"privacy": "public",
|
|
86794
|
+
"default": "''",
|
|
86795
|
+
"description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
86796
|
+
"attribute": "accessibility-previous-page-label"
|
|
86797
|
+
},
|
|
86798
|
+
{
|
|
86799
|
+
"kind": "field",
|
|
86800
|
+
"name": "accessibilityNextPageLabel",
|
|
86801
|
+
"type": {
|
|
86802
|
+
"text": "string"
|
|
86803
|
+
},
|
|
86804
|
+
"privacy": "public",
|
|
86805
|
+
"default": "''",
|
|
86806
|
+
"description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
86807
|
+
"attribute": "accessibility-next-page-label"
|
|
86808
|
+
},
|
|
86319
86809
|
{
|
|
86320
86810
|
"kind": "field",
|
|
86321
86811
|
"name": "language",
|
|
@@ -86635,6 +87125,33 @@
|
|
|
86635
87125
|
"default": "'m' / 's' (lean)",
|
|
86636
87126
|
"fieldName": "size"
|
|
86637
87127
|
},
|
|
87128
|
+
{
|
|
87129
|
+
"name": "accessibility-page-label",
|
|
87130
|
+
"type": {
|
|
87131
|
+
"text": "string"
|
|
87132
|
+
},
|
|
87133
|
+
"default": "''",
|
|
87134
|
+
"description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87135
|
+
"fieldName": "accessibilityPageLabel"
|
|
87136
|
+
},
|
|
87137
|
+
{
|
|
87138
|
+
"name": "accessibility-previous-page-label",
|
|
87139
|
+
"type": {
|
|
87140
|
+
"text": "string"
|
|
87141
|
+
},
|
|
87142
|
+
"default": "''",
|
|
87143
|
+
"description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87144
|
+
"fieldName": "accessibilityPreviousPageLabel"
|
|
87145
|
+
},
|
|
87146
|
+
{
|
|
87147
|
+
"name": "accessibility-next-page-label",
|
|
87148
|
+
"type": {
|
|
87149
|
+
"text": "string"
|
|
87150
|
+
},
|
|
87151
|
+
"default": "''",
|
|
87152
|
+
"description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87153
|
+
"fieldName": "accessibilityNextPageLabel"
|
|
87154
|
+
},
|
|
86638
87155
|
{
|
|
86639
87156
|
"name": "negative",
|
|
86640
87157
|
"type": {
|
|
@@ -86883,6 +87400,51 @@
|
|
|
86883
87400
|
"module": "paginator/common/paginator-common.js"
|
|
86884
87401
|
}
|
|
86885
87402
|
},
|
|
87403
|
+
{
|
|
87404
|
+
"kind": "field",
|
|
87405
|
+
"name": "accessibilityPageLabel",
|
|
87406
|
+
"type": {
|
|
87407
|
+
"text": "string"
|
|
87408
|
+
},
|
|
87409
|
+
"privacy": "public",
|
|
87410
|
+
"default": "''",
|
|
87411
|
+
"description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87412
|
+
"attribute": "accessibility-page-label",
|
|
87413
|
+
"inheritedFrom": {
|
|
87414
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
87415
|
+
"module": "paginator/common/paginator-common.js"
|
|
87416
|
+
}
|
|
87417
|
+
},
|
|
87418
|
+
{
|
|
87419
|
+
"kind": "field",
|
|
87420
|
+
"name": "accessibilityPreviousPageLabel",
|
|
87421
|
+
"type": {
|
|
87422
|
+
"text": "string"
|
|
87423
|
+
},
|
|
87424
|
+
"privacy": "public",
|
|
87425
|
+
"default": "''",
|
|
87426
|
+
"description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87427
|
+
"attribute": "accessibility-previous-page-label",
|
|
87428
|
+
"inheritedFrom": {
|
|
87429
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
87430
|
+
"module": "paginator/common/paginator-common.js"
|
|
87431
|
+
}
|
|
87432
|
+
},
|
|
87433
|
+
{
|
|
87434
|
+
"kind": "field",
|
|
87435
|
+
"name": "accessibilityNextPageLabel",
|
|
87436
|
+
"type": {
|
|
87437
|
+
"text": "string"
|
|
87438
|
+
},
|
|
87439
|
+
"privacy": "public",
|
|
87440
|
+
"default": "''",
|
|
87441
|
+
"description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87442
|
+
"attribute": "accessibility-next-page-label",
|
|
87443
|
+
"inheritedFrom": {
|
|
87444
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
87445
|
+
"module": "paginator/common/paginator-common.js"
|
|
87446
|
+
}
|
|
87447
|
+
},
|
|
86886
87448
|
{
|
|
86887
87449
|
"kind": "field",
|
|
86888
87450
|
"name": "language",
|
|
@@ -87271,6 +87833,45 @@
|
|
|
87271
87833
|
"module": "paginator/common/paginator-common.js"
|
|
87272
87834
|
}
|
|
87273
87835
|
},
|
|
87836
|
+
{
|
|
87837
|
+
"name": "accessibility-page-label",
|
|
87838
|
+
"type": {
|
|
87839
|
+
"text": "string"
|
|
87840
|
+
},
|
|
87841
|
+
"default": "''",
|
|
87842
|
+
"description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87843
|
+
"fieldName": "accessibilityPageLabel",
|
|
87844
|
+
"inheritedFrom": {
|
|
87845
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
87846
|
+
"module": "paginator/common/paginator-common.js"
|
|
87847
|
+
}
|
|
87848
|
+
},
|
|
87849
|
+
{
|
|
87850
|
+
"name": "accessibility-previous-page-label",
|
|
87851
|
+
"type": {
|
|
87852
|
+
"text": "string"
|
|
87853
|
+
},
|
|
87854
|
+
"default": "''",
|
|
87855
|
+
"description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87856
|
+
"fieldName": "accessibilityPreviousPageLabel",
|
|
87857
|
+
"inheritedFrom": {
|
|
87858
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
87859
|
+
"module": "paginator/common/paginator-common.js"
|
|
87860
|
+
}
|
|
87861
|
+
},
|
|
87862
|
+
{
|
|
87863
|
+
"name": "accessibility-next-page-label",
|
|
87864
|
+
"type": {
|
|
87865
|
+
"text": "string"
|
|
87866
|
+
},
|
|
87867
|
+
"default": "''",
|
|
87868
|
+
"description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87869
|
+
"fieldName": "accessibilityNextPageLabel",
|
|
87870
|
+
"inheritedFrom": {
|
|
87871
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
87872
|
+
"module": "paginator/common/paginator-common.js"
|
|
87873
|
+
}
|
|
87874
|
+
},
|
|
87274
87875
|
{
|
|
87275
87876
|
"name": "negative",
|
|
87276
87877
|
"type": {
|
|
@@ -87383,6 +87984,17 @@
|
|
|
87383
87984
|
"module": "paginator/common/paginator-common.js"
|
|
87384
87985
|
}
|
|
87385
87986
|
},
|
|
87987
|
+
{
|
|
87988
|
+
"kind": "field",
|
|
87989
|
+
"name": "accessibilityItemsPerPageLabel",
|
|
87990
|
+
"type": {
|
|
87991
|
+
"text": "string"
|
|
87992
|
+
},
|
|
87993
|
+
"privacy": "public",
|
|
87994
|
+
"default": "''",
|
|
87995
|
+
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
87996
|
+
"attribute": "accessibility-items-per-page-label"
|
|
87997
|
+
},
|
|
87386
87998
|
{
|
|
87387
87999
|
"kind": "field",
|
|
87388
88000
|
"name": "_markForFocus",
|
|
@@ -87606,6 +88218,51 @@
|
|
|
87606
88218
|
"module": "paginator/common/paginator-common.js"
|
|
87607
88219
|
}
|
|
87608
88220
|
},
|
|
88221
|
+
{
|
|
88222
|
+
"kind": "field",
|
|
88223
|
+
"name": "accessibilityPageLabel",
|
|
88224
|
+
"type": {
|
|
88225
|
+
"text": "string"
|
|
88226
|
+
},
|
|
88227
|
+
"privacy": "public",
|
|
88228
|
+
"default": "''",
|
|
88229
|
+
"description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
88230
|
+
"attribute": "accessibility-page-label",
|
|
88231
|
+
"inheritedFrom": {
|
|
88232
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
88233
|
+
"module": "paginator/common/paginator-common.js"
|
|
88234
|
+
}
|
|
88235
|
+
},
|
|
88236
|
+
{
|
|
88237
|
+
"kind": "field",
|
|
88238
|
+
"name": "accessibilityPreviousPageLabel",
|
|
88239
|
+
"type": {
|
|
88240
|
+
"text": "string"
|
|
88241
|
+
},
|
|
88242
|
+
"privacy": "public",
|
|
88243
|
+
"default": "''",
|
|
88244
|
+
"description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
88245
|
+
"attribute": "accessibility-previous-page-label",
|
|
88246
|
+
"inheritedFrom": {
|
|
88247
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
88248
|
+
"module": "paginator/common/paginator-common.js"
|
|
88249
|
+
}
|
|
88250
|
+
},
|
|
88251
|
+
{
|
|
88252
|
+
"kind": "field",
|
|
88253
|
+
"name": "accessibilityNextPageLabel",
|
|
88254
|
+
"type": {
|
|
88255
|
+
"text": "string"
|
|
88256
|
+
},
|
|
88257
|
+
"privacy": "public",
|
|
88258
|
+
"default": "''",
|
|
88259
|
+
"description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
88260
|
+
"attribute": "accessibility-next-page-label",
|
|
88261
|
+
"inheritedFrom": {
|
|
88262
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
88263
|
+
"module": "paginator/common/paginator-common.js"
|
|
88264
|
+
}
|
|
88265
|
+
},
|
|
87609
88266
|
{
|
|
87610
88267
|
"kind": "field",
|
|
87611
88268
|
"name": "language",
|
|
@@ -87942,6 +88599,15 @@
|
|
|
87942
88599
|
"module": "paginator/common/paginator-common.js"
|
|
87943
88600
|
}
|
|
87944
88601
|
},
|
|
88602
|
+
{
|
|
88603
|
+
"name": "accessibility-items-per-page-label",
|
|
88604
|
+
"type": {
|
|
88605
|
+
"text": "string"
|
|
88606
|
+
},
|
|
88607
|
+
"default": "''",
|
|
88608
|
+
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
88609
|
+
"fieldName": "accessibilityItemsPerPageLabel"
|
|
88610
|
+
},
|
|
87945
88611
|
{
|
|
87946
88612
|
"name": "length",
|
|
87947
88613
|
"description": "Total number of items.",
|
|
@@ -87991,6 +88657,45 @@
|
|
|
87991
88657
|
"module": "paginator/common/paginator-common.js"
|
|
87992
88658
|
}
|
|
87993
88659
|
},
|
|
88660
|
+
{
|
|
88661
|
+
"name": "accessibility-page-label",
|
|
88662
|
+
"type": {
|
|
88663
|
+
"text": "string"
|
|
88664
|
+
},
|
|
88665
|
+
"default": "''",
|
|
88666
|
+
"description": "Accessibility label for the page. Defaults to `page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
88667
|
+
"fieldName": "accessibilityPageLabel",
|
|
88668
|
+
"inheritedFrom": {
|
|
88669
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
88670
|
+
"module": "paginator/common/paginator-common.js"
|
|
88671
|
+
}
|
|
88672
|
+
},
|
|
88673
|
+
{
|
|
88674
|
+
"name": "accessibility-previous-page-label",
|
|
88675
|
+
"type": {
|
|
88676
|
+
"text": "string"
|
|
88677
|
+
},
|
|
88678
|
+
"default": "''",
|
|
88679
|
+
"description": "Accessibility label for the previous page. Defaults to `previous page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
88680
|
+
"fieldName": "accessibilityPreviousPageLabel",
|
|
88681
|
+
"inheritedFrom": {
|
|
88682
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
88683
|
+
"module": "paginator/common/paginator-common.js"
|
|
88684
|
+
}
|
|
88685
|
+
},
|
|
88686
|
+
{
|
|
88687
|
+
"name": "accessibility-next-page-label",
|
|
88688
|
+
"type": {
|
|
88689
|
+
"text": "string"
|
|
88690
|
+
},
|
|
88691
|
+
"default": "''",
|
|
88692
|
+
"description": "Accessibility label for the next page. Defaults to `next page`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
88693
|
+
"fieldName": "accessibilityNextPageLabel",
|
|
88694
|
+
"inheritedFrom": {
|
|
88695
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
88696
|
+
"module": "paginator/common/paginator-common.js"
|
|
88697
|
+
}
|
|
88698
|
+
},
|
|
87994
88699
|
{
|
|
87995
88700
|
"name": "negative",
|
|
87996
88701
|
"type": {
|