@triptease/react 0.6.1 → 0.6.2
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/dist/src/TtDatePicker.d.ts +1 -0
- package/dist/src/TtDatePicker.js +1 -0
- package/dist/src/TtDatePicker.js.map +1 -1
- package/dist/src/TtDateRangePicker.d.ts +1 -1
- package/dist/src/TtDateRangePicker.js +1 -1
- package/dist/src/TtDateRangePicker.js.map +1 -1
- package/package.json +1 -1
- package/src/TtDatePicker.tsx +1 -0
- package/src/TtDateRangePicker.tsx +2 -2
package/dist/src/TtDatePicker.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
3
|
import { TtDatePicker } from '@triptease/webcomponents';
|
|
4
|
+
import '@triptease/webcomponents/tt-date-picker.js';
|
|
4
5
|
export const DatePicker = createComponent({
|
|
5
6
|
tagName: 'tt-date-picker',
|
|
6
7
|
react: React,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TtDatePicker.js","sourceRoot":"","sources":["../../src/TtDatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"TtDatePicker.js","sourceRoot":"","sources":["../../src/TtDatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,4CAA4C,CAAC;AAEpD,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC;IACxC,OAAO,EAAE,gBAAgB;IACzB,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,YAAY;IAC1B,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,QAAQ,EAAE,QAAQ;KACnB;CACF,CAAC,CAAC","sourcesContent":["import * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport { TtDatePicker } from '@triptease/webcomponents';\nimport '@triptease/webcomponents/tt-date-picker.js';\n\nexport const DatePicker = createComponent({\n tagName: 'tt-date-picker',\n react: React,\n elementClass: TtDatePicker,\n events: {\n onchange: 'change',\n onChange: 'change',\n }\n});"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TtDateRangePicker } from '@triptease/webcomponents';
|
|
2
|
-
import '@triptease/webcomponents/tt-
|
|
2
|
+
import '@triptease/webcomponents/tt-date-range-picker.js';
|
|
3
3
|
export declare const DateRangePicker: import("@lit/react").ReactWebComponent<TtDateRangePicker, {
|
|
4
4
|
onchange: string;
|
|
5
5
|
onChange: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
3
|
import { TtDateRangePicker } from '@triptease/webcomponents';
|
|
4
|
-
import '@triptease/webcomponents/tt-
|
|
4
|
+
import '@triptease/webcomponents/tt-date-range-picker.js';
|
|
5
5
|
export const DateRangePicker = createComponent({
|
|
6
6
|
tagName: 'tt-date-range-picker',
|
|
7
7
|
react: React,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TtDateRangePicker.js","sourceRoot":"","sources":["../../src/TtDateRangePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"TtDateRangePicker.js","sourceRoot":"","sources":["../../src/TtDateRangePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,kDAAkD,CAAC;AAE1D,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,OAAO,EAAE,sBAAsB;IAC/B,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,iBAAiB;IAC/B,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,QAAQ,EAAE,QAAQ;KACnB;CACF,CAAC,CAAC","sourcesContent":["import * as React from 'react';\nimport {createComponent} from '@lit/react';\nimport { TtDateRangePicker } from '@triptease/webcomponents';\nimport '@triptease/webcomponents/tt-date-range-picker.js';\n\nexport const DateRangePicker = createComponent({\n tagName: 'tt-date-range-picker',\n react: React,\n elementClass: TtDateRangePicker,\n events: {\n onchange: 'change',\n onChange: 'change',\n }\n});"]}
|
package/package.json
CHANGED
package/src/TtDatePicker.tsx
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
3
|
import { TtDatePicker } from '@triptease/webcomponents';
|
|
4
|
+
import '@triptease/webcomponents/tt-date-picker.js';
|
|
4
5
|
|
|
5
6
|
export const DatePicker = createComponent({
|
|
6
7
|
tagName: 'tt-date-picker',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import {createComponent} from '@lit/react';
|
|
3
|
-
import {
|
|
4
|
-
import '@triptease/webcomponents/tt-
|
|
3
|
+
import { TtDateRangePicker } from '@triptease/webcomponents';
|
|
4
|
+
import '@triptease/webcomponents/tt-date-range-picker.js';
|
|
5
5
|
|
|
6
6
|
export const DateRangePicker = createComponent({
|
|
7
7
|
tagName: 'tt-date-range-picker',
|