@provoly/dashboard 0.18.9 → 0.18.10
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/dataset/components/dataset-card/dataset-card.component.d.ts +2 -2
- package/dataset/i18n/en.translations.d.ts +1 -0
- package/dataset/i18n/fr.translations.d.ts +1 -0
- package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +7 -7
- package/esm2022/dataset/components/dataset.component.mjs +3 -3
- package/esm2022/dataset/i18n/en.translations.mjs +2 -1
- package/esm2022/dataset/i18n/fr.translations.mjs +2 -1
- package/esm2022/presentation/components/presentation.component.mjs +2 -1
- package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -1
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +10 -2
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +4 -7
- package/fesm2022/provoly-dashboard-dataset.mjs +6 -4
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +3 -2
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +2 -0
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +9 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +3 -6
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +2 -0
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +30 -30
- package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +9 -1
- package/widgets/widget-table/component/widget-table.component.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.10",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "14.x || 15.x || 16.x",
|
|
@@ -139,6 +139,30 @@
|
|
|
139
139
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
140
140
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
141
141
|
},
|
|
142
|
+
"./filters/date": {
|
|
143
|
+
"types": "./filters/date/index.d.ts",
|
|
144
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
145
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
146
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
147
|
+
},
|
|
148
|
+
"./filters/list": {
|
|
149
|
+
"types": "./filters/list/index.d.ts",
|
|
150
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
151
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
152
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
153
|
+
},
|
|
154
|
+
"./filters/number": {
|
|
155
|
+
"types": "./filters/number/index.d.ts",
|
|
156
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
157
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
158
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
159
|
+
},
|
|
160
|
+
"./filters/text": {
|
|
161
|
+
"types": "./filters/text/index.d.ts",
|
|
162
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
163
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
164
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
165
|
+
},
|
|
142
166
|
"./components/card": {
|
|
143
167
|
"types": "./components/card/index.d.ts",
|
|
144
168
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -181,41 +205,17 @@
|
|
|
181
205
|
"esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
182
206
|
"default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
|
|
183
207
|
},
|
|
184
|
-
"./components/sinceDate": {
|
|
185
|
-
"types": "./components/sinceDate/index.d.ts",
|
|
186
|
-
"esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
187
|
-
"esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
188
|
-
"default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
|
|
189
|
-
},
|
|
190
208
|
"./components/stepper": {
|
|
191
209
|
"types": "./components/stepper/index.d.ts",
|
|
192
210
|
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
193
211
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
194
212
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
195
213
|
},
|
|
196
|
-
"./
|
|
197
|
-
"types": "./
|
|
198
|
-
"esm2022": "./esm2022/
|
|
199
|
-
"esm": "./esm2022/
|
|
200
|
-
"default": "./fesm2022/provoly-dashboard-
|
|
201
|
-
},
|
|
202
|
-
"./filters/list": {
|
|
203
|
-
"types": "./filters/list/index.d.ts",
|
|
204
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
205
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
206
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
207
|
-
},
|
|
208
|
-
"./filters/number": {
|
|
209
|
-
"types": "./filters/number/index.d.ts",
|
|
210
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
211
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
212
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
213
|
-
},
|
|
214
|
-
"./filters/text": {
|
|
215
|
-
"types": "./filters/text/index.d.ts",
|
|
216
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
217
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
218
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
214
|
+
"./components/sinceDate": {
|
|
215
|
+
"types": "./components/sinceDate/index.d.ts",
|
|
216
|
+
"esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
217
|
+
"esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
218
|
+
"default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
|
|
219
219
|
},
|
|
220
220
|
"./pipeline-components/filter": {
|
|
221
221
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
2
|
import { Store } from '@ngrx/store';
|
|
3
|
-
import { Attribute, ChartAggregatedWidgetOptions, Class, DataWidgetComponent, Field, FieldType, GraphType, Operation, PryAggregationService, PryI18nService, VegaType } from '@provoly/dashboard';
|
|
3
|
+
import { Attribute, ChartAggregatedWidgetOptions, Class, DataWidgetComponent, Field, FieldType, GraphType, Operation, PryAggregationService, PryI18nService, Sort, VegaType } from '@provoly/dashboard';
|
|
4
4
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
5
5
|
import { View } from 'vega';
|
|
6
6
|
import { TopLevelSpec } from 'vega-lite';
|
|
@@ -78,6 +78,14 @@ export declare class WidgetAggregatedChartComponent extends DataWidgetComponent
|
|
|
78
78
|
static minTick(type: FieldType): {
|
|
79
79
|
tickMinStep: number;
|
|
80
80
|
} | {};
|
|
81
|
+
getSort(abscissa: string, sort?: Sort, ordinate?: string): {
|
|
82
|
+
sort: {
|
|
83
|
+
field: string;
|
|
84
|
+
order: string;
|
|
85
|
+
};
|
|
86
|
+
} | {
|
|
87
|
+
sort?: undefined;
|
|
88
|
+
};
|
|
81
89
|
emitManifest(): void;
|
|
82
90
|
openSettings(): void;
|
|
83
91
|
openData(): void;
|