@provoly/dashboard 1.3.28 → 1.3.30

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.
Files changed (108) hide show
  1. package/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.d.ts +1 -1
  2. package/admin/components/admin-abac-rules/store/abac-rules.model.d.ts +1 -1
  3. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +3 -3
  4. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +3 -3
  5. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +10 -6
  6. package/esm2022/admin/components/admin-abac-rules/store/abac-rules.model.mjs +8 -2
  7. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
  8. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +1 -1
  9. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +3 -3
  10. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
  11. package/esm2022/admin/components/admin-dataset/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
  12. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +3 -3
  13. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
  14. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
  15. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +4 -3
  16. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
  17. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +1 -1
  18. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +1 -1
  19. package/esm2022/filters/autocomplete/autocomplete.component.mjs +1 -1
  20. package/esm2022/filters/list/list-filter.component.mjs +1 -1
  21. package/esm2022/import/components/form/import-form.component.mjs +1 -1
  22. package/esm2022/import/components/list/import-list.component.mjs +7 -5
  23. package/esm2022/import/components/version-modal/version-modal.component.mjs +3 -3
  24. package/esm2022/import/import.module.mjs +8 -4
  25. package/esm2022/import/style/css.component.mjs +2 -2
  26. package/esm2022/lib/core/components/select/select.component.mjs +4 -7
  27. package/esm2022/lib/core/components/share/access-rights-share/access-rights-share.component.mjs +1 -1
  28. package/esm2022/lib/core/components/share/legacy-share/share.component.mjs +1 -1
  29. package/esm2022/lib/core/store/data-source/data-source.reducer.mjs +8 -8
  30. package/esm2022/lib/core/store/data-source/data-source.selectors.mjs +2 -2
  31. package/esm2022/lib/core/store/search/filter-param-encoder.mjs +5 -5
  32. package/esm2022/lib/core/store/search/search.service.mjs +5 -2
  33. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +1 -1
  34. package/esm2022/lib/dashboard/components/dashboard.component.mjs +16 -17
  35. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-list/datasource-list.component.mjs +1 -1
  36. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +1 -1
  37. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +34 -49
  38. package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
  39. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
  40. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
  41. package/esm2022/restitution/components/restitution/restitution.component.mjs +1 -1
  42. package/esm2022/search/i18n/en.translations.mjs +4 -2
  43. package/esm2022/search/i18n/fr.translations.mjs +4 -2
  44. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +2 -2
  45. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
  46. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
  47. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
  48. package/esm2022/search/search-tools/search-tools.component.mjs +2 -2
  49. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +1 -1
  50. package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +1 -1
  51. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +1 -1
  52. package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +1 -1
  53. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  54. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
  55. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +1 -1
  56. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  57. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  58. package/fesm2022/provoly-dashboard-admin.mjs +35 -24
  59. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  60. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
  61. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  62. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
  63. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  64. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  65. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  66. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  67. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  68. package/fesm2022/provoly-dashboard-import.mjs +17 -11
  69. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  70. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
  71. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  72. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
  73. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  74. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  75. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  76. package/fesm2022/provoly-dashboard-restitution.mjs +1 -1
  77. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  78. package/fesm2022/provoly-dashboard-search.mjs +11 -7
  79. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  80. package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
  81. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  82. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
  83. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  84. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +1 -1
  85. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
  86. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  87. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  88. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
  89. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  90. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +1 -1
  91. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  92. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  93. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  94. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  95. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  96. package/fesm2022/provoly-dashboard.mjs +63 -80
  97. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  98. package/import/components/list/import-list.component.d.ts +1 -0
  99. package/import/import.module.d.ts +2 -1
  100. package/import/style/_o-import.scss +2 -0
  101. package/lib/core/components/select/select.component.d.ts +1 -2
  102. package/lib/core/store/data-source/data-source.reducer.d.ts +1 -1
  103. package/lib/dashboard/components/dashboard.component.d.ts +3 -1
  104. package/lib/dashboard/store/dashboard.actions.d.ts +2 -4
  105. package/lib/dashboard/store/dashboard.effects.d.ts +1 -2
  106. package/package.json +1 -1
  107. package/search/i18n/en.translations.d.ts +2 -0
  108. package/search/i18n/fr.translations.d.ts +2 -0
@@ -32,6 +32,7 @@ export declare class PryImportListComponent extends SubscriptionnerDirective imp
32
32
  sortBy?: 'asc' | 'desc';
33
33
  };
34
34
  goBackToFirstPage$: Subject<boolean>;
35
+ loading$: Observable<boolean>;
35
36
  constructor(store: Store, dialog: PryDialogService);
36
37
  ngOnInit(): void;
37
38
  clearFilters(): void;
