project-booster-vue 9.21.0 → 9.22.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.21.0",
3
+ "version": "9.22.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -102,6 +102,7 @@ import PbSmartProgressionPrice from '../progression-price/PbSmartProgressionPric
102
102
  import PbSpaceInput from '../question/space-input/PbSpaceInput.vue';
103
103
  import PbUploadDocument from '../question/upload-document/PbUploadDocument.vue';
104
104
  import PbConfigurationsImport from '../question/configurations-import/PbConfigurationsImport.vue';
105
+ import PbCitySearch from '../question/city-search/PbCitySearch.vue';
105
106
  import { areConditionsValid } from '../../services/scenarioConditionals';
106
107
  import {
107
108
  Scenario,
@@ -136,6 +137,7 @@ export default defineComponent({
136
137
  PbUploadDocument,
137
138
  PbConfigurationsImport,
138
139
  PbAppointmentForm,
140
+ PbCitySearch,
139
141
  },
140
142
 
141
143
  props: {