@six-group/ui-library-angular 0.0.0-insider.b2db78f → 0.0.0-insider.b36e151
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 +2 -1
- package/fesm2022/six-group-ui-library-angular.mjs +597 -349
- package/fesm2022/six-group-ui-library-angular.mjs.map +1 -1
- package/lib/control-value-accessors/checkbox-multi-select-value-accessor.d.ts +16 -0
- package/lib/control-value-accessors/checkbox-value-accessor.d.ts +1 -1
- package/lib/control-value-accessors/value-accessor.d.ts +5 -3
- package/lib/stencil-generated/components.d.ts +111 -65
- package/lib/stencil-generated/index.d.ts +1 -1
- package/lib/ui-library-angular-config.d.ts +7 -0
- package/lib/ui-library-angular.module.d.ts +10 -8
- package/package.json +13 -10
- package/public-api.d.ts +1 -0
- package/esm2022/lib/control-value-accessors/checkbox-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/date-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/datepicker-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/numeric-value-accessor.mjs +0 -42
- package/esm2022/lib/control-value-accessors/radio-value-accessor.mjs +0 -62
- package/esm2022/lib/control-value-accessors/range-value-accessor.mjs +0 -42
- package/esm2022/lib/control-value-accessors/select-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/switch-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/text-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/timepicker-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/value-accessor.mjs +0 -138
- package/esm2022/lib/form/six-form.directive.mjs +0 -134
- package/esm2022/lib/link/six-router-link.directive.mjs +0 -61
- package/esm2022/lib/services/alert.service.mjs +0 -21
- package/esm2022/lib/services/validation-messages.service.mjs +0 -15
- package/esm2022/lib/sidebar/active-sidebar.directive.mjs +0 -110
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil-generated/components.mjs +0 -1414
- package/esm2022/lib/stencil-generated/index.mjs +0 -61
- package/esm2022/lib/ui-library-angular.module.mjs +0 -169
- package/esm2022/lib/validators/six-ui-library-validators.mjs +0 -203
- package/esm2022/public-api.mjs +0 -31
- package/esm2022/six-group-ui-library-angular.mjs +0 -5
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ChangeDetectionStrategy, Component, Injectable, InjectionToken, inject, HostListener, Directive, Input, EventEmitter, Output, Optional, HostBinding, ContentChildren, APP_INITIALIZER, NgModule, NgZone } from '@angular/core';
|
|
3
3
|
import { __decorate } from 'tslib';
|
|
4
4
|
import { fromEvent } from 'rxjs';
|
|
5
5
|
import { defineCustomElements } from '@six-group/ui-library/loader';
|
|
6
6
|
import * as i1 from '@angular/forms';
|
|
7
|
-
import { NgControl, NG_VALUE_ACCESSOR, FormControl, FormGroup, FormArray, NG_VALIDATORS
|
|
7
|
+
import { Validators, NgControl, NG_VALUE_ACCESSOR, FormControl, FormGroup, FormArray, NG_VALIDATORS } from '@angular/forms';
|
|
8
8
|
import { getErrorMessage, getLanguage, showAlert } from '@six-group/ui-library';
|
|
9
9
|
import * as i1$1 from '@angular/common';
|
|
10
10
|
import * as i2 from '@angular/router';
|
|
@@ -75,8 +75,8 @@ let SixAlert = class SixAlert {
|
|
|
75
75
|
this.el = r.nativeElement;
|
|
76
76
|
proxyOutputs(this, this.el, ['six-alert-show', 'six-alert-after-show', 'six-alert-hide', 'six-alert-after-hide']);
|
|
77
77
|
}
|
|
78
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
79
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
78
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
79
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixAlert, isStandalone: false, selector: "six-alert", inputs: { closable: "closable", duration: "duration", open: "open", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
80
80
|
};
|
|
81
81
|
SixAlert = __decorate([
|
|
82
82
|
ProxyCmp({
|
|
@@ -84,7 +84,7 @@ SixAlert = __decorate([
|
|
|
84
84
|
methods: ['show', 'hide', 'toast']
|
|
85
85
|
})
|
|
86
86
|
], SixAlert);
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAlert, decorators: [{
|
|
88
88
|
type: Component,
|
|
89
89
|
args: [{
|
|
90
90
|
selector: 'six-alert',
|
|
@@ -92,23 +92,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
92
92
|
template: '<ng-content></ng-content>',
|
|
93
93
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
94
94
|
inputs: ['closable', 'duration', 'open', 'type'],
|
|
95
|
+
standalone: false
|
|
95
96
|
}]
|
|
96
|
-
}], ctorParameters:
|
|
97
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
97
98
|
let SixAvatar = class SixAvatar {
|
|
98
99
|
constructor(c, r, z) {
|
|
99
100
|
this.z = z;
|
|
100
101
|
c.detach();
|
|
101
102
|
this.el = r.nativeElement;
|
|
102
103
|
}
|
|
103
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
104
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
104
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
105
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixAvatar, isStandalone: false, selector: "six-avatar", inputs: { alt: "alt", image: "image", initials: "initials", shape: "shape" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
105
106
|
};
|
|
106
107
|
SixAvatar = __decorate([
|
|
107
108
|
ProxyCmp({
|
|
108
109
|
inputs: ['alt', 'image', 'initials', 'shape']
|
|
109
110
|
})
|
|
110
111
|
], SixAvatar);
|
|
111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAvatar, decorators: [{
|
|
112
113
|
type: Component,
|
|
113
114
|
args: [{
|
|
114
115
|
selector: 'six-avatar',
|
|
@@ -116,23 +117,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
116
117
|
template: '<ng-content></ng-content>',
|
|
117
118
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
118
119
|
inputs: ['alt', 'image', 'initials', 'shape'],
|
|
120
|
+
standalone: false
|
|
119
121
|
}]
|
|
120
|
-
}], ctorParameters:
|
|
122
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
121
123
|
let SixBadge = class SixBadge {
|
|
122
124
|
constructor(c, r, z) {
|
|
123
125
|
this.z = z;
|
|
124
126
|
c.detach();
|
|
125
127
|
this.el = r.nativeElement;
|
|
126
128
|
}
|
|
127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
128
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
130
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixBadge, isStandalone: false, selector: "six-badge", inputs: { pill: "pill", pulse: "pulse", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
129
131
|
};
|
|
130
132
|
SixBadge = __decorate([
|
|
131
133
|
ProxyCmp({
|
|
132
134
|
inputs: ['pill', 'pulse', 'type']
|
|
133
135
|
})
|
|
134
136
|
], SixBadge);
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBadge, decorators: [{
|
|
136
138
|
type: Component,
|
|
137
139
|
args: [{
|
|
138
140
|
selector: 'six-badge',
|
|
@@ -140,8 +142,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
140
142
|
template: '<ng-content></ng-content>',
|
|
141
143
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
142
144
|
inputs: ['pill', 'pulse', 'type'],
|
|
145
|
+
standalone: false
|
|
143
146
|
}]
|
|
144
|
-
}], ctorParameters:
|
|
147
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
148
|
+
let SixBreadcrumbs = class SixBreadcrumbs {
|
|
149
|
+
constructor(c, r, z) {
|
|
150
|
+
this.z = z;
|
|
151
|
+
c.detach();
|
|
152
|
+
this.el = r.nativeElement;
|
|
153
|
+
}
|
|
154
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
155
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixBreadcrumbs, isStandalone: false, selector: "six-breadcrumbs", inputs: { separatorIcon: "separatorIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
156
|
+
};
|
|
157
|
+
SixBreadcrumbs = __decorate([
|
|
158
|
+
ProxyCmp({
|
|
159
|
+
inputs: ['separatorIcon']
|
|
160
|
+
})
|
|
161
|
+
], SixBreadcrumbs);
|
|
162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbs, decorators: [{
|
|
163
|
+
type: Component,
|
|
164
|
+
args: [{
|
|
165
|
+
selector: 'six-breadcrumbs',
|
|
166
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
167
|
+
template: '<ng-content></ng-content>',
|
|
168
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
169
|
+
inputs: ['separatorIcon'],
|
|
170
|
+
standalone: false
|
|
171
|
+
}]
|
|
172
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
173
|
+
let SixBreadcrumbsItem = class SixBreadcrumbsItem {
|
|
174
|
+
constructor(c, r, z) {
|
|
175
|
+
this.z = z;
|
|
176
|
+
c.detach();
|
|
177
|
+
this.el = r.nativeElement;
|
|
178
|
+
}
|
|
179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
180
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixBreadcrumbsItem, isStandalone: false, selector: "six-breadcrumbs-item", inputs: { href: "href", readonly: "readonly", size: "size", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
181
|
+
};
|
|
182
|
+
SixBreadcrumbsItem = __decorate([
|
|
183
|
+
ProxyCmp({
|
|
184
|
+
inputs: ['href', 'readonly', 'size', 'target']
|
|
185
|
+
})
|
|
186
|
+
], SixBreadcrumbsItem);
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbsItem, decorators: [{
|
|
188
|
+
type: Component,
|
|
189
|
+
args: [{
|
|
190
|
+
selector: 'six-breadcrumbs-item',
|
|
191
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
192
|
+
template: '<ng-content></ng-content>',
|
|
193
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
194
|
+
inputs: ['href', 'readonly', 'size', 'target'],
|
|
195
|
+
standalone: false
|
|
196
|
+
}]
|
|
197
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
145
198
|
let SixButton = class SixButton {
|
|
146
199
|
constructor(c, r, z) {
|
|
147
200
|
this.z = z;
|
|
@@ -149,8 +202,8 @@ let SixButton = class SixButton {
|
|
|
149
202
|
this.el = r.nativeElement;
|
|
150
203
|
proxyOutputs(this, this.el, ['six-button-blur', 'six-button-focus']);
|
|
151
204
|
}
|
|
152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
153
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
205
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
206
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixButton, isStandalone: false, selector: "six-button", inputs: { caret: "caret", circle: "circle", disabled: "disabled", download: "download", href: "href", loading: "loading", name: "name", pill: "pill", reset: "reset", size: "size", submit: "submit", target: "target", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
154
207
|
};
|
|
155
208
|
SixButton = __decorate([
|
|
156
209
|
ProxyCmp({
|
|
@@ -158,7 +211,7 @@ SixButton = __decorate([
|
|
|
158
211
|
methods: ['setFocus', 'removeFocus']
|
|
159
212
|
})
|
|
160
213
|
], SixButton);
|
|
161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixButton, decorators: [{
|
|
162
215
|
type: Component,
|
|
163
216
|
args: [{
|
|
164
217
|
selector: 'six-button',
|
|
@@ -166,21 +219,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
166
219
|
template: '<ng-content></ng-content>',
|
|
167
220
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
168
221
|
inputs: ['caret', 'circle', 'disabled', 'download', 'href', 'loading', 'name', 'pill', 'reset', 'size', 'submit', 'target', 'type', 'value'],
|
|
222
|
+
standalone: false
|
|
169
223
|
}]
|
|
170
|
-
}], ctorParameters:
|
|
224
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
171
225
|
let SixCard = class SixCard {
|
|
172
226
|
constructor(c, r, z) {
|
|
173
227
|
this.z = z;
|
|
174
228
|
c.detach();
|
|
175
229
|
this.el = r.nativeElement;
|
|
176
230
|
}
|
|
177
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
178
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
231
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
232
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixCard, isStandalone: false, selector: "six-card", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
179
233
|
};
|
|
180
234
|
SixCard = __decorate([
|
|
181
235
|
ProxyCmp({})
|
|
182
236
|
], SixCard);
|
|
183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCard, decorators: [{
|
|
184
238
|
type: Component,
|
|
185
239
|
args: [{
|
|
186
240
|
selector: 'six-card',
|
|
@@ -188,8 +242,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
188
242
|
template: '<ng-content></ng-content>',
|
|
189
243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
190
244
|
inputs: [],
|
|
245
|
+
standalone: false
|
|
191
246
|
}]
|
|
192
|
-
}], ctorParameters:
|
|
247
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
193
248
|
let SixCheckbox = class SixCheckbox {
|
|
194
249
|
constructor(c, r, z) {
|
|
195
250
|
this.z = z;
|
|
@@ -197,8 +252,8 @@ let SixCheckbox = class SixCheckbox {
|
|
|
197
252
|
this.el = r.nativeElement;
|
|
198
253
|
proxyOutputs(this, this.el, ['six-checkbox-blur', 'six-checkbox-change', 'six-checkbox-focus']);
|
|
199
254
|
}
|
|
200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
201
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
255
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
256
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixCheckbox, isStandalone: false, selector: "six-checkbox", inputs: { checked: "checked", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", indeterminate: "indeterminate", invalid: "invalid", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
202
257
|
};
|
|
203
258
|
SixCheckbox = __decorate([
|
|
204
259
|
ProxyCmp({
|
|
@@ -206,7 +261,7 @@ SixCheckbox = __decorate([
|
|
|
206
261
|
methods: ['setFocus', 'removeFocus']
|
|
207
262
|
})
|
|
208
263
|
], SixCheckbox);
|
|
209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckbox, decorators: [{
|
|
210
265
|
type: Component,
|
|
211
266
|
args: [{
|
|
212
267
|
selector: 'six-checkbox',
|
|
@@ -214,8 +269,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
214
269
|
template: '<ng-content></ng-content>',
|
|
215
270
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
216
271
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'indeterminate', 'invalid', 'label', 'name', 'required', 'value'],
|
|
272
|
+
standalone: false
|
|
217
273
|
}]
|
|
218
|
-
}], ctorParameters:
|
|
274
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
219
275
|
let SixDate = class SixDate {
|
|
220
276
|
constructor(c, r, z) {
|
|
221
277
|
this.z = z;
|
|
@@ -223,25 +279,26 @@ let SixDate = class SixDate {
|
|
|
223
279
|
this.el = r.nativeElement;
|
|
224
280
|
proxyOutputs(this, this.el, ['six-change', 'six-blur']);
|
|
225
281
|
}
|
|
226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
227
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
283
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDate, isStandalone: false, selector: "six-date", inputs: { allowedDates: "allowedDates", clearable: "clearable", dateFormat: "dateFormat", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", invalid: "invalid", label: "label", language: "language", max: "max", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
228
284
|
};
|
|
229
285
|
SixDate = __decorate([
|
|
230
286
|
ProxyCmp({
|
|
231
|
-
inputs: ['allowedDates', 'clearable', 'dateFormat', '
|
|
287
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
232
288
|
methods: ['setFocus']
|
|
233
289
|
})
|
|
234
290
|
], SixDate);
|
|
235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDate, decorators: [{
|
|
236
292
|
type: Component,
|
|
237
293
|
args: [{
|
|
238
294
|
selector: 'six-date',
|
|
239
295
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
240
296
|
template: '<ng-content></ng-content>',
|
|
241
297
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
242
|
-
inputs: ['allowedDates', 'clearable', 'dateFormat', '
|
|
298
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
299
|
+
standalone: false
|
|
243
300
|
}]
|
|
244
|
-
}], ctorParameters:
|
|
301
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
245
302
|
let SixDatepicker = class SixDatepicker {
|
|
246
303
|
constructor(c, r, z) {
|
|
247
304
|
this.z = z;
|
|
@@ -249,8 +306,8 @@ let SixDatepicker = class SixDatepicker {
|
|
|
249
306
|
this.el = r.nativeElement;
|
|
250
307
|
proxyOutputs(this, this.el, ['six-datepicker-select', 'six-datepicker-clear', 'six-datepicker-blur']);
|
|
251
308
|
}
|
|
252
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
253
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
309
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
310
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDatepicker, isStandalone: false, selector: "six-datepicker", inputs: { allowedDates: "allowedDates", clearable: "clearable", closeOnSelect: "closeOnSelect", containingElement: "containingElement", dateFormat: "dateFormat", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", hoist: "hoist", iconPosition: "iconPosition", inline: "inline", invalid: "invalid", label: "label", locale: "locale", max: "max", min: "min", name: "name", open: "open", placeholder: "placeholder", placement: "placement", readonly: "readonly", required: "required", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
254
311
|
};
|
|
255
312
|
SixDatepicker = __decorate([
|
|
256
313
|
ProxyCmp({
|
|
@@ -258,7 +315,7 @@ SixDatepicker = __decorate([
|
|
|
258
315
|
methods: ['setFocus', 'select']
|
|
259
316
|
})
|
|
260
317
|
], SixDatepicker);
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDatepicker, decorators: [{
|
|
262
319
|
type: Component,
|
|
263
320
|
args: [{
|
|
264
321
|
selector: 'six-datepicker',
|
|
@@ -266,8 +323,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
266
323
|
template: '<ng-content></ng-content>',
|
|
267
324
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
268
325
|
inputs: ['allowedDates', 'clearable', 'closeOnSelect', 'containingElement', 'dateFormat', 'debounce', 'defaultDate', 'disabled', 'errorText', 'errorTextCount', 'hoist', 'iconPosition', 'inline', 'invalid', 'label', 'locale', 'max', 'min', 'name', 'open', 'placeholder', 'placement', 'readonly', 'required', 'size', 'type', 'value'],
|
|
326
|
+
standalone: false
|
|
269
327
|
}]
|
|
270
|
-
}], ctorParameters:
|
|
328
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
271
329
|
let SixDetails = class SixDetails {
|
|
272
330
|
constructor(c, r, z) {
|
|
273
331
|
this.z = z;
|
|
@@ -275,8 +333,8 @@ let SixDetails = class SixDetails {
|
|
|
275
333
|
this.el = r.nativeElement;
|
|
276
334
|
proxyOutputs(this, this.el, ['six-details-show', 'six-details-after-show', 'six-details-hide', 'six-details-after-hide']);
|
|
277
335
|
}
|
|
278
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
279
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
336
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
337
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDetails, isStandalone: false, selector: "six-details", inputs: { disabled: "disabled", hasContent: "hasContent", inline: "inline", open: "open", selectableEmpty: "selectableEmpty", summary: "summary", summaryIcon: "summaryIcon", summaryIconSize: "summaryIconSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
280
338
|
};
|
|
281
339
|
SixDetails = __decorate([
|
|
282
340
|
ProxyCmp({
|
|
@@ -284,7 +342,7 @@ SixDetails = __decorate([
|
|
|
284
342
|
methods: ['show', 'hide']
|
|
285
343
|
})
|
|
286
344
|
], SixDetails);
|
|
287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDetails, decorators: [{
|
|
288
346
|
type: Component,
|
|
289
347
|
args: [{
|
|
290
348
|
selector: 'six-details',
|
|
@@ -292,17 +350,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
292
350
|
template: '<ng-content></ng-content>',
|
|
293
351
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
294
352
|
inputs: ['disabled', 'hasContent', 'inline', 'open', 'selectableEmpty', 'summary', 'summaryIcon', 'summaryIconSize'],
|
|
353
|
+
standalone: false
|
|
295
354
|
}]
|
|
296
|
-
}], ctorParameters:
|
|
355
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
297
356
|
let SixDialog = class SixDialog {
|
|
298
357
|
constructor(c, r, z) {
|
|
299
358
|
this.z = z;
|
|
300
359
|
c.detach();
|
|
301
360
|
this.el = r.nativeElement;
|
|
302
|
-
proxyOutputs(this, this.el, ['six-dialog-show', 'six-dialog-after-show', 'six-dialog-hide', 'six-dialog-after-hide', 'six-dialog-initial-focus', 'six-dialog-
|
|
361
|
+
proxyOutputs(this, this.el, ['six-dialog-show', 'six-dialog-after-show', 'six-dialog-hide', 'six-dialog-after-hide', 'six-dialog-initial-focus', 'six-dialog-request-close']);
|
|
303
362
|
}
|
|
304
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
305
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
363
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
364
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDialog, isStandalone: false, selector: "six-dialog", inputs: { label: "label", noHeader: "noHeader", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
306
365
|
};
|
|
307
366
|
SixDialog = __decorate([
|
|
308
367
|
ProxyCmp({
|
|
@@ -310,7 +369,7 @@ SixDialog = __decorate([
|
|
|
310
369
|
methods: ['show', 'hide']
|
|
311
370
|
})
|
|
312
371
|
], SixDialog);
|
|
313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDialog, decorators: [{
|
|
314
373
|
type: Component,
|
|
315
374
|
args: [{
|
|
316
375
|
selector: 'six-dialog',
|
|
@@ -318,17 +377,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
318
377
|
template: '<ng-content></ng-content>',
|
|
319
378
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
320
379
|
inputs: ['label', 'noHeader', 'open'],
|
|
380
|
+
standalone: false
|
|
321
381
|
}]
|
|
322
|
-
}], ctorParameters:
|
|
382
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
323
383
|
let SixDrawer = class SixDrawer {
|
|
324
384
|
constructor(c, r, z) {
|
|
325
385
|
this.z = z;
|
|
326
386
|
c.detach();
|
|
327
387
|
this.el = r.nativeElement;
|
|
328
|
-
proxyOutputs(this, this.el, ['six-drawer-show', 'six-drawer-after-show', 'six-drawer-hide', 'six-drawer-after-hide', 'six-drawer-initial-focus', 'six-drawer-
|
|
388
|
+
proxyOutputs(this, this.el, ['six-drawer-show', 'six-drawer-after-show', 'six-drawer-hide', 'six-drawer-after-hide', 'six-drawer-initial-focus', 'six-drawer-request-close']);
|
|
329
389
|
}
|
|
330
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
331
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
390
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
391
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDrawer, isStandalone: false, selector: "six-drawer", inputs: { contained: "contained", label: "label", noHeader: "noHeader", open: "open", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
332
392
|
};
|
|
333
393
|
SixDrawer = __decorate([
|
|
334
394
|
ProxyCmp({
|
|
@@ -336,7 +396,7 @@ SixDrawer = __decorate([
|
|
|
336
396
|
methods: ['show', 'hide']
|
|
337
397
|
})
|
|
338
398
|
], SixDrawer);
|
|
339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDrawer, decorators: [{
|
|
340
400
|
type: Component,
|
|
341
401
|
args: [{
|
|
342
402
|
selector: 'six-drawer',
|
|
@@ -344,8 +404,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
344
404
|
template: '<ng-content></ng-content>',
|
|
345
405
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
346
406
|
inputs: ['contained', 'label', 'noHeader', 'open', 'placement'],
|
|
407
|
+
standalone: false
|
|
347
408
|
}]
|
|
348
|
-
}], ctorParameters:
|
|
409
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
349
410
|
let SixDropdown = class SixDropdown {
|
|
350
411
|
constructor(c, r, z) {
|
|
351
412
|
this.z = z;
|
|
@@ -353,38 +414,39 @@ let SixDropdown = class SixDropdown {
|
|
|
353
414
|
this.el = r.nativeElement;
|
|
354
415
|
proxyOutputs(this, this.el, ['six-dropdown-show', 'six-dropdown-after-show', 'six-dropdown-hide', 'six-dropdown-after-hide', 'six-dropdown-auto-filter-fired', 'six-async-filter-fired', 'six-dropdown-scroll']);
|
|
355
416
|
}
|
|
356
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
357
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
417
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
418
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDropdown, isStandalone: false, selector: "six-dropdown", inputs: { asyncFilter: "asyncFilter", autofocusFilter: "autofocusFilter", closeOnSelect: "closeOnSelect", containingElement: "containingElement", disableHideOnEnterAndSpace: "disableHideOnEnterAndSpace", disableTypeToSelect: "disableTypeToSelect", distance: "distance", filter: "filter", filterDebounce: "filterDebounce", filterPlaceholder: "filterPlaceholder", hoist: "hoist", matchTriggerWidth: "matchTriggerWidth", noScroll: "noScroll", open: "open", options: "options", placement: "placement", skidding: "skidding", virtualScroll: "virtualScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
358
419
|
};
|
|
359
420
|
SixDropdown = __decorate([
|
|
360
421
|
ProxyCmp({
|
|
361
|
-
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
422
|
+
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'disableTypeToSelect', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'noScroll', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
362
423
|
methods: ['show', 'hide']
|
|
363
424
|
})
|
|
364
425
|
], SixDropdown);
|
|
365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDropdown, decorators: [{
|
|
366
427
|
type: Component,
|
|
367
428
|
args: [{
|
|
368
429
|
selector: 'six-dropdown',
|
|
369
430
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
370
431
|
template: '<ng-content></ng-content>',
|
|
371
432
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
372
|
-
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
433
|
+
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'disableTypeToSelect', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'noScroll', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
434
|
+
standalone: false
|
|
373
435
|
}]
|
|
374
|
-
}], ctorParameters:
|
|
436
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
375
437
|
let SixError = class SixError {
|
|
376
438
|
constructor(c, r, z) {
|
|
377
439
|
this.z = z;
|
|
378
440
|
c.detach();
|
|
379
441
|
this.el = r.nativeElement;
|
|
380
442
|
}
|
|
381
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
382
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
443
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
444
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixError, isStandalone: false, selector: "six-error", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
383
445
|
};
|
|
384
446
|
SixError = __decorate([
|
|
385
447
|
ProxyCmp({})
|
|
386
448
|
], SixError);
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixError, decorators: [{
|
|
388
450
|
type: Component,
|
|
389
451
|
args: [{
|
|
390
452
|
selector: 'six-error',
|
|
@@ -392,23 +454,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
392
454
|
template: '<ng-content></ng-content>',
|
|
393
455
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
394
456
|
inputs: [],
|
|
457
|
+
standalone: false
|
|
395
458
|
}]
|
|
396
|
-
}], ctorParameters:
|
|
459
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
397
460
|
let SixErrorPage = class SixErrorPage {
|
|
398
461
|
constructor(c, r, z) {
|
|
399
462
|
this.z = z;
|
|
400
463
|
c.detach();
|
|
401
464
|
this.el = r.nativeElement;
|
|
402
465
|
}
|
|
403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
404
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
466
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixErrorPage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
467
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixErrorPage, isStandalone: false, selector: "six-error-page", inputs: { customDescription: "customDescription", customIcon: "customIcon", customTitle: "customTitle", errorCode: "errorCode", language: "language" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
405
468
|
};
|
|
406
469
|
SixErrorPage = __decorate([
|
|
407
470
|
ProxyCmp({
|
|
408
471
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language']
|
|
409
472
|
})
|
|
410
473
|
], SixErrorPage);
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixErrorPage, decorators: [{
|
|
412
475
|
type: Component,
|
|
413
476
|
args: [{
|
|
414
477
|
selector: 'six-error-page',
|
|
@@ -416,21 +479,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
416
479
|
template: '<ng-content></ng-content>',
|
|
417
480
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
418
481
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language'],
|
|
482
|
+
standalone: false
|
|
419
483
|
}]
|
|
420
|
-
}], ctorParameters:
|
|
484
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
421
485
|
let SixFileList = class SixFileList {
|
|
422
486
|
constructor(c, r, z) {
|
|
423
487
|
this.z = z;
|
|
424
488
|
c.detach();
|
|
425
489
|
this.el = r.nativeElement;
|
|
426
490
|
}
|
|
427
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
428
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
491
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
492
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixFileList, isStandalone: false, selector: "six-file-list", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
429
493
|
};
|
|
430
494
|
SixFileList = __decorate([
|
|
431
495
|
ProxyCmp({})
|
|
432
496
|
], SixFileList);
|
|
433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileList, decorators: [{
|
|
434
498
|
type: Component,
|
|
435
499
|
args: [{
|
|
436
500
|
selector: 'six-file-list',
|
|
@@ -438,8 +502,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
438
502
|
template: '<ng-content></ng-content>',
|
|
439
503
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
440
504
|
inputs: [],
|
|
505
|
+
standalone: false
|
|
441
506
|
}]
|
|
442
|
-
}], ctorParameters:
|
|
507
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
443
508
|
let SixFileListItem = class SixFileListItem {
|
|
444
509
|
constructor(c, r, z) {
|
|
445
510
|
this.z = z;
|
|
@@ -447,15 +512,15 @@ let SixFileListItem = class SixFileListItem {
|
|
|
447
512
|
this.el = r.nativeElement;
|
|
448
513
|
proxyOutputs(this, this.el, ['six-file-list-item-download', 'six-file-list-item-remove']);
|
|
449
514
|
}
|
|
450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
451
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
516
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixFileListItem, isStandalone: false, selector: "six-file-list-item", inputs: { date: "date", identifier: "identifier", name: "name", nodelete: "nodelete", nodownload: "nodownload", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
452
517
|
};
|
|
453
518
|
SixFileListItem = __decorate([
|
|
454
519
|
ProxyCmp({
|
|
455
520
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size']
|
|
456
521
|
})
|
|
457
522
|
], SixFileListItem);
|
|
458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileListItem, decorators: [{
|
|
459
524
|
type: Component,
|
|
460
525
|
args: [{
|
|
461
526
|
selector: 'six-file-list-item',
|
|
@@ -463,8 +528,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
463
528
|
template: '<ng-content></ng-content>',
|
|
464
529
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
465
530
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size'],
|
|
531
|
+
standalone: false
|
|
466
532
|
}]
|
|
467
|
-
}], ctorParameters:
|
|
533
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
468
534
|
let SixFileUpload = class SixFileUpload {
|
|
469
535
|
constructor(c, r, z) {
|
|
470
536
|
this.z = z;
|
|
@@ -472,15 +538,15 @@ let SixFileUpload = class SixFileUpload {
|
|
|
472
538
|
this.el = r.nativeElement;
|
|
473
539
|
proxyOutputs(this, this.el, ['six-file-upload-success', 'six-file-upload-failure']);
|
|
474
540
|
}
|
|
475
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
476
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
541
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
542
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixFileUpload, isStandalone: false, selector: "six-file-upload", inputs: { accept: "accept", compact: "compact", disabled: "disabled", errorText: "errorText", invalid: "invalid", label: "label", maxFileSize: "maxFileSize", multiple: "multiple", uploading: "uploading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
477
543
|
};
|
|
478
544
|
SixFileUpload = __decorate([
|
|
479
545
|
ProxyCmp({
|
|
480
546
|
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading']
|
|
481
547
|
})
|
|
482
548
|
], SixFileUpload);
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileUpload, decorators: [{
|
|
484
550
|
type: Component,
|
|
485
551
|
args: [{
|
|
486
552
|
selector: 'six-file-upload',
|
|
@@ -488,21 +554,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
488
554
|
template: '<ng-content></ng-content>',
|
|
489
555
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
490
556
|
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading'],
|
|
557
|
+
standalone: false
|
|
491
558
|
}]
|
|
492
|
-
}], ctorParameters:
|
|
559
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
493
560
|
let SixFooter = class SixFooter {
|
|
494
561
|
constructor(c, r, z) {
|
|
495
562
|
this.z = z;
|
|
496
563
|
c.detach();
|
|
497
564
|
this.el = r.nativeElement;
|
|
498
565
|
}
|
|
499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
500
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
566
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
567
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixFooter, isStandalone: false, selector: "six-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
501
568
|
};
|
|
502
569
|
SixFooter = __decorate([
|
|
503
570
|
ProxyCmp({})
|
|
504
571
|
], SixFooter);
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFooter, decorators: [{
|
|
506
573
|
type: Component,
|
|
507
574
|
args: [{
|
|
508
575
|
selector: 'six-footer',
|
|
@@ -510,23 +577,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
510
577
|
template: '<ng-content></ng-content>',
|
|
511
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
512
579
|
inputs: [],
|
|
580
|
+
standalone: false
|
|
513
581
|
}]
|
|
514
|
-
}], ctorParameters:
|
|
582
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
515
583
|
let SixGroupLabel = class SixGroupLabel {
|
|
516
584
|
constructor(c, r, z) {
|
|
517
585
|
this.z = z;
|
|
518
586
|
c.detach();
|
|
519
587
|
this.el = r.nativeElement;
|
|
520
588
|
}
|
|
521
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
522
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixGroupLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixGroupLabel, isStandalone: false, selector: "six-group-label", inputs: { disabled: "disabled", helpText: "helpText", label: "label", required: "required", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
523
591
|
};
|
|
524
592
|
SixGroupLabel = __decorate([
|
|
525
593
|
ProxyCmp({
|
|
526
594
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size']
|
|
527
595
|
})
|
|
528
596
|
], SixGroupLabel);
|
|
529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixGroupLabel, decorators: [{
|
|
530
598
|
type: Component,
|
|
531
599
|
args: [{
|
|
532
600
|
selector: 'six-group-label',
|
|
@@ -534,23 +602,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
534
602
|
template: '<ng-content></ng-content>',
|
|
535
603
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
536
604
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size'],
|
|
605
|
+
standalone: false
|
|
537
606
|
}]
|
|
538
|
-
}], ctorParameters:
|
|
607
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
539
608
|
let SixHeader = class SixHeader {
|
|
540
609
|
constructor(c, r, z) {
|
|
541
610
|
this.z = z;
|
|
542
611
|
c.detach();
|
|
543
612
|
this.el = r.nativeElement;
|
|
544
613
|
}
|
|
545
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
546
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
615
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixHeader, isStandalone: false, selector: "six-header", inputs: { openSearch: "openSearch", shiftContent: "shiftContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
547
616
|
};
|
|
548
617
|
SixHeader = __decorate([
|
|
549
618
|
ProxyCmp({
|
|
550
619
|
inputs: ['openSearch', 'shiftContent']
|
|
551
620
|
})
|
|
552
621
|
], SixHeader);
|
|
553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeader, decorators: [{
|
|
554
623
|
type: Component,
|
|
555
624
|
args: [{
|
|
556
625
|
selector: 'six-header',
|
|
@@ -558,23 +627,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
558
627
|
template: '<ng-content></ng-content>',
|
|
559
628
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
560
629
|
inputs: ['openSearch', 'shiftContent'],
|
|
630
|
+
standalone: false
|
|
561
631
|
}]
|
|
562
|
-
}], ctorParameters:
|
|
632
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
563
633
|
let SixHeaderDropdownItem = class SixHeaderDropdownItem {
|
|
564
634
|
constructor(c, r, z) {
|
|
565
635
|
this.z = z;
|
|
566
636
|
c.detach();
|
|
567
637
|
this.el = r.nativeElement;
|
|
568
638
|
}
|
|
569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
570
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
639
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
640
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixHeaderDropdownItem, isStandalone: false, selector: "six-header-dropdown-item", inputs: { filter: "filter", filterPlaceholder: "filterPlaceholder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
571
641
|
};
|
|
572
642
|
SixHeaderDropdownItem = __decorate([
|
|
573
643
|
ProxyCmp({
|
|
574
644
|
inputs: ['filter', 'filterPlaceholder']
|
|
575
645
|
})
|
|
576
646
|
], SixHeaderDropdownItem);
|
|
577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderDropdownItem, decorators: [{
|
|
578
648
|
type: Component,
|
|
579
649
|
args: [{
|
|
580
650
|
selector: 'six-header-dropdown-item',
|
|
@@ -582,23 +652,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
582
652
|
template: '<ng-content></ng-content>',
|
|
583
653
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
584
654
|
inputs: ['filter', 'filterPlaceholder'],
|
|
655
|
+
standalone: false
|
|
585
656
|
}]
|
|
586
|
-
}], ctorParameters:
|
|
657
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
587
658
|
let SixHeaderItem = class SixHeaderItem {
|
|
588
659
|
constructor(c, r, z) {
|
|
589
660
|
this.z = z;
|
|
590
661
|
c.detach();
|
|
591
662
|
this.el = r.nativeElement;
|
|
592
663
|
}
|
|
593
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
594
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
664
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
665
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixHeaderItem, isStandalone: false, selector: "six-header-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
595
666
|
};
|
|
596
667
|
SixHeaderItem = __decorate([
|
|
597
668
|
ProxyCmp({
|
|
598
669
|
inputs: ['active']
|
|
599
670
|
})
|
|
600
671
|
], SixHeaderItem);
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderItem, decorators: [{
|
|
602
673
|
type: Component,
|
|
603
674
|
args: [{
|
|
604
675
|
selector: 'six-header-item',
|
|
@@ -606,23 +677,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
606
677
|
template: '<ng-content></ng-content>',
|
|
607
678
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
608
679
|
inputs: ['active'],
|
|
680
|
+
standalone: false
|
|
609
681
|
}]
|
|
610
|
-
}], ctorParameters:
|
|
682
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
611
683
|
let SixHeaderMenuButton = class SixHeaderMenuButton {
|
|
612
684
|
constructor(c, r, z) {
|
|
613
685
|
this.z = z;
|
|
614
686
|
c.detach();
|
|
615
687
|
this.el = r.nativeElement;
|
|
616
688
|
}
|
|
617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
618
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
689
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
690
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixHeaderMenuButton, isStandalone: false, selector: "six-header-menu-button", inputs: { caret: "caret", disabled: "disabled", loading: "loading", reset: "reset", submit: "submit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
619
691
|
};
|
|
620
692
|
SixHeaderMenuButton = __decorate([
|
|
621
693
|
ProxyCmp({
|
|
622
694
|
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit']
|
|
623
695
|
})
|
|
624
696
|
], SixHeaderMenuButton);
|
|
625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderMenuButton, decorators: [{
|
|
626
698
|
type: Component,
|
|
627
699
|
args: [{
|
|
628
700
|
selector: 'six-header-menu-button',
|
|
@@ -630,47 +702,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
630
702
|
template: '<ng-content></ng-content>',
|
|
631
703
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
632
704
|
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit'],
|
|
705
|
+
standalone: false
|
|
633
706
|
}]
|
|
634
|
-
}], ctorParameters:
|
|
707
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
635
708
|
let SixIcon = class SixIcon {
|
|
636
709
|
constructor(c, r, z) {
|
|
637
710
|
this.z = z;
|
|
638
711
|
c.detach();
|
|
639
712
|
this.el = r.nativeElement;
|
|
640
713
|
}
|
|
641
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
642
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
715
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixIcon, isStandalone: false, selector: "six-icon", inputs: { filled: "filled", library: "library", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
643
716
|
};
|
|
644
717
|
SixIcon = __decorate([
|
|
645
718
|
ProxyCmp({
|
|
646
|
-
inputs: ['filled', 'size']
|
|
719
|
+
inputs: ['filled', 'library', 'size']
|
|
647
720
|
})
|
|
648
721
|
], SixIcon);
|
|
649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIcon, decorators: [{
|
|
650
723
|
type: Component,
|
|
651
724
|
args: [{
|
|
652
725
|
selector: 'six-icon',
|
|
653
726
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
654
727
|
template: '<ng-content></ng-content>',
|
|
655
728
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
656
|
-
inputs: ['filled', 'size'],
|
|
729
|
+
inputs: ['filled', 'library', 'size'],
|
|
730
|
+
standalone: false
|
|
657
731
|
}]
|
|
658
|
-
}], ctorParameters:
|
|
732
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
659
733
|
let SixIconButton = class SixIconButton {
|
|
660
734
|
constructor(c, r, z) {
|
|
661
735
|
this.z = z;
|
|
662
736
|
c.detach();
|
|
663
737
|
this.el = r.nativeElement;
|
|
664
738
|
}
|
|
665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
666
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
739
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
740
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixIconButton, isStandalone: false, selector: "six-icon-button", inputs: { disabled: "disabled", download: "download", href: "href", html: "html", label: "label", name: "name", size: "size", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
667
741
|
};
|
|
668
742
|
SixIconButton = __decorate([
|
|
669
743
|
ProxyCmp({
|
|
670
744
|
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target']
|
|
671
745
|
})
|
|
672
746
|
], SixIconButton);
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIconButton, decorators: [{
|
|
674
748
|
type: Component,
|
|
675
749
|
args: [{
|
|
676
750
|
selector: 'six-icon-button',
|
|
@@ -678,8 +752,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
678
752
|
template: '<ng-content></ng-content>',
|
|
679
753
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
680
754
|
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target'],
|
|
755
|
+
standalone: false
|
|
681
756
|
}]
|
|
682
|
-
}], ctorParameters:
|
|
757
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
683
758
|
let SixInput = class SixInput {
|
|
684
759
|
constructor(c, r, z) {
|
|
685
760
|
this.z = z;
|
|
@@ -687,8 +762,8 @@ let SixInput = class SixInput {
|
|
|
687
762
|
this.el = r.nativeElement;
|
|
688
763
|
proxyOutputs(this, this.el, ['six-input-change', 'six-input-clear', 'six-input-input', 'six-input-focus', 'six-input-blur']);
|
|
689
764
|
}
|
|
690
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
691
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
765
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
766
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixInput, isStandalone: false, selector: "six-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearable: "clearable", disabled: "disabled", dropdownSearch: "dropdownSearch", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", inputmode: "inputmode", invalid: "invalid", label: "label", line: "line", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", name: "name", pattern: "pattern", pill: "pill", placeholder: "placeholder", readonly: "readonly", required: "required", size: "size", spellcheck: "spellcheck", step: "step", togglePassword: "togglePassword", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
692
767
|
};
|
|
693
768
|
SixInput = __decorate([
|
|
694
769
|
ProxyCmp({
|
|
@@ -696,7 +771,7 @@ SixInput = __decorate([
|
|
|
696
771
|
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'getSelectionRange', 'setRangeText']
|
|
697
772
|
})
|
|
698
773
|
], SixInput);
|
|
699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixInput, decorators: [{
|
|
700
775
|
type: Component,
|
|
701
776
|
args: [{
|
|
702
777
|
selector: 'six-input',
|
|
@@ -704,8 +779,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
704
779
|
template: '<ng-content></ng-content>',
|
|
705
780
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
706
781
|
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearable', 'disabled', 'dropdownSearch', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'line', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'pill', 'placeholder', 'readonly', 'required', 'size', 'spellcheck', 'step', 'togglePassword', 'type', 'value'],
|
|
782
|
+
standalone: false
|
|
707
783
|
}]
|
|
708
|
-
}], ctorParameters:
|
|
784
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
709
785
|
let SixItemPicker = class SixItemPicker {
|
|
710
786
|
constructor(c, r, z) {
|
|
711
787
|
this.z = z;
|
|
@@ -713,15 +789,15 @@ let SixItemPicker = class SixItemPicker {
|
|
|
713
789
|
this.el = r.nativeElement;
|
|
714
790
|
proxyOutputs(this, this.el, ['six-item-picker-change', 'six-item-picker-change-debounced']);
|
|
715
791
|
}
|
|
716
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
717
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixItemPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
793
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixItemPicker, isStandalone: false, selector: "six-item-picker", inputs: { debounce: "debounce", interval: "interval", items: "items", max: "max", min: "min", padded: "padded", paddingChar: "paddingChar", paddingDirection: "paddingDirection", paddingLength: "paddingLength", roundtrip: "roundtrip", step: "step", timeout: "timeout", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
718
794
|
};
|
|
719
795
|
SixItemPicker = __decorate([
|
|
720
796
|
ProxyCmp({
|
|
721
797
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value']
|
|
722
798
|
})
|
|
723
799
|
], SixItemPicker);
|
|
724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixItemPicker, decorators: [{
|
|
725
801
|
type: Component,
|
|
726
802
|
args: [{
|
|
727
803
|
selector: 'six-item-picker',
|
|
@@ -729,8 +805,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
729
805
|
template: '<ng-content></ng-content>',
|
|
730
806
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
731
807
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value'],
|
|
808
|
+
standalone: false
|
|
732
809
|
}]
|
|
733
|
-
}], ctorParameters:
|
|
810
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
734
811
|
let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
735
812
|
constructor(c, r, z) {
|
|
736
813
|
this.z = z;
|
|
@@ -738,15 +815,15 @@ let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
|
738
815
|
this.el = r.nativeElement;
|
|
739
816
|
proxyOutputs(this, this.el, ['six-language-switcher-change']);
|
|
740
817
|
}
|
|
741
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
742
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
818
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLanguageSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
819
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixLanguageSwitcher, isStandalone: false, selector: "six-language-switcher", inputs: { languages: "languages", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
743
820
|
};
|
|
744
821
|
SixLanguageSwitcher = __decorate([
|
|
745
822
|
ProxyCmp({
|
|
746
823
|
inputs: ['languages', 'selected']
|
|
747
824
|
})
|
|
748
825
|
], SixLanguageSwitcher);
|
|
749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLanguageSwitcher, decorators: [{
|
|
750
827
|
type: Component,
|
|
751
828
|
args: [{
|
|
752
829
|
selector: 'six-language-switcher',
|
|
@@ -754,23 +831,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
754
831
|
template: '<ng-content></ng-content>',
|
|
755
832
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
756
833
|
inputs: ['languages', 'selected'],
|
|
834
|
+
standalone: false
|
|
757
835
|
}]
|
|
758
|
-
}], ctorParameters:
|
|
836
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
759
837
|
let SixLayoutGrid = class SixLayoutGrid {
|
|
760
838
|
constructor(c, r, z) {
|
|
761
839
|
this.z = z;
|
|
762
840
|
c.detach();
|
|
763
841
|
this.el = r.nativeElement;
|
|
764
842
|
}
|
|
765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
766
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
843
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLayoutGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
844
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixLayoutGrid, isStandalone: false, selector: "six-layout-grid", inputs: { columns: "columns" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
767
845
|
};
|
|
768
846
|
SixLayoutGrid = __decorate([
|
|
769
847
|
ProxyCmp({
|
|
770
848
|
inputs: ['columns']
|
|
771
849
|
})
|
|
772
850
|
], SixLayoutGrid);
|
|
773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLayoutGrid, decorators: [{
|
|
774
852
|
type: Component,
|
|
775
853
|
args: [{
|
|
776
854
|
selector: 'six-layout-grid',
|
|
@@ -778,23 +856,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
778
856
|
template: '<ng-content></ng-content>',
|
|
779
857
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
780
858
|
inputs: ['columns'],
|
|
859
|
+
standalone: false
|
|
781
860
|
}]
|
|
782
|
-
}], ctorParameters:
|
|
861
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
783
862
|
let SixLogo = class SixLogo {
|
|
784
863
|
constructor(c, r, z) {
|
|
785
864
|
this.z = z;
|
|
786
865
|
c.detach();
|
|
787
866
|
this.el = r.nativeElement;
|
|
788
867
|
}
|
|
789
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
790
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
868
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
869
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixLogo, isStandalone: false, selector: "six-logo", inputs: { brand: "brand" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
791
870
|
};
|
|
792
871
|
SixLogo = __decorate([
|
|
793
872
|
ProxyCmp({
|
|
794
873
|
inputs: ['brand']
|
|
795
874
|
})
|
|
796
875
|
], SixLogo);
|
|
797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLogo, decorators: [{
|
|
798
877
|
type: Component,
|
|
799
878
|
args: [{
|
|
800
879
|
selector: 'six-logo',
|
|
@@ -802,23 +881,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
802
881
|
template: '<ng-content></ng-content>',
|
|
803
882
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
804
883
|
inputs: ['brand'],
|
|
884
|
+
standalone: false
|
|
805
885
|
}]
|
|
806
|
-
}], ctorParameters:
|
|
886
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
807
887
|
let SixMainContainer = class SixMainContainer {
|
|
808
888
|
constructor(c, r, z) {
|
|
809
889
|
this.z = z;
|
|
810
890
|
c.detach();
|
|
811
891
|
this.el = r.nativeElement;
|
|
812
892
|
}
|
|
813
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
814
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
893
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMainContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
894
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMainContainer, isStandalone: false, selector: "six-main-container", inputs: { padded: "padded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
815
895
|
};
|
|
816
896
|
SixMainContainer = __decorate([
|
|
817
897
|
ProxyCmp({
|
|
818
898
|
inputs: ['padded']
|
|
819
899
|
})
|
|
820
900
|
], SixMainContainer);
|
|
821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMainContainer, decorators: [{
|
|
822
902
|
type: Component,
|
|
823
903
|
args: [{
|
|
824
904
|
selector: 'six-main-container',
|
|
@@ -826,8 +906,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
826
906
|
template: '<ng-content></ng-content>',
|
|
827
907
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
828
908
|
inputs: ['padded'],
|
|
909
|
+
standalone: false
|
|
829
910
|
}]
|
|
830
|
-
}], ctorParameters:
|
|
911
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
831
912
|
let SixMenu = class SixMenu {
|
|
832
913
|
constructor(c, r, z) {
|
|
833
914
|
this.z = z;
|
|
@@ -835,8 +916,8 @@ let SixMenu = class SixMenu {
|
|
|
835
916
|
this.el = r.nativeElement;
|
|
836
917
|
proxyOutputs(this, this.el, ['six-menu-item-selected']);
|
|
837
918
|
}
|
|
838
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
839
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
919
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
920
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMenu, isStandalone: false, selector: "six-menu", inputs: { disableKeyboardHandling: "disableKeyboardHandling", itemSize: "itemSize", items: "items", itemsShown: "itemsShown", removeBoxShadow: "removeBoxShadow", scrollingDebounce: "scrollingDebounce", virtualScroll: "virtualScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
840
921
|
};
|
|
841
922
|
SixMenu = __decorate([
|
|
842
923
|
ProxyCmp({
|
|
@@ -844,7 +925,7 @@ SixMenu = __decorate([
|
|
|
844
925
|
methods: ['typeToSelect']
|
|
845
926
|
})
|
|
846
927
|
], SixMenu);
|
|
847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenu, decorators: [{
|
|
848
929
|
type: Component,
|
|
849
930
|
args: [{
|
|
850
931
|
selector: 'six-menu',
|
|
@@ -852,21 +933,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
852
933
|
template: '<ng-content></ng-content>',
|
|
853
934
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
854
935
|
inputs: ['disableKeyboardHandling', 'itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
936
|
+
standalone: false
|
|
855
937
|
}]
|
|
856
|
-
}], ctorParameters:
|
|
938
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
857
939
|
let SixMenuDivider = class SixMenuDivider {
|
|
858
940
|
constructor(c, r, z) {
|
|
859
941
|
this.z = z;
|
|
860
942
|
c.detach();
|
|
861
943
|
this.el = r.nativeElement;
|
|
862
944
|
}
|
|
863
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
864
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
945
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
946
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMenuDivider, isStandalone: false, selector: "six-menu-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
865
947
|
};
|
|
866
948
|
SixMenuDivider = __decorate([
|
|
867
949
|
ProxyCmp({})
|
|
868
950
|
], SixMenuDivider);
|
|
869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuDivider, decorators: [{
|
|
870
952
|
type: Component,
|
|
871
953
|
args: [{
|
|
872
954
|
selector: 'six-menu-divider',
|
|
@@ -874,16 +956,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
874
956
|
template: '<ng-content></ng-content>',
|
|
875
957
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
876
958
|
inputs: [],
|
|
959
|
+
standalone: false
|
|
877
960
|
}]
|
|
878
|
-
}], ctorParameters:
|
|
961
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
879
962
|
let SixMenuItem = class SixMenuItem {
|
|
880
963
|
constructor(c, r, z) {
|
|
881
964
|
this.z = z;
|
|
882
965
|
c.detach();
|
|
883
966
|
this.el = r.nativeElement;
|
|
884
967
|
}
|
|
885
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
886
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
968
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
969
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMenuItem, isStandalone: false, selector: "six-menu-item", inputs: { checkType: "checkType", checked: "checked", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
887
970
|
};
|
|
888
971
|
SixMenuItem = __decorate([
|
|
889
972
|
ProxyCmp({
|
|
@@ -891,7 +974,7 @@ SixMenuItem = __decorate([
|
|
|
891
974
|
methods: ['setFocus', 'removeFocus', 'getTextLabel']
|
|
892
975
|
})
|
|
893
976
|
], SixMenuItem);
|
|
894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuItem, decorators: [{
|
|
895
978
|
type: Component,
|
|
896
979
|
args: [{
|
|
897
980
|
selector: 'six-menu-item',
|
|
@@ -899,21 +982,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
899
982
|
template: '<ng-content></ng-content>',
|
|
900
983
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
901
984
|
inputs: ['checkType', 'checked', 'disabled', 'value'],
|
|
985
|
+
standalone: false
|
|
902
986
|
}]
|
|
903
|
-
}], ctorParameters:
|
|
987
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
904
988
|
let SixMenuLabel = class SixMenuLabel {
|
|
905
989
|
constructor(c, r, z) {
|
|
906
990
|
this.z = z;
|
|
907
991
|
c.detach();
|
|
908
992
|
this.el = r.nativeElement;
|
|
909
993
|
}
|
|
910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
911
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
994
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
995
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMenuLabel, isStandalone: false, selector: "six-menu-label", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
912
996
|
};
|
|
913
997
|
SixMenuLabel = __decorate([
|
|
914
998
|
ProxyCmp({})
|
|
915
999
|
], SixMenuLabel);
|
|
916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuLabel, decorators: [{
|
|
917
1001
|
type: Component,
|
|
918
1002
|
args: [{
|
|
919
1003
|
selector: 'six-menu-label',
|
|
@@ -921,23 +1005,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
921
1005
|
template: '<ng-content></ng-content>',
|
|
922
1006
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
923
1007
|
inputs: [],
|
|
1008
|
+
standalone: false
|
|
924
1009
|
}]
|
|
925
|
-
}], ctorParameters:
|
|
1010
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
926
1011
|
let SixPicto = class SixPicto {
|
|
927
1012
|
constructor(c, r, z) {
|
|
928
1013
|
this.z = z;
|
|
929
1014
|
c.detach();
|
|
930
1015
|
this.el = r.nativeElement;
|
|
931
1016
|
}
|
|
932
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
933
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixPicto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1018
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixPicto, isStandalone: false, selector: "six-picto", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
934
1019
|
};
|
|
935
1020
|
SixPicto = __decorate([
|
|
936
1021
|
ProxyCmp({
|
|
937
1022
|
inputs: ['size']
|
|
938
1023
|
})
|
|
939
1024
|
], SixPicto);
|
|
940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixPicto, decorators: [{
|
|
941
1026
|
type: Component,
|
|
942
1027
|
args: [{
|
|
943
1028
|
selector: 'six-picto',
|
|
@@ -945,23 +1030,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
945
1030
|
template: '<ng-content></ng-content>',
|
|
946
1031
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
947
1032
|
inputs: ['size'],
|
|
1033
|
+
standalone: false
|
|
948
1034
|
}]
|
|
949
|
-
}], ctorParameters:
|
|
1035
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
950
1036
|
let SixProgressBar = class SixProgressBar {
|
|
951
1037
|
constructor(c, r, z) {
|
|
952
1038
|
this.z = z;
|
|
953
1039
|
c.detach();
|
|
954
1040
|
this.el = r.nativeElement;
|
|
955
1041
|
}
|
|
956
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
957
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1042
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1043
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixProgressBar, isStandalone: false, selector: "six-progress-bar", inputs: { indeterminate: "indeterminate", percentage: "percentage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
958
1044
|
};
|
|
959
1045
|
SixProgressBar = __decorate([
|
|
960
1046
|
ProxyCmp({
|
|
961
1047
|
inputs: ['indeterminate', 'percentage']
|
|
962
1048
|
})
|
|
963
1049
|
], SixProgressBar);
|
|
964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressBar, decorators: [{
|
|
965
1051
|
type: Component,
|
|
966
1052
|
args: [{
|
|
967
1053
|
selector: 'six-progress-bar',
|
|
@@ -969,23 +1055,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
969
1055
|
template: '<ng-content></ng-content>',
|
|
970
1056
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
971
1057
|
inputs: ['indeterminate', 'percentage'],
|
|
1058
|
+
standalone: false
|
|
972
1059
|
}]
|
|
973
|
-
}], ctorParameters:
|
|
1060
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
974
1061
|
let SixProgressRing = class SixProgressRing {
|
|
975
1062
|
constructor(c, r, z) {
|
|
976
1063
|
this.z = z;
|
|
977
1064
|
c.detach();
|
|
978
1065
|
this.el = r.nativeElement;
|
|
979
1066
|
}
|
|
980
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
981
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1067
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressRing, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1068
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixProgressRing, isStandalone: false, selector: "six-progress-ring", inputs: { percentage: "percentage", size: "size", strokeWidth: "strokeWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
982
1069
|
};
|
|
983
1070
|
SixProgressRing = __decorate([
|
|
984
1071
|
ProxyCmp({
|
|
985
1072
|
inputs: ['percentage', 'size', 'strokeWidth']
|
|
986
1073
|
})
|
|
987
1074
|
], SixProgressRing);
|
|
988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressRing, decorators: [{
|
|
989
1076
|
type: Component,
|
|
990
1077
|
args: [{
|
|
991
1078
|
selector: 'six-progress-ring',
|
|
@@ -993,8 +1080,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
993
1080
|
template: '<ng-content></ng-content>',
|
|
994
1081
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
995
1082
|
inputs: ['percentage', 'size', 'strokeWidth'],
|
|
1083
|
+
standalone: false
|
|
996
1084
|
}]
|
|
997
|
-
}], ctorParameters:
|
|
1085
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
998
1086
|
let SixRadio = class SixRadio {
|
|
999
1087
|
constructor(c, r, z) {
|
|
1000
1088
|
this.z = z;
|
|
@@ -1002,8 +1090,8 @@ let SixRadio = class SixRadio {
|
|
|
1002
1090
|
this.el = r.nativeElement;
|
|
1003
1091
|
proxyOutputs(this, this.el, ['six-radio-blur', 'six-radio-change', 'six-radio-focus']);
|
|
1004
1092
|
}
|
|
1005
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1006
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1093
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1094
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRadio, isStandalone: false, selector: "six-radio", inputs: { checked: "checked", disabled: "disabled", invalid: "invalid", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1007
1095
|
};
|
|
1008
1096
|
SixRadio = __decorate([
|
|
1009
1097
|
ProxyCmp({
|
|
@@ -1011,7 +1099,7 @@ SixRadio = __decorate([
|
|
|
1011
1099
|
methods: ['setFocus', 'removeFocus']
|
|
1012
1100
|
})
|
|
1013
1101
|
], SixRadio);
|
|
1014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRadio, decorators: [{
|
|
1015
1103
|
type: Component,
|
|
1016
1104
|
args: [{
|
|
1017
1105
|
selector: 'six-radio',
|
|
@@ -1019,8 +1107,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1019
1107
|
template: '<ng-content></ng-content>',
|
|
1020
1108
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1021
1109
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
|
|
1110
|
+
standalone: false
|
|
1022
1111
|
}]
|
|
1023
|
-
}], ctorParameters:
|
|
1112
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1024
1113
|
let SixRange = class SixRange {
|
|
1025
1114
|
constructor(c, r, z) {
|
|
1026
1115
|
this.z = z;
|
|
@@ -1028,8 +1117,8 @@ let SixRange = class SixRange {
|
|
|
1028
1117
|
this.el = r.nativeElement;
|
|
1029
1118
|
proxyOutputs(this, this.el, ['six-range-change', 'six-range-blur', 'six-range-focus']);
|
|
1030
1119
|
}
|
|
1031
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1032
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1121
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRange, isStandalone: false, selector: "six-range", inputs: { disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", invalid: "invalid", label: "label", max: "max", min: "min", name: "name", required: "required", step: "step", tooltip: "tooltip", tooltipFormatter: "tooltipFormatter", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1033
1122
|
};
|
|
1034
1123
|
SixRange = __decorate([
|
|
1035
1124
|
ProxyCmp({
|
|
@@ -1037,7 +1126,7 @@ SixRange = __decorate([
|
|
|
1037
1126
|
methods: ['setFocus', 'removeFocus']
|
|
1038
1127
|
})
|
|
1039
1128
|
], SixRange);
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRange, decorators: [{
|
|
1041
1130
|
type: Component,
|
|
1042
1131
|
args: [{
|
|
1043
1132
|
selector: 'six-range',
|
|
@@ -1045,23 +1134,50 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1045
1134
|
template: '<ng-content></ng-content>',
|
|
1046
1135
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1047
1136
|
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'min', 'name', 'required', 'step', 'tooltip', 'tooltipFormatter', 'value'],
|
|
1137
|
+
standalone: false
|
|
1138
|
+
}]
|
|
1139
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1140
|
+
let SixRating = class SixRating {
|
|
1141
|
+
constructor(c, r, z) {
|
|
1142
|
+
this.z = z;
|
|
1143
|
+
c.detach();
|
|
1144
|
+
this.el = r.nativeElement;
|
|
1145
|
+
proxyOutputs(this, this.el, ['six-rating-blur', 'six-rating-change', 'six-rating-focus']);
|
|
1146
|
+
}
|
|
1147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1148
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRating, isStandalone: false, selector: "six-rating", inputs: { disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", invalid: "invalid", label: "label", max: "max", name: "name", readonly: "readonly", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1149
|
+
};
|
|
1150
|
+
SixRating = __decorate([
|
|
1151
|
+
ProxyCmp({
|
|
1152
|
+
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value']
|
|
1153
|
+
})
|
|
1154
|
+
], SixRating);
|
|
1155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRating, decorators: [{
|
|
1156
|
+
type: Component,
|
|
1157
|
+
args: [{
|
|
1158
|
+
selector: 'six-rating',
|
|
1159
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1160
|
+
template: '<ng-content></ng-content>',
|
|
1161
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1162
|
+
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value'],
|
|
1163
|
+
standalone: false
|
|
1048
1164
|
}]
|
|
1049
|
-
}], ctorParameters:
|
|
1165
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1050
1166
|
let SixRoot = class SixRoot {
|
|
1051
1167
|
constructor(c, r, z) {
|
|
1052
1168
|
this.z = z;
|
|
1053
1169
|
c.detach();
|
|
1054
1170
|
this.el = r.nativeElement;
|
|
1055
1171
|
}
|
|
1056
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1057
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRoot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1173
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRoot, isStandalone: false, selector: "six-root", inputs: { padded: "padded", stage: "stage", version: "version" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1058
1174
|
};
|
|
1059
1175
|
SixRoot = __decorate([
|
|
1060
1176
|
ProxyCmp({
|
|
1061
1177
|
inputs: ['padded', 'stage', 'version']
|
|
1062
1178
|
})
|
|
1063
1179
|
], SixRoot);
|
|
1064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRoot, decorators: [{
|
|
1065
1181
|
type: Component,
|
|
1066
1182
|
args: [{
|
|
1067
1183
|
selector: 'six-root',
|
|
@@ -1069,8 +1185,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1069
1185
|
template: '<ng-content></ng-content>',
|
|
1070
1186
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1071
1187
|
inputs: ['padded', 'stage', 'version'],
|
|
1188
|
+
standalone: false
|
|
1072
1189
|
}]
|
|
1073
|
-
}], ctorParameters:
|
|
1190
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1074
1191
|
let SixSearchField = class SixSearchField {
|
|
1075
1192
|
constructor(c, r, z) {
|
|
1076
1193
|
this.z = z;
|
|
@@ -1078,15 +1195,15 @@ let SixSearchField = class SixSearchField {
|
|
|
1078
1195
|
this.el = r.nativeElement;
|
|
1079
1196
|
proxyOutputs(this, this.el, ['six-search-field-change']);
|
|
1080
1197
|
}
|
|
1081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1082
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1198
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1199
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSearchField, isStandalone: false, selector: "six-search-field", inputs: { clearable: "clearable", debounce: "debounce", disabled: "disabled", placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1083
1200
|
};
|
|
1084
1201
|
SixSearchField = __decorate([
|
|
1085
1202
|
ProxyCmp({
|
|
1086
1203
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value']
|
|
1087
1204
|
})
|
|
1088
1205
|
], SixSearchField);
|
|
1089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSearchField, decorators: [{
|
|
1090
1207
|
type: Component,
|
|
1091
1208
|
args: [{
|
|
1092
1209
|
selector: 'six-search-field',
|
|
@@ -1094,8 +1211,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1094
1211
|
template: '<ng-content></ng-content>',
|
|
1095
1212
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1096
1213
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value'],
|
|
1214
|
+
standalone: false
|
|
1097
1215
|
}]
|
|
1098
|
-
}], ctorParameters:
|
|
1216
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1099
1217
|
let SixSelect = class SixSelect {
|
|
1100
1218
|
constructor(c, r, z) {
|
|
1101
1219
|
this.z = z;
|
|
@@ -1103,8 +1221,8 @@ let SixSelect = class SixSelect {
|
|
|
1103
1221
|
this.el = r.nativeElement;
|
|
1104
1222
|
proxyOutputs(this, this.el, ['six-select-change', 'six-select-focus', 'six-select-blur']);
|
|
1105
1223
|
}
|
|
1106
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1107
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1225
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSelect, isStandalone: false, selector: "six-select", inputs: { asyncFilter: "asyncFilter", autocomplete: "autocomplete", clearable: "clearable", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", filter: "filter", filterDebounce: "filterDebounce", filterPlaceholder: "filterPlaceholder", helpText: "helpText", hoist: "hoist", inputDebounce: "inputDebounce", invalid: "invalid", label: "label", line: "line", multiple: "multiple", name: "name", options: "options", pill: "pill", placeholder: "placeholder", required: "required", selectAllButton: "selectAllButton", selectAllText: "selectAllText", size: "size", value: "value", virtualScroll: "virtualScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1108
1226
|
};
|
|
1109
1227
|
SixSelect = __decorate([
|
|
1110
1228
|
ProxyCmp({
|
|
@@ -1112,7 +1230,7 @@ SixSelect = __decorate([
|
|
|
1112
1230
|
methods: ['setFocus']
|
|
1113
1231
|
})
|
|
1114
1232
|
], SixSelect);
|
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSelect, decorators: [{
|
|
1116
1234
|
type: Component,
|
|
1117
1235
|
args: [{
|
|
1118
1236
|
selector: 'six-select',
|
|
@@ -1120,8 +1238,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1120
1238
|
template: '<ng-content></ng-content>',
|
|
1121
1239
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1122
1240
|
inputs: ['asyncFilter', 'autocomplete', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'filter', 'filterDebounce', 'filterPlaceholder', 'helpText', 'hoist', 'inputDebounce', 'invalid', 'label', 'line', 'multiple', 'name', 'options', 'pill', 'placeholder', 'required', 'selectAllButton', 'selectAllText', 'size', 'value', 'virtualScroll'],
|
|
1241
|
+
standalone: false
|
|
1123
1242
|
}]
|
|
1124
|
-
}], ctorParameters:
|
|
1243
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1125
1244
|
let SixSidebar = class SixSidebar {
|
|
1126
1245
|
constructor(c, r, z) {
|
|
1127
1246
|
this.z = z;
|
|
@@ -1129,8 +1248,8 @@ let SixSidebar = class SixSidebar {
|
|
|
1129
1248
|
this.el = r.nativeElement;
|
|
1130
1249
|
proxyOutputs(this, this.el, ['six-sidebar-show', 'six-sidebar-after-show', 'six-sidebar-hide', 'six-sidebar-after-hide', 'six-sidebar-initial-focus']);
|
|
1131
1250
|
}
|
|
1132
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1133
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1251
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1252
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSidebar, isStandalone: false, selector: "six-sidebar", inputs: { open: "open", position: "position", toggled: "toggled", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1134
1253
|
};
|
|
1135
1254
|
SixSidebar = __decorate([
|
|
1136
1255
|
ProxyCmp({
|
|
@@ -1138,7 +1257,7 @@ SixSidebar = __decorate([
|
|
|
1138
1257
|
methods: ['toggle', 'show', 'hide', 'selectItemByIndex', 'selectItemByName']
|
|
1139
1258
|
})
|
|
1140
1259
|
], SixSidebar);
|
|
1141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebar, decorators: [{
|
|
1142
1261
|
type: Component,
|
|
1143
1262
|
args: [{
|
|
1144
1263
|
selector: 'six-sidebar',
|
|
@@ -1146,23 +1265,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1146
1265
|
template: '<ng-content></ng-content>',
|
|
1147
1266
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1148
1267
|
inputs: ['open', 'position', 'toggled', 'width'],
|
|
1268
|
+
standalone: false
|
|
1149
1269
|
}]
|
|
1150
|
-
}], ctorParameters:
|
|
1270
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1151
1271
|
let SixSidebarItem = class SixSidebarItem {
|
|
1152
1272
|
constructor(c, r, z) {
|
|
1153
1273
|
this.z = z;
|
|
1154
1274
|
c.detach();
|
|
1155
1275
|
this.el = r.nativeElement;
|
|
1156
1276
|
}
|
|
1157
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1158
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1278
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSidebarItem, isStandalone: false, selector: "six-sidebar-item", inputs: { disabled: "disabled", href: "href", icon: "icon", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1159
1279
|
};
|
|
1160
1280
|
SixSidebarItem = __decorate([
|
|
1161
1281
|
ProxyCmp({
|
|
1162
1282
|
inputs: ['disabled', 'href', 'icon', 'selected', 'value']
|
|
1163
1283
|
})
|
|
1164
1284
|
], SixSidebarItem);
|
|
1165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItem, decorators: [{
|
|
1166
1286
|
type: Component,
|
|
1167
1287
|
args: [{
|
|
1168
1288
|
selector: 'six-sidebar-item',
|
|
@@ -1170,23 +1290,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1170
1290
|
template: '<ng-content></ng-content>',
|
|
1171
1291
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1172
1292
|
inputs: ['disabled', 'href', 'icon', 'selected', 'value'],
|
|
1293
|
+
standalone: false
|
|
1173
1294
|
}]
|
|
1174
|
-
}], ctorParameters:
|
|
1295
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1175
1296
|
let SixSidebarItemGroup = class SixSidebarItemGroup {
|
|
1176
1297
|
constructor(c, r, z) {
|
|
1177
1298
|
this.z = z;
|
|
1178
1299
|
c.detach();
|
|
1179
1300
|
this.el = r.nativeElement;
|
|
1180
1301
|
}
|
|
1181
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1182
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1302
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1303
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSidebarItemGroup, isStandalone: false, selector: "six-sidebar-item-group", inputs: { href: "href", icon: "icon", name: "name", open: "open", summaryIcon: "summaryIcon", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1183
1304
|
};
|
|
1184
1305
|
SixSidebarItemGroup = __decorate([
|
|
1185
1306
|
ProxyCmp({
|
|
1186
1307
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value']
|
|
1187
1308
|
})
|
|
1188
1309
|
], SixSidebarItemGroup);
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItemGroup, decorators: [{
|
|
1190
1311
|
type: Component,
|
|
1191
1312
|
args: [{
|
|
1192
1313
|
selector: 'six-sidebar-item-group',
|
|
@@ -1194,23 +1315,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1194
1315
|
template: '<ng-content></ng-content>',
|
|
1195
1316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1196
1317
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value'],
|
|
1318
|
+
standalone: false
|
|
1197
1319
|
}]
|
|
1198
|
-
}], ctorParameters:
|
|
1320
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1199
1321
|
let SixSpinner = class SixSpinner {
|
|
1200
1322
|
constructor(c, r, z) {
|
|
1201
1323
|
this.z = z;
|
|
1202
1324
|
c.detach();
|
|
1203
1325
|
this.el = r.nativeElement;
|
|
1204
1326
|
}
|
|
1205
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1206
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1327
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1328
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSpinner, isStandalone: false, selector: "six-spinner", inputs: { logo: "logo", six: "six" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1207
1329
|
};
|
|
1208
1330
|
SixSpinner = __decorate([
|
|
1209
1331
|
ProxyCmp({
|
|
1210
1332
|
inputs: ['logo', 'six']
|
|
1211
1333
|
})
|
|
1212
1334
|
], SixSpinner);
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSpinner, decorators: [{
|
|
1214
1336
|
type: Component,
|
|
1215
1337
|
args: [{
|
|
1216
1338
|
selector: 'six-spinner',
|
|
@@ -1218,23 +1340,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1218
1340
|
template: '<ng-content></ng-content>',
|
|
1219
1341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1220
1342
|
inputs: ['logo', 'six'],
|
|
1343
|
+
standalone: false
|
|
1221
1344
|
}]
|
|
1222
|
-
}], ctorParameters:
|
|
1345
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1223
1346
|
let SixStageIndicator = class SixStageIndicator {
|
|
1224
1347
|
constructor(c, r, z) {
|
|
1225
1348
|
this.z = z;
|
|
1226
1349
|
c.detach();
|
|
1227
1350
|
this.el = r.nativeElement;
|
|
1228
1351
|
}
|
|
1229
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1230
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1352
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixStageIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1353
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixStageIndicator, isStandalone: false, selector: "six-stage-indicator", inputs: { stage: "stage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1231
1354
|
};
|
|
1232
1355
|
SixStageIndicator = __decorate([
|
|
1233
1356
|
ProxyCmp({
|
|
1234
1357
|
inputs: ['stage']
|
|
1235
1358
|
})
|
|
1236
1359
|
], SixStageIndicator);
|
|
1237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixStageIndicator, decorators: [{
|
|
1238
1361
|
type: Component,
|
|
1239
1362
|
args: [{
|
|
1240
1363
|
selector: 'six-stage-indicator',
|
|
@@ -1242,8 +1365,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1242
1365
|
template: '<ng-content></ng-content>',
|
|
1243
1366
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1244
1367
|
inputs: ['stage'],
|
|
1368
|
+
standalone: false
|
|
1245
1369
|
}]
|
|
1246
|
-
}], ctorParameters:
|
|
1370
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1247
1371
|
let SixSwitch = class SixSwitch {
|
|
1248
1372
|
constructor(c, r, z) {
|
|
1249
1373
|
this.z = z;
|
|
@@ -1251,8 +1375,8 @@ let SixSwitch = class SixSwitch {
|
|
|
1251
1375
|
this.el = r.nativeElement;
|
|
1252
1376
|
proxyOutputs(this, this.el, ['six-switch-blur', 'six-switch-change', 'six-switch-focus']);
|
|
1253
1377
|
}
|
|
1254
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1255
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1379
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSwitch, isStandalone: false, selector: "six-switch", inputs: { checked: "checked", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", invalid: "invalid", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1256
1380
|
};
|
|
1257
1381
|
SixSwitch = __decorate([
|
|
1258
1382
|
ProxyCmp({
|
|
@@ -1260,7 +1384,7 @@ SixSwitch = __decorate([
|
|
|
1260
1384
|
methods: ['setFocus', 'removeFocus']
|
|
1261
1385
|
})
|
|
1262
1386
|
], SixSwitch);
|
|
1263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSwitch, decorators: [{
|
|
1264
1388
|
type: Component,
|
|
1265
1389
|
args: [{
|
|
1266
1390
|
selector: 'six-switch',
|
|
@@ -1268,8 +1392,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1268
1392
|
template: '<ng-content></ng-content>',
|
|
1269
1393
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1270
1394
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'invalid', 'label', 'name', 'required', 'value'],
|
|
1395
|
+
standalone: false
|
|
1271
1396
|
}]
|
|
1272
|
-
}], ctorParameters:
|
|
1397
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1273
1398
|
let SixTab = class SixTab {
|
|
1274
1399
|
constructor(c, r, z) {
|
|
1275
1400
|
this.z = z;
|
|
@@ -1277,25 +1402,26 @@ let SixTab = class SixTab {
|
|
|
1277
1402
|
this.el = r.nativeElement;
|
|
1278
1403
|
proxyOutputs(this, this.el, ['six-tab-close']);
|
|
1279
1404
|
}
|
|
1280
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1281
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1406
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTab, isStandalone: false, selector: "six-tab", inputs: { active: "active", closable: "closable", disabled: "disabled", hoverContent: "hoverContent", panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1282
1407
|
};
|
|
1283
1408
|
SixTab = __decorate([
|
|
1284
1409
|
ProxyCmp({
|
|
1285
|
-
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1410
|
+
inputs: ['active', 'closable', 'disabled', 'hoverContent', 'panel'],
|
|
1286
1411
|
methods: ['setFocus', 'removeFocus']
|
|
1287
1412
|
})
|
|
1288
1413
|
], SixTab);
|
|
1289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTab, decorators: [{
|
|
1290
1415
|
type: Component,
|
|
1291
1416
|
args: [{
|
|
1292
1417
|
selector: 'six-tab',
|
|
1293
1418
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1294
1419
|
template: '<ng-content></ng-content>',
|
|
1295
1420
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1296
|
-
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1421
|
+
inputs: ['active', 'closable', 'disabled', 'hoverContent', 'panel'],
|
|
1422
|
+
standalone: false
|
|
1297
1423
|
}]
|
|
1298
|
-
}], ctorParameters:
|
|
1424
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1299
1425
|
let SixTabGroup = class SixTabGroup {
|
|
1300
1426
|
constructor(c, r, z) {
|
|
1301
1427
|
this.z = z;
|
|
@@ -1303,8 +1429,8 @@ let SixTabGroup = class SixTabGroup {
|
|
|
1303
1429
|
this.el = r.nativeElement;
|
|
1304
1430
|
proxyOutputs(this, this.el, ['six-tab-show', 'six-tab-hide']);
|
|
1305
1431
|
}
|
|
1306
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1307
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1433
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTabGroup, isStandalone: false, selector: "six-tab-group", inputs: { noScrollControls: "noScrollControls", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1308
1434
|
};
|
|
1309
1435
|
SixTabGroup = __decorate([
|
|
1310
1436
|
ProxyCmp({
|
|
@@ -1312,7 +1438,7 @@ SixTabGroup = __decorate([
|
|
|
1312
1438
|
methods: ['show']
|
|
1313
1439
|
})
|
|
1314
1440
|
], SixTabGroup);
|
|
1315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabGroup, decorators: [{
|
|
1316
1442
|
type: Component,
|
|
1317
1443
|
args: [{
|
|
1318
1444
|
selector: 'six-tab-group',
|
|
@@ -1320,23 +1446,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1320
1446
|
template: '<ng-content></ng-content>',
|
|
1321
1447
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1322
1448
|
inputs: ['noScrollControls', 'placement'],
|
|
1449
|
+
standalone: false
|
|
1323
1450
|
}]
|
|
1324
|
-
}], ctorParameters:
|
|
1451
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1325
1452
|
let SixTabPanel = class SixTabPanel {
|
|
1326
1453
|
constructor(c, r, z) {
|
|
1327
1454
|
this.z = z;
|
|
1328
1455
|
c.detach();
|
|
1329
1456
|
this.el = r.nativeElement;
|
|
1330
1457
|
}
|
|
1331
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1332
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1458
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1459
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTabPanel, isStandalone: false, selector: "six-tab-panel", inputs: { active: "active", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1333
1460
|
};
|
|
1334
1461
|
SixTabPanel = __decorate([
|
|
1335
1462
|
ProxyCmp({
|
|
1336
1463
|
inputs: ['active', 'name']
|
|
1337
1464
|
})
|
|
1338
1465
|
], SixTabPanel);
|
|
1339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabPanel, decorators: [{
|
|
1340
1467
|
type: Component,
|
|
1341
1468
|
args: [{
|
|
1342
1469
|
selector: 'six-tab-panel',
|
|
@@ -1344,8 +1471,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1344
1471
|
template: '<ng-content></ng-content>',
|
|
1345
1472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1346
1473
|
inputs: ['active', 'name'],
|
|
1474
|
+
standalone: false
|
|
1347
1475
|
}]
|
|
1348
|
-
}], ctorParameters:
|
|
1476
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1349
1477
|
let SixTag = class SixTag {
|
|
1350
1478
|
constructor(c, r, z) {
|
|
1351
1479
|
this.z = z;
|
|
@@ -1353,15 +1481,15 @@ let SixTag = class SixTag {
|
|
|
1353
1481
|
this.el = r.nativeElement;
|
|
1354
1482
|
proxyOutputs(this, this.el, ['six-tag-clear']);
|
|
1355
1483
|
}
|
|
1356
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1357
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1484
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1485
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTag, isStandalone: false, selector: "six-tag", inputs: { clearable: "clearable", pill: "pill", size: "size", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1358
1486
|
};
|
|
1359
1487
|
SixTag = __decorate([
|
|
1360
1488
|
ProxyCmp({
|
|
1361
1489
|
inputs: ['clearable', 'pill', 'size', 'type']
|
|
1362
1490
|
})
|
|
1363
1491
|
], SixTag);
|
|
1364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTag, decorators: [{
|
|
1365
1493
|
type: Component,
|
|
1366
1494
|
args: [{
|
|
1367
1495
|
selector: 'six-tag',
|
|
@@ -1369,8 +1497,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1369
1497
|
template: '<ng-content></ng-content>',
|
|
1370
1498
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1371
1499
|
inputs: ['clearable', 'pill', 'size', 'type'],
|
|
1500
|
+
standalone: false
|
|
1372
1501
|
}]
|
|
1373
|
-
}], ctorParameters:
|
|
1502
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1374
1503
|
let SixTextarea = class SixTextarea {
|
|
1375
1504
|
constructor(c, r, z) {
|
|
1376
1505
|
this.z = z;
|
|
@@ -1378,8 +1507,8 @@ let SixTextarea = class SixTextarea {
|
|
|
1378
1507
|
this.el = r.nativeElement;
|
|
1379
1508
|
proxyOutputs(this, this.el, ['six-textarea-change', 'six-textarea-input', 'six-textarea-focus', 'six-textarea-blur']);
|
|
1380
1509
|
}
|
|
1381
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1382
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1510
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1511
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTextarea, isStandalone: false, selector: "six-textarea", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", inputmode: "inputmode", invalid: "invalid", label: "label", maxlength: "maxlength", minlength: "minlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resize: "resize", rows: "rows", size: "size", spellcheck: "spellcheck", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1383
1512
|
};
|
|
1384
1513
|
SixTextarea = __decorate([
|
|
1385
1514
|
ProxyCmp({
|
|
@@ -1387,7 +1516,7 @@ SixTextarea = __decorate([
|
|
|
1387
1516
|
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'setRangeText']
|
|
1388
1517
|
})
|
|
1389
1518
|
], SixTextarea);
|
|
1390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTextarea, decorators: [{
|
|
1391
1520
|
type: Component,
|
|
1392
1521
|
args: [{
|
|
1393
1522
|
selector: 'six-textarea',
|
|
@@ -1395,8 +1524,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1395
1524
|
template: '<ng-content></ng-content>',
|
|
1396
1525
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1397
1526
|
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'maxlength', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'size', 'spellcheck', 'value'],
|
|
1527
|
+
standalone: false
|
|
1398
1528
|
}]
|
|
1399
|
-
}], ctorParameters:
|
|
1529
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1400
1530
|
let SixTile = class SixTile {
|
|
1401
1531
|
constructor(c, r, z) {
|
|
1402
1532
|
this.z = z;
|
|
@@ -1404,8 +1534,8 @@ let SixTile = class SixTile {
|
|
|
1404
1534
|
this.el = r.nativeElement;
|
|
1405
1535
|
proxyOutputs(this, this.el, ['six-tile-closed', 'six-tile-selected']);
|
|
1406
1536
|
}
|
|
1407
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1408
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1537
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1538
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTile, isStandalone: false, selector: "six-tile", inputs: { closeable: "closeable", disableTooltip: "disableTooltip", disabled: "disabled", elevated: "elevated", iconName: "iconName", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1409
1539
|
};
|
|
1410
1540
|
SixTile = __decorate([
|
|
1411
1541
|
ProxyCmp({
|
|
@@ -1413,7 +1543,7 @@ SixTile = __decorate([
|
|
|
1413
1543
|
methods: ['hide', 'show']
|
|
1414
1544
|
})
|
|
1415
1545
|
], SixTile);
|
|
1416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTile, decorators: [{
|
|
1417
1547
|
type: Component,
|
|
1418
1548
|
args: [{
|
|
1419
1549
|
selector: 'six-tile',
|
|
@@ -1421,8 +1551,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1421
1551
|
template: '<ng-content></ng-content>',
|
|
1422
1552
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1423
1553
|
inputs: ['closeable', 'disableTooltip', 'disabled', 'elevated', 'iconName', 'label', 'size'],
|
|
1554
|
+
standalone: false
|
|
1424
1555
|
}]
|
|
1425
|
-
}], ctorParameters:
|
|
1556
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1426
1557
|
let SixTimepicker = class SixTimepicker {
|
|
1427
1558
|
constructor(c, r, z) {
|
|
1428
1559
|
this.z = z;
|
|
@@ -1430,8 +1561,8 @@ let SixTimepicker = class SixTimepicker {
|
|
|
1430
1561
|
this.el = r.nativeElement;
|
|
1431
1562
|
proxyOutputs(this, this.el, ['six-timepicker-change', 'six-timepicker-change-debounced', 'six-timepicker-clear']);
|
|
1432
1563
|
}
|
|
1433
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1434
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTimepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1565
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTimepicker, isStandalone: false, selector: "six-timepicker", inputs: { clearable: "clearable", debounce: "debounce", defaultTime: "defaultTime", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", format: "format", hoist: "hoist", iconPosition: "iconPosition", inline: "inline", interval: "interval", invalid: "invalid", label: "label", name: "name", open: "open", placeholder: "placeholder", placement: "placement", readonly: "readonly", required: "required", separator: "separator", size: "size", timeout: "timeout", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1435
1566
|
};
|
|
1436
1567
|
SixTimepicker = __decorate([
|
|
1437
1568
|
ProxyCmp({
|
|
@@ -1439,7 +1570,7 @@ SixTimepicker = __decorate([
|
|
|
1439
1570
|
methods: ['setFocus']
|
|
1440
1571
|
})
|
|
1441
1572
|
], SixTimepicker);
|
|
1442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTimepicker, decorators: [{
|
|
1443
1574
|
type: Component,
|
|
1444
1575
|
args: [{
|
|
1445
1576
|
selector: 'six-timepicker',
|
|
@@ -1447,8 +1578,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1447
1578
|
template: '<ng-content></ng-content>',
|
|
1448
1579
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1449
1580
|
inputs: ['clearable', 'debounce', 'defaultTime', 'disabled', 'errorText', 'errorTextCount', 'format', 'hoist', 'iconPosition', 'inline', 'interval', 'invalid', 'label', 'name', 'open', 'placeholder', 'placement', 'readonly', 'required', 'separator', 'size', 'timeout', 'value'],
|
|
1581
|
+
standalone: false
|
|
1450
1582
|
}]
|
|
1451
|
-
}], ctorParameters:
|
|
1583
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1452
1584
|
let SixTooltip = class SixTooltip {
|
|
1453
1585
|
constructor(c, r, z) {
|
|
1454
1586
|
this.z = z;
|
|
@@ -1456,8 +1588,8 @@ let SixTooltip = class SixTooltip {
|
|
|
1456
1588
|
this.el = r.nativeElement;
|
|
1457
1589
|
proxyOutputs(this, this.el, ['six-tooltip-show', 'six-tooltip-after-show', 'six-tooltip-hide', 'six-tooltip-after-hide']);
|
|
1458
1590
|
}
|
|
1459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1460
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1592
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTooltip, isStandalone: false, selector: "six-tooltip", inputs: { content: "content", disabled: "disabled", distance: "distance", open: "open", placement: "placement", skidding: "skidding", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1461
1593
|
};
|
|
1462
1594
|
SixTooltip = __decorate([
|
|
1463
1595
|
ProxyCmp({
|
|
@@ -1465,7 +1597,7 @@ SixTooltip = __decorate([
|
|
|
1465
1597
|
methods: ['show', 'hide']
|
|
1466
1598
|
})
|
|
1467
1599
|
], SixTooltip);
|
|
1468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTooltip, decorators: [{
|
|
1469
1601
|
type: Component,
|
|
1470
1602
|
args: [{
|
|
1471
1603
|
selector: 'six-tooltip',
|
|
@@ -1473,13 +1605,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1473
1605
|
template: '<ng-content></ng-content>',
|
|
1474
1606
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1475
1607
|
inputs: ['content', 'disabled', 'distance', 'open', 'placement', 'skidding', 'trigger'],
|
|
1608
|
+
standalone: false
|
|
1476
1609
|
}]
|
|
1477
|
-
}], ctorParameters:
|
|
1610
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1478
1611
|
|
|
1479
1612
|
const DIRECTIVES = [
|
|
1480
1613
|
SixAlert,
|
|
1481
1614
|
SixAvatar,
|
|
1482
1615
|
SixBadge,
|
|
1616
|
+
SixBreadcrumbs,
|
|
1617
|
+
SixBreadcrumbsItem,
|
|
1483
1618
|
SixButton,
|
|
1484
1619
|
SixCard,
|
|
1485
1620
|
SixCheckbox,
|
|
@@ -1517,6 +1652,7 @@ const DIRECTIVES = [
|
|
|
1517
1652
|
SixProgressRing,
|
|
1518
1653
|
SixRadio,
|
|
1519
1654
|
SixRange,
|
|
1655
|
+
SixRating,
|
|
1520
1656
|
SixRoot,
|
|
1521
1657
|
SixSearchField,
|
|
1522
1658
|
SixSelect,
|
|
@@ -1540,19 +1676,26 @@ class ValidationMessagesService {
|
|
|
1540
1676
|
getErrorMessage(language, error) {
|
|
1541
1677
|
return getErrorMessage(language, error);
|
|
1542
1678
|
}
|
|
1543
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1544
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1680
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, providedIn: 'root' }); }
|
|
1545
1681
|
}
|
|
1546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, decorators: [{
|
|
1547
1683
|
type: Injectable,
|
|
1548
1684
|
args: [{ providedIn: 'root' }]
|
|
1549
1685
|
}] });
|
|
1550
1686
|
|
|
1687
|
+
const DEFAULT_UI_LIBRARY_CONFIG = {
|
|
1688
|
+
showAsteriskOnRequiredValidator: false,
|
|
1689
|
+
disableValidationService: false,
|
|
1690
|
+
};
|
|
1691
|
+
const UI_LIBRARY_CONFIG = new InjectionToken('UiLibraryConfig');
|
|
1692
|
+
|
|
1551
1693
|
class ValueAccessor {
|
|
1552
1694
|
constructor(injector, el) {
|
|
1553
1695
|
this.injector = injector;
|
|
1554
1696
|
this.el = el;
|
|
1555
1697
|
this.validationMessagesService = inject(ValidationMessagesService);
|
|
1698
|
+
this.config = inject(UI_LIBRARY_CONFIG);
|
|
1556
1699
|
this.onChange = () => { };
|
|
1557
1700
|
this.onTouched = () => { };
|
|
1558
1701
|
}
|
|
@@ -1598,12 +1741,16 @@ class ValueAccessor {
|
|
|
1598
1741
|
const element = this.el.nativeElement;
|
|
1599
1742
|
const control = this.ngControl?.control;
|
|
1600
1743
|
const invalid = control.status === 'INVALID' && control.dirty && control.touched;
|
|
1601
|
-
let errorTexts;
|
|
1602
|
-
if (invalid) {
|
|
1603
|
-
errorTexts = this.initialErrorText || this.getErrorTexts(control);
|
|
1604
|
-
}
|
|
1605
1744
|
element.invalid = invalid;
|
|
1606
|
-
|
|
1745
|
+
// If the module is configured to do so, display error messages for invalid controls
|
|
1746
|
+
if (!this.config.disableValidationService) {
|
|
1747
|
+
const errorTexts = invalid ? this.initialErrorText || this.getErrorTexts(control) : undefined;
|
|
1748
|
+
element.errorText = errorTexts ?? '';
|
|
1749
|
+
}
|
|
1750
|
+
// When the module is configured to do so, display an asterisk next to any form control that has a required validator
|
|
1751
|
+
if (this.config.showAsteriskOnRequiredValidator && this.ngControl.control.hasValidator(Validators.required)) {
|
|
1752
|
+
element.required = true;
|
|
1753
|
+
}
|
|
1607
1754
|
});
|
|
1608
1755
|
}
|
|
1609
1756
|
setDisabledState(isDisabled) {
|
|
@@ -1662,12 +1809,12 @@ class ValueAccessor {
|
|
|
1662
1809
|
return (this.validationMessagesService.getErrorMessage(getLanguage(), { key: key, ...value }) ?? key);
|
|
1663
1810
|
});
|
|
1664
1811
|
}
|
|
1665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1666
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1812
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1813
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ValueAccessor, isStandalone: true, host: { listeners: { "blur": "_handleBlurEvent($event.target)" } }, ngImport: i0 }); }
|
|
1667
1814
|
}
|
|
1668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
1669
1816
|
type: Directive
|
|
1670
|
-
}], ctorParameters:
|
|
1817
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
1671
1818
|
type: HostListener,
|
|
1672
1819
|
args: ['blur', ['$event.target']]
|
|
1673
1820
|
}] } });
|
|
@@ -1688,8 +1835,8 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1688
1835
|
handleInputEvent(el) {
|
|
1689
1836
|
this.handleValueChange(el, el.value);
|
|
1690
1837
|
}
|
|
1691
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1692
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1839
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: TextValueAccessor, isStandalone: false, selector: "six-input:not([type=number]),six-textarea", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
1693
1840
|
{
|
|
1694
1841
|
provide: NG_VALUE_ACCESSOR,
|
|
1695
1842
|
useExisting: TextValueAccessor,
|
|
@@ -1697,7 +1844,7 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1697
1844
|
},
|
|
1698
1845
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1699
1846
|
}
|
|
1700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
1701
1848
|
type: Directive,
|
|
1702
1849
|
args: [{
|
|
1703
1850
|
selector: 'six-input:not([type=number]),six-textarea',
|
|
@@ -1708,8 +1855,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1708
1855
|
multi: true,
|
|
1709
1856
|
},
|
|
1710
1857
|
],
|
|
1858
|
+
standalone: false,
|
|
1711
1859
|
}]
|
|
1712
|
-
}], ctorParameters:
|
|
1860
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1713
1861
|
type: HostListener,
|
|
1714
1862
|
args: ['input', ['$event.target']]
|
|
1715
1863
|
}] } });
|
|
@@ -1726,8 +1874,8 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1726
1874
|
fn(value === '' ? null : parseFloat(value));
|
|
1727
1875
|
});
|
|
1728
1876
|
}
|
|
1729
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1730
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1877
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1878
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: NumericValueAccessor, isStandalone: false, selector: "six-input[type=number]", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
1731
1879
|
{
|
|
1732
1880
|
provide: NG_VALUE_ACCESSOR,
|
|
1733
1881
|
useExisting: NumericValueAccessor,
|
|
@@ -1735,7 +1883,7 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1735
1883
|
},
|
|
1736
1884
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1737
1885
|
}
|
|
1738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
1739
1887
|
type: Directive,
|
|
1740
1888
|
args: [{
|
|
1741
1889
|
selector: 'six-input[type=number]',
|
|
@@ -1746,8 +1894,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1746
1894
|
multi: true,
|
|
1747
1895
|
},
|
|
1748
1896
|
],
|
|
1897
|
+
standalone: false,
|
|
1749
1898
|
}]
|
|
1750
|
-
}], ctorParameters:
|
|
1899
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1751
1900
|
type: HostListener,
|
|
1752
1901
|
args: ['input', ['$event.target']]
|
|
1753
1902
|
}] } });
|
|
@@ -1778,8 +1927,8 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1778
1927
|
this.el.nativeElement.name = this.formControlName;
|
|
1779
1928
|
}
|
|
1780
1929
|
}
|
|
1781
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1782
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1930
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1931
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: RadioValueAccessor, isStandalone: false, selector: "six-radio", inputs: { value: "value", formControlName: "formControlName", name: "name" }, host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
1783
1932
|
{
|
|
1784
1933
|
provide: NG_VALUE_ACCESSOR,
|
|
1785
1934
|
useExisting: RadioValueAccessor,
|
|
@@ -1787,7 +1936,7 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1787
1936
|
},
|
|
1788
1937
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1789
1938
|
}
|
|
1790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
1791
1940
|
type: Directive,
|
|
1792
1941
|
args: [{
|
|
1793
1942
|
selector: 'six-radio',
|
|
@@ -1798,8 +1947,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1798
1947
|
multi: true,
|
|
1799
1948
|
},
|
|
1800
1949
|
],
|
|
1950
|
+
standalone: false,
|
|
1801
1951
|
}]
|
|
1802
|
-
}], ctorParameters:
|
|
1952
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { value: [{
|
|
1803
1953
|
type: Input
|
|
1804
1954
|
}], formControlName: [{
|
|
1805
1955
|
type: Input
|
|
@@ -1817,8 +1967,8 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1817
1967
|
handleChangeEvent(el) {
|
|
1818
1968
|
this.handleValueChange(el, el.value);
|
|
1819
1969
|
}
|
|
1820
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1821
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DatepickerValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1971
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: DatepickerValueAccessor, isStandalone: false, selector: "six-datepicker", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
1822
1972
|
{
|
|
1823
1973
|
provide: NG_VALUE_ACCESSOR,
|
|
1824
1974
|
useExisting: DatepickerValueAccessor,
|
|
@@ -1826,7 +1976,7 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1826
1976
|
},
|
|
1827
1977
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1828
1978
|
}
|
|
1829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DatepickerValueAccessor, decorators: [{
|
|
1830
1980
|
type: Directive,
|
|
1831
1981
|
args: [{
|
|
1832
1982
|
selector: 'six-datepicker',
|
|
@@ -1837,8 +1987,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1837
1987
|
multi: true,
|
|
1838
1988
|
},
|
|
1839
1989
|
],
|
|
1990
|
+
standalone: false,
|
|
1840
1991
|
}]
|
|
1841
|
-
}], ctorParameters:
|
|
1992
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
1842
1993
|
type: HostListener,
|
|
1843
1994
|
args: ['change', ['$event.target']]
|
|
1844
1995
|
}] } });
|
|
@@ -1879,15 +2030,16 @@ class SixFormDirective {
|
|
|
1879
2030
|
*/
|
|
1880
2031
|
this.sixSubmit = new EventEmitter();
|
|
1881
2032
|
}
|
|
1882
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1883
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2033
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormDirective, deps: [{ token: i0.ElementRef }, { token: i1.FormGroupDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2034
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixFormDirective, isStandalone: false, selector: "form[sixForm]", outputs: { sixSubmit: "sixSubmit" }, host: { listeners: { "ngSubmit": "onNgSubmit($event)" } }, ngImport: i0 }); }
|
|
1884
2035
|
}
|
|
1885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormDirective, decorators: [{
|
|
1886
2037
|
type: Directive,
|
|
1887
2038
|
args: [{
|
|
1888
2039
|
selector: 'form[sixForm]',
|
|
2040
|
+
standalone: false,
|
|
1889
2041
|
}]
|
|
1890
|
-
}], ctorParameters:
|
|
2042
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }], propDecorators: { sixSubmit: [{
|
|
1891
2043
|
type: Output
|
|
1892
2044
|
}], onNgSubmit: [{
|
|
1893
2045
|
type: HostListener,
|
|
@@ -1930,15 +2082,16 @@ class SixFormUtilDirective {
|
|
|
1930
2082
|
focusInvalidField() {
|
|
1931
2083
|
focusInvalidField(this.formGroupDirective, this.elementRef);
|
|
1932
2084
|
}
|
|
1933
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1934
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2085
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormUtilDirective, deps: [{ token: i0.ElementRef }, { token: i1.FormGroupDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2086
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixFormUtilDirective, isStandalone: false, selector: "[sixFormUtil]", ngImport: i0 }); }
|
|
1935
2087
|
}
|
|
1936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormUtilDirective, decorators: [{
|
|
1937
2089
|
type: Directive,
|
|
1938
2090
|
args: [{
|
|
1939
2091
|
selector: '[sixFormUtil]',
|
|
2092
|
+
standalone: false,
|
|
1940
2093
|
}]
|
|
1941
|
-
}], ctorParameters:
|
|
2094
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }] });
|
|
1942
2095
|
function focusInvalidField(formGroupDirective, formElement) {
|
|
1943
2096
|
formGroupDirective.form.markAllAsTouched();
|
|
1944
2097
|
markAllAsDirty([formGroupDirective.form]);
|
|
@@ -2030,14 +2183,15 @@ class MinDateValidator {
|
|
|
2030
2183
|
}
|
|
2031
2184
|
return null;
|
|
2032
2185
|
}
|
|
2033
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2034
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2186
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2187
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MinDateValidator, isStandalone: false, selector: "six-datepicker[min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidator, multi: true }], ngImport: i0 }); }
|
|
2035
2188
|
}
|
|
2036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidator, decorators: [{
|
|
2037
2190
|
type: Directive,
|
|
2038
2191
|
args: [{
|
|
2039
2192
|
selector: 'six-datepicker[min]',
|
|
2040
2193
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidator, multi: true }],
|
|
2194
|
+
standalone: false,
|
|
2041
2195
|
}]
|
|
2042
2196
|
}], propDecorators: { min: [{
|
|
2043
2197
|
type: Input
|
|
@@ -2049,14 +2203,15 @@ class MaxDateValidator {
|
|
|
2049
2203
|
}
|
|
2050
2204
|
return null;
|
|
2051
2205
|
}
|
|
2052
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2053
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2206
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2207
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MaxDateValidator, isStandalone: false, selector: "six-datepicker[max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidator, multi: true }], ngImport: i0 }); }
|
|
2054
2208
|
}
|
|
2055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidator, decorators: [{
|
|
2056
2210
|
type: Directive,
|
|
2057
2211
|
args: [{
|
|
2058
2212
|
selector: 'six-datepicker[max]',
|
|
2059
2213
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidator, multi: true }],
|
|
2214
|
+
standalone: false,
|
|
2060
2215
|
}]
|
|
2061
2216
|
}], propDecorators: { max: [{
|
|
2062
2217
|
type: Input
|
|
@@ -2068,14 +2223,15 @@ class AllowedDatesValidator {
|
|
|
2068
2223
|
validate(control) {
|
|
2069
2224
|
return SixUiLibraryValidators.allowedDates(this.allowedDates)(control);
|
|
2070
2225
|
}
|
|
2071
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2072
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2227
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: AllowedDatesValidator, isStandalone: false, selector: "six-datepicker[allowedDates]", inputs: { allowedDates: "allowedDates" }, providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidator, multi: true }], ngImport: i0 }); }
|
|
2073
2228
|
}
|
|
2074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidator, decorators: [{
|
|
2075
2230
|
type: Directive,
|
|
2076
2231
|
args: [{
|
|
2077
2232
|
selector: 'six-datepicker[allowedDates]',
|
|
2078
2233
|
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidator, multi: true }],
|
|
2234
|
+
standalone: false,
|
|
2079
2235
|
}]
|
|
2080
2236
|
}], propDecorators: { allowedDates: [{
|
|
2081
2237
|
type: Input
|
|
@@ -2087,14 +2243,15 @@ class MinDateValidatorIso {
|
|
|
2087
2243
|
}
|
|
2088
2244
|
return null;
|
|
2089
2245
|
}
|
|
2090
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2091
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2246
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2247
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MinDateValidatorIso, isStandalone: false, selector: "six-date[min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2092
2248
|
}
|
|
2093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidatorIso, decorators: [{
|
|
2094
2250
|
type: Directive,
|
|
2095
2251
|
args: [{
|
|
2096
2252
|
selector: 'six-date[min]',
|
|
2097
2253
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }],
|
|
2254
|
+
standalone: false,
|
|
2098
2255
|
}]
|
|
2099
2256
|
}], propDecorators: { min: [{
|
|
2100
2257
|
type: Input
|
|
@@ -2106,14 +2263,15 @@ class MaxDateValidatorIso {
|
|
|
2106
2263
|
}
|
|
2107
2264
|
return null;
|
|
2108
2265
|
}
|
|
2109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2110
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2266
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2267
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MaxDateValidatorIso, isStandalone: false, selector: "six-date[max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2111
2268
|
}
|
|
2112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidatorIso, decorators: [{
|
|
2113
2270
|
type: Directive,
|
|
2114
2271
|
args: [{
|
|
2115
2272
|
selector: 'six-date[max]',
|
|
2116
2273
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }],
|
|
2274
|
+
standalone: false,
|
|
2117
2275
|
}]
|
|
2118
2276
|
}], propDecorators: { max: [{
|
|
2119
2277
|
type: Input
|
|
@@ -2125,14 +2283,15 @@ class AllowedDatesValidatorIso {
|
|
|
2125
2283
|
validate(control) {
|
|
2126
2284
|
return SixUiLibraryValidators.allowedDatesIso(this.allowedDates)(control);
|
|
2127
2285
|
}
|
|
2128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2129
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2286
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2287
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: AllowedDatesValidatorIso, isStandalone: false, selector: "six-date[allowedDates]", inputs: { allowedDates: "allowedDates" }, providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2130
2288
|
}
|
|
2131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidatorIso, decorators: [{
|
|
2132
2290
|
type: Directive,
|
|
2133
2291
|
args: [{
|
|
2134
2292
|
selector: 'six-date[allowedDates]',
|
|
2135
2293
|
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }],
|
|
2294
|
+
standalone: false,
|
|
2136
2295
|
}]
|
|
2137
2296
|
}], propDecorators: { allowedDates: [{
|
|
2138
2297
|
type: Input
|
|
@@ -2141,14 +2300,15 @@ class MinValidator {
|
|
|
2141
2300
|
validate(control) {
|
|
2142
2301
|
return Validators.min(toFloat(this.min))(control);
|
|
2143
2302
|
}
|
|
2144
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2145
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2304
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MinValidator, isStandalone: false, selector: "six-input[type=number][min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }], ngImport: i0 }); }
|
|
2146
2305
|
}
|
|
2147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinValidator, decorators: [{
|
|
2148
2307
|
type: Directive,
|
|
2149
2308
|
args: [{
|
|
2150
2309
|
selector: 'six-input[type=number][min]',
|
|
2151
2310
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }],
|
|
2311
|
+
standalone: false,
|
|
2152
2312
|
}]
|
|
2153
2313
|
}], propDecorators: { min: [{
|
|
2154
2314
|
type: Input
|
|
@@ -2157,14 +2317,15 @@ class MaxValidator {
|
|
|
2157
2317
|
validate(control) {
|
|
2158
2318
|
return Validators.max(toFloat(this.max))(control);
|
|
2159
2319
|
}
|
|
2160
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2161
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2320
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2321
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MaxValidator, isStandalone: false, selector: "six-input[type=number][max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }], ngImport: i0 }); }
|
|
2162
2322
|
}
|
|
2163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxValidator, decorators: [{
|
|
2164
2324
|
type: Directive,
|
|
2165
2325
|
args: [{
|
|
2166
2326
|
selector: 'six-input[type=number][max]',
|
|
2167
2327
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }],
|
|
2328
|
+
standalone: false,
|
|
2168
2329
|
}]
|
|
2169
2330
|
}], propDecorators: { max: [{
|
|
2170
2331
|
type: Input
|
|
@@ -2180,8 +2341,8 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2180
2341
|
handleChangeEvent(el) {
|
|
2181
2342
|
this.handleValueChange(el, el.value);
|
|
2182
2343
|
}
|
|
2183
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2184
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2344
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2345
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SelectValueAccessor, isStandalone: false, selector: "six-select", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2185
2346
|
{
|
|
2186
2347
|
provide: NG_VALUE_ACCESSOR,
|
|
2187
2348
|
useExisting: SelectValueAccessor,
|
|
@@ -2189,7 +2350,7 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2189
2350
|
},
|
|
2190
2351
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2191
2352
|
}
|
|
2192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
2193
2354
|
type: Directive,
|
|
2194
2355
|
args: [{
|
|
2195
2356
|
selector: 'six-select',
|
|
@@ -2200,8 +2361,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2200
2361
|
multi: true,
|
|
2201
2362
|
},
|
|
2202
2363
|
],
|
|
2364
|
+
standalone: false,
|
|
2203
2365
|
}]
|
|
2204
|
-
}], ctorParameters:
|
|
2366
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2205
2367
|
type: HostListener,
|
|
2206
2368
|
args: ['change', ['$event.target']]
|
|
2207
2369
|
}] } });
|
|
@@ -2217,8 +2379,8 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2217
2379
|
this.el.nativeElement.checked = value === true;
|
|
2218
2380
|
this.updateValidation();
|
|
2219
2381
|
}
|
|
2220
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2221
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2382
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: CheckboxValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2383
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: CheckboxValueAccessor, isStandalone: false, selector: "six-checkbox:not([six-checkbox-group])", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2222
2384
|
{
|
|
2223
2385
|
provide: NG_VALUE_ACCESSOR,
|
|
2224
2386
|
useExisting: CheckboxValueAccessor,
|
|
@@ -2226,10 +2388,10 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2226
2388
|
},
|
|
2227
2389
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2228
2390
|
}
|
|
2229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: CheckboxValueAccessor, decorators: [{
|
|
2230
2392
|
type: Directive,
|
|
2231
2393
|
args: [{
|
|
2232
|
-
selector: 'six-checkbox',
|
|
2394
|
+
selector: 'six-checkbox:not([six-checkbox-group])',
|
|
2233
2395
|
providers: [
|
|
2234
2396
|
{
|
|
2235
2397
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -2237,8 +2399,73 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2237
2399
|
multi: true,
|
|
2238
2400
|
},
|
|
2239
2401
|
],
|
|
2402
|
+
standalone: false,
|
|
2240
2403
|
}]
|
|
2241
|
-
}], ctorParameters:
|
|
2404
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2405
|
+
type: HostListener,
|
|
2406
|
+
args: ['change', ['$event.target']]
|
|
2407
|
+
}] } });
|
|
2408
|
+
|
|
2409
|
+
class SixCheckboxGroupDirective {
|
|
2410
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckboxGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2411
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixCheckboxGroupDirective, isStandalone: false, selector: "[six-checkbox-group]", ngImport: i0 }); }
|
|
2412
|
+
}
|
|
2413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckboxGroupDirective, decorators: [{
|
|
2414
|
+
type: Directive,
|
|
2415
|
+
args: [{
|
|
2416
|
+
selector: '[six-checkbox-group]',
|
|
2417
|
+
standalone: false,
|
|
2418
|
+
}]
|
|
2419
|
+
}] });
|
|
2420
|
+
// Accessor applies only when the SixCheckboxGroupDirective attribute is present
|
|
2421
|
+
class CheckboxMultiSelectValueAccessor extends ValueAccessor {
|
|
2422
|
+
constructor(injector, el) {
|
|
2423
|
+
super(injector, el);
|
|
2424
|
+
}
|
|
2425
|
+
onHostChange(el) {
|
|
2426
|
+
const checked = el.checked;
|
|
2427
|
+
const current = this.ngControl?.value;
|
|
2428
|
+
if (!current)
|
|
2429
|
+
return;
|
|
2430
|
+
const set = new Set(current);
|
|
2431
|
+
checked ? set.add(this.value) : set.delete(this.value);
|
|
2432
|
+
this.handleValueChange(el, Array.from(set));
|
|
2433
|
+
}
|
|
2434
|
+
writeValue(values) {
|
|
2435
|
+
const arr = Array.isArray(values) ? values : [];
|
|
2436
|
+
const checkbox = this.el.nativeElement;
|
|
2437
|
+
checkbox.checked = arr.includes(this.value);
|
|
2438
|
+
this.updateValidation();
|
|
2439
|
+
}
|
|
2440
|
+
setDisabledState(isDisabled) {
|
|
2441
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
2442
|
+
}
|
|
2443
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: CheckboxMultiSelectValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2444
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: CheckboxMultiSelectValueAccessor, isStandalone: false, selector: "six-checkbox[six-checkbox-group]", inputs: { value: "value" }, host: { listeners: { "change": "onHostChange($event.target)" } }, providers: [
|
|
2445
|
+
{
|
|
2446
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2447
|
+
useExisting: CheckboxMultiSelectValueAccessor,
|
|
2448
|
+
multi: true,
|
|
2449
|
+
},
|
|
2450
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
2451
|
+
}
|
|
2452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: CheckboxMultiSelectValueAccessor, decorators: [{
|
|
2453
|
+
type: Directive,
|
|
2454
|
+
args: [{
|
|
2455
|
+
selector: 'six-checkbox[six-checkbox-group]',
|
|
2456
|
+
providers: [
|
|
2457
|
+
{
|
|
2458
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2459
|
+
useExisting: CheckboxMultiSelectValueAccessor,
|
|
2460
|
+
multi: true,
|
|
2461
|
+
},
|
|
2462
|
+
],
|
|
2463
|
+
standalone: false,
|
|
2464
|
+
}]
|
|
2465
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { value: [{
|
|
2466
|
+
type: Input,
|
|
2467
|
+
args: [{ required: true }]
|
|
2468
|
+
}], onHostChange: [{
|
|
2242
2469
|
type: HostListener,
|
|
2243
2470
|
args: ['change', ['$event.target']]
|
|
2244
2471
|
}] } });
|
|
@@ -2255,8 +2482,8 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2255
2482
|
fn(value === '' ? null : parseFloat(value));
|
|
2256
2483
|
});
|
|
2257
2484
|
}
|
|
2258
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2259
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2485
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RangeValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2486
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: RangeValueAccessor, isStandalone: false, selector: "six-range", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
2260
2487
|
{
|
|
2261
2488
|
provide: NG_VALUE_ACCESSOR,
|
|
2262
2489
|
useExisting: RangeValueAccessor,
|
|
@@ -2264,7 +2491,7 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2264
2491
|
},
|
|
2265
2492
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2266
2493
|
}
|
|
2267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RangeValueAccessor, decorators: [{
|
|
2268
2495
|
type: Directive,
|
|
2269
2496
|
args: [{
|
|
2270
2497
|
selector: 'six-range',
|
|
@@ -2275,8 +2502,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2275
2502
|
multi: true,
|
|
2276
2503
|
},
|
|
2277
2504
|
],
|
|
2505
|
+
standalone: false,
|
|
2278
2506
|
}]
|
|
2279
|
-
}], ctorParameters:
|
|
2507
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2280
2508
|
type: HostListener,
|
|
2281
2509
|
args: ['input', ['$event.target']]
|
|
2282
2510
|
}] } });
|
|
@@ -2292,8 +2520,8 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2292
2520
|
this.el.nativeElement.checked = value === true;
|
|
2293
2521
|
this.updateValidation();
|
|
2294
2522
|
}
|
|
2295
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2296
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2523
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SwitchValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2524
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SwitchValueAccessor, isStandalone: false, selector: "six-switch", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2297
2525
|
{
|
|
2298
2526
|
provide: NG_VALUE_ACCESSOR,
|
|
2299
2527
|
useExisting: SwitchValueAccessor,
|
|
@@ -2301,7 +2529,7 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2301
2529
|
},
|
|
2302
2530
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2303
2531
|
}
|
|
2304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SwitchValueAccessor, decorators: [{
|
|
2305
2533
|
type: Directive,
|
|
2306
2534
|
args: [{
|
|
2307
2535
|
selector: 'six-switch',
|
|
@@ -2312,8 +2540,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2312
2540
|
multi: true,
|
|
2313
2541
|
},
|
|
2314
2542
|
],
|
|
2543
|
+
standalone: false,
|
|
2315
2544
|
}]
|
|
2316
|
-
}], ctorParameters:
|
|
2545
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2317
2546
|
type: HostListener,
|
|
2318
2547
|
args: ['change', ['$event.target']]
|
|
2319
2548
|
}] } });
|
|
@@ -2325,8 +2554,8 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2325
2554
|
handleChangeEvent(el) {
|
|
2326
2555
|
this.handleValueChange(el, el.value);
|
|
2327
2556
|
}
|
|
2328
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2329
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2557
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TimepickerValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2558
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: TimepickerValueAccessor, isStandalone: false, selector: "six-timepicker", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2330
2559
|
{
|
|
2331
2560
|
provide: NG_VALUE_ACCESSOR,
|
|
2332
2561
|
useExisting: TimepickerValueAccessor,
|
|
@@ -2334,7 +2563,7 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2334
2563
|
},
|
|
2335
2564
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2336
2565
|
}
|
|
2337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TimepickerValueAccessor, decorators: [{
|
|
2338
2567
|
type: Directive,
|
|
2339
2568
|
args: [{
|
|
2340
2569
|
selector: 'six-timepicker',
|
|
@@ -2345,8 +2574,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2345
2574
|
multi: true,
|
|
2346
2575
|
},
|
|
2347
2576
|
],
|
|
2577
|
+
standalone: false,
|
|
2348
2578
|
}]
|
|
2349
|
-
}], ctorParameters:
|
|
2579
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2350
2580
|
type: HostListener,
|
|
2351
2581
|
args: ['change', ['$event.target']]
|
|
2352
2582
|
}] } });
|
|
@@ -2383,17 +2613,18 @@ class SixRouterLinkDirective {
|
|
|
2383
2613
|
this.renderer.removeAttribute(this.elementRef.nativeElement, 'tabindex');
|
|
2384
2614
|
}
|
|
2385
2615
|
}
|
|
2386
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2387
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRouterLinkDirective, deps: [{ token: i1$1.LocationStrategy }, { token: i0.ElementRef }, { token: i2.Router }, { token: i0.Renderer2 }, { token: i2.RouterLink, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2617
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixRouterLinkDirective, isStandalone: false, selector: "six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]", inputs: { routerLink: "routerLink", queryParams: "queryParams", fragment: "fragment", queryParamsHandling: "queryParamsHandling", relativeTo: "relativeTo" }, host: { listeners: { "click": "onClick($event)" } }, usesOnChanges: true, ngImport: i0 }); }
|
|
2388
2618
|
}
|
|
2389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRouterLinkDirective, decorators: [{
|
|
2390
2620
|
type: Directive,
|
|
2391
2621
|
args: [{
|
|
2392
2622
|
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]',
|
|
2623
|
+
standalone: false,
|
|
2393
2624
|
}]
|
|
2394
|
-
}], ctorParameters:
|
|
2625
|
+
}], ctorParameters: () => [{ type: i1$1.LocationStrategy }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.Renderer2 }, { type: i2.RouterLink, decorators: [{
|
|
2395
2626
|
type: Optional
|
|
2396
|
-
}] }]
|
|
2627
|
+
}] }], propDecorators: { onClick: [{
|
|
2397
2628
|
type: HostListener,
|
|
2398
2629
|
args: ['click', ['$event']]
|
|
2399
2630
|
}], routerLink: [{
|
|
@@ -2427,13 +2658,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2427
2658
|
* ```
|
|
2428
2659
|
*/
|
|
2429
2660
|
class ActiveSidebarDirective {
|
|
2430
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2431
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2661
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2662
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ActiveSidebarDirective, isStandalone: false, selector: "six-sidebar[sixRouterLinkActive]", ngImport: i0 }); }
|
|
2432
2663
|
}
|
|
2433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarDirective, decorators: [{
|
|
2434
2665
|
type: Directive,
|
|
2435
2666
|
args: [{
|
|
2436
2667
|
selector: 'six-sidebar[sixRouterLinkActive]',
|
|
2668
|
+
standalone: false,
|
|
2437
2669
|
}]
|
|
2438
2670
|
}] });
|
|
2439
2671
|
/**
|
|
@@ -2459,14 +2691,15 @@ class ActiveSidebarItemDirective {
|
|
|
2459
2691
|
return this.routerLinkActive.isActive;
|
|
2460
2692
|
}
|
|
2461
2693
|
}
|
|
2462
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2463
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2694
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2695
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ActiveSidebarItemDirective, isStandalone: false, selector: "six-sidebar-item", host: { properties: { "selected": "this.selected" } }, hostDirectives: [{ directive: i2.RouterLinkActive }], ngImport: i0 }); }
|
|
2464
2696
|
}
|
|
2465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemDirective, decorators: [{
|
|
2466
2698
|
type: Directive,
|
|
2467
2699
|
args: [{
|
|
2468
2700
|
selector: 'six-sidebar-item',
|
|
2469
2701
|
hostDirectives: [RouterLinkActive],
|
|
2702
|
+
standalone: false,
|
|
2470
2703
|
}]
|
|
2471
2704
|
}], propDecorators: { selected: [{
|
|
2472
2705
|
type: HostBinding,
|
|
@@ -2496,14 +2729,15 @@ class ActiveSidebarItemGroupDirective {
|
|
|
2496
2729
|
}
|
|
2497
2730
|
return this.routerLinkActive.isActive;
|
|
2498
2731
|
}
|
|
2499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2500
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2732
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2733
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ActiveSidebarItemGroupDirective, isStandalone: false, selector: "six-sidebar-item-group", host: { properties: { "open": "this.open" } }, queries: [{ propertyName: "sidebarItems", predicate: SixSidebarItem }], hostDirectives: [{ directive: i2.RouterLinkActive }], ngImport: i0 }); }
|
|
2501
2734
|
}
|
|
2502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemGroupDirective, decorators: [{
|
|
2503
2736
|
type: Directive,
|
|
2504
2737
|
args: [{
|
|
2505
2738
|
selector: 'six-sidebar-item-group',
|
|
2506
2739
|
hostDirectives: [RouterLinkActive],
|
|
2740
|
+
standalone: false,
|
|
2507
2741
|
}]
|
|
2508
2742
|
}], propDecorators: { sidebarItems: [{
|
|
2509
2743
|
type: ContentChildren,
|
|
@@ -2524,8 +2758,8 @@ class DateValueAccessor extends ValueAccessor {
|
|
|
2524
2758
|
this.el.nativeElement.value = value == null ? '' : value;
|
|
2525
2759
|
this.updateValidation();
|
|
2526
2760
|
}
|
|
2527
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2528
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2761
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DateValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2762
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: DateValueAccessor, isStandalone: false, selector: "six-date", host: { listeners: { "change": "handleInputEvent($event.target)" } }, providers: [
|
|
2529
2763
|
{
|
|
2530
2764
|
provide: NG_VALUE_ACCESSOR,
|
|
2531
2765
|
useExisting: DateValueAccessor,
|
|
@@ -2533,7 +2767,7 @@ class DateValueAccessor extends ValueAccessor {
|
|
|
2533
2767
|
},
|
|
2534
2768
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2535
2769
|
}
|
|
2536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DateValueAccessor, decorators: [{
|
|
2537
2771
|
type: Directive,
|
|
2538
2772
|
args: [{
|
|
2539
2773
|
selector: 'six-date',
|
|
@@ -2544,14 +2778,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2544
2778
|
multi: true,
|
|
2545
2779
|
},
|
|
2546
2780
|
],
|
|
2781
|
+
standalone: false,
|
|
2547
2782
|
}]
|
|
2548
|
-
}], ctorParameters:
|
|
2783
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2549
2784
|
type: HostListener,
|
|
2550
2785
|
args: ['change', ['$event.target']]
|
|
2551
2786
|
}] } });
|
|
2552
2787
|
|
|
2553
2788
|
class UiLibraryAngularModule {
|
|
2554
|
-
static forRoot(customValidationMessagesService) {
|
|
2789
|
+
static forRoot(customValidationMessagesService, config) {
|
|
2790
|
+
const mergedConfig = {
|
|
2791
|
+
...DEFAULT_UI_LIBRARY_CONFIG,
|
|
2792
|
+
...config,
|
|
2793
|
+
};
|
|
2555
2794
|
return {
|
|
2556
2795
|
ngModule: UiLibraryAngularModule,
|
|
2557
2796
|
providers: [
|
|
@@ -2561,11 +2800,12 @@ class UiLibraryAngularModule {
|
|
|
2561
2800
|
multi: true,
|
|
2562
2801
|
},
|
|
2563
2802
|
{ provide: ValidationMessagesService, useClass: customValidationMessagesService ?? ValidationMessagesService },
|
|
2803
|
+
{ provide: UI_LIBRARY_CONFIG, useValue: mergedConfig },
|
|
2564
2804
|
],
|
|
2565
2805
|
};
|
|
2566
2806
|
}
|
|
2567
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2568
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2807
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2808
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, declarations: [SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2569
2809
|
// value accessors
|
|
2570
2810
|
TextValueAccessor,
|
|
2571
2811
|
NumericValueAccessor,
|
|
@@ -2575,6 +2815,8 @@ class UiLibraryAngularModule {
|
|
|
2575
2815
|
TimepickerValueAccessor,
|
|
2576
2816
|
SelectValueAccessor,
|
|
2577
2817
|
CheckboxValueAccessor,
|
|
2818
|
+
CheckboxMultiSelectValueAccessor,
|
|
2819
|
+
SixCheckboxGroupDirective,
|
|
2578
2820
|
SwitchValueAccessor,
|
|
2579
2821
|
RangeValueAccessor,
|
|
2580
2822
|
// validators
|
|
@@ -2594,7 +2836,7 @@ class UiLibraryAngularModule {
|
|
|
2594
2836
|
// sidebar helpers
|
|
2595
2837
|
ActiveSidebarItemDirective,
|
|
2596
2838
|
ActiveSidebarItemGroupDirective,
|
|
2597
|
-
ActiveSidebarDirective], exports: [SixAlert, SixAvatar, SixBadge, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2839
|
+
ActiveSidebarDirective], exports: [SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2598
2840
|
// value accessors
|
|
2599
2841
|
TextValueAccessor,
|
|
2600
2842
|
NumericValueAccessor,
|
|
@@ -2604,6 +2846,8 @@ class UiLibraryAngularModule {
|
|
|
2604
2846
|
TimepickerValueAccessor,
|
|
2605
2847
|
SelectValueAccessor,
|
|
2606
2848
|
CheckboxValueAccessor,
|
|
2849
|
+
CheckboxMultiSelectValueAccessor,
|
|
2850
|
+
SixCheckboxGroupDirective,
|
|
2607
2851
|
SwitchValueAccessor,
|
|
2608
2852
|
RangeValueAccessor,
|
|
2609
2853
|
// validators
|
|
@@ -2624,9 +2868,9 @@ class UiLibraryAngularModule {
|
|
|
2624
2868
|
ActiveSidebarItemDirective,
|
|
2625
2869
|
ActiveSidebarItemGroupDirective,
|
|
2626
2870
|
ActiveSidebarDirective] }); }
|
|
2627
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2871
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule }); }
|
|
2628
2872
|
}
|
|
2629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, decorators: [{
|
|
2630
2874
|
type: NgModule,
|
|
2631
2875
|
args: [{
|
|
2632
2876
|
declarations: [
|
|
@@ -2641,6 +2885,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2641
2885
|
TimepickerValueAccessor,
|
|
2642
2886
|
SelectValueAccessor,
|
|
2643
2887
|
CheckboxValueAccessor,
|
|
2888
|
+
CheckboxMultiSelectValueAccessor,
|
|
2889
|
+
SixCheckboxGroupDirective,
|
|
2644
2890
|
SwitchValueAccessor,
|
|
2645
2891
|
RangeValueAccessor,
|
|
2646
2892
|
// validators
|
|
@@ -2675,6 +2921,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2675
2921
|
TimepickerValueAccessor,
|
|
2676
2922
|
SelectValueAccessor,
|
|
2677
2923
|
CheckboxValueAccessor,
|
|
2924
|
+
CheckboxMultiSelectValueAccessor,
|
|
2925
|
+
SixCheckboxGroupDirective,
|
|
2678
2926
|
SwitchValueAccessor,
|
|
2679
2927
|
RangeValueAccessor,
|
|
2680
2928
|
// validators
|
|
@@ -2709,10 +2957,10 @@ class AlertService {
|
|
|
2709
2957
|
showAlert(message, alertType, duration, iconName) {
|
|
2710
2958
|
this.ngZone.runOutsideAngular(() => showAlert(message, alertType, duration, iconName));
|
|
2711
2959
|
}
|
|
2712
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2713
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2960
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2961
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, providedIn: 'root' }); }
|
|
2714
2962
|
}
|
|
2715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, decorators: [{
|
|
2716
2964
|
type: Injectable,
|
|
2717
2965
|
args: [{ providedIn: 'root' }]
|
|
2718
2966
|
}] });
|
|
@@ -2725,5 +2973,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2725
2973
|
* Generated bundle index. Do not edit.
|
|
2726
2974
|
*/
|
|
2727
2975
|
|
|
2728
|
-
export { ActiveSidebarDirective, ActiveSidebarItemDirective, ActiveSidebarItemGroupDirective, AlertService, AllowedDatesValidator, AllowedDatesValidatorIso, CheckboxValueAccessor, DIRECTIVES, DateValueAccessor, DatepickerValueAccessor, MaxDateValidator, MaxDateValidatorIso, MaxValidator, MinDateValidator, MinDateValidatorIso, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor, SixAlert, SixAvatar, SixBadge, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixFormDirective, SixFormUtilDirective, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRoot, SixRouterLinkDirective, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip, SixUiLibraryValidators, SwitchValueAccessor, TextValueAccessor, TimepickerValueAccessor, UiLibraryAngularModule, ValidationMessagesService, ValueAccessor };
|
|
2976
|
+
export { ActiveSidebarDirective, ActiveSidebarItemDirective, ActiveSidebarItemGroupDirective, AlertService, AllowedDatesValidator, AllowedDatesValidatorIso, CheckboxMultiSelectValueAccessor, CheckboxValueAccessor, DIRECTIVES, DateValueAccessor, DatepickerValueAccessor, MaxDateValidator, MaxDateValidatorIso, MaxValidator, MinDateValidator, MinDateValidatorIso, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor, SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixCheckboxGroupDirective, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixFormDirective, SixFormUtilDirective, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixRouterLinkDirective, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip, SixUiLibraryValidators, SwitchValueAccessor, TextValueAccessor, TimepickerValueAccessor, UiLibraryAngularModule, ValidationMessagesService, ValueAccessor };
|
|
2729
2977
|
//# sourceMappingURL=six-group-ui-library-angular.mjs.map
|