@bpost/bp-address-auto-complete-by-component 1.1.7 → 1.1.9
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/esm2020/lib/box-number/box-number.component.mjs +921 -0
- package/esm2020/lib/lib-address-autocomplete-by-component.component.mjs +1420 -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 +777 -0
- package/esm2020/lib/model/Box.mjs +30 -0
- 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 +766 -0
- package/esm2020/lib/street-number/street-number.component.mjs +1008 -0
- package/{esm2022 → esm2020}/lib/utils/constants.mjs +2 -2
- package/esm2020/lib/utils/domhandler.mjs +47 -0
- package/esm2020/lib/utils/highlight-suggestion.pipe.mjs +62 -0
- package/esm2020/lib/utils/prefill-data.mjs +24 -0
- 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/{fesm2022 → fesm2015}/bpost-bp-address-auto-complete-by-component.mjs +1257 -1437
- package/fesm2015/bpost-bp-address-auto-complete-by-component.mjs.map +1 -0
- package/fesm2020/bpost-bp-address-auto-complete-by-component.mjs +5779 -0
- package/fesm2020/bpost-bp-address-auto-complete-by-component.mjs.map +1 -0
- package/lib/lib-address-autocomplete-by-component.component.d.ts +1 -1
- package/lib/lib-address-autocomplete-by-component.module.d.ts +15 -0
- package/package.json +11 -5
- package/VERSION.md +0 -197
- package/esm2022/lib/box-number/box-number.component.mjs +0 -939
- package/esm2022/lib/lib-address-autocomplete-by-component.component.mjs +0 -1432
- package/esm2022/lib/lib-address-autocomplete-by-component.module.mjs +0 -45
- package/esm2022/lib/lib-address-autocomplete-by-component.service.mjs +0 -17
- package/esm2022/lib/locality/locality.component.mjs +0 -832
- package/esm2022/lib/model/Box.mjs +0 -35
- package/esm2022/lib/model/Locality.mjs +0 -35
- package/esm2022/lib/model/Street.mjs +0 -35
- package/esm2022/lib/model/query-parameters.model.mjs +0 -23
- package/esm2022/lib/services/adress.service.mjs +0 -69
- package/esm2022/lib/services/http.service.mjs +0 -61
- package/esm2022/lib/services/locale.service.mjs +0 -39
- package/esm2022/lib/services/nis9.service.mjs +0 -28
- package/esm2022/lib/services/unicode.service.mjs +0 -380
- package/esm2022/lib/street/street.component.mjs +0 -809
- package/esm2022/lib/street-number/street-number.component.mjs +0 -1026
- package/esm2022/lib/utils/domhandler.mjs +0 -51
- package/esm2022/lib/utils/highlight-suggestion.pipe.mjs +0 -76
- package/esm2022/lib/utils/prefill-data.mjs +0 -26
- package/esm2022/lib/utils/prefilled-parameters.mjs +0 -25
- package/esm2022/lib/utils/preflll.event.mjs +0 -9
- package/esm2022/lib/utils/visible-suggestion.directive.mjs +0 -41
- package/fesm2022/bpost-bp-address-auto-complete-by-component.mjs.map +0 -1
- package/install-and-start-demo.bat +0 -11
- 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/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
- /package/{esm2022 → esm2020}/bpost-bp-address-auto-complete-by-component.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/enum/address-level.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/enum/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/enum/input-name.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/enum/source-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/enum/suggestion-level-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/enum/validation-message-option-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/enum/validation-message-type.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/public-api.mjs +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.