@deot/vc-components 1.0.11 → 1.0.13
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.cjs +353 -368
- package/dist/index.d.ts +12 -12
- package/dist/index.iife.js +365 -380
- package/dist/index.js +353 -368
- package/dist/index.style.css +1 -1
- package/dist/index.umd.cjs +365 -380
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6851,7 +6851,7 @@ rows: {
|
|
|
6851
6851
|
type: NumberConstructor;
|
|
6852
6852
|
default: number;
|
|
6853
6853
|
};
|
|
6854
|
-
|
|
6854
|
+
primaryKey: (StringConstructor | FunctionConstructor)[];
|
|
6855
6855
|
showHeader: {
|
|
6856
6856
|
type: BooleanConstructor;
|
|
6857
6857
|
default: boolean;
|
|
@@ -6920,7 +6920,7 @@ rows: {
|
|
|
6920
6920
|
type: NumberConstructor;
|
|
6921
6921
|
default: number;
|
|
6922
6922
|
};
|
|
6923
|
-
|
|
6923
|
+
primaryKey: (StringConstructor | FunctionConstructor)[];
|
|
6924
6924
|
showHeader: {
|
|
6925
6925
|
type: BooleanConstructor;
|
|
6926
6926
|
default: boolean;
|
|
@@ -7016,8 +7016,8 @@ label: StringConstructor;
|
|
|
7016
7016
|
customClass: StringConstructor;
|
|
7017
7017
|
labelClass: StringConstructor;
|
|
7018
7018
|
prop: StringConstructor;
|
|
7019
|
-
width:
|
|
7020
|
-
minWidth:
|
|
7019
|
+
width: NumberConstructor;
|
|
7020
|
+
minWidth: NumberConstructor;
|
|
7021
7021
|
renderHeader: FunctionConstructor;
|
|
7022
7022
|
resizable: {
|
|
7023
7023
|
type: BooleanConstructor;
|
|
@@ -7054,8 +7054,8 @@ label: StringConstructor;
|
|
|
7054
7054
|
customClass: StringConstructor;
|
|
7055
7055
|
labelClass: StringConstructor;
|
|
7056
7056
|
prop: StringConstructor;
|
|
7057
|
-
width:
|
|
7058
|
-
minWidth:
|
|
7057
|
+
width: NumberConstructor;
|
|
7058
|
+
minWidth: NumberConstructor;
|
|
7059
7059
|
renderHeader: FunctionConstructor;
|
|
7060
7060
|
resizable: {
|
|
7061
7061
|
type: BooleanConstructor;
|
|
@@ -10459,7 +10459,7 @@ rows: {
|
|
|
10459
10459
|
type: NumberConstructor;
|
|
10460
10460
|
default: number;
|
|
10461
10461
|
};
|
|
10462
|
-
|
|
10462
|
+
primaryKey: (StringConstructor | FunctionConstructor)[];
|
|
10463
10463
|
showHeader: {
|
|
10464
10464
|
type: BooleanConstructor;
|
|
10465
10465
|
default: boolean;
|
|
@@ -10528,7 +10528,7 @@ rows: {
|
|
|
10528
10528
|
type: NumberConstructor;
|
|
10529
10529
|
default: number;
|
|
10530
10530
|
};
|
|
10531
|
-
|
|
10531
|
+
primaryKey: (StringConstructor | FunctionConstructor)[];
|
|
10532
10532
|
showHeader: {
|
|
10533
10533
|
type: BooleanConstructor;
|
|
10534
10534
|
default: boolean;
|
|
@@ -10624,8 +10624,8 @@ label: StringConstructor;
|
|
|
10624
10624
|
customClass: StringConstructor;
|
|
10625
10625
|
labelClass: StringConstructor;
|
|
10626
10626
|
prop: StringConstructor;
|
|
10627
|
-
width:
|
|
10628
|
-
minWidth:
|
|
10627
|
+
width: NumberConstructor;
|
|
10628
|
+
minWidth: NumberConstructor;
|
|
10629
10629
|
renderHeader: FunctionConstructor;
|
|
10630
10630
|
resizable: {
|
|
10631
10631
|
type: BooleanConstructor;
|
|
@@ -10662,8 +10662,8 @@ label: StringConstructor;
|
|
|
10662
10662
|
customClass: StringConstructor;
|
|
10663
10663
|
labelClass: StringConstructor;
|
|
10664
10664
|
prop: StringConstructor;
|
|
10665
|
-
width:
|
|
10666
|
-
minWidth:
|
|
10665
|
+
width: NumberConstructor;
|
|
10666
|
+
minWidth: NumberConstructor;
|
|
10667
10667
|
renderHeader: FunctionConstructor;
|
|
10668
10668
|
resizable: {
|
|
10669
10669
|
type: BooleanConstructor;
|