@provoly/dashboard 1.4.29 → 1.4.31
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/lib/dashboard/store/dashboard.effects.mjs +6 -6
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +13 -4
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +12 -3
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +5 -5
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.31",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "17.x || 18.x",
|
|
@@ -120,18 +120,18 @@
|
|
|
120
120
|
"esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
121
121
|
"default": "./fesm2022/provoly-dashboard-presentation.mjs"
|
|
122
122
|
},
|
|
123
|
-
"./search": {
|
|
124
|
-
"types": "./search/index.d.ts",
|
|
125
|
-
"esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
126
|
-
"esm": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
127
|
-
"default": "./fesm2022/provoly-dashboard-search.mjs"
|
|
128
|
-
},
|
|
129
123
|
"./restitution": {
|
|
130
124
|
"types": "./restitution/index.d.ts",
|
|
131
125
|
"esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
132
126
|
"esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
133
127
|
"default": "./fesm2022/provoly-dashboard-restitution.mjs"
|
|
134
128
|
},
|
|
129
|
+
"./search": {
|
|
130
|
+
"types": "./search/index.d.ts",
|
|
131
|
+
"esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
132
|
+
"esm": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
133
|
+
"default": "./fesm2022/provoly-dashboard-search.mjs"
|
|
134
|
+
},
|
|
135
135
|
"./toolbox": {
|
|
136
136
|
"types": "./toolbox/index.d.ts",
|
|
137
137
|
"esm2022": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
@@ -186,18 +186,18 @@
|
|
|
186
186
|
"esm": "./esm2022/components/page-loader/provoly-dashboard-components-page-loader.mjs",
|
|
187
187
|
"default": "./fesm2022/provoly-dashboard-components-page-loader.mjs"
|
|
188
188
|
},
|
|
189
|
-
"./components/paginator": {
|
|
190
|
-
"types": "./components/paginator/index.d.ts",
|
|
191
|
-
"esm2022": "./esm2022/components/paginator/provoly-dashboard-components-paginator.mjs",
|
|
192
|
-
"esm": "./esm2022/components/paginator/provoly-dashboard-components-paginator.mjs",
|
|
193
|
-
"default": "./fesm2022/provoly-dashboard-components-paginator.mjs"
|
|
194
|
-
},
|
|
195
189
|
"./components/scheme-picker": {
|
|
196
190
|
"types": "./components/scheme-picker/index.d.ts",
|
|
197
191
|
"esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
198
192
|
"esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
199
193
|
"default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
|
|
200
194
|
},
|
|
195
|
+
"./components/paginator": {
|
|
196
|
+
"types": "./components/paginator/index.d.ts",
|
|
197
|
+
"esm2022": "./esm2022/components/paginator/provoly-dashboard-components-paginator.mjs",
|
|
198
|
+
"esm": "./esm2022/components/paginator/provoly-dashboard-components-paginator.mjs",
|
|
199
|
+
"default": "./fesm2022/provoly-dashboard-components-paginator.mjs"
|
|
200
|
+
},
|
|
201
201
|
"./components/stepper": {
|
|
202
202
|
"types": "./components/stepper/index.d.ts",
|
|
203
203
|
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|