@trimble-oss/moduswebcomponents-angular 1.3.0-ng18 → 1.4.0-ng17
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 +8 -8
- package/esm2022/lib/modus-wc-angular.module.mjs +6 -6
- package/esm2022/lib/stencil-generated/components.mjs +158 -260
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs +163 -265
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +4 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ChangeDetectionStrategy, Component, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
3
3
|
import { defineCustomElements } from '@trimble-oss/moduswebcomponents/loader';
|
|
4
4
|
import { setAssetPath } from '@trimble-oss/moduswebcomponents/components';
|
|
5
5
|
import { __decorate } from 'tslib';
|
|
@@ -64,23 +64,21 @@ function ProxyCmp(opts) {
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
let ModusWcAccordion = class ModusWcAccordion {
|
|
67
|
-
z;
|
|
68
|
-
el;
|
|
69
67
|
constructor(c, r, z) {
|
|
70
68
|
this.z = z;
|
|
71
69
|
c.detach();
|
|
72
70
|
this.el = r.nativeElement;
|
|
73
71
|
proxyOutputs(this, this.el, ['expandedChange']);
|
|
74
72
|
}
|
|
75
|
-
static
|
|
76
|
-
static
|
|
73
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
74
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAccordion, selector: "modus-wc-accordion", inputs: { customClass: "customClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
77
75
|
};
|
|
78
76
|
ModusWcAccordion = __decorate([
|
|
79
77
|
ProxyCmp({
|
|
80
78
|
inputs: ['customClass']
|
|
81
79
|
})
|
|
82
80
|
], ModusWcAccordion);
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAccordion, decorators: [{
|
|
84
82
|
type: Component,
|
|
85
83
|
args: [{
|
|
86
84
|
selector: 'modus-wc-accordion',
|
|
@@ -91,23 +89,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
91
89
|
}]
|
|
92
90
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
93
91
|
let ModusWcAlert = class ModusWcAlert {
|
|
94
|
-
z;
|
|
95
|
-
el;
|
|
96
92
|
constructor(c, r, z) {
|
|
97
93
|
this.z = z;
|
|
98
94
|
c.detach();
|
|
99
95
|
this.el = r.nativeElement;
|
|
100
96
|
proxyOutputs(this, this.el, ['dismissClick']);
|
|
101
97
|
}
|
|
102
|
-
static
|
|
103
|
-
static
|
|
98
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
99
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAlert, selector: "modus-wc-alert", inputs: { alertDescription: "alertDescription", alertTitle: "alertTitle", customClass: "customClass", delay: "delay", dismissible: "dismissible", icon: "icon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
104
100
|
};
|
|
105
101
|
ModusWcAlert = __decorate([
|
|
106
102
|
ProxyCmp({
|
|
107
103
|
inputs: ['alertDescription', 'alertTitle', 'customClass', 'delay', 'dismissible', 'icon', 'variant']
|
|
108
104
|
})
|
|
109
105
|
], ModusWcAlert);
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAlert, decorators: [{
|
|
111
107
|
type: Component,
|
|
112
108
|
args: [{
|
|
113
109
|
selector: 'modus-wc-alert',
|
|
@@ -118,16 +114,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
118
114
|
}]
|
|
119
115
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
120
116
|
let ModusWcAutocomplete = class ModusWcAutocomplete {
|
|
121
|
-
z;
|
|
122
|
-
el;
|
|
123
117
|
constructor(c, r, z) {
|
|
124
118
|
this.z = z;
|
|
125
119
|
c.detach();
|
|
126
120
|
this.el = r.nativeElement;
|
|
127
121
|
proxyOutputs(this, this.el, ['chipRemove', 'chipsExpansionChange', 'clearClick', 'inputBlur', 'inputChange', 'inputFocus', 'itemSelect']);
|
|
128
122
|
}
|
|
129
|
-
static
|
|
130
|
-
static
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
124
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAutocomplete, selector: "modus-wc-autocomplete", inputs: { autoComplete: "autoComplete", bordered: "bordered", customBlur: "customBlur", customClass: "customClass", customInputChange: "customInputChange", customItemSelect: "customItemSelect", customKeyDown: "customKeyDown", debounceMs: "debounceMs", disabled: "disabled", feedback: "feedback", includeClear: "includeClear", includeSearch: "includeSearch", inputId: "inputId", inputTabIndex: "inputTabIndex", items: "items", label: "label", leaveMenuOpen: "leaveMenuOpen", maxChips: "maxChips", minChars: "minChars", minInputWidth: "minInputWidth", multiSelect: "multiSelect", name: "name", noResults: "noResults", placeholder: "placeholder", readOnly: "readOnly", required: "required", showMenuOnFocus: "showMenuOnFocus", showSpinner: "showSpinner", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
131
125
|
};
|
|
132
126
|
ModusWcAutocomplete = __decorate([
|
|
133
127
|
ProxyCmp({
|
|
@@ -135,7 +129,7 @@ ModusWcAutocomplete = __decorate([
|
|
|
135
129
|
methods: ['selectItem', 'openMenu', 'closeMenu', 'toggleMenu', 'focusInput', 'clearInput']
|
|
136
130
|
})
|
|
137
131
|
], ModusWcAutocomplete);
|
|
138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAutocomplete, decorators: [{
|
|
139
133
|
type: Component,
|
|
140
134
|
args: [{
|
|
141
135
|
selector: 'modus-wc-autocomplete',
|
|
@@ -146,22 +140,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
146
140
|
}]
|
|
147
141
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
148
142
|
let ModusWcAvatar = class ModusWcAvatar {
|
|
149
|
-
z;
|
|
150
|
-
el;
|
|
151
143
|
constructor(c, r, z) {
|
|
152
144
|
this.z = z;
|
|
153
145
|
c.detach();
|
|
154
146
|
this.el = r.nativeElement;
|
|
155
147
|
}
|
|
156
|
-
static
|
|
157
|
-
static
|
|
148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
149
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAvatar, selector: "modus-wc-avatar", inputs: { alt: "alt", customClass: "customClass", imgSrc: "imgSrc", initials: "initials", shape: "shape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
158
150
|
};
|
|
159
151
|
ModusWcAvatar = __decorate([
|
|
160
152
|
ProxyCmp({
|
|
161
153
|
inputs: ['alt', 'customClass', 'imgSrc', 'initials', 'shape', 'size']
|
|
162
154
|
})
|
|
163
155
|
], ModusWcAvatar);
|
|
164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAvatar, decorators: [{
|
|
165
157
|
type: Component,
|
|
166
158
|
args: [{
|
|
167
159
|
selector: 'modus-wc-avatar',
|
|
@@ -172,22 +164,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
172
164
|
}]
|
|
173
165
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
174
166
|
let ModusWcBadge = class ModusWcBadge {
|
|
175
|
-
z;
|
|
176
|
-
el;
|
|
177
167
|
constructor(c, r, z) {
|
|
178
168
|
this.z = z;
|
|
179
169
|
c.detach();
|
|
180
170
|
this.el = r.nativeElement;
|
|
181
171
|
}
|
|
182
|
-
static
|
|
183
|
-
static
|
|
172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
173
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcBadge, selector: "modus-wc-badge", inputs: { color: "color", customClass: "customClass", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
184
174
|
};
|
|
185
175
|
ModusWcBadge = __decorate([
|
|
186
176
|
ProxyCmp({
|
|
187
177
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
188
178
|
})
|
|
189
179
|
], ModusWcBadge);
|
|
190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBadge, decorators: [{
|
|
191
181
|
type: Component,
|
|
192
182
|
args: [{
|
|
193
183
|
selector: 'modus-wc-badge',
|
|
@@ -198,23 +188,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
198
188
|
}]
|
|
199
189
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
200
190
|
let ModusWcBreadcrumbs = class ModusWcBreadcrumbs {
|
|
201
|
-
z;
|
|
202
|
-
el;
|
|
203
191
|
constructor(c, r, z) {
|
|
204
192
|
this.z = z;
|
|
205
193
|
c.detach();
|
|
206
194
|
this.el = r.nativeElement;
|
|
207
195
|
proxyOutputs(this, this.el, ['breadcrumbClick']);
|
|
208
196
|
}
|
|
209
|
-
static
|
|
210
|
-
static
|
|
197
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
198
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcBreadcrumbs, selector: "modus-wc-breadcrumbs", inputs: { customClass: "customClass", items: "items", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
211
199
|
};
|
|
212
200
|
ModusWcBreadcrumbs = __decorate([
|
|
213
201
|
ProxyCmp({
|
|
214
202
|
inputs: ['customClass', 'items', 'size']
|
|
215
203
|
})
|
|
216
204
|
], ModusWcBreadcrumbs);
|
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBreadcrumbs, decorators: [{
|
|
218
206
|
type: Component,
|
|
219
207
|
args: [{
|
|
220
208
|
selector: 'modus-wc-breadcrumbs',
|
|
@@ -225,23 +213,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
225
213
|
}]
|
|
226
214
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
227
215
|
let ModusWcButton = class ModusWcButton {
|
|
228
|
-
z;
|
|
229
|
-
el;
|
|
230
216
|
constructor(c, r, z) {
|
|
231
217
|
this.z = z;
|
|
232
218
|
c.detach();
|
|
233
219
|
this.el = r.nativeElement;
|
|
234
220
|
proxyOutputs(this, this.el, ['buttonClick']);
|
|
235
221
|
}
|
|
236
|
-
static
|
|
237
|
-
static
|
|
222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
223
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcButton, selector: "modus-wc-button", inputs: { color: "color", customClass: "customClass", disabled: "disabled", fullWidth: "fullWidth", pressed: "pressed", shape: "shape", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
238
224
|
};
|
|
239
225
|
ModusWcButton = __decorate([
|
|
240
226
|
ProxyCmp({
|
|
241
227
|
inputs: ['color', 'customClass', 'disabled', 'fullWidth', 'pressed', 'shape', 'size', 'type', 'variant']
|
|
242
228
|
})
|
|
243
229
|
], ModusWcButton);
|
|
244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButton, decorators: [{
|
|
245
231
|
type: Component,
|
|
246
232
|
args: [{
|
|
247
233
|
selector: 'modus-wc-button',
|
|
@@ -252,23 +238,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
252
238
|
}]
|
|
253
239
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
254
240
|
let ModusWcButtonGroup = class ModusWcButtonGroup {
|
|
255
|
-
z;
|
|
256
|
-
el;
|
|
257
241
|
constructor(c, r, z) {
|
|
258
242
|
this.z = z;
|
|
259
243
|
c.detach();
|
|
260
244
|
this.el = r.nativeElement;
|
|
261
245
|
proxyOutputs(this, this.el, ['buttonGroupClick', 'buttonSelectionChange']);
|
|
262
246
|
}
|
|
263
|
-
static
|
|
264
|
-
static
|
|
247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
248
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcButtonGroup, selector: "modus-wc-button-group", inputs: { color: "color", disabled: "disabled", orientation: "orientation", selectionType: "selectionType", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
265
249
|
};
|
|
266
250
|
ModusWcButtonGroup = __decorate([
|
|
267
251
|
ProxyCmp({
|
|
268
252
|
inputs: ['color', 'disabled', 'orientation', 'selectionType', 'variant']
|
|
269
253
|
})
|
|
270
254
|
], ModusWcButtonGroup);
|
|
271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButtonGroup, decorators: [{
|
|
272
256
|
type: Component,
|
|
273
257
|
args: [{
|
|
274
258
|
selector: 'modus-wc-button-group',
|
|
@@ -279,22 +263,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
279
263
|
}]
|
|
280
264
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
281
265
|
let ModusWcCard = class ModusWcCard {
|
|
282
|
-
z;
|
|
283
|
-
el;
|
|
284
266
|
constructor(c, r, z) {
|
|
285
267
|
this.z = z;
|
|
286
268
|
c.detach();
|
|
287
269
|
this.el = r.nativeElement;
|
|
288
270
|
}
|
|
289
|
-
static
|
|
290
|
-
static
|
|
271
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
272
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcCard, selector: "modus-wc-card", inputs: { backgroundFigure: "backgroundFigure", bordered: "bordered", customClass: "customClass", layout: "layout", padding: "padding" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
291
273
|
};
|
|
292
274
|
ModusWcCard = __decorate([
|
|
293
275
|
ProxyCmp({
|
|
294
276
|
inputs: ['backgroundFigure', 'bordered', 'customClass', 'layout', 'padding']
|
|
295
277
|
})
|
|
296
278
|
], ModusWcCard);
|
|
297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCard, decorators: [{
|
|
298
280
|
type: Component,
|
|
299
281
|
args: [{
|
|
300
282
|
selector: 'modus-wc-card',
|
|
@@ -305,23 +287,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
305
287
|
}]
|
|
306
288
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
307
289
|
let ModusWcCheckbox = class ModusWcCheckbox {
|
|
308
|
-
z;
|
|
309
|
-
el;
|
|
310
290
|
constructor(c, r, z) {
|
|
311
291
|
this.z = z;
|
|
312
292
|
c.detach();
|
|
313
293
|
this.el = r.nativeElement;
|
|
314
294
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
315
295
|
}
|
|
316
|
-
static
|
|
317
|
-
static
|
|
296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
297
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcCheckbox, selector: "modus-wc-checkbox", inputs: { customClass: "customClass", disabled: "disabled", indeterminate: "indeterminate", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
318
298
|
};
|
|
319
299
|
ModusWcCheckbox = __decorate([
|
|
320
300
|
ProxyCmp({
|
|
321
301
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
322
302
|
})
|
|
323
303
|
], ModusWcCheckbox);
|
|
324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCheckbox, decorators: [{
|
|
325
305
|
type: Component,
|
|
326
306
|
args: [{
|
|
327
307
|
selector: 'modus-wc-checkbox',
|
|
@@ -332,23 +312,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
332
312
|
}]
|
|
333
313
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
334
314
|
let ModusWcChip = class ModusWcChip {
|
|
335
|
-
z;
|
|
336
|
-
el;
|
|
337
315
|
constructor(c, r, z) {
|
|
338
316
|
this.z = z;
|
|
339
317
|
c.detach();
|
|
340
318
|
this.el = r.nativeElement;
|
|
341
319
|
proxyOutputs(this, this.el, ['chipClick', 'chipRemove']);
|
|
342
320
|
}
|
|
343
|
-
static
|
|
344
|
-
static
|
|
321
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
322
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcChip, selector: "modus-wc-chip", inputs: { active: "active", customClass: "customClass", disabled: "disabled", hasError: "hasError", label: "label", shape: "shape", showRemove: "showRemove", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
345
323
|
};
|
|
346
324
|
ModusWcChip = __decorate([
|
|
347
325
|
ProxyCmp({
|
|
348
326
|
inputs: ['active', 'customClass', 'disabled', 'hasError', 'label', 'shape', 'showRemove', 'size', 'variant']
|
|
349
327
|
})
|
|
350
328
|
], ModusWcChip);
|
|
351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcChip, decorators: [{
|
|
352
330
|
type: Component,
|
|
353
331
|
args: [{
|
|
354
332
|
selector: 'modus-wc-chip',
|
|
@@ -359,50 +337,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
359
337
|
}]
|
|
360
338
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
361
339
|
let ModusWcCollapse = class ModusWcCollapse {
|
|
362
|
-
z;
|
|
363
|
-
el;
|
|
364
340
|
constructor(c, r, z) {
|
|
365
341
|
this.z = z;
|
|
366
342
|
c.detach();
|
|
367
343
|
this.el = r.nativeElement;
|
|
368
344
|
proxyOutputs(this, this.el, ['expandedChange']);
|
|
369
345
|
}
|
|
370
|
-
static
|
|
371
|
-
static
|
|
346
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCollapse, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
347
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcCollapse, selector: "modus-wc-collapse", inputs: { bordered: "bordered", chevronPosition: "chevronPosition", collapseId: "collapseId", customClass: "customClass", expanded: "expanded", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
372
348
|
};
|
|
373
349
|
ModusWcCollapse = __decorate([
|
|
374
350
|
ProxyCmp({
|
|
375
|
-
inputs: ['bordered', 'collapseId', 'customClass', 'expanded', 'options']
|
|
351
|
+
inputs: ['bordered', 'chevronPosition', 'collapseId', 'customClass', 'expanded', 'options']
|
|
376
352
|
})
|
|
377
353
|
], ModusWcCollapse);
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCollapse, decorators: [{
|
|
379
355
|
type: Component,
|
|
380
356
|
args: [{
|
|
381
357
|
selector: 'modus-wc-collapse',
|
|
382
358
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
383
359
|
template: '<ng-content></ng-content>',
|
|
384
360
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
385
|
-
inputs: ['bordered', 'collapseId', 'customClass', 'expanded', 'options'],
|
|
361
|
+
inputs: ['bordered', 'chevronPosition', 'collapseId', 'customClass', 'expanded', 'options'],
|
|
386
362
|
}]
|
|
387
363
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
388
364
|
let ModusWcDate = class ModusWcDate {
|
|
389
|
-
z;
|
|
390
|
-
el;
|
|
391
365
|
constructor(c, r, z) {
|
|
392
366
|
this.z = z;
|
|
393
367
|
c.detach();
|
|
394
368
|
this.el = r.nativeElement;
|
|
395
369
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus', 'calendarMonthChange', 'calendarYearChange']);
|
|
396
370
|
}
|
|
397
|
-
static
|
|
398
|
-
static
|
|
371
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
372
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcDate, selector: "modus-wc-date", inputs: { bordered: "bordered", customClass: "customClass", disabled: "disabled", feedback: "feedback", format: "format", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", required: "required", showWeekNumbers: "showWeekNumbers", size: "size", value: "value", weekStartDay: "weekStartDay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
399
373
|
};
|
|
400
374
|
ModusWcDate = __decorate([
|
|
401
375
|
ProxyCmp({
|
|
402
376
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'format', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showWeekNumbers', 'size', 'value', 'weekStartDay']
|
|
403
377
|
})
|
|
404
378
|
], ModusWcDate);
|
|
405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDate, decorators: [{
|
|
406
380
|
type: Component,
|
|
407
381
|
args: [{
|
|
408
382
|
selector: 'modus-wc-date',
|
|
@@ -413,22 +387,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
413
387
|
}]
|
|
414
388
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
415
389
|
let ModusWcDivider = class ModusWcDivider {
|
|
416
|
-
z;
|
|
417
|
-
el;
|
|
418
390
|
constructor(c, r, z) {
|
|
419
391
|
this.z = z;
|
|
420
392
|
c.detach();
|
|
421
393
|
this.el = r.nativeElement;
|
|
422
394
|
}
|
|
423
|
-
static
|
|
424
|
-
static
|
|
395
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
396
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcDivider, selector: "modus-wc-divider", inputs: { color: "color", content: "content", customClass: "customClass", orientation: "orientation", position: "position", responsive: "responsive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
425
397
|
};
|
|
426
398
|
ModusWcDivider = __decorate([
|
|
427
399
|
ProxyCmp({
|
|
428
400
|
inputs: ['color', 'content', 'customClass', 'orientation', 'position', 'responsive']
|
|
429
401
|
})
|
|
430
402
|
], ModusWcDivider);
|
|
431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDivider, decorators: [{
|
|
432
404
|
type: Component,
|
|
433
405
|
args: [{
|
|
434
406
|
selector: 'modus-wc-divider',
|
|
@@ -439,23 +411,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
439
411
|
}]
|
|
440
412
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
441
413
|
let ModusWcDropdownMenu = class ModusWcDropdownMenu {
|
|
442
|
-
z;
|
|
443
|
-
el;
|
|
444
414
|
constructor(c, r, z) {
|
|
445
415
|
this.z = z;
|
|
446
416
|
c.detach();
|
|
447
417
|
this.el = r.nativeElement;
|
|
448
418
|
proxyOutputs(this, this.el, ['menuVisibilityChange']);
|
|
449
419
|
}
|
|
450
|
-
static
|
|
451
|
-
static
|
|
420
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
421
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcDropdownMenu, selector: "modus-wc-dropdown-menu", inputs: { buttonAriaLabel: "buttonAriaLabel", buttonColor: "buttonColor", buttonShape: "buttonShape", buttonSize: "buttonSize", buttonVariant: "buttonVariant", customClass: "customClass", disabled: "disabled", menuBordered: "menuBordered", menuOffset: "menuOffset", menuPlacement: "menuPlacement", menuSize: "menuSize", menuVisible: "menuVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
452
422
|
};
|
|
453
423
|
ModusWcDropdownMenu = __decorate([
|
|
454
424
|
ProxyCmp({
|
|
455
425
|
inputs: ['buttonAriaLabel', 'buttonColor', 'buttonShape', 'buttonSize', 'buttonVariant', 'customClass', 'disabled', 'menuBordered', 'menuOffset', 'menuPlacement', 'menuSize', 'menuVisible']
|
|
456
426
|
})
|
|
457
427
|
], ModusWcDropdownMenu);
|
|
458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDropdownMenu, decorators: [{
|
|
459
429
|
type: Component,
|
|
460
430
|
args: [{
|
|
461
431
|
selector: 'modus-wc-dropdown-menu',
|
|
@@ -466,16 +436,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
466
436
|
}]
|
|
467
437
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
468
438
|
let ModusWcFileDropzone = class ModusWcFileDropzone {
|
|
469
|
-
z;
|
|
470
|
-
el;
|
|
471
439
|
constructor(c, r, z) {
|
|
472
440
|
this.z = z;
|
|
473
441
|
c.detach();
|
|
474
442
|
this.el = r.nativeElement;
|
|
475
443
|
proxyOutputs(this, this.el, ['fileSelect']);
|
|
476
444
|
}
|
|
477
|
-
static
|
|
478
|
-
static
|
|
445
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcFileDropzone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
446
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcFileDropzone, selector: "modus-wc-file-dropzone", inputs: { acceptFileTypes: "acceptFileTypes", customClass: "customClass", disabled: "disabled", fileDraggedOverInstructions: "fileDraggedOverInstructions", includeStateIcon: "includeStateIcon", instructions: "instructions", invalidFileTypeMessage: "invalidFileTypeMessage", maxFileCount: "maxFileCount", maxFileNameLength: "maxFileNameLength", maxTotalFileSizeBytes: "maxTotalFileSizeBytes", multiple: "multiple", successMessage: "successMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
479
447
|
};
|
|
480
448
|
ModusWcFileDropzone = __decorate([
|
|
481
449
|
ProxyCmp({
|
|
@@ -483,7 +451,7 @@ ModusWcFileDropzone = __decorate([
|
|
|
483
451
|
methods: ['reset']
|
|
484
452
|
})
|
|
485
453
|
], ModusWcFileDropzone);
|
|
486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcFileDropzone, decorators: [{
|
|
487
455
|
type: Component,
|
|
488
456
|
args: [{
|
|
489
457
|
selector: 'modus-wc-file-dropzone',
|
|
@@ -494,22 +462,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
494
462
|
}]
|
|
495
463
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
496
464
|
let ModusWcHandle = class ModusWcHandle {
|
|
497
|
-
z;
|
|
498
|
-
el;
|
|
499
465
|
constructor(c, r, z) {
|
|
500
466
|
this.z = z;
|
|
501
467
|
c.detach();
|
|
502
468
|
this.el = r.nativeElement;
|
|
503
469
|
}
|
|
504
|
-
static
|
|
505
|
-
static
|
|
470
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcHandle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
471
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcHandle, selector: "modus-wc-handle", inputs: { buttonColor: "buttonColor", buttonSize: "buttonSize", buttonVariant: "buttonVariant", customClass: "customClass", defaultSplit: "defaultSplit", density: "density", leftTarget: "leftTarget", orientation: "orientation", rightTarget: "rightTarget", size: "size", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
506
472
|
};
|
|
507
473
|
ModusWcHandle = __decorate([
|
|
508
474
|
ProxyCmp({
|
|
509
475
|
inputs: ['buttonColor', 'buttonSize', 'buttonVariant', 'customClass', 'defaultSplit', 'density', 'leftTarget', 'orientation', 'rightTarget', 'size', 'type']
|
|
510
476
|
})
|
|
511
477
|
], ModusWcHandle);
|
|
512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcHandle, decorators: [{
|
|
513
479
|
type: Component,
|
|
514
480
|
args: [{
|
|
515
481
|
selector: 'modus-wc-handle',
|
|
@@ -520,22 +486,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
520
486
|
}]
|
|
521
487
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
522
488
|
let ModusWcIcon = class ModusWcIcon {
|
|
523
|
-
z;
|
|
524
|
-
el;
|
|
525
489
|
constructor(c, r, z) {
|
|
526
490
|
this.z = z;
|
|
527
491
|
c.detach();
|
|
528
492
|
this.el = r.nativeElement;
|
|
529
493
|
}
|
|
530
|
-
static
|
|
531
|
-
static
|
|
494
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
495
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcIcon, selector: "modus-wc-icon", inputs: { customClass: "customClass", decorative: "decorative", name: "name", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
532
496
|
};
|
|
533
497
|
ModusWcIcon = __decorate([
|
|
534
498
|
ProxyCmp({
|
|
535
499
|
inputs: ['customClass', 'decorative', 'name', 'size', 'variant']
|
|
536
500
|
})
|
|
537
501
|
], ModusWcIcon);
|
|
538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcIcon, decorators: [{
|
|
539
503
|
type: Component,
|
|
540
504
|
args: [{
|
|
541
505
|
selector: 'modus-wc-icon',
|
|
@@ -546,22 +510,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
546
510
|
}]
|
|
547
511
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
548
512
|
let ModusWcInputFeedback = class ModusWcInputFeedback {
|
|
549
|
-
z;
|
|
550
|
-
el;
|
|
551
513
|
constructor(c, r, z) {
|
|
552
514
|
this.z = z;
|
|
553
515
|
c.detach();
|
|
554
516
|
this.el = r.nativeElement;
|
|
555
517
|
}
|
|
556
|
-
static
|
|
557
|
-
static
|
|
518
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputFeedback, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
519
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcInputFeedback, selector: "modus-wc-input-feedback", inputs: { customClass: "customClass", icon: "icon", level: "level", message: "message", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
558
520
|
};
|
|
559
521
|
ModusWcInputFeedback = __decorate([
|
|
560
522
|
ProxyCmp({
|
|
561
523
|
inputs: ['customClass', 'icon', 'level', 'message', 'size']
|
|
562
524
|
})
|
|
563
525
|
], ModusWcInputFeedback);
|
|
564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputFeedback, decorators: [{
|
|
565
527
|
type: Component,
|
|
566
528
|
args: [{
|
|
567
529
|
selector: 'modus-wc-input-feedback',
|
|
@@ -572,22 +534,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
572
534
|
}]
|
|
573
535
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
574
536
|
let ModusWcInputLabel = class ModusWcInputLabel {
|
|
575
|
-
z;
|
|
576
|
-
el;
|
|
577
537
|
constructor(c, r, z) {
|
|
578
538
|
this.z = z;
|
|
579
539
|
c.detach();
|
|
580
540
|
this.el = r.nativeElement;
|
|
581
541
|
}
|
|
582
|
-
static
|
|
583
|
-
static
|
|
542
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
543
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcInputLabel, selector: "modus-wc-input-label", inputs: { customClass: "customClass", forId: "forId", labelText: "labelText", required: "required", size: "size", subLabelText: "subLabelText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
584
544
|
};
|
|
585
545
|
ModusWcInputLabel = __decorate([
|
|
586
546
|
ProxyCmp({
|
|
587
547
|
inputs: ['customClass', 'forId', 'labelText', 'required', 'size', 'subLabelText']
|
|
588
548
|
})
|
|
589
549
|
], ModusWcInputLabel);
|
|
590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputLabel, decorators: [{
|
|
591
551
|
type: Component,
|
|
592
552
|
args: [{
|
|
593
553
|
selector: 'modus-wc-input-label',
|
|
@@ -598,22 +558,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
598
558
|
}]
|
|
599
559
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
600
560
|
let ModusWcLoader = class ModusWcLoader {
|
|
601
|
-
z;
|
|
602
|
-
el;
|
|
603
561
|
constructor(c, r, z) {
|
|
604
562
|
this.z = z;
|
|
605
563
|
c.detach();
|
|
606
564
|
this.el = r.nativeElement;
|
|
607
565
|
}
|
|
608
|
-
static
|
|
609
|
-
static
|
|
566
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
567
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcLoader, selector: "modus-wc-loader", inputs: { color: "color", customClass: "customClass", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
610
568
|
};
|
|
611
569
|
ModusWcLoader = __decorate([
|
|
612
570
|
ProxyCmp({
|
|
613
571
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
614
572
|
})
|
|
615
573
|
], ModusWcLoader);
|
|
616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLoader, decorators: [{
|
|
617
575
|
type: Component,
|
|
618
576
|
args: [{
|
|
619
577
|
selector: 'modus-wc-loader',
|
|
@@ -624,22 +582,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
624
582
|
}]
|
|
625
583
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
626
584
|
let ModusWcLogo = class ModusWcLogo {
|
|
627
|
-
z;
|
|
628
|
-
el;
|
|
629
585
|
constructor(c, r, z) {
|
|
630
586
|
this.z = z;
|
|
631
587
|
c.detach();
|
|
632
588
|
this.el = r.nativeElement;
|
|
633
589
|
}
|
|
634
|
-
static
|
|
635
|
-
static
|
|
590
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
591
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcLogo, selector: "modus-wc-logo", inputs: { alt: "alt", customClass: "customClass", emblem: "emblem", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
636
592
|
};
|
|
637
593
|
ModusWcLogo = __decorate([
|
|
638
594
|
ProxyCmp({
|
|
639
595
|
inputs: ['alt', 'customClass', 'emblem', 'name']
|
|
640
596
|
})
|
|
641
597
|
], ModusWcLogo);
|
|
642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLogo, decorators: [{
|
|
643
599
|
type: Component,
|
|
644
600
|
args: [{
|
|
645
601
|
selector: 'modus-wc-logo',
|
|
@@ -650,23 +606,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
650
606
|
}]
|
|
651
607
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
652
608
|
let ModusWcMenu = class ModusWcMenu {
|
|
653
|
-
z;
|
|
654
|
-
el;
|
|
655
609
|
constructor(c, r, z) {
|
|
656
610
|
this.z = z;
|
|
657
611
|
c.detach();
|
|
658
612
|
this.el = r.nativeElement;
|
|
659
613
|
proxyOutputs(this, this.el, ['menuFocusout', 'menuSelectionChange']);
|
|
660
614
|
}
|
|
661
|
-
static
|
|
662
|
-
static
|
|
615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
616
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcMenu, selector: "modus-wc-menu", inputs: { bordered: "bordered", customClass: "customClass", isSubMenu: "isSubMenu", orientation: "orientation", selectionMode: "selectionMode", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
663
617
|
};
|
|
664
618
|
ModusWcMenu = __decorate([
|
|
665
619
|
ProxyCmp({
|
|
666
620
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size']
|
|
667
621
|
})
|
|
668
622
|
], ModusWcMenu);
|
|
669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenu, decorators: [{
|
|
670
624
|
type: Component,
|
|
671
625
|
args: [{
|
|
672
626
|
selector: 'modus-wc-menu',
|
|
@@ -677,16 +631,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
677
631
|
}]
|
|
678
632
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
679
633
|
let ModusWcMenuItem = class ModusWcMenuItem {
|
|
680
|
-
z;
|
|
681
|
-
el;
|
|
682
634
|
constructor(c, r, z) {
|
|
683
635
|
this.z = z;
|
|
684
636
|
c.detach();
|
|
685
637
|
this.el = r.nativeElement;
|
|
686
638
|
proxyOutputs(this, this.el, ['itemSelect']);
|
|
687
639
|
}
|
|
688
|
-
static
|
|
689
|
-
static
|
|
640
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
641
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcMenuItem, selector: "modus-wc-menu-item", inputs: { bordered: "bordered", checkbox: "checkbox", customClass: "customClass", disabled: "disabled", focused: "focused", hasSubmenu: "hasSubmenu", label: "label", selected: "selected", size: "size", subLabel: "subLabel", tooltipContent: "tooltipContent", tooltipPosition: "tooltipPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
690
642
|
};
|
|
691
643
|
ModusWcMenuItem = __decorate([
|
|
692
644
|
ProxyCmp({
|
|
@@ -694,7 +646,7 @@ ModusWcMenuItem = __decorate([
|
|
|
694
646
|
methods: ['collapseSubmenu']
|
|
695
647
|
})
|
|
696
648
|
], ModusWcMenuItem);
|
|
697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenuItem, decorators: [{
|
|
698
650
|
type: Component,
|
|
699
651
|
args: [{
|
|
700
652
|
selector: 'modus-wc-menu-item',
|
|
@@ -705,22 +657,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
705
657
|
}]
|
|
706
658
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
707
659
|
let ModusWcModal = class ModusWcModal {
|
|
708
|
-
z;
|
|
709
|
-
el;
|
|
710
660
|
constructor(c, r, z) {
|
|
711
661
|
this.z = z;
|
|
712
662
|
c.detach();
|
|
713
663
|
this.el = r.nativeElement;
|
|
714
664
|
}
|
|
715
|
-
static
|
|
716
|
-
static
|
|
665
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
666
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcModal, selector: "modus-wc-modal", inputs: { backdrop: "backdrop", customClass: "customClass", fullscreen: "fullscreen", modalId: "modalId", position: "position", showClose: "showClose", showFullscreenToggle: "showFullscreenToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
717
667
|
};
|
|
718
668
|
ModusWcModal = __decorate([
|
|
719
669
|
ProxyCmp({
|
|
720
670
|
inputs: ['backdrop', 'customClass', 'fullscreen', 'modalId', 'position', 'showClose', 'showFullscreenToggle']
|
|
721
671
|
})
|
|
722
672
|
], ModusWcModal);
|
|
723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcModal, decorators: [{
|
|
724
674
|
type: Component,
|
|
725
675
|
args: [{
|
|
726
676
|
selector: 'modus-wc-modal',
|
|
@@ -731,23 +681,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
731
681
|
}]
|
|
732
682
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
733
683
|
let ModusWcNavbar = class ModusWcNavbar {
|
|
734
|
-
z;
|
|
735
|
-
el;
|
|
736
684
|
constructor(c, r, z) {
|
|
737
685
|
this.z = z;
|
|
738
686
|
c.detach();
|
|
739
687
|
this.el = r.nativeElement;
|
|
740
688
|
proxyOutputs(this, this.el, ['aiClick', 'appsClick', 'appsMenuOpenChange', 'condensedMenuOpenChange', 'helpClick', 'mainMenuOpenChange', 'myTrimbleClick', 'notificationsClick', 'notificationsMenuOpenChange', 'searchChange', 'searchClick', 'searchInputOpenChange', 'signOutClick', 'trimbleLogoClick', 'userMenuOpenChange']);
|
|
741
689
|
}
|
|
742
|
-
static
|
|
743
|
-
static
|
|
690
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
691
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcNavbar, selector: "modus-wc-navbar", inputs: { appsMenuOpen: "appsMenuOpen", condensed: "condensed", condensedMenuOpen: "condensedMenuOpen", customClass: "customClass", logoName: "logoName", mainMenuOpen: "mainMenuOpen", notificationsMenuOpen: "notificationsMenuOpen", searchDebounceMs: "searchDebounceMs", searchInputOpen: "searchInputOpen", textOverrides: "textOverrides", userCard: "userCard", userMenuOpen: "userMenuOpen", visibility: "visibility" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
744
692
|
};
|
|
745
693
|
ModusWcNavbar = __decorate([
|
|
746
694
|
ProxyCmp({
|
|
747
695
|
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'logoName', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility']
|
|
748
696
|
})
|
|
749
697
|
], ModusWcNavbar);
|
|
750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNavbar, decorators: [{
|
|
751
699
|
type: Component,
|
|
752
700
|
args: [{
|
|
753
701
|
selector: 'modus-wc-navbar',
|
|
@@ -758,23 +706,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
758
706
|
}]
|
|
759
707
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
760
708
|
let ModusWcNumberInput = class ModusWcNumberInput {
|
|
761
|
-
z;
|
|
762
|
-
el;
|
|
763
709
|
constructor(c, r, z) {
|
|
764
710
|
this.z = z;
|
|
765
711
|
c.detach();
|
|
766
712
|
this.el = r.nativeElement;
|
|
767
713
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
768
714
|
}
|
|
769
|
-
static
|
|
770
|
-
static
|
|
715
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
716
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcNumberInput, selector: "modus-wc-number-input", inputs: { autoComplete: "autoComplete", bordered: "bordered", currencySymbol: "currencySymbol", customClass: "customClass", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", step: "step", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
771
717
|
};
|
|
772
718
|
ModusWcNumberInput = __decorate([
|
|
773
719
|
ProxyCmp({
|
|
774
720
|
inputs: ['autoComplete', 'bordered', 'currencySymbol', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'size', 'step', 'type', 'value']
|
|
775
721
|
})
|
|
776
722
|
], ModusWcNumberInput);
|
|
777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNumberInput, decorators: [{
|
|
778
724
|
type: Component,
|
|
779
725
|
args: [{
|
|
780
726
|
selector: 'modus-wc-number-input',
|
|
@@ -785,23 +731,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
785
731
|
}]
|
|
786
732
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
787
733
|
let ModusWcPagination = class ModusWcPagination {
|
|
788
|
-
z;
|
|
789
|
-
el;
|
|
790
734
|
constructor(c, r, z) {
|
|
791
735
|
this.z = z;
|
|
792
736
|
c.detach();
|
|
793
737
|
this.el = r.nativeElement;
|
|
794
738
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
795
739
|
}
|
|
796
|
-
static
|
|
797
|
-
static
|
|
740
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
741
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcPagination, selector: "modus-wc-pagination", inputs: { ariaLabelValues: "ariaLabelValues", count: "count", customClass: "customClass", nextButtonText: "nextButtonText", page: "page", prevButtonText: "prevButtonText", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
798
742
|
};
|
|
799
743
|
ModusWcPagination = __decorate([
|
|
800
744
|
ProxyCmp({
|
|
801
745
|
inputs: ['ariaLabelValues', 'count', 'customClass', 'nextButtonText', 'page', 'prevButtonText', 'size']
|
|
802
746
|
})
|
|
803
747
|
], ModusWcPagination);
|
|
804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPagination, decorators: [{
|
|
805
749
|
type: Component,
|
|
806
750
|
args: [{
|
|
807
751
|
selector: 'modus-wc-pagination',
|
|
@@ -812,22 +756,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
812
756
|
}]
|
|
813
757
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
814
758
|
let ModusWcPanel = class ModusWcPanel {
|
|
815
|
-
z;
|
|
816
|
-
el;
|
|
817
759
|
constructor(c, r, z) {
|
|
818
760
|
this.z = z;
|
|
819
761
|
c.detach();
|
|
820
762
|
this.el = r.nativeElement;
|
|
821
763
|
}
|
|
822
|
-
static
|
|
823
|
-
static
|
|
764
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
765
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcPanel, selector: "modus-wc-panel", inputs: { customClass: "customClass", floating: "floating", height: "height", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
824
766
|
};
|
|
825
767
|
ModusWcPanel = __decorate([
|
|
826
768
|
ProxyCmp({
|
|
827
769
|
inputs: ['customClass', 'floating', 'height', 'width']
|
|
828
770
|
})
|
|
829
771
|
], ModusWcPanel);
|
|
830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPanel, decorators: [{
|
|
831
773
|
type: Component,
|
|
832
774
|
args: [{
|
|
833
775
|
selector: 'modus-wc-panel',
|
|
@@ -838,23 +780,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
838
780
|
}]
|
|
839
781
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
840
782
|
let ModusWcProfileMenu = class ModusWcProfileMenu {
|
|
841
|
-
z;
|
|
842
|
-
el;
|
|
843
783
|
constructor(c, r, z) {
|
|
844
784
|
this.z = z;
|
|
845
785
|
c.detach();
|
|
846
786
|
this.el = r.nativeElement;
|
|
847
787
|
proxyOutputs(this, this.el, ['signOutClick', 'menuItemClick']);
|
|
848
788
|
}
|
|
849
|
-
static
|
|
850
|
-
static
|
|
789
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProfileMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
790
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcProfileMenu, selector: "modus-wc-profile-menu", inputs: { menuOne: "menuOne", menuTwo: "menuTwo", profileProps: "profileProps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
851
791
|
};
|
|
852
792
|
ModusWcProfileMenu = __decorate([
|
|
853
793
|
ProxyCmp({
|
|
854
794
|
inputs: ['menuOne', 'menuTwo', 'profileProps']
|
|
855
795
|
})
|
|
856
796
|
], ModusWcProfileMenu);
|
|
857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProfileMenu, decorators: [{
|
|
858
798
|
type: Component,
|
|
859
799
|
args: [{
|
|
860
800
|
selector: 'modus-wc-profile-menu',
|
|
@@ -865,22 +805,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
865
805
|
}]
|
|
866
806
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
867
807
|
let ModusWcProgress = class ModusWcProgress {
|
|
868
|
-
z;
|
|
869
|
-
el;
|
|
870
808
|
constructor(c, r, z) {
|
|
871
809
|
this.z = z;
|
|
872
810
|
c.detach();
|
|
873
811
|
this.el = r.nativeElement;
|
|
874
812
|
}
|
|
875
|
-
static
|
|
876
|
-
static
|
|
813
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProgress, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
814
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcProgress, selector: "modus-wc-progress", inputs: { customClass: "customClass", indeterminate: "indeterminate", label: "label", max: "max", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
877
815
|
};
|
|
878
816
|
ModusWcProgress = __decorate([
|
|
879
817
|
ProxyCmp({
|
|
880
818
|
inputs: ['customClass', 'indeterminate', 'label', 'max', 'value', 'variant']
|
|
881
819
|
})
|
|
882
820
|
], ModusWcProgress);
|
|
883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProgress, decorators: [{
|
|
884
822
|
type: Component,
|
|
885
823
|
args: [{
|
|
886
824
|
selector: 'modus-wc-progress',
|
|
@@ -891,23 +829,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
891
829
|
}]
|
|
892
830
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
893
831
|
let ModusWcRadio = class ModusWcRadio {
|
|
894
|
-
z;
|
|
895
|
-
el;
|
|
896
832
|
constructor(c, r, z) {
|
|
897
833
|
this.z = z;
|
|
898
834
|
c.detach();
|
|
899
835
|
this.el = r.nativeElement;
|
|
900
836
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
901
837
|
}
|
|
902
|
-
static
|
|
903
|
-
static
|
|
838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
839
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcRadio, selector: "modus-wc-radio", inputs: { customClass: "customClass", disabled: "disabled", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
904
840
|
};
|
|
905
841
|
ModusWcRadio = __decorate([
|
|
906
842
|
ProxyCmp({
|
|
907
843
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
908
844
|
})
|
|
909
845
|
], ModusWcRadio);
|
|
910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRadio, decorators: [{
|
|
911
847
|
type: Component,
|
|
912
848
|
args: [{
|
|
913
849
|
selector: 'modus-wc-radio',
|
|
@@ -918,23 +854,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
918
854
|
}]
|
|
919
855
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
920
856
|
let ModusWcRating = class ModusWcRating {
|
|
921
|
-
z;
|
|
922
|
-
el;
|
|
923
857
|
constructor(c, r, z) {
|
|
924
858
|
this.z = z;
|
|
925
859
|
c.detach();
|
|
926
860
|
this.el = r.nativeElement;
|
|
927
861
|
proxyOutputs(this, this.el, ['ratingChange']);
|
|
928
862
|
}
|
|
929
|
-
static
|
|
930
|
-
static
|
|
863
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
864
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcRating, selector: "modus-wc-rating", inputs: { allowHalf: "allowHalf", count: "count", customClass: "customClass", disabled: "disabled", getAriaLabelText: "getAriaLabelText", size: "size", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
931
865
|
};
|
|
932
866
|
ModusWcRating = __decorate([
|
|
933
867
|
ProxyCmp({
|
|
934
868
|
inputs: ['allowHalf', 'count', 'customClass', 'disabled', 'getAriaLabelText', 'size', 'value', 'variant']
|
|
935
869
|
})
|
|
936
870
|
], ModusWcRating);
|
|
937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRating, decorators: [{
|
|
938
872
|
type: Component,
|
|
939
873
|
args: [{
|
|
940
874
|
selector: 'modus-wc-rating',
|
|
@@ -945,23 +879,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
945
879
|
}]
|
|
946
880
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
947
881
|
let ModusWcSelect = class ModusWcSelect {
|
|
948
|
-
z;
|
|
949
|
-
el;
|
|
950
882
|
constructor(c, r, z) {
|
|
951
883
|
this.z = z;
|
|
952
884
|
c.detach();
|
|
953
885
|
this.el = r.nativeElement;
|
|
954
886
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
955
887
|
}
|
|
956
|
-
static
|
|
957
|
-
static
|
|
888
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
889
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSelect, selector: "modus-wc-select", inputs: { bordered: "bordered", customClass: "customClass", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", options: "options", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
958
890
|
};
|
|
959
891
|
ModusWcSelect = __decorate([
|
|
960
892
|
ProxyCmp({
|
|
961
893
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'name', 'options', 'required', 'size', 'value']
|
|
962
894
|
})
|
|
963
895
|
], ModusWcSelect);
|
|
964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSelect, decorators: [{
|
|
965
897
|
type: Component,
|
|
966
898
|
args: [{
|
|
967
899
|
selector: 'modus-wc-select',
|
|
@@ -972,23 +904,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
972
904
|
}]
|
|
973
905
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
974
906
|
let ModusWcSideNavigation = class ModusWcSideNavigation {
|
|
975
|
-
z;
|
|
976
|
-
el;
|
|
977
907
|
constructor(c, r, z) {
|
|
978
908
|
this.z = z;
|
|
979
909
|
c.detach();
|
|
980
910
|
this.el = r.nativeElement;
|
|
981
911
|
proxyOutputs(this, this.el, ['expandedChange']);
|
|
982
912
|
}
|
|
983
|
-
static
|
|
984
|
-
static
|
|
913
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSideNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
914
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSideNavigation, selector: "modus-wc-side-navigation", inputs: { collapseOnClickOutside: "collapseOnClickOutside", customClass: "customClass", expanded: "expanded", maxWidth: "maxWidth", mode: "mode", targetContent: "targetContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
985
915
|
};
|
|
986
916
|
ModusWcSideNavigation = __decorate([
|
|
987
917
|
ProxyCmp({
|
|
988
918
|
inputs: ['collapseOnClickOutside', 'customClass', 'expanded', 'maxWidth', 'mode', 'targetContent']
|
|
989
919
|
})
|
|
990
920
|
], ModusWcSideNavigation);
|
|
991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSideNavigation, decorators: [{
|
|
992
922
|
type: Component,
|
|
993
923
|
args: [{
|
|
994
924
|
selector: 'modus-wc-side-navigation',
|
|
@@ -999,22 +929,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
999
929
|
}]
|
|
1000
930
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1001
931
|
let ModusWcSkeleton = class ModusWcSkeleton {
|
|
1002
|
-
z;
|
|
1003
|
-
el;
|
|
1004
932
|
constructor(c, r, z) {
|
|
1005
933
|
this.z = z;
|
|
1006
934
|
c.detach();
|
|
1007
935
|
this.el = r.nativeElement;
|
|
1008
936
|
}
|
|
1009
|
-
static
|
|
1010
|
-
static
|
|
937
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
938
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSkeleton, selector: "modus-wc-skeleton", inputs: { customClass: "customClass", height: "height", shape: "shape", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1011
939
|
};
|
|
1012
940
|
ModusWcSkeleton = __decorate([
|
|
1013
941
|
ProxyCmp({
|
|
1014
942
|
inputs: ['customClass', 'height', 'shape', 'width']
|
|
1015
943
|
})
|
|
1016
944
|
], ModusWcSkeleton);
|
|
1017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSkeleton, decorators: [{
|
|
1018
946
|
type: Component,
|
|
1019
947
|
args: [{
|
|
1020
948
|
selector: 'modus-wc-skeleton',
|
|
@@ -1025,23 +953,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1025
953
|
}]
|
|
1026
954
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1027
955
|
let ModusWcSlider = class ModusWcSlider {
|
|
1028
|
-
z;
|
|
1029
|
-
el;
|
|
1030
956
|
constructor(c, r, z) {
|
|
1031
957
|
this.z = z;
|
|
1032
958
|
c.detach();
|
|
1033
959
|
this.el = r.nativeElement;
|
|
1034
960
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1035
961
|
}
|
|
1036
|
-
static
|
|
1037
|
-
static
|
|
962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
963
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSlider, selector: "modus-wc-slider", inputs: { customClass: "customClass", disabled: "disabled", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", required: "required", size: "size", step: "step", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1038
964
|
};
|
|
1039
965
|
ModusWcSlider = __decorate([
|
|
1040
966
|
ProxyCmp({
|
|
1041
967
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'required', 'size', 'step', 'value']
|
|
1042
968
|
})
|
|
1043
969
|
], ModusWcSlider);
|
|
1044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSlider, decorators: [{
|
|
1045
971
|
type: Component,
|
|
1046
972
|
args: [{
|
|
1047
973
|
selector: 'modus-wc-slider',
|
|
@@ -1052,22 +978,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1052
978
|
}]
|
|
1053
979
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1054
980
|
let ModusWcStepper = class ModusWcStepper {
|
|
1055
|
-
z;
|
|
1056
|
-
el;
|
|
1057
981
|
constructor(c, r, z) {
|
|
1058
982
|
this.z = z;
|
|
1059
983
|
c.detach();
|
|
1060
984
|
this.el = r.nativeElement;
|
|
1061
985
|
}
|
|
1062
|
-
static
|
|
1063
|
-
static
|
|
986
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
987
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcStepper, selector: "modus-wc-stepper", inputs: { customClass: "customClass", orientation: "orientation", steps: "steps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1064
988
|
};
|
|
1065
989
|
ModusWcStepper = __decorate([
|
|
1066
990
|
ProxyCmp({
|
|
1067
991
|
inputs: ['customClass', 'orientation', 'steps']
|
|
1068
992
|
})
|
|
1069
993
|
], ModusWcStepper);
|
|
1070
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcStepper, decorators: [{
|
|
1071
995
|
type: Component,
|
|
1072
996
|
args: [{
|
|
1073
997
|
selector: 'modus-wc-stepper',
|
|
@@ -1078,23 +1002,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1078
1002
|
}]
|
|
1079
1003
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1080
1004
|
let ModusWcSwitch = class ModusWcSwitch {
|
|
1081
|
-
z;
|
|
1082
|
-
el;
|
|
1083
1005
|
constructor(c, r, z) {
|
|
1084
1006
|
this.z = z;
|
|
1085
1007
|
c.detach();
|
|
1086
1008
|
this.el = r.nativeElement;
|
|
1087
1009
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1088
1010
|
}
|
|
1089
|
-
static
|
|
1090
|
-
static
|
|
1011
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1012
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSwitch, selector: "modus-wc-switch", inputs: { customClass: "customClass", disabled: "disabled", indeterminate: "indeterminate", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1091
1013
|
};
|
|
1092
1014
|
ModusWcSwitch = __decorate([
|
|
1093
1015
|
ProxyCmp({
|
|
1094
1016
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1095
1017
|
})
|
|
1096
1018
|
], ModusWcSwitch);
|
|
1097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSwitch, decorators: [{
|
|
1098
1020
|
type: Component,
|
|
1099
1021
|
args: [{
|
|
1100
1022
|
selector: 'modus-wc-switch',
|
|
@@ -1105,23 +1027,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1105
1027
|
}]
|
|
1106
1028
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1107
1029
|
let ModusWcTable = class ModusWcTable {
|
|
1108
|
-
z;
|
|
1109
|
-
el;
|
|
1110
1030
|
constructor(c, r, z) {
|
|
1111
1031
|
this.z = z;
|
|
1112
1032
|
c.detach();
|
|
1113
1033
|
this.el = r.nativeElement;
|
|
1114
1034
|
proxyOutputs(this, this.el, ['cellEditStart', 'cellEditCommit', 'rowClick', 'sortChange', 'paginationChange', 'rowSelectionChange']);
|
|
1115
1035
|
}
|
|
1116
|
-
static
|
|
1117
|
-
static
|
|
1036
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1037
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTable, selector: "modus-wc-table", inputs: { caption: "caption", columns: "columns", currentPage: "currentPage", customClass: "customClass", data: "data", density: "density", editable: "editable", hover: "hover", pageSizeOptions: "pageSizeOptions", paginated: "paginated", selectable: "selectable", selectedRowIds: "selectedRowIds", showPageSizeSelector: "showPageSizeSelector", sortable: "sortable", zebra: "zebra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1118
1038
|
};
|
|
1119
1039
|
ModusWcTable = __decorate([
|
|
1120
1040
|
ProxyCmp({
|
|
1121
1041
|
inputs: ['caption', 'columns', 'currentPage', 'customClass', 'data', 'density', 'editable', 'hover', 'pageSizeOptions', 'paginated', 'selectable', 'selectedRowIds', 'showPageSizeSelector', 'sortable', 'zebra']
|
|
1122
1042
|
})
|
|
1123
1043
|
], ModusWcTable);
|
|
1124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTable, decorators: [{
|
|
1125
1045
|
type: Component,
|
|
1126
1046
|
args: [{
|
|
1127
1047
|
selector: 'modus-wc-table',
|
|
@@ -1132,23 +1052,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1132
1052
|
}]
|
|
1133
1053
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1134
1054
|
let ModusWcTabs = class ModusWcTabs {
|
|
1135
|
-
z;
|
|
1136
|
-
el;
|
|
1137
1055
|
constructor(c, r, z) {
|
|
1138
1056
|
this.z = z;
|
|
1139
1057
|
c.detach();
|
|
1140
1058
|
this.el = r.nativeElement;
|
|
1141
1059
|
proxyOutputs(this, this.el, ['tabChange']);
|
|
1142
1060
|
}
|
|
1143
|
-
static
|
|
1144
|
-
static
|
|
1061
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1062
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTabs, selector: "modus-wc-tabs", inputs: { activeTabIndex: "activeTabIndex", customClass: "customClass", size: "size", tabStyle: "tabStyle", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1145
1063
|
};
|
|
1146
1064
|
ModusWcTabs = __decorate([
|
|
1147
1065
|
ProxyCmp({
|
|
1148
1066
|
inputs: ['activeTabIndex', 'customClass', 'size', 'tabStyle', 'tabs']
|
|
1149
1067
|
})
|
|
1150
1068
|
], ModusWcTabs);
|
|
1151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTabs, decorators: [{
|
|
1152
1070
|
type: Component,
|
|
1153
1071
|
args: [{
|
|
1154
1072
|
selector: 'modus-wc-tabs',
|
|
@@ -1159,23 +1077,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1159
1077
|
}]
|
|
1160
1078
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1161
1079
|
let ModusWcTextInput = class ModusWcTextInput {
|
|
1162
|
-
z;
|
|
1163
|
-
el;
|
|
1164
1080
|
constructor(c, r, z) {
|
|
1165
1081
|
this.z = z;
|
|
1166
1082
|
c.detach();
|
|
1167
1083
|
this.el = r.nativeElement;
|
|
1168
1084
|
proxyOutputs(this, this.el, ['clearClick', 'inputBlur', 'inputChange', 'inputFocus']);
|
|
1169
1085
|
}
|
|
1170
|
-
static
|
|
1171
|
-
static
|
|
1086
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1087
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTextInput, selector: "modus-wc-text-input", inputs: { autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", autoCorrect: "autoCorrect", bordered: "bordered", clearAriaLabel: "clearAriaLabel", customClass: "customClass", disabled: "disabled", enterkeyhint: "enterkeyhint", feedback: "feedback", includeClear: "includeClear", includeSearch: "includeSearch", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1172
1088
|
};
|
|
1173
1089
|
ModusWcTextInput = __decorate([
|
|
1174
1090
|
ProxyCmp({
|
|
1175
1091
|
inputs: ['autoCapitalize', 'autoComplete', 'autoCorrect', 'bordered', 'clearAriaLabel', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'type', 'value']
|
|
1176
1092
|
})
|
|
1177
1093
|
], ModusWcTextInput);
|
|
1178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextInput, decorators: [{
|
|
1179
1095
|
type: Component,
|
|
1180
1096
|
args: [{
|
|
1181
1097
|
selector: 'modus-wc-text-input',
|
|
@@ -1186,23 +1102,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1186
1102
|
}]
|
|
1187
1103
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1188
1104
|
let ModusWcTextarea = class ModusWcTextarea {
|
|
1189
|
-
z;
|
|
1190
|
-
el;
|
|
1191
1105
|
constructor(c, r, z) {
|
|
1192
1106
|
this.z = z;
|
|
1193
1107
|
c.detach();
|
|
1194
1108
|
this.el = r.nativeElement;
|
|
1195
1109
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1196
1110
|
}
|
|
1197
|
-
static
|
|
1198
|
-
static
|
|
1111
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1112
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTextarea, selector: "modus-wc-textarea", inputs: { autoCorrect: "autoCorrect", bordered: "bordered", customClass: "customClass", disabled: "disabled", enterkeyhint: "enterkeyhint", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1199
1113
|
};
|
|
1200
1114
|
ModusWcTextarea = __decorate([
|
|
1201
1115
|
ProxyCmp({
|
|
1202
1116
|
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value']
|
|
1203
1117
|
})
|
|
1204
1118
|
], ModusWcTextarea);
|
|
1205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextarea, decorators: [{
|
|
1206
1120
|
type: Component,
|
|
1207
1121
|
args: [{
|
|
1208
1122
|
selector: 'modus-wc-textarea',
|
|
@@ -1213,22 +1127,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1213
1127
|
}]
|
|
1214
1128
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1215
1129
|
let ModusWcThemeProvider = class ModusWcThemeProvider {
|
|
1216
|
-
z;
|
|
1217
|
-
el;
|
|
1218
1130
|
constructor(c, r, z) {
|
|
1219
1131
|
this.z = z;
|
|
1220
1132
|
c.detach();
|
|
1221
1133
|
this.el = r.nativeElement;
|
|
1222
1134
|
}
|
|
1223
|
-
static
|
|
1224
|
-
static
|
|
1135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1136
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcThemeProvider, selector: "modus-wc-theme-provider", inputs: { initialTheme: "initialTheme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1225
1137
|
};
|
|
1226
1138
|
ModusWcThemeProvider = __decorate([
|
|
1227
1139
|
ProxyCmp({
|
|
1228
1140
|
inputs: ['initialTheme']
|
|
1229
1141
|
})
|
|
1230
1142
|
], ModusWcThemeProvider);
|
|
1231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeProvider, decorators: [{
|
|
1232
1144
|
type: Component,
|
|
1233
1145
|
args: [{
|
|
1234
1146
|
selector: 'modus-wc-theme-provider',
|
|
@@ -1239,23 +1151,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1239
1151
|
}]
|
|
1240
1152
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1241
1153
|
let ModusWcThemeSwitcher = class ModusWcThemeSwitcher {
|
|
1242
|
-
z;
|
|
1243
|
-
el;
|
|
1244
1154
|
constructor(c, r, z) {
|
|
1245
1155
|
this.z = z;
|
|
1246
1156
|
c.detach();
|
|
1247
1157
|
this.el = r.nativeElement;
|
|
1248
1158
|
proxyOutputs(this, this.el, ['themeChange']);
|
|
1249
1159
|
}
|
|
1250
|
-
static
|
|
1251
|
-
static
|
|
1160
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1161
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcThemeSwitcher, selector: "modus-wc-theme-switcher", inputs: { customClass: "customClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1252
1162
|
};
|
|
1253
1163
|
ModusWcThemeSwitcher = __decorate([
|
|
1254
1164
|
ProxyCmp({
|
|
1255
1165
|
inputs: ['customClass']
|
|
1256
1166
|
})
|
|
1257
1167
|
], ModusWcThemeSwitcher);
|
|
1258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeSwitcher, decorators: [{
|
|
1259
1169
|
type: Component,
|
|
1260
1170
|
args: [{
|
|
1261
1171
|
selector: 'modus-wc-theme-switcher',
|
|
@@ -1266,23 +1176,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1266
1176
|
}]
|
|
1267
1177
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1268
1178
|
let ModusWcTimeInput = class ModusWcTimeInput {
|
|
1269
|
-
z;
|
|
1270
|
-
el;
|
|
1271
1179
|
constructor(c, r, z) {
|
|
1272
1180
|
this.z = z;
|
|
1273
1181
|
c.detach();
|
|
1274
1182
|
this.el = r.nativeElement;
|
|
1275
1183
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1276
1184
|
}
|
|
1277
|
-
static
|
|
1278
|
-
static
|
|
1185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1186
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTimeInput, selector: "modus-wc-time-input", inputs: { autoComplete: "autoComplete", bordered: "bordered", customClass: "customClass", datalistId: "datalistId", datalistOptions: "datalistOptions", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", required: "required", showSeconds: "showSeconds", size: "size", step: "step", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1279
1187
|
};
|
|
1280
1188
|
ModusWcTimeInput = __decorate([
|
|
1281
1189
|
ProxyCmp({
|
|
1282
1190
|
inputs: ['autoComplete', 'bordered', 'customClass', 'datalistId', 'datalistOptions', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showSeconds', 'size', 'step', 'value']
|
|
1283
1191
|
})
|
|
1284
1192
|
], ModusWcTimeInput);
|
|
1285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTimeInput, decorators: [{
|
|
1286
1194
|
type: Component,
|
|
1287
1195
|
args: [{
|
|
1288
1196
|
selector: 'modus-wc-time-input',
|
|
@@ -1293,22 +1201,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1293
1201
|
}]
|
|
1294
1202
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1295
1203
|
let ModusWcToast = class ModusWcToast {
|
|
1296
|
-
z;
|
|
1297
|
-
el;
|
|
1298
1204
|
constructor(c, r, z) {
|
|
1299
1205
|
this.z = z;
|
|
1300
1206
|
c.detach();
|
|
1301
1207
|
this.el = r.nativeElement;
|
|
1302
1208
|
}
|
|
1303
|
-
static
|
|
1304
|
-
static
|
|
1209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1210
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcToast, selector: "modus-wc-toast", inputs: { customClass: "customClass", delay: "delay", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1305
1211
|
};
|
|
1306
1212
|
ModusWcToast = __decorate([
|
|
1307
1213
|
ProxyCmp({
|
|
1308
1214
|
inputs: ['customClass', 'delay', 'position']
|
|
1309
1215
|
})
|
|
1310
1216
|
], ModusWcToast);
|
|
1311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToast, decorators: [{
|
|
1312
1218
|
type: Component,
|
|
1313
1219
|
args: [{
|
|
1314
1220
|
selector: 'modus-wc-toast',
|
|
@@ -1319,22 +1225,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1319
1225
|
}]
|
|
1320
1226
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1321
1227
|
let ModusWcToolbar = class ModusWcToolbar {
|
|
1322
|
-
z;
|
|
1323
|
-
el;
|
|
1324
1228
|
constructor(c, r, z) {
|
|
1325
1229
|
this.z = z;
|
|
1326
1230
|
c.detach();
|
|
1327
1231
|
this.el = r.nativeElement;
|
|
1328
1232
|
}
|
|
1329
|
-
static
|
|
1330
|
-
static
|
|
1233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1234
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcToolbar, selector: "modus-wc-toolbar", inputs: { customClass: "customClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1331
1235
|
};
|
|
1332
1236
|
ModusWcToolbar = __decorate([
|
|
1333
1237
|
ProxyCmp({
|
|
1334
1238
|
inputs: ['customClass']
|
|
1335
1239
|
})
|
|
1336
1240
|
], ModusWcToolbar);
|
|
1337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToolbar, decorators: [{
|
|
1338
1242
|
type: Component,
|
|
1339
1243
|
args: [{
|
|
1340
1244
|
selector: 'modus-wc-toolbar',
|
|
@@ -1345,23 +1249,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1345
1249
|
}]
|
|
1346
1250
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1347
1251
|
let ModusWcTooltip = class ModusWcTooltip {
|
|
1348
|
-
z;
|
|
1349
|
-
el;
|
|
1350
1252
|
constructor(c, r, z) {
|
|
1351
1253
|
this.z = z;
|
|
1352
1254
|
c.detach();
|
|
1353
1255
|
this.el = r.nativeElement;
|
|
1354
1256
|
proxyOutputs(this, this.el, ['dismissEscape']);
|
|
1355
1257
|
}
|
|
1356
|
-
static
|
|
1357
|
-
static
|
|
1258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1259
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTooltip, selector: "modus-wc-tooltip", inputs: { content: "content", customClass: "customClass", disabled: "disabled", forceOpen: "forceOpen", position: "position", tooltipId: "tooltipId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1358
1260
|
};
|
|
1359
1261
|
ModusWcTooltip = __decorate([
|
|
1360
1262
|
ProxyCmp({
|
|
1361
1263
|
inputs: ['content', 'customClass', 'disabled', 'forceOpen', 'position', 'tooltipId']
|
|
1362
1264
|
})
|
|
1363
1265
|
], ModusWcTooltip);
|
|
1364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTooltip, decorators: [{
|
|
1365
1267
|
type: Component,
|
|
1366
1268
|
args: [{
|
|
1367
1269
|
selector: 'modus-wc-tooltip',
|
|
@@ -1372,22 +1274,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1372
1274
|
}]
|
|
1373
1275
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1374
1276
|
let ModusWcTypography = class ModusWcTypography {
|
|
1375
|
-
z;
|
|
1376
|
-
el;
|
|
1377
1277
|
constructor(c, r, z) {
|
|
1378
1278
|
this.z = z;
|
|
1379
1279
|
c.detach();
|
|
1380
1280
|
this.el = r.nativeElement;
|
|
1381
1281
|
}
|
|
1382
|
-
static
|
|
1383
|
-
static
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1283
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTypography, selector: "modus-wc-typography", inputs: { customClass: "customClass", hierarchy: "hierarchy", label: "label", size: "size", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1384
1284
|
};
|
|
1385
1285
|
ModusWcTypography = __decorate([
|
|
1386
1286
|
ProxyCmp({
|
|
1387
1287
|
inputs: ['customClass', 'hierarchy', 'label', 'size', 'weight']
|
|
1388
1288
|
})
|
|
1389
1289
|
], ModusWcTypography);
|
|
1390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTypography, decorators: [{
|
|
1391
1291
|
type: Component,
|
|
1392
1292
|
args: [{
|
|
1393
1293
|
selector: 'modus-wc-typography',
|
|
@@ -1398,30 +1298,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1398
1298
|
}]
|
|
1399
1299
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1400
1300
|
let ModusWcUtilityPanel = class ModusWcUtilityPanel {
|
|
1401
|
-
z;
|
|
1402
|
-
el;
|
|
1403
1301
|
constructor(c, r, z) {
|
|
1404
1302
|
this.z = z;
|
|
1405
1303
|
c.detach();
|
|
1406
1304
|
this.el = r.nativeElement;
|
|
1407
1305
|
proxyOutputs(this, this.el, ['panelOpened', 'panelClosed']);
|
|
1408
1306
|
}
|
|
1409
|
-
static
|
|
1410
|
-
static
|
|
1307
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcUtilityPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1308
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcUtilityPanel, selector: "modus-wc-utility-panel", inputs: { customClass: "customClass", expanded: "expanded", pushContent: "pushContent", targetElement: "targetElement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1411
1309
|
};
|
|
1412
1310
|
ModusWcUtilityPanel = __decorate([
|
|
1413
1311
|
ProxyCmp({
|
|
1414
|
-
inputs: ['expanded', 'pushContent', 'targetElement']
|
|
1312
|
+
inputs: ['customClass', 'expanded', 'pushContent', 'targetElement']
|
|
1415
1313
|
})
|
|
1416
1314
|
], ModusWcUtilityPanel);
|
|
1417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcUtilityPanel, decorators: [{
|
|
1418
1316
|
type: Component,
|
|
1419
1317
|
args: [{
|
|
1420
1318
|
selector: 'modus-wc-utility-panel',
|
|
1421
1319
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1422
1320
|
template: '<ng-content></ng-content>',
|
|
1423
1321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1424
|
-
inputs: ['expanded', 'pushContent', 'targetElement'],
|
|
1322
|
+
inputs: ['customClass', 'expanded', 'pushContent', 'targetElement'],
|
|
1425
1323
|
}]
|
|
1426
1324
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1427
1325
|
|
|
@@ -1480,9 +1378,9 @@ const DIRECTIVES = [
|
|
|
1480
1378
|
];
|
|
1481
1379
|
|
|
1482
1380
|
class ModusAngularComponentsModule {
|
|
1483
|
-
static
|
|
1484
|
-
static
|
|
1485
|
-
static
|
|
1381
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1382
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, declarations: [ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcLogo, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcPanel, ModusWcProfileMenu, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSideNavigation, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography, ModusWcUtilityPanel], exports: [ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcLogo, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcPanel, ModusWcProfileMenu, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSideNavigation, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography, ModusWcUtilityPanel] }); }
|
|
1383
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, providers: [
|
|
1486
1384
|
{
|
|
1487
1385
|
provide: APP_INITIALIZER,
|
|
1488
1386
|
useFactory: () => () => {
|
|
@@ -1493,9 +1391,9 @@ class ModusAngularComponentsModule {
|
|
|
1493
1391
|
},
|
|
1494
1392
|
multi: true,
|
|
1495
1393
|
}
|
|
1496
|
-
] });
|
|
1394
|
+
] }); }
|
|
1497
1395
|
}
|
|
1498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, decorators: [{
|
|
1499
1397
|
type: NgModule,
|
|
1500
1398
|
args: [{
|
|
1501
1399
|
declarations: [...DIRECTIVES],
|