@adaptabletools/adaptable-cjs 18.0.0-canary.32 → 18.0.0-canary.33
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/package.json +1 -1
- package/src/AdaptableOptions/QuickSearchOptions.d.ts +1 -1
- package/src/Api/GridApi.d.ts +1 -1
- package/src/Api/Implementation/NoteApiImpl.d.ts +1 -1
- package/src/Api/Implementation/NoteApiImpl.js +2 -2
- package/src/Api/Internal/FormatColumnInternalApi.js +1 -1
- package/src/Api/NoteApi.d.ts +1 -1
- package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +1 -1
- package/src/PredefinedConfig/Common/RowScope.d.ts +2 -2
- package/src/PredefinedConfig/FormatColumnState.d.ts +1 -1
- package/src/PredefinedConfig/LayoutState.d.ts +1 -1
- package/src/Redux/ActionsReducers/NoteRedux.d.ts +1 -1
- package/src/Redux/ActionsReducers/NoteRedux.js +5 -5
- package/src/Strategy/ExportModule.js +19 -2
- package/src/Strategy/NoteModule.js +3 -3
- package/src/Strategy/StyledColumnModule.js +1 -1
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +1 -1
- package/src/Utilities/Services/CellPopupService.js +4 -4
- package/src/View/Components/Popups/GridCellPopup/GridCellPopup.js +2 -5
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +5 -5
- package/src/View/Layout/Wizard/sections/RowGroupingSection.js +1 -1
- package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +5 -7
- package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +5 -5
- package/src/agGrid/ActionColumnRenderer.js +2 -2
- package/src/agGrid/AgGridColumnAdapter.js +2 -2
- package/src/agGrid/AgGridMenuAdapter.js +5 -5
- package/src/agGrid/BadgeRenderer.js +1 -1
- package/src/agGrid/PercentBarRenderer.js +1 -1
- package/src/components/Accordion.d.ts +7 -0
- package/src/components/Accordion.js +41 -0
- package/src/components/icons/collapse-all.d.ts +3 -0
- package/src/components/icons/collapse-all.js +7 -0
- package/src/components/icons/csv.d.ts +3 -0
- package/src/components/icons/csv.js +7 -0
- package/src/components/icons/data-object.d.ts +3 -0
- package/src/components/icons/data-object.js +7 -0
- package/src/components/icons/excel.d.ts +3 -0
- package/src/components/icons/excel.js +8 -0
- package/src/components/icons/expand-all.d.ts +3 -0
- package/src/components/icons/expand-all.js +7 -0
- package/src/components/icons/index.js +10 -0
- package/src/env.js +2 -2
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/tsconfig.cjs.tsbuildinfo +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
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, { viewBox: "0 -960 960 960" }),
|
|
7
|
+
React.createElement("path", { d: "M480-80 240-320l57-57 183 183 183-183 57 57L480-80ZM298-584l-58-56 240-240 240 240-58 56-182-182-182 182Z" })));
|
|
@@ -39,6 +39,8 @@ const sort_asc_1 = tslib_1.__importDefault(require("./sort-asc"));
|
|
|
39
39
|
const sort_desc_1 = tslib_1.__importDefault(require("./sort-desc"));
|
|
40
40
|
const calendar_1 = tslib_1.__importDefault(require("./calendar"));
|
|
41
41
|
const delete_1 = tslib_1.__importDefault(require("./delete"));
|
|
42
|
+
const csv_1 = tslib_1.__importDefault(require("./csv"));
|
|
43
|
+
const excel_1 = tslib_1.__importDefault(require("./excel"));
|
|
42
44
|
const check_circle_1 = tslib_1.__importDefault(require("./check-circle"));
|
|
43
45
|
const refresh_1 = tslib_1.__importDefault(require("./refresh"));
|
|
44
46
|
const save_1 = tslib_1.__importDefault(require("./save"));
|
|
@@ -55,6 +57,7 @@ const cell_validation_1 = tslib_1.__importDefault(require("./cell-validation"));
|
|
|
55
57
|
const column_filter_1 = tslib_1.__importDefault(require("./column-filter"));
|
|
56
58
|
const system_status_1 = tslib_1.__importDefault(require("./system-status"));
|
|
57
59
|
const data_set_1 = tslib_1.__importDefault(require("./data-set"));
|
|
60
|
+
const data_object_1 = tslib_1.__importDefault(require("./data-object"));
|
|
58
61
|
const flashing_cell_1 = tslib_1.__importDefault(require("./flashing-cell"));
|
|
59
62
|
const edit_1 = tslib_1.__importDefault(require("./edit"));
|
|
60
63
|
const equation_1 = tslib_1.__importDefault(require("./equation"));
|
|
@@ -165,6 +168,8 @@ const select_all_1 = tslib_1.__importDefault(require("./select-all"));
|
|
|
165
168
|
const select_off_1 = tslib_1.__importDefault(require("./select-off"));
|
|
166
169
|
const select_fwd_1 = tslib_1.__importDefault(require("./select-fwd"));
|
|
167
170
|
const copy_1 = tslib_1.__importDefault(require("./copy"));
|
|
171
|
+
const expand_all_1 = tslib_1.__importDefault(require("./expand-all"));
|
|
172
|
+
const collapse_all_1 = tslib_1.__importDefault(require("./collapse-all"));
|
|
168
173
|
const Icon_1 = require("../Icon");
|
|
169
174
|
const AdaptableLogger_1 = require("../../agGrid/AdaptableLogger");
|
|
170
175
|
exports.allIcons = {
|
|
@@ -186,6 +191,8 @@ exports.allIcons = {
|
|
|
186
191
|
news: news_1.default,
|
|
187
192
|
brush: brush_1.default,
|
|
188
193
|
'data-set': data_set_1.default,
|
|
194
|
+
'excel': excel_1.default,
|
|
195
|
+
json: data_object_1.default,
|
|
189
196
|
export: export_1.default,
|
|
190
197
|
broadcast: campaign_1.default,
|
|
191
198
|
theme: theme_1.default,
|
|
@@ -205,6 +212,7 @@ exports.allIcons = {
|
|
|
205
212
|
'percent-tag': percent_bar_1.default,
|
|
206
213
|
'spark-line': spark_line_1.default,
|
|
207
214
|
resume: resume_1.default,
|
|
215
|
+
csv: csv_1.default,
|
|
208
216
|
'pie-chart': pie_chart_1.default,
|
|
209
217
|
'add-circle': plus_minus_1.default,
|
|
210
218
|
reminder: reminder_1.default,
|
|
@@ -330,6 +338,8 @@ exports.allIcons = {
|
|
|
330
338
|
note: note_1.default,
|
|
331
339
|
comments: comments_1.default,
|
|
332
340
|
rows: rows_1.default,
|
|
341
|
+
'expand-all': expand_all_1.default,
|
|
342
|
+
'collapse-all': collapse_all_1.default,
|
|
333
343
|
};
|
|
334
344
|
Object.keys(exports.allIcons).forEach((name) => {
|
|
335
345
|
const ReactCmp = exports.allIcons[name];
|
package/src/env.js
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = {
|
|
4
4
|
INFINITE_TABLE_LICENSE_KEY: "StartDate=2021-06-29|EndDate=2030-01-01|Owner=Adaptable|Type=distribution|TS=1624971462479|C=137829811,1004007071,2756196225,1839832928,3994409405,636616862" || '',
|
|
5
|
-
PUBLISH_TIMESTAMP:
|
|
6
|
-
VERSION: "18.0.0-canary.
|
|
5
|
+
PUBLISH_TIMESTAMP: 1712842436737 || Date.now(),
|
|
6
|
+
VERSION: "18.0.0-canary.33" || '--current-version--',
|
|
7
7
|
};
|