@adaptabletools/adaptable 12.0.0 → 12.0.1-canary.0

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 (70) hide show
  1. package/base.css +1 -1
  2. package/bundle.cjs.js +118 -118
  3. package/index.css +1 -1
  4. package/package.json +1 -1
  5. package/publishTimestamp.d.ts +1 -1
  6. package/publishTimestamp.js +1 -1
  7. package/src/AdaptableOptions/ActionOptions.d.ts +1 -1
  8. package/src/Api/Implementation/InternalApiImpl.d.ts +4 -1
  9. package/src/Api/Implementation/InternalApiImpl.js +16 -3
  10. package/src/Api/InternalApi.d.ts +4 -1
  11. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +24 -6
  12. package/src/PredefinedConfig/Common/AdaptablePredicate.js +2 -2
  13. package/src/PredefinedConfig/Selection/GridCellRange.d.ts +19 -0
  14. package/src/PredefinedConfig/StatusBarState.d.ts +1 -1
  15. package/src/Strategy/AdaptableModuleBase.d.ts +6 -5
  16. package/src/Strategy/AlertModule.d.ts +2 -8
  17. package/src/Strategy/AlertModule.js +3 -0
  18. package/src/Strategy/Interface/IModule.d.ts +5 -3
  19. package/src/Utilities/MenuItem.d.ts +4 -4
  20. package/src/View/Alert/ActiveAlertsPanelItemLabel.d.ts +5 -0
  21. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +22 -0
  22. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +2 -2
  23. package/src/View/ColorPicker.d.ts +1 -1
  24. package/src/View/Components/AdaptableDateInput/index.d.ts +1 -1
  25. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +8 -4
  26. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +6 -1
  27. package/src/View/Components/Buttons/ButtonPause.js +11 -1
  28. package/src/View/Components/FilterForm/QuickFilterForm.js +1 -1
  29. package/src/View/Components/Panels/PanelWithButton.d.ts +2 -1
  30. package/src/View/Components/Panels/PanelWithImage.d.ts +3 -2
  31. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +1 -11
  32. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +1 -11
  33. package/src/View/Dashboard/CustomDashboardButton.js +2 -15
  34. package/src/View/Dashboard/CustomToolbarWrapper.js +2 -11
  35. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +6 -0
  36. package/src/View/GridInfo/GridInfoPopup.js +1 -1
  37. package/src/View/UIHelper.d.ts +2 -2
  38. package/src/agGrid/ActionColumnRenderer.js +5 -11
  39. package/src/agGrid/Adaptable.d.ts +2 -26
  40. package/src/agGrid/Adaptable.js +51 -51
  41. package/src/agGrid/agGridMenuHelper.d.ts +1 -0
  42. package/src/agGrid/agGridMenuHelper.js +15 -4
  43. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +6 -12
  44. package/src/components/AdaptableIconComponent/index.d.ts +2 -1
  45. package/src/components/AdaptableIconComponent/index.js +36 -3
  46. package/src/components/Datepicker/index.d.ts +1 -1
  47. package/src/components/Input/index.d.ts +1 -1
  48. package/src/components/List/ListGroupItem/index.d.ts +1 -1
  49. package/src/components/PopupWithFooter.d.ts +1 -1
  50. package/src/components/SimpleButton/index.js +1 -1
  51. package/src/components/Textarea/index.d.ts +1 -1
  52. package/src/components/icons/{color-drop.d.ts → ends-with.d.ts} +0 -0
  53. package/src/components/icons/{format-letter-ends-with.js → ends-with.js} +0 -0
  54. package/src/components/icons/{filter-outline.d.ts → filter.d.ts} +0 -0
  55. package/src/components/icons/{filter-outline.js → filter.js} +0 -0
  56. package/src/components/icons/index.d.ts +5 -7
  57. package/src/components/icons/index.js +7 -17
  58. package/src/components/icons/{format-letter-ends-with.d.ts → starts-with.d.ts} +0 -0
  59. package/src/components/icons/{format-letter-starts-with.js → starts-with.js} +0 -0
  60. package/src/metamodel/adaptable.metamodel.d.ts +70 -0
  61. package/src/metamodel/adaptable.metamodel.js +1 -1
  62. package/src/types.d.ts +1 -1
  63. package/version.d.ts +1 -1
  64. package/version.js +1 -1
  65. package/src/agGrid/rowEditIcons.d.ts +0 -5
  66. package/src/agGrid/rowEditIcons.js +0 -10
  67. package/src/components/icons/color-drop.js +0 -7
  68. package/src/components/icons/format-letter-starts-with.d.ts +0 -3
  69. package/src/components/icons/pause-red.d.ts +0 -3
  70. package/src/components/icons/pause-red.js +0 -7
