@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
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import o from "react";
|
|
4
|
-
import { SbbCompactPaginatorElement as a } from "@sbb-esta/lyne-elements/paginator/compact-paginator.js";
|
|
2
|
+
import { SbbCompactPaginatorElement as o } from "@sbb-esta/lyne-elements/paginator/compact-paginator.js";
|
|
5
3
|
import "@sbb-esta/lyne-elements/core/interfaces.js";
|
|
6
|
-
|
|
4
|
+
import a from "react";
|
|
5
|
+
const n = t({
|
|
7
6
|
tagName: "sbb-compact-paginator",
|
|
8
|
-
elementClass:
|
|
9
|
-
react:
|
|
7
|
+
elementClass: o,
|
|
8
|
+
react: a,
|
|
10
9
|
events: {
|
|
11
10
|
onPage: "page"
|
|
12
11
|
}
|
|
13
12
|
});
|
|
14
13
|
export {
|
|
15
|
-
|
|
14
|
+
n as SbbCompactPaginator
|
|
16
15
|
};
|
package/paginator/paginator.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import o from "react";
|
|
4
2
|
import { SbbPaginatorElement as e } from "@sbb-esta/lyne-elements/paginator/paginator.js";
|
|
5
3
|
import "@sbb-esta/lyne-elements/core/interfaces.js";
|
|
6
|
-
|
|
4
|
+
import o from "react";
|
|
5
|
+
const p = t({
|
|
7
6
|
tagName: "sbb-paginator",
|
|
8
7
|
elementClass: e,
|
|
9
8
|
react: o,
|
|
@@ -12,5 +11,5 @@ const i = t({
|
|
|
12
11
|
}
|
|
13
12
|
});
|
|
14
13
|
export {
|
|
15
|
-
|
|
14
|
+
p as SbbPaginator
|
|
16
15
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as r } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const i = r({
|
|
2
|
+
import { SbbPopoverTriggerElement as e } from "@sbb-esta/lyne-elements/popover/popover-trigger.js";
|
|
3
|
+
import o from "react";
|
|
4
|
+
const g = r({
|
|
6
5
|
tagName: "sbb-popover-trigger",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: e,
|
|
7
|
+
react: o
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
g as SbbPopoverTrigger
|
|
12
11
|
};
|
package/popover/popover.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const i = o({
|
|
1
|
+
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
+
import { SbbPopoverElement as o } from "@sbb-esta/lyne-elements/popover/popover.js";
|
|
3
|
+
import l from "react";
|
|
4
|
+
const t = e({
|
|
6
5
|
tagName: "sbb-popover",
|
|
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 = o({
|
|
|
14
13
|
}
|
|
15
14
|
});
|
|
16
15
|
export {
|
|
17
|
-
|
|
16
|
+
t as SbbPopover
|
|
18
17
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { EventName } from '../core.js';
|
|
2
2
|
import { SbbRadioButtonGroupElement, SbbRadioButtonGroupEventDetail } from '@sbb-esta/lyne-elements/radio-button/radio-button-group.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
} & Partial<Omit<SbbRadioButtonGroupElement, keyof HTMLElement>> & react.RefAttributes<SbbRadioButtonGroupElement>>;
|
|
3
|
+
export declare const SbbRadioButtonGroup: import('../core.js').ReactWebComponent<SbbRadioButtonGroupElement, {
|
|
4
|
+
onDidChange: EventName<CustomEvent<SbbRadioButtonGroupEventDetail>>;
|
|
5
|
+
onChange: EventName<CustomEvent<SbbRadioButtonGroupEventDetail>>;
|
|
6
|
+
onInput: EventName<CustomEvent<SbbRadioButtonGroupEventDetail>>;
|
|
7
|
+
}>;
|
|
9
8
|
//# sourceMappingURL=radio-button-group.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button-group.d.ts","sourceRoot":"","sources":["../../../src/react/radio-button/radio-button-group.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,KAAK,8BAA8B,EAAE,MAAM,4DAA4D,CAAC;
|
|
1
|
+
{"version":3,"file":"radio-button-group.d.ts","sourceRoot":"","sources":["../../../src/react/radio-button/radio-button-group.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,KAAK,8BAA8B,EAAE,MAAM,4DAA4D,CAAC;AAI7I,eAAO,MAAM,mBAAmB;iBAKA,SAAS,CAAC,WAAW,CAAC,8BAA8B,CAAC,CAAC;cAC5D,SAAS,CAAC,WAAW,CAAC,8BAA8B,CAAC,CAAC;aACxD,SAAS,CAAC,WAAW,CAAC,8BAA8B,CAAC,CAAC;EAG5E,CAAC"}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { c as o } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import {
|
|
3
|
-
import { SbbRadioButtonGroupElement as e } from "@sbb-esta/lyne-elements/radio-button/radio-button-group.js";
|
|
2
|
+
import { SbbRadioButtonGroupElement as t } from "@sbb-esta/lyne-elements/radio-button/radio-button-group.js";
|
|
4
3
|
import n from "react";
|
|
5
|
-
const
|
|
4
|
+
const m = o({
|
|
6
5
|
tagName: "sbb-radio-button-group",
|
|
7
|
-
elementClass:
|
|
6
|
+
elementClass: t,
|
|
8
7
|
react: n,
|
|
9
8
|
events: {
|
|
10
9
|
onDidChange: "didChange",
|
|
11
10
|
onChange: "change",
|
|
12
11
|
onInput: "input"
|
|
13
12
|
}
|
|
14
|
-
})
|
|
13
|
+
});
|
|
15
14
|
export {
|
|
16
|
-
|
|
15
|
+
m as SbbRadioButtonGroup
|
|
17
16
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbRadioButtonPanelElement } from '@sbb-esta/lyne-elements/radio-button/radio-button-panel.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbRadioButtonPanel: react.ComponentType<Omit<react.HTMLAttributes<SbbRadioButtonPanelElement>, "color" | "select" | "group" | "value" | "checked" | "disabled" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "required" | "borderless" | "expansionState" | "size" | "allowEmptySelection"> & {} & Partial<Omit<SbbRadioButtonPanelElement, keyof HTMLElement>> & react.RefAttributes<SbbRadioButtonPanelElement>>;
|
|
2
|
+
export declare const SbbRadioButtonPanel: import('../core.js').ReactWebComponent<SbbRadioButtonPanelElement, {}>;
|
|
4
3
|
//# sourceMappingURL=radio-button-panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button-panel.d.ts","sourceRoot":"","sources":["../../../src/react/radio-button/radio-button-panel.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4DAA4D,CAAC;
|
|
1
|
+
{"version":3,"file":"radio-button-panel.d.ts","sourceRoot":"","sources":["../../../src/react/radio-button/radio-button-panel.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4DAA4D,CAAC;AAIxG,eAAO,MAAM,mBAAmB,wEAI9B,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import {
|
|
3
|
-
import { SbbRadioButtonPanelElement as a } from "@sbb-esta/lyne-elements/radio-button/radio-button-panel.js";
|
|
2
|
+
import { SbbRadioButtonPanelElement as o } from "@sbb-esta/lyne-elements/radio-button/radio-button-panel.js";
|
|
4
3
|
import e from "react";
|
|
5
|
-
const
|
|
4
|
+
const r = t({
|
|
6
5
|
tagName: "sbb-radio-button-panel",
|
|
7
|
-
elementClass:
|
|
6
|
+
elementClass: o,
|
|
8
7
|
react: e
|
|
9
|
-
})
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
r as SbbRadioButtonPanel
|
|
12
11
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbRadioButtonElement } from '@sbb-esta/lyne-elements/radio-button/radio-button.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbRadioButton: react.ComponentType<Omit<react.HTMLAttributes<SbbRadioButtonElement>, "select" | "group" | "value" | "checked" | "disabled" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "required" | "size" | "allowEmptySelection"> & {} & Partial<Omit<SbbRadioButtonElement, keyof HTMLElement>> & react.RefAttributes<SbbRadioButtonElement>>;
|
|
2
|
+
export declare const SbbRadioButton: import('../core.js').ReactWebComponent<SbbRadioButtonElement, {}>;
|
|
4
3
|
//# sourceMappingURL=radio-button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../src/react/radio-button/radio-button.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;
|
|
1
|
+
{"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../src/react/radio-button/radio-button.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAI7F,eAAO,MAAM,cAAc,mEAIzB,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as t } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const s = o(t({
|
|
2
|
+
import { SbbRadioButtonElement as o } from "@sbb-esta/lyne-elements/radio-button/radio-button.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = t({
|
|
6
5
|
tagName: "sbb-radio-button",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
9
|
-
})
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
n as SbbRadioButton
|
|
12
11
|
};
|
package/screen-reader-only.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as e } from "./create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const c = e({
|
|
2
|
+
import { SbbScreenReaderOnlyElement as r } from "@sbb-esta/lyne-elements/screen-reader-only.js";
|
|
3
|
+
import n from "react";
|
|
4
|
+
const a = e({
|
|
6
5
|
tagName: "sbb-screen-reader-only",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: n
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
a as SbbScreenReaderOnly
|
|
12
11
|
};
|
package/select.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 { SbbSelectElement as n } from "@sbb-esta/lyne-elements/select.js";
|
|
3
|
+
import o from "react";
|
|
4
|
+
const p = e({
|
|
6
5
|
tagName: "sbb-select",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: n,
|
|
7
|
+
react: o,
|
|
9
8
|
events: {
|
|
10
9
|
onDidChange: "didChange",
|
|
11
10
|
onChange: "change",
|
|
@@ -17,5 +16,5 @@ const m = e({
|
|
|
17
16
|
}
|
|
18
17
|
});
|
|
19
18
|
export {
|
|
20
|
-
|
|
19
|
+
p as SbbSelect
|
|
21
20
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { EventName } from './core.js';
|
|
2
2
|
import { SbbSelectionExpansionPanelElement } from '@sbb-esta/lyne-elements/selection-expansion-panel.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
} & Partial<Omit<SbbSelectionExpansionPanelElement, keyof HTMLElement>> & react.RefAttributes<SbbSelectionExpansionPanelElement>>;
|
|
3
|
+
export declare const SbbSelectionExpansionPanel: import('./core.js').ReactWebComponent<SbbSelectionExpansionPanelElement, {
|
|
4
|
+
onWillOpen: EventName<CustomEvent<void>>;
|
|
5
|
+
onDidOpen: EventName<CustomEvent<void>>;
|
|
6
|
+
onWillClose: EventName<CustomEvent<void>>;
|
|
7
|
+
onDidClose: EventName<CustomEvent<void>>;
|
|
8
|
+
}>;
|
|
10
9
|
//# sourceMappingURL=selection-expansion-panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"selection-expansion-panel.d.ts","sourceRoot":"","sources":["../../src/react/selection-expansion-panel.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,iCAAiC,EAAE,MAAM,sDAAsD,CAAC;
|
|
1
|
+
{"version":3,"file":"selection-expansion-panel.d.ts","sourceRoot":"","sources":["../../src/react/selection-expansion-panel.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,iCAAiC,EAAE,MAAM,sDAAsD,CAAC;AAIzG,eAAO,MAAM,0BAA0B;gBAKT,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;eAC9B,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;iBACxB,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;gBAC9B,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EAGxD,CAAC"}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { c as e } from "./create-component-DKl3-Au3.js";
|
|
2
|
-
import { w as o } from "./ssr-extensions-DNMI7L0q.js";
|
|
3
2
|
import { SbbSelectionExpansionPanelElement as n } from "@sbb-esta/lyne-elements/selection-expansion-panel.js";
|
|
4
|
-
import
|
|
5
|
-
const
|
|
3
|
+
import o from "react";
|
|
4
|
+
const s = e({
|
|
6
5
|
tagName: "sbb-selection-expansion-panel",
|
|
7
6
|
elementClass: n,
|
|
8
|
-
react:
|
|
7
|
+
react: o,
|
|
9
8
|
events: {
|
|
10
9
|
onWillOpen: "willOpen",
|
|
11
10
|
onDidOpen: "didOpen",
|
|
12
11
|
onWillClose: "willClose",
|
|
13
12
|
onDidClose: "didClose"
|
|
14
13
|
}
|
|
15
|
-
})
|
|
14
|
+
});
|
|
16
15
|
export {
|
|
17
|
-
|
|
16
|
+
s as SbbSelectionExpansionPanel
|
|
18
17
|
};
|
package/signet.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const a = t({
|
|
1
|
+
import { c as e } from "./create-component-DKl3-Au3.js";
|
|
2
|
+
import { SbbSignetElement as t } from "@sbb-esta/lyne-elements/signet.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const a = e({
|
|
6
5
|
tagName: "sbb-signet",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: m
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
10
|
a as SbbSignet
|
package/skiplink-list.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbSkiplinkListElement } from '@sbb-esta/lyne-elements/skiplink-list.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbSkiplinkList: react.ComponentType<Omit<react.HTMLAttributes<SbbSkiplinkListElement>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "hydrationComplete" | "titleLevel" | "titleContent"> & {} & Partial<Omit<SbbSkiplinkListElement, keyof HTMLElement>> & react.RefAttributes<SbbSkiplinkListElement>>;
|
|
2
|
+
export declare const SbbSkiplinkList: import('./core.js').ReactWebComponent<SbbSkiplinkListElement, {}>;
|
|
4
3
|
//# sourceMappingURL=skiplink-list.d.ts.map
|
package/skiplink-list.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skiplink-list.d.ts","sourceRoot":"","sources":["../../src/react/skiplink-list.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"skiplink-list.d.ts","sourceRoot":"","sources":["../../src/react/skiplink-list.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAIlF,eAAO,MAAM,eAAe,mEAI1B,CAAC"}
|
package/skiplink-list.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 p = i(t({
|
|
2
|
+
import { SbbSkiplinkListElement as i } from "@sbb-esta/lyne-elements/skiplink-list.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const s = t({
|
|
6
5
|
tagName: "sbb-skiplink-list",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
9
|
-
})
|
|
6
|
+
elementClass: i,
|
|
7
|
+
react: e
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
s as SbbSkiplinkList
|
|
12
11
|
};
|
package/slider.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { c as e } from "./create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
import { SbbSliderElement as t } from "@sbb-esta/lyne-elements/slider.js";
|
|
2
|
+
import { SbbSliderElement as r } from "@sbb-esta/lyne-elements/slider.js";
|
|
3
|
+
import t from "react";
|
|
5
4
|
const a = e({
|
|
6
5
|
tagName: "sbb-slider",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: t,
|
|
9
8
|
events: {
|
|
10
9
|
onDidChange: "didChange"
|
|
11
10
|
}
|
package/status.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbStatusElement } from '@sbb-esta/lyne-elements/status.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbStatus: react.ComponentType<Omit<react.HTMLAttributes<SbbStatusElement>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "type" | "renderOptions" | "iconName" | "titleLevel" | "titleContent"> & {} & Partial<Omit<SbbStatusElement, keyof HTMLElement>> & react.RefAttributes<SbbStatusElement>>;
|
|
2
|
+
export declare const SbbStatus: import('./core.js').ReactWebComponent<SbbStatusElement, {}>;
|
|
4
3
|
//# sourceMappingURL=status.d.ts.map
|
package/status.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../src/react/status.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../src/react/status.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAIrE,eAAO,MAAM,SAAS,6DAIpB,CAAC"}
|
package/status.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 p = a(t({
|
|
2
|
+
import { SbbStatusElement as e } from "@sbb-esta/lyne-elements/status.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const s = t({
|
|
6
5
|
tagName: "sbb-status",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
9
|
-
})
|
|
6
|
+
elementClass: e,
|
|
7
|
+
react: m
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
s as SbbStatus
|
|
12
11
|
};
|
package/stepper/step-label.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const p = e({
|
|
2
|
+
import { SbbStepLabelElement as t } from "@sbb-esta/lyne-elements/stepper/step-label.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const r = e({
|
|
6
5
|
tagName: "sbb-step-label",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: m
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
r as SbbStepLabel
|
|
12
11
|
};
|
package/stepper/step.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 n = e({
|
|
2
|
+
import { SbbStepElement as t } from "@sbb-esta/lyne-elements/stepper/step.js";
|
|
3
|
+
import o from "react";
|
|
4
|
+
const p = e({
|
|
6
5
|
tagName: "sbb-step",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: o,
|
|
9
8
|
events: {
|
|
10
9
|
onValidate: "validate"
|
|
11
10
|
}
|
|
12
11
|
});
|
|
13
12
|
export {
|
|
14
|
-
|
|
13
|
+
p as SbbStep
|
|
15
14
|
};
|
package/stepper/stepper.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const b = e({
|
|
2
|
+
import { SbbStepperElement as t } from "@sbb-esta/lyne-elements/stepper/stepper.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const a = e({
|
|
6
5
|
tagName: "sbb-stepper",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: r
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
a as SbbStepper
|
|
12
11
|
};
|
package/table/table-wrapper.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
-
import "
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const b = e({
|
|
2
|
+
import { SbbTableWrapperElement as r } from "@sbb-esta/lyne-elements/table/table-wrapper.js";
|
|
3
|
+
import a from "react";
|
|
4
|
+
const o = e({
|
|
6
5
|
tagName: "sbb-table-wrapper",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: a
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
o as SbbTableWrapper
|
|
12
11
|
};
|
package/tabs/tab-group.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 n = e({
|
|
2
|
+
import { SbbTabGroupElement as o } from "@sbb-esta/lyne-elements/tabs/tab-group.js";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const b = e({
|
|
6
5
|
tagName: "sbb-tab-group",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: t,
|
|
9
8
|
events: {
|
|
10
9
|
onDidChange: "didChange"
|
|
11
10
|
}
|
|
12
11
|
});
|
|
13
12
|
export {
|
|
14
|
-
|
|
13
|
+
b as SbbTabGroup
|
|
15
14
|
};
|
package/tabs/tab-label.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbTabLabelElement } from '@sbb-esta/lyne-elements/tabs/tab-label.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbTabLabel: react.ComponentType<Omit<react.HTMLAttributes<SbbTabLabelElement>, "disabled" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "level" | "iconName" | "active" | "amount"> & {} & Partial<Omit<SbbTabLabelElement, keyof HTMLElement>> & react.RefAttributes<SbbTabLabelElement>>;
|
|
2
|
+
export declare const SbbTabLabel: import('../core.js').ReactWebComponent<SbbTabLabelElement, {}>;
|
|
4
3
|
//# sourceMappingURL=tab-label.d.ts.map
|
package/tabs/tab-label.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab-label.d.ts","sourceRoot":"","sources":["../../../src/react/tabs/tab-label.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;
|
|
1
|
+
{"version":3,"file":"tab-label.d.ts","sourceRoot":"","sources":["../../../src/react/tabs/tab-label.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAI/E,eAAO,MAAM,WAAW,gEAItB,CAAC"}
|
package/tabs/tab-label.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const s = t(a({
|
|
1
|
+
import { c as e } from "../create-component-DKl3-Au3.js";
|
|
2
|
+
import { SbbTabLabelElement as a } from "@sbb-esta/lyne-elements/tabs/tab-label.js";
|
|
3
|
+
import b from "react";
|
|
4
|
+
const r = e({
|
|
6
5
|
tagName: "sbb-tab-label",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
9
|
-
})
|
|
6
|
+
elementClass: a,
|
|
7
|
+
react: b
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
r as SbbTabLabel
|
|
12
11
|
};
|
package/tabs/tab.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 p = t({
|
|
2
|
+
import { SbbTabElement as e } from "@sbb-esta/lyne-elements/tabs/tab.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const r = t({
|
|
6
5
|
tagName: "sbb-tab",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: e,
|
|
7
|
+
react: m
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
r as SbbTab
|
|
12
11
|
};
|
package/tag/tag-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 b = o({
|
|
2
|
+
import { SbbTagGroupElement as r } from "@sbb-esta/lyne-elements/tag/tag-group.js";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const p = o({
|
|
6
5
|
tagName: "sbb-tag-group",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: t
|
|
9
8
|
});
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
p as SbbTagGroup
|
|
12
11
|
};
|
package/tag/tag.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { EventName } from '../core.js';
|
|
2
2
|
import { SbbTagElement } from '@sbb-esta/lyne-elements/tag/tag.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
} & Partial<Omit<SbbTagElement, keyof HTMLElement>> & react.RefAttributes<SbbTagElement>>;
|
|
3
|
+
export declare const SbbTag: import('../core.js').ReactWebComponent<SbbTagElement, {
|
|
4
|
+
onInput: EventName<CustomEvent<void>>;
|
|
5
|
+
onDidChange: EventName<CustomEvent<void>>;
|
|
6
|
+
onChange: EventName<CustomEvent<void>>;
|
|
7
|
+
}>;
|
|
9
8
|
//# sourceMappingURL=tag.d.ts.map
|
package/tag/tag.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/react/tag/tag.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/react/tag/tag.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAInE,eAAO,MAAM,MAAM;aAKK,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;iBACpB,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;cAClC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EAGpD,CAAC"}
|