@provoly/dashboard 1.2.3 → 1.2.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/esm2022/components/data-format/data-format.pipe.mjs +2 -2
- package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +3 -3
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-components-data-format.mjs +1 -1
- package/fesm2022/provoly-dashboard-components-data-format.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/package.json +31 -31
- package/styles/components/_o-widget.scss +1 -1
- package/styles-theme/components-theme/_o-widget.theme.scss +4 -1
- package/widgets/widget-analytic/component/widget-analytic.component.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -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",
|
|
@@ -234,6 +204,36 @@
|
|
|
234
204
|
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
235
205
|
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
236
206
|
},
|
|
207
|
+
"./filters/autocomplete": {
|
|
208
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
209
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
210
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
211
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
212
|
+
},
|
|
213
|
+
"./filters/date": {
|
|
214
|
+
"types": "./filters/date/index.d.ts",
|
|
215
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
216
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
217
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
218
|
+
},
|
|
219
|
+
"./filters/list": {
|
|
220
|
+
"types": "./filters/list/index.d.ts",
|
|
221
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
222
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
223
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
224
|
+
},
|
|
225
|
+
"./filters/number": {
|
|
226
|
+
"types": "./filters/number/index.d.ts",
|
|
227
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
228
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
229
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
230
|
+
},
|
|
231
|
+
"./filters/text": {
|
|
232
|
+
"types": "./filters/text/index.d.ts",
|
|
233
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
234
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
235
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
236
|
+
},
|
|
237
237
|
"./pipeline-components/filter": {
|
|
238
238
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
239
239
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
|
|
42
42
|
.m-btn-group.-selection-choice, .m-btn-group.-map-selection-choice {
|
|
43
43
|
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
44
|
-
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
|
|
45
44
|
|
|
46
45
|
.a-btn {
|
|
47
46
|
color: themed($theme-map, 'color', 'primary', 600);
|
|
@@ -54,6 +53,10 @@
|
|
|
54
53
|
}
|
|
55
54
|
}
|
|
56
55
|
|
|
56
|
+
.m-btn-group.-map-selection-choice.-map-export, .m-btn-group.-map-selection-choice.-closed {
|
|
57
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
|
|
58
|
+
}
|
|
59
|
+
|
|
57
60
|
.node-label {
|
|
58
61
|
display: grid;
|
|
59
62
|
place-items: center;
|