package/src/types.d.ts CHANGED
@@ -122,7 +122,7 @@ export type { AdaptablePredicate, AdaptablePredicateDef, ModuleScope, PredicateD
122
122
  export type { FDC3Context, InstrumentContext, InstrumentListContext, PositionContext, PortfolioContext, ContactContext, ContactListContext, CountryContext, OrganizationContext, AdaptableFDC3EventInfo, ContextType, CustomFDC3Context, } from './PredefinedConfig/Common/FDC3Context';
123
123
  export type { AdaptableScope } from './PredefinedConfig/Common/AdaptableScope';
124
124
  export type { AdaptableStyle } from './PredefinedConfig/Common/AdaptableStyle';
125
- export type { AdaptableIcon, AdaptableInternalIcon, AdaptableExternalIcon, AdaptableInternalIconName, } from './PredefinedConfig/Common/AdaptableIcon';
125
+ export type { AdaptableBaseIcon, AdaptableIcon, AdaptableInternalIcon, AdaptableExternalIcon, AdaptableInternalIconName, AdaptableElementIcon, } from './PredefinedConfig/Common/AdaptableIcon';
126
126
  export type { CellHighlightInfo } from './PredefinedConfig/Common/CellHighlightInfo';
127
127
  export type { RowHighlightInfo } from './PredefinedConfig/Common/RowHighlightInfo';
128
128
  export type { RowsHighlightInfo } from './PredefinedConfig/Common/RowsHighlightInfo';
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "12.0.0";
1
+ declare const _default: "12.0.1-canary.0";
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 = '12.0.0'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
3
+ exports.default = '12.0.1-canary.0'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const rowAddIcon: JSX.Element;
3
- export declare const rowEditIcon: JSX.Element;
4
- export declare const rowCloneIcon: JSX.Element;
5
- export declare const rowDeleteIcon: JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.rowDeleteIcon = exports.rowCloneIcon = exports.rowEditIcon = exports.rowAddIcon = void 0;
4
- const tslib_1 = require("tslib");
5
- const icons_1 = require("../components/icons");
6
- const React = tslib_1.__importStar(require("react"));
7
- exports.rowAddIcon = React.createElement(icons_1.Icon, { name: "add-row" });
8
- exports.rowEditIcon = React.createElement(icons_1.Icon, { name: "edit" });
9
- exports.rowCloneIcon = React.createElement(icons_1.Icon, { name: "clone" });
10
- exports.rowDeleteIcon = React.createElement(icons_1.Icon, { name: "delete" });
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- const React = tslib_1.__importStar(require("react"));
5
- const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
6
- exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
7
- React.createElement("path", { d: "M17.66 7.93L12 2.27 6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31C7.9 20.8 9.95 21.58 12 21.58c2.05 0 4.1-.78 5.66-2.34 3.12-3.12 3.12-8.19 0-11.31zM12 19.59c-1.6 0-3.11-.62-4.24-1.76C6.62 16.69 6 15.19 6 13.59s.62-3.11 1.76-4.24L12 5.1v14.49z" })));
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: (props: any) => JSX.Element;
3
- export default _default;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: (props: any) => JSX.Element;
3
- export default _default;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- const React = tslib_1.__importStar(require("react"));
5
- const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
6
- exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
7
- React.createElement("path", { d: "M6 19h4V5H6v14zm8-14v14h4V5h-4z", fill: "red" })));