lkt-vue-kernel 1.0.130 → 1.0.131
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 +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1218,6 +1218,8 @@ interface StepProcessConfig {
|
|
|
1218
1218
|
prevButton?: ButtonConfig;
|
|
1219
1219
|
buttonNavPosition?: ItemCrudButtonNavPosition;
|
|
1220
1220
|
buttonNavVisibility?: ItemCrudButtonNavVisibility;
|
|
1221
|
+
dots?: boolean;
|
|
1222
|
+
dotsNumbers?: boolean;
|
|
1221
1223
|
}
|
|
1222
1224
|
|
|
1223
1225
|
interface TabsConfig {
|