@masterteam/components 0.0.169 → 0.0.170
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/masterteam-components-runtime-action.mjs +69 -34
- package/fesm2022/masterteam-components-runtime-action.mjs.map +1 -1
- package/fesm2022/masterteam-components-table.mjs +8 -2
- package/fesm2022/masterteam-components-table.mjs.map +1 -1
- package/package.json +1 -1
- package/types/masterteam-components-runtime-action.d.ts +2 -1
package/package.json
CHANGED
|
@@ -93,7 +93,8 @@ declare class RuntimeActionRunner {
|
|
|
93
93
|
private readonly transloco;
|
|
94
94
|
private readonly confirmDialogClass;
|
|
95
95
|
execute(action: RuntimeAction, options?: RuntimeActionExecuteOptions): Promise<RuntimeActionResult>;
|
|
96
|
-
private
|
|
96
|
+
private runWithFormDialog;
|
|
97
|
+
private confirmPlain;
|
|
97
98
|
private run;
|
|
98
99
|
private notExecutableMessage;
|
|
99
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<RuntimeActionRunner, never>;
|