@wemake4u/form-player-se 1.0.0 → 1.0.2

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.
@@ -0,0 +1,3 @@
1
+ import { Control } from "./control";
2
+ export declare class TooltipControl extends Control {
3
+ }
@@ -6,6 +6,7 @@ export declare class SanitizeService {
6
6
  sanitizeHtml(html: string): string;
7
7
  sanitizeSafeHtml(html: string): SafeHtml;
8
8
  sanitizeSafeUrl(url: string): SafeResourceUrl;
9
+ toString(safeHtml: SafeHtml): string;
9
10
  private sanitizeOption;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeService, never>;
11
12
  static ɵprov: i0.ɵɵInjectableDeclaration<SanitizeService>;
@@ -0,0 +1,10 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TemplateWrapperComponent {
4
+ template: TemplateRef<any>;
5
+ context: any;
6
+ constructor();
7
+ getTemplateRef(): TemplateRef<any>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TemplateWrapperComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TemplateWrapperComponent, "app-template-wrapper", never, { "template": { "alias": "template"; "required": false; }; "context": { "alias": "context"; "required": false; }; }, {}, never, never, true, never>;
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wemake4u/form-player-se",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^18.2.0",
6
6
  "@angular/common": "^18.2.0",