@baloise/angular-output-target 1.2.4 → 1.2.7-beta.1
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/CHANGELOG.md +102 -0
- package/dist/generate-angular-module.js +2 -2
- package/dist/index.cjs.js +3 -3
- package/dist/index.js +3 -3
- package/dist/output-angular.js +1 -1
- package/package.json +2 -2
- package/resources/control-value-accessors/select-value-accessor.ts +1 -0
- package/resources/control-value-accessors/value-accessor.ts +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,108 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [1.2.16](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.15...@baloise/angular-output-target@1.2.16) (2022-06-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [1.2.15](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.14...@baloise/angular-output-target@1.2.15) (2022-05-24)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## [1.2.14](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.13...@baloise/angular-output-target@1.2.14) (2022-05-24)
|
23
|
+
|
24
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
## [1.2.13](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.12...@baloise/angular-output-target@1.2.13) (2022-05-24)
|
31
|
+
|
32
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
## [1.2.12](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.11...@baloise/angular-output-target@1.2.12) (2022-05-24)
|
39
|
+
|
40
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
## [1.2.11](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.10...@baloise/angular-output-target@1.2.11) (2022-05-10)
|
47
|
+
|
48
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
## [1.2.10](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.9...@baloise/angular-output-target@1.2.10) (2022-05-09)
|
55
|
+
|
56
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
## [1.2.9](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.8...@baloise/angular-output-target@1.2.9) (2022-05-09)
|
63
|
+
|
64
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
## [1.2.8](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.7...@baloise/angular-output-target@1.2.8) (2022-03-10)
|
71
|
+
|
72
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
## [1.2.7](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.6...@baloise/angular-output-target@1.2.7) (2022-03-10)
|
79
|
+
|
80
|
+
**Note:** Version bump only for package @baloise/angular-output-target
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
## [1.2.6](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.5...@baloise/angular-output-target@1.2.6) (2022-03-09)
|
87
|
+
|
88
|
+
|
89
|
+
### Bug Fixes
|
90
|
+
|
91
|
+
* **angular:** export directives ([317dc94](https://github.com/baloise/stencil-ds-output-targets/commit/317dc94636c6b01930ec849ea810ca0eff2c9a33))
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
## [1.2.5](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.4...@baloise/angular-output-target@1.2.5) (2022-03-07)
|
98
|
+
|
99
|
+
|
100
|
+
### Bug Fixes
|
101
|
+
|
102
|
+
* add shared module ([1869046](https://github.com/baloise/stencil-ds-output-targets/commit/1869046d76f85b6d5916412ff7a17c0ef9cc66ff))
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
6
108
|
## [1.2.4](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.3...@baloise/angular-output-target@1.2.4) (2022-03-07)
|
7
109
|
|
8
110
|
|
@@ -42,9 +42,9 @@ ${declarationImports.join('\n ')}
|
|
42
42
|
|
43
43
|
@NgModule({
|
44
44
|
declarations: [${[tagNameAsPascal, ...cmpImports, ...declarations].join(', ')}],
|
45
|
-
|
45
|
+
imports: [BalSharedModule],
|
46
|
+
exports: [${[tagNameAsPascal, ...cmpImports, ...declarations].join(', ')}, BalSharedModule],
|
46
47
|
providers: [${providers.join(', ')}],
|
47
|
-
imports: [CommonModule],
|
48
48
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
49
49
|
})
|
50
50
|
export class ${tagNameAsPascal}Module {
|
package/dist/index.cjs.js
CHANGED
@@ -278,9 +278,9 @@ ${declarationImports.join('\n ')}
|
|
278
278
|
|
279
279
|
@NgModule({
|
280
280
|
declarations: [${[tagNameAsPascal, ...cmpImports, ...declarations].join(', ')}],
|
281
|
-
|
281
|
+
imports: [BalSharedModule],
|
282
|
+
exports: [${[tagNameAsPascal, ...cmpImports, ...declarations].join(', ')}, BalSharedModule],
|
282
283
|
providers: [${providers.join(', ')}],
|
283
|
-
imports: [CommonModule],
|
284
284
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
285
285
|
})
|
286
286
|
export class ${tagNameAsPascal}Module {
|
@@ -328,7 +328,7 @@ function generateProxies(components, pkgData, outputTarget, rootDir) {
|
|
328
328
|
const imports = `/* tslint:disable */
|
329
329
|
/* auto-generated angular directive proxies */
|
330
330
|
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
331
|
-
import {
|
331
|
+
import { BalSharedModule } from '../shared';
|
332
332
|
import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n`;
|
333
333
|
const componentImports = components.map(c => `import { defineCustomElement as define${dashToPascalCase(c.tagName)} } from '${normalizePath(outputTarget.componentCorePackage || '')}/dist/components/${c.tagName}';`);
|
334
334
|
const typeImports = !outputTarget.componentCorePackage
|
package/dist/index.js
CHANGED
@@ -269,9 +269,9 @@ ${declarationImports.join('\n ')}
|
|
269
269
|
|
270
270
|
@NgModule({
|
271
271
|
declarations: [${[tagNameAsPascal, ...cmpImports, ...declarations].join(', ')}],
|
272
|
-
|
272
|
+
imports: [BalSharedModule],
|
273
|
+
exports: [${[tagNameAsPascal, ...cmpImports, ...declarations].join(', ')}, BalSharedModule],
|
273
274
|
providers: [${providers.join(', ')}],
|
274
|
-
imports: [CommonModule],
|
275
275
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
276
276
|
})
|
277
277
|
export class ${tagNameAsPascal}Module {
|
@@ -319,7 +319,7 @@ function generateProxies(components, pkgData, outputTarget, rootDir) {
|
|
319
319
|
const imports = `/* tslint:disable */
|
320
320
|
/* auto-generated angular directive proxies */
|
321
321
|
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
322
|
-
import {
|
322
|
+
import { BalSharedModule } from '../shared';
|
323
323
|
import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n`;
|
324
324
|
const componentImports = components.map(c => `import { defineCustomElement as define${dashToPascalCase(c.tagName)} } from '${normalizePath(outputTarget.componentCorePackage || '')}/dist/components/${c.tagName}';`);
|
325
325
|
const typeImports = !outputTarget.componentCorePackage
|
package/dist/output-angular.js
CHANGED
@@ -41,7 +41,7 @@ export function generateProxies(components, pkgData, outputTarget, rootDir) {
|
|
41
41
|
const imports = `/* tslint:disable */
|
42
42
|
/* auto-generated angular directive proxies */
|
43
43
|
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
44
|
-
import {
|
44
|
+
import { BalSharedModule } from '../shared';
|
45
45
|
import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n`;
|
46
46
|
const componentImports = components.map(c => `import { defineCustomElement as define${dashToPascalCase(c.tagName)} } from '${normalizePath(outputTarget.componentCorePackage || '')}/dist/components/${c.tagName}';`);
|
47
47
|
const typeImports = !outputTarget.componentCorePackage
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@baloise/angular-output-target",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.7-beta.1+542cb7f",
|
4
4
|
"description": "Angular output target for @stencil/core components.",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -61,5 +61,5 @@
|
|
61
61
|
],
|
62
62
|
"testURL": "http://localhost"
|
63
63
|
},
|
64
|
-
"gitHead": "
|
64
|
+
"gitHead": "542cb7f10ffd2a6ec9b5c022215d7f35cd66a63a"
|
65
65
|
}
|