quasar-factory-lib 0.0.88 → 0.0.89

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.
@@ -125,7 +125,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
125
125
  prepared: boolean;
126
126
  }): any;
127
127
  getAdvancedFilterColumns(): void;
128
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
128
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
129
129
  columns: {
130
130
  type: () => object[];
131
131
  required: true;
@@ -218,6 +218,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
218
218
  onSetLineNoStock?: ((...args: any[]) => any) | undefined;
219
219
  onOnDoneLineMaintenanceTasks?: ((...args: any[]) => any) | undefined;
220
220
  onReprintSULabel?: ((...args: any[]) => any) | undefined;
221
+ onOnDragStart?: ((...args: any[]) => any) | undefined;
222
+ onOnDragUpdate?: ((...args: any[]) => any) | undefined;
223
+ onOnDragEnd?: ((...args: any[]) => any) | undefined;
221
224
  }>, {
222
225
  selectionType: "none" | "multiple" | "single";
223
226
  popupEditNumberOptions: unknown[];
@@ -653,7 +656,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
653
656
  }): boolean;
654
657
  getBtnDisabled(tablePropsData: any, col: any): any;
655
658
  getButtonColor(tablePropsData: any, col: any): string;
656
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
659
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
657
660
  tableProps: {
658
661
  type: ObjectConstructor;
659
662
  required: true;
@@ -672,6 +675,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
672
675
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
673
676
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
674
677
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
678
+ onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
675
679
  }>, {
676
680
  selectionType: string;
677
681
  getCellClass: Function;
@@ -1077,7 +1081,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1077
1081
  }): boolean;
1078
1082
  getBtnDisabled(tablePropsData: any, col: any): any;
1079
1083
  getButtonColor(tablePropsData: any, col: any): string;
1080
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1084
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1081
1085
  tableProps: {
1082
1086
  type: ObjectConstructor;
1083
1087
  required: true;
@@ -1099,6 +1103,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1099
1103
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
1100
1104
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
1101
1105
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
1106
+ onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
1102
1107
  onOnClickIcon?: ((...args: any[]) => any) | undefined;
1103
1108
  }>, {
1104
1109
  selectionType: string;
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  }): boolean;
26
26
  getBtnDisabled(tablePropsData: any, col: any): any;
27
27
  getButtonColor(tablePropsData: any, col: any): string;
28
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  tableProps: {
30
30
  type: ObjectConstructor;
31
31
  required: true;
@@ -44,6 +44,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
44
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
45
45
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
46
46
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
47
+ onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
47
48
  }>, {
48
49
  selectionType: string;
49
50
  getCellClass: Function;
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  }): boolean;
30
30
  getBtnDisabled(tablePropsData: any, col: any): any;
31
31
  getButtonColor(tablePropsData: any, col: any): string;
32
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
33
  tableProps: {
34
34
  type: ObjectConstructor;
35
35
  required: true;
@@ -51,6 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
51
51
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
52
52
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
53
53
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
54
+ onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
54
55
  onOnClickIcon?: ((...args: any[]) => any) | undefined;
55
56
  }>, {
56
57
  selectionType: string;
@@ -533,7 +533,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
533
533
  prepared: boolean;
534
534
  }): any;
535
535
  getAdvancedFilterColumns(): void;
536
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
536
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
537
537
  columns: {
538
538
  type: () => object[];
539
539
  required: true;
@@ -626,6 +626,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
626
626
  onSetLineNoStock?: ((...args: any[]) => any) | undefined;
627
627
  onOnDoneLineMaintenanceTasks?: ((...args: any[]) => any) | undefined;
628
628
  onReprintSULabel?: ((...args: any[]) => any) | undefined;
629
+ onOnDragStart?: ((...args: any[]) => any) | undefined;
630
+ onOnDragUpdate?: ((...args: any[]) => any) | undefined;
631
+ onOnDragEnd?: ((...args: any[]) => any) | undefined;
629
632
  }>, {
630
633
  selectionType: "none" | "multiple" | "single";
631
634
  popupEditNumberOptions: unknown[];
@@ -1061,7 +1064,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1061
1064
  }): boolean;
1062
1065
  getBtnDisabled(tablePropsData: any, col: any): any;
1063
1066
  getButtonColor(tablePropsData: any, col: any): string;
1064
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1067
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1065
1068
  tableProps: {
1066
1069
  type: ObjectConstructor;
1067
1070
  required: true;
@@ -1080,6 +1083,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1080
1083
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
1081
1084
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
1082
1085
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
1086
+ onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
1083
1087
  }>, {
1084
1088
  selectionType: string;
1085
1089
  getCellClass: Function;
@@ -1485,7 +1489,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1485
1489
  }): boolean;
1486
1490
  getBtnDisabled(tablePropsData: any, col: any): any;
1487
1491
  getButtonColor(tablePropsData: any, col: any): string;
1488
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1492
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1489
1493
  tableProps: {
1490
1494
  type: ObjectConstructor;
1491
1495
  required: true;
@@ -1507,6 +1511,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1507
1511
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
1508
1512
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
1509
1513
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
1514
+ onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
1510
1515
  onOnClickIcon?: ((...args: any[]) => any) | undefined;
1511
1516
  }>, {
1512
1517
  selectionType: string;
@@ -679,7 +679,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
679
679
  prepared: boolean;
680
680
  }): any;
