@progress/kendo-vue-scheduler 6.5.0-develop.5 → 7.0.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 +56 -74
- package/index.d.ts +56 -74
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
package/index.d.mts
CHANGED
|
@@ -5320,12 +5320,6 @@ disabled: PropType<boolean>;
|
|
|
5320
5320
|
readOnly: PropType<boolean>;
|
|
5321
5321
|
rows: PropType<number>;
|
|
5322
5322
|
id: PropType<string>;
|
|
5323
|
-
/**
|
|
5324
|
-
* Overrides the component used for visualizing the `title` field editor.
|
|
5325
|
-
* The [Kendo UI for Vue Input]({% slug overview_textbox %}) component is used, by default.
|
|
5326
|
-
*
|
|
5327
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5328
|
-
*/
|
|
5329
5323
|
name: PropType<string>;
|
|
5330
5324
|
validationMessage: PropType<string>;
|
|
5331
5325
|
size: {
|
|
@@ -5359,7 +5353,12 @@ iconName: PropType<string>;
|
|
|
5359
5353
|
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5360
5354
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5361
5355
|
showValidationIcon: PropType<boolean>;
|
|
5362
|
-
showLoadingIcon: PropType<boolean>;
|
|
5356
|
+
showLoadingIcon: PropType<boolean>; /**
|
|
5357
|
+
* Overrides the component used for visualizing the `start timezone` field error.
|
|
5358
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5359
|
+
*
|
|
5360
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5361
|
+
*/
|
|
5363
5362
|
showClearButton: PropType<boolean>;
|
|
5364
5363
|
inputClass: PropType<string>;
|
|
5365
5364
|
wrapperClass: PropType<string>;
|
|
@@ -5372,12 +5371,7 @@ resizable: {
|
|
|
5372
5371
|
type: PropType<string>;
|
|
5373
5372
|
default: string;
|
|
5374
5373
|
validator: (value: any) => any;
|
|
5375
|
-
};
|
|
5376
|
-
* Overrides the component used for visualizing the `start timezone checked` label.
|
|
5377
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
5378
|
-
*
|
|
5379
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5380
|
-
*/
|
|
5374
|
+
};
|
|
5381
5375
|
inputAttributes: PropType<Object>;
|
|
5382
5376
|
}>, {}, {
|
|
5383
5377
|
currentValue: string | number | string[];
|
|
@@ -5406,23 +5400,23 @@ inputInnerClass(): {
|
|
|
5406
5400
|
};
|
|
5407
5401
|
prefixRenderClass(): {
|
|
5408
5402
|
'k-input-prefix': boolean;
|
|
5409
|
-
'!k-flex-col': boolean;
|
|
5410
|
-
'!k-flex-row': boolean;
|
|
5411
5403
|
'!k-align-items-start': boolean;
|
|
5404
|
+
'k-input-prefix-horizontal': boolean;
|
|
5405
|
+
'k-input-prefix-vertical': boolean;
|
|
5412
5406
|
};
|
|
5413
5407
|
suffixRenderClass(): {
|
|
5414
5408
|
'k-input-suffix': boolean;
|
|
5415
|
-
'!k-flex-col': boolean; /**
|
|
5416
|
-
* Overrides the component used for visualizing the `end timezone` field error.
|
|
5417
|
-
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5418
|
-
*
|
|
5419
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5420
|
-
*/
|
|
5421
|
-
'!k-flex-row': boolean;
|
|
5422
5409
|
'!k-align-items-start': boolean;
|
|
5410
|
+
'k-input-suffix-horizontal': boolean;
|
|
5411
|
+
'k-input-suffix-vertical': boolean;
|
|
5423
5412
|
};
|
|
5424
5413
|
suffixIconWrapClass(): {
|
|
5425
|
-
'k-flex-wrap': boolean;
|
|
5414
|
+
'k-flex-wrap': boolean; /**
|
|
5415
|
+
* Overrides the component used for visualizing the `end timezone` field editor.
|
|
5416
|
+
* An extended [Kendo UI for Vue ComboBox]({% slug overview_combobox %}) component is used, by default.
|
|
5417
|
+
*
|
|
5418
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5419
|
+
*/
|
|
5426
5420
|
'!k-align-items-start': boolean;
|
|
5427
5421
|
};
|
|
5428
5422
|
computedValue(): any;
|
|
@@ -5438,8 +5432,11 @@ handleFocus(event: any): void;
|
|
|
5438
5432
|
handleBlur(event: any): void;
|
|
5439
5433
|
}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5440
5434
|
input: any;
|
|
5441
|
-
change: any;
|
|
5435
|
+
change: any; /** @hidden */
|
|
5442
5436
|
changemodel: any;
|
|
5437
|
+
/**
|
|
5438
|
+
* Specifies the `id` attribute of the root element.
|
|
5439
|
+
*/
|
|
5443
5440
|
'update:modelValue': any;
|
|
5444
5441
|
focus: any;
|
|
5445
5442
|
blur: any;
|
|
@@ -5458,12 +5455,6 @@ disabled: PropType<boolean>;
|
|
|
5458
5455
|
readOnly: PropType<boolean>;
|
|
5459
5456
|
rows: PropType<number>;
|
|
5460
5457
|
id: PropType<string>;
|
|
5461
|
-
/**
|
|
5462
|
-
* Overrides the component used for visualizing the `title` field editor.
|
|
5463
|
-
* The [Kendo UI for Vue Input]({% slug overview_textbox %}) component is used, by default.
|
|
5464
|
-
*
|
|
5465
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5466
|
-
*/
|
|
5467
5458
|
name: PropType<string>;
|
|
5468
5459
|
validationMessage: PropType<string>;
|
|
5469
5460
|
size: {
|
|
@@ -5497,7 +5488,12 @@ iconName: PropType<string>;
|
|
|
5497
5488
|
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5498
5489
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5499
5490
|
showValidationIcon: PropType<boolean>;
|
|
5500
|
-
showLoadingIcon: PropType<boolean>;
|
|
5491
|
+
showLoadingIcon: PropType<boolean>; /**
|
|
5492
|
+
* Overrides the component used for visualizing the `start timezone` field error.
|
|
5493
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5494
|
+
*
|
|
5495
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5496
|
+
*/
|
|
5501
5497
|
showClearButton: PropType<boolean>;
|
|
5502
5498
|
inputClass: PropType<string>;
|
|
5503
5499
|
wrapperClass: PropType<string>;
|
|
@@ -5510,12 +5506,7 @@ resizable: {
|
|
|
5510
5506
|
type: PropType<string>;
|
|
5511
5507
|
default: string;
|
|
5512
5508
|
validator: (value: any) => any;
|
|
5513
|
-
};
|
|
5514
|
-
* Overrides the component used for visualizing the `start timezone checked` label.
|
|
5515
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
5516
|
-
*
|
|
5517
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5518
|
-
*/
|
|
5509
|
+
};
|
|
5519
5510
|
inputAttributes: PropType<Object>;
|
|
5520
5511
|
}>> & Readonly<{
|
|
5521
5512
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
@@ -7103,12 +7094,6 @@ disabled: PropType<boolean>;
|
|
|
7103
7094
|
readOnly: PropType<boolean>;
|
|
7104
7095
|
rows: PropType<number>;
|
|
7105
7096
|
id: PropType<string>;
|
|
7106
|
-
/**
|
|
7107
|
-
* Overrides the component used for visualizing the `title` field editor.
|
|
7108
|
-
* The [Kendo UI for Vue Input]({% slug overview_textbox %}) component is used, by default.
|
|
7109
|
-
*
|
|
7110
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7111
|
-
*/
|
|
7112
7097
|
name: PropType<string>;
|
|
7113
7098
|
validationMessage: PropType<string>;
|
|
7114
7099
|
size: {
|
|
@@ -7142,7 +7127,12 @@ iconName: PropType<string>;
|
|
|
7142
7127
|
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
7143
7128
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
7144
7129
|
showValidationIcon: PropType<boolean>;
|
|
7145
|
-
showLoadingIcon: PropType<boolean>;
|
|
7130
|
+
showLoadingIcon: PropType<boolean>; /**
|
|
7131
|
+
* Overrides the component used for visualizing the `start timezone` field error.
|
|
7132
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
7133
|
+
*
|
|
7134
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7135
|
+
*/
|
|
7146
7136
|
showClearButton: PropType<boolean>;
|
|
7147
7137
|
inputClass: PropType<string>;
|
|
7148
7138
|
wrapperClass: PropType<string>;
|
|
@@ -7155,12 +7145,7 @@ resizable: {
|
|
|
7155
7145
|
type: PropType<string>;
|
|
7156
7146
|
default: string;
|
|
7157
7147
|
validator: (value: any) => any;
|
|
7158
|
-
};
|
|
7159
|
-
* Overrides the component used for visualizing the `start timezone checked` label.
|
|
7160
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
7161
|
-
*
|
|
7162
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7163
|
-
*/
|
|
7148
|
+
};
|
|
7164
7149
|
inputAttributes: PropType<Object>;
|
|
7165
7150
|
}>, {}, {
|
|
7166
7151
|
currentValue: string | number | string[];
|
|
@@ -7189,23 +7174,23 @@ inputInnerClass(): {
|
|
|
7189
7174
|
};
|
|
7190
7175
|
prefixRenderClass(): {
|
|
7191
7176
|
'k-input-prefix': boolean;
|
|
7192
|
-
'!k-flex-col': boolean;
|
|
7193
|
-
'!k-flex-row': boolean;
|
|
7194
7177
|
'!k-align-items-start': boolean;
|
|
7178
|
+
'k-input-prefix-horizontal': boolean;
|
|
7179
|
+
'k-input-prefix-vertical': boolean;
|
|
7195
7180
|
};
|
|
7196
7181
|
suffixRenderClass(): {
|
|
7197
7182
|
'k-input-suffix': boolean;
|
|
7198
|
-
'!k-flex-col': boolean; /**
|
|
7199
|
-
* Overrides the component used for visualizing the `end timezone` field error.
|
|
7200
|
-
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
7201
|
-
*
|
|
7202
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7203
|
-
*/
|
|
7204
|
-
'!k-flex-row': boolean;
|
|
7205
7183
|
'!k-align-items-start': boolean;
|
|
7184
|
+
'k-input-suffix-horizontal': boolean;
|
|
7185
|
+
'k-input-suffix-vertical': boolean;
|
|
7206
7186
|
};
|
|
7207
7187
|
suffixIconWrapClass(): {
|
|
7208
|
-
'k-flex-wrap': boolean;
|
|
7188
|
+
'k-flex-wrap': boolean; /**
|
|
7189
|
+
* Overrides the component used for visualizing the `end timezone` field editor.
|
|
7190
|
+
* An extended [Kendo UI for Vue ComboBox]({% slug overview_combobox %}) component is used, by default.
|
|
7191
|
+
*
|
|
7192
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7193
|
+
*/
|
|
7209
7194
|
'!k-align-items-start': boolean;
|
|
7210
7195
|
};
|
|
7211
7196
|
computedValue(): any;
|
|
@@ -7221,8 +7206,11 @@ handleFocus(event: any): void;
|
|
|
7221
7206
|
handleBlur(event: any): void;
|
|
7222
7207
|
}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7223
7208
|
input: any;
|
|
7224
|
-
change: any;
|
|
7209
|
+
change: any; /** @hidden */
|
|
7225
7210
|
changemodel: any;
|
|
7211
|
+
/**
|
|
7212
|
+
* Specifies the `id` attribute of the root element.
|
|
7213
|
+
*/
|
|
7226
7214
|
'update:modelValue': any;
|
|
7227
7215
|
focus: any;
|
|
7228
7216
|
blur: any;
|
|
@@ -7241,12 +7229,6 @@ disabled: PropType<boolean>;
|
|
|
7241
7229
|
readOnly: PropType<boolean>;
|
|
7242
7230
|
rows: PropType<number>;
|
|
7243
7231
|
id: PropType<string>;
|
|
7244
|
-
/**
|
|
7245
|
-
* Overrides the component used for visualizing the `title` field editor.
|
|
7246
|
-
* The [Kendo UI for Vue Input]({% slug overview_textbox %}) component is used, by default.
|
|
7247
|
-
*
|
|
7248
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7249
|
-
*/
|
|
7250
7232
|
name: PropType<string>;
|
|
7251
7233
|
validationMessage: PropType<string>;
|
|
7252
7234
|
size: {
|
|
@@ -7280,7 +7262,12 @@ iconName: PropType<string>;
|
|
|
7280
7262
|
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
7281
7263
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
7282
7264
|
showValidationIcon: PropType<boolean>;
|
|
7283
|
-
showLoadingIcon: PropType<boolean>;
|
|
7265
|
+
showLoadingIcon: PropType<boolean>; /**
|
|
7266
|
+
* Overrides the component used for visualizing the `start timezone` field error.
|
|
7267
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
7268
|
+
*
|
|
7269
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7270
|
+
*/
|
|
7284
7271
|
showClearButton: PropType<boolean>;
|
|
7285
7272
|
inputClass: PropType<string>;
|
|
7286
7273
|
wrapperClass: PropType<string>;
|
|
@@ -7293,12 +7280,7 @@ resizable: {
|
|
|
7293
7280
|
type: PropType<string>;
|
|
7294
7281
|
default: string;
|
|
7295
7282
|
validator: (value: any) => any;
|
|
7296
|
-
};
|
|
7297
|
-
* Overrides the component used for visualizing the `start timezone checked` label.
|
|
7298
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
7299
|
-
*
|
|
7300
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7301
|
-
*/
|
|
7283
|
+
};
|
|
7302
7284
|
inputAttributes: PropType<Object>;
|
|
7303
7285
|
}>> & Readonly<{
|
|
7304
7286
|
onInput?: (...args: any[] | unknown[]) => any;
|
package/index.d.ts
CHANGED
|
@@ -5320,12 +5320,6 @@ disabled: PropType<boolean>;
|
|
|
5320
5320
|
readOnly: PropType<boolean>;
|
|
5321
5321
|
rows: PropType<number>;
|
|
5322
5322
|
id: PropType<string>;
|
|
5323
|
-
/**
|
|
5324
|
-
* Overrides the component used for visualizing the `title` field editor.
|
|
5325
|
-
* The [Kendo UI for Vue Input]({% slug overview_textbox %}) component is used, by default.
|
|
5326
|
-
*
|
|
5327
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5328
|
-
*/
|
|
5329
5323
|
name: PropType<string>;
|
|
5330
5324
|
validationMessage: PropType<string>;
|
|
5331
5325
|
size: {
|
|
@@ -5359,7 +5353,12 @@ iconName: PropType<string>;
|
|
|
5359
5353
|
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5360
5354
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5361
5355
|
showValidationIcon: PropType<boolean>;
|
|
5362
|
-
showLoadingIcon: PropType<boolean>;
|
|
5356
|
+
showLoadingIcon: PropType<boolean>; /**
|
|
5357
|
+
* Overrides the component used for visualizing the `start timezone` field error.
|
|
5358
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5359
|
+
*
|
|
5360
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5361
|
+
*/
|
|
5363
5362
|
showClearButton: PropType<boolean>;
|
|
5364
5363
|
inputClass: PropType<string>;
|
|
5365
5364
|
wrapperClass: PropType<string>;
|
|
@@ -5372,12 +5371,7 @@ resizable: {
|
|
|
5372
5371
|
type: PropType<string>;
|
|
5373
5372
|
default: string;
|
|
5374
5373
|
validator: (value: any) => any;
|
|
5375
|
-
};
|
|
5376
|
-
* Overrides the component used for visualizing the `start timezone checked` label.
|
|
5377
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
5378
|
-
*
|
|
5379
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5380
|
-
*/
|
|
5374
|
+
};
|
|
5381
5375
|
inputAttributes: PropType<Object>;
|
|
5382
5376
|
}>, {}, {
|
|
5383
5377
|
currentValue: string | number | string[];
|
|
@@ -5406,23 +5400,23 @@ inputInnerClass(): {
|
|
|
5406
5400
|
};
|
|
5407
5401
|
prefixRenderClass(): {
|
|
5408
5402
|
'k-input-prefix': boolean;
|
|
5409
|
-
'!k-flex-col': boolean;
|
|
5410
|
-
'!k-flex-row': boolean;
|
|
5411
5403
|
'!k-align-items-start': boolean;
|
|
5404
|
+
'k-input-prefix-horizontal': boolean;
|
|
5405
|
+
'k-input-prefix-vertical': boolean;
|
|
5412
5406
|
};
|
|
5413
5407
|
suffixRenderClass(): {
|
|
5414
5408
|
'k-input-suffix': boolean;
|
|
5415
|
-
'!k-flex-col': boolean; /**
|
|
5416
|
-
* Overrides the component used for visualizing the `end timezone` field error.
|
|
5417
|
-
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5418
|
-
*
|
|
5419
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5420
|
-
*/
|
|
5421
|
-
'!k-flex-row': boolean;
|
|
5422
5409
|
'!k-align-items-start': boolean;
|
|
5410
|
+
'k-input-suffix-horizontal': boolean;
|
|
5411
|
+
'k-input-suffix-vertical': boolean;
|
|
5423
5412
|
};
|
|
5424
5413
|
suffixIconWrapClass(): {
|
|
5425
|
-
'k-flex-wrap': boolean;
|
|
5414
|
+
'k-flex-wrap': boolean; /**
|
|
5415
|
+
* Overrides the component used for visualizing the `end timezone` field editor.
|
|
5416
|
+
* An extended [Kendo UI for Vue ComboBox]({% slug overview_combobox %}) component is used, by default.
|
|
5417
|
+
*
|
|
5418
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5419
|
+
*/
|
|
5426
5420
|
'!k-align-items-start': boolean;
|
|
5427
5421
|
};
|
|
5428
5422
|
computedValue(): any;
|
|
@@ -5438,8 +5432,11 @@ handleFocus(event: any): void;
|
|
|
5438
5432
|
handleBlur(event: any): void;
|
|
5439
5433
|
}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5440
5434
|
input: any;
|
|
5441
|
-
change: any;
|
|
5435
|
+
change: any; /** @hidden */
|
|
5442
5436
|
changemodel: any;
|
|
5437
|
+
/**
|
|
5438
|
+
* Specifies the `id` attribute of the root element.
|
|
5439
|
+
*/
|
|
5443
5440
|
'update:modelValue': any;
|
|
5444
5441
|
focus: any;
|
|
5445
5442
|
blur: any;
|
|
@@ -5458,12 +5455,6 @@ disabled: PropType<boolean>;
|
|
|
5458
5455
|
readOnly: PropType<boolean>;
|
|
5459
5456
|
rows: PropType<number>;
|
|
5460
5457
|
id: PropType<string>;
|
|
5461
|
-
/**
|
|
5462
|
-
* Overrides the component used for visualizing the `title` field editor.
|
|
5463
|
-
* The [Kendo UI for Vue Input]({% slug overview_textbox %}) component is used, by default.
|
|
5464
|
-
*
|
|
5465
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5466
|
-
*/
|
|
5467
5458
|
name: PropType<string>;
|
|
5468
5459
|
validationMessage: PropType<string>;
|
|
5469
5460
|
size: {
|
|
@@ -5497,7 +5488,12 @@ iconName: PropType<string>;
|
|
|
5497
5488
|
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
5498
5489
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
5499
5490
|
showValidationIcon: PropType<boolean>;
|
|
5500
|
-
showLoadingIcon: PropType<boolean>;
|
|
5491
|
+
showLoadingIcon: PropType<boolean>; /**
|
|
5492
|
+
* Overrides the component used for visualizing the `start timezone` field error.
|
|
5493
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5494
|
+
*
|
|
5495
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5496
|
+
*/
|
|
5501
5497
|
showClearButton: PropType<boolean>;
|
|
5502
5498
|
inputClass: PropType<string>;
|
|
5503
5499
|
wrapperClass: PropType<string>;
|
|
@@ -5510,12 +5506,7 @@ resizable: {
|
|
|
5510
5506
|
type: PropType<string>;
|
|
5511
5507
|
default: string;
|
|
5512
5508
|
validator: (value: any) => any;
|
|
5513
|
-
};
|
|
5514
|
-
* Overrides the component used for visualizing the `start timezone checked` label.
|
|
5515
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
5516
|
-
*
|
|
5517
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5518
|
-
*/
|
|
5509
|
+
};
|
|
5519
5510
|
inputAttributes: PropType<Object>;
|
|
5520
5511
|
}>> & Readonly<{
|
|
5521
5512
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
@@ -7103,12 +7094,6 @@ disabled: PropType<boolean>;
|
|
|
7103
7094
|
readOnly: PropType<boolean>;
|
|
7104
7095
|
rows: PropType<number>;
|
|
7105
7096
|
id: PropType<string>;
|
|
7106
|
-
/**
|
|
7107
|
-
* Overrides the component used for visualizing the `title` field editor.
|
|
7108
|
-
* The [Kendo UI for Vue Input]({% slug overview_textbox %}) component is used, by default.
|
|
7109
|
-
*
|
|
7110
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7111
|
-
*/
|
|
7112
7097
|
name: PropType<string>;
|
|
7113
7098
|
validationMessage: PropType<string>;
|
|
7114
7099
|
size: {
|
|
@@ -7142,7 +7127,12 @@ iconName: PropType<string>;
|
|
|
7142
7127
|
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
7143
7128
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
7144
7129
|
showValidationIcon: PropType<boolean>;
|
|
7145
|
-
showLoadingIcon: PropType<boolean>;
|
|
7130
|
+
showLoadingIcon: PropType<boolean>; /**
|
|
7131
|
+
* Overrides the component used for visualizing the `start timezone` field error.
|
|
7132
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
7133
|
+
*
|
|
7134
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7135
|
+
*/
|
|
7146
7136
|
showClearButton: PropType<boolean>;
|
|
7147
7137
|
inputClass: PropType<string>;
|
|
7148
7138
|
wrapperClass: PropType<string>;
|
|
@@ -7155,12 +7145,7 @@ resizable: {
|
|
|
7155
7145
|
type: PropType<string>;
|
|
7156
7146
|
default: string;
|
|
7157
7147
|
validator: (value: any) => any;
|
|
7158
|
-
};
|
|
7159
|
-
* Overrides the component used for visualizing the `start timezone checked` label.
|
|
7160
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
7161
|
-
*
|
|
7162
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7163
|
-
*/
|
|
7148
|
+
};
|
|
7164
7149
|
inputAttributes: PropType<Object>;
|
|
7165
7150
|
}>, {}, {
|
|
7166
7151
|
currentValue: string | number | string[];
|
|
@@ -7189,23 +7174,23 @@ inputInnerClass(): {
|
|
|
7189
7174
|
};
|
|
7190
7175
|
prefixRenderClass(): {
|
|
7191
7176
|
'k-input-prefix': boolean;
|
|
7192
|
-
'!k-flex-col': boolean;
|
|
7193
|
-
'!k-flex-row': boolean;
|
|
7194
7177
|
'!k-align-items-start': boolean;
|
|
7178
|
+
'k-input-prefix-horizontal': boolean;
|
|
7179
|
+
'k-input-prefix-vertical': boolean;
|
|
7195
7180
|
};
|
|
7196
7181
|
suffixRenderClass(): {
|
|
7197
7182
|
'k-input-suffix': boolean;
|
|
7198
|
-
'!k-flex-col': boolean; /**
|
|
7199
|
-
* Overrides the component used for visualizing the `end timezone` field error.
|
|
7200
|
-
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
7201
|
-
*
|
|
7202
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7203
|
-
*/
|
|
7204
|
-
'!k-flex-row': boolean;
|
|
7205
7183
|
'!k-align-items-start': boolean;
|
|
7184
|
+
'k-input-suffix-horizontal': boolean;
|
|
7185
|
+
'k-input-suffix-vertical': boolean;
|
|
7206
7186
|
};
|
|
7207
7187
|
suffixIconWrapClass(): {
|
|
7208
|
-
'k-flex-wrap': boolean;
|
|
7188
|
+
'k-flex-wrap': boolean; /**
|
|
7189
|
+
* Overrides the component used for visualizing the `end timezone` field editor.
|
|
7190
|
+
* An extended [Kendo UI for Vue ComboBox]({% slug overview_combobox %}) component is used, by default.
|
|
7191
|
+
*
|
|
7192
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7193
|
+
*/
|
|
7209
7194
|
'!k-align-items-start': boolean;
|
|
7210
7195
|
};
|
|
7211
7196
|
computedValue(): any;
|
|
@@ -7221,8 +7206,11 @@ handleFocus(event: any): void;
|
|
|
7221
7206
|
handleBlur(event: any): void;
|
|
7222
7207
|
}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7223
7208
|
input: any;
|
|
7224
|
-
change: any;
|
|
7209
|
+
change: any; /** @hidden */
|
|
7225
7210
|
changemodel: any;
|
|
7211
|
+
/**
|
|
7212
|
+
* Specifies the `id` attribute of the root element.
|
|
7213
|
+
*/
|
|
7226
7214
|
'update:modelValue': any;
|
|
7227
7215
|
focus: any;
|
|
7228
7216
|
blur: any;
|
|
@@ -7241,12 +7229,6 @@ disabled: PropType<boolean>;
|
|
|
7241
7229
|
readOnly: PropType<boolean>;
|
|
7242
7230
|
rows: PropType<number>;
|
|
7243
7231
|
id: PropType<string>;
|
|
7244
|
-
/**
|
|
7245
|
-
* Overrides the component used for visualizing the `title` field editor.
|
|
7246
|
-
* The [Kendo UI for Vue Input]({% slug overview_textbox %}) component is used, by default.
|
|
7247
|
-
*
|
|
7248
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7249
|
-
*/
|
|
7250
7232
|
name: PropType<string>;
|
|
7251
7233
|
validationMessage: PropType<string>;
|
|
7252
7234
|
size: {
|
|
@@ -7280,7 +7262,12 @@ iconName: PropType<string>;
|
|
|
7280
7262
|
inputPrefix: PropType<string | boolean | Object | Function>;
|
|
7281
7263
|
inputSuffix: PropType<string | boolean | Object | Function>;
|
|
7282
7264
|
showValidationIcon: PropType<boolean>;
|
|
7283
|
-
showLoadingIcon: PropType<boolean>;
|
|
7265
|
+
showLoadingIcon: PropType<boolean>; /**
|
|
7266
|
+
* Overrides the component used for visualizing the `start timezone` field error.
|
|
7267
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
7268
|
+
*
|
|
7269
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7270
|
+
*/
|
|
7284
7271
|
showClearButton: PropType<boolean>;
|
|
7285
7272
|
inputClass: PropType<string>;
|
|
7286
7273
|
wrapperClass: PropType<string>;
|
|
@@ -7293,12 +7280,7 @@ resizable: {
|
|
|
7293
7280
|
type: PropType<string>;
|
|
7294
7281
|
default: string;
|
|
7295
7282
|
validator: (value: any) => any;
|
|
7296
|
-
};
|
|
7297
|
-
* Overrides the component used for visualizing the `start timezone checked` label.
|
|
7298
|
-
* The [Kendo UI for Vue Label]({% slug label_labels %}) component is used, by default.
|
|
7299
|
-
*
|
|
7300
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7301
|
-
*/
|
|
7283
|
+
};
|
|
7302
7284
|
inputAttributes: PropType<Object>;
|
|
7303
7285
|
}>> & Readonly<{
|
|
7304
7286
|
onInput?: (...args: any[] | unknown[]) => any;
|
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: 1754408441,version:"7.0.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: "
|
|
13
|
+
publishDate: 1754408441,
|
|
14
|
+
version: "7.0.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": "
|
|
3
|
+
"version": "7.0.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.4.0",
|
|
24
|
-
"@progress/kendo-vue-common": "
|
|
25
|
-
"@progress/kendo-vue-buttons": "
|
|
26
|
-
"@progress/kendo-vue-dateinputs": "
|
|
27
|
-
"@progress/kendo-vue-dialogs": "
|
|
28
|
-
"@progress/kendo-vue-dropdowns": "
|
|
29
|
-
"@progress/kendo-vue-form": "
|
|
30
|
-
"@progress/kendo-vue-inputs": "
|
|
31
|
-
"@progress/kendo-vue-intl": "
|
|
32
|
-
"@progress/kendo-vue-popup": "
|
|
24
|
+
"@progress/kendo-vue-common": "7.0.0-develop.1",
|
|
25
|
+
"@progress/kendo-vue-buttons": "7.0.0-develop.1",
|
|
26
|
+
"@progress/kendo-vue-dateinputs": "7.0.0-develop.1",
|
|
27
|
+
"@progress/kendo-vue-dialogs": "7.0.0-develop.1",
|
|
28
|
+
"@progress/kendo-vue-dropdowns": "7.0.0-develop.1",
|
|
29
|
+
"@progress/kendo-vue-form": "7.0.0-develop.1",
|
|
30
|
+
"@progress/kendo-vue-inputs": "7.0.0-develop.1",
|
|
31
|
+
"@progress/kendo-vue-intl": "7.0.0-develop.1",
|
|
32
|
+
"@progress/kendo-vue-popup": "7.0.0-develop.1",
|
|
33
33
|
"@progress/kendo-svg-icons": "^4.0.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": 1754408441,
|
|
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
|
},
|