@provoly/dashboard 1.4.50 → 1.4.51

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.
@@ -4,4 +4,5 @@ export interface PrySnackMessage {
4
4
  action?: string;
5
5
  type: 'success' | 'info' | 'warning' | 'error' | 'notif';
6
6
  timeout?: number;
7
+ link?: string;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.4.50",
3
+ "version": "1.4.51",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://documentation.provoly.com/provoly-dashboard/main/index.html",
6
6
  "repository": {
@@ -121,18 +121,18 @@
121
121
  "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
122
122
  "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
123
123
  },
124
- "./presentation": {
125
- "types": "./presentation/index.d.ts",
126
- "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
127
- "esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
128
- "default": "./fesm2022/provoly-dashboard-presentation.mjs"
129
- },
130
124
  "./restitution": {
131
125
  "types": "./restitution/index.d.ts",
132
126
  "esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
133
127
  "esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
134
128
  "default": "./fesm2022/provoly-dashboard-restitution.mjs"
135
129
  },
130
+ "./presentation": {
131
+ "types": "./presentation/index.d.ts",
132
+ "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
133
+ "esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
134
+ "default": "./fesm2022/provoly-dashboard-presentation.mjs"
135
+ },
136
136
  "./search": {
137
137
  "types": "./search/index.d.ts",
138
138
  "esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
@@ -145,6 +145,36 @@
145
145
  "esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
146
146
  "default": "./fesm2022/provoly-dashboard-toolbox.mjs"
147
147
  },
148
+ "./filters/autocomplete": {
149
+ "types": "./filters/autocomplete/index.d.ts",
150
+ "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
151
+ "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
152
+ "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
153
+ },
154
+ "./filters/date": {
155
+ "types": "./filters/date/index.d.ts",
156
+ "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
157
+ "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
158
+ "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
159
+ },
160
+ "./filters/list": {
161
+ "types": "./filters/list/index.d.ts",
162
+ "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
163
+ "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
164
+ "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
165
+ },
166
+ "./filters/number": {
167
+ "types": "./filters/number/index.d.ts",
168
+ "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
169
+ "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
170
+ "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
171
+ },
172
+ "./filters/text": {
173
+ "types": "./filters/text/index.d.ts",
174
+ "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
175
+ "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
176
+ "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
177
+ },
148
178
  "./components/card": {
149
179
  "types": "./components/card/index.d.ts",
150
180
  "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
@@ -217,54 +247,24 @@
217
247
  "esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
218
248
  "default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
219
249
  },
220
- "./filters/autocomplete": {
221
- "types": "./filters/autocomplete/index.d.ts",
222
- "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
223
- "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
224
- "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
225
- },
226
- "./filters/date": {
227
- "types": "./filters/date/index.d.ts",
228
- "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
229
- "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
230
- "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
231
- },
232
- "./filters/list": {
233
- "types": "./filters/list/index.d.ts",
234
- "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
235
- "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
236
- "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
237
- },
238
- "./filters/number": {
239
- "types": "./filters/number/index.d.ts",
240
- "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
241
- "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
242
- "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
243
- },
244
- "./filters/text": {
245
- "types": "./filters/text/index.d.ts",
246
- "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
247
- "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
248
- "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
249
- },
250
250
  "./pipeline-components/filter": {
251
251
  "types": "./pipeline-components/filter/index.d.ts",
252
252
  "esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
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",