@adaptabletools/adaptable 12.0.0-canary.7 → 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.
- package/base.css +1 -1
- package/bundle.cjs.js +118 -118
- package/index.css +1 -1
- package/package.json +2 -2
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/AdaptableOptions/ActionOptions.d.ts +1 -1
- package/src/Api/DataSetApi.d.ts +3 -3
- package/src/Api/EventApi.d.ts +9 -9
- package/src/Api/Events/DataSetSelected.d.ts +11 -0
- package/src/Api/Events/{DataSetChanged.js → DataSetSelected.js} +0 -0
- package/src/Api/Implementation/DataSetApiImpl.d.ts +1 -1
- package/src/Api/Implementation/DataSetApiImpl.js +3 -3
- package/src/Api/Implementation/InternalApiImpl.d.ts +4 -1
- package/src/Api/Implementation/InternalApiImpl.js +16 -3
- package/src/Api/InternalApi.d.ts +4 -1
- package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +24 -6
- package/src/PredefinedConfig/Common/AdaptablePredicate.js +2 -2
- package/src/PredefinedConfig/Selection/GridCellRange.d.ts +19 -0
- package/src/PredefinedConfig/StatusBarState.d.ts +1 -1
- package/src/Redux/Store/AdaptableStore.js +1 -1
- package/src/Strategy/AdaptableModuleBase.d.ts +6 -5
- package/src/Strategy/AlertModule.d.ts +2 -8
- package/src/Strategy/AlertModule.js +3 -0
- package/src/Strategy/Interface/IModule.d.ts +5 -3
- package/src/Utilities/MenuItem.d.ts +4 -4
- package/src/View/Alert/ActiveAlertsPanelItemLabel.d.ts +5 -0
- package/src/View/Alert/ActiveAlertsPanelItemLabel.js +22 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +2 -2
- package/src/View/ColorPicker.d.ts +1 -1
- package/src/View/Components/AdaptableDateInput/index.d.ts +1 -1
- package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +8 -4
- package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +6 -1
- package/src/View/Components/Buttons/ButtonPause.js +11 -1
- package/src/View/Components/FilterForm/QuickFilterForm.js +1 -1
- package/src/View/Components/Panels/PanelWithButton.d.ts +2 -1
- package/src/View/Components/Panels/PanelWithImage.d.ts +3 -2
- package/src/View/Components/ToolPanel/AdaptableToolPanel.js +1 -11
- package/src/View/Components/ToolPanel/CustomToolPanelContent.js +1 -11
- package/src/View/Dashboard/CustomDashboardButton.js +2 -15
- package/src/View/Dashboard/CustomToolbarWrapper.js +2 -11
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +2 -1
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +6 -0
- package/src/View/GridInfo/GridInfoPopup.js +1 -1
- package/src/View/UIHelper.d.ts +2 -2
- package/src/agGrid/ActionColumnRenderer.js +5 -11
- package/src/agGrid/Adaptable.d.ts +2 -26
- package/src/agGrid/Adaptable.js +51 -51
- package/src/agGrid/agGridMenuHelper.d.ts +1 -0
- package/src/agGrid/agGridMenuHelper.js +15 -4
- package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +6 -12
- package/src/components/AdaptableIconComponent/index.d.ts +2 -1
- package/src/components/AdaptableIconComponent/index.js +36 -3
- package/src/components/Datepicker/index.d.ts +1 -1
- 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/SimpleButton/index.js +1 -1
- package/src/components/Textarea/index.d.ts +1 -1
- package/src/components/icons/{color-drop.d.ts → ends-with.d.ts} +0 -0
- package/src/components/icons/{format-letter-ends-with.js → ends-with.js} +0 -0
- package/src/components/icons/{filter-outline.d.ts → filter.d.ts} +0 -0
- package/src/components/icons/{filter-outline.js → filter.js} +0 -0
- package/src/components/icons/index.d.ts +5 -7
- package/src/components/icons/index.js +7 -17
- package/src/components/icons/{format-letter-ends-with.d.ts → starts-with.d.ts} +0 -0
- package/src/components/icons/{format-letter-starts-with.js → starts-with.js} +0 -0
- package/src/metamodel/adaptable.metamodel.d.ts +82 -0
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/types.d.ts +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/src/Api/Events/DataSetChanged.d.ts +0 -5
- package/src/agGrid/rowEditIcons.d.ts +0 -5
- package/src/agGrid/rowEditIcons.js +0 -10
- package/src/components/icons/color-drop.js +0 -7
- package/src/components/icons/format-letter-starts-with.d.ts +0 -3
- package/src/components/icons/pause-red.d.ts +0 -3
- package/src/components/icons/pause-red.js +0 -7
|
@@ -196,6 +196,26 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
196
196
|
reference?: undefined;
|
|
197
197
|
})[];
|
|
198
198
|
};
|
|
199
|
+
AdaptableBaseIcon: {
|
|
200
|
+
name: string;
|
|
201
|
+
kind: string;
|
|
202
|
+
description: string;
|
|
203
|
+
properties: ({
|
|
204
|
+
name: string;
|
|
205
|
+
kind: string;
|
|
206
|
+
description: string;
|
|
207
|
+
uiLabel: string;
|
|
208
|
+
isOptional: boolean;
|
|
209
|
+
reference?: undefined;
|
|
210
|
+
} | {
|
|
211
|
+
name: string;
|
|
212
|
+
kind: string;
|
|
213
|
+
description: string;
|
|
214
|
+
uiLabel: string;
|
|
215
|
+
isOptional: boolean;
|
|
216
|
+
reference: string;
|
|
217
|
+
})[];
|
|
218
|
+
};
|
|
199
219
|
AdaptableButton: {
|
|
200
220
|
name: string;
|
|
201
221
|
kind: string;
|
|
@@ -301,10 +321,27 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
301
321
|
kind: string;
|
|
302
322
|
description: string;
|
|
303
323
|
};
|
|
324
|
+
AdaptableElementIcon: {
|
|
325
|
+
name: string;
|
|
326
|
+
kind: string;
|
|
327
|
+
description: string;
|
|
328
|
+
properties: {
|
|
329
|
+
name: string;
|
|
330
|
+
kind: string;
|
|
331
|
+
description: string;
|
|
332
|
+
uiLabel: string;
|
|
333
|
+
}[];
|
|
334
|
+
};
|
|
304
335
|
AdaptableExternalIcon: {
|
|
305
336
|
name: string;
|
|
306
337
|
kind: string;
|
|
307
338
|
description: string;
|
|
339
|
+
properties: {
|
|
340
|
+
name: string;
|
|
341
|
+
kind: string;
|
|
342
|
+
description: string;
|
|
343
|
+
uiLabel: string;
|
|
344
|
+
}[];
|
|
308
345
|
};
|
|
309
346
|
AdaptableFDC3EventInfo: {
|
|
310
347
|
name: string;
|
|
@@ -413,6 +450,21 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
413
450
|
name: string;
|
|
414
451
|
kind: string;
|
|
415
452
|
description: string;
|
|
453
|
+
properties: ({
|
|
454
|
+
name: string;
|
|
455
|
+
kind: string;
|
|
456
|
+
description: string;
|
|
457
|
+
uiLabel: string;
|
|
458
|
+
reference: string;
|
|
459
|
+
isOptional?: undefined;
|
|
460
|
+
} | {
|
|
461
|
+
name: string;
|
|
462
|
+
kind: string;
|
|
463
|
+
description: string;
|
|
464
|
+
uiLabel: string;
|
|
465
|
+
isOptional: boolean;
|
|
466
|
+
reference?: undefined;
|
|
467
|
+
})[];
|
|
416
468
|
};
|
|
417
469
|
AdaptableLoadStateFunction: {
|
|
418
470
|
name: string;
|
|
@@ -2139,6 +2191,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2139
2191
|
reference: string;
|
|
2140
2192
|
}[];
|
|
2141
2193
|
};
|
|
2194
|
+
DataSetSelectedInfo: {
|
|
2195
|
+
name: string;
|
|
2196
|
+
kind: string;
|
|
2197
|
+
description: string;
|
|
2198
|
+
properties: {
|
|
2199
|
+
name: string;
|
|
2200
|
+
kind: string;
|
|
2201
|
+
description: string;
|
|
2202
|
+
uiLabel: string;
|
|
2203
|
+
reference: string;
|
|
2204
|
+
}[];
|
|
2205
|
+
};
|
|
2142
2206
|
DataUpdateConfig: {
|
|
2143
2207
|
name: string;
|
|
2144
2208
|
kind: string;
|
|
@@ -3010,6 +3074,24 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3010
3074
|
reference?: undefined;
|
|
3011
3075
|
})[];
|
|
3012
3076
|
};
|
|
3077
|
+
GridCellRange: {
|
|
3078
|
+
name: string;
|
|
3079
|
+
kind: string;
|
|
3080
|
+
description: string;
|
|
3081
|
+
properties: ({
|
|
3082
|
+
name: string;
|
|
3083
|
+
kind: string;
|
|
3084
|
+
description: string;
|
|
3085
|
+
uiLabel: string;
|
|
3086
|
+
isOptional?: undefined;
|
|
3087
|
+
} | {
|
|
3088
|
+
name: string;
|
|
3089
|
+
kind: string;
|
|
3090
|
+
description: string;
|
|
3091
|
+
uiLabel: string;
|
|
3092
|
+
isOptional: boolean;
|
|
3093
|
+
})[];
|
|
3094
|
+
};
|
|
3013
3095
|
GridDataChangedInfo: {
|
|
3014
3096
|
name: string;
|
|
3015
3097
|
kind: string;
|