@provoly/dashboard 0.23.0 → 0.23.2
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/admin/admin.module.d.ts +1 -1
- package/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.d.ts +12 -2
- package/admin/i18n/en.translations.d.ts +5 -0
- package/admin/i18n/fr.translations.d.ts +6 -0
- package/admin/store/admin.effects.d.ts +7 -1
- package/esm2022/admin/admin.module.mjs +8 -5
- package/esm2022/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.mjs +67 -36
- package/esm2022/admin/i18n/en.translations.mjs +7 -2
- package/esm2022/admin/i18n/fr.translations.mjs +9 -3
- package/esm2022/admin/store/admin.effects.mjs +17 -5
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
- package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +6 -3
- package/esm2022/lib/core/components/share/group-share/group-share.component.mjs +5 -4
- package/esm2022/lib/core/components/share/share.model.mjs +1 -1
- package/esm2022/lib/core/store/data-source/data-source.actions.mjs +2 -1
- package/esm2022/lib/core/store/data-source/data-source.effects.mjs +2 -8
- package/esm2022/lib/core/store/data-source/data-source.model.mjs +1 -1
- package/esm2022/lib/core/store/data-source/data-source.reducer.mjs +4 -1
- package/esm2022/lib/core/store/data-source/data-source.selectors.mjs +3 -1
- package/esm2022/lib/core/store/data-source/data-source.service.mjs +1 -1
- package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-admin.mjs +97 -42
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +2 -2
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +18 -14
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/chips-selector/chips-selector.component.d.ts +2 -1
- package/lib/core/components/share/group-share/group-share.component.d.ts +4 -0
- package/lib/core/components/share/share.model.d.ts +6 -0
- package/lib/core/store/data-source/data-source.actions.d.ts +8 -3
- package/lib/core/store/data-source/data-source.effects.d.ts +3 -8
- package/lib/core/store/data-source/data-source.model.d.ts +2 -0
- package/lib/core/store/data-source/data-source.reducer.d.ts +2 -0
- package/lib/core/store/data-source/data-source.selectors.d.ts +1 -0
- package/lib/core/store/data-source/data-source.service.d.ts +2 -1
- package/package.json +37 -37
- package/styles/components/_o-chips-selector.scss +12 -1
- package/styles/components/_o-modal.scss +1 -1
- package/styles/components/_o-pry-admin-dataset-select.scss +13 -0
- package/styles/components/_o-tabs.scss +0 -1
- package/styles/components/_o-widget.scss +1 -0
- package/styles/main.scss +1 -0
- package/styles-theme/components-theme/_a-btn.theme.scss +1 -1
- package/styles-theme/components-theme/_a-checkbox.theme.scss +5 -0
- package/styles-theme/components-theme/_a-chip.theme.scss +1 -1
- package/styles-theme/components-theme/_a-form-field.theme.scss +5 -0
- package/styles-theme/components-theme/_o-chips-selector.theme.scss +9 -0
- package/styles-theme/main-theme.scss +1 -0
|
@@ -11,6 +11,7 @@ export declare class ChipsSelectorComponent extends SubscriptionnerDirective {
|
|
|
11
11
|
translationStringBase: string;
|
|
12
12
|
itemTranslationStringBase: string;
|
|
13
13
|
showActionButtons: boolean;
|
|
14
|
+
showSearchbar: boolean;
|
|
14
15
|
set items(items: any[]);
|
|
15
16
|
set usedItems(items: any[]);
|
|
16
17
|
cancel: EventEmitter<any>;
|
|
@@ -34,5 +35,5 @@ export declare class ChipsSelectorComponent extends SubscriptionnerDirective {
|
|
|
34
35
|
areItemsEqual(item1: any, item2: any): boolean;
|
|
35
36
|
isItemUsed(item: any, usedItems?: any[]): any;
|
|
36
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipsSelectorComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipsSelectorComponent, "pry-chips-selector", never, { "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "translationStringBase": { "alias": "translationStringBase"; "required": false; }; "itemTranslationStringBase": { "alias": "itemTranslationStringBase"; "required": false; }; "showActionButtons": { "alias": "showActionButtons"; "required": false; }; "items": { "alias": "items"; "required": false; }; "usedItems": { "alias": "usedItems"; "required": false; }; }, { "cancel": "cancel"; "validated": "validated"; "previousTab": "previousTab"; "nextTab": "nextTab"; "itemsChanged": "itemsChanged"; }, never, never, false, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipsSelectorComponent, "pry-chips-selector", never, { "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "translationStringBase": { "alias": "translationStringBase"; "required": false; }; "itemTranslationStringBase": { "alias": "itemTranslationStringBase"; "required": false; }; "showActionButtons": { "alias": "showActionButtons"; "required": false; }; "showSearchbar": { "alias": "showSearchbar"; "required": false; }; "items": { "alias": "items"; "required": false; }; "usedItems": { "alias": "usedItems"; "required": false; }; }, { "cancel": "cancel"; "validated": "validated"; "previousTab": "previousTab"; "nextTab": "nextTab"; "itemsChanged": "itemsChanged"; }, never, never, false, never>;
|
|
38
39
|
}
|
|
@@ -20,6 +20,10 @@ export declare class PryGroupShareComponent extends SubscriptionnerDirective imp
|
|
|
20
20
|
label: string;
|
|
21
21
|
value: PryVisibilityType;
|
|
22
22
|
}[];
|
|
23
|
+
templateData$: Observable<{
|
|
24
|
+
groups: Group[];
|
|
25
|
+
assignedGroups: Group[];
|
|
26
|
+
}>;
|
|
23
27
|
constructor(store: Store, _cd: ChangeDetectorRef);
|
|
24
28
|
writeValue(value: string[] | undefined): void;
|
|
25
29
|
registerOnChange(fn: any): void;
|
|
@@ -8,6 +8,12 @@ export interface Group {
|
|
|
8
8
|
name: string;
|
|
9
9
|
system: boolean;
|
|
10
10
|
}
|
|
11
|
+
export interface ConflictGroupsByEntity {
|
|
12
|
+
[key: string]: string[];
|
|
13
|
+
}
|
|
14
|
+
export interface ShareConflict {
|
|
15
|
+
conflictGroupsByEntity: ConflictGroupsByEntity;
|
|
16
|
+
}
|
|
11
17
|
export interface PryVisibility {
|
|
12
18
|
type: PryVisibilityType;
|
|
13
19
|
users?: any[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PryVisibility } from '../../components/share/share.model';
|
|
1
|
+
import { ConflictGroupsByEntity, PryVisibility } from '../../components/share/share.model';
|
|
2
2
|
import { DatasetPreview } from '../../model/dataset.interface';
|
|
3
3
|
import { MonoClassSearchPayload } from '../../model/search-mono-class.model';
|
|
4
4
|
import { FullTextSearchPayload, MultiClassSearchPayload } from '../../model/search-multi-class.model';
|
|
@@ -115,11 +115,16 @@ export declare const DataSourceActions: {
|
|
|
115
115
|
} & import("@ngrx/store/src/models").TypedAction<"[Dataset] Datadef is created call to admin">>;
|
|
116
116
|
update: import("@ngrx/store").ActionCreator<"[Dataset] update Dataset", (props: {
|
|
117
117
|
dataset: Dataset;
|
|
118
|
-
route
|
|
118
|
+
route?: string | undefined;
|
|
119
119
|
}) => {
|
|
120
120
|
dataset: Dataset;
|
|
121
|
-
route
|
|
121
|
+
route?: string | undefined;
|
|
122
122
|
} & import("@ngrx/store/src/models").TypedAction<"[Dataset] update Dataset">>;
|
|
123
|
+
setConflictGroups: import("@ngrx/store").ActionCreator<"[Dataset] set conflict groups", (props: {
|
|
124
|
+
conflictGroups?: ConflictGroupsByEntity | undefined;
|
|
125
|
+
}) => {
|
|
126
|
+
conflictGroups?: ConflictGroupsByEntity | undefined;
|
|
127
|
+
} & import("@ngrx/store/src/models").TypedAction<"[Dataset] set conflict groups">>;
|
|
123
128
|
updated: import("@ngrx/store").ActionCreator<"[Dataset] Dataset is updated call to admin", (props: {
|
|
124
129
|
path: string;
|
|
125
130
|
params?: {
|
|
@@ -59,14 +59,9 @@ export declare class DataSourceEffects {
|
|
|
59
59
|
[p: string]: string;
|
|
60
60
|
} | undefined;
|
|
61
61
|
} & import("@ngrx/store/src/models").TypedAction<"[Dataset] Datadef is created call to admin">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
} & import("@ngrx/store/src/models").TypedAction<"[Dataset]
|
|
65
|
-
path: string;
|
|
66
|
-
params?: {
|
|
67
|
-
[p: string]: string;
|
|
68
|
-
} | undefined;
|
|
69
|
-
} & import("@ngrx/store/src/models").TypedAction<"[Dataset] Dataset is updated call to admin">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
62
|
+
unsetConflictGroupsOnDatasetSelection$: import("rxjs").Observable<{
|
|
63
|
+
conflictGroups?: import("@provoly/dashboard").ConflictGroupsByEntity | undefined;
|
|
64
|
+
} & import("@ngrx/store/src/models").TypedAction<"[Dataset] set conflict groups">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
70
65
|
deleteDataset$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Dataset] load datasets"> | import("@ngrx/store/src/models").TypedAction<"[Dataset] unselect Dataset"> | ({
|
|
71
66
|
error: any;
|
|
72
67
|
} & import("@ngrx/store/src/models").TypedAction<"[Dataset] failure effect Dataset">) | ({
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DatasetPreview } from '../../model/dataset.interface';
|
|
2
2
|
import { Dataset, DatasetVersion, NamedQuery } from './data-source.model';
|
|
3
|
+
import { ConflictGroupsByEntity } from '../../components/share/share.model';
|
|
3
4
|
export declare const dataSourceFeatureKey = "@pry/datasources";
|
|
4
5
|
export interface DataSourceState {
|
|
5
6
|
isLoading: boolean;
|
|
@@ -16,6 +17,7 @@ export interface DataSourceState {
|
|
|
16
17
|
datasetVersions: DatasetVersion[];
|
|
17
18
|
selectedDatasetVersion: DatasetVersion | null;
|
|
18
19
|
previews: DatasetPreview[];
|
|
20
|
+
conflictGroups?: ConflictGroupsByEntity;
|
|
19
21
|
}
|
|
20
22
|
export declare const initialDataSourceState: DataSourceState;
|
|
21
23
|
export declare const dataSourceReducer: import("@ngrx/store").ActionReducer<DataSourceState, import("@ngrx/store").Action>;
|
|
@@ -24,6 +24,7 @@ export declare const DataSourceSelectors: {
|
|
|
24
24
|
getDataSourcesSorted: MemoizedSelector<object, DataSource[], (s1: import("./data-source.model").NamedQuery[], s2: import("./data-source.model").Dataset[]) => DataSource[]>;
|
|
25
25
|
selectedDataset: MemoizedSelector<object, import("./data-source.model").Dataset | null, (s1: DataSourceState) => import("./data-source.model").Dataset | null>;
|
|
26
26
|
selectedDatasetMetadata: MemoizedSelector<object, import("@provoly/dashboard").MetadataValue[], (s1: DataSourceState) => import("@provoly/dashboard").MetadataValue[]>;
|
|
27
|
+
selectedDatasetConflictGroups: MemoizedSelector<object, import("@provoly/dashboard").ConflictGroupsByEntity | undefined, (s1: DataSourceState) => import("@provoly/dashboard").ConflictGroupsByEntity | undefined>;
|
|
27
28
|
datasetVersions: MemoizedSelector<object, DatasetVersion[], (s1: DataSourceState) => DatasetVersion[]>;
|
|
28
29
|
selectedDatasetId: MemoizedSelector<object, string | undefined, (s1: DataSourceState) => string | undefined>;
|
|
29
30
|
matchingDatasetVersions: (datasetId: string) => MemoizedSelector<any, DatasetVersion[], import("@ngrx/store").DefaultProjectorFn<DatasetVersion[]>>;
|
|
@@ -7,6 +7,7 @@ import { DatasetPreview } from '../../model/dataset.interface';
|
|
|
7
7
|
import { ConfigState } from '../config/config.reducer';
|
|
8
8
|
import { Dataset, DatasetVersion, NamedQuery } from './data-source.model';
|
|
9
9
|
import { DataSourceState } from './data-source.reducer';
|
|
10
|
+
import { ShareConflict } from '../../components/share/share.model';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
export interface ResponseRequest {
|
|
12
13
|
data: {
|
|
@@ -25,7 +26,7 @@ export declare class DataSourceService {
|
|
|
25
26
|
deleteFavorite(id: string): Observable<ResponseRequest>;
|
|
26
27
|
getDatasets(): Observable<Dataset[]>;
|
|
27
28
|
addDataset(dataset: Dataset): Observable<void>;
|
|
28
|
-
updateDataset(dataset: Dataset): Observable<
|
|
29
|
+
updateDataset(dataset: Dataset): Observable<undefined | ShareConflict>;
|
|
29
30
|
deleteDataset(id: string): Observable<void>;
|
|
30
31
|
getDatasetById(id: string): Observable<Dataset>;
|
|
31
32
|
getDatasetMetadata(id: string): Observable<MetadataValue[]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -96,18 +96,18 @@
|
|
|
96
96
|
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
97
97
|
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
98
98
|
},
|
|
99
|
-
"./notification": {
|
|
100
|
-
"types": "./notification/index.d.ts",
|
|
101
|
-
"esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
102
|
-
"esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
103
|
-
"default": "./fesm2022/provoly-dashboard-notification.mjs"
|
|
104
|
-
},
|
|
105
99
|
"./pipeline": {
|
|
106
100
|
"types": "./pipeline/index.d.ts",
|
|
107
101
|
"esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
108
102
|
"esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
109
103
|
"default": "./fesm2022/provoly-dashboard-pipeline.mjs"
|
|
110
104
|
},
|
|
105
|
+
"./notification": {
|
|
106
|
+
"types": "./notification/index.d.ts",
|
|
107
|
+
"esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
108
|
+
"esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
109
|
+
"default": "./fesm2022/provoly-dashboard-notification.mjs"
|
|
110
|
+
},
|
|
111
111
|
"./presentation": {
|
|
112
112
|
"types": "./presentation/index.d.ts",
|
|
113
113
|
"esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
@@ -132,36 +132,6 @@
|
|
|
132
132
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
133
133
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
134
134
|
},
|
|
135
|
-
"./filters/autocomplete": {
|
|
136
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
137
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
138
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
139
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
140
|
-
},
|
|
141
|
-
"./filters/date": {
|
|
142
|
-
"types": "./filters/date/index.d.ts",
|
|
143
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
144
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
145
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
146
|
-
},
|
|
147
|
-
"./filters/list": {
|
|
148
|
-
"types": "./filters/list/index.d.ts",
|
|
149
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
150
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
151
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
152
|
-
},
|
|
153
|
-
"./filters/number": {
|
|
154
|
-
"types": "./filters/number/index.d.ts",
|
|
155
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
156
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
157
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
158
|
-
},
|
|
159
|
-
"./filters/text": {
|
|
160
|
-
"types": "./filters/text/index.d.ts",
|
|
161
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
162
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
163
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
164
|
-
},
|
|
165
135
|
"./components/card": {
|
|
166
136
|
"types": "./components/card/index.d.ts",
|
|
167
137
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -216,6 +186,36 @@
|
|
|
216
186
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
217
187
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
218
188
|
},
|
|
189
|
+
"./filters/autocomplete": {
|
|
190
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
191
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
192
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
193
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
194
|
+
},
|
|
195
|
+
"./filters/date": {
|
|
196
|
+
"types": "./filters/date/index.d.ts",
|
|
197
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
198
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
199
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
200
|
+
},
|
|
201
|
+
"./filters/list": {
|
|
202
|
+
"types": "./filters/list/index.d.ts",
|
|
203
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
204
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
205
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
206
|
+
},
|
|
207
|
+
"./filters/number": {
|
|
208
|
+
"types": "./filters/number/index.d.ts",
|
|
209
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
210
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
211
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
212
|
+
},
|
|
213
|
+
"./filters/text": {
|
|
214
|
+
"types": "./filters/text/index.d.ts",
|
|
215
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
216
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
217
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
218
|
+
},
|
|
219
219
|
"./pipeline-components/filter": {
|
|
220
220
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
221
221
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -11,12 +11,15 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.o-chips-selector {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
gap: toRem(15);
|
|
17
|
+
|
|
14
18
|
&__list {
|
|
15
19
|
@extend %list-unstyled;
|
|
16
20
|
gap: toRem(15) toRem(30);
|
|
17
21
|
display: flex;
|
|
18
22
|
flex-wrap: wrap;
|
|
19
|
-
margin: toRem(10) 0;
|
|
20
23
|
}
|
|
21
24
|
|
|
22
25
|
&__main {
|
|
@@ -40,4 +43,12 @@
|
|
|
40
43
|
margin-bottom: 0;
|
|
41
44
|
}
|
|
42
45
|
}
|
|
46
|
+
|
|
47
|
+
.a-h4 {
|
|
48
|
+
margin-bottom: 0;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.-no-items {
|
|
52
|
+
margin-left: toRem(5);
|
|
53
|
+
}
|
|
43
54
|
}
|
package/styles/main.scss
CHANGED
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
@use 'components/o-tabs' as *;
|
|
68
68
|
@use 'components/o-widget' as *;
|
|
69
69
|
@use 'components/o-pry-admin-classes-customize' as *;
|
|
70
|
+
@use 'components/o-pry-admin-dataset-select' as *;
|
|
70
71
|
@use 'components/o-pry-composed-condition' as *;
|
|
71
72
|
@use 'components/o-pry-card' as *;
|
|
72
73
|
@use 'components/o-pry-edit' as *;
|
|
@@ -18,6 +18,11 @@
|
|
|
18
18
|
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
&:hover {
|
|
23
|
+
border-color: themed($theme-map, 'color', 'primary', 600);
|
|
24
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
25
|
+
}
|
|
21
26
|
}
|
|
22
27
|
|
|
23
28
|
&__text {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
&--light {
|
|
22
22
|
background-color: themed($theme-map, 'color', 'primary', 50);
|
|
23
23
|
color: themed($theme-map, 'color', 'primary', 600);
|
|
24
|
-
box-shadow: 0px
|
|
24
|
+
box-shadow: 0px 0px 1px rgba(17, 59, 110, 0.6);
|
|
25
25
|
|
|
26
26
|
&:hover {
|
|
27
27
|
@include changeBgColor(
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
@use 'components-theme/o-accordion.theme' as *;
|
|
43
43
|
@use 'components-theme/o-card.theme' as *;
|
|
44
44
|
@use 'components-theme/o-catalog.theme' as *;
|
|
45
|
+
@use 'components-theme/o-chips-selector.theme' as *;
|
|
45
46
|
@use 'components-theme/o-dashboard.theme' as *;
|
|
46
47
|
@use 'components-theme/o-date-picker.theme' as *;
|
|
47
48
|
@use 'components-theme/o-draggable-menu.theme' as *;
|