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