quasar-factory-lib 0.1.4 → 0.1.6

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.
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -70,6 +70,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  type: BooleanConstructor;
71
71
  default: boolean;
72
72
  };
73
+ rowsPerPageOptions: {
74
+ type: ArrayConstructor;
75
+ default: () => number[];
76
+ };
73
77
  }>, {}, {
74
78
  selected: never[];
75
79
  filter: string;
@@ -126,7 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
126
130
  }): any;
127
131
  getAdvancedFilterColumns(): void;
128
132
  handleInfiniteScrollTableCompositionAPi(): void;
129
- }, 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<{
133
+ }, 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" | "onClickRowBtnPrintOP")[], "onSelectVisibleColumns" | "onClickButton" | "onClickIconToolTip" | "onSaveValuePopupEdit" | "onUpdateBasicCheckboxValue" | "onUpdateCustomizedCheckboxValue" | "modifyPriorityOrder" | "storeUpdated" | "deleteItem" | "openModalWithTable" | "setItemNotFound" | "onClickSeeTaskDetails" | "startMaintenanceTicket" | "pauseMaintenanceTicket" | "finishMaintenanceTicket" | "onRowClick" | "onUpdateSelected" | "setLineRemainingQty" | "setLineNoStock" | "onDoneLineMaintenanceTasks" | "reprintSULabel" | "onDragStart" | "onDragUpdate" | "onDragEnd" | "onClickRowBtnPrintOP", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
130
134
  columns: {
131
135
  type: () => object[];
132
136
  required: true;
@@ -198,6 +202,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
198
202
  type: BooleanConstructor;
199
203
  default: boolean;
200
204
  };
205
+ rowsPerPageOptions: {
206
+ type: ArrayConstructor;
207
+ default: () => number[];
208
+ };
201
209
  }>> & Readonly<{
202
210
  onOnSelectVisibleColumns?: ((...args: any[]) => any) | undefined;
203
211
  onOnClickButton?: ((...args: any[]) => any) | undefined;
@@ -223,6 +231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
223
231
  onOnDragStart?: ((...args: any[]) => any) | undefined;
224
232
  onOnDragUpdate?: ((...args: any[]) => any) | undefined;
225
233
  onOnDragEnd?: ((...args: any[]) => any) | undefined;
234
+ onOnClickRowBtnPrintOP?: ((...args: any[]) => any) | undefined;
226
235
  }>, {
227
236
  selectionType: "none" | "multiple" | "single";
228
237
  popupEditNumberOptions: unknown[];
@@ -237,6 +246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
237
246
  additionalFilterConditions: Function;
238
247
  additionalSortConditions: Function;
239
248
  showIconAdvancedFilter: boolean;
249
+ rowsPerPageOptions: unknown[];
240
250
  }, {}, {
241
251
  TableSlotHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
242
252
  tableProps: {