@skyux/datetime 10.30.1 → 10.31.1

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.
@@ -12,15 +12,16 @@ import * as i10 from "./daypicker-button.component";
12
12
  import * as i11 from "@angular/cdk/a11y";
13
13
  import * as i12 from "@angular/common";
14
14
  import * as i13 from "@angular/forms";
15
- import * as i14 from "@skyux/indicators";
15
+ import * as i14 from "@skyux/icon";
16
16
  import * as i15 from "./datepicker-calendar-label.pipe";
17
17
  import * as i16 from "../shared/sky-datetime-resources.module";
18
18
  import * as i17 from "@skyux/core";
19
19
  import * as i18 from "@skyux/theme";
20
20
  import * as i19 from "@skyux/popovers";
21
- import * as i20 from "@skyux/forms";
21
+ import * as i20 from "@skyux/indicators";
22
+ import * as i21 from "@skyux/forms";
22
23
  export declare class SkyDatepickerModule {
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDatepickerModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDatepickerModule, [typeof i1.SkyDatepickerCalendarComponent, typeof i2.SkyDatepickerCalendarInnerComponent, typeof i3.SkyDayPickerComponent, typeof i4.SkyMonthPickerComponent, typeof i5.SkyYearPickerComponent, typeof i6.SkyDatepickerComponent, typeof i7.SkyDatepickerInputDirective, typeof i8.SkyFuzzyDatepickerInputDirective, typeof i9.SkyDayPickerCellComponent, typeof i10.SkyDayPickerButtonComponent], [typeof i11.A11yModule, typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.SkyIconModule, typeof i15.SkyDatepickerCalendarLabelPipe, typeof i16.SkyDatetimeResourcesModule, typeof i17.SkyAffixModule, typeof i18.SkyThemeModule, typeof i19.SkyPopoverModule, typeof i14.SkyWaitModule, typeof i20.SkyFormErrorModule], [typeof i1.SkyDatepickerCalendarComponent, typeof i6.SkyDatepickerComponent, typeof i7.SkyDatepickerInputDirective, typeof i8.SkyFuzzyDatepickerInputDirective]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDatepickerModule, [typeof i1.SkyDatepickerCalendarComponent, typeof i2.SkyDatepickerCalendarInnerComponent, typeof i3.SkyDayPickerComponent, typeof i4.SkyMonthPickerComponent, typeof i5.SkyYearPickerComponent, typeof i6.SkyDatepickerComponent, typeof i7.SkyDatepickerInputDirective, typeof i8.SkyFuzzyDatepickerInputDirective, typeof i9.SkyDayPickerCellComponent, typeof i10.SkyDayPickerButtonComponent], [typeof i11.A11yModule, typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.SkyIconModule, typeof i15.SkyDatepickerCalendarLabelPipe, typeof i16.SkyDatetimeResourcesModule, typeof i17.SkyAffixModule, typeof i18.SkyThemeModule, typeof i19.SkyPopoverModule, typeof i20.SkyWaitModule, typeof i21.SkyFormErrorModule], [typeof i1.SkyDatepickerCalendarComponent, typeof i6.SkyDatepickerComponent, typeof i7.SkyDatepickerInputDirective, typeof i8.SkyFuzzyDatepickerInputDirective]>;
25
26
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyDatepickerModule>;
26
27
  }
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./timepicker.directive";
3
3
  import * as i2 from "./timepicker.component";
4
4
  import * as i3 from "@angular/common";
5
- import * as i4 from "@skyux/indicators";
5
+ import * as i4 from "@skyux/icon";
6
6
  import * as i5 from "../shared/sky-datetime-resources.module";
7
7
  import * as i6 from "@skyux/core";
8
8
  import * as i7 from "@skyux/theme";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/datetime",
3
- "version": "10.30.1",
3
+ "version": "10.31.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,16 +41,17 @@
41
41
  "@angular/core": "^17.3.4",
42
42
  "@angular/forms": "^17.3.4",
43
43
  "@angular/platform-browser": "^17.3.4",
44
- "@skyux-sdk/testing": "10.30.1",
45
- "@skyux/core": "10.30.1",
46
- "@skyux/forms": "10.30.1",
47
- "@skyux/i18n": "10.30.1",
48
- "@skyux/indicators": "10.30.1",
49
- "@skyux/popovers": "10.30.1",
50
- "@skyux/theme": "10.30.1",
44
+ "@skyux-sdk/testing": "10.31.1",
45
+ "@skyux/core": "10.31.1",
46
+ "@skyux/forms": "10.31.1",
47
+ "@skyux/i18n": "10.31.1",
48
+ "@skyux/indicators": "10.31.1",
49
+ "@skyux/popovers": "10.31.1",
50
+ "@skyux/theme": "10.31.1",
51
51
  "moment": "^2.30.1"
52
52
  },
53
53
  "dependencies": {
54
+ "@skyux/icon": "10.31.1",
54
55
  "tslib": "^2.6.2"
55
56
  },
56
57
  "module": "fesm2022/skyux-datetime.mjs",