@economic/taco 2.63.0 → 2.63.1
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/taco.d.ts +2 -3
- package/package.json +2 -2
package/dist/taco.d.ts
CHANGED
@@ -3034,6 +3034,7 @@ export declare const Table3: (<TType = unknown>(props: Table3Props<TType> & defa
|
|
3034
3034
|
export declare type Table3ColumnProps<TType = unknown> = TableColumnProps<TType>;
|
3035
3035
|
|
3036
3036
|
export declare interface Table3CommonProps<TType = unknown> extends Table3FeatureProps<TType> {
|
3037
|
+
defaultToggleEditing?: boolean;
|
3037
3038
|
onEditingChange?: Table3EditingChangeHandler<TType>;
|
3038
3039
|
onEditingCreate?: Table3EditingCreateHandler<TType>;
|
3039
3040
|
onEditingDiscard?: Table3EditingDiscardHandler;
|
@@ -3056,9 +3057,7 @@ export declare interface Table3FeatureProps<TType = unknown> extends TableFeatur
|
|
3056
3057
|
|
3057
3058
|
export declare type Table3GroupProps = TableGroupProps;
|
3058
3059
|
|
3059
|
-
export declare type Table3Props<TType = unknown> =
|
3060
|
-
defaultToggleEditing?: boolean;
|
3061
|
-
} & (Table3WithoutEditingWithClientProps<TType> | Table3WithoutEditingWithServerProps<TType> | Table3WithEditingWithClientProps<TType> | Table3WithEditingWithServerProps<TType>);
|
3060
|
+
export declare type Table3Props<TType = unknown> = Table3WithoutEditingWithClientProps<TType> | Table3WithoutEditingWithServerProps<TType> | Table3WithEditingWithClientProps<TType> | Table3WithEditingWithServerProps<TType>;
|
3062
3061
|
|
3063
3062
|
export declare type Table3Ref = TableRef & {
|
3064
3063
|
instance: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "2.63.
|
3
|
+
"version": "2.63.1",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./dist/taco.cjs",
|
@@ -107,5 +107,5 @@
|
|
107
107
|
"not ie < 11"
|
108
108
|
]
|
109
109
|
},
|
110
|
-
"gitHead": "
|
110
|
+
"gitHead": "869259ec569aff65e7b70f6847ea36584e281bfe"
|
111
111
|
}
|