@bpost/bp-address-auto-complete-by-component 1.1.8 → 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.
Files changed (51) hide show
  1. package/esm2020/lib/lib-address-autocomplete-by-component.component.mjs +1 -1
  2. package/fesm2015/bpost-bp-address-auto-complete-by-component.mjs.map +1 -1
  3. package/fesm2020/bpost-bp-address-auto-complete-by-component.mjs.map +1 -1
  4. package/lib/lib-address-autocomplete-by-component.component.d.ts +1 -1
  5. package/package.json +1 -1
  6. package/VERSION.md +0 -203
  7. package/install-and-start-demo.bat +0 -11
  8. package/tutorial/tutorial/aacwidget-tutorial/.editorconfig +0 -16
  9. package/tutorial/tutorial/aacwidget-tutorial/README.md +0 -27
  10. package/tutorial/tutorial/aacwidget-tutorial/angular.json +0 -128
  11. package/tutorial/tutorial/aacwidget-tutorial/browserslist +0 -13
  12. package/tutorial/tutorial/aacwidget-tutorial/e2e/protractor.conf.js +0 -32
  13. package/tutorial/tutorial/aacwidget-tutorial/e2e/src/app.e2e-spec.ts +0 -23
  14. package/tutorial/tutorial/aacwidget-tutorial/e2e/src/app.po.ts +0 -11
  15. package/tutorial/tutorial/aacwidget-tutorial/e2e/tsconfig.json +0 -13
  16. package/tutorial/tutorial/aacwidget-tutorial/karma.conf.js +0 -32
  17. package/tutorial/tutorial/aacwidget-tutorial/package-lock.json +0 -13314
  18. package/tutorial/tutorial/aacwidget-tutorial/package.json +0 -49
  19. package/tutorial/tutorial/aacwidget-tutorial/src/app/app-routing.module.ts +0 -18
  20. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.component.html +0 -6
  21. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.component.scss +0 -0
  22. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.component.spec.ts +0 -35
  23. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.component.ts +0 -28
  24. package/tutorial/tutorial/aacwidget-tutorial/src/app/app.module.ts +0 -47
  25. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.html +0 -57
  26. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.scss +0 -0
  27. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-full/widget-full.component.ts +0 -160
  28. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.html +0 -20
  29. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.scss +0 -0
  30. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.spec.ts +0 -25
  31. package/tutorial/tutorial/aacwidget-tutorial/src/app/widget-simple/widget-simple.component.ts +0 -49
  32. package/tutorial/tutorial/aacwidget-tutorial/src/assets/.gitkeep +0 -0
  33. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/de.json +0 -62
  34. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/en.json +0 -62
  35. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/fr.json +0 -62
  36. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/i18n/nl.json +0 -62
  37. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/scss/aacwidget-custom.scss +0 -81
  38. package/tutorial/tutorial/aacwidget-tutorial/src/assets/aacwidget/scss/aacwidget-default.scss +0 -424
  39. package/tutorial/tutorial/aacwidget-tutorial/src/environments/environment.prod.ts +0 -3
  40. package/tutorial/tutorial/aacwidget-tutorial/src/environments/environment.ts +0 -16
  41. package/tutorial/tutorial/aacwidget-tutorial/src/favicon.ico +0 -0
  42. package/tutorial/tutorial/aacwidget-tutorial/src/index.html +0 -45
  43. package/tutorial/tutorial/aacwidget-tutorial/src/main.ts +0 -12
  44. package/tutorial/tutorial/aacwidget-tutorial/src/polyfills.ts +0 -63
  45. package/tutorial/tutorial/aacwidget-tutorial/src/styles.scss +0 -4
  46. package/tutorial/tutorial/aacwidget-tutorial/src/test.ts +0 -25
  47. package/tutorial/tutorial/aacwidget-tutorial/tsconfig.app.json +0 -15
  48. package/tutorial/tutorial/aacwidget-tutorial/tsconfig.json +0 -23
  49. package/tutorial/tutorial/aacwidget-tutorial/tsconfig.spec.json +0 -18
  50. package/tutorial/tutorial/aacwidget-tutorial/tslint.json +0 -148
  51. package/tutorial/tutorial/tutorial-videos.txt +0 -41
