quasar-factory-lib 0.1.7 → 0.1.8

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;
@@ -0,0 +1,7 @@
1
+ import type { Plugin } from 'vue';
2
+ import SkeletonAreas from './SkeletonAreas.vue';
3
+ /** export SkeletonAreas plugin */
4
+ declare const _default: Plugin;
5
+ export default _default;
6
+ /** export SkeletonAreas components */
7
+ export { SkeletonAreas as SkeletonAreas };
@@ -130,7 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
130
130
  }): any;
131
131
  getAdvancedFilterColumns(): void;
132
132
  handleInfiniteScrollTableCompositionAPi(): void;
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<{
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" | "getPOFromWorkCenter" | "getProductionTimesMachineCenter" | "operatorMachineAssignmentAssignMachine" | "operatorMachineAssignmentSetDate" | "operatorMachineAssignmentSetPartialMachineCenter" | "operatorMachineAssignmentSeeDetail")[], "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" | "getPOFromWorkCenter" | "getProductionTimesMachineCenter" | "operatorMachineAssignmentAssignMachine" | "operatorMachineAssignmentSetDate" | "operatorMachineAssignmentSetPartialMachineCenter" | "operatorMachineAssignmentSeeDetail", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
134
134
  columns: {
135
135
  type: () => object[];
136
136
  required: true;
@@ -232,6 +232,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
232
232
  onOnDragUpdate?: ((...args: any[]) => any) | undefined;
233
233
  onOnDragEnd?: ((...args: any[]) => any) | undefined;
234
234
  onOnClickRowBtnPrintOP?: ((...args: any[]) => any) | undefined;
235
+ onGetPOFromWorkCenter?: ((...args: any[]) => any) | undefined;
236
+ onGetProductionTimesMachineCenter?: ((...args: any[]) => any) | undefined;
237
+ onOperatorMachineAssignmentAssignMachine?: ((...args: any[]) => any) | undefined;
238
+ onOperatorMachineAssignmentSetDate?: ((...args: any[]) => any) | undefined;
239
+ onOperatorMachineAssignmentSetPartialMachineCenter?: ((...args: any[]) => any) | undefined;
240
+ onOperatorMachineAssignmentSeeDetail?: ((...args: any[]) => any) | undefined;
235
241
  }>, {
236
242
  selectionType: "none" | "multiple" | "single";
237
243
  popupEditNumberOptions: unknown[];
@@ -7,3 +7,4 @@ export * from './TableRowsCounter';
7
7
  export * from './NavBarSkeleton';
8
8
  export * from './AlertLabelsWithError';
9
9
  export * from './FormSkeleton';
10
+ export * from './SkeletonAreas';
@@ -7,4 +7,5 @@ import TableRowsCounter from './TableRowsCounter';
7
7
  import NavBarSkeleton from './NavBarSkeleton';
8
8
  import AlertLabelsWithError from './AlertLabelsWithError';
9
9
  import FormSkeleton from './FormSkeleton';
10
- export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertLabelsWithError, FormSkeleton };
10
+ import SkeletonAreas from './SkeletonAreas';
11
+ export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertLabelsWithError, FormSkeleton, SkeletonAreas };
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import '@quasar/extras/material-icons/material-icons.css';
2
2
  import { Plugin } from 'vue';
3
3
  import TranslateKeys from './i18n/translateKeys.ts';
4
- export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertLabelsWithError, FormSkeleton } from './components/index.ts';
4
+ export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertLabelsWithError, FormSkeleton, SkeletonAreas } from './components/index.ts';
5
5
  export type { TranslateKeys };
6
6
  export * from './i18n/messages.js';
7
7
  export * from './utils';
@@ -22,6 +22,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
22
22
  showBasicCheckbox?: undefined;
23
23
  checkBoxDataCy?: undefined;
24
24
  showCustomizedIcon?: undefined;
25
+ customizedIconNameCaseTrue?: undefined;
26
+ customizedIconNameCaseFalse?: undefined;
27
+ customizedIconColorCaseTrue?: undefined;
28
+ customizedIconColorCaseFalse?: undefined;
25
29
  field?: undefined;
26
30
  editable?: undefined;
27
31
  showEditIcon?: undefined;
@@ -52,6 +56,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
52
56
  type: string;
53
57
  checkBoxDataCy: string;
54
58
  showCustomizedIcon?: undefined;
