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