@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?: {
@@ -62,6 +62,6 @@
62
62
  "title": "Нет подходящего тарифа",
63
63
  "description": "Попробуйте очистить фильтры"
64
64
  },
65
- "blocksSection": { "view": "carousel" }
65
+ "blocksSection": { "view": "carousel", "label": "Заголовок" }
66
66
  }
67
67
  }
@@ -1,7 +1,12 @@
1
1
  {
2
- "blocksSection": {
3
- "view": {
4
- "ui:widget": "hidden"
2
+ "content": {
3
+ "blocksSection": {
4
+ "view": {
5
+ "ui:widget": "hidden"
6
+ },
7
+ "topItemsCount": {
8
+ "ui:field": "number"
9
+ }
5
10
  }
6
11
  }
7
12
  }
@@ -1 +1,6 @@
1
- {}
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -58,6 +58,6 @@
58
58
  "title": "Нет подходящей программы",
59
59
  "description": "Попробуйте очистить фильтры"
60
60
  },
61
- "blocksSection": { "view": "grid" }
61
+ "blocksSection": { "view": "grid", "label": "Заголовок" }
62
62
  }
63
63
  }
@@ -1,7 +1,12 @@
1
1
  {
2
- "blocksSection": {
3
- "view": {
4
- "ui:widget": "hidden"
2
+ "content": {
3
+ "blocksSection": {
4
+ "view": {
5
+ "ui:widget": "hidden"
6
+ },
7
+ "topItemsCount": {
8
+ "ui:field": "number"
9
+ }
5
10
  }
6
11
  }
7
12
  }
@@ -110,6 +110,6 @@
110
110
  "title": "Нет подходящей программы",
111
111
  "description": "Попробуйте очистить фильтры"
112
112
  },
113
- "blocksSection": { "view": "grid" }
113
+ "blocksSection": { "view": "grid", "label": "Заголовок" }
114
114
  }
115
115
  }
@@ -1,7 +1,12 @@
1
1
  {
2
- "blocksSection": {
3
- "view": {
4
- "ui:widget": "hidden"
2
+ "content": {
3
+ "blocksSection": {
4
+ "view": {
5
+ "ui:widget": "hidden"
6
+ },
7
+ "topItemsCount": {
8
+ "ui:field": "number"
9
+ }
5
10
  }
6
11
  }
7
12
  }
@@ -22,9 +22,9 @@ export type StringArray = {
22
22
  * @hidden
23
23
  */
24
24
  type?: 'array';
25
- /** @title Минимальное количество */
25
+ /** @hidden */
26
26
  minItems?: number;
27
- /** @title Максимальное количество */
27
+ /** @hidden */
28
28
  maxItems?: number;
29
29
  /** @title */
30
30
  items?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redneckz/wildless-cms-uni-blocks",
3
- "version": "0.14.516",
3
+ "version": "0.14.517",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "ЦК",
@@ -62,6 +62,6 @@
62
62
  "title": "Нет подходящего тарифа",
63
63
  "description": "Попробуйте очистить фильтры"
64
64
  },
65
- "blocksSection": { "view": "carousel" }
65
+ "blocksSection": { "view": "carousel", "label": "Заголовок" }
66
66
  }
67
67
  }
@@ -1,7 +1,12 @@
1
1
  {
2
- "blocksSection": {
3
- "view": {
4
- "ui:widget": "hidden"
2
+ "content": {
3
+ "blocksSection": {
4
+ "view": {
5
+ "ui:widget": "hidden"
6
+ },
7
+ "topItemsCount": {
8
+ "ui:field": "number"
9
+ }
5
10
  }
6
11
  }
7
12
  }
@@ -1 +1,6 @@
1
- {}
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "content": {
3
+ "version": "primary",
4
+ "padding": ""
5
+ }
6
+ }
@@ -58,6 +58,6 @@
58
58
  "title": "Нет подходящей программы",
59
59
  "description": "Попробуйте очистить фильтры"
60
60
  },
61
- "blocksSection": { "view": "grid" }
61
+ "blocksSection": { "view": "grid", "label": "Заголовок" }
62
62
  }
63
63
  }
@@ -1,7 +1,12 @@
1
1
  {
2
- "blocksSection": {
3
- "view": {
4
- "ui:widget": "hidden"
2
+ "content": {
3
+ "blocksSection": {
4
+ "view": {
5
+ "ui:widget": "hidden"
6
+ },
7
+ "topItemsCount": {
8
+ "ui:field": "number"
9
+ }
5
10
  }
6
11
  }
7
12
  }
@@ -110,6 +110,6 @@
110
110
  "title": "Нет подходящей программы",
111
111
  "description": "Попробуйте очистить фильтры"
112
112
  },
113
- "blocksSection": { "view": "grid" }
113
+ "blocksSection": { "view": "grid", "label": "Заголовок" }
114
114
  }
115
115
  }
@@ -1,7 +1,12 @@
1
1
  {
2
- "blocksSection": {
3
- "view": {
4
- "ui:widget": "hidden"
2
+ "content": {
3
+ "blocksSection": {
4
+ "view": {
5
+ "ui:widget": "hidden"
6
+ },
7
+ "topItemsCount": {
8
+ "ui:field": "number"
9
+ }
5
10
  }
6
11
  }
7
12
  }
@@ -22,9 +22,9 @@ export type StringArray = {
22
22
  * @hidden
23
23
  */
24
24
  type?: 'array';
25
- /** @title Минимальное количество */
25
+ /** @hidden */
26
26
  minItems?: number;
27
- /** @title Максимальное количество */
27
+ /** @hidden */
28
28
  maxItems?: number;
29
29
  /** @title */
30
30
  items?: {