@provoly/dashboard 1.3.28 → 1.3.29

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 (101) 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/dashboard/components/context-menu/object-edition/object-edition.component.mjs +1 -1
  32. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-list/datasource-list.component.mjs +1 -1
  33. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +2 -2
  34. package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
  35. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
  36. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
  37. package/esm2022/restitution/components/restitution/restitution.component.mjs +1 -1
  38. package/esm2022/search/i18n/en.translations.mjs +4 -2
  39. package/esm2022/search/i18n/fr.translations.mjs +4 -2
  40. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +2 -2
  41. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
  42. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
  43. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
  44. package/esm2022/search/search-tools/search-tools.component.mjs +2 -2
  45. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +1 -1
  46. package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +1 -1
  47. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +1 -1
  48. package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +1 -1
  49. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  50. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
  51. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +1 -1
  52. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  53. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  54. package/fesm2022/provoly-dashboard-admin.mjs +35 -24
  55. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  56. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
  57. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  58. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
  59. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  60. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  61. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  62. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  63. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  64. package/fesm2022/provoly-dashboard-import.mjs +17 -11
  65. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  66. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
  67. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  68. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
  69. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  70. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  71. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  72. package/fesm2022/provoly-dashboard-restitution.mjs +1 -1
  73. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  74. package/fesm2022/provoly-dashboard-search.mjs +11 -7
  75. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  76. package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
  77. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  78. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
  79. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  80. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +1 -1
  81. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
  82. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  83. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  84. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
  85. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  86. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +1 -1
  87. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  88. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  89. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  90. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  91. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  92. package/fesm2022/provoly-dashboard.mjs +16 -19
  93. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  94. package/import/components/list/import-list.component.d.ts +1 -0
  95. package/import/import.module.d.ts +2 -1
  96. package/import/style/_o-import.scss +2 -0
  97. package/lib/core/components/select/select.component.d.ts +1 -2
  98. package/lib/core/store/data-source/data-source.reducer.d.ts +1 -1
  99. package/package.json +31 -31
  100. package/search/i18n/en.translations.d.ts +2 -0
  101. 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?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.3.28",
3
+ "version": "1.3.29",
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",
@@ -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;