@adaptabletools/adaptable 11.0.6 → 11.0.9

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.
Files changed (39) hide show
  1. package/README.md +2 -2
  2. package/bundle.cjs.js +112 -112
  3. package/package.json +1 -1
  4. package/publishTimestamp.d.ts +1 -1
  5. package/publishTimestamp.js +1 -1
  6. package/src/AdaptableOptions/GeneralOptions.d.ts +2 -2
  7. package/src/Api/AlertApi.d.ts +1 -1
  8. package/src/Api/BulkUpdateApi.d.ts +1 -1
  9. package/src/Api/CalculatedColumnApi.d.ts +1 -1
  10. package/src/Api/CellSummaryApi.d.ts +1 -1
  11. package/src/Api/ConditionalStyleApi.d.ts +1 -1
  12. package/src/Api/CustomSortApi.d.ts +1 -1
  13. package/src/Api/DashboardApi.d.ts +1 -1
  14. package/src/Api/DataSourceApi.d.ts +1 -1
  15. package/src/Api/ExportApi.d.ts +7 -2
  16. package/src/Api/FormatColumnApi.d.ts +1 -1
  17. package/src/Api/FreeTextColumnApi.d.ts +1 -1
  18. package/src/Api/GridApi.d.ts +1 -1
  19. package/src/Api/Implementation/ExportApiImpl.d.ts +2 -1
  20. package/src/Api/Implementation/ExportApiImpl.js +14 -1
  21. package/src/Api/Implementation/LayoutApiImpl.d.ts +7 -0
  22. package/src/Api/Implementation/LayoutApiImpl.js +38 -0
  23. package/src/Api/LayoutApi.d.ts +33 -2
  24. package/src/Api/PlusMinusApi.d.ts +1 -1
  25. package/src/Api/QueryApi.d.ts +1 -1
  26. package/src/Api/QuickSearchApi.d.ts +1 -1
  27. package/src/Api/ScheduleApi.d.ts +1 -1
  28. package/src/Api/ShortcutApi.d.ts +1 -1
  29. package/src/Api/SmartEditApi.d.ts +1 -1
  30. package/src/Api/TeamSharingApi.d.ts +1 -1
  31. package/src/Api/ThemeApi.d.ts +1 -1
  32. package/src/Utilities/Constants/DocumentationLinkConstants.js +8 -8
  33. package/src/View/CellSummary/CellSummaryViewPanel.js +3 -2
  34. package/src/agGrid/PercentBarRenderer.js +2 -1
  35. package/src/agGrid/agGridHelper.js +4 -0
  36. package/src/metamodel/adaptable.metamodel.js +70 -22
  37. package/src/types.d.ts +1 -1
  38. package/version.d.ts +1 -1
  39. package/version.js +1 -1
