@atlaskit/task-decision 17.9.3 → 17.9.5
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/task-decision
|
|
2
2
|
|
|
3
|
+
## 17.9.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#57731](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57731) [`889df47f0f25`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/889df47f0f25) - Add data-testid to placeholder
|
|
8
|
+
|
|
9
|
+
## 17.9.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#57181](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57181) [`38733803e64f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/38733803e64f) - Upgrade Emotion v10 (@emotion/core) to Emotion v11 (@emotion/react). No behaviour change expected.
|
|
14
|
+
|
|
3
15
|
## 17.9.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -41,6 +41,7 @@ var Item = exports.default = /*#__PURE__*/function (_PureComponent) {
|
|
|
41
41
|
// Recommendation: Replace gridSize with 8
|
|
42
42
|
var offset = (0, _constants.gridSize)() * (itemType === 'TASK' ? 3 : 3.5);
|
|
43
43
|
return (0, _react2.jsx)("span", {
|
|
44
|
+
"data-testid": "task-decision-item-placeholder",
|
|
44
45
|
"data-component": "placeholder",
|
|
45
46
|
css: (0, _styles.placeholderStyles)(offset),
|
|
46
47
|
contentEditable: false
|
|
@@ -23,6 +23,7 @@ export default class Item extends PureComponent {
|
|
|
23
23
|
// Recommendation: Replace gridSize with 8
|
|
24
24
|
const offset = gridSize() * (itemType === 'TASK' ? 3 : 3.5);
|
|
25
25
|
return jsx("span", {
|
|
26
|
+
"data-testid": "task-decision-item-placeholder",
|
|
26
27
|
"data-component": "placeholder",
|
|
27
28
|
css: placeholderStyles(offset),
|
|
28
29
|
contentEditable: false
|
|
@@ -37,6 +37,7 @@ var Item = /*#__PURE__*/function (_PureComponent) {
|
|
|
37
37
|
// Recommendation: Replace gridSize with 8
|
|
38
38
|
var offset = gridSize() * (itemType === 'TASK' ? 3 : 3.5);
|
|
39
39
|
return jsx("span", {
|
|
40
|
+
"data-testid": "task-decision-item-placeholder",
|
|
40
41
|
"data-component": "placeholder",
|
|
41
42
|
css: placeholderStyles(offset),
|
|
42
43
|
contentEditable: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/task-decision",
|
|
3
|
-
"version": "17.9.
|
|
3
|
+
"version": "17.9.5",
|
|
4
4
|
"description": "Tasks and decisions react components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/icon": "^22.0.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^0.2.2",
|
|
41
41
|
"@atlaskit/theme": "^12.6.0",
|
|
42
|
-
"@atlaskit/tokens": "^1.
|
|
42
|
+
"@atlaskit/tokens": "^1.29.0",
|
|
43
43
|
"@atlaskit/util-service-support": "^6.2.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@emotion/react": "^11.7.1",
|
|
@@ -53,9 +53,12 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
55
55
|
"@atlaskit/elements-test-helpers": "^0.7.0",
|
|
56
|
+
"@atlaskit/ssr": "*",
|
|
56
57
|
"@atlaskit/util-data-test": "^17.8.0",
|
|
57
58
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
58
59
|
"@emotion/jest": "^11.8.0",
|
|
60
|
+
"@testing-library/react": "^12.1.5",
|
|
61
|
+
"@testing-library/user-event": "^14.4.3",
|
|
59
62
|
"@types/url-search-params": "^0.10.0",
|
|
60
63
|
"date-fns": "^2.17.0",
|
|
61
64
|
"enzyme": "^3.10.0",
|
package/tmp/api-report-tmp.d.ts
DELETED
|
@@ -1,434 +0,0 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/task-decision"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
/// <reference types="react" />
|
|
8
|
-
|
|
9
|
-
import { jsx } from '@emotion/react';
|
|
10
|
-
import { PureComponent } from 'react';
|
|
11
|
-
import { default as React_2 } from 'react';
|
|
12
|
-
import { ReactNode } from 'react';
|
|
13
|
-
import { ServiceConfig } from '@atlaskit/util-service-support';
|
|
14
|
-
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
15
|
-
|
|
16
|
-
// @public (undocumented)
|
|
17
|
-
export type Appearance = 'inline';
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export type ARI = string;
|
|
21
|
-
|
|
22
|
-
// @public (undocumented)
|
|
23
|
-
export type AVI = string;
|
|
24
|
-
|
|
25
|
-
// @public (undocumented)
|
|
26
|
-
export interface BaseItem<S> extends ObjectKey {
|
|
27
|
-
// (undocumented)
|
|
28
|
-
lastUpdateDate: Date;
|
|
29
|
-
// (undocumented)
|
|
30
|
-
state: S;
|
|
31
|
-
// (undocumented)
|
|
32
|
-
type: DecisionType | TaskType;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// @public (undocumented)
|
|
36
|
-
export interface ContentRef {
|
|
37
|
-
// (undocumented)
|
|
38
|
-
(ref: HTMLElement | null): void;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// @public (undocumented)
|
|
42
|
-
export type Cursor = string;
|
|
43
|
-
|
|
44
|
-
// @public (undocumented)
|
|
45
|
-
export interface Decision extends BaseItem<DecisionState> {
|
|
46
|
-
// (undocumented)
|
|
47
|
-
creationDate?: Date;
|
|
48
|
-
// (undocumented)
|
|
49
|
-
creator?: UserId;
|
|
50
|
-
// (undocumented)
|
|
51
|
-
lastUpdateDate: Date;
|
|
52
|
-
// (undocumented)
|
|
53
|
-
lastUpdater?: UserId;
|
|
54
|
-
// (undocumented)
|
|
55
|
-
participants?: UserId[];
|
|
56
|
-
// (undocumented)
|
|
57
|
-
status: DecisionStatus;
|
|
58
|
-
// (undocumented)
|
|
59
|
-
type: DecisionType;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// @public (undocumented)
|
|
63
|
-
export const DecisionItem: ({ appearance, children, contentRef, placeholder, showPlaceholder, dataAttributes, }: Props) => jsx.JSX.Element;
|
|
64
|
-
|
|
65
|
-
// @public (undocumented)
|
|
66
|
-
export class DecisionList extends PureComponent<Props_2, {}> {
|
|
67
|
-
// (undocumented)
|
|
68
|
-
render(): jsx.JSX.Element | null;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
// @public (undocumented)
|
|
72
|
-
export type DecisionState = 'DECIDED';
|
|
73
|
-
|
|
74
|
-
// @public (undocumented)
|
|
75
|
-
export type DecisionStatus = 'CREATED';
|
|
76
|
-
|
|
77
|
-
// @public (undocumented)
|
|
78
|
-
export type DecisionType = 'DECISION';
|
|
79
|
-
|
|
80
|
-
// @public (undocumented)
|
|
81
|
-
export type Handler = (state: DecisionState | TaskState) => void;
|
|
82
|
-
|
|
83
|
-
// @public (undocumented)
|
|
84
|
-
export type Item = Decision | Task;
|
|
85
|
-
|
|
86
|
-
// @public (undocumented)
|
|
87
|
-
export interface Meta {
|
|
88
|
-
// (undocumented)
|
|
89
|
-
cursor?: string;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// @public (undocumented)
|
|
93
|
-
export interface ObjectKey {
|
|
94
|
-
// (undocumented)
|
|
95
|
-
containerAri?: string;
|
|
96
|
-
// (undocumented)
|
|
97
|
-
localId: string;
|
|
98
|
-
// (undocumented)
|
|
99
|
-
objectAri: string;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
// @public (undocumented)
|
|
103
|
-
export interface OnUpdate<T> {
|
|
104
|
-
// (undocumented)
|
|
105
|
-
(allDecisions: T[], newDecisions: T[]): void;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
// @public (undocumented)
|
|
109
|
-
interface Props {
|
|
110
|
-
// (undocumented)
|
|
111
|
-
appearance?: Appearance;
|
|
112
|
-
// (undocumented)
|
|
113
|
-
children?: any;
|
|
114
|
-
// (undocumented)
|
|
115
|
-
contentRef?: ContentRef;
|
|
116
|
-
// (undocumented)
|
|
117
|
-
dataAttributes?: {
|
|
118
|
-
[key: string]: number | string;
|
|
119
|
-
};
|
|
120
|
-
// (undocumented)
|
|
121
|
-
placeholder?: string;
|
|
122
|
-
// (undocumented)
|
|
123
|
-
showPlaceholder?: boolean;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// @public (undocumented)
|
|
127
|
-
interface Props_2 {
|
|
128
|
-
// (undocumented)
|
|
129
|
-
children?: ReactNode;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
// @public (undocumented)
|
|
133
|
-
interface Props_3 {
|
|
134
|
-
// (undocumented)
|
|
135
|
-
appearance?: Appearance;
|
|
136
|
-
// (undocumented)
|
|
137
|
-
children?: any;
|
|
138
|
-
// (undocumented)
|
|
139
|
-
contentRef?: ContentRef;
|
|
140
|
-
// (undocumented)
|
|
141
|
-
dataAttributes?: {
|
|
142
|
-
[key: string]: number | string;
|
|
143
|
-
};
|
|
144
|
-
// (undocumented)
|
|
145
|
-
disabled?: boolean;
|
|
146
|
-
// (undocumented)
|
|
147
|
-
isDone?: boolean;
|
|
148
|
-
// (undocumented)
|
|
149
|
-
isFocused?: boolean;
|
|
150
|
-
// (undocumented)
|
|
151
|
-
isRenderer?: boolean;
|
|
152
|
-
// (undocumented)
|
|
153
|
-
objectAri?: string;
|
|
154
|
-
// (undocumented)
|
|
155
|
-
onChange?: (taskId: string, isChecked: boolean) => void;
|
|
156
|
-
// (undocumented)
|
|
157
|
-
placeholder?: string;
|
|
158
|
-
// (undocumented)
|
|
159
|
-
showPlaceholder?: boolean;
|
|
160
|
-
// (undocumented)
|
|
161
|
-
taskDecisionProvider?: Promise<TaskDecisionProvider>;
|
|
162
|
-
// (undocumented)
|
|
163
|
-
taskId: string;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
// @public (undocumented)
|
|
167
|
-
interface Props_4 {
|
|
168
|
-
// (undocumented)
|
|
169
|
-
appearance?: Appearance;
|
|
170
|
-
// (undocumented)
|
|
171
|
-
children?: any;
|
|
172
|
-
// (undocumented)
|
|
173
|
-
contentRef?: ContentRef;
|
|
174
|
-
// (undocumented)
|
|
175
|
-
dataAttributes?: {
|
|
176
|
-
[key: string]: number | string;
|
|
177
|
-
};
|
|
178
|
-
// (undocumented)
|
|
179
|
-
disabled?: boolean;
|
|
180
|
-
// (undocumented)
|
|
181
|
-
isDone?: boolean;
|
|
182
|
-
// (undocumented)
|
|
183
|
-
isFocused?: boolean;
|
|
184
|
-
// (undocumented)
|
|
185
|
-
isRenderer?: boolean;
|
|
186
|
-
// (undocumented)
|
|
187
|
-
onChange?: (taskId: string, isChecked: boolean) => void;
|
|
188
|
-
// (undocumented)
|
|
189
|
-
placeholder?: string;
|
|
190
|
-
// (undocumented)
|
|
191
|
-
showPlaceholder?: boolean;
|
|
192
|
-
// (undocumented)
|
|
193
|
-
taskId: string;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
// @public (undocumented)
|
|
197
|
-
interface Props_5 {
|
|
198
|
-
// (undocumented)
|
|
199
|
-
children?: ReactNode;
|
|
200
|
-
// (undocumented)
|
|
201
|
-
listId?: string;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
// @public (undocumented)
|
|
205
|
-
export interface PubSubClient {
|
|
206
|
-
// (undocumented)
|
|
207
|
-
join(aris: ARI[]): Promise<PubSubClient>;
|
|
208
|
-
// (undocumented)
|
|
209
|
-
leave(aris: ARI[]): Promise<PubSubClient>;
|
|
210
|
-
// (undocumented)
|
|
211
|
-
off(eventAvi: string, listener: PubSubOnEvent): PubSubClient;
|
|
212
|
-
// (undocumented)
|
|
213
|
-
on(eventAvi: string, listener: PubSubOnEvent): PubSubClient;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
// @public (undocumented)
|
|
217
|
-
export interface PubSubOnEvent<T = any> {
|
|
218
|
-
// (undocumented)
|
|
219
|
-
(event: string, data: T): void;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
// @public (undocumented)
|
|
223
|
-
export enum PubSubSpecialEventType {
|
|
224
|
-
// (undocumented)
|
|
225
|
-
CONNECTED = "CONNECTED",
|
|
226
|
-
// (undocumented)
|
|
227
|
-
ERROR = "ERROR",
|
|
228
|
-
// (undocumented)
|
|
229
|
-
RECONNECT = "RECONNECT"
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
// @public (undocumented)
|
|
233
|
-
export interface RecentUpdateContext {
|
|
234
|
-
// (undocumented)
|
|
235
|
-
localId?: string;
|
|
236
|
-
// (undocumented)
|
|
237
|
-
objectAri: string;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
// @public (undocumented)
|
|
241
|
-
export type RecentUpdatesId = string;
|
|
242
|
-
|
|
243
|
-
// @public
|
|
244
|
-
export interface RecentUpdatesListener {
|
|
245
|
-
id(id: RecentUpdatesId): void;
|
|
246
|
-
recentUpdates(updateContext: RecentUpdateContext): void;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
// @public (undocumented)
|
|
250
|
-
export interface RenderDocument {
|
|
251
|
-
// (undocumented)
|
|
252
|
-
(document: any, rendererContext?: RendererContext): JSX.Element;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
// @public
|
|
256
|
-
export interface RendererContext {
|
|
257
|
-
// (undocumented)
|
|
258
|
-
containerAri?: string;
|
|
259
|
-
// (undocumented)
|
|
260
|
-
objectAri: string;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
// @public (undocumented)
|
|
264
|
-
export class ResourcedTaskItem extends PureComponent<Props_3, State> {
|
|
265
|
-
constructor(props: Props_3);
|
|
266
|
-
// (undocumented)
|
|
267
|
-
componentDidMount(): void;
|
|
268
|
-
// (undocumented)
|
|
269
|
-
componentWillUnmount(): void;
|
|
270
|
-
// (undocumented)
|
|
271
|
-
static defaultProps: Partial<Props_3>;
|
|
272
|
-
// (undocumented)
|
|
273
|
-
render(): JSX.Element;
|
|
274
|
-
// (undocumented)
|
|
275
|
-
UNSAFE_componentWillReceiveProps(nextProps: Props_3): void;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
// @public (undocumented)
|
|
279
|
-
export interface ServiceDecision {
|
|
280
|
-
// (undocumented)
|
|
281
|
-
creationDate?: string;
|
|
282
|
-
// (undocumented)
|
|
283
|
-
creatorId?: UserId;
|
|
284
|
-
// (undocumented)
|
|
285
|
-
lastUpdateDate: string;
|
|
286
|
-
// (undocumented)
|
|
287
|
-
lastUpdaterId?: UserId;
|
|
288
|
-
// (undocumented)
|
|
289
|
-
localId: string;
|
|
290
|
-
// (undocumented)
|
|
291
|
-
objectAri: string;
|
|
292
|
-
// (undocumented)
|
|
293
|
-
participants?: UserId[];
|
|
294
|
-
// (undocumented)
|
|
295
|
-
state?: DecisionState;
|
|
296
|
-
// (undocumented)
|
|
297
|
-
status: DecisionStatus;
|
|
298
|
-
// (undocumented)
|
|
299
|
-
type: DecisionType;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
// @public (undocumented)
|
|
303
|
-
export interface ServiceDecisionResponse {
|
|
304
|
-
// (undocumented)
|
|
305
|
-
decisions: ServiceDecision[];
|
|
306
|
-
// (undocumented)
|
|
307
|
-
meta: Meta;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
// @public (undocumented)
|
|
311
|
-
export type ServiceItem = ServiceDecision | ServiceTask;
|
|
312
|
-
|
|
313
|
-
// @public (undocumented)
|
|
314
|
-
export interface ServiceTask {
|
|
315
|
-
// (undocumented)
|
|
316
|
-
creationDate?: string;
|
|
317
|
-
// (undocumented)
|
|
318
|
-
creatorId?: UserId;
|
|
319
|
-
// (undocumented)
|
|
320
|
-
lastUpdateDate: string;
|
|
321
|
-
// (undocumented)
|
|
322
|
-
lastUpdaterId?: UserId;
|
|
323
|
-
// (undocumented)
|
|
324
|
-
localId: string;
|
|
325
|
-
// (undocumented)
|
|
326
|
-
objectAri: string;
|
|
327
|
-
// (undocumented)
|
|
328
|
-
parentLocalId?: string;
|
|
329
|
-
// (undocumented)
|
|
330
|
-
participants?: UserId[];
|
|
331
|
-
// (undocumented)
|
|
332
|
-
position: number;
|
|
333
|
-
// (undocumented)
|
|
334
|
-
state: TaskState;
|
|
335
|
-
// (undocumented)
|
|
336
|
-
type: TaskType;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
// @public (undocumented)
|
|
340
|
-
export interface ServiceTaskState {
|
|
341
|
-
// (undocumented)
|
|
342
|
-
lastUpdateDate: string;
|
|
343
|
-
// (undocumented)
|
|
344
|
-
localId: string;
|
|
345
|
-
// (undocumented)
|
|
346
|
-
objectAri: string;
|
|
347
|
-
// (undocumented)
|
|
348
|
-
state: TaskState;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
// @public (undocumented)
|
|
352
|
-
interface State {
|
|
353
|
-
// (undocumented)
|
|
354
|
-
isDone?: boolean;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
// @public (undocumented)
|
|
358
|
-
export interface Task extends BaseItem<TaskState> {
|
|
359
|
-
// (undocumented)
|
|
360
|
-
creationDate?: Date;
|
|
361
|
-
// (undocumented)
|
|
362
|
-
creator?: UserId;
|
|
363
|
-
// (undocumented)
|
|
364
|
-
lastUpdateDate: Date;
|
|
365
|
-
// (undocumented)
|
|
366
|
-
lastUpdater?: UserId;
|
|
367
|
-
// (undocumented)
|
|
368
|
-
parentLocalId?: string;
|
|
369
|
-
// (undocumented)
|
|
370
|
-
participants?: UserId[];
|
|
371
|
-
// (undocumented)
|
|
372
|
-
position?: number;
|
|
373
|
-
// (undocumented)
|
|
374
|
-
type: TaskType;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
// @public (undocumented)
|
|
378
|
-
export interface TaskDecisionProvider {
|
|
379
|
-
// (undocumented)
|
|
380
|
-
notifyRecentUpdates(updateContext: RecentUpdateContext): void;
|
|
381
|
-
// (undocumented)
|
|
382
|
-
subscribe(objectKey: ObjectKey, handler: Handler, item?: BaseItem<DecisionState | TaskState>): void;
|
|
383
|
-
// (undocumented)
|
|
384
|
-
toggleTask(objectKey: ObjectKey, state: TaskState): Promise<TaskState>;
|
|
385
|
-
// (undocumented)
|
|
386
|
-
unsubscribe(objectKey: ObjectKey, handler: Handler): void;
|
|
387
|
-
// (undocumented)
|
|
388
|
-
unsubscribeRecentUpdates(id: RecentUpdatesId): void;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
// @public (undocumented)
|
|
392
|
-
export class TaskDecisionResource implements TaskDecisionProvider {
|
|
393
|
-
constructor(serviceConfig: TaskDecisionResourceConfig);
|
|
394
|
-
destroy(): void;
|
|
395
|
-
// (undocumented)
|
|
396
|
-
notifyRecentUpdates(recentUpdateContext: RecentUpdateContext): void;
|
|
397
|
-
// (undocumented)
|
|
398
|
-
subscribe(objectKey: ObjectKey, handler: Handler, item?: BaseItem<DecisionState | TaskState>): void;
|
|
399
|
-
// (undocumented)
|
|
400
|
-
toggleTask(objectKey: ObjectKey, state: TaskState): Promise<TaskState>;
|
|
401
|
-
// (undocumented)
|
|
402
|
-
unsubscribe(objectKey: ObjectKey, handler: Handler): void;
|
|
403
|
-
// (undocumented)
|
|
404
|
-
unsubscribeRecentUpdates(id: RecentUpdatesId): void;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
// @public (undocumented)
|
|
408
|
-
export interface TaskDecisionResourceConfig extends ServiceConfig {
|
|
409
|
-
disableServiceHydration?: boolean;
|
|
410
|
-
// (undocumented)
|
|
411
|
-
pubSubClient?: PubSubClient;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
// @public (undocumented)
|
|
415
|
-
export const TaskItem: React_2.ForwardRefExoticComponent<Omit<Props_4 & WithAnalyticsEventsProps, keyof WithAnalyticsEventsProps> & React_2.RefAttributes<any>>;
|
|
416
|
-
|
|
417
|
-
// @public (undocumented)
|
|
418
|
-
export class TaskList extends PureComponent<Props_5, {}> {
|
|
419
|
-
// (undocumented)
|
|
420
|
-
render(): jsx.JSX.Element | null;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
// @public (undocumented)
|
|
424
|
-
export type TaskState = 'DONE' | 'TODO';
|
|
425
|
-
|
|
426
|
-
// @public (undocumented)
|
|
427
|
-
export type TaskType = 'TASK';
|
|
428
|
-
|
|
429
|
-
// @public (undocumented)
|
|
430
|
-
export type UserId = string;
|
|
431
|
-
|
|
432
|
-
// (No @packageDocumentation comment for this package)
|
|
433
|
-
|
|
434
|
-
```
|