@office-open/core 0.7.0 → 0.8.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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![npm downloads](https://img.shields.io/npm/dw/@office-open/core)
5
5
  ![npm license](https://img.shields.io/npm/l/@office-open/core)
6
6
 
7
- > Shared OOXML infrastructure: XmlComponent, value validators, unit converters, chart types, and SmartArt definitions.
7
+ > Shared OOXML infrastructure — XML components, validators, converters, charts, SmartArt, and password hashing.
8
8
 
9
9
  ## Features
10
10
 
@@ -19,11 +19,17 @@
19
19
  ## Installation
20
20
 
21
21
  ```bash
22
- # Install with npm
23
- $ npm install @office-open/core
22
+ # pnpm
23
+ pnpm add @office-open/core
24
24
 
25
- # Install with pnpm
26
- $ pnpm add @office-open/core
25
+ # npm
26
+ npm install @office-open/core
27
+
28
+ # yarn
29
+ yarn add @office-open/core
30
+
31
+ # bun
32
+ bun add @office-open/core
27
33
  ```
28
34
 
29
35
  ## Quick Start
@@ -85,12 +91,15 @@ gen(); // → 1, 2, 3, ...
85
91
 
86
92
  ## Exports
87
93
 
88
- | Path | Contents |
89
- | ---------------------------- | --------------------------------------------------- |
90
- | `@office-open/core` | XmlComponent, validators, converters, ID generators |
91
- | `@office-open/core/values` | Validators + ThemeColor/ThemeFont only |
92
- | `@office-open/core/chart` | Chart types, series data, chart collection, title |
93
- | `@office-open/core/smartart` | SmartArt data model, tree-to-model, definitions |
94
+ | Path | Contents |
95
+ | ----------------------------- | --------------------------------------------------------------------- |
96
+ | `@office-open/core` | XmlComponent, validators, converters, ID generators, password hashing |
97
+ | `@office-open/core/values` | Validators + ThemeColor/ThemeFont only |
98
+ | `@office-open/core/chart` | Chart types, series data, chart collection, title |
99
+ | `@office-open/core/smartart` | SmartArt data model, tree-to-model, definitions |
100
+ | `@office-open/core/drawingml` | DrawingML fills, outlines, effects, geometry, text body |
101
+ | `@office-open/core/patch` | Template patching utilities (replacer, traverser, token replacer) |
102
+ | `@office-open/core/theme` | Theme definitions and color schemes |
94
103
 
95
104
  ## Benchmark
96
105
 
@@ -1,2 +1,2 @@
1
- import { A as CatAx, C as BubbleChartOptions, D as createChartType, E as ChartTypeOptions, M as ValAx, O as BubbleChart, S as AxisChartType, T as ChartType, _ as ChartCollection, a as Pie3DChart, b as ChartSpaceOptions, c as LineChart, d as BarChart, f as Area3DChart, g as createStrRef, h as createNumRef, i as RadarChart, j as SerAx, k as BubbleSeriesData, l as DoughnutChart, m as ChartTitle, n as StockChart, o as PieChart, p as AreaChart, r as ScatterChart, s as Line3DChart, t as SurfaceChart, u as Bar3DChart, v as ChartData, w as ChartSeriesData, x as AllChartTypeOptions, y as ChartSpace } from "../index-C4Wm3RBo.mjs";
2
- export { AllChartTypeOptions, Area3DChart, AreaChart, AxisChartType, Bar3DChart, BarChart, BubbleChart, BubbleChartOptions, type BubbleSeriesData, CatAx, ChartCollection, ChartData, ChartSeriesData, ChartSpace, ChartSpaceOptions, ChartTitle, ChartType, ChartTypeOptions, DoughnutChart, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, ValAx, createChartType, createNumRef, createStrRef };
1
+ import { A as DataLabelsOptions, B as TrendlineType, C as BubbleChartOptions, D as createChartType, E as ChartTypeOptions, F as ErrorBars, G as CatAx, H as View3DOptions, I as ErrorValueType, K as SerAx, L as TimeUnit, M as ErrorBarDirection, N as ErrorBarOptions, O as DataLabelPosition, P as ErrorBarType, R as Trendline, S as AxisChartType, T as ChartType, U as BubbleChart, V as View3D, W as BubbleSeriesData, _ as ChartCollection, a as Pie3DChart, b as ChartSpaceOptions, c as LineChart, d as BarChart, f as Area3DChart, g as createStrRef, h as createNumRef, i as RadarChart, j as DateAx, k as DataLabels, l as DoughnutChart, m as ChartTitle, n as StockChart, o as PieChart, p as AreaChart, q as ValAx, r as ScatterChart, s as Line3DChart, t as SurfaceChart, u as Bar3DChart, v as ChartData, w as ChartSeriesData, x as AllChartTypeOptions, y as ChartSpace, z as TrendlineOptions } from "../index-Bh6s66Up.mjs";
2
+ export { AllChartTypeOptions, Area3DChart, AreaChart, AxisChartType, Bar3DChart, BarChart, BubbleChart, BubbleChartOptions, type BubbleSeriesData, CatAx, ChartCollection, ChartData, ChartSeriesData, ChartSpace, ChartSpaceOptions, ChartTitle, ChartType, ChartTypeOptions, DataLabelPosition, DataLabels, DataLabelsOptions, DateAx, DoughnutChart, ErrorBarDirection, ErrorBarOptions, ErrorBarType, ErrorBars, ErrorValueType, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, TimeUnit, Trendline, TrendlineOptions, TrendlineType, ValAx, View3D, View3DOptions, createChartType, createNumRef, createStrRef };
@@ -1,2 +1,2 @@
1
- import { C as ValAx, S as SerAx, _ as Area3DChart, a as SurfaceChart, b as createStrRef, c as RadarChart, d as Line3DChart, f as LineChart, g as BarChart, h as Bar3DChart, i as createChartType, l as Pie3DChart, m as BubbleChart, n as ChartSpace, o as StockChart, p as DoughnutChart, r as ChartTitle, s as ScatterChart, t as ChartCollection, u as PieChart, v as AreaChart, x as CatAx, y as createNumRef } from "../chart-ChqlyVeb.mjs";
2
- export { Area3DChart, AreaChart, Bar3DChart, BarChart, BubbleChart, CatAx, ChartCollection, ChartSpace, ChartTitle, DoughnutChart, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, ValAx, createChartType, createNumRef, createStrRef };
1
+ import { A as createNumRef, C as ErrorValueType, D as View3D, E as TrendlineType, M as CatAx, N as SerAx, O as Area3DChart, P as ValAx, S as ErrorBars, T as Trendline, _ as DataLabelPosition, a as SurfaceChart, b as ErrorBarDirection, c as RadarChart, d as Line3DChart, f as LineChart, g as BarChart, h as Bar3DChart, i as createChartType, j as createStrRef, k as AreaChart, l as Pie3DChart, m as BubbleChart, n as ChartSpace, o as StockChart, p as DoughnutChart, r as ChartTitle, s as ScatterChart, t as ChartCollection, u as PieChart, v as DataLabels, w as TimeUnit, x as ErrorBarType, y as DateAx } from "../chart-BtEtdK2K.mjs";
2
+ export { Area3DChart, AreaChart, Bar3DChart, BarChart, BubbleChart, CatAx, ChartCollection, ChartSpace, ChartTitle, DataLabelPosition, DataLabels, DateAx, DoughnutChart, ErrorBarDirection, ErrorBarType, ErrorBars, ErrorValueType, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, TimeUnit, Trendline, TrendlineType, ValAx, View3D, createChartType, createNumRef, createStrRef };
@@ -1,9 +1,9 @@
1
- import { a as BuilderElement, g as wrapEl, l as chartAttr, o as EmptyElement, y as XmlComponent } from "./xml-components-xJkfJ6ff.mjs";
1
+ import { a as BuilderElement, g as wrapEl, l as chartAttr, o as EmptyElement, y as XmlComponent } from "./xml-components-DEU24Y1T.mjs";
2
2
  //#region src/chart/axes.ts
3
3
  /**
4
4
  * c:scaling — axis scaling configuration (minOccurs=1 in EG_AxShared).
5
5
  */
6
- var Scaling = class extends XmlComponent {
6
+ var Scaling$1 = class extends XmlComponent {
7
7
  constructor() {
8
8
  super("c:scaling");
9
9
  this.root.push(wrapEl("c:orientation", chartAttr({ val: "minMax" })));
@@ -19,7 +19,7 @@ var CatAx = class extends XmlComponent {
19
19
  constructor(axId, crossAx) {
20
20
  super("c:catAx");
21
21
  this.root.push(wrapEl("c:axId", chartAttr({ val: axId })));
22
- this.root.push(new Scaling());
22
+ this.root.push(new Scaling$1());
23
23
  this.root.push(wrapEl("c:delete", chartAttr({ val: 0 })));
24
24
  this.root.push(wrapEl("c:axPos", chartAttr({ val: "b" })));
25
25
  this.root.push(wrapEl("c:crossAx", chartAttr({ val: crossAx })));
@@ -39,7 +39,7 @@ var ValAx = class extends XmlComponent {
39
39
  constructor(axId, crossAx) {
40
40
  super("c:valAx");
41
41
  this.root.push(wrapEl("c:axId", chartAttr({ val: axId })));
42
- this.root.push(new Scaling());
42
+ this.root.push(new Scaling$1());
43
43
  this.root.push(wrapEl("c:delete", chartAttr({ val: 0 })));
44
44
  this.root.push(wrapEl("c:axPos", chartAttr({ val: "l" })));
45
45
  this.root.push(wrapEl("c:numFmt", chartAttr({
@@ -55,7 +55,7 @@ var SerAx = class extends XmlComponent {
55
55
  constructor(axId, crossAx) {
56
56
  super("c:serAx");
57
57
  this.root.push(wrapEl("c:axId", chartAttr({ val: axId })));
58
- this.root.push(new Scaling());
58
+ this.root.push(new Scaling$1());
59
59
  this.root.push(wrapEl("c:delete", chartAttr({ val: 0 })));
60
60
  this.root.push(wrapEl("c:axPos", chartAttr({ val: "b" })));
61
61
  this.root.push(wrapEl("c:numFmt", chartAttr({
@@ -211,6 +211,166 @@ var SeriesVal$10 = class extends XmlComponent {
211
211
  }
212
212
  };
213
213
  //#endregion
214
+ //#region src/chart/extensions.ts
215
+ /**
216
+ * Chart extensions — trendlines, error bars, date axis, data labels, 3D view.
217
+ *
218
+ * These components are used inside chart series (trendline, errBars),
219
+ * plot area axes (dateAx), and chart space (view3D).
220
+ *
221
+ * @module
222
+ */
223
+ const TrendlineType = {
224
+ EXP: "exp",
225
+ LINEAR: "linear",
226
+ LOG: "log",
227
+ MOVING_AVG: "movingAvg",
228
+ POLY: "poly",
229
+ POWER: "power"
230
+ };
231
+ /**
232
+ * c:trendline — a trendline on a chart series.
233
+ *
234
+ * XSD: CT_Trendline (dml-chart.xsd)
235
+ */
236
+ var Trendline = class extends XmlComponent {
237
+ constructor(options) {
238
+ super("c:trendline");
239
+ if (options.name !== void 0) this.root.push(options.name);
240
+ this.root.push(wrapEl("c:trendlineType", chartAttr({ val: options.type ?? TrendlineType.LINEAR })));
241
+ if (options.order !== void 0) this.root.push(wrapEl("c:order", chartAttr({ val: options.order })));
242
+ if (options.period !== void 0) this.root.push(wrapEl("c:period", chartAttr({ val: options.period })));
243
+ if (options.forward !== void 0) this.root.push(wrapEl("c:forward", chartAttr({ val: options.forward })));
244
+ if (options.backward !== void 0) this.root.push(wrapEl("c:backward", chartAttr({ val: options.backward })));
245
+ if (options.intercept !== void 0) this.root.push(wrapEl("c:intercept", chartAttr({ val: options.intercept })));
246
+ if (options.dispRSqr) this.root.push(wrapEl("c:dispRSqr", chartAttr({ val: 1 })));
247
+ if (options.dispEq) this.root.push(wrapEl("c:dispEq", chartAttr({ val: 1 })));
248
+ }
249
+ };
250
+ const ErrorBarDirection = {
251
+ BOTH: "both",
252
+ X: "x",
253
+ Y: "y"
254
+ };
255
+ const ErrorBarType = {
256
+ BOTH: "both",
257
+ MINUS: "minus",
258
+ PLUS: "plus"
259
+ };
260
+ const ErrorValueType = {
261
+ CUST: "cust",
262
+ FIXED: "fixedVal",
263
+ PERCENTAGE: "percentage",
264
+ STD_DEV: "stdDev",
265
+ STD_ERR: "stdErr"
266
+ };
267
+ /**
268
+ * c:errBars — error bars on a chart series.
269
+ *
270
+ * XSD: CT_ErrBars (dml-chart.xsd)
271
+ */
272
+ var ErrorBars = class extends XmlComponent {
273
+ constructor(options) {
274
+ super("c:errBars");
275
+ if (options.direction !== void 0) this.root.push(wrapEl("c:errDir", chartAttr({ val: options.direction })));
276
+ this.root.push(wrapEl("c:errBarType", chartAttr({ val: options.barType ?? ErrorBarType.BOTH })));
277
+ this.root.push(wrapEl("c:errValType", chartAttr({ val: options.valueType ?? ErrorValueType.STD_ERR })));
278
+ if (options.noEndCap) this.root.push(wrapEl("c:noEndCap", chartAttr({ val: 1 })));
279
+ if (options.value !== void 0) this.root.push(wrapEl("c:val", chartAttr({ val: options.value })));
280
+ }
281
+ };
282
+ const DataLabelPosition = {
283
+ BEST_FIT: "bestFit",
284
+ BOTTOM: "b",
285
+ CENTER: "ctr",
286
+ IN_BASE: "inBase",
287
+ IN_END: "inEnd",
288
+ LEFT: "l",
289
+ OUT_END: "outEnd",
290
+ RIGHT: "r",
291
+ TOP: "t"
292
+ };
293
+ /**
294
+ * c:dLbls — data labels settings for a chart series.
295
+ *
296
+ * Implements EG_DLblShared group from dml-chart.xsd.
297
+ */
298
+ var DataLabels = class extends XmlComponent {
299
+ constructor(options) {
300
+ super("c:dLbls");
301
+ if (options.numFmt !== void 0) this.root.push(wrapEl("c:numFmt", chartAttr({
302
+ formatCode: options.numFmt,
303
+ sourceLinked: 0
304
+ })));
305
+ this.root.push(new BuilderElement({ name: "c:spPr" }));
306
+ if (options.position !== void 0) this.root.push(wrapEl("c:dLblPos", chartAttr({ val: options.position })));
307
+ if (options.showLegendKey) this.root.push(wrapEl("c:showLegendKey", chartAttr({ val: 1 })));
308
+ if (options.showVal) this.root.push(wrapEl("c:showVal", chartAttr({ val: 1 })));
309
+ if (options.showCatName) this.root.push(wrapEl("c:showCatName", chartAttr({ val: 1 })));
310
+ if (options.showSerName) this.root.push(wrapEl("c:showSerName", chartAttr({ val: 1 })));
311
+ if (options.showPercent) this.root.push(wrapEl("c:showPercent", chartAttr({ val: 1 })));
312
+ if (options.showBubbleSize) this.root.push(wrapEl("c:showBubbleSize", chartAttr({ val: 1 })));
313
+ if (options.separator !== void 0) this.root.push(new SeparatorElement(options.separator));
314
+ }
315
+ };
316
+ var SeparatorElement = class extends XmlComponent {
317
+ constructor(val) {
318
+ super("c:separator");
319
+ this.root.push(val);
320
+ }
321
+ };
322
+ const TimeUnit = {
323
+ DAYS: "days",
324
+ MONTHS: "months",
325
+ YEARS: "years"
326
+ };
327
+ /**
328
+ * c:dateAx — date axis for time-series data.
329
+ *
330
+ * XSD: CT_DateAx (dml-chart.xsd)
331
+ */
332
+ var DateAx = class extends XmlComponent {
333
+ constructor(axId, crossAx) {
334
+ super("c:dateAx");
335
+ this.root.push(wrapEl("c:axId", chartAttr({ val: axId })));
336
+ this.root.push(new Scaling());
337
+ this.root.push(wrapEl("c:delete", chartAttr({ val: 0 })));
338
+ this.root.push(wrapEl("c:axPos", chartAttr({ val: "b" })));
339
+ this.root.push(wrapEl("c:numFmt", chartAttr({
340
+ formatCode: "General",
341
+ sourceLinked: 1
342
+ })));
343
+ this.root.push(new BuilderElement({ name: "c:spPr" }));
344
+ this.root.push(wrapEl("c:crossAx", chartAttr({ val: crossAx })));
345
+ this.root.push(wrapEl("c:crosses", chartAttr({ val: "autoZero" })));
346
+ this.root.push(wrapEl("c:auto", chartAttr({ val: 1 })));
347
+ this.root.push(wrapEl("c:lblOffset", chartAttr({ val: 100 })));
348
+ }
349
+ };
350
+ var Scaling = class extends XmlComponent {
351
+ constructor() {
352
+ super("c:scaling");
353
+ this.root.push(wrapEl("c:orientation", chartAttr({ val: "minMax" })));
354
+ }
355
+ };
356
+ /**
357
+ * c:view3D — 3D view properties for 3D charts.
358
+ *
359
+ * XSD: CT_View3D (dml-chart.xsd)
360
+ */
361
+ var View3D = class extends XmlComponent {
362
+ constructor(options) {
363
+ super("c:view3D");
364
+ const opts = options ?? {};
365
+ if (opts.rotX !== void 0) this.root.push(wrapEl("c:rotX", chartAttr({ val: opts.rotX })));
366
+ if (opts.heightPercent !== void 0) this.root.push(wrapEl("c:hPercent", chartAttr({ val: opts.heightPercent })));
367
+ if (opts.rotY !== void 0) this.root.push(wrapEl("c:rotY", chartAttr({ val: opts.rotY })));
368
+ if (opts.depthPercent !== void 0) this.root.push(wrapEl("c:depthPercent", chartAttr({ val: opts.depthPercent })));
369
+ if (opts.rightAngleAxes !== void 0) this.root.push(wrapEl("c:rAngAx", chartAttr({ val: opts.rightAngleAxes ? 1 : 0 })));
370
+ if (opts.perspective !== void 0) this.root.push(wrapEl("c:perspective", chartAttr({ val: opts.perspective })));
371
+ }
372
+ };
373
+ //#endregion
214
374
  //#region src/chart/chart-types/bar-chart.ts
215
375
  var BarChart = class extends XmlComponent {
216
376
  constructor(options) {
@@ -229,6 +389,9 @@ var BarSeries = class extends XmlComponent {
229
389
  this.root.push(wrapEl("c:order", chartAttr({ val: index })));
230
390
  this.root.push(new SeriesTx$11(series.name));
231
391
  this.root.push(new EmptyElement("c:spPr"));
392
+ if (series.dataLabels) this.root.push(new DataLabels(series.dataLabels));
393
+ if (series.trendlines) for (const tl of series.trendlines) this.root.push(new Trendline(tl));
394
+ if (series.errorBars) this.root.push(new ErrorBars(series.errorBars));
232
395
  this.root.push(new SeriesCat$8(categories));
233
396
  this.root.push(new SeriesVal$9(series.values));
234
397
  }
@@ -452,6 +615,9 @@ var LineSeries = class extends XmlComponent {
452
615
  this.root.push(wrapEl("c:order", chartAttr({ val: index })));
453
616
  this.root.push(new SeriesTx$7(series.name));
454
617
  this.root.push(new EmptyElement("c:spPr"));
618
+ if (series.dataLabels) this.root.push(new DataLabels(series.dataLabels));
619
+ if (series.trendlines) for (const tl of series.trendlines) this.root.push(new Trendline(tl));
620
+ if (series.errorBars) this.root.push(new ErrorBars(series.errorBars));
455
621
  this.root.push(new SeriesCat$5(categories));
456
622
  this.root.push(new SeriesVal$6(series.values));
457
623
  }
@@ -649,6 +815,9 @@ var ScatterSeries = class extends XmlComponent {
649
815
  this.root.push(wrapEl("c:order", chartAttr({ val: index })));
650
816
  this.root.push(new SeriesTx$2(series.name));
651
817
  this.root.push(new EmptyElement("c:spPr"));
818
+ if (series.dataLabels) this.root.push(new DataLabels(series.dataLabels));
819
+ if (series.trendlines) for (const tl of series.trendlines) this.root.push(new Trendline(tl));
820
+ if (series.errorBars) this.root.push(new ErrorBars(series.errorBars));
652
821
  this.root.push(new SeriesXVal(categories));
653
822
  this.root.push(new SeriesYVal(series.values));
654
823
  }
@@ -1094,4 +1263,4 @@ var ChartCollection = class {
1094
1263
  }
1095
1264
  };
1096
1265
  //#endregion
1097
- export { ValAx as C, SerAx as S, Area3DChart as _, SurfaceChart as a, createStrRef$1 as b, RadarChart as c, Line3DChart as d, LineChart as f, BarChart as g, Bar3DChart as h, createChartType as i, Pie3DChart as l, BubbleChart as m, ChartSpace as n, StockChart as o, DoughnutChart as p, ChartTitle as r, ScatterChart as s, ChartCollection as t, PieChart as u, AreaChart as v, CatAx as x, createNumRef$1 as y };
1266
+ export { createNumRef$1 as A, ErrorValueType as C, View3D as D, TrendlineType as E, CatAx as M, SerAx as N, Area3DChart as O, ValAx as P, ErrorBars as S, Trendline as T, DataLabelPosition as _, SurfaceChart as a, ErrorBarDirection as b, RadarChart as c, Line3DChart as d, LineChart as f, BarChart as g, Bar3DChart as h, createChartType as i, createStrRef$1 as j, AreaChart as k, Pie3DChart as l, BubbleChart as m, ChartSpace as n, StockChart as o, DoughnutChart as p, ChartTitle as r, ScatterChart as s, ChartCollection as t, PieChart as u, DataLabels as v, TimeUnit as w, ErrorBarType as x, DateAx as y };
@@ -1,2 +1,2 @@
1
- import { $ as RectAlignment, $t as createSolidFill, A as createBevel, At as FillOptions, B as createSoftEdgeEffect, Bt as RelativeRect, C as GeometryGuide, Ct as createGroupFill, D as createShape3D, Dt as createNoFill, E as Shape3DOptions, Et as createPatternFill, F as Point3D, Ft as GradientShadeOptions, G as EffectListOptions, Gt as TileOptions, H as EffectDagOptions, Ht as createGradientFill, I as Scene3DOptions, It as GradientStop, J as createReflectionEffect, Jt as createSourceRectangle, K as createEffectList, Kt as createTileInfo, L as SphereCoords, Lt as LinearShadeOptions, M as BackdropOptions, Mt as buildFill, N as CameraOptions, Nt as extractBlipFillMedia, O as BevelOptions, Ot as BlipFillConfigOptions, P as LightRigOptions, Pt as GradientFillOptions, Q as OuterShadowEffectOptions, Qt as createColorElement, R as Vector3D, Rt as PathShadeOptions, S as PresetGeometryOptions, St as createCustomDash, T as PresetMaterialType, Tt as PresetPattern, U as createEffectDag, Ut as createGradientStop, V as EffectContainerType, Vt as TileFlipMode, W as BlurEffectOptions, Wt as TileAlignment, X as PresetShadowVal, Xt as createBlipEffects, Y as PresetShadowEffectOptions, Yt as BlipEffectsOptions, Z as createPresetShadowEffect, Zt as SolidFillOptions, _ as PathCommand, _t as LineEndOptions, a as Transform2DOptions, an as createSchemeColor, at as BlendMode, b as createCustomGeometry, bt as createLineEnd, c as Stretch, cn as RgbColorOptions, ct as CompoundLine, d as createBlipFill, dn as PresetColorOptions, dt as OutlineFillProperties, en as SystemColor, et as createOuterShadowEffect, f as BlipOptions, fn as createPresetColor, ft as OutlineOptions, g as GeomRect, gn as createColorTransforms, gt as LineEndLength, h as CustomGeometryOptions, hn as ColorTransformOptions, ht as createOutline, i as GroupTransform2DOptions, in as SchemeColorOptions, it as createGlowEffect, j as createBottomBevel, jt as GradientStopOptions, k as BevelPresetType, kt as BlipFillMediaData, l as createExtentionList, ln as createRgbColor, lt as LineCap, m as ConnectionSite, mn as createHslColor, mt as PresetDash, n as MediaTransformation, nn as createSystemColor, nt as createInnerShadowEffect, o as createGroupTransform2D, on as ScRgbColorOptions, ot as FillOverlayEffectOptions, p as createBlip, pn as HslColorOptions, pt as PenAlignment, q as ReflectionEffectOptions, qt as SourceRectangleOptions, r as createTransformation, rn as SchemeColor, rt as GlowEffectOptions, s as createTransform2D, sn as createScRgbColor, st as createFillOverlayEffect, t as MediaDataTransformation, tn as SystemColorOptions, tt as InnerShadowEffectOptions, u as BlipFillOptions, un as PresetColor, ut as LineJoin, v as PathFillMode, vt as LineEndType, w as createAdjustmentValues, wt as PatternFillOptions, x as PresetGeometry, xt as DashStop, y as PathOptions, yt as LineEndWidth, z as createScene3D, zt as PathShadeType } from "../index-BWboZ6Uq.mjs";
2
- export { type BackdropOptions, type BevelOptions, BevelPresetType, BlendMode, type BlipEffectsOptions, type BlipFillConfigOptions, type BlipFillMediaData, type BlipFillOptions, type BlipOptions, type BlurEffectOptions, type CameraOptions, type ColorTransformOptions, CompoundLine, type ConnectionSite, type CustomGeometryOptions, type DashStop, type EffectContainerType, type EffectDagOptions, type EffectListOptions, type FillOptions, type FillOverlayEffectOptions, type GeomRect, type GeometryGuide, type GlowEffectOptions, type GradientFillOptions, type GradientShadeOptions, type GradientStop, type GradientStopOptions, type GroupTransform2DOptions, type HslColorOptions, type InnerShadowEffectOptions, type LightRigOptions, LineCap, LineEndLength, type LineEndOptions, LineEndType, LineEndWidth, LineJoin, type LinearShadeOptions, type MediaDataTransformation, type MediaTransformation, type OuterShadowEffectOptions, type OutlineFillProperties, type OutlineOptions, type PathCommand, type PathFillMode, type PathOptions, type PathShadeOptions, PathShadeType, type PatternFillOptions, PenAlignment, type Point3D, PresetColor, type PresetColorOptions, PresetDash, PresetGeometry, type PresetGeometryOptions, PresetMaterialType, PresetPattern, type PresetShadowEffectOptions, PresetShadowVal, RectAlignment, type ReflectionEffectOptions, type RelativeRect, type RgbColorOptions, type ScRgbColorOptions, type Scene3DOptions, SchemeColor, type SchemeColorOptions, type Shape3DOptions, type SolidFillOptions, type SourceRectangleOptions, type SphereCoords, Stretch, SystemColor, type SystemColorOptions, TileAlignment, TileFlipMode, type TileOptions, type Transform2DOptions, type Vector3D, buildFill, createAdjustmentValues, createBevel, createBlip, createBlipEffects, createBlipFill, createBottomBevel, createColorElement, createColorTransforms, createCustomDash, createCustomGeometry, createEffectDag, createEffectList, createExtentionList, createFillOverlayEffect, createGlowEffect, createGradientFill, createGradientStop, createGroupFill, createGroupTransform2D, createHslColor, createInnerShadowEffect, createLineEnd, createNoFill, createOuterShadowEffect, createOutline, createPatternFill, createPresetColor, createPresetShadowEffect, createReflectionEffect, createRgbColor, createScRgbColor, createScene3D, createSchemeColor, createShape3D, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSystemColor, createTileInfo, createTransform2D, createTransformation, extractBlipFillMedia };
1
+ import { $ as createSp, $a as createCdrCNvGrpSpPr, $c as RgbColorOptions, $i as createOfPieChart, $n as createWpSpPr, $o as Stretch, $r as createCustUnit, $s as CompoundLine, $t as StyleDefHdrOptions, A as createGrpSp, Aa as createSplitPos, Ac as PathShadeType, Ai as createLegacyDrawingHF, An as WpGroupOptions, Ao as createGraphicFrameLocking, Ar as createXdrSpPr, As as createScene3D, At as ColorListOptions, B as createLnDef, Ba as createUpDownBars, Bc as BlipEffectsOptions, Bi as createMax, Bn as createWpCNvGrpSpPr, Bo as TableStyleOptions, Br as createAutoUpdate, Bs as PresetShadowEffectOptions, Bt as createLinClrLst, C as createCxnSpLocks, Ca as createShowNegBubbles, Cc as buildFill, Ci as createHeaderFooter, Cn as createChPref, Co as createCdrY, Cr as createXdrNvPicPr, Cs as BackdropOptions, Ct as DiagramExtensionOptions, D as createExtraClrScheme, Da as createSize, Dc as GradientStop, Di as createLayoutTarget, Dn as WpCanvasOptions, Do as GroupLockingOptions, Dr as createXdrRow, Ds as Scene3DOptions, Dt as createDiagramTxPr, E as createEndCxn, Ea as createSideWall, Ec as GradientShadeOptions, Ei as createInvertIfNegative, En as createPresLayoutVars, Eo as GraphicFrameLockingOptions, Er as createXdrPic, Es as Point3D, Et as createDiagramSp3d, F as createHlinkMouseOver, Fa as createThickness, Fc as TileAlignment, Fi as createMajorTickMark, Fn as createWpBg, Fo as StyleMatrixReferenceOptions, Fr as PageMarginsOptions, Fs as BlurEffectOptions, Ft as HueDirection, G as createNvPicPr, Ga as createX, Gc as SystemColor, Gi as createMinorUnit, Gn as createWpExtLst, Go as createTableStyleList, Gr as createBubble3D, Gs as createOuterShadowEffect, Gt as ColorsDefHdrLstOptions, H as createNvCxnSpPr, Ha as createUserShapes, Hc as SolidFillOptions, Hi as createMinorGridlines, Hn as createWpCNvSpPr, Ho as TableTextStyleOptions, Hr as createBandFmt, Hs as createPresetShadowEffect, Ht as createTxEffectClrLst, I as createInsideH, Ia as createTickLblPos, Ic as TileOptions, Ii as createMajorTimeUnit, In as createWpBodyPr, Io as TableCellBorderOptions, Ir as PageSetupOptions, Is as EffectListOptions, It as StyleMatrixIndex, J as createPic, Ja as createYMode, Jc as SchemeColor, Ji as createMultiLvlStrRef, Jn as createWpGrpSpPr, Jo as createTransformation, Jr as createChartObject, Js as GlowEffectOptions, Jt as DiagramDescriptionOptions, K as createNvSpPr, Ka as createXMode, Kc as SystemColorOptions, Ki as createMinus, Kn as createWpGraphicFrame, Ko as MediaDataTransformation, Kr as createBubbleScale, Ks as InnerShadowEffectOptions, Kt as ColorsDefHdrOptions, L as createInsideV, La as createTickMarkSkip, Lc as createTileInfo, Li as createMajorUnit, Ln as createWpCNvCnPr, Lo as TableCellStyleOptions, Lr as createApplyToEnd, Ls as createEffectList, Lt as createDiagramStyle, M as createHeader, Ma as createStrLit, Mc as TileFlipMode, Mi as createLogBase, Mn as WpNonVisualDrawingPropsOptions, Mo as createPictureLocking, Mr as createXdrTo, Ms as EffectContainerType, Mt as DiagramStyleLblOptions, N as createHeaders, Na as createSurface3DChart, Nc as createGradientFill, Ni as createLvl, Nn as WpShapeOptions, No as createShapeLocking, Nr as createXdrTwoCellAnchor, Ns as EffectDagOptions, Nt as DiagramStyleOptions, O as createFontElement, Oa as createSizeRepresents, Oc as LinearShadeOptions, Oi as createLblAlgn, On as WpContentPartOptions, Oo as PictureLockingOptions, Or as createXdrRowOff, Os as SphereCoords, Ot as DiagramRelIdsOptions, P as createHighlight, Pa as createSymbol, Pc as createGradientStop, Pi as createMajorGridlines, Pn as WpTextboxOptions, Po as OnOffStyleType, Pr as createXdrTxBody, Ps as createEffectDag, Pt as FontCollectionIndex, Q as createSnd, Qa as createCdrCNvGraphicFramePr, Qc as createScRgbColor, Qi as createOddHeader, Qn as createWpSp, Qo as createTransform2D, Qr as createCustSplit, Qs as createFillOverlayEffect, Qt as StyleDefHdrLstOptions, R as createLeft, Ra as createTrendlineLbl, Rc as SourceRectangleOptions, Ri as createManualLayout, Rn as createWpCNvContentPartPr, Ro as TablePartStyleOptions, Rr as createApplyToFront, Rs as ReflectionEffectOptions, Rt as createEffectClrLst, S as createCxnSp, Sa as createShowLeaderLines, Sc as GradientStopOptions, Si as createHMode, Sn as createChMax, So as createCdrXfrm, Sr as createXdrNvGrpSpPr, Ss as createBottomBevel, St as DiagramExtLstOptions, T as createEnd, Ta as createShowVertBorder, Tc as GradientFillOptions, Ti as createHoleSize, Tn as createOrgChart, To as LockedCanvasOptions, Tr as createXdrOneCellAnchor, Ts as LightRigOptions, Tt as createDiagramExtLst, U as createNvGraphicFramePr, Ua as createW, Uc as createColorElement, Ui as createMinorTickMark, Un as createWpCanvas, Uo as ThemeableLineStyleOptions, Ur as createBandFmts, Us as OuterShadowEffectOptions, Ut as createTxFillClrLst, V as createLnTlToBr, Va as createUserInterface, Vc as createBlipEffects, Vi as createMin, Vn as createWpCNvPr, Vo as TableStyleRegion, Vr as createBackWall, Vs as PresetShadowVal, Vt as createStyleLbl, W as createNvGrpSpPr, Wa as createWMode, Wc as createSolidFill, Wi as createMinorTimeUnit, Wn as createWpContentPart, Wo as createTableStyle, Wr as createBaseTimeUnit, Ws as RectAlignment, Wt as createTxLinClrLst, X as createRight, Xa as createCdrBlipFill, Xc as createSchemeColor, Xi as createNumLit, Xn as createWpNestedGrpSp, Xo as Transform2DOptions, Xr as createCrossBetween, Xs as BlendMode, Xt as LayoutDefHdrLstOptions, Y as createQuickTimeFile, Ya as createCdrAbsSizeAnchor, Yc as SchemeColorOptions, Yi as createName, Yn as createWpLinkedTxbx, Yo as GroupTransform2DOptions, Yr as createClrMapOvr, Ys as createGlowEffect, Yt as DiagramNameOptions, Z as createRound, Za as createCdrCNvCxnSpPr, Zc as ScRgbColorOptions, Zi as createOddFooter, Zn as createWpNvContentPartPr, Zo as createGroupTransform2D, Zr as createCrossesAt, Zs as FillOverlayEffectOptions, Zt as LayoutDefHdrOptions, _ as createChart, _a as createSerLines, _c as createPatternFill, _i as createFmtId, _n as PresLayoutVarsOptions, _o as createCdrSpPr, _r as createXdrCxnSp, _s as Shape3DOptions, _t as createUFillTx, a as createBottom, aa as createPictureOptions, ac as PresetDash, ai as createDispUnits, al as createHslColor, an as createStyleDefHdrLst, ao as createCdrFrom, ar as XdrMarkerOptions, as as ConnectionSite, at as createSym, b as createCustClr, ba as createShowHorzBorder, bc as BlipFillMediaData, bi as createGapWidth, bn as createAnimLvl, bo as createCdrTxBody, br as createXdrGrpSpPr, bs as BevelPresetType, bt as createUseSpRect, c as createBuClrTx, ca as createPivotFmts, cc as LineEndOptions, ci as createEvenFooter, cn as AnimLevelValue, co as createCdrGrpSpPr, cr as createXdrBlipFill, cs as PathCommand, ct as createTableStyleElement, d as createBuSzTx, da as createPlus, dc as createLineEnd, di as createExt, dn as AnimOneValue, do as createCdrNvGrpSpPr, dr as createXdrCNvPicPr, ds as createCustomGeometry, dt as createTl2br, ea as createOfPieType, ec as LineCap, ei as createDLbl, el as createRgbColor, en as createColorsDefHdr, eo as createCdrCNvPicPr, er as createWpStyle, es as createExtentionList, et as createSpDef, f as createCNvCxnSpPr, fa as createPrintSettings, fc as DashStop, fi as createExtLst, fn as ChMaxOptions, fo as createCdrNvPicPr, fr as createXdrCNvPr, fs as PresetGeometry, ft as createTop, g as createCell3D, ga as createSelection, gc as PresetPattern, gi as createFloor, gn as OrgChartOptions, go as createCdrSp, gr as createXdrContentPart, gs as PresetMaterialType, gt as createUFill, h as createCNvSpPr, ha as createSecondPieSize, hc as PatternFillOptions, hi as createFirstHeader, hn as HierBranchStyle, ho as createCdrRelSizeAnchor, hr as createXdrColOff, hs as createAdjustmentValues, ht as createTxSp, i as createBldDgm, ia as createPictureFormat, ic as PenAlignment, ii as createDispBlanksAs, il as HslColorOptions, in as createStyleDefHdr, io as createCdrExt, ir as createWpXfrm, is as createBlip, it as createStyleElement, j as createGrpSpPr, ja as createSplitType, jc as RelativeRect, ji as createLegendEntry, jn as WpLinkedTextboxOptions, jo as createGroupLocking, jr as createXdrStyle, js as createSoftEdgeEffect, jt as ColorMethod, k as createGraphicFrame, ka as createSmooth, kc as PathShadeOptions, ki as createLeaderLines, kn as WpGraphicFrameOptions, ko as ShapeLockingOptions, kr as createXdrSp, ks as Vector3D, kt as createDiagramRelIds, l as createBuFontTx, la as createPivotSource, lc as LineEndType, li as createEvenHeader, ln as AnimLvlOptions, lo as createCdrNvCxnSpPr, lr as createXdrCNvCxnSpPr, ls as PathFillMode, lt as createThemeManager, m as createCNvGrpSpPr, ma as createSecondPiePt, mc as createGroupFill, mi as createFirstFooter, mn as HierBranchOptions, mo as createCdrPic, mr as createXdrCol, ms as GeometryGuide, mt as createTxDef, n as createBevelElement, na as createPageMargins, nc as OutlineFillProperties, ni as createDTable, nl as PresetColorOptions, nn as createLayoutDefHdr, no as createCdrCNvSpPr, nr as createWpTxbxContent, ns as createBlipFill, nt as createStCxn, o as createBr, oa as createPictureStackUnit, oc as createOutline, oi as createDispUnitsLbl, ol as ColorTransformOptions, on as AdjLstOptions, oo as createCdrGraphicFrame, or as XdrShapeAttributes, os as CustomGeometryOptions, ot as createTab, p as createCNvGraphicFramePr, pa as createProtection, pc as createCustomDash, pi as createExternalData, pn as ChPrefOptions, po as createCdrNvSpPr, pr as createXdrCNvSpPr, ps as PresetGeometryOptions, pt as createTr2bl, q as createOverrideClrMapping, qa as createY, qc as createSystemColor, qi as createMultiLvlStrCache, qn as createWpGrpSp, qo as MediaTransformation, qr as createBuiltInUnit, qs as createInnerShadowEffect, qt as DiagramCategoryOptions, r as createBldChart, ra as createPageSetup, rc as OutlineOptions, ri as createData, rl as createPresetColor, rn as createLayoutDefHdrLst, ro as createCdrCxnSp, rr as createWpWhole, rs as BlipOptions, rt as createStart, s as createBuBlip, sa as createPivotFmt, sc as LineEndLength, si as createDownBars, sl as createColorTransforms, sn as AdjOptions, so as createCdrGrpSp, sr as XdrTwoCellAnchorOptions, ss as GeomRect, st as createTabLst, t as createAudioCd, ta as createOverlap, tc as LineJoin, ti as createDPt, tl as PresetColor, tn as createColorsDefHdrLst, to as createCdrCNvPr, tr as createWpTxbx, ts as BlipFillOptions, tt as createSt, u as createBuSzPts, ua as createPlotVisOnly, uc as LineEndWidth, ui as createExplosion, un as AnimOneOptions, uo as createCdrNvGraphicFramePr, ur as createXdrCNvGrpSpPr, us as PathOptions, ut as createThemeOverride, v as createClrMap, va as createShape, vc as createNoFill, vi as createFormatting, vn as createAdj, vo as createCdrStyle, vr as createXdrFrom, vs as createShape3D, vt as createULn, w as createDgm, wa as createShowOutline, wc as extractBlipFillMedia, wi as createHiLowLines, wn as createHierBranch, wo as LockedCanvas, wr as createXdrNvSpPr, ws as CameraOptions, wt as DiagramTextPropsOptions, x as createCustClrLst, xa as createShowKeys, xc as FillOptions, xi as createH, xn as createAnimOne, xo as createCdrX, xr as createXdrNvCxnSpPr, xs as createBevel, xt as createWavAudioFile, y as createCpLocks, ya as createShowDLblsOverMax, yc as BlipFillConfigOptions, yi as createGapDepth, yn as createAdjLst, yo as createCdrTo, yr as createXdrGrpSp, ys as BevelOptions, yt as createULnTx, z as createLnBlToTr, za as createUpBars, zc as createSourceRectangle, zi as createMarker, zn as createWpCNvFrPr, zo as TableStyleListOptions, zr as createApplyToSides, zs as createReflectionEffect, zt as createFillClrLst } from "../index-C-DvIxek.mjs";
2
+ export { type AdjLstOptions, type AdjOptions, AnimLevelValue, type AnimLvlOptions, type AnimOneOptions, AnimOneValue, type BackdropOptions, type BevelOptions, BevelPresetType, BlendMode, type BlipEffectsOptions, type BlipFillConfigOptions, type BlipFillMediaData, type BlipFillOptions, type BlipOptions, type BlurEffectOptions, type CameraOptions, type ChMaxOptions, type ChPrefOptions, type ColorListOptions, ColorMethod, type ColorTransformOptions, type ColorsDefHdrLstOptions, type ColorsDefHdrOptions, CompoundLine, type ConnectionSite, type CustomGeometryOptions, type DashStop, type DiagramCategoryOptions, type DiagramDescriptionOptions, type DiagramExtLstOptions, type DiagramExtensionOptions, type DiagramNameOptions, type DiagramRelIdsOptions, type DiagramStyleLblOptions, type DiagramStyleOptions, type DiagramTextPropsOptions, type EffectContainerType, type EffectDagOptions, type EffectListOptions, type FillOptions, type FillOverlayEffectOptions, FontCollectionIndex, type GeomRect, type GeometryGuide, type GlowEffectOptions, type GradientFillOptions, type GradientShadeOptions, type GradientStop, type GradientStopOptions, type GraphicFrameLockingOptions, type GroupLockingOptions, type GroupTransform2DOptions, type HierBranchOptions, HierBranchStyle, type HslColorOptions, HueDirection, type InnerShadowEffectOptions, type LayoutDefHdrLstOptions, type LayoutDefHdrOptions, type LightRigOptions, LineCap, LineEndLength, type LineEndOptions, LineEndType, LineEndWidth, LineJoin, type LinearShadeOptions, LockedCanvas, type LockedCanvasOptions, type MediaDataTransformation, type MediaTransformation, type OnOffStyleType, type OrgChartOptions, type OuterShadowEffectOptions, type OutlineFillProperties, type OutlineOptions, type PageMarginsOptions, type PageSetupOptions, type PathCommand, type PathFillMode, type PathOptions, type PathShadeOptions, PathShadeType, type PatternFillOptions, PenAlignment, type PictureLockingOptions, type Point3D, type PresLayoutVarsOptions, PresetColor, type PresetColorOptions, PresetDash, PresetGeometry, type PresetGeometryOptions, PresetMaterialType, PresetPattern, type PresetShadowEffectOptions, PresetShadowVal, RectAlignment, type ReflectionEffectOptions, type RelativeRect, type RgbColorOptions, type ScRgbColorOptions, type Scene3DOptions, SchemeColor, type SchemeColorOptions, type Shape3DOptions, type ShapeLockingOptions, type SolidFillOptions, type SourceRectangleOptions, type SphereCoords, Stretch, type StyleDefHdrLstOptions, type StyleDefHdrOptions, StyleMatrixIndex, type StyleMatrixReferenceOptions, SystemColor, type SystemColorOptions, type TableCellBorderOptions, type TableCellStyleOptions, type TablePartStyleOptions, type TableStyleListOptions, type TableStyleOptions, type TableStyleRegion, type TableTextStyleOptions, type ThemeableLineStyleOptions, TileAlignment, TileFlipMode, type TileOptions, type Transform2DOptions, type Vector3D, type WpCanvasOptions, type WpContentPartOptions, type WpGraphicFrameOptions, type WpGroupOptions, type WpLinkedTextboxOptions, type WpNonVisualDrawingPropsOptions, type WpShapeOptions, type WpTextboxOptions, type XdrMarkerOptions, type XdrShapeAttributes, type XdrTwoCellAnchorOptions, buildFill, createAdj, createAdjLst, createAdjustmentValues, createAnimLvl, createAnimOne, createApplyToEnd, createApplyToFront, createApplyToSides, createAudioCd, createAutoUpdate, createBackWall, createBandFmt, createBandFmts, createBaseTimeUnit, createBevel, createBevelElement, createBldChart, createBldDgm, createBlip, createBlipEffects, createBlipFill, createBottom, createBottomBevel, createBr, createBuBlip, createBuClrTx, createBuFontTx, createBuSzPts, createBuSzTx, createBubble3D, createBubbleScale, createBuiltInUnit, createCNvCxnSpPr, createCNvGraphicFramePr, createCNvGrpSpPr, createCNvSpPr, createCdrAbsSizeAnchor, createCdrBlipFill, createCdrCNvCxnSpPr, createCdrCNvGraphicFramePr, createCdrCNvGrpSpPr, createCdrCNvPicPr, createCdrCNvPr, createCdrCNvSpPr, createCdrCxnSp, createCdrExt, createCdrFrom, createCdrGraphicFrame, createCdrGrpSp, createCdrGrpSpPr, createCdrNvCxnSpPr, createCdrNvGraphicFramePr, createCdrNvGrpSpPr, createCdrNvPicPr, createCdrNvSpPr, createCdrPic, createCdrRelSizeAnchor, createCdrSp, createCdrSpPr, createCdrStyle, createCdrTo, createCdrTxBody, createCdrX, createCdrXfrm, createCdrY, createCell3D, createChMax, createChPref, createChart, createChartObject, createClrMap, createClrMapOvr, createColorElement, createColorTransforms, createColorsDefHdr, createColorsDefHdrLst, createCpLocks, createCrossBetween, createCrossesAt, createCustClr, createCustClrLst, createCustSplit, createCustUnit, createCustomDash, createCustomGeometry, createCxnSp, createCxnSpLocks, createDLbl, createDPt, createDTable, createData, createDgm, createDiagramExtLst, createDiagramRelIds, createDiagramSp3d, createDiagramStyle, createDiagramTxPr, createDispBlanksAs, createDispUnits, createDispUnitsLbl, createDownBars, createEffectClrLst, createEffectDag, createEffectList, createEnd, createEndCxn, createEvenFooter, createEvenHeader, createExplosion, createExt, createExtLst, createExtentionList, createExternalData, createExtraClrScheme, createFillClrLst, createFillOverlayEffect, createFirstFooter, createFirstHeader, createFloor, createFmtId, createFontElement, createFormatting, createGapDepth, createGapWidth, createGlowEffect, createGradientFill, createGradientStop, createGraphicFrame, createGraphicFrameLocking, createGroupFill, createGroupLocking, createGroupTransform2D, createGrpSp, createGrpSpPr, createH, createHMode, createHeader, createHeaderFooter, createHeaders, createHiLowLines, createHierBranch, createHighlight, createHlinkMouseOver, createHoleSize, createHslColor, createInnerShadowEffect, createInsideH, createInsideV, createInvertIfNegative, createLayoutDefHdr, createLayoutDefHdrLst, createLayoutTarget, createLblAlgn, createLeaderLines, createLeft, createLegacyDrawingHF, createLegendEntry, createLinClrLst, createLineEnd, createLnBlToTr, createLnDef, createLnTlToBr, createLogBase, createLvl, createMajorGridlines, createMajorTickMark, createMajorTimeUnit, createMajorUnit, createManualLayout, createMarker, createMax, createMin, createMinorGridlines, createMinorTickMark, createMinorTimeUnit, createMinorUnit, createMinus, createMultiLvlStrCache, createMultiLvlStrRef, createName, createNoFill, createNumLit, createNvCxnSpPr, createNvGraphicFramePr, createNvGrpSpPr, createNvPicPr, createNvSpPr, createOddFooter, createOddHeader, createOfPieChart, createOfPieType, createOrgChart, createOuterShadowEffect, createOutline, createOverlap, createOverrideClrMapping, createPageMargins, createPageSetup, createPatternFill, createPic, createPictureFormat, createPictureLocking, createPictureOptions, createPictureStackUnit, createPivotFmt, createPivotFmts, createPivotSource, createPlotVisOnly, createPlus, createPresLayoutVars, createPresetColor, createPresetShadowEffect, createPrintSettings, createProtection, createQuickTimeFile, createReflectionEffect, createRgbColor, createRight, createRound, createScRgbColor, createScene3D, createSchemeColor, createSecondPiePt, createSecondPieSize, createSelection, createSerLines, createShape, createShape3D, createShapeLocking, createShowDLblsOverMax, createShowHorzBorder, createShowKeys, createShowLeaderLines, createShowNegBubbles, createShowOutline, createShowVertBorder, createSideWall, createSize, createSizeRepresents, createSmooth, createSnd, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSp, createSpDef, createSplitPos, createSplitType, createSt, createStCxn, createStart, createStrLit, createStyleDefHdr, createStyleDefHdrLst, createStyleElement, createStyleLbl, createSurface3DChart, createSym, createSymbol, createSystemColor, createTab, createTabLst, createTableStyle, createTableStyleElement, createTableStyleList, createThemeManager, createThemeOverride, createThickness, createTickLblPos, createTickMarkSkip, createTileInfo, createTl2br, createTop, createTr2bl, createTransform2D, createTransformation, createTrendlineLbl, createTxDef, createTxEffectClrLst, createTxFillClrLst, createTxLinClrLst, createTxSp, createUFill, createUFillTx, createULn, createULnTx, createUpBars, createUpDownBars, createUseSpRect, createUserInterface, createUserShapes, createW, createWMode, createWavAudioFile, createWpBg, createWpBodyPr, createWpCNvCnPr, createWpCNvContentPartPr, createWpCNvFrPr, createWpCNvGrpSpPr, createWpCNvPr, createWpCNvSpPr, createWpCanvas, createWpContentPart, createWpExtLst, createWpGraphicFrame, createWpGrpSp, createWpGrpSpPr, createWpLinkedTxbx, createWpNestedGrpSp, createWpNvContentPartPr, createWpSp, createWpSpPr, createWpStyle, createWpTxbx, createWpTxbxContent, createWpWhole, createWpXfrm, createX, createXMode, createXdrBlipFill, createXdrCNvCxnSpPr, createXdrCNvGrpSpPr, createXdrCNvPicPr, createXdrCNvPr, createXdrCNvSpPr, createXdrCol, createXdrColOff, createXdrContentPart, createXdrCxnSp, createXdrFrom, createXdrGrpSp, createXdrGrpSpPr, createXdrNvCxnSpPr, createXdrNvGrpSpPr, createXdrNvPicPr, createXdrNvSpPr, createXdrOneCellAnchor, createXdrPic, createXdrRow, createXdrRowOff, createXdrSp, createXdrSpPr, createXdrStyle, createXdrTo, createXdrTwoCellAnchor, createXdrTxBody, createY, createYMode, extractBlipFillMedia };
@@ -1,2 +1,2 @@
1
- import { A as LineJoin, B as createNoFill, C as createOuterShadowEffect, Ct as createSchemeColor, D as createFillOverlayEffect, Dt as createPresetColor, E as BlendMode, Et as PresetColor, F as LineEndType, G as PathShadeType, H as extractBlipFillMedia, I as LineEndWidth, J as createGradientStop, K as TileFlipMode, L as createLineEnd, M as PresetDash, N as createOutline, O as CompoundLine, Ot as createHslColor, P as LineEndLength, R as createCustomDash, S as RectAlignment, St as SchemeColor, T as createGlowEffect, Tt as createRgbColor, U as PresetPattern, V as buildFill, W as createPatternFill, X as createTileInfo, Y as TileAlignment, _ as createEffectList, _t as createBlipEffects, a as createBlip, b as PresetShadowVal, bt as SystemColor, c as PresetGeometry, d as createShape3D, f as BevelPresetType, g as createEffectDag, gt as createSourceRectangle, h as createScene3D, ht as Stretch, i as createBlipFill, j as PenAlignment, k as LineCap, kt as createColorTransforms, l as createAdjustmentValues, m as createBottomBevel, n as createGroupTransform2D, o as createExtentionList, p as createBevel, q as createGradientFill, r as createTransform2D, s as createCustomGeometry, t as createTransformation, u as PresetMaterialType, v as createSoftEdgeEffect, vt as createColorElement, w as createInnerShadowEffect, wt as createScRgbColor, x as createPresetShadowEffect, xt as createSystemColor, y as createReflectionEffect, yt as createSolidFill, z as createGroupFill } from "../drawingml-DQlhouyh.mjs";
2
- export { BevelPresetType, BlendMode, CompoundLine, LineCap, LineEndLength, LineEndType, LineEndWidth, LineJoin, PathShadeType, PenAlignment, PresetColor, PresetDash, PresetGeometry, PresetMaterialType, PresetPattern, PresetShadowVal, RectAlignment, SchemeColor, Stretch, SystemColor, TileAlignment, TileFlipMode, buildFill, createAdjustmentValues, createBevel, createBlip, createBlipEffects, createBlipFill, createBottomBevel, createColorElement, createColorTransforms, createCustomDash, createCustomGeometry, createEffectDag, createEffectList, createExtentionList, createFillOverlayEffect, createGlowEffect, createGradientFill, createGradientStop, createGroupFill, createGroupTransform2D, createHslColor, createInnerShadowEffect, createLineEnd, createNoFill, createOuterShadowEffect, createOutline, createPatternFill, createPresetColor, createPresetShadowEffect, createReflectionEffect, createRgbColor, createScRgbColor, createScene3D, createSchemeColor, createShape3D, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSystemColor, createTileInfo, createTransform2D, createTransformation, extractBlipFillMedia };
1
+ import { $ as createSp, $a as createCustomGeometry, $i as createTickMarkSkip, $n as createApplyToEnd, $r as createMajorUnit, $t as createHierBranch, A as createGrpSp, Aa as createCdrPic, Ai as createSecondPiePt, An as createXdrCNvPr, Ao as createCustomDash, Ar as createFirstFooter, At as createDiagramStyle, B as createLnDef, Ba as LockedCanvas, Bi as createShowOutline, Bn as createXdrNvGrpSpPr, Bo as createGradientStop, Br as createHiLowLines, Bt as createLayoutDefHdr, C as createCxnSpLocks, Ca as createCdrGrpSp, Ci as createPivotFmt, Cn as createWpTxbxContent, Co as PenAlignment, Cr as createDownBars, Ct as createDiagramSp3d, D as createExtraClrScheme, Da as createCdrNvGrpSpPr, Di as createPlus, Dn as createXdrCNvCxnSpPr, Do as LineEndType, Dr as createExt, Dt as FontCollectionIndex, E as createEndCxn, Ea as createCdrNvGraphicFramePr, Ei as createPlotVisOnly, En as createXdrBlipFill, Eo as LineEndLength, Er as createExplosion, Et as ColorMethod, F as createHlinkMouseOver, Fa as createCdrTo, Fi as createShowDLblsOverMax, Fn as createXdrCxnSp, Fo as PresetPattern, Fr as createGapDepth, Ft as createTxEffectClrLst, G as createNvPicPr, Ga as createTableStyle, Gi as createSmooth, Gn as createXdrRow, Gr as createLeaderLines, Gt as AnimOneValue, H as createNvCxnSpPr, Ha as createGroupLocking, Hi as createSideWall, Hn as createXdrNvSpPr, Ho as createTileInfo, Hr as createInvertIfNegative, Ht as createStyleDefHdr, I as createInsideH, Ia as createCdrTxBody, Ii as createShowHorzBorder, In as createXdrFrom, Io as createPatternFill, Ir as createGapWidth, It as createTxFillClrLst, J as createPic, Ja as createGroupTransform2D, Ji as createStrLit, Jn as createXdrSpPr, Jr as createLogBase, Jt as createAdjLst, K as createNvSpPr, Ka as createTableStyleList, Ki as createSplitPos, Kn as createXdrRowOff, Kr as createLegacyDrawingHF, Kt as HierBranchStyle, L as createInsideV, La as createCdrX, Li as createShowKeys, Ln as createXdrGrpSp, Lo as PathShadeType, Lr as createH, Lt as createTxLinClrLst, M as createHeader, Ma as createCdrSp, Mi as createSelection, Mn as createXdrCol, Mo as createNoFill, Mr as createFloor, Mt as createFillClrLst, N as createHeaders, Na as createCdrSpPr, Ni as createSerLines, Nn as createXdrColOff, No as buildFill, Nr as createFmtId, Nt as createLinClrLst, O as createFontElement, Oa as createCdrNvPicPr, Oi as createPrintSettings, On as createXdrCNvGrpSpPr, Oo as LineEndWidth, Or as createExtLst, Ot as HueDirection, P as createHighlight, Pa as createCdrStyle, Pi as createShape, Pn as createXdrContentPart, Po as extractBlipFillMedia, Pr as createFormatting, Pt as createStyleLbl, Q as createSnd, Qa as createExtentionList, Qi as createTickLblPos, Qn as createXdrTxBody, Qr as createMajorTimeUnit, Qt as createChPref, R as createLeft, Ra as createCdrXfrm, Ri as createShowLeaderLines, Rn as createXdrGrpSpPr, Ro as TileFlipMode, Rr as createHMode, Rt as createColorsDefHdr, S as createCxnSp, Sa as createCdrGraphicFrame, Si as createPictureStackUnit, Sn as createWpTxbx, So as LineJoin, Sr as createDispUnitsLbl, St as createDiagramExtLst, T as createEnd, Ta as createCdrNvCxnSpPr, Ti as createPivotSource, Tn as createWpXfrm, To as createOutline, Tr as createEvenHeader, Tt as createDiagramRelIds, U as createNvGraphicFramePr, Ua as createPictureLocking, Ui as createSize, Un as createXdrOneCellAnchor, Ur as createLayoutTarget, Ut as createStyleDefHdrLst, V as createLnTlToBr, Va as createGraphicFrameLocking, Vi as createShowVertBorder, Vn as createXdrNvPicPr, Vo as TileAlignment, Vr as createHoleSize, Vt as createLayoutDefHdrLst, W as createNvGrpSpPr, Wa as createShapeLocking, Wi as createSizeRepresents, Wn as createXdrPic, Wr as createLblAlgn, Wt as AnimLevelValue, X as createRight, Xa as createBlipFill, Xi as createSymbol, Xn as createXdrTo, Xr as createMajorGridlines, Xt as createAnimOne, Y as createQuickTimeFile, Ya as createTransform2D, Yi as createSurface3DChart, Yn as createXdrStyle, Yr as createLvl, Yt as createAnimLvl, Z as createRound, Za as createBlip, Zi as createThickness, Zn as createXdrTwoCellAnchor, Zr as createMajorTickMark, Zt as createChMax, _ as createChart, _a as createCdrCNvPr, _i as createOverlap, _n as createWpNestedGrpSp, _o as createGlowEffect, _r as createDPt, _s as createRgbColor, _t as createUFillTx, a as createBottom, aa as createW, ai as createMinorTickMark, an as createWpCNvContentPartPr, ao as createBevel, ar as createBandFmts, at as createSym, b as createCustClr, ba as createCdrExt, bi as createPictureFormat, bn as createWpSpPr, bo as CompoundLine, br as createDispBlanksAs, bs as createHslColor, bt as createUseSpRect, c as createBuClrTx, ca as createXMode, ci as createMinus, cn as createWpCNvPr, co as createEffectDag, cr as createBubbleScale, cs as createSourceRectangle, ct as createTableStyleElement, d as createBuSzTx, da as createCdrAbsSizeAnchor, di as createName, dn as createWpContentPart, do as createReflectionEffect, dr as createClrMapOvr, ds as createSolidFill, dt as createTl2br, ea as createTrendlineLbl, ei as createManualLayout, en as createOrgChart, eo as PresetGeometry, er as createApplyToFront, et as createSpDef, f as createCNvCxnSpPr, fa as createCdrBlipFill, fi as createNumLit, fn as createWpExtLst, fo as PresetShadowVal, fr as createCrossBetween, fs as SystemColor, ft as createTop, g as createCell3D, ga as createCdrCNvPicPr, gi as createOfPieType, gn as createWpLinkedTxbx, go as createInnerShadowEffect, gr as createDLbl, gs as createScRgbColor, gt as createUFill, h as createCNvSpPr, ha as createCdrCNvGrpSpPr, hi as createOfPieChart, hn as createWpGrpSpPr, ho as createOuterShadowEffect, hr as createCustUnit, hs as createSchemeColor, ht as createTxSp, i as createBldDgm, ia as createUserShapes, ii as createMinorGridlines, in as createWpCNvCnPr, io as BevelPresetType, ir as createBandFmt, it as createStyleElement, j as createGrpSpPr, ja as createCdrRelSizeAnchor, ji as createSecondPieSize, jn as createXdrCNvSpPr, jo as createGroupFill, jr as createFirstHeader, jt as createEffectClrLst, k as createGraphicFrame, ka as createCdrNvSpPr, ki as createProtection, kn as createXdrCNvPicPr, ko as createLineEnd, kr as createExternalData, kt as StyleMatrixIndex, l as createBuFontTx, la as createY, li as createMultiLvlStrCache, ln as createWpCNvSpPr, lo as createEffectList, lr as createBuiltInUnit, ls as createBlipEffects, lt as createThemeManager, m as createCNvGrpSpPr, ma as createCdrCNvGraphicFramePr, mi as createOddHeader, mn as createWpGrpSp, mo as RectAlignment, mr as createCustSplit, ms as SchemeColor, mt as createTxDef, n as createBevelElement, na as createUpDownBars, ni as createMax, nn as createWpBg, no as PresetMaterialType, nr as createAutoUpdate, nt as createStCxn, o as createBr, oa as createWMode, oi as createMinorTimeUnit, on as createWpCNvFrPr, oo as createBottomBevel, or as createBaseTimeUnit, ot as createTab, p as createCNvGraphicFramePr, pa as createCdrCNvCxnSpPr, pi as createOddFooter, pn as createWpGraphicFrame, po as createPresetShadowEffect, pr as createCrossesAt, ps as createSystemColor, pt as createTr2bl, q as createOverrideClrMapping, qa as createTransformation, qi as createSplitType, qn as createXdrSp, qr as createLegendEntry, qt as createAdj, r as createBldChart, ra as createUserInterface, ri as createMin, rn as createWpBodyPr, ro as createShape3D, rr as createBackWall, rt as createStart, s as createBuBlip, sa as createX, si as createMinorUnit, sn as createWpCNvGrpSpPr, so as createScene3D, sr as createBubble3D, ss as Stretch, st as createTabLst, t as createAudioCd, ta as createUpBars, ti as createMarker, tn as createPresLayoutVars, to as createAdjustmentValues, tr as createApplyToSides, tt as createSt, u as createBuSzPts, ua as createYMode, ui as createMultiLvlStrRef, un as createWpCanvas, uo as createSoftEdgeEffect, ur as createChartObject, us as createColorElement, ut as createThemeOverride, v as createClrMap, va as createCdrCNvSpPr, vi as createPageMargins, vn as createWpNvContentPartPr, vo as BlendMode, vr as createDTable, vs as PresetColor, vt as createULn, w as createDgm, wa as createCdrGrpSpPr, wi as createPivotFmts, wn as createWpWhole, wo as PresetDash, wr as createEvenFooter, wt as createDiagramTxPr, x as createCustClrLst, xa as createCdrFrom, xi as createPictureOptions, xn as createWpStyle, xo as LineCap, xr as createDispUnits, xs as createColorTransforms, xt as createWavAudioFile, y as createCpLocks, ya as createCdrCxnSp, yi as createPageSetup, yn as createWpSp, yo as createFillOverlayEffect, yr as createData, ys as createPresetColor, yt as createULnTx, z as createLnBlToTr, za as createCdrY, zi as createShowNegBubbles, zn as createXdrNvCxnSpPr, zo as createGradientFill, zr as createHeaderFooter, zt as createColorsDefHdrLst } from "../drawingml-anlfMLLZ.mjs";
2
+ export { AnimLevelValue, AnimOneValue, BevelPresetType, BlendMode, ColorMethod, CompoundLine, FontCollectionIndex, HierBranchStyle, HueDirection, LineCap, LineEndLength, LineEndType, LineEndWidth, LineJoin, LockedCanvas, PathShadeType, PenAlignment, PresetColor, PresetDash, PresetGeometry, PresetMaterialType, PresetPattern, PresetShadowVal, RectAlignment, SchemeColor, Stretch, StyleMatrixIndex, SystemColor, TileAlignment, TileFlipMode, buildFill, createAdj, createAdjLst, createAdjustmentValues, createAnimLvl, createAnimOne, createApplyToEnd, createApplyToFront, createApplyToSides, createAudioCd, createAutoUpdate, createBackWall, createBandFmt, createBandFmts, createBaseTimeUnit, createBevel, createBevelElement, createBldChart, createBldDgm, createBlip, createBlipEffects, createBlipFill, createBottom, createBottomBevel, createBr, createBuBlip, createBuClrTx, createBuFontTx, createBuSzPts, createBuSzTx, createBubble3D, createBubbleScale, createBuiltInUnit, createCNvCxnSpPr, createCNvGraphicFramePr, createCNvGrpSpPr, createCNvSpPr, createCdrAbsSizeAnchor, createCdrBlipFill, createCdrCNvCxnSpPr, createCdrCNvGraphicFramePr, createCdrCNvGrpSpPr, createCdrCNvPicPr, createCdrCNvPr, createCdrCNvSpPr, createCdrCxnSp, createCdrExt, createCdrFrom, createCdrGraphicFrame, createCdrGrpSp, createCdrGrpSpPr, createCdrNvCxnSpPr, createCdrNvGraphicFramePr, createCdrNvGrpSpPr, createCdrNvPicPr, createCdrNvSpPr, createCdrPic, createCdrRelSizeAnchor, createCdrSp, createCdrSpPr, createCdrStyle, createCdrTo, createCdrTxBody, createCdrX, createCdrXfrm, createCdrY, createCell3D, createChMax, createChPref, createChart, createChartObject, createClrMap, createClrMapOvr, createColorElement, createColorTransforms, createColorsDefHdr, createColorsDefHdrLst, createCpLocks, createCrossBetween, createCrossesAt, createCustClr, createCustClrLst, createCustSplit, createCustUnit, createCustomDash, createCustomGeometry, createCxnSp, createCxnSpLocks, createDLbl, createDPt, createDTable, createData, createDgm, createDiagramExtLst, createDiagramRelIds, createDiagramSp3d, createDiagramStyle, createDiagramTxPr, createDispBlanksAs, createDispUnits, createDispUnitsLbl, createDownBars, createEffectClrLst, createEffectDag, createEffectList, createEnd, createEndCxn, createEvenFooter, createEvenHeader, createExplosion, createExt, createExtLst, createExtentionList, createExternalData, createExtraClrScheme, createFillClrLst, createFillOverlayEffect, createFirstFooter, createFirstHeader, createFloor, createFmtId, createFontElement, createFormatting, createGapDepth, createGapWidth, createGlowEffect, createGradientFill, createGradientStop, createGraphicFrame, createGraphicFrameLocking, createGroupFill, createGroupLocking, createGroupTransform2D, createGrpSp, createGrpSpPr, createH, createHMode, createHeader, createHeaderFooter, createHeaders, createHiLowLines, createHierBranch, createHighlight, createHlinkMouseOver, createHoleSize, createHslColor, createInnerShadowEffect, createInsideH, createInsideV, createInvertIfNegative, createLayoutDefHdr, createLayoutDefHdrLst, createLayoutTarget, createLblAlgn, createLeaderLines, createLeft, createLegacyDrawingHF, createLegendEntry, createLinClrLst, createLineEnd, createLnBlToTr, createLnDef, createLnTlToBr, createLogBase, createLvl, createMajorGridlines, createMajorTickMark, createMajorTimeUnit, createMajorUnit, createManualLayout, createMarker, createMax, createMin, createMinorGridlines, createMinorTickMark, createMinorTimeUnit, createMinorUnit, createMinus, createMultiLvlStrCache, createMultiLvlStrRef, createName, createNoFill, createNumLit, createNvCxnSpPr, createNvGraphicFramePr, createNvGrpSpPr, createNvPicPr, createNvSpPr, createOddFooter, createOddHeader, createOfPieChart, createOfPieType, createOrgChart, createOuterShadowEffect, createOutline, createOverlap, createOverrideClrMapping, createPageMargins, createPageSetup, createPatternFill, createPic, createPictureFormat, createPictureLocking, createPictureOptions, createPictureStackUnit, createPivotFmt, createPivotFmts, createPivotSource, createPlotVisOnly, createPlus, createPresLayoutVars, createPresetColor, createPresetShadowEffect, createPrintSettings, createProtection, createQuickTimeFile, createReflectionEffect, createRgbColor, createRight, createRound, createScRgbColor, createScene3D, createSchemeColor, createSecondPiePt, createSecondPieSize, createSelection, createSerLines, createShape, createShape3D, createShapeLocking, createShowDLblsOverMax, createShowHorzBorder, createShowKeys, createShowLeaderLines, createShowNegBubbles, createShowOutline, createShowVertBorder, createSideWall, createSize, createSizeRepresents, createSmooth, createSnd, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSp, createSpDef, createSplitPos, createSplitType, createSt, createStCxn, createStart, createStrLit, createStyleDefHdr, createStyleDefHdrLst, createStyleElement, createStyleLbl, createSurface3DChart, createSym, createSymbol, createSystemColor, createTab, createTabLst, createTableStyle, createTableStyleElement, createTableStyleList, createThemeManager, createThemeOverride, createThickness, createTickLblPos, createTickMarkSkip, createTileInfo, createTl2br, createTop, createTr2bl, createTransform2D, createTransformation, createTrendlineLbl, createTxDef, createTxEffectClrLst, createTxFillClrLst, createTxLinClrLst, createTxSp, createUFill, createUFillTx, createULn, createULnTx, createUpBars, createUpDownBars, createUseSpRect, createUserInterface, createUserShapes, createW, createWMode, createWavAudioFile, createWpBg, createWpBodyPr, createWpCNvCnPr, createWpCNvContentPartPr, createWpCNvFrPr, createWpCNvGrpSpPr, createWpCNvPr, createWpCNvSpPr, createWpCanvas, createWpContentPart, createWpExtLst, createWpGraphicFrame, createWpGrpSp, createWpGrpSpPr, createWpLinkedTxbx, createWpNestedGrpSp, createWpNvContentPartPr, createWpSp, createWpSpPr, createWpStyle, createWpTxbx, createWpTxbxContent, createWpWhole, createWpXfrm, createX, createXMode, createXdrBlipFill, createXdrCNvCxnSpPr, createXdrCNvGrpSpPr, createXdrCNvPicPr, createXdrCNvPr, createXdrCNvSpPr, createXdrCol, createXdrColOff, createXdrContentPart, createXdrCxnSp, createXdrFrom, createXdrGrpSp, createXdrGrpSpPr, createXdrNvCxnSpPr, createXdrNvGrpSpPr, createXdrNvPicPr, createXdrNvSpPr, createXdrOneCellAnchor, createXdrPic, createXdrRow, createXdrRowOff, createXdrSp, createXdrSpPr, createXdrStyle, createXdrTo, createXdrTwoCellAnchor, createXdrTxBody, createY, createYMode, extractBlipFillMedia };