@six-group/ui-library-angular 0.0.0-insider.b85326c → 0.0.0-insider.b9211de

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.
@@ -87,12 +87,12 @@ SixAlert = __decorate([
87
87
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAlert, decorators: [{
88
88
  type: Component,
89
89
  args: [{
90
- standalone: false,
91
90
  selector: 'six-alert',
92
91
  changeDetection: ChangeDetectionStrategy.OnPush,
93
92
  template: '<ng-content></ng-content>',
94
93
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
95
94
  inputs: ['closable', 'duration', 'open', 'type'],
95
+ standalone: false
96
96
  }]
97
97
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
98
98
  let SixAvatar = class SixAvatar {
@@ -112,12 +112,12 @@ SixAvatar = __decorate([
112
112
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAvatar, decorators: [{
113
113
  type: Component,
114
114
  args: [{
115
- standalone: false,
116
115
  selector: 'six-avatar',
117
116
  changeDetection: ChangeDetectionStrategy.OnPush,
118
117
  template: '<ng-content></ng-content>',
119
118
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
120
119
  inputs: ['alt', 'image', 'initials', 'shape'],
120
+ standalone: false
121
121
  }]
122
122
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
123
123
  let SixBadge = class SixBadge {
@@ -137,12 +137,62 @@ SixBadge = __decorate([
137
137
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBadge, decorators: [{
138
138
  type: Component,
139
139
  args: [{
140
- standalone: false,
141
140
  selector: 'six-badge',
142
141
  changeDetection: ChangeDetectionStrategy.OnPush,
143
142
  template: '<ng-content></ng-content>',
144
143
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
145
144
  inputs: ['pill', 'pulse', 'type'],
145
+ standalone: false
146
+ }]
147
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
148
+ let SixBreadcrumbs = class SixBreadcrumbs {
149
+ constructor(c, r, z) {
150
+ this.z = z;
151
+ c.detach();
152
+ this.el = r.nativeElement;
153
+ }
154
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
155
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixBreadcrumbs, isStandalone: false, selector: "six-breadcrumbs", inputs: { separatorIcon: "separatorIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
156
+ };
157
+ SixBreadcrumbs = __decorate([
158
+ ProxyCmp({
159
+ inputs: ['separatorIcon']
160
+ })
161
+ ], SixBreadcrumbs);
162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbs, decorators: [{
163
+ type: Component,
164
+ args: [{
165
+ selector: 'six-breadcrumbs',
166
+ changeDetection: ChangeDetectionStrategy.OnPush,
167
+ template: '<ng-content></ng-content>',
168
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
169
+ inputs: ['separatorIcon'],
170
+ standalone: false
171
+ }]
172
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
173
+ let SixBreadcrumbsItem = class SixBreadcrumbsItem {
174
+ constructor(c, r, z) {
175
+ this.z = z;
176
+ c.detach();
177
+ this.el = r.nativeElement;
178
+ }
179
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
180
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixBreadcrumbsItem, isStandalone: false, selector: "six-breadcrumbs-item", inputs: { href: "href", readonly: "readonly", size: "size", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
181
+ };
182
+ SixBreadcrumbsItem = __decorate([
183
+ ProxyCmp({
184
+ inputs: ['href', 'readonly', 'size', 'target']
185
+ })
186
+ ], SixBreadcrumbsItem);
187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbsItem, decorators: [{
188
+ type: Component,
189
+ args: [{
190
+ selector: 'six-breadcrumbs-item',
191
+ changeDetection: ChangeDetectionStrategy.OnPush,
192
+ template: '<ng-content></ng-content>',
193
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
194
+ inputs: ['href', 'readonly', 'size', 'target'],
195
+ standalone: false
146
196
  }]
147
197
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
148
198
  let SixButton = class SixButton {
@@ -164,12 +214,12 @@ SixButton = __decorate([
164
214
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixButton, decorators: [{
165
215
  type: Component,
166
216
  args: [{
167
- standalone: false,
168
217
  selector: 'six-button',
169
218
  changeDetection: ChangeDetectionStrategy.OnPush,
170
219
  template: '<ng-content></ng-content>',
171
220
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
172
221
  inputs: ['caret', 'circle', 'disabled', 'download', 'href', 'loading', 'name', 'pill', 'reset', 'size', 'submit', 'target', 'type', 'value'],
222
+ standalone: false
173
223
  }]
174
224
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
175
225
  let SixCard = class SixCard {
@@ -187,12 +237,12 @@ SixCard = __decorate([
187
237
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCard, decorators: [{
188
238
  type: Component,
189
239
  args: [{
190
- standalone: false,
191
240
  selector: 'six-card',
192
241
  changeDetection: ChangeDetectionStrategy.OnPush,
193
242
  template: '<ng-content></ng-content>',
194
243
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
195
244
  inputs: [],
245
+ standalone: false
196
246
  }]
197
247
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
198
248
  let SixCheckbox = class SixCheckbox {
@@ -214,12 +264,12 @@ SixCheckbox = __decorate([
214
264
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckbox, decorators: [{
215
265
  type: Component,
216
266
  args: [{
217
- standalone: false,
218
267
  selector: 'six-checkbox',
219
268
  changeDetection: ChangeDetectionStrategy.OnPush,
220
269
  template: '<ng-content></ng-content>',
221
270
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
222
271
  inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'indeterminate', 'invalid', 'label', 'name', 'required', 'value'],
272
+ standalone: false
223
273
  }]
224
274
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
225
275
  let SixDate = class SixDate {
@@ -241,12 +291,12 @@ SixDate = __decorate([
241
291
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDate, decorators: [{
242
292
  type: Component,
243
293
  args: [{
244
- standalone: false,
245
294
  selector: 'six-date',
246
295
  changeDetection: ChangeDetectionStrategy.OnPush,
247
296
  template: '<ng-content></ng-content>',
248
297
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
249
298
  inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
299
+ standalone: false
250
300
  }]
251
301
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
252
302
  let SixDatepicker = class SixDatepicker {
@@ -268,12 +318,12 @@ SixDatepicker = __decorate([
268
318
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDatepicker, decorators: [{
269
319
  type: Component,
270
320
  args: [{
271
- standalone: false,
272
321
  selector: 'six-datepicker',
273
322
  changeDetection: ChangeDetectionStrategy.OnPush,
274
323
  template: '<ng-content></ng-content>',
275
324
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
276
325
  inputs: ['allowedDates', 'clearable', 'closeOnSelect', 'containingElement', 'dateFormat', 'debounce', 'defaultDate', 'disabled', 'errorText', 'errorTextCount', 'hoist', 'iconPosition', 'inline', 'invalid', 'label', 'locale', 'max', 'min', 'name', 'open', 'placeholder', 'placement', 'readonly', 'required', 'size', 'type', 'value'],
326
+ standalone: false
277
327
  }]
278
328
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
279
329
  let SixDetails = class SixDetails {
@@ -295,12 +345,12 @@ SixDetails = __decorate([
295
345
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDetails, decorators: [{
296
346
  type: Component,
297
347
  args: [{
298
- standalone: false,
299
348
  selector: 'six-details',
300
349
  changeDetection: ChangeDetectionStrategy.OnPush,
301
350
  template: '<ng-content></ng-content>',
302
351
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
303
352
  inputs: ['disabled', 'hasContent', 'inline', 'open', 'selectableEmpty', 'summary', 'summaryIcon', 'summaryIconSize'],
353
+ standalone: false
304
354
  }]
305
355
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
306
356
  let SixDialog = class SixDialog {
@@ -322,12 +372,12 @@ SixDialog = __decorate([
322
372
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDialog, decorators: [{
323
373
  type: Component,
324
374
  args: [{
325
- standalone: false,
326
375
  selector: 'six-dialog',
327
376
  changeDetection: ChangeDetectionStrategy.OnPush,
328
377
  template: '<ng-content></ng-content>',
329
378
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
330
379
  inputs: ['label', 'noHeader', 'open'],
380
+ standalone: false
331
381
  }]
332
382
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
333
383
  let SixDrawer = class SixDrawer {
@@ -349,12 +399,12 @@ SixDrawer = __decorate([
349
399
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDrawer, decorators: [{
350
400
  type: Component,
351
401
  args: [{
352
- standalone: false,
353
402
  selector: 'six-drawer',
354
403
  changeDetection: ChangeDetectionStrategy.OnPush,
355
404
  template: '<ng-content></ng-content>',
356
405
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
357
406
  inputs: ['contained', 'label', 'noHeader', 'open', 'placement'],
407
+ standalone: false
358
408
  }]
359
409
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
360
410
  let SixDropdown = class SixDropdown {
@@ -376,12 +426,12 @@ SixDropdown = __decorate([
376
426
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDropdown, decorators: [{
377
427
  type: Component,
378
428
  args: [{
379
- standalone: false,
380
429
  selector: 'six-dropdown',
381
430
  changeDetection: ChangeDetectionStrategy.OnPush,
382
431
  template: '<ng-content></ng-content>',
383
432
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
384
433
  inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
434
+ standalone: false
385
435
  }]
386
436
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
387
437
  let SixError = class SixError {
@@ -399,12 +449,12 @@ SixError = __decorate([
399
449
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixError, decorators: [{
400
450
  type: Component,
401
451
  args: [{
402
- standalone: false,
403
452
  selector: 'six-error',
404
453
  changeDetection: ChangeDetectionStrategy.OnPush,
405
454
  template: '<ng-content></ng-content>',
406
455
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
407
456
  inputs: [],
457
+ standalone: false
408
458
  }]
409
459
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
410
460
  let SixErrorPage = class SixErrorPage {
@@ -424,12 +474,12 @@ SixErrorPage = __decorate([
424
474
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixErrorPage, decorators: [{
425
475
  type: Component,
426
476
  args: [{
427
- standalone: false,
428
477
  selector: 'six-error-page',
429
478
  changeDetection: ChangeDetectionStrategy.OnPush,
430
479
  template: '<ng-content></ng-content>',
431
480
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
432
481
  inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language'],
482
+ standalone: false
433
483
  }]
434
484
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
435
485
  let SixFileList = class SixFileList {
@@ -447,12 +497,12 @@ SixFileList = __decorate([
447
497
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileList, decorators: [{
448
498
  type: Component,
449
499
  args: [{
450
- standalone: false,
451
500
  selector: 'six-file-list',
452
501
  changeDetection: ChangeDetectionStrategy.OnPush,
453
502
  template: '<ng-content></ng-content>',
454
503
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
455
504
  inputs: [],
505
+ standalone: false
456
506
  }]
457
507
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
458
508
  let SixFileListItem = class SixFileListItem {
@@ -473,12 +523,12 @@ SixFileListItem = __decorate([
473
523
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileListItem, decorators: [{
474
524
  type: Component,
475
525
  args: [{
476
- standalone: false,
477
526
  selector: 'six-file-list-item',
478
527
  changeDetection: ChangeDetectionStrategy.OnPush,
479
528
  template: '<ng-content></ng-content>',
480
529
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
481
530
  inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size'],
531
+ standalone: false
482
532
  }]
483
533
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
484
534
  let SixFileUpload = class SixFileUpload {
@@ -499,12 +549,12 @@ SixFileUpload = __decorate([
499
549
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileUpload, decorators: [{
500
550
  type: Component,
501
551
  args: [{
502
- standalone: false,
503
552
  selector: 'six-file-upload',
504
553
  changeDetection: ChangeDetectionStrategy.OnPush,
505
554
  template: '<ng-content></ng-content>',
506
555
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
507
556
  inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading'],
557
+ standalone: false
508
558
  }]
509
559
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
510
560
  let SixFooter = class SixFooter {
@@ -522,12 +572,12 @@ SixFooter = __decorate([
522
572
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFooter, decorators: [{
523
573
  type: Component,
524
574
  args: [{
525
- standalone: false,
526
575
  selector: 'six-footer',
527
576
  changeDetection: ChangeDetectionStrategy.OnPush,
528
577
  template: '<ng-content></ng-content>',
529
578
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
530
579
  inputs: [],
580
+ standalone: false
531
581
  }]
532
582
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
533
583
  let SixGroupLabel = class SixGroupLabel {
@@ -547,12 +597,12 @@ SixGroupLabel = __decorate([
547
597
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixGroupLabel, decorators: [{
548
598
  type: Component,
549
599
  args: [{
550
- standalone: false,
551
600
  selector: 'six-group-label',
552
601
  changeDetection: ChangeDetectionStrategy.OnPush,
553
602
  template: '<ng-content></ng-content>',
554
603
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
555
604
  inputs: ['disabled', 'helpText', 'label', 'required', 'size'],
605
+ standalone: false
556
606
  }]
557
607
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
558
608
  let SixHeader = class SixHeader {
@@ -572,12 +622,12 @@ SixHeader = __decorate([
572
622
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeader, decorators: [{
573
623
  type: Component,
574
624
  args: [{
575
- standalone: false,
576
625
  selector: 'six-header',
577
626
  changeDetection: ChangeDetectionStrategy.OnPush,
578
627
  template: '<ng-content></ng-content>',
579
628
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
580
629
  inputs: ['openSearch', 'shiftContent'],
630
+ standalone: false
581
631
  }]
582
632
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
583
633
  let SixHeaderDropdownItem = class SixHeaderDropdownItem {
@@ -597,12 +647,12 @@ SixHeaderDropdownItem = __decorate([
597
647
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderDropdownItem, decorators: [{
598
648
  type: Component,
599
649
  args: [{
600
- standalone: false,
601
650
  selector: 'six-header-dropdown-item',
602
651
  changeDetection: ChangeDetectionStrategy.OnPush,
603
652
  template: '<ng-content></ng-content>',
604
653
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
605
654
  inputs: ['filter', 'filterPlaceholder'],
655
+ standalone: false
606
656
  }]
607
657
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
608
658
  let SixHeaderItem = class SixHeaderItem {
@@ -622,12 +672,12 @@ SixHeaderItem = __decorate([
622
672
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderItem, decorators: [{
623
673
  type: Component,
624
674
  args: [{
625
- standalone: false,
626
675
  selector: 'six-header-item',
627
676
  changeDetection: ChangeDetectionStrategy.OnPush,
628
677
  template: '<ng-content></ng-content>',
629
678
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
630
679
  inputs: ['active'],
680
+ standalone: false
631
681
  }]
632
682
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
633
683
  let SixHeaderMenuButton = class SixHeaderMenuButton {
@@ -647,12 +697,12 @@ SixHeaderMenuButton = __decorate([
647
697
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderMenuButton, decorators: [{
648
698
  type: Component,
649
699
  args: [{
650
- standalone: false,
651
700
  selector: 'six-header-menu-button',
652
701
  changeDetection: ChangeDetectionStrategy.OnPush,
653
702
  template: '<ng-content></ng-content>',
654
703
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
655
704
  inputs: ['caret', 'disabled', 'loading', 'reset', 'submit'],
705
+ standalone: false
656
706
  }]
657
707
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
658
708
  let SixIcon = class SixIcon {
@@ -672,12 +722,12 @@ SixIcon = __decorate([
672
722
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIcon, decorators: [{
673
723
  type: Component,
674
724
  args: [{
675
- standalone: false,
676
725
  selector: 'six-icon',
677
726
  changeDetection: ChangeDetectionStrategy.OnPush,
678
727
  template: '<ng-content></ng-content>',
679
728
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
680
729
  inputs: ['filled', 'size'],
730
+ standalone: false
681
731
  }]
682
732
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
683
733
  let SixIconButton = class SixIconButton {
@@ -697,12 +747,12 @@ SixIconButton = __decorate([
697
747
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIconButton, decorators: [{
698
748
  type: Component,
699
749
  args: [{
700
- standalone: false,
701
750
  selector: 'six-icon-button',
702
751
  changeDetection: ChangeDetectionStrategy.OnPush,
703
752
  template: '<ng-content></ng-content>',
704
753
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
705
754
  inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target'],
755
+ standalone: false
706
756
  }]
707
757
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
708
758
  let SixInput = class SixInput {
@@ -724,12 +774,12 @@ SixInput = __decorate([
724
774
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixInput, decorators: [{
725
775
  type: Component,
726
776
  args: [{
727
- standalone: false,
728
777
  selector: 'six-input',
729
778
  changeDetection: ChangeDetectionStrategy.OnPush,
730
779
  template: '<ng-content></ng-content>',
731
780
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
732
781
  inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearable', 'disabled', 'dropdownSearch', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'line', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'pill', 'placeholder', 'readonly', 'required', 'size', 'spellcheck', 'step', 'togglePassword', 'type', 'value'],
782
+ standalone: false
733
783
  }]
734
784
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
735
785
  let SixItemPicker = class SixItemPicker {
@@ -750,12 +800,12 @@ SixItemPicker = __decorate([
750
800
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixItemPicker, decorators: [{
751
801
  type: Component,
752
802
  args: [{
753
- standalone: false,
754
803
  selector: 'six-item-picker',
755
804
  changeDetection: ChangeDetectionStrategy.OnPush,
756
805
  template: '<ng-content></ng-content>',
757
806
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
758
807
  inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value'],
808
+ standalone: false
759
809
  }]
760
810
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
761
811
  let SixLanguageSwitcher = class SixLanguageSwitcher {
@@ -776,12 +826,12 @@ SixLanguageSwitcher = __decorate([
776
826
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLanguageSwitcher, decorators: [{
777
827
  type: Component,
778
828
  args: [{
779
- standalone: false,
780
829
  selector: 'six-language-switcher',
781
830
  changeDetection: ChangeDetectionStrategy.OnPush,
782
831
  template: '<ng-content></ng-content>',
783
832
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
784
833
  inputs: ['languages', 'selected'],
834
+ standalone: false
785
835
  }]
786
836
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
787
837
  let SixLayoutGrid = class SixLayoutGrid {
@@ -801,12 +851,12 @@ SixLayoutGrid = __decorate([
801
851
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLayoutGrid, decorators: [{
802
852
  type: Component,
803
853
  args: [{
804
- standalone: false,
805
854
  selector: 'six-layout-grid',
806
855
  changeDetection: ChangeDetectionStrategy.OnPush,
807
856
  template: '<ng-content></ng-content>',
808
857
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
809
858
  inputs: ['columns'],
859
+ standalone: false
810
860
  }]
811
861
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
812
862
  let SixLogo = class SixLogo {
@@ -826,12 +876,12 @@ SixLogo = __decorate([
826
876
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLogo, decorators: [{
827
877
  type: Component,
828
878
  args: [{
829
- standalone: false,
830
879
  selector: 'six-logo',
831
880
  changeDetection: ChangeDetectionStrategy.OnPush,
832
881
  template: '<ng-content></ng-content>',
833
882
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
834
883
  inputs: ['brand'],
884
+ standalone: false
835
885
  }]
836
886
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
837
887
  let SixMainContainer = class SixMainContainer {
@@ -851,12 +901,12 @@ SixMainContainer = __decorate([
851
901
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMainContainer, decorators: [{
852
902
  type: Component,
853
903
  args: [{
854
- standalone: false,
855
904
  selector: 'six-main-container',
856
905
  changeDetection: ChangeDetectionStrategy.OnPush,
857
906
  template: '<ng-content></ng-content>',
858
907
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
859
908
  inputs: ['padded'],
909
+ standalone: false
860
910
  }]
861
911
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
862
912
  let SixMenu = class SixMenu {
@@ -878,12 +928,12 @@ SixMenu = __decorate([
878
928
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenu, decorators: [{
879
929
  type: Component,
880
930
  args: [{
881
- standalone: false,
882
931
  selector: 'six-menu',
883
932
  changeDetection: ChangeDetectionStrategy.OnPush,
884
933
  template: '<ng-content></ng-content>',
885
934
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
886
935
  inputs: ['disableKeyboardHandling', 'itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
936
+ standalone: false
887
937
  }]
888
938
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
889
939
  let SixMenuDivider = class SixMenuDivider {
@@ -901,12 +951,12 @@ SixMenuDivider = __decorate([
901
951
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuDivider, decorators: [{
902
952
  type: Component,
903
953
  args: [{
904
- standalone: false,
905
954
  selector: 'six-menu-divider',
906
955
  changeDetection: ChangeDetectionStrategy.OnPush,
907
956
  template: '<ng-content></ng-content>',
908
957
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
909
958
  inputs: [],
959
+ standalone: false
910
960
  }]
911
961
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
912
962
  let SixMenuItem = class SixMenuItem {
@@ -927,12 +977,12 @@ SixMenuItem = __decorate([
927
977
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuItem, decorators: [{
928
978
  type: Component,
929
979
  args: [{
930
- standalone: false,
931
980
  selector: 'six-menu-item',
932
981
  changeDetection: ChangeDetectionStrategy.OnPush,
933
982
  template: '<ng-content></ng-content>',
934
983
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
935
984
  inputs: ['checkType', 'checked', 'disabled', 'value'],
985
+ standalone: false
936
986
  }]
937
987
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
938
988
  let SixMenuLabel = class SixMenuLabel {
@@ -950,12 +1000,12 @@ SixMenuLabel = __decorate([
950
1000
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuLabel, decorators: [{
951
1001
  type: Component,
952
1002
  args: [{
953
- standalone: false,
954
1003
  selector: 'six-menu-label',
955
1004
  changeDetection: ChangeDetectionStrategy.OnPush,
956
1005
  template: '<ng-content></ng-content>',
957
1006
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
958
1007
  inputs: [],
1008
+ standalone: false
959
1009
  }]
960
1010
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
961
1011
  let SixPicto = class SixPicto {
@@ -975,12 +1025,12 @@ SixPicto = __decorate([
975
1025
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixPicto, decorators: [{
976
1026
  type: Component,
977
1027
  args: [{
978
- standalone: false,
979
1028
  selector: 'six-picto',
980
1029
  changeDetection: ChangeDetectionStrategy.OnPush,
981
1030
  template: '<ng-content></ng-content>',
982
1031
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
983
1032
  inputs: ['size'],
1033
+ standalone: false
984
1034
  }]
985
1035
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
986
1036
  let SixProgressBar = class SixProgressBar {
@@ -1000,12 +1050,12 @@ SixProgressBar = __decorate([
1000
1050
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressBar, decorators: [{
1001
1051
  type: Component,
1002
1052
  args: [{
1003
- standalone: false,
1004
1053
  selector: 'six-progress-bar',
1005
1054
  changeDetection: ChangeDetectionStrategy.OnPush,
1006
1055
  template: '<ng-content></ng-content>',
1007
1056
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1008
1057
  inputs: ['indeterminate', 'percentage'],
1058
+ standalone: false
1009
1059
  }]
1010
1060
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1011
1061
  let SixProgressRing = class SixProgressRing {
@@ -1025,12 +1075,12 @@ SixProgressRing = __decorate([
1025
1075
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressRing, decorators: [{
1026
1076
  type: Component,
1027
1077
  args: [{
1028
- standalone: false,
1029
1078
  selector: 'six-progress-ring',
1030
1079
  changeDetection: ChangeDetectionStrategy.OnPush,
1031
1080
  template: '<ng-content></ng-content>',
1032
1081
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1033
1082
  inputs: ['percentage', 'size', 'strokeWidth'],
1083
+ standalone: false
1034
1084
  }]
1035
1085
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1036
1086
  let SixRadio = class SixRadio {
@@ -1052,12 +1102,12 @@ SixRadio = __decorate([
1052
1102
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRadio, decorators: [{
1053
1103
  type: Component,
1054
1104
  args: [{
1055
- standalone: false,
1056
1105
  selector: 'six-radio',
1057
1106
  changeDetection: ChangeDetectionStrategy.OnPush,
1058
1107
  template: '<ng-content></ng-content>',
1059
1108
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1060
1109
  inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
1110
+ standalone: false
1061
1111
  }]
1062
1112
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1063
1113
  let SixRange = class SixRange {
@@ -1079,12 +1129,38 @@ SixRange = __decorate([
1079
1129
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRange, decorators: [{
1080
1130
  type: Component,
1081
1131
  args: [{
1082
- standalone: false,
1083
1132
  selector: 'six-range',
1084
1133
  changeDetection: ChangeDetectionStrategy.OnPush,
1085
1134
  template: '<ng-content></ng-content>',
1086
1135
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1087
1136
  inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'min', 'name', 'required', 'step', 'tooltip', 'tooltipFormatter', 'value'],
1137
+ standalone: false
1138
+ }]
1139
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1140
+ let SixRating = class SixRating {
1141
+ constructor(c, r, z) {
1142
+ this.z = z;
1143
+ c.detach();
1144
+ this.el = r.nativeElement;
1145
+ proxyOutputs(this, this.el, ['six-rating-blur', 'six-rating-change', 'six-rating-focus']);
1146
+ }
1147
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1148
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRating, isStandalone: false, selector: "six-rating", inputs: { disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", invalid: "invalid", label: "label", max: "max", name: "name", readonly: "readonly", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1149
+ };
1150
+ SixRating = __decorate([
1151
+ ProxyCmp({
1152
+ inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value']
1153
+ })
1154
+ ], SixRating);
1155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRating, decorators: [{
1156
+ type: Component,
1157
+ args: [{
1158
+ selector: 'six-rating',
1159
+ changeDetection: ChangeDetectionStrategy.OnPush,
1160
+ template: '<ng-content></ng-content>',
1161
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1162
+ inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value'],
1163
+ standalone: false
1088
1164
  }]
1089
1165
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1090
1166
  let SixRoot = class SixRoot {
@@ -1104,12 +1180,12 @@ SixRoot = __decorate([
1104
1180
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRoot, decorators: [{
1105
1181
  type: Component,
1106
1182
  args: [{
1107
- standalone: false,
1108
1183
  selector: 'six-root',
1109
1184
  changeDetection: ChangeDetectionStrategy.OnPush,
1110
1185
  template: '<ng-content></ng-content>',
1111
1186
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1112
1187
  inputs: ['padded', 'stage', 'version'],
1188
+ standalone: false
1113
1189
  }]
1114
1190
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1115
1191
  let SixSearchField = class SixSearchField {
@@ -1130,12 +1206,12 @@ SixSearchField = __decorate([
1130
1206
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSearchField, decorators: [{
1131
1207
  type: Component,
1132
1208
  args: [{
1133
- standalone: false,
1134
1209
  selector: 'six-search-field',
1135
1210
  changeDetection: ChangeDetectionStrategy.OnPush,
1136
1211
  template: '<ng-content></ng-content>',
1137
1212
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1138
1213
  inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value'],
1214
+ standalone: false
1139
1215
  }]
1140
1216
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1141
1217
  let SixSelect = class SixSelect {
@@ -1157,12 +1233,12 @@ SixSelect = __decorate([
1157
1233
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSelect, decorators: [{
1158
1234
  type: Component,
1159
1235
  args: [{
1160
- standalone: false,
1161
1236
  selector: 'six-select',
1162
1237
  changeDetection: ChangeDetectionStrategy.OnPush,
1163
1238
  template: '<ng-content></ng-content>',
1164
1239
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1165
1240
  inputs: ['asyncFilter', 'autocomplete', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'filter', 'filterDebounce', 'filterPlaceholder', 'helpText', 'hoist', 'inputDebounce', 'invalid', 'label', 'line', 'multiple', 'name', 'options', 'pill', 'placeholder', 'required', 'selectAllButton', 'selectAllText', 'size', 'value', 'virtualScroll'],
1241
+ standalone: false
1166
1242
  }]
1167
1243
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1168
1244
  let SixSidebar = class SixSidebar {
@@ -1184,12 +1260,12 @@ SixSidebar = __decorate([
1184
1260
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebar, decorators: [{
1185
1261
  type: Component,
1186
1262
  args: [{
1187
- standalone: false,
1188
1263
  selector: 'six-sidebar',
1189
1264
  changeDetection: ChangeDetectionStrategy.OnPush,
1190
1265
  template: '<ng-content></ng-content>',
1191
1266
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1192
1267
  inputs: ['open', 'position', 'toggled', 'width'],
1268
+ standalone: false
1193
1269
  }]
1194
1270
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1195
1271
  let SixSidebarItem = class SixSidebarItem {
@@ -1209,12 +1285,12 @@ SixSidebarItem = __decorate([
1209
1285
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItem, decorators: [{
1210
1286
  type: Component,
1211
1287
  args: [{
1212
- standalone: false,
1213
1288
  selector: 'six-sidebar-item',
1214
1289
  changeDetection: ChangeDetectionStrategy.OnPush,
1215
1290
  template: '<ng-content></ng-content>',
1216
1291
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1217
1292
  inputs: ['disabled', 'href', 'icon', 'selected', 'value'],
1293
+ standalone: false
1218
1294
  }]
1219
1295
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1220
1296
  let SixSidebarItemGroup = class SixSidebarItemGroup {
@@ -1234,12 +1310,12 @@ SixSidebarItemGroup = __decorate([
1234
1310
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItemGroup, decorators: [{
1235
1311
  type: Component,
1236
1312
  args: [{
1237
- standalone: false,
1238
1313
  selector: 'six-sidebar-item-group',
1239
1314
  changeDetection: ChangeDetectionStrategy.OnPush,
1240
1315
  template: '<ng-content></ng-content>',
1241
1316
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1242
1317
  inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value'],
1318
+ standalone: false
1243
1319
  }]
1244
1320
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1245
1321
  let SixSpinner = class SixSpinner {
@@ -1259,12 +1335,12 @@ SixSpinner = __decorate([
1259
1335
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSpinner, decorators: [{
1260
1336
  type: Component,
1261
1337
  args: [{
1262
- standalone: false,
1263
1338
  selector: 'six-spinner',
1264
1339
  changeDetection: ChangeDetectionStrategy.OnPush,
1265
1340
  template: '<ng-content></ng-content>',
1266
1341
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1267
1342
  inputs: ['logo', 'six'],
1343
+ standalone: false
1268
1344
  }]
1269
1345
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1270
1346
  let SixStageIndicator = class SixStageIndicator {
@@ -1284,12 +1360,12 @@ SixStageIndicator = __decorate([
1284
1360
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixStageIndicator, decorators: [{
1285
1361
  type: Component,
1286
1362
  args: [{
1287
- standalone: false,
1288
1363
  selector: 'six-stage-indicator',
1289
1364
  changeDetection: ChangeDetectionStrategy.OnPush,
1290
1365
  template: '<ng-content></ng-content>',
1291
1366
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1292
1367
  inputs: ['stage'],
1368
+ standalone: false
1293
1369
  }]
1294
1370
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1295
1371
  let SixSwitch = class SixSwitch {
@@ -1311,12 +1387,12 @@ SixSwitch = __decorate([
1311
1387
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSwitch, decorators: [{
1312
1388
  type: Component,
1313
1389
  args: [{
1314
- standalone: false,
1315
1390
  selector: 'six-switch',
1316
1391
  changeDetection: ChangeDetectionStrategy.OnPush,
1317
1392
  template: '<ng-content></ng-content>',
1318
1393
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1319
1394
  inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'invalid', 'label', 'name', 'required', 'value'],
1395
+ standalone: false
1320
1396
  }]
1321
1397
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1322
1398
  let SixTab = class SixTab {
@@ -1338,12 +1414,12 @@ SixTab = __decorate([
1338
1414
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTab, decorators: [{
1339
1415
  type: Component,
1340
1416
  args: [{
1341
- standalone: false,
1342
1417
  selector: 'six-tab',
1343
1418
  changeDetection: ChangeDetectionStrategy.OnPush,
1344
1419
  template: '<ng-content></ng-content>',
1345
1420
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1346
1421
  inputs: ['active', 'closable', 'disabled', 'panel'],
1422
+ standalone: false
1347
1423
  }]
1348
1424
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1349
1425
  let SixTabGroup = class SixTabGroup {
@@ -1365,12 +1441,12 @@ SixTabGroup = __decorate([
1365
1441
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabGroup, decorators: [{
1366
1442
  type: Component,
1367
1443
  args: [{
1368
- standalone: false,
1369
1444
  selector: 'six-tab-group',
1370
1445
  changeDetection: ChangeDetectionStrategy.OnPush,
1371
1446
  template: '<ng-content></ng-content>',
1372
1447
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1373
1448
  inputs: ['noScrollControls', 'placement'],
1449
+ standalone: false
1374
1450
  }]
1375
1451
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1376
1452
  let SixTabPanel = class SixTabPanel {
@@ -1390,12 +1466,12 @@ SixTabPanel = __decorate([
1390
1466
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabPanel, decorators: [{
1391
1467
  type: Component,
1392
1468
  args: [{
1393
- standalone: false,
1394
1469
  selector: 'six-tab-panel',
1395
1470
  changeDetection: ChangeDetectionStrategy.OnPush,
1396
1471
  template: '<ng-content></ng-content>',
1397
1472
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1398
1473
  inputs: ['active', 'name'],
1474
+ standalone: false
1399
1475
  }]
1400
1476
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1401
1477
  let SixTag = class SixTag {
@@ -1416,12 +1492,12 @@ SixTag = __decorate([
1416
1492
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTag, decorators: [{
1417
1493
  type: Component,
1418
1494
  args: [{
1419
- standalone: false,
1420
1495
  selector: 'six-tag',
1421
1496
  changeDetection: ChangeDetectionStrategy.OnPush,
1422
1497
  template: '<ng-content></ng-content>',
1423
1498
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1424
1499
  inputs: ['clearable', 'pill', 'size', 'type'],
1500
+ standalone: false
1425
1501
  }]
1426
1502
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1427
1503
  let SixTextarea = class SixTextarea {
@@ -1443,12 +1519,12 @@ SixTextarea = __decorate([
1443
1519
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTextarea, decorators: [{
1444
1520
  type: Component,
1445
1521
  args: [{
1446
- standalone: false,
1447
1522
  selector: 'six-textarea',
1448
1523
  changeDetection: ChangeDetectionStrategy.OnPush,
1449
1524
  template: '<ng-content></ng-content>',
1450
1525
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1451
1526
  inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'maxlength', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'size', 'spellcheck', 'value'],
1527
+ standalone: false
1452
1528
  }]
1453
1529
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1454
1530
  let SixTile = class SixTile {
@@ -1470,12 +1546,12 @@ SixTile = __decorate([
1470
1546
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTile, decorators: [{
1471
1547
  type: Component,
1472
1548
  args: [{
1473
- standalone: false,
1474
1549
  selector: 'six-tile',
1475
1550
  changeDetection: ChangeDetectionStrategy.OnPush,
1476
1551
  template: '<ng-content></ng-content>',
1477
1552
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1478
1553
  inputs: ['closeable', 'disableTooltip', 'disabled', 'elevated', 'iconName', 'label', 'size'],
1554
+ standalone: false
1479
1555
  }]
1480
1556
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1481
1557
  let SixTimepicker = class SixTimepicker {
@@ -1497,12 +1573,12 @@ SixTimepicker = __decorate([
1497
1573
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTimepicker, decorators: [{
1498
1574
  type: Component,
1499
1575
  args: [{
1500
- standalone: false,
1501
1576
  selector: 'six-timepicker',
1502
1577
  changeDetection: ChangeDetectionStrategy.OnPush,
1503
1578
  template: '<ng-content></ng-content>',
1504
1579
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1505
1580
  inputs: ['clearable', 'debounce', 'defaultTime', 'disabled', 'errorText', 'errorTextCount', 'format', 'hoist', 'iconPosition', 'inline', 'interval', 'invalid', 'label', 'name', 'open', 'placeholder', 'placement', 'readonly', 'required', 'separator', 'size', 'timeout', 'value'],
1581
+ standalone: false
1506
1582
  }]
1507
1583
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1508
1584
  let SixTooltip = class SixTooltip {
@@ -1524,12 +1600,12 @@ SixTooltip = __decorate([
1524
1600
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTooltip, decorators: [{
1525
1601
  type: Component,
1526
1602
  args: [{
1527
- standalone: false,
1528
1603
  selector: 'six-tooltip',
1529
1604
  changeDetection: ChangeDetectionStrategy.OnPush,
1530
1605
  template: '<ng-content></ng-content>',
1531
1606
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1532
1607
  inputs: ['content', 'disabled', 'distance', 'open', 'placement', 'skidding', 'trigger'],
1608
+ standalone: false
1533
1609
  }]
1534
1610
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1535
1611
 
@@ -1537,6 +1613,8 @@ const DIRECTIVES = [
1537
1613
  SixAlert,
1538
1614
  SixAvatar,
1539
1615
  SixBadge,
1616
+ SixBreadcrumbs,
1617
+ SixBreadcrumbsItem,
1540
1618
  SixButton,
1541
1619
  SixCard,
1542
1620
  SixCheckbox,
@@ -1574,6 +1652,7 @@ const DIRECTIVES = [
1574
1652
  SixProgressRing,
1575
1653
  SixRadio,
1576
1654
  SixRange,
1655
+ SixRating,
1577
1656
  SixRoot,
1578
1657
  SixSearchField,
1579
1658
  SixSelect,
@@ -2661,7 +2740,7 @@ class UiLibraryAngularModule {
2661
2740
  };
2662
2741
  }
2663
2742
  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,
2743
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, declarations: [SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
2665
2744
  // value accessors
2666
2745
  TextValueAccessor,
2667
2746
  NumericValueAccessor,
@@ -2690,7 +2769,7 @@ class UiLibraryAngularModule {
2690
2769
  // sidebar helpers
2691
2770
  ActiveSidebarItemDirective,
2692
2771
  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,
2772
+ ActiveSidebarDirective], exports: [SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
2694
2773
  // value accessors
2695
2774
  TextValueAccessor,
2696
2775
  NumericValueAccessor,
@@ -2821,5 +2900,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImpor
2821
2900
  * Generated bundle index. Do not edit.
2822
2901
  */
2823
2902
 
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 };
2903
+ export { ActiveSidebarDirective, ActiveSidebarItemDirective, ActiveSidebarItemGroupDirective, AlertService, AllowedDatesValidator, AllowedDatesValidatorIso, CheckboxValueAccessor, DIRECTIVES, DateValueAccessor, DatepickerValueAccessor, MaxDateValidator, MaxDateValidatorIso, MaxValidator, MinDateValidator, MinDateValidatorIso, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor, SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixFormDirective, SixFormUtilDirective, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixRouterLinkDirective, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip, SixUiLibraryValidators, SwitchValueAccessor, TextValueAccessor, TimepickerValueAccessor, UiLibraryAngularModule, ValidationMessagesService, ValueAccessor };
2825
2904
  //# sourceMappingURL=six-group-ui-library-angular.mjs.map