@wavemaker/app-ng-runtime 11.6.0-next.26279 → 11.6.0-next.26282
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.
- app-ng-runtime/components/navigation/popover/bundles/index.umd.js +2 -2
- app-ng-runtime/components/navigation/popover/esm2020/popover.component.mjs +3 -3
- app-ng-runtime/components/navigation/popover/fesm2015/index.mjs +2 -2
- app-ng-runtime/components/navigation/popover/fesm2015/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/popover/fesm2020/index.mjs +2 -2
- app-ng-runtime/components/navigation/popover/fesm2020/index.mjs.map +1 -1
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/variables/bundles/index.umd.js +13 -7
- app-ng-runtime/variables/esm2020/util/variable/variables.utils.mjs +14 -8
- app-ng-runtime/variables/fesm2015/index.mjs +13 -7
- app-ng-runtime/variables/fesm2015/index.mjs.map +1 -1
- app-ng-runtime/variables/fesm2020/index.mjs +13 -7
- app-ng-runtime/variables/fesm2020/index.mjs.map +1 -1
- app-ng-runtime/variables/util/variable/variables.utils.d.ts +1 -1
|
@@ -36,7 +36,7 @@ export declare const processBinding: (variable: any, context: any, bindSource?:
|
|
|
36
36
|
* @param success success callback
|
|
37
37
|
* @param error error callback
|
|
38
38
|
*/
|
|
39
|
-
export declare const simulateFileDownload: (requestParams: any, fileName: any, exportFormat: any, success: any, error: any) => void;
|
|
39
|
+
export declare const simulateFileDownload: (requestParams: any, fileName: any, exportFormat: any, success: any, error: any, dataBinding: any) => void;
|
|
40
40
|
/**
|
|
41
41
|
* sets the value against passed key on the "inputFields" object in the variable
|
|
42
42
|
* @param targetObj: the object in which the key, value is to be set
|