@onemrvapublic/design-system 20.7.0-develop.12 → 20.7.0-develop.13
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/fesm2022/onemrvapublic-design-system-layout.mjs +1 -1
- package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs +2 -2
- package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-toast.mjs +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-toast.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-shared.mjs +3 -2
- package/fesm2022/onemrvapublic-design-system-shared.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system.mjs +7 -6
- package/fesm2022/onemrvapublic-design-system.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +24 -24
- package/shared/index.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -2750,7 +2750,7 @@ declare class OnemRvaColorDirective {
|
|
|
2750
2750
|
/** @hidden @internal */
|
|
2751
2751
|
get _isNeutral(): boolean;
|
|
2752
2752
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaColorDirective, never>;
|
|
2753
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaColorDirective, "onemrva-mat-selectable-box[color],div[color],onemrva-mat-avatar[color],mat-card[color],mat-toolbar[color],onemrva-mat-spinner[color],onemrva-mat-notification[color],onemrva-mat-task-list[color],onemrva-mat-sticker[color],onemrva-mat-panel[color],onemrva-mat-task[color],onemrva-mat-choice-chip[color],mat-form-field[color],button[color],mat-icon[color],mat-chip[color],mat-chip-option[color]", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
2753
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaColorDirective, "onemrva-mat-selectable-box[color],div[color],onemrva-mat-avatar[color],mat-card[color],mat-toolbar[color],onemrva-mat-spinner[color],onemrva-mat-notification[color],onemrva-mat-task-list[color],onemrva-mat-sticker[color],onemrva-mat-panel[color],onemrva-mat-task[color],onemrva-mat-choice-chip[color],mat-form-field[color],button[color],mat-icon[color],mat-chip[color],mat-chip-option[color]mat-hint[color],", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
2754
2754
|
}
|
|
2755
2755
|
|
|
2756
2756
|
declare class MatRowClickableDirective extends OnemRvaColorDirective {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onemrvapublic/design-system",
|
|
3
|
-
"version": "20.7.0-develop.
|
|
3
|
+
"version": "20.7.0-develop.13",
|
|
4
4
|
"description": "Design System Onem/Rva without theme included",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -69,6 +69,10 @@
|
|
|
69
69
|
"types": "./mat-breadcrumb/index.d.ts",
|
|
70
70
|
"default": "./fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs"
|
|
71
71
|
},
|
|
72
|
+
"./mat-carousel": {
|
|
73
|
+
"types": "./mat-carousel/index.d.ts",
|
|
74
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-carousel.mjs"
|
|
75
|
+
},
|
|
72
76
|
"./mat-choice-chip": {
|
|
73
77
|
"types": "./mat-choice-chip/index.d.ts",
|
|
74
78
|
"default": "./fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs"
|
|
@@ -81,9 +85,9 @@
|
|
|
81
85
|
"types": "./mat-country-item/index.d.ts",
|
|
82
86
|
"default": "./fesm2022/onemrvapublic-design-system-mat-country-item.mjs"
|
|
83
87
|
},
|
|
84
|
-
"./mat-
|
|
85
|
-
"types": "./mat-
|
|
86
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-
|
|
88
|
+
"./mat-datepicker-header": {
|
|
89
|
+
"types": "./mat-datepicker-header/index.d.ts",
|
|
90
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
|
|
87
91
|
},
|
|
88
92
|
"./mat-empty-row": {
|
|
89
93
|
"types": "./mat-empty-row/index.d.ts",
|
|
@@ -93,22 +97,18 @@
|
|
|
93
97
|
"types": "./mat-file-upload/index.d.ts",
|
|
94
98
|
"default": "./fesm2022/onemrvapublic-design-system-mat-file-upload.mjs"
|
|
95
99
|
},
|
|
96
|
-
"./mat-datepicker-header": {
|
|
97
|
-
"types": "./mat-datepicker-header/index.d.ts",
|
|
98
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
|
|
99
|
-
},
|
|
100
100
|
"./mat-input-address": {
|
|
101
101
|
"types": "./mat-input-address/index.d.ts",
|
|
102
102
|
"default": "./fesm2022/onemrvapublic-design-system-mat-input-address.mjs"
|
|
103
103
|
},
|
|
104
|
-
"./mat-input-birthplace": {
|
|
105
|
-
"types": "./mat-input-birthplace/index.d.ts",
|
|
106
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs"
|
|
107
|
-
},
|
|
108
104
|
"./mat-input-country": {
|
|
109
105
|
"types": "./mat-input-country/index.d.ts",
|
|
110
106
|
"default": "./fesm2022/onemrvapublic-design-system-mat-input-country.mjs"
|
|
111
107
|
},
|
|
108
|
+
"./mat-input-birthplace": {
|
|
109
|
+
"types": "./mat-input-birthplace/index.d.ts",
|
|
110
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs"
|
|
111
|
+
},
|
|
112
112
|
"./mat-input-enterprise-number": {
|
|
113
113
|
"types": "./mat-input-enterprise-number/index.d.ts",
|
|
114
114
|
"default": "./fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs"
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
"types": "./mat-input-iban/index.d.ts",
|
|
118
118
|
"default": "./fesm2022/onemrvapublic-design-system-mat-input-iban.mjs"
|
|
119
119
|
},
|
|
120
|
-
"./mat-input-phone": {
|
|
121
|
-
"types": "./mat-input-phone/index.d.ts",
|
|
122
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-input-phone.mjs"
|
|
123
|
-
},
|
|
124
120
|
"./mat-message-box": {
|
|
125
121
|
"types": "./mat-message-box/index.d.ts",
|
|
126
122
|
"default": "./fesm2022/onemrvapublic-design-system-mat-message-box.mjs"
|
|
127
123
|
},
|
|
124
|
+
"./mat-input-phone": {
|
|
125
|
+
"types": "./mat-input-phone/index.d.ts",
|
|
126
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-input-phone.mjs"
|
|
127
|
+
},
|
|
128
128
|
"./mat-multi-select": {
|
|
129
129
|
"types": "./mat-multi-select/index.d.ts",
|
|
130
130
|
"default": "./fesm2022/onemrvapublic-design-system-mat-multi-select.mjs"
|
|
@@ -157,6 +157,14 @@
|
|
|
157
157
|
"types": "./mat-select-search/index.d.ts",
|
|
158
158
|
"default": "./fesm2022/onemrvapublic-design-system-mat-select-search.mjs"
|
|
159
159
|
},
|
|
160
|
+
"./mat-selectable-box": {
|
|
161
|
+
"types": "./mat-selectable-box/index.d.ts",
|
|
162
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs"
|
|
163
|
+
},
|
|
164
|
+
"./mat-side-menu": {
|
|
165
|
+
"types": "./mat-side-menu/index.d.ts",
|
|
166
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-side-menu.mjs"
|
|
167
|
+
},
|
|
160
168
|
"./mat-skeleton": {
|
|
161
169
|
"types": "./mat-skeleton/index.d.ts",
|
|
162
170
|
"default": "./fesm2022/onemrvapublic-design-system-mat-skeleton.mjs"
|
|
@@ -169,14 +177,6 @@
|
|
|
169
177
|
"types": "./mat-stepper/index.d.ts",
|
|
170
178
|
"default": "./fesm2022/onemrvapublic-design-system-mat-stepper.mjs"
|
|
171
179
|
},
|
|
172
|
-
"./mat-selectable-box": {
|
|
173
|
-
"types": "./mat-selectable-box/index.d.ts",
|
|
174
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs"
|
|
175
|
-
},
|
|
176
|
-
"./mat-side-menu": {
|
|
177
|
-
"types": "./mat-side-menu/index.d.ts",
|
|
178
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-side-menu.mjs"
|
|
179
|
-
},
|
|
180
180
|
"./mat-sticker": {
|
|
181
181
|
"types": "./mat-sticker/index.d.ts",
|
|
182
182
|
"default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
|
package/shared/index.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ declare class OnemRvaColorDirective {
|
|
|
114
114
|
/** @hidden @internal */
|
|
115
115
|
get _isNeutral(): boolean;
|
|
116
116
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaColorDirective, never>;
|
|
117
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaColorDirective, "onemrva-mat-selectable-box[color],div[color],onemrva-mat-avatar[color],mat-card[color],mat-toolbar[color],onemrva-mat-spinner[color],onemrva-mat-notification[color],onemrva-mat-task-list[color],onemrva-mat-sticker[color],onemrva-mat-panel[color],onemrva-mat-task[color],onemrva-mat-choice-chip[color],mat-form-field[color],button[color],mat-icon[color],mat-chip[color],mat-chip-option[color]", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
117
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaColorDirective, "onemrva-mat-selectable-box[color],div[color],onemrva-mat-avatar[color],mat-card[color],mat-toolbar[color],onemrva-mat-spinner[color],onemrva-mat-notification[color],onemrva-mat-task-list[color],onemrva-mat-sticker[color],onemrva-mat-panel[color],onemrva-mat-task[color],onemrva-mat-choice-chip[color],mat-form-field[color],button[color],mat-icon[color],mat-chip[color],mat-chip-option[color]mat-hint[color],", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
declare class MatRowClickableDirective extends OnemRvaColorDirective {
|