@sbb-esta/lyne-react 3.6.0 → 3.8.0
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/carousel/carousel/carousel.component.d.ts +3 -0
- package/carousel/carousel/carousel.component.d.ts.map +1 -0
- package/carousel/carousel/carousel.component.js +11 -0
- package/carousel/carousel-item/carousel-item.component.d.ts +7 -0
- package/carousel/carousel-item/carousel-item.component.d.ts.map +1 -0
- package/carousel/carousel-item/carousel-item.component.js +15 -0
- package/carousel/carousel-item.d.ts +5 -0
- package/carousel/carousel-item.d.ts.map +1 -0
- package/carousel/carousel-item.js +4 -0
- package/carousel/carousel-list/carousel-list.component.d.ts +3 -0
- package/carousel/carousel-list/carousel-list.component.d.ts.map +1 -0
- package/carousel/carousel-list/carousel-list.component.js +11 -0
- package/carousel/carousel-list.d.ts +5 -0
- package/carousel/carousel-list.d.ts.map +1 -0
- package/carousel/carousel-list.js +4 -0
- package/carousel/carousel.d.ts +5 -0
- package/carousel/carousel.d.ts.map +1 -0
- package/carousel/carousel.js +4 -0
- package/carousel.d.ts +7 -0
- package/carousel.d.ts.map +1 -0
- package/carousel.js +8 -0
- package/development/carousel/carousel/carousel.component.d.ts +3 -0
- package/development/carousel/carousel/carousel.component.d.ts.map +1 -0
- package/development/carousel/carousel/carousel.component.js +11 -0
- package/development/carousel/carousel-item/carousel-item.component.d.ts +7 -0
- package/development/carousel/carousel-item/carousel-item.component.d.ts.map +1 -0
- package/development/carousel/carousel-item/carousel-item.component.js +15 -0
- package/development/carousel/carousel-item.d.ts +5 -0
- package/development/carousel/carousel-item.d.ts.map +1 -0
- package/development/carousel/carousel-item.js +4 -0
- package/development/carousel/carousel-list/carousel-list.component.d.ts +3 -0
- package/development/carousel/carousel-list/carousel-list.component.d.ts.map +1 -0
- package/development/carousel/carousel-list/carousel-list.component.js +11 -0
- package/development/carousel/carousel-list.d.ts +5 -0
- package/development/carousel/carousel-list.d.ts.map +1 -0
- package/development/carousel/carousel-list.js +4 -0
- package/development/carousel/carousel.d.ts +5 -0
- package/development/carousel/carousel.d.ts.map +1 -0
- package/development/carousel/carousel.js +4 -0
- package/development/carousel.d.ts +7 -0
- package/development/carousel.d.ts.map +1 -0
- package/development/carousel.js +8 -0
- package/development/timetable-form/timetable-form/timetable-form.component.d.ts +3 -0
- package/development/timetable-form/timetable-form/timetable-form.component.d.ts.map +1 -0
- package/development/timetable-form/timetable-form/timetable-form.component.js +11 -0
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +3 -0
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map +1 -0
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.js +11 -0
- package/development/timetable-form/timetable-form-details.d.ts +5 -0
- package/development/timetable-form/timetable-form-details.d.ts.map +1 -0
- package/development/timetable-form/timetable-form-details.js +4 -0
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +3 -0
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map +1 -0
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.js +11 -0
- package/development/timetable-form/timetable-form-field.d.ts +5 -0
- package/development/timetable-form/timetable-form-field.d.ts.map +1 -0
- package/development/timetable-form/timetable-form-field.js +4 -0
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +8 -0
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +1 -0
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +12 -0
- package/development/timetable-form/timetable-form-swap-button.d.ts +5 -0
- package/development/timetable-form/timetable-form-swap-button.d.ts.map +1 -0
- package/development/timetable-form/timetable-form-swap-button.js +4 -0
- package/development/timetable-form/timetable-form.d.ts +5 -0
- package/development/timetable-form/timetable-form.d.ts.map +1 -0
- package/development/timetable-form/timetable-form.js +4 -0
- package/development/timetable-form.d.ts +8 -0
- package/development/timetable-form.d.ts.map +1 -0
- package/development/timetable-form.js +10 -0
- package/development/tooltip/tooltip.component.d.ts +14 -0
- package/development/tooltip/tooltip.component.d.ts.map +1 -0
- package/development/tooltip/tooltip.component.js +18 -0
- package/development/tooltip.d.ts +5 -0
- package/development/tooltip.d.ts.map +1 -0
- package/development/tooltip.js +4 -0
- package/package.json +102 -2
- package/timetable-form/timetable-form/timetable-form.component.d.ts +3 -0
- package/timetable-form/timetable-form/timetable-form.component.d.ts.map +1 -0
- package/timetable-form/timetable-form/timetable-form.component.js +11 -0
- package/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +3 -0
- package/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map +1 -0
- package/timetable-form/timetable-form-details/timetable-form-details.component.js +11 -0
- package/timetable-form/timetable-form-details.d.ts +5 -0
- package/timetable-form/timetable-form-details.d.ts.map +1 -0
- package/timetable-form/timetable-form-details.js +4 -0
- package/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +3 -0
- package/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map +1 -0
- package/timetable-form/timetable-form-field/timetable-form-field.component.js +11 -0
- package/timetable-form/timetable-form-field.d.ts +5 -0
- package/timetable-form/timetable-form-field.d.ts.map +1 -0
- package/timetable-form/timetable-form-field.js +4 -0
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +8 -0
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +1 -0
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +11 -0
- package/timetable-form/timetable-form-swap-button.d.ts +5 -0
- package/timetable-form/timetable-form-swap-button.d.ts.map +1 -0
- package/timetable-form/timetable-form-swap-button.js +4 -0
- package/timetable-form/timetable-form.d.ts +5 -0
- package/timetable-form/timetable-form.d.ts.map +1 -0
- package/timetable-form/timetable-form.js +4 -0
- package/timetable-form.d.ts +8 -0
- package/timetable-form.d.ts.map +1 -0
- package/timetable-form.js +10 -0
- package/tooltip/tooltip.component.d.ts +14 -0
- package/tooltip/tooltip.component.d.ts.map +1 -0
- package/tooltip/tooltip.component.js +17 -0
- package/tooltip.d.ts +5 -0
- package/tooltip.d.ts.map +1 -0
- package/tooltip.js +4 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel/carousel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAIlF,eAAO,MAAM,WAAW,mEAItB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as e } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbCarouselElement as o } from "@sbb-esta/lyne-elements/carousel/carousel.js";
|
|
3
|
+
import r from "react";
|
|
4
|
+
const s = e({
|
|
5
|
+
tagName: "sbb-carousel",
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: r
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
s as SbbCarousel
|
|
11
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EventName } from '../../core.js';
|
|
2
|
+
import { SbbCarouselItemElement, SbbCarouselItemEventDetail } from '@sbb-esta/lyne-elements/carousel/carousel-item.js';
|
|
3
|
+
export declare const SbbCarouselItem: import('../../core.js').ReactWebComponent<SbbCarouselItemElement, {
|
|
4
|
+
onBeforeshow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
|
|
5
|
+
onShow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
|
|
6
|
+
}>;
|
|
7
|
+
//# sourceMappingURL=carousel-item.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-item.component.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-item/carousel-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,KAAK,0BAA0B,EAAE,MAAM,mDAAmD,CAAC;AAI5H,eAAO,MAAM,eAAe;kBAKQ,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;YAC9D,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;EAGxE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { c as e } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbCarouselItemElement as o } from "@sbb-esta/lyne-elements/carousel/carousel-item.js";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const a = e({
|
|
5
|
+
tagName: "sbb-carousel-item",
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: t,
|
|
8
|
+
events: {
|
|
9
|
+
onBeforeshow: "beforeshow",
|
|
10
|
+
onShow: "show"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
a as SbbCarouselItem
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-item.d.ts","sourceRoot":"","sources":["../../../src/react/carousel/carousel-item.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-list.component.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-list/carousel-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAC;AAI3F,eAAO,MAAM,eAAe,uEAI1B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as e } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbCarouselListElement as t } from "@sbb-esta/lyne-elements/carousel/carousel-list.js";
|
|
3
|
+
import o from "react";
|
|
4
|
+
const a = e({
|
|
5
|
+
tagName: "sbb-carousel-list",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: o
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
a as SbbCarouselList
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-list.d.ts","sourceRoot":"","sources":["../../../src/react/carousel/carousel-list.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/react/carousel/carousel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kCAAkC,CAAC"}
|
package/carousel.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../src/react/carousel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
|
package/carousel.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbCarousel as e } from "./carousel/carousel/carousel.component.js";
|
|
2
|
+
import { SbbCarouselItem as t } from "./carousel/carousel-item/carousel-item.component.js";
|
|
3
|
+
import { SbbCarouselList as s } from "./carousel/carousel-list/carousel-list.component.js";
|
|
4
|
+
export {
|
|
5
|
+
e as SbbCarousel,
|
|
6
|
+
t as SbbCarouselItem,
|
|
7
|
+
s as SbbCarouselList
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel/carousel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAIlF,eAAO,MAAM,WAAW,mEAItB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbCarouselElement } from "@sbb-esta/lyne-elements/carousel/carousel.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbCarousel = createComponent({
|
|
5
|
+
tagName: "sbb-carousel",
|
|
6
|
+
elementClass: SbbCarouselElement,
|
|
7
|
+
react
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
SbbCarousel
|
|
11
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EventName } from '../../core.js';
|
|
2
|
+
import { SbbCarouselItemElement, SbbCarouselItemEventDetail } from '@sbb-esta/lyne-elements/carousel/carousel-item.js';
|
|
3
|
+
export declare const SbbCarouselItem: import('../../core.js').ReactWebComponent<SbbCarouselItemElement, {
|
|
4
|
+
onBeforeshow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
|
|
5
|
+
onShow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
|
|
6
|
+
}>;
|
|
7
|
+
//# sourceMappingURL=carousel-item.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-item.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel-item/carousel-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,KAAK,0BAA0B,EAAE,MAAM,mDAAmD,CAAC;AAI5H,eAAO,MAAM,eAAe;kBAKQ,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;YAC9D,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;EAGxE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbCarouselItemElement } from "@sbb-esta/lyne-elements/carousel/carousel-item.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbCarouselItem = createComponent({
|
|
5
|
+
tagName: "sbb-carousel-item",
|
|
6
|
+
elementClass: SbbCarouselItemElement,
|
|
7
|
+
react,
|
|
8
|
+
events: {
|
|
9
|
+
"onBeforeshow": "beforeshow",
|
|
10
|
+
"onShow": "show"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
SbbCarouselItem
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-item.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-item.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel-list/carousel-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAC;AAI3F,eAAO,MAAM,eAAe,uEAI1B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbCarouselListElement } from "@sbb-esta/lyne-elements/carousel/carousel-list.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbCarouselList = createComponent({
|
|
5
|
+
tagName: "sbb-carousel-list",
|
|
6
|
+
elementClass: SbbCarouselListElement,
|
|
7
|
+
react
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
SbbCarouselList
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-list.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-list.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/react/carousel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbCarousel } from "./carousel/carousel/carousel.component.js";
|
|
2
|
+
import { SbbCarouselItem } from "./carousel/carousel-item/carousel-item.component.js";
|
|
3
|
+
import { SbbCarouselList } from "./carousel/carousel-list/carousel-list.component.js";
|
|
4
|
+
export {
|
|
5
|
+
SbbCarousel,
|
|
6
|
+
SbbCarouselItem,
|
|
7
|
+
SbbCarouselList
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form/timetable-form.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0DAA0D,CAAC;AAInG,eAAO,MAAM,gBAAgB,wEAI3B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbTimetableFormElement } from "@sbb-esta/lyne-elements/timetable-form/timetable-form.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbTimetableForm = createComponent({
|
|
5
|
+
tagName: "sbb-timetable-form",
|
|
6
|
+
elementClass: SbbTimetableFormElement,
|
|
7
|
+
react
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
SbbTimetableForm
|
|
11
|
+
};
|
package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SbbTimetableFormDetailsElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-details.js';
|
|
2
|
+
export declare const SbbTimetableFormDetails: import('../../core.js').ReactWebComponent<SbbTimetableFormDetailsElement, {}>;
|
|
3
|
+
//# sourceMappingURL=timetable-form-details.component.d.ts.map
|
package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-details/timetable-form-details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,kEAAkE,CAAC;AAIlH,eAAO,MAAM,uBAAuB,+EAIlC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbTimetableFormDetailsElement } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-details.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbTimetableFormDetails = createComponent({
|
|
5
|
+
tagName: "sbb-timetable-form-details",
|
|
6
|
+
elementClass: SbbTimetableFormDetailsElement,
|
|
7
|
+
react
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
SbbTimetableFormDetails
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-details.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-details.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8DAA8D,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SbbTimetableFormFieldElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-field.js';
|
|
2
|
+
export declare const SbbTimetableFormField: import('../../core.js').ReactWebComponent<SbbTimetableFormFieldElement, {}>;
|
|
3
|
+
//# sourceMappingURL=timetable-form-field.component.d.ts.map
|
package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-field/timetable-form-field.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gEAAgE,CAAC;AAI9G,eAAO,MAAM,qBAAqB,6EAIhC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbTimetableFormFieldElement } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-field.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbTimetableFormField = createComponent({
|
|
5
|
+
tagName: "sbb-timetable-form-field",
|
|
6
|
+
elementClass: SbbTimetableFormFieldElement,
|
|
7
|
+
react
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
SbbTimetableFormField
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-field.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-field.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,0DAA0D,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbTimetableFormSwapButtonElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-swap-button.js';
|
|
2
|
+
declare class SbbTimetableFormSwapButtonComponentType extends SbbTimetableFormSwapButtonElement {
|
|
3
|
+
set form(value: string | SbbTimetableFormSwapButtonElement['form']);
|
|
4
|
+
get form(): string | SbbTimetableFormSwapButtonElement['form'];
|
|
5
|
+
}
|
|
6
|
+
export declare const SbbTimetableFormSwapButton: import('../../core.js').ReactWebComponent<SbbTimetableFormSwapButtonComponentType, {}>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=timetable-form-swap-button.component.d.ts.map
|
|
@@ -0,0 +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":"AAEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,sEAAsE,CAAC;AAGzH,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,wFAIrC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbTimetableFormSwapButtonElement } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-swap-button.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbTimetableFormSwapButtonComponent = SbbTimetableFormSwapButtonElement;
|
|
5
|
+
const SbbTimetableFormSwapButton = createComponent({
|
|
6
|
+
tagName: "sbb-timetable-form-swap-button",
|
|
7
|
+
elementClass: SbbTimetableFormSwapButtonComponent,
|
|
8
|
+
react
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
SbbTimetableFormSwapButton
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-swap-button.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-swap-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sEAAsE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8CAA8C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @entrypoint
|
|
3
|
+
*/
|
|
4
|
+
export * from './timetable-form/timetable-form.js';
|
|
5
|
+
export * from './timetable-form/timetable-form-details.js';
|
|
6
|
+
export * from './timetable-form/timetable-form-field.js';
|
|
7
|
+
export * from './timetable-form/timetable-form-swap-button.js';
|
|
8
|
+
//# sourceMappingURL=timetable-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,cAAc,gDAAgD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SbbTimetableForm } from "./timetable-form/timetable-form/timetable-form.component.js";
|
|
2
|
+
import { SbbTimetableFormDetails } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
|
|
3
|
+
import { SbbTimetableFormField } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
|
|
4
|
+
import { SbbTimetableFormSwapButton } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
|
|
5
|
+
export {
|
|
6
|
+
SbbTimetableForm,
|
|
7
|
+
SbbTimetableFormDetails,
|
|
8
|
+
SbbTimetableFormField,
|
|
9
|
+
SbbTimetableFormSwapButton
|
|
10
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventName } from '../core.js';
|
|
2
|
+
import { SbbTooltipElement } from '@sbb-esta/lyne-elements/tooltip.js';
|
|
3
|
+
declare class SbbTooltipComponentType extends SbbTooltipElement {
|
|
4
|
+
set trigger(value: string | SbbTooltipElement['trigger']);
|
|
5
|
+
get trigger(): string | SbbTooltipElement['trigger'];
|
|
6
|
+
}
|
|
7
|
+
export declare const SbbTooltip: import('../core.js').ReactWebComponent<SbbTooltipComponentType, {
|
|
8
|
+
onBeforeopen: EventName<Event>;
|
|
9
|
+
onOpen: EventName<Event>;
|
|
10
|
+
onBeforeclose: EventName<Event>;
|
|
11
|
+
onClose: EventName<Event>;
|
|
12
|
+
}>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=tooltip.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../../src/react/tooltip/tooltip.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAGvE,OAAO,OAAO,uBAAwB,SAAQ,iBAAiB;IAE7D,IAAW,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,iBAAiB,CAAC,SAAS,CAAC,EAE9D;IAED,IAAW,OAAO,IAAI,MAAM,GAAG,iBAAiB,CAAC,SAAS,CAAC,CAE1D;CAEF;AAKD,eAAO,MAAM,UAAU;kBAKa,SAAS,CAAC,KAAK,CAAC;YAC5B,SAAS,CAAC,KAAK,CAAC;mBACF,SAAS,CAAC,KAAK,CAAC;aAC5B,SAAS,CAAC,KAAK,CAAC;EAGxC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { c as createComponent } from "../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbTooltipElement } from "@sbb-esta/lyne-elements/tooltip.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbTooltipComponent = SbbTooltipElement;
|
|
5
|
+
const SbbTooltip = createComponent({
|
|
6
|
+
tagName: "sbb-tooltip",
|
|
7
|
+
elementClass: SbbTooltipComponent,
|
|
8
|
+
react,
|
|
9
|
+
events: {
|
|
10
|
+
"onBeforeopen": "beforeopen",
|
|
11
|
+
"onOpen": "open",
|
|
12
|
+
"onBeforeclose": "beforeclose",
|
|
13
|
+
"onClose": "close"
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
export {
|
|
17
|
+
SbbTooltip
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/react/tooltip.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,gCAAgC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"description": "Lyne Design System React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@sbb-esta/lyne-elements": "3.
|
|
13
|
+
"@sbb-esta/lyne-elements": "3.8.0",
|
|
14
14
|
"react": "^18.2.0 || ^19.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
@@ -403,6 +403,46 @@
|
|
|
403
403
|
"development": "./development/card/card-link.js",
|
|
404
404
|
"default": "./card/card-link.js"
|
|
405
405
|
},
|
|
406
|
+
"./carousel": {
|
|
407
|
+
"types": "./development/carousel.d.ts",
|
|
408
|
+
"development": "./development/carousel.js",
|
|
409
|
+
"default": "./carousel.js"
|
|
410
|
+
},
|
|
411
|
+
"./carousel.js": {
|
|
412
|
+
"types": "./development/carousel.d.ts",
|
|
413
|
+
"development": "./development/carousel.js",
|
|
414
|
+
"default": "./carousel.js"
|
|
415
|
+
},
|
|
416
|
+
"./carousel/carousel": {
|
|
417
|
+
"types": "./development/carousel/carousel.d.ts",
|
|
418
|
+
"development": "./development/carousel/carousel.js",
|
|
419
|
+
"default": "./carousel/carousel.js"
|
|
420
|
+
},
|
|
421
|
+
"./carousel/carousel.js": {
|
|
422
|
+
"types": "./development/carousel/carousel.d.ts",
|
|
423
|
+
"development": "./development/carousel/carousel.js",
|
|
424
|
+
"default": "./carousel/carousel.js"
|
|
425
|
+
},
|
|
426
|
+
"./carousel/carousel-item": {
|
|
427
|
+
"types": "./development/carousel/carousel-item.d.ts",
|
|
428
|
+
"development": "./development/carousel/carousel-item.js",
|
|
429
|
+
"default": "./carousel/carousel-item.js"
|
|
430
|
+
},
|
|
431
|
+
"./carousel/carousel-item.js": {
|
|
432
|
+
"types": "./development/carousel/carousel-item.d.ts",
|
|
433
|
+
"development": "./development/carousel/carousel-item.js",
|
|
434
|
+
"default": "./carousel/carousel-item.js"
|
|
435
|
+
},
|
|
436
|
+
"./carousel/carousel-list": {
|
|
437
|
+
"types": "./development/carousel/carousel-list.d.ts",
|
|
438
|
+
"development": "./development/carousel/carousel-list.js",
|
|
439
|
+
"default": "./carousel/carousel-list.js"
|
|
440
|
+
},
|
|
441
|
+
"./carousel/carousel-list.js": {
|
|
442
|
+
"types": "./development/carousel/carousel-list.d.ts",
|
|
443
|
+
"development": "./development/carousel/carousel-list.js",
|
|
444
|
+
"default": "./carousel/carousel-list.js"
|
|
445
|
+
},
|
|
406
446
|
"./checkbox": {
|
|
407
447
|
"types": "./development/checkbox.d.ts",
|
|
408
448
|
"development": "./development/checkbox.js",
|
|
@@ -1713,6 +1753,56 @@
|
|
|
1713
1753
|
"development": "./development/time-input.js",
|
|
1714
1754
|
"default": "./time-input.js"
|
|
1715
1755
|
},
|
|
1756
|
+
"./timetable-form": {
|
|
1757
|
+
"types": "./development/timetable-form.d.ts",
|
|
1758
|
+
"development": "./development/timetable-form.js",
|
|
1759
|
+
"default": "./timetable-form.js"
|
|
1760
|
+
},
|
|
1761
|
+
"./timetable-form.js": {
|
|
1762
|
+
"types": "./development/timetable-form.d.ts",
|
|
1763
|
+
"development": "./development/timetable-form.js",
|
|
1764
|
+
"default": "./timetable-form.js"
|
|
1765
|
+
},
|
|
1766
|
+
"./timetable-form/timetable-form": {
|
|
1767
|
+
"types": "./development/timetable-form/timetable-form.d.ts",
|
|
1768
|
+
"development": "./development/timetable-form/timetable-form.js",
|
|
1769
|
+
"default": "./timetable-form/timetable-form.js"
|
|
1770
|
+
},
|
|
1771
|
+
"./timetable-form/timetable-form.js": {
|
|
1772
|
+
"types": "./development/timetable-form/timetable-form.d.ts",
|
|
1773
|
+
"development": "./development/timetable-form/timetable-form.js",
|
|
1774
|
+
"default": "./timetable-form/timetable-form.js"
|
|
1775
|
+
},
|
|
1776
|
+
"./timetable-form/timetable-form-details": {
|
|
1777
|
+
"types": "./development/timetable-form/timetable-form-details.d.ts",
|
|
1778
|
+
"development": "./development/timetable-form/timetable-form-details.js",
|
|
1779
|
+
"default": "./timetable-form/timetable-form-details.js"
|
|
1780
|
+
},
|
|
1781
|
+
"./timetable-form/timetable-form-details.js": {
|
|
1782
|
+
"types": "./development/timetable-form/timetable-form-details.d.ts",
|
|
1783
|
+
"development": "./development/timetable-form/timetable-form-details.js",
|
|
1784
|
+
"default": "./timetable-form/timetable-form-details.js"
|
|
1785
|
+
},
|
|
1786
|
+
"./timetable-form/timetable-form-field": {
|
|
1787
|
+
"types": "./development/timetable-form/timetable-form-field.d.ts",
|
|
1788
|
+
"development": "./development/timetable-form/timetable-form-field.js",
|
|
1789
|
+
"default": "./timetable-form/timetable-form-field.js"
|
|
1790
|
+
},
|
|
1791
|
+
"./timetable-form/timetable-form-field.js": {
|
|
1792
|
+
"types": "./development/timetable-form/timetable-form-field.d.ts",
|
|
1793
|
+
"development": "./development/timetable-form/timetable-form-field.js",
|
|
1794
|
+
"default": "./timetable-form/timetable-form-field.js"
|
|
1795
|
+
},
|
|
1796
|
+
"./timetable-form/timetable-form-swap-button": {
|
|
1797
|
+
"types": "./development/timetable-form/timetable-form-swap-button.d.ts",
|
|
1798
|
+
"development": "./development/timetable-form/timetable-form-swap-button.js",
|
|
1799
|
+
"default": "./timetable-form/timetable-form-swap-button.js"
|
|
1800
|
+
},
|
|
1801
|
+
"./timetable-form/timetable-form-swap-button.js": {
|
|
1802
|
+
"types": "./development/timetable-form/timetable-form-swap-button.d.ts",
|
|
1803
|
+
"development": "./development/timetable-form/timetable-form-swap-button.js",
|
|
1804
|
+
"default": "./timetable-form/timetable-form-swap-button.js"
|
|
1805
|
+
},
|
|
1716
1806
|
"./timetable-occupancy": {
|
|
1717
1807
|
"types": "./development/timetable-occupancy.d.ts",
|
|
1718
1808
|
"development": "./development/timetable-occupancy.js",
|
|
@@ -1793,6 +1883,16 @@
|
|
|
1793
1883
|
"development": "./development/toggle/toggle-option.js",
|
|
1794
1884
|
"default": "./toggle/toggle-option.js"
|
|
1795
1885
|
},
|
|
1886
|
+
"./tooltip": {
|
|
1887
|
+
"types": "./development/tooltip.d.ts",
|
|
1888
|
+
"development": "./development/tooltip.js",
|
|
1889
|
+
"default": "./tooltip.js"
|
|
1890
|
+
},
|
|
1891
|
+
"./tooltip.js": {
|
|
1892
|
+
"types": "./development/tooltip.d.ts",
|
|
1893
|
+
"development": "./development/tooltip.js",
|
|
1894
|
+
"default": "./tooltip.js"
|
|
1895
|
+
},
|
|
1796
1896
|
"./train": {
|
|
1797
1897
|
"types": "./development/train.d.ts",
|
|
1798
1898
|
"development": "./development/train.js",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form.component.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form/timetable-form.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0DAA0D,CAAC;AAInG,eAAO,MAAM,gBAAgB,wEAI3B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as e } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbTimetableFormElement as m } from "@sbb-esta/lyne-elements/timetable-form/timetable-form.js";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const b = e({
|
|
5
|
+
tagName: "sbb-timetable-form",
|
|
6
|
+
elementClass: m,
|
|
7
|
+
react: t
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
b as SbbTimetableForm
|
|
11
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SbbTimetableFormDetailsElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-details.js';
|
|
2
|
+
export declare const SbbTimetableFormDetails: import('../../core.js').ReactWebComponent<SbbTimetableFormDetailsElement, {}>;
|
|
3
|
+
//# sourceMappingURL=timetable-form-details.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-details.component.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-details/timetable-form-details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,kEAAkE,CAAC;AAIlH,eAAO,MAAM,uBAAuB,+EAIlC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as e } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbTimetableFormDetailsElement as t } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-details.js";
|
|
3
|
+
import m from "react";
|
|
4
|
+
const b = e({
|
|
5
|
+
tagName: "sbb-timetable-form-details",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: m
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
b as SbbTimetableFormDetails
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-details.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form/timetable-form-details.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8DAA8D,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SbbTimetableFormFieldElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-field.js';
|
|
2
|
+
export declare const SbbTimetableFormField: import('../../core.js').ReactWebComponent<SbbTimetableFormFieldElement, {}>;
|
|
3
|
+
//# sourceMappingURL=timetable-form-field.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-field.component.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-field/timetable-form-field.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gEAAgE,CAAC;AAI9G,eAAO,MAAM,qBAAqB,6EAIhC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as e } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbTimetableFormFieldElement as m } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-field.js";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const b = e({
|
|
5
|
+
tagName: "sbb-timetable-form-field",
|
|
6
|
+
elementClass: m,
|
|
7
|
+
react: t
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
b as SbbTimetableFormField
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-field.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form/timetable-form-field.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,0DAA0D,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbTimetableFormSwapButtonElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-swap-button.js';
|
|
2
|
+
declare class SbbTimetableFormSwapButtonComponentType extends SbbTimetableFormSwapButtonElement {
|
|
3
|
+
set form(value: string | SbbTimetableFormSwapButtonElement['form']);
|
|
4
|
+
get form(): string | SbbTimetableFormSwapButtonElement['form'];
|
|
5
|
+
}
|
|
6
|
+
export declare const SbbTimetableFormSwapButton: import('../../core.js').ReactWebComponent<SbbTimetableFormSwapButtonComponentType, {}>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=timetable-form-swap-button.component.d.ts.map
|
package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map
ADDED
|
@@ -0,0 +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":"AAEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,sEAAsE,CAAC;AAGzH,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,wFAIrC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as t } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbTimetableFormSwapButtonElement as o } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-swap-button.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const m = o, n = t({
|
|
5
|
+
tagName: "sbb-timetable-form-swap-button",
|
|
6
|
+
elementClass: m,
|
|
7
|
+
react: e
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
n as SbbTimetableFormSwapButton
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form-swap-button.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form/timetable-form-swap-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sEAAsE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form/timetable-form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8CAA8C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @entrypoint
|
|
3
|
+
*/
|
|
4
|
+
export * from './timetable-form/timetable-form.js';
|
|
5
|
+
export * from './timetable-form/timetable-form-details.js';
|
|
6
|
+
export * from './timetable-form/timetable-form-field.js';
|
|
7
|
+
export * from './timetable-form/timetable-form-swap-button.js';
|
|
8
|
+
//# sourceMappingURL=timetable-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timetable-form.d.ts","sourceRoot":"","sources":["../../src/react/timetable-form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,cAAc,gDAAgD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SbbTimetableForm as b } from "./timetable-form/timetable-form/timetable-form.component.js";
|
|
2
|
+
import { SbbTimetableFormDetails as r } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
|
|
3
|
+
import { SbbTimetableFormField as a } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
|
|
4
|
+
import { SbbTimetableFormSwapButton as l } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
|
|
5
|
+
export {
|
|
6
|
+
b as SbbTimetableForm,
|
|
7
|
+
r as SbbTimetableFormDetails,
|
|
8
|
+
a as SbbTimetableFormField,
|
|
9
|
+
l as SbbTimetableFormSwapButton
|
|
10
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventName } from '../core.js';
|
|
2
|
+
import { SbbTooltipElement } from '@sbb-esta/lyne-elements/tooltip.js';
|
|
3
|
+
declare class SbbTooltipComponentType extends SbbTooltipElement {
|
|
4
|
+
set trigger(value: string | SbbTooltipElement['trigger']);
|
|
5
|
+
get trigger(): string | SbbTooltipElement['trigger'];
|
|
6
|
+
}
|
|
7
|
+
export declare const SbbTooltip: import('../core.js').ReactWebComponent<SbbTooltipComponentType, {
|
|
8
|
+
onBeforeopen: EventName<Event>;
|
|
9
|
+
onOpen: EventName<Event>;
|
|
10
|
+
onBeforeclose: EventName<Event>;
|
|
11
|
+
onClose: EventName<Event>;
|
|
12
|
+
}>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=tooltip.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../src/react/tooltip/tooltip.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAGvE,OAAO,OAAO,uBAAwB,SAAQ,iBAAiB;IAE7D,IAAW,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,iBAAiB,CAAC,SAAS,CAAC,EAE9D;IAED,IAAW,OAAO,IAAI,MAAM,GAAG,iBAAiB,CAAC,SAAS,CAAC,CAE1D;CAEF;AAKD,eAAO,MAAM,UAAU;kBAKa,SAAS,CAAC,KAAK,CAAC;YAC5B,SAAS,CAAC,KAAK,CAAC;mBACF,SAAS,CAAC,KAAK,CAAC;aAC5B,SAAS,CAAC,KAAK,CAAC;EAGxC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { c as o } from "../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbTooltipElement as e } from "@sbb-esta/lyne-elements/tooltip.js";
|
|
3
|
+
import t from "react";
|
|
4
|
+
const n = e, m = o({
|
|
5
|
+
tagName: "sbb-tooltip",
|
|
6
|
+
elementClass: n,
|
|
7
|
+
react: t,
|
|
8
|
+
events: {
|
|
9
|
+
onBeforeopen: "beforeopen",
|
|
10
|
+
onOpen: "open",
|
|
11
|
+
onBeforeclose: "beforeclose",
|
|
12
|
+
onClose: "close"
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
m as SbbTooltip
|
|
17
|
+
};
|
package/tooltip.d.ts
ADDED
package/tooltip.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../src/react/tooltip.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,gCAAgC,CAAC"}
|
package/tooltip.js
ADDED