@bryntum/schedulerpro-vue-3-thin 7.3.0 → 7.3.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/README.md +9 -9
- package/lib/chunks/{BFFz1c24.js → 7vz3cAx6.js} +6 -4
- package/lib/chunks/7vz3cAx6.js.map +1 -0
- package/lib/chunks/{oM3gO3yH.js → B1SaPsRu.js} +3 -1
- package/lib/chunks/B1SaPsRu.js.map +1 -0
- package/lib/chunks/B4dVznPx.js.map +1 -1
- package/lib/chunks/{Pb5GbfMi.js → B8GKehTJ.js} +6 -4
- package/lib/chunks/B8GKehTJ.js.map +1 -0
- package/lib/chunks/{CvNpXefN.js → BhXv58eE.js} +7 -5
- package/lib/chunks/BhXv58eE.js.map +1 -0
- package/lib/chunks/{DmFXOMJ5.js → BhfdqXGU.js} +6 -4
- package/lib/chunks/BhfdqXGU.js.map +1 -0
- package/lib/chunks/{b8yreHIz.js → Bk2bIVfG.js} +3 -1
- package/lib/chunks/Bk2bIVfG.js.map +1 -0
- package/lib/chunks/{s35t-2ke.js → C1vi1h_N.js} +6 -4
- package/lib/chunks/C1vi1h_N.js.map +1 -0
- package/lib/chunks/{CqtUB81W.js → CEQZr1q6.js} +3 -1
- package/lib/chunks/CEQZr1q6.js.map +1 -0
- package/lib/chunks/CPjow0gO.js.map +1 -1
- package/lib/chunks/{BNBuOpUp.js → Cb_akueu.js} +10 -8
- package/lib/chunks/Cb_akueu.js.map +1 -0
- package/lib/chunks/{BIkGnHve.js → Cc_DPp3S.js} +6 -4
- package/lib/chunks/Cc_DPp3S.js.map +1 -0
- package/lib/chunks/{Bp7aU5Ia.js → Cr5VTUbs.js} +11 -9
- package/lib/chunks/Cr5VTUbs.js.map +1 -0
- package/lib/chunks/{yF4wtntA.js → D-hmgVVF.js} +12 -10
- package/lib/chunks/D-hmgVVF.js.map +1 -0
- package/lib/chunks/{D1a3F6m-.js → D-v-Wqj4.js} +3 -1
- package/lib/chunks/D-v-Wqj4.js.map +1 -0
- package/lib/chunks/D0hJ3P6L.js.map +1 -1
- package/lib/chunks/DPA-xEW5.js.map +1 -1
- package/lib/chunks/{C3Dz-ovY.js → XQWZfDOm.js} +5 -3
- package/lib/chunks/XQWZfDOm.js.map +1 -0
- package/lib/chunks/{DdbMybqv.js → eKXSEOkn.js} +3 -1
- package/lib/chunks/eKXSEOkn.js.map +1 -0
- package/lib/chunks/{DjFBhm9P.js → edcDjaO2.js} +6 -4
- package/lib/chunks/edcDjaO2.js.map +1 -0
- package/lib/chunks/{p1r0F5YC.js → n2IZFQjR.js} +9 -7
- package/lib/chunks/n2IZFQjR.js.map +1 -0
- package/lib/chunks/{W-pa3HyX.js → zY4Qxi9x.js} +5 -3
- package/lib/chunks/zY4Qxi9x.js.map +1 -0
- package/lib/components/BryntumCalendarField.js +1 -1
- package/lib/components/BryntumConstraintTypePicker.js +1 -1
- package/lib/components/BryntumCostAccrualField.js +1 -1
- package/lib/components/BryntumDependencyTypePicker.js +1 -1
- package/lib/components/BryntumEffortField.js +1 -1
- package/lib/components/BryntumEndDateField.js +1 -1
- package/lib/components/BryntumModelCombo.js +1 -1
- package/lib/components/BryntumRateTableField.js +1 -1
- package/lib/components/BryntumResourceGrid.js +1 -1
- package/lib/components/BryntumResourceHistogram.js +1 -1
- package/lib/components/BryntumResourceTypeField.js +1 -1
- package/lib/components/BryntumResourceUtilization.js +1 -1
- package/lib/components/BryntumSchedulerPro.js +1 -1
- package/lib/components/BryntumSchedulerProBase.js +1 -1
- package/lib/components/BryntumSchedulingDirectionPicker.js +1 -1
- package/lib/components/BryntumSchedulingModePicker.js +1 -1
- package/lib/components/BryntumStartDateField.js +1 -1
- package/lib/components/BryntumTimeline.js +1 -1
- package/lib/index.js +18 -18
- package/package.json +1 -1
- package/src/components/BryntumCalendarEditor.vue +64 -106
- package/src/components/BryntumCalendarField.vue +81 -109
- package/src/components/BryntumCalendarFieldProps.ts +9 -0
- package/src/components/BryntumConstraintTypePicker.vue +81 -109
- package/src/components/BryntumConstraintTypePickerProps.ts +9 -0
- package/src/components/BryntumCostAccrualField.vue +81 -109
- package/src/components/BryntumCostAccrualFieldProps.ts +9 -0
- package/src/components/BryntumDependencyTypePicker.vue +81 -109
- package/src/components/BryntumDependencyTypePickerProps.ts +9 -0
- package/src/components/BryntumEffortField.vue +76 -102
- package/src/components/BryntumEffortFieldProps.ts +9 -0
- package/src/components/BryntumEndDateField.vue +80 -106
- package/src/components/BryntumEndDateFieldProps.ts +9 -0
- package/src/components/BryntumModelCombo.vue +81 -109
- package/src/components/BryntumModelComboProps.ts +9 -0
- package/src/components/BryntumRateTableField.vue +81 -109
- package/src/components/BryntumRateTableFieldProps.ts +9 -0
- package/src/components/BryntumResourceEditor.vue +64 -106
- package/src/components/BryntumResourceGrid.vue +529 -755
- package/src/components/BryntumResourceGridProps.ts +5 -0
- package/src/components/BryntumResourceHistogram.vue +773 -1091
- package/src/components/BryntumResourceHistogramProps.ts +5 -0
- package/src/components/BryntumResourceTypeField.vue +81 -109
- package/src/components/BryntumResourceTypeFieldProps.ts +9 -0
- package/src/components/BryntumResourceUtilization.vue +789 -1113
- package/src/components/BryntumResourceUtilizationProps.ts +5 -0
- package/src/components/BryntumSchedulerPro.vue +1613 -2195
- package/src/components/BryntumSchedulerProBase.vue +1613 -2195
- package/src/components/BryntumSchedulerProBaseProps.ts +5 -0
- package/src/components/BryntumSchedulerProProjectModel.vue +134 -187
- package/src/components/BryntumSchedulerProProjectModelProps.ts +8 -7
- package/src/components/BryntumSchedulerProProps.ts +5 -0
- package/src/components/BryntumSchedulingDirectionPicker.vue +81 -109
- package/src/components/BryntumSchedulingDirectionPickerProps.ts +9 -0
- package/src/components/BryntumSchedulingModePicker.vue +81 -109
- package/src/components/BryntumSchedulingModePickerProps.ts +9 -0
- package/src/components/BryntumStartDateField.vue +80 -106
- package/src/components/BryntumStartDateFieldProps.ts +9 -0
- package/src/components/BryntumTimeline.vue +1425 -1927
- package/src/components/BryntumTimelineProps.ts +5 -0
- package/src/components/BryntumVersionGrid.vue +527 -763
- package/lib/chunks/BFFz1c24.js.map +0 -1
- package/lib/chunks/BIkGnHve.js.map +0 -1
- package/lib/chunks/BNBuOpUp.js.map +0 -1
- package/lib/chunks/Bp7aU5Ia.js.map +0 -1
- package/lib/chunks/C3Dz-ovY.js.map +0 -1
- package/lib/chunks/CqtUB81W.js.map +0 -1
- package/lib/chunks/CvNpXefN.js.map +0 -1
- package/lib/chunks/D1a3F6m-.js.map +0 -1
- package/lib/chunks/DdbMybqv.js.map +0 -1
- package/lib/chunks/DjFBhm9P.js.map +0 -1
- package/lib/chunks/DmFXOMJ5.js.map +0 -1
- package/lib/chunks/Pb5GbfMi.js.map +0 -1
- package/lib/chunks/W-pa3HyX.js.map +0 -1
- package/lib/chunks/b8yreHIz.js.map +0 -1
- package/lib/chunks/oM3gO3yH.js.map +0 -1
- package/lib/chunks/p1r0F5YC.js.map +0 -1
- package/lib/chunks/s35t-2ke.js.map +0 -1
- package/lib/chunks/yF4wtntA.js.map +0 -1
|
@@ -721,150 +721,122 @@ const emit = defineEmits<{
|
|
|
721
721
|
* May be vetoed by returning `false` from a handler.
|
|
722
722
|
* @param {string} e Event name
|
|
723
723
|
* @param {object} params Event parameters
|
|
724
|
-
* @param {
|
|
725
|
-
* @param {
|
|
726
|
-
* @param {object} params.params.event Event object
|
|
727
|
-
* @param {Core.widget.Popup} params.params.event.source This Popup
|
|
724
|
+
* @param {object} params.event Event object
|
|
725
|
+
* @param {Core.widget.Popup} params.event.source This Popup
|
|
728
726
|
*/
|
|
729
727
|
(e: 'beforeClose', params: ((event: { source: Popup }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
730
728
|
/**
|
|
731
729
|
* Fires before an object is destroyed.
|
|
732
730
|
* @param {string} e Event name
|
|
733
731
|
* @param {object} params Event parameters
|
|
734
|
-
* @param {
|
|
735
|
-
* @param {
|
|
736
|
-
* @param {object} params.params.event Event object
|
|
737
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
732
|
+
* @param {object} params.event Event object
|
|
733
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
738
734
|
*/
|
|
739
735
|
(e: 'beforeDestroy', params: ((event: { source: Base }) => void)|string): void
|
|
740
736
|
/**
|
|
741
737
|
* Triggered before a widget is hidden. Return `false` to prevent the action.
|
|
742
738
|
* @param {string} e Event name
|
|
743
739
|
* @param {object} params Event parameters
|
|
744
|
-
* @param {
|
|
745
|
-
* @param {
|
|
746
|
-
* @param {object} params.params.event Event object
|
|
747
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being hidden.
|
|
740
|
+
* @param {object} params.event Event object
|
|
741
|
+
* @param {Core.widget.Widget} params.event.source The widget being hidden.
|
|
748
742
|
*/
|
|
749
|
-
(e: 'beforeHide', params: ((event: { source: Widget }) =>
|
|
743
|
+
(e: 'beforeHide', params: ((event: { source: Widget }) => boolean|void)|string): boolean|void
|
|
750
744
|
/**
|
|
751
745
|
* Fired before this container will load record values into its child fields. This is useful if you
|
|
752
746
|
* want to modify the UI before data is loaded (e.g. set some input field to be readonly)
|
|
753
747
|
* @param {string} e Event name
|
|
754
748
|
* @param {object} params Event parameters
|
|
755
|
-
* @param {
|
|
756
|
-
* @param {
|
|
757
|
-
* @param {
|
|
758
|
-
* @param {Core.widget.Container} params.params.event.source The container
|
|
759
|
-
* @param {Core.data.Model} params.params.event.record The record
|
|
749
|
+
* @param {object} params.event Event object
|
|
750
|
+
* @param {Core.widget.Container} params.event.source The container
|
|
751
|
+
* @param {Core.data.Model} params.event.record The record
|
|
760
752
|
*/
|
|
761
753
|
(e: 'beforeSetRecord', params: ((event: { source: Container, record: Model }) => void)|string): void
|
|
762
754
|
/**
|
|
763
755
|
* Triggered before a widget is shown. Return `false` to prevent the action.
|
|
764
756
|
* @param {string} e Event name
|
|
765
757
|
* @param {object} params Event parameters
|
|
766
|
-
* @param {
|
|
767
|
-
* @param {
|
|
768
|
-
* @param {object} params.params.event Event object
|
|
769
|
-
* @param {Core.widget.Widget,any} params.params.event.source The widget being shown
|
|
758
|
+
* @param {object} params.event Event object
|
|
759
|
+
* @param {Core.widget.Widget,any} params.event.source The widget being shown
|
|
770
760
|
*/
|
|
771
761
|
(e: 'beforeShow', params: ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
772
762
|
/**
|
|
773
763
|
* Fired before state is applied to the source. Allows editing the state object or preventing the operation.
|
|
774
764
|
* @param {string} e Event name
|
|
775
765
|
* @param {object} params Event parameters
|
|
776
|
-
* @param {
|
|
777
|
-
* @param {
|
|
778
|
-
* @param {object} params.params.event Event object
|
|
779
|
-
* @param {any} params.params.event.state State object config
|
|
766
|
+
* @param {object} params.event Event object
|
|
767
|
+
* @param {any} params.event.state State object config
|
|
780
768
|
*/
|
|
781
|
-
(e: 'beforeStateApply', params: ((event: { state: any }) =>
|
|
769
|
+
(e: 'beforeStateApply', params: ((event: { state: any }) => boolean|void)|string): boolean|void
|
|
782
770
|
/**
|
|
783
771
|
* Fired before state is saved by the StateProvider. Allows editing the state object or preventing the operation.
|
|
784
772
|
* @param {string} e Event name
|
|
785
773
|
* @param {object} params Event parameters
|
|
786
|
-
* @param {
|
|
787
|
-
* @param {
|
|
788
|
-
* @param {object} params.params.event Event object
|
|
789
|
-
* @param {any} params.params.event.state State object config
|
|
774
|
+
* @param {object} params.event Event object
|
|
775
|
+
* @param {any} params.event.state State object config
|
|
790
776
|
*/
|
|
791
|
-
(e: 'beforeStateSave', params: ((event: { state: any }) =>
|
|
777
|
+
(e: 'beforeStateSave', params: ((event: { state: any }) => boolean|void)|string): boolean|void
|
|
792
778
|
/**
|
|
793
779
|
* Fires when any other event is fired from the object.
|
|
794
780
|
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceEditor#event-catchAll)
|
|
795
781
|
* @param {string} e Event name
|
|
796
782
|
* @param {object} params Event parameters
|
|
797
|
-
* @param {
|
|
798
|
-
* @param {
|
|
799
|
-
* @param {
|
|
800
|
-
* @param {{[key: string]: any, type: string}} params.params.event.event The Object that contains event details
|
|
801
|
-
* @param {string} params.params.event.event.type The type of the event which is caught by the listener
|
|
783
|
+
* @param {object} params.event Event object
|
|
784
|
+
* @param {{[key: string]: any, type: string}} params.event.event The Object that contains event details
|
|
785
|
+
* @param {string} params.event.event.type The type of the event which is caught by the listener
|
|
802
786
|
*/
|
|
803
787
|
(e: 'catchAll', params: ((event: {[key: string]: any, type: string}) => void)|string): void
|
|
804
788
|
/**
|
|
805
789
|
* Fires when a Panel is collapsed using the [collapsible](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-collapsible) setting.
|
|
806
790
|
* @param {string} e Event name
|
|
807
791
|
* @param {object} params Event parameters
|
|
808
|
-
* @param {
|
|
809
|
-
* @param {
|
|
810
|
-
* @param {object} params.params.event Event object
|
|
811
|
-
* @param {Core.widget.Panel} params.params.event.source This Panel.
|
|
792
|
+
* @param {object} params.event Event object
|
|
793
|
+
* @param {Core.widget.Panel} params.event.source This Panel.
|
|
812
794
|
*/
|
|
813
795
|
(e: 'collapse', params: ((event: { source: Panel }) => void)|string): void
|
|
814
796
|
/**
|
|
815
797
|
* Fires when an object is destroyed.
|
|
816
798
|
* @param {string} e Event name
|
|
817
799
|
* @param {object} params Event parameters
|
|
818
|
-
* @param {
|
|
819
|
-
* @param {
|
|
820
|
-
* @param {object} params.params.event Event object
|
|
821
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
800
|
+
* @param {object} params.event Event object
|
|
801
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
822
802
|
*/
|
|
823
803
|
(e: 'destroy', params: ((event: { source: Base }) => void)|string): void
|
|
824
804
|
/**
|
|
825
805
|
* Fires when a field is mutated and the state of the [hasChanges](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#property-hasChanges) property changes
|
|
826
806
|
* @param {string} e Event name
|
|
827
807
|
* @param {object} params Event parameters
|
|
828
|
-
* @param {
|
|
829
|
-
* @param {
|
|
830
|
-
* @param {
|
|
831
|
-
* @param {Core.widget.Container} params.params.event.source The container.
|
|
832
|
-
* @param {boolean} params.params.event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
|
|
808
|
+
* @param {object} params.event Event object
|
|
809
|
+
* @param {Core.widget.Container} params.event.source The container.
|
|
810
|
+
* @param {boolean} params.event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
|
|
833
811
|
*/
|
|
834
812
|
(e: 'dirtyStateChange', params: ((event: { source: Container, dirty: boolean }) => void)|string): void
|
|
835
813
|
/**
|
|
836
814
|
* Triggered when a widget's [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element) is available.
|
|
837
815
|
* @param {string} e Event name
|
|
838
816
|
* @param {object} params Event parameters
|
|
839
|
-
* @param {
|
|
840
|
-
* @param {
|
|
841
|
-
* @param {object} params.params.event Event object
|
|
842
|
-
* @param {HTMLElement} params.params.event.element The Widget's element.
|
|
817
|
+
* @param {object} params.event Event object
|
|
818
|
+
* @param {HTMLElement} params.event.element The Widget's element.
|
|
843
819
|
*/
|
|
844
820
|
(e: 'elementCreated', params: ((event: { element: HTMLElement }) => void)|string): void
|
|
845
821
|
/**
|
|
846
822
|
* Fires when a Panel is expanded using the [collapsible](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-collapsible) setting.
|
|
847
823
|
* @param {string} e Event name
|
|
848
824
|
* @param {object} params Event parameters
|
|
849
|
-
* @param {
|
|
850
|
-
* @param {
|
|
851
|
-
* @param {object} params.params.event Event object
|
|
852
|
-
* @param {Core.widget.Panel} params.params.event.source This Panel.
|
|
825
|
+
* @param {object} params.event Event object
|
|
826
|
+
* @param {Core.widget.Panel} params.event.source This Panel.
|
|
853
827
|
*/
|
|
854
828
|
(e: 'expand', params: ((event: { source: Panel }) => void)|string): void
|
|
855
829
|
/**
|
|
856
830
|
* Fired when focus enters this Widget.
|
|
857
831
|
* @param {string} e Event name
|
|
858
832
|
* @param {object} params Event parameters
|
|
859
|
-
* @param {
|
|
860
|
-
* @param {
|
|
861
|
-
* @param {
|
|
862
|
-
* @param {
|
|
863
|
-
* @param {
|
|
864
|
-
* @param {
|
|
865
|
-
* @param {
|
|
866
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
867
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
833
|
+
* @param {object} params.event Event object
|
|
834
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
835
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
836
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
837
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
838
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
839
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
868
840
|
*/
|
|
869
841
|
(e: 'focusIn', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
870
842
|
/**
|
|
@@ -873,25 +845,21 @@ const emit = defineEmits<{
|
|
|
873
845
|
* will not trigger this event. This is when focus exits this widget completely.
|
|
874
846
|
* @param {string} e Event name
|
|
875
847
|
* @param {object} params Event parameters
|
|
876
|
-
* @param {
|
|
877
|
-
* @param {
|
|
878
|
-
* @param {
|
|
879
|
-
* @param {
|
|
880
|
-
* @param {
|
|
881
|
-
* @param {
|
|
882
|
-
* @param {
|
|
883
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
884
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
848
|
+
* @param {object} params.event Event object
|
|
849
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
850
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
851
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
852
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
853
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
854
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
885
855
|
*/
|
|
886
856
|
(e: 'focusOut', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
887
857
|
/**
|
|
888
858
|
* Triggered after a widget was hidden
|
|
889
859
|
* @param {string} e Event name
|
|
890
860
|
* @param {object} params Event parameters
|
|
891
|
-
* @param {
|
|
892
|
-
* @param {
|
|
893
|
-
* @param {object} params.params.event Event object
|
|
894
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
861
|
+
* @param {object} params.event Event object
|
|
862
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
895
863
|
*/
|
|
896
864
|
(e: 'hide', params: ((event: { source: Widget }) => void)|string): void
|
|
897
865
|
/**
|
|
@@ -900,21 +868,17 @@ const emit = defineEmits<{
|
|
|
900
868
|
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceEditor#event-paint)
|
|
901
869
|
* @param {string} e Event name
|
|
902
870
|
* @param {object} params Event parameters
|
|
903
|
-
* @param {
|
|
904
|
-
* @param {
|
|
905
|
-
* @param {
|
|
906
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being painted.
|
|
907
|
-
* @param {boolean} params.params.event.firstPaint `true` if this is the first paint.
|
|
871
|
+
* @param {object} params.event Event object
|
|
872
|
+
* @param {Core.widget.Widget} params.event.source The widget being painted.
|
|
873
|
+
* @param {boolean} params.event.firstPaint `true` if this is the first paint.
|
|
908
874
|
*/
|
|
909
875
|
(e: 'paint', params: ((event: { source: Widget, firstPaint: boolean }) => void)|string): void
|
|
910
876
|
/**
|
|
911
877
|
* Fired when a Widget's read only state is toggled
|
|
912
878
|
* @param {string} e Event name
|
|
913
879
|
* @param {object} params Event parameters
|
|
914
|
-
* @param {
|
|
915
|
-
* @param {
|
|
916
|
-
* @param {object} params.params.event Event object
|
|
917
|
-
* @param {boolean} params.params.event.readOnly Read only or not
|
|
880
|
+
* @param {object} params.event Event object
|
|
881
|
+
* @param {boolean} params.event.readOnly Read only or not
|
|
918
882
|
*/
|
|
919
883
|
(e: 'readOnly', params: ((event: { readOnly: boolean }) => void)|string): void
|
|
920
884
|
/**
|
|
@@ -926,35 +890,29 @@ const emit = defineEmits<{
|
|
|
926
890
|
* Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
|
|
927
891
|
* @param {string} e Event name
|
|
928
892
|
* @param {object} params Event parameters
|
|
929
|
-
* @param {
|
|
930
|
-
* @param {
|
|
931
|
-
* @param {
|
|
932
|
-
* @param {
|
|
933
|
-
* @param {number} params.
|
|
934
|
-
* @param {number} params.
|
|
935
|
-
* @param {number} params.params.event.oldWidth The old width
|
|
936
|
-
* @param {number} params.params.event.oldHeight The old height
|
|
893
|
+
* @param {object} params.event Event object
|
|
894
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
895
|
+
* @param {number} params.event.width The new width
|
|
896
|
+
* @param {number} params.event.height The new height
|
|
897
|
+
* @param {number} params.event.oldWidth The old width
|
|
898
|
+
* @param {number} params.event.oldHeight The old height
|
|
937
899
|
*/
|
|
938
900
|
(e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
|
|
939
901
|
/**
|
|
940
902
|
* Triggered after a widget is shown.
|
|
941
903
|
* @param {string} e Event name
|
|
942
904
|
* @param {object} params Event parameters
|
|
943
|
-
* @param {
|
|
944
|
-
* @param {
|
|
945
|
-
* @param {object} params.params.event Event object
|
|
946
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
905
|
+
* @param {object} params.event Event object
|
|
906
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
947
907
|
*/
|
|
948
908
|
(e: 'show', params: ((event: { source: Widget }) => void)|string): void
|
|
949
909
|
/**
|
|
950
910
|
* A header [tool](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-tools) has been clicked.
|
|
951
911
|
* @param {string} e Event name
|
|
952
912
|
* @param {object} params Event parameters
|
|
953
|
-
* @param {
|
|
954
|
-
* @param {
|
|
955
|
-
* @param {
|
|
956
|
-
* @param {Core.widget.Tool} params.params.event.source This Panel.
|
|
957
|
-
* @param {Core.widget.Tool} params.params.event.tool The tool which is being clicked.
|
|
913
|
+
* @param {object} params.event Event object
|
|
914
|
+
* @param {Core.widget.Tool} params.event.source This Panel.
|
|
915
|
+
* @param {Core.widget.Tool} params.event.tool The tool which is being clicked.
|
|
958
916
|
*/
|
|
959
917
|
(e: 'toolClick', params: ((event: { source: Tool, tool: Tool }) => void)|string): void
|
|
960
918
|
}>();
|