igniteui-webcomponents-excel 4.7.2-beta.0 → 4.7.2-beta.1
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/bundles/igniteui-webcomponents-excel.umd.js +346 -295
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +328 -285
- package/esm2015/lib/Formula_VisitWorksheetVisitor.js +7 -0
- package/esm2015/lib/UltraCalcFunctionFormulaText.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +5 -5
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +4 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/DefaultStyleHelper_combined.js +329 -285
- package/esm5/lib/Formula_VisitWorksheetVisitor.js +7 -0
- package/esm5/lib/UltraCalcFunctionFormulaText.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +5 -5
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +4 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +346 -296
- package/fesm5/igniteui-webcomponents-excel.js +346 -296
- package/lib/DefaultStyleHelper_combined.d.ts +67 -50
- package/lib/Formula_VisitWorksheetVisitor.d.ts +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -6747,6 +6747,10 @@ export declare abstract class Formula extends Base {
|
|
|
6747
6747
|
* @hidden
|
|
6748
6748
|
*/
|
|
6749
6749
|
_cb(): void;
|
|
6750
|
+
/**
|
|
6751
|
+
* @hidden
|
|
6752
|
+
*/
|
|
6753
|
+
_cc(a: (arg1: Worksheet) => void): void;
|
|
6750
6754
|
/**
|
|
6751
6755
|
* @hidden
|
|
6752
6756
|
*/
|
|
@@ -7141,12 +7145,12 @@ export declare let IExcelCalcReferenceCollectionEx_$type: Type;
|
|
|
7141
7145
|
*/
|
|
7142
7146
|
export declare class SingleTargetFormula extends Formula implements IExcelCalcFormula, IExcelCalcReferenceCollectionEx {
|
|
7143
7147
|
static $t: Type;
|
|
7144
|
-
private
|
|
7145
|
-
private
|
|
7146
|
-
readonly
|
|
7147
|
-
|
|
7148
|
-
private
|
|
7149
|
-
private
|
|
7148
|
+
private _cd;
|
|
7149
|
+
private _cj;
|
|
7150
|
+
readonly _cm: List$1<IExcelCalcReference>;
|
|
7151
|
+
_co: number;
|
|
7152
|
+
private _cn;
|
|
7153
|
+
private _ch;
|
|
7150
7154
|
constructor(a: number, b: number, c: FormulaType);
|
|
7151
7155
|
constructor(a: number, b: ArrayFormula);
|
|
7152
7156
|
constructor(a: number, b: WorksheetDataTable);
|
|
@@ -7174,25 +7178,25 @@ export declare class SingleTargetFormula extends Formula implements IExcelCalcFo
|
|
|
7174
7178
|
protected get__t(): Sheet;
|
|
7175
7179
|
get _t(): Sheet;
|
|
7176
7180
|
_addDynamicReference1(a: IExcelCalcReference, b: ExcelCalcEngine, c?: boolean): boolean;
|
|
7177
|
-
private
|
|
7178
|
-
|
|
7179
|
-
private static
|
|
7180
|
-
private
|
|
7181
|
+
private _cp;
|
|
7182
|
+
_cv(a: ExcelCalcEngine): void;
|
|
7183
|
+
private static _cq;
|
|
7184
|
+
private _cw;
|
|
7181
7185
|
evaluateCore(a: Workbook): ExcelCalcValue;
|
|
7182
|
-
|
|
7183
|
-
|
|
7184
|
-
private
|
|
7185
|
-
private _cs;
|
|
7186
|
-
_cw(a: Workbook): void;
|
|
7186
|
+
_cg(a: Workbook, b: IExcelCalcReference, c: boolean): ExcelCalcValue;
|
|
7187
|
+
_cs(): number;
|
|
7188
|
+
private _cr;
|
|
7187
7189
|
private _ct;
|
|
7188
|
-
|
|
7189
|
-
|
|
7190
|
-
|
|
7191
|
-
|
|
7190
|
+
_cx(a: Workbook): void;
|
|
7191
|
+
private _cu;
|
|
7192
|
+
private _cy;
|
|
7193
|
+
_cz(a: RefBase, b: Workbook, c?: boolean): void;
|
|
7194
|
+
get _ce(): ExcelCalcValue;
|
|
7195
|
+
set _ce(a: ExcelCalcValue);
|
|
7192
7196
|
get hasAlwaysDirty(): boolean;
|
|
7193
|
-
protected
|
|
7194
|
-
get
|
|
7195
|
-
get
|
|
7197
|
+
protected get__cl(): boolean;
|
|
7198
|
+
get _cl(): boolean;
|
|
7199
|
+
get _ci(): RefBase;
|
|
7196
7200
|
}
|
|
7197
7201
|
/**
|
|
7198
7202
|
* @hidden
|
|
@@ -11869,27 +11873,27 @@ export declare let IRegionBlockingSingleCellComponent_$type: Type;
|
|
|
11869
11873
|
*/
|
|
11870
11874
|
export declare class ArrayInteriorFormula extends SingleTargetFormula implements IRegionBlockingSingleCellComponent {
|
|
11871
11875
|
static $t: Type;
|
|
11872
|
-
private readonly
|
|
11876
|
+
private readonly _c0;
|
|
11873
11877
|
constructor(a: ArrayFormula);
|
|
11874
11878
|
get owningValue(): IRegionBlockingValue;
|
|
11875
11879
|
_g(): Formula;
|
|
11876
11880
|
protected get__i(): Formula;
|
|
11877
11881
|
protected get__ak(): boolean;
|
|
11878
|
-
protected
|
|
11879
|
-
get
|
|
11882
|
+
protected get__cl(): boolean;
|
|
11883
|
+
get _c1(): ArrayFormula;
|
|
11880
11884
|
}
|
|
11881
11885
|
/**
|
|
11882
11886
|
* @hidden
|
|
11883
11887
|
*/
|
|
11884
11888
|
export declare class DataTableInteriorFormula extends SingleTargetFormula implements IRegionBlockingSingleCellComponent {
|
|
11885
11889
|
static $t: Type;
|
|
11886
|
-
private readonly
|
|
11890
|
+
private readonly _c0;
|
|
11887
11891
|
constructor(a: WorksheetDataTable);
|
|
11888
11892
|
get owningValue(): IRegionBlockingValue;
|
|
11889
11893
|
_g(): Formula;
|
|
11890
11894
|
protected get__am(): boolean;
|
|
11891
|
-
protected
|
|
11892
|
-
get
|
|
11895
|
+
protected get__cl(): boolean;
|
|
11896
|
+
get _c1(): WorksheetDataTable;
|
|
11893
11897
|
}
|
|
11894
11898
|
/**
|
|
11895
11899
|
* @hidden
|
|
@@ -20673,20 +20677,20 @@ export declare class ArrayFormula extends Formula implements IRegionBlockingValu
|
|
|
20673
20677
|
/**
|
|
20674
20678
|
* @hidden
|
|
20675
20679
|
*/
|
|
20676
|
-
private static readonly
|
|
20680
|
+
private static readonly _cx;
|
|
20677
20681
|
/**
|
|
20678
20682
|
* @hidden
|
|
20679
20683
|
*/
|
|
20680
|
-
private static readonly
|
|
20684
|
+
private static readonly _cy;
|
|
20681
20685
|
/**
|
|
20682
20686
|
* @hidden
|
|
20683
20687
|
*/
|
|
20684
|
-
private static readonly
|
|
20688
|
+
private static readonly _cz;
|
|
20685
20689
|
/**
|
|
20686
20690
|
* @hidden
|
|
20687
20691
|
*/
|
|
20688
|
-
private static readonly
|
|
20689
|
-
private
|
|
20692
|
+
private static readonly _cd;
|
|
20693
|
+
private _cl;
|
|
20690
20694
|
constructor(a: number, b: number);
|
|
20691
20695
|
constructor(a: number, b: ArrayFormula);
|
|
20692
20696
|
constructor(a: number, ..._rest: any[]);
|
|
@@ -20784,7 +20788,7 @@ export declare class ArrayFormula extends Formula implements IRegionBlockingValu
|
|
|
20784
20788
|
/**
|
|
20785
20789
|
* @hidden
|
|
20786
20790
|
*/
|
|
20787
|
-
static
|
|
20791
|
+
static _cj(a: string, b: Workbook): ArrayFormula;
|
|
20788
20792
|
/**
|
|
20789
20793
|
* Parses the specified formula value and returns the array formula which was created from it.
|
|
20790
20794
|
* @param value The string which defines the array formula to parse.
|
|
@@ -20850,21 +20854,21 @@ export declare class ArrayFormula extends Formula implements IRegionBlockingValu
|
|
|
20850
20854
|
/**
|
|
20851
20855
|
* @hidden
|
|
20852
20856
|
*/
|
|
20853
|
-
static
|
|
20857
|
+
static _co(a: string, b: CellReferenceMode, c: ArrayFormula): {
|
|
20854
20858
|
ret: boolean;
|
|
20855
20859
|
p2: ArrayFormula;
|
|
20856
20860
|
};
|
|
20857
20861
|
/**
|
|
20858
20862
|
* @hidden
|
|
20859
20863
|
*/
|
|
20860
|
-
static
|
|
20864
|
+
static _cv(a: string, b: CellReferenceMode, c: CultureInfo, d: ArrayFormula): {
|
|
20861
20865
|
ret: boolean;
|
|
20862
20866
|
p3: ArrayFormula;
|
|
20863
20867
|
};
|
|
20864
20868
|
/**
|
|
20865
20869
|
* @hidden
|
|
20866
20870
|
*/
|
|
20867
|
-
static
|
|
20871
|
+
static _cp(a: string, b: CellReferenceMode, c: ArrayFormula, d: FormulaParseException): {
|
|
20868
20872
|
ret: boolean;
|
|
20869
20873
|
p2: ArrayFormula;
|
|
20870
20874
|
p3: FormulaParseException;
|
|
@@ -20872,7 +20876,7 @@ export declare class ArrayFormula extends Formula implements IRegionBlockingValu
|
|
|
20872
20876
|
/**
|
|
20873
20877
|
* @hidden
|
|
20874
20878
|
*/
|
|
20875
|
-
static
|
|
20879
|
+
static _cw(a: string, b: CellReferenceMode, c: CultureInfo, d: ArrayFormula, e: FormulaParseException): {
|
|
20876
20880
|
ret: boolean;
|
|
20877
20881
|
p3: ArrayFormula;
|
|
20878
20882
|
p4: FormulaParseException;
|
|
@@ -20880,21 +20884,21 @@ export declare class ArrayFormula extends Formula implements IRegionBlockingValu
|
|
|
20880
20884
|
/**
|
|
20881
20885
|
* @hidden
|
|
20882
20886
|
*/
|
|
20883
|
-
static
|
|
20887
|
+
static _cq(a: string, b: CellReferenceMode, c: WorkbookFormat, d: ArrayFormula): {
|
|
20884
20888
|
ret: boolean;
|
|
20885
20889
|
p3: ArrayFormula;
|
|
20886
20890
|
};
|
|
20887
20891
|
/**
|
|
20888
20892
|
* @hidden
|
|
20889
20893
|
*/
|
|
20890
|
-
static
|
|
20894
|
+
static _cs(a: string, b: CellReferenceMode, c: WorkbookFormat, d: CultureInfo, e: ArrayFormula): {
|
|
20891
20895
|
ret: boolean;
|
|
20892
20896
|
p4: ArrayFormula;
|
|
20893
20897
|
};
|
|
20894
20898
|
/**
|
|
20895
20899
|
* @hidden
|
|
20896
20900
|
*/
|
|
20897
|
-
static
|
|
20901
|
+
static _cr(a: string, b: CellReferenceMode, c: WorkbookFormat, d: ArrayFormula, e: FormulaParseException): {
|
|
20898
20902
|
ret: boolean;
|
|
20899
20903
|
p3: ArrayFormula;
|
|
20900
20904
|
p4: FormulaParseException;
|
|
@@ -20902,7 +20906,7 @@ export declare class ArrayFormula extends Formula implements IRegionBlockingValu
|
|
|
20902
20906
|
/**
|
|
20903
20907
|
* @hidden
|
|
20904
20908
|
*/
|
|
20905
|
-
static
|
|
20909
|
+
static _ct(a: string, b: CellReferenceMode, c: WorkbookFormat, d: CultureInfo, e: ArrayFormula, f: FormulaParseException): {
|
|
20906
20910
|
ret: boolean;
|
|
20907
20911
|
p4: ArrayFormula;
|
|
20908
20912
|
p5: FormulaParseException;
|
|
@@ -20910,7 +20914,7 @@ export declare class ArrayFormula extends Formula implements IRegionBlockingValu
|
|
|
20910
20914
|
/**
|
|
20911
20915
|
* @hidden
|
|
20912
20916
|
*/
|
|
20913
|
-
static
|
|
20917
|
+
static _cu(a: string, b: CellReferenceMode, c: WorkbookFormat, d: CultureInfo, e: ArrayFormula, f: FormulaParseException, g: List$1<WorkbookReferenceBase>): {
|
|
20914
20918
|
ret: boolean;
|
|
20915
20919
|
p4: ArrayFormula;
|
|
20916
20920
|
p5: FormulaParseException;
|
|
@@ -20918,34 +20922,34 @@ export declare class ArrayFormula extends Formula implements IRegionBlockingValu
|
|
|
20918
20922
|
/**
|
|
20919
20923
|
* @hidden
|
|
20920
20924
|
*/
|
|
20921
|
-
|
|
20925
|
+
_c2(a: CellShiftOperation, b: ICellShiftOperationOverride, c: ShiftingArrayFormulaInfo): void;
|
|
20922
20926
|
/**
|
|
20923
20927
|
* @hidden
|
|
20924
20928
|
*/
|
|
20925
|
-
|
|
20929
|
+
_cn(a: CellShiftOperation, b: Nullable$1<WorksheetRegionAddress>, c: ShiftingArrayFormulaInfo): {
|
|
20926
20930
|
ret: boolean;
|
|
20927
20931
|
p2: ShiftingArrayFormulaInfo;
|
|
20928
20932
|
};
|
|
20929
20933
|
/**
|
|
20930
20934
|
* @hidden
|
|
20931
20935
|
*/
|
|
20932
|
-
private
|
|
20936
|
+
private _c0;
|
|
20933
20937
|
/**
|
|
20934
20938
|
* @hidden
|
|
20935
20939
|
*/
|
|
20936
|
-
private static
|
|
20940
|
+
private static _ck;
|
|
20937
20941
|
/**
|
|
20938
20942
|
* @hidden
|
|
20939
20943
|
*/
|
|
20940
|
-
private static
|
|
20944
|
+
private static _ce;
|
|
20941
20945
|
/**
|
|
20942
20946
|
* @hidden
|
|
20943
20947
|
*/
|
|
20944
|
-
private static
|
|
20948
|
+
private static _c3;
|
|
20945
20949
|
/**
|
|
20946
20950
|
* @hidden
|
|
20947
20951
|
*/
|
|
20948
|
-
private static
|
|
20952
|
+
private static _c4;
|
|
20949
20953
|
/**
|
|
20950
20954
|
* Gets the cells to which the array formula is applied.
|
|
20951
20955
|
* <p class="body">
|
|
@@ -21337,6 +21341,19 @@ export declare class Formula_VerifyFormatLimitsVisitor extends FormulaTokenVisit
|
|
|
21337
21341
|
au(a: RefToken): void;
|
|
21338
21342
|
static a1(a: FormulaContext, b: FormatLimitErrors, c: WorkbookFormat): Formula_VerifyFormatLimitsVisitor;
|
|
21339
21343
|
}
|
|
21344
|
+
/**
|
|
21345
|
+
* @hidden
|
|
21346
|
+
*/
|
|
21347
|
+
export declare class Formula_VisitWorksheetVisitor extends FormulaTokenVisitor {
|
|
21348
|
+
static $t: Type;
|
|
21349
|
+
private static az;
|
|
21350
|
+
private a1;
|
|
21351
|
+
constructor();
|
|
21352
|
+
g(): void;
|
|
21353
|
+
aq(a: ReferenceToken): void;
|
|
21354
|
+
static a2(a: FormulaContext, b: (arg1: Worksheet) => void): void;
|
|
21355
|
+
private static a0;
|
|
21356
|
+
}
|
|
21340
21357
|
/**
|
|
21341
21358
|
* @hidden
|
|
21342
21359
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Formula_VisitWorksheetVisitor } from "./DefaultStyleHelper_combined";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-excel",
|
|
3
|
-
"version": "4.7.2-beta.
|
|
3
|
+
"version": "4.7.2-beta.1",
|
|
4
4
|
"description": "Ignite UI Web Components excel component for creating, loading and saving Microsoft Excel workbooks for modern web apps.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-excel",
|
|
6
6
|
"keywords": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"tslib": "^2.3.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"igniteui-webcomponents-core": "4.7.2-beta.
|
|
22
|
+
"igniteui-webcomponents-core": "4.7.2-beta.1"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-webcomponents-excel.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -804,6 +804,7 @@ export * from './lib/Formula_TableResizingVisitor';
|
|
|
804
804
|
export * from './lib/Formula_WorksheetMovedVisitor';
|
|
805
805
|
export * from './lib/Formula_WorksheetRemovedVisitor';
|
|
806
806
|
export * from './lib/Formula_VerifyFormatLimitsVisitor';
|
|
807
|
+
export * from './lib/Formula_VisitWorksheetVisitor';
|
|
807
808
|
export * from './lib/Formula_InternalFlags';
|
|
808
809
|
export * from './lib/Formula_TokensReplacedChangeContext';
|
|
809
810
|
export * from './lib/FormulaParseException';
|