pptx-angular-viewer 1.31.1 → 1.31.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pptx-angular-viewer",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.3",
|
|
4
4
|
"description": "Angular PowerPoint viewer and editor component: render, edit, and export PPTX slides in the browser.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"html2canvas-pro": "^2.2.4",
|
|
47
47
|
"jspdf": "^4.2.1",
|
|
48
48
|
"jszip": "^3.10.1",
|
|
49
|
-
"pptx-viewer-core": "^1.6.
|
|
49
|
+
"pptx-viewer-core": "^1.6.8",
|
|
50
50
|
"tslib": "^2.8.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
@@ -389,6 +389,11 @@ declare function getResolvedShapeClipPathFor(shapeType: string | undefined, widt
|
|
|
389
389
|
* `shapeAdjustments` off a {@link PptxElement} and delegates to
|
|
390
390
|
* {@link getResolvedShapeClipPathFor}.
|
|
391
391
|
*
|
|
392
|
+
* Custom-geometry freeforms (which carry `pathData`/`pathWidth`/`pathHeight`
|
|
393
|
+
* rather than a preset `shapeType`) take priority: their outline is rescaled
|
|
394
|
+
* into the element box via {@link buildCustomGeometryClipPath} so the fill clips
|
|
395
|
+
* to the real shape instead of its bounding rectangle.
|
|
396
|
+
*
|
|
392
397
|
* @param element The PPTX element to resolve a clip-path for.
|
|
393
398
|
* @param width Optional width override (pixels). Defaults to `element.width`.
|
|
394
399
|
* @param height Optional height override (pixels). Defaults to `element.height`.
|
|
@@ -12429,7 +12434,7 @@ declare class AccountPageComponent {
|
|
|
12429
12434
|
readonly accountAuth: _angular_core.InputSignal<AccountAuthConfig | undefined>;
|
|
12430
12435
|
private readonly translate;
|
|
12431
12436
|
protected readonly swatches: readonly string[];
|
|
12432
|
-
protected readonly version = "1.31.
|
|
12437
|
+
protected readonly version = "1.31.2";
|
|
12433
12438
|
protected readonly profile: _angular_core.WritableSignal<ViewerProfile>;
|
|
12434
12439
|
protected readonly initial: _angular_core.Signal<string>;
|
|
12435
12440
|
protected readonly usage: _angular_core.WritableSignal<LocalStorageUsageSummary | null>;
|