@provoly/dashboard 1.3.16 → 1.3.17
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/components/checkbox/checkbox.component.d.ts +1 -0
- package/esm2022/components/checkbox/checkbox.component.mjs +3 -2
- package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-components-checkbox.mjs +2 -1
- package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +2 -2
- 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.3.
|
|
3
|
+
"version": "1.3.17",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -114,18 +114,18 @@
|
|
|
114
114
|
"esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
115
115
|
"default": "./fesm2022/provoly-dashboard-pipeline.mjs"
|
|
116
116
|
},
|
|
117
|
-
"./presentation": {
|
|
118
|
-
"types": "./presentation/index.d.ts",
|
|
119
|
-
"esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
120
|
-
"esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
121
|
-
"default": "./fesm2022/provoly-dashboard-presentation.mjs"
|
|
122
|
-
},
|
|
123
117
|
"./restitution": {
|
|
124
118
|
"types": "./restitution/index.d.ts",
|
|
125
119
|
"esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
126
120
|
"esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
127
121
|
"default": "./fesm2022/provoly-dashboard-restitution.mjs"
|
|
128
122
|
},
|
|
123
|
+
"./presentation": {
|
|
124
|
+
"types": "./presentation/index.d.ts",
|
|
125
|
+
"esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
126
|
+
"esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
127
|
+
"default": "./fesm2022/provoly-dashboard-presentation.mjs"
|
|
128
|
+
},
|
|
129
129
|
"./search": {
|
|
130
130
|
"types": "./search/index.d.ts",
|
|
131
131
|
"esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
@@ -198,18 +198,18 @@
|
|
|
198
198
|
"esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
199
199
|
"default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
|
|
200
200
|
},
|
|
201
|
-
"./components/stepper": {
|
|
202
|
-
"types": "./components/stepper/index.d.ts",
|
|
203
|
-
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
204
|
-
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
205
|
-
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
206
|
-
},
|
|
207
201
|
"./components/text-editor": {
|
|
208
202
|
"types": "./components/text-editor/index.d.ts",
|
|
209
203
|
"esm2022": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
210
204
|
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
211
205
|
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
212
206
|
},
|
|
207
|
+
"./components/stepper": {
|
|
208
|
+
"types": "./components/stepper/index.d.ts",
|
|
209
|
+
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
210
|
+
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
211
|
+
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
212
|
+
},
|
|
213
213
|
"./filters/autocomplete": {
|
|
214
214
|
"types": "./filters/autocomplete/index.d.ts",
|
|
215
215
|
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|