@progress/kendo-vue-scheduler 3.6.3 → 3.6.4-dev.202210071340

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.
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { DataItem, SchedulerView, EditableProp, SchedulerGroup, SchedulerResource, SchedulerModelFields, SchedulerViewProps } from './models/main';
6
+ import { DataItem, EditableProp, SchedulerGroup, SchedulerResource, SchedulerModelFields, SchedulerViewProps } from './models/main';
7
7
  /**
8
8
  * Represents the props of the [Kendo UI for Vue Scheduler component]({% slug overview_scheduler %}).
9
9
  */
@@ -200,10 +200,6 @@ export interface SchedulerProps {
200
200
  * Sets the `height` of the Scheduler.
201
201
  */
202
202
  height?: number | string;
203
- /**
204
- * Specify the available `view` components as `children` and the Scheduler will match the currently selected view and render it.
205
- */
206
- children?: SchedulerView[] | SchedulerView;
207
203
  /**
208
204
  * Specifies the id of the timezone that will be displayed in the Scheduler.
209
205
  * For example, `Europe/Sofia`.
@@ -8,7 +8,6 @@ export interface SchedulerEditItemContextProps {
8
8
  remove: any;
9
9
  showRemoveDialog: any;
10
10
  showOccurrenceDialog: any;
11
- children?: any;
12
11
  }
13
12
  /** @hidden */
14
13
  export declare type SchedulerEditItemPropsContextType = SchedulerEditItemProps;
@@ -3,7 +3,6 @@ import { SchedulerEditSlotProps } from '../slots/SchedulerEditSlot';
3
3
  export interface SchedulerEditSlotContextProps {
4
4
  props: SchedulerEditSlotProps;
5
5
  form: any;
6
- children?: any;
7
6
  }
8
7
  /** @hidden */
9
8
  export declare type SchedulerEditSlotPropsContextType = SchedulerEditSlotProps;
@@ -4,7 +4,6 @@ export interface SchedulerEditTaskContextProps {
4
4
  remove: SchedulerEditTaskRemoveItemContextType;
5
5
  showRemoveDialog: any;
6
6
  showOccurrenceDialog: any;
7
- children?: any;
8
7
  }
9
8
  /** @hidden */
10
9
  export declare type SchedulerEditTaskRemoveItemContextType = [DataItem | null, (event?: any) => void];
@@ -326,7 +326,7 @@ var SchedulerItemVue2 = {
326
326
  },
327
327
  onClose: _this2.ksCancel,
328
328
  onCancel: _this2.ksCancel
329
- }), _this2.showOccurrenceDialog && h(SchedulerOccurrenceDialog, {
329
+ }), _this2.showOccurrenceDialog && _this2.currentEditable.edit && h(SchedulerOccurrenceDialog, {
330
330
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
331
331
  attrs: _this2.v3 ? undefined : {
332
332
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
@@ -440,7 +440,7 @@ var SchedulerItemVue2 = {
440
440
  })];
441
441
  } : [h("span", {
442
442
  "class": "k-resize-handle k-resize-e"
443
- })])], _this2.$props.resizeHint && _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
443
+ })])], _this2.$props.resizeHint ? _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
444
444
  "class": "k-marquee-color",
445
445
  style: {
446
446
  borderColor: _this2.color,
@@ -452,7 +452,7 @@ var SchedulerItemVue2 = {
452
452
  "class": "k-label-top"
453
453
  }, [_this2.intl.formatDate(_this2.$props.zonedStart, _this2.$props.format)]), !_this2.$props.head && h("div", {
454
454
  "class": "k-label-bottom"
455
- }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])]])];
455
+ }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])] : null])];
456
456
  } : [h("div", {
457
457
  id: _this2.$props.id,
458
458
  attrs: _this2.v3 ? undefined : {
@@ -519,7 +519,7 @@ var SchedulerItemVue2 = {
519
519
  },
520
520
  onClose: _this2.ksCancel,
521
521
  onCancel: _this2.ksCancel
522
- }), _this2.showOccurrenceDialog && h(SchedulerOccurrenceDialog, {
522
+ }), _this2.showOccurrenceDialog && _this2.currentEditable.edit && h(SchedulerOccurrenceDialog, {
523
523
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
524
524
  attrs: _this2.v3 ? undefined : {
525
525
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
@@ -629,7 +629,7 @@ var SchedulerItemVue2 = {
629
629
  })];
630
630
  } : [h("span", {
631
631
  "class": "k-resize-handle k-resize-e"
632
- })])], _this2.$props.resizeHint && _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
632
+ })])], _this2.$props.resizeHint ? _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
633
633
  "class": "k-marquee-color",
