@trebco/treb 37.0.1 → 37.1.2
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/build/package.json +1 -1
- package/build/treb-base-types/src/evaluate-options.d.ts +1 -1
- package/build/treb-base-types/src/font-stack.js +2 -2
- package/build/treb-base-types/src/gradient.js +1 -1
- package/build/treb-base-types/src/import.d.ts +1 -1
- package/build/treb-base-types/src/theme.js +1 -1
- package/build/treb-calculator/src/calculator.d.ts +7 -7
- package/build/treb-calculator/src/calculator.js +4 -4
- package/build/treb-calculator/src/complex-math.d.ts +1 -1
- package/build/treb-calculator/src/dag/array-vertex.d.ts +1 -1
- package/build/treb-calculator/src/dag/graph.d.ts +3 -3
- package/build/treb-calculator/src/dag/graph.js +2 -2
- package/build/treb-calculator/src/dag/spreadsheet_vertex.d.ts +2 -2
- package/build/treb-calculator/src/dag/spreadsheet_vertex.js +1 -1
- package/build/treb-calculator/src/dag/spreadsheet_vertex_base.d.ts +1 -1
- package/build/treb-calculator/src/descriptors.d.ts +2 -2
- package/build/treb-calculator/src/expression-calculator.d.ts +4 -4
- package/build/treb-calculator/src/expression-calculator.js +1 -1
- package/build/treb-calculator/src/function-error.d.ts +1 -1
- package/build/treb-calculator/src/function-error.js +1 -1
- package/build/treb-calculator/src/functions/base-functions.js +2 -2
- package/build/treb-calculator/src/functions/checkbox.d.ts +1 -1
- package/build/treb-calculator/src/functions/complex-functions.js +1 -1
- package/build/treb-calculator/src/functions/date-utils.js +1 -1
- package/build/treb-calculator/src/functions/finance-functions.js +1 -1
- package/build/treb-calculator/src/functions/fp.js +1 -1
- package/build/treb-calculator/src/functions/function-utilities.d.ts +1 -1
- package/build/treb-calculator/src/functions/function-utilities.js +1 -1
- package/build/treb-calculator/src/functions/information-functions.js +1 -1
- package/build/treb-calculator/src/functions/lambda-functions.js +1 -1
- package/build/treb-calculator/src/functions/matrix-functions.js +1 -1
- package/build/treb-calculator/src/functions/regex-functions.js +1 -1
- package/build/treb-calculator/src/functions/sparkline.d.ts +1 -1
- package/build/treb-calculator/src/functions/sparkline.js +1 -1
- package/build/treb-calculator/src/functions/statistics-functions.js +1 -1
- package/build/treb-calculator/src/functions/text-functions.js +2 -2
- package/build/treb-calculator/src/notifier-types.d.ts +1 -1
- package/build/treb-calculator/src/primitives.d.ts +1 -1
- package/build/treb-calculator/src/primitives.js +1 -1
- package/build/treb-calculator/src/utilities.d.ts +1 -1
- package/build/treb-calculator/src/utilities.js +1 -1
- package/build/treb-charts/src/chart-functions.d.ts +1 -1
- package/build/treb-charts/src/chart-functions.js +1 -1
- package/build/treb-charts/src/chart-types.d.ts +3 -3
- package/build/treb-charts/src/chart-types.js +1 -1
- package/build/treb-charts/src/chart-utils.d.ts +2 -2
- package/build/treb-charts/src/chart-utils.js +2 -2
- package/build/treb-charts/src/chart.d.ts +1 -1
- package/build/treb-charts/src/renderer.d.ts +1 -1
- package/build/treb-charts/src/util.d.ts +1 -1
- package/build/treb-charts/src/util.js +1 -1
- package/build/treb-data-model/src/annotation.d.ts +2 -2
- package/build/treb-data-model/src/annotation.js +1 -1
- package/build/treb-data-model/src/conditional_format.d.ts +1 -1
- package/build/treb-data-model/src/data-validation.d.ts +1 -1
- package/build/treb-data-model/src/data_model.d.ts +3 -3
- package/build/treb-data-model/src/data_model.js +3 -3
- package/build/treb-data-model/src/named.d.ts +3 -3
- package/build/treb-data-model/src/named.js +1 -1
- package/build/treb-data-model/src/sheet.d.ts +2 -2
- package/build/treb-data-model/src/sheet.js +4 -4
- package/build/treb-data-model/src/sheet_selection.d.ts +1 -1
- package/build/treb-data-model/src/sheet_selection.js +1 -1
- package/build/treb-data-model/src/sheet_types.d.ts +1 -1
- package/build/treb-data-model/src/types.d.ts +3 -3
- package/build/treb-embed/src/custom-element/spreadsheet-constructor.d.ts +2 -2
- package/build/treb-embed/src/custom-element/spreadsheet-constructor.js +5 -5
- package/build/treb-embed/src/embedded-spreadsheet.d.ts +13 -13
- package/build/treb-embed/src/embedded-spreadsheet.js +10 -10
- package/build/treb-embed/src/options.d.ts +2 -2
- package/build/treb-embed/src/selection-state.d.ts +2 -2
- package/build/treb-embed/src/spinner.js +1 -1
- package/build/treb-embed/src/toolbar-message.d.ts +1 -1
- package/build/treb-embed/src/types.d.ts +2 -2
- package/build/treb-embed/tsconfig.tsbuildinfo +1 -1
- package/build/treb-export/src/drawing/chart.d.ts +1 -1
- package/build/treb-export/src/drawing/chart.js +1 -1
- package/build/treb-export/src/export.d.ts +4 -4
- package/build/treb-export/src/export.js +2 -2
- package/build/treb-export/src/import-export-messages.d.ts +2 -2
- package/build/treb-export/src/import.d.ts +4 -4
- package/build/treb-export/src/import.js +2 -2
- package/build/treb-export/src/index.worker.js +1 -1
- package/build/treb-export/src/workbook-style.d.ts +1 -1
- package/build/treb-export/src/workbook-style.js +2 -2
- package/build/treb-export/src/workbook.d.ts +2 -2
- package/build/treb-format/src/format.d.ts +1 -1
- package/build/treb-format/src/format.js +1 -1
- package/build/treb-format/src/format_parser.d.ts +1 -1
- package/build/treb-format/src/format_parser.js +1 -1
- package/build/treb-format/src/number_format_section.d.ts +1 -1
- package/build/treb-format/src/value_parser.d.ts +2 -2
- package/build/treb-format/src/value_parser.js +1 -1
- package/build/treb-grid/src/editors/autocomplete.d.ts +1 -1
- package/build/treb-grid/src/editors/autocomplete.js +1 -1
- package/build/treb-grid/src/editors/autocomplete_matcher.js +1 -1
- package/build/treb-grid/src/editors/editor.d.ts +5 -5
- package/build/treb-grid/src/editors/editor.js +3 -3
- package/build/treb-grid/src/editors/formula_bar.d.ts +1 -1
- package/build/treb-grid/src/editors/formula_bar.js +2 -2
- package/build/treb-grid/src/editors/overlay_editor.d.ts +2 -2
- package/build/treb-grid/src/editors/overlay_editor.js +2 -2
- package/build/treb-grid/src/layout/base_layout.d.ts +6 -6
- package/build/treb-grid/src/layout/base_layout.js +3 -3
- package/build/treb-grid/src/layout/grid_layout.d.ts +2 -2
- package/build/treb-grid/src/layout/grid_layout.js +1 -1
- package/build/treb-grid/src/layout/mock-layout.d.ts +1 -1
- package/build/treb-grid/src/render/selection-renderer.d.ts +3 -3
- package/build/treb-grid/src/render/selection-renderer.js +1 -1
- package/build/treb-grid/src/render/svg_header_overlay.d.ts +1 -1
- package/build/treb-grid/src/render/svg_header_overlay.js +1 -1
- package/build/treb-grid/src/render/svg_selection_block.d.ts +1 -1
- package/build/treb-grid/src/render/svg_selection_block.js +1 -1
- package/build/treb-grid/src/render/tile_renderer.d.ts +3 -3
- package/build/treb-grid/src/render/tile_renderer.js +2 -2
- package/build/treb-grid/src/types/clipboard_data.d.ts +1 -1
- package/build/treb-grid/src/types/clipboard_data2.d.ts +1 -1
- package/build/treb-grid/src/types/external_editor_config.d.ts +1 -1
- package/build/treb-grid/src/types/grid.d.ts +5 -5
- package/build/treb-grid/src/types/grid.js +6 -6
- package/build/treb-grid/src/types/grid_base.d.ts +6 -6
- package/build/treb-grid/src/types/grid_base.js +5 -5
- package/build/treb-grid/src/types/grid_command.d.ts +3 -3
- package/build/treb-grid/src/types/grid_events.d.ts +2 -2
- package/build/treb-grid/src/types/grid_options.d.ts +1 -1
- package/build/treb-grid/src/types/scale-control.d.ts +1 -1
- package/build/treb-grid/src/types/scale-control.js +4 -4
- package/build/treb-grid/src/types/tab_bar.d.ts +3 -3
- package/build/treb-grid/src/types/tab_bar.js +2 -2
- package/build/treb-grid/src/types/tile.d.ts +1 -1
- package/build/treb-grid/src/types/update_flags.d.ts +1 -1
- package/dist/{chunk-E35ONJUS.mjs → chunk-UFKGUUNF.mjs} +1 -1
- package/dist/treb-export-worker.mjs +2 -2
- package/dist/treb-spreadsheet.mjs +4 -4
- package/dist/treb.d.ts +1 -1
- package/package.json +1 -1
- package/postprocess.ts +70 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Area } from 'treb-base-types';
|
|
2
|
-
import type { IArea } from 'treb-base-types';
|
|
3
|
-
import type { ExpressionUnit, Parser } from 'treb-parser';
|
|
1
|
+
import { Area } from '../../treb-base-types/src/index';
|
|
2
|
+
import type { IArea } from '../../treb-base-types/src/index';
|
|
3
|
+
import type { ExpressionUnit, Parser } from '../../treb-parser/src/index';
|
|
4
4
|
interface NamedExpression {
|
|
5
5
|
type: 'expression';
|
|
6
6
|
expression: ExpressionUnit;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Cells, type CellStyle, type Color, Area, DOMContext } from 'treb-base-types';
|
|
2
|
-
import type { TextPart, Cell, ICellAddress, CellValue, ImportedSheetData, IArea, Table, TableTheme, Theme } from 'treb-base-types';
|
|
1
|
+
import { Cells, type CellStyle, type Color, Area, DOMContext } from '../../treb-base-types/src/index';
|
|
2
|
+
import type { TextPart, Cell, ICellAddress, CellValue, ImportedSheetData, IArea, Table, TableTheme, Theme } from '../../treb-base-types/src/index';
|
|
3
3
|
import type { FreezePane, SerializedSheet, ScrollOffset } from './sheet_types';
|
|
4
4
|
import type { SerializeOptions } from './serialize_options';
|
|
5
5
|
import type { GridSelection } from './sheet_selection';
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
// --- treb imports -----------------------------------------------------------
|
|
22
|
-
import { ValueType, Cells, Style, Area, IsFlatDataArray, IsNestedRowArray, IsCellAddress, DOMContext, IsHTMLColor, IsThemeColor } from 'treb-base-types';
|
|
23
|
-
import { NumberFormatCache } from 'treb-format';
|
|
24
|
-
import { Measurement, ValidateURI } from 'treb-utils';
|
|
25
|
-
import { Get as GetFonrMetrics } from 'treb-grid/src/util/fontmetrics';
|
|
22
|
+
import { ValueType, Cells, Style, Area, IsFlatDataArray, IsNestedRowArray, IsCellAddress, DOMContext, IsHTMLColor, IsThemeColor } from '../../treb-base-types/src/index';
|
|
23
|
+
import { NumberFormatCache } from '../../treb-format/src/index';
|
|
24
|
+
import { Measurement, ValidateURI } from '../../treb-utils/src/index';
|
|
25
|
+
import { Get as GetFonrMetrics } from '../../treb-grid/src/util/fontmetrics';
|
|
26
26
|
import { CreateSelection } from './sheet_selection';
|
|
27
27
|
import { Annotation } from './annotation';
|
|
28
28
|
// --- constants --------------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Area, type IArea, type ICellAddress } from 'treb-base-types';
|
|
1
|
+
import { Area, type IArea, type ICellAddress } from '../../treb-base-types/src/index';
|
|
2
2
|
/**
|
|
3
3
|
* FIXME: this is broken. we treat this as a simple javascript object,
|
|
4
4
|
* cloning and creating via JSON, but area is a class instance.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IArea, SerializedCellData, CellStyle, Color } from 'treb-base-types';
|
|
1
|
+
import type { IArea, SerializedCellData, CellStyle, Color } from '../../treb-base-types/src/index';
|
|
2
2
|
import type { AnnotationData } from './annotation';
|
|
3
3
|
import type { GridSelection, SerializedGridSelection } from './sheet_selection';
|
|
4
4
|
import type { ConditionalFormatList } from './conditional_format';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { SerializedSheet } from './sheet_types';
|
|
2
2
|
import type { Sheet } from './sheet';
|
|
3
|
-
import type { IArea } from 'treb-base-types';
|
|
3
|
+
import type { IArea } from '../../treb-base-types/src/index';
|
|
4
4
|
import type { SerializedNamed } from './named';
|
|
5
|
-
import type { Table } from 'treb-base-types';
|
|
6
|
-
import type { ExpressionUnit } from 'treb-parser';
|
|
5
|
+
import type { Table } from '../../treb-base-types/src/index';
|
|
6
|
+
import type { ExpressionUnit } from '../../treb-parser/src/index';
|
|
7
7
|
export interface ConnectedElementType {
|
|
8
8
|
formula: string;
|
|
9
9
|
update?: (instance: ConnectedElementType) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EmbeddedSpreadsheet } from '../embedded-spreadsheet';
|
|
2
2
|
import type { EmbeddedSpreadsheetOptions } from '../options';
|
|
3
|
-
import { type Color } from 'treb-base-types';
|
|
4
|
-
import { DOMContext } from 'treb-base-types';
|
|
3
|
+
import { type Color } from '../../../treb-base-types/src/index';
|
|
4
|
+
import { DOMContext } from '../../../treb-base-types/src/index';
|
|
5
5
|
/** @internal */
|
|
6
6
|
export declare class SpreadsheetConstructor<USER_DATA_TYPE = unknown> {
|
|
7
7
|
/** container, if any */
|
|
@@ -25,11 +25,11 @@ import toolbar_html from 'treb-embed/markup/toolbar.html';
|
|
|
25
25
|
// import css from '../../style/treb-spreadsheet-element.scss';
|
|
26
26
|
// import html from '../../markup/layout.html';
|
|
27
27
|
// import toolbar_html from '../../markup/toolbar.html';
|
|
28
|
-
import { NumberFormatCache } from 'treb-format';
|
|
29
|
-
import { ColorFunctions, IsThemeColor } from 'treb-base-types';
|
|
30
|
-
import { Measurement } from 'treb-utils';
|
|
31
|
-
import { DOMContext } from 'treb-base-types';
|
|
32
|
-
import { font_stack_labels } from 'treb-base-types/src/font-stack';
|
|
28
|
+
import { NumberFormatCache } from '../../../treb-format/src/index';
|
|
29
|
+
import { ColorFunctions, IsThemeColor } from '../../../treb-base-types/src/index';
|
|
30
|
+
import { Measurement } from '../../../treb-utils/src/index';
|
|
31
|
+
import { DOMContext } from '../../../treb-base-types/src/index';
|
|
32
|
+
import { font_stack_labels } from '../../../treb-base-types/src/font-stack';
|
|
33
33
|
/** with a view towards i18n */
|
|
34
34
|
const default_titles = {
|
|
35
35
|
close_dialog: 'Close dialog',
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import type { GridEvent, SheetChangeEvent, GridOptions, CellEvent, ExternalEditorConfig, GridSelectionEvent } from 'treb-grid';
|
|
2
|
-
import { DataModel, Sheet } from 'treb-data-model';
|
|
3
|
-
import type { SerializeOptions, Annotation, AnnotationType, GridSelection, ConnectedElementType, SerializedModel, FreezePane, ConditionalFormatDuplicateValuesOptions, ConditionalFormatGradientOptions, ConditionalFormat, StandardGradient, CondifionalFormatExpressionOptions, ConditionalFormatCellMatchOptions, SerializedNamed, ConditionalFormatDataBarOptions } from 'treb-data-model';
|
|
4
|
-
import { Grid, BorderConstants, ErrorCode } from 'treb-grid';
|
|
5
|
-
import { Parser } from 'treb-parser';
|
|
6
|
-
import { Calculator } from 'treb-calculator';
|
|
7
|
-
import type { ICellAddress, EvaluateOptions, IArea, CellValue, Point, Complex, IRectangle, AddressReference, RangeReference, TableSortOptions, Table, TableTheme, Theme } from 'treb-base-types';
|
|
8
|
-
import { type CellStyle, Localization, type Color, Area, DOMContext } from 'treb-base-types';
|
|
9
|
-
import { EventSource } from 'treb-utils';
|
|
1
|
+
import type { GridEvent, SheetChangeEvent, GridOptions, CellEvent, ExternalEditorConfig, GridSelectionEvent } from '../../treb-grid/src/index';
|
|
2
|
+
import { DataModel, Sheet } from '../../treb-data-model/src/index';
|
|
3
|
+
import type { SerializeOptions, Annotation, AnnotationType, GridSelection, ConnectedElementType, SerializedModel, FreezePane, ConditionalFormatDuplicateValuesOptions, ConditionalFormatGradientOptions, ConditionalFormat, StandardGradient, CondifionalFormatExpressionOptions, ConditionalFormatCellMatchOptions, SerializedNamed, ConditionalFormatDataBarOptions } from '../../treb-data-model/src/index';
|
|
4
|
+
import { Grid, BorderConstants, ErrorCode } from '../../treb-grid/src/index';
|
|
5
|
+
import { Parser } from '../../treb-parser/src/index';
|
|
6
|
+
import { Calculator } from '../../treb-calculator/src/index';
|
|
7
|
+
import type { ICellAddress, EvaluateOptions, IArea, CellValue, Point, Complex, IRectangle, AddressReference, RangeReference, TableSortOptions, Table, TableTheme, Theme } from '../../treb-base-types/src/index';
|
|
8
|
+
import { type CellStyle, Localization, type Color, Area, DOMContext } from '../../treb-base-types/src/index';
|
|
9
|
+
import { EventSource } from '../../treb-utils/src/index';
|
|
10
10
|
import { Dialog } from './progress-dialog';
|
|
11
11
|
import { Spinner } from './spinner';
|
|
12
12
|
import { type EmbeddedSpreadsheetOptions, type ExportOptions } from './options';
|
|
13
13
|
import { type TREBDocument, LoadSource, type EmbeddedSheetEvent, type InsertTableOptions } from './types';
|
|
14
14
|
import type { SelectionState } from './selection-state';
|
|
15
15
|
import type { ToolbarMessage } from './toolbar-message';
|
|
16
|
-
import { Chart } from 'treb-charts';
|
|
17
|
-
import type { SetRangeOptions, ClipboardData, PasteOptions } from 'treb-grid';
|
|
18
|
-
import * as ImportExportMessages from 'treb-export/src/import-export-messages';
|
|
16
|
+
import { Chart } from '../../treb-charts/src/index';
|
|
17
|
+
import type { SetRangeOptions, ClipboardData, PasteOptions } from '../../treb-grid/src/index';
|
|
18
|
+
import * as ImportExportMessages from '../../treb-export/src/import-export-messages';
|
|
19
19
|
/**
|
|
20
20
|
* import type for our worker, plus markup files
|
|
21
21
|
*/
|
|
22
|
-
import { type WorkerProxy } from 'treb-base-types';
|
|
22
|
+
import { type WorkerProxy } from '../../treb-base-types/src/index';
|
|
23
23
|
/** new, intended for tui support but keeping it as generic as possible */
|
|
24
24
|
export type CustomGridFactory = (options: GridOptions, model: DataModel, theme: Theme | undefined, initialze_dom: boolean, DOM: DOMContext) => Grid;
|
|
25
25
|
/**
|
|
@@ -18,26 +18,26 @@
|
|
|
18
18
|
* info@treb.app
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
|
-
import { DataModel, Sheet, StandardGradientsList } from 'treb-data-model';
|
|
22
|
-
import { Grid, BorderConstants, ErrorCode, UA, } from 'treb-grid';
|
|
23
|
-
import { Parser, DecimalMarkType, ArgumentSeparatorType, QuotedSheetNameRegex } from 'treb-parser';
|
|
24
|
-
import { Calculator } from 'treb-calculator';
|
|
25
|
-
import { IsArea, ThemeColorTable, ComplexToString, Rectangle, IsComplex, Localization, Style, ResolveThemeColor, IsCellAddress, Area, IsFlatData, IsFlatDataArray, Gradient, DOMContext, ValueType, } from 'treb-base-types';
|
|
26
|
-
import { EventSource, ValidateURI } from 'treb-utils';
|
|
27
|
-
import { NumberFormatCache, ValueParser, NumberFormat, LotusDate, UnlotusDate } from 'treb-format';
|
|
21
|
+
import { DataModel, Sheet, StandardGradientsList } from '../../treb-data-model/src/index';
|
|
22
|
+
import { Grid, BorderConstants, ErrorCode, UA, } from '../../treb-grid/src/index';
|
|
23
|
+
import { Parser, DecimalMarkType, ArgumentSeparatorType, QuotedSheetNameRegex } from '../../treb-parser/src/index';
|
|
24
|
+
import { Calculator } from '../../treb-calculator/src/index';
|
|
25
|
+
import { IsArea, ThemeColorTable, ComplexToString, Rectangle, IsComplex, Localization, Style, ResolveThemeColor, IsCellAddress, Area, IsFlatData, IsFlatDataArray, Gradient, DOMContext, ValueType, } from '../../treb-base-types/src/index';
|
|
26
|
+
import { EventSource, ValidateURI } from '../../treb-utils/src/index';
|
|
27
|
+
import { NumberFormatCache, ValueParser, NumberFormat, LotusDate, UnlotusDate } from '../../treb-format/src/index';
|
|
28
28
|
// --- local -------------------------------------------------------------------
|
|
29
29
|
import { Dialog, DialogType } from './progress-dialog';
|
|
30
30
|
import { Spinner } from './spinner';
|
|
31
31
|
import { DefaultOptions } from './options';
|
|
32
32
|
import { SaveFileType, LoadSource } from './types';
|
|
33
|
-
import { Chart, ChartFunctions } from 'treb-charts';
|
|
34
|
-
import * as ImportExportMessages from 'treb-export/src/import-export-messages';
|
|
33
|
+
import { Chart, ChartFunctions } from '../../treb-charts/src/index';
|
|
34
|
+
import * as ImportExportMessages from '../../treb-export/src/import-export-messages';
|
|
35
35
|
// --- worker ------------------------------------------------------------------
|
|
36
36
|
/**
|
|
37
37
|
* import type for our worker, plus markup files
|
|
38
38
|
*/
|
|
39
39
|
// import './content-types.d.ts';
|
|
40
|
-
import { CreateWorker } from 'treb-base-types';
|
|
40
|
+
import { CreateWorker } from '../../treb-base-types/src/index';
|
|
41
41
|
var CalculationOptions;
|
|
42
42
|
(function (CalculationOptions) {
|
|
43
43
|
CalculationOptions[CalculationOptions["automatic"] = 0] = "automatic";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ICellAddress } from 'treb-base-types';
|
|
1
|
+
import type { ICellAddress } from '../../treb-base-types/src/index';
|
|
2
2
|
import type { TREBDocument } from './types';
|
|
3
|
-
import type { ChartRenderer } from 'treb-charts';
|
|
3
|
+
import type { ChartRenderer } from '../../treb-charts/src/index';
|
|
4
4
|
/**
|
|
5
5
|
* factory type for chart renderer, if you want instances (pass a constructor)
|
|
6
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { GridSelection } from 'treb-data-model';
|
|
2
|
-
import type { CellStyle } from 'treb-base-types';
|
|
1
|
+
import type { GridSelection } from '../../treb-data-model/src/index';
|
|
2
|
+
import type { CellStyle } from '../../treb-base-types/src/index';
|
|
3
3
|
/**
|
|
4
4
|
* state that should be reflected in toolbar buttons/selections
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IArea, Table, TableTheme } from 'treb-base-types';
|
|
2
|
-
import type { SerializedNamedExpression, SerializedSheet, SerializedMacroFunction, SerializedNamed } from 'treb-data-model';
|
|
1
|
+
import type { IArea, Table, TableTheme } from '../../treb-base-types/src/index';
|
|
2
|
+
import type { SerializedNamedExpression, SerializedSheet, SerializedMacroFunction, SerializedNamed } from '../../treb-data-model/src/index';
|
|
3
3
|
export declare enum SaveFileType {
|
|
4
4
|
json = "json",
|
|
5
5
|
treb = "treb",
|