@hybridcore/ui 1.5.35 → 1.5.37
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/instance-form/index.js +140 -138
- package/dist/components/tabs/index.js +233 -225
- package/dist/main.d.ts +2 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -276,7 +276,7 @@ declare interface InstanceFormHandle {
|
|
|
276
276
|
* @returns
|
|
277
277
|
*/
|
|
278
278
|
resetForm: () => void;
|
|
279
|
-
|
|
279
|
+
requestSubmit: () => void;
|
|
280
280
|
/**
|
|
281
281
|
*
|
|
282
282
|
* @param name
|
|
@@ -883,6 +883,7 @@ declare interface TabContent {
|
|
|
883
883
|
badgeColor?: "error" | "primary";
|
|
884
884
|
icon?: React.ReactElement;
|
|
885
885
|
iconPosition?: "bottom" | "top" | "start" | "end";
|
|
886
|
+
disableCustomScroll?: boolean;
|
|
886
887
|
}
|
|
887
888
|
|
|
888
889
|
declare interface TabItem {
|