@provoly/dashboard 1.2.6 → 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/esm2022/widgets/widget-analytic/style/css.component.mjs +2 -2
- 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-widgets-widget-analytic.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.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 +13 -13
- package/styles/components/_o-widget.scss +4 -6
- package/widgets/widget-analytic/style/_o-widget-analytic.scss +2 -0
|
@@ -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",
|
|
@@ -84,18 +84,18 @@
|
|
|
84
84
|
"esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
|
|
85
85
|
"default": "./fesm2022/provoly-dashboard-admin.mjs"
|
|
86
86
|
},
|
|
87
|
-
"./import": {
|
|
88
|
-
"types": "./import/index.d.ts",
|
|
89
|
-
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
90
|
-
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
91
|
-
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
92
|
-
},
|
|
93
87
|
"./dataset": {
|
|
94
88
|
"types": "./dataset/index.d.ts",
|
|
95
89
|
"esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
96
90
|
"esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
97
91
|
"default": "./fesm2022/provoly-dashboard-dataset.mjs"
|
|
98
92
|
},
|
|
93
|
+
"./import": {
|
|
94
|
+
"types": "./import/index.d.ts",
|
|
95
|
+
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
96
|
+
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
97
|
+
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
98
|
+
},
|
|
99
99
|
"./notification": {
|
|
100
100
|
"types": "./notification/index.d.ts",
|
|
101
101
|
"esm2022": "./esm2022/notification/provoly-dashboard-notification.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",
|
|
@@ -30,11 +30,10 @@
|
|
|
30
30
|
align-items: center;
|
|
31
31
|
|
|
32
32
|
&__title {
|
|
33
|
-
text-transform: uppercase;
|
|
34
33
|
padding-bottom: 0;
|
|
35
34
|
padding-left: toRem(15);
|
|
36
|
-
font-size: toRem(
|
|
37
|
-
font-weight:
|
|
35
|
+
font-size: toRem(14);
|
|
36
|
+
font-weight: 700;
|
|
38
37
|
letter-spacing: toRem(0.5);
|
|
39
38
|
}
|
|
40
39
|
|
|
@@ -47,11 +46,10 @@
|
|
|
47
46
|
overflow: hidden;
|
|
48
47
|
padding-left: toRem(10);
|
|
49
48
|
padding-bottom: 0;
|
|
50
|
-
font-size: toRem(
|
|
51
|
-
font-weight:
|
|
49
|
+
font-size: toRem(14);
|
|
50
|
+
font-weight: 700;
|
|
52
51
|
text-overflow: ellipsis;
|
|
53
52
|
white-space: nowrap;
|
|
54
|
-
text-transform: uppercase;
|
|
55
53
|
letter-spacing: toRem(0.5);
|
|
56
54
|
}
|
|
57
55
|
|