@acpaas-ui/ngx-forms 6.0.8 → 6.0.10

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.
@@ -25,6 +25,7 @@ export declare class DatepickerComponent implements OnInit, OnChanges, OnDestroy
25
25
  autocomplete: 'off';
26
26
  weekdayLabels: WeekdayLabelsConfig;
27
27
  monthLabels: MonthLabelsConfig;
28
+ ariaOpenDatepickerLabel: string;
28
29
  blur: EventEmitter<Event>;
29
30
  formControl: UntypedFormControl;
30
31
  selectedDate: Date;
@@ -51,5 +52,5 @@ export declare class DatepickerComponent implements OnInit, OnChanges, OnDestroy
51
52
  private onTouched;
52
53
  private isISODateFormat;
53
54
  static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "aui-datepicker", never, { "id": "id"; "name": "name"; "placeholder": "placeholder"; "label": "label"; "description": "description"; "range": "range"; "min": "min"; "max": "max"; "autocomplete": "autocomplete"; "weekdayLabels": "weekdayLabels"; "monthLabels": "monthLabels"; }, { "blur": "blur"; }, never, never, false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "aui-datepicker", never, { "id": "id"; "name": "name"; "placeholder": "placeholder"; "label": "label"; "description": "description"; "range": "range"; "min": "min"; "max": "max"; "autocomplete": "autocomplete"; "weekdayLabels": "weekdayLabels"; "monthLabels": "monthLabels"; "ariaOpenDatepickerLabel": "ariaOpenDatepickerLabel"; }, { "blur": "blur"; }, never, never, false, never>;
55
56
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@acpaas-ui/ngx-forms",
3
- "version": "6.0.8",
3
+ "version": "6.0.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
- "@acpaas-ui/ngx-calendar": "^6.0.8",
9
- "@acpaas-ui/ngx-flyout": "^6.0.7",
10
- "@acpaas-ui/ngx-icon": "^6.0.6",
8
+ "@acpaas-ui/ngx-calendar": "^6.0.10",
9
+ "@acpaas-ui/ngx-flyout": "^6.0.10",
10
+ "@acpaas-ui/ngx-icon": "^6.0.10",
11
11
  "@acpaas-ui/ngx-progress-bar": "^6.0.6",
12
12
  "@acpaas-ui/ngx-selectable-list": "^6.0.6",
13
- "@acpaas-ui/ngx-utils": "^6.0.6",
13
+ "@acpaas-ui/ngx-utils": "^6.0.10",
14
14
  "lodash-es": "~4.17.10",
15
15
  "tslib": "^2.3.0"
16
16
  },
@@ -20,7 +20,7 @@
20
20
  "@angular/forms": ">=15.2.0",
21
21
  "@angular/platform-browser": ">=15.2.0"
22
22
  },
23
- "gitHead": "60a5e3b2627f6b006f9e1369b8abad31562a61b7",
23
+ "gitHead": "f4663b72c0d881c9f86ed9682ccdada53ecdbf3d",
24
24
  "module": "fesm2015/acpaas-ui-ngx-forms.mjs",
25
25
  "es2020": "fesm2020/acpaas-ui-ngx-forms.mjs",
26
26
  "esm2020": "esm2020/acpaas-ui-ngx-forms.mjs",