@maggioli-design-system/magma-angular 0.0.1 → 1.0.0-beta.1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -22
- package/esm2022/lib/magma.module.mjs +30 -0
- package/esm2022/public-api.mjs +2 -2
- package/esm2022/stencil-generated/components.mjs +931 -378
- package/esm2022/stencil-generated/index.mjs +22 -3
- package/fesm2022/maggioli-design-system-magma-angular.mjs +948 -396
- 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 +354 -155
- 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,22 +202,74 @@ 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: { count: "count", 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
|
-
inputs: ['icon', 'initials', 'src', 'tone', 'variant']
|
|
210
|
+
inputs: ['count', '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',
|
|
217
217
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
218
218
|
template: '<ng-content></ng-content>',
|
|
219
219
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
220
|
-
inputs: ['icon', 'initials', 'src', 'tone', 'variant'],
|
|
220
|
+
inputs: ['count', 'icon', 'initials', 'src', 'tone', 'variant'],
|
|
221
|
+
}]
|
|
222
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
223
|
+
let MdsAvatarStack = class MdsAvatarStack {
|
|
224
|
+
z;
|
|
225
|
+
el;
|
|
226
|
+
constructor(c, r, z) {
|
|
227
|
+
this.z = z;
|
|
228
|
+
c.detach();
|
|
229
|
+
this.el = r.nativeElement;
|
|
230
|
+
}
|
|
231
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAvatarStack, 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: MdsAvatarStack, selector: "mds-avatar-stack", inputs: { size: "size", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
233
|
+
};
|
|
234
|
+
MdsAvatarStack = __decorate([
|
|
235
|
+
ProxyCmp({
|
|
236
|
+
inputs: ['size', 'total']
|
|
237
|
+
})
|
|
238
|
+
], MdsAvatarStack);
|
|
239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAvatarStack, decorators: [{
|
|
240
|
+
type: Component,
|
|
241
|
+
args: [{
|
|
242
|
+
selector: 'mds-avatar-stack',
|
|
243
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
244
|
+
template: '<ng-content></ng-content>',
|
|
245
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
246
|
+
inputs: ['size', 'total'],
|
|
247
|
+
}]
|
|
248
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
249
|
+
let MdsAvatarStackItem = class MdsAvatarStackItem {
|
|
250
|
+
z;
|
|
251
|
+
el;
|
|
252
|
+
constructor(c, r, z) {
|
|
253
|
+
this.z = z;
|
|
254
|
+
c.detach();
|
|
255
|
+
this.el = r.nativeElement;
|
|
256
|
+
}
|
|
257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAvatarStackItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
258
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsAvatarStackItem, selector: "mds-avatar-stack-item", inputs: { count: "count", initials: "initials", src: "src", tone: "tone", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
259
|
+
};
|
|
260
|
+
MdsAvatarStackItem = __decorate([
|
|
261
|
+
ProxyCmp({
|
|
262
|
+
inputs: ['count', 'initials', 'src', 'tone', 'variant']
|
|
263
|
+
})
|
|
264
|
+
], MdsAvatarStackItem);
|
|
265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsAvatarStackItem, decorators: [{
|
|
266
|
+
type: Component,
|
|
267
|
+
args: [{
|
|
268
|
+
selector: 'mds-avatar-stack-item',
|
|
269
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
270
|
+
template: '<ng-content></ng-content>',
|
|
271
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
272
|
+
inputs: ['count', 'initials', 'src', 'tone', 'variant'],
|
|
221
273
|
}]
|
|
222
274
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
223
275
|
let MdsBadge = class MdsBadge {
|
|
@@ -228,15 +280,15 @@ let MdsBadge = class MdsBadge {
|
|
|
228
280
|
c.detach();
|
|
229
281
|
this.el = r.nativeElement;
|
|
230
282
|
}
|
|
231
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
232
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
283
|
+
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 });
|
|
284
|
+
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
285
|
};
|
|
234
286
|
MdsBadge = __decorate([
|
|
235
287
|
ProxyCmp({
|
|
236
288
|
inputs: ['tone', 'typography', 'typographyVariant', 'variant']
|
|
237
289
|
})
|
|
238
290
|
], MdsBadge);
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBadge, decorators: [{
|
|
240
292
|
type: Component,
|
|
241
293
|
args: [{
|
|
242
294
|
selector: 'mds-badge',
|
|
@@ -255,22 +307,23 @@ let MdsBanner = class MdsBanner {
|
|
|
255
307
|
this.el = r.nativeElement;
|
|
256
308
|
proxyOutputs(this, this.el, ['mdsBannerClose']);
|
|
257
309
|
}
|
|
258
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
259
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
310
|
+
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 });
|
|
311
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsBanner, selector: "mds-banner", inputs: { cockade: "cockade", deletable: "deletable", headline: "headline", icon: "icon", tone: "tone", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
260
312
|
};
|
|
261
313
|
MdsBanner = __decorate([
|
|
262
314
|
ProxyCmp({
|
|
263
|
-
inputs: ['deletable', 'headline', 'icon', 'tone', 'variant']
|
|
315
|
+
inputs: ['cockade', 'deletable', 'headline', 'icon', 'tone', 'variant'],
|
|
316
|
+
methods: ['updateLang']
|
|
264
317
|
})
|
|
265
318
|
], MdsBanner);
|
|
266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBanner, decorators: [{
|
|
267
320
|
type: Component,
|
|
268
321
|
args: [{
|
|
269
322
|
selector: 'mds-banner',
|
|
270
323
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
271
324
|
template: '<ng-content></ng-content>',
|
|
272
325
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
273
|
-
inputs: ['deletable', 'headline', 'icon', 'tone', 'variant'],
|
|
326
|
+
inputs: ['cockade', 'deletable', 'headline', 'icon', 'tone', 'variant'],
|
|
274
327
|
}]
|
|
275
328
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
276
329
|
let MdsBenchmarkBar = class MdsBenchmarkBar {
|
|
@@ -281,15 +334,15 @@ let MdsBenchmarkBar = class MdsBenchmarkBar {
|
|
|
281
334
|
c.detach();
|
|
282
335
|
this.el = r.nativeElement;
|
|
283
336
|
}
|
|
284
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
285
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
337
|
+
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 });
|
|
338
|
+
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
339
|
};
|
|
287
340
|
MdsBenchmarkBar = __decorate([
|
|
288
341
|
ProxyCmp({
|
|
289
342
|
inputs: ['alias', 'typography', 'value', 'variant']
|
|
290
343
|
})
|
|
291
344
|
], MdsBenchmarkBar);
|
|
292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBenchmarkBar, decorators: [{
|
|
293
346
|
type: Component,
|
|
294
347
|
args: [{
|
|
295
348
|
selector: 'mds-benchmark-bar',
|
|
@@ -307,15 +360,15 @@ let MdsBibliography = class MdsBibliography {
|
|
|
307
360
|
c.detach();
|
|
308
361
|
this.el = r.nativeElement;
|
|
309
362
|
}
|
|
310
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
311
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
363
|
+
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 });
|
|
364
|
+
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
365
|
};
|
|
313
366
|
MdsBibliography = __decorate([
|
|
314
367
|
ProxyCmp({
|
|
315
368
|
inputs: ['author', 'date', 'format', 'location', 'name', 'publisher', 'rel', 'typography', 'url', 'variant']
|
|
316
369
|
})
|
|
317
370
|
], MdsBibliography);
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBibliography, decorators: [{
|
|
319
372
|
type: Component,
|
|
320
373
|
args: [{
|
|
321
374
|
selector: 'mds-bibliography',
|
|
@@ -334,15 +387,16 @@ let MdsBreadcrumb = class MdsBreadcrumb {
|
|
|
334
387
|
this.el = r.nativeElement;
|
|
335
388
|
proxyOutputs(this, this.el, ['mdsBreadcrumbChange']);
|
|
336
389
|
}
|
|
337
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
338
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
390
|
+
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 });
|
|
391
|
+
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
392
|
};
|
|
340
393
|
MdsBreadcrumb = __decorate([
|
|
341
394
|
ProxyCmp({
|
|
342
|
-
inputs: ['back']
|
|
395
|
+
inputs: ['back'],
|
|
396
|
+
methods: ['updateLang']
|
|
343
397
|
})
|
|
344
398
|
], MdsBreadcrumb);
|
|
345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBreadcrumb, decorators: [{
|
|
346
400
|
type: Component,
|
|
347
401
|
args: [{
|
|
348
402
|
selector: 'mds-breadcrumb',
|
|
@@ -361,15 +415,15 @@ let MdsBreadcrumbItem = class MdsBreadcrumbItem {
|
|
|
361
415
|
this.el = r.nativeElement;
|
|
362
416
|
proxyOutputs(this, this.el, ['mdsBreadcrumbItemSelect']);
|
|
363
417
|
}
|
|
364
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
365
|
-
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: MdsBreadcrumbItem, 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: MdsBreadcrumbItem, selector: "mds-breadcrumb-item", inputs: { selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
366
420
|
};
|
|
367
421
|
MdsBreadcrumbItem = __decorate([
|
|
368
422
|
ProxyCmp({
|
|
369
423
|
inputs: ['selected']
|
|
370
424
|
})
|
|
371
425
|
], MdsBreadcrumbItem);
|
|
372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsBreadcrumbItem, decorators: [{
|
|
373
427
|
type: Component,
|
|
374
428
|
args: [{
|
|
375
429
|
selector: 'mds-breadcrumb-item',
|
|
@@ -387,22 +441,126 @@ let MdsButton = class MdsButton {
|
|
|
387
441
|
c.detach();
|
|
388
442
|
this.el = r.nativeElement;
|
|
389
443
|
}
|
|
390
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
391
|
-
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: MdsButton, 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: 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
446
|
};
|
|
393
447
|
MdsButton = __decorate([
|
|
394
448
|
ProxyCmp({
|
|
395
|
-
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'iconPosition', 'size', 'target', 'tone', 'type', 'variant']
|
|
449
|
+
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'iconPosition', 'size', 'target', 'tone', 'truncate', 'type', 'variant']
|
|
396
450
|
})
|
|
397
451
|
], MdsButton);
|
|
398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsButton, decorators: [{
|
|
399
453
|
type: Component,
|
|
400
454
|
args: [{
|
|
401
455
|
selector: 'mds-button',
|
|
402
456
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
403
457
|
template: '<ng-content></ng-content>',
|
|
404
458
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
405
|
-
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'iconPosition', 'size', 'target', 'tone', 'type', 'variant'],
|
|
459
|
+
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'iconPosition', 'size', 'target', 'tone', 'truncate', 'type', 'variant'],
|
|
460
|
+
}]
|
|
461
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
462
|
+
let MdsButtonDropdown = class MdsButtonDropdown {
|
|
463
|
+
z;
|
|
464
|
+
el;
|
|
465
|
+
constructor(c, r, z) {
|
|
466
|
+
this.z = z;
|
|
467
|
+
c.detach();
|
|
468
|
+
this.el = r.nativeElement;
|
|
469
|
+
}
|
|
470
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsButtonDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
471
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsButtonDropdown, selector: "mds-button-dropdown", inputs: { active: "active", autoFocus: "autoFocus", await: "await", disabled: "disabled", href: "href", icon: "icon", label: "label", 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 });
|
|
472
|
+
};
|
|
473
|
+
MdsButtonDropdown = __decorate([
|
|
474
|
+
ProxyCmp({
|
|
475
|
+
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'label', 'size', 'target', 'tone', 'truncate', 'type', 'variant']
|
|
476
|
+
})
|
|
477
|
+
], MdsButtonDropdown);
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsButtonDropdown, decorators: [{
|
|
479
|
+
type: Component,
|
|
480
|
+
args: [{
|
|
481
|
+
selector: 'mds-button-dropdown',
|
|
482
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
483
|
+
template: '<ng-content></ng-content>',
|
|
484
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
485
|
+
inputs: ['active', 'autoFocus', 'await', 'disabled', 'href', 'icon', 'label', 'size', 'target', 'tone', 'truncate', 'type', 'variant'],
|
|
486
|
+
}]
|
|
487
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
488
|
+
let MdsButtonGroup = class MdsButtonGroup {
|
|
489
|
+
z;
|
|
490
|
+
el;
|
|
491
|
+
constructor(c, r, z) {
|
|
492
|
+
this.z = z;
|
|
493
|
+
c.detach();
|
|
494
|
+
this.el = r.nativeElement;
|
|
495
|
+
}
|
|
496
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
497
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsButtonGroup, selector: "mds-button-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
498
|
+
};
|
|
499
|
+
MdsButtonGroup = __decorate([
|
|
500
|
+
ProxyCmp({})
|
|
501
|
+
], MdsButtonGroup);
|
|
502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsButtonGroup, decorators: [{
|
|
503
|
+
type: Component,
|
|
504
|
+
args: [{
|
|
505
|
+
selector: 'mds-button-group',
|
|
506
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
507
|
+
template: '<ng-content></ng-content>',
|
|
508
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
509
|
+
inputs: [],
|
|
510
|
+
}]
|
|
511
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
512
|
+
let MdsCalendar = class MdsCalendar {
|
|
513
|
+
z;
|
|
514
|
+
el;
|
|
515
|
+
constructor(c, r, z) {
|
|
516
|
+
this.z = z;
|
|
517
|
+
c.detach();
|
|
518
|
+
this.el = r.nativeElement;
|
|
519
|
+
proxyOutputs(this, this.el, ['mdsCalendarChange', 'mdsCalendarPreselect']);
|
|
520
|
+
}
|
|
521
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
522
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsCalendar, selector: "mds-calendar", inputs: { endDate: "endDate", max: "max", min: "min", rangePicker: "rangePicker", startDate: "startDate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
523
|
+
};
|
|
524
|
+
MdsCalendar = __decorate([
|
|
525
|
+
ProxyCmp({
|
|
526
|
+
inputs: ['endDate', 'max', 'min', 'rangePicker', 'startDate'],
|
|
527
|
+
methods: ['updateLang', 'updateCurrentDate']
|
|
528
|
+
})
|
|
529
|
+
], MdsCalendar);
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCalendar, decorators: [{
|
|
531
|
+
type: Component,
|
|
532
|
+
args: [{
|
|
533
|
+
selector: 'mds-calendar',
|
|
534
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
535
|
+
template: '<ng-content></ng-content>',
|
|
536
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
537
|
+
inputs: ['endDate', 'max', 'min', 'rangePicker', 'startDate'],
|
|
538
|
+
}]
|
|
539
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
540
|
+
let MdsCalendarCell = class MdsCalendarCell {
|
|
541
|
+
z;
|
|
542
|
+
el;
|
|
543
|
+
constructor(c, r, z) {
|
|
544
|
+
this.z = z;
|
|
545
|
+
c.detach();
|
|
546
|
+
this.el = r.nativeElement;
|
|
547
|
+
}
|
|
548
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCalendarCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
549
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsCalendarCell, selector: "mds-calendar-cell", inputs: { date: "date", disabled: "disabled", month: "month", orientation: "orientation", preview: "preview", selection: "selection", today: "today" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
550
|
+
};
|
|
551
|
+
MdsCalendarCell = __decorate([
|
|
552
|
+
ProxyCmp({
|
|
553
|
+
inputs: ['date', 'disabled', 'month', 'orientation', 'preview', 'selection', 'today']
|
|
554
|
+
})
|
|
555
|
+
], MdsCalendarCell);
|
|
556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCalendarCell, decorators: [{
|
|
557
|
+
type: Component,
|
|
558
|
+
args: [{
|
|
559
|
+
selector: 'mds-calendar-cell',
|
|
560
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
561
|
+
template: '<ng-content></ng-content>',
|
|
562
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
563
|
+
inputs: ['date', 'disabled', 'month', 'orientation', 'preview', 'selection', 'today'],
|
|
406
564
|
}]
|
|
407
565
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
408
566
|
let MdsCard = class MdsCard {
|
|
@@ -413,15 +571,15 @@ let MdsCard = class MdsCard {
|
|
|
413
571
|
c.detach();
|
|
414
572
|
this.el = r.nativeElement;
|
|
415
573
|
}
|
|
416
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
417
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
574
|
+
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 });
|
|
575
|
+
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
576
|
};
|
|
419
577
|
MdsCard = __decorate([
|
|
420
578
|
ProxyCmp({
|
|
421
579
|
inputs: ['autoGrid']
|
|
422
580
|
})
|
|
423
581
|
], MdsCard);
|
|
424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCard, decorators: [{
|
|
425
583
|
type: Component,
|
|
426
584
|
args: [{
|
|
427
585
|
selector: 'mds-card',
|
|
@@ -439,13 +597,13 @@ let MdsCardContent = class MdsCardContent {
|
|
|
439
597
|
c.detach();
|
|
440
598
|
this.el = r.nativeElement;
|
|
441
599
|
}
|
|
442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
443
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
600
|
+
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 });
|
|
601
|
+
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
602
|
};
|
|
445
603
|
MdsCardContent = __decorate([
|
|
446
604
|
ProxyCmp({})
|
|
447
605
|
], MdsCardContent);
|
|
448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardContent, decorators: [{
|
|
449
607
|
type: Component,
|
|
450
608
|
args: [{
|
|
451
609
|
selector: 'mds-card-content',
|
|
@@ -463,13 +621,13 @@ let MdsCardFooter = class MdsCardFooter {
|
|
|
463
621
|
c.detach();
|
|
464
622
|
this.el = r.nativeElement;
|
|
465
623
|
}
|
|
466
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
467
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
624
|
+
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 });
|
|
625
|
+
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
626
|
};
|
|
469
627
|
MdsCardFooter = __decorate([
|
|
470
628
|
ProxyCmp({})
|
|
471
629
|
], MdsCardFooter);
|
|
472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardFooter, decorators: [{
|
|
473
631
|
type: Component,
|
|
474
632
|
args: [{
|
|
475
633
|
selector: 'mds-card-footer',
|
|
@@ -487,13 +645,13 @@ let MdsCardHeader = class MdsCardHeader {
|
|
|
487
645
|
c.detach();
|
|
488
646
|
this.el = r.nativeElement;
|
|
489
647
|
}
|
|
490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
491
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
648
|
+
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 });
|
|
649
|
+
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
650
|
};
|
|
493
651
|
MdsCardHeader = __decorate([
|
|
494
652
|
ProxyCmp({})
|
|
495
653
|
], MdsCardHeader);
|
|
496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardHeader, decorators: [{
|
|
497
655
|
type: Component,
|
|
498
656
|
args: [{
|
|
499
657
|
selector: 'mds-card-header',
|
|
@@ -511,13 +669,13 @@ let MdsCardMedia = class MdsCardMedia {
|
|
|
511
669
|
c.detach();
|
|
512
670
|
this.el = r.nativeElement;
|
|
513
671
|
}
|
|
514
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
515
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
672
|
+
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 });
|
|
673
|
+
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
674
|
};
|
|
517
675
|
MdsCardMedia = __decorate([
|
|
518
676
|
ProxyCmp({})
|
|
519
677
|
], MdsCardMedia);
|
|
520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsCardMedia, decorators: [{
|
|
521
679
|
type: Component,
|
|
522
680
|
args: [{
|
|
523
681
|
selector: 'mds-card-media',
|
|
@@ -536,22 +694,23 @@ let MdsChip = class MdsChip {
|
|
|
536
694
|
this.el = r.nativeElement;
|
|
537
695
|
proxyOutputs(this, this.el, ['mdsChipClickLabel', 'mdsChipDelete']);
|
|
538
696
|
}
|
|
539
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
540
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
697
|
+
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 });
|
|
698
|
+
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
699
|
};
|
|
542
700
|
MdsChip = __decorate([
|
|
543
701
|
ProxyCmp({
|
|
544
|
-
inputs: ['clickable', 'deletable', '
|
|
702
|
+
inputs: ['clickable', 'deletable', 'disabled', 'icon', 'label', 'selectable', 'selected', 'tone', 'variant'],
|
|
703
|
+
methods: ['updateLang']
|
|
545
704
|
})
|
|
546
705
|
], MdsChip);
|
|
547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsChip, decorators: [{
|
|
548
707
|
type: Component,
|
|
549
708
|
args: [{
|
|
550
709
|
selector: 'mds-chip',
|
|
551
710
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
552
711
|
template: '<ng-content></ng-content>',
|
|
553
712
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
554
|
-
inputs: ['clickable', 'deletable', '
|
|
713
|
+
inputs: ['clickable', 'deletable', 'disabled', 'icon', 'label', 'selectable', 'selected', 'tone', 'variant'],
|
|
555
714
|
}]
|
|
556
715
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
557
716
|
let MdsDetails = class MdsDetails {
|
|
@@ -563,15 +722,15 @@ let MdsDetails = class MdsDetails {
|
|
|
563
722
|
this.el = r.nativeElement;
|
|
564
723
|
proxyOutputs(this, this.el, ['mdsDetailsChange']);
|
|
565
724
|
}
|
|
566
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
567
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
725
|
+
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 });
|
|
726
|
+
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
727
|
};
|
|
569
728
|
MdsDetails = __decorate([
|
|
570
729
|
ProxyCmp({
|
|
571
730
|
inputs: ['opened']
|
|
572
731
|
})
|
|
573
732
|
], MdsDetails);
|
|
574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsDetails, decorators: [{
|
|
575
734
|
type: Component,
|
|
576
735
|
args: [{
|
|
577
736
|
selector: 'mds-details',
|
|
@@ -590,15 +749,15 @@ let MdsDropdown = class MdsDropdown {
|
|
|
590
749
|
this.el = r.nativeElement;
|
|
591
750
|
proxyOutputs(this, this.el, ['mdsDropdownVisible', 'mdsDropdownHide', 'mdsDropdownChange']);
|
|
592
751
|
}
|
|
593
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
594
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
752
|
+
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 });
|
|
753
|
+
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
754
|
};
|
|
596
755
|
MdsDropdown = __decorate([
|
|
597
756
|
ProxyCmp({
|
|
598
757
|
inputs: ['arrow', 'arrowPadding', 'autoPlacement', 'backdrop', 'flip', 'interaction', 'offset', 'placement', 'shift', 'shiftPadding', 'smooth', 'strategy', 'target', 'visible', 'zIndex']
|
|
599
758
|
})
|
|
600
759
|
], MdsDropdown);
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsDropdown, decorators: [{
|
|
602
761
|
type: Component,
|
|
603
762
|
args: [{
|
|
604
763
|
selector: 'mds-dropdown',
|
|
@@ -608,6 +767,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
608
767
|
inputs: ['arrow', 'arrowPadding', 'autoPlacement', 'backdrop', 'flip', 'interaction', 'offset', 'placement', 'shift', 'shiftPadding', 'smooth', 'strategy', 'target', 'visible', 'zIndex'],
|
|
609
768
|
}]
|
|
610
769
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
770
|
+
let MdsEmoji = class MdsEmoji {
|
|
771
|
+
z;
|
|
772
|
+
el;
|
|
773
|
+
constructor(c, r, z) {
|
|
774
|
+
this.z = z;
|
|
775
|
+
c.detach();
|
|
776
|
+
this.el = r.nativeElement;
|
|
777
|
+
}
|
|
778
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsEmoji, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
779
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsEmoji, selector: "mds-emoji", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
780
|
+
};
|
|
781
|
+
MdsEmoji = __decorate([
|
|
782
|
+
ProxyCmp({
|
|
783
|
+
inputs: ['name'],
|
|
784
|
+
methods: ['agree', 'disagree', 'startThinking', 'stopThinking', 'startBlinking', 'stopBlinking', 'stopFollowMouse', 'startFollowMouse']
|
|
785
|
+
})
|
|
786
|
+
], MdsEmoji);
|
|
787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsEmoji, decorators: [{
|
|
788
|
+
type: Component,
|
|
789
|
+
args: [{
|
|
790
|
+
selector: 'mds-emoji',
|
|
791
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
792
|
+
template: '<ng-content></ng-content>',
|
|
793
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
794
|
+
inputs: ['name'],
|
|
795
|
+
}]
|
|
796
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
611
797
|
let MdsEntity = class MdsEntity {
|
|
612
798
|
z;
|
|
613
799
|
el;
|
|
@@ -616,15 +802,15 @@ let MdsEntity = class MdsEntity {
|
|
|
616
802
|
c.detach();
|
|
617
803
|
this.el = r.nativeElement;
|
|
618
804
|
}
|
|
619
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
620
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
805
|
+
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 });
|
|
806
|
+
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
807
|
};
|
|
622
808
|
MdsEntity = __decorate([
|
|
623
809
|
ProxyCmp({
|
|
624
810
|
inputs: ['await', 'icon', 'initials', 'src', 'tone', 'variant']
|
|
625
811
|
})
|
|
626
812
|
], MdsEntity);
|
|
627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsEntity, decorators: [{
|
|
628
814
|
type: Component,
|
|
629
815
|
args: [{
|
|
630
816
|
selector: 'mds-entity',
|
|
@@ -643,22 +829,23 @@ let MdsFile = class MdsFile {
|
|
|
643
829
|
this.el = r.nativeElement;
|
|
644
830
|
proxyOutputs(this, this.el, ['mdsFileDownload']);
|
|
645
831
|
}
|
|
646
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
647
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
832
|
+
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 });
|
|
833
|
+
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
834
|
};
|
|
649
835
|
MdsFile = __decorate([
|
|
650
836
|
ProxyCmp({
|
|
651
|
-
inputs: ['description', '
|
|
837
|
+
inputs: ['description', 'filename', 'format', 'preview', 'showDownloadedIcon', 'suffix'],
|
|
838
|
+
methods: ['updateLang']
|
|
652
839
|
})
|
|
653
840
|
], MdsFile);
|
|
654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFile, decorators: [{
|
|
655
842
|
type: Component,
|
|
656
843
|
args: [{
|
|
657
844
|
selector: 'mds-file',
|
|
658
845
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
659
846
|
template: '<ng-content></ng-content>',
|
|
660
847
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
661
|
-
inputs: ['description', '
|
|
848
|
+
inputs: ['description', 'filename', 'format', 'preview', 'showDownloadedIcon', 'suffix'],
|
|
662
849
|
}]
|
|
663
850
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
664
851
|
let MdsFilePreview = class MdsFilePreview {
|
|
@@ -670,15 +857,16 @@ let MdsFilePreview = class MdsFilePreview {
|
|
|
670
857
|
this.el = r.nativeElement;
|
|
671
858
|
proxyOutputs(this, this.el, ['mdsFileDownload', 'mdsFileDelete']);
|
|
672
859
|
}
|
|
673
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
674
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
860
|
+
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 });
|
|
861
|
+
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
862
|
};
|
|
676
863
|
MdsFilePreview = __decorate([
|
|
677
864
|
ProxyCmp({
|
|
678
|
-
inputs: ['deletable', 'description', 'downloadable', 'filename', 'filesize', 'format', 'icon', 'message', 'src', 'suffix', 'truncate', 'variant']
|
|
865
|
+
inputs: ['deletable', 'description', 'downloadable', 'filename', 'filesize', 'format', 'icon', 'message', 'src', 'suffix', 'truncate', 'variant'],
|
|
866
|
+
methods: ['updateLang']
|
|
679
867
|
})
|
|
680
868
|
], MdsFilePreview);
|
|
681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilePreview, decorators: [{
|
|
682
870
|
type: Component,
|
|
683
871
|
args: [{
|
|
684
872
|
selector: 'mds-file-preview',
|
|
@@ -697,15 +885,15 @@ let MdsFilter = class MdsFilter {
|
|
|
697
885
|
this.el = r.nativeElement;
|
|
698
886
|
proxyOutputs(this, this.el, ['mdsFilterChange']);
|
|
699
887
|
}
|
|
700
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
701
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
888
|
+
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 });
|
|
889
|
+
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
890
|
};
|
|
703
891
|
MdsFilter = __decorate([
|
|
704
892
|
ProxyCmp({
|
|
705
893
|
inputs: ['autoReset', 'label', 'multiple', 'reset']
|
|
706
894
|
})
|
|
707
895
|
], MdsFilter);
|
|
708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilter, decorators: [{
|
|
709
897
|
type: Component,
|
|
710
898
|
args: [{
|
|
711
899
|
selector: 'mds-filter',
|
|
@@ -724,22 +912,22 @@ let MdsFilterItem = class MdsFilterItem {
|
|
|
724
912
|
this.el = r.nativeElement;
|
|
725
913
|
proxyOutputs(this, this.el, ['mdsFilterItemSelect']);
|
|
726
914
|
}
|
|
727
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
728
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
915
|
+
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 });
|
|
916
|
+
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
917
|
};
|
|
730
918
|
MdsFilterItem = __decorate([
|
|
731
919
|
ProxyCmp({
|
|
732
|
-
inputs: ['icon', 'label', 'selected', 'value']
|
|
920
|
+
inputs: ['count', 'disabled', 'icon', 'label', 'selected', 'value']
|
|
733
921
|
})
|
|
734
922
|
], MdsFilterItem);
|
|
735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsFilterItem, decorators: [{
|
|
736
924
|
type: Component,
|
|
737
925
|
args: [{
|
|
738
926
|
selector: 'mds-filter-item',
|
|
739
927
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
740
928
|
template: '<ng-content></ng-content>',
|
|
741
929
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
742
|
-
inputs: ['icon', 'label', 'selected', 'value'],
|
|
930
|
+
inputs: ['count', 'disabled', 'icon', 'label', 'selected', 'value'],
|
|
743
931
|
}]
|
|
744
932
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
745
933
|
let MdsHeader = class MdsHeader {
|
|
@@ -749,24 +937,25 @@ let MdsHeader = class MdsHeader {
|
|
|
749
937
|
this.z = z;
|
|
750
938
|
c.detach();
|
|
751
939
|
this.el = r.nativeElement;
|
|
752
|
-
proxyOutputs(this, this.el, ['mdsHeaderClose']);
|
|
940
|
+
proxyOutputs(this, this.el, ['mdsHeaderClose', 'mdsHeaderVisibilityChange']);
|
|
753
941
|
}
|
|
754
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
755
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
942
|
+
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 });
|
|
943
|
+
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
944
|
};
|
|
757
945
|
MdsHeader = __decorate([
|
|
758
946
|
ProxyCmp({
|
|
759
|
-
inputs: ['appearance', 'appearanceSet', 'autoHide', 'menu', 'nav', 'threshold', 'visibility']
|
|
947
|
+
inputs: ['appearance', 'appearanceSet', 'autoHide', 'backdrop', 'menu', 'nav', 'threshold', 'visibility'],
|
|
948
|
+
methods: ['setOpened']
|
|
760
949
|
})
|
|
761
950
|
], MdsHeader);
|
|
762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHeader, decorators: [{
|
|
763
952
|
type: Component,
|
|
764
953
|
args: [{
|
|
765
954
|
selector: 'mds-header',
|
|
766
955
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
767
956
|
template: '<ng-content></ng-content>',
|
|
768
957
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
769
|
-
inputs: ['appearance', 'appearanceSet', 'autoHide', 'menu', 'nav', 'threshold', 'visibility'],
|
|
958
|
+
inputs: ['appearance', 'appearanceSet', 'autoHide', 'backdrop', 'menu', 'nav', 'threshold', 'visibility'],
|
|
770
959
|
}]
|
|
771
960
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
772
961
|
let MdsHeaderBar = class MdsHeaderBar {
|
|
@@ -778,15 +967,16 @@ let MdsHeaderBar = class MdsHeaderBar {
|
|
|
778
967
|
this.el = r.nativeElement;
|
|
779
968
|
proxyOutputs(this, this.el, ['mdsHeaderBarOpen']);
|
|
780
969
|
}
|
|
781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
782
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
970
|
+
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 });
|
|
971
|
+
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
972
|
};
|
|
784
973
|
MdsHeaderBar = __decorate([
|
|
785
974
|
ProxyCmp({
|
|
786
|
-
inputs: ['menu', 'nav']
|
|
975
|
+
inputs: ['menu', 'nav'],
|
|
976
|
+
methods: ['setOpened']
|
|
787
977
|
})
|
|
788
978
|
], MdsHeaderBar);
|
|
789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHeaderBar, decorators: [{
|
|
790
980
|
type: Component,
|
|
791
981
|
args: [{
|
|
792
982
|
selector: 'mds-header-bar',
|
|
@@ -804,15 +994,15 @@ let MdsHelp = class MdsHelp {
|
|
|
804
994
|
c.detach();
|
|
805
995
|
this.el = r.nativeElement;
|
|
806
996
|
}
|
|
807
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
808
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
997
|
+
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 });
|
|
998
|
+
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
999
|
};
|
|
810
1000
|
MdsHelp = __decorate([
|
|
811
1001
|
ProxyCmp({
|
|
812
1002
|
inputs: ['autoPlacement', 'icon', 'placement']
|
|
813
1003
|
})
|
|
814
1004
|
], MdsHelp);
|
|
815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1005
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHelp, decorators: [{
|
|
816
1006
|
type: Component,
|
|
817
1007
|
args: [{
|
|
818
1008
|
selector: 'mds-help',
|
|
@@ -830,22 +1020,22 @@ let MdsHorizontalScroll = class MdsHorizontalScroll {
|
|
|
830
1020
|
c.detach();
|
|
831
1021
|
this.el = r.nativeElement;
|
|
832
1022
|
}
|
|
833
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
834
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1023
|
+
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 });
|
|
1024
|
+
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
1025
|
};
|
|
836
1026
|
MdsHorizontalScroll = __decorate([
|
|
837
1027
|
ProxyCmp({
|
|
838
|
-
inputs: ['controls', '
|
|
1028
|
+
inputs: ['controls', 'navigation', 'snap']
|
|
839
1029
|
})
|
|
840
1030
|
], MdsHorizontalScroll);
|
|
841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHorizontalScroll, decorators: [{
|
|
842
1032
|
type: Component,
|
|
843
1033
|
args: [{
|
|
844
1034
|
selector: 'mds-horizontal-scroll',
|
|
845
1035
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
846
1036
|
template: '<ng-content></ng-content>',
|
|
847
1037
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
848
|
-
inputs: ['controls', '
|
|
1038
|
+
inputs: ['controls', 'navigation', 'snap'],
|
|
849
1039
|
}]
|
|
850
1040
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
851
1041
|
let MdsHr = class MdsHr {
|
|
@@ -856,13 +1046,13 @@ let MdsHr = class MdsHr {
|
|
|
856
1046
|
c.detach();
|
|
857
1047
|
this.el = r.nativeElement;
|
|
858
1048
|
}
|
|
859
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
860
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1049
|
+
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 });
|
|
1050
|
+
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
1051
|
};
|
|
862
1052
|
MdsHr = __decorate([
|
|
863
1053
|
ProxyCmp({})
|
|
864
1054
|
], MdsHr);
|
|
865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsHr, decorators: [{
|
|
866
1056
|
type: Component,
|
|
867
1057
|
args: [{
|
|
868
1058
|
selector: 'mds-hr',
|
|
@@ -880,8 +1070,8 @@ let MdsIcon = class MdsIcon {
|
|
|
880
1070
|
c.detach();
|
|
881
1071
|
this.el = r.nativeElement;
|
|
882
1072
|
}
|
|
883
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
884
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1073
|
+
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 });
|
|
1074
|
+
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
1075
|
};
|
|
886
1076
|
MdsIcon = __decorate([
|
|
887
1077
|
ProxyCmp({
|
|
@@ -889,7 +1079,7 @@ MdsIcon = __decorate([
|
|
|
889
1079
|
methods: ['setSvgPath']
|
|
890
1080
|
})
|
|
891
1081
|
], MdsIcon);
|
|
892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsIcon, decorators: [{
|
|
893
1083
|
type: Component,
|
|
894
1084
|
args: [{
|
|
895
1085
|
selector: 'mds-icon',
|
|
@@ -908,15 +1098,16 @@ let MdsImg = class MdsImg {
|
|
|
908
1098
|
this.el = r.nativeElement;
|
|
909
1099
|
proxyOutputs(this, this.el, ['mdsImgLoadError', 'mdsImgLoadSuccess']);
|
|
910
1100
|
}
|
|
911
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
912
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1101
|
+
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 });
|
|
1102
|
+
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
1103
|
};
|
|
914
1104
|
MdsImg = __decorate([
|
|
915
1105
|
ProxyCmp({
|
|
916
|
-
inputs: ['alt', 'crossorigin', 'height', 'loading', 'referrerpolicy', 'sizes', 'src', 'srcset', 'srcsetConsumption', 'width']
|
|
1106
|
+
inputs: ['alt', 'crossorigin', 'height', 'loading', 'referrerpolicy', 'sizes', 'src', 'srcset', 'srcsetConsumption', 'width'],
|
|
1107
|
+
methods: ['updateLang']
|
|
917
1108
|
})
|
|
918
1109
|
], MdsImg);
|
|
919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsImg, decorators: [{
|
|
920
1111
|
type: Component,
|
|
921
1112
|
args: [{
|
|
922
1113
|
selector: 'mds-img',
|
|
@@ -933,25 +1124,107 @@ let MdsInput = class MdsInput {
|
|
|
933
1124
|
this.z = z;
|
|
934
1125
|
c.detach();
|
|
935
1126
|
this.el = r.nativeElement;
|
|
936
|
-
proxyOutputs(this, this.el, ['mdsInputChange', 'mdsInputKeydown', 'mdsInputBlur', 'mdsInputFocus']);
|
|
1127
|
+
proxyOutputs(this, this.el, ['mdsInputChange', 'mdsInputKeydown', 'mdsInputBlur', 'mdsInputFocus', 'mdsInputSpeechEnd', 'mdsInputValidation']);
|
|
937
1128
|
}
|
|
938
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
939
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1129
|
+
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 });
|
|
1130
|
+
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", mic: "mic", 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
1131
|
};
|
|
941
1132
|
MdsInput = __decorate([
|
|
942
1133
|
ProxyCmp({
|
|
943
|
-
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']
|
|
1134
|
+
inputs: ['autocomplete', 'autofocus', 'await', 'controlDecreaseLabel', 'controlIncreaseLabel', 'controlsIcon', 'controlsLayout', 'datalist', 'disabled', 'icon', 'max', 'maxlength', 'mic', 'min', 'minlength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'step', 'tip', 'type', 'typography', 'value', 'variant'],
|
|
1135
|
+
methods: ['updateLang', 'addValidator', 'removeValidator', 'hasValidator', 'getErrors', 'setFocus', 'getInputElement']
|
|
945
1136
|
})
|
|
946
1137
|
], MdsInput);
|
|
947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInput, decorators: [{
|
|
948
1139
|
type: Component,
|
|
949
1140
|
args: [{
|
|
950
1141
|
selector: 'mds-input',
|
|
951
1142
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
952
1143
|
template: '<ng-content></ng-content>',
|
|
953
1144
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
954
|
-
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'],
|
|
1145
|
+
inputs: ['autocomplete', 'autofocus', 'await', 'controlDecreaseLabel', 'controlIncreaseLabel', 'controlsIcon', 'controlsLayout', 'datalist', 'disabled', 'icon', 'max', 'maxlength', 'mic', 'min', 'minlength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'step', 'tip', 'type', 'typography', 'value', 'variant'],
|
|
1146
|
+
}]
|
|
1147
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1148
|
+
let MdsInputDate = class MdsInputDate {
|
|
1149
|
+
z;
|
|
1150
|
+
el;
|
|
1151
|
+
constructor(c, r, z) {
|
|
1152
|
+
this.z = z;
|
|
1153
|
+
c.detach();
|
|
1154
|
+
this.el = r.nativeElement;
|
|
1155
|
+
proxyOutputs(this, this.el, ['mdsInputDateSelect']);
|
|
1156
|
+
}
|
|
1157
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1158
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputDate, selector: "mds-input-date", inputs: { delay: "delay", max: "max", min: "min", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1159
|
+
};
|
|
1160
|
+
MdsInputDate = __decorate([
|
|
1161
|
+
ProxyCmp({
|
|
1162
|
+
inputs: ['delay', 'max', 'min', 'value'],
|
|
1163
|
+
methods: ['updateLang', 'focusInput', 'setValue']
|
|
1164
|
+
})
|
|
1165
|
+
], MdsInputDate);
|
|
1166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputDate, decorators: [{
|
|
1167
|
+
type: Component,
|
|
1168
|
+
args: [{
|
|
1169
|
+
selector: 'mds-input-date',
|
|
1170
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1171
|
+
template: '<ng-content></ng-content>',
|
|
1172
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1173
|
+
inputs: ['delay', 'max', 'min', 'value'],
|
|
1174
|
+
}]
|
|
1175
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1176
|
+
let MdsInputDateRange = class MdsInputDateRange {
|
|
1177
|
+
z;
|
|
1178
|
+
el;
|
|
1179
|
+
constructor(c, r, z) {
|
|
1180
|
+
this.z = z;
|
|
1181
|
+
c.detach();
|
|
1182
|
+
this.el = r.nativeElement;
|
|
1183
|
+
proxyOutputs(this, this.el, ['mdsInputDateRangeSelect', 'mdsInputDateRangeValueChange']);
|
|
1184
|
+
}
|
|
1185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputDateRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1186
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputDateRange, selector: "mds-input-date-range", inputs: { delay: "delay", endDate: "endDate", max: "max", min: "min", startDate: "startDate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1187
|
+
};
|
|
1188
|
+
MdsInputDateRange = __decorate([
|
|
1189
|
+
ProxyCmp({
|
|
1190
|
+
inputs: ['delay', 'endDate', 'max', 'min', 'startDate'],
|
|
1191
|
+
methods: ['updateLang', 'preselect']
|
|
1192
|
+
})
|
|
1193
|
+
], MdsInputDateRange);
|
|
1194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputDateRange, decorators: [{
|
|
1195
|
+
type: Component,
|
|
1196
|
+
args: [{
|
|
1197
|
+
selector: 'mds-input-date-range',
|
|
1198
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1199
|
+
template: '<ng-content></ng-content>',
|
|
1200
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1201
|
+
inputs: ['delay', 'endDate', 'max', 'min', 'startDate'],
|
|
1202
|
+
}]
|
|
1203
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1204
|
+
let MdsInputDateRangePreselection = class MdsInputDateRangePreselection {
|
|
1205
|
+
z;
|
|
1206
|
+
el;
|
|
1207
|
+
constructor(c, r, z) {
|
|
1208
|
+
this.z = z;
|
|
1209
|
+
c.detach();
|
|
1210
|
+
this.el = r.nativeElement;
|
|
1211
|
+
}
|
|
1212
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputDateRangePreselection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1213
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputDateRangePreselection, selector: "mds-input-date-range-preselection", inputs: { end: "end", selected: "selected", start: "start" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1214
|
+
};
|
|
1215
|
+
MdsInputDateRangePreselection = __decorate([
|
|
1216
|
+
ProxyCmp({
|
|
1217
|
+
inputs: ['end', 'selected', 'start']
|
|
1218
|
+
})
|
|
1219
|
+
], MdsInputDateRangePreselection);
|
|
1220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputDateRangePreselection, decorators: [{
|
|
1221
|
+
type: Component,
|
|
1222
|
+
args: [{
|
|
1223
|
+
selector: 'mds-input-date-range-preselection',
|
|
1224
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1225
|
+
template: '<ng-content></ng-content>',
|
|
1226
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1227
|
+
inputs: ['end', 'selected', 'start'],
|
|
955
1228
|
}]
|
|
956
1229
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
957
1230
|
let MdsInputField = class MdsInputField {
|
|
@@ -961,25 +1234,49 @@ let MdsInputField = class MdsInputField {
|
|
|
961
1234
|
this.z = z;
|
|
962
1235
|
c.detach();
|
|
963
1236
|
this.el = r.nativeElement;
|
|
964
|
-
proxyOutputs(this, this.el, ['mdsInputFieldChange', 'mdsInputFieldKeydown', 'mdsInputFieldBlur', 'mdsInputFieldFocus']);
|
|
965
1237
|
}
|
|
966
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
967
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1238
|
+
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 });
|
|
1239
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputField, selector: "mds-input-field", inputs: { label: "label", message: "message", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
968
1240
|
};
|
|
969
1241
|
MdsInputField = __decorate([
|
|
970
1242
|
ProxyCmp({
|
|
971
|
-
inputs: ['
|
|
972
|
-
methods: ['setFocus', 'getInputElement', 'addValidator', 'removeValidator', 'getErrors']
|
|
1243
|
+
inputs: ['label', 'message', 'variant']
|
|
973
1244
|
})
|
|
974
1245
|
], MdsInputField);
|
|
975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputField, decorators: [{
|
|
976
1247
|
type: Component,
|
|
977
1248
|
args: [{
|
|
978
1249
|
selector: 'mds-input-field',
|
|
979
1250
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
980
1251
|
template: '<ng-content></ng-content>',
|
|
981
1252
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
982
|
-
inputs: ['
|
|
1253
|
+
inputs: ['label', 'message', 'variant'],
|
|
1254
|
+
}]
|
|
1255
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1256
|
+
let MdsInputOtp = class MdsInputOtp {
|
|
1257
|
+
z;
|
|
1258
|
+
el;
|
|
1259
|
+
constructor(c, r, z) {
|
|
1260
|
+
this.z = z;
|
|
1261
|
+
c.detach();
|
|
1262
|
+
this.el = r.nativeElement;
|
|
1263
|
+
}
|
|
1264
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputOtp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1265
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsInputOtp, selector: "mds-input-otp", inputs: { autosubmit: "autosubmit", length: "length", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1266
|
+
};
|
|
1267
|
+
MdsInputOtp = __decorate([
|
|
1268
|
+
ProxyCmp({
|
|
1269
|
+
inputs: ['autosubmit', 'length', 'value']
|
|
1270
|
+
})
|
|
1271
|
+
], MdsInputOtp);
|
|
1272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputOtp, decorators: [{
|
|
1273
|
+
type: Component,
|
|
1274
|
+
args: [{
|
|
1275
|
+
selector: 'mds-input-otp',
|
|
1276
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1277
|
+
template: '<ng-content></ng-content>',
|
|
1278
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1279
|
+
inputs: ['autosubmit', 'length', 'value'],
|
|
983
1280
|
}]
|
|
984
1281
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
985
1282
|
let MdsInputRange = class MdsInputRange {
|
|
@@ -991,22 +1288,22 @@ let MdsInputRange = class MdsInputRange {
|
|
|
991
1288
|
this.el = r.nativeElement;
|
|
992
1289
|
proxyOutputs(this, this.el, ['mdsInputRangeChange']);
|
|
993
1290
|
}
|
|
994
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
995
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1291
|
+
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 });
|
|
1292
|
+
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
1293
|
};
|
|
997
1294
|
MdsInputRange = __decorate([
|
|
998
1295
|
ProxyCmp({
|
|
999
|
-
inputs: ['max', 'min', 'step', 'value']
|
|
1296
|
+
inputs: ['disabled', 'formatValue', 'max', 'min', 'step', 'value']
|
|
1000
1297
|
})
|
|
1001
1298
|
], MdsInputRange);
|
|
1002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputRange, decorators: [{
|
|
1003
1300
|
type: Component,
|
|
1004
1301
|
args: [{
|
|
1005
1302
|
selector: 'mds-input-range',
|
|
1006
1303
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1007
1304
|
template: '<ng-content></ng-content>',
|
|
1008
1305
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1009
|
-
inputs: ['max', 'min', 'step', 'value'],
|
|
1306
|
+
inputs: ['disabled', 'formatValue', 'max', 'min', 'step', 'value'],
|
|
1010
1307
|
}]
|
|
1011
1308
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1012
1309
|
let MdsInputSelect = class MdsInputSelect {
|
|
@@ -1018,15 +1315,15 @@ let MdsInputSelect = class MdsInputSelect {
|
|
|
1018
1315
|
this.el = r.nativeElement;
|
|
1019
1316
|
proxyOutputs(this, this.el, ['mdsInputSelectChange']);
|
|
1020
1317
|
}
|
|
1021
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1022
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1318
|
+
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 });
|
|
1319
|
+
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
1320
|
};
|
|
1024
1321
|
MdsInputSelect = __decorate([
|
|
1025
1322
|
ProxyCmp({
|
|
1026
1323
|
inputs: ['autoFocus', 'autocomplete', 'disabled', 'multiple', 'name', 'placeholder', 'required', 'size', 'value', 'variant']
|
|
1027
1324
|
})
|
|
1028
1325
|
], MdsInputSelect);
|
|
1029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputSelect, decorators: [{
|
|
1030
1327
|
type: Component,
|
|
1031
1328
|
args: [{
|
|
1032
1329
|
selector: 'mds-input-select',
|
|
@@ -1045,15 +1342,16 @@ let MdsInputSwitch = class MdsInputSwitch {
|
|
|
1045
1342
|
this.el = r.nativeElement;
|
|
1046
1343
|
proxyOutputs(this, this.el, ['mdsInputSwitchChange']);
|
|
1047
1344
|
}
|
|
1048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1049
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1345
|
+
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 });
|
|
1346
|
+
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
1347
|
};
|
|
1051
1348
|
MdsInputSwitch = __decorate([
|
|
1052
1349
|
ProxyCmp({
|
|
1053
|
-
inputs: ['autofocus', 'checked', 'disabled', 'explicit', 'icon', 'indeterminate', 'name', 'size', 'type', 'typography', 'value', 'variant']
|
|
1350
|
+
inputs: ['autofocus', 'checked', 'disabled', 'explicit', 'icon', 'indeterminate', 'name', 'size', 'type', 'typography', 'value', 'variant'],
|
|
1351
|
+
methods: ['updateLang']
|
|
1054
1352
|
})
|
|
1055
1353
|
], MdsInputSwitch);
|
|
1056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputSwitch, decorators: [{
|
|
1057
1355
|
type: Component,
|
|
1058
1356
|
args: [{
|
|
1059
1357
|
selector: 'mds-input-switch',
|
|
@@ -1071,15 +1369,15 @@ let MdsInputTip = class MdsInputTip {
|
|
|
1071
1369
|
c.detach();
|
|
1072
1370
|
this.el = r.nativeElement;
|
|
1073
1371
|
}
|
|
1074
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1075
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1372
|
+
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 });
|
|
1373
|
+
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
1374
|
};
|
|
1077
1375
|
MdsInputTip = __decorate([
|
|
1078
1376
|
ProxyCmp({
|
|
1079
1377
|
inputs: ['active', 'position']
|
|
1080
1378
|
})
|
|
1081
1379
|
], MdsInputTip);
|
|
1082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputTip, decorators: [{
|
|
1083
1381
|
type: Component,
|
|
1084
1382
|
args: [{
|
|
1085
1383
|
selector: 'mds-input-tip',
|
|
@@ -1097,15 +1395,16 @@ let MdsInputTipItem = class MdsInputTipItem {
|
|
|
1097
1395
|
c.detach();
|
|
1098
1396
|
this.el = r.nativeElement;
|
|
1099
1397
|
}
|
|
1100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1101
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1398
|
+
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 });
|
|
1399
|
+
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
1400
|
};
|
|
1103
1401
|
MdsInputTipItem = __decorate([
|
|
1104
1402
|
ProxyCmp({
|
|
1105
|
-
inputs: ['expanded', 'variant']
|
|
1403
|
+
inputs: ['expanded', 'variant'],
|
|
1404
|
+
methods: ['updateLang']
|
|
1106
1405
|
})
|
|
1107
1406
|
], MdsInputTipItem);
|
|
1108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputTipItem, decorators: [{
|
|
1109
1408
|
type: Component,
|
|
1110
1409
|
args: [{
|
|
1111
1410
|
selector: 'mds-input-tip-item',
|
|
@@ -1124,16 +1423,16 @@ let MdsInputUpload = class MdsInputUpload {
|
|
|
1124
1423
|
this.el = r.nativeElement;
|
|
1125
1424
|
proxyOutputs(this, this.el, ['mdsInputUploadChange']);
|
|
1126
1425
|
}
|
|
1127
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1128
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1426
|
+
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 });
|
|
1427
|
+
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
1428
|
};
|
|
1130
1429
|
MdsInputUpload = __decorate([
|
|
1131
1430
|
ProxyCmp({
|
|
1132
1431
|
inputs: ['accept', 'maxFileSize', 'maxFiles', 'sort'],
|
|
1133
|
-
methods: ['getFiles', 'getFilesError']
|
|
1432
|
+
methods: ['updateLang', 'getFiles', 'getFilesError']
|
|
1134
1433
|
})
|
|
1135
1434
|
], MdsInputUpload);
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsInputUpload, decorators: [{
|
|
1137
1436
|
type: Component,
|
|
1138
1437
|
args: [{
|
|
1139
1438
|
selector: 'mds-input-upload',
|
|
@@ -1143,6 +1442,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
1143
1442
|
inputs: ['accept', 'maxFileSize', 'maxFiles', 'sort'],
|
|
1144
1443
|
}]
|
|
1145
1444
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1445
|
+
let MdsKeyboard = class MdsKeyboard {
|
|
1446
|
+
z;
|
|
1447
|
+
el;
|
|
1448
|
+
constructor(c, r, z) {
|
|
1449
|
+
this.z = z;
|
|
1450
|
+
c.detach();
|
|
1451
|
+
this.el = r.nativeElement;
|
|
1452
|
+
}
|
|
1453
|
+
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 });
|
|
1454
|
+
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 });
|
|
1455
|
+
};
|
|
1456
|
+
MdsKeyboard = __decorate([
|
|
1457
|
+
ProxyCmp({
|
|
1458
|
+
inputs: ['test', 'try'],
|
|
1459
|
+
methods: ['updateLang']
|
|
1460
|
+
})
|
|
1461
|
+
], MdsKeyboard);
|
|
1462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKeyboard, decorators: [{
|
|
1463
|
+
type: Component,
|
|
1464
|
+
args: [{
|
|
1465
|
+
selector: 'mds-keyboard',
|
|
1466
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1467
|
+
template: '<ng-content></ng-content>',
|
|
1468
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1469
|
+
inputs: ['test', 'try'],
|
|
1470
|
+
}]
|
|
1471
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1472
|
+
let MdsKeyboardKey = class MdsKeyboardKey {
|
|
1473
|
+
z;
|
|
1474
|
+
el;
|
|
1475
|
+
constructor(c, r, z) {
|
|
1476
|
+
this.z = z;
|
|
1477
|
+
c.detach();
|
|
1478
|
+
this.el = r.nativeElement;
|
|
1479
|
+
}
|
|
1480
|
+
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 });
|
|
1481
|
+
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 });
|
|
1482
|
+
};
|
|
1483
|
+
MdsKeyboardKey = __decorate([
|
|
1484
|
+
ProxyCmp({
|
|
1485
|
+
inputs: ['name', 'pressed'],
|
|
1486
|
+
methods: ['updateLang']
|
|
1487
|
+
})
|
|
1488
|
+
], MdsKeyboardKey);
|
|
1489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKeyboardKey, decorators: [{
|
|
1490
|
+
type: Component,
|
|
1491
|
+
args: [{
|
|
1492
|
+
selector: 'mds-keyboard-key',
|
|
1493
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1494
|
+
template: '<ng-content></ng-content>',
|
|
1495
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1496
|
+
inputs: ['name', 'pressed'],
|
|
1497
|
+
}]
|
|
1498
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1146
1499
|
let MdsKpi = class MdsKpi {
|
|
1147
1500
|
z;
|
|
1148
1501
|
el;
|
|
@@ -1151,13 +1504,13 @@ let MdsKpi = class MdsKpi {
|
|
|
1151
1504
|
c.detach();
|
|
1152
1505
|
this.el = r.nativeElement;
|
|
1153
1506
|
}
|
|
1154
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1155
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1507
|
+
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 });
|
|
1508
|
+
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
1509
|
};
|
|
1157
1510
|
MdsKpi = __decorate([
|
|
1158
1511
|
ProxyCmp({})
|
|
1159
1512
|
], MdsKpi);
|
|
1160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKpi, decorators: [{
|
|
1161
1514
|
type: Component,
|
|
1162
1515
|
args: [{
|
|
1163
1516
|
selector: 'mds-kpi',
|
|
@@ -1175,15 +1528,15 @@ let MdsKpiItem = class MdsKpiItem {
|
|
|
1175
1528
|
c.detach();
|
|
1176
1529
|
this.el = r.nativeElement;
|
|
1177
1530
|
}
|
|
1178
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1179
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1531
|
+
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 });
|
|
1532
|
+
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
1533
|
};
|
|
1181
1534
|
MdsKpiItem = __decorate([
|
|
1182
1535
|
ProxyCmp({
|
|
1183
1536
|
inputs: ['description', 'icon', 'label', 'threshold']
|
|
1184
1537
|
})
|
|
1185
1538
|
], MdsKpiItem);
|
|
1186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsKpiItem, decorators: [{
|
|
1187
1540
|
type: Component,
|
|
1188
1541
|
args: [{
|
|
1189
1542
|
selector: 'mds-kpi-item',
|
|
@@ -1202,15 +1555,16 @@ let MdsLabel = class MdsLabel {
|
|
|
1202
1555
|
this.el = r.nativeElement;
|
|
1203
1556
|
proxyOutputs(this, this.el, ['mdsLabelDelete']);
|
|
1204
1557
|
}
|
|
1205
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1206
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1558
|
+
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 });
|
|
1559
|
+
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
1560
|
};
|
|
1208
1561
|
MdsLabel = __decorate([
|
|
1209
1562
|
ProxyCmp({
|
|
1210
|
-
inputs: ['deletable', 'labelAction', 'tone', 'truncate', 'typography', 'variant']
|
|
1563
|
+
inputs: ['deletable', 'labelAction', 'tone', 'truncate', 'typography', 'variant'],
|
|
1564
|
+
methods: ['updateLang']
|
|
1211
1565
|
})
|
|
1212
1566
|
], MdsLabel);
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsLabel, decorators: [{
|
|
1214
1568
|
type: Component,
|
|
1215
1569
|
args: [{
|
|
1216
1570
|
selector: 'mds-label',
|
|
@@ -1228,13 +1582,13 @@ let MdsList = class MdsList {
|
|
|
1228
1582
|
c.detach();
|
|
1229
1583
|
this.el = r.nativeElement;
|
|
1230
1584
|
}
|
|
1231
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1232
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1585
|
+
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 });
|
|
1586
|
+
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
1587
|
};
|
|
1234
1588
|
MdsList = __decorate([
|
|
1235
1589
|
ProxyCmp({})
|
|
1236
1590
|
], MdsList);
|
|
1237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsList, decorators: [{
|
|
1238
1592
|
type: Component,
|
|
1239
1593
|
args: [{
|
|
1240
1594
|
selector: 'mds-list',
|
|
@@ -1252,15 +1606,15 @@ let MdsListItem = class MdsListItem {
|
|
|
1252
1606
|
c.detach();
|
|
1253
1607
|
this.el = r.nativeElement;
|
|
1254
1608
|
}
|
|
1255
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1256
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1609
|
+
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 });
|
|
1610
|
+
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
1611
|
};
|
|
1258
1612
|
MdsListItem = __decorate([
|
|
1259
1613
|
ProxyCmp({
|
|
1260
1614
|
inputs: ['icon', 'typography', 'variant']
|
|
1261
1615
|
})
|
|
1262
1616
|
], MdsListItem);
|
|
1263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsListItem, decorators: [{
|
|
1264
1618
|
type: Component,
|
|
1265
1619
|
args: [{
|
|
1266
1620
|
selector: 'mds-list-item',
|
|
@@ -1270,6 +1624,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
1270
1624
|
inputs: ['icon', 'typography', 'variant'],
|
|
1271
1625
|
}]
|
|
1272
1626
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1627
|
+
let MdsMention = class MdsMention {
|
|
1628
|
+
z;
|
|
1629
|
+
el;
|
|
1630
|
+
constructor(c, r, z) {
|
|
1631
|
+
this.z = z;
|
|
1632
|
+
c.detach();
|
|
1633
|
+
this.el = r.nativeElement;
|
|
1634
|
+
}
|
|
1635
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsMention, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1636
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsMention, selector: "mds-mention", inputs: { icon: "icon", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1637
|
+
};
|
|
1638
|
+
MdsMention = __decorate([
|
|
1639
|
+
ProxyCmp({
|
|
1640
|
+
inputs: ['icon', 'label', 'size']
|
|
1641
|
+
})
|
|
1642
|
+
], MdsMention);
|
|
1643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsMention, decorators: [{
|
|
1644
|
+
type: Component,
|
|
1645
|
+
args: [{
|
|
1646
|
+
selector: 'mds-mention',
|
|
1647
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1648
|
+
template: '<ng-content></ng-content>',
|
|
1649
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1650
|
+
inputs: ['icon', 'label', 'size'],
|
|
1651
|
+
}]
|
|
1652
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1273
1653
|
let MdsModal = class MdsModal {
|
|
1274
1654
|
z;
|
|
1275
1655
|
el;
|
|
@@ -1279,22 +1659,23 @@ let MdsModal = class MdsModal {
|
|
|
1279
1659
|
this.el = r.nativeElement;
|
|
1280
1660
|
proxyOutputs(this, this.el, ['mdsModalClose', 'mdsModalHide']);
|
|
1281
1661
|
}
|
|
1282
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1283
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1662
|
+
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 });
|
|
1663
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsModal, selector: "mds-modal", inputs: { animating: "animating", animation: "animation", backdrop: "backdrop", opened: "opened", overflow: "overflow", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1284
1664
|
};
|
|
1285
1665
|
MdsModal = __decorate([
|
|
1286
1666
|
ProxyCmp({
|
|
1287
|
-
inputs: ['animating', 'opened', 'position']
|
|
1667
|
+
inputs: ['animating', 'animation', 'backdrop', 'opened', 'overflow', 'position'],
|
|
1668
|
+
methods: ['close']
|
|
1288
1669
|
})
|
|
1289
1670
|
], MdsModal);
|
|
1290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsModal, decorators: [{
|
|
1291
1672
|
type: Component,
|
|
1292
1673
|
args: [{
|
|
1293
1674
|
selector: 'mds-modal',
|
|
1294
1675
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1295
1676
|
template: '<ng-content></ng-content>',
|
|
1296
1677
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1297
|
-
inputs: ['animating', 'opened', 'position'],
|
|
1678
|
+
inputs: ['animating', 'animation', 'backdrop', 'opened', 'overflow', 'position'],
|
|
1298
1679
|
}]
|
|
1299
1680
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1300
1681
|
let MdsNote = class MdsNote {
|
|
@@ -1306,15 +1687,16 @@ let MdsNote = class MdsNote {
|
|
|
1306
1687
|
this.el = r.nativeElement;
|
|
1307
1688
|
proxyOutputs(this, this.el, ['mdsNoteDelete']);
|
|
1308
1689
|
}
|
|
1309
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1310
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1690
|
+
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 });
|
|
1691
|
+
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
1692
|
};
|
|
1312
1693
|
MdsNote = __decorate([
|
|
1313
1694
|
ProxyCmp({
|
|
1314
|
-
inputs: ['deletable', 'variant']
|
|
1695
|
+
inputs: ['deletable', 'variant'],
|
|
1696
|
+
methods: ['updateLang']
|
|
1315
1697
|
})
|
|
1316
1698
|
], MdsNote);
|
|
1317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsNote, decorators: [{
|
|
1318
1700
|
type: Component,
|
|
1319
1701
|
args: [{
|
|
1320
1702
|
selector: 'mds-note',
|
|
@@ -1332,15 +1714,15 @@ let MdsNotification = class MdsNotification {
|
|
|
1332
1714
|
c.detach();
|
|
1333
1715
|
this.el = r.nativeElement;
|
|
1334
1716
|
}
|
|
1335
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1336
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1717
|
+
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 });
|
|
1718
|
+
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
1719
|
};
|
|
1338
1720
|
MdsNotification = __decorate([
|
|
1339
1721
|
ProxyCmp({
|
|
1340
1722
|
inputs: ['max', 'strategy', 'target', 'value', 'visible']
|
|
1341
1723
|
})
|
|
1342
1724
|
], MdsNotification);
|
|
1343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsNotification, decorators: [{
|
|
1344
1726
|
type: Component,
|
|
1345
1727
|
args: [{
|
|
1346
1728
|
selector: 'mds-notification',
|
|
@@ -1359,15 +1741,15 @@ let MdsPaginator = class MdsPaginator {
|
|
|
1359
1741
|
this.el = r.nativeElement;
|
|
1360
1742
|
proxyOutputs(this, this.el, ['mdsPaginatorChange']);
|
|
1361
1743
|
}
|
|
1362
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1363
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1744
|
+
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 });
|
|
1745
|
+
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
1746
|
};
|
|
1365
1747
|
MdsPaginator = __decorate([
|
|
1366
1748
|
ProxyCmp({
|
|
1367
1749
|
inputs: ['currentPage', 'pages']
|
|
1368
1750
|
})
|
|
1369
1751
|
], MdsPaginator);
|
|
1370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPaginator, decorators: [{
|
|
1371
1753
|
type: Component,
|
|
1372
1754
|
args: [{
|
|
1373
1755
|
selector: 'mds-paginator',
|
|
@@ -1385,15 +1767,15 @@ let MdsPaginatorItem = class MdsPaginatorItem {
|
|
|
1385
1767
|
c.detach();
|
|
1386
1768
|
this.el = r.nativeElement;
|
|
1387
1769
|
}
|
|
1388
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1389
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1770
|
+
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 });
|
|
1771
|
+
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
1772
|
};
|
|
1391
1773
|
MdsPaginatorItem = __decorate([
|
|
1392
1774
|
ProxyCmp({
|
|
1393
1775
|
inputs: ['disabled', 'icon', 'selected']
|
|
1394
1776
|
})
|
|
1395
1777
|
], MdsPaginatorItem);
|
|
1396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPaginatorItem, decorators: [{
|
|
1397
1779
|
type: Component,
|
|
1398
1780
|
args: [{
|
|
1399
1781
|
selector: 'mds-paginator-item',
|
|
@@ -1403,6 +1785,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
1403
1785
|
inputs: ['disabled', 'icon', 'selected'],
|
|
1404
1786
|
}]
|
|
1405
1787
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1788
|
+
let MdsPolicyAi = class MdsPolicyAi {
|
|
1789
|
+
z;
|
|
1790
|
+
el;
|
|
1791
|
+
constructor(c, r, z) {
|
|
1792
|
+
this.z = z;
|
|
1793
|
+
c.detach();
|
|
1794
|
+
this.el = r.nativeElement;
|
|
1795
|
+
}
|
|
1796
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPolicyAi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1797
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsPolicyAi, selector: "mds-policy-ai", inputs: { description: "description", headline: "headline", href: "href", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1798
|
+
};
|
|
1799
|
+
MdsPolicyAi = __decorate([
|
|
1800
|
+
ProxyCmp({
|
|
1801
|
+
inputs: ['description', 'headline', 'href', 'variant'],
|
|
1802
|
+
methods: ['updateLang']
|
|
1803
|
+
})
|
|
1804
|
+
], MdsPolicyAi);
|
|
1805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPolicyAi, decorators: [{
|
|
1806
|
+
type: Component,
|
|
1807
|
+
args: [{
|
|
1808
|
+
selector: 'mds-policy-ai',
|
|
1809
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1810
|
+
template: '<ng-content></ng-content>',
|
|
1811
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1812
|
+
inputs: ['description', 'headline', 'href', 'variant'],
|
|
1813
|
+
}]
|
|
1814
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1406
1815
|
let MdsPref = class MdsPref {
|
|
1407
1816
|
z;
|
|
1408
1817
|
el;
|
|
@@ -1411,20 +1820,23 @@ let MdsPref = class MdsPref {
|
|
|
1411
1820
|
c.detach();
|
|
1412
1821
|
this.el = r.nativeElement;
|
|
1413
1822
|
}
|
|
1414
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1415
|
-
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: MdsPref, 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: MdsPref, selector: "mds-pref", inputs: { controller: "controller" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1416
1825
|
};
|
|
1417
1826
|
MdsPref = __decorate([
|
|
1418
|
-
ProxyCmp({
|
|
1827
|
+
ProxyCmp({
|
|
1828
|
+
inputs: ['controller'],
|
|
1829
|
+
methods: ['updateLang']
|
|
1830
|
+
})
|
|
1419
1831
|
], MdsPref);
|
|
1420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPref, decorators: [{
|
|
1421
1833
|
type: Component,
|
|
1422
1834
|
args: [{
|
|
1423
1835
|
selector: 'mds-pref',
|
|
1424
1836
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1425
1837
|
template: '<ng-content></ng-content>',
|
|
1426
1838
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1427
|
-
inputs: [],
|
|
1839
|
+
inputs: ['controller'],
|
|
1428
1840
|
}]
|
|
1429
1841
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1430
1842
|
let MdsPrefAnimation = class MdsPrefAnimation {
|
|
@@ -1436,15 +1848,16 @@ let MdsPrefAnimation = class MdsPrefAnimation {
|
|
|
1436
1848
|
this.el = r.nativeElement;
|
|
1437
1849
|
proxyOutputs(this, this.el, ['mdsPrefChange']);
|
|
1438
1850
|
}
|
|
1439
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1440
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1851
|
+
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 });
|
|
1852
|
+
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
1853
|
};
|
|
1442
1854
|
MdsPrefAnimation = __decorate([
|
|
1443
1855
|
ProxyCmp({
|
|
1444
|
-
inputs: ['mode']
|
|
1856
|
+
inputs: ['mode'],
|
|
1857
|
+
methods: ['updateLang']
|
|
1445
1858
|
})
|
|
1446
1859
|
], MdsPrefAnimation);
|
|
1447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefAnimation, decorators: [{
|
|
1448
1861
|
type: Component,
|
|
1449
1862
|
args: [{
|
|
1450
1863
|
selector: 'mds-pref-animation',
|
|
@@ -1463,15 +1876,16 @@ let MdsPrefConsumption = class MdsPrefConsumption {
|
|
|
1463
1876
|
this.el = r.nativeElement;
|
|
1464
1877
|
proxyOutputs(this, this.el, ['mdsPrefChange']);
|
|
1465
1878
|
}
|
|
1466
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1467
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1879
|
+
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 });
|
|
1880
|
+
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
1881
|
};
|
|
1469
1882
|
MdsPrefConsumption = __decorate([
|
|
1470
1883
|
ProxyCmp({
|
|
1471
|
-
inputs: ['mode']
|
|
1884
|
+
inputs: ['mode'],
|
|
1885
|
+
methods: ['updateLang']
|
|
1472
1886
|
})
|
|
1473
1887
|
], MdsPrefConsumption);
|
|
1474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefConsumption, decorators: [{
|
|
1475
1889
|
type: Component,
|
|
1476
1890
|
args: [{
|
|
1477
1891
|
selector: 'mds-pref-consumption',
|
|
@@ -1490,15 +1904,16 @@ let MdsPrefContrast = class MdsPrefContrast {
|
|
|
1490
1904
|
this.el = r.nativeElement;
|
|
1491
1905
|
proxyOutputs(this, this.el, ['mdsPrefChange']);
|
|
1492
1906
|
}
|
|
1493
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1494
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1907
|
+
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 });
|
|
1908
|
+
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
1909
|
};
|
|
1496
1910
|
MdsPrefContrast = __decorate([
|
|
1497
1911
|
ProxyCmp({
|
|
1498
|
-
inputs: ['mode']
|
|
1912
|
+
inputs: ['mode'],
|
|
1913
|
+
methods: ['updateLang']
|
|
1499
1914
|
})
|
|
1500
1915
|
], MdsPrefContrast);
|
|
1501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefContrast, decorators: [{
|
|
1502
1917
|
type: Component,
|
|
1503
1918
|
args: [{
|
|
1504
1919
|
selector: 'mds-pref-contrast',
|
|
@@ -1517,15 +1932,16 @@ let MdsPrefLanguage = class MdsPrefLanguage {
|
|
|
1517
1932
|
this.el = r.nativeElement;
|
|
1518
1933
|
proxyOutputs(this, this.el, ['mdsPrefLanguageChange', 'mdsPrefChange']);
|
|
1519
1934
|
}
|
|
1520
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1521
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1935
|
+
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 });
|
|
1936
|
+
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
1937
|
};
|
|
1523
1938
|
MdsPrefLanguage = __decorate([
|
|
1524
1939
|
ProxyCmp({
|
|
1525
|
-
inputs: ['set']
|
|
1940
|
+
inputs: ['set'],
|
|
1941
|
+
methods: ['updateLang']
|
|
1526
1942
|
})
|
|
1527
1943
|
], MdsPrefLanguage);
|
|
1528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefLanguage, decorators: [{
|
|
1529
1945
|
type: Component,
|
|
1530
1946
|
args: [{
|
|
1531
1947
|
selector: 'mds-pref-language',
|
|
@@ -1544,15 +1960,16 @@ let MdsPrefLanguageItem = class MdsPrefLanguageItem {
|
|
|
1544
1960
|
this.el = r.nativeElement;
|
|
1545
1961
|
proxyOutputs(this, this.el, ['mdsPrefLanguageItemSelect']);
|
|
1546
1962
|
}
|
|
1547
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1548
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1963
|
+
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 });
|
|
1964
|
+
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
1965
|
};
|
|
1550
1966
|
MdsPrefLanguageItem = __decorate([
|
|
1551
1967
|
ProxyCmp({
|
|
1552
|
-
inputs: ['code', 'selected']
|
|
1968
|
+
inputs: ['code', 'selected'],
|
|
1969
|
+
methods: ['updateLang']
|
|
1553
1970
|
})
|
|
1554
1971
|
], MdsPrefLanguageItem);
|
|
1555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefLanguageItem, decorators: [{
|
|
1556
1973
|
type: Component,
|
|
1557
1974
|
args: [{
|
|
1558
1975
|
selector: 'mds-pref-language-item',
|
|
@@ -1562,33 +1979,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
1562
1979
|
inputs: ['code', 'selected'],
|
|
1563
1980
|
}]
|
|
1564
1981
|
}], 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
1982
|
let MdsPrefTheme = class MdsPrefTheme {
|
|
1593
1983
|
z;
|
|
1594
1984
|
el;
|
|
@@ -1598,15 +1988,16 @@ let MdsPrefTheme = class MdsPrefTheme {
|
|
|
1598
1988
|
this.el = r.nativeElement;
|
|
1599
1989
|
proxyOutputs(this, this.el, ['mdsPrefChange']);
|
|
1600
1990
|
}
|
|
1601
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1602
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1991
|
+
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 });
|
|
1992
|
+
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
1993
|
};
|
|
1604
1994
|
MdsPrefTheme = __decorate([
|
|
1605
1995
|
ProxyCmp({
|
|
1606
|
-
inputs: ['mode', 'transition']
|
|
1996
|
+
inputs: ['mode', 'transition'],
|
|
1997
|
+
methods: ['updateLang']
|
|
1607
1998
|
})
|
|
1608
1999
|
], MdsPrefTheme);
|
|
1609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPrefTheme, decorators: [{
|
|
1610
2001
|
type: Component,
|
|
1611
2002
|
args: [{
|
|
1612
2003
|
selector: 'mds-pref-theme',
|
|
@@ -1624,13 +2015,13 @@ let MdsPriceTable = class MdsPriceTable {
|
|
|
1624
2015
|
c.detach();
|
|
1625
2016
|
this.el = r.nativeElement;
|
|
1626
2017
|
}
|
|
1627
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1628
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2018
|
+
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 });
|
|
2019
|
+
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
2020
|
};
|
|
1630
2021
|
MdsPriceTable = __decorate([
|
|
1631
2022
|
ProxyCmp({})
|
|
1632
2023
|
], MdsPriceTable);
|
|
1633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTable, decorators: [{
|
|
1634
2025
|
type: Component,
|
|
1635
2026
|
args: [{
|
|
1636
2027
|
selector: 'mds-price-table',
|
|
@@ -1648,15 +2039,15 @@ let MdsPriceTableFeatures = class MdsPriceTableFeatures {
|
|
|
1648
2039
|
c.detach();
|
|
1649
2040
|
this.el = r.nativeElement;
|
|
1650
2041
|
}
|
|
1651
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1652
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2042
|
+
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 });
|
|
2043
|
+
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
2044
|
};
|
|
1654
2045
|
MdsPriceTableFeatures = __decorate([
|
|
1655
2046
|
ProxyCmp({
|
|
1656
2047
|
inputs: ['label']
|
|
1657
2048
|
})
|
|
1658
2049
|
], MdsPriceTableFeatures);
|
|
1659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeatures, decorators: [{
|
|
1660
2051
|
type: Component,
|
|
1661
2052
|
args: [{
|
|
1662
2053
|
selector: 'mds-price-table-features',
|
|
@@ -1674,15 +2065,15 @@ let MdsPriceTableFeaturesCell = class MdsPriceTableFeaturesCell {
|
|
|
1674
2065
|
c.detach();
|
|
1675
2066
|
this.el = r.nativeElement;
|
|
1676
2067
|
}
|
|
1677
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1678
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2068
|
+
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 });
|
|
2069
|
+
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
2070
|
};
|
|
1680
2071
|
MdsPriceTableFeaturesCell = __decorate([
|
|
1681
2072
|
ProxyCmp({
|
|
1682
2073
|
inputs: ['type']
|
|
1683
2074
|
})
|
|
1684
2075
|
], MdsPriceTableFeaturesCell);
|
|
1685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeaturesCell, decorators: [{
|
|
1686
2077
|
type: Component,
|
|
1687
2078
|
args: [{
|
|
1688
2079
|
selector: 'mds-price-table-features-cell',
|
|
@@ -1700,13 +2091,13 @@ let MdsPriceTableFeaturesRow = class MdsPriceTableFeaturesRow {
|
|
|
1700
2091
|
c.detach();
|
|
1701
2092
|
this.el = r.nativeElement;
|
|
1702
2093
|
}
|
|
1703
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1704
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2094
|
+
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 });
|
|
2095
|
+
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
2096
|
};
|
|
1706
2097
|
MdsPriceTableFeaturesRow = __decorate([
|
|
1707
2098
|
ProxyCmp({})
|
|
1708
2099
|
], MdsPriceTableFeaturesRow);
|
|
1709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableFeaturesRow, decorators: [{
|
|
1710
2101
|
type: Component,
|
|
1711
2102
|
args: [{
|
|
1712
2103
|
selector: 'mds-price-table-features-row',
|
|
@@ -1724,13 +2115,13 @@ let MdsPriceTableHeader = class MdsPriceTableHeader {
|
|
|
1724
2115
|
c.detach();
|
|
1725
2116
|
this.el = r.nativeElement;
|
|
1726
2117
|
}
|
|
1727
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1728
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2118
|
+
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 });
|
|
2119
|
+
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
2120
|
};
|
|
1730
2121
|
MdsPriceTableHeader = __decorate([
|
|
1731
2122
|
ProxyCmp({})
|
|
1732
2123
|
], MdsPriceTableHeader);
|
|
1733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableHeader, decorators: [{
|
|
1734
2125
|
type: Component,
|
|
1735
2126
|
args: [{
|
|
1736
2127
|
selector: 'mds-price-table-header',
|
|
@@ -1748,13 +2139,13 @@ let MdsPriceTableList = class MdsPriceTableList {
|
|
|
1748
2139
|
c.detach();
|
|
1749
2140
|
this.el = r.nativeElement;
|
|
1750
2141
|
}
|
|
1751
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1752
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2142
|
+
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 });
|
|
2143
|
+
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
2144
|
};
|
|
1754
2145
|
MdsPriceTableList = __decorate([
|
|
1755
2146
|
ProxyCmp({})
|
|
1756
2147
|
], MdsPriceTableList);
|
|
1757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableList, decorators: [{
|
|
1758
2149
|
type: Component,
|
|
1759
2150
|
args: [{
|
|
1760
2151
|
selector: 'mds-price-table-list',
|
|
@@ -1772,15 +2163,15 @@ let MdsPriceTableListItem = class MdsPriceTableListItem {
|
|
|
1772
2163
|
c.detach();
|
|
1773
2164
|
this.el = r.nativeElement;
|
|
1774
2165
|
}
|
|
1775
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1776
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2166
|
+
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 });
|
|
2167
|
+
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
2168
|
};
|
|
1778
2169
|
MdsPriceTableListItem = __decorate([
|
|
1779
2170
|
ProxyCmp({
|
|
1780
2171
|
inputs: ['supported', 'typography']
|
|
1781
2172
|
})
|
|
1782
2173
|
], MdsPriceTableListItem);
|
|
1783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPriceTableListItem, decorators: [{
|
|
1784
2175
|
type: Component,
|
|
1785
2176
|
args: [{
|
|
1786
2177
|
selector: 'mds-price-table-list-item',
|
|
@@ -1798,15 +2189,15 @@ let MdsProgress = class MdsProgress {
|
|
|
1798
2189
|
c.detach();
|
|
1799
2190
|
this.el = r.nativeElement;
|
|
1800
2191
|
}
|
|
1801
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1802
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2192
|
+
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 });
|
|
2193
|
+
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
2194
|
};
|
|
1804
2195
|
MdsProgress = __decorate([
|
|
1805
2196
|
ProxyCmp({
|
|
1806
2197
|
inputs: ['direction', 'progress', 'steps', 'variant']
|
|
1807
2198
|
})
|
|
1808
2199
|
], MdsProgress);
|
|
1809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsProgress, decorators: [{
|
|
1810
2201
|
type: Component,
|
|
1811
2202
|
args: [{
|
|
1812
2203
|
selector: 'mds-progress',
|
|
@@ -1823,50 +2214,53 @@ let MdsPushNotification = class MdsPushNotification {
|
|
|
1823
2214
|
this.z = z;
|
|
1824
2215
|
c.detach();
|
|
1825
2216
|
this.el = r.nativeElement;
|
|
1826
|
-
proxyOutputs(this, this.el, ['
|
|
2217
|
+
proxyOutputs(this, this.el, ['mdsPushNotificationChange', 'mdsPushNotificationShow', 'mdsPushNotificationHide']);
|
|
1827
2218
|
}
|
|
1828
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1829
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2219
|
+
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 });
|
|
2220
|
+
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
2221
|
};
|
|
1831
2222
|
MdsPushNotification = __decorate([
|
|
1832
2223
|
ProxyCmp({
|
|
1833
|
-
inputs: ['
|
|
2224
|
+
inputs: ['behavior', 'visible'],
|
|
2225
|
+
methods: ['show', 'hide', 'removeNotification']
|
|
1834
2226
|
})
|
|
1835
2227
|
], MdsPushNotification);
|
|
1836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPushNotification, decorators: [{
|
|
1837
2229
|
type: Component,
|
|
1838
2230
|
args: [{
|
|
1839
2231
|
selector: 'mds-push-notification',
|
|
1840
2232
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1841
2233
|
template: '<ng-content></ng-content>',
|
|
1842
2234
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1843
|
-
inputs: ['
|
|
2235
|
+
inputs: ['behavior', 'visible'],
|
|
1844
2236
|
}]
|
|
1845
2237
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1846
|
-
let
|
|
2238
|
+
let MdsPushNotificationItem = class MdsPushNotificationItem {
|
|
1847
2239
|
z;
|
|
1848
2240
|
el;
|
|
1849
2241
|
constructor(c, r, z) {
|
|
1850
2242
|
this.z = z;
|
|
1851
2243
|
c.detach();
|
|
1852
2244
|
this.el = r.nativeElement;
|
|
2245
|
+
proxyOutputs(this, this.el, ['mdsPushNotificationItemClose']);
|
|
1853
2246
|
}
|
|
1854
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1855
|
-
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: MdsPushNotificationItem, 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: 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
2249
|
};
|
|
1857
|
-
|
|
2250
|
+
MdsPushNotificationItem = __decorate([
|
|
1858
2251
|
ProxyCmp({
|
|
1859
|
-
inputs: ['
|
|
2252
|
+
inputs: ['dateFormat', 'datetime', 'deletable', 'icon', 'initials', 'message', 'preview', 'src', 'subject', 'tone', 'variant'],
|
|
2253
|
+
methods: ['updateLang']
|
|
1860
2254
|
})
|
|
1861
|
-
],
|
|
1862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2255
|
+
], MdsPushNotificationItem);
|
|
2256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsPushNotificationItem, decorators: [{
|
|
1863
2257
|
type: Component,
|
|
1864
2258
|
args: [{
|
|
1865
|
-
selector: 'mds-push-
|
|
2259
|
+
selector: 'mds-push-notification-item',
|
|
1866
2260
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1867
2261
|
template: '<ng-content></ng-content>',
|
|
1868
2262
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1869
|
-
inputs: ['
|
|
2263
|
+
inputs: ['dateFormat', 'datetime', 'deletable', 'icon', 'initials', 'message', 'preview', 'src', 'subject', 'tone', 'variant'],
|
|
1870
2264
|
}]
|
|
1871
2265
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1872
2266
|
let MdsQuote = class MdsQuote {
|
|
@@ -1877,22 +2271,74 @@ let MdsQuote = class MdsQuote {
|
|
|
1877
2271
|
c.detach();
|
|
1878
2272
|
this.el = r.nativeElement;
|
|
1879
2273
|
}
|
|
1880
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1881
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2274
|
+
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 });
|
|
2275
|
+
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
2276
|
};
|
|
1883
2277
|
MdsQuote = __decorate([
|
|
1884
2278
|
ProxyCmp({
|
|
1885
|
-
inputs: ['typography']
|
|
2279
|
+
inputs: ['tag', 'typography']
|
|
1886
2280
|
})
|
|
1887
2281
|
], MdsQuote);
|
|
1888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsQuote, decorators: [{
|
|
1889
2283
|
type: Component,
|
|
1890
2284
|
args: [{
|
|
1891
2285
|
selector: 'mds-quote',
|
|
1892
2286
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1893
2287
|
template: '<ng-content></ng-content>',
|
|
1894
2288
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1895
|
-
inputs: ['typography'],
|
|
2289
|
+
inputs: ['tag', 'typography'],
|
|
2290
|
+
}]
|
|
2291
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2292
|
+
let MdsRadialMenu = class MdsRadialMenu {
|
|
2293
|
+
z;
|
|
2294
|
+
el;
|
|
2295
|
+
constructor(c, r, z) {
|
|
2296
|
+
this.z = z;
|
|
2297
|
+
c.detach();
|
|
2298
|
+
this.el = r.nativeElement;
|
|
2299
|
+
}
|
|
2300
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsRadialMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2301
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsRadialMenu, selector: "mds-radial-menu", inputs: { angleEnd: "angleEnd", angleStart: "angleStart", backdrop: "backdrop", direction: "direction", disc: "disc", icon: "icon", interaction: "interaction", opened: "opened", radius: "radius", size: "size", tone: "tone", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2302
|
+
};
|
|
2303
|
+
MdsRadialMenu = __decorate([
|
|
2304
|
+
ProxyCmp({
|
|
2305
|
+
inputs: ['angleEnd', 'angleStart', 'backdrop', 'direction', 'disc', 'icon', 'interaction', 'opened', 'radius', 'size', 'tone', 'variant']
|
|
2306
|
+
})
|
|
2307
|
+
], MdsRadialMenu);
|
|
2308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsRadialMenu, decorators: [{
|
|
2309
|
+
type: Component,
|
|
2310
|
+
args: [{
|
|
2311
|
+
selector: 'mds-radial-menu',
|
|
2312
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2313
|
+
template: '<ng-content></ng-content>',
|
|
2314
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2315
|
+
inputs: ['angleEnd', 'angleStart', 'backdrop', 'direction', 'disc', 'icon', 'interaction', 'opened', 'radius', 'size', 'tone', 'variant'],
|
|
2316
|
+
}]
|
|
2317
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2318
|
+
let MdsRadialMenuItem = class MdsRadialMenuItem {
|
|
2319
|
+
z;
|
|
2320
|
+
el;
|
|
2321
|
+
constructor(c, r, z) {
|
|
2322
|
+
this.z = z;
|
|
2323
|
+
c.detach();
|
|
2324
|
+
this.el = r.nativeElement;
|
|
2325
|
+
}
|
|
2326
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsRadialMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2327
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsRadialMenuItem, selector: "mds-radial-menu-item", inputs: { icon: "icon", size: "size", tone: "tone", tooltip: "tooltip", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2328
|
+
};
|
|
2329
|
+
MdsRadialMenuItem = __decorate([
|
|
2330
|
+
ProxyCmp({
|
|
2331
|
+
inputs: ['icon', 'size', 'tone', 'tooltip', 'variant']
|
|
2332
|
+
})
|
|
2333
|
+
], MdsRadialMenuItem);
|
|
2334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsRadialMenuItem, decorators: [{
|
|
2335
|
+
type: Component,
|
|
2336
|
+
args: [{
|
|
2337
|
+
selector: 'mds-radial-menu-item',
|
|
2338
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2339
|
+
template: '<ng-content></ng-content>',
|
|
2340
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2341
|
+
inputs: ['icon', 'size', 'tone', 'tooltip', 'variant'],
|
|
1896
2342
|
}]
|
|
1897
2343
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1898
2344
|
let MdsSeparator = class MdsSeparator {
|
|
@@ -1903,13 +2349,13 @@ let MdsSeparator = class MdsSeparator {
|
|
|
1903
2349
|
c.detach();
|
|
1904
2350
|
this.el = r.nativeElement;
|
|
1905
2351
|
}
|
|
1906
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1907
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2352
|
+
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 });
|
|
2353
|
+
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
2354
|
};
|
|
1909
2355
|
MdsSeparator = __decorate([
|
|
1910
2356
|
ProxyCmp({})
|
|
1911
2357
|
], MdsSeparator);
|
|
1912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsSeparator, decorators: [{
|
|
1913
2359
|
type: Component,
|
|
1914
2360
|
args: [{
|
|
1915
2361
|
selector: 'mds-separator',
|
|
@@ -1927,15 +2373,15 @@ let MdsSpinner = class MdsSpinner {
|
|
|
1927
2373
|
c.detach();
|
|
1928
2374
|
this.el = r.nativeElement;
|
|
1929
2375
|
}
|
|
1930
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1931
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2376
|
+
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 });
|
|
2377
|
+
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
2378
|
};
|
|
1933
2379
|
MdsSpinner = __decorate([
|
|
1934
2380
|
ProxyCmp({
|
|
1935
2381
|
inputs: ['running']
|
|
1936
2382
|
})
|
|
1937
2383
|
], MdsSpinner);
|
|
1938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsSpinner, decorators: [{
|
|
1939
2385
|
type: Component,
|
|
1940
2386
|
args: [{
|
|
1941
2387
|
selector: 'mds-spinner',
|
|
@@ -1945,6 +2391,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
1945
2391
|
inputs: ['running'],
|
|
1946
2392
|
}]
|
|
1947
2393
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2394
|
+
let MdsStatusBar = class MdsStatusBar {
|
|
2395
|
+
z;
|
|
2396
|
+
el;
|
|
2397
|
+
constructor(c, r, z) {
|
|
2398
|
+
this.z = z;
|
|
2399
|
+
c.detach();
|
|
2400
|
+
this.el = r.nativeElement;
|
|
2401
|
+
}
|
|
2402
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsStatusBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2403
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsStatusBar, selector: "mds-status-bar", inputs: { description: "description", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2404
|
+
};
|
|
2405
|
+
MdsStatusBar = __decorate([
|
|
2406
|
+
ProxyCmp({
|
|
2407
|
+
inputs: ['description', 'visible'],
|
|
2408
|
+
methods: ['hide']
|
|
2409
|
+
})
|
|
2410
|
+
], MdsStatusBar);
|
|
2411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsStatusBar, decorators: [{
|
|
2412
|
+
type: Component,
|
|
2413
|
+
args: [{
|
|
2414
|
+
selector: 'mds-status-bar',
|
|
2415
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2416
|
+
template: '<ng-content></ng-content>',
|
|
2417
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2418
|
+
inputs: ['description', 'visible'],
|
|
2419
|
+
}]
|
|
2420
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1948
2421
|
let MdsStepperBar = class MdsStepperBar {
|
|
1949
2422
|
z;
|
|
1950
2423
|
el;
|
|
@@ -1954,15 +2427,15 @@ let MdsStepperBar = class MdsStepperBar {
|
|
|
1954
2427
|
this.el = r.nativeElement;
|
|
1955
2428
|
proxyOutputs(this, this.el, ['mdsStepperBarChange']);
|
|
1956
2429
|
}
|
|
1957
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1958
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2430
|
+
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 });
|
|
2431
|
+
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
2432
|
};
|
|
1960
2433
|
MdsStepperBar = __decorate([
|
|
1961
2434
|
ProxyCmp({
|
|
1962
2435
|
inputs: ['itemsDone']
|
|
1963
2436
|
})
|
|
1964
2437
|
], MdsStepperBar);
|
|
1965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsStepperBar, decorators: [{
|
|
1966
2439
|
type: Component,
|
|
1967
2440
|
args: [{
|
|
1968
2441
|
selector: 'mds-stepper-bar',
|
|
@@ -1981,15 +2454,15 @@ let MdsStepperBarItem = class MdsStepperBarItem {
|
|
|
1981
2454
|
this.el = r.nativeElement;
|
|
1982
2455
|
proxyOutputs(this, this.el, ['mdsStepperBarItemDone']);
|
|
1983
2456
|
}
|
|
1984
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1985
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2457
|
+
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 });
|
|
2458
|
+
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
2459
|
};
|
|
1987
2460
|
MdsStepperBarItem = __decorate([
|
|
1988
2461
|
ProxyCmp({
|
|
1989
2462
|
inputs: ['badge', 'current', 'done', 'icon', 'iconChecked', 'label', 'step', 'typography', 'value']
|
|
1990
2463
|
})
|
|
1991
2464
|
], MdsStepperBarItem);
|
|
1992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsStepperBarItem, decorators: [{
|
|
1993
2466
|
type: Component,
|
|
1994
2467
|
args: [{
|
|
1995
2468
|
selector: 'mds-stepper-bar-item',
|
|
@@ -2008,22 +2481,22 @@ let MdsTab = class MdsTab {
|
|
|
2008
2481
|
this.el = r.nativeElement;
|
|
2009
2482
|
proxyOutputs(this, this.el, ['mdsTabChange']);
|
|
2010
2483
|
}
|
|
2011
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2012
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2484
|
+
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 });
|
|
2485
|
+
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
2486
|
};
|
|
2014
2487
|
MdsTab = __decorate([
|
|
2015
2488
|
ProxyCmp({
|
|
2016
|
-
inputs: ['scrollbar']
|
|
2489
|
+
inputs: ['animation', 'fill', 'overflow', 'scrollbar']
|
|
2017
2490
|
})
|
|
2018
2491
|
], MdsTab);
|
|
2019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTab, decorators: [{
|
|
2020
2493
|
type: Component,
|
|
2021
2494
|
args: [{
|
|
2022
2495
|
selector: 'mds-tab',
|
|
2023
2496
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2024
2497
|
template: '<ng-content></ng-content>',
|
|
2025
2498
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2026
|
-
inputs: ['scrollbar'],
|
|
2499
|
+
inputs: ['animation', 'fill', 'overflow', 'scrollbar'],
|
|
2027
2500
|
}]
|
|
2028
2501
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2029
2502
|
let MdsTabBar = class MdsTabBar {
|
|
@@ -2035,13 +2508,13 @@ let MdsTabBar = class MdsTabBar {
|
|
|
2035
2508
|
this.el = r.nativeElement;
|
|
2036
2509
|
proxyOutputs(this, this.el, ['mdsTabBarChange']);
|
|
2037
2510
|
}
|
|
2038
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2039
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2511
|
+
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 });
|
|
2512
|
+
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
2513
|
};
|
|
2041
2514
|
MdsTabBar = __decorate([
|
|
2042
2515
|
ProxyCmp({})
|
|
2043
2516
|
], MdsTabBar);
|
|
2044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabBar, decorators: [{
|
|
2045
2518
|
type: Component,
|
|
2046
2519
|
args: [{
|
|
2047
2520
|
selector: 'mds-tab-bar',
|
|
@@ -2060,15 +2533,15 @@ let MdsTabBarItem = class MdsTabBarItem {
|
|
|
2060
2533
|
this.el = r.nativeElement;
|
|
2061
2534
|
proxyOutputs(this, this.el, ['mdsTabBarItemSelect']);
|
|
2062
2535
|
}
|
|
2063
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2064
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2536
|
+
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 });
|
|
2537
|
+
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
2538
|
};
|
|
2066
2539
|
MdsTabBarItem = __decorate([
|
|
2067
2540
|
ProxyCmp({
|
|
2068
2541
|
inputs: ['icon', 'selected', 'typography']
|
|
2069
2542
|
})
|
|
2070
2543
|
], MdsTabBarItem);
|
|
2071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabBarItem, decorators: [{
|
|
2072
2545
|
type: Component,
|
|
2073
2546
|
args: [{
|
|
2074
2547
|
selector: 'mds-tab-bar-item',
|
|
@@ -2087,22 +2560,22 @@ let MdsTabItem = class MdsTabItem {
|
|
|
2087
2560
|
this.el = r.nativeElement;
|
|
2088
2561
|
proxyOutputs(this, this.el, ['mdsTabItemSelect', 'mdsTabItemFocus']);
|
|
2089
2562
|
}
|
|
2090
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2091
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2563
|
+
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 });
|
|
2564
|
+
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
2565
|
};
|
|
2093
2566
|
MdsTabItem = __decorate([
|
|
2094
2567
|
ProxyCmp({
|
|
2095
|
-
inputs: ['icon', 'iconPosition', 'selected', 'size', 'type', 'value']
|
|
2568
|
+
inputs: ['await', 'disabled', 'href', 'icon', 'iconPosition', 'selected', 'size', 'type', 'value']
|
|
2096
2569
|
})
|
|
2097
2570
|
], MdsTabItem);
|
|
2098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTabItem, decorators: [{
|
|
2099
2572
|
type: Component,
|
|
2100
2573
|
args: [{
|
|
2101
2574
|
selector: 'mds-tab-item',
|
|
2102
2575
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2103
2576
|
template: '<ng-content></ng-content>',
|
|
2104
2577
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2105
|
-
inputs: ['icon', 'iconPosition', 'selected', 'size', 'type', 'value'],
|
|
2578
|
+
inputs: ['await', 'disabled', 'href', 'icon', 'iconPosition', 'selected', 'size', 'type', 'value'],
|
|
2106
2579
|
}]
|
|
2107
2580
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2108
2581
|
let MdsTable = class MdsTable {
|
|
@@ -2112,24 +2585,25 @@ let MdsTable = class MdsTable {
|
|
|
2112
2585
|
this.z = z;
|
|
2113
2586
|
c.detach();
|
|
2114
2587
|
this.el = r.nativeElement;
|
|
2115
|
-
proxyOutputs(this, this.el, ['
|
|
2588
|
+
proxyOutputs(this, this.el, ['mdsTableSelectionChange']);
|
|
2116
2589
|
}
|
|
2117
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2118
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2590
|
+
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 });
|
|
2591
|
+
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
2592
|
};
|
|
2120
2593
|
MdsTable = __decorate([
|
|
2121
2594
|
ProxyCmp({
|
|
2122
|
-
inputs: ['interactive']
|
|
2595
|
+
inputs: ['interactive', 'selectable', 'selection'],
|
|
2596
|
+
methods: ['updateSelection', 'selectAll']
|
|
2123
2597
|
})
|
|
2124
2598
|
], MdsTable);
|
|
2125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTable, decorators: [{
|
|
2126
2600
|
type: Component,
|
|
2127
2601
|
args: [{
|
|
2128
2602
|
selector: 'mds-table',
|
|
2129
2603
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2130
2604
|
template: '<ng-content></ng-content>',
|
|
2131
2605
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2132
|
-
inputs: ['interactive'],
|
|
2606
|
+
inputs: ['interactive', 'selectable', 'selection'],
|
|
2133
2607
|
}]
|
|
2134
2608
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2135
2609
|
let MdsTableBody = class MdsTableBody {
|
|
@@ -2140,22 +2614,22 @@ let MdsTableBody = class MdsTableBody {
|
|
|
2140
2614
|
c.detach();
|
|
2141
2615
|
this.el = r.nativeElement;
|
|
2142
2616
|
}
|
|
2143
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2144
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2617
|
+
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 });
|
|
2618
|
+
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
2619
|
};
|
|
2146
2620
|
MdsTableBody = __decorate([
|
|
2147
2621
|
ProxyCmp({
|
|
2148
|
-
inputs: ['interactive']
|
|
2622
|
+
inputs: ['interactive', 'selection']
|
|
2149
2623
|
})
|
|
2150
2624
|
], MdsTableBody);
|
|
2151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableBody, decorators: [{
|
|
2152
2626
|
type: Component,
|
|
2153
2627
|
args: [{
|
|
2154
2628
|
selector: 'mds-table-body',
|
|
2155
2629
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2156
2630
|
template: '<ng-content></ng-content>',
|
|
2157
2631
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2158
|
-
inputs: ['interactive'],
|
|
2632
|
+
inputs: ['interactive', 'selection'],
|
|
2159
2633
|
}]
|
|
2160
2634
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2161
2635
|
let MdsTableCell = class MdsTableCell {
|
|
@@ -2166,15 +2640,15 @@ let MdsTableCell = class MdsTableCell {
|
|
|
2166
2640
|
c.detach();
|
|
2167
2641
|
this.el = r.nativeElement;
|
|
2168
2642
|
}
|
|
2169
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2170
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2643
|
+
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 });
|
|
2644
|
+
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
2645
|
};
|
|
2172
2646
|
MdsTableCell = __decorate([
|
|
2173
2647
|
ProxyCmp({
|
|
2174
2648
|
inputs: ['value']
|
|
2175
2649
|
})
|
|
2176
2650
|
], MdsTableCell);
|
|
2177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableCell, decorators: [{
|
|
2178
2652
|
type: Component,
|
|
2179
2653
|
args: [{
|
|
2180
2654
|
selector: 'mds-table-cell',
|
|
@@ -2192,13 +2666,13 @@ let MdsTableFooter = class MdsTableFooter {
|
|
|
2192
2666
|
c.detach();
|
|
2193
2667
|
this.el = r.nativeElement;
|
|
2194
2668
|
}
|
|
2195
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2196
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2669
|
+
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 });
|
|
2670
|
+
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
2671
|
};
|
|
2198
2672
|
MdsTableFooter = __decorate([
|
|
2199
2673
|
ProxyCmp({})
|
|
2200
2674
|
], MdsTableFooter);
|
|
2201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableFooter, decorators: [{
|
|
2202
2676
|
type: Component,
|
|
2203
2677
|
args: [{
|
|
2204
2678
|
selector: 'mds-table-footer',
|
|
@@ -2216,20 +2690,23 @@ let MdsTableHeader = class MdsTableHeader {
|
|
|
2216
2690
|
c.detach();
|
|
2217
2691
|
this.el = r.nativeElement;
|
|
2218
2692
|
}
|
|
2219
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2220
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2693
|
+
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 });
|
|
2694
|
+
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
2695
|
};
|
|
2222
2696
|
MdsTableHeader = __decorate([
|
|
2223
|
-
ProxyCmp({
|
|
2697
|
+
ProxyCmp({
|
|
2698
|
+
inputs: ['selectable'],
|
|
2699
|
+
methods: ['updateLang', 'setSelection']
|
|
2700
|
+
})
|
|
2224
2701
|
], MdsTableHeader);
|
|
2225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableHeader, decorators: [{
|
|
2226
2703
|
type: Component,
|
|
2227
2704
|
args: [{
|
|
2228
2705
|
selector: 'mds-table-header',
|
|
2229
2706
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2230
2707
|
template: '<ng-content></ng-content>',
|
|
2231
2708
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2232
|
-
inputs: [],
|
|
2709
|
+
inputs: ['selectable'],
|
|
2233
2710
|
}]
|
|
2234
2711
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2235
2712
|
let MdsTableHeaderCell = class MdsTableHeaderCell {
|
|
@@ -2240,15 +2717,15 @@ let MdsTableHeaderCell = class MdsTableHeaderCell {
|
|
|
2240
2717
|
c.detach();
|
|
2241
2718
|
this.el = r.nativeElement;
|
|
2242
2719
|
}
|
|
2243
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2244
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2720
|
+
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 });
|
|
2721
|
+
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
2722
|
};
|
|
2246
2723
|
MdsTableHeaderCell = __decorate([
|
|
2247
2724
|
ProxyCmp({
|
|
2248
2725
|
inputs: ['direction', 'label', 'sortable']
|
|
2249
2726
|
})
|
|
2250
2727
|
], MdsTableHeaderCell);
|
|
2251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableHeaderCell, decorators: [{
|
|
2252
2729
|
type: Component,
|
|
2253
2730
|
args: [{
|
|
2254
2731
|
selector: 'mds-table-header-cell',
|
|
@@ -2266,22 +2743,23 @@ let MdsTableRow = class MdsTableRow {
|
|
|
2266
2743
|
c.detach();
|
|
2267
2744
|
this.el = r.nativeElement;
|
|
2268
2745
|
}
|
|
2269
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2270
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2746
|
+
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 });
|
|
2747
|
+
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
2748
|
};
|
|
2272
2749
|
MdsTableRow = __decorate([
|
|
2273
2750
|
ProxyCmp({
|
|
2274
|
-
inputs: ['interactive']
|
|
2751
|
+
inputs: ['interactive', 'overlayActions', 'selectable', 'selected', 'value'],
|
|
2752
|
+
methods: ['updateLang']
|
|
2275
2753
|
})
|
|
2276
2754
|
], MdsTableRow);
|
|
2277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTableRow, decorators: [{
|
|
2278
2756
|
type: Component,
|
|
2279
2757
|
args: [{
|
|
2280
2758
|
selector: 'mds-table-row',
|
|
2281
2759
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2282
2760
|
template: '<ng-content></ng-content>',
|
|
2283
2761
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2284
|
-
inputs: ['interactive'],
|
|
2762
|
+
inputs: ['interactive', 'overlayActions', 'selectable', 'selected', 'value'],
|
|
2285
2763
|
}]
|
|
2286
2764
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2287
2765
|
let MdsText = class MdsText {
|
|
@@ -2292,15 +2770,15 @@ let MdsText = class MdsText {
|
|
|
2292
2770
|
c.detach();
|
|
2293
2771
|
this.el = r.nativeElement;
|
|
2294
2772
|
}
|
|
2295
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2296
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2773
|
+
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 });
|
|
2774
|
+
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
2775
|
};
|
|
2298
2776
|
MdsText = __decorate([
|
|
2299
2777
|
ProxyCmp({
|
|
2300
2778
|
inputs: ['animation', 'tag', 'text', 'truncate', 'typography', 'variant']
|
|
2301
2779
|
})
|
|
2302
2780
|
], MdsText);
|
|
2303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsText, decorators: [{
|
|
2304
2782
|
type: Component,
|
|
2305
2783
|
args: [{
|
|
2306
2784
|
selector: 'mds-text',
|
|
@@ -2319,15 +2797,15 @@ let MdsToast = class MdsToast {
|
|
|
2319
2797
|
this.el = r.nativeElement;
|
|
2320
2798
|
proxyOutputs(this, this.el, ['mdsToastClose']);
|
|
2321
2799
|
}
|
|
2322
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2323
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2800
|
+
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 });
|
|
2801
|
+
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
2802
|
};
|
|
2325
2803
|
MdsToast = __decorate([
|
|
2326
2804
|
ProxyCmp({
|
|
2327
2805
|
inputs: ['duration', 'position', 'tone', 'variant', 'visible']
|
|
2328
2806
|
})
|
|
2329
2807
|
], MdsToast);
|
|
2330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsToast, decorators: [{
|
|
2331
2809
|
type: Component,
|
|
2332
2810
|
args: [{
|
|
2333
2811
|
selector: 'mds-toast',
|
|
@@ -2345,22 +2823,76 @@ let MdsTooltip = class MdsTooltip {
|
|
|
2345
2823
|
c.detach();
|
|
2346
2824
|
this.el = r.nativeElement;
|
|
2347
2825
|
}
|
|
2348
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2349
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2826
|
+
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 });
|
|
2827
|
+
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
2828
|
};
|
|
2351
2829
|
MdsTooltip = __decorate([
|
|
2352
2830
|
ProxyCmp({
|
|
2353
|
-
inputs: ['
|
|
2831
|
+
inputs: ['autoPlacement', 'flip', 'offset', 'placement', 'shift', 'shiftPadding', 'strategy', 'target', 'typography', 'visible']
|
|
2354
2832
|
})
|
|
2355
2833
|
], MdsTooltip);
|
|
2356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTooltip, decorators: [{
|
|
2357
2835
|
type: Component,
|
|
2358
2836
|
args: [{
|
|
2359
2837
|
selector: 'mds-tooltip',
|
|
2360
2838
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2361
2839
|
template: '<ng-content></ng-content>',
|
|
2362
2840
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2363
|
-
inputs: ['
|
|
2841
|
+
inputs: ['autoPlacement', 'flip', 'offset', 'placement', 'shift', 'shiftPadding', 'strategy', 'target', 'typography', 'visible'],
|
|
2842
|
+
}]
|
|
2843
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2844
|
+
let MdsTree = class MdsTree {
|
|
2845
|
+
z;
|
|
2846
|
+
el;
|
|
2847
|
+
constructor(c, r, z) {
|
|
2848
|
+
this.z = z;
|
|
2849
|
+
c.detach();
|
|
2850
|
+
this.el = r.nativeElement;
|
|
2851
|
+
}
|
|
2852
|
+
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 });
|
|
2853
|
+
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 });
|
|
2854
|
+
};
|
|
2855
|
+
MdsTree = __decorate([
|
|
2856
|
+
ProxyCmp({
|
|
2857
|
+
inputs: ['actions', 'appearance', 'async', 'expanded', 'label', 'toggle', 'togglePosition', 'truncate']
|
|
2858
|
+
})
|
|
2859
|
+
], MdsTree);
|
|
2860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTree, decorators: [{
|
|
2861
|
+
type: Component,
|
|
2862
|
+
args: [{
|
|
2863
|
+
selector: 'mds-tree',
|
|
2864
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2865
|
+
template: '<ng-content></ng-content>',
|
|
2866
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2867
|
+
inputs: ['actions', 'appearance', 'async', 'expanded', 'label', 'toggle', 'togglePosition', 'truncate'],
|
|
2868
|
+
}]
|
|
2869
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2870
|
+
let MdsTreeItem = class MdsTreeItem {
|
|
2871
|
+
z;
|
|
2872
|
+
el;
|
|
2873
|
+
constructor(c, r, z) {
|
|
2874
|
+
this.z = z;
|
|
2875
|
+
c.detach();
|
|
2876
|
+
this.el = r.nativeElement;
|
|
2877
|
+
proxyOutputs(this, this.el, ['mdsTreeItemExpand', 'mdsTreeItemCollapse']);
|
|
2878
|
+
}
|
|
2879
|
+
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 });
|
|
2880
|
+
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 });
|
|
2881
|
+
};
|
|
2882
|
+
MdsTreeItem = __decorate([
|
|
2883
|
+
ProxyCmp({
|
|
2884
|
+
inputs: ['actions', 'async', 'depth', 'expanded', 'icon', 'label', 'toggle', 'truncate'],
|
|
2885
|
+
methods: ['updateLang', 'expand']
|
|
2886
|
+
})
|
|
2887
|
+
], MdsTreeItem);
|
|
2888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsTreeItem, decorators: [{
|
|
2889
|
+
type: Component,
|
|
2890
|
+
args: [{
|
|
2891
|
+
selector: 'mds-tree-item',
|
|
2892
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2893
|
+
template: '<ng-content></ng-content>',
|
|
2894
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2895
|
+
inputs: ['actions', 'async', 'depth', 'expanded', 'icon', 'label', 'toggle', 'truncate'],
|
|
2364
2896
|
}]
|
|
2365
2897
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2366
2898
|
let MdsUrlView = class MdsUrlView {
|
|
@@ -2372,22 +2904,23 @@ let MdsUrlView = class MdsUrlView {
|
|
|
2372
2904
|
this.el = r.nativeElement;
|
|
2373
2905
|
proxyOutputs(this, this.el, ['mdsUrlViewClose']);
|
|
2374
2906
|
}
|
|
2375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2376
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2907
|
+
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 });
|
|
2908
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MdsUrlView, selector: "mds-url-view", inputs: { icon: "icon", label: "label", loading: "loading", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2377
2909
|
};
|
|
2378
2910
|
MdsUrlView = __decorate([
|
|
2379
2911
|
ProxyCmp({
|
|
2380
|
-
inputs: ['
|
|
2912
|
+
inputs: ['icon', 'label', 'loading', 'src'],
|
|
2913
|
+
methods: ['updateLang']
|
|
2381
2914
|
})
|
|
2382
2915
|
], MdsUrlView);
|
|
2383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsUrlView, decorators: [{
|
|
2384
2917
|
type: Component,
|
|
2385
2918
|
args: [{
|
|
2386
2919
|
selector: 'mds-url-view',
|
|
2387
2920
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2388
2921
|
template: '<ng-content></ng-content>',
|
|
2389
2922
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2390
|
-
inputs: ['
|
|
2923
|
+
inputs: ['icon', 'label', 'loading', 'src'],
|
|
2391
2924
|
}]
|
|
2392
2925
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2393
2926
|
let MdsUsage = class MdsUsage {
|
|
@@ -2398,15 +2931,16 @@ let MdsUsage = class MdsUsage {
|
|
|
2398
2931
|
c.detach();
|
|
2399
2932
|
this.el = r.nativeElement;
|
|
2400
2933
|
}
|
|
2401
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2402
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2934
|
+
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 });
|
|
2935
|
+
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
2936
|
};
|
|
2404
2937
|
MdsUsage = __decorate([
|
|
2405
2938
|
ProxyCmp({
|
|
2406
|
-
inputs: ['alias', 'variant']
|
|
2939
|
+
inputs: ['alias', 'variant'],
|
|
2940
|
+
methods: ['updateLang']
|
|
2407
2941
|
})
|
|
2408
2942
|
], MdsUsage);
|
|
2409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsUsage, decorators: [{
|
|
2410
2944
|
type: Component,
|
|
2411
2945
|
args: [{
|
|
2412
2946
|
selector: 'mds-usage',
|
|
@@ -2424,15 +2958,15 @@ let MdsVideoWall = class MdsVideoWall {
|
|
|
2424
2958
|
c.detach();
|
|
2425
2959
|
this.el = r.nativeElement;
|
|
2426
2960
|
}
|
|
2427
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2428
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2961
|
+
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 });
|
|
2962
|
+
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
2963
|
};
|
|
2430
2964
|
MdsVideoWall = __decorate([
|
|
2431
2965
|
ProxyCmp({
|
|
2432
2966
|
inputs: ['autoplay', 'loop', 'muted', 'noise', 'poster', 'preload', 'src']
|
|
2433
2967
|
})
|
|
2434
2968
|
], MdsVideoWall);
|
|
2435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsVideoWall, decorators: [{
|
|
2436
2970
|
type: Component,
|
|
2437
2971
|
args: [{
|
|
2438
2972
|
selector: 'mds-video-wall',
|
|
@@ -2450,13 +2984,13 @@ let MdsZero = class MdsZero {
|
|
|
2450
2984
|
c.detach();
|
|
2451
2985
|
this.el = r.nativeElement;
|
|
2452
2986
|
}
|
|
2453
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2454
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2987
|
+
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 });
|
|
2988
|
+
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
2989
|
};
|
|
2456
2990
|
MdsZero = __decorate([
|
|
2457
2991
|
ProxyCmp({})
|
|
2458
2992
|
], MdsZero);
|
|
2459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MdsZero, decorators: [{
|
|
2460
2994
|
type: Component,
|
|
2461
2995
|
args: [{
|
|
2462
2996
|
selector: 'mds-zero',
|
|
@@ -2474,6 +3008,8 @@ const DIRECTIVES = [
|
|
|
2474
3008
|
MdsAccordionTimerItem,
|
|
2475
3009
|
MdsAuthor,
|
|
2476
3010
|
MdsAvatar,
|
|
3011
|
+
MdsAvatarStack,
|
|
3012
|
+
MdsAvatarStackItem,
|
|
2477
3013
|
MdsBadge,
|
|
2478
3014
|
MdsBanner,
|
|
2479
3015
|
MdsBenchmarkBar,
|
|
@@ -2481,6 +3017,10 @@ const DIRECTIVES = [
|
|
|
2481
3017
|
MdsBreadcrumb,
|
|
2482
3018
|
MdsBreadcrumbItem,
|
|
2483
3019
|
MdsButton,
|
|
3020
|
+
MdsButtonDropdown,
|
|
3021
|
+
MdsButtonGroup,
|
|
3022
|
+
MdsCalendar,
|
|
3023
|
+
MdsCalendarCell,
|
|
2484
3024
|
MdsCard,
|
|
2485
3025
|
MdsCardContent,
|
|
2486
3026
|
MdsCardFooter,
|
|
@@ -2489,6 +3029,7 @@ const DIRECTIVES = [
|
|
|
2489
3029
|
MdsChip,
|
|
2490
3030
|
MdsDetails,
|
|
2491
3031
|
MdsDropdown,
|
|
3032
|
+
MdsEmoji,
|
|
2492
3033
|
MdsEntity,
|
|
2493
3034
|
MdsFile,
|
|
2494
3035
|
MdsFilePreview,
|
|
@@ -2502,30 +3043,37 @@ const DIRECTIVES = [
|
|
|
2502
3043
|
MdsIcon,
|
|
2503
3044
|
MdsImg,
|
|
2504
3045
|
MdsInput,
|
|
3046
|
+
MdsInputDate,
|
|
3047
|
+
MdsInputDateRange,
|
|
3048
|
+
MdsInputDateRangePreselection,
|
|
2505
3049
|
MdsInputField,
|
|
3050
|
+
MdsInputOtp,
|
|
2506
3051
|
MdsInputRange,
|
|
2507
3052
|
MdsInputSelect,
|
|
2508
3053
|
MdsInputSwitch,
|
|
2509
3054
|
MdsInputTip,
|
|
2510
3055
|
MdsInputTipItem,
|
|
2511
3056
|
MdsInputUpload,
|
|
3057
|
+
MdsKeyboard,
|
|
3058
|
+
MdsKeyboardKey,
|
|
2512
3059
|
MdsKpi,
|
|
2513
3060
|
MdsKpiItem,
|
|
2514
3061
|
MdsLabel,
|
|
2515
3062
|
MdsList,
|
|
2516
3063
|
MdsListItem,
|
|
3064
|
+
MdsMention,
|
|
2517
3065
|
MdsModal,
|
|
2518
3066
|
MdsNote,
|
|
2519
3067
|
MdsNotification,
|
|
2520
3068
|
MdsPaginator,
|
|
2521
3069
|
MdsPaginatorItem,
|
|
3070
|
+
MdsPolicyAi,
|
|
2522
3071
|
MdsPref,
|
|
2523
3072
|
MdsPrefAnimation,
|
|
2524
3073
|
MdsPrefConsumption,
|
|
2525
3074
|
MdsPrefContrast,
|
|
2526
3075
|
MdsPrefLanguage,
|
|
2527
3076
|
MdsPrefLanguageItem,
|
|
2528
|
-
MdsPrefLanguageNav,
|
|
2529
3077
|
MdsPrefTheme,
|
|
2530
3078
|
MdsPriceTable,
|
|
2531
3079
|
MdsPriceTableFeatures,
|
|
@@ -2536,10 +3084,13 @@ const DIRECTIVES = [
|
|
|
2536
3084
|
MdsPriceTableListItem,
|
|
2537
3085
|
MdsProgress,
|
|
2538
3086
|
MdsPushNotification,
|
|
2539
|
-
|
|
3087
|
+
MdsPushNotificationItem,
|
|
2540
3088
|
MdsQuote,
|
|
3089
|
+
MdsRadialMenu,
|
|
3090
|
+
MdsRadialMenuItem,
|
|
2541
3091
|
MdsSeparator,
|
|
2542
3092
|
MdsSpinner,
|
|
3093
|
+
MdsStatusBar,
|
|
2543
3094
|
MdsStepperBar,
|
|
2544
3095
|
MdsStepperBarItem,
|
|
2545
3096
|
MdsTab,
|
|
@@ -2556,35 +3107,36 @@ const DIRECTIVES = [
|
|
|
2556
3107
|
MdsText,
|
|
2557
3108
|
MdsToast,
|
|
2558
3109
|
MdsTooltip,
|
|
3110
|
+
MdsTree,
|
|
3111
|
+
MdsTreeItem,
|
|
2559
3112
|
MdsUrlView,
|
|
2560
3113
|
MdsUsage,
|
|
2561
3114
|
MdsVideoWall,
|
|
2562
3115
|
MdsZero
|
|
2563
3116
|
];
|
|
2564
3117
|
|
|
2565
|
-
class
|
|
2566
|
-
static
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
3118
|
+
class MagmaModule {
|
|
3119
|
+
static forRoot() {
|
|
3120
|
+
return {
|
|
3121
|
+
ngModule: MagmaModule,
|
|
3122
|
+
providers: [
|
|
3123
|
+
{
|
|
3124
|
+
provide: APP_INITIALIZER,
|
|
3125
|
+
useFactory: () => defineCustomElements,
|
|
3126
|
+
multi: true,
|
|
3127
|
+
},
|
|
3128
|
+
],
|
|
3129
|
+
};
|
|
3130
|
+
}
|
|
3131
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MagmaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3132
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MagmaModule, declarations: [MdsAccordion, MdsAccordionItem, MdsAccordionTimer, MdsAccordionTimerItem, MdsAuthor, MdsAvatar, MdsAvatarStack, MdsAvatarStackItem, MdsBadge, MdsBanner, MdsBenchmarkBar, MdsBibliography, MdsBreadcrumb, MdsBreadcrumbItem, MdsButton, MdsButtonDropdown, MdsButtonGroup, MdsCalendar, MdsCalendarCell, MdsCard, MdsCardContent, MdsCardFooter, MdsCardHeader, MdsCardMedia, MdsChip, MdsDetails, MdsDropdown, MdsEmoji, MdsEntity, MdsFile, MdsFilePreview, MdsFilter, MdsFilterItem, MdsHeader, MdsHeaderBar, MdsHelp, MdsHorizontalScroll, MdsHr, MdsIcon, MdsImg, MdsInput, MdsInputDate, MdsInputDateRange, MdsInputDateRangePreselection, MdsInputField, MdsInputOtp, MdsInputRange, MdsInputSelect, MdsInputSwitch, MdsInputTip, MdsInputTipItem, MdsInputUpload, MdsKeyboard, MdsKeyboardKey, MdsKpi, MdsKpiItem, MdsLabel, MdsList, MdsListItem, MdsMention, MdsModal, MdsNote, MdsNotification, MdsPaginator, MdsPaginatorItem, MdsPolicyAi, MdsPref, MdsPrefAnimation, MdsPrefConsumption, MdsPrefContrast, MdsPrefLanguage, MdsPrefLanguageItem, MdsPrefTheme, MdsPriceTable, MdsPriceTableFeatures, MdsPriceTableFeaturesCell, MdsPriceTableFeaturesRow, MdsPriceTableHeader, MdsPriceTableList, MdsPriceTableListItem, MdsProgress, MdsPushNotification, MdsPushNotificationItem, MdsQuote, MdsRadialMenu, MdsRadialMenuItem, MdsSeparator, MdsSpinner, MdsStatusBar, 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, MdsAvatarStack, MdsAvatarStackItem, MdsBadge, MdsBanner, MdsBenchmarkBar, MdsBibliography, MdsBreadcrumb, MdsBreadcrumbItem, MdsButton, MdsButtonDropdown, MdsButtonGroup, MdsCalendar, MdsCalendarCell, MdsCard, MdsCardContent, MdsCardFooter, MdsCardHeader, MdsCardMedia, MdsChip, MdsDetails, MdsDropdown, MdsEmoji, MdsEntity, MdsFile, MdsFilePreview, MdsFilter, MdsFilterItem, MdsHeader, MdsHeaderBar, MdsHelp, MdsHorizontalScroll, MdsHr, MdsIcon, MdsImg, MdsInput, MdsInputDate, MdsInputDateRange, MdsInputDateRangePreselection, MdsInputField, MdsInputOtp, MdsInputRange, MdsInputSelect, MdsInputSwitch, MdsInputTip, MdsInputTipItem, MdsInputUpload, MdsKeyboard, MdsKeyboardKey, MdsKpi, MdsKpiItem, MdsLabel, MdsList, MdsListItem, MdsMention, MdsModal, MdsNote, MdsNotification, MdsPaginator, MdsPaginatorItem, MdsPolicyAi, MdsPref, MdsPrefAnimation, MdsPrefConsumption, MdsPrefContrast, MdsPrefLanguage, MdsPrefLanguageItem, MdsPrefTheme, MdsPriceTable, MdsPriceTableFeatures, MdsPriceTableFeaturesCell, MdsPriceTableFeaturesRow, MdsPriceTableHeader, MdsPriceTableList, MdsPriceTableListItem, MdsProgress, MdsPushNotification, MdsPushNotificationItem, MdsQuote, MdsRadialMenu, MdsRadialMenuItem, MdsSeparator, MdsSpinner, MdsStatusBar, MdsStepperBar, MdsStepperBarItem, MdsTab, MdsTabBar, MdsTabBarItem, MdsTabItem, MdsTable, MdsTableBody, MdsTableCell, MdsTableFooter, MdsTableHeader, MdsTableHeaderCell, MdsTableRow, MdsText, MdsToast, MdsTooltip, MdsTree, MdsTreeItem, MdsUrlView, MdsUsage, MdsVideoWall, MdsZero] });
|
|
3133
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MagmaModule });
|
|
2575
3134
|
}
|
|
2576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MagmaModule, decorators: [{
|
|
2577
3136
|
type: NgModule,
|
|
2578
3137
|
args: [{
|
|
2579
3138
|
declarations: [...DIRECTIVES],
|
|
2580
3139
|
exports: [...DIRECTIVES],
|
|
2581
|
-
providers: [
|
|
2582
|
-
{
|
|
2583
|
-
provide: APP_INITIALIZER,
|
|
2584
|
-
useFactory: () => defineCustomElements,
|
|
2585
|
-
multi: true
|
|
2586
|
-
},
|
|
2587
|
-
]
|
|
2588
3140
|
}]
|
|
2589
3141
|
}] });
|
|
2590
3142
|
|
|
@@ -2596,5 +3148,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
|
|
|
2596
3148
|
* Generated bundle index. Do not edit.
|
|
2597
3149
|
*/
|
|
2598
3150
|
|
|
2599
|
-
export {
|
|
3151
|
+
export { DIRECTIVES, MagmaModule, MdsAccordion, MdsAccordionItem, MdsAccordionTimer, MdsAccordionTimerItem, MdsAuthor, MdsAvatar, MdsAvatarStack, MdsAvatarStackItem, MdsBadge, MdsBanner, MdsBenchmarkBar, MdsBibliography, MdsBreadcrumb, MdsBreadcrumbItem, MdsButton, MdsButtonDropdown, MdsButtonGroup, MdsCalendar, MdsCalendarCell, MdsCard, MdsCardContent, MdsCardFooter, MdsCardHeader, MdsCardMedia, MdsChip, MdsDetails, MdsDropdown, MdsEmoji, MdsEntity, MdsFile, MdsFilePreview, MdsFilter, MdsFilterItem, MdsHeader, MdsHeaderBar, MdsHelp, MdsHorizontalScroll, MdsHr, MdsIcon, MdsImg, MdsInput, MdsInputDate, MdsInputDateRange, MdsInputDateRangePreselection, MdsInputField, MdsInputOtp, MdsInputRange, MdsInputSelect, MdsInputSwitch, MdsInputTip, MdsInputTipItem, MdsInputUpload, MdsKeyboard, MdsKeyboardKey, MdsKpi, MdsKpiItem, MdsLabel, MdsList, MdsListItem, MdsMention, MdsModal, MdsNote, MdsNotification, MdsPaginator, MdsPaginatorItem, MdsPolicyAi, MdsPref, MdsPrefAnimation, MdsPrefConsumption, MdsPrefContrast, MdsPrefLanguage, MdsPrefLanguageItem, MdsPrefTheme, MdsPriceTable, MdsPriceTableFeatures, MdsPriceTableFeaturesCell, MdsPriceTableFeaturesRow, MdsPriceTableHeader, MdsPriceTableList, MdsPriceTableListItem, MdsProgress, MdsPushNotification, MdsPushNotificationItem, MdsQuote, MdsRadialMenu, MdsRadialMenuItem, MdsSeparator, MdsSpinner, MdsStatusBar, MdsStepperBar, MdsStepperBarItem, MdsTab, MdsTabBar, MdsTabBarItem, MdsTabItem, MdsTable, MdsTableBody, MdsTableCell, MdsTableFooter, MdsTableHeader, MdsTableHeaderCell, MdsTableRow, MdsText, MdsToast, MdsTooltip, MdsTree, MdsTreeItem, MdsUrlView, MdsUsage, MdsVideoWall, MdsZero };
|
|
2600
3152
|
//# sourceMappingURL=maggioli-design-system-magma-angular.mjs.map
|