@flywheel-io/vision 1.17.0 → 2.0.0-beta-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/components/alert/alert.component.d.ts +1 -1
- package/components/app-icon/app-icon.component.d.ts +1 -1
- package/components/avatar/avatar.component.d.ts +1 -1
- package/components/badge/badge.component.d.ts +1 -1
- package/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
- package/components/breadcrumbs/crumb.component.d.ts +1 -1
- package/components/button/button.component.d.ts +1 -1
- package/components/button/button.directives.d.ts +5 -5
- package/components/button-group/button-group.component.d.ts +1 -1
- package/components/button-toggle/button-toggle-item/button-toggle-item.component.d.ts +1 -1
- package/components/button-toggle/button-toggle.component.d.ts +1 -1
- package/components/card/card-attribute/card-attribute.component.d.ts +1 -1
- package/components/card/card-author/card-author.component.d.ts +1 -1
- package/components/card/card-content/card-content.component.d.ts +1 -1
- package/components/card/card-footer/card-footer.component.d.ts +1 -1
- package/components/card/card-header/card-header.component.d.ts +1 -1
- package/components/card/card.component.d.ts +1 -1
- package/components/checkbox/checkbox.component.d.ts +1 -1
- package/components/chip/chip.component.d.ts +1 -1
- package/components/contained-input/contained-input.component.d.ts +1 -1
- package/components/date-input/date-input.component.d.ts +1 -1
- package/components/dialog/dialog-actions.component.d.ts +1 -1
- package/components/dialog/dialog-confirm.component.d.ts +1 -1
- package/components/dialog/dialog-content.component.d.ts +1 -1
- package/components/dialog/dialog-header.component.d.ts +1 -1
- package/components/dialog/dialog-simple.component.d.ts +1 -1
- package/components/dialog/dialog.component.d.ts +1 -1
- package/components/form-heading/form-heading.component.d.ts +1 -1
- package/components/icon/icon.component.d.ts +1 -1
- package/components/icon-button/icon-button.component.d.ts +1 -1
- package/components/layouts/context/context.component.d.ts +1 -1
- package/components/layouts/grid/grid.component.d.ts +2 -2
- package/components/layouts/layout-group.component.d.ts +1 -1
- package/components/layouts/panel/panel.component.d.ts +1 -1
- package/components/layouts/sidebar/sidebar.component.d.ts +1 -1
- package/components/layouts/toolbar/toolbar.component.d.ts +1 -1
- package/components/menu/menu-close-triggers.directive.d.ts +1 -1
- package/components/menu/menu-container/menu-container.component.d.ts +1 -1
- package/components/menu/menu-header/menu-header.component.d.ts +1 -1
- package/components/menu/menu-item/menu-item.component.d.ts +1 -1
- package/components/menu/menu-item-group/menu-item-group.component.d.ts +1 -1
- package/components/menu/menu-separator/menu-separator.component.d.ts +1 -1
- package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +1 -1
- package/components/menu/menu.component.d.ts +1 -1
- package/components/navbar/navbar-header/navbar-header.component.d.ts +1 -1
- package/components/navbar/navbar-item/navbar-item.component.d.ts +1 -1
- package/components/navbar/navbar-sub-item/navbar-sub-item.component.d.ts +1 -1
- package/components/navbar/navbar.component.d.ts +1 -1
- package/components/number-input/number-input.component.d.ts +1 -1
- package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +1 -1
- package/components/paginator/paginator.component.d.ts +1 -1
- package/components/phone-input/phone-input.component.d.ts +1 -1
- package/components/popover/popover-panel/popover-panel.component.d.ts +1 -1
- package/components/popover/popover.component.d.ts +1 -1
- package/components/progress/bar/bar.component.d.ts +1 -1
- package/components/progress/spinner/spinner.component.d.ts +1 -1
- package/components/radio/radio-group.component.d.ts +1 -1
- package/components/radio/radio.component.d.ts +1 -1
- package/components/section-heading/back-button/back-button.component.d.ts +1 -1
- package/components/section-heading/section-heading.component.d.ts +1 -1
- package/components/section-heading/subsection-heading/subsection-heading.component.d.ts +1 -1
- package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +1 -1
- package/components/select-menu/select-menu.component.d.ts +1 -1
- package/components/snackbar/snackbar/snackbar.component.d.ts +1 -1
- package/components/snackbar/snackbar-container/snackbar-container.component.d.ts +1 -1
- package/components/snackbar/snackbar.module.d.ts +3 -5
- package/components/stepper/step.component.d.ts +2 -2
- package/components/stepper/stepper.component.d.ts +1 -1
- package/components/switch/switch.component.d.ts +1 -1
- package/components/table/cell.d.ts +7 -7
- package/components/table/row.d.ts +7 -7
- package/components/table/table-dense.component.d.ts +1 -1
- package/components/table/table.component.d.ts +1 -1
- package/components/tabs/tab/tab.component.d.ts +1 -1
- package/components/tabs/tab-panel/tab-panel.component.d.ts +1 -1
- package/components/tabs/tabs.component.d.ts +1 -1
- package/components/text-input/text-input.component.d.ts +1 -1
- package/components/textarea-input/textarea-input.component.d.ts +1 -1
- package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +1 -1
- package/components/tooltip/tooltip.component.d.ts +1 -1
- package/components/wrapped-input/wrapped-input.component.d.ts +1 -1
- package/esm2020/components/alert/alert.component.mjs +4 -4
- package/esm2020/components/alert/alert.module.mjs +5 -5
- package/esm2020/components/app-icon/app-icon.component.mjs +4 -4
- package/esm2020/components/app-icon/app-icon.module.mjs +5 -5
- package/esm2020/components/avatar/avatar.component.mjs +4 -4
- package/esm2020/components/avatar/avatar.module.mjs +5 -5
- package/esm2020/components/badge/badge.component.mjs +5 -5
- package/esm2020/components/badge/badge.module.mjs +5 -5
- package/esm2020/components/breadcrumbs/breadcrumbs.component.mjs +4 -4
- package/esm2020/components/breadcrumbs/breadcrumbs.module.mjs +5 -5
- package/esm2020/components/breadcrumbs/crumb.component.mjs +4 -4
- package/esm2020/components/button/button.component.mjs +4 -4
- package/esm2020/components/button/button.directives.mjs +16 -16
- package/esm2020/components/button/button.module.mjs +5 -5
- package/esm2020/components/button-group/button-group.component.mjs +4 -4
- package/esm2020/components/button-group/button-group.module.mjs +5 -5
- package/esm2020/components/button-toggle/button-toggle-item/button-toggle-item.component.mjs +4 -4
- package/esm2020/components/button-toggle/button-toggle.component.mjs +4 -4
- package/esm2020/components/button-toggle/button-toggle.module.mjs +5 -5
- package/esm2020/components/card/card-attribute/card-attribute.component.mjs +4 -4
- package/esm2020/components/card/card-author/card-author.component.mjs +4 -4
- package/esm2020/components/card/card-content/card-content.component.mjs +4 -4
- package/esm2020/components/card/card-footer/card-footer.component.mjs +4 -4
- package/esm2020/components/card/card-header/card-header.component.mjs +4 -4
- package/esm2020/components/card/card.component.mjs +4 -4
- package/esm2020/components/card/card.module.mjs +5 -5
- package/esm2020/components/checkbox/checkbox.component.mjs +6 -6
- package/esm2020/components/checkbox/checkbox.module.mjs +5 -5
- package/esm2020/components/chip/chip.component.mjs +4 -4
- package/esm2020/components/chip/chip.module.mjs +5 -5
- package/esm2020/components/contained-input/contained-input.component.mjs +4 -4
- package/esm2020/components/contained-input/contained-input.module.mjs +5 -5
- package/esm2020/components/date-input/date-input.component.mjs +4 -4
- package/esm2020/components/date-input/date-input.module.mjs +5 -5
- package/esm2020/components/dialog/dialog-actions.component.mjs +4 -4
- package/esm2020/components/dialog/dialog-confirm.component.mjs +4 -4
- package/esm2020/components/dialog/dialog-content.component.mjs +4 -4
- package/esm2020/components/dialog/dialog-header.component.mjs +4 -4
- package/esm2020/components/dialog/dialog-simple.component.mjs +4 -4
- package/esm2020/components/dialog/dialog.component.mjs +4 -4
- package/esm2020/components/dialog/dialog.service.mjs +4 -4
- package/esm2020/components/dialog/dialogs.module.mjs +5 -5
- package/esm2020/components/form-heading/form-heading.component.mjs +4 -4
- package/esm2020/components/form-heading/form-heading.module.mjs +5 -5
- package/esm2020/components/icon/icon.component.mjs +4 -4
- package/esm2020/components/icon/icon.module.mjs +5 -5
- package/esm2020/components/icon-button/icon-button.component.mjs +4 -4
- package/esm2020/components/icon-button/icon-button.module.mjs +5 -5
- package/esm2020/components/layouts/context/context.component.mjs +4 -4
- package/esm2020/components/layouts/grid/grid.component.mjs +7 -7
- package/esm2020/components/layouts/layout-group.component.mjs +4 -4
- package/esm2020/components/layouts/layouts.module.mjs +5 -5
- package/esm2020/components/layouts/panel/panel.component.mjs +4 -4
- package/esm2020/components/layouts/sidebar/sidebar.component.mjs +4 -4
- package/esm2020/components/layouts/toolbar/toolbar.component.mjs +4 -4
- package/esm2020/components/menu/menu-close-triggers.directive.mjs +4 -4
- package/esm2020/components/menu/menu-container/menu-container.component.mjs +4 -4
- package/esm2020/components/menu/menu-header/menu-header.component.mjs +4 -4
- package/esm2020/components/menu/menu-item/menu-item.component.mjs +4 -4
- package/esm2020/components/menu/menu-item-group/menu-item-group.component.mjs +4 -4
- package/esm2020/components/menu/menu-separator/menu-separator.component.mjs +4 -4
- package/esm2020/components/menu/menu-sub-item/menu-sub-item.component.mjs +4 -4
- package/esm2020/components/menu/menu.component.mjs +4 -4
- package/esm2020/components/menu/menu.module.mjs +5 -5
- package/esm2020/components/navbar/navbar-header/navbar-header.component.mjs +4 -4
- package/esm2020/components/navbar/navbar-item/navbar-item.component.mjs +4 -4
- package/esm2020/components/navbar/navbar-sub-item/navbar-sub-item.component.mjs +4 -4
- package/esm2020/components/navbar/navbar.component.mjs +4 -4
- package/esm2020/components/navbar/navbar.module.mjs +5 -5
- package/esm2020/components/number-input/number-input.component.mjs +4 -4
- package/esm2020/components/number-input/number-input.module.mjs +5 -5
- package/esm2020/components/paginator/paginator-advanced/paginator-advanced.component.mjs +4 -4
- package/esm2020/components/paginator/paginator.component.mjs +4 -4
- package/esm2020/components/paginator/paginator.module.mjs +5 -5
- package/esm2020/components/phone-input/phone-input.component.mjs +5 -5
- package/esm2020/components/phone-input/phone-input.module.mjs +5 -5
- package/esm2020/components/popover/popover-panel/popover-panel.component.mjs +4 -4
- package/esm2020/components/popover/popover.component.mjs +4 -4
- package/esm2020/components/popover/popover.module.mjs +5 -5
- package/esm2020/components/progress/bar/bar.component.mjs +5 -5
- package/esm2020/components/progress/progress.module.mjs +5 -5
- package/esm2020/components/progress/spinner/spinner.component.mjs +4 -4
- package/esm2020/components/radio/radio-group.component.mjs +4 -4
- package/esm2020/components/radio/radio.component.mjs +5 -5
- package/esm2020/components/radio/radio.module.mjs +5 -5
- package/esm2020/components/section-heading/back-button/back-button.component.mjs +4 -4
- package/esm2020/components/section-heading/section-heading.component.mjs +4 -4
- package/esm2020/components/section-heading/section-heading.module.mjs +5 -5
- package/esm2020/components/section-heading/subsection-heading/subsection-heading.component.mjs +4 -4
- package/esm2020/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +5 -5
- package/esm2020/components/select-menu/select-menu.component.mjs +4 -4
- package/esm2020/components/select-menu/select-menu.module.mjs +5 -5
- package/esm2020/components/shared/pipes/pipes.module.mjs +5 -5
- package/esm2020/components/shared/pipes/translate.pipe.mjs +4 -4
- package/esm2020/components/shared/pipes/trusthtml.pipe.mjs +4 -4
- package/esm2020/components/shared/translation.service.mjs +4 -4
- package/esm2020/components/snackbar/snackbar/snackbar.component.mjs +4 -4
- package/esm2020/components/snackbar/snackbar-container/snackbar-container.component.mjs +4 -4
- package/esm2020/components/snackbar/snackbar.module.mjs +5 -13
- package/esm2020/components/snackbar/snackbar.service.mjs +4 -4
- package/esm2020/components/stepper/step.component.mjs +7 -7
- package/esm2020/components/stepper/stepper.component.mjs +4 -4
- package/esm2020/components/stepper/stepper.module.mjs +5 -5
- package/esm2020/components/switch/switch.component.mjs +4 -4
- package/esm2020/components/switch/switch.module.mjs +5 -5
- package/esm2020/components/table/cell.mjs +22 -22
- package/esm2020/components/table/row.mjs +22 -22
- package/esm2020/components/table/table-dense.component.mjs +6 -6
- package/esm2020/components/table/table.component.mjs +6 -6
- package/esm2020/components/table/table.module.mjs +5 -5
- package/esm2020/components/tabs/tab/tab.component.mjs +4 -4
- package/esm2020/components/tabs/tab-panel/tab-panel.component.mjs +4 -4
- package/esm2020/components/tabs/tabs.component.mjs +4 -4
- package/esm2020/components/tabs/tabs.module.mjs +5 -5
- package/esm2020/components/text-input/text-input.component.mjs +4 -4
- package/esm2020/components/text-input/text-input.module.mjs +5 -5
- package/esm2020/components/textarea-input/textarea-input.component.mjs +4 -4
- package/esm2020/components/textarea-input/textarea-input.module.mjs +5 -5
- package/esm2020/components/tooltip/tooltip-panel/tooltip-panel.component.mjs +4 -4
- package/esm2020/components/tooltip/tooltip.component.mjs +5 -5
- package/esm2020/components/tooltip/tooltip.module.mjs +5 -5
- package/esm2020/components/wrapped-input/wrapped-input.component.mjs +4 -4
- package/esm2020/components/wrapped-input/wrapped-input.module.mjs +5 -5
- package/esm2020/public-api.mjs +1 -12
- package/fesm2015/flywheel-io-vision.mjs +482 -1207
- package/fesm2015/flywheel-io-vision.mjs.map +1 -1
- package/fesm2020/flywheel-io-vision.mjs +482 -1199
- package/fesm2020/flywheel-io-vision.mjs.map +1 -1
- package/flywheel-io-vision-2.0.0-beta-0.tgz +0 -0
- package/global.scss +0 -4
- package/package.json +3 -4
- package/public-api.d.ts +0 -11
- package/public-api.scss +0 -1
- package/scss/atoms/scrollbar.scss +1 -1
- package/scss/config/colors.scss +0 -5
- package/scss/icons/_icon-font-face.scss +1 -1
- package/scss/icons/_icon-glyphs.scss +2 -0
- package/scss/icons/_icon-variables.scss +2 -0
- package/styles.css +990 -8042
- package/components/legacy/dialog/choice-dialog.component.d.ts +0 -35
- package/components/legacy/dialog/confirm-dialog.component.d.ts +0 -20
- package/components/legacy/dialog/dialog.module.d.ts +0 -19
- package/components/legacy/dialog/dialog.service.d.ts +0 -25
- package/components/legacy/dialog/error-dialog.component.d.ts +0 -18
- package/components/legacy/dialog/portal-dialog.component.d.ts +0 -33
- package/components/legacy/notification/notification/notification.component.d.ts +0 -20
- package/components/legacy/notification/notification/notification.model.d.ts +0 -14
- package/components/legacy/notification/notification-container/notification-container.component.d.ts +0 -25
- package/components/legacy/notification/notification-timer.service.d.ts +0 -10
- package/components/legacy/notification/notification.module.d.ts +0 -12
- package/components/legacy/notification/notification.service.d.ts +0 -13
- package/esm2020/components/legacy/dialog/choice-dialog.component.mjs +0 -107
- package/esm2020/components/legacy/dialog/confirm-dialog.component.mjs +0 -61
- package/esm2020/components/legacy/dialog/dialog.module.mjs +0 -82
- package/esm2020/components/legacy/dialog/dialog.service.mjs +0 -75
- package/esm2020/components/legacy/dialog/error-dialog.component.mjs +0 -52
- package/esm2020/components/legacy/dialog/portal-dialog.component.mjs +0 -109
- package/esm2020/components/legacy/notification/notification/notification.component.mjs +0 -74
- package/esm2020/components/legacy/notification/notification/notification.model.mjs +0 -9
- package/esm2020/components/legacy/notification/notification-container/notification-container.component.mjs +0 -98
- package/esm2020/components/legacy/notification/notification-timer.service.mjs +0 -29
- package/esm2020/components/legacy/notification/notification.module.mjs +0 -47
- package/esm2020/components/legacy/notification/notification.service.mjs +0 -36
- package/scss/material/theme.scss +0 -243
|
@@ -10,5 +10,5 @@ export declare class FwAlertComponent {
|
|
|
10
10
|
showClose?: boolean;
|
|
11
11
|
close: EventEmitter<void>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwAlertComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwAlertComponent, "fw-alert", never, { "description": "description"; "icon": "icon"; "severity": "severity"; "title": "title"; "variant": "variant"; "showClose": "showClose"; }, { "close": "close"; }, never, ["*", "fw-button"], false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwAlertComponent, "fw-alert", never, { "description": "description"; "icon": "icon"; "severity": "severity"; "title": "title"; "variant": "variant"; "showClose": "showClose"; }, { "close": "close"; }, never, ["*", "fw-button"], false, never>;
|
|
14
14
|
}
|
|
@@ -15,5 +15,5 @@ export declare class FwAppIconComponent {
|
|
|
15
15
|
role: string;
|
|
16
16
|
get cssClass(): string;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwAppIconComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwAppIconComponent, "fw-app-icon", never, { "title": "title"; "icon": "icon"; "imageUrl": "imageUrl"; "color": "color"; "fontColor": "fontColor"; "size": "size"; "variant": "variant"; "badge": "badge"; "tabindex": "tabindex"; "locked": "locked"; "animated": "animated"; }, {}, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwAppIconComponent, "fw-app-icon", never, { "title": "title"; "icon": "icon"; "imageUrl": "imageUrl"; "color": "color"; "fontColor": "fontColor"; "size": "size"; "variant": "variant"; "badge": "badge"; "tabindex": "tabindex"; "locked": "locked"; "animated": "animated"; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -14,5 +14,5 @@ export declare class FwAvatarComponent {
|
|
|
14
14
|
loadImage(): void;
|
|
15
15
|
errorImage(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwAvatarComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwAvatarComponent, "fw-avatar", never, { "color": "color"; "variant": "variant"; "content": "content"; "size": "size"; "initial": "initial"; "imageUrl": "imageUrl"; "imageAltText": "imageAltText"; "icon": "icon"; }, {}, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwAvatarComponent, "fw-avatar", never, { "color": "color"; "variant": "variant"; "content": "content"; "size": "size"; "initial": "initial"; "imageUrl": "imageUrl"; "imageAltText": "imageAltText"; "icon": "icon"; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -8,5 +8,5 @@ export declare class FwBadgeComponent {
|
|
|
8
8
|
get cssClass(): string;
|
|
9
9
|
showBadge(): boolean;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwBadgeComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwBadgeComponent, "fw-badge", never, { "color": "color"; "variant": "variant"; "value": "value"; "hideZero": "hideZero"; "hideEmpty": "hideEmpty"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwBadgeComponent, "fw-badge", never, { "color": "color"; "variant": "variant"; "value": "value"; "hideZero": "hideZero"; "hideEmpty": "hideEmpty"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FwBreadcrumbsComponent implements AfterContentInit {
|
|
|
5
5
|
crumbs: QueryList<FwCrumbComponent>;
|
|
6
6
|
ngAfterContentInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwBreadcrumbsComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwBreadcrumbsComponent, "fw-breadcrumbs", never, {}, {}, ["crumbs"], ["fw-crumb"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwBreadcrumbsComponent, "fw-breadcrumbs", never, {}, {}, ["crumbs"], ["fw-crumb"], false, never>;
|
|
9
9
|
}
|
|
@@ -8,5 +8,5 @@ export declare class FwCrumbComponent {
|
|
|
8
8
|
click: EventEmitter<Event>;
|
|
9
9
|
handleClick(evt: Event): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCrumbComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwCrumbComponent, "fw-crumb", never, { "title": "title"; "description": "description"; "href": "href"; "last": "last"; }, { "click": "click"; }, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwCrumbComponent, "fw-crumb", never, { "title": "title"; "description": "description"; "href": "href"; "last": "last"; }, { "click": "click"; }, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -12,5 +12,5 @@ export declare class FwButtonComponent {
|
|
|
12
12
|
rightIcon?: IconType;
|
|
13
13
|
getMappedColor(): 'primary' | 'secondary' | 'red' | 'slate' | 'orange' | 'green' | undefined;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonComponent, "fw-button", never, { "color": "color"; "size": "size"; "variant": "variant"; "type": "type"; "disabled": "disabled"; "fullWidth": "fullWidth"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; }, {}, never, ["*"], false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonComponent, "fw-button", never, { "color": "color"; "size": "size"; "variant": "variant"; "type": "type"; "disabled": "disabled"; "fullWidth": "fullWidth"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -5,33 +5,33 @@ export declare class FwButtonDirective {
|
|
|
5
5
|
get style(): SafeStyle;
|
|
6
6
|
constructor(sanitizer: DomSanitizer);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonDirective, "[fwButton]", never, {}, {}, never, never, false>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonDirective, "[fwButton]", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
10
10
|
export declare class FwButtonPrimaryDirective {
|
|
11
11
|
private sanitizer;
|
|
12
12
|
get style(): SafeStyle;
|
|
13
13
|
constructor(sanitizer: DomSanitizer);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonPrimaryDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonPrimaryDirective, "[fwButtonPrimary]", never, {}, {}, never, never, false>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonPrimaryDirective, "[fwButtonPrimary]", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
17
17
|
export declare class FwButtonSecondaryDirective {
|
|
18
18
|
private sanitizer;
|
|
19
19
|
get style(): SafeStyle;
|
|
20
20
|
constructor(sanitizer: DomSanitizer);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonSecondaryDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonSecondaryDirective, "[fwButtonSecondary]", never, {}, {}, never, never, false>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonSecondaryDirective, "[fwButtonSecondary]", never, {}, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
24
24
|
export declare class FwButtonDangerDirective {
|
|
25
25
|
private sanitizer;
|
|
26
26
|
get style(): SafeStyle;
|
|
27
27
|
constructor(sanitizer: DomSanitizer);
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonDangerDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonDangerDirective, "[fwButtonDanger]", never, {}, {}, never, never, false>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonDangerDirective, "[fwButtonDanger]", never, {}, {}, never, never, false, never>;
|
|
30
30
|
}
|
|
31
31
|
export declare class FwButtonSuccessDirective {
|
|
32
32
|
private sanitizer;
|
|
33
33
|
get style(): SafeStyle;
|
|
34
34
|
constructor(sanitizer: DomSanitizer);
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonSuccessDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonSuccessDirective, "[fwButtonSuccess]", never, {}, {}, never, never, false>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FwButtonSuccessDirective, "[fwButtonSuccess]", never, {}, {}, never, never, false, never>;
|
|
37
37
|
}
|
|
@@ -29,5 +29,5 @@ export declare class FwButtonGroupComponent implements ControlValueAccessor, OnC
|
|
|
29
29
|
updateValue(value: string[]): void;
|
|
30
30
|
formatToggles(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonGroupComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonGroupComponent, "fw-button-group", never, { "layout": "layout"; "size": "size"; "disabled": "disabled"; "color": "color"; "selectedColor": "selectedColor"; "value": "value"; }, { "change": "change"; }, ["toggleButtons"], ["fw-button-toggle-item,fw-tooltip"], false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonGroupComponent, "fw-button-group", never, { "layout": "layout"; "size": "size"; "disabled": "disabled"; "color": "color"; "selectedColor": "selectedColor"; "value": "value"; }, { "change": "change"; }, ["toggleButtons"], ["fw-button-toggle-item,fw-tooltip"], false, never>;
|
|
33
33
|
}
|
|
@@ -17,5 +17,5 @@ export declare class FwButtonToggleItemComponent {
|
|
|
17
17
|
constructor();
|
|
18
18
|
handleClick(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonToggleItemComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonToggleItemComponent, "fw-button-toggle-item", never, { "title": "title"; "icon": "icon"; "selectedIcon": "selectedIcon"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "size": "size"; "color": "color"; "selectedColor": "selectedColor"; "selectedStyle": "selectedStyle"; }, { "click": "click"; }, never, never, false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonToggleItemComponent, "fw-button-toggle-item", never, { "title": "title"; "icon": "icon"; "selectedIcon": "selectedIcon"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "size": "size"; "color": "color"; "selectedColor": "selectedColor"; "selectedStyle": "selectedStyle"; }, { "click": "click"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -29,5 +29,5 @@ export declare class FwButtonToggleComponent implements ControlValueAccessor, On
|
|
|
29
29
|
updateValue(value: string): void;
|
|
30
30
|
formatToggles(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwButtonToggleComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonToggleComponent, "fw-button-toggle", never, { "layout": "layout"; "size": "size"; "disabled": "disabled"; "color": "color"; "selectedColor": "selectedColor"; "value": "value"; }, { "change": "change"; }, ["toggleButtons"], ["fw-button-toggle-item,fw-tooltip"], false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwButtonToggleComponent, "fw-button-toggle", never, { "layout": "layout"; "size": "size"; "disabled": "disabled"; "color": "color"; "selectedColor": "selectedColor"; "value": "value"; }, { "change": "change"; }, ["toggleButtons"], ["fw-button-toggle-item,fw-tooltip"], false, never>;
|
|
33
33
|
}
|
|
@@ -4,5 +4,5 @@ export declare class FwCardAttributeComponent {
|
|
|
4
4
|
icon: IconType;
|
|
5
5
|
title: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCardAttributeComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardAttributeComponent, "fw-card-attr", never, { "icon": "icon"; "title": "title"; }, {}, never, ["*"], false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardAttributeComponent, "fw-card-attr", never, { "icon": "icon"; "title": "title"; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -3,5 +3,5 @@ export declare class FwCardAuthorComponent {
|
|
|
3
3
|
name: string;
|
|
4
4
|
details: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCardAuthorComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardAuthorComponent, "fw-card-author", never, { "name": "name"; "details": "details"; }, {}, never, ["fw-avatar"], false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardAuthorComponent, "fw-card-author", never, { "name": "name"; "details": "details"; }, {}, never, ["fw-avatar"], false, never>;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class FwCardContentComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCardContentComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardContentComponent, "fw-card-content", never, {}, {}, never, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardContentComponent, "fw-card-content", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FwCardFooterComponent {
|
|
|
5
5
|
get style(): SafeStyle;
|
|
6
6
|
constructor(sanitizer: DomSanitizer);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCardFooterComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardFooterComponent, "fw-card-footer", never, {}, {}, never, ["*"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardFooterComponent, "fw-card-footer", never, {}, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class FwCardHeaderComponent {
|
|
|
6
6
|
leftIcon?: IconType;
|
|
7
7
|
iconColor?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate' | 'muted' | 'typography';
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCardHeaderComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardHeaderComponent, "fw-card-header", never, { "title": "title"; "description": "description"; "leftIcon": "leftIcon"; "iconColor": "iconColor"; }, {}, never, ["fw-app-icon", "*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardHeaderComponent, "fw-card-header", never, { "title": "title"; "description": "description"; "leftIcon": "leftIcon"; "iconColor": "iconColor"; }, {}, never, ["fw-app-icon", "*"], false, never>;
|
|
10
10
|
}
|
|
@@ -8,5 +8,5 @@ export declare class FwCardComponent {
|
|
|
8
8
|
selectable?: boolean;
|
|
9
9
|
select: EventEmitter<object | string>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCardComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardComponent, "fw-card", never, { "value": "value"; "disabled": "disabled"; "focused": "focused"; "constrained": "constrained"; "selectable": "selectable"; }, { "select": "select"; }, never, ["fw-card-header", "fw-card-author", "fw-card-content", "fw-card-footer"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwCardComponent, "fw-card", never, { "value": "value"; "disabled": "disabled"; "focused": "focused"; "constrained": "constrained"; "selectable": "selectable"; }, { "select": "select"; }, never, ["fw-card-header", "fw-card-author", "fw-card-content", "fw-card-footer"], false, never>;
|
|
12
12
|
}
|
|
@@ -19,5 +19,5 @@ export declare class FwCheckboxComponent implements ControlValueAccessor {
|
|
|
19
19
|
writeValue(checked: boolean): void;
|
|
20
20
|
handleClick(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwCheckboxComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwCheckboxComponent, "fw-checkbox", never, { "name": "name"; "disabled": "disabled"; "size": "size"; "color": "color"; "title": "title"; "focused": "focused"; "checked": "checked"; }, { "change": "change"; }, never, ["*"], false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwCheckboxComponent, "fw-checkbox", never, { "name": "name"; "disabled": "disabled"; "size": "size"; "color": "color"; "title": "title"; "focused": "focused"; "checked": "checked"; }, { "change": "change"; }, never, ["*"], false, never>;
|
|
23
23
|
}
|
|
@@ -16,5 +16,5 @@ export declare class FwChipComponent {
|
|
|
16
16
|
select: EventEmitter<object | string>;
|
|
17
17
|
handleClose(event: MouseEvent): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwChipComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwChipComponent, "fw-chip", never, { "value": "value"; "variant": "variant"; "color": "color"; "icon": "icon"; "title": "title"; "description": "description"; "showClose": "showClose"; "disabled": "disabled"; "selected": "selected"; "selectable": "selectable"; }, { "close": "close"; "select": "select"; }, never, ["fw-avatar"], false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwChipComponent, "fw-chip", never, { "value": "value"; "variant": "variant"; "color": "color"; "icon": "icon"; "title": "title"; "description": "description"; "showClose": "showClose"; "disabled": "disabled"; "selected": "selected"; "selectable": "selectable"; }, { "close": "close"; "select": "select"; }, never, ["fw-avatar"], false, never>;
|
|
20
20
|
}
|
|
@@ -19,5 +19,5 @@ export declare class FwContainedInputComponent implements ControlValueAccessor {
|
|
|
19
19
|
registerOnTouched(fn: any): void;
|
|
20
20
|
setDisabledState(isDisabled: boolean): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwContainedInputComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwContainedInputComponent, "fw-contained-input", never, { "title": "title"; "description": "description"; "status": "status"; "inputPosition": "inputPosition"; "inputVariant": "inputVariant"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, ["fw-avatar", "fw-icon"], false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwContainedInputComponent, "fw-contained-input", never, { "title": "title"; "description": "description"; "status": "status"; "inputPosition": "inputPosition"; "inputVariant": "inputVariant"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, ["fw-avatar", "fw-icon"], false, never>;
|
|
23
23
|
}
|
|
@@ -43,5 +43,5 @@ export declare class FwDateInputComponent implements ControlValueAccessor {
|
|
|
43
43
|
blurHandler(): void;
|
|
44
44
|
onLeftIconClick(): void;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwDateInputComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwDateInputComponent, "fw-date-input", never, { "disabled": "disabled"; "useActionableIcons": "useActionableIcons"; "leftIcon": "leftIcon"; "prefix": "prefix"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "size": "size"; "type": "type"; "max": "max"; "min": "min"; "step": "step"; "autofocus": "autofocus"; "autocomplete": "autocomplete"; "error": "error"; "value": "value"; }, { "leftIconAction": "leftIconAction"; }, never, never, false>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwDateInputComponent, "fw-date-input", never, { "disabled": "disabled"; "useActionableIcons": "useActionableIcons"; "leftIcon": "leftIcon"; "prefix": "prefix"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "size": "size"; "type": "type"; "max": "max"; "min": "min"; "step": "step"; "autofocus": "autofocus"; "autocomplete": "autocomplete"; "error": "error"; "value": "value"; }, { "leftIconAction": "leftIconAction"; }, never, never, false, never>;
|
|
47
47
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FwDialogActionsComponent {
|
|
|
5
5
|
get style(): SafeStyle;
|
|
6
6
|
constructor(sanitizer: DomSanitizer);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogActionsComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogActionsComponent, "fw-dialog-actions", never, {}, {}, never, ["*"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogActionsComponent, "fw-dialog-actions", never, {}, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -21,5 +21,5 @@ export declare class FwDialogConfirmComponent {
|
|
|
21
21
|
constructor(dialogRef: DialogRef);
|
|
22
22
|
handleCloseButton(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogConfirmComponent, [{ optional: true; }]>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogConfirmComponent, "fw-dialog-confirm", never, { "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "confirmColor": "confirmColor"; "confirmButtonText": "confirmButtonText"; "confirmButtonIcon": "confirmButtonIcon"; "cancelButtonText": "cancelButtonText"; "contentIcon": "contentIcon"; "contentTitle": "contentTitle"; "contentText": "contentText"; }, { "close": "close"; "confirm": "confirm"; }, never, never, false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogConfirmComponent, "fw-dialog-confirm", never, { "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "confirmColor": "confirmColor"; "confirmButtonText": "confirmButtonText"; "confirmButtonIcon": "confirmButtonIcon"; "cancelButtonText": "cancelButtonText"; "contentIcon": "contentIcon"; "contentTitle": "contentTitle"; "contentText": "contentText"; }, { "close": "close"; "confirm": "confirm"; }, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -6,5 +6,5 @@ export declare class FwDialogContentComponent {
|
|
|
6
6
|
get style(): SafeStyle;
|
|
7
7
|
constructor(sanitizer: DomSanitizer);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogContentComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogContentComponent, "fw-dialog-content", never, { "padded": "padded"; }, {}, never, ["*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogContentComponent, "fw-dialog-content", never, { "padded": "padded"; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FwDialogHeaderComponent {
|
|
|
5
5
|
get style(): SafeStyle;
|
|
6
6
|
constructor(sanitizer: DomSanitizer);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogHeaderComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogHeaderComponent, "fw-dialog-header", never, {}, {}, never, ["*"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogHeaderComponent, "fw-dialog-header", never, {}, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -21,5 +21,5 @@ export declare class FwDialogSimpleComponent {
|
|
|
21
21
|
constructor(dialogRef: DialogRef);
|
|
22
22
|
handleCloseButton(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogSimpleComponent, [{ optional: true; }]>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogSimpleComponent, "fw-dialog-simple", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; "actionButtonText": "actionButtonText"; "actionButtonIcon": "actionButtonIcon"; "cancelButtonText": "cancelButtonText"; "alternateButtonText": "alternateButtonText"; "alternateButtonIcon": "alternateButtonIcon"; "contentText": "contentText"; }, { "close": "close"; "action": "action"; "alternateAction": "alternateAction"; }, never, ["fw-dialog-content"], false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogSimpleComponent, "fw-dialog-simple", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; "actionButtonText": "actionButtonText"; "actionButtonIcon": "actionButtonIcon"; "cancelButtonText": "cancelButtonText"; "alternateButtonText": "alternateButtonText"; "alternateButtonIcon": "alternateButtonIcon"; "contentText": "contentText"; }, { "close": "close"; "action": "action"; "alternateAction": "alternateAction"; }, never, ["fw-dialog-content"], false, never>;
|
|
25
25
|
}
|
|
@@ -21,5 +21,5 @@ export declare class FwDialogComponent {
|
|
|
21
21
|
get classes(): string;
|
|
22
22
|
protected handleCloseButton(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogComponent, [{ optional: true; }]>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogComponent, "fw-dialog", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; }, { "close": "close"; }, never, ["fw-dialog-header", "fw-dialog-content", "fw-dialog-actions"], false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogComponent, "fw-dialog", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; }, { "close": "close"; }, never, ["fw-dialog-header", "fw-dialog-content", "fw-dialog-actions"], false, never>;
|
|
25
25
|
}
|
|
@@ -6,5 +6,5 @@ export declare class FwFormHeadingComponent {
|
|
|
6
6
|
status?: string;
|
|
7
7
|
constructor();
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwFormHeadingComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwFormHeadingComponent, "fw-form-heading", never, { "title": "title"; "description": "description"; "status": "status"; }, {}, never, ["fw-tooltip", "fw-icon", "fw-chip", "p", "*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwFormHeadingComponent, "fw-form-heading", never, { "title": "title"; "description": "description"; "status": "status"; }, {}, never, ["fw-tooltip", "fw-icon", "fw-chip", "p", "*"], false, never>;
|
|
10
10
|
}
|
|
@@ -9,5 +9,5 @@ export declare class FwIconComponent {
|
|
|
9
9
|
get style(): SafeStyle;
|
|
10
10
|
constructor(sanitizer: DomSanitizer);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwIconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwIconComponent, "fw-icon", never, { "size": "size"; "color": "color"; }, {}, never, ["*"], false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwIconComponent, "fw-icon", never, { "size": "size"; "color": "color"; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -8,5 +8,5 @@ export declare class FwIconButtonComponent {
|
|
|
8
8
|
disabled?: boolean;
|
|
9
9
|
selected?: boolean;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwIconButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwIconButtonComponent, "fw-icon-button", never, { "color": "color"; "icon": "icon"; "size": "size"; "disabled": "disabled"; "selected": "selected"; }, {}, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwIconButtonComponent, "fw-icon-button", never, { "color": "color"; "icon": "icon"; "size": "size"; "disabled": "disabled"; "selected": "selected"; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -14,5 +14,5 @@ export declare class FwLayoutContextComponent {
|
|
|
14
14
|
description?: string;
|
|
15
15
|
get classes(): string;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutContextComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutContextComponent, "fw-layout-context", never, { "width": "width"; "icon": "icon"; "iconColor": "iconColor"; "title": "title"; "description": "description"; }, {}, never, ["fw-button"], false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutContextComponent, "fw-layout-context", never, { "width": "width"; "icon": "icon"; "iconColor": "iconColor"; "title": "title"; "description": "description"; }, {}, never, ["fw-button"], false, never>;
|
|
18
18
|
}
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class FwGridComponent {
|
|
3
3
|
get cssClass(): string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwGridComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwGridComponent, "fw-grid", never, {}, {}, never, ["fw-grid-item"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwGridComponent, "fw-grid", never, {}, {}, never, ["fw-grid-item"], false, never>;
|
|
6
6
|
}
|
|
7
7
|
export declare class FwGridItemComponent {
|
|
8
8
|
cols: number;
|
|
@@ -15,5 +15,5 @@ export declare class FwGridItemComponent {
|
|
|
15
15
|
variant?: 'page-light' | 'page-shaded' | 'card-header' | 'card-background';
|
|
16
16
|
get cssClass(): string;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwGridItemComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwGridItemComponent, "fw-grid-item", never, { "cols": "cols"; "sm": "sm"; "md": "md"; "lg": "lg"; "xl": "xl"; "padded": "padded"; "rounded": "rounded"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwGridItemComponent, "fw-grid-item", never, { "cols": "cols"; "sm": "sm"; "md": "md"; "lg": "lg"; "xl": "xl"; "padded": "padded"; "rounded": "rounded"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FwLayoutGroupComponent {
|
|
|
5
5
|
justify: 'space-between' | 'space-around' | 'space-evenly' | 'flex-end' | 'flex-start';
|
|
6
6
|
get classes(): string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutGroupComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutGroupComponent, "fw-layout-group", never, { "stackable": "stackable"; "padded": "padded"; "justify": "justify"; }, {}, never, ["*"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutGroupComponent, "fw-layout-group", never, { "stackable": "stackable"; "padded": "padded"; "justify": "justify"; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -7,5 +7,5 @@ export declare class FwLayoutPanelComponent {
|
|
|
7
7
|
margin?: boolean;
|
|
8
8
|
padded?: boolean;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutPanelComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutPanelComponent, "fw-layout-panel", never, { "height": "height"; "fitted": "fitted"; "border": "border"; "rounded": "rounded"; "margin": "margin"; "padded": "padded"; }, {}, never, ["header", "*", "footer"], false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutPanelComponent, "fw-layout-panel", never, { "height": "height"; "fitted": "fitted"; "border": "border"; "rounded": "rounded"; "margin": "margin"; "padded": "padded"; }, {}, never, ["header", "*", "footer"], false, never>;
|
|
11
11
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FwLayoutSidebarComponent {
|
|
|
5
5
|
width?: string;
|
|
6
6
|
direction?: 'row' | 'row-reverse';
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutSidebarComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutSidebarComponent, "fw-layout-sidebar", never, { "outlined": "outlined"; "rounded": "rounded"; "width": "width"; "direction": "direction"; }, {}, never, ["*", "aside"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutSidebarComponent, "fw-layout-sidebar", never, { "outlined": "outlined"; "rounded": "rounded"; "width": "width"; "direction": "direction"; }, {}, never, ["*", "aside"], false, never>;
|
|
9
9
|
}
|
|
@@ -3,5 +3,5 @@ export declare class FwLayoutToolbarComponent {
|
|
|
3
3
|
dense?: boolean;
|
|
4
4
|
get classes(): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutToolbarComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutToolbarComponent, "fw-layout-toolbar", never, { "dense": "dense"; }, {}, never, ["*"], false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutToolbarComponent, "fw-layout-toolbar", never, { "dense": "dense"; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -6,5 +6,5 @@ export declare class FwMenuCloseTriggersDirective {
|
|
|
6
6
|
triggers?: QueryList<CdkMenuTrigger>;
|
|
7
7
|
private _isOpen;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuCloseTriggersDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FwMenuCloseTriggersDirective, "[fwMenuCloseTriggers]", never, {}, {}, ["triggers"], never, false>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FwMenuCloseTriggersDirective, "[fwMenuCloseTriggers]", never, {}, {}, ["triggers"], never, false, never>;
|
|
10
10
|
}
|
|
@@ -24,5 +24,5 @@ export declare class FwMenuContainerComponent implements AfterContentInit {
|
|
|
24
24
|
ngAfterContentInit(): void;
|
|
25
25
|
filterTextChange(event: Event): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuContainerComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuContainerComponent, "fw-menu-container", never, { "width": "width"; "maxHeight": "maxHeight"; "minHeight": "minHeight"; "border": "border"; "shadow": "shadow"; "showFilter": "showFilter"; "filterText": "filterText"; "offset": "offset"; "collapsed": "collapsed"; }, { "filterChanged": "filterChanged"; }, ["menu"], ["*"], false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuContainerComponent, "fw-menu-container", never, { "width": "width"; "maxHeight": "maxHeight"; "minHeight": "minHeight"; "border": "border"; "shadow": "shadow"; "showFilter": "showFilter"; "filterText": "filterText"; "offset": "offset"; "collapsed": "collapsed"; }, { "filterChanged": "filterChanged"; }, ["menu"], ["*"], false, never>;
|
|
28
28
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class FwMenuHeaderComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuHeaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuHeaderComponent, "fw-menu-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuHeaderComponent, "fw-menu-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false, never>;
|
|
5
5
|
}
|
|
@@ -34,5 +34,5 @@ export declare class FwMenuItemComponent implements OnChanges, OnDestroy, AfterC
|
|
|
34
34
|
toggleSubItemsView(): void;
|
|
35
35
|
handleClick(evt?: Event): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuItemComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemComponent, "fw-menu-item", never, { "value": "value"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "showCheckbox": "showCheckbox"; "checkboxColor": "checkboxColor"; "multiSelect": "multiSelect"; "hidden": "hidden"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "focused": "focused"; "selected": "selected"; "variant": "variant"; }, { "click": "click"; }, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-menu-sub-item"], false>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemComponent, "fw-menu-item", never, { "value": "value"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "showCheckbox": "showCheckbox"; "checkboxColor": "checkboxColor"; "multiSelect": "multiSelect"; "hidden": "hidden"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "focused": "focused"; "selected": "selected"; "variant": "variant"; }, { "click": "click"; }, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-menu-sub-item"], false, never>;
|
|
38
38
|
}
|
|
@@ -7,5 +7,5 @@ export declare class FwMenuItemGroupComponent {
|
|
|
7
7
|
iconColor?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate' | 'typography';
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuItemGroupComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemGroupComponent, "fw-menu-item-group", never, { "role": "role"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; }, {}, never, ["*"], false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemGroupComponent, "fw-menu-item-group", never, { "role": "role"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class FwMenuSeparatorComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuSeparatorComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSeparatorComponent, "fw-menu-separator", never, {}, {}, never, never, false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSeparatorComponent, "fw-menu-separator", never, {}, {}, never, never, false, never>;
|
|
5
5
|
}
|
|
@@ -21,5 +21,5 @@ export declare class FwMenuSubItemComponent {
|
|
|
21
21
|
variant?: 'default' | 'modern' | 'button';
|
|
22
22
|
handleClick(evt?: Event): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuSubItemComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSubItemComponent, "fw-menu-sub-item", never, { "value": "value"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "focused": "focused"; "selected": "selected"; "variant": "variant"; }, { "click": "click"; }, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSubItemComponent, "fw-menu-sub-item", never, { "value": "value"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "focused": "focused"; "selected": "selected"; "variant": "variant"; }, { "click": "click"; }, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false, never>;
|
|
25
25
|
}
|
|
@@ -44,5 +44,5 @@ export declare class FwMenuComponent implements ControlValueAccessor, OnChanges,
|
|
|
44
44
|
handleSelect(value: string): void;
|
|
45
45
|
updateLayout(): void;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuComponent, "fw-menu", never, { "disabled": "disabled"; "size": "size"; "multiSelect": "multiSelect"; "useCheckbox": "useCheckbox"; "value": "value"; "variant": "variant"; "collapsed": "collapsed"; "collapsedWidth": "collapsedWidth"; "openWidth": "openWidth"; }, { "change": "change"; "filteredItemsChange": "filteredItemsChange"; }, ["menuContentWrapper", "menuItems"], ["*"], false>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuComponent, "fw-menu", never, { "disabled": "disabled"; "size": "size"; "multiSelect": "multiSelect"; "useCheckbox": "useCheckbox"; "value": "value"; "variant": "variant"; "collapsed": "collapsed"; "collapsedWidth": "collapsedWidth"; "openWidth": "openWidth"; }, { "change": "change"; "filteredItemsChange": "filteredItemsChange"; }, ["menuContentWrapper", "menuItems"], ["*"], false, never>;
|
|
48
48
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class FwNavbarHeaderComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarHeaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarHeaderComponent, "fw-navbar-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarHeaderComponent, "fw-navbar-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false, never>;
|
|
5
5
|
}
|
|
@@ -24,5 +24,5 @@ export declare class FwNavbarItemComponent implements OnChanges, AfterViewInit {
|
|
|
24
24
|
updateLayout(): void;
|
|
25
25
|
toggleSubItemsView(event: Event): boolean;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarItemComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarItemComponent, "fw-navbar-item", never, { "value": "value"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "hidden": "hidden"; "tooltipText": "tooltipText"; "showTooltip": "showTooltip"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "subItemsTooltipTitle": "subItemsTooltipTitle"; "selected": "selected"; }, {}, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-navbar-sub-item"], false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarItemComponent, "fw-navbar-item", never, { "value": "value"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "hidden": "hidden"; "tooltipText": "tooltipText"; "showTooltip": "showTooltip"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "subItemsTooltipTitle": "subItemsTooltipTitle"; "selected": "selected"; }, {}, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-navbar-sub-item"], false, never>;
|
|
28
28
|
}
|
|
@@ -14,5 +14,5 @@ export declare class FwNavbarSubItemComponent {
|
|
|
14
14
|
collapsed?: boolean;
|
|
15
15
|
selected?: boolean;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarSubItemComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarSubItemComponent, "fw-navbar-sub-item", never, { "value": "value"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "tooltipText": "tooltipText"; "showTooltip": "showTooltip"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "selected": "selected"; }, {}, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarSubItemComponent, "fw-navbar-sub-item", never, { "value": "value"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "tooltipText": "tooltipText"; "showTooltip": "showTooltip"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "selected": "selected"; }, {}, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false, never>;
|
|
18
18
|
}
|
|
@@ -10,5 +10,5 @@ export declare class FwNavbarComponent implements OnChanges, AfterViewInit {
|
|
|
10
10
|
ngAfterViewInit(): void;
|
|
11
11
|
updateLayout(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwNavbarComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarComponent, "fw-navbar", never, { "disabled": "disabled"; "collapsed": "collapsed"; "width": "width"; }, {}, ["menuItems"], ["*"], false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwNavbarComponent, "fw-navbar", never, { "disabled": "disabled"; "collapsed": "collapsed"; "width": "width"; }, {}, ["menuItems"], ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -38,5 +38,5 @@ export declare class FwNumberInputComponent implements ControlValueAccessor {
|
|
|
38
38
|
handleDecrement(): void;
|
|
39
39
|
handleIncrement(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwNumberInputComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwNumberInputComponent, "fw-number-input", never, { "disabled": "disabled"; "useActionableIcons": "useActionableIcons"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; "prefix": "prefix"; "context": "context"; "placeholder": "placeholder"; "readOnly": "readOnly"; "size": "size"; "min": "min"; "max": "max"; "step": "step"; "arrows": "arrows"; "numberType": "numberType"; "autofocus": "autofocus"; "autocomplete": "autocomplete"; "error": "error"; "value": "value"; }, { "leftIconAction": "leftIconAction"; "rightIconAction": "rightIconAction"; }, never, ["input", "*"], false>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwNumberInputComponent, "fw-number-input", never, { "disabled": "disabled"; "useActionableIcons": "useActionableIcons"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; "prefix": "prefix"; "context": "context"; "placeholder": "placeholder"; "readOnly": "readOnly"; "size": "size"; "min": "min"; "max": "max"; "step": "step"; "arrows": "arrows"; "numberType": "numberType"; "autofocus": "autofocus"; "autocomplete": "autocomplete"; "error": "error"; "value": "value"; }, { "leftIconAction": "leftIconAction"; "rightIconAction": "rightIconAction"; }, never, ["input", "*"], false, never>;
|
|
42
42
|
}
|
|
@@ -28,5 +28,5 @@ export declare class FwPaginatorAdvancedComponent {
|
|
|
28
28
|
hasNextPage(): boolean;
|
|
29
29
|
hasPreviousPage(): boolean;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwPaginatorAdvancedComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPaginatorAdvancedComponent, "fw-paginator-advanced", never, { "disabled": "disabled"; "showNext": "showNext"; "showPrevious": "showPrevious"; "showFirst": "showFirst"; "showLast": "showLast"; "pageIndex": "pageIndex"; "pageSizeOptions": "pageSizeOptions"; "length": "length"; "alignment": "alignment"; "selectorTitle": "selectorTitle"; "pageSize": "pageSize"; }, { "page": "page"; }, never, never, false>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwPaginatorAdvancedComponent, "fw-paginator-advanced", never, { "disabled": "disabled"; "showNext": "showNext"; "showPrevious": "showPrevious"; "showFirst": "showFirst"; "showLast": "showLast"; "pageIndex": "pageIndex"; "pageSizeOptions": "pageSizeOptions"; "length": "length"; "alignment": "alignment"; "selectorTitle": "selectorTitle"; "pageSize": "pageSize"; }, { "page": "page"; }, never, never, false, never>;
|
|
32
32
|
}
|
|
@@ -36,5 +36,5 @@ export declare class FwPaginatorComponent {
|
|
|
36
36
|
hasNextPage(): boolean;
|
|
37
37
|
hasPreviousPage(): boolean;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwPaginatorComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPaginatorComponent, "fw-paginator", never, { "size": "size"; "color": "color"; "shape": "shape"; "variant": "variant"; "disabled": "disabled"; "showNext": "showNext"; "showPrevious": "showPrevious"; "showFirst": "showFirst"; "showLast": "showLast"; "pageIndex": "pageIndex"; "pageSize": "pageSize"; "maxPagesShown": "maxPagesShown"; "length": "length"; "alignment": "alignment"; "selectorTitle": "selectorTitle"; }, { "page": "page"; }, never, never, false>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwPaginatorComponent, "fw-paginator", never, { "size": "size"; "color": "color"; "shape": "shape"; "variant": "variant"; "disabled": "disabled"; "showNext": "showNext"; "showPrevious": "showPrevious"; "showFirst": "showFirst"; "showLast": "showLast"; "pageIndex": "pageIndex"; "pageSize": "pageSize"; "maxPagesShown": "maxPagesShown"; "length": "length"; "alignment": "alignment"; "selectorTitle": "selectorTitle"; }, { "page": "page"; }, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -62,5 +62,5 @@ export declare class FwPhoneInputComponent implements OnInit, OnChanges, Control
|
|
|
62
62
|
private get formattedPhoneNumber();
|
|
63
63
|
private formatAsYouTypeIfEnabled;
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwPhoneInputComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPhoneInputComponent, "fw-phone-input", never, { "preferredCountries": "preferredCountries"; "onlyCountries": "onlyCountries"; "enableCountrySearch": "enableCountrySearch"; "showCountrySelector": "showCountrySelector"; "size": "size"; "rightIcon": "rightIcon"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "error": "error"; "value": "value"; "disabled": "disabled"; "format": "format"; }, { "countryChanged": "countryChanged"; }, never, ["*"], false>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwPhoneInputComponent, "fw-phone-input", never, { "preferredCountries": "preferredCountries"; "onlyCountries": "onlyCountries"; "enableCountrySearch": "enableCountrySearch"; "showCountrySelector": "showCountrySelector"; "size": "size"; "rightIcon": "rightIcon"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "error": "error"; "value": "value"; "disabled": "disabled"; "format": "format"; }, { "countryChanged": "countryChanged"; }, never, ["*"], false, never>;
|
|
66
66
|
}
|
|
@@ -6,5 +6,5 @@ export declare class FwPopoverPanelComponent {
|
|
|
6
6
|
get classes(): string;
|
|
7
7
|
hidePopover(e: MouseEvent): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwPopoverPanelComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPopoverPanelComponent, "fw-popover-panel", never, { "position": "position"; }, { "mouseLeave": "mouseLeave"; }, never, ["*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwPopoverPanelComponent, "fw-popover-panel", never, { "position": "position"; }, { "mouseLeave": "mouseLeave"; }, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -15,5 +15,5 @@ export declare class FwPopoverComponent implements OnChanges {
|
|
|
15
15
|
backdropClick(): void;
|
|
16
16
|
handlePanelLeave(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwPopoverComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwPopoverComponent, "fw-popover", never, { "position": "position"; "trigger": "trigger"; "isOpen": "isOpen"; "action": "action"; "flyoutPanel": "flyoutPanel"; }, {}, never, ["*"], false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwPopoverComponent, "fw-popover", never, { "position": "position"; "trigger": "trigger"; "isOpen": "isOpen"; "action": "action"; "flyoutPanel": "flyoutPanel"; }, {}, never, ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -28,5 +28,5 @@ export declare class FwProgressBarComponent {
|
|
|
28
28
|
/** Returns whether the progress bar is indeterminate. */
|
|
29
29
|
_isIndeterminate(): boolean;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwProgressBarComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwProgressBarComponent, "fw-progress-bar", never, { "mode": "mode"; "color": "color"; "showValue": "showValue"; "value": "value"; "bufferValue": "bufferValue"; }, {}, never, never, false>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwProgressBarComponent, "fw-progress-bar", never, { "mode": "mode"; "color": "color"; "showValue": "showValue"; "value": "value"; "bufferValue": "bufferValue"; }, {}, never, never, false, never>;
|
|
32
32
|
}
|
|
@@ -33,5 +33,5 @@ export declare class FwProgressSpinnerComponent {
|
|
|
33
33
|
/** Stroke width of the circle in percent. */
|
|
34
34
|
_circleStrokeWidth(): number;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<FwProgressSpinnerComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FwProgressSpinnerComponent, "fw-progress-spinner", never, { "mode": "mode"; "size": "size"; "color": "color"; "showValue": "showValue"; "value": "value"; }, {}, never, never, false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FwProgressSpinnerComponent, "fw-progress-spinner", never, { "mode": "mode"; "size": "size"; "color": "color"; "showValue": "showValue"; "value": "value"; }, {}, never, never, false, never>;
|
|
37
37
|
}
|