@adaptabletools/adaptable 11.1.10 → 11.1.11
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/bundle.cjs.js +68 -68
- package/package.json +1 -1
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/Api/ConfigApi.d.ts +1 -1
- package/src/Api/Implementation/ConfigApiImpl.js +1 -1
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.11",
|
|
4
4
|
"description": "Powerful data-agnostic HTML5 datagrid add-on that sits on top of an underlying grid component and provides all the rich functionality that advanced users expect from their DataGrids and Data Tables",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
package/publishTimestamp.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: 1651261848326;
|
|
2
2
|
export default _default;
|
package/publishTimestamp.js
CHANGED
package/src/Api/ConfigApi.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export interface ConfigApi {
|
|
|
41
41
|
*/
|
|
42
42
|
getPredefinedConfig(): PredefinedConfig | any;
|
|
43
43
|
/**
|
|
44
|
-
* Reloads either existing or supplied Predefined Config;
|
|
44
|
+
* Reloads either existing or supplied Predefined Config; clears persistent state by calling `StateOptions.clearState()` function for remote storage removal
|
|
45
45
|
* @param newPredefinedConfig optional Config to load
|
|
46
46
|
*/
|
|
47
47
|
reloadPredefinedConfig(newPredefinedConfig?: PredefinedConfig): void;
|
|
@@ -79,7 +79,7 @@ class ConfigApiImpl extends ApiBase_1.ApiBase {
|
|
|
79
79
|
return Object.values(this.getPersistedState());
|
|
80
80
|
}
|
|
81
81
|
loadUserState(state) {
|
|
82
|
-
this.
|
|
82
|
+
this.reloadPredefinedConfig(state);
|
|
83
83
|
}
|
|
84
84
|
getAdaptableSearchState() {
|
|
85
85
|
const currentQuery = this.adaptable.api.queryApi.getCurrentQuery();
|
|
@@ -3608,7 +3608,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
3608
3608
|
{
|
|
3609
3609
|
"name": "reloadPredefinedConfig",
|
|
3610
3610
|
"kind": "function",
|
|
3611
|
-
"description": "Reloads either existing or supplied Predefined Config;
|
|
3611
|
+
"description": "Reloads either existing or supplied Predefined Config; clears persistent state by calling `StateOptions.clearState()` function for remote storage removal",
|
|
3612
3612
|
"uiLabel": "Reload Predefined Config"
|
|
3613
3613
|
},
|
|
3614
3614
|
{
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "11.1.
|
|
1
|
+
declare const _default: "11.1.11";
|
|
2
2
|
export default _default;
|
package/version.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = '11.1.
|
|
3
|
+
exports.default = '11.1.11'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
|