634
634
  style: {
635
635
  borderColor: _this2.color,
@@ -641,7 +641,7 @@ var SchedulerItemVue2 = {
641
641
  "class": "k-label-top"
642
642
  }, [_this2.intl.formatDate(_this2.$props.zonedStart, _this2.$props.format)]), !_this2.$props.head && h("div", {
643
643
  "class": "k-label-bottom"
644
- }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])]])])
644
+ }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])] : null])])
645
645
  );
646
646
  },
647
647
  methods: {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-scheduler',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1663839421,
8
+ publishDate: 1665149730,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { DataItem, SchedulerView, EditableProp, SchedulerGroup, SchedulerResource, SchedulerModelFields, SchedulerViewProps } from './models/main';
6
+ import { DataItem, EditableProp, SchedulerGroup, SchedulerResource, SchedulerModelFields, SchedulerViewProps } from './models/main';
7
7
  /**
8
8
  * Represents the props of the [Kendo UI for Vue Scheduler component]({% slug overview_scheduler %}).
9
9
  */
@@ -200,10 +200,6 @@ export interface SchedulerProps {
200
200
  * Sets the `height` of the Scheduler.
201
201
  */
202
202
  height?: number | string;
203
- /**
204
- * Specify the available `view` components as `children` and the Scheduler will match the currently selected view and render it.
205
- */
206
- children?: SchedulerView[] | SchedulerView;
207
203
  /**
208
204
  * Specifies the id of the timezone that will be displayed in the Scheduler.
209
205
  * For example, `Europe/Sofia`.
@@ -8,7 +8,6 @@ export interface SchedulerEditItemContextProps {
8
8
  remove: any;
9
9
  showRemoveDialog: any;
10
10
  showOccurrenceDialog: any;
11
- children?: any;
12
11
  }
13
12
  /** @hidden */
14
13
  export declare type SchedulerEditItemPropsContextType = SchedulerEditItemProps;
@@ -3,7 +3,6 @@ import { SchedulerEditSlotProps } from '../slots/SchedulerEditSlot';
3
3
  export interface SchedulerEditSlotContextProps {
4
4
  props: SchedulerEditSlotProps;
5
5
  form: any;
6
- children?: any;
7
6
  }
8
7
  /** @hidden */
9
8
  export declare type SchedulerEditSlotPropsContextType = SchedulerEditSlotProps;
@@ -4,7 +4,6 @@ export interface SchedulerEditTaskContextProps {
4
4
  remove: SchedulerEditTaskRemoveItemContextType;
5
5
  showRemoveDialog: any;
6
6
  showOccurrenceDialog: any;
7
- children?: any;
8
7
  }
9
8
  /** @hidden */
10
9
  export declare type SchedulerEditTaskRemoveItemContextType = [DataItem | null, (event?: any) => void];
@@ -326,7 +326,7 @@ var SchedulerItemVue2 = {
326
326
  },
327
327
  onClose: _this2.ksCancel,
328
328
  onCancel: _this2.ksCancel
329
- }), _this2.showOccurrenceDialog && h(SchedulerOccurrenceDialog, {
329
+ }), _this2.showOccurrenceDialog && _this2.currentEditable.edit && h(SchedulerOccurrenceDialog, {
330
330
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
331
331
  attrs: _this2.v3 ? undefined : {
332
332
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
@@ -440,7 +440,7 @@ var SchedulerItemVue2 = {
440
440
  })];
441
441
  } : [h("span", {
442
442
  "class": "k-resize-handle k-resize-e"
443
- })])], _this2.$props.resizeHint && _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
443
+ })])], _this2.$props.resizeHint ? _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
444
444
  "class": "k-marquee-color",
445
445
  style: {
446
446
  borderColor: _this2.color,
@@ -452,7 +452,7 @@ var SchedulerItemVue2 = {
452
452
  "class": "k-label-top"
453
453
  }, [_this2.intl.formatDate(_this2.$props.zonedStart, _this2.$props.format)]), !_this2.$props.head && h("div", {
454
454
  "class": "k-label-bottom"
455
- }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])]])];
455
+ }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])] : null])];
456
456
  } : [h("div", {
457
457
  id: _this2.$props.id,
458
458
  attrs: _this2.v3 ? undefined : {
@@ -519,7 +519,7 @@ var SchedulerItemVue2 = {
519
519
  },
520
520
  onClose: _this2.ksCancel,
521
521
  onCancel: _this2.ksCancel
522
- }), _this2.showOccurrenceDialog && h(SchedulerOccurrenceDialog, {
522
+ }), _this2.showOccurrenceDialog && _this2.currentEditable.edit && h(SchedulerOccurrenceDialog, {
523
523
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
524
524
  attrs: _this2.v3 ? undefined : {
525
525
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
@@ -629,7 +629,7 @@ var SchedulerItemVue2 = {
629
629
  })];
630
630
  } : [h("span", {
631
631
  "class": "k-resize-handle k-resize-e"
632
- })])], _this2.$props.resizeHint && _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
632
+ })])], _this2.$props.resizeHint ? _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
633
633
  "class": "k-marquee-color",
