@deot/vc 1.0.11 → 1.0.12
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/index.d.ts +12 -12
- package/dist/index.iife.js +287 -321
- package/dist/index.umd.cjs +287 -321
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -7636,7 +7636,7 @@ export declare const Components: {
|
|
|
7636
7636
|
type: NumberConstructor;
|
|
7637
7637
|
default: number;
|
|
7638
7638
|
};
|
|
7639
|
-
|
|
7639
|
+
primaryKey: (StringConstructor | FunctionConstructor)[];
|
|
7640
7640
|
showHeader: {
|
|
7641
7641
|
type: BooleanConstructor;
|
|
7642
7642
|
default: boolean;
|
|
@@ -7705,7 +7705,7 @@ export declare const Components: {
|
|
|
7705
7705
|
type: NumberConstructor;
|
|
7706
7706
|
default: number;
|
|
7707
7707
|
};
|
|
7708
|
-
|
|
7708
|
+
primaryKey: (StringConstructor | FunctionConstructor)[];
|
|
7709
7709
|
showHeader: {
|
|
7710
7710
|
type: BooleanConstructor;
|
|
7711
7711
|
default: boolean;
|
|
@@ -7809,7 +7809,7 @@ export declare const Components: {
|
|
|
7809
7809
|
type: NumberConstructor;
|
|
7810
7810
|
default: number;
|
|
7811
7811
|
};
|
|
7812
|
-
|
|
7812
|
+
primaryKey: (StringConstructor | FunctionConstructor)[];
|
|
7813
7813
|
showHeader: {
|
|
7814
7814
|
type: BooleanConstructor;
|
|
7815
7815
|
default: boolean;
|
|
@@ -7878,7 +7878,7 @@ export declare const Components: {
|
|
|
7878
7878
|
type: NumberConstructor;
|
|
7879
7879
|
default: number;
|
|
7880
7880
|
};
|
|
7881
|
-
|
|
7881
|
+
primaryKey: (StringConstructor | FunctionConstructor)[];
|
|
7882
7882
|
showHeader: {
|
|
7883
7883
|
type: BooleanConstructor;
|
|
7884
7884
|
default: boolean;
|
|
@@ -7973,8 +7973,8 @@ export declare const Components: {
|
|
|
7973
7973
|
customClass: StringConstructor;
|
|
7974
7974
|
labelClass: StringConstructor;
|
|
7975
7975
|
prop: StringConstructor;
|
|
7976
|
-
width:
|
|
7977
|
-
minWidth:
|
|
7976
|
+
width: NumberConstructor;
|
|
7977
|
+
minWidth: NumberConstructor;
|
|
7978
7978
|
renderHeader: FunctionConstructor;
|
|
7979
7979
|
resizable: {
|
|
7980
7980
|
type: BooleanConstructor;
|
|
@@ -8011,8 +8011,8 @@ export declare const Components: {
|
|
|
8011
8011
|
customClass: StringConstructor;
|
|
8012
8012
|
labelClass: StringConstructor;
|
|
8013
8013
|
prop: StringConstructor;
|
|
8014
|
-
width:
|
|
8015
|
-
minWidth:
|
|
8014
|
+
width: NumberConstructor;
|
|
8015
|
+
minWidth: NumberConstructor;
|
|
8016
8016
|
renderHeader: FunctionConstructor;
|
|
8017
8017
|
resizable: {
|
|
8018
8018
|
type: BooleanConstructor;
|
|
@@ -8055,8 +8055,8 @@ export declare const Components: {
|
|
|
8055
8055
|
customClass: StringConstructor;
|
|
8056
8056
|
labelClass: StringConstructor;
|
|
8057
8057
|
prop: StringConstructor;
|
|
8058
|
-
width:
|
|
8059
|
-
minWidth:
|
|
8058
|
+
width: NumberConstructor;
|
|
8059
|
+
minWidth: NumberConstructor;
|
|
8060
8060
|
renderHeader: FunctionConstructor;
|
|
8061
8061
|
resizable: {
|
|
8062
8062
|
type: BooleanConstructor;
|
|
@@ -8093,8 +8093,8 @@ export declare const Components: {
|
|
|
8093
8093
|
customClass: StringConstructor;
|
|
8094
8094
|
labelClass: StringConstructor;
|
|
8095
8095
|
prop: StringConstructor;
|
|
8096
|
-
width:
|
|
8097
|
-
minWidth:
|
|
8096
|
+
width: NumberConstructor;
|
|
8097
|
+
minWidth: NumberConstructor;
|
|
8098
8098
|
renderHeader: FunctionConstructor;
|
|
8099
8099
|
resizable: {
|
|
8100
8100
|
type: BooleanConstructor;
|