@provoly/dashboard 0.18.6 → 0.18.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.
@@ -136,6 +136,7 @@ export declare const enTranslations: {
136
136
  other: string;
137
137
  };
138
138
  tile: string;
139
+ template: string;
139
140
  now: string;
140
141
  since_day: string;
141
142
  layout: {
@@ -136,6 +136,7 @@ export declare const frTranslations: {
136
136
  other: string;
137
137
  };
138
138
  tile: string;
139
+ template: string;
139
140
  now: string;
140
141
  since_day: string;
141
142
  layout: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.18.6",
3
+ "version": "0.18.7",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "14.x || 15.x || 16.x",
@@ -193,18 +193,18 @@
193
193
  "esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
194
194
  "default": "./fesm2022/provoly-dashboard-components-filter.mjs"
195
195
  },
196
- "./components/scheme-picker": {
197
- "types": "./components/scheme-picker/index.d.ts",
198
- "esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
199
- "esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
200
- "default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
201
- },
202
196
  "./components/metadata-editor": {
203
197
  "types": "./components/metadata-editor/index.d.ts",
204
198
  "esm2022": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
205
199
  "esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
206
200
  "default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
207
201
  },
202
+ "./components/scheme-picker": {
203
+ "types": "./components/scheme-picker/index.d.ts",
204
+ "esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
205
+ "esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
206
+ "default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
207
+ },
208
208
  "./components/sinceDate": {
209
209
  "types": "./components/sinceDate/index.d.ts",
210
210
  "esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
@@ -6,7 +6,6 @@
6
6
  align-items: center;
7
7
  justify-content: flex-start;
8
8
  flex-grow: 1;
9
- overflow: hidden;
10
9
  width: 100%;
11
10
  min-height: toRem(36);
12
11
  padding: toRem(4) toRem(12);
@@ -16,6 +16,8 @@ export declare class WidgetTemplateComponent extends DataWidgetComponent {
16
16
  emitManifest(): void;
17
17
  evaluate(template: string, rs: any): SafeHtml;
18
18
  private limitScope;
19
+ changeHtml($event: Event): void;
20
+ changeCss($event: Event): void;
19
21
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetTemplateComponent, never>;
20
22
  static ɵcmp: i0.ɵɵComponentDeclaration<WidgetTemplateComponent, "pry-widget-table", never, {}, {}, never, never, false, never>;
21
23
  }
@@ -0,0 +1,10 @@
1
+ export declare const enTranslations: {
2
+ '@pry': {
3
+ widget: {
4
+ template: {
5
+ html: string;
6
+ css: string;
7
+ };
8
+ };
9
+ };
10
+ };
@@ -0,0 +1,10 @@
1
+ export declare const frTranslations: {
2
+ '@pry': {
3
+ widget: {
4
+ template: {
5
+ html: string;
6
+ css: string;
7
+ };
8
+ };
9
+ };
10
+ };
@@ -1,5 +1,5 @@
1
1
  import { Type } from '@angular/core';
2
- import { BaseWidgetComponent, BaseWidgetModule } from '@provoly/dashboard';
2
+ import { BaseWidgetComponent, BaseWidgetModule, PryI18nService } from '@provoly/dashboard';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "./component/widget-template.component";
5
5
  import * as i2 from "./style/css.component";
@@ -9,8 +9,10 @@ import * as i5 from "@angular/cdk/overlay";
9
9
  import * as i6 from "@provoly/dashboard";
10
10
  import * as i7 from "@provoly/dashboard/components/checkbox";
11
11
  export declare class WidgetTemplateModule extends BaseWidgetModule {
12
+ private pryTranslateService;
13
+ constructor(pryTranslateService: PryI18nService);
12
14
  getComponent(): Type<BaseWidgetComponent>;
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetTemplateModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetTemplateModule, [typeof i1.WidgetTemplateComponent, typeof i2.PryWidgetTemplateCssComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.OverlayModule, typeof i6.PryCoreModule, typeof i6.PryDashboardModule, typeof i6.PrySelectModule, typeof i6.PryIconModule, typeof i7.PryCheckboxModule, typeof i6.PryToggleModule], [typeof i1.WidgetTemplateComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetTemplateModule, [typeof i1.WidgetTemplateComponent, typeof i2.PryWidgetTemplateCssComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.OverlayModule, typeof i6.PryCoreModule, typeof i6.PryDashboardModule, typeof i6.PrySelectModule, typeof i6.PryIconModule, typeof i7.PryCheckboxModule, typeof i6.PryToggleModule, typeof i6.PryI18nModule], [typeof i1.WidgetTemplateComponent]>;
15
17
  static ɵinj: i0.ɵɵInjectorDeclaration<WidgetTemplateModule>;
16
18
  }