@adaptabletools/adaptable 11.1.9 → 11.1.12
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 +74 -74
- package/package.json +1 -1
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/Api/ColumnApi.d.ts +6 -1
- package/src/Api/ConfigApi.d.ts +9 -3
- package/src/Api/Implementation/ColumnApiImpl.d.ts +2 -1
- package/src/Api/Implementation/ColumnApiImpl.js +7 -3
- package/src/Api/Implementation/ConfigApiImpl.d.ts +2 -2
- package/src/Api/Implementation/ConfigApiImpl.js +5 -29
- package/src/Api/Implementation/LayoutApiImpl.d.ts +5 -4
- package/src/Api/Implementation/LayoutApiImpl.js +13 -7
- package/src/Api/LayoutApi.d.ts +16 -9
- package/src/PredefinedConfig/AdaptableState.d.ts +18 -8
- package/src/PredefinedConfig/Common/Types.d.ts +2 -1
- package/src/PredefinedConfig/FlashingCellState.d.ts +1 -1
- package/src/Strategy/LayoutModule.js +1 -1
- package/src/Utilities/Constants/GeneralConstants.d.ts +1 -0
- package/src/Utilities/Constants/GeneralConstants.js +2 -1
- package/src/View/ColorPicker.d.ts +1 -1
- package/src/View/Components/AdaptableDateInput/index.d.ts +1 -1
- package/src/View/Components/AdaptableInput/index.d.ts +1 -1
- package/src/View/Components/Buttons/ButtonDelete.d.ts +1 -1
- package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.d.ts +1 -1
- package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +1 -1
- package/src/View/Components/Panels/PanelWithImage.d.ts +4 -4
- package/src/View/Layout/Wizard/LayoutEditor/index.js +1 -1
- package/src/View/StateManagement/StateManagementPopup.js +9 -7
- package/src/View/StateManagement/StateManagementViewPanel.js +1 -2
- package/src/View/StateManagement/components/ExportDropdown.d.ts +1 -1
- package/src/View/StateManagement/components/ExportDropdown.js +3 -7
- package/src/View/StateManagement/handleExportState.d.ts +1 -1
- package/src/agGrid/Adaptable.js +10 -5
- package/src/agGrid/agGridMenuHelper.js +2 -2
- package/src/components/Datepicker/index.d.ts +1 -1
- package/src/components/FormLayout/index.d.ts +1 -0
- package/src/components/Input/index.d.ts +1 -1
- package/src/components/List/ListGroupItem/index.d.ts +1 -1
- package/src/components/PopupWithFooter.d.ts +1 -1
- package/src/components/Textarea/index.d.ts +1 -1
- package/src/metamodel/adaptable.metamodel.d.ts +5 -0
- package/src/metamodel/adaptable.metamodel.js +34 -11
- package/src/types.d.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1260,6 +1260,11 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
1260
1260
|
}
|
|
1261
1261
|
]
|
|
1262
1262
|
},
|
|
1263
|
+
"AdaptablePersistentState": {
|
|
1264
|
+
"name": "AdaptablePersistentState",
|
|
1265
|
+
"kind": "Interface",
|
|
1266
|
+
"description": "The state object of Adaptable which is persisted"
|
|
1267
|
+
},
|
|
1263
1268
|
"AdaptablePersistStateFunction": {
|
|
1264
1269
|
"name": "AdaptablePersistStateFunction",
|
|
1265
1270
|
"kind": "Interface",
|
|
@@ -1483,7 +1488,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
1483
1488
|
"AdaptableState": {
|
|
1484
1489
|
"name": "AdaptableState",
|
|
1485
1490
|
"kind": "Interface",
|
|
1486
|
-
"description": "The main state object
|
|
1491
|
+
"description": "The main state object of Adaptable"
|
|
1487
1492
|
},
|
|
1488
1493
|
"AdaptableStateChangedInfo": {
|
|
1489
1494
|
"name": "AdaptableStateChangedInfo",
|
|
@@ -2993,6 +2998,18 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
2993
2998
|
"description": "Is Column an Action Column",
|
|
2994
2999
|
"uiLabel": "Is Action Column"
|
|
2995
3000
|
},
|
|
3001
|
+
{
|
|
3002
|
+
"name": "isAutoPivotColumn",
|
|
3003
|
+
"kind": "function",
|
|
3004
|
+
"description": "Is Column pivoted",
|
|
3005
|
+
"uiLabel": "Is Auto Pivot Column"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"name": "isAutoRowGroupColumn",
|
|
3009
|
+
"kind": "function",
|
|
3010
|
+
"description": "Is Column row-grouped",
|
|
3011
|
+
"uiLabel": "Is Auto Row Group Column"
|
|
3012
|
+
},
|
|
2996
3013
|
{
|
|
2997
3014
|
"name": "isBooleanColumn",
|
|
2998
3015
|
"kind": "function",
|
|
@@ -3035,12 +3052,6 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
3035
3052
|
"description": "Is Column Numeric",
|
|
3036
3053
|
"uiLabel": "Is Numeric Column"
|
|
3037
3054
|
},
|
|
3038
|
-
{
|
|
3039
|
-
"name": "isRowGroupColumn",
|
|
3040
|
-
"kind": "function",
|
|
3041
|
-
"description": "Is Column row-grouped",
|
|
3042
|
-
"uiLabel": "Is Row Group Column"
|
|
3043
|
-
},
|
|
3044
3055
|
{
|
|
3045
3056
|
"name": "selectAllColumns",
|
|
3046
3057
|
"kind": "function",
|
|
@@ -3435,7 +3446,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
3435
3446
|
{
|
|
3436
3447
|
"name": "getAllState",
|
|
3437
3448
|
"kind": "function",
|
|
3438
|
-
"description": "Retrieves ALL state which is currently stored by Adaptable (both
|
|
3449
|
+
"description": "Retrieves ALL state which is currently stored by Adaptable (both persistent and transient/internal)",
|
|
3439
3450
|
"uiLabel": "Get All State"
|
|
3440
3451
|
},
|
|
3441
3452
|
{
|
|
@@ -3522,6 +3533,12 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
3522
3533
|
"description": "Returns Layout section of Adaptable State",
|
|
3523
3534
|
"uiLabel": "Get Layout State"
|
|
3524
3535
|
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "getPersistedState",
|
|
3538
|
+
"kind": "function",
|
|
3539
|
+
"description": "Retrieves the PERSISTED state in Adaptable",
|
|
3540
|
+
"uiLabel": "Get Persisted State"
|
|
3541
|
+
},
|
|
3525
3542
|
{
|
|
3526
3543
|
"name": "getPlusMinusState",
|
|
3527
3544
|
"kind": "function",
|
|
@@ -3591,7 +3608,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
3591
3608
|
{
|
|
3592
3609
|
"name": "reloadPredefinedConfig",
|
|
3593
3610
|
"kind": "function",
|
|
3594
|
-
"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",
|
|
3595
3612
|
"uiLabel": "Reload Predefined Config"
|
|
3596
3613
|
},
|
|
3597
3614
|
{
|
|
@@ -6340,7 +6357,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
6340
6357
|
{
|
|
6341
6358
|
"name": "Scope",
|
|
6342
6359
|
"kind": "REFERENCE",
|
|
6343
|
-
"description": "Where Flashing Cell can
|
|
6360
|
+
"description": "Where Flashing Cell can display: Column[s] or DataType[s]",
|
|
6344
6361
|
"uiLabel": "Scope",
|
|
6345
6362
|
"reference": "AdaptableScope"
|
|
6346
6363
|
},
|
|
@@ -8481,6 +8498,12 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
8481
8498
|
"description": "Creates new Layout in the state",
|
|
8482
8499
|
"uiLabel": "Create Layout"
|
|
8483
8500
|
},
|
|
8501
|
+
{
|
|
8502
|
+
"name": "createOrUpdateLayout",
|
|
8503
|
+
"kind": "function",
|
|
8504
|
+
"description": "Creates new Layout into Adaptable State or updates an existing Layout (with same name or id)",
|
|
8505
|
+
"uiLabel": "Create Or Update Layout"
|
|
8506
|
+
},
|
|
8484
8507
|
{
|
|
8485
8508
|
"name": "deleteLayout",
|
|
8486
8509
|
"kind": "function",
|
|
@@ -8592,7 +8615,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
8592
8615
|
{
|
|
8593
8616
|
"name": "saveLayout",
|
|
8594
8617
|
"kind": "function",
|
|
8595
|
-
"description": "Saves given Layout into Adaptable State",
|
|
8618
|
+
"description": "Saves given Layout into Adaptable State (creates new Layout if it doesn't exist)",
|
|
8596
8619
|
"uiLabel": "Save Layout"
|
|
8597
8620
|
},
|
|
8598
8621
|
{
|
package/src/types.d.ts
CHANGED
|
@@ -93,7 +93,7 @@ export type { SelectionChangedInfo } from './Api/Events/SelectionChanged';
|
|
|
93
93
|
export type { ThemeChangedInfo } from './Api/Events/ThemeChanged';
|
|
94
94
|
export type { DashboardChangedInfo } from './Api/Events/DashboardChanged';
|
|
95
95
|
export type { AdaptableStateChangedInfo } from './Api/Events/AdaptableStateChanged';
|
|
96
|
-
export type { AdaptableState } from './PredefinedConfig/AdaptableState';
|
|
96
|
+
export type { AdaptableState, AdaptablePersistentState } from './PredefinedConfig/AdaptableState';
|
|
97
97
|
export type { AlertDefinition, AlertProperties, AlertState, AlertButtonForm, AlertButton, AdaptableAlertAction, AlertDefinitionPredicate, AlertRule, AdaptableAlertQuery, } from './PredefinedConfig/AlertState';
|
|
98
98
|
export type { ApplicationDataEntry, ApplicationState } from './PredefinedConfig/ApplicationState';
|
|
99
99
|
export type { SpecialColumnSettings } from './PredefinedConfig/Common/SpecialColumnSettings';
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "11.1.
|
|
1
|
+
declare const _default: "11.1.12";
|
|
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.12'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
|