ng-talkback 19.0.48 → 19.0.50

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/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # ng-talkback
2
-
3
- project based on https://github.com/ijpiantanida/talkback
1
+ # ng-talkback
2
+
3
+ project based on https://github.com/ijpiantanida/talkback
package/browser/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-talkback.mjs","sources":["../../../tmp-libs-for-dist/ng-talkback/projects/ng-talkback/src/lib/index.ts","../../../tmp-libs-for-dist/ng-talkback/projects/ng-talkback/src/ng-talkback.ts"],"sourcesContent":["export type Dummy = 'a';\nlet a = 2;\na++;\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AACA,IAAI,CAAC,GAAG,CAAC;AACT,CAAC,EAAE;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACzBA;;AAEG"}
1
+ {"version":3,"file":"ng-talkback.mjs","sources":["../../../tmp-libs-for-dist/ng-talkback/projects/ng-talkback/src/lib/index.ts","../../../tmp-libs-for-dist/ng-talkback/projects/ng-talkback/src/ng-talkback.ts"],"sourcesContent":["export type Dummy = 'a';\nlet a = 2;\na++;\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n ","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AACA,IAAI,CAAC,GAAG,CAAC;AACT,CAAC,EAAE;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACzBA;;AAEG"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-talkback/browser",
3
- "version": "19.0.48",
3
+ "version": "19.0.50",
4
4
  "module": "fesm2022/ng-talkback.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "ng-talkback";
17
17
  /**
18
18
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
19
  */
20
- export declare const CURRENT_PACKAGE_VERSION = "19.0.48";
20
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.50";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'ng-talkback';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '19.0.48';
24
+ exports.CURRENT_PACKAGE_VERSION = '19.0.50';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-talkback",
3
- "version": "19.0.48",
3
+ "version": "19.0.50",
4
4
  "scripts": {
5
5
  "build": "node tools/build.js",
6
6
  "ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
@@ -0,0 +1,37 @@
1
+ {
2
+ "website": {
3
+ "domain": "ng-talkback.example.domain.com",
4
+ "title": "Ng Talkback"
5
+ },
6
+ "paths": {},
7
+ "config": {},
8
+ "container": {},
9
+ "ports": {},
10
+ "init": {},
11
+ "build": {
12
+ "pwa": {},
13
+ "watch": false
14
+ },
15
+ "loading": {
16
+ "preAngularBootstrap": {},
17
+ "afterAngularBootstrap": {}
18
+ },
19
+ "release": {
20
+ "cli": {},
21
+ "lib": {},
22
+ "autoReleaseUsingConfig": true,
23
+ "releaseVersionBumpType": "patch",
24
+ "releaseType": "manual",
25
+ "targetArtifact": "npm-lib-and-cli-tool",
26
+ "envName": "__",
27
+ "resolvedNewVersion": "19.0.11"
28
+ },
29
+ "copyToManager": {},
30
+ "buildInfo": {
31
+ "date": "2025-05-13T20:57:42.000Z",
32
+ "hash": "8691d27f1869fdea94ed5785e3cdac3edbc19e74"
33
+ },
34
+ "currentProjectName": "ng-talkback",
35
+ "currentProjectType": "isomorphic-lib",
36
+ "pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"ng-talkback/src\":[\"./src/lib\"],\"ng-talkback/src/*\":[\"./src/lib/*\"]},"
37
+ }
package/websql/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-talkback.mjs","sources":["../../../tmp-libs-for-dist-websql/ng-talkback/projects/ng-talkback/src/lib/index.ts","../../../tmp-libs-for-dist-websql/ng-talkback/projects/ng-talkback/src/ng-talkback.ts"],"sourcesContent":["export type Dummy = 'a';\nlet a = 2;\na++;\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AACA,IAAI,CAAC,GAAG,CAAC;AACT,CAAC,EAAE;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACzBA;;AAEG"}
1
+ {"version":3,"file":"ng-talkback.mjs","sources":["../../../tmp-libs-for-dist-websql/ng-talkback/projects/ng-talkback/src/lib/index.ts","../../../tmp-libs-for-dist-websql/ng-talkback/projects/ng-talkback/src/ng-talkback.ts"],"sourcesContent":["export type Dummy = 'a';\nlet a = 2;\na++;\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n ","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AACA,IAAI,CAAC,GAAG,CAAC;AACT,CAAC,EAAE;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACzBA;;AAEG"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-talkback/websql",
3
- "version": "19.0.48",
3
+ "version": "19.0.50",
4
4
  "module": "fesm2022/ng-talkback.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {