@provoly/dashboard 0.14.10 → 0.14.11

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.
@@ -121,6 +121,7 @@ export declare const enTranslations: {
121
121
  radarchart: string;
122
122
  circlechart: string;
123
123
  iframe: string;
124
+ vega: string;
124
125
  graph: string;
125
126
  placeholder: string;
126
127
  sub: {
@@ -121,6 +121,7 @@ export declare const frTranslations: {
121
121
  radarchart: string;
122
122
  circlechart: string;
123
123
  iframe: string;
124
+ vega: string;
124
125
  graph: string;
125
126
  placeholder: string;
126
127
  sub: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.14.10",
3
+ "version": "0.14.11",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "14.x || 15.x || 16.x",