59
+ customizedIconNameCaseTrue?: undefined;
60
+ customizedIconNameCaseFalse?: undefined;
61
+ customizedIconColorCaseTrue?: undefined;
62
+ customizedIconColorCaseFalse?: undefined;
55
63
  field?: undefined;
56
64
  editable?: undefined;
57
65
  showEditIcon?: undefined;
@@ -80,6 +88,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
80
88
  sortable: boolean;
81
89
  showCustomizedIcon: boolean;
82
90
  type: string;
91
+ customizedIconNameCaseTrue: string;
92
+ customizedIconNameCaseFalse: string;
93
+ customizedIconColorCaseTrue: string;
94
+ customizedIconColorCaseFalse: string;
83
95
  showBasicCheckbox?: undefined;
84
96
  checkBoxDataCy?: undefined;
85
97
  field?: undefined;
@@ -120,6 +132,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
120
132
  showBasicCheckbox?: undefined;
121
133
  checkBoxDataCy?: undefined;
122
134
  showCustomizedIcon?: undefined;
135
+ customizedIconNameCaseTrue?: undefined;
136
+ customizedIconNameCaseFalse?: undefined;
137
+ customizedIconColorCaseTrue?: undefined;
138
+ customizedIconColorCaseFalse?: undefined;
123
139
  showCustomizedButton?: undefined;
124
140
  btnIcon?: undefined;
125
141
  btnEmit?: undefined;
@@ -148,6 +164,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
148
164
  showBasicCheckbox?: undefined;
149
165
  checkBoxDataCy?: undefined;
150
166
  showCustomizedIcon?: undefined;
167
+ customizedIconNameCaseTrue?: undefined;
168
+ customizedIconNameCaseFalse?: undefined;
169
+ customizedIconColorCaseTrue?: undefined;
170
+ customizedIconColorCaseFalse?: undefined;
151
171
  editable?: undefined;
152
172
  showEditIcon?: undefined;
153
173
  popupEditEmit?: undefined;
@@ -178,6 +198,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
178
198
  showBasicCheckbox?: undefined;
179
199
  checkBoxDataCy?: undefined;
180
200
  showCustomizedIcon?: undefined;
201
+ customizedIconNameCaseTrue?: undefined;
202
+ customizedIconNameCaseFalse?: undefined;
203
+ customizedIconColorCaseTrue?: undefined;
204
+ customizedIconColorCaseFalse?: undefined;
181
205
  showEditIcon?: undefined;
182
206
  mask?: undefined;
183
207
  showSelectNumberOptions?: undefined;
@@ -208,6 +232,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
208
232
  align?: undefined;
209
233
  showBasicCheckbox?: undefined;
210
234
  showCustomizedIcon?: undefined;
235
+ customizedIconNameCaseTrue?: undefined;
236
+ customizedIconNameCaseFalse?: undefined;
237
+ customizedIconColorCaseTrue?: undefined;
238
+ customizedIconColorCaseFalse?: undefined;
211
239
  editable?: undefined;
212
240
  showEditIcon?: undefined;
213
241
  popupEditEmit?: undefined;
@@ -239,6 +267,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
239
267
  showBasicCheckbox?: undefined;
240
268
  checkBoxDataCy?: undefined;
241
269
  showCustomizedIcon?: undefined;
270
+ customizedIconNameCaseTrue?: undefined;
271
+ customizedIconNameCaseFalse?: undefined;
272
+ customizedIconColorCaseTrue?: undefined;
273
+ customizedIconColorCaseFalse?: undefined;
242
274
  mask?: undefined;
243
275
  showSelectNumberOptions?: undefined;
244
276
  showCustomizedButton?: undefined;
@@ -263,6 +295,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
263
295
  showBasicCheckbox?: undefined;
264
296
  checkBoxDataCy?: undefined;
265
297
  showCustomizedIcon?: undefined;
298
+ customizedIconNameCaseTrue?: undefined;
299
+ customizedIconNameCaseFalse?: undefined;
300
+ customizedIconColorCaseTrue?: undefined;
301
+ customizedIconColorCaseFalse?: undefined;
266
302
  editable?: undefined;
267
303
  showEditIcon?: undefined;
268
304
  popupEditEmit?: undefined;
@@ -293,6 +329,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
293
329
  showBasicCheckbox?: undefined;
294
330
  checkBoxDataCy?: undefined;
