@bizdoc/core 3.5.5 → 3.5.6
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/bizdoc-core.mjs +50 -31
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/index.d.ts +14 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -3489,8 +3489,14 @@ declare class BrowseItemsComponent implements OnInit, OnChanges, OnDestroy {
|
|
3489
3489
|
private _remove;
|
3490
3490
|
private _columns;
|
3491
3491
|
private _appendcolumns;
|
3492
|
+
onActionTaken(item: RecipientModel): void;
|
3493
|
+
/**
|
3494
|
+
*
|
3495
|
+
* @param action
|
3496
|
+
* @param args
|
3497
|
+
*/
|
3492
3498
|
sendAll(action: string, args: any): void;
|
3493
|
-
private
|
3499
|
+
private _getActionAdjective;
|
3494
3500
|
ngOnDestroy(): void;
|
3495
3501
|
static ɵfac: i0.ɵɵFactoryDeclaration<BrowseItemsComponent, never>;
|
3496
3502
|
static ɵcmp: i0.ɵɵComponentDeclaration<BrowseItemsComponent, "bizdoc-browse-items", never, { "folderId": { "alias": "folderId"; "required": false; }; "filterType": { "alias": "filterType"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; }, { "onopen": "open"; "onInsights": "insights"; }, never, never, false, never>;
|
@@ -3981,6 +3987,12 @@ declare class ComposeFormComponent implements OnDestroy, OnInit, OnChanges {
|
|
3981
3987
|
* @returns
|
3982
3988
|
*/
|
3983
3989
|
send(action: string): Observable<RecipientModel<any>>;
|
3990
|
+
/**
|
3991
|
+
*
|
3992
|
+
* @param model
|
3993
|
+
* @param action
|
3994
|
+
*/
|
3995
|
+
private _toastSentMessage;
|
3984
3996
|
/** */
|
3985
3997
|
copy(): void;
|
3986
3998
|
/**
|
@@ -7795,6 +7807,7 @@ declare class ExpandedItemComponent implements OnInit, OnDestroy {
|
|
7795
7807
|
* @param action
|
7796
7808
|
*/
|
7797
7809
|
send(action: string): void;
|
7810
|
+
private _getActionAdjective;
|
7798
7811
|
/**
|
7799
7812
|
*
|
7800
7813
|
* @param response
|