cat-qw-lib 2.0.0 → 2.0.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.
package/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -528,7 +528,7 @@ let BaseStore = class BaseStore extends EntityStore {
|
|
|
528
528
|
alertMessage$;
|
|
529
529
|
queueList$;
|
|
530
530
|
constructor() {
|
|
531
|
-
super({ records: [], lists: [], attributeModelList: [], isFormSubmitted: SHARED.EMPTY, isApiValidated: null, selectedTemplate: SHARED.EMPTY, updatedData: null, isAllRowSelected: false }, { name: BaseStore_1.storeName });
|
|
531
|
+
super({ records: [], lists: [], attributeModelList: [], isFormSubmitted: SHARED.EMPTY, isApiValidated: null, selectedTemplate: SHARED.EMPTY, updatedData: null, isAllRowSelected: false, isExcludedApplicationIds: [], selectedQueueId: SHARED.EMPTY }, { name: BaseStore_1.storeName });
|
|
532
532
|
this.recordChange$ = new BehaviorSubject([]);
|
|
533
533
|
this.onDocumentAccept$ = new BehaviorSubject({});
|
|
534
534
|
this.onDailogClose$ = new BehaviorSubject(false);
|