@bpost/bp-address-auto-complete-by-component 1.1.3 → 1.1.5

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 (70) hide show
  1. package/esm2020/lib/box-number/box-number.component.mjs +80 -7
  2. package/esm2020/lib/lib-address-autocomplete-by-component.component.mjs +152 -2
  3. package/esm2020/lib/locality/locality.component.mjs +2 -2
  4. package/esm2020/lib/services/adress.service.mjs +2 -2
  5. package/esm2020/lib/street/street.component.mjs +11 -1
  6. package/esm2020/lib/street-number/street-number.component.mjs +82 -6
  7. package/esm2020/lib/utils/constants.mjs +2 -2
  8. package/fesm2015/bpost-bp-address-auto-complete-by-component.mjs +324 -15
  9. package/fesm2015/bpost-bp-address-auto-complete-by-component.mjs.map +1 -1
  10. package/fesm2020/bpost-bp-address-auto-complete-by-component.mjs +324 -15
  11. package/fesm2020/bpost-bp-address-auto-complete-by-component.mjs.map +1 -1
  12. package/lib/box-number/box-number.component.d.ts +5 -2
  13. package/lib/lib-address-autocomplete-by-component.component.d.ts +2 -0
  14. package/lib/street-number/street-number.component.d.ts +3 -0
  15. package/lib/utils/constants.d.ts +1 -1
  16. package/package.json +1 -1
  17. package/VERSION.md +0 -195
  18. package/address-complete-2020-04-15_23-29-54.png +0 -0
  19. package/address-incomplete-2020-04-15_23-28-40.png +0 -0
  20. package/install-and-start-demo.bat +0 -11
  21. package/resources/assets/aacwidget/i18n/de.json +0 -62
  22. package/resources/assets/aacwidget/i18n/en.json +0 -62
  23. package/resources/assets/aacwidget/i18n/fr.json +0 -62
  24. package/resources/assets/aacwidget/i18n/nl.json +0 -62
  25. package/resources/assets/aacwidget/scss/aacwidget-custom.scss +0 -81
  26. package/resources/assets/aacwidget/scss/aacwidget-default.scss +0 -424
  27. package/tutorial/tutorial/aacwidget-tutorial/.editorconfig +0 -16
  28. package/tutorial/tutorial/aacwidget-tutorial/README.md +0 -27
  29. package/tutorial/tutorial/aacwidget-tutorial/angular.json +0 -128
  30. package/tutorial/tutorial/aacwidget-tutorial/browserslist +0 -13
  31. package/tutorial/tutorial/aacwidget-tutorial/e2e/protractor.conf.js +0 -32
  32. package/tutorial/tutorial/aacwidget-tutorial/e2e/src/app.e2e-spec.ts +0 -23
  33. package/tutorial/tutorial/aacwidget-tutorial/e2e/src/app.po.ts +0 -11
  34. package/tutorial/tutorial/aacwidget-tutorial/e2e/tsconfig.json +0 -13
  35. package/tutorial/tutorial/aacwidget-tutorial/karma.conf.js +0 -32
  36. package/tutorial/tutorial/aacwidget-tutorial/package-lock.json +0 -13314
  37. package/tutorial/tutorial/aacwidget-tutorial/package.json +0 -49
  38. package/tutorial/tutorial/aacwidget-tutorial/src/app/app-routing.module.ts +0 -18
  39. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.component.html +0 -6
  40. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.component.scss +0 -0
  41. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.component.spec.ts +0 -35
  42. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.component.ts +0 -28
  43. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.module.ts +0 -47
  44. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.html +0 -57
  45. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.scss +0 -0
  46. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.ts +0 -160
  47. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.html +0 -20
  48. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.scss +0 -0
  49. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.spec.ts +0 -25
  50. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.ts +0 -49
  51. package/tutorial/tutorial/aacwidget-tutorial/src/assets/.gitkeep +0 -0
  52. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/de.json +0 -62
  53. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/en.json +0 -62
  54. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/fr.json +0 -62
  55. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/nl.json +0 -62
  56. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/scss/aacwidget-custom.scss +0 -81
  57. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/scss/aacwidget-default.scss +0 -424
  58. package/tutorial/tutorial/aacwidget-tutorial/src/environments/environment.prod.ts +0 -3
  59. package/tutorial/tutorial/aacwidget-tutorial/src/environments/environment.ts +0 -16
  60. package/tutorial/tutorial/aacwidget-tutorial/src/favicon.ico +0 -0
  61. package/tutorial/tutorial/aacwidget-tutorial/src/index.html +0 -45
  62. package/tutorial/tutorial/aacwidget-tutorial/src/main.ts +0 -12
  63. package/tutorial/tutorial/aacwidget-tutorial/src/polyfills.ts +0 -63
  64. package/tutorial/tutorial/aacwidget-tutorial/src/styles.scss +0 -4
  65. package/tutorial/tutorial/aacwidget-tutorial/src/test.ts +0 -25
  66. package/tutorial/tutorial/aacwidget-tutorial/tsconfig.app.json +0 -15
  67. package/tutorial/tutorial/aacwidget-tutorial/tsconfig.json +0 -23
  68. package/tutorial/tutorial/aacwidget-tutorial/tsconfig.spec.json +0 -18
  69. package/tutorial/tutorial/aacwidget-tutorial/tslint.json +0 -148
  70. package/tutorial/tutorial/tutorial-videos.txt +0 -41
