@progress/kendo-angular-scheduler 13.0.0-develop.17 → 13.0.0-develop.19

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-scheduler',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1685523701,
13
- version: '13.0.0-develop.17',
12
+ publishDate: 1685948823,
13
+ version: '13.0.0-develop.19',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -141,7 +141,7 @@ export class BaseViewItem {
141
141
  return !this.localization.rtl ? ['caret-alt-left', 'caret-alt-right'] : ['caret-alt-right', 'caret-alt-left'];
142
142
  }
143
143
  get arrowSVGIcons() {
144
- return this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
144
+ return !this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
145
145
  }
146
146
  }
147
147
  BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseViewItem, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-scheduler',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1685523701,
52
- version: '13.0.0-develop.17',
51
+ publishDate: 1685948823,
52
+ version: '13.0.0-develop.19',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -9455,7 +9455,7 @@ class BaseViewItem {
9455
9455
  return !this.localization.rtl ? ['caret-alt-left', 'caret-alt-right'] : ['caret-alt-right', 'caret-alt-left'];
9456
9456
  }
9457
9457
  get arrowSVGIcons() {
9458
- return this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
9458
+ return !this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
9459
9459
  }
9460
9460
  }
9461
9461
  BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseViewItem, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-scheduler',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1685523701,
52
- version: '13.0.0-develop.17',
51
+ publishDate: 1685948823,
52
+ version: '13.0.0-develop.19',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -9740,7 +9740,7 @@ class BaseViewItem {
9740
9740
  return !this.localization.rtl ? ['caret-alt-left', 'caret-alt-right'] : ['caret-alt-right', 'caret-alt-left'];
9741
9741
  }
9742
9742
  get arrowSVGIcons() {
9743
- return this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
9743
+ return !this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
9744
9744
  }
9745
9745
  }
9746
9746
  BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseViewItem, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "13.0.0-develop.17",
3
+ "version": "13.0.0-develop.19",
4
4
  "description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,21 +25,21 @@
25
25
  "@progress/kendo-data-query": "^1.0.0",
26
26
  "@progress/kendo-drawing": "^1.17.2",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-buttons": "13.0.0-develop.17",
29
- "@progress/kendo-angular-common": "13.0.0-develop.17",
30
- "@progress/kendo-angular-dateinputs": "13.0.0-develop.17",
31
- "@progress/kendo-angular-dialog": "13.0.0-develop.17",
32
- "@progress/kendo-angular-dropdowns": "13.0.0-develop.17",
33
- "@progress/kendo-angular-icons": "13.0.0-develop.17",
34
- "@progress/kendo-angular-inputs": "13.0.0-develop.17",
35
- "@progress/kendo-angular-intl": "13.0.0-develop.17",
36
- "@progress/kendo-angular-l10n": "13.0.0-develop.17",
37
- "@progress/kendo-angular-popup": "13.0.0-develop.17",
28
+ "@progress/kendo-angular-buttons": "13.0.0-develop.19",
29
+ "@progress/kendo-angular-common": "13.0.0-develop.19",
30
+ "@progress/kendo-angular-dateinputs": "13.0.0-develop.19",
31
+ "@progress/kendo-angular-dialog": "13.0.0-develop.19",
32
+ "@progress/kendo-angular-dropdowns": "13.0.0-develop.19",
33
+ "@progress/kendo-angular-icons": "13.0.0-develop.19",
34
+ "@progress/kendo-angular-inputs": "13.0.0-develop.19",
35
+ "@progress/kendo-angular-intl": "13.0.0-develop.19",
36
+ "@progress/kendo-angular-l10n": "13.0.0-develop.19",
37
+ "@progress/kendo-angular-popup": "13.0.0-develop.19",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "13.0.0-develop.17",
42
+ "@progress/kendo-angular-schematics": "13.0.0-develop.19",
43
43
  "@progress/kendo-date-math": "^1.3.2",
44
44
  "@progress/kendo-draggable": "^3.0.2",
45
45
  "@progress/kendo-file-saver": "^1.0.7",
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '13.0.0-develop.17',
7
+ '@progress/kendo-angular-treeview': '13.0.0-develop.19',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '13.0.0-develop.17',
9
+ '@progress/kendo-angular-dialog': '13.0.0-develop.19',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^1.0.0'
12
12
  } });