igniteui-webcomponents-excel 5.2.1-beta.0 → 5.4.0-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.
Files changed (180) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +9766 -6903
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AddInFunctionResolver.js +1 -1
  4. package/esm2015/lib/AlternateContentChoice_combined.js +581 -251
  5. package/esm2015/lib/BiffRecordStream.js +3 -3
  6. package/esm2015/lib/BmpPartManager.js +1 -51
  7. package/esm2015/lib/CT_GraphicalObject_combined.js +5 -5
  8. package/esm2015/lib/CellShiftOperation_CellCache.js +7 -0
  9. package/esm2015/lib/ChartPatternFill.js +44 -0
  10. package/esm2015/lib/ColorInfo.js +5 -5
  11. package/esm2015/lib/ConditionBaseExtensions.js +5 -0
  12. package/esm2015/lib/ConditionalFormattingUtils.js +16 -13
  13. package/esm2015/lib/CustomListSortCondition.js +4 -4
  14. package/esm2015/lib/DefaultStyleHelper_combined.js +3179 -2695
  15. package/esm2015/lib/DrawingMLSpreadsheetDrawing.js +1 -1
  16. package/esm2015/lib/DrawingPartManagerHelpers_combined.js +43 -43
  17. package/esm2015/lib/DxfInfo.js +1 -1
  18. package/esm2015/lib/EmfPartManager.js +1 -43
  19. package/esm2015/lib/ExcelDocumentManager.js +36 -36
  20. package/esm2015/lib/GifPartManager.js +1 -43
  21. package/esm2015/lib/LegacyShapeData.js +1 -1
  22. package/esm2015/lib/MetadataPartManager.js +45 -0
  23. package/esm2015/lib/MultipleCellValueInfo.js +5 -5
  24. package/esm2015/lib/ObjectModelMetadataPartManager.js +7 -0
  25. package/esm2015/lib/ObjectModelRdArrayPartManager.js +7 -0
  26. package/esm2015/lib/ObjectModelRdRichValuePartManager.js +7 -0
  27. package/esm2015/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
  28. package/esm2015/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
  29. package/esm2015/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
  30. package/esm2015/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
  31. package/esm2015/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
  32. package/esm2015/lib/ObjectModelRichStylesPartManager.js +7 -0
  33. package/esm2015/lib/ObjectModelRichValueRelPartManager.js +7 -0
  34. package/esm2015/lib/OrderedSortCondition.js +2 -2
  35. package/esm2015/lib/PatternType.js +237 -0
  36. package/esm2015/lib/PngPartManager.js +1 -43
  37. package/esm2015/lib/RdArrayPartManager.js +43 -0
  38. package/esm2015/lib/RdRichValuePartManager.js +44 -0
  39. package/esm2015/lib/RdRichValueStructurePartManager.js +44 -0
  40. package/esm2015/lib/RdRichValueTypesPartManager.js +44 -0
  41. package/esm2015/lib/RdRichValueWebImagePartManager.js +44 -0
  42. package/esm2015/lib/RdSupportingPropertyBagPartManager.js +45 -0
  43. package/esm2015/lib/RdSupportingPropertyBagStructurePartManager.js +45 -0
  44. package/esm2015/lib/RichStylesPartManager.js +43 -0
  45. package/esm2015/lib/RichValueRelPartManager.js +44 -0
  46. package/esm2015/lib/RoundTripControlData.js +9 -7
  47. package/esm2015/lib/RoundTripPartData.js +4 -2
  48. package/esm2015/lib/SerializationNumberFormatInfo.js +2 -2
  49. package/esm2015/lib/SpreadsheetML2009Main_combined.js +1149 -849
  50. package/esm2015/lib/TiffPartManager.js +1 -43
  51. package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
  52. package/esm2015/lib/UltraCalcFunctionCell.js +7 -7
  53. package/esm2015/lib/UltraCalcFunctionColumn.js +1 -1
  54. package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
  55. package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
  56. package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
  57. package/esm2015/lib/UltraCalcFunctionRow.js +1 -1
  58. package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
  59. package/esm2015/lib/WeakWorkbookOwner.js +4 -0
  60. package/esm2015/lib/WmfPartManager.js +1 -43
  61. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +2733 -2037
  62. package/esm2015/lib/WorkbookMetadataCellBlock.js +33 -0
  63. package/esm2015/lib/WorkbookMetadataItem.js +25 -0
  64. package/esm2015/lib/WorkbookMetadataRecord.js +23 -0
  65. package/esm2015/lib/WorkbookMetadataType.js +75 -0
  66. package/esm2015/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
  67. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +110 -110
  68. package/esm2015/public_api.js +28 -1
  69. package/esm5/lib/AddInFunctionResolver.js +1 -1
  70. package/esm5/lib/AlternateContentChoice_combined.js +691 -251
  71. package/esm5/lib/BiffRecordStream.js +3 -3
  72. package/esm5/lib/BmpPartManager.js +1 -69
  73. package/esm5/lib/CT_GraphicalObject_combined.js +5 -5
  74. package/esm5/lib/CellShiftOperation_CellCache.js +7 -0
  75. package/esm5/lib/ChartPatternFill.js +58 -0
  76. package/esm5/lib/ColorInfo.js +5 -5
  77. package/esm5/lib/ConditionBaseExtensions.js +5 -0
  78. package/esm5/lib/ConditionalFormattingUtils.js +19 -13
  79. package/esm5/lib/CustomListSortCondition.js +4 -4
  80. package/esm5/lib/DefaultStyleHelper_combined.js +3276 -2760
  81. package/esm5/lib/DrawingMLSpreadsheetDrawing.js +1 -1
  82. package/esm5/lib/DrawingPartManagerHelpers_combined.js +43 -43
  83. package/esm5/lib/DxfInfo.js +1 -1
  84. package/esm5/lib/EmfPartManager.js +1 -60
  85. package/esm5/lib/ExcelDocumentManager.js +36 -36
  86. package/esm5/lib/GifPartManager.js +1 -60
  87. package/esm5/lib/LegacyShapeData.js +1 -1
  88. package/esm5/lib/MetadataPartManager.js +57 -0
  89. package/esm5/lib/MultipleCellValueInfo.js +5 -5
  90. package/esm5/lib/ObjectModelMetadataPartManager.js +7 -0
  91. package/esm5/lib/ObjectModelRdArrayPartManager.js +7 -0
  92. package/esm5/lib/ObjectModelRdRichValuePartManager.js +7 -0
  93. package/esm5/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
  94. package/esm5/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
  95. package/esm5/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
  96. package/esm5/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
  97. package/esm5/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
  98. package/esm5/lib/ObjectModelRichStylesPartManager.js +7 -0
  99. package/esm5/lib/ObjectModelRichValueRelPartManager.js +7 -0
  100. package/esm5/lib/OrderedSortCondition.js +2 -2
  101. package/esm5/lib/PatternType.js +237 -0
  102. package/esm5/lib/PngPartManager.js +1 -60
  103. package/esm5/lib/RdArrayPartManager.js +55 -0
  104. package/esm5/lib/RdRichValuePartManager.js +56 -0
  105. package/esm5/lib/RdRichValueStructurePartManager.js +56 -0
  106. package/esm5/lib/RdRichValueTypesPartManager.js +56 -0
  107. package/esm5/lib/RdRichValueWebImagePartManager.js +56 -0
  108. package/esm5/lib/RdSupportingPropertyBagPartManager.js +57 -0
  109. package/esm5/lib/RdSupportingPropertyBagStructurePartManager.js +57 -0
  110. package/esm5/lib/RichStylesPartManager.js +55 -0
  111. package/esm5/lib/RichValueRelPartManager.js +56 -0
  112. package/esm5/lib/RoundTripControlData.js +9 -7
  113. package/esm5/lib/RoundTripPartData.js +4 -2
  114. package/esm5/lib/SerializationNumberFormatInfo.js +2 -2
  115. package/esm5/lib/SpreadsheetML2009Main_combined.js +1523 -1096
  116. package/esm5/lib/TiffPartManager.js +1 -60
  117. package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
  118. package/esm5/lib/UltraCalcFunctionCell.js +7 -7
  119. package/esm5/lib/UltraCalcFunctionColumn.js +1 -1
  120. package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
  121. package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
  122. package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
  123. package/esm5/lib/UltraCalcFunctionRow.js +1 -1
  124. package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
  125. package/esm5/lib/WeakWorkbookOwner.js +8 -0
  126. package/esm5/lib/WmfPartManager.js +1 -60
  127. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +2789 -2043
  128. package/esm5/lib/WorkbookMetadataCellBlock.js +39 -0
  129. package/esm5/lib/WorkbookMetadataItem.js +27 -0
  130. package/esm5/lib/WorkbookMetadataRecord.js +25 -0
  131. package/esm5/lib/WorkbookMetadataType.js +77 -0
  132. package/esm5/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
  133. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +110 -110
  134. package/esm5/public_api.js +28 -1
  135. package/fesm2015/igniteui-webcomponents-excel.js +8980 -6479
  136. package/fesm5/igniteui-webcomponents-excel.js +9740 -6905
  137. package/lib/AlternateContentChoice_combined.d.ts +174 -66
  138. package/lib/BmpPartManager.d.ts +1 -22
  139. package/lib/CellShiftOperation_CellCache.d.ts +1 -0
  140. package/lib/ChartPatternFill.d.ts +26 -0
  141. package/lib/ConditionalFormattingUtils.d.ts +1 -1
  142. package/lib/DefaultStyleHelper_combined.d.ts +736 -566
  143. package/lib/EmfPartManager.d.ts +1 -20
  144. package/lib/ExcelDocumentManager.d.ts +12 -12
  145. package/lib/GifPartManager.d.ts +1 -20
  146. package/lib/MetadataPartManager.d.ts +19 -0
  147. package/lib/ObjectModelMetadataPartManager.d.ts +1 -0
  148. package/lib/ObjectModelRdArrayPartManager.d.ts +1 -0
  149. package/lib/ObjectModelRdRichValuePartManager.d.ts +1 -0
  150. package/lib/ObjectModelRdRichValueStructurePartManager.d.ts +1 -0
  151. package/lib/ObjectModelRdRichValueTypesPartManager.d.ts +1 -0
  152. package/lib/ObjectModelRdRichValueWebImagePartManager.d.ts +1 -0
  153. package/lib/ObjectModelRdSupportingPropertyBagPartManager.d.ts +1 -0
  154. package/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.d.ts +1 -0
  155. package/lib/ObjectModelRichStylesPartManager.d.ts +1 -0
  156. package/lib/ObjectModelRichValueRelPartManager.d.ts +1 -0
  157. package/lib/PatternType.d.ts +230 -0
  158. package/lib/PngPartManager.d.ts +1 -20
  159. package/lib/RdArrayPartManager.d.ts +17 -0
  160. package/lib/RdRichValuePartManager.d.ts +18 -0
  161. package/lib/RdRichValueStructurePartManager.d.ts +18 -0
  162. package/lib/RdRichValueTypesPartManager.d.ts +18 -0
  163. package/lib/RdRichValueWebImagePartManager.d.ts +18 -0
  164. package/lib/RdSupportingPropertyBagPartManager.d.ts +19 -0
  165. package/lib/RdSupportingPropertyBagStructurePartManager.d.ts +19 -0
  166. package/lib/RichStylesPartManager.d.ts +17 -0
  167. package/lib/RichValueRelPartManager.d.ts +18 -0
  168. package/lib/RoundTripControlData.d.ts +6 -4
  169. package/lib/RoundTripPartData.d.ts +6 -2
  170. package/lib/SpreadsheetML2009Main_combined.d.ts +591 -533
  171. package/lib/TiffPartManager.d.ts +1 -20
  172. package/lib/WeakWorkbookOwner.d.ts +1 -0
  173. package/lib/WmfPartManager.d.ts +1 -20
  174. package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +480 -319
  175. package/lib/WorkbookMetadataCellBlock.d.ts +13 -0
  176. package/lib/WorkbookMetadataItem.d.ts +12 -0
  177. package/lib/WorkbookMetadataRecord.d.ts +11 -0
  178. package/lib/WorkbookMetadataType.d.ts +36 -0
  179. package/package.json +2 -2
  180. package/public_api.d.ts +28 -1
