@trimble-oss/moduswebcomponents-angular 1.9.0-ng21 → 1.9.1-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 +49 -40
- package/esm2022/lib/modus-wc-angular.module.mjs +42 -0
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +59 -0
- package/esm2022/lib/stencil-generated/components.mjs +1792 -0
- package/esm2022/lib/stencil-generated/index.mjs +60 -0
- package/esm2022/public-api.mjs +7 -0
- package/esm2022/trimble-oss-moduswebcomponents-angular.mjs +5 -0
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs +418 -498
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs.map +1 -1
- package/index.d.ts +5 -0
- package/lib/modus-wc-angular.module.d.ts +7 -0
- package/lib/stencil-generated/angular-component-lib/utils.d.ts +9 -0
- package/{types/trimble-oss-moduswebcomponents-angular.d.ts → lib/stencil-generated/components.d.ts} +243 -202
- package/lib/stencil-generated/index.d.ts +2 -0
- package/package.json +9 -11
- package/public-api.d.ts +4 -0
|
@@ -1,72 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { EventEmitter, Output, ChangeDetectionStrategy, Component, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
3
|
+
import { defineCustomElements } from '@trimble-oss/moduswebcomponents/loader';
|
|
3
4
|
import { setAssetPath } from '@trimble-oss/moduswebcomponents/components';
|
|
4
5
|
import { __decorate } from 'tslib';
|
|
5
6
|
import { fromEvent } from 'rxjs';
|
|
6
|
-
import { defineCustomElement as defineCustomElement$1 } from '@trimble-oss/moduswebcomponents/components/modus-wc-accordion.js';
|
|
7
|
-
import { defineCustomElement as defineCustomElement$2 } from '@trimble-oss/moduswebcomponents/components/modus-wc-alert.js';
|
|
8
|
-
import { defineCustomElement as defineCustomElement$3 } from '@trimble-oss/moduswebcomponents/components/modus-wc-app-menu.js';
|
|
9
|
-
import { defineCustomElement as defineCustomElement$4 } from '@trimble-oss/moduswebcomponents/components/modus-wc-autocomplete.js';
|
|
10
|
-
import { defineCustomElement as defineCustomElement$5 } from '@trimble-oss/moduswebcomponents/components/modus-wc-avatar.js';
|
|
11
|
-
import { defineCustomElement as defineCustomElement$6 } from '@trimble-oss/moduswebcomponents/components/modus-wc-badge.js';
|
|
12
|
-
import { defineCustomElement as defineCustomElement$7 } from '@trimble-oss/moduswebcomponents/components/modus-wc-bottom-sheet.js';
|
|
13
|
-
import { defineCustomElement as defineCustomElement$8 } from '@trimble-oss/moduswebcomponents/components/modus-wc-breadcrumbs.js';
|
|
14
|
-
import { defineCustomElement as defineCustomElement$9 } from '@trimble-oss/moduswebcomponents/components/modus-wc-button.js';
|
|
15
|
-
import { defineCustomElement as defineCustomElement$a } from '@trimble-oss/moduswebcomponents/components/modus-wc-button-group.js';
|
|
16
|
-
import { defineCustomElement as defineCustomElement$b } from '@trimble-oss/moduswebcomponents/components/modus-wc-card.js';
|
|
17
|
-
import { defineCustomElement as defineCustomElement$c } from '@trimble-oss/moduswebcomponents/components/modus-wc-checkbox.js';
|
|
18
|
-
import { defineCustomElement as defineCustomElement$d } from '@trimble-oss/moduswebcomponents/components/modus-wc-chip.js';
|
|
19
|
-
import { defineCustomElement as defineCustomElement$e } from '@trimble-oss/moduswebcomponents/components/modus-wc-collapse.js';
|
|
20
|
-
import { defineCustomElement as defineCustomElement$f } from '@trimble-oss/moduswebcomponents/components/modus-wc-date.js';
|
|
21
|
-
import { defineCustomElement as defineCustomElement$g } from '@trimble-oss/moduswebcomponents/components/modus-wc-divider.js';
|
|
22
|
-
import { defineCustomElement as defineCustomElement$h } from '@trimble-oss/moduswebcomponents/components/modus-wc-dropdown-menu.js';
|
|
23
|
-
import { defineCustomElement as defineCustomElement$i } from '@trimble-oss/moduswebcomponents/components/modus-wc-file-dropzone.js';
|
|
24
|
-
import { defineCustomElement as defineCustomElement$j } from '@trimble-oss/moduswebcomponents/components/modus-wc-handle.js';
|
|
25
|
-
import { defineCustomElement as defineCustomElement$k } from '@trimble-oss/moduswebcomponents/components/modus-wc-icon.js';
|
|
26
|
-
import { defineCustomElement as defineCustomElement$l } from '@trimble-oss/moduswebcomponents/components/modus-wc-input-feedback.js';
|
|
27
|
-
import { defineCustomElement as defineCustomElement$m } from '@trimble-oss/moduswebcomponents/components/modus-wc-input-label.js';
|
|
28
|
-
import { defineCustomElement as defineCustomElement$n } from '@trimble-oss/moduswebcomponents/components/modus-wc-link.js';
|
|
29
|
-
import { defineCustomElement as defineCustomElement$o } from '@trimble-oss/moduswebcomponents/components/modus-wc-loader.js';
|
|
30
|
-
import { defineCustomElement as defineCustomElement$p } from '@trimble-oss/moduswebcomponents/components/modus-wc-logo.js';
|
|
31
|
-
import { defineCustomElement as defineCustomElement$q } from '@trimble-oss/moduswebcomponents/components/modus-wc-menu.js';
|
|
32
|
-
import { defineCustomElement as defineCustomElement$r } from '@trimble-oss/moduswebcomponents/components/modus-wc-menu-item.js';
|
|
33
|
-
import { defineCustomElement as defineCustomElement$s } from '@trimble-oss/moduswebcomponents/components/modus-wc-modal.js';
|
|
34
|
-
import { defineCustomElement as defineCustomElement$t } from '@trimble-oss/moduswebcomponents/components/modus-wc-navbar.js';
|
|
35
|
-
import { defineCustomElement as defineCustomElement$u } from '@trimble-oss/moduswebcomponents/components/modus-wc-number-input.js';
|
|
36
|
-
import { defineCustomElement as defineCustomElement$v } from '@trimble-oss/moduswebcomponents/components/modus-wc-pagination.js';
|
|
37
|
-
import { defineCustomElement as defineCustomElement$w } from '@trimble-oss/moduswebcomponents/components/modus-wc-panel.js';
|
|
38
|
-
import { defineCustomElement as defineCustomElement$x } from '@trimble-oss/moduswebcomponents/components/modus-wc-profile-menu.js';
|
|
39
|
-
import { defineCustomElement as defineCustomElement$y } from '@trimble-oss/moduswebcomponents/components/modus-wc-progress.js';
|
|
40
|
-
import { defineCustomElement as defineCustomElement$z } from '@trimble-oss/moduswebcomponents/components/modus-wc-radio.js';
|
|
41
|
-
import { defineCustomElement as defineCustomElement$A } from '@trimble-oss/moduswebcomponents/components/modus-wc-rating.js';
|
|
42
|
-
import { defineCustomElement as defineCustomElement$B } from '@trimble-oss/moduswebcomponents/components/modus-wc-select.js';
|
|
43
|
-
import { defineCustomElement as defineCustomElement$C } from '@trimble-oss/moduswebcomponents/components/modus-wc-side-navigation.js';
|
|
44
|
-
import { defineCustomElement as defineCustomElement$D } from '@trimble-oss/moduswebcomponents/components/modus-wc-skeleton.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$E } from '@trimble-oss/moduswebcomponents/components/modus-wc-slider.js';
|
|
46
|
-
import { defineCustomElement as defineCustomElement$F } from '@trimble-oss/moduswebcomponents/components/modus-wc-stepper.js';
|
|
47
|
-
import { defineCustomElement as defineCustomElement$G } from '@trimble-oss/moduswebcomponents/components/modus-wc-switch.js';
|
|
48
|
-
import { defineCustomElement as defineCustomElement$H } from '@trimble-oss/moduswebcomponents/components/modus-wc-table.js';
|
|
49
|
-
import { defineCustomElement as defineCustomElement$I } from '@trimble-oss/moduswebcomponents/components/modus-wc-tabs.js';
|
|
50
|
-
import { defineCustomElement as defineCustomElement$J } from '@trimble-oss/moduswebcomponents/components/modus-wc-text-input.js';
|
|
51
|
-
import { defineCustomElement as defineCustomElement$K } from '@trimble-oss/moduswebcomponents/components/modus-wc-textarea.js';
|
|
52
|
-
import { defineCustomElement as defineCustomElement$L } from '@trimble-oss/moduswebcomponents/components/modus-wc-theme-provider.js';
|
|
53
|
-
import { defineCustomElement as defineCustomElement$M } from '@trimble-oss/moduswebcomponents/components/modus-wc-theme-switcher.js';
|
|
54
|
-
import { defineCustomElement as defineCustomElement$N } from '@trimble-oss/moduswebcomponents/components/modus-wc-time-input.js';
|
|
55
|
-
import { defineCustomElement as defineCustomElement$O } from '@trimble-oss/moduswebcomponents/components/modus-wc-toast.js';
|
|
56
|
-
import { defineCustomElement as defineCustomElement$P } from '@trimble-oss/moduswebcomponents/components/modus-wc-toolbar.js';
|
|
57
|
-
import { defineCustomElement as defineCustomElement$Q } from '@trimble-oss/moduswebcomponents/components/modus-wc-tooltip.js';
|
|
58
|
-
import { defineCustomElement as defineCustomElement$R } from '@trimble-oss/moduswebcomponents/components/modus-wc-tree-item.js';
|
|
59
|
-
import { defineCustomElement as defineCustomElement$S } from '@trimble-oss/moduswebcomponents/components/modus-wc-tree-menu.js';
|
|
60
|
-
import { defineCustomElement as defineCustomElement$T } from '@trimble-oss/moduswebcomponents/components/modus-wc-typography.js';
|
|
61
|
-
import { defineCustomElement as defineCustomElement$U } from '@trimble-oss/moduswebcomponents/components/modus-wc-utility-panel.js';
|
|
62
|
-
|
|
63
|
-
function provideModusWebComponents() {
|
|
64
|
-
return makeEnvironmentProviders([
|
|
65
|
-
provideAppInitializer(() => {
|
|
66
|
-
setAssetPath('/assets/');
|
|
67
|
-
}),
|
|
68
|
-
]);
|
|
69
|
-
}
|
|
70
7
|
|
|
71
8
|
/* eslint-disable */
|
|
72
9
|
/* tslint:disable */
|
|
@@ -127,24 +64,21 @@ function ProxyCmp(opts) {
|
|
|
127
64
|
}
|
|
128
65
|
|
|
129
66
|
let ModusWcAccordion = class ModusWcAccordion {
|
|
130
|
-
z;
|
|
131
|
-
el;
|
|
132
|
-
expandedChange = new EventEmitter();
|
|
133
67
|
constructor(c, r, z) {
|
|
134
68
|
this.z = z;
|
|
69
|
+
this.expandedChange = new EventEmitter();
|
|
135
70
|
c.detach();
|
|
136
71
|
this.el = r.nativeElement;
|
|
137
72
|
}
|
|
138
|
-
static
|
|
139
|
-
static
|
|
73
|
+
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 }); }
|
|
74
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAccordion, selector: "modus-wc-accordion", inputs: { customClass: "customClass" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
140
75
|
};
|
|
141
76
|
ModusWcAccordion = __decorate([
|
|
142
77
|
ProxyCmp({
|
|
143
|
-
defineCustomElementFn: defineCustomElement$1,
|
|
144
78
|
inputs: ['customClass']
|
|
145
79
|
})
|
|
146
80
|
], ModusWcAccordion);
|
|
147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAccordion, decorators: [{
|
|
148
82
|
type: Component,
|
|
149
83
|
args: [{
|
|
150
84
|
selector: 'modus-wc-accordion',
|
|
@@ -153,29 +87,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
153
87
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
154
88
|
inputs: ['customClass'],
|
|
155
89
|
outputs: ['expandedChange'],
|
|
90
|
+
standalone: false
|
|
156
91
|
}]
|
|
157
92
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChange: [{
|
|
158
93
|
type: Output
|
|
159
94
|
}] } });
|
|
160
95
|
let ModusWcAlert = class ModusWcAlert {
|
|
161
|
-
z;
|
|
162
|
-
el;
|
|
163
|
-
dismissClick = new EventEmitter();
|
|
164
96
|
constructor(c, r, z) {
|
|
165
97
|
this.z = z;
|
|
98
|
+
this.dismissClick = new EventEmitter();
|
|
166
99
|
c.detach();
|
|
167
100
|
this.el = r.nativeElement;
|
|
168
101
|
}
|
|
169
|
-
static
|
|
170
|
-
static
|
|
102
|
+
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 }); }
|
|
103
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAlert, selector: "modus-wc-alert", inputs: { alertDescription: "alertDescription", alertTitle: "alertTitle", customClass: "customClass", delay: "delay", disableIcon: "disableIcon", dismissible: "dismissible", icon: "icon", variant: "variant" }, outputs: { dismissClick: "dismissClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
171
104
|
};
|
|
172
105
|
ModusWcAlert = __decorate([
|
|
173
106
|
ProxyCmp({
|
|
174
|
-
defineCustomElementFn: defineCustomElement$2,
|
|
175
107
|
inputs: ['alertDescription', 'alertTitle', 'customClass', 'delay', 'disableIcon', 'dismissible', 'icon', 'variant']
|
|
176
108
|
})
|
|
177
109
|
], ModusWcAlert);
|
|
178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAlert, decorators: [{
|
|
179
111
|
type: Component,
|
|
180
112
|
args: [{
|
|
181
113
|
selector: 'modus-wc-alert',
|
|
@@ -184,31 +116,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
184
116
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
185
117
|
inputs: ['alertDescription', { name: 'alertTitle', required: true }, 'customClass', 'delay', 'disableIcon', 'dismissible', 'icon', 'variant'],
|
|
186
118
|
outputs: ['dismissClick'],
|
|
119
|
+
standalone: false
|
|
187
120
|
}]
|
|
188
121
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dismissClick: [{
|
|
189
122
|
type: Output
|
|
190
123
|
}] } });
|
|
191
124
|
let ModusWcAppMenu = class ModusWcAppMenu {
|
|
192
|
-
z;
|
|
193
|
-
el;
|
|
194
|
-
layoutChange = new EventEmitter();
|
|
195
|
-
itemsOrderChange = new EventEmitter();
|
|
196
|
-
itemClick = new EventEmitter();
|
|
197
125
|
constructor(c, r, z) {
|
|
198
126
|
this.z = z;
|
|
127
|
+
this.layoutChange = new EventEmitter();
|
|
128
|
+
this.itemsOrderChange = new EventEmitter();
|
|
129
|
+
this.itemClick = new EventEmitter();
|
|
199
130
|
c.detach();
|
|
200
131
|
this.el = r.nativeElement;
|
|
201
132
|
}
|
|
202
|
-
static
|
|
203
|
-
static
|
|
133
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAppMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
134
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAppMenu, selector: "modus-wc-app-menu", inputs: { apps: "apps", customClass: "customClass", layout: "layout" }, outputs: { layoutChange: "layoutChange", itemsOrderChange: "itemsOrderChange", itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
204
135
|
};
|
|
205
136
|
ModusWcAppMenu = __decorate([
|
|
206
137
|
ProxyCmp({
|
|
207
|
-
defineCustomElementFn: defineCustomElement$3,
|
|
208
138
|
inputs: ['apps', 'customClass', 'layout']
|
|
209
139
|
})
|
|
210
140
|
], ModusWcAppMenu);
|
|
211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAppMenu, decorators: [{
|
|
212
142
|
type: Component,
|
|
213
143
|
args: [{
|
|
214
144
|
selector: 'modus-wc-app-menu',
|
|
@@ -217,6 +147,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
217
147
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
218
148
|
inputs: ['apps', 'customClass', 'layout'],
|
|
219
149
|
outputs: ['layoutChange', 'itemsOrderChange', 'itemClick'],
|
|
150
|
+
standalone: false
|
|
220
151
|
}]
|
|
221
152
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { layoutChange: [{
|
|
222
153
|
type: Output
|
|
@@ -226,31 +157,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
226
157
|
type: Output
|
|
227
158
|
}] } });
|
|
228
159
|
let ModusWcAutocomplete = class ModusWcAutocomplete {
|
|
229
|
-
z;
|
|
230
|
-
el;
|
|
231
|
-
chipRemove = new EventEmitter();
|
|
232
|
-
chipsExpansionChange = new EventEmitter();
|
|
233
|
-
clearClick = new EventEmitter();
|
|
234
|
-
inputBlur = new EventEmitter();
|
|
235
|
-
inputChange = new EventEmitter();
|
|
236
|
-
inputFocus = new EventEmitter();
|
|
237
|
-
itemSelect = new EventEmitter();
|
|
238
160
|
constructor(c, r, z) {
|
|
239
161
|
this.z = z;
|
|
162
|
+
this.chipRemove = new EventEmitter();
|
|
163
|
+
this.chipsExpansionChange = new EventEmitter();
|
|
164
|
+
this.clearClick = new EventEmitter();
|
|
165
|
+
this.inputBlur = new EventEmitter();
|
|
166
|
+
this.inputChange = new EventEmitter();
|
|
167
|
+
this.inputFocus = new EventEmitter();
|
|
168
|
+
this.itemSelect = new EventEmitter();
|
|
240
169
|
c.detach();
|
|
241
170
|
this.el = r.nativeElement;
|
|
242
171
|
}
|
|
243
|
-
static
|
|
244
|
-
static
|
|
172
|
+
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 }); }
|
|
173
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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" }, outputs: { chipRemove: "chipRemove", chipsExpansionChange: "chipsExpansionChange", clearClick: "clearClick", inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus", itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
245
174
|
};
|
|
246
175
|
ModusWcAutocomplete = __decorate([
|
|
247
176
|
ProxyCmp({
|
|
248
|
-
defineCustomElementFn: defineCustomElement$4,
|
|
249
177
|
inputs: ['autoComplete', 'bordered', 'customBlur', 'customClass', 'customInputChange', 'customItemSelect', 'customKeyDown', 'debounceMs', 'disabled', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputTabIndex', 'items', 'label', 'leaveMenuOpen', 'maxChips', 'minChars', 'minInputWidth', 'multiSelect', 'name', 'noResults', 'placeholder', 'readOnly', 'required', 'showMenuOnFocus', 'showSpinner', 'size', 'value'],
|
|
250
178
|
methods: ['selectItem', 'openMenu', 'closeMenu', 'toggleMenu', 'focusInput', 'clearInput']
|
|
251
179
|
})
|
|
252
180
|
], ModusWcAutocomplete);
|
|
253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAutocomplete, decorators: [{
|
|
254
182
|
type: Component,
|
|
255
183
|
args: [{
|
|
256
184
|
selector: 'modus-wc-autocomplete',
|
|
@@ -259,6 +187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
259
187
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
260
188
|
inputs: ['autoComplete', 'bordered', 'customBlur', 'customClass', 'customInputChange', 'customItemSelect', 'customKeyDown', 'debounceMs', 'disabled', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputTabIndex', 'items', 'label', 'leaveMenuOpen', 'maxChips', 'minChars', 'minInputWidth', 'multiSelect', 'name', 'noResults', 'placeholder', 'readOnly', 'required', 'showMenuOnFocus', 'showSpinner', 'size', 'value'],
|
|
261
189
|
outputs: ['chipRemove', 'chipsExpansionChange', 'clearClick', 'inputBlur', 'inputChange', 'inputFocus', 'itemSelect'],
|
|
190
|
+
standalone: false
|
|
262
191
|
}]
|
|
263
192
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { chipRemove: [{
|
|
264
193
|
type: Output
|
|
@@ -276,23 +205,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
276
205
|
type: Output
|
|
277
206
|
}] } });
|
|
278
207
|
let ModusWcAvatar = class ModusWcAvatar {
|
|
279
|
-
z;
|
|
280
|
-
el;
|
|
281
208
|
constructor(c, r, z) {
|
|
282
209
|
this.z = z;
|
|
283
210
|
c.detach();
|
|
284
211
|
this.el = r.nativeElement;
|
|
285
212
|
}
|
|
286
|
-
static
|
|
287
|
-
static
|
|
213
|
+
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 }); }
|
|
214
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAvatar, selector: "modus-wc-avatar", inputs: { alt: "alt", customClass: "customClass", imgSrc: "imgSrc", initials: "initials", shape: "shape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
288
215
|
};
|
|
289
216
|
ModusWcAvatar = __decorate([
|
|
290
217
|
ProxyCmp({
|
|
291
|
-
defineCustomElementFn: defineCustomElement$5,
|
|
292
218
|
inputs: ['alt', 'customClass', 'imgSrc', 'initials', 'shape', 'size']
|
|
293
219
|
})
|
|
294
220
|
], ModusWcAvatar);
|
|
295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAvatar, decorators: [{
|
|
296
222
|
type: Component,
|
|
297
223
|
args: [{
|
|
298
224
|
selector: 'modus-wc-avatar',
|
|
@@ -300,26 +226,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
300
226
|
template: '<ng-content></ng-content>',
|
|
301
227
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
302
228
|
inputs: [{ name: 'alt', required: true }, 'customClass', 'imgSrc', 'initials', 'shape', 'size'],
|
|
229
|
+
standalone: false
|
|
303
230
|
}]
|
|
304
231
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
305
232
|
let ModusWcBadge = class ModusWcBadge {
|
|
306
|
-
z;
|
|
307
|
-
el;
|
|
308
233
|
constructor(c, r, z) {
|
|
309
234
|
this.z = z;
|
|
310
235
|
c.detach();
|
|
311
236
|
this.el = r.nativeElement;
|
|
312
237
|
}
|
|
313
|
-
static
|
|
314
|
-
static
|
|
238
|
+
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 }); }
|
|
239
|
+
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 }); }
|
|
315
240
|
};
|
|
316
241
|
ModusWcBadge = __decorate([
|
|
317
242
|
ProxyCmp({
|
|
318
|
-
defineCustomElementFn: defineCustomElement$6,
|
|
319
243
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
320
244
|
})
|
|
321
245
|
], ModusWcBadge);
|
|
322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBadge, decorators: [{
|
|
323
247
|
type: Component,
|
|
324
248
|
args: [{
|
|
325
249
|
selector: 'modus-wc-badge',
|
|
@@ -327,30 +251,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
327
251
|
template: '<ng-content></ng-content>',
|
|
328
252
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
329
253
|
inputs: ['color', 'customClass', 'size', 'variant'],
|
|
254
|
+
standalone: false
|
|
330
255
|
}]
|
|
331
256
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
332
257
|
let ModusWcBottomSheet = class ModusWcBottomSheet {
|
|
333
|
-
z;
|
|
334
|
-
el;
|
|
335
|
-
sheetVisibilityChange = new EventEmitter();
|
|
336
|
-
displayModeChange = new EventEmitter();
|
|
337
|
-
headerBackClick = new EventEmitter();
|
|
338
|
-
headerCloseClick = new EventEmitter();
|
|
339
258
|
constructor(c, r, z) {
|
|
340
259
|
this.z = z;
|
|
260
|
+
this.sheetVisibilityChange = new EventEmitter();
|
|
261
|
+
this.displayModeChange = new EventEmitter();
|
|
262
|
+
this.headerBackClick = new EventEmitter();
|
|
263
|
+
this.headerCloseClick = new EventEmitter();
|
|
341
264
|
c.detach();
|
|
342
265
|
this.el = r.nativeElement;
|
|
343
266
|
}
|
|
344
|
-
static
|
|
345
|
-
static
|
|
267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBottomSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
268
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcBottomSheet, selector: "modus-wc-bottom-sheet", inputs: { customClass: "customClass", displayMode: "displayMode", dragStepThreshold: "dragStepThreshold", header: "header", visible: "visible" }, outputs: { sheetVisibilityChange: "sheetVisibilityChange", displayModeChange: "displayModeChange", headerBackClick: "headerBackClick", headerCloseClick: "headerCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
346
269
|
};
|
|
347
270
|
ModusWcBottomSheet = __decorate([
|
|
348
271
|
ProxyCmp({
|
|
349
|
-
defineCustomElementFn: defineCustomElement$7,
|
|
350
272
|
inputs: ['customClass', 'displayMode', 'dragStepThreshold', 'header', 'visible']
|
|
351
273
|
})
|
|
352
274
|
], ModusWcBottomSheet);
|
|
353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBottomSheet, decorators: [{
|
|
354
276
|
type: Component,
|
|
355
277
|
args: [{
|
|
356
278
|
selector: 'modus-wc-bottom-sheet',
|
|
@@ -359,6 +281,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
359
281
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
360
282
|
inputs: ['customClass', 'displayMode', 'dragStepThreshold', 'header', 'visible'],
|
|
361
283
|
outputs: ['sheetVisibilityChange', 'displayModeChange', 'headerBackClick', 'headerCloseClick'],
|
|
284
|
+
standalone: false
|
|
362
285
|
}]
|
|
363
286
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sheetVisibilityChange: [{
|
|
364
287
|
type: Output
|
|
@@ -370,24 +293,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
370
293
|
type: Output
|
|
371
294
|
}] } });
|
|
372
295
|
let ModusWcBreadcrumbs = class ModusWcBreadcrumbs {
|
|
373
|
-
z;
|
|
374
|
-
el;
|
|
375
|
-
breadcrumbClick = new EventEmitter();
|
|
376
296
|
constructor(c, r, z) {
|
|
377
297
|
this.z = z;
|
|
298
|
+
this.breadcrumbClick = new EventEmitter();
|
|
378
299
|
c.detach();
|
|
379
300
|
this.el = r.nativeElement;
|
|
380
301
|
}
|
|
381
|
-
static
|
|
382
|
-
static
|
|
302
|
+
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 }); }
|
|
303
|
+
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" }, outputs: { breadcrumbClick: "breadcrumbClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
383
304
|
};
|
|
384
305
|
ModusWcBreadcrumbs = __decorate([
|
|
385
306
|
ProxyCmp({
|
|
386
|
-
defineCustomElementFn: defineCustomElement$8,
|
|
387
307
|
inputs: ['customClass', 'items', 'size']
|
|
388
308
|
})
|
|
389
309
|
], ModusWcBreadcrumbs);
|
|
390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBreadcrumbs, decorators: [{
|
|
391
311
|
type: Component,
|
|
392
312
|
args: [{
|
|
393
313
|
selector: 'modus-wc-breadcrumbs',
|
|
@@ -396,29 +316,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
396
316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
397
317
|
inputs: ['customClass', 'items', 'size'],
|
|
398
318
|
outputs: ['breadcrumbClick'],
|
|
319
|
+
standalone: false
|
|
399
320
|
}]
|
|
400
321
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { breadcrumbClick: [{
|
|
401
322
|
type: Output
|
|
402
323
|
}] } });
|
|
403
324
|
let ModusWcButton = class ModusWcButton {
|
|
404
|
-
z;
|
|
405
|
-
el;
|
|
406
|
-
buttonClick = new EventEmitter();
|
|
407
325
|
constructor(c, r, z) {
|
|
408
326
|
this.z = z;
|
|
327
|
+
this.buttonClick = new EventEmitter();
|
|
409
328
|
c.detach();
|
|
410
329
|
this.el = r.nativeElement;
|
|
411
330
|
}
|
|
412
|
-
static
|
|
413
|
-
static
|
|
331
|
+
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 }); }
|
|
332
|
+
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" }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
414
333
|
};
|
|
415
334
|
ModusWcButton = __decorate([
|
|
416
335
|
ProxyCmp({
|
|
417
|
-
defineCustomElementFn: defineCustomElement$9,
|
|
418
336
|
inputs: ['color', 'customClass', 'disabled', 'fullWidth', 'pressed', 'shape', 'size', 'type', 'variant']
|
|
419
337
|
})
|
|
420
338
|
], ModusWcButton);
|
|
421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButton, decorators: [{
|
|
422
340
|
type: Component,
|
|
423
341
|
args: [{
|
|
424
342
|
selector: 'modus-wc-button',
|
|
@@ -427,30 +345,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
427
345
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
428
346
|
inputs: ['color', 'customClass', 'disabled', 'fullWidth', 'pressed', 'shape', 'size', 'type', 'variant'],
|
|
429
347
|
outputs: ['buttonClick'],
|
|
348
|
+
standalone: false
|
|
430
349
|
}]
|
|
431
350
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { buttonClick: [{
|
|
432
351
|
type: Output
|
|
433
352
|
}] } });
|
|
434
353
|
let ModusWcButtonGroup = class ModusWcButtonGroup {
|
|
435
|
-
z;
|
|
436
|
-
el;
|
|
437
|
-
buttonGroupClick = new EventEmitter();
|
|
438
|
-
buttonSelectionChange = new EventEmitter();
|
|
439
354
|
constructor(c, r, z) {
|
|
440
355
|
this.z = z;
|
|
356
|
+
this.buttonGroupClick = new EventEmitter();
|
|
357
|
+
this.buttonSelectionChange = new EventEmitter();
|
|
441
358
|
c.detach();
|
|
442
359
|
this.el = r.nativeElement;
|
|
443
360
|
}
|
|
444
|
-
static
|
|
445
|
-
static
|
|
361
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
362
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcButtonGroup, selector: "modus-wc-button-group", inputs: { color: "color", disabled: "disabled", orientation: "orientation", selectionType: "selectionType", variant: "variant" }, outputs: { buttonGroupClick: "buttonGroupClick", buttonSelectionChange: "buttonSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
446
363
|
};
|
|
447
364
|
ModusWcButtonGroup = __decorate([
|
|
448
365
|
ProxyCmp({
|
|
449
|
-
defineCustomElementFn: defineCustomElement$a,
|
|
450
366
|
inputs: ['color', 'disabled', 'orientation', 'selectionType', 'variant']
|
|
451
367
|
})
|
|
452
368
|
], ModusWcButtonGroup);
|
|
453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButtonGroup, decorators: [{
|
|
454
370
|
type: Component,
|
|
455
371
|
args: [{
|
|
456
372
|
selector: 'modus-wc-button-group',
|
|
@@ -459,6 +375,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
459
375
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
460
376
|
inputs: ['color', 'disabled', 'orientation', 'selectionType', 'variant'],
|
|
461
377
|
outputs: ['buttonGroupClick', 'buttonSelectionChange'],
|
|
378
|
+
standalone: false
|
|
462
379
|
}]
|
|
463
380
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { buttonGroupClick: [{
|
|
464
381
|
type: Output
|
|
@@ -466,23 +383,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
466
383
|
type: Output
|
|
467
384
|
}] } });
|
|
468
385
|
let ModusWcCard = class ModusWcCard {
|
|
469
|
-
z;
|
|
470
|
-
el;
|
|
471
386
|
constructor(c, r, z) {
|
|
472
387
|
this.z = z;
|
|
473
388
|
c.detach();
|
|
474
389
|
this.el = r.nativeElement;
|
|
475
390
|
}
|
|
476
|
-
static
|
|
477
|
-
static
|
|
391
|
+
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 }); }
|
|
392
|
+
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 }); }
|
|
478
393
|
};
|
|
479
394
|
ModusWcCard = __decorate([
|
|
480
395
|
ProxyCmp({
|
|
481
|
-
defineCustomElementFn: defineCustomElement$b,
|
|
482
396
|
inputs: ['backgroundFigure', 'bordered', 'customClass', 'layout', 'padding']
|
|
483
397
|
})
|
|
484
398
|
], ModusWcCard);
|
|
485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCard, decorators: [{
|
|
486
400
|
type: Component,
|
|
487
401
|
args: [{
|
|
488
402
|
selector: 'modus-wc-card',
|
|
@@ -490,29 +404,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
490
404
|
template: '<ng-content></ng-content>',
|
|
491
405
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
492
406
|
inputs: ['backgroundFigure', 'bordered', 'customClass', 'layout', 'padding'],
|
|
407
|
+
standalone: false
|
|
493
408
|
}]
|
|
494
409
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
495
410
|
let ModusWcCheckbox = class ModusWcCheckbox {
|
|
496
|
-
z;
|
|
497
|
-
el;
|
|
498
|
-
inputBlur = new EventEmitter();
|
|
499
|
-
inputChange = new EventEmitter();
|
|
500
|
-
inputFocus = new EventEmitter();
|
|
501
411
|
constructor(c, r, z) {
|
|
502
412
|
this.z = z;
|
|
413
|
+
this.inputBlur = new EventEmitter();
|
|
414
|
+
this.inputChange = new EventEmitter();
|
|
415
|
+
this.inputFocus = new EventEmitter();
|
|
503
416
|
c.detach();
|
|
504
417
|
this.el = r.nativeElement;
|
|
505
418
|
}
|
|
506
|
-
static
|
|
507
|
-
static
|
|
419
|
+
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 }); }
|
|
420
|
+
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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
508
421
|
};
|
|
509
422
|
ModusWcCheckbox = __decorate([
|
|
510
423
|
ProxyCmp({
|
|
511
|
-
defineCustomElementFn: defineCustomElement$c,
|
|
512
424
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
513
425
|
})
|
|
514
426
|
], ModusWcCheckbox);
|
|
515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCheckbox, decorators: [{
|
|
516
428
|
type: Component,
|
|
517
429
|
args: [{
|
|
518
430
|
selector: 'modus-wc-checkbox',
|
|
@@ -521,6 +433,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
521
433
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
522
434
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
523
435
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
436
|
+
standalone: false
|
|
524
437
|
}]
|
|
525
438
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
526
439
|
type: Output
|
|
@@ -530,25 +443,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
530
443
|
type: Output
|
|
531
444
|
}] } });
|
|
532
445
|
let ModusWcChip = class ModusWcChip {
|
|
533
|
-
z;
|
|
534
|
-
el;
|
|
535
|
-
chipClick = new EventEmitter();
|
|
536
|
-
chipRemove = new EventEmitter();
|
|
537
446
|
constructor(c, r, z) {
|
|
538
447
|
this.z = z;
|
|
448
|
+
this.chipClick = new EventEmitter();
|
|
449
|
+
this.chipRemove = new EventEmitter();
|
|
539
450
|
c.detach();
|
|
540
451
|
this.el = r.nativeElement;
|
|
541
452
|
}
|
|
542
|
-
static
|
|
543
|
-
static
|
|
453
|
+
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 }); }
|
|
454
|
+
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", multiline: "multiline", shape: "shape", showRemove: "showRemove", size: "size", variant: "variant" }, outputs: { chipClick: "chipClick", chipRemove: "chipRemove" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
544
455
|
};
|
|
545
456
|
ModusWcChip = __decorate([
|
|
546
457
|
ProxyCmp({
|
|
547
|
-
defineCustomElementFn: defineCustomElement$d,
|
|
548
458
|
inputs: ['active', 'customClass', 'disabled', 'hasError', 'label', 'multiline', 'shape', 'showRemove', 'size', 'variant']
|
|
549
459
|
})
|
|
550
460
|
], ModusWcChip);
|
|
551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcChip, decorators: [{
|
|
552
462
|
type: Component,
|
|
553
463
|
args: [{
|
|
554
464
|
selector: 'modus-wc-chip',
|
|
@@ -557,6 +467,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
557
467
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
558
468
|
inputs: ['active', 'customClass', 'disabled', 'hasError', 'label', 'multiline', 'shape', 'showRemove', 'size', 'variant'],
|
|
559
469
|
outputs: ['chipClick', 'chipRemove'],
|
|
470
|
+
standalone: false
|
|
560
471
|
}]
|
|
561
472
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { chipClick: [{
|
|
562
473
|
type: Output
|
|
@@ -564,24 +475,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
564
475
|
type: Output
|
|
565
476
|
}] } });
|
|
566
477
|
let ModusWcCollapse = class ModusWcCollapse {
|
|
567
|
-
z;
|
|
568
|
-
el;
|
|
569
|
-
expandedChange = new EventEmitter();
|
|
570
478
|
constructor(c, r, z) {
|
|
571
479
|
this.z = z;
|
|
480
|
+
this.expandedChange = new EventEmitter();
|
|
572
481
|
c.detach();
|
|
573
482
|
this.el = r.nativeElement;
|
|
574
483
|
}
|
|
575
|
-
static
|
|
576
|
-
static
|
|
484
|
+
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 }); }
|
|
485
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcCollapse, selector: "modus-wc-collapse", inputs: { bordered: "bordered", chevronPosition: "chevronPosition", collapseId: "collapseId", customClass: "customClass", expanded: "expanded", options: "options" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
577
486
|
};
|
|
578
487
|
ModusWcCollapse = __decorate([
|
|
579
488
|
ProxyCmp({
|
|
580
|
-
defineCustomElementFn: defineCustomElement$e,
|
|
581
489
|
inputs: ['bordered', 'chevronPosition', 'collapseId', 'customClass', 'expanded', 'options']
|
|
582
490
|
})
|
|
583
491
|
], ModusWcCollapse);
|
|
584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCollapse, decorators: [{
|
|
585
493
|
type: Component,
|
|
586
494
|
args: [{
|
|
587
495
|
selector: 'modus-wc-collapse',
|
|
@@ -590,33 +498,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
590
498
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
591
499
|
inputs: ['bordered', 'chevronPosition', 'collapseId', 'customClass', 'expanded', 'options'],
|
|
592
500
|
outputs: ['expandedChange'],
|
|
501
|
+
standalone: false
|
|
593
502
|
}]
|
|
594
503
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChange: [{
|
|
595
504
|
type: Output
|
|
596
505
|
}] } });
|
|
597
506
|
let ModusWcDate = class ModusWcDate {
|
|
598
|
-
z;
|
|
599
|
-
el;
|
|
600
|
-
inputBlur = new EventEmitter();
|
|
601
|
-
inputChange = new EventEmitter();
|
|
602
|
-
inputFocus = new EventEmitter();
|
|
603
|
-
calendarMonthChange = new EventEmitter();
|
|
604
|
-
calendarYearChange = new EventEmitter();
|
|
605
507
|
constructor(c, r, z) {
|
|
606
508
|
this.z = z;
|
|
509
|
+
this.inputBlur = new EventEmitter();
|
|
510
|
+
this.inputChange = new EventEmitter();
|
|
511
|
+
this.inputFocus = new EventEmitter();
|
|
512
|
+
this.calendarMonthChange = new EventEmitter();
|
|
513
|
+
this.calendarYearChange = new EventEmitter();
|
|
607
514
|
c.detach();
|
|
608
515
|
this.el = r.nativeElement;
|
|
609
516
|
}
|
|
610
|
-
static
|
|
611
|
-
static
|
|
517
|
+
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 }); }
|
|
518
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcDate, selector: "modus-wc-date", inputs: { bordered: "bordered", customClass: "customClass", disabled: "disabled", feedback: "feedback", format: "format", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", required: "required", showWeekNumbers: "showWeekNumbers", size: "size", value: "value", weekStartDay: "weekStartDay" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus", calendarMonthChange: "calendarMonthChange", calendarYearChange: "calendarYearChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
612
519
|
};
|
|
613
520
|
ModusWcDate = __decorate([
|
|
614
521
|
ProxyCmp({
|
|
615
|
-
defineCustomElementFn: defineCustomElement$f,
|
|
616
522
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'format', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showWeekNumbers', 'size', 'value', 'weekStartDay']
|
|
617
523
|
})
|
|
618
524
|
], ModusWcDate);
|
|
619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
525
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDate, decorators: [{
|
|
620
526
|
type: Component,
|
|
621
527
|
args: [{
|
|
622
528
|
selector: 'modus-wc-date',
|
|
@@ -625,6 +531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
625
531
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
626
532
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'format', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showWeekNumbers', 'size', 'value', 'weekStartDay'],
|
|
627
533
|
outputs: ['inputBlur', 'inputChange', 'inputFocus', 'calendarMonthChange', 'calendarYearChange'],
|
|
534
|
+
standalone: false
|
|
628
535
|
}]
|
|
629
536
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
630
537
|
type: Output
|
|
@@ -638,23 +545,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
638
545
|
type: Output
|
|
639
546
|
}] } });
|
|
640
547
|
let ModusWcDivider = class ModusWcDivider {
|
|
641
|
-
z;
|
|
642
|
-
el;
|
|
643
548
|
constructor(c, r, z) {
|
|
644
549
|
this.z = z;
|
|
645
550
|
c.detach();
|
|
646
551
|
this.el = r.nativeElement;
|
|
647
552
|
}
|
|
648
|
-
static
|
|
649
|
-
static
|
|
553
|
+
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 }); }
|
|
554
|
+
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 }); }
|
|
650
555
|
};
|
|
651
556
|
ModusWcDivider = __decorate([
|
|
652
557
|
ProxyCmp({
|
|
653
|
-
defineCustomElementFn: defineCustomElement$g,
|
|
654
558
|
inputs: ['color', 'content', 'customClass', 'orientation', 'position', 'responsive']
|
|
655
559
|
})
|
|
656
560
|
], ModusWcDivider);
|
|
657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDivider, decorators: [{
|
|
658
562
|
type: Component,
|
|
659
563
|
args: [{
|
|
660
564
|
selector: 'modus-wc-divider',
|
|
@@ -662,27 +566,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
662
566
|
template: '<ng-content></ng-content>',
|
|
663
567
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
664
568
|
inputs: ['color', 'content', 'customClass', 'orientation', 'position', 'responsive'],
|
|
569
|
+
standalone: false
|
|
665
570
|
}]
|
|
666
571
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
667
572
|
let ModusWcDropdownMenu = class ModusWcDropdownMenu {
|
|
668
|
-
z;
|
|
669
|
-
el;
|
|
670
|
-
menuVisibilityChange = new EventEmitter();
|
|
671
573
|
constructor(c, r, z) {
|
|
672
574
|
this.z = z;
|
|
575
|
+
this.menuVisibilityChange = new EventEmitter();
|
|
673
576
|
c.detach();
|
|
674
577
|
this.el = r.nativeElement;
|
|
675
578
|
}
|
|
676
|
-
static
|
|
677
|
-
static
|
|
579
|
+
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 }); }
|
|
580
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcDropdownMenu, selector: "modus-wc-dropdown-menu", inputs: { buttonAriaLabel: "buttonAriaLabel", buttonColor: "buttonColor", buttonShape: "buttonShape", buttonSize: "buttonSize", buttonVariant: "buttonVariant", customClass: "customClass", disabled: "disabled", menuBordered: "menuBordered", menuOffset: "menuOffset", menuPlacement: "menuPlacement", menuSize: "menuSize", menuStrategy: "menuStrategy", menuVisible: "menuVisible" }, outputs: { menuVisibilityChange: "menuVisibilityChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
678
581
|
};
|
|
679
582
|
ModusWcDropdownMenu = __decorate([
|
|
680
583
|
ProxyCmp({
|
|
681
|
-
defineCustomElementFn: defineCustomElement$h,
|
|
682
584
|
inputs: ['buttonAriaLabel', 'buttonColor', 'buttonShape', 'buttonSize', 'buttonVariant', 'customClass', 'disabled', 'menuBordered', 'menuOffset', 'menuPlacement', 'menuSize', 'menuStrategy', 'menuVisible']
|
|
683
585
|
})
|
|
684
586
|
], ModusWcDropdownMenu);
|
|
685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDropdownMenu, decorators: [{
|
|
686
588
|
type: Component,
|
|
687
589
|
args: [{
|
|
688
590
|
selector: 'modus-wc-dropdown-menu',
|
|
@@ -691,30 +593,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
691
593
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
692
594
|
inputs: ['buttonAriaLabel', 'buttonColor', 'buttonShape', 'buttonSize', 'buttonVariant', 'customClass', 'disabled', 'menuBordered', 'menuOffset', 'menuPlacement', 'menuSize', 'menuStrategy', 'menuVisible'],
|
|
693
595
|
outputs: ['menuVisibilityChange'],
|
|
596
|
+
standalone: false
|
|
694
597
|
}]
|
|
695
598
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuVisibilityChange: [{
|
|
696
599
|
type: Output
|
|
697
600
|
}] } });
|
|
698
601
|
let ModusWcFileDropzone = class ModusWcFileDropzone {
|
|
699
|
-
z;
|
|
700
|
-
el;
|
|
701
|
-
fileSelect = new EventEmitter();
|
|
702
602
|
constructor(c, r, z) {
|
|
703
603
|
this.z = z;
|
|
604
|
+
this.fileSelect = new EventEmitter();
|
|
704
605
|
c.detach();
|
|
705
606
|
this.el = r.nativeElement;
|
|
706
607
|
}
|
|
707
|
-
static
|
|
708
|
-
static
|
|
608
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcFileDropzone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
609
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcFileDropzone, selector: "modus-wc-file-dropzone", inputs: { acceptFileTypes: "acceptFileTypes", customClass: "customClass", disabled: "disabled", fileDraggedOverInstructions: "fileDraggedOverInstructions", includeStateIcon: "includeStateIcon", instructions: "instructions", invalidFileTypeMessage: "invalidFileTypeMessage", maxFileCount: "maxFileCount", maxFileNameLength: "maxFileNameLength", maxTotalFileSizeBytes: "maxTotalFileSizeBytes", multiple: "multiple", successMessage: "successMessage" }, outputs: { fileSelect: "fileSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
709
610
|
};
|
|
710
611
|
ModusWcFileDropzone = __decorate([
|
|
711
612
|
ProxyCmp({
|
|
712
|
-
defineCustomElementFn: defineCustomElement$i,
|
|
713
613
|
inputs: ['acceptFileTypes', 'customClass', 'disabled', 'fileDraggedOverInstructions', 'includeStateIcon', 'instructions', 'invalidFileTypeMessage', 'maxFileCount', 'maxFileNameLength', 'maxTotalFileSizeBytes', 'multiple', 'successMessage'],
|
|
714
614
|
methods: ['reset']
|
|
715
615
|
})
|
|
716
616
|
], ModusWcFileDropzone);
|
|
717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcFileDropzone, decorators: [{
|
|
718
618
|
type: Component,
|
|
719
619
|
args: [{
|
|
720
620
|
selector: 'modus-wc-file-dropzone',
|
|
@@ -723,28 +623,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
723
623
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
724
624
|
inputs: ['acceptFileTypes', 'customClass', 'disabled', 'fileDraggedOverInstructions', 'includeStateIcon', 'instructions', 'invalidFileTypeMessage', 'maxFileCount', 'maxFileNameLength', 'maxTotalFileSizeBytes', 'multiple', 'successMessage'],
|
|
725
625
|
outputs: ['fileSelect'],
|
|
626
|
+
standalone: false
|
|
726
627
|
}]
|
|
727
628
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { fileSelect: [{
|
|
728
629
|
type: Output
|
|
729
630
|
}] } });
|
|
730
631
|
let ModusWcHandle = class ModusWcHandle {
|
|
731
|
-
z;
|
|
732
|
-
el;
|
|
733
632
|
constructor(c, r, z) {
|
|
734
633
|
this.z = z;
|
|
735
634
|
c.detach();
|
|
736
635
|
this.el = r.nativeElement;
|
|
737
636
|
}
|
|
738
|
-
static
|
|
739
|
-
static
|
|
637
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcHandle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
638
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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 }); }
|
|
740
639
|
};
|
|
741
640
|
ModusWcHandle = __decorate([
|
|
742
641
|
ProxyCmp({
|
|
743
|
-
defineCustomElementFn: defineCustomElement$j,
|
|
744
642
|
inputs: ['buttonColor', 'buttonSize', 'buttonVariant', 'customClass', 'defaultSplit', 'density', 'leftTarget', 'orientation', 'rightTarget', 'size', 'type']
|
|
745
643
|
})
|
|
746
644
|
], ModusWcHandle);
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcHandle, decorators: [{
|
|
748
646
|
type: Component,
|
|
749
647
|
args: [{
|
|
750
648
|
selector: 'modus-wc-handle',
|
|
@@ -752,26 +650,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
752
650
|
template: '<ng-content></ng-content>',
|
|
753
651
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
754
652
|
inputs: ['buttonColor', 'buttonSize', 'buttonVariant', 'customClass', 'defaultSplit', 'density', 'leftTarget', 'orientation', 'rightTarget', 'size', 'type'],
|
|
653
|
+
standalone: false
|
|
755
654
|
}]
|
|
756
655
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
757
656
|
let ModusWcIcon = class ModusWcIcon {
|
|
758
|
-
z;
|
|
759
|
-
el;
|
|
760
657
|
constructor(c, r, z) {
|
|
761
658
|
this.z = z;
|
|
762
659
|
c.detach();
|
|
763
660
|
this.el = r.nativeElement;
|
|
764
661
|
}
|
|
765
|
-
static
|
|
766
|
-
static
|
|
662
|
+
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 }); }
|
|
663
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcIcon, selector: "modus-wc-icon", inputs: { customClass: "customClass", decorative: "decorative", name: "name", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
767
664
|
};
|
|
768
665
|
ModusWcIcon = __decorate([
|
|
769
666
|
ProxyCmp({
|
|
770
|
-
defineCustomElementFn: defineCustomElement$k,
|
|
771
667
|
inputs: ['customClass', 'decorative', 'name', 'size', 'variant']
|
|
772
668
|
})
|
|
773
669
|
], ModusWcIcon);
|
|
774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcIcon, decorators: [{
|
|
775
671
|
type: Component,
|
|
776
672
|
args: [{
|
|
777
673
|
selector: 'modus-wc-icon',
|
|
@@ -779,26 +675,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
779
675
|
template: '<ng-content></ng-content>',
|
|
780
676
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
781
677
|
inputs: ['customClass', 'decorative', { name: 'name', required: true }, 'size', 'variant'],
|
|
678
|
+
standalone: false
|
|
782
679
|
}]
|
|
783
680
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
784
681
|
let ModusWcInputFeedback = class ModusWcInputFeedback {
|
|
785
|
-
z;
|
|
786
|
-
el;
|
|
787
682
|
constructor(c, r, z) {
|
|
788
683
|
this.z = z;
|
|
789
684
|
c.detach();
|
|
790
685
|
this.el = r.nativeElement;
|
|
791
686
|
}
|
|
792
|
-
static
|
|
793
|
-
static
|
|
687
|
+
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 }); }
|
|
688
|
+
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 }); }
|
|
794
689
|
};
|
|
795
690
|
ModusWcInputFeedback = __decorate([
|
|
796
691
|
ProxyCmp({
|
|
797
|
-
defineCustomElementFn: defineCustomElement$l,
|
|
798
692
|
inputs: ['customClass', 'icon', 'level', 'message', 'size']
|
|
799
693
|
})
|
|
800
694
|
], ModusWcInputFeedback);
|
|
801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputFeedback, decorators: [{
|
|
802
696
|
type: Component,
|
|
803
697
|
args: [{
|
|
804
698
|
selector: 'modus-wc-input-feedback',
|
|
@@ -806,26 +700,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
806
700
|
template: '<ng-content></ng-content>',
|
|
807
701
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
808
702
|
inputs: ['customClass', 'icon', { name: 'level', required: true }, 'message', 'size'],
|
|
703
|
+
standalone: false
|
|
809
704
|
}]
|
|
810
705
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
811
706
|
let ModusWcInputLabel = class ModusWcInputLabel {
|
|
812
|
-
z;
|
|
813
|
-
el;
|
|
814
707
|
constructor(c, r, z) {
|
|
815
708
|
this.z = z;
|
|
816
709
|
c.detach();
|
|
817
710
|
this.el = r.nativeElement;
|
|
818
711
|
}
|
|
819
|
-
static
|
|
820
|
-
static
|
|
712
|
+
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 }); }
|
|
713
|
+
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 }); }
|
|
821
714
|
};
|
|
822
715
|
ModusWcInputLabel = __decorate([
|
|
823
716
|
ProxyCmp({
|
|
824
|
-
defineCustomElementFn: defineCustomElement$m,
|
|
825
717
|
inputs: ['customClass', 'forId', 'labelText', 'required', 'size', 'subLabelText']
|
|
826
718
|
})
|
|
827
719
|
], ModusWcInputLabel);
|
|
828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputLabel, decorators: [{
|
|
829
721
|
type: Component,
|
|
830
722
|
args: [{
|
|
831
723
|
selector: 'modus-wc-input-label',
|
|
@@ -833,26 +725,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
833
725
|
template: '<ng-content></ng-content>',
|
|
834
726
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
835
727
|
inputs: ['customClass', 'forId', 'labelText', 'required', 'size', 'subLabelText'],
|
|
728
|
+
standalone: false
|
|
836
729
|
}]
|
|
837
730
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
838
731
|
let ModusWcLink = class ModusWcLink {
|
|
839
|
-
z;
|
|
840
|
-
el;
|
|
841
732
|
constructor(c, r, z) {
|
|
842
733
|
this.z = z;
|
|
843
734
|
c.detach();
|
|
844
735
|
this.el = r.nativeElement;
|
|
845
736
|
}
|
|
846
|
-
static
|
|
847
|
-
static
|
|
737
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLink, 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: ModusWcLink, selector: "modus-wc-link", inputs: { color: "color", customClass: "customClass", href: "href", rel: "rel", target: "target", underline: "underline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
848
739
|
};
|
|
849
740
|
ModusWcLink = __decorate([
|
|
850
741
|
ProxyCmp({
|
|
851
|
-
defineCustomElementFn: defineCustomElement$n,
|
|
852
742
|
inputs: ['color', 'customClass', 'href', 'rel', 'target', 'underline']
|
|
853
743
|
})
|
|
854
744
|
], ModusWcLink);
|
|
855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLink, decorators: [{
|
|
856
746
|
type: Component,
|
|
857
747
|
args: [{
|
|
858
748
|
selector: 'modus-wc-link',
|
|
@@ -860,26 +750,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
860
750
|
template: '<ng-content></ng-content>',
|
|
861
751
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
862
752
|
inputs: ['color', 'customClass', 'href', 'rel', 'target', 'underline'],
|
|
753
|
+
standalone: false
|
|
863
754
|
}]
|
|
864
755
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
865
756
|
let ModusWcLoader = class ModusWcLoader {
|
|
866
|
-
z;
|
|
867
|
-
el;
|
|
868
757
|
constructor(c, r, z) {
|
|
869
758
|
this.z = z;
|
|
870
759
|
c.detach();
|
|
871
760
|
this.el = r.nativeElement;
|
|
872
761
|
}
|
|
873
|
-
static
|
|
874
|
-
static
|
|
762
|
+
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 }); }
|
|
763
|
+
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 }); }
|
|
875
764
|
};
|
|
876
765
|
ModusWcLoader = __decorate([
|
|
877
766
|
ProxyCmp({
|
|
878
|
-
defineCustomElementFn: defineCustomElement$o,
|
|
879
767
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
880
768
|
})
|
|
881
769
|
], ModusWcLoader);
|
|
882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLoader, decorators: [{
|
|
883
771
|
type: Component,
|
|
884
772
|
args: [{
|
|
885
773
|
selector: 'modus-wc-loader',
|
|
@@ -887,26 +775,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
887
775
|
template: '<ng-content></ng-content>',
|
|
888
776
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
889
777
|
inputs: ['color', 'customClass', 'size', 'variant'],
|
|
778
|
+
standalone: false
|
|
890
779
|
}]
|
|
891
780
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
892
781
|
let ModusWcLogo = class ModusWcLogo {
|
|
893
|
-
z;
|
|
894
|
-
el;
|
|
895
782
|
constructor(c, r, z) {
|
|
896
783
|
this.z = z;
|
|
897
784
|
c.detach();
|
|
898
785
|
this.el = r.nativeElement;
|
|
899
786
|
}
|
|
900
|
-
static
|
|
901
|
-
static
|
|
787
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
788
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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 }); }
|
|
902
789
|
};
|
|
903
790
|
ModusWcLogo = __decorate([
|
|
904
791
|
ProxyCmp({
|
|
905
|
-
defineCustomElementFn: defineCustomElement$p,
|
|
906
792
|
inputs: ['alt', 'customClass', 'emblem', 'name']
|
|
907
793
|
})
|
|
908
794
|
], ModusWcLogo);
|
|
909
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLogo, decorators: [{
|
|
910
796
|
type: Component,
|
|
911
797
|
args: [{
|
|
912
798
|
selector: 'modus-wc-logo',
|
|
@@ -914,28 +800,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
914
800
|
template: '<ng-content></ng-content>',
|
|
915
801
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
916
802
|
inputs: ['alt', 'customClass', 'emblem', { name: 'name', required: true }],
|
|
803
|
+
standalone: false
|
|
917
804
|
}]
|
|
918
805
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
919
806
|
let ModusWcMenu = class ModusWcMenu {
|
|
920
|
-
z;
|
|
921
|
-
el;
|
|
922
|
-
menuFocusout = new EventEmitter();
|
|
923
|
-
menuSelectionChange = new EventEmitter();
|
|
924
807
|
constructor(c, r, z) {
|
|
925
808
|
this.z = z;
|
|
809
|
+
this.menuFocusout = new EventEmitter();
|
|
810
|
+
this.menuSelectionChange = new EventEmitter();
|
|
926
811
|
c.detach();
|
|
927
812
|
this.el = r.nativeElement;
|
|
928
813
|
}
|
|
929
|
-
static
|
|
930
|
-
static
|
|
814
|
+
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 }); }
|
|
815
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcMenu, selector: "modus-wc-menu", inputs: { bordered: "bordered", customClass: "customClass", isSubMenu: "isSubMenu", orientation: "orientation", selectionMode: "selectionMode", size: "size" }, outputs: { menuFocusout: "menuFocusout", menuSelectionChange: "menuSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
931
816
|
};
|
|
932
817
|
ModusWcMenu = __decorate([
|
|
933
818
|
ProxyCmp({
|
|
934
|
-
defineCustomElementFn: defineCustomElement$q,
|
|
935
819
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size']
|
|
936
820
|
})
|
|
937
821
|
], ModusWcMenu);
|
|
938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenu, decorators: [{
|
|
939
823
|
type: Component,
|
|
940
824
|
args: [{
|
|
941
825
|
selector: 'modus-wc-menu',
|
|
@@ -944,6 +828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
944
828
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
945
829
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size'],
|
|
946
830
|
outputs: ['menuFocusout', 'menuSelectionChange'],
|
|
831
|
+
standalone: false
|
|
947
832
|
}]
|
|
948
833
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuFocusout: [{
|
|
949
834
|
type: Output
|
|
@@ -951,25 +836,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
951
836
|
type: Output
|
|
952
837
|
}] } });
|
|
953
838
|
let ModusWcMenuItem = class ModusWcMenuItem {
|
|
954
|
-
z;
|
|
955
|
-
el;
|
|
956
|
-
itemSelect = new EventEmitter();
|
|
957
839
|
constructor(c, r, z) {
|
|
958
840
|
this.z = z;
|
|
841
|
+
this.itemSelect = new EventEmitter();
|
|
959
842
|
c.detach();
|
|
960
843
|
this.el = r.nativeElement;
|
|
961
844
|
}
|
|
962
|
-
static
|
|
963
|
-
static
|
|
845
|
+
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 }); }
|
|
846
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcMenuItem, selector: "modus-wc-menu-item", inputs: { bordered: "bordered", checkbox: "checkbox", customClass: "customClass", disabled: "disabled", focused: "focused", hasSubmenu: "hasSubmenu", label: "label", selected: "selected", size: "size", subLabel: "subLabel", tooltipContent: "tooltipContent", tooltipPosition: "tooltipPosition", value: "value" }, outputs: { itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
964
847
|
};
|
|
965
848
|
ModusWcMenuItem = __decorate([
|
|
966
849
|
ProxyCmp({
|
|
967
|
-
defineCustomElementFn: defineCustomElement$r,
|
|
968
850
|
inputs: ['bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'hasSubmenu', 'label', 'selected', 'size', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
969
851
|
methods: ['collapseSubmenu']
|
|
970
852
|
})
|
|
971
853
|
], ModusWcMenuItem);
|
|
972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenuItem, decorators: [{
|
|
973
855
|
type: Component,
|
|
974
856
|
args: [{
|
|
975
857
|
selector: 'modus-wc-menu-item',
|
|
@@ -978,28 +860,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
978
860
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
979
861
|
inputs: ['bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'hasSubmenu', 'label', 'selected', 'size', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
980
862
|
outputs: ['itemSelect'],
|
|
863
|
+
standalone: false
|
|
981
864
|
}]
|
|
982
865
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemSelect: [{
|
|
983
866
|
type: Output
|
|
984
867
|
}] } });
|
|
985
868
|
let ModusWcModal = class ModusWcModal {
|
|
986
|
-
z;
|
|
987
|
-
el;
|
|
988
869
|
constructor(c, r, z) {
|
|
989
870
|
this.z = z;
|
|
990
871
|
c.detach();
|
|
991
872
|
this.el = r.nativeElement;
|
|
992
873
|
}
|
|
993
|
-
static
|
|
994
|
-
static
|
|
874
|
+
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 }); }
|
|
875
|
+
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 }); }
|
|
995
876
|
};
|
|
996
877
|
ModusWcModal = __decorate([
|
|
997
878
|
ProxyCmp({
|
|
998
|
-
defineCustomElementFn: defineCustomElement$s,
|
|
999
879
|
inputs: ['backdrop', 'customClass', 'fullscreen', 'modalId', 'position', 'showClose', 'showFullscreenToggle']
|
|
1000
880
|
})
|
|
1001
881
|
], ModusWcModal);
|
|
1002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcModal, decorators: [{
|
|
1003
883
|
type: Component,
|
|
1004
884
|
args: [{
|
|
1005
885
|
selector: 'modus-wc-modal',
|
|
@@ -1007,41 +887,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1007
887
|
template: '<ng-content></ng-content>',
|
|
1008
888
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1009
889
|
inputs: ['backdrop', 'customClass', 'fullscreen', { name: 'modalId', required: true }, 'position', 'showClose', 'showFullscreenToggle'],
|
|
890
|
+
standalone: false
|
|
1010
891
|
}]
|
|
1011
892
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1012
893
|
let ModusWcNavbar = class ModusWcNavbar {
|
|
1013
|
-
z;
|
|
1014
|
-
el;
|
|
1015
|
-
aiClick = new EventEmitter();
|
|
1016
|
-
appsClick = new EventEmitter();
|
|
1017
|
-
appsMenuOpenChange = new EventEmitter();
|
|
1018
|
-
condensedMenuOpenChange = new EventEmitter();
|
|
1019
|
-
helpClick = new EventEmitter();
|
|
1020
|
-
mainMenuOpenChange = new EventEmitter();
|
|
1021
|
-
myTrimbleClick = new EventEmitter();
|
|
1022
|
-
notificationsClick = new EventEmitter();
|
|
1023
|
-
notificationsMenuOpenChange = new EventEmitter();
|
|
1024
|
-
searchChange = new EventEmitter();
|
|
1025
|
-
searchClick = new EventEmitter();
|
|
1026
|
-
searchInputOpenChange = new EventEmitter();
|
|
1027
|
-
signOutClick = new EventEmitter();
|
|
1028
|
-
trimbleLogoClick = new EventEmitter();
|
|
1029
|
-
userMenuOpenChange = new EventEmitter();
|
|
1030
894
|
constructor(c, r, z) {
|
|
1031
895
|
this.z = z;
|
|
896
|
+
this.aiClick = new EventEmitter();
|
|
897
|
+
this.appsClick = new EventEmitter();
|
|
898
|
+
this.appsMenuOpenChange = new EventEmitter();
|
|
899
|
+
this.condensedMenuOpenChange = new EventEmitter();
|
|
900
|
+
this.helpClick = new EventEmitter();
|
|
901
|
+
this.mainMenuOpenChange = new EventEmitter();
|
|
902
|
+
this.myTrimbleClick = new EventEmitter();
|
|
903
|
+
this.notificationsClick = new EventEmitter();
|
|
904
|
+
this.notificationsMenuOpenChange = new EventEmitter();
|
|
905
|
+
this.searchChange = new EventEmitter();
|
|
906
|
+
this.searchClick = new EventEmitter();
|
|
907
|
+
this.searchInputOpenChange = new EventEmitter();
|
|
908
|
+
this.signOutClick = new EventEmitter();
|
|
909
|
+
this.trimbleLogoClick = new EventEmitter();
|
|
910
|
+
this.userMenuOpenChange = new EventEmitter();
|
|
1032
911
|
c.detach();
|
|
1033
912
|
this.el = r.nativeElement;
|
|
1034
913
|
}
|
|
1035
|
-
static
|
|
1036
|
-
static
|
|
914
|
+
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 }); }
|
|
915
|
+
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", logoName: "logoName", mainMenuOpen: "mainMenuOpen", notificationsMenuOpen: "notificationsMenuOpen", searchDebounceMs: "searchDebounceMs", searchInputOpen: "searchInputOpen", textOverrides: "textOverrides", userCard: "userCard", userMenuOpen: "userMenuOpen", visibility: "visibility" }, outputs: { aiClick: "aiClick", appsClick: "appsClick", appsMenuOpenChange: "appsMenuOpenChange", condensedMenuOpenChange: "condensedMenuOpenChange", helpClick: "helpClick", mainMenuOpenChange: "mainMenuOpenChange", myTrimbleClick: "myTrimbleClick", notificationsClick: "notificationsClick", notificationsMenuOpenChange: "notificationsMenuOpenChange", searchChange: "searchChange", searchClick: "searchClick", searchInputOpenChange: "searchInputOpenChange", signOutClick: "signOutClick", trimbleLogoClick: "trimbleLogoClick", userMenuOpenChange: "userMenuOpenChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1037
916
|
};
|
|
1038
917
|
ModusWcNavbar = __decorate([
|
|
1039
918
|
ProxyCmp({
|
|
1040
|
-
defineCustomElementFn: defineCustomElement$t,
|
|
1041
919
|
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'logoName', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility']
|
|
1042
920
|
})
|
|
1043
921
|
], ModusWcNavbar);
|
|
1044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNavbar, decorators: [{
|
|
1045
923
|
type: Component,
|
|
1046
924
|
args: [{
|
|
1047
925
|
selector: 'modus-wc-navbar',
|
|
@@ -1050,6 +928,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1050
928
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1051
929
|
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'logoName', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', { name: 'userCard', required: true }, 'userMenuOpen', 'visibility'],
|
|
1052
930
|
outputs: ['aiClick', 'appsClick', 'appsMenuOpenChange', 'condensedMenuOpenChange', 'helpClick', 'mainMenuOpenChange', 'myTrimbleClick', 'notificationsClick', 'notificationsMenuOpenChange', 'searchChange', 'searchClick', 'searchInputOpenChange', 'signOutClick', 'trimbleLogoClick', 'userMenuOpenChange'],
|
|
931
|
+
standalone: false
|
|
1053
932
|
}]
|
|
1054
933
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { aiClick: [{
|
|
1055
934
|
type: Output
|
|
@@ -1083,26 +962,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1083
962
|
type: Output
|
|
1084
963
|
}] } });
|
|
1085
964
|
let ModusWcNumberInput = class ModusWcNumberInput {
|
|
1086
|
-
z;
|
|
1087
|
-
el;
|
|
1088
|
-
inputBlur = new EventEmitter();
|
|
1089
|
-
inputChange = new EventEmitter();
|
|
1090
|
-
inputFocus = new EventEmitter();
|
|
1091
965
|
constructor(c, r, z) {
|
|
1092
966
|
this.z = z;
|
|
967
|
+
this.inputBlur = new EventEmitter();
|
|
968
|
+
this.inputChange = new EventEmitter();
|
|
969
|
+
this.inputFocus = new EventEmitter();
|
|
1093
970
|
c.detach();
|
|
1094
971
|
this.el = r.nativeElement;
|
|
1095
972
|
}
|
|
1096
|
-
static
|
|
1097
|
-
static
|
|
973
|
+
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 }); }
|
|
974
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcNumberInput, selector: "modus-wc-number-input", inputs: { autoComplete: "autoComplete", bordered: "bordered", currencySymbol: "currencySymbol", customClass: "customClass", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", step: "step", type: "type", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1098
975
|
};
|
|
1099
976
|
ModusWcNumberInput = __decorate([
|
|
1100
977
|
ProxyCmp({
|
|
1101
|
-
defineCustomElementFn: defineCustomElement$u,
|
|
1102
978
|
inputs: ['autoComplete', 'bordered', 'currencySymbol', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'size', 'step', 'type', 'value']
|
|
1103
979
|
})
|
|
1104
980
|
], ModusWcNumberInput);
|
|
1105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNumberInput, decorators: [{
|
|
1106
982
|
type: Component,
|
|
1107
983
|
args: [{
|
|
1108
984
|
selector: 'modus-wc-number-input',
|
|
@@ -1111,6 +987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1111
987
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1112
988
|
inputs: ['autoComplete', 'bordered', 'currencySymbol', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'size', 'step', 'type', 'value'],
|
|
1113
989
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
990
|
+
standalone: false
|
|
1114
991
|
}]
|
|
1115
992
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1116
993
|
type: Output
|
|
@@ -1120,24 +997,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1120
997
|
type: Output
|
|
1121
998
|
}] } });
|
|
1122
999
|
let ModusWcPagination = class ModusWcPagination {
|
|
1123
|
-
z;
|
|
1124
|
-
el;
|
|
1125
|
-
pageChange = new EventEmitter();
|
|
1126
1000
|
constructor(c, r, z) {
|
|
1127
1001
|
this.z = z;
|
|
1002
|
+
this.pageChange = new EventEmitter();
|
|
1128
1003
|
c.detach();
|
|
1129
1004
|
this.el = r.nativeElement;
|
|
1130
1005
|
}
|
|
1131
|
-
static
|
|
1132
|
-
static
|
|
1006
|
+
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 }); }
|
|
1007
|
+
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" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1133
1008
|
};
|
|
1134
1009
|
ModusWcPagination = __decorate([
|
|
1135
1010
|
ProxyCmp({
|
|
1136
|
-
defineCustomElementFn: defineCustomElement$v,
|
|
1137
1011
|
inputs: ['ariaLabelValues', 'count', 'customClass', 'nextButtonText', 'page', 'prevButtonText', 'size']
|
|
1138
1012
|
})
|
|
1139
1013
|
], ModusWcPagination);
|
|
1140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPagination, decorators: [{
|
|
1141
1015
|
type: Component,
|
|
1142
1016
|
args: [{
|
|
1143
1017
|
selector: 'modus-wc-pagination',
|
|
@@ -1146,28 +1020,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1146
1020
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1147
1021
|
inputs: ['ariaLabelValues', 'count', 'customClass', 'nextButtonText', 'page', 'prevButtonText', 'size'],
|
|
1148
1022
|
outputs: ['pageChange'],
|
|
1023
|
+
standalone: false
|
|
1149
1024
|
}]
|
|
1150
1025
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pageChange: [{
|
|
1151
1026
|
type: Output
|
|
1152
1027
|
}] } });
|
|
1153
1028
|
let ModusWcPanel = class ModusWcPanel {
|
|
1154
|
-
z;
|
|
1155
|
-
el;
|
|
1156
1029
|
constructor(c, r, z) {
|
|
1157
1030
|
this.z = z;
|
|
1158
1031
|
c.detach();
|
|
1159
1032
|
this.el = r.nativeElement;
|
|
1160
1033
|
}
|
|
1161
|
-
static
|
|
1162
|
-
static
|
|
1034
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1035
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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 }); }
|
|
1163
1036
|
};
|
|
1164
1037
|
ModusWcPanel = __decorate([
|
|
1165
1038
|
ProxyCmp({
|
|
1166
|
-
defineCustomElementFn: defineCustomElement$w,
|
|
1167
1039
|
inputs: ['customClass', 'floating', 'height', 'width']
|
|
1168
1040
|
})
|
|
1169
1041
|
], ModusWcPanel);
|
|
1170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPanel, decorators: [{
|
|
1171
1043
|
type: Component,
|
|
1172
1044
|
args: [{
|
|
1173
1045
|
selector: 'modus-wc-panel',
|
|
@@ -1175,28 +1047,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1175
1047
|
template: '<ng-content></ng-content>',
|
|
1176
1048
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1177
1049
|
inputs: ['customClass', 'floating', 'height', 'width'],
|
|
1050
|
+
standalone: false
|
|
1178
1051
|
}]
|
|
1179
1052
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1180
1053
|
let ModusWcProfileMenu = class ModusWcProfileMenu {
|
|
1181
|
-
z;
|
|
1182
|
-
el;
|
|
1183
|
-
signOutClick = new EventEmitter();
|
|
1184
|
-
menuItemClick = new EventEmitter();
|
|
1185
1054
|
constructor(c, r, z) {
|
|
1186
1055
|
this.z = z;
|
|
1056
|
+
this.signOutClick = new EventEmitter();
|
|
1057
|
+
this.menuItemClick = new EventEmitter();
|
|
1187
1058
|
c.detach();
|
|
1188
1059
|
this.el = r.nativeElement;
|
|
1189
1060
|
}
|
|
1190
|
-
static
|
|
1191
|
-
static
|
|
1061
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProfileMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1062
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcProfileMenu, selector: "modus-wc-profile-menu", inputs: { menuOne: "menuOne", menuTwo: "menuTwo", profileProps: "profileProps" }, outputs: { signOutClick: "signOutClick", menuItemClick: "menuItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1192
1063
|
};
|
|
1193
1064
|
ModusWcProfileMenu = __decorate([
|
|
1194
1065
|
ProxyCmp({
|
|
1195
|
-
defineCustomElementFn: defineCustomElement$x,
|
|
1196
1066
|
inputs: ['menuOne', 'menuTwo', 'profileProps']
|
|
1197
1067
|
})
|
|
1198
1068
|
], ModusWcProfileMenu);
|
|
1199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProfileMenu, decorators: [{
|
|
1200
1070
|
type: Component,
|
|
1201
1071
|
args: [{
|
|
1202
1072
|
selector: 'modus-wc-profile-menu',
|
|
@@ -1205,6 +1075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1205
1075
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1206
1076
|
inputs: ['menuOne', 'menuTwo', { name: 'profileProps', required: true }],
|
|
1207
1077
|
outputs: ['signOutClick', 'menuItemClick'],
|
|
1078
|
+
standalone: false
|
|
1208
1079
|
}]
|
|
1209
1080
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { signOutClick: [{
|
|
1210
1081
|
type: Output
|
|
@@ -1212,23 +1083,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1212
1083
|
type: Output
|
|
1213
1084
|
}] } });
|
|
1214
1085
|
let ModusWcProgress = class ModusWcProgress {
|
|
1215
|
-
z;
|
|
1216
|
-
el;
|
|
1217
1086
|
constructor(c, r, z) {
|
|
1218
1087
|
this.z = z;
|
|
1219
1088
|
c.detach();
|
|
1220
1089
|
this.el = r.nativeElement;
|
|
1221
1090
|
}
|
|
1222
|
-
static
|
|
1223
|
-
static
|
|
1091
|
+
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 }); }
|
|
1092
|
+
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 }); }
|
|
1224
1093
|
};
|
|
1225
1094
|
ModusWcProgress = __decorate([
|
|
1226
1095
|
ProxyCmp({
|
|
1227
|
-
defineCustomElementFn: defineCustomElement$y,
|
|
1228
1096
|
inputs: ['customClass', 'indeterminate', 'label', 'max', 'value', 'variant']
|
|
1229
1097
|
})
|
|
1230
1098
|
], ModusWcProgress);
|
|
1231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProgress, decorators: [{
|
|
1232
1100
|
type: Component,
|
|
1233
1101
|
args: [{
|
|
1234
1102
|
selector: 'modus-wc-progress',
|
|
@@ -1236,29 +1104,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1236
1104
|
template: '<ng-content></ng-content>',
|
|
1237
1105
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1238
1106
|
inputs: ['customClass', 'indeterminate', 'label', 'max', 'value', 'variant'],
|
|
1107
|
+
standalone: false
|
|
1239
1108
|
}]
|
|
1240
1109
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1241
1110
|
let ModusWcRadio = class ModusWcRadio {
|
|
1242
|
-
z;
|
|
1243
|
-
el;
|
|
1244
|
-
inputBlur = new EventEmitter();
|
|
1245
|
-
inputChange = new EventEmitter();
|
|
1246
|
-
inputFocus = new EventEmitter();
|
|
1247
1111
|
constructor(c, r, z) {
|
|
1248
1112
|
this.z = z;
|
|
1113
|
+
this.inputBlur = new EventEmitter();
|
|
1114
|
+
this.inputChange = new EventEmitter();
|
|
1115
|
+
this.inputFocus = new EventEmitter();
|
|
1249
1116
|
c.detach();
|
|
1250
1117
|
this.el = r.nativeElement;
|
|
1251
1118
|
}
|
|
1252
|
-
static
|
|
1253
|
-
static
|
|
1119
|
+
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 }); }
|
|
1120
|
+
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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1254
1121
|
};
|
|
1255
1122
|
ModusWcRadio = __decorate([
|
|
1256
1123
|
ProxyCmp({
|
|
1257
|
-
defineCustomElementFn: defineCustomElement$z,
|
|
1258
1124
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1259
1125
|
})
|
|
1260
1126
|
], ModusWcRadio);
|
|
1261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRadio, decorators: [{
|
|
1262
1128
|
type: Component,
|
|
1263
1129
|
args: [{
|
|
1264
1130
|
selector: 'modus-wc-radio',
|
|
@@ -1267,6 +1133,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1267
1133
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1268
1134
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
1269
1135
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1136
|
+
standalone: false
|
|
1270
1137
|
}]
|
|
1271
1138
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1272
1139
|
type: Output
|
|
@@ -1276,24 +1143,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1276
1143
|
type: Output
|
|
1277
1144
|
}] } });
|
|
1278
1145
|
let ModusWcRating = class ModusWcRating {
|
|
1279
|
-
z;
|
|
1280
|
-
el;
|
|
1281
|
-
ratingChange = new EventEmitter();
|
|
1282
1146
|
constructor(c, r, z) {
|
|
1283
1147
|
this.z = z;
|
|
1148
|
+
this.ratingChange = new EventEmitter();
|
|
1284
1149
|
c.detach();
|
|
1285
1150
|
this.el = r.nativeElement;
|
|
1286
1151
|
}
|
|
1287
|
-
static
|
|
1288
|
-
static
|
|
1152
|
+
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 }); }
|
|
1153
|
+
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" }, outputs: { ratingChange: "ratingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1289
1154
|
};
|
|
1290
1155
|
ModusWcRating = __decorate([
|
|
1291
1156
|
ProxyCmp({
|
|
1292
|
-
defineCustomElementFn: defineCustomElement$A,
|
|
1293
1157
|
inputs: ['allowHalf', 'count', 'customClass', 'disabled', 'getAriaLabelText', 'size', 'value', 'variant']
|
|
1294
1158
|
})
|
|
1295
1159
|
], ModusWcRating);
|
|
1296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRating, decorators: [{
|
|
1297
1161
|
type: Component,
|
|
1298
1162
|
args: [{
|
|
1299
1163
|
selector: 'modus-wc-rating',
|
|
@@ -1302,31 +1166,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1302
1166
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1303
1167
|
inputs: ['allowHalf', 'count', 'customClass', 'disabled', 'getAriaLabelText', 'size', 'value', 'variant'],
|
|
1304
1168
|
outputs: ['ratingChange'],
|
|
1169
|
+
standalone: false
|
|
1305
1170
|
}]
|
|
1306
1171
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ratingChange: [{
|
|
1307
1172
|
type: Output
|
|
1308
1173
|
}] } });
|
|
1309
1174
|
let ModusWcSelect = class ModusWcSelect {
|
|
1310
|
-
z;
|
|
1311
|
-
el;
|
|
1312
|
-
inputBlur = new EventEmitter();
|
|
1313
|
-
inputChange = new EventEmitter();
|
|
1314
|
-
inputFocus = new EventEmitter();
|
|
1315
1175
|
constructor(c, r, z) {
|
|
1316
1176
|
this.z = z;
|
|
1177
|
+
this.inputBlur = new EventEmitter();
|
|
1178
|
+
this.inputChange = new EventEmitter();
|
|
1179
|
+
this.inputFocus = new EventEmitter();
|
|
1317
1180
|
c.detach();
|
|
1318
1181
|
this.el = r.nativeElement;
|
|
1319
1182
|
}
|
|
1320
|
-
static
|
|
1321
|
-
static
|
|
1183
|
+
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 }); }
|
|
1184
|
+
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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1322
1185
|
};
|
|
1323
1186
|
ModusWcSelect = __decorate([
|
|
1324
1187
|
ProxyCmp({
|
|
1325
|
-
defineCustomElementFn: defineCustomElement$B,
|
|
1326
1188
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'name', 'options', 'required', 'size', 'value']
|
|
1327
1189
|
})
|
|
1328
1190
|
], ModusWcSelect);
|
|
1329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSelect, decorators: [{
|
|
1330
1192
|
type: Component,
|
|
1331
1193
|
args: [{
|
|
1332
1194
|
selector: 'modus-wc-select',
|
|
@@ -1335,6 +1197,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1335
1197
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1336
1198
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'name', 'options', 'required', 'size', 'value'],
|
|
1337
1199
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1200
|
+
standalone: false
|
|
1338
1201
|
}]
|
|
1339
1202
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1340
1203
|
type: Output
|
|
@@ -1344,24 +1207,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1344
1207
|
type: Output
|
|
1345
1208
|
}] } });
|
|
1346
1209
|
let ModusWcSideNavigation = class ModusWcSideNavigation {
|
|
1347
|
-
z;
|
|
1348
|
-
el;
|
|
1349
|
-
expandedChange = new EventEmitter();
|
|
1350
1210
|
constructor(c, r, z) {
|
|
1351
1211
|
this.z = z;
|
|
1212
|
+
this.expandedChange = new EventEmitter();
|
|
1352
1213
|
c.detach();
|
|
1353
1214
|
this.el = r.nativeElement;
|
|
1354
1215
|
}
|
|
1355
|
-
static
|
|
1356
|
-
static
|
|
1216
|
+
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 }); }
|
|
1217
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSideNavigation, selector: "modus-wc-side-navigation", inputs: { collapseOnClickOutside: "collapseOnClickOutside", customClass: "customClass", expanded: "expanded", maxWidth: "maxWidth", mode: "mode", targetContent: "targetContent" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1357
1218
|
};
|
|
1358
1219
|
ModusWcSideNavigation = __decorate([
|
|
1359
1220
|
ProxyCmp({
|
|
1360
|
-
defineCustomElementFn: defineCustomElement$C,
|
|
1361
1221
|
inputs: ['collapseOnClickOutside', 'customClass', 'expanded', 'maxWidth', 'mode', 'targetContent']
|
|
1362
1222
|
})
|
|
1363
1223
|
], ModusWcSideNavigation);
|
|
1364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSideNavigation, decorators: [{
|
|
1365
1225
|
type: Component,
|
|
1366
1226
|
args: [{
|
|
1367
1227
|
selector: 'modus-wc-side-navigation',
|
|
@@ -1370,28 +1230,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1370
1230
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1371
1231
|
inputs: ['collapseOnClickOutside', 'customClass', 'expanded', 'maxWidth', 'mode', 'targetContent'],
|
|
1372
1232
|
outputs: ['expandedChange'],
|
|
1233
|
+
standalone: false
|
|
1373
1234
|
}]
|
|
1374
1235
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChange: [{
|
|
1375
1236
|
type: Output
|
|
1376
1237
|
}] } });
|
|
1377
1238
|
let ModusWcSkeleton = class ModusWcSkeleton {
|
|
1378
|
-
z;
|
|
1379
|
-
el;
|
|
1380
1239
|
constructor(c, r, z) {
|
|
1381
1240
|
this.z = z;
|
|
1382
1241
|
c.detach();
|
|
1383
1242
|
this.el = r.nativeElement;
|
|
1384
1243
|
}
|
|
1385
|
-
static
|
|
1386
|
-
static
|
|
1244
|
+
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 }); }
|
|
1245
|
+
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 }); }
|
|
1387
1246
|
};
|
|
1388
1247
|
ModusWcSkeleton = __decorate([
|
|
1389
1248
|
ProxyCmp({
|
|
1390
|
-
defineCustomElementFn: defineCustomElement$D,
|
|
1391
1249
|
inputs: ['customClass', 'height', 'shape', 'width']
|
|
1392
1250
|
})
|
|
1393
1251
|
], ModusWcSkeleton);
|
|
1394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSkeleton, decorators: [{
|
|
1395
1253
|
type: Component,
|
|
1396
1254
|
args: [{
|
|
1397
1255
|
selector: 'modus-wc-skeleton',
|
|
@@ -1399,29 +1257,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1399
1257
|
template: '<ng-content></ng-content>',
|
|
1400
1258
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1401
1259
|
inputs: ['customClass', 'height', 'shape', 'width'],
|
|
1260
|
+
standalone: false
|
|
1402
1261
|
}]
|
|
1403
1262
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1404
1263
|
let ModusWcSlider = class ModusWcSlider {
|
|
1405
|
-
z;
|
|
1406
|
-
el;
|
|
1407
|
-
inputBlur = new EventEmitter();
|
|
1408
|
-
inputChange = new EventEmitter();
|
|
1409
|
-
inputFocus = new EventEmitter();
|
|
1410
1264
|
constructor(c, r, z) {
|
|
1411
1265
|
this.z = z;
|
|
1266
|
+
this.inputBlur = new EventEmitter();
|
|
1267
|
+
this.inputChange = new EventEmitter();
|
|
1268
|
+
this.inputFocus = new EventEmitter();
|
|
1412
1269
|
c.detach();
|
|
1413
1270
|
this.el = r.nativeElement;
|
|
1414
1271
|
}
|
|
1415
|
-
static
|
|
1416
|
-
static
|
|
1272
|
+
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 }); }
|
|
1273
|
+
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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1417
1274
|
};
|
|
1418
1275
|
ModusWcSlider = __decorate([
|
|
1419
1276
|
ProxyCmp({
|
|
1420
|
-
defineCustomElementFn: defineCustomElement$E,
|
|
1421
1277
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'required', 'size', 'step', 'value']
|
|
1422
1278
|
})
|
|
1423
1279
|
], ModusWcSlider);
|
|
1424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSlider, decorators: [{
|
|
1425
1281
|
type: Component,
|
|
1426
1282
|
args: [{
|
|
1427
1283
|
selector: 'modus-wc-slider',
|
|
@@ -1430,6 +1286,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1430
1286
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1431
1287
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'required', 'size', 'step', 'value'],
|
|
1432
1288
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1289
|
+
standalone: false
|
|
1433
1290
|
}]
|
|
1434
1291
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1435
1292
|
type: Output
|
|
@@ -1439,24 +1296,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1439
1296
|
type: Output
|
|
1440
1297
|
}] } });
|
|
1441
1298
|
let ModusWcStepper = class ModusWcStepper {
|
|
1442
|
-
z;
|
|
1443
|
-
el;
|
|
1444
|
-
stepClick = new EventEmitter();
|
|
1445
1299
|
constructor(c, r, z) {
|
|
1446
1300
|
this.z = z;
|
|
1301
|
+
this.stepClick = new EventEmitter();
|
|
1447
1302
|
c.detach();
|
|
1448
1303
|
this.el = r.nativeElement;
|
|
1449
1304
|
}
|
|
1450
|
-
static
|
|
1451
|
-
static
|
|
1305
|
+
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 }); }
|
|
1306
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcStepper, selector: "modus-wc-stepper", inputs: { customClass: "customClass", interactive: "interactive", orientation: "orientation", steps: "steps" }, outputs: { stepClick: "stepClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1452
1307
|
};
|
|
1453
1308
|
ModusWcStepper = __decorate([
|
|
1454
1309
|
ProxyCmp({
|
|
1455
|
-
defineCustomElementFn: defineCustomElement$F,
|
|
1456
1310
|
inputs: ['customClass', 'interactive', 'orientation', 'steps']
|
|
1457
1311
|
})
|
|
1458
1312
|
], ModusWcStepper);
|
|
1459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcStepper, decorators: [{
|
|
1460
1314
|
type: Component,
|
|
1461
1315
|
args: [{
|
|
1462
1316
|
selector: 'modus-wc-stepper',
|
|
@@ -1465,31 +1319,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1465
1319
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1466
1320
|
inputs: ['customClass', 'interactive', 'orientation', 'steps'],
|
|
1467
1321
|
outputs: ['stepClick'],
|
|
1322
|
+
standalone: false
|
|
1468
1323
|
}]
|
|
1469
1324
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { stepClick: [{
|
|
1470
1325
|
type: Output
|
|
1471
1326
|
}] } });
|
|
1472
1327
|
let ModusWcSwitch = class ModusWcSwitch {
|
|
1473
|
-
z;
|
|
1474
|
-
el;
|
|
1475
|
-
inputBlur = new EventEmitter();
|
|
1476
|
-
inputChange = new EventEmitter();
|
|
1477
|
-
inputFocus = new EventEmitter();
|
|
1478
1328
|
constructor(c, r, z) {
|
|
1479
1329
|
this.z = z;
|
|
1330
|
+
this.inputBlur = new EventEmitter();
|
|
1331
|
+
this.inputChange = new EventEmitter();
|
|
1332
|
+
this.inputFocus = new EventEmitter();
|
|
1480
1333
|
c.detach();
|
|
1481
1334
|
this.el = r.nativeElement;
|
|
1482
1335
|
}
|
|
1483
|
-
static
|
|
1484
|
-
static
|
|
1336
|
+
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 }); }
|
|
1337
|
+
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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1485
1338
|
};
|
|
1486
1339
|
ModusWcSwitch = __decorate([
|
|
1487
1340
|
ProxyCmp({
|
|
1488
|
-
defineCustomElementFn: defineCustomElement$G,
|
|
1489
1341
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1490
1342
|
})
|
|
1491
1343
|
], ModusWcSwitch);
|
|
1492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSwitch, decorators: [{
|
|
1493
1345
|
type: Component,
|
|
1494
1346
|
args: [{
|
|
1495
1347
|
selector: 'modus-wc-switch',
|
|
@@ -1498,6 +1350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1498
1350
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1499
1351
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
1500
1352
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1353
|
+
standalone: false
|
|
1501
1354
|
}]
|
|
1502
1355
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1503
1356
|
type: Output
|
|
@@ -1507,29 +1360,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1507
1360
|
type: Output
|
|
1508
1361
|
}] } });
|
|
1509
1362
|
let ModusWcTable = class ModusWcTable {
|
|
1510
|
-
z;
|
|
1511
|
-
el;
|
|
1512
|
-
cellEditStart = new EventEmitter();
|
|
1513
|
-
cellEditCommit = new EventEmitter();
|
|
1514
|
-
rowClick = new EventEmitter();
|
|
1515
|
-
sortChange = new EventEmitter();
|
|
1516
|
-
paginationChange = new EventEmitter();
|
|
1517
|
-
rowSelectionChange = new EventEmitter();
|
|
1518
1363
|
constructor(c, r, z) {
|
|
1519
1364
|
this.z = z;
|
|
1365
|
+
this.cellEditStart = new EventEmitter();
|
|
1366
|
+
this.cellEditCommit = new EventEmitter();
|
|
1367
|
+
this.rowClick = new EventEmitter();
|
|
1368
|
+
this.sortChange = new EventEmitter();
|
|
1369
|
+
this.paginationChange = new EventEmitter();
|
|
1370
|
+
this.rowSelectionChange = new EventEmitter();
|
|
1520
1371
|
c.detach();
|
|
1521
1372
|
this.el = r.nativeElement;
|
|
1522
1373
|
}
|
|
1523
|
-
static
|
|
1524
|
-
static
|
|
1374
|
+
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 }); }
|
|
1375
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTable, selector: "modus-wc-table", inputs: { caption: "caption", columns: "columns", currentPage: "currentPage", customClass: "customClass", data: "data", density: "density", editable: "editable", hover: "hover", isRowSelectable: "isRowSelectable", pageSizeOptions: "pageSizeOptions", paginated: "paginated", selectable: "selectable", selectedRowIds: "selectedRowIds", showPageSizeSelector: "showPageSizeSelector", sortable: "sortable", zebra: "zebra" }, outputs: { cellEditStart: "cellEditStart", cellEditCommit: "cellEditCommit", rowClick: "rowClick", sortChange: "sortChange", paginationChange: "paginationChange", rowSelectionChange: "rowSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1525
1376
|
};
|
|
1526
1377
|
ModusWcTable = __decorate([
|
|
1527
1378
|
ProxyCmp({
|
|
1528
|
-
defineCustomElementFn: defineCustomElement$H,
|
|
1529
1379
|
inputs: ['caption', 'columns', 'currentPage', 'customClass', 'data', 'density', 'editable', 'hover', 'isRowSelectable', 'pageSizeOptions', 'paginated', 'selectable', 'selectedRowIds', 'showPageSizeSelector', 'sortable', 'zebra']
|
|
1530
1380
|
})
|
|
1531
1381
|
], ModusWcTable);
|
|
1532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTable, decorators: [{
|
|
1533
1383
|
type: Component,
|
|
1534
1384
|
args: [{
|
|
1535
1385
|
selector: 'modus-wc-table',
|
|
@@ -1538,6 +1388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1538
1388
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1539
1389
|
inputs: ['caption', { name: 'columns', required: true }, 'currentPage', 'customClass', { name: 'data', required: true }, 'density', 'editable', 'hover', 'isRowSelectable', 'pageSizeOptions', 'paginated', 'selectable', 'selectedRowIds', 'showPageSizeSelector', 'sortable', 'zebra'],
|
|
1540
1390
|
outputs: ['cellEditStart', 'cellEditCommit', 'rowClick', 'sortChange', 'paginationChange', 'rowSelectionChange'],
|
|
1391
|
+
standalone: false
|
|
1541
1392
|
}]
|
|
1542
1393
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { cellEditStart: [{
|
|
1543
1394
|
type: Output
|
|
@@ -1553,24 +1404,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1553
1404
|
type: Output
|
|
1554
1405
|
}] } });
|
|
1555
1406
|
let ModusWcTabs = class ModusWcTabs {
|
|
1556
|
-
z;
|
|
1557
|
-
el;
|
|
1558
|
-
tabChange = new EventEmitter();
|
|
1559
1407
|
constructor(c, r, z) {
|
|
1560
1408
|
this.z = z;
|
|
1409
|
+
this.tabChange = new EventEmitter();
|
|
1561
1410
|
c.detach();
|
|
1562
1411
|
this.el = r.nativeElement;
|
|
1563
1412
|
}
|
|
1564
|
-
static
|
|
1565
|
-
static
|
|
1413
|
+
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 }); }
|
|
1414
|
+
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" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1566
1415
|
};
|
|
1567
1416
|
ModusWcTabs = __decorate([
|
|
1568
1417
|
ProxyCmp({
|
|
1569
|
-
defineCustomElementFn: defineCustomElement$I,
|
|
1570
1418
|
inputs: ['activeTabIndex', 'customClass', 'size', 'tabStyle', 'tabs']
|
|
1571
1419
|
})
|
|
1572
1420
|
], ModusWcTabs);
|
|
1573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTabs, decorators: [{
|
|
1574
1422
|
type: Component,
|
|
1575
1423
|
args: [{
|
|
1576
1424
|
selector: 'modus-wc-tabs',
|
|
@@ -1579,32 +1427,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1579
1427
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1580
1428
|
inputs: ['activeTabIndex', 'customClass', 'size', 'tabStyle', 'tabs'],
|
|
1581
1429
|
outputs: ['tabChange'],
|
|
1430
|
+
standalone: false
|
|
1582
1431
|
}]
|
|
1583
1432
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabChange: [{
|
|
1584
1433
|
type: Output
|
|
1585
1434
|
}] } });
|
|
1586
1435
|
let ModusWcTextInput = class ModusWcTextInput {
|
|
1587
|
-
z;
|
|
1588
|
-
el;
|
|
1589
|
-
clearClick = new EventEmitter();
|
|
1590
|
-
inputBlur = new EventEmitter();
|
|
1591
|
-
inputChange = new EventEmitter();
|
|
1592
|
-
inputFocus = new EventEmitter();
|
|
1593
1436
|
constructor(c, r, z) {
|
|
1594
1437
|
this.z = z;
|
|
1438
|
+
this.clearClick = new EventEmitter();
|
|
1439
|
+
this.inputBlur = new EventEmitter();
|
|
1440
|
+
this.inputChange = new EventEmitter();
|
|
1441
|
+
this.inputFocus = new EventEmitter();
|
|
1595
1442
|
c.detach();
|
|
1596
1443
|
this.el = r.nativeElement;
|
|
1597
1444
|
}
|
|
1598
|
-
static
|
|
1599
|
-
static
|
|
1445
|
+
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 }); }
|
|
1446
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTextInput, selector: "modus-wc-text-input", inputs: { autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", autoCorrect: "autoCorrect", bordered: "bordered", clearAriaLabel: "clearAriaLabel", customClass: "customClass", disabled: "disabled", enterkeyhint: "enterkeyhint", feedback: "feedback", includeClear: "includeClear", includeSearch: "includeSearch", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", type: "type", value: "value" }, outputs: { clearClick: "clearClick", inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1600
1447
|
};
|
|
1601
1448
|
ModusWcTextInput = __decorate([
|
|
1602
1449
|
ProxyCmp({
|
|
1603
|
-
defineCustomElementFn: defineCustomElement$J,
|
|
1604
1450
|
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']
|
|
1605
1451
|
})
|
|
1606
1452
|
], ModusWcTextInput);
|
|
1607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextInput, decorators: [{
|
|
1608
1454
|
type: Component,
|
|
1609
1455
|
args: [{
|
|
1610
1456
|
selector: 'modus-wc-text-input',
|
|
@@ -1613,6 +1459,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1613
1459
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1614
1460
|
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'],
|
|
1615
1461
|
outputs: ['clearClick', 'inputBlur', 'inputChange', 'inputFocus'],
|
|
1462
|
+
standalone: false
|
|
1616
1463
|
}]
|
|
1617
1464
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { clearClick: [{
|
|
1618
1465
|
type: Output
|
|
@@ -1624,26 +1471,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1624
1471
|
type: Output
|
|
1625
1472
|
}] } });
|
|
1626
1473
|
let ModusWcTextarea = class ModusWcTextarea {
|
|
1627
|
-
z;
|
|
1628
|
-
el;
|
|
1629
|
-
inputBlur = new EventEmitter();
|
|
1630
|
-
inputChange = new EventEmitter();
|
|
1631
|
-
inputFocus = new EventEmitter();
|
|
1632
1474
|
constructor(c, r, z) {
|
|
1633
1475
|
this.z = z;
|
|
1476
|
+
this.inputBlur = new EventEmitter();
|
|
1477
|
+
this.inputChange = new EventEmitter();
|
|
1478
|
+
this.inputFocus = new EventEmitter();
|
|
1634
1479
|
c.detach();
|
|
1635
1480
|
this.el = r.nativeElement;
|
|
1636
1481
|
}
|
|
1637
|
-
static
|
|
1638
|
-
static
|
|
1482
|
+
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 }); }
|
|
1483
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTextarea, selector: "modus-wc-textarea", inputs: { autoCorrect: "autoCorrect", bordered: "bordered", customClass: "customClass", disabled: "disabled", enterkeyhint: "enterkeyhint", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", size: "size", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1639
1484
|
};
|
|
1640
1485
|
ModusWcTextarea = __decorate([
|
|
1641
1486
|
ProxyCmp({
|
|
1642
|
-
defineCustomElementFn: defineCustomElement$K,
|
|
1643
1487
|
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value']
|
|
1644
1488
|
})
|
|
1645
1489
|
], ModusWcTextarea);
|
|
1646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextarea, decorators: [{
|
|
1647
1491
|
type: Component,
|
|
1648
1492
|
args: [{
|
|
1649
1493
|
selector: 'modus-wc-textarea',
|
|
@@ -1652,6 +1496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1652
1496
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1653
1497
|
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value'],
|
|
1654
1498
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1499
|
+
standalone: false
|
|
1655
1500
|
}]
|
|
1656
1501
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1657
1502
|
type: Output
|
|
@@ -1661,23 +1506,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1661
1506
|
type: Output
|
|
1662
1507
|
}] } });
|
|
1663
1508
|
let ModusWcThemeProvider = class ModusWcThemeProvider {
|
|
1664
|
-
z;
|
|
1665
|
-
el;
|
|
1666
1509
|
constructor(c, r, z) {
|
|
1667
1510
|
this.z = z;
|
|
1668
1511
|
c.detach();
|
|
1669
1512
|
this.el = r.nativeElement;
|
|
1670
1513
|
}
|
|
1671
|
-
static
|
|
1672
|
-
static
|
|
1514
|
+
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 }); }
|
|
1515
|
+
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 }); }
|
|
1673
1516
|
};
|
|
1674
1517
|
ModusWcThemeProvider = __decorate([
|
|
1675
1518
|
ProxyCmp({
|
|
1676
|
-
defineCustomElementFn: defineCustomElement$L,
|
|
1677
1519
|
inputs: ['initialTheme']
|
|
1678
1520
|
})
|
|
1679
1521
|
], ModusWcThemeProvider);
|
|
1680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeProvider, decorators: [{
|
|
1681
1523
|
type: Component,
|
|
1682
1524
|
args: [{
|
|
1683
1525
|
selector: 'modus-wc-theme-provider',
|
|
@@ -1685,27 +1527,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1685
1527
|
template: '<ng-content></ng-content>',
|
|
1686
1528
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1687
1529
|
inputs: ['initialTheme'],
|
|
1530
|
+
standalone: false
|
|
1688
1531
|
}]
|
|
1689
1532
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1690
1533
|
let ModusWcThemeSwitcher = class ModusWcThemeSwitcher {
|
|
1691
|
-
z;
|
|
1692
|
-
el;
|
|
1693
|
-
themeChange = new EventEmitter();
|
|
1694
1534
|
constructor(c, r, z) {
|
|
1695
1535
|
this.z = z;
|
|
1536
|
+
this.themeChange = new EventEmitter();
|
|
1696
1537
|
c.detach();
|
|
1697
1538
|
this.el = r.nativeElement;
|
|
1698
1539
|
}
|
|
1699
|
-
static
|
|
1700
|
-
static
|
|
1540
|
+
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 }); }
|
|
1541
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcThemeSwitcher, selector: "modus-wc-theme-switcher", inputs: { customClass: "customClass" }, outputs: { themeChange: "themeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1701
1542
|
};
|
|
1702
1543
|
ModusWcThemeSwitcher = __decorate([
|
|
1703
1544
|
ProxyCmp({
|
|
1704
|
-
defineCustomElementFn: defineCustomElement$M,
|
|
1705
1545
|
inputs: ['customClass']
|
|
1706
1546
|
})
|
|
1707
1547
|
], ModusWcThemeSwitcher);
|
|
1708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeSwitcher, decorators: [{
|
|
1709
1549
|
type: Component,
|
|
1710
1550
|
args: [{
|
|
1711
1551
|
selector: 'modus-wc-theme-switcher',
|
|
@@ -1714,31 +1554,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1714
1554
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1715
1555
|
inputs: ['customClass'],
|
|
1716
1556
|
outputs: ['themeChange'],
|
|
1557
|
+
standalone: false
|
|
1717
1558
|
}]
|
|
1718
1559
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { themeChange: [{
|
|
1719
1560
|
type: Output
|
|
1720
1561
|
}] } });
|
|
1721
1562
|
let ModusWcTimeInput = class ModusWcTimeInput {
|
|
1722
|
-
z;
|
|
1723
|
-
el;
|
|
1724
|
-
inputBlur = new EventEmitter();
|
|
1725
|
-
inputChange = new EventEmitter();
|
|
1726
|
-
inputFocus = new EventEmitter();
|
|
1727
1563
|
constructor(c, r, z) {
|
|
1728
1564
|
this.z = z;
|
|
1565
|
+
this.inputBlur = new EventEmitter();
|
|
1566
|
+
this.inputChange = new EventEmitter();
|
|
1567
|
+
this.inputFocus = new EventEmitter();
|
|
1729
1568
|
c.detach();
|
|
1730
1569
|
this.el = r.nativeElement;
|
|
1731
1570
|
}
|
|
1732
|
-
static
|
|
1733
|
-
static
|
|
1571
|
+
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 }); }
|
|
1572
|
+
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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1734
1573
|
};
|
|
1735
1574
|
ModusWcTimeInput = __decorate([
|
|
1736
1575
|
ProxyCmp({
|
|
1737
|
-
defineCustomElementFn: defineCustomElement$N,
|
|
1738
1576
|
inputs: ['autoComplete', 'bordered', 'customClass', 'datalistId', 'datalistOptions', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showSeconds', 'size', 'step', 'value']
|
|
1739
1577
|
})
|
|
1740
1578
|
], ModusWcTimeInput);
|
|
1741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTimeInput, decorators: [{
|
|
1742
1580
|
type: Component,
|
|
1743
1581
|
args: [{
|
|
1744
1582
|
selector: 'modus-wc-time-input',
|
|
@@ -1747,6 +1585,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1747
1585
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1748
1586
|
inputs: ['autoComplete', 'bordered', 'customClass', 'datalistId', 'datalistOptions', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showSeconds', 'size', 'step', 'value'],
|
|
1749
1587
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1588
|
+
standalone: false
|
|
1750
1589
|
}]
|
|
1751
1590
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1752
1591
|
type: Output
|
|
@@ -1756,23 +1595,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1756
1595
|
type: Output
|
|
1757
1596
|
}] } });
|
|
1758
1597
|
let ModusWcToast = class ModusWcToast {
|
|
1759
|
-
z;
|
|
1760
|
-
el;
|
|
1761
1598
|
constructor(c, r, z) {
|
|
1762
1599
|
this.z = z;
|
|
1763
1600
|
c.detach();
|
|
1764
1601
|
this.el = r.nativeElement;
|
|
1765
1602
|
}
|
|
1766
|
-
static
|
|
1767
|
-
static
|
|
1603
|
+
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 }); }
|
|
1604
|
+
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 }); }
|
|
1768
1605
|
};
|
|
1769
1606
|
ModusWcToast = __decorate([
|
|
1770
1607
|
ProxyCmp({
|
|
1771
|
-
defineCustomElementFn: defineCustomElement$O,
|
|
1772
1608
|
inputs: ['customClass', 'delay', 'position']
|
|
1773
1609
|
})
|
|
1774
1610
|
], ModusWcToast);
|
|
1775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToast, decorators: [{
|
|
1776
1612
|
type: Component,
|
|
1777
1613
|
args: [{
|
|
1778
1614
|
selector: 'modus-wc-toast',
|
|
@@ -1780,26 +1616,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1780
1616
|
template: '<ng-content></ng-content>',
|
|
1781
1617
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1782
1618
|
inputs: ['customClass', 'delay', 'position'],
|
|
1619
|
+
standalone: false
|
|
1783
1620
|
}]
|
|
1784
1621
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1785
1622
|
let ModusWcToolbar = class ModusWcToolbar {
|
|
1786
|
-
z;
|
|
1787
|
-
el;
|
|
1788
1623
|
constructor(c, r, z) {
|
|
1789
1624
|
this.z = z;
|
|
1790
1625
|
c.detach();
|
|
1791
1626
|
this.el = r.nativeElement;
|
|
1792
1627
|
}
|
|
1793
|
-
static
|
|
1794
|
-
static
|
|
1628
|
+
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 }); }
|
|
1629
|
+
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 }); }
|
|
1795
1630
|
};
|
|
1796
1631
|
ModusWcToolbar = __decorate([
|
|
1797
1632
|
ProxyCmp({
|
|
1798
|
-
defineCustomElementFn: defineCustomElement$P,
|
|
1799
1633
|
inputs: ['customClass']
|
|
1800
1634
|
})
|
|
1801
1635
|
], ModusWcToolbar);
|
|
1802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToolbar, decorators: [{
|
|
1803
1637
|
type: Component,
|
|
1804
1638
|
args: [{
|
|
1805
1639
|
selector: 'modus-wc-toolbar',
|
|
@@ -1807,27 +1641,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1807
1641
|
template: '<ng-content></ng-content>',
|
|
1808
1642
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1809
1643
|
inputs: ['customClass'],
|
|
1644
|
+
standalone: false
|
|
1810
1645
|
}]
|
|
1811
1646
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1812
1647
|
let ModusWcTooltip = class ModusWcTooltip {
|
|
1813
|
-
z;
|
|
1814
|
-
el;
|
|
1815
|
-
dismissEscape = new EventEmitter();
|
|
1816
1648
|
constructor(c, r, z) {
|
|
1817
1649
|
this.z = z;
|
|
1650
|
+
this.dismissEscape = new EventEmitter();
|
|
1818
1651
|
c.detach();
|
|
1819
1652
|
this.el = r.nativeElement;
|
|
1820
1653
|
}
|
|
1821
|
-
static
|
|
1822
|
-
static
|
|
1654
|
+
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 }); }
|
|
1655
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTooltip, selector: "modus-wc-tooltip", inputs: { content: "content", contentElement: "contentElement", customClass: "customClass", disabled: "disabled", forceOpen: "forceOpen", position: "position", tooltipId: "tooltipId" }, outputs: { dismissEscape: "dismissEscape" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1823
1656
|
};
|
|
1824
1657
|
ModusWcTooltip = __decorate([
|
|
1825
1658
|
ProxyCmp({
|
|
1826
|
-
defineCustomElementFn: defineCustomElement$Q,
|
|
1827
1659
|
inputs: ['content', 'contentElement', 'customClass', 'disabled', 'forceOpen', 'position', 'tooltipId']
|
|
1828
1660
|
})
|
|
1829
1661
|
], ModusWcTooltip);
|
|
1830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTooltip, decorators: [{
|
|
1831
1663
|
type: Component,
|
|
1832
1664
|
args: [{
|
|
1833
1665
|
selector: 'modus-wc-tooltip',
|
|
@@ -1836,30 +1668,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1836
1668
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1837
1669
|
inputs: ['content', 'contentElement', 'customClass', 'disabled', 'forceOpen', 'position', 'tooltipId'],
|
|
1838
1670
|
outputs: ['dismissEscape'],
|
|
1671
|
+
standalone: false
|
|
1839
1672
|
}]
|
|
1840
1673
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dismissEscape: [{
|
|
1841
1674
|
type: Output
|
|
1842
1675
|
}] } });
|
|
1843
1676
|
let ModusWcTreeItem = class ModusWcTreeItem {
|
|
1844
|
-
z;
|
|
1845
|
-
el;
|
|
1846
|
-
itemSelect = new EventEmitter();
|
|
1847
1677
|
constructor(c, r, z) {
|
|
1848
1678
|
this.z = z;
|
|
1679
|
+
this.itemSelect = new EventEmitter();
|
|
1849
1680
|
c.detach();
|
|
1850
1681
|
this.el = r.nativeElement;
|
|
1851
1682
|
}
|
|
1852
|
-
static
|
|
1853
|
-
static
|
|
1683
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1684
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTreeItem, selector: "modus-wc-tree-item", inputs: { blockExpand: "blockExpand", 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" }, outputs: { itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1854
1685
|
};
|
|
1855
1686
|
ModusWcTreeItem = __decorate([
|
|
1856
1687
|
ProxyCmp({
|
|
1857
|
-
defineCustomElementFn: defineCustomElement$R,
|
|
1858
1688
|
inputs: ['blockExpand', 'bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'hasSubmenu', 'label', 'selected', 'size', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
1859
1689
|
methods: ['collapseSubmenu']
|
|
1860
1690
|
})
|
|
1861
1691
|
], ModusWcTreeItem);
|
|
1862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTreeItem, decorators: [{
|
|
1863
1693
|
type: Component,
|
|
1864
1694
|
args: [{
|
|
1865
1695
|
selector: 'modus-wc-tree-item',
|
|
@@ -1868,30 +1698,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1868
1698
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1869
1699
|
inputs: ['blockExpand', 'bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'hasSubmenu', 'label', 'selected', 'size', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
1870
1700
|
outputs: ['itemSelect'],
|
|
1701
|
+
standalone: false
|
|
1871
1702
|
}]
|
|
1872
1703
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemSelect: [{
|
|
1873
1704
|
type: Output
|
|
1874
1705
|
}] } });
|
|
1875
1706
|
let ModusWcTreeMenu = class ModusWcTreeMenu {
|
|
1876
|
-
z;
|
|
1877
|
-
el;
|
|
1878
|
-
menuFocusout = new EventEmitter();
|
|
1879
|
-
menuSelectionChange = new EventEmitter();
|
|
1880
1707
|
constructor(c, r, z) {
|
|
1881
1708
|
this.z = z;
|
|
1709
|
+
this.menuFocusout = new EventEmitter();
|
|
1710
|
+
this.menuSelectionChange = new EventEmitter();
|
|
1882
1711
|
c.detach();
|
|
1883
1712
|
this.el = r.nativeElement;
|
|
1884
1713
|
}
|
|
1885
|
-
static
|
|
1886
|
-
static
|
|
1714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTreeMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1715
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTreeMenu, selector: "modus-wc-tree-menu", inputs: { bordered: "bordered", customClass: "customClass", isSubMenu: "isSubMenu", orientation: "orientation", selectionMode: "selectionMode", size: "size" }, outputs: { menuFocusout: "menuFocusout", menuSelectionChange: "menuSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1887
1716
|
};
|
|
1888
1717
|
ModusWcTreeMenu = __decorate([
|
|
1889
1718
|
ProxyCmp({
|
|
1890
|
-
defineCustomElementFn: defineCustomElement$S,
|
|
1891
1719
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size']
|
|
1892
1720
|
})
|
|
1893
1721
|
], ModusWcTreeMenu);
|
|
1894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTreeMenu, decorators: [{
|
|
1895
1723
|
type: Component,
|
|
1896
1724
|
args: [{
|
|
1897
1725
|
selector: 'modus-wc-tree-menu',
|
|
@@ -1900,6 +1728,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1900
1728
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1901
1729
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size'],
|
|
1902
1730
|
outputs: ['menuFocusout', 'menuSelectionChange'],
|
|
1731
|
+
standalone: false
|
|
1903
1732
|
}]
|
|
1904
1733
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuFocusout: [{
|
|
1905
1734
|
type: Output
|
|
@@ -1907,23 +1736,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1907
1736
|
type: Output
|
|
1908
1737
|
}] } });
|
|
1909
1738
|
let ModusWcTypography = class ModusWcTypography {
|
|
1910
|
-
z;
|
|
1911
|
-
el;
|
|
1912
1739
|
constructor(c, r, z) {
|
|
1913
1740
|
this.z = z;
|
|
1914
1741
|
c.detach();
|
|
1915
1742
|
this.el = r.nativeElement;
|
|
1916
1743
|
}
|
|
1917
|
-
static
|
|
1918
|
-
static
|
|
1744
|
+
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 }); }
|
|
1745
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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 }); }
|
|
1919
1746
|
};
|
|
1920
1747
|
ModusWcTypography = __decorate([
|
|
1921
1748
|
ProxyCmp({
|
|
1922
|
-
defineCustomElementFn: defineCustomElement$T,
|
|
1923
1749
|
inputs: ['customClass', 'hierarchy', 'label', 'size', 'weight']
|
|
1924
1750
|
})
|
|
1925
1751
|
], ModusWcTypography);
|
|
1926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTypography, decorators: [{
|
|
1927
1753
|
type: Component,
|
|
1928
1754
|
args: [{
|
|
1929
1755
|
selector: 'modus-wc-typography',
|
|
@@ -1931,28 +1757,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1931
1757
|
template: '<ng-content></ng-content>',
|
|
1932
1758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1933
1759
|
inputs: ['customClass', 'hierarchy', { name: 'label', required: true }, 'size', 'weight'],
|
|
1760
|
+
standalone: false
|
|
1934
1761
|
}]
|
|
1935
1762
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1936
1763
|
let ModusWcUtilityPanel = class ModusWcUtilityPanel {
|
|
1937
|
-
z;
|
|
1938
|
-
el;
|
|
1939
|
-
panelOpened = new EventEmitter();
|
|
1940
|
-
panelClosed = new EventEmitter();
|
|
1941
1764
|
constructor(c, r, z) {
|
|
1942
1765
|
this.z = z;
|
|
1766
|
+
this.panelOpened = new EventEmitter();
|
|
1767
|
+
this.panelClosed = new EventEmitter();
|
|
1943
1768
|
c.detach();
|
|
1944
1769
|
this.el = r.nativeElement;
|
|
1945
1770
|
}
|
|
1946
|
-
static
|
|
1947
|
-
static
|
|
1771
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcUtilityPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1772
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcUtilityPanel, selector: "modus-wc-utility-panel", inputs: { customClass: "customClass", expanded: "expanded", pushContent: "pushContent", targetElement: "targetElement" }, outputs: { panelOpened: "panelOpened", panelClosed: "panelClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1948
1773
|
};
|
|
1949
1774
|
ModusWcUtilityPanel = __decorate([
|
|
1950
1775
|
ProxyCmp({
|
|
1951
|
-
defineCustomElementFn: defineCustomElement$U,
|
|
1952
1776
|
inputs: ['customClass', 'expanded', 'pushContent', 'targetElement']
|
|
1953
1777
|
})
|
|
1954
1778
|
], ModusWcUtilityPanel);
|
|
1955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcUtilityPanel, decorators: [{
|
|
1956
1780
|
type: Component,
|
|
1957
1781
|
args: [{
|
|
1958
1782
|
selector: 'modus-wc-utility-panel',
|
|
@@ -1961,6 +1785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1961
1785
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1962
1786
|
inputs: ['customClass', 'expanded', 'pushContent', 'targetElement'],
|
|
1963
1787
|
outputs: ['panelOpened', 'panelClosed'],
|
|
1788
|
+
standalone: false
|
|
1964
1789
|
}]
|
|
1965
1790
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { panelOpened: [{
|
|
1966
1791
|
type: Output
|
|
@@ -1968,6 +1793,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1968
1793
|
type: Output
|
|
1969
1794
|
}] } });
|
|
1970
1795
|
|
|
1796
|
+
const DIRECTIVES = [
|
|
1797
|
+
ModusWcAccordion,
|
|
1798
|
+
ModusWcAlert,
|
|
1799
|
+
ModusWcAppMenu,
|
|
1800
|
+
ModusWcAutocomplete,
|
|
1801
|
+
ModusWcAvatar,
|
|
1802
|
+
ModusWcBadge,
|
|
1803
|
+
ModusWcBottomSheet,
|
|
1804
|
+
ModusWcBreadcrumbs,
|
|
1805
|
+
ModusWcButton,
|
|
1806
|
+
ModusWcButtonGroup,
|
|
1807
|
+
ModusWcCard,
|
|
1808
|
+
ModusWcCheckbox,
|
|
1809
|
+
ModusWcChip,
|
|
1810
|
+
ModusWcCollapse,
|
|
1811
|
+
ModusWcDate,
|
|
1812
|
+
ModusWcDivider,
|
|
1813
|
+
ModusWcDropdownMenu,
|
|
1814
|
+
ModusWcFileDropzone,
|
|
1815
|
+
ModusWcHandle,
|
|
1816
|
+
ModusWcIcon,
|
|
1817
|
+
ModusWcInputFeedback,
|
|
1818
|
+
ModusWcInputLabel,
|
|
1819
|
+
ModusWcLink,
|
|
1820
|
+
ModusWcLoader,
|
|
1821
|
+
ModusWcLogo,
|
|
1822
|
+
ModusWcMenu,
|
|
1823
|
+
ModusWcMenuItem,
|
|
1824
|
+
ModusWcModal,
|
|
1825
|
+
ModusWcNavbar,
|
|
1826
|
+
ModusWcNumberInput,
|
|
1827
|
+
ModusWcPagination,
|
|
1828
|
+
ModusWcPanel,
|
|
1829
|
+
ModusWcProfileMenu,
|
|
1830
|
+
ModusWcProgress,
|
|
1831
|
+
ModusWcRadio,
|
|
1832
|
+
ModusWcRating,
|
|
1833
|
+
ModusWcSelect,
|
|
1834
|
+
ModusWcSideNavigation,
|
|
1835
|
+
ModusWcSkeleton,
|
|
1836
|
+
ModusWcSlider,
|
|
1837
|
+
ModusWcStepper,
|
|
1838
|
+
ModusWcSwitch,
|
|
1839
|
+
ModusWcTable,
|
|
1840
|
+
ModusWcTabs,
|
|
1841
|
+
ModusWcTextInput,
|
|
1842
|
+
ModusWcTextarea,
|
|
1843
|
+
ModusWcThemeProvider,
|
|
1844
|
+
ModusWcThemeSwitcher,
|
|
1845
|
+
ModusWcTimeInput,
|
|
1846
|
+
ModusWcToast,
|
|
1847
|
+
ModusWcToolbar,
|
|
1848
|
+
ModusWcTooltip,
|
|
1849
|
+
ModusWcTreeItem,
|
|
1850
|
+
ModusWcTreeMenu,
|
|
1851
|
+
ModusWcTypography,
|
|
1852
|
+
ModusWcUtilityPanel
|
|
1853
|
+
];
|
|
1854
|
+
|
|
1855
|
+
class ModusAngularComponentsModule {
|
|
1856
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1857
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, declarations: [ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBottomSheet, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, 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, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel], exports: [ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBottomSheet, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, 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, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel] }); }
|
|
1858
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, providers: [
|
|
1859
|
+
{
|
|
1860
|
+
provide: APP_INITIALIZER,
|
|
1861
|
+
useFactory: () => () => {
|
|
1862
|
+
// Configure asset path for Angular applications
|
|
1863
|
+
// Assets should be copied to /assets/ via angular.json configuration
|
|
1864
|
+
setAssetPath('/assets/');
|
|
1865
|
+
defineCustomElements(window);
|
|
1866
|
+
},
|
|
1867
|
+
multi: true,
|
|
1868
|
+
}
|
|
1869
|
+
] }); }
|
|
1870
|
+
}
|
|
1871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, decorators: [{
|
|
1872
|
+
type: NgModule,
|
|
1873
|
+
args: [{
|
|
1874
|
+
declarations: [...DIRECTIVES],
|
|
1875
|
+
exports: [...DIRECTIVES],
|
|
1876
|
+
providers: [
|
|
1877
|
+
{
|
|
1878
|
+
provide: APP_INITIALIZER,
|
|
1879
|
+
useFactory: () => () => {
|
|
1880
|
+
// Configure asset path for Angular applications
|
|
1881
|
+
// Assets should be copied to /assets/ via angular.json configuration
|
|
1882
|
+
setAssetPath('/assets/');
|
|
1883
|
+
defineCustomElements(window);
|
|
1884
|
+
},
|
|
1885
|
+
multi: true,
|
|
1886
|
+
}
|
|
1887
|
+
]
|
|
1888
|
+
}]
|
|
1889
|
+
}] });
|
|
1890
|
+
|
|
1971
1891
|
/*
|
|
1972
1892
|
* Public API Surface of moduswebcomponents-angular
|
|
1973
1893
|
*/
|
|
@@ -1976,5 +1896,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
1976
1896
|
* Generated bundle index. Do not edit.
|
|
1977
1897
|
*/
|
|
1978
1898
|
|
|
1979
|
-
export { ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBottomSheet, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, 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, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel
|
|
1899
|
+
export { DIRECTIVES, ModusAngularComponentsModule, ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBottomSheet, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, 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, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel };
|
|
1980
1900
|
//# sourceMappingURL=trimble-oss-moduswebcomponents-angular.mjs.map
|