quasar-factory-lib 0.0.53 → 0.0.54
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/layouts/PdaLayout.vue.d.ts +15 -10
- package/dist/pages/TablePage.vue.d.ts +0 -1
- package/dist/quasar-factory-lib.js +923 -915
- package/dist/quasar-factory-lib.umd.cjs +10 -10
- package/package.json +1 -1
- package/src/components/Table/components/TableFilter.vue +1 -0
- package/src/components/Table/components/TableSlotGrid.vue +3 -4
- package/src/components/TaskNavBar/TaskNavBar.vue +3 -2
- package/src/layouts/PdaLayout.vue +11 -22
- package/src/pages/ConfirmPage.vue +1 -0
- package/src/pages/TablePage.vue +3 -4
|
@@ -40,6 +40,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
40
40
|
checkBoxColorCaseTrue?: undefined;
|
|
41
41
|
checkBoxColorCaseFalse?: undefined;
|
|
42
42
|
checkBoxDataCy?: undefined;
|
|
43
|
+
showInputPopupEdit?: undefined;
|
|
43
44
|
} | {
|
|
44
45
|
name: string;
|
|
45
46
|
required: boolean;
|
|
@@ -68,6 +69,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
68
69
|
checkBoxColorCaseTrue?: undefined;
|
|
69
70
|
checkBoxColorCaseFalse?: undefined;
|
|
70
71
|
checkBoxDataCy?: undefined;
|
|
72
|
+
showInputPopupEdit?: undefined;
|
|
71
73
|
} | {
|
|
72
74
|
name: string;
|
|
73
75
|
required: boolean;
|
|
@@ -96,6 +98,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
96
98
|
checkBoxColorCaseTrue?: undefined;
|
|
97
99
|
checkBoxColorCaseFalse?: undefined;
|
|
98
100
|
checkBoxDataCy?: undefined;
|
|
101
|
+
showInputPopupEdit?: undefined;
|
|
99
102
|
} | {
|
|
100
103
|
name: string;
|
|
101
104
|
align: string;
|
|
@@ -124,6 +127,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
124
127
|
checkBoxColorCaseTrue?: undefined;
|
|
125
128
|
checkBoxColorCaseFalse?: undefined;
|
|
126
129
|
checkBoxDataCy?: undefined;
|
|
130
|
+
showInputPopupEdit?: undefined;
|
|
127
131
|
} | {
|
|
128
132
|
name: string;
|
|
129
133
|
label: string;
|
|
@@ -152,6 +156,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
152
156
|
checkBoxColorCaseTrue?: undefined;
|
|
153
157
|
checkBoxColorCaseFalse?: undefined;
|
|
154
158
|
checkBoxDataCy?: undefined;
|
|
159
|
+
showInputPopupEdit?: undefined;
|
|
155
160
|
} | {
|
|
156
161
|
name: string;
|
|
157
162
|
label: string;
|
|
@@ -180,6 +185,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
180
185
|
checkBoxColorCaseTrue?: undefined;
|
|
181
186
|
checkBoxColorCaseFalse?: undefined;
|
|
182
187
|
checkBoxDataCy?: undefined;
|
|
188
|
+
showInputPopupEdit?: undefined;
|
|
183
189
|
} | {
|
|
184
190
|
name: string;
|
|
185
191
|
label: string;
|
|
@@ -208,22 +214,24 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
208
214
|
dataCy?: undefined;
|
|
209
215
|
btnColor?: undefined;
|
|
210
216
|
inputMaxLength?: undefined;
|
|
217
|
+
showInputPopupEdit?: undefined;
|
|
211
218
|
} | {
|
|
212
219
|
name: string;
|
|
213
220
|
label: string;
|
|
214
221
|
field: string;
|
|
215
222
|
sortable: boolean;
|
|
216
223
|
required: boolean;
|
|
224
|
+
editable: boolean;
|
|
225
|
+
showEditIcon: boolean;
|
|
226
|
+
popupEditEmit: string;
|
|
227
|
+
popupEditInputtype: string;
|
|
228
|
+
popupEditDataCy: string;
|
|
229
|
+
showInputPopupEdit: boolean;
|
|
217
230
|
align?: undefined;
|
|
218
231
|
showBasicCheckbox?: undefined;
|
|
219
232
|
showCustomizedIcon?: undefined;
|
|
220
|
-
editable?: undefined;
|
|
221
|
-
showEditIcon?: undefined;
|
|
222
|
-
popupEditEmit?: undefined;
|
|
223
|
-
popupEditDataCy?: undefined;
|
|
224
233
|
mask?: undefined;
|
|
225
234
|
showSelectNumberOptions?: undefined;
|
|
226
|
-
popupEditInputtype?: undefined;
|
|
227
235
|
showCustomizedButton?: undefined;
|
|
228
236
|
btnIcon?: undefined;
|
|
229
237
|
btnEmit?: undefined;
|
|
@@ -264,6 +272,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
264
272
|
checkBoxColorCaseTrue?: undefined;
|
|
265
273
|
checkBoxColorCaseFalse?: undefined;
|
|
266
274
|
checkBoxDataCy?: undefined;
|
|
275
|
+
showInputPopupEdit?: undefined;
|
|
267
276
|
} | {
|
|
268
277
|
name: string;
|
|
269
278
|
label: string;
|
|
@@ -292,6 +301,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
292
301
|
checkBoxColorCaseTrue?: undefined;
|
|
293
302
|
checkBoxColorCaseFalse?: undefined;
|
|
294
303
|
checkBoxDataCy?: undefined;
|
|
304
|
+
showInputPopupEdit?: undefined;
|
|
295
305
|
})[];
|
|
296
306
|
rows: never[];
|
|
297
307
|
rowsData: {
|
|
@@ -308,14 +318,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
308
318
|
calcium: string;
|
|
309
319
|
iron: string;
|
|
310
320
|
}[];
|
|
311
|
-
visibleColumns: never[];
|
|
312
321
|
showSkeleton: boolean;
|
|
313
322
|
}, {}, {
|
|
314
323
|
getRows(): void;
|
|
315
|
-
saveSelectedColumns(columns: string[]): void;
|
|
316
|
-
filterMethod(rows: string | [], terms: {
|
|
317
|
-
search: string;
|
|
318
|
-
}): object[] | [];
|
|
319
324
|
onUpdateBasicCheckboxValue(rows: object[]): void;
|
|
320
325
|
onUpdateCustomizedCheckboxValue(rows: object[]): void;
|
|
321
326
|
setItemNotFound(rows: object[]): void;
|
|
@@ -283,7 +283,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
283
283
|
}[];
|
|
284
284
|
}, {}, {
|
|
285
285
|
getRows(): void;
|
|
286
|
-
saveSelectedColumns(columns: string[]): void;
|
|
287
286
|
onUpdateBasicCheckboxValue(rows: object[]): void;
|
|
288
287
|
onUpdateCustomizedCheckboxValue(rows: object[]): void;
|
|
289
288
|
setItemNotFound(rows: object[]): void;
|