@provoly/dashboard 0.20.1 → 0.20.3
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/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.d.ts +5 -2
- package/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.d.ts +1 -1
- package/admin/i18n/en.translations.d.ts +1 -0
- package/admin/i18n/fr.translations.d.ts +1 -0
- package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +5 -5
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +36 -11
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-new/admin-attributes-new.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-classes-view.component.mjs +3 -3
- package/esm2022/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.mjs +2 -2
- package/esm2022/admin/i18n/en.translations.mjs +3 -2
- package/esm2022/admin/i18n/fr.translations.mjs +3 -2
- package/esm2022/lib/core/components/about/about.component.mjs +8 -5
- package/esm2022/lib/core/model/admin-api.model.mjs +1 -1
- package/esm2022/lib/core/model/filter.interface.mjs +1 -1
- package/esm2022/lib/core/store/class/class.interface.mjs +1 -1
- package/esm2022/lib/core/store/class/class.selectors.mjs +6 -2
- package/esm2022/lib/core/store/search/search.actions.mjs +2 -2
- package/esm2022/lib/core/store/search/search.service.mjs +1 -1
- package/esm2022/lib/dashboard/action-bus/service/bus.service.mjs +2 -2
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +26 -26
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +4 -1
- package/esm2022/lib/dashboard/item-utils.mjs +7 -7
- package/esm2022/lib/dashboard/store/dashboard.actions.mjs +2 -2
- package/esm2022/lib/dashboard/store/proxy.utils.mjs +4 -24
- package/esm2022/pipeline/store/pipeline.actions.mjs +1 -1
- package/esm2022/pipeline-components/filter/component/filter.component.mjs +4 -4
- package/esm2022/presentation/components/presentation.component.mjs +3 -3
- package/esm2022/restitution/components/restitution/restitution.component.mjs +5 -5
- package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
- package/esm2022/restitution/i18n/en.translations.mjs +2 -2
- package/esm2022/restitution/i18n/fr.translations.mjs +2 -2
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +3 -3
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +10 -3
- package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +12 -12
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +4 -4
- package/esm2022/widgets/widget-map/pipe/widget-map-geometry-fields-for.pipe.mjs +3 -3
- package/esm2022/widgets/widget-map/utils/cql-utils.class.mjs +2 -2
- package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +10 -6
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +4 -4
- package/esm2022/widgets/widget-table/get-value/get-value.pipe.mjs +2 -2
- package/fesm2022/provoly-dashboard-admin.mjs +49 -22
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +3 -3
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +2 -2
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +8 -8
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +9 -2
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +11 -11
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +15 -11
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +4 -4
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +51 -61
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/about/about.component.d.ts +2 -1
- package/lib/core/model/admin-api.model.d.ts +1 -0
- package/lib/core/model/filter.interface.d.ts +1 -1
- package/lib/core/store/class/class.interface.d.ts +1 -0
- package/lib/core/store/class/class.selectors.d.ts +105 -5
- package/lib/core/store/search/search.actions.d.ts +2 -2
- package/lib/core/store/search/search.service.d.ts +1 -1
- package/lib/dashboard/store/dashboard.actions.d.ts +2 -2
- package/lib/dashboard/store/dashboard.effects.d.ts +3 -3
- package/lib/dashboard/store/proxy.utils.d.ts +1 -1
- package/package.json +1 -1
- package/pipeline/store/pipeline.actions.d.ts +1 -1
- package/styles/components/_o-about.scss +44 -6
- package/styles-theme/components-theme/_a-pry-select.theme.scss +1 -1
- package/toolbox/components/filter-settings/filter-settings.component.d.ts +2 -2
- package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +1 -0
|
@@ -6,10 +6,11 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class PryAboutComponent {
|
|
7
7
|
private store;
|
|
8
8
|
private i18nService;
|
|
9
|
+
tooltipPosition: 'top' | 'bottom' | 'left' | 'right' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
9
10
|
version$: Observable<Versions | null>;
|
|
10
11
|
constructor(store: Store, i18nService: PryI18nService);
|
|
11
12
|
displayVersion(value: BackendVersion | FrontendVersion): string;
|
|
12
13
|
hasVersion(value: BackendVersion | FrontendVersion): boolean;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PryAboutComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PryAboutComponent, "pry-about", never, {}, {}, never, never, false, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PryAboutComponent, "pry-about", never, { "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
16
|
}
|
|
@@ -3,12 +3,112 @@ import * as fromClass from './class.reducer';
|
|
|
3
3
|
export declare const ClassSelectors: {
|
|
4
4
|
feature: import("@ngrx/store").MemoizedSelector<object, fromClass.ClassState, import("@ngrx/store").DefaultProjectorFn<fromClass.ClassState>>;
|
|
5
5
|
entities: import("@ngrx/store").MemoizedSelector<object, import("@ngrx/entity").Dictionary<Class>, (s1: fromClass.ClassState) => import("@ngrx/entity").Dictionary<Class>>;
|
|
6
|
-
classes: import("@ngrx/store").MemoizedSelector<object,
|
|
6
|
+
classes: import("@ngrx/store").MemoizedSelector<object, {
|
|
7
|
+
attributes: {
|
|
8
|
+
technicalName: string;
|
|
9
|
+
id: string;
|
|
10
|
+
name: string;
|
|
11
|
+
field: string;
|
|
12
|
+
category?: string | undefined;
|
|
13
|
+
multiValued: boolean;
|
|
14
|
+
}[];
|
|
15
|
+
id: string;
|
|
16
|
+
name: string;
|
|
17
|
+
icon?: string | undefined;
|
|
18
|
+
storage?: string | undefined;
|
|
19
|
+
}[], (s1: Class[]) => {
|
|
20
|
+
attributes: {
|
|
21
|
+
technicalName: string;
|
|
22
|
+
id: string;
|
|
23
|
+
name: string;
|
|
24
|
+
field: string;
|
|
25
|
+
category?: string | undefined;
|
|
26
|
+
multiValued: boolean;
|
|
27
|
+
}[];
|
|
28
|
+
id: string;
|
|
29
|
+
name: string;
|
|
30
|
+
icon?: string | undefined;
|
|
31
|
+
storage?: string | undefined;
|
|
32
|
+
}[]>;
|
|
7
33
|
classById: (id: string) => any;
|
|
8
|
-
classByAttributeId: (attribute: string) => import("@ngrx/store").MemoizedSelector<object, Class | undefined, (s1:
|
|
9
|
-
|
|
10
|
-
|
|
34
|
+
classByAttributeId: (attribute: string) => import("@ngrx/store").MemoizedSelector<object, Class | undefined, (s1: {
|
|
35
|
+
attributes: {
|
|
36
|
+
technicalName: string;
|
|
37
|
+
id: string;
|
|
38
|
+
name: string;
|
|
39
|
+
field: string;
|
|
40
|
+
category?: string | undefined;
|
|
41
|
+
multiValued: boolean;
|
|
42
|
+
}[];
|
|
43
|
+
id: string;
|
|
44
|
+
name: string;
|
|
45
|
+
icon?: string | undefined;
|
|
46
|
+
storage?: string | undefined;
|
|
47
|
+
}[]) => Class | undefined>;
|
|
48
|
+
attributesByFieldId: (field: string) => import("@ngrx/store").MemoizedSelector<object, import("./class.interface").Attribute[], (s1: {
|
|
49
|
+
attributes: {
|
|
50
|
+
technicalName: string;
|
|
51
|
+
id: string;
|
|
52
|
+
name: string;
|
|
53
|
+
field: string;
|
|
54
|
+
category?: string | undefined;
|
|
55
|
+
multiValued: boolean;
|
|
56
|
+
}[];
|
|
57
|
+
id: string;
|
|
58
|
+
name: string;
|
|
59
|
+
icon?: string | undefined;
|
|
60
|
+
storage?: string | undefined;
|
|
61
|
+
}[]) => import("./class.interface").Attribute[]>;
|
|
62
|
+
allAttributes: import("@ngrx/store").MemoizedSelector<object, {
|
|
63
|
+
technicalName: string;
|
|
64
|
+
id: string;
|
|
65
|
+
name: string;
|
|
66
|
+
field: string;
|
|
67
|
+
category?: string | undefined;
|
|
68
|
+
multiValued: boolean;
|
|
69
|
+
}[], (s1: {
|
|
70
|
+
attributes: {
|
|
71
|
+
technicalName: string;
|
|
72
|
+
id: string;
|
|
73
|
+
name: string;
|
|
74
|
+
field: string;
|
|
75
|
+
category?: string | undefined;
|
|
76
|
+
multiValued: boolean;
|
|
77
|
+
}[];
|
|
78
|
+
id: string;
|
|
79
|
+
name: string;
|
|
80
|
+
icon?: string | undefined;
|
|
81
|
+
storage?: string | undefined;
|
|
82
|
+
}[]) => {
|
|
83
|
+
technicalName: string;
|
|
84
|
+
id: string;
|
|
85
|
+
name: string;
|
|
86
|
+
field: string;
|
|
87
|
+
category?: string | undefined;
|
|
88
|
+
multiValued: boolean;
|
|
89
|
+
}[]>;
|
|
11
90
|
classDatas: import("@ngrx/store").MemoizedSelector<object, import("./class.interface").BusinessData[], (s1: fromClass.ClassState) => import("./class.interface").BusinessData[]>;
|
|
12
91
|
datasetCounts: import("@ngrx/store").MemoizedSelector<object, import("@provoly/dashboard").DatasetCount[], (s1: fromClass.ClassState) => import("@provoly/dashboard").DatasetCount[]>;
|
|
13
|
-
getAttributeById: (id: string) => import("@ngrx/store").MemoizedSelector<object,
|
|
92
|
+
getAttributeById: (id: string) => import("@ngrx/store").MemoizedSelector<object, {
|
|
93
|
+
technicalName: string;
|
|
94
|
+
id: string;
|
|
95
|
+
name: string;
|
|
96
|
+
field: string;
|
|
97
|
+
category?: string | undefined;
|
|
98
|
+
multiValued: boolean;
|
|
99
|
+
}[], (s1: {
|
|
100
|
+
technicalName: string;
|
|
101
|
+
id: string;
|
|
102
|
+
name: string;
|
|
103
|
+
field: string;
|
|
104
|
+
category?: string | undefined;
|
|
105
|
+
multiValued: boolean;
|
|
106
|
+
}[]) => {
|
|
107
|
+
technicalName: string;
|
|
108
|
+
id: string;
|
|
109
|
+
name: string;
|
|
110
|
+
field: string;
|
|
111
|
+
category?: string | undefined;
|
|
112
|
+
multiValued: boolean;
|
|
113
|
+
}[]>;
|
|
14
114
|
};
|
|
@@ -9,7 +9,7 @@ export declare const SearchActions: {
|
|
|
9
9
|
payload: MonoClassSearchPayload | MultiClassSearchPayload | FullTextSearchPayload;
|
|
10
10
|
id?: string | undefined;
|
|
11
11
|
} & import("@ngrx/store/src/models").TypedAction<"[Search] search">>;
|
|
12
|
-
getDatasourceItems: import("@ngrx/store").ActionCreator<"[Search] (bus)
|
|
12
|
+
getDatasourceItems: import("@ngrx/store").ActionCreator<"[Search] (bus) get datasource items", (props: {
|
|
13
13
|
id: string;
|
|
14
14
|
excludeGeo: boolean;
|
|
15
15
|
from: string;
|
|
@@ -17,7 +17,7 @@ export declare const SearchActions: {
|
|
|
17
17
|
id: string;
|
|
18
18
|
excludeGeo: boolean;
|
|
19
19
|
from: string;
|
|
20
|
-
} & import("@ngrx/store/src/models").TypedAction<"[Search] (bus)
|
|
20
|
+
} & import("@ngrx/store/src/models").TypedAction<"[Search] (bus) get datasource items">>;
|
|
21
21
|
searchSuccess: import("@ngrx/store").ActionCreator<"[Search Api] (bus) Search Success", (props: {
|
|
22
22
|
resultSet: ResultSet;
|
|
23
23
|
id?: string | undefined;
|
|
@@ -42,7 +42,7 @@ export declare class SearchService {
|
|
|
42
42
|
applyTransformations(id: string, rs: ResultSet): ResultSet;
|
|
43
43
|
autocomplete(attributes: {
|
|
44
44
|
id: string;
|
|
45
|
-
|
|
45
|
+
technicalName: string;
|
|
46
46
|
label: string;
|
|
47
47
|
datasource: string;
|
|
48
48
|
}[] | undefined, search?: string, limit?: number): Observable<string[]>;
|
|
@@ -277,11 +277,11 @@ export declare const DashboardActions: {
|
|
|
277
277
|
}) => {
|
|
278
278
|
widgetIndex: number;
|
|
279
279
|
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] maximize widget">>;
|
|
280
|
-
assertResultSets: import("@ngrx/store").ActionCreator<"[Dashboard]
|
|
280
|
+
assertResultSets: import("@ngrx/store").ActionCreator<"[Dashboard] assert resultSet", (props: {
|
|
281
281
|
id?: string | undefined;
|
|
282
282
|
}) => {
|
|
283
283
|
id?: string | undefined;
|
|
284
|
-
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard]
|
|
284
|
+
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] assert resultSet">>;
|
|
285
285
|
updateResultSet: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) received named resultSet", (props: {
|
|
286
286
|
id: string;
|
|
287
287
|
resultSet: ResultSet;
|
|
@@ -98,13 +98,13 @@ export declare class DashboardEffects {
|
|
|
98
98
|
id: string;
|
|
99
99
|
excludeGeo: boolean;
|
|
100
100
|
from: string;
|
|
101
|
-
} & import("@ngrx/store/src/models").TypedAction<"[Search] (bus)
|
|
101
|
+
} & import("@ngrx/store/src/models").TypedAction<"[Search] (bus) get datasource items">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
102
102
|
sendAggregatesEvent$: import("rxjs").Observable<{
|
|
103
103
|
id: string;
|
|
104
104
|
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) Triggering aggregates for datasource">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
105
105
|
startMissingViewAfterViewUpdate$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Dashboard] solving collisions"> | import("@ngrx/store/src/models").TypedAction<"[Dashboard] opening missing views for manifest"> | ({
|
|
106
106
|
id?: string | undefined;
|
|
107
|
-
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard]
|
|
107
|
+
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] assert resultSet">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
108
108
|
updateTitle$: import("rxjs").Observable<[({
|
|
109
109
|
tenants?: string[] | undefined;
|
|
110
110
|
manifest: GlobalManifest;
|
|
@@ -204,7 +204,7 @@ export declare class DashboardEffects {
|
|
|
204
204
|
id: string;
|
|
205
205
|
excludeGeo: boolean;
|
|
206
206
|
from: string;
|
|
207
|
-
} & import("@ngrx/store/src/models").TypedAction<"[Search] (bus)
|
|
207
|
+
} & import("@ngrx/store/src/models").TypedAction<"[Search] (bus) get datasource items">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
208
208
|
propagateGridLayout$: import("rxjs").Observable<{
|
|
209
209
|
manifest: import("../../core/model/manifest.interface").DashboardManifest;
|
|
210
210
|
rank: number;
|
|
@@ -7,7 +7,7 @@ export declare class ProxyUtils {
|
|
|
7
7
|
[rsId: string]: boolean;
|
|
8
8
|
};
|
|
9
9
|
static init(store: Store): void;
|
|
10
|
-
static ResultSets(rss: ResultSets):
|
|
10
|
+
static ResultSets(rss: ResultSets): {};
|
|
11
11
|
static ResultSet(rs: ResultSet, rsId: string): {
|
|
12
12
|
relations: import("@provoly/dashboard").Relation[];
|
|
13
13
|
autoRefreshInterval: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@use '../abstracts' as *;
|
|
2
2
|
|
|
3
3
|
.o-about {
|
|
4
|
+
position: relative;
|
|
4
5
|
|
|
5
6
|
.description:hover:after {
|
|
6
7
|
cursor: pointer;
|
|
@@ -8,16 +9,57 @@
|
|
|
8
9
|
|
|
9
10
|
.description-tooltip {
|
|
10
11
|
position: absolute;
|
|
11
|
-
transform: translateY(5rem);
|
|
12
12
|
max-width: 50vw;
|
|
13
13
|
visibility: hidden;
|
|
14
14
|
background-color: #fff;
|
|
15
15
|
padding: 20px;
|
|
16
|
-
-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
|
|
17
16
|
opacity: 0;
|
|
18
17
|
transition: opacity 0.5s ease;
|
|
19
18
|
z-index: 2;
|
|
20
19
|
pointer-events: none;
|
|
20
|
+
|
|
21
|
+
&.-position- {
|
|
22
|
+
&top {
|
|
23
|
+
bottom: 2rem;
|
|
24
|
+
left: -3rem;
|
|
25
|
+
-webkit-box-shadow: 0 -20px 50px 0 rgba(0, 0, 0, 0.1);
|
|
26
|
+
}
|
|
27
|
+
&bottom {
|
|
28
|
+
top: 2rem;
|
|
29
|
+
left: -3rem;
|
|
30
|
+
-webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
|
|
31
|
+
}
|
|
32
|
+
&left {
|
|
33
|
+
top: -15rem;
|
|
34
|
+
right: 5rem;
|
|
35
|
+
-webkit-box-shadow: -20px 0 50px 0 rgba(0, 0, 0, 0.1);
|
|
36
|
+
}
|
|
37
|
+
&right {
|
|
38
|
+
top: -15rem;
|
|
39
|
+
left: 5rem;
|
|
40
|
+
-webkit-box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.1);
|
|
41
|
+
}
|
|
42
|
+
&top-left {
|
|
43
|
+
bottom: 0;
|
|
44
|
+
right: 5rem;
|
|
45
|
+
-webkit-box-shadow: -20px -20px 50px 0 rgba(0, 0, 0, 0.1);
|
|
46
|
+
}
|
|
47
|
+
&top-right {
|
|
48
|
+
bottom: 0;
|
|
49
|
+
left: 5rem;
|
|
50
|
+
-webkit-box-shadow: 20px -20px 50px 0 rgba(0, 0, 0, 0.1);
|
|
51
|
+
}
|
|
52
|
+
&bottom-left {
|
|
53
|
+
top: 0;
|
|
54
|
+
right: 5rem;
|
|
55
|
+
-webkit-box-shadow: -20px 20px 50px 0 rgba(0, 0, 0, 0.1);
|
|
56
|
+
}
|
|
57
|
+
&bottom-right {
|
|
58
|
+
top: 0;
|
|
59
|
+
left: 5rem;
|
|
60
|
+
-webkit-box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.1);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
21
63
|
}
|
|
22
64
|
|
|
23
65
|
.description:hover + .description-tooltip {
|
|
@@ -26,10 +68,6 @@
|
|
|
26
68
|
opacity: 1;
|
|
27
69
|
}
|
|
28
70
|
|
|
29
|
-
.title-tooltip {
|
|
30
|
-
transform: translateY(4rem);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
71
|
.title-container {
|
|
34
72
|
display: flex;
|
|
35
73
|
}
|
|
@@ -13,7 +13,7 @@ export declare enum FilterSteps {
|
|
|
13
13
|
}
|
|
14
14
|
export interface Attribute {
|
|
15
15
|
id: string;
|
|
16
|
-
|
|
16
|
+
technicalName: string;
|
|
17
17
|
label: string;
|
|
18
18
|
datasource: string;
|
|
19
19
|
type: FieldType;
|
|
@@ -49,7 +49,7 @@ export declare class PryFilterSettingsComponent extends ToolboxActionComponent {
|
|
|
49
49
|
classes: Class[];
|
|
50
50
|
attributes$: Observable<{
|
|
51
51
|
id: string;
|
|
52
|
-
|
|
52
|
+
technicalName: string;
|
|
53
53
|
label: string;
|
|
54
54
|
datasource: string;
|
|
55
55
|
type: string;
|
|
@@ -138,6 +138,7 @@ export declare class WidgetAggregatedChartComponent extends DataWidgetComponent
|
|
|
138
138
|
} | {
|
|
139
139
|
labelAngle?: undefined;
|
|
140
140
|
};
|
|
141
|
+
getAbscissaType(abscissaVegaType: VegaType, hasSort: boolean): VegaType;
|
|
141
142
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetAggregatedChartComponent, never>;
|
|
142
143
|
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetAggregatedChartComponent, "pry-widget-aggregated-chart", never, {}, {}, never, never, false, never>;
|
|
143
144
|
}
|