@progress/kendo-vue-scheduler 7.0.2 → 7.1.0-develop.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.
- package/dist/cdn/js/kendo-vue-scheduler.js +1 -1
- package/index.d.mts +55 -47
- package/index.d.ts +55 -47
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
package/index.d.mts
CHANGED
|
@@ -1002,8 +1002,8 @@ timezone: string;
|
|
|
1002
1002
|
props: {
|
|
1003
1003
|
validator: Function;
|
|
1004
1004
|
tabIndex: number;
|
|
1005
|
-
dataItems: any[];
|
|
1006
1005
|
height: string | number;
|
|
1006
|
+
dataItems: any[];
|
|
1007
1007
|
views: SchedulerViewProps[];
|
|
1008
1008
|
editable: boolean | EditableProp;
|
|
1009
1009
|
modifyInitialFormValues: Function;
|
|
@@ -2155,8 +2155,8 @@ onTaskdoubleclick?: (...args: any[]) => any;
|
|
|
2155
2155
|
}>, {
|
|
2156
2156
|
validator: Function;
|
|
2157
2157
|
tabIndex: number;
|
|
2158
|
-
dataItems: any[];
|
|
2159
2158
|
height: string | number;
|
|
2159
|
+
dataItems: any[];
|
|
2160
2160
|
views: SchedulerViewProps[];
|
|
2161
2161
|
editable: boolean | EditableProp;
|
|
2162
2162
|
modifyInitialFormValues: Function;
|
|
@@ -2743,17 +2743,17 @@ readonly id?: string;
|
|
|
2743
2743
|
readonly tabIndex?: number;
|
|
2744
2744
|
readonly resize?: any;
|
|
2745
2745
|
readonly slots?: Slot_4[];
|
|
2746
|
-
readonly description?: string;
|
|
2747
|
-
readonly end?: Date;
|
|
2748
2746
|
readonly start?: Date;
|
|
2749
|
-
readonly
|
|
2750
|
-
readonly selected?: boolean;
|
|
2751
|
-
readonly dataItem?: any;
|
|
2752
|
-
readonly className?: string;
|
|
2747
|
+
readonly end?: Date;
|
|
2753
2748
|
readonly group?: Group_2;
|
|
2754
2749
|
readonly item?: any;
|
|
2755
|
-
readonly
|
|
2750
|
+
readonly selected?: boolean;
|
|
2756
2751
|
readonly order?: number;
|
|
2752
|
+
readonly range?: Range_5;
|
|
2753
|
+
readonly description?: string;
|
|
2754
|
+
readonly format?: string;
|
|
2755
|
+
readonly dataItem?: any;
|
|
2756
|
+
readonly className?: string;
|
|
2757
2757
|
readonly isAllDay?: boolean;
|
|
2758
2758
|
readonly zonedStart?: ZonedDate;
|
|
2759
2759
|
readonly zonedEnd?: ZonedDate;
|
|
@@ -4066,18 +4066,20 @@ type: PropType<boolean>;
|
|
|
4066
4066
|
default: boolean;
|
|
4067
4067
|
};
|
|
4068
4068
|
iconName: PropType<string>;
|
|
4069
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
4070
|
-
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4071
|
-
showValidationIcon: PropType<boolean>;
|
|
4072
|
-
showLoadingIcon: PropType<boolean>;
|
|
4073
|
-
showClearButton: PropType<boolean>;
|
|
4074
|
-
inputClass: PropType<string>;
|
|
4075
|
-
wrapperClass: PropType<string>; /**
|
|
4069
|
+
inputPrefix: PropType<string | boolean | Object | Function>; /**
|
|
4076
4070
|
* Overrides the component used for visualizing the `description` field label.
|
|
4077
4071
|
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
4078
4072
|
*
|
|
4079
4073
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4080
4074
|
*/
|
|
4075
|
+
prefix: PropType<string | boolean | Object | Function>;
|
|
4076
|
+
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4077
|
+
suffix: PropType<string | boolean | Object | Function>;
|
|
4078
|
+
showValidationIcon: PropType<boolean>;
|
|
4079
|
+
showLoadingIcon: PropType<boolean>;
|
|
4080
|
+
showClearButton: PropType<boolean>;
|
|
4081
|
+
inputClass: PropType<string>;
|
|
4082
|
+
wrapperClass: PropType<string>;
|
|
4081
4083
|
tabIndex: PropType<number>;
|
|
4082
4084
|
role: PropType<string>;
|
|
4083
4085
|
title: PropType<string>;
|
|
@@ -4214,18 +4216,20 @@ type: PropType<boolean>;
|
|
|
4214
4216
|
default: boolean;
|
|
4215
4217
|
};
|
|
4216
4218
|
iconName: PropType<string>;
|
|
4217
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
4218
|
-
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4219
|
-
showValidationIcon: PropType<boolean>;
|
|
4220
|
-
showLoadingIcon: PropType<boolean>;
|
|
4221
|
-
showClearButton: PropType<boolean>;
|
|
4222
|
-
inputClass: PropType<string>;
|
|
4223
|
-
wrapperClass: PropType<string>; /**
|
|
4219
|
+
inputPrefix: PropType<string | boolean | Object | Function>; /**
|
|
4224
4220
|
* Overrides the component used for visualizing the `description` field label.
|
|
4225
4221
|
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
4226
4222
|
*
|
|
4227
4223
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4228
4224
|
*/
|
|
4225
|
+
prefix: PropType<string | boolean | Object | Function>;
|
|
4226
|
+
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4227
|
+
suffix: PropType<string | boolean | Object | Function>;
|
|
4228
|
+
showValidationIcon: PropType<boolean>;
|
|
4229
|
+
showLoadingIcon: PropType<boolean>;
|
|
4230
|
+
showClearButton: PropType<boolean>;
|
|
4231
|
+
inputClass: PropType<string>;
|
|
4232
|
+
wrapperClass: PropType<string>;
|
|
4229
4233
|
tabIndex: PropType<number>;
|
|
4230
4234
|
role: PropType<string>;
|
|
4231
4235
|
title: PropType<string>;
|
|
@@ -4245,8 +4249,8 @@ onChangemodel?: (value: string | number) => any;
|
|
|
4245
4249
|
required: boolean;
|
|
4246
4250
|
size: string;
|
|
4247
4251
|
rounded: string;
|
|
4248
|
-
fillMode: string;
|
|
4249
4252
|
disabled: boolean;
|
|
4253
|
+
fillMode: string;
|
|
4250
4254
|
defaultValue: string | number | string[];
|
|
4251
4255
|
valid: boolean;
|
|
4252
4256
|
modelValue: string | number;
|
|
@@ -4628,11 +4632,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
4628
4632
|
value: string | number | boolean | string[];
|
|
4629
4633
|
size: string;
|
|
4630
4634
|
rounded: string;
|
|
4635
|
+
checked: boolean;
|
|
4631
4636
|
defaultValue: any;
|
|
4632
4637
|
valid: boolean;
|
|
4633
4638
|
modelValue: string | number | boolean | string[];
|
|
4634
4639
|
validityStyles: boolean;
|
|
4635
|
-
checked: boolean;
|
|
4636
4640
|
defaultChecked: boolean;
|
|
4637
4641
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4638
4642
|
};
|
|
@@ -5011,11 +5015,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
5011
5015
|
value: string | number | boolean | string[];
|
|
5012
5016
|
size: string;
|
|
5013
5017
|
rounded: string;
|
|
5018
|
+
checked: boolean;
|
|
5014
5019
|
defaultValue: any;
|
|
5015
5020
|
valid: boolean;
|
|
5016
5021
|
modelValue: string | number | boolean | string[];
|
|
5017
5022
|
validityStyles: boolean;
|
|
5018
|
-
checked: boolean;
|
|
5019
5023
|
defaultChecked: boolean;
|
|
5020
5024
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5021
5025
|
};
|
|
@@ -5221,11 +5225,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
5221
5225
|
value: string | number | boolean | string[];
|
|
5222
5226
|
size: string;
|
|
5223
5227
|
rounded: string;
|
|
5228
|
+
checked: boolean;
|
|
5224
5229
|
defaultValue: any;
|
|
5225
5230
|
valid: boolean;
|
|
5226
5231
|
modelValue: string | number | boolean | string[];
|
|
5227
5232
|
validityStyles: boolean;
|
|
5228
|
-
checked: boolean;
|
|
5229
5233
|
defaultChecked: boolean;
|
|
5230
5234
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5231
5235
|
};
|
|
@@ -5563,9 +5567,9 @@ onChangemodel?: (value: string | number | string[]) => any;
|
|
|
5563
5567
|
"onUpdate:modelValue"?: (value: string | number | string[]) => any;
|
|
5564
5568
|
}>, {
|
|
5565
5569
|
size: string;
|
|
5566
|
-
flow: string;
|
|
5567
5570
|
rounded: string;
|
|
5568
5571
|
fillMode: string;
|
|
5572
|
+
flow: string;
|
|
5569
5573
|
resizable: string;
|
|
5570
5574
|
valid: boolean;
|
|
5571
5575
|
modelValue: string | number | string[];
|
|
@@ -5844,18 +5848,20 @@ type: PropType<boolean>;
|
|
|
5844
5848
|
default: boolean;
|
|
5845
5849
|
};
|
|
5846
5850
|
iconName: PropType<string>;
|
|
5847
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5848
|
-
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5849
|
-
showValidationIcon: PropType<boolean>;
|
|
5850
|
-
showLoadingIcon: PropType<boolean>;
|
|
5851
|
-
showClearButton: PropType<boolean>;
|
|
5852
|
-
inputClass: PropType<string>;
|
|
5853
|
-
wrapperClass: PropType<string>; /**
|
|
5851
|
+
inputPrefix: PropType<string | boolean | Object | Function>; /**
|
|
5854
5852
|
* Overrides the component used for visualizing the `description` field label.
|
|
5855
5853
|
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
5856
5854
|
*
|
|
5857
5855
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5858
5856
|
*/
|
|
5857
|
+
prefix: PropType<string | boolean | Object | Function>;
|
|
5858
|
+
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5859
|
+
suffix: PropType<string | boolean | Object | Function>;
|
|
5860
|
+
showValidationIcon: PropType<boolean>;
|
|
5861
|
+
showLoadingIcon: PropType<boolean>;
|
|
5862
|
+
showClearButton: PropType<boolean>;
|
|
5863
|
+
inputClass: PropType<string>;
|
|
5864
|
+
wrapperClass: PropType<string>;
|
|
5859
5865
|
tabIndex: PropType<number>;
|
|
5860
5866
|
role: PropType<string>;
|
|
5861
5867
|
title: PropType<string>;
|
|
@@ -5992,18 +5998,20 @@ type: PropType<boolean>;
|
|
|
5992
5998
|
default: boolean;
|
|
5993
5999
|
};
|
|
5994
6000
|
iconName: PropType<string>;
|
|
5995
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5996
|
-
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5997
|
-
showValidationIcon: PropType<boolean>;
|
|
5998
|
-
showLoadingIcon: PropType<boolean>;
|
|
5999
|
-
showClearButton: PropType<boolean>;
|
|
6000
|
-
inputClass: PropType<string>;
|
|
6001
|
-
wrapperClass: PropType<string>; /**
|
|
6001
|
+
inputPrefix: PropType<string | boolean | Object | Function>; /**
|
|
6002
6002
|
* Overrides the component used for visualizing the `description` field label.
|
|
6003
6003
|
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
6004
6004
|
*
|
|
6005
6005
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
6006
6006
|
*/
|
|
6007
|
+
prefix: PropType<string | boolean | Object | Function>;
|
|
6008
|
+
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
6009
|
+
suffix: PropType<string | boolean | Object | Function>;
|
|
6010
|
+
showValidationIcon: PropType<boolean>;
|
|
6011
|
+
showLoadingIcon: PropType<boolean>;
|
|
6012
|
+
showClearButton: PropType<boolean>;
|
|
6013
|
+
inputClass: PropType<string>;
|
|
6014
|
+
wrapperClass: PropType<string>;
|
|
6007
6015
|
tabIndex: PropType<number>;
|
|
6008
6016
|
role: PropType<string>;
|
|
6009
6017
|
title: PropType<string>;
|
|
@@ -6023,8 +6031,8 @@ onChangemodel?: (value: string | number) => any;
|
|
|
6023
6031
|
required: boolean;
|
|
6024
6032
|
size: string;
|
|
6025
6033
|
rounded: string;
|
|
6026
|
-
fillMode: string;
|
|
6027
6034
|
disabled: boolean;
|
|
6035
|
+
fillMode: string;
|
|
6028
6036
|
defaultValue: string | number | string[];
|
|
6029
6037
|
valid: boolean;
|
|
6030
6038
|
modelValue: string | number;
|
|
@@ -6406,11 +6414,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
6406
6414
|
value: string | number | boolean | string[];
|
|
6407
6415
|
size: string;
|
|
6408
6416
|
rounded: string;
|
|
6417
|
+
checked: boolean;
|
|
6409
6418
|
defaultValue: any;
|
|
6410
6419
|
valid: boolean;
|
|
6411
6420
|
modelValue: string | number | boolean | string[];
|
|
6412
6421
|
validityStyles: boolean;
|
|
6413
|
-
checked: boolean;
|
|
6414
6422
|
defaultChecked: boolean;
|
|
6415
6423
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6416
6424
|
};
|
|
@@ -6789,11 +6797,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
6789
6797
|
value: string | number | boolean | string[];
|
|
6790
6798
|
size: string;
|
|
6791
6799
|
rounded: string;
|
|
6800
|
+
checked: boolean;
|
|
6792
6801
|
defaultValue: any;
|
|
6793
6802
|
valid: boolean;
|
|
6794
6803
|
modelValue: string | number | boolean | string[];
|
|
6795
6804
|
validityStyles: boolean;
|
|
6796
|
-
checked: boolean;
|
|
6797
6805
|
defaultChecked: boolean;
|
|
6798
6806
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6799
6807
|
};
|
|
@@ -6999,11 +7007,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
6999
7007
|
value: string | number | boolean | string[];
|
|
7000
7008
|
size: string;
|
|
7001
7009
|
rounded: string;
|
|
7010
|
+
checked: boolean;
|
|
7002
7011
|
defaultValue: any;
|
|
7003
7012
|
valid: boolean;
|
|
7004
7013
|
modelValue: string | number | boolean | string[];
|
|
7005
7014
|
validityStyles: boolean;
|
|
7006
|
-
checked: boolean;
|
|
7007
7015
|
defaultChecked: boolean;
|
|
7008
7016
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7009
7017
|
};
|
|
@@ -7341,9 +7349,9 @@ onChangemodel?: (value: string | number | string[]) => any;
|
|
|
7341
7349
|
"onUpdate:modelValue"?: (value: string | number | string[]) => any;
|
|
7342
7350
|
}>, {
|
|
7343
7351
|
size: string;
|
|
7344
|
-
flow: string;
|
|
7345
7352
|
rounded: string;
|
|
7346
7353
|
fillMode: string;
|
|
7354
|
+
flow: string;
|
|
7347
7355
|
resizable: string;
|
|
7348
7356
|
valid: boolean;
|
|
7349
7357
|
modelValue: string | number | string[];
|
package/index.d.ts
CHANGED
|
@@ -1002,8 +1002,8 @@ timezone: string;
|
|
|
1002
1002
|
props: {
|
|
1003
1003
|
validator: Function;
|
|
1004
1004
|
tabIndex: number;
|
|
1005
|
-
dataItems: any[];
|
|
1006
1005
|
height: string | number;
|
|
1006
|
+
dataItems: any[];
|
|
1007
1007
|
views: SchedulerViewProps[];
|
|
1008
1008
|
editable: boolean | EditableProp;
|
|
1009
1009
|
modifyInitialFormValues: Function;
|
|
@@ -2155,8 +2155,8 @@ onTaskdoubleclick?: (...args: any[]) => any;
|
|
|
2155
2155
|
}>, {
|
|
2156
2156
|
validator: Function;
|
|
2157
2157
|
tabIndex: number;
|
|
2158
|
-
dataItems: any[];
|
|
2159
2158
|
height: string | number;
|
|
2159
|
+
dataItems: any[];
|
|
2160
2160
|
views: SchedulerViewProps[];
|
|
2161
2161
|
editable: boolean | EditableProp;
|
|
2162
2162
|
modifyInitialFormValues: Function;
|
|
@@ -2743,17 +2743,17 @@ readonly id?: string;
|
|
|
2743
2743
|
readonly tabIndex?: number;
|
|
2744
2744
|
readonly resize?: any;
|
|
2745
2745
|
readonly slots?: Slot_4[];
|
|
2746
|
-
readonly description?: string;
|
|
2747
|
-
readonly end?: Date;
|
|
2748
2746
|
readonly start?: Date;
|
|
2749
|
-
readonly
|
|
2750
|
-
readonly selected?: boolean;
|
|
2751
|
-
readonly dataItem?: any;
|
|
2752
|
-
readonly className?: string;
|
|
2747
|
+
readonly end?: Date;
|
|
2753
2748
|
readonly group?: Group_2;
|
|
2754
2749
|
readonly item?: any;
|
|
2755
|
-
readonly
|
|
2750
|
+
readonly selected?: boolean;
|
|
2756
2751
|
readonly order?: number;
|
|
2752
|
+
readonly range?: Range_5;
|
|
2753
|
+
readonly description?: string;
|
|
2754
|
+
readonly format?: string;
|
|
2755
|
+
readonly dataItem?: any;
|
|
2756
|
+
readonly className?: string;
|
|
2757
2757
|
readonly isAllDay?: boolean;
|
|
2758
2758
|
readonly zonedStart?: ZonedDate;
|
|
2759
2759
|
readonly zonedEnd?: ZonedDate;
|
|
@@ -4066,18 +4066,20 @@ type: PropType<boolean>;
|
|
|
4066
4066
|
default: boolean;
|
|
4067
4067
|
};
|
|
4068
4068
|
iconName: PropType<string>;
|
|
4069
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
4070
|
-
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4071
|
-
showValidationIcon: PropType<boolean>;
|
|
4072
|
-
showLoadingIcon: PropType<boolean>;
|
|
4073
|
-
showClearButton: PropType<boolean>;
|
|
4074
|
-
inputClass: PropType<string>;
|
|
4075
|
-
wrapperClass: PropType<string>; /**
|
|
4069
|
+
inputPrefix: PropType<string | boolean | Object | Function>; /**
|
|
4076
4070
|
* Overrides the component used for visualizing the `description` field label.
|
|
4077
4071
|
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
4078
4072
|
*
|
|
4079
4073
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4080
4074
|
*/
|
|
4075
|
+
prefix: PropType<string | boolean | Object | Function>;
|
|
4076
|
+
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4077
|
+
suffix: PropType<string | boolean | Object | Function>;
|
|
4078
|
+
showValidationIcon: PropType<boolean>;
|
|
4079
|
+
showLoadingIcon: PropType<boolean>;
|
|
4080
|
+
showClearButton: PropType<boolean>;
|
|
4081
|
+
inputClass: PropType<string>;
|
|
4082
|
+
wrapperClass: PropType<string>;
|
|
4081
4083
|
tabIndex: PropType<number>;
|
|
4082
4084
|
role: PropType<string>;
|
|
4083
4085
|
title: PropType<string>;
|
|
@@ -4214,18 +4216,20 @@ type: PropType<boolean>;
|
|
|
4214
4216
|
default: boolean;
|
|
4215
4217
|
};
|
|
4216
4218
|
iconName: PropType<string>;
|
|
4217
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
4218
|
-
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4219
|
-
showValidationIcon: PropType<boolean>;
|
|
4220
|
-
showLoadingIcon: PropType<boolean>;
|
|
4221
|
-
showClearButton: PropType<boolean>;
|
|
4222
|
-
inputClass: PropType<string>;
|
|
4223
|
-
wrapperClass: PropType<string>; /**
|
|
4219
|
+
inputPrefix: PropType<string | boolean | Object | Function>; /**
|
|
4224
4220
|
* Overrides the component used for visualizing the `description` field label.
|
|
4225
4221
|
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
4226
4222
|
*
|
|
4227
4223
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4228
4224
|
*/
|
|
4225
|
+
prefix: PropType<string | boolean | Object | Function>;
|
|
4226
|
+
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4227
|
+
suffix: PropType<string | boolean | Object | Function>;
|
|
4228
|
+
showValidationIcon: PropType<boolean>;
|
|
4229
|
+
showLoadingIcon: PropType<boolean>;
|
|
4230
|
+
showClearButton: PropType<boolean>;
|
|
4231
|
+
inputClass: PropType<string>;
|
|
4232
|
+
wrapperClass: PropType<string>;
|
|
4229
4233
|
tabIndex: PropType<number>;
|
|
4230
4234
|
role: PropType<string>;
|
|
4231
4235
|
title: PropType<string>;
|
|
@@ -4245,8 +4249,8 @@ onChangemodel?: (value: string | number) => any;
|
|
|
4245
4249
|
required: boolean;
|
|
4246
4250
|
size: string;
|
|
4247
4251
|
rounded: string;
|
|
4248
|
-
fillMode: string;
|
|
4249
4252
|
disabled: boolean;
|
|
4253
|
+
fillMode: string;
|
|
4250
4254
|
defaultValue: string | number | string[];
|
|
4251
4255
|
valid: boolean;
|
|
4252
4256
|
modelValue: string | number;
|
|
@@ -4628,11 +4632,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
4628
4632
|
value: string | number | boolean | string[];
|
|
4629
4633
|
size: string;
|
|
4630
4634
|
rounded: string;
|
|
4635
|
+
checked: boolean;
|
|
4631
4636
|
defaultValue: any;
|
|
4632
4637
|
valid: boolean;
|
|
4633
4638
|
modelValue: string | number | boolean | string[];
|
|
4634
4639
|
validityStyles: boolean;
|
|
4635
|
-
checked: boolean;
|
|
4636
4640
|
defaultChecked: boolean;
|
|
4637
4641
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4638
4642
|
};
|
|
@@ -5011,11 +5015,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
5011
5015
|
value: string | number | boolean | string[];
|
|
5012
5016
|
size: string;
|
|
5013
5017
|
rounded: string;
|
|
5018
|
+
checked: boolean;
|
|
5014
5019
|
defaultValue: any;
|
|
5015
5020
|
valid: boolean;
|
|
5016
5021
|
modelValue: string | number | boolean | string[];
|
|
5017
5022
|
validityStyles: boolean;
|
|
5018
|
-
checked: boolean;
|
|
5019
5023
|
defaultChecked: boolean;
|
|
5020
5024
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5021
5025
|
};
|
|
@@ -5221,11 +5225,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
5221
5225
|
value: string | number | boolean | string[];
|
|
5222
5226
|
size: string;
|
|
5223
5227
|
rounded: string;
|
|
5228
|
+
checked: boolean;
|
|
5224
5229
|
defaultValue: any;
|
|
5225
5230
|
valid: boolean;
|
|
5226
5231
|
modelValue: string | number | boolean | string[];
|
|
5227
5232
|
validityStyles: boolean;
|
|
5228
|
-
checked: boolean;
|
|
5229
5233
|
defaultChecked: boolean;
|
|
5230
5234
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5231
5235
|
};
|
|
@@ -5563,9 +5567,9 @@ onChangemodel?: (value: string | number | string[]) => any;
|
|
|
5563
5567
|
"onUpdate:modelValue"?: (value: string | number | string[]) => any;
|
|
5564
5568
|
}>, {
|
|
5565
5569
|
size: string;
|
|
5566
|
-
flow: string;
|
|
5567
5570
|
rounded: string;
|
|
5568
5571
|
fillMode: string;
|
|
5572
|
+
flow: string;
|
|
5569
5573
|
resizable: string;
|
|
5570
5574
|
valid: boolean;
|
|
5571
5575
|
modelValue: string | number | string[];
|
|
@@ -5844,18 +5848,20 @@ type: PropType<boolean>;
|
|
|
5844
5848
|
default: boolean;
|
|
5845
5849
|
};
|
|
5846
5850
|
iconName: PropType<string>;
|
|
5847
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5848
|
-
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5849
|
-
showValidationIcon: PropType<boolean>;
|
|
5850
|
-
showLoadingIcon: PropType<boolean>;
|
|
5851
|
-
showClearButton: PropType<boolean>;
|
|
5852
|
-
inputClass: PropType<string>;
|
|
5853
|
-
wrapperClass: PropType<string>; /**
|
|
5851
|
+
inputPrefix: PropType<string | boolean | Object | Function>; /**
|
|
5854
5852
|
* Overrides the component used for visualizing the `description` field label.
|
|
5855
5853
|
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
5856
5854
|
*
|
|
5857
5855
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5858
5856
|
*/
|
|
5857
|
+
prefix: PropType<string | boolean | Object | Function>;
|
|
5858
|
+
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5859
|
+
suffix: PropType<string | boolean | Object | Function>;
|
|
5860
|
+
showValidationIcon: PropType<boolean>;
|
|
5861
|
+
showLoadingIcon: PropType<boolean>;
|
|
5862
|
+
showClearButton: PropType<boolean>;
|
|
5863
|
+
inputClass: PropType<string>;
|
|
5864
|
+
wrapperClass: PropType<string>;
|
|
5859
5865
|
tabIndex: PropType<number>;
|
|
5860
5866
|
role: PropType<string>;
|
|
5861
5867
|
title: PropType<string>;
|
|
@@ -5992,18 +5998,20 @@ type: PropType<boolean>;
|
|
|
5992
5998
|
default: boolean;
|
|
5993
5999
|
};
|
|
5994
6000
|
iconName: PropType<string>;
|
|
5995
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5996
|
-
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5997
|
-
showValidationIcon: PropType<boolean>;
|
|
5998
|
-
showLoadingIcon: PropType<boolean>;
|
|
5999
|
-
showClearButton: PropType<boolean>;
|
|
6000
|
-
inputClass: PropType<string>;
|
|
6001
|
-
wrapperClass: PropType<string>; /**
|
|
6001
|
+
inputPrefix: PropType<string | boolean | Object | Function>; /**
|
|
6002
6002
|
* Overrides the component used for visualizing the `description` field label.
|
|
6003
6003
|
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
6004
6004
|
*
|
|
6005
6005
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
6006
6006
|
*/
|
|
6007
|
+
prefix: PropType<string | boolean | Object | Function>;
|
|
6008
|
+
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
6009
|
+
suffix: PropType<string | boolean | Object | Function>;
|
|
6010
|
+
showValidationIcon: PropType<boolean>;
|
|
6011
|
+
showLoadingIcon: PropType<boolean>;
|
|
6012
|
+
showClearButton: PropType<boolean>;
|
|
6013
|
+
inputClass: PropType<string>;
|
|
6014
|
+
wrapperClass: PropType<string>;
|
|
6007
6015
|
tabIndex: PropType<number>;
|
|
6008
6016
|
role: PropType<string>;
|
|
6009
6017
|
title: PropType<string>;
|
|
@@ -6023,8 +6031,8 @@ onChangemodel?: (value: string | number) => any;
|
|
|
6023
6031
|
required: boolean;
|
|
6024
6032
|
size: string;
|
|
6025
6033
|
rounded: string;
|
|
6026
|
-
fillMode: string;
|
|
6027
6034
|
disabled: boolean;
|
|
6035
|
+
fillMode: string;
|
|
6028
6036
|
defaultValue: string | number | string[];
|
|
6029
6037
|
valid: boolean;
|
|
6030
6038
|
modelValue: string | number;
|
|
@@ -6406,11 +6414,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
6406
6414
|
value: string | number | boolean | string[];
|
|
6407
6415
|
size: string;
|
|
6408
6416
|
rounded: string;
|
|
6417
|
+
checked: boolean;
|
|
6409
6418
|
defaultValue: any;
|
|
6410
6419
|
valid: boolean;
|
|
6411
6420
|
modelValue: string | number | boolean | string[];
|
|
6412
6421
|
validityStyles: boolean;
|
|
6413
|
-
checked: boolean;
|
|
6414
6422
|
defaultChecked: boolean;
|
|
6415
6423
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6416
6424
|
};
|
|
@@ -6789,11 +6797,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
6789
6797
|
value: string | number | boolean | string[];
|
|
6790
6798
|
size: string;
|
|
6791
6799
|
rounded: string;
|
|
6800
|
+
checked: boolean;
|
|
6792
6801
|
defaultValue: any;
|
|
6793
6802
|
valid: boolean;
|
|
6794
6803
|
modelValue: string | number | boolean | string[];
|
|
6795
6804
|
validityStyles: boolean;
|
|
6796
|
-
checked: boolean;
|
|
6797
6805
|
defaultChecked: boolean;
|
|
6798
6806
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6799
6807
|
};
|
|
@@ -6999,11 +7007,11 @@ onChangemodel?: (value: boolean) => any;
|
|
|
6999
7007
|
value: string | number | boolean | string[];
|
|
7000
7008
|
size: string;
|
|
7001
7009
|
rounded: string;
|
|
7010
|
+
checked: boolean;
|
|
7002
7011
|
defaultValue: any;
|
|
7003
7012
|
valid: boolean;
|
|
7004
7013
|
modelValue: string | number | boolean | string[];
|
|
7005
7014
|
validityStyles: boolean;
|
|
7006
|
-
checked: boolean;
|
|
7007
7015
|
defaultChecked: boolean;
|
|
7008
7016
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7009
7017
|
};
|
|
@@ -7341,9 +7349,9 @@ onChangemodel?: (value: string | number | string[]) => any;
|
|
|
7341
7349
|
"onUpdate:modelValue"?: (value: string | number | string[]) => any;
|
|
7342
7350
|
}>, {
|
|
7343
7351
|
size: string;
|
|
7344
|
-
flow: string;
|
|
7345
7352
|
rounded: string;
|
|
7346
7353
|
fillMode: string;
|
|
7354
|
+
flow: string;
|
|
7347
7355
|
resizable: string;
|
|
7348
7356
|
valid: boolean;
|
|
7349
7357
|
modelValue: string | number | string[];
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-scheduler",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-scheduler",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1766483339,version:"7.1.0-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "Kendo UI for Vue",
|
|
11
11
|
productCode: "KENDOUIVUE",
|
|
12
12
|
productCodes: ["KENDOUIVUE"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "7.0.
|
|
13
|
+
publishDate: 1766483339,
|
|
14
|
+
version: "7.1.0-develop.1",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-scheduler",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.1.0-develop.1",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"@progress/kendo-date-math": "^1.5.13",
|
|
22
22
|
"@progress/kendo-drawing": "^1.20.1",
|
|
23
23
|
"@progress/kendo-licensing": "^1.7.2",
|
|
24
|
-
"@progress/kendo-vue-common": "7.0.
|
|
25
|
-
"@progress/kendo-vue-buttons": "7.0.
|
|
26
|
-
"@progress/kendo-vue-dateinputs": "7.0.
|
|
27
|
-
"@progress/kendo-vue-dialogs": "7.0.
|
|
28
|
-
"@progress/kendo-vue-dropdowns": "7.0.
|
|
29
|
-
"@progress/kendo-vue-form": "7.0.
|
|
30
|
-
"@progress/kendo-vue-inputs": "7.0.
|
|
31
|
-
"@progress/kendo-vue-intl": "7.0.
|
|
32
|
-
"@progress/kendo-vue-popup": "7.0.
|
|
24
|
+
"@progress/kendo-vue-common": "7.1.0-develop.1",
|
|
25
|
+
"@progress/kendo-vue-buttons": "7.1.0-develop.1",
|
|
26
|
+
"@progress/kendo-vue-dateinputs": "7.1.0-develop.1",
|
|
27
|
+
"@progress/kendo-vue-dialogs": "7.1.0-develop.1",
|
|
28
|
+
"@progress/kendo-vue-dropdowns": "7.1.0-develop.1",
|
|
29
|
+
"@progress/kendo-vue-form": "7.1.0-develop.1",
|
|
30
|
+
"@progress/kendo-vue-inputs": "7.1.0-develop.1",
|
|
31
|
+
"@progress/kendo-vue-intl": "7.1.0-develop.1",
|
|
32
|
+
"@progress/kendo-vue-popup": "7.1.0-develop.1",
|
|
33
33
|
"@progress/kendo-svg-icons": "^4.4.0",
|
|
34
34
|
"vue": "^3.0.2"
|
|
35
35
|
},
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"package": {
|
|
55
55
|
"productName": "Kendo UI for Vue",
|
|
56
56
|
"productCode": "KENDOUIVUE",
|
|
57
|
-
"publishDate":
|
|
57
|
+
"publishDate": 1766483339,
|
|
58
58
|
"licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
59
59
|
}
|
|
60
60
|
},
|