@rijkshuisstijl-community/components-angular 7.0.0 → 9.0.0
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/dist/fesm2022/rijkshuisstijl-community-components-angular.mjs +95 -95
- package/dist/fesm2022/rijkshuisstijl-community-components-angular.mjs.map +1 -1
- package/dist/types/rijkshuisstijl-community-components-angular.d.ts +270 -0
- package/package.json +25 -24
- package/dist/action-group/action-group.component.d.ts +0 -6
- package/dist/back-to-top/back-to-top.component.d.ts +0 -7
- package/dist/button/button.component.d.ts +0 -7
- package/dist/column-layout/column-layout.component.d.ts +0 -6
- package/dist/data-summary/data-summary.component.d.ts +0 -6
- package/dist/data-summary-item/data-summary-item.component.d.ts +0 -10
- package/dist/figure/figure.component.d.ts +0 -9
- package/dist/figure-caption/figure-caption.component.d.ts +0 -5
- package/dist/footer/footer.component.d.ts +0 -13
- package/dist/form-field/form-field.component.d.ts +0 -12
- package/dist/form-field-description/form-field-description.component.d.ts +0 -9
- package/dist/form-field-error-message/form-field-error-message.component.d.ts +0 -5
- package/dist/form-field-text-input/form-field-text-input.component.d.ts +0 -46
- package/dist/form-label/form-label.component.d.ts +0 -8
- package/dist/heading/heading.component.d.ts +0 -11
- package/dist/icon/icon.component.d.ts +0 -5
- package/dist/image/image.component.d.ts +0 -5
- package/dist/index.d.ts +0 -5
- package/dist/link/link.component.d.ts +0 -9
- package/dist/link-list/link-list.component.d.ts +0 -5
- package/dist/link-list-item/link-list-item.component.d.ts +0 -5
- package/dist/link-list-link/link-list-link.component.d.ts +0 -6
- package/dist/logo/logo.component.d.ts +0 -7
- package/dist/navbar/navbar.component.d.ts +0 -6
- package/dist/navbar-item/end-item.directive.d.ts +0 -9
- package/dist/navbar-item/heading-item.directive.d.ts +0 -6
- package/dist/navbar-item/navbar-item.component.d.ts +0 -6
- package/dist/paragraph/paragraph.component.d.ts +0 -9
- package/dist/public-api.d.ts +0 -30
- package/dist/text-input/text-input.component.d.ts +0 -18
- package/dist/unordered-list/unordered-list.component.d.ts +0 -6
- package/dist/unordered-list-item/unordered-list-item.component.d.ts +0 -5
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ActionGroupComponent {
|
|
3
|
-
direction: 'column' | 'row' | 'column-stretch';
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionGroupComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionGroupComponent, "rhc-action-group", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BackToTopComponent {
|
|
3
|
-
private window;
|
|
4
|
-
scrollBackToTop: (event: MouseEvent) => void;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BackToTopComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BackToTopComponent, "rhc-back-to-top", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ButtonComponent {
|
|
3
|
-
appearance?: '' | 'primary-action' | 'secondary-action' | 'subtle';
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[rhc-button]", never, { "appearance": { "alias": "appearance"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ColumnLayoutComponent {
|
|
3
|
-
rule?: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnLayoutComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnLayoutComponent, "rhc-column-layout", never, { "rule": { "alias": "rule"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DataSummaryComponent {
|
|
3
|
-
appearance: 'Column' | 'Row';
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DataSummaryComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataSummaryComponent, "rhc-data-summary", never, { "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DataSummaryItemComponent {
|
|
3
|
-
key: string;
|
|
4
|
-
value: string;
|
|
5
|
-
href?: string;
|
|
6
|
-
target?: '_self' | '_blank' | '_parent' | '_top' | '_unfencedTop';
|
|
7
|
-
actionLabel?: string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DataSummaryItemComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataSummaryItemComponent, "div[rhc-data-summary-item]", never, { "key": { "alias": "key"; "required": false; }; "value": { "alias": "value"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "actionLabel": { "alias": "actionLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FigureComponent {
|
|
3
|
-
borderEndEndRadius?: number;
|
|
4
|
-
borderEndStartRadius?: number;
|
|
5
|
-
borderStartEndRadius?: number;
|
|
6
|
-
borderStartStartRadius?: number;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FigureComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FigureComponent, "figure[rhc-figure]", never, { "borderEndEndRadius": { "alias": "borderEndEndRadius"; "required": false; }; "borderEndStartRadius": { "alias": "borderEndStartRadius"; "required": false; }; "borderStartEndRadius": { "alias": "borderStartEndRadius"; "required": false; }; "borderStartStartRadius": { "alias": "borderStartStartRadius"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FigureCaptionComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FigureCaptionComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FigureCaptionComponent, "figcaption[rhc-figure-caption]", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type HeadingLevel } from '../heading/heading.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FooterComponent {
|
|
4
|
-
background: 'primary-filled' | 'primary-outlined';
|
|
5
|
-
preFooter?: boolean;
|
|
6
|
-
preFooterMessage?: string;
|
|
7
|
-
heading?: string;
|
|
8
|
-
appearanceLevel: HeadingLevel;
|
|
9
|
-
subFooter?: boolean;
|
|
10
|
-
get backgroundClass(): string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "footer[rhc-footer]", never, { "background": { "alias": "background"; "required": false; }; "preFooter": { "alias": "preFooter"; "required": false; }; "preFooterMessage": { "alias": "preFooterMessage"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "appearanceLevel": { "alias": "appearanceLevel"; "required": false; }; "subFooter": { "alias": "subFooter"; "required": false; }; }, {}, never, ["[columns]", "[subFooter]"], true, never>;
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FormFieldComponent {
|
|
3
|
-
type?: 'checkbox' | 'radio' | 'text';
|
|
4
|
-
class?: string;
|
|
5
|
-
invalid?: boolean;
|
|
6
|
-
showInput?: boolean;
|
|
7
|
-
showLabel?: boolean;
|
|
8
|
-
showDescription?: boolean;
|
|
9
|
-
constructor();
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "rhc-form-field", never, { "type": { "alias": "type"; "required": false; }; "class": { "alias": "class"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "showInput": { "alias": "showInput"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "showDescription": { "alias": "showDescription"; "required": false; }; }, {}, never, ["[rhc-form-label]", "rhc-form-field-description", "rhc-form-field-error-message", "[rhc-text-input]", "*"], true, never>;
|
|
12
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FormFieldDescriptionComponent {
|
|
3
|
-
invalid?: boolean;
|
|
4
|
-
valid?: boolean;
|
|
5
|
-
warning?: boolean;
|
|
6
|
-
class?: string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldDescriptionComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldDescriptionComponent, "rhc-form-field-description", never, { "invalid": { "alias": "invalid"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "warning": { "alias": "warning"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FormFieldErrorMessageComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldErrorMessageComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldErrorMessageComponent, "rhc-form-field-error-message", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type TextInputTypes = 'date' | 'datetime-local' | 'email' | 'month' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week';
|
|
4
|
-
export declare class FormFieldTextInputComponent implements ControlValueAccessor {
|
|
5
|
-
invalid?: boolean;
|
|
6
|
-
showDescription?: boolean;
|
|
7
|
-
label?: string;
|
|
8
|
-
errorMessage?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
status?: string;
|
|
11
|
-
/**
|
|
12
|
-
* Whether the input is required. Maps to the HTML `aria-required` attribute.
|
|
13
|
-
* Use this if you want to use Angular validation (recommended).
|
|
14
|
-
*/
|
|
15
|
-
required?: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Maps to the HTML `required` attribute.
|
|
18
|
-
* Use this if you want to use HTML validation (not recommended).
|
|
19
|
-
*/
|
|
20
|
-
inputRequired?: boolean;
|
|
21
|
-
readonly?: boolean;
|
|
22
|
-
dir?: 'auto' | 'ltr' | 'rtl';
|
|
23
|
-
name?: string;
|
|
24
|
-
autocomplete?: string;
|
|
25
|
-
placeholder?: string;
|
|
26
|
-
size?: number;
|
|
27
|
-
minLength?: number;
|
|
28
|
-
maxLength?: number;
|
|
29
|
-
min?: number;
|
|
30
|
-
max?: number;
|
|
31
|
-
step?: number;
|
|
32
|
-
type?: TextInputTypes;
|
|
33
|
-
inputId: string;
|
|
34
|
-
value: string;
|
|
35
|
-
disabled: boolean;
|
|
36
|
-
private onChange;
|
|
37
|
-
private onTouched;
|
|
38
|
-
onValueChange(event: Event): void;
|
|
39
|
-
markAsTouched(): void;
|
|
40
|
-
writeValue(value: string): void;
|
|
41
|
-
registerOnChange(fn: (value: string) => void): void;
|
|
42
|
-
registerOnTouched(fn: () => void): void;
|
|
43
|
-
setDisabledState(isDisabled: boolean): void;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTextInputComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTextInputComponent, "rhc-form-field-text-input", never, { "invalid": { "alias": "invalid"; "required": false; }; "showDescription": { "alias": "showDescription"; "required": false; }; "label": { "alias": "label"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "description": { "alias": "description"; "required": false; }; "status": { "alias": "status"; "required": false; }; "required": { "alias": "required"; "required": false; }; "inputRequired": { "alias": "inputRequired"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "name": { "alias": "name"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "type": { "alias": "type"; "required": false; }; "inputId": { "alias": "inputId"; "required": true; }; }, {}, never, never, true, never>;
|
|
46
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FormLabelComponent {
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
checked?: boolean;
|
|
5
|
-
type?: 'checkbox' | 'radio';
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormLabelComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormLabelComponent, "label[rhc-form-label]", never, { "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare const headingLevels: readonly [1, 2, 3, 4, 5];
|
|
3
|
-
export type HeadingLevel = (typeof headingLevels)[number];
|
|
4
|
-
export declare class HeadingComponent {
|
|
5
|
-
level: HeadingLevel;
|
|
6
|
-
appearanceLevel?: HeadingLevel;
|
|
7
|
-
stylingLevel: () => 1 | 2 | 3 | 4 | 5;
|
|
8
|
-
computedClasses: () => string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeadingComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeadingComponent, "rhc-heading", never, { "level": { "alias": "level"; "required": true; }; "appearanceLevel": { "alias": "appearanceLevel"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
11
|
-
}
|
package/dist/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LinkComponent {
|
|
3
|
-
href: string;
|
|
4
|
-
inline?: boolean;
|
|
5
|
-
target?: '_self' | '_blank' | '_parent' | '_top' | '_unfencedTop';
|
|
6
|
-
computedClasses: () => string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "rhc-link", never, { "href": { "alias": "href"; "required": true; }; "inline": { "alias": "inline"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LinkListItemComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LinkListItemComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkListItemComponent, "li[rhc-link-list-item]", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LinkListLinkComponent {
|
|
3
|
-
href: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LinkListLinkComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkListLinkComponent, "a[rhc-link-list-link]", never, { "href": { "alias": "href"; "required": true; }; }, {}, never, ["[icon]", "*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LogoComponent {
|
|
3
|
-
organisation: string;
|
|
4
|
-
subtitle?: string | null;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "figure[rhc-logo]", never, { "organisation": { "alias": "organisation"; "required": true; }; "subtitle": { "alias": "subtitle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class NavbarComponent {
|
|
3
|
-
showEndItems?: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "rhc-navbar", never, { "showEndItems": { "alias": "showEndItems"; "required": false; }; }, {}, never, ["[rhc-navbar-item][rhcHeadingItem]", "[rhc-navbar-item]:not([rhcEndItem])", "[rhc-navbar-item][rhcEndItem]", "*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Deze directive wordt gebruikt als "marker". Hiermee kunnen <li>'s gemarkeerd worden als endItem.
|
|
4
|
-
* Een endItem wordt aan het einde van de navbar geplaatst.
|
|
5
|
-
*/
|
|
6
|
-
export declare class EndItemDirective {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EndItemDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EndItemDirective, "[rhcEndItem]", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class HeadingItemDirective {
|
|
3
|
-
className: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeadingItemDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeadingItemDirective, "[rhcHeadingItem]", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class NavbarItemComponent {
|
|
3
|
-
href: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarItemComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarItemComponent, "li[rhc-navbar-item]", never, { "href": { "alias": "href"; "required": true; }; }, {}, never, ["[icon]", "*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare const appearanceOptions: readonly [undefined, "lead"];
|
|
3
|
-
export type AppearanceType = (typeof appearanceOptions)[number];
|
|
4
|
-
export declare class ParagraphComponent {
|
|
5
|
-
appearance?: AppearanceType;
|
|
6
|
-
computedClass: () => "nl-paragraph nl-paragraph--lead" | "nl-paragraph";
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParagraphComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ParagraphComponent, "rhc-paragraph", never, { "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
package/dist/public-api.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export * from './heading/heading.component';
|
|
2
|
-
export * from './paragraph/paragraph.component';
|
|
3
|
-
export * from './link/link.component';
|
|
4
|
-
export * from './button/button.component';
|
|
5
|
-
export * from './action-group/action-group.component';
|
|
6
|
-
export * from './image/image.component';
|
|
7
|
-
export * from './figure/figure.component';
|
|
8
|
-
export * from './figure-caption/figure-caption.component';
|
|
9
|
-
export * from './icon/icon.component';
|
|
10
|
-
export * from './unordered-list/unordered-list.component';
|
|
11
|
-
export * from './unordered-list-item/unordered-list-item.component';
|
|
12
|
-
export * from './column-layout/column-layout.component';
|
|
13
|
-
export * from './logo/logo.component';
|
|
14
|
-
export * from './form-field/form-field.component';
|
|
15
|
-
export * from './form-field-description/form-field-description.component';
|
|
16
|
-
export * from './form-field-error-message/form-field-error-message.component';
|
|
17
|
-
export * from './form-field-text-input/form-field-text-input.component';
|
|
18
|
-
export * from './form-label/form-label.component';
|
|
19
|
-
export * from './text-input/text-input.component';
|
|
20
|
-
export * from './link-list-link/link-list-link.component';
|
|
21
|
-
export * from './link-list/link-list.component';
|
|
22
|
-
export * from './link-list-item/link-list-item.component';
|
|
23
|
-
export * from './navbar/navbar.component';
|
|
24
|
-
export * from './navbar-item/navbar-item.component';
|
|
25
|
-
export * from './navbar-item/heading-item.directive';
|
|
26
|
-
export * from './navbar-item/end-item.directive';
|
|
27
|
-
export * from './footer/footer.component';
|
|
28
|
-
export * from './data-summary/data-summary.component';
|
|
29
|
-
export * from './data-summary-item/data-summary-item.component';
|
|
30
|
-
export * from './back-to-top/back-to-top.component';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TextInputComponent {
|
|
3
|
-
disabled?: boolean | undefined;
|
|
4
|
-
invalid?: boolean | undefined;
|
|
5
|
-
/**
|
|
6
|
-
* Whether the input is required. Maps to the HTML `aria-required` attribute.
|
|
7
|
-
* Use this if you want to use Angular validation (recommended).
|
|
8
|
-
*/
|
|
9
|
-
required?: boolean | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* Maps to the HTML `required` attribute.
|
|
12
|
-
* Use this if you want to use HTML validation (not recommended).
|
|
13
|
-
*/
|
|
14
|
-
inputRequired?: boolean | undefined;
|
|
15
|
-
readonly?: boolean | undefined;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "input[rhc-text-input]", never, { "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "required": { "alias": "required"; "required": false; }; "inputRequired": { "alias": "inputRequired"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
18
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class UnorderedListComponent {
|
|
3
|
-
nested?: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UnorderedListComponent, "ul[rhc-unordered-list]", never, { "nested": { "alias": "nested"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class UnorderedListItemComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListItemComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UnorderedListItemComponent, "li[rhc-unordered-list-item]", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|