quasar-factory-lib 0.0.37 → 0.0.39

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.
@@ -20,6 +20,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
20
20
  };
21
21
  }>, {}, {
22
22
  date: typeof import("quasar").date;
23
+ showIconSearch: boolean;
23
24
  rightDrawerOpen: boolean;
24
25
  }, {}, {
25
26
  onClickBtnMenu(): void;
@@ -258,7 +258,8 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
258
258
  showInputPopupEdit?: undefined;
259
259
  })[];
260
260
  rows: never[];
261
- rowsData: {
261
+ rowsData: ({
262
+ tdStyle: string;
262
263
  name: string;
263
264
  booleanIcon: boolean;
264
265
  available: boolean;
@@ -270,7 +271,20 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
270
271
  sodium: number;
271
272
  calcium: string;
272
273
  iron: string;
273
- }[];
274
+ } | {
275
+ name: string;
276
+ booleanIcon: boolean;
277
+ available: boolean;
278
+ calories: number;
279
+ fat: number;
280
+ carbs: number;
281
+ checked: boolean;
282
+ protein: number;
283
+ sodium: number;
284
+ calcium: string;
285
+ iron: string;
286
+ tdStyle?: undefined;
287
+ })[];
274
288
  visibleColumns: never[];
275
289
  }, {
276
290
  pageLength(): number;
@@ -283,7 +297,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
283
297
  onUpdateBasicCheckboxValue(rows: object[]): void;
284
298
  onUpdateCustomizedCheckboxValue(rows: object[]): void;
285
299
  setItemNotFound(rows: object[]): void;
286
- close(): void;
287
300
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
288
301
  Table: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
289
302
  columns: {