@provoly/dashboard 1.2.7 → 1.2.8
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/lib/core/components/share/access-rights-share/access-rights-share.component.mjs +1 -3
- package/esm2022/lib/core/components/share/access-rights-share-modal/access-rights-share-modal.component.mjs +11 -9
- package/esm2022/lib/core/components/share/share.utils.mjs +7 -4
- package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +3 -3
- package/esm2022/toolbox/components/save-view/save-view.component.mjs +7 -1
- package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-presentation.mjs +2 -2
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +8 -2
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +14 -12
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/share/share.utils.d.ts +1 -1
- package/package.json +31 -31
|
@@ -10,7 +10,7 @@ export declare const WRITE_ACCESS = "WRITE";
|
|
|
10
10
|
export declare const getGroupLabel: (group: Group, i18n: PryI18nService) => string;
|
|
11
11
|
export declare const getGroupLabelByName: (groupName: string, i18n: PryI18nService) => string;
|
|
12
12
|
export declare const canManifestBeMadePublic: (manifest: ManifestDescription, datasets: Dataset[]) => boolean;
|
|
13
|
-
export declare const getCommonDatasourceGroupsForManifest: (manifest: ManifestDescription, datasets: Dataset[]) => string[];
|
|
13
|
+
export declare const getCommonDatasourceGroupsForManifest: (manifest: ManifestDescription, datasets: Dataset[], allGroups: Group[]) => string[];
|
|
14
14
|
export declare const getAccessRightsArrayByGroup: (accessByGroup: {
|
|
15
15
|
[key: string]: string;
|
|
16
16
|
}) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -108,18 +108,18 @@
|
|
|
108
108
|
"esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
109
109
|
"default": "./fesm2022/provoly-dashboard-pipeline.mjs"
|
|
110
110
|
},
|
|
111
|
-
"./restitution": {
|
|
112
|
-
"types": "./restitution/index.d.ts",
|
|
113
|
-
"esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
114
|
-
"esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
115
|
-
"default": "./fesm2022/provoly-dashboard-restitution.mjs"
|
|
116
|
-
},
|
|
117
111
|
"./presentation": {
|
|
118
112
|
"types": "./presentation/index.d.ts",
|
|
119
113
|
"esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
120
114
|
"esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
121
115
|
"default": "./fesm2022/provoly-dashboard-presentation.mjs"
|
|
122
116
|
},
|
|
117
|
+
"./restitution": {
|
|
118
|
+
"types": "./restitution/index.d.ts",
|
|
119
|
+
"esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
120
|
+
"esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
121
|
+
"default": "./fesm2022/provoly-dashboard-restitution.mjs"
|
|
122
|
+
},
|
|
123
123
|
"./search": {
|
|
124
124
|
"types": "./search/index.d.ts",
|
|
125
125
|
"esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
@@ -174,36 +174,36 @@
|
|
|
174
174
|
"esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
175
175
|
"default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
|
|
176
176
|
},
|
|
177
|
-
"./components/scheme-picker": {
|
|
178
|
-
"types": "./components/scheme-picker/index.d.ts",
|
|
179
|
-
"esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
180
|
-
"esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
181
|
-
"default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
|
|
182
|
-
},
|
|
183
177
|
"./components/page-loader": {
|
|
184
178
|
"types": "./components/page-loader/index.d.ts",
|
|
185
179
|
"esm2022": "./esm2022/components/page-loader/provoly-dashboard-components-page-loader.mjs",
|
|
186
180
|
"esm": "./esm2022/components/page-loader/provoly-dashboard-components-page-loader.mjs",
|
|
187
181
|
"default": "./fesm2022/provoly-dashboard-components-page-loader.mjs"
|
|
188
182
|
},
|
|
183
|
+
"./components/scheme-picker": {
|
|
184
|
+
"types": "./components/scheme-picker/index.d.ts",
|
|
185
|
+
"esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
186
|
+
"esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
187
|
+
"default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
|
|
188
|
+
},
|
|
189
189
|
"./components/sinceDate": {
|
|
190
190
|
"types": "./components/sinceDate/index.d.ts",
|
|
191
191
|
"esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
192
192
|
"esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
193
193
|
"default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
|
|
194
194
|
},
|
|
195
|
-
"./components/text-editor": {
|
|
196
|
-
"types": "./components/text-editor/index.d.ts",
|
|
197
|
-
"esm2022": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
198
|
-
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
199
|
-
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
200
|
-
},
|
|
201
195
|
"./components/stepper": {
|
|
202
196
|
"types": "./components/stepper/index.d.ts",
|
|
203
197
|
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
204
198
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
205
199
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
206
200
|
},
|
|
201
|
+
"./components/text-editor": {
|
|
202
|
+
"types": "./components/text-editor/index.d.ts",
|
|
203
|
+
"esm2022": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
204
|
+
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
205
|
+
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
206
|
+
},
|
|
207
207
|
"./filters/autocomplete": {
|
|
208
208
|
"types": "./filters/autocomplete/index.d.ts",
|
|
209
209
|
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
@@ -234,18 +234,18 @@
|
|
|
234
234
|
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
235
235
|
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
236
236
|
},
|
|
237
|
-
"./pipeline-components/filter": {
|
|
238
|
-
"types": "./pipeline-components/filter/index.d.ts",
|
|
239
|
-
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
240
|
-
"esm": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
241
|
-
"default": "./fesm2022/provoly-dashboard-pipeline-components-filter.mjs"
|
|
242
|
-
},
|
|
243
237
|
"./pipeline-components/input-datasource": {
|
|
244
238
|
"types": "./pipeline-components/input-datasource/index.d.ts",
|
|
245
239
|
"esm2022": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
246
240
|
"esm": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
247
241
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs"
|
|
248
242
|
},
|
|
243
|
+
"./pipeline-components/filter": {
|
|
244
|
+
"types": "./pipeline-components/filter/index.d.ts",
|
|
245
|
+
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
246
|
+
"esm": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
247
|
+
"default": "./fesm2022/provoly-dashboard-pipeline-components-filter.mjs"
|
|
248
|
+
},
|
|
249
249
|
"./pipeline-components/noop": {
|
|
250
250
|
"types": "./pipeline-components/noop/index.d.ts",
|
|
251
251
|
"esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
@@ -300,18 +300,18 @@
|
|
|
300
300
|
"esm": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
|
|
301
301
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-detail.mjs"
|
|
302
302
|
},
|
|
303
|
-
"./widgets/widget-iframe": {
|
|
304
|
-
"types": "./widgets/widget-iframe/index.d.ts",
|
|
305
|
-
"esm2022": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
|
|
306
|
-
"esm": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
|
|
307
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-iframe.mjs"
|
|
308
|
-
},
|
|
309
303
|
"./widgets/widget-graph": {
|
|
310
304
|
"types": "./widgets/widget-graph/index.d.ts",
|
|
311
305
|
"esm2022": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
|
|
312
306
|
"esm": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
|
|
313
307
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-graph.mjs"
|
|
314
308
|
},
|
|
309
|
+
"./widgets/widget-iframe": {
|
|
310
|
+
"types": "./widgets/widget-iframe/index.d.ts",
|
|
311
|
+
"esm2022": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
|
|
312
|
+
"esm": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
|
|
313
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-iframe.mjs"
|
|
314
|
+
},
|
|
315
315
|
"./widgets/widget-image": {
|
|
316
316
|
"types": "./widgets/widget-image/index.d.ts",
|
|
317
317
|
"esm2022": "./esm2022/widgets/widget-image/provoly-dashboard-widgets-widget-image.mjs",
|