@bpost/bp-address-auto-complete-by-component 1.1.1 → 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.
- package/bpost-bp-address-auto-complete-by-component.d.ts +1 -11
- package/esm2020/bpost-bp-address-auto-complete-by-component.mjs +5 -0
- package/esm2020/lib/box-number/box-number.component.mjs +873 -0
- package/esm2020/lib/enum/address-level.enum.mjs +8 -0
- package/esm2020/lib/enum/index.mjs +7 -0
- package/esm2020/lib/enum/input-name.enum.mjs +8 -0
- package/esm2020/lib/enum/source-type.enum.mjs +5 -0
- package/esm2020/lib/enum/suggestion-level-type.enum.mjs +8 -0
- package/esm2020/lib/enum/validation-message-option-type.enum.mjs +6 -0
- package/esm2020/lib/enum/validation-message-type.enum.mjs +7 -0
- package/esm2020/lib/lib-address-autocomplete-by-component.component.mjs +1383 -0
- package/esm2020/lib/lib-address-autocomplete-by-component.module.mjs +65 -0
- package/esm2020/lib/lib-address-autocomplete-by-component.service.mjs +14 -0
- package/esm2020/lib/locality/locality.component.mjs +747 -0
- package/{esm2015/lib/model/Locality.js → esm2020/lib/model/Box.mjs} +2 -2
- package/esm2020/lib/model/Locality.mjs +30 -0
- package/esm2020/lib/model/Street.mjs +30 -0
- package/esm2020/lib/model/query-parameters.model.mjs +21 -0
- package/esm2020/lib/services/adress.service.mjs +64 -0
- package/esm2020/lib/services/http.service.mjs +57 -0
- package/esm2020/lib/services/locale.service.mjs +37 -0
- package/esm2020/lib/services/nis9.service.mjs +26 -0
- package/esm2020/lib/services/unicode.service.mjs +376 -0
- package/esm2020/lib/street/street.component.mjs +735 -0
- package/esm2020/lib/street-number/street-number.component.mjs +967 -0
- package/esm2020/lib/utils/constants.mjs +2 -0
- package/esm2020/lib/utils/domhandler.mjs +47 -0
- package/esm2020/lib/utils/highlight-suggestion.pipe.mjs +62 -0
- package/{esm5/lib/utils/prefill-data.js → esm2020/lib/utils/prefill-data.mjs} +5 -7
- package/esm2020/lib/utils/prefilled-parameters.mjs +23 -0
- package/esm2020/lib/utils/preflll.event.mjs +7 -0
- package/esm2020/lib/utils/visible-suggestion.directive.mjs +39 -0
- package/esm2020/public-api.mjs +9 -0
- package/fesm2015/{bpost-bp-address-auto-complete-by-component.js → bpost-bp-address-auto-complete-by-component.mjs} +1141 -808
- package/fesm2015/bpost-bp-address-auto-complete-by-component.mjs.map +1 -0
- package/{fesm5/bpost-bp-address-auto-complete-by-component.js → fesm2020/bpost-bp-address-auto-complete-by-component.mjs} +2073 -1945
- package/fesm2020/bpost-bp-address-auto-complete-by-component.mjs.map +1 -0
- package/lib/box-number/box-number.component.d.ts +11 -2
- package/lib/enum/index.d.ts +3 -0
- package/lib/enum/suggestion-level-type.enum.d.ts +5 -0
- package/lib/lib-address-autocomplete-by-component.component.d.ts +9 -0
- package/lib/lib-address-autocomplete-by-component.module.d.ts +15 -0
- package/lib/lib-address-autocomplete-by-component.service.d.ts +3 -0
- package/lib/locality/locality.component.d.ts +3 -0
- package/lib/services/adress.service.d.ts +3 -0
- package/lib/services/http.service.d.ts +5 -0
- package/lib/services/locale.service.d.ts +3 -0
- package/lib/services/nis9.service.d.ts +3 -0
- package/lib/services/unicode.service.d.ts +3 -0
- package/lib/street/street.component.d.ts +3 -0
- package/lib/street-number/street-number.component.d.ts +9 -1
- package/lib/utils/constants.d.ts +1 -0
- package/lib/utils/highlight-suggestion.pipe.d.ts +3 -0
- package/lib/utils/visible-suggestion.directive.d.ts +3 -0
- package/package.json +23 -13
- package/VERSION.md +0 -159
- package/address-complete-2020-04-15_23-29-54.png +0 -0
- package/address-incomplete-2020-04-15_23-28-40.png +0 -0
- package/bpost-bp-address-auto-complete-by-component.metadata.json +0 -1
- package/bundles/bpost-bp-address-auto-complete-by-component.umd.js +0 -5689
- package/bundles/bpost-bp-address-auto-complete-by-component.umd.js.map +0 -1
- package/bundles/bpost-bp-address-auto-complete-by-component.umd.min.js +0 -16
- package/bundles/bpost-bp-address-auto-complete-by-component.umd.min.js.map +0 -1
- package/esm2015/bpost-bp-address-auto-complete-by-component.js +0 -16
- package/esm2015/lib/box-number/box-number.component.js +0 -811
- package/esm2015/lib/enum/address-level.enum.js +0 -8
- package/esm2015/lib/enum/index.js +0 -4
- package/esm2015/lib/enum/input-name.enum.js +0 -8
- package/esm2015/lib/enum/source-type.enum.js +0 -5
- package/esm2015/lib/enum/validation-message-option-type.enum.js +0 -6
- package/esm2015/lib/enum/validation-message-type.enum.js +0 -7
- package/esm2015/lib/lib-address-autocomplete-by-component.component.js +0 -1167
- package/esm2015/lib/lib-address-autocomplete-by-component.module.js +0 -42
- package/esm2015/lib/lib-address-autocomplete-by-component.service.js +0 -14
- package/esm2015/lib/locality/locality.component.js +0 -769
- package/esm2015/lib/model/Box.js +0 -30
- package/esm2015/lib/model/Street.js +0 -30
- package/esm2015/lib/model/query-parameters.model.js +0 -21
- package/esm2015/lib/services/adress.service.js +0 -68
- package/esm2015/lib/services/http.service.js +0 -53
- package/esm2015/lib/services/locale.service.js +0 -39
- package/esm2015/lib/services/nis9.service.js +0 -30
- package/esm2015/lib/services/unicode.service.js +0 -376
- package/esm2015/lib/street/street.component.js +0 -749
- package/esm2015/lib/street-number/street-number.component.js +0 -900
- package/esm2015/lib/utils/domhandler.js +0 -47
- package/esm2015/lib/utils/highlight-suggestion.pipe.js +0 -63
- package/esm2015/lib/utils/prefill-data.js +0 -24
- package/esm2015/lib/utils/prefilled-parameters.js +0 -23
- package/esm2015/lib/utils/preflll.event.js +0 -7
- package/esm2015/lib/utils/visible-suggestion.directive.js +0 -42
- package/esm2015/public-api.js +0 -9
- package/esm5/bpost-bp-address-auto-complete-by-component.js +0 -16
- package/esm5/lib/box-number/box-number.component.js +0 -831
- package/esm5/lib/enum/address-level.enum.js +0 -8
- package/esm5/lib/enum/index.js +0 -4
- package/esm5/lib/enum/input-name.enum.js +0 -8
- package/esm5/lib/enum/source-type.enum.js +0 -5
- package/esm5/lib/enum/validation-message-option-type.enum.js +0 -6
- package/esm5/lib/enum/validation-message-type.enum.js +0 -7
- package/esm5/lib/lib-address-autocomplete-by-component.component.js +0 -1183
- package/esm5/lib/lib-address-autocomplete-by-component.module.js +0 -45
- package/esm5/lib/lib-address-autocomplete-by-component.service.js +0 -16
- package/esm5/lib/locality/locality.component.js +0 -825
- package/esm5/lib/model/Box.js +0 -35
- package/esm5/lib/model/Locality.js +0 -35
- package/esm5/lib/model/Street.js +0 -35
- package/esm5/lib/model/query-parameters.model.js +0 -23
- package/esm5/lib/services/adress.service.js +0 -72
- package/esm5/lib/services/http.service.js +0 -55
- package/esm5/lib/services/locale.service.js +0 -40
- package/esm5/lib/services/nis9.service.js +0 -31
- package/esm5/lib/services/unicode.service.js +0 -379
- package/esm5/lib/street/street.component.js +0 -794
- package/esm5/lib/street-number/street-number.component.js +0 -920
- package/esm5/lib/utils/domhandler.js +0 -51
- package/esm5/lib/utils/highlight-suggestion.pipe.js +0 -75
- package/esm5/lib/utils/prefilled-parameters.js +0 -25
- package/esm5/lib/utils/preflll.event.js +0 -9
- package/esm5/lib/utils/visible-suggestion.directive.js +0 -43
- package/esm5/public-api.js +0 -9
- package/fesm2015/bpost-bp-address-auto-complete-by-component.js.map +0 -1
- package/fesm5/bpost-bp-address-auto-complete-by-component.js.map +0 -1
- package/install-and-start-demo.bat +0 -11
- package/resources/assets/aacwidget/i18n/de.json +0 -62
- package/resources/assets/aacwidget/i18n/en.json +0 -62
- package/resources/assets/aacwidget/i18n/fr.json +0 -62
- package/resources/assets/aacwidget/i18n/nl.json +0 -62
- package/resources/assets/aacwidget/scss/aacwidget-custom.scss +0 -81
- package/resources/assets/aacwidget/scss/aacwidget-default.scss +0 -424
- package/tutorial/aacwidget-tutorial/.editorconfig +0 -16
- package/tutorial/aacwidget-tutorial/angular.json +0 -128
- package/tutorial/aacwidget-tutorial/browserslist +0 -13
- package/tutorial/aacwidget-tutorial/e2e/protractor.conf.js +0 -32
- package/tutorial/aacwidget-tutorial/e2e/src/app.e2e-spec.ts +0 -23
- package/tutorial/aacwidget-tutorial/e2e/src/app.po.ts +0 -11
- package/tutorial/aacwidget-tutorial/e2e/tsconfig.json +0 -13
- package/tutorial/aacwidget-tutorial/karma.conf.js +0 -32
- package/tutorial/aacwidget-tutorial/package-lock.json +0 -13314
- package/tutorial/aacwidget-tutorial/package.json +0 -49
- package/tutorial/aacwidget-tutorial/src/app/app-routing.module.ts +0 -18
- package/tutorial/aacwidget-tutorial/src/app/app.component.html +0 -6
- package/tutorial/aacwidget-tutorial/src/app/app.component.scss +0 -0
- package/tutorial/aacwidget-tutorial/src/app/app.component.spec.ts +0 -35
- package/tutorial/aacwidget-tutorial/src/app/app.component.ts +0 -28
- package/tutorial/aacwidget-tutorial/src/app/app.module.ts +0 -47
- package/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.html +0 -57
- package/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.scss +0 -0
- package/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.ts +0 -160
- package/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.html +0 -20
- package/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.scss +0 -0
- package/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.spec.ts +0 -25
- package/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.ts +0 -49
- package/tutorial/aacwidget-tutorial/src/assets/.gitkeep +0 -0
- package/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/de.json +0 -62
- package/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/en.json +0 -62
- package/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/fr.json +0 -62
- package/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/nl.json +0 -62
- package/tutorial/aacwidget-tutorial/src/assets/aacwidget/scss/aacwidget-custom.scss +0 -81
- package/tutorial/aacwidget-tutorial/src/assets/aacwidget/scss/aacwidget-default.scss +0 -424
- package/tutorial/aacwidget-tutorial/src/environments/environment.prod.ts +0 -3
- package/tutorial/aacwidget-tutorial/src/environments/environment.ts +0 -16
- package/tutorial/aacwidget-tutorial/src/favicon.ico +0 -0
- package/tutorial/aacwidget-tutorial/src/index.html +0 -45
- package/tutorial/aacwidget-tutorial/src/main.ts +0 -12
- package/tutorial/aacwidget-tutorial/src/polyfills.ts +0 -63
- package/tutorial/aacwidget-tutorial/src/styles.scss +0 -4
- package/tutorial/aacwidget-tutorial/src/test.ts +0 -25
- package/tutorial/aacwidget-tutorial/tsconfig.app.json +0 -15
- package/tutorial/aacwidget-tutorial/tsconfig.json +0 -23
- package/tutorial/aacwidget-tutorial/tsconfig.spec.json +0 -18
- package/tutorial/aacwidget-tutorial/tslint.json +0 -148
- package/tutorial/tutorial-videos.txt +0 -41
|
@@ -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
|
-
|