@provoly/dashboard 0.23.6 → 0.23.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.
@@ -4,7 +4,7 @@ export interface Filter {
4
4
  type: string;
5
5
  attributes: {
6
6
  id: string;
7
- customId: string;
7
+ customId?: string;
8
8
  technicalName: string;
9
9
  label: string;
10
10
  datasource: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.23.6",
3
+ "version": "0.23.8",
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,6 +132,36 @@
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
+ },
135
165
  "./components/card": {
136
166
  "types": "./components/card/index.d.ts",
137
167
  "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
@@ -186,36 +216,6 @@
186
216
  "esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
187
217
  "default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
188
218
  },
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",
@@ -312,17 +312,17 @@
312
312
  "esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
313
313
  "default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
314
314
  },
315
- "./widgets/widget-vega": {
316
- "types": "./widgets/widget-vega/index.d.ts",
317
- "esm2022": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
318
- "esm": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
319
- "default": "./fesm2022/provoly-dashboard-widgets-widget-vega.mjs"
320
- },
321
315
  "./widgets/widget-tile": {
322
316
  "types": "./widgets/widget-tile/index.d.ts",
323
317
  "esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
324
318
  "esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
325
319
  "default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
320
+ },
321
+ "./widgets/widget-vega": {
322
+ "types": "./widgets/widget-vega/index.d.ts",
323
+ "esm2022": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
324
+ "esm": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
325
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-vega.mjs"
326
326
  }
327
327
  },
328
328
  "schematics": "./schematics/collection.json",
@@ -14,6 +14,7 @@
14
14
  display: flex;
15
15
  flex-direction: column;
16
16
  gap: toRem(15);
17
+ height: 100%;
17
18
 
18
19
  &__list {
19
20
  @extend %list-unstyled;
@@ -22,14 +23,6 @@
22
23
  flex-wrap: wrap;
23
24
  }
24
25
 
25
- &__main {
26
- flex: 1 1;
27
- }
28
-
29
- &__bottom {
30
- padding: toRem(5);
31
- }
32
-
33
26
  &__chip {
34
27
  border-radius: toRem(15);
35
28
  padding: toRem(5) toRem(10);
@@ -48,7 +41,16 @@
48
41
  margin-bottom: 0;
49
42
  }
50
43
 
51
- .-no-items {
52
- margin-left: toRem(5);
44
+ &__items {
45
+ max-height: 85%;
46
+ overflow: auto;
47
+ }
48
+
49
+ &__used-items {
50
+ margin-bottom: toRem(10);
51
+ }
52
+
53
+ &__unused-items {
54
+ margin-bottom: toRem(1);
53
55
  }
54
56
  }
@@ -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 0px 1px rgba(17, 59, 110, 0.6);
24
+ border: solid 1px themed($theme-map, 'color', 'primary', 300);
25
25
 
26
26
  &:hover {
27
27
  @include changeBgColor(