@@ -1,63 +0,0 @@
1
- /**
2
- * This file includes polyfills needed by Angular and is loaded before the app.
3
- * You can add your own extra polyfills to this file.
4
- *
5
- * This file is divided into 2 sections:
6
- * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
7
- * 2. Application imports. Files imported after ZoneJS that should be loaded before your main
8
- * file.
9
- *
10
- * The current setup is for so-called "evergreen" browsers; the last versions of browsers that
11
- * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
12
- * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
13
- *
14
- * Learn more in https://angular.io/guide/browser-support
15
- */
16
-
17
- /***************************************************************************************************
18
- * BROWSER POLYFILLS
19
- */
20
-
21
- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
22
- // import 'classlist.js'; // Run `npm install --save classlist.js`.
23
-
24
- /**
25
- * Web Animations `@angular/platform-browser/animations`
26
- * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
27
- * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
28
- */
29
- // import 'web-animations-js'; // Run `npm install --save web-animations-js`.
30
-
31
- /**
32
- * By default, zone.js will patch all possible macroTask and DomEvents
33
- * user can disable parts of macroTask/DomEvents patch by setting following flags
34
- * because those flags need to be set before `zone.js` being loaded, and webpack
35
- * will put import in the top of bundle, so user need to create a separate file
36
- * in this directory (for example: zone-flags.ts), and put the following flags
37
- * into that file, and then add the following code before importing zone.js.
38
- * import './zone-flags';
39
- *
40
- * The flags allowed in zone-flags.ts are listed here.
41
- *
42
- * The following flags will work for all browsers.
43
- *
44
- * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
45
- * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
46
- * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
47
- *
48
- * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
49
- * with the following flag, it will bypass `zone.js` patch for IE/Edge
50
- *
51
- * (window as any).__Zone_enable_cross_context_check = true;
52
- *
53
- */
54
-
55
- /***************************************************************************************************
56
- * Zone JS is required by default for Angular itself.
57
- */
58
- import 'zone.js/dist/zone'; // Included with Angular CLI.
59
-
60
-
61
- /***************************************************************************************************
62
- * APPLICATION IMPORTS
63
- */
@@ -1,4 +0,0 @@
1
- /* You can add global styles to this file, and also import other style files */
2
-
3
- @import 'assets/aacwidget/scss/aacwidget-default.scss';
4
- @import 'assets/aacwidget/scss/aacwidget-custom.scss';
@@ -1,25 +0,0 @@
1
- // This file is required by karma.conf.js and loads recursively all the .spec and framework files
2
-
3
- import 'zone.js/dist/zone-testing';
4
- import { getTestBed } from '@angular/core/testing';
5
- import {
6
- BrowserDynamicTestingModule,
7
- platformBrowserDynamicTesting
8
- } from '@angular/platform-browser-dynamic/testing';
9
-
10
- declare const require: {
11
- context(path: string, deep?: boolean, filter?: RegExp): {
12
- keys(): string[];
13
- <T>(id: string): T;
14
- };
15
- };
16
-
17
- // First, initialize the Angular testing environment.
18
- getTestBed().initTestEnvironment(
19
- BrowserDynamicTestingModule,
20
- platformBrowserDynamicTesting()
21
- );
22
- // Then we find all the tests.
23
- const context = require.context('./', true, /\.spec\.ts$/);
24
- // And load the modules.
25
- context.keys().map(context);
@@ -1,15 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "outDir": "./out-tsc/app",
5
- "types": [],
6
- "target": "es5",
7
- },
8
- "files": [
9
- "src/main.ts",
10
- "src/polyfills.ts"
11
- ],
12
- "include": [
13
- "src/**/*.d.ts"
14
- ]
15
- }
@@ -1,23 +0,0 @@
1
- {
2
- "compileOnSave": false,
3
- "compilerOptions": {
4
- "baseUrl": "./",
5
- "outDir": "./dist/out-tsc",
6
- "sourceMap": true,
7
- "declaration": false,
8
- "downlevelIteration": true,
9
- "experimentalDecorators": true,
10
- "module": "esnext",
11
- "moduleResolution": "node",
12
- "importHelpers": true,
13
- "target": "es2015",
14
- "lib": [
15
- "es2018",
16
- "dom"
17
- ]
18
- },
19
- "angularCompilerOptions": {
20
- "fullTemplateTypeCheck": true,
21
- "strictInjectionParameters": true
22
- }
23
- }
@@ -1,18 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "outDir": "./out-tsc/spec",
5
- "types": [
6
- "jasmine",
7
- "node"
8
- ]
9
- },
10
- "files": [
11
- "src/test.ts",
12
- "src/polyfills.ts"
13
- ],
14
- "include": [
15
- "src/**/*.spec.ts",
16
- "src/**/*.d.ts"
17
- ]
18
- }
@@ -1,148 +0,0 @@
1
- {
2
- "extends": "tslint:recommended",
3
- "rules": {
4
- "align": {
5
- "options": [
6
- "parameters",
7
- "statements"
8
- ]
9
- },
10
- "array-type": false,
11
- "arrow-return-shorthand": true,
12
- "curly": true,
13
- "deprecation": {
14
- "severity": "warning"
15
- },
16
- "component-class-suffix": true,
17
- "contextual-lifecycle": true,
18
- "directive-class-suffix": true,
19
- "directive-selector": [
20
- true,
21
- "attribute",
22
- "app",
23
- "camelCase"
24
- ],
25
- "component-selector": [
26
- true,
27
- "element",
28
- "app",
29
- "kebab-case"
30
- ],
31
- "eofline": true,
32
- "import-blacklist": [
33
- true,
34
- "rxjs/Rx"
35
- ],
36
- "import-spacing": true,
37
- "indent": {
38
- "options": [
39
- "spaces"
40
- ]
41
- },
42
- "max-classes-per-file": false,
43
- "max-line-length": [
44
- true,
45
- 140
46
- ],
47
- "member-ordering": [
48
- true,
49
- {
50
- "order": [
51
- "static-field",
52
- "instance-field",
53
- "static-method",
54
- "instance-method"
55
- ]
56
- }
57
- ],
58
- "no-console": [
59
- true,
60
- "debug",
61
- "info",
62
- "time",
63
- "timeEnd",
64
- "trace"
65
- ],
66
- "no-empty": false,
67
- "no-inferrable-types": [
68
- true,
69
- "ignore-params"
70
- ],
71
- "no-non-null-assertion": true,
72
- "no-redundant-jsdoc": true,
73
- "no-switch-case-fall-through": true,
74
- "no-var-requires": false,
75
- "object-literal-key-quotes": [
76
- true,
77
- "as-needed"
78
- ],
79
- "quotemark": [
80
- true,
81
- "single"
82
- ],
83
- "semicolon": {
84
- "options": [
85
- "always"
86
- ]
87
- },
88
- "space-before-function-paren": {
89
- "options": {
90
- "anonymous": "never",
91
- "asyncArrow": "always",
92
- "constructor": "never",
93
- "method": "never",
94
- "named": "never"
95
- }
96
- },
97
- "typedef-whitespace": {
98
- "options": [
99
- {
100
- "call-signature": "nospace",
101
- "index-signature": "nospace",
102
- "parameter": "nospace",
103
- "property-declaration": "nospace",
104
- "variable-declaration": "nospace"
105
- },
106
- {
107
- "call-signature": "onespace",
108
- "index-signature": "onespace",
109
- "parameter": "onespace",
110
- "property-declaration": "onespace",
111
- "variable-declaration": "onespace"
112
- }
113
- ]
114
- },
115
- "variable-name": {
116
- "options": [
117
- "ban-keywords",
118
- "check-format",
119
- "allow-pascal-case"
120
- ]
121
- },
122
- "whitespace": {
123
- "options": [
124
- "check-branch",
125
- "check-decl",
126
- "check-operator",
127
- "check-separator",
128
- "check-type",
129
- "check-typecast"
130
- ]
131
- },
132
- "no-conflicting-lifecycle": true,
133
- "no-host-metadata-property": true,
134
- "no-input-rename": true,
135
- "no-inputs-metadata-property": true,
136
- "no-output-native": true,
137
- "no-output-on-prefix": true,
138
- "no-output-rename": true,
139
- "no-outputs-metadata-property": true,
140
- "template-banana-in-box": true,
141
- "template-no-negated-async": true,
142
- "use-lifecycle-interface": true,
143
- "use-pipe-transform-interface": true
144
- },
145
- "rulesDirectory": [
146
- "codelyzer"
147
- ]
148
- }
@@ -1,41 +0,0 @@
1
- bpost aacwidget - address autocomplete component
2
-
3
- session 1:
4
- Setup-default-angular-application
5
- https://youtu.be/rRIlDn--mT8
6
-
7
- session 2:
8
- Integrating-the-widget-in-a-component
9
- https://youtu.be/_GN1hodWiwA
10
-
11
- session 3:
12
- Styling-and-i18n-setup
13
- https://youtu.be/5hZBwTmZZW0
14
-
15
- session 4:
16
- Events-and-static-language-setup
17
- https://youtu.be/6h934ROzTdY
18
-
19
- session 5:
20
- Using-multiple-languages-dynamically
21
- https://youtu.be/q5LeQoh19Zk
22
-
23
- session 6:
24
- Custumize-part-1
25
- https://youtu.be/unz90iuN5oQ
26
-
27
- session 7:
28
- Custumize-part-2
29
- https://youtu.be/jt4pUK3B0RM
30
-
31
- session 8:
32
- Using-IE
33
- https://youtu.be/dqD5iyvyawU
34
-
35
- Session 9:
36
- The not in list feature
37
- https://youtu.be/UPnb8GzZEO4
38
-
39
- session 10:
40
- Pre-filling the widget
41
- https://youtu.be/0BiJ4zUiH7o