@maggioli-design-system/magma-angular 0.0.1 → 1.0.0-beta.1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -22
- package/esm2022/lib/magma.module.mjs +30 -0
- package/esm2022/public-api.mjs +2 -2
- package/esm2022/stencil-generated/components.mjs +482 -367
- package/esm2022/stencil-generated/index.mjs +6 -3
- package/fesm2022/maggioli-design-system-magma-angular.mjs +499 -385
- package/fesm2022/maggioli-design-system-magma-angular.mjs.map +1 -1
- package/lib/magma.module.d.ts +9 -0
- package/package.json +2 -2
- package/public-api.d.ts +1 -1
- package/stencil-generated/components.d.ts +182 -132
- package/stencil-generated/index.d.ts +1 -1
- package/esm2022/lib/component-library.module.mjs +0 -31
- package/lib/component-library.module.d.ts +0 -7
|
@@ -71,15 +71,15 @@ let MdsAccordion = class MdsAccordion {
|
|
|
71
71
|
this.el = r.nativeElement;
|
|
72
72
|
proxyOutputs(this, this.el, ['mdsAccordionChange']);
|
|
73
73
|
}
|
|
74
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
75
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
74
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
75
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsAccordion, selector: "mds-accordion", inputs: { closable: "closable", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
76
76
|
};
|
|
77
77
|
MdsAccordion = __decorate([
|
|
78
78
|
ProxyCmp({
|
|
79
79
|
inputs: ['closable', 'multiple']
|
|
80
80
|
})
|
|
81
81
|
], MdsAccordion);
|
|
82
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
82
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAccordion, decorators: [{
|
|
83
83
|
type: Component,
|
|
84
84
|
args: [{
|
|
85
85
|
selector: 'mds-accordion',
|
|
@@ -98,15 +98,15 @@ let MdsAccordionItem = class MdsAccordionItem {
|
|
|
98
98
|
this.el = r.nativeElement;
|
|
99
99
|
proxyOutputs(this, this.el, ['mdsAccordionItemSelect', 'mdsAccordionItemUnselect', 'mdsAccordionItemChange']);
|
|
100
100
|
}
|
|
101
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
102
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
101
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
102
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsAccordionItem, selector: "mds-accordion-item", inputs: { label: "label", selected: "selected", typography: "typography" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
103
103
|
};
|
|
104
104
|
MdsAccordionItem = __decorate([
|
|
105
105
|
ProxyCmp({
|
|
106
106
|
inputs: ['label', 'selected', 'typography']
|
|
107
107
|
})
|
|
108
108
|
], MdsAccordionItem);
|
|
109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAccordionItem, decorators: [{
|
|
110
110
|
type: Component,
|
|
111
111
|
args: [{
|
|
112
112
|
selector: 'mds-accordion-item',
|
|
@@ -125,15 +125,15 @@ let MdsAccordionTimer = class MdsAccordionTimer {
|
|
|
125
125
|
this.el = r.nativeElement;
|
|
126
126
|
proxyOutputs(this, this.el, ['mdsAccordionTimerChange']);
|
|
127
127
|
}
|
|
128
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
129
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
128
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAccordionTimer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
129
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsAccordionTimer, selector: "mds-accordion-timer", inputs: { duration: "duration", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
130
130
|
};
|
|
131
131
|
MdsAccordionTimer = __decorate([
|
|
132
132
|
ProxyCmp({
|
|
133
133
|
inputs: ['duration', 'paused']
|
|
134
134
|
})
|
|
135
135
|
], MdsAccordionTimer);
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAccordionTimer, decorators: [{
|
|
137
137
|
type: Component,
|
|
138
138
|
args: [{
|
|
139
139
|
selector: 'mds-accordion-timer',
|
|
@@ -152,15 +152,15 @@ let MdsAccordionTimerItem = class MdsAccordionTimerItem {
|
|
|
152
152
|
this.el = r.nativeElement;
|
|
153
153
|
proxyOutputs(this, this.el, ['mdsAccordionTimerItemClickSelect', 'mdsAccordionTimerItemSelect', 'mdsAccordionTimerItemMouseEnterSelect', 'mdsAccordionTimerItemMouseLeaveSelect']);
|
|
154
154
|
}
|
|
155
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
156
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
155
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAccordionTimerItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
156
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsAccordionTimerItem, selector: "mds-accordion-timer-item", inputs: { description: "description", duration: "duration", progress: "progress", selected: "selected", typography: "typography", uuid: "uuid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
157
157
|
};
|
|
158
158
|
MdsAccordionTimerItem = __decorate([
|
|
159
159
|
ProxyCmp({
|
|
160
160
|
inputs: ['description', 'duration', 'progress', 'selected', 'typography', 'uuid']
|
|
161
161
|
})
|
|
162
162
|
], MdsAccordionTimerItem);
|
|
163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAccordionTimerItem, decorators: [{
|
|
164
164
|
type: Component,
|
|
165
165
|
args: [{
|
|
166
166
|
selector: 'mds-accordion-timer-item',
|
|
@@ -178,13 +178,13 @@ let MdsAuthor = class MdsAuthor {
|
|
|
178
178
|
c.detach();
|
|
179
179
|
this.el = r.nativeElement;
|
|
180
180
|
}
|
|
181
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
182
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
181
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAuthor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
182
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsAuthor, selector: "mds-author", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
183
183
|
};
|
|
184
184
|
MdsAuthor = __decorate([
|
|
185
185
|
ProxyCmp({})
|
|
186
186
|
], MdsAuthor);
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAuthor, decorators: [{
|
|
188
188
|
type: Component,
|
|
189
189
|
args: [{
|
|
190
190
|
selector: 'mds-author',
|
|
@@ -202,15 +202,15 @@ let MdsAvatar = class MdsAvatar {
|
|
|
202
202
|
c.detach();
|
|
203
203
|
this.el = r.nativeElement;
|
|
204
204
|
}
|
|
205
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
206
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
205
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
206
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsAvatar, selector: "mds-avatar", inputs: { icon: "icon", initials: "initials", src: "src", tone: "tone", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
207
207
|
};
|
|
208
208
|
MdsAvatar = __decorate([
|
|
209
209
|
ProxyCmp({
|
|
210
210
|
inputs: ['icon', 'initials', 'src', 'tone', 'variant']
|
|
211
211
|
})
|
|
212
212
|
], MdsAvatar);
|
|
213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAvatar, decorators: [{
|
|
214
214
|
type: Component,
|
|
215
215
|
args: [{
|
|
216
216
|
selector: 'mds-avatar',
|
|
@@ -228,15 +228,15 @@ let MdsBadge = class MdsBadge {
|
|
|
228
228
|
c.detach();
|
|
229
229
|
this.el = r.nativeElement;
|
|
230
230
|
}
|
|
231
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
232
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
231
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
232
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsBadge, selector: "mds-badge", inputs: { tone: "tone", typography: "typography", typographyVariant: "typographyVariant", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
233
233
|
};
|
|
234
234
|
MdsBadge = __decorate([
|
|
235
235
|
ProxyCmp({
|
|
236
236
|
inputs: ['tone', 'typography', 'typographyVariant', 'variant']
|
|
237
237
|
})
|
|
238
238
|
], MdsBadge);
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBadge, decorators: [{
|
|
240
240
|
type: Component,
|
|
241
241
|
args: [{
|
|
242
242
|
selector: 'mds-badge',
|
|
@@ -255,15 +255,16 @@ let MdsBanner = class MdsBanner {
|
|
|
255
255
|
this.el = r.nativeElement;
|
|
256
256
|
proxyOutputs(this, this.el, ['mdsBannerClose']);
|
|
257
257
|
}
|
|
258
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
259
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
258
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
259
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsBanner, selector: "mds-banner", inputs: { deletable: "deletable", headline: "headline", icon: "icon", tone: "tone", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
260
260
|
};
|
|
261
261
|
MdsBanner = __decorate([
|
|
262
262
|
ProxyCmp({
|
|
263
|
-
inputs: ['deletable', 'headline', 'icon', 'tone', 'variant']
|
|
263
|
+
inputs: ['deletable', 'headline', 'icon', 'tone', 'variant'],
|
|
264
|
+
methods: ['updateLang']
|
|
264
265
|
})
|
|
265
266
|
], MdsBanner);
|
|
266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBanner, decorators: [{
|
|
267
268
|
type: Component,
|
|
268
269
|
args: [{
|
|
269
270
|
selector: 'mds-banner',
|
|
@@ -281,15 +282,15 @@ let MdsBenchmarkBar = class MdsBenchmarkBar {
|
|
|
281
282
|
c.detach();
|
|
282
283
|
this.el = r.nativeElement;
|
|
283
284
|
}
|
|
284
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
285
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
285
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBenchmarkBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
286
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsBenchmarkBar, selector: "mds-benchmark-bar", inputs: { alias: "alias", typography: "typography", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
286
287
|
};
|
|
287
288
|
MdsBenchmarkBar = __decorate([
|
|
288
289
|
ProxyCmp({
|
|
289
290
|
inputs: ['alias', 'typography', 'value', 'variant']
|
|
290
291
|
})
|
|
291
292
|
], MdsBenchmarkBar);
|
|
292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBenchmarkBar, decorators: [{
|
|
293
294
|
type: Component,
|
|
294
295
|
args: [{
|
|
295
296
|
selector: 'mds-benchmark-bar',
|
|
@@ -307,15 +308,15 @@ let MdsBibliography = class MdsBibliography {
|
|
|
307
308
|
c.detach();
|
|
308
309
|
this.el = r.nativeElement;
|
|
309
310
|
}
|
|
310
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
311
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
311
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBibliography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
312
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsBibliography, selector: "mds-bibliography", inputs: { author: "author", date: "date", format: "format", location: "location", name: "name", publisher: "publisher", rel: "rel", typography: "typography", url: "url", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
312
313
|
};
|
|
313
314
|
MdsBibliography = __decorate([
|
|
314
315
|
ProxyCmp({
|
|
315
316
|
inputs: ['author', 'date', 'format', 'location', 'name', 'publisher', 'rel', 'typography', 'url', 'variant']
|
|
316
317
|
})
|
|
317
318
|
], MdsBibliography);
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBibliography, decorators: [{
|
|
319
320
|
type: Component,
|
|
320
321
|
args: [{
|
|
321
322
|
selector: 'mds-bibliography',
|
|
@@ -334,15 +335,16 @@ let MdsBreadcrumb = class MdsBreadcrumb {
|
|
|
334
335
|
this.el = r.nativeElement;
|
|
335
336
|
proxyOutputs(this, this.el, ['mdsBreadcrumbChange']);
|
|
336
337
|
}
|
|
337
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
338
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
338
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
339
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsBreadcrumb, selector: "mds-breadcrumb", inputs: { back: "back" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
339
340
|
};
|
|
340
341
|
MdsBreadcrumb = __decorate([
|
|
341
342
|
ProxyCmp({
|
|
342
|
-
inputs: ['back']
|
|
343
|
+
inputs: ['back'],
|
|
344
|
+
methods: ['updateLang']
|
|
343
345
|
})
|
|
344
346
|
], MdsBreadcrumb);
|
|
345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBreadcrumb, decorators: [{
|
|
346
348
|
type: Component,
|
|
347
349
|
args: [{
|
|
348
350
|
selector: 'mds-breadcrumb',
|
|
@@ -361,15 +363,15 @@ let MdsBreadcrumbItem = class MdsBreadcrumbItem {
|
|
|
361
363
|
this.el = r.nativeElement;
|
|
362
364
|
proxyOutputs(this, this.el, ['mdsBreadcrumbItemSelect']);
|
|
363
365
|
}
|
|
364
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
365
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
366
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
367
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsBreadcrumbItem, selector: "mds-breadcrumb-item", inputs: { selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
366
368
|
};
|
|
367
369
|
MdsBreadcrumbItem = __decorate([
|
|
368
370
|
ProxyCmp({
|
|
369
371
|
inputs: ['selected']
|
|
370
372
|
})
|
|
371
373
|
], MdsBreadcrumbItem);
|
|
372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBreadcrumbItem, decorators: [{
|
|
373
375
|
type: Component,
|
|
374
376
|
args: [{
|
|
375
377
|
selector: 'mds-breadcrumb-item',
|
|
@@ -387,22 +389,22 @@ let MdsButton = class MdsButton {
|
|
|
387
389
|
c.detach();
|
|
388
390
|
this.el = r.nativeElement;
|
|
389
391
|
}
|
|
390
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
391
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
392
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
393
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsButton, selector: "mds-button", inputs: { active: "active", autoFocus: "autoFocus", await: "await", disabled: "disabled", href: "href", icon: "icon", iconPosition: "iconPosition", size: "size", target: "target", tone: "tone", truncate: "truncate", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
392
394
|
};
|
|
393
395
|
MdsButton = __decorate([
|
|
394
396
|
ProxyCmp({
|
|
395
|
-
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'iconPosition', 'size', 'target', 'tone', 'type', 'variant']
|
|
397
|
+
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'iconPosition', 'size', 'target', 'tone', 'truncate', 'type', 'variant']
|
|
396
398
|
})
|
|
397
399
|
], MdsButton);
|
|
398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsButton, decorators: [{
|
|
399
401
|
type: Component,
|
|
400
402
|
args: [{
|
|
401
403
|
selector: 'mds-button',
|
|
402
404
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
403
405
|
template: '<ng-content></ng-content>',
|
|
404
406
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
405
|
-
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'iconPosition', 'size', 'target', 'tone', 'type', 'variant'],
|
|
407
|
+
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'iconPosition', 'size', 'target', 'tone', 'truncate', 'type', 'variant'],
|
|
406
408
|
}]
|
|
407
409
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
408
410
|
let MdsCard = class MdsCard {
|
|
@@ -413,15 +415,15 @@ let MdsCard = class MdsCard {
|
|
|
413
415
|
c.detach();
|
|
414
416
|
this.el = r.nativeElement;
|
|
415
417
|
}
|
|
416
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
417
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
419
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsCard, selector: "mds-card", inputs: { autoGrid: "autoGrid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
418
420
|
};
|
|
419
421
|
MdsCard = __decorate([
|
|
420
422
|
ProxyCmp({
|
|
421
423
|
inputs: ['autoGrid']
|
|
422
424
|
})
|
|
423
425
|
], MdsCard);
|
|
424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCard, decorators: [{
|
|
425
427
|
type: Component,
|
|
426
428
|
args: [{
|
|
427
429
|
selector: 'mds-card',
|
|
@@ -439,13 +441,13 @@ let MdsCardContent = class MdsCardContent {
|
|
|
439
441
|
c.detach();
|
|
440
442
|
this.el = r.nativeElement;
|
|
441
443
|
}
|
|
442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
443
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
444
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
445
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsCardContent, selector: "mds-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
444
446
|
};
|
|
445
447
|
MdsCardContent = __decorate([
|
|
446
448
|
ProxyCmp({})
|
|
447
449
|
], MdsCardContent);
|
|
448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardContent, decorators: [{
|
|
449
451
|
type: Component,
|
|
450
452
|
args: [{
|
|
451
453
|
selector: 'mds-card-content',
|
|
@@ -463,13 +465,13 @@ let MdsCardFooter = class MdsCardFooter {
|
|
|
463
465
|
c.detach();
|
|
464
466
|
this.el = r.nativeElement;
|
|
465
467
|
}
|
|
466
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
467
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
468
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
469
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsCardFooter, selector: "mds-card-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
468
470
|
};
|
|
469
471
|
MdsCardFooter = __decorate([
|
|
470
472
|
ProxyCmp({})
|
|
471
473
|
], MdsCardFooter);
|
|
472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardFooter, decorators: [{
|
|
473
475
|
type: Component,
|
|
474
476
|
args: [{
|
|
475
477
|
selector: 'mds-card-footer',
|
|
@@ -487,13 +489,13 @@ let MdsCardHeader = class MdsCardHeader {
|
|
|
487
489
|
c.detach();
|
|
488
490
|
this.el = r.nativeElement;
|
|
489
491
|
}
|
|
490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
491
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
492
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
493
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsCardHeader, selector: "mds-card-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
492
494
|
};
|
|
493
495
|
MdsCardHeader = __decorate([
|
|
494
496
|
ProxyCmp({})
|
|
495
497
|
], MdsCardHeader);
|
|
496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardHeader, decorators: [{
|
|
497
499
|
type: Component,
|
|
498
500
|
args: [{
|
|
499
501
|
selector: 'mds-card-header',
|
|
@@ -511,13 +513,13 @@ let MdsCardMedia = class MdsCardMedia {
|
|
|
511
513
|
c.detach();
|
|
512
514
|
this.el = r.nativeElement;
|
|
513
515
|
}
|
|
514
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
515
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
516
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardMedia, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
517
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsCardMedia, selector: "mds-card-media", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
516
518
|
};
|
|
517
519
|
MdsCardMedia = __decorate([
|
|
518
520
|
ProxyCmp({})
|
|
519
521
|
], MdsCardMedia);
|
|
520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardMedia, decorators: [{
|
|
521
523
|
type: Component,
|
|
522
524
|
args: [{
|
|
523
525
|
selector: 'mds-card-media',
|
|
@@ -536,22 +538,23 @@ let MdsChip = class MdsChip {
|
|
|
536
538
|
this.el = r.nativeElement;
|
|
537
539
|
proxyOutputs(this, this.el, ['mdsChipClickLabel', 'mdsChipDelete']);
|
|
538
540
|
}
|
|
539
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
540
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
541
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
542
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsChip, selector: "mds-chip", inputs: { clickable: "clickable", deletable: "deletable", disabled: "disabled", icon: "icon", label: "label", selectable: "selectable", selected: "selected", tone: "tone", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
541
543
|
};
|
|
542
544
|
MdsChip = __decorate([
|
|
543
545
|
ProxyCmp({
|
|
544
|
-
inputs: ['clickable', 'deletable', '
|
|
546
|
+
inputs: ['clickable', 'deletable', 'disabled', 'icon', 'label', 'selectable', 'selected', 'tone', 'variant'],
|
|
547
|
+
methods: ['updateLang']
|
|
545
548
|
})
|
|
546
549
|
], MdsChip);
|
|
547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsChip, decorators: [{
|
|
548
551
|
type: Component,
|
|
549
552
|
args: [{
|
|
550
553
|
selector: 'mds-chip',
|
|
551
554
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
552
555
|
template: '<ng-content></ng-content>',
|
|
553
556
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
554
|
-
inputs: ['clickable', 'deletable', '
|
|
557
|
+
inputs: ['clickable', 'deletable', 'disabled', 'icon', 'label', 'selectable', 'selected', 'tone', 'variant'],
|
|
555
558
|
}]
|
|
556
559
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
557
560
|
let MdsDetails = class MdsDetails {
|
|
@@ -563,15 +566,15 @@ let MdsDetails = class MdsDetails {
|
|
|
563
566
|
this.el = r.nativeElement;
|
|
564
567
|
proxyOutputs(this, this.el, ['mdsDetailsChange']);
|
|
565
568
|
}
|
|
566
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
567
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
569
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
570
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsDetails, selector: "mds-details", inputs: { opened: "opened" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
568
571
|
};
|
|
569
572
|
MdsDetails = __decorate([
|
|
570
573
|
ProxyCmp({
|
|
571
574
|
inputs: ['opened']
|
|
572
575
|
})
|
|
573
576
|
], MdsDetails);
|
|
574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsDetails, decorators: [{
|
|
575
578
|
type: Component,
|
|
576
579
|
args: [{
|
|
577
580
|
selector: 'mds-details',
|
|
@@ -590,15 +593,15 @@ let MdsDropdown = class MdsDropdown {
|
|
|
590
593
|
this.el = r.nativeElement;
|
|
591
594
|
proxyOutputs(this, this.el, ['mdsDropdownVisible', 'mdsDropdownHide', 'mdsDropdownChange']);
|
|
592
595
|
}
|
|
593
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
594
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
596
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
597
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsDropdown, selector: "mds-dropdown", inputs: { arrow: "arrow", arrowPadding: "arrowPadding", autoPlacement: "autoPlacement", backdrop: "backdrop", flip: "flip", interaction: "interaction", offset: "offset", placement: "placement", shift: "shift", shiftPadding: "shiftPadding", smooth: "smooth", strategy: "strategy", target: "target", visible: "visible", zIndex: "zIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
595
598
|
};
|
|
596
599
|
MdsDropdown = __decorate([
|
|
597
600
|
ProxyCmp({
|
|
598
601
|
inputs: ['arrow', 'arrowPadding', 'autoPlacement', 'backdrop', 'flip', 'interaction', 'offset', 'placement', 'shift', 'shiftPadding', 'smooth', 'strategy', 'target', 'visible', 'zIndex']
|
|
599
602
|
})
|
|
600
603
|
], MdsDropdown);
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsDropdown, decorators: [{
|
|
602
605
|
type: Component,
|
|
603
606
|
args: [{
|
|
604
607
|
selector: 'mds-dropdown',
|
|
@@ -616,15 +619,15 @@ let MdsEntity = class MdsEntity {
|
|
|
616
619
|
c.detach();
|
|
617
620
|
this.el = r.nativeElement;
|
|
618
621
|
}
|
|
619
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
620
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
622
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsEntity, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
623
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsEntity, selector: "mds-entity", inputs: { await: "await", icon: "icon", initials: "initials", src: "src", tone: "tone", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
621
624
|
};
|
|
622
625
|
MdsEntity = __decorate([
|
|
623
626
|
ProxyCmp({
|
|
624
627
|
inputs: ['await', 'icon', 'initials', 'src', 'tone', 'variant']
|
|
625
628
|
})
|
|
626
629
|
], MdsEntity);
|
|
627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsEntity, decorators: [{
|
|
628
631
|
type: Component,
|
|
629
632
|
args: [{
|
|
630
633
|
selector: 'mds-entity',
|
|
@@ -643,22 +646,23 @@ let MdsFile = class MdsFile {
|
|
|
643
646
|
this.el = r.nativeElement;
|
|
644
647
|
proxyOutputs(this, this.el, ['mdsFileDownload']);
|
|
645
648
|
}
|
|
646
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
647
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
649
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
650
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsFile, selector: "mds-file", inputs: { description: "description", filename: "filename", format: "format", preview: "preview", showDownloadedIcon: "showDownloadedIcon", suffix: "suffix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
648
651
|
};
|
|
649
652
|
MdsFile = __decorate([
|
|
650
653
|
ProxyCmp({
|
|
651
|
-
inputs: ['description', '
|
|
654
|
+
inputs: ['description', 'filename', 'format', 'preview', 'showDownloadedIcon', 'suffix'],
|
|
655
|
+
methods: ['updateLang']
|
|
652
656
|
})
|
|
653
657
|
], MdsFile);
|
|
654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFile, decorators: [{
|
|
655
659
|
type: Component,
|
|
656
660
|
args: [{
|
|
657
661
|
selector: 'mds-file',
|
|
658
662
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
659
663
|
template: '<ng-content></ng-content>',
|
|
660
664
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
661
|
-
inputs: ['description', '
|
|
665
|
+
inputs: ['description', 'filename', 'format', 'preview', 'showDownloadedIcon', 'suffix'],
|
|
662
666
|
}]
|
|
663
667
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
664
668
|
let MdsFilePreview = class MdsFilePreview {
|
|
@@ -670,15 +674,16 @@ let MdsFilePreview = class MdsFilePreview {
|
|
|
670
674
|
this.el = r.nativeElement;
|
|
671
675
|
proxyOutputs(this, this.el, ['mdsFileDownload', 'mdsFileDelete']);
|
|
672
676
|
}
|
|
673
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
674
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
677
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilePreview, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
678
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsFilePreview, selector: "mds-file-preview", inputs: { deletable: "deletable", description: "description", downloadable: "downloadable", filename: "filename", filesize: "filesize", format: "format", icon: "icon", message: "message", src: "src", suffix: "suffix", truncate: "truncate", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
675
679
|
};
|
|
676
680
|
MdsFilePreview = __decorate([
|
|
677
681
|
ProxyCmp({
|
|
678
|
-
inputs: ['deletable', 'description', 'downloadable', 'filename', 'filesize', 'format', 'icon', 'message', 'src', 'suffix', 'truncate', 'variant']
|
|
682
|
+
inputs: ['deletable', 'description', 'downloadable', 'filename', 'filesize', 'format', 'icon', 'message', 'src', 'suffix', 'truncate', 'variant'],
|
|
683
|
+
methods: ['updateLang']
|
|
679
684
|
})
|
|
680
685
|
], MdsFilePreview);
|
|
681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilePreview, decorators: [{
|
|
682
687
|
type: Component,
|
|
683
688
|
args: [{
|
|
684
689
|
selector: 'mds-file-preview',
|
|
@@ -697,15 +702,15 @@ let MdsFilter = class MdsFilter {
|
|
|
697
702
|
this.el = r.nativeElement;
|
|
698
703
|
proxyOutputs(this, this.el, ['mdsFilterChange']);
|
|
699
704
|
}
|
|
700
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
701
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
705
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
706
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsFilter, selector: "mds-filter", inputs: { autoReset: "autoReset", label: "label", multiple: "multiple", reset: "reset" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
702
707
|
};
|
|
703
708
|
MdsFilter = __decorate([
|
|
704
709
|
ProxyCmp({
|
|
705
710
|
inputs: ['autoReset', 'label', 'multiple', 'reset']
|
|
706
711
|
})
|
|
707
712
|
], MdsFilter);
|
|
708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilter, decorators: [{
|
|
709
714
|
type: Component,
|
|
710
715
|
args: [{
|
|
711
716
|
selector: 'mds-filter',
|
|
@@ -724,22 +729,22 @@ let MdsFilterItem = class MdsFilterItem {
|
|
|
724
729
|
this.el = r.nativeElement;
|
|
725
730
|
proxyOutputs(this, this.el, ['mdsFilterItemSelect']);
|
|
726
731
|
}
|
|
727
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
728
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
732
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilterItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
733
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsFilterItem, selector: "mds-filter-item", inputs: { count: "count", disabled: "disabled", icon: "icon", label: "label", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
729
734
|
};
|
|
730
735
|
MdsFilterItem = __decorate([
|
|
731
736
|
ProxyCmp({
|
|
732
|
-
inputs: ['icon', 'label', 'selected', 'value']
|
|
737
|
+
inputs: ['count', 'disabled', 'icon', 'label', 'selected', 'value']
|
|
733
738
|
})
|
|
734
739
|
], MdsFilterItem);
|
|
735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilterItem, decorators: [{
|
|
736
741
|
type: Component,
|
|
737
742
|
args: [{
|
|
738
743
|
selector: 'mds-filter-item',
|
|
739
744
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
740
745
|
template: '<ng-content></ng-content>',
|
|
741
746
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
742
|
-
inputs: ['icon', 'label', 'selected', 'value'],
|
|
747
|
+
inputs: ['count', 'disabled', 'icon', 'label', 'selected', 'value'],
|
|
743
748
|
}]
|
|
744
749
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
745
750
|
let MdsHeader = class MdsHeader {
|
|
@@ -749,24 +754,25 @@ let MdsHeader = class MdsHeader {
|
|
|
749
754
|
this.z = z;
|
|
750
755
|
c.detach();
|
|
751
756
|
this.el = r.nativeElement;
|
|
752
|
-
proxyOutputs(this, this.el, ['mdsHeaderClose']);
|
|
757
|
+
proxyOutputs(this, this.el, ['mdsHeaderClose', 'mdsHeaderVisibilityChange']);
|
|
753
758
|
}
|
|
754
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
755
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
759
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
760
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsHeader, selector: "mds-header", inputs: { appearance: "appearance", appearanceSet: "appearanceSet", autoHide: "autoHide", backdrop: "backdrop", menu: "menu", nav: "nav", threshold: "threshold", visibility: "visibility" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
756
761
|
};
|
|
757
762
|
MdsHeader = __decorate([
|
|
758
763
|
ProxyCmp({
|
|
759
|
-
inputs: ['appearance', 'appearanceSet', 'autoHide', 'menu', 'nav', 'threshold', 'visibility']
|
|
764
|
+
inputs: ['appearance', 'appearanceSet', 'autoHide', 'backdrop', 'menu', 'nav', 'threshold', 'visibility'],
|
|
765
|
+
methods: ['setOpened']
|
|
760
766
|
})
|
|
761
767
|
], MdsHeader);
|
|
762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHeader, decorators: [{
|
|
763
769
|
type: Component,
|
|
764
770
|
args: [{
|
|
765
771
|
selector: 'mds-header',
|
|
766
772
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
767
773
|
template: '<ng-content></ng-content>',
|
|
768
774
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
769
|
-
inputs: ['appearance', 'appearanceSet', 'autoHide', 'menu', 'nav', 'threshold', 'visibility'],
|
|
775
|
+
inputs: ['appearance', 'appearanceSet', 'autoHide', 'backdrop', 'menu', 'nav', 'threshold', 'visibility'],
|
|
770
776
|
}]
|
|
771
777
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
772
778
|
let MdsHeaderBar = class MdsHeaderBar {
|
|
@@ -778,15 +784,16 @@ let MdsHeaderBar = class MdsHeaderBar {
|
|
|
778
784
|
this.el = r.nativeElement;
|
|
779
785
|
proxyOutputs(this, this.el, ['mdsHeaderBarOpen']);
|
|
780
786
|
}
|
|
781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
782
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
787
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHeaderBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
788
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsHeaderBar, selector: "mds-header-bar", inputs: { menu: "menu", nav: "nav" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
783
789
|
};
|
|
784
790
|
MdsHeaderBar = __decorate([
|
|
785
791
|
ProxyCmp({
|
|
786
|
-
inputs: ['menu', 'nav']
|
|
792
|
+
inputs: ['menu', 'nav'],
|
|
793
|
+
methods: ['setOpened']
|
|
787
794
|
})
|
|
788
795
|
], MdsHeaderBar);
|
|
789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHeaderBar, decorators: [{
|
|
790
797
|
type: Component,
|
|
791
798
|
args: [{
|
|
792
799
|
selector: 'mds-header-bar',
|
|
@@ -804,15 +811,15 @@ let MdsHelp = class MdsHelp {
|
|
|
804
811
|
c.detach();
|
|
805
812
|
this.el = r.nativeElement;
|
|
806
813
|
}
|
|
807
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
808
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
814
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHelp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
815
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsHelp, selector: "mds-help", inputs: { autoPlacement: "autoPlacement", icon: "icon", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
809
816
|
};
|
|
810
817
|
MdsHelp = __decorate([
|
|
811
818
|
ProxyCmp({
|
|
812
819
|
inputs: ['autoPlacement', 'icon', 'placement']
|
|
813
820
|
})
|
|
814
821
|
], MdsHelp);
|
|
815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHelp, decorators: [{
|
|
816
823
|
type: Component,
|
|
817
824
|
args: [{
|
|
818
825
|
selector: 'mds-help',
|
|
@@ -830,22 +837,22 @@ let MdsHorizontalScroll = class MdsHorizontalScroll {
|
|
|
830
837
|
c.detach();
|
|
831
838
|
this.el = r.nativeElement;
|
|
832
839
|
}
|
|
833
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
834
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
840
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHorizontalScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
841
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsHorizontalScroll, selector: "mds-horizontal-scroll", inputs: { controls: "controls", navigation: "navigation", snap: "snap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
835
842
|
};
|
|
836
843
|
MdsHorizontalScroll = __decorate([
|
|
837
844
|
ProxyCmp({
|
|
838
|
-
inputs: ['controls', '
|
|
845
|
+
inputs: ['controls', 'navigation', 'snap']
|
|
839
846
|
})
|
|
840
847
|
], MdsHorizontalScroll);
|
|
841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHorizontalScroll, decorators: [{
|
|
842
849
|
type: Component,
|
|
843
850
|
args: [{
|
|
844
851
|
selector: 'mds-horizontal-scroll',
|
|
845
852
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
846
853
|
template: '<ng-content></ng-content>',
|
|
847
854
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
848
|
-
inputs: ['controls', '
|
|
855
|
+
inputs: ['controls', 'navigation', 'snap'],
|
|
849
856
|
}]
|
|
850
857
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
851
858
|
let MdsHr = class MdsHr {
|
|
@@ -856,13 +863,13 @@ let MdsHr = class MdsHr {
|
|
|
856
863
|
c.detach();
|
|
857
864
|
this.el = r.nativeElement;
|
|
858
865
|
}
|
|
859
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
860
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
866
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHr, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
867
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsHr, selector: "mds-hr", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
861
868
|
};
|
|
862
869
|
MdsHr = __decorate([
|
|
863
870
|
ProxyCmp({})
|
|
864
871
|
], MdsHr);
|
|
865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHr, decorators: [{
|
|
866
873
|
type: Component,
|
|
867
874
|
args: [{
|
|
868
875
|
selector: 'mds-hr',
|
|
@@ -880,8 +887,8 @@ let MdsIcon = class MdsIcon {
|
|
|
880
887
|
c.detach();
|
|
881
888
|
this.el = r.nativeElement;
|
|
882
889
|
}
|
|
883
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
884
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
890
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
891
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsIcon, selector: "mds-icon", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
885
892
|
};
|
|
886
893
|
MdsIcon = __decorate([
|
|
887
894
|
ProxyCmp({
|
|
@@ -889,7 +896,7 @@ MdsIcon = __decorate([
|
|
|
889
896
|
methods: ['setSvgPath']
|
|
890
897
|
})
|
|
891
898
|
], MdsIcon);
|
|
892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsIcon, decorators: [{
|
|
893
900
|
type: Component,
|
|
894
901
|
args: [{
|
|
895
902
|
selector: 'mds-icon',
|
|
@@ -908,15 +915,16 @@ let MdsImg = class MdsImg {
|
|
|
908
915
|
this.el = r.nativeElement;
|
|
909
916
|
proxyOutputs(this, this.el, ['mdsImgLoadError', 'mdsImgLoadSuccess']);
|
|
910
917
|
}
|
|
911
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
912
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
918
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
919
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsImg, selector: "mds-img", inputs: { alt: "alt", crossorigin: "crossorigin", height: "height", loading: "loading", referrerpolicy: "referrerpolicy", sizes: "sizes", src: "src", srcset: "srcset", srcsetConsumption: "srcsetConsumption", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
913
920
|
};
|
|
914
921
|
MdsImg = __decorate([
|
|
915
922
|
ProxyCmp({
|
|
916
|
-
inputs: ['alt', 'crossorigin', 'height', 'loading', 'referrerpolicy', 'sizes', 'src', 'srcset', 'srcsetConsumption', 'width']
|
|
923
|
+
inputs: ['alt', 'crossorigin', 'height', 'loading', 'referrerpolicy', 'sizes', 'src', 'srcset', 'srcsetConsumption', 'width'],
|
|
924
|
+
methods: ['updateLang']
|
|
917
925
|
})
|
|
918
926
|
], MdsImg);
|
|
919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsImg, decorators: [{
|
|
920
928
|
type: Component,
|
|
921
929
|
args: [{
|
|
922
930
|
selector: 'mds-img',
|
|
@@ -935,16 +943,16 @@ let MdsInput = class MdsInput {
|
|
|
935
943
|
this.el = r.nativeElement;
|
|
936
944
|
proxyOutputs(this, this.el, ['mdsInputChange', 'mdsInputKeydown', 'mdsInputBlur', 'mdsInputFocus']);
|
|
937
945
|
}
|
|
938
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
939
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
946
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
947
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInput, selector: "mds-input", inputs: { autocomplete: "autocomplete", autofocus: "autofocus", await: "await", controlDecreaseLabel: "controlDecreaseLabel", controlIncreaseLabel: "controlIncreaseLabel", controlsIcon: "controlsIcon", controlsLayout: "controlsLayout", datalist: "datalist", disabled: "disabled", icon: "icon", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", step: "step", tip: "tip", type: "type", typography: "typography", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
940
948
|
};
|
|
941
949
|
MdsInput = __decorate([
|
|
942
950
|
ProxyCmp({
|
|
943
951
|
inputs: ['autocomplete', 'autofocus', 'await', 'controlDecreaseLabel', 'controlIncreaseLabel', 'controlsIcon', 'controlsLayout', 'datalist', 'disabled', 'icon', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'step', 'tip', 'type', 'typography', 'value', 'variant'],
|
|
944
|
-
methods: ['setFocus', 'getInputElement']
|
|
952
|
+
methods: ['updateLang', 'setFocus', 'getInputElement']
|
|
945
953
|
})
|
|
946
954
|
], MdsInput);
|
|
947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInput, decorators: [{
|
|
948
956
|
type: Component,
|
|
949
957
|
args: [{
|
|
950
958
|
selector: 'mds-input',
|
|
@@ -963,8 +971,8 @@ let MdsInputField = class MdsInputField {
|
|
|
963
971
|
this.el = r.nativeElement;
|
|
964
972
|
proxyOutputs(this, this.el, ['mdsInputFieldChange', 'mdsInputFieldKeydown', 'mdsInputFieldBlur', 'mdsInputFieldFocus']);
|
|
965
973
|
}
|
|
966
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
967
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
974
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
975
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputField, selector: "mds-input-field", inputs: { autocomplete: "autocomplete", autofocus: "autofocus", await: "await", controlsIcon: "controlsIcon", controlsLayout: "controlsLayout", disabled: "disabled", icon: "icon", label: "label", max: "max", maxlength: "maxlength", message: "message", min: "min", minlength: "minlength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", step: "step", tip: "tip", type: "type", typography: "typography", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
968
976
|
};
|
|
969
977
|
MdsInputField = __decorate([
|
|
970
978
|
ProxyCmp({
|
|
@@ -972,7 +980,7 @@ MdsInputField = __decorate([
|
|
|
972
980
|
methods: ['setFocus', 'getInputElement', 'addValidator', 'removeValidator', 'getErrors']
|
|
973
981
|
})
|
|
974
982
|
], MdsInputField);
|
|
975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputField, decorators: [{
|
|
976
984
|
type: Component,
|
|
977
985
|
args: [{
|
|
978
986
|
selector: 'mds-input-field',
|
|
@@ -991,22 +999,22 @@ let MdsInputRange = class MdsInputRange {
|
|
|
991
999
|
this.el = r.nativeElement;
|
|
992
1000
|
proxyOutputs(this, this.el, ['mdsInputRangeChange']);
|
|
993
1001
|
}
|
|
994
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
995
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1002
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1003
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputRange, selector: "mds-input-range", inputs: { disabled: "disabled", formatValue: "formatValue", max: "max", min: "min", step: "step", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
996
1004
|
};
|
|
997
1005
|
MdsInputRange = __decorate([
|
|
998
1006
|
ProxyCmp({
|
|
999
|
-
inputs: ['max', 'min', 'step', 'value']
|
|
1007
|
+
inputs: ['disabled', 'formatValue', 'max', 'min', 'step', 'value']
|
|
1000
1008
|
})
|
|
1001
1009
|
], MdsInputRange);
|
|
1002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputRange, decorators: [{
|
|
1003
1011
|
type: Component,
|
|
1004
1012
|
args: [{
|
|
1005
1013
|
selector: 'mds-input-range',
|
|
1006
1014
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1007
1015
|
template: '<ng-content></ng-content>',
|
|
1008
1016
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1009
|
-
inputs: ['max', 'min', 'step', 'value'],
|
|
1017
|
+
inputs: ['disabled', 'formatValue', 'max', 'min', 'step', 'value'],
|
|
1010
1018
|
}]
|
|
1011
1019
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1012
1020
|
let MdsInputSelect = class MdsInputSelect {
|
|
@@ -1018,15 +1026,15 @@ let MdsInputSelect = class MdsInputSelect {
|
|
|
1018
1026
|
this.el = r.nativeElement;
|
|
1019
1027
|
proxyOutputs(this, this.el, ['mdsInputSelectChange']);
|
|
1020
1028
|
}
|
|
1021
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1022
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1029
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1030
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputSelect, selector: "mds-input-select", inputs: { autoFocus: "autoFocus", autocomplete: "autocomplete", disabled: "disabled", multiple: "multiple", name: "name", placeholder: "placeholder", required: "required", size: "size", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1023
1031
|
};
|
|
1024
1032
|
MdsInputSelect = __decorate([
|
|
1025
1033
|
ProxyCmp({
|
|
1026
1034
|
inputs: ['autoFocus', 'autocomplete', 'disabled', 'multiple', 'name', 'placeholder', 'required', 'size', 'value', 'variant']
|
|
1027
1035
|
})
|
|
1028
1036
|
], MdsInputSelect);
|
|
1029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputSelect, decorators: [{
|
|
1030
1038
|
type: Component,
|
|
1031
1039
|
args: [{
|
|
1032
1040
|
selector: 'mds-input-select',
|
|
@@ -1045,15 +1053,16 @@ let MdsInputSwitch = class MdsInputSwitch {
|
|
|
1045
1053
|
this.el = r.nativeElement;
|
|
1046
1054
|
proxyOutputs(this, this.el, ['mdsInputSwitchChange']);
|
|
1047
1055
|
}
|
|
1048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1049
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1056
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1057
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputSwitch, selector: "mds-input-switch", inputs: { autofocus: "autofocus", checked: "checked", disabled: "disabled", explicit: "explicit", icon: "icon", indeterminate: "indeterminate", name: "name", size: "size", type: "type", typography: "typography", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1050
1058
|
};
|
|
1051
1059
|
MdsInputSwitch = __decorate([
|
|
1052
1060
|
ProxyCmp({
|
|
1053
|
-
inputs: ['autofocus', 'checked', 'disabled', 'explicit', 'icon', 'indeterminate', 'name', 'size', 'type', 'typography', 'value', 'variant']
|
|
1061
|
+
inputs: ['autofocus', 'checked', 'disabled', 'explicit', 'icon', 'indeterminate', 'name', 'size', 'type', 'typography', 'value', 'variant'],
|
|
1062
|
+
methods: ['updateLang']
|
|
1054
1063
|
})
|
|
1055
1064
|
], MdsInputSwitch);
|
|
1056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputSwitch, decorators: [{
|
|
1057
1066
|
type: Component,
|
|
1058
1067
|
args: [{
|
|
1059
1068
|
selector: 'mds-input-switch',
|
|
@@ -1071,15 +1080,15 @@ let MdsInputTip = class MdsInputTip {
|
|
|
1071
1080
|
c.detach();
|
|
1072
1081
|
this.el = r.nativeElement;
|
|
1073
1082
|
}
|
|
1074
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1075
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1083
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputTip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1084
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputTip, selector: "mds-input-tip", inputs: { active: "active", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1076
1085
|
};
|
|
1077
1086
|
MdsInputTip = __decorate([
|
|
1078
1087
|
ProxyCmp({
|
|
1079
1088
|
inputs: ['active', 'position']
|
|
1080
1089
|
})
|
|
1081
1090
|
], MdsInputTip);
|
|
1082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputTip, decorators: [{
|
|
1083
1092
|
type: Component,
|
|
1084
1093
|
args: [{
|
|
1085
1094
|
selector: 'mds-input-tip',
|
|
@@ -1097,15 +1106,16 @@ let MdsInputTipItem = class MdsInputTipItem {
|
|
|
1097
1106
|
c.detach();
|
|
1098
1107
|
this.el = r.nativeElement;
|
|
1099
1108
|
}
|
|
1100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1101
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1109
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputTipItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1110
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputTipItem, selector: "mds-input-tip-item", inputs: { expanded: "expanded", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1102
1111
|
};
|
|
1103
1112
|
MdsInputTipItem = __decorate([
|
|
1104
1113
|
ProxyCmp({
|
|
1105
|
-
inputs: ['expanded', 'variant']
|
|
1114
|
+
inputs: ['expanded', 'variant'],
|
|
1115
|
+
methods: ['updateLang']
|
|
1106
1116
|
})
|
|
1107
1117
|
], MdsInputTipItem);
|
|
1108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputTipItem, decorators: [{
|
|
1109
1119
|
type: Component,
|
|
1110
1120
|
args: [{
|
|
1111
1121
|
selector: 'mds-input-tip-item',
|
|
@@ -1124,16 +1134,16 @@ let MdsInputUpload = class MdsInputUpload {
|
|
|
1124
1134
|
this.el = r.nativeElement;
|
|
1125
1135
|
proxyOutputs(this, this.el, ['mdsInputUploadChange']);
|
|
1126
1136
|
}
|
|
1127
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1128
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1137
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1138
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputUpload, selector: "mds-input-upload", inputs: { accept: "accept", maxFileSize: "maxFileSize", maxFiles: "maxFiles", sort: "sort" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1129
1139
|
};
|
|
1130
1140
|
MdsInputUpload = __decorate([
|
|
1131
1141
|
ProxyCmp({
|
|
1132
1142
|
inputs: ['accept', 'maxFileSize', 'maxFiles', 'sort'],
|
|
1133
|
-
methods: ['getFiles', 'getFilesError']
|
|
1143
|
+
methods: ['updateLang', 'getFiles', 'getFilesError']
|
|
1134
1144
|
})
|
|
1135
1145
|
], MdsInputUpload);
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputUpload, decorators: [{
|
|
1137
1147
|
type: Component,
|
|
1138
1148
|
args: [{
|
|
1139
1149
|
selector: 'mds-input-upload',
|
|
@@ -1143,6 +1153,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
1143
1153
|
inputs: ['accept', 'maxFileSize', 'maxFiles', 'sort'],
|
|
1144
1154
|
}]
|
|
1145
1155
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1156
|
+
let MdsKeyboard = class MdsKeyboard {
|
|
1157
|
+
z;
|
|
1158
|
+
el;
|
|
1159
|
+
constructor(c, r, z) {
|
|
1160
|
+
this.z = z;
|
|
1161
|
+
c.detach();
|
|
1162
|
+
this.el = r.nativeElement;
|
|
1163
|
+
}
|
|
1164
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKeyboard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1165
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsKeyboard, selector: "mds-keyboard", inputs: { test: "test", try: "try" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1166
|
+
};
|
|
1167
|
+
MdsKeyboard = __decorate([
|
|
1168
|
+
ProxyCmp({
|
|
1169
|
+
inputs: ['test', 'try'],
|
|
1170
|
+
methods: ['updateLang']
|
|
1171
|
+
})
|
|
1172
|
+
], MdsKeyboard);
|
|
1173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKeyboard, decorators: [{
|
|
1174
|
+
type: Component,
|
|
1175
|
+
args: [{
|
|
1176
|
+
selector: 'mds-keyboard',
|
|
1177
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1178
|
+
template: '<ng-content></ng-content>',
|
|
1179
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1180
|
+
inputs: ['test', 'try'],
|
|
1181
|
+
}]
|
|
1182
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1183
|
+
let MdsKeyboardKey = class MdsKeyboardKey {
|
|
1184
|
+
z;
|
|
1185
|
+
el;
|
|
1186
|
+
constructor(c, r, z) {
|
|
1187
|
+
this.z = z;
|
|
1188
|
+
c.detach();
|
|
1189
|
+
this.el = r.nativeElement;
|
|
1190
|
+
}
|
|
1191
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKeyboardKey, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1192
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsKeyboardKey, selector: "mds-keyboard-key", inputs: { name: "name", pressed: "pressed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1193
|
+
};
|
|
1194
|
+
MdsKeyboardKey = __decorate([
|
|
1195
|
+
ProxyCmp({
|
|
1196
|
+
inputs: ['name', 'pressed'],
|
|
1197
|
+
methods: ['updateLang']
|
|
1198
|
+
})
|
|
1199
|
+
], MdsKeyboardKey);
|
|
1200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKeyboardKey, decorators: [{
|
|
1201
|
+
type: Component,
|
|
1202
|
+
args: [{
|
|
1203
|
+
selector: 'mds-keyboard-key',
|
|
1204
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1205
|
+
template: '<ng-content></ng-content>',
|
|
1206
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1207
|
+
inputs: ['name', 'pressed'],
|
|
1208
|
+
}]
|
|
1209
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1146
1210
|
let MdsKpi = class MdsKpi {
|
|
1147
1211
|
z;
|
|
1148
1212
|
el;
|
|
@@ -1151,13 +1215,13 @@ let MdsKpi = class MdsKpi {
|
|
|
1151
1215
|
c.detach();
|
|
1152
1216
|
this.el = r.nativeElement;
|
|
1153
1217
|
}
|
|
1154
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1155
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1218
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKpi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1219
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsKpi, selector: "mds-kpi", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1156
1220
|
};
|
|
1157
1221
|
MdsKpi = __decorate([
|
|
1158
1222
|
ProxyCmp({})
|
|
1159
1223
|
], MdsKpi);
|
|
1160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKpi, decorators: [{
|
|
1161
1225
|
type: Component,
|
|
1162
1226
|
args: [{
|
|
1163
1227
|
selector: 'mds-kpi',
|
|
@@ -1175,15 +1239,15 @@ let MdsKpiItem = class MdsKpiItem {
|
|
|
1175
1239
|
c.detach();
|
|
1176
1240
|
this.el = r.nativeElement;
|
|
1177
1241
|
}
|
|
1178
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1179
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1242
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKpiItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1243
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsKpiItem, selector: "mds-kpi-item", inputs: { description: "description", icon: "icon", label: "label", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1180
1244
|
};
|
|
1181
1245
|
MdsKpiItem = __decorate([
|
|
1182
1246
|
ProxyCmp({
|
|
1183
1247
|
inputs: ['description', 'icon', 'label', 'threshold']
|
|
1184
1248
|
})
|
|
1185
1249
|
], MdsKpiItem);
|
|
1186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKpiItem, decorators: [{
|
|
1187
1251
|
type: Component,
|
|
1188
1252
|
args: [{
|
|
1189
1253
|
selector: 'mds-kpi-item',
|
|
@@ -1202,15 +1266,16 @@ let MdsLabel = class MdsLabel {
|
|
|
1202
1266
|
this.el = r.nativeElement;
|
|
1203
1267
|
proxyOutputs(this, this.el, ['mdsLabelDelete']);
|
|
1204
1268
|
}
|
|
1205
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1206
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1269
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1270
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsLabel, selector: "mds-label", inputs: { deletable: "deletable", labelAction: "labelAction", tone: "tone", truncate: "truncate", typography: "typography", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1207
1271
|
};
|
|
1208
1272
|
MdsLabel = __decorate([
|
|
1209
1273
|
ProxyCmp({
|
|
1210
|
-
inputs: ['deletable', 'labelAction', 'tone', 'truncate', 'typography', 'variant']
|
|
1274
|
+
inputs: ['deletable', 'labelAction', 'tone', 'truncate', 'typography', 'variant'],
|
|
1275
|
+
methods: ['updateLang']
|
|
1211
1276
|
})
|
|
1212
1277
|
], MdsLabel);
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsLabel, decorators: [{
|
|
1214
1279
|
type: Component,
|
|
1215
1280
|
args: [{
|
|
1216
1281
|
selector: 'mds-label',
|
|
@@ -1228,13 +1293,13 @@ let MdsList = class MdsList {
|
|
|
1228
1293
|
c.detach();
|
|
1229
1294
|
this.el = r.nativeElement;
|
|
1230
1295
|
}
|
|
1231
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1232
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1296
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1297
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsList, selector: "mds-list", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1233
1298
|
};
|
|
1234
1299
|
MdsList = __decorate([
|
|
1235
1300
|
ProxyCmp({})
|
|
1236
1301
|
], MdsList);
|
|
1237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsList, decorators: [{
|
|
1238
1303
|
type: Component,
|
|
1239
1304
|
args: [{
|
|
1240
1305
|
selector: 'mds-list',
|
|
@@ -1252,15 +1317,15 @@ let MdsListItem = class MdsListItem {
|
|
|
1252
1317
|
c.detach();
|
|
1253
1318
|
this.el = r.nativeElement;
|
|
1254
1319
|
}
|
|
1255
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1256
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1320
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1321
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsListItem, selector: "mds-list-item", inputs: { icon: "icon", typography: "typography", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1257
1322
|
};
|
|
1258
1323
|
MdsListItem = __decorate([
|
|
1259
1324
|
ProxyCmp({
|
|
1260
1325
|
inputs: ['icon', 'typography', 'variant']
|
|
1261
1326
|
})
|
|
1262
1327
|
], MdsListItem);
|
|
1263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsListItem, decorators: [{
|
|
1264
1329
|
type: Component,
|
|
1265
1330
|
args: [{
|
|
1266
1331
|
selector: 'mds-list-item',
|
|
@@ -1279,22 +1344,22 @@ let MdsModal = class MdsModal {
|
|
|
1279
1344
|
this.el = r.nativeElement;
|
|
1280
1345
|
proxyOutputs(this, this.el, ['mdsModalClose', 'mdsModalHide']);
|
|
1281
1346
|
}
|
|
1282
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1283
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1347
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1348
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsModal, selector: "mds-modal", inputs: { animating: "animating", animation: "animation", opened: "opened", overflow: "overflow", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1284
1349
|
};
|
|
1285
1350
|
MdsModal = __decorate([
|
|
1286
1351
|
ProxyCmp({
|
|
1287
|
-
inputs: ['animating', 'opened', 'position']
|
|
1352
|
+
inputs: ['animating', 'animation', 'opened', 'overflow', 'position']
|
|
1288
1353
|
})
|
|
1289
1354
|
], MdsModal);
|
|
1290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsModal, decorators: [{
|
|
1291
1356
|
type: Component,
|
|
1292
1357
|
args: [{
|
|
1293
1358
|
selector: 'mds-modal',
|
|
1294
1359
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1295
1360
|
template: '<ng-content></ng-content>',
|
|
1296
1361
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1297
|
-
inputs: ['animating', 'opened', 'position'],
|
|
1362
|
+
inputs: ['animating', 'animation', 'opened', 'overflow', 'position'],
|
|
1298
1363
|
}]
|
|
1299
1364
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1300
1365
|
let MdsNote = class MdsNote {
|
|
@@ -1306,15 +1371,16 @@ let MdsNote = class MdsNote {
|
|
|
1306
1371
|
this.el = r.nativeElement;
|
|
1307
1372
|
proxyOutputs(this, this.el, ['mdsNoteDelete']);
|
|
1308
1373
|
}
|
|
1309
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1310
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1374
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1375
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsNote, selector: "mds-note", inputs: { deletable: "deletable", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1311
1376
|
};
|
|
1312
1377
|
MdsNote = __decorate([
|
|
1313
1378
|
ProxyCmp({
|
|
1314
|
-
inputs: ['deletable', 'variant']
|
|
1379
|
+
inputs: ['deletable', 'variant'],
|
|
1380
|
+
methods: ['updateLang']
|
|
1315
1381
|
})
|
|
1316
1382
|
], MdsNote);
|
|
1317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsNote, decorators: [{
|
|
1318
1384
|
type: Component,
|
|
1319
1385
|
args: [{
|
|
1320
1386
|
selector: 'mds-note',
|
|
@@ -1332,15 +1398,15 @@ let MdsNotification = class MdsNotification {
|
|
|
1332
1398
|
c.detach();
|
|
1333
1399
|
this.el = r.nativeElement;
|
|
1334
1400
|
}
|
|
1335
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1336
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1401
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1402
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsNotification, selector: "mds-notification", inputs: { max: "max", strategy: "strategy", target: "target", value: "value", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1337
1403
|
};
|
|
1338
1404
|
MdsNotification = __decorate([
|
|
1339
1405
|
ProxyCmp({
|
|
1340
1406
|
inputs: ['max', 'strategy', 'target', 'value', 'visible']
|
|
1341
1407
|
})
|
|
1342
1408
|
], MdsNotification);
|
|
1343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsNotification, decorators: [{
|
|
1344
1410
|
type: Component,
|
|
1345
1411
|
args: [{
|
|
1346
1412
|
selector: 'mds-notification',
|
|
@@ -1359,15 +1425,15 @@ let MdsPaginator = class MdsPaginator {
|
|
|
1359
1425
|
this.el = r.nativeElement;
|
|
1360
1426
|
proxyOutputs(this, this.el, ['mdsPaginatorChange']);
|
|
1361
1427
|
}
|
|
1362
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1363
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1428
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPaginator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1429
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPaginator, selector: "mds-paginator", inputs: { currentPage: "currentPage", pages: "pages" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1364
1430
|
};
|
|
1365
1431
|
MdsPaginator = __decorate([
|
|
1366
1432
|
ProxyCmp({
|
|
1367
1433
|
inputs: ['currentPage', 'pages']
|
|
1368
1434
|
})
|
|
1369
1435
|
], MdsPaginator);
|
|
1370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPaginator, decorators: [{
|
|
1371
1437
|
type: Component,
|
|
1372
1438
|
args: [{
|
|
1373
1439
|
selector: 'mds-paginator',
|
|
@@ -1385,15 +1451,15 @@ let MdsPaginatorItem = class MdsPaginatorItem {
|
|
|
1385
1451
|
c.detach();
|
|
1386
1452
|
this.el = r.nativeElement;
|
|
1387
1453
|
}
|
|
1388
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1389
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1454
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPaginatorItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1455
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPaginatorItem, selector: "mds-paginator-item", inputs: { disabled: "disabled", icon: "icon", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1390
1456
|
};
|
|
1391
1457
|
MdsPaginatorItem = __decorate([
|
|
1392
1458
|
ProxyCmp({
|
|
1393
1459
|
inputs: ['disabled', 'icon', 'selected']
|
|
1394
1460
|
})
|
|
1395
1461
|
], MdsPaginatorItem);
|
|
1396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPaginatorItem, decorators: [{
|
|
1397
1463
|
type: Component,
|
|
1398
1464
|
args: [{
|
|
1399
1465
|
selector: 'mds-paginator-item',
|
|
@@ -1411,20 +1477,23 @@ let MdsPref = class MdsPref {
|
|
|
1411
1477
|
c.detach();
|
|
1412
1478
|
this.el = r.nativeElement;
|
|
1413
1479
|
}
|
|
1414
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1415
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1480
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPref, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1481
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPref, selector: "mds-pref", inputs: { controller: "controller" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1416
1482
|
};
|
|
1417
1483
|
MdsPref = __decorate([
|
|
1418
|
-
ProxyCmp({
|
|
1484
|
+
ProxyCmp({
|
|
1485
|
+
inputs: ['controller'],
|
|
1486
|
+
methods: ['updateLang']
|
|
1487
|
+
})
|
|
1419
1488
|
], MdsPref);
|
|
1420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPref, decorators: [{
|
|
1421
1490
|
type: Component,
|
|
1422
1491
|
args: [{
|
|
1423
1492
|
selector: 'mds-pref',
|
|
1424
1493
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1425
1494
|
template: '<ng-content></ng-content>',
|
|
1426
1495
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1427
|
-
inputs: [],
|
|
1496
|
+
inputs: ['controller'],
|
|
1428
1497
|
}]
|
|
1429
1498
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1430
1499
|
let MdsPrefAnimation = class MdsPrefAnimation {
|
|
@@ -1436,15 +1505,16 @@ let MdsPrefAnimation = class MdsPrefAnimation {
|
|
|
1436
1505
|
this.el = r.nativeElement;
|
|
1437
1506
|
proxyOutputs(this, this.el, ['mdsPrefChange']);
|
|
1438
1507
|
}
|
|
1439
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1440
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1508
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefAnimation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1509
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPrefAnimation, selector: "mds-pref-animation", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1441
1510
|
};
|
|
1442
1511
|
MdsPrefAnimation = __decorate([
|
|
1443
1512
|
ProxyCmp({
|
|
1444
|
-
inputs: ['mode']
|
|
1513
|
+
inputs: ['mode'],
|
|
1514
|
+
methods: ['updateLang']
|
|
1445
1515
|
})
|
|
1446
1516
|
], MdsPrefAnimation);
|
|
1447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefAnimation, decorators: [{
|
|
1448
1518
|
type: Component,
|
|
1449
1519
|
args: [{
|
|
1450
1520
|
selector: 'mds-pref-animation',
|
|
@@ -1463,15 +1533,16 @@ let MdsPrefConsumption = class MdsPrefConsumption {
|
|
|
1463
1533
|
this.el = r.nativeElement;
|
|
1464
1534
|
proxyOutputs(this, this.el, ['mdsPrefChange']);
|
|
1465
1535
|
}
|
|
1466
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1467
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1536
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefConsumption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1537
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPrefConsumption, selector: "mds-pref-consumption", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1468
1538
|
};
|
|
1469
1539
|
MdsPrefConsumption = __decorate([
|
|
1470
1540
|
ProxyCmp({
|
|
1471
|
-
inputs: ['mode']
|
|
1541
|
+
inputs: ['mode'],
|
|
1542
|
+
methods: ['updateLang']
|
|
1472
1543
|
})
|
|
1473
1544
|
], MdsPrefConsumption);
|
|
1474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefConsumption, decorators: [{
|
|
1475
1546
|
type: Component,
|
|
1476
1547
|
args: [{
|
|
1477
1548
|
selector: 'mds-pref-consumption',
|
|
@@ -1490,15 +1561,16 @@ let MdsPrefContrast = class MdsPrefContrast {
|
|
|
1490
1561
|
this.el = r.nativeElement;
|
|
1491
1562
|
proxyOutputs(this, this.el, ['mdsPrefChange']);
|
|
1492
1563
|
}
|
|
1493
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1494
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefContrast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1565
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPrefContrast, selector: "mds-pref-contrast", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1495
1566
|
};
|
|
1496
1567
|
MdsPrefContrast = __decorate([
|
|
1497
1568
|
ProxyCmp({
|
|
1498
|
-
inputs: ['mode']
|
|
1569
|
+
inputs: ['mode'],
|
|
1570
|
+
methods: ['updateLang']
|
|
1499
1571
|
})
|
|
1500
1572
|
], MdsPrefContrast);
|
|
1501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefContrast, decorators: [{
|
|
1502
1574
|
type: Component,
|
|
1503
1575
|
args: [{
|
|
1504
1576
|
selector: 'mds-pref-contrast',
|
|
@@ -1517,15 +1589,16 @@ let MdsPrefLanguage = class MdsPrefLanguage {
|
|
|
1517
1589
|
this.el = r.nativeElement;
|
|
1518
1590
|
proxyOutputs(this, this.el, ['mdsPrefLanguageChange', 'mdsPrefChange']);
|
|
1519
1591
|
}
|
|
1520
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1521
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1592
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefLanguage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1593
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPrefLanguage, selector: "mds-pref-language", inputs: { set: "set" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1522
1594
|
};
|
|
1523
1595
|
MdsPrefLanguage = __decorate([
|
|
1524
1596
|
ProxyCmp({
|
|
1525
|
-
inputs: ['set']
|
|
1597
|
+
inputs: ['set'],
|
|
1598
|
+
methods: ['updateLang']
|
|
1526
1599
|
})
|
|
1527
1600
|
], MdsPrefLanguage);
|
|
1528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefLanguage, decorators: [{
|
|
1529
1602
|
type: Component,
|
|
1530
1603
|
args: [{
|
|
1531
1604
|
selector: 'mds-pref-language',
|
|
@@ -1544,15 +1617,16 @@ let MdsPrefLanguageItem = class MdsPrefLanguageItem {
|
|
|
1544
1617
|
this.el = r.nativeElement;
|
|
1545
1618
|
proxyOutputs(this, this.el, ['mdsPrefLanguageItemSelect']);
|
|
1546
1619
|
}
|
|
1547
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1548
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1620
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefLanguageItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1621
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPrefLanguageItem, selector: "mds-pref-language-item", inputs: { code: "code", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1549
1622
|
};
|
|
1550
1623
|
MdsPrefLanguageItem = __decorate([
|
|
1551
1624
|
ProxyCmp({
|
|
1552
|
-
inputs: ['code', 'selected']
|
|
1625
|
+
inputs: ['code', 'selected'],
|
|
1626
|
+
methods: ['updateLang']
|
|
1553
1627
|
})
|
|
1554
1628
|
], MdsPrefLanguageItem);
|
|
1555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefLanguageItem, decorators: [{
|
|
1556
1630
|
type: Component,
|
|
1557
1631
|
args: [{
|
|
1558
1632
|
selector: 'mds-pref-language-item',
|
|
@@ -1562,33 +1636,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
1562
1636
|
inputs: ['code', 'selected'],
|
|
1563
1637
|
}]
|
|
1564
1638
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1565
|
-
let MdsPrefLanguageNav = class MdsPrefLanguageNav {
|
|
1566
|
-
z;
|
|
1567
|
-
el;
|
|
1568
|
-
constructor(c, r, z) {
|
|
1569
|
-
this.z = z;
|
|
1570
|
-
c.detach();
|
|
1571
|
-
this.el = r.nativeElement;
|
|
1572
|
-
proxyOutputs(this, this.el, ['mdsPrefLanguageNavSelect']);
|
|
1573
|
-
}
|
|
1574
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MdsPrefLanguageNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1575
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: MdsPrefLanguageNav, selector: "mds-pref-language-nav", inputs: { active: "active", set: "set" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1576
|
-
};
|
|
1577
|
-
MdsPrefLanguageNav = __decorate([
|
|
1578
|
-
ProxyCmp({
|
|
1579
|
-
inputs: ['active', 'set']
|
|
1580
|
-
})
|
|
1581
|
-
], MdsPrefLanguageNav);
|
|
1582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MdsPrefLanguageNav, decorators: [{
|
|
1583
|
-
type: Component,
|
|
1584
|
-
args: [{
|
|
1585
|
-
selector: 'mds-pref-language-nav',
|
|
1586
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1587
|
-
template: '<ng-content></ng-content>',
|
|
1588
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1589
|
-
inputs: ['active', 'set'],
|
|
1590
|
-
}]
|
|
1591
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1592
1639
|
let MdsPrefTheme = class MdsPrefTheme {
|
|
1593
1640
|
z;
|
|
1594
1641
|
el;
|
|
@@ -1598,15 +1645,16 @@ let MdsPrefTheme = class MdsPrefTheme {
|
|
|
1598
1645
|
this.el = r.nativeElement;
|
|
1599
1646
|
proxyOutputs(this, this.el, ['mdsPrefChange']);
|
|
1600
1647
|
}
|
|
1601
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1602
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1648
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefTheme, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1649
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPrefTheme, selector: "mds-pref-theme", inputs: { mode: "mode", transition: "transition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1603
1650
|
};
|
|
1604
1651
|
MdsPrefTheme = __decorate([
|
|
1605
1652
|
ProxyCmp({
|
|
1606
|
-
inputs: ['mode', 'transition']
|
|
1653
|
+
inputs: ['mode', 'transition'],
|
|
1654
|
+
methods: ['updateLang']
|
|
1607
1655
|
})
|
|
1608
1656
|
], MdsPrefTheme);
|
|
1609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefTheme, decorators: [{
|
|
1610
1658
|
type: Component,
|
|
1611
1659
|
args: [{
|
|
1612
1660
|
selector: 'mds-pref-theme',
|
|
@@ -1624,13 +1672,13 @@ let MdsPriceTable = class MdsPriceTable {
|
|
|
1624
1672
|
c.detach();
|
|
1625
1673
|
this.el = r.nativeElement;
|
|
1626
1674
|
}
|
|
1627
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1628
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1675
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1676
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPriceTable, selector: "mds-price-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1629
1677
|
};
|
|
1630
1678
|
MdsPriceTable = __decorate([
|
|
1631
1679
|
ProxyCmp({})
|
|
1632
1680
|
], MdsPriceTable);
|
|
1633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTable, decorators: [{
|
|
1634
1682
|
type: Component,
|
|
1635
1683
|
args: [{
|
|
1636
1684
|
selector: 'mds-price-table',
|
|
@@ -1648,15 +1696,15 @@ let MdsPriceTableFeatures = class MdsPriceTableFeatures {
|
|
|
1648
1696
|
c.detach();
|
|
1649
1697
|
this.el = r.nativeElement;
|
|
1650
1698
|
}
|
|
1651
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1652
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1699
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeatures, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1700
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPriceTableFeatures, selector: "mds-price-table-features", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1653
1701
|
};
|
|
1654
1702
|
MdsPriceTableFeatures = __decorate([
|
|
1655
1703
|
ProxyCmp({
|
|
1656
1704
|
inputs: ['label']
|
|
1657
1705
|
})
|
|
1658
1706
|
], MdsPriceTableFeatures);
|
|
1659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeatures, decorators: [{
|
|
1660
1708
|
type: Component,
|
|
1661
1709
|
args: [{
|
|
1662
1710
|
selector: 'mds-price-table-features',
|
|
@@ -1674,15 +1722,15 @@ let MdsPriceTableFeaturesCell = class MdsPriceTableFeaturesCell {
|
|
|
1674
1722
|
c.detach();
|
|
1675
1723
|
this.el = r.nativeElement;
|
|
1676
1724
|
}
|
|
1677
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1678
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1725
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeaturesCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1726
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPriceTableFeaturesCell, selector: "mds-price-table-features-cell", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1679
1727
|
};
|
|
1680
1728
|
MdsPriceTableFeaturesCell = __decorate([
|
|
1681
1729
|
ProxyCmp({
|
|
1682
1730
|
inputs: ['type']
|
|
1683
1731
|
})
|
|
1684
1732
|
], MdsPriceTableFeaturesCell);
|
|
1685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeaturesCell, decorators: [{
|
|
1686
1734
|
type: Component,
|
|
1687
1735
|
args: [{
|
|
1688
1736
|
selector: 'mds-price-table-features-cell',
|
|
@@ -1700,13 +1748,13 @@ let MdsPriceTableFeaturesRow = class MdsPriceTableFeaturesRow {
|
|
|
1700
1748
|
c.detach();
|
|
1701
1749
|
this.el = r.nativeElement;
|
|
1702
1750
|
}
|
|
1703
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1704
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1751
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeaturesRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1752
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPriceTableFeaturesRow, selector: "mds-price-table-features-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1705
1753
|
};
|
|
1706
1754
|
MdsPriceTableFeaturesRow = __decorate([
|
|
1707
1755
|
ProxyCmp({})
|
|
1708
1756
|
], MdsPriceTableFeaturesRow);
|
|
1709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeaturesRow, decorators: [{
|
|
1710
1758
|
type: Component,
|
|
1711
1759
|
args: [{
|
|
1712
1760
|
selector: 'mds-price-table-features-row',
|
|
@@ -1724,13 +1772,13 @@ let MdsPriceTableHeader = class MdsPriceTableHeader {
|
|
|
1724
1772
|
c.detach();
|
|
1725
1773
|
this.el = r.nativeElement;
|
|
1726
1774
|
}
|
|
1727
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1728
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1775
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1776
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPriceTableHeader, selector: "mds-price-table-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1729
1777
|
};
|
|
1730
1778
|
MdsPriceTableHeader = __decorate([
|
|
1731
1779
|
ProxyCmp({})
|
|
1732
1780
|
], MdsPriceTableHeader);
|
|
1733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableHeader, decorators: [{
|
|
1734
1782
|
type: Component,
|
|
1735
1783
|
args: [{
|
|
1736
1784
|
selector: 'mds-price-table-header',
|
|
@@ -1748,13 +1796,13 @@ let MdsPriceTableList = class MdsPriceTableList {
|
|
|
1748
1796
|
c.detach();
|
|
1749
1797
|
this.el = r.nativeElement;
|
|
1750
1798
|
}
|
|
1751
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1752
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1799
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1800
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPriceTableList, selector: "mds-price-table-list", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1753
1801
|
};
|
|
1754
1802
|
MdsPriceTableList = __decorate([
|
|
1755
1803
|
ProxyCmp({})
|
|
1756
1804
|
], MdsPriceTableList);
|
|
1757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableList, decorators: [{
|
|
1758
1806
|
type: Component,
|
|
1759
1807
|
args: [{
|
|
1760
1808
|
selector: 'mds-price-table-list',
|
|
@@ -1772,15 +1820,15 @@ let MdsPriceTableListItem = class MdsPriceTableListItem {
|
|
|
1772
1820
|
c.detach();
|
|
1773
1821
|
this.el = r.nativeElement;
|
|
1774
1822
|
}
|
|
1775
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1776
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1823
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1824
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPriceTableListItem, selector: "mds-price-table-list-item", inputs: { supported: "supported", typography: "typography" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1777
1825
|
};
|
|
1778
1826
|
MdsPriceTableListItem = __decorate([
|
|
1779
1827
|
ProxyCmp({
|
|
1780
1828
|
inputs: ['supported', 'typography']
|
|
1781
1829
|
})
|
|
1782
1830
|
], MdsPriceTableListItem);
|
|
1783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableListItem, decorators: [{
|
|
1784
1832
|
type: Component,
|
|
1785
1833
|
args: [{
|
|
1786
1834
|
selector: 'mds-price-table-list-item',
|
|
@@ -1798,15 +1846,15 @@ let MdsProgress = class MdsProgress {
|
|
|
1798
1846
|
c.detach();
|
|
1799
1847
|
this.el = r.nativeElement;
|
|
1800
1848
|
}
|
|
1801
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1802
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1849
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsProgress, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1850
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsProgress, selector: "mds-progress", inputs: { direction: "direction", progress: "progress", steps: "steps", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1803
1851
|
};
|
|
1804
1852
|
MdsProgress = __decorate([
|
|
1805
1853
|
ProxyCmp({
|
|
1806
1854
|
inputs: ['direction', 'progress', 'steps', 'variant']
|
|
1807
1855
|
})
|
|
1808
1856
|
], MdsProgress);
|
|
1809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1857
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsProgress, decorators: [{
|
|
1810
1858
|
type: Component,
|
|
1811
1859
|
args: [{
|
|
1812
1860
|
selector: 'mds-progress',
|
|
@@ -1823,50 +1871,53 @@ let MdsPushNotification = class MdsPushNotification {
|
|
|
1823
1871
|
this.z = z;
|
|
1824
1872
|
c.detach();
|
|
1825
1873
|
this.el = r.nativeElement;
|
|
1826
|
-
proxyOutputs(this, this.el, ['
|
|
1874
|
+
proxyOutputs(this, this.el, ['mdsPushNotificationChange', 'mdsPushNotificationShow', 'mdsPushNotificationHide']);
|
|
1827
1875
|
}
|
|
1828
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1829
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1876
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPushNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1877
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPushNotification, selector: "mds-push-notification", inputs: { behavior: "behavior", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1830
1878
|
};
|
|
1831
1879
|
MdsPushNotification = __decorate([
|
|
1832
1880
|
ProxyCmp({
|
|
1833
|
-
inputs: ['
|
|
1881
|
+
inputs: ['behavior', 'visible'],
|
|
1882
|
+
methods: ['show', 'hide', 'removeNotification']
|
|
1834
1883
|
})
|
|
1835
1884
|
], MdsPushNotification);
|
|
1836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPushNotification, decorators: [{
|
|
1837
1886
|
type: Component,
|
|
1838
1887
|
args: [{
|
|
1839
1888
|
selector: 'mds-push-notification',
|
|
1840
1889
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1841
1890
|
template: '<ng-content></ng-content>',
|
|
1842
1891
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1843
|
-
inputs: ['
|
|
1892
|
+
inputs: ['behavior', 'visible'],
|
|
1844
1893
|
}]
|
|
1845
1894
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1846
|
-
let
|
|
1895
|
+
let MdsPushNotificationItem = class MdsPushNotificationItem {
|
|
1847
1896
|
z;
|
|
1848
1897
|
el;
|
|
1849
1898
|
constructor(c, r, z) {
|
|
1850
1899
|
this.z = z;
|
|
1851
1900
|
c.detach();
|
|
1852
1901
|
this.el = r.nativeElement;
|
|
1902
|
+
proxyOutputs(this, this.el, ['mdsPushNotificationItemClose']);
|
|
1853
1903
|
}
|
|
1854
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1855
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1904
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPushNotificationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1905
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPushNotificationItem, selector: "mds-push-notification-item", inputs: { dateFormat: "dateFormat", datetime: "datetime", deletable: "deletable", icon: "icon", initials: "initials", message: "message", preview: "preview", src: "src", subject: "subject", tone: "tone", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1856
1906
|
};
|
|
1857
|
-
|
|
1907
|
+
MdsPushNotificationItem = __decorate([
|
|
1858
1908
|
ProxyCmp({
|
|
1859
|
-
inputs: ['
|
|
1909
|
+
inputs: ['dateFormat', 'datetime', 'deletable', 'icon', 'initials', 'message', 'preview', 'src', 'subject', 'tone', 'variant'],
|
|
1910
|
+
methods: ['updateLang']
|
|
1860
1911
|
})
|
|
1861
|
-
],
|
|
1862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1912
|
+
], MdsPushNotificationItem);
|
|
1913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPushNotificationItem, decorators: [{
|
|
1863
1914
|
type: Component,
|
|
1864
1915
|
args: [{
|
|
1865
|
-
selector: 'mds-push-
|
|
1916
|
+
selector: 'mds-push-notification-item',
|
|
1866
1917
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1867
1918
|
template: '<ng-content></ng-content>',
|
|
1868
1919
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1869
|
-
inputs: ['
|
|
1920
|
+
inputs: ['dateFormat', 'datetime', 'deletable', 'icon', 'initials', 'message', 'preview', 'src', 'subject', 'tone', 'variant'],
|
|
1870
1921
|
}]
|
|
1871
1922
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1872
1923
|
let MdsQuote = class MdsQuote {
|
|
@@ -1877,22 +1928,22 @@ let MdsQuote = class MdsQuote {
|
|
|
1877
1928
|
c.detach();
|
|
1878
1929
|
this.el = r.nativeElement;
|
|
1879
1930
|
}
|
|
1880
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1881
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1931
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsQuote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1932
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsQuote, selector: "mds-quote", inputs: { tag: "tag", typography: "typography" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1882
1933
|
};
|
|
1883
1934
|
MdsQuote = __decorate([
|
|
1884
1935
|
ProxyCmp({
|
|
1885
|
-
inputs: ['typography']
|
|
1936
|
+
inputs: ['tag', 'typography']
|
|
1886
1937
|
})
|
|
1887
1938
|
], MdsQuote);
|
|
1888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsQuote, decorators: [{
|
|
1889
1940
|
type: Component,
|
|
1890
1941
|
args: [{
|
|
1891
1942
|
selector: 'mds-quote',
|
|
1892
1943
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1893
1944
|
template: '<ng-content></ng-content>',
|
|
1894
1945
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1895
|
-
inputs: ['typography'],
|
|
1946
|
+
inputs: ['tag', 'typography'],
|
|
1896
1947
|
}]
|
|
1897
1948
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1898
1949
|
let MdsSeparator = class MdsSeparator {
|
|
@@ -1903,13 +1954,13 @@ let MdsSeparator = class MdsSeparator {
|
|
|
1903
1954
|
c.detach();
|
|
1904
1955
|
this.el = r.nativeElement;
|
|
1905
1956
|
}
|
|
1906
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1907
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1957
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1958
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsSeparator, selector: "mds-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1908
1959
|
};
|
|
1909
1960
|
MdsSeparator = __decorate([
|
|
1910
1961
|
ProxyCmp({})
|
|
1911
1962
|
], MdsSeparator);
|
|
1912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsSeparator, decorators: [{
|
|
1913
1964
|
type: Component,
|
|
1914
1965
|
args: [{
|
|
1915
1966
|
selector: 'mds-separator',
|
|
@@ -1927,15 +1978,15 @@ let MdsSpinner = class MdsSpinner {
|
|
|
1927
1978
|
c.detach();
|
|
1928
1979
|
this.el = r.nativeElement;
|
|
1929
1980
|
}
|
|
1930
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1931
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1981
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1982
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsSpinner, selector: "mds-spinner", inputs: { running: "running" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1932
1983
|
};
|
|
1933
1984
|
MdsSpinner = __decorate([
|
|
1934
1985
|
ProxyCmp({
|
|
1935
1986
|
inputs: ['running']
|
|
1936
1987
|
})
|
|
1937
1988
|
], MdsSpinner);
|
|
1938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsSpinner, decorators: [{
|
|
1939
1990
|
type: Component,
|
|
1940
1991
|
args: [{
|
|
1941
1992
|
selector: 'mds-spinner',
|
|
@@ -1954,15 +2005,15 @@ let MdsStepperBar = class MdsStepperBar {
|
|
|
1954
2005
|
this.el = r.nativeElement;
|
|
1955
2006
|
proxyOutputs(this, this.el, ['mdsStepperBarChange']);
|
|
1956
2007
|
}
|
|
1957
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1958
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2008
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsStepperBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2009
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsStepperBar, selector: "mds-stepper-bar", inputs: { itemsDone: "itemsDone" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1959
2010
|
};
|
|
1960
2011
|
MdsStepperBar = __decorate([
|
|
1961
2012
|
ProxyCmp({
|
|
1962
2013
|
inputs: ['itemsDone']
|
|
1963
2014
|
})
|
|
1964
2015
|
], MdsStepperBar);
|
|
1965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsStepperBar, decorators: [{
|
|
1966
2017
|
type: Component,
|
|
1967
2018
|
args: [{
|
|
1968
2019
|
selector: 'mds-stepper-bar',
|
|
@@ -1981,15 +2032,15 @@ let MdsStepperBarItem = class MdsStepperBarItem {
|
|
|
1981
2032
|
this.el = r.nativeElement;
|
|
1982
2033
|
proxyOutputs(this, this.el, ['mdsStepperBarItemDone']);
|
|
1983
2034
|
}
|
|
1984
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1985
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2035
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsStepperBarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2036
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsStepperBarItem, selector: "mds-stepper-bar-item", inputs: { badge: "badge", current: "current", done: "done", icon: "icon", iconChecked: "iconChecked", label: "label", step: "step", typography: "typography", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1986
2037
|
};
|
|
1987
2038
|
MdsStepperBarItem = __decorate([
|
|
1988
2039
|
ProxyCmp({
|
|
1989
2040
|
inputs: ['badge', 'current', 'done', 'icon', 'iconChecked', 'label', 'step', 'typography', 'value']
|
|
1990
2041
|
})
|
|
1991
2042
|
], MdsStepperBarItem);
|
|
1992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsStepperBarItem, decorators: [{
|
|
1993
2044
|
type: Component,
|
|
1994
2045
|
args: [{
|
|
1995
2046
|
selector: 'mds-stepper-bar-item',
|
|
@@ -2008,22 +2059,22 @@ let MdsTab = class MdsTab {
|
|
|
2008
2059
|
this.el = r.nativeElement;
|
|
2009
2060
|
proxyOutputs(this, this.el, ['mdsTabChange']);
|
|
2010
2061
|
}
|
|
2011
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2012
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2062
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2063
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTab, selector: "mds-tab", inputs: { animation: "animation", fill: "fill", overflow: "overflow", scrollbar: "scrollbar" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2013
2064
|
};
|
|
2014
2065
|
MdsTab = __decorate([
|
|
2015
2066
|
ProxyCmp({
|
|
2016
|
-
inputs: ['scrollbar']
|
|
2067
|
+
inputs: ['animation', 'fill', 'overflow', 'scrollbar']
|
|
2017
2068
|
})
|
|
2018
2069
|
], MdsTab);
|
|
2019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2070
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTab, decorators: [{
|
|
2020
2071
|
type: Component,
|
|
2021
2072
|
args: [{
|
|
2022
2073
|
selector: 'mds-tab',
|
|
2023
2074
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2024
2075
|
template: '<ng-content></ng-content>',
|
|
2025
2076
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2026
|
-
inputs: ['scrollbar'],
|
|
2077
|
+
inputs: ['animation', 'fill', 'overflow', 'scrollbar'],
|
|
2027
2078
|
}]
|
|
2028
2079
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2029
2080
|
let MdsTabBar = class MdsTabBar {
|
|
@@ -2035,13 +2086,13 @@ let MdsTabBar = class MdsTabBar {
|
|
|
2035
2086
|
this.el = r.nativeElement;
|
|
2036
2087
|
proxyOutputs(this, this.el, ['mdsTabBarChange']);
|
|
2037
2088
|
}
|
|
2038
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2039
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2089
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2090
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTabBar, selector: "mds-tab-bar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2040
2091
|
};
|
|
2041
2092
|
MdsTabBar = __decorate([
|
|
2042
2093
|
ProxyCmp({})
|
|
2043
2094
|
], MdsTabBar);
|
|
2044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabBar, decorators: [{
|
|
2045
2096
|
type: Component,
|
|
2046
2097
|
args: [{
|
|
2047
2098
|
selector: 'mds-tab-bar',
|
|
@@ -2060,15 +2111,15 @@ let MdsTabBarItem = class MdsTabBarItem {
|
|
|
2060
2111
|
this.el = r.nativeElement;
|
|
2061
2112
|
proxyOutputs(this, this.el, ['mdsTabBarItemSelect']);
|
|
2062
2113
|
}
|
|
2063
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2064
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2114
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabBarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2115
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTabBarItem, selector: "mds-tab-bar-item", inputs: { icon: "icon", selected: "selected", typography: "typography" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2065
2116
|
};
|
|
2066
2117
|
MdsTabBarItem = __decorate([
|
|
2067
2118
|
ProxyCmp({
|
|
2068
2119
|
inputs: ['icon', 'selected', 'typography']
|
|
2069
2120
|
})
|
|
2070
2121
|
], MdsTabBarItem);
|
|
2071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabBarItem, decorators: [{
|
|
2072
2123
|
type: Component,
|
|
2073
2124
|
args: [{
|
|
2074
2125
|
selector: 'mds-tab-bar-item',
|
|
@@ -2087,22 +2138,22 @@ let MdsTabItem = class MdsTabItem {
|
|
|
2087
2138
|
this.el = r.nativeElement;
|
|
2088
2139
|
proxyOutputs(this, this.el, ['mdsTabItemSelect', 'mdsTabItemFocus']);
|
|
2089
2140
|
}
|
|
2090
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2091
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2141
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2142
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTabItem, selector: "mds-tab-item", inputs: { await: "await", disabled: "disabled", href: "href", icon: "icon", iconPosition: "iconPosition", selected: "selected", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2092
2143
|
};
|
|
2093
2144
|
MdsTabItem = __decorate([
|
|
2094
2145
|
ProxyCmp({
|
|
2095
|
-
inputs: ['icon', 'iconPosition', 'selected', 'size', 'type', 'value']
|
|
2146
|
+
inputs: ['await', 'disabled', 'href', 'icon', 'iconPosition', 'selected', 'size', 'type', 'value']
|
|
2096
2147
|
})
|
|
2097
2148
|
], MdsTabItem);
|
|
2098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabItem, decorators: [{
|
|
2099
2150
|
type: Component,
|
|
2100
2151
|
args: [{
|
|
2101
2152
|
selector: 'mds-tab-item',
|
|
2102
2153
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2103
2154
|
template: '<ng-content></ng-content>',
|
|
2104
2155
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2105
|
-
inputs: ['icon', 'iconPosition', 'selected', 'size', 'type', 'value'],
|
|
2156
|
+
inputs: ['await', 'disabled', 'href', 'icon', 'iconPosition', 'selected', 'size', 'type', 'value'],
|
|
2106
2157
|
}]
|
|
2107
2158
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2108
2159
|
let MdsTable = class MdsTable {
|
|
@@ -2112,24 +2163,25 @@ let MdsTable = class MdsTable {
|
|
|
2112
2163
|
this.z = z;
|
|
2113
2164
|
c.detach();
|
|
2114
2165
|
this.el = r.nativeElement;
|
|
2115
|
-
proxyOutputs(this, this.el, ['
|
|
2166
|
+
proxyOutputs(this, this.el, ['mdsTableSelectionChange']);
|
|
2116
2167
|
}
|
|
2117
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2118
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2168
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2169
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTable, selector: "mds-table", inputs: { interactive: "interactive", selectable: "selectable", selection: "selection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2119
2170
|
};
|
|
2120
2171
|
MdsTable = __decorate([
|
|
2121
2172
|
ProxyCmp({
|
|
2122
|
-
inputs: ['interactive']
|
|
2173
|
+
inputs: ['interactive', 'selectable', 'selection'],
|
|
2174
|
+
methods: ['updateSelection', 'selectAll']
|
|
2123
2175
|
})
|
|
2124
2176
|
], MdsTable);
|
|
2125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTable, decorators: [{
|
|
2126
2178
|
type: Component,
|
|
2127
2179
|
args: [{
|
|
2128
2180
|
selector: 'mds-table',
|
|
2129
2181
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2130
2182
|
template: '<ng-content></ng-content>',
|
|
2131
2183
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2132
|
-
inputs: ['interactive'],
|
|
2184
|
+
inputs: ['interactive', 'selectable', 'selection'],
|
|
2133
2185
|
}]
|
|
2134
2186
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2135
2187
|
let MdsTableBody = class MdsTableBody {
|
|
@@ -2140,22 +2192,22 @@ let MdsTableBody = class MdsTableBody {
|
|
|
2140
2192
|
c.detach();
|
|
2141
2193
|
this.el = r.nativeElement;
|
|
2142
2194
|
}
|
|
2143
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2144
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2195
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2196
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTableBody, selector: "mds-table-body", inputs: { interactive: "interactive", selection: "selection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2145
2197
|
};
|
|
2146
2198
|
MdsTableBody = __decorate([
|
|
2147
2199
|
ProxyCmp({
|
|
2148
|
-
inputs: ['interactive']
|
|
2200
|
+
inputs: ['interactive', 'selection']
|
|
2149
2201
|
})
|
|
2150
2202
|
], MdsTableBody);
|
|
2151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableBody, decorators: [{
|
|
2152
2204
|
type: Component,
|
|
2153
2205
|
args: [{
|
|
2154
2206
|
selector: 'mds-table-body',
|
|
2155
2207
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2156
2208
|
template: '<ng-content></ng-content>',
|
|
2157
2209
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2158
|
-
inputs: ['interactive'],
|
|
2210
|
+
inputs: ['interactive', 'selection'],
|
|
2159
2211
|
}]
|
|
2160
2212
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2161
2213
|
let MdsTableCell = class MdsTableCell {
|
|
@@ -2166,15 +2218,15 @@ let MdsTableCell = class MdsTableCell {
|
|
|
2166
2218
|
c.detach();
|
|
2167
2219
|
this.el = r.nativeElement;
|
|
2168
2220
|
}
|
|
2169
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2170
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2221
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2222
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTableCell, selector: "mds-table-cell", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2171
2223
|
};
|
|
2172
2224
|
MdsTableCell = __decorate([
|
|
2173
2225
|
ProxyCmp({
|
|
2174
2226
|
inputs: ['value']
|
|
2175
2227
|
})
|
|
2176
2228
|
], MdsTableCell);
|
|
2177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableCell, decorators: [{
|
|
2178
2230
|
type: Component,
|
|
2179
2231
|
args: [{
|
|
2180
2232
|
selector: 'mds-table-cell',
|
|
@@ -2192,13 +2244,13 @@ let MdsTableFooter = class MdsTableFooter {
|
|
|
2192
2244
|
c.detach();
|
|
2193
2245
|
this.el = r.nativeElement;
|
|
2194
2246
|
}
|
|
2195
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2196
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2247
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2248
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTableFooter, selector: "mds-table-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2197
2249
|
};
|
|
2198
2250
|
MdsTableFooter = __decorate([
|
|
2199
2251
|
ProxyCmp({})
|
|
2200
2252
|
], MdsTableFooter);
|
|
2201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableFooter, decorators: [{
|
|
2202
2254
|
type: Component,
|
|
2203
2255
|
args: [{
|
|
2204
2256
|
selector: 'mds-table-footer',
|
|
@@ -2216,20 +2268,23 @@ let MdsTableHeader = class MdsTableHeader {
|
|
|
2216
2268
|
c.detach();
|
|
2217
2269
|
this.el = r.nativeElement;
|
|
2218
2270
|
}
|
|
2219
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2220
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2271
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2272
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTableHeader, selector: "mds-table-header", inputs: { selectable: "selectable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2221
2273
|
};
|
|
2222
2274
|
MdsTableHeader = __decorate([
|
|
2223
|
-
ProxyCmp({
|
|
2275
|
+
ProxyCmp({
|
|
2276
|
+
inputs: ['selectable'],
|
|
2277
|
+
methods: ['updateLang', 'setSelection']
|
|
2278
|
+
})
|
|
2224
2279
|
], MdsTableHeader);
|
|
2225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableHeader, decorators: [{
|
|
2226
2281
|
type: Component,
|
|
2227
2282
|
args: [{
|
|
2228
2283
|
selector: 'mds-table-header',
|
|
2229
2284
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2230
2285
|
template: '<ng-content></ng-content>',
|
|
2231
2286
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2232
|
-
inputs: [],
|
|
2287
|
+
inputs: ['selectable'],
|
|
2233
2288
|
}]
|
|
2234
2289
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2235
2290
|
let MdsTableHeaderCell = class MdsTableHeaderCell {
|
|
@@ -2240,15 +2295,15 @@ let MdsTableHeaderCell = class MdsTableHeaderCell {
|
|
|
2240
2295
|
c.detach();
|
|
2241
2296
|
this.el = r.nativeElement;
|
|
2242
2297
|
}
|
|
2243
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2244
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2298
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableHeaderCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2299
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTableHeaderCell, selector: "mds-table-header-cell", inputs: { direction: "direction", label: "label", sortable: "sortable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2245
2300
|
};
|
|
2246
2301
|
MdsTableHeaderCell = __decorate([
|
|
2247
2302
|
ProxyCmp({
|
|
2248
2303
|
inputs: ['direction', 'label', 'sortable']
|
|
2249
2304
|
})
|
|
2250
2305
|
], MdsTableHeaderCell);
|
|
2251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableHeaderCell, decorators: [{
|
|
2252
2307
|
type: Component,
|
|
2253
2308
|
args: [{
|
|
2254
2309
|
selector: 'mds-table-header-cell',
|
|
@@ -2266,22 +2321,23 @@ let MdsTableRow = class MdsTableRow {
|
|
|
2266
2321
|
c.detach();
|
|
2267
2322
|
this.el = r.nativeElement;
|
|
2268
2323
|
}
|
|
2269
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2270
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2325
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTableRow, selector: "mds-table-row", inputs: { interactive: "interactive", overlayActions: "overlayActions", selectable: "selectable", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2271
2326
|
};
|
|
2272
2327
|
MdsTableRow = __decorate([
|
|
2273
2328
|
ProxyCmp({
|
|
2274
|
-
inputs: ['interactive']
|
|
2329
|
+
inputs: ['interactive', 'overlayActions', 'selectable', 'selected', 'value'],
|
|
2330
|
+
methods: ['updateLang']
|
|
2275
2331
|
})
|
|
2276
2332
|
], MdsTableRow);
|
|
2277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableRow, decorators: [{
|
|
2278
2334
|
type: Component,
|
|
2279
2335
|
args: [{
|
|
2280
2336
|
selector: 'mds-table-row',
|
|
2281
2337
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2282
2338
|
template: '<ng-content></ng-content>',
|
|
2283
2339
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2284
|
-
inputs: ['interactive'],
|
|
2340
|
+
inputs: ['interactive', 'overlayActions', 'selectable', 'selected', 'value'],
|
|
2285
2341
|
}]
|
|
2286
2342
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2287
2343
|
let MdsText = class MdsText {
|
|
@@ -2292,15 +2348,15 @@ let MdsText = class MdsText {
|
|
|
2292
2348
|
c.detach();
|
|
2293
2349
|
this.el = r.nativeElement;
|
|
2294
2350
|
}
|
|
2295
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2296
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2351
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2352
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsText, selector: "mds-text", inputs: { animation: "animation", tag: "tag", text: "text", truncate: "truncate", typography: "typography", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2297
2353
|
};
|
|
2298
2354
|
MdsText = __decorate([
|
|
2299
2355
|
ProxyCmp({
|
|
2300
2356
|
inputs: ['animation', 'tag', 'text', 'truncate', 'typography', 'variant']
|
|
2301
2357
|
})
|
|
2302
2358
|
], MdsText);
|
|
2303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsText, decorators: [{
|
|
2304
2360
|
type: Component,
|
|
2305
2361
|
args: [{
|
|
2306
2362
|
selector: 'mds-text',
|
|
@@ -2319,15 +2375,15 @@ let MdsToast = class MdsToast {
|
|
|
2319
2375
|
this.el = r.nativeElement;
|
|
2320
2376
|
proxyOutputs(this, this.el, ['mdsToastClose']);
|
|
2321
2377
|
}
|
|
2322
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2323
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2378
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2379
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsToast, selector: "mds-toast", inputs: { duration: "duration", position: "position", tone: "tone", variant: "variant", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2324
2380
|
};
|
|
2325
2381
|
MdsToast = __decorate([
|
|
2326
2382
|
ProxyCmp({
|
|
2327
2383
|
inputs: ['duration', 'position', 'tone', 'variant', 'visible']
|
|
2328
2384
|
})
|
|
2329
2385
|
], MdsToast);
|
|
2330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsToast, decorators: [{
|
|
2331
2387
|
type: Component,
|
|
2332
2388
|
args: [{
|
|
2333
2389
|
selector: 'mds-toast',
|
|
@@ -2345,22 +2401,76 @@ let MdsTooltip = class MdsTooltip {
|
|
|
2345
2401
|
c.detach();
|
|
2346
2402
|
this.el = r.nativeElement;
|
|
2347
2403
|
}
|
|
2348
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2349
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2404
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2405
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTooltip, selector: "mds-tooltip", inputs: { autoPlacement: "autoPlacement", flip: "flip", offset: "offset", placement: "placement", shift: "shift", shiftPadding: "shiftPadding", strategy: "strategy", target: "target", typography: "typography", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2350
2406
|
};
|
|
2351
2407
|
MdsTooltip = __decorate([
|
|
2352
2408
|
ProxyCmp({
|
|
2353
|
-
inputs: ['
|
|
2409
|
+
inputs: ['autoPlacement', 'flip', 'offset', 'placement', 'shift', 'shiftPadding', 'strategy', 'target', 'typography', 'visible']
|
|
2354
2410
|
})
|
|
2355
2411
|
], MdsTooltip);
|
|
2356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTooltip, decorators: [{
|
|
2357
2413
|
type: Component,
|
|
2358
2414
|
args: [{
|
|
2359
2415
|
selector: 'mds-tooltip',
|
|
2360
2416
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2361
2417
|
template: '<ng-content></ng-content>',
|
|
2362
2418
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2363
|
-
inputs: ['
|
|
2419
|
+
inputs: ['autoPlacement', 'flip', 'offset', 'placement', 'shift', 'shiftPadding', 'strategy', 'target', 'typography', 'visible'],
|
|
2420
|
+
}]
|
|
2421
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2422
|
+
let MdsTree = class MdsTree {
|
|
2423
|
+
z;
|
|
2424
|
+
el;
|
|
2425
|
+
constructor(c, r, z) {
|
|
2426
|
+
this.z = z;
|
|
2427
|
+
c.detach();
|
|
2428
|
+
this.el = r.nativeElement;
|
|
2429
|
+
}
|
|
2430
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTree, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2431
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTree, selector: "mds-tree", inputs: { actions: "actions", appearance: "appearance", async: "async", expanded: "expanded", label: "label", toggle: "toggle", togglePosition: "togglePosition", truncate: "truncate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2432
|
+
};
|
|
2433
|
+
MdsTree = __decorate([
|
|
2434
|
+
ProxyCmp({
|
|
2435
|
+
inputs: ['actions', 'appearance', 'async', 'expanded', 'label', 'toggle', 'togglePosition', 'truncate']
|
|
2436
|
+
})
|
|
2437
|
+
], MdsTree);
|
|
2438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTree, decorators: [{
|
|
2439
|
+
type: Component,
|
|
2440
|
+
args: [{
|
|
2441
|
+
selector: 'mds-tree',
|
|
2442
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2443
|
+
template: '<ng-content></ng-content>',
|
|
2444
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2445
|
+
inputs: ['actions', 'appearance', 'async', 'expanded', 'label', 'toggle', 'togglePosition', 'truncate'],
|
|
2446
|
+
}]
|
|
2447
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2448
|
+
let MdsTreeItem = class MdsTreeItem {
|
|
2449
|
+
z;
|
|
2450
|
+
el;
|
|
2451
|
+
constructor(c, r, z) {
|
|
2452
|
+
this.z = z;
|
|
2453
|
+
c.detach();
|
|
2454
|
+
this.el = r.nativeElement;
|
|
2455
|
+
proxyOutputs(this, this.el, ['mdsTreeItemExpand', 'mdsTreeItemCollapse']);
|
|
2456
|
+
}
|
|
2457
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2458
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsTreeItem, selector: "mds-tree-item", inputs: { actions: "actions", async: "async", depth: "depth", expanded: "expanded", icon: "icon", label: "label", toggle: "toggle", truncate: "truncate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2459
|
+
};
|
|
2460
|
+
MdsTreeItem = __decorate([
|
|
2461
|
+
ProxyCmp({
|
|
2462
|
+
inputs: ['actions', 'async', 'depth', 'expanded', 'icon', 'label', 'toggle', 'truncate'],
|
|
2463
|
+
methods: ['updateLang', 'expand']
|
|
2464
|
+
})
|
|
2465
|
+
], MdsTreeItem);
|
|
2466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTreeItem, decorators: [{
|
|
2467
|
+
type: Component,
|
|
2468
|
+
args: [{
|
|
2469
|
+
selector: 'mds-tree-item',
|
|
2470
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2471
|
+
template: '<ng-content></ng-content>',
|
|
2472
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2473
|
+
inputs: ['actions', 'async', 'depth', 'expanded', 'icon', 'label', 'toggle', 'truncate'],
|
|
2364
2474
|
}]
|
|
2365
2475
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2366
2476
|
let MdsUrlView = class MdsUrlView {
|
|
@@ -2372,15 +2482,16 @@ let MdsUrlView = class MdsUrlView {
|
|
|
2372
2482
|
this.el = r.nativeElement;
|
|
2373
2483
|
proxyOutputs(this, this.el, ['mdsUrlViewClose']);
|
|
2374
2484
|
}
|
|
2375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2376
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2485
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsUrlView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2486
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsUrlView, selector: "mds-url-view", inputs: { domain: "domain", loading: "loading", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2377
2487
|
};
|
|
2378
2488
|
MdsUrlView = __decorate([
|
|
2379
2489
|
ProxyCmp({
|
|
2380
|
-
inputs: ['domain', 'loading', 'src']
|
|
2490
|
+
inputs: ['domain', 'loading', 'src'],
|
|
2491
|
+
methods: ['updateLang']
|
|
2381
2492
|
})
|
|
2382
2493
|
], MdsUrlView);
|
|
2383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsUrlView, decorators: [{
|
|
2384
2495
|
type: Component,
|
|
2385
2496
|
args: [{
|
|
2386
2497
|
selector: 'mds-url-view',
|
|
@@ -2398,15 +2509,16 @@ let MdsUsage = class MdsUsage {
|
|
|
2398
2509
|
c.detach();
|
|
2399
2510
|
this.el = r.nativeElement;
|
|
2400
2511
|
}
|
|
2401
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2402
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2512
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsUsage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2513
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsUsage, selector: "mds-usage", inputs: { alias: "alias", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2403
2514
|
};
|
|
2404
2515
|
MdsUsage = __decorate([
|
|
2405
2516
|
ProxyCmp({
|
|
2406
|
-
inputs: ['alias', 'variant']
|
|
2517
|
+
inputs: ['alias', 'variant'],
|
|
2518
|
+
methods: ['updateLang']
|
|
2407
2519
|
})
|
|
2408
2520
|
], MdsUsage);
|
|
2409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsUsage, decorators: [{
|
|
2410
2522
|
type: Component,
|
|
2411
2523
|
args: [{
|
|
2412
2524
|
selector: 'mds-usage',
|
|
@@ -2424,15 +2536,15 @@ let MdsVideoWall = class MdsVideoWall {
|
|
|
2424
2536
|
c.detach();
|
|
2425
2537
|
this.el = r.nativeElement;
|
|
2426
2538
|
}
|
|
2427
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2428
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2539
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsVideoWall, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2540
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsVideoWall, selector: "mds-video-wall", inputs: { autoplay: "autoplay", loop: "loop", muted: "muted", noise: "noise", poster: "poster", preload: "preload", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2429
2541
|
};
|
|
2430
2542
|
MdsVideoWall = __decorate([
|
|
2431
2543
|
ProxyCmp({
|
|
2432
2544
|
inputs: ['autoplay', 'loop', 'muted', 'noise', 'poster', 'preload', 'src']
|
|
2433
2545
|
})
|
|
2434
2546
|
], MdsVideoWall);
|
|
2435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsVideoWall, decorators: [{
|
|
2436
2548
|
type: Component,
|
|
2437
2549
|
args: [{
|
|
2438
2550
|
selector: 'mds-video-wall',
|
|
@@ -2450,13 +2562,13 @@ let MdsZero = class MdsZero {
|
|
|
2450
2562
|
c.detach();
|
|
2451
2563
|
this.el = r.nativeElement;
|
|
2452
2564
|
}
|
|
2453
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2454
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2565
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsZero, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2566
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsZero, selector: "mds-zero", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2455
2567
|
};
|
|
2456
2568
|
MdsZero = __decorate([
|
|
2457
2569
|
ProxyCmp({})
|
|
2458
2570
|
], MdsZero);
|
|
2459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsZero, decorators: [{
|
|
2460
2572
|
type: Component,
|
|
2461
2573
|
args: [{
|
|
2462
2574
|
selector: 'mds-zero',
|
|
@@ -2509,6 +2621,8 @@ const DIRECTIVES = [
|
|
|
2509
2621
|
MdsInputTip,
|
|
2510
2622
|
MdsInputTipItem,
|
|
2511
2623
|
MdsInputUpload,
|
|
2624
|
+
MdsKeyboard,
|
|
2625
|
+
MdsKeyboardKey,
|
|
2512
2626
|
MdsKpi,
|
|
2513
2627
|
MdsKpiItem,
|
|
2514
2628
|
MdsLabel,
|
|
@@ -2525,7 +2639,6 @@ const DIRECTIVES = [
|
|
|
2525
2639
|
MdsPrefContrast,
|
|
2526
2640
|
MdsPrefLanguage,
|
|
2527
2641
|
MdsPrefLanguageItem,
|
|
2528
|
-
MdsPrefLanguageNav,
|
|
2529
2642
|
MdsPrefTheme,
|
|
2530
2643
|
MdsPriceTable,
|
|
2531
2644
|
MdsPriceTableFeatures,
|
|
@@ -2536,7 +2649,7 @@ const DIRECTIVES = [
|
|
|
2536
2649
|
MdsPriceTableListItem,
|
|
2537
2650
|
MdsProgress,
|
|
2538
2651
|
MdsPushNotification,
|
|
2539
|
-
|
|
2652
|
+
MdsPushNotificationItem,
|
|
2540
2653
|
MdsQuote,
|
|
2541
2654
|
MdsSeparator,
|
|
2542
2655
|
MdsSpinner,
|
|
@@ -2556,35 +2669,36 @@ const DIRECTIVES = [
|
|
|
2556
2669
|
MdsText,
|
|
2557
2670
|
MdsToast,
|
|
2558
2671
|
MdsTooltip,
|
|
2672
|
+
MdsTree,
|
|
2673
|
+
MdsTreeItem,
|
|
2559
2674
|
MdsUrlView,
|
|
2560
2675
|
MdsUsage,
|
|
2561
2676
|
MdsVideoWall,
|
|
2562
2677
|
MdsZero
|
|
2563
2678
|
];
|
|
2564
2679
|
|
|
2565
|
-
class
|
|
2566
|
-
static
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2680
|
+
class MagmaModule {
|
|
2681
|
+
static forRoot() {
|
|
2682
|
+
return {
|
|
2683
|
+
ngModule: MagmaModule,
|
|
2684
|
+
providers: [
|
|
2685
|
+
{
|
|
2686
|
+
provide: APP_INITIALIZER,
|
|
2687
|
+
useFactory: () => defineCustomElements,
|
|
2688
|
+
multi: true,
|
|
2689
|
+
},
|
|
2690
|
+
],
|
|
2691
|
+
};
|
|
2692
|
+
}
|
|
2693
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MagmaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2694
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MagmaModule, declarations: [MdsAccordion, MdsAccordionItem, MdsAccordionTimer, MdsAccordionTimerItem, MdsAuthor, MdsAvatar, MdsBadge, MdsBanner, MdsBenchmarkBar, MdsBibliography, MdsBreadcrumb, MdsBreadcrumbItem, MdsButton, MdsCard, MdsCardContent, MdsCardFooter, MdsCardHeader, MdsCardMedia, MdsChip, MdsDetails, MdsDropdown, MdsEntity, MdsFile, MdsFilePreview, MdsFilter, MdsFilterItem, MdsHeader, MdsHeaderBar, MdsHelp, MdsHorizontalScroll, MdsHr, MdsIcon, MdsImg, MdsInput, MdsInputField, MdsInputRange, MdsInputSelect, MdsInputSwitch, MdsInputTip, MdsInputTipItem, MdsInputUpload, MdsKeyboard, MdsKeyboardKey, MdsKpi, MdsKpiItem, MdsLabel, MdsList, MdsListItem, MdsModal, MdsNote, MdsNotification, MdsPaginator, MdsPaginatorItem, MdsPref, MdsPrefAnimation, MdsPrefConsumption, MdsPrefContrast, MdsPrefLanguage, MdsPrefLanguageItem, MdsPrefTheme, MdsPriceTable, MdsPriceTableFeatures, MdsPriceTableFeaturesCell, MdsPriceTableFeaturesRow, MdsPriceTableHeader, MdsPriceTableList, MdsPriceTableListItem, MdsProgress, MdsPushNotification, MdsPushNotificationItem, MdsQuote, MdsSeparator, MdsSpinner, MdsStepperBar, MdsStepperBarItem, MdsTab, MdsTabBar, MdsTabBarItem, MdsTabItem, MdsTable, MdsTableBody, MdsTableCell, MdsTableFooter, MdsTableHeader, MdsTableHeaderCell, MdsTableRow, MdsText, MdsToast, MdsTooltip, MdsTree, MdsTreeItem, MdsUrlView, MdsUsage, MdsVideoWall, MdsZero], exports: [MdsAccordion, MdsAccordionItem, MdsAccordionTimer, MdsAccordionTimerItem, MdsAuthor, MdsAvatar, MdsBadge, MdsBanner, MdsBenchmarkBar, MdsBibliography, MdsBreadcrumb, MdsBreadcrumbItem, MdsButton, MdsCard, MdsCardContent, MdsCardFooter, MdsCardHeader, MdsCardMedia, MdsChip, MdsDetails, MdsDropdown, MdsEntity, MdsFile, MdsFilePreview, MdsFilter, MdsFilterItem, MdsHeader, MdsHeaderBar, MdsHelp, MdsHorizontalScroll, MdsHr, MdsIcon, MdsImg, MdsInput, MdsInputField, MdsInputRange, MdsInputSelect, MdsInputSwitch, MdsInputTip, MdsInputTipItem, MdsInputUpload, MdsKeyboard, MdsKeyboardKey, MdsKpi, MdsKpiItem, MdsLabel, MdsList, MdsListItem, MdsModal, MdsNote, MdsNotification, MdsPaginator, MdsPaginatorItem, MdsPref, MdsPrefAnimation, MdsPrefConsumption, MdsPrefContrast, MdsPrefLanguage, MdsPrefLanguageItem, MdsPrefTheme, MdsPriceTable, MdsPriceTableFeatures, MdsPriceTableFeaturesCell, MdsPriceTableFeaturesRow, MdsPriceTableHeader, MdsPriceTableList, MdsPriceTableListItem, MdsProgress, MdsPushNotification, MdsPushNotificationItem, MdsQuote, MdsSeparator, MdsSpinner, MdsStepperBar, MdsStepperBarItem, MdsTab, MdsTabBar, MdsTabBarItem, MdsTabItem, MdsTable, MdsTableBody, MdsTableCell, MdsTableFooter, MdsTableHeader, MdsTableHeaderCell, MdsTableRow, MdsText, MdsToast, MdsTooltip, MdsTree, MdsTreeItem, MdsUrlView, MdsUsage, MdsVideoWall, MdsZero] });
|
|
2695
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MagmaModule });
|
|
2575
2696
|
}
|
|
2576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MagmaModule, decorators: [{
|
|
2577
2698
|
type: NgModule,
|
|
2578
2699
|
args: [{
|
|
2579
2700
|
declarations: [...DIRECTIVES],
|
|
2580
2701
|
exports: [...DIRECTIVES],
|
|
2581
|
-
providers: [
|
|
2582
|
-
{
|
|
2583
|
-
provide: APP_INITIALIZER,
|
|
2584
|
-
useFactory: () => defineCustomElements,
|
|
2585
|
-
multi: true
|
|
2586
|
-
},
|
|
2587
|
-
]
|
|
2588
2702
|
}]
|
|
2589
2703
|
}] });
|
|
2590
2704
|
|
|
@@ -2596,5 +2710,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
2596
2710
|
* Generated bundle index. Do not edit.
|
|
2597
2711
|
*/
|
|
2598
2712
|
|
|
2599
|
-
export {
|
|
2713
|
+
export { DIRECTIVES, MagmaModule, MdsAccordion, MdsAccordionItem, MdsAccordionTimer, MdsAccordionTimerItem, MdsAuthor, MdsAvatar, MdsBadge, MdsBanner, MdsBenchmarkBar, MdsBibliography, MdsBreadcrumb, MdsBreadcrumbItem, MdsButton, MdsCard, MdsCardContent, MdsCardFooter, MdsCardHeader, MdsCardMedia, MdsChip, MdsDetails, MdsDropdown, MdsEntity, MdsFile, MdsFilePreview, MdsFilter, MdsFilterItem, MdsHeader, MdsHeaderBar, MdsHelp, MdsHorizontalScroll, MdsHr, MdsIcon, MdsImg, MdsInput, MdsInputField, MdsInputRange, MdsInputSelect, MdsInputSwitch, MdsInputTip, MdsInputTipItem, MdsInputUpload, MdsKeyboard, MdsKeyboardKey, MdsKpi, MdsKpiItem, MdsLabel, MdsList, MdsListItem, MdsModal, MdsNote, MdsNotification, MdsPaginator, MdsPaginatorItem, MdsPref, MdsPrefAnimation, MdsPrefConsumption, MdsPrefContrast, MdsPrefLanguage, MdsPrefLanguageItem, MdsPrefTheme, MdsPriceTable, MdsPriceTableFeatures, MdsPriceTableFeaturesCell, MdsPriceTableFeaturesRow, MdsPriceTableHeader, MdsPriceTableList, MdsPriceTableListItem, MdsProgress, MdsPushNotification, MdsPushNotificationItem, MdsQuote, MdsSeparator, MdsSpinner, MdsStepperBar, MdsStepperBarItem, MdsTab, MdsTabBar, MdsTabBarItem, MdsTabItem, MdsTable, MdsTableBody, MdsTableCell, MdsTableFooter, MdsTableHeader, MdsTableHeaderCell, MdsTableRow, MdsText, MdsToast, MdsTooltip, MdsTree, MdsTreeItem, MdsUrlView, MdsUsage, MdsVideoWall, MdsZero };
|
|
2600
2714
|
//# sourceMappingURL=maggioli-design-system-magma-angular.mjs.map
|