@@ -75,6 +75,7 @@ export declare class BoxNumberComponent implements OnInit, AfterViewChecked, OnC
75
75
  emptyResponse: boolean;
76
76
  prefilling: boolean;
77
77
  isPrefillWithNoMatch: boolean;
78
+ SuggestionLevelType: typeof SuggestionLevelType;
78
79
  constructor(addressService: AddressService, localeService: LocaleService, translateService: TranslateService, unicodeService: UnicodeService);
79
80
  ngOnInit(): void;
80
81
  ngAfterViewChecked(): void;
@@ -108,8 +109,10 @@ export declare class BoxNumberComponent implements OnInit, AfterViewChecked, OnC
108
109
  clearConnectionErrorMessage(): void;
109
110
  parseTopSuggestions(topSuggestions: any, source?: SourceType): void;
110
111
  prefillBuildNotInListSuggestion(): any;
111
- parseSingleSuggestion(suggestion: any, source: SourceType): void;
112
- prefillCheckForPerfectMatch(suggestion: any): void;
112
+ parseSingleSuggestion(suggestion: any, source: SourceType): boolean;
113
+ checkForPerfectMatch(suggestion: any): boolean;
114
+ prefillCheckForPerfectMatch(suggestion: any): boolean;
115
+ onInputChange_new(source?: SourceType): void;
113
116
  onInputChange(source?: SourceType): void;
114
117
  clickSuggestion(event: any, suggestion?: any): void;
115
118
  modifySelectedAddress(suggestion: object): any;
@@ -126,7 +126,9 @@ export declare class LibAddressAutocompleteByComponentComponent implements OnIni
126
126
  }): void;
127
127
  onLocalityPrefillEvent(event: PrefillEvent): void;
128
128
  onStreetPrefillEvent(event: PrefillEvent): void;
129
+ onStreetNumberPrefillEvent_new(event: PrefillEvent): void;
129
130
  onStreetNumberPrefillEvent(event: PrefillEvent): void;
131
+ onBoxNumberPrefillEvent_new(event: PrefillEvent): void;
130
132
  onBoxNumberPrefillEvent(event: PrefillEvent): void;
131
133
  static ɵfac: i0.ɵɵFactoryDeclaration<LibAddressAutocompleteByComponentComponent, never>;
