@sbb-esta/lyne-elements-experimental-dev 4.7.0-dev.1773388997 → 4.7.0-dev.1773393170
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/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +76 -65
- package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +52 -72
- package/autocomplete-grid/autocomplete-grid-button.js +6 -3
- package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +17 -2
- package/autocomplete-grid/autocomplete-grid-cell.js +7 -4
- package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +21 -20
- package/autocomplete-grid/autocomplete-grid-optgroup.js +6 -3
- package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +33 -2
- package/autocomplete-grid/autocomplete-grid-option.js +9 -4
- package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +22 -2
- package/autocomplete-grid/autocomplete-grid-row.js +7 -4
- package/autocomplete-grid/autocomplete-grid.js +6 -3
- package/autocomplete-grid.js +21 -9
- package/autocomplete-grid.pure.js +15 -7
- package/core/datetime/date-helper.js +191 -2
- package/core/datetime.js +5 -2
- package/core/timetable/access-leg-helper.js +71 -76
- package/core/timetable/timetable-helper.js +11 -9
- package/core/timetable/timetable-properties.js +1 -0
- package/core/timetable.js +7 -3
- package/custom-elements.json +84 -84
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +122 -114
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +70 -92
- package/development/autocomplete-grid/autocomplete-grid-button.js +4 -6
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +29 -2
- package/development/autocomplete-grid/autocomplete-grid-cell.js +5 -7
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +22 -27
- package/development/autocomplete-grid/autocomplete-grid-optgroup.js +4 -6
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +109 -2
- package/development/autocomplete-grid/autocomplete-grid-option.js +7 -7
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +91 -2
- package/development/autocomplete-grid/autocomplete-grid-row.js +5 -7
- package/development/autocomplete-grid/autocomplete-grid.js +4 -6
- package/development/autocomplete-grid.js +14 -10
- package/development/autocomplete-grid.pure.js +13 -4
- package/development/core/datetime/date-helper.js +285 -2
- package/development/core/datetime.js +6 -2
- package/development/core/timetable/access-leg-helper.js +82 -104
- package/development/core/timetable/timetable-helper.js +17 -16
- package/development/core/timetable/timetable-properties.js +2 -0
- package/development/core/timetable.js +8 -3
- package/development/differenceInMinutes-B0dawX-5.js +26 -0
- package/development/format-BMkeaqaF.js +1433 -0
- package/development/isValid-BYRch7pV.js +53 -0
- package/development/journey-summary/journey-summary.component.js +288 -2
- package/development/journey-summary.js +5 -8
- package/development/journey-summary.pure.js +5 -2
- package/development/pearl-chain/pearl-chain.component.js +634 -2
- package/development/pearl-chain-time/pearl-chain-time.component.js +306 -2
- package/development/pearl-chain-time.js +5 -8
- package/development/pearl-chain-time.pure.js +5 -2
- package/development/pearl-chain-vertical/pearl-chain-vertical.component.js +28 -2
- package/development/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +393 -2
- package/development/pearl-chain-vertical-item.js +5 -8
- package/development/pearl-chain-vertical-item.pure.js +5 -2
- package/development/pearl-chain-vertical.js +5 -8
- package/development/pearl-chain-vertical.pure.js +5 -2
- package/development/pearl-chain.js +5 -8
- package/development/pearl-chain.pure.js +5 -2
- package/development/seat-reservation/common/mapper/icon-mapper.js +71 -168
- package/development/seat-reservation/common/mapper/mapper.js +122 -153
- package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-bus.js +559 -570
- package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-decks.js +972 -992
- package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-giruno.js +20367 -20334
- package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-others.js +1738 -1731
- package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-train.js +9782 -9741
- package/development/seat-reservation/common/mapper.js +8 -1
- package/development/seat-reservation/common/svgs.js +46 -2
- package/development/seat-reservation/common/translations/i18n.js +900 -1118
- package/development/seat-reservation/common/translations.js +4 -1
- package/development/seat-reservation/common/types.js +2 -0
- package/development/seat-reservation/common.js +11 -7
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +1230 -1305
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +859 -2
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +106 -2
- package/development/seat-reservation/seat-reservation-area.js +5 -7
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +34 -35
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +162 -2
- package/development/seat-reservation/seat-reservation-graphic.js +5 -7
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +713 -2
- package/development/seat-reservation/seat-reservation-navigation-coach.js +5 -7
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +131 -2
- package/development/seat-reservation/seat-reservation-navigation-services.js +5 -7
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +601 -2
- package/development/seat-reservation/seat-reservation-place-control.js +5 -7
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +22 -2
- package/development/seat-reservation/seat-reservation-scoped.js +5 -7
- package/development/seat-reservation/seat-reservation.js +6 -7
- package/development/seat-reservation.js +28 -15
- package/development/seat-reservation.pure.js +28 -10
- package/development/timetable-duration/timetable-duration.component.js +108 -2
- package/development/timetable-duration.js +5 -8
- package/development/timetable-duration.pure.js +5 -2
- package/development/timetable-row/timetable-row.component.js +781 -2
- package/development/timetable-row.js +13 -8
- package/development/timetable-row.pure.js +12 -2
- package/development/toDate-BWb6Z1JD.js +24 -0
- package/differenceInMinutes-COvvdYsJ.js +23 -0
- package/format-CmKROkbc.js +1186 -0
- package/isValid-m3_OsPaB.js +45 -0
- package/journey-summary/journey-summary.component.js +194 -2
- package/journey-summary.js +4 -5
- package/journey-summary.pure.js +4 -2
- package/package.json +2 -2
- package/pearl-chain/pearl-chain.component.js +165 -2
- package/pearl-chain-time/pearl-chain-time.component.js +157 -2
- package/pearl-chain-time.js +4 -5
- package/pearl-chain-time.pure.js +4 -2
- package/pearl-chain-vertical/pearl-chain-vertical.component.js +17 -2
- package/pearl-chain-vertical-item/pearl-chain-vertical-item.component.js +77 -2
- package/pearl-chain-vertical-item.js +4 -5
- package/pearl-chain-vertical-item.pure.js +4 -2
- package/pearl-chain-vertical.js +4 -5
- package/pearl-chain-vertical.pure.js +4 -2
- package/pearl-chain.js +4 -5
- package/pearl-chain.pure.js +4 -2
- package/seat-reservation/common/mapper/icon-mapper.js +71 -71
- package/seat-reservation/common/mapper/mapper.js +89 -95
- package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-bus.js +558 -568
- package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-decks.js +970 -989
- package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-giruno.js +20366 -20332
- package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-others.js +1737 -1729
- package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-train.js +9781 -9739
- package/seat-reservation/common/mapper.js +9 -3
- package/seat-reservation/common/svgs.js +243 -2
- package/seat-reservation/common/translations/i18n.js +891 -1084
- package/seat-reservation/common/translations.js +4 -2
- package/seat-reservation/common/types.js +1 -0
- package/seat-reservation/common.js +15 -9
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +810 -832
- package/seat-reservation/seat-reservation/seat-reservation.component.js +420 -2
- package/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +51 -2
- package/seat-reservation/seat-reservation-area.js +7 -4
- package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +71 -68
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +75 -2
- package/seat-reservation/seat-reservation-graphic.js +7 -4
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +234 -2
- package/seat-reservation/seat-reservation-navigation-coach.js +7 -4
- package/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +85 -2
- package/seat-reservation/seat-reservation-navigation-services.js +7 -4
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +203 -2
- package/seat-reservation/seat-reservation-place-control.js +7 -4
- package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +13 -2
- package/seat-reservation/seat-reservation-scoped.js +7 -4
- package/seat-reservation/seat-reservation.js +9 -5
- package/seat-reservation.js +39 -17
- package/seat-reservation.pure.js +32 -15
- package/timetable-duration/timetable-duration.component.js +57 -2
- package/timetable-duration.js +4 -5
- package/timetable-duration.pure.js +4 -2
- package/timetable-row/timetable-row.component.js +427 -2
- package/timetable-row.js +13 -6
- package/timetable-row.pure.js +11 -2
- package/toDate-Bw2KTWeq.js +15 -0
- package/autocomplete-grid-cell.component-Dak9wlBr.js +0 -24
- package/autocomplete-grid-option.component-DNRFHOwc.js +0 -37
- package/autocomplete-grid-row.component-DBHZQ0GQ.js +0 -27
- package/date-helper-CGproP5d.js +0 -185
- package/development/autocomplete-grid-cell.component-BBvM4o2H.js +0 -42
- package/development/autocomplete-grid-option.component-QzfM5eIE.js +0 -123
- package/development/autocomplete-grid-row.component-H8sCTCkT.js +0 -104
- package/development/date-helper-8_Y-PuHh.js +0 -520
- package/development/differenceInMinutes-DN_1Rk3O.js +0 -110
- package/development/format-Bbrn2bgo.js +0 -1848
- package/development/isValid-C-HzKv4v.js +0 -178
- package/development/journey-summary.component-uGhZvA4p.js +0 -385
- package/development/pearl-chain-time.component-B8mayTWD.js +0 -415
- package/development/pearl-chain-vertical-item.component-BDzbcIaf.js +0 -435
- package/development/pearl-chain-vertical.component-CswE7b3M.js +0 -39
- package/development/pearl-chain.component-wpsTvoSe.js +0 -704
- package/development/seat-reservation-area.component-BK92ZtFo.js +0 -138
- package/development/seat-reservation-graphic.component-cUnsHh5x.js +0 -193
- package/development/seat-reservation-navigation-coach.component-D6Bglus8.js +0 -828
- package/development/seat-reservation-navigation-services.component-DYJ6Ddkg.js +0 -179
- package/development/seat-reservation-place-control.component-Bg9evKBW.js +0 -726
- package/development/seat-reservation-scoped.component-DRQ_I702.js +0 -31
- package/development/seat-reservation.component-Cq_aJKR0.js +0 -818
- package/development/svgs-C3JMWR26.js +0 -28
- package/development/timetable-duration.component-DI0lET17.js +0 -125
- package/development/timetable-row.component-CAED6Zwc.js +0 -932
- package/development/toDate-Biiv3kyf.js +0 -150
- package/differenceInMinutes-Dr9gRqtu.js +0 -27
- package/format-CM5exOsN.js +0 -1103
- package/isValid-B9oVW3lA.js +0 -36
- package/journey-summary.component-Cq_4kaOp.js +0 -264
- package/pearl-chain-time.component-DGDW5S1c.js +0 -239
- package/pearl-chain-vertical-item.component-G22bWhLU.js +0 -108
- package/pearl-chain-vertical.component-CXIDT5RD.js +0 -21
- package/pearl-chain.component-DmjkVIva.js +0 -194
- package/seat-reservation-area.component-n-9rGn_y.js +0 -75
- package/seat-reservation-graphic.component-YTXRmKt0.js +0 -102
- package/seat-reservation-navigation-coach.component-YJ0vaYmO.js +0 -333
- package/seat-reservation-navigation-services.component-C3xnLJg2.js +0 -127
- package/seat-reservation-place-control.component-DmBAfM6K.js +0 -322
- package/seat-reservation-scoped.component-DPkz6u17.js +0 -17
- package/seat-reservation.component-C_anMkgw.js +0 -364
- package/svgs-D9arBcqr.js +0 -26
- package/timetable-duration.component-DCu8Phts.js +0 -65
- package/timetable-row.component-BVRCB3xK.js +0 -559
- package/toDate-p-Tpkb7t.js +0 -16
|
@@ -1,67 +1,78 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SbbAutocompleteBaseElement as t } from "@sbb-esta/lyne-elements/autocomplete.js";
|
|
1
|
+
import { SbbAutocompleteBaseElement as b } from "@sbb-esta/lyne-elements/autocomplete.js";
|
|
3
2
|
import { getNextElementIndex as n } from "@sbb-esta/lyne-elements/core/a11y.js";
|
|
4
|
-
import { isSafari as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
3
|
+
import { isSafari as h } from "@sbb-esta/lyne-elements/core/dom.js";
|
|
4
|
+
import { ɵstateController as o } from "@sbb-esta/lyne-elements/core/mixins.js";
|
|
5
|
+
import { setAriaComboBoxAttributes as p } from "@sbb-esta/lyne-elements/core/overlay.js";
|
|
6
|
+
import { SbbAutocompleteGridOptionElement as l } from "../autocomplete-grid-option/autocomplete-grid-option.component.js";
|
|
7
|
+
let m = 0;
|
|
8
|
+
const c = h, a = class a extends b {
|
|
9
|
+
constructor() {
|
|
10
|
+
super(...arguments), this.overlayId = `sbb-autocomplete-grid-${++m}`, this.panelRole = "grid", this._activeColumnIndex = 0;
|
|
11
|
+
}
|
|
12
|
+
get options() {
|
|
13
|
+
return Array.from(this.querySelectorAll?.("sbb-autocomplete-grid-option") ?? []);
|
|
14
|
+
}
|
|
15
|
+
syncNegative() {
|
|
16
|
+
this.querySelectorAll?.("sbb-divider, sbb-autocomplete-grid-button, sbb-option-hint").forEach((t) => t.negative = this.negative), this.querySelectorAll?.("sbb-autocomplete-grid-row, sbb-autocomplete-grid-option, sbb-autocomplete-grid-optgroup").forEach((t) => o(t).toggle("negative", this.negative));
|
|
17
|
+
}
|
|
18
|
+
openedPanelKeyboardInteraction(t) {
|
|
19
|
+
if (this.isOpen)
|
|
20
|
+
switch (t.key) {
|
|
21
|
+
case "Enter":
|
|
22
|
+
this.selectByKeyboard(t);
|
|
23
|
+
break;
|
|
24
|
+
case "ArrowDown":
|
|
25
|
+
case "ArrowUp":
|
|
26
|
+
this.setNextActiveOption(t);
|
|
27
|
+
break;
|
|
28
|
+
case "ArrowRight":
|
|
29
|
+
case "ArrowLeft":
|
|
30
|
+
this._setNextHorizontalActiveElement(t);
|
|
31
|
+
break;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Select an element on 'Enter' keypress.
|
|
36
|
+
*
|
|
37
|
+
* Due to keyboard navigation code, the `_activeColumnIndex` is zero when an option is 'focused'
|
|
38
|
+
* and greater than zero when a button is 'focused', so asking for `querySelectorAll(...)[this._activeColumnIndex]`
|
|
39
|
+
* would always return a `SbbAutocompleteGridButtonElement`.
|
|
40
|
+
*/
|
|
41
|
+
selectByKeyboard(t) {
|
|
42
|
+
this.activeOption && (t.preventDefault(), this._activeColumnIndex !== 0 ? this.activeOption.closest("sbb-autocomplete-grid-row")?.querySelectorAll("sbb-autocomplete-grid-button")[
|
|
43
|
+
// We ignore the option in the selector. Therefore, we have to shift the activeColumnIndex by one.
|
|
44
|
+
this._activeColumnIndex - 1
|
|
45
|
+
]?.click() : this.activeOption.selectViaUserInteraction(!0));
|
|
46
|
+
}
|
|
47
|
+
setNextActiveOption(t) {
|
|
48
|
+
const e = this.options.filter((s) => !s.matches(":is(:state(disabled),[state--disabled])"));
|
|
49
|
+
if (this.activeOption?.setActive(!1), this.triggerElement?.removeAttribute("aria-activedescendant"), Array.from(this.querySelectorAll?.("sbb-autocomplete-grid-row :is(:state(focus-visible),[state--focus-visible])") ?? []).forEach((s) => o(s).delete("focus-visible")), this._activeColumnIndex = 0, !e.length) {
|
|
50
|
+
this.activeOption = null;
|
|
51
|
+
return;
|
|
52
|
+
}
|
|
53
|
+
const r = this.activeOption ? e.indexOf(this.activeOption) : -1, i = n(t, r, e.length);
|
|
54
|
+
this.activeOption = e[i], this.activeOption.setActive(!0), this.triggerElement?.setAttribute("aria-activedescendant", this.activeOption.id), this.activeOption.scrollIntoView({ block: "nearest" }), t && t.preventDefault(), this.autoSelectActiveOption && t && this.setPendingSelection(this.activeOption);
|
|
55
|
+
}
|
|
56
|
+
_setNextHorizontalActiveElement(t) {
|
|
57
|
+
if (!this.activeOption)
|
|
58
|
+
return;
|
|
59
|
+
const e = Array.from(this.activeOption?.closest("sbb-autocomplete-grid-row")?.querySelectorAll("sbb-autocomplete-grid-option, sbb-autocomplete-grid-button") ?? [])?.filter((u) => !u.matches(":is(:state(disabled),[state--disabled])"));
|
|
60
|
+
if (!e.length)
|
|
61
|
+
return;
|
|
62
|
+
const r = n(t, this._activeColumnIndex, e.length), i = e[r];
|
|
63
|
+
i instanceof l ? i.setActive(!0) : o(i).add("focus-visible");
|
|
64
|
+
const s = e[this._activeColumnIndex];
|
|
65
|
+
s instanceof l ? s.setActive(!1) : o(s).delete("focus-visible"), this.triggerElement?.setAttribute("aria-activedescendant", i.id), i.scrollIntoView({ block: "nearest" }), this._activeColumnIndex = r;
|
|
66
|
+
}
|
|
67
|
+
resetActiveElement() {
|
|
68
|
+
this._activeColumnIndex !== 0 && this.activeOption?.closest("sbb-autocomplete-grid-row")?.querySelectorAll("sbb-autocomplete-grid-button").forEach((t) => o(t).delete("focus-visible")), this.activeOption?.setActive(!1), this.activeOption = null, this._activeColumnIndex = 0, this.triggerElement?.removeAttribute("aria-activedescendant");
|
|
69
|
+
}
|
|
70
|
+
setTriggerAttributes(t) {
|
|
71
|
+
p(t, c ? this.id : this.overlayId, !1, "grid");
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
a.elementName = "sbb-autocomplete-grid", a.role = c ? "grid" : null;
|
|
75
|
+
let d = a;
|
|
76
|
+
export {
|
|
77
|
+
d as SbbAutocompleteGridElement
|
|
65
78
|
};
|
|
66
|
-
//#endregion
|
|
67
|
-
export { c as SbbAutocompleteGridElement };
|
|
@@ -1,73 +1,53 @@
|
|
|
1
|
-
import { __esDecorate as
|
|
2
|
-
import { miniButtonStyle as
|
|
3
|
-
import { SbbActionBaseElement as
|
|
4
|
-
import { SbbPropertyWatcherController as
|
|
5
|
-
import { hostAttributes as
|
|
6
|
-
import { isEventPrevented as
|
|
7
|
-
import { SbbDisabledMixin as
|
|
8
|
-
import { boxSizingStyles as
|
|
9
|
-
import { SbbIconNameMixin as
|
|
10
|
-
import { isServer as
|
|
11
|
-
|
|
12
|
-
var
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
isDisabledExternally() {
|
|
52
|
-
return this.optgroup?.disabled ?? !1;
|
|
53
|
-
}
|
|
54
|
-
renderTemplate() {
|
|
55
|
-
return super.renderIconSlot();
|
|
56
|
-
}
|
|
57
|
-
connectedCallback() {
|
|
58
|
-
super.connectedCallback(), this.id ||= `sbb-autocomplete-grid-button-${++f}`;
|
|
59
|
-
}
|
|
60
|
-
willUpdate(e) {
|
|
61
|
-
super.willUpdate(e), e.has("disabled") && this._updateInternals();
|
|
62
|
-
}
|
|
63
|
-
_updateInternals() {
|
|
64
|
-
this.disabled || this.optgroup?.disabled ? (this.internals.states.add("disabled"), this.internals.ariaDisabled = "true") : (this.internals.states.delete("disabled"), this.internals.ariaDisabled = null);
|
|
65
|
-
}
|
|
66
|
-
static {
|
|
67
|
-
t(g, h);
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
return g;
|
|
1
|
+
import { __esDecorate as o, __runInitializers as n } from "tslib";
|
|
2
|
+
import { miniButtonStyle as d } from "@sbb-esta/lyne-elements/button/common.js";
|
|
3
|
+
import { SbbActionBaseElement as u } from "@sbb-esta/lyne-elements/core/base-elements.js";
|
|
4
|
+
import { SbbPropertyWatcherController as b } from "@sbb-esta/lyne-elements/core/controllers.js";
|
|
5
|
+
import { hostAttributes as c } from "@sbb-esta/lyne-elements/core/decorators.js";
|
|
6
|
+
import { isEventPrevented as m } from "@sbb-esta/lyne-elements/core/eventing.js";
|
|
7
|
+
import { SbbDisabledMixin as p, SbbNegativeMixin as h } from "@sbb-esta/lyne-elements/core/mixins.js";
|
|
8
|
+
import { boxSizingStyles as f } from "@sbb-esta/lyne-elements/core/styles.js";
|
|
9
|
+
import { SbbIconNameMixin as S } from "@sbb-esta/lyne-elements/icon.js";
|
|
10
|
+
import { isServer as g } from "lit";
|
|
11
|
+
let _ = 0, N = (() => {
|
|
12
|
+
var t;
|
|
13
|
+
let r = [c({
|
|
14
|
+
tabindex: null
|
|
15
|
+
})], i, a = [], s, l = p(h(S(u)));
|
|
16
|
+
return t = class extends l {
|
|
17
|
+
/** Gets the SbbAutocompleteGridOptionElement on the same row of the button. */
|
|
18
|
+
get option() {
|
|
19
|
+
return this.closest("sbb-autocomplete-grid-row")?.querySelector("sbb-autocomplete-grid-option") || null;
|
|
20
|
+
}
|
|
21
|
+
get optgroup() {
|
|
22
|
+
return this.closest("sbb-autocomplete-grid-optgroup");
|
|
23
|
+
}
|
|
24
|
+
constructor() {
|
|
25
|
+
super(), this._handleButtonClick = async (e) => {
|
|
26
|
+
await m(e) || this.closest("form");
|
|
27
|
+
}, this.internals.states.add("button"), g || (this.setupBaseEventHandlers(), this.addEventListener("click", this._handleButtonClick), this.addController(new b(this, () => this.closest("sbb-autocomplete-grid-optgroup"), {
|
|
28
|
+
disabled: () => this._updateInternals()
|
|
29
|
+
})));
|
|
30
|
+
}
|
|
31
|
+
isDisabledExternally() {
|
|
32
|
+
return this.optgroup?.disabled ?? !1;
|
|
33
|
+
}
|
|
34
|
+
renderTemplate() {
|
|
35
|
+
return super.renderIconSlot();
|
|
36
|
+
}
|
|
37
|
+
connectedCallback() {
|
|
38
|
+
super.connectedCallback(), this.id ||= `sbb-autocomplete-grid-button-${++_}`;
|
|
39
|
+
}
|
|
40
|
+
willUpdate(e) {
|
|
41
|
+
super.willUpdate(e), e.has("disabled") && this._updateInternals();
|
|
42
|
+
}
|
|
43
|
+
_updateInternals() {
|
|
44
|
+
this.disabled || this.optgroup?.disabled ? (this.internals.states.add("disabled"), this.internals.ariaDisabled = "true") : (this.internals.states.delete("disabled"), this.internals.ariaDisabled = null);
|
|
45
|
+
}
|
|
46
|
+
}, s = t, (() => {
|
|
47
|
+
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(l[Symbol.metadata] ?? null) : void 0;
|
|
48
|
+
o(null, i = { value: s }, r, { kind: "class", name: s.name, metadata: e }, null, a), s = i.value, e && Object.defineProperty(s, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
49
|
+
})(), t.elementName = "sbb-autocomplete-grid-button", t.role = "button", t.styles = [f, d], n(s, a), s;
|
|
71
50
|
})();
|
|
72
|
-
|
|
73
|
-
|
|
51
|
+
export {
|
|
52
|
+
N as SbbAutocompleteGridButtonElement
|
|
53
|
+
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { SbbAutocompleteGridButtonElement as e } from "./autocomplete-grid-button/autocomplete-grid-button.component.js";
|
|
2
|
-
e.define()
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements-experimental/autocomplete-grid/autocomplete-grid-button.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements-experimental/autocomplete-grid.js' or '@sbb-esta/elements-experimental/autocomplete-grid.pure.js' instead.`);
|
|
5
|
+
export {
|
|
6
|
+
e as SbbAutocompleteGridButtonElement
|
|
7
|
+
};
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { SbbElement as a } from "@sbb-esta/lyne-elements/core/base-elements.js";
|
|
2
|
+
import { boxSizingStyles as c } from "@sbb-esta/lyne-elements/core/styles.js";
|
|
3
|
+
import { css as i, html as l } from "lit";
|
|
4
|
+
const o = i`:host{--sbb-autocomplete-grid-cell-gap: var(--sbb-spacing-fixed-6x);display:block}.sbb-autocomplete-grid-cell{display:flex;column-gap:var(--sbb-autocomplete-grid-cell-gap)}`, s = class s extends a {
|
|
5
|
+
render() {
|
|
6
|
+
return l`
|
|
7
|
+
<span class="sbb-autocomplete-grid-cell">
|
|
8
|
+
<slot></slot>
|
|
9
|
+
</span>
|
|
10
|
+
`;
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
s.elementName = "sbb-autocomplete-grid-cell", s.role = "gridcell", s.styles = [c, o];
|
|
14
|
+
let t = s;
|
|
15
|
+
export {
|
|
16
|
+
t as SbbAutocompleteGridCellElement
|
|
17
|
+
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
e.define()
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbAutocompleteGridCellElement as e } from "./autocomplete-grid-cell/autocomplete-grid-cell.component.js";
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements-experimental/autocomplete-grid/autocomplete-grid-cell.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements-experimental/autocomplete-grid.js' or '@sbb-esta/elements-experimental/autocomplete-grid.pure.js' instead.`);
|
|
5
|
+
export {
|
|
6
|
+
e as SbbAutocompleteGridCellElement
|
|
7
|
+
};
|
package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { SbbPropertyWatcherController as
|
|
2
|
-
import { SbbOptgroupBaseElement as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { SbbPropertyWatcherController as r } from "@sbb-esta/lyne-elements/core/controllers.js";
|
|
2
|
+
import { SbbOptgroupBaseElement as s } from "@sbb-esta/lyne-elements/option.pure.js";
|
|
3
|
+
const t = class t extends s {
|
|
4
|
+
get options() {
|
|
5
|
+
return Array.from(this.querySelectorAll?.("sbb-autocomplete-grid-option") ?? []);
|
|
6
|
+
}
|
|
7
|
+
constructor() {
|
|
8
|
+
super(), this.addController(new r(this, () => this.closest("sbb-autocomplete-grid"), {
|
|
9
|
+
negative: (o) => {
|
|
10
|
+
this.toggleState("negative", o.negative), this.requestUpdate();
|
|
11
|
+
}
|
|
12
|
+
}));
|
|
13
|
+
}
|
|
14
|
+
getAutocompleteParent() {
|
|
15
|
+
return this.closest?.("sbb-autocomplete-grid") || null;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
t.elementName = "sbb-autocomplete-grid-optgroup";
|
|
19
|
+
let e = t;
|
|
20
|
+
export {
|
|
21
|
+
e as SbbAutocompleteGridOptgroupElement
|
|
19
22
|
};
|
|
20
|
-
//#endregion
|
|
21
|
-
export { n as SbbAutocompleteGridOptgroupElement };
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { SbbAutocompleteGridOptgroupElement as e } from "./autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js";
|
|
2
|
-
e.define()
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements-experimental/autocomplete-grid/autocomplete-grid-optgroup.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements-experimental/autocomplete-grid.js' or '@sbb-esta/elements-experimental/autocomplete-grid.pure.js' instead.`);
|
|
5
|
+
export {
|
|
6
|
+
e as SbbAutocompleteGridOptgroupElement
|
|
7
|
+
};
|
|
@@ -1,2 +1,33 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { SbbPropertyWatcherController as i } from "@sbb-esta/lyne-elements/core/controllers.js";
|
|
2
|
+
import { ɵstateController as s } from "@sbb-esta/lyne-elements/core/mixins.js";
|
|
3
|
+
import { boxSizingStyles as a } from "@sbb-esta/lyne-elements/core/styles.js";
|
|
4
|
+
import { SbbOptionBaseElement as l } from "@sbb-esta/lyne-elements/option.js";
|
|
5
|
+
import { css as r } from "lit";
|
|
6
|
+
const b = r`:host{display:block}:host(:is(:state(negative),[state--negative])){--sbb-option-color: var(--sbb-color-3-negative);--sbb-option-icon-color: var(--sbb-color-5)}:host(:not(:is(:state(disable-highlight),[state--disable-highlight]))) .sbb-option__label slot{display:none}:host(:is(:state(active),[state--active])){--sbb-option-focus-outline-color: var(--sbb-focus-outline-color)}.sbb-option{font-size:var(--sbb-option-font-size);letter-spacing:var(--sbb-typo-letter-spacing-text);position:relative;display:flex;align-items:center;column-gap:var(--sbb-option-column-gap);justify-content:start;min-height:var(--sbb-option-min-height);padding-inline:var(--sbb-option-padding-inline);color:var(--sbb-option-color)}.sbb-option:after{content:"";display:block;position:absolute;inset:var(--sbb-option-focus-outline-inset);pointer-events:none;border:var(--sbb-focus-outline-width) solid var(--sbb-option-focus-outline-color);border-radius:var(--sbb-option-border-radius)}:host(:not(:is(:state(disabled),[state--disabled]))) .sbb-option__label--highlight{font-weight:700}@media(forced-colors:active){:host(:not(:is(:state(disabled),[state--disabled]))) .sbb-option__label--highlight{color:Highlight}}.sbb-option__icon{display:flex;min-width:var(--sbb-size-icon-ui-small);min-height:var(--sbb-size-icon-ui-small);color:var(--sbb-option-icon-color)}:host(:not(:is(:state(slotted-icon),[state--slotted-icon]),:is(:state(has-icon-name),[state--has-icon-name]))) .sbb-option__icon{display:var(--sbb-option-icon-container-display, none)}.sbb-option__label{text-overflow:var(--sbb-option-text-overflow);overflow:var(--sbb-option-overflow);white-space:var(--sbb-option-white-space, initial)}`, n = "sbb-autocomplete-grid-option", o = class o extends l {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(), this.optionId = n, this.addController(new i(this, () => this.closest("sbb-autocomplete-grid-optgroup"), {
|
|
9
|
+
disabled: (t) => {
|
|
10
|
+
this.disabledFromGroup = t.disabled, s(this.closest?.("sbb-autocomplete-grid-row"))?.toggle("disabled", this.disabled || this.disabledFromGroup), this.updateAriaDisabled();
|
|
11
|
+
},
|
|
12
|
+
label: (t) => this.groupLabel = t.label
|
|
13
|
+
})), this.addController(new i(this, () => this.closest("sbb-autocomplete-grid"), {
|
|
14
|
+
negative: (t) => this.toggleState("negative", t.negative)
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
willUpdate(t) {
|
|
18
|
+
super.willUpdate(t), t.has("disabled") && (s(this.closest?.("sbb-autocomplete-grid-row"))?.toggle("disabled", this.disabled || this.disabledFromGroup), this.updateAriaDisabled());
|
|
19
|
+
}
|
|
20
|
+
selectByClick(t) {
|
|
21
|
+
if (this.disabled || this.disabledFromGroup) {
|
|
22
|
+
t.stopPropagation();
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
this.selectViaUserInteraction(!0);
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
o.elementName = "sbb-autocomplete-grid-option", o.role = "gridcell", o.styles = [a, b];
|
|
29
|
+
let e = o;
|
|
30
|
+
export {
|
|
31
|
+
e as SbbAutocompleteGridOptionElement,
|
|
32
|
+
n as autocompleteGridOptionId
|
|
33
|
+
};
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbAutocompleteGridOptionElement as e } from "./autocomplete-grid-option/autocomplete-grid-option.component.js";
|
|
2
|
+
import { autocompleteGridOptionId as p } from "./autocomplete-grid-option/autocomplete-grid-option.component.js";
|
|
3
|
+
e.define();
|
|
4
|
+
console.warn(`The entrypoint '@sbb-esta/elements-experimental/autocomplete-grid/autocomplete-grid-option.js' has been deprecated.
|
|
5
|
+
Use either '@sbb-esta/elements-experimental/autocomplete-grid.js' or '@sbb-esta/elements-experimental/autocomplete-grid.pure.js' instead.`);
|
|
6
|
+
export {
|
|
7
|
+
e as SbbAutocompleteGridOptionElement,
|
|
8
|
+
p as autocompleteGridOptionId
|
|
9
|
+
};
|
|
@@ -1,2 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { SbbElement as e } from "@sbb-esta/lyne-elements/core/base-elements.js";
|
|
2
|
+
import { boxSizingStyles as t } from "@sbb-esta/lyne-elements/core/styles.js";
|
|
3
|
+
import { css as a, html as s } from "lit";
|
|
4
|
+
const b = a`:host{display:block}:host(:is(:state(negative),[state--negative])){--sbb-autocomplete-grid-row-color: var(--sbb-color-3-negative);--sbb-autocomplete-grid-row-background-color-hover: var(--sbb-background-color-3-negative);--sbb-autocomplete-grid-row-disabled-border-color: var(--sbb-border-color-5);--sbb-autocomplete-grid-row-disabled-background-color: var(--sbb-background-color-3-negative);--sbb-focus-outline-color: var(--sbb-focus-outline-color-dark)}@media(any-hover:hover){:host(:hover:not(:is(:state(disabled),[state--disabled]))){--sbb-autocomplete-grid-row-background-color: var( --sbb-autocomplete-grid-row-background-color-hover )}}:host(:is(:state(disabled),[state--disabled])){--sbb-autocomplete-grid-row-cursor: var(--sbb-cursor-default)}@media(forced-colors:active){:host(:is(:state(disabled),[state--disabled])){--sbb-autocomplete-grid-row-color: GrayText}}::slotted(sbb-autocomplete-grid-option){flex:1 1 auto;margin-right:calc(-1 * var(--sbb-spacing-fixed-2x));overflow-x:hidden}.sbb-autocomplete-grid-row{display:flex;align-items:center;padding-inline-end:var(--sbb-autocomplete-grid-row-padding-inline-end);justify-content:var(--sbb-autocomplete-grid-row-justify-content);gap:var(--sbb-spacing-fixed-6x);color:var(--sbb-autocomplete-grid-row-color);background-color:var(--sbb-autocomplete-grid-row-background-color, inherit);cursor:var(--sbb-autocomplete-grid-row-cursor);-webkit-tap-highlight-color:transparent;-webkit-text-fill-color:var(--sbb-autocomplete-grid-row-color)}:host(:is(:state(disabled),[state--disabled])) .sbb-autocomplete-grid-row{position:relative;z-index:0}:host(:is(:state(disabled),[state--disabled])) .sbb-autocomplete-grid-row:before{content:"";display:block;position:absolute;inset:.375rem;border:var(--sbb-border-width-1x) dashed var(--sbb-autocomplete-grid-row-disabled-border-color);border-radius:var(--sbb-border-radius-2x);background-color:var(--sbb-autocomplete-grid-row-disabled-background-color);z-index:-1}@media(forced-colors:active){:host(:is(:state(disabled),[state--disabled])) .sbb-autocomplete-grid-row:before{border-color:GrayText}}`;
|
|
5
|
+
let i = 0;
|
|
6
|
+
const o = class o extends e {
|
|
7
|
+
connectedCallback() {
|
|
8
|
+
super.connectedCallback(), this.id ||= `sbb-autocomplete-grid-row-${++i}`;
|
|
9
|
+
}
|
|
10
|
+
render() {
|
|
11
|
+
return s`
|
|
12
|
+
<span class="sbb-autocomplete-grid-row">
|
|
13
|
+
<slot></slot>
|
|
14
|
+
</span>
|
|
15
|
+
`;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
o.elementName = "sbb-autocomplete-grid-row", o.role = "row", o.styles = [t, b];
|
|
19
|
+
let r = o;
|
|
20
|
+
export {
|
|
21
|
+
r as SbbAutocompleteGridRowElement
|
|
22
|
+
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
e.define()
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbAutocompleteGridRowElement as e } from "./autocomplete-grid-row/autocomplete-grid-row.component.js";
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements-experimental/autocomplete-grid/autocomplete-grid-row.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements-experimental/autocomplete-grid.js' or '@sbb-esta/elements-experimental/autocomplete-grid.pure.js' instead.`);
|
|
5
|
+
export {
|
|
6
|
+
e as SbbAutocompleteGridRowElement
|
|
7
|
+
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { SbbAutocompleteGridElement as e } from "./autocomplete-grid/autocomplete-grid.component.js";
|
|
2
|
-
e.define()
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements-experimental/autocomplete-grid/autocomplete-grid.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements-experimental/autocomplete-grid.js' or '@sbb-esta/elements-experimental/autocomplete-grid.pure.js' instead.`);
|
|
5
|
+
export {
|
|
6
|
+
e as SbbAutocompleteGridElement
|
|
7
|
+
};
|
package/autocomplete-grid.js
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
import { SbbAutocompleteGridButtonElement as e } from "./autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import { SbbAutocompleteGridOptgroupElement as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import "./autocomplete-grid.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
import { SbbAutocompleteGridCellElement as o } from "./autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js";
|
|
3
|
+
import { SbbAutocompleteGridOptgroupElement as t } from "./autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js";
|
|
4
|
+
import { SbbAutocompleteGridOptionElement as m } from "./autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js";
|
|
5
|
+
import { autocompleteGridOptionId as G } from "./autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js";
|
|
6
|
+
import { SbbAutocompleteGridRowElement as r } from "./autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js";
|
|
7
|
+
import { SbbAutocompleteGridElement as i } from "./autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js";
|
|
8
|
+
i.define();
|
|
9
|
+
e.define();
|
|
10
|
+
o.define();
|
|
11
|
+
t.define();
|
|
12
|
+
m.define();
|
|
13
|
+
r.define();
|
|
14
|
+
export {
|
|
15
|
+
e as SbbAutocompleteGridButtonElement,
|
|
16
|
+
o as SbbAutocompleteGridCellElement,
|
|
17
|
+
i as SbbAutocompleteGridElement,
|
|
18
|
+
t as SbbAutocompleteGridOptgroupElement,
|
|
19
|
+
m as SbbAutocompleteGridOptionElement,
|
|
20
|
+
r as SbbAutocompleteGridRowElement,
|
|
21
|
+
G as autocompleteGridOptionId
|
|
22
|
+
};
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
import { SbbAutocompleteGridButtonElement as
|
|
2
|
-
import {
|
|
3
|
-
import { SbbAutocompleteGridOptgroupElement as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { SbbAutocompleteGridElement as
|
|
7
|
-
export {
|
|
1
|
+
import { SbbAutocompleteGridButtonElement as t } from "./autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js";
|
|
2
|
+
import { SbbAutocompleteGridCellElement as m } from "./autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js";
|
|
3
|
+
import { SbbAutocompleteGridOptgroupElement as l } from "./autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js";
|
|
4
|
+
import { SbbAutocompleteGridOptionElement as i, autocompleteGridOptionId as n } from "./autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js";
|
|
5
|
+
import { SbbAutocompleteGridRowElement as d } from "./autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js";
|
|
6
|
+
import { SbbAutocompleteGridElement as G } from "./autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js";
|
|
7
|
+
export {
|
|
8
|
+
t as SbbAutocompleteGridButtonElement,
|
|
9
|
+
m as SbbAutocompleteGridCellElement,
|
|
10
|
+
G as SbbAutocompleteGridElement,
|
|
11
|
+
l as SbbAutocompleteGridOptgroupElement,
|
|
12
|
+
i as SbbAutocompleteGridOptionElement,
|
|
13
|
+
d as SbbAutocompleteGridRowElement,
|
|
14
|
+
n as autocompleteGridOptionId
|
|
15
|
+
};
|