cc1-form 1.3.8 → 1.3.9
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/cc1-form.css +1 -1
- package/dist/cc1-form.js +167 -158
- package/dist/cc1-form.umd.cjs +1 -7
- package/dist/components/TCurd/core/table.d.ts +2 -0
- package/dist/components/TCurd/index.d.ts +3 -0
- package/dist/components/TCurd/index.vue.d.ts +6 -0
- package/dist/components/TCurd/indexType.d.ts +2 -0
- package/dist/utils/TSys.d.ts +5 -0
- package/package.json +1 -1
- package/dist/sortable.esm-BNoi9mdn.js +0 -1645
|
@@ -32,6 +32,7 @@ export declare const createTableModule: (_getConf: CurdConfGetter, props: CurdPr
|
|
|
32
32
|
show: boolean;
|
|
33
33
|
button: boolean;
|
|
34
34
|
saveButton: boolean;
|
|
35
|
+
tipText: string;
|
|
35
36
|
width: any;
|
|
36
37
|
label: string;
|
|
37
38
|
fixed: "left" | "right";
|
|
@@ -67,6 +68,7 @@ export declare const createTableModule: (_getConf: CurdConfGetter, props: CurdPr
|
|
|
67
68
|
show: boolean;
|
|
68
69
|
button: boolean;
|
|
69
70
|
saveButton: boolean;
|
|
71
|
+
tipText: string;
|
|
70
72
|
width: any;
|
|
71
73
|
label: string;
|
|
72
74
|
fixed: "left" | "right";
|
|
@@ -1379,6 +1379,7 @@ export declare const curdConf: (props: CurdProps) => {
|
|
|
1379
1379
|
show: boolean;
|
|
1380
1380
|
button: boolean;
|
|
1381
1381
|
saveButton: boolean;
|
|
1382
|
+
tipText: string;
|
|
1382
1383
|
width: any;
|
|
1383
1384
|
label: string;
|
|
1384
1385
|
fixed: "left" | "right";
|
|
@@ -1414,6 +1415,7 @@ export declare const curdConf: (props: CurdProps) => {
|
|
|
1414
1415
|
show: boolean;
|
|
1415
1416
|
button: boolean;
|
|
1416
1417
|
saveButton: boolean;
|
|
1418
|
+
tipText: string;
|
|
1417
1419
|
width: any;
|
|
1418
1420
|
label: string;
|
|
1419
1421
|
fixed: "left" | "right";
|
|
@@ -1991,6 +1993,7 @@ export declare const curdConf: (props: CurdProps) => {
|
|
|
1991
1993
|
show?: boolean | undefined;
|
|
1992
1994
|
button?: boolean | undefined;
|
|
1993
1995
|
saveButton?: boolean | undefined;
|
|
1996
|
+
tipText?: string | undefined;
|
|
1994
1997
|
width?: any;
|
|
1995
1998
|
label?: string | undefined;
|
|
1996
1999
|
fixed?: "left" | "right" | undefined;
|
|
@@ -1396,6 +1396,7 @@ declare const conf: {
|
|
|
1396
1396
|
show: boolean;
|
|
1397
1397
|
button: boolean;
|
|
1398
1398
|
saveButton: boolean;
|
|
1399
|
+
tipText: string;
|
|
1399
1400
|
width: any;
|
|
1400
1401
|
label: string;
|
|
1401
1402
|
fixed: "left" | "right";
|
|
@@ -1431,6 +1432,7 @@ declare const conf: {
|
|
|
1431
1432
|
show: boolean;
|
|
1432
1433
|
button: boolean;
|
|
1433
1434
|
saveButton: boolean;
|
|
1435
|
+
tipText: string;
|
|
1434
1436
|
width: any;
|
|
1435
1437
|
label: string;
|
|
1436
1438
|
fixed: "left" | "right";
|
|
@@ -2008,6 +2010,7 @@ declare const conf: {
|
|
|
2008
2010
|
show?: boolean | undefined;
|
|
2009
2011
|
button?: boolean | undefined;
|
|
2010
2012
|
saveButton?: boolean | undefined;
|
|
2013
|
+
tipText?: string | undefined;
|
|
2011
2014
|
width?: any;
|
|
2012
2015
|
label?: string | undefined;
|
|
2013
2016
|
fixed?: "left" | "right" | undefined;
|
|
@@ -7156,6 +7159,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
7156
7159
|
show: boolean;
|
|
7157
7160
|
button: boolean;
|
|
7158
7161
|
saveButton: boolean;
|
|
7162
|
+
tipText: string;
|
|
7159
7163
|
width: any;
|
|
7160
7164
|
label: string;
|
|
7161
7165
|
fixed: "left" | "right";
|
|
@@ -7191,6 +7195,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
7191
7195
|
show: boolean;
|
|
7192
7196
|
button: boolean;
|
|
7193
7197
|
saveButton: boolean;
|
|
7198
|
+
tipText: string;
|
|
7194
7199
|
width: any;
|
|
7195
7200
|
label: string;
|
|
7196
7201
|
fixed: "left" | "right";
|
|
@@ -7768,6 +7773,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
7768
7773
|
show?: boolean | undefined;
|
|
7769
7774
|
button?: boolean | undefined;
|
|
7770
7775
|
saveButton?: boolean | undefined;
|
|
7776
|
+
tipText?: string | undefined;
|
|
7771
7777
|
width?: any;
|
|
7772
7778
|
label?: string | undefined;
|
|
7773
7779
|
fixed?: "left" | "right" | undefined;
|
package/dist/utils/TSys.d.ts
CHANGED