@@ -1,20 +1 @@
1
- import { ImagePartManagerBase } from "./ImagePartManagerBase";
2
- import { ImageFormat } from "./ImageFormat";
3
- import { Type } from "igniteui-webcomponents-core";
4
- /**
5
- * @hidden
6
- */
7
- export declare class EmfPartManager extends ImagePartManagerBase {
8
- static $t: Type;
9
- static readonly y: EmfPartManager;
10
- constructor();
11
- protected get_s(): string;
12
- get s(): string;
13
- protected get_t(): string;
14
- get t(): string;
15
- protected get_u(): string;
16
- get u(): string;
17
- protected get_m(): string;
18
- get m(): string;
19
- r(a: string): ImageFormat;
20
- }
1
+ export { EmfPartManager } from "./AlternateContentChoice_combined";
@@ -9,17 +9,17 @@ import { ST_ConformanceClass } from "./ST_ConformanceClass";
9
9
  */
10
10
  export declare abstract class ExcelDocumentManager extends OfficeDocumentManager {
11
11
  static $t: Type;
12
- private static readonly _bp;
13
- private static readonly _bo;
14
- private static readonly _bt;
15
- private static readonly _bs;
12
+ private static readonly _br;
13
+ private static readonly _bq;
14
+ private static readonly _bv;
15
+ private static readonly _bu;
16
16
  constructor(a: IPackageFactory, b: Stream, c: boolean, d: Nullable$1<ST_ConformanceClass>);
17
- protected get__v(): OfficeApplication;
18
- get _v(): OfficeApplication;
19
- protected _aa(): ST_ConformanceClass;
20
- _bh(): void;
21
- protected get__t(): DrawingNamespaceDefinitionBase;
22
- get _t(): DrawingNamespaceDefinitionBase;
23
- _bq(): string;
24
- _br(): string;
17
+ protected get__x(): OfficeApplication;
18
+ get _x(): OfficeApplication;
19
+ protected _ac(): ST_ConformanceClass;
20
+ _bj(): void;
21
+ protected get__v(): DrawingNamespaceDefinitionBase;
22
+ get _v(): DrawingNamespaceDefinitionBase;
23
+ _bs(): string;
24
+ _bt(): string;
25
25
  }
