lkt-vue-kernel 1.2.50 → 1.2.51
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 +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1559,6 +1559,7 @@ interface StepProcessStepConfig {
|
|
|
1559
1559
|
nextHidden?: boolean | ((currentStep: StepProcessStepConfig, steps: StepProcessStepConfig[]) => boolean);
|
|
1560
1560
|
prevButton?: ButtonConfig | false;
|
|
1561
1561
|
prevHidden?: boolean | ((currentStep: StepProcessStepConfig, steps: StepProcessStepConfig[]) => boolean);
|
|
1562
|
+
excludedFromTotalCount?: boolean | (() => boolean);
|
|
1562
1563
|
}
|
|
1563
1564
|
|
|
1564
1565
|
interface StepProcessConfig {
|