@provoly/dashboard 0.12.8 → 0.13.0

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": "0.12.8",
3
+ "version": "0.13.0",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "15.x || 16.x",
@@ -55,18 +55,18 @@
55
55
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
56
56
  "default": "./fesm2022/provoly-dashboard-import.mjs"
57
57
  },
58
- "./pipeline": {
59
- "types": "./pipeline/index.d.ts",
60
- "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
61
- "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
62
- "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
63
- },
64
58
  "./notification": {
65
59
  "types": "./notification/index.d.ts",
66
60
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
67
61
  "esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
68
62
  "default": "./fesm2022/provoly-dashboard-notification.mjs"
69
63
  },
64
+ "./pipeline": {
65
+ "types": "./pipeline/index.d.ts",
66
+ "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
67
+ "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
68
+ "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
69
+ },
70
70
  "./presentation": {
71
71
  "types": "./presentation/index.d.ts",
72
72
  "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
@@ -97,6 +97,30 @@
97
97
  "esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
98
98
  "default": "./fesm2022/provoly-dashboard-toolbox.mjs"
99
99
  },
100
+ "./filters/date": {
101
+ "types": "./filters/date/index.d.ts",
102
+ "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
103
+ "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
104
+ "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
105
+ },
106
+ "./filters/list": {
107
+ "types": "./filters/list/index.d.ts",
108
+ "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
109
+ "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
110
+ "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
111
+ },
112
+ "./filters/number": {
113
+ "types": "./filters/number/index.d.ts",
114
+ "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
115
+ "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
116
+ "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
117
+ },
118
+ "./filters/text": {
119
+ "types": "./filters/text/index.d.ts",
120
+ "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
121
+ "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
122
+ "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
123
+ },
100
124
  "./components/card": {
101
125
  "types": "./components/card/index.d.ts",
102
126
  "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
@@ -133,30 +157,6 @@
133
157
  "esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
134
158
  "default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
135
159
  },
136
- "./filters/date": {
137
- "types": "./filters/date/index.d.ts",
138
- "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
139
- "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
140
- "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
141
- },
142
- "./filters/list": {
143
- "types": "./filters/list/index.d.ts",
144
- "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
145
- "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
146
- "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
147
- },
148
- "./filters/number": {
149
- "types": "./filters/number/index.d.ts",
150
- "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
151
- "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
152
- "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
153
- },
154
- "./filters/text": {
155
- "types": "./filters/text/index.d.ts",
156
- "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
157
- "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
158
- "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
159
- },
160
160
  "./pipeline-components/filter": {
161
161
  "types": "./pipeline-components/filter/index.d.ts",
162
162
  "esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",