@provoly/dashboard 0.15.0 → 0.15.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.
- package/admin/i18n/en.translations.d.ts +4 -4
- package/admin/i18n/fr.translations.d.ts +4 -4
- package/dataset/i18n/en.translations.d.ts +1 -1
- package/dataset/i18n/fr.translations.d.ts +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +2 -2
- package/esm2022/admin/components/admin-classes/store/admin-class.actions.mjs +1 -1
- package/esm2022/admin/components/admin-classes/store/admin-class.reducer.mjs +2 -2
- package/esm2022/admin/i18n/en.translations.mjs +5 -5
- package/esm2022/admin/i18n/fr.translations.mjs +5 -5
- package/esm2022/dataset/i18n/en.translations.mjs +2 -2
- package/esm2022/dataset/i18n/fr.translations.mjs +2 -2
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +2 -2
- package/fesm2022/provoly-dashboard-admin.mjs +10 -10
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +2 -2
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +3 -3
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +43 -43
- package/schematics/ng-add/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "14.x || 15.x || 16.x",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"rxjs": "^7.4.0",
|
|
26
26
|
"uuid": "^8.3.2 || ^9.0.0",
|
|
27
27
|
"vega": "^5.21.0",
|
|
28
|
-
"vega-embed": "^6.
|
|
28
|
+
"vega-embed": "^6.23.0",
|
|
29
29
|
"vega-lite": "^5.2.0",
|
|
30
30
|
"zone.js": "~0.13.0"
|
|
31
31
|
},
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"tslib": "^2.
|
|
62
|
+
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"exports": {
|
|
65
65
|
"./lib/theme/styles/themes": {
|
|
@@ -86,18 +86,18 @@
|
|
|
86
86
|
"esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
|
|
87
87
|
"default": "./fesm2022/provoly-dashboard-admin.mjs"
|
|
88
88
|
},
|
|
89
|
-
"./import": {
|
|
90
|
-
"types": "./import/index.d.ts",
|
|
91
|
-
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
92
|
-
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
93
|
-
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
94
|
-
},
|
|
95
89
|
"./dataset": {
|
|
96
90
|
"types": "./dataset/index.d.ts",
|
|
97
91
|
"esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
98
92
|
"esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
99
93
|
"default": "./fesm2022/provoly-dashboard-dataset.mjs"
|
|
100
94
|
},
|
|
95
|
+
"./import": {
|
|
96
|
+
"types": "./import/index.d.ts",
|
|
97
|
+
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
98
|
+
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
99
|
+
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
100
|
+
},
|
|
101
101
|
"./notification": {
|
|
102
102
|
"types": "./notification/index.d.ts",
|
|
103
103
|
"esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
@@ -140,6 +140,30 @@
|
|
|
140
140
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
141
141
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
142
142
|
},
|
|
143
|
+
"./filters/date": {
|
|
144
|
+
"types": "./filters/date/index.d.ts",
|
|
145
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
146
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
147
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
148
|
+
},
|
|
149
|
+
"./filters/list": {
|
|
150
|
+
"types": "./filters/list/index.d.ts",
|
|
151
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
152
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
153
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
154
|
+
},
|
|
155
|
+
"./filters/number": {
|
|
156
|
+
"types": "./filters/number/index.d.ts",
|
|
157
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
158
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
159
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
160
|
+
},
|
|
161
|
+
"./filters/text": {
|
|
162
|
+
"types": "./filters/text/index.d.ts",
|
|
163
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
164
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
165
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
166
|
+
},
|
|
143
167
|
"./components/card": {
|
|
144
168
|
"types": "./components/card/index.d.ts",
|
|
145
169
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -170,41 +194,23 @@
|
|
|
170
194
|
"esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
171
195
|
"default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
|
|
172
196
|
},
|
|
173
|
-
"./components/sinceDate": {
|
|
174
|
-
"types": "./components/sinceDate/index.d.ts",
|
|
175
|
-
"esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
176
|
-
"esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
177
|
-
"default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
|
|
178
|
-
},
|
|
179
197
|
"./components/stepper": {
|
|
180
198
|
"types": "./components/stepper/index.d.ts",
|
|
181
199
|
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
182
200
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
183
201
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
184
202
|
},
|
|
185
|
-
"./
|
|
186
|
-
"types": "./
|
|
187
|
-
"esm2022": "./esm2022/
|
|
188
|
-
"esm": "./esm2022/
|
|
189
|
-
"default": "./fesm2022/provoly-dashboard-
|
|
190
|
-
},
|
|
191
|
-
"./filters/list": {
|
|
192
|
-
"types": "./filters/list/index.d.ts",
|
|
193
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
194
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
195
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
196
|
-
},
|
|
197
|
-
"./filters/number": {
|
|
198
|
-
"types": "./filters/number/index.d.ts",
|
|
199
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
200
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
201
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
203
|
+
"./components/sinceDate": {
|
|
204
|
+
"types": "./components/sinceDate/index.d.ts",
|
|
205
|
+
"esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
206
|
+
"esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
207
|
+
"default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
|
|
202
208
|
},
|
|
203
|
-
"./
|
|
204
|
-
"types": "./
|
|
205
|
-
"esm2022": "./esm2022/
|
|
206
|
-
"esm": "./esm2022/
|
|
207
|
-
"default": "./fesm2022/provoly-dashboard-
|
|
209
|
+
"./pipeline-components/input-datasource": {
|
|
210
|
+
"types": "./pipeline-components/input-datasource/index.d.ts",
|
|
211
|
+
"esm2022": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
212
|
+
"esm": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
213
|
+
"default": "./fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs"
|
|
208
214
|
},
|
|
209
215
|
"./pipeline-components/filter": {
|
|
210
216
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
@@ -212,12 +218,6 @@
|
|
|
212
218
|
"esm": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
213
219
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-filter.mjs"
|
|
214
220
|
},
|
|
215
|
-
"./pipeline-components/input-datasource": {
|
|
216
|
-
"types": "./pipeline-components/input-datasource/index.d.ts",
|
|
217
|
-
"esm2022": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
218
|
-
"esm": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
219
|
-
"default": "./fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs"
|
|
220
|
-
},
|
|
221
221
|
"./pipeline-components/noop": {
|
|
222
222
|
"types": "./pipeline-components/noop/index.d.ts",
|
|
223
223
|
"esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
@@ -46,7 +46,7 @@ function addDependencies(tree, options) {
|
|
|
46
46
|
if (options.widgets.includes('widget-aggregated-chart') || options.widgets.includes('widget-vega')) {
|
|
47
47
|
console.log('...Adding provoly dependencies for charts');
|
|
48
48
|
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^5.21.0', name: 'vega' });
|
|
49
|
-
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^6.
|
|
49
|
+
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^6.23.0', name: 'vega-embed' });
|
|
50
50
|
dependencies.push({ type: dependencies_1.NodeDependencyType.Default, version: '^5.2.0', name: 'vega-lite' });
|
|
51
51
|
}
|
|
52
52
|
if (options.widgets.includes('widget-graph')) {
|