@redneckz/wildless-cms-uni-blocks 0.14.907 → 0.14.908

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 (39) hide show
  1. package/bundle/bundle.umd.js +5 -5
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  4. package/bundle/components/OfficesAtmsMap/filters.d.ts +3 -3
  5. package/dist/components/OfficesAtmsMap/FiltrationForm.js +1 -1
  6. package/dist/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
  7. package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  8. package/dist/components/OfficesAtmsMap/filters.d.ts +3 -3
  9. package/dist/components/OfficesAtmsMap/filters.js +3 -3
  10. package/dist/components/OfficesAtmsMap/filters.js.map +1 -1
  11. package/lib/components/OfficesAtmsMap/FiltrationForm.js +1 -1
  12. package/lib/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
  13. package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  14. package/lib/components/OfficesAtmsMap/filters.d.ts +3 -3
  15. package/lib/components/OfficesAtmsMap/filters.js +3 -3
  16. package/lib/components/OfficesAtmsMap/filters.js.map +1 -1
  17. package/mobile/bundle/bundle.umd.js +5 -5
  18. package/mobile/bundle/bundle.umd.min.js +1 -1
  19. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  20. package/mobile/bundle/components/OfficesAtmsMap/filters.d.ts +3 -3
  21. package/mobile/dist/components/OfficesAtmsMap/FiltrationForm.js +1 -1
  22. package/mobile/dist/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
  23. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  24. package/mobile/dist/components/OfficesAtmsMap/filters.d.ts +3 -3
  25. package/mobile/dist/components/OfficesAtmsMap/filters.js +3 -3
  26. package/mobile/dist/components/OfficesAtmsMap/filters.js.map +1 -1
  27. package/mobile/lib/components/OfficesAtmsMap/FiltrationForm.js +1 -1
  28. package/mobile/lib/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
  29. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
  30. package/mobile/lib/components/OfficesAtmsMap/filters.d.ts +3 -3
  31. package/mobile/lib/components/OfficesAtmsMap/filters.js +3 -3
  32. package/mobile/lib/components/OfficesAtmsMap/filters.js.map +1 -1
  33. package/mobile/src/components/OfficesAtmsMap/FiltrationForm.tsx +1 -1
  34. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +1 -1
  35. package/mobile/src/components/OfficesAtmsMap/filters.ts +4 -4
  36. package/package.json +1 -1
  37. package/src/components/OfficesAtmsMap/FiltrationForm.tsx +1 -1
  38. package/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +1 -1
  39. package/src/components/OfficesAtmsMap/filters.ts +4 -4
@@ -4077,7 +4077,7 @@
4077
4077
  bullionOperations: false,
4078
4078
  preciousMetalsOperations: false,
4079
4079
  transferringDataToBiometricSystem: false,
4080
- hasAccessibilitySign: false,
4080
+ barrierFree: false,
4081
4081
  equippedWithRamp: false,
4082
4082
  equippedWithLift: false,
4083
4083
  equippedWithElevator: false,
@@ -4103,7 +4103,7 @@
4103
4103
  serviceDisabledPeople: 'Для маломобильных граждан',
4104
4104
  workAllTime: 'Круглосуточно',
4105
4105
  workingSaturday: 'Открыты по субботам',
4106
- hasAccessibilitySign: 'Без барьеров',
4106
+ barrierFree: 'Без барьеров',
4107
4107
  equippedWithRamp: 'Есть пандус',
4108
4108
  equippedWithLift: 'Есть подъёмник',
4109
4109
  equippedWithElevator: 'Есть лифт',
@@ -4130,7 +4130,7 @@
4130
4130
  bullionOperations: (item) => Boolean('bullionOperations' in item && item.bullionOperations),
4131
4131
  preciousMetalsOperations: (item) => Boolean('preciousMetalsOperations' in item && item.preciousMetalsOperations),
4132
4132
  transferringDataToBiometricSystem: (item) => Boolean('transferringDataToBiometricSystem' in item && item.transferringDataToBiometricSystem),
4133
- hasAccessibilitySign: (item) => Boolean('hasAccessibilitySign' in item && item.hasAccessibilitySign),
4133
+ barrierFree: (item) => Boolean('barrierFree' in item && item.barrierFree),
4134
4134
  equippedWithRamp: (item) => Boolean('equippedWithRamp' in item && item.equippedWithRamp),
4135
4135
  equippedWithLift: (item) => Boolean('equippedWithLift' in item && item.equippedWithLift),
4136
4136
  equippedWithElevator: (item) => Boolean('equippedWithElevator' in item && item.equippedWithElevator),
@@ -11213,7 +11213,7 @@
11213
11213
  'preciousMetalsOperations',
11214
11214
  ];
11215
11215
  const DISABLED_SERVICE_FILTERS = [
11216
- 'hasAccessibilitySign',
11216
+ 'barrierFree',
11217
11217
  'equippedWithRamp',
11218
11218
  'equippedWithLift',
11219
11219
  'equippedWithElevator',
@@ -11998,7 +11998,7 @@
11998
11998
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11999
11999
  });
12000
12000
 
12001
- const packageVersion = "0.14.906";
12001
+ const packageVersion = "0.14.907";
12002
12002
 
12003
12003
  exports.Blocks = Blocks;
12004
12004
  exports.ContentPage = ContentPage;