@bryntum/taskboard-angular-thin 7.1.1

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.
Files changed (56) hide show
  1. package/README.md +44 -0
  2. package/bryntum-taskboard-angular-thin.d.ts +5 -0
  3. package/bundles/bryntum-taskboard-angular-thin.umd.js +18990 -0
  4. package/bundles/bryntum-taskboard-angular-thin.umd.js.map +1 -0
  5. package/esm2015/bryntum-taskboard-angular-thin.js +5 -0
  6. package/esm2015/lib/bryntum-column-combo.component.js +937 -0
  7. package/esm2015/lib/bryntum-column-filter-field.component.js +800 -0
  8. package/esm2015/lib/bryntum-column-picker-button.component.js +720 -0
  9. package/esm2015/lib/bryntum-column-scroll-button.component.js +720 -0
  10. package/esm2015/lib/bryntum-project-combo.component.js +941 -0
  11. package/esm2015/lib/bryntum-resources-combo.component.js +937 -0
  12. package/esm2015/lib/bryntum-swimlane-combo.component.js +937 -0
  13. package/esm2015/lib/bryntum-swimlane-filter-field.component.js +808 -0
  14. package/esm2015/lib/bryntum-swimlane-picker-button.component.js +720 -0
  15. package/esm2015/lib/bryntum-swimlane-scroll-button.component.js +720 -0
  16. package/esm2015/lib/bryntum-tag-combo.component.js +941 -0
  17. package/esm2015/lib/bryntum-task-board-base.component.js +1679 -0
  18. package/esm2015/lib/bryntum-task-board-field-filter-picker-group.component.js +763 -0
  19. package/esm2015/lib/bryntum-task-board-field-filter-picker.component.js +733 -0
  20. package/esm2015/lib/bryntum-task-board-project-model.component.js +690 -0
  21. package/esm2015/lib/bryntum-task-board.component.js +1683 -0
  22. package/esm2015/lib/bryntum-task-color-combo.component.js +795 -0
  23. package/esm2015/lib/bryntum-task-filter-field.component.js +808 -0
  24. package/esm2015/lib/bryntum-todo-list-field.component.js +781 -0
  25. package/esm2015/lib/bryntum-undo-redo.component.js +690 -0
  26. package/esm2015/lib/bryntum-zoom-slider.component.js +666 -0
  27. package/esm2015/lib/taskboard.module.js +124 -0
  28. package/esm2015/lib/wrapper.helper.js +74 -0
  29. package/esm2015/public-api.js +26 -0
  30. package/fesm2015/bryntum-taskboard-angular-thin.js +18489 -0
  31. package/fesm2015/bryntum-taskboard-angular-thin.js.map +1 -0
  32. package/lib/bryntum-column-combo.component.d.ts +1209 -0
  33. package/lib/bryntum-column-filter-field.component.d.ts +989 -0
  34. package/lib/bryntum-column-picker-button.component.d.ts +854 -0
  35. package/lib/bryntum-column-scroll-button.component.d.ts +854 -0
  36. package/lib/bryntum-project-combo.component.d.ts +1210 -0
  37. package/lib/bryntum-resources-combo.component.d.ts +1208 -0
  38. package/lib/bryntum-swimlane-combo.component.d.ts +1208 -0
  39. package/lib/bryntum-swimlane-filter-field.component.d.ts +1002 -0
  40. package/lib/bryntum-swimlane-picker-button.component.d.ts +854 -0
  41. package/lib/bryntum-swimlane-scroll-button.component.d.ts +854 -0
  42. package/lib/bryntum-tag-combo.component.d.ts +1213 -0
  43. package/lib/bryntum-task-board-base.component.d.ts +1922 -0
  44. package/lib/bryntum-task-board-field-filter-picker-group.component.d.ts +942 -0
  45. package/lib/bryntum-task-board-field-filter-picker.component.d.ts +890 -0
  46. package/lib/bryntum-task-board-project-model.component.d.ts +733 -0
  47. package/lib/bryntum-task-board.component.d.ts +1924 -0
  48. package/lib/bryntum-task-color-combo.component.d.ts +966 -0
  49. package/lib/bryntum-task-filter-field.component.d.ts +1002 -0
  50. package/lib/bryntum-todo-list-field.component.d.ts +956 -0
  51. package/lib/bryntum-undo-redo.component.d.ts +832 -0
  52. package/lib/bryntum-zoom-slider.component.d.ts +785 -0
  53. package/lib/taskboard.module.d.ts +27 -0
  54. package/lib/wrapper.helper.d.ts +26 -0
  55. package/package.json +33 -0
  56. package/public-api.d.ts +22 -0
