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