@@ -13,10 +13,11 @@ import * as i10 from "@ngrx/effects";
13
13
  import * as i11 from "@provoly/dashboard/components/checkbox";
14
14
  import * as i12 from "@provoly/dashboard/components/text-editor";
15
15
  import * as i13 from "@provoly/dashboard/components/paginator";
16
+ import * as i14 from "@provoly/dashboard/components/page-loader";
16
17
  export declare class PryImportModule {
17
18
  private pryTranslateService;
18
19
  constructor(pryTranslateService: PryI18nService);
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PryImportModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<PryImportModule, [typeof i1.PryImportFormComponent, typeof i2.PryImportCssComponent, typeof i3.PryImportListComponent, typeof i4.PryVersionModalComponent], [typeof i5.PryCoreModule, typeof i5.PrySelectModule, typeof i5.PryI18nModule, typeof i6.CommonModule, typeof i5.PryIconModule, typeof i7.FormsModule, typeof i8.PryImportRoutingModule, typeof i9.StoreFeatureModule, typeof i10.EffectsFeatureModule, typeof i11.PryCheckboxModule, typeof i7.ReactiveFormsModule, typeof i12.PryTextEditorModule, typeof i5.PryDatePickerModule, typeof i5.PrySinceDateModule, typeof i13.PryPaginatorModule, typeof i5.PrySortModule], [typeof i1.PryImportFormComponent, typeof i3.PryImportListComponent, typeof i4.PryVersionModalComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PryImportModule, [typeof i1.PryImportFormComponent, typeof i2.PryImportCssComponent, typeof i3.PryImportListComponent, typeof i4.PryVersionModalComponent], [typeof i5.PryCoreModule, typeof i5.PrySelectModule, typeof i5.PryI18nModule, typeof i6.CommonModule, typeof i5.PryIconModule, typeof i7.FormsModule, typeof i8.PryImportRoutingModule, typeof i9.StoreFeatureModule, typeof i10.EffectsFeatureModule, typeof i11.PryCheckboxModule, typeof i7.ReactiveFormsModule, typeof i12.PryTextEditorModule, typeof i5.PryDatePickerModule, typeof i5.PrySinceDateModule, typeof i13.PryPaginatorModule, typeof i5.PrySortModule, typeof i14.PryPageLoaderModule], [typeof i1.PryImportFormComponent, typeof i3.PryImportListComponent, typeof i4.PryVersionModalComponent]>;
21
22
  static ɵinj: i0.ɵɵInjectorDeclaration<PryImportModule>;
22
23
  }
@@ -60,6 +60,7 @@
60
60
  }
61
61
 
