@trimble-oss/moduswebcomponents-angular 0.0.0-alpha.9-ng18 → 0.0.0-alpha.kaitest-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 +15 -9
- package/esm2022/lib/modus-wc-angular.module.mjs +9 -9
- package/esm2022/lib/stencil-generated/components.mjs +157 -241
- package/esm2022/lib/stencil-generated/index.mjs +2 -2
- package/esm2022/public-api.mjs +2 -2
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs +166 -250
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs.map +1 -1
- package/lib/modus-wc-angular.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +48 -24
- package/lib/stencil-generated/index.d.ts +1 -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,50 +88,46 @@ 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", dismissible: "dismissible", icon: "icon", role: "role", 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
|
-
inputs: ['alertDescription', 'alertTitle', 'customClass', '
|
|
102
|
+
inputs: ['alertDescription', 'alertTitle', 'customClass', 'dismissible', 'icon', 'role', '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',
|
|
113
109
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
114
110
|
template: '<ng-content></ng-content>',
|
|
115
111
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
116
|
-
inputs: ['alertDescription', 'alertTitle', 'customClass', '
|
|
112
|
+
inputs: ['alertDescription', 'alertTitle', 'customClass', 'dismissible', 'icon', 'role', 'variant'],
|
|
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', '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", customClass: "customClass", debounceMs: "debounceMs", disabled: "disabled", inputId: "inputId", inputTabIndex: "inputTabIndex", items: "items", label: "label", leaveMenuOpen: "leaveMenuOpen", minChars: "minChars", multiSelect: "multiSelect", name: "name", noResults: "noResults", placeholder: "placeholder", readOnly: "readOnly", required: "required", 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({
|
|
133
127
|
inputs: ['bordered', 'customClass', 'debounceMs', 'disabled', 'inputId', 'inputTabIndex', 'items', 'label', 'leaveMenuOpen', 'minChars', 'multiSelect', 'name', 'noResults', 'placeholder', 'readOnly', 'required', 'showSpinner', 'size', 'value']
|
|
134
128
|
})
|
|
135
129
|
], ModusWcAutocomplete);
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAutocomplete, decorators: [{
|
|
137
131
|
type: Component,
|
|
138
132
|
args: [{
|
|
139
133
|
selector: 'modus-wc-autocomplete',
|
|
@@ -144,22 +138,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
144
138
|
}]
|
|
145
139
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
146
140
|
let ModusWcAvatar = class ModusWcAvatar {
|
|
147
|
-
z;
|
|
148
|
-
el;
|
|
149
141
|
constructor(c, r, z) {
|
|
150
142
|
this.z = z;
|
|
151
143
|
c.detach();
|
|
152
144
|
this.el = r.nativeElement;
|
|
153
145
|
}
|
|
154
|
-
static
|
|
155
|
-
static
|
|
146
|
+
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 }); }
|
|
147
|
+
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", shape: "shape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
156
148
|
};
|
|
157
149
|
ModusWcAvatar = __decorate([
|
|
158
150
|
ProxyCmp({
|
|
159
151
|
inputs: ['alt', 'customClass', 'imgSrc', 'shape', 'size']
|
|
160
152
|
})
|
|
161
153
|
], ModusWcAvatar);
|
|
162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAvatar, decorators: [{
|
|
163
155
|
type: Component,
|
|
164
156
|
args: [{
|
|
165
157
|
selector: 'modus-wc-avatar',
|
|
@@ -170,22 +162,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
170
162
|
}]
|
|
171
163
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
172
164
|
let ModusWcBadge = class ModusWcBadge {
|
|
173
|
-
z;
|
|
174
|
-
el;
|
|
175
165
|
constructor(c, r, z) {
|
|
176
166
|
this.z = z;
|
|
177
167
|
c.detach();
|
|
178
168
|
this.el = r.nativeElement;
|
|
179
169
|
}
|
|
180
|
-
static
|
|
181
|
-
static
|
|
170
|
+
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 }); }
|
|
171
|
+
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 }); }
|
|
182
172
|
};
|
|
183
173
|
ModusWcBadge = __decorate([
|
|
184
174
|
ProxyCmp({
|
|
185
175
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
186
176
|
})
|
|
187
177
|
], ModusWcBadge);
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBadge, decorators: [{
|
|
189
179
|
type: Component,
|
|
190
180
|
args: [{
|
|
191
181
|
selector: 'modus-wc-badge',
|
|
@@ -196,23 +186,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
196
186
|
}]
|
|
197
187
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
198
188
|
let ModusWcBreadcrumbs = class ModusWcBreadcrumbs {
|
|
199
|
-
z;
|
|
200
|
-
el;
|
|
201
189
|
constructor(c, r, z) {
|
|
202
190
|
this.z = z;
|
|
203
191
|
c.detach();
|
|
204
192
|
this.el = r.nativeElement;
|
|
205
193
|
proxyOutputs(this, this.el, ['breadcrumbClick']);
|
|
206
194
|
}
|
|
207
|
-
static
|
|
208
|
-
static
|
|
195
|
+
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 }); }
|
|
196
|
+
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 }); }
|
|
209
197
|
};
|
|
210
198
|
ModusWcBreadcrumbs = __decorate([
|
|
211
199
|
ProxyCmp({
|
|
212
200
|
inputs: ['customClass', 'items', 'size']
|
|
213
201
|
})
|
|
214
202
|
], ModusWcBreadcrumbs);
|
|
215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBreadcrumbs, decorators: [{
|
|
216
204
|
type: Component,
|
|
217
205
|
args: [{
|
|
218
206
|
selector: 'modus-wc-breadcrumbs',
|
|
@@ -223,23 +211,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
223
211
|
}]
|
|
224
212
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
225
213
|
let ModusWcButton = class ModusWcButton {
|
|
226
|
-
z;
|
|
227
|
-
el;
|
|
228
214
|
constructor(c, r, z) {
|
|
229
215
|
this.z = z;
|
|
230
216
|
c.detach();
|
|
231
217
|
this.el = r.nativeElement;
|
|
232
218
|
proxyOutputs(this, this.el, ['buttonClick']);
|
|
233
219
|
}
|
|
234
|
-
static
|
|
235
|
-
static
|
|
220
|
+
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 }); }
|
|
221
|
+
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 }); }
|
|
236
222
|
};
|
|
237
223
|
ModusWcButton = __decorate([
|
|
238
224
|
ProxyCmp({
|
|
239
225
|
inputs: ['color', 'customClass', 'disabled', 'fullWidth', 'pressed', 'shape', 'size', 'type', 'variant']
|
|
240
226
|
})
|
|
241
227
|
], ModusWcButton);
|
|
242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButton, decorators: [{
|
|
243
229
|
type: Component,
|
|
244
230
|
args: [{
|
|
245
231
|
selector: 'modus-wc-button',
|
|
@@ -250,22 +236,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
250
236
|
}]
|
|
251
237
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
252
238
|
let ModusWcCard = class ModusWcCard {
|
|
253
|
-
z;
|
|
254
|
-
el;
|
|
255
239
|
constructor(c, r, z) {
|
|
256
240
|
this.z = z;
|
|
257
241
|
c.detach();
|
|
258
242
|
this.el = r.nativeElement;
|
|
259
243
|
}
|
|
260
|
-
static
|
|
261
|
-
static
|
|
244
|
+
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 }); }
|
|
245
|
+
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 }); }
|
|
262
246
|
};
|
|
263
247
|
ModusWcCard = __decorate([
|
|
264
248
|
ProxyCmp({
|
|
265
249
|
inputs: ['backgroundFigure', 'bordered', 'customClass', 'layout', 'padding']
|
|
266
250
|
})
|
|
267
251
|
], ModusWcCard);
|
|
268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCard, decorators: [{
|
|
269
253
|
type: Component,
|
|
270
254
|
args: [{
|
|
271
255
|
selector: 'modus-wc-card',
|
|
@@ -276,23 +260,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
276
260
|
}]
|
|
277
261
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
278
262
|
let ModusWcCheckbox = class ModusWcCheckbox {
|
|
279
|
-
z;
|
|
280
|
-
el;
|
|
281
263
|
constructor(c, r, z) {
|
|
282
264
|
this.z = z;
|
|
283
265
|
c.detach();
|
|
284
266
|
this.el = r.nativeElement;
|
|
285
267
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
286
268
|
}
|
|
287
|
-
static
|
|
288
|
-
static
|
|
269
|
+
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 }); }
|
|
270
|
+
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 }); }
|
|
289
271
|
};
|
|
290
272
|
ModusWcCheckbox = __decorate([
|
|
291
273
|
ProxyCmp({
|
|
292
274
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
293
275
|
})
|
|
294
276
|
], ModusWcCheckbox);
|
|
295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCheckbox, decorators: [{
|
|
296
278
|
type: Component,
|
|
297
279
|
args: [{
|
|
298
280
|
selector: 'modus-wc-checkbox',
|
|
@@ -303,23 +285,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
303
285
|
}]
|
|
304
286
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
305
287
|
let ModusWcChip = class ModusWcChip {
|
|
306
|
-
z;
|
|
307
|
-
el;
|
|
308
288
|
constructor(c, r, z) {
|
|
309
289
|
this.z = z;
|
|
310
290
|
c.detach();
|
|
311
291
|
this.el = r.nativeElement;
|
|
312
292
|
proxyOutputs(this, this.el, ['chipClick', 'chipRemove']);
|
|
313
293
|
}
|
|
314
|
-
static
|
|
315
|
-
static
|
|
294
|
+
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 }); }
|
|
295
|
+
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", showRemove: "showRemove", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
316
296
|
};
|
|
317
297
|
ModusWcChip = __decorate([
|
|
318
298
|
ProxyCmp({
|
|
319
299
|
inputs: ['active', 'customClass', 'disabled', 'hasError', 'label', 'showRemove', 'size', 'variant']
|
|
320
300
|
})
|
|
321
301
|
], ModusWcChip);
|
|
322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcChip, decorators: [{
|
|
323
303
|
type: Component,
|
|
324
304
|
args: [{
|
|
325
305
|
selector: 'modus-wc-chip',
|
|
@@ -330,23 +310,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
330
310
|
}]
|
|
331
311
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
332
312
|
let ModusWcCollapse = class ModusWcCollapse {
|
|
333
|
-
z;
|
|
334
|
-
el;
|
|
335
313
|
constructor(c, r, z) {
|
|
336
314
|
this.z = z;
|
|
337
315
|
c.detach();
|
|
338
316
|
this.el = r.nativeElement;
|
|
339
317
|
proxyOutputs(this, this.el, ['expandedChange']);
|
|
340
318
|
}
|
|
341
|
-
static
|
|
342
|
-
static
|
|
319
|
+
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 }); }
|
|
320
|
+
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 }); }
|
|
343
321
|
};
|
|
344
322
|
ModusWcCollapse = __decorate([
|
|
345
323
|
ProxyCmp({
|
|
346
324
|
inputs: ['bordered', 'collapseId', 'customClass', 'expanded', 'options']
|
|
347
325
|
})
|
|
348
326
|
], ModusWcCollapse);
|
|
349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCollapse, decorators: [{
|
|
350
328
|
type: Component,
|
|
351
329
|
args: [{
|
|
352
330
|
selector: 'modus-wc-collapse',
|
|
@@ -357,23 +335,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
357
335
|
}]
|
|
358
336
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
359
337
|
let ModusWcDate = class ModusWcDate {
|
|
360
|
-
z;
|
|
361
|
-
el;
|
|
362
338
|
constructor(c, r, z) {
|
|
363
339
|
this.z = z;
|
|
364
340
|
c.detach();
|
|
365
341
|
this.el = r.nativeElement;
|
|
366
342
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
367
343
|
}
|
|
368
|
-
static
|
|
369
|
-
static
|
|
344
|
+
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 }); }
|
|
345
|
+
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", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
370
346
|
};
|
|
371
347
|
ModusWcDate = __decorate([
|
|
372
348
|
ProxyCmp({
|
|
373
349
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'size', 'value']
|
|
374
350
|
})
|
|
375
351
|
], ModusWcDate);
|
|
376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDate, decorators: [{
|
|
377
353
|
type: Component,
|
|
378
354
|
args: [{
|
|
379
355
|
selector: 'modus-wc-date',
|
|
@@ -384,22 +360,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
384
360
|
}]
|
|
385
361
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
386
362
|
let ModusWcDivider = class ModusWcDivider {
|
|
387
|
-
z;
|
|
388
|
-
el;
|
|
389
363
|
constructor(c, r, z) {
|
|
390
364
|
this.z = z;
|
|
391
365
|
c.detach();
|
|
392
366
|
this.el = r.nativeElement;
|
|
393
367
|
}
|
|
394
|
-
static
|
|
395
|
-
static
|
|
368
|
+
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 }); }
|
|
369
|
+
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 }); }
|
|
396
370
|
};
|
|
397
371
|
ModusWcDivider = __decorate([
|
|
398
372
|
ProxyCmp({
|
|
399
373
|
inputs: ['color', 'content', 'customClass', 'orientation', 'position', 'responsive']
|
|
400
374
|
})
|
|
401
375
|
], ModusWcDivider);
|
|
402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDivider, decorators: [{
|
|
403
377
|
type: Component,
|
|
404
378
|
args: [{
|
|
405
379
|
selector: 'modus-wc-divider',
|
|
@@ -410,22 +384,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
410
384
|
}]
|
|
411
385
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
412
386
|
let ModusWcIcon = class ModusWcIcon {
|
|
413
|
-
z;
|
|
414
|
-
el;
|
|
415
387
|
constructor(c, r, z) {
|
|
416
388
|
this.z = z;
|
|
417
389
|
c.detach();
|
|
418
390
|
this.el = r.nativeElement;
|
|
419
391
|
}
|
|
420
|
-
static
|
|
421
|
-
static
|
|
392
|
+
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 }); }
|
|
393
|
+
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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
422
394
|
};
|
|
423
395
|
ModusWcIcon = __decorate([
|
|
424
396
|
ProxyCmp({
|
|
425
397
|
inputs: ['customClass', 'decorative', 'name', 'size']
|
|
426
398
|
})
|
|
427
399
|
], ModusWcIcon);
|
|
428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcIcon, decorators: [{
|
|
429
401
|
type: Component,
|
|
430
402
|
args: [{
|
|
431
403
|
selector: 'modus-wc-icon',
|
|
@@ -436,22 +408,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
436
408
|
}]
|
|
437
409
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
438
410
|
let ModusWcInputFeedback = class ModusWcInputFeedback {
|
|
439
|
-
z;
|
|
440
|
-
el;
|
|
441
411
|
constructor(c, r, z) {
|
|
442
412
|
this.z = z;
|
|
443
413
|
c.detach();
|
|
444
414
|
this.el = r.nativeElement;
|
|
445
415
|
}
|
|
446
|
-
static
|
|
447
|
-
static
|
|
416
|
+
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 }); }
|
|
417
|
+
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 }); }
|
|
448
418
|
};
|
|
449
419
|
ModusWcInputFeedback = __decorate([
|
|
450
420
|
ProxyCmp({
|
|
451
421
|
inputs: ['customClass', 'icon', 'level', 'message', 'size']
|
|
452
422
|
})
|
|
453
423
|
], ModusWcInputFeedback);
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputFeedback, decorators: [{
|
|
455
425
|
type: Component,
|
|
456
426
|
args: [{
|
|
457
427
|
selector: 'modus-wc-input-feedback',
|
|
@@ -462,22 +432,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
462
432
|
}]
|
|
463
433
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
464
434
|
let ModusWcInputLabel = class ModusWcInputLabel {
|
|
465
|
-
z;
|
|
466
|
-
el;
|
|
467
435
|
constructor(c, r, z) {
|
|
468
436
|
this.z = z;
|
|
469
437
|
c.detach();
|
|
470
438
|
this.el = r.nativeElement;
|
|
471
439
|
}
|
|
472
|
-
static
|
|
473
|
-
static
|
|
440
|
+
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 }); }
|
|
441
|
+
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 }); }
|
|
474
442
|
};
|
|
475
443
|
ModusWcInputLabel = __decorate([
|
|
476
444
|
ProxyCmp({
|
|
477
445
|
inputs: ['customClass', 'forId', 'labelText', 'required', 'size', 'subLabelText']
|
|
478
446
|
})
|
|
479
447
|
], ModusWcInputLabel);
|
|
480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputLabel, decorators: [{
|
|
481
449
|
type: Component,
|
|
482
450
|
args: [{
|
|
483
451
|
selector: 'modus-wc-input-label',
|
|
@@ -488,22 +456,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
488
456
|
}]
|
|
489
457
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
490
458
|
let ModusWcLoader = class ModusWcLoader {
|
|
491
|
-
z;
|
|
492
|
-
el;
|
|
493
459
|
constructor(c, r, z) {
|
|
494
460
|
this.z = z;
|
|
495
461
|
c.detach();
|
|
496
462
|
this.el = r.nativeElement;
|
|
497
463
|
}
|
|
498
|
-
static
|
|
499
|
-
static
|
|
464
|
+
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 }); }
|
|
465
|
+
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 }); }
|
|
500
466
|
};
|
|
501
467
|
ModusWcLoader = __decorate([
|
|
502
468
|
ProxyCmp({
|
|
503
469
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
504
470
|
})
|
|
505
471
|
], ModusWcLoader);
|
|
506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLoader, decorators: [{
|
|
507
473
|
type: Component,
|
|
508
474
|
args: [{
|
|
509
475
|
selector: 'modus-wc-loader',
|
|
@@ -514,22 +480,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
514
480
|
}]
|
|
515
481
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
516
482
|
let ModusWcMenu = class ModusWcMenu {
|
|
517
|
-
z;
|
|
518
|
-
el;
|
|
519
483
|
constructor(c, r, z) {
|
|
520
484
|
this.z = z;
|
|
521
485
|
c.detach();
|
|
522
486
|
this.el = r.nativeElement;
|
|
523
487
|
}
|
|
524
|
-
static
|
|
525
|
-
static
|
|
488
|
+
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 }); }
|
|
489
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcMenu, selector: "modus-wc-menu", inputs: { bordered: "bordered", customClass: "customClass", orientation: "orientation", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
526
490
|
};
|
|
527
491
|
ModusWcMenu = __decorate([
|
|
528
492
|
ProxyCmp({
|
|
529
493
|
inputs: ['bordered', 'customClass', 'orientation', 'size']
|
|
530
494
|
})
|
|
531
495
|
], ModusWcMenu);
|
|
532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenu, decorators: [{
|
|
533
497
|
type: Component,
|
|
534
498
|
args: [{
|
|
535
499
|
selector: 'modus-wc-menu',
|
|
@@ -540,23 +504,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
540
504
|
}]
|
|
541
505
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
542
506
|
let ModusWcMenuItem = class ModusWcMenuItem {
|
|
543
|
-
z;
|
|
544
|
-
el;
|
|
545
507
|
constructor(c, r, z) {
|
|
546
508
|
this.z = z;
|
|
547
509
|
c.detach();
|
|
548
510
|
this.el = r.nativeElement;
|
|
549
511
|
proxyOutputs(this, this.el, ['itemSelect']);
|
|
550
512
|
}
|
|
551
|
-
static
|
|
552
|
-
static
|
|
513
|
+
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 }); }
|
|
514
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcMenuItem, selector: "modus-wc-menu-item", inputs: { bordered: "bordered", customClass: "customClass", disabled: "disabled", focused: "focused", label: "label", selected: "selected", size: "size", startIcon: "startIcon", subLabel: "subLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
553
515
|
};
|
|
554
516
|
ModusWcMenuItem = __decorate([
|
|
555
517
|
ProxyCmp({
|
|
556
518
|
inputs: ['bordered', 'customClass', 'disabled', 'focused', 'label', 'selected', 'size', 'startIcon', 'subLabel', 'value']
|
|
557
519
|
})
|
|
558
520
|
], ModusWcMenuItem);
|
|
559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenuItem, decorators: [{
|
|
560
522
|
type: Component,
|
|
561
523
|
args: [{
|
|
562
524
|
selector: 'modus-wc-menu-item',
|
|
@@ -567,22 +529,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
567
529
|
}]
|
|
568
530
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
569
531
|
let ModusWcModal = class ModusWcModal {
|
|
570
|
-
z;
|
|
571
|
-
el;
|
|
572
532
|
constructor(c, r, z) {
|
|
573
533
|
this.z = z;
|
|
574
534
|
c.detach();
|
|
575
535
|
this.el = r.nativeElement;
|
|
576
536
|
}
|
|
577
|
-
static
|
|
578
|
-
static
|
|
537
|
+
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 }); }
|
|
538
|
+
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 }); }
|
|
579
539
|
};
|
|
580
540
|
ModusWcModal = __decorate([
|
|
581
541
|
ProxyCmp({
|
|
582
542
|
inputs: ['backdrop', 'customClass', 'fullscreen', 'modalId', 'position', 'showClose', 'showFullscreenToggle']
|
|
583
543
|
})
|
|
584
544
|
], ModusWcModal);
|
|
585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcModal, decorators: [{
|
|
586
546
|
type: Component,
|
|
587
547
|
args: [{
|
|
588
548
|
selector: 'modus-wc-modal',
|
|
@@ -593,50 +553,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
593
553
|
}]
|
|
594
554
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
595
555
|
let ModusWcNavbar = class ModusWcNavbar {
|
|
596
|
-
z;
|
|
597
|
-
el;
|
|
598
556
|
constructor(c, r, z) {
|
|
599
557
|
this.z = z;
|
|
600
558
|
c.detach();
|
|
601
559
|
this.el = r.nativeElement;
|
|
602
|
-
proxyOutputs(this, this.el, ['appsClick', 'helpClick', 'myTrimbleClick', 'notificationsClick', 'searchChange', 'searchClick', 'signOutClick', 'trimbleLogoClick']);
|
|
560
|
+
proxyOutputs(this, this.el, ['appsClick', 'appsMenuOpenChange', 'condensedMenuOpenChange', 'helpClick', 'mainMenuOpenChange', 'myTrimbleClick', 'notificationsClick', 'notificationsMenuOpenChange', 'searchChange', 'searchClick', 'searchInputOpenChange', 'signOutClick', 'trimbleLogoClick', 'userMenuOpenChange']);
|
|
603
561
|
}
|
|
604
|
-
static
|
|
605
|
-
static
|
|
562
|
+
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 }); }
|
|
563
|
+
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 }); }
|
|
606
564
|
};
|
|
607
565
|
ModusWcNavbar = __decorate([
|
|
608
566
|
ProxyCmp({
|
|
609
|
-
inputs: ['condensed', 'customClass', 'searchDebounceMs', 'textOverrides', '
|
|
567
|
+
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility']
|
|
610
568
|
})
|
|
611
569
|
], ModusWcNavbar);
|
|
612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNavbar, decorators: [{
|
|
613
571
|
type: Component,
|
|
614
572
|
args: [{
|
|
615
573
|
selector: 'modus-wc-navbar',
|
|
616
574
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
617
575
|
template: '<ng-content></ng-content>',
|
|
618
576
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
619
|
-
inputs: ['condensed', 'customClass', 'searchDebounceMs', 'textOverrides', '
|
|
577
|
+
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility'],
|
|
620
578
|
}]
|
|
621
579
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
622
580
|
let ModusWcNumberInput = class ModusWcNumberInput {
|
|
623
|
-
z;
|
|
624
|
-
el;
|
|
625
581
|
constructor(c, r, z) {
|
|
626
582
|
this.z = z;
|
|
627
583
|
c.detach();
|
|
628
584
|
this.el = r.nativeElement;
|
|
629
585
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
630
586
|
}
|
|
631
|
-
static
|
|
632
|
-
static
|
|
587
|
+
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 }); }
|
|
588
|
+
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", inputMode: "inputMode", 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 }); }
|
|
633
589
|
};
|
|
634
590
|
ModusWcNumberInput = __decorate([
|
|
635
591
|
ProxyCmp({
|
|
636
592
|
inputs: ['autoComplete', 'bordered', 'currencySymbol', 'customClass', 'disabled', 'feedback', 'inputId', 'inputMode', 'inputTabIndex', 'label', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'size', 'step', 'type', 'value']
|
|
637
593
|
})
|
|
638
594
|
], ModusWcNumberInput);
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNumberInput, decorators: [{
|
|
640
596
|
type: Component,
|
|
641
597
|
args: [{
|
|
642
598
|
selector: 'modus-wc-number-input',
|
|
@@ -647,23 +603,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
647
603
|
}]
|
|
648
604
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
649
605
|
let ModusWcPagination = class ModusWcPagination {
|
|
650
|
-
z;
|
|
651
|
-
el;
|
|
652
606
|
constructor(c, r, z) {
|
|
653
607
|
this.z = z;
|
|
654
608
|
c.detach();
|
|
655
609
|
this.el = r.nativeElement;
|
|
656
610
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
657
611
|
}
|
|
658
|
-
static
|
|
659
|
-
static
|
|
612
|
+
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 }); }
|
|
613
|
+
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", page: "page", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
660
614
|
};
|
|
661
615
|
ModusWcPagination = __decorate([
|
|
662
616
|
ProxyCmp({
|
|
663
617
|
inputs: ['ariaLabelValues', 'count', 'customClass', 'page', 'size']
|
|
664
618
|
})
|
|
665
619
|
], ModusWcPagination);
|
|
666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPagination, decorators: [{
|
|
667
621
|
type: Component,
|
|
668
622
|
args: [{
|
|
669
623
|
selector: 'modus-wc-pagination',
|
|
@@ -674,22 +628,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
674
628
|
}]
|
|
675
629
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
676
630
|
let ModusWcProgress = class ModusWcProgress {
|
|
677
|
-
z;
|
|
678
|
-
el;
|
|
679
631
|
constructor(c, r, z) {
|
|
680
632
|
this.z = z;
|
|
681
633
|
c.detach();
|
|
682
634
|
this.el = r.nativeElement;
|
|
683
635
|
}
|
|
684
|
-
static
|
|
685
|
-
static
|
|
636
|
+
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 }); }
|
|
637
|
+
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 }); }
|
|
686
638
|
};
|
|
687
639
|
ModusWcProgress = __decorate([
|
|
688
640
|
ProxyCmp({
|
|
689
641
|
inputs: ['customClass', 'indeterminate', 'label', 'max', 'value', 'variant']
|
|
690
642
|
})
|
|
691
643
|
], ModusWcProgress);
|
|
692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProgress, decorators: [{
|
|
693
645
|
type: Component,
|
|
694
646
|
args: [{
|
|
695
647
|
selector: 'modus-wc-progress',
|
|
@@ -700,23 +652,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
700
652
|
}]
|
|
701
653
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
702
654
|
let ModusWcRadio = class ModusWcRadio {
|
|
703
|
-
z;
|
|
704
|
-
el;
|
|
705
655
|
constructor(c, r, z) {
|
|
706
656
|
this.z = z;
|
|
707
657
|
c.detach();
|
|
708
658
|
this.el = r.nativeElement;
|
|
709
659
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
710
660
|
}
|
|
711
|
-
static
|
|
712
|
-
static
|
|
661
|
+
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 }); }
|
|
662
|
+
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 }); }
|
|
713
663
|
};
|
|
714
664
|
ModusWcRadio = __decorate([
|
|
715
665
|
ProxyCmp({
|
|
716
666
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
717
667
|
})
|
|
718
668
|
], ModusWcRadio);
|
|
719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRadio, decorators: [{
|
|
720
670
|
type: Component,
|
|
721
671
|
args: [{
|
|
722
672
|
selector: 'modus-wc-radio',
|
|
@@ -727,23 +677,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
727
677
|
}]
|
|
728
678
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
729
679
|
let ModusWcRating = class ModusWcRating {
|
|
730
|
-
z;
|
|
731
|
-
el;
|
|
732
680
|
constructor(c, r, z) {
|
|
733
681
|
this.z = z;
|
|
734
682
|
c.detach();
|
|
735
683
|
this.el = r.nativeElement;
|
|
736
684
|
proxyOutputs(this, this.el, ['ratingChange']);
|
|
737
685
|
}
|
|
738
|
-
static
|
|
739
|
-
static
|
|
686
|
+
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 }); }
|
|
687
|
+
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 }); }
|
|
740
688
|
};
|
|
741
689
|
ModusWcRating = __decorate([
|
|
742
690
|
ProxyCmp({
|
|
743
691
|
inputs: ['allowHalf', 'count', 'customClass', 'disabled', 'getAriaLabelText', 'size', 'value', 'variant']
|
|
744
692
|
})
|
|
745
693
|
], ModusWcRating);
|
|
746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRating, decorators: [{
|
|
747
695
|
type: Component,
|
|
748
696
|
args: [{
|
|
749
697
|
selector: 'modus-wc-rating',
|
|
@@ -754,23 +702,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
754
702
|
}]
|
|
755
703
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
756
704
|
let ModusWcSelect = class ModusWcSelect {
|
|
757
|
-
z;
|
|
758
|
-
el;
|
|
759
705
|
constructor(c, r, z) {
|
|
760
706
|
this.z = z;
|
|
761
707
|
c.detach();
|
|
762
708
|
this.el = r.nativeElement;
|
|
763
709
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
764
710
|
}
|
|
765
|
-
static
|
|
766
|
-
static
|
|
711
|
+
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 }); }
|
|
712
|
+
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 }); }
|
|
767
713
|
};
|
|
768
714
|
ModusWcSelect = __decorate([
|
|
769
715
|
ProxyCmp({
|
|
770
716
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'name', 'options', 'required', 'size', 'value']
|
|
771
717
|
})
|
|
772
718
|
], ModusWcSelect);
|
|
773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
719
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSelect, decorators: [{
|
|
774
720
|
type: Component,
|
|
775
721
|
args: [{
|
|
776
722
|
selector: 'modus-wc-select',
|
|
@@ -781,22 +727,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
781
727
|
}]
|
|
782
728
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
783
729
|
let ModusWcSkeleton = class ModusWcSkeleton {
|
|
784
|
-
z;
|
|
785
|
-
el;
|
|
786
730
|
constructor(c, r, z) {
|
|
787
731
|
this.z = z;
|
|
788
732
|
c.detach();
|
|
789
733
|
this.el = r.nativeElement;
|
|
790
734
|
}
|
|
791
|
-
static
|
|
792
|
-
static
|
|
735
|
+
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 }); }
|
|
736
|
+
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 }); }
|
|
793
737
|
};
|
|
794
738
|
ModusWcSkeleton = __decorate([
|
|
795
739
|
ProxyCmp({
|
|
796
740
|
inputs: ['customClass', 'height', 'shape', 'width']
|
|
797
741
|
})
|
|
798
742
|
], ModusWcSkeleton);
|
|
799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSkeleton, decorators: [{
|
|
800
744
|
type: Component,
|
|
801
745
|
args: [{
|
|
802
746
|
selector: 'modus-wc-skeleton',
|
|
@@ -807,23 +751,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
807
751
|
}]
|
|
808
752
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
809
753
|
let ModusWcSlider = class ModusWcSlider {
|
|
810
|
-
z;
|
|
811
|
-
el;
|
|
812
754
|
constructor(c, r, z) {
|
|
813
755
|
this.z = z;
|
|
814
756
|
c.detach();
|
|
815
757
|
this.el = r.nativeElement;
|
|
816
758
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
817
759
|
}
|
|
818
|
-
static
|
|
819
|
-
static
|
|
760
|
+
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 }); }
|
|
761
|
+
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 }); }
|
|
820
762
|
};
|
|
821
763
|
ModusWcSlider = __decorate([
|
|
822
764
|
ProxyCmp({
|
|
823
765
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'required', 'size', 'step', 'value']
|
|
824
766
|
})
|
|
825
767
|
], ModusWcSlider);
|
|
826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSlider, decorators: [{
|
|
827
769
|
type: Component,
|
|
828
770
|
args: [{
|
|
829
771
|
selector: 'modus-wc-slider',
|
|
@@ -834,22 +776,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
834
776
|
}]
|
|
835
777
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
836
778
|
let ModusWcStepper = class ModusWcStepper {
|
|
837
|
-
z;
|
|
838
|
-
el;
|
|
839
779
|
constructor(c, r, z) {
|
|
840
780
|
this.z = z;
|
|
841
781
|
c.detach();
|
|
842
782
|
this.el = r.nativeElement;
|
|
843
783
|
}
|
|
844
|
-
static
|
|
845
|
-
static
|
|
784
|
+
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 }); }
|
|
785
|
+
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 }); }
|
|
846
786
|
};
|
|
847
787
|
ModusWcStepper = __decorate([
|
|
848
788
|
ProxyCmp({
|
|
849
789
|
inputs: ['customClass', 'orientation', 'steps']
|
|
850
790
|
})
|
|
851
791
|
], ModusWcStepper);
|
|
852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcStepper, decorators: [{
|
|
853
793
|
type: Component,
|
|
854
794
|
args: [{
|
|
855
795
|
selector: 'modus-wc-stepper',
|
|
@@ -859,24 +799,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
859
799
|
inputs: ['customClass', 'orientation', 'steps'],
|
|
860
800
|
}]
|
|
861
801
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
802
|
+
let ModusWcSwitch = class ModusWcSwitch {
|
|
803
|
+
constructor(c, r, z) {
|
|
804
|
+
this.z = z;
|
|
805
|
+
c.detach();
|
|
806
|
+
this.el = r.nativeElement;
|
|
807
|
+
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
808
|
+
}
|
|
809
|
+
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 }); }
|
|
810
|
+
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 }); }
|
|
811
|
+
};
|
|
812
|
+
ModusWcSwitch = __decorate([
|
|
813
|
+
ProxyCmp({
|
|
814
|
+
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
815
|
+
})
|
|
816
|
+
], ModusWcSwitch);
|
|
817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSwitch, decorators: [{
|
|
818
|
+
type: Component,
|
|
819
|
+
args: [{
|
|
820
|
+
selector: 'modus-wc-switch',
|
|
821
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
822
|
+
template: '<ng-content></ng-content>',
|
|
823
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
824
|
+
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
825
|
+
}]
|
|
826
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
862
827
|
let ModusWcTable = class ModusWcTable {
|
|
863
|
-
z;
|
|
864
|
-
el;
|
|
865
828
|
constructor(c, r, z) {
|
|
866
829
|
this.z = z;
|
|
867
830
|
c.detach();
|
|
868
831
|
this.el = r.nativeElement;
|
|
869
832
|
proxyOutputs(this, this.el, ['rowClick']);
|
|
870
833
|
}
|
|
871
|
-
static
|
|
872
|
-
static
|
|
834
|
+
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 }); }
|
|
835
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTable, selector: "modus-wc-table", inputs: { columns: "columns", customClass: "customClass", data: "data", density: "density", zebra: "zebra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
873
836
|
};
|
|
874
837
|
ModusWcTable = __decorate([
|
|
875
838
|
ProxyCmp({
|
|
876
839
|
inputs: ['columns', 'customClass', 'data', 'density', 'zebra']
|
|
877
840
|
})
|
|
878
841
|
], ModusWcTable);
|
|
879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTable, decorators: [{
|
|
880
843
|
type: Component,
|
|
881
844
|
args: [{
|
|
882
845
|
selector: 'modus-wc-table',
|
|
@@ -887,23 +850,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
887
850
|
}]
|
|
888
851
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
889
852
|
let ModusWcTabs = class ModusWcTabs {
|
|
890
|
-
z;
|
|
891
|
-
el;
|
|
892
853
|
constructor(c, r, z) {
|
|
893
854
|
this.z = z;
|
|
894
855
|
c.detach();
|
|
895
856
|
this.el = r.nativeElement;
|
|
896
857
|
proxyOutputs(this, this.el, ['tabChange']);
|
|
897
858
|
}
|
|
898
|
-
static
|
|
899
|
-
static
|
|
859
|
+
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 }); }
|
|
860
|
+
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 }); }
|
|
900
861
|
};
|
|
901
862
|
ModusWcTabs = __decorate([
|
|
902
863
|
ProxyCmp({
|
|
903
864
|
inputs: ['activeTabIndex', 'customClass', 'size', 'tabStyle', 'tabs']
|
|
904
865
|
})
|
|
905
866
|
], ModusWcTabs);
|
|
906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTabs, decorators: [{
|
|
907
868
|
type: Component,
|
|
908
869
|
args: [{
|
|
909
870
|
selector: 'modus-wc-tabs',
|
|
@@ -914,23 +875,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
914
875
|
}]
|
|
915
876
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
916
877
|
let ModusWcTextInput = class ModusWcTextInput {
|
|
917
|
-
z;
|
|
918
|
-
el;
|
|
919
878
|
constructor(c, r, z) {
|
|
920
879
|
this.z = z;
|
|
921
880
|
c.detach();
|
|
922
881
|
this.el = r.nativeElement;
|
|
923
882
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
924
883
|
}
|
|
925
|
-
static
|
|
926
|
-
static
|
|
884
|
+
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 }); }
|
|
885
|
+
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", inputMode: "inputMode", 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 }); }
|
|
927
886
|
};
|
|
928
887
|
ModusWcTextInput = __decorate([
|
|
929
888
|
ProxyCmp({
|
|
930
889
|
inputs: ['autoCapitalize', 'autoComplete', 'autoCorrect', 'bordered', 'clearAriaLabel', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputMode', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'type', 'value']
|
|
931
890
|
})
|
|
932
891
|
], ModusWcTextInput);
|
|
933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextInput, decorators: [{
|
|
934
893
|
type: Component,
|
|
935
894
|
args: [{
|
|
936
895
|
selector: 'modus-wc-text-input',
|
|
@@ -941,23 +900,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
941
900
|
}]
|
|
942
901
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
943
902
|
let ModusWcTextarea = class ModusWcTextarea {
|
|
944
|
-
z;
|
|
945
|
-
el;
|
|
946
903
|
constructor(c, r, z) {
|
|
947
904
|
this.z = z;
|
|
948
905
|
c.detach();
|
|
949
906
|
this.el = r.nativeElement;
|
|
950
907
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
951
908
|
}
|
|
952
|
-
static
|
|
953
|
-
static
|
|
909
|
+
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 }); }
|
|
910
|
+
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", 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 }); }
|
|
954
911
|
};
|
|
955
912
|
ModusWcTextarea = __decorate([
|
|
956
913
|
ProxyCmp({
|
|
957
914
|
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value']
|
|
958
915
|
})
|
|
959
916
|
], ModusWcTextarea);
|
|
960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextarea, decorators: [{
|
|
961
918
|
type: Component,
|
|
962
919
|
args: [{
|
|
963
920
|
selector: 'modus-wc-textarea',
|
|
@@ -968,22 +925,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
968
925
|
}]
|
|
969
926
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
970
927
|
let ModusWcThemeProvider = class ModusWcThemeProvider {
|
|
971
|
-
z;
|
|
972
|
-
el;
|
|
973
928
|
constructor(c, r, z) {
|
|
974
929
|
this.z = z;
|
|
975
930
|
c.detach();
|
|
976
931
|
this.el = r.nativeElement;
|
|
977
932
|
}
|
|
978
|
-
static
|
|
979
|
-
static
|
|
933
|
+
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 }); }
|
|
934
|
+
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 }); }
|
|
980
935
|
};
|
|
981
936
|
ModusWcThemeProvider = __decorate([
|
|
982
937
|
ProxyCmp({
|
|
983
938
|
inputs: ['initialTheme']
|
|
984
939
|
})
|
|
985
940
|
], ModusWcThemeProvider);
|
|
986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeProvider, decorators: [{
|
|
987
942
|
type: Component,
|
|
988
943
|
args: [{
|
|
989
944
|
selector: 'modus-wc-theme-provider',
|
|
@@ -994,23 +949,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
994
949
|
}]
|
|
995
950
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
996
951
|
let ModusWcThemeSwitcher = class ModusWcThemeSwitcher {
|
|
997
|
-
z;
|
|
998
|
-
el;
|
|
999
952
|
constructor(c, r, z) {
|
|
1000
953
|
this.z = z;
|
|
1001
954
|
c.detach();
|
|
1002
955
|
this.el = r.nativeElement;
|
|
1003
956
|
proxyOutputs(this, this.el, ['themeChange']);
|
|
1004
957
|
}
|
|
1005
|
-
static
|
|
1006
|
-
static
|
|
958
|
+
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 }); }
|
|
959
|
+
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 }); }
|
|
1007
960
|
};
|
|
1008
961
|
ModusWcThemeSwitcher = __decorate([
|
|
1009
962
|
ProxyCmp({
|
|
1010
963
|
inputs: ['customClass']
|
|
1011
964
|
})
|
|
1012
965
|
], ModusWcThemeSwitcher);
|
|
1013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeSwitcher, decorators: [{
|
|
1014
967
|
type: Component,
|
|
1015
968
|
args: [{
|
|
1016
969
|
selector: 'modus-wc-theme-switcher',
|
|
@@ -1021,23 +974,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1021
974
|
}]
|
|
1022
975
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1023
976
|
let ModusWcTimeInput = class ModusWcTimeInput {
|
|
1024
|
-
z;
|
|
1025
|
-
el;
|
|
1026
977
|
constructor(c, r, z) {
|
|
1027
978
|
this.z = z;
|
|
1028
979
|
c.detach();
|
|
1029
980
|
this.el = r.nativeElement;
|
|
1030
981
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1031
982
|
}
|
|
1032
|
-
static
|
|
1033
|
-
static
|
|
983
|
+
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 }); }
|
|
984
|
+
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 }); }
|
|
1034
985
|
};
|
|
1035
986
|
ModusWcTimeInput = __decorate([
|
|
1036
987
|
ProxyCmp({
|
|
1037
988
|
inputs: ['autoComplete', 'bordered', 'customClass', 'datalistId', 'datalistOptions', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showSeconds', 'size', 'step', 'value']
|
|
1038
989
|
})
|
|
1039
990
|
], ModusWcTimeInput);
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTimeInput, decorators: [{
|
|
1041
992
|
type: Component,
|
|
1042
993
|
args: [{
|
|
1043
994
|
selector: 'modus-wc-time-input',
|
|
@@ -1048,75 +999,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1048
999
|
}]
|
|
1049
1000
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1050
1001
|
let ModusWcToast = class ModusWcToast {
|
|
1051
|
-
z;
|
|
1052
|
-
el;
|
|
1053
1002
|
constructor(c, r, z) {
|
|
1054
1003
|
this.z = z;
|
|
1055
1004
|
c.detach();
|
|
1056
1005
|
this.el = r.nativeElement;
|
|
1057
1006
|
}
|
|
1058
|
-
static
|
|
1059
|
-
static
|
|
1007
|
+
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 }); }
|
|
1008
|
+
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 }); }
|
|
1060
1009
|
};
|
|
1061
1010
|
ModusWcToast = __decorate([
|
|
1062
1011
|
ProxyCmp({
|
|
1063
|
-
inputs: ['customClass', 'position']
|
|
1012
|
+
inputs: ['customClass', 'delay', 'position']
|
|
1064
1013
|
})
|
|
1065
1014
|
], ModusWcToast);
|
|
1066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToast, decorators: [{
|
|
1067
1016
|
type: Component,
|
|
1068
1017
|
args: [{
|
|
1069
1018
|
selector: 'modus-wc-toast',
|
|
1070
1019
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1071
1020
|
template: '<ng-content></ng-content>',
|
|
1072
1021
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1073
|
-
inputs: ['customClass', 'position'],
|
|
1074
|
-
}]
|
|
1075
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1076
|
-
let ModusWcToggle = class ModusWcToggle {
|
|
1077
|
-
z;
|
|
1078
|
-
el;
|
|
1079
|
-
constructor(c, r, z) {
|
|
1080
|
-
this.z = z;
|
|
1081
|
-
c.detach();
|
|
1082
|
-
this.el = r.nativeElement;
|
|
1083
|
-
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1084
|
-
}
|
|
1085
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1086
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcToggle, selector: "modus-wc-toggle", 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 });
|
|
1087
|
-
};
|
|
1088
|
-
ModusWcToggle = __decorate([
|
|
1089
|
-
ProxyCmp({
|
|
1090
|
-
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1091
|
-
})
|
|
1092
|
-
], ModusWcToggle);
|
|
1093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToggle, decorators: [{
|
|
1094
|
-
type: Component,
|
|
1095
|
-
args: [{
|
|
1096
|
-
selector: 'modus-wc-toggle',
|
|
1097
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1098
|
-
template: '<ng-content></ng-content>',
|
|
1099
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1100
|
-
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
1022
|
+
inputs: ['customClass', 'delay', 'position'],
|
|
1101
1023
|
}]
|
|
1102
1024
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1103
1025
|
let ModusWcToolbar = class ModusWcToolbar {
|
|
1104
|
-
z;
|
|
1105
|
-
el;
|
|
1106
1026
|
constructor(c, r, z) {
|
|
1107
1027
|
this.z = z;
|
|
1108
1028
|
c.detach();
|
|
1109
1029
|
this.el = r.nativeElement;
|
|
1110
1030
|
}
|
|
1111
|
-
static
|
|
1112
|
-
static
|
|
1031
|
+
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 }); }
|
|
1032
|
+
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 }); }
|
|
1113
1033
|
};
|
|
1114
1034
|
ModusWcToolbar = __decorate([
|
|
1115
1035
|
ProxyCmp({
|
|
1116
1036
|
inputs: ['customClass']
|
|
1117
1037
|
})
|
|
1118
1038
|
], ModusWcToolbar);
|
|
1119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToolbar, decorators: [{
|
|
1120
1040
|
type: Component,
|
|
1121
1041
|
args: [{
|
|
1122
1042
|
selector: 'modus-wc-toolbar',
|
|
@@ -1127,22 +1047,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1127
1047
|
}]
|
|
1128
1048
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1129
1049
|
let ModusWcTooltip = class ModusWcTooltip {
|
|
1130
|
-
z;
|
|
1131
|
-
el;
|
|
1132
1050
|
constructor(c, r, z) {
|
|
1133
1051
|
this.z = z;
|
|
1134
1052
|
c.detach();
|
|
1135
1053
|
this.el = r.nativeElement;
|
|
1136
1054
|
}
|
|
1137
|
-
static
|
|
1138
|
-
static
|
|
1055
|
+
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 }); }
|
|
1056
|
+
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 }); }
|
|
1139
1057
|
};
|
|
1140
1058
|
ModusWcTooltip = __decorate([
|
|
1141
1059
|
ProxyCmp({
|
|
1142
1060
|
inputs: ['content', 'customClass', 'disabled', 'forceOpen', 'position', 'tooltipId']
|
|
1143
1061
|
})
|
|
1144
1062
|
], ModusWcTooltip);
|
|
1145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTooltip, decorators: [{
|
|
1146
1064
|
type: Component,
|
|
1147
1065
|
args: [{
|
|
1148
1066
|
selector: 'modus-wc-tooltip',
|
|
@@ -1153,22 +1071,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1153
1071
|
}]
|
|
1154
1072
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1155
1073
|
let ModusWcTypography = class ModusWcTypography {
|
|
1156
|
-
z;
|
|
1157
|
-
el;
|
|
1158
1074
|
constructor(c, r, z) {
|
|
1159
1075
|
this.z = z;
|
|
1160
1076
|
c.detach();
|
|
1161
1077
|
this.el = r.nativeElement;
|
|
1162
1078
|
}
|
|
1163
|
-
static
|
|
1164
|
-
static
|
|
1079
|
+
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 }); }
|
|
1080
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTypography, selector: "modus-wc-typography", inputs: { customClass: "customClass", size: "size", variant: "variant", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1165
1081
|
};
|
|
1166
1082
|
ModusWcTypography = __decorate([
|
|
1167
1083
|
ProxyCmp({
|
|
1168
1084
|
inputs: ['customClass', 'size', 'variant', 'weight']
|
|
1169
1085
|
})
|
|
1170
1086
|
], ModusWcTypography);
|
|
1171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTypography, decorators: [{
|
|
1172
1088
|
type: Component,
|
|
1173
1089
|
args: [{
|
|
1174
1090
|
selector: 'modus-wc-typography',
|
|
@@ -1210,6 +1126,7 @@ const DIRECTIVES = [
|
|
|
1210
1126
|
ModusWcSkeleton,
|
|
1211
1127
|
ModusWcSlider,
|
|
1212
1128
|
ModusWcStepper,
|
|
1129
|
+
ModusWcSwitch,
|
|
1213
1130
|
ModusWcTable,
|
|
1214
1131
|
ModusWcTabs,
|
|
1215
1132
|
ModusWcTextInput,
|
|
@@ -1218,24 +1135,23 @@ const DIRECTIVES = [
|
|
|
1218
1135
|
ModusWcThemeSwitcher,
|
|
1219
1136
|
ModusWcTimeInput,
|
|
1220
1137
|
ModusWcToast,
|
|
1221
|
-
ModusWcToggle,
|
|
1222
1138
|
ModusWcToolbar,
|
|
1223
1139
|
ModusWcTooltip,
|
|
1224
1140
|
ModusWcTypography
|
|
1225
1141
|
];
|
|
1226
1142
|
|
|
1227
1143
|
class ModusAngularComponentsModule {
|
|
1228
|
-
static
|
|
1229
|
-
static
|
|
1230
|
-
static
|
|
1144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1145
|
+
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, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography], exports: [ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography] }); }
|
|
1146
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, providers: [
|
|
1231
1147
|
{
|
|
1232
1148
|
provide: APP_INITIALIZER,
|
|
1233
1149
|
useFactory: () => defineCustomElements,
|
|
1234
1150
|
multi: true,
|
|
1235
|
-
}
|
|
1236
|
-
] });
|
|
1151
|
+
},
|
|
1152
|
+
] }); }
|
|
1237
1153
|
}
|
|
1238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, decorators: [{
|
|
1239
1155
|
type: NgModule,
|
|
1240
1156
|
args: [{
|
|
1241
1157
|
declarations: [...DIRECTIVES],
|
|
@@ -1246,18 +1162,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1246
1162
|
provide: APP_INITIALIZER,
|
|
1247
1163
|
useFactory: () => defineCustomElements,
|
|
1248
1164
|
multi: true,
|
|
1249
|
-
}
|
|
1250
|
-
]
|
|
1165
|
+
},
|
|
1166
|
+
],
|
|
1251
1167
|
}]
|
|
1252
1168
|
}] });
|
|
1253
1169
|
|
|
1254
1170
|
/*
|
|
1255
|
-
* Public API Surface of
|
|
1171
|
+
* Public API Surface of moduswebcomponents-angular
|
|
1256
1172
|
*/
|
|
1257
1173
|
|
|
1258
1174
|
/**
|
|
1259
1175
|
* Generated bundle index. Do not edit.
|
|
1260
1176
|
*/
|
|
1261
1177
|
|
|
1262
|
-
export { DIRECTIVES, ModusAngularComponentsModule, ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast,
|
|
1178
|
+
export { DIRECTIVES, ModusAngularComponentsModule, ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography };
|
|
1263
1179
|
//# sourceMappingURL=trimble-oss-moduswebcomponents-angular.mjs.map
|