@actabldesign/bellhop-angular 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/stencil-generated/angular-component-lib/utils.d.ts +10 -0
- package/dist/lib/stencil-generated/angular-component-lib/utils.d.ts.map +1 -0
- package/dist/lib/stencil-generated/angular-component-lib/utils.js +59 -0
- package/dist/lib/stencil-generated/angular-component-lib/utils.js.map +1 -0
- package/dist/lib/stencil-generated/boolean-value-accessor.d.ts +10 -0
- package/dist/lib/stencil-generated/boolean-value-accessor.d.ts.map +1 -0
- package/dist/lib/stencil-generated/boolean-value-accessor.js +38 -0
- package/dist/lib/stencil-generated/boolean-value-accessor.js.map +1 -0
- package/dist/lib/stencil-generated/components.d.ts +1210 -0
- package/dist/lib/stencil-generated/components.d.ts.map +1 -0
- package/dist/lib/stencil-generated/components.js +2292 -0
- package/dist/lib/stencil-generated/components.js.map +1 -0
- package/dist/lib/stencil-generated/index.d.ts +3 -0
- package/dist/lib/stencil-generated/index.d.ts.map +1 -0
- package/dist/lib/stencil-generated/index.js +71 -0
- package/dist/lib/stencil-generated/index.js.map +1 -0
- package/dist/lib/stencil-generated/number-value-accessor.d.ts +10 -0
- package/dist/lib/stencil-generated/number-value-accessor.d.ts.map +1 -0
- package/dist/lib/stencil-generated/number-value-accessor.js +40 -0
- package/dist/lib/stencil-generated/number-value-accessor.js.map +1 -0
- package/dist/lib/stencil-generated/select-value-accessor.d.ts +9 -0
- package/dist/lib/stencil-generated/select-value-accessor.d.ts.map +1 -0
- package/dist/lib/stencil-generated/select-value-accessor.js +35 -0
- package/dist/lib/stencil-generated/select-value-accessor.js.map +1 -0
- package/dist/lib/stencil-generated/text-value-accessor.d.ts +9 -0
- package/dist/lib/stencil-generated/text-value-accessor.d.ts.map +1 -0
- package/dist/lib/stencil-generated/text-value-accessor.js +35 -0
- package/dist/lib/stencil-generated/text-value-accessor.js.map +1 -0
- package/dist/lib/stencil-generated/value-accessor.d.ts +19 -0
- package/dist/lib/stencil-generated/value-accessor.d.ts.map +1 -0
- package/dist/lib/stencil-generated/value-accessor.js +40 -0
- package/dist/lib/stencil-generated/value-accessor.js.map +1 -0
- package/dist/package.json +39 -0
- package/package.json +40 -0
|
@@ -0,0 +1,2292 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
/* tslint:disable */
|
|
11
|
+
/* auto-generated angular directive proxies */
|
|
12
|
+
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Output, NgZone } from '@angular/core';
|
|
13
|
+
import { ProxyCmp } from './angular-component-lib/utils';
|
|
14
|
+
import { defineCustomElement as defineBhAccordion } from '@actabldesign/bellhop-core/components/bh-accordion.js';
|
|
15
|
+
import { defineCustomElement as defineBhAccordionItem } from '@actabldesign/bellhop-core/components/bh-accordion-item.js';
|
|
16
|
+
import { defineCustomElement as defineBhAppbar } from '@actabldesign/bellhop-core/components/bh-appbar.js';
|
|
17
|
+
import { defineCustomElement as defineBhAutocompleteMenu } from '@actabldesign/bellhop-core/components/bh-autocomplete-menu.js';
|
|
18
|
+
import { defineCustomElement as defineBhAvatar } from '@actabldesign/bellhop-core/components/bh-avatar.js';
|
|
19
|
+
import { defineCustomElement as defineBhAvatarAdd } from '@actabldesign/bellhop-core/components/bh-avatar-add.js';
|
|
20
|
+
import { defineCustomElement as defineBhAvatarStacked } from '@actabldesign/bellhop-core/components/bh-avatar-stacked.js';
|
|
21
|
+
import { defineCustomElement as defineBhBadge } from '@actabldesign/bellhop-core/components/bh-badge.js';
|
|
22
|
+
import { defineCustomElement as defineBhBadgeDot } from '@actabldesign/bellhop-core/components/bh-badge-dot.js';
|
|
23
|
+
import { defineCustomElement as defineBhBarChart } from '@actabldesign/bellhop-core/components/bh-bar-chart.js';
|
|
24
|
+
import { defineCustomElement as defineBhBreadcrumbs } from '@actabldesign/bellhop-core/components/bh-breadcrumbs.js';
|
|
25
|
+
import { defineCustomElement as defineBhButton } from '@actabldesign/bellhop-core/components/bh-button.js';
|
|
26
|
+
import { defineCustomElement as defineBhButtonIcon } from '@actabldesign/bellhop-core/components/bh-button-icon.js';
|
|
27
|
+
import { defineCustomElement as defineBhCard } from '@actabldesign/bellhop-core/components/bh-card.js';
|
|
28
|
+
import { defineCustomElement as defineBhCardFooter } from '@actabldesign/bellhop-core/components/bh-card-footer.js';
|
|
29
|
+
import { defineCustomElement as defineBhCardHeader } from '@actabldesign/bellhop-core/components/bh-card-header.js';
|
|
30
|
+
import { defineCustomElement as defineBhChartTooltip } from '@actabldesign/bellhop-core/components/bh-chart-tooltip.js';
|
|
31
|
+
import { defineCustomElement as defineBhCheckbox } from '@actabldesign/bellhop-core/components/bh-checkbox.js';
|
|
32
|
+
import { defineCustomElement as defineBhCheckboxGroup } from '@actabldesign/bellhop-core/components/bh-checkbox-group.js';
|
|
33
|
+
import { defineCustomElement as defineBhCheckboxGroupItem } from '@actabldesign/bellhop-core/components/bh-checkbox-group-item.js';
|
|
34
|
+
import { defineCustomElement as defineBhContainer } from '@actabldesign/bellhop-core/components/bh-container.js';
|
|
35
|
+
import { defineCustomElement as defineBhContainerFooter } from '@actabldesign/bellhop-core/components/bh-container-footer.js';
|
|
36
|
+
import { defineCustomElement as defineBhDataGrid } from '@actabldesign/bellhop-core/components/bh-data-grid.js';
|
|
37
|
+
import { defineCustomElement as defineBhDatePicker } from '@actabldesign/bellhop-core/components/bh-date-picker.js';
|
|
38
|
+
import { defineCustomElement as defineBhDatePickerContent } from '@actabldesign/bellhop-core/components/bh-date-picker-content.js';
|
|
39
|
+
import { defineCustomElement as defineBhDateRangePicker } from '@actabldesign/bellhop-core/components/bh-date-range-picker.js';
|
|
40
|
+
import { defineCustomElement as defineBhDateRangePickerContent } from '@actabldesign/bellhop-core/components/bh-date-range-picker-content.js';
|
|
41
|
+
import { defineCustomElement as defineBhDropdown } from '@actabldesign/bellhop-core/components/bh-dropdown.js';
|
|
42
|
+
import { defineCustomElement as defineBhDropdownMenu } from '@actabldesign/bellhop-core/components/bh-dropdown-menu.js';
|
|
43
|
+
import { defineCustomElement as defineBhEmptyState } from '@actabldesign/bellhop-core/components/bh-empty-state.js';
|
|
44
|
+
import { defineCustomElement as defineBhFeaturedIcon } from '@actabldesign/bellhop-core/components/bh-featured-icon.js';
|
|
45
|
+
import { defineCustomElement as defineBhIllustrations } from '@actabldesign/bellhop-core/components/bh-illustrations.js';
|
|
46
|
+
import { defineCustomElement as defineBhInputAutocomplete } from '@actabldesign/bellhop-core/components/bh-input-autocomplete.js';
|
|
47
|
+
import { defineCustomElement as defineBhInputNumber } from '@actabldesign/bellhop-core/components/bh-input-number.js';
|
|
48
|
+
import { defineCustomElement as defineBhInputPassword } from '@actabldesign/bellhop-core/components/bh-input-password.js';
|
|
49
|
+
import { defineCustomElement as defineBhInputText } from '@actabldesign/bellhop-core/components/bh-input-text.js';
|
|
50
|
+
import { defineCustomElement as defineBhInputVerification } from '@actabldesign/bellhop-core/components/bh-input-verification.js';
|
|
51
|
+
import { defineCustomElement as defineBhLabel } from '@actabldesign/bellhop-core/components/bh-label.js';
|
|
52
|
+
import { defineCustomElement as defineBhLoaderSpinner } from '@actabldesign/bellhop-core/components/bh-loader-spinner.js';
|
|
53
|
+
import { defineCustomElement as defineBhLogoBox } from '@actabldesign/bellhop-core/components/bh-logo-box.js';
|
|
54
|
+
import { defineCustomElement as defineBhModal } from '@actabldesign/bellhop-core/components/bh-modal.js';
|
|
55
|
+
import { defineCustomElement as defineBhModalActions } from '@actabldesign/bellhop-core/components/bh-modal-actions.js';
|
|
56
|
+
import { defineCustomElement as defineBhModalHeader } from '@actabldesign/bellhop-core/components/bh-modal-header.js';
|
|
57
|
+
import { defineCustomElement as defineBhMonthPicker } from '@actabldesign/bellhop-core/components/bh-month-picker.js';
|
|
58
|
+
import { defineCustomElement as defineBhMonthPickerContent } from '@actabldesign/bellhop-core/components/bh-month-picker-content.js';
|
|
59
|
+
import { defineCustomElement as defineBhNavItem } from '@actabldesign/bellhop-core/components/bh-nav-item.js';
|
|
60
|
+
import { defineCustomElement as defineBhNotification } from '@actabldesign/bellhop-core/components/bh-notification.js';
|
|
61
|
+
import { defineCustomElement as defineBhPageNavigation } from '@actabldesign/bellhop-core/components/bh-page-navigation.js';
|
|
62
|
+
import { defineCustomElement as defineBhPageNavigationChild } from '@actabldesign/bellhop-core/components/bh-page-navigation-child.js';
|
|
63
|
+
import { defineCustomElement as defineBhPageNavigationMultiLevel } from '@actabldesign/bellhop-core/components/bh-page-navigation-multi-level.js';
|
|
64
|
+
import { defineCustomElement as defineBhPageNavigationSingleLevel } from '@actabldesign/bellhop-core/components/bh-page-navigation-single-level.js';
|
|
65
|
+
import { defineCustomElement as defineBhPagination } from '@actabldesign/bellhop-core/components/bh-pagination.js';
|
|
66
|
+
import { defineCustomElement as defineBhPickerMenu } from '@actabldesign/bellhop-core/components/bh-picker-menu.js';
|
|
67
|
+
import { defineCustomElement as defineBhPieChart } from '@actabldesign/bellhop-core/components/bh-pie-chart.js';
|
|
68
|
+
import { defineCustomElement as defineBhPopover } from '@actabldesign/bellhop-core/components/bh-popover.js';
|
|
69
|
+
import { defineCustomElement as defineBhProductSwitcher } from '@actabldesign/bellhop-core/components/bh-product-switcher.js';
|
|
70
|
+
import { defineCustomElement as defineBhPropertySwitcher } from '@actabldesign/bellhop-core/components/bh-property-switcher.js';
|
|
71
|
+
import { defineCustomElement as defineBhRadioButton } from '@actabldesign/bellhop-core/components/bh-radio-button.js';
|
|
72
|
+
import { defineCustomElement as defineBhSidebar } from '@actabldesign/bellhop-core/components/bh-sidebar.js';
|
|
73
|
+
import { defineCustomElement as defineBhSkeletonLoader } from '@actabldesign/bellhop-core/components/bh-skeleton-loader.js';
|
|
74
|
+
import { defineCustomElement as defineBhTabItem } from '@actabldesign/bellhop-core/components/bh-tab-item.js';
|
|
75
|
+
import { defineCustomElement as defineBhTabs } from '@actabldesign/bellhop-core/components/bh-tabs.js';
|
|
76
|
+
import { defineCustomElement as defineBhTag } from '@actabldesign/bellhop-core/components/bh-tag.js';
|
|
77
|
+
import { defineCustomElement as defineBhTextarea } from '@actabldesign/bellhop-core/components/bh-textarea.js';
|
|
78
|
+
import { defineCustomElement as defineBhToggle } from '@actabldesign/bellhop-core/components/bh-toggle.js';
|
|
79
|
+
import { defineCustomElement as defineBhTooltip } from '@actabldesign/bellhop-core/components/bh-tooltip.js';
|
|
80
|
+
import { defineCustomElement as defineBhTrendChart } from '@actabldesign/bellhop-core/components/bh-trend-chart.js';
|
|
81
|
+
import * as i0 from "@angular/core";
|
|
82
|
+
let BhAccordion = class BhAccordion {
|
|
83
|
+
constructor(c, r, z) {
|
|
84
|
+
this.z = z;
|
|
85
|
+
this.bhAccordionChange = new EventEmitter();
|
|
86
|
+
c.detach();
|
|
87
|
+
this.el = r.nativeElement;
|
|
88
|
+
}
|
|
89
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
90
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhAccordion, isStandalone: true, selector: "bh-accordion", inputs: { collapsible: "collapsible", mode: "mode", value: "value" }, outputs: { bhAccordionChange: "bhAccordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
91
|
+
};
|
|
92
|
+
BhAccordion = __decorate([
|
|
93
|
+
ProxyCmp({
|
|
94
|
+
defineCustomElementFn: defineBhAccordion,
|
|
95
|
+
inputs: ['collapsible', 'mode', 'value']
|
|
96
|
+
}),
|
|
97
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
98
|
+
], BhAccordion);
|
|
99
|
+
export { BhAccordion };
|
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAccordion, decorators: [{
|
|
101
|
+
type: Component,
|
|
102
|
+
args: [{
|
|
103
|
+
selector: 'bh-accordion',
|
|
104
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
105
|
+
template: '<ng-content></ng-content>',
|
|
106
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
107
|
+
inputs: ['collapsible', 'mode', 'value'],
|
|
108
|
+
outputs: ['bhAccordionChange'],
|
|
109
|
+
}]
|
|
110
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhAccordionChange: [{
|
|
111
|
+
type: Output
|
|
112
|
+
}] } });
|
|
113
|
+
let BhAccordionItem = class BhAccordionItem {
|
|
114
|
+
constructor(c, r, z) {
|
|
115
|
+
this.z = z;
|
|
116
|
+
this.bhAccordionToggle = new EventEmitter();
|
|
117
|
+
this.bhAccordionClick = new EventEmitter();
|
|
118
|
+
c.detach();
|
|
119
|
+
this.el = r.nativeElement;
|
|
120
|
+
}
|
|
121
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
122
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhAccordionItem, isStandalone: true, selector: "bh-accordion-item", inputs: { disabled: "disabled", expanded: "expanded", header: "header", value: "value" }, outputs: { bhAccordionToggle: "bhAccordionToggle", bhAccordionClick: "bhAccordionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
123
|
+
};
|
|
124
|
+
BhAccordionItem = __decorate([
|
|
125
|
+
ProxyCmp({
|
|
126
|
+
defineCustomElementFn: defineBhAccordionItem,
|
|
127
|
+
inputs: ['disabled', 'expanded', 'header', 'value']
|
|
128
|
+
}),
|
|
129
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
130
|
+
], BhAccordionItem);
|
|
131
|
+
export { BhAccordionItem };
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAccordionItem, decorators: [{
|
|
133
|
+
type: Component,
|
|
134
|
+
args: [{
|
|
135
|
+
selector: 'bh-accordion-item',
|
|
136
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
137
|
+
template: '<ng-content></ng-content>',
|
|
138
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
139
|
+
inputs: ['disabled', 'expanded', { name: 'header', required: true }, { name: 'value', required: true }],
|
|
140
|
+
outputs: ['bhAccordionToggle', 'bhAccordionClick'],
|
|
141
|
+
}]
|
|
142
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhAccordionToggle: [{
|
|
143
|
+
type: Output
|
|
144
|
+
}], bhAccordionClick: [{
|
|
145
|
+
type: Output
|
|
146
|
+
}] } });
|
|
147
|
+
let BhAppbar = class BhAppbar {
|
|
148
|
+
constructor(c, r, z) {
|
|
149
|
+
this.z = z;
|
|
150
|
+
this.bhMenuToggle = new EventEmitter();
|
|
151
|
+
this.bhBreadcrumbClick = new EventEmitter();
|
|
152
|
+
this.bhNotificationClick = new EventEmitter();
|
|
153
|
+
this.bhCalendarClick = new EventEmitter();
|
|
154
|
+
this.bhSettingsClick = new EventEmitter();
|
|
155
|
+
c.detach();
|
|
156
|
+
this.el = r.nativeElement;
|
|
157
|
+
}
|
|
158
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAppbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
159
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhAppbar, isStandalone: true, selector: "bh-appbar", inputs: { breadcrumbItems: "breadcrumbItems", isMenuOpen: "isMenuOpen", logoAlt: "logoAlt", logoSrc: "logoSrc", notificationCount: "notificationCount" }, outputs: { bhMenuToggle: "bhMenuToggle", bhBreadcrumbClick: "bhBreadcrumbClick", bhNotificationClick: "bhNotificationClick", bhCalendarClick: "bhCalendarClick", bhSettingsClick: "bhSettingsClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
160
|
+
};
|
|
161
|
+
BhAppbar = __decorate([
|
|
162
|
+
ProxyCmp({
|
|
163
|
+
defineCustomElementFn: defineBhAppbar,
|
|
164
|
+
inputs: ['breadcrumbItems', 'isMenuOpen', 'logoAlt', 'logoSrc', 'notificationCount']
|
|
165
|
+
}),
|
|
166
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
167
|
+
], BhAppbar);
|
|
168
|
+
export { BhAppbar };
|
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAppbar, decorators: [{
|
|
170
|
+
type: Component,
|
|
171
|
+
args: [{
|
|
172
|
+
selector: 'bh-appbar',
|
|
173
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
174
|
+
template: '<ng-content></ng-content>',
|
|
175
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
176
|
+
inputs: ['breadcrumbItems', 'isMenuOpen', 'logoAlt', 'logoSrc', 'notificationCount'],
|
|
177
|
+
outputs: ['bhMenuToggle', 'bhBreadcrumbClick', 'bhNotificationClick', 'bhCalendarClick', 'bhSettingsClick'],
|
|
178
|
+
}]
|
|
179
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhMenuToggle: [{
|
|
180
|
+
type: Output
|
|
181
|
+
}], bhBreadcrumbClick: [{
|
|
182
|
+
type: Output
|
|
183
|
+
}], bhNotificationClick: [{
|
|
184
|
+
type: Output
|
|
185
|
+
}], bhCalendarClick: [{
|
|
186
|
+
type: Output
|
|
187
|
+
}], bhSettingsClick: [{
|
|
188
|
+
type: Output
|
|
189
|
+
}] } });
|
|
190
|
+
let BhAutocompleteMenu = class BhAutocompleteMenu {
|
|
191
|
+
constructor(c, r, z) {
|
|
192
|
+
this.z = z;
|
|
193
|
+
this.bhItemClick = new EventEmitter();
|
|
194
|
+
this.bhItemHover = new EventEmitter();
|
|
195
|
+
c.detach();
|
|
196
|
+
this.el = r.nativeElement;
|
|
197
|
+
}
|
|
198
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAutocompleteMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
199
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhAutocompleteMenu, isStandalone: true, selector: "bh-autocomplete-menu", inputs: { maxHeight: "maxHeight", menuItems: "menuItems", multiSelect: "multiSelect", searchQuery: "searchQuery", selectedIndex: "selectedIndex", visible: "visible" }, outputs: { bhItemClick: "bhItemClick", bhItemHover: "bhItemHover" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
200
|
+
};
|
|
201
|
+
BhAutocompleteMenu = __decorate([
|
|
202
|
+
ProxyCmp({
|
|
203
|
+
defineCustomElementFn: defineBhAutocompleteMenu,
|
|
204
|
+
inputs: ['maxHeight', 'menuItems', 'multiSelect', 'searchQuery', 'selectedIndex', 'visible']
|
|
205
|
+
}),
|
|
206
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
207
|
+
], BhAutocompleteMenu);
|
|
208
|
+
export { BhAutocompleteMenu };
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAutocompleteMenu, decorators: [{
|
|
210
|
+
type: Component,
|
|
211
|
+
args: [{
|
|
212
|
+
selector: 'bh-autocomplete-menu',
|
|
213
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
214
|
+
template: '<ng-content></ng-content>',
|
|
215
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
216
|
+
inputs: ['maxHeight', 'menuItems', 'multiSelect', 'searchQuery', 'selectedIndex', 'visible'],
|
|
217
|
+
outputs: ['bhItemClick', 'bhItemHover'],
|
|
218
|
+
}]
|
|
219
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemClick: [{
|
|
220
|
+
type: Output
|
|
221
|
+
}], bhItemHover: [{
|
|
222
|
+
type: Output
|
|
223
|
+
}] } });
|
|
224
|
+
let BhAvatar = class BhAvatar {
|
|
225
|
+
constructor(c, r, z) {
|
|
226
|
+
this.z = z;
|
|
227
|
+
this.bhMouseEnter = new EventEmitter();
|
|
228
|
+
this.bhMouseLeave = new EventEmitter();
|
|
229
|
+
c.detach();
|
|
230
|
+
this.el = r.nativeElement;
|
|
231
|
+
}
|
|
232
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
233
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhAvatar, isStandalone: true, selector: "bh-avatar", inputs: { alt: "alt", imageSrc: "imageSrc", size: "size", status: "status", text: "text", type: "type" }, outputs: { bhMouseEnter: "bhMouseEnter", bhMouseLeave: "bhMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
234
|
+
};
|
|
235
|
+
BhAvatar = __decorate([
|
|
236
|
+
ProxyCmp({
|
|
237
|
+
defineCustomElementFn: defineBhAvatar,
|
|
238
|
+
inputs: ['alt', 'imageSrc', 'size', 'status', 'text', 'type']
|
|
239
|
+
}),
|
|
240
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
241
|
+
], BhAvatar);
|
|
242
|
+
export { BhAvatar };
|
|
243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAvatar, decorators: [{
|
|
244
|
+
type: Component,
|
|
245
|
+
args: [{
|
|
246
|
+
selector: 'bh-avatar',
|
|
247
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
248
|
+
template: '<ng-content></ng-content>',
|
|
249
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
250
|
+
inputs: ['alt', 'imageSrc', 'size', 'status', 'text', 'type'],
|
|
251
|
+
outputs: ['bhMouseEnter', 'bhMouseLeave'],
|
|
252
|
+
}]
|
|
253
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhMouseEnter: [{
|
|
254
|
+
type: Output
|
|
255
|
+
}], bhMouseLeave: [{
|
|
256
|
+
type: Output
|
|
257
|
+
}] } });
|
|
258
|
+
let BhAvatarAdd = class BhAvatarAdd {
|
|
259
|
+
constructor(c, r, z) {
|
|
260
|
+
this.z = z;
|
|
261
|
+
this.bhClick = new EventEmitter();
|
|
262
|
+
c.detach();
|
|
263
|
+
this.el = r.nativeElement;
|
|
264
|
+
}
|
|
265
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAvatarAdd, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
266
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhAvatarAdd, isStandalone: true, selector: "bh-avatar-add", inputs: { disabled: "disabled", showTooltip: "showTooltip", size: "size", tooltipText: "tooltipText" }, outputs: { bhClick: "bhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
267
|
+
};
|
|
268
|
+
BhAvatarAdd = __decorate([
|
|
269
|
+
ProxyCmp({
|
|
270
|
+
defineCustomElementFn: defineBhAvatarAdd,
|
|
271
|
+
inputs: ['disabled', 'showTooltip', 'size', 'tooltipText']
|
|
272
|
+
}),
|
|
273
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
274
|
+
], BhAvatarAdd);
|
|
275
|
+
export { BhAvatarAdd };
|
|
276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAvatarAdd, decorators: [{
|
|
277
|
+
type: Component,
|
|
278
|
+
args: [{
|
|
279
|
+
selector: 'bh-avatar-add',
|
|
280
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
281
|
+
template: '<ng-content></ng-content>',
|
|
282
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
283
|
+
inputs: ['disabled', 'showTooltip', 'size', 'tooltipText'],
|
|
284
|
+
outputs: ['bhClick'],
|
|
285
|
+
}]
|
|
286
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhClick: [{
|
|
287
|
+
type: Output
|
|
288
|
+
}] } });
|
|
289
|
+
let BhAvatarStacked = class BhAvatarStacked {
|
|
290
|
+
constructor(c, r, z) {
|
|
291
|
+
this.z = z;
|
|
292
|
+
c.detach();
|
|
293
|
+
this.el = r.nativeElement;
|
|
294
|
+
}
|
|
295
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAvatarStacked, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
296
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhAvatarStacked, isStandalone: true, selector: "bh-avatar-stacked", inputs: { addTooltipText: "addTooltipText", avatars: "avatars", maxVisible: "maxVisible", showAddButton: "showAddButton", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
297
|
+
};
|
|
298
|
+
BhAvatarStacked = __decorate([
|
|
299
|
+
ProxyCmp({
|
|
300
|
+
defineCustomElementFn: defineBhAvatarStacked,
|
|
301
|
+
inputs: ['addTooltipText', 'avatars', 'maxVisible', 'showAddButton', 'size']
|
|
302
|
+
}),
|
|
303
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
304
|
+
], BhAvatarStacked);
|
|
305
|
+
export { BhAvatarStacked };
|
|
306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhAvatarStacked, decorators: [{
|
|
307
|
+
type: Component,
|
|
308
|
+
args: [{
|
|
309
|
+
selector: 'bh-avatar-stacked',
|
|
310
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
311
|
+
template: '<ng-content></ng-content>',
|
|
312
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
313
|
+
inputs: ['addTooltipText', 'avatars', 'maxVisible', 'showAddButton', 'size'],
|
|
314
|
+
}]
|
|
315
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
316
|
+
let BhBadge = class BhBadge {
|
|
317
|
+
constructor(c, r, z) {
|
|
318
|
+
this.z = z;
|
|
319
|
+
this.bhDismiss = new EventEmitter();
|
|
320
|
+
c.detach();
|
|
321
|
+
this.el = r.nativeElement;
|
|
322
|
+
}
|
|
323
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
324
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhBadge, isStandalone: true, selector: "bh-badge", inputs: { disabled: "disabled", dismissible: "dismissible", emphasis: "emphasis", icon: "icon", label: "label", size: "size", variant: "variant" }, outputs: { bhDismiss: "bhDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
325
|
+
};
|
|
326
|
+
BhBadge = __decorate([
|
|
327
|
+
ProxyCmp({
|
|
328
|
+
defineCustomElementFn: defineBhBadge,
|
|
329
|
+
inputs: ['disabled', 'dismissible', 'emphasis', 'icon', 'label', 'size', 'variant']
|
|
330
|
+
}),
|
|
331
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
332
|
+
], BhBadge);
|
|
333
|
+
export { BhBadge };
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhBadge, decorators: [{
|
|
335
|
+
type: Component,
|
|
336
|
+
args: [{
|
|
337
|
+
selector: 'bh-badge',
|
|
338
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
339
|
+
template: '<ng-content></ng-content>',
|
|
340
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
341
|
+
inputs: ['disabled', 'dismissible', 'emphasis', 'icon', 'label', 'size', 'variant'],
|
|
342
|
+
outputs: ['bhDismiss'],
|
|
343
|
+
}]
|
|
344
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhDismiss: [{
|
|
345
|
+
type: Output
|
|
346
|
+
}] } });
|
|
347
|
+
let BhBadgeDot = class BhBadgeDot {
|
|
348
|
+
constructor(c, r, z) {
|
|
349
|
+
this.z = z;
|
|
350
|
+
c.detach();
|
|
351
|
+
this.el = r.nativeElement;
|
|
352
|
+
}
|
|
353
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhBadgeDot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
354
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhBadgeDot, isStandalone: true, selector: "bh-badge-dot", inputs: { color: "color", outline: "outline", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
355
|
+
};
|
|
356
|
+
BhBadgeDot = __decorate([
|
|
357
|
+
ProxyCmp({
|
|
358
|
+
defineCustomElementFn: defineBhBadgeDot,
|
|
359
|
+
inputs: ['color', 'outline', 'size']
|
|
360
|
+
}),
|
|
361
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
362
|
+
], BhBadgeDot);
|
|
363
|
+
export { BhBadgeDot };
|
|
364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhBadgeDot, decorators: [{
|
|
365
|
+
type: Component,
|
|
366
|
+
args: [{
|
|
367
|
+
selector: 'bh-badge-dot',
|
|
368
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
369
|
+
template: '<ng-content></ng-content>',
|
|
370
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
371
|
+
inputs: ['color', 'outline', 'size'],
|
|
372
|
+
}]
|
|
373
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
374
|
+
let BhBarChart = class BhBarChart {
|
|
375
|
+
constructor(c, r, z) {
|
|
376
|
+
this.z = z;
|
|
377
|
+
c.detach();
|
|
378
|
+
this.el = r.nativeElement;
|
|
379
|
+
}
|
|
380
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhBarChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
381
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhBarChart, isStandalone: true, selector: "bh-bar-chart", inputs: { animated: "animated", data: "data", maxHeight: "maxHeight", maxWidth: "maxWidth", orientation: "orientation", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
382
|
+
};
|
|
383
|
+
BhBarChart = __decorate([
|
|
384
|
+
ProxyCmp({
|
|
385
|
+
defineCustomElementFn: defineBhBarChart,
|
|
386
|
+
inputs: ['animated', 'data', 'maxHeight', 'maxWidth', 'orientation', 'type']
|
|
387
|
+
}),
|
|
388
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
389
|
+
], BhBarChart);
|
|
390
|
+
export { BhBarChart };
|
|
391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhBarChart, decorators: [{
|
|
392
|
+
type: Component,
|
|
393
|
+
args: [{
|
|
394
|
+
selector: 'bh-bar-chart',
|
|
395
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
396
|
+
template: '<ng-content></ng-content>',
|
|
397
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
398
|
+
inputs: ['animated', 'data', 'maxHeight', 'maxWidth', 'orientation', 'type'],
|
|
399
|
+
}]
|
|
400
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
401
|
+
let BhBreadcrumbs = class BhBreadcrumbs {
|
|
402
|
+
constructor(c, r, z) {
|
|
403
|
+
this.z = z;
|
|
404
|
+
this.bhItemClick = new EventEmitter();
|
|
405
|
+
this.bhNavigate = new EventEmitter();
|
|
406
|
+
c.detach();
|
|
407
|
+
this.el = r.nativeElement;
|
|
408
|
+
}
|
|
409
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
410
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhBreadcrumbs, isStandalone: true, selector: "bh-breadcrumbs", inputs: { items: "items", maxVisibleItems: "maxVisibleItems", separator: "separator", showHome: "showHome" }, outputs: { bhItemClick: "bhItemClick", bhNavigate: "bhNavigate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
411
|
+
};
|
|
412
|
+
BhBreadcrumbs = __decorate([
|
|
413
|
+
ProxyCmp({
|
|
414
|
+
defineCustomElementFn: defineBhBreadcrumbs,
|
|
415
|
+
inputs: ['items', 'maxVisibleItems', 'separator', 'showHome']
|
|
416
|
+
}),
|
|
417
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
418
|
+
], BhBreadcrumbs);
|
|
419
|
+
export { BhBreadcrumbs };
|
|
420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhBreadcrumbs, decorators: [{
|
|
421
|
+
type: Component,
|
|
422
|
+
args: [{
|
|
423
|
+
selector: 'bh-breadcrumbs',
|
|
424
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
425
|
+
template: '<ng-content></ng-content>',
|
|
426
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
427
|
+
inputs: ['items', 'maxVisibleItems', 'separator', 'showHome'],
|
|
428
|
+
outputs: ['bhItemClick', 'bhNavigate'],
|
|
429
|
+
}]
|
|
430
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemClick: [{
|
|
431
|
+
type: Output
|
|
432
|
+
}], bhNavigate: [{
|
|
433
|
+
type: Output
|
|
434
|
+
}] } });
|
|
435
|
+
let BhButton = class BhButton {
|
|
436
|
+
constructor(c, r, z) {
|
|
437
|
+
this.z = z;
|
|
438
|
+
this.bhClick = new EventEmitter();
|
|
439
|
+
c.detach();
|
|
440
|
+
this.el = r.nativeElement;
|
|
441
|
+
}
|
|
442
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
443
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhButton, isStandalone: true, selector: "bh-button", inputs: { disabled: "disabled", hierarchy: "hierarchy", icon: "icon", iconName: "iconName", kind: "kind", label: "label", loading: "loading", size: "size", type: "type" }, outputs: { bhClick: "bhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
444
|
+
};
|
|
445
|
+
BhButton = __decorate([
|
|
446
|
+
ProxyCmp({
|
|
447
|
+
defineCustomElementFn: defineBhButton,
|
|
448
|
+
inputs: ['disabled', 'hierarchy', 'icon', 'iconName', 'kind', 'label', 'loading', 'size', 'type']
|
|
449
|
+
}),
|
|
450
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
451
|
+
], BhButton);
|
|
452
|
+
export { BhButton };
|
|
453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhButton, decorators: [{
|
|
454
|
+
type: Component,
|
|
455
|
+
args: [{
|
|
456
|
+
selector: 'bh-button',
|
|
457
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
458
|
+
template: '<ng-content></ng-content>',
|
|
459
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
460
|
+
inputs: ['disabled', 'hierarchy', 'icon', 'iconName', 'kind', 'label', 'loading', 'size', 'type'],
|
|
461
|
+
outputs: ['bhClick'],
|
|
462
|
+
}]
|
|
463
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhClick: [{
|
|
464
|
+
type: Output
|
|
465
|
+
}] } });
|
|
466
|
+
let BhButtonIcon = class BhButtonIcon {
|
|
467
|
+
constructor(c, r, z) {
|
|
468
|
+
this.z = z;
|
|
469
|
+
this.bhClick = new EventEmitter();
|
|
470
|
+
c.detach();
|
|
471
|
+
this.el = r.nativeElement;
|
|
472
|
+
}
|
|
473
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhButtonIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
474
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhButtonIcon, isStandalone: true, selector: "bh-button-icon", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", hierarchy: "hierarchy", iconName: "iconName", loading: "loading", size: "size", type: "type" }, outputs: { bhClick: "bhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
475
|
+
};
|
|
476
|
+
BhButtonIcon = __decorate([
|
|
477
|
+
ProxyCmp({
|
|
478
|
+
defineCustomElementFn: defineBhButtonIcon,
|
|
479
|
+
inputs: ['ariaLabel', 'disabled', 'hierarchy', 'iconName', 'loading', 'size', 'type']
|
|
480
|
+
}),
|
|
481
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
482
|
+
], BhButtonIcon);
|
|
483
|
+
export { BhButtonIcon };
|
|
484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhButtonIcon, decorators: [{
|
|
485
|
+
type: Component,
|
|
486
|
+
args: [{
|
|
487
|
+
selector: 'bh-button-icon',
|
|
488
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
489
|
+
template: '<ng-content></ng-content>',
|
|
490
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
491
|
+
inputs: ['ariaLabel', 'disabled', 'hierarchy', 'iconName', 'loading', 'size', 'type'],
|
|
492
|
+
outputs: ['bhClick'],
|
|
493
|
+
}]
|
|
494
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhClick: [{
|
|
495
|
+
type: Output
|
|
496
|
+
}] } });
|
|
497
|
+
let BhCard = class BhCard {
|
|
498
|
+
constructor(c, r, z) {
|
|
499
|
+
this.z = z;
|
|
500
|
+
c.detach();
|
|
501
|
+
this.el = r.nativeElement;
|
|
502
|
+
}
|
|
503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
504
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhCard, isStandalone: true, selector: "bh-card", inputs: { contentMinHeight: "contentMinHeight", placeholderText: "placeholderText", showFooter: "showFooter", showHeader: "showHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
505
|
+
};
|
|
506
|
+
BhCard = __decorate([
|
|
507
|
+
ProxyCmp({
|
|
508
|
+
defineCustomElementFn: defineBhCard,
|
|
509
|
+
inputs: ['contentMinHeight', 'placeholderText', 'showFooter', 'showHeader']
|
|
510
|
+
}),
|
|
511
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
512
|
+
], BhCard);
|
|
513
|
+
export { BhCard };
|
|
514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCard, decorators: [{
|
|
515
|
+
type: Component,
|
|
516
|
+
args: [{
|
|
517
|
+
selector: 'bh-card',
|
|
518
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
519
|
+
template: '<ng-content></ng-content>',
|
|
520
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
521
|
+
inputs: ['contentMinHeight', 'placeholderText', 'showFooter', 'showHeader'],
|
|
522
|
+
}]
|
|
523
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
524
|
+
let BhCardFooter = class BhCardFooter {
|
|
525
|
+
constructor(c, r, z) {
|
|
526
|
+
this.z = z;
|
|
527
|
+
c.detach();
|
|
528
|
+
this.el = r.nativeElement;
|
|
529
|
+
}
|
|
530
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCardFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
531
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhCardFooter, isStandalone: true, selector: "bh-card-footer", inputs: { alignment: "alignment", showDivider: "showDivider" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
532
|
+
};
|
|
533
|
+
BhCardFooter = __decorate([
|
|
534
|
+
ProxyCmp({
|
|
535
|
+
defineCustomElementFn: defineBhCardFooter,
|
|
536
|
+
inputs: ['alignment', 'showDivider']
|
|
537
|
+
}),
|
|
538
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
539
|
+
], BhCardFooter);
|
|
540
|
+
export { BhCardFooter };
|
|
541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCardFooter, decorators: [{
|
|
542
|
+
type: Component,
|
|
543
|
+
args: [{
|
|
544
|
+
selector: 'bh-card-footer',
|
|
545
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
546
|
+
template: '<ng-content></ng-content>',
|
|
547
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
548
|
+
inputs: ['alignment', 'showDivider'],
|
|
549
|
+
}]
|
|
550
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
551
|
+
let BhCardHeader = class BhCardHeader {
|
|
552
|
+
constructor(c, r, z) {
|
|
553
|
+
this.z = z;
|
|
554
|
+
this.bhDropdownClick = new EventEmitter();
|
|
555
|
+
c.detach();
|
|
556
|
+
this.el = r.nativeElement;
|
|
557
|
+
}
|
|
558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
559
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhCardHeader, isStandalone: true, selector: "bh-card-header", inputs: { badgeText: "badgeText", featuredIcon: "featuredIcon", featuredIconColor: "featuredIconColor", featuredIconStyle: "featuredIconStyle", headerTitle: "headerTitle", showBadge: "showBadge", showDivider: "showDivider", showDropdown: "showDropdown", showFeaturedIcon: "showFeaturedIcon", showSupportingText: "showSupportingText", showTitle: "showTitle", supportingText: "supportingText" }, outputs: { bhDropdownClick: "bhDropdownClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
560
|
+
};
|
|
561
|
+
BhCardHeader = __decorate([
|
|
562
|
+
ProxyCmp({
|
|
563
|
+
defineCustomElementFn: defineBhCardHeader,
|
|
564
|
+
inputs: ['badgeText', 'featuredIcon', 'featuredIconColor', 'featuredIconStyle', 'headerTitle', 'showBadge', 'showDivider', 'showDropdown', 'showFeaturedIcon', 'showSupportingText', 'showTitle', 'supportingText']
|
|
565
|
+
}),
|
|
566
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
567
|
+
], BhCardHeader);
|
|
568
|
+
export { BhCardHeader };
|
|
569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCardHeader, decorators: [{
|
|
570
|
+
type: Component,
|
|
571
|
+
args: [{
|
|
572
|
+
selector: 'bh-card-header',
|
|
573
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
574
|
+
template: '<ng-content></ng-content>',
|
|
575
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
576
|
+
inputs: ['badgeText', 'featuredIcon', 'featuredIconColor', 'featuredIconStyle', 'headerTitle', 'showBadge', 'showDivider', 'showDropdown', 'showFeaturedIcon', 'showSupportingText', 'showTitle', 'supportingText'],
|
|
577
|
+
outputs: ['bhDropdownClick'],
|
|
578
|
+
}]
|
|
579
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhDropdownClick: [{
|
|
580
|
+
type: Output
|
|
581
|
+
}] } });
|
|
582
|
+
let BhChartTooltip = class BhChartTooltip {
|
|
583
|
+
constructor(c, r, z) {
|
|
584
|
+
this.z = z;
|
|
585
|
+
c.detach();
|
|
586
|
+
this.el = r.nativeElement;
|
|
587
|
+
}
|
|
588
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhChartTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
589
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhChartTooltip, isStandalone: true, selector: "bh-chart-tooltip", inputs: { header: "header", items: "items", showTotal: "showTotal", storybookMode: "storybookMode", total: "total", visible: "visible", x: "x", y: "y" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
590
|
+
};
|
|
591
|
+
BhChartTooltip = __decorate([
|
|
592
|
+
ProxyCmp({
|
|
593
|
+
defineCustomElementFn: defineBhChartTooltip,
|
|
594
|
+
inputs: ['header', 'items', 'showTotal', 'storybookMode', 'total', 'visible', 'x', 'y']
|
|
595
|
+
}),
|
|
596
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
597
|
+
], BhChartTooltip);
|
|
598
|
+
export { BhChartTooltip };
|
|
599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhChartTooltip, decorators: [{
|
|
600
|
+
type: Component,
|
|
601
|
+
args: [{
|
|
602
|
+
selector: 'bh-chart-tooltip',
|
|
603
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
604
|
+
template: '<ng-content></ng-content>',
|
|
605
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
606
|
+
inputs: ['header', 'items', 'showTotal', 'storybookMode', 'total', 'visible', 'x', 'y'],
|
|
607
|
+
}]
|
|
608
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
609
|
+
let BhCheckbox = class BhCheckbox {
|
|
610
|
+
constructor(c, r, z) {
|
|
611
|
+
this.z = z;
|
|
612
|
+
this.bhChange = new EventEmitter();
|
|
613
|
+
c.detach();
|
|
614
|
+
this.el = r.nativeElement;
|
|
615
|
+
}
|
|
616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
617
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhCheckbox, isStandalone: true, selector: "bh-checkbox", inputs: { checked: "checked", defaultChecked: "defaultChecked", disabled: "disabled", indeterminate: "indeterminate", label: "label", name: "name", required: "required", size: "size", supportingText: "supportingText", value: "value" }, outputs: { bhChange: "bhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
618
|
+
};
|
|
619
|
+
BhCheckbox = __decorate([
|
|
620
|
+
ProxyCmp({
|
|
621
|
+
defineCustomElementFn: defineBhCheckbox,
|
|
622
|
+
inputs: ['checked', 'defaultChecked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'size', 'supportingText', 'value']
|
|
623
|
+
}),
|
|
624
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
625
|
+
], BhCheckbox);
|
|
626
|
+
export { BhCheckbox };
|
|
627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCheckbox, decorators: [{
|
|
628
|
+
type: Component,
|
|
629
|
+
args: [{
|
|
630
|
+
selector: 'bh-checkbox',
|
|
631
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
632
|
+
template: '<ng-content></ng-content>',
|
|
633
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
634
|
+
inputs: ['checked', 'defaultChecked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'size', 'supportingText', 'value'],
|
|
635
|
+
outputs: ['bhChange'],
|
|
636
|
+
}]
|
|
637
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
638
|
+
type: Output
|
|
639
|
+
}] } });
|
|
640
|
+
let BhCheckboxGroup = class BhCheckboxGroup {
|
|
641
|
+
constructor(c, r, z) {
|
|
642
|
+
this.z = z;
|
|
643
|
+
this.bhChange = new EventEmitter();
|
|
644
|
+
c.detach();
|
|
645
|
+
this.el = r.nativeElement;
|
|
646
|
+
}
|
|
647
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
648
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhCheckboxGroup, isStandalone: true, selector: "bh-checkbox-group", inputs: { disabled: "disabled", name: "name", type: "type", value: "value" }, outputs: { bhChange: "bhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
649
|
+
};
|
|
650
|
+
BhCheckboxGroup = __decorate([
|
|
651
|
+
ProxyCmp({
|
|
652
|
+
defineCustomElementFn: defineBhCheckboxGroup,
|
|
653
|
+
inputs: ['disabled', 'name', 'type', 'value']
|
|
654
|
+
}),
|
|
655
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
656
|
+
], BhCheckboxGroup);
|
|
657
|
+
export { BhCheckboxGroup };
|
|
658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCheckboxGroup, decorators: [{
|
|
659
|
+
type: Component,
|
|
660
|
+
args: [{
|
|
661
|
+
selector: 'bh-checkbox-group',
|
|
662
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
663
|
+
template: '<ng-content></ng-content>',
|
|
664
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
665
|
+
inputs: ['disabled', 'name', 'type', 'value'],
|
|
666
|
+
outputs: ['bhChange'],
|
|
667
|
+
}]
|
|
668
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
669
|
+
type: Output
|
|
670
|
+
}] } });
|
|
671
|
+
let BhCheckboxGroupItem = class BhCheckboxGroupItem {
|
|
672
|
+
constructor(c, r, z) {
|
|
673
|
+
this.z = z;
|
|
674
|
+
this.bhItemChange = new EventEmitter();
|
|
675
|
+
c.detach();
|
|
676
|
+
this.el = r.nativeElement;
|
|
677
|
+
}
|
|
678
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCheckboxGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
679
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhCheckboxGroupItem, isStandalone: true, selector: "bh-checkbox-group-item", inputs: { checked: "checked", description: "description", disabled: "disabled", icon: "icon", itemTitle: "itemTitle", name: "name", selected: "selected", size: "size", subtitle: "subtitle", type: "type", value: "value" }, outputs: { bhItemChange: "bhItemChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
680
|
+
};
|
|
681
|
+
BhCheckboxGroupItem = __decorate([
|
|
682
|
+
ProxyCmp({
|
|
683
|
+
defineCustomElementFn: defineBhCheckboxGroupItem,
|
|
684
|
+
inputs: ['checked', 'description', 'disabled', 'icon', 'itemTitle', 'name', 'selected', 'size', 'subtitle', 'type', 'value']
|
|
685
|
+
}),
|
|
686
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
687
|
+
], BhCheckboxGroupItem);
|
|
688
|
+
export { BhCheckboxGroupItem };
|
|
689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhCheckboxGroupItem, decorators: [{
|
|
690
|
+
type: Component,
|
|
691
|
+
args: [{
|
|
692
|
+
selector: 'bh-checkbox-group-item',
|
|
693
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
694
|
+
template: '<ng-content></ng-content>',
|
|
695
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
696
|
+
inputs: ['checked', 'description', 'disabled', 'icon', 'itemTitle', 'name', 'selected', 'size', 'subtitle', 'type', 'value'],
|
|
697
|
+
outputs: ['bhItemChange'],
|
|
698
|
+
}]
|
|
699
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemChange: [{
|
|
700
|
+
type: Output
|
|
701
|
+
}] } });
|
|
702
|
+
let BhContainer = class BhContainer {
|
|
703
|
+
constructor(c, r, z) {
|
|
704
|
+
this.z = z;
|
|
705
|
+
c.detach();
|
|
706
|
+
this.el = r.nativeElement;
|
|
707
|
+
}
|
|
708
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
709
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhContainer, isStandalone: true, selector: "bh-container", inputs: { withFooter: "withFooter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
710
|
+
};
|
|
711
|
+
BhContainer = __decorate([
|
|
712
|
+
ProxyCmp({
|
|
713
|
+
defineCustomElementFn: defineBhContainer,
|
|
714
|
+
inputs: ['withFooter']
|
|
715
|
+
}),
|
|
716
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
717
|
+
], BhContainer);
|
|
718
|
+
export { BhContainer };
|
|
719
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhContainer, decorators: [{
|
|
720
|
+
type: Component,
|
|
721
|
+
args: [{
|
|
722
|
+
selector: 'bh-container',
|
|
723
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
724
|
+
template: '<ng-content></ng-content>',
|
|
725
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
726
|
+
inputs: ['withFooter'],
|
|
727
|
+
}]
|
|
728
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
729
|
+
let BhContainerFooter = class BhContainerFooter {
|
|
730
|
+
constructor(c, r, z) {
|
|
731
|
+
this.z = z;
|
|
732
|
+
this.bhButtonClick = new EventEmitter();
|
|
733
|
+
c.detach();
|
|
734
|
+
this.el = r.nativeElement;
|
|
735
|
+
}
|
|
736
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhContainerFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
737
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhContainerFooter, isStandalone: true, selector: "bh-container-footer", inputs: { buttonLabel: "buttonLabel", size: "size" }, outputs: { bhButtonClick: "bhButtonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
738
|
+
};
|
|
739
|
+
BhContainerFooter = __decorate([
|
|
740
|
+
ProxyCmp({
|
|
741
|
+
defineCustomElementFn: defineBhContainerFooter,
|
|
742
|
+
inputs: ['buttonLabel', 'size']
|
|
743
|
+
}),
|
|
744
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
745
|
+
], BhContainerFooter);
|
|
746
|
+
export { BhContainerFooter };
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhContainerFooter, decorators: [{
|
|
748
|
+
type: Component,
|
|
749
|
+
args: [{
|
|
750
|
+
selector: 'bh-container-footer',
|
|
751
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
752
|
+
template: '<ng-content></ng-content>',
|
|
753
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
754
|
+
inputs: ['buttonLabel', 'size'],
|
|
755
|
+
outputs: ['bhButtonClick'],
|
|
756
|
+
}]
|
|
757
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhButtonClick: [{
|
|
758
|
+
type: Output
|
|
759
|
+
}] } });
|
|
760
|
+
let BhDataGrid = class BhDataGrid {
|
|
761
|
+
constructor(c, r, z) {
|
|
762
|
+
this.z = z;
|
|
763
|
+
this.bhSortChange = new EventEmitter();
|
|
764
|
+
this.bhFilterChange = new EventEmitter();
|
|
765
|
+
this.bhSelectionChange = new EventEmitter();
|
|
766
|
+
this.bhPageChange = new EventEmitter();
|
|
767
|
+
this.bhRowClick = new EventEmitter();
|
|
768
|
+
this.bhCellClick = new EventEmitter();
|
|
769
|
+
this.bhExpandChange = new EventEmitter();
|
|
770
|
+
this.bhGroupToggle = new EventEmitter();
|
|
771
|
+
this.bhEditStart = new EventEmitter();
|
|
772
|
+
this.bhEditCancel = new EventEmitter();
|
|
773
|
+
this.bhEditSave = new EventEmitter();
|
|
774
|
+
this.bhCellChange = new EventEmitter();
|
|
775
|
+
this.bhValidationError = new EventEmitter();
|
|
776
|
+
c.detach();
|
|
777
|
+
this.el = r.nativeElement;
|
|
778
|
+
}
|
|
779
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDataGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
780
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhDataGrid, isStandalone: true, selector: "bh-data-grid", inputs: { bordered: "bordered", caption: "caption", captionPosition: "captionPosition", columns: "columns", data: "data", editMode: "editMode", emptyDescription: "emptyDescription", emptyTitle: "emptyTitle", enableEditing: "enableEditing", enableExpansion: "enableExpansion", enableFiltering: "enableFiltering", enableGlobalFilter: "enableGlobalFilter", enableGrouping: "enableGrouping", enableMultiSort: "enableMultiSort", enablePagination: "enablePagination", enableSorting: "enableSorting", expandedRowIds: "expandedRowIds", filterState: "filterState", getRowId: "getRowId", getSubRows: "getSubRows", globalFilter: "globalFilter", globalFilterPlaceholder: "globalFilterPlaceholder", groupBy: "groupBy", loading: "loading", loadingType: "loadingType", maxHeight: "maxHeight", page: "page", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", selectedRowIds: "selectedRowIds", selectionMode: "selectionMode", showEditActions: "showEditActions", showFilterRow: "showFilterRow", size: "size", skeletonRowCount: "skeletonRowCount", sortState: "sortState", stickyHeader: "stickyHeader", striped: "striped" }, outputs: { bhSortChange: "bhSortChange", bhFilterChange: "bhFilterChange", bhSelectionChange: "bhSelectionChange", bhPageChange: "bhPageChange", bhRowClick: "bhRowClick", bhCellClick: "bhCellClick", bhExpandChange: "bhExpandChange", bhGroupToggle: "bhGroupToggle", bhEditStart: "bhEditStart", bhEditCancel: "bhEditCancel", bhEditSave: "bhEditSave", bhCellChange: "bhCellChange", bhValidationError: "bhValidationError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
781
|
+
};
|
|
782
|
+
BhDataGrid = __decorate([
|
|
783
|
+
ProxyCmp({
|
|
784
|
+
defineCustomElementFn: defineBhDataGrid,
|
|
785
|
+
inputs: ['bordered', 'caption', 'captionPosition', 'columns', 'data', 'editMode', 'emptyDescription', 'emptyTitle', 'enableEditing', 'enableExpansion', 'enableFiltering', 'enableGlobalFilter', 'enableGrouping', 'enableMultiSort', 'enablePagination', 'enableSorting', 'expandedRowIds', 'filterState', 'getRowId', 'getSubRows', 'globalFilter', 'globalFilterPlaceholder', 'groupBy', 'loading', 'loadingType', 'maxHeight', 'page', 'pageSize', 'pageSizeOptions', 'selectedRowIds', 'selectionMode', 'showEditActions', 'showFilterRow', 'size', 'skeletonRowCount', 'sortState', 'stickyHeader', 'striped']
|
|
786
|
+
}),
|
|
787
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
788
|
+
], BhDataGrid);
|
|
789
|
+
export { BhDataGrid };
|
|
790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDataGrid, decorators: [{
|
|
791
|
+
type: Component,
|
|
792
|
+
args: [{
|
|
793
|
+
selector: 'bh-data-grid',
|
|
794
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
795
|
+
template: '<ng-content></ng-content>',
|
|
796
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
797
|
+
inputs: ['bordered', 'caption', 'captionPosition', 'columns', 'data', 'editMode', 'emptyDescription', 'emptyTitle', 'enableEditing', 'enableExpansion', 'enableFiltering', 'enableGlobalFilter', 'enableGrouping', 'enableMultiSort', 'enablePagination', 'enableSorting', 'expandedRowIds', 'filterState', 'getRowId', 'getSubRows', 'globalFilter', 'globalFilterPlaceholder', 'groupBy', 'loading', 'loadingType', 'maxHeight', 'page', 'pageSize', 'pageSizeOptions', 'selectedRowIds', 'selectionMode', 'showEditActions', 'showFilterRow', 'size', 'skeletonRowCount', 'sortState', 'stickyHeader', 'striped'],
|
|
798
|
+
outputs: ['bhSortChange', 'bhFilterChange', 'bhSelectionChange', 'bhPageChange', 'bhRowClick', 'bhCellClick', 'bhExpandChange', 'bhGroupToggle', 'bhEditStart', 'bhEditCancel', 'bhEditSave', 'bhCellChange', 'bhValidationError'],
|
|
799
|
+
}]
|
|
800
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhSortChange: [{
|
|
801
|
+
type: Output
|
|
802
|
+
}], bhFilterChange: [{
|
|
803
|
+
type: Output
|
|
804
|
+
}], bhSelectionChange: [{
|
|
805
|
+
type: Output
|
|
806
|
+
}], bhPageChange: [{
|
|
807
|
+
type: Output
|
|
808
|
+
}], bhRowClick: [{
|
|
809
|
+
type: Output
|
|
810
|
+
}], bhCellClick: [{
|
|
811
|
+
type: Output
|
|
812
|
+
}], bhExpandChange: [{
|
|
813
|
+
type: Output
|
|
814
|
+
}], bhGroupToggle: [{
|
|
815
|
+
type: Output
|
|
816
|
+
}], bhEditStart: [{
|
|
817
|
+
type: Output
|
|
818
|
+
}], bhEditCancel: [{
|
|
819
|
+
type: Output
|
|
820
|
+
}], bhEditSave: [{
|
|
821
|
+
type: Output
|
|
822
|
+
}], bhCellChange: [{
|
|
823
|
+
type: Output
|
|
824
|
+
}], bhValidationError: [{
|
|
825
|
+
type: Output
|
|
826
|
+
}] } });
|
|
827
|
+
let BhDatePicker = class BhDatePicker {
|
|
828
|
+
constructor(c, r, z) {
|
|
829
|
+
this.z = z;
|
|
830
|
+
this.bhChange = new EventEmitter();
|
|
831
|
+
this.bhDateSelect = new EventEmitter();
|
|
832
|
+
c.detach();
|
|
833
|
+
this.el = r.nativeElement;
|
|
834
|
+
}
|
|
835
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
836
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhDatePicker, isStandalone: true, selector: "bh-date-picker", inputs: { disabled: "disabled", disabledDates: "disabledDates", inputWidth: "inputWidth", label: "label", maxYear: "maxYear", minYear: "minYear", placeholder: "placeholder", showFooter: "showFooter", showLabel: "showLabel", showOtherMonthDays: "showOtherMonthDays", value: "value", variant: "variant" }, outputs: { bhChange: "bhChange", bhDateSelect: "bhDateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
837
|
+
};
|
|
838
|
+
BhDatePicker = __decorate([
|
|
839
|
+
ProxyCmp({
|
|
840
|
+
defineCustomElementFn: defineBhDatePicker,
|
|
841
|
+
inputs: ['disabled', 'disabledDates', 'inputWidth', 'label', 'maxYear', 'minYear', 'placeholder', 'showFooter', 'showLabel', 'showOtherMonthDays', 'value', 'variant']
|
|
842
|
+
}),
|
|
843
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
844
|
+
], BhDatePicker);
|
|
845
|
+
export { BhDatePicker };
|
|
846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDatePicker, decorators: [{
|
|
847
|
+
type: Component,
|
|
848
|
+
args: [{
|
|
849
|
+
selector: 'bh-date-picker',
|
|
850
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
851
|
+
template: '<ng-content></ng-content>',
|
|
852
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
853
|
+
inputs: ['disabled', 'disabledDates', 'inputWidth', 'label', 'maxYear', 'minYear', 'placeholder', 'showFooter', 'showLabel', 'showOtherMonthDays', 'value', 'variant'],
|
|
854
|
+
outputs: ['bhChange', 'bhDateSelect'],
|
|
855
|
+
}]
|
|
856
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
857
|
+
type: Output
|
|
858
|
+
}], bhDateSelect: [{
|
|
859
|
+
type: Output
|
|
860
|
+
}] } });
|
|
861
|
+
let BhDatePickerContent = class BhDatePickerContent {
|
|
862
|
+
constructor(c, r, z) {
|
|
863
|
+
this.z = z;
|
|
864
|
+
this.bhChange = new EventEmitter();
|
|
865
|
+
this.bhDateSelect = new EventEmitter();
|
|
866
|
+
this.bhMonthChange = new EventEmitter();
|
|
867
|
+
this.bhMonthYearChange = new EventEmitter();
|
|
868
|
+
c.detach();
|
|
869
|
+
this.el = r.nativeElement;
|
|
870
|
+
}
|
|
871
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDatePickerContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
872
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhDatePickerContent, isStandalone: true, selector: "bh-date-picker-content", inputs: { disabled: "disabled", disabledDates: "disabledDates", displayMonth: "displayMonth", displayYear: "displayYear", initialMonth: "initialMonth", initialYear: "initialYear", maxYear: "maxYear", minYear: "minYear", rangeEnd: "rangeEnd", rangeStart: "rangeStart", showOtherMonthDays: "showOtherMonthDays", value: "value" }, outputs: { bhChange: "bhChange", bhDateSelect: "bhDateSelect", bhMonthChange: "bhMonthChange", bhMonthYearChange: "bhMonthYearChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
873
|
+
};
|
|
874
|
+
BhDatePickerContent = __decorate([
|
|
875
|
+
ProxyCmp({
|
|
876
|
+
defineCustomElementFn: defineBhDatePickerContent,
|
|
877
|
+
inputs: ['disabled', 'disabledDates', 'displayMonth', 'displayYear', 'initialMonth', 'initialYear', 'maxYear', 'minYear', 'rangeEnd', 'rangeStart', 'showOtherMonthDays', 'value']
|
|
878
|
+
}),
|
|
879
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
880
|
+
], BhDatePickerContent);
|
|
881
|
+
export { BhDatePickerContent };
|
|
882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDatePickerContent, decorators: [{
|
|
883
|
+
type: Component,
|
|
884
|
+
args: [{
|
|
885
|
+
selector: 'bh-date-picker-content',
|
|
886
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
887
|
+
template: '<ng-content></ng-content>',
|
|
888
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
889
|
+
inputs: ['disabled', 'disabledDates', 'displayMonth', 'displayYear', 'initialMonth', 'initialYear', 'maxYear', 'minYear', 'rangeEnd', 'rangeStart', 'showOtherMonthDays', 'value'],
|
|
890
|
+
outputs: ['bhChange', 'bhDateSelect', 'bhMonthChange', 'bhMonthYearChange'],
|
|
891
|
+
}]
|
|
892
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
893
|
+
type: Output
|
|
894
|
+
}], bhDateSelect: [{
|
|
895
|
+
type: Output
|
|
896
|
+
}], bhMonthChange: [{
|
|
897
|
+
type: Output
|
|
898
|
+
}], bhMonthYearChange: [{
|
|
899
|
+
type: Output
|
|
900
|
+
}] } });
|
|
901
|
+
let BhDateRangePicker = class BhDateRangePicker {
|
|
902
|
+
constructor(c, r, z) {
|
|
903
|
+
this.z = z;
|
|
904
|
+
this.bhChange = new EventEmitter();
|
|
905
|
+
this.bhDateRangeSelect = new EventEmitter();
|
|
906
|
+
c.detach();
|
|
907
|
+
this.el = r.nativeElement;
|
|
908
|
+
}
|
|
909
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDateRangePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
910
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhDateRangePicker, isStandalone: true, selector: "bh-date-range-picker", inputs: { disabled: "disabled", disabledDates: "disabledDates", endLabel: "endLabel", endPlaceholder: "endPlaceholder", inputWidth: "inputWidth", maxYear: "maxYear", minYear: "minYear", showFooter: "showFooter", showLabel: "showLabel", showOtherMonthDays: "showOtherMonthDays", startLabel: "startLabel", startPlaceholder: "startPlaceholder", value: "value", variant: "variant" }, outputs: { bhChange: "bhChange", bhDateRangeSelect: "bhDateRangeSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
911
|
+
};
|
|
912
|
+
BhDateRangePicker = __decorate([
|
|
913
|
+
ProxyCmp({
|
|
914
|
+
defineCustomElementFn: defineBhDateRangePicker,
|
|
915
|
+
inputs: ['disabled', 'disabledDates', 'endLabel', 'endPlaceholder', 'inputWidth', 'maxYear', 'minYear', 'showFooter', 'showLabel', 'showOtherMonthDays', 'startLabel', 'startPlaceholder', 'value', 'variant']
|
|
916
|
+
}),
|
|
917
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
918
|
+
], BhDateRangePicker);
|
|
919
|
+
export { BhDateRangePicker };
|
|
920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDateRangePicker, decorators: [{
|
|
921
|
+
type: Component,
|
|
922
|
+
args: [{
|
|
923
|
+
selector: 'bh-date-range-picker',
|
|
924
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
925
|
+
template: '<ng-content></ng-content>',
|
|
926
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
927
|
+
inputs: ['disabled', 'disabledDates', 'endLabel', 'endPlaceholder', 'inputWidth', 'maxYear', 'minYear', 'showFooter', 'showLabel', 'showOtherMonthDays', 'startLabel', 'startPlaceholder', 'value', 'variant'],
|
|
928
|
+
outputs: ['bhChange', 'bhDateRangeSelect'],
|
|
929
|
+
}]
|
|
930
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
931
|
+
type: Output
|
|
932
|
+
}], bhDateRangeSelect: [{
|
|
933
|
+
type: Output
|
|
934
|
+
}] } });
|
|
935
|
+
let BhDateRangePickerContent = class BhDateRangePickerContent {
|
|
936
|
+
constructor(c, r, z) {
|
|
937
|
+
this.z = z;
|
|
938
|
+
this.bhChange = new EventEmitter();
|
|
939
|
+
this.bhDateRangeSelect = new EventEmitter();
|
|
940
|
+
c.detach();
|
|
941
|
+
this.el = r.nativeElement;
|
|
942
|
+
}
|
|
943
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDateRangePickerContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
944
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhDateRangePickerContent, isStandalone: true, selector: "bh-date-range-picker-content", inputs: { disabled: "disabled", disabledDates: "disabledDates", maxYear: "maxYear", minYear: "minYear", showOtherMonthDays: "showOtherMonthDays", value: "value" }, outputs: { bhChange: "bhChange", bhDateRangeSelect: "bhDateRangeSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
945
|
+
};
|
|
946
|
+
BhDateRangePickerContent = __decorate([
|
|
947
|
+
ProxyCmp({
|
|
948
|
+
defineCustomElementFn: defineBhDateRangePickerContent,
|
|
949
|
+
inputs: ['disabled', 'disabledDates', 'maxYear', 'minYear', 'showOtherMonthDays', 'value']
|
|
950
|
+
}),
|
|
951
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
952
|
+
], BhDateRangePickerContent);
|
|
953
|
+
export { BhDateRangePickerContent };
|
|
954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDateRangePickerContent, decorators: [{
|
|
955
|
+
type: Component,
|
|
956
|
+
args: [{
|
|
957
|
+
selector: 'bh-date-range-picker-content',
|
|
958
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
959
|
+
template: '<ng-content></ng-content>',
|
|
960
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
961
|
+
inputs: ['disabled', 'disabledDates', 'maxYear', 'minYear', 'showOtherMonthDays', 'value'],
|
|
962
|
+
outputs: ['bhChange', 'bhDateRangeSelect'],
|
|
963
|
+
}]
|
|
964
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
965
|
+
type: Output
|
|
966
|
+
}], bhDateRangeSelect: [{
|
|
967
|
+
type: Output
|
|
968
|
+
}] } });
|
|
969
|
+
let BhDropdown = class BhDropdown {
|
|
970
|
+
constructor(c, r, z) {
|
|
971
|
+
this.z = z;
|
|
972
|
+
this.bhItemClick = new EventEmitter();
|
|
973
|
+
c.detach();
|
|
974
|
+
this.el = r.nativeElement;
|
|
975
|
+
}
|
|
976
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
977
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhDropdown, isStandalone: true, selector: "bh-dropdown", inputs: { avatarAlt: "avatarAlt", avatarEmail: "avatarEmail", avatarName: "avatarName", avatarSize: "avatarSize", avatarSrc: "avatarSrc", disabled: "disabled", header: "header", iconName: "iconName", label: "label", menuItems: "menuItems", showIcons: "showIcons", size: "size", state: "state", variant: "variant" }, outputs: { bhItemClick: "bhItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
978
|
+
};
|
|
979
|
+
BhDropdown = __decorate([
|
|
980
|
+
ProxyCmp({
|
|
981
|
+
defineCustomElementFn: defineBhDropdown,
|
|
982
|
+
inputs: ['avatarAlt', 'avatarEmail', 'avatarName', 'avatarSize', 'avatarSrc', 'disabled', 'header', 'iconName', 'label', 'menuItems', 'showIcons', 'size', 'state', 'variant']
|
|
983
|
+
}),
|
|
984
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
985
|
+
], BhDropdown);
|
|
986
|
+
export { BhDropdown };
|
|
987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDropdown, decorators: [{
|
|
988
|
+
type: Component,
|
|
989
|
+
args: [{
|
|
990
|
+
selector: 'bh-dropdown',
|
|
991
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
992
|
+
template: '<ng-content></ng-content>',
|
|
993
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
994
|
+
inputs: ['avatarAlt', 'avatarEmail', 'avatarName', 'avatarSize', 'avatarSrc', 'disabled', 'header', 'iconName', 'label', 'menuItems', 'showIcons', 'size', 'state', 'variant'],
|
|
995
|
+
outputs: ['bhItemClick'],
|
|
996
|
+
}]
|
|
997
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemClick: [{
|
|
998
|
+
type: Output
|
|
999
|
+
}] } });
|
|
1000
|
+
let BhDropdownMenu = class BhDropdownMenu {
|
|
1001
|
+
constructor(c, r, z) {
|
|
1002
|
+
this.z = z;
|
|
1003
|
+
this.bhItemClick = new EventEmitter();
|
|
1004
|
+
c.detach();
|
|
1005
|
+
this.el = r.nativeElement;
|
|
1006
|
+
}
|
|
1007
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1008
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhDropdownMenu, isStandalone: true, selector: "bh-dropdown-menu", inputs: { header: "header", menuItems: "menuItems", scrollable: "scrollable", showIcons: "showIcons", visible: "visible" }, outputs: { bhItemClick: "bhItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1009
|
+
};
|
|
1010
|
+
BhDropdownMenu = __decorate([
|
|
1011
|
+
ProxyCmp({
|
|
1012
|
+
defineCustomElementFn: defineBhDropdownMenu,
|
|
1013
|
+
inputs: ['header', 'menuItems', 'scrollable', 'showIcons', 'visible']
|
|
1014
|
+
}),
|
|
1015
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1016
|
+
], BhDropdownMenu);
|
|
1017
|
+
export { BhDropdownMenu };
|
|
1018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhDropdownMenu, decorators: [{
|
|
1019
|
+
type: Component,
|
|
1020
|
+
args: [{
|
|
1021
|
+
selector: 'bh-dropdown-menu',
|
|
1022
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1023
|
+
template: '<ng-content></ng-content>',
|
|
1024
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1025
|
+
inputs: ['header', 'menuItems', 'scrollable', 'showIcons', 'visible'],
|
|
1026
|
+
outputs: ['bhItemClick'],
|
|
1027
|
+
}]
|
|
1028
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemClick: [{
|
|
1029
|
+
type: Output
|
|
1030
|
+
}] } });
|
|
1031
|
+
let BhEmptyState = class BhEmptyState {
|
|
1032
|
+
constructor(c, r, z) {
|
|
1033
|
+
this.z = z;
|
|
1034
|
+
this.bhPrimaryAction = new EventEmitter();
|
|
1035
|
+
this.bhSecondaryAction = new EventEmitter();
|
|
1036
|
+
c.detach();
|
|
1037
|
+
this.el = r.nativeElement;
|
|
1038
|
+
}
|
|
1039
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1040
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhEmptyState, isStandalone: true, selector: "bh-empty-state", inputs: { description: "description", emptyTitle: "emptyTitle", illustrationPath: "illustrationPath", illustrationSize: "illustrationSize", maxWidth: "maxWidth", primaryActionIcon: "primaryActionIcon", primaryActionText: "primaryActionText", secondaryActionIcon: "secondaryActionIcon", secondaryActionText: "secondaryActionText" }, outputs: { bhPrimaryAction: "bhPrimaryAction", bhSecondaryAction: "bhSecondaryAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1041
|
+
};
|
|
1042
|
+
BhEmptyState = __decorate([
|
|
1043
|
+
ProxyCmp({
|
|
1044
|
+
defineCustomElementFn: defineBhEmptyState,
|
|
1045
|
+
inputs: ['description', 'emptyTitle', 'illustrationPath', 'illustrationSize', 'maxWidth', 'primaryActionIcon', 'primaryActionText', 'secondaryActionIcon', 'secondaryActionText']
|
|
1046
|
+
}),
|
|
1047
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1048
|
+
], BhEmptyState);
|
|
1049
|
+
export { BhEmptyState };
|
|
1050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhEmptyState, decorators: [{
|
|
1051
|
+
type: Component,
|
|
1052
|
+
args: [{
|
|
1053
|
+
selector: 'bh-empty-state',
|
|
1054
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1055
|
+
template: '<ng-content></ng-content>',
|
|
1056
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1057
|
+
inputs: ['description', 'emptyTitle', 'illustrationPath', 'illustrationSize', 'maxWidth', 'primaryActionIcon', 'primaryActionText', 'secondaryActionIcon', 'secondaryActionText'],
|
|
1058
|
+
outputs: ['bhPrimaryAction', 'bhSecondaryAction'],
|
|
1059
|
+
}]
|
|
1060
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhPrimaryAction: [{
|
|
1061
|
+
type: Output
|
|
1062
|
+
}], bhSecondaryAction: [{
|
|
1063
|
+
type: Output
|
|
1064
|
+
}] } });
|
|
1065
|
+
let BhFeaturedIcon = class BhFeaturedIcon {
|
|
1066
|
+
constructor(c, r, z) {
|
|
1067
|
+
this.z = z;
|
|
1068
|
+
c.detach();
|
|
1069
|
+
this.el = r.nativeElement;
|
|
1070
|
+
}
|
|
1071
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhFeaturedIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1072
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhFeaturedIcon, isStandalone: true, selector: "bh-featured-icon", inputs: { color: "color", icon: "icon", iconStyle: "iconStyle", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1073
|
+
};
|
|
1074
|
+
BhFeaturedIcon = __decorate([
|
|
1075
|
+
ProxyCmp({
|
|
1076
|
+
defineCustomElementFn: defineBhFeaturedIcon,
|
|
1077
|
+
inputs: ['color', 'icon', 'iconStyle', 'size']
|
|
1078
|
+
}),
|
|
1079
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1080
|
+
], BhFeaturedIcon);
|
|
1081
|
+
export { BhFeaturedIcon };
|
|
1082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhFeaturedIcon, decorators: [{
|
|
1083
|
+
type: Component,
|
|
1084
|
+
args: [{
|
|
1085
|
+
selector: 'bh-featured-icon',
|
|
1086
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1087
|
+
template: '<ng-content></ng-content>',
|
|
1088
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1089
|
+
inputs: ['color', 'icon', 'iconStyle', 'size'],
|
|
1090
|
+
}]
|
|
1091
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1092
|
+
let BhIllustrations = class BhIllustrations {
|
|
1093
|
+
constructor(c, r, z) {
|
|
1094
|
+
this.z = z;
|
|
1095
|
+
c.detach();
|
|
1096
|
+
this.el = r.nativeElement;
|
|
1097
|
+
}
|
|
1098
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhIllustrations, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1099
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhIllustrations, isStandalone: true, selector: "bh-illustrations", inputs: { alt: "alt", description: "description", illustrationTitle: "illustrationTitle", size: "size", svgPath: "svgPath" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1100
|
+
};
|
|
1101
|
+
BhIllustrations = __decorate([
|
|
1102
|
+
ProxyCmp({
|
|
1103
|
+
defineCustomElementFn: defineBhIllustrations,
|
|
1104
|
+
inputs: ['alt', 'description', 'illustrationTitle', 'size', 'svgPath']
|
|
1105
|
+
}),
|
|
1106
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1107
|
+
], BhIllustrations);
|
|
1108
|
+
export { BhIllustrations };
|
|
1109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhIllustrations, decorators: [{
|
|
1110
|
+
type: Component,
|
|
1111
|
+
args: [{
|
|
1112
|
+
selector: 'bh-illustrations',
|
|
1113
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1114
|
+
template: '<ng-content></ng-content>',
|
|
1115
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1116
|
+
inputs: ['alt', 'description', 'illustrationTitle', 'size', 'svgPath'],
|
|
1117
|
+
}]
|
|
1118
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1119
|
+
let BhInputAutocomplete = class BhInputAutocomplete {
|
|
1120
|
+
constructor(c, r, z) {
|
|
1121
|
+
this.z = z;
|
|
1122
|
+
this.bhChange = new EventEmitter();
|
|
1123
|
+
this.bhSelectedItemsChange = new EventEmitter();
|
|
1124
|
+
this.bhFocus = new EventEmitter();
|
|
1125
|
+
this.bhBlur = new EventEmitter();
|
|
1126
|
+
this.bhHelpClick = new EventEmitter();
|
|
1127
|
+
this.bhOptionSelect = new EventEmitter();
|
|
1128
|
+
c.detach();
|
|
1129
|
+
this.el = r.nativeElement;
|
|
1130
|
+
}
|
|
1131
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1132
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhInputAutocomplete, isStandalone: true, selector: "bh-input-autocomplete", inputs: { disabled: "disabled", error: "error", helpIconTooltip: "helpIconTooltip", hintText: "hintText", label: "label", leadingIcon: "leadingIcon", maxOptions: "maxOptions", minSearchLength: "minSearchLength", multiSelect: "multiSelect", options: "options", placeholder: "placeholder", required: "required", selectedItems: "selectedItems", showHelpIcon: "showHelpIcon", showHintText: "showHintText", showLabel: "showLabel", showLeadingIcon: "showLeadingIcon", state: "state", value: "value", width: "width" }, outputs: { bhChange: "bhChange", bhSelectedItemsChange: "bhSelectedItemsChange", bhFocus: "bhFocus", bhBlur: "bhBlur", bhHelpClick: "bhHelpClick", bhOptionSelect: "bhOptionSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1133
|
+
};
|
|
1134
|
+
BhInputAutocomplete = __decorate([
|
|
1135
|
+
ProxyCmp({
|
|
1136
|
+
defineCustomElementFn: defineBhInputAutocomplete,
|
|
1137
|
+
inputs: ['disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'leadingIcon', 'maxOptions', 'minSearchLength', 'multiSelect', 'options', 'placeholder', 'required', 'selectedItems', 'showHelpIcon', 'showHintText', 'showLabel', 'showLeadingIcon', 'state', 'value', 'width']
|
|
1138
|
+
}),
|
|
1139
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1140
|
+
], BhInputAutocomplete);
|
|
1141
|
+
export { BhInputAutocomplete };
|
|
1142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputAutocomplete, decorators: [{
|
|
1143
|
+
type: Component,
|
|
1144
|
+
args: [{
|
|
1145
|
+
selector: 'bh-input-autocomplete',
|
|
1146
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1147
|
+
template: '<ng-content></ng-content>',
|
|
1148
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1149
|
+
inputs: ['disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'leadingIcon', 'maxOptions', 'minSearchLength', 'multiSelect', 'options', 'placeholder', 'required', 'selectedItems', 'showHelpIcon', 'showHintText', 'showLabel', 'showLeadingIcon', 'state', 'value', 'width'],
|
|
1150
|
+
outputs: ['bhChange', 'bhSelectedItemsChange', 'bhFocus', 'bhBlur', 'bhHelpClick', 'bhOptionSelect'],
|
|
1151
|
+
}]
|
|
1152
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
1153
|
+
type: Output
|
|
1154
|
+
}], bhSelectedItemsChange: [{
|
|
1155
|
+
type: Output
|
|
1156
|
+
}], bhFocus: [{
|
|
1157
|
+
type: Output
|
|
1158
|
+
}], bhBlur: [{
|
|
1159
|
+
type: Output
|
|
1160
|
+
}], bhHelpClick: [{
|
|
1161
|
+
type: Output
|
|
1162
|
+
}], bhOptionSelect: [{
|
|
1163
|
+
type: Output
|
|
1164
|
+
}] } });
|
|
1165
|
+
let BhInputNumber = class BhInputNumber {
|
|
1166
|
+
constructor(c, r, z) {
|
|
1167
|
+
this.z = z;
|
|
1168
|
+
this.bhChange = new EventEmitter();
|
|
1169
|
+
this.bhFocus = new EventEmitter();
|
|
1170
|
+
this.bhBlur = new EventEmitter();
|
|
1171
|
+
this.bhHelpClick = new EventEmitter();
|
|
1172
|
+
c.detach();
|
|
1173
|
+
this.el = r.nativeElement;
|
|
1174
|
+
}
|
|
1175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputNumber, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1176
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhInputNumber, isStandalone: true, selector: "bh-input-number", inputs: { defaultValue: "defaultValue", disabled: "disabled", error: "error", helpIconTooltip: "helpIconTooltip", hintText: "hintText", label: "label", leadingIcon: "leadingIcon", max: "max", min: "min", name: "name", placeholder: "placeholder", prefixText: "prefixText", required: "required", showHelpIcon: "showHelpIcon", showHintText: "showHintText", showLabel: "showLabel", showLeadingIcon: "showLeadingIcon", step: "step", suffixText: "suffixText", validationMessage: "validationMessage", value: "value", width: "width" }, outputs: { bhChange: "bhChange", bhFocus: "bhFocus", bhBlur: "bhBlur", bhHelpClick: "bhHelpClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1177
|
+
};
|
|
1178
|
+
BhInputNumber = __decorate([
|
|
1179
|
+
ProxyCmp({
|
|
1180
|
+
defineCustomElementFn: defineBhInputNumber,
|
|
1181
|
+
inputs: ['defaultValue', 'disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'leadingIcon', 'max', 'min', 'name', 'placeholder', 'prefixText', 'required', 'showHelpIcon', 'showHintText', 'showLabel', 'showLeadingIcon', 'step', 'suffixText', 'validationMessage', 'value', 'width']
|
|
1182
|
+
}),
|
|
1183
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1184
|
+
], BhInputNumber);
|
|
1185
|
+
export { BhInputNumber };
|
|
1186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputNumber, decorators: [{
|
|
1187
|
+
type: Component,
|
|
1188
|
+
args: [{
|
|
1189
|
+
selector: 'bh-input-number',
|
|
1190
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1191
|
+
template: '<ng-content></ng-content>',
|
|
1192
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1193
|
+
inputs: ['defaultValue', 'disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'leadingIcon', 'max', 'min', 'name', 'placeholder', 'prefixText', 'required', 'showHelpIcon', 'showHintText', 'showLabel', 'showLeadingIcon', 'step', 'suffixText', 'validationMessage', 'value', 'width'],
|
|
1194
|
+
outputs: ['bhChange', 'bhFocus', 'bhBlur', 'bhHelpClick'],
|
|
1195
|
+
}]
|
|
1196
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
1197
|
+
type: Output
|
|
1198
|
+
}], bhFocus: [{
|
|
1199
|
+
type: Output
|
|
1200
|
+
}], bhBlur: [{
|
|
1201
|
+
type: Output
|
|
1202
|
+
}], bhHelpClick: [{
|
|
1203
|
+
type: Output
|
|
1204
|
+
}] } });
|
|
1205
|
+
let BhInputPassword = class BhInputPassword {
|
|
1206
|
+
constructor(c, r, z) {
|
|
1207
|
+
this.z = z;
|
|
1208
|
+
this.bhInput = new EventEmitter();
|
|
1209
|
+
this.bhFocus = new EventEmitter();
|
|
1210
|
+
this.bhBlur = new EventEmitter();
|
|
1211
|
+
this.bhHelpClick = new EventEmitter();
|
|
1212
|
+
this.bhVisibilityToggle = new EventEmitter();
|
|
1213
|
+
c.detach();
|
|
1214
|
+
this.el = r.nativeElement;
|
|
1215
|
+
}
|
|
1216
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputPassword, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1217
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhInputPassword, isStandalone: true, selector: "bh-input-password", inputs: { defaultValue: "defaultValue", disabled: "disabled", error: "error", helpIconTooltip: "helpIconTooltip", hintText: "hintText", label: "label", leadingIcon: "leadingIcon", name: "name", placeholder: "placeholder", required: "required", showHelpIcon: "showHelpIcon", showHintText: "showHintText", showLabel: "showLabel", showLeadingIcon: "showLeadingIcon", validationMessage: "validationMessage", value: "value" }, outputs: { bhInput: "bhInput", bhFocus: "bhFocus", bhBlur: "bhBlur", bhHelpClick: "bhHelpClick", bhVisibilityToggle: "bhVisibilityToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1218
|
+
};
|
|
1219
|
+
BhInputPassword = __decorate([
|
|
1220
|
+
ProxyCmp({
|
|
1221
|
+
defineCustomElementFn: defineBhInputPassword,
|
|
1222
|
+
inputs: ['defaultValue', 'disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'leadingIcon', 'name', 'placeholder', 'required', 'showHelpIcon', 'showHintText', 'showLabel', 'showLeadingIcon', 'validationMessage', 'value']
|
|
1223
|
+
}),
|
|
1224
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1225
|
+
], BhInputPassword);
|
|
1226
|
+
export { BhInputPassword };
|
|
1227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputPassword, decorators: [{
|
|
1228
|
+
type: Component,
|
|
1229
|
+
args: [{
|
|
1230
|
+
selector: 'bh-input-password',
|
|
1231
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1232
|
+
template: '<ng-content></ng-content>',
|
|
1233
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1234
|
+
inputs: ['defaultValue', 'disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'leadingIcon', 'name', 'placeholder', 'required', 'showHelpIcon', 'showHintText', 'showLabel', 'showLeadingIcon', 'validationMessage', 'value'],
|
|
1235
|
+
outputs: ['bhInput', 'bhFocus', 'bhBlur', 'bhHelpClick', 'bhVisibilityToggle'],
|
|
1236
|
+
}]
|
|
1237
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhInput: [{
|
|
1238
|
+
type: Output
|
|
1239
|
+
}], bhFocus: [{
|
|
1240
|
+
type: Output
|
|
1241
|
+
}], bhBlur: [{
|
|
1242
|
+
type: Output
|
|
1243
|
+
}], bhHelpClick: [{
|
|
1244
|
+
type: Output
|
|
1245
|
+
}], bhVisibilityToggle: [{
|
|
1246
|
+
type: Output
|
|
1247
|
+
}] } });
|
|
1248
|
+
let BhInputText = class BhInputText {
|
|
1249
|
+
constructor(c, r, z) {
|
|
1250
|
+
this.z = z;
|
|
1251
|
+
this.bhInput = new EventEmitter();
|
|
1252
|
+
this.bhFocus = new EventEmitter();
|
|
1253
|
+
this.bhBlur = new EventEmitter();
|
|
1254
|
+
this.bhHelpClick = new EventEmitter();
|
|
1255
|
+
c.detach();
|
|
1256
|
+
this.el = r.nativeElement;
|
|
1257
|
+
}
|
|
1258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1259
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhInputText, isStandalone: true, selector: "bh-input-text", inputs: { defaultValue: "defaultValue", disabled: "disabled", error: "error", helpIconTooltip: "helpIconTooltip", hintText: "hintText", label: "label", leadingIcon: "leadingIcon", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", showHelpIcon: "showHelpIcon", showHintText: "showHintText", showLabel: "showLabel", showLeadingIcon: "showLeadingIcon", showTrailingIcon: "showTrailingIcon", state: "state", trailingIcon: "trailingIcon", type: "type", validationMessage: "validationMessage", value: "value", width: "width" }, outputs: { bhInput: "bhInput", bhFocus: "bhFocus", bhBlur: "bhBlur", bhHelpClick: "bhHelpClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1260
|
+
};
|
|
1261
|
+
BhInputText = __decorate([
|
|
1262
|
+
ProxyCmp({
|
|
1263
|
+
defineCustomElementFn: defineBhInputText,
|
|
1264
|
+
inputs: ['defaultValue', 'disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'leadingIcon', 'name', 'placeholder', 'readOnly', 'required', 'showHelpIcon', 'showHintText', 'showLabel', 'showLeadingIcon', 'showTrailingIcon', 'state', 'trailingIcon', 'type', 'validationMessage', 'value', 'width']
|
|
1265
|
+
}),
|
|
1266
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1267
|
+
], BhInputText);
|
|
1268
|
+
export { BhInputText };
|
|
1269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputText, decorators: [{
|
|
1270
|
+
type: Component,
|
|
1271
|
+
args: [{
|
|
1272
|
+
selector: 'bh-input-text',
|
|
1273
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1274
|
+
template: '<ng-content></ng-content>',
|
|
1275
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1276
|
+
inputs: ['defaultValue', 'disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'leadingIcon', 'name', 'placeholder', 'readOnly', 'required', 'showHelpIcon', 'showHintText', 'showLabel', 'showLeadingIcon', 'showTrailingIcon', 'state', 'trailingIcon', 'type', 'validationMessage', 'value', 'width'],
|
|
1277
|
+
outputs: ['bhInput', 'bhFocus', 'bhBlur', 'bhHelpClick'],
|
|
1278
|
+
}]
|
|
1279
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhInput: [{
|
|
1280
|
+
type: Output
|
|
1281
|
+
}], bhFocus: [{
|
|
1282
|
+
type: Output
|
|
1283
|
+
}], bhBlur: [{
|
|
1284
|
+
type: Output
|
|
1285
|
+
}], bhHelpClick: [{
|
|
1286
|
+
type: Output
|
|
1287
|
+
}] } });
|
|
1288
|
+
let BhInputVerification = class BhInputVerification {
|
|
1289
|
+
constructor(c, r, z) {
|
|
1290
|
+
this.z = z;
|
|
1291
|
+
this.bhChange = new EventEmitter();
|
|
1292
|
+
this.bhComplete = new EventEmitter();
|
|
1293
|
+
c.detach();
|
|
1294
|
+
this.el = r.nativeElement;
|
|
1295
|
+
}
|
|
1296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputVerification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1297
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhInputVerification, isStandalone: true, selector: "bh-input-verification", inputs: { digits: "digits", disabled: "disabled", error: "error", hintText: "hintText", label: "label", placeholder: "placeholder", required: "required", showHintText: "showHintText", showLabel: "showLabel", showSeparator: "showSeparator", size: "size", value: "value", width: "width" }, outputs: { bhChange: "bhChange", bhComplete: "bhComplete" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1298
|
+
};
|
|
1299
|
+
BhInputVerification = __decorate([
|
|
1300
|
+
ProxyCmp({
|
|
1301
|
+
defineCustomElementFn: defineBhInputVerification,
|
|
1302
|
+
inputs: ['digits', 'disabled', 'error', 'hintText', 'label', 'placeholder', 'required', 'showHintText', 'showLabel', 'showSeparator', 'size', 'value', 'width']
|
|
1303
|
+
}),
|
|
1304
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1305
|
+
], BhInputVerification);
|
|
1306
|
+
export { BhInputVerification };
|
|
1307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhInputVerification, decorators: [{
|
|
1308
|
+
type: Component,
|
|
1309
|
+
args: [{
|
|
1310
|
+
selector: 'bh-input-verification',
|
|
1311
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1312
|
+
template: '<ng-content></ng-content>',
|
|
1313
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1314
|
+
inputs: ['digits', 'disabled', 'error', 'hintText', 'label', 'placeholder', 'required', 'showHintText', 'showLabel', 'showSeparator', 'size', 'value', 'width'],
|
|
1315
|
+
outputs: ['bhChange', 'bhComplete'],
|
|
1316
|
+
}]
|
|
1317
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
1318
|
+
type: Output
|
|
1319
|
+
}], bhComplete: [{
|
|
1320
|
+
type: Output
|
|
1321
|
+
}] } });
|
|
1322
|
+
let BhLabel = class BhLabel {
|
|
1323
|
+
constructor(c, r, z) {
|
|
1324
|
+
this.z = z;
|
|
1325
|
+
this.bhHelpClick = new EventEmitter();
|
|
1326
|
+
c.detach();
|
|
1327
|
+
this.el = r.nativeElement;
|
|
1328
|
+
}
|
|
1329
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1330
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhLabel, isStandalone: true, selector: "bh-label", inputs: { disabled: "disabled", for: "for", helpIconTooltip: "helpIconTooltip", label: "label", layout: "layout", required: "required", showHelpIcon: "showHelpIcon", supportingText: "supportingText" }, outputs: { bhHelpClick: "bhHelpClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1331
|
+
};
|
|
1332
|
+
BhLabel = __decorate([
|
|
1333
|
+
ProxyCmp({
|
|
1334
|
+
defineCustomElementFn: defineBhLabel,
|
|
1335
|
+
inputs: ['disabled', 'for', 'helpIconTooltip', 'label', 'layout', 'required', 'showHelpIcon', 'supportingText']
|
|
1336
|
+
}),
|
|
1337
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1338
|
+
], BhLabel);
|
|
1339
|
+
export { BhLabel };
|
|
1340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhLabel, decorators: [{
|
|
1341
|
+
type: Component,
|
|
1342
|
+
args: [{
|
|
1343
|
+
selector: 'bh-label',
|
|
1344
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1345
|
+
template: '<ng-content></ng-content>',
|
|
1346
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1347
|
+
inputs: ['disabled', 'for', 'helpIconTooltip', 'label', 'layout', 'required', 'showHelpIcon', 'supportingText'],
|
|
1348
|
+
outputs: ['bhHelpClick'],
|
|
1349
|
+
}]
|
|
1350
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhHelpClick: [{
|
|
1351
|
+
type: Output
|
|
1352
|
+
}] } });
|
|
1353
|
+
let BhLoaderSpinner = class BhLoaderSpinner {
|
|
1354
|
+
constructor(c, r, z) {
|
|
1355
|
+
this.z = z;
|
|
1356
|
+
c.detach();
|
|
1357
|
+
this.el = r.nativeElement;
|
|
1358
|
+
}
|
|
1359
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhLoaderSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1360
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhLoaderSpinner, isStandalone: true, selector: "bh-loader-spinner", inputs: { message: "message", overlay: "overlay", overlayMessage: "overlayMessage", showMessage: "showMessage", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1361
|
+
};
|
|
1362
|
+
BhLoaderSpinner = __decorate([
|
|
1363
|
+
ProxyCmp({
|
|
1364
|
+
defineCustomElementFn: defineBhLoaderSpinner,
|
|
1365
|
+
inputs: ['message', 'overlay', 'overlayMessage', 'showMessage', 'size', 'variant']
|
|
1366
|
+
}),
|
|
1367
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1368
|
+
], BhLoaderSpinner);
|
|
1369
|
+
export { BhLoaderSpinner };
|
|
1370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhLoaderSpinner, decorators: [{
|
|
1371
|
+
type: Component,
|
|
1372
|
+
args: [{
|
|
1373
|
+
selector: 'bh-loader-spinner',
|
|
1374
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1375
|
+
template: '<ng-content></ng-content>',
|
|
1376
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1377
|
+
inputs: ['message', 'overlay', 'overlayMessage', 'showMessage', 'size', 'variant'],
|
|
1378
|
+
}]
|
|
1379
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1380
|
+
let BhLogoBox = class BhLogoBox {
|
|
1381
|
+
constructor(c, r, z) {
|
|
1382
|
+
this.z = z;
|
|
1383
|
+
this.bhProductSelect = new EventEmitter();
|
|
1384
|
+
c.detach();
|
|
1385
|
+
this.el = r.nativeElement;
|
|
1386
|
+
}
|
|
1387
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhLogoBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1388
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhLogoBox, isStandalone: true, selector: "bh-logo-box", inputs: { assetBasePath: "assetBasePath", logoSrc: "logoSrc", logoType: "logoType", products: "products" }, outputs: { bhProductSelect: "bhProductSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1389
|
+
};
|
|
1390
|
+
BhLogoBox = __decorate([
|
|
1391
|
+
ProxyCmp({
|
|
1392
|
+
defineCustomElementFn: defineBhLogoBox,
|
|
1393
|
+
inputs: ['assetBasePath', 'logoSrc', 'logoType', 'products']
|
|
1394
|
+
}),
|
|
1395
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1396
|
+
], BhLogoBox);
|
|
1397
|
+
export { BhLogoBox };
|
|
1398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhLogoBox, decorators: [{
|
|
1399
|
+
type: Component,
|
|
1400
|
+
args: [{
|
|
1401
|
+
selector: 'bh-logo-box',
|
|
1402
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1403
|
+
template: '<ng-content></ng-content>',
|
|
1404
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1405
|
+
inputs: ['assetBasePath', 'logoSrc', 'logoType', 'products'],
|
|
1406
|
+
outputs: ['bhProductSelect'],
|
|
1407
|
+
}]
|
|
1408
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhProductSelect: [{
|
|
1409
|
+
type: Output
|
|
1410
|
+
}] } });
|
|
1411
|
+
let BhModal = class BhModal {
|
|
1412
|
+
constructor(c, r, z) {
|
|
1413
|
+
this.z = z;
|
|
1414
|
+
this.bhClose = new EventEmitter();
|
|
1415
|
+
c.detach();
|
|
1416
|
+
this.el = r.nativeElement;
|
|
1417
|
+
}
|
|
1418
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1419
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhModal, isStandalone: true, selector: "bh-modal", inputs: { overlay: "overlay", visible: "visible", width: "width" }, outputs: { bhClose: "bhClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1420
|
+
};
|
|
1421
|
+
BhModal = __decorate([
|
|
1422
|
+
ProxyCmp({
|
|
1423
|
+
defineCustomElementFn: defineBhModal,
|
|
1424
|
+
inputs: ['overlay', 'visible', 'width']
|
|
1425
|
+
}),
|
|
1426
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1427
|
+
], BhModal);
|
|
1428
|
+
export { BhModal };
|
|
1429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhModal, decorators: [{
|
|
1430
|
+
type: Component,
|
|
1431
|
+
args: [{
|
|
1432
|
+
selector: 'bh-modal',
|
|
1433
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1434
|
+
template: '<ng-content></ng-content>',
|
|
1435
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1436
|
+
inputs: ['overlay', 'visible', 'width'],
|
|
1437
|
+
outputs: ['bhClose'],
|
|
1438
|
+
}]
|
|
1439
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhClose: [{
|
|
1440
|
+
type: Output
|
|
1441
|
+
}] } });
|
|
1442
|
+
let BhModalActions = class BhModalActions {
|
|
1443
|
+
constructor(c, r, z) {
|
|
1444
|
+
this.z = z;
|
|
1445
|
+
this.bhPrimaryAction = new EventEmitter();
|
|
1446
|
+
this.bhSecondaryAction = new EventEmitter();
|
|
1447
|
+
c.detach();
|
|
1448
|
+
this.el = r.nativeElement;
|
|
1449
|
+
}
|
|
1450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhModalActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1451
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhModalActions, isStandalone: true, selector: "bh-modal-actions", inputs: { destructive: "destructive", divider: "divider", primaryLabel: "primaryLabel", secondaryLabel: "secondaryLabel", type: "type" }, outputs: { bhPrimaryAction: "bhPrimaryAction", bhSecondaryAction: "bhSecondaryAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1452
|
+
};
|
|
1453
|
+
BhModalActions = __decorate([
|
|
1454
|
+
ProxyCmp({
|
|
1455
|
+
defineCustomElementFn: defineBhModalActions,
|
|
1456
|
+
inputs: ['destructive', 'divider', 'primaryLabel', 'secondaryLabel', 'type']
|
|
1457
|
+
}),
|
|
1458
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1459
|
+
], BhModalActions);
|
|
1460
|
+
export { BhModalActions };
|
|
1461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhModalActions, decorators: [{
|
|
1462
|
+
type: Component,
|
|
1463
|
+
args: [{
|
|
1464
|
+
selector: 'bh-modal-actions',
|
|
1465
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1466
|
+
template: '<ng-content></ng-content>',
|
|
1467
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1468
|
+
inputs: ['destructive', 'divider', 'primaryLabel', 'secondaryLabel', 'type'],
|
|
1469
|
+
outputs: ['bhPrimaryAction', 'bhSecondaryAction'],
|
|
1470
|
+
}]
|
|
1471
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhPrimaryAction: [{
|
|
1472
|
+
type: Output
|
|
1473
|
+
}], bhSecondaryAction: [{
|
|
1474
|
+
type: Output
|
|
1475
|
+
}] } });
|
|
1476
|
+
let BhModalHeader = class BhModalHeader {
|
|
1477
|
+
constructor(c, r, z) {
|
|
1478
|
+
this.z = z;
|
|
1479
|
+
this.bhClose = new EventEmitter();
|
|
1480
|
+
c.detach();
|
|
1481
|
+
this.el = r.nativeElement;
|
|
1482
|
+
}
|
|
1483
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1484
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhModalHeader, isStandalone: true, selector: "bh-modal-header", inputs: { description: "description", divider: "divider", icon: "icon", iconColor: "iconColor", modalTitle: "modalTitle", paddingBottom: "paddingBottom", showCloseButton: "showCloseButton", showIcon: "showIcon", type: "type" }, outputs: { bhClose: "bhClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1485
|
+
};
|
|
1486
|
+
BhModalHeader = __decorate([
|
|
1487
|
+
ProxyCmp({
|
|
1488
|
+
defineCustomElementFn: defineBhModalHeader,
|
|
1489
|
+
inputs: ['description', 'divider', 'icon', 'iconColor', 'modalTitle', 'paddingBottom', 'showCloseButton', 'showIcon', 'type']
|
|
1490
|
+
}),
|
|
1491
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1492
|
+
], BhModalHeader);
|
|
1493
|
+
export { BhModalHeader };
|
|
1494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhModalHeader, decorators: [{
|
|
1495
|
+
type: Component,
|
|
1496
|
+
args: [{
|
|
1497
|
+
selector: 'bh-modal-header',
|
|
1498
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1499
|
+
template: '<ng-content></ng-content>',
|
|
1500
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1501
|
+
inputs: ['description', 'divider', 'icon', 'iconColor', { name: 'modalTitle', required: true }, 'paddingBottom', 'showCloseButton', 'showIcon', 'type'],
|
|
1502
|
+
outputs: ['bhClose'],
|
|
1503
|
+
}]
|
|
1504
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhClose: [{
|
|
1505
|
+
type: Output
|
|
1506
|
+
}] } });
|
|
1507
|
+
let BhMonthPicker = class BhMonthPicker {
|
|
1508
|
+
constructor(c, r, z) {
|
|
1509
|
+
this.z = z;
|
|
1510
|
+
this.bhChange = new EventEmitter();
|
|
1511
|
+
this.bhMonthYearSelect = new EventEmitter();
|
|
1512
|
+
c.detach();
|
|
1513
|
+
this.el = r.nativeElement;
|
|
1514
|
+
}
|
|
1515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhMonthPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1516
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhMonthPicker, isStandalone: true, selector: "bh-month-picker", inputs: { disabled: "disabled", disabledMonths: "disabledMonths", inputWidth: "inputWidth", label: "label", maxYear: "maxYear", minYear: "minYear", placeholder: "placeholder", showFooter: "showFooter", showLabel: "showLabel", value: "value", variant: "variant" }, outputs: { bhChange: "bhChange", bhMonthYearSelect: "bhMonthYearSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1517
|
+
};
|
|
1518
|
+
BhMonthPicker = __decorate([
|
|
1519
|
+
ProxyCmp({
|
|
1520
|
+
defineCustomElementFn: defineBhMonthPicker,
|
|
1521
|
+
inputs: ['disabled', 'disabledMonths', 'inputWidth', 'label', 'maxYear', 'minYear', 'placeholder', 'showFooter', 'showLabel', 'value', 'variant']
|
|
1522
|
+
}),
|
|
1523
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1524
|
+
], BhMonthPicker);
|
|
1525
|
+
export { BhMonthPicker };
|
|
1526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhMonthPicker, decorators: [{
|
|
1527
|
+
type: Component,
|
|
1528
|
+
args: [{
|
|
1529
|
+
selector: 'bh-month-picker',
|
|
1530
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1531
|
+
template: '<ng-content></ng-content>',
|
|
1532
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1533
|
+
inputs: ['disabled', 'disabledMonths', 'inputWidth', 'label', 'maxYear', 'minYear', 'placeholder', 'showFooter', 'showLabel', 'value', 'variant'],
|
|
1534
|
+
outputs: ['bhChange', 'bhMonthYearSelect'],
|
|
1535
|
+
}]
|
|
1536
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
1537
|
+
type: Output
|
|
1538
|
+
}], bhMonthYearSelect: [{
|
|
1539
|
+
type: Output
|
|
1540
|
+
}] } });
|
|
1541
|
+
let BhMonthPickerContent = class BhMonthPickerContent {
|
|
1542
|
+
constructor(c, r, z) {
|
|
1543
|
+
this.z = z;
|
|
1544
|
+
this.bhChange = new EventEmitter();
|
|
1545
|
+
this.bhMonthYearSelect = new EventEmitter();
|
|
1546
|
+
c.detach();
|
|
1547
|
+
this.el = r.nativeElement;
|
|
1548
|
+
}
|
|
1549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhMonthPickerContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1550
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhMonthPickerContent, isStandalone: true, selector: "bh-month-picker-content", inputs: { disabled: "disabled", disabledMonths: "disabledMonths", height: "height", maxYear: "maxYear", minYear: "minYear", scrollable: "scrollable", selectedMonth: "selectedMonth", selectedYear: "selectedYear", value: "value" }, outputs: { bhChange: "bhChange", bhMonthYearSelect: "bhMonthYearSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1551
|
+
};
|
|
1552
|
+
BhMonthPickerContent = __decorate([
|
|
1553
|
+
ProxyCmp({
|
|
1554
|
+
defineCustomElementFn: defineBhMonthPickerContent,
|
|
1555
|
+
inputs: ['disabled', 'disabledMonths', 'height', 'maxYear', 'minYear', 'scrollable', 'selectedMonth', 'selectedYear', 'value']
|
|
1556
|
+
}),
|
|
1557
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1558
|
+
], BhMonthPickerContent);
|
|
1559
|
+
export { BhMonthPickerContent };
|
|
1560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhMonthPickerContent, decorators: [{
|
|
1561
|
+
type: Component,
|
|
1562
|
+
args: [{
|
|
1563
|
+
selector: 'bh-month-picker-content',
|
|
1564
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1565
|
+
template: '<ng-content></ng-content>',
|
|
1566
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1567
|
+
inputs: ['disabled', 'disabledMonths', 'height', 'maxYear', 'minYear', 'scrollable', 'selectedMonth', 'selectedYear', 'value'],
|
|
1568
|
+
outputs: ['bhChange', 'bhMonthYearSelect'],
|
|
1569
|
+
}]
|
|
1570
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
1571
|
+
type: Output
|
|
1572
|
+
}], bhMonthYearSelect: [{
|
|
1573
|
+
type: Output
|
|
1574
|
+
}] } });
|
|
1575
|
+
let BhNavItem = class BhNavItem {
|
|
1576
|
+
constructor(c, r, z) {
|
|
1577
|
+
this.z = z;
|
|
1578
|
+
this.bhClick = new EventEmitter();
|
|
1579
|
+
c.detach();
|
|
1580
|
+
this.el = r.nativeElement;
|
|
1581
|
+
}
|
|
1582
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1583
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhNavItem, isStandalone: true, selector: "bh-nav-item", inputs: { disabled: "disabled", icon: "icon", isActive: "isActive", label: "label" }, outputs: { bhClick: "bhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1584
|
+
};
|
|
1585
|
+
BhNavItem = __decorate([
|
|
1586
|
+
ProxyCmp({
|
|
1587
|
+
defineCustomElementFn: defineBhNavItem,
|
|
1588
|
+
inputs: ['disabled', 'icon', 'isActive', 'label']
|
|
1589
|
+
}),
|
|
1590
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1591
|
+
], BhNavItem);
|
|
1592
|
+
export { BhNavItem };
|
|
1593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhNavItem, decorators: [{
|
|
1594
|
+
type: Component,
|
|
1595
|
+
args: [{
|
|
1596
|
+
selector: 'bh-nav-item',
|
|
1597
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1598
|
+
template: '<ng-content></ng-content>',
|
|
1599
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1600
|
+
inputs: ['disabled', 'icon', 'isActive', 'label'],
|
|
1601
|
+
outputs: ['bhClick'],
|
|
1602
|
+
}]
|
|
1603
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhClick: [{
|
|
1604
|
+
type: Output
|
|
1605
|
+
}] } });
|
|
1606
|
+
let BhNotification = class BhNotification {
|
|
1607
|
+
constructor(c, r, z) {
|
|
1608
|
+
this.z = z;
|
|
1609
|
+
this.bhAction = new EventEmitter();
|
|
1610
|
+
this.bhDismiss = new EventEmitter();
|
|
1611
|
+
this.bhClose = new EventEmitter();
|
|
1612
|
+
c.detach();
|
|
1613
|
+
this.el = r.nativeElement;
|
|
1614
|
+
}
|
|
1615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1616
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhNotification, isStandalone: true, selector: "bh-notification", inputs: { actionText: "actionText", description: "description", dismissText: "dismissText", dismissible: "dismissible", icon: "icon", notificationTitle: "notificationTitle", type: "type" }, outputs: { bhAction: "bhAction", bhDismiss: "bhDismiss", bhClose: "bhClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1617
|
+
};
|
|
1618
|
+
BhNotification = __decorate([
|
|
1619
|
+
ProxyCmp({
|
|
1620
|
+
defineCustomElementFn: defineBhNotification,
|
|
1621
|
+
inputs: ['actionText', 'description', 'dismissText', 'dismissible', 'icon', 'notificationTitle', 'type']
|
|
1622
|
+
}),
|
|
1623
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1624
|
+
], BhNotification);
|
|
1625
|
+
export { BhNotification };
|
|
1626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhNotification, decorators: [{
|
|
1627
|
+
type: Component,
|
|
1628
|
+
args: [{
|
|
1629
|
+
selector: 'bh-notification',
|
|
1630
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1631
|
+
template: '<ng-content></ng-content>',
|
|
1632
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1633
|
+
inputs: ['actionText', 'description', 'dismissText', 'dismissible', 'icon', 'notificationTitle', 'type'],
|
|
1634
|
+
outputs: ['bhAction', 'bhDismiss', 'bhClose'],
|
|
1635
|
+
}]
|
|
1636
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhAction: [{
|
|
1637
|
+
type: Output
|
|
1638
|
+
}], bhDismiss: [{
|
|
1639
|
+
type: Output
|
|
1640
|
+
}], bhClose: [{
|
|
1641
|
+
type: Output
|
|
1642
|
+
}] } });
|
|
1643
|
+
let BhPageNavigation = class BhPageNavigation {
|
|
1644
|
+
constructor(c, r, z) {
|
|
1645
|
+
this.z = z;
|
|
1646
|
+
this.bhItemClick = new EventEmitter();
|
|
1647
|
+
c.detach();
|
|
1648
|
+
this.el = r.nativeElement;
|
|
1649
|
+
}
|
|
1650
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPageNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1651
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPageNavigation, isStandalone: true, selector: "bh-page-navigation", inputs: { navTitle: "navTitle", navigationItems: "navigationItems" }, outputs: { bhItemClick: "bhItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1652
|
+
};
|
|
1653
|
+
BhPageNavigation = __decorate([
|
|
1654
|
+
ProxyCmp({
|
|
1655
|
+
defineCustomElementFn: defineBhPageNavigation,
|
|
1656
|
+
inputs: ['navTitle', 'navigationItems']
|
|
1657
|
+
}),
|
|
1658
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1659
|
+
], BhPageNavigation);
|
|
1660
|
+
export { BhPageNavigation };
|
|
1661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPageNavigation, decorators: [{
|
|
1662
|
+
type: Component,
|
|
1663
|
+
args: [{
|
|
1664
|
+
selector: 'bh-page-navigation',
|
|
1665
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1666
|
+
template: '<ng-content></ng-content>',
|
|
1667
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1668
|
+
inputs: ['navTitle', 'navigationItems'],
|
|
1669
|
+
outputs: ['bhItemClick'],
|
|
1670
|
+
}]
|
|
1671
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemClick: [{
|
|
1672
|
+
type: Output
|
|
1673
|
+
}] } });
|
|
1674
|
+
let BhPageNavigationChild = class BhPageNavigationChild {
|
|
1675
|
+
constructor(c, r, z) {
|
|
1676
|
+
this.z = z;
|
|
1677
|
+
this.bhItemClick = new EventEmitter();
|
|
1678
|
+
c.detach();
|
|
1679
|
+
this.el = r.nativeElement;
|
|
1680
|
+
}
|
|
1681
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPageNavigationChild, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1682
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPageNavigationChild, isStandalone: true, selector: "bh-page-navigation-child", inputs: { badge: "badge", isActive: "isActive", label: "label", showBadge: "showBadge" }, outputs: { bhItemClick: "bhItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1683
|
+
};
|
|
1684
|
+
BhPageNavigationChild = __decorate([
|
|
1685
|
+
ProxyCmp({
|
|
1686
|
+
defineCustomElementFn: defineBhPageNavigationChild,
|
|
1687
|
+
inputs: ['badge', 'isActive', 'label', 'showBadge']
|
|
1688
|
+
}),
|
|
1689
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1690
|
+
], BhPageNavigationChild);
|
|
1691
|
+
export { BhPageNavigationChild };
|
|
1692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPageNavigationChild, decorators: [{
|
|
1693
|
+
type: Component,
|
|
1694
|
+
args: [{
|
|
1695
|
+
selector: 'bh-page-navigation-child',
|
|
1696
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1697
|
+
template: '<ng-content></ng-content>',
|
|
1698
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1699
|
+
inputs: ['badge', 'isActive', { name: 'label', required: true }, 'showBadge'],
|
|
1700
|
+
outputs: ['bhItemClick'],
|
|
1701
|
+
}]
|
|
1702
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemClick: [{
|
|
1703
|
+
type: Output
|
|
1704
|
+
}] } });
|
|
1705
|
+
let BhPageNavigationMultiLevel = class BhPageNavigationMultiLevel {
|
|
1706
|
+
constructor(c, r, z) {
|
|
1707
|
+
this.z = z;
|
|
1708
|
+
this.bhToggle = new EventEmitter();
|
|
1709
|
+
this.bhChildClick = new EventEmitter();
|
|
1710
|
+
this.bhAddClick = new EventEmitter();
|
|
1711
|
+
c.detach();
|
|
1712
|
+
this.el = r.nativeElement;
|
|
1713
|
+
}
|
|
1714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPageNavigationMultiLevel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1715
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPageNavigationMultiLevel, isStandalone: true, selector: "bh-page-navigation-multi-level", inputs: { badge: "badge", childItems: "childItems", icon: "icon", isExpanded: "isExpanded", label: "label" }, outputs: { bhToggle: "bhToggle", bhChildClick: "bhChildClick", bhAddClick: "bhAddClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1716
|
+
};
|
|
1717
|
+
BhPageNavigationMultiLevel = __decorate([
|
|
1718
|
+
ProxyCmp({
|
|
1719
|
+
defineCustomElementFn: defineBhPageNavigationMultiLevel,
|
|
1720
|
+
inputs: ['badge', 'childItems', 'icon', 'isExpanded', 'label']
|
|
1721
|
+
}),
|
|
1722
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1723
|
+
], BhPageNavigationMultiLevel);
|
|
1724
|
+
export { BhPageNavigationMultiLevel };
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPageNavigationMultiLevel, decorators: [{
|
|
1726
|
+
type: Component,
|
|
1727
|
+
args: [{
|
|
1728
|
+
selector: 'bh-page-navigation-multi-level',
|
|
1729
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1730
|
+
template: '<ng-content></ng-content>',
|
|
1731
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1732
|
+
inputs: ['badge', 'childItems', 'icon', 'isExpanded', { name: 'label', required: true }],
|
|
1733
|
+
outputs: ['bhToggle', 'bhChildClick', 'bhAddClick'],
|
|
1734
|
+
}]
|
|
1735
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhToggle: [{
|
|
1736
|
+
type: Output
|
|
1737
|
+
}], bhChildClick: [{
|
|
1738
|
+
type: Output
|
|
1739
|
+
}], bhAddClick: [{
|
|
1740
|
+
type: Output
|
|
1741
|
+
}] } });
|
|
1742
|
+
let BhPageNavigationSingleLevel = class BhPageNavigationSingleLevel {
|
|
1743
|
+
constructor(c, r, z) {
|
|
1744
|
+
this.z = z;
|
|
1745
|
+
this.bhItemClick = new EventEmitter();
|
|
1746
|
+
c.detach();
|
|
1747
|
+
this.el = r.nativeElement;
|
|
1748
|
+
}
|
|
1749
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPageNavigationSingleLevel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1750
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPageNavigationSingleLevel, isStandalone: true, selector: "bh-page-navigation-single-level", inputs: { icon: "icon", isActive: "isActive", label: "label" }, outputs: { bhItemClick: "bhItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1751
|
+
};
|
|
1752
|
+
BhPageNavigationSingleLevel = __decorate([
|
|
1753
|
+
ProxyCmp({
|
|
1754
|
+
defineCustomElementFn: defineBhPageNavigationSingleLevel,
|
|
1755
|
+
inputs: ['icon', 'isActive', 'label']
|
|
1756
|
+
}),
|
|
1757
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1758
|
+
], BhPageNavigationSingleLevel);
|
|
1759
|
+
export { BhPageNavigationSingleLevel };
|
|
1760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPageNavigationSingleLevel, decorators: [{
|
|
1761
|
+
type: Component,
|
|
1762
|
+
args: [{
|
|
1763
|
+
selector: 'bh-page-navigation-single-level',
|
|
1764
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1765
|
+
template: '<ng-content></ng-content>',
|
|
1766
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1767
|
+
inputs: ['icon', 'isActive', { name: 'label', required: true }],
|
|
1768
|
+
outputs: ['bhItemClick'],
|
|
1769
|
+
}]
|
|
1770
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemClick: [{
|
|
1771
|
+
type: Output
|
|
1772
|
+
}] } });
|
|
1773
|
+
let BhPagination = class BhPagination {
|
|
1774
|
+
constructor(c, r, z) {
|
|
1775
|
+
this.z = z;
|
|
1776
|
+
this.bhPageChange = new EventEmitter();
|
|
1777
|
+
this.bhPageSizeChange = new EventEmitter();
|
|
1778
|
+
c.detach();
|
|
1779
|
+
this.el = r.nativeElement;
|
|
1780
|
+
}
|
|
1781
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1782
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPagination, isStandalone: true, selector: "bh-pagination", inputs: { disabled: "disabled", page: "page", pageInfoLabel: "pageInfoLabel", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", rowsPerPageLabel: "rowsPerPageLabel", showFirstLastButtons: "showFirstLastButtons", showItemCount: "showItemCount", showPageSizeSelector: "showPageSizeSelector", showingResultsLabel: "showingResultsLabel", size: "size", totalItems: "totalItems" }, outputs: { bhPageChange: "bhPageChange", bhPageSizeChange: "bhPageSizeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1783
|
+
};
|
|
1784
|
+
BhPagination = __decorate([
|
|
1785
|
+
ProxyCmp({
|
|
1786
|
+
defineCustomElementFn: defineBhPagination,
|
|
1787
|
+
inputs: ['disabled', 'page', 'pageInfoLabel', 'pageSize', 'pageSizeOptions', 'rowsPerPageLabel', 'showFirstLastButtons', 'showItemCount', 'showPageSizeSelector', 'showingResultsLabel', 'size', 'totalItems']
|
|
1788
|
+
}),
|
|
1789
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1790
|
+
], BhPagination);
|
|
1791
|
+
export { BhPagination };
|
|
1792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPagination, decorators: [{
|
|
1793
|
+
type: Component,
|
|
1794
|
+
args: [{
|
|
1795
|
+
selector: 'bh-pagination',
|
|
1796
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1797
|
+
template: '<ng-content></ng-content>',
|
|
1798
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1799
|
+
inputs: ['disabled', 'page', 'pageInfoLabel', 'pageSize', 'pageSizeOptions', 'rowsPerPageLabel', 'showFirstLastButtons', 'showItemCount', 'showPageSizeSelector', 'showingResultsLabel', 'size', 'totalItems'],
|
|
1800
|
+
outputs: ['bhPageChange', 'bhPageSizeChange'],
|
|
1801
|
+
}]
|
|
1802
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhPageChange: [{
|
|
1803
|
+
type: Output
|
|
1804
|
+
}], bhPageSizeChange: [{
|
|
1805
|
+
type: Output
|
|
1806
|
+
}] } });
|
|
1807
|
+
let BhPickerMenu = class BhPickerMenu {
|
|
1808
|
+
constructor(c, r, z) {
|
|
1809
|
+
this.z = z;
|
|
1810
|
+
this.bhChange = new EventEmitter();
|
|
1811
|
+
this.bhMonthYearSelect = new EventEmitter();
|
|
1812
|
+
this.bhCancel = new EventEmitter();
|
|
1813
|
+
this.bhApply = new EventEmitter();
|
|
1814
|
+
this.bhToday = new EventEmitter();
|
|
1815
|
+
c.detach();
|
|
1816
|
+
this.el = r.nativeElement;
|
|
1817
|
+
}
|
|
1818
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPickerMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1819
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPickerMenu, isStandalone: true, selector: "bh-picker-menu", inputs: { animationClass: "animationClass", disableApply: "disableApply", disabled: "disabled", disabledMonths: "disabledMonths", maxYear: "maxYear", minYear: "minYear", showFooter: "showFooter", showTodayButton: "showTodayButton", value: "value", visible: "visible" }, outputs: { bhChange: "bhChange", bhMonthYearSelect: "bhMonthYearSelect", bhCancel: "bhCancel", bhApply: "bhApply", bhToday: "bhToday" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1820
|
+
};
|
|
1821
|
+
BhPickerMenu = __decorate([
|
|
1822
|
+
ProxyCmp({
|
|
1823
|
+
defineCustomElementFn: defineBhPickerMenu,
|
|
1824
|
+
inputs: ['animationClass', 'disableApply', 'disabled', 'disabledMonths', 'maxYear', 'minYear', 'showFooter', 'showTodayButton', 'value', 'visible']
|
|
1825
|
+
}),
|
|
1826
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1827
|
+
], BhPickerMenu);
|
|
1828
|
+
export { BhPickerMenu };
|
|
1829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPickerMenu, decorators: [{
|
|
1830
|
+
type: Component,
|
|
1831
|
+
args: [{
|
|
1832
|
+
selector: 'bh-picker-menu',
|
|
1833
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1834
|
+
template: '<ng-content></ng-content>',
|
|
1835
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1836
|
+
inputs: ['animationClass', 'disableApply', 'disabled', 'disabledMonths', 'maxYear', 'minYear', 'showFooter', 'showTodayButton', 'value', 'visible'],
|
|
1837
|
+
outputs: ['bhChange', 'bhMonthYearSelect', 'bhCancel', 'bhApply', 'bhToday'],
|
|
1838
|
+
}]
|
|
1839
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
1840
|
+
type: Output
|
|
1841
|
+
}], bhMonthYearSelect: [{
|
|
1842
|
+
type: Output
|
|
1843
|
+
}], bhCancel: [{
|
|
1844
|
+
type: Output
|
|
1845
|
+
}], bhApply: [{
|
|
1846
|
+
type: Output
|
|
1847
|
+
}], bhToday: [{
|
|
1848
|
+
type: Output
|
|
1849
|
+
}] } });
|
|
1850
|
+
let BhPieChart = class BhPieChart {
|
|
1851
|
+
constructor(c, r, z) {
|
|
1852
|
+
this.z = z;
|
|
1853
|
+
c.detach();
|
|
1854
|
+
this.el = r.nativeElement;
|
|
1855
|
+
}
|
|
1856
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPieChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1857
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPieChart, isStandalone: true, selector: "bh-pie-chart", inputs: { animated: "animated", data: "data", gap: "gap", hole: "hole", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1858
|
+
};
|
|
1859
|
+
BhPieChart = __decorate([
|
|
1860
|
+
ProxyCmp({
|
|
1861
|
+
defineCustomElementFn: defineBhPieChart,
|
|
1862
|
+
inputs: ['animated', 'data', 'gap', 'hole', 'size']
|
|
1863
|
+
}),
|
|
1864
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1865
|
+
], BhPieChart);
|
|
1866
|
+
export { BhPieChart };
|
|
1867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPieChart, decorators: [{
|
|
1868
|
+
type: Component,
|
|
1869
|
+
args: [{
|
|
1870
|
+
selector: 'bh-pie-chart',
|
|
1871
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1872
|
+
template: '<ng-content></ng-content>',
|
|
1873
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1874
|
+
inputs: ['animated', 'data', 'gap', 'hole', 'size'],
|
|
1875
|
+
}]
|
|
1876
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1877
|
+
let BhPopover = class BhPopover {
|
|
1878
|
+
constructor(c, r, z) {
|
|
1879
|
+
this.z = z;
|
|
1880
|
+
this.bhItemSelect = new EventEmitter();
|
|
1881
|
+
this.bhPortfolioClick = new EventEmitter();
|
|
1882
|
+
this.bhSearchChange = new EventEmitter();
|
|
1883
|
+
c.detach();
|
|
1884
|
+
this.el = r.nativeElement;
|
|
1885
|
+
}
|
|
1886
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1887
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPopover, isStandalone: true, selector: "bh-popover", inputs: { avatarSrc: "avatarSrc", items: "items", popoverTitle: "popoverTitle", searchPlaceholder: "searchPlaceholder", showAvatar: "showAvatar", showSearch: "showSearch", viewPortfolioText: "viewPortfolioText", width: "width" }, outputs: { bhItemSelect: "bhItemSelect", bhPortfolioClick: "bhPortfolioClick", bhSearchChange: "bhSearchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1888
|
+
};
|
|
1889
|
+
BhPopover = __decorate([
|
|
1890
|
+
ProxyCmp({
|
|
1891
|
+
defineCustomElementFn: defineBhPopover,
|
|
1892
|
+
inputs: ['avatarSrc', 'items', 'popoverTitle', 'searchPlaceholder', 'showAvatar', 'showSearch', 'viewPortfolioText', 'width']
|
|
1893
|
+
}),
|
|
1894
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1895
|
+
], BhPopover);
|
|
1896
|
+
export { BhPopover };
|
|
1897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPopover, decorators: [{
|
|
1898
|
+
type: Component,
|
|
1899
|
+
args: [{
|
|
1900
|
+
selector: 'bh-popover',
|
|
1901
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1902
|
+
template: '<ng-content></ng-content>',
|
|
1903
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1904
|
+
inputs: ['avatarSrc', 'items', 'popoverTitle', 'searchPlaceholder', 'showAvatar', 'showSearch', 'viewPortfolioText', 'width'],
|
|
1905
|
+
outputs: ['bhItemSelect', 'bhPortfolioClick', 'bhSearchChange'],
|
|
1906
|
+
}]
|
|
1907
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhItemSelect: [{
|
|
1908
|
+
type: Output
|
|
1909
|
+
}], bhPortfolioClick: [{
|
|
1910
|
+
type: Output
|
|
1911
|
+
}], bhSearchChange: [{
|
|
1912
|
+
type: Output
|
|
1913
|
+
}] } });
|
|
1914
|
+
let BhProductSwitcher = class BhProductSwitcher {
|
|
1915
|
+
constructor(c, r, z) {
|
|
1916
|
+
this.z = z;
|
|
1917
|
+
this.bhClose = new EventEmitter();
|
|
1918
|
+
this.bhProductSelect = new EventEmitter();
|
|
1919
|
+
c.detach();
|
|
1920
|
+
this.el = r.nativeElement;
|
|
1921
|
+
}
|
|
1922
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhProductSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1923
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhProductSwitcher, isStandalone: true, selector: "bh-product-switcher", inputs: { anchorPosition: "anchorPosition", isOpen: "isOpen", products: "products" }, outputs: { bhClose: "bhClose", bhProductSelect: "bhProductSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1924
|
+
};
|
|
1925
|
+
BhProductSwitcher = __decorate([
|
|
1926
|
+
ProxyCmp({
|
|
1927
|
+
defineCustomElementFn: defineBhProductSwitcher,
|
|
1928
|
+
inputs: ['anchorPosition', 'isOpen', 'products']
|
|
1929
|
+
}),
|
|
1930
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1931
|
+
], BhProductSwitcher);
|
|
1932
|
+
export { BhProductSwitcher };
|
|
1933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhProductSwitcher, decorators: [{
|
|
1934
|
+
type: Component,
|
|
1935
|
+
args: [{
|
|
1936
|
+
selector: 'bh-product-switcher',
|
|
1937
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1938
|
+
template: '<ng-content></ng-content>',
|
|
1939
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1940
|
+
inputs: ['anchorPosition', 'isOpen', 'products'],
|
|
1941
|
+
outputs: ['bhClose', 'bhProductSelect'],
|
|
1942
|
+
}]
|
|
1943
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhClose: [{
|
|
1944
|
+
type: Output
|
|
1945
|
+
}], bhProductSelect: [{
|
|
1946
|
+
type: Output
|
|
1947
|
+
}] } });
|
|
1948
|
+
let BhPropertySwitcher = class BhPropertySwitcher {
|
|
1949
|
+
constructor(c, r, z) {
|
|
1950
|
+
this.z = z;
|
|
1951
|
+
this.bhPropertyChange = new EventEmitter();
|
|
1952
|
+
c.detach();
|
|
1953
|
+
this.el = r.nativeElement;
|
|
1954
|
+
}
|
|
1955
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPropertySwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1956
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhPropertySwitcher, isStandalone: true, selector: "bh-property-switcher", inputs: { grouped: "grouped", properties: "properties", searchPlaceholder: "searchPlaceholder", selectedProperty: "selectedProperty" }, outputs: { bhPropertyChange: "bhPropertyChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1957
|
+
};
|
|
1958
|
+
BhPropertySwitcher = __decorate([
|
|
1959
|
+
ProxyCmp({
|
|
1960
|
+
defineCustomElementFn: defineBhPropertySwitcher,
|
|
1961
|
+
inputs: ['grouped', 'properties', 'searchPlaceholder', 'selectedProperty']
|
|
1962
|
+
}),
|
|
1963
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1964
|
+
], BhPropertySwitcher);
|
|
1965
|
+
export { BhPropertySwitcher };
|
|
1966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhPropertySwitcher, decorators: [{
|
|
1967
|
+
type: Component,
|
|
1968
|
+
args: [{
|
|
1969
|
+
selector: 'bh-property-switcher',
|
|
1970
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1971
|
+
template: '<ng-content></ng-content>',
|
|
1972
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1973
|
+
inputs: ['grouped', 'properties', 'searchPlaceholder', 'selectedProperty'],
|
|
1974
|
+
outputs: ['bhPropertyChange'],
|
|
1975
|
+
}]
|
|
1976
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhPropertyChange: [{
|
|
1977
|
+
type: Output
|
|
1978
|
+
}] } });
|
|
1979
|
+
let BhRadioButton = class BhRadioButton {
|
|
1980
|
+
constructor(c, r, z) {
|
|
1981
|
+
this.z = z;
|
|
1982
|
+
this.bhChange = new EventEmitter();
|
|
1983
|
+
c.detach();
|
|
1984
|
+
this.el = r.nativeElement;
|
|
1985
|
+
}
|
|
1986
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1987
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhRadioButton, isStandalone: true, selector: "bh-radio-button", inputs: { disabled: "disabled", label: "label", name: "name", selected: "selected", size: "size", supportingText: "supportingText", value: "value" }, outputs: { bhChange: "bhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1988
|
+
};
|
|
1989
|
+
BhRadioButton = __decorate([
|
|
1990
|
+
ProxyCmp({
|
|
1991
|
+
defineCustomElementFn: defineBhRadioButton,
|
|
1992
|
+
inputs: ['disabled', 'label', 'name', 'selected', 'size', 'supportingText', 'value']
|
|
1993
|
+
}),
|
|
1994
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1995
|
+
], BhRadioButton);
|
|
1996
|
+
export { BhRadioButton };
|
|
1997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhRadioButton, decorators: [{
|
|
1998
|
+
type: Component,
|
|
1999
|
+
args: [{
|
|
2000
|
+
selector: 'bh-radio-button',
|
|
2001
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2002
|
+
template: '<ng-content></ng-content>',
|
|
2003
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2004
|
+
inputs: ['disabled', 'label', 'name', 'selected', 'size', 'supportingText', 'value'],
|
|
2005
|
+
outputs: ['bhChange'],
|
|
2006
|
+
}]
|
|
2007
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
2008
|
+
type: Output
|
|
2009
|
+
}] } });
|
|
2010
|
+
let BhSidebar = class BhSidebar {
|
|
2011
|
+
constructor(c, r, z) {
|
|
2012
|
+
this.z = z;
|
|
2013
|
+
this.bhMenuItemClick = new EventEmitter();
|
|
2014
|
+
this.bhSearchClick = new EventEmitter();
|
|
2015
|
+
this.bhAvatarMenuClick = new EventEmitter();
|
|
2016
|
+
c.detach();
|
|
2017
|
+
this.el = r.nativeElement;
|
|
2018
|
+
}
|
|
2019
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2020
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhSidebar, isStandalone: true, selector: "bh-sidebar", inputs: { avatarEmail: "avatarEmail", avatarInitials: "avatarInitials", avatarName: "avatarName", avatarUrl: "avatarUrl", collapsed: "collapsed", footerItems: "footerItems", logoType: "logoType", menuItems: "menuItems" }, outputs: { bhMenuItemClick: "bhMenuItemClick", bhSearchClick: "bhSearchClick", bhAvatarMenuClick: "bhAvatarMenuClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2021
|
+
};
|
|
2022
|
+
BhSidebar = __decorate([
|
|
2023
|
+
ProxyCmp({
|
|
2024
|
+
defineCustomElementFn: defineBhSidebar,
|
|
2025
|
+
inputs: ['avatarEmail', 'avatarInitials', 'avatarName', 'avatarUrl', 'collapsed', 'footerItems', 'logoType', 'menuItems']
|
|
2026
|
+
}),
|
|
2027
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2028
|
+
], BhSidebar);
|
|
2029
|
+
export { BhSidebar };
|
|
2030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhSidebar, decorators: [{
|
|
2031
|
+
type: Component,
|
|
2032
|
+
args: [{
|
|
2033
|
+
selector: 'bh-sidebar',
|
|
2034
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2035
|
+
template: '<ng-content></ng-content>',
|
|
2036
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2037
|
+
inputs: ['avatarEmail', 'avatarInitials', 'avatarName', 'avatarUrl', 'collapsed', 'footerItems', 'logoType', 'menuItems'],
|
|
2038
|
+
outputs: ['bhMenuItemClick', 'bhSearchClick', 'bhAvatarMenuClick'],
|
|
2039
|
+
}]
|
|
2040
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhMenuItemClick: [{
|
|
2041
|
+
type: Output
|
|
2042
|
+
}], bhSearchClick: [{
|
|
2043
|
+
type: Output
|
|
2044
|
+
}], bhAvatarMenuClick: [{
|
|
2045
|
+
type: Output
|
|
2046
|
+
}] } });
|
|
2047
|
+
let BhSkeletonLoader = class BhSkeletonLoader {
|
|
2048
|
+
constructor(c, r, z) {
|
|
2049
|
+
this.z = z;
|
|
2050
|
+
c.detach();
|
|
2051
|
+
this.el = r.nativeElement;
|
|
2052
|
+
}
|
|
2053
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhSkeletonLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2054
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhSkeletonLoader, isStandalone: true, selector: "bh-skeleton-loader", inputs: { circle: "circle", height: "height", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2055
|
+
};
|
|
2056
|
+
BhSkeletonLoader = __decorate([
|
|
2057
|
+
ProxyCmp({
|
|
2058
|
+
defineCustomElementFn: defineBhSkeletonLoader,
|
|
2059
|
+
inputs: ['circle', 'height', 'width']
|
|
2060
|
+
}),
|
|
2061
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2062
|
+
], BhSkeletonLoader);
|
|
2063
|
+
export { BhSkeletonLoader };
|
|
2064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhSkeletonLoader, decorators: [{
|
|
2065
|
+
type: Component,
|
|
2066
|
+
args: [{
|
|
2067
|
+
selector: 'bh-skeleton-loader',
|
|
2068
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2069
|
+
template: '<ng-content></ng-content>',
|
|
2070
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2071
|
+
inputs: ['circle', 'height', 'width'],
|
|
2072
|
+
}]
|
|
2073
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2074
|
+
let BhTabItem = class BhTabItem {
|
|
2075
|
+
constructor(c, r, z) {
|
|
2076
|
+
this.z = z;
|
|
2077
|
+
this.bhTabItemClick = new EventEmitter();
|
|
2078
|
+
c.detach();
|
|
2079
|
+
this.el = r.nativeElement;
|
|
2080
|
+
}
|
|
2081
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2082
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhTabItem, isStandalone: true, selector: "bh-tab-item", inputs: { active: "active", disabled: "disabled", label: "label", value: "value" }, outputs: { bhTabItemClick: "bhTabItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2083
|
+
};
|
|
2084
|
+
BhTabItem = __decorate([
|
|
2085
|
+
ProxyCmp({
|
|
2086
|
+
defineCustomElementFn: defineBhTabItem,
|
|
2087
|
+
inputs: ['active', 'disabled', 'label', 'value']
|
|
2088
|
+
}),
|
|
2089
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2090
|
+
], BhTabItem);
|
|
2091
|
+
export { BhTabItem };
|
|
2092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTabItem, decorators: [{
|
|
2093
|
+
type: Component,
|
|
2094
|
+
args: [{
|
|
2095
|
+
selector: 'bh-tab-item',
|
|
2096
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2097
|
+
template: '<ng-content></ng-content>',
|
|
2098
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2099
|
+
inputs: ['active', 'disabled', { name: 'label', required: true }, { name: 'value', required: true }],
|
|
2100
|
+
outputs: ['bhTabItemClick'],
|
|
2101
|
+
}]
|
|
2102
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhTabItemClick: [{
|
|
2103
|
+
type: Output
|
|
2104
|
+
}] } });
|
|
2105
|
+
let BhTabs = class BhTabs {
|
|
2106
|
+
constructor(c, r, z) {
|
|
2107
|
+
this.z = z;
|
|
2108
|
+
this.bhTabChange = new EventEmitter();
|
|
2109
|
+
c.detach();
|
|
2110
|
+
this.el = r.nativeElement;
|
|
2111
|
+
}
|
|
2112
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2113
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhTabs, isStandalone: true, selector: "bh-tabs", inputs: { fullWidth: "fullWidth", orientation: "orientation", type: "type", value: "value" }, outputs: { bhTabChange: "bhTabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2114
|
+
};
|
|
2115
|
+
BhTabs = __decorate([
|
|
2116
|
+
ProxyCmp({
|
|
2117
|
+
defineCustomElementFn: defineBhTabs,
|
|
2118
|
+
inputs: ['fullWidth', 'orientation', 'type', 'value']
|
|
2119
|
+
}),
|
|
2120
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2121
|
+
], BhTabs);
|
|
2122
|
+
export { BhTabs };
|
|
2123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTabs, decorators: [{
|
|
2124
|
+
type: Component,
|
|
2125
|
+
args: [{
|
|
2126
|
+
selector: 'bh-tabs',
|
|
2127
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2128
|
+
template: '<ng-content></ng-content>',
|
|
2129
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2130
|
+
inputs: ['fullWidth', 'orientation', 'type', 'value'],
|
|
2131
|
+
outputs: ['bhTabChange'],
|
|
2132
|
+
}]
|
|
2133
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhTabChange: [{
|
|
2134
|
+
type: Output
|
|
2135
|
+
}] } });
|
|
2136
|
+
let BhTag = class BhTag {
|
|
2137
|
+
constructor(c, r, z) {
|
|
2138
|
+
this.z = z;
|
|
2139
|
+
this.bhDismiss = new EventEmitter();
|
|
2140
|
+
c.detach();
|
|
2141
|
+
this.el = r.nativeElement;
|
|
2142
|
+
}
|
|
2143
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2144
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhTag, isStandalone: true, selector: "bh-tag", inputs: { avatarSrc: "avatarSrc", disabled: "disabled", dismissible: "dismissible", label: "label", maxWidth: "maxWidth", size: "size", variant: "variant" }, outputs: { bhDismiss: "bhDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2145
|
+
};
|
|
2146
|
+
BhTag = __decorate([
|
|
2147
|
+
ProxyCmp({
|
|
2148
|
+
defineCustomElementFn: defineBhTag,
|
|
2149
|
+
inputs: ['avatarSrc', 'disabled', 'dismissible', 'label', 'maxWidth', 'size', 'variant']
|
|
2150
|
+
}),
|
|
2151
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2152
|
+
], BhTag);
|
|
2153
|
+
export { BhTag };
|
|
2154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTag, decorators: [{
|
|
2155
|
+
type: Component,
|
|
2156
|
+
args: [{
|
|
2157
|
+
selector: 'bh-tag',
|
|
2158
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2159
|
+
template: '<ng-content></ng-content>',
|
|
2160
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2161
|
+
inputs: ['avatarSrc', 'disabled', 'dismissible', 'label', 'maxWidth', 'size', 'variant'],
|
|
2162
|
+
outputs: ['bhDismiss'],
|
|
2163
|
+
}]
|
|
2164
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhDismiss: [{
|
|
2165
|
+
type: Output
|
|
2166
|
+
}] } });
|
|
2167
|
+
let BhTextarea = class BhTextarea {
|
|
2168
|
+
constructor(c, r, z) {
|
|
2169
|
+
this.z = z;
|
|
2170
|
+
this.bhInput = new EventEmitter();
|
|
2171
|
+
this.bhFocus = new EventEmitter();
|
|
2172
|
+
this.bhBlur = new EventEmitter();
|
|
2173
|
+
this.bhHelpClick = new EventEmitter();
|
|
2174
|
+
c.detach();
|
|
2175
|
+
this.el = r.nativeElement;
|
|
2176
|
+
}
|
|
2177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2178
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhTextarea, isStandalone: true, selector: "bh-textarea", inputs: { defaultValue: "defaultValue", disabled: "disabled", error: "error", helpIconTooltip: "helpIconTooltip", hintText: "hintText", label: "label", maxLength: "maxLength", name: "name", placeholder: "placeholder", required: "required", resize: "resize", rows: "rows", showHelpIcon: "showHelpIcon", showHintText: "showHintText", showLabel: "showLabel", validationMessage: "validationMessage", value: "value" }, outputs: { bhInput: "bhInput", bhFocus: "bhFocus", bhBlur: "bhBlur", bhHelpClick: "bhHelpClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2179
|
+
};
|
|
2180
|
+
BhTextarea = __decorate([
|
|
2181
|
+
ProxyCmp({
|
|
2182
|
+
defineCustomElementFn: defineBhTextarea,
|
|
2183
|
+
inputs: ['defaultValue', 'disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'maxLength', 'name', 'placeholder', 'required', 'resize', 'rows', 'showHelpIcon', 'showHintText', 'showLabel', 'validationMessage', 'value']
|
|
2184
|
+
}),
|
|
2185
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2186
|
+
], BhTextarea);
|
|
2187
|
+
export { BhTextarea };
|
|
2188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTextarea, decorators: [{
|
|
2189
|
+
type: Component,
|
|
2190
|
+
args: [{
|
|
2191
|
+
selector: 'bh-textarea',
|
|
2192
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2193
|
+
template: '<ng-content></ng-content>',
|
|
2194
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2195
|
+
inputs: ['defaultValue', 'disabled', 'error', 'helpIconTooltip', 'hintText', 'label', 'maxLength', 'name', 'placeholder', 'required', 'resize', 'rows', 'showHelpIcon', 'showHintText', 'showLabel', 'validationMessage', 'value'],
|
|
2196
|
+
outputs: ['bhInput', 'bhFocus', 'bhBlur', 'bhHelpClick'],
|
|
2197
|
+
}]
|
|
2198
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhInput: [{
|
|
2199
|
+
type: Output
|
|
2200
|
+
}], bhFocus: [{
|
|
2201
|
+
type: Output
|
|
2202
|
+
}], bhBlur: [{
|
|
2203
|
+
type: Output
|
|
2204
|
+
}], bhHelpClick: [{
|
|
2205
|
+
type: Output
|
|
2206
|
+
}] } });
|
|
2207
|
+
let BhToggle = class BhToggle {
|
|
2208
|
+
constructor(c, r, z) {
|
|
2209
|
+
this.z = z;
|
|
2210
|
+
this.bhChange = new EventEmitter();
|
|
2211
|
+
c.detach();
|
|
2212
|
+
this.el = r.nativeElement;
|
|
2213
|
+
}
|
|
2214
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2215
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhToggle, isStandalone: true, selector: "bh-toggle", inputs: { checked: "checked", defaultChecked: "defaultChecked", disabled: "disabled", label: "label", name: "name", required: "required", showText: "showText", size: "size", supportingText: "supportingText", value: "value" }, outputs: { bhChange: "bhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2216
|
+
};
|
|
2217
|
+
BhToggle = __decorate([
|
|
2218
|
+
ProxyCmp({
|
|
2219
|
+
defineCustomElementFn: defineBhToggle,
|
|
2220
|
+
inputs: ['checked', 'defaultChecked', 'disabled', 'label', 'name', 'required', 'showText', 'size', 'supportingText', 'value']
|
|
2221
|
+
}),
|
|
2222
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2223
|
+
], BhToggle);
|
|
2224
|
+
export { BhToggle };
|
|
2225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhToggle, decorators: [{
|
|
2226
|
+
type: Component,
|
|
2227
|
+
args: [{
|
|
2228
|
+
selector: 'bh-toggle',
|
|
2229
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2230
|
+
template: '<ng-content></ng-content>',
|
|
2231
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2232
|
+
inputs: ['checked', 'defaultChecked', 'disabled', 'label', 'name', 'required', 'showText', 'size', 'supportingText', 'value'],
|
|
2233
|
+
outputs: ['bhChange'],
|
|
2234
|
+
}]
|
|
2235
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bhChange: [{
|
|
2236
|
+
type: Output
|
|
2237
|
+
}] } });
|
|
2238
|
+
let BhTooltip = class BhTooltip {
|
|
2239
|
+
constructor(c, r, z) {
|
|
2240
|
+
this.z = z;
|
|
2241
|
+
c.detach();
|
|
2242
|
+
this.el = r.nativeElement;
|
|
2243
|
+
}
|
|
2244
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2245
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhTooltip, isStandalone: true, selector: "bh-tooltip", inputs: { maxWidth: "maxWidth", position: "position", text: "text", variant: "variant", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2246
|
+
};
|
|
2247
|
+
BhTooltip = __decorate([
|
|
2248
|
+
ProxyCmp({
|
|
2249
|
+
defineCustomElementFn: defineBhTooltip,
|
|
2250
|
+
inputs: ['maxWidth', 'position', 'text', 'variant', 'visible']
|
|
2251
|
+
}),
|
|
2252
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2253
|
+
], BhTooltip);
|
|
2254
|
+
export { BhTooltip };
|
|
2255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTooltip, decorators: [{
|
|
2256
|
+
type: Component,
|
|
2257
|
+
args: [{
|
|
2258
|
+
selector: 'bh-tooltip',
|
|
2259
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2260
|
+
template: '<ng-content></ng-content>',
|
|
2261
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2262
|
+
inputs: ['maxWidth', 'position', 'text', 'variant', 'visible'],
|
|
2263
|
+
}]
|
|
2264
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2265
|
+
let BhTrendChart = class BhTrendChart {
|
|
2266
|
+
constructor(c, r, z) {
|
|
2267
|
+
this.z = z;
|
|
2268
|
+
c.detach();
|
|
2269
|
+
this.el = r.nativeElement;
|
|
2270
|
+
}
|
|
2271
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTrendChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2272
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: BhTrendChart, isStandalone: true, selector: "bh-trend-chart", inputs: { animated: "animated", data: "data", height: "height", trend: "trend", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2273
|
+
};
|
|
2274
|
+
BhTrendChart = __decorate([
|
|
2275
|
+
ProxyCmp({
|
|
2276
|
+
defineCustomElementFn: defineBhTrendChart,
|
|
2277
|
+
inputs: ['animated', 'data', 'height', 'trend', 'variant', 'width']
|
|
2278
|
+
}),
|
|
2279
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2280
|
+
], BhTrendChart);
|
|
2281
|
+
export { BhTrendChart };
|
|
2282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: BhTrendChart, decorators: [{
|
|
2283
|
+
type: Component,
|
|
2284
|
+
args: [{
|
|
2285
|
+
selector: 'bh-trend-chart',
|
|
2286
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2287
|
+
template: '<ng-content></ng-content>',
|
|
2288
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2289
|
+
inputs: ['animated', 'data', 'height', 'trend', 'variant', 'width'],
|
|
2290
|
+
}]
|
|
2291
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2292
|
+
//# sourceMappingURL=components.js.map
|