@bryntum/taskboard-vue-3-thin 7.2.0 → 7.2.2

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.
Files changed (41) hide show
  1. package/README.md +5 -5
  2. package/lib/chunks/2MugSr70.js.map +1 -1
  3. package/lib/chunks/BS3VqRMT.js.map +1 -1
  4. package/lib/chunks/BZslhDhE.js.map +1 -1
  5. package/lib/chunks/C8Ls3rwH.js.map +1 -1
  6. package/lib/chunks/CIGedStG.js.map +1 -1
  7. package/lib/chunks/CPFlJHkf.js.map +1 -1
  8. package/lib/chunks/CaXNovsW.js.map +1 -1
  9. package/lib/chunks/ComLVoEW.js.map +1 -1
  10. package/lib/chunks/Cyqga-RH.js.map +1 -1
  11. package/lib/chunks/DT9dLbVS.js.map +1 -1
  12. package/lib/chunks/GI9kaxvW.js.map +1 -1
  13. package/lib/chunks/imR2_gHl.js.map +1 -1
  14. package/lib/chunks/ujL-F7eG.js.map +1 -1
  15. package/lib/chunks/wXZJ9FAX.js.map +1 -1
  16. package/package.json +1 -1
  17. package/src/components/BryntumColumnCombo.vue +2 -2
  18. package/src/components/BryntumColumnComboProps.ts +2 -2
  19. package/src/components/BryntumColumnFilterField.vue +1 -1
  20. package/src/components/BryntumColumnFilterFieldProps.ts +1 -1
  21. package/src/components/BryntumProjectCombo.vue +2 -2
  22. package/src/components/BryntumProjectComboProps.ts +2 -2
  23. package/src/components/BryntumResourcesCombo.vue +2 -2
  24. package/src/components/BryntumResourcesComboProps.ts +2 -2
  25. package/src/components/BryntumSwimlaneCombo.vue +2 -2
  26. package/src/components/BryntumSwimlaneComboProps.ts +2 -2
  27. package/src/components/BryntumSwimlaneFilterField.vue +1 -1
  28. package/src/components/BryntumSwimlaneFilterFieldProps.ts +1 -1
  29. package/src/components/BryntumTagCombo.vue +2 -2
  30. package/src/components/BryntumTagComboProps.ts +2 -2
  31. package/src/components/BryntumTaskBoard.vue +1 -1
  32. package/src/components/BryntumTaskBoardBase.vue +1 -1
  33. package/src/components/BryntumTaskBoardProjectModel.vue +6 -6
  34. package/src/components/BryntumTaskColorCombo.vue +1 -1
  35. package/src/components/BryntumTaskColorComboProps.ts +1 -1
  36. package/src/components/BryntumTaskFilterField.vue +1 -1
  37. package/src/components/BryntumTaskFilterFieldProps.ts +1 -1
  38. package/src/components/BryntumTodoListField.vue +1 -1
  39. package/src/components/BryntumTodoListFieldProps.ts +1 -1
  40. package/src/components/BryntumZoomSlider.vue +1 -1
  41. package/src/components/BryntumZoomSliderProps.ts +1 -1
