@spw-ds/spw-angular-library 1.5.11-alpha.0 → 1.6.0

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.
@@ -70,11 +70,11 @@ let SpwAccordion = class SpwAccordion {
70
70
  this.el = r.nativeElement;
71
71
  }
72
72
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
73
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwAccordion, isStandalone: true, selector: "spw-accordion", inputs: { background: "background" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
73
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwAccordion, isStandalone: true, selector: "spw-accordion", inputs: { background: "background", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
74
74
  };
75
75
  SpwAccordion = __decorate([
76
76
  ProxyCmp({
77
- inputs: ['background']
77
+ inputs: ['background', 'variant']
78
78
  })
79
79
  ], SpwAccordion);
80
80
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwAccordion, decorators: [{
@@ -84,7 +84,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
84
84
  changeDetection: ChangeDetectionStrategy.OnPush,
85
85
  template: '<ng-content></ng-content>',
86
86
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
87
- inputs: ['background'],
87
+ inputs: ['background', 'variant'],
88
88
  }]
89
89
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
90
90
  let SpwAccordionContent = class SpwAccordionContent {
@@ -117,11 +117,11 @@ let SpwAccordionItem = class SpwAccordionItem {
117
117
  proxyOutputs(this, this.el, ['accordionToggle']);
118
118
  }
119
119
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
120
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwAccordionItem, isStandalone: true, selector: "spw-accordion-item", inputs: { defaultOpen: "defaultOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
120
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwAccordionItem, isStandalone: true, selector: "spw-accordion-item", inputs: { defaultOpen: "defaultOpen", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
121
121
  };
122
122
  SpwAccordionItem = __decorate([
123
123
  ProxyCmp({
124
- inputs: ['defaultOpen']
124
+ inputs: ['defaultOpen', 'variant']
125
125
  })
126
126
  ], SpwAccordionItem);
127
127
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwAccordionItem, decorators: [{
@@ -131,7 +131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
131
131
  changeDetection: ChangeDetectionStrategy.OnPush,
132
132
  template: '<ng-content></ng-content>',
133
133
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
134
- inputs: ['defaultOpen'],
134
+ inputs: ['defaultOpen', 'variant'],
135
135
  }]
136
136
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
137
137
  let SpwAccordionTitle = class SpwAccordionTitle {
@@ -457,11 +457,11 @@ let SpwCustomSelect = class SpwCustomSelect {
457
457
  proxyOutputs(this, this.el, ['valueChanged']);
458
458
  }
459
459
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwCustomSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
460
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCustomSelect, isStandalone: true, selector: "spw-custom-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", hint: "hint", isSearch: "isSearch", items: "items", label: "label", multiple: "multiple", name: "name", noResultsText: "noResultsText", placeholder: "placeholder", required: "required", searchPlaceholder: "searchPlaceholder", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", tooltipCursor: "tooltipCursor", tooltipDirection: "tooltipDirection", tooltipMaxWidth: "tooltipMaxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
460
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCustomSelect, isStandalone: true, selector: "spw-custom-select", inputs: { assistiveText: "assistiveText", disabled: "disabled", error: "error", fixedDropdown: "fixedDropdown", hint: "hint", isSearch: "isSearch", items: "items", label: "label", multiple: "multiple", name: "name", noResultsText: "noResultsText", placeholder: "placeholder", required: "required", searchPlaceholder: "searchPlaceholder", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", tooltipCursor: "tooltipCursor", tooltipDirection: "tooltipDirection", tooltipMaxWidth: "tooltipMaxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
461
461
  };
462
462
  SpwCustomSelect = __decorate([
463
463
  ProxyCmp({
464
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'isSearch', 'items', 'label', 'multiple', 'name', 'noResultsText', 'placeholder', 'required', 'searchPlaceholder', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
464
+ inputs: ['assistiveText', 'disabled', 'error', 'fixedDropdown', 'hint', 'isSearch', 'items', 'label', 'multiple', 'name', 'noResultsText', 'placeholder', 'required', 'searchPlaceholder', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
465
465
  methods: ['setFocus', 'resetSelect', 'setValue', 'getValue']
466
466
  })
467
467
  ], SpwCustomSelect);
@@ -472,7 +472,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
472
472
  changeDetection: ChangeDetectionStrategy.OnPush,
473
473
  template: '<ng-content></ng-content>',
474
474
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
475
- inputs: ['assistiveText', 'disabled', 'error', 'hint', 'isSearch', 'items', 'label', 'multiple', 'name', 'noResultsText', 'placeholder', 'required', 'searchPlaceholder', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
475
+ inputs: ['assistiveText', 'disabled', 'error', 'fixedDropdown', 'hint', 'isSearch', 'items', 'label', 'multiple', 'name', 'noResultsText', 'placeholder', 'required', 'searchPlaceholder', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
476
476
  }]
477
477
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
478
478
  let SpwDatePicker = class SpwDatePicker {
@@ -2570,6 +2570,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2570
2570
  }]
2571
2571
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
2572
2572
 
2573
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
2573
2574
  class TabsValueAccessor {
2574
2575
  constructor(el) {
2575
2576
  this.el = el;
@@ -2611,6 +2612,7 @@ class TabsValueAccessor {
2611
2612
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TabsValueAccessor, decorators: [{
2612
2613
  type: Directive,
2613
2614
  args: [{
2615
+ /* tslint:disable-next-line:directive-selector */
2614
2616
  selector: 'spw-tabs',
2615
2617
  providers: [
2616
2618
  {
@@ -2629,6 +2631,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2629
2631
  args: ['focusout']
2630
2632
  }] } });
2631
2633
 
2634
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
2632
2635
  class CheckboxValueAccessor {
2633
2636
  constructor(el) {
2634
2637
  this.el = el;
@@ -2670,6 +2673,7 @@ class CheckboxValueAccessor {
2670
2673
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CheckboxValueAccessor, decorators: [{
2671
2674
  type: Directive,
2672
2675
  args: [{
2676
+ /* tslint:disable-next-line:directive-selector */
2673
2677
  selector: 'spw-checkbox',
2674
2678
  providers: [
2675
2679
  {
@@ -2688,6 +2692,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2688
2692
  args: ['focusout']
2689
2693
  }] } });
2690
2694
 
2695
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
2691
2696
  class RadioValueAccessor {
2692
2697
  constructor(el) {
2693
2698
  this.el = el;
@@ -2729,6 +2734,7 @@ class RadioValueAccessor {
2729
2734
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RadioValueAccessor, decorators: [{
2730
2735
  type: Directive,
2731
2736
  args: [{
2737
+ /* tslint:disable-next-line:directive-selector */
2732
2738
  selector: 'spw-radio',
2733
2739
  providers: [
2734
2740
  {
@@ -2747,6 +2753,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2747
2753
  args: ['focusout']
2748
2754
  }] } });
2749
2755
 
2756
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
2750
2757
  class DatePickerValueAccessor {
2751
2758
  constructor(el) {
2752
2759
  this.el = el;
@@ -2788,6 +2795,7 @@ class DatePickerValueAccessor {
2788
2795
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DatePickerValueAccessor, decorators: [{
2789
2796
  type: Directive,
2790
2797
  args: [{
2798
+ /* tslint:disable-next-line:directive-selector */
2791
2799
  selector: 'spw-date-picker',
2792
2800
  providers: [
2793
2801
  {
@@ -2806,6 +2814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2806
2814
  args: ['focusout']
2807
2815
  }] } });
2808
2816
 
2817
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
2809
2818
  class InputSliderValueAccessor {
2810
2819
  constructor(el) {
2811
2820
  this.el = el;
@@ -2847,6 +2856,7 @@ class InputSliderValueAccessor {
2847
2856
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: InputSliderValueAccessor, decorators: [{
2848
2857
  type: Directive,
2849
2858
  args: [{
2859
+ /* tslint:disable-next-line:directive-selector */
2850
2860
  selector: 'spw-input-slider',
2851
2861
  providers: [
2852
2862
  {
@@ -2865,6 +2875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2865
2875
  args: ['focusout']
2866
2876
  }] } });
2867
2877
 
2878
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
2868
2879
  class SearchFieldValueAccessor {
2869
2880
  constructor(el) {
2870
2881
  this.el = el;
@@ -2906,6 +2917,7 @@ class SearchFieldValueAccessor {
2906
2917
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SearchFieldValueAccessor, decorators: [{
2907
2918
  type: Directive,
2908
2919
  args: [{
2920
+ /* tslint:disable-next-line:directive-selector */
2909
2921
  selector: 'spw-search-field',
2910
2922
  providers: [
2911
2923
  {