@beeq/angular 1.8.4-beta.0 → 1.8.5-beta.2

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/index.d.ts CHANGED
@@ -1,3 +1,8 @@
1
+ /**
2
+ * The directives folder containing the value accessors is generated dynamically
3
+ * when compiling the `beeq` package.
4
+ * ⚠️ Since this file won't change that much, it is safe to disable TypeScript checking.
5
+ */
1
6
  export { BooleanValueAccessor } from './directives/boolean-value-accessor';
2
7
  export { NumericValueAccessor } from './directives/number-value-accessor';
3
8
  export { RadioValueAccessor } from './directives/radio-value-accessor';
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@beeq/angular",
3
- "version": "1.8.4-beta.0",
3
+ "version": "1.8.5-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Angular specific wrapper for BEEQ Design System components",
6
6
  "main": "dist/esm2015/index.js",
7
7
  "module": "fesm2022/beeq-angular.mjs",
8
8
  "types": "index.d.ts",
9
9
  "dependencies": {
10
- "@beeq/core": "^1.8.4-beta.0",
10
+ "@beeq/core": "1.8.5-beta.2",
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "peerDependencies": {
@@ -1,3 +1,8 @@
1
+ /**
2
+ * The directives folder containing the value accessors is generated dynamically
3
+ * when compiling the `beeq` package.
4
+ * ⚠️ Since this file won't change that much, it is safe to disable TypeScript checking.
5
+ */
1
6
  export { BooleanValueAccessor } from './directives/boolean-value-accessor';
2
7
  export { NumericValueAccessor } from './directives/number-value-accessor';
3
8
  export { RadioValueAccessor } from './directives/radio-value-accessor';