@provoly/dashboard 1.4.50 → 1.4.52
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/core/components/snackbar/snack.interface.mjs +1 -1
- package/esm2022/lib/core/components/snackbar/snackbar/snackbar.component.mjs +2 -5
- package/fesm2022/provoly-dashboard.mjs +1 -4
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/snackbar/snack.interface.d.ts +1 -0
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.52",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"homepage": "https://documentation.provoly.com/provoly-dashboard/main/index.html",
|
|
6
6
|
"repository": {
|
|
@@ -97,18 +97,18 @@
|
|
|
97
97
|
"esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
98
98
|
"default": "./fesm2022/provoly-dashboard-dataset.mjs"
|
|
99
99
|
},
|
|
100
|
-
"./import": {
|
|
101
|
-
"types": "./import/index.d.ts",
|
|
102
|
-
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
103
|
-
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
104
|
-
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
105
|
-
},
|
|
106
100
|
"./mock": {
|
|
107
101
|
"types": "./mock/index.d.ts",
|
|
108
102
|
"esm2022": "./esm2022/mock/provoly-dashboard-mock.mjs",
|
|
109
103
|
"esm": "./esm2022/mock/provoly-dashboard-mock.mjs",
|
|
110
104
|
"default": "./fesm2022/provoly-dashboard-mock.mjs"
|
|
111
105
|
},
|
|
106
|
+
"./import": {
|
|
107
|
+
"types": "./import/index.d.ts",
|
|
108
|
+
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
109
|
+
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
110
|
+
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
111
|
+
},
|
|
112
112
|
"./notification": {
|
|
113
113
|
"types": "./notification/index.d.ts",
|
|
114
114
|
"esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
@@ -193,18 +193,18 @@
|
|
|
193
193
|
"esm": "./esm2022/components/page-loader/provoly-dashboard-components-page-loader.mjs",
|
|
194
194
|
"default": "./fesm2022/provoly-dashboard-components-page-loader.mjs"
|
|
195
195
|
},
|
|
196
|
-
"./components/paginator": {
|
|
197
|
-
"types": "./components/paginator/index.d.ts",
|
|
198
|
-
"esm2022": "./esm2022/components/paginator/provoly-dashboard-components-paginator.mjs",
|
|
199
|
-
"esm": "./esm2022/components/paginator/provoly-dashboard-components-paginator.mjs",
|
|
200
|
-
"default": "./fesm2022/provoly-dashboard-components-paginator.mjs"
|
|
201
|
-
},
|
|
202
196
|
"./components/scheme-picker": {
|
|
203
197
|
"types": "./components/scheme-picker/index.d.ts",
|
|
204
198
|
"esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
205
199
|
"esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
206
200
|
"default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
|
|
207
201
|
},
|
|
202
|
+
"./components/paginator": {
|
|
203
|
+
"types": "./components/paginator/index.d.ts",
|
|
204
|
+
"esm2022": "./esm2022/components/paginator/provoly-dashboard-components-paginator.mjs",
|
|
205
|
+
"esm": "./esm2022/components/paginator/provoly-dashboard-components-paginator.mjs",
|
|
206
|
+
"default": "./fesm2022/provoly-dashboard-components-paginator.mjs"
|
|
207
|
+
},
|
|
208
208
|
"./components/stepper": {
|
|
209
209
|
"types": "./components/stepper/index.d.ts",
|
|
210
210
|
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
@@ -253,18 +253,18 @@
|
|
|
253
253
|
"esm": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
254
254
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-filter.mjs"
|
|
255
255
|
},
|
|
256
|
-
"./pipeline-components/noop": {
|
|
257
|
-
"types": "./pipeline-components/noop/index.d.ts",
|
|
258
|
-
"esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
259
|
-
"esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
260
|
-
"default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
|
|
261
|
-
},
|
|
262
256
|
"./pipeline-components/input-datasource": {
|
|
263
257
|
"types": "./pipeline-components/input-datasource/index.d.ts",
|
|
264
258
|
"esm2022": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
265
259
|
"esm": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
266
260
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs"
|
|
267
261
|
},
|
|
262
|
+
"./pipeline-components/noop": {
|
|
263
|
+
"types": "./pipeline-components/noop/index.d.ts",
|
|
264
|
+
"esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
265
|
+
"esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
266
|
+
"default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
|
|
267
|
+
},
|
|
268
268
|
"./pipeline-components/output-dataset": {
|
|
269
269
|
"types": "./pipeline-components/output-dataset/index.d.ts",
|
|
270
270
|
"esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|