@six-group/ui-library-angular 0.0.0-insider.777a428 → 0.0.0-insider.77a508a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/control-value-accessors/date-value-accessor.mjs +41 -0
- package/esm2022/lib/link/six-router-link.directive.mjs +8 -3
- package/esm2022/lib/stencil-generated/components.mjs +140 -20
- package/esm2022/lib/stencil-generated/index.mjs +6 -1
- package/esm2022/lib/ui-library-angular.module.mjs +21 -4
- package/esm2022/lib/validators/six-ui-library-validators.mjs +82 -1
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/six-group-ui-library-angular.mjs +288 -24
- package/fesm2022/six-group-ui-library-angular.mjs.map +1 -1
- package/lib/control-value-accessors/date-value-accessor.d.ts +10 -0
- package/lib/link/six-router-link.directive.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +59 -33
- package/lib/stencil-generated/index.d.ts +1 -1
- package/lib/ui-library-angular.module.d.ts +10 -9
- package/lib/validators/six-ui-library-validators.d.ts +28 -0
- package/package.json +5 -2
- package/public-api.d.ts +1 -0
|
@@ -215,6 +215,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
215
215
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'indeterminate', 'invalid', 'label', 'name', 'required', 'value'],
|
|
216
216
|
}]
|
|
217
217
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
218
|
+
let SixDate = class SixDate {
|
|
219
|
+
constructor(c, r, z) {
|
|
220
|
+
this.z = z;
|
|
221
|
+
c.detach();
|
|
222
|
+
this.el = r.nativeElement;
|
|
223
|
+
proxyOutputs(this, this.el, ['sixChange', 'sixBlur']);
|
|
224
|
+
}
|
|
225
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixDate, 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: SixDate, selector: "six-date", inputs: { allowedDates: "allowedDates", clearable: "clearable", dateFormat: "dateFormat", debounce: "debounce", 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 }); }
|
|
227
|
+
};
|
|
228
|
+
SixDate = __decorate([
|
|
229
|
+
ProxyCmp({
|
|
230
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'debounce', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
231
|
+
methods: ['setFocus']
|
|
232
|
+
})
|
|
233
|
+
], SixDate);
|
|
234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixDate, decorators: [{
|
|
235
|
+
type: Component,
|
|
236
|
+
args: [{
|
|
237
|
+
selector: 'six-date',
|
|
238
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
239
|
+
template: '<ng-content></ng-content>',
|
|
240
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
241
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'debounce', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
242
|
+
}]
|
|
243
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
218
244
|
let SixDatepicker = class SixDatepicker {
|
|
219
245
|
constructor(c, r, z) {
|
|
220
246
|
this.z = z;
|
|
@@ -332,7 +358,7 @@ let SixDropdown = class SixDropdown {
|
|
|
332
358
|
SixDropdown = __decorate([
|
|
333
359
|
ProxyCmp({
|
|
334
360
|
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
335
|
-
methods: ['show', 'hide'
|
|
361
|
+
methods: ['show', 'hide']
|
|
336
362
|
})
|
|
337
363
|
], SixDropdown);
|
|
338
364
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixDropdown, decorators: [{
|
|
@@ -446,11 +472,11 @@ let SixFileUpload = class SixFileUpload {
|
|
|
446
472
|
proxyOutputs(this, this.el, ['six-file-upload-success', 'six-file-upload-failure']);
|
|
447
473
|
}
|
|
448
474
|
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", label: "label", maxFileSize: "maxFileSize", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
475
|
+
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 }); }
|
|
450
476
|
};
|
|
451
477
|
SixFileUpload = __decorate([
|
|
452
478
|
ProxyCmp({
|
|
453
|
-
inputs: ['accept', 'compact', 'disabled', 'label', 'maxFileSize', 'multiple']
|
|
479
|
+
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading']
|
|
454
480
|
})
|
|
455
481
|
], SixFileUpload);
|
|
456
482
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixFileUpload, decorators: [{
|
|
@@ -460,7 +486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
460
486
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
461
487
|
template: '<ng-content></ng-content>',
|
|
462
488
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
463
|
-
inputs: ['accept', 'compact', 'disabled', 'label', 'maxFileSize', 'multiple'],
|
|
489
|
+
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading'],
|
|
464
490
|
}]
|
|
465
491
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
466
492
|
let SixFooter = class SixFooter {
|
|
@@ -514,15 +540,13 @@ let SixHeader = class SixHeader {
|
|
|
514
540
|
this.z = z;
|
|
515
541
|
c.detach();
|
|
516
542
|
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
543
|
}
|
|
519
544
|
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: {
|
|
545
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SixHeader, selector: "six-header", inputs: { openSearch: "openSearch", shiftContent: "shiftContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
521
546
|
};
|
|
522
547
|
SixHeader = __decorate([
|
|
523
548
|
ProxyCmp({
|
|
524
|
-
inputs: ['
|
|
525
|
-
methods: ['setSearchOpenState', 'getIsSearchOpen']
|
|
549
|
+
inputs: ['openSearch', 'shiftContent']
|
|
526
550
|
})
|
|
527
551
|
], SixHeader);
|
|
528
552
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixHeader, decorators: [{
|
|
@@ -532,7 +556,79 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
532
556
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
533
557
|
template: '<ng-content></ng-content>',
|
|
534
558
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
535
|
-
inputs: ['
|
|
559
|
+
inputs: ['openSearch', 'shiftContent'],
|
|
560
|
+
}]
|
|
561
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
562
|
+
let SixHeaderDropdownItem = class SixHeaderDropdownItem {
|
|
563
|
+
constructor(c, r, z) {
|
|
564
|
+
this.z = z;
|
|
565
|
+
c.detach();
|
|
566
|
+
this.el = r.nativeElement;
|
|
567
|
+
}
|
|
568
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixHeaderDropdownItem, 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: SixHeaderDropdownItem, selector: "six-header-dropdown-item", inputs: { filter: "filter", filterPlaceholder: "filterPlaceholder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
570
|
+
};
|
|
571
|
+
SixHeaderDropdownItem = __decorate([
|
|
572
|
+
ProxyCmp({
|
|
573
|
+
inputs: ['filter', 'filterPlaceholder']
|
|
574
|
+
})
|
|
575
|
+
], SixHeaderDropdownItem);
|
|
576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixHeaderDropdownItem, decorators: [{
|
|
577
|
+
type: Component,
|
|
578
|
+
args: [{
|
|
579
|
+
selector: 'six-header-dropdown-item',
|
|
580
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
581
|
+
template: '<ng-content></ng-content>',
|
|
582
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
583
|
+
inputs: ['filter', 'filterPlaceholder'],
|
|
584
|
+
}]
|
|
585
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
586
|
+
let SixHeaderItem = class SixHeaderItem {
|
|
587
|
+
constructor(c, r, z) {
|
|
588
|
+
this.z = z;
|
|
589
|
+
c.detach();
|
|
590
|
+
this.el = r.nativeElement;
|
|
591
|
+
}
|
|
592
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixHeaderItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
593
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SixHeaderItem, selector: "six-header-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
594
|
+
};
|
|
595
|
+
SixHeaderItem = __decorate([
|
|
596
|
+
ProxyCmp({
|
|
597
|
+
inputs: ['active']
|
|
598
|
+
})
|
|
599
|
+
], SixHeaderItem);
|
|
600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixHeaderItem, decorators: [{
|
|
601
|
+
type: Component,
|
|
602
|
+
args: [{
|
|
603
|
+
selector: 'six-header-item',
|
|
604
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
605
|
+
template: '<ng-content></ng-content>',
|
|
606
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
607
|
+
inputs: ['active'],
|
|
608
|
+
}]
|
|
609
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
610
|
+
let SixHeaderMenuButton = class SixHeaderMenuButton {
|
|
611
|
+
constructor(c, r, z) {
|
|
612
|
+
this.z = z;
|
|
613
|
+
c.detach();
|
|
614
|
+
this.el = r.nativeElement;
|
|
615
|
+
}
|
|
616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixHeaderMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
617
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SixHeaderMenuButton, 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 }); }
|
|
618
|
+
};
|
|
619
|
+
SixHeaderMenuButton = __decorate([
|
|
620
|
+
ProxyCmp({
|
|
621
|
+
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit']
|
|
622
|
+
})
|
|
623
|
+
], SixHeaderMenuButton);
|
|
624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixHeaderMenuButton, decorators: [{
|
|
625
|
+
type: Component,
|
|
626
|
+
args: [{
|
|
627
|
+
selector: 'six-header-menu-button',
|
|
628
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
629
|
+
template: '<ng-content></ng-content>',
|
|
630
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
631
|
+
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit'],
|
|
536
632
|
}]
|
|
537
633
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
538
634
|
let SixIcon = class SixIcon {
|
|
@@ -566,11 +662,11 @@ let SixIconButton = class SixIconButton {
|
|
|
566
662
|
this.el = r.nativeElement;
|
|
567
663
|
}
|
|
568
664
|
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 }); }
|
|
665
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SixIconButton, 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
666
|
};
|
|
571
667
|
SixIconButton = __decorate([
|
|
572
668
|
ProxyCmp({
|
|
573
|
-
inputs: ['disabled', 'html', 'label', 'name', 'size']
|
|
669
|
+
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target']
|
|
574
670
|
})
|
|
575
671
|
], SixIconButton);
|
|
576
672
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixIconButton, decorators: [{
|
|
@@ -580,7 +676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
580
676
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
581
677
|
template: '<ng-content></ng-content>',
|
|
582
678
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
583
|
-
inputs: ['disabled', 'html', 'label', 'name', 'size'],
|
|
679
|
+
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target'],
|
|
584
680
|
}]
|
|
585
681
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
586
682
|
let SixInput = class SixInput {
|
|
@@ -596,7 +692,7 @@ let SixInput = class SixInput {
|
|
|
596
692
|
SixInput = __decorate([
|
|
597
693
|
ProxyCmp({
|
|
598
694
|
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'],
|
|
599
|
-
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'setRangeText']
|
|
695
|
+
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'getSelectionRange', 'setRangeText']
|
|
600
696
|
})
|
|
601
697
|
], SixInput);
|
|
602
698
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixInput, decorators: [{
|
|
@@ -683,6 +779,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
683
779
|
inputs: ['columns'],
|
|
684
780
|
}]
|
|
685
781
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
782
|
+
let SixLogo = class SixLogo {
|
|
783
|
+
constructor(c, r, z) {
|
|
784
|
+
this.z = z;
|
|
785
|
+
c.detach();
|
|
786
|
+
this.el = r.nativeElement;
|
|
787
|
+
}
|
|
788
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
789
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SixLogo, selector: "six-logo", inputs: { brand: "brand" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
790
|
+
};
|
|
791
|
+
SixLogo = __decorate([
|
|
792
|
+
ProxyCmp({
|
|
793
|
+
inputs: ['brand']
|
|
794
|
+
})
|
|
795
|
+
], SixLogo);
|
|
796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixLogo, decorators: [{
|
|
797
|
+
type: Component,
|
|
798
|
+
args: [{
|
|
799
|
+
selector: 'six-logo',
|
|
800
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
801
|
+
template: '<ng-content></ng-content>',
|
|
802
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
803
|
+
inputs: ['brand'],
|
|
804
|
+
}]
|
|
805
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
686
806
|
let SixMainContainer = class SixMainContainer {
|
|
687
807
|
constructor(c, r, z) {
|
|
688
808
|
this.z = z;
|
|
@@ -983,11 +1103,11 @@ let SixSelect = class SixSelect {
|
|
|
983
1103
|
proxyOutputs(this, this.el, ['six-select-change', 'six-select-focus', 'six-select-blur']);
|
|
984
1104
|
}
|
|
985
1105
|
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",
|
|
1106
|
+
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", 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
1107
|
};
|
|
988
1108
|
SixSelect = __decorate([
|
|
989
1109
|
ProxyCmp({
|
|
990
|
-
inputs: ['asyncFilter', 'autocomplete', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'filter', 'filterDebounce', 'filterPlaceholder', 'helpText', 'hoist', 'inputDebounce', 'invalid', 'label', 'line', '
|
|
1110
|
+
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
1111
|
methods: ['setFocus']
|
|
992
1112
|
})
|
|
993
1113
|
], SixSelect);
|
|
@@ -998,7 +1118,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
998
1118
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
999
1119
|
template: '<ng-content></ng-content>',
|
|
1000
1120
|
// 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', '
|
|
1121
|
+
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
1122
|
}]
|
|
1003
1123
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1004
1124
|
let SixSidebar = class SixSidebar {
|
|
@@ -1082,11 +1202,11 @@ let SixSpinner = class SixSpinner {
|
|
|
1082
1202
|
this.el = r.nativeElement;
|
|
1083
1203
|
}
|
|
1084
1204
|
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 }); }
|
|
1205
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SixSpinner, selector: "six-spinner", inputs: { logo: "logo", six: "six" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1086
1206
|
};
|
|
1087
1207
|
SixSpinner = __decorate([
|
|
1088
1208
|
ProxyCmp({
|
|
1089
|
-
inputs: ['six']
|
|
1209
|
+
inputs: ['logo', 'six']
|
|
1090
1210
|
})
|
|
1091
1211
|
], SixSpinner);
|
|
1092
1212
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixSpinner, decorators: [{
|
|
@@ -1096,7 +1216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1096
1216
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1097
1217
|
template: '<ng-content></ng-content>',
|
|
1098
1218
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1099
|
-
inputs: ['six'],
|
|
1219
|
+
inputs: ['logo', 'six'],
|
|
1100
1220
|
}]
|
|
1101
1221
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1102
1222
|
let SixStageIndicator = class SixStageIndicator {
|
|
@@ -1362,6 +1482,7 @@ const DIRECTIVES = [
|
|
|
1362
1482
|
SixButton,
|
|
1363
1483
|
SixCard,
|
|
1364
1484
|
SixCheckbox,
|
|
1485
|
+
SixDate,
|
|
1365
1486
|
SixDatepicker,
|
|
1366
1487
|
SixDetails,
|
|
1367
1488
|
SixDialog,
|
|
@@ -1375,12 +1496,16 @@ const DIRECTIVES = [
|
|
|
1375
1496
|
SixFooter,
|
|
1376
1497
|
SixGroupLabel,
|
|
1377
1498
|
SixHeader,
|
|
1499
|
+
SixHeaderDropdownItem,
|
|
1500
|
+
SixHeaderItem,
|
|
1501
|
+
SixHeaderMenuButton,
|
|
1378
1502
|
SixIcon,
|
|
1379
1503
|
SixIconButton,
|
|
1380
1504
|
SixInput,
|
|
1381
1505
|
SixItemPicker,
|
|
1382
1506
|
SixLanguageSwitcher,
|
|
1383
1507
|
SixLayoutGrid,
|
|
1508
|
+
SixLogo,
|
|
1384
1509
|
SixMainContainer,
|
|
1385
1510
|
SixMenu,
|
|
1386
1511
|
SixMenuDivider,
|
|
@@ -1872,6 +1997,30 @@ class SixUiLibraryValidators {
|
|
|
1872
1997
|
return allowed ? null : { invaliddate: { actual: control.value } };
|
|
1873
1998
|
};
|
|
1874
1999
|
}
|
|
2000
|
+
static minDateIso(mindate) {
|
|
2001
|
+
return (control) => {
|
|
2002
|
+
if (control.value == null || control.value === '')
|
|
2003
|
+
return null;
|
|
2004
|
+
const actualDate = control.value;
|
|
2005
|
+
return actualDate >= mindate ? null : { mindate: { mindate, actual: actualDate } };
|
|
2006
|
+
};
|
|
2007
|
+
}
|
|
2008
|
+
static maxDateIso(maxdate) {
|
|
2009
|
+
return (control) => {
|
|
2010
|
+
if (control.value == null || control.value === '')
|
|
2011
|
+
return null;
|
|
2012
|
+
const actualDate = control.value;
|
|
2013
|
+
return actualDate <= maxdate ? null : { maxdate: { maxdate, actual: actualDate } };
|
|
2014
|
+
};
|
|
2015
|
+
}
|
|
2016
|
+
static allowedDatesIso(allowedDates = () => true) {
|
|
2017
|
+
return (control) => {
|
|
2018
|
+
if (control.value == null || control.value === '')
|
|
2019
|
+
return null;
|
|
2020
|
+
const allowed = allowedDates(control.value);
|
|
2021
|
+
return allowed ? null : { invaliddate: { actual: control.value } };
|
|
2022
|
+
};
|
|
2023
|
+
}
|
|
1875
2024
|
}
|
|
1876
2025
|
class MinDateValidator {
|
|
1877
2026
|
validate(control) {
|
|
@@ -1930,6 +2079,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1930
2079
|
}], propDecorators: { allowedDates: [{
|
|
1931
2080
|
type: Input
|
|
1932
2081
|
}] } });
|
|
2082
|
+
class MinDateValidatorIso {
|
|
2083
|
+
validate(control) {
|
|
2084
|
+
if (this.min != null) {
|
|
2085
|
+
return SixUiLibraryValidators.minDateIso(this.min)(control);
|
|
2086
|
+
}
|
|
2087
|
+
return null;
|
|
2088
|
+
}
|
|
2089
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MinDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2090
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: MinDateValidatorIso, selector: "six-date[min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2091
|
+
}
|
|
2092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MinDateValidatorIso, decorators: [{
|
|
2093
|
+
type: Directive,
|
|
2094
|
+
args: [{
|
|
2095
|
+
selector: 'six-date[min]',
|
|
2096
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }],
|
|
2097
|
+
}]
|
|
2098
|
+
}], propDecorators: { min: [{
|
|
2099
|
+
type: Input
|
|
2100
|
+
}] } });
|
|
2101
|
+
class MaxDateValidatorIso {
|
|
2102
|
+
validate(control) {
|
|
2103
|
+
if (this.max != null) {
|
|
2104
|
+
return SixUiLibraryValidators.maxDateIso(this.max)(control);
|
|
2105
|
+
}
|
|
2106
|
+
return null;
|
|
2107
|
+
}
|
|
2108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MaxDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2109
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: MaxDateValidatorIso, selector: "six-date[max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2110
|
+
}
|
|
2111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MaxDateValidatorIso, decorators: [{
|
|
2112
|
+
type: Directive,
|
|
2113
|
+
args: [{
|
|
2114
|
+
selector: 'six-date[max]',
|
|
2115
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }],
|
|
2116
|
+
}]
|
|
2117
|
+
}], propDecorators: { max: [{
|
|
2118
|
+
type: Input
|
|
2119
|
+
}] } });
|
|
2120
|
+
class AllowedDatesValidatorIso {
|
|
2121
|
+
constructor() {
|
|
2122
|
+
this.allowedDates = () => true;
|
|
2123
|
+
}
|
|
2124
|
+
validate(control) {
|
|
2125
|
+
return SixUiLibraryValidators.allowedDatesIso(this.allowedDates)(control);
|
|
2126
|
+
}
|
|
2127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AllowedDatesValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2128
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AllowedDatesValidatorIso, selector: "six-date[allowedDates]", inputs: { allowedDates: "allowedDates" }, providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2129
|
+
}
|
|
2130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AllowedDatesValidatorIso, decorators: [{
|
|
2131
|
+
type: Directive,
|
|
2132
|
+
args: [{
|
|
2133
|
+
selector: 'six-date[allowedDates]',
|
|
2134
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }],
|
|
2135
|
+
}]
|
|
2136
|
+
}], propDecorators: { allowedDates: [{
|
|
2137
|
+
type: Input
|
|
2138
|
+
}] } });
|
|
1933
2139
|
class MinValidator {
|
|
1934
2140
|
validate(control) {
|
|
1935
2141
|
return Validators.min(toFloat(this.min))(control);
|
|
@@ -2169,15 +2375,20 @@ class SixRouterLinkDirective {
|
|
|
2169
2375
|
if (this.routerLinkDirective?.urlTree) {
|
|
2170
2376
|
const url = this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.routerLinkDirective.urlTree));
|
|
2171
2377
|
this.renderer.setAttribute(this.elementRef.nativeElement, 'href', url);
|
|
2378
|
+
// Remove the `tabindex` attribute to prevent redundant focus behavior.
|
|
2379
|
+
// Angular's RouterLink adds `tabindex="0"` to non-focusable elements (e.g., `<div>`),
|
|
2380
|
+
// but custom components like `six-button` already handle focusability.
|
|
2381
|
+
// Keeping the tabindex would cause the element to receive focus twice.
|
|
2382
|
+
this.renderer.removeAttribute(this.elementRef.nativeElement, 'tabindex');
|
|
2172
2383
|
}
|
|
2173
2384
|
}
|
|
2174
2385
|
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 }); }
|
|
2386
|
+
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],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
2387
|
}
|
|
2177
2388
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SixRouterLinkDirective, decorators: [{
|
|
2178
2389
|
type: Directive,
|
|
2179
2390
|
args: [{
|
|
2180
|
-
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink]',
|
|
2391
|
+
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]',
|
|
2181
2392
|
}]
|
|
2182
2393
|
}], ctorParameters: function () { return [{ type: i1$1.LocationStrategy }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.Renderer2 }, { type: i2.RouterLink, decorators: [{
|
|
2183
2394
|
type: Optional
|
|
@@ -2196,6 +2407,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2196
2407
|
type: Input
|
|
2197
2408
|
}] } });
|
|
2198
2409
|
|
|
2410
|
+
class DateValueAccessor extends ValueAccessor {
|
|
2411
|
+
constructor(injector, el) {
|
|
2412
|
+
super(injector, el);
|
|
2413
|
+
}
|
|
2414
|
+
handleInputEvent(el) {
|
|
2415
|
+
this.handleValueChange(el, el.value);
|
|
2416
|
+
}
|
|
2417
|
+
writeValue(value) {
|
|
2418
|
+
this.el.nativeElement.value = value == null ? '' : value;
|
|
2419
|
+
this.updateValidation();
|
|
2420
|
+
}
|
|
2421
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2422
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DateValueAccessor, selector: "six-date", host: { listeners: { "change": "handleInputEvent($event.target)" } }, providers: [
|
|
2423
|
+
{
|
|
2424
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2425
|
+
useExisting: DateValueAccessor,
|
|
2426
|
+
multi: true,
|
|
2427
|
+
},
|
|
2428
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
2429
|
+
}
|
|
2430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateValueAccessor, decorators: [{
|
|
2431
|
+
type: Directive,
|
|
2432
|
+
args: [{
|
|
2433
|
+
selector: 'six-date',
|
|
2434
|
+
providers: [
|
|
2435
|
+
{
|
|
2436
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2437
|
+
useExisting: DateValueAccessor,
|
|
2438
|
+
multi: true,
|
|
2439
|
+
},
|
|
2440
|
+
],
|
|
2441
|
+
}]
|
|
2442
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { handleInputEvent: [{
|
|
2443
|
+
type: HostListener,
|
|
2444
|
+
args: ['change', ['$event.target']]
|
|
2445
|
+
}] } });
|
|
2446
|
+
|
|
2199
2447
|
class UiLibraryAngularModule {
|
|
2200
2448
|
static forRoot(customValidationMessagesService) {
|
|
2201
2449
|
return {
|
|
@@ -2211,12 +2459,13 @@ class UiLibraryAngularModule {
|
|
|
2211
2459
|
};
|
|
2212
2460
|
}
|
|
2213
2461
|
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,
|
|
2462
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", 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
2463
|
// value accessors
|
|
2216
2464
|
TextValueAccessor,
|
|
2217
2465
|
NumericValueAccessor,
|
|
2218
2466
|
RadioValueAccessor,
|
|
2219
2467
|
DatepickerValueAccessor,
|
|
2468
|
+
DateValueAccessor,
|
|
2220
2469
|
TimepickerValueAccessor,
|
|
2221
2470
|
SelectValueAccessor,
|
|
2222
2471
|
CheckboxValueAccessor,
|
|
@@ -2228,16 +2477,20 @@ class UiLibraryAngularModule {
|
|
|
2228
2477
|
MinDateValidator,
|
|
2229
2478
|
MaxDateValidator,
|
|
2230
2479
|
AllowedDatesValidator,
|
|
2480
|
+
MinDateValidatorIso,
|
|
2481
|
+
MaxDateValidatorIso,
|
|
2482
|
+
AllowedDatesValidatorIso,
|
|
2231
2483
|
// form helpers
|
|
2232
2484
|
SixFormDirective,
|
|
2233
2485
|
SixFormUtilDirective,
|
|
2234
2486
|
// 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,
|
|
2487
|
+
SixRouterLinkDirective], 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
2488
|
// value accessors
|
|
2237
2489
|
TextValueAccessor,
|
|
2238
2490
|
NumericValueAccessor,
|
|
2239
2491
|
RadioValueAccessor,
|
|
2240
2492
|
DatepickerValueAccessor,
|
|
2493
|
+
DateValueAccessor,
|
|
2241
2494
|
TimepickerValueAccessor,
|
|
2242
2495
|
SelectValueAccessor,
|
|
2243
2496
|
CheckboxValueAccessor,
|
|
@@ -2249,6 +2502,9 @@ class UiLibraryAngularModule {
|
|
|
2249
2502
|
MinDateValidator,
|
|
2250
2503
|
MaxDateValidator,
|
|
2251
2504
|
AllowedDatesValidator,
|
|
2505
|
+
MinDateValidatorIso,
|
|
2506
|
+
MaxDateValidatorIso,
|
|
2507
|
+
AllowedDatesValidatorIso,
|
|
2252
2508
|
// form helpers
|
|
2253
2509
|
SixFormDirective,
|
|
2254
2510
|
SixFormUtilDirective,
|
|
@@ -2267,6 +2523,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2267
2523
|
NumericValueAccessor,
|
|
2268
2524
|
RadioValueAccessor,
|
|
2269
2525
|
DatepickerValueAccessor,
|
|
2526
|
+
DateValueAccessor,
|
|
2270
2527
|
TimepickerValueAccessor,
|
|
2271
2528
|
SelectValueAccessor,
|
|
2272
2529
|
CheckboxValueAccessor,
|
|
@@ -2278,6 +2535,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2278
2535
|
MinDateValidator,
|
|
2279
2536
|
MaxDateValidator,
|
|
2280
2537
|
AllowedDatesValidator,
|
|
2538
|
+
MinDateValidatorIso,
|
|
2539
|
+
MaxDateValidatorIso,
|
|
2540
|
+
AllowedDatesValidatorIso,
|
|
2281
2541
|
// form helpers
|
|
2282
2542
|
SixFormDirective,
|
|
2283
2543
|
SixFormUtilDirective,
|
|
@@ -2293,6 +2553,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2293
2553
|
NumericValueAccessor,
|
|
2294
2554
|
RadioValueAccessor,
|
|
2295
2555
|
DatepickerValueAccessor,
|
|
2556
|
+
DateValueAccessor,
|
|
2296
2557
|
TimepickerValueAccessor,
|
|
2297
2558
|
SelectValueAccessor,
|
|
2298
2559
|
CheckboxValueAccessor,
|
|
@@ -2304,6 +2565,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2304
2565
|
MinDateValidator,
|
|
2305
2566
|
MaxDateValidator,
|
|
2306
2567
|
AllowedDatesValidator,
|
|
2568
|
+
MinDateValidatorIso,
|
|
2569
|
+
MaxDateValidatorIso,
|
|
2570
|
+
AllowedDatesValidatorIso,
|
|
2307
2571
|
// form helpers
|
|
2308
2572
|
SixFormDirective,
|
|
2309
2573
|
SixFormUtilDirective,
|
|
@@ -2339,5 +2603,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2339
2603
|
* Generated bundle index. Do not edit.
|
|
2340
2604
|
*/
|
|
2341
2605
|
|
|
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 };
|
|
2606
|
+
export { 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
2607
|
//# sourceMappingURL=six-group-ui-library-angular.mjs.map
|