@six-group/ui-library-angular 0.0.0-insider.a7adc6d → 0.0.0-insider.a88c31a

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