@@ -190,7 +190,7 @@ defineProps<{
190
190
  contentElementCls ? : string|object
191
191
  /**
192
192
  * If configured as `true`, this means that when an unmatched string is typed into the
193
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/taskboard/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
193
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/taskboard/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
194
194
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/taskboard/docs/api/Core/widget/Combo#config-displayField).
195
195
  * ...
196
196
  * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TagCombo#config-createOnUnmatched)
@@ -685,7 +685,7 @@ defineProps<{
685
685
  required ? : Boolean
686
686
  /**
687
687
  * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
688
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
688
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
689
689
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
690
690
  * behaviour will be activated.
691
691
  */
@@ -175,7 +175,7 @@ export declare type BryntumTagComboProps = {
175
175
  contentElementCls ? : string|object
176
176
  /**
177
177
  * If configured as `true`, this means that when an unmatched string is typed into the
178
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/taskboard/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
178
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/taskboard/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
179
179
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/taskboard/docs/api/Core/widget/Combo#config-displayField).
180
180
  * ...
181
181
  * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/TagCombo#config-createOnUnmatched)
@@ -670,7 +670,7 @@ export declare type BryntumTagComboProps = {
670
670
  required ? : Boolean
671
671
  /**
672
672
  * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
673
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
673
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
674
674
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
675
675
  * behaviour will be activated.
676
676
  */
@@ -1020,7 +1020,7 @@ defineProps<{
1020
1020
 
1021
1021
  const emit = defineEmits<{
1022
1022
  /**
1023
- * Triggered when a task is "activated" by pressing `Enter` or double clicking it.
1023
+ * Triggered when a task is "activated" by pressing <kbd>Enter</kbd> or double clicking it.
1024
1024
  * ...
1025
1025
  * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoard#event-activateTask)
1026
1026
  * @param {string} e Event name
@@ -1019,7 +1019,7 @@ defineProps<{
1019
1019
 
1020
1020
  const emit = defineEmits<{
1021
1021
  /**
1022
- * Triggered when a task is "activated" by pressing `Enter` or double clicking it.
1022
+ * Triggered when a task is "activated" by pressing <kbd>Enter</kbd> or double clicking it.
1023
1023
  * ...
1024
1024
  * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/TaskBoardBase#event-activateTask)
1025
1025
  * @param {string} e Event name
@@ -590,7 +590,7 @@ const emit = defineEmits<{
590
590
  * @param {object} params.params.event.requestOptions The request options passed to the request.
591
591
  * @param {Response} params.params.event.rawResponse The native Response object
592
592
  */
593
- (e: 'load', params: ((event: { source: AbstractCrudManager, response: object, responseOptions: object, requestOptions: object, rawResponse: any }) => void)|string): void
593
+ (e: 'load', params: ((event: { source: AbstractCrudManager, response: object, responseOptions: object, requestOptions: object, rawResponse: Response }) => void)|string): void
594
594
  /**
595
595
  * Fired after [load request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) was canceled by some [beforeLoad](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#event-beforeLoad)
596
596
  * listener or due to incomplete prior load request.
@@ -617,7 +617,7 @@ const emit = defineEmits<{
617
617
  * @param {object} params.params.event.requestOptions The request options passed to the request.
618
618
  * @param {Response} params.params.event.rawResponse The native Response object
619
619
  */
620
- (e: 'loadFail', params: ((event: { source: AbstractCrudManager, response: object, responseText: string, responseOptions: object, requestOptions: object, rawResponse: any }) => void)|string): void
620
+ (e: 'loadFail', params: ((event: { source: AbstractCrudManager, response: object, responseText: string, responseOptions: object, requestOptions: object, rawResponse: Response }) => void)|string): void
621
621
  /**
622
622
  * Fires when registered stores get into state when they don't have any
623
623
  * not persisted change. This happens after [load](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-load) or [sync](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) request
@@ -646,7 +646,7 @@ const emit = defineEmits<{
646
646
  * @param {object} params.params.event.requestOptions The request options passed to the request.
647
647
  * @param {Response} params.params.event.rawResponse The native Response object
648
648
  */
649
- (e: 'requestDone', params: ((event: { source: AbstractCrudManager, requestType: 'sync'|'load', response: object, responseOptions: object, requestOptions: object, rawResponse: any }) => void)|string): void
649
+ (e: 'requestDone', params: ((event: { source: AbstractCrudManager, requestType: 'sync'|'load', response: object, responseOptions: object, requestOptions: object, rawResponse: Response }) => void)|string): void
650
650
  /**
651
651
  * Fires when a request fails.
652
652
  * @param {string} e Event name
@@ -662,7 +662,7 @@ const emit = defineEmits<{
662
662
  * @param {object} params.params.event.requestOptions The request options passed to the request.
663
663
  * @param {Response} params.params.event.rawResponse The native Response object
664
664
  */
665
- (e: 'requestFail', params: ((event: { source: AbstractCrudManager, requestType: 'sync'|'load', response: object, responseText: string, responseOptions: object, requestOptions: object, rawResponse: any }) => void)|string): void
665
+ (e: 'requestFail', params: ((event: { source: AbstractCrudManager, requestType: 'sync'|'load', response: object, responseText: string, responseOptions: object, requestOptions: object, rawResponse: Response }) => void)|string): void
666
666
  /**
667
667
  * Fires on successful [sync request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) completion.
668
668
  * @param {string} e Event name
@@ -676,7 +676,7 @@ const emit = defineEmits<{
676
676
  * @param {object} params.params.event.requestOptions The request options passed to the request.
677
677
  * @param {Response} params.params.event.rawResponse The native Response object
678
678
  */
679
- (e: 'sync', params: ((event: { source: AbstractCrudManager, response: object, responseOptions: object, requestOptions: object, rawResponse: any }) => void)|string): void
679
+ (e: 'sync', params: ((event: { source: AbstractCrudManager, response: object, responseOptions: object, requestOptions: object, rawResponse: Response }) => void)|string): void
680
680
  /**
681
681
  * Fires after [sync request](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#function-sync) was canceled by some [beforeSync](https://bryntum.com/products/scheduler/docs#Scheduler/crud/AbstractCrudManagerMixin#event-beforeSync) listener.
682
682
  * @param {string} e Event name
@@ -713,7 +713,7 @@ const emit = defineEmits<{
713
713
  * @param {object} params.params.event.requestOptions The request options passed to the request.
714
714
  * @param {Response} params.params.event.rawResponse The native Response object
715
715
  */
716
- (e: 'syncFail', params: ((event: { source: AbstractCrudManager, response: object, responseText: string, responseOptions: object, requestOptions: object, rawResponse: any }) => void)|string): void
716
+ (e: 'syncFail', params: ((event: { source: AbstractCrudManager, response: object, responseText: string, responseOptions: object, requestOptions: object, rawResponse: Response }) => void)|string): void
717
717
  }>();
718
718
 
719
719
  const widgetData = {
@@ -511,7 +511,7 @@ defineProps<{
511
511
  required ? : Boolean
512
512
  /**
513
513
  * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
514
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
514
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
515
515
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
516
516
  * behaviour will be activated.
517
517
  */
@@ -496,7 +496,7 @@ export declare type BryntumTaskColorComboProps = {
496
496
  required ? : Boolean
497
497
  /**
498
498
  * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
499
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
499
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
500
500
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
501
501
  * behaviour will be activated.
502
502
  */
@@ -533,7 +533,7 @@ defineProps<{
533
533
  required ? : Boolean
534
534
  /**
535
535
  * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
536
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
536
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
537
537
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
538
538
  * behaviour will be activated.
539
539
  */
@@ -518,7 +518,7 @@ export declare type BryntumTaskFilterFieldProps = {
518
518
  required ? : Boolean
519
519
  /**
520
520
  * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
521
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
521
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
522
522
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
523
523
  * behaviour will be activated.
524
524
  */
@@ -501,7 +501,7 @@ defineProps<{
501
501
  required ? : Boolean
502
502
  /**
503
503
  * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
504
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
504
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
505
505
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
506
506
  * behaviour will be activated.
507
507
  */
@@ -486,7 +486,7 @@ export declare type BryntumTodoListFieldProps = {
486
486
  required ? : Boolean
487
487
  /**
488
488
  * If this field is not [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
489
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
489
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
490
490
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/taskboard/docs/api/Core/widget/Field#config-clearable)
491
491
  * behaviour will be activated.
492
492
  */
@@ -507,7 +507,7 @@ defineProps<{
507
507
  unit ? : string
508
508
  /**
509
509
  * Initial value.
510
- * `String` value allows to link value by reference name.
510
+ * `String` value allows linking value by reference name.
511
511
  * ...
512
512
  * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ZoomSlider#config-value)
513
513
  */
@@ -492,7 +492,7 @@ export declare type BryntumZoomSliderProps = {
492
492
  unit ? : string
493
493
  /**
494
494
  * Initial value.
495
- * `String` value allows to link value by reference name.
495
+ * `String` value allows linking value by reference name.
496
496
  * ...
497
497
  * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/ZoomSlider#config-value)
498
498
  */