@sbb-esta/lyne-react-dev 5.0.0-next.2-dev.1778145574 → 5.0.0-next.2-dev.1778170668
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/accordion.component.js +4 -4
- package/action-group/action-group.component.js +0 -1
- package/button/accent-button-link/accent-button-link.component.js +0 -1
- package/button/accent-button-static/accent-button-static.component.js +0 -1
- package/button/button-link/button-link.component.js +0 -1
- package/button/button-static/button-static.component.js +0 -1
- package/button/secondary-button-link/secondary-button-link.component.js +0 -1
- package/button/secondary-button-static/secondary-button-static.component.js +0 -1
- package/button/transparent-button-link/transparent-button-link.component.js +0 -1
- package/button/transparent-button-static/transparent-button-static.component.js +0 -1
- package/button.js +15 -15
- package/calendar.js +7 -7
- package/card.js +3 -3
- package/carousel.js +4 -4
- package/checkbox-panel/checkbox-panel.component.js +0 -1
- package/datepicker.js +4 -4
- package/development/accordion/accordion.component.js +1 -1
- package/development/action-group/action-group.component.d.ts +8 -1
- package/development/action-group/action-group.component.d.ts.map +1 -1
- package/development/action-group/action-group.component.js +1 -2
- package/development/button/accent-button/accent-button.component.d.ts +2 -0
- package/development/button/accent-button/accent-button.component.d.ts.map +1 -1
- package/development/button/accent-button/accent-button.component.js +1 -1
- package/development/button/accent-button-link/accent-button-link.component.d.ts +6 -1
- package/development/button/accent-button-link/accent-button-link.component.d.ts.map +1 -1
- package/development/button/accent-button-link/accent-button-link.component.js +1 -2
- package/development/button/accent-button-static/accent-button-static.component.d.ts +6 -1
- package/development/button/accent-button-static/accent-button-static.component.d.ts.map +1 -1
- package/development/button/accent-button-static/accent-button-static.component.js +1 -2
- package/development/button/button/button.component.d.ts +2 -0
- package/development/button/button/button.component.d.ts.map +1 -1
- package/development/button/button/button.component.js +1 -1
- package/development/button/button-link/button-link.component.d.ts +6 -1
- package/development/button/button-link/button-link.component.d.ts.map +1 -1
- package/development/button/button-link/button-link.component.js +1 -2
- package/development/button/button-static/button-static.component.d.ts +6 -1
- package/development/button/button-static/button-static.component.d.ts.map +1 -1
- package/development/button/button-static/button-static.component.js +1 -2
- package/development/button/secondary-button/secondary-button.component.d.ts +2 -0
- package/development/button/secondary-button/secondary-button.component.d.ts.map +1 -1
- package/development/button/secondary-button/secondary-button.component.js +1 -1
- package/development/button/secondary-button-link/secondary-button-link.component.d.ts +6 -1
- package/development/button/secondary-button-link/secondary-button-link.component.d.ts.map +1 -1
- package/development/button/secondary-button-link/secondary-button-link.component.js +1 -2
- package/development/button/secondary-button-static/secondary-button-static.component.d.ts +6 -1
- package/development/button/secondary-button-static/secondary-button-static.component.d.ts.map +1 -1
- package/development/button/secondary-button-static/secondary-button-static.component.js +1 -2
- package/development/button/transparent-button/transparent-button.component.d.ts +2 -0
- package/development/button/transparent-button/transparent-button.component.d.ts.map +1 -1
- package/development/button/transparent-button/transparent-button.component.js +1 -1
- package/development/button/transparent-button-link/transparent-button-link.component.d.ts +6 -1
- package/development/button/transparent-button-link/transparent-button-link.component.d.ts.map +1 -1
- package/development/button/transparent-button-link/transparent-button-link.component.js +1 -2
- package/development/button/transparent-button-static/transparent-button-static.component.d.ts +6 -1
- package/development/button/transparent-button-static/transparent-button-static.component.d.ts.map +1 -1
- package/development/button/transparent-button-static/transparent-button-static.component.js +1 -2
- package/development/button.js +9 -9
- package/development/calendar.js +2 -2
- package/development/card.js +1 -1
- package/development/carousel.js +1 -1
- package/development/checkbox-panel/checkbox-panel.component.d.ts +6 -1
- package/development/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
- package/development/checkbox-panel/checkbox-panel.component.js +1 -2
- package/development/datepicker/datepicker/datepicker.component.d.ts +2 -0
- package/development/datepicker/datepicker/datepicker.component.d.ts.map +1 -1
- package/development/datepicker/datepicker/datepicker.component.js +1 -1
- package/development/datepicker.js +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts +8 -1
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts.map +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.js +1 -2
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts +2 -0
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts.map +1 -1
- package/development/dialog/dialog-close-button/dialog-close-button.component.js +1 -1
- package/development/dialog.js +1 -1
- package/development/expansion-panel.js +1 -1
- package/development/file-selector.js +1 -1
- package/development/flip-card.js +1 -1
- package/development/form-field.js +2 -2
- package/development/header.js +1 -1
- package/development/icon/icon.component.js +1 -1
- package/development/icon-sidebar.js +1 -1
- package/development/link/block-link/block-link.component.d.ts +6 -1
- package/development/link/block-link/block-link.component.d.ts.map +1 -1
- package/development/link/block-link/block-link.component.js +1 -2
- package/development/link/block-link-button/block-link-button.component.d.ts +2 -0
- package/development/link/block-link-button/block-link-button.component.d.ts.map +1 -1
- package/development/link/block-link-button/block-link-button.component.js +1 -1
- package/development/link/block-link-static/block-link-static.component.d.ts +6 -1
- package/development/link/block-link-static/block-link-static.component.d.ts.map +1 -1
- package/development/link/block-link-static/block-link-static.component.js +1 -2
- package/development/link-list/link-list.component.d.ts +6 -1
- package/development/link-list/link-list.component.d.ts.map +1 -1
- package/development/link-list/link-list.component.js +1 -2
- package/development/link-list-anchor/link-list-anchor.component.d.ts +6 -1
- package/development/link-list-anchor/link-list-anchor.component.d.ts.map +1 -1
- package/development/link-list-anchor/link-list-anchor.component.js +1 -2
- package/development/link.js +1 -1
- package/development/menu.js +1 -1
- package/development/mini-calendar.js +1 -1
- package/development/navigation.js +2 -2
- package/development/option.js +1 -1
- package/development/radio-button-panel/radio-button-panel.component.d.ts +6 -1
- package/development/radio-button-panel/radio-button-panel.component.d.ts.map +1 -1
- package/development/radio-button-panel/radio-button-panel.component.js +1 -2
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts +2 -0
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.js +1 -1
- package/development/sidebar.js +1 -1
- package/development/stepper/step/step.component.d.ts +1 -0
- package/development/stepper/step/step.component.d.ts.map +1 -1
- package/development/stepper/step/step.component.js +5 -2
- package/development/stepper.js +1 -1
- package/development/tabs.js +1 -1
- package/development/tag/tag-group/tag-group.component.d.ts +6 -1
- package/development/tag/tag-group/tag-group.component.d.ts.map +1 -1
- package/development/tag/tag-group/tag-group.component.js +1 -2
- package/development/teaser-product.js +1 -1
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +2 -0
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +1 -1
- package/development/timetable-form.js +1 -1
- package/development/train.js +1 -1
- package/development/visual-checkbox/visual-checkbox.component.d.ts +6 -1
- package/development/visual-checkbox/visual-checkbox.component.d.ts.map +1 -1
- package/development/visual-checkbox/visual-checkbox.component.js +1 -2
- package/dialog/dialog-actions/dialog-actions.component.js +0 -1
- package/dialog.js +4 -4
- package/expansion-panel.js +3 -3
- package/file-selector.js +3 -3
- package/flip-card.js +4 -4
- package/form-field.js +5 -5
- package/header.js +5 -5
- package/icon/icon.component.js +4 -4
- package/icon-sidebar.js +3 -3
- package/link/block-link/block-link.component.js +0 -1
- package/link/block-link-static/block-link-static.component.js +0 -1
- package/link-list/link-list.component.js +0 -1
- package/link-list-anchor/link-list-anchor.component.js +0 -1
- package/link.js +3 -3
- package/menu.js +4 -4
- package/mini-calendar.js +3 -3
- package/navigation.js +7 -7
- package/option.js +3 -3
- package/package.json +2 -2
- package/radio-button-panel/radio-button-panel.component.js +0 -1
- package/sidebar.js +4 -4
- package/stepper/step/step.component.js +4 -1
- package/stepper.js +4 -4
- package/tabs.js +4 -4
- package/tag/tag-group/tag-group.component.js +0 -1
- package/teaser-product.js +3 -3
- package/timetable-form.js +5 -5
- package/train.js +4 -4
- package/visual-checkbox/visual-checkbox.component.js +0 -1
package/development/option.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SbbOptGroup } from "./option/optgroup/optgroup.component.js";
|
|
2
1
|
import { SbbOption } from "./option/option/option.component.js";
|
|
2
|
+
import { SbbOptGroup } from "./option/optgroup/optgroup.component.js";
|
|
3
3
|
import { SbbOptionHint } from "./option/option-hint/option-hint.component.js";
|
|
4
4
|
export { SbbOptGroup, SbbOption, SbbOptionHint };
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { EventName } from '../core.js';
|
|
2
2
|
import { SbbRadioButtonPanelElement } from '@sbb-esta/lyne-elements/radio-button-panel.pure.js';
|
|
3
|
-
|
|
3
|
+
declare class SbbRadioButtonPanelComponentType extends SbbRadioButtonPanelElement {
|
|
4
|
+
set size(value: string | SbbRadioButtonPanelElement['size']);
|
|
5
|
+
get size(): string | SbbRadioButtonPanelElement['size'];
|
|
6
|
+
}
|
|
7
|
+
export declare const SbbRadioButtonPanel: import('../core.js').ReactWebComponent<SbbRadioButtonPanelComponentType, {
|
|
4
8
|
onChange: EventName<Event>;
|
|
5
9
|
onInput: EventName<InputEvent>;
|
|
6
10
|
}>;
|
|
11
|
+
export {};
|
|
7
12
|
//# sourceMappingURL=radio-button-panel.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/react/radio-button-panel/radio-button-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,oDAAoD,CAAC;
|
|
1
|
+
{"version":3,"file":"radio-button-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/react/radio-button-panel/radio-button-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,oDAAoD,CAAC;AAGhG,OAAO,OAAO,gCAAiC,SAAQ,0BAA0B;IAE/E,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,0BAA0B,CAAC,MAAM,CAAC,EAEjE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,0BAA0B,CAAC,MAAM,CAAC,CAE7D;CAEF;AAKD,eAAO,MAAM,mBAAmB;cAKJ,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent } from "../core.js";
|
|
2
2
|
import react from "react";
|
|
3
3
|
import { SbbRadioButtonPanelElement } from "@sbb-esta/lyne-elements/radio-button-panel.pure.js";
|
|
4
|
-
//#region src/react/radio-button-panel/radio-button-panel.component.ts
|
|
5
4
|
var SbbRadioButtonPanel = createComponent({
|
|
6
5
|
tagName: "sbb-radio-button-panel",
|
|
7
6
|
elementClass: SbbRadioButtonPanelElement,
|
|
@@ -14,4 +13,4 @@ var SbbRadioButtonPanel = createComponent({
|
|
|
14
13
|
//#endregion
|
|
15
14
|
export { SbbRadioButtonPanel };
|
|
16
15
|
|
|
17
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tYnV0dG9uLXBhbmVsLmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvcmFkaW8tYnV0dG9uLXBhbmVsL3JhZGlvLWJ1dHRvbi1wYW5lbC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50LCB0eXBlIEV2ZW50TmFtZSB9IGZyb20gJy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiUmFkaW9CdXR0b25QYW5lbEVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9yYWRpby1idXR0b24tcGFuZWwucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYlJhZGlvQnV0dG9uUGFuZWxDb21wb25lbnRUeXBlIGV4dGVuZHMgU2JiUmFkaW9CdXR0b25QYW5lbEVsZW1lbnQge1xuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgc2V0IHNpemUodmFsdWU6IHN0cmluZyB8IFNiYlJhZGlvQnV0dG9uUGFuZWxFbGVtZW50WydzaXplJ10pIHtcbiAgICBzdXBlci5zaXplID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgc2l6ZSgpOiBzdHJpbmcgfCBTYmJSYWRpb0J1dHRvblBhbmVsRWxlbWVudFsnc2l6ZSddIHtcbiAgICByZXR1cm4gc3VwZXIuc2l6ZTtcbiAgfVxuXG59XG5jb25zdCBTYmJSYWRpb0J1dHRvblBhbmVsQ29tcG9uZW50ID0gU2JiUmFkaW9CdXR0b25QYW5lbEVsZW1lbnQgYXMgdHlwZW9mIFNiYlJhZGlvQnV0dG9uUGFuZWxDb21wb25lbnRUeXBlO1xuXG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJSYWRpb0J1dHRvblBhbmVsID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1yYWRpby1idXR0b24tcGFuZWwnLFxuICBlbGVtZW50Q2xhc3M6IFNiYlJhZGlvQnV0dG9uUGFuZWxDb21wb25lbnQsXG4gIHJlYWN0LFxuICBldmVudHM6IHtcbiAgICAnb25DaGFuZ2UnOiAnY2hhbmdlJyBhcyBFdmVudE5hbWU8RXZlbnQ+LFxuICAgICdvbklucHV0JzogJ2lucHV0JyBhcyBFdmVudE5hbWU8SW5wdXRFdmVudD4sXG4gIH0sXG5cbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7QUFvQkEsSUFBYSxzQkFBc0IsZ0JBQWdCO0NBQ2pELFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDQSxRQUFRO0VBQ04sWUFBWTtFQUNaLFdBQVc7O0NBR2QsQ0FBQyJ9
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { SbbSidebarCloseButtonElement } from '@sbb-esta/lyne-elements/sidebar.pure.js';
|
|
2
2
|
declare class SbbSidebarCloseButtonComponentType extends SbbSidebarCloseButtonElement {
|
|
3
|
+
set size(value: string | SbbSidebarCloseButtonElement['size']);
|
|
4
|
+
get size(): string | SbbSidebarCloseButtonElement['size'];
|
|
3
5
|
set form(value: string | SbbSidebarCloseButtonElement['form']);
|
|
4
6
|
get form(): string | SbbSidebarCloseButtonElement['form'];
|
|
5
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-close-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/sidebar/sidebar-close-button/sidebar-close-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAGvF,OAAO,OAAO,kCAAmC,SAAQ,4BAA4B;IAEnF,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,4BAA4B,CAAC,MAAM,CAAC,EAEnE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,4BAA4B,CAAC,MAAM,CAAC,CAE/D;CAEF;AAKD,eAAO,MAAM,qBAAqB,mFAIhC,CAAC"}
|
|
1
|
+
{"version":3,"file":"sidebar-close-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/sidebar/sidebar-close-button/sidebar-close-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAGvF,OAAO,OAAO,kCAAmC,SAAQ,4BAA4B;IAEnF,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,4BAA4B,CAAC,MAAM,CAAC,EAEnE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,4BAA4B,CAAC,MAAM,CAAC,CAE/D;IAGD,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,4BAA4B,CAAC,MAAM,CAAC,EAEnE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,4BAA4B,CAAC,MAAM,CAAC,CAE/D;CAEF;AAKD,eAAO,MAAM,qBAAqB,mFAIhC,CAAC"}
|
|
@@ -9,4 +9,4 @@ var SbbSidebarCloseButton = createComponent({
|
|
|
9
9
|
//#endregion
|
|
10
10
|
export { SbbSidebarCloseButton };
|
|
11
11
|
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1jbG9zZS1idXR0b24uY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9zaWRlYmFyL3NpZGViYXItY2xvc2UtYnV0dG9uL3NpZGViYXItY2xvc2UtYnV0dG9uLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYlNpZGViYXJDbG9zZUJ1dHRvbkVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9zaWRlYmFyLnB1cmUuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuZGVjbGFyZSBjbGFzcyBTYmJTaWRlYmFyQ2xvc2VCdXR0b25Db21wb25lbnRUeXBlIGV4dGVuZHMgU2JiU2lkZWJhckNsb3NlQnV0dG9uRWxlbWVudCB7XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBzZXQgc2l6ZSh2YWx1ZTogc3RyaW5nIHwgU2JiU2lkZWJhckNsb3NlQnV0dG9uRWxlbWVudFsnc2l6ZSddKSB7XG4gICAgc3VwZXIuc2l6ZSA9IHZhbHVlIGFzIGFueTtcbiAgfVxuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgZ2V0IHNpemUoKTogc3RyaW5nIHwgU2JiU2lkZWJhckNsb3NlQnV0dG9uRWxlbWVudFsnc2l6ZSddIHtcbiAgICByZXR1cm4gc3VwZXIuc2l6ZTtcbiAgfVxuXG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBzZXQgZm9ybSh2YWx1ZTogc3RyaW5nIHwgU2JiU2lkZWJhckNsb3NlQnV0dG9uRWxlbWVudFsnZm9ybSddKSB7XG4gICAgc3VwZXIuZm9ybSA9IHZhbHVlIGFzIGFueTtcbiAgfVxuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgZ2V0IGZvcm0oKTogc3RyaW5nIHwgU2JiU2lkZWJhckNsb3NlQnV0dG9uRWxlbWVudFsnZm9ybSddIHtcbiAgICByZXR1cm4gc3VwZXIuZm9ybTtcbiAgfVxuXG59XG5jb25zdCBTYmJTaWRlYmFyQ2xvc2VCdXR0b25Db21wb25lbnQgPSBTYmJTaWRlYmFyQ2xvc2VCdXR0b25FbGVtZW50IGFzIHR5cGVvZiBTYmJTaWRlYmFyQ2xvc2VCdXR0b25Db21wb25lbnRUeXBlO1xuXG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJTaWRlYmFyQ2xvc2VCdXR0b24gPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXNpZGViYXItY2xvc2UtYnV0dG9uJyxcbiAgZWxlbWVudENsYXNzOiBTYmJTaWRlYmFyQ2xvc2VCdXR0b25Db21wb25lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7OztBQTZCQSxJQUFhLHdCQUF3QixnQkFBZ0I7Q0FDbkQsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
package/development/sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SbbSidebarCloseButton } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
|
|
1
2
|
import { SbbSidebar } from "./sidebar/sidebar/sidebar.component.js";
|
|
2
3
|
import { SbbSidebarContainer } from "./sidebar/sidebar-container/sidebar-container.component.js";
|
|
3
|
-
import { SbbSidebarCloseButton } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
|
|
4
4
|
import { SbbSidebarContent } from "./sidebar/sidebar-content/sidebar-content.component.js";
|
|
5
5
|
import { SbbSidebarTitle } from "./sidebar/sidebar-title/sidebar-title.component.js";
|
|
6
6
|
export { SbbSidebar, SbbSidebarCloseButton, SbbSidebarContainer, SbbSidebarContent, SbbSidebarTitle };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventName } from '../../core.js';
|
|
2
2
|
import { SbbStepElement, SbbStepValidateEventDetails } from '@sbb-esta/lyne-elements/stepper.pure.js';
|
|
3
3
|
export declare const SbbStep: import('../../core.js').ReactWebComponent<SbbStepElement, {
|
|
4
|
+
onActive: EventName<Event>;
|
|
4
5
|
onValidate: EventName<CustomEvent<SbbStepValidateEventDetails>>;
|
|
5
6
|
}>;
|
|
6
7
|
//# sourceMappingURL=step.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"step.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/stepper/step/step.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,KAAK,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AAI3G,eAAO,MAAM,OAAO;
|
|
1
|
+
{"version":3,"file":"step.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/stepper/step/step.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,KAAK,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AAI3G,eAAO,MAAM,OAAO;cAKQ,SAAS,CAAC,KAAK,CAAC;gBACZ,SAAS,CAAC,WAAW,CAAC,2BAA2B,CAAC,CAAC;EAGjF,CAAC"}
|
|
@@ -6,9 +6,12 @@ var SbbStep = createComponent({
|
|
|
6
6
|
tagName: "sbb-step",
|
|
7
7
|
elementClass: SbbStepElement,
|
|
8
8
|
react,
|
|
9
|
-
events: {
|
|
9
|
+
events: {
|
|
10
|
+
"onActive": "active",
|
|
11
|
+
"onValidate": "validate"
|
|
12
|
+
}
|
|
10
13
|
});
|
|
11
14
|
//#endregion
|
|
12
15
|
export { SbbStep };
|
|
13
16
|
|
|
14
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
17
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RlcC5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L3N0ZXBwZXIvc3RlcC9zdGVwLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQsIHR5cGUgRXZlbnROYW1lIH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJTdGVwRWxlbWVudCwgdHlwZSBTYmJTdGVwVmFsaWRhdGVFdmVudERldGFpbHMgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9zdGVwcGVyLnB1cmUuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYlN0ZXAgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXN0ZXAnLFxuICBlbGVtZW50Q2xhc3M6IFNiYlN0ZXBFbGVtZW50LFxuICByZWFjdCxcbiAgZXZlbnRzOiB7XG4gICAgJ29uQWN0aXZlJzogJ2FjdGl2ZScgYXMgRXZlbnROYW1lPEV2ZW50PixcbiAgICAnb25WYWxpZGF0ZSc6ICd2YWxpZGF0ZScgYXMgRXZlbnROYW1lPEN1c3RvbUV2ZW50PFNiYlN0ZXBWYWxpZGF0ZUV2ZW50RGV0YWlscz4+LFxuICB9LFxuXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsVUFBVSxnQkFBZ0I7Q0FDckMsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNBLFFBQVE7RUFDTixZQUFZO0VBQ1osY0FBYzs7Q0FHakIsQ0FBQyJ9
|
package/development/stepper.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { SbbStepper } from "./stepper/stepper/stepper.component.js";
|
|
1
2
|
import { SbbStep } from "./stepper/step/step.component.js";
|
|
2
3
|
import { SbbStepLabel } from "./stepper/step-label/step-label.component.js";
|
|
3
|
-
import { SbbStepper } from "./stepper/stepper/stepper.component.js";
|
|
4
4
|
export { SbbStep, SbbStepLabel, SbbStepper };
|
package/development/tabs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { SbbTabLabel } from "./tabs/tab-label/tab-label.component.js";
|
|
1
2
|
import { SbbTab } from "./tabs/tab/tab.component.js";
|
|
2
3
|
import { SbbTabGroup } from "./tabs/tab-group/tab-group.component.js";
|
|
3
|
-
import { SbbTabLabel } from "./tabs/tab-label/tab-label.component.js";
|
|
4
4
|
import { SbbTabNavBar } from "./tabs/tab-nav-bar/tab-nav-bar.component.js";
|
|
5
5
|
export { SbbTab, SbbTabGroup, SbbTabLabel, SbbTabNavBar };
|
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
import { SbbTagGroupElement } from '@sbb-esta/lyne-elements/tag.pure.js';
|
|
2
|
-
|
|
2
|
+
declare class SbbTagGroupComponentType extends SbbTagGroupElement {
|
|
3
|
+
set size(value: string | SbbTagGroupElement['size']);
|
|
4
|
+
get size(): string | SbbTagGroupElement['size'];
|
|
5
|
+
}
|
|
6
|
+
export declare const SbbTagGroup: import('../../core.js').ReactWebComponent<SbbTagGroupComponentType, {}>;
|
|
7
|
+
export {};
|
|
3
8
|
//# sourceMappingURL=tag-group.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag-group.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/tag/tag-group/tag-group.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;
|
|
1
|
+
{"version":3,"file":"tag-group.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/tag/tag-group/tag-group.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAGzE,OAAO,OAAO,wBAAyB,SAAQ,kBAAkB;IAE/D,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,kBAAkB,CAAC,MAAM,CAAC,EAEzD;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,kBAAkB,CAAC,MAAM,CAAC,CAErD;CAEF;AAKD,eAAO,MAAM,WAAW,yEAItB,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
2
|
import react from "react";
|
|
3
3
|
import { SbbTagGroupElement } from "@sbb-esta/lyne-elements/tag.pure.js";
|
|
4
|
-
//#region src/react/tag/tag-group/tag-group.component.ts
|
|
5
4
|
var SbbTagGroup = createComponent({
|
|
6
5
|
tagName: "sbb-tag-group",
|
|
7
6
|
elementClass: SbbTagGroupElement,
|
|
@@ -10,4 +9,4 @@ var SbbTagGroup = createComponent({
|
|
|
10
9
|
//#endregion
|
|
11
10
|
export { SbbTagGroup };
|
|
12
11
|
|
|
13
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLWdyb3VwLmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVhY3QvdGFnL3RhZy1ncm91cC90YWctZ3JvdXAuY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiVGFnR3JvdXBFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvdGFnLnB1cmUuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuZGVjbGFyZSBjbGFzcyBTYmJUYWdHcm91cENvbXBvbmVudFR5cGUgZXh0ZW5kcyBTYmJUYWdHcm91cEVsZW1lbnQge1xuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgc2V0IHNpemUodmFsdWU6IHN0cmluZyB8IFNiYlRhZ0dyb3VwRWxlbWVudFsnc2l6ZSddKSB7XG4gICAgc3VwZXIuc2l6ZSA9IHZhbHVlIGFzIGFueTtcbiAgfVxuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgZ2V0IHNpemUoKTogc3RyaW5nIHwgU2JiVGFnR3JvdXBFbGVtZW50WydzaXplJ10ge1xuICAgIHJldHVybiBzdXBlci5zaXplO1xuICB9XG5cbn1cbmNvbnN0IFNiYlRhZ0dyb3VwQ29tcG9uZW50ID0gU2JiVGFnR3JvdXBFbGVtZW50IGFzIHR5cGVvZiBTYmJUYWdHcm91cENvbXBvbmVudFR5cGU7XG5cblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYlRhZ0dyb3VwID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi10YWctZ3JvdXAnLFxuICBlbGVtZW50Q2xhc3M6IFNiYlRhZ0dyb3VwQ29tcG9uZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7QUFvQkEsSUFBYSxjQUFjLGdCQUFnQjtDQUN6QyxTQUFTO0NBQ1QsY0FBYztDQUNkO0NBQ0QsQ0FBQyJ9
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
|
|
2
1
|
import { SbbTeaserProductStatic } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
|
|
2
|
+
import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
|
|
3
3
|
export { SbbTeaserProduct, SbbTeaserProductStatic };
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { EventName } from '../../core.js';
|
|
2
2
|
import { SbbTimetableFormSwapButtonElement } from '@sbb-esta/lyne-elements/timetable-form.pure.js';
|
|
3
3
|
declare class SbbTimetableFormSwapButtonComponentType extends SbbTimetableFormSwapButtonElement {
|
|
4
|
+
set size(value: string | SbbTimetableFormSwapButtonElement['size']);
|
|
5
|
+
get size(): string | SbbTimetableFormSwapButtonElement['size'];
|
|
4
6
|
set form(value: string | SbbTimetableFormSwapButtonElement['form']);
|
|
5
7
|
get form(): string | SbbTimetableFormSwapButtonElement['form'];
|
|
6
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timetable-form-swap-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,iCAAiC,EAAE,MAAM,gDAAgD,CAAC;AAGnG,OAAO,OAAO,uCAAwC,SAAQ,iCAAiC;IAE7F,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,EAExE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAEpE;CAEF;AAKD,eAAO,MAAM,0BAA0B;cAKX,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
|
|
1
|
+
{"version":3,"file":"timetable-form-swap-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,iCAAiC,EAAE,MAAM,gDAAgD,CAAC;AAGnG,OAAO,OAAO,uCAAwC,SAAQ,iCAAiC;IAE7F,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,EAExE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAEpE;IAGD,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,EAExE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAEpE;CAEF;AAKD,eAAO,MAAM,0BAA0B;cAKX,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
|
|
@@ -13,4 +13,4 @@ var SbbTimetableFormSwapButton = createComponent({
|
|
|
13
13
|
//#endregion
|
|
14
14
|
export { SbbTimetableFormSwapButton };
|
|
15
15
|
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXRhYmxlLWZvcm0tc3dhcC1idXR0b24uY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC90aW1ldGFibGUtZm9ybS90aW1ldGFibGUtZm9ybS1zd2FwLWJ1dHRvbi90aW1ldGFibGUtZm9ybS1zd2FwLWJ1dHRvbi5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50LCB0eXBlIEV2ZW50TmFtZSB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvdGltZXRhYmxlLWZvcm0ucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uQ29tcG9uZW50VHlwZSBleHRlbmRzIFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uRWxlbWVudCB7XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBzZXQgc2l6ZSh2YWx1ZTogc3RyaW5nIHwgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50WydzaXplJ10pIHtcbiAgICBzdXBlci5zaXplID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgc2l6ZSgpOiBzdHJpbmcgfCBTYmJUaW1ldGFibGVGb3JtU3dhcEJ1dHRvbkVsZW1lbnRbJ3NpemUnXSB7XG4gICAgcmV0dXJuIHN1cGVyLnNpemU7XG4gIH1cblxuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgc2V0IGZvcm0odmFsdWU6IHN0cmluZyB8IFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uRWxlbWVudFsnZm9ybSddKSB7XG4gICAgc3VwZXIuZm9ybSA9IHZhbHVlIGFzIGFueTtcbiAgfVxuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgZ2V0IGZvcm0oKTogc3RyaW5nIHwgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50Wydmb3JtJ10ge1xuICAgIHJldHVybiBzdXBlci5mb3JtO1xuICB9XG5cbn1cbmNvbnN0IFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uQ29tcG9uZW50ID0gU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50IGFzIHR5cGVvZiBTYmJUaW1ldGFibGVGb3JtU3dhcEJ1dHRvbkNvbXBvbmVudFR5cGU7XG5cblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi10aW1ldGFibGUtZm9ybS1zd2FwLWJ1dHRvbicsXG4gIGVsZW1lbnRDbGFzczogU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25Db21wb25lbnQsXG4gIHJlYWN0LFxuICBldmVudHM6IHtcbiAgICAnb25DaGFuZ2UnOiAnY2hhbmdlJyBhcyBFdmVudE5hbWU8RXZlbnQ+LFxuICAgICdvbklucHV0JzogJ2lucHV0JyBhcyBFdmVudE5hbWU8SW5wdXRFdmVudD4sXG4gIH0sXG5cbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7QUE2QkEsSUFBYSw2QkFBNkIsZ0JBQWdCO0NBQ3hELFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDQSxRQUFRO0VBQ04sWUFBWTtFQUNaLFdBQVc7O0NBR2QsQ0FBQyJ9
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SbbTimetableForm } from "./timetable-form/timetable-form/timetable-form.component.js";
|
|
2
1
|
import { SbbTimetableFormDetails } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
|
|
3
2
|
import { SbbTimetableFormField } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
|
|
4
3
|
import { SbbTimetableFormSwapButton } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
|
|
4
|
+
import { SbbTimetableForm } from "./timetable-form/timetable-form/timetable-form.component.js";
|
|
5
5
|
export { SbbTimetableForm, SbbTimetableFormDetails, SbbTimetableFormField, SbbTimetableFormSwapButton };
|
package/development/train.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SbbTrain } from "./train/train/train.component.js";
|
|
2
2
|
import { SbbTrainFormation } from "./train/train-formation/train-formation.component.js";
|
|
3
3
|
import { SbbTrainBlockedPassage } from "./train/train-blocked-passage/train-blocked-passage.component.js";
|
|
4
|
-
import { SbbTrainWagon } from "./train/train-wagon/train-wagon.component.js";
|
|
5
4
|
import { SbbTrainWagonButton } from "./train/train-wagon-button/train-wagon-button.component.js";
|
|
6
5
|
import { SbbTrainWagonLink } from "./train/train-wagon-link/train-wagon-link.component.js";
|
|
6
|
+
import { SbbTrainWagon } from "./train/train-wagon/train-wagon.component.js";
|
|
7
7
|
export { SbbTrain, SbbTrainBlockedPassage, SbbTrainFormation, SbbTrainWagon, SbbTrainWagonButton, SbbTrainWagonLink };
|
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
import { SbbVisualCheckboxElement } from '@sbb-esta/lyne-elements/visual-checkbox.pure.js';
|
|
2
|
-
|
|
2
|
+
declare class SbbVisualCheckboxComponentType extends SbbVisualCheckboxElement {
|
|
3
|
+
set size(value: string | SbbVisualCheckboxElement['size']);
|
|
4
|
+
get size(): string | SbbVisualCheckboxElement['size'];
|
|
5
|
+
}
|
|
6
|
+
export declare const SbbVisualCheckbox: import('../core.js').ReactWebComponent<SbbVisualCheckboxComponentType, {}>;
|
|
7
|
+
export {};
|
|
3
8
|
//# sourceMappingURL=visual-checkbox.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"visual-checkbox.component.d.ts","sourceRoot":"","sources":["../../../../src/react/visual-checkbox/visual-checkbox.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;
|
|
1
|
+
{"version":3,"file":"visual-checkbox.component.d.ts","sourceRoot":"","sources":["../../../../src/react/visual-checkbox/visual-checkbox.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AAG3F,OAAO,OAAO,8BAA+B,SAAQ,wBAAwB;IAE3E,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,wBAAwB,CAAC,MAAM,CAAC,EAE/D;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,wBAAwB,CAAC,MAAM,CAAC,CAE3D;CAEF;AAKD,eAAO,MAAM,iBAAiB,4EAI5B,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent } from "../core.js";
|
|
2
2
|
import react from "react";
|
|
3
3
|
import { SbbVisualCheckboxElement } from "@sbb-esta/lyne-elements/visual-checkbox.pure.js";
|
|
4
|
-
//#region src/react/visual-checkbox/visual-checkbox.component.ts
|
|
5
4
|
var SbbVisualCheckbox = createComponent({
|
|
6
5
|
tagName: "sbb-visual-checkbox",
|
|
7
6
|
elementClass: SbbVisualCheckboxElement,
|
|
@@ -10,4 +9,4 @@ var SbbVisualCheckbox = createComponent({
|
|
|
10
9
|
//#endregion
|
|
11
10
|
export { SbbVisualCheckbox };
|
|
12
11
|
|
|
13
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlzdWFsLWNoZWNrYm94LmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvdmlzdWFsLWNoZWNrYm94L3Zpc3VhbC1jaGVja2JveC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJWaXN1YWxDaGVja2JveEVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy92aXN1YWwtY2hlY2tib3gucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYlZpc3VhbENoZWNrYm94Q29tcG9uZW50VHlwZSBleHRlbmRzIFNiYlZpc3VhbENoZWNrYm94RWxlbWVudCB7XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBzZXQgc2l6ZSh2YWx1ZTogc3RyaW5nIHwgU2JiVmlzdWFsQ2hlY2tib3hFbGVtZW50WydzaXplJ10pIHtcbiAgICBzdXBlci5zaXplID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgc2l6ZSgpOiBzdHJpbmcgfCBTYmJWaXN1YWxDaGVja2JveEVsZW1lbnRbJ3NpemUnXSB7XG4gICAgcmV0dXJuIHN1cGVyLnNpemU7XG4gIH1cblxufVxuY29uc3QgU2JiVmlzdWFsQ2hlY2tib3hDb21wb25lbnQgPSBTYmJWaXN1YWxDaGVja2JveEVsZW1lbnQgYXMgdHlwZW9mIFNiYlZpc3VhbENoZWNrYm94Q29tcG9uZW50VHlwZTtcblxuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVmlzdWFsQ2hlY2tib3ggPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXZpc3VhbC1jaGVja2JveCcsXG4gIGVsZW1lbnRDbGFzczogU2JiVmlzdWFsQ2hlY2tib3hDb21wb25lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7OztBQW9CQSxJQUFhLG9CQUFvQixnQkFBZ0I7Q0FDL0MsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbDialogActionsElement as n } from "@sbb-esta/lyne-elements/dialog.pure.js";
|
|
4
|
-
//#region src/react/dialog/dialog-actions/dialog-actions.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-dialog-actions",
|
|
7
6
|
elementClass: n,
|
package/dialog.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { SbbDialogActions as e } from "./dialog/dialog-actions/dialog-actions.component.js";
|
|
2
|
+
import { SbbDialogCloseButton as t } from "./dialog/dialog-close-button/dialog-close-button.component.js";
|
|
3
|
+
import { SbbDialog as n } from "./dialog/dialog/dialog.component.js";
|
|
4
4
|
import { SbbDialogContent as r } from "./dialog/dialog-content/dialog-content.component.js";
|
|
5
5
|
import { SbbDialogTitle as i } from "./dialog/dialog-title/dialog-title.component.js";
|
|
6
|
-
export {
|
|
6
|
+
export { n as SbbDialog, e as SbbDialogActions, t as SbbDialogCloseButton, r as SbbDialogContent, i as SbbDialogTitle };
|
package/expansion-panel.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbExpansionPanelContent as e } from "./expansion-panel/expansion-panel-content/expansion-panel-content.component.js";
|
|
2
|
+
import { SbbExpansionPanel as t } from "./expansion-panel/expansion-panel/expansion-panel.component.js";
|
|
3
3
|
import { SbbExpansionPanelHeader as n } from "./expansion-panel/expansion-panel-header/expansion-panel-header.component.js";
|
|
4
|
-
export {
|
|
4
|
+
export { t as SbbExpansionPanel, e as SbbExpansionPanelContent, n as SbbExpansionPanelHeader };
|
package/file-selector.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbFileSelectorDropzone as e } from "./file-selector/file-selector-dropzone/file-selector-dropzone.component.js";
|
|
2
|
+
import { SbbFileSelector as t } from "./file-selector/file-selector/file-selector.component.js";
|
|
3
|
+
export { t as SbbFileSelector, e as SbbFileSelectorDropzone };
|
package/flip-card.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
1
|
+
import { SbbFlipCardDetails as e } from "./flip-card/flip-card-details/flip-card-details.component.js";
|
|
2
|
+
import { SbbFlipCardSummary as t } from "./flip-card/flip-card-summary/flip-card-summary.component.js";
|
|
3
|
+
import { SbbFlipCard as n } from "./flip-card/flip-card/flip-card.component.js";
|
|
4
|
+
export { n as SbbFlipCard, e as SbbFlipCardDetails, t as SbbFlipCardSummary };
|
package/form-field.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbFormField as e } from "./form-field/form-field/form-field.component.js";
|
|
2
|
+
import { SbbError as t } from "./form-field/error/error.component.js";
|
|
3
3
|
import { SbbFormFieldClear as n } from "./form-field/form-field-clear/form-field-clear.component.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
export {
|
|
4
|
+
import { SbbHint as r } from "./form-field/hint/hint.component.js";
|
|
5
|
+
import { SbbFormFieldTextCounter as i } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
|
|
6
|
+
export { t as SbbError, e as SbbFormField, n as SbbFormFieldClear, i as SbbFormFieldTextCounter, r as SbbHint };
|
package/header.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
export {
|
|
1
|
+
import { SbbHeaderButton as e } from "./header/header-button/header-button.component.js";
|
|
2
|
+
import { SbbHeaderEnvironment as t } from "./header/header-environment/header-environment.component.js";
|
|
3
|
+
import { SbbHeaderLink as n } from "./header/header-link/header-link.component.js";
|
|
4
|
+
import { SbbHeader as r } from "./header/header/header.component.js";
|
|
5
|
+
export { r as SbbHeader, e as SbbHeaderButton, t as SbbHeaderEnvironment, n as SbbHeaderLink };
|
package/icon/icon.component.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
2
|
+
import { SbbIconElement as t } from "@sbb-esta/lyne-elements/icon.pure.js";
|
|
3
|
+
import n from "react";
|
|
4
4
|
//#region src/react/icon/icon.component.ts
|
|
5
5
|
var r = e({
|
|
6
6
|
tagName: "sbb-icon",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
7
|
+
elementClass: t,
|
|
8
|
+
react: n
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { r as SbbIcon };
|
package/icon-sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbIconSidebarButton as e } from "./icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js";
|
|
2
|
+
import { SbbIconSidebar as t } from "./icon-sidebar/icon-sidebar/icon-sidebar.component.js";
|
|
3
3
|
import { SbbIconSidebarContainer as n } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
4
4
|
import { SbbIconSidebarContent as r } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
5
5
|
import { SbbIconSidebarLink as i } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
6
|
-
export {
|
|
6
|
+
export { t as SbbIconSidebar, e as SbbIconSidebarButton, n as SbbIconSidebarContainer, r as SbbIconSidebarContent, i as SbbIconSidebarLink };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbBlockLinkElement as n } from "@sbb-esta/lyne-elements/link.pure.js";
|
|
4
|
-
//#region src/react/link/block-link/block-link.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-block-link",
|
|
7
6
|
elementClass: n,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbBlockLinkStaticElement as n } from "@sbb-esta/lyne-elements/link.pure.js";
|
|
4
|
-
//#region src/react/link/block-link-static/block-link-static.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-block-link-static",
|
|
7
6
|
elementClass: n,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbLinkListElement as n } from "@sbb-esta/lyne-elements/link-list.pure.js";
|
|
4
|
-
//#region src/react/link-list/link-list.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-link-list",
|
|
7
6
|
elementClass: n,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbLinkListAnchorElement as n } from "@sbb-esta/lyne-elements/link-list-anchor.pure.js";
|
|
4
|
-
//#region src/react/link-list-anchor/link-list-anchor.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-link-list-anchor",
|
|
7
6
|
elementClass: n,
|
package/link.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SbbBlockLink as e } from "./link/block-link/block-link.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { SbbBlockLinkButton as t } from "./link/block-link-button/block-link-button.component.js";
|
|
3
|
+
import { SbbBlockLinkStatic as n } from "./link/block-link-static/block-link-static.component.js";
|
|
4
4
|
import { SbbLink as r } from "./link/link/link.component.js";
|
|
5
5
|
import { SbbLinkButton as i } from "./link/link-button/link-button.component.js";
|
|
6
6
|
import { SbbLinkStatic as a } from "./link/link-static/link-static.component.js";
|
|
7
|
-
export { e as SbbBlockLink,
|
|
7
|
+
export { e as SbbBlockLink, t as SbbBlockLinkButton, n as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
|
package/menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
1
|
+
import { SbbMenuButton as e } from "./menu/menu-button/menu-button.component.js";
|
|
2
|
+
import { SbbMenuLink as t } from "./menu/menu-link/menu-link.component.js";
|
|
3
|
+
import { SbbMenu as n } from "./menu/menu/menu.component.js";
|
|
4
|
+
export { n as SbbMenu, e as SbbMenuButton, t as SbbMenuLink };
|
package/mini-calendar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbMiniCalendarDay as e } from "./mini-calendar/mini-calendar-day/mini-calendar-day.component.js";
|
|
2
|
+
import { SbbMiniCalendar as t } from "./mini-calendar/mini-calendar/mini-calendar.component.js";
|
|
3
3
|
import { SbbMiniCalendarMonth as n } from "./mini-calendar/mini-calendar-month/mini-calendar-month.component.js";
|
|
4
|
-
export {
|
|
4
|
+
export { t as SbbMiniCalendar, e as SbbMiniCalendarDay, n as SbbMiniCalendarMonth };
|
package/navigation.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
export {
|
|
1
|
+
import { SbbNavigationButton as e } from "./navigation/navigation-button/navigation-button.component.js";
|
|
2
|
+
import { SbbNavigationLink as t } from "./navigation/navigation-link/navigation-link.component.js";
|
|
3
|
+
import { SbbNavigationMarker as n } from "./navigation/navigation-marker/navigation-marker.component.js";
|
|
4
|
+
import { SbbNavigation as r } from "./navigation/navigation/navigation.component.js";
|
|
5
|
+
import { SbbNavigationSection as i } from "./navigation/navigation-section/navigation-section.component.js";
|
|
6
|
+
import { SbbNavigationList as a } from "./navigation/navigation-list/navigation-list.component.js";
|
|
7
|
+
export { r as SbbNavigation, e as SbbNavigationButton, t as SbbNavigationLink, a as SbbNavigationList, n as SbbNavigationMarker, i as SbbNavigationSection };
|
package/option.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbOption as e } from "./option/option/option.component.js";
|
|
2
|
+
import { SbbOptGroup as t } from "./option/optgroup/optgroup.component.js";
|
|
3
3
|
import { SbbOptionHint as n } from "./option/option-hint/option-hint.component.js";
|
|
4
|
-
export {
|
|
4
|
+
export { t as SbbOptGroup, e as SbbOption, n as SbbOptionHint };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react-dev",
|
|
3
|
-
"version": "5.0.0-next.2-dev.
|
|
3
|
+
"version": "5.0.0-next.2-dev.1778170668",
|
|
4
4
|
"description": "Lyne Design System React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
9
|
"react",
|
|
10
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/58ecafb1c431b882eaa56bacd8a111fffa6800c3"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbRadioButtonPanelElement as n } from "@sbb-esta/lyne-elements/radio-button-panel.pure.js";
|
|
4
|
-
//#region src/react/radio-button-panel/radio-button-panel.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-radio-button-panel",
|
|
7
6
|
elementClass: n,
|
package/sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { SbbSidebarCloseButton as e } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
|
|
2
|
+
import { SbbSidebar as t } from "./sidebar/sidebar/sidebar.component.js";
|
|
3
|
+
import { SbbSidebarContainer as n } from "./sidebar/sidebar-container/sidebar-container.component.js";
|
|
4
4
|
import { SbbSidebarContent as r } from "./sidebar/sidebar-content/sidebar-content.component.js";
|
|
5
5
|
import { SbbSidebarTitle as i } from "./sidebar/sidebar-title/sidebar-title.component.js";
|
|
6
|
-
export {
|
|
6
|
+
export { t as SbbSidebar, e as SbbSidebarCloseButton, n as SbbSidebarContainer, r as SbbSidebarContent, i as SbbSidebarTitle };
|
package/stepper.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
1
|
+
import { SbbStepper as e } from "./stepper/stepper/stepper.component.js";
|
|
2
|
+
import { SbbStep as t } from "./stepper/step/step.component.js";
|
|
3
|
+
import { SbbStepLabel as n } from "./stepper/step-label/step-label.component.js";
|
|
4
|
+
export { t as SbbStep, n as SbbStepLabel, e as SbbStepper };
|
package/tabs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { SbbTabLabel as e } from "./tabs/tab-label/tab-label.component.js";
|
|
2
|
+
import { SbbTab as t } from "./tabs/tab/tab.component.js";
|
|
3
|
+
import { SbbTabGroup as n } from "./tabs/tab-group/tab-group.component.js";
|
|
4
4
|
import { SbbTabNavBar as r } from "./tabs/tab-nav-bar/tab-nav-bar.component.js";
|
|
5
|
-
export {
|
|
5
|
+
export { t as SbbTab, n as SbbTabGroup, e as SbbTabLabel, r as SbbTabNavBar };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbTagGroupElement as n } from "@sbb-esta/lyne-elements/tag.pure.js";
|
|
4
|
-
//#region src/react/tag/tag-group/tag-group.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-tag-group",
|
|
7
6
|
elementClass: n,
|
package/teaser-product.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbTeaserProductStatic as e } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
|
|
2
|
+
import { SbbTeaserProduct as t } from "./teaser-product/teaser-product/teaser-product.component.js";
|
|
3
|
+
export { t as SbbTeaserProduct, e as SbbTeaserProductStatic };
|
package/timetable-form.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
export {
|
|
1
|
+
import { SbbTimetableFormDetails as e } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
|
|
2
|
+
import { SbbTimetableFormField as t } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
|
|
3
|
+
import { SbbTimetableFormSwapButton as n } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
|
|
4
|
+
import { SbbTimetableForm as r } from "./timetable-form/timetable-form/timetable-form.component.js";
|
|
5
|
+
export { r as SbbTimetableForm, e as SbbTimetableFormDetails, t as SbbTimetableFormField, n as SbbTimetableFormSwapButton };
|