@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
|
@@ -738,150 +738,122 @@ const emit = defineEmits<{
|
|
|
738
738
|
* May be vetoed by returning `false` from a handler.
|
|
739
739
|
* @param {string} e Event name
|
|
740
740
|
* @param {object} params Event parameters
|
|
741
|
-
* @param {
|
|
742
|
-
* @param {
|
|
743
|
-
* @param {object} params.params.event Event object
|
|
744
|
-
* @param {Core.widget.Popup} params.params.event.source This Popup
|
|
741
|
+
* @param {object} params.event Event object
|
|
742
|
+
* @param {Core.widget.Popup} params.event.source This Popup
|
|
745
743
|
*/
|
|
746
744
|
(e: 'beforeClose', params: ((event: { source: Popup }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
747
745
|
/**
|
|
748
746
|
* Fires before an object is destroyed.
|
|
749
747
|
* @param {string} e Event name
|
|
750
748
|
* @param {object} params Event parameters
|
|
751
|
-
* @param {
|
|
752
|
-
* @param {
|
|
753
|
-
* @param {object} params.params.event Event object
|
|
754
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
749
|
+
* @param {object} params.event Event object
|
|
750
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
755
751
|
*/
|
|
756
752
|
(e: 'beforeDestroy', params: ((event: { source: Base }) => void)|string): void
|
|
757
753
|
/**
|
|
758
754
|
* Triggered before a widget is hidden. Return `false` to prevent the action.
|
|
759
755
|
* @param {string} e Event name
|
|
760
756
|
* @param {object} params Event parameters
|
|
761
|
-
* @param {
|
|
762
|
-
* @param {
|
|
763
|
-
* @param {object} params.params.event Event object
|
|
764
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being hidden.
|
|
757
|
+
* @param {object} params.event Event object
|
|
758
|
+
* @param {Core.widget.Widget} params.event.source The widget being hidden.
|
|
765
759
|
*/
|
|
766
|
-
(e: 'beforeHide', params: ((event: { source: Widget }) =>
|
|
760
|
+
(e: 'beforeHide', params: ((event: { source: Widget }) => boolean|void)|string): boolean|void
|
|
767
761
|
/**
|
|
768
762
|
* Fired before this container will load record values into its child fields. This is useful if you
|
|
769
763
|
* want to modify the UI before data is loaded (e.g. set some input field to be readonly)
|
|
770
764
|
* @param {string} e Event name
|
|
771
765
|
* @param {object} params Event parameters
|
|
772
|
-
* @param {
|
|
773
|
-
* @param {
|
|
774
|
-
* @param {
|
|
775
|
-
* @param {Core.widget.Container} params.params.event.source The container
|
|
776
|
-
* @param {Core.data.Model} params.params.event.record The record
|
|
766
|
+
* @param {object} params.event Event object
|
|
767
|
+
* @param {Core.widget.Container} params.event.source The container
|
|
768
|
+
* @param {Core.data.Model} params.event.record The record
|
|
777
769
|
*/
|
|
778
770
|
(e: 'beforeSetRecord', params: ((event: { source: Container, record: Model }) => void)|string): void
|
|
779
771
|
/**
|
|
780
772
|
* Triggered before a widget is shown. Return `false` to prevent the action.
|
|
781
773
|
* @param {string} e Event name
|
|
782
774
|
* @param {object} params Event parameters
|
|
783
|
-
* @param {
|
|
784
|
-
* @param {
|
|
785
|
-
* @param {object} params.params.event Event object
|
|
786
|
-
* @param {Core.widget.Widget,any} params.params.event.source The widget being shown
|
|
775
|
+
* @param {object} params.event Event object
|
|
776
|
+
* @param {Core.widget.Widget,any} params.event.source The widget being shown
|
|
787
777
|
*/
|
|
788
778
|
(e: 'beforeShow', params: ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
789
779
|
/**
|
|
790
780
|
* Fired before state is applied to the source. Allows editing the state object or preventing the operation.
|
|
791
781
|
* @param {string} e Event name
|
|
792
782
|
* @param {object} params Event parameters
|
|
793
|
-
* @param {
|
|
794
|
-
* @param {
|
|
795
|
-
* @param {object} params.params.event Event object
|
|
796
|
-
* @param {any} params.params.event.state State object config
|
|
783
|
+
* @param {object} params.event Event object
|
|
784
|
+
* @param {any} params.event.state State object config
|
|
797
785
|
*/
|
|
798
|
-
(e: 'beforeStateApply', params: ((event: { state: any }) =>
|
|
786
|
+
(e: 'beforeStateApply', params: ((event: { state: any }) => boolean|void)|string): boolean|void
|
|
799
787
|
/**
|
|
800
788
|
* Fired before state is saved by the StateProvider. Allows editing the state object or preventing the operation.
|
|
801
789
|
* @param {string} e Event name
|
|
802
790
|
* @param {object} params Event parameters
|
|
803
|
-
* @param {
|
|
804
|
-
* @param {
|
|
805
|
-
* @param {object} params.params.event Event object
|
|
806
|
-
* @param {any} params.params.event.state State object config
|
|
791
|
+
* @param {object} params.event Event object
|
|
792
|
+
* @param {any} params.event.state State object config
|
|
807
793
|
*/
|
|
808
|
-
(e: 'beforeStateSave', params: ((event: { state: any }) =>
|
|
794
|
+
(e: 'beforeStateSave', params: ((event: { state: any }) => boolean|void)|string): boolean|void
|
|
809
795
|
/**
|
|
810
796
|
* Fires when any other event is fired from the object.
|
|
811
797
|
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/CalendarEditor#event-catchAll)
|
|
812
798
|
* @param {string} e Event name
|
|
813
799
|
* @param {object} params Event parameters
|
|
814
|
-
* @param {
|
|
815
|
-
* @param {
|
|
816
|
-
* @param {
|
|
817
|
-
* @param {{[key: string]: any, type: string}} params.params.event.event The Object that contains event details
|
|
818
|
-
* @param {string} params.params.event.event.type The type of the event which is caught by the listener
|
|
800
|
+
* @param {object} params.event Event object
|
|
801
|
+
* @param {{[key: string]: any, type: string}} params.event.event The Object that contains event details
|
|
802
|
+
* @param {string} params.event.event.type The type of the event which is caught by the listener
|
|
819
803
|
*/
|
|
820
804
|
(e: 'catchAll', params: ((event: {[key: string]: any, type: string}) => void)|string): void
|
|
821
805
|
/**
|
|
822
806
|
* Fires when a Panel is collapsed using the [collapsible](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-collapsible) setting.
|
|
823
807
|
* @param {string} e Event name
|
|
824
808
|
* @param {object} params Event parameters
|
|
825
|
-
* @param {
|
|
826
|
-
* @param {
|
|
827
|
-
* @param {object} params.params.event Event object
|
|
828
|
-
* @param {Core.widget.Panel} params.params.event.source This Panel.
|
|
809
|
+
* @param {object} params.event Event object
|
|
810
|
+
* @param {Core.widget.Panel} params.event.source This Panel.
|
|
829
811
|
*/
|
|
830
812
|
(e: 'collapse', params: ((event: { source: Panel }) => void)|string): void
|
|
831
813
|
/**
|
|
832
814
|
* Fires when an object is destroyed.
|
|
833
815
|
* @param {string} e Event name
|
|
834
816
|
* @param {object} params Event parameters
|
|
835
|
-
* @param {
|
|
836
|
-
* @param {
|
|
837
|
-
* @param {object} params.params.event Event object
|
|
838
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
817
|
+
* @param {object} params.event Event object
|
|
818
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
839
819
|
*/
|
|
840
820
|
(e: 'destroy', params: ((event: { source: Base }) => void)|string): void
|
|
841
821
|
/**
|
|
842
822
|
* 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
|
|
843
823
|
* @param {string} e Event name
|
|
844
824
|
* @param {object} params Event parameters
|
|
845
|
-
* @param {
|
|
846
|
-
* @param {
|
|
847
|
-
* @param {
|
|
848
|
-
* @param {Core.widget.Container} params.params.event.source The container.
|
|
849
|
-
* @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.
|
|
825
|
+
* @param {object} params.event Event object
|
|
826
|
+
* @param {Core.widget.Container} params.event.source The container.
|
|
827
|
+
* @param {boolean} params.event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
|
|
850
828
|
*/
|
|
851
829
|
(e: 'dirtyStateChange', params: ((event: { source: Container, dirty: boolean }) => void)|string): void
|
|
852
830
|
/**
|
|
853
831
|
* Triggered when a widget's [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element) is available.
|
|
854
832
|
* @param {string} e Event name
|
|
855
833
|
* @param {object} params Event parameters
|
|
856
|
-
* @param {
|
|
857
|
-
* @param {
|
|
858
|
-
* @param {object} params.params.event Event object
|
|
859
|
-
* @param {HTMLElement} params.params.event.element The Widget's element.
|
|
834
|
+
* @param {object} params.event Event object
|
|
835
|
+
* @param {HTMLElement} params.event.element The Widget's element.
|
|
860
836
|
*/
|
|
861
837
|
(e: 'elementCreated', params: ((event: { element: HTMLElement }) => void)|string): void
|
|
862
838
|
/**
|
|
863
839
|
* Fires when a Panel is expanded using the [collapsible](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-collapsible) setting.
|
|
864
840
|
* @param {string} e Event name
|
|
865
841
|
* @param {object} params Event parameters
|
|
866
|
-
* @param {
|
|
867
|
-
* @param {
|
|
868
|
-
* @param {object} params.params.event Event object
|
|
869
|
-
* @param {Core.widget.Panel} params.params.event.source This Panel.
|
|
842
|
+
* @param {object} params.event Event object
|
|
843
|
+
* @param {Core.widget.Panel} params.event.source This Panel.
|
|
870
844
|
*/
|
|
871
845
|
(e: 'expand', params: ((event: { source: Panel }) => void)|string): void
|
|
872
846
|
/**
|
|
873
847
|
* Fired when focus enters this Widget.
|
|
874
848
|
* @param {string} e Event name
|
|
875
849
|
* @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.
|
|
850
|
+
* @param {object} params.event Event object
|
|
851
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
852
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
853
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
854
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
855
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
856
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
885
857
|
*/
|
|
886
858
|
(e: 'focusIn', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
887
859
|
/**
|
|
@@ -890,25 +862,21 @@ const emit = defineEmits<{
|
|
|
890
862
|
* will not trigger this event. This is when focus exits this widget completely.
|
|
891
863
|
* @param {string} e Event name
|
|
892
864
|
* @param {object} params Event parameters
|
|
893
|
-
* @param {
|
|
894
|
-
* @param {
|
|
895
|
-
* @param {
|
|
896
|
-
* @param {
|
|
897
|
-
* @param {
|
|
898
|
-
* @param {
|
|
899
|
-
* @param {
|
|
900
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
901
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
865
|
+
* @param {object} params.event Event object
|
|
866
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
867
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
868
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
869
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
870
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
871
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
902
872
|
*/
|
|
903
873
|
(e: 'focusOut', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
904
874
|
/**
|
|
905
875
|
* Triggered after a widget was hidden
|
|
906
876
|
* @param {string} e Event name
|
|
907
877
|
* @param {object} params Event parameters
|
|
908
|
-
* @param {
|
|
909
|
-
* @param {
|
|
910
|
-
* @param {object} params.params.event Event object
|
|
911
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
878
|
+
* @param {object} params.event Event object
|
|
879
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
912
880
|
*/
|
|
913
881
|
(e: 'hide', params: ((event: { source: Widget }) => void)|string): void
|
|
914
882
|
/**
|
|
@@ -917,21 +885,17 @@ const emit = defineEmits<{
|
|
|
917
885
|
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/CalendarEditor#event-paint)
|
|
918
886
|
* @param {string} e Event name
|
|
919
887
|
* @param {object} params Event parameters
|
|
920
|
-
* @param {
|
|
921
|
-
* @param {
|
|
922
|
-
* @param {
|
|
923
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being painted.
|
|
924
|
-
* @param {boolean} params.params.event.firstPaint `true` if this is the first paint.
|
|
888
|
+
* @param {object} params.event Event object
|
|
889
|
+
* @param {Core.widget.Widget} params.event.source The widget being painted.
|
|
890
|
+
* @param {boolean} params.event.firstPaint `true` if this is the first paint.
|
|
925
891
|
*/
|
|
926
892
|
(e: 'paint', params: ((event: { source: Widget, firstPaint: boolean }) => void)|string): void
|
|
927
893
|
/**
|
|
928
894
|
* Fired when a Widget's read only state is toggled
|
|
929
895
|
* @param {string} e Event name
|
|
930
896
|
* @param {object} params Event parameters
|
|
931
|
-
* @param {
|
|
932
|
-
* @param {
|
|
933
|
-
* @param {object} params.params.event Event object
|
|
934
|
-
* @param {boolean} params.params.event.readOnly Read only or not
|
|
897
|
+
* @param {object} params.event Event object
|
|
898
|
+
* @param {boolean} params.event.readOnly Read only or not
|
|
935
899
|
*/
|
|
936
900
|
(e: 'readOnly', params: ((event: { readOnly: boolean }) => void)|string): void
|
|
937
901
|
/**
|
|
@@ -943,35 +907,29 @@ const emit = defineEmits<{
|
|
|
943
907
|
* 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`*.
|
|
944
908
|
* @param {string} e Event name
|
|
945
909
|
* @param {object} params Event parameters
|
|
946
|
-
* @param {
|
|
947
|
-
* @param {
|
|
948
|
-
* @param {
|
|
949
|
-
* @param {
|
|
950
|
-
* @param {number} params.
|
|
951
|
-
* @param {number} params.
|
|
952
|
-
* @param {number} params.params.event.oldWidth The old width
|
|
953
|
-
* @param {number} params.params.event.oldHeight The old height
|
|
910
|
+
* @param {object} params.event Event object
|
|
911
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
912
|
+
* @param {number} params.event.width The new width
|
|
913
|
+
* @param {number} params.event.height The new height
|
|
914
|
+
* @param {number} params.event.oldWidth The old width
|
|
915
|
+
* @param {number} params.event.oldHeight The old height
|
|
954
916
|
*/
|
|
955
917
|
(e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
|
|
956
918
|
/**
|
|
957
919
|
* Triggered after a widget is shown.
|
|
958
920
|
* @param {string} e Event name
|
|
959
921
|
* @param {object} params Event parameters
|
|
960
|
-
* @param {
|
|
961
|
-
* @param {
|
|
962
|
-
* @param {object} params.params.event Event object
|
|
963
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
922
|
+
* @param {object} params.event Event object
|
|
923
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
964
924
|
*/
|
|
965
925
|
(e: 'show', params: ((event: { source: Widget }) => void)|string): void
|
|
966
926
|
/**
|
|
967
927
|
* A header [tool](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-tools) has been clicked.
|
|
968
928
|
* @param {string} e Event name
|
|
969
929
|
* @param {object} params Event parameters
|
|
970
|
-
* @param {
|
|
971
|
-
* @param {
|
|
972
|
-
* @param {
|
|
973
|
-
* @param {Core.widget.Tool} params.params.event.source This Panel.
|
|
974
|
-
* @param {Core.widget.Tool} params.params.event.tool The tool which is being clicked.
|
|
930
|
+
* @param {object} params.event Event object
|
|
931
|
+
* @param {Core.widget.Tool} params.event.source This Panel.
|
|
932
|
+
* @param {Core.widget.Tool} params.event.tool The tool which is being clicked.
|
|
975
933
|
*/
|
|
976
934
|
(e: 'toolClick', params: ((event: { source: Tool, tool: Tool }) => void)|string): void
|
|
977
935
|
}>();
|