@provoly/dashboard 0.20.3 → 0.20.4
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/components/metadata-editor/style/_o-metadata-editor.scss +0 -5
- package/dataset/style/_o-pry-dataset-card.scss +5 -37
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +15 -10
- package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +3 -3
- package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +3 -3
- package/esm2022/components/metadata-editor/metadata-editor.component.mjs +3 -3
- package/esm2022/components/metadata-editor/style/css.component.mjs +2 -2
- package/esm2022/components/scheme-picker/scheme-picker.component.mjs +3 -3
- package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +5 -5
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +1 -2
- package/esm2022/dataset/i18n/fr.translations.mjs +2 -2
- package/esm2022/dataset/style/css.component.mjs +2 -2
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +13 -6
- package/esm2022/filters/autocomplete/autocomplete.module.mjs +5 -5
- package/esm2022/filters/autocomplete/style/css.component.mjs +2 -2
- package/esm2022/filters/list/list-filter.component.mjs +1 -1
- package/esm2022/import/components/import.component.mjs +3 -3
- package/esm2022/lib/core/components/ellipsis.directive.mjs +31 -0
- package/esm2022/lib/core/components/select/select.component.mjs +163 -38
- package/esm2022/lib/core/components/select/select.module.mjs +4 -5
- package/esm2022/lib/core/components/share/share.component.mjs +3 -3
- package/esm2022/lib/core/components/translate-id/translate-id.pipe.mjs +7 -8
- package/esm2022/lib/core/core.module.mjs +8 -4
- package/esm2022/lib/core/i18n/en.translations.mjs +7 -5
- package/esm2022/lib/core/i18n/fr.translations.mjs +8 -5
- package/esm2022/lib/core/model/display-options.interface.mjs +18 -4
- package/esm2022/lib/core/model/manifest.interface.mjs +1 -1
- package/esm2022/lib/core/public-api.mjs +2 -1
- package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +1 -4
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +6 -15
- package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/style/css.component.mjs +2 -2
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +1 -4
- package/esm2022/pipeline-components/filter/component/filter.component.mjs +3 -3
- package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +3 -3
- package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +3 -3
- package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +3 -3
- package/esm2022/presentation/components/presentation.component.mjs +3 -3
- package/esm2022/presentation/i18n/fr.translations.mjs +9 -9
- package/esm2022/presentation/style/css.component.mjs +2 -2
- package/esm2022/restitution/components/restitution/restitution.component.mjs +23 -22
- package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +13 -6
- package/esm2022/restitution/i18n/en.translations.mjs +2 -2
- package/esm2022/restitution/i18n/fr.translations.mjs +4 -4
- package/esm2022/restitution/style/css.component.mjs +2 -2
- package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +3 -3
- package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +3 -3
- package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors.component.mjs +3 -3
- package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
- package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
- package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +4 -4
- package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
- package/esm2022/toolbox/components/named-query/named-query.component.mjs +3 -3
- package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
- package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
- package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
- package/esm2022/toolbox/components/toolbox.component.mjs +4 -3
- package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +8 -2
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +8 -7
- package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +3 -4
- package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +3 -3
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +10 -4
- package/esm2022/widgets/widget-map/i18n/en.translations.mjs +3 -2
- package/esm2022/widgets/widget-map/i18n/fr.translations.mjs +3 -2
- package/esm2022/widgets/widget-map/style/css.component.mjs +2 -2
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +7 -7
- package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-admin.mjs +38 -33
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +4 -4
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +2 -2
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +5 -6
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +18 -11
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
- package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-import.mjs +2 -2
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +14 -14
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +39 -31
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-search.mjs +8 -8
- package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-supervision.mjs +2 -2
- package/fesm2022/provoly-dashboard-supervision.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +22 -21
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +7 -1
- package/fesm2022/provoly-dashboard-tooltips-attribute.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +7 -6
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +2 -3
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +15 -7
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +6 -6
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +245 -90
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/filters/autocomplete/autocomplete.component.d.ts +1 -0
- package/filters/autocomplete/autocomplete.module.d.ts +1 -1
- package/filters/autocomplete/style/_m-autocomplete.scss +16 -3
- package/lib/core/components/ellipsis.directive.d.ts +11 -0
- package/lib/core/components/select/select.component.d.ts +39 -19
- package/lib/core/components/select/select.module.d.ts +4 -5
- package/lib/core/components/translate-id/translate-id.pipe.d.ts +1 -3
- package/lib/core/core.module.d.ts +15 -14
- package/lib/core/i18n/en.translations.d.ts +4 -2
- package/lib/core/i18n/fr.translations.d.ts +5 -2
- package/lib/core/model/display-options.interface.d.ts +11 -0
- package/lib/core/model/manifest.interface.d.ts +1 -5
- package/lib/core/public-api.d.ts +1 -0
- package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +2 -5
- package/lib/dashboard/filter/style/_o-pry-filter-group.scss +0 -11
- package/lib/dashboard/store/dashboard.effects.d.ts +0 -1
- package/lib/dashboard/store/dashboard.selectors.d.ts +0 -9
- package/package.json +1 -2
- package/presentation/style/_o-pry-new-presentation.scss +0 -7
- package/presentation/style/_o-pry-presentation.scss +20 -55
- package/restitution/components/restitution-catalog/restitution-catalog.component.d.ts +1 -1
- package/restitution/i18n/en.translations.d.ts +1 -1
- package/restitution/i18n/fr.translations.d.ts +3 -3
- package/schematics/migration.json +6 -1
- package/schematics/ng-update/version-0-20/index.d.ts +2 -0
- package/schematics/ng-update/version-0-20/index.js +19 -0
- package/schematics/ng-update/version-0-20/index.js.map +1 -0
- package/styles/components/_a-pry-select.scss +34 -10
- package/styles/components/_a-tooltip.scss +2 -2
- package/styles/components/_m-filter.scss +11 -20
- package/styles/components/_o-dashboard.scss +4 -0
- package/styles/components/_o-draggable-menu.scss +1 -1
- package/styles/components/_o-widget.scss +2 -2
- package/styles/main.scss +0 -1
- package/styles-theme/abstracts-theme/variables/_variables-typo.scss +9 -0
- package/styles-theme/components-theme/_a-pry-select.theme.scss +23 -96
- package/styles-theme/components-theme/_a-tooltip.theme.scss +2 -2
- package/styles-theme/components-theme/_o-pry-composed-condition.theme.scss +0 -12
- package/toolbox/components/toolbox.component.d.ts +1 -0
- package/tooltips/attribute/attribute-tooltip.component.d.ts +1 -0
- package/widgets/widget-chart/component/widget-chart.component.d.ts +0 -1
- package/widgets/widget-map/component/widget-map.component.d.ts +2 -0
- package/widgets/widget-map/i18n/en.translations.d.ts +1 -0
- package/widgets/widget-map/i18n/fr.translations.d.ts +1 -0
- package/widgets/widget-map/style/_o-layer-legend.scss +21 -0
|
@@ -8,11 +8,12 @@ export declare const frTranslations: {
|
|
|
8
8
|
image: string;
|
|
9
9
|
close: string;
|
|
10
10
|
validate: string;
|
|
11
|
-
|
|
11
|
+
share: string;
|
|
12
12
|
more: string;
|
|
13
13
|
options: string;
|
|
14
14
|
view: string;
|
|
15
15
|
create: string;
|
|
16
|
+
edit: string;
|
|
16
17
|
cancel: string;
|
|
17
18
|
configure: string;
|
|
18
19
|
visualize: string;
|
|
@@ -21,11 +22,10 @@ export declare const frTranslations: {
|
|
|
21
22
|
private: string;
|
|
22
23
|
choice: string;
|
|
23
24
|
or: string;
|
|
24
|
-
create_title: string;
|
|
25
|
-
consult_title: string;
|
|
26
25
|
search: string;
|
|
27
26
|
backToCatalog: string;
|
|
28
27
|
consult: string;
|
|
28
|
+
consultRestitution: string;
|
|
29
29
|
catalog: string;
|
|
30
30
|
add_icon: string;
|
|
31
31
|
selection: string;
|
|
@@ -19,7 +19,12 @@
|
|
|
19
19
|
"migration-v0.18": {
|
|
20
20
|
"version": "0.18",
|
|
21
21
|
"description": "Update library to version 0.18",
|
|
22
|
-
"factory": "./ng-update/version-0-
|
|
22
|
+
"factory": "./ng-update/version-0-18/index#updateTo0_18"
|
|
23
|
+
},
|
|
24
|
+
"migration-v0.20": {
|
|
25
|
+
"version": "0.20",
|
|
26
|
+
"description": "Update library to version 0.20",
|
|
27
|
+
"factory": "./ng-update/version-0-20/index#updateTo0_20"
|
|
23
28
|
}
|
|
24
29
|
}
|
|
25
30
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.updateTo0_20 = void 0;
|
|
4
|
+
const schematics_1 = require("@angular-devkit/schematics");
|
|
5
|
+
const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
6
|
+
const complete_function_1 = require("../utils/complete.function");
|
|
7
|
+
const dependencies_1 = require("@schematics/angular/utility/dependencies");
|
|
8
|
+
function removeUselessDeps(tree) {
|
|
9
|
+
(0, dependencies_1.removePackageJsonDependency)(tree, 'ng-select');
|
|
10
|
+
}
|
|
11
|
+
function updateTo0_20() {
|
|
12
|
+
return (_tree, context) => {
|
|
13
|
+
removeUselessDeps(_tree);
|
|
14
|
+
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
15
|
+
return (0, schematics_1.chain)([(0, complete_function_1.onMigrationComplete)('0.20', context)]);
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
exports.updateTo0_20 = updateTo0_20;
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../projects/provoly/dashboard/schematics/ng-update/version-0-20/index.ts"],"names":[],"mappings":";;;AAAA,2DAAiF;AACjF,4DAA0E;AAC1E,kEAAiE;AACjE,2EAAuF;AAEvF,SAAS,iBAAiB,CAAC,IAAU;IACnC,IAAA,0CAA2B,EAAC,IAAI,EAAE,WAAW,CAAC,CAAC;AACjD,CAAC;AAED,SAAgB,YAAY;IAC1B,OAAO,CAAC,KAAW,EAAE,OAAyB,EAAQ,EAAE;QACtD,iBAAiB,CAAC,KAAK,CAAC,CAAC;QACzB,OAAO,CAAC,OAAO,CAAC,IAAI,8BAAsB,EAAE,CAAC,CAAC;QAC9C,OAAO,IAAA,kBAAK,EAAC,CAAC,IAAA,uCAAmB,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IACvD,CAAC,CAAC;AACJ,CAAC;AAND,oCAMC"}
|
|
@@ -2,22 +2,46 @@
|
|
|
2
2
|
|
|
3
3
|
/* Atom - Component pry-select (lib) */
|
|
4
4
|
.a-pry-select {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: row;
|
|
7
|
+
gap: toRem(10);
|
|
8
|
+
align-items: center;
|
|
9
|
+
padding: toRem(10);
|
|
10
|
+
|
|
11
|
+
&__value {
|
|
12
|
+
&.-multiple {
|
|
13
|
+
padding: toRem(2) toRem(15);
|
|
14
|
+
border-radius: toRem(15);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&__filler, &__search {
|
|
19
|
+
flex: 1 1;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&__search {
|
|
23
|
+
border: none;
|
|
24
|
+
outline: none;
|
|
9
25
|
}
|
|
10
26
|
|
|
11
|
-
|
|
27
|
+
&__options {
|
|
12
28
|
display: flex;
|
|
13
|
-
|
|
29
|
+
flex-direction: column;
|
|
30
|
+
justify-content: space-evenly;
|
|
31
|
+
overflow: auto;
|
|
14
32
|
|
|
15
|
-
|
|
16
|
-
|
|
33
|
+
&__option {
|
|
34
|
+
cursor: pointer;
|
|
35
|
+
padding: toRem(8) toRem(10);
|
|
36
|
+
font-family: Ubuntu,sans-serif;
|
|
37
|
+
font-size: .875rem;
|
|
38
|
+
line-height: 1.1875rem;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
font-style: normal;
|
|
17
41
|
}
|
|
18
42
|
}
|
|
19
43
|
|
|
20
|
-
|
|
21
|
-
|
|
44
|
+
&__clear {
|
|
45
|
+
cursor: pointer;
|
|
22
46
|
}
|
|
23
47
|
}
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
white-space: nowrap;
|
|
25
25
|
overflow: hidden;
|
|
26
26
|
text-overflow: ellipsis;
|
|
27
|
-
padding: toRem(5) toRem(
|
|
28
|
-
box-shadow:
|
|
27
|
+
padding: toRem(5) toRem(10);
|
|
28
|
+
box-shadow: 0px 1px 3px 0px #0000001A;
|
|
29
29
|
border-radius: toRem(5);
|
|
30
30
|
z-index: 1000;
|
|
31
31
|
}
|
|
@@ -43,27 +43,18 @@
|
|
|
43
43
|
padding: toRem(3) toRem(10);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
border: none;
|
|
48
|
-
min-width: toRem(150);
|
|
49
|
-
}
|
|
46
|
+
height: toRem(30);
|
|
50
47
|
|
|
51
|
-
.
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
border: none transparent;
|
|
62
|
-
box-shadow: none;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.ng-option-label {
|
|
66
|
-
font-size: toRem(12);
|
|
48
|
+
.a-pry-select {
|
|
49
|
+
border: none;
|
|
50
|
+
padding: 0;
|
|
51
|
+
outline: none;
|
|
52
|
+
|
|
53
|
+
&:focus-within {
|
|
54
|
+
outline: 0;
|
|
55
|
+
border-radius: 0;
|
|
56
|
+
box-shadow: none;
|
|
57
|
+
}
|
|
67
58
|
}
|
|
68
59
|
}
|
|
69
60
|
|
package/styles/main.scss
CHANGED
|
@@ -137,6 +137,15 @@ $theme-typography: (
|
|
|
137
137
|
'font-weight': 400,
|
|
138
138
|
'font-style': ''
|
|
139
139
|
),
|
|
140
|
+
'simple-tooltip': (
|
|
141
|
+
'font-family': '',
|
|
142
|
+
'font-variation': '',
|
|
143
|
+
'font-size': 11px,
|
|
144
|
+
'line-height': 15px,
|
|
145
|
+
'letter-spacing': '',
|
|
146
|
+
'font-weight': 400,
|
|
147
|
+
'font-style': ''
|
|
148
|
+
),
|
|
140
149
|
);
|
|
141
150
|
|
|
142
151
|
///// DO NOT EDIT FROM HERE /////
|
|
@@ -3,115 +3,42 @@
|
|
|
3
3
|
|
|
4
4
|
/* Theme Atom - Component pry-select (lib) */
|
|
5
5
|
.a-pry-select {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
// box-shadow: none;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&.ng-select {
|
|
15
|
-
.ng-select-container {
|
|
16
|
-
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
17
|
-
border-radius: toRem(5);
|
|
18
|
-
|
|
19
|
-
.ng-value-container {
|
|
20
|
-
.ng-value {
|
|
21
|
-
@include typography-level(themed($theme-map, 'typography', 'form-field'));
|
|
22
|
-
}
|
|
6
|
+
@include typography-level(themed($theme-map, 'typography', 'form-field'));
|
|
7
|
+
border: 1px solid themed($theme-map, 'color', 'primary', 400);
|
|
8
|
+
border-radius: toRem(5);
|
|
9
|
+
background-color: #ffffff;
|
|
23
10
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
}
|
|
11
|
+
&:focus-within {
|
|
12
|
+
@include eltFocusVisible($border-radius: 4px);
|
|
13
|
+
}
|
|
29
14
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
15
|
+
&__value {
|
|
16
|
+
&.-multiple {
|
|
17
|
+
background-color: themed($theme-map, 'color', 'accent', 100);
|
|
33
18
|
}
|
|
34
19
|
}
|
|
35
20
|
|
|
36
|
-
|
|
37
|
-
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
21
|
+
&__options {
|
|
38
22
|
color: themed($theme-map, 'color', 'graph', 01);
|
|
39
23
|
background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
&.ng-select .ng-select-container .ng-value-container .ng-placeholder {
|
|
43
|
-
color: themed($theme-map, 'color', 'grey', 600);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// Read-only
|
|
47
|
-
&.ng-select.ng-select-disabled {
|
|
48
|
-
> .ng-select-container {
|
|
49
|
-
color: themed($theme-map, 'color', 'primary', 500);
|
|
50
|
-
background-color: themed($theme-map, 'color', 'primary', 200);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
&.ng-select-multiple {
|
|
55
|
-
& > .ng-select-container {
|
|
56
|
-
& > .ng-value-container {
|
|
57
|
-
& > .ng-value {
|
|
58
|
-
display: flex;
|
|
59
|
-
align-items: center;
|
|
60
|
-
color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
61
|
-
background-color: themed($theme-map, 'color', 'accent', 50);
|
|
24
|
+
border: 1px solid themed($theme-map, 'color', 'primary', 400);
|
|
25
|
+
box-shadow: 0 4px 4px #113b6e1f;
|
|
62
26
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
border-right: 1px solid themed($theme-map, 'color', 'primary', 100);
|
|
66
|
-
}
|
|
27
|
+
&__option {
|
|
28
|
+
background-color: #ffffff;
|
|
67
29
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
&:hover {
|
|
73
|
-
color: themed($theme-map, 'color', 'primary', 'contrast', 100);
|
|
74
|
-
background-color: themed($theme-map, 'color', 'primary', 100);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
30
|
+
&[aria-selected="true"], &:hover {
|
|
31
|
+
background-color: themed($theme-map, 'color', 'accent', 50);
|
|
32
|
+
}
|
|
77
33
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
}
|
|
34
|
+
&:hover {
|
|
35
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 100);
|
|
82
36
|
}
|
|
83
37
|
}
|
|
84
38
|
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
// Dropdown
|
|
88
|
-
/*.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
|
|
89
|
-
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked*/
|
|
90
|
-
|
|
91
|
-
.ng-dropdown-panel .ng-dropdown-panel-items {
|
|
92
|
-
box-shadow: themed($theme-map, 'decoration', 'shadow', 'default');
|
|
93
|
-
|
|
94
|
-
.ng-option {
|
|
95
|
-
@include typography-level(themed($theme-map, 'typography', 'form-field'));
|
|
96
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
|
|
97
39
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
background-color: themed($theme-map, 'color', 'accent', 50);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
&.ng-option-marked.ng-option-selected,
|
|
105
|
-
&.ng-option-selected {
|
|
106
|
-
color: themed($theme-map, 'color', 'primary', 'contrast', 100);
|
|
107
|
-
// background-color: themed($theme-map, 'color', 'primary', 200);
|
|
108
|
-
background-color: themed($theme-map, 'color', 'accent', 50);
|
|
109
|
-
}
|
|
40
|
+
&[aria-disabled="true"] {
|
|
41
|
+
color: themed($theme-map, 'color', 'primary', 500);
|
|
42
|
+
background-color: themed($theme-map, 'color', 'primary', 200);
|
|
110
43
|
}
|
|
111
44
|
}
|
|
112
|
-
|
|
113
|
-
// .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label
|
|
114
|
-
|
|
115
|
-
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
|
|
116
|
-
top: 0;
|
|
117
|
-
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
.a-tooltip {
|
|
7
7
|
&[data-tooltip]:after {
|
|
8
|
-
@include typography-level(themed($theme-map, 'typography', '
|
|
8
|
+
@include typography-level(themed($theme-map, 'typography', 'simple-tooltip'));
|
|
9
9
|
background-color: themed($theme-map, 'color', 'primary', 50);
|
|
10
|
-
color: themed($theme-map, 'color', 'primary',
|
|
10
|
+
color: themed($theme-map, 'color', 'primary', 700);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -46,15 +46,3 @@
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
.o-component-pry-composed-condition.ng-select-disabled {
|
|
51
|
-
.o-pry-composed-condition__type.-vertical-bar {
|
|
52
|
-
&:before {
|
|
53
|
-
background-color: themed($theme-map, 'color', 'primary', 400);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
&:after {
|
|
57
|
-
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
@@ -20,6 +20,7 @@ export declare class ToolboxComponent implements OnInit {
|
|
|
20
20
|
showDropdownButton$: Observable<boolean>;
|
|
21
21
|
isDropdownOpen: boolean;
|
|
22
22
|
actionsAvailable$: Observable<DisplayOptions | undefined>;
|
|
23
|
+
showEditToggle$: Observable<boolean>;
|
|
23
24
|
set actions(actions: ToolboxAction[]);
|
|
24
25
|
set dropdownActions(dropdownActions: {
|
|
25
26
|
name: string;
|
|
@@ -8,6 +8,7 @@ export declare class AttributeTooltipComponent extends BaseTooltipComponent {
|
|
|
8
8
|
private classes$;
|
|
9
9
|
constructor(translateIdPipe: TranslateIdPipe, store: Store<any>);
|
|
10
10
|
getAttributeName(attribute: string): Observable<string>;
|
|
11
|
+
getAttributeTechnicalName(attribute: string): Observable<string>;
|
|
11
12
|
getValue(attribute: string, limit?: number): Observable<string>;
|
|
12
13
|
_getValue(attribute: string): Observable<string | undefined | number>;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AttributeTooltipComponent, never>;
|
|
@@ -115,7 +115,6 @@ export declare class WidgetChartComponent extends DataWidgetComponent implements
|
|
|
115
115
|
static matchingItems(items: Item[], options: ChartWidgetOptions, attributes: Attribute[]): Item[];
|
|
116
116
|
static uniqueAttributesByNames(attributes: Attribute[]): Attribute[];
|
|
117
117
|
templateTypeTranslationFn: (item: any, args: any[]) => string;
|
|
118
|
-
translateAggregations: (item: any) => string;
|
|
119
118
|
advancedEdit: string;
|
|
120
119
|
changeChartTitle(title: string): void;
|
|
121
120
|
changeTimeUnit($event: TimeUnit, variable: VariableDefinition): void;
|
|
@@ -180,6 +180,8 @@ export declare class WidgetMapComponent extends DataWidgetComponent implements A
|
|
|
180
180
|
tooltipCanMove(number: number): boolean;
|
|
181
181
|
private setStyleAsync;
|
|
182
182
|
get mapLayers(): BaseLayer[];
|
|
183
|
+
get rightSlideLayers(): BaseLayer[];
|
|
184
|
+
get leftSlideLayers(): BaseLayer[];
|
|
183
185
|
changeVisibility(layer: BaseLayer): void;
|
|
184
186
|
changeSingleLayer($event: any): void;
|
|
185
187
|
changeAutoLayer($event: any): void;
|
|
@@ -95,3 +95,24 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
}
|
|
98
|
+
|
|
99
|
+
.m-map-slide-legend {
|
|
100
|
+
pointer-events: none;
|
|
101
|
+
position: absolute;
|
|
102
|
+
z-index: 1;
|
|
103
|
+
background-color: white;
|
|
104
|
+
border-radius: toRem(5);
|
|
105
|
+
padding: toRem(5);
|
|
106
|
+
|
|
107
|
+
&.-left {
|
|
108
|
+
left: toRem(65);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&.-right {
|
|
112
|
+
right: toRem(47);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&__title {
|
|
116
|
+
font-weight: bold;
|
|
117
|
+
}
|
|
118
|
+
}
|