62
62
  .a-table {
63
+ height: 100%;
63
64
  tbody td.-cell-with-icon {
64
65
  margin: 0;
65
66
  padding: toRem(20) toRem(8);
@@ -69,6 +70,7 @@
69
70
 
70
71
  &__content {
71
72
  overflow: auto;
73
+ height: 100%;
72
74
 
73
75
  table tr {
74
76
  th {
@@ -28,7 +28,6 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
28
28
  isForm: boolean;
29
29
  required?: any;
30
30
  name?: any;
31
- readonly: boolean;
32
31
  autocomplete: boolean;
33
32
  alwaysShowAutosuggestedValues: boolean;
34
33
  externalAutocompleteService: boolean;
@@ -84,5 +83,5 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
84
83
  focusInitialSelection: () => void;
85
84
  trackFn(index: number, item: any): any;
86
85
  static ɵfac: i0.ɵɵFactoryDeclaration<PrySelectComponent, never>;
87
- static ɵcmp: i0.ɵɵComponentDeclaration<PrySelectComponent, "pry-select", never, { "items": { "alias": "items"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isForm": { "alias": "isForm"; "required": false; }; "required": { "alias": "required"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "alwaysShowAutosuggestedValues": { "alias": "alwaysShowAutosuggestedValues"; "required": false; }; "externalAutocompleteService": { "alias": "externalAutocompleteService"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "bindIcon": { "alias": "bindIcon"; "required": false; }; "template": { "alias": "template"; "required": false; }; "i18nPrefix": { "alias": "i18nPrefix"; "required": false; }; "bindClasses": { "alias": "bindClasses"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "elementRef": { "alias": "elementRef"; "required": false; }; }, { "searched": "searched"; "cleared": "cleared"; "clicked": "clicked"; }, never, never, false, never>;
86
+ static ɵcmp: i0.ɵɵComponentDeclaration<PrySelectComponent, "pry-select", never, { "items": { "alias": "items"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isForm": { "alias": "isForm"; "required": false; }; "required": { "alias": "required"; "required": false; }; "name": { "alias": "name"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "alwaysShowAutosuggestedValues": { "alias": "alwaysShowAutosuggestedValues"; "required": false; }; "externalAutocompleteService": { "alias": "externalAutocompleteService"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "bindIcon": { "alias": "bindIcon"; "required": false; }; "template": { "alias": "template"; "required": false; }; "i18nPrefix": { "alias": "i18nPrefix"; "required": false; }; "bindClasses": { "alias": "bindClasses"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "elementRef": { "alias": "elementRef"; "required": false; }; }, { "searched": "searched"; "cleared": "cleared"; "clicked": "clicked"; }, never, never, false, never>;
88
87
  }
@@ -3,7 +3,7 @@ import { Dataset, DatasetVersion, NamedQuery } from './data-source.model';
3
3
  import { Category } from '../category/category.interface';
4
4
  export declare const dataSourceFeatureKey = "@pry/datasources";
5
5
  export interface DataSourceState {
6
- isLoading: boolean;
6
+ loading: boolean;
7
7
  list: NamedQuery[];
8
8
  currentEdit?: NamedQuery;
9
9
  fromWidget?: {
@@ -7,6 +7,7 @@ import { DashboardGridLayout, DashboardManifest, WidgetLayout, WidgetManifest }
7
7
  import { DashboardCellParams } from '../store/dashboard.actions';
8
8
  import { SubscriptionnerDirective } from './subscriptionner.directive';
9
9
  import { WidgetInstanciatorComponent } from './widgets/widget-instanciator/widget-instanciator.component';
10
+ import { WidgetFactoryService } from './widgets/widget-instanciator/widget-factory.service';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare const MIME_TYPE_WIDGET_MANIFEST = "application/widget-manifest";
12
13
  export declare const MIME_TYPE_WIDGET_TYPE = "application/widget-type-";
@@ -15,6 +16,7 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
15
16
  private store;
16
17
  private overlay;
17
18
  private viewContainerRef;
19
+ private widgetFactoryService;
18
20
  manifest: DashboardManifest | null;
19
21
  windowManifest$: Observable<DashboardManifest>;
20
22
  modeEdition: boolean;
@@ -59,7 +61,7 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
59
61
  backgroundArea$: Observable<string>;
60
62
  private confirmRemoveRef?;
61
63
  Array: any;
62
- constructor(store: Store<any>, overlay: Overlay, viewContainerRef: ViewContainerRef);
64
+ constructor(store: Store<any>, overlay: Overlay, viewContainerRef: ViewContainerRef, widgetFactoryService: WidgetFactoryService);
63
65
  ngOnInit(): void;
64
66
  ngAfterViewInit(): void;
65
67
  /***
@@ -282,11 +282,9 @@ export declare const DashboardActions: {
282
282
  widgetIndex: number;
283
283
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] maximize widget">>;
284
284
  assertResultSets: import("@ngrx/store").ActionCreator<"[Dashboard] assert resultSet", (props: {
285
- id?: string | undefined;
286
- excludeGeo?: boolean | undefined;
285
+ staticManifest?: DashboardManifest | undefined;
287
286
  }) => {
288
- id?: string | undefined;
289
- excludeGeo?: boolean | undefined;
287
+ staticManifest?: DashboardManifest | undefined;
290
288
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] assert resultSet">>;
291
289
  updateResultSet: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) received named resultSet", (props: {
292
290
  id: string;
@@ -104,8 +104,7 @@ export declare class DashboardEffects {
104
104
  id: string;
105
105
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) Triggering aggregates for datasource">> & import("@ngrx/effects").CreateEffectMetadata;
106
106
  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"> | ({
107
- id?: string | undefined;
108
- excludeGeo?: boolean | undefined;
107
+ staticManifest?: import("../../core/model/manifest.interface").DashboardManifest | undefined;
109
108
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] assert resultSet">)> & import("@ngrx/effects").CreateEffectMetadata;
110
109
  updateTitle$: import("rxjs").Observable<[({
111
110
  tenants: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.3.28",
3
+ "version": "1.3.30",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "16.x || 17.x",
@@ -58,6 +58,8 @@ export declare const enTranslations: {
58
58
  lowerThanDate: string;
59
59
  innerBoundsDate: string;
60
60
  outerBoundsDate: string;
61
+ in: string;
62
+ not_in: string;
61
63
  };
62
64
  placeholder: {
63
65
  search: string;
@@ -58,6 +58,8 @@ export declare const frTranslations: {
58
58
  lowerThanDate: string;
59
59
  innerBoundsDate: string;
60
60
  outerBoundsDate: string;
61
+ in: string;
62
+ not_in: string;
61
63
  };
62
64
  placeholder: {
63
65
  search: string;