quasar-factory-lib 0.0.90 → 0.0.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Table/Table.vue.d.ts +2 -2
- package/dist/layouts/PdaLayout.vue.d.ts +2 -2
- package/dist/pages/TablePage.vue.d.ts +2 -2
- package/dist/quasar-factory-lib.js +1274 -1277
- package/dist/quasar-factory-lib.umd.cjs +8 -8
- package/package.json +1 -1
- package/src/components/Table/Table.vue +4 -9
- package/src/layouts/PdaLayout.vue +1 -1
|
@@ -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" | "onDragStart" | "onDragUpdate" | "onDragEnd"
|
|
128
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "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;
|
|
@@ -204,6 +204,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
204
|
onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
|
|
205
205
|
onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
|
|
206
206
|
onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
|
|
207
|
+
onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
|
|
207
208
|
onStoreUpdated?: ((...args: any[]) => any) | undefined;
|
|
208
209
|
onDeleteItem?: ((...args: any[]) => any) | undefined;
|
|
209
210
|
onOpenModalWithTable?: ((...args: any[]) => any) | undefined;
|
|
@@ -221,7 +222,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
221
222
|
onOnDragStart?: ((...args: any[]) => any) | undefined;
|
|
222
223
|
onOnDragUpdate?: ((...args: any[]) => any) | undefined;
|
|
223
224
|
onOnDragEnd?: ((...args: any[]) => any) | undefined;
|
|
224
|
-
"onModifyPriorityOrder\""?: ((...args: any[]) => any) | undefined;
|
|
225
225
|
}>, {
|
|
226
226
|
selectionType: "none" | "multiple" | "single";
|
|
227
227
|
popupEditNumberOptions: unknown[];
|
|
@@ -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" | "onDragStart" | "onDragUpdate" | "onDragEnd"
|
|
536
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "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;
|
|
@@ -612,6 +612,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
612
612
|
onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
|
|
613
613
|
onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
|
|
614
614
|
onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
|
|
615
|
+
onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
|
|
615
616
|
onStoreUpdated?: ((...args: any[]) => any) | undefined;
|
|
616
617
|
onDeleteItem?: ((...args: any[]) => any) | undefined;
|
|
617
618
|
onOpenModalWithTable?: ((...args: any[]) => any) | undefined;
|
|
@@ -629,7 +630,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
629
630
|
onOnDragStart?: ((...args: any[]) => any) | undefined;
|
|
630
631
|
onOnDragUpdate?: ((...args: any[]) => any) | undefined;
|
|
631
632
|
onOnDragEnd?: ((...args: any[]) => any) | undefined;
|
|
632
|
-
"onModifyPriorityOrder\""?: ((...args: any[]) => any) | undefined;
|
|
633
633
|
}>, {
|
|
634
634
|
selectionType: "none" | "multiple" | "single";
|
|
635
635
|
popupEditNumberOptions: unknown[];
|
|
@@ -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" | "onDragStart" | "onDragUpdate" | "onDragEnd"
|
|
682
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "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;
|
|
@@ -758,6 +758,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
758
758
|
onOnSaveValuePopupEdit?: ((...args: any[]) => any) | undefined;
|
|
759
759
|
onOnUpdateBasicCheckboxValue?: ((...args: any[]) => any) | undefined;
|
|
760
760
|
onOnUpdateCustomizedCheckboxValue?: ((...args: any[]) => any) | undefined;
|
|
761
|
+
onModifyPriorityOrder?: ((...args: any[]) => any) | undefined;
|
|
761
762
|
onStoreUpdated?: ((...args: any[]) => any) | undefined;
|
|
762
763
|
onDeleteItem?: ((...args: any[]) => any) | undefined;
|
|
763
764
|
onOpenModalWithTable?: ((...args: any[]) => any) | undefined;
|
|
@@ -775,7 +776,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
775
776
|
onOnDragStart?: ((...args: any[]) => any) | undefined;
|
|
776
777
|
onOnDragUpdate?: ((...args: any[]) => any) | undefined;
|
|
777
778
|
onOnDragEnd?: ((...args: any[]) => any) | undefined;
|
|
778
|
-
"onModifyPriorityOrder\""?: ((...args: any[]) => any) | undefined;
|
|
779
779
|
}>, {
|
|
780
780
|
selectionType: "none" | "multiple" | "single";
|
|
781
781
|
popupEditNumberOptions: unknown[];
|