132
134
  static ɵcmp: i0.ɵɵComponentDeclaration<LibAddressAutocompleteByComponentComponent, "bp-lib-address-autocomplete-by-component", never, { "inputLang": "inputLang"; "clearInput": "clearInput"; "validationMessageOption": "validationMessageOption"; "defaultLang": "defaultLang"; "showDebugMessageToConsole": "showDebugMessageToConsole"; "minLevel": "minLevel"; "notInListAllowed": "notInListAllowed"; "addressParams": "addressParams"; "messageOption": "messageOption"; "localityUrl": "localityUrl"; "maxSuggestionLocality": "maxSuggestionLocality"; "visibleSuggestionLocalityCount": "visibleSuggestionLocalityCount"; "sortCriteriaLocality": "sortCriteriaLocality"; "streetUrl": "streetUrl"; "maxSuggestionStreet": "maxSuggestionStreet"; "visibleSuggestionStreetCount": "visibleSuggestionStreetCount"; "sortCriteriaStreet": "sortCriteriaStreet"; "streetNumberUrl": "streetNumberUrl"; "maxSuggestionStreetNb": "maxSuggestionStreetNb"; "visibleSuggestionStreetNbCount": "visibleSuggestionStreetNbCount"; "sortCriteriaStreetNb": "sortCriteriaStreetNb"; "boxNumberUrl": "boxNumberUrl"; "maxSuggestionBoxNb": "maxSuggestionBoxNb"; "visibleSuggestionBoxNbCount": "visibleSuggestionBoxNbCount"; "sortCriteriaBoxNb": "sortCriteriaBoxNb"; "suggestionLevel": "suggestionLevel"; "apiKey": "apiKey"; "isReadonly": "isReadonly"; "nis9InResponse": "nis9InResponse"; "nis9ServiceURL": "nis9ServiceURL"; }, { "addressCompleteEventEmitter": "addressCompleteEventEmitter"; "validationMessageEventEmitter": "validationMessageEventEmitter"; "clearInputEventEmitter": "clearInputEventEmitter"; }, never, never>;
@@ -75,6 +75,7 @@ export declare class StreetNumberComponent implements OnInit, AfterViewChecked,
75
75
  emptyResponse: boolean;
76
76
  prefilling: boolean;
77
77
  isPrefillWithNoMatch: boolean;
78
+ SuggestionLevelType: typeof SuggestionLevelType;
78
79
  constructor(addressService: AddressService, localeService: LocaleService, translateService: TranslateService, unicodeService: UnicodeService);
79
80
  ngOnInit(): void;
80
81
  ngOnDestroy(): void;
@@ -110,7 +111,9 @@ export declare class StreetNumberComponent implements OnInit, AfterViewChecked,
110
111
  parseTopSuggestions(topSuggestions: any, source?: SourceType): void;
111
112
  prefillBuildNotInListSuggestion(): any;
112
113
  parseSingleSuggestion(suggestion: any, source: SourceType): void;
114
+ checkForPerfectMatch(suggestion: any): boolean;
113
115
  prefillCheckForPerfectMatch(suggestion: any): void;
116
+ onInputChange_new(source?: SourceType): void;
114
117
  onInputChange(source?: SourceType): void;
115
118
  clickSuggestion(event: any, suggestion?: any): void;
