@provoly/dashboard 1.4.29 → 1.4.30
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.30",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "17.x || 18.x",
|
|
@@ -78,12 +78,6 @@
|
|
|
78
78
|
"esm": "./esm2022/provoly-dashboard.mjs",
|
|
79
79
|
"default": "./fesm2022/provoly-dashboard.mjs"
|
|
80
80
|
},
|
|
81
|
-
"./admin": {
|
|
82
|
-
"types": "./admin/index.d.ts",
|
|
83
|
-
"esm2022": "./esm2022/admin/provoly-dashboard-admin.mjs",
|
|
84
|
-
"esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
|
|
85
|
-
"default": "./fesm2022/provoly-dashboard-admin.mjs"
|
|
86
|
-
},
|
|
87
81
|
"./dataset": {
|
|
88
82
|
"types": "./dataset/index.d.ts",
|
|
89
83
|
"esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
@@ -108,17 +102,23 @@
|
|
|
108
102
|
"esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
109
103
|
"default": "./fesm2022/provoly-dashboard-notification.mjs"
|
|
110
104
|
},
|
|
105
|
+
"./presentation": {
|
|
106
|
+
"types": "./presentation/index.d.ts",
|
|
107
|
+
"esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
108
|
+
"esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
109
|
+
"default": "./fesm2022/provoly-dashboard-presentation.mjs"
|
|
110
|
+
},
|
|
111
111
|
"./pipeline": {
|
|
112
112
|
"types": "./pipeline/index.d.ts",
|
|
113
113
|
"esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
114
114
|
"esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
115
115
|
"default": "./fesm2022/provoly-dashboard-pipeline.mjs"
|
|
116
116
|
},
|
|
117
|
-
"./
|
|
118
|
-
"types": "./
|
|
119
|
-
"esm2022": "./esm2022/
|
|
120
|
-
"esm": "./esm2022/
|
|
121
|
-
"default": "./fesm2022/provoly-dashboard-
|
|
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
122
|
},
|
|
123
123
|
"./search": {
|
|
124
124
|
"types": "./search/index.d.ts",
|
|
@@ -126,11 +126,11 @@
|
|
|
126
126
|
"esm": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
127
127
|
"default": "./fesm2022/provoly-dashboard-search.mjs"
|
|
128
128
|
},
|
|
129
|
-
"./
|
|
130
|
-
"types": "./
|
|
131
|
-
"esm2022": "./esm2022/
|
|
132
|
-
"esm": "./esm2022/
|
|
133
|
-
"default": "./fesm2022/provoly-dashboard-
|
|
129
|
+
"./admin": {
|
|
130
|
+
"types": "./admin/index.d.ts",
|
|
131
|
+
"esm2022": "./esm2022/admin/provoly-dashboard-admin.mjs",
|
|
132
|
+
"esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
|
|
133
|
+
"default": "./fesm2022/provoly-dashboard-admin.mjs"
|
|
134
134
|
},
|
|
135
135
|
"./toolbox": {
|
|
136
136
|
"types": "./toolbox/index.d.ts",
|
|
@@ -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",
|
|
@@ -210,36 +240,6 @@
|
|
|
210
240
|
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
211
241
|
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
212
242
|
},
|
|
213
|
-
"./filters/autocomplete": {
|
|
214
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
215
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
216
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
217
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
218
|
-
},
|
|
219
|
-
"./filters/date": {
|
|
220
|
-
"types": "./filters/date/index.d.ts",
|
|
221
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
222
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
223
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
224
|
-
},
|
|
225
|
-
"./filters/list": {
|
|
226
|
-
"types": "./filters/list/index.d.ts",
|
|
227
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
228
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
229
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.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"
|
|
242
|
-
},
|
|
243
243
|
"./pipeline-components/filter": {
|
|
244
244
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
245
245
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|