@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/development/footer.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbFooterElement } from "@sbb-esta/lyne-elements/footer.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbFooter = createComponent({
|
|
6
5
|
tagName: "sbb-footer",
|
|
7
6
|
elementClass: SbbFooterElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbFormErrorElement } from "@sbb-esta/lyne-elements/form-error.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbFormError = createComponent({
|
|
6
5
|
tagName: "sbb-form-error",
|
|
7
6
|
elementClass: SbbFormErrorElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbFormFieldClearElement } from "@sbb-esta/lyne-elements/form-field/form-field-clear.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbFormFieldClear = createComponent({
|
|
6
5
|
tagName: "sbb-form-field-clear",
|
|
7
6
|
elementClass: SbbFormFieldClearElement,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbFormFieldElement } from '@sbb-esta/lyne-elements/form-field/form-field.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbFormField: react.ComponentType<Omit<react.HTMLAttributes<SbbFormFieldElement>, "reset" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "hydrationComplete" | "negative" | "borderless" | "size" | "inputElement" | "errorSpace" | "optional" | "width" | "hiddenLabel" | "floatingLabel" | "clear" | "getInputElement"> & {} & Partial<Omit<SbbFormFieldElement, keyof HTMLElement>> & react.RefAttributes<SbbFormFieldElement>>;
|
|
2
|
+
export declare const SbbFormField: import('../core.js').ReactWebComponent<SbbFormFieldElement, {}>;
|
|
4
3
|
//# sourceMappingURL=form-field.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-field.d.ts","sourceRoot":"","sources":["../../../../src/react/form-field/form-field.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"form-field.d.ts","sourceRoot":"","sources":["../../../../src/react/form-field/form-field.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AAIvF,eAAO,MAAM,YAAY,iEAIvB,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import { w as withSsrDataSlotNames } from "../ssr-extensions-CqgUbNPR.js";
|
|
3
2
|
import { SbbFormFieldElement } from "@sbb-esta/lyne-elements/form-field/form-field.js";
|
|
4
3
|
import react from "react";
|
|
5
|
-
const SbbFormField =
|
|
4
|
+
const SbbFormField = createComponent({
|
|
6
5
|
tagName: "sbb-form-field",
|
|
7
6
|
elementClass: SbbFormFieldElement,
|
|
8
7
|
react
|
|
9
|
-
})
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
10
|
SbbFormField
|
|
12
11
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbHeaderButtonElement } from "@sbb-esta/lyne-elements/header/header-button.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbHeaderButton = createComponent({
|
|
6
5
|
tagName: "sbb-header-button",
|
|
7
6
|
elementClass: SbbHeaderButtonElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbHeaderLinkElement } from "@sbb-esta/lyne-elements/header/header-link.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbHeaderLink = createComponent({
|
|
6
5
|
tagName: "sbb-header-link",
|
|
7
6
|
elementClass: SbbHeaderLinkElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbHeaderElement } from "@sbb-esta/lyne-elements/header/header.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbHeader = createComponent({
|
|
6
5
|
tagName: "sbb-header",
|
|
7
6
|
elementClass: SbbHeaderElement,
|
package/development/icon.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbIconElement } from "@sbb-esta/lyne-elements/icon.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbIcon = createComponent({
|
|
6
5
|
tagName: "sbb-icon",
|
|
7
6
|
elementClass: SbbIconElement,
|
package/development/image.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbImageElement } from "@sbb-esta/lyne-elements/image.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbImage = createComponent({
|
|
6
5
|
tagName: "sbb-image",
|
|
7
6
|
elementClass: SbbImageElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbJourneyHeaderElement } from "@sbb-esta/lyne-elements/journey-header.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbJourneyHeader = createComponent({
|
|
6
5
|
tagName: "sbb-journey-header",
|
|
7
6
|
elementClass: SbbJourneyHeaderElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbLeadContainerElement } from "@sbb-esta/lyne-elements/lead-container.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbLeadContainer = createComponent({
|
|
6
5
|
tagName: "sbb-lead-container",
|
|
7
6
|
elementClass: SbbLeadContainerElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbBlockLinkButtonElement } from "@sbb-esta/lyne-elements/link/block-link-button.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbBlockLinkButton = createComponent({
|
|
6
5
|
tagName: "sbb-block-link-button",
|
|
7
6
|
elementClass: SbbBlockLinkButtonElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbBlockLinkStaticElement } from "@sbb-esta/lyne-elements/link/block-link-static.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbBlockLinkStatic = createComponent({
|
|
6
5
|
tagName: "sbb-block-link-static",
|
|
7
6
|
elementClass: SbbBlockLinkStaticElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbBlockLinkElement } from "@sbb-esta/lyne-elements/link/block-link.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbBlockLink = createComponent({
|
|
6
5
|
tagName: "sbb-block-link",
|
|
7
6
|
elementClass: SbbBlockLinkElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbLinkButtonElement } from "@sbb-esta/lyne-elements/link/link-button.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbLinkButton = createComponent({
|
|
6
5
|
tagName: "sbb-link-button",
|
|
7
6
|
elementClass: SbbLinkButtonElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbLinkStaticElement } from "@sbb-esta/lyne-elements/link/link-static.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbLinkStatic = createComponent({
|
|
6
5
|
tagName: "sbb-link-static",
|
|
7
6
|
elementClass: SbbLinkStaticElement,
|
package/development/link/link.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbLinkElement } from "@sbb-esta/lyne-elements/link/link.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbLink = createComponent({
|
|
6
5
|
tagName: "sbb-link",
|
|
7
6
|
elementClass: SbbLinkElement,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbLinkListAnchorElement } from '@sbb-esta/lyne-elements/link-list/link-list-anchor.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbLinkListAnchor: react.ComponentType<Omit<react.HTMLAttributes<SbbLinkListAnchorElement>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "hydrationComplete" | "negative" | "titleLevel" | "size" | "titleContent"> & {} & Partial<Omit<SbbLinkListAnchorElement, keyof HTMLElement>> & react.RefAttributes<SbbLinkListAnchorElement>>;
|
|
2
|
+
export declare const SbbLinkListAnchor: import('../core.js').ReactWebComponent<SbbLinkListAnchorElement, {}>;
|
|
4
3
|
//# sourceMappingURL=link-list-anchor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-list-anchor.d.ts","sourceRoot":"","sources":["../../../../src/react/link-list/link-list-anchor.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uDAAuD,CAAC;
|
|
1
|
+
{"version":3,"file":"link-list-anchor.d.ts","sourceRoot":"","sources":["../../../../src/react/link-list/link-list-anchor.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uDAAuD,CAAC;AAIjG,eAAO,MAAM,iBAAiB,sEAI5B,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import { w as withSsrDataSlotNames } from "../ssr-extensions-CqgUbNPR.js";
|
|
3
2
|
import { SbbLinkListAnchorElement } from "@sbb-esta/lyne-elements/link-list/link-list-anchor.js";
|
|
4
3
|
import react from "react";
|
|
5
|
-
const SbbLinkListAnchor =
|
|
4
|
+
const SbbLinkListAnchor = createComponent({
|
|
6
5
|
tagName: "sbb-link-list-anchor",
|
|
7
6
|
elementClass: SbbLinkListAnchorElement,
|
|
8
7
|
react
|
|
9
|
-
})
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
10
|
SbbLinkListAnchor
|
|
12
11
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbLinkListElement } from '@sbb-esta/lyne-elements/link-list/link-list.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbLinkList: react.ComponentType<Omit<react.HTMLAttributes<SbbLinkListElement>, "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "hydrationComplete" | "negative" | "titleLevel" | "size" | "orientation" | "horizontalFrom" | "titleContent"> & {} & Partial<Omit<SbbLinkListElement, keyof HTMLElement>> & react.RefAttributes<SbbLinkListElement>>;
|
|
2
|
+
export declare const SbbLinkList: import('../core.js').ReactWebComponent<SbbLinkListElement, {}>;
|
|
4
3
|
//# sourceMappingURL=link-list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-list.d.ts","sourceRoot":"","sources":["../../../../src/react/link-list/link-list.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;
|
|
1
|
+
{"version":3,"file":"link-list.d.ts","sourceRoot":"","sources":["../../../../src/react/link-list/link-list.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AAIpF,eAAO,MAAM,WAAW,gEAItB,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import { w as withSsrDataSlotNames } from "../ssr-extensions-CqgUbNPR.js";
|
|
3
2
|
import { SbbLinkListElement } from "@sbb-esta/lyne-elements/link-list/link-list.js";
|
|
4
3
|
import react from "react";
|
|
5
|
-
const SbbLinkList =
|
|
4
|
+
const SbbLinkList = createComponent({
|
|
6
5
|
tagName: "sbb-link-list",
|
|
7
6
|
elementClass: SbbLinkListElement,
|
|
8
7
|
react
|
|
9
|
-
})
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
10
|
SbbLinkList
|
|
12
11
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbLoadingIndicatorElement } from "@sbb-esta/lyne-elements/loading-indicator.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbLoadingIndicator = createComponent({
|
|
6
5
|
tagName: "sbb-loading-indicator",
|
|
7
6
|
elementClass: SbbLoadingIndicatorElement,
|
package/development/logo.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbLogoElement } from "@sbb-esta/lyne-elements/logo.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbLogo = createComponent({
|
|
6
5
|
tagName: "sbb-logo",
|
|
7
6
|
elementClass: SbbLogoElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbMapContainerElement } from "@sbb-esta/lyne-elements/map-container.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbMapContainer = createComponent({
|
|
6
5
|
tagName: "sbb-map-container",
|
|
7
6
|
elementClass: SbbMapContainerElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbMenuButtonElement } from "@sbb-esta/lyne-elements/menu/menu-button.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbMenuButton = createComponent({
|
|
6
5
|
tagName: "sbb-menu-button",
|
|
7
6
|
elementClass: SbbMenuButtonElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbMenuLinkElement } from "@sbb-esta/lyne-elements/menu/menu-link.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbMenuLink = createComponent({
|
|
6
5
|
tagName: "sbb-menu-link",
|
|
7
6
|
elementClass: SbbMenuLinkElement,
|
package/development/menu/menu.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbMenuElement } from "@sbb-esta/lyne-elements/menu/menu.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbMenu = createComponent({
|
|
6
5
|
tagName: "sbb-menu",
|
|
7
6
|
elementClass: SbbMenuElement,
|
package/development/message.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbMessageElement } from "@sbb-esta/lyne-elements/message.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbMessage = createComponent({
|
|
6
5
|
tagName: "sbb-message",
|
|
7
6
|
elementClass: SbbMessageElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbNavigationButtonElement } from "@sbb-esta/lyne-elements/navigation/navigation-button.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbNavigationButton = createComponent({
|
|
6
5
|
tagName: "sbb-navigation-button",
|
|
7
6
|
elementClass: SbbNavigationButtonElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbNavigationLinkElement } from "@sbb-esta/lyne-elements/navigation/navigation-link.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbNavigationLink = createComponent({
|
|
6
5
|
tagName: "sbb-navigation-link",
|
|
7
6
|
elementClass: SbbNavigationLinkElement,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbNavigationListElement } from '@sbb-esta/lyne-elements/navigation/navigation-list.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbNavigationList: react.ComponentType<Omit<react.HTMLAttributes<SbbNavigationListElement>, "label" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "hydrationComplete"> & {} & Partial<Omit<SbbNavigationListElement, keyof HTMLElement>> & react.RefAttributes<SbbNavigationListElement>>;
|
|
2
|
+
export declare const SbbNavigationList: import('../core.js').ReactWebComponent<SbbNavigationListElement, {}>;
|
|
4
3
|
//# sourceMappingURL=navigation-list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-list.d.ts","sourceRoot":"","sources":["../../../../src/react/navigation/navigation-list.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uDAAuD,CAAC;
|
|
1
|
+
{"version":3,"file":"navigation-list.d.ts","sourceRoot":"","sources":["../../../../src/react/navigation/navigation-list.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uDAAuD,CAAC;AAIjG,eAAO,MAAM,iBAAiB,sEAI5B,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import { w as withSsrDataSlotNames } from "../ssr-extensions-CqgUbNPR.js";
|
|
3
2
|
import { SbbNavigationListElement } from "@sbb-esta/lyne-elements/navigation/navigation-list.js";
|
|
4
3
|
import react from "react";
|
|
5
|
-
const SbbNavigationList =
|
|
4
|
+
const SbbNavigationList = createComponent({
|
|
6
5
|
tagName: "sbb-navigation-list",
|
|
7
6
|
elementClass: SbbNavigationListElement,
|
|
8
7
|
react
|
|
9
|
-
})
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
10
|
SbbNavigationList
|
|
12
11
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbNavigationMarkerElement } from "@sbb-esta/lyne-elements/navigation/navigation-marker.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbNavigationMarker = createComponent({
|
|
6
5
|
tagName: "sbb-navigation-marker",
|
|
7
6
|
elementClass: SbbNavigationMarkerElement,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { SbbNavigationSectionElement } from '@sbb-esta/lyne-elements/navigation/navigation-section.js';
|
|
2
|
-
|
|
3
|
-
export declare const SbbNavigationSection: react.ComponentType<Omit<react.HTMLAttributes<SbbNavigationSectionElement>, "close" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "accessibilityLabel" | "trigger" | "open" | "titleContent" | "accessibilityBackLabel"> & {} & Partial<Omit<SbbNavigationSectionElement, keyof HTMLElement>> & react.RefAttributes<SbbNavigationSectionElement>>;
|
|
2
|
+
export declare const SbbNavigationSection: import('../core.js').ReactWebComponent<SbbNavigationSectionElement, {}>;
|
|
4
3
|
//# sourceMappingURL=navigation-section.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-section.d.ts","sourceRoot":"","sources":["../../../../src/react/navigation/navigation-section.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0DAA0D,CAAC;
|
|
1
|
+
{"version":3,"file":"navigation-section.d.ts","sourceRoot":"","sources":["../../../../src/react/navigation/navigation-section.ts"],"names":[],"mappings":"AAEE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0DAA0D,CAAC;AAIvG,eAAO,MAAM,oBAAoB,yEAI/B,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import { w as withSsrDataSlotNames } from "../ssr-extensions-CqgUbNPR.js";
|
|
3
2
|
import { SbbNavigationSectionElement } from "@sbb-esta/lyne-elements/navigation/navigation-section.js";
|
|
4
3
|
import react from "react";
|
|
5
|
-
const SbbNavigationSection =
|
|
4
|
+
const SbbNavigationSection = createComponent({
|
|
6
5
|
tagName: "sbb-navigation-section",
|
|
7
6
|
elementClass: SbbNavigationSectionElement,
|
|
8
7
|
react
|
|
9
|
-
})
|
|
8
|
+
});
|
|
10
9
|
export {
|
|
11
10
|
SbbNavigationSection
|
|
12
11
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbNavigationElement } from "@sbb-esta/lyne-elements/navigation/navigation.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbNavigation = createComponent({
|
|
6
5
|
tagName: "sbb-navigation",
|
|
7
6
|
elementClass: SbbNavigationElement,
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { EventName } from './core.js';
|
|
2
2
|
import { SbbNotificationElement } from '@sbb-esta/lyne-elements/notification.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
} & Partial<Omit<SbbNotificationElement, keyof HTMLElement>> & react.RefAttributes<SbbNotificationElement>>;
|
|
3
|
+
export declare const SbbNotification: import('./core.js').ReactWebComponent<SbbNotificationElement, {
|
|
4
|
+
onWillOpen: EventName<CustomEvent<void>>;
|
|
5
|
+
onDidOpen: EventName<CustomEvent<void>>;
|
|
6
|
+
onWillClose: EventName<CustomEvent<void>>;
|
|
7
|
+
onDidClose: EventName<CustomEvent<void>>;
|
|
8
|
+
}>;
|
|
10
9
|
//# sourceMappingURL=notification.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../src/react/notification.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;
|
|
1
|
+
{"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../src/react/notification.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAIjF,eAAO,MAAM,eAAe;gBAKE,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,8 +1,7 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import { w as withSsrDataSlotNames } from "./ssr-extensions-CqgUbNPR.js";
|
|
3
2
|
import { SbbNotificationElement } from "@sbb-esta/lyne-elements/notification.js";
|
|
4
3
|
import react from "react";
|
|
5
|
-
const SbbNotification =
|
|
4
|
+
const SbbNotification = createComponent({
|
|
6
5
|
tagName: "sbb-notification",
|
|
7
6
|
elementClass: SbbNotificationElement,
|
|
8
7
|
react,
|
|
@@ -12,7 +11,7 @@ const SbbNotification = withSsrDataSlotNames(createComponent({
|
|
|
12
11
|
"onWillClose": "willClose",
|
|
13
12
|
"onDidClose": "didClose"
|
|
14
13
|
}
|
|
15
|
-
})
|
|
14
|
+
});
|
|
16
15
|
export {
|
|
17
16
|
SbbNotification
|
|
18
17
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbOptGroupElement } from "@sbb-esta/lyne-elements/option/optgroup.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbOptGroup = createComponent({
|
|
6
5
|
tagName: "sbb-optgroup",
|
|
7
6
|
elementClass: SbbOptGroupElement,
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EventName } from '../core.js';
|
|
2
2
|
import { SbbOptionElement } from '@sbb-esta/lyne-elements/option/option.js';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
} & Partial<Omit<SbbOptionElement, keyof HTMLElement>> & react.RefAttributes<SbbOptionElement>>;
|
|
3
|
+
export declare const SbbOption: import('../core.js').ReactWebComponent<SbbOptionElement, {
|
|
4
|
+
onOptionSelectionChange: EventName<CustomEvent<void>>;
|
|
5
|
+
onOptionSelected: EventName<CustomEvent<void>>;
|
|
6
|
+
}>;
|
|
8
7
|
//# sourceMappingURL=option.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../../../src/react/option/option.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../../../src/react/option/option.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAI5E,eAAO,MAAM,SAAS;6BAKkC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;sBAC1C,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EAGpE,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import { w as withSsrDataSlotNames } from "../ssr-extensions-CqgUbNPR.js";
|
|
3
2
|
import { SbbOptionElement } from "@sbb-esta/lyne-elements/option/option.js";
|
|
4
3
|
import react from "react";
|
|
5
|
-
const SbbOption =
|
|
4
|
+
const SbbOption = createComponent({
|
|
6
5
|
tagName: "sbb-option",
|
|
7
6
|
elementClass: SbbOptionElement,
|
|
8
7
|
react,
|
|
@@ -10,7 +9,7 @@ const SbbOption = withSsrDataSlotNames(createComponent({
|
|
|
10
9
|
"onOptionSelectionChange": "optionSelectionChange",
|
|
11
10
|
"onOptionSelected": "optionSelected"
|
|
12
11
|
}
|
|
13
|
-
})
|
|
12
|
+
});
|
|
14
13
|
export {
|
|
15
14
|
SbbOption
|
|
16
15
|
};
|
package/development/overlay.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { c as createComponent } from "./create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbOverlayElement } from "@sbb-esta/lyne-elements/overlay.js";
|
|
5
3
|
import "@sbb-esta/lyne-elements/core/interfaces.js";
|
|
4
|
+
import react from "react";
|
|
6
5
|
const SbbOverlay = createComponent({
|
|
7
6
|
tagName: "sbb-overlay",
|
|
8
7
|
elementClass: SbbOverlayElement,
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbCompactPaginatorElement } from "@sbb-esta/lyne-elements/paginator/compact-paginator.js";
|
|
5
3
|
import "@sbb-esta/lyne-elements/core/interfaces.js";
|
|
4
|
+
import react from "react";
|
|
6
5
|
const SbbCompactPaginator = createComponent({
|
|
7
6
|
tagName: "sbb-compact-paginator",
|
|
8
7
|
elementClass: SbbCompactPaginatorElement,
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbPaginatorElement } from "@sbb-esta/lyne-elements/paginator/paginator.js";
|
|
5
3
|
import "@sbb-esta/lyne-elements/core/interfaces.js";
|
|
4
|
+
import react from "react";
|
|
6
5
|
const SbbPaginator = createComponent({
|
|
7
6
|
tagName: "sbb-paginator",
|
|
8
7
|
elementClass: SbbPaginatorElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbPopoverTriggerElement } from "@sbb-esta/lyne-elements/popover/popover-trigger.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbPopoverTrigger = createComponent({
|
|
6
5
|
tagName: "sbb-popover-trigger",
|
|
7
6
|
elementClass: SbbPopoverTriggerElement,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as createComponent } from "../create-component-CSki5eOq.js";
|
|
2
|
-
import "lit";
|
|
3
|
-
import react from "react";
|
|
4
2
|
import { SbbPopoverElement } from "@sbb-esta/lyne-elements/popover/popover.js";
|
|
3
|
+
import react from "react";
|
|
5
4
|
const SbbPopover = createComponent({
|
|
6
5
|
tagName: "sbb-popover",
|
|
7
6
|
elementClass: SbbPopoverElement,
|
|
@@ -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"}
|