@sbb-esta/lyne-react 1.15.0 → 1.15.1
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/accordion.js +6 -7
- package/action-group.js +6 -7
- package/alert/alert-group.js +6 -7
- package/alert/alert.js +6 -7
- package/autocomplete-grid/autocomplete-grid-button.d.ts +1 -2
- package/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -1
- package/autocomplete-grid/autocomplete-grid-button.js +7 -8
- package/autocomplete-grid/autocomplete-grid-cell.js +4 -5
- package/autocomplete-grid/autocomplete-grid-optgroup.js +6 -7
- package/autocomplete-grid/autocomplete-grid-option.d.ts +4 -5
- package/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -1
- package/autocomplete-grid/autocomplete-grid-option.js +7 -8
- package/autocomplete-grid/autocomplete-grid-row.js +3 -4
- package/autocomplete-grid/autocomplete-grid.js +6 -7
- package/autocomplete.js +6 -7
- package/breadcrumb/breadcrumb-group.js +6 -7
- package/breadcrumb/breadcrumb.js +6 -7
- package/button/button-link.js +6 -7
- package/button/button-static.js +6 -7
- package/button/button.js +6 -7
- package/button/mini-button-group.js +6 -7
- package/button/mini-button.d.ts +1 -2
- package/button/mini-button.d.ts.map +1 -1
- package/button/mini-button.js +5 -6
- package/button/secondary-button-link.js +6 -7
- package/button/secondary-button-static.js +4 -5
- package/button/secondary-button.js +6 -7
- package/button/tertiary-button-link.js +4 -5
- package/button/tertiary-button-static.js +6 -7
- package/button/tertiary-button.js +6 -7
- package/button/transparent-button-link.js +6 -7
- package/button/transparent-button-static.js +3 -4
- package/button/transparent-button.js +6 -7
- package/calendar.js +6 -7
- package/card/card-badge.js +3 -4
- package/card/card-button.js +6 -7
- package/card/card-link.js +3 -4
- package/card/card.js +3 -4
- package/checkbox/checkbox-group.d.ts +1 -2
- package/checkbox/checkbox-group.d.ts.map +1 -1
- package/checkbox/checkbox-group.js +6 -7
- package/checkbox/checkbox-panel.d.ts +5 -6
- package/checkbox/checkbox-panel.d.ts.map +1 -1
- package/checkbox/checkbox-panel.js +5 -6
- package/checkbox/checkbox.d.ts +5 -6
- package/checkbox/checkbox.d.ts.map +1 -1
- package/checkbox/checkbox.js +5 -6
- package/chip.js +6 -7
- package/clock.js +3 -4
- package/container/container.d.ts +1 -2
- package/container/container.d.ts.map +1 -1
- package/container/container.js +8 -9
- package/container/sticky-bar.js +6 -7
- package/core.d.ts +0 -1
- package/core.d.ts.map +1 -1
- package/core.js +2 -5
- package/datepicker/datepicker-next-day.js +6 -7
- package/datepicker/datepicker-previous-day.js +6 -7
- package/datepicker/datepicker-toggle.js +6 -7
- package/datepicker/datepicker.js +6 -7
- package/development/accordion.js +1 -2
- package/development/action-group.js +1 -2
- package/development/alert/alert-group.js +1 -2
- package/development/alert/alert.js +1 -2
- package/development/autocomplete-grid/autocomplete-grid-button.d.ts +1 -2
- package/development/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-button.js +2 -3
- package/development/autocomplete-grid/autocomplete-grid-cell.js +1 -2
- package/development/autocomplete-grid/autocomplete-grid-optgroup.js +1 -2
- package/development/autocomplete-grid/autocomplete-grid-option.d.ts +4 -5
- package/development/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid-option.js +2 -3
- package/development/autocomplete-grid/autocomplete-grid-row.js +1 -2
- package/development/autocomplete-grid/autocomplete-grid.js +1 -2
- package/development/autocomplete.js +1 -2
- package/development/breadcrumb/breadcrumb-group.js +1 -2
- package/development/breadcrumb/breadcrumb.js +1 -2
- package/development/button/button-link.js +1 -2
- package/development/button/button-static.js +1 -2
- package/development/button/button.js +1 -2
- package/development/button/mini-button-group.js +1 -2
- package/development/button/mini-button.d.ts +1 -2
- package/development/button/mini-button.d.ts.map +1 -1
- package/development/button/mini-button.js +2 -3
- package/development/button/secondary-button-link.js +1 -2
- package/development/button/secondary-button-static.js +1 -2
- package/development/button/secondary-button.js +1 -2
- package/development/button/tertiary-button-link.js +1 -2
- package/development/button/tertiary-button-static.js +1 -2
- package/development/button/tertiary-button.js +1 -2
- package/development/button/transparent-button-link.js +1 -2
- package/development/button/transparent-button-static.js +1 -2
- package/development/button/transparent-button.js +1 -2
- package/development/calendar.js +1 -2
- package/development/card/card-badge.js +1 -2
- package/development/card/card-button.js +1 -2
- package/development/card/card-link.js +1 -2
- package/development/card/card.js +1 -2
- package/development/checkbox/checkbox-group.d.ts +1 -2
- package/development/checkbox/checkbox-group.d.ts.map +1 -1
- package/development/checkbox/checkbox-group.js +2 -3
- package/development/checkbox/checkbox-panel.d.ts +5 -6
- package/development/checkbox/checkbox-panel.d.ts.map +1 -1
- package/development/checkbox/checkbox-panel.js +2 -3
- package/development/checkbox/checkbox.d.ts +5 -6
- package/development/checkbox/checkbox.d.ts.map +1 -1
- package/development/checkbox/checkbox.js +2 -3
- package/development/chip.js +1 -2
- package/development/clock.js +1 -2
- package/development/container/container.d.ts +1 -2
- package/development/container/container.d.ts.map +1 -1
- package/development/container/container.js +2 -3
- package/development/container/sticky-bar.js +1 -2
- package/development/core.d.ts +0 -1
- package/development/core.d.ts.map +1 -1
- package/development/core.js +1 -4
- package/development/datepicker/datepicker-next-day.js +1 -2
- package/development/datepicker/datepicker-previous-day.js +1 -2
- package/development/datepicker/datepicker-toggle.js +1 -2
- package/development/datepicker/datepicker.js +1 -2
- package/development/dialog/dialog-actions.js +1 -2
- package/development/dialog/dialog-content.js +1 -2
- package/development/dialog/dialog-title.js +1 -2
- package/development/dialog/dialog.js +1 -2
- package/development/divider.js +1 -2
- package/development/expansion-panel/expansion-panel-content.js +1 -2
- package/development/expansion-panel/expansion-panel-header.d.ts +3 -4
- package/development/expansion-panel/expansion-panel-header.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-header.js +2 -3
- package/development/expansion-panel/expansion-panel.js +1 -2
- package/development/file-selector.d.ts +5 -6
- package/development/file-selector.d.ts.map +1 -1
- package/development/file-selector.js +2 -3
- package/development/flip-card/flip-card-details.js +1 -2
- package/development/flip-card/flip-card-summary.js +1 -2
- package/development/flip-card/flip-card.js +1 -2
- package/development/footer.js +1 -2
- package/development/form-error.js +1 -2
- package/development/form-field/form-field-clear.js +1 -2
- package/development/form-field/form-field.d.ts +1 -2
- package/development/form-field/form-field.d.ts.map +1 -1
- package/development/form-field/form-field.js +2 -3
- package/development/header/header-button.js +1 -2
- package/development/header/header-link.js +1 -2
- package/development/header/header.js +1 -2
- package/development/icon.js +1 -2
- package/development/image.js +1 -2
- package/development/journey-header.js +1 -2
- package/development/lead-container.js +1 -2
- package/development/link/block-link-button.js +1 -2
- package/development/link/block-link-static.js +1 -2
- package/development/link/block-link.js +1 -2
- package/development/link/link-button.js +1 -2
- package/development/link/link-static.js +1 -2
- package/development/link/link.js +1 -2
- package/development/link-list/link-list-anchor.d.ts +1 -2
- package/development/link-list/link-list-anchor.d.ts.map +1 -1
- package/development/link-list/link-list-anchor.js +2 -3
- package/development/link-list/link-list.d.ts +1 -2
- package/development/link-list/link-list.d.ts.map +1 -1
- package/development/link-list/link-list.js +2 -3
- package/development/loading-indicator.js +1 -2
- package/development/logo.js +1 -2
- package/development/map-container.js +1 -2
- package/development/menu/menu-button.js +1 -2
- package/development/menu/menu-link.js +1 -2
- package/development/menu/menu.js +1 -2
- package/development/message.js +1 -2
- package/development/navigation/navigation-button.js +1 -2
- package/development/navigation/navigation-link.js +1 -2
- package/development/navigation/navigation-list.d.ts +1 -2
- package/development/navigation/navigation-list.d.ts.map +1 -1
- package/development/navigation/navigation-list.js +2 -3
- package/development/navigation/navigation-marker.js +1 -2
- package/development/navigation/navigation-section.d.ts +1 -2
- package/development/navigation/navigation-section.d.ts.map +1 -1
- package/development/navigation/navigation-section.js +2 -3
- package/development/navigation/navigation.js +1 -2
- package/development/notification.d.ts +6 -7
- package/development/notification.d.ts.map +1 -1
- package/development/notification.js +2 -3
- package/development/option/optgroup.js +1 -2
- package/development/option/option.d.ts +4 -5
- package/development/option/option.d.ts.map +1 -1
- package/development/option/option.js +2 -3
- package/development/overlay.js +1 -2
- package/development/paginator/compact-paginator.js +1 -2
- package/development/paginator/paginator.js +1 -2
- package/development/popover/popover-trigger.js +1 -2
- package/development/popover/popover.js +1 -2
- package/development/radio-button/radio-button-group.d.ts +5 -6
- package/development/radio-button/radio-button-group.d.ts.map +1 -1
- package/development/radio-button/radio-button-group.js +2 -3
- package/development/radio-button/radio-button-panel.d.ts +1 -2
- package/development/radio-button/radio-button-panel.d.ts.map +1 -1
- package/development/radio-button/radio-button-panel.js +2 -3
- package/development/radio-button/radio-button.d.ts +1 -2
- package/development/radio-button/radio-button.d.ts.map +1 -1
- package/development/radio-button/radio-button.js +2 -3
- package/development/screen-reader-only.js +1 -2
- package/development/select.js +1 -2
- package/development/selection-expansion-panel.d.ts +6 -7
- package/development/selection-expansion-panel.d.ts.map +1 -1
- package/development/selection-expansion-panel.js +2 -3
- package/development/signet.js +1 -2
- package/development/skiplink-list.d.ts +1 -2
- package/development/skiplink-list.d.ts.map +1 -1
- package/development/skiplink-list.js +2 -3
- package/development/slider.js +1 -2
- package/development/status.d.ts +1 -2
- package/development/status.d.ts.map +1 -1
- package/development/status.js +2 -3
- package/development/stepper/step-label.js +1 -2
- package/development/stepper/step.js +1 -2
- package/development/stepper/stepper.js +1 -2
- package/development/table/table-wrapper.js +1 -2
- package/development/tabs/tab-group.js +1 -2
- package/development/tabs/tab-label.d.ts +1 -2
- package/development/tabs/tab-label.d.ts.map +1 -1
- package/development/tabs/tab-label.js +2 -3
- package/development/tabs/tab.js +1 -2
- package/development/tag/tag-group.js +1 -2
- package/development/tag/tag.d.ts +5 -6
- package/development/tag/tag.d.ts.map +1 -1
- package/development/tag/tag.js +2 -3
- package/development/teaser-hero.d.ts +1 -2
- package/development/teaser-hero.d.ts.map +1 -1
- package/development/teaser-hero.js +2 -3
- package/development/teaser-product/teaser-product-static.js +1 -2
- package/development/teaser-product/teaser-product.js +1 -2
- package/development/teaser.d.ts +1 -2
- package/development/teaser.d.ts.map +1 -1
- package/development/teaser.js +2 -3
- package/development/time-input.js +1 -2
- package/development/timetable-occupancy-icon.js +1 -2
- package/development/timetable-occupancy.js +1 -2
- package/development/title.js +1 -2
- package/development/toast.d.ts +6 -7
- package/development/toast.d.ts.map +1 -1
- package/development/toast.js +2 -3
- package/development/toggle/toggle-option.d.ts +1 -2
- package/development/toggle/toggle-option.d.ts.map +1 -1
- package/development/toggle/toggle-option.js +2 -3
- package/development/toggle/toggle.js +1 -2
- package/development/toggle-check.d.ts +5 -6
- package/development/toggle-check.d.ts.map +1 -1
- package/development/toggle-check.js +2 -3
- package/development/train/train-blocked-passage.js +1 -2
- package/development/train/train-formation.js +1 -2
- package/development/train/train-wagon.js +1 -2
- package/development/train/train.js +1 -2
- package/development/visual-checkbox.js +1 -2
- package/dialog/dialog-actions.js +6 -7
- package/dialog/dialog-content.js +6 -7
- package/dialog/dialog-title.js +7 -8
- package/dialog/dialog.js +6 -7
- package/divider.js +6 -7
- package/expansion-panel/expansion-panel-content.js +6 -7
- package/expansion-panel/expansion-panel-header.d.ts +3 -4
- package/expansion-panel/expansion-panel-header.d.ts.map +1 -1
- package/expansion-panel/expansion-panel-header.js +7 -8
- package/expansion-panel/expansion-panel.js +6 -7
- package/file-selector.d.ts +5 -6
- package/file-selector.d.ts.map +1 -1
- package/file-selector.js +7 -8
- package/flip-card/flip-card-details.js +7 -8
- package/flip-card/flip-card-summary.js +6 -7
- package/flip-card/flip-card.js +6 -7
- package/footer.js +3 -4
- package/form-error.js +6 -7
- package/form-field/form-field-clear.js +6 -7
- package/form-field/form-field.d.ts +1 -2
- package/form-field/form-field.d.ts.map +1 -1
- package/form-field/form-field.js +8 -9
- package/header/header-button.js +7 -8
- package/header/header-link.js +6 -7
- package/header/header.js +6 -7
- package/icon.js +3 -4
- package/image.js +6 -7
- package/journey-header.js +6 -7
- package/lead-container.js +6 -7
- package/link/block-link-button.js +6 -7
- package/link/block-link-static.js +6 -7
- package/link/block-link.js +3 -4
- package/link/link-button.js +6 -7
- package/link/link-static.js +6 -7
- package/link/link.js +6 -7
- package/link-list/link-list-anchor.d.ts +1 -2
- package/link-list/link-list-anchor.d.ts.map +1 -1
- package/link-list/link-list-anchor.js +7 -8
- package/link-list/link-list.d.ts +1 -2
- package/link-list/link-list.d.ts.map +1 -1
- package/link-list/link-list.js +6 -7
- package/loading-indicator.js +6 -7
- package/logo.js +3 -4
- package/map-container.js +7 -8
- package/menu/menu-button.js +6 -7
- package/menu/menu-link.js +4 -5
- package/menu/menu.js +6 -7
- package/message.js +6 -7
- package/navigation/navigation-button.js +6 -7
- package/navigation/navigation-link.js +6 -7
- package/navigation/navigation-list.d.ts +1 -2
- package/navigation/navigation-list.d.ts.map +1 -1
- package/navigation/navigation-list.js +4 -5
- package/navigation/navigation-marker.js +7 -8
- package/navigation/navigation-section.d.ts +1 -2
- package/navigation/navigation-section.d.ts.map +1 -1
- package/navigation/navigation-section.js +5 -6
- package/navigation/navigation.js +7 -8
- package/notification.d.ts +6 -7
- package/notification.d.ts.map +1 -1
- package/notification.js +7 -8
- package/option/optgroup.js +6 -7
- package/option/option.d.ts +4 -5
- package/option/option.d.ts.map +1 -1
- package/option/option.js +8 -9
- package/overlay.js +4 -5
- package/package.json +2 -2
- package/paginator/compact-paginator.js +6 -7
- package/paginator/paginator.js +3 -4
- package/popover/popover-trigger.js +6 -7
- package/popover/popover.js +7 -8
- package/radio-button/radio-button-group.d.ts +5 -6
- package/radio-button/radio-button-group.d.ts.map +1 -1
- package/radio-button/radio-button-group.js +5 -6
- package/radio-button/radio-button-panel.d.ts +1 -2
- package/radio-button/radio-button-panel.d.ts.map +1 -1
- package/radio-button/radio-button-panel.js +5 -6
- package/radio-button/radio-button.d.ts +1 -2
- package/radio-button/radio-button.d.ts.map +1 -1
- package/radio-button/radio-button.js +7 -8
- package/screen-reader-only.js +6 -7
- package/select.js +6 -7
- package/selection-expansion-panel.d.ts +6 -7
- package/selection-expansion-panel.d.ts.map +1 -1
- package/selection-expansion-panel.js +5 -6
- package/signet.js +6 -7
- package/skiplink-list.d.ts +1 -2
- package/skiplink-list.d.ts.map +1 -1
- package/skiplink-list.js +7 -8
- package/slider.js +4 -5
- package/status.d.ts +1 -2
- package/status.d.ts.map +1 -1
- package/status.js +7 -8
- package/stepper/step-label.js +6 -7
- package/stepper/step.js +6 -7
- package/stepper/stepper.js +6 -7
- package/table/table-wrapper.js +6 -7
- package/tabs/tab-group.js +6 -7
- package/tabs/tab-label.d.ts +1 -2
- package/tabs/tab-label.d.ts.map +1 -1
- package/tabs/tab-label.js +8 -9
- package/tabs/tab.js +6 -7
- package/tag/tag-group.js +6 -7
- package/tag/tag.d.ts +5 -6
- package/tag/tag.d.ts.map +1 -1
- package/tag/tag.js +8 -9
- package/teaser-hero.d.ts +1 -2
- package/teaser-hero.d.ts.map +1 -1
- package/teaser-hero.js +7 -8
- package/teaser-product/teaser-product-static.js +6 -7
- package/teaser-product/teaser-product.js +6 -7
- package/teaser.d.ts +1 -2
- package/teaser.d.ts.map +1 -1
- package/teaser.js +5 -6
- package/time-input.js +6 -7
- package/timetable-occupancy-icon.js +6 -7
- package/timetable-occupancy.js +4 -5
- package/title.js +4 -5
- package/toast.d.ts +6 -7
- package/toast.d.ts.map +1 -1
- package/toast.js +8 -9
- package/toggle/toggle-option.d.ts +1 -2
- package/toggle/toggle-option.d.ts.map +1 -1
- package/toggle/toggle-option.js +7 -8
- package/toggle/toggle.js +6 -7
- package/toggle-check.d.ts +5 -6
- package/toggle-check.d.ts.map +1 -1
- package/toggle-check.js +5 -6
- package/train/train-blocked-passage.js +6 -7
- package/train/train-formation.js +6 -7
- package/train/train-wagon.js +4 -5
- package/train/train.js +6 -7
- package/visual-checkbox.js +6 -7
- package/core/ssr-extensions.d.ts +0 -23
- package/core/ssr-extensions.d.ts.map +0 -1
- package/development/core/ssr-extensions.d.ts +0 -23
- package/development/core/ssr-extensions.d.ts.map +0 -1
- package/development/ssr-extensions-CqgUbNPR.js +0 -49
- package/ssr-extensions-DNMI7L0q.js +0 -37
package/accordion.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as o } from "./create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const a = o({
|
|
2
|
+
import { SbbAccordionElement as r } from "@sbb-esta/lyne-elements/accordion.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = o({
|
|
6
5
|
tagName: "sbb-accordion",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
n as SbbAccordion
|
|
12
11
|
};
|
package/action-group.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as o } from "./create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const a = o({
|
|
2
|
+
import { SbbActionGroupElement as t } from "@sbb-esta/lyne-elements/action-group.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const p = o({
|
|
6
5
|
tagName: "sbb-action-group",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: r
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
p as SbbActionGroup
|
|
12
11
|
};
|
package/alert/alert-group.js
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import e from "react";
|
|
4
|
-
import { SbbAlertGroupElement as r } from "@sbb-esta/lyne-elements/alert/alert-group.js";
|
|
2
|
+
import { SbbAlertGroupElement as e } from "@sbb-esta/lyne-elements/alert/alert-group.js";
|
|
5
3
|
import "@sbb-esta/lyne-elements/alert/alert.js";
|
|
6
|
-
|
|
4
|
+
import r from "react";
|
|
5
|
+
const i = t({
|
|
7
6
|
tagName: "sbb-alert-group",
|
|
8
|
-
elementClass:
|
|
9
|
-
react:
|
|
7
|
+
elementClass: e,
|
|
8
|
+
react: r,
|
|
10
9
|
events: {
|
|
11
10
|
onDidDismissAlert: "didDismissAlert",
|
|
12
11
|
onEmpty: "empty"
|
|
13
12
|
}
|
|
14
13
|
});
|
|
15
14
|
export {
|
|
16
|
-
|
|
15
|
+
i as SbbAlertGroup
|
|
17
16
|
};
|
package/alert/alert.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const m = e({
|
|
2
|
+
import { SbbAlertElement as l } from "@sbb-esta/lyne-elements/alert/alert.js";
|
|
3
|
+
import o from "react";
|
|
4
|
+
const n = e({
|
|
6
5
|
tagName: "sbb-alert",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: l,
|
|
7
|
+
react: o,
|
|
9
8
|
events: {
|
|
10
9
|
onWillOpen: "willOpen",
|
|
11
10
|
onDidOpen: "didOpen",
|
|
@@ -15,5 +14,5 @@ const m = e({
|
|
|
15
14
|
}
|
|
16
15
|
});
|
|
17
16
|
export {
|
|
18
|
-
|
|
17
|
+
n as SbbAlert
|
|
19
18
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbAutocompleteGridButtonElement } from '@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid-button.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbAutocompleteGridButton: react.ComponentType<Omit<react.HTMLAttributes<SbbAutocompleteGridButtonElement>, "option" | "disabled" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "negative" | "iconName" | "willUpdate"> & {} & Partial<Omit<SbbAutocompleteGridButtonElement, keyof HTMLElement>> & react.RefAttributes<SbbAutocompleteGridButtonElement>>;
|
|
2
|
+
export declare const SbbAutocompleteGridButton: import('../core.js').ReactWebComponent<SbbAutocompleteGridButtonElement, {}>;
|
|
4
3
|
//# sourceMappingURL=autocomplete-grid-button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autocomplete-grid-button.d.ts","sourceRoot":"","sources":["../../../src/react/autocomplete-grid/autocomplete-grid-button.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,gCAAgC,EAAE,MAAM,uEAAuE,CAAC;
|
|
1
|
+
{"version":3,"file":"autocomplete-grid-button.d.ts","sourceRoot":"","sources":["../../../src/react/autocomplete-grid/autocomplete-grid-button.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,gCAAgC,EAAE,MAAM,uEAAuE,CAAC;AAIzH,eAAO,MAAM,yBAAyB,8EAIpC,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const n = o(t({
|
|
2
|
+
import { SbbAutocompleteGridButtonElement as o } from "@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid-button.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const p = t({
|
|
6
5
|
tagName: "sbb-autocomplete-grid-button",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
9
|
-
})
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
p as SbbAutocompleteGridButton
|
|
12
11
|
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
import { SbbAutocompleteGridCellElement as o } from "@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid-cell.js";
|
|
2
|
+
import { SbbAutocompleteGridCellElement as t } from "@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid-cell.js";
|
|
3
|
+
import o from "react";
|
|
5
4
|
const c = e({
|
|
6
5
|
tagName: "sbb-autocomplete-grid-cell",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: o
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
10
|
c as SbbAutocompleteGridCell
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as o } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const c = o({
|
|
2
|
+
import { SbbAutocompleteGridOptgroupElement as t } from "@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid-optgroup.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const a = o({
|
|
6
5
|
tagName: "sbb-autocomplete-grid-optgroup",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
a as SbbAutocompleteGridOptgroup
|
|
12
11
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EventName } from '../core.js';
|
|
2
2
|
import { SbbAutocompleteGridOptionElement } from '@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid-option.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
} & Partial<Omit<SbbAutocompleteGridOptionElement, keyof HTMLElement>> & react.RefAttributes<SbbAutocompleteGridOptionElement>>;
|
|
3
|
+
export declare const SbbAutocompleteGridOption: import('../core.js').ReactWebComponent<SbbAutocompleteGridOptionElement, {
|
|
4
|
+
onAutocompleteOptionSelectionChange: EventName<CustomEvent<void>>;
|
|
5
|
+
onAutocompleteOptionSelected: EventName<CustomEvent<void>>;
|
|
6
|
+
}>;
|
|
8
7
|
//# sourceMappingURL=autocomplete-grid-option.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autocomplete-grid-option.d.ts","sourceRoot":"","sources":["../../../src/react/autocomplete-grid/autocomplete-grid-option.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,uEAAuE,CAAC;
|
|
1
|
+
{"version":3,"file":"autocomplete-grid-option.d.ts","sourceRoot":"","sources":["../../../src/react/autocomplete-grid/autocomplete-grid-option.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,uEAAuE,CAAC;AAIzH,eAAO,MAAM,yBAAyB;yCAK0C,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;kCAC1C,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EAG5F,CAAC"}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const c = e(t({
|
|
1
|
+
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
+
import { SbbAutocompleteGridOptionElement as t } from "@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid-option.js";
|
|
3
|
+
import o from "react";
|
|
4
|
+
const c = e({
|
|
6
5
|
tagName: "sbb-autocomplete-grid-option",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: o,
|
|
9
8
|
events: {
|
|
10
9
|
onAutocompleteOptionSelectionChange: "autocompleteOptionSelectionChange",
|
|
11
10
|
onAutocompleteOptionSelected: "autocompleteOptionSelected"
|
|
12
11
|
}
|
|
13
|
-
})
|
|
12
|
+
});
|
|
14
13
|
export {
|
|
15
14
|
c as SbbAutocompleteGridOption
|
|
16
15
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as o } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import t from "react";
|
|
4
2
|
import { SbbAutocompleteGridRowElement as e } from "@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid-row.js";
|
|
5
|
-
|
|
3
|
+
import t from "react";
|
|
4
|
+
const a = o({
|
|
6
5
|
tagName: "sbb-autocomplete-grid-row",
|
|
7
6
|
elementClass: e,
|
|
8
7
|
react: t
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
a as SbbAutocompleteGridRow
|
|
12
11
|
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const p = e({
|
|
2
|
+
import { SbbAutocompleteGridElement as o } from "@sbb-esta/lyne-elements/autocomplete-grid/autocomplete-grid.js";
|
|
3
|
+
import l from "react";
|
|
4
|
+
const m = e({
|
|
6
5
|
tagName: "sbb-autocomplete-grid",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: l,
|
|
9
8
|
events: {
|
|
10
9
|
onWillOpen: "willOpen",
|
|
11
10
|
onDidOpen: "didOpen",
|
|
@@ -14,5 +13,5 @@ const p = e({
|
|
|
14
13
|
}
|
|
15
14
|
});
|
|
16
15
|
export {
|
|
17
|
-
|
|
16
|
+
m as SbbAutocompleteGrid
|
|
18
17
|
};
|
package/autocomplete.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { c as e } from "./create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const i = e({
|
|
2
|
+
import { SbbAutocompleteElement as o } from "@sbb-esta/lyne-elements/autocomplete.js";
|
|
3
|
+
import l from "react";
|
|
4
|
+
const p = e({
|
|
6
5
|
tagName: "sbb-autocomplete",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: l,
|
|
9
8
|
events: {
|
|
10
9
|
onWillOpen: "willOpen",
|
|
11
10
|
onDidOpen: "didOpen",
|
|
@@ -14,5 +13,5 @@ const i = e({
|
|
|
14
13
|
}
|
|
15
14
|
});
|
|
16
15
|
export {
|
|
17
|
-
|
|
16
|
+
p as SbbAutocomplete
|
|
18
17
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as r } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const p = r({
|
|
2
|
+
import { SbbBreadcrumbGroupElement as e } from "@sbb-esta/lyne-elements/breadcrumb/breadcrumb-group.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const a = r({
|
|
6
5
|
tagName: "sbb-breadcrumb-group",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: e,
|
|
7
|
+
react: m
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
a as SbbBreadcrumbGroup
|
|
12
11
|
};
|
package/breadcrumb/breadcrumb.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as r } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const c = r({
|
|
2
|
+
import { SbbBreadcrumbElement as e } from "@sbb-esta/lyne-elements/breadcrumb/breadcrumb.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const a = r({
|
|
6
5
|
tagName: "sbb-breadcrumb",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: e,
|
|
7
|
+
react: m
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
a as SbbBreadcrumb
|
|
12
11
|
};
|
package/button/button-link.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const i = t({
|
|
2
|
+
import { SbbButtonLinkElement as o } from "@sbb-esta/lyne-elements/button/button-link.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const b = t({
|
|
6
5
|
tagName: "sbb-button-link",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
b as SbbButtonLink
|
|
12
11
|
};
|
package/button/button-static.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const b = t({
|
|
2
|
+
import { SbbButtonStaticElement as o } from "@sbb-esta/lyne-elements/button/button-static.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = t({
|
|
6
5
|
tagName: "sbb-button-static",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
n as SbbButtonStatic
|
|
12
11
|
};
|
package/button/button.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const a = t({
|
|
2
|
+
import { SbbButtonElement as o } from "@sbb-esta/lyne-elements/button/button.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const b = t({
|
|
6
5
|
tagName: "sbb-button",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
b as SbbButton
|
|
12
11
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const p = t({
|
|
2
|
+
import { SbbMiniButtonGroupElement as o } from "@sbb-esta/lyne-elements/button/mini-button-group.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const i = t({
|
|
6
5
|
tagName: "sbb-mini-button-group",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: r
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
i as SbbMiniButtonGroup
|
|
12
11
|
};
|
package/button/mini-button.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbMiniButtonElement } from '@sbb-esta/lyne-elements/button/mini-button.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbMiniButton: react.ComponentType<Omit<react.HTMLAttributes<SbbMiniButtonElement>, "form" | "value" | "disabled" | "name" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "type" | "disabledInteractive" | "renderOptions" | "negative" | "iconName"> & {} & Partial<Omit<SbbMiniButtonElement, keyof HTMLElement>> & react.RefAttributes<SbbMiniButtonElement>>;
|
|
2
|
+
export declare const SbbMiniButton: import('../core.js').ReactWebComponent<SbbMiniButtonElement, {}>;
|
|
4
3
|
//# sourceMappingURL=mini-button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mini-button.d.ts","sourceRoot":"","sources":["../../../src/react/button/mini-button.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;
|
|
1
|
+
{"version":3,"file":"mini-button.d.ts","sourceRoot":"","sources":["../../../src/react/button/mini-button.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AAIrF,eAAO,MAAM,aAAa,kEAIxB,CAAC"}
|
package/button/mini-button.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import {
|
|
3
|
-
import { SbbMiniButtonElement as m } from "@sbb-esta/lyne-elements/button/mini-button.js";
|
|
2
|
+
import { SbbMiniButtonElement as o } from "@sbb-esta/lyne-elements/button/mini-button.js";
|
|
4
3
|
import e from "react";
|
|
5
|
-
const
|
|
4
|
+
const r = t({
|
|
6
5
|
tagName: "sbb-mini-button",
|
|
7
|
-
elementClass:
|
|
6
|
+
elementClass: o,
|
|
8
7
|
react: e
|
|
9
|
-
})
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
r as SbbMiniButton
|
|
12
11
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const b = t({
|
|
2
|
+
import { SbbSecondaryButtonLinkElement as o } from "@sbb-esta/lyne-elements/button/secondary-button-link.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const a = t({
|
|
6
5
|
tagName: "sbb-secondary-button-link",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
a as SbbSecondaryButtonLink
|
|
12
11
|
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
import { SbbSecondaryButtonStaticElement as e } from "@sbb-esta/lyne-elements/button/secondary-button-static.js";
|
|
2
|
+
import { SbbSecondaryButtonStaticElement as o } from "@sbb-esta/lyne-elements/button/secondary-button-static.js";
|
|
3
|
+
import e from "react";
|
|
5
4
|
const c = t({
|
|
6
5
|
tagName: "sbb-secondary-button-static",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
10
|
c as SbbSecondaryButtonStatic
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const b = t({
|
|
2
|
+
import { SbbSecondaryButtonElement as o } from "@sbb-esta/lyne-elements/button/secondary-button.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const a = t({
|
|
6
5
|
tagName: "sbb-secondary-button",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
a as SbbSecondaryButton
|
|
12
11
|
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
import { SbbTertiaryButtonLinkElement as e } from "@sbb-esta/lyne-elements/button/tertiary-button-link.js";
|
|
2
|
+
import { SbbTertiaryButtonLinkElement as r } from "@sbb-esta/lyne-elements/button/tertiary-button-link.js";
|
|
3
|
+
import e from "react";
|
|
5
4
|
const a = t({
|
|
6
5
|
tagName: "sbb-tertiary-button-link",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
10
|
a as SbbTertiaryButtonLink
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const n = t({
|
|
2
|
+
import { SbbTertiaryButtonStaticElement as r } from "@sbb-esta/lyne-elements/button/tertiary-button-static.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const i = t({
|
|
6
5
|
tagName: "sbb-tertiary-button-static",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
i as SbbTertiaryButtonStatic
|
|
12
11
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const b = t({
|
|
2
|
+
import { SbbTertiaryButtonElement as r } from "@sbb-esta/lyne-elements/button/tertiary-button.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = t({
|
|
6
5
|
tagName: "sbb-tertiary-button",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
n as SbbTertiaryButton
|
|
12
11
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const p = t({
|
|
2
|
+
import { SbbTransparentButtonLinkElement as n } from "@sbb-esta/lyne-elements/button/transparent-button-link.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const m = t({
|
|
6
5
|
tagName: "sbb-transparent-button-link",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: n,
|
|
7
|
+
react: r
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
m as SbbTransparentButtonLink
|
|
12
11
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import r from "react";
|
|
4
2
|
import { SbbTransparentButtonStaticElement as a } from "@sbb-esta/lyne-elements/button/transparent-button-static.js";
|
|
5
|
-
|
|
3
|
+
import r from "react";
|
|
4
|
+
const m = t({
|
|
6
5
|
tagName: "sbb-transparent-button-static",
|
|
7
6
|
elementClass: a,
|
|
8
7
|
react: r
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
m as SbbTransparentButtonStatic
|
|
12
11
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const p = t({
|
|
2
|
+
import { SbbTransparentButtonElement as r } from "@sbb-esta/lyne-elements/button/transparent-button.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const m = t({
|
|
6
5
|
tagName: "sbb-transparent-button",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: e
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
m as SbbTransparentButton
|
|
12
11
|
};
|
package/calendar.js
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { c as e } from "./create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const l = e({
|
|
2
|
+
import { SbbCalendarElement as t } from "@sbb-esta/lyne-elements/calendar.js";
|
|
3
|
+
import a from "react";
|
|
4
|
+
const n = e({
|
|
6
5
|
tagName: "sbb-calendar",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: a,
|
|
9
8
|
events: {
|
|
10
9
|
onDateSelected: "dateSelected"
|
|
11
10
|
}
|
|
12
11
|
});
|
|
13
12
|
export {
|
|
14
|
-
|
|
13
|
+
n as SbbCalendar
|
|
15
14
|
};
|