@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.
- package/bundle/bundle.umd.js +5 -5
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
- package/bundle/components/OfficesAtmsMap/filters.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/FiltrationForm.js +1 -1
- package/dist/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
- package/dist/components/OfficesAtmsMap/filters.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/filters.js +3 -3
- package/dist/components/OfficesAtmsMap/filters.js.map +1 -1
- package/lib/components/OfficesAtmsMap/FiltrationForm.js +1 -1
- package/lib/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
- package/lib/components/OfficesAtmsMap/filters.d.ts +3 -3
- package/lib/components/OfficesAtmsMap/filters.js +3 -3
- package/lib/components/OfficesAtmsMap/filters.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +5 -5
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/filters.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/FiltrationForm.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
- package/mobile/dist/components/OfficesAtmsMap/filters.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/filters.js +3 -3
- package/mobile/dist/components/OfficesAtmsMap/filters.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/FiltrationForm.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/FiltrationForm.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +1 -1
- package/mobile/lib/components/OfficesAtmsMap/filters.d.ts +3 -3
- package/mobile/lib/components/OfficesAtmsMap/filters.js +3 -3
- package/mobile/lib/components/OfficesAtmsMap/filters.js.map +1 -1
- package/mobile/src/components/OfficesAtmsMap/FiltrationForm.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/filters.ts +4 -4
- package/package.json +1 -1
- package/src/components/OfficesAtmsMap/FiltrationForm.tsx +1 -1
- package/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +1 -1
- package/src/components/OfficesAtmsMap/filters.ts +4 -4
package/bundle/bundle.umd.js
CHANGED
|
@@ -4077,7 +4077,7 @@
|
|
|
4077
4077
|
bullionOperations: false,
|
|
4078
4078
|
preciousMetalsOperations: false,
|
|
4079
4079
|
transferringDataToBiometricSystem: false,
|
|
4080
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
'
|
|
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.
|
|
12001
|
+
const packageVersion = "0.14.907";
|
|
12002
12002
|
|
|
12003
12003
|
exports.Blocks = Blocks;
|
|
12004
12004
|
exports.ContentPage = ContentPage;
|