@getflip/swirl-components-angular 0.506.0 → 0.507.0-beta-20260622115132
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +8 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +9 -0
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +18 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,5 +20,5 @@ Built Angular Package
|
|
|
20
20
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
21
|
------------------------------------------------------------------------------
|
|
22
22
|
|
|
23
|
-
Build at: 2026-06-
|
|
23
|
+
Build at: 2026-06-22T11:51:23.683Z - Time: 13159ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.507.0-beta-20260622115132
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`7616a1272`](https://github.com/getflip/swirl/commit/7616a1272b7be2408fcfb74debd1270ed26f7c78)]:
|
|
9
|
+
- @getflip/swirl-components@0.507.0-beta-20260622115132
|
|
10
|
+
|
|
3
11
|
## 0.506.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1400,7 +1400,7 @@ let SwirlFileViewerVideo = class SwirlFileViewerVideo {
|
|
|
1400
1400
|
this.z = z;
|
|
1401
1401
|
c.detach();
|
|
1402
1402
|
this.el = r.nativeElement;
|
|
1403
|
-
proxyOutputs(this, this.el, ['activate']);
|
|
1403
|
+
proxyOutputs(this, this.el, ['activate', 'playbackPlay', 'playbackPause', 'playbackTimeUpdate', 'playbackSeeked', 'playbackRateChange', 'playbackEnded', 'playbackTeardown']);
|
|
1404
1404
|
}
|
|
1405
1405
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlFileViewerVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1406
1406
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlFileViewerVideo, isStandalone: false, selector: "swirl-file-viewer-video", inputs: { autoplay: "autoplay", disableDownload: "disableDownload", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|