@oicl/openbridge-webcomponents-react 2.0.0-next.78 → 2.0.0-next.79
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/components/pagination/pagination.d.ts +3 -2
- package/components/pagination/pagination.d.ts.map +1 -1
- package/components/pagination/pagination.js +1 -0
- package/components/pagination/pagination.js.map +1 -1
- package/components/slider/slider.d.ts +3 -2
- package/components/slider/slider.d.ts.map +1 -1
- package/components/slider/slider.js +1 -0
- package/components/slider/slider.js.map +1 -1
- package/components/slider-double/slider-double.d.ts +3 -2
- package/components/slider-double/slider-double.d.ts.map +1 -1
- package/components/slider-double/slider-double.js +1 -0
- package/components/slider-double/slider-double.js.map +1 -1
- package/components/toggle-button-group/toggle-button-group.d.ts +3 -0
- package/components/toggle-button-group/toggle-button-group.d.ts.map +1 -1
- package/components/toggle-button-group/toggle-button-group.js +1 -0
- package/components/toggle-button-group/toggle-button-group.js.map +1 -1
- package/components/toggle-button-vertical-group/toggle-button-vertical-group.d.ts +3 -0
- package/components/toggle-button-vertical-group/toggle-button-vertical-group.d.ts.map +1 -1
- package/components/toggle-button-vertical-group/toggle-button-vertical-group.js +1 -0
- package/components/toggle-button-vertical-group/toggle-button-vertical-group.js.map +1 -1
- package/components/toggle-switch/toggle-switch.d.ts +1 -0
- package/components/toggle-switch/toggle-switch.d.ts.map +1 -1
- package/components/toggle-switch/toggle-switch.js +1 -0
- package/components/toggle-switch/toggle-switch.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { EventName } from '@lit/react';
|
|
2
2
|
import { ObcPagination as ObcPaginationElement } from '@oicl/openbridge-webcomponents/dist/components/pagination/pagination.js';
|
|
3
|
-
import { ObcPaginationValueChangeEvent, ObcPaginationNavigateEvent } from '@oicl/openbridge-webcomponents/dist/components/pagination/pagination.js';
|
|
4
|
-
export type { ObcPaginationValueChangeEvent, ObcPaginationNavigateEvent } from '@oicl/openbridge-webcomponents/dist/components/pagination/pagination.js';
|
|
3
|
+
import { ObcPaginationValueChangeEvent, ObcPaginationNavigateEvent, ObcPaginationSelectPageEvent } from '@oicl/openbridge-webcomponents/dist/components/pagination/pagination.js';
|
|
4
|
+
export type { ObcPaginationValueChangeEvent, ObcPaginationNavigateEvent, ObcPaginationSelectPageEvent } from '@oicl/openbridge-webcomponents/dist/components/pagination/pagination.js';
|
|
5
5
|
export declare const ObcPagination: import("@lit/react").ReactWebComponent<ObcPaginationElement, {
|
|
6
6
|
onValue: EventName<ObcPaginationValueChangeEvent>;
|
|
7
7
|
onNavigate: EventName<ObcPaginationNavigateEvent>;
|
|
8
|
+
onSelectPage: EventName<ObcPaginationSelectPageEvent>;
|
|
8
9
|
}>;
|
|
9
10
|
//# sourceMappingURL=pagination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,yEAAyE,CAAC;AAC9H,OAAO,EAAC,6BAA6B,EAAE,0BAA0B,EAAC,MAAM,yEAAyE,CAAC;
|
|
1
|
+
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,yEAAyE,CAAC;AAC9H,OAAO,EAAC,6BAA6B,EAAE,0BAA0B,EAAE,4BAA4B,EAAC,MAAM,yEAAyE,CAAC;AAChL,YAAY,EAAC,6BAA6B,EAAE,0BAA0B,EAAE,4BAA4B,EAAC,MAAM,yEAAyE,CAAC;AAIrL,eAAO,MAAM,aAAa;aAMF,SAAS,CAAC,6BAA6B,CAAC;gBAClC,SAAS,CAAC,0BAA0B,CAAC;kBAChC,SAAS,CAAC,4BAA4B,CAAC;EAEvE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.js","sourceRoot":"","sources":["../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,yEAAyE,CAAC;AAM9H,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IAC3C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,gBAAgB;IACzB,YAAY,EAAE,oBAAoB;IAClC,MAAM,EAAE;QAEN,OAAO,EAAE,OAAmD;QAC5D,UAAU,EAAE,UAAmD;
|
|
1
|
+
{"version":3,"file":"pagination.js","sourceRoot":"","sources":["../../src/components/pagination/pagination.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,yEAAyE,CAAC;AAM9H,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IAC3C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,gBAAgB;IACzB,YAAY,EAAE,oBAAoB;IAClC,MAAM,EAAE;QAEN,OAAO,EAAE,OAAmD;QAC5D,UAAU,EAAE,UAAmD;QAC/D,YAAY,EAAE,aAAwD;KACvE;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcPagination as ObcPaginationElement} from '@oicl/openbridge-webcomponents/dist/components/pagination/pagination.js';\n import {ObcPaginationValueChangeEvent, ObcPaginationNavigateEvent, ObcPaginationSelectPageEvent} from '@oicl/openbridge-webcomponents/dist/components/pagination/pagination.js';\n export type {ObcPaginationValueChangeEvent, ObcPaginationNavigateEvent, ObcPaginationSelectPageEvent} from '@oicl/openbridge-webcomponents/dist/components/pagination/pagination.js';\n \n\n \n export const ObcPagination = createComponent({\n react: React,\n tagName: 'obc-pagination',\n elementClass: ObcPaginationElement,\n events: {\n \n onValue: 'value' as EventName<ObcPaginationValueChangeEvent>,\n onNavigate: 'navigate' as EventName<ObcPaginationNavigateEvent>,\n onSelectPage: 'select-page' as EventName<ObcPaginationSelectPageEvent>,\n }\n });\n \n "]}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { EventName } from '@lit/react';
|
|
2
2
|
import { ObcSlider as ObcSliderElement } from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';
|
|
3
|
-
import { ObcSliderValueEvent } from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';
|
|
4
|
-
export type { ObcSliderValueEvent } from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';
|
|
3
|
+
import { ObcSliderValueEvent, ObcSliderChangeEvent } from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';
|
|
4
|
+
export type { ObcSliderValueEvent, ObcSliderChangeEvent } from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';
|
|
5
5
|
export declare const ObcSlider: import("@lit/react").ReactWebComponent<ObcSliderElement, {
|
|
6
6
|
onValue: EventName<ObcSliderValueEvent>;
|
|
7
|
+
onChange: EventName<ObcSliderChangeEvent>;
|
|
7
8
|
}>;
|
|
8
9
|
//# sourceMappingURL=slider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../src/components/slider/slider.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,SAAS,IAAI,gBAAgB,EAAC,MAAM,iEAAiE,CAAC;AAC9G,OAAO,EAAC,mBAAmB,EAAC,MAAM,iEAAiE,CAAC;
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../src/components/slider/slider.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,SAAS,IAAI,gBAAgB,EAAC,MAAM,iEAAiE,CAAC;AAC9G,OAAO,EAAC,mBAAmB,EAAE,oBAAoB,EAAC,MAAM,iEAAiE,CAAC;AAC1H,YAAY,EAAC,mBAAmB,EAAE,oBAAoB,EAAC,MAAM,iEAAiE,CAAC;AAI/H,eAAO,MAAM,SAAS;aAME,SAAS,CAAC,mBAAmB,CAAC;cAC5B,SAAS,CAAC,oBAAoB,CAAC;EAEtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider.js","sourceRoot":"","sources":["../../src/components/slider/slider.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,SAAS,IAAI,gBAAgB,EAAC,MAAM,iEAAiE,CAAC;AAM9G,MAAM,CAAC,MAAM,SAAS,GAAG,eAAe,CAAC;IACvC,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,YAAY;IACrB,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE;QAEN,OAAO,EAAE,OAAyC;
|
|
1
|
+
{"version":3,"file":"slider.js","sourceRoot":"","sources":["../../src/components/slider/slider.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,SAAS,IAAI,gBAAgB,EAAC,MAAM,iEAAiE,CAAC;AAM9G,MAAM,CAAC,MAAM,SAAS,GAAG,eAAe,CAAC;IACvC,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,YAAY;IACrB,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE;QAEN,OAAO,EAAE,OAAyC;QAClD,QAAQ,EAAE,QAA2C;KACtD;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcSlider as ObcSliderElement} from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';\n import {ObcSliderValueEvent, ObcSliderChangeEvent} from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';\n export type {ObcSliderValueEvent, ObcSliderChangeEvent} from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';\n \n\n \n export const ObcSlider = createComponent({\n react: React,\n tagName: 'obc-slider',\n elementClass: ObcSliderElement,\n events: {\n \n onValue: 'value' as EventName<ObcSliderValueEvent>,\n onChange: 'change' as EventName<ObcSliderChangeEvent>,\n }\n });\n \n "]}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { EventName } from '@lit/react';
|
|
2
2
|
import { ObcSliderDouble as ObcSliderDoubleElement } from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
3
|
-
import { ObcSliderDoubleValueEvent } from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
4
|
-
export type { ObcSliderDoubleValueEvent } from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
3
|
+
import { ObcSliderDoubleValueEvent, ObcSliderDoubleChangeEvent } from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
4
|
+
export type { ObcSliderDoubleValueEvent, ObcSliderDoubleChangeEvent } from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
5
5
|
export declare const ObcSliderDouble: import("@lit/react").ReactWebComponent<ObcSliderDoubleElement, {
|
|
6
6
|
onValue: EventName<ObcSliderDoubleValueEvent>;
|
|
7
|
+
onChange: EventName<ObcSliderDoubleChangeEvent>;
|
|
7
8
|
}>;
|
|
8
9
|
//# sourceMappingURL=slider-double.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider-double.d.ts","sourceRoot":"","sources":["../../src/components/slider-double/slider-double.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,+EAA+E,CAAC;AACxI,OAAO,EAAC,yBAAyB,EAAC,MAAM,+EAA+E,CAAC;
|
|
1
|
+
{"version":3,"file":"slider-double.d.ts","sourceRoot":"","sources":["../../src/components/slider-double/slider-double.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,+EAA+E,CAAC;AACxI,OAAO,EAAC,yBAAyB,EAAE,0BAA0B,EAAC,MAAM,+EAA+E,CAAC;AACpJ,YAAY,EAAC,yBAAyB,EAAE,0BAA0B,EAAC,MAAM,+EAA+E,CAAC;AAIzJ,eAAO,MAAM,eAAe;aAMJ,SAAS,CAAC,yBAAyB,CAAC;cAClC,SAAS,CAAC,0BAA0B,CAAC;EAE5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider-double.js","sourceRoot":"","sources":["../../src/components/slider-double/slider-double.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,+EAA+E,CAAC;AAMxI,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,mBAAmB;IAC5B,YAAY,EAAE,sBAAsB;IACpC,MAAM,EAAE;QAEN,OAAO,EAAE,OAA+C;
|
|
1
|
+
{"version":3,"file":"slider-double.js","sourceRoot":"","sources":["../../src/components/slider-double/slider-double.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,+EAA+E,CAAC;AAMxI,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,mBAAmB;IAC5B,YAAY,EAAE,sBAAsB;IACpC,MAAM,EAAE;QAEN,OAAO,EAAE,OAA+C;QACxD,QAAQ,EAAE,QAAiD;KAC5D;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcSliderDouble as ObcSliderDoubleElement} from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';\n import {ObcSliderDoubleValueEvent, ObcSliderDoubleChangeEvent} from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';\n export type {ObcSliderDoubleValueEvent, ObcSliderDoubleChangeEvent} from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';\n \n\n \n export const ObcSliderDouble = createComponent({\n react: React,\n tagName: 'obc-slider-double',\n elementClass: ObcSliderDoubleElement,\n events: {\n \n onValue: 'value' as EventName<ObcSliderDoubleValueEvent>,\n onChange: 'change' as EventName<ObcSliderDoubleChangeEvent>,\n }\n });\n \n "]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-button-group.d.ts","sourceRoot":"","sources":["../../src/components/toggle-button-group/toggle-button-group.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,oBAAoB,IAAI,2BAA2B,EAAC,MAAM,2FAA2F,CAAC;AAM9J,eAAO,MAAM,oBAAoB;aAMT,SAAS,CAAC,WAAW,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,aAAa,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"toggle-button-group.d.ts","sourceRoot":"","sources":["../../src/components/toggle-button-group/toggle-button-group.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,oBAAoB,IAAI,2BAA2B,EAAC,MAAM,2FAA2F,CAAC;AAM9J,eAAO,MAAM,oBAAoB;aAMT,SAAS,CAAC,WAAW,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,aAAa,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;cAC5D,SAAS,CAAC,WAAW,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;EAE9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-button-group.js","sourceRoot":"","sources":["../../src/components/toggle-button-group/toggle-button-group.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,oBAAoB,IAAI,2BAA2B,EAAC,MAAM,2FAA2F,CAAC;AAM9J,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC;IAClD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,yBAAyB;IAClC,YAAY,EAAE,2BAA2B;IACzC,MAAM,EAAE;QAEN,OAAO,EAAE,OAAyE;
|
|
1
|
+
{"version":3,"file":"toggle-button-group.js","sourceRoot":"","sources":["../../src/components/toggle-button-group/toggle-button-group.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,oBAAoB,IAAI,2BAA2B,EAAC,MAAM,2FAA2F,CAAC;AAM9J,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC;IAClD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,yBAAyB;IAClC,YAAY,EAAE,2BAA2B;IACzC,MAAM,EAAE;QAEN,OAAO,EAAE,OAAyE;QAClF,QAAQ,EAAE,QAAmD;KAC9D;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcToggleButtonGroup as ObcToggleButtonGroupElement} from '@oicl/openbridge-webcomponents/dist/components/toggle-button-group/toggle-button-group.js';\n \n \n \n\n \n export const ObcToggleButtonGroup = createComponent({\n react: React,\n tagName: 'obc-toggle-button-group',\n elementClass: ObcToggleButtonGroupElement,\n events: {\n \n onValue: 'value' as EventName<CustomEvent<{value: string, previousValue: string}>>,\n onChange: 'change' as EventName<CustomEvent<{value: string}>>,\n }\n });\n \n "]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-button-vertical-group.d.ts","sourceRoot":"","sources":["../../src/components/toggle-button-vertical-group/toggle-button-vertical-group.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,4BAA4B,IAAI,mCAAmC,EAAC,MAAM,6GAA6G,CAAC;AAMhM,eAAO,MAAM,4BAA4B;aAMjB,SAAS,CAAC,WAAW,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,aAAa,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"toggle-button-vertical-group.d.ts","sourceRoot":"","sources":["../../src/components/toggle-button-vertical-group/toggle-button-vertical-group.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,4BAA4B,IAAI,mCAAmC,EAAC,MAAM,6GAA6G,CAAC;AAMhM,eAAO,MAAM,4BAA4B;aAMjB,SAAS,CAAC,WAAW,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,aAAa,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;cAC5D,SAAS,CAAC,WAAW,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;EAE9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-button-vertical-group.js","sourceRoot":"","sources":["../../src/components/toggle-button-vertical-group/toggle-button-vertical-group.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,4BAA4B,IAAI,mCAAmC,EAAC,MAAM,6GAA6G,CAAC;AAMhM,MAAM,CAAC,MAAM,4BAA4B,GAAG,eAAe,CAAC;IAC1D,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kCAAkC;IAC3C,YAAY,EAAE,mCAAmC;IACjD,MAAM,EAAE;QAEN,OAAO,EAAE,OAAyE;
|
|
1
|
+
{"version":3,"file":"toggle-button-vertical-group.js","sourceRoot":"","sources":["../../src/components/toggle-button-vertical-group/toggle-button-vertical-group.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,4BAA4B,IAAI,mCAAmC,EAAC,MAAM,6GAA6G,CAAC;AAMhM,MAAM,CAAC,MAAM,4BAA4B,GAAG,eAAe,CAAC;IAC1D,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kCAAkC;IAC3C,YAAY,EAAE,mCAAmC;IACjD,MAAM,EAAE;QAEN,OAAO,EAAE,OAAyE;QAClF,QAAQ,EAAE,QAAmD;KAC9D;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcToggleButtonVerticalGroup as ObcToggleButtonVerticalGroupElement} from '@oicl/openbridge-webcomponents/dist/components/toggle-button-vertical-group/toggle-button-vertical-group.js';\n \n \n \n\n \n export const ObcToggleButtonVerticalGroup = createComponent({\n react: React,\n tagName: 'obc-toggle-button-vertical-group',\n elementClass: ObcToggleButtonVerticalGroupElement,\n events: {\n \n onValue: 'value' as EventName<CustomEvent<{value: string, previousValue: string}>>,\n onChange: 'change' as EventName<CustomEvent<{value: string}>>,\n }\n });\n \n "]}
|
|
@@ -2,5 +2,6 @@ import { EventName } from '@lit/react';
|
|
|
2
2
|
import { ObcToggleSwitch as ObcToggleSwitchElement } from '@oicl/openbridge-webcomponents/dist/components/toggle-switch/toggle-switch.js';
|
|
3
3
|
export declare const ObcToggleSwitch: import("@lit/react").ReactWebComponent<ObcToggleSwitchElement, {
|
|
4
4
|
onInput: EventName<CustomEvent<unknown>>;
|
|
5
|
+
onChange: EventName<CustomEvent<unknown>>;
|
|
5
6
|
}>;
|
|
6
7
|
//# sourceMappingURL=toggle-switch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-switch.d.ts","sourceRoot":"","sources":["../../src/components/toggle-switch/toggle-switch.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,+EAA+E,CAAC;AAMxI,eAAO,MAAM,eAAe;aAMJ,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"toggle-switch.d.ts","sourceRoot":"","sources":["../../src/components/toggle-switch/toggle-switch.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,+EAA+E,CAAC;AAMxI,eAAO,MAAM,eAAe;aAMJ,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;cAC7B,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAEtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle-switch.js","sourceRoot":"","sources":["../../src/components/toggle-switch/toggle-switch.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,+EAA+E,CAAC;AAMxI,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,mBAAmB;IAC5B,YAAY,EAAE,sBAAsB;IACpC,MAAM,EAAE;QAEN,OAAO,EAAE,OAA0C;
|
|
1
|
+
{"version":3,"file":"toggle-switch.js","sourceRoot":"","sources":["../../src/components/toggle-switch/toggle-switch.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,+EAA+E,CAAC;AAMxI,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,mBAAmB;IAC5B,YAAY,EAAE,sBAAsB;IACpC,MAAM,EAAE;QAEN,OAAO,EAAE,OAA0C;QACnD,QAAQ,EAAE,QAA2C;KACtD;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcToggleSwitch as ObcToggleSwitchElement} from '@oicl/openbridge-webcomponents/dist/components/toggle-switch/toggle-switch.js';\n \n \n \n\n \n export const ObcToggleSwitch = createComponent({\n react: React,\n tagName: 'obc-toggle-switch',\n elementClass: ObcToggleSwitchElement,\n events: {\n \n onInput: 'input' as EventName<CustomEvent<unknown>>,\n onChange: 'change' as EventName<CustomEvent<unknown>>,\n }\n });\n \n "]}
|
package/package.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"build": "tsc",
|
|
6
6
|
"build:watch": "tsc --watch"
|
|
7
7
|
},
|
|
8
|
-
"version": "2.0.0-next.
|
|
8
|
+
"version": "2.0.0-next.79",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.78",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|