@provoly/dashboard 1.3.10 → 1.3.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.
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +11 -8
- package/esm2022/lib/core/model/widget-table-manifest.interface.mjs +1 -1
- package/esm2022/lib/dashboard/dashboard.module.mjs +8 -5
- package/esm2022/lib/dashboard/filter/base-filter.component.mjs +7 -3
- package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +5 -5
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
- package/esm2022/widgets/widget-table/widget-table.module.mjs +3 -3
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +9 -6
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +12 -5
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/filters/autocomplete/autocomplete.component.d.ts +2 -1
- package/lib/dashboard/dashboard.module.d.ts +1 -1
- package/lib/dashboard/filter/base-filter.component.d.ts +3 -2
- package/lib/dashboard/filter/components/filter-group/filter-group.component.d.ts +4 -4
- package/package.json +37 -37
- package/widgets/widget-table/widget-table.module.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Store } from '@ngrx/store';
|
|
3
|
-
import { BaseFilterComponent, SearchService } from '@provoly/dashboard';
|
|
3
|
+
import { BaseFilterComponent, PrySelectComponent, SearchService } from '@provoly/dashboard';
|
|
4
4
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AutocompleteComponent extends BaseFilterComponent implements OnInit, OnDestroy {
|
|
@@ -12,6 +12,7 @@ export declare class AutocompleteComponent extends BaseFilterComponent implement
|
|
|
12
12
|
possibleFilterValues$: Observable<string[]>;
|
|
13
13
|
possibleFilterValues: string[];
|
|
14
14
|
items$: BehaviorSubject<string[]>;
|
|
15
|
+
select: PrySelectComponent;
|
|
15
16
|
constructor(store: Store, searchService: SearchService);
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
resetAutocompleteValues(): void;
|
|
@@ -57,6 +57,6 @@ export declare class PryDashboardModule {
|
|
|
57
57
|
}, additionalGridLayouts?: AutomaticGridLayoutDefinition[]): ModuleWithProviders<PryDashboardModule>;
|
|
58
58
|
constructor(store: Store);
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<PryDashboardModule, never>;
|
|
60
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PryDashboardModule, [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryDatasourceCardComponent, typeof i21.PryDatasourceListComponent, typeof i22.PryFilterGroupCssComponent], [typeof i23.CommonModule, typeof i24.FormsModule, typeof i25.PrySelectModule, typeof i26.PryIconModule, typeof i27.OverlayModule, typeof i28.PryCoreModule, typeof i29.PryCheckboxModule, typeof i30.PryToggleModule, typeof i31.PryOverlayModule, typeof i32.StoreFeatureModule, typeof i33.EffectsFeatureModule, typeof i34.PryDatePickerModule, typeof i35.PryI18nModule, typeof i36.PrySinceDateModule], [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryDatasourceCardComponent, typeof i21.PryDatasourceListComponent]>;
|
|
60
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PryDashboardModule, [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryDatasourceCardComponent, typeof i21.PryDatasourceListComponent, typeof i22.PryFilterGroupCssComponent], [typeof i23.CommonModule, typeof i24.FormsModule, typeof i25.PrySelectModule, typeof i26.PryIconModule, typeof i27.OverlayModule, typeof i28.PryCoreModule, typeof i29.PryCheckboxModule, typeof i30.PryToggleModule, typeof i31.PryOverlayModule, typeof i32.StoreFeatureModule, typeof i33.EffectsFeatureModule, typeof i34.PryDatePickerModule, typeof i35.PryI18nModule, typeof i36.PrySinceDateModule], [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryDatasourceCardComponent, typeof i21.PryDatasourceListComponent, typeof i22.PryFilterGroupCssComponent]>;
|
|
61
61
|
static ɵinj: i0.ɵɵInjectorDeclaration<PryDashboardModule>;
|
|
62
62
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Store } from '@ngrx/store';
|
|
3
3
|
import { Filter } from '../../core/model/filter.interface';
|
|
4
4
|
import { SubscriptionnerDirective } from '../components/subscriptionner.directive';
|
|
@@ -8,10 +8,11 @@ export declare class BaseFilterComponent extends SubscriptionnerDirective implem
|
|
|
8
8
|
filter?: Filter;
|
|
9
9
|
type: string;
|
|
10
10
|
protected _value: any;
|
|
11
|
+
valueUpdated: EventEmitter<any>;
|
|
11
12
|
constructor(store: Store);
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
updateFilter(value: any): void;
|
|
14
15
|
validateFilters(): void;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseFilterComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseFilterComponent, "pry-base-filter", never, { "filter": { "alias": "filter"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseFilterComponent, "pry-base-filter", never, { "filter": { "alias": "filter"; "required": false; }; }, { "valueUpdated": "valueUpdated"; }, never, never, false, never>;
|
|
17
18
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BehaviorSubject, Observable } from
|
|
2
|
-
import { Store } from
|
|
3
|
-
import { GlobalManifest } from
|
|
1
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
+
import { Store } from '@ngrx/store';
|
|
3
|
+
import { GlobalManifest } from '../../../../core/model/manifest.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FilterGroupComponent {
|
|
6
|
-
|
|
6
|
+
protected store: Store;
|
|
7
7
|
private document;
|
|
8
8
|
globalManifest$: Observable<GlobalManifest>;
|
|
9
9
|
apply$: BehaviorSubject<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.11",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -138,36 +138,6 @@
|
|
|
138
138
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
139
139
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
140
140
|
},
|
|
141
|
-
"./filters/autocomplete": {
|
|
142
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
143
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
144
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
145
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
146
|
-
},
|
|
147
|
-
"./filters/date": {
|
|
148
|
-
"types": "./filters/date/index.d.ts",
|
|
149
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
150
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
151
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
152
|
-
},
|
|
153
|
-
"./filters/list": {
|
|
154
|
-
"types": "./filters/list/index.d.ts",
|
|
155
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
156
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
157
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
158
|
-
},
|
|
159
|
-
"./filters/number": {
|
|
160
|
-
"types": "./filters/number/index.d.ts",
|
|
161
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
162
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
163
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
164
|
-
},
|
|
165
|
-
"./filters/text": {
|
|
166
|
-
"types": "./filters/text/index.d.ts",
|
|
167
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
168
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
169
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
170
|
-
},
|
|
171
141
|
"./components/card": {
|
|
172
142
|
"types": "./components/card/index.d.ts",
|
|
173
143
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -240,6 +210,36 @@
|
|
|
240
210
|
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
241
211
|
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
242
212
|
},
|
|
213
|
+
"./filters/autocomplete": {
|
|
214
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
215
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
216
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
217
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
218
|
+
},
|
|
219
|
+
"./filters/date": {
|
|
220
|
+
"types": "./filters/date/index.d.ts",
|
|
221
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
222
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
223
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
224
|
+
},
|
|
225
|
+
"./filters/list": {
|
|
226
|
+
"types": "./filters/list/index.d.ts",
|
|
227
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
228
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
229
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
230
|
+
},
|
|
231
|
+
"./filters/number": {
|
|
232
|
+
"types": "./filters/number/index.d.ts",
|
|
233
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
234
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
235
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
236
|
+
},
|
|
237
|
+
"./filters/text": {
|
|
238
|
+
"types": "./filters/text/index.d.ts",
|
|
239
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
240
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
241
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
242
|
+
},
|
|
243
243
|
"./pipeline-components/filter": {
|
|
244
244
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
245
245
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -336,18 +336,18 @@
|
|
|
336
336
|
"esm": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
|
|
337
337
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-table.mjs"
|
|
338
338
|
},
|
|
339
|
-
"./widgets/widget-tile": {
|
|
340
|
-
"types": "./widgets/widget-tile/index.d.ts",
|
|
341
|
-
"esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
342
|
-
"esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
343
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
|
|
344
|
-
},
|
|
345
339
|
"./widgets/widget-template": {
|
|
346
340
|
"types": "./widgets/widget-template/index.d.ts",
|
|
347
341
|
"esm2022": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
|
|
348
342
|
"esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
|
|
349
343
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
|
|
350
344
|
},
|
|
345
|
+
"./widgets/widget-tile": {
|
|
346
|
+
"types": "./widgets/widget-tile/index.d.ts",
|
|
347
|
+
"esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
348
|
+
"esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
349
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
|
|
350
|
+
},
|
|
351
351
|
"./widgets/widget-vega": {
|
|
352
352
|
"types": "./widgets/widget-vega/index.d.ts",
|
|
353
353
|
"esm2022": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
|
|
@@ -20,6 +20,6 @@ export declare class WidgetTableModule extends BaseWidgetModule {
|
|
|
20
20
|
constructor(pryTranslateService: PryI18nService);
|
|
21
21
|
getComponent(): Type<BaseWidgetComponent>;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetTableModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetTableModule, [typeof i1.WidgetTableComponent, typeof i2.GetValuePipe, typeof i3.ResizableComponent, typeof i4.ResizableDirective, typeof i5.PryWidgetTableCssComponent, typeof i6.ExpandValueComponent, typeof i7.DetachRowDirective], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.OverlayModule, typeof i11.PryCoreModule, typeof i11.PryDashboardModule, typeof i11.PrySelectModule, typeof i11.PryIconModule, typeof i12.PryCheckboxModule, typeof i11.PryToggleModule, typeof i11.PryI18nModule, typeof i13.PryDataFormatModule, typeof i14.PryPaginatorModule], [typeof i1.WidgetTableComponent]>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetTableModule, [typeof i1.WidgetTableComponent, typeof i2.GetValuePipe, typeof i3.ResizableComponent, typeof i4.ResizableDirective, typeof i5.PryWidgetTableCssComponent, typeof i6.ExpandValueComponent, typeof i7.DetachRowDirective], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.OverlayModule, typeof i11.PryCoreModule, typeof i11.PryDashboardModule, typeof i11.PrySelectModule, typeof i11.PryIconModule, typeof i12.PryCheckboxModule, typeof i11.PryToggleModule, typeof i11.PryI18nModule, typeof i13.PryDataFormatModule, typeof i14.PryPaginatorModule], [typeof i1.WidgetTableComponent, typeof i6.ExpandValueComponent, typeof i2.GetValuePipe]>;
|
|
24
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<WidgetTableModule>;
|
|
25
25
|
}
|