@onemrvapublic/design-system 20.7.0-develop.11 → 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 +17 -17
- 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"
|
|
@@ -81,14 +81,14 @@
|
|
|
81
81
|
"types": "./mat-copy-to-clipboard/index.d.ts",
|
|
82
82
|
"default": "./fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs"
|
|
83
83
|
},
|
|
84
|
-
"./mat-datepicker-header": {
|
|
85
|
-
"types": "./mat-datepicker-header/index.d.ts",
|
|
86
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
|
|
87
|
-
},
|
|
88
84
|
"./mat-country-item": {
|
|
89
85
|
"types": "./mat-country-item/index.d.ts",
|
|
90
86
|
"default": "./fesm2022/onemrvapublic-design-system-mat-country-item.mjs"
|
|
91
87
|
},
|
|
88
|
+
"./mat-datepicker-header": {
|
|
89
|
+
"types": "./mat-datepicker-header/index.d.ts",
|
|
90
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
|
|
91
|
+
},
|
|
92
92
|
"./mat-empty-row": {
|
|
93
93
|
"types": "./mat-empty-row/index.d.ts",
|
|
94
94
|
"default": "./fesm2022/onemrvapublic-design-system-mat-empty-row.mjs"
|
|
@@ -97,10 +97,6 @@
|
|
|
97
97
|
"types": "./mat-file-upload/index.d.ts",
|
|
98
98
|
"default": "./fesm2022/onemrvapublic-design-system-mat-file-upload.mjs"
|
|
99
99
|
},
|
|
100
|
-
"./mat-input-birthplace": {
|
|
101
|
-
"types": "./mat-input-birthplace/index.d.ts",
|
|
102
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs"
|
|
103
|
-
},
|
|
104
100
|
"./mat-input-address": {
|
|
105
101
|
"types": "./mat-input-address/index.d.ts",
|
|
106
102
|
"default": "./fesm2022/onemrvapublic-design-system-mat-input-address.mjs"
|
|
@@ -109,6 +105,10 @@
|
|
|
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"
|
|
@@ -169,14 +169,14 @@
|
|
|
169
169
|
"types": "./mat-skeleton/index.d.ts",
|
|
170
170
|
"default": "./fesm2022/onemrvapublic-design-system-mat-skeleton.mjs"
|
|
171
171
|
},
|
|
172
|
-
"./mat-stepper": {
|
|
173
|
-
"types": "./mat-stepper/index.d.ts",
|
|
174
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-stepper.mjs"
|
|
175
|
-
},
|
|
176
172
|
"./mat-spinner": {
|
|
177
173
|
"types": "./mat-spinner/index.d.ts",
|
|
178
174
|
"default": "./fesm2022/onemrvapublic-design-system-mat-spinner.mjs"
|
|
179
175
|
},
|
|
176
|
+
"./mat-stepper": {
|
|
177
|
+
"types": "./mat-stepper/index.d.ts",
|
|
178
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-stepper.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 {
|