@provoly/dashboard 1.3.13 → 1.3.15
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/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +5 -2
- package/esm2022/components/data-format/data-format.pipe.mjs +7 -19
- package/esm2022/import/components/list/import-list.component.mjs +3 -3
- package/esm2022/import/components/version-modal/version-modal.component.mjs +5 -4
- package/esm2022/import/i18n/en.translations.mjs +3 -3
- package/esm2022/import/i18n/fr.translations.mjs +3 -3
- package/esm2022/lib/core/i18n/en.translations.mjs +2 -2
- package/esm2022/lib/core/i18n/fr.translations.mjs +2 -2
- package/esm2022/lib/core/store/search/search.effects.mjs +1 -1
- package/esm2022/lib/dashboard/action-bus/service/bus.service.mjs +4 -4
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +3 -3
- package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +4 -4
- package/esm2022/lib/dashboard/store/manifest-utils.class.mjs +2 -2
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +2 -2
- package/fesm2022/provoly-dashboard-admin.mjs +4 -1
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-data-format.mjs +6 -18
- package/fesm2022/provoly-dashboard-components-data-format.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-import.mjs +8 -8
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +9 -9
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/i18n/en.translations.d.ts +1 -1
- package/lib/core/i18n/fr.translations.d.ts +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.15",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -174,18 +174,18 @@
|
|
|
174
174
|
"esm": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
175
175
|
"default": "./fesm2022/provoly-dashboard-components-card.mjs"
|
|
176
176
|
},
|
|
177
|
-
"./components/color-picker": {
|
|
178
|
-
"types": "./components/color-picker/index.d.ts",
|
|
179
|
-
"esm2022": "./esm2022/components/color-picker/provoly-dashboard-components-color-picker.mjs",
|
|
180
|
-
"esm": "./esm2022/components/color-picker/provoly-dashboard-components-color-picker.mjs",
|
|
181
|
-
"default": "./fesm2022/provoly-dashboard-components-color-picker.mjs"
|
|
182
|
-
},
|
|
183
177
|
"./components/checkbox": {
|
|
184
178
|
"types": "./components/checkbox/index.d.ts",
|
|
185
179
|
"esm2022": "./esm2022/components/checkbox/provoly-dashboard-components-checkbox.mjs",
|
|
186
180
|
"esm": "./esm2022/components/checkbox/provoly-dashboard-components-checkbox.mjs",
|
|
187
181
|
"default": "./fesm2022/provoly-dashboard-components-checkbox.mjs"
|
|
188
182
|
},
|
|
183
|
+
"./components/color-picker": {
|
|
184
|
+
"types": "./components/color-picker/index.d.ts",
|
|
185
|
+
"esm2022": "./esm2022/components/color-picker/provoly-dashboard-components-color-picker.mjs",
|
|
186
|
+
"esm": "./esm2022/components/color-picker/provoly-dashboard-components-color-picker.mjs",
|
|
187
|
+
"default": "./fesm2022/provoly-dashboard-components-color-picker.mjs"
|
|
188
|
+
},
|
|
189
189
|
"./components/data-format": {
|
|
190
190
|
"types": "./components/data-format/index.d.ts",
|
|
191
191
|
"esm2022": "./esm2022/components/data-format/provoly-dashboard-components-data-format.mjs",
|