@provoly/dashboard 1.4.1 → 1.4.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
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
|
-
"./restitution": {
|
|
118
|
-
"types": "./restitution/index.d.ts",
|
|
119
|
-
"esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
120
|
-
"esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
121
|
-
"default": "./fesm2022/provoly-dashboard-restitution.mjs"
|
|
122
|
-
},
|
|
123
117
|
"./presentation": {
|
|
124
118
|
"types": "./presentation/index.d.ts",
|
|
125
119
|
"esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
126
120
|
"esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
127
121
|
"default": "./fesm2022/provoly-dashboard-presentation.mjs"
|
|
128
122
|
},
|
|
123
|
+
"./restitution": {
|
|
124
|
+
"types": "./restitution/index.d.ts",
|
|
125
|
+
"esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
126
|
+
"esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
127
|
+
"default": "./fesm2022/provoly-dashboard-restitution.mjs"
|
|
128
|
+
},
|
|
129
129
|
"./search": {
|
|
130
130
|
"types": "./search/index.d.ts",
|
|
131
131
|
"esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
@@ -138,6 +138,36 @@
|
|
|
138
138
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
139
139
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
140
140
|
},
|
|
141
|
+
"./filters/autocomplete": {
|
|
142
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
143
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
144
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
145
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
146
|
+
},
|
|
147
|
+
"./filters/date": {
|
|
148
|
+
"types": "./filters/date/index.d.ts",
|
|
149
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
150
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
151
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
152
|
+
},
|
|
153
|
+
"./filters/list": {
|
|
154
|
+
"types": "./filters/list/index.d.ts",
|
|
155
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
156
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
157
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
158
|
+
},
|
|
159
|
+
"./filters/number": {
|
|
160
|
+
"types": "./filters/number/index.d.ts",
|
|
161
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
162
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
163
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
164
|
+
},
|
|
165
|
+
"./filters/text": {
|
|
166
|
+
"types": "./filters/text/index.d.ts",
|
|
167
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
168
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
169
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
170
|
+
},
|
|
141
171
|
"./components/card": {
|
|
142
172
|
"types": "./components/card/index.d.ts",
|
|
143
173
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -198,47 +228,17 @@
|
|
|
198
228
|
"esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
199
229
|
"default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
|
|
200
230
|
},
|
|
201
|
-
"./components/text-editor": {
|
|
202
|
-
"types": "./components/text-editor/index.d.ts",
|
|
203
|
-
"esm2022": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
204
|
-
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
205
|
-
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
206
|
-
},
|
|
207
231
|
"./components/stepper": {
|
|
208
232
|
"types": "./components/stepper/index.d.ts",
|
|
209
233
|
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
210
234
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
211
235
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
212
236
|
},
|
|
213
|
-
"./
|
|
214
|
-
"types": "./
|
|
215
|
-
"esm2022": "./esm2022/
|
|
216
|
-
"esm": "./esm2022/
|
|
217
|
-
"default": "./fesm2022/provoly-dashboard-
|
|
218
|
-
},
|
|
219
|
-
"./filters/list": {
|
|
220
|
-
"types": "./filters/list/index.d.ts",
|
|
221
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
222
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
223
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
224
|
-
},
|
|
225
|
-
"./filters/date": {
|
|
226
|
-
"types": "./filters/date/index.d.ts",
|
|
227
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
228
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
229
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
230
|
-
},
|
|
231
|
-
"./filters/number": {
|
|
232
|
-
"types": "./filters/number/index.d.ts",
|
|
233
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
234
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
235
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
236
|
-
},
|
|
237
|
-
"./filters/text": {
|
|
238
|
-
"types": "./filters/text/index.d.ts",
|
|
239
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
240
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
241
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
237
|
+
"./components/text-editor": {
|
|
238
|
+
"types": "./components/text-editor/index.d.ts",
|
|
239
|
+
"esm2022": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
240
|
+
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
241
|
+
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
242
242
|
},
|
|
243
243
|
"./pipeline-components/filter": {
|
|
244
244
|
"types": "./pipeline-components/filter/index.d.ts",
|