@triptease/react 8.1.1 → 8.1.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/package.json +9 -5
- package/CHANGELOG.md +0 -331
- package/src/combobox.ts +0 -17
- package/src/date-picker.ts +0 -17
- package/src/date-range-picker.ts +0 -27
- package/src/navbar.ts +0 -13
- package/src/types.ts +0 -3
- package/tsconfig.cjs.json +0 -9
- package/tsconfig.json +0 -9
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@triptease/react",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"description": "React bindings for the @triptease/webcomponents components",
|
|
5
5
|
"author": "Launchpad Squad",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist/esm",
|
|
10
|
+
"dist/cjs"
|
|
11
|
+
],
|
|
8
12
|
"main": "dist/esm/src/index.js",
|
|
9
13
|
"module": "dist/esm/src/index.js",
|
|
10
14
|
"exports": {
|
|
@@ -36,10 +40,10 @@
|
|
|
36
40
|
},
|
|
37
41
|
"dependencies": {
|
|
38
42
|
"@lit/react": "^1.0.5",
|
|
39
|
-
"@triptease/tt-combobox": "5.7.
|
|
40
|
-
"@triptease/tt-date-picker": "6.2.
|
|
41
|
-
"@triptease/tt-date-range-picker": "6.3.
|
|
42
|
-
"@triptease/tt-navbar": "0.1.
|
|
43
|
+
"@triptease/tt-combobox": "5.7.2",
|
|
44
|
+
"@triptease/tt-date-picker": "6.2.2",
|
|
45
|
+
"@triptease/tt-date-range-picker": "6.3.2",
|
|
46
|
+
"@triptease/tt-navbar": "0.1.2",
|
|
43
47
|
"react": "^18.3.1"
|
|
44
48
|
},
|
|
45
49
|
"devDependencies": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,331 +0,0 @@
|
|
|
1
|
-
# @triptease/react
|
|
2
|
-
|
|
3
|
-
## 8.1.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies
|
|
8
|
-
- @triptease/tt-date-range-picker@6.3.1
|
|
9
|
-
- @triptease/tt-date-picker@6.2.1
|
|
10
|
-
- @triptease/tt-combobox@5.7.1
|
|
11
|
-
- @triptease/tt-navbar@0.1.1
|
|
12
|
-
|
|
13
|
-
## 8.1.0
|
|
14
|
-
|
|
15
|
-
### Minor Changes
|
|
16
|
-
|
|
17
|
-
- Add dual ESM/CJS output
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- Updated dependencies
|
|
22
|
-
- @triptease/tt-date-range-picker@6.3.0
|
|
23
|
-
- @triptease/tt-date-picker@6.2.0
|
|
24
|
-
- @triptease/tt-combobox@5.7.0
|
|
25
|
-
- @triptease/tt-navbar@0.1.0
|
|
26
|
-
|
|
27
|
-
## 8.0.76
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- Updated dependencies
|
|
32
|
-
- @triptease/tt-date-range-picker@6.2.5
|
|
33
|
-
- @triptease/tt-date-picker@6.1.4
|
|
34
|
-
- @triptease/tt-combobox@5.6.7
|
|
35
|
-
- @triptease/tt-navbar@0.0.96
|
|
36
|
-
|
|
37
|
-
## 8.0.75
|
|
38
|
-
|
|
39
|
-
### Patch Changes
|
|
40
|
-
|
|
41
|
-
- @triptease/tt-combobox@5.6.6
|
|
42
|
-
- @triptease/tt-date-picker@6.1.3
|
|
43
|
-
- @triptease/tt-date-range-picker@6.2.4
|
|
44
|
-
- @triptease/tt-navbar@0.0.95
|
|
45
|
-
|
|
46
|
-
## 8.0.74
|
|
47
|
-
|
|
48
|
-
### Patch Changes
|
|
49
|
-
|
|
50
|
-
- Internal change
|
|
51
|
-
|
|
52
|
-
## 8.0.73
|
|
53
|
-
|
|
54
|
-
### Patch Changes
|
|
55
|
-
|
|
56
|
-
- Minor change to test internal release process
|
|
57
|
-
|
|
58
|
-
## 8.0.72
|
|
59
|
-
|
|
60
|
-
### Patch Changes
|
|
61
|
-
|
|
62
|
-
- Updated dependencies
|
|
63
|
-
- @triptease/tt-navbar@0.0.94
|
|
64
|
-
|
|
65
|
-
## 8.0.71
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- Updated dependencies
|
|
70
|
-
- @triptease/tt-navbar@0.0.93
|
|
71
|
-
|
|
72
|
-
## 8.0.70
|
|
73
|
-
|
|
74
|
-
### Patch Changes
|
|
75
|
-
|
|
76
|
-
- Updated dependencies
|
|
77
|
-
- @triptease/tt-navbar@0.0.92
|
|
78
|
-
|
|
79
|
-
## 8.0.69
|
|
80
|
-
|
|
81
|
-
### Patch Changes
|
|
82
|
-
|
|
83
|
-
- Updated dependencies
|
|
84
|
-
- @triptease/tt-navbar@0.0.91
|
|
85
|
-
|
|
86
|
-
## 8.0.68
|
|
87
|
-
|
|
88
|
-
### Patch Changes
|
|
89
|
-
|
|
90
|
-
- Updated dependencies
|
|
91
|
-
- @triptease/tt-combobox@5.6.5
|
|
92
|
-
- @triptease/tt-navbar@0.0.90
|
|
93
|
-
|
|
94
|
-
## 8.0.67
|
|
95
|
-
|
|
96
|
-
### Patch Changes
|
|
97
|
-
|
|
98
|
-
- Updated dependencies [44605f1]
|
|
99
|
-
- @triptease/tt-navbar@0.0.89
|
|
100
|
-
|
|
101
|
-
## 8.0.66
|
|
102
|
-
|
|
103
|
-
### Patch Changes
|
|
104
|
-
|
|
105
|
-
- Updated dependencies [b0c1b82]
|
|
106
|
-
- @triptease/tt-date-range-picker@6.2.3
|
|
107
|
-
|
|
108
|
-
## 8.0.65
|
|
109
|
-
|
|
110
|
-
### Patch Changes
|
|
111
|
-
|
|
112
|
-
- Updated dependencies
|
|
113
|
-
- @triptease/tt-combobox@5.6.4
|
|
114
|
-
- @triptease/tt-navbar@0.0.88
|
|
115
|
-
|
|
116
|
-
## 8.0.64
|
|
117
|
-
|
|
118
|
-
### Patch Changes
|
|
119
|
-
|
|
120
|
-
- @triptease/tt-combobox@5.6.3
|
|
121
|
-
- @triptease/tt-date-picker@6.1.2
|
|
122
|
-
- @triptease/tt-date-range-picker@6.2.2
|
|
123
|
-
- @triptease/tt-navbar@0.0.87
|
|
124
|
-
|
|
125
|
-
## 8.0.63
|
|
126
|
-
|
|
127
|
-
### Patch Changes
|
|
128
|
-
|
|
129
|
-
- Updated dependencies [9497296]
|
|
130
|
-
- @triptease/tt-combobox@5.6.2
|
|
131
|
-
- @triptease/tt-navbar@0.0.86
|
|
132
|
-
|
|
133
|
-
## 8.0.62
|
|
134
|
-
|
|
135
|
-
### Patch Changes
|
|
136
|
-
|
|
137
|
-
- Updated dependencies
|
|
138
|
-
- @triptease/tt-date-range-picker@6.2.1
|
|
139
|
-
- @triptease/tt-date-picker@6.1.1
|
|
140
|
-
- @triptease/tt-combobox@5.6.1
|
|
141
|
-
- @triptease/tt-navbar@0.0.85
|
|
142
|
-
|
|
143
|
-
## 8.0.61
|
|
144
|
-
|
|
145
|
-
### Patch Changes
|
|
146
|
-
|
|
147
|
-
- Updated dependencies
|
|
148
|
-
- Updated dependencies
|
|
149
|
-
- @triptease/tt-date-range-picker@6.2.0
|
|
150
|
-
- @triptease/tt-date-picker@6.1.0
|
|
151
|
-
- @triptease/tt-combobox@5.6.0
|
|
152
|
-
- @triptease/tt-navbar@0.0.84
|
|
153
|
-
|
|
154
|
-
## 8.0.60
|
|
155
|
-
|
|
156
|
-
### Patch Changes
|
|
157
|
-
|
|
158
|
-
- @triptease/tt-combobox@5.5.18
|
|
159
|
-
- @triptease/tt-date-picker@6.0.23
|
|
160
|
-
- @triptease/tt-date-range-picker@6.1.22
|
|
161
|
-
- @triptease/tt-navbar@0.0.83
|
|
162
|
-
|
|
163
|
-
## 8.0.59
|
|
164
|
-
|
|
165
|
-
### Patch Changes
|
|
166
|
-
|
|
167
|
-
- Streamlined TS Config, reusing a shared file to reduce duplication and resolve issues where test files were being included in the bundle
|
|
168
|
-
- Updated dependencies
|
|
169
|
-
- @triptease/tt-date-range-picker@6.1.21
|
|
170
|
-
- @triptease/tt-date-picker@6.0.22
|
|
171
|
-
- @triptease/tt-combobox@5.5.17
|
|
172
|
-
- @triptease/tt-navbar@0.0.82
|
|
173
|
-
|
|
174
|
-
## 8.0.58
|
|
175
|
-
|
|
176
|
-
### Patch Changes
|
|
177
|
-
|
|
178
|
-
- Updated dependencies [2d36888]
|
|
179
|
-
- @triptease/tt-date-range-picker@6.1.20
|
|
180
|
-
- @triptease/tt-date-picker@6.0.21
|
|
181
|
-
- @triptease/tt-combobox@5.5.16
|
|
182
|
-
- @triptease/tt-navbar@0.0.81
|
|
183
|
-
|
|
184
|
-
## 8.0.57
|
|
185
|
-
|
|
186
|
-
### Patch Changes
|
|
187
|
-
|
|
188
|
-
- Fake release to force a fix
|
|
189
|
-
- Updated dependencies
|
|
190
|
-
- @triptease/tt-combobox@5.5.15
|
|
191
|
-
- @triptease/tt-date-picker@6.0.20
|
|
192
|
-
- @triptease/tt-date-range-picker@6.1.19
|
|
193
|
-
- @triptease/tt-navbar@0.0.80
|
|
194
|
-
|
|
195
|
-
## 8.0.56
|
|
196
|
-
|
|
197
|
-
### Patch Changes
|
|
198
|
-
|
|
199
|
-
- Updated dependencies
|
|
200
|
-
- @triptease/tt-date-range-picker@6.1.18
|
|
201
|
-
- @triptease/tt-combobox@5.5.14
|
|
202
|
-
- @triptease/tt-navbar@0.0.79
|
|
203
|
-
|
|
204
|
-
## 8.0.55
|
|
205
|
-
|
|
206
|
-
### Patch Changes
|
|
207
|
-
|
|
208
|
-
- Updated dependencies [bab1823]
|
|
209
|
-
- Updated dependencies [e08d7ee]
|
|
210
|
-
- Updated dependencies [c681d7d]
|
|
211
|
-
- Updated dependencies [c681d7d]
|
|
212
|
-
- @triptease/tt-date-range-picker@6.1.17
|
|
213
|
-
- @triptease/tt-combobox@5.5.13
|
|
214
|
-
- @triptease/tt-date-picker@6.0.19
|
|
215
|
-
- @triptease/tt-navbar@0.0.78
|
|
216
|
-
|
|
217
|
-
## 8.0.54
|
|
218
|
-
|
|
219
|
-
### Patch Changes
|
|
220
|
-
|
|
221
|
-
- Updated dependencies [2d89b50]
|
|
222
|
-
- @triptease/tt-combobox@5.5.12
|
|
223
|
-
- @triptease/tt-navbar@0.0.77
|
|
224
|
-
|
|
225
|
-
## 8.0.53
|
|
226
|
-
|
|
227
|
-
### Patch Changes
|
|
228
|
-
|
|
229
|
-
- Updated dependencies
|
|
230
|
-
- @triptease/tt-navbar@0.0.76
|
|
231
|
-
|
|
232
|
-
## 8.0.52
|
|
233
|
-
|
|
234
|
-
### Patch Changes
|
|
235
|
-
|
|
236
|
-
- Updated dependencies [9dd491e]
|
|
237
|
-
- @triptease/tt-navbar@0.0.75
|
|
238
|
-
|
|
239
|
-
## 8.0.51
|
|
240
|
-
|
|
241
|
-
### Patch Changes
|
|
242
|
-
|
|
243
|
-
- @triptease/tt-combobox@5.5.11
|
|
244
|
-
- @triptease/tt-date-picker@6.0.18
|
|
245
|
-
- @triptease/tt-date-range-picker@6.1.16
|
|
246
|
-
- @triptease/tt-navbar@0.0.74
|
|
247
|
-
|
|
248
|
-
## 8.0.50
|
|
249
|
-
|
|
250
|
-
### Patch Changes
|
|
251
|
-
|
|
252
|
-
- Updated dependencies [7e3fd02]
|
|
253
|
-
- @triptease/tt-navbar@0.0.73
|
|
254
|
-
|
|
255
|
-
## 8.0.49
|
|
256
|
-
|
|
257
|
-
### Patch Changes
|
|
258
|
-
|
|
259
|
-
- @triptease/tt-combobox@5.5.10
|
|
260
|
-
- @triptease/tt-date-picker@6.0.17
|
|
261
|
-
- @triptease/tt-date-range-picker@6.1.15
|
|
262
|
-
- @triptease/tt-navbar@0.0.72
|
|
263
|
-
|
|
264
|
-
## 8.0.48
|
|
265
|
-
|
|
266
|
-
### Patch Changes
|
|
267
|
-
|
|
268
|
-
- @triptease/tt-combobox@5.5.9
|
|
269
|
-
- @triptease/tt-date-picker@6.0.16
|
|
270
|
-
- @triptease/tt-date-range-picker@6.1.14
|
|
271
|
-
- @triptease/tt-navbar@0.0.71
|
|
272
|
-
|
|
273
|
-
## 8.0.47
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
|
-
|
|
277
|
-
- @triptease/tt-combobox@5.5.8
|
|
278
|
-
- @triptease/tt-date-picker@6.0.15
|
|
279
|
-
- @triptease/tt-date-range-picker@6.1.13
|
|
280
|
-
- @triptease/tt-navbar@0.0.70
|
|
281
|
-
|
|
282
|
-
## 8.0.46
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- @triptease/tt-combobox@5.5.7
|
|
287
|
-
- @triptease/tt-date-picker@6.0.14
|
|
288
|
-
- @triptease/tt-date-range-picker@6.1.12
|
|
289
|
-
- @triptease/tt-navbar@0.0.69
|
|
290
|
-
|
|
291
|
-
## 8.0.45
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Resolve internal versioning problem (packages were being deployed using workspaces:\*)
|
|
296
|
-
- Updated dependencies
|
|
297
|
-
- @triptease/tt-date-range-picker@6.1.11
|
|
298
|
-
- @triptease/tt-date-picker@6.0.13
|
|
299
|
-
- @triptease/tt-combobox@5.5.6
|
|
300
|
-
- @triptease/tt-navbar@0.0.68
|
|
301
|
-
|
|
302
|
-
## 8.0.44
|
|
303
|
-
|
|
304
|
-
### Patch Changes
|
|
305
|
-
|
|
306
|
-
- Fix packaging so that packages are dependent on published versions rather than workspace:\* versions.
|
|
307
|
-
- Updated dependencies
|
|
308
|
-
- @triptease/tt-combobox@5.5.5
|
|
309
|
-
- @triptease/tt-date-picker@6.0.12
|
|
310
|
-
- @triptease/tt-date-range-picker@6.1.10
|
|
311
|
-
- @triptease/tt-navbar@0.0.67
|
|
312
|
-
|
|
313
|
-
## 8.0.43
|
|
314
|
-
|
|
315
|
-
### Patch Changes
|
|
316
|
-
|
|
317
|
-
- @triptease/tt-combobox@5.5.4
|
|
318
|
-
- @triptease/tt-date-picker@6.0.11
|
|
319
|
-
- @triptease/tt-date-range-picker@6.1.9
|
|
320
|
-
- @triptease/tt-navbar@0.0.66
|
|
321
|
-
|
|
322
|
-
## 8.0.42
|
|
323
|
-
|
|
324
|
-
### Patch Changes
|
|
325
|
-
|
|
326
|
-
- Updated dependencies [3262c7c]
|
|
327
|
-
- Updated dependencies [465557b]
|
|
328
|
-
- @triptease/tt-date-range-picker@6.1.8
|
|
329
|
-
- @triptease/tt-date-picker@6.0.10
|
|
330
|
-
- @triptease/tt-combobox@5.5.3
|
|
331
|
-
- @triptease/tt-navbar@0.0.65
|
package/src/combobox.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { createComponent, EventName } from '@lit/react';
|
|
3
|
-
import { TtCombobox } from '@triptease/tt-combobox';
|
|
4
|
-
import '@triptease/tt-combobox/tt-combobox.js';
|
|
5
|
-
import { ChangeEvent } from './types.js';
|
|
6
|
-
|
|
7
|
-
export const Combobox = createComponent({
|
|
8
|
-
tagName: 'tt-combobox',
|
|
9
|
-
react: React,
|
|
10
|
-
elementClass: TtCombobox,
|
|
11
|
-
events: {
|
|
12
|
-
onchange: 'change' as EventName<ChangeEvent<TtCombobox>>,
|
|
13
|
-
onChange: 'change' as EventName<ChangeEvent<TtCombobox>>,
|
|
14
|
-
},
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
export { type TtCombobox };
|
package/src/date-picker.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { createComponent, EventName } from '@lit/react';
|
|
3
|
-
import { TtDatePicker } from '@triptease/tt-date-picker';
|
|
4
|
-
import '@triptease/tt-date-picker/tt-date-picker.js';
|
|
5
|
-
import { ChangeEvent } from './types.js';
|
|
6
|
-
|
|
7
|
-
export const DatePicker = createComponent({
|
|
8
|
-
tagName: 'tt-date-picker',
|
|
9
|
-
react: React,
|
|
10
|
-
elementClass: TtDatePicker,
|
|
11
|
-
events: {
|
|
12
|
-
onchange: 'change' as EventName<ChangeEvent<TtDatePicker>>,
|
|
13
|
-
onChange: 'change' as EventName<ChangeEvent<TtDatePicker>>,
|
|
14
|
-
},
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
export { type TtDatePicker };
|
package/src/date-range-picker.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { createComponent, EventName } from '@lit/react';
|
|
3
|
-
import { PresetButton as TtPresetButton, TtDateRangePicker, Preset } from '@triptease/tt-date-range-picker';
|
|
4
|
-
import '@triptease/tt-date-range-picker/tt-date-range-picker.js';
|
|
5
|
-
import { ChangeEvent } from './types.js';
|
|
6
|
-
|
|
7
|
-
export const DateRangePicker = createComponent({
|
|
8
|
-
tagName: 'tt-date-range-picker',
|
|
9
|
-
react: React,
|
|
10
|
-
elementClass: TtDateRangePicker,
|
|
11
|
-
events: {
|
|
12
|
-
onchange: 'change' as EventName<ChangeEvent<TtDateRangePicker>>,
|
|
13
|
-
onChange: 'change' as EventName<ChangeEvent<TtDateRangePicker>>,
|
|
14
|
-
},
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
export const PresetButton = createComponent({
|
|
18
|
-
tagName: 'tt-preset-button',
|
|
19
|
-
react: React,
|
|
20
|
-
elementClass: TtPresetButton,
|
|
21
|
-
events: {
|
|
22
|
-
onchange: 'change',
|
|
23
|
-
ondateselection: 'date-selection',
|
|
24
|
-
},
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
export { type TtDateRangePicker, type TtPresetButton, Preset };
|
package/src/navbar.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
|
|
4
|
-
import '@triptease/tt-navbar/tt-navbar.js';
|
|
5
|
-
import { TtNavbar, Routes, getInitialNavbarState } from '@triptease/tt-navbar';
|
|
6
|
-
|
|
7
|
-
export const Navbar = createComponent({
|
|
8
|
-
tagName: 'tt-navbar',
|
|
9
|
-
react: React,
|
|
10
|
-
elementClass: TtNavbar,
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
export { type TtNavbar, Routes, getInitialNavbarState };
|
package/src/types.ts
DELETED
package/tsconfig.cjs.json
DELETED