@redneckz/wildless-cms-uni-blocks 0.14.809 → 0.14.810
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/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/CalculatorDeposit/CalculatorDepositContent.d.ts +0 -2
- package/dist/components/CalculatorDeposit/CalculatorDepositContent.d.ts +0 -2
- package/lib/components/CalculatorDeposit/CalculatorDepositContent.d.ts +0 -2
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/CalculatorDeposit/CalculatorDepositContent.d.ts +0 -2
- package/mobile/dist/components/CalculatorDeposit/CalculatorDepositContent.d.ts +0 -2
- package/mobile/lib/components/CalculatorDeposit/CalculatorDepositContent.d.ts +0 -2
- package/mobile/src/components/CalculatorDeposit/CalculatorDepositContent.ts +0 -2
- package/package.json +1 -1
- package/src/components/CalculatorDeposit/CalculatorDepositContent.ts +0 -2
|
@@ -44,8 +44,6 @@ export interface CalculatorDepositParamsViewSettings {
|
|
|
44
44
|
isShowWithdrawn?: boolean;
|
|
45
45
|
/** @title Новый клиент */
|
|
46
46
|
isShowNewClient?: boolean;
|
|
47
|
-
/** @title Новый клиент */
|
|
48
|
-
isShowExtraPercent?: boolean;
|
|
49
47
|
}
|
|
50
48
|
export interface CommonDepositParams {
|
|
51
49
|
/** @title Возможность пополнять */
|
|
@@ -44,8 +44,6 @@ export interface CalculatorDepositParamsViewSettings {
|
|
|
44
44
|
isShowWithdrawn?: boolean;
|
|
45
45
|
/** @title Новый клиент */
|
|
46
46
|
isShowNewClient?: boolean;
|
|
47
|
-
/** @title Новый клиент */
|
|
48
|
-
isShowExtraPercent?: boolean;
|
|
49
47
|
}
|
|
50
48
|
export interface CommonDepositParams {
|
|
51
49
|
/** @title Возможность пополнять */
|
|
@@ -44,8 +44,6 @@ export interface CalculatorDepositParamsViewSettings {
|
|
|
44
44
|
isShowWithdrawn?: boolean;
|
|
45
45
|
/** @title Новый клиент */
|
|
46
46
|
isShowNewClient?: boolean;
|
|
47
|
-
/** @title Новый клиент */
|
|
48
|
-
isShowExtraPercent?: boolean;
|
|
49
47
|
}
|
|
50
48
|
export interface CommonDepositParams {
|
|
51
49
|
/** @title Возможность пополнять */
|
|
@@ -10752,7 +10752,7 @@
|
|
|
10752
10752
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10753
10753
|
});
|
|
10754
10754
|
|
|
10755
|
-
const packageVersion = "0.14.
|
|
10755
|
+
const packageVersion = "0.14.809";
|
|
10756
10756
|
|
|
10757
10757
|
exports.Blocks = Blocks;
|
|
10758
10758
|
exports.ContentPage = ContentPage;
|