634
634
  style: {
635
635
  borderColor: _this2.color,
@@ -641,7 +641,7 @@ var SchedulerItemVue2 = {
641
641
  "class": "k-label-top"
642
642
  }, [_this2.intl.formatDate(_this2.$props.zonedStart, _this2.$props.format)]), !_this2.$props.head && h("div", {
643
643
  "class": "k-label-bottom"
644
- }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])]])])
644
+ }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])] : null])])
645
645
  );
646
646
  },
647
647
  methods: {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-scheduler',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1663839421,
8
+ publishDate: 1665149730,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { DataItem, SchedulerView, EditableProp, SchedulerGroup, SchedulerResource, SchedulerModelFields, SchedulerViewProps } from './models/main';
6
+ import { DataItem, EditableProp, SchedulerGroup, SchedulerResource, SchedulerModelFields, SchedulerViewProps } from './models/main';
7
7
  /**
8
8
  * Represents the props of the [Kendo UI for Vue Scheduler component]({% slug overview_scheduler %}).
9
9
  */
@@ -200,10 +200,6 @@ export interface SchedulerProps {
200
200
  * Sets the `height` of the Scheduler.
201
201
  */
202
202
  height?: number | string;
203
- /**
204
- * Specify the available `view` components as `children` and the Scheduler will match the currently selected view and render it.
205
- */
206
- children?: SchedulerView[] | SchedulerView;
207
203
  /**
208
204
  * Specifies the id of the timezone that will be displayed in the Scheduler.
209
205
  * For example, `Europe/Sofia`.
@@ -8,7 +8,6 @@ export interface SchedulerEditItemContextProps {
8
8
  remove: any;
9
9
  showRemoveDialog: any;
10
10
  showOccurrenceDialog: any;
11
- children?: any;
12
11
  }
13
12
  /** @hidden */
14
13
  export declare type SchedulerEditItemPropsContextType = SchedulerEditItemProps;
@@ -3,7 +3,6 @@ import { SchedulerEditSlotProps } from '../slots/SchedulerEditSlot';
3
3
  export interface SchedulerEditSlotContextProps {
4
4
  props: SchedulerEditSlotProps;
5
5
  form: any;
6
- children?: any;
7
6
  }
8
7
  /** @hidden */
9
8
  export declare type SchedulerEditSlotPropsContextType = SchedulerEditSlotProps;
@@ -4,7 +4,6 @@ export interface SchedulerEditTaskContextProps {
4
4
  remove: SchedulerEditTaskRemoveItemContextType;
5
5
  showRemoveDialog: any;
6
6
  showOccurrenceDialog: any;
7
- children?: any;
8
7
  }
9
8
  /** @hidden */
10
9
  export declare type SchedulerEditTaskRemoveItemContextType = [DataItem | null, (event?: any) => void];
@@ -343,7 +343,7 @@ var SchedulerItemVue2 = {
343
343
  },
344
344
  onClose: _this2.ksCancel,
345
345
  onCancel: _this2.ksCancel
346
- }), _this2.showOccurrenceDialog && h(SchedulerOccurrenceDialog_1.SchedulerOccurrenceDialog, {
346
+ }), _this2.showOccurrenceDialog && _this2.currentEditable.edit && h(SchedulerOccurrenceDialog_1.SchedulerOccurrenceDialog, {
347
347
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
348
348
  attrs: _this2.v3 ? undefined : {
349
349
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
@@ -457,7 +457,7 @@ var SchedulerItemVue2 = {
457
457
  })];
458
458
  } : [h("span", {
459
459
  "class": "k-resize-handle k-resize-e"
460
- })])], _this2.$props.resizeHint && _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
460
+ })])], _this2.$props.resizeHint ? _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
461
461
  "class": "k-marquee-color",
