@awc-ui/angular 1.0.0-beta → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/awc-ui.module.d.ts +30 -25
- package/directives/boolean-value-accessor.d.ts +1 -1
- package/directives/number-value-accessor.d.ts +1 -1
- package/directives/proxies.d.ts +125 -125
- package/directives/radio-value-accessor.d.ts +1 -1
- package/directives/select-value-accessor.d.ts +1 -1
- package/directives/switch-value-accessor.d.ts +1 -1
- package/directives/text-value-accessor.d.ts +1 -1
- package/esm2022/awc-ui.module.mjs +25 -21
- package/esm2022/directives/boolean-value-accessor.mjs +3 -3
- package/esm2022/directives/number-value-accessor.mjs +3 -3
- package/esm2022/directives/proxies.mjs +331 -85
- package/esm2022/directives/radio-value-accessor.mjs +3 -3
- package/esm2022/directives/select-value-accessor.mjs +3 -3
- package/esm2022/directives/switch-value-accessor.mjs +5 -2
- package/esm2022/directives/text-value-accessor.mjs +3 -3
- package/fesm2022/awc-ui-angular.mjs +368 -115
- package/fesm2022/awc-ui-angular.mjs.map +1 -1
- package/package.json +13 -2
|
@@ -4,6 +4,87 @@ import { CommonModule } from '@angular/common';
|
|
|
4
4
|
import { defineCustomElements } from '@awc-ui/core/loader';
|
|
5
5
|
import { __decorate } from 'tslib';
|
|
6
6
|
import { fromEvent } from 'rxjs';
|
|
7
|
+
import { defineCustomElement as defineCustomElement$1 } from '@awc-ui/core/dist/components/md-accordion.js';
|
|
8
|
+
import { defineCustomElement as defineCustomElement$2 } from '@awc-ui/core/dist/components/md-accordion-item.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$3 } from '@awc-ui/core/dist/components/md-app-bar.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$4 } from '@awc-ui/core/dist/components/md-area-chart.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$5 } from '@awc-ui/core/dist/components/md-autocomplete.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$6 } from '@awc-ui/core/dist/components/md-avatar.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$7 } from '@awc-ui/core/dist/components/md-badge.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$8 } from '@awc-ui/core/dist/components/md-bar-chart.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$9 } from '@awc-ui/core/dist/components/md-bottom-sheet.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$a } from '@awc-ui/core/dist/components/md-breadcrumb-item.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$b } from '@awc-ui/core/dist/components/md-breadcrumbs.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$c } from '@awc-ui/core/dist/components/md-button.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$d } from '@awc-ui/core/dist/components/md-button-group.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$e } from '@awc-ui/core/dist/components/md-card.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$f } from '@awc-ui/core/dist/components/md-checkbox.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$g } from '@awc-ui/core/dist/components/md-chip.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$h } from '@awc-ui/core/dist/components/md-color-picker.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$i } from '@awc-ui/core/dist/components/md-date-picker.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$j } from '@awc-ui/core/dist/components/md-dialog.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$k } from '@awc-ui/core/dist/components/md-divider.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$l } from '@awc-ui/core/dist/components/md-fab.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$m } from '@awc-ui/core/dist/components/md-fab-menu.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$n } from '@awc-ui/core/dist/components/md-fab-menu-item.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$o } from '@awc-ui/core/dist/components/md-icon-button.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$p } from '@awc-ui/core/dist/components/md-line-chart.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$q } from '@awc-ui/core/dist/components/md-list.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$r } from '@awc-ui/core/dist/components/md-list-item.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$s } from '@awc-ui/core/dist/components/md-loading-indicator.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$t } from '@awc-ui/core/dist/components/md-menu.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$u } from '@awc-ui/core/dist/components/md-menu-item.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$v } from '@awc-ui/core/dist/components/md-menu-item-group.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$w } from '@awc-ui/core/dist/components/md-meter.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$x } from '@awc-ui/core/dist/components/md-multi-select.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$y } from '@awc-ui/core/dist/components/md-navigation-bar.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$z } from '@awc-ui/core/dist/components/md-navigation-rail.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$A } from '@awc-ui/core/dist/components/md-navigation-rail-tab.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$B } from '@awc-ui/core/dist/components/md-navigation-tab.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$C } from '@awc-ui/core/dist/components/md-number-field.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$D } from '@awc-ui/core/dist/components/md-organization-chart.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$E } from '@awc-ui/core/dist/components/md-otp-field.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$F } from '@awc-ui/core/dist/components/md-pie-chart.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$G } from '@awc-ui/core/dist/components/md-progress-indicator.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$H } from '@awc-ui/core/dist/components/md-radio.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$I } from '@awc-ui/core/dist/components/md-rating.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$J } from '@awc-ui/core/dist/components/md-ripple.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$K } from '@awc-ui/core/dist/components/md-search.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$L } from '@awc-ui/core/dist/components/md-segmented-button.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$M } from '@awc-ui/core/dist/components/md-segmented-button-set.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$N } from '@awc-ui/core/dist/components/md-select.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$O } from '@awc-ui/core/dist/components/md-select-option.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$P } from '@awc-ui/core/dist/components/md-side-sheet.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$Q } from '@awc-ui/core/dist/components/md-skeleton.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$R } from '@awc-ui/core/dist/components/md-slider.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$S } from '@awc-ui/core/dist/components/md-snackbar.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$T } from '@awc-ui/core/dist/components/md-sparkline.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$U } from '@awc-ui/core/dist/components/md-split-button.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$V } from '@awc-ui/core/dist/components/md-status-dot.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$W } from '@awc-ui/core/dist/components/md-step.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$X } from '@awc-ui/core/dist/components/md-stepper.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$Y } from '@awc-ui/core/dist/components/md-sub-menu-item.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$Z } from '@awc-ui/core/dist/components/md-switch.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$_ } from '@awc-ui/core/dist/components/md-tab.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$$ } from '@awc-ui/core/dist/components/md-tab-panel.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$10 } from '@awc-ui/core/dist/components/md-tab-panels.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$11 } from '@awc-ui/core/dist/components/md-table.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$12 } from '@awc-ui/core/dist/components/md-table-body.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$13 } from '@awc-ui/core/dist/components/md-table-cell.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$14 } from '@awc-ui/core/dist/components/md-table-container.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$15 } from '@awc-ui/core/dist/components/md-table-expand-toggle.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$16 } from '@awc-ui/core/dist/components/md-table-foot.js';
|
|
77
|
+
import { defineCustomElement as defineCustomElement$17 } from '@awc-ui/core/dist/components/md-table-head.js';
|
|
78
|
+
import { defineCustomElement as defineCustomElement$18 } from '@awc-ui/core/dist/components/md-table-pagination.js';
|
|
79
|
+
import { defineCustomElement as defineCustomElement$19 } from '@awc-ui/core/dist/components/md-table-row.js';
|
|
80
|
+
import { defineCustomElement as defineCustomElement$1a } from '@awc-ui/core/dist/components/md-table-sort-label.js';
|
|
81
|
+
import { defineCustomElement as defineCustomElement$1b } from '@awc-ui/core/dist/components/md-table-toolbar.js';
|
|
82
|
+
import { defineCustomElement as defineCustomElement$1c } from '@awc-ui/core/dist/components/md-tabs.js';
|
|
83
|
+
import { defineCustomElement as defineCustomElement$1d } from '@awc-ui/core/dist/components/md-text-field.js';
|
|
84
|
+
import { defineCustomElement as defineCustomElement$1e } from '@awc-ui/core/dist/components/md-time-picker.js';
|
|
85
|
+
import { defineCustomElement as defineCustomElement$1f } from '@awc-ui/core/dist/components/md-toolbar.js';
|
|
86
|
+
import { defineCustomElement as defineCustomElement$1g } from '@awc-ui/core/dist/components/md-tooltip.js';
|
|
87
|
+
import { defineCustomElement as defineCustomElement$1h } from '@awc-ui/core/dist/components/md-transfer-list.js';
|
|
7
88
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
8
89
|
|
|
9
90
|
/* eslint-disable */
|
|
@@ -72,10 +153,11 @@ let MdAccordion = class MdAccordion {
|
|
|
72
153
|
proxyOutputs(this, this.el, ['mdToggle', 'mdReorder', 'mdDragStart', 'mdDragMove', 'mdDragEnd']);
|
|
73
154
|
}
|
|
74
155
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
75
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAccordion, selector: "md-accordion", inputs: { bringToFront: "bringToFront", defaultExpanded: "defaultExpanded", density: "density", elevation: "elevation", exclusive: "exclusive", floating: "floating", headingLevel: "headingLevel", initialX: "initialX", initialY: "initialY", keepOneExpanded: "keepOneExpanded", region: "region", regionThreshold: "regionThreshold", reorderable: "reorderable", transition: "transition", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
156
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAccordion, isStandalone: true, selector: "md-accordion", inputs: { bringToFront: "bringToFront", defaultExpanded: "defaultExpanded", density: "density", elevation: "elevation", exclusive: "exclusive", floating: "floating", headingLevel: "headingLevel", initialX: "initialX", initialY: "initialY", keepOneExpanded: "keepOneExpanded", region: "region", regionThreshold: "regionThreshold", reorderable: "reorderable", transition: "transition", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
76
157
|
};
|
|
77
158
|
MdAccordion = __decorate([
|
|
78
159
|
ProxyCmp({
|
|
160
|
+
defineCustomElementFn: defineCustomElement$1,
|
|
79
161
|
inputs: ['bringToFront', 'defaultExpanded', 'density', 'elevation', 'exclusive', 'floating', 'headingLevel', 'initialX', 'initialY', 'keepOneExpanded', 'region', 'regionThreshold', 'reorderable', 'transition', 'variant']
|
|
80
162
|
})
|
|
81
163
|
], MdAccordion);
|
|
@@ -87,6 +169,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
87
169
|
template: '<ng-content></ng-content>',
|
|
88
170
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
89
171
|
inputs: ['bringToFront', 'defaultExpanded', 'density', 'elevation', 'exclusive', 'floating', 'headingLevel', 'initialX', 'initialY', 'keepOneExpanded', 'region', 'regionThreshold', 'reorderable', 'transition', 'variant'],
|
|
172
|
+
standalone: true
|
|
90
173
|
}]
|
|
91
174
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
92
175
|
let MdAccordionItem = class MdAccordionItem {
|
|
@@ -97,10 +180,11 @@ let MdAccordionItem = class MdAccordionItem {
|
|
|
97
180
|
proxyOutputs(this, this.el, ['mdItemToggle', 'mdItemRequestFocus', 'mdItemRequestReorder']);
|
|
98
181
|
}
|
|
99
182
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
100
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAccordionItem, selector: "md-accordion-item", inputs: { collapsible: "collapsible", contentMaxHeight: "contentMaxHeight", density: "density", disabled: "disabled", expanded: "expanded", headingLevel: "headingLevel", headline: "headline", icon: "icon", regionRole: "regionRole", supportingText: "supportingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
183
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAccordionItem, isStandalone: true, selector: "md-accordion-item", inputs: { collapsible: "collapsible", contentMaxHeight: "contentMaxHeight", density: "density", disabled: "disabled", expanded: "expanded", headingLevel: "headingLevel", headline: "headline", icon: "icon", regionRole: "regionRole", supportingText: "supportingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
101
184
|
};
|
|
102
185
|
MdAccordionItem = __decorate([
|
|
103
186
|
ProxyCmp({
|
|
187
|
+
defineCustomElementFn: defineCustomElement$2,
|
|
104
188
|
inputs: ['collapsible', 'contentMaxHeight', 'density', 'disabled', 'expanded', 'headingLevel', 'headline', 'icon', 'regionRole', 'supportingText'],
|
|
105
189
|
methods: ['toggle', 'focusHeader']
|
|
106
190
|
})
|
|
@@ -113,6 +197,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
113
197
|
template: '<ng-content></ng-content>',
|
|
114
198
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
115
199
|
inputs: ['collapsible', 'contentMaxHeight', 'density', 'disabled', 'expanded', 'headingLevel', 'headline', 'icon', 'regionRole', 'supportingText'],
|
|
200
|
+
standalone: true
|
|
116
201
|
}]
|
|
117
202
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
118
203
|
let MdAppBar = class MdAppBar {
|
|
@@ -123,10 +208,11 @@ let MdAppBar = class MdAppBar {
|
|
|
123
208
|
proxyOutputs(this, this.el, ['mdLeadingClick', 'mdSearchActivate', 'mdSearchInput']);
|
|
124
209
|
}
|
|
125
210
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdAppBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
126
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAppBar, selector: "md-app-bar", inputs: { density: "density", headline: "headline", leadingIcon: "leadingIcon", leadingIconLabel: "leadingIconLabel", scrolled: "scrolled", searchAriaLabel: "searchAriaLabel", searchDisabled: "searchDisabled", searchPlaceholder: "searchPlaceholder", searchValue: "searchValue", subtitle: "subtitle", titleAlignment: "titleAlignment", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
211
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAppBar, isStandalone: true, selector: "md-app-bar", inputs: { density: "density", headline: "headline", leadingIcon: "leadingIcon", leadingIconLabel: "leadingIconLabel", scrolled: "scrolled", searchAriaLabel: "searchAriaLabel", searchDisabled: "searchDisabled", searchPlaceholder: "searchPlaceholder", searchValue: "searchValue", subtitle: "subtitle", titleAlignment: "titleAlignment", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
127
212
|
};
|
|
128
213
|
MdAppBar = __decorate([
|
|
129
214
|
ProxyCmp({
|
|
215
|
+
defineCustomElementFn: defineCustomElement$3,
|
|
130
216
|
inputs: ['density', 'headline', 'leadingIcon', 'leadingIconLabel', 'scrolled', 'searchAriaLabel', 'searchDisabled', 'searchPlaceholder', 'searchValue', 'subtitle', 'titleAlignment', 'variant']
|
|
131
217
|
})
|
|
132
218
|
], MdAppBar);
|
|
@@ -138,6 +224,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
138
224
|
template: '<ng-content></ng-content>',
|
|
139
225
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
140
226
|
inputs: ['density', 'headline', 'leadingIcon', 'leadingIconLabel', 'scrolled', 'searchAriaLabel', 'searchDisabled', 'searchPlaceholder', 'searchValue', 'subtitle', 'titleAlignment', 'variant'],
|
|
227
|
+
standalone: true
|
|
141
228
|
}]
|
|
142
229
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
143
230
|
let MdAreaChart = class MdAreaChart {
|
|
@@ -148,10 +235,11 @@ let MdAreaChart = class MdAreaChart {
|
|
|
148
235
|
proxyOutputs(this, this.el, ['mdMarkerClick', 'mdLineClick', 'mdAreaClick', 'mdAxisClick', 'mdLegendClick', 'mdHover', 'mdReady', 'mdZoom']);
|
|
149
236
|
}
|
|
150
237
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdAreaChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
151
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAreaChart, selector: "md-area-chart", inputs: { animation: "animation", animationDuration: "animationDuration", axisTicks: "axisTicks", connectNulls: "connectNulls", curve: "curve", density: "density", fillOpacity: "fillOpacity", grid: "grid", heightProp: "heightProp", inverted: "inverted", label: "label", labelEmpty: "labelEmpty", labelPlot: "labelPlot", labelPoint: "labelPoint", labelZoomEnd: "labelZoomEnd", labelZoomStart: "labelZoomStart", legend: "legend", lineWidth: "lineWidth", loading: "loading", loadingLabel: "loadingLabel", locale: "locale", markSize: "markSize", noAnimation: "noAnimation", series: "series", seriesLabels: "seriesLabels", showLabels: "showLabels", showLine: "showLine", showMarks: "showMarks", stack: "stack", subtitle: "subtitle", summary: "summary", tableLabels: "tableLabels", titleAlign: "titleAlign", tooltip: "tooltip", tooltipRenderer: "tooltipRenderer", valueFormatter: "valueFormatter", xAxis: "xAxis", yAxis: "yAxis", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
238
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAreaChart, isStandalone: true, selector: "md-area-chart", inputs: { animation: "animation", animationDuration: "animationDuration", axisTicks: "axisTicks", connectNulls: "connectNulls", curve: "curve", density: "density", fillOpacity: "fillOpacity", grid: "grid", heightProp: "heightProp", inverted: "inverted", label: "label", labelEmpty: "labelEmpty", labelPlot: "labelPlot", labelPoint: "labelPoint", labelZoomEnd: "labelZoomEnd", labelZoomStart: "labelZoomStart", legend: "legend", lineWidth: "lineWidth", loading: "loading", loadingLabel: "loadingLabel", locale: "locale", markSize: "markSize", noAnimation: "noAnimation", series: "series", seriesLabels: "seriesLabels", showLabels: "showLabels", showLine: "showLine", showMarks: "showMarks", stack: "stack", subtitle: "subtitle", summary: "summary", tableLabels: "tableLabels", titleAlign: "titleAlign", tooltip: "tooltip", tooltipRenderer: "tooltipRenderer", valueFormatter: "valueFormatter", xAxis: "xAxis", yAxis: "yAxis", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
152
239
|
};
|
|
153
240
|
MdAreaChart = __decorate([
|
|
154
241
|
ProxyCmp({
|
|
242
|
+
defineCustomElementFn: defineCustomElement$4,
|
|
155
243
|
inputs: ['animation', 'animationDuration', 'axisTicks', 'connectNulls', 'curve', 'density', 'fillOpacity', 'grid', 'heightProp', 'inverted', 'label', 'labelEmpty', 'labelPlot', 'labelPoint', 'labelZoomEnd', 'labelZoomStart', 'legend', 'lineWidth', 'loading', 'loadingLabel', 'locale', 'markSize', 'noAnimation', 'series', 'seriesLabels', 'showLabels', 'showLine', 'showMarks', 'stack', 'subtitle', 'summary', 'tableLabels', 'titleAlign', 'tooltip', 'tooltipRenderer', 'valueFormatter', 'xAxis', 'yAxis', 'zoom'],
|
|
156
244
|
methods: ['resize', 'replay', 'toDataURL', 'getInstance', 'setZoom', 'resetZoom']
|
|
157
245
|
})
|
|
@@ -164,6 +252,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
164
252
|
template: '<ng-content></ng-content>',
|
|
165
253
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
166
254
|
inputs: ['animation', 'animationDuration', 'axisTicks', 'connectNulls', 'curve', 'density', 'fillOpacity', 'grid', 'heightProp', 'inverted', 'label', 'labelEmpty', 'labelPlot', 'labelPoint', 'labelZoomEnd', 'labelZoomStart', 'legend', 'lineWidth', 'loading', 'loadingLabel', 'locale', 'markSize', 'noAnimation', 'series', 'seriesLabels', 'showLabels', 'showLine', 'showMarks', 'stack', 'subtitle', 'summary', 'tableLabels', 'titleAlign', 'tooltip', 'tooltipRenderer', 'valueFormatter', 'xAxis', 'yAxis', 'zoom'],
|
|
255
|
+
standalone: true
|
|
167
256
|
}]
|
|
168
257
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
169
258
|
let MdAutocomplete = class MdAutocomplete {
|
|
@@ -174,10 +263,11 @@ let MdAutocomplete = class MdAutocomplete {
|
|
|
174
263
|
proxyOutputs(this, this.el, ['mdChange', 'mdInput', 'mdOpen', 'mdClose', 'mdClear', 'mdValidityChange']);
|
|
175
264
|
}
|
|
176
265
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
177
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAutocomplete, selector: "md-autocomplete", inputs: { chipPosition: "chipPosition", clearIcon: "clearIcon", clearOnBlur: "clearOnBlur", clearable: "clearable", density: "density", disableCloseOnSelect: "disableCloseOnSelect", disabled: "disabled", dropdownIcon: "dropdownIcon", error: "error", errorText: "errorText", filterMode: "filterMode", filterer: "filterer", freeSolo: "freeSolo", inputValue: "inputValue", label: "label", limitResults: "limitResults", loading: "loading", loadingText: "loadingText", matchTriggerWidth: "matchTriggerWidth", maxHeight: "maxHeight", maxSelected: "maxSelected", multiple: "multiple", name: "name", noOptionsText: "noOptionsText", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", placement: "placement", required: "required", reserveSupportingSpace: "reserveSupportingSpace", rowHeight: "rowHeight", softDisabled: "softDisabled", statusTemplate: "statusTemplate", supportingText: "supportingText", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant", virtualize: "virtualize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
266
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAutocomplete, isStandalone: true, selector: "md-autocomplete", inputs: { chipPosition: "chipPosition", clearIcon: "clearIcon", clearOnBlur: "clearOnBlur", clearable: "clearable", density: "density", disableCloseOnSelect: "disableCloseOnSelect", disabled: "disabled", dropdownIcon: "dropdownIcon", error: "error", errorText: "errorText", filterMode: "filterMode", filterer: "filterer", freeSolo: "freeSolo", inputValue: "inputValue", label: "label", limitResults: "limitResults", loading: "loading", loadingText: "loadingText", matchTriggerWidth: "matchTriggerWidth", maxHeight: "maxHeight", maxSelected: "maxSelected", multiple: "multiple", name: "name", noOptionsText: "noOptionsText", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", placement: "placement", required: "required", reserveSupportingSpace: "reserveSupportingSpace", rowHeight: "rowHeight", softDisabled: "softDisabled", statusTemplate: "statusTemplate", supportingText: "supportingText", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant", virtualize: "virtualize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
178
267
|
};
|
|
179
268
|
MdAutocomplete = __decorate([
|
|
180
269
|
ProxyCmp({
|
|
270
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
181
271
|
inputs: ['chipPosition', 'clearIcon', 'clearOnBlur', 'clearable', 'density', 'disableCloseOnSelect', 'disabled', 'dropdownIcon', 'error', 'errorText', 'filterMode', 'filterer', 'freeSolo', 'inputValue', 'label', 'limitResults', 'loading', 'loadingText', 'matchTriggerWidth', 'maxHeight', 'maxSelected', 'multiple', 'name', 'noOptionsText', 'noResultsText', 'open', 'options', 'placeholder', 'placement', 'required', 'reserveSupportingSpace', 'rowHeight', 'softDisabled', 'statusTemplate', 'supportingText', 'value', 'valueMissingLabel', 'variant', 'virtualize'],
|
|
182
272
|
methods: ['focusInput', 'showMenu', 'closeMenu', 'loadOptions', 'getLabels', 'getValidity', 'checkValidity', 'reportValidity', 'setCustomValidity']
|
|
183
273
|
})
|
|
@@ -190,6 +280,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
190
280
|
template: '<ng-content></ng-content>',
|
|
191
281
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
192
282
|
inputs: ['chipPosition', 'clearIcon', 'clearOnBlur', 'clearable', 'density', 'disableCloseOnSelect', 'disabled', 'dropdownIcon', 'error', 'errorText', 'filterMode', 'filterer', 'freeSolo', 'inputValue', 'label', 'limitResults', 'loading', 'loadingText', 'matchTriggerWidth', 'maxHeight', 'maxSelected', 'multiple', 'name', 'noOptionsText', 'noResultsText', 'open', 'options', 'placeholder', 'placement', 'required', 'reserveSupportingSpace', 'rowHeight', 'softDisabled', 'statusTemplate', 'supportingText', 'value', 'valueMissingLabel', 'variant', 'virtualize'],
|
|
283
|
+
standalone: true
|
|
193
284
|
}]
|
|
194
285
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
195
286
|
let MdAvatar = class MdAvatar {
|
|
@@ -200,10 +291,11 @@ let MdAvatar = class MdAvatar {
|
|
|
200
291
|
proxyOutputs(this, this.el, ['mdLoad', 'mdError']);
|
|
201
292
|
}
|
|
202
293
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
203
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAvatar, selector: "md-avatar", inputs: { alt: "alt", colorFromName: "colorFromName", crossorigin: "crossorigin", density: "density", initials: "initials", label: "label", loading: "loading", name: "name", shape: "shape", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
294
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdAvatar, isStandalone: true, selector: "md-avatar", inputs: { alt: "alt", colorFromName: "colorFromName", crossorigin: "crossorigin", density: "density", initials: "initials", label: "label", loading: "loading", name: "name", shape: "shape", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
204
295
|
};
|
|
205
296
|
MdAvatar = __decorate([
|
|
206
297
|
ProxyCmp({
|
|
298
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
207
299
|
inputs: ['alt', 'colorFromName', 'crossorigin', 'density', 'initials', 'label', 'loading', 'name', 'shape', 'size', 'src']
|
|
208
300
|
})
|
|
209
301
|
], MdAvatar);
|
|
@@ -215,6 +307,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
215
307
|
template: '<ng-content></ng-content>',
|
|
216
308
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
217
309
|
inputs: ['alt', 'colorFromName', 'crossorigin', 'density', 'initials', 'label', 'loading', 'name', 'shape', 'size', 'src'],
|
|
310
|
+
standalone: true
|
|
218
311
|
}]
|
|
219
312
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
220
313
|
let MdBadge = class MdBadge {
|
|
@@ -224,10 +317,11 @@ let MdBadge = class MdBadge {
|
|
|
224
317
|
this.el = r.nativeElement;
|
|
225
318
|
}
|
|
226
319
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
227
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBadge, selector: "md-badge", inputs: { density: "density", icon: "icon", max: "max", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
320
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBadge, isStandalone: true, selector: "md-badge", inputs: { density: "density", icon: "icon", max: "max", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
228
321
|
};
|
|
229
322
|
MdBadge = __decorate([
|
|
230
323
|
ProxyCmp({
|
|
324
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
231
325
|
inputs: ['density', 'icon', 'max', 'value', 'variant']
|
|
232
326
|
})
|
|
233
327
|
], MdBadge);
|
|
@@ -239,6 +333,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
239
333
|
template: '<ng-content></ng-content>',
|
|
240
334
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
241
335
|
inputs: ['density', 'icon', 'max', 'value', 'variant'],
|
|
336
|
+
standalone: true
|
|
242
337
|
}]
|
|
243
338
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
244
339
|
let MdBarChart = class MdBarChart {
|
|
@@ -249,10 +344,11 @@ let MdBarChart = class MdBarChart {
|
|
|
249
344
|
proxyOutputs(this, this.el, ['mdBarClick', 'mdLegendClick', 'mdHover', 'mdReady', 'mdZoom']);
|
|
250
345
|
}
|
|
251
346
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdBarChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
252
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBarChart, selector: "md-bar-chart", inputs: { animation: "animation", animationDuration: "animationDuration", axisTicks: "axisTicks", barGap: "barGap", barWidth: "barWidth", categoryGap: "categoryGap", chevron: "chevron", clickable: "clickable", cornerRadius: "cornerRadius", density: "density", heightProp: "heightProp", label: "label", labelPlot: "labelPlot", labelPoint: "labelPoint", labelZoomEnd: "labelZoomEnd", labelZoomStart: "labelZoomStart", layout: "layout", legend: "legend", loading: "loading", loadingLabel: "loadingLabel", locale: "locale", noAnimation: "noAnimation", polar: "polar", polarHole: "polarHole", polarSweep: "polarSweep", series: "series", showLabels: "showLabels", showTotals: "showTotals", stack: "stack", subtitle: "subtitle", titleAlign: "titleAlign", tooltip: "tooltip", tooltipRenderer: "tooltipRenderer", valueFormatter: "valueFormatter", xAxis: "xAxis", yAxis: "yAxis", yAxis2: "yAxis2", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
347
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBarChart, isStandalone: true, selector: "md-bar-chart", inputs: { animation: "animation", animationDuration: "animationDuration", axisTicks: "axisTicks", barGap: "barGap", barWidth: "barWidth", categoryGap: "categoryGap", chevron: "chevron", clickable: "clickable", cornerRadius: "cornerRadius", density: "density", heightProp: "heightProp", label: "label", labelPlot: "labelPlot", labelPoint: "labelPoint", labelZoomEnd: "labelZoomEnd", labelZoomStart: "labelZoomStart", layout: "layout", legend: "legend", loading: "loading", loadingLabel: "loadingLabel", locale: "locale", noAnimation: "noAnimation", polar: "polar", polarHole: "polarHole", polarSweep: "polarSweep", series: "series", showLabels: "showLabels", showTotals: "showTotals", stack: "stack", subtitle: "subtitle", titleAlign: "titleAlign", tooltip: "tooltip", tooltipRenderer: "tooltipRenderer", valueFormatter: "valueFormatter", xAxis: "xAxis", yAxis: "yAxis", yAxis2: "yAxis2", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
253
348
|
};
|
|
254
349
|
MdBarChart = __decorate([
|
|
255
350
|
ProxyCmp({
|
|
351
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
256
352
|
inputs: ['animation', 'animationDuration', 'axisTicks', 'barGap', 'barWidth', 'categoryGap', 'chevron', 'clickable', 'cornerRadius', 'density', 'heightProp', 'label', 'labelPlot', 'labelPoint', 'labelZoomEnd', 'labelZoomStart', 'layout', 'legend', 'loading', 'loadingLabel', 'locale', 'noAnimation', 'polar', 'polarHole', 'polarSweep', 'series', 'showLabels', 'showTotals', 'stack', 'subtitle', 'titleAlign', 'tooltip', 'tooltipRenderer', 'valueFormatter', 'xAxis', 'yAxis', 'yAxis2', 'zoom'],
|
|
257
353
|
methods: ['resize', 'replay', 'drill', 'toDataURL', 'getInstance', 'setZoom', 'resetZoom']
|
|
258
354
|
})
|
|
@@ -265,6 +361,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
265
361
|
template: '<ng-content></ng-content>',
|
|
266
362
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
267
363
|
inputs: ['animation', 'animationDuration', 'axisTicks', 'barGap', 'barWidth', 'categoryGap', 'chevron', 'clickable', 'cornerRadius', 'density', 'heightProp', 'label', 'labelPlot', 'labelPoint', 'labelZoomEnd', 'labelZoomStart', 'layout', 'legend', 'loading', 'loadingLabel', 'locale', 'noAnimation', 'polar', 'polarHole', 'polarSweep', 'series', 'showLabels', 'showTotals', 'stack', 'subtitle', 'titleAlign', 'tooltip', 'tooltipRenderer', 'valueFormatter', 'xAxis', 'yAxis', 'yAxis2', 'zoom'],
|
|
364
|
+
standalone: true
|
|
268
365
|
}]
|
|
269
366
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
270
367
|
let MdBottomSheet = class MdBottomSheet {
|
|
@@ -275,10 +372,11 @@ let MdBottomSheet = class MdBottomSheet {
|
|
|
275
372
|
proxyOutputs(this, this.el, ['mdOpen', 'mdClose', 'mdCancel']);
|
|
276
373
|
}
|
|
277
374
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdBottomSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
278
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBottomSheet, selector: "md-bottom-sheet", inputs: { bottomDivider: "bottomDivider", closeable: "closeable", contentAlign: "contentAlign", density: "density", headline: "headline", headlineAlign: "headlineAlign", open: "open", scrimDismissible: "scrimDismissible", scrollShadow: "scrollShadow", sheetAriaLabel: "sheetAriaLabel", showDragHandle: "showDragHandle", topDivider: "topDivider", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
375
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBottomSheet, isStandalone: true, selector: "md-bottom-sheet", inputs: { bottomDivider: "bottomDivider", closeable: "closeable", contentAlign: "contentAlign", density: "density", headline: "headline", headlineAlign: "headlineAlign", open: "open", scrimDismissible: "scrimDismissible", scrollShadow: "scrollShadow", sheetAriaLabel: "sheetAriaLabel", showDragHandle: "showDragHandle", topDivider: "topDivider", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
279
376
|
};
|
|
280
377
|
MdBottomSheet = __decorate([
|
|
281
378
|
ProxyCmp({
|
|
379
|
+
defineCustomElementFn: defineCustomElement$9,
|
|
282
380
|
inputs: ['bottomDivider', 'closeable', 'contentAlign', 'density', 'headline', 'headlineAlign', 'open', 'scrimDismissible', 'scrollShadow', 'sheetAriaLabel', 'showDragHandle', 'topDivider', 'variant'],
|
|
283
381
|
methods: ['show', 'close']
|
|
284
382
|
})
|
|
@@ -291,6 +389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
291
389
|
template: '<ng-content></ng-content>',
|
|
292
390
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
293
391
|
inputs: ['bottomDivider', 'closeable', 'contentAlign', 'density', 'headline', 'headlineAlign', 'open', 'scrimDismissible', 'scrollShadow', 'sheetAriaLabel', 'showDragHandle', 'topDivider', 'variant'],
|
|
392
|
+
standalone: true
|
|
294
393
|
}]
|
|
295
394
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
296
395
|
let MdBreadcrumbItem = class MdBreadcrumbItem {
|
|
@@ -301,10 +400,11 @@ let MdBreadcrumbItem = class MdBreadcrumbItem {
|
|
|
301
400
|
proxyOutputs(this, this.el, ['mdSelect']);
|
|
302
401
|
}
|
|
303
402
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
304
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBreadcrumbItem, selector: "md-breadcrumb-item", inputs: { collapsed: "collapsed", current: "current", density: "density", disabled: "disabled", href: "href", icon: "icon", itemIndex: "itemIndex", itemTotal: "itemTotal", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
403
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBreadcrumbItem, isStandalone: true, selector: "md-breadcrumb-item", inputs: { collapsed: "collapsed", current: "current", density: "density", disabled: "disabled", href: "href", icon: "icon", itemIndex: "itemIndex", itemTotal: "itemTotal", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
305
404
|
};
|
|
306
405
|
MdBreadcrumbItem = __decorate([
|
|
307
406
|
ProxyCmp({
|
|
407
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
308
408
|
inputs: ['collapsed', 'current', 'density', 'disabled', 'href', 'icon', 'itemIndex', 'itemTotal', 'rel', 'target']
|
|
309
409
|
})
|
|
310
410
|
], MdBreadcrumbItem);
|
|
@@ -316,6 +416,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
316
416
|
template: '<ng-content></ng-content>',
|
|
317
417
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
318
418
|
inputs: ['collapsed', 'current', 'density', 'disabled', 'href', 'icon', 'itemIndex', 'itemTotal', 'rel', 'target'],
|
|
419
|
+
standalone: true
|
|
319
420
|
}]
|
|
320
421
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
321
422
|
let MdBreadcrumbs = class MdBreadcrumbs {
|
|
@@ -326,10 +427,11 @@ let MdBreadcrumbs = class MdBreadcrumbs {
|
|
|
326
427
|
proxyOutputs(this, this.el, ['mdExpand']);
|
|
327
428
|
}
|
|
328
429
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
329
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBreadcrumbs, selector: "md-breadcrumbs", inputs: { density: "density", expandLabel: "expandLabel", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", label: "label", maxItems: "maxItems", separator: "separator" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
430
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdBreadcrumbs, isStandalone: true, selector: "md-breadcrumbs", inputs: { density: "density", expandLabel: "expandLabel", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", label: "label", maxItems: "maxItems", separator: "separator" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
330
431
|
};
|
|
331
432
|
MdBreadcrumbs = __decorate([
|
|
332
433
|
ProxyCmp({
|
|
434
|
+
defineCustomElementFn: defineCustomElement$b,
|
|
333
435
|
inputs: ['density', 'expandLabel', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'label', 'maxItems', 'separator'],
|
|
334
436
|
methods: ['expand', 'collapse']
|
|
335
437
|
})
|
|
@@ -342,6 +444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
342
444
|
template: '<ng-content></ng-content>',
|
|
343
445
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
344
446
|
inputs: ['density', 'expandLabel', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'label', 'maxItems', 'separator'],
|
|
447
|
+
standalone: true
|
|
345
448
|
}]
|
|
346
449
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
347
450
|
let MdButton = class MdButton {
|
|
@@ -352,10 +455,11 @@ let MdButton = class MdButton {
|
|
|
352
455
|
proxyOutputs(this, this.el, ['mdClick', 'mdChange']);
|
|
353
456
|
}
|
|
354
457
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
355
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdButton, selector: "md-button", inputs: { density: "density", disabled: "disabled", fullWidth: "fullWidth", href: "href", icon: "icon", loading: "loading", mirrorIcon: "mirrorIcon", ripple: "ripple", roleOverride: "roleOverride", selected: "selected", shape: "shape", shapeMorph: "shapeMorph", size: "size", softDisabled: "softDisabled", suppressExpandIconFlip: "suppressExpandIconFlip", target: "target", toggle: "toggle", trailingIcon: "trailingIcon", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
458
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdButton, isStandalone: true, selector: "md-button", inputs: { density: "density", disabled: "disabled", fullWidth: "fullWidth", href: "href", icon: "icon", loading: "loading", mirrorIcon: "mirrorIcon", ripple: "ripple", roleOverride: "roleOverride", selected: "selected", shape: "shape", shapeMorph: "shapeMorph", size: "size", softDisabled: "softDisabled", suppressExpandIconFlip: "suppressExpandIconFlip", target: "target", toggle: "toggle", trailingIcon: "trailingIcon", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
356
459
|
};
|
|
357
460
|
MdButton = __decorate([
|
|
358
461
|
ProxyCmp({
|
|
462
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
359
463
|
inputs: ['density', 'disabled', 'fullWidth', 'href', 'icon', 'loading', 'mirrorIcon', 'ripple', 'roleOverride', 'selected', 'shape', 'shapeMorph', 'size', 'softDisabled', 'suppressExpandIconFlip', 'target', 'toggle', 'trailingIcon', 'type', 'variant']
|
|
360
464
|
})
|
|
361
465
|
], MdButton);
|
|
@@ -367,6 +471,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
367
471
|
template: '<ng-content></ng-content>',
|
|
368
472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
369
473
|
inputs: ['density', 'disabled', 'fullWidth', 'href', 'icon', 'loading', 'mirrorIcon', 'ripple', 'roleOverride', 'selected', 'shape', 'shapeMorph', 'size', 'softDisabled', 'suppressExpandIconFlip', 'target', 'toggle', 'trailingIcon', 'type', 'variant'],
|
|
474
|
+
standalone: true
|
|
370
475
|
}]
|
|
371
476
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
372
477
|
let MdButtonGroup = class MdButtonGroup {
|
|
@@ -377,10 +482,11 @@ let MdButtonGroup = class MdButtonGroup {
|
|
|
377
482
|
proxyOutputs(this, this.el, ['mdSelectionChange']);
|
|
378
483
|
}
|
|
379
484
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
380
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdButtonGroup, selector: "md-button-group", inputs: { density: "density", fullWidth: "fullWidth", required: "required", selectionMode: "selectionMode", shape: "shape", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
485
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdButtonGroup, isStandalone: true, selector: "md-button-group", inputs: { density: "density", fullWidth: "fullWidth", required: "required", selectionMode: "selectionMode", shape: "shape", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
381
486
|
};
|
|
382
487
|
MdButtonGroup = __decorate([
|
|
383
488
|
ProxyCmp({
|
|
489
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
384
490
|
inputs: ['density', 'fullWidth', 'required', 'selectionMode', 'shape', 'size', 'variant']
|
|
385
491
|
})
|
|
386
492
|
], MdButtonGroup);
|
|
@@ -392,6 +498,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
392
498
|
template: '<ng-content></ng-content>',
|
|
393
499
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
394
500
|
inputs: ['density', 'fullWidth', 'required', 'selectionMode', 'shape', 'size', 'variant'],
|
|
501
|
+
standalone: true
|
|
395
502
|
}]
|
|
396
503
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
397
504
|
let MdCard = class MdCard {
|
|
@@ -402,10 +509,11 @@ let MdCard = class MdCard {
|
|
|
402
509
|
proxyOutputs(this, this.el, ['mdClick', 'mdDragStart', 'mdDragMove', 'mdDragEnd']);
|
|
403
510
|
}
|
|
404
511
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
405
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdCard, selector: "md-card", inputs: { density: "density", disabled: "disabled", dragEnabled: "dragEnabled", fullHeight: "fullHeight", fullWidth: "fullWidth", interactive: "interactive", ripple: "ripple", softDisabled: "softDisabled", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
512
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdCard, isStandalone: true, selector: "md-card", inputs: { density: "density", disabled: "disabled", dragEnabled: "dragEnabled", fullHeight: "fullHeight", fullWidth: "fullWidth", interactive: "interactive", ripple: "ripple", softDisabled: "softDisabled", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
406
513
|
};
|
|
407
514
|
MdCard = __decorate([
|
|
408
515
|
ProxyCmp({
|
|
516
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
409
517
|
inputs: ['density', 'disabled', 'dragEnabled', 'fullHeight', 'fullWidth', 'interactive', 'ripple', 'softDisabled', 'variant']
|
|
410
518
|
})
|
|
411
519
|
], MdCard);
|
|
@@ -417,6 +525,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
417
525
|
template: '<ng-content></ng-content>',
|
|
418
526
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
419
527
|
inputs: ['density', 'disabled', 'dragEnabled', 'fullHeight', 'fullWidth', 'interactive', 'ripple', 'softDisabled', 'variant'],
|
|
528
|
+
standalone: true
|
|
420
529
|
}]
|
|
421
530
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
422
531
|
let MdCheckbox = class MdCheckbox {
|
|
@@ -427,10 +536,11 @@ let MdCheckbox = class MdCheckbox {
|
|
|
427
536
|
proxyOutputs(this, this.el, ['mdChange', 'mdValidityChange']);
|
|
428
537
|
}
|
|
429
538
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
430
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdCheckbox, selector: "md-checkbox", inputs: { checked: "checked", density: "density", disabled: "disabled", error: "error", errorText: "errorText", indeterminate: "indeterminate", name: "name", required: "required", softDisabled: "softDisabled", supportingText: "supportingText", value: "value", valueMissingLabel: "valueMissingLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
539
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdCheckbox, isStandalone: true, selector: "md-checkbox", inputs: { checked: "checked", density: "density", disabled: "disabled", error: "error", errorText: "errorText", indeterminate: "indeterminate", name: "name", required: "required", softDisabled: "softDisabled", supportingText: "supportingText", value: "value", valueMissingLabel: "valueMissingLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
431
540
|
};
|
|
432
541
|
MdCheckbox = __decorate([
|
|
433
542
|
ProxyCmp({
|
|
543
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
434
544
|
inputs: ['checked', 'density', 'disabled', 'error', 'errorText', 'indeterminate', 'name', 'required', 'softDisabled', 'supportingText', 'value', 'valueMissingLabel'],
|
|
435
545
|
methods: ['getValidity', 'checkValidity', 'reportValidity', 'setCustomValidity']
|
|
436
546
|
})
|
|
@@ -443,6 +553,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
443
553
|
template: '<ng-content></ng-content>',
|
|
444
554
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
445
555
|
inputs: ['checked', 'density', 'disabled', 'error', 'errorText', 'indeterminate', 'name', 'required', 'softDisabled', 'supportingText', 'value', 'valueMissingLabel'],
|
|
556
|
+
standalone: true
|
|
446
557
|
}]
|
|
447
558
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
448
559
|
let MdChip = class MdChip {
|
|
@@ -453,10 +564,11 @@ let MdChip = class MdChip {
|
|
|
453
564
|
proxyOutputs(this, this.el, ['mdClick', 'mdSelect', 'mdRemove']);
|
|
454
565
|
}
|
|
455
566
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
456
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdChip, selector: "md-chip", inputs: { appearance: "appearance", color: "color", density: "density", disabled: "disabled", elevated: "elevated", icon: "icon", label: "label", removable: "removable", selectable: "selectable", selected: "selected", softDisabled: "softDisabled", trailingIcon: "trailingIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
567
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdChip, isStandalone: true, selector: "md-chip", inputs: { appearance: "appearance", color: "color", density: "density", disabled: "disabled", elevated: "elevated", icon: "icon", label: "label", removable: "removable", selectable: "selectable", selected: "selected", softDisabled: "softDisabled", trailingIcon: "trailingIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
457
568
|
};
|
|
458
569
|
MdChip = __decorate([
|
|
459
570
|
ProxyCmp({
|
|
571
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
460
572
|
inputs: ['appearance', 'color', 'density', 'disabled', 'elevated', 'icon', 'label', 'removable', 'selectable', 'selected', 'softDisabled', 'trailingIcon', 'variant']
|
|
461
573
|
})
|
|
462
574
|
], MdChip);
|
|
@@ -468,6 +580,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
468
580
|
template: '<ng-content></ng-content>',
|
|
469
581
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
470
582
|
inputs: ['appearance', 'color', 'density', 'disabled', 'elevated', 'icon', 'label', 'removable', 'selectable', 'selected', 'softDisabled', 'trailingIcon', 'variant'],
|
|
583
|
+
standalone: true
|
|
471
584
|
}]
|
|
472
585
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
473
586
|
let MdColorPicker = class MdColorPicker {
|
|
@@ -478,10 +591,11 @@ let MdColorPicker = class MdColorPicker {
|
|
|
478
591
|
proxyOutputs(this, this.el, ['mdInput', 'mdChange', 'mdOpenChange']);
|
|
479
592
|
}
|
|
480
593
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdColorPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
481
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdColorPicker, selector: "md-color-picker", inputs: { alpha: "alpha", ariaLabelProp: "ariaLabelProp", density: "density", disabled: "disabled", dismissOnOutsideClick: "dismissOnOutsideClick", format: "format", open: "open", presets: "presets", showHex: "showHex", showInputs: "showInputs", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
594
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdColorPicker, isStandalone: true, selector: "md-color-picker", inputs: { alpha: "alpha", ariaLabelProp: "ariaLabelProp", density: "density", disabled: "disabled", dismissOnOutsideClick: "dismissOnOutsideClick", format: "format", open: "open", presets: "presets", showHex: "showHex", showInputs: "showInputs", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
482
595
|
};
|
|
483
596
|
MdColorPicker = __decorate([
|
|
484
597
|
ProxyCmp({
|
|
598
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
485
599
|
inputs: ['alpha', 'ariaLabelProp', 'density', 'disabled', 'dismissOnOutsideClick', 'format', 'open', 'presets', 'showHex', 'showInputs', 'value', 'variant'],
|
|
486
600
|
methods: ['show', 'close']
|
|
487
601
|
})
|
|
@@ -494,6 +608,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
494
608
|
template: '<ng-content></ng-content>',
|
|
495
609
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
496
610
|
inputs: ['alpha', 'ariaLabelProp', 'density', 'disabled', 'dismissOnOutsideClick', 'format', 'open', 'presets', 'showHex', 'showInputs', 'value', 'variant'],
|
|
611
|
+
standalone: true
|
|
497
612
|
}]
|
|
498
613
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
499
614
|
let MdDatePicker = class MdDatePicker {
|
|
@@ -504,10 +619,11 @@ let MdDatePicker = class MdDatePicker {
|
|
|
504
619
|
proxyOutputs(this, this.el, ['mdChange', 'mdSelected', 'mdInput', 'mdOpen', 'mdClose', 'mdCancel', 'mdViewChange', 'mdMenuOpen', 'mdMenuSelect', 'mdModeChange', 'mdValidityChange']);
|
|
505
620
|
}
|
|
506
621
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
507
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdDatePicker, selector: "md-date-picker", inputs: { calendarIcon: "calendarIcon", cancelLabel: "cancelLabel", chooseMonthAndYearLabel: "chooseMonthAndYearLabel", chooseMonthLabel: "chooseMonthLabel", chooseMonthYearLabel: "chooseMonthYearLabel", chooseYearLabel: "chooseYearLabel", clearLabel: "clearLabel", clearable: "clearable", closeCalendarLabel: "closeCalendarLabel", commitOnSelect: "commitOnSelect", dateSeparator: "dateSeparator", density: "density", disabled: "disabled", enterDatesLabel: "enterDatesLabel", error: "error", errorText: "errorText", fieldVariant: "fieldVariant", firstDayOfWeek: "firstDayOfWeek", headline: "headline", invalidDateLabel: "invalidDateLabel", isDateDisabled: "isDateDisabled", label: "label", locale: "locale", max: "max", min: "min", name: "name", nextMonthLabel: "nextMonthLabel", nextYearLabel: "nextYearLabel", okLabel: "okLabel", open: "open", openCalendarLabel: "openCalendarLabel", outsideClickDismissible: "outsideClickDismissible", placeholder: "placeholder", previousMonthLabel: "previousMonthLabel", previousYearLabel: "previousYearLabel", required: "required", reserveSupportingSpace: "reserveSupportingSpace", scrimDismissible: "scrimDismissible", selectDateLabel: "selectDateLabel", supportingText: "supportingText", toggleCalendarLabel: "toggleCalendarLabel", toggleTextLabel: "toggleTextLabel", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant", yearGridLabel: "yearGridLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
622
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdDatePicker, isStandalone: true, selector: "md-date-picker", inputs: { calendarIcon: "calendarIcon", cancelLabel: "cancelLabel", chooseMonthAndYearLabel: "chooseMonthAndYearLabel", chooseMonthLabel: "chooseMonthLabel", chooseMonthYearLabel: "chooseMonthYearLabel", chooseYearLabel: "chooseYearLabel", clearLabel: "clearLabel", clearable: "clearable", closeCalendarLabel: "closeCalendarLabel", commitOnSelect: "commitOnSelect", dateSeparator: "dateSeparator", density: "density", disabled: "disabled", enterDatesLabel: "enterDatesLabel", error: "error", errorText: "errorText", fieldVariant: "fieldVariant", firstDayOfWeek: "firstDayOfWeek", headline: "headline", invalidDateLabel: "invalidDateLabel", isDateDisabled: "isDateDisabled", label: "label", locale: "locale", max: "max", min: "min", name: "name", nextMonthLabel: "nextMonthLabel", nextYearLabel: "nextYearLabel", okLabel: "okLabel", open: "open", openCalendarLabel: "openCalendarLabel", outsideClickDismissible: "outsideClickDismissible", placeholder: "placeholder", previousMonthLabel: "previousMonthLabel", previousYearLabel: "previousYearLabel", required: "required", reserveSupportingSpace: "reserveSupportingSpace", scrimDismissible: "scrimDismissible", selectDateLabel: "selectDateLabel", supportingText: "supportingText", toggleCalendarLabel: "toggleCalendarLabel", toggleTextLabel: "toggleTextLabel", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant", yearGridLabel: "yearGridLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
508
623
|
};
|
|
509
624
|
MdDatePicker = __decorate([
|
|
510
625
|
ProxyCmp({
|
|
626
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
511
627
|
inputs: ['calendarIcon', 'cancelLabel', 'chooseMonthAndYearLabel', 'chooseMonthLabel', 'chooseMonthYearLabel', 'chooseYearLabel', 'clearLabel', 'clearable', 'closeCalendarLabel', 'commitOnSelect', 'dateSeparator', 'density', 'disabled', 'enterDatesLabel', 'error', 'errorText', 'fieldVariant', 'firstDayOfWeek', 'headline', 'invalidDateLabel', 'isDateDisabled', 'label', 'locale', 'max', 'min', 'name', 'nextMonthLabel', 'nextYearLabel', 'okLabel', 'open', 'openCalendarLabel', 'outsideClickDismissible', 'placeholder', 'previousMonthLabel', 'previousYearLabel', 'required', 'reserveSupportingSpace', 'scrimDismissible', 'selectDateLabel', 'supportingText', 'toggleCalendarLabel', 'toggleTextLabel', 'value', 'valueMissingLabel', 'variant', 'yearGridLabel'],
|
|
512
628
|
methods: ['show', 'close', 'clear', 'focusInput', 'getValidity', 'checkValidity', 'reportValidity', 'setCustomValidity']
|
|
513
629
|
})
|
|
@@ -520,6 +636,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
520
636
|
template: '<ng-content></ng-content>',
|
|
521
637
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
522
638
|
inputs: ['calendarIcon', 'cancelLabel', 'chooseMonthAndYearLabel', 'chooseMonthLabel', 'chooseMonthYearLabel', 'chooseYearLabel', 'clearLabel', 'clearable', 'closeCalendarLabel', 'commitOnSelect', 'dateSeparator', 'density', 'disabled', 'enterDatesLabel', 'error', 'errorText', 'fieldVariant', 'firstDayOfWeek', 'headline', 'invalidDateLabel', 'isDateDisabled', 'label', 'locale', 'max', 'min', 'name', 'nextMonthLabel', 'nextYearLabel', 'okLabel', 'open', 'openCalendarLabel', 'outsideClickDismissible', 'placeholder', 'previousMonthLabel', 'previousYearLabel', 'required', 'reserveSupportingSpace', 'scrimDismissible', 'selectDateLabel', 'supportingText', 'toggleCalendarLabel', 'toggleTextLabel', 'value', 'valueMissingLabel', 'variant', 'yearGridLabel'],
|
|
639
|
+
standalone: true
|
|
523
640
|
}]
|
|
524
641
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
525
642
|
let MdDialog = class MdDialog {
|
|
@@ -530,10 +647,11 @@ let MdDialog = class MdDialog {
|
|
|
530
647
|
proxyOutputs(this, this.el, ['mdOpen', 'mdClose', 'mdCancel']);
|
|
531
648
|
}
|
|
532
649
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
533
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdDialog, selector: "md-dialog", inputs: { cancelLabel: "cancelLabel", closeLabel: "closeLabel", density: "density", divider: "divider", fullscreen: "fullscreen", headerDivider: "headerDivider", headline: "headline", icon: "icon", locale: "locale", okLabel: "okLabel", open: "open", scrimDismissible: "scrimDismissible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
650
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdDialog, isStandalone: true, selector: "md-dialog", inputs: { cancelLabel: "cancelLabel", closeLabel: "closeLabel", density: "density", divider: "divider", fullscreen: "fullscreen", headerDivider: "headerDivider", headline: "headline", icon: "icon", locale: "locale", okLabel: "okLabel", open: "open", scrimDismissible: "scrimDismissible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
534
651
|
};
|
|
535
652
|
MdDialog = __decorate([
|
|
536
653
|
ProxyCmp({
|
|
654
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
537
655
|
inputs: ['cancelLabel', 'closeLabel', 'density', 'divider', 'fullscreen', 'headerDivider', 'headline', 'icon', 'locale', 'okLabel', 'open', 'scrimDismissible'],
|
|
538
656
|
methods: ['show', 'close']
|
|
539
657
|
})
|
|
@@ -546,6 +664,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
546
664
|
template: '<ng-content></ng-content>',
|
|
547
665
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
548
666
|
inputs: ['cancelLabel', 'closeLabel', 'density', 'divider', 'fullscreen', 'headerDivider', 'headline', 'icon', 'locale', 'okLabel', 'open', 'scrimDismissible'],
|
|
667
|
+
standalone: true
|
|
549
668
|
}]
|
|
550
669
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
551
670
|
let MdDivider = class MdDivider {
|
|
@@ -555,10 +674,11 @@ let MdDivider = class MdDivider {
|
|
|
555
674
|
this.el = r.nativeElement;
|
|
556
675
|
}
|
|
557
676
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
558
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdDivider, selector: "md-divider", inputs: { inset: "inset", insetEnd: "insetEnd", insetStart: "insetStart", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
677
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdDivider, isStandalone: true, selector: "md-divider", inputs: { inset: "inset", insetEnd: "insetEnd", insetStart: "insetStart", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
559
678
|
};
|
|
560
679
|
MdDivider = __decorate([
|
|
561
680
|
ProxyCmp({
|
|
681
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
562
682
|
inputs: ['inset', 'insetEnd', 'insetStart', 'vertical']
|
|
563
683
|
})
|
|
564
684
|
], MdDivider);
|
|
@@ -570,6 +690,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
570
690
|
template: '<ng-content></ng-content>',
|
|
571
691
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
572
692
|
inputs: ['inset', 'insetEnd', 'insetStart', 'vertical'],
|
|
693
|
+
standalone: true
|
|
573
694
|
}]
|
|
574
695
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
575
696
|
let MdFab = class MdFab {
|
|
@@ -580,10 +701,11 @@ let MdFab = class MdFab {
|
|
|
580
701
|
proxyOutputs(this, this.el, ['mdClick']);
|
|
581
702
|
}
|
|
582
703
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
583
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdFab, selector: "md-fab", inputs: { density: "density", disabled: "disabled", extended: "extended", icon: "icon", label: "label", lowered: "lowered", ripple: "ripple", size: "size", softDisabled: "softDisabled", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
704
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdFab, isStandalone: true, selector: "md-fab", inputs: { density: "density", disabled: "disabled", extended: "extended", icon: "icon", label: "label", lowered: "lowered", ripple: "ripple", size: "size", softDisabled: "softDisabled", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
584
705
|
};
|
|
585
706
|
MdFab = __decorate([
|
|
586
707
|
ProxyCmp({
|
|
708
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
587
709
|
inputs: ['density', 'disabled', 'extended', 'icon', 'label', 'lowered', 'ripple', 'size', 'softDisabled', 'variant']
|
|
588
710
|
})
|
|
589
711
|
], MdFab);
|
|
@@ -595,6 +717,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
595
717
|
template: '<ng-content></ng-content>',
|
|
596
718
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
597
719
|
inputs: ['density', 'disabled', 'extended', 'icon', 'label', 'lowered', 'ripple', 'size', 'softDisabled', 'variant'],
|
|
720
|
+
standalone: true
|
|
598
721
|
}]
|
|
599
722
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
600
723
|
let MdFabMenu = class MdFabMenu {
|
|
@@ -605,10 +728,11 @@ let MdFabMenu = class MdFabMenu {
|
|
|
605
728
|
proxyOutputs(this, this.el, ['mdOpen', 'mdClose']);
|
|
606
729
|
}
|
|
607
730
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdFabMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
608
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdFabMenu, selector: "md-fab-menu", inputs: { anchor: "anchor", density: "density", menuLabel: "menuLabel", open: "open", placement: "placement", quick: "quick", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
731
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdFabMenu, isStandalone: true, selector: "md-fab-menu", inputs: { anchor: "anchor", density: "density", menuLabel: "menuLabel", open: "open", placement: "placement", quick: "quick", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
609
732
|
};
|
|
610
733
|
MdFabMenu = __decorate([
|
|
611
734
|
ProxyCmp({
|
|
735
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
612
736
|
inputs: ['anchor', 'density', 'menuLabel', 'open', 'placement', 'quick', 'variant'],
|
|
613
737
|
methods: ['show', 'close']
|
|
614
738
|
})
|
|
@@ -621,6 +745,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
621
745
|
template: '<ng-content></ng-content>',
|
|
622
746
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
623
747
|
inputs: ['anchor', 'density', 'menuLabel', 'open', 'placement', 'quick', 'variant'],
|
|
748
|
+
standalone: true
|
|
624
749
|
}]
|
|
625
750
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
626
751
|
let MdFabMenuItem = class MdFabMenuItem {
|
|
@@ -631,10 +756,11 @@ let MdFabMenuItem = class MdFabMenuItem {
|
|
|
631
756
|
proxyOutputs(this, this.el, ['mdClick']);
|
|
632
757
|
}
|
|
633
758
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdFabMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
634
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdFabMenuItem, selector: "md-fab-menu-item", inputs: { density: "density", disabled: "disabled", icon: "icon", label: "label", rovingFocusVisible: "rovingFocusVisible", softDisabled: "softDisabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
759
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdFabMenuItem, isStandalone: true, selector: "md-fab-menu-item", inputs: { density: "density", disabled: "disabled", icon: "icon", label: "label", rovingFocusVisible: "rovingFocusVisible", softDisabled: "softDisabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
635
760
|
};
|
|
636
761
|
MdFabMenuItem = __decorate([
|
|
637
762
|
ProxyCmp({
|
|
763
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
638
764
|
inputs: ['density', 'disabled', 'icon', 'label', 'rovingFocusVisible', 'softDisabled']
|
|
639
765
|
})
|
|
640
766
|
], MdFabMenuItem);
|
|
@@ -646,6 +772,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
646
772
|
template: '<ng-content></ng-content>',
|
|
647
773
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
648
774
|
inputs: ['density', 'disabled', 'icon', 'label', 'rovingFocusVisible', 'softDisabled'],
|
|
775
|
+
standalone: true
|
|
649
776
|
}]
|
|
650
777
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
651
778
|
let MdIconButton = class MdIconButton {
|
|
@@ -656,10 +783,11 @@ let MdIconButton = class MdIconButton {
|
|
|
656
783
|
proxyOutputs(this, this.el, ['mdClick']);
|
|
657
784
|
}
|
|
658
785
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
659
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdIconButton, selector: "md-icon-button", inputs: { buttonWidth: "buttonWidth", density: "density", disabled: "disabled", href: "href", icon: "icon", ripple: "ripple", selected: "selected", selectedIcon: "selectedIcon", shape: "shape", shapeMorph: "shapeMorph", size: "size", softDisabled: "softDisabled", target: "target", toggle: "toggle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
786
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdIconButton, isStandalone: true, selector: "md-icon-button", inputs: { buttonWidth: "buttonWidth", density: "density", disabled: "disabled", href: "href", icon: "icon", ripple: "ripple", selected: "selected", selectedIcon: "selectedIcon", shape: "shape", shapeMorph: "shapeMorph", size: "size", softDisabled: "softDisabled", target: "target", toggle: "toggle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
660
787
|
};
|
|
661
788
|
MdIconButton = __decorate([
|
|
662
789
|
ProxyCmp({
|
|
790
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
663
791
|
inputs: ['buttonWidth', 'density', 'disabled', 'href', 'icon', 'ripple', 'selected', 'selectedIcon', 'shape', 'shapeMorph', 'size', 'softDisabled', 'target', 'toggle', 'variant']
|
|
664
792
|
})
|
|
665
793
|
], MdIconButton);
|
|
@@ -671,6 +799,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
671
799
|
template: '<ng-content></ng-content>',
|
|
672
800
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
673
801
|
inputs: ['buttonWidth', 'density', 'disabled', 'href', 'icon', 'ripple', 'selected', 'selectedIcon', 'shape', 'shapeMorph', 'size', 'softDisabled', 'target', 'toggle', 'variant'],
|
|
802
|
+
standalone: true
|
|
674
803
|
}]
|
|
675
804
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
676
805
|
let MdLineChart = class MdLineChart {
|
|
@@ -681,10 +810,11 @@ let MdLineChart = class MdLineChart {
|
|
|
681
810
|
proxyOutputs(this, this.el, ['mdMarkerClick', 'mdLineClick', 'mdAreaClick', 'mdAxisClick', 'mdLegendClick', 'mdHover', 'mdReady', 'mdZoom']);
|
|
682
811
|
}
|
|
683
812
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdLineChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
684
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdLineChart, selector: "md-line-chart", inputs: { animation: "animation", animationDuration: "animationDuration", area: "area", axisTicks: "axisTicks", connectNulls: "connectNulls", curve: "curve", density: "density", grid: "grid", heightProp: "heightProp", inverted: "inverted", label: "label", labelEmpty: "labelEmpty", labelPlot: "labelPlot", labelPoint: "labelPoint", labelZoomEnd: "labelZoomEnd", labelZoomStart: "labelZoomStart", legend: "legend", lineWidth: "lineWidth", loading: "loading", loadingLabel: "loadingLabel", locale: "locale", markLines: "markLines", markSize: "markSize", noAnimation: "noAnimation", series: "series", seriesLabels: "seriesLabels", showLabels: "showLabels", showLine: "showLine", showMarks: "showMarks", stack: "stack", subtitle: "subtitle", summary: "summary", tableLabels: "tableLabels", titleAlign: "titleAlign", tooltip: "tooltip", tooltipRenderer: "tooltipRenderer", valueFormatter: "valueFormatter", xAxis: "xAxis", yAxes: "yAxes", yAxis: "yAxis", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
813
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdLineChart, isStandalone: true, selector: "md-line-chart", inputs: { animation: "animation", animationDuration: "animationDuration", area: "area", axisTicks: "axisTicks", connectNulls: "connectNulls", curve: "curve", density: "density", grid: "grid", heightProp: "heightProp", inverted: "inverted", label: "label", labelEmpty: "labelEmpty", labelPlot: "labelPlot", labelPoint: "labelPoint", labelZoomEnd: "labelZoomEnd", labelZoomStart: "labelZoomStart", legend: "legend", lineWidth: "lineWidth", loading: "loading", loadingLabel: "loadingLabel", locale: "locale", markLines: "markLines", markSize: "markSize", noAnimation: "noAnimation", series: "series", seriesLabels: "seriesLabels", showLabels: "showLabels", showLine: "showLine", showMarks: "showMarks", stack: "stack", subtitle: "subtitle", summary: "summary", tableLabels: "tableLabels", titleAlign: "titleAlign", tooltip: "tooltip", tooltipRenderer: "tooltipRenderer", valueFormatter: "valueFormatter", xAxis: "xAxis", yAxes: "yAxes", yAxis: "yAxis", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
685
814
|
};
|
|
686
815
|
MdLineChart = __decorate([
|
|
687
816
|
ProxyCmp({
|
|
817
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
688
818
|
inputs: ['animation', 'animationDuration', 'area', 'axisTicks', 'connectNulls', 'curve', 'density', 'grid', 'heightProp', 'inverted', 'label', 'labelEmpty', 'labelPlot', 'labelPoint', 'labelZoomEnd', 'labelZoomStart', 'legend', 'lineWidth', 'loading', 'loadingLabel', 'locale', 'markLines', 'markSize', 'noAnimation', 'series', 'seriesLabels', 'showLabels', 'showLine', 'showMarks', 'stack', 'subtitle', 'summary', 'tableLabels', 'titleAlign', 'tooltip', 'tooltipRenderer', 'valueFormatter', 'xAxis', 'yAxes', 'yAxis', 'zoom'],
|
|
689
819
|
methods: ['resize', 'replay', 'toDataURL', 'getInstance', 'setZoom', 'resetZoom']
|
|
690
820
|
})
|
|
@@ -697,6 +827,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
697
827
|
template: '<ng-content></ng-content>',
|
|
698
828
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
699
829
|
inputs: ['animation', 'animationDuration', 'area', 'axisTicks', 'connectNulls', 'curve', 'density', 'grid', 'heightProp', 'inverted', 'label', 'labelEmpty', 'labelPlot', 'labelPoint', 'labelZoomEnd', 'labelZoomStart', 'legend', 'lineWidth', 'loading', 'loadingLabel', 'locale', 'markLines', 'markSize', 'noAnimation', 'series', 'seriesLabels', 'showLabels', 'showLine', 'showMarks', 'stack', 'subtitle', 'summary', 'tableLabels', 'titleAlign', 'tooltip', 'tooltipRenderer', 'valueFormatter', 'xAxis', 'yAxes', 'yAxis', 'zoom'],
|
|
830
|
+
standalone: true
|
|
700
831
|
}]
|
|
701
832
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
702
833
|
let MdList = class MdList {
|
|
@@ -707,10 +838,11 @@ let MdList = class MdList {
|
|
|
707
838
|
proxyOutputs(this, this.el, ['mdSelect', 'mdActivate', 'mdReorder']);
|
|
708
839
|
}
|
|
709
840
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
710
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdList, selector: "md-list", inputs: { density: "density", interactionMode: "interactionMode", label: "label", labelledby: "labelledby", listStyle: "listStyle", reorderable: "reorderable", roleOverride: "roleOverride", selectionMode: "selectionMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
841
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdList, isStandalone: true, selector: "md-list", inputs: { density: "density", interactionMode: "interactionMode", label: "label", labelledby: "labelledby", listStyle: "listStyle", reorderable: "reorderable", roleOverride: "roleOverride", selectionMode: "selectionMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
711
842
|
};
|
|
712
843
|
MdList = __decorate([
|
|
713
844
|
ProxyCmp({
|
|
845
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
714
846
|
inputs: ['density', 'interactionMode', 'label', 'labelledby', 'listStyle', 'reorderable', 'roleOverride', 'selectionMode'],
|
|
715
847
|
methods: ['activateNext', 'activatePrevious', 'selectItem', 'getSelectedIndices']
|
|
716
848
|
})
|
|
@@ -723,6 +855,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
723
855
|
template: '<ng-content></ng-content>',
|
|
724
856
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
725
857
|
inputs: ['density', 'interactionMode', 'label', 'labelledby', 'listStyle', 'reorderable', 'roleOverride', 'selectionMode'],
|
|
858
|
+
standalone: true
|
|
726
859
|
}]
|
|
727
860
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
728
861
|
let MdListItem = class MdListItem {
|
|
@@ -733,10 +866,11 @@ let MdListItem = class MdListItem {
|
|
|
733
866
|
proxyOutputs(this, this.el, ['mdClick', 'mdItemClick', 'mdItemSelect', 'mdRequestActivation', 'mdItemRequestReorder', 'mdExpand']);
|
|
734
867
|
}
|
|
735
868
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
736
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdListItem, selector: "md-list-item", inputs: { containerRole: "containerRole", density: "density", disabled: "disabled", expandable: "expandable", expanded: "expanded", headline: "headline", href: "href", interactionMode: "interactionMode", leadingAvatar: "leadingAvatar", leadingAvatarAlt: "leadingAvatarAlt", leadingAvatarLabel: "leadingAvatarLabel", leadingAvatarName: "leadingAvatarName", leadingIcon: "leadingIcon", leadingImage: "leadingImage", leadingImageAlt: "leadingImageAlt", lines: "lines", overline: "overline", reorderable: "reorderable", rovingFocusVisible: "rovingFocusVisible", selected: "selected", selectionMode: "selectionMode", softDisabled: "softDisabled", supportingText: "supportingText", tabbable: "tabbable", target: "target", trailingIcon: "trailingIcon", trailingSupportingText: "trailingSupportingText", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
869
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdListItem, isStandalone: true, selector: "md-list-item", inputs: { containerRole: "containerRole", density: "density", disabled: "disabled", expandable: "expandable", expanded: "expanded", headline: "headline", href: "href", interactionMode: "interactionMode", leadingAvatar: "leadingAvatar", leadingAvatarAlt: "leadingAvatarAlt", leadingAvatarLabel: "leadingAvatarLabel", leadingAvatarName: "leadingAvatarName", leadingIcon: "leadingIcon", leadingImage: "leadingImage", leadingImageAlt: "leadingImageAlt", lines: "lines", overline: "overline", reorderable: "reorderable", rovingFocusVisible: "rovingFocusVisible", selected: "selected", selectionMode: "selectionMode", softDisabled: "softDisabled", supportingText: "supportingText", tabbable: "tabbable", target: "target", trailingIcon: "trailingIcon", trailingSupportingText: "trailingSupportingText", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
737
870
|
};
|
|
738
871
|
MdListItem = __decorate([
|
|
739
872
|
ProxyCmp({
|
|
873
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
740
874
|
inputs: ['containerRole', 'density', 'disabled', 'expandable', 'expanded', 'headline', 'href', 'interactionMode', 'leadingAvatar', 'leadingAvatarAlt', 'leadingAvatarLabel', 'leadingAvatarName', 'leadingIcon', 'leadingImage', 'leadingImageAlt', 'lines', 'overline', 'reorderable', 'rovingFocusVisible', 'selected', 'selectionMode', 'softDisabled', 'supportingText', 'tabbable', 'target', 'trailingIcon', 'trailingSupportingText', 'type'],
|
|
741
875
|
methods: ['setFocus', 'focusItem', 'toggle', 'expand', 'collapse']
|
|
742
876
|
})
|
|
@@ -749,6 +883,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
749
883
|
template: '<ng-content></ng-content>',
|
|
750
884
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
751
885
|
inputs: ['containerRole', 'density', 'disabled', 'expandable', 'expanded', 'headline', 'href', 'interactionMode', 'leadingAvatar', 'leadingAvatarAlt', 'leadingAvatarLabel', 'leadingAvatarName', 'leadingIcon', 'leadingImage', 'leadingImageAlt', 'lines', 'overline', 'reorderable', 'rovingFocusVisible', 'selected', 'selectionMode', 'softDisabled', 'supportingText', 'tabbable', 'target', 'trailingIcon', 'trailingSupportingText', 'type'],
|
|
886
|
+
standalone: true
|
|
752
887
|
}]
|
|
753
888
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
754
889
|
let MdLoadingIndicator = class MdLoadingIndicator {
|
|
@@ -758,10 +893,11 @@ let MdLoadingIndicator = class MdLoadingIndicator {
|
|
|
758
893
|
this.el = r.nativeElement;
|
|
759
894
|
}
|
|
760
895
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdLoadingIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
761
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdLoadingIndicator, selector: "md-loading-indicator", inputs: { density: "density", label: "label", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
896
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdLoadingIndicator, isStandalone: true, selector: "md-loading-indicator", inputs: { density: "density", label: "label", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
762
897
|
};
|
|
763
898
|
MdLoadingIndicator = __decorate([
|
|
764
899
|
ProxyCmp({
|
|
900
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
765
901
|
inputs: ['density', 'label', 'variant']
|
|
766
902
|
})
|
|
767
903
|
], MdLoadingIndicator);
|
|
@@ -773,6 +909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
773
909
|
template: '<ng-content></ng-content>',
|
|
774
910
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
775
911
|
inputs: ['density', 'label', 'variant'],
|
|
912
|
+
standalone: true
|
|
776
913
|
}]
|
|
777
914
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
778
915
|
let MdMenu = class MdMenu {
|
|
@@ -783,10 +920,11 @@ let MdMenu = class MdMenu {
|
|
|
783
920
|
proxyOutputs(this, this.el, ['mdOpen', 'mdClose']);
|
|
784
921
|
}
|
|
785
922
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
786
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMenu, selector: "md-menu", inputs: { anchor: "anchor", autoFocus: "autoFocus", density: "density", emptyText: "emptyText", layout: "layout", listLabel: "listLabel", listbox: "listbox", matchAnchorWidth: "matchAnchorWidth", maxHeight: "maxHeight", open: "open", persistent: "persistent", placement: "placement", quick: "quick", responsive: "responsive", useGap: "useGap", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
923
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMenu, isStandalone: true, selector: "md-menu", inputs: { anchor: "anchor", autoFocus: "autoFocus", density: "density", emptyText: "emptyText", layout: "layout", listLabel: "listLabel", listbox: "listbox", matchAnchorWidth: "matchAnchorWidth", maxHeight: "maxHeight", open: "open", persistent: "persistent", placement: "placement", quick: "quick", responsive: "responsive", useGap: "useGap", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
787
924
|
};
|
|
788
925
|
MdMenu = __decorate([
|
|
789
926
|
ProxyCmp({
|
|
927
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
790
928
|
inputs: ['anchor', 'autoFocus', 'density', 'emptyText', 'layout', 'listLabel', 'listbox', 'matchAnchorWidth', 'maxHeight', 'open', 'persistent', 'placement', 'quick', 'responsive', 'useGap', 'variant'],
|
|
791
929
|
methods: ['setComboboxElement', 'setVirtualProvider', 'getScrollViewport', 'show', 'reposition', 'close']
|
|
792
930
|
})
|
|
@@ -799,6 +937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
799
937
|
template: '<ng-content></ng-content>',
|
|
800
938
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
801
939
|
inputs: ['anchor', 'autoFocus', 'density', 'emptyText', 'layout', 'listLabel', 'listbox', 'matchAnchorWidth', 'maxHeight', 'open', 'persistent', 'placement', 'quick', 'responsive', 'useGap', 'variant'],
|
|
940
|
+
standalone: true
|
|
802
941
|
}]
|
|
803
942
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
804
943
|
let MdMenuItem = class MdMenuItem {
|
|
@@ -809,10 +948,11 @@ let MdMenuItem = class MdMenuItem {
|
|
|
809
948
|
proxyOutputs(this, this.el, ['mdClick']);
|
|
810
949
|
}
|
|
811
950
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
812
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMenuItem, selector: "md-menu-item", inputs: { badge: "badge", checkPosition: "checkPosition", density: "density", disabled: "disabled", divider: "divider", gap: "gap", headline: "headline", indeterminate: "indeterminate", keepOpen: "keepOpen", presentation: "presentation", roleOverride: "roleOverride", selected: "selected", supportingText: "supportingText", trailingText: "trailingText", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
951
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMenuItem, isStandalone: true, selector: "md-menu-item", inputs: { badge: "badge", checkPosition: "checkPosition", density: "density", disabled: "disabled", divider: "divider", gap: "gap", headline: "headline", indeterminate: "indeterminate", keepOpen: "keepOpen", presentation: "presentation", roleOverride: "roleOverride", selected: "selected", supportingText: "supportingText", trailingText: "trailingText", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
813
952
|
};
|
|
814
953
|
MdMenuItem = __decorate([
|
|
815
954
|
ProxyCmp({
|
|
955
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
816
956
|
inputs: ['badge', 'checkPosition', 'density', 'disabled', 'divider', 'gap', 'headline', 'indeterminate', 'keepOpen', 'presentation', 'roleOverride', 'selected', 'supportingText', 'trailingText', 'type']
|
|
817
957
|
})
|
|
818
958
|
], MdMenuItem);
|
|
@@ -824,6 +964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
824
964
|
template: '<ng-content></ng-content>',
|
|
825
965
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
826
966
|
inputs: ['badge', 'checkPosition', 'density', 'disabled', 'divider', 'gap', 'headline', 'indeterminate', 'keepOpen', 'presentation', 'roleOverride', 'selected', 'supportingText', 'trailingText', 'type'],
|
|
967
|
+
standalone: true
|
|
827
968
|
}]
|
|
828
969
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
829
970
|
let MdMenuItemGroup = class MdMenuItemGroup {
|
|
@@ -833,10 +974,11 @@ let MdMenuItemGroup = class MdMenuItemGroup {
|
|
|
833
974
|
this.el = r.nativeElement;
|
|
834
975
|
}
|
|
835
976
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdMenuItemGroup, 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: "17.3.12", type: MdMenuItemGroup, selector: "md-menu-item-group", inputs: { density: "density", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
977
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMenuItemGroup, isStandalone: true, selector: "md-menu-item-group", inputs: { density: "density", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
837
978
|
};
|
|
838
979
|
MdMenuItemGroup = __decorate([
|
|
839
980
|
ProxyCmp({
|
|
981
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
840
982
|
inputs: ['density', 'label']
|
|
841
983
|
})
|
|
842
984
|
], MdMenuItemGroup);
|
|
@@ -848,6 +990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
848
990
|
template: '<ng-content></ng-content>',
|
|
849
991
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
850
992
|
inputs: ['density', 'label'],
|
|
993
|
+
standalone: true
|
|
851
994
|
}]
|
|
852
995
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
853
996
|
let MdMeter = class MdMeter {
|
|
@@ -857,10 +1000,11 @@ let MdMeter = class MdMeter {
|
|
|
857
1000
|
this.el = r.nativeElement;
|
|
858
1001
|
}
|
|
859
1002
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdMeter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
860
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMeter, selector: "md-meter", inputs: { color: "color", density: "density", formatOptions: "formatOptions", label: "label", locale: "locale", max: "max", min: "min", showLabel: "showLabel", showValue: "showValue", size: "size", thickness: "thickness", value: "value", valueText: "valueText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1003
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMeter, isStandalone: true, selector: "md-meter", inputs: { color: "color", density: "density", formatOptions: "formatOptions", label: "label", locale: "locale", max: "max", min: "min", showLabel: "showLabel", showValue: "showValue", size: "size", thickness: "thickness", value: "value", valueText: "valueText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
861
1004
|
};
|
|
862
1005
|
MdMeter = __decorate([
|
|
863
1006
|
ProxyCmp({
|
|
1007
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
864
1008
|
inputs: ['color', 'density', 'formatOptions', 'label', 'locale', 'max', 'min', 'showLabel', 'showValue', 'size', 'thickness', 'value', 'valueText', 'variant']
|
|
865
1009
|
})
|
|
866
1010
|
], MdMeter);
|
|
@@ -872,6 +1016,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
872
1016
|
template: '<ng-content></ng-content>',
|
|
873
1017
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
874
1018
|
inputs: ['color', 'density', 'formatOptions', 'label', 'locale', 'max', 'min', 'showLabel', 'showValue', 'size', 'thickness', 'value', 'valueText', 'variant'],
|
|
1019
|
+
standalone: true
|
|
875
1020
|
}]
|
|
876
1021
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
877
1022
|
let MdMultiSelect = class MdMultiSelect {
|
|
@@ -882,10 +1027,11 @@ let MdMultiSelect = class MdMultiSelect {
|
|
|
882
1027
|
proxyOutputs(this, this.el, ['mdChange', 'mdOpen', 'mdClose', 'mdRemove', 'mdClear', 'mdValidityChange']);
|
|
883
1028
|
}
|
|
884
1029
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdMultiSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
885
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMultiSelect, selector: "md-multi-select", inputs: { chipOverflow: "chipOverflow", chipPosition: "chipPosition", clearIcon: "clearIcon", clearLabel: "clearLabel", clearable: "clearable", countFormatter: "countFormatter", density: "density", disabled: "disabled", displayMode: "displayMode", dropdownIcon: "dropdownIcon", error: "error", errorText: "errorText", filterLabel: "filterLabel", filterMode: "filterMode", filterable: "filterable", label: "label", loading: "loading", loadingText: "loadingText", matchTriggerWidth: "matchTriggerWidth", maxHeight: "maxHeight", maxSelected: "maxSelected", name: "name", noOptionsText: "noOptionsText", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", placement: "placement", required: "required", reserveSupportingSpace: "reserveSupportingSpace", rowHeight: "rowHeight", searchPlaceholder: "searchPlaceholder", searchingLabel: "searchingLabel", selectAllLabel: "selectAllLabel", showSelectAll: "showSelectAll", softDisabled: "softDisabled", supportingText: "supportingText", trigger: "trigger", triggerIcon: "triggerIcon", triggerLabel: "triggerLabel", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant", virtualize: "virtualize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1030
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdMultiSelect, isStandalone: true, selector: "md-multi-select", inputs: { chipOverflow: "chipOverflow", chipPosition: "chipPosition", clearIcon: "clearIcon", clearLabel: "clearLabel", clearable: "clearable", countFormatter: "countFormatter", density: "density", disabled: "disabled", displayMode: "displayMode", dropdownIcon: "dropdownIcon", error: "error", errorText: "errorText", filterLabel: "filterLabel", filterMode: "filterMode", filterable: "filterable", label: "label", loading: "loading", loadingText: "loadingText", matchTriggerWidth: "matchTriggerWidth", maxHeight: "maxHeight", maxSelected: "maxSelected", name: "name", noOptionsText: "noOptionsText", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", placement: "placement", required: "required", reserveSupportingSpace: "reserveSupportingSpace", rowHeight: "rowHeight", searchPlaceholder: "searchPlaceholder", searchingLabel: "searchingLabel", selectAllLabel: "selectAllLabel", showSelectAll: "showSelectAll", softDisabled: "softDisabled", supportingText: "supportingText", trigger: "trigger", triggerIcon: "triggerIcon", triggerLabel: "triggerLabel", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant", virtualize: "virtualize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
886
1031
|
};
|
|
887
1032
|
MdMultiSelect = __decorate([
|
|
888
1033
|
ProxyCmp({
|
|
1034
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
889
1035
|
inputs: ['chipOverflow', 'chipPosition', 'clearIcon', 'clearLabel', 'clearable', 'countFormatter', 'density', 'disabled', 'displayMode', 'dropdownIcon', 'error', 'errorText', 'filterLabel', 'filterMode', 'filterable', 'label', 'loading', 'loadingText', 'matchTriggerWidth', 'maxHeight', 'maxSelected', 'name', 'noOptionsText', 'noResultsText', 'open', 'options', 'placeholder', 'placement', 'required', 'reserveSupportingSpace', 'rowHeight', 'searchPlaceholder', 'searchingLabel', 'selectAllLabel', 'showSelectAll', 'softDisabled', 'supportingText', 'trigger', 'triggerIcon', 'triggerLabel', 'value', 'valueMissingLabel', 'variant', 'virtualize'],
|
|
890
1036
|
methods: ['show', 'close', 'focusTrigger', 'reset', 'loadOptions', 'setQuery', 'getLabels', 'getValidity', 'checkValidity', 'reportValidity', 'setCustomValidity']
|
|
891
1037
|
})
|
|
@@ -898,6 +1044,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
898
1044
|
template: '<ng-content></ng-content>',
|
|
899
1045
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
900
1046
|
inputs: ['chipOverflow', 'chipPosition', 'clearIcon', 'clearLabel', 'clearable', 'countFormatter', 'density', 'disabled', 'displayMode', 'dropdownIcon', 'error', 'errorText', 'filterLabel', 'filterMode', 'filterable', 'label', 'loading', 'loadingText', 'matchTriggerWidth', 'maxHeight', 'maxSelected', 'name', 'noOptionsText', 'noResultsText', 'open', 'options', 'placeholder', 'placement', 'required', 'reserveSupportingSpace', 'rowHeight', 'searchPlaceholder', 'searchingLabel', 'selectAllLabel', 'showSelectAll', 'softDisabled', 'supportingText', 'trigger', 'triggerIcon', 'triggerLabel', 'value', 'valueMissingLabel', 'variant', 'virtualize'],
|
|
1047
|
+
standalone: true
|
|
901
1048
|
}]
|
|
902
1049
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
903
1050
|
let MdNavigationBar = class MdNavigationBar {
|
|
@@ -908,10 +1055,11 @@ let MdNavigationBar = class MdNavigationBar {
|
|
|
908
1055
|
proxyOutputs(this, this.el, ['mdChange']);
|
|
909
1056
|
}
|
|
910
1057
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdNavigationBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
911
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNavigationBar, selector: "md-navigation-bar", inputs: { activeIndex: "activeIndex", density: "density", labelBehavior: "labelBehavior", manualActivation: "manualActivation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1058
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNavigationBar, isStandalone: true, selector: "md-navigation-bar", inputs: { activeIndex: "activeIndex", density: "density", labelBehavior: "labelBehavior", manualActivation: "manualActivation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
912
1059
|
};
|
|
913
1060
|
MdNavigationBar = __decorate([
|
|
914
1061
|
ProxyCmp({
|
|
1062
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
915
1063
|
inputs: ['activeIndex', 'density', 'labelBehavior', 'manualActivation'],
|
|
916
1064
|
methods: ['select', 'focusTab']
|
|
917
1065
|
})
|
|
@@ -924,6 +1072,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
924
1072
|
template: '<ng-content></ng-content>',
|
|
925
1073
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
926
1074
|
inputs: ['activeIndex', 'density', 'labelBehavior', 'manualActivation'],
|
|
1075
|
+
standalone: true
|
|
927
1076
|
}]
|
|
928
1077
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
929
1078
|
let MdNavigationRail = class MdNavigationRail {
|
|
@@ -934,10 +1083,11 @@ let MdNavigationRail = class MdNavigationRail {
|
|
|
934
1083
|
proxyOutputs(this, this.el, ['mdTabChange', 'mdExpand', 'mdCollapse']);
|
|
935
1084
|
}
|
|
936
1085
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdNavigationRail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
937
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNavigationRail, selector: "md-navigation-rail", inputs: { activeIndex: "activeIndex", alignment: "alignment", density: "density", disableFocusManagement: "disableFocusManagement", expandable: "expandable", fullHeight: "fullHeight", label: "label", labelVisibility: "labelVisibility", maxVisible: "maxVisible", modal: "modal", orientation: "orientation", overflowIcon: "overflowIcon", overflowLabel: "overflowLabel", toggleLabel: "toggleLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1086
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNavigationRail, isStandalone: true, selector: "md-navigation-rail", inputs: { activeIndex: "activeIndex", alignment: "alignment", density: "density", disableFocusManagement: "disableFocusManagement", expandable: "expandable", fullHeight: "fullHeight", label: "label", labelVisibility: "labelVisibility", maxVisible: "maxVisible", modal: "modal", orientation: "orientation", overflowIcon: "overflowIcon", overflowLabel: "overflowLabel", toggleLabel: "toggleLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
938
1087
|
};
|
|
939
1088
|
MdNavigationRail = __decorate([
|
|
940
1089
|
ProxyCmp({
|
|
1090
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
941
1091
|
inputs: ['activeIndex', 'alignment', 'density', 'disableFocusManagement', 'expandable', 'fullHeight', 'label', 'labelVisibility', 'maxVisible', 'modal', 'orientation', 'overflowIcon', 'overflowLabel', 'toggleLabel', 'variant'],
|
|
942
1092
|
methods: ['expand', 'collapse', 'toggle', 'focusTab']
|
|
943
1093
|
})
|
|
@@ -950,6 +1100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
950
1100
|
template: '<ng-content></ng-content>',
|
|
951
1101
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
952
1102
|
inputs: ['activeIndex', 'alignment', 'density', 'disableFocusManagement', 'expandable', 'fullHeight', 'label', 'labelVisibility', 'maxVisible', 'modal', 'orientation', 'overflowIcon', 'overflowLabel', 'toggleLabel', 'variant'],
|
|
1103
|
+
standalone: true
|
|
953
1104
|
}]
|
|
954
1105
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
955
1106
|
let MdNavigationRailTab = class MdNavigationRailTab {
|
|
@@ -960,10 +1111,11 @@ let MdNavigationRailTab = class MdNavigationRailTab {
|
|
|
960
1111
|
proxyOutputs(this, this.el, ['mdTabClick', 'mdSubmenuToggle']);
|
|
961
1112
|
}
|
|
962
1113
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdNavigationRailTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
963
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNavigationRailTab, selector: "md-navigation-rail-tab", inputs: { active: "active", badge: "badge", badgeValue: "badgeValue", density: "density", disabled: "disabled", expanded: "expanded", href: "href", icon: "icon", label: "label", labelVisibility: "labelVisibility", target: "target", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1114
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNavigationRailTab, isStandalone: true, selector: "md-navigation-rail-tab", inputs: { active: "active", badge: "badge", badgeValue: "badgeValue", density: "density", disabled: "disabled", expanded: "expanded", href: "href", icon: "icon", label: "label", labelVisibility: "labelVisibility", target: "target", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
964
1115
|
};
|
|
965
1116
|
MdNavigationRailTab = __decorate([
|
|
966
1117
|
ProxyCmp({
|
|
1118
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
967
1119
|
inputs: ['active', 'badge', 'badgeValue', 'density', 'disabled', 'expanded', 'href', 'icon', 'label', 'labelVisibility', 'target', 'value'],
|
|
968
1120
|
methods: ['clearSubmenuSelection']
|
|
969
1121
|
})
|
|
@@ -976,6 +1128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
976
1128
|
template: '<ng-content></ng-content>',
|
|
977
1129
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
978
1130
|
inputs: ['active', 'badge', 'badgeValue', 'density', 'disabled', 'expanded', 'href', 'icon', 'label', 'labelVisibility', 'target', 'value'],
|
|
1131
|
+
standalone: true
|
|
979
1132
|
}]
|
|
980
1133
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
981
1134
|
let MdNavigationTab = class MdNavigationTab {
|
|
@@ -986,10 +1139,11 @@ let MdNavigationTab = class MdNavigationTab {
|
|
|
986
1139
|
proxyOutputs(this, this.el, ['mdTabClick']);
|
|
987
1140
|
}
|
|
988
1141
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdNavigationTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
989
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNavigationTab, selector: "md-navigation-tab", inputs: { active: "active", activeIcon: "activeIcon", badge: "badge", badgeMax: "badgeMax", badgeValue: "badgeValue", density: "density", disabled: "disabled", href: "href", icon: "icon", label: "label", labelBehavior: "labelBehavior", softDisabled: "softDisabled", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1142
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNavigationTab, isStandalone: true, selector: "md-navigation-tab", inputs: { active: "active", activeIcon: "activeIcon", badge: "badge", badgeMax: "badgeMax", badgeValue: "badgeValue", density: "density", disabled: "disabled", href: "href", icon: "icon", label: "label", labelBehavior: "labelBehavior", softDisabled: "softDisabled", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
990
1143
|
};
|
|
991
1144
|
MdNavigationTab = __decorate([
|
|
992
1145
|
ProxyCmp({
|
|
1146
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
993
1147
|
inputs: ['active', 'activeIcon', 'badge', 'badgeMax', 'badgeValue', 'density', 'disabled', 'href', 'icon', 'label', 'labelBehavior', 'softDisabled', 'target'],
|
|
994
1148
|
methods: ['focusEl']
|
|
995
1149
|
})
|
|
@@ -1002,6 +1156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1002
1156
|
template: '<ng-content></ng-content>',
|
|
1003
1157
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1004
1158
|
inputs: ['active', 'activeIcon', 'badge', 'badgeMax', 'badgeValue', 'density', 'disabled', 'href', 'icon', 'label', 'labelBehavior', 'softDisabled', 'target'],
|
|
1159
|
+
standalone: true
|
|
1005
1160
|
}]
|
|
1006
1161
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1007
1162
|
let MdNumberField = class MdNumberField {
|
|
@@ -1012,10 +1167,11 @@ let MdNumberField = class MdNumberField {
|
|
|
1012
1167
|
proxyOutputs(this, this.el, ['mdInput', 'mdChange', 'mdValidityChange']);
|
|
1013
1168
|
}
|
|
1014
1169
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdNumberField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1015
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNumberField, selector: "md-number-field", inputs: { allowOutOfRange: "allowOutOfRange", allowWheelScrub: "allowWheelScrub", decrementLabel: "decrementLabel", density: "density", disabled: "disabled", error: "error", errorText: "errorText", formatOptions: "formatOptions", incrementLabel: "incrementLabel", label: "label", largeStep: "largeStep", locale: "locale", max: "max", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", reserveSupportingSpace: "reserveSupportingSpace", smallStep: "smallStep", snapOnStep: "snapOnStep", step: "step", steppers: "steppers", supportingText: "supportingText", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1170
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdNumberField, isStandalone: true, selector: "md-number-field", inputs: { allowOutOfRange: "allowOutOfRange", allowWheelScrub: "allowWheelScrub", decrementLabel: "decrementLabel", density: "density", disabled: "disabled", error: "error", errorText: "errorText", formatOptions: "formatOptions", incrementLabel: "incrementLabel", label: "label", largeStep: "largeStep", locale: "locale", max: "max", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", reserveSupportingSpace: "reserveSupportingSpace", smallStep: "smallStep", snapOnStep: "snapOnStep", step: "step", steppers: "steppers", supportingText: "supportingText", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1016
1171
|
};
|
|
1017
1172
|
MdNumberField = __decorate([
|
|
1018
1173
|
ProxyCmp({
|
|
1174
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1019
1175
|
inputs: ['allowOutOfRange', 'allowWheelScrub', 'decrementLabel', 'density', 'disabled', 'error', 'errorText', 'formatOptions', 'incrementLabel', 'label', 'largeStep', 'locale', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'reserveSupportingSpace', 'smallStep', 'snapOnStep', 'step', 'steppers', 'supportingText', 'value', 'valueMissingLabel', 'variant'],
|
|
1020
1176
|
methods: ['setFocus', 'select', 'stepUp', 'stepDown', 'getValidity', 'checkValidity', 'reportValidity', 'setCustomValidity']
|
|
1021
1177
|
})
|
|
@@ -1028,6 +1184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1028
1184
|
template: '<ng-content></ng-content>',
|
|
1029
1185
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1030
1186
|
inputs: ['allowOutOfRange', 'allowWheelScrub', 'decrementLabel', 'density', 'disabled', 'error', 'errorText', 'formatOptions', 'incrementLabel', 'label', 'largeStep', 'locale', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'reserveSupportingSpace', 'smallStep', 'snapOnStep', 'step', 'steppers', 'supportingText', 'value', 'valueMissingLabel', 'variant'],
|
|
1187
|
+
standalone: true
|
|
1031
1188
|
}]
|
|
1032
1189
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1033
1190
|
let MdOrganizationChart = class MdOrganizationChart {
|
|
@@ -1038,10 +1195,11 @@ let MdOrganizationChart = class MdOrganizationChart {
|
|
|
1038
1195
|
proxyOutputs(this, this.el, ['mdSelectionChange', 'mdNodeToggle']);
|
|
1039
1196
|
}
|
|
1040
1197
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdOrganizationChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1041
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdOrganizationChart, selector: "md-organization-chart", inputs: { collapseLabel: "collapseLabel", collapsible: "collapsible", density: "density", expandLabel: "expandLabel", label: "label", nodes: "nodes", orientation: "orientation", selectedIds: "selectedIds", selectionMode: "selectionMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1198
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdOrganizationChart, isStandalone: true, selector: "md-organization-chart", inputs: { collapseLabel: "collapseLabel", collapsible: "collapsible", density: "density", expandLabel: "expandLabel", label: "label", nodes: "nodes", orientation: "orientation", selectedIds: "selectedIds", selectionMode: "selectionMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1042
1199
|
};
|
|
1043
1200
|
MdOrganizationChart = __decorate([
|
|
1044
1201
|
ProxyCmp({
|
|
1202
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1045
1203
|
inputs: ['collapseLabel', 'collapsible', 'density', 'expandLabel', 'label', 'nodes', 'orientation', 'selectedIds', 'selectionMode']
|
|
1046
1204
|
})
|
|
1047
1205
|
], MdOrganizationChart);
|
|
@@ -1053,6 +1211,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1053
1211
|
template: '<ng-content></ng-content>',
|
|
1054
1212
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1055
1213
|
inputs: ['collapseLabel', 'collapsible', 'density', 'expandLabel', 'label', 'nodes', 'orientation', 'selectedIds', 'selectionMode'],
|
|
1214
|
+
standalone: true
|
|
1056
1215
|
}]
|
|
1057
1216
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1058
1217
|
let MdOtpField = class MdOtpField {
|
|
@@ -1063,10 +1222,11 @@ let MdOtpField = class MdOtpField {
|
|
|
1063
1222
|
proxyOutputs(this, this.el, ['mdInput', 'mdChange', 'mdComplete', 'mdInvalidInput', 'mdValidityChange']);
|
|
1064
1223
|
}
|
|
1065
1224
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdOtpField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1066
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdOtpField, selector: "md-otp-field", inputs: { autoSubmit: "autoSubmit", cellLabelTemplate: "cellLabelTemplate", density: "density", disabled: "disabled", error: "error", errorText: "errorText", groupSize: "groupSize", incompleteLabel: "incompleteLabel", inputMode: "inputMode", label: "label", length: "length", mask: "mask", name: "name", readOnly: "readOnly", required: "required", reserveSupportingSpace: "reserveSupportingSpace", supportingText: "supportingText", transform: "transform", validationType: "validationType", value: "value", valueMissingLabel: "valueMissingLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1225
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdOtpField, isStandalone: true, selector: "md-otp-field", inputs: { autoSubmit: "autoSubmit", cellLabelTemplate: "cellLabelTemplate", density: "density", disabled: "disabled", error: "error", errorText: "errorText", groupSize: "groupSize", incompleteLabel: "incompleteLabel", inputMode: "inputMode", label: "label", length: "length", mask: "mask", name: "name", readOnly: "readOnly", required: "required", reserveSupportingSpace: "reserveSupportingSpace", supportingText: "supportingText", transform: "transform", validationType: "validationType", value: "value", valueMissingLabel: "valueMissingLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1067
1226
|
};
|
|
1068
1227
|
MdOtpField = __decorate([
|
|
1069
1228
|
ProxyCmp({
|
|
1229
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1070
1230
|
inputs: ['autoSubmit', 'cellLabelTemplate', 'density', 'disabled', 'error', 'errorText', 'groupSize', 'incompleteLabel', 'inputMode', 'label', 'length', 'mask', 'name', 'readOnly', 'required', 'reserveSupportingSpace', 'supportingText', 'transform', 'validationType', 'value', 'valueMissingLabel'],
|
|
1071
1231
|
methods: ['setFocus', 'clear', 'getValidity', 'setCustomValidity', 'checkValidity', 'reportValidity']
|
|
1072
1232
|
})
|
|
@@ -1079,6 +1239,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1079
1239
|
template: '<ng-content></ng-content>',
|
|
1080
1240
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1081
1241
|
inputs: ['autoSubmit', 'cellLabelTemplate', 'density', 'disabled', 'error', 'errorText', 'groupSize', 'incompleteLabel', 'inputMode', 'label', 'length', 'mask', 'name', 'readOnly', 'required', 'reserveSupportingSpace', 'supportingText', 'transform', 'validationType', 'value', 'valueMissingLabel'],
|
|
1242
|
+
standalone: true
|
|
1082
1243
|
}]
|
|
1083
1244
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1084
1245
|
let MdPieChart = class MdPieChart {
|
|
@@ -1089,10 +1250,11 @@ let MdPieChart = class MdPieChart {
|
|
|
1089
1250
|
proxyOutputs(this, this.el, ['mdSliceClick', 'mdLegendClick', 'mdReady']);
|
|
1090
1251
|
}
|
|
1091
1252
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdPieChart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1092
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdPieChart, selector: "md-pie-chart", inputs: { animation: "animation", animationDuration: "animationDuration", cornerRadius: "cornerRadius", data: "data", density: "density", endAngle: "endAngle", gradient: "gradient", heightProp: "heightProp", highlight: "highlight", innerRadius: "innerRadius", label: "label", labelEmpty: "labelEmpty", labelMode: "labelMode", labelPlot: "labelPlot", labelPoint: "labelPoint", legend: "legend", loading: "loading", loadingLabel: "loadingLabel", locale: "locale", monochrome: "monochrome", noAnimation: "noAnimation", outerRadius: "outerRadius", paddingAngle: "paddingAngle", ringWidths: "ringWidths", showLabels: "showLabels", startAngle: "startAngle", subtitle: "subtitle", summary: "summary", tableLabels: "tableLabels", titleAlign: "titleAlign", tooltip: "tooltip", tooltipRenderer: "tooltipRenderer", valueFormatter: "valueFormatter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1253
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdPieChart, isStandalone: true, selector: "md-pie-chart", inputs: { animation: "animation", animationDuration: "animationDuration", cornerRadius: "cornerRadius", data: "data", density: "density", endAngle: "endAngle", gradient: "gradient", heightProp: "heightProp", highlight: "highlight", innerRadius: "innerRadius", label: "label", labelEmpty: "labelEmpty", labelMode: "labelMode", labelPlot: "labelPlot", labelPoint: "labelPoint", legend: "legend", loading: "loading", loadingLabel: "loadingLabel", locale: "locale", monochrome: "monochrome", noAnimation: "noAnimation", outerRadius: "outerRadius", paddingAngle: "paddingAngle", ringWidths: "ringWidths", showLabels: "showLabels", startAngle: "startAngle", subtitle: "subtitle", summary: "summary", tableLabels: "tableLabels", titleAlign: "titleAlign", tooltip: "tooltip", tooltipRenderer: "tooltipRenderer", valueFormatter: "valueFormatter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1093
1254
|
};
|
|
1094
1255
|
MdPieChart = __decorate([
|
|
1095
1256
|
ProxyCmp({
|
|
1257
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1096
1258
|
inputs: ['animation', 'animationDuration', 'cornerRadius', 'data', 'density', 'endAngle', 'gradient', 'heightProp', 'highlight', 'innerRadius', 'label', 'labelEmpty', 'labelMode', 'labelPlot', 'labelPoint', 'legend', 'loading', 'loadingLabel', 'locale', 'monochrome', 'noAnimation', 'outerRadius', 'paddingAngle', 'ringWidths', 'showLabels', 'startAngle', 'subtitle', 'summary', 'tableLabels', 'titleAlign', 'tooltip', 'tooltipRenderer', 'valueFormatter'],
|
|
1097
1259
|
methods: ['resize', 'replay', 'drill', 'toDataURL', 'getInstance']
|
|
1098
1260
|
})
|
|
@@ -1105,6 +1267,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1105
1267
|
template: '<ng-content></ng-content>',
|
|
1106
1268
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1107
1269
|
inputs: ['animation', 'animationDuration', 'cornerRadius', 'data', 'density', 'endAngle', 'gradient', 'heightProp', 'highlight', 'innerRadius', 'label', 'labelEmpty', 'labelMode', 'labelPlot', 'labelPoint', 'legend', 'loading', 'loadingLabel', 'locale', 'monochrome', 'noAnimation', 'outerRadius', 'paddingAngle', 'ringWidths', 'showLabels', 'startAngle', 'subtitle', 'summary', 'tableLabels', 'titleAlign', 'tooltip', 'tooltipRenderer', 'valueFormatter'],
|
|
1270
|
+
standalone: true
|
|
1108
1271
|
}]
|
|
1109
1272
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1110
1273
|
let MdProgressIndicator = class MdProgressIndicator {
|
|
@@ -1115,10 +1278,11 @@ let MdProgressIndicator = class MdProgressIndicator {
|
|
|
1115
1278
|
proxyOutputs(this, this.el, ['mdComplete']);
|
|
1116
1279
|
}
|
|
1117
1280
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1118
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdProgressIndicator, selector: "md-progress-indicator", inputs: { complete: "complete", density: "density", fourColor: "fourColor", indeterminate: "indeterminate", label: "label", max: "max", size: "size", thickness: "thickness", value: "value", variant: "variant", wave: "wave", waveAmplitude: "waveAmplitude", waveLength: "waveLength", waveSpeed: "waveSpeed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1281
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdProgressIndicator, isStandalone: true, selector: "md-progress-indicator", inputs: { complete: "complete", density: "density", fourColor: "fourColor", indeterminate: "indeterminate", label: "label", max: "max", size: "size", thickness: "thickness", value: "value", variant: "variant", wave: "wave", waveAmplitude: "waveAmplitude", waveLength: "waveLength", waveSpeed: "waveSpeed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1119
1282
|
};
|
|
1120
1283
|
MdProgressIndicator = __decorate([
|
|
1121
1284
|
ProxyCmp({
|
|
1285
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1122
1286
|
inputs: ['complete', 'density', 'fourColor', 'indeterminate', 'label', 'max', 'size', 'thickness', 'value', 'variant', 'wave', 'waveAmplitude', 'waveLength', 'waveSpeed']
|
|
1123
1287
|
})
|
|
1124
1288
|
], MdProgressIndicator);
|
|
@@ -1130,6 +1294,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1130
1294
|
template: '<ng-content></ng-content>',
|
|
1131
1295
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1132
1296
|
inputs: ['complete', 'density', 'fourColor', 'indeterminate', 'label', 'max', 'size', 'thickness', 'value', 'variant', 'wave', 'waveAmplitude', 'waveLength', 'waveSpeed'],
|
|
1297
|
+
standalone: true
|
|
1133
1298
|
}]
|
|
1134
1299
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1135
1300
|
let MdRadio = class MdRadio {
|
|
@@ -1140,10 +1305,11 @@ let MdRadio = class MdRadio {
|
|
|
1140
1305
|
proxyOutputs(this, this.el, ['mdChange', 'mdFocus', 'mdBlur', 'mdValidityChange']);
|
|
1141
1306
|
}
|
|
1142
1307
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1143
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdRadio, selector: "md-radio", inputs: { checked: "checked", density: "density", disabled: "disabled", name: "name", required: "required", softDisabled: "softDisabled", value: "value", valueMissingLabel: "valueMissingLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1308
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdRadio, isStandalone: true, selector: "md-radio", inputs: { checked: "checked", density: "density", disabled: "disabled", name: "name", required: "required", softDisabled: "softDisabled", value: "value", valueMissingLabel: "valueMissingLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1144
1309
|
};
|
|
1145
1310
|
MdRadio = __decorate([
|
|
1146
1311
|
ProxyCmp({
|
|
1312
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1147
1313
|
inputs: ['checked', 'density', 'disabled', 'name', 'required', 'softDisabled', 'value', 'valueMissingLabel'],
|
|
1148
1314
|
methods: ['syncValidityFromGroup', 'getValidity', 'checkValidity', 'reportValidity', 'setCustomValidity', 'setFocus', 'setBlur', 'select']
|
|
1149
1315
|
})
|
|
@@ -1156,6 +1322,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1156
1322
|
template: '<ng-content></ng-content>',
|
|
1157
1323
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1158
1324
|
inputs: ['checked', 'density', 'disabled', 'name', 'required', 'softDisabled', 'value', 'valueMissingLabel'],
|
|
1325
|
+
standalone: true
|
|
1159
1326
|
}]
|
|
1160
1327
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1161
1328
|
let MdRating = class MdRating {
|
|
@@ -1166,10 +1333,11 @@ let MdRating = class MdRating {
|
|
|
1166
1333
|
proxyOutputs(this, this.el, ['mdHover', 'mdChange']);
|
|
1167
1334
|
}
|
|
1168
1335
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1169
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdRating, selector: "md-rating", inputs: { defaultValue: "defaultValue", density: "density", disabled: "disabled", emptyIcon: "emptyIcon", getLabel: "getLabel", hover: "hover", icon: "icon", max: "max", name: "name", outlineEmpty: "outlineEmpty", precision: "precision", ratingLabel: "ratingLabel", readonly: "readonly", showValueLabel: "showValueLabel", size: "size", softDisabled: "softDisabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1336
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdRating, isStandalone: true, selector: "md-rating", inputs: { defaultValue: "defaultValue", density: "density", disabled: "disabled", emptyIcon: "emptyIcon", getLabel: "getLabel", hover: "hover", icon: "icon", max: "max", name: "name", outlineEmpty: "outlineEmpty", precision: "precision", ratingLabel: "ratingLabel", readonly: "readonly", showValueLabel: "showValueLabel", size: "size", softDisabled: "softDisabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1170
1337
|
};
|
|
1171
1338
|
MdRating = __decorate([
|
|
1172
1339
|
ProxyCmp({
|
|
1340
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1173
1341
|
inputs: ['defaultValue', 'density', 'disabled', 'emptyIcon', 'getLabel', 'hover', 'icon', 'max', 'name', 'outlineEmpty', 'precision', 'ratingLabel', 'readonly', 'showValueLabel', 'size', 'softDisabled', 'value'],
|
|
1174
1342
|
methods: ['focusRating']
|
|
1175
1343
|
})
|
|
@@ -1182,6 +1350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1182
1350
|
template: '<ng-content></ng-content>',
|
|
1183
1351
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1184
1352
|
inputs: ['defaultValue', 'density', 'disabled', 'emptyIcon', 'getLabel', 'hover', 'icon', 'max', 'name', 'outlineEmpty', 'precision', 'ratingLabel', 'readonly', 'showValueLabel', 'size', 'softDisabled', 'value'],
|
|
1353
|
+
standalone: true
|
|
1185
1354
|
}]
|
|
1186
1355
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1187
1356
|
let MdRipple = class MdRipple {
|
|
@@ -1191,10 +1360,11 @@ let MdRipple = class MdRipple {
|
|
|
1191
1360
|
this.el = r.nativeElement;
|
|
1192
1361
|
}
|
|
1193
1362
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdRipple, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1194
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdRipple, selector: "md-ripple", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1363
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdRipple, isStandalone: true, selector: "md-ripple", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1195
1364
|
};
|
|
1196
1365
|
MdRipple = __decorate([
|
|
1197
1366
|
ProxyCmp({
|
|
1367
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1198
1368
|
inputs: ['disabled'],
|
|
1199
1369
|
methods: ['whenSettled', 'trigger']
|
|
1200
1370
|
})
|
|
@@ -1207,6 +1377,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1207
1377
|
template: '<ng-content></ng-content>',
|
|
1208
1378
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1209
1379
|
inputs: ['disabled'],
|
|
1380
|
+
standalone: true
|
|
1210
1381
|
}]
|
|
1211
1382
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1212
1383
|
let MdSearch = class MdSearch {
|
|
@@ -1217,10 +1388,11 @@ let MdSearch = class MdSearch {
|
|
|
1217
1388
|
proxyOutputs(this, this.el, ['mdInput', 'mdSearch', 'mdSubmit', 'mdChange', 'mdOpen', 'mdClose', 'mdClear', 'mdVoice', 'mdLeadingIconClick', 'mdTrailingIconClick']);
|
|
1218
1389
|
}
|
|
1219
1390
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1220
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSearch, selector: "md-search", inputs: { announceResults: "announceResults", debounce: "debounce", density: "density", disabled: "disabled", dismissOnOutsideClick: "dismissOnOutsideClick", elevation: "elevation", escapeCloses: "escapeCloses", fullWidth: "fullWidth", initialFocus: "initialFocus", inputAriaLabel: "inputAriaLabel", layout: "layout", leadingIcon: "leadingIcon", loading: "loading", loadingLabel: "loadingLabel", maxBlockSize: "maxBlockSize", noResultsLabel: "noResultsLabel", open: "open", openLeadingIcon: "openLeadingIcon", placeholder: "placeholder", resultsLabel: "resultsLabel", scrollShadow: "scrollShadow", showClearButton: "showClearButton", throttle: "throttle", trigger: "trigger", triggerElement: "triggerElement", triggerFor: "triggerFor", triggerIcon: "triggerIcon", value: "value", variant: "variant", voiceSearch: "voiceSearch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1391
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSearch, isStandalone: true, selector: "md-search", inputs: { announceResults: "announceResults", debounce: "debounce", density: "density", disabled: "disabled", dismissOnOutsideClick: "dismissOnOutsideClick", elevation: "elevation", escapeCloses: "escapeCloses", fullWidth: "fullWidth", initialFocus: "initialFocus", inputAriaLabel: "inputAriaLabel", layout: "layout", leadingIcon: "leadingIcon", loading: "loading", loadingLabel: "loadingLabel", maxBlockSize: "maxBlockSize", noResultsLabel: "noResultsLabel", open: "open", openLeadingIcon: "openLeadingIcon", placeholder: "placeholder", resultsLabel: "resultsLabel", scrollShadow: "scrollShadow", showClearButton: "showClearButton", throttle: "throttle", trigger: "trigger", triggerElement: "triggerElement", triggerFor: "triggerFor", triggerIcon: "triggerIcon", value: "value", variant: "variant", voiceSearch: "voiceSearch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1221
1392
|
};
|
|
1222
1393
|
MdSearch = __decorate([
|
|
1223
1394
|
ProxyCmp({
|
|
1395
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1224
1396
|
inputs: ['announceResults', 'debounce', 'density', 'disabled', 'dismissOnOutsideClick', 'elevation', 'escapeCloses', 'fullWidth', 'initialFocus', 'inputAriaLabel', 'layout', 'leadingIcon', 'loading', 'loadingLabel', 'maxBlockSize', 'noResultsLabel', 'open', 'openLeadingIcon', 'placeholder', 'resultsLabel', 'scrollShadow', 'showClearButton', 'throttle', 'trigger', 'triggerElement', 'triggerFor', 'triggerIcon', 'value', 'variant', 'voiceSearch'],
|
|
1225
1397
|
methods: ['show', 'close', 'toggle', 'focusInput', 'startVoice', 'stopVoice']
|
|
1226
1398
|
})
|
|
@@ -1233,6 +1405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1233
1405
|
template: '<ng-content></ng-content>',
|
|
1234
1406
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1235
1407
|
inputs: ['announceResults', 'debounce', 'density', 'disabled', 'dismissOnOutsideClick', 'elevation', 'escapeCloses', 'fullWidth', 'initialFocus', 'inputAriaLabel', 'layout', 'leadingIcon', 'loading', 'loadingLabel', 'maxBlockSize', 'noResultsLabel', 'open', 'openLeadingIcon', 'placeholder', 'resultsLabel', 'scrollShadow', 'showClearButton', 'throttle', 'trigger', 'triggerElement', 'triggerFor', 'triggerIcon', 'value', 'variant', 'voiceSearch'],
|
|
1408
|
+
standalone: true
|
|
1236
1409
|
}]
|
|
1237
1410
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1238
1411
|
let MdSegmentedButton = class MdSegmentedButton {
|
|
@@ -1243,10 +1416,11 @@ let MdSegmentedButton = class MdSegmentedButton {
|
|
|
1243
1416
|
proxyOutputs(this, this.el, ['mdSegmentClick']);
|
|
1244
1417
|
}
|
|
1245
1418
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSegmentedButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1246
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSegmentedButton, selector: "md-segmented-button", inputs: { density: "density", disabled: "disabled", icon: "icon", label: "label", noCheckmark: "noCheckmark", ripple: "ripple", segmentDensity: "segmentDensity", segmentIndex: "segmentIndex", segmentMultiselect: "segmentMultiselect", segmentTotal: "segmentTotal", selected: "selected", softDisabled: "softDisabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1419
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSegmentedButton, isStandalone: true, selector: "md-segmented-button", inputs: { density: "density", disabled: "disabled", icon: "icon", label: "label", noCheckmark: "noCheckmark", ripple: "ripple", segmentDensity: "segmentDensity", segmentIndex: "segmentIndex", segmentMultiselect: "segmentMultiselect", segmentTotal: "segmentTotal", selected: "selected", softDisabled: "softDisabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1247
1420
|
};
|
|
1248
1421
|
MdSegmentedButton = __decorate([
|
|
1249
1422
|
ProxyCmp({
|
|
1423
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1250
1424
|
inputs: ['density', 'disabled', 'icon', 'label', 'noCheckmark', 'ripple', 'segmentDensity', 'segmentIndex', 'segmentMultiselect', 'segmentTotal', 'selected', 'softDisabled', 'value']
|
|
1251
1425
|
})
|
|
1252
1426
|
], MdSegmentedButton);
|
|
@@ -1258,6 +1432,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1258
1432
|
template: '<ng-content></ng-content>',
|
|
1259
1433
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1260
1434
|
inputs: ['density', 'disabled', 'icon', 'label', 'noCheckmark', 'ripple', 'segmentDensity', 'segmentIndex', 'segmentMultiselect', 'segmentTotal', 'selected', 'softDisabled', 'value'],
|
|
1435
|
+
standalone: true
|
|
1261
1436
|
}]
|
|
1262
1437
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1263
1438
|
let MdSegmentedButtonSet = class MdSegmentedButtonSet {
|
|
@@ -1268,10 +1443,11 @@ let MdSegmentedButtonSet = class MdSegmentedButtonSet {
|
|
|
1268
1443
|
proxyOutputs(this, this.el, ['mdChange']);
|
|
1269
1444
|
}
|
|
1270
1445
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSegmentedButtonSet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1271
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSegmentedButtonSet, selector: "md-segmented-button-set", inputs: { density: "density", multiselect: "multiselect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1446
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSegmentedButtonSet, isStandalone: true, selector: "md-segmented-button-set", inputs: { density: "density", multiselect: "multiselect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1272
1447
|
};
|
|
1273
1448
|
MdSegmentedButtonSet = __decorate([
|
|
1274
1449
|
ProxyCmp({
|
|
1450
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1275
1451
|
inputs: ['density', 'multiselect']
|
|
1276
1452
|
})
|
|
1277
1453
|
], MdSegmentedButtonSet);
|
|
@@ -1283,6 +1459,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1283
1459
|
template: '<ng-content></ng-content>',
|
|
1284
1460
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1285
1461
|
inputs: ['density', 'multiselect'],
|
|
1462
|
+
standalone: true
|
|
1286
1463
|
}]
|
|
1287
1464
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1288
1465
|
let MdSelect = class MdSelect {
|
|
@@ -1293,10 +1470,11 @@ let MdSelect = class MdSelect {
|
|
|
1293
1470
|
proxyOutputs(this, this.el, ['mdChange', 'mdOpen', 'mdClose', 'mdValidityChange']);
|
|
1294
1471
|
}
|
|
1295
1472
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1296
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSelect, selector: "md-select", inputs: { clearIcon: "clearIcon", clearLabel: "clearLabel", clearable: "clearable", density: "density", disabled: "disabled", dropdownIcon: "dropdownIcon", error: "error", errorText: "errorText", filterLabel: "filterLabel", filterMode: "filterMode", filterable: "filterable", fullWidth: "fullWidth", label: "label", loading: "loading", loadingText: "loadingText", matchTriggerWidth: "matchTriggerWidth", maxHeight: "maxHeight", name: "name", noOptionsText: "noOptionsText", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", placement: "placement", required: "required", reserveSupportingSpace: "reserveSupportingSpace", rowHeight: "rowHeight", searchPlaceholder: "searchPlaceholder", searchingLabel: "searchingLabel", supportingText: "supportingText", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant", virtualize: "virtualize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1473
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSelect, isStandalone: true, selector: "md-select", inputs: { clearIcon: "clearIcon", clearLabel: "clearLabel", clearable: "clearable", density: "density", disabled: "disabled", dropdownIcon: "dropdownIcon", error: "error", errorText: "errorText", filterLabel: "filterLabel", filterMode: "filterMode", filterable: "filterable", fullWidth: "fullWidth", label: "label", loading: "loading", loadingText: "loadingText", matchTriggerWidth: "matchTriggerWidth", maxHeight: "maxHeight", name: "name", noOptionsText: "noOptionsText", noResultsText: "noResultsText", open: "open", options: "options", placeholder: "placeholder", placement: "placement", required: "required", reserveSupportingSpace: "reserveSupportingSpace", rowHeight: "rowHeight", searchPlaceholder: "searchPlaceholder", searchingLabel: "searchingLabel", supportingText: "supportingText", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant", virtualize: "virtualize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1297
1474
|
};
|
|
1298
1475
|
MdSelect = __decorate([
|
|
1299
1476
|
ProxyCmp({
|
|
1477
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1300
1478
|
inputs: ['clearIcon', 'clearLabel', 'clearable', 'density', 'disabled', 'dropdownIcon', 'error', 'errorText', 'filterLabel', 'filterMode', 'filterable', 'fullWidth', 'label', 'loading', 'loadingText', 'matchTriggerWidth', 'maxHeight', 'name', 'noOptionsText', 'noResultsText', 'open', 'options', 'placeholder', 'placement', 'required', 'reserveSupportingSpace', 'rowHeight', 'searchPlaceholder', 'searchingLabel', 'supportingText', 'value', 'valueMissingLabel', 'variant', 'virtualize'],
|
|
1301
1479
|
methods: ['show', 'close', 'focusTrigger', 'reset', 'loadOptions', 'setQuery', 'getLabels', 'getValidity', 'checkValidity', 'reportValidity', 'setCustomValidity']
|
|
1302
1480
|
})
|
|
@@ -1309,6 +1487,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1309
1487
|
template: '<ng-content></ng-content>',
|
|
1310
1488
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1311
1489
|
inputs: ['clearIcon', 'clearLabel', 'clearable', 'density', 'disabled', 'dropdownIcon', 'error', 'errorText', 'filterLabel', 'filterMode', 'filterable', 'fullWidth', 'label', 'loading', 'loadingText', 'matchTriggerWidth', 'maxHeight', 'name', 'noOptionsText', 'noResultsText', 'open', 'options', 'placeholder', 'placement', 'required', 'reserveSupportingSpace', 'rowHeight', 'searchPlaceholder', 'searchingLabel', 'supportingText', 'value', 'valueMissingLabel', 'variant', 'virtualize'],
|
|
1490
|
+
standalone: true
|
|
1312
1491
|
}]
|
|
1313
1492
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1314
1493
|
let MdSelectOption = class MdSelectOption {
|
|
@@ -1319,10 +1498,11 @@ let MdSelectOption = class MdSelectOption {
|
|
|
1319
1498
|
proxyOutputs(this, this.el, ['mdSelectOptionChange']);
|
|
1320
1499
|
}
|
|
1321
1500
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1322
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSelectOption, selector: "md-select-option", inputs: { disabled: "disabled", icon: "icon", iconColor: "iconColor", label: "label", selected: "selected", supportingText: "supportingText", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1501
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSelectOption, isStandalone: true, selector: "md-select-option", inputs: { disabled: "disabled", icon: "icon", iconColor: "iconColor", label: "label", selected: "selected", supportingText: "supportingText", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1323
1502
|
};
|
|
1324
1503
|
MdSelectOption = __decorate([
|
|
1325
1504
|
ProxyCmp({
|
|
1505
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1326
1506
|
inputs: ['disabled', 'icon', 'iconColor', 'label', 'selected', 'supportingText', 'value']
|
|
1327
1507
|
})
|
|
1328
1508
|
], MdSelectOption);
|
|
@@ -1334,6 +1514,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1334
1514
|
template: '<ng-content></ng-content>',
|
|
1335
1515
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1336
1516
|
inputs: ['disabled', 'icon', 'iconColor', 'label', 'selected', 'supportingText', 'value'],
|
|
1517
|
+
standalone: true
|
|
1337
1518
|
}]
|
|
1338
1519
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1339
1520
|
let MdSideSheet = class MdSideSheet {
|
|
@@ -1344,10 +1525,11 @@ let MdSideSheet = class MdSideSheet {
|
|
|
1344
1525
|
proxyOutputs(this, this.el, ['mdOpen', 'mdClose', 'mdCancel', 'mdBack']);
|
|
1345
1526
|
}
|
|
1346
1527
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSideSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1347
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSideSheet, selector: "md-side-sheet", inputs: { bottomDivider: "bottomDivider", closeable: "closeable", density: "density", detached: "detached", headline: "headline", open: "open", scrimDismissible: "scrimDismissible", sheetAriaLabel: "sheetAriaLabel", showBack: "showBack", side: "side", topDivider: "topDivider", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1528
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSideSheet, isStandalone: true, selector: "md-side-sheet", inputs: { bottomDivider: "bottomDivider", closeable: "closeable", density: "density", detached: "detached", headline: "headline", open: "open", scrimDismissible: "scrimDismissible", sheetAriaLabel: "sheetAriaLabel", showBack: "showBack", side: "side", topDivider: "topDivider", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1348
1529
|
};
|
|
1349
1530
|
MdSideSheet = __decorate([
|
|
1350
1531
|
ProxyCmp({
|
|
1532
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1351
1533
|
inputs: ['bottomDivider', 'closeable', 'density', 'detached', 'headline', 'open', 'scrimDismissible', 'sheetAriaLabel', 'showBack', 'side', 'topDivider', 'variant'],
|
|
1352
1534
|
methods: ['show', 'close']
|
|
1353
1535
|
})
|
|
@@ -1360,6 +1542,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1360
1542
|
template: '<ng-content></ng-content>',
|
|
1361
1543
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1362
1544
|
inputs: ['bottomDivider', 'closeable', 'density', 'detached', 'headline', 'open', 'scrimDismissible', 'sheetAriaLabel', 'showBack', 'side', 'topDivider', 'variant'],
|
|
1545
|
+
standalone: true
|
|
1363
1546
|
}]
|
|
1364
1547
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1365
1548
|
let MdSkeleton = class MdSkeleton {
|
|
@@ -1369,10 +1552,11 @@ let MdSkeleton = class MdSkeleton {
|
|
|
1369
1552
|
this.el = r.nativeElement;
|
|
1370
1553
|
}
|
|
1371
1554
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1372
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSkeleton, selector: "md-skeleton", inputs: { animation: "animation", announce: "announce", ariaLabelProp: "ariaLabelProp", density: "density", fullHeight: "fullHeight", fullWidth: "fullWidth", height: "height", lines: "lines", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1555
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSkeleton, isStandalone: true, selector: "md-skeleton", inputs: { animation: "animation", announce: "announce", ariaLabelProp: "ariaLabelProp", density: "density", fullHeight: "fullHeight", fullWidth: "fullWidth", height: "height", lines: "lines", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1373
1556
|
};
|
|
1374
1557
|
MdSkeleton = __decorate([
|
|
1375
1558
|
ProxyCmp({
|
|
1559
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1376
1560
|
inputs: ['animation', 'announce', 'ariaLabelProp', 'density', 'fullHeight', 'fullWidth', 'height', 'lines', 'variant', 'width']
|
|
1377
1561
|
})
|
|
1378
1562
|
], MdSkeleton);
|
|
@@ -1384,6 +1568,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1384
1568
|
template: '<ng-content></ng-content>',
|
|
1385
1569
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1386
1570
|
inputs: ['animation', 'announce', 'ariaLabelProp', 'density', 'fullHeight', 'fullWidth', 'height', 'lines', 'variant', 'width'],
|
|
1571
|
+
standalone: true
|
|
1387
1572
|
}]
|
|
1388
1573
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1389
1574
|
let MdSlider = class MdSlider {
|
|
@@ -1394,10 +1579,11 @@ let MdSlider = class MdSlider {
|
|
|
1394
1579
|
proxyOutputs(this, this.el, ['mdInput', 'mdChange', 'mdFocus', 'mdBlur', 'mdDragStart', 'mdDragEnd']);
|
|
1395
1580
|
}
|
|
1396
1581
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1397
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSlider, selector: "md-slider", inputs: { ariaLabelEnd: "ariaLabelEnd", ariaLabelStart: "ariaLabelStart", controlled: "controlled", density: "density", disabled: "disabled", fullHeight: "fullHeight", icon: "icon", insetIcon: "insetIcon", labeled: "labeled", max: "max", min: "min", name: "name", nameEnd: "nameEnd", nameStart: "nameStart", orientation: "orientation", range: "range", size: "size", sliderAriaLabel: "sliderAriaLabel", step: "step", stops: "stops", value: "value", valueEnd: "valueEnd", valueEndText: "valueEndText", valueIndicator: "valueIndicator", valueStart: "valueStart", valueStartText: "valueStartText", valueText: "valueText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1582
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSlider, isStandalone: true, selector: "md-slider", inputs: { ariaLabelEnd: "ariaLabelEnd", ariaLabelStart: "ariaLabelStart", controlled: "controlled", density: "density", disabled: "disabled", fullHeight: "fullHeight", icon: "icon", insetIcon: "insetIcon", labeled: "labeled", max: "max", min: "min", name: "name", nameEnd: "nameEnd", nameStart: "nameStart", orientation: "orientation", range: "range", size: "size", sliderAriaLabel: "sliderAriaLabel", step: "step", stops: "stops", value: "value", valueEnd: "valueEnd", valueEndText: "valueEndText", valueIndicator: "valueIndicator", valueStart: "valueStart", valueStartText: "valueStartText", valueText: "valueText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1398
1583
|
};
|
|
1399
1584
|
MdSlider = __decorate([
|
|
1400
1585
|
ProxyCmp({
|
|
1586
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1401
1587
|
inputs: ['ariaLabelEnd', 'ariaLabelStart', 'controlled', 'density', 'disabled', 'fullHeight', 'icon', 'insetIcon', 'labeled', 'max', 'min', 'name', 'nameEnd', 'nameStart', 'orientation', 'range', 'size', 'sliderAriaLabel', 'step', 'stops', 'value', 'valueEnd', 'valueEndText', 'valueIndicator', 'valueStart', 'valueStartText', 'valueText', 'variant']
|
|
1402
1588
|
})
|
|
1403
1589
|
], MdSlider);
|
|
@@ -1409,6 +1595,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1409
1595
|
template: '<ng-content></ng-content>',
|
|
1410
1596
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1411
1597
|
inputs: ['ariaLabelEnd', 'ariaLabelStart', 'controlled', 'density', 'disabled', 'fullHeight', 'icon', 'insetIcon', 'labeled', 'max', 'min', 'name', 'nameEnd', 'nameStart', 'orientation', 'range', 'size', 'sliderAriaLabel', 'step', 'stops', 'value', 'valueEnd', 'valueEndText', 'valueIndicator', 'valueStart', 'valueStartText', 'valueText', 'variant'],
|
|
1598
|
+
standalone: true
|
|
1412
1599
|
}]
|
|
1413
1600
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1414
1601
|
let MdSnackbar = class MdSnackbar {
|
|
@@ -1419,10 +1606,11 @@ let MdSnackbar = class MdSnackbar {
|
|
|
1419
1606
|
proxyOutputs(this, this.el, ['mdOpen', 'mdClose', 'mdAction']);
|
|
1420
1607
|
}
|
|
1421
1608
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSnackbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1422
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSnackbar, selector: "md-snackbar", inputs: { action: "action", autoHide: "autoHide", autoHideDuration: "autoHideDuration", closeable: "closeable", density: "density", dismissLabel: "dismissLabel", message: "message", open: "open", politeness: "politeness", position: "position", stacked: "stacked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1609
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSnackbar, isStandalone: true, selector: "md-snackbar", inputs: { action: "action", autoHide: "autoHide", autoHideDuration: "autoHideDuration", closeable: "closeable", density: "density", dismissLabel: "dismissLabel", message: "message", open: "open", politeness: "politeness", position: "position", stacked: "stacked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1423
1610
|
};
|
|
1424
1611
|
MdSnackbar = __decorate([
|
|
1425
1612
|
ProxyCmp({
|
|
1613
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1426
1614
|
inputs: ['action', 'autoHide', 'autoHideDuration', 'closeable', 'density', 'dismissLabel', 'message', 'open', 'politeness', 'position', 'stacked'],
|
|
1427
1615
|
methods: ['show', 'hide']
|
|
1428
1616
|
})
|
|
@@ -1435,6 +1623,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1435
1623
|
template: '<ng-content></ng-content>',
|
|
1436
1624
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1437
1625
|
inputs: ['action', 'autoHide', 'autoHideDuration', 'closeable', 'density', 'dismissLabel', 'message', 'open', 'politeness', 'position', 'stacked'],
|
|
1626
|
+
standalone: true
|
|
1438
1627
|
}]
|
|
1439
1628
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1440
1629
|
let MdSparkline = class MdSparkline {
|
|
@@ -1445,10 +1634,11 @@ let MdSparkline = class MdSparkline {
|
|
|
1445
1634
|
proxyOutputs(this, this.el, ['mdSparkClick', 'mdReady']);
|
|
1446
1635
|
}
|
|
1447
1636
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSparkline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1448
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSparkline, selector: "md-sparkline", inputs: { barWidth: "barWidth", color: "color", cornerRadius: "cornerRadius", curve: "curve", data: "data", heightProp: "heightProp", labels: "labels", lineWidth: "lineWidth", markSize: "markSize", max: "max", min: "min", noAnimation: "noAnimation", referenceAreas: "referenceAreas", showMarks: "showMarks", showTooltip: "showTooltip", valueFormatter: "valueFormatter", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1637
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSparkline, isStandalone: true, selector: "md-sparkline", inputs: { barWidth: "barWidth", color: "color", cornerRadius: "cornerRadius", curve: "curve", data: "data", heightProp: "heightProp", labels: "labels", lineWidth: "lineWidth", markSize: "markSize", max: "max", min: "min", noAnimation: "noAnimation", referenceAreas: "referenceAreas", showMarks: "showMarks", showTooltip: "showTooltip", valueFormatter: "valueFormatter", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1449
1638
|
};
|
|
1450
1639
|
MdSparkline = __decorate([
|
|
1451
1640
|
ProxyCmp({
|
|
1641
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1452
1642
|
inputs: ['barWidth', 'color', 'cornerRadius', 'curve', 'data', 'heightProp', 'labels', 'lineWidth', 'markSize', 'max', 'min', 'noAnimation', 'referenceAreas', 'showMarks', 'showTooltip', 'valueFormatter', 'variant'],
|
|
1453
1643
|
methods: ['resize', 'getInstance']
|
|
1454
1644
|
})
|
|
@@ -1461,6 +1651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1461
1651
|
template: '<ng-content></ng-content>',
|
|
1462
1652
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1463
1653
|
inputs: ['barWidth', 'color', 'cornerRadius', 'curve', 'data', 'heightProp', 'labels', 'lineWidth', 'markSize', 'max', 'min', 'noAnimation', 'referenceAreas', 'showMarks', 'showTooltip', 'valueFormatter', 'variant'],
|
|
1654
|
+
standalone: true
|
|
1464
1655
|
}]
|
|
1465
1656
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1466
1657
|
let MdSplitButton = class MdSplitButton {
|
|
@@ -1471,10 +1662,11 @@ let MdSplitButton = class MdSplitButton {
|
|
|
1471
1662
|
proxyOutputs(this, this.el, ['mdLeadingClick', 'mdTrailingClick']);
|
|
1472
1663
|
}
|
|
1473
1664
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSplitButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1474
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSplitButton, selector: "md-split-button", inputs: { controls: "controls", density: "density", disabled: "disabled", fullWidth: "fullWidth", haspopup: "haspopup", icon: "icon", label: "label", menuLabel: "menuLabel", ripple: "ripple", size: "size", softDisabled: "softDisabled", trailingChecked: "trailingChecked", trailingIcon: "trailingIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1665
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSplitButton, isStandalone: true, selector: "md-split-button", inputs: { controls: "controls", density: "density", disabled: "disabled", fullWidth: "fullWidth", haspopup: "haspopup", icon: "icon", label: "label", menuLabel: "menuLabel", ripple: "ripple", size: "size", softDisabled: "softDisabled", trailingChecked: "trailingChecked", trailingIcon: "trailingIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1475
1666
|
};
|
|
1476
1667
|
MdSplitButton = __decorate([
|
|
1477
1668
|
ProxyCmp({
|
|
1669
|
+
defineCustomElementFn: defineCustomElement$U,
|
|
1478
1670
|
inputs: ['controls', 'density', 'disabled', 'fullWidth', 'haspopup', 'icon', 'label', 'menuLabel', 'ripple', 'size', 'softDisabled', 'trailingChecked', 'trailingIcon', 'variant']
|
|
1479
1671
|
})
|
|
1480
1672
|
], MdSplitButton);
|
|
@@ -1486,6 +1678,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1486
1678
|
template: '<ng-content></ng-content>',
|
|
1487
1679
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1488
1680
|
inputs: ['controls', 'density', 'disabled', 'fullWidth', 'haspopup', 'icon', 'label', 'menuLabel', 'ripple', 'size', 'softDisabled', 'trailingChecked', 'trailingIcon', 'variant'],
|
|
1681
|
+
standalone: true
|
|
1489
1682
|
}]
|
|
1490
1683
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1491
1684
|
let MdStatusDot = class MdStatusDot {
|
|
@@ -1495,10 +1688,11 @@ let MdStatusDot = class MdStatusDot {
|
|
|
1495
1688
|
this.el = r.nativeElement;
|
|
1496
1689
|
}
|
|
1497
1690
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdStatusDot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1498
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdStatusDot, selector: "md-status-dot", inputs: { density: "density", label: "label", live: "live", size: "size", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1691
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdStatusDot, isStandalone: true, selector: "md-status-dot", inputs: { density: "density", label: "label", live: "live", size: "size", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1499
1692
|
};
|
|
1500
1693
|
MdStatusDot = __decorate([
|
|
1501
1694
|
ProxyCmp({
|
|
1695
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1502
1696
|
inputs: ['density', 'label', 'live', 'size', 'state']
|
|
1503
1697
|
})
|
|
1504
1698
|
], MdStatusDot);
|
|
@@ -1510,6 +1704,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1510
1704
|
template: '<ng-content></ng-content>',
|
|
1511
1705
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1512
1706
|
inputs: ['density', 'label', 'live', 'size', 'state'],
|
|
1707
|
+
standalone: true
|
|
1513
1708
|
}]
|
|
1514
1709
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1515
1710
|
let MdStep = class MdStep {
|
|
@@ -1520,10 +1715,11 @@ let MdStep = class MdStep {
|
|
|
1520
1715
|
proxyOutputs(this, this.el, ['mdStepClick', 'mdStepNext', 'mdStepBack']);
|
|
1521
1716
|
}
|
|
1522
1717
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1523
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdStep, selector: "md-step", inputs: { accessibleName: "accessibleName", active: "active", completed: "completed", completedIcon: "completedIcon", density: "density", description: "description", disabled: "disabled", editable: "editable", error: "error", errorIcon: "errorIcon", errorText: "errorText", hideActions: "hideActions", icon: "icon", label: "label", optional: "optional" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1718
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdStep, isStandalone: true, selector: "md-step", inputs: { accessibleName: "accessibleName", active: "active", completed: "completed", completedIcon: "completedIcon", density: "density", description: "description", disabled: "disabled", editable: "editable", error: "error", errorIcon: "errorIcon", errorText: "errorText", hideActions: "hideActions", icon: "icon", label: "label", optional: "optional" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1524
1719
|
};
|
|
1525
1720
|
MdStep = __decorate([
|
|
1526
1721
|
ProxyCmp({
|
|
1722
|
+
defineCustomElementFn: defineCustomElement$W,
|
|
1527
1723
|
inputs: ['accessibleName', 'active', 'completed', 'completedIcon', 'density', 'description', 'disabled', 'editable', 'error', 'errorIcon', 'errorText', 'hideActions', 'icon', 'label', 'optional']
|
|
1528
1724
|
})
|
|
1529
1725
|
], MdStep);
|
|
@@ -1535,6 +1731,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1535
1731
|
template: '<ng-content></ng-content>',
|
|
1536
1732
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1537
1733
|
inputs: ['accessibleName', 'active', 'completed', 'completedIcon', 'density', 'description', 'disabled', 'editable', 'error', 'errorIcon', 'errorText', 'hideActions', 'icon', 'label', 'optional'],
|
|
1734
|
+
standalone: true
|
|
1538
1735
|
}]
|
|
1539
1736
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1540
1737
|
let MdStepper = class MdStepper {
|
|
@@ -1545,10 +1742,11 @@ let MdStepper = class MdStepper {
|
|
|
1545
1742
|
proxyOutputs(this, this.el, ['mdBeforeChange', 'mdStepChange', 'mdComplete']);
|
|
1546
1743
|
}
|
|
1547
1744
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1548
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdStepper, selector: "md-stepper", inputs: { active: "active", autoComplete: "autoComplete", backLabel: "backLabel", completedWord: "completedWord", currentWord: "currentWord", density: "density", errorWord: "errorWord", finishLabel: "finishLabel", indicator: "indicator", label: "label", lazy: "lazy", loading: "loading", mode: "mode", nav: "nav", nextDisabled: "nextDisabled", nextLabel: "nextLabel", ofWord: "ofWord", optionalWord: "optionalWord", orientation: "orientation", stepWord: "stepWord", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1745
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdStepper, isStandalone: true, selector: "md-stepper", inputs: { active: "active", autoComplete: "autoComplete", backLabel: "backLabel", completedWord: "completedWord", currentWord: "currentWord", density: "density", errorWord: "errorWord", finishLabel: "finishLabel", indicator: "indicator", label: "label", lazy: "lazy", loading: "loading", mode: "mode", nav: "nav", nextDisabled: "nextDisabled", nextLabel: "nextLabel", ofWord: "ofWord", optionalWord: "optionalWord", orientation: "orientation", stepWord: "stepWord", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1549
1746
|
};
|
|
1550
1747
|
MdStepper = __decorate([
|
|
1551
1748
|
ProxyCmp({
|
|
1749
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
1552
1750
|
inputs: ['active', 'autoComplete', 'backLabel', 'completedWord', 'currentWord', 'density', 'errorWord', 'finishLabel', 'indicator', 'label', 'lazy', 'loading', 'mode', 'nav', 'nextDisabled', 'nextLabel', 'ofWord', 'optionalWord', 'orientation', 'stepWord', 'variant'],
|
|
1553
1751
|
methods: ['next', 'prev', 'goTo', 'reset']
|
|
1554
1752
|
})
|
|
@@ -1561,6 +1759,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1561
1759
|
template: '<ng-content></ng-content>',
|
|
1562
1760
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1563
1761
|
inputs: ['active', 'autoComplete', 'backLabel', 'completedWord', 'currentWord', 'density', 'errorWord', 'finishLabel', 'indicator', 'label', 'lazy', 'loading', 'mode', 'nav', 'nextDisabled', 'nextLabel', 'ofWord', 'optionalWord', 'orientation', 'stepWord', 'variant'],
|
|
1762
|
+
standalone: true
|
|
1564
1763
|
}]
|
|
1565
1764
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1566
1765
|
let MdSubMenuItem = class MdSubMenuItem {
|
|
@@ -1571,10 +1770,11 @@ let MdSubMenuItem = class MdSubMenuItem {
|
|
|
1571
1770
|
proxyOutputs(this, this.el, ['mdClick']);
|
|
1572
1771
|
}
|
|
1573
1772
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSubMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1574
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSubMenuItem, selector: "md-sub-menu-item", inputs: { badge: "badge", density: "density", disabled: "disabled", divider: "divider", gap: "gap", headline: "headline", supportingText: "supportingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1773
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSubMenuItem, isStandalone: true, selector: "md-sub-menu-item", inputs: { badge: "badge", density: "density", disabled: "disabled", divider: "divider", gap: "gap", headline: "headline", supportingText: "supportingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1575
1774
|
};
|
|
1576
1775
|
MdSubMenuItem = __decorate([
|
|
1577
1776
|
ProxyCmp({
|
|
1777
|
+
defineCustomElementFn: defineCustomElement$Y,
|
|
1578
1778
|
inputs: ['badge', 'density', 'disabled', 'divider', 'gap', 'headline', 'supportingText'],
|
|
1579
1779
|
methods: ['collapse']
|
|
1580
1780
|
})
|
|
@@ -1587,6 +1787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1587
1787
|
template: '<ng-content></ng-content>',
|
|
1588
1788
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1589
1789
|
inputs: ['badge', 'density', 'disabled', 'divider', 'gap', 'headline', 'supportingText'],
|
|
1790
|
+
standalone: true
|
|
1590
1791
|
}]
|
|
1591
1792
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1592
1793
|
let MdSwitch = class MdSwitch {
|
|
@@ -1597,10 +1798,11 @@ let MdSwitch = class MdSwitch {
|
|
|
1597
1798
|
proxyOutputs(this, this.el, ['mdInput', 'mdChange', 'mdValidityChange']);
|
|
1598
1799
|
}
|
|
1599
1800
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1600
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSwitch, selector: "md-switch", inputs: { density: "density", disabled: "disabled", icons: "icons", name: "name", required: "required", selected: "selected", selectedIcon: "selectedIcon", showOnlySelectedIcon: "showOnlySelectedIcon", softDisabled: "softDisabled", unselectedIcon: "unselectedIcon", value: "value", valueMissingLabel: "valueMissingLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1801
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdSwitch, isStandalone: true, selector: "md-switch", inputs: { density: "density", disabled: "disabled", icons: "icons", name: "name", required: "required", selected: "selected", selectedIcon: "selectedIcon", showOnlySelectedIcon: "showOnlySelectedIcon", softDisabled: "softDisabled", unselectedIcon: "unselectedIcon", value: "value", valueMissingLabel: "valueMissingLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1601
1802
|
};
|
|
1602
1803
|
MdSwitch = __decorate([
|
|
1603
1804
|
ProxyCmp({
|
|
1805
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
1604
1806
|
inputs: ['density', 'disabled', 'icons', 'name', 'required', 'selected', 'selectedIcon', 'showOnlySelectedIcon', 'softDisabled', 'unselectedIcon', 'value', 'valueMissingLabel'],
|
|
1605
1807
|
methods: ['setFocus', 'getValidity', 'checkValidity', 'reportValidity', 'setCustomValidity']
|
|
1606
1808
|
})
|
|
@@ -1613,6 +1815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1613
1815
|
template: '<ng-content></ng-content>',
|
|
1614
1816
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1615
1817
|
inputs: ['density', 'disabled', 'icons', 'name', 'required', 'selected', 'selectedIcon', 'showOnlySelectedIcon', 'softDisabled', 'unselectedIcon', 'value', 'valueMissingLabel'],
|
|
1818
|
+
standalone: true
|
|
1616
1819
|
}]
|
|
1617
1820
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1618
1821
|
let MdTab = class MdTab {
|
|
@@ -1623,10 +1826,11 @@ let MdTab = class MdTab {
|
|
|
1623
1826
|
proxyOutputs(this, this.el, ['mdTabClick']);
|
|
1624
1827
|
}
|
|
1625
1828
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1626
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTab, selector: "md-tab", inputs: { active: "active", badge: "badge", controls: "controls", density: "density", disabled: "disabled", icon: "icon", inlineIcon: "inlineIcon", label: "label", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1829
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTab, isStandalone: true, selector: "md-tab", inputs: { active: "active", badge: "badge", controls: "controls", density: "density", disabled: "disabled", icon: "icon", inlineIcon: "inlineIcon", label: "label", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1627
1830
|
};
|
|
1628
1831
|
MdTab = __decorate([
|
|
1629
1832
|
ProxyCmp({
|
|
1833
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
1630
1834
|
inputs: ['active', 'badge', 'controls', 'density', 'disabled', 'icon', 'inlineIcon', 'label', 'variant']
|
|
1631
1835
|
})
|
|
1632
1836
|
], MdTab);
|
|
@@ -1638,6 +1842,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1638
1842
|
template: '<ng-content></ng-content>',
|
|
1639
1843
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1640
1844
|
inputs: ['active', 'badge', 'controls', 'density', 'disabled', 'icon', 'inlineIcon', 'label', 'variant'],
|
|
1845
|
+
standalone: true
|
|
1641
1846
|
}]
|
|
1642
1847
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1643
1848
|
let MdTabPanel = class MdTabPanel {
|
|
@@ -1647,10 +1852,11 @@ let MdTabPanel = class MdTabPanel {
|
|
|
1647
1852
|
this.el = r.nativeElement;
|
|
1648
1853
|
}
|
|
1649
1854
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1650
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTabPanel, selector: "md-tab-panel", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1855
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTabPanel, isStandalone: true, selector: "md-tab-panel", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1651
1856
|
};
|
|
1652
1857
|
MdTabPanel = __decorate([
|
|
1653
1858
|
ProxyCmp({
|
|
1859
|
+
defineCustomElementFn: defineCustomElement$$,
|
|
1654
1860
|
inputs: ['active']
|
|
1655
1861
|
})
|
|
1656
1862
|
], MdTabPanel);
|
|
@@ -1662,6 +1868,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1662
1868
|
template: '<ng-content></ng-content>',
|
|
1663
1869
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1664
1870
|
inputs: ['active'],
|
|
1871
|
+
standalone: true
|
|
1665
1872
|
}]
|
|
1666
1873
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1667
1874
|
let MdTabPanels = class MdTabPanels {
|
|
@@ -1671,10 +1878,11 @@ let MdTabPanels = class MdTabPanels {
|
|
|
1671
1878
|
this.el = r.nativeElement;
|
|
1672
1879
|
}
|
|
1673
1880
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTabPanels, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1674
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTabPanels, selector: "md-tab-panels", inputs: { for: "for", sizing: "sizing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1881
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTabPanels, isStandalone: true, selector: "md-tab-panels", inputs: { for: "for", sizing: "sizing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1675
1882
|
};
|
|
1676
1883
|
MdTabPanels = __decorate([
|
|
1677
1884
|
ProxyCmp({
|
|
1885
|
+
defineCustomElementFn: defineCustomElement$10,
|
|
1678
1886
|
inputs: ['for', 'sizing']
|
|
1679
1887
|
})
|
|
1680
1888
|
], MdTabPanels);
|
|
@@ -1686,6 +1894,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1686
1894
|
template: '<ng-content></ng-content>',
|
|
1687
1895
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1688
1896
|
inputs: ['for', 'sizing'],
|
|
1897
|
+
standalone: true
|
|
1689
1898
|
}]
|
|
1690
1899
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1691
1900
|
let MdTable = class MdTable {
|
|
@@ -1696,10 +1905,11 @@ let MdTable = class MdTable {
|
|
|
1696
1905
|
proxyOutputs(this, this.el, ['mdSortChange', 'mdSelectionChange', 'mdPinChange', 'mdColumnVisibilityChange', 'mdScroll']);
|
|
1697
1906
|
}
|
|
1698
1907
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1699
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTable, selector: "md-table", inputs: { caption: "caption", columnTemplate: "columnTemplate", columns: "columns", density: "density", empty: "empty", frozenHeader: "frozenHeader", hoverable: "hoverable", keepHeight: "keepHeight", label: "label", loading: "loading", loadingMode: "loadingMode", loadingRows: "loadingRows", minWidth: "minWidth", motion: "motion", noDividers: "noDividers", pinIcon: "pinIcon", pinMode: "pinMode", rowCount: "rowCount", rowOffset: "rowOffset", scrollbar: "scrollbar", selection: "selection", sortBy: "sortBy", sortOrder: "sortOrder", stickyFooter: "stickyFooter", stickyHeader: "stickyHeader", striped: "striped", summary: "summary" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1908
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTable, isStandalone: true, selector: "md-table", inputs: { caption: "caption", columnTemplate: "columnTemplate", columns: "columns", density: "density", empty: "empty", frozenHeader: "frozenHeader", hoverable: "hoverable", keepHeight: "keepHeight", label: "label", loading: "loading", loadingMode: "loadingMode", loadingRows: "loadingRows", minWidth: "minWidth", motion: "motion", noDividers: "noDividers", pinIcon: "pinIcon", pinMode: "pinMode", rowCount: "rowCount", rowOffset: "rowOffset", scrollbar: "scrollbar", selection: "selection", sortBy: "sortBy", sortOrder: "sortOrder", stickyFooter: "stickyFooter", stickyHeader: "stickyHeader", striped: "striped", summary: "summary" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1700
1909
|
};
|
|
1701
1910
|
MdTable = __decorate([
|
|
1702
1911
|
ProxyCmp({
|
|
1912
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
1703
1913
|
inputs: ['caption', 'columnTemplate', 'columns', 'density', 'empty', 'frozenHeader', 'hoverable', 'keepHeight', 'label', 'loading', 'loadingMode', 'loadingRows', 'minWidth', 'motion', 'noDividers', 'pinIcon', 'pinMode', 'rowCount', 'rowOffset', 'scrollbar', 'selection', 'sortBy', 'sortOrder', 'stickyFooter', 'stickyHeader', 'striped', 'summary'],
|
|
1704
1914
|
methods: ['getSelection', 'selectAll', 'deselectAll', 'toggleSelectAll', 'setSort', 'pinColumn', 'setColumnVisibility', 'animateNextChange']
|
|
1705
1915
|
})
|
|
@@ -1712,6 +1922,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1712
1922
|
template: '<ng-content></ng-content>',
|
|
1713
1923
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1714
1924
|
inputs: ['caption', 'columnTemplate', 'columns', 'density', 'empty', 'frozenHeader', 'hoverable', 'keepHeight', 'label', 'loading', 'loadingMode', 'loadingRows', 'minWidth', 'motion', 'noDividers', 'pinIcon', 'pinMode', 'rowCount', 'rowOffset', 'scrollbar', 'selection', 'sortBy', 'sortOrder', 'stickyFooter', 'stickyHeader', 'striped', 'summary'],
|
|
1925
|
+
standalone: true
|
|
1715
1926
|
}]
|
|
1716
1927
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1717
1928
|
let MdTableBody = class MdTableBody {
|
|
@@ -1721,10 +1932,12 @@ let MdTableBody = class MdTableBody {
|
|
|
1721
1932
|
this.el = r.nativeElement;
|
|
1722
1933
|
}
|
|
1723
1934
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1724
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableBody, selector: "md-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1935
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableBody, isStandalone: true, selector: "md-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1725
1936
|
};
|
|
1726
1937
|
MdTableBody = __decorate([
|
|
1727
|
-
ProxyCmp({
|
|
1938
|
+
ProxyCmp({
|
|
1939
|
+
defineCustomElementFn: defineCustomElement$12
|
|
1940
|
+
})
|
|
1728
1941
|
], MdTableBody);
|
|
1729
1942
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableBody, decorators: [{
|
|
1730
1943
|
type: Component,
|
|
@@ -1734,6 +1947,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1734
1947
|
template: '<ng-content></ng-content>',
|
|
1735
1948
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1736
1949
|
inputs: [],
|
|
1950
|
+
standalone: true
|
|
1737
1951
|
}]
|
|
1738
1952
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1739
1953
|
let MdTableCell = class MdTableCell {
|
|
@@ -1743,10 +1957,11 @@ let MdTableCell = class MdTableCell {
|
|
|
1743
1957
|
this.el = r.nativeElement;
|
|
1744
1958
|
}
|
|
1745
1959
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1746
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableCell, selector: "md-table-cell", inputs: { align: "align", colSpan: "colSpan", density: "density", ellipsis: "ellipsis", head: "head", noPinIndicator: "noPinIndicator", numeric: "numeric", padding: "padding", pinIcon: "pinIcon", rowSpan: "rowSpan", scope: "scope", sticky: "sticky", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1960
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableCell, isStandalone: true, selector: "md-table-cell", inputs: { align: "align", colSpan: "colSpan", density: "density", ellipsis: "ellipsis", head: "head", noPinIndicator: "noPinIndicator", numeric: "numeric", padding: "padding", pinIcon: "pinIcon", rowSpan: "rowSpan", scope: "scope", sticky: "sticky", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1747
1961
|
};
|
|
1748
1962
|
MdTableCell = __decorate([
|
|
1749
1963
|
ProxyCmp({
|
|
1964
|
+
defineCustomElementFn: defineCustomElement$13,
|
|
1750
1965
|
inputs: ['align', 'colSpan', 'density', 'ellipsis', 'head', 'noPinIndicator', 'numeric', 'padding', 'pinIcon', 'rowSpan', 'scope', 'sticky', 'variant']
|
|
1751
1966
|
})
|
|
1752
1967
|
], MdTableCell);
|
|
@@ -1758,6 +1973,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1758
1973
|
template: '<ng-content></ng-content>',
|
|
1759
1974
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1760
1975
|
inputs: ['align', 'colSpan', 'density', 'ellipsis', 'head', 'noPinIndicator', 'numeric', 'padding', 'pinIcon', 'rowSpan', 'scope', 'sticky', 'variant'],
|
|
1976
|
+
standalone: true
|
|
1761
1977
|
}]
|
|
1762
1978
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1763
1979
|
let MdTableContainer = class MdTableContainer {
|
|
@@ -1767,10 +1983,11 @@ let MdTableContainer = class MdTableContainer {
|
|
|
1767
1983
|
this.el = r.nativeElement;
|
|
1768
1984
|
}
|
|
1769
1985
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1770
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableContainer, selector: "md-table-container", inputs: { elevation: "elevation", maxHeight: "maxHeight", minHeight: "minHeight", shape: "shape", variant: "variant", vibrant: "vibrant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1986
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableContainer, isStandalone: true, selector: "md-table-container", inputs: { elevation: "elevation", maxHeight: "maxHeight", minHeight: "minHeight", shape: "shape", variant: "variant", vibrant: "vibrant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1771
1987
|
};
|
|
1772
1988
|
MdTableContainer = __decorate([
|
|
1773
1989
|
ProxyCmp({
|
|
1990
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
1774
1991
|
inputs: ['elevation', 'maxHeight', 'minHeight', 'shape', 'variant', 'vibrant']
|
|
1775
1992
|
})
|
|
1776
1993
|
], MdTableContainer);
|
|
@@ -1782,6 +1999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1782
1999
|
template: '<ng-content></ng-content>',
|
|
1783
2000
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1784
2001
|
inputs: ['elevation', 'maxHeight', 'minHeight', 'shape', 'variant', 'vibrant'],
|
|
2002
|
+
standalone: true
|
|
1785
2003
|
}]
|
|
1786
2004
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1787
2005
|
let MdTableExpandToggle = class MdTableExpandToggle {
|
|
@@ -1791,10 +2009,11 @@ let MdTableExpandToggle = class MdTableExpandToggle {
|
|
|
1791
2009
|
this.el = r.nativeElement;
|
|
1792
2010
|
}
|
|
1793
2011
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableExpandToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1794
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableExpandToggle, selector: "md-table-expand-toggle", inputs: { buttonLabel: "buttonLabel", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2012
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableExpandToggle, isStandalone: true, selector: "md-table-expand-toggle", inputs: { buttonLabel: "buttonLabel", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1795
2013
|
};
|
|
1796
2014
|
MdTableExpandToggle = __decorate([
|
|
1797
2015
|
ProxyCmp({
|
|
2016
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
1798
2017
|
inputs: ['buttonLabel', 'icon']
|
|
1799
2018
|
})
|
|
1800
2019
|
], MdTableExpandToggle);
|
|
@@ -1806,6 +2025,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1806
2025
|
template: '<ng-content></ng-content>',
|
|
1807
2026
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1808
2027
|
inputs: ['buttonLabel', 'icon'],
|
|
2028
|
+
standalone: true
|
|
1809
2029
|
}]
|
|
1810
2030
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1811
2031
|
let MdTableFoot = class MdTableFoot {
|
|
@@ -1815,10 +2035,12 @@ let MdTableFoot = class MdTableFoot {
|
|
|
1815
2035
|
this.el = r.nativeElement;
|
|
1816
2036
|
}
|
|
1817
2037
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableFoot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1818
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableFoot, selector: "md-table-foot", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2038
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableFoot, isStandalone: true, selector: "md-table-foot", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1819
2039
|
};
|
|
1820
2040
|
MdTableFoot = __decorate([
|
|
1821
|
-
ProxyCmp({
|
|
2041
|
+
ProxyCmp({
|
|
2042
|
+
defineCustomElementFn: defineCustomElement$16
|
|
2043
|
+
})
|
|
1822
2044
|
], MdTableFoot);
|
|
1823
2045
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableFoot, decorators: [{
|
|
1824
2046
|
type: Component,
|
|
@@ -1828,6 +2050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1828
2050
|
template: '<ng-content></ng-content>',
|
|
1829
2051
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1830
2052
|
inputs: [],
|
|
2053
|
+
standalone: true
|
|
1831
2054
|
}]
|
|
1832
2055
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1833
2056
|
let MdTableHead = class MdTableHead {
|
|
@@ -1837,10 +2060,12 @@ let MdTableHead = class MdTableHead {
|
|
|
1837
2060
|
this.el = r.nativeElement;
|
|
1838
2061
|
}
|
|
1839
2062
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1840
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableHead, selector: "md-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2063
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableHead, isStandalone: true, selector: "md-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1841
2064
|
};
|
|
1842
2065
|
MdTableHead = __decorate([
|
|
1843
|
-
ProxyCmp({
|
|
2066
|
+
ProxyCmp({
|
|
2067
|
+
defineCustomElementFn: defineCustomElement$17
|
|
2068
|
+
})
|
|
1844
2069
|
], MdTableHead);
|
|
1845
2070
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableHead, decorators: [{
|
|
1846
2071
|
type: Component,
|
|
@@ -1850,6 +2075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1850
2075
|
template: '<ng-content></ng-content>',
|
|
1851
2076
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1852
2077
|
inputs: [],
|
|
2078
|
+
standalone: true
|
|
1853
2079
|
}]
|
|
1854
2080
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1855
2081
|
let MdTablePagination = class MdTablePagination {
|
|
@@ -1860,10 +2086,11 @@ let MdTablePagination = class MdTablePagination {
|
|
|
1860
2086
|
proxyOutputs(this, this.el, ['mdPageChange', 'mdRowsPerPageChange']);
|
|
1861
2087
|
}
|
|
1862
2088
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTablePagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1863
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTablePagination, selector: "md-table-pagination", inputs: { compact: "compact", count: "count", density: "density", disabled: "disabled", labelAll: "labelAll", labelDisplayedRows: "labelDisplayedRows", labelFirstPage: "labelFirstPage", labelLastPage: "labelLastPage", labelNextPage: "labelNextPage", labelPreviousPage: "labelPreviousPage", labelRowsPerPage: "labelRowsPerPage", page: "page", rowsPerPage: "rowsPerPage", rowsPerPageOptions: "rowsPerPageOptions", showFirstLast: "showFirstLast" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2089
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTablePagination, isStandalone: true, selector: "md-table-pagination", inputs: { compact: "compact", count: "count", density: "density", disabled: "disabled", labelAll: "labelAll", labelDisplayedRows: "labelDisplayedRows", labelFirstPage: "labelFirstPage", labelLastPage: "labelLastPage", labelNextPage: "labelNextPage", labelPreviousPage: "labelPreviousPage", labelRowsPerPage: "labelRowsPerPage", page: "page", rowsPerPage: "rowsPerPage", rowsPerPageOptions: "rowsPerPageOptions", showFirstLast: "showFirstLast" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1864
2090
|
};
|
|
1865
2091
|
MdTablePagination = __decorate([
|
|
1866
2092
|
ProxyCmp({
|
|
2093
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
1867
2094
|
inputs: ['compact', 'count', 'density', 'disabled', 'labelAll', 'labelDisplayedRows', 'labelFirstPage', 'labelLastPage', 'labelNextPage', 'labelPreviousPage', 'labelRowsPerPage', 'page', 'rowsPerPage', 'rowsPerPageOptions', 'showFirstLast'],
|
|
1868
2095
|
methods: ['goToPage', 'setRowsPerPage']
|
|
1869
2096
|
})
|
|
@@ -1876,6 +2103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1876
2103
|
template: '<ng-content></ng-content>',
|
|
1877
2104
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1878
2105
|
inputs: ['compact', 'count', 'density', 'disabled', 'labelAll', 'labelDisplayedRows', 'labelFirstPage', 'labelLastPage', 'labelNextPage', 'labelPreviousPage', 'labelRowsPerPage', 'page', 'rowsPerPage', 'rowsPerPageOptions', 'showFirstLast'],
|
|
2106
|
+
standalone: true
|
|
1879
2107
|
}]
|
|
1880
2108
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1881
2109
|
let MdTableRow = class MdTableRow {
|
|
@@ -1886,10 +2114,11 @@ let MdTableRow = class MdTableRow {
|
|
|
1886
2114
|
proxyOutputs(this, this.el, ['mdRowClick', 'mdRowSelectionChange', 'mdRowExpandedChange']);
|
|
1887
2115
|
}
|
|
1888
2116
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1889
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableRow, selector: "md-table-row", inputs: { clickable: "clickable", disabled: "disabled", expandable: "expandable", expanded: "expanded", highlight: "highlight", rowgroup: "rowgroup", selectable: "selectable", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2117
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableRow, isStandalone: true, selector: "md-table-row", inputs: { clickable: "clickable", disabled: "disabled", expandable: "expandable", expanded: "expanded", highlight: "highlight", rowgroup: "rowgroup", selectable: "selectable", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1890
2118
|
};
|
|
1891
2119
|
MdTableRow = __decorate([
|
|
1892
2120
|
ProxyCmp({
|
|
2121
|
+
defineCustomElementFn: defineCustomElement$19,
|
|
1893
2122
|
inputs: ['clickable', 'disabled', 'expandable', 'expanded', 'highlight', 'rowgroup', 'selectable', 'selected', 'value'],
|
|
1894
2123
|
methods: ['toggle']
|
|
1895
2124
|
})
|
|
@@ -1902,6 +2131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1902
2131
|
template: '<ng-content></ng-content>',
|
|
1903
2132
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1904
2133
|
inputs: ['clickable', 'disabled', 'expandable', 'expanded', 'highlight', 'rowgroup', 'selectable', 'selected', 'value'],
|
|
2134
|
+
standalone: true
|
|
1905
2135
|
}]
|
|
1906
2136
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1907
2137
|
let MdTableSortLabel = class MdTableSortLabel {
|
|
@@ -1912,10 +2142,11 @@ let MdTableSortLabel = class MdTableSortLabel {
|
|
|
1912
2142
|
proxyOutputs(this, this.el, ['mdSortRequest']);
|
|
1913
2143
|
}
|
|
1914
2144
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableSortLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1915
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableSortLabel, selector: "md-table-sort-label", inputs: { active: "active", column: "column", defaultOrder: "defaultOrder", density: "density", disabled: "disabled", icon: "icon", iconPosition: "iconPosition", order: "order" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2145
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableSortLabel, isStandalone: true, selector: "md-table-sort-label", inputs: { active: "active", column: "column", defaultOrder: "defaultOrder", density: "density", disabled: "disabled", icon: "icon", iconPosition: "iconPosition", order: "order" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1916
2146
|
};
|
|
1917
2147
|
MdTableSortLabel = __decorate([
|
|
1918
2148
|
ProxyCmp({
|
|
2149
|
+
defineCustomElementFn: defineCustomElement$1a,
|
|
1919
2150
|
inputs: ['active', 'column', 'defaultOrder', 'density', 'disabled', 'icon', 'iconPosition', 'order']
|
|
1920
2151
|
})
|
|
1921
2152
|
], MdTableSortLabel);
|
|
@@ -1927,6 +2158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1927
2158
|
template: '<ng-content></ng-content>',
|
|
1928
2159
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1929
2160
|
inputs: ['active', 'column', 'defaultOrder', 'density', 'disabled', 'icon', 'iconPosition', 'order'],
|
|
2161
|
+
standalone: true
|
|
1930
2162
|
}]
|
|
1931
2163
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1932
2164
|
let MdTableToolbar = class MdTableToolbar {
|
|
@@ -1936,10 +2168,11 @@ let MdTableToolbar = class MdTableToolbar {
|
|
|
1936
2168
|
this.el = r.nativeElement;
|
|
1937
2169
|
}
|
|
1938
2170
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTableToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1939
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableToolbar, selector: "md-table-toolbar", inputs: { autoBind: "autoBind", compact: "compact", density: "density", headline: "headline", labelSelected: "labelSelected", numSelected: "numSelected", supportingText: "supportingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2171
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTableToolbar, isStandalone: true, selector: "md-table-toolbar", inputs: { autoBind: "autoBind", compact: "compact", density: "density", headline: "headline", labelSelected: "labelSelected", numSelected: "numSelected", supportingText: "supportingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1940
2172
|
};
|
|
1941
2173
|
MdTableToolbar = __decorate([
|
|
1942
2174
|
ProxyCmp({
|
|
2175
|
+
defineCustomElementFn: defineCustomElement$1b,
|
|
1943
2176
|
inputs: ['autoBind', 'compact', 'density', 'headline', 'labelSelected', 'numSelected', 'supportingText']
|
|
1944
2177
|
})
|
|
1945
2178
|
], MdTableToolbar);
|
|
@@ -1951,6 +2184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1951
2184
|
template: '<ng-content></ng-content>',
|
|
1952
2185
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1953
2186
|
inputs: ['autoBind', 'compact', 'density', 'headline', 'labelSelected', 'numSelected', 'supportingText'],
|
|
2187
|
+
standalone: true
|
|
1954
2188
|
}]
|
|
1955
2189
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1956
2190
|
let MdTabs = class MdTabs {
|
|
@@ -1961,10 +2195,11 @@ let MdTabs = class MdTabs {
|
|
|
1961
2195
|
proxyOutputs(this, this.el, ['mdTabChange']);
|
|
1962
2196
|
}
|
|
1963
2197
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1964
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTabs, selector: "md-tabs", inputs: { activeTabIndex: "activeTabIndex", ariaLabelProp: "ariaLabelProp", tabWidth: "tabWidth", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2198
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTabs, isStandalone: true, selector: "md-tabs", inputs: { activeTabIndex: "activeTabIndex", ariaLabelProp: "ariaLabelProp", tabWidth: "tabWidth", variant: "variant", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1965
2199
|
};
|
|
1966
2200
|
MdTabs = __decorate([
|
|
1967
2201
|
ProxyCmp({
|
|
2202
|
+
defineCustomElementFn: defineCustomElement$1c,
|
|
1968
2203
|
inputs: ['activeTabIndex', 'ariaLabelProp', 'tabWidth', 'variant', 'width'],
|
|
1969
2204
|
methods: ['selectTab']
|
|
1970
2205
|
})
|
|
@@ -1977,6 +2212,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1977
2212
|
template: '<ng-content></ng-content>',
|
|
1978
2213
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1979
2214
|
inputs: ['activeTabIndex', 'ariaLabelProp', 'tabWidth', 'variant', 'width'],
|
|
2215
|
+
standalone: true
|
|
1980
2216
|
}]
|
|
1981
2217
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1982
2218
|
let MdTextField = class MdTextField {
|
|
@@ -1987,10 +2223,11 @@ let MdTextField = class MdTextField {
|
|
|
1987
2223
|
proxyOutputs(this, this.el, ['mdInput', 'mdChange', 'mdSearch', 'mdClear', 'mdPasswordToggle', 'mdSpeechResult', 'mdValidityChange']);
|
|
1988
2224
|
}
|
|
1989
2225
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1990
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTextField, selector: "md-text-field", inputs: { appearFocused: "appearFocused", autoCapitalize: "autoCapitalize", autocomplete: "autocomplete", chipsWrap: "chipsWrap", clearable: "clearable", debounce: "debounce", density: "density", disabled: "disabled", enterKeyHint: "enterKeyHint", error: "error", errorText: "errorText", focusBorderWidth: "focusBorderWidth", formatOn: "formatOn", formatter: "formatter", inputAriaAutocomplete: "inputAriaAutocomplete", inputExpanded: "inputExpanded", inputMode: "inputMode", inputRole: "inputRole", label: "label", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiline: "multiline", name: "name", parser: "parser", passwordToggle: "passwordToggle", pattern: "pattern", placeholder: "placeholder", prefixText: "prefixText", readOnly: "readOnly", required: "required", reserveSupportingSpace: "reserveSupportingSpace", restrict: "restrict", rows: "rows", speechLang: "speechLang", speechToText: "speechToText", spellcheck: "spellcheck", step: "step", suffixText: "suffixText", supportingText: "supportingText", throttle: "throttle", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2226
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTextField, isStandalone: true, selector: "md-text-field", inputs: { appearFocused: "appearFocused", autoCapitalize: "autoCapitalize", autocomplete: "autocomplete", chipsWrap: "chipsWrap", clearable: "clearable", debounce: "debounce", density: "density", disabled: "disabled", enterKeyHint: "enterKeyHint", error: "error", errorText: "errorText", focusBorderWidth: "focusBorderWidth", formatOn: "formatOn", formatter: "formatter", inputAriaAutocomplete: "inputAriaAutocomplete", inputExpanded: "inputExpanded", inputMode: "inputMode", inputRole: "inputRole", label: "label", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiline: "multiline", name: "name", parser: "parser", passwordToggle: "passwordToggle", pattern: "pattern", placeholder: "placeholder", prefixText: "prefixText", readOnly: "readOnly", required: "required", reserveSupportingSpace: "reserveSupportingSpace", restrict: "restrict", rows: "rows", speechLang: "speechLang", speechToText: "speechToText", spellcheck: "spellcheck", step: "step", suffixText: "suffixText", supportingText: "supportingText", throttle: "throttle", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1991
2227
|
};
|
|
1992
2228
|
MdTextField = __decorate([
|
|
1993
2229
|
ProxyCmp({
|
|
2230
|
+
defineCustomElementFn: defineCustomElement$1d,
|
|
1994
2231
|
inputs: ['appearFocused', 'autoCapitalize', 'autocomplete', 'chipsWrap', 'clearable', 'debounce', 'density', 'disabled', 'enterKeyHint', 'error', 'errorText', 'focusBorderWidth', 'formatOn', 'formatter', 'inputAriaAutocomplete', 'inputExpanded', 'inputMode', 'inputRole', 'label', 'max', 'maxLength', 'min', 'minLength', 'multiline', 'name', 'parser', 'passwordToggle', 'pattern', 'placeholder', 'prefixText', 'readOnly', 'required', 'reserveSupportingSpace', 'restrict', 'rows', 'speechLang', 'speechToText', 'spellcheck', 'step', 'suffixText', 'supportingText', 'throttle', 'type', 'value', 'variant'],
|
|
1995
2232
|
methods: ['setFocus', 'select', 'getInputElement', 'getValidity', 'setCustomValidity', 'checkValidity', 'reportValidity']
|
|
1996
2233
|
})
|
|
@@ -2003,6 +2240,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2003
2240
|
template: '<ng-content></ng-content>',
|
|
2004
2241
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2005
2242
|
inputs: ['appearFocused', 'autoCapitalize', 'autocomplete', 'chipsWrap', 'clearable', 'debounce', 'density', 'disabled', 'enterKeyHint', 'error', 'errorText', 'focusBorderWidth', 'formatOn', 'formatter', 'inputAriaAutocomplete', 'inputExpanded', 'inputMode', 'inputRole', 'label', 'max', 'maxLength', 'min', 'minLength', 'multiline', 'name', 'parser', 'passwordToggle', 'pattern', 'placeholder', 'prefixText', 'readOnly', 'required', 'reserveSupportingSpace', 'restrict', 'rows', 'speechLang', 'speechToText', 'spellcheck', 'step', 'suffixText', 'supportingText', 'throttle', 'type', 'value', 'variant'],
|
|
2243
|
+
standalone: true
|
|
2006
2244
|
}]
|
|
2007
2245
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2008
2246
|
let MdTimePicker = class MdTimePicker {
|
|
@@ -2013,10 +2251,11 @@ let MdTimePicker = class MdTimePicker {
|
|
|
2013
2251
|
proxyOutputs(this, this.el, ['mdChange', 'mdInput', 'mdOpen', 'mdClose', 'mdCancel', 'mdModeChange', 'mdValidityChange']);
|
|
2014
2252
|
}
|
|
2015
2253
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2016
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTimePicker, selector: "md-time-picker", inputs: { amLabel: "amLabel", cancelLabel: "cancelLabel", density: "density", disabled: "disabled", format: "format", headline: "headline", headlineDialLabel: "headlineDialLabel", headlineInputLabel: "headlineInputLabel", hideTrigger: "hideTrigger", hourLabel: "hourLabel", label: "label", max: "max", min: "min", minuteLabel: "minuteLabel", minuteStep: "minuteStep", name: "name", okLabel: "okLabel", open: "open", orientation: "orientation", periodLabel: "periodLabel", periodLayout: "periodLayout", pmLabel: "pmLabel", rangeOutsideLabel: "rangeOutsideLabel", rangeOverflowLabel: "rangeOverflowLabel", rangeUnderflowLabel: "rangeUnderflowLabel", required: "required", responsive: "responsive", toggleDialLabel: "toggleDialLabel", toggleInputLabel: "toggleInputLabel", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2254
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTimePicker, isStandalone: true, selector: "md-time-picker", inputs: { amLabel: "amLabel", cancelLabel: "cancelLabel", density: "density", disabled: "disabled", format: "format", headline: "headline", headlineDialLabel: "headlineDialLabel", headlineInputLabel: "headlineInputLabel", hideTrigger: "hideTrigger", hourLabel: "hourLabel", label: "label", max: "max", min: "min", minuteLabel: "minuteLabel", minuteStep: "minuteStep", name: "name", okLabel: "okLabel", open: "open", orientation: "orientation", periodLabel: "periodLabel", periodLayout: "periodLayout", pmLabel: "pmLabel", rangeOutsideLabel: "rangeOutsideLabel", rangeOverflowLabel: "rangeOverflowLabel", rangeUnderflowLabel: "rangeUnderflowLabel", required: "required", responsive: "responsive", toggleDialLabel: "toggleDialLabel", toggleInputLabel: "toggleInputLabel", value: "value", valueMissingLabel: "valueMissingLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2017
2255
|
};
|
|
2018
2256
|
MdTimePicker = __decorate([
|
|
2019
2257
|
ProxyCmp({
|
|
2258
|
+
defineCustomElementFn: defineCustomElement$1e,
|
|
2020
2259
|
inputs: ['amLabel', 'cancelLabel', 'density', 'disabled', 'format', 'headline', 'headlineDialLabel', 'headlineInputLabel', 'hideTrigger', 'hourLabel', 'label', 'max', 'min', 'minuteLabel', 'minuteStep', 'name', 'okLabel', 'open', 'orientation', 'periodLabel', 'periodLayout', 'pmLabel', 'rangeOutsideLabel', 'rangeOverflowLabel', 'rangeUnderflowLabel', 'required', 'responsive', 'toggleDialLabel', 'toggleInputLabel', 'value', 'valueMissingLabel', 'variant'],
|
|
2021
2260
|
methods: ['show', 'hide', 'checkValidity', 'reportValidity', 'getValidity']
|
|
2022
2261
|
})
|
|
@@ -2029,6 +2268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2029
2268
|
template: '<ng-content></ng-content>',
|
|
2030
2269
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2031
2270
|
inputs: ['amLabel', 'cancelLabel', 'density', 'disabled', 'format', 'headline', 'headlineDialLabel', 'headlineInputLabel', 'hideTrigger', 'hourLabel', 'label', 'max', 'min', 'minuteLabel', 'minuteStep', 'name', 'okLabel', 'open', 'orientation', 'periodLabel', 'periodLayout', 'pmLabel', 'rangeOutsideLabel', 'rangeOverflowLabel', 'rangeUnderflowLabel', 'required', 'responsive', 'toggleDialLabel', 'toggleInputLabel', 'value', 'valueMissingLabel', 'variant'],
|
|
2271
|
+
standalone: true
|
|
2032
2272
|
}]
|
|
2033
2273
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2034
2274
|
let MdToolbar = class MdToolbar {
|
|
@@ -2038,10 +2278,11 @@ let MdToolbar = class MdToolbar {
|
|
|
2038
2278
|
this.el = r.nativeElement;
|
|
2039
2279
|
}
|
|
2040
2280
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2041
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdToolbar, selector: "md-toolbar", inputs: { alignment: "alignment", ariaLabelProp: "ariaLabelProp", ariaLabelledby: "ariaLabelledby", color: "color", containerSemantics: "containerSemantics", density: "density", layout: "layout", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2281
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdToolbar, isStandalone: true, selector: "md-toolbar", inputs: { alignment: "alignment", ariaLabelProp: "ariaLabelProp", ariaLabelledby: "ariaLabelledby", color: "color", containerSemantics: "containerSemantics", density: "density", layout: "layout", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2042
2282
|
};
|
|
2043
2283
|
MdToolbar = __decorate([
|
|
2044
2284
|
ProxyCmp({
|
|
2285
|
+
defineCustomElementFn: defineCustomElement$1f,
|
|
2045
2286
|
inputs: ['alignment', 'ariaLabelProp', 'ariaLabelledby', 'color', 'containerSemantics', 'density', 'layout', 'variant'],
|
|
2046
2287
|
methods: ['setFocus']
|
|
2047
2288
|
})
|
|
@@ -2054,6 +2295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2054
2295
|
template: '<ng-content></ng-content>',
|
|
2055
2296
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2056
2297
|
inputs: ['alignment', 'ariaLabelProp', 'ariaLabelledby', 'color', 'containerSemantics', 'density', 'layout', 'variant'],
|
|
2298
|
+
standalone: true
|
|
2057
2299
|
}]
|
|
2058
2300
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2059
2301
|
let MdTooltip = class MdTooltip {
|
|
@@ -2064,10 +2306,11 @@ let MdTooltip = class MdTooltip {
|
|
|
2064
2306
|
proxyOutputs(this, this.el, ['mdOpen', 'mdClose']);
|
|
2065
2307
|
}
|
|
2066
2308
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2067
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTooltip, selector: "md-tooltip", inputs: { autoPosition: "autoPosition", crossOffset: "crossOffset", density: "density", disabled: "disabled", hideDelay: "hideDelay", offset: "offset", open: "open", position: "position", showDelay: "showDelay", subhead: "subhead", text: "text", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2309
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTooltip, isStandalone: true, selector: "md-tooltip", inputs: { autoPosition: "autoPosition", crossOffset: "crossOffset", density: "density", disabled: "disabled", hideDelay: "hideDelay", offset: "offset", open: "open", position: "position", showDelay: "showDelay", subhead: "subhead", text: "text", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2068
2310
|
};
|
|
2069
2311
|
MdTooltip = __decorate([
|
|
2070
2312
|
ProxyCmp({
|
|
2313
|
+
defineCustomElementFn: defineCustomElement$1g,
|
|
2071
2314
|
inputs: ['autoPosition', 'crossOffset', 'density', 'disabled', 'hideDelay', 'offset', 'open', 'position', 'showDelay', 'subhead', 'text', 'variant'],
|
|
2072
2315
|
methods: ['show', 'hide']
|
|
2073
2316
|
})
|
|
@@ -2080,6 +2323,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2080
2323
|
template: '<ng-content></ng-content>',
|
|
2081
2324
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2082
2325
|
inputs: ['autoPosition', 'crossOffset', 'density', 'disabled', 'hideDelay', 'offset', 'open', 'position', 'showDelay', 'subhead', 'text', 'variant'],
|
|
2326
|
+
standalone: true
|
|
2083
2327
|
}]
|
|
2084
2328
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2085
2329
|
let MdTransferList = class MdTransferList {
|
|
@@ -2090,10 +2334,11 @@ let MdTransferList = class MdTransferList {
|
|
|
2090
2334
|
proxyOutputs(this, this.el, ['mdChange', 'mdMove']);
|
|
2091
2335
|
}
|
|
2092
2336
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MdTransferList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2093
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTransferList, selector: "md-transfer-list", inputs: { countTemplate: "countTemplate", density: "density", disabled: "disabled", emptyIcon: "emptyIcon", emptyText: "emptyText", items: "items", moveAllLeftIcon: "moveAllLeftIcon", moveAllLeftLabel: "moveAllLeftLabel", moveAllRightIcon: "moveAllRightIcon", moveAllRightLabel: "moveAllRightLabel", moveLeftIcon: "moveLeftIcon", moveLeftLabel: "moveLeftLabel", moveRightIcon: "moveRightIcon", moveRightLabel: "moveRightLabel", searchIcon: "searchIcon", searchable: "searchable", showSelectAll: "showSelectAll", singleStepOnly: "singleStepOnly", sourceSearchPlaceholder: "sourceSearchPlaceholder", sourceTitle: "sourceTitle", targetSearchPlaceholder: "targetSearchPlaceholder", targetTitle: "targetTitle", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2337
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MdTransferList, isStandalone: true, selector: "md-transfer-list", inputs: { countTemplate: "countTemplate", density: "density", disabled: "disabled", emptyIcon: "emptyIcon", emptyText: "emptyText", items: "items", moveAllLeftIcon: "moveAllLeftIcon", moveAllLeftLabel: "moveAllLeftLabel", moveAllRightIcon: "moveAllRightIcon", moveAllRightLabel: "moveAllRightLabel", moveLeftIcon: "moveLeftIcon", moveLeftLabel: "moveLeftLabel", moveRightIcon: "moveRightIcon", moveRightLabel: "moveRightLabel", searchIcon: "searchIcon", searchable: "searchable", showSelectAll: "showSelectAll", singleStepOnly: "singleStepOnly", sourceSearchPlaceholder: "sourceSearchPlaceholder", sourceTitle: "sourceTitle", targetSearchPlaceholder: "targetSearchPlaceholder", targetTitle: "targetTitle", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2094
2338
|
};
|
|
2095
2339
|
MdTransferList = __decorate([
|
|
2096
2340
|
ProxyCmp({
|
|
2341
|
+
defineCustomElementFn: defineCustomElement$1h,
|
|
2097
2342
|
inputs: ['countTemplate', 'density', 'disabled', 'emptyIcon', 'emptyText', 'items', 'moveAllLeftIcon', 'moveAllLeftLabel', 'moveAllRightIcon', 'moveAllRightLabel', 'moveLeftIcon', 'moveLeftLabel', 'moveRightIcon', 'moveRightLabel', 'searchIcon', 'searchable', 'showSelectAll', 'singleStepOnly', 'sourceSearchPlaceholder', 'sourceTitle', 'targetSearchPlaceholder', 'targetTitle', 'value'],
|
|
2098
2343
|
methods: ['moveSelectedRight', 'moveSelectedLeft']
|
|
2099
2344
|
})
|
|
@@ -2106,6 +2351,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2106
2351
|
template: '<ng-content></ng-content>',
|
|
2107
2352
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2108
2353
|
inputs: ['countTemplate', 'density', 'disabled', 'emptyIcon', 'emptyText', 'items', 'moveAllLeftIcon', 'moveAllLeftLabel', 'moveAllRightIcon', 'moveAllRightLabel', 'moveLeftIcon', 'moveLeftLabel', 'moveRightIcon', 'moveRightLabel', 'searchIcon', 'searchable', 'showSelectAll', 'singleStepOnly', 'sourceSearchPlaceholder', 'sourceTitle', 'targetSearchPlaceholder', 'targetTitle', 'value'],
|
|
2354
|
+
standalone: true
|
|
2109
2355
|
}]
|
|
2110
2356
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2111
2357
|
|
|
@@ -2236,7 +2482,7 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
2236
2482
|
super(el);
|
|
2237
2483
|
}
|
|
2238
2484
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2239
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: TextValueAccessor, selector: "md-text-field, md-autocomplete, md-otp-field", host: { listeners: { "mdInput": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
2485
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: TextValueAccessor, isStandalone: true, selector: "md-text-field, md-autocomplete, md-otp-field", host: { listeners: { "mdInput": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
2240
2486
|
{
|
|
2241
2487
|
provide: NG_VALUE_ACCESSOR,
|
|
2242
2488
|
useExisting: TextValueAccessor,
|
|
@@ -2258,7 +2504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2258
2504
|
useExisting: TextValueAccessor,
|
|
2259
2505
|
multi: true
|
|
2260
2506
|
}
|
|
2261
|
-
]
|
|
2507
|
+
], standalone: true
|
|
2262
2508
|
}]
|
|
2263
2509
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2264
2510
|
|
|
@@ -2267,7 +2513,7 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2267
2513
|
super(el);
|
|
2268
2514
|
}
|
|
2269
2515
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2270
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: SelectValueAccessor, selector: "md-select, md-multi-select, md-date-picker, md-time-picker", host: { listeners: { "mdChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
2516
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: SelectValueAccessor, isStandalone: true, selector: "md-select, md-multi-select, md-date-picker, md-time-picker", host: { listeners: { "mdChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
2271
2517
|
{
|
|
2272
2518
|
provide: NG_VALUE_ACCESSOR,
|
|
2273
2519
|
useExisting: SelectValueAccessor,
|
|
@@ -2289,7 +2535,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2289
2535
|
useExisting: SelectValueAccessor,
|
|
2290
2536
|
multi: true
|
|
2291
2537
|
}
|
|
2292
|
-
]
|
|
2538
|
+
], standalone: true
|
|
2293
2539
|
}]
|
|
2294
2540
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2295
2541
|
|
|
@@ -2301,7 +2547,7 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
2301
2547
|
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
2302
2548
|
}
|
|
2303
2549
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2304
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: BooleanValueAccessor, selector: "md-checkbox", host: { listeners: { "mdChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
2550
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: BooleanValueAccessor, isStandalone: true, selector: "md-checkbox", host: { listeners: { "mdChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
2305
2551
|
{
|
|
2306
2552
|
provide: NG_VALUE_ACCESSOR,
|
|
2307
2553
|
useExisting: BooleanValueAccessor,
|
|
@@ -2323,7 +2569,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2323
2569
|
useExisting: BooleanValueAccessor,
|
|
2324
2570
|
multi: true
|
|
2325
2571
|
}
|
|
2326
|
-
]
|
|
2572
|
+
], standalone: true
|
|
2327
2573
|
}]
|
|
2328
2574
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2329
2575
|
|
|
@@ -2332,7 +2578,7 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
2332
2578
|
super(el);
|
|
2333
2579
|
}
|
|
2334
2580
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2335
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: RadioValueAccessor, selector: "md-radio", host: { listeners: { "mdChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
2581
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: RadioValueAccessor, isStandalone: true, selector: "md-radio", host: { listeners: { "mdChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
2336
2582
|
{
|
|
2337
2583
|
provide: NG_VALUE_ACCESSOR,
|
|
2338
2584
|
useExisting: RadioValueAccessor,
|
|
@@ -2354,7 +2600,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2354
2600
|
useExisting: RadioValueAccessor,
|
|
2355
2601
|
multi: true
|
|
2356
2602
|
}
|
|
2357
|
-
]
|
|
2603
|
+
], standalone: true
|
|
2358
2604
|
}]
|
|
2359
2605
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2360
2606
|
|
|
@@ -2368,7 +2614,7 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
2368
2614
|
});
|
|
2369
2615
|
}
|
|
2370
2616
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2371
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NumericValueAccessor, selector: "md-rating, md-slider, md-number-field", host: { listeners: { "mdChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
2617
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NumericValueAccessor, isStandalone: true, selector: "md-rating, md-slider, md-number-field", host: { listeners: { "mdChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
2372
2618
|
{
|
|
2373
2619
|
provide: NG_VALUE_ACCESSOR,
|
|
2374
2620
|
useExisting: NumericValueAccessor,
|
|
@@ -2390,7 +2636,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2390
2636
|
useExisting: NumericValueAccessor,
|
|
2391
2637
|
multi: true
|
|
2392
2638
|
}
|
|
2393
|
-
]
|
|
2639
|
+
], standalone: true
|
|
2394
2640
|
}]
|
|
2395
2641
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2396
2642
|
|
|
@@ -2414,7 +2660,7 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2414
2660
|
this.el.nativeElement.selected = this.lastValue = value == null ? false : value;
|
|
2415
2661
|
}
|
|
2416
2662
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SwitchValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2417
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: SwitchValueAccessor, selector: "md-switch", host: { listeners: { "mdChange": "handleChangeEvent($event.target.selected)" } }, providers: [
|
|
2663
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: SwitchValueAccessor, isStandalone: true, selector: "md-switch", host: { listeners: { "mdChange": "handleChangeEvent($event.target.selected)" } }, providers: [
|
|
2418
2664
|
{
|
|
2419
2665
|
provide: NG_VALUE_ACCESSOR,
|
|
2420
2666
|
useExisting: SwitchValueAccessor,
|
|
@@ -2437,6 +2683,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2437
2683
|
multi: true,
|
|
2438
2684
|
},
|
|
2439
2685
|
],
|
|
2686
|
+
// Match the generated accessors: the output target stamps standalone: true
|
|
2687
|
+
// on them, and AwcUiModule now lists all accessors under `imports`.
|
|
2688
|
+
standalone: true,
|
|
2440
2689
|
}]
|
|
2441
2690
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2442
2691
|
|
|
@@ -2455,9 +2704,16 @@ const VALUE_ACCESSORS = [
|
|
|
2455
2704
|
SwitchValueAccessor,
|
|
2456
2705
|
];
|
|
2457
2706
|
/**
|
|
2458
|
-
* Registers
|
|
2459
|
-
* application bootstrap.
|
|
2460
|
-
*
|
|
2707
|
+
* Registers ALL AWC UI custom elements (the Stencil lazy loader) during
|
|
2708
|
+
* application bootstrap.
|
|
2709
|
+
*
|
|
2710
|
+
* Since the proxies became standalone (each one statically imports and
|
|
2711
|
+
* registers its own element), this provider is NO LONGER REQUIRED — importing
|
|
2712
|
+
* a proxy is enough. It is kept for backwards compatibility and for apps that
|
|
2713
|
+
* use raw `md-*` tags without importing the corresponding proxy. Element
|
|
2714
|
+
* definition is idempotent, so using both mechanisms together is harmless —
|
|
2715
|
+
* but adding this provider forces the whole lazy-loader registry into the
|
|
2716
|
+
* bundle, so prefer omitting it.
|
|
2461
2717
|
*
|
|
2462
2718
|
* @example
|
|
2463
2719
|
* // NgModule app
|
|
@@ -2484,34 +2740,32 @@ function provideAwcUi() {
|
|
|
2484
2740
|
/**
|
|
2485
2741
|
* AwcUiModule
|
|
2486
2742
|
*
|
|
2487
|
-
*
|
|
2488
|
-
*
|
|
2743
|
+
* Convenience module exporting ALL AWC UI component proxies (typed inputs,
|
|
2744
|
+
* outputs and methods) plus the form value accessors.
|
|
2489
2745
|
*
|
|
2490
|
-
*
|
|
2491
|
-
*
|
|
2492
|
-
*
|
|
2746
|
+
* NOTE: the proxies are standalone components that register their own custom
|
|
2747
|
+
* element on import — no loader bootstrap needed. For the smallest bundles,
|
|
2748
|
+
* prefer importing individual components over this module: this module
|
|
2749
|
+
* references all 81 proxies, so the whole component set ships with your app.
|
|
2493
2750
|
*
|
|
2494
2751
|
* @example
|
|
2495
|
-
* //
|
|
2496
|
-
* import {
|
|
2497
|
-
*
|
|
2752
|
+
* // Smallest bundle — standalone component imports exactly what it uses:
|
|
2753
|
+
* import { MdButton } from '@awc-ui/angular';
|
|
2754
|
+
* @Component({ standalone: true, imports: [MdButton], ... })
|
|
2498
2755
|
*
|
|
2499
|
-
* //
|
|
2756
|
+
* // Convenience — everything at once (ships all components):
|
|
2500
2757
|
* import { AwcUiModule } from '@awc-ui/angular';
|
|
2501
|
-
*
|
|
2502
|
-
* @NgModule({
|
|
2503
|
-
* imports: [AwcUiModule, ...],
|
|
2504
|
-
* })
|
|
2758
|
+
* @NgModule({ imports: [AwcUiModule, ...] })
|
|
2505
2759
|
* export class AppModule {}
|
|
2506
2760
|
*/
|
|
2507
2761
|
class AwcUiModule {
|
|
2508
2762
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AwcUiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2509
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AwcUiModule,
|
|
2763
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AwcUiModule, imports: [CommonModule, MdAccordion, MdAccordionItem, MdAppBar, MdAreaChart, MdAutocomplete, MdAvatar, MdBadge, MdBarChart, MdBottomSheet, MdBreadcrumbItem, MdBreadcrumbs, MdButton, MdButtonGroup, MdCard, MdCheckbox, MdChip, MdColorPicker, MdDatePicker, MdDialog, MdDivider, MdFab, MdFabMenu, MdFabMenuItem, MdIconButton, MdLineChart, MdList, MdListItem, MdLoadingIndicator, MdMenu, MdMenuItem, MdMenuItemGroup, MdMeter, MdMultiSelect, MdNavigationBar, MdNavigationRail, MdNavigationRailTab, MdNavigationTab, MdNumberField, MdOrganizationChart, MdOtpField, MdPieChart, MdProgressIndicator, MdRadio, MdRating, MdRipple, MdSearch, MdSegmentedButton, MdSegmentedButtonSet, MdSelect, MdSelectOption, MdSideSheet, MdSkeleton, MdSlider, MdSnackbar, MdSparkline, MdSplitButton, MdStatusDot, MdStep, MdStepper, MdSubMenuItem, MdSwitch, MdTab, MdTabPanel, MdTabPanels, MdTable, MdTableBody, MdTableCell, MdTableContainer, MdTableExpandToggle, MdTableFoot, MdTableHead, MdTablePagination, MdTableRow, MdTableSortLabel, MdTableToolbar, MdTabs, MdTextField, MdTimePicker, MdToolbar, MdTooltip, MdTransferList, TextValueAccessor,
|
|
2510
2764
|
SelectValueAccessor,
|
|
2511
2765
|
BooleanValueAccessor,
|
|
2512
2766
|
RadioValueAccessor,
|
|
2513
2767
|
NumericValueAccessor,
|
|
2514
|
-
SwitchValueAccessor],
|
|
2768
|
+
SwitchValueAccessor], exports: [MdAccordion, MdAccordionItem, MdAppBar, MdAreaChart, MdAutocomplete, MdAvatar, MdBadge, MdBarChart, MdBottomSheet, MdBreadcrumbItem, MdBreadcrumbs, MdButton, MdButtonGroup, MdCard, MdCheckbox, MdChip, MdColorPicker, MdDatePicker, MdDialog, MdDivider, MdFab, MdFabMenu, MdFabMenuItem, MdIconButton, MdLineChart, MdList, MdListItem, MdLoadingIndicator, MdMenu, MdMenuItem, MdMenuItemGroup, MdMeter, MdMultiSelect, MdNavigationBar, MdNavigationRail, MdNavigationRailTab, MdNavigationTab, MdNumberField, MdOrganizationChart, MdOtpField, MdPieChart, MdProgressIndicator, MdRadio, MdRating, MdRipple, MdSearch, MdSegmentedButton, MdSegmentedButtonSet, MdSelect, MdSelectOption, MdSideSheet, MdSkeleton, MdSlider, MdSnackbar, MdSparkline, MdSplitButton, MdStatusDot, MdStep, MdStepper, MdSubMenuItem, MdSwitch, MdTab, MdTabPanel, MdTabPanels, MdTable, MdTableBody, MdTableCell, MdTableContainer, MdTableExpandToggle, MdTableFoot, MdTableHead, MdTablePagination, MdTableRow, MdTableSortLabel, MdTableToolbar, MdTabs, MdTextField, MdTimePicker, MdToolbar, MdTooltip, MdTransferList, TextValueAccessor,
|
|
2515
2769
|
SelectValueAccessor,
|
|
2516
2770
|
BooleanValueAccessor,
|
|
2517
2771
|
RadioValueAccessor,
|
|
@@ -2522,8 +2776,7 @@ class AwcUiModule {
|
|
|
2522
2776
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AwcUiModule, decorators: [{
|
|
2523
2777
|
type: NgModule,
|
|
2524
2778
|
args: [{
|
|
2525
|
-
imports: [CommonModule],
|
|
2526
|
-
declarations: [...DIRECTIVES, ...VALUE_ACCESSORS],
|
|
2779
|
+
imports: [CommonModule, ...DIRECTIVES, ...VALUE_ACCESSORS],
|
|
2527
2780
|
exports: [...DIRECTIVES, ...VALUE_ACCESSORS],
|
|
2528
2781
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
2529
2782
|
}]
|