@@ -1726,7 +1726,7 @@ exports.ADAPTABLE_METAMODEL = {
1726
1726
  {
1727
1727
  "name": "showAlertPopup",
1728
1728
  "kind": "function",
1729
- "description": "Opens the Alert popup screen",
1729
+ "description": "Opens Settings Panel with Alert section selected and visible",
1730
1730
  "uiLabel": "Show Alert Popup"
1731
1731
  },
1732
1732
  {
@@ -2145,7 +2145,7 @@ exports.ADAPTABLE_METAMODEL = {
2145
2145
  {
2146
2146
  "name": "showBulkUpdatePopup",
2147
2147
  "kind": "function",
2148
- "description": "Opens Bulk Update popup screen",
2148
+ "description": "Opens Settings Panel with Bulk Update section selected and visible",
2149
2149
  "uiLabel": "Show Bulk Update Popup"
2150
2150
  }
2151
2151
  ]
@@ -2301,7 +2301,7 @@ exports.ADAPTABLE_METAMODEL = {
2301
2301
  {
2302
2302
  "name": "showCalculatedColumnPopup",
2303
2303
  "kind": "function",
2304
- "description": "Opens Calculated Column popup screen",
2304
+ "description": "Opens Settings Panel with Calculated Column section selected and visible",
2305
2305
  "uiLabel": "Show Calculated Column Popup"
2306
2306
  }
2307
2307
  ]
@@ -2447,7 +2447,7 @@ exports.ADAPTABLE_METAMODEL = {
2447
2447
  {
2448
2448
  "name": "showCellSummaryPopup",
2449
2449
  "kind": "function",
2450
- "description": "Opens Cell Summary popup screen",
2450
+ "description": "Opens Settings Panel with Cell Summary section selected and visible",
2451
2451
  "uiLabel": "Show Cell Summary Popup"
2452
2452
  }
2453
2453
  ]
@@ -3163,7 +3163,7 @@ exports.ADAPTABLE_METAMODEL = {
3163
3163
  {
3164
3164
  "name": "showConditionalStylePopup",
3165
3165
  "kind": "function",
3166
- "description": "Opens Conditional Style popup screen",
3166
+ "description": "Opens Settings Panel with Conditional Style section selected and visible",
3167
3167
  "uiLabel": "Show Conditional Style Popup"
3168
3168
  },
3169
3169
  {
@@ -3740,7 +3740,7 @@ exports.ADAPTABLE_METAMODEL = {
3740
3740
  {
3741
3741
  "name": "showCustomSortPopup",
3742
3742
  "kind": "function",
3743
- "description": "Opens Custom Sort popup screen",
3743
+ "description": "Opens Settings Panel with Custom Sort section selected and visible",
3744
3744
  "uiLabel": "Show Custom Sort Popup"
3745
3745
  },
3746
3746
  {
@@ -4115,7 +4115,7 @@ exports.ADAPTABLE_METAMODEL = {
4115
4115
  {
4116
4116
  "name": "showDashboardPopup",
4117
4117
  "kind": "function",
4118
- "description": "Opens the Dashboard popup screen",
4118
+ "description": "Opens Settings Panel with Dashboard section selected and visible",
4119
4119
  "uiLabel": "Show Dashboard Popup"
4120
4120
  }
4121
4121
  ]
@@ -4528,7 +4528,7 @@ exports.ADAPTABLE_METAMODEL = {
4528
4528
  {
4529
4529
  "name": "showDataSourcePopup",
4530
4530
  "kind": "function",
4531
- "description": "Opens Data Source popup screen",
4531
+ "description": "Opens Settings Panel with Data Source section selected and visible",
4532
4532
  "uiLabel": "Show Data Source Popup"
4533
4533
  }
4534
4534
  ]
@@ -5010,6 +5010,12 @@ exports.ADAPTABLE_METAMODEL = {
5010
5010
  "description": "Retrieves Report with the given name",
5011
5011
  "uiLabel": "Get Report By Name"
5012
5012
  },
5013
+ {
5014
+ "name": "getReportDataForReport",
5015
+ "kind": "function",
5016
+ "description": "Returns the ReportData for the Report with the given name",
5017
+ "uiLabel": "Get Report Data For Report"
5018
+ },
5013
5019
  {
5014
5020
  "name": "getReportSchedules",
5015
5021
  "kind": "function",
@@ -5043,7 +5049,7 @@ exports.ADAPTABLE_METAMODEL = {
5043
5049
  {
5044
5050
  "name": "showExportPopup",
5045
5051
  "kind": "function",
5046
- "description": "Opens Export popup screen",
5052
+ "description": "Opens Settings Panel with Export section selected and visible",
5047
5053
  "uiLabel": "Show Export Popup"
5048
5054
  }
5049
5055
  ]
@@ -6311,7 +6317,7 @@ exports.ADAPTABLE_METAMODEL = {
6311
6317
  {
6312
6318
  "name": "showFormatColumnPopup",
6313
6319
  "kind": "function",
6314
- "description": "Opens the Format Column popup screen",
6320
+ "description": "Opens Settings Panel with Format Column section selected and visible",
6315
6321
  "uiLabel": "Show Format Column Popup"
6316
6322
  },
6317
6323
  {
@@ -6473,7 +6479,7 @@ exports.ADAPTABLE_METAMODEL = {
6473
6479
  {
6474
6480
  "name": "showFreeTextColumnPopup",
6475
6481
  "kind": "function",
6476
- "description": "Opens FreeTextColumn popup screen",
6482
+ "description": "Opens Settings Panel with Free Text Column section selected and visible",
6477
6483
  "uiLabel": "Show Free Text Column Popup"
6478
6484
  }
6479
6485
  ]
@@ -6532,7 +6538,7 @@ exports.ADAPTABLE_METAMODEL = {
6532
6538
  {
6533
6539
  "name": "autoOrderGroupedColumns",
6534
6540
  "kind": "boolean",
6535
- "description": "Sort Grouped Column automatically (using Custom Sort if one applied)",
6541
+ "description": "Order Grouped Column automatically, deriving from Adaptable State if available (CustomSort or Layout ColumnSort)",
6536
6542
  "uiLabel": "Auto Order Grouped Columns",
6537
6543
  "isOptional": true,
6538
6544
  "gridInfo": "item",
@@ -7343,7 +7349,7 @@ exports.ADAPTABLE_METAMODEL = {
7343
7349
  {
7344
7350
  "name": "showGridInfoPopup",
7345
7351
  "kind": "function",
7346
- "description": "Opens Grid Info popup screen",
7352
+ "description": "Opens Settings Panel with Grid Info section selected and visible",
7347
7353
  "uiLabel": "Show Grid Info Popup"
7348
7354
  },
7349
7355
  {
@@ -8030,6 +8036,18 @@ exports.ADAPTABLE_METAMODEL = {
8030
8036
  "description": "Creates new Layout in the state",
8031
8037
  "uiLabel": "Create Layout"
8032
8038
  },
8039
+ {
8040
+ "name": "deleteLayout",
8041
+ "kind": "function",
8042
+ "description": "Deletes an existing Layout (if not Default or only existing Layout)",
8043
+ "uiLabel": "Delete Layout"
8044
+ },
8045
+ {
8046
+ "name": "deleteLayoutByName",
8047
+ "kind": "function",
8048
+ "description": "Deletes an existing Layout provided by Name (if not Default or only existing Layout)",
8049
+ "uiLabel": "Delete Layout By Name"
8050
+ },
8033
8051
  {
8034
8052
  "name": "doesLayoutExist",
8035
8053
  "kind": "function",
@@ -8054,6 +8072,12 @@ exports.ADAPTABLE_METAMODEL = {
8054
8072
  "description": "Retrieves Current Layout from Layout State",
8055
8073
  "uiLabel": "Get Current Layout"
8056
8074
  },
8075
+ {
8076
+ "name": "getCurrentLayoutColumnSort",
8077
+ "kind": "function",
8078
+ "description": "Retrieves the sort order of a column from the current layout",
8079
+ "uiLabel": "Get Current Layout Column Sort"
8080
+ },
8057
8081
  {
8058
8082
  "name": "getCurrentLayoutName",
8059
8083
  "kind": "function",
@@ -8096,6 +8120,24 @@ exports.ADAPTABLE_METAMODEL = {
8096
8120
  "description": "Retrieves Layout section from Adaptable State",
8097
8121
  "uiLabel": "Get Layout State"
8098
8122
  },
8123
+ {
8124
+ "name": "isCurrentLayoutDefault",
8125
+ "kind": "function",
8126
+ "description": "Checks if the Current Layout is Default Layout",
8127
+ "uiLabel": "Is Current Layout Default"
8128
+ },
8129
+ {
8130
+ "name": "isCurrentLayoutReadOnly",
8131
+ "kind": "function",
8132
+ "description": "Specifies where Current Layout is editable",
8133
+ "uiLabel": "Is Current Layout Read Only"
8134
+ },
8135
+ {
8136
+ "name": "isDefaultLayout",
8137
+ "kind": "function",
8138
+ "description": "Checks if the given Layout is Default Layout",
8139
+ "uiLabel": "Is Default Layout"
8140
+ },
8099
8141
  {
8100
8142
  "name": "saveCurrentLayout",
8101
8143
  "kind": "function",
@@ -8132,10 +8174,16 @@ exports.ADAPTABLE_METAMODEL = {
8132
8174
  "description": "Opens change column caption popup",
8133
8175
  "uiLabel": "Show Change Column Caption"
8134
8176
  },
8177
+ {
8178
+ "name": "showLayoutEditor",
8179
+ "kind": "function",
8180
+ "description": "Opens the Layout Editor for the current Layout",
8181
+ "uiLabel": "Show Layout Editor"
8182
+ },
8135
8183
  {
8136
8184
  "name": "showLayoutPopup",
8137
8185
  "kind": "function",
8138
- "description": "Opens Layout popup screen",
8186
+ "description": "Opens Settings Panel with Layout section selected and visible",
8139
8187
  "uiLabel": "Show Layout Popup"
8140
8188
  }
8141
8189
  ]
@@ -8925,7 +8973,7 @@ exports.ADAPTABLE_METAMODEL = {
8925
8973
  {
8926
8974
  "name": "showPlusMinusPopup",
8927
8975
  "kind": "function",
8928
- "description": "Opens Plus Minus popup screen",
8976
+ "description": "Opens Settings Panel with Plus Minus section selected and visible",
8929
8977
  "uiLabel": "Show Plus Minus Popup"
8930
8978
  },
8931
8979
  {
@@ -9338,7 +9386,7 @@ exports.ADAPTABLE_METAMODEL = {
9338
9386
  {
9339
9387
  "name": "showQueryPopup",
9340
9388
  "kind": "function",
9341
- "description": "Opens Query Popup screen",
9389
+ "description": "Opens Settings Panel with Query section selected and visible",
9342
9390
  "uiLabel": "Show Query Popup"
9343
9391
  }
9344
9392
  ]
@@ -9469,7 +9517,7 @@ exports.ADAPTABLE_METAMODEL = {
9469
9517
  {
9470
9518
  "name": "showQuickSearchPopup",
9471
9519
  "kind": "function",
9472
- "description": "Opens Quick Search popup screen",
9520
+ "description": "Opens Settings Panel with Quick Search section selected and visible",
9473
9521
  "uiLabel": "Show Quick Search Popup"
9474
9522
  }
9475
9523
  ]
@@ -9868,7 +9916,7 @@ exports.ADAPTABLE_METAMODEL = {
9868
9916
  {
9869
9917
  "name": "showSchedulePopup",
9870
9918
  "kind": "function",
9871
- "description": "Opens Schedule popup screen",
9919
+ "description": "Opens Settings Panel with Schedule section selected and visible",
9872
9920
  "uiLabel": "Show Schedule Popup"
9873
9921
  },
9874
9922
  {
@@ -10406,7 +10454,7 @@ exports.ADAPTABLE_METAMODEL = {
10406
10454
  {
10407
10455
  "name": "showShortcutPopup",
10408
10456
  "kind": "function",
10409
- "description": "Opens Shortcut popup screen",
10457
+ "description": "Opens Settings Panel with Shortcut section selected and visible",
10410
10458
  "uiLabel": "Show Shortcut Popup"
10411
10459
  },
10412
10460
  {
@@ -10480,7 +10528,7 @@ exports.ADAPTABLE_METAMODEL = {
10480
10528
  {
10481
10529
  "name": "showSmartEditPopup",
10482
10530
  "kind": "function",
10483
- "description": "Opens Smart Edit popup screen",
10531
+ "description": "Opens Settings Panel with Smart Edit section selected and visible",
10484
10532
  "uiLabel": "Show Smart Edit Popup"
10485
10533
  }
10486
10534
  ]
@@ -10812,7 +10860,7 @@ exports.ADAPTABLE_METAMODEL = {
10812
10860
  {
10813
10861
  "name": "showTeamSharingPopup",
10814
10862
  "kind": "function",
10815
- "description": "Opens Team Sharing popup screen",
10863
+ "description": "Opens Settings Panel with Team Sharing section selected and visible",
10816
10864
  "uiLabel": "Show Team Sharing Popup"
10817
10865
  }
10818
10866
  ]
@@ -10977,7 +11025,7 @@ exports.ADAPTABLE_METAMODEL = {
10977
11025
  {
10978
11026
  "name": "showThemePopup",
10979
11027
  "kind": "function",
10980
- "description": "Opens Theme popup screen",
11028
+ "description": "Opens Settings Panel with Theme section selected and visible",
10981
11029
  "uiLabel": "Show Theme Popup"
10982
11030
  }
10983
11031
  ]
package/src/types.d.ts CHANGED
@@ -116,7 +116,7 @@ export type { ColumnSort } from './PredefinedConfig/Common/ColumnSort';
116
116
  export type { DataChangedInfo } from './PredefinedConfig/Common/DataChangedInfo';
117
117
  export type { DataUpdateConfig } from './PredefinedConfig/Common/DataUpdateConfig';
118
118
  export type { AdaptableFormData, AdaptableForm, AdaptableFormField, } from './PredefinedConfig/Common/AdaptableForm';
119
- export type { AdaptableButton } from './PredefinedConfig/Common/AdaptableButton';
119
+ export type { AdaptableButton, ButtonContext } from './PredefinedConfig/Common/AdaptableButton';
120
120
  export type { AdaptableMenuItem, UserMenuItem, ColumnMenuContext, ContextMenuContext, } from './PredefinedConfig/Common/Menu';
121
121
  export type { Schedule } from './PredefinedConfig/Common/Schedule';
122
122
  export type { ButtonStyle } from './PredefinedConfig/Common/ButtonStyle';
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "11.0.6";
1
+ declare const _default: "11.0.9";
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.0.6'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
3
+ exports.default = '11.0.9'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version