igniteui-webcomponents-excel 4.7.1 → 4.7.2-beta.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/bundles/igniteui-webcomponents-excel.umd.js +781 -655
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlignmentInfo.js +4 -4
- package/esm2015/lib/BiffRecordStream.js +7 -7
- package/esm2015/lib/CellFormatValue.js +1 -1
- package/esm2015/lib/ConditionalFormattingUtils.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +543 -457
- package/esm2015/lib/DomTextMetricsProvider.js +8 -8
- package/esm2015/lib/JapaneseCalendar.js +1 -1
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm2015/lib/PackagePart_combined.js +1 -1
- package/esm2015/lib/ProtectionInfo.js +8 -5
- package/esm2015/lib/SgmlReader.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionComplex.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateDiff.js +1 -1
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm2015/lib/UltraCalcFunctionRoman.js +1 -1
- package/esm2015/lib/UltraCalcFunctionText.js +1 -1
- package/esm2015/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +7 -7
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +175 -166
- package/esm5/lib/AlignmentInfo.js +4 -4
- package/esm5/lib/BiffRecordStream.js +7 -7
- package/esm5/lib/CellFormatValue.js +1 -1
- package/esm5/lib/ConditionalFormattingUtils.js +1 -1
- package/esm5/lib/DefaultStyleHelper_combined.js +570 -456
- package/esm5/lib/DomTextMetricsProvider.js +8 -8
- package/esm5/lib/JapaneseCalendar.js +1 -1
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm5/lib/PackagePart_combined.js +1 -1
- package/esm5/lib/ProtectionInfo.js +8 -5
- package/esm5/lib/SgmlReader.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionComplex.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateDiff.js +1 -1
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm5/lib/UltraCalcFunctionRoman.js +1 -1
- package/esm5/lib/UltraCalcFunctionText.js +1 -1
- package/esm5/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +7 -7
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +175 -166
- package/fesm2015/igniteui-webcomponents-excel.js +754 -656
- package/fesm5/igniteui-webcomponents-excel.js +781 -655
- package/lib/BiffRecordStream.d.ts +2 -2
- package/lib/CellFormatValue.d.ts +5 -4
- package/lib/DefaultStyleHelper_combined.d.ts +82 -65
- package/lib/DomTextMetricsProvider.d.ts +1 -1
- package/lib/JapaneseCalendar.d.ts +1 -1
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +5 -5
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
- package/package.json +2 -2
|
@@ -162,8 +162,8 @@ export declare abstract class BiffRecordStream extends Stream implements IBiffRe
|
|
|
162
162
|
_write9(a: number): void;
|
|
163
163
|
_write2(a: number[]): void;
|
|
164
164
|
_write10(a: number): void;
|
|
165
|
+
_write13(a: number): void;
|
|
165
166
|
_write12(a: number): void;
|
|
166
|
-
_write11(a: number): void;
|
|
167
167
|
_write17(a: number): void;
|
|
168
168
|
_write18(a: number): void;
|
|
169
169
|
_write19(a: number): void;
|
|
@@ -177,7 +177,7 @@ export declare abstract class BiffRecordStream extends Stream implements IBiffRe
|
|
|
177
177
|
_write8(a: StringElement, b: boolean): void;
|
|
178
178
|
_write6(a: StringElement, b: LengthType): void;
|
|
179
179
|
_write7(a: StringElement, b: LengthType, c: boolean): void;
|
|
180
|
-
|
|
180
|
+
_write11(a: MemoryStream): void;
|
|
181
181
|
_writeEMURect(a: Rect): void;
|
|
182
182
|
protected _bw(): void;
|
|
183
183
|
protected _af(a: number): boolean;
|
package/lib/CellFormatValue.d.ts
CHANGED
|
@@ -33,7 +33,8 @@ export declare const enum CellFormatValue {
|
|
|
33
33
|
TopBorderStyle = 134217728,
|
|
34
34
|
VerticalAlignment = 268435456,
|
|
35
35
|
WrapText = 536870912,
|
|
36
|
-
|
|
36
|
+
Hidden = 1073741824,
|
|
37
|
+
_EndValue = -2147483648,
|
|
37
38
|
_OuterBorders = 208404486,
|
|
38
39
|
_TopAndBottomBorders = 201326598,
|
|
39
40
|
_UndoElementData = 33587200,
|
|
@@ -41,11 +42,11 @@ export declare const enum CellFormatValue {
|
|
|
41
42
|
ThemeColorProperties = 69468490,
|
|
42
43
|
AlignmentFormattingProperties = 830603265,
|
|
43
44
|
BorderFormattingProperties = 208404542,
|
|
44
|
-
FillFormattingProperties =
|
|
45
|
+
FillFormattingProperties = -2147483584,
|
|
45
46
|
FontFormattingProperties = 32640,
|
|
46
|
-
NumberFormattingProperties =
|
|
47
|
+
NumberFormattingProperties = -2147418112,
|
|
47
48
|
ProtectionFormattingProperties = 1074790400,
|
|
48
|
-
AllFormattingProperties =
|
|
49
|
+
AllFormattingProperties = -1
|
|
49
50
|
}
|
|
50
51
|
/**
|
|
51
52
|
* @hidden
|
|
@@ -2914,6 +2914,8 @@ export interface IWorksheetCellFormat {
|
|
|
2914
2914
|
readonly font: IWorkbookFont;
|
|
2915
2915
|
formatOptions: WorksheetCellFormatOptions;
|
|
2916
2916
|
formatString: string;
|
|
2917
|
+
hidden: boolean | null;
|
|
2918
|
+
_hidden$i: Nullable$1<boolean>;
|
|
2917
2919
|
indent: number;
|
|
2918
2920
|
leftBorderColorInfo: WorkbookColorInfo;
|
|
2919
2921
|
leftBorderStyle: CellBorderLineStyle;
|
|
@@ -2960,18 +2962,19 @@ export declare class WorksheetCellFormatData extends GenericCacheElementEx imple
|
|
|
2960
2962
|
private _bc;
|
|
2961
2963
|
private _ai;
|
|
2962
2964
|
private _cz;
|
|
2965
|
+
private _c0;
|
|
2963
2966
|
private _av;
|
|
2964
2967
|
private _bd;
|
|
2965
2968
|
private _aj;
|
|
2966
2969
|
private _ck;
|
|
2967
|
-
private
|
|
2970
|
+
private _c1;
|
|
2968
2971
|
private _bq;
|
|
2969
2972
|
private _be;
|
|
2970
2973
|
private _ak;
|
|
2971
2974
|
private _b0;
|
|
2972
2975
|
private _b2;
|
|
2973
2976
|
private _a7;
|
|
2974
|
-
private
|
|
2977
|
+
private _c2;
|
|
2975
2978
|
private _cy;
|
|
2976
2979
|
constructor(a: Workbook, b: WorksheetCellFormatType);
|
|
2977
2980
|
resolveDefaults(a: WorkbookFontData): void;
|
|
@@ -2988,48 +2991,48 @@ export declare class WorksheetCellFormatData extends GenericCacheElementEx imple
|
|
|
2988
2991
|
protected l(a: boolean): void;
|
|
2989
2992
|
protected af(): void;
|
|
2990
2993
|
setFormatting(a: IWorksheetCellFormat): void;
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
static
|
|
2994
|
+
_dj(a: WorksheetCellFormatOptions, b: WorksheetCellFormatData): void;
|
|
2995
|
+
_dm(): void;
|
|
2996
|
+
static _da(a: CellFormatValue): any;
|
|
2994
2997
|
_ay(a: CellFill): FillPatternStyle;
|
|
2995
2998
|
static _az(a: CellFill, b: IWorksheetCellFormat): FillPatternStyle;
|
|
2996
2999
|
_bi(a: CellFill, b: boolean, c: boolean): WorkbookColorInfo;
|
|
2997
3000
|
static _bj(a: CellFill, b: boolean, c: boolean, d: IWorksheetCellFormat, e: boolean): WorkbookColorInfo;
|
|
2998
3001
|
static _a2(a: Workbook, b: WorksheetCellFormatData): GenericCachedCollectionEx$1<WorkbookFontData>;
|
|
2999
|
-
|
|
3002
|
+
_dc(a: CellFormatValue, b?: (borderProperty: CellFormatValue, value: any) => {
|
|
3000
3003
|
ret: boolean;
|
|
3001
3004
|
p1: any;
|
|
3002
3005
|
}): any;
|
|
3003
|
-
private
|
|
3004
|
-
|
|
3006
|
+
private _dd;
|
|
3007
|
+
_df(a: CellFormatValue): any;
|
|
3005
3008
|
_cg(): List$1<ExtProp>;
|
|
3006
3009
|
_ch(): List$1<XFProp>;
|
|
3007
3010
|
_cc(): boolean;
|
|
3008
3011
|
static _cf(a: CellFormatValue, b: any): boolean;
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
private static
|
|
3012
|
+
_dp(): void;
|
|
3013
|
+
_du(a: CellFormatValue): void;
|
|
3014
|
+
_dx(a: CellFormatValue, b: any): void;
|
|
3015
|
+
_dy(a: WorkbookColorInfo, b: ExtPropType, c: List$1<ExtProp>): void;
|
|
3016
|
+
_dz(a: WorkbookColorInfo, b: XFPropType, c: List$1<XFProp>): void;
|
|
3017
|
+
private static _dk;
|
|
3015
3018
|
_br(a: WorkbookStyle): WorkbookStyle;
|
|
3016
3019
|
private _bx;
|
|
3017
|
-
private
|
|
3020
|
+
private _dl;
|
|
3018
3021
|
static _by(a: CellFormatValue): WorksheetCellFormatOptions;
|
|
3019
3022
|
private static _at;
|
|
3020
|
-
private
|
|
3021
|
-
private
|
|
3022
|
-
private static
|
|
3023
|
+
private _dn;
|
|
3024
|
+
private _db;
|
|
3025
|
+
private static _de;
|
|
3023
3026
|
_cb(a: WorksheetCellFormatOptions): boolean;
|
|
3024
|
-
private
|
|
3025
|
-
private
|
|
3026
|
-
|
|
3027
|
-
private _dy;
|
|
3028
|
-
private _dz;
|
|
3027
|
+
private _dr;
|
|
3028
|
+
private _ds;
|
|
3029
|
+
_dt(a: WorksheetCellFormatOptions): void;
|
|
3029
3030
|
private _d0;
|
|
3030
3031
|
private _d1;
|
|
3031
3032
|
private _d2;
|
|
3032
3033
|
private _d3;
|
|
3034
|
+
private _d4;
|
|
3035
|
+
private _d5;
|
|
3033
3036
|
private _bn;
|
|
3034
3037
|
get alignment(): HorizontalCellAlignment;
|
|
3035
3038
|
set alignment(a: HorizontalCellAlignment);
|
|
@@ -3048,8 +3051,8 @@ export declare class WorksheetCellFormatData extends GenericCacheElementEx imple
|
|
|
3048
3051
|
get font(): IWorkbookFont;
|
|
3049
3052
|
get formatOptions(): WorksheetCellFormatOptions;
|
|
3050
3053
|
set formatOptions(a: WorksheetCellFormatOptions);
|
|
3051
|
-
|
|
3052
|
-
private
|
|
3054
|
+
_dv(a: WorksheetCellFormatOptions): void;
|
|
3055
|
+
private _dq;
|
|
3053
3056
|
get formatString(): string;
|
|
3054
3057
|
set formatString(a: string);
|
|
3055
3058
|
get indent(): number;
|
|
@@ -3058,6 +3061,10 @@ export declare class WorksheetCellFormatData extends GenericCacheElementEx imple
|
|
|
3058
3061
|
set leftBorderColorInfo(a: WorkbookColorInfo);
|
|
3059
3062
|
get leftBorderStyle(): CellBorderLineStyle;
|
|
3060
3063
|
set leftBorderStyle(a: CellBorderLineStyle);
|
|
3064
|
+
get hidden(): boolean | null;
|
|
3065
|
+
set hidden(a: boolean | null);
|
|
3066
|
+
get _hidden$i(): Nullable$1<boolean>;
|
|
3067
|
+
set _hidden$i(a: Nullable$1<boolean>);
|
|
3061
3068
|
get locked(): boolean | null;
|
|
3062
3069
|
set locked(a: boolean | null);
|
|
3063
3070
|
get _locked$i(): Nullable$1<boolean>;
|
|
@@ -3074,7 +3081,7 @@ export declare class WorksheetCellFormatData extends GenericCacheElementEx imple
|
|
|
3074
3081
|
set _shrinkToFit$i(a: Nullable$1<boolean>);
|
|
3075
3082
|
get style(): WorkbookStyle;
|
|
3076
3083
|
set style(a: WorkbookStyle);
|
|
3077
|
-
|
|
3084
|
+
_dw(a: WorkbookStyle): void;
|
|
3078
3085
|
get topBorderColorInfo(): WorkbookColorInfo;
|
|
3079
3086
|
set topBorderColorInfo(a: WorkbookColorInfo);
|
|
3080
3087
|
get topBorderStyle(): CellBorderLineStyle;
|
|
@@ -3092,30 +3099,31 @@ export declare class WorksheetCellFormatData extends GenericCacheElementEx imple
|
|
|
3092
3099
|
get _aw(): DiagonalBorders;
|
|
3093
3100
|
get _am(): CellBorderLineStyle;
|
|
3094
3101
|
get _ar(): CellFill;
|
|
3095
|
-
get
|
|
3102
|
+
get _c3(): Nullable$1<boolean>;
|
|
3096
3103
|
get _bh(): WorkbookColorInfo;
|
|
3097
3104
|
get _cq(): number;
|
|
3098
|
-
get _c3(): Nullable$1<boolean>;
|
|
3099
|
-
get _df(): string;
|
|
3100
3105
|
get _c4(): Nullable$1<boolean>;
|
|
3106
|
+
get _dh(): string;
|
|
3107
|
+
get _c5(): Nullable$1<boolean>;
|
|
3101
3108
|
get _a0(): FontSuperscriptSubscriptStyle;
|
|
3102
3109
|
get _a1(): FontUnderlineStyle;
|
|
3103
3110
|
get _bz(): WorksheetCellFormatOptions;
|
|
3104
3111
|
get _cs(): number;
|
|
3105
|
-
get
|
|
3112
|
+
get _di(): string;
|
|
3106
3113
|
get _ct(): number;
|
|
3107
3114
|
get _bk(): WorkbookColorInfo;
|
|
3108
3115
|
get _an(): CellBorderLineStyle;
|
|
3109
|
-
get
|
|
3116
|
+
get _c6(): Nullable$1<boolean>;
|
|
3117
|
+
get _c7(): Nullable$1<boolean>;
|
|
3110
3118
|
get _bl(): WorkbookColorInfo;
|
|
3111
3119
|
get _ao(): CellBorderLineStyle;
|
|
3112
3120
|
get _cw(): number;
|
|
3113
|
-
get
|
|
3121
|
+
get _c8(): Nullable$1<boolean>;
|
|
3114
3122
|
get _bs(): WorkbookStyle;
|
|
3115
3123
|
get _bm(): WorkbookColorInfo;
|
|
3116
3124
|
get _ap(): CellBorderLineStyle;
|
|
3117
3125
|
get _a9(): VerticalCellAlignment;
|
|
3118
|
-
get
|
|
3126
|
+
get _c9(): Nullable$1<boolean>;
|
|
3119
3127
|
get _b6(): boolean;
|
|
3120
3128
|
set _b6(a: boolean);
|
|
3121
3129
|
get _cl(): number;
|
|
@@ -9395,12 +9403,12 @@ export declare abstract class WorksheetCellFormatProxy extends GenericCacheEleme
|
|
|
9395
9403
|
setFormatting(a: IWorksheetCellFormat): void;
|
|
9396
9404
|
_setFormatting1(a: IWorksheetCellFormat, b: CellFormatValueChangedOptions): void;
|
|
9397
9405
|
_a7(a: IWorksheetCellFormat): void;
|
|
9398
|
-
protected
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
private static _bo;
|
|
9406
|
+
protected _bd(a: IWorksheetCellFormatProxyOwner): void;
|
|
9407
|
+
_bl(a: CellFormatValue, b: any): void;
|
|
9408
|
+
_bm(a: CellFormatValue, b: any, c: boolean, d: CellFormatValueChangedOptions): void;
|
|
9402
9409
|
private static _bp;
|
|
9403
9410
|
private static _bq;
|
|
9411
|
+
private static _br;
|
|
9404
9412
|
get alignment(): HorizontalCellAlignment;
|
|
9405
9413
|
set alignment(a: HorizontalCellAlignment);
|
|
9406
9414
|
_au(a: HorizontalCellAlignment, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
@@ -9433,49 +9441,54 @@ export declare abstract class WorksheetCellFormatProxy extends GenericCacheEleme
|
|
|
9433
9441
|
_a5(a: string, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9434
9442
|
get indent(): number;
|
|
9435
9443
|
set indent(a: number);
|
|
9436
|
-
|
|
9444
|
+
_a9(a: number, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9437
9445
|
get leftBorderColorInfo(): WorkbookColorInfo;
|
|
9438
9446
|
set leftBorderColorInfo(a: WorkbookColorInfo);
|
|
9439
|
-
|
|
9447
|
+
_ba(a: WorkbookColorInfo, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9440
9448
|
get leftBorderStyle(): CellBorderLineStyle;
|
|
9441
9449
|
set leftBorderStyle(a: CellBorderLineStyle);
|
|
9442
|
-
|
|
9450
|
+
_bb(a: CellBorderLineStyle, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9451
|
+
get hidden(): boolean | null;
|
|
9452
|
+
set hidden(a: boolean | null);
|
|
9453
|
+
get _hidden$i(): Nullable$1<boolean>;
|
|
9454
|
+
set _hidden$i(a: Nullable$1<boolean>);
|
|
9455
|
+
_a8(a: Nullable$1<boolean>, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9443
9456
|
get locked(): boolean | null;
|
|
9444
9457
|
set locked(a: boolean | null);
|
|
9445
9458
|
get _locked$i(): Nullable$1<boolean>;
|
|
9446
9459
|
set _locked$i(a: Nullable$1<boolean>);
|
|
9447
|
-
|
|
9460
|
+
_bc(a: Nullable$1<boolean>, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9448
9461
|
get rightBorderColorInfo(): WorkbookColorInfo;
|
|
9449
9462
|
set rightBorderColorInfo(a: WorkbookColorInfo);
|
|
9450
|
-
|
|
9463
|
+
_be(a: WorkbookColorInfo, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9451
9464
|
get rightBorderStyle(): CellBorderLineStyle;
|
|
9452
9465
|
set rightBorderStyle(a: CellBorderLineStyle);
|
|
9453
|
-
|
|
9466
|
+
_bf(a: CellBorderLineStyle, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9454
9467
|
get rotation(): number;
|
|
9455
9468
|
set rotation(a: number);
|
|
9456
|
-
|
|
9469
|
+
_bg(a: number, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9457
9470
|
get shrinkToFit(): boolean | null;
|
|
9458
9471
|
set shrinkToFit(a: boolean | null);
|
|
9459
9472
|
get _shrinkToFit$i(): Nullable$1<boolean>;
|
|
9460
9473
|
set _shrinkToFit$i(a: Nullable$1<boolean>);
|
|
9461
|
-
|
|
9474
|
+
_bh(a: Nullable$1<boolean>, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9462
9475
|
get style(): WorkbookStyle;
|
|
9463
9476
|
set style(a: WorkbookStyle);
|
|
9464
|
-
|
|
9477
|
+
_bi(a: WorkbookStyle, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9465
9478
|
get topBorderColorInfo(): WorkbookColorInfo;
|
|
9466
9479
|
set topBorderColorInfo(a: WorkbookColorInfo);
|
|
9467
|
-
|
|
9480
|
+
_bj(a: WorkbookColorInfo, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9468
9481
|
get topBorderStyle(): CellBorderLineStyle;
|
|
9469
9482
|
set topBorderStyle(a: CellBorderLineStyle);
|
|
9470
|
-
|
|
9483
|
+
_bk(a: CellBorderLineStyle, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9471
9484
|
get verticalAlignment(): VerticalCellAlignment;
|
|
9472
9485
|
set verticalAlignment(a: VerticalCellAlignment);
|
|
9473
|
-
|
|
9486
|
+
_bn(a: VerticalCellAlignment, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9474
9487
|
get wrapText(): boolean | null;
|
|
9475
9488
|
set wrapText(a: boolean | null);
|
|
9476
9489
|
get _wrapText$i(): Nullable$1<boolean>;
|
|
9477
9490
|
set _wrapText$i(a: Nullable$1<boolean>);
|
|
9478
|
-
|
|
9491
|
+
_bo(a: Nullable$1<boolean>, b: boolean, c: CellFormatValueChangedOptions): void;
|
|
9479
9492
|
get _u(): WorkbookFontOwnerAccessor;
|
|
9480
9493
|
get _z(): boolean;
|
|
9481
9494
|
get _s(): IWorksheetCellFormatProxyOwner;
|
|
@@ -9636,7 +9649,7 @@ export declare class WorkbookFontData extends GenericCacheElementEx implements I
|
|
|
9636
9649
|
*/
|
|
9637
9650
|
export declare class ConditionalFormatOwnedFormatProxy extends WorksheetCellFormatProxy {
|
|
9638
9651
|
static $t: Type;
|
|
9639
|
-
private static readonly
|
|
9652
|
+
private static readonly _bs;
|
|
9640
9653
|
constructor(a: GenericCachedCollectionEx$1<WorksheetCellFormatData>, b: ConditionalFormatBase);
|
|
9641
9654
|
g(a: GenericCachedCollection$1<WorksheetCellFormatData>): void;
|
|
9642
9655
|
b(a: boolean): GenericCachedCollection$1<WorksheetCellFormatData>;
|
|
@@ -27912,7 +27925,7 @@ export declare class WorksheetTableAreaFormatsCollection$1<TArea> extends Base i
|
|
|
27912
27925
|
export declare class WorksheetTableAreaFormatProxy$1<TArea> extends WorksheetCellFormatProxy {
|
|
27913
27926
|
static $t: Type;
|
|
27914
27927
|
protected $tArea: Type;
|
|
27915
|
-
private
|
|
27928
|
+
private _bt;
|
|
27916
27929
|
constructor($tArea: Type, a: TArea, b: WorksheetCellFormatData, c: IWorksheetCellFormatProxyOwner);
|
|
27917
27930
|
protected get__l(): ChangeInfo[];
|
|
27918
27931
|
protected get _l(): ChangeInfo[];
|
|
@@ -27920,7 +27933,7 @@ export declare class WorksheetTableAreaFormatProxy$1<TArea> extends WorksheetCel
|
|
|
27920
27933
|
get _q(): ExcelChangeAction;
|
|
27921
27934
|
protected get__v(): Worksheet;
|
|
27922
27935
|
get _v(): Worksheet;
|
|
27923
|
-
get
|
|
27936
|
+
get _bu(): TArea;
|
|
27924
27937
|
}
|
|
27925
27938
|
/**
|
|
27926
27939
|
* @hidden
|
|
@@ -36408,7 +36421,7 @@ export declare class TempCellCalcReference extends RefBase {
|
|
|
36408
36421
|
*/
|
|
36409
36422
|
export declare class WorksheetMergedRegionOwnedCellFormatProxy extends WorksheetCellFormatProxy {
|
|
36410
36423
|
static $t: Type;
|
|
36411
|
-
private static readonly
|
|
36424
|
+
private static readonly _bs;
|
|
36412
36425
|
constructor(a: GenericCachedCollectionEx$1<WorksheetCellFormatData>, b: IWorksheetCellFormatProxyOwner);
|
|
36413
36426
|
protected get__l(): ChangeInfo[];
|
|
36414
36427
|
protected get _l(): ChangeInfo[];
|
|
@@ -37195,6 +37208,10 @@ export declare class WorksheetCellFormatDataResolved extends Base implements IWo
|
|
|
37195
37208
|
set leftBorderColorInfo(a: WorkbookColorInfo);
|
|
37196
37209
|
get leftBorderStyle(): CellBorderLineStyle;
|
|
37197
37210
|
set leftBorderStyle(a: CellBorderLineStyle);
|
|
37211
|
+
get hidden(): boolean | null;
|
|
37212
|
+
set hidden(a: boolean | null);
|
|
37213
|
+
get _hidden$i(): Nullable$1<boolean>;
|
|
37214
|
+
set _hidden$i(a: Nullable$1<boolean>);
|
|
37198
37215
|
get locked(): boolean | null;
|
|
37199
37216
|
set locked(a: boolean | null);
|
|
37200
37217
|
get _locked$i(): Nullable$1<boolean>;
|
|
@@ -37239,10 +37256,10 @@ export declare class WorksheetMergedCellFormatDataResolved extends WorksheetCell
|
|
|
37239
37256
|
*/
|
|
37240
37257
|
export declare class WorksheetCellOwnedFormatProxy extends WorksheetCellFormatProxy {
|
|
37241
37258
|
static $t: Type;
|
|
37242
|
-
private static readonly
|
|
37243
|
-
private
|
|
37244
|
-
private
|
|
37245
|
-
private
|
|
37259
|
+
private static readonly _bs;
|
|
37260
|
+
private _bt;
|
|
37261
|
+
private _bx;
|
|
37262
|
+
private _bv;
|
|
37246
37263
|
constructor(a: WorksheetCellFormatData, b: WorksheetCellFormatCollection, c: WorksheetRow, d: number, e: WorksheetCellFormatData[]);
|
|
37247
37264
|
g(a: GenericCachedCollection$1<WorksheetCellFormatData>): void;
|
|
37248
37265
|
b(a: boolean): GenericCachedCollection$1<WorksheetCellFormatData>;
|
|
@@ -37255,11 +37272,11 @@ export declare class WorksheetCellOwnedFormatProxy extends WorksheetCellFormatPr
|
|
|
37255
37272
|
protected get__v(): Worksheet;
|
|
37256
37273
|
get _v(): Worksheet;
|
|
37257
37274
|
protected get_d(): WorksheetCellFormatData;
|
|
37258
|
-
private _bx;
|
|
37259
37275
|
private _by;
|
|
37260
|
-
|
|
37261
|
-
get
|
|
37262
|
-
|
|
37276
|
+
private _bz;
|
|
37277
|
+
get _bw(): number;
|
|
37278
|
+
get _bu(): WorksheetCellFormatData;
|
|
37279
|
+
set _bu(a: WorksheetCellFormatData);
|
|
37263
37280
|
}
|
|
37264
37281
|
/**
|
|
37265
37282
|
* @hidden
|
|
@@ -37278,7 +37295,7 @@ export declare class FontXInfo extends Base {
|
|
|
37278
37295
|
*/
|
|
37279
37296
|
export declare class WorksheetColumnOwnedFormatProxy extends WorksheetCellFormatProxy {
|
|
37280
37297
|
static $t: Type;
|
|
37281
|
-
private static readonly
|
|
37298
|
+
private static readonly _bs;
|
|
37282
37299
|
constructor(a: GenericCachedCollectionEx$1<WorksheetCellFormatData>, b: WorksheetColumn);
|
|
37283
37300
|
g(a: GenericCachedCollection$1<WorksheetCellFormatData>): void;
|
|
37284
37301
|
b(a: boolean): GenericCachedCollection$1<WorksheetCellFormatData>;
|
|
@@ -37289,7 +37306,7 @@ export declare class WorksheetColumnOwnedFormatProxy extends WorksheetCellFormat
|
|
|
37289
37306
|
protected get_d(): WorksheetCellFormatData;
|
|
37290
37307
|
protected get__v(): Worksheet;
|
|
37291
37308
|
get _v(): Worksheet;
|
|
37292
|
-
private
|
|
37309
|
+
private _bt;
|
|
37293
37310
|
}
|
|
37294
37311
|
/**
|
|
37295
37312
|
* @hidden
|
|
@@ -38395,7 +38412,7 @@ export declare class CellFormatContext extends Base {
|
|
|
38395
38412
|
*/
|
|
38396
38413
|
export declare class WorksheetRowOwnedCellFormatProxy extends WorksheetCellFormatProxy {
|
|
38397
38414
|
static $t: Type;
|
|
38398
|
-
private static readonly
|
|
38415
|
+
private static readonly _bs;
|
|
38399
38416
|
constructor(a: GenericCachedCollectionEx$1<WorksheetCellFormatData>, b: IWorksheetCellFormatProxyOwner);
|
|
38400
38417
|
protected get__l(): ChangeInfo[];
|
|
38401
38418
|
protected get _l(): ChangeInfo[];
|
|
@@ -2,8 +2,8 @@ import { TextMetricsProviderBase } from "./TextMetricsProviderBase";
|
|
|
2
2
|
import { Workbook } from "./Workbook";
|
|
3
3
|
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
4
4
|
import { WorksheetCellFormatData } from "./WorksheetCellFormatData";
|
|
5
|
-
import { Size } from "igniteui-webcomponents-core";
|
|
6
5
|
import { Nullable$1, Type } from "igniteui-webcomponents-core";
|
|
6
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
7
7
|
/**
|
|
8
8
|
* @hidden
|
|
9
9
|
*/
|
|
@@ -23,8 +23,8 @@ import { ProtectionInfo } from "./ProtectionInfo";
|
|
|
23
23
|
import { AlignmentInfo } from "./AlignmentInfo";
|
|
24
24
|
import { WorksheetCellFormatData } from "./WorksheetCellFormatData";
|
|
25
25
|
import { WorkbookStyle } from "./WorkbookStyle";
|
|
26
|
-
import { IWorkbookFontDefaultsResolver } from "./IWorkbookFontDefaultsResolver";
|
|
27
26
|
import { WorkbookFontData } from "./WorkbookFontData";
|
|
27
|
+
import { IWorkbookFontDefaultsResolver } from "./IWorkbookFontDefaultsResolver";
|
|
28
28
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
29
29
|
import { IWorkbookFont } from "./IWorkbookFont";
|
|
30
30
|
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
@@ -68,8 +68,8 @@ import { ST_TimePeriod } from "./ST_TimePeriod";
|
|
|
68
68
|
import { CfvoWrapper } from "./CfvoWrapper";
|
|
69
69
|
import { IconCriterionWrapper } from "./IconCriterionWrapper";
|
|
70
70
|
import { IconSetConditionalFormat } from "./IconSetConditionalFormat";
|
|
71
|
-
import { IconCriterion } from "./IconCriterion";
|
|
72
71
|
import { IconSetCriterionCollection } from "./IconSetCriterionCollection";
|
|
72
|
+
import { IconCriterion } from "./IconCriterion";
|
|
73
73
|
import { ST_DataBarDirection } from "./ST_DataBarDirection";
|
|
74
74
|
import { ST_DataBarAxisPosition } from "./ST_DataBarAxisPosition";
|
|
75
75
|
import { CommentsPartManager } from "./CommentsPartManager";
|
|
@@ -178,14 +178,14 @@ import { ST_StyleEntryModifierList } from "./ST_StyleEntryModifierList";
|
|
|
178
178
|
import { ST_FontCollectionIndex } from "./ST_FontCollectionIndex";
|
|
179
179
|
import { ST_PresetMaterialType } from "./ST_PresetMaterialType";
|
|
180
180
|
import { XmlElement } from "igniteui-webcomponents-core";
|
|
181
|
+
import { CT_GroupFillProperties } from "./CT_GroupFillProperties";
|
|
182
|
+
import { CT_NoFillProperties } from "./CT_NoFillProperties";
|
|
181
183
|
import { ST_PresetPatternVal } from "./ST_PresetPatternVal";
|
|
182
184
|
import { ST_BlackWhiteMode } from "./ST_BlackWhiteMode";
|
|
183
185
|
import { ST_ColorSchemeIndex } from "./ST_ColorSchemeIndex";
|
|
184
186
|
import { CT_PresetTextShape } from "./CT_PresetTextShape";
|
|
185
187
|
import { CT_TextSpacingPercent } from "./CT_TextSpacingPercent";
|
|
186
188
|
import { CT_TextSpacingPoint } from "./CT_TextSpacingPoint";
|
|
187
|
-
import { CT_NoFillProperties } from "./CT_NoFillProperties";
|
|
188
|
-
import { CT_GroupFillProperties } from "./CT_GroupFillProperties";
|
|
189
189
|
import { CT_AlphaOutsetEffect } from "./CT_AlphaOutsetEffect";
|
|
190
190
|
import { CT_EffectReference } from "./CT_EffectReference";
|
|
191
191
|
import { CT_LuminanceEffect } from "./CT_LuminanceEffect";
|
|
@@ -318,10 +318,10 @@ import { CT_Perspective } from "./CT_Perspective";
|
|
|
318
318
|
import { CT_DispBlanksAs } from "./CT_DispBlanksAs";
|
|
319
319
|
import { CT_Lvl } from "./CT_Lvl";
|
|
320
320
|
import { IFormattedStringOwner } from "./IFormattedStringOwner";
|
|
321
|
+
import { FormattedStringFont } from "./FormattedStringFont";
|
|
321
322
|
import { ErrorBars } from "./ErrorBars";
|
|
322
323
|
import { ST_ErrBarType } from "./ST_ErrBarType";
|
|
323
324
|
import { ST_ErrValType } from "./ST_ErrValType";
|
|
324
|
-
import { FormattedStringFont } from "./FormattedStringFont";
|
|
325
325
|
import { ChartGradientFill } from "./ChartGradientFill";
|
|
326
326
|
import { GradientType } from "./GradientType";
|
|
327
327
|
import { ChartSolidFill } from "./ChartSolidFill";
|
|
@@ -7,7 +7,7 @@ import { WorkbookSaveManagerExcel2003_ExtSstItem } from "./WorkbookSaveManagerEx
|
|
|
7
7
|
import { WorksheetCellFormatData } from "./WorksheetCellFormatData";
|
|
8
8
|
import { WorkbookSerializationDataExcel2003_ImageHolder } from "./WorkbookSerializationDataExcel2003_ImageHolder";
|
|
9
9
|
import { WorkbookStyle } from "./WorkbookStyle";
|
|
10
|
-
import { Stream, Base, Nullable$1, Type,
|
|
10
|
+
import { Stream, Base, Nullable$1, Type, IList$1, ValueType } from "igniteui-webcomponents-core";
|
|
11
11
|
import { SeekableBufferedStream } from "./SeekableBufferedStream";
|
|
12
12
|
import { InPlaceTransform } from "./InPlaceTransform";
|
|
13
13
|
import { Workbook } from "./Workbook";
|
|
@@ -38,8 +38,8 @@ import { WorkbookReferenceBase } from "./WorkbookReferenceBase";
|
|
|
38
38
|
import { WorksheetTableStyle } from "./WorksheetTableStyle";
|
|
39
39
|
import { ExtProp } from "./ExtProp";
|
|
40
40
|
import { XFProp } from "./XFProp";
|
|
41
|
-
import { WorksheetCellComment } from "./WorksheetCellComment";
|
|
42
41
|
import { WorksheetSerializationCache } from "./WorksheetSerializationCache";
|
|
42
|
+
import { WorksheetCellComment } from "./WorksheetCellComment";
|
|
43
43
|
import { SortedList$2 } from "./SortedList$2";
|
|
44
44
|
import { TableColumnFilterData } from "./TableColumnFilterData";
|
|
45
45
|
import { Filter } from "./Filter";
|
|
@@ -127,8 +127,8 @@ import { HorizontalCellAlignment } from "./HorizontalCellAlignment";
|
|
|
127
127
|
import { VerticalCellAlignment } from "./VerticalCellAlignment";
|
|
128
128
|
import { IWorkbookFont } from "./IWorkbookFont";
|
|
129
129
|
import { FontSuperscriptSubscriptStyle } from "./FontSuperscriptSubscriptStyle";
|
|
130
|
-
import { WorksheetProtectedRange } from "./WorksheetProtectedRange";
|
|
131
130
|
import { FontScheme } from "./FontScheme";
|
|
131
|
+
import { WorksheetProtectedRange } from "./WorksheetProtectedRange";
|
|
132
132
|
import { FullColorExtInfo } from "./FullColorExtInfo";
|
|
133
133
|
import { GradStopInfo } from "./GradStopInfo";
|
|
134
134
|
import { CellFillGradientStop } from "./CellFillGradientStop";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-excel",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.2-beta.0",
|
|
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.
|
|
22
|
+
"igniteui-webcomponents-core": "4.7.2-beta.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-webcomponents-excel.d.ts",
|