@progress/kendo-vue-scheduler 7.1.0-develop.4 → 7.1.0-develop.6
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 +58 -58
- package/index.d.ts +58 -58
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
package/index.d.mts
CHANGED
|
@@ -4033,7 +4033,7 @@ type: PropType<boolean>;
|
|
|
4033
4033
|
default: boolean;
|
|
4034
4034
|
};
|
|
4035
4035
|
size: {
|
|
4036
|
-
type: PropType<
|
|
4036
|
+
type: PropType<"small" | "medium" | "large">;
|
|
4037
4037
|
default: string;
|
|
4038
4038
|
validator: (value: any) => any;
|
|
4039
4039
|
};
|
|
@@ -4066,12 +4066,7 @@ type: PropType<boolean>;
|
|
|
4066
4066
|
default: boolean;
|
|
4067
4067
|
};
|
|
4068
4068
|
iconName: PropType<string>;
|
|
4069
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
4070
|
-
* Overrides the component used for visualizing the `description` field label.
|
|
4071
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
4072
|
-
*
|
|
4073
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4074
|
-
*/
|
|
4069
|
+
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
4075
4070
|
prefix: PropType<string | boolean | Object | Function>;
|
|
4076
4071
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4077
4072
|
suffix: PropType<string | boolean | Object | Function>;
|
|
@@ -4081,7 +4076,12 @@ showClearButton: PropType<boolean>;
|
|
|
4081
4076
|
inputClass: PropType<string>;
|
|
4082
4077
|
wrapperClass: PropType<string>;
|
|
4083
4078
|
tabIndex: PropType<number>;
|
|
4084
|
-
role: PropType<string>;
|
|
4079
|
+
role: PropType<string>; /**
|
|
4080
|
+
* Overrides the component used for visualizing the `description` field editor.
|
|
4081
|
+
* The [Kendo UI for Vue TextArea]({% slug overview_textarea %}) component is used, by default.
|
|
4082
|
+
*
|
|
4083
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4084
|
+
*/
|
|
4085
4085
|
title: PropType<string>;
|
|
4086
4086
|
ariaLabel: PropType<string>;
|
|
4087
4087
|
inputAttributes: PropType<Object>;
|
|
@@ -4183,7 +4183,7 @@ type: PropType<boolean>;
|
|
|
4183
4183
|
default: boolean;
|
|
4184
4184
|
};
|
|
4185
4185
|
size: {
|
|
4186
|
-
type: PropType<
|
|
4186
|
+
type: PropType<"small" | "medium" | "large">;
|
|
4187
4187
|
default: string;
|
|
4188
4188
|
validator: (value: any) => any;
|
|
4189
4189
|
};
|
|
@@ -4216,12 +4216,7 @@ type: PropType<boolean>;
|
|
|
4216
4216
|
default: boolean;
|
|
4217
4217
|
};
|
|
4218
4218
|
iconName: PropType<string>;
|
|
4219
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
4220
|
-
* Overrides the component used for visualizing the `description` field label.
|
|
4221
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
4222
|
-
*
|
|
4223
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4224
|
-
*/
|
|
4219
|
+
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
4225
4220
|
prefix: PropType<string | boolean | Object | Function>;
|
|
4226
4221
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
4227
4222
|
suffix: PropType<string | boolean | Object | Function>;
|
|
@@ -4231,7 +4226,12 @@ showClearButton: PropType<boolean>;
|
|
|
4231
4226
|
inputClass: PropType<string>;
|
|
4232
4227
|
wrapperClass: PropType<string>;
|
|
4233
4228
|
tabIndex: PropType<number>;
|
|
4234
|
-
role: PropType<string>;
|
|
4229
|
+
role: PropType<string>; /**
|
|
4230
|
+
* Overrides the component used for visualizing the `description` field editor.
|
|
4231
|
+
* The [Kendo UI for Vue TextArea]({% slug overview_textarea %}) component is used, by default.
|
|
4232
|
+
*
|
|
4233
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4234
|
+
*/
|
|
4235
4235
|
title: PropType<string>;
|
|
4236
4236
|
ariaLabel: PropType<string>;
|
|
4237
4237
|
inputAttributes: PropType<Object>;
|
|
@@ -4247,7 +4247,7 @@ onChangemodel?: (value: string | number) => any;
|
|
|
4247
4247
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
4248
4248
|
}>, {
|
|
4249
4249
|
required: boolean;
|
|
4250
|
-
size:
|
|
4250
|
+
size: "small" | "medium" | "large";
|
|
4251
4251
|
rounded: string;
|
|
4252
4252
|
disabled: boolean;
|
|
4253
4253
|
fillMode: string;
|
|
@@ -4504,7 +4504,7 @@ labelOptional: PropType<boolean>;
|
|
|
4504
4504
|
labelClass: PropType<string>;
|
|
4505
4505
|
name: PropType<string>;
|
|
4506
4506
|
size: {
|
|
4507
|
-
type: PropType<
|
|
4507
|
+
type: PropType<"small" | "medium" | "large">;
|
|
4508
4508
|
default: string;
|
|
4509
4509
|
validator: (value: any) => any;
|
|
4510
4510
|
};
|
|
@@ -4598,7 +4598,7 @@ labelOptional: PropType<boolean>;
|
|
|
4598
4598
|
labelClass: PropType<string>;
|
|
4599
4599
|
name: PropType<string>;
|
|
4600
4600
|
size: {
|
|
4601
|
-
type: PropType<
|
|
4601
|
+
type: PropType<"small" | "medium" | "large">;
|
|
4602
4602
|
default: string;
|
|
4603
4603
|
validator: (value: any) => any;
|
|
4604
4604
|
};
|
|
@@ -4630,7 +4630,7 @@ onChangemodel?: (value: boolean) => any;
|
|
|
4630
4630
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
4631
4631
|
}>, {
|
|
4632
4632
|
value: string | number | boolean | string[];
|
|
4633
|
-
size:
|
|
4633
|
+
size: "small" | "medium" | "large";
|
|
4634
4634
|
rounded: string;
|
|
4635
4635
|
checked: boolean;
|
|
4636
4636
|
defaultValue: any;
|
|
@@ -4887,7 +4887,7 @@ labelOptional: PropType<boolean>;
|
|
|
4887
4887
|
labelClass: PropType<string>;
|
|
4888
4888
|
name: PropType<string>;
|
|
4889
4889
|
size: {
|
|
4890
|
-
type: PropType<
|
|
4890
|
+
type: PropType<"small" | "medium" | "large">;
|
|
4891
4891
|
default: string;
|
|
4892
4892
|
validator: (value: any) => any;
|
|
4893
4893
|
};
|
|
@@ -4981,7 +4981,7 @@ labelOptional: PropType<boolean>;
|
|
|
4981
4981
|
labelClass: PropType<string>;
|
|
4982
4982
|
name: PropType<string>;
|
|
4983
4983
|
size: {
|
|
4984
|
-
type: PropType<
|
|
4984
|
+
type: PropType<"small" | "medium" | "large">;
|
|
4985
4985
|
default: string;
|
|
4986
4986
|
validator: (value: any) => any;
|
|
4987
4987
|
};
|
|
@@ -5013,7 +5013,7 @@ onChangemodel?: (value: boolean) => any;
|
|
|
5013
5013
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5014
5014
|
}>, {
|
|
5015
5015
|
value: string | number | boolean | string[];
|
|
5016
|
-
size:
|
|
5016
|
+
size: "small" | "medium" | "large";
|
|
5017
5017
|
rounded: string;
|
|
5018
5018
|
checked: boolean;
|
|
5019
5019
|
defaultValue: any;
|
|
@@ -5097,7 +5097,7 @@ labelOptional: PropType<boolean>;
|
|
|
5097
5097
|
labelClass: PropType<string>;
|
|
5098
5098
|
name: PropType<string>;
|
|
5099
5099
|
size: {
|
|
5100
|
-
type: PropType<
|
|
5100
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5101
5101
|
default: string;
|
|
5102
5102
|
validator: (value: any) => any;
|
|
5103
5103
|
};
|
|
@@ -5191,7 +5191,7 @@ labelOptional: PropType<boolean>;
|
|
|
5191
5191
|
labelClass: PropType<string>;
|
|
5192
5192
|
name: PropType<string>;
|
|
5193
5193
|
size: {
|
|
5194
|
-
type: PropType<
|
|
5194
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5195
5195
|
default: string;
|
|
5196
5196
|
validator: (value: any) => any;
|
|
5197
5197
|
};
|
|
@@ -5223,7 +5223,7 @@ onChangemodel?: (value: boolean) => any;
|
|
|
5223
5223
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5224
5224
|
}>, {
|
|
5225
5225
|
value: string | number | boolean | string[];
|
|
5226
|
-
size:
|
|
5226
|
+
size: "small" | "medium" | "large";
|
|
5227
5227
|
rounded: string;
|
|
5228
5228
|
checked: boolean;
|
|
5229
5229
|
defaultValue: any;
|
|
@@ -5376,7 +5376,7 @@ id: PropType<string>;
|
|
|
5376
5376
|
name: PropType<string>;
|
|
5377
5377
|
validationMessage: PropType<string>;
|
|
5378
5378
|
size: {
|
|
5379
|
-
type: PropType<
|
|
5379
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5380
5380
|
default: string;
|
|
5381
5381
|
validator: (value: any) => any;
|
|
5382
5382
|
};
|
|
@@ -5508,7 +5508,7 @@ id: PropType<string>;
|
|
|
5508
5508
|
name: PropType<string>;
|
|
5509
5509
|
validationMessage: PropType<string>;
|
|
5510
5510
|
size: {
|
|
5511
|
-
type: PropType<
|
|
5511
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5512
5512
|
default: string;
|
|
5513
5513
|
validator: (value: any) => any;
|
|
5514
5514
|
};
|
|
@@ -5566,7 +5566,7 @@ onFocus?: (event: TextAreaFocusEvent) => any;
|
|
|
5566
5566
|
onChangemodel?: (value: string | number | string[]) => any;
|
|
5567
5567
|
"onUpdate:modelValue"?: (value: string | number | string[]) => any;
|
|
5568
5568
|
}>, {
|
|
5569
|
-
size:
|
|
5569
|
+
size: "small" | "medium" | "large";
|
|
5570
5570
|
rounded: string;
|
|
5571
5571
|
fillMode: string;
|
|
5572
5572
|
flow: string;
|
|
@@ -5815,7 +5815,7 @@ type: PropType<boolean>;
|
|
|
5815
5815
|
default: boolean;
|
|
5816
5816
|
};
|
|
5817
5817
|
size: {
|
|
5818
|
-
type: PropType<
|
|
5818
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5819
5819
|
default: string;
|
|
5820
5820
|
validator: (value: any) => any;
|
|
5821
5821
|
};
|
|
@@ -5848,12 +5848,7 @@ type: PropType<boolean>;
|
|
|
5848
5848
|
default: boolean;
|
|
5849
5849
|
};
|
|
5850
5850
|
iconName: PropType<string>;
|
|
5851
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5852
|
-
* Overrides the component used for visualizing the `description` field label.
|
|
5853
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
5854
|
-
*
|
|
5855
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5856
|
-
*/
|
|
5851
|
+
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5857
5852
|
prefix: PropType<string | boolean | Object | Function>;
|
|
5858
5853
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5859
5854
|
suffix: PropType<string | boolean | Object | Function>;
|
|
@@ -5863,7 +5858,12 @@ showClearButton: PropType<boolean>;
|
|
|
5863
5858
|
inputClass: PropType<string>;
|
|
5864
5859
|
wrapperClass: PropType<string>;
|
|
5865
5860
|
tabIndex: PropType<number>;
|
|
5866
|
-
role: PropType<string>;
|
|
5861
|
+
role: PropType<string>; /**
|
|
5862
|
+
* Overrides the component used for visualizing the `description` field editor.
|
|
5863
|
+
* The [Kendo UI for Vue TextArea]({% slug overview_textarea %}) component is used, by default.
|
|
5864
|
+
*
|
|
5865
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5866
|
+
*/
|
|
5867
5867
|
title: PropType<string>;
|
|
5868
5868
|
ariaLabel: PropType<string>;
|
|
5869
5869
|
inputAttributes: PropType<Object>;
|
|
@@ -5965,7 +5965,7 @@ type: PropType<boolean>;
|
|
|
5965
5965
|
default: boolean;
|
|
5966
5966
|
};
|
|
5967
5967
|
size: {
|
|
5968
|
-
type: PropType<
|
|
5968
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5969
5969
|
default: string;
|
|
5970
5970
|
validator: (value: any) => any;
|
|
5971
5971
|
};
|
|
@@ -5998,12 +5998,7 @@ type: PropType<boolean>;
|
|
|
5998
5998
|
default: boolean;
|
|
5999
5999
|
};
|
|
6000
6000
|
iconName: PropType<string>;
|
|
6001
|
-
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
6002
|
-
* Overrides the component used for visualizing the `description` field label.
|
|
6003
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
6004
|
-
*
|
|
6005
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
6006
|
-
*/
|
|
6001
|
+
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
6007
6002
|
prefix: PropType<string | boolean | Object | Function>;
|
|
6008
6003
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
6009
6004
|
suffix: PropType<string | boolean | Object | Function>;
|
|
@@ -6013,7 +6008,12 @@ showClearButton: PropType<boolean>;
|
|
|
6013
6008
|
inputClass: PropType<string>;
|
|
6014
6009
|
wrapperClass: PropType<string>;
|
|
6015
6010
|
tabIndex: PropType<number>;
|
|
6016
|
-
role: PropType<string>;
|
|
6011
|
+
role: PropType<string>; /**
|
|
6012
|
+
* Overrides the component used for visualizing the `description` field editor.
|
|
6013
|
+
* The [Kendo UI for Vue TextArea]({% slug overview_textarea %}) component is used, by default.
|
|
6014
|
+
*
|
|
6015
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
6016
|
+
*/
|
|
6017
6017
|
title: PropType<string>;
|
|
6018
6018
|
ariaLabel: PropType<string>;
|
|
6019
6019
|
inputAttributes: PropType<Object>;
|
|
@@ -6029,7 +6029,7 @@ onChangemodel?: (value: string | number) => any;
|
|
|
6029
6029
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
6030
6030
|
}>, {
|
|
6031
6031
|
required: boolean;
|
|
6032
|
-
size:
|
|
6032
|
+
size: "small" | "medium" | "large";
|
|
6033
6033
|
rounded: string;
|
|
6034
6034
|
disabled: boolean;
|
|
6035
6035
|
fillMode: string;
|
|
@@ -6286,7 +6286,7 @@ labelOptional: PropType<boolean>;
|
|
|
6286
6286
|
labelClass: PropType<string>;
|
|
6287
6287
|
name: PropType<string>;
|
|
6288
6288
|
size: {
|
|
6289
|
-
type: PropType<
|
|
6289
|
+
type: PropType<"small" | "medium" | "large">;
|
|
6290
6290
|
default: string;
|
|
6291
6291
|
validator: (value: any) => any;
|
|
6292
6292
|
};
|
|
@@ -6380,7 +6380,7 @@ labelOptional: PropType<boolean>;
|
|
|
6380
6380
|
labelClass: PropType<string>;
|
|
6381
6381
|
name: PropType<string>;
|
|
6382
6382
|
size: {
|
|
6383
|
-
type: PropType<
|
|
6383
|
+
type: PropType<"small" | "medium" | "large">;
|
|
6384
6384
|
default: string;
|
|
6385
6385
|
validator: (value: any) => any;
|
|
6386
6386
|
};
|
|
@@ -6412,7 +6412,7 @@ onChangemodel?: (value: boolean) => any;
|
|
|
6412
6412
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
6413
6413
|
}>, {
|
|
6414
6414
|
value: string | number | boolean | string[];
|
|
6415
|
-
size:
|
|
6415
|
+
size: "small" | "medium" | "large";
|
|
6416
6416
|
rounded: string;
|
|
6417
6417
|
checked: boolean;
|
|
6418
6418
|
defaultValue: any;
|
|
@@ -6669,7 +6669,7 @@ labelOptional: PropType<boolean>;
|
|
|
6669
6669
|
labelClass: PropType<string>;
|
|
6670
6670
|
name: PropType<string>;
|
|
6671
6671
|
size: {
|
|
6672
|
-
type: PropType<
|
|
6672
|
+
type: PropType<"small" | "medium" | "large">;
|
|
6673
6673
|
default: string;
|
|
6674
6674
|
validator: (value: any) => any;
|
|
6675
6675
|
};
|
|
@@ -6763,7 +6763,7 @@ labelOptional: PropType<boolean>;
|
|
|
6763
6763
|
labelClass: PropType<string>;
|
|
6764
6764
|
name: PropType<string>;
|
|
6765
6765
|
size: {
|
|
6766
|
-
type: PropType<
|
|
6766
|
+
type: PropType<"small" | "medium" | "large">;
|
|
6767
6767
|
default: string;
|
|
6768
6768
|
validator: (value: any) => any;
|
|
6769
6769
|
};
|
|
@@ -6795,7 +6795,7 @@ onChangemodel?: (value: boolean) => any;
|
|
|
6795
6795
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
6796
6796
|
}>, {
|
|
6797
6797
|
value: string | number | boolean | string[];
|
|
6798
|
-
size:
|
|
6798
|
+
size: "small" | "medium" | "large";
|
|
6799
6799
|
rounded: string;
|
|
6800
6800
|
checked: boolean;
|
|
6801
6801
|
defaultValue: any;
|
|
@@ -6879,7 +6879,7 @@ labelOptional: PropType<boolean>;
|
|
|
6879
6879
|
labelClass: PropType<string>;
|
|
6880
6880
|
name: PropType<string>;
|
|
6881
6881
|
size: {
|
|
6882
|
-
type: PropType<
|
|
6882
|
+
type: PropType<"small" | "medium" | "large">;
|
|
6883
6883
|
default: string;
|
|
6884
6884
|
validator: (value: any) => any;
|
|
6885
6885
|
};
|
|
@@ -6973,7 +6973,7 @@ labelOptional: PropType<boolean>;
|
|
|
6973
6973
|
labelClass: PropType<string>;
|
|
6974
6974
|
name: PropType<string>;
|
|
6975
6975
|
size: {
|
|
6976
|
-
type: PropType<
|
|
6976
|
+
type: PropType<"small" | "medium" | "large">;
|
|
6977
6977
|
default: string;
|
|
6978
6978
|
validator: (value: any) => any;
|
|
6979
6979
|
};
|
|
@@ -7005,7 +7005,7 @@ onChangemodel?: (value: boolean) => any;
|
|
|
7005
7005
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
7006
7006
|
}>, {
|
|
7007
7007
|
value: string | number | boolean | string[];
|
|
7008
|
-
size:
|
|
7008
|
+
size: "small" | "medium" | "large";
|
|
7009
7009
|
rounded: string;
|
|
7010
7010
|
checked: boolean;
|
|
7011
7011
|
defaultValue: any;
|
|
@@ -7158,7 +7158,7 @@ id: PropType<string>;
|
|
|
7158
7158
|
name: PropType<string>;
|
|
7159
7159
|
validationMessage: PropType<string>;
|
|
7160
7160
|
size: {
|
|
7161
|
-
type: PropType<
|
|
7161
|
+
type: PropType<"small" | "medium" | "large">;
|
|
7162
7162
|
default: string;
|
|
7163
7163
|
validator: (value: any) => any;
|
|
7164
7164
|
};
|
|
@@ -7290,7 +7290,7 @@ id: PropType<string>;
|
|
|
7290
7290
|
name: PropType<string>;
|
|
7291
7291
|
validationMessage: PropType<string>;
|
|
7292
7292
|
size: {
|
|
7293
|
-
type: PropType<
|
|
7293
|
+
type: PropType<"small" | "medium" | "large">;
|
|
7294
7294
|
default: string;
|
|
7295
7295
|
validator: (value: any) => any;
|
|
7296
7296
|
};
|
|
@@ -7348,7 +7348,7 @@ onFocus?: (event: TextAreaFocusEvent) => any;
|
|
|
7348
7348
|
onChangemodel?: (value: string | number | string[]) => any;
|
|
7349
7349
|
"onUpdate:modelValue"?: (value: string | number | string[]) => any;
|
|
7350
7350
|
}>, {
|
|
7351
|
-
size:
|
|
7351
|
+
size: "small" | "medium" | "large";
|
|
7352
7352
|
rounded: string;
|
|
7353
7353
|
fillMode: string;
|
|
7354
7354
|
flow: string;
|