@onemrvapublic/design-system 20.2.1-alpha.2 → 20.2.1-develop.2
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 +16 -16
- package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system.mjs +16 -16
- package/fesm2022/onemrvapublic-design-system.mjs.map +1 -1
- package/index.d.ts +12 -12
- package/layout/index.d.ts +12 -12
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { AfterViewInit, TemplateRef, QueryList, ChangeDetectorRef,
|
|
2
|
+
import { AfterViewInit, TemplateRef, QueryList, ChangeDetectorRef, DestroyRef, ViewContainerRef, Type, WritableSignal, OnInit, OnDestroy, EventEmitter, PipeTransform, ElementRef, Renderer2, InjectionToken, AfterContentChecked, OnChanges, ComponentFactoryResolver, AfterContentInit, SimpleChanges, DoCheck, ErrorHandler, Provider } from '@angular/core';
|
|
3
3
|
import * as i15 from '@angular/router';
|
|
4
4
|
import { RouterLink, Router, ActivatedRoute } from '@angular/router';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
@@ -119,11 +119,6 @@ declare class LayoutFooterComponent {
|
|
|
119
119
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutFooterComponent, "onemrva-layout-footer", never, {}, {}, never, ["*"], true, never>;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
interface OnemRvaLanguage {
|
|
123
|
-
code: string;
|
|
124
|
-
label: string;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
122
|
declare class OnemRvaProfile {
|
|
128
123
|
private _isLoggedIn;
|
|
129
124
|
private _firstName;
|
|
@@ -150,12 +145,6 @@ declare class LayoutLoginMenuComponent implements AfterViewInit {
|
|
|
150
145
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutLoginMenuComponent, "onemrva-layout-login-menu", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
151
146
|
}
|
|
152
147
|
|
|
153
|
-
declare class StripHtmlPipe implements PipeTransform {
|
|
154
|
-
transform(value: string): any;
|
|
155
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StripHtmlPipe, never>;
|
|
156
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<StripHtmlPipe, "striphtml", true>;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
148
|
declare class DrawerHostDirective implements AfterViewInit {
|
|
160
149
|
destroyRef: DestroyRef;
|
|
161
150
|
drawer: MatDrawer;
|
|
@@ -192,6 +181,11 @@ declare class LayoutAfterNavComponent implements AfterViewInit {
|
|
|
192
181
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutAfterNavComponent, "onemrva-layout-after-nav", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
193
182
|
}
|
|
194
183
|
|
|
184
|
+
interface OnemRvaLanguage {
|
|
185
|
+
code: string;
|
|
186
|
+
label: string;
|
|
187
|
+
}
|
|
188
|
+
|
|
195
189
|
declare class LayoutComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
196
190
|
routes?: QueryList<LayoutRouteComponent>;
|
|
197
191
|
title?: LayoutTitleComponent;
|
|
@@ -288,6 +282,12 @@ declare class LayoutDrawerTitleComponent {
|
|
|
288
282
|
|
|
289
283
|
declare const layoutComponents: (typeof LayoutRouteComponent | typeof LayoutFooterComponent | typeof LayoutComponent | typeof LayoutLeftSidenavComponent)[];
|
|
290
284
|
|
|
285
|
+
declare class StripHtmlPipe implements PipeTransform {
|
|
286
|
+
transform(value: string): any;
|
|
287
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StripHtmlPipe, never>;
|
|
288
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<StripHtmlPipe, "striphtml", true>;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
291
|
declare function CoerceBooleanInput(defaultValue: boolean): (target: any, propertyKey: string | symbol) => void;
|
|
292
292
|
|
|
293
293
|
declare function ObservableContent(): (target: any, propertyKey: string) => void;
|
package/layout/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { AfterViewInit, TemplateRef, QueryList, ChangeDetectorRef,
|
|
2
|
+
import { AfterViewInit, TemplateRef, QueryList, ChangeDetectorRef, DestroyRef, ViewContainerRef, Type, WritableSignal, OnInit, OnDestroy, EventEmitter, PipeTransform } from '@angular/core';
|
|
3
3
|
import * as i15 from '@angular/router';
|
|
4
4
|
import { RouterLink, Router } from '@angular/router';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
@@ -91,11 +91,6 @@ declare class LayoutFooterComponent {
|
|
|
91
91
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutFooterComponent, "onemrva-layout-footer", never, {}, {}, never, ["*"], true, never>;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
interface OnemRvaLanguage {
|
|
95
|
-
code: string;
|
|
96
|
-
label: string;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
94
|
declare class OnemRvaProfile {
|
|
100
95
|
private _isLoggedIn;
|
|
101
96
|
private _firstName;
|
|
@@ -122,12 +117,6 @@ declare class LayoutLoginMenuComponent implements AfterViewInit {
|
|
|
122
117
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutLoginMenuComponent, "onemrva-layout-login-menu", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
123
118
|
}
|
|
124
119
|
|
|
125
|
-
declare class StripHtmlPipe implements PipeTransform {
|
|
126
|
-
transform(value: string): any;
|
|
127
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StripHtmlPipe, never>;
|
|
128
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<StripHtmlPipe, "striphtml", true>;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
120
|
declare class DrawerHostDirective implements AfterViewInit {
|
|
132
121
|
destroyRef: DestroyRef;
|
|
133
122
|
drawer: MatDrawer;
|
|
@@ -164,6 +153,11 @@ declare class LayoutAfterNavComponent implements AfterViewInit {
|
|
|
164
153
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutAfterNavComponent, "onemrva-layout-after-nav", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
165
154
|
}
|
|
166
155
|
|
|
156
|
+
interface OnemRvaLanguage {
|
|
157
|
+
code: string;
|
|
158
|
+
label: string;
|
|
159
|
+
}
|
|
160
|
+
|
|
167
161
|
declare class LayoutComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
168
162
|
routes?: QueryList<LayoutRouteComponent>;
|
|
169
163
|
title?: LayoutTitleComponent;
|
|
@@ -260,6 +254,12 @@ declare class LayoutDrawerTitleComponent {
|
|
|
260
254
|
|
|
261
255
|
declare const layoutComponents: (typeof LayoutRouteComponent | typeof LayoutFooterComponent | typeof LayoutComponent | typeof LayoutLeftSidenavComponent)[];
|
|
262
256
|
|
|
257
|
+
declare class StripHtmlPipe implements PipeTransform {
|
|
258
|
+
transform(value: string): any;
|
|
259
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StripHtmlPipe, never>;
|
|
260
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<StripHtmlPipe, "striphtml", true>;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
263
|
declare function CoerceBooleanInput(defaultValue: boolean): (target: any, propertyKey: string | symbol) => void;
|
|
264
264
|
|
|
265
265
|
declare function ObservableContent(): (target: any, propertyKey: string) => void;
|