116
119
  modifySelectedAddress(suggestion: object): any;
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "1.1.3";
1
+ export declare const LIB_VERSION = "1.1.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpost/bp-address-auto-complete-by-component",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"
package/VERSION.md DELETED
@@ -1,195 +0,0 @@
1
- # bp-address-auto-complete-by-component Version
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
4
-
5
- This is a pure angular library and can be imported as a module inside an angular (version>=7) application.
6
- This library is not suited for a pure javascript application.
7
- For any pure JS application, another version of this component exists in our repository.
8
-
9
- ## Version 1.1.3
10
- Adding some features:
11
- - adding new option: suggestionLevel
12
- Possible values:
13
- 1. StreetAndBoxNumber (value: 2)
14
- In that case, drop down for street number and box number are used.
15
- This is the default behaviour as already available in version 1.1.2
16
- 2. StreetNumber (value: 1)
17
- In that case, the suggestion list will not be shown fort the box number,
18
- and the value of the box number is free
19
- 3. None (value: 0)
20
- In that case, both suggestion lists for the street number and box number are not shown,
21
- and value for the stret number and box number are free
22
-
23
- An exemple of the tag:
24
-
25
- <bp-lib-address-autocomplete-by-component
26
- ...
27
- [suggestionLevel]="1"
28
- ...
29
-
30
-
31
-
32
- WARNING:
33
- This version is still under test.
34
- Do not use for production..
35
- A final tested version with those features will be published as version 1.1.4
36
-
37
-
38
-
39
- ## Version 1.1.2
40
- correcting prefilling bug
41
-
42
- ## Version 1.1.1
43
- correcting a small bug
44
-
45
- ## Version 1.1.0
46
- Correction of small bug.
47
- Add a customer demo application.
48
- Just copy it somewhere.
49
- Initialize the packages, running 'npm i'.
50
- Start the demo running'ng serve -o', enjoy.
51
-
52
- ## Version 1.0.30
53
- Adding two features:
54
- - set the component readonly dynamically
55
- - ask to get the nis9 data in response
56
-
57
- To achieve that, we have added 2 new attributes (optional) for the widget.
58
-
59
- - isReadonly: a boolean telling all the fields in the widget are r/o
60
- - nis9InResponse: a boolean telling to add the nis9 data in the response if found.
61
-
62
- In that case, a new field is added in the response.
63
-
64
-
65
- An exemple of the tag:
66
-
67
- <bp-lib-address-autocomplete-by-component
68
-
69
- [isReadonly]="readonly"
70
- [nis9InResponse]="nis9InResponse"
71
- [defaultLang]="defaultLanguage"
72
- [inputLang]="selectedLanguage"
73
-
74
- [showDebugMessageToConsole]="showDebugMessageToConsole"
75
-
76
- (addressCompleteEventEmitter)="onAddressComplete($event)"
77
- (clearInputEventEmitter)="onClearInputEventMessage($event)"
78
- (validationMessageEventEmitter)="onAddressValidationMessage($event)"></bp-lib-address-autocomplete-by-component>
79
-
80
- And if the nis9 data has been found, it is added in the address message, like this:
81
-
82
- {
83
- detectedLanguage: "fr"
84
- houseNumber: "107"
85
- isComplete: true
86
- isCompleteNotificationDone: true
87
- latitude: 50.710406
88
- localityName: "WAVRE"
89
- longitude: 4.629168
90
- municipalityName: "WAVRE"
91
- nis9: "25112A21-"
92
- postalCode: "1300"
93
- searchBarString: "107"
94
- streetName: "AVENUE DES HUIT BONNIERS"
95
- string: "107"
96
- }
97
-
98
- ## Version 1.0.29
99
- Updating url endpoint and adding security keys
100
-
101
- ## Version 1.0.28
102
- Optimizing address search when prefilling: keeping best suggestion when
103
- match found on both municipality name and locality name.
104
-
105
- ## Version 1.0.27
106
- Correcting box number sort
107
-
108
- ## Version 1.0.26
109
- Correcting box number sort
110
- ## Version 1.0.25
111
- Correcting box number sort
112
- ## Version 1.0.24
113
- Correcting box number sort
114
-
115
- ## Version 1.0.23
116
- Logging parameters changes to the console if message log is enabled.
117
-
118
- ## Version 1.0.22
119
- Correction: Sorting on Street and box number
120
-
121
- ## Version 1.0.21
122
- Correction: clear input with or without focus.
123
-
124
- ## Version 1.0.20
125
- Correction: prefilling error detection on locality level.
126
-
127
- ## Version 1.0.19
128
- Suggestion match not working if data is '.'.
129
- Need to escape the value from '.' to '\\.' to make the regep working
130
-
131
- ## Version 1.0.18
132
- Correcting bug when 'not-in-list' option is 'on' and no match found
133
-
134
- ## Version 1.0.17
135
- Prefill support multi lang
136
-
137
- ## Version 1.0.16
138
- Correcting prefilling
139
-
140
- ## Version 1.0.15
141
- When prefilling, indicates the wrong field (no match only) in red
142
-
143
- ## Version 1.0.14
144
- Correcting prefilling
145
-
146
- ## Version 1.0.13
147
- Correcting typeahead when prefilling and suggestion list
148
-
149
- ## Version 1.0.12
150
- Adding a parameter to hide/show log message to the console
151
- showDebugMessageToConsole, with value: true/false
152
-
153
- ## Version 1.0.11
154
- Correcting prefill: use localityNames when available
155
-
156
- ## Version 1.0.10
157
- Correction some bugs of verion 1.0.9.
158
- Adding prefill 'not-in-list' support
159
-
160
- ## Version 1.0.9
161
- Adding an option, for when prefilling, avoid suggestions drop when a field got the focus.
162
- Auto validate an address on prefilling
163
- Correction of some typos in the html (ids definitions)
164
- Prefilling is no more supporting the 'unstructured' address.
165
- (use version 1.0.10 instead !)
166
-
167
- ## Version 1.0.8
168
- Enable the library to support Module Lazy Loading
169
-
170
- ## Version 1.0.7
171
- The documentation in updated ! (finally!)
172
- And added a tutorial with free videos !
173
-
174
- ## Version 1.0.6
175
- Fixing some little bugs, like typos, missing translations in DE
176
-
177
- ## Version 1.0.5
178
- Full refactoring
179
-
180
- ## Version 1.0.4
181
- Correcting some bugs and resources.
182
-
183
- ## Version 1.0.3
184
- First working version of the widget.
185
- It has been refactored and rewritten using angular 9.
186
- But the documentation is still not up2date.
187
-
188
- ## Version 1.0.1, 1.0.2
189
- These are bad version and should not be used !
190
-
191
- ## Version 1.0.0 - 15/04/2020
192
- First version of the component.
193
-
194
-
195
-
@@ -1,11 +0,0 @@
1
- call rmdir demo /Q /S
2
- call mkdir demo
3
- cd demo
4
- call npm init -y
5
- call npm i @bpost/bp-address-auto-complete-by-component-demo-application --save
6
- call xcopy .\node_modules\@bpost\bp-address-auto-complete-by-component-demo-application\*.* . /S /Y
7
- call npm i
8
- echo call ./node_modules/.bin/ng serve --port 4210 -o > run-demo.bat
9
- call run-demo.bat
10
-
11
-
@@ -1,62 +0,0 @@
1
- {
2
- "common": {
3
- "message": {
4
- "address-not-found": "Adresse nicht erkannt.",
5
- "address-validated": "Die Adresse wurde validiert",
6
- "service-unavailable": "Der Dienst ist nicht verfügbar. Bitte versuchen Sie es später erneut."
7
- },
8
- "label": {
9
- "boxNumber": "Boxnummer",
10
- "streetNumber": "Hausnummer",
11
- "municipalityName": "Gemeinde",
12
- "postalCode": "Postleitzahl",
13
- "streetName": "Straßennamen"
14
- }
15
- },
16
- "locality": {
17
- "placeholder": {
18
- "input-placeholder": "Geben Sie eine Postleitzahl / einen Ort an ..."
19
- },
20
- "suggestion": {
21
- "message": {
22
- "subl": "<em>{{sub}}</em> ist eine Untergemeinde von <em>{{principal}}</em>"
23
- }
24
- }
25
- },
26
- "street": {
27
- "placeholder": {
28
- "input-placeholder": "Geben Sie einen Straßennamen an ..."
29
- },
30
- "suggestion": {
31
- "message": {
32
- "subl": "<em>{{sub}}</em> ist eine Untergemeinde von <em>{{principal}}</em>"
33
- }
34
- }
35
- },
36
- "streetNumber": {
37
- "placeholder": {
38
- "input-placeholder": "Geben Sie eine Hausnummer an ..."
39
- },
40
- "suggestion": {
41
- "message": {
42
- "subl": "<em>{{sub}}</em> ist eine Untergemeinde von <em>{{principal}}</em>"
43
- }
44
- },
45
- "message": {
46
- "not-in-list": "Die Hausnummer ist nicht in der Liste"
47
- }
48
- },
49
- "boxNumber": {
50
- "placeholder": {
51
- "input-placeholder": "Geben Sie eine Boxnummer an ..."
52
- },
53
- "suggestion": {
54
- "message": {
55
- "subl": "<em>{{sub}}</em> ist eine Untergemeinde von <em>{{principal}}</em>"
56
- }
57
- },
58
- "message": {
59
- "not-in-list": "Die Boxnummer ist nicht in der Liste"
60
- }
61
- }
62
- }
@@ -1,62 +0,0 @@
1
- {
2
- "common": {
3
- "message": {
4
- "address-not-found": "Address not recognized.",
5
- "address-validated": "The address has been validated",
6
- "service-unavailable": "The service could not be reached. Please try again later."
7
- },
8
- "label": {
9
- "boxNumber": "box number",
10
- "streetNumber": "house number",
11
- "municipalityName": "municipality",
12
- "postalCode": "postal code",
13
- "streetName": "street name"
14
- }
15
- },
16
- "locality": {
17
- "placeholder": {
18
- "input-placeholder": "Provide a postal code / locality..."
19
- },
20
- "suggestion": {
21
- "message": {
22
- "subl": "<em>{{sub}}</em> is a sub-municipality of <em>{{principal}}</em>"
23
- }
24
- }
25
- },
26
- "street": {
27
- "placeholder": {
28
- "input-placeholder": "Provide a streetName..."
29
- },
30
- "suggestion": {
31
- "message": {
32
- "subl": "<em>{{sub}}</em> is a sub-municipality of <em>{{principal}}</em>"
33
- }
34
- }
35
- },
36
- "streetNumber": {
37
- "placeholder": {
38
- "input-placeholder": "Provide a streetNumber..."
39
- },
40
- "suggestion": {
41
- "message": {
42
- "subl": "<em>{{sub}}</em> is a sub-municipality of <em>{{principal}}</em>"
43
- }
44
- },
45
- "message": {
46
- "not-in-list": "The House Number is not in the list"
47
- }
48
- },
49
- "boxNumber": {
50
- "placeholder": {
51
- "input-placeholder": "Provide a boxNumber..."
52
- },
53
- "suggestion": {
54
- "message": {
55
- "subl": "<em>{{sub}}</em> is a sub-municipality of <em>{{principal}}</em>"
56
- }
57
- },
58
- "message": {
59
- "not-in-list": "The Box Number is not in the list"
60
- }
61
- }
62
- }
@@ -1,62 +0,0 @@
1
- {
2
- "common": {
3
- "message": {
4
- "address-not-found": "Adresse non-reconnue.",
5
- "address-validated": "L'adresse a été validée.",
6
- "service-unavailable": "Le service n'est pas disponible, veuillez réessayer plus tard."
7
- },
8
- "label": {
9
- "boxNumber": "une boîte postale",
10
- "streetNumber": "un numéro de maison",
11
- "municipalityName": "un nom de commune",
12
- "postalCode": "un code postal",
13
- "streetName": "un nom de rue"
14
- }
15
- },
16
- "locality": {
17
- "placeholder": {
18
- "input-placeholder": "Fournir un code postal / une localité..."
19
- },
20
- "suggestion": {
21
- "message": {
22
- "subl": "<em>{{sub}}</em> est une sous-commune de <em>{{principal}}</em>"
23
- }
24
- }
25
- },
26
- "street": {
27
- "placeholder": {
28
- "input-placeholder": "Fournir un nom de rue..."
29
- },
30
- "suggestion": {
31
- "message": {
32
- "subl": "<em>{{sub}}</em> est une sous-commune de <em>{{principal}}</em>"
33
- }
34
- }
35
- },
36
- "streetNumber": {
37
- "placeholder": {
38
- "input-placeholder": "Fournir un numéro de rue..."
39
- },
40
- "suggestion": {
41
- "message": {
42
- "subl": "<em>{{sub}}</em> est une sous-commune de <em>{{principal}}</em>"
43
- }
44
- },
45
- "message": {
46
- "not-in-list": "Le numéro de rue n'est pas dans la liste"
47
- }
48
- },
49
- "boxNumber": {
50
- "placeholder": {
51
- "input-placeholder": "Fournir un numéro de boite..."
52
- },
53
- "suggestion": {
54
- "message": {
55
- "subl": "<em>{{sub}}</em> est une sous-commune de <em>{{principal}}</em>"
56
- }
57
- },
58
- "message": {
59
- "not-in-list": "Le numéro de boite n'est pas dans la liste"
60
- }
61
- }
62
- }
@@ -1,62 +0,0 @@
1
- {
2
- "common": {
3
- "message": {
4
- "address-not-found": "Het adres werd niet herkend.",
5
- "address-validated": "Het adres werd gevalideerd.",
6
- "service-unavailable": "Er kon geen verbinding gemaakt worden. Probeer later opnieuw."
7
- },
8
- "label": {
9
- "boxNumber": "postbus",
10
- "streetNumber": "huisnummer",
11
- "municipalityName": "gemeente",
12
- "postalCode": "postcode",
13
- "streetName": "straatnaam"
14
- }
15
- },
16
- "locality": {
17
- "placeholder": {
18
- "input-placeholder": "Voer een postal code / deelgemeente in ..."
19
- },
20
- "suggestion": {
21
- "message": {
22
- "subl": "<em>{{sub}}</em> is een deelgemeente van <em>{{principal}}</em>"
23
- }
24
- }
25
- },
26
- "street": {
27
- "placeholder": {
28
- "input-placeholder": "Voer een straat naam in ..."
29
- },
30
- "suggestion": {
31
- "message": {
32
- "subl": "<em>{{sub}}</em> is een deelgemeente van <em>{{principal}}</em>"
33
- }
34
- }
35
- },
36
- "streetNumber": {
37
- "placeholder": {
38
- "input-placeholder": "Voer een straat nummer in ..."
39
- },
40
- "suggestion": {
41
- "message": {
42
- "subl": "<em>{{sub}}</em> is een deelgemeente van <em>{{principal}}</em>"
43
- }
44
- },
45
- "message": {
46
- "not-in-list": "Het straat nummer staat niet in de lijst"
47
- }
48
- },
49
- "boxNumber": {
50
- "placeholder": {
51
- "input-placeholder": "Voer een bus nummer in ..."
52
- },
53
- "suggestion": {
54
- "message": {
55
- "subl": "<em>{{sub}}</em> is een deelgemeente van <em>{{principal}}</em>"
56
- }
57
- },
58
- "message": {
59
- "not-in-list": "Het bus nummer staat niet in de lijst"
60
- }
61
- }
62
- }
@@ -1,81 +0,0 @@
1
- // ///////////////////////////////////////////////////////
2
-
3
- @media screen and (min-width: 641px) {
4
-
5
- .aacwidget-address-container {
6
-
7
- margin-bottom: 30px;
8
-
9
- .aacwidget-address-locality {
10
- }
11
-
12
- .aacwidget-address-street {
13
- position: absolute;
14
- width: 40%;
15
- .bpaac-input-width {
16
- width: 100%;
17
- }
18
- }
19
-
20
- .aacwidget-address-streetnumber {
21
- position: absolute;
22
- left: 45%;
23
- width: 20%;
24
- .bpaac-input-width {
25
- width: 90%;
26
- }
27
- .streetNbChekmark {
28
- position: relative;
29
- left: 5px;
30
- }
31
- }
32
-
33
- .aacwidget-address-boxnumber {
34
- position: absolute;
35
- left: 70%;
36
- .bpaac-input-width {
37
- width: 80%;
38
- position: relative;
39
- }
40
- .boxNbChekmark {
41
- position: relative;
42
- left: 5px;
43
- }
44
- }
45
- }
46
- }
47
-
48
- @media screen and (max-width: 640px) {
49
- .aacwidget-address-container {
50
-
51
- margin-bottom: 20px;
52
-
53
- .aacwidget-address-locality {
54
- }
55
-
56
- .aacwidget-address-street {
57
- }
58
-
59
- .aacwidget-address-streetnumber {
60
- .bpaac-input-width {
61
- width: 90%;
62
- }
63
- .streetNbChekmark {
64
- position: relative;
65
- }
66
- }
67
-
68
- .aacwidget-address-boxnumber {
69
- .bpaac-input-width {
70
- width: 90%;
71
- position: relative;
72
- }
73
- .boxNbChekmark {
74
- position: relative;
75
- }
76
- }
77
- }
78
- }
79
-
80
-
81
-