quasar-factory-lib 0.0.43 → 0.0.45
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 +9 -6
- package/dist/components/Table/utils/filterMethod.d.ts +0 -1
- package/dist/layouts/PdaLayout.vue.d.ts +9 -6
- package/dist/pages/TablePage.vue.d.ts +9 -6
- package/dist/quasar-factory-lib.js +7 -4
- package/dist/quasar-factory-lib.umd.cjs +2 -2
- package/package.json +1 -1
- package/src/components/Table/Table.vue +3 -3
- package/src/components/Table/utils/filterMethod.ts +2 -2
|
@@ -13,15 +13,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
};
|
|
14
14
|
filterMethod: {
|
|
15
15
|
type: FunctionConstructor;
|
|
16
|
-
|
|
16
|
+
default: () => void;
|
|
17
17
|
};
|
|
18
18
|
filterComputed: {
|
|
19
19
|
type: ObjectConstructor;
|
|
20
|
-
|
|
20
|
+
default: () => void;
|
|
21
21
|
};
|
|
22
22
|
sortMethod: {
|
|
23
23
|
type: FunctionConstructor;
|
|
24
|
-
|
|
24
|
+
default: () => void;
|
|
25
25
|
};
|
|
26
26
|
selectionType: {
|
|
27
27
|
type: () => "none" | "single" | "multiple";
|
|
@@ -113,15 +113,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
};
|
|
114
114
|
filterMethod: {
|
|
115
115
|
type: FunctionConstructor;
|
|
116
|
-
|
|
116
|
+
default: () => void;
|
|
117
117
|
};
|
|
118
118
|
filterComputed: {
|
|
119
119
|
type: ObjectConstructor;
|
|
120
|
-
|
|
120
|
+
default: () => void;
|
|
121
121
|
};
|
|
122
122
|
sortMethod: {
|
|
123
123
|
type: FunctionConstructor;
|
|
124
|
-
|
|
124
|
+
default: () => void;
|
|
125
125
|
};
|
|
126
126
|
selectionType: {
|
|
127
127
|
type: () => "none" | "single" | "multiple";
|
|
@@ -176,6 +176,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
176
176
|
}>, {
|
|
177
177
|
selectionType: "none" | "multiple" | "single";
|
|
178
178
|
popupEditNumberOptions: unknown[];
|
|
179
|
+
filterMethod: Function;
|
|
180
|
+
filterComputed: Record<string, any>;
|
|
181
|
+
sortMethod: Function;
|
|
179
182
|
rowKey: string;
|
|
180
183
|
tableStyle: string;
|
|
181
184
|
tableId: string;
|
|
@@ -357,15 +357,15 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
357
357
|
};
|
|
358
358
|
filterMethod: {
|
|
359
359
|
type: FunctionConstructor;
|
|
360
|
-
|
|
360
|
+
default: () => void;
|
|
361
361
|
};
|
|
362
362
|
filterComputed: {
|
|
363
363
|
type: ObjectConstructor;
|
|
364
|
-
|
|
364
|
+
default: () => void;
|
|
365
365
|
};
|
|
366
366
|
sortMethod: {
|
|
367
367
|
type: FunctionConstructor;
|
|
368
|
-
|
|
368
|
+
default: () => void;
|
|
369
369
|
};
|
|
370
370
|
selectionType: {
|
|
371
371
|
type: () => "none" | "single" | "multiple";
|
|
@@ -457,15 +457,15 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
457
457
|
};
|
|
458
458
|
filterMethod: {
|
|
459
459
|
type: FunctionConstructor;
|
|
460
|
-
|
|
460
|
+
default: () => void;
|
|
461
461
|
};
|
|
462
462
|
filterComputed: {
|
|
463
463
|
type: ObjectConstructor;
|
|
464
|
-
|
|
464
|
+
default: () => void;
|
|
465
465
|
};
|
|
466
466
|
sortMethod: {
|
|
467
467
|
type: FunctionConstructor;
|
|
468
|
-
|
|
468
|
+
default: () => void;
|
|
469
469
|
};
|
|
470
470
|
selectionType: {
|
|
471
471
|
type: () => "none" | "single" | "multiple";
|
|
@@ -520,6 +520,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
520
520
|
}>, {
|
|
521
521
|
selectionType: "none" | "multiple" | "single";
|
|
522
522
|
popupEditNumberOptions: unknown[];
|
|
523
|
+
filterMethod: Function;
|
|
524
|
+
filterComputed: Record<string, any>;
|
|
525
|
+
sortMethod: Function;
|
|
523
526
|
rowKey: string;
|
|
524
527
|
tableStyle: string;
|
|
525
528
|
tableId: string;
|
|
@@ -316,15 +316,15 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
316
316
|
};
|
|
317
317
|
filterMethod: {
|
|
318
318
|
type: FunctionConstructor;
|
|
319
|
-
|
|
319
|
+
default: () => void;
|
|
320
320
|
};
|
|
321
321
|
filterComputed: {
|
|
322
322
|
type: ObjectConstructor;
|
|
323
|
-
|
|
323
|
+
default: () => void;
|
|
324
324
|
};
|
|
325
325
|
sortMethod: {
|
|
326
326
|
type: FunctionConstructor;
|
|
327
|
-
|
|
327
|
+
default: () => void;
|
|
328
328
|
};
|
|
329
329
|
selectionType: {
|
|
330
330
|
type: () => "none" | "single" | "multiple";
|
|
@@ -416,15 +416,15 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
416
416
|
};
|
|
417
417
|
filterMethod: {
|
|
418
418
|
type: FunctionConstructor;
|
|
419
|
-
|
|
419
|
+
default: () => void;
|
|
420
420
|
};
|
|
421
421
|
filterComputed: {
|
|
422
422
|
type: ObjectConstructor;
|
|
423
|
-
|
|
423
|
+
default: () => void;
|
|
424
424
|
};
|
|
425
425
|
sortMethod: {
|
|
426
426
|
type: FunctionConstructor;
|
|
427
|
-
|
|
427
|
+
default: () => void;
|
|
428
428
|
};
|
|
429
429
|
selectionType: {
|
|
430
430
|
type: () => "none" | "single" | "multiple";
|
|
@@ -479,6 +479,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
479
479
|
}>, {
|
|
480
480
|
selectionType: "none" | "multiple" | "single";
|
|
481
481
|
popupEditNumberOptions: unknown[];
|
|
482
|
+
filterMethod: Function;
|
|
483
|
+
filterComputed: Record<string, any>;
|
|
484
|
+
sortMethod: Function;
|
|
482
485
|
rowKey: string;
|
|
483
486
|
tableStyle: string;
|
|
484
487
|
tableId: string;
|
|
@@ -7747,15 +7747,18 @@ const Og = /* @__PURE__ */ ht(kg, [["render", Tg]]), Ag = fn({
|
|
|
7747
7747
|
},
|
|
7748
7748
|
filterMethod: {
|
|
7749
7749
|
type: Function,
|
|
7750
|
-
|
|
7750
|
+
default: function() {
|
|
7751
|
+
}
|
|
7751
7752
|
},
|
|
7752
7753
|
filterComputed: {
|
|
7753
7754
|
type: Object,
|
|
7754
|
-
|
|
7755
|
+
default: function() {
|
|
7756
|
+
}
|
|
7755
7757
|
},
|
|
7756
7758
|
sortMethod: {
|
|
7757
7759
|
type: Function,
|
|
7758
|
-
|
|
7760
|
+
default: function() {
|
|
7761
|
+
}
|
|
7759
7762
|
},
|
|
7760
7763
|
selectionType: {
|
|
7761
7764
|
type: String,
|
|
@@ -13071,7 +13074,7 @@ const Yp = {
|
|
|
13071
13074
|
}
|
|
13072
13075
|
}, qy = {
|
|
13073
13076
|
filter(e, t, n) {
|
|
13074
|
-
if (
|
|
13077
|
+
if (n.search !== "") {
|
|
13075
13078
|
const o = [], r = n.search ? n.search.toLowerCase() : "";
|
|
13076
13079
|
for (let l = 0; l < e.rows.length; l++)
|
|
13077
13080
|
this.containsSearchTermInRow(e.rows[l], r) && o.push(e.rows[l]);
|