@six-group/ui-library-angular 0.0.0-insider.b26fdef → 0.0.0-insider.b2b9a34
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/fesm2022/six-group-ui-library-angular.mjs +903 -357
- package/fesm2022/six-group-ui-library-angular.mjs.map +1 -1
- package/lib/control-value-accessors/date-value-accessor.d.ts +10 -0
- package/lib/control-value-accessors/value-accessor.d.ts +3 -1
- package/lib/link/six-router-link.directive.d.ts +1 -1
- package/lib/services/alert.service.d.ts +11 -0
- package/lib/sidebar/active-sidebar.directive.d.ts +59 -0
- package/lib/stencil-generated/components.d.ts +170 -111
- package/lib/stencil-generated/index.d.ts +1 -1
- package/lib/ui-library-angular-config.d.ts +6 -0
- package/lib/ui-library-angular.module.d.ts +13 -10
- package/lib/validators/six-ui-library-validators.d.ts +27 -0
- package/package.json +6 -8
- package/public-api.d.ts +3 -0
- package/esm2022/lib/control-value-accessors/checkbox-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 -145
- package/esm2022/lib/form/six-form.directive.mjs +0 -134
- package/esm2022/lib/link/six-router-link.directive.mjs +0 -56
- package/esm2022/lib/services/validation-messages.service.mjs +0 -15
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil-generated/components.mjs +0 -1319
- package/esm2022/lib/stencil-generated/index.mjs +0 -57
- package/esm2022/lib/ui-library-angular.module.mjs +0 -135
- package/esm2022/lib/validators/six-ui-library-validators.mjs +0 -122
- package/esm2022/public-api.mjs +0 -27
- package/esm2022/six-group-ui-library-angular.mjs +0 -5
|
@@ -1,13 +1,14 @@
|
|
|
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
|
|
8
|
-
import { getErrorMessage,
|
|
7
|
+
import { Validators, NgControl, NG_VALUE_ACCESSOR, FormControl, FormGroup, FormArray, NG_VALIDATORS } from '@angular/forms';
|
|
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';
|
|
11
|
+
import { RouterLinkActive } from '@angular/router';
|
|
11
12
|
|
|
12
13
|
/* eslint-disable */
|
|
13
14
|
/* tslint:disable */
|
|
@@ -67,30 +68,6 @@ function ProxyCmp(opts) {
|
|
|
67
68
|
return decorator;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
|
-
let SetAttributes = class SetAttributes {
|
|
71
|
-
constructor(c, r, z) {
|
|
72
|
-
this.z = z;
|
|
73
|
-
c.detach();
|
|
74
|
-
this.el = r.nativeElement;
|
|
75
|
-
}
|
|
76
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SetAttributes, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
77
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SetAttributes, selector: "set-attributes", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
78
|
-
};
|
|
79
|
-
SetAttributes = __decorate([
|
|
80
|
-
ProxyCmp({
|
|
81
|
-
inputs: ['value']
|
|
82
|
-
})
|
|
83
|
-
], SetAttributes);
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SetAttributes, decorators: [{
|
|
85
|
-
type: Component,
|
|
86
|
-
args: [{
|
|
87
|
-
selector: 'set-attributes',
|
|
88
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
89
|
-
template: '<ng-content></ng-content>',
|
|
90
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
91
|
-
inputs: ['value'],
|
|
92
|
-
}]
|
|
93
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
94
71
|
let SixAlert = class SixAlert {
|
|
95
72
|
constructor(c, r, z) {
|
|
96
73
|
this.z = z;
|
|
@@ -98,8 +75,8 @@ let SixAlert = class SixAlert {
|
|
|
98
75
|
this.el = r.nativeElement;
|
|
99
76
|
proxyOutputs(this, this.el, ['six-alert-show', 'six-alert-after-show', 'six-alert-hide', 'six-alert-after-hide']);
|
|
100
77
|
}
|
|
101
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
102
|
-
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 }); }
|
|
103
80
|
};
|
|
104
81
|
SixAlert = __decorate([
|
|
105
82
|
ProxyCmp({
|
|
@@ -107,7 +84,7 @@ SixAlert = __decorate([
|
|
|
107
84
|
methods: ['show', 'hide', 'toast']
|
|
108
85
|
})
|
|
109
86
|
], SixAlert);
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAlert, decorators: [{
|
|
111
88
|
type: Component,
|
|
112
89
|
args: [{
|
|
113
90
|
selector: 'six-alert',
|
|
@@ -115,23 +92,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
115
92
|
template: '<ng-content></ng-content>',
|
|
116
93
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
117
94
|
inputs: ['closable', 'duration', 'open', 'type'],
|
|
95
|
+
standalone: false
|
|
118
96
|
}]
|
|
119
|
-
}], ctorParameters:
|
|
97
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
120
98
|
let SixAvatar = class SixAvatar {
|
|
121
99
|
constructor(c, r, z) {
|
|
122
100
|
this.z = z;
|
|
123
101
|
c.detach();
|
|
124
102
|
this.el = r.nativeElement;
|
|
125
103
|
}
|
|
126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
127
|
-
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 }); }
|
|
128
106
|
};
|
|
129
107
|
SixAvatar = __decorate([
|
|
130
108
|
ProxyCmp({
|
|
131
109
|
inputs: ['alt', 'image', 'initials', 'shape']
|
|
132
110
|
})
|
|
133
111
|
], SixAvatar);
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAvatar, decorators: [{
|
|
135
113
|
type: Component,
|
|
136
114
|
args: [{
|
|
137
115
|
selector: 'six-avatar',
|
|
@@ -139,23 +117,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
139
117
|
template: '<ng-content></ng-content>',
|
|
140
118
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
141
119
|
inputs: ['alt', 'image', 'initials', 'shape'],
|
|
120
|
+
standalone: false
|
|
142
121
|
}]
|
|
143
|
-
}], ctorParameters:
|
|
122
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
144
123
|
let SixBadge = class SixBadge {
|
|
145
124
|
constructor(c, r, z) {
|
|
146
125
|
this.z = z;
|
|
147
126
|
c.detach();
|
|
148
127
|
this.el = r.nativeElement;
|
|
149
128
|
}
|
|
150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
151
|
-
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 }); }
|
|
152
131
|
};
|
|
153
132
|
SixBadge = __decorate([
|
|
154
133
|
ProxyCmp({
|
|
155
134
|
inputs: ['pill', 'pulse', 'type']
|
|
156
135
|
})
|
|
157
136
|
], SixBadge);
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBadge, decorators: [{
|
|
159
138
|
type: Component,
|
|
160
139
|
args: [{
|
|
161
140
|
selector: 'six-badge',
|
|
@@ -163,8 +142,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
163
142
|
template: '<ng-content></ng-content>',
|
|
164
143
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
165
144
|
inputs: ['pill', 'pulse', 'type'],
|
|
145
|
+
standalone: false
|
|
146
|
+
}]
|
|
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
|
|
166
171
|
}]
|
|
167
|
-
}], ctorParameters:
|
|
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 }] });
|
|
168
198
|
let SixButton = class SixButton {
|
|
169
199
|
constructor(c, r, z) {
|
|
170
200
|
this.z = z;
|
|
@@ -172,8 +202,8 @@ let SixButton = class SixButton {
|
|
|
172
202
|
this.el = r.nativeElement;
|
|
173
203
|
proxyOutputs(this, this.el, ['six-button-blur', 'six-button-focus']);
|
|
174
204
|
}
|
|
175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
176
|
-
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 }); }
|
|
177
207
|
};
|
|
178
208
|
SixButton = __decorate([
|
|
179
209
|
ProxyCmp({
|
|
@@ -181,7 +211,7 @@ SixButton = __decorate([
|
|
|
181
211
|
methods: ['setFocus', 'removeFocus']
|
|
182
212
|
})
|
|
183
213
|
], SixButton);
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixButton, decorators: [{
|
|
185
215
|
type: Component,
|
|
186
216
|
args: [{
|
|
187
217
|
selector: 'six-button',
|
|
@@ -189,21 +219,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
189
219
|
template: '<ng-content></ng-content>',
|
|
190
220
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
191
221
|
inputs: ['caret', 'circle', 'disabled', 'download', 'href', 'loading', 'name', 'pill', 'reset', 'size', 'submit', 'target', 'type', 'value'],
|
|
222
|
+
standalone: false
|
|
192
223
|
}]
|
|
193
|
-
}], ctorParameters:
|
|
224
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
194
225
|
let SixCard = class SixCard {
|
|
195
226
|
constructor(c, r, z) {
|
|
196
227
|
this.z = z;
|
|
197
228
|
c.detach();
|
|
198
229
|
this.el = r.nativeElement;
|
|
199
230
|
}
|
|
200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
201
|
-
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 }); }
|
|
202
233
|
};
|
|
203
234
|
SixCard = __decorate([
|
|
204
235
|
ProxyCmp({})
|
|
205
236
|
], SixCard);
|
|
206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCard, decorators: [{
|
|
207
238
|
type: Component,
|
|
208
239
|
args: [{
|
|
209
240
|
selector: 'six-card',
|
|
@@ -211,8 +242,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
211
242
|
template: '<ng-content></ng-content>',
|
|
212
243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
213
244
|
inputs: [],
|
|
245
|
+
standalone: false
|
|
214
246
|
}]
|
|
215
|
-
}], ctorParameters:
|
|
247
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
216
248
|
let SixCheckbox = class SixCheckbox {
|
|
217
249
|
constructor(c, r, z) {
|
|
218
250
|
this.z = z;
|
|
@@ -220,8 +252,8 @@ let SixCheckbox = class SixCheckbox {
|
|
|
220
252
|
this.el = r.nativeElement;
|
|
221
253
|
proxyOutputs(this, this.el, ['six-checkbox-blur', 'six-checkbox-change', 'six-checkbox-focus']);
|
|
222
254
|
}
|
|
223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
224
|
-
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 }); }
|
|
225
257
|
};
|
|
226
258
|
SixCheckbox = __decorate([
|
|
227
259
|
ProxyCmp({
|
|
@@ -229,7 +261,7 @@ SixCheckbox = __decorate([
|
|
|
229
261
|
methods: ['setFocus', 'removeFocus']
|
|
230
262
|
})
|
|
231
263
|
], SixCheckbox);
|
|
232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckbox, decorators: [{
|
|
233
265
|
type: Component,
|
|
234
266
|
args: [{
|
|
235
267
|
selector: 'six-checkbox',
|
|
@@ -237,8 +269,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
237
269
|
template: '<ng-content></ng-content>',
|
|
238
270
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
239
271
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'indeterminate', 'invalid', 'label', 'name', 'required', 'value'],
|
|
272
|
+
standalone: false
|
|
240
273
|
}]
|
|
241
|
-
}], ctorParameters:
|
|
274
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
275
|
+
let SixDate = class SixDate {
|
|
276
|
+
constructor(c, r, z) {
|
|
277
|
+
this.z = z;
|
|
278
|
+
c.detach();
|
|
279
|
+
this.el = r.nativeElement;
|
|
280
|
+
proxyOutputs(this, this.el, ['six-change', 'six-blur']);
|
|
281
|
+
}
|
|
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 }); }
|
|
284
|
+
};
|
|
285
|
+
SixDate = __decorate([
|
|
286
|
+
ProxyCmp({
|
|
287
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
288
|
+
methods: ['setFocus']
|
|
289
|
+
})
|
|
290
|
+
], SixDate);
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDate, decorators: [{
|
|
292
|
+
type: Component,
|
|
293
|
+
args: [{
|
|
294
|
+
selector: 'six-date',
|
|
295
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
296
|
+
template: '<ng-content></ng-content>',
|
|
297
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
298
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
299
|
+
standalone: false
|
|
300
|
+
}]
|
|
301
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
242
302
|
let SixDatepicker = class SixDatepicker {
|
|
243
303
|
constructor(c, r, z) {
|
|
244
304
|
this.z = z;
|
|
@@ -246,8 +306,8 @@ let SixDatepicker = class SixDatepicker {
|
|
|
246
306
|
this.el = r.nativeElement;
|
|
247
307
|
proxyOutputs(this, this.el, ['six-datepicker-select', 'six-datepicker-clear', 'six-datepicker-blur']);
|
|
248
308
|
}
|
|
249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
250
|
-
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 }); }
|
|
251
311
|
};
|
|
252
312
|
SixDatepicker = __decorate([
|
|
253
313
|
ProxyCmp({
|
|
@@ -255,7 +315,7 @@ SixDatepicker = __decorate([
|
|
|
255
315
|
methods: ['setFocus', 'select']
|
|
256
316
|
})
|
|
257
317
|
], SixDatepicker);
|
|
258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDatepicker, decorators: [{
|
|
259
319
|
type: Component,
|
|
260
320
|
args: [{
|
|
261
321
|
selector: 'six-datepicker',
|
|
@@ -263,8 +323,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
263
323
|
template: '<ng-content></ng-content>',
|
|
264
324
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
265
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
|
|
266
327
|
}]
|
|
267
|
-
}], ctorParameters:
|
|
328
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
268
329
|
let SixDetails = class SixDetails {
|
|
269
330
|
constructor(c, r, z) {
|
|
270
331
|
this.z = z;
|
|
@@ -272,8 +333,8 @@ let SixDetails = class SixDetails {
|
|
|
272
333
|
this.el = r.nativeElement;
|
|
273
334
|
proxyOutputs(this, this.el, ['six-details-show', 'six-details-after-show', 'six-details-hide', 'six-details-after-hide']);
|
|
274
335
|
}
|
|
275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
276
|
-
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 }); }
|
|
277
338
|
};
|
|
278
339
|
SixDetails = __decorate([
|
|
279
340
|
ProxyCmp({
|
|
@@ -281,7 +342,7 @@ SixDetails = __decorate([
|
|
|
281
342
|
methods: ['show', 'hide']
|
|
282
343
|
})
|
|
283
344
|
], SixDetails);
|
|
284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDetails, decorators: [{
|
|
285
346
|
type: Component,
|
|
286
347
|
args: [{
|
|
287
348
|
selector: 'six-details',
|
|
@@ -289,17 +350,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
289
350
|
template: '<ng-content></ng-content>',
|
|
290
351
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
291
352
|
inputs: ['disabled', 'hasContent', 'inline', 'open', 'selectableEmpty', 'summary', 'summaryIcon', 'summaryIconSize'],
|
|
353
|
+
standalone: false
|
|
292
354
|
}]
|
|
293
|
-
}], ctorParameters:
|
|
355
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
294
356
|
let SixDialog = class SixDialog {
|
|
295
357
|
constructor(c, r, z) {
|
|
296
358
|
this.z = z;
|
|
297
359
|
c.detach();
|
|
298
360
|
this.el = r.nativeElement;
|
|
299
|
-
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']);
|
|
300
362
|
}
|
|
301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
302
|
-
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 }); }
|
|
303
365
|
};
|
|
304
366
|
SixDialog = __decorate([
|
|
305
367
|
ProxyCmp({
|
|
@@ -307,7 +369,7 @@ SixDialog = __decorate([
|
|
|
307
369
|
methods: ['show', 'hide']
|
|
308
370
|
})
|
|
309
371
|
], SixDialog);
|
|
310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDialog, decorators: [{
|
|
311
373
|
type: Component,
|
|
312
374
|
args: [{
|
|
313
375
|
selector: 'six-dialog',
|
|
@@ -315,17 +377,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
315
377
|
template: '<ng-content></ng-content>',
|
|
316
378
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
317
379
|
inputs: ['label', 'noHeader', 'open'],
|
|
380
|
+
standalone: false
|
|
318
381
|
}]
|
|
319
|
-
}], ctorParameters:
|
|
382
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
320
383
|
let SixDrawer = class SixDrawer {
|
|
321
384
|
constructor(c, r, z) {
|
|
322
385
|
this.z = z;
|
|
323
386
|
c.detach();
|
|
324
387
|
this.el = r.nativeElement;
|
|
325
|
-
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']);
|
|
326
389
|
}
|
|
327
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
328
|
-
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 }); }
|
|
329
392
|
};
|
|
330
393
|
SixDrawer = __decorate([
|
|
331
394
|
ProxyCmp({
|
|
@@ -333,7 +396,7 @@ SixDrawer = __decorate([
|
|
|
333
396
|
methods: ['show', 'hide']
|
|
334
397
|
})
|
|
335
398
|
], SixDrawer);
|
|
336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDrawer, decorators: [{
|
|
337
400
|
type: Component,
|
|
338
401
|
args: [{
|
|
339
402
|
selector: 'six-drawer',
|
|
@@ -341,8 +404,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
341
404
|
template: '<ng-content></ng-content>',
|
|
342
405
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
343
406
|
inputs: ['contained', 'label', 'noHeader', 'open', 'placement'],
|
|
407
|
+
standalone: false
|
|
344
408
|
}]
|
|
345
|
-
}], ctorParameters:
|
|
409
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
346
410
|
let SixDropdown = class SixDropdown {
|
|
347
411
|
constructor(c, r, z) {
|
|
348
412
|
this.z = z;
|
|
@@ -350,38 +414,39 @@ let SixDropdown = class SixDropdown {
|
|
|
350
414
|
this.el = r.nativeElement;
|
|
351
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']);
|
|
352
416
|
}
|
|
353
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
354
|
-
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", distance: "distance", filter: "filter", filterDebounce: "filterDebounce", filterPlaceholder: "filterPlaceholder", hoist: "hoist", matchTriggerWidth: "matchTriggerWidth", open: "open", options: "options", placement: "placement", skidding: "skidding", virtualScroll: "virtualScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
355
419
|
};
|
|
356
420
|
SixDropdown = __decorate([
|
|
357
421
|
ProxyCmp({
|
|
358
|
-
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
359
|
-
methods: ['show', 'hide'
|
|
422
|
+
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
423
|
+
methods: ['show', 'hide']
|
|
360
424
|
})
|
|
361
425
|
], SixDropdown);
|
|
362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDropdown, decorators: [{
|
|
363
427
|
type: Component,
|
|
364
428
|
args: [{
|
|
365
429
|
selector: 'six-dropdown',
|
|
366
430
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
367
431
|
template: '<ng-content></ng-content>',
|
|
368
432
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
369
|
-
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
433
|
+
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
434
|
+
standalone: false
|
|
370
435
|
}]
|
|
371
|
-
}], ctorParameters:
|
|
436
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
372
437
|
let SixError = class SixError {
|
|
373
438
|
constructor(c, r, z) {
|
|
374
439
|
this.z = z;
|
|
375
440
|
c.detach();
|
|
376
441
|
this.el = r.nativeElement;
|
|
377
442
|
}
|
|
378
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
379
|
-
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 }); }
|
|
380
445
|
};
|
|
381
446
|
SixError = __decorate([
|
|
382
447
|
ProxyCmp({})
|
|
383
448
|
], SixError);
|
|
384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixError, decorators: [{
|
|
385
450
|
type: Component,
|
|
386
451
|
args: [{
|
|
387
452
|
selector: 'six-error',
|
|
@@ -389,23 +454,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
389
454
|
template: '<ng-content></ng-content>',
|
|
390
455
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
391
456
|
inputs: [],
|
|
457
|
+
standalone: false
|
|
392
458
|
}]
|
|
393
|
-
}], ctorParameters:
|
|
459
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
394
460
|
let SixErrorPage = class SixErrorPage {
|
|
395
461
|
constructor(c, r, z) {
|
|
396
462
|
this.z = z;
|
|
397
463
|
c.detach();
|
|
398
464
|
this.el = r.nativeElement;
|
|
399
465
|
}
|
|
400
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
401
|
-
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 }); }
|
|
402
468
|
};
|
|
403
469
|
SixErrorPage = __decorate([
|
|
404
470
|
ProxyCmp({
|
|
405
471
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language']
|
|
406
472
|
})
|
|
407
473
|
], SixErrorPage);
|
|
408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixErrorPage, decorators: [{
|
|
409
475
|
type: Component,
|
|
410
476
|
args: [{
|
|
411
477
|
selector: 'six-error-page',
|
|
@@ -413,21 +479,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
413
479
|
template: '<ng-content></ng-content>',
|
|
414
480
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
415
481
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language'],
|
|
482
|
+
standalone: false
|
|
416
483
|
}]
|
|
417
|
-
}], ctorParameters:
|
|
484
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
418
485
|
let SixFileList = class SixFileList {
|
|
419
486
|
constructor(c, r, z) {
|
|
420
487
|
this.z = z;
|
|
421
488
|
c.detach();
|
|
422
489
|
this.el = r.nativeElement;
|
|
423
490
|
}
|
|
424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
425
|
-
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 }); }
|
|
426
493
|
};
|
|
427
494
|
SixFileList = __decorate([
|
|
428
495
|
ProxyCmp({})
|
|
429
496
|
], SixFileList);
|
|
430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileList, decorators: [{
|
|
431
498
|
type: Component,
|
|
432
499
|
args: [{
|
|
433
500
|
selector: 'six-file-list',
|
|
@@ -435,8 +502,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
435
502
|
template: '<ng-content></ng-content>',
|
|
436
503
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
437
504
|
inputs: [],
|
|
505
|
+
standalone: false
|
|
438
506
|
}]
|
|
439
|
-
}], ctorParameters:
|
|
507
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
440
508
|
let SixFileListItem = class SixFileListItem {
|
|
441
509
|
constructor(c, r, z) {
|
|
442
510
|
this.z = z;
|
|
@@ -444,15 +512,15 @@ let SixFileListItem = class SixFileListItem {
|
|
|
444
512
|
this.el = r.nativeElement;
|
|
445
513
|
proxyOutputs(this, this.el, ['six-file-list-item-download', 'six-file-list-item-remove']);
|
|
446
514
|
}
|
|
447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
448
|
-
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 }); }
|
|
449
517
|
};
|
|
450
518
|
SixFileListItem = __decorate([
|
|
451
519
|
ProxyCmp({
|
|
452
520
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size']
|
|
453
521
|
})
|
|
454
522
|
], SixFileListItem);
|
|
455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileListItem, decorators: [{
|
|
456
524
|
type: Component,
|
|
457
525
|
args: [{
|
|
458
526
|
selector: 'six-file-list-item',
|
|
@@ -460,8 +528,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
460
528
|
template: '<ng-content></ng-content>',
|
|
461
529
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
462
530
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size'],
|
|
531
|
+
standalone: false
|
|
463
532
|
}]
|
|
464
|
-
}], ctorParameters:
|
|
533
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
465
534
|
let SixFileUpload = class SixFileUpload {
|
|
466
535
|
constructor(c, r, z) {
|
|
467
536
|
this.z = z;
|
|
@@ -469,37 +538,38 @@ let SixFileUpload = class SixFileUpload {
|
|
|
469
538
|
this.el = r.nativeElement;
|
|
470
539
|
proxyOutputs(this, this.el, ['six-file-upload-success', 'six-file-upload-failure']);
|
|
471
540
|
}
|
|
472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
473
|
-
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 }); }
|
|
474
543
|
};
|
|
475
544
|
SixFileUpload = __decorate([
|
|
476
545
|
ProxyCmp({
|
|
477
|
-
inputs: ['accept', 'compact', 'disabled', 'label', 'maxFileSize', 'multiple']
|
|
546
|
+
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading']
|
|
478
547
|
})
|
|
479
548
|
], SixFileUpload);
|
|
480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileUpload, decorators: [{
|
|
481
550
|
type: Component,
|
|
482
551
|
args: [{
|
|
483
552
|
selector: 'six-file-upload',
|
|
484
553
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
485
554
|
template: '<ng-content></ng-content>',
|
|
486
555
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
487
|
-
inputs: ['accept', 'compact', 'disabled', 'label', 'maxFileSize', 'multiple'],
|
|
556
|
+
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading'],
|
|
557
|
+
standalone: false
|
|
488
558
|
}]
|
|
489
|
-
}], ctorParameters:
|
|
559
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
490
560
|
let SixFooter = class SixFooter {
|
|
491
561
|
constructor(c, r, z) {
|
|
492
562
|
this.z = z;
|
|
493
563
|
c.detach();
|
|
494
564
|
this.el = r.nativeElement;
|
|
495
565
|
}
|
|
496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
497
|
-
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 }); }
|
|
498
568
|
};
|
|
499
569
|
SixFooter = __decorate([
|
|
500
570
|
ProxyCmp({})
|
|
501
571
|
], SixFooter);
|
|
502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFooter, decorators: [{
|
|
503
573
|
type: Component,
|
|
504
574
|
args: [{
|
|
505
575
|
selector: 'six-footer',
|
|
@@ -507,23 +577,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
507
577
|
template: '<ng-content></ng-content>',
|
|
508
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
509
579
|
inputs: [],
|
|
580
|
+
standalone: false
|
|
510
581
|
}]
|
|
511
|
-
}], ctorParameters:
|
|
582
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
512
583
|
let SixGroupLabel = class SixGroupLabel {
|
|
513
584
|
constructor(c, r, z) {
|
|
514
585
|
this.z = z;
|
|
515
586
|
c.detach();
|
|
516
587
|
this.el = r.nativeElement;
|
|
517
588
|
}
|
|
518
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
519
|
-
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 }); }
|
|
520
591
|
};
|
|
521
592
|
SixGroupLabel = __decorate([
|
|
522
593
|
ProxyCmp({
|
|
523
594
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size']
|
|
524
595
|
})
|
|
525
596
|
], SixGroupLabel);
|
|
526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixGroupLabel, decorators: [{
|
|
527
598
|
type: Component,
|
|
528
599
|
args: [{
|
|
529
600
|
selector: 'six-group-label',
|
|
@@ -531,82 +602,159 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
531
602
|
template: '<ng-content></ng-content>',
|
|
532
603
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
533
604
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size'],
|
|
605
|
+
standalone: false
|
|
534
606
|
}]
|
|
535
|
-
}], ctorParameters:
|
|
607
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
536
608
|
let SixHeader = class SixHeader {
|
|
537
609
|
constructor(c, r, z) {
|
|
538
610
|
this.z = z;
|
|
539
611
|
c.detach();
|
|
540
612
|
this.el = r.nativeElement;
|
|
541
|
-
proxyOutputs(this, this.el, ['six-header-app-name-clicked', 'six-header-app-switcher-select', 'six-header-profile-select', 'six-header-hamburger-menu-clicked', 'six-header-logo-clicked', 'six-header-search-field-toggle']);
|
|
542
613
|
}
|
|
543
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
544
|
-
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 }); }
|
|
545
616
|
};
|
|
546
617
|
SixHeader = __decorate([
|
|
547
618
|
ProxyCmp({
|
|
548
|
-
inputs: ['
|
|
549
|
-
methods: ['setSearchOpenState', 'getIsSearchOpen']
|
|
619
|
+
inputs: ['openSearch', 'shiftContent']
|
|
550
620
|
})
|
|
551
621
|
], SixHeader);
|
|
552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeader, decorators: [{
|
|
553
623
|
type: Component,
|
|
554
624
|
args: [{
|
|
555
625
|
selector: 'six-header',
|
|
556
626
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
557
627
|
template: '<ng-content></ng-content>',
|
|
558
628
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
559
|
-
inputs: ['
|
|
629
|
+
inputs: ['openSearch', 'shiftContent'],
|
|
630
|
+
standalone: false
|
|
631
|
+
}]
|
|
632
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
633
|
+
let SixHeaderDropdownItem = class SixHeaderDropdownItem {
|
|
634
|
+
constructor(c, r, z) {
|
|
635
|
+
this.z = z;
|
|
636
|
+
c.detach();
|
|
637
|
+
this.el = r.nativeElement;
|
|
638
|
+
}
|
|
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 }); }
|
|
641
|
+
};
|
|
642
|
+
SixHeaderDropdownItem = __decorate([
|
|
643
|
+
ProxyCmp({
|
|
644
|
+
inputs: ['filter', 'filterPlaceholder']
|
|
645
|
+
})
|
|
646
|
+
], SixHeaderDropdownItem);
|
|
647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderDropdownItem, decorators: [{
|
|
648
|
+
type: Component,
|
|
649
|
+
args: [{
|
|
650
|
+
selector: 'six-header-dropdown-item',
|
|
651
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
652
|
+
template: '<ng-content></ng-content>',
|
|
653
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
654
|
+
inputs: ['filter', 'filterPlaceholder'],
|
|
655
|
+
standalone: false
|
|
656
|
+
}]
|
|
657
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
658
|
+
let SixHeaderItem = class SixHeaderItem {
|
|
659
|
+
constructor(c, r, z) {
|
|
660
|
+
this.z = z;
|
|
661
|
+
c.detach();
|
|
662
|
+
this.el = r.nativeElement;
|
|
663
|
+
}
|
|
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 }); }
|
|
666
|
+
};
|
|
667
|
+
SixHeaderItem = __decorate([
|
|
668
|
+
ProxyCmp({
|
|
669
|
+
inputs: ['active']
|
|
670
|
+
})
|
|
671
|
+
], SixHeaderItem);
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderItem, decorators: [{
|
|
673
|
+
type: Component,
|
|
674
|
+
args: [{
|
|
675
|
+
selector: 'six-header-item',
|
|
676
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
677
|
+
template: '<ng-content></ng-content>',
|
|
678
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
679
|
+
inputs: ['active'],
|
|
680
|
+
standalone: false
|
|
560
681
|
}]
|
|
561
|
-
}], ctorParameters:
|
|
682
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
683
|
+
let SixHeaderMenuButton = class SixHeaderMenuButton {
|
|
684
|
+
constructor(c, r, z) {
|
|
685
|
+
this.z = z;
|
|
686
|
+
c.detach();
|
|
687
|
+
this.el = r.nativeElement;
|
|
688
|
+
}
|
|
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 }); }
|
|
691
|
+
};
|
|
692
|
+
SixHeaderMenuButton = __decorate([
|
|
693
|
+
ProxyCmp({
|
|
694
|
+
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit']
|
|
695
|
+
})
|
|
696
|
+
], SixHeaderMenuButton);
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderMenuButton, decorators: [{
|
|
698
|
+
type: Component,
|
|
699
|
+
args: [{
|
|
700
|
+
selector: 'six-header-menu-button',
|
|
701
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
702
|
+
template: '<ng-content></ng-content>',
|
|
703
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
704
|
+
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit'],
|
|
705
|
+
standalone: false
|
|
706
|
+
}]
|
|
707
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
562
708
|
let SixIcon = class SixIcon {
|
|
563
709
|
constructor(c, r, z) {
|
|
564
710
|
this.z = z;
|
|
565
711
|
c.detach();
|
|
566
712
|
this.el = r.nativeElement;
|
|
567
713
|
}
|
|
568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
569
|
-
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 }); }
|
|
570
716
|
};
|
|
571
717
|
SixIcon = __decorate([
|
|
572
718
|
ProxyCmp({
|
|
573
|
-
inputs: ['filled', 'size']
|
|
719
|
+
inputs: ['filled', 'library', 'size']
|
|
574
720
|
})
|
|
575
721
|
], SixIcon);
|
|
576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIcon, decorators: [{
|
|
577
723
|
type: Component,
|
|
578
724
|
args: [{
|
|
579
725
|
selector: 'six-icon',
|
|
580
726
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
581
727
|
template: '<ng-content></ng-content>',
|
|
582
728
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
583
|
-
inputs: ['filled', 'size'],
|
|
729
|
+
inputs: ['filled', 'library', 'size'],
|
|
730
|
+
standalone: false
|
|
584
731
|
}]
|
|
585
|
-
}], ctorParameters:
|
|
732
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
586
733
|
let SixIconButton = class SixIconButton {
|
|
587
734
|
constructor(c, r, z) {
|
|
588
735
|
this.z = z;
|
|
589
736
|
c.detach();
|
|
590
737
|
this.el = r.nativeElement;
|
|
591
738
|
}
|
|
592
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
593
|
-
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 }); }
|
|
594
741
|
};
|
|
595
742
|
SixIconButton = __decorate([
|
|
596
743
|
ProxyCmp({
|
|
597
|
-
inputs: ['disabled', 'html', 'label', 'name', 'size']
|
|
744
|
+
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target']
|
|
598
745
|
})
|
|
599
746
|
], SixIconButton);
|
|
600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIconButton, decorators: [{
|
|
601
748
|
type: Component,
|
|
602
749
|
args: [{
|
|
603
750
|
selector: 'six-icon-button',
|
|
604
751
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
605
752
|
template: '<ng-content></ng-content>',
|
|
606
753
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
607
|
-
inputs: ['disabled', 'html', 'label', 'name', 'size'],
|
|
754
|
+
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target'],
|
|
755
|
+
standalone: false
|
|
608
756
|
}]
|
|
609
|
-
}], ctorParameters:
|
|
757
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
610
758
|
let SixInput = class SixInput {
|
|
611
759
|
constructor(c, r, z) {
|
|
612
760
|
this.z = z;
|
|
@@ -614,25 +762,26 @@ let SixInput = class SixInput {
|
|
|
614
762
|
this.el = r.nativeElement;
|
|
615
763
|
proxyOutputs(this, this.el, ['six-input-change', 'six-input-clear', 'six-input-input', 'six-input-focus', 'six-input-blur']);
|
|
616
764
|
}
|
|
617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
618
|
-
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 }); }
|
|
619
767
|
};
|
|
620
768
|
SixInput = __decorate([
|
|
621
769
|
ProxyCmp({
|
|
622
|
-
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'line', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'pill', 'placeholder', 'readonly', 'required', 'size', 'spellcheck', 'step', 'togglePassword', 'type', 'value'],
|
|
623
|
-
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'setRangeText']
|
|
770
|
+
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'],
|
|
771
|
+
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'getSelectionRange', 'setRangeText']
|
|
624
772
|
})
|
|
625
773
|
], SixInput);
|
|
626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixInput, decorators: [{
|
|
627
775
|
type: Component,
|
|
628
776
|
args: [{
|
|
629
777
|
selector: 'six-input',
|
|
630
778
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
631
779
|
template: '<ng-content></ng-content>',
|
|
632
780
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
633
|
-
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'line', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'pill', 'placeholder', 'readonly', 'required', 'size', 'spellcheck', 'step', 'togglePassword', 'type', 'value'],
|
|
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
|
|
634
783
|
}]
|
|
635
|
-
}], ctorParameters:
|
|
784
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
636
785
|
let SixItemPicker = class SixItemPicker {
|
|
637
786
|
constructor(c, r, z) {
|
|
638
787
|
this.z = z;
|
|
@@ -640,15 +789,15 @@ let SixItemPicker = class SixItemPicker {
|
|
|
640
789
|
this.el = r.nativeElement;
|
|
641
790
|
proxyOutputs(this, this.el, ['six-item-picker-change', 'six-item-picker-change-debounced']);
|
|
642
791
|
}
|
|
643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
644
|
-
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 }); }
|
|
645
794
|
};
|
|
646
795
|
SixItemPicker = __decorate([
|
|
647
796
|
ProxyCmp({
|
|
648
797
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value']
|
|
649
798
|
})
|
|
650
799
|
], SixItemPicker);
|
|
651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixItemPicker, decorators: [{
|
|
652
801
|
type: Component,
|
|
653
802
|
args: [{
|
|
654
803
|
selector: 'six-item-picker',
|
|
@@ -656,8 +805,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
656
805
|
template: '<ng-content></ng-content>',
|
|
657
806
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
658
807
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value'],
|
|
808
|
+
standalone: false
|
|
659
809
|
}]
|
|
660
|
-
}], ctorParameters:
|
|
810
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
661
811
|
let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
662
812
|
constructor(c, r, z) {
|
|
663
813
|
this.z = z;
|
|
@@ -665,15 +815,15 @@ let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
|
665
815
|
this.el = r.nativeElement;
|
|
666
816
|
proxyOutputs(this, this.el, ['six-language-switcher-change']);
|
|
667
817
|
}
|
|
668
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
669
|
-
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 }); }
|
|
670
820
|
};
|
|
671
821
|
SixLanguageSwitcher = __decorate([
|
|
672
822
|
ProxyCmp({
|
|
673
823
|
inputs: ['languages', 'selected']
|
|
674
824
|
})
|
|
675
825
|
], SixLanguageSwitcher);
|
|
676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLanguageSwitcher, decorators: [{
|
|
677
827
|
type: Component,
|
|
678
828
|
args: [{
|
|
679
829
|
selector: 'six-language-switcher',
|
|
@@ -681,23 +831,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
681
831
|
template: '<ng-content></ng-content>',
|
|
682
832
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
683
833
|
inputs: ['languages', 'selected'],
|
|
834
|
+
standalone: false
|
|
684
835
|
}]
|
|
685
|
-
}], ctorParameters:
|
|
836
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
686
837
|
let SixLayoutGrid = class SixLayoutGrid {
|
|
687
838
|
constructor(c, r, z) {
|
|
688
839
|
this.z = z;
|
|
689
840
|
c.detach();
|
|
690
841
|
this.el = r.nativeElement;
|
|
691
842
|
}
|
|
692
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
693
|
-
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 }); }
|
|
694
845
|
};
|
|
695
846
|
SixLayoutGrid = __decorate([
|
|
696
847
|
ProxyCmp({
|
|
697
848
|
inputs: ['columns']
|
|
698
849
|
})
|
|
699
850
|
], SixLayoutGrid);
|
|
700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLayoutGrid, decorators: [{
|
|
701
852
|
type: Component,
|
|
702
853
|
args: [{
|
|
703
854
|
selector: 'six-layout-grid',
|
|
@@ -705,23 +856,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
705
856
|
template: '<ng-content></ng-content>',
|
|
706
857
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
707
858
|
inputs: ['columns'],
|
|
859
|
+
standalone: false
|
|
708
860
|
}]
|
|
709
|
-
}], ctorParameters:
|
|
861
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
862
|
+
let SixLogo = class SixLogo {
|
|
863
|
+
constructor(c, r, z) {
|
|
864
|
+
this.z = z;
|
|
865
|
+
c.detach();
|
|
866
|
+
this.el = r.nativeElement;
|
|
867
|
+
}
|
|
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 }); }
|
|
870
|
+
};
|
|
871
|
+
SixLogo = __decorate([
|
|
872
|
+
ProxyCmp({
|
|
873
|
+
inputs: ['brand']
|
|
874
|
+
})
|
|
875
|
+
], SixLogo);
|
|
876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLogo, decorators: [{
|
|
877
|
+
type: Component,
|
|
878
|
+
args: [{
|
|
879
|
+
selector: 'six-logo',
|
|
880
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
881
|
+
template: '<ng-content></ng-content>',
|
|
882
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
883
|
+
inputs: ['brand'],
|
|
884
|
+
standalone: false
|
|
885
|
+
}]
|
|
886
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
710
887
|
let SixMainContainer = class SixMainContainer {
|
|
711
888
|
constructor(c, r, z) {
|
|
712
889
|
this.z = z;
|
|
713
890
|
c.detach();
|
|
714
891
|
this.el = r.nativeElement;
|
|
715
892
|
}
|
|
716
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
717
|
-
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 }); }
|
|
718
895
|
};
|
|
719
896
|
SixMainContainer = __decorate([
|
|
720
897
|
ProxyCmp({
|
|
721
898
|
inputs: ['padded']
|
|
722
899
|
})
|
|
723
900
|
], SixMainContainer);
|
|
724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMainContainer, decorators: [{
|
|
725
902
|
type: Component,
|
|
726
903
|
args: [{
|
|
727
904
|
selector: 'six-main-container',
|
|
@@ -729,8 +906,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
729
906
|
template: '<ng-content></ng-content>',
|
|
730
907
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
731
908
|
inputs: ['padded'],
|
|
909
|
+
standalone: false
|
|
732
910
|
}]
|
|
733
|
-
}], ctorParameters:
|
|
911
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
734
912
|
let SixMenu = class SixMenu {
|
|
735
913
|
constructor(c, r, z) {
|
|
736
914
|
this.z = z;
|
|
@@ -738,38 +916,39 @@ let SixMenu = class SixMenu {
|
|
|
738
916
|
this.el = r.nativeElement;
|
|
739
917
|
proxyOutputs(this, this.el, ['six-menu-item-selected']);
|
|
740
918
|
}
|
|
741
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
742
|
-
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 }); }
|
|
743
921
|
};
|
|
744
922
|
SixMenu = __decorate([
|
|
745
923
|
ProxyCmp({
|
|
746
|
-
inputs: ['itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
924
|
+
inputs: ['disableKeyboardHandling', 'itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
747
925
|
methods: ['typeToSelect']
|
|
748
926
|
})
|
|
749
927
|
], SixMenu);
|
|
750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenu, decorators: [{
|
|
751
929
|
type: Component,
|
|
752
930
|
args: [{
|
|
753
931
|
selector: 'six-menu',
|
|
754
932
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
755
933
|
template: '<ng-content></ng-content>',
|
|
756
934
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
757
|
-
inputs: ['itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
935
|
+
inputs: ['disableKeyboardHandling', 'itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
936
|
+
standalone: false
|
|
758
937
|
}]
|
|
759
|
-
}], ctorParameters:
|
|
938
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
760
939
|
let SixMenuDivider = class SixMenuDivider {
|
|
761
940
|
constructor(c, r, z) {
|
|
762
941
|
this.z = z;
|
|
763
942
|
c.detach();
|
|
764
943
|
this.el = r.nativeElement;
|
|
765
944
|
}
|
|
766
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
767
|
-
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 }); }
|
|
768
947
|
};
|
|
769
948
|
SixMenuDivider = __decorate([
|
|
770
949
|
ProxyCmp({})
|
|
771
950
|
], SixMenuDivider);
|
|
772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuDivider, decorators: [{
|
|
773
952
|
type: Component,
|
|
774
953
|
args: [{
|
|
775
954
|
selector: 'six-menu-divider',
|
|
@@ -777,46 +956,48 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
777
956
|
template: '<ng-content></ng-content>',
|
|
778
957
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
779
958
|
inputs: [],
|
|
959
|
+
standalone: false
|
|
780
960
|
}]
|
|
781
|
-
}], ctorParameters:
|
|
961
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
782
962
|
let SixMenuItem = class SixMenuItem {
|
|
783
963
|
constructor(c, r, z) {
|
|
784
964
|
this.z = z;
|
|
785
965
|
c.detach();
|
|
786
966
|
this.el = r.nativeElement;
|
|
787
967
|
}
|
|
788
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
789
|
-
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 }); }
|
|
790
970
|
};
|
|
791
971
|
SixMenuItem = __decorate([
|
|
792
972
|
ProxyCmp({
|
|
793
|
-
inputs: ['checked', 'disabled', 'value'],
|
|
973
|
+
inputs: ['checkType', 'checked', 'disabled', 'value'],
|
|
794
974
|
methods: ['setFocus', 'removeFocus', 'getTextLabel']
|
|
795
975
|
})
|
|
796
976
|
], SixMenuItem);
|
|
797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuItem, decorators: [{
|
|
798
978
|
type: Component,
|
|
799
979
|
args: [{
|
|
800
980
|
selector: 'six-menu-item',
|
|
801
981
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
802
982
|
template: '<ng-content></ng-content>',
|
|
803
983
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
804
|
-
inputs: ['checked', 'disabled', 'value'],
|
|
984
|
+
inputs: ['checkType', 'checked', 'disabled', 'value'],
|
|
985
|
+
standalone: false
|
|
805
986
|
}]
|
|
806
|
-
}], ctorParameters:
|
|
987
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
807
988
|
let SixMenuLabel = class SixMenuLabel {
|
|
808
989
|
constructor(c, r, z) {
|
|
809
990
|
this.z = z;
|
|
810
991
|
c.detach();
|
|
811
992
|
this.el = r.nativeElement;
|
|
812
993
|
}
|
|
813
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
814
|
-
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 }); }
|
|
815
996
|
};
|
|
816
997
|
SixMenuLabel = __decorate([
|
|
817
998
|
ProxyCmp({})
|
|
818
999
|
], SixMenuLabel);
|
|
819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuLabel, decorators: [{
|
|
820
1001
|
type: Component,
|
|
821
1002
|
args: [{
|
|
822
1003
|
selector: 'six-menu-label',
|
|
@@ -824,23 +1005,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
824
1005
|
template: '<ng-content></ng-content>',
|
|
825
1006
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
826
1007
|
inputs: [],
|
|
1008
|
+
standalone: false
|
|
827
1009
|
}]
|
|
828
|
-
}], ctorParameters:
|
|
1010
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
829
1011
|
let SixPicto = class SixPicto {
|
|
830
1012
|
constructor(c, r, z) {
|
|
831
1013
|
this.z = z;
|
|
832
1014
|
c.detach();
|
|
833
1015
|
this.el = r.nativeElement;
|
|
834
1016
|
}
|
|
835
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
836
|
-
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 }); }
|
|
837
1019
|
};
|
|
838
1020
|
SixPicto = __decorate([
|
|
839
1021
|
ProxyCmp({
|
|
840
1022
|
inputs: ['size']
|
|
841
1023
|
})
|
|
842
1024
|
], SixPicto);
|
|
843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixPicto, decorators: [{
|
|
844
1026
|
type: Component,
|
|
845
1027
|
args: [{
|
|
846
1028
|
selector: 'six-picto',
|
|
@@ -848,23 +1030,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
848
1030
|
template: '<ng-content></ng-content>',
|
|
849
1031
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
850
1032
|
inputs: ['size'],
|
|
1033
|
+
standalone: false
|
|
851
1034
|
}]
|
|
852
|
-
}], ctorParameters:
|
|
1035
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
853
1036
|
let SixProgressBar = class SixProgressBar {
|
|
854
1037
|
constructor(c, r, z) {
|
|
855
1038
|
this.z = z;
|
|
856
1039
|
c.detach();
|
|
857
1040
|
this.el = r.nativeElement;
|
|
858
1041
|
}
|
|
859
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
860
|
-
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 }); }
|
|
861
1044
|
};
|
|
862
1045
|
SixProgressBar = __decorate([
|
|
863
1046
|
ProxyCmp({
|
|
864
1047
|
inputs: ['indeterminate', 'percentage']
|
|
865
1048
|
})
|
|
866
1049
|
], SixProgressBar);
|
|
867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressBar, decorators: [{
|
|
868
1051
|
type: Component,
|
|
869
1052
|
args: [{
|
|
870
1053
|
selector: 'six-progress-bar',
|
|
@@ -872,23 +1055,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
872
1055
|
template: '<ng-content></ng-content>',
|
|
873
1056
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
874
1057
|
inputs: ['indeterminate', 'percentage'],
|
|
1058
|
+
standalone: false
|
|
875
1059
|
}]
|
|
876
|
-
}], ctorParameters:
|
|
1060
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
877
1061
|
let SixProgressRing = class SixProgressRing {
|
|
878
1062
|
constructor(c, r, z) {
|
|
879
1063
|
this.z = z;
|
|
880
1064
|
c.detach();
|
|
881
1065
|
this.el = r.nativeElement;
|
|
882
1066
|
}
|
|
883
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
884
|
-
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 }); }
|
|
885
1069
|
};
|
|
886
1070
|
SixProgressRing = __decorate([
|
|
887
1071
|
ProxyCmp({
|
|
888
1072
|
inputs: ['percentage', 'size', 'strokeWidth']
|
|
889
1073
|
})
|
|
890
1074
|
], SixProgressRing);
|
|
891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressRing, decorators: [{
|
|
892
1076
|
type: Component,
|
|
893
1077
|
args: [{
|
|
894
1078
|
selector: 'six-progress-ring',
|
|
@@ -896,8 +1080,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
896
1080
|
template: '<ng-content></ng-content>',
|
|
897
1081
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
898
1082
|
inputs: ['percentage', 'size', 'strokeWidth'],
|
|
1083
|
+
standalone: false
|
|
899
1084
|
}]
|
|
900
|
-
}], ctorParameters:
|
|
1085
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
901
1086
|
let SixRadio = class SixRadio {
|
|
902
1087
|
constructor(c, r, z) {
|
|
903
1088
|
this.z = z;
|
|
@@ -905,8 +1090,8 @@ let SixRadio = class SixRadio {
|
|
|
905
1090
|
this.el = r.nativeElement;
|
|
906
1091
|
proxyOutputs(this, this.el, ['six-radio-blur', 'six-radio-change', 'six-radio-focus']);
|
|
907
1092
|
}
|
|
908
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
909
|
-
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 }); }
|
|
910
1095
|
};
|
|
911
1096
|
SixRadio = __decorate([
|
|
912
1097
|
ProxyCmp({
|
|
@@ -914,7 +1099,7 @@ SixRadio = __decorate([
|
|
|
914
1099
|
methods: ['setFocus', 'removeFocus']
|
|
915
1100
|
})
|
|
916
1101
|
], SixRadio);
|
|
917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRadio, decorators: [{
|
|
918
1103
|
type: Component,
|
|
919
1104
|
args: [{
|
|
920
1105
|
selector: 'six-radio',
|
|
@@ -922,8 +1107,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
922
1107
|
template: '<ng-content></ng-content>',
|
|
923
1108
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
924
1109
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
|
|
1110
|
+
standalone: false
|
|
925
1111
|
}]
|
|
926
|
-
}], ctorParameters:
|
|
1112
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
927
1113
|
let SixRange = class SixRange {
|
|
928
1114
|
constructor(c, r, z) {
|
|
929
1115
|
this.z = z;
|
|
@@ -931,8 +1117,8 @@ let SixRange = class SixRange {
|
|
|
931
1117
|
this.el = r.nativeElement;
|
|
932
1118
|
proxyOutputs(this, this.el, ['six-range-change', 'six-range-blur', 'six-range-focus']);
|
|
933
1119
|
}
|
|
934
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
935
|
-
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 }); }
|
|
936
1122
|
};
|
|
937
1123
|
SixRange = __decorate([
|
|
938
1124
|
ProxyCmp({
|
|
@@ -940,7 +1126,7 @@ SixRange = __decorate([
|
|
|
940
1126
|
methods: ['setFocus', 'removeFocus']
|
|
941
1127
|
})
|
|
942
1128
|
], SixRange);
|
|
943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRange, decorators: [{
|
|
944
1130
|
type: Component,
|
|
945
1131
|
args: [{
|
|
946
1132
|
selector: 'six-range',
|
|
@@ -948,33 +1134,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
948
1134
|
template: '<ng-content></ng-content>',
|
|
949
1135
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
950
1136
|
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'min', 'name', 'required', 'step', 'tooltip', 'tooltipFormatter', 'value'],
|
|
1137
|
+
standalone: false
|
|
951
1138
|
}]
|
|
952
|
-
}], ctorParameters:
|
|
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
|
|
1164
|
+
}]
|
|
1165
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
953
1166
|
let SixRoot = class SixRoot {
|
|
954
1167
|
constructor(c, r, z) {
|
|
955
1168
|
this.z = z;
|
|
956
1169
|
c.detach();
|
|
957
1170
|
this.el = r.nativeElement;
|
|
958
|
-
proxyOutputs(this, this.el, ['six-root-collapsed']);
|
|
959
1171
|
}
|
|
960
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
961
|
-
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 }); }
|
|
962
1174
|
};
|
|
963
1175
|
SixRoot = __decorate([
|
|
964
1176
|
ProxyCmp({
|
|
965
|
-
inputs: ['
|
|
1177
|
+
inputs: ['padded', 'stage', 'version']
|
|
966
1178
|
})
|
|
967
1179
|
], SixRoot);
|
|
968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRoot, decorators: [{
|
|
969
1181
|
type: Component,
|
|
970
1182
|
args: [{
|
|
971
1183
|
selector: 'six-root',
|
|
972
1184
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
973
1185
|
template: '<ng-content></ng-content>',
|
|
974
1186
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
975
|
-
inputs: ['
|
|
1187
|
+
inputs: ['padded', 'stage', 'version'],
|
|
1188
|
+
standalone: false
|
|
976
1189
|
}]
|
|
977
|
-
}], ctorParameters:
|
|
1190
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
978
1191
|
let SixSearchField = class SixSearchField {
|
|
979
1192
|
constructor(c, r, z) {
|
|
980
1193
|
this.z = z;
|
|
@@ -982,15 +1195,15 @@ let SixSearchField = class SixSearchField {
|
|
|
982
1195
|
this.el = r.nativeElement;
|
|
983
1196
|
proxyOutputs(this, this.el, ['six-search-field-change']);
|
|
984
1197
|
}
|
|
985
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
986
|
-
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 }); }
|
|
987
1200
|
};
|
|
988
1201
|
SixSearchField = __decorate([
|
|
989
1202
|
ProxyCmp({
|
|
990
1203
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value']
|
|
991
1204
|
})
|
|
992
1205
|
], SixSearchField);
|
|
993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSearchField, decorators: [{
|
|
994
1207
|
type: Component,
|
|
995
1208
|
args: [{
|
|
996
1209
|
selector: 'six-search-field',
|
|
@@ -998,8 +1211,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
998
1211
|
template: '<ng-content></ng-content>',
|
|
999
1212
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1000
1213
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value'],
|
|
1214
|
+
standalone: false
|
|
1001
1215
|
}]
|
|
1002
|
-
}], ctorParameters:
|
|
1216
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1003
1217
|
let SixSelect = class SixSelect {
|
|
1004
1218
|
constructor(c, r, z) {
|
|
1005
1219
|
this.z = z;
|
|
@@ -1007,25 +1221,26 @@ let SixSelect = class SixSelect {
|
|
|
1007
1221
|
this.el = r.nativeElement;
|
|
1008
1222
|
proxyOutputs(this, this.el, ['six-select-change', 'six-select-focus', 'six-select-blur']);
|
|
1009
1223
|
}
|
|
1010
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1011
|
-
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 }); }
|
|
1012
1226
|
};
|
|
1013
1227
|
SixSelect = __decorate([
|
|
1014
1228
|
ProxyCmp({
|
|
1015
|
-
inputs: ['asyncFilter', 'autocomplete', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'filter', 'filterDebounce', 'filterPlaceholder', 'helpText', 'hoist', 'inputDebounce', 'invalid', 'label', 'line', '
|
|
1229
|
+
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'],
|
|
1016
1230
|
methods: ['setFocus']
|
|
1017
1231
|
})
|
|
1018
1232
|
], SixSelect);
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSelect, decorators: [{
|
|
1020
1234
|
type: Component,
|
|
1021
1235
|
args: [{
|
|
1022
1236
|
selector: 'six-select',
|
|
1023
1237
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1024
1238
|
template: '<ng-content></ng-content>',
|
|
1025
1239
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1026
|
-
inputs: ['asyncFilter', 'autocomplete', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'filter', 'filterDebounce', 'filterPlaceholder', 'helpText', 'hoist', 'inputDebounce', 'invalid', 'label', 'line', '
|
|
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
|
|
1027
1242
|
}]
|
|
1028
|
-
}], ctorParameters:
|
|
1243
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1029
1244
|
let SixSidebar = class SixSidebar {
|
|
1030
1245
|
constructor(c, r, z) {
|
|
1031
1246
|
this.z = z;
|
|
@@ -1033,8 +1248,8 @@ let SixSidebar = class SixSidebar {
|
|
|
1033
1248
|
this.el = r.nativeElement;
|
|
1034
1249
|
proxyOutputs(this, this.el, ['six-sidebar-show', 'six-sidebar-after-show', 'six-sidebar-hide', 'six-sidebar-after-hide', 'six-sidebar-initial-focus']);
|
|
1035
1250
|
}
|
|
1036
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1037
|
-
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 }); }
|
|
1038
1253
|
};
|
|
1039
1254
|
SixSidebar = __decorate([
|
|
1040
1255
|
ProxyCmp({
|
|
@@ -1042,7 +1257,7 @@ SixSidebar = __decorate([
|
|
|
1042
1257
|
methods: ['toggle', 'show', 'hide', 'selectItemByIndex', 'selectItemByName']
|
|
1043
1258
|
})
|
|
1044
1259
|
], SixSidebar);
|
|
1045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebar, decorators: [{
|
|
1046
1261
|
type: Component,
|
|
1047
1262
|
args: [{
|
|
1048
1263
|
selector: 'six-sidebar',
|
|
@@ -1050,47 +1265,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1050
1265
|
template: '<ng-content></ng-content>',
|
|
1051
1266
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1052
1267
|
inputs: ['open', 'position', 'toggled', 'width'],
|
|
1268
|
+
standalone: false
|
|
1053
1269
|
}]
|
|
1054
|
-
}], ctorParameters:
|
|
1270
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1055
1271
|
let SixSidebarItem = class SixSidebarItem {
|
|
1056
1272
|
constructor(c, r, z) {
|
|
1057
1273
|
this.z = z;
|
|
1058
1274
|
c.detach();
|
|
1059
1275
|
this.el = r.nativeElement;
|
|
1060
1276
|
}
|
|
1061
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1062
|
-
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 }); }
|
|
1063
1279
|
};
|
|
1064
1280
|
SixSidebarItem = __decorate([
|
|
1065
1281
|
ProxyCmp({
|
|
1066
|
-
inputs: ['disabled', 'href', 'selected', 'value']
|
|
1282
|
+
inputs: ['disabled', 'href', 'icon', 'selected', 'value']
|
|
1067
1283
|
})
|
|
1068
1284
|
], SixSidebarItem);
|
|
1069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItem, decorators: [{
|
|
1070
1286
|
type: Component,
|
|
1071
1287
|
args: [{
|
|
1072
1288
|
selector: 'six-sidebar-item',
|
|
1073
1289
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1074
1290
|
template: '<ng-content></ng-content>',
|
|
1075
1291
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1076
|
-
inputs: ['disabled', 'href', 'selected', 'value'],
|
|
1292
|
+
inputs: ['disabled', 'href', 'icon', 'selected', 'value'],
|
|
1293
|
+
standalone: false
|
|
1077
1294
|
}]
|
|
1078
|
-
}], ctorParameters:
|
|
1295
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1079
1296
|
let SixSidebarItemGroup = class SixSidebarItemGroup {
|
|
1080
1297
|
constructor(c, r, z) {
|
|
1081
1298
|
this.z = z;
|
|
1082
1299
|
c.detach();
|
|
1083
1300
|
this.el = r.nativeElement;
|
|
1084
1301
|
}
|
|
1085
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1086
|
-
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 }); }
|
|
1087
1304
|
};
|
|
1088
1305
|
SixSidebarItemGroup = __decorate([
|
|
1089
1306
|
ProxyCmp({
|
|
1090
1307
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value']
|
|
1091
1308
|
})
|
|
1092
1309
|
], SixSidebarItemGroup);
|
|
1093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItemGroup, decorators: [{
|
|
1094
1311
|
type: Component,
|
|
1095
1312
|
args: [{
|
|
1096
1313
|
selector: 'six-sidebar-item-group',
|
|
@@ -1098,47 +1315,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1098
1315
|
template: '<ng-content></ng-content>',
|
|
1099
1316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1100
1317
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value'],
|
|
1318
|
+
standalone: false
|
|
1101
1319
|
}]
|
|
1102
|
-
}], ctorParameters:
|
|
1320
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1103
1321
|
let SixSpinner = class SixSpinner {
|
|
1104
1322
|
constructor(c, r, z) {
|
|
1105
1323
|
this.z = z;
|
|
1106
1324
|
c.detach();
|
|
1107
1325
|
this.el = r.nativeElement;
|
|
1108
1326
|
}
|
|
1109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1110
|
-
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 }); }
|
|
1111
1329
|
};
|
|
1112
1330
|
SixSpinner = __decorate([
|
|
1113
1331
|
ProxyCmp({
|
|
1114
|
-
inputs: ['six']
|
|
1332
|
+
inputs: ['logo', 'six']
|
|
1115
1333
|
})
|
|
1116
1334
|
], SixSpinner);
|
|
1117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSpinner, decorators: [{
|
|
1118
1336
|
type: Component,
|
|
1119
1337
|
args: [{
|
|
1120
1338
|
selector: 'six-spinner',
|
|
1121
1339
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1122
1340
|
template: '<ng-content></ng-content>',
|
|
1123
1341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1124
|
-
inputs: ['six'],
|
|
1342
|
+
inputs: ['logo', 'six'],
|
|
1343
|
+
standalone: false
|
|
1125
1344
|
}]
|
|
1126
|
-
}], ctorParameters:
|
|
1345
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1127
1346
|
let SixStageIndicator = class SixStageIndicator {
|
|
1128
1347
|
constructor(c, r, z) {
|
|
1129
1348
|
this.z = z;
|
|
1130
1349
|
c.detach();
|
|
1131
1350
|
this.el = r.nativeElement;
|
|
1132
1351
|
}
|
|
1133
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1134
|
-
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 }); }
|
|
1135
1354
|
};
|
|
1136
1355
|
SixStageIndicator = __decorate([
|
|
1137
1356
|
ProxyCmp({
|
|
1138
1357
|
inputs: ['stage']
|
|
1139
1358
|
})
|
|
1140
1359
|
], SixStageIndicator);
|
|
1141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixStageIndicator, decorators: [{
|
|
1142
1361
|
type: Component,
|
|
1143
1362
|
args: [{
|
|
1144
1363
|
selector: 'six-stage-indicator',
|
|
@@ -1146,8 +1365,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1146
1365
|
template: '<ng-content></ng-content>',
|
|
1147
1366
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1148
1367
|
inputs: ['stage'],
|
|
1368
|
+
standalone: false
|
|
1149
1369
|
}]
|
|
1150
|
-
}], ctorParameters:
|
|
1370
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1151
1371
|
let SixSwitch = class SixSwitch {
|
|
1152
1372
|
constructor(c, r, z) {
|
|
1153
1373
|
this.z = z;
|
|
@@ -1155,8 +1375,8 @@ let SixSwitch = class SixSwitch {
|
|
|
1155
1375
|
this.el = r.nativeElement;
|
|
1156
1376
|
proxyOutputs(this, this.el, ['six-switch-blur', 'six-switch-change', 'six-switch-focus']);
|
|
1157
1377
|
}
|
|
1158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1159
|
-
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 }); }
|
|
1160
1380
|
};
|
|
1161
1381
|
SixSwitch = __decorate([
|
|
1162
1382
|
ProxyCmp({
|
|
@@ -1164,7 +1384,7 @@ SixSwitch = __decorate([
|
|
|
1164
1384
|
methods: ['setFocus', 'removeFocus']
|
|
1165
1385
|
})
|
|
1166
1386
|
], SixSwitch);
|
|
1167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSwitch, decorators: [{
|
|
1168
1388
|
type: Component,
|
|
1169
1389
|
args: [{
|
|
1170
1390
|
selector: 'six-switch',
|
|
@@ -1172,8 +1392,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1172
1392
|
template: '<ng-content></ng-content>',
|
|
1173
1393
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1174
1394
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'invalid', 'label', 'name', 'required', 'value'],
|
|
1395
|
+
standalone: false
|
|
1175
1396
|
}]
|
|
1176
|
-
}], ctorParameters:
|
|
1397
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1177
1398
|
let SixTab = class SixTab {
|
|
1178
1399
|
constructor(c, r, z) {
|
|
1179
1400
|
this.z = z;
|
|
@@ -1181,25 +1402,26 @@ let SixTab = class SixTab {
|
|
|
1181
1402
|
this.el = r.nativeElement;
|
|
1182
1403
|
proxyOutputs(this, this.el, ['six-tab-close']);
|
|
1183
1404
|
}
|
|
1184
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1185
|
-
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 }); }
|
|
1186
1407
|
};
|
|
1187
1408
|
SixTab = __decorate([
|
|
1188
1409
|
ProxyCmp({
|
|
1189
|
-
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1410
|
+
inputs: ['active', 'closable', 'disabled', 'hoverContent', 'panel'],
|
|
1190
1411
|
methods: ['setFocus', 'removeFocus']
|
|
1191
1412
|
})
|
|
1192
1413
|
], SixTab);
|
|
1193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTab, decorators: [{
|
|
1194
1415
|
type: Component,
|
|
1195
1416
|
args: [{
|
|
1196
1417
|
selector: 'six-tab',
|
|
1197
1418
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1198
1419
|
template: '<ng-content></ng-content>',
|
|
1199
1420
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1200
|
-
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1421
|
+
inputs: ['active', 'closable', 'disabled', 'hoverContent', 'panel'],
|
|
1422
|
+
standalone: false
|
|
1201
1423
|
}]
|
|
1202
|
-
}], ctorParameters:
|
|
1424
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1203
1425
|
let SixTabGroup = class SixTabGroup {
|
|
1204
1426
|
constructor(c, r, z) {
|
|
1205
1427
|
this.z = z;
|
|
@@ -1207,8 +1429,8 @@ let SixTabGroup = class SixTabGroup {
|
|
|
1207
1429
|
this.el = r.nativeElement;
|
|
1208
1430
|
proxyOutputs(this, this.el, ['six-tab-show', 'six-tab-hide']);
|
|
1209
1431
|
}
|
|
1210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1211
|
-
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 }); }
|
|
1212
1434
|
};
|
|
1213
1435
|
SixTabGroup = __decorate([
|
|
1214
1436
|
ProxyCmp({
|
|
@@ -1216,7 +1438,7 @@ SixTabGroup = __decorate([
|
|
|
1216
1438
|
methods: ['show']
|
|
1217
1439
|
})
|
|
1218
1440
|
], SixTabGroup);
|
|
1219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabGroup, decorators: [{
|
|
1220
1442
|
type: Component,
|
|
1221
1443
|
args: [{
|
|
1222
1444
|
selector: 'six-tab-group',
|
|
@@ -1224,23 +1446,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1224
1446
|
template: '<ng-content></ng-content>',
|
|
1225
1447
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1226
1448
|
inputs: ['noScrollControls', 'placement'],
|
|
1449
|
+
standalone: false
|
|
1227
1450
|
}]
|
|
1228
|
-
}], ctorParameters:
|
|
1451
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1229
1452
|
let SixTabPanel = class SixTabPanel {
|
|
1230
1453
|
constructor(c, r, z) {
|
|
1231
1454
|
this.z = z;
|
|
1232
1455
|
c.detach();
|
|
1233
1456
|
this.el = r.nativeElement;
|
|
1234
1457
|
}
|
|
1235
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1236
|
-
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 }); }
|
|
1237
1460
|
};
|
|
1238
1461
|
SixTabPanel = __decorate([
|
|
1239
1462
|
ProxyCmp({
|
|
1240
1463
|
inputs: ['active', 'name']
|
|
1241
1464
|
})
|
|
1242
1465
|
], SixTabPanel);
|
|
1243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabPanel, decorators: [{
|
|
1244
1467
|
type: Component,
|
|
1245
1468
|
args: [{
|
|
1246
1469
|
selector: 'six-tab-panel',
|
|
@@ -1248,8 +1471,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1248
1471
|
template: '<ng-content></ng-content>',
|
|
1249
1472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1250
1473
|
inputs: ['active', 'name'],
|
|
1474
|
+
standalone: false
|
|
1251
1475
|
}]
|
|
1252
|
-
}], ctorParameters:
|
|
1476
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1253
1477
|
let SixTag = class SixTag {
|
|
1254
1478
|
constructor(c, r, z) {
|
|
1255
1479
|
this.z = z;
|
|
@@ -1257,15 +1481,15 @@ let SixTag = class SixTag {
|
|
|
1257
1481
|
this.el = r.nativeElement;
|
|
1258
1482
|
proxyOutputs(this, this.el, ['six-tag-clear']);
|
|
1259
1483
|
}
|
|
1260
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1261
|
-
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 }); }
|
|
1262
1486
|
};
|
|
1263
1487
|
SixTag = __decorate([
|
|
1264
1488
|
ProxyCmp({
|
|
1265
1489
|
inputs: ['clearable', 'pill', 'size', 'type']
|
|
1266
1490
|
})
|
|
1267
1491
|
], SixTag);
|
|
1268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTag, decorators: [{
|
|
1269
1493
|
type: Component,
|
|
1270
1494
|
args: [{
|
|
1271
1495
|
selector: 'six-tag',
|
|
@@ -1273,8 +1497,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1273
1497
|
template: '<ng-content></ng-content>',
|
|
1274
1498
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1275
1499
|
inputs: ['clearable', 'pill', 'size', 'type'],
|
|
1500
|
+
standalone: false
|
|
1276
1501
|
}]
|
|
1277
|
-
}], ctorParameters:
|
|
1502
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1278
1503
|
let SixTextarea = class SixTextarea {
|
|
1279
1504
|
constructor(c, r, z) {
|
|
1280
1505
|
this.z = z;
|
|
@@ -1282,8 +1507,8 @@ let SixTextarea = class SixTextarea {
|
|
|
1282
1507
|
this.el = r.nativeElement;
|
|
1283
1508
|
proxyOutputs(this, this.el, ['six-textarea-change', 'six-textarea-input', 'six-textarea-focus', 'six-textarea-blur']);
|
|
1284
1509
|
}
|
|
1285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1286
|
-
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 }); }
|
|
1287
1512
|
};
|
|
1288
1513
|
SixTextarea = __decorate([
|
|
1289
1514
|
ProxyCmp({
|
|
@@ -1291,7 +1516,7 @@ SixTextarea = __decorate([
|
|
|
1291
1516
|
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'setRangeText']
|
|
1292
1517
|
})
|
|
1293
1518
|
], SixTextarea);
|
|
1294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTextarea, decorators: [{
|
|
1295
1520
|
type: Component,
|
|
1296
1521
|
args: [{
|
|
1297
1522
|
selector: 'six-textarea',
|
|
@@ -1299,8 +1524,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1299
1524
|
template: '<ng-content></ng-content>',
|
|
1300
1525
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1301
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
|
|
1302
1528
|
}]
|
|
1303
|
-
}], ctorParameters:
|
|
1529
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1304
1530
|
let SixTile = class SixTile {
|
|
1305
1531
|
constructor(c, r, z) {
|
|
1306
1532
|
this.z = z;
|
|
@@ -1308,8 +1534,8 @@ let SixTile = class SixTile {
|
|
|
1308
1534
|
this.el = r.nativeElement;
|
|
1309
1535
|
proxyOutputs(this, this.el, ['six-tile-closed', 'six-tile-selected']);
|
|
1310
1536
|
}
|
|
1311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1312
|
-
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 }); }
|
|
1313
1539
|
};
|
|
1314
1540
|
SixTile = __decorate([
|
|
1315
1541
|
ProxyCmp({
|
|
@@ -1317,7 +1543,7 @@ SixTile = __decorate([
|
|
|
1317
1543
|
methods: ['hide', 'show']
|
|
1318
1544
|
})
|
|
1319
1545
|
], SixTile);
|
|
1320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTile, decorators: [{
|
|
1321
1547
|
type: Component,
|
|
1322
1548
|
args: [{
|
|
1323
1549
|
selector: 'six-tile',
|
|
@@ -1325,8 +1551,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1325
1551
|
template: '<ng-content></ng-content>',
|
|
1326
1552
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1327
1553
|
inputs: ['closeable', 'disableTooltip', 'disabled', 'elevated', 'iconName', 'label', 'size'],
|
|
1554
|
+
standalone: false
|
|
1328
1555
|
}]
|
|
1329
|
-
}], ctorParameters:
|
|
1556
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1330
1557
|
let SixTimepicker = class SixTimepicker {
|
|
1331
1558
|
constructor(c, r, z) {
|
|
1332
1559
|
this.z = z;
|
|
@@ -1334,8 +1561,8 @@ let SixTimepicker = class SixTimepicker {
|
|
|
1334
1561
|
this.el = r.nativeElement;
|
|
1335
1562
|
proxyOutputs(this, this.el, ['six-timepicker-change', 'six-timepicker-change-debounced', 'six-timepicker-clear']);
|
|
1336
1563
|
}
|
|
1337
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1338
|
-
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 }); }
|
|
1339
1566
|
};
|
|
1340
1567
|
SixTimepicker = __decorate([
|
|
1341
1568
|
ProxyCmp({
|
|
@@ -1343,7 +1570,7 @@ SixTimepicker = __decorate([
|
|
|
1343
1570
|
methods: ['setFocus']
|
|
1344
1571
|
})
|
|
1345
1572
|
], SixTimepicker);
|
|
1346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTimepicker, decorators: [{
|
|
1347
1574
|
type: Component,
|
|
1348
1575
|
args: [{
|
|
1349
1576
|
selector: 'six-timepicker',
|
|
@@ -1351,8 +1578,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1351
1578
|
template: '<ng-content></ng-content>',
|
|
1352
1579
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1353
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
|
|
1354
1582
|
}]
|
|
1355
|
-
}], ctorParameters:
|
|
1583
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1356
1584
|
let SixTooltip = class SixTooltip {
|
|
1357
1585
|
constructor(c, r, z) {
|
|
1358
1586
|
this.z = z;
|
|
@@ -1360,8 +1588,8 @@ let SixTooltip = class SixTooltip {
|
|
|
1360
1588
|
this.el = r.nativeElement;
|
|
1361
1589
|
proxyOutputs(this, this.el, ['six-tooltip-show', 'six-tooltip-after-show', 'six-tooltip-hide', 'six-tooltip-after-hide']);
|
|
1362
1590
|
}
|
|
1363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1364
|
-
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 }); }
|
|
1365
1593
|
};
|
|
1366
1594
|
SixTooltip = __decorate([
|
|
1367
1595
|
ProxyCmp({
|
|
@@ -1369,7 +1597,7 @@ SixTooltip = __decorate([
|
|
|
1369
1597
|
methods: ['show', 'hide']
|
|
1370
1598
|
})
|
|
1371
1599
|
], SixTooltip);
|
|
1372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTooltip, decorators: [{
|
|
1373
1601
|
type: Component,
|
|
1374
1602
|
args: [{
|
|
1375
1603
|
selector: 'six-tooltip',
|
|
@@ -1377,17 +1605,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1377
1605
|
template: '<ng-content></ng-content>',
|
|
1378
1606
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1379
1607
|
inputs: ['content', 'disabled', 'distance', 'open', 'placement', 'skidding', 'trigger'],
|
|
1608
|
+
standalone: false
|
|
1380
1609
|
}]
|
|
1381
|
-
}], ctorParameters:
|
|
1610
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1382
1611
|
|
|
1383
1612
|
const DIRECTIVES = [
|
|
1384
|
-
SetAttributes,
|
|
1385
1613
|
SixAlert,
|
|
1386
1614
|
SixAvatar,
|
|
1387
1615
|
SixBadge,
|
|
1616
|
+
SixBreadcrumbs,
|
|
1617
|
+
SixBreadcrumbsItem,
|
|
1388
1618
|
SixButton,
|
|
1389
1619
|
SixCard,
|
|
1390
1620
|
SixCheckbox,
|
|
1621
|
+
SixDate,
|
|
1391
1622
|
SixDatepicker,
|
|
1392
1623
|
SixDetails,
|
|
1393
1624
|
SixDialog,
|
|
@@ -1401,12 +1632,16 @@ const DIRECTIVES = [
|
|
|
1401
1632
|
SixFooter,
|
|
1402
1633
|
SixGroupLabel,
|
|
1403
1634
|
SixHeader,
|
|
1635
|
+
SixHeaderDropdownItem,
|
|
1636
|
+
SixHeaderItem,
|
|
1637
|
+
SixHeaderMenuButton,
|
|
1404
1638
|
SixIcon,
|
|
1405
1639
|
SixIconButton,
|
|
1406
1640
|
SixInput,
|
|
1407
1641
|
SixItemPicker,
|
|
1408
1642
|
SixLanguageSwitcher,
|
|
1409
1643
|
SixLayoutGrid,
|
|
1644
|
+
SixLogo,
|
|
1410
1645
|
SixMainContainer,
|
|
1411
1646
|
SixMenu,
|
|
1412
1647
|
SixMenuDivider,
|
|
@@ -1417,6 +1652,7 @@ const DIRECTIVES = [
|
|
|
1417
1652
|
SixProgressRing,
|
|
1418
1653
|
SixRadio,
|
|
1419
1654
|
SixRange,
|
|
1655
|
+
SixRating,
|
|
1420
1656
|
SixRoot,
|
|
1421
1657
|
SixSearchField,
|
|
1422
1658
|
SixSelect,
|
|
@@ -1440,19 +1676,25 @@ class ValidationMessagesService {
|
|
|
1440
1676
|
getErrorMessage(language, error) {
|
|
1441
1677
|
return getErrorMessage(language, error);
|
|
1442
1678
|
}
|
|
1443
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1444
|
-
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' }); }
|
|
1445
1681
|
}
|
|
1446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, decorators: [{
|
|
1447
1683
|
type: Injectable,
|
|
1448
1684
|
args: [{ providedIn: 'root' }]
|
|
1449
1685
|
}] });
|
|
1450
1686
|
|
|
1687
|
+
const DEFAULT_UI_LIBRARY_CONFIG = {
|
|
1688
|
+
showAsteriskOnRequiredValidator: false,
|
|
1689
|
+
};
|
|
1690
|
+
const UI_LIBRARY_CONFIG = new InjectionToken('UiLibraryConfig');
|
|
1691
|
+
|
|
1451
1692
|
class ValueAccessor {
|
|
1452
1693
|
constructor(injector, el) {
|
|
1453
1694
|
this.injector = injector;
|
|
1454
1695
|
this.el = el;
|
|
1455
1696
|
this.validationMessagesService = inject(ValidationMessagesService);
|
|
1697
|
+
this.config = inject(UI_LIBRARY_CONFIG);
|
|
1456
1698
|
this.onChange = () => { };
|
|
1457
1699
|
this.onTouched = () => { };
|
|
1458
1700
|
}
|
|
@@ -1497,13 +1739,17 @@ class ValueAccessor {
|
|
|
1497
1739
|
return;
|
|
1498
1740
|
const element = this.el.nativeElement;
|
|
1499
1741
|
const control = this.ngControl?.control;
|
|
1500
|
-
const invalid =
|
|
1742
|
+
const invalid = control.status === 'INVALID' && control.dirty && control.touched;
|
|
1501
1743
|
let errorTexts;
|
|
1502
1744
|
if (invalid) {
|
|
1503
1745
|
errorTexts = this.initialErrorText || this.getErrorTexts(control);
|
|
1504
1746
|
}
|
|
1505
1747
|
element.invalid = invalid;
|
|
1506
1748
|
element.errorText = errorTexts ?? '';
|
|
1749
|
+
// When the module is configured to do so, display an asterisk next to any form control that has a required validator
|
|
1750
|
+
if (this.config.showAsteriskOnRequiredValidator && this.ngControl.control.hasValidator(Validators.required)) {
|
|
1751
|
+
element.required = true;
|
|
1752
|
+
}
|
|
1507
1753
|
});
|
|
1508
1754
|
}
|
|
1509
1755
|
setDisabledState(isDisabled) {
|
|
@@ -1562,22 +1808,15 @@ class ValueAccessor {
|
|
|
1562
1808
|
return (this.validationMessagesService.getErrorMessage(getLanguage(), { key: key, ...value }) ?? key);
|
|
1563
1809
|
});
|
|
1564
1810
|
}
|
|
1565
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1566
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1811
|
+
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 }); }
|
|
1812
|
+
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 }); }
|
|
1567
1813
|
}
|
|
1568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
1569
1815
|
type: Directive
|
|
1570
|
-
}], ctorParameters:
|
|
1816
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
1571
1817
|
type: HostListener,
|
|
1572
1818
|
args: ['blur', ['$event.target']]
|
|
1573
1819
|
}] } });
|
|
1574
|
-
function getLanguage() {
|
|
1575
|
-
const documentLang = document.documentElement.lang;
|
|
1576
|
-
if (languages.includes(documentLang)) {
|
|
1577
|
-
return documentLang;
|
|
1578
|
-
}
|
|
1579
|
-
return 'de';
|
|
1580
|
-
}
|
|
1581
1820
|
const nextTick = (h) => {
|
|
1582
1821
|
if (typeof __zone_symbol__requestAnimationFrame === 'function') {
|
|
1583
1822
|
return __zone_symbol__requestAnimationFrame(h);
|
|
@@ -1595,8 +1834,8 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1595
1834
|
handleInputEvent(el) {
|
|
1596
1835
|
this.handleValueChange(el, el.value);
|
|
1597
1836
|
}
|
|
1598
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1599
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1837
|
+
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 }); }
|
|
1838
|
+
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: [
|
|
1600
1839
|
{
|
|
1601
1840
|
provide: NG_VALUE_ACCESSOR,
|
|
1602
1841
|
useExisting: TextValueAccessor,
|
|
@@ -1604,7 +1843,7 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1604
1843
|
},
|
|
1605
1844
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1606
1845
|
}
|
|
1607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
1608
1847
|
type: Directive,
|
|
1609
1848
|
args: [{
|
|
1610
1849
|
selector: 'six-input:not([type=number]),six-textarea',
|
|
@@ -1615,8 +1854,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1615
1854
|
multi: true,
|
|
1616
1855
|
},
|
|
1617
1856
|
],
|
|
1857
|
+
standalone: false,
|
|
1618
1858
|
}]
|
|
1619
|
-
}], ctorParameters:
|
|
1859
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1620
1860
|
type: HostListener,
|
|
1621
1861
|
args: ['input', ['$event.target']]
|
|
1622
1862
|
}] } });
|
|
@@ -1633,8 +1873,8 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1633
1873
|
fn(value === '' ? null : parseFloat(value));
|
|
1634
1874
|
});
|
|
1635
1875
|
}
|
|
1636
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1637
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1876
|
+
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 }); }
|
|
1877
|
+
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: [
|
|
1638
1878
|
{
|
|
1639
1879
|
provide: NG_VALUE_ACCESSOR,
|
|
1640
1880
|
useExisting: NumericValueAccessor,
|
|
@@ -1642,7 +1882,7 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1642
1882
|
},
|
|
1643
1883
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1644
1884
|
}
|
|
1645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
1646
1886
|
type: Directive,
|
|
1647
1887
|
args: [{
|
|
1648
1888
|
selector: 'six-input[type=number]',
|
|
@@ -1653,8 +1893,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1653
1893
|
multi: true,
|
|
1654
1894
|
},
|
|
1655
1895
|
],
|
|
1896
|
+
standalone: false,
|
|
1656
1897
|
}]
|
|
1657
|
-
}], ctorParameters:
|
|
1898
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1658
1899
|
type: HostListener,
|
|
1659
1900
|
args: ['input', ['$event.target']]
|
|
1660
1901
|
}] } });
|
|
@@ -1685,8 +1926,8 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1685
1926
|
this.el.nativeElement.name = this.formControlName;
|
|
1686
1927
|
}
|
|
1687
1928
|
}
|
|
1688
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1689
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1929
|
+
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 }); }
|
|
1930
|
+
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: [
|
|
1690
1931
|
{
|
|
1691
1932
|
provide: NG_VALUE_ACCESSOR,
|
|
1692
1933
|
useExisting: RadioValueAccessor,
|
|
@@ -1694,7 +1935,7 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1694
1935
|
},
|
|
1695
1936
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1696
1937
|
}
|
|
1697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
1698
1939
|
type: Directive,
|
|
1699
1940
|
args: [{
|
|
1700
1941
|
selector: 'six-radio',
|
|
@@ -1705,8 +1946,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1705
1946
|
multi: true,
|
|
1706
1947
|
},
|
|
1707
1948
|
],
|
|
1949
|
+
standalone: false,
|
|
1708
1950
|
}]
|
|
1709
|
-
}], ctorParameters:
|
|
1951
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { value: [{
|
|
1710
1952
|
type: Input
|
|
1711
1953
|
}], formControlName: [{
|
|
1712
1954
|
type: Input
|
|
@@ -1724,8 +1966,8 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1724
1966
|
handleChangeEvent(el) {
|
|
1725
1967
|
this.handleValueChange(el, el.value);
|
|
1726
1968
|
}
|
|
1727
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1728
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1969
|
+
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 }); }
|
|
1970
|
+
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: [
|
|
1729
1971
|
{
|
|
1730
1972
|
provide: NG_VALUE_ACCESSOR,
|
|
1731
1973
|
useExisting: DatepickerValueAccessor,
|
|
@@ -1733,7 +1975,7 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1733
1975
|
},
|
|
1734
1976
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1735
1977
|
}
|
|
1736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DatepickerValueAccessor, decorators: [{
|
|
1737
1979
|
type: Directive,
|
|
1738
1980
|
args: [{
|
|
1739
1981
|
selector: 'six-datepicker',
|
|
@@ -1744,8 +1986,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1744
1986
|
multi: true,
|
|
1745
1987
|
},
|
|
1746
1988
|
],
|
|
1989
|
+
standalone: false,
|
|
1747
1990
|
}]
|
|
1748
|
-
}], ctorParameters:
|
|
1991
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
1749
1992
|
type: HostListener,
|
|
1750
1993
|
args: ['change', ['$event.target']]
|
|
1751
1994
|
}] } });
|
|
@@ -1786,15 +2029,16 @@ class SixFormDirective {
|
|
|
1786
2029
|
*/
|
|
1787
2030
|
this.sixSubmit = new EventEmitter();
|
|
1788
2031
|
}
|
|
1789
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1790
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2032
|
+
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 }); }
|
|
2033
|
+
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 }); }
|
|
1791
2034
|
}
|
|
1792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormDirective, decorators: [{
|
|
1793
2036
|
type: Directive,
|
|
1794
2037
|
args: [{
|
|
1795
2038
|
selector: 'form[sixForm]',
|
|
2039
|
+
standalone: false,
|
|
1796
2040
|
}]
|
|
1797
|
-
}], ctorParameters:
|
|
2041
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }], propDecorators: { sixSubmit: [{
|
|
1798
2042
|
type: Output
|
|
1799
2043
|
}], onNgSubmit: [{
|
|
1800
2044
|
type: HostListener,
|
|
@@ -1837,15 +2081,16 @@ class SixFormUtilDirective {
|
|
|
1837
2081
|
focusInvalidField() {
|
|
1838
2082
|
focusInvalidField(this.formGroupDirective, this.elementRef);
|
|
1839
2083
|
}
|
|
1840
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1841
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2084
|
+
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 }); }
|
|
2085
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixFormUtilDirective, isStandalone: false, selector: "[sixFormUtil]", ngImport: i0 }); }
|
|
1842
2086
|
}
|
|
1843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormUtilDirective, decorators: [{
|
|
1844
2088
|
type: Directive,
|
|
1845
2089
|
args: [{
|
|
1846
2090
|
selector: '[sixFormUtil]',
|
|
2091
|
+
standalone: false,
|
|
1847
2092
|
}]
|
|
1848
|
-
}], ctorParameters:
|
|
2093
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }] });
|
|
1849
2094
|
function focusInvalidField(formGroupDirective, formElement) {
|
|
1850
2095
|
formGroupDirective.form.markAllAsTouched();
|
|
1851
2096
|
markAllAsDirty([formGroupDirective.form]);
|
|
@@ -1905,6 +2150,30 @@ class SixUiLibraryValidators {
|
|
|
1905
2150
|
return allowed ? null : { invaliddate: { actual: control.value } };
|
|
1906
2151
|
};
|
|
1907
2152
|
}
|
|
2153
|
+
static minDateIso(mindate) {
|
|
2154
|
+
return (control) => {
|
|
2155
|
+
if (control.value == null || control.value === '')
|
|
2156
|
+
return null;
|
|
2157
|
+
const actualDate = control.value;
|
|
2158
|
+
return actualDate >= mindate ? null : { mindate: { mindate, actual: actualDate } };
|
|
2159
|
+
};
|
|
2160
|
+
}
|
|
2161
|
+
static maxDateIso(maxdate) {
|
|
2162
|
+
return (control) => {
|
|
2163
|
+
if (control.value == null || control.value === '')
|
|
2164
|
+
return null;
|
|
2165
|
+
const actualDate = control.value;
|
|
2166
|
+
return actualDate <= maxdate ? null : { maxdate: { maxdate, actual: actualDate } };
|
|
2167
|
+
};
|
|
2168
|
+
}
|
|
2169
|
+
static allowedDatesIso(allowedDates = () => true) {
|
|
2170
|
+
return (control) => {
|
|
2171
|
+
if (control.value == null || control.value === '')
|
|
2172
|
+
return null;
|
|
2173
|
+
const allowed = allowedDates(control.value);
|
|
2174
|
+
return allowed ? null : { invaliddate: { actual: control.value } };
|
|
2175
|
+
};
|
|
2176
|
+
}
|
|
1908
2177
|
}
|
|
1909
2178
|
class MinDateValidator {
|
|
1910
2179
|
validate(control) {
|
|
@@ -1913,14 +2182,15 @@ class MinDateValidator {
|
|
|
1913
2182
|
}
|
|
1914
2183
|
return null;
|
|
1915
2184
|
}
|
|
1916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1917
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2186
|
+
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 }); }
|
|
1918
2187
|
}
|
|
1919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidator, decorators: [{
|
|
1920
2189
|
type: Directive,
|
|
1921
2190
|
args: [{
|
|
1922
2191
|
selector: 'six-datepicker[min]',
|
|
1923
2192
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidator, multi: true }],
|
|
2193
|
+
standalone: false,
|
|
1924
2194
|
}]
|
|
1925
2195
|
}], propDecorators: { min: [{
|
|
1926
2196
|
type: Input
|
|
@@ -1932,14 +2202,15 @@ class MaxDateValidator {
|
|
|
1932
2202
|
}
|
|
1933
2203
|
return null;
|
|
1934
2204
|
}
|
|
1935
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1936
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2205
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2206
|
+
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 }); }
|
|
1937
2207
|
}
|
|
1938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidator, decorators: [{
|
|
1939
2209
|
type: Directive,
|
|
1940
2210
|
args: [{
|
|
1941
2211
|
selector: 'six-datepicker[max]',
|
|
1942
2212
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidator, multi: true }],
|
|
2213
|
+
standalone: false,
|
|
1943
2214
|
}]
|
|
1944
2215
|
}], propDecorators: { max: [{
|
|
1945
2216
|
type: Input
|
|
@@ -1951,14 +2222,75 @@ class AllowedDatesValidator {
|
|
|
1951
2222
|
validate(control) {
|
|
1952
2223
|
return SixUiLibraryValidators.allowedDates(this.allowedDates)(control);
|
|
1953
2224
|
}
|
|
1954
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1955
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2225
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2226
|
+
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 }); }
|
|
1956
2227
|
}
|
|
1957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidator, decorators: [{
|
|
1958
2229
|
type: Directive,
|
|
1959
2230
|
args: [{
|
|
1960
2231
|
selector: 'six-datepicker[allowedDates]',
|
|
1961
2232
|
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidator, multi: true }],
|
|
2233
|
+
standalone: false,
|
|
2234
|
+
}]
|
|
2235
|
+
}], propDecorators: { allowedDates: [{
|
|
2236
|
+
type: Input
|
|
2237
|
+
}] } });
|
|
2238
|
+
class MinDateValidatorIso {
|
|
2239
|
+
validate(control) {
|
|
2240
|
+
if (this.min != null) {
|
|
2241
|
+
return SixUiLibraryValidators.minDateIso(this.min)(control);
|
|
2242
|
+
}
|
|
2243
|
+
return null;
|
|
2244
|
+
}
|
|
2245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2246
|
+
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 }); }
|
|
2247
|
+
}
|
|
2248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidatorIso, decorators: [{
|
|
2249
|
+
type: Directive,
|
|
2250
|
+
args: [{
|
|
2251
|
+
selector: 'six-date[min]',
|
|
2252
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }],
|
|
2253
|
+
standalone: false,
|
|
2254
|
+
}]
|
|
2255
|
+
}], propDecorators: { min: [{
|
|
2256
|
+
type: Input
|
|
2257
|
+
}] } });
|
|
2258
|
+
class MaxDateValidatorIso {
|
|
2259
|
+
validate(control) {
|
|
2260
|
+
if (this.max != null) {
|
|
2261
|
+
return SixUiLibraryValidators.maxDateIso(this.max)(control);
|
|
2262
|
+
}
|
|
2263
|
+
return null;
|
|
2264
|
+
}
|
|
2265
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2266
|
+
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 }); }
|
|
2267
|
+
}
|
|
2268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidatorIso, decorators: [{
|
|
2269
|
+
type: Directive,
|
|
2270
|
+
args: [{
|
|
2271
|
+
selector: 'six-date[max]',
|
|
2272
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }],
|
|
2273
|
+
standalone: false,
|
|
2274
|
+
}]
|
|
2275
|
+
}], propDecorators: { max: [{
|
|
2276
|
+
type: Input
|
|
2277
|
+
}] } });
|
|
2278
|
+
class AllowedDatesValidatorIso {
|
|
2279
|
+
constructor() {
|
|
2280
|
+
this.allowedDates = () => true;
|
|
2281
|
+
}
|
|
2282
|
+
validate(control) {
|
|
2283
|
+
return SixUiLibraryValidators.allowedDatesIso(this.allowedDates)(control);
|
|
2284
|
+
}
|
|
2285
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2286
|
+
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 }); }
|
|
2287
|
+
}
|
|
2288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidatorIso, decorators: [{
|
|
2289
|
+
type: Directive,
|
|
2290
|
+
args: [{
|
|
2291
|
+
selector: 'six-date[allowedDates]',
|
|
2292
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }],
|
|
2293
|
+
standalone: false,
|
|
1962
2294
|
}]
|
|
1963
2295
|
}], propDecorators: { allowedDates: [{
|
|
1964
2296
|
type: Input
|
|
@@ -1967,14 +2299,15 @@ class MinValidator {
|
|
|
1967
2299
|
validate(control) {
|
|
1968
2300
|
return Validators.min(toFloat(this.min))(control);
|
|
1969
2301
|
}
|
|
1970
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1971
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2302
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2303
|
+
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 }); }
|
|
1972
2304
|
}
|
|
1973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinValidator, decorators: [{
|
|
1974
2306
|
type: Directive,
|
|
1975
2307
|
args: [{
|
|
1976
2308
|
selector: 'six-input[type=number][min]',
|
|
1977
2309
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }],
|
|
2310
|
+
standalone: false,
|
|
1978
2311
|
}]
|
|
1979
2312
|
}], propDecorators: { min: [{
|
|
1980
2313
|
type: Input
|
|
@@ -1983,14 +2316,15 @@ class MaxValidator {
|
|
|
1983
2316
|
validate(control) {
|
|
1984
2317
|
return Validators.max(toFloat(this.max))(control);
|
|
1985
2318
|
}
|
|
1986
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1987
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2319
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2320
|
+
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 }); }
|
|
1988
2321
|
}
|
|
1989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2322
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxValidator, decorators: [{
|
|
1990
2323
|
type: Directive,
|
|
1991
2324
|
args: [{
|
|
1992
2325
|
selector: 'six-input[type=number][max]',
|
|
1993
2326
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }],
|
|
2327
|
+
standalone: false,
|
|
1994
2328
|
}]
|
|
1995
2329
|
}], propDecorators: { max: [{
|
|
1996
2330
|
type: Input
|
|
@@ -2006,8 +2340,8 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2006
2340
|
handleChangeEvent(el) {
|
|
2007
2341
|
this.handleValueChange(el, el.value);
|
|
2008
2342
|
}
|
|
2009
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2010
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2343
|
+
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 }); }
|
|
2344
|
+
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: [
|
|
2011
2345
|
{
|
|
2012
2346
|
provide: NG_VALUE_ACCESSOR,
|
|
2013
2347
|
useExisting: SelectValueAccessor,
|
|
@@ -2015,7 +2349,7 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2015
2349
|
},
|
|
2016
2350
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2017
2351
|
}
|
|
2018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
2019
2353
|
type: Directive,
|
|
2020
2354
|
args: [{
|
|
2021
2355
|
selector: 'six-select',
|
|
@@ -2026,8 +2360,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2026
2360
|
multi: true,
|
|
2027
2361
|
},
|
|
2028
2362
|
],
|
|
2363
|
+
standalone: false,
|
|
2029
2364
|
}]
|
|
2030
|
-
}], ctorParameters:
|
|
2365
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2031
2366
|
type: HostListener,
|
|
2032
2367
|
args: ['change', ['$event.target']]
|
|
2033
2368
|
}] } });
|
|
@@ -2043,8 +2378,8 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2043
2378
|
this.el.nativeElement.checked = value === true;
|
|
2044
2379
|
this.updateValidation();
|
|
2045
2380
|
}
|
|
2046
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2047
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2381
|
+
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 }); }
|
|
2382
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: CheckboxValueAccessor, isStandalone: false, selector: "six-checkbox", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2048
2383
|
{
|
|
2049
2384
|
provide: NG_VALUE_ACCESSOR,
|
|
2050
2385
|
useExisting: CheckboxValueAccessor,
|
|
@@ -2052,7 +2387,7 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2052
2387
|
},
|
|
2053
2388
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2054
2389
|
}
|
|
2055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: CheckboxValueAccessor, decorators: [{
|
|
2056
2391
|
type: Directive,
|
|
2057
2392
|
args: [{
|
|
2058
2393
|
selector: 'six-checkbox',
|
|
@@ -2063,8 +2398,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2063
2398
|
multi: true,
|
|
2064
2399
|
},
|
|
2065
2400
|
],
|
|
2401
|
+
standalone: false,
|
|
2066
2402
|
}]
|
|
2067
|
-
}], ctorParameters:
|
|
2403
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2068
2404
|
type: HostListener,
|
|
2069
2405
|
args: ['change', ['$event.target']]
|
|
2070
2406
|
}] } });
|
|
@@ -2081,8 +2417,8 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2081
2417
|
fn(value === '' ? null : parseFloat(value));
|
|
2082
2418
|
});
|
|
2083
2419
|
}
|
|
2084
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2085
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2420
|
+
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 }); }
|
|
2421
|
+
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: [
|
|
2086
2422
|
{
|
|
2087
2423
|
provide: NG_VALUE_ACCESSOR,
|
|
2088
2424
|
useExisting: RangeValueAccessor,
|
|
@@ -2090,7 +2426,7 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2090
2426
|
},
|
|
2091
2427
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2092
2428
|
}
|
|
2093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RangeValueAccessor, decorators: [{
|
|
2094
2430
|
type: Directive,
|
|
2095
2431
|
args: [{
|
|
2096
2432
|
selector: 'six-range',
|
|
@@ -2101,8 +2437,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2101
2437
|
multi: true,
|
|
2102
2438
|
},
|
|
2103
2439
|
],
|
|
2440
|
+
standalone: false,
|
|
2104
2441
|
}]
|
|
2105
|
-
}], ctorParameters:
|
|
2442
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2106
2443
|
type: HostListener,
|
|
2107
2444
|
args: ['input', ['$event.target']]
|
|
2108
2445
|
}] } });
|
|
@@ -2118,8 +2455,8 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2118
2455
|
this.el.nativeElement.checked = value === true;
|
|
2119
2456
|
this.updateValidation();
|
|
2120
2457
|
}
|
|
2121
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2122
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2458
|
+
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 }); }
|
|
2459
|
+
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: [
|
|
2123
2460
|
{
|
|
2124
2461
|
provide: NG_VALUE_ACCESSOR,
|
|
2125
2462
|
useExisting: SwitchValueAccessor,
|
|
@@ -2127,7 +2464,7 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2127
2464
|
},
|
|
2128
2465
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2129
2466
|
}
|
|
2130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SwitchValueAccessor, decorators: [{
|
|
2131
2468
|
type: Directive,
|
|
2132
2469
|
args: [{
|
|
2133
2470
|
selector: 'six-switch',
|
|
@@ -2138,8 +2475,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2138
2475
|
multi: true,
|
|
2139
2476
|
},
|
|
2140
2477
|
],
|
|
2478
|
+
standalone: false,
|
|
2141
2479
|
}]
|
|
2142
|
-
}], ctorParameters:
|
|
2480
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2143
2481
|
type: HostListener,
|
|
2144
2482
|
args: ['change', ['$event.target']]
|
|
2145
2483
|
}] } });
|
|
@@ -2151,8 +2489,8 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2151
2489
|
handleChangeEvent(el) {
|
|
2152
2490
|
this.handleValueChange(el, el.value);
|
|
2153
2491
|
}
|
|
2154
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2155
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2492
|
+
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 }); }
|
|
2493
|
+
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: [
|
|
2156
2494
|
{
|
|
2157
2495
|
provide: NG_VALUE_ACCESSOR,
|
|
2158
2496
|
useExisting: TimepickerValueAccessor,
|
|
@@ -2160,7 +2498,7 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2160
2498
|
},
|
|
2161
2499
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2162
2500
|
}
|
|
2163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TimepickerValueAccessor, decorators: [{
|
|
2164
2502
|
type: Directive,
|
|
2165
2503
|
args: [{
|
|
2166
2504
|
selector: 'six-timepicker',
|
|
@@ -2171,8 +2509,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2171
2509
|
multi: true,
|
|
2172
2510
|
},
|
|
2173
2511
|
],
|
|
2512
|
+
standalone: false,
|
|
2174
2513
|
}]
|
|
2175
|
-
}], ctorParameters:
|
|
2514
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2176
2515
|
type: HostListener,
|
|
2177
2516
|
args: ['change', ['$event.target']]
|
|
2178
2517
|
}] } });
|
|
@@ -2202,19 +2541,25 @@ class SixRouterLinkDirective {
|
|
|
2202
2541
|
if (this.routerLinkDirective?.urlTree) {
|
|
2203
2542
|
const url = this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.routerLinkDirective.urlTree));
|
|
2204
2543
|
this.renderer.setAttribute(this.elementRef.nativeElement, 'href', url);
|
|
2544
|
+
// Remove the `tabindex` attribute to prevent redundant focus behavior.
|
|
2545
|
+
// Angular's RouterLink adds `tabindex="0"` to non-focusable elements (e.g., `<div>`),
|
|
2546
|
+
// but custom components like `six-button` already handle focusability.
|
|
2547
|
+
// Keeping the tabindex would cause the element to receive focus twice.
|
|
2548
|
+
this.renderer.removeAttribute(this.elementRef.nativeElement, 'tabindex');
|
|
2205
2549
|
}
|
|
2206
2550
|
}
|
|
2207
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2208
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2551
|
+
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 }); }
|
|
2552
|
+
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 }); }
|
|
2209
2553
|
}
|
|
2210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRouterLinkDirective, decorators: [{
|
|
2211
2555
|
type: Directive,
|
|
2212
2556
|
args: [{
|
|
2213
|
-
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink]',
|
|
2557
|
+
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]',
|
|
2558
|
+
standalone: false,
|
|
2214
2559
|
}]
|
|
2215
|
-
}], ctorParameters:
|
|
2560
|
+
}], ctorParameters: () => [{ type: i1$1.LocationStrategy }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.Renderer2 }, { type: i2.RouterLink, decorators: [{
|
|
2216
2561
|
type: Optional
|
|
2217
|
-
}] }]
|
|
2562
|
+
}] }], propDecorators: { onClick: [{
|
|
2218
2563
|
type: HostListener,
|
|
2219
2564
|
args: ['click', ['$event']]
|
|
2220
2565
|
}], routerLink: [{
|
|
@@ -2229,8 +2574,158 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2229
2574
|
type: Input
|
|
2230
2575
|
}] } });
|
|
2231
2576
|
|
|
2577
|
+
/**
|
|
2578
|
+
* Enables Angular router integration for the six-sidebar component.
|
|
2579
|
+
*
|
|
2580
|
+
* When this directive is added to a six-sidebar component using the 'sixRouterLinkActive' attribute,
|
|
2581
|
+
* it activates automatic route-based selection for sidebar items and groups.
|
|
2582
|
+
*
|
|
2583
|
+
* @recommended Add this directive to enable automatic route-based navigation in sidebars.
|
|
2584
|
+
*
|
|
2585
|
+
* @example
|
|
2586
|
+
* ```html
|
|
2587
|
+
* <six-sidebar sixRouterLinkActive>
|
|
2588
|
+
* <six-sidebar-item routerLink="/home">Home</six-sidebar-item>
|
|
2589
|
+
* <six-sidebar-item-group>
|
|
2590
|
+
* <six-sidebar-item routerLink="/settings/profile">Profile</six-sidebar-item>
|
|
2591
|
+
* </six-sidebar-item-group>
|
|
2592
|
+
* </six-sidebar>
|
|
2593
|
+
* ```
|
|
2594
|
+
*/
|
|
2595
|
+
class ActiveSidebarDirective {
|
|
2596
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2597
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ActiveSidebarDirective, isStandalone: false, selector: "six-sidebar[sixRouterLinkActive]", ngImport: i0 }); }
|
|
2598
|
+
}
|
|
2599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarDirective, decorators: [{
|
|
2600
|
+
type: Directive,
|
|
2601
|
+
args: [{
|
|
2602
|
+
selector: 'six-sidebar[sixRouterLinkActive]',
|
|
2603
|
+
standalone: false,
|
|
2604
|
+
}]
|
|
2605
|
+
}] });
|
|
2606
|
+
/**
|
|
2607
|
+
* Enhances six-sidebar-item with Angular router integration.
|
|
2608
|
+
*
|
|
2609
|
+
* This directive automatically manages the 'selected' state of sidebar items based on the current route.
|
|
2610
|
+
* When used with ActiveSidebarDirective, it switches from manual selection to route-based selection.
|
|
2611
|
+
*
|
|
2612
|
+
* @requires RouterLinkActive
|
|
2613
|
+
* @optional ActiveSidebarDirective - If present, enables route-based selection
|
|
2614
|
+
*/
|
|
2615
|
+
class ActiveSidebarItemDirective {
|
|
2616
|
+
constructor() {
|
|
2617
|
+
this.routerLinkActive = inject(RouterLinkActive);
|
|
2618
|
+
this.sidebarItem = inject(SixSidebarItem);
|
|
2619
|
+
this.activeSidebarDirective = inject(ActiveSidebarDirective, { optional: true });
|
|
2620
|
+
}
|
|
2621
|
+
get selected() {
|
|
2622
|
+
if (this.activeSidebarDirective == null) {
|
|
2623
|
+
return this.sidebarItem.selected;
|
|
2624
|
+
}
|
|
2625
|
+
else {
|
|
2626
|
+
return this.routerLinkActive.isActive;
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2630
|
+
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 }); }
|
|
2631
|
+
}
|
|
2632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemDirective, decorators: [{
|
|
2633
|
+
type: Directive,
|
|
2634
|
+
args: [{
|
|
2635
|
+
selector: 'six-sidebar-item',
|
|
2636
|
+
hostDirectives: [RouterLinkActive],
|
|
2637
|
+
standalone: false,
|
|
2638
|
+
}]
|
|
2639
|
+
}], propDecorators: { selected: [{
|
|
2640
|
+
type: HostBinding,
|
|
2641
|
+
args: ['selected']
|
|
2642
|
+
}] } });
|
|
2643
|
+
/**
|
|
2644
|
+
* Enhances six-sidebar-item-group with Angular router integration.
|
|
2645
|
+
*
|
|
2646
|
+
* This directive automatically manages the 'open' state of sidebar groups based on the active route.
|
|
2647
|
+
* When a child route is active, the group automatically expands to show the active item.
|
|
2648
|
+
*
|
|
2649
|
+
* @requires RouterLinkActive
|
|
2650
|
+
* @optional ActiveSidebarDirective - If present, enables route-based expansion
|
|
2651
|
+
*/
|
|
2652
|
+
class ActiveSidebarItemGroupDirective {
|
|
2653
|
+
constructor() {
|
|
2654
|
+
this.routerLinkActive = inject(RouterLinkActive);
|
|
2655
|
+
this.sidebarItemGroup = inject(SixSidebarItemGroup);
|
|
2656
|
+
this.activeSidebarDirective = inject(ActiveSidebarDirective, { optional: true });
|
|
2657
|
+
}
|
|
2658
|
+
get open() {
|
|
2659
|
+
if (this.activeSidebarDirective == null) {
|
|
2660
|
+
return this.sidebarItemGroup.open;
|
|
2661
|
+
}
|
|
2662
|
+
if (this.sidebarItems?.length > 0) {
|
|
2663
|
+
return this.routerLinkActive.isActive ? true : this.sidebarItemGroup.open;
|
|
2664
|
+
}
|
|
2665
|
+
return this.routerLinkActive.isActive;
|
|
2666
|
+
}
|
|
2667
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2668
|
+
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 }); }
|
|
2669
|
+
}
|
|
2670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemGroupDirective, decorators: [{
|
|
2671
|
+
type: Directive,
|
|
2672
|
+
args: [{
|
|
2673
|
+
selector: 'six-sidebar-item-group',
|
|
2674
|
+
hostDirectives: [RouterLinkActive],
|
|
2675
|
+
standalone: false,
|
|
2676
|
+
}]
|
|
2677
|
+
}], propDecorators: { sidebarItems: [{
|
|
2678
|
+
type: ContentChildren,
|
|
2679
|
+
args: [SixSidebarItem]
|
|
2680
|
+
}], open: [{
|
|
2681
|
+
type: HostBinding,
|
|
2682
|
+
args: ['open']
|
|
2683
|
+
}] } });
|
|
2684
|
+
|
|
2685
|
+
class DateValueAccessor extends ValueAccessor {
|
|
2686
|
+
constructor(injector, el) {
|
|
2687
|
+
super(injector, el);
|
|
2688
|
+
}
|
|
2689
|
+
handleInputEvent(el) {
|
|
2690
|
+
this.handleValueChange(el, el.value);
|
|
2691
|
+
}
|
|
2692
|
+
writeValue(value) {
|
|
2693
|
+
this.el.nativeElement.value = value == null ? '' : value;
|
|
2694
|
+
this.updateValidation();
|
|
2695
|
+
}
|
|
2696
|
+
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 }); }
|
|
2697
|
+
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: [
|
|
2698
|
+
{
|
|
2699
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2700
|
+
useExisting: DateValueAccessor,
|
|
2701
|
+
multi: true,
|
|
2702
|
+
},
|
|
2703
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
2704
|
+
}
|
|
2705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DateValueAccessor, decorators: [{
|
|
2706
|
+
type: Directive,
|
|
2707
|
+
args: [{
|
|
2708
|
+
selector: 'six-date',
|
|
2709
|
+
providers: [
|
|
2710
|
+
{
|
|
2711
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2712
|
+
useExisting: DateValueAccessor,
|
|
2713
|
+
multi: true,
|
|
2714
|
+
},
|
|
2715
|
+
],
|
|
2716
|
+
standalone: false,
|
|
2717
|
+
}]
|
|
2718
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2719
|
+
type: HostListener,
|
|
2720
|
+
args: ['change', ['$event.target']]
|
|
2721
|
+
}] } });
|
|
2722
|
+
|
|
2232
2723
|
class UiLibraryAngularModule {
|
|
2233
|
-
static forRoot(customValidationMessagesService) {
|
|
2724
|
+
static forRoot(customValidationMessagesService, config) {
|
|
2725
|
+
const mergedConfig = {
|
|
2726
|
+
...DEFAULT_UI_LIBRARY_CONFIG,
|
|
2727
|
+
...config,
|
|
2728
|
+
};
|
|
2234
2729
|
return {
|
|
2235
2730
|
ngModule: UiLibraryAngularModule,
|
|
2236
2731
|
providers: [
|
|
@@ -2240,16 +2735,18 @@ class UiLibraryAngularModule {
|
|
|
2240
2735
|
multi: true,
|
|
2241
2736
|
},
|
|
2242
2737
|
{ provide: ValidationMessagesService, useClass: customValidationMessagesService ?? ValidationMessagesService },
|
|
2738
|
+
{ provide: UI_LIBRARY_CONFIG, useValue: mergedConfig },
|
|
2243
2739
|
],
|
|
2244
2740
|
};
|
|
2245
2741
|
}
|
|
2246
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2247
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2742
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2743
|
+
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,
|
|
2248
2744
|
// value accessors
|
|
2249
2745
|
TextValueAccessor,
|
|
2250
2746
|
NumericValueAccessor,
|
|
2251
2747
|
RadioValueAccessor,
|
|
2252
2748
|
DatepickerValueAccessor,
|
|
2749
|
+
DateValueAccessor,
|
|
2253
2750
|
TimepickerValueAccessor,
|
|
2254
2751
|
SelectValueAccessor,
|
|
2255
2752
|
CheckboxValueAccessor,
|
|
@@ -2261,16 +2758,24 @@ class UiLibraryAngularModule {
|
|
|
2261
2758
|
MinDateValidator,
|
|
2262
2759
|
MaxDateValidator,
|
|
2263
2760
|
AllowedDatesValidator,
|
|
2761
|
+
MinDateValidatorIso,
|
|
2762
|
+
MaxDateValidatorIso,
|
|
2763
|
+
AllowedDatesValidatorIso,
|
|
2264
2764
|
// form helpers
|
|
2265
2765
|
SixFormDirective,
|
|
2266
2766
|
SixFormUtilDirective,
|
|
2267
2767
|
// router link directive
|
|
2268
|
-
SixRouterLinkDirective
|
|
2768
|
+
SixRouterLinkDirective,
|
|
2769
|
+
// sidebar helpers
|
|
2770
|
+
ActiveSidebarItemDirective,
|
|
2771
|
+
ActiveSidebarItemGroupDirective,
|
|
2772
|
+
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,
|
|
2269
2773
|
// value accessors
|
|
2270
2774
|
TextValueAccessor,
|
|
2271
2775
|
NumericValueAccessor,
|
|
2272
2776
|
RadioValueAccessor,
|
|
2273
2777
|
DatepickerValueAccessor,
|
|
2778
|
+
DateValueAccessor,
|
|
2274
2779
|
TimepickerValueAccessor,
|
|
2275
2780
|
SelectValueAccessor,
|
|
2276
2781
|
CheckboxValueAccessor,
|
|
@@ -2282,14 +2787,21 @@ class UiLibraryAngularModule {
|
|
|
2282
2787
|
MinDateValidator,
|
|
2283
2788
|
MaxDateValidator,
|
|
2284
2789
|
AllowedDatesValidator,
|
|
2790
|
+
MinDateValidatorIso,
|
|
2791
|
+
MaxDateValidatorIso,
|
|
2792
|
+
AllowedDatesValidatorIso,
|
|
2285
2793
|
// form helpers
|
|
2286
2794
|
SixFormDirective,
|
|
2287
2795
|
SixFormUtilDirective,
|
|
2288
2796
|
// router link directive
|
|
2289
|
-
SixRouterLinkDirective
|
|
2290
|
-
|
|
2797
|
+
SixRouterLinkDirective,
|
|
2798
|
+
// sidebar helpers
|
|
2799
|
+
ActiveSidebarItemDirective,
|
|
2800
|
+
ActiveSidebarItemGroupDirective,
|
|
2801
|
+
ActiveSidebarDirective] }); }
|
|
2802
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule }); }
|
|
2291
2803
|
}
|
|
2292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, decorators: [{
|
|
2293
2805
|
type: NgModule,
|
|
2294
2806
|
args: [{
|
|
2295
2807
|
declarations: [
|
|
@@ -2300,6 +2812,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2300
2812
|
NumericValueAccessor,
|
|
2301
2813
|
RadioValueAccessor,
|
|
2302
2814
|
DatepickerValueAccessor,
|
|
2815
|
+
DateValueAccessor,
|
|
2303
2816
|
TimepickerValueAccessor,
|
|
2304
2817
|
SelectValueAccessor,
|
|
2305
2818
|
CheckboxValueAccessor,
|
|
@@ -2311,11 +2824,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2311
2824
|
MinDateValidator,
|
|
2312
2825
|
MaxDateValidator,
|
|
2313
2826
|
AllowedDatesValidator,
|
|
2827
|
+
MinDateValidatorIso,
|
|
2828
|
+
MaxDateValidatorIso,
|
|
2829
|
+
AllowedDatesValidatorIso,
|
|
2314
2830
|
// form helpers
|
|
2315
2831
|
SixFormDirective,
|
|
2316
2832
|
SixFormUtilDirective,
|
|
2317
2833
|
// router link directive
|
|
2318
2834
|
SixRouterLinkDirective,
|
|
2835
|
+
// sidebar helpers
|
|
2836
|
+
ActiveSidebarItemDirective,
|
|
2837
|
+
ActiveSidebarItemGroupDirective,
|
|
2838
|
+
ActiveSidebarDirective,
|
|
2319
2839
|
],
|
|
2320
2840
|
imports: [],
|
|
2321
2841
|
exports: [
|
|
@@ -2326,6 +2846,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2326
2846
|
NumericValueAccessor,
|
|
2327
2847
|
RadioValueAccessor,
|
|
2328
2848
|
DatepickerValueAccessor,
|
|
2849
|
+
DateValueAccessor,
|
|
2329
2850
|
TimepickerValueAccessor,
|
|
2330
2851
|
SelectValueAccessor,
|
|
2331
2852
|
CheckboxValueAccessor,
|
|
@@ -2337,15 +2858,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2337
2858
|
MinDateValidator,
|
|
2338
2859
|
MaxDateValidator,
|
|
2339
2860
|
AllowedDatesValidator,
|
|
2861
|
+
MinDateValidatorIso,
|
|
2862
|
+
MaxDateValidatorIso,
|
|
2863
|
+
AllowedDatesValidatorIso,
|
|
2340
2864
|
// form helpers
|
|
2341
2865
|
SixFormDirective,
|
|
2342
2866
|
SixFormUtilDirective,
|
|
2343
2867
|
// router link directive
|
|
2344
2868
|
SixRouterLinkDirective,
|
|
2869
|
+
// sidebar helpers
|
|
2870
|
+
ActiveSidebarItemDirective,
|
|
2871
|
+
ActiveSidebarItemGroupDirective,
|
|
2872
|
+
ActiveSidebarDirective,
|
|
2345
2873
|
],
|
|
2346
2874
|
}]
|
|
2347
2875
|
}] });
|
|
2348
2876
|
|
|
2877
|
+
class AlertService {
|
|
2878
|
+
constructor() {
|
|
2879
|
+
this.ngZone = inject(NgZone);
|
|
2880
|
+
}
|
|
2881
|
+
/**
|
|
2882
|
+
* Displays an alert as a toast notification.
|
|
2883
|
+
*/
|
|
2884
|
+
showAlert(message, alertType, duration, iconName) {
|
|
2885
|
+
this.ngZone.runOutsideAngular(() => showAlert(message, alertType, duration, iconName));
|
|
2886
|
+
}
|
|
2887
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2888
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, providedIn: 'root' }); }
|
|
2889
|
+
}
|
|
2890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, decorators: [{
|
|
2891
|
+
type: Injectable,
|
|
2892
|
+
args: [{ providedIn: 'root' }]
|
|
2893
|
+
}] });
|
|
2894
|
+
|
|
2349
2895
|
/*
|
|
2350
2896
|
* Public API Surface of ui-library-angular
|
|
2351
2897
|
*/
|
|
@@ -2354,5 +2900,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2354
2900
|
* Generated bundle index. Do not edit.
|
|
2355
2901
|
*/
|
|
2356
2902
|
|
|
2357
|
-
export { AllowedDatesValidator, CheckboxValueAccessor, DIRECTIVES, DatepickerValueAccessor, MaxDateValidator, MaxValidator, MinDateValidator, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor,
|
|
2903
|
+
export { ActiveSidebarDirective, ActiveSidebarItemDirective, ActiveSidebarItemGroupDirective, AlertService, AllowedDatesValidator, AllowedDatesValidatorIso, CheckboxValueAccessor, DIRECTIVES, DateValueAccessor, DatepickerValueAccessor, MaxDateValidator, MaxDateValidatorIso, MaxValidator, MinDateValidator, MinDateValidatorIso, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor, SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, 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, 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 };
|
|
2358
2904
|
//# sourceMappingURL=six-group-ui-library-angular.mjs.map
|