@onemrvapublic/design-system 20.7.0-develop.3 → 20.7.0-develop.4

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.
Files changed (1) hide show
  1. package/package.json +35 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "20.7.0-develop.3",
3
+ "version": "20.7.0-develop.4",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,10 +18,15 @@
18
18
  "@angular/platform-browser-dynamic": "^20.0.0",
19
19
  "@angular/router": "^20.0.0",
20
20
  "@ngx-translate/core": "^16.0.4",
21
- "@types/luxon": "^3.4.2",
21
+ "@types/luxon": "^3.7.1",
22
22
  "ibantools": "^4.5.1",
23
+ "ngx-mask": "^20.0.3",
23
24
  "libphonenumber-js": "^1.11.15",
24
- "luxon": "^3.5.0"
25
+ "luxon": "^3.5.0",
26
+ "@jsonforms/angular": "^3.6.0",
27
+ "@jsonforms/angular-material": "^3.6.0",
28
+ "@jsonforms/core": "^3.6.0",
29
+ "@ngrx/component-store": "20.0.1"
25
30
  },
26
31
  "dependencies": {
27
32
  "tslib": "^2.8.1"
@@ -40,14 +45,14 @@
40
45
  "./package.json": {
41
46
  "default": "./package.json"
42
47
  },
43
- "./flag-icon": {
44
- "types": "./flag-icon/index.d.ts",
45
- "default": "./fesm2022/onemrvapublic-design-system-flag-icon.mjs"
46
- },
47
48
  "./jsonform-renderers": {
48
49
  "types": "./jsonform-renderers/index.d.ts",
49
50
  "default": "./fesm2022/onemrvapublic-design-system-jsonform-renderers.mjs"
50
51
  },
52
+ "./flag-icon": {
53
+ "types": "./flag-icon/index.d.ts",
54
+ "default": "./fesm2022/onemrvapublic-design-system-flag-icon.mjs"
55
+ },
51
56
  "./layout": {
52
57
  "types": "./layout/index.d.ts",
53
58
  "default": "./fesm2022/onemrvapublic-design-system-layout.mjs"
@@ -56,13 +61,17 @@
56
61
  "types": "./mat-address/index.d.ts",
57
62
  "default": "./fesm2022/onemrvapublic-design-system-mat-address.mjs"
58
63
  },
64
+ "./mat-breadcrumb": {
65
+ "types": "./mat-breadcrumb/index.d.ts",
66
+ "default": "./fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs"
67
+ },
59
68
  "./mat-avatar": {
60
69
  "types": "./mat-avatar/index.d.ts",
61
70
  "default": "./fesm2022/onemrvapublic-design-system-mat-avatar.mjs"
62
71
  },
63
- "./mat-breadcrumb": {
64
- "types": "./mat-breadcrumb/index.d.ts",
65
- "default": "./fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs"
72
+ "./mat-carousel": {
73
+ "types": "./mat-carousel/index.d.ts",
74
+ "default": "./fesm2022/onemrvapublic-design-system-mat-carousel.mjs"
66
75
  },
67
76
  "./mat-choice-chip": {
68
77
  "types": "./mat-choice-chip/index.d.ts",
@@ -76,10 +85,6 @@
76
85
  "types": "./mat-country-item/index.d.ts",
77
86
  "default": "./fesm2022/onemrvapublic-design-system-mat-country-item.mjs"
78
87
  },
79
- "./mat-carousel": {
80
- "types": "./mat-carousel/index.d.ts",
81
- "default": "./fesm2022/onemrvapublic-design-system-mat-carousel.mjs"
82
- },
83
88
  "./mat-datepicker-header": {
84
89
  "types": "./mat-datepicker-header/index.d.ts",
85
90
  "default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
@@ -92,6 +97,10 @@
92
97
  "types": "./mat-file-upload/index.d.ts",
93
98
  "default": "./fesm2022/onemrvapublic-design-system-mat-file-upload.mjs"
94
99
  },
100
+ "./mat-input-address": {
101
+ "types": "./mat-input-address/index.d.ts",
102
+ "default": "./fesm2022/onemrvapublic-design-system-mat-input-address.mjs"
103
+ },
95
104
  "./mat-input-birthplace": {
96
105
  "types": "./mat-input-birthplace/index.d.ts",
97
106
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs"
@@ -100,10 +109,6 @@
100
109
  "types": "./mat-input-country/index.d.ts",
101
110
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-country.mjs"
102
111
  },
103
- "./mat-input-address": {
104
- "types": "./mat-input-address/index.d.ts",
105
- "default": "./fesm2022/onemrvapublic-design-system-mat-input-address.mjs"
106
- },
107
112
  "./mat-input-enterprise-number": {
108
113
  "types": "./mat-input-enterprise-number/index.d.ts",
109
114
  "default": "./fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs"
@@ -164,18 +169,14 @@
164
169
  "types": "./mat-skeleton/index.d.ts",
165
170
  "default": "./fesm2022/onemrvapublic-design-system-mat-skeleton.mjs"
166
171
  },
167
- "./mat-stepper": {
168
- "types": "./mat-stepper/index.d.ts",
169
- "default": "./fesm2022/onemrvapublic-design-system-mat-stepper.mjs"
170
- },
171
- "./mat-sticker": {
172
- "types": "./mat-sticker/index.d.ts",
173
- "default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
174
- },
175
172
  "./mat-spinner": {
176
173
  "types": "./mat-spinner/index.d.ts",
177
174
  "default": "./fesm2022/onemrvapublic-design-system-mat-spinner.mjs"
178
175
  },
176
+ "./mat-stepper": {
177
+ "types": "./mat-stepper/index.d.ts",
178
+ "default": "./fesm2022/onemrvapublic-design-system-mat-stepper.mjs"
179
+ },
179
180
  "./mat-table-of-content": {
180
181
  "types": "./mat-table-of-content/index.d.ts",
181
182
  "default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
@@ -184,6 +185,10 @@
184
185
  "types": "./mat-task-list/index.d.ts",
185
186
  "default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
186
187
  },
188
+ "./mat-sticker": {
189
+ "types": "./mat-sticker/index.d.ts",
190
+ "default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
191
+ },
187
192
  "./mat-timepicker": {
188
193
  "types": "./mat-timepicker/index.d.ts",
189
194
  "default": "./fesm2022/onemrvapublic-design-system-mat-timepicker.mjs"
@@ -200,13 +205,13 @@
200
205
  "types": "./page-error/index.d.ts",
201
206
  "default": "./fesm2022/onemrvapublic-design-system-page-error.mjs"
202
207
  },
203
- "./page-not-found": {
204
- "types": "./page-not-found/index.d.ts",
205
- "default": "./fesm2022/onemrvapublic-design-system-page-not-found.mjs"
206
- },
207
208
  "./shared": {
208
209
  "types": "./shared/index.d.ts",
209
210
  "default": "./fesm2022/onemrvapublic-design-system-shared.mjs"
211
+ },
212
+ "./page-not-found": {
213
+ "types": "./page-not-found/index.d.ts",
214
+ "default": "./fesm2022/onemrvapublic-design-system-page-not-found.mjs"
210
215
  }
211
216
  },
212
217
  "module": "fesm2022/onemrvapublic-design-system.mjs",