@onemrvapublic/design-system 20.4.2-develop.2 → 20.5.0-develop.1
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-mat-panel.mjs +11 -3
- package/fesm2022/onemrvapublic-design-system-mat-panel.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system.mjs +11 -3
- package/fesm2022/onemrvapublic-design-system.mjs.map +1 -1
- package/index.d.ts +5 -1
- package/mat-panel/index.d.ts +5 -1
- package/package.json +13 -13
package/index.d.ts
CHANGED
|
@@ -1535,15 +1535,19 @@ declare class OnemrvaMatPanelComponent implements AfterViewInit {
|
|
|
1535
1535
|
id: string;
|
|
1536
1536
|
data_cy: string;
|
|
1537
1537
|
disabled: boolean;
|
|
1538
|
+
panel?: OnemrvaMatPanelComponent;
|
|
1538
1539
|
title?: OnemrvaMatPanelTitleComponent;
|
|
1539
1540
|
content: OnemrvaMatPanelContentComponent;
|
|
1540
1541
|
icon?: OnemrvaMatPanelIconComponent;
|
|
1541
1542
|
expandable: boolean;
|
|
1543
|
+
expanded: i0.InputSignal<boolean>;
|
|
1544
|
+
expandedChange: i0.OutputEmitterRef<boolean>;
|
|
1542
1545
|
error?: string;
|
|
1543
1546
|
private readonly cd;
|
|
1547
|
+
onChangeState(val: boolean): void;
|
|
1544
1548
|
ngAfterViewInit(): void;
|
|
1545
1549
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPanelComponent, never>;
|
|
1546
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelComponent, "onemrva-mat-panel", never, { "id": { "alias": "id"; "required": false; }; "data_cy": { "alias": "data_cy"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; }, {}, ["title", "content", "icon"], never, true, never>;
|
|
1550
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelComponent, "onemrva-mat-panel", never, { "id": { "alias": "id"; "required": false; }; "data_cy": { "alias": "data_cy"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; }, { "expandedChange": "expandedChange"; }, ["panel", "title", "content", "icon"], never, true, never>;
|
|
1547
1551
|
}
|
|
1548
1552
|
|
|
1549
1553
|
declare class OnemrvaMatPanelModule {
|
package/mat-panel/index.d.ts
CHANGED
|
@@ -37,15 +37,19 @@ declare class OnemrvaMatPanelComponent implements AfterViewInit {
|
|
|
37
37
|
id: string;
|
|
38
38
|
data_cy: string;
|
|
39
39
|
disabled: boolean;
|
|
40
|
+
panel?: OnemrvaMatPanelComponent;
|
|
40
41
|
title?: OnemrvaMatPanelTitleComponent;
|
|
41
42
|
content: OnemrvaMatPanelContentComponent;
|
|
42
43
|
icon?: OnemrvaMatPanelIconComponent;
|
|
43
44
|
expandable: boolean;
|
|
45
|
+
expanded: i0.InputSignal<boolean>;
|
|
46
|
+
expandedChange: i0.OutputEmitterRef<boolean>;
|
|
44
47
|
error?: string;
|
|
45
48
|
private readonly cd;
|
|
49
|
+
onChangeState(val: boolean): void;
|
|
46
50
|
ngAfterViewInit(): void;
|
|
47
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPanelComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelComponent, "onemrva-mat-panel", never, { "id": { "alias": "id"; "required": false; }; "data_cy": { "alias": "data_cy"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; }, {}, ["title", "content", "icon"], never, true, never>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelComponent, "onemrva-mat-panel", never, { "id": { "alias": "id"; "required": false; }; "data_cy": { "alias": "data_cy"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; }, { "expandedChange": "expandedChange"; }, ["panel", "title", "content", "icon"], never, true, never>;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
declare class OnemrvaMatPanelModule {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onemrvapublic/design-system",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.5.0-develop.1",
|
|
4
4
|
"description": "Design System Onem/Rva without theme included",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"types": "./flag-icon/index.d.ts",
|
|
45
45
|
"default": "./fesm2022/onemrvapublic-design-system-flag-icon.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./mat-address": {
|
|
48
|
-
"types": "./mat-address/index.d.ts",
|
|
49
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-address.mjs"
|
|
50
|
-
},
|
|
51
47
|
"./layout": {
|
|
52
48
|
"types": "./layout/index.d.ts",
|
|
53
49
|
"default": "./fesm2022/onemrvapublic-design-system-layout.mjs"
|
|
54
50
|
},
|
|
51
|
+
"./mat-address": {
|
|
52
|
+
"types": "./mat-address/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-address.mjs"
|
|
54
|
+
},
|
|
55
55
|
"./mat-avatar": {
|
|
56
56
|
"types": "./mat-avatar/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/onemrvapublic-design-system-mat-avatar.mjs"
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
"types": "./mat-navigation/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/onemrvapublic-design-system-mat-navigation.mjs"
|
|
126
126
|
},
|
|
127
|
-
"./mat-paginator": {
|
|
128
|
-
"types": "./mat-paginator/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-paginator.mjs"
|
|
130
|
-
},
|
|
131
127
|
"./mat-notification": {
|
|
132
128
|
"types": "./mat-notification/index.d.ts",
|
|
133
129
|
"default": "./fesm2022/onemrvapublic-design-system-mat-notification.mjs"
|
|
134
130
|
},
|
|
131
|
+
"./mat-paginator": {
|
|
132
|
+
"types": "./mat-paginator/index.d.ts",
|
|
133
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-paginator.mjs"
|
|
134
|
+
},
|
|
135
135
|
"./mat-panel": {
|
|
136
136
|
"types": "./mat-panel/index.d.ts",
|
|
137
137
|
"default": "./fesm2022/onemrvapublic-design-system-mat-panel.mjs"
|
|
@@ -172,14 +172,14 @@
|
|
|
172
172
|
"types": "./mat-sticker/index.d.ts",
|
|
173
173
|
"default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
|
|
174
174
|
},
|
|
175
|
-
"./mat-task-list": {
|
|
176
|
-
"types": "./mat-task-list/index.d.ts",
|
|
177
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
|
|
178
|
-
},
|
|
179
175
|
"./mat-table-of-content": {
|
|
180
176
|
"types": "./mat-table-of-content/index.d.ts",
|
|
181
177
|
"default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
|
|
182
178
|
},
|
|
179
|
+
"./mat-task-list": {
|
|
180
|
+
"types": "./mat-task-list/index.d.ts",
|
|
181
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
|
|
182
|
+
},
|
|
183
183
|
"./mat-timepicker": {
|
|
184
184
|
"types": "./mat-timepicker/index.d.ts",
|
|
185
185
|
"default": "./fesm2022/onemrvapublic-design-system-mat-timepicker.mjs"
|