pptx-angular-viewer 1.1.57 → 1.1.58
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/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ All notable changes to this project are documented here.
|
|
|
4
4
|
This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
|
|
5
5
|
by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
6
6
|
|
|
7
|
+
## [1.1.57](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.1.57) - 2026-07-03
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
- Document localization and add demo language pickers (by @ChristopherVR) ([a07ad82](https://github.com/ChristopherVR/pptx-viewer/commit/a07ad8279e906590e0392d19cd1637855012a80e))
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
- **angular:** Correct stale parity-gap claims in PORTING.md (by @ChristopherVR) ([55bca21](https://github.com/ChristopherVR/pptx-viewer/commit/55bca2108e6f0e498c7daff3660d1d9bb7f423dd))
|
|
16
|
+
- Close out fixed parity gaps, drop the limitations caveat (by @ChristopherVR) ([53ae1f8](https://github.com/ChristopherVR/pptx-viewer/commit/53ae1f8460c47b1aa313020d2231edee91809fb0))
|
|
17
|
+
|
|
7
18
|
## [1.1.56](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.1.56) - 2026-07-02
|
|
8
19
|
|
|
9
20
|
### Features
|
|
@@ -66140,7 +66140,7 @@ class RibbonFontControlsComponent {
|
|
|
66140
66140
|
patchTextStyle(this.editor, this.slideIndex(), this.selectedElement(), patch);
|
|
66141
66141
|
}
|
|
66142
66142
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: RibbonFontControlsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
66143
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.5", type: RibbonFontControlsComponent, isStandalone: true, selector: "pptx-ribbon-font-controls", inputs: { slideIndex: { classPropertyName: "slideIndex", publicName: "slideIndex", isSignal: true, isRequired: false, transformFunction: null }, selectedElement: { classPropertyName: "selectedElement", publicName: "selectedElement", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
66143
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.5", type: RibbonFontControlsComponent, isStandalone: true, selector: "pptx-ribbon-font-controls", inputs: { slideIndex: { classPropertyName: "slideIndex", publicName: "slideIndex", isSignal: true, isRequired: false, transformFunction: null }, selectedElement: { classPropertyName: "selectedElement", publicName: "selectedElement", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "contents" }, ngImport: i0, template: `
|
|
66144
66144
|
<div class="flex items-center gap-1">
|
|
66145
66145
|
<select
|
|
66146
66146
|
class="pptx-rb-select w-28"
|
|
@@ -66274,6 +66274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImpor
|
|
|
66274
66274
|
selector: 'pptx-ribbon-font-controls',
|
|
66275
66275
|
standalone: true,
|
|
66276
66276
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
66277
|
+
host: { class: 'contents' },
|
|
66277
66278
|
imports: [NgClass, TranslatePipe, RibbonColorPopoverComponent],
|
|
66278
66279
|
template: `
|
|
66279
66280
|
<div class="flex items-center gap-1">
|
|
@@ -66747,10 +66748,12 @@ class RibbonHomeSectionComponent {
|
|
|
66747
66748
|
<span class="pptx-rb-sep"></span>
|
|
66748
66749
|
<!-- Paragraph -->
|
|
66749
66750
|
<div class="flex flex-col items-center gap-0.5">
|
|
66750
|
-
<
|
|
66751
|
-
|
|
66752
|
-
|
|
66753
|
-
|
|
66751
|
+
<div class="flex items-center gap-1">
|
|
66752
|
+
<pptx-ribbon-paragraph-controls
|
|
66753
|
+
[slideIndex]="slideIndex()"
|
|
66754
|
+
[selectedElement]="selectedElement()"
|
|
66755
|
+
/>
|
|
66756
|
+
</div>
|
|
66754
66757
|
<span class="text-[9px] leading-none text-muted-foreground">
|
|
66755
66758
|
{{ 'pptx.ribbon.paragraph' | translate }}
|
|
66756
66759
|
</span>
|
|
@@ -66853,10 +66856,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImpor
|
|
|
66853
66856
|
<span class="pptx-rb-sep"></span>
|
|
66854
66857
|
<!-- Paragraph -->
|
|
66855
66858
|
<div class="flex flex-col items-center gap-0.5">
|
|
66856
|
-
<
|
|
66857
|
-
|
|
66858
|
-
|
|
66859
|
-
|
|
66859
|
+
<div class="flex items-center gap-1">
|
|
66860
|
+
<pptx-ribbon-paragraph-controls
|
|
66861
|
+
[slideIndex]="slideIndex()"
|
|
66862
|
+
[selectedElement]="selectedElement()"
|
|
66863
|
+
/>
|
|
66864
|
+
</div>
|
|
66860
66865
|
<span class="text-[9px] leading-none text-muted-foreground">
|
|
66861
66866
|
{{ 'pptx.ribbon.paragraph' | translate }}
|
|
66862
66867
|
</span>
|
|
@@ -67023,7 +67028,7 @@ class RibbonInsertFieldsComponent {
|
|
|
67023
67028
|
return this.previewDate().toLocaleString();
|
|
67024
67029
|
}
|
|
67025
67030
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: RibbonInsertFieldsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
67026
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.5", type: RibbonInsertFieldsComponent, isStandalone: true, selector: "pptx-ribbon-insert-fields", inputs: { slideIndex: { classPropertyName: "slideIndex", publicName: "slideIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
67031
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.5", type: RibbonInsertFieldsComponent, isStandalone: true, selector: "pptx-ribbon-insert-fields", inputs: { slideIndex: { classPropertyName: "slideIndex", publicName: "slideIndex", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "contents" }, ngImport: i0, template: `
|
|
67027
67032
|
<!-- Action Buttons dropdown (hover-reveal, mirrors React/Vue) -->
|
|
67028
67033
|
<div class="group relative">
|
|
67029
67034
|
<button
|
|
@@ -67182,6 +67187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImpor
|
|
|
67182
67187
|
selector: 'pptx-ribbon-insert-fields',
|
|
67183
67188
|
standalone: true,
|
|
67184
67189
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
67190
|
+
host: { class: 'contents' },
|
|
67185
67191
|
imports: [TranslatePipe],
|
|
67186
67192
|
template: `
|
|
67187
67193
|
<!-- Action Buttons dropdown (hover-reveal, mirrors React/Vue) -->
|