@@ -1,20 +1 @@
1
- import { ImagePartManagerBase } from "./ImagePartManagerBase";
2
- import { ImageFormat } from "./ImageFormat";
3
- import { Type } from "igniteui-webcomponents-core";
4
- /**
5
- * @hidden
6
- */
7
- export declare class GifPartManager extends ImagePartManagerBase {
8
- static $t: Type;
9
- static readonly y: GifPartManager;
10
- constructor();
11
- protected get_s(): string;
12
- get s(): string;
13
- protected get_t(): string;
14
- get t(): string;
15
- protected get_u(): string;
16
- get u(): string;
17
- protected get_m(): string;
18
- get m(): string;
19
- r(a: string): ImageFormat;
20
- }
1
+ export { GifPartManager } from "./AlternateContentChoice_combined";
@@ -0,0 +1,19 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class MetadataPartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a4: string;
11
+ static readonly a6: string;
12
+ static readonly a5: string;
13
+ protected get_m(): string;
14
+ get m(): string;
15
+ n(a: OfficeApplication): string;
16
+ o(a: ST_ConformanceClass): string;
17
+ protected get_g(): boolean;
18
+ get g(): boolean;
19
+ }
@@ -0,0 +1 @@
1
+ export { ObjectModelMetadataPartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRdArrayPartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRdRichValuePartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRdRichValueStructurePartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRdRichValueTypesPartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRdRichValueWebImagePartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRdSupportingPropertyBagPartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRdSupportingPropertyBagStructurePartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRichStylesPartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1 @@
1
+ export { ObjectModelRichValueRelPartManager } from "./WorkbookLoadManagerExcel2007_combined";
@@ -0,0 +1,230 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * Constants which define the type of fill pattern applied to a shape.
4
+ */
5
+ export declare enum PatternType {
6
+ /**
7
+ * 10% of the foreground color.
8
+ */
9
+ Pattern10Percent = 2,
10
+ /**
11
+ * 20% of the foreground color.
12
+ */
13
+ Pattern20Percent = 3,
14
+ /**
15
+ * 25% of the foreground color.
16
+ */
17
+ Pattern25Percent = 4,
18
+ /**
19
+ * 30% of the foreground color.
20
+ */
21
+ Pattern30Percent = 5,
22
+ /**
23
+ * 40% of the foreground color.
24
+ */
25
+ Pattern40Percent = 6,
26
+ /**
27
+ * 50% of the foreground color.
28
+ */
29
+ Pattern50Percent = 7,
30
+ /**
31
+ * 5% of the foreground color.
32
+ */
33
+ Pattern5Percent = 1,
34
+ /**
35
+ * 60% of the foreground color.
36
+ */
37
+ Pattern60Percent = 8,
38
+ /**
39
+ * 70% of the foreground color.
40
+ */
41
+ Pattern70Percent = 9,
42
+ /**
43
+ * 75% of the foreground color.
44
+ */
45
+ Pattern75Percent = 10,
46
+ /**
47
+ * 80% of the foreground color.
48
+ */
49
+ Pattern80Percent = 11,
50
+ /**
51
+ * 90% of the foreground color.
52
+ */
53
+ Pattern90Percent = 12,
54
+ /**
55
+ * Cross
56
+ */
57
+ PatternCross = 51,
58
+ /**
59
+ * Dark Downward Diagonal
60
+ */
61
+ PatternDarkDownwardDiagonal = 15,
62
+ /**
63
+ * Dark Horizontal
64
+ */
65
+ PatternDarkHorizontal = 13,
66
+ /**
67
+ * Dark Upward Diagonal
68
+ */
69
+ PatternDarkUpwardDiagonal = 16,
70
+ /**
71
+ * Dark Vertical
72
+ */
73
+ PatternDarkVertical = 14,
74
+ /**
75
+ * Dashed Downward Diagonal
76
+ */
77
+ PatternDashedDownwardDiagonal = 28,
78
+ /**
79
+ * Dashed Horizontal
80
+ */
81
+ PatternDashedHorizontal = 32,
82
+ /**
83
+ * Dashed Upward Diagonal
84
+ */
85
+ PatternDashedUpwardDiagonal = 27,
86
+ /**
87
+ * Dashed Vertical
88
+ */
89
+ PatternDashedVertical = 31,
90
+ /**
91
+ * Diagonal Brick
92
+ */
93
+ PatternDiagonalBrick = 40,
94
+ /**
95
+ * Diagonal Cross
96
+ */
97
+ PatternDiagonalCross = 54,
98
+ /**
99
+ * Pattern Divot
100
+ */
101
+ PatternDivot = 46,
102
+ /**
103
+ * Dotted Diamond
104
+ */
105
+ PatternDottedDiamond = 24,
106
+ /**
107
+ * Dotted Grid
108
+ */
109
+ PatternDottedGrid = 45,
110
+ /**
111
+ * Downward Diagonal
112
+ */
113
+ PatternDownwardDiagonal = 52,
114
+ /**
115
+ * Horizontal
116
+ */
117
+ PatternHorizontal = 49,
118
+ /**
119
+ * Horizontal Brick
120
+ */
121
+ PatternHorizontalBrick = 35,
122
+ /**
123
+ * Large Checker Board
124
+ */
125
+ PatternLargeCheckerBoard = 36,
126
+ /**
127
+ * Large Confetti
128
+ */
129
+ PatternLargeConfetti = 33,
130
+ /**
131
+ * Large Grid
132
+ */
133
+ PatternLargeGrid = 34,
134
+ /**
135
+ * Light Downward Diagonal
136
+ */
137
+ PatternLightDownwardDiagonal = 21,
138
+ /**
139
+ * Light Horizontal
140
+ */
141
+ PatternLightHorizontal = 19,
142
+ /**
143
+ * Light Upward Diagonal
144
+ */
145
+ PatternLightUpwardDiagonal = 22,
146
+ /**
147
+ * Light Vertical
148
+ */
149
+ PatternLightVertical = 20,
150
+ /**
151
+ * Mixed pattern
152
+ */
153
+ PatternMixed = -2,
154
+ /**
155
+ * Narrow Horizontal
156
+ */
157
+ PatternNarrowHorizontal = 30,
158
+ /**
159
+ * Narrow Vertical
160
+ */
161
+ PatternNarrowVertical = 29,
162
+ /**
163
+ * Outlined Diamond
164
+ */
165
+ PatternOutlinedDiamond = 41,
166
+ /**
167
+ * Plaid
168
+ */
169
+ PatternPlaid = 42,
170
+ /**
171
+ * Shingle
172
+ */
173
+ PatternShingle = 47,
174
+ /**
175
+ * Small Checker Board
176
+ */
177
+ PatternSmallCheckerBoard = 17,
178
+ /**
179
+ * Small Confetti
180
+ */
181
+ PatternSmallConfetti = 37,
182
+ /**
183
+ * Small Grid
184
+ */
185
+ PatternSmallGrid = 23,
186
+ /**
187
+ * Solid Diamond
188
+ */
189
+ PatternSolidDiamond = 39,
190
+ /**
191
+ * Sphere
192
+ */
193
+ PatternSphere = 43,
194
+ /**
195
+ * Trellis
196
+ */
197
+ PatternTrellis = 18,
198
+ /**
199
+ * Upward Diagonal
200
+ */
201
+ PatternUpwardDiagonal = 53,
202
+ /**
203
+ * Vertical
204
+ */
205
+ PatternVertical = 50,
206
+ /**
207
+ * Wave
208
+ */
209
+ PatternWave = 48,
210
+ /**
211
+ * Weave
212
+ */
213
+ PatternWeave = 44,
214
+ /**
215
+ * Wide Downward Diagonal
216
+ */
217
+ PatternWideDownwardDiagonal = 25,
218
+ /**
219
+ * Wide Upward Diagonal
220
+ */
221
+ PatternWideUpwardDiagonal = 26,
222
+ /**
223
+ * Zig Zag
224
+ */
225
+ PatternZigZag = 38
226
+ }
227
+ /**
228
+ * @hidden
229
+ */
230
+ export declare let PatternType_$type: Type;
@@ -1,20 +1 @@
1
- import { ImagePartManagerBase } from "./ImagePartManagerBase";
2
- import { ImageFormat } from "./ImageFormat";
3
- import { Type } from "igniteui-webcomponents-core";
4
- /**
5
- * @hidden
6
- */
7
- export declare class PngPartManager extends ImagePartManagerBase {
8
- static $t: Type;
9
- static readonly y: PngPartManager;
10
- constructor();
11
- protected get_s(): string;
12
- get s(): string;
13
- protected get_t(): string;
14
- get t(): string;
15
- protected get_u(): string;
16
- get u(): string;
17
- protected get_m(): string;
18
- get m(): string;
19
- r(a: string): ImageFormat;
20
- }
1
+ export { PngPartManager } from "./AlternateContentChoice_combined";
@@ -0,0 +1,17 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RdArrayPartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a5: string;
11
+ protected get_m(): string;
12
+ get m(): string;
13
+ n(a: OfficeApplication): string;
14
+ o(a: ST_ConformanceClass): string;
15
+ protected get_g(): boolean;
16
+ get g(): boolean;
17
+ }
@@ -0,0 +1,18 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RdRichValuePartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a4: string;
11
+ static readonly a5: string;
12
+ protected get_m(): string;
13
+ get m(): string;
14
+ n(a: OfficeApplication): string;
15
+ o(a: ST_ConformanceClass): string;
16
+ protected get_g(): boolean;
17
+ get g(): boolean;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RdRichValueStructurePartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a4: string;
11
+ static readonly a5: string;
12
+ protected get_m(): string;
13
+ get m(): string;
14
+ n(a: OfficeApplication): string;
15
+ o(a: ST_ConformanceClass): string;
16
+ protected get_g(): boolean;
17
+ get g(): boolean;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RdRichValueTypesPartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a4: string;
11
+ static readonly a5: string;
12
+ protected get_m(): string;
13
+ get m(): string;
14
+ n(a: OfficeApplication): string;
15
+ o(a: ST_ConformanceClass): string;
16
+ protected get_g(): boolean;
17
+ get g(): boolean;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RdRichValueWebImagePartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a4: string;
11
+ static readonly a5: string;
12
+ protected get_m(): string;
13
+ get m(): string;
14
+ n(a: OfficeApplication): string;
15
+ o(a: ST_ConformanceClass): string;
16
+ protected get_g(): boolean;
17
+ get g(): boolean;
18
+ }
@@ -0,0 +1,19 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RdSupportingPropertyBagPartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a3: string;
11
+ static readonly a4: string;
12
+ static readonly a5: string;
13
+ protected get_m(): string;
14
+ get m(): string;
15
+ n(a: OfficeApplication): string;
16
+ o(a: ST_ConformanceClass): string;
17
+ protected get_g(): boolean;
18
+ get g(): boolean;
19
+ }
@@ -0,0 +1,19 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RdSupportingPropertyBagStructurePartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a3: string;
11
+ static readonly a4: string;
12
+ static readonly a5: string;
13
+ protected get_m(): string;
14
+ get m(): string;
15
+ n(a: OfficeApplication): string;
16
+ o(a: ST_ConformanceClass): string;
17
+ protected get_g(): boolean;
18
+ get g(): boolean;
19
+ }
@@ -0,0 +1,17 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RichStylesPartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a5: string;
11
+ protected get_m(): string;
12
+ get m(): string;
13
+ n(a: OfficeApplication): string;
14
+ o(a: ST_ConformanceClass): string;
15
+ protected get_g(): boolean;
16
+ get g(): boolean;
17
+ }
@@ -0,0 +1,18 @@
1
+ import { XmlPartManagerBase } from "./XmlPartManagerBase";
2
+ import { OfficeApplication } from "./OfficeApplication";
3
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare abstract class RichValueRelPartManager extends XmlPartManagerBase {
9
+ static $t: Type;
10
+ static readonly a4: string;
11
+ static readonly a5: string;
12
+ protected get_m(): string;
13
+ get m(): string;
14
+ n(a: OfficeApplication): string;
15
+ o(a: ST_ConformanceClass): string;
16
+ protected get_g(): boolean;
17
+ get g(): boolean;
18
+ }
@@ -1,4 +1,5 @@
1
1
  import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { ST_ConformanceClass } from "./ST_ConformanceClass";