681
681
  getAdvancedFilterColumns(): void;
682
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
682
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
683
683
  columns: {
684
684
  type: () => object[];
685
685
  required: true;
@@ -772,6 +772,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
772
772
  onSetLineNoStock?: ((...args: any[]) => any) | undefined;
773
773
  onOnDoneLineMaintenanceTasks?: ((...args: any[]) => any) | undefined;
774
774
  onReprintSULabel?: ((...args: any[]) => any) | undefined;
775
+ onOnDragStart?: ((...args: any[]) => any) | undefined;
776
+ onOnDragUpdate?: ((...args: any[]) => any) | undefined;
777
+ onOnDragEnd?: ((...args: any[]) => any) | undefined;
775
778
  }>, {
776
779
  selectionType: "none" | "multiple" | "single";
777
780
  popupEditNumberOptions: unknown[];
@@ -1207,7 +1210,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1207
1210
  }): boolean;
1208
1211
  getBtnDisabled(tablePropsData: any, col: any): any;
1209
1212
  getButtonColor(tablePropsData: any, col: any): string;
1210
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1213
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1211
1214
  tableProps: {
1212
1215
  type: ObjectConstructor;
1213
1216
  required: true;
@@ -1226,6 +1229,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1226
1229
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
1227
1230
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
1228
1231
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
1232
+ onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
1229
1233
  }>, {
1230
1234
  selectionType: string;
1231
1235
  getCellClass: Function;
@@ -1631,7 +1635,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1631
1635
  }): boolean;
1632
1636
  getBtnDisabled(tablePropsData: any, col: any): any;
1633
1637
  getButtonColor(tablePropsData: any, col: any): string;
1634
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1638
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "onClickIcon")[], "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "onClickIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1635
1639
  tableProps: {
1636
1640
  type: ObjectConstructor;
1637
1641
  required: true;
@@ -1653,6 +1657,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
1653
1657
  onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
1654
1658
  onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
1655
1659
  onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
1660
+ onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
1656
1661
  onOnClickIcon?: ((...args: any[]) => any) | undefined;
1657
1662
  }>, {
1658
1663
  selectionType: string;
@@ -10402,7 +10402,7 @@ const km = /* @__PURE__ */ ot(fb, [["render", mb]]), vb = {
10402
10402
  };
10403
10403
  function hb(e, t, n, o, a, l) {
10404
10404
  return K(), se(gm, {
10405
- class: po(["cursor-pointer q-pt-sm q-pb-sm", n.badgeColor]),
10405
+ class: po(["cursor-pointer q-pt-xs q-pb-xs", n.badgeColor]),
10406
10406
  "data-cy": "badge" + n.dataCy,
10407
10407
  "text-color": n.badgeTextColor,
10408
10408
  outline: n.badgeOutline,
@@ -10497,7 +10497,8 @@ const Dm = /* @__PURE__ */ ot(gb, [["render", pb]]), _b = {
10497
10497
  "onUpdateBasicCheckboxValue",
10498
10498
  "onClickButton",
10499
10499
  "onUpdateCustomizedCheckboxValue",
10500
- "onClickIconToolTip"
10500
+ "onClickIconToolTip",
10501
+ "modifyPriorityOrder"
10501
10502
  ],
10502
10503
  data() {
10503
10504
  return {
@@ -10676,7 +10677,8 @@ const Eb = /* @__PURE__ */ ot(_b, [["render", yb]]), Sb = {
10676
10677
  "onClickButton",
10677
10678
  "onUpdateCustomizedCheckboxValue",
10678
10679
  "onClickIcon",
10679
- "onClickIconToolTip"
10680
+ "onClickIconToolTip",
10681
+ "modifyPriorityOrder"
10680
10682
  ],
10681
10683
  data() {
10682
10684
  return {
@@ -12930,7 +12932,10 @@ const B0 = On({
12930
12932
  "setLineRemainingQty",
12931
12933
  "setLineNoStock",
12932
12934
  "onDoneLineMaintenanceTasks",
12933
- "reprintSULabel"
12935
+ "reprintSULabel",
12936
+ "onDragStart",
12937
+ "onDragUpdate",
12938
+ "onDragEnd"
12934
12939
  ],
12935
12940
  data() {
12936
12941
  return {
@@ -13006,16 +13011,15 @@ const B0 = On({
13006
13011
  this.tableRef && (this.draggableInstance = Km(this.tableRef, this.rows, {
13007
13012
  animation: 100,
13008
13013
  delay: e.dragAndDropDelay,
13009
- onStart() {
13010
- console.log("start");
13014
+ onStart(t) {
13015
+ e.$emit("onDragStart", t);
13011
13016
  },
13012
13017
  onUpdate(t) {
13013
- console.log(t, "onUpdate");
13014
13018
  const { oldIndex: n, newIndex: o } = t;
13015
- console.log(n, o, e.rows), e.rowsData = [...e.rows];
13019
+ console.log(n, o, e.rows), e.rowsData = [...e.rows], e.$emit("onDragUpdate", t);
13016
13020
  },
13017
13021
  onEnd(t) {
13018
- console.log(t, "end drag");
13022
+ e.$emit("onDragEnd", t);
13019
13023
  }
13020
13024
  }));
13021
13025
  },