@sbb-esta/lyne-elements 0.53.0 → 1.2.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/button/common/button-common.d.ts.map +1 -1
- package/button/mini-button.js +5 -5
- package/calendar/calendar.d.ts +3 -1
- package/calendar/calendar.d.ts.map +1 -1
- package/calendar.js +62 -52
- package/card/common/card-action-common.d.ts.map +1 -1
- package/checkbox/common/checkbox-common.d.ts.map +1 -1
- package/clock/clock.d.ts.map +1 -1
- package/clock.js +45 -50
- package/core/decorators/host-attributes.d.ts.map +1 -1
- package/core/eventing/throttle.d.ts.map +1 -1
- package/core/i18n/i18n.d.ts +1 -3
- package/core/i18n/i18n.d.ts.map +1 -1
- package/core/i18n.js +91 -127
- package/core/mixins/disabled-mixin.d.ts.map +1 -1
- package/core/mixins/form-associated-checkbox-mixin.d.ts.map +1 -1
- package/core/mixins/form-associated-mixin.d.ts.map +1 -1
- package/core/mixins/hydration-mixin.d.ts +2 -8
- package/core/mixins/hydration-mixin.d.ts.map +1 -1
- package/core/mixins/named-slot-list-mixin.d.ts.map +1 -1
- package/core/mixins/negative-mixin.d.ts.map +1 -1
- package/core/mixins/panel-mixin.d.ts.map +1 -1
- package/core/mixins/required-mixin.d.ts.map +1 -1
- package/core/mixins/update-scheduler-mixin.d.ts.map +1 -1
- package/core/mixins.js +90 -99
- package/core/observers/intersection-observer.d.ts +1 -1
- package/core/styles/_index.scss +1 -0
- package/core/styles/mixins/buttons.scss +1 -1
- package/core/styles/mixins/table.scss +148 -0
- package/core/styles/standard-theme.scss +1 -0
- package/core/styles/table.scss +56 -0
- package/core/testing/private.d.ts +0 -1
- package/core/testing/private.d.ts.map +1 -1
- package/core/testing/wait-for-render.d.ts +1 -1
- package/core/testing/wait-for-render.d.ts.map +1 -1
- package/core/testing.js +40 -37
- package/custom-elements.json +557 -864
- package/datepicker/datepicker-next-day.js +5 -5
- package/datepicker/datepicker-previous-day.js +1 -1
- package/datepicker/datepicker-toggle.js +7 -7
- package/development/accordion.js +7 -1
- package/development/action-group.js +7 -1
- package/development/alert/alert-group.js +7 -1
- package/development/alert/alert.js +7 -1
- package/development/autocomplete.js +7 -1
- package/development/breadcrumb/breadcrumb-group.js +7 -1
- package/development/breadcrumb/breadcrumb.js +7 -1
- package/development/button/common/button-common.d.ts.map +1 -1
- package/development/button/common.js +7 -1
- package/development/button/mini-button.js +8 -2
- package/development/calendar/calendar.d.ts +3 -1
- package/development/calendar/calendar.d.ts.map +1 -1
- package/development/calendar.js +18 -2
- package/development/card/card-badge.js +7 -1
- package/development/card/card.js +7 -1
- package/development/card/common/card-action-common.d.ts.map +1 -1
- package/development/card/common.js +7 -1
- package/development/checkbox/checkbox-group.js +7 -1
- package/development/checkbox/checkbox.js +7 -1
- package/development/checkbox/common/checkbox-common.d.ts.map +1 -1
- package/development/checkbox/common.js +7 -1
- package/development/chip.js +7 -1
- package/development/clock/clock.d.ts.map +1 -1
- package/development/clock.js +35 -31
- package/development/container/container.js +7 -1
- package/development/container/sticky-bar.js +7 -1
- package/development/core/decorators/host-attributes.d.ts.map +1 -1
- package/development/core/eventing/throttle.d.ts.map +1 -1
- package/development/core/i18n/i18n.d.ts +1 -3
- package/development/core/i18n/i18n.d.ts.map +1 -1
- package/development/core/i18n.js +5 -43
- package/development/core/mixins/disabled-mixin.d.ts.map +1 -1
- package/development/core/mixins/form-associated-checkbox-mixin.d.ts.map +1 -1
- package/development/core/mixins/form-associated-mixin.d.ts.map +1 -1
- package/development/core/mixins/hydration-mixin.d.ts +2 -8
- package/development/core/mixins/hydration-mixin.d.ts.map +1 -1
- package/development/core/mixins/named-slot-list-mixin.d.ts.map +1 -1
- package/development/core/mixins/negative-mixin.d.ts.map +1 -1
- package/development/core/mixins/panel-mixin.d.ts.map +1 -1
- package/development/core/mixins/required-mixin.d.ts.map +1 -1
- package/development/core/mixins/update-scheduler-mixin.d.ts.map +1 -1
- package/development/core/mixins.js +26 -36
- package/development/core/observers/intersection-observer.d.ts +1 -1
- package/development/core/testing/private.d.ts +0 -1
- package/development/core/testing/private.d.ts.map +1 -1
- package/development/core/testing/wait-for-render.d.ts +1 -1
- package/development/core/testing/wait-for-render.d.ts.map +1 -1
- package/development/core/testing.js +6 -2
- package/development/datepicker/datepicker-next-day.js +8 -2
- package/development/datepicker/datepicker-previous-day.js +8 -2
- package/development/datepicker/datepicker-toggle.js +7 -2
- package/development/datepicker/datepicker.js +7 -1
- package/development/dialog/dialog-actions.js +7 -1
- package/development/dialog/dialog-content.js +7 -1
- package/development/dialog/dialog-title.js +7 -1
- package/development/dialog/dialog.js +7 -1
- package/development/divider.js +7 -1
- package/development/expansion-panel/expansion-panel-content.js +7 -1
- package/development/expansion-panel/expansion-panel-header.js +7 -1
- package/development/expansion-panel/expansion-panel.js +7 -1
- package/development/file-selector.js +7 -1
- package/development/footer.js +7 -1
- package/development/form-error.js +7 -1
- package/development/form-field/form-field-clear.js +8 -2
- package/development/form-field/form-field.js +7 -1
- package/development/header/common/header-action-common.d.ts.map +1 -1
- package/development/header/common.js +7 -1
- package/development/header/header.js +7 -1
- package/development/icon/icon-name-mixin.d.ts.map +1 -1
- package/development/icon/icon-request.d.ts.map +1 -1
- package/development/icon.js +7 -1
- package/development/image.js +7 -1
- package/development/journey-header.js +7 -1
- package/development/lead-container.js +7 -1
- package/development/link/common/block-link-common.d.ts.map +1 -1
- package/development/link/common/inline-link-common.d.ts.map +1 -1
- package/development/link/common/link-common.d.ts.map +1 -1
- package/development/link/common.js +19 -1
- package/development/link-list.js +7 -1
- package/development/loading-indicator.js +7 -1
- package/development/logo.js +7 -1
- package/development/map-container.js +7 -1
- package/development/menu/common/menu-action-common.d.ts.map +1 -1
- package/development/menu/common.js +7 -1
- package/development/menu/menu.js +7 -1
- package/development/message.js +7 -1
- package/development/navigation/common/navigation-action-common.d.ts.map +1 -1
- package/development/navigation/common.js +7 -1
- package/development/navigation/navigation-list.js +7 -1
- package/development/navigation/navigation-marker.js +7 -1
- package/development/navigation/navigation-section.js +7 -1
- package/development/navigation/navigation.js +7 -1
- package/development/notification.js +8 -1
- package/development/option/optgroup/optgroup.d.ts +2 -0
- package/development/option/optgroup/optgroup.d.ts.map +1 -1
- package/development/option/optgroup.js +21 -4
- package/development/option/option/option.d.ts +6 -5
- package/development/option/option/option.d.ts.map +1 -1
- package/development/option/option.js +53 -29
- package/development/overlay.js +7 -1
- package/development/popover/popover-trigger.js +8 -2
- package/development/popover/popover.js +7 -1
- package/development/radio-button/common/radio-button-common.d.ts.map +1 -1
- package/development/radio-button/common.js +7 -1
- package/development/radio-button/radio-button-group.js +7 -1
- package/development/radio-button/radio-button.js +7 -1
- package/development/screen-reader-only.js +7 -1
- package/development/select.js +7 -1
- package/development/selection-expansion-panel.js +7 -1
- package/development/signet.js +7 -1
- package/development/skiplink-list.js +7 -1
- package/development/slider.js +7 -1
- package/development/status.js +7 -1
- package/development/stepper/step-label.js +7 -1
- package/development/stepper/step.js +7 -1
- package/development/stepper/stepper.js +7 -1
- package/development/table/table-wrapper/table-wrapper.d.ts +24 -0
- package/development/table/table-wrapper/table-wrapper.d.ts.map +1 -0
- package/development/table/table-wrapper.d.ts +2 -0
- package/development/table/table-wrapper.d.ts.map +1 -0
- package/development/table/table-wrapper.js +130 -0
- package/development/table.d.ts +2 -0
- package/development/table.d.ts.map +1 -0
- package/development/table.js +2 -0
- package/development/tabs/tab-group/tab-group.d.ts +4 -7
- package/development/tabs/tab-group/tab-group.d.ts.map +1 -1
- package/development/tabs/tab-group.js +69 -73
- package/development/tabs/tab-label.js +7 -1
- package/development/tabs/tab.js +7 -1
- package/development/tag/tag-group.js +7 -1
- package/development/tag/tag.js +7 -1
- package/development/teaser.js +7 -1
- package/development/time-input.js +7 -1
- package/development/timetable-occupancy-icon.js +7 -1
- package/development/timetable-occupancy.js +7 -1
- package/development/title.js +13 -1
- package/development/toast.js +7 -1
- package/development/toggle/toggle-option.js +7 -1
- package/development/toggle/toggle.js +7 -1
- package/development/toggle-check.js +7 -1
- package/development/train/train-blocked-passage.js +7 -1
- package/development/train/train-formation.js +7 -1
- package/development/train/train-wagon.js +7 -1
- package/development/train/train.js +7 -1
- package/development/visual-checkbox.js +7 -1
- package/form-field/form-field-clear.js +1 -1
- package/header/common/header-action-common.d.ts.map +1 -1
- package/icon/icon-name-mixin.d.ts.map +1 -1
- package/icon/icon-request.d.ts.map +1 -1
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/link/common/block-link-common.d.ts.map +1 -1
- package/link/common/inline-link-common.d.ts.map +1 -1
- package/link/common/link-common.d.ts.map +1 -1
- package/menu/common/menu-action-common.d.ts.map +1 -1
- package/navigation/common/navigation-action-common.d.ts.map +1 -1
- package/notification.js +1 -1
- package/option/optgroup/optgroup.d.ts +2 -0
- package/option/optgroup/optgroup.d.ts.map +1 -1
- package/option/optgroup.js +24 -21
- package/option/option/option.d.ts +6 -5
- package/option/option/option.d.ts.map +1 -1
- package/option/option.js +72 -69
- package/package.json +11 -1
- package/popover/popover-trigger.js +1 -1
- package/radio-button/common/radio-button-common.d.ts.map +1 -1
- package/standard-theme.css +196 -0
- package/table/table-wrapper/table-wrapper.d.ts +24 -0
- package/table/table-wrapper/table-wrapper.d.ts.map +1 -0
- package/table/table-wrapper.d.ts +2 -0
- package/table/table-wrapper.d.ts.map +1 -0
- package/table/table-wrapper.js +39 -0
- package/table.d.ts +2 -0
- package/table.d.ts.map +1 -0
- package/table.js +1 -0
- package/tabs/tab-group/tab-group.d.ts +4 -7
- package/tabs/tab-group/tab-group.d.ts.map +1 -1
- package/tabs/tab-group.js +80 -81
package/custom-elements.json
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"text": "boolean"
|
|
154
154
|
},
|
|
155
155
|
"privacy": "private",
|
|
156
|
-
"default": "
|
|
156
|
+
"default": "!!this.shadowRoot",
|
|
157
157
|
"inheritedFrom": {
|
|
158
158
|
"name": "SbbHydrationMixin",
|
|
159
159
|
"module": "core/mixins.js"
|
|
@@ -183,46 +183,23 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"kind": "field",
|
|
186
|
-
"name": "
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
"name": "SbbHydrationMixin",
|
|
190
|
-
"module": "core/mixins.js"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"kind": "method",
|
|
195
|
-
"name": "recoverSsrState",
|
|
196
|
-
"privacy": "protected",
|
|
197
|
-
"return": {
|
|
198
|
-
"type": {
|
|
199
|
-
"text": "void"
|
|
200
|
-
}
|
|
186
|
+
"name": "hydrationRequired",
|
|
187
|
+
"type": {
|
|
188
|
+
"text": "boolean"
|
|
201
189
|
},
|
|
202
|
-
"
|
|
190
|
+
"privacy": "protected",
|
|
191
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
192
|
+
"readonly": true,
|
|
203
193
|
"inheritedFrom": {
|
|
204
194
|
"name": "SbbHydrationMixin",
|
|
205
195
|
"module": "core/mixins.js"
|
|
206
|
-
}
|
|
196
|
+
},
|
|
197
|
+
"default": "!!this.shadowRoot"
|
|
207
198
|
},
|
|
208
199
|
{
|
|
209
|
-
"kind": "
|
|
210
|
-
"name": "
|
|
211
|
-
"privacy": "
|
|
212
|
-
"return": {
|
|
213
|
-
"type": {
|
|
214
|
-
"text": "string | null"
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
"parameters": [
|
|
218
|
-
{
|
|
219
|
-
"name": "name",
|
|
220
|
-
"type": {
|
|
221
|
-
"text": "string"
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
200
|
+
"kind": "field",
|
|
201
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
202
|
+
"privacy": "private",
|
|
226
203
|
"inheritedFrom": {
|
|
227
204
|
"name": "SbbHydrationMixin",
|
|
228
205
|
"module": "core/mixins.js"
|
|
@@ -1085,7 +1062,7 @@
|
|
|
1085
1062
|
"text": "boolean"
|
|
1086
1063
|
},
|
|
1087
1064
|
"privacy": "private",
|
|
1088
|
-
"default": "
|
|
1065
|
+
"default": "!!this.shadowRoot",
|
|
1089
1066
|
"inheritedFrom": {
|
|
1090
1067
|
"name": "SbbHydrationMixin",
|
|
1091
1068
|
"module": "core/mixins.js"
|
|
@@ -1115,46 +1092,23 @@
|
|
|
1115
1092
|
},
|
|
1116
1093
|
{
|
|
1117
1094
|
"kind": "field",
|
|
1118
|
-
"name": "
|
|
1119
|
-
"
|
|
1120
|
-
|
|
1121
|
-
"name": "SbbHydrationMixin",
|
|
1122
|
-
"module": "core/mixins.js"
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
"kind": "method",
|
|
1127
|
-
"name": "recoverSsrState",
|
|
1128
|
-
"privacy": "protected",
|
|
1129
|
-
"return": {
|
|
1130
|
-
"type": {
|
|
1131
|
-
"text": "void"
|
|
1132
|
-
}
|
|
1095
|
+
"name": "hydrationRequired",
|
|
1096
|
+
"type": {
|
|
1097
|
+
"text": "boolean"
|
|
1133
1098
|
},
|
|
1134
|
-
"
|
|
1099
|
+
"privacy": "protected",
|
|
1100
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
1101
|
+
"readonly": true,
|
|
1135
1102
|
"inheritedFrom": {
|
|
1136
1103
|
"name": "SbbHydrationMixin",
|
|
1137
1104
|
"module": "core/mixins.js"
|
|
1138
|
-
}
|
|
1105
|
+
},
|
|
1106
|
+
"default": "!!this.shadowRoot"
|
|
1139
1107
|
},
|
|
1140
1108
|
{
|
|
1141
|
-
"kind": "
|
|
1142
|
-
"name": "
|
|
1143
|
-
"privacy": "
|
|
1144
|
-
"return": {
|
|
1145
|
-
"type": {
|
|
1146
|
-
"text": "string | null"
|
|
1147
|
-
}
|
|
1148
|
-
},
|
|
1149
|
-
"parameters": [
|
|
1150
|
-
{
|
|
1151
|
-
"name": "name",
|
|
1152
|
-
"type": {
|
|
1153
|
-
"text": "string"
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
|
-
],
|
|
1157
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
1109
|
+
"kind": "field",
|
|
1110
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
1111
|
+
"privacy": "private",
|
|
1158
1112
|
"inheritedFrom": {
|
|
1159
1113
|
"name": "SbbHydrationMixin",
|
|
1160
1114
|
"module": "core/mixins.js"
|
|
@@ -2800,6 +2754,65 @@
|
|
|
2800
2754
|
"text": "void"
|
|
2801
2755
|
}
|
|
2802
2756
|
}
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"kind": "field",
|
|
2760
|
+
"name": "_hydrationRequired",
|
|
2761
|
+
"type": {
|
|
2762
|
+
"text": "boolean"
|
|
2763
|
+
},
|
|
2764
|
+
"privacy": "private",
|
|
2765
|
+
"default": "!!this.shadowRoot",
|
|
2766
|
+
"inheritedFrom": {
|
|
2767
|
+
"name": "SbbHydrationMixin",
|
|
2768
|
+
"module": "core/mixins.js"
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"kind": "field",
|
|
2773
|
+
"name": "_hydrationComplete",
|
|
2774
|
+
"privacy": "private",
|
|
2775
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
2776
|
+
"inheritedFrom": {
|
|
2777
|
+
"name": "SbbHydrationMixin",
|
|
2778
|
+
"module": "core/mixins.js"
|
|
2779
|
+
}
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"kind": "field",
|
|
2783
|
+
"name": "_resolveHydration",
|
|
2784
|
+
"type": {
|
|
2785
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
2786
|
+
},
|
|
2787
|
+
"privacy": "private",
|
|
2788
|
+
"inheritedFrom": {
|
|
2789
|
+
"name": "SbbHydrationMixin",
|
|
2790
|
+
"module": "core/mixins.js"
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "field",
|
|
2795
|
+
"name": "hydrationRequired",
|
|
2796
|
+
"type": {
|
|
2797
|
+
"text": "boolean"
|
|
2798
|
+
},
|
|
2799
|
+
"privacy": "protected",
|
|
2800
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
2801
|
+
"readonly": true,
|
|
2802
|
+
"inheritedFrom": {
|
|
2803
|
+
"name": "SbbHydrationMixin",
|
|
2804
|
+
"module": "core/mixins.js"
|
|
2805
|
+
},
|
|
2806
|
+
"default": "!!this.shadowRoot"
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"kind": "field",
|
|
2810
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
2811
|
+
"privacy": "private",
|
|
2812
|
+
"inheritedFrom": {
|
|
2813
|
+
"name": "SbbHydrationMixin",
|
|
2814
|
+
"module": "core/mixins.js"
|
|
2815
|
+
}
|
|
2803
2816
|
}
|
|
2804
2817
|
],
|
|
2805
2818
|
"events": [
|
|
@@ -2862,6 +2875,12 @@
|
|
|
2862
2875
|
"fieldName": "dateFilter"
|
|
2863
2876
|
}
|
|
2864
2877
|
],
|
|
2878
|
+
"mixins": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "SbbHydrationMixin",
|
|
2881
|
+
"module": "core/mixins.js"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2865
2884
|
"superclass": {
|
|
2866
2885
|
"name": "LitElement",
|
|
2867
2886
|
"package": "lit"
|
|
@@ -3149,14 +3168,9 @@
|
|
|
3149
3168
|
"description": "Move the minutes hand every minute."
|
|
3150
3169
|
},
|
|
3151
3170
|
{
|
|
3152
|
-
"kind": "
|
|
3171
|
+
"kind": "field",
|
|
3153
3172
|
"name": "_handlePageVisibilityChange",
|
|
3154
|
-
"privacy": "private"
|
|
3155
|
-
"return": {
|
|
3156
|
-
"type": {
|
|
3157
|
-
"text": "Promise<void>"
|
|
3158
|
-
}
|
|
3159
|
-
}
|
|
3173
|
+
"privacy": "private"
|
|
3160
3174
|
},
|
|
3161
3175
|
{
|
|
3162
3176
|
"kind": "method",
|
|
@@ -5992,7 +6006,7 @@
|
|
|
5992
6006
|
"text": "boolean"
|
|
5993
6007
|
},
|
|
5994
6008
|
"privacy": "private",
|
|
5995
|
-
"default": "
|
|
6009
|
+
"default": "!!this.shadowRoot",
|
|
5996
6010
|
"inheritedFrom": {
|
|
5997
6011
|
"name": "SbbHydrationMixin",
|
|
5998
6012
|
"module": "core/mixins.js"
|
|
@@ -6022,46 +6036,23 @@
|
|
|
6022
6036
|
},
|
|
6023
6037
|
{
|
|
6024
6038
|
"kind": "field",
|
|
6025
|
-
"name": "
|
|
6026
|
-
"
|
|
6027
|
-
|
|
6028
|
-
"name": "SbbHydrationMixin",
|
|
6029
|
-
"module": "core/mixins.js"
|
|
6030
|
-
}
|
|
6031
|
-
},
|
|
6032
|
-
{
|
|
6033
|
-
"kind": "method",
|
|
6034
|
-
"name": "recoverSsrState",
|
|
6035
|
-
"privacy": "protected",
|
|
6036
|
-
"return": {
|
|
6037
|
-
"type": {
|
|
6038
|
-
"text": "void"
|
|
6039
|
-
}
|
|
6039
|
+
"name": "hydrationRequired",
|
|
6040
|
+
"type": {
|
|
6041
|
+
"text": "boolean"
|
|
6040
6042
|
},
|
|
6041
|
-
"
|
|
6043
|
+
"privacy": "protected",
|
|
6044
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
6045
|
+
"readonly": true,
|
|
6042
6046
|
"inheritedFrom": {
|
|
6043
6047
|
"name": "SbbHydrationMixin",
|
|
6044
6048
|
"module": "core/mixins.js"
|
|
6045
|
-
}
|
|
6049
|
+
},
|
|
6050
|
+
"default": "!!this.shadowRoot"
|
|
6046
6051
|
},
|
|
6047
6052
|
{
|
|
6048
|
-
"kind": "
|
|
6049
|
-
"name": "
|
|
6050
|
-
"privacy": "
|
|
6051
|
-
"return": {
|
|
6052
|
-
"type": {
|
|
6053
|
-
"text": "string | null"
|
|
6054
|
-
}
|
|
6055
|
-
},
|
|
6056
|
-
"parameters": [
|
|
6057
|
-
{
|
|
6058
|
-
"name": "name",
|
|
6059
|
-
"type": {
|
|
6060
|
-
"text": "string"
|
|
6061
|
-
}
|
|
6062
|
-
}
|
|
6063
|
-
],
|
|
6064
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
6053
|
+
"kind": "field",
|
|
6054
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
6055
|
+
"privacy": "private",
|
|
6065
6056
|
"inheritedFrom": {
|
|
6066
6057
|
"name": "SbbHydrationMixin",
|
|
6067
6058
|
"module": "core/mixins.js"
|
|
@@ -9739,7 +9730,7 @@
|
|
|
9739
9730
|
"text": "boolean"
|
|
9740
9731
|
},
|
|
9741
9732
|
"privacy": "private",
|
|
9742
|
-
"default": "
|
|
9733
|
+
"default": "!!this.shadowRoot",
|
|
9743
9734
|
"inheritedFrom": {
|
|
9744
9735
|
"name": "SbbHydrationMixin",
|
|
9745
9736
|
"module": "core/mixins.js"
|
|
@@ -9769,46 +9760,23 @@
|
|
|
9769
9760
|
},
|
|
9770
9761
|
{
|
|
9771
9762
|
"kind": "field",
|
|
9772
|
-
"name": "
|
|
9773
|
-
"
|
|
9774
|
-
|
|
9775
|
-
"name": "SbbHydrationMixin",
|
|
9776
|
-
"module": "core/mixins.js"
|
|
9777
|
-
}
|
|
9778
|
-
},
|
|
9779
|
-
{
|
|
9780
|
-
"kind": "method",
|
|
9781
|
-
"name": "recoverSsrState",
|
|
9782
|
-
"privacy": "protected",
|
|
9783
|
-
"return": {
|
|
9784
|
-
"type": {
|
|
9785
|
-
"text": "void"
|
|
9786
|
-
}
|
|
9763
|
+
"name": "hydrationRequired",
|
|
9764
|
+
"type": {
|
|
9765
|
+
"text": "boolean"
|
|
9787
9766
|
},
|
|
9788
|
-
"
|
|
9767
|
+
"privacy": "protected",
|
|
9768
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
9769
|
+
"readonly": true,
|
|
9789
9770
|
"inheritedFrom": {
|
|
9790
9771
|
"name": "SbbHydrationMixin",
|
|
9791
9772
|
"module": "core/mixins.js"
|
|
9792
|
-
}
|
|
9773
|
+
},
|
|
9774
|
+
"default": "!!this.shadowRoot"
|
|
9793
9775
|
},
|
|
9794
9776
|
{
|
|
9795
|
-
"kind": "
|
|
9796
|
-
"name": "
|
|
9797
|
-
"privacy": "
|
|
9798
|
-
"return": {
|
|
9799
|
-
"type": {
|
|
9800
|
-
"text": "string | null"
|
|
9801
|
-
}
|
|
9802
|
-
},
|
|
9803
|
-
"parameters": [
|
|
9804
|
-
{
|
|
9805
|
-
"name": "name",
|
|
9806
|
-
"type": {
|
|
9807
|
-
"text": "string"
|
|
9808
|
-
}
|
|
9809
|
-
}
|
|
9810
|
-
],
|
|
9811
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
9777
|
+
"kind": "field",
|
|
9778
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
9779
|
+
"privacy": "private",
|
|
9812
9780
|
"inheritedFrom": {
|
|
9813
9781
|
"name": "SbbHydrationMixin",
|
|
9814
9782
|
"module": "core/mixins.js"
|
|
@@ -10130,7 +10098,7 @@
|
|
|
10130
10098
|
"text": "boolean"
|
|
10131
10099
|
},
|
|
10132
10100
|
"privacy": "private",
|
|
10133
|
-
"default": "
|
|
10101
|
+
"default": "!!this.shadowRoot",
|
|
10134
10102
|
"inheritedFrom": {
|
|
10135
10103
|
"name": "SbbHydrationMixin",
|
|
10136
10104
|
"module": "core/mixins.js"
|
|
@@ -10160,46 +10128,23 @@
|
|
|
10160
10128
|
},
|
|
10161
10129
|
{
|
|
10162
10130
|
"kind": "field",
|
|
10163
|
-
"name": "
|
|
10164
|
-
"
|
|
10165
|
-
|
|
10166
|
-
"name": "SbbHydrationMixin",
|
|
10167
|
-
"module": "core/mixins.js"
|
|
10168
|
-
}
|
|
10169
|
-
},
|
|
10170
|
-
{
|
|
10171
|
-
"kind": "method",
|
|
10172
|
-
"name": "recoverSsrState",
|
|
10173
|
-
"privacy": "protected",
|
|
10174
|
-
"return": {
|
|
10175
|
-
"type": {
|
|
10176
|
-
"text": "void"
|
|
10177
|
-
}
|
|
10131
|
+
"name": "hydrationRequired",
|
|
10132
|
+
"type": {
|
|
10133
|
+
"text": "boolean"
|
|
10178
10134
|
},
|
|
10179
|
-
"
|
|
10135
|
+
"privacy": "protected",
|
|
10136
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
10137
|
+
"readonly": true,
|
|
10180
10138
|
"inheritedFrom": {
|
|
10181
10139
|
"name": "SbbHydrationMixin",
|
|
10182
10140
|
"module": "core/mixins.js"
|
|
10183
|
-
}
|
|
10141
|
+
},
|
|
10142
|
+
"default": "!!this.shadowRoot"
|
|
10184
10143
|
},
|
|
10185
10144
|
{
|
|
10186
|
-
"kind": "
|
|
10187
|
-
"name": "
|
|
10188
|
-
"privacy": "
|
|
10189
|
-
"return": {
|
|
10190
|
-
"type": {
|
|
10191
|
-
"text": "string | null"
|
|
10192
|
-
}
|
|
10193
|
-
},
|
|
10194
|
-
"parameters": [
|
|
10195
|
-
{
|
|
10196
|
-
"name": "name",
|
|
10197
|
-
"type": {
|
|
10198
|
-
"text": "string"
|
|
10199
|
-
}
|
|
10200
|
-
}
|
|
10201
|
-
],
|
|
10202
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
10145
|
+
"kind": "field",
|
|
10146
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
10147
|
+
"privacy": "private",
|
|
10203
10148
|
"inheritedFrom": {
|
|
10204
10149
|
"name": "SbbHydrationMixin",
|
|
10205
10150
|
"module": "core/mixins.js"
|
|
@@ -10888,6 +10833,21 @@
|
|
|
10888
10833
|
}
|
|
10889
10834
|
]
|
|
10890
10835
|
},
|
|
10836
|
+
{
|
|
10837
|
+
"kind": "javascript-module",
|
|
10838
|
+
"path": "table.js",
|
|
10839
|
+
"declarations": [],
|
|
10840
|
+
"exports": [
|
|
10841
|
+
{
|
|
10842
|
+
"kind": "js",
|
|
10843
|
+
"name": "*",
|
|
10844
|
+
"declaration": {
|
|
10845
|
+
"name": "*",
|
|
10846
|
+
"package": "./table/table-wrapper.js"
|
|
10847
|
+
}
|
|
10848
|
+
}
|
|
10849
|
+
]
|
|
10850
|
+
},
|
|
10891
10851
|
{
|
|
10892
10852
|
"kind": "javascript-module",
|
|
10893
10853
|
"path": "tabs.js",
|
|
@@ -13675,7 +13635,7 @@
|
|
|
13675
13635
|
"text": "boolean"
|
|
13676
13636
|
},
|
|
13677
13637
|
"privacy": "private",
|
|
13678
|
-
"default": "
|
|
13638
|
+
"default": "!!this.shadowRoot",
|
|
13679
13639
|
"inheritedFrom": {
|
|
13680
13640
|
"name": "SbbHydrationMixin",
|
|
13681
13641
|
"module": "core/mixins.js"
|
|
@@ -13705,46 +13665,23 @@
|
|
|
13705
13665
|
},
|
|
13706
13666
|
{
|
|
13707
13667
|
"kind": "field",
|
|
13708
|
-
"name": "
|
|
13709
|
-
"
|
|
13710
|
-
|
|
13711
|
-
"name": "SbbHydrationMixin",
|
|
13712
|
-
"module": "core/mixins.js"
|
|
13713
|
-
}
|
|
13714
|
-
},
|
|
13715
|
-
{
|
|
13716
|
-
"kind": "method",
|
|
13717
|
-
"name": "recoverSsrState",
|
|
13718
|
-
"privacy": "protected",
|
|
13719
|
-
"return": {
|
|
13720
|
-
"type": {
|
|
13721
|
-
"text": "void"
|
|
13722
|
-
}
|
|
13668
|
+
"name": "hydrationRequired",
|
|
13669
|
+
"type": {
|
|
13670
|
+
"text": "boolean"
|
|
13723
13671
|
},
|
|
13724
|
-
"
|
|
13672
|
+
"privacy": "protected",
|
|
13673
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
13674
|
+
"readonly": true,
|
|
13725
13675
|
"inheritedFrom": {
|
|
13726
13676
|
"name": "SbbHydrationMixin",
|
|
13727
13677
|
"module": "core/mixins.js"
|
|
13728
|
-
}
|
|
13678
|
+
},
|
|
13679
|
+
"default": "!!this.shadowRoot"
|
|
13729
13680
|
},
|
|
13730
13681
|
{
|
|
13731
|
-
"kind": "
|
|
13732
|
-
"name": "
|
|
13733
|
-
"privacy": "
|
|
13734
|
-
"return": {
|
|
13735
|
-
"type": {
|
|
13736
|
-
"text": "string | null"
|
|
13737
|
-
}
|
|
13738
|
-
},
|
|
13739
|
-
"parameters": [
|
|
13740
|
-
{
|
|
13741
|
-
"name": "name",
|
|
13742
|
-
"type": {
|
|
13743
|
-
"text": "string"
|
|
13744
|
-
}
|
|
13745
|
-
}
|
|
13746
|
-
],
|
|
13747
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
13682
|
+
"kind": "field",
|
|
13683
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
13684
|
+
"privacy": "private",
|
|
13748
13685
|
"inheritedFrom": {
|
|
13749
13686
|
"name": "SbbHydrationMixin",
|
|
13750
13687
|
"module": "core/mixins.js"
|
|
@@ -14513,7 +14450,7 @@
|
|
|
14513
14450
|
"text": "boolean"
|
|
14514
14451
|
},
|
|
14515
14452
|
"privacy": "private",
|
|
14516
|
-
"default": "
|
|
14453
|
+
"default": "!!this.shadowRoot",
|
|
14517
14454
|
"inheritedFrom": {
|
|
14518
14455
|
"name": "SbbHydrationMixin",
|
|
14519
14456
|
"module": "core/mixins.js"
|
|
@@ -14543,46 +14480,23 @@
|
|
|
14543
14480
|
},
|
|
14544
14481
|
{
|
|
14545
14482
|
"kind": "field",
|
|
14546
|
-
"name": "
|
|
14547
|
-
"
|
|
14548
|
-
|
|
14549
|
-
"name": "SbbHydrationMixin",
|
|
14550
|
-
"module": "core/mixins.js"
|
|
14551
|
-
}
|
|
14552
|
-
},
|
|
14553
|
-
{
|
|
14554
|
-
"kind": "method",
|
|
14555
|
-
"name": "recoverSsrState",
|
|
14556
|
-
"privacy": "protected",
|
|
14557
|
-
"return": {
|
|
14558
|
-
"type": {
|
|
14559
|
-
"text": "void"
|
|
14560
|
-
}
|
|
14483
|
+
"name": "hydrationRequired",
|
|
14484
|
+
"type": {
|
|
14485
|
+
"text": "boolean"
|
|
14561
14486
|
},
|
|
14562
|
-
"
|
|
14487
|
+
"privacy": "protected",
|
|
14488
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
14489
|
+
"readonly": true,
|
|
14563
14490
|
"inheritedFrom": {
|
|
14564
14491
|
"name": "SbbHydrationMixin",
|
|
14565
14492
|
"module": "core/mixins.js"
|
|
14566
|
-
}
|
|
14493
|
+
},
|
|
14494
|
+
"default": "!!this.shadowRoot"
|
|
14567
14495
|
},
|
|
14568
14496
|
{
|
|
14569
|
-
"kind": "
|
|
14570
|
-
"name": "
|
|
14571
|
-
"privacy": "
|
|
14572
|
-
"return": {
|
|
14573
|
-
"type": {
|
|
14574
|
-
"text": "string | null"
|
|
14575
|
-
}
|
|
14576
|
-
},
|
|
14577
|
-
"parameters": [
|
|
14578
|
-
{
|
|
14579
|
-
"name": "name",
|
|
14580
|
-
"type": {
|
|
14581
|
-
"text": "string"
|
|
14582
|
-
}
|
|
14583
|
-
}
|
|
14584
|
-
],
|
|
14585
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
14497
|
+
"kind": "field",
|
|
14498
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
14499
|
+
"privacy": "private",
|
|
14586
14500
|
"inheritedFrom": {
|
|
14587
14501
|
"name": "SbbHydrationMixin",
|
|
14588
14502
|
"module": "core/mixins.js"
|
|
@@ -14720,7 +14634,7 @@
|
|
|
14720
14634
|
"text": "boolean"
|
|
14721
14635
|
},
|
|
14722
14636
|
"privacy": "private",
|
|
14723
|
-
"default": "
|
|
14637
|
+
"default": "!!this.shadowRoot",
|
|
14724
14638
|
"inheritedFrom": {
|
|
14725
14639
|
"name": "SbbHydrationMixin",
|
|
14726
14640
|
"module": "core/mixins.js"
|
|
@@ -14750,46 +14664,23 @@
|
|
|
14750
14664
|
},
|
|
14751
14665
|
{
|
|
14752
14666
|
"kind": "field",
|
|
14753
|
-
"name": "
|
|
14754
|
-
"
|
|
14755
|
-
|
|
14756
|
-
"name": "SbbHydrationMixin",
|
|
14757
|
-
"module": "core/mixins.js"
|
|
14758
|
-
}
|
|
14759
|
-
},
|
|
14760
|
-
{
|
|
14761
|
-
"kind": "method",
|
|
14762
|
-
"name": "recoverSsrState",
|
|
14763
|
-
"privacy": "protected",
|
|
14764
|
-
"return": {
|
|
14765
|
-
"type": {
|
|
14766
|
-
"text": "void"
|
|
14767
|
-
}
|
|
14667
|
+
"name": "hydrationRequired",
|
|
14668
|
+
"type": {
|
|
14669
|
+
"text": "boolean"
|
|
14768
14670
|
},
|
|
14769
|
-
"
|
|
14671
|
+
"privacy": "protected",
|
|
14672
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
14673
|
+
"readonly": true,
|
|
14770
14674
|
"inheritedFrom": {
|
|
14771
14675
|
"name": "SbbHydrationMixin",
|
|
14772
14676
|
"module": "core/mixins.js"
|
|
14773
|
-
}
|
|
14677
|
+
},
|
|
14678
|
+
"default": "!!this.shadowRoot"
|
|
14774
14679
|
},
|
|
14775
14680
|
{
|
|
14776
|
-
"kind": "
|
|
14777
|
-
"name": "
|
|
14778
|
-
"privacy": "
|
|
14779
|
-
"return": {
|
|
14780
|
-
"type": {
|
|
14781
|
-
"text": "string | null"
|
|
14782
|
-
}
|
|
14783
|
-
},
|
|
14784
|
-
"parameters": [
|
|
14785
|
-
{
|
|
14786
|
-
"name": "name",
|
|
14787
|
-
"type": {
|
|
14788
|
-
"text": "string"
|
|
14789
|
-
}
|
|
14790
|
-
}
|
|
14791
|
-
],
|
|
14792
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
14681
|
+
"kind": "field",
|
|
14682
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
14683
|
+
"privacy": "private",
|
|
14793
14684
|
"inheritedFrom": {
|
|
14794
14685
|
"name": "SbbHydrationMixin",
|
|
14795
14686
|
"module": "core/mixins.js"
|
|
@@ -26467,25 +26358,9 @@
|
|
|
26467
26358
|
"kind": "variable",
|
|
26468
26359
|
"name": "i18nFromPlatform",
|
|
26469
26360
|
"type": {
|
|
26470
|
-
"text": "Record<string,
|
|
26471
|
-
},
|
|
26472
|
-
"default": "{ long: { de: 'Auf Gleis', en: 'on platform', fr: 'sur la voie', it: 'sulla piattaforma', }, short: { de: 'Gl.', en: 'Pl.', fr: 'Voie', it: 'Bin.', }, }"
|
|
26473
|
-
},
|
|
26474
|
-
{
|
|
26475
|
-
"kind": "variable",
|
|
26476
|
-
"name": "i18nFromStand",
|
|
26477
|
-
"type": {
|
|
26478
|
-
"text": "Record<string, Record<string, string>>"
|
|
26479
|
-
},
|
|
26480
|
-
"default": "{ long: { de: 'Von Kante', en: 'from Stand', fr: 'à partir de la Quai', it: 'Dalla Corsia', }, short: { de: 'Kante', en: 'Stand', fr: 'Quai', it: 'Corsia.', }, }"
|
|
26481
|
-
},
|
|
26482
|
-
{
|
|
26483
|
-
"kind": "variable",
|
|
26484
|
-
"name": "i18nFromPier",
|
|
26485
|
-
"type": {
|
|
26486
|
-
"text": "Record<string, Record<string, string>>"
|
|
26361
|
+
"text": "Record<string, string>"
|
|
26487
26362
|
},
|
|
26488
|
-
"default": "{
|
|
26363
|
+
"default": "{ de: 'Auf', en: 'on', fr: 'sur', it: 'su', }"
|
|
26489
26364
|
},
|
|
26490
26365
|
{
|
|
26491
26366
|
"kind": "variable",
|
|
@@ -27095,22 +26970,6 @@
|
|
|
27095
26970
|
"module": "core/i18n.js"
|
|
27096
26971
|
}
|
|
27097
26972
|
},
|
|
27098
|
-
{
|
|
27099
|
-
"kind": "js",
|
|
27100
|
-
"name": "i18nFromStand",
|
|
27101
|
-
"declaration": {
|
|
27102
|
-
"name": "i18nFromStand",
|
|
27103
|
-
"module": "core/i18n.js"
|
|
27104
|
-
}
|
|
27105
|
-
},
|
|
27106
|
-
{
|
|
27107
|
-
"kind": "js",
|
|
27108
|
-
"name": "i18nFromPier",
|
|
27109
|
-
"declaration": {
|
|
27110
|
-
"name": "i18nFromPier",
|
|
27111
|
-
"module": "core/i18n.js"
|
|
27112
|
-
}
|
|
27113
|
-
},
|
|
27114
26973
|
{
|
|
27115
26974
|
"kind": "js",
|
|
27116
26975
|
"name": "i18nSupersaver",
|
|
@@ -28621,34 +28480,14 @@
|
|
|
28621
28480
|
"readonly": true
|
|
28622
28481
|
},
|
|
28623
28482
|
{
|
|
28624
|
-
"kind": "
|
|
28625
|
-
"name": "
|
|
28626
|
-
"
|
|
28627
|
-
|
|
28628
|
-
"type": {
|
|
28629
|
-
"text": "void"
|
|
28630
|
-
}
|
|
28483
|
+
"kind": "field",
|
|
28484
|
+
"name": "hydrationRequired",
|
|
28485
|
+
"type": {
|
|
28486
|
+
"text": "boolean"
|
|
28631
28487
|
},
|
|
28632
|
-
"description": "Called only if Declarative Shadow DOM is detected, during the initialization stage\nbut before the hydration stage.\nWhen using server side rendering, this is called in willUpdate."
|
|
28633
|
-
},
|
|
28634
|
-
{
|
|
28635
|
-
"kind": "method",
|
|
28636
|
-
"name": "getAndRemoveAttribute",
|
|
28637
28488
|
"privacy": "protected",
|
|
28638
|
-
"
|
|
28639
|
-
|
|
28640
|
-
"text": "string | null"
|
|
28641
|
-
}
|
|
28642
|
-
},
|
|
28643
|
-
"parameters": [
|
|
28644
|
-
{
|
|
28645
|
-
"name": "name",
|
|
28646
|
-
"type": {
|
|
28647
|
-
"text": "string"
|
|
28648
|
-
}
|
|
28649
|
-
}
|
|
28650
|
-
],
|
|
28651
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null."
|
|
28489
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
28490
|
+
"readonly": true
|
|
28652
28491
|
}
|
|
28653
28492
|
]
|
|
28654
28493
|
},
|
|
@@ -28664,7 +28503,7 @@
|
|
|
28664
28503
|
"text": "boolean"
|
|
28665
28504
|
},
|
|
28666
28505
|
"privacy": "private",
|
|
28667
|
-
"default": "
|
|
28506
|
+
"default": "!!this.shadowRoot"
|
|
28668
28507
|
},
|
|
28669
28508
|
{
|
|
28670
28509
|
"kind": "field",
|
|
@@ -28682,38 +28521,18 @@
|
|
|
28682
28521
|
},
|
|
28683
28522
|
{
|
|
28684
28523
|
"kind": "field",
|
|
28685
|
-
"name": "
|
|
28686
|
-
"
|
|
28687
|
-
|
|
28688
|
-
{
|
|
28689
|
-
"kind": "method",
|
|
28690
|
-
"name": "recoverSsrState",
|
|
28691
|
-
"privacy": "protected",
|
|
28692
|
-
"return": {
|
|
28693
|
-
"type": {
|
|
28694
|
-
"text": "void"
|
|
28695
|
-
}
|
|
28524
|
+
"name": "hydrationRequired",
|
|
28525
|
+
"type": {
|
|
28526
|
+
"text": "boolean"
|
|
28696
28527
|
},
|
|
28697
|
-
"
|
|
28528
|
+
"privacy": "protected",
|
|
28529
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
28530
|
+
"readonly": true
|
|
28698
28531
|
},
|
|
28699
28532
|
{
|
|
28700
|
-
"kind": "
|
|
28701
|
-
"name": "
|
|
28702
|
-
"privacy": "
|
|
28703
|
-
"return": {
|
|
28704
|
-
"type": {
|
|
28705
|
-
"text": "string | null"
|
|
28706
|
-
}
|
|
28707
|
-
},
|
|
28708
|
-
"parameters": [
|
|
28709
|
-
{
|
|
28710
|
-
"name": "name",
|
|
28711
|
-
"type": {
|
|
28712
|
-
"text": "string"
|
|
28713
|
-
}
|
|
28714
|
-
}
|
|
28715
|
-
],
|
|
28716
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null."
|
|
28533
|
+
"kind": "field",
|
|
28534
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
28535
|
+
"privacy": "private"
|
|
28717
28536
|
}
|
|
28718
28537
|
],
|
|
28719
28538
|
"parameters": [
|
|
@@ -28807,38 +28626,14 @@
|
|
|
28807
28626
|
}
|
|
28808
28627
|
},
|
|
28809
28628
|
{
|
|
28810
|
-
"kind": "
|
|
28811
|
-
"name": "
|
|
28812
|
-
"
|
|
28813
|
-
|
|
28814
|
-
"type": {
|
|
28815
|
-
"text": "void"
|
|
28816
|
-
}
|
|
28629
|
+
"kind": "field",
|
|
28630
|
+
"name": "hydrationRequired",
|
|
28631
|
+
"type": {
|
|
28632
|
+
"text": "boolean"
|
|
28817
28633
|
},
|
|
28818
|
-
"description": "Called only if Declarative Shadow DOM is detected, during the initialization stage\nbut before the hydration stage.\nWhen using server side rendering, this is called in willUpdate.",
|
|
28819
|
-
"inheritedFrom": {
|
|
28820
|
-
"name": "SbbHydrationMixinType",
|
|
28821
|
-
"module": "core/mixins.js"
|
|
28822
|
-
}
|
|
28823
|
-
},
|
|
28824
|
-
{
|
|
28825
|
-
"kind": "method",
|
|
28826
|
-
"name": "getAndRemoveAttribute",
|
|
28827
28634
|
"privacy": "protected",
|
|
28828
|
-
"
|
|
28829
|
-
|
|
28830
|
-
"text": "string | null"
|
|
28831
|
-
}
|
|
28832
|
-
},
|
|
28833
|
-
"parameters": [
|
|
28834
|
-
{
|
|
28835
|
-
"name": "name",
|
|
28836
|
-
"type": {
|
|
28837
|
-
"text": "string"
|
|
28838
|
-
}
|
|
28839
|
-
}
|
|
28840
|
-
],
|
|
28841
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
28635
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
28636
|
+
"readonly": true,
|
|
28842
28637
|
"inheritedFrom": {
|
|
28843
28638
|
"name": "SbbHydrationMixinType",
|
|
28844
28639
|
"module": "core/mixins.js"
|
|
@@ -28929,7 +28724,7 @@
|
|
|
28929
28724
|
"text": "boolean"
|
|
28930
28725
|
},
|
|
28931
28726
|
"privacy": "private",
|
|
28932
|
-
"default": "
|
|
28727
|
+
"default": "!!this.shadowRoot",
|
|
28933
28728
|
"inheritedFrom": {
|
|
28934
28729
|
"name": "SbbHydrationMixin",
|
|
28935
28730
|
"module": "core/mixins.js"
|
|
@@ -28959,46 +28754,22 @@
|
|
|
28959
28754
|
},
|
|
28960
28755
|
{
|
|
28961
28756
|
"kind": "field",
|
|
28962
|
-
"name": "
|
|
28963
|
-
"
|
|
28964
|
-
|
|
28965
|
-
"name": "SbbHydrationMixin",
|
|
28966
|
-
"module": "core/mixins.js"
|
|
28967
|
-
}
|
|
28968
|
-
},
|
|
28969
|
-
{
|
|
28970
|
-
"kind": "method",
|
|
28971
|
-
"name": "recoverSsrState",
|
|
28972
|
-
"privacy": "protected",
|
|
28973
|
-
"return": {
|
|
28974
|
-
"type": {
|
|
28975
|
-
"text": "void"
|
|
28976
|
-
}
|
|
28757
|
+
"name": "hydrationRequired",
|
|
28758
|
+
"type": {
|
|
28759
|
+
"text": "boolean"
|
|
28977
28760
|
},
|
|
28978
|
-
"
|
|
28761
|
+
"privacy": "protected",
|
|
28762
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
28763
|
+
"readonly": true,
|
|
28979
28764
|
"inheritedFrom": {
|
|
28980
28765
|
"name": "SbbHydrationMixin",
|
|
28981
28766
|
"module": "core/mixins.js"
|
|
28982
28767
|
}
|
|
28983
28768
|
},
|
|
28984
28769
|
{
|
|
28985
|
-
"kind": "
|
|
28986
|
-
"name": "
|
|
28987
|
-
"privacy": "
|
|
28988
|
-
"return": {
|
|
28989
|
-
"type": {
|
|
28990
|
-
"text": "string | null"
|
|
28991
|
-
}
|
|
28992
|
-
},
|
|
28993
|
-
"parameters": [
|
|
28994
|
-
{
|
|
28995
|
-
"name": "name",
|
|
28996
|
-
"type": {
|
|
28997
|
-
"text": "string"
|
|
28998
|
-
}
|
|
28999
|
-
}
|
|
29000
|
-
],
|
|
29001
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
28770
|
+
"kind": "field",
|
|
28771
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
28772
|
+
"privacy": "private",
|
|
29002
28773
|
"inheritedFrom": {
|
|
29003
28774
|
"name": "SbbHydrationMixin",
|
|
29004
28775
|
"module": "core/mixins.js"
|
|
@@ -30341,16 +30112,19 @@
|
|
|
30341
30112
|
"name": "waitForLitRender",
|
|
30342
30113
|
"return": {
|
|
30343
30114
|
"type": {
|
|
30344
|
-
"text": "Promise<
|
|
30115
|
+
"text": "Promise<T>"
|
|
30345
30116
|
}
|
|
30346
30117
|
},
|
|
30347
30118
|
"parameters": [
|
|
30348
30119
|
{
|
|
30349
|
-
"name": "
|
|
30120
|
+
"name": "node",
|
|
30350
30121
|
"type": {
|
|
30351
|
-
"text": "
|
|
30352
|
-
}
|
|
30353
|
-
|
|
30122
|
+
"text": "T | Promise<T>"
|
|
30123
|
+
}
|
|
30124
|
+
},
|
|
30125
|
+
{
|
|
30126
|
+
"description": "a parent node to wait for rendering on.",
|
|
30127
|
+
"name": "root"
|
|
30354
30128
|
}
|
|
30355
30129
|
],
|
|
30356
30130
|
"description": "Waits for all Lit `ReactiveElement` children of the given parent node to\nfinish rendering."
|
|
@@ -32307,7 +32081,7 @@
|
|
|
32307
32081
|
"text": "boolean"
|
|
32308
32082
|
},
|
|
32309
32083
|
"privacy": "private",
|
|
32310
|
-
"default": "
|
|
32084
|
+
"default": "!!this.shadowRoot",
|
|
32311
32085
|
"inheritedFrom": {
|
|
32312
32086
|
"name": "SbbHydrationMixin",
|
|
32313
32087
|
"module": "core/mixins.js"
|
|
@@ -32337,46 +32111,23 @@
|
|
|
32337
32111
|
},
|
|
32338
32112
|
{
|
|
32339
32113
|
"kind": "field",
|
|
32340
|
-
"name": "
|
|
32341
|
-
"
|
|
32342
|
-
|
|
32343
|
-
"name": "SbbHydrationMixin",
|
|
32344
|
-
"module": "core/mixins.js"
|
|
32345
|
-
}
|
|
32346
|
-
},
|
|
32347
|
-
{
|
|
32348
|
-
"kind": "method",
|
|
32349
|
-
"name": "recoverSsrState",
|
|
32350
|
-
"privacy": "protected",
|
|
32351
|
-
"return": {
|
|
32352
|
-
"type": {
|
|
32353
|
-
"text": "void"
|
|
32354
|
-
}
|
|
32114
|
+
"name": "hydrationRequired",
|
|
32115
|
+
"type": {
|
|
32116
|
+
"text": "boolean"
|
|
32355
32117
|
},
|
|
32356
|
-
"
|
|
32118
|
+
"privacy": "protected",
|
|
32119
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
32120
|
+
"readonly": true,
|
|
32357
32121
|
"inheritedFrom": {
|
|
32358
32122
|
"name": "SbbHydrationMixin",
|
|
32359
32123
|
"module": "core/mixins.js"
|
|
32360
|
-
}
|
|
32124
|
+
},
|
|
32125
|
+
"default": "!!this.shadowRoot"
|
|
32361
32126
|
},
|
|
32362
32127
|
{
|
|
32363
|
-
"kind": "
|
|
32364
|
-
"name": "
|
|
32365
|
-
"privacy": "
|
|
32366
|
-
"return": {
|
|
32367
|
-
"type": {
|
|
32368
|
-
"text": "string | null"
|
|
32369
|
-
}
|
|
32370
|
-
},
|
|
32371
|
-
"parameters": [
|
|
32372
|
-
{
|
|
32373
|
-
"name": "name",
|
|
32374
|
-
"type": {
|
|
32375
|
-
"text": "string"
|
|
32376
|
-
}
|
|
32377
|
-
}
|
|
32378
|
-
],
|
|
32379
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
32128
|
+
"kind": "field",
|
|
32129
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
32130
|
+
"privacy": "private",
|
|
32380
32131
|
"inheritedFrom": {
|
|
32381
32132
|
"name": "SbbHydrationMixin",
|
|
32382
32133
|
"module": "core/mixins.js"
|
|
@@ -35328,7 +35079,7 @@
|
|
|
35328
35079
|
"text": "boolean"
|
|
35329
35080
|
},
|
|
35330
35081
|
"privacy": "private",
|
|
35331
|
-
"default": "
|
|
35082
|
+
"default": "!!this.shadowRoot",
|
|
35332
35083
|
"inheritedFrom": {
|
|
35333
35084
|
"name": "SbbHydrationMixin",
|
|
35334
35085
|
"module": "core/mixins.js"
|
|
@@ -35358,46 +35109,23 @@
|
|
|
35358
35109
|
},
|
|
35359
35110
|
{
|
|
35360
35111
|
"kind": "field",
|
|
35361
|
-
"name": "
|
|
35362
|
-
"
|
|
35363
|
-
|
|
35364
|
-
"name": "SbbHydrationMixin",
|
|
35365
|
-
"module": "core/mixins.js"
|
|
35366
|
-
}
|
|
35367
|
-
},
|
|
35368
|
-
{
|
|
35369
|
-
"kind": "method",
|
|
35370
|
-
"name": "recoverSsrState",
|
|
35371
|
-
"privacy": "protected",
|
|
35372
|
-
"return": {
|
|
35373
|
-
"type": {
|
|
35374
|
-
"text": "void"
|
|
35375
|
-
}
|
|
35112
|
+
"name": "hydrationRequired",
|
|
35113
|
+
"type": {
|
|
35114
|
+
"text": "boolean"
|
|
35376
35115
|
},
|
|
35377
|
-
"
|
|
35116
|
+
"privacy": "protected",
|
|
35117
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
35118
|
+
"readonly": true,
|
|
35378
35119
|
"inheritedFrom": {
|
|
35379
35120
|
"name": "SbbHydrationMixin",
|
|
35380
35121
|
"module": "core/mixins.js"
|
|
35381
|
-
}
|
|
35122
|
+
},
|
|
35123
|
+
"default": "!!this.shadowRoot"
|
|
35382
35124
|
},
|
|
35383
35125
|
{
|
|
35384
|
-
"kind": "
|
|
35385
|
-
"name": "
|
|
35386
|
-
"privacy": "
|
|
35387
|
-
"return": {
|
|
35388
|
-
"type": {
|
|
35389
|
-
"text": "string | null"
|
|
35390
|
-
}
|
|
35391
|
-
},
|
|
35392
|
-
"parameters": [
|
|
35393
|
-
{
|
|
35394
|
-
"name": "name",
|
|
35395
|
-
"type": {
|
|
35396
|
-
"text": "string"
|
|
35397
|
-
}
|
|
35398
|
-
}
|
|
35399
|
-
],
|
|
35400
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
35126
|
+
"kind": "field",
|
|
35127
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
35128
|
+
"privacy": "private",
|
|
35401
35129
|
"inheritedFrom": {
|
|
35402
35130
|
"name": "SbbHydrationMixin",
|
|
35403
35131
|
"module": "core/mixins.js"
|
|
@@ -37529,7 +37257,7 @@
|
|
|
37529
37257
|
"text": "boolean"
|
|
37530
37258
|
},
|
|
37531
37259
|
"privacy": "private",
|
|
37532
|
-
"default": "
|
|
37260
|
+
"default": "!!this.shadowRoot",
|
|
37533
37261
|
"inheritedFrom": {
|
|
37534
37262
|
"name": "SbbHydrationMixin",
|
|
37535
37263
|
"module": "core/mixins.js"
|
|
@@ -37559,46 +37287,23 @@
|
|
|
37559
37287
|
},
|
|
37560
37288
|
{
|
|
37561
37289
|
"kind": "field",
|
|
37562
|
-
"name": "
|
|
37563
|
-
"
|
|
37564
|
-
|
|
37565
|
-
"name": "SbbHydrationMixin",
|
|
37566
|
-
"module": "core/mixins.js"
|
|
37567
|
-
}
|
|
37568
|
-
},
|
|
37569
|
-
{
|
|
37570
|
-
"kind": "method",
|
|
37571
|
-
"name": "recoverSsrState",
|
|
37572
|
-
"privacy": "protected",
|
|
37573
|
-
"return": {
|
|
37574
|
-
"type": {
|
|
37575
|
-
"text": "void"
|
|
37576
|
-
}
|
|
37290
|
+
"name": "hydrationRequired",
|
|
37291
|
+
"type": {
|
|
37292
|
+
"text": "boolean"
|
|
37577
37293
|
},
|
|
37578
|
-
"
|
|
37294
|
+
"privacy": "protected",
|
|
37295
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
37296
|
+
"readonly": true,
|
|
37579
37297
|
"inheritedFrom": {
|
|
37580
37298
|
"name": "SbbHydrationMixin",
|
|
37581
37299
|
"module": "core/mixins.js"
|
|
37582
|
-
}
|
|
37300
|
+
},
|
|
37301
|
+
"default": "!!this.shadowRoot"
|
|
37583
37302
|
},
|
|
37584
37303
|
{
|
|
37585
|
-
"kind": "
|
|
37586
|
-
"name": "
|
|
37587
|
-
"privacy": "
|
|
37588
|
-
"return": {
|
|
37589
|
-
"type": {
|
|
37590
|
-
"text": "string | null"
|
|
37591
|
-
}
|
|
37592
|
-
},
|
|
37593
|
-
"parameters": [
|
|
37594
|
-
{
|
|
37595
|
-
"name": "name",
|
|
37596
|
-
"type": {
|
|
37597
|
-
"text": "string"
|
|
37598
|
-
}
|
|
37599
|
-
}
|
|
37600
|
-
],
|
|
37601
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
37304
|
+
"kind": "field",
|
|
37305
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
37306
|
+
"privacy": "private",
|
|
37602
37307
|
"inheritedFrom": {
|
|
37603
37308
|
"name": "SbbHydrationMixin",
|
|
37604
37309
|
"module": "core/mixins.js"
|
|
@@ -41840,7 +41545,7 @@
|
|
|
41840
41545
|
"text": "boolean"
|
|
41841
41546
|
},
|
|
41842
41547
|
"privacy": "private",
|
|
41843
|
-
"default": "
|
|
41548
|
+
"default": "!!this.shadowRoot",
|
|
41844
41549
|
"inheritedFrom": {
|
|
41845
41550
|
"name": "SbbHydrationMixin",
|
|
41846
41551
|
"module": "core/mixins.js"
|
|
@@ -41870,46 +41575,23 @@
|
|
|
41870
41575
|
},
|
|
41871
41576
|
{
|
|
41872
41577
|
"kind": "field",
|
|
41873
|
-
"name": "
|
|
41874
|
-
"
|
|
41875
|
-
|
|
41876
|
-
"name": "SbbHydrationMixin",
|
|
41877
|
-
"module": "core/mixins.js"
|
|
41878
|
-
}
|
|
41879
|
-
},
|
|
41880
|
-
{
|
|
41881
|
-
"kind": "method",
|
|
41882
|
-
"name": "recoverSsrState",
|
|
41883
|
-
"privacy": "protected",
|
|
41884
|
-
"return": {
|
|
41885
|
-
"type": {
|
|
41886
|
-
"text": "void"
|
|
41887
|
-
}
|
|
41578
|
+
"name": "hydrationRequired",
|
|
41579
|
+
"type": {
|
|
41580
|
+
"text": "boolean"
|
|
41888
41581
|
},
|
|
41889
|
-
"
|
|
41582
|
+
"privacy": "protected",
|
|
41583
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
41584
|
+
"readonly": true,
|
|
41890
41585
|
"inheritedFrom": {
|
|
41891
41586
|
"name": "SbbHydrationMixin",
|
|
41892
41587
|
"module": "core/mixins.js"
|
|
41893
|
-
}
|
|
41588
|
+
},
|
|
41589
|
+
"default": "!!this.shadowRoot"
|
|
41894
41590
|
},
|
|
41895
41591
|
{
|
|
41896
|
-
"kind": "
|
|
41897
|
-
"name": "
|
|
41898
|
-
"privacy": "
|
|
41899
|
-
"return": {
|
|
41900
|
-
"type": {
|
|
41901
|
-
"text": "string | null"
|
|
41902
|
-
}
|
|
41903
|
-
},
|
|
41904
|
-
"parameters": [
|
|
41905
|
-
{
|
|
41906
|
-
"name": "name",
|
|
41907
|
-
"type": {
|
|
41908
|
-
"text": "string"
|
|
41909
|
-
}
|
|
41910
|
-
}
|
|
41911
|
-
],
|
|
41912
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
41592
|
+
"kind": "field",
|
|
41593
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
41594
|
+
"privacy": "private",
|
|
41913
41595
|
"inheritedFrom": {
|
|
41914
41596
|
"name": "SbbHydrationMixin",
|
|
41915
41597
|
"module": "core/mixins.js"
|
|
@@ -43142,7 +42824,7 @@
|
|
|
43142
42824
|
"text": "boolean"
|
|
43143
42825
|
},
|
|
43144
42826
|
"privacy": "private",
|
|
43145
|
-
"default": "
|
|
42827
|
+
"default": "!!this.shadowRoot",
|
|
43146
42828
|
"inheritedFrom": {
|
|
43147
42829
|
"name": "SbbHydrationMixin",
|
|
43148
42830
|
"module": "core/mixins.js"
|
|
@@ -43172,46 +42854,23 @@
|
|
|
43172
42854
|
},
|
|
43173
42855
|
{
|
|
43174
42856
|
"kind": "field",
|
|
43175
|
-
"name": "
|
|
43176
|
-
"
|
|
43177
|
-
|
|
43178
|
-
"name": "SbbHydrationMixin",
|
|
43179
|
-
"module": "core/mixins.js"
|
|
43180
|
-
}
|
|
43181
|
-
},
|
|
43182
|
-
{
|
|
43183
|
-
"kind": "method",
|
|
43184
|
-
"name": "recoverSsrState",
|
|
43185
|
-
"privacy": "protected",
|
|
43186
|
-
"return": {
|
|
43187
|
-
"type": {
|
|
43188
|
-
"text": "void"
|
|
43189
|
-
}
|
|
42857
|
+
"name": "hydrationRequired",
|
|
42858
|
+
"type": {
|
|
42859
|
+
"text": "boolean"
|
|
43190
42860
|
},
|
|
43191
|
-
"
|
|
42861
|
+
"privacy": "protected",
|
|
42862
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
42863
|
+
"readonly": true,
|
|
43192
42864
|
"inheritedFrom": {
|
|
43193
42865
|
"name": "SbbHydrationMixin",
|
|
43194
42866
|
"module": "core/mixins.js"
|
|
43195
|
-
}
|
|
42867
|
+
},
|
|
42868
|
+
"default": "!!this.shadowRoot"
|
|
43196
42869
|
},
|
|
43197
42870
|
{
|
|
43198
|
-
"kind": "
|
|
43199
|
-
"name": "
|
|
43200
|
-
"privacy": "
|
|
43201
|
-
"return": {
|
|
43202
|
-
"type": {
|
|
43203
|
-
"text": "string | null"
|
|
43204
|
-
}
|
|
43205
|
-
},
|
|
43206
|
-
"parameters": [
|
|
43207
|
-
{
|
|
43208
|
-
"name": "name",
|
|
43209
|
-
"type": {
|
|
43210
|
-
"text": "string"
|
|
43211
|
-
}
|
|
43212
|
-
}
|
|
43213
|
-
],
|
|
43214
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
42871
|
+
"kind": "field",
|
|
42872
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
42873
|
+
"privacy": "private",
|
|
43215
42874
|
"inheritedFrom": {
|
|
43216
42875
|
"name": "SbbHydrationMixin",
|
|
43217
42876
|
"module": "core/mixins.js"
|
|
@@ -43459,7 +43118,7 @@
|
|
|
43459
43118
|
"text": "boolean"
|
|
43460
43119
|
},
|
|
43461
43120
|
"privacy": "private",
|
|
43462
|
-
"default": "
|
|
43121
|
+
"default": "!!this.shadowRoot",
|
|
43463
43122
|
"inheritedFrom": {
|
|
43464
43123
|
"name": "SbbHydrationMixin",
|
|
43465
43124
|
"module": "core/mixins.js"
|
|
@@ -43489,46 +43148,23 @@
|
|
|
43489
43148
|
},
|
|
43490
43149
|
{
|
|
43491
43150
|
"kind": "field",
|
|
43492
|
-
"name": "
|
|
43493
|
-
"
|
|
43494
|
-
|
|
43495
|
-
"name": "SbbHydrationMixin",
|
|
43496
|
-
"module": "core/mixins.js"
|
|
43497
|
-
}
|
|
43498
|
-
},
|
|
43499
|
-
{
|
|
43500
|
-
"kind": "method",
|
|
43501
|
-
"name": "recoverSsrState",
|
|
43502
|
-
"privacy": "protected",
|
|
43503
|
-
"return": {
|
|
43504
|
-
"type": {
|
|
43505
|
-
"text": "void"
|
|
43506
|
-
}
|
|
43151
|
+
"name": "hydrationRequired",
|
|
43152
|
+
"type": {
|
|
43153
|
+
"text": "boolean"
|
|
43507
43154
|
},
|
|
43508
|
-
"
|
|
43155
|
+
"privacy": "protected",
|
|
43156
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
43157
|
+
"readonly": true,
|
|
43509
43158
|
"inheritedFrom": {
|
|
43510
43159
|
"name": "SbbHydrationMixin",
|
|
43511
43160
|
"module": "core/mixins.js"
|
|
43512
|
-
}
|
|
43161
|
+
},
|
|
43162
|
+
"default": "!!this.shadowRoot"
|
|
43513
43163
|
},
|
|
43514
43164
|
{
|
|
43515
|
-
"kind": "
|
|
43516
|
-
"name": "
|
|
43517
|
-
"privacy": "
|
|
43518
|
-
"return": {
|
|
43519
|
-
"type": {
|
|
43520
|
-
"text": "string | null"
|
|
43521
|
-
}
|
|
43522
|
-
},
|
|
43523
|
-
"parameters": [
|
|
43524
|
-
{
|
|
43525
|
-
"name": "name",
|
|
43526
|
-
"type": {
|
|
43527
|
-
"text": "string"
|
|
43528
|
-
}
|
|
43529
|
-
}
|
|
43530
|
-
],
|
|
43531
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
43165
|
+
"kind": "field",
|
|
43166
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
43167
|
+
"privacy": "private",
|
|
43532
43168
|
"inheritedFrom": {
|
|
43533
43169
|
"name": "SbbHydrationMixin",
|
|
43534
43170
|
"module": "core/mixins.js"
|
|
@@ -44739,6 +44375,15 @@
|
|
|
44739
44375
|
"privacy": "private",
|
|
44740
44376
|
"default": "false"
|
|
44741
44377
|
},
|
|
44378
|
+
{
|
|
44379
|
+
"kind": "field",
|
|
44380
|
+
"name": "_inertAriaGroups",
|
|
44381
|
+
"type": {
|
|
44382
|
+
"text": "boolean"
|
|
44383
|
+
},
|
|
44384
|
+
"privacy": "private",
|
|
44385
|
+
"default": "false"
|
|
44386
|
+
},
|
|
44742
44387
|
{
|
|
44743
44388
|
"kind": "field",
|
|
44744
44389
|
"name": "_negativeObserver",
|
|
@@ -44865,7 +44510,7 @@
|
|
|
44865
44510
|
"text": "boolean"
|
|
44866
44511
|
},
|
|
44867
44512
|
"privacy": "private",
|
|
44868
|
-
"default": "
|
|
44513
|
+
"default": "!!this.shadowRoot",
|
|
44869
44514
|
"inheritedFrom": {
|
|
44870
44515
|
"name": "SbbHydrationMixin",
|
|
44871
44516
|
"module": "core/mixins.js"
|
|
@@ -44895,46 +44540,23 @@
|
|
|
44895
44540
|
},
|
|
44896
44541
|
{
|
|
44897
44542
|
"kind": "field",
|
|
44898
|
-
"name": "
|
|
44899
|
-
"
|
|
44900
|
-
|
|
44901
|
-
"name": "SbbHydrationMixin",
|
|
44902
|
-
"module": "core/mixins.js"
|
|
44903
|
-
}
|
|
44904
|
-
},
|
|
44905
|
-
{
|
|
44906
|
-
"kind": "method",
|
|
44907
|
-
"name": "recoverSsrState",
|
|
44908
|
-
"privacy": "protected",
|
|
44909
|
-
"return": {
|
|
44910
|
-
"type": {
|
|
44911
|
-
"text": "void"
|
|
44912
|
-
}
|
|
44543
|
+
"name": "hydrationRequired",
|
|
44544
|
+
"type": {
|
|
44545
|
+
"text": "boolean"
|
|
44913
44546
|
},
|
|
44914
|
-
"
|
|
44547
|
+
"privacy": "protected",
|
|
44548
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
44549
|
+
"readonly": true,
|
|
44915
44550
|
"inheritedFrom": {
|
|
44916
44551
|
"name": "SbbHydrationMixin",
|
|
44917
44552
|
"module": "core/mixins.js"
|
|
44918
|
-
}
|
|
44553
|
+
},
|
|
44554
|
+
"default": "!!this.shadowRoot"
|
|
44919
44555
|
},
|
|
44920
44556
|
{
|
|
44921
|
-
"kind": "
|
|
44922
|
-
"name": "
|
|
44923
|
-
"privacy": "
|
|
44924
|
-
"return": {
|
|
44925
|
-
"type": {
|
|
44926
|
-
"text": "string | null"
|
|
44927
|
-
}
|
|
44928
|
-
},
|
|
44929
|
-
"parameters": [
|
|
44930
|
-
{
|
|
44931
|
-
"name": "name",
|
|
44932
|
-
"type": {
|
|
44933
|
-
"text": "string"
|
|
44934
|
-
}
|
|
44935
|
-
}
|
|
44936
|
-
],
|
|
44937
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
44557
|
+
"kind": "field",
|
|
44558
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
44559
|
+
"privacy": "private",
|
|
44938
44560
|
"inheritedFrom": {
|
|
44939
44561
|
"name": "SbbHydrationMixin",
|
|
44940
44562
|
"module": "core/mixins.js"
|
|
@@ -45138,51 +44760,41 @@
|
|
|
45138
44760
|
},
|
|
45139
44761
|
{
|
|
45140
44762
|
"kind": "field",
|
|
45141
|
-
"name": "
|
|
45142
|
-
"privacy": "private",
|
|
44763
|
+
"name": "_inertAriaGroups",
|
|
45143
44764
|
"type": {
|
|
45144
|
-
"text": "
|
|
45145
|
-
}
|
|
45146
|
-
},
|
|
45147
|
-
{
|
|
45148
|
-
"kind": "field",
|
|
45149
|
-
"name": "_abort",
|
|
44765
|
+
"text": "boolean"
|
|
44766
|
+
},
|
|
45150
44767
|
"privacy": "private",
|
|
45151
|
-
"default": "
|
|
44768
|
+
"default": "false"
|
|
45152
44769
|
},
|
|
45153
44770
|
{
|
|
45154
44771
|
"kind": "field",
|
|
45155
|
-
"name": "
|
|
44772
|
+
"name": "_variant",
|
|
45156
44773
|
"privacy": "private",
|
|
45157
|
-
"
|
|
45158
|
-
|
|
44774
|
+
"type": {
|
|
44775
|
+
"text": "SbbOptionVariant"
|
|
44776
|
+
}
|
|
45159
44777
|
},
|
|
45160
44778
|
{
|
|
45161
44779
|
"kind": "field",
|
|
45162
|
-
"name": "
|
|
44780
|
+
"name": "_isMultiple",
|
|
44781
|
+
"privacy": "private",
|
|
45163
44782
|
"type": {
|
|
45164
44783
|
"text": "boolean"
|
|
45165
|
-
}
|
|
45166
|
-
"privacy": "private",
|
|
45167
|
-
"readonly": true
|
|
44784
|
+
}
|
|
45168
44785
|
},
|
|
45169
44786
|
{
|
|
45170
44787
|
"kind": "field",
|
|
45171
|
-
"name": "
|
|
45172
|
-
"type": {
|
|
45173
|
-
"text": "boolean"
|
|
45174
|
-
},
|
|
44788
|
+
"name": "_abort",
|
|
45175
44789
|
"privacy": "private",
|
|
45176
|
-
"
|
|
44790
|
+
"default": "new SbbConnectedAbortController(this)"
|
|
45177
44791
|
},
|
|
45178
44792
|
{
|
|
45179
44793
|
"kind": "field",
|
|
45180
|
-
"name": "
|
|
45181
|
-
"type": {
|
|
45182
|
-
"text": "boolean"
|
|
45183
|
-
},
|
|
44794
|
+
"name": "_optionAttributeObserver",
|
|
45184
44795
|
"privacy": "private",
|
|
45185
|
-
"
|
|
44796
|
+
"default": "new AgnosticMutationObserver((mutationsList) => this._onOptionAttributesChange(mutationsList), )",
|
|
44797
|
+
"description": "MutationObserver on data attributes."
|
|
45186
44798
|
},
|
|
45187
44799
|
{
|
|
45188
44800
|
"kind": "method",
|
|
@@ -45220,6 +44832,16 @@
|
|
|
45220
44832
|
}
|
|
45221
44833
|
]
|
|
45222
44834
|
},
|
|
44835
|
+
{
|
|
44836
|
+
"kind": "method",
|
|
44837
|
+
"name": "_init",
|
|
44838
|
+
"privacy": "private",
|
|
44839
|
+
"return": {
|
|
44840
|
+
"type": {
|
|
44841
|
+
"text": "void"
|
|
44842
|
+
}
|
|
44843
|
+
}
|
|
44844
|
+
},
|
|
45223
44845
|
{
|
|
45224
44846
|
"kind": "method",
|
|
45225
44847
|
"name": "_updateAriaDisabled",
|
|
@@ -45370,6 +44992,65 @@
|
|
|
45370
44992
|
"name": "SbbIconNameMixin",
|
|
45371
44993
|
"module": "icon.js"
|
|
45372
44994
|
}
|
|
44995
|
+
},
|
|
44996
|
+
{
|
|
44997
|
+
"kind": "field",
|
|
44998
|
+
"name": "_hydrationRequired",
|
|
44999
|
+
"type": {
|
|
45000
|
+
"text": "boolean"
|
|
45001
|
+
},
|
|
45002
|
+
"privacy": "private",
|
|
45003
|
+
"default": "!!this.shadowRoot",
|
|
45004
|
+
"inheritedFrom": {
|
|
45005
|
+
"name": "SbbHydrationMixin",
|
|
45006
|
+
"module": "core/mixins.js"
|
|
45007
|
+
}
|
|
45008
|
+
},
|
|
45009
|
+
{
|
|
45010
|
+
"kind": "field",
|
|
45011
|
+
"name": "_hydrationComplete",
|
|
45012
|
+
"privacy": "private",
|
|
45013
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
45014
|
+
"inheritedFrom": {
|
|
45015
|
+
"name": "SbbHydrationMixin",
|
|
45016
|
+
"module": "core/mixins.js"
|
|
45017
|
+
}
|
|
45018
|
+
},
|
|
45019
|
+
{
|
|
45020
|
+
"kind": "field",
|
|
45021
|
+
"name": "_resolveHydration",
|
|
45022
|
+
"type": {
|
|
45023
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
45024
|
+
},
|
|
45025
|
+
"privacy": "private",
|
|
45026
|
+
"inheritedFrom": {
|
|
45027
|
+
"name": "SbbHydrationMixin",
|
|
45028
|
+
"module": "core/mixins.js"
|
|
45029
|
+
}
|
|
45030
|
+
},
|
|
45031
|
+
{
|
|
45032
|
+
"kind": "field",
|
|
45033
|
+
"name": "hydrationRequired",
|
|
45034
|
+
"type": {
|
|
45035
|
+
"text": "boolean"
|
|
45036
|
+
},
|
|
45037
|
+
"privacy": "protected",
|
|
45038
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
45039
|
+
"readonly": true,
|
|
45040
|
+
"inheritedFrom": {
|
|
45041
|
+
"name": "SbbHydrationMixin",
|
|
45042
|
+
"module": "core/mixins.js"
|
|
45043
|
+
},
|
|
45044
|
+
"default": "!!this.shadowRoot"
|
|
45045
|
+
},
|
|
45046
|
+
{
|
|
45047
|
+
"kind": "field",
|
|
45048
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
45049
|
+
"privacy": "private",
|
|
45050
|
+
"inheritedFrom": {
|
|
45051
|
+
"name": "SbbHydrationMixin",
|
|
45052
|
+
"module": "core/mixins.js"
|
|
45053
|
+
}
|
|
45373
45054
|
}
|
|
45374
45055
|
],
|
|
45375
45056
|
"events": [
|
|
@@ -45446,6 +45127,10 @@
|
|
|
45446
45127
|
{
|
|
45447
45128
|
"name": "SbbIconNameMixin",
|
|
45448
45129
|
"module": "icon.js"
|
|
45130
|
+
},
|
|
45131
|
+
{
|
|
45132
|
+
"name": "SbbHydrationMixin",
|
|
45133
|
+
"module": "core/mixins.js"
|
|
45449
45134
|
}
|
|
45450
45135
|
],
|
|
45451
45136
|
"superclass": {
|
|
@@ -48842,20 +48527,120 @@
|
|
|
48842
48527
|
},
|
|
48843
48528
|
{
|
|
48844
48529
|
"kind": "javascript-module",
|
|
48845
|
-
"path": "
|
|
48530
|
+
"path": "table/table-wrapper.js",
|
|
48846
48531
|
"declarations": [
|
|
48847
48532
|
{
|
|
48848
48533
|
"kind": "class",
|
|
48849
|
-
"description": "
|
|
48850
|
-
"name": "
|
|
48534
|
+
"description": "Wraps a table to enhance its functionality",
|
|
48535
|
+
"name": "SbbTableWrapperElement",
|
|
48851
48536
|
"slots": [
|
|
48852
48537
|
{
|
|
48853
|
-
"description": "Use the unnamed slot to add
|
|
48538
|
+
"description": "Use the unnamed slot to add the table.",
|
|
48854
48539
|
"name": ""
|
|
48540
|
+
}
|
|
48541
|
+
],
|
|
48542
|
+
"members": [
|
|
48543
|
+
{
|
|
48544
|
+
"kind": "field",
|
|
48545
|
+
"name": "_resizeObserver",
|
|
48546
|
+
"privacy": "private",
|
|
48547
|
+
"default": "new AgnosticResizeObserver(() => this._checkHorizontalScrollbar())"
|
|
48548
|
+
},
|
|
48549
|
+
{
|
|
48550
|
+
"kind": "field",
|
|
48551
|
+
"name": "_tableWrapper",
|
|
48552
|
+
"type": {
|
|
48553
|
+
"text": "HTMLElement"
|
|
48554
|
+
},
|
|
48555
|
+
"privacy": "private"
|
|
48556
|
+
},
|
|
48557
|
+
{
|
|
48558
|
+
"kind": "method",
|
|
48559
|
+
"name": "_checkHorizontalScrollbar",
|
|
48560
|
+
"privacy": "private",
|
|
48561
|
+
"return": {
|
|
48562
|
+
"type": {
|
|
48563
|
+
"text": "void"
|
|
48564
|
+
}
|
|
48565
|
+
}
|
|
48855
48566
|
},
|
|
48856
48567
|
{
|
|
48857
|
-
"
|
|
48858
|
-
"name": "
|
|
48568
|
+
"kind": "field",
|
|
48569
|
+
"name": "negative",
|
|
48570
|
+
"type": {
|
|
48571
|
+
"text": "boolean"
|
|
48572
|
+
},
|
|
48573
|
+
"privacy": "public",
|
|
48574
|
+
"default": "false",
|
|
48575
|
+
"description": "Negative coloring variant flag.",
|
|
48576
|
+
"attribute": "negative",
|
|
48577
|
+
"reflects": true,
|
|
48578
|
+
"inheritedFrom": {
|
|
48579
|
+
"name": "SbbNegativeMixin",
|
|
48580
|
+
"module": "core/mixins.js"
|
|
48581
|
+
}
|
|
48582
|
+
}
|
|
48583
|
+
],
|
|
48584
|
+
"mixins": [
|
|
48585
|
+
{
|
|
48586
|
+
"name": "SbbNegativeMixin",
|
|
48587
|
+
"module": "core/mixins.js"
|
|
48588
|
+
}
|
|
48589
|
+
],
|
|
48590
|
+
"superclass": {
|
|
48591
|
+
"name": "LitElement",
|
|
48592
|
+
"package": "lit"
|
|
48593
|
+
},
|
|
48594
|
+
"tagName": "sbb-table-wrapper",
|
|
48595
|
+
"customElement": true,
|
|
48596
|
+
"attributes": [
|
|
48597
|
+
{
|
|
48598
|
+
"name": "negative",
|
|
48599
|
+
"type": {
|
|
48600
|
+
"text": "boolean"
|
|
48601
|
+
},
|
|
48602
|
+
"default": "false",
|
|
48603
|
+
"description": "Negative coloring variant flag.",
|
|
48604
|
+
"fieldName": "negative",
|
|
48605
|
+
"inheritedFrom": {
|
|
48606
|
+
"name": "SbbNegativeMixin",
|
|
48607
|
+
"module": "core/mixins.js"
|
|
48608
|
+
}
|
|
48609
|
+
}
|
|
48610
|
+
]
|
|
48611
|
+
}
|
|
48612
|
+
],
|
|
48613
|
+
"exports": [
|
|
48614
|
+
{
|
|
48615
|
+
"kind": "js",
|
|
48616
|
+
"name": "SbbTableWrapperElement",
|
|
48617
|
+
"declaration": {
|
|
48618
|
+
"name": "SbbTableWrapperElement",
|
|
48619
|
+
"module": "table/table-wrapper.js"
|
|
48620
|
+
}
|
|
48621
|
+
},
|
|
48622
|
+
{
|
|
48623
|
+
"kind": "custom-element-definition",
|
|
48624
|
+
"name": "sbb-table-wrapper",
|
|
48625
|
+
"declaration": {
|
|
48626
|
+
"name": "SbbTableWrapperElement",
|
|
48627
|
+
"module": "table/table-wrapper.js"
|
|
48628
|
+
}
|
|
48629
|
+
}
|
|
48630
|
+
]
|
|
48631
|
+
},
|
|
48632
|
+
{
|
|
48633
|
+
"kind": "javascript-module",
|
|
48634
|
+
"path": "tabs/tab-group.js",
|
|
48635
|
+
"declarations": [
|
|
48636
|
+
{
|
|
48637
|
+
"kind": "class",
|
|
48638
|
+
"description": "It displays one or more tabs, each one with a label and a content.",
|
|
48639
|
+
"name": "SbbTabGroupElement",
|
|
48640
|
+
"slots": [
|
|
48641
|
+
{
|
|
48642
|
+
"description": "Use the unnamed slot to add content to the `sbb-tab-group` via `sbb-tab-label` and `sbb-tab` instances.",
|
|
48643
|
+
"name": ""
|
|
48859
48644
|
}
|
|
48860
48645
|
],
|
|
48861
48646
|
"members": [
|
|
@@ -49152,7 +48937,7 @@
|
|
|
49152
48937
|
},
|
|
49153
48938
|
"parameters": [
|
|
49154
48939
|
{
|
|
49155
|
-
"name": "
|
|
48940
|
+
"name": "tabLabel",
|
|
49156
48941
|
"type": {
|
|
49157
48942
|
"text": "InterfaceSbbTabGroupTab"
|
|
49158
48943
|
}
|
|
@@ -49710,7 +49495,7 @@
|
|
|
49710
49495
|
"text": "boolean"
|
|
49711
49496
|
},
|
|
49712
49497
|
"privacy": "private",
|
|
49713
|
-
"default": "
|
|
49498
|
+
"default": "!!this.shadowRoot",
|
|
49714
49499
|
"inheritedFrom": {
|
|
49715
49500
|
"name": "SbbHydrationMixin",
|
|
49716
49501
|
"module": "core/mixins.js"
|
|
@@ -49740,46 +49525,23 @@
|
|
|
49740
49525
|
},
|
|
49741
49526
|
{
|
|
49742
49527
|
"kind": "field",
|
|
49743
|
-
"name": "
|
|
49744
|
-
"
|
|
49745
|
-
|
|
49746
|
-
"name": "SbbHydrationMixin",
|
|
49747
|
-
"module": "core/mixins.js"
|
|
49748
|
-
}
|
|
49749
|
-
},
|
|
49750
|
-
{
|
|
49751
|
-
"kind": "method",
|
|
49752
|
-
"name": "recoverSsrState",
|
|
49753
|
-
"privacy": "protected",
|
|
49754
|
-
"return": {
|
|
49755
|
-
"type": {
|
|
49756
|
-
"text": "void"
|
|
49757
|
-
}
|
|
49528
|
+
"name": "hydrationRequired",
|
|
49529
|
+
"type": {
|
|
49530
|
+
"text": "boolean"
|
|
49758
49531
|
},
|
|
49759
|
-
"
|
|
49532
|
+
"privacy": "protected",
|
|
49533
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
49534
|
+
"readonly": true,
|
|
49760
49535
|
"inheritedFrom": {
|
|
49761
49536
|
"name": "SbbHydrationMixin",
|
|
49762
49537
|
"module": "core/mixins.js"
|
|
49763
|
-
}
|
|
49538
|
+
},
|
|
49539
|
+
"default": "!!this.shadowRoot"
|
|
49764
49540
|
},
|
|
49765
49541
|
{
|
|
49766
|
-
"kind": "
|
|
49767
|
-
"name": "
|
|
49768
|
-
"privacy": "
|
|
49769
|
-
"return": {
|
|
49770
|
-
"type": {
|
|
49771
|
-
"text": "string | null"
|
|
49772
|
-
}
|
|
49773
|
-
},
|
|
49774
|
-
"parameters": [
|
|
49775
|
-
{
|
|
49776
|
-
"name": "name",
|
|
49777
|
-
"type": {
|
|
49778
|
-
"text": "string"
|
|
49779
|
-
}
|
|
49780
|
-
}
|
|
49781
|
-
],
|
|
49782
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
49542
|
+
"kind": "field",
|
|
49543
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
49544
|
+
"privacy": "private",
|
|
49783
49545
|
"inheritedFrom": {
|
|
49784
49546
|
"name": "SbbHydrationMixin",
|
|
49785
49547
|
"module": "core/mixins.js"
|
|
@@ -51172,7 +50934,7 @@
|
|
|
51172
50934
|
"text": "boolean"
|
|
51173
50935
|
},
|
|
51174
50936
|
"privacy": "private",
|
|
51175
|
-
"default": "
|
|
50937
|
+
"default": "!!this.shadowRoot",
|
|
51176
50938
|
"inheritedFrom": {
|
|
51177
50939
|
"name": "SbbHydrationMixin",
|
|
51178
50940
|
"module": "core/mixins.js"
|
|
@@ -51202,46 +50964,23 @@
|
|
|
51202
50964
|
},
|
|
51203
50965
|
{
|
|
51204
50966
|
"kind": "field",
|
|
51205
|
-
"name": "
|
|
51206
|
-
"
|
|
51207
|
-
|
|
51208
|
-
"name": "SbbHydrationMixin",
|
|
51209
|
-
"module": "core/mixins.js"
|
|
51210
|
-
}
|
|
51211
|
-
},
|
|
51212
|
-
{
|
|
51213
|
-
"kind": "method",
|
|
51214
|
-
"name": "recoverSsrState",
|
|
51215
|
-
"privacy": "protected",
|
|
51216
|
-
"return": {
|
|
51217
|
-
"type": {
|
|
51218
|
-
"text": "void"
|
|
51219
|
-
}
|
|
50967
|
+
"name": "hydrationRequired",
|
|
50968
|
+
"type": {
|
|
50969
|
+
"text": "boolean"
|
|
51220
50970
|
},
|
|
51221
|
-
"
|
|
50971
|
+
"privacy": "protected",
|
|
50972
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
50973
|
+
"readonly": true,
|
|
51222
50974
|
"inheritedFrom": {
|
|
51223
50975
|
"name": "SbbHydrationMixin",
|
|
51224
50976
|
"module": "core/mixins.js"
|
|
51225
|
-
}
|
|
50977
|
+
},
|
|
50978
|
+
"default": "!!this.shadowRoot"
|
|
51226
50979
|
},
|
|
51227
50980
|
{
|
|
51228
|
-
"kind": "
|
|
51229
|
-
"name": "
|
|
51230
|
-
"privacy": "
|
|
51231
|
-
"return": {
|
|
51232
|
-
"type": {
|
|
51233
|
-
"text": "string | null"
|
|
51234
|
-
}
|
|
51235
|
-
},
|
|
51236
|
-
"parameters": [
|
|
51237
|
-
{
|
|
51238
|
-
"name": "name",
|
|
51239
|
-
"type": {
|
|
51240
|
-
"text": "string"
|
|
51241
|
-
}
|
|
51242
|
-
}
|
|
51243
|
-
],
|
|
51244
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
50981
|
+
"kind": "field",
|
|
50982
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
50983
|
+
"privacy": "private",
|
|
51245
50984
|
"inheritedFrom": {
|
|
51246
50985
|
"name": "SbbHydrationMixin",
|
|
51247
50986
|
"module": "core/mixins.js"
|
|
@@ -51518,7 +51257,7 @@
|
|
|
51518
51257
|
"text": "boolean"
|
|
51519
51258
|
},
|
|
51520
51259
|
"privacy": "private",
|
|
51521
|
-
"default": "
|
|
51260
|
+
"default": "!!this.shadowRoot",
|
|
51522
51261
|
"inheritedFrom": {
|
|
51523
51262
|
"name": "SbbHydrationMixin",
|
|
51524
51263
|
"module": "core/mixins.js"
|
|
@@ -51548,46 +51287,23 @@
|
|
|
51548
51287
|
},
|
|
51549
51288
|
{
|
|
51550
51289
|
"kind": "field",
|
|
51551
|
-
"name": "
|
|
51552
|
-
"
|
|
51553
|
-
|
|
51554
|
-
"name": "SbbHydrationMixin",
|
|
51555
|
-
"module": "core/mixins.js"
|
|
51556
|
-
}
|
|
51557
|
-
},
|
|
51558
|
-
{
|
|
51559
|
-
"kind": "method",
|
|
51560
|
-
"name": "recoverSsrState",
|
|
51561
|
-
"privacy": "protected",
|
|
51562
|
-
"return": {
|
|
51563
|
-
"type": {
|
|
51564
|
-
"text": "void"
|
|
51565
|
-
}
|
|
51290
|
+
"name": "hydrationRequired",
|
|
51291
|
+
"type": {
|
|
51292
|
+
"text": "boolean"
|
|
51566
51293
|
},
|
|
51567
|
-
"
|
|
51294
|
+
"privacy": "protected",
|
|
51295
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
51296
|
+
"readonly": true,
|
|
51568
51297
|
"inheritedFrom": {
|
|
51569
51298
|
"name": "SbbHydrationMixin",
|
|
51570
51299
|
"module": "core/mixins.js"
|
|
51571
|
-
}
|
|
51300
|
+
},
|
|
51301
|
+
"default": "!!this.shadowRoot"
|
|
51572
51302
|
},
|
|
51573
51303
|
{
|
|
51574
|
-
"kind": "
|
|
51575
|
-
"name": "
|
|
51576
|
-
"privacy": "
|
|
51577
|
-
"return": {
|
|
51578
|
-
"type": {
|
|
51579
|
-
"text": "string | null"
|
|
51580
|
-
}
|
|
51581
|
-
},
|
|
51582
|
-
"parameters": [
|
|
51583
|
-
{
|
|
51584
|
-
"name": "name",
|
|
51585
|
-
"type": {
|
|
51586
|
-
"text": "string"
|
|
51587
|
-
}
|
|
51588
|
-
}
|
|
51589
|
-
],
|
|
51590
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
51304
|
+
"kind": "field",
|
|
51305
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
51306
|
+
"privacy": "private",
|
|
51591
51307
|
"inheritedFrom": {
|
|
51592
51308
|
"name": "SbbHydrationMixin",
|
|
51593
51309
|
"module": "core/mixins.js"
|
|
@@ -51883,7 +51599,7 @@
|
|
|
51883
51599
|
"text": "boolean"
|
|
51884
51600
|
},
|
|
51885
51601
|
"privacy": "private",
|
|
51886
|
-
"default": "
|
|
51602
|
+
"default": "!!this.shadowRoot",
|
|
51887
51603
|
"inheritedFrom": {
|
|
51888
51604
|
"name": "SbbHydrationMixin",
|
|
51889
51605
|
"module": "core/mixins.js"
|
|
@@ -51913,46 +51629,23 @@
|
|
|
51913
51629
|
},
|
|
51914
51630
|
{
|
|
51915
51631
|
"kind": "field",
|
|
51916
|
-
"name": "
|
|
51917
|
-
"
|
|
51918
|
-
|
|
51919
|
-
"name": "SbbHydrationMixin",
|
|
51920
|
-
"module": "core/mixins.js"
|
|
51921
|
-
}
|
|
51922
|
-
},
|
|
51923
|
-
{
|
|
51924
|
-
"kind": "method",
|
|
51925
|
-
"name": "recoverSsrState",
|
|
51926
|
-
"privacy": "protected",
|
|
51927
|
-
"return": {
|
|
51928
|
-
"type": {
|
|
51929
|
-
"text": "void"
|
|
51930
|
-
}
|
|
51632
|
+
"name": "hydrationRequired",
|
|
51633
|
+
"type": {
|
|
51634
|
+
"text": "boolean"
|
|
51931
51635
|
},
|
|
51932
|
-
"
|
|
51636
|
+
"privacy": "protected",
|
|
51637
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
51638
|
+
"readonly": true,
|
|
51933
51639
|
"inheritedFrom": {
|
|
51934
51640
|
"name": "SbbHydrationMixin",
|
|
51935
51641
|
"module": "core/mixins.js"
|
|
51936
|
-
}
|
|
51642
|
+
},
|
|
51643
|
+
"default": "!!this.shadowRoot"
|
|
51937
51644
|
},
|
|
51938
51645
|
{
|
|
51939
|
-
"kind": "
|
|
51940
|
-
"name": "
|
|
51941
|
-
"privacy": "
|
|
51942
|
-
"return": {
|
|
51943
|
-
"type": {
|
|
51944
|
-
"text": "string | null"
|
|
51945
|
-
}
|
|
51946
|
-
},
|
|
51947
|
-
"parameters": [
|
|
51948
|
-
{
|
|
51949
|
-
"name": "name",
|
|
51950
|
-
"type": {
|
|
51951
|
-
"text": "string"
|
|
51952
|
-
}
|
|
51953
|
-
}
|
|
51954
|
-
],
|
|
51955
|
-
"description": "Reads and removes an attribute with the given name. Either returns the attributte value or null.",
|
|
51646
|
+
"kind": "field",
|
|
51647
|
+
"name": "_handleBeforeHydrationSlotchange",
|
|
51648
|
+
"privacy": "private",
|
|
51956
51649
|
"inheritedFrom": {
|
|
51957
51650
|
"name": "SbbHydrationMixin",
|
|
51958
51651
|
"module": "core/mixins.js"
|