@provoly/dashboard 0.22.4 → 0.22.6
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/README.md +0 -2
- package/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.d.ts +8 -4
- package/dataset/style/_o-pry-dataset-card.scss +24 -2
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +1 -1
- package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +7 -6
- package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +44 -30
- package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
- package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
- package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +1 -1
- package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/metadata-editor/metadata-editor.component.mjs +1 -1
- package/esm2022/components/scheme-picker/scheme-picker.component.mjs +1 -1
- package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +3 -3
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
- package/esm2022/dataset/components/dataset.component.mjs +3 -3
- package/esm2022/dataset/style/css.component.mjs +2 -2
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +1 -1
- package/esm2022/filters/list/list-filter.component.mjs +1 -1
- package/esm2022/import/components/import.component.mjs +1 -1
- package/esm2022/lib/core/components/about/about.component.mjs +3 -3
- package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +3 -3
- package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +3 -3
- package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +8 -4
- package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +3 -3
- package/esm2022/lib/core/components/select/select.component.mjs +21 -9
- package/esm2022/lib/core/components/select/select.module.mjs +5 -4
- package/esm2022/lib/core/components/select-image/select-image.component.mjs +2 -2
- package/esm2022/lib/core/components/share/share.component.mjs +1 -1
- package/esm2022/lib/core/i18n/en.translations.mjs +7 -2
- package/esm2022/lib/core/i18n/fr.translations.mjs +8 -3
- package/esm2022/lib/core/store/image/image.service.mjs +4 -3
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +2 -2
- package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +16 -1
- 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/item-utils.mjs +2 -2
- package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +1 -4
- package/esm2022/lib/dashboard/store/refresh.service.mjs +14 -9
- package/esm2022/notification/store/notification.service.mjs +1 -1
- package/esm2022/notification/style/css.component.mjs +2 -2
- package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
- package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
- package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
- package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
- package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +1 -1
- package/esm2022/presentation/components/presentation.component.mjs +4 -3
- package/esm2022/presentation/style/css.component.mjs +2 -2
- package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
- package/esm2022/restitution/style/css.component.mjs +2 -2
- package/esm2022/search/search-home/search-home.component.mjs +2 -2
- package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
- package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
- package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
- package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
- package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +13 -10
- package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
- package/esm2022/toolbox/components/delete/delete.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 +20 -8
- package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
- package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +20 -18
- 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/share/share.component.mjs +4 -3
- package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
- package/esm2022/toolbox/components/toolbox.component.mjs +19 -6
- package/esm2022/toolbox/style/css.component.mjs +2 -2
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
- package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +2 -2
- package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
- package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +4 -5
- package/esm2022/widgets/widget-graph/style/css.component.mjs +2 -2
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +8 -8
- package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -2
- package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +5 -1
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
- package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
- package/fesm2022/provoly-dashboard-admin.mjs +62 -47
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-checkbox.mjs +2 -2
- package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +8 -8
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
- 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 +1 -1
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-notification.mjs +2 -2
- package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +6 -5
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +10 -10
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-search.mjs +5 -5
- package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +83 -52
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +4 -4
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +5 -6
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +14 -9
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +108 -65
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/overlay/dialog-confirm.component.d.ts +1 -1
- package/lib/core/components/select/select.component.d.ts +2 -1
- package/lib/core/components/select/select.module.d.ts +2 -1
- package/lib/core/i18n/en.translations.d.ts +5 -0
- package/lib/core/i18n/fr.translations.d.ts +5 -0
- package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +1 -1
- package/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.d.ts +8 -1
- package/lib/dashboard/filter/style/_o-pry-filter-group.scss +1 -1
- package/lib/dashboard/store/dashboard.selectors.d.ts +0 -13
- package/lib/dashboard/store/refresh.service.d.ts +3 -1
- package/notification/style/_m-notifications.scss +4 -10
- package/package.json +13 -13
- package/presentation/style/_o-pry-new-presentation.scss +0 -4
- package/presentation/style/_o-pry-presentation.scss +6 -4
- package/restitution/style/_o-restitution-list.scss +1 -1
- package/styles/abstracts/_mixins.scss +13 -0
- package/styles/components/_a-btn.scss +8 -26
- package/styles/components/_a-chip.scss +19 -0
- package/styles/components/_a-pry-select.scss +13 -0
- package/styles/components/_a-range-slider.scss +4 -5
- package/styles/components/_m-info-icon.scss +2 -3
- package/styles/components/_m-nav-links.scss +2 -7
- package/styles/components/{_o-datasources.scss → _o-chips-selector.scss} +3 -4
- package/styles/components/_o-dashboard.scss +41 -7
- package/styles/components/_o-modal.scss +1 -1
- package/styles/components/_o-widget.scss +11 -5
- package/styles/layout/_o-manifest-layout.scss +4 -0
- package/styles/libs/_reset-lib-ol.scss +9 -5
- package/styles/main.scss +7 -7
- package/styles-theme/abstracts-theme/_abstracts-overlays.theme.scss +6 -0
- package/styles-theme/abstracts-theme/variables/_variables-colors.scss +18 -24
- package/styles-theme/abstracts-theme/variables/_variables-decoration.scss +2 -2
- package/styles-theme/abstracts-theme/variables/_variables-typo.scss +2 -2
- package/styles-theme/base-theme/_typography.theme.scss +5 -2
- package/styles-theme/components-theme/_a-btn.theme.scss +42 -73
- package/styles-theme/components-theme/_a-checkbox.theme.scss +3 -45
- package/styles-theme/components-theme/_a-chip.theme.scss +32 -0
- package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
- package/styles-theme/components-theme/_a-label.theme.scss +1 -0
- package/styles-theme/components-theme/_a-pry-select.theme.scss +13 -7
- package/styles-theme/components-theme/_a-range-slider.theme.scss +16 -16
- package/styles-theme/components-theme/_a-table.theme.scss +2 -2
- package/styles-theme/components-theme/_a-toggle.theme.scss +7 -8
- package/styles-theme/components-theme/_m-btn-sorttable.theme.scss +3 -3
- package/styles-theme/components-theme/_m-filter.theme.scss +4 -13
- package/styles-theme/components-theme/_m-form-radio-group.theme.scss +17 -0
- package/styles-theme/components-theme/_m-info-icon.theme.scss +11 -0
- package/styles-theme/components-theme/_m-minus-plus.theme.scss +2 -2
- package/styles-theme/components-theme/_m-nav-links.theme.scss +18 -0
- package/styles-theme/components-theme/_m-notifications.theme.scss +8 -4
- package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
- package/styles-theme/components-theme/_o-catalog.theme.scss +1 -1
- package/styles-theme/components-theme/_o-date-picker.theme.scss +2 -2
- package/styles-theme/components-theme/_o-draggable-menu.theme.scss +2 -2
- package/styles-theme/components-theme/_o-multi-class-field-selection.theme.scss +1 -1
- package/styles-theme/components-theme/_o-object-panel.theme.scss +1 -1
- package/styles-theme/components-theme/_o-pry-admin-classes-customize.theme.scss +0 -9
- package/styles-theme/components-theme/_o-pry-dataset-card.theme.scss +8 -0
- package/styles-theme/components-theme/_o-pry-presentation.theme.scss +18 -11
- package/styles-theme/components-theme/_o-pry-search-tools.theme.scss +2 -13
- package/styles-theme/components-theme/_o-pry-stepper.theme.scss +6 -8
- package/styles-theme/components-theme/_o-restitution-list.theme.scss +1 -1
- package/styles-theme/components-theme/_o-search-fulltext.theme.scss +2 -2
- package/styles-theme/components-theme/_o-search-multi-class.theme.scss +0 -5
- package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
- package/styles-theme/components-theme/_o-tabs.theme.scss +1 -1
- package/styles-theme/components-theme/_o-widget-iframe.theme.scss +2 -2
- package/styles-theme/components-theme/_o-widget.theme.scss +31 -2
- package/styles-theme/components-theme/_overlay.theme.scss +3 -3
- package/styles-theme/layout-theme/_o-base-layout.theme.scss +4 -3
- package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +8 -2
- package/styles-theme/libs-theme/_reset-lib-ol.theme.scss +12 -3
- package/styles-theme/main-theme.scss +6 -4
- package/toolbox/components/automate-refresh/automate-refresh.component.d.ts +3 -1
- package/toolbox/components/filter-settings/filter-settings.component.d.ts +3 -2
- package/toolbox/components/refresh-datasets/refresh-datasets.component.d.ts +3 -2
- package/toolbox/components/toolbox.component.d.ts +3 -1
- package/toolbox/style/_o-filter-settings.scss +0 -4
- package/toolbox/style/_o-toolbox.scss +2 -26
- package/widgets/widget-aggregated-chart/style/_o-widget-chart.scss +3 -0
- package/widgets/widget-graph/component/widget-graph.component.d.ts +0 -1
- package/widgets/widget-graph/style/_o-widget-graph.scss +14 -0
- package/widgets/widget-map/pipe/widget-map-legend-url.pipe.d.ts +1 -1
- package/widgets/widget-map/style/{_o-layer-legend.scss → _m-layer-legend.scss} +7 -8
- package/widgets/widget-map/style/_o-widget-map.scss +2 -2
- package/styles/components/_a-chips.scss +0 -15
- package/styles-theme/components-theme/_o-datasources.theme.scss +0 -41
|
@@ -5,50 +5,50 @@
|
|
|
5
5
|
|
|
6
6
|
/* Input Thumb */
|
|
7
7
|
.a-range-slider[type='range']::-webkit-slider-thumb {
|
|
8
|
-
border-color: themed($theme-map, 'color', '
|
|
9
|
-
background-color: themed($theme-map, 'color', '
|
|
8
|
+
border-color: themed($theme-map, 'color', 'primary', 600);
|
|
9
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
10
10
|
box-shadow: 0 0 2px 0 #555;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.a-range-slider[type='range']::-moz-range-thumb {
|
|
14
|
-
border-color: themed($theme-map, 'color', '
|
|
15
|
-
background-color: themed($theme-map, 'color', '
|
|
14
|
+
border-color: themed($theme-map, 'color', 'primary', 600);
|
|
15
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
16
16
|
box-shadow: 0 0 2px 0 #555;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.a-range-slider[type='range']::-ms-thumb {
|
|
20
|
-
border-color: themed($theme-map, 'color', '
|
|
21
|
-
background-color: themed($theme-map, 'color', '
|
|
20
|
+
border-color: themed($theme-map, 'color', 'primary', 600);
|
|
21
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
22
22
|
box-shadow: 0 0 2px 0 #555;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.a-range-slider[type='range']::-webkit-slider-thumb:hover {
|
|
26
|
-
border-color: themed($theme-map, 'color', '
|
|
27
|
-
background: themed($theme-map, 'color', '
|
|
26
|
+
border-color: themed($theme-map, 'color', 'primary', 850);
|
|
27
|
+
background: themed($theme-map, 'color', 'primary', 850);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.a-range-slider[type='range']::-moz-range-thumb:hover {
|
|
31
|
-
border-color: themed($theme-map, 'color', '
|
|
32
|
-
background: themed($theme-map, 'color', '
|
|
31
|
+
border-color: themed($theme-map, 'color', 'primary', 850);
|
|
32
|
+
background: themed($theme-map, 'color', 'primary', 850);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.a-range-slider[type='range']::-ms-thumb:hover {
|
|
36
|
-
border-color: themed($theme-map, 'color', '
|
|
37
|
-
background: themed($theme-map, 'color', '
|
|
36
|
+
border-color: themed($theme-map, 'color', 'primary', 850);
|
|
37
|
+
background: themed($theme-map, 'color', 'primary', 850);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.a-range-slider {
|
|
41
41
|
&__min,
|
|
42
42
|
&__max {
|
|
43
|
-
color: themed($theme-map, 'color', '
|
|
44
|
-
opacity: 0.7;
|
|
43
|
+
color: themed($theme-map, 'color', 'primary', 800);
|
|
45
44
|
|
|
46
45
|
&:before {
|
|
47
|
-
background-color: themed($theme-map, 'color', '
|
|
46
|
+
background-color: themed($theme-map, 'color', 'primary', 800);
|
|
48
47
|
}
|
|
49
48
|
}
|
|
50
49
|
|
|
51
50
|
&__selected-value {
|
|
52
|
-
|
|
51
|
+
font-size: toRem(15);
|
|
52
|
+
color: themed($theme-map, 'color', 'primary', 700);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
.a-table {
|
|
7
7
|
background-color: white;
|
|
8
|
-
color: themed($theme-map, 'color', 'primary',
|
|
8
|
+
color: themed($theme-map, 'color', 'primary', 700);
|
|
9
9
|
|
|
10
10
|
thead {
|
|
11
11
|
tr {
|
|
12
12
|
border-bottom-color: themed($theme-map, 'color', 'graph', 01);
|
|
13
13
|
|
|
14
14
|
th {
|
|
15
|
-
color: themed($theme-map, 'color', 'primary',
|
|
15
|
+
color: themed($theme-map, 'color', 'primary', 750);
|
|
16
16
|
|
|
17
17
|
/*&:hover {
|
|
18
18
|
background-color: themed($theme-map, 'color', 'primary', 50);
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
&__display {
|
|
10
10
|
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
11
|
-
// background-color: themed($theme-map, 'color', 'accent', 600);
|
|
12
11
|
|
|
13
12
|
&:before {
|
|
14
13
|
background-color: themed($theme-map, 'color', 'primary', 400);
|
|
@@ -20,11 +19,11 @@
|
|
|
20
19
|
// Force background color
|
|
21
20
|
&.-always-active {
|
|
22
21
|
#{$this}__display {
|
|
23
|
-
border-color: themed($theme-map, 'color', '
|
|
24
|
-
background-color: themed($theme-map, 'color', '
|
|
22
|
+
border-color: themed($theme-map, 'color', 'primary', 600);
|
|
23
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
25
24
|
|
|
26
25
|
&:before {
|
|
27
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
26
|
+
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
28
27
|
}
|
|
29
28
|
}
|
|
30
29
|
}
|
|
@@ -32,7 +31,7 @@
|
|
|
32
31
|
// Ex: ET/OU
|
|
33
32
|
&.-txt-inside {
|
|
34
33
|
#{$this}__display {
|
|
35
|
-
color: themed($theme-map, 'color', 'accent', 'contrast',
|
|
34
|
+
color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
36
35
|
}
|
|
37
36
|
}
|
|
38
37
|
}
|
|
@@ -42,11 +41,11 @@
|
|
|
42
41
|
// pressed/checked
|
|
43
42
|
.a-toggle[aria-pressed='true'] .a-toggle__display,
|
|
44
43
|
.a-toggle__input:checked + .a-toggle__display {
|
|
45
|
-
border-color: themed($theme-map, 'color', '
|
|
46
|
-
background-color: themed($theme-map, 'color', '
|
|
44
|
+
border-color: themed($theme-map, 'color', 'primary', 600);
|
|
45
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
47
46
|
|
|
48
47
|
&:before {
|
|
49
|
-
background-color: themed($theme-map, 'color', 'accent', 'contrast',
|
|
48
|
+
background-color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
50
49
|
}
|
|
51
50
|
}
|
|
52
51
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* Theme Molecule button to sort table rows */
|
|
5
5
|
.m-btn-sorttable {
|
|
6
6
|
@include typography-level(themed($theme-map, 'typography', 'button'));
|
|
7
|
-
color: themed($theme-map, 'color', 'primary',
|
|
7
|
+
color: themed($theme-map, 'color', 'primary', 750);
|
|
8
8
|
font-size: toRem(14);
|
|
9
9
|
font-weight: 700;
|
|
10
10
|
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
|
|
35
35
|
[aria-sort='ascending'] > .m-btn-sorttable {
|
|
36
36
|
.m-btn-sorttable__icnmark.-asc {
|
|
37
|
-
color: themed($theme-map, 'color', '
|
|
37
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
[aria-sort='descending'] > .m-btn-sorttable {
|
|
42
42
|
.m-btn-sorttable__icnmark.-desc {
|
|
43
|
-
color: themed($theme-map, 'color', '
|
|
43
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
&__input-wrapper {
|
|
11
11
|
border: 1px solid themed($theme-map, 'color', 'primary', 400);
|
|
12
12
|
color: themed($theme-map, 'color', 'graph', 01);
|
|
13
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
13
|
+
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
14
14
|
|
|
15
15
|
.pry-select {
|
|
16
16
|
font-size: 12px;
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
border-color: themed($theme-map, 'color', 'accent', 600);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
&:has(input:not(focus)) {
|
|
26
|
-
outline:none;
|
|
25
|
+
&:has(input:not(:focus)) {
|
|
26
|
+
outline: none;
|
|
27
27
|
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -32,20 +32,11 @@
|
|
|
32
32
|
background: transparent;
|
|
33
33
|
font-size: 12px;
|
|
34
34
|
font-weight: bold;
|
|
35
|
-
color:
|
|
35
|
+
color: themed($theme-map, 'color', 'grey', 800);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
&__input {
|
|
39
39
|
border: none transparent;
|
|
40
40
|
font-size: 12px;
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
// colors that make the clear button look like the ng-select clear button
|
|
44
|
-
&__clear-wrapper {
|
|
45
|
-
color: #999999;
|
|
46
|
-
|
|
47
|
-
&:hover {
|
|
48
|
-
color: #D0021B
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
42
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@use '../../styles/abstracts' as *;
|
|
2
|
+
@use '../abstracts-theme/variables.theme' as *;
|
|
3
|
+
|
|
4
|
+
/* Theme - Molecule m-form-radio-group */
|
|
5
|
+
|
|
6
|
+
.m-form-radio-group {
|
|
7
|
+
&__item {
|
|
8
|
+
input[type="radio"] {
|
|
9
|
+
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
10
|
+
accent-color: themed($theme-map, 'color', 'primary', 600);
|
|
11
|
+
|
|
12
|
+
&:checked {
|
|
13
|
+
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use '../../styles/abstracts' as *;
|
|
2
|
+
@use '../abstracts-theme/variables.theme' as *;
|
|
3
|
+
|
|
4
|
+
/* Theme - Molecule m-info-icon */
|
|
5
|
+
|
|
6
|
+
.m-info-icon {
|
|
7
|
+
border: 1px solid themed($theme-map, 'color', 'primary', 700);
|
|
8
|
+
font-size: toRem(10);
|
|
9
|
+
font-weight: 600;
|
|
10
|
+
font-family: Arial, sans-serif;
|
|
11
|
+
}
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
#{$this}__btn__sign {
|
|
34
34
|
&:before,
|
|
35
35
|
&:after {
|
|
36
|
-
background-color: themed($theme-map, 'color', 'accent', 'contrast',
|
|
36
|
+
background-color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
#{$this}__btn__sign:before,
|
|
45
45
|
#{$this}__btn__sign:after {
|
|
46
|
-
background-color: themed($theme-map, 'color', 'accent', 'contrast',
|
|
46
|
+
background-color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -2,3 +2,21 @@
|
|
|
2
2
|
@use '../abstracts-theme/variables.theme' as *;
|
|
3
3
|
|
|
4
4
|
/* Theme Molecule - base menu */
|
|
5
|
+
|
|
6
|
+
.m-nav-links {
|
|
7
|
+
|
|
8
|
+
&__list {
|
|
9
|
+
&__item {
|
|
10
|
+
border-bottom: 1px solid themed($theme-map, 'color', 'primary', 400);
|
|
11
|
+
|
|
12
|
+
&:hover {
|
|
13
|
+
background-color: themed($theme-map, 'color', 'primary', 300);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
[class*='is-active'] {
|
|
17
|
+
background-color: themed($theme-map, 'color', 'primary', 300);
|
|
18
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
/* Theme Molecule - notifications */
|
|
5
5
|
.m-notifications {
|
|
6
6
|
.a-btn {
|
|
7
|
-
color: themed($theme-map, 'color', '
|
|
7
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
8
8
|
|
|
9
9
|
&:before {
|
|
10
|
-
background-color: themed($theme-map, 'color', '
|
|
10
|
+
background-color: themed($theme-map, 'color', 'primary', 300);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
&:hover {
|
|
14
14
|
transition: none;
|
|
15
|
-
color: themed($theme-map, 'color', '
|
|
15
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
16
16
|
|
|
17
17
|
&:before {
|
|
18
|
-
background-color: themed($theme-map, 'color', '
|
|
18
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -54,6 +54,10 @@
|
|
|
54
54
|
|
|
55
55
|
&__items {
|
|
56
56
|
&__li {
|
|
57
|
+
&:hover {
|
|
58
|
+
background-color: themed($theme-map, 'color', 'primary', 300);
|
|
59
|
+
}
|
|
60
|
+
|
|
57
61
|
&__txt {
|
|
58
62
|
.a-h3 {
|
|
59
63
|
font-size: toRem(16);
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
/* Theme Atom - date picker */
|
|
5
5
|
.o-date-picker {
|
|
6
|
-
background: themed($theme-map, 'color', 'primary', 'contrast',
|
|
6
|
+
background: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
7
7
|
|
|
8
8
|
&__header__dropdown {
|
|
9
9
|
color: themed($theme-map, 'color', 'primary', 600);
|
|
10
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
10
|
+
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.a-icon {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
.o-draggable-menu {
|
|
7
7
|
border-radius: toRem(8);
|
|
8
8
|
background-color: themed($theme-map, 'color', 'primary', 50);
|
|
9
|
-
box-shadow:
|
|
9
|
+
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
|
|
10
10
|
|
|
11
11
|
&__list {
|
|
12
12
|
&__item {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
&__submenu {
|
|
21
21
|
border-radius: toRem(5);
|
|
22
22
|
background-color: themed($theme-map, 'color', 'primary', 50);
|
|
23
|
-
box-shadow:
|
|
23
|
+
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
.o-object-panel {
|
|
7
7
|
.date-picker-container {
|
|
8
8
|
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
9
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
9
|
+
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -12,12 +12,3 @@
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
|
|
16
|
-
.a-chips {
|
|
17
|
-
color: themed($theme-map, 'color', 'accent', 'contrast', 600);
|
|
18
|
-
background-color: themed($theme-map, 'color', 'accent', 600);
|
|
19
|
-
|
|
20
|
-
&.-not-found {
|
|
21
|
-
background-color: themed($theme-map, 'color', 'accent', 100);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -15,4 +15,12 @@
|
|
|
15
15
|
border-top: 1px themed($theme-map, 'color', 'primary', 300) solid;
|
|
16
16
|
border-bottom: 1px themed($theme-map, 'color', 'primary', 300) solid;
|
|
17
17
|
}
|
|
18
|
+
|
|
19
|
+
&:hover {
|
|
20
|
+
background-color: themed($theme-map, 'color', 'primary', 300);
|
|
21
|
+
|
|
22
|
+
.o-pry-dataset-card__footer {
|
|
23
|
+
border-top: 1px themed($theme-map, 'color', 'primary', 400) solid;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
18
26
|
}
|
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
&__item {
|
|
7
7
|
@extend %card-with-hover;
|
|
8
8
|
|
|
9
|
+
&:hover {
|
|
10
|
+
background-color: themed($theme-map, 'color', 'primary', 300);
|
|
11
|
+
|
|
12
|
+
.o-presentation__item__footer {
|
|
13
|
+
border-top: 1px themed($theme-map, 'color', 'primary', 400) solid;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
9
17
|
&__header {
|
|
10
18
|
background-color: themed($theme-map, 'color', 'primary', 100);
|
|
11
19
|
|
|
@@ -15,27 +23,26 @@
|
|
|
15
23
|
}
|
|
16
24
|
|
|
17
25
|
&__txt {
|
|
26
|
+
.a-h3 {
|
|
27
|
+
font-size: toRem(14);
|
|
28
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
29
|
+
}
|
|
30
|
+
|
|
18
31
|
.a-p {
|
|
32
|
+
font-size: toRem(12);
|
|
33
|
+
|
|
19
34
|
&.-date {
|
|
20
|
-
|
|
35
|
+
font-size: toRem(11);
|
|
21
36
|
}
|
|
22
37
|
}
|
|
23
38
|
}
|
|
24
39
|
|
|
25
40
|
&__footer {
|
|
26
|
-
border-top: 1px themed($theme-map, 'color', '
|
|
41
|
+
border-top: 1px themed($theme-map, 'color', 'grey', 300) solid;
|
|
27
42
|
|
|
28
43
|
pry-icon {
|
|
29
|
-
color: themed($theme-map, 'color', '
|
|
44
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
30
45
|
}
|
|
31
46
|
}
|
|
32
47
|
}
|
|
33
|
-
|
|
34
|
-
.more-button {
|
|
35
|
-
background: transparent;
|
|
36
|
-
|
|
37
|
-
.a-btn {
|
|
38
|
-
background-color: themed($theme-map, 'color', 'primary', 50);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
48
|
}
|
|
@@ -4,13 +4,7 @@
|
|
|
4
4
|
/* Theme Organism - pry search tools */
|
|
5
5
|
|
|
6
6
|
.o-pry-search-tools {
|
|
7
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
8
7
|
border-right: 1px themed($theme-map, 'color', 'primary', 300) solid;
|
|
9
|
-
// background-color: themed($theme-map, 'color', 'primary', 500);
|
|
10
|
-
|
|
11
|
-
/*.a-btn.-back{
|
|
12
|
-
color: themed($theme-map, 'color', 'primary', 'contrast', 600);
|
|
13
|
-
}*/
|
|
14
8
|
|
|
15
9
|
&.is-close {
|
|
16
10
|
border-right-color: themed($theme-map, 'color', 'primary', 400);
|
|
@@ -20,23 +14,18 @@
|
|
|
20
14
|
border-bottom-color: themed($theme-map, 'color', 'primary', 400);
|
|
21
15
|
|
|
22
16
|
[class*='a-h'] {
|
|
23
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
17
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
24
18
|
}
|
|
25
19
|
|
|
26
20
|
.a-btn {
|
|
27
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
21
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
28
22
|
}
|
|
29
23
|
}
|
|
30
24
|
|
|
31
25
|
&__content {
|
|
32
26
|
#btn_reset {
|
|
33
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 600);
|
|
34
27
|
font-weight: 300;
|
|
35
28
|
}
|
|
36
|
-
|
|
37
|
-
/*.a-toggle {
|
|
38
|
-
color: themed($theme-map, 'color', 'primary', 'contrast', 600);
|
|
39
|
-
}*/
|
|
40
29
|
}
|
|
41
30
|
|
|
42
31
|
&__footer {
|
|
@@ -5,30 +5,28 @@
|
|
|
5
5
|
.o-pry-stepper {
|
|
6
6
|
.m-stepper-item {
|
|
7
7
|
&__count {
|
|
8
|
-
background-color:
|
|
8
|
+
background-color: themed($theme-map, 'color', 'primary', 400);
|
|
9
9
|
|
|
10
10
|
&.-active {
|
|
11
|
-
|
|
12
|
-
background-color: themed($theme-map, 'color', 'accent', 700);
|
|
11
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
13
12
|
}
|
|
14
13
|
|
|
15
14
|
&.-complete {
|
|
16
|
-
|
|
17
|
-
background-color: themed($theme-map, 'color', 'accent', 400);
|
|
15
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
18
16
|
}
|
|
19
17
|
}
|
|
20
18
|
}
|
|
21
19
|
|
|
22
20
|
.m-stepper-line {
|
|
23
|
-
background: themed($theme-map, 'color', '
|
|
21
|
+
background-color: themed($theme-map, 'color', 'primary', 400);
|
|
24
22
|
|
|
25
23
|
&__percent {
|
|
26
24
|
&.-active {
|
|
27
|
-
background-color: themed($theme-map, 'color', '
|
|
25
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
28
26
|
}
|
|
29
27
|
|
|
30
28
|
&.-complete {
|
|
31
|
-
background-color: themed($theme-map, 'color', '
|
|
29
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
32
30
|
}
|
|
33
31
|
}
|
|
34
32
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.o-search-fulltext {
|
|
6
6
|
&__classes {
|
|
7
7
|
color: themed($theme-map, 'color', 'graph', 01);
|
|
8
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
8
|
+
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
9
9
|
|
|
10
10
|
&__content {
|
|
11
11
|
color: themed($theme-map, 'color', 'graph', 01);
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
&__selected {
|
|
31
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
31
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
32
32
|
background-color: themed($theme-map, 'color', 'primary', 200);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -4,24 +4,19 @@
|
|
|
4
4
|
/* Theme Organism - Search multi class */
|
|
5
5
|
|
|
6
6
|
.o-search-multi-class {
|
|
7
|
-
// background-color: themed($theme-map, 'color', 'primary', 500);
|
|
8
7
|
&__header {
|
|
9
8
|
.a-h3 {
|
|
10
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
11
9
|
font-size: toRem(14);
|
|
12
10
|
}
|
|
13
11
|
}
|
|
14
12
|
|
|
15
13
|
&__add-condition {
|
|
16
14
|
.a-btn.a-btn--secondary {
|
|
17
|
-
// border-color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
18
15
|
border-width: 1px;
|
|
19
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
20
16
|
}
|
|
21
17
|
}
|
|
22
18
|
|
|
23
19
|
.a-btn.a-btn--icon-text {
|
|
24
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
25
20
|
font-size: toRem(13);
|
|
26
21
|
font-weight: 400;
|
|
27
22
|
}
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
background-color: transparent;
|
|
12
12
|
|
|
13
13
|
&:hover {
|
|
14
|
-
color: themed($theme-map, 'color', 'accent', 'contrast',
|
|
14
|
+
color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
15
15
|
background-color: themed($theme-map, 'color', 'accent', 500);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
&:focus,
|
|
19
19
|
&:active {
|
|
20
|
-
color: themed($theme-map, 'color', 'accent', 'contrast',
|
|
20
|
+
color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
21
21
|
background-color: themed($theme-map, 'color', 'accent', 600);
|
|
22
22
|
}
|
|
23
23
|
|