@flywheel-io/vision 2.10.2 → 19.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/README.md +5 -5
- package/components/alert/alert.component.d.ts +1 -1
- package/components/alert/alert.module.d.ts +8 -5
- package/components/app-icon/app-icon.component.d.ts +1 -1
- package/components/app-icon/app-icon.module.d.ts +7 -4
- package/components/avatar/avatar.component.d.ts +1 -1
- package/components/avatar/avatar.module.d.ts +7 -4
- package/components/badge/badge.component.d.ts +1 -1
- package/components/badge/badge.module.d.ts +6 -3
- package/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
- package/components/breadcrumbs/breadcrumbs.module.d.ts +8 -5
- 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/button.module.d.ts +9 -6
- package/components/button-group/button-group.component.d.ts +1 -1
- package/components/button-group/button-group.module.d.ts +8 -5
- 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/button-toggle/button-toggle.module.d.ts +8 -5
- 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/card/card.module.d.ts +13 -10
- package/components/checkbox/checkbox.component.d.ts +1 -1
- package/components/checkbox/checkbox.module.d.ts +7 -4
- package/components/chip/chip.component.d.ts +1 -1
- package/components/chip/chip.module.d.ts +8 -5
- package/components/contained-input/contained-input.component.d.ts +1 -1
- package/components/contained-input/contained-input.module.d.ts +10 -7
- package/components/date-input/date-input.component.d.ts +1 -1
- package/components/date-input/date-input.module.d.ts +8 -5
- 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/dialog/dialogs.module.d.ts +16 -13
- package/components/form-heading/form-heading.component.d.ts +1 -1
- package/components/form-heading/form-heading.module.d.ts +9 -6
- package/components/icon/icon.component.d.ts +1 -1
- package/components/icon/icon.module.d.ts +6 -3
- package/components/icon-button/icon-button.component.d.ts +1 -1
- package/components/icon-button/icon-button.module.d.ts +7 -4
- 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/layouts.module.d.ts +12 -9
- 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/menu/menu.module.d.ts +22 -19
- 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/navbar/navbar.module.d.ts +16 -13
- package/components/number-input/number-input.component.d.ts +1 -1
- package/components/number-input/number-input.module.d.ts +8 -5
- package/components/paginator/paginator-advanced/paginator-advanced.component.d.ts +1 -1
- package/components/paginator/paginator.component.d.ts +1 -1
- package/components/paginator/paginator.module.d.ts +12 -9
- package/components/phone-input/phone-input.component.d.ts +1 -1
- package/components/phone-input/phone-input.module.d.ts +11 -8
- package/components/popover/popover-panel/popover-panel.component.d.ts +1 -1
- package/components/popover/popover.component.d.ts +2 -2
- package/components/popover/popover.module.d.ts +9 -6
- package/components/progress/bar/bar.component.d.ts +1 -1
- package/components/progress/progress.module.d.ts +7 -4
- 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/radio/radio.module.d.ts +8 -5
- 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/section-heading.module.d.ts +10 -7
- 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/select-menu/select-menu.module.d.ts +15 -12
- package/components/shared/pipes/pipes.module.d.ts +4 -1
- package/components/shared/pipes/translate.pipe.d.ts +1 -1
- package/components/shared/pipes/trusthtml.pipe.d.ts +1 -1
- package/components/snackbar/snackbar/snackbar.component.d.ts +2 -2
- package/components/snackbar/snackbar-container/snackbar-container.component.d.ts +1 -1
- package/components/snackbar/snackbar.module.d.ts +10 -7
- package/components/stepper/step.component.d.ts +2 -2
- package/components/stepper/stepper.component.d.ts +1 -1
- package/components/stepper/stepper.module.d.ts +9 -6
- package/components/switch/switch.component.d.ts +1 -1
- package/components/switch/switch.module.d.ts +6 -3
- 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/table/table.module.d.ts +10 -7
- 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/tabs/tabs.module.d.ts +9 -6
- package/components/tag/tag.component.d.ts +1 -1
- package/components/tag/tag.module.d.ts +7 -4
- package/components/text-input/text-input.component.d.ts +1 -1
- package/components/text-input/text-input.module.d.ts +9 -6
- package/components/textarea-input/textarea-input.component.d.ts +1 -1
- package/components/textarea-input/textarea-input.module.d.ts +9 -6
- package/components/tooltip/tooltip-panel/tooltip-panel.component.d.ts +1 -1
- package/components/tooltip/tooltip.component.d.ts +1 -1
- package/components/tooltip/tooltip.module.d.ts +11 -8
- package/components/wrapped-input/wrapped-input.component.d.ts +1 -1
- package/components/wrapped-input/wrapped-input.module.d.ts +7 -4
- package/fesm2022/flywheel-io-vision.mjs +1087 -836
- package/fesm2022/flywheel-io-vision.mjs.map +1 -1
- package/package.json +14 -7
- package/scss/icons/_icon-font-face.scss +5 -5
- package/scss/icons/_icon-glyphs.scss +2 -2
- package/scss/icons/_icon-variables.scss +350 -349
- package/styles.css +0 -1
- package/esm2022/color.utils.mjs +0 -27
- package/esm2022/components/alert/alert.component.mjs +0 -34
- package/esm2022/components/alert/alert.module.mjs +0 -32
- package/esm2022/components/app-icon/app-icon.component.mjs +0 -63
- package/esm2022/components/app-icon/app-icon.module.mjs +0 -28
- package/esm2022/components/avatar/avatar.component.mjs +0 -82
- package/esm2022/components/avatar/avatar.module.mjs +0 -28
- package/esm2022/components/avatar-list/avatar-list.component.mjs +0 -87
- package/esm2022/components/badge/badge.component.mjs +0 -45
- package/esm2022/components/badge/badge.module.mjs +0 -24
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -22
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +0 -33
- package/esm2022/components/breadcrumbs/crumb.component.mjs +0 -34
- package/esm2022/components/button/button.component.mjs +0 -59
- package/esm2022/components/button/button.directives.mjs +0 -129
- package/esm2022/components/button/button.module.mjs +0 -53
- package/esm2022/components/button-group/button-group.component.mjs +0 -131
- package/esm2022/components/button-group/button-group.module.mjs +0 -32
- package/esm2022/components/button-toggle/button-toggle-item/button-toggle-item.component.mjs +0 -56
- package/esm2022/components/button-toggle/button-toggle.component.mjs +0 -137
- package/esm2022/components/button-toggle/button-toggle.module.mjs +0 -33
- package/esm2022/components/card/card-attribute/card-attribute.component.mjs +0 -17
- package/esm2022/components/card/card-author/card-author.component.mjs +0 -15
- package/esm2022/components/card/card-content/card-content.component.mjs +0 -11
- package/esm2022/components/card/card-footer/card-footer.component.mjs +0 -29
- package/esm2022/components/card/card-header/card-header.component.mjs +0 -24
- package/esm2022/components/card/card.component.mjs +0 -27
- package/esm2022/components/card/card.module.mjs +0 -57
- package/esm2022/components/checkbox/checkbox.component.mjs +0 -79
- package/esm2022/components/checkbox/checkbox.module.mjs +0 -31
- package/esm2022/components/chip/chip.component.mjs +0 -55
- package/esm2022/components/chip/chip.module.mjs +0 -32
- package/esm2022/components/chip-list/chip-list.component.mjs +0 -96
- package/esm2022/components/contained-input/contained-input.component.mjs +0 -86
- package/esm2022/components/contained-input/contained-input.module.mjs +0 -40
- package/esm2022/components/date-input/date-input.component.mjs +0 -139
- package/esm2022/components/date-input/date-input.module.mjs +0 -32
- package/esm2022/components/dialog/dialog-actions.component.mjs +0 -32
- package/esm2022/components/dialog/dialog-confirm.component.mjs +0 -120
- package/esm2022/components/dialog/dialog-content.component.mjs +0 -38
- package/esm2022/components/dialog/dialog-header.component.mjs +0 -35
- package/esm2022/components/dialog/dialog-simple.component.mjs +0 -105
- package/esm2022/components/dialog/dialog.component.mjs +0 -93
- package/esm2022/components/dialog/dialog.service.mjs +0 -103
- package/esm2022/components/dialog/dialogs.module.mjs +0 -75
- package/esm2022/components/form-heading/form-heading.component.mjs +0 -30
- package/esm2022/components/form-heading/form-heading.module.mjs +0 -36
- package/esm2022/components/forms/validators.mjs +0 -81
- package/esm2022/components/icon/icon.component.mjs +0 -69
- package/esm2022/components/icon/icon.module.mjs +0 -24
- package/esm2022/components/icon/icon.types.mjs +0 -352
- package/esm2022/components/icon-button/icon-button.component.mjs +0 -40
- package/esm2022/components/icon-button/icon-button.module.mjs +0 -28
- package/esm2022/components/layouts/context/context.component.mjs +0 -46
- package/esm2022/components/layouts/grid/grid.component.mjs +0 -62
- package/esm2022/components/layouts/layout-group.component.mjs +0 -36
- package/esm2022/components/layouts/layouts.module.mjs +0 -57
- package/esm2022/components/layouts/panel/panel.component.mjs +0 -32
- package/esm2022/components/layouts/sidebar/sidebar.component.mjs +0 -26
- package/esm2022/components/layouts/toolbar/toolbar.component.mjs +0 -21
- package/esm2022/components/menu/menu-close-triggers.directive.mjs +0 -44
- package/esm2022/components/menu/menu-container/menu-container.component.mjs +0 -126
- package/esm2022/components/menu/menu-header/menu-header.component.mjs +0 -11
- package/esm2022/components/menu/menu-item/menu-item.component.mjs +0 -152
- package/esm2022/components/menu/menu-item-group/menu-item-group.component.mjs +0 -31
- package/esm2022/components/menu/menu-separator/menu-separator.component.mjs +0 -11
- package/esm2022/components/menu/menu-sub-item/menu-sub-item.component.mjs +0 -103
- package/esm2022/components/menu/menu.component.mjs +0 -132
- package/esm2022/components/menu/menu.module.mjs +0 -95
- package/esm2022/components/navbar/navbar-header/navbar-header.component.mjs +0 -11
- package/esm2022/components/navbar/navbar-item/navbar-item.component.mjs +0 -95
- package/esm2022/components/navbar/navbar-sub-item/navbar-sub-item.component.mjs +0 -76
- package/esm2022/components/navbar/navbar.component.mjs +0 -75
- package/esm2022/components/navbar/navbar.module.mjs +0 -67
- package/esm2022/components/number-input/number-input.component.mjs +0 -122
- package/esm2022/components/number-input/number-input.module.mjs +0 -32
- package/esm2022/components/paginator/paginator-advanced/paginator-advanced.component.mjs +0 -123
- package/esm2022/components/paginator/paginator.component.mjs +0 -133
- package/esm2022/components/paginator/paginator.model.mjs +0 -2
- package/esm2022/components/paginator/paginator.module.mjs +0 -49
- package/esm2022/components/phone-input/country-code.data.mjs +0 -495
- package/esm2022/components/phone-input/phone-input.component.mjs +0 -285
- package/esm2022/components/phone-input/phone-input.model.mjs +0 -2
- package/esm2022/components/phone-input/phone-input.module.mjs +0 -47
- package/esm2022/components/popover/popover-panel/popover-panel.component.mjs +0 -32
- package/esm2022/components/popover/popover.component.mjs +0 -164
- package/esm2022/components/popover/popover.module.mjs +0 -42
- package/esm2022/components/progress/bar/bar.component.mjs +0 -83
- package/esm2022/components/progress/progress.module.mjs +0 -29
- package/esm2022/components/progress/spinner/spinner.component.mjs +0 -101
- package/esm2022/components/radio/radio-group.component.mjs +0 -117
- package/esm2022/components/radio/radio.component.mjs +0 -48
- package/esm2022/components/radio/radio.module.mjs +0 -36
- package/esm2022/components/section-heading/back-button/back-button.component.mjs +0 -30
- package/esm2022/components/section-heading/section-heading.component.mjs +0 -31
- package/esm2022/components/section-heading/section-heading.module.mjs +0 -42
- package/esm2022/components/section-heading/subsection-heading/subsection-heading.component.mjs +0 -19
- package/esm2022/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +0 -374
- package/esm2022/components/select-menu/select-menu.component.mjs +0 -343
- package/esm2022/components/select-menu/select-menu.module.mjs +0 -60
- package/esm2022/components/shared/pipes/pipes.module.mjs +0 -36
- package/esm2022/components/shared/pipes/translate.pipe.mjs +0 -40
- package/esm2022/components/shared/pipes/trusthtml.pipe.mjs +0 -21
- package/esm2022/components/shared/services/menu-manager.service.mjs +0 -27
- package/esm2022/components/shared/translation.service.mjs +0 -26
- package/esm2022/components/snackbar/snackbar/snackbar.component.mjs +0 -95
- package/esm2022/components/snackbar/snackbar-container/snackbar-container.component.mjs +0 -63
- package/esm2022/components/snackbar/snackbar-message.model.mjs +0 -2
- package/esm2022/components/snackbar/snackbar-timer.service.mjs +0 -29
- package/esm2022/components/snackbar/snackbar.module.mjs +0 -41
- package/esm2022/components/snackbar/snackbar.service.mjs +0 -36
- package/esm2022/components/stepper/step.component.mjs +0 -113
- package/esm2022/components/stepper/stepper.component.mjs +0 -95
- package/esm2022/components/stepper/stepper.module.mjs +0 -41
- package/esm2022/components/switch/switch.component.mjs +0 -73
- package/esm2022/components/switch/switch.module.mjs +0 -24
- package/esm2022/components/table/cell.mjs +0 -151
- package/esm2022/components/table/row.mjs +0 -164
- package/esm2022/components/table/table-dense.component.mjs +0 -38
- package/esm2022/components/table/table.component.mjs +0 -38
- package/esm2022/components/table/table.module.mjs +0 -91
- package/esm2022/components/tabs/tab/tab.component.mjs +0 -79
- package/esm2022/components/tabs/tab-panel/tab-panel.component.mjs +0 -19
- package/esm2022/components/tabs/tabs.component.mjs +0 -68
- package/esm2022/components/tabs/tabs.module.mjs +0 -38
- package/esm2022/components/tag/tag.component.mjs +0 -25
- package/esm2022/components/tag/tag.module.mjs +0 -28
- package/esm2022/components/text-input/text-input.component.mjs +0 -129
- package/esm2022/components/text-input/text-input.module.mjs +0 -35
- package/esm2022/components/textarea-input/textarea-input.component.mjs +0 -95
- package/esm2022/components/textarea-input/textarea-input.module.mjs +0 -36
- package/esm2022/components/tooltip/tooltip-panel/tooltip-panel.component.mjs +0 -92
- package/esm2022/components/tooltip/tooltip.component.mjs +0 -59
- package/esm2022/components/tooltip/tooltip.directive.mjs +0 -177
- package/esm2022/components/tooltip/tooltip.module.mjs +0 -50
- package/esm2022/components/typeahead/typeahead.component.mjs +0 -264
- package/esm2022/components/wrapped-input/wrapped-input.component.mjs +0 -34
- package/esm2022/components/wrapped-input/wrapped-input.module.mjs +0 -28
- package/esm2022/directives/menu-register.directive.mjs +0 -38
- package/esm2022/flywheel-io-vision.mjs +0 -5
- package/esm2022/public-api.mjs +0 -132
package/esm2022/components/button-toggle/button-toggle-item/button-toggle-item.component.mjs
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../button/button.component";
|
|
4
|
-
export class FwButtonToggleItemComponent {
|
|
5
|
-
get classes() {
|
|
6
|
-
return ['fw-button-toggle-item', this.title && this.title.length > 0 ? 'has-title' : 'no-title'].filter(Boolean).join(' ');
|
|
7
|
-
}
|
|
8
|
-
;
|
|
9
|
-
constructor() {
|
|
10
|
-
this.selected = false;
|
|
11
|
-
this.disabled = false;
|
|
12
|
-
this.size = 'medium';
|
|
13
|
-
this.color = 'slate';
|
|
14
|
-
this.selectedColor = 'primary';
|
|
15
|
-
this.selectedStyle = 'background';
|
|
16
|
-
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
17
|
-
this.click = new EventEmitter();
|
|
18
|
-
}
|
|
19
|
-
handleClick() {
|
|
20
|
-
if (this.value) {
|
|
21
|
-
this.click.emit(this.value);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwButtonToggleItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwButtonToggleItemComponent, selector: "fw-button-toggle-item", inputs: { title: "title", icon: "icon", selectedIcon: "selectedIcon", value: "value", selected: "selected", disabled: "disabled", size: "size", color: "color", selectedColor: "selectedColor", selectedStyle: "selectedStyle" }, outputs: { click: "click" }, host: { properties: { "attr.class": "this.classes" } }, ngImport: i0, template: "<fw-button\n [leftIcon]=\"(selected && selectedIcon) ? selectedIcon : icon\"\n [variant]=\"(selected && selectedStyle==='background') ? 'solid':'outline'\"\n [color]=\"selected ? selectedColor:color\"\n [size]=\"size\"\n [disabled]=\"disabled\"\n (click)=\"handleClick()\">\n {{ title }}\n</fw-button>\n", dependencies: [{ kind: "component", type: i1.FwButtonComponent, selector: "fw-button", inputs: ["color", "size", "variant", "type", "disabled", "fullWidth", "leftIcon", "rightIcon"] }] }); }
|
|
26
|
-
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwButtonToggleItemComponent, decorators: [{
|
|
28
|
-
type: Component,
|
|
29
|
-
args: [{ selector: 'fw-button-toggle-item', template: "<fw-button\n [leftIcon]=\"(selected && selectedIcon) ? selectedIcon : icon\"\n [variant]=\"(selected && selectedStyle==='background') ? 'solid':'outline'\"\n [color]=\"selected ? selectedColor:color\"\n [size]=\"size\"\n [disabled]=\"disabled\"\n (click)=\"handleClick()\">\n {{ title }}\n</fw-button>\n" }]
|
|
30
|
-
}], ctorParameters: () => [], propDecorators: { title: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], icon: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], selectedIcon: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], value: [{
|
|
37
|
-
type: Input
|
|
38
|
-
}], selected: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}], disabled: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}], size: [{
|
|
43
|
-
type: Input
|
|
44
|
-
}], color: [{
|
|
45
|
-
type: Input
|
|
46
|
-
}], selectedColor: [{
|
|
47
|
-
type: Input
|
|
48
|
-
}], selectedStyle: [{
|
|
49
|
-
type: Input
|
|
50
|
-
}], click: [{
|
|
51
|
-
type: Output
|
|
52
|
-
}], classes: [{
|
|
53
|
-
type: HostBinding,
|
|
54
|
-
args: ['attr.class']
|
|
55
|
-
}] } });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXRvZ2dsZS1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL2J1dHRvbi10b2dnbGUvYnV0dG9uLXRvZ2dsZS1pdGVtL2J1dHRvbi10b2dnbGUtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9idXR0b24tdG9nZ2xlL2J1dHRvbi10b2dnbGUtaXRlbS9idXR0b24tdG9nZ2xlLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVVwRixNQUFNLE9BQU8sMkJBQTJCO0lBY3RDLElBQStCLE9BQU87UUFDcEMsT0FBTyxDQUFDLHVCQUF1QixFQUFFLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDN0gsQ0FBQztJQUFBLENBQUM7SUFFRjtRQWJTLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFDMUIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUMxQixTQUFJLEdBQWtDLFFBQVEsQ0FBQztRQUMvQyxVQUFLLEdBQXVGLE9BQU8sQ0FBQztRQUNwRyxrQkFBYSxHQUF1RixTQUFTLENBQUM7UUFDOUcsa0JBQWEsR0FBaUMsWUFBWSxDQUFDO1FBQ3BFLDREQUE0RDtRQUNsRCxVQUFLLEdBQXlCLElBQUksWUFBWSxFQUFVLENBQUM7SUFPbkUsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNmLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM5QixDQUFDO0lBQ0gsQ0FBQzsrR0F6QlUsMkJBQTJCO21HQUEzQiwyQkFBMkIsb1hDVnhDLHdUQVNBOzs0RkRDYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0UsdUJBQXVCO3dEQUt4QixLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFFSSxLQUFLO3NCQUFkLE1BQU07Z0JBRXdCLE9BQU87c0JBQXJDLFdBQVc7dUJBQUMsWUFBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBIb3N0QmluZGluZywgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBJY29uVHlwZSB9IGZyb20gJy4uLy4uL2ljb24vaWNvbi50eXBlcyc7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZnctYnV0dG9uLXRvZ2dsZS1pdGVtJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2J1dHRvbi10b2dnbGUtaXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogW10sXG59KVxuZXhwb3J0IGNsYXNzIEZ3QnV0dG9uVG9nZ2xlSXRlbUNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICBASW5wdXQoKSBpY29uPzogSWNvblR5cGU7XG4gIEBJbnB1dCgpIHNlbGVjdGVkSWNvbj86IEljb25UeXBlO1xuICBASW5wdXQoKSB2YWx1ZT86IHN0cmluZztcbiAgQElucHV0KCkgc2VsZWN0ZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgc2l6ZT86ICdzbWFsbCcgfCAnbWVkaXVtJyB8ICdsYXJnZScgPSAnbWVkaXVtJztcbiAgQElucHV0KCkgY29sb3I/OiAncHJpbWFyeScgfCAnc2Vjb25kYXJ5JyB8ICdkYW5nZXInIHwgJ3NsYXRlJyB8ICdza2VsZXRvbicgfCAnd2FybmluZycgfCAnc3VjY2VzcycgPSAnc2xhdGUnO1xuICBASW5wdXQoKSBzZWxlY3RlZENvbG9yPzogJ3ByaW1hcnknIHwgJ3NlY29uZGFyeScgfCAnZGFuZ2VyJyB8ICdzbGF0ZScgfCAnc2tlbGV0b24nIHwgJ3dhcm5pbmcnIHwgJ3N1Y2Nlc3MnID0gJ3ByaW1hcnknO1xuICBASW5wdXQoKSBzZWxlY3RlZFN0eWxlPzogJ2JhY2tncm91bmQnIHwgJ2ZvcmVncm91bmQnID0gJ2JhY2tncm91bmQnO1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L25vLW91dHB1dC1uYXRpdmVcbiAgQE91dHB1dCgpIGNsaWNrOiBFdmVudEVtaXR0ZXI8c3RyaW5nPiA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuXG4gIEBIb3N0QmluZGluZygnYXR0ci5jbGFzcycpIGdldCBjbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIFsnZnctYnV0dG9uLXRvZ2dsZS1pdGVtJywgdGhpcy50aXRsZSAmJiB0aGlzLnRpdGxlLmxlbmd0aCA+IDAgPyAnaGFzLXRpdGxlJyA6ICduby10aXRsZSddLmZpbHRlcihCb29sZWFuKS5qb2luKCcgJyk7XG4gIH07XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gIH1cblxuICBoYW5kbGVDbGljaygpOiB2b2lkIHtcbiAgICBpZiAodGhpcy52YWx1ZSkge1xuICAgICAgdGhpcy5jbGljay5lbWl0KHRoaXMudmFsdWUpO1xuICAgIH1cbiAgfVxufVxuIiwiPGZ3LWJ1dHRvblxuICBbbGVmdEljb25dPVwiKHNlbGVjdGVkICYmIHNlbGVjdGVkSWNvbikgPyBzZWxlY3RlZEljb24gOiBpY29uXCJcbiAgW3ZhcmlhbnRdPVwiKHNlbGVjdGVkICYmIHNlbGVjdGVkU3R5bGU9PT0nYmFja2dyb3VuZCcpID8gJ3NvbGlkJzonb3V0bGluZSdcIlxuICBbY29sb3JdPVwic2VsZWN0ZWQgPyBzZWxlY3RlZENvbG9yOmNvbG9yXCJcbiAgW3NpemVdPVwic2l6ZVwiXG4gIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gIChjbGljayk9XCJoYW5kbGVDbGljaygpXCI+XG4gIHt7IHRpdGxlIH19XG48L2Z3LWJ1dHRvbj5cbiJdfQ==
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { Component, ContentChildren, EventEmitter, forwardRef, HostBinding, Input, Output, ViewEncapsulation, } from '@angular/core';
|
|
2
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
-
import { FwButtonToggleItemComponent } from './button-toggle-item/button-toggle-item.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class FwButtonToggleComponent {
|
|
6
|
-
get classes() {
|
|
7
|
-
return ['fw-button-toggle', this.size, this.layout].filter(Boolean).join(' ');
|
|
8
|
-
}
|
|
9
|
-
;
|
|
10
|
-
get value() {
|
|
11
|
-
return this._value;
|
|
12
|
-
}
|
|
13
|
-
set value(newValue) {
|
|
14
|
-
this.updateValue(newValue);
|
|
15
|
-
}
|
|
16
|
-
constructor(cdref) {
|
|
17
|
-
this.cdref = cdref;
|
|
18
|
-
this.layout = 'basic';
|
|
19
|
-
this.size = 'medium';
|
|
20
|
-
this.disabled = false;
|
|
21
|
-
this.subscriptions = [];
|
|
22
|
-
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
23
|
-
this.change = new EventEmitter();
|
|
24
|
-
this.onTouched = () => {
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
registerOnChange(fn) {
|
|
28
|
-
this.onChange = fn;
|
|
29
|
-
}
|
|
30
|
-
registerOnTouched(fn) {
|
|
31
|
-
this.onTouched = fn;
|
|
32
|
-
}
|
|
33
|
-
setDisabledState(isDisabled) {
|
|
34
|
-
this.disabled = isDisabled;
|
|
35
|
-
}
|
|
36
|
-
writeValue(value) {
|
|
37
|
-
this.value = value;
|
|
38
|
-
}
|
|
39
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
40
|
-
ngOnChanges(changes) {
|
|
41
|
-
this.formatToggles();
|
|
42
|
-
}
|
|
43
|
-
ngOnDestroy() {
|
|
44
|
-
for (const subscription of this.subscriptions) {
|
|
45
|
-
subscription.unsubscribe();
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
ngAfterContentInit() {
|
|
49
|
-
if (this.toggleButtons.length > 0) {
|
|
50
|
-
this.formatToggles();
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
// Inputs need an `${inputName}Change` event to support two-way binding to [(value)]
|
|
54
|
-
// https://angular.dev/guide/templates/two-way-binding
|
|
55
|
-
valueChange(value) {
|
|
56
|
-
this.updateValue(value);
|
|
57
|
-
}
|
|
58
|
-
updateValue(value) {
|
|
59
|
-
this._value = value;
|
|
60
|
-
if (this.onChange) {
|
|
61
|
-
this.onChange(value);
|
|
62
|
-
}
|
|
63
|
-
this.change.emit(value);
|
|
64
|
-
}
|
|
65
|
-
formatToggles() {
|
|
66
|
-
if (this.toggleButtons) {
|
|
67
|
-
this.toggleButtons.forEach(toggle => {
|
|
68
|
-
if (toggle.value === this.value) {
|
|
69
|
-
toggle.selected = true;
|
|
70
|
-
}
|
|
71
|
-
toggle.size = this.size;
|
|
72
|
-
if (this.color) {
|
|
73
|
-
toggle.color = this.color;
|
|
74
|
-
}
|
|
75
|
-
if (this.selectedColor) {
|
|
76
|
-
toggle.selectedColor = this.selectedColor;
|
|
77
|
-
}
|
|
78
|
-
if (this.disabled) {
|
|
79
|
-
toggle.disabled = this.disabled;
|
|
80
|
-
}
|
|
81
|
-
const sub = toggle.click.subscribe(() => {
|
|
82
|
-
if (this.toggleButtons.length === 1) {
|
|
83
|
-
toggle.selected = !toggle.selected;
|
|
84
|
-
}
|
|
85
|
-
else {
|
|
86
|
-
this.toggleButtons.forEach(t => {
|
|
87
|
-
t.selected = false;
|
|
88
|
-
});
|
|
89
|
-
toggle.selected = true;
|
|
90
|
-
}
|
|
91
|
-
const val = this.toggleButtons.find(t => t.selected)?.value;
|
|
92
|
-
this.writeValue(val);
|
|
93
|
-
});
|
|
94
|
-
this.subscriptions.push(sub);
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwButtonToggleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
99
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwButtonToggleComponent, selector: "fw-button-toggle", inputs: { layout: "layout", size: "size", disabled: "disabled", color: "color", selectedColor: "selectedColor", value: "value" }, outputs: { change: "change" }, host: { properties: { "attr.class": "this.classes" } }, providers: [
|
|
100
|
-
{
|
|
101
|
-
provide: NG_VALUE_ACCESSOR,
|
|
102
|
-
useExisting: forwardRef(() => FwButtonToggleComponent),
|
|
103
|
-
multi: true,
|
|
104
|
-
},
|
|
105
|
-
], queries: [{ propertyName: "toggleButtons", predicate: FwButtonToggleItemComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: '<ng-content select="fw-button-toggle-item,fw-tooltip"></ng-content>', isInline: true, styles: ["fw-button-toggle.fw-button-toggle{box-sizing:border-box;border-radius:8px;overflow:hidden;display:inline-flex;align-items:stretch}fw-button-toggle.fw-button-toggle .fw-button-toggle-item.no-title button{gap:0}fw-button-toggle.fw-button-toggle button{min-width:0;margin:0!important;border-radius:0;border:1px solid var(--separations-input);border-right-width:0!important}fw-button-toggle.fw-button-toggle>button:first-of-type{border-top-left-radius:8px;border-bottom-left-radius:8px}fw-button-toggle.fw-button-toggle>button:last-of-type{border-top-right-radius:8px;border-bottom-right-radius:8px;border-right-width:1px}fw-button-toggle.fw-button-toggle.compact button{line-height:24px;height:24px}fw-button-toggle.fw-button-toggle.small button{font-size:12px}fw-button-toggle.fw-button-toggle.medium button{font-size:14px}fw-button-toggle.fw-button-toggle.large button{font-size:18px}fw-button-toggle.fw-button-toggle>fw-button-toggle-item:last-of-type button{border-top-right-radius:8px;border-bottom-right-radius:8px;border-right-width:1px!important}fw-button-toggle.fw-button-toggle>fw-button-toggle-item:first-of-type button{border-top-left-radius:8px;border-bottom-left-radius:8px}fw-button-toggle.fw-button-toggle fw-tooltip fw-button-toggle-item button{border-radius:0!important;border-right-width:0!important}fw-button-toggle.fw-button-toggle fw-tooltip:last-of-type fw-button-toggle-item button{border-radius:0 8px 8px 0!important;border-right-width:1px!important}fw-button-toggle.fw-button-toggle fw-tooltip:first-of-type fw-button-toggle-item button{border-radius:8px 0 0 8px!important}\n"], encapsulation: i0.ViewEncapsulation.None }); }
|
|
106
|
-
}
|
|
107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwButtonToggleComponent, decorators: [{
|
|
108
|
-
type: Component,
|
|
109
|
-
args: [{ selector: 'fw-button-toggle', template: '<ng-content select="fw-button-toggle-item,fw-tooltip"></ng-content>', encapsulation: ViewEncapsulation.None, providers: [
|
|
110
|
-
{
|
|
111
|
-
provide: NG_VALUE_ACCESSOR,
|
|
112
|
-
useExisting: forwardRef(() => FwButtonToggleComponent),
|
|
113
|
-
multi: true,
|
|
114
|
-
},
|
|
115
|
-
], styles: ["fw-button-toggle.fw-button-toggle{box-sizing:border-box;border-radius:8px;overflow:hidden;display:inline-flex;align-items:stretch}fw-button-toggle.fw-button-toggle .fw-button-toggle-item.no-title button{gap:0}fw-button-toggle.fw-button-toggle button{min-width:0;margin:0!important;border-radius:0;border:1px solid var(--separations-input);border-right-width:0!important}fw-button-toggle.fw-button-toggle>button:first-of-type{border-top-left-radius:8px;border-bottom-left-radius:8px}fw-button-toggle.fw-button-toggle>button:last-of-type{border-top-right-radius:8px;border-bottom-right-radius:8px;border-right-width:1px}fw-button-toggle.fw-button-toggle.compact button{line-height:24px;height:24px}fw-button-toggle.fw-button-toggle.small button{font-size:12px}fw-button-toggle.fw-button-toggle.medium button{font-size:14px}fw-button-toggle.fw-button-toggle.large button{font-size:18px}fw-button-toggle.fw-button-toggle>fw-button-toggle-item:last-of-type button{border-top-right-radius:8px;border-bottom-right-radius:8px;border-right-width:1px!important}fw-button-toggle.fw-button-toggle>fw-button-toggle-item:first-of-type button{border-top-left-radius:8px;border-bottom-left-radius:8px}fw-button-toggle.fw-button-toggle fw-tooltip fw-button-toggle-item button{border-radius:0!important;border-right-width:0!important}fw-button-toggle.fw-button-toggle fw-tooltip:last-of-type fw-button-toggle-item button{border-radius:0 8px 8px 0!important;border-right-width:1px!important}fw-button-toggle.fw-button-toggle fw-tooltip:first-of-type fw-button-toggle-item button{border-radius:8px 0 0 8px!important}\n"] }]
|
|
116
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { classes: [{
|
|
117
|
-
type: HostBinding,
|
|
118
|
-
args: ['attr.class']
|
|
119
|
-
}], layout: [{
|
|
120
|
-
type: Input
|
|
121
|
-
}], size: [{
|
|
122
|
-
type: Input
|
|
123
|
-
}], disabled: [{
|
|
124
|
-
type: Input
|
|
125
|
-
}], color: [{
|
|
126
|
-
type: Input
|
|
127
|
-
}], selectedColor: [{
|
|
128
|
-
type: Input
|
|
129
|
-
}], toggleButtons: [{
|
|
130
|
-
type: ContentChildren,
|
|
131
|
-
args: [FwButtonToggleItemComponent, { descendants: true }]
|
|
132
|
-
}], change: [{
|
|
133
|
-
type: Output
|
|
134
|
-
}], value: [{
|
|
135
|
-
type: Input
|
|
136
|
-
}] } });
|
|
137
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXRvZ2dsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9idXR0b24tdG9nZ2xlL2J1dHRvbi10b2dnbGUuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFHTCxTQUFTLEVBQ1QsZUFBZSxFQUNmLFlBQVksRUFDWixVQUFVLEVBQ1YsV0FBVyxFQUNYLEtBQUssRUFHTCxNQUFNLEVBR04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUd6RSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7QUFlaEcsTUFBTSxPQUFPLHVCQUF1QjtJQUNsQyxJQUErQixPQUFPO1FBQ3BDLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxJQUFJLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ2hGLENBQUM7SUFBQSxDQUFDO0lBWUYsSUFDSSxLQUFLO1FBQ1AsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxJQUFJLEtBQUssQ0FBQyxRQUFnQjtRQUN4QixJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFFRCxZQUFvQixLQUF3QjtRQUF4QixVQUFLLEdBQUwsS0FBSyxDQUFtQjtRQW5CbkMsV0FBTSxHQUF5QixPQUFPLENBQUM7UUFDdkMsU0FBSSxHQUFrQyxRQUFRLENBQUM7UUFDL0MsYUFBUSxHQUFhLEtBQUssQ0FBQztRQUk1QixrQkFBYSxHQUFtQixFQUFFLENBQUM7UUFDM0MsNERBQTREO1FBQ2xELFdBQU0sR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBZTlDLGNBQVMsR0FBRyxHQUFTLEVBQUU7UUFDdkIsQ0FBQyxDQUFDO0lBSkYsQ0FBQztJQU1ELGdCQUFnQixDQUFDLEVBQTJCO1FBQzFDLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxFQUFjO1FBQzlCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBRSxVQUFtQjtRQUNuQyxJQUFJLENBQUMsUUFBUSxHQUFHLFVBQVUsQ0FBQztJQUM3QixDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQWE7UUFDdEIsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7SUFDckIsQ0FBQztJQUVELDZEQUE2RDtJQUM3RCxXQUFXLENBQUMsT0FBc0I7UUFDaEMsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxXQUFXO1FBQ1QsS0FBSyxNQUFNLFlBQVksSUFBSSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDOUMsWUFBWSxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQzdCLENBQUM7SUFDSCxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUksSUFBSSxDQUFDLGFBQWEsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFLENBQUM7WUFDbEMsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQ3ZCLENBQUM7SUFDSCxDQUFDO0lBRUQsb0ZBQW9GO0lBQ3BGLHNEQUFzRDtJQUN0RCxXQUFXLENBQUMsS0FBYTtRQUN2QixJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzFCLENBQUM7SUFFRCxXQUFXLENBQUMsS0FBYTtRQUN2QixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztRQUNwQixJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNsQixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3ZCLENBQUM7UUFDRCxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMxQixDQUFDO0lBRUQsYUFBYTtRQUNYLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQ3ZCLElBQUksQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxFQUFFO2dCQUNsQyxJQUFJLE1BQU0sQ0FBQyxLQUFLLEtBQUssSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO29CQUNoQyxNQUFNLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztnQkFDekIsQ0FBQztnQkFDRCxNQUFNLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUM7Z0JBQ3hCLElBQUksSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO29CQUNmLE1BQU0sQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQztnQkFDNUIsQ0FBQztnQkFDRCxJQUFJLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztvQkFDdkIsTUFBTSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDO2dCQUM1QyxDQUFDO2dCQUNELElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO29CQUNsQixNQUFNLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUM7Z0JBQ2xDLENBQUM7Z0JBQ0QsTUFBTSxHQUFHLEdBQUcsTUFBTSxDQUFDLEtBQUssQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO29CQUN0QyxJQUFJLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRSxDQUFDO3dCQUNwQyxNQUFNLENBQUMsUUFBUSxHQUFHLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQztvQkFDckMsQ0FBQzt5QkFBTSxDQUFDO3dCQUNOLElBQUksQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFOzRCQUM3QixDQUFDLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQzt3QkFDckIsQ0FBQyxDQUFDLENBQUM7d0JBQ0gsTUFBTSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7b0JBQ3pCLENBQUM7b0JBQ0QsTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLEVBQUUsS0FBSyxDQUFDO29CQUM1RCxJQUFJLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDO2dCQUN2QixDQUFDLENBQUMsQ0FBQztnQkFDSCxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUMvQixDQUFDLENBQUMsQ0FBQztRQUNMLENBQUM7SUFDSCxDQUFDOytHQTdHVSx1QkFBdUI7bUdBQXZCLHVCQUF1QixvUUFSdkI7WUFDVDtnQkFDRSxPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLHVCQUF1QixDQUFDO2dCQUN0RCxLQUFLLEVBQUUsSUFBSTthQUNaO1NBQ0Ysd0RBWWdCLDJCQUEyQixxRUFwQmxDLHFFQUFxRTs7NEZBVXBFLHVCQUF1QjtrQkFibkMsU0FBUzsrQkFDRSxrQkFBa0IsWUFFbEIscUVBQXFFLGlCQUNoRSxpQkFBaUIsQ0FBQyxJQUFJLGFBQzFCO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHdCQUF3QixDQUFDOzRCQUN0RCxLQUFLLEVBQUUsSUFBSTt5QkFDWjtxQkFDRjtzRkFHOEIsT0FBTztzQkFBckMsV0FBVzt1QkFBQyxZQUFZO2dCQUloQixNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQytELGFBQWE7c0JBQWpGLGVBQWU7dUJBQUMsMkJBQTJCLEVBQUUsRUFBRSxXQUFXLEVBQUUsSUFBSSxFQUFFO2dCQUd6RCxNQUFNO3NCQUFmLE1BQU07Z0JBR0gsS0FBSztzQkFEUixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQWZ0ZXJDb250ZW50SW5pdCxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgQ29udGVudENoaWxkcmVuLFxuICBFdmVudEVtaXR0ZXIsXG4gIGZvcndhcmRSZWYsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPbkRlc3Ryb3ksXG4gIE91dHB1dCxcbiAgUXVlcnlMaXN0LFxuICBTaW1wbGVDaGFuZ2VzLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHsgRndCdXR0b25Ub2dnbGVJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9idXR0b24tdG9nZ2xlLWl0ZW0vYnV0dG9uLXRvZ2dsZS1pdGVtLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Z3LWJ1dHRvbi10b2dnbGUnLFxuICBzdHlsZVVybHM6IFsnLi9idXR0b24tdG9nZ2xlLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgc2VsZWN0PVwiZnctYnV0dG9uLXRvZ2dsZS1pdGVtLGZ3LXRvb2x0aXBcIj48L25nLWNvbnRlbnQ+JyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBGd0J1dHRvblRvZ2dsZUNvbXBvbmVudCksXG4gICAgICBtdWx0aTogdHJ1ZSxcbiAgICB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBGd0J1dHRvblRvZ2dsZUNvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkNoYW5nZXMsIE9uRGVzdHJveSwgQWZ0ZXJDb250ZW50SW5pdCB7XG4gIEBIb3N0QmluZGluZygnYXR0ci5jbGFzcycpIGdldCBjbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIFsnZnctYnV0dG9uLXRvZ2dsZScsIHRoaXMuc2l6ZSwgdGhpcy5sYXlvdXRdLmZpbHRlcihCb29sZWFuKS5qb2luKCcgJyk7XG4gIH07XG5cbiAgQElucHV0KCkgbGF5b3V0PzogJ2Jhc2ljJyB8ICdjb21wYWN0JyA9ICdiYXNpYyc7XG4gIEBJbnB1dCgpIHNpemU/OiAnc21hbGwnIHwgJ21lZGl1bScgfCAnbGFyZ2UnID0gJ21lZGl1bSc7XG4gIEBJbnB1dCgpIGRpc2FibGVkPzogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSBjb2xvcj86ICdwcmltYXJ5JyB8ICdzZWNvbmRhcnknIHwgJ2RhbmdlcicgfCAnc2xhdGUnIHwgJ3NrZWxldG9uJyB8ICd3YXJuaW5nJyB8ICdzdWNjZXNzJztcbiAgQElucHV0KCkgc2VsZWN0ZWRDb2xvcj86ICdwcmltYXJ5JyB8ICdzZWNvbmRhcnknIHwgJ2RhbmdlcicgfCAnc2xhdGUnIHwgJ3NrZWxldG9uJyB8ICd3YXJuaW5nJyB8ICdzdWNjZXNzJztcbiAgQENvbnRlbnRDaGlsZHJlbihGd0J1dHRvblRvZ2dsZUl0ZW1Db21wb25lbnQsIHsgZGVzY2VuZGFudHM6IHRydWUgfSkgdG9nZ2xlQnV0dG9uczogUXVlcnlMaXN0PEZ3QnV0dG9uVG9nZ2xlSXRlbUNvbXBvbmVudD47XG4gIHByaXZhdGUgc3Vic2NyaXB0aW9uczogU3Vic2NyaXB0aW9uW10gPSBbXTtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1vdXRwdXQtbmF0aXZlXG4gIEBPdXRwdXQoKSBjaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbiAgcHJpdmF0ZSBfdmFsdWU6IHN0cmluZztcbiAgQElucHV0KClcbiAgZ2V0IHZhbHVlKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuX3ZhbHVlO1xuICB9XG5cbiAgc2V0IHZhbHVlKG5ld1ZhbHVlOiBzdHJpbmcpIHtcbiAgICB0aGlzLnVwZGF0ZVZhbHVlKG5ld1ZhbHVlKTtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RyZWY6IENoYW5nZURldGVjdG9yUmVmKSB7XG4gIH1cblxuICBvbkNoYW5nZTogKHZhbHVlOiBzdHJpbmcpID0+IHZvaWQ7XG4gIG9uVG91Y2hlZCA9ICgpOiB2b2lkID0+IHtcbiAgfTtcblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAodmFsdWU6IHN0cmluZykgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGU/KGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB0aGlzLmRpc2FibGVkID0gaXNEaXNhYmxlZDtcbiAgfVxuXG4gIHdyaXRlVmFsdWUodmFsdWU6IHN0cmluZyk6IHZvaWQge1xuICAgIHRoaXMudmFsdWUgPSB2YWx1ZTtcbiAgfVxuXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tdW51c2VkLXZhcnNcbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgIHRoaXMuZm9ybWF0VG9nZ2xlcygpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgZm9yIChjb25zdCBzdWJzY3JpcHRpb24gb2YgdGhpcy5zdWJzY3JpcHRpb25zKSB7XG4gICAgICBzdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKTtcbiAgICB9XG4gIH1cblxuICBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMudG9nZ2xlQnV0dG9ucy5sZW5ndGggPiAwKSB7XG4gICAgICB0aGlzLmZvcm1hdFRvZ2dsZXMoKTtcbiAgICB9XG4gIH1cblxuICAvLyBJbnB1dHMgbmVlZCBhbiBgJHtpbnB1dE5hbWV9Q2hhbmdlYCBldmVudCB0byBzdXBwb3J0IHR3by13YXkgYmluZGluZyB0byBbKHZhbHVlKV1cbiAgLy8gaHR0cHM6Ly9hbmd1bGFyLmRldi9ndWlkZS90ZW1wbGF0ZXMvdHdvLXdheS1iaW5kaW5nXG4gIHZhbHVlQ2hhbmdlKHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLnVwZGF0ZVZhbHVlKHZhbHVlKTtcbiAgfVxuXG4gIHVwZGF0ZVZhbHVlKHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLl92YWx1ZSA9IHZhbHVlO1xuICAgIGlmICh0aGlzLm9uQ2hhbmdlKSB7XG4gICAgICB0aGlzLm9uQ2hhbmdlKHZhbHVlKTtcbiAgICB9XG4gICAgdGhpcy5jaGFuZ2UuZW1pdCh2YWx1ZSk7XG4gIH1cblxuICBmb3JtYXRUb2dnbGVzKCk6IHZvaWQge1xuICAgIGlmICh0aGlzLnRvZ2dsZUJ1dHRvbnMpIHtcbiAgICAgIHRoaXMudG9nZ2xlQnV0dG9ucy5mb3JFYWNoKHRvZ2dsZSA9PiB7XG4gICAgICAgIGlmICh0b2dnbGUudmFsdWUgPT09IHRoaXMudmFsdWUpIHtcbiAgICAgICAgICB0b2dnbGUuc2VsZWN0ZWQgPSB0cnVlO1xuICAgICAgICB9XG4gICAgICAgIHRvZ2dsZS5zaXplID0gdGhpcy5zaXplO1xuICAgICAgICBpZiAodGhpcy5jb2xvcikge1xuICAgICAgICAgIHRvZ2dsZS5jb2xvciA9IHRoaXMuY29sb3I7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHRoaXMuc2VsZWN0ZWRDb2xvcikge1xuICAgICAgICAgIHRvZ2dsZS5zZWxlY3RlZENvbG9yID0gdGhpcy5zZWxlY3RlZENvbG9yO1xuICAgICAgICB9XG4gICAgICAgIGlmICh0aGlzLmRpc2FibGVkKSB7XG4gICAgICAgICAgdG9nZ2xlLmRpc2FibGVkID0gdGhpcy5kaXNhYmxlZDtcbiAgICAgICAgfVxuICAgICAgICBjb25zdCBzdWIgPSB0b2dnbGUuY2xpY2suc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICBpZiAodGhpcy50b2dnbGVCdXR0b25zLmxlbmd0aCA9PT0gMSkge1xuICAgICAgICAgICAgdG9nZ2xlLnNlbGVjdGVkID0gIXRvZ2dsZS5zZWxlY3RlZDtcbiAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgdGhpcy50b2dnbGVCdXR0b25zLmZvckVhY2godCA9PiB7XG4gICAgICAgICAgICAgIHQuc2VsZWN0ZWQgPSBmYWxzZTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgdG9nZ2xlLnNlbGVjdGVkID0gdHJ1ZTtcbiAgICAgICAgICB9XG4gICAgICAgICAgY29uc3QgdmFsID0gdGhpcy50b2dnbGVCdXR0b25zLmZpbmQodCA9PiB0LnNlbGVjdGVkKT8udmFsdWU7XG4gICAgICAgICAgdGhpcy53cml0ZVZhbHVlKHZhbCk7XG4gICAgICAgIH0pO1xuICAgICAgICB0aGlzLnN1YnNjcmlwdGlvbnMucHVzaChzdWIpO1xuICAgICAgfSk7XG4gICAgfVxuICB9XG59XG4iXX0=
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { FwButtonModule } from '../button/button.module';
|
|
3
|
-
import { FwIconModule } from '../icon/icon.module';
|
|
4
|
-
import { FwButtonToggleComponent } from './button-toggle.component';
|
|
5
|
-
import { FwButtonToggleItemComponent } from './button-toggle-item/button-toggle-item.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class FwButtonToggleModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwButtonToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: FwButtonToggleModule, declarations: [FwButtonToggleComponent,
|
|
10
|
-
FwButtonToggleItemComponent], imports: [FwButtonModule,
|
|
11
|
-
FwIconModule], exports: [FwButtonToggleComponent,
|
|
12
|
-
FwButtonToggleItemComponent] }); }
|
|
13
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwButtonToggleModule, imports: [FwButtonModule,
|
|
14
|
-
FwIconModule] }); }
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwButtonToggleModule, decorators: [{
|
|
17
|
-
type: NgModule,
|
|
18
|
-
args: [{
|
|
19
|
-
exports: [
|
|
20
|
-
FwButtonToggleComponent,
|
|
21
|
-
FwButtonToggleItemComponent,
|
|
22
|
-
],
|
|
23
|
-
declarations: [
|
|
24
|
-
FwButtonToggleComponent,
|
|
25
|
-
FwButtonToggleItemComponent,
|
|
26
|
-
],
|
|
27
|
-
imports: [
|
|
28
|
-
FwButtonModule,
|
|
29
|
-
FwIconModule,
|
|
30
|
-
],
|
|
31
|
-
}]
|
|
32
|
-
}] });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXRvZ2dsZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9idXR0b24tdG9nZ2xlL2J1dHRvbi10b2dnbGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUNwRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7QUFnQmhHLE1BQU0sT0FBTyxvQkFBb0I7K0dBQXBCLG9CQUFvQjtnSEFBcEIsb0JBQW9CLGlCQVI3Qix1QkFBdUI7WUFDdkIsMkJBQTJCLGFBRzNCLGNBQWM7WUFDZCxZQUFZLGFBVFosdUJBQXVCO1lBQ3ZCLDJCQUEyQjtnSEFXbEIsb0JBQW9CLFlBSjdCLGNBQWM7WUFDZCxZQUFZOzs0RkFHSCxvQkFBb0I7a0JBZGhDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLHVCQUF1Qjt3QkFDdkIsMkJBQTJCO3FCQUM1QjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osdUJBQXVCO3dCQUN2QiwyQkFBMkI7cUJBQzVCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxjQUFjO3dCQUNkLFlBQVk7cUJBQ2I7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBGd0J1dHRvbk1vZHVsZSB9IGZyb20gJy4uL2J1dHRvbi9idXR0b24ubW9kdWxlJztcbmltcG9ydCB7IEZ3SWNvbk1vZHVsZSB9IGZyb20gJy4uL2ljb24vaWNvbi5tb2R1bGUnO1xuaW1wb3J0IHsgRndCdXR0b25Ub2dnbGVDb21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi10b2dnbGUuY29tcG9uZW50JztcbmltcG9ydCB7IEZ3QnV0dG9uVG9nZ2xlSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vYnV0dG9uLXRvZ2dsZS1pdGVtL2J1dHRvbi10b2dnbGUtaXRlbS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBleHBvcnRzOiBbXG4gICAgRndCdXR0b25Ub2dnbGVDb21wb25lbnQsXG4gICAgRndCdXR0b25Ub2dnbGVJdGVtQ29tcG9uZW50LFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBGd0J1dHRvblRvZ2dsZUNvbXBvbmVudCxcbiAgICBGd0J1dHRvblRvZ2dsZUl0ZW1Db21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBGd0J1dHRvbk1vZHVsZSxcbiAgICBGd0ljb25Nb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEZ3QnV0dG9uVG9nZ2xlTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "../../icon/icon.component";
|
|
5
|
-
export class FwCardAttributeComponent {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardAttributeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardAttributeComponent, selector: "fw-card-attr", inputs: { icon: "icon", title: "title" }, ngImport: i0, template: "<fw-icon *ngIf=\"icon\">{{ icon }}</fw-icon>\n<h5 *ngIf=\"title\" class=\"vision-h5\">{{ title }}</h5>\n<ng-content></ng-content>\n", styles: [":host{display:flex;align-items:center;font-size:12px;font-style:normal;font-weight:500;line-height:120%;color:var(--typography-base)}:host fw-icon{color:var(--primary-base);font-size:18px;margin-right:4px}:host h5{margin:0}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardAttributeComponent, decorators: [{
|
|
10
|
-
type: Component,
|
|
11
|
-
args: [{ selector: 'fw-card-attr', template: "<fw-icon *ngIf=\"icon\">{{ icon }}</fw-icon>\n<h5 *ngIf=\"title\" class=\"vision-h5\">{{ title }}</h5>\n<ng-content></ng-content>\n", styles: [":host{display:flex;align-items:center;font-size:12px;font-style:normal;font-weight:500;line-height:120%;color:var(--typography-base)}:host fw-icon{color:var(--primary-base);font-size:18px;margin-right:4px}:host h5{margin:0}\n"] }]
|
|
12
|
-
}], propDecorators: { icon: [{
|
|
13
|
-
type: Input
|
|
14
|
-
}], title: [{
|
|
15
|
-
type: Input
|
|
16
|
-
}] } });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1hdHRyaWJ1dGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvY2FyZC9jYXJkLWF0dHJpYnV0ZS9jYXJkLWF0dHJpYnV0ZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9jYXJkL2NhcmQtYXR0cmlidXRlL2NhcmQtYXR0cmlidXRlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBU2pELE1BQU0sT0FBTyx3QkFBd0I7K0dBQXhCLHdCQUF3QjttR0FBeEIsd0JBQXdCLDhGQ1RyQyxxSUFHQTs7NEZETWEsd0JBQXdCO2tCQUxwQyxTQUFTOytCQUNFLGNBQWM7OEJBS2YsSUFBSTtzQkFBWixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgSWNvblR5cGUgfSBmcm9tICcuLi8uLi9pY29uL2ljb24udHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmdy1jYXJkLWF0dHInLFxuICB0ZW1wbGF0ZVVybDogJy4vY2FyZC1hdHRyaWJ1dGUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jYXJkLWF0dHJpYnV0ZS5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBGd0NhcmRBdHRyaWJ1dGVDb21wb25lbnQge1xuICBASW5wdXQoKSBpY29uOiBJY29uVHlwZTtcbiAgQElucHV0KCkgdGl0bGU6IHN0cmluZztcbn1cbiIsIjxmdy1pY29uICpuZ0lmPVwiaWNvblwiPnt7IGljb24gfX08L2Z3LWljb24+XG48aDUgKm5nSWY9XCJ0aXRsZVwiIGNsYXNzPVwidmlzaW9uLWg1XCI+e3sgdGl0bGUgfX08L2g1PlxuPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class FwCardAuthorComponent {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardAuthorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardAuthorComponent, selector: "fw-card-author", inputs: { name: "name", details: "details" }, ngImport: i0, template: "<ng-content select=\"fw-avatar\"></ng-content>\n<div class=\"author-text\">\n <h5 class=\"vision-h5\">{{ name }}</h5>\n <p class=\"vision-p3\">{{ details }}</p>\n</div>\n", styles: [":host{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}:host .author-text{margin-left:15px}:host .author-text h5{margin:0}:host .author-text p{margin:0;color:var(--typography-muted)}\n"] }); }
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardAuthorComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ selector: 'fw-card-author', template: "<ng-content select=\"fw-avatar\"></ng-content>\n<div class=\"author-text\">\n <h5 class=\"vision-h5\">{{ name }}</h5>\n <p class=\"vision-p3\">{{ details }}</p>\n</div>\n", styles: [":host{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}:host .author-text{margin-left:15px}:host .author-text h5{margin:0}:host .author-text p{margin:0;color:var(--typography-muted)}\n"] }]
|
|
10
|
-
}], propDecorators: { name: [{
|
|
11
|
-
type: Input
|
|
12
|
-
}], details: [{
|
|
13
|
-
type: Input
|
|
14
|
-
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1hdXRob3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvY2FyZC9jYXJkLWF1dGhvci9jYXJkLWF1dGhvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9jYXJkL2NhcmQtYXV0aG9yL2NhcmQtYXV0aG9yLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9qRCxNQUFNLE9BQU8scUJBQXFCOytHQUFyQixxQkFBcUI7bUdBQXJCLHFCQUFxQixvR0NQbEMsOEtBS0E7OzRGREVhLHFCQUFxQjtrQkFMakMsU0FBUzsrQkFDRSxnQkFBZ0I7OEJBS2pCLElBQUk7c0JBQVosS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Z3LWNhcmQtYXV0aG9yJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NhcmQtYXV0aG9yLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2FyZC1hdXRob3IuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgRndDYXJkQXV0aG9yQ29tcG9uZW50IHtcbiAgQElucHV0KCkgbmFtZTogc3RyaW5nO1xuICBASW5wdXQoKSBkZXRhaWxzOiBzdHJpbmc7XG59XG4iLCI8bmctY29udGVudCBzZWxlY3Q9XCJmdy1hdmF0YXJcIj48L25nLWNvbnRlbnQ+XG48ZGl2IGNsYXNzPVwiYXV0aG9yLXRleHRcIj5cbiAgPGg1IGNsYXNzPVwidmlzaW9uLWg1XCI+e3sgbmFtZSB9fTwvaDU+XG4gIDxwIGNsYXNzPVwidmlzaW9uLXAzXCI+e3sgZGV0YWlscyB9fTwvcD5cbjwvZGl2PlxuIl19
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Component, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class FwCardContentComponent {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardContentComponent, selector: "fw-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-pen-edit-compose-new:before{content:\"\\ea5c\"}:host .icon-star-ai-artificial-intelligence:before{content:\"\\e975\"}:host .icon-moon-night-mode:before{content:\"\\ea58\"}:host .icon-message-chat-add-plus:before{content:\"\\ea59\"}:host .icon-trash-bin-warning:before{content:\"\\ea5a\"}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardContentComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ selector: 'fw-card-content', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.ShadowDom, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-pen-edit-compose-new:before{content:\"\\ea5c\"}:host .icon-star-ai-artificial-intelligence:before{content:\"\\e975\"}:host .icon-moon-night-mode:before{content:\"\\ea58\"}:host .icon-message-chat-add-plus:before{content:\"\\ea59\"}:host .icon-trash-bin-warning:before{content:\"\\ea5a\"}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"] }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL2NhcmQvY2FyZC1jb250ZW50L2NhcmQtY29udGVudC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRN0QsTUFBTSxPQUFPLHNCQUFzQjsrR0FBdEIsc0JBQXNCO21HQUF0QixzQkFBc0IsdURBSnZCLDJCQUEyQjs7NEZBSTFCLHNCQUFzQjtrQkFObEMsU0FBUzsrQkFDRSxpQkFBaUIsWUFDakIsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmdy1jYXJkLWNvbnRlbnQnLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBzdHlsZVVybHM6IFsnLi9jYXJkLWNvbnRlbnQuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uU2hhZG93RG9tLFxufSlcbmV4cG9ydCBjbGFzcyBGd0NhcmRDb250ZW50Q29tcG9uZW50IHtcblxufVxuIl19
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/platform-browser";
|
|
4
|
-
export class FwCardFooterComponent {
|
|
5
|
-
get style() {
|
|
6
|
-
return this.sanitizer.bypassSecurityTrustStyle(`
|
|
7
|
-
width: 100%;
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-direction: row;
|
|
10
|
-
align-items: center;
|
|
11
|
-
justify-content: space-between;
|
|
12
|
-
gap: 8px;
|
|
13
|
-
margin-top: 8px;
|
|
14
|
-
`);
|
|
15
|
-
}
|
|
16
|
-
constructor(sanitizer) {
|
|
17
|
-
this.sanitizer = sanitizer;
|
|
18
|
-
}
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardFooterComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardFooterComponent, selector: "fw-card-footer", host: { properties: { "style": "this.style" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
21
|
-
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardFooterComponent, decorators: [{
|
|
23
|
-
type: Component,
|
|
24
|
-
args: [{ selector: 'fw-card-footer', template: '<ng-content></ng-content>' }]
|
|
25
|
-
}], ctorParameters: () => [{ type: i1.DomSanitizer }], propDecorators: { style: [{
|
|
26
|
-
type: HostBinding,
|
|
27
|
-
args: ['style']
|
|
28
|
-
}] } });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1mb290ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvY2FyZC9jYXJkLWZvb3Rlci9jYXJkLWZvb3Rlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVF2RCxNQUFNLE9BQU8scUJBQXFCO0lBQ2hDLElBQTBCLEtBQUs7UUFDN0IsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLHdCQUF3QixDQUFDOzs7Ozs7OztHQVFoRCxDQUFDLENBQUM7SUFDSCxDQUFDO0lBRUQsWUFBb0IsU0FBdUI7UUFBdkIsY0FBUyxHQUFULFNBQVMsQ0FBYztJQUMzQyxDQUFDOytHQWRVLHFCQUFxQjttR0FBckIscUJBQXFCLHVHQUh0QiwyQkFBMkI7OzRGQUcxQixxQkFBcUI7a0JBTGpDLFNBQVM7K0JBQ0UsZ0JBQWdCLFlBQ2hCLDJCQUEyQjtpRkFJWCxLQUFLO3NCQUE5QixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEb21TYW5pdGl6ZXIsIFNhZmVTdHlsZSB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmdy1jYXJkLWZvb3RlcicsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIHN0eWxlVXJsczogW10sXG59KVxuZXhwb3J0IGNsYXNzIEZ3Q2FyZEZvb3RlckNvbXBvbmVudCB7XG4gIEBIb3N0QmluZGluZygnc3R5bGUnKSBnZXQgc3R5bGUoKTogU2FmZVN0eWxlIHtcbiAgICByZXR1cm4gdGhpcy5zYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdFN0eWxlKGBcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiByb3c7XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICAgICAgZ2FwOiA4cHg7XG4gICAgICBtYXJnaW4tdG9wOiA4cHg7XG4gIGApO1xuICB9XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBzYW5pdGl6ZXI6IERvbVNhbml0aXplcikge1xuICB9XG59XG4iXX0=
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "../../icon/icon.component";
|
|
5
|
-
export class FwCardHeaderComponent {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.iconColor = 'primary';
|
|
8
|
-
}
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardHeaderComponent, selector: "fw-card-header", inputs: { title: "title", description: "description", leftIcon: "leftIcon", iconColor: "iconColor" }, ngImport: i0, template: "<ng-content select=\"fw-app-icon\"></ng-content>\n<fw-icon [color]=\"iconColor\" *ngIf=\"leftIcon\">{{ leftIcon }}</fw-icon>\n<div class=\"card-header-title\">\n <h3 *ngIf=\"title\" class=\"vision-h3\">{{ title }}</h3>\n <p *ngIf=\"description\" class=\"vision-p3\">{{ description }}</p>\n</div>\n<div class=\"card-header-key\">\n <ng-content></ng-content>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host .card-header-key{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}:host fw-icon{font-size:22px}:host .card-header-title{flex:1}:host .card-header-title h3{flex:1;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-y:hidden;text-overflow:ellipsis}:host .card-header-title p{color:var(--typography-muted);margin:0}:host .card-header-key{display:flex;align-items:flex-start;color:var(--typography-muted);gap:8px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardHeaderComponent, decorators: [{
|
|
13
|
-
type: Component,
|
|
14
|
-
args: [{ selector: 'fw-card-header', template: "<ng-content select=\"fw-app-icon\"></ng-content>\n<fw-icon [color]=\"iconColor\" *ngIf=\"leftIcon\">{{ leftIcon }}</fw-icon>\n<div class=\"card-header-title\">\n <h3 *ngIf=\"title\" class=\"vision-h3\">{{ title }}</h3>\n <p *ngIf=\"description\" class=\"vision-p3\">{{ description }}</p>\n</div>\n<div class=\"card-header-key\">\n <ng-content></ng-content>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host .card-header-key{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}:host fw-icon{font-size:22px}:host .card-header-title{flex:1}:host .card-header-title h3{flex:1;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-y:hidden;text-overflow:ellipsis}:host .card-header-title p{color:var(--typography-muted);margin:0}:host .card-header-key{display:flex;align-items:flex-start;color:var(--typography-muted);gap:8px}\n"] }]
|
|
15
|
-
}], propDecorators: { title: [{
|
|
16
|
-
type: Input
|
|
17
|
-
}], description: [{
|
|
18
|
-
type: Input
|
|
19
|
-
}], leftIcon: [{
|
|
20
|
-
type: Input
|
|
21
|
-
}], iconColor: [{
|
|
22
|
-
type: Input
|
|
23
|
-
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvY2FyZC9jYXJkLWhlYWRlci9jYXJkLWhlYWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9jYXJkL2NhcmQtaGVhZGVyL2NhcmQtaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBU2pELE1BQU0sT0FBTyxxQkFBcUI7SUFMbEM7UUFTVyxjQUFTLEdBQTZGLFNBQVMsQ0FBQztLQUMxSDsrR0FMWSxxQkFBcUI7bUdBQXJCLHFCQUFxQiw0SkNUbEMsbVhBU0E7OzRGREFhLHFCQUFxQjtrQkFMakMsU0FBUzsrQkFDRSxnQkFBZ0I7OEJBS2pCLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgSWNvblR5cGUgfSBmcm9tICcuLi8uLi9pY29uL2ljb24udHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmdy1jYXJkLWhlYWRlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLWhlYWRlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NhcmQtaGVhZGVyLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEZ3Q2FyZEhlYWRlckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICBASW5wdXQoKSBkZXNjcmlwdGlvbj86IHN0cmluZztcbiAgQElucHV0KCkgbGVmdEljb24/OiBJY29uVHlwZTtcbiAgQElucHV0KCkgaWNvbkNvbG9yPzogJ3ByaW1hcnknIHwgJ3NlY29uZGFyeScgfCAncmVkJyB8ICdvcmFuZ2UnIHwgJ2dyZWVuJyB8ICdzbGF0ZScgfCAnbXV0ZWQnIHwgJ3R5cG9ncmFwaHknID0gJ3ByaW1hcnknO1xufVxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwiZnctYXBwLWljb25cIj48L25nLWNvbnRlbnQ+XG48ZnctaWNvbiBbY29sb3JdPVwiaWNvbkNvbG9yXCIgKm5nSWY9XCJsZWZ0SWNvblwiPnt7IGxlZnRJY29uIH19PC9mdy1pY29uPlxuPGRpdiBjbGFzcz1cImNhcmQtaGVhZGVyLXRpdGxlXCI+XG4gIDxoMyAqbmdJZj1cInRpdGxlXCIgY2xhc3M9XCJ2aXNpb24taDNcIj57eyB0aXRsZSB9fTwvaDM+XG4gIDxwICpuZ0lmPVwiZGVzY3JpcHRpb25cIiBjbGFzcz1cInZpc2lvbi1wM1wiPnt7IGRlc2NyaXB0aW9uIH19PC9wPlxuPC9kaXY+XG48ZGl2IGNsYXNzPVwiY2FyZC1oZWFkZXIta2V5XCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class FwCardComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
6
|
-
this.select = new EventEmitter();
|
|
7
|
-
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardComponent, selector: "fw-card", inputs: { value: "value", disabled: "disabled", focused: "focused", constrained: "constrained", selectable: "selectable" }, outputs: { select: "select" }, ngImport: i0, template: "<div\n class=\"fw-card\"\n [class.focused]=\"focused\"\n [class.constrained]=\"constrained\"\n [class.selectable]=\"selectable\"\n [class.disabled]=\"disabled\"\n (click)=\"select && selectable && !disabled ? select.emit(value) : undefined\">\n <ng-content select=\"fw-card-header\"></ng-content>\n <ng-content select=\"fw-card-author\"></ng-content>\n <ng-content select=\"fw-card-content\"></ng-content>\n <ng-content select=\"fw-card-footer\"></ng-content>\n</div>\n", styles: [".vision-shadow-extra-large{box-shadow:0 8px 25px #0000001a}.vision-shadow-large,.fw-card.focused,.fw-card.selectable:hover:not(.disabled){box-shadow:0 5px 15px #0000001a}.vision-shadow-medium{box-shadow:0 2px 5px #0000001a}.vision-shadow-small{box-shadow:0 1px 2px #0000000d}.vision-shadow-inner{box-shadow:0 2px 4px #00000014 inset}.fw-card{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid var(--separations-base, #e3e6ea);background:var(--card-background, #ffffff);height:100%}.fw-card.focused{border:1px solid var(--primary-border, rgba(27, 105, 250, .4));background:var(--primary-hover, rgba(27, 105, 250, .05))}.fw-card.constrained{max-width:320px;max-height:320px}.fw-card.selectable{cursor:pointer}.fw-card.selectable:hover:not(.disabled){border:1px solid var(--primary-border, rgba(27, 105, 250, .4));background:var(--primary-hover, rgba(27, 105, 250, .05))}.fw-card.disabled{opacity:.4;cursor:not-allowed}\n"] }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{ selector: 'fw-card', template: "<div\n class=\"fw-card\"\n [class.focused]=\"focused\"\n [class.constrained]=\"constrained\"\n [class.selectable]=\"selectable\"\n [class.disabled]=\"disabled\"\n (click)=\"select && selectable && !disabled ? select.emit(value) : undefined\">\n <ng-content select=\"fw-card-header\"></ng-content>\n <ng-content select=\"fw-card-author\"></ng-content>\n <ng-content select=\"fw-card-content\"></ng-content>\n <ng-content select=\"fw-card-footer\"></ng-content>\n</div>\n", styles: [".vision-shadow-extra-large{box-shadow:0 8px 25px #0000001a}.vision-shadow-large,.fw-card.focused,.fw-card.selectable:hover:not(.disabled){box-shadow:0 5px 15px #0000001a}.vision-shadow-medium{box-shadow:0 2px 5px #0000001a}.vision-shadow-small{box-shadow:0 1px 2px #0000000d}.vision-shadow-inner{box-shadow:0 2px 4px #00000014 inset}.fw-card{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid var(--separations-base, #e3e6ea);background:var(--card-background, #ffffff);height:100%}.fw-card.focused{border:1px solid var(--primary-border, rgba(27, 105, 250, .4));background:var(--primary-hover, rgba(27, 105, 250, .05))}.fw-card.constrained{max-width:320px;max-height:320px}.fw-card.selectable{cursor:pointer}.fw-card.selectable:hover:not(.disabled){border:1px solid var(--primary-border, rgba(27, 105, 250, .4));background:var(--primary-hover, rgba(27, 105, 250, .05))}.fw-card.disabled{opacity:.4;cursor:not-allowed}\n"] }]
|
|
14
|
-
}], propDecorators: { value: [{
|
|
15
|
-
type: Input
|
|
16
|
-
}], disabled: [{
|
|
17
|
-
type: Input
|
|
18
|
-
}], focused: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}], constrained: [{
|
|
21
|
-
type: Input
|
|
22
|
-
}], selectable: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}], select: [{
|
|
25
|
-
type: Output
|
|
26
|
-
}] } });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvY29tcG9uZW50cy9jYXJkL2NhcmQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvY2FyZC9jYXJkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3ZFLE1BQU0sT0FBTyxlQUFlO0lBTDVCO1FBV0UsNERBQTREO1FBQ2xELFdBQU0sR0FBa0MsSUFBSSxZQUFZLEVBQW1CLENBQUM7S0FDdkY7K0dBUlksZUFBZTttR0FBZixlQUFlLDBNQ1A1QixpZUFZQTs7NEZETGEsZUFBZTtrQkFMM0IsU0FBUzsrQkFDRSxTQUFTOzhCQUtWLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBRUksTUFBTTtzQkFBZixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZnctY2FyZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2FyZC5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBGd0NhcmRDb21wb25lbnQge1xuICBASW5wdXQoKSB2YWx1ZT86IG9iamVjdCB8IHN0cmluZztcbiAgQElucHV0KCkgZGlzYWJsZWQ/OiBib29sZWFuO1xuICBASW5wdXQoKSBmb2N1c2VkPzogYm9vbGVhbjtcbiAgQElucHV0KCkgY29uc3RyYWluZWQ/OiBib29sZWFuO1xuICBASW5wdXQoKSBzZWxlY3RhYmxlPzogYm9vbGVhbjtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1vdXRwdXQtbmF0aXZlXG4gIEBPdXRwdXQoKSBzZWxlY3Q6IEV2ZW50RW1pdHRlcjxvYmplY3QgfCBzdHJpbmc+ID0gbmV3IEV2ZW50RW1pdHRlcjxvYmplY3QgfCBzdHJpbmc+KCk7XG59XG4iLCI8ZGl2XG4gIGNsYXNzPVwiZnctY2FyZFwiXG4gIFtjbGFzcy5mb2N1c2VkXT1cImZvY3VzZWRcIlxuICBbY2xhc3MuY29uc3RyYWluZWRdPVwiY29uc3RyYWluZWRcIlxuICBbY2xhc3Muc2VsZWN0YWJsZV09XCJzZWxlY3RhYmxlXCJcbiAgW2NsYXNzLmRpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgKGNsaWNrKT1cInNlbGVjdCAmJiBzZWxlY3RhYmxlICYmICFkaXNhYmxlZCA/IHNlbGVjdC5lbWl0KHZhbHVlKSA6IHVuZGVmaW5lZFwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJmdy1jYXJkLWhlYWRlclwiPjwvbmctY29udGVudD5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiZnctY2FyZC1hdXRob3JcIj48L25nLWNvbnRlbnQ+XG4gIDxuZy1jb250ZW50IHNlbGVjdD1cImZ3LWNhcmQtY29udGVudFwiPjwvbmctY29udGVudD5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiZnctY2FyZC1mb290ZXJcIj48L25nLWNvbnRlbnQ+XG48L2Rpdj5cbiJdfQ==
|