@@ -0,0 +1,733 @@
1
+ /**
2
+ * Angular wrapper for Bryntum ProjectModel
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { Model, ModelConfig, StateTrackingManager, StateTrackingManagerConfig, Store, StoreConfig } from '@bryntum/core-thin';
6
+ import { AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, CrudManagerStoreDescriptor, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, EventModel, EventModelConfig, EventStore, EventStoreConfig, ProjectModel, ProjectModelListeners, ResourceModel, ResourceModelConfig, ResourceStore, ResourceStoreConfig, ResourceTimeRangeModel, ResourceTimeRangeModelConfig, TaskModel, TaskModelConfig, TaskStore, TaskStoreConfig, TimeRangeModel, TimeRangeModelConfig } from '@bryntum/taskboard-thin';
7
+ import * as i0 from "@angular/core";
8
+ export declare type BryntumTaskBoardProjectModelProps = {
9
+ /**
10
+ * A flag, indicating whether the dates and duration calculations should adjust the result to DST time shift.
11
+ */
12
+ adjustDurationToDST?: boolean;
13
+ /**
14
+ * The constructor of the assignment model class, to be used in the project. Will be set as the
15
+ * [modelClass](https://bryntum.com/products/taskboard/docs/api/Core/data/Store#config-modelClass) property of the [assignmentStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-assignmentStore)
16
+ */
17
+ assignmentModelClass?: typeof AssignmentModel;
18
+ /**
19
+ * Data use to fill the [assignmentStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-assignmentStore). Should be an array of
20
+ * [AssignmentModels](https://bryntum.com/products/scheduler/docs#Scheduler/model/AssignmentModel) or its configuration objects.
21
+ */
22
+ assignments?: AssignmentModel[] | AssignmentModelConfig[];
23
+ /**
24
+ * The initial data, to fill the [assignmentStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-assignmentStore) with.
25
+ * Should be an array of [AssignmentModels](https://bryntum.com/products/scheduler/docs#Scheduler/model/AssignmentModel) or its configuration
26
+ * objects.
27
+ * @deprecated 6.3.0 Use [assignments](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#config-assignments) instead
28
+ */
29
+ assignmentsData?: AssignmentModel[] | AssignmentModelConfig[];
30
+ /**
31
+ * An [AssignmentStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/AssignmentStore) instance or a config object.
32
+ */
33
+ assignmentStore?: AssignmentStore | AssignmentStoreConfig;
34
+ /**
35
+ * The constructor to create an assignment store instance with. Should be a class, subclassing the
36
+ * [AssignmentStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/AssignmentStore)
37
+ */
38
+ assignmentStoreClass?: typeof AssignmentStore | object;
39
+ /**
40
+ * Specify `true` to automatically call [load](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) method on the next frame after creation.
41
+ * ...
42
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-autoLoad)
43
+ */
44
+ autoLoad?: boolean;
45
+ /**
46
+ * `true` to automatically persist store changes after edits are made in any of the stores monitored.
47
+ * Please note that sync request will not be invoked immediately but only after
48
+ * [autoSyncTimeout](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#config-autoSyncTimeout) interval.
49
+ */
50
+ autoSync?: boolean;
51
+ /**
52
+ * The timeout in milliseconds to wait before persisting changes to the server.
53
+ * Used when [autoSync](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#config-autoSync) is set to `true`.
54
+ */
55
+ autoSyncTimeout?: number;
56
+ /**
57
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
58
+ * hierarchy when triggered.
59
+ * ...
60
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-bubbleEvents)
61
+ */
62
+ bubbleEvents?: object;
63
+ /**
64
+ * Set to `true` to call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
65
+ * ...
66
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-callOnFunctions)
67
+ */
68
+ callOnFunctions?: boolean;
69
+ /**
70
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
71
+ * application state is undefined. Code which follows the event handler will *not* be executed.
72
+ * ...
73
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-catchEventHandlerExceptions)
74
+ */
75
+ catchEventHandlerExceptions?: boolean;
76
+ /**
77
+ * Child nodes. To allow loading children on demand, specify `children : true` in your data. Omit the field for leaf
78
+ * tasks.
79
+ * ...
80
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-children)
81
+ */
82
+ children?: boolean | object[] | Model[] | ModelConfig[];
83
+ /**
84
+ * Sets the list of stores controlled by the CRUD manager.
85
+ * ...
86
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-crudStores)
87
+ */
88
+ crudStores?: Store[] | string[] | CrudManagerStoreDescriptor[] | StoreConfig[];
89
+ /**
90
+ * Data use to fill the [dependencyStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-dependencyStore). Should be an array of
91
+ * [DependencyModels](https://bryntum.com/products/scheduler/docs#Scheduler/model/DependencyModel) or its configuration objects.
92
+ */
93
+ dependencies?: DependencyModel[] | DependencyModelConfig[];
94
+ /**
95
+ * The initial data, to fill the [dependencyStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-dependencyStore) with.
96
+ * Should be an array of [DependencyModels](https://bryntum.com/products/scheduler/docs#Scheduler/model/DependencyModel) or its configuration
97
+ * objects.
98
+ * @deprecated 6.3.0 Use [dependencies](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#config-dependencies) instead
99
+ */
100
+ dependenciesData?: DependencyModel[] | DependencyModelConfig[];
101
+ /**
102
+ * The constructor of the dependency model class, to be used in the project. Will be set as the
103
+ * [modelClass](https://bryntum.com/products/taskboard/docs/api/Core/data/Store#config-modelClass) property of the [dependencyStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-dependencyStore)
104
+ */
105
+ dependencyModelClass?: typeof DependencyModel;
106
+ /**
107
+ * A [DependencyStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/DependencyStore) instance or a config object.
108
+ */
109
+ dependencyStore?: DependencyStore | DependencyStoreConfig;
110
+ /**
111
+ * The constructor to create a dependency store instance with. Should be a class, subclassing the
112
+ * [DependencyStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/DependencyStore)
113
+ */
114
+ dependencyStoreClass?: typeof DependencyStore | object;
115
+ /**
116
+ * Configuration of the JSON encoder used by the *Crud Manager*.
117
+ */
118
+ encoder?: {
119
+ requestData?: object;
120
+ };
121
+ /**
122
+ * Data use to fill the [eventStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-eventStore). Should be an array of
123
+ * [EventModels](https://bryntum.com/products/scheduler/docs#Scheduler/model/EventModel) or its configuration objects.
124
+ */
125
+ events?: EventModel[] | EventModelConfig[];
126
+ /**
127
+ * The initial data, to fill the [eventStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-eventStore) with.
128
+ * Should be an array of [EventModels](https://bryntum.com/products/scheduler/docs#Scheduler/model/EventModel) or its configuration objects.
129
+ * @deprecated 6.3.0 Use [events](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#config-events) instead
130
+ */
131
+ eventsData?: EventModel[] | EventModelConfig[];
132
+ /**
133
+ * An [EventStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/EventStore) instance or a config object.
134
+ */
135
+ eventStore?: EventStore | EventStoreConfig;
136
+ /**
137
+ * Start expanded or not (only valid for tree data)
138
+ */
139
+ expanded?: boolean;
140
+ /**
141
+ * Specify as `true` to force sync requests to be sent when calling `sync()`, even if there are no local
142
+ * changes. Useful in a polling scenario, to keep client up to date with the backend.
143
+ */
144
+ forceSync?: boolean;
145
+ /**
146
+ * Unique identifier for the record. Might be mapped to another dataSource using idField, but always exposed as
147
+ * record.id. Will get a generated value if none is specified in records data.
148
+ * ...
149
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-id)
150
+ */
151
+ id?: string | number;
152
+ /**
153
+ * Set to `true` to make STM ignore changes coming from the backend. This will allow user to only undo redo
154
+ * local changes.
155
+ */
156
+ ignoreRemoteChangesInSTM?: boolean;
157
+ /**
158
+ * Set to `false` to only include the id of a removed parent node in the request to the backend (also
159
+ * affects programmatic calls to get [changes](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#property-changes) etc.), and not the ids of its children.
160
+ * ...
161
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-includeChildrenInRemoveRequest)
162
+ */
163
+ includeChildrenInRemoveRequest?: boolean;
164
+ /**
165
+ * Whether to include legacy data properties in the JSON / inlineData output. The legacy data properties are
166
+ * the `xxData` (`eventsData`, `resourcesData` etc.) properties that are deprecated and will be removed in
167
+ * the future.
168
+ * @deprecated 6.3.0 This config will be removed when the eventsData, resourcesData etc. properties are removed in a future release.
169
+ */
170
+ includeLegacyDataProperties?: boolean;
171
+ /**
172
+ * This field is added to the class at runtime when the Store is configured with
173
+ * [lazyLoad](https://bryntum.com/products/taskboard/docs/api/Core/data/Store#config-lazyLoad). If set on a parent record at load time, that parent will not cause any
174
+ * more child load requests. If omitted, it will be automatically set to `true` when a load request receives fewer
175
+ * child records than requested.
176
+ * ...
177
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-isFullyLoaded)
178
+ */
179
+ isFullyLoaded?: boolean;
180
+ /**
181
+ * Project data as a JSON string, used to populate its stores.
182
+ * ...
183
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-json)
184
+ */
185
+ json?: string;
186
+ /**
187
+ * The listener set for this object.
188
+ * ...
189
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-listeners)
190
+ */
191
+ listeners?: ProjectModelListeners;
192
+ /**
193
+ * Convenience shortcut to set only the url to load from, when you do not need to supply any other config
194
+ * options in the `load` section of the `transport` config.
195
+ * ...
196
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-loadUrl)
197
+ */
198
+ loadUrl?: string;
199
+ /**
200
+ * This is a read-only field provided in server synchronization packets to specify
201
+ * which position the node takes in the parent's ordered children array.
202
+ * This index is set on load and gets updated on reordering nodes in tree. Sorting and filtering
203
+ * have no effect on it.
204
+ */
205
+ orderedParentIndex?: number;
206
+ /**
207
+ * This is a read-only field provided in server synchronization packets to specify
208
+ * which record id is the parent of the record.
209
+ */
210
+ parentId?: string | number | null;
211
+ /**
212
+ * This is a read-only field provided in server synchronization packets to specify
213
+ * which position the node takes in the parent's children array.
214
+ * This index is set on load and gets updated automatically after row reordering, sorting, etc.
215
+ * To save the order, need to persist the field on the server and when data is fetched to be loaded,
216
+ * need to sort by this field.
217
+ */
218
+ parentIndex?: number;
219
+ /**
220
+ * Field name to be used to transfer a phantom record identifier.
221
+ */
222
+ phantomIdField?: string;
223
+ /**
224
+ * Field name to be used to transfer a phantom parent record identifier.
225
+ */
226
+ phantomParentIdField?: string;
227
+ /**
228
+ * Flag the record as read-only on the UI level, preventing the end user from manipulating it using editing
229
+ * features such as cell editing and event dragging.
230
+ * ...
231
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-readOnly)
232
+ */
233
+ readOnly?: boolean;
234
+ /**
235
+ * This field is added to the class at runtime when the Store is configured with
236
+ * [lazyLoad](https://bryntum.com/products/taskboard/docs/api/Core/data/Store#config-lazyLoad). The
237
+ * number specified should reflect the <strong>total</strong> amount of children of a parent node, including nested descendants.
238
+ * @deprecated This field has been deprecated. Please read the [guide](https://bryntum.com/products/grid/docs/guide/Grid/data/lazyloading) to find out if your app needs to use the new [isFullyLoaded](https://bryntum.com/products/taskboard/docs/api/Core/data/mixin/TreeNode#field-isFullyLoaded) field.
239
+ */
240
+ remoteChildCount?: number;
241
+ /**
242
+ * `True` to reset identifiers (defined by `idField` config) of phantom records before submitting them
243
+ * to the server.
244
+ */
245
+ resetIdsBeforeSync?: boolean;
246
+ /**
247
+ * The constructor of the resource model class, to be used in the project. Will be set as the
248
+ * [modelClass](https://bryntum.com/products/taskboard/docs/api/Core/data/Store#config-modelClass) property of the [resourceStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-resourceStore)
249
+ */
250
+ resourceModelClass?: typeof ResourceModel;
251
+ /**
252
+ * Data use to fill the [resourceStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-resourceStore). Should be an array of
253
+ * [ResourceModels](https://bryntum.com/products/scheduler/docs#Scheduler/model/ResourceModel) or its configuration objects.
254
+ */
255
+ resources?: ResourceModel[] | ResourceModelConfig[];
256
+ /**
257
+ * The initial data, to fill the [resourceStore](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#property-resourceStore) with.
258
+ * Should be an array of [ResourceModels](https://bryntum.com/products/scheduler/docs#Scheduler/model/ResourceModel) or its configuration objects.
259
+ * @deprecated 6.3.0 Use [resources](https://bryntum.com/products/scheduler/docs#Scheduler/model/ProjectModel#config-resources) instead
260
+ */
261
+ resourcesData?: ResourceModel[] | ResourceModelConfig[];
262
+ /**
263
+ * A [ResourceStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/ResourceStore) instance or a config object.
264
+ */
265
+ resourceStore?: ResourceStore | ResourceStoreConfig;
266
+ /**
267
+ * The constructor to create a resource store instance with. Should be a class, subclassing the
268
+ * [ResourceStore](https://bryntum.com/products/scheduler/docs#Scheduler/data/ResourceStore)
269
+ */
270
+ resourceStoreClass?: typeof ResourceStore | object;
271
+ /**
272
+ * Experimental hook that lets the app determine if a bound dataset needs syncing with the store or not, and
273
+ * if it does - which records that should be processed. Only called for stores that are configured with
274
+ * `syncDataOnLoad: true` (which is the default in the React, Angular and Vue wrappers).
275
+ * ...
276
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-shouldSyncDataOnLoad)
277
+ * @param {object} options Options passed by the store to this hook
278
+ * @param {Core.data.Store} options.store Store about to be synced
279
+ * @param {Core.data.Model} options.records Records currently in the store
280
+ * @param {object[]} options.data Incoming data
281
+ * @returns {Set<any>,boolean} Return `false` to prevent the store from syncing, or a set of record ids that need further processing (for records that has some kind of change, eg. an update, removal or addition)
282
+ */
283
+ shouldSyncDataOnLoad?: (options: {
284
+ store: Store;
285
+ records: Model;
286
+ data: object[];
287
+ }) => Set<any> | boolean;
288
+ /**
289
+ * Silences propagations caused by the project loading.
290
+ * ...
291
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-silenceInitialCommit)
292
+ */
293
+ silenceInitialCommit?: boolean;
294
+ /**
295
+ * When `true` treats parsed responses without `success` property as successful.
296
+ * In this mode a parsed response is treated as invalid if it has explicitly set `success : false`.
297
+ */
298
+ skipSuccessProperty?: boolean;
299
+ /**
300
+ * Configuration options to provide to the STM manager
301
+ */
302
+ stm?: StateTrackingManagerConfig | StateTrackingManager;
303
+ /**
304
+ * Name of a store property to retrieve store identifiers from. Make sure you have an instance of a
305
+ * store to use it by id. Store identifier is used as a container name holding corresponding store data
306
+ * while transferring them to/from the server. By default, `id` property is used. And in case a
307
+ * container identifier has to differ this config can be used:
308
+ * ...
309
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-storeIdProperty)
310
+ */
311
+ storeIdProperty?: string;
312
+ /**
313
+ * When `true` the Crud Manager does not require all updated and removed records to be mentioned in the
314
+ * *sync* response. In this case response should include only server side changes.
315
+ * ...
316
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-supportShortSyncResponse)
317
+ */
318
+ supportShortSyncResponse?: boolean;
319
+ /**
320
+ * An array of store identifiers sets an alternative sync responses apply order.
321
+ * By default, the order in which sync responses are applied to the stores is the same as they
322
+ * registered in. But in case of some tricky dependencies between stores this order can be changed:
323
+ * ...
324
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-syncApplySequence)
325
+ */
326
+ syncApplySequence?: string[] | CrudManagerStoreDescriptor[];
327
+ /**
328
+ * Convenience shortcut to set only the url to sync to, when you do not need to supply any other config
329
+ * options in the `sync` section of the `transport` config.
330
+ * ...
331
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-syncUrl)
332
+ */
333
+ syncUrl?: string;
334
+ /**
335
+ * The constructor of the task model class, to be used in the project.
336
+ * Will be set as the [modelClass](https://bryntum.com/products/taskboard/docs/api/Core/data/Store#config-modelClass)
337
+ * property of the [taskStore](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#property-taskStore).
338
+ */
339
+ taskModelClass?: typeof TaskModel;
340
+ /**
341
+ * The initial data, to fill the [taskStore](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#property-taskStore) with. Should be an array of
342
+ * [TaskModel](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/TaskModel) or its configuration objects.
343
+ */
344
+ tasks?: TaskModel[] | TaskModelConfig[];
345
+ /**
346
+ * The initial data, to fill the [taskStore](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#property-taskStore) with.
347
+ * Should be an array of [TaskModel](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/TaskModel) instances or its configuration objects.
348
+ * @deprecated 6.3.0 Use [tasks](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-tasks) instead
349
+ */
350
+ tasksData?: TaskModel[] | TaskModelConfig[];
351
+ /**
352
+ * An [TaskStore](https://bryntum.com/products/taskboard/docs/api/TaskBoard/store/TaskStore) instance or a config object.
353
+ */
354
+ taskStore?: TaskStoreConfig | TaskStore;
355
+ /**
356
+ * The constructor to create a task store instance with.
357
+ * Should be a class, subclassing the [TaskStore](https://bryntum.com/products/taskboard/docs/api/TaskBoard/store/TaskStore).
358
+ */
359
+ taskStoreClass?: typeof TaskStore;
360
+ /**
361
+ * Set to a IANA time zone (i.e. `Europe/Stockholm`) or a UTC offset in minutes (i.e. `-120`). This will
362
+ * convert all events, tasks and time ranges to the specified time zone or offset. It will also affect the
363
+ * displayed timeline's headers as well at the start and end date of it.
364
+ * ...
365
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-timeZone)
366
+ */
367
+ timeZone?: string | number;
368
+ /**
369
+ * Specifies the output format of [toJSON](https://bryntum.com/products/scheduler/docs#Scheduler/model/mixin/ProjectModelCommon#function-toJSON).
370
+ * ...
371
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-toJSONResultFormat)
372
+ */
373
+ toJSONResultFormat?: 'inlineData' | 'model';
374
+ /**
375
+ * When `true` forces the CRUD manager to process responses depending on their `type` attribute.
376
+ * So `load` request may be responded with `sync` response for example.
377
+ * Can be used for smart server logic allowing the server to decide when it's better to respond with a
378
+ * complete data set (`load` response) or it's enough to return just a delta (`sync` response).
379
+ */
380
+ trackResponseType?: boolean;
381
+ /**
382
+ * Configuration of the AJAX requests used by *Crud Manager* to communicate with a server-side.
383
+ * ...
384
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-transport)
385
+ */
386
+ transport?: {
387
+ load?: object;
388
+ sync?: object;
389
+ };
390
+ /**
391
+ * By default, the stores of a project use the raw data objects passed to them as the data source for their
392
+ * records if data is loaded remotely (using an `AjaxStore` or a `CrudManager`). For data supplied inline,
393
+ * the data objects are instead by default cloned to avoid the original data object being modified by the
394
+ * store.
395
+ * ...
396
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-useRawData)
397
+ */
398
+ useRawData?: boolean;
399
+ /**
400
+ * This config validates the response structure for requests made by the Crud Manager.
401
+ * When `true`, the Crud Manager checks every parsed response structure for errors
402
+ * and if the response format is invalid, a warning is logged to the browser console.
403
+ * ...
404
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#config-validateResponse)
405
+ */
406
+ validateResponse?: boolean;
407
+ /**
408
+ * `true` to write all fields from the record to the server.
409
+ * If set to `false` it will only send the fields that were modified.
410
+ * Note that any fields that have [persist](https://bryntum.com/products/taskboard/docs/api/Core/data/field/DataField#config-persist) set to `false` will
411
+ * still be ignored and fields having [alwaysWrite](https://bryntum.com/products/taskboard/docs/api/Core/data/field/DataField#config-alwaysWrite) set to `true`
412
+ * will always be included.
413
+ */
414
+ writeAllFields?: boolean;
415
+ };
416
+ export declare class BryntumTaskBoardProjectModelComponent implements OnInit, OnDestroy {
417
+ static instanceClass: typeof ProjectModel;
418
+ static instanceName: string;
419
+ private static bryntumEvents;
420
+ private static bryntumFeatureNames;
421
+ private static bryntumConfigs;
422
+ private static bryntumConfigsOnly;
423
+ private static bryntumProps;
424
+ private elementRef;
425
+ instance: ProjectModel;
426
+ private bryntumConfig;
427
+ constructor(element: ElementRef);
428
+ adjustDurationToDST: boolean;
429
+ assignmentModelClass: typeof AssignmentModel;
430
+ assignmentsData: AssignmentModel[] | AssignmentModelConfig[];
431
+ assignmentStoreClass: typeof AssignmentStore | object;
432
+ autoLoad: boolean;
433
+ autoSync: boolean;
434
+ autoSyncTimeout: number;
435
+ bubbleEvents: object;
436
+ children: boolean | object[] | Model[] | ModelConfig[];
437
+ dependenciesData: DependencyModel[] | DependencyModelConfig[];
438
+ dependencyModelClass: typeof DependencyModel;
439
+ dependencyStoreClass: typeof DependencyStore | object;
440
+ encoder: {
441
+ requestData?: object;
442
+ };
443
+ eventsData: EventModel[] | EventModelConfig[];
444
+ expanded: boolean;
445
+ ignoreRemoteChangesInSTM: boolean;
446
+ includeChildrenInRemoveRequest: boolean;
447
+ listeners: ProjectModelListeners;
448
+ orderedParentIndex: number;
449
+ parentIndex: number;
450
+ phantomIdField: string;
451
+ phantomParentIdField: string;
452
+ resetIdsBeforeSync: boolean;
453
+ resourceModelClass: typeof ResourceModel;
454
+ resourcesData: ResourceModel[] | ResourceModelConfig[];
455
+ resourceStoreClass: typeof ResourceStore | object;
456
+ silenceInitialCommit: boolean;
457
+ skipSuccessProperty: boolean;
458
+ storeIdProperty: string;
459
+ supportShortSyncResponse: boolean;
460
+ taskModelClass: typeof TaskModel;
461
+ tasksData: TaskModel[] | TaskModelConfig[];
462
+ taskStoreClass: typeof TaskStore;
463
+ toJSONResultFormat: 'inlineData' | 'model';
464
+ trackResponseType: boolean;
465
+ transport: {
466
+ load?: object;
467
+ sync?: object;
468
+ };
469
+ useRawData: boolean;
470
+ validateResponse: boolean;
471
+ writeAllFields: boolean;
472
+ assignments: AssignmentModel[] | AssignmentModelConfig[];
473
+ assignmentStore: AssignmentStore | AssignmentStoreConfig;
474
+ callOnFunctions: boolean;
475
+ catchEventHandlerExceptions: boolean;
476
+ crudStores: CrudManagerStoreDescriptor[] | Store[] | string[] | StoreConfig[];
477
+ dependencies: DependencyModel[] | DependencyModelConfig[];
478
+ dependencyStore: DependencyStore | DependencyStoreConfig;
479
+ events: EventModel[] | EventModelConfig[];
480
+ eventStore: EventStore | EventStoreConfig;
481
+ forceSync: boolean;
482
+ id: string | number;
483
+ includeLegacyDataProperties: boolean;
484
+ isFullyLoaded: boolean;
485
+ json: string;
486
+ loadUrl: string;
487
+ parentId: number | string | null;
488
+ readOnly: boolean;
489
+ remoteChildCount: number;
490
+ resources: ResourceModel[] | ResourceModelConfig[];
491
+ resourceStore: ResourceStore | ResourceStoreConfig;
492
+ shouldSyncDataOnLoad: (options: {
493
+ store: Store;
494
+ records: Model;
495
+ data: object[];
496
+ }) => Set<any> | boolean;
497
+ stm: StateTrackingManager | StateTrackingManagerConfig;
498
+ syncApplySequence: string[] | CrudManagerStoreDescriptor[];
499
+ syncUrl: string;
500
+ tasks: TaskModel[] | TaskModelConfig[];
501
+ taskStore: TaskStore | TaskStoreConfig;
502
+ timeZone: string | number;
503
+ allChildren: Model[];
504
+ allUnfilteredChildren: Model[];
505
+ descendantCount: number;
506
+ hasGeneratedId: boolean;
507
+ inlineData: object;
508
+ internalId: number;
509
+ isCommitting: boolean;
510
+ isCreating: boolean;
511
+ isValid: boolean;
512
+ previousSiblingsTotalCount: number;
513
+ resourceTimeRanges: ResourceTimeRangeModel[] | ResourceTimeRangeModelConfig[];
514
+ timeRanges: TimeRangeModel[] | TimeRangeModelConfig[];
515
+ visibleDescendantCount: number;
516
+ /**
517
+ * Fires before an object is destroyed.
518
+ * @param {object} event Event object
519
+ * @param {Core.Base} event.source The Object that is being destroyed.
520
+ */
521
+ onBeforeDestroy: any;
522
+ /**
523
+ * Fires before [load request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) is sent. Return `false` to cancel load request.
524
+ * @param {object} event Event object
525
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
526
+ * @param {object} event.pack The data package which contains data for all stores managed by the crud manager.
527
+ */
528
+ onBeforeLoad: any;
529
+ /**
530
+ * Fires before loaded data get applied to the stores. Return `false` to prevent data applying.
531
+ * This event can be used for server data preprocessing. To achieve it user can modify the `response` object.
532
+ * @param {object} event Event object
533
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
534
+ * @param {object} event.response The decoded server response object.
535
+ * @param {object} event.options Options provided to the [load](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) method.
536
+ */
537
+ onBeforeLoadApply: any;
538
+ /**
539
+ * Fires before server response gets applied to the stores. Return `false` to prevent data applying.
540
+ * This event can be used for server data preprocessing. To achieve it user can modify the `response` object.
541
+ * @param {object} event Event object
542
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
543
+ * @param {'sync','load'} event.requestType The request type (`sync` or `load`).
544
+ * @param {object} event.response The decoded server response object.
545
+ */
546
+ onBeforeResponseApply: any;
547
+ /**
548
+ * Fires before a request is sent to the server.
549
+ * ...
550
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#event-beforeSend)
551
+ * @param {object} event Event object
552
+ * @param {Scheduler.crud.AbstractCrudManager} event.crudManager The CRUD manager.
553
+ * @param {object} event.params HTTP request params to be passed in the request URL.
554
+ * @param {'sync','load'} event.requestType CrudManager request type (`load`/`sync`)
555
+ * @param {object} event.requestConfig Configuration object for Ajax request call
556
+ */
557
+ onBeforeSend: any;
558
+ /**
559
+ * Fires before [sync request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) is sent. Return `false` to cancel sync request.
560
+ * ...
561
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#event-beforeSync)
562
+ * @param {object} event Event object
563
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
564
+ * @param {object} event.pack The data package which contains data for all stores managed by the crud manager.
565
+ */
566
+ onBeforeSync: any;
567
+ /**
568
+ * Fires before sync response data get applied to the stores. Return `false` to prevent data applying.
569
+ * This event can be used for server data preprocessing. To achieve it user can modify the `response` object.
570
+ * @param {object} event Event object
571
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
572
+ * @param {object} event.response The decoded server response object.
573
+ */
574
+ onBeforeSyncApply: any;
575
+ /**
576
+ * Fires when any other event is fired from the object.
577
+ * ...
578
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#event-catchAll)
579
+ * @param {object} event Event object
580
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
581
+ * @param {string} event.event.type The type of the event which is caught by the listener
582
+ */
583
+ onCatchAll: any;
584
+ /**
585
+ * Fired when data in any of the projects stores changes.
586
+ * ...
587
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#event-change)
588
+ * @param {object} event Event object
589
+ * @param {Scheduler.model.SchedulerProjectModel,any} event.source This project
590
+ * @param {Core.data.Store} event.store Affected store
591
+ * @param {'remove','removeAll','add','clearchanges','filter','update','dataset','replace'} event.action Name of action which triggered the change. May be one of: * `'remove'` * `'removeAll'` * `'add'` * `'clearchanges'` * `'filter'` * `'update'` * `'dataset'` * `'replace'`
592
+ * @param {Core.data.Model} event.record Changed record, for actions that affects exactly one record (`'update'`)
593
+ * @param {Core.data.Model[]} event.records Changed records, passed for all actions except `'removeAll'`
594
+ * @param {object} event.changes Passed for the `'update'` action, info on which record fields changed
595
+ */
596
+ onChange: any;
597
+ /**
598
+ * Fired when the engine has finished its calculations and the results has been written back to the records.
599
+ * ...
600
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#event-dataReady)
601
+ * @param {object} event Event object
602
+ * @param {Scheduler.model.SchedulerProjectModel,any} event.source The project
603
+ * @param {boolean} event.isInitialCommit Flag that shows if this commit is initial
604
+ * @param {Set<any>} event.records Set of all [Model](https://bryntum.com/products/taskboard/docs/api/Core/data/Model)s that were modified in the completed transaction. Use the [modifications](https://bryntum.com/products/taskboard/docs/api/Core/data/Model#property-modifications) property of each Model to identify modified fields.
605
+ */
606
+ onDataReady: any;
607
+ /**
608
+ * Fires when an object is destroyed.
609
+ * @param {object} event Event object
610
+ * @param {Core.Base} event.source The Object that is being destroyed.
611
+ */
612
+ onDestroy: any;
613
+ /**
614
+ * Fires when data in any of the registered data stores is changed.
615
+ * ...
616
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#event-hasChanges)
617
+ * @param {object} event Event object
618
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
619
+ */
620
+ onHasChanges: any;
621
+ /**
622
+ * Fires on successful [load request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) completion after data gets loaded to the stores.
623
+ * @param {object} event Event object
624
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
625
+ * @param {object} event.response The decoded server response object.
626
+ * @param {object} event.responseOptions [DEPRECATED] see `requestOptions`
627
+ * @param {object} event.requestOptions The request options passed to the request.
628
+ * @param {Response} event.rawResponse The native Response object
629
+ */
630
+ onLoad: any;
631
+ /**
632
+ * Fired after [load request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) was canceled by some [beforeLoad](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#event-beforeLoad)
633
+ * listener or due to incomplete prior load request.
634
+ * @param {object} event Event object
635
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
636
+ * @param {object} event.pack The data package which contains data for all stores managed by the crud manager.
637
+ */
638
+ onLoadCanceled: any;
639
+ /**
640
+ * Fires when a [load request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) fails.
641
+ * @param {object} event Event object
642
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager instance.
643
+ * @param {object} event.response The decoded server response object.
644
+ * @param {string} event.responseText The raw server response text
645
+ * @param {object} event.responseOptions [DEPRECATED] see `requestOptions`
646
+ * @param {object} event.requestOptions The request options passed to the request.
647
+ * @param {Response} event.rawResponse The native Response object
648
+ */
649
+ onLoadFail: any;
650
+ /**
651
+ * Fires when registered stores get into state when they don't have any
652
+ * not persisted change. This happens after [load](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) or [sync](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) request
653
+ * completion. Or this may happen after a record update which turns its fields back to their original state.
654
+ * ...
655
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/model/ProjectModel#event-noChanges)
656
+ * @param {object} event Event object
657
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
658
+ */
659
+ onNoChanges: any;
660
+ /**
661
+ * Fires on successful request completion after data gets applied to the stores.
662
+ * @param {object} event Event object
663
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
664
+ * @param {'sync','load'} event.requestType The request type (`sync` or `load`).
665
+ * @param {object} event.response The decoded server response object.
666
+ * @param {object} event.responseOptions [DEPRECATED] see `requestOptions`
667
+ * @param {object} event.requestOptions The request options passed to the request.
668
+ * @param {Response} event.rawResponse The native Response object
669
+ */
670
+ onRequestDone: any;
671
+ /**
672
+ * Fires when a request fails.
673
+ * @param {object} event Event object
674
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager instance.
675
+ * @param {'sync','load'} event.requestType The request type (`sync` or `load`).
676
+ * @param {object} event.response The decoded server response object.
677
+ * @param {string} event.responseText The raw server response text
678
+ * @param {object} event.responseOptions [DEPRECATED] see `requestOptions`
679
+ * @param {object} event.requestOptions The request options passed to the request.
680
+ * @param {Response} event.rawResponse The native Response object
681
+ */
682
+ onRequestFail: any;
683
+ /**
684
+ * Fires on successful [sync request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) completion.
685
+ * @param {object} event Event object
686
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
687
+ * @param {object} event.response The decoded server response object.
688
+ * @param {object} event.responseOptions [DEPRECATED] see `requestOptions`
689
+ * @param {object} event.requestOptions The request options passed to the request.
690
+ * @param {Response} event.rawResponse The native Response object
691
+ */
692
+ onSync: any;
693
+ /**
694
+ * Fires after [sync request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) was canceled by some [beforeSync](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#event-beforeSync) listener.
695
+ * @param {object} event Event object
696
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
697
+ * @param {object} event.pack The data package which contains data for all stores managed by the crud manager.
698
+ */
699
+ onSyncCanceled: any;
700
+ /**
701
+ * Fires after [sync request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) was delayed due to incomplete previous one.
702
+ * @param {object} event Event object
703
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager.
704
+ * @param {object} event.arguments The arguments of [sync](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) call.
705
+ */
706
+ onSyncDelayed: any;
707
+ /**
708
+ * Fires when a [sync request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) fails.
709
+ * @param {object} event Event object
710
+ * @param {Scheduler.crud.AbstractCrudManager} event.source The CRUD manager instance.
711
+ * @param {object} event.response The decoded server response object.
712
+ * @param {string} event.responseText The raw server response text
713
+ * @param {object} event.responseOptions [DEPRECATED] see `requestOptions`
714
+ * @param {object} event.requestOptions The request options passed to the request.
715
+ * @param {Response} event.rawResponse The native Response object
716
+ */
717
+ onSyncFail: any;
718
+ /**
719
+ * Create and append the underlying widget
720
+ */
721
+ ngOnInit(): void;
722
+ /**
723
+ * Watch for changes
724
+ * @param changes
725
+ */
726
+ ngOnChanges(changes: SimpleChanges): void;
727
+ /**
728
+ * Destroy the component
729
+ */
730
+ ngOnDestroy(): void;
731
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumTaskBoardProjectModelComponent, never>;
732
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumTaskBoardProjectModelComponent, "bryntum-task-board-project-model", never, { "adjustDurationToDST": "adjustDurationToDST"; "assignmentModelClass": "assignmentModelClass"; "assignmentsData": "assignmentsData"; "assignmentStoreClass": "assignmentStoreClass"; "autoLoad": "autoLoad"; "autoSync": "autoSync"; "autoSyncTimeout": "autoSyncTimeout"; "bubbleEvents": "bubbleEvents"; "children": "children"; "dependenciesData": "dependenciesData"; "dependencyModelClass": "dependencyModelClass"; "dependencyStoreClass": "dependencyStoreClass"; "encoder": "encoder"; "eventsData": "eventsData"; "expanded": "expanded"; "ignoreRemoteChangesInSTM": "ignoreRemoteChangesInSTM"; "includeChildrenInRemoveRequest": "includeChildrenInRemoveRequest"; "listeners": "listeners"; "orderedParentIndex": "orderedParentIndex"; "parentIndex": "parentIndex"; "phantomIdField": "phantomIdField"; "phantomParentIdField": "phantomParentIdField"; "resetIdsBeforeSync": "resetIdsBeforeSync"; "resourceModelClass": "resourceModelClass"; "resourcesData": "resourcesData"; "resourceStoreClass": "resourceStoreClass"; "silenceInitialCommit": "silenceInitialCommit"; "skipSuccessProperty": "skipSuccessProperty"; "storeIdProperty": "storeIdProperty"; "supportShortSyncResponse": "supportShortSyncResponse"; "taskModelClass": "taskModelClass"; "tasksData": "tasksData"; "taskStoreClass": "taskStoreClass"; "toJSONResultFormat": "toJSONResultFormat"; "trackResponseType": "trackResponseType"; "transport": "transport"; "useRawData": "useRawData"; "validateResponse": "validateResponse"; "writeAllFields": "writeAllFields"; "assignments": "assignments"; "assignmentStore": "assignmentStore"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "crudStores": "crudStores"; "dependencies": "dependencies"; "dependencyStore": "dependencyStore"; "events": "events"; "eventStore": "eventStore"; "forceSync": "forceSync"; "id": "id"; "includeLegacyDataProperties": "includeLegacyDataProperties"; "isFullyLoaded": "isFullyLoaded"; "json": "json"; "loadUrl": "loadUrl"; "parentId": "parentId"; "readOnly": "readOnly"; "remoteChildCount": "remoteChildCount"; "resources": "resources"; "resourceStore": "resourceStore"; "shouldSyncDataOnLoad": "shouldSyncDataOnLoad"; "stm": "stm"; "syncApplySequence": "syncApplySequence"; "syncUrl": "syncUrl"; "tasks": "tasks"; "taskStore": "taskStore"; "timeZone": "timeZone"; "allChildren": "allChildren"; "allUnfilteredChildren": "allUnfilteredChildren"; "descendantCount": "descendantCount"; "hasGeneratedId": "hasGeneratedId"; "inlineData": "inlineData"; "internalId": "internalId"; "isCommitting": "isCommitting"; "isCreating": "isCreating"; "isValid": "isValid"; "previousSiblingsTotalCount": "previousSiblingsTotalCount"; "resourceTimeRanges": "resourceTimeRanges"; "timeRanges": "timeRanges"; "visibleDescendantCount": "visibleDescendantCount"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeLoad": "onBeforeLoad"; "onBeforeLoadApply": "onBeforeLoadApply"; "onBeforeResponseApply": "onBeforeResponseApply"; "onBeforeSend": "onBeforeSend"; "onBeforeSync": "onBeforeSync"; "onBeforeSyncApply": "onBeforeSyncApply"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onDataReady": "onDataReady"; "onDestroy": "onDestroy"; "onHasChanges": "onHasChanges"; "onLoad": "onLoad"; "onLoadCanceled": "onLoadCanceled"; "onLoadFail": "onLoadFail"; "onNoChanges": "onNoChanges"; "onRequestDone": "onRequestDone"; "onRequestFail": "onRequestFail"; "onSync": "onSync"; "onSyncCanceled": "onSyncCanceled"; "onSyncDelayed": "onSyncDelayed"; "onSyncFail": "onSyncFail"; }, never, never>;
733
+ }