ngx-presentationcommons-esm-slides 0.0.6 → 0.0.7
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.
|
@@ -111,10 +111,10 @@ class CommonsPresentationKeyDownService {
|
|
|
111
111
|
this.reverse.delete(name);
|
|
112
112
|
return true;
|
|
113
113
|
}
|
|
114
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
115
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
114
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationKeyDownService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
115
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationKeyDownService, providedIn: 'root' });
|
|
116
116
|
}
|
|
117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationKeyDownService, decorators: [{
|
|
118
118
|
type: Injectable,
|
|
119
119
|
args: [{
|
|
120
120
|
providedIn: 'root'
|
|
@@ -130,10 +130,10 @@ class CommonsPresentationSlidesBlankComponent extends CommonsComponent {
|
|
|
130
130
|
this.state = action.state;
|
|
131
131
|
});
|
|
132
132
|
}
|
|
133
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
134
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
133
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationSlidesBlankComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
134
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: CommonsPresentationSlidesBlankComponent, isStandalone: true, selector: "commons-presentation-slides-blank", usesInheritance: true, ngImport: i0, template: "@if (this.state !== false) {\n\t<section>\n\t\t@if (this.state === 'holding') {\n\t\t\t<ng-content></ng-content>\n\t\t}\n\t</section>\n}\n", styles: ["section{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background-color:#000}\n"] });
|
|
135
135
|
}
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationSlidesBlankComponent, decorators: [{
|
|
137
137
|
type: Component,
|
|
138
138
|
args: [{ selector: 'commons-presentation-slides-blank', standalone: true, imports: [], template: "@if (this.state !== false) {\n\t<section>\n\t\t@if (this.state === 'holding') {\n\t\t\t<ng-content></ng-content>\n\t\t}\n\t</section>\n}\n", styles: ["section{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background-color:#000}\n"] }]
|
|
139
139
|
}] });
|
|
@@ -157,10 +157,10 @@ class CommonsPresentationSlidesKeyDownComponent extends CommonsComponent {
|
|
|
157
157
|
});
|
|
158
158
|
this.keyDownService.enabled = true;
|
|
159
159
|
}
|
|
160
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
161
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.
|
|
160
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationSlidesKeyDownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
161
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.18", type: CommonsPresentationSlidesKeyDownComponent, isStandalone: true, selector: "commons-presentation-slides-key-down", inputs: { allowSpaceEither: { classPropertyName: "allowSpaceEither", publicName: "allowSpaceEither", isSignal: true, isRequired: true, transformFunction: null }, allowArrowSoft: { classPropertyName: "allowArrowSoft", publicName: "allowArrowSoft", isSignal: true, isRequired: true, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: "<!-- shared-key-down -->", styles: [""] });
|
|
162
162
|
}
|
|
163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationSlidesKeyDownComponent, decorators: [{
|
|
164
164
|
type: Component,
|
|
165
165
|
args: [{ selector: 'commons-presentation-slides-key-down', standalone: true, imports: [], template: "<!-- shared-key-down -->" }]
|
|
166
166
|
}], ctorParameters: () => [] });
|
|
@@ -248,10 +248,10 @@ class CommonsPresentationSlidesSlideComponent extends CommonsComponent {
|
|
|
248
248
|
ngAfterViewInit() {
|
|
249
249
|
this.presentationService.reachedSlide(this.page, 0);
|
|
250
250
|
}
|
|
251
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
252
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
251
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationSlidesSlideComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
252
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: CommonsPresentationSlidesSlideComponent, isStandalone: true, usesInheritance: true, ngImport: i0 });
|
|
253
253
|
}
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommonsPresentationSlidesSlideComponent, decorators: [{
|
|
255
255
|
type: Directive
|
|
256
256
|
}], ctorParameters: () => [{ type: undefined }, { type: undefined }] });
|
|
257
257
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-presentationcommons-esm-slides",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^19.2.0",
|
|
6
6
|
"@angular/core": "^19.2.0",
|
|
7
|
-
"ngx-angularcommons-esm-core": "^0.0.
|
|
8
|
-
"ngx-presentationcommons-esm-core": "^0.0.
|
|
7
|
+
"ngx-angularcommons-esm-core": "^0.0.10",
|
|
8
|
+
"ngx-presentationcommons-esm-core": "^0.0.4"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|