quasar-factory-lib 0.0.64 → 0.0.65
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 +16 -0
- package/dist/components/Table/components/CustomizedButton.vue.d.ts +8 -0
- package/dist/components/Table/components/TableSlotBody.vue.d.ts +8 -0
- package/dist/components/Table/components/TableSlotGrid.vue.d.ts +8 -0
- package/dist/layouts/PdaLayout.vue.d.ts +16 -0
- package/dist/pages/TablePage.vue.d.ts +16 -0
- package/dist/quasar-factory-lib.js +184 -177
- package/dist/quasar-factory-lib.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/Table/components/CustomizedButton.vue +5 -1
- package/src/components/Table/components/TableSlotBody.vue +1 -0
- package/src/components/Table/components/TableSlotGrid.vue +1 -0
- package/src/pages/TablePage.vue +1 -0
|
@@ -562,6 +562,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
562
562
|
type: StringConstructor;
|
|
563
563
|
required: true;
|
|
564
564
|
};
|
|
565
|
+
btnDisable: {
|
|
566
|
+
type: BooleanConstructor;
|
|
567
|
+
required: true;
|
|
568
|
+
};
|
|
565
569
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
566
570
|
dataCy: {
|
|
567
571
|
type: StringConstructor;
|
|
@@ -575,6 +579,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
575
579
|
type: StringConstructor;
|
|
576
580
|
required: true;
|
|
577
581
|
};
|
|
582
|
+
btnDisable: {
|
|
583
|
+
type: BooleanConstructor;
|
|
584
|
+
required: true;
|
|
585
|
+
};
|
|
578
586
|
}>> & Readonly<{
|
|
579
587
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
580
588
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -978,6 +986,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
978
986
|
type: StringConstructor;
|
|
979
987
|
required: true;
|
|
980
988
|
};
|
|
989
|
+
btnDisable: {
|
|
990
|
+
type: BooleanConstructor;
|
|
991
|
+
required: true;
|
|
992
|
+
};
|
|
981
993
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
982
994
|
dataCy: {
|
|
983
995
|
type: StringConstructor;
|
|
@@ -991,6 +1003,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
991
1003
|
type: StringConstructor;
|
|
992
1004
|
required: true;
|
|
993
1005
|
};
|
|
1006
|
+
btnDisable: {
|
|
1007
|
+
type: BooleanConstructor;
|
|
1008
|
+
required: true;
|
|
1009
|
+
};
|
|
994
1010
|
}>> & Readonly<{
|
|
995
1011
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
996
1012
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -11,6 +11,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
|
+
btnDisable: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
14
18
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
19
|
dataCy: {
|
|
16
20
|
type: StringConstructor;
|
|
@@ -24,6 +28,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
28
|
type: StringConstructor;
|
|
25
29
|
required: true;
|
|
26
30
|
};
|
|
31
|
+
btnDisable: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
27
35
|
}>> & Readonly<{
|
|
28
36
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
29
37
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -294,6 +294,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
294
294
|
type: StringConstructor;
|
|
295
295
|
required: true;
|
|
296
296
|
};
|
|
297
|
+
btnDisable: {
|
|
298
|
+
type: BooleanConstructor;
|
|
299
|
+
required: true;
|
|
300
|
+
};
|
|
297
301
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
298
302
|
dataCy: {
|
|
299
303
|
type: StringConstructor;
|
|
@@ -307,6 +311,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
307
311
|
type: StringConstructor;
|
|
308
312
|
required: true;
|
|
309
313
|
};
|
|
314
|
+
btnDisable: {
|
|
315
|
+
type: BooleanConstructor;
|
|
316
|
+
required: true;
|
|
317
|
+
};
|
|
310
318
|
}>> & Readonly<{
|
|
311
319
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
312
320
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -301,6 +301,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
301
301
|
type: StringConstructor;
|
|
302
302
|
required: true;
|
|
303
303
|
};
|
|
304
|
+
btnDisable: {
|
|
305
|
+
type: BooleanConstructor;
|
|
306
|
+
required: true;
|
|
307
|
+
};
|
|
304
308
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
305
309
|
dataCy: {
|
|
306
310
|
type: StringConstructor;
|
|
@@ -314,6 +318,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
314
318
|
type: StringConstructor;
|
|
315
319
|
required: true;
|
|
316
320
|
};
|
|
321
|
+
btnDisable: {
|
|
322
|
+
type: BooleanConstructor;
|
|
323
|
+
required: true;
|
|
324
|
+
};
|
|
317
325
|
}>> & Readonly<{
|
|
318
326
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
319
327
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -960,6 +960,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
960
960
|
type: StringConstructor;
|
|
961
961
|
required: true;
|
|
962
962
|
};
|
|
963
|
+
btnDisable: {
|
|
964
|
+
type: BooleanConstructor;
|
|
965
|
+
required: true;
|
|
966
|
+
};
|
|
963
967
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
964
968
|
dataCy: {
|
|
965
969
|
type: StringConstructor;
|
|
@@ -973,6 +977,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
973
977
|
type: StringConstructor;
|
|
974
978
|
required: true;
|
|
975
979
|
};
|
|
980
|
+
btnDisable: {
|
|
981
|
+
type: BooleanConstructor;
|
|
982
|
+
required: true;
|
|
983
|
+
};
|
|
976
984
|
}>> & Readonly<{
|
|
977
985
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
978
986
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1376,6 +1384,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
1376
1384
|
type: StringConstructor;
|
|
1377
1385
|
required: true;
|
|
1378
1386
|
};
|
|
1387
|
+
btnDisable: {
|
|
1388
|
+
type: BooleanConstructor;
|
|
1389
|
+
required: true;
|
|
1390
|
+
};
|
|
1379
1391
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1380
1392
|
dataCy: {
|
|
1381
1393
|
type: StringConstructor;
|
|
@@ -1389,6 +1401,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
1389
1401
|
type: StringConstructor;
|
|
1390
1402
|
required: true;
|
|
1391
1403
|
};
|
|
1404
|
+
btnDisable: {
|
|
1405
|
+
type: BooleanConstructor;
|
|
1406
|
+
required: true;
|
|
1407
|
+
};
|
|
1392
1408
|
}>> & Readonly<{
|
|
1393
1409
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
1394
1410
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1023,6 +1023,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
1023
1023
|
type: StringConstructor;
|
|
1024
1024
|
required: true;
|
|
1025
1025
|
};
|
|
1026
|
+
btnDisable: {
|
|
1027
|
+
type: BooleanConstructor;
|
|
1028
|
+
required: true;
|
|
1029
|
+
};
|
|
1026
1030
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1027
1031
|
dataCy: {
|
|
1028
1032
|
type: StringConstructor;
|
|
@@ -1036,6 +1040,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
1036
1040
|
type: StringConstructor;
|
|
1037
1041
|
required: true;
|
|
1038
1042
|
};
|
|
1043
|
+
btnDisable: {
|
|
1044
|
+
type: BooleanConstructor;
|
|
1045
|
+
required: true;
|
|
1046
|
+
};
|
|
1039
1047
|
}>> & Readonly<{
|
|
1040
1048
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
1041
1049
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1439,6 +1447,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
1439
1447
|
type: StringConstructor;
|
|
1440
1448
|
required: true;
|
|
1441
1449
|
};
|
|
1450
|
+
btnDisable: {
|
|
1451
|
+
type: BooleanConstructor;
|
|
1452
|
+
required: true;
|
|
1453
|
+
};
|
|
1442
1454
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickButton"[], "onClickButton", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1443
1455
|
dataCy: {
|
|
1444
1456
|
type: StringConstructor;
|
|
@@ -1452,6 +1464,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
1452
1464
|
type: StringConstructor;
|
|
1453
1465
|
required: true;
|
|
1454
1466
|
};
|
|
1467
|
+
btnDisable: {
|
|
1468
|
+
type: BooleanConstructor;
|
|
1469
|
+
required: true;
|
|
1470
|
+
};
|
|
1455
1471
|
}>> & Readonly<{
|
|
1456
1472
|
onOnClickButton?: ((...args: any[]) => any) | undefined;
|
|
1457
1473
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|