2
3
  import { List$1 } from "igniteui-webcomponents-core";
3
4
  import { RoundTripPartData } from "./RoundTripPartData";
4
5
  /**
@@ -6,10 +7,11 @@ import { RoundTripPartData } from "./RoundTripPartData";
6
7
  */
7
8
  export declare class RoundTripControlData extends Base {
8
9
  static $t: Type;
9
- readonly c: List$1<RoundTripPartData>;
10
+ readonly d: List$1<RoundTripPartData>;
10
11
  a: number[];
11
- d: string;
12
- b: boolean;
13
12
  e: string;
14
- constructor(a: string, b: string, c: number[]);
13
+ c: boolean;
14
+ f: string;
15
+ b: ST_ConformanceClass;
16
+ constructor(a: string, b: string, c: ST_ConformanceClass, d: number[]);
15
17
  }
@@ -1,13 +1,17 @@
1
1
  import { Base, Type } from "igniteui-webcomponents-core";
2
2
  import { BinaryData } from "./BinaryData";
3
+ import { ImageData } from "./ImageData";
4
+ import { Uri } from "igniteui-webcomponents-core";
3
5
  /**
4
6
  * @hidden
5
7
  */
6
8
  export declare class RoundTripPartData extends Base {
7
9
  static $t: Type;
8
- b: string;
9
- a: BinaryData;
10
10
  c: string;
11
+ a: BinaryData;
12
+ b: ImageData;
13
+ g: Uri;
11
14
  d: string;
12
15
  e: string;
16
+ f: string;
13
17
  }