295
331
  showCustomizedIcon?: undefined;
332
+ customizedIconNameCaseTrue?: undefined;
333
+ customizedIconNameCaseFalse?: undefined;
334
+ customizedIconColorCaseTrue?: undefined;
335
+ customizedIconColorCaseFalse?: undefined;
296
336
  editable?: undefined;
297
337
  showEditIcon?: undefined;
298
338
  popupEditEmit?: undefined;
@@ -538,7 +578,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
538
578
  }): any;
539
579
  getAdvancedFilterColumns(): void;
540
580
  handleInfiniteScrollTableCompositionAPi(): void;
541
- }, 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<{
581
+ }, 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" | "getPOFromWorkCenter" | "getProductionTimesMachineCenter" | "operatorMachineAssignmentAssignMachine" | "operatorMachineAssignmentSetDate" | "operatorMachineAssignmentSetPartialMachineCenter" | "operatorMachineAssignmentSeeDetail")[], "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" | "getPOFromWorkCenter" | "getProductionTimesMachineCenter" | "operatorMachineAssignmentAssignMachine" | "operatorMachineAssignmentSetDate" | "operatorMachineAssignmentSetPartialMachineCenter" | "operatorMachineAssignmentSeeDetail", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
542
582
  columns: {
543
583
  type: () => object[];
544
584
  required: true;
@@ -640,6 +680,12 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
640
680
  onOnDragUpdate?: ((...args: any[]) => any) | undefined;
641
681
  onOnDragEnd?: ((...args: any[]) => any) | undefined;
642
682
  onOnClickRowBtnPrintOP?: ((...args: any[]) => any) | undefined;
683
+ onGetPOFromWorkCenter?: ((...args: any[]) => any) | undefined;
684
+ onGetProductionTimesMachineCenter?: ((...args: any[]) => any) | undefined;
685
+ onOperatorMachineAssignmentAssignMachine?: ((...args: any[]) => any) | undefined;
686
+ onOperatorMachineAssignmentSetDate?: ((...args: any[]) => any) | undefined;
687
+ onOperatorMachineAssignmentSetPartialMachineCenter?: ((...args: any[]) => any) | undefined;
688
+ onOperatorMachineAssignmentSeeDetail?: ((...args: any[]) => any) | undefined;
643
689
  }>, {
644
690
  selectionType: "none" | "multiple" | "single";
645
691
  popupEditNumberOptions: unknown[];
@@ -684,7 +684,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
684
684
  }): any;
685
685
  getAdvancedFilterColumns(): void;
686
686
  handleInfiniteScrollTableCompositionAPi(): void;
687
- }, 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<{
687
+ }, 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" | "getPOFromWorkCenter" | "getProductionTimesMachineCenter" | "operatorMachineAssignmentAssignMachine" | "operatorMachineAssignmentSetDate" | "operatorMachineAssignmentSetPartialMachineCenter" | "operatorMachineAssignmentSeeDetail")[], "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" | "getPOFromWorkCenter" | "getProductionTimesMachineCenter" | "operatorMachineAssignmentAssignMachine" | "operatorMachineAssignmentSetDate" | "operatorMachineAssignmentSetPartialMachineCenter" | "operatorMachineAssignmentSeeDetail", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
688
688
  columns: {
689
689
  type: () => object[];
690
690
  required: true;
@@ -786,6 +786,12 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
786
786
  onOnDragUpdate?: ((...args: any[]) => any) | undefined;
787
787
  onOnDragEnd?: ((...args: any[]) => any) | undefined;
788
788
  onOnClickRowBtnPrintOP?: ((...args: any[]) => any) | undefined;
789
+ onGetPOFromWorkCenter?: ((...args: any[]) => any) | undefined;
790
+ onGetProductionTimesMachineCenter?: ((...args: any[]) => any) | undefined;
791
+ onOperatorMachineAssignmentAssignMachine?: ((...args: any[]) => any) | undefined;
792
+ onOperatorMachineAssignmentSetDate?: ((...args: any[]) => any) | undefined;
793
+ onOperatorMachineAssignmentSetPartialMachineCenter?: ((...args: any[]) => any) | undefined;
794
+ onOperatorMachineAssignmentSeeDetail?: ((...args: any[]) => any) | undefined;
789
795
  }>, {
790
796
  selectionType: "none" | "multiple" | "single";
791
797
  popupEditNumberOptions: unknown[];