@wavemaker/angular-codegen 11.0.0-next.24263 → 11.0.0-next.24266
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.
- angular-codegen/angular-app/package-lock.json +32303 -52485
- angular-codegen/angular-app/package.json +2 -1
- angular-codegen/angular-app/src/assets/styles/css/wm-responsive.css +1 -1
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/dependencies/transpilation-mobile.cjs.js +1 -0
- angular-codegen/dependencies/transpilation-web.cjs.js +1 -0
- angular-codegen/package.json +1 -1
|
@@ -38868,6 +38868,7 @@ var Operation;
|
|
|
38868
38868
|
Operation["IS_BOUND_TO_LOCALE"] = "isBoundToLocale";
|
|
38869
38869
|
Operation["GET_DEFAULT_LOCALE"] = "getDefaultLocale";
|
|
38870
38870
|
Operation["CANCEL"] = "cancel";
|
|
38871
|
+
Operation["SET_PAGINATION"] = "setPagination";
|
|
38871
38872
|
})(Operation || (Operation = {}));
|
|
38872
38873
|
const DataSource = {
|
|
38873
38874
|
Operation
|
|
@@ -38868,6 +38868,7 @@ var Operation;
|
|
|
38868
38868
|
Operation["IS_BOUND_TO_LOCALE"] = "isBoundToLocale";
|
|
38869
38869
|
Operation["GET_DEFAULT_LOCALE"] = "getDefaultLocale";
|
|
38870
38870
|
Operation["CANCEL"] = "cancel";
|
|
38871
|
+
Operation["SET_PAGINATION"] = "setPagination";
|
|
38871
38872
|
})(Operation || (Operation = {}));
|
|
38872
38873
|
const DataSource = {
|
|
38873
38874
|
Operation
|