@redneckz/wildless-cms-uni-blocks 0.14.516 → 0.14.517

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.
Files changed (36) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +1 -1
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +2 -2
  5. package/dist/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +2 -2
  6. package/lib/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +2 -2
  7. package/mobile/bundle/bundle.umd.js +1 -1
  8. package/mobile/bundle/bundle.umd.min.js +1 -1
  9. package/mobile/bundle/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +2 -2
  10. package/mobile/dist/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +2 -2
  11. package/mobile/lib/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +2 -2
  12. package/mobile/src/components/BankAccountFiltration/BankAccountFiltration.example.json +1 -1
  13. package/mobile/src/components/BankAccountFiltration/BankAccountFiltration.ui.json +8 -3
  14. package/mobile/src/components/CalculatorBonus/CalculatorBonus.example.json +6 -1
  15. package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.example.json +6 -0
  16. package/mobile/src/components/CalculatorCredit/CalculatorCredit.example.json +6 -0
  17. package/mobile/src/components/CalculatorDeposit/CalculatorDeposit.example.json +6 -0
  18. package/mobile/src/components/CalculatorRefinancing/CalculatorRefinancing.example.json +6 -0
  19. package/mobile/src/components/DepositFiltration/DepositFiltration.example.json +1 -1
  20. package/mobile/src/components/DepositFiltration/DepositFiltration.ui.json +8 -3
  21. package/mobile/src/components/MortgageFiltration/MortgageFiltration.example.json +1 -1
  22. package/mobile/src/components/MortgageFiltration/MortgageFiltration.ui.json +8 -3
  23. package/mobile/src/ui-kit/BaseFiltration/FiltrationSchemaContent.ts +2 -2
  24. package/package.json +1 -1
  25. package/src/components/BankAccountFiltration/BankAccountFiltration.example.json +1 -1
  26. package/src/components/BankAccountFiltration/BankAccountFiltration.ui.json +8 -3
  27. package/src/components/CalculatorBonus/CalculatorBonus.example.json +6 -1
  28. package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.example.json +6 -0
  29. package/src/components/CalculatorCredit/CalculatorCredit.example.json +6 -0
  30. package/src/components/CalculatorDeposit/CalculatorDeposit.example.json +6 -0
  31. package/src/components/CalculatorRefinancing/CalculatorRefinancing.example.json +6 -0
  32. package/src/components/DepositFiltration/DepositFiltration.example.json +1 -1
  33. package/src/components/DepositFiltration/DepositFiltration.ui.json +8 -3
  34. package/src/components/MortgageFiltration/MortgageFiltration.example.json +1 -1
  35. package/src/components/MortgageFiltration/MortgageFiltration.ui.json +8 -3
  36. package/src/ui-kit/BaseFiltration/FiltrationSchemaContent.ts +2 -2
@@ -18,9 +18,9 @@ export declare type StringArray = {
18
18
  * @hidden
19
19
  */
20
20
  type?: 'array';
21
- /** @title Минимальное количество */
21
+ /** @hidden */
22
22
  minItems?: number;
23
- /** @title Максимальное количество */
23
+ /** @hidden */
24
24
  maxItems?: number;
25
25
  /** @title */
26
26
  items?: {
@@ -18,9 +18,9 @@ export declare type StringArray = {
18
18
  * @hidden
19
19
  */
20
20
  type?: 'array';
21
- /** @title Минимальное количество */
21
+ /** @hidden */
22
22
  minItems?: number;
23
- /** @title Максимальное количество */
23
+ /** @hidden */
24
24
  maxItems?: number;
25
25
  /** @title */
26
26
  items?: {
@@ -18,9 +18,9 @@ export declare type StringArray = {
18
18
  * @hidden
19
19
  */
20
20
  type?: 'array';
21
- /** @title Минимальное количество */
21
+ /** @hidden */
22
22
  minItems?: number;
23
- /** @title Максимальное количество */
23
+ /** @hidden */
24
24
  maxItems?: number;
25
25
  /** @title */
26
26
  items?: {
@@ -6087,7 +6087,7 @@
6087
6087
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6088
6088
  });
6089
6089
 
6090
- const packageVersion = "0.14.515";
6090
+ const packageVersion = "0.14.516";
6091
6091
 
6092
6092
  exports.Blocks = Blocks;
6093
6093
  exports.ContentPage = ContentPage;