462
462
  style: {
463
463
  borderColor: _this2.color,
@@ -469,7 +469,7 @@ var SchedulerItemVue2 = {
469
469
  "class": "k-label-top"
470
470
  }, [_this2.intl.formatDate(_this2.$props.zonedStart, _this2.$props.format)]), !_this2.$props.head && h("div", {
471
471
  "class": "k-label-bottom"
472
- }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])]])];
472
+ }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])] : null])];
473
473
  } : [h("div", {
474
474
  id: _this2.$props.id,
475
475
  attrs: _this2.v3 ? undefined : {
@@ -536,7 +536,7 @@ var SchedulerItemVue2 = {
536
536
  },
537
537
  onClose: _this2.ksCancel,
538
538
  onCancel: _this2.ksCancel
539
- }), _this2.showOccurrenceDialog && h(SchedulerOccurrenceDialog_1.SchedulerOccurrenceDialog, {
539
+ }), _this2.showOccurrenceDialog && _this2.currentEditable.edit && h(SchedulerOccurrenceDialog_1.SchedulerOccurrenceDialog, {
540
540
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
541
541
  attrs: _this2.v3 ? undefined : {
542
542
  dataItem: _this2.formItem || _this2.dragItem || _this2.resizeItem || _this2.removeItem,
@@ -646,7 +646,7 @@ var SchedulerItemVue2 = {
646
646
  })];
647
647
  } : [h("span", {
648
648
  "class": "k-resize-handle k-resize-e"
649
- })])], _this2.$props.resizeHint && _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
649
+ })])], _this2.$props.resizeHint ? _this2.bv.viewProps.resizeHint ? resizeHint : [h("div", {
650
650
  "class": "k-marquee-color",
651
651
  style: {
652
652
  borderColor: _this2.color,
@@ -658,7 +658,7 @@ var SchedulerItemVue2 = {
658
658
  "class": "k-label-top"
659
659
  }, [_this2.intl.formatDate(_this2.$props.zonedStart, _this2.$props.format)]), !_this2.$props.head && h("div", {
660
660
  "class": "k-label-bottom"
661
- }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])]])])
661
+ }, [_this2.intl.formatDate(_this2.$props.zonedEnd, _this2.$props.format)])])] : null])])
662
662
  );
663
663
  },
664
664
  methods: {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-scheduler',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1663839421,
11
+ publishDate: 1665149730,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-scheduler",
3
3
  "description": "Kendo UI for Vue Scheduler package",
4
- "version": "3.6.3",
4
+ "version": "3.6.4-dev.202210071340",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -49,7 +49,7 @@
49
49
  "@progress/kendo-data-query": "^1.5.1",
50
50
  "@progress/kendo-draggable": "^3.0.1",
51
51
  "@progress/kendo-recurrence": "^1.0.1",
52
- "@progress/kendo-vue-common": "3.6.3"
52
+ "@progress/kendo-vue-common": "3.6.4-dev.202210071340"
53
53
  },
54
54
  "@progress": {
55
55
  "friendlyName": "Scheduler",
@@ -64,16 +64,16 @@
64
64
  "@progress/kendo-date-math": "^1.4.1",
65
65
  "@progress/kendo-drawing": "^1.8.0",
66
66
  "@progress/kendo-licensing": "^1.0.1",
67
- "@progress/kendo-vue-buttons": "3.6.3",
68
- "@progress/kendo-vue-dateinputs": "3.6.3",
69
- "@progress/kendo-vue-dialogs": "3.6.3",
70
- "@progress/kendo-vue-dropdowns": "3.6.3",
71
- "@progress/kendo-vue-form": "3.6.3",
72
- "@progress/kendo-vue-inputs": "3.6.3",
73
- "@progress/kendo-vue-intl": "3.6.3",
74
- "@progress/kendo-vue-labels": "3.6.3",
75
- "@progress/kendo-vue-popup": "3.6.3",
76
- "@progress/kendo-vue-progressbars": "3.6.3",
67
+ "@progress/kendo-vue-buttons": "3.6.4-dev.202210071340",
68
+ "@progress/kendo-vue-dateinputs": "3.6.4-dev.202210071340",
69
+ "@progress/kendo-vue-dialogs": "3.6.4-dev.202210071340",
70
+ "@progress/kendo-vue-dropdowns": "3.6.4-dev.202210071340",
71
+ "@progress/kendo-vue-form": "3.6.4-dev.202210071340",
72
+ "@progress/kendo-vue-inputs": "3.6.4-dev.202210071340",
73
+ "@progress/kendo-vue-intl": "3.6.4-dev.202210071340",
74
+ "@progress/kendo-vue-labels": "3.6.4-dev.202210071340",
75
+ "@progress/kendo-vue-popup": "3.6.4-dev.202210071340",
76
+ "@progress/kendo-vue-progressbars": "3.6.4-dev.202210071340",
77
77
  "cldr-core": "^41.0.0",
78
78
  "cldr-dates-full": "^41.0.0",
79
79
  "cldr-numbers-full": "^41.0.0"