@xui/date-range-picker 2.2.6-alpha.0 → 2.3.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.
@@ -172,8 +172,8 @@ class XuiDateRangePicker {
172
172
  registerOnChange = this.cva.registerOnChange;
173
173
  registerOnTouched = this.cva.registerOnTouched;
174
174
  setDisabledState = this.cva.setDisabledState;
175
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: XuiDateRangePicker, deps: [], target: i0.ɵɵFactoryTarget.Component });
176
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.8", type: XuiDateRangePicker, isStandalone: true, selector: "xui-date-range-picker", inputs: { class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, dateFilter: { classPropertyName: "dateFilter", publicName: "dateFilter", isSignal: true, isRequired: false, transformFunction: null }, firstDayOfWeek: { classPropertyName: "firstDayOfWeek", publicName: "firstDayOfWeek", isSignal: true, isRequired: false, transformFunction: null }, locale: { classPropertyName: "locale", publicName: "locale", isSignal: true, isRequired: false, transformFunction: null }, months: { classPropertyName: "months", publicName: "months", isSignal: true, isRequired: false, transformFunction: null }, allowSingleDayRange: { classPropertyName: "allowSingleDayRange", publicName: "allowSingleDayRange", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { value: "valueChange" }, host: { listeners: { "focusout": "onFocusOut($event)" }, properties: { "class": "computedClass()" } }, providers: [provideXValueAccessor((() => XuiDateRangePicker))], ngImport: i0, template: `
175
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: XuiDateRangePicker, deps: [], target: i0.ɵɵFactoryTarget.Component });
176
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.4", type: XuiDateRangePicker, isStandalone: true, selector: "xui-date-range-picker", inputs: { class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, dateFilter: { classPropertyName: "dateFilter", publicName: "dateFilter", isSignal: true, isRequired: false, transformFunction: null }, firstDayOfWeek: { classPropertyName: "firstDayOfWeek", publicName: "firstDayOfWeek", isSignal: true, isRequired: false, transformFunction: null }, locale: { classPropertyName: "locale", publicName: "locale", isSignal: true, isRequired: false, transformFunction: null }, months: { classPropertyName: "months", publicName: "months", isSignal: true, isRequired: false, transformFunction: null }, allowSingleDayRange: { classPropertyName: "allowSingleDayRange", publicName: "allowSingleDayRange", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { value: "valueChange" }, host: { listeners: { "focusout": "onFocusOut($event)" }, properties: { "class": "computedClass()" } }, providers: [provideXValueAccessor((() => XuiDateRangePicker))], ngImport: i0, template: `
177
177
  <div class="flex gap-6">
178
178
  @for (offset of monthOffsets(); track offset) {
179
179
  <div>
@@ -251,7 +251,7 @@ class XuiDateRangePicker {
251
251
  </div>
252
252
  `, isInline: true, dependencies: [{ kind: "component", type: NgIcon, selector: "ng-icon", inputs: ["name", "svg", "size", "strokeWidth", "color"] }, { kind: "directive", type: XuiIcon, selector: "ng-icon[xui]", inputs: ["class", "size", "color", "label"], exportAs: ["xuiIcon"] }], viewProviders: [provideIcons({ matChevronLeftRound, matChevronRightRound })], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
253
253
  }
254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: XuiDateRangePicker, decorators: [{
254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: XuiDateRangePicker, decorators: [{
255
255
  type: Component,
256
256
  args: [{
257
257
  selector: 'xui-date-range-picker',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xui/date-range-picker",
3
- "version": "2.2.6-alpha.0",
3
+ "version": "2.3.0",
4
4
  "description": "Modern Angular 22 UI Library based on TailwindCSS",
5
5
  "keywords": [
6
6
  "angular",
@@ -20,7 +20,21 @@
20
20
  "Rikarin"
21
21
  ],
22
22
  "sideEffects": false,
23
- "type": "module",
23
+ "peerDependencies": {
24
+ "@angular/cdk": "22",
25
+ "@angular/core": "22",
26
+ "@angular/forms": "22",
27
+ "@ng-icons/core": "35",
28
+ "@ng-icons/material-icons": "35",
29
+ "@xui/core": "2.3.0",
30
+ "@xui/icon": "2.3.0",
31
+ "clsx": "^2.1.1"
32
+ },
33
+ "publishConfig": {
34
+ "access": "public"
35
+ },
36
+ "module": "fesm2022/xui-date-range-picker.mjs",
37
+ "typings": "types/xui-date-range-picker.d.ts",
24
38
  "exports": {
25
39
  "./package.json": {
26
40
  "default": "./package.json"
@@ -30,22 +44,8 @@
30
44
  "default": "./fesm2022/xui-date-range-picker.mjs"
31
45
  }
32
46
  },
33
- "module": "fesm2022/xui-date-range-picker.mjs",
34
- "typings": "types/xui-date-range-picker.d.ts",
47
+ "type": "module",
35
48
  "dependencies": {
36
49
  "tslib": "^2.3.0"
37
- },
38
- "peerDependencies": {
39
- "@angular/cdk": "22",
40
- "@angular/core": "22",
41
- "@angular/forms": "22",
42
- "@ng-icons/core": "34",
43
- "@ng-icons/material-icons": "34",
44
- "@xui/core": "2.2.6-alpha.0",
45
- "@xui/icon": "2.2.6-alpha.0",
46
- "clsx": "^2.1.1"
47
- },
48
- "publishConfig": {
49
- "access": "public"
50
50
  }
51
51
  }