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