isomorphic-region-loader 13.1.15 → 13.1.19
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/app.js +3 -3
- package/browser/README.md +24 -24
- package/browser/esm2020/isomorphic-region-loader.mjs +4 -4
- package/browser/esm2020/lib/index.mjs +22 -22
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/fesm2015/isomorphic-region-loader.mjs +18 -18
- package/browser/fesm2020/isomorphic-region-loader.mjs +18 -18
- package/browser/isomorphic-region-loader.d.ts +4 -4
- package/browser/lib/index.d.ts +2 -2
- package/client/README.md +24 -24
- package/client/esm2020/isomorphic-region-loader.mjs +4 -4
- package/client/esm2020/lib/index.mjs +22 -22
- package/client/esm2020/public-api.mjs +1 -1
- package/client/fesm2015/isomorphic-region-loader.mjs +18 -18
- package/client/fesm2020/isomorphic-region-loader.mjs +18 -18
- package/client/isomorphic-region-loader.d.ts +4 -4
- package/client/lib/index.d.ts +2 -2
- package/index.d.ts +3 -3
- package/lib/index.d.ts +5 -5
- package/lib/region-remover.backend.d.ts +15 -15
- package/lib/region-remover.backend.js +5 -10
- package/lib/region.backend.d.ts +29 -29
- package/lib/region.backend.js +3 -3
- package/package.json +5 -3
- package/package.json_devDependencies.json +3 -3
- package/package.json_tnp.json5 +33 -30
- package/tmp-environment.json +35 -31
- package/websql/README.md +24 -24
- package/websql/esm2020/isomorphic-region-loader.mjs +4 -4
- package/websql/esm2020/lib/index.mjs +22 -22
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/fesm2015/isomorphic-region-loader.mjs +18 -18
- package/websql/fesm2020/isomorphic-region-loader.mjs +18 -18
- package/websql/isomorphic-region-loader.d.ts +4 -4
- package/websql/lib/index.d.ts +2 -2
package/app.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1674033786563 = void 0;
|
|
4
|
+
function dummy1674033786563() { }
|
|
5
|
+
exports.dummy1674033786563 = dummy1674033786563;
|
|
6
6
|
//# sourceMappingURL=app.js.map
|
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,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvcHJvamVjdHMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3NyYy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
-
/* */
|
|
17
|
-
/* */
|
|
18
|
-
/* */
|
|
19
|
-
export default StripBrowserCode;
|
|
20
|
-
;
|
|
21
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
+
/* */
|
|
17
|
+
/* */
|
|
18
|
+
/* */
|
|
19
|
+
export default StripBrowserCode;
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9wcm9qZWN0cy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUFLO0FBQ0wsS0FBSztBQUdMLFNBQVMsZ0JBQWdCLENBQUMsT0FBTztJQUNqQyxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVELE9BQU8sRUFBRSxnQkFBZ0IsSUFBSSxnQkFBZ0IsRUFBRSxDQUFDO0FBQ2hELEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUVMLGVBQWUsZ0JBQWdCLENBQUM7QUFFL0IsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxrRUFBa0UiLCJzb3VyY2VzQ29udGVudCI6WyIvKiAqL1xuLyogKi9cbiAgXG5cbmZ1bmN0aW9uIFN0cmlwQnJvd3NlckNvZGUoY29udGVudCkge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cbmV4cG9ydCB7IFN0cmlwQnJvd3NlckNvZGUgYXMgU3RyaXBCbG9ja0xvYWRlciB9O1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbmV4cG9ydCBkZWZhdWx0IFN0cmlwQnJvd3NlckNvZGU7XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIgbGliL2luZGV4LnRzIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3Byb2plY3RzL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
16
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
16
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
package/browser/lib/index.d.ts
CHANGED
package/client/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,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvcHJvamVjdHMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3NyYy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
-
/* */
|
|
17
|
-
/* */
|
|
18
|
-
/* */
|
|
19
|
-
export default StripBrowserCode;
|
|
20
|
-
;
|
|
21
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
+
/* */
|
|
17
|
+
/* */
|
|
18
|
+
/* */
|
|
19
|
+
export default StripBrowserCode;
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9wcm9qZWN0cy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUFLO0FBQ0wsS0FBSztBQUdMLFNBQVMsZ0JBQWdCLENBQUMsT0FBTztJQUNqQyxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVELE9BQU8sRUFBRSxnQkFBZ0IsSUFBSSxnQkFBZ0IsRUFBRSxDQUFDO0FBQ2hELEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUVMLGVBQWUsZ0JBQWdCLENBQUM7QUFFL0IsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxrRUFBa0UiLCJzb3VyY2VzQ29udGVudCI6WyIvKiAqL1xuLyogKi9cbiAgXG5cbmZ1bmN0aW9uIFN0cmlwQnJvd3NlckNvZGUoY29udGVudCkge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cbmV4cG9ydCB7IFN0cmlwQnJvd3NlckNvZGUgYXMgU3RyaXBCbG9ja0xvYWRlciB9O1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbmV4cG9ydCBkZWZhdWx0IFN0cmlwQnJvd3NlckNvZGU7XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIgbGliL2luZGV4LnRzIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3Byb2plY3RzL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
16
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
16
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
package/client/lib/index.d.ts
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import def from './lib';
|
|
2
|
-
export * from './lib';
|
|
3
|
-
export default def;
|
|
1
|
+
import def from './lib';
|
|
2
|
+
export * from './lib';
|
|
3
|
+
export default def;
|
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare function StripBrowserCode(content: any): any;
|
|
2
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
3
|
-
export * from './region-remover.backend';
|
|
4
|
-
export * from './region.backend';
|
|
5
|
-
export default StripBrowserCode;
|
|
1
|
+
declare function StripBrowserCode(content: any): any;
|
|
2
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
3
|
+
export * from './region-remover.backend';
|
|
4
|
+
export * from './region.backend';
|
|
5
|
+
export default StripBrowserCode;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export declare class RegionRemover {
|
|
2
|
-
readonly
|
|
3
|
-
private content;
|
|
4
|
-
readonly project?: any;
|
|
5
|
-
private root;
|
|
6
|
-
private readonly START_REGION;
|
|
7
|
-
private readonly END_REGION;
|
|
8
|
-
static from(
|
|
9
|
-
project?: any): RegionRemover;
|
|
10
|
-
private matchStartRegion;
|
|
11
|
-
private matchEndRegion;
|
|
12
|
-
private constructor();
|
|
13
|
-
private tree;
|
|
14
|
-
get output(): string;
|
|
15
|
-
}
|
|
1
|
+
export declare class RegionRemover {
|
|
2
|
+
readonly realtiveOrAbsFilePAth: string;
|
|
3
|
+
private content;
|
|
4
|
+
readonly project?: any;
|
|
5
|
+
private root;
|
|
6
|
+
private readonly START_REGION;
|
|
7
|
+
private readonly END_REGION;
|
|
8
|
+
static from(realtiveOrAbsFilePAth: string, content: string, replacementss?: any, // Models.dev.Replacement[],
|
|
9
|
+
project?: any): RegionRemover;
|
|
10
|
+
private matchStartRegion;
|
|
11
|
+
private matchEndRegion;
|
|
12
|
+
private constructor();
|
|
13
|
+
private tree;
|
|
14
|
+
get output(): string;
|
|
15
|
+
}
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RegionRemover = void 0;
|
|
4
4
|
var tnp_core_1 = require("tnp-core");
|
|
5
|
-
// import { Models } from 'tnp-models';
|
|
6
|
-
var tnp_core_2 = require("tnp-core");
|
|
7
5
|
var region_backend_1 = require("./region.backend");
|
|
8
6
|
var REGEX_REGION = {
|
|
9
7
|
TS_JS_SCSS_SASS: {
|
|
@@ -20,9 +18,9 @@ var REGEX_REGION = {
|
|
|
20
18
|
},
|
|
21
19
|
};
|
|
22
20
|
var RegionRemover = /** @class */ (function () {
|
|
23
|
-
function RegionRemover(
|
|
21
|
+
function RegionRemover(realtiveOrAbsFilePAth, fileExtension, content, replacementss, // Models.dev.Replacement[],
|
|
24
22
|
project) {
|
|
25
|
-
this.
|
|
23
|
+
this.realtiveOrAbsFilePAth = realtiveOrAbsFilePAth;
|
|
26
24
|
this.content = content;
|
|
27
25
|
this.project = project;
|
|
28
26
|
this.START_REGION = [];
|
|
@@ -43,12 +41,9 @@ var RegionRemover = /** @class */ (function () {
|
|
|
43
41
|
this.root = new region_backend_1.Region(this, replacementss, void 0, 0, (lines.length - 1), tnp_core_1._.first(lines), tnp_core_1._.last(lines), lines);
|
|
44
42
|
this.tree(this.root);
|
|
45
43
|
}
|
|
46
|
-
RegionRemover.from = function (
|
|
44
|
+
RegionRemover.from = function (realtiveOrAbsFilePAth, content, replacementss, // Models.dev.Replacement[],
|
|
47
45
|
project) {
|
|
48
|
-
|
|
49
|
-
tnp_core_2.Helpers.error("[region-remover][from] path is not absolute:\n \"".concat(absoluteFilePath, "\"\n "), false, true);
|
|
50
|
-
}
|
|
51
|
-
var fileExtension = tnp_core_1.path.extname(absoluteFilePath);
|
|
46
|
+
var fileExtension = tnp_core_1.path.extname(realtiveOrAbsFilePAth);
|
|
52
47
|
if (fileExtension.startsWith('.')) {
|
|
53
48
|
fileExtension = fileExtension.replace('.', '');
|
|
54
49
|
}
|
|
@@ -58,7 +53,7 @@ var RegionRemover = /** @class */ (function () {
|
|
|
58
53
|
'@bac' + 'kend',
|
|
59
54
|
];
|
|
60
55
|
}
|
|
61
|
-
return new RegionRemover(
|
|
56
|
+
return new RegionRemover(realtiveOrAbsFilePAth, fileExtension, content, replacementss, project);
|
|
62
57
|
};
|
|
63
58
|
RegionRemover.prototype.matchStartRegion = function (l) {
|
|
64
59
|
var res = !tnp_core_1._.isUndefined(this.START_REGION.find(function (r) { return l.match(r); }));
|
package/lib/region.backend.d.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Models } from 'tnp-models';
|
|
2
|
-
import type { RegionRemover } from './region-remover.backend';
|
|
3
|
-
export declare class Region {
|
|
4
|
-
private context;
|
|
5
|
-
replacementss: Models.dev.Replacement[];
|
|
6
|
-
parent: Region;
|
|
7
|
-
startIndex: number;
|
|
8
|
-
endIndex: number;
|
|
9
|
-
lineStart: string;
|
|
10
|
-
lineEnd: string;
|
|
11
|
-
contentLines: string[];
|
|
12
|
-
constructor(context: RegionRemover, replacementss: Models.dev.Replacement[], parent: Region, startIndex: number, endIndex: number, lineStart: string, lineEnd: string, contentLines?: string[]);
|
|
13
|
-
private tmpOutput;
|
|
14
|
-
get hasEnd(): boolean;
|
|
15
|
-
get lastRegionWithoutEnd(): Region;
|
|
16
|
-
private regionsOrStrings;
|
|
17
|
-
get regions(): (string | Region)[];
|
|
18
|
-
private setEnd;
|
|
19
|
-
get isRoot(): boolean;
|
|
20
|
-
addNormalLine(l: string, lineIndex: number): void;
|
|
21
|
-
addNormalLineToLastRegion(l: string, lineIndex: number): void;
|
|
22
|
-
addRegion(context: RegionRemover, parent: Region, startIndex: number, lineStart: string): void;
|
|
23
|
-
endLastRegion(endIndex: number, lineEnd: string): void;
|
|
24
|
-
private containsTitle;
|
|
25
|
-
private get titleString();
|
|
26
|
-
toString(): string;
|
|
27
|
-
private get project();
|
|
28
|
-
private get
|
|
29
|
-
}
|
|
1
|
+
import { Models } from 'tnp-models';
|
|
2
|
+
import type { RegionRemover } from './region-remover.backend';
|
|
3
|
+
export declare class Region {
|
|
4
|
+
private context;
|
|
5
|
+
replacementss: Models.dev.Replacement[];
|
|
6
|
+
parent: Region;
|
|
7
|
+
startIndex: number;
|
|
8
|
+
endIndex: number;
|
|
9
|
+
lineStart: string;
|
|
10
|
+
lineEnd: string;
|
|
11
|
+
contentLines: string[];
|
|
12
|
+
constructor(context: RegionRemover, replacementss: Models.dev.Replacement[], parent: Region, startIndex: number, endIndex: number, lineStart: string, lineEnd: string, contentLines?: string[]);
|
|
13
|
+
private tmpOutput;
|
|
14
|
+
get hasEnd(): boolean;
|
|
15
|
+
get lastRegionWithoutEnd(): Region;
|
|
16
|
+
private regionsOrStrings;
|
|
17
|
+
get regions(): (string | Region)[];
|
|
18
|
+
private setEnd;
|
|
19
|
+
get isRoot(): boolean;
|
|
20
|
+
addNormalLine(l: string, lineIndex: number): void;
|
|
21
|
+
addNormalLineToLastRegion(l: string, lineIndex: number): void;
|
|
22
|
+
addRegion(context: RegionRemover, parent: Region, startIndex: number, lineStart: string): void;
|
|
23
|
+
endLastRegion(endIndex: number, lineEnd: string): void;
|
|
24
|
+
private containsTitle;
|
|
25
|
+
private get titleString();
|
|
26
|
+
toString(): string;
|
|
27
|
+
private get project();
|
|
28
|
+
private get realtiveOrAbsFilePAth();
|
|
29
|
+
}
|
package/lib/region.backend.js
CHANGED
|
@@ -145,7 +145,7 @@ var Region = /** @class */ (function () {
|
|
|
145
145
|
// Helpers.log(`this.project "${this.project.name}"`);
|
|
146
146
|
var configForProject = _this.project && _this.project.env.config;
|
|
147
147
|
// Helpers.log(`configForProject "${configForProject}"`);
|
|
148
|
-
var cutCode = fn(expressionToExecute, configForProject, _this.
|
|
148
|
+
var cutCode = fn(expressionToExecute, configForProject, _this.realtiveOrAbsFilePAth);
|
|
149
149
|
// Helpers.info(`Cut code: "${cutCode}"`);
|
|
150
150
|
if (cutCode === null) {
|
|
151
151
|
continue;
|
|
@@ -178,9 +178,9 @@ var Region = /** @class */ (function () {
|
|
|
178
178
|
enumerable: false,
|
|
179
179
|
configurable: true
|
|
180
180
|
});
|
|
181
|
-
Object.defineProperty(Region.prototype, "
|
|
181
|
+
Object.defineProperty(Region.prototype, "realtiveOrAbsFilePAth", {
|
|
182
182
|
get: function () {
|
|
183
|
-
return this.context.
|
|
183
|
+
return this.context.realtiveOrAbsFilePAth;
|
|
184
184
|
},
|
|
185
185
|
enumerable: false,
|
|
186
186
|
configurable: true
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isomorphic-region-loader",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.19",
|
|
4
4
|
"author": "Dariusz Filipiak @darekf77",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"devDependencies": {},
|
|
7
|
-
"dependencies": {
|
|
7
|
+
"dependencies": {
|
|
8
|
+
"tnp-models": "~13.1.9"
|
|
9
|
+
},
|
|
8
10
|
"private": false,
|
|
9
|
-
"lastBuildTagHash": "
|
|
11
|
+
"lastBuildTagHash": "2a3c1c5d56a0f5e4e5020a85d97407a96dc89d75"
|
|
10
12
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
{
|
|
2
|
-
"loader-utils": "^1.1.0"
|
|
3
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"loader-utils": "^1.1.0"
|
|
3
|
+
}
|
package/package.json_tnp.json5
CHANGED
|
@@ -1,30 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"linkedFolders": [],
|
|
6
|
-
"ignoreDepsPattern": [
|
|
7
|
-
"*"
|
|
8
|
-
],
|
|
9
|
-
"includeAsDev": [],
|
|
10
|
-
"includeOnly": [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"linkedFolders": [],
|
|
6
|
+
"ignoreDepsPattern": [
|
|
7
|
+
"*"
|
|
8
|
+
],
|
|
9
|
+
"includeAsDev": [],
|
|
10
|
+
"includeOnly": [
|
|
11
|
+
'tnp-models'
|
|
12
|
+
],
|
|
13
|
+
"dependencies": {}
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
"linkedProjects": [],
|
|
17
|
+
'smartContainerBuildTarget': '',
|
|
18
|
+
'linkedRepos': [],
|
|
19
|
+
|
|
20
|
+
"libReleaseOptions": {
|
|
21
|
+
"nodts": false,
|
|
22
|
+
"obscure": false,
|
|
23
|
+
"ugly": false,
|
|
24
|
+
'includeNodeModules': false,
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
'smartContainerTarget': '',
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"author": "Dariusz Filipiak @darekf77",
|
|
30
|
+
"type": "isomorphic-lib",
|
|
31
|
+
"version": "v3",
|
|
32
|
+
"private": false,
|
|
33
|
+
}
|
package/tmp-environment.json
CHANGED
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
"*"
|
|
13
13
|
],
|
|
14
14
|
"includeAsDev": [],
|
|
15
|
-
"includeOnly": [
|
|
15
|
+
"includeOnly": [
|
|
16
|
+
"tnp-models"
|
|
17
|
+
],
|
|
16
18
|
"dependencies": {}
|
|
17
19
|
},
|
|
18
20
|
"linkedProjects": [],
|
|
@@ -21,7 +23,8 @@
|
|
|
21
23
|
"libReleaseOptions": {
|
|
22
24
|
"nodts": false,
|
|
23
25
|
"obscure": false,
|
|
24
|
-
"ugly": false
|
|
26
|
+
"ugly": false,
|
|
27
|
+
"includeNodeModules": false
|
|
25
28
|
},
|
|
26
29
|
"smartContainerTarget": "",
|
|
27
30
|
"license": "MIT",
|
|
@@ -31,11 +34,10 @@
|
|
|
31
34
|
"private": false
|
|
32
35
|
},
|
|
33
36
|
"name": "isomorphic-region-loader",
|
|
34
|
-
"version": "13.1.
|
|
37
|
+
"version": "13.1.19",
|
|
35
38
|
"author": "Dariusz Filipiak @darekf77",
|
|
36
39
|
"license": "MIT",
|
|
37
|
-
"devDependencies": {
|
|
38
|
-
"dependencies": {
|
|
40
|
+
"devDependencies": {
|
|
39
41
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
40
42
|
"@angular-devkit/core": "~13.3.9",
|
|
41
43
|
"@angular/cdk": "~13.3.9",
|
|
@@ -104,9 +106,9 @@
|
|
|
104
106
|
"@types/vinyl": "2.0.2",
|
|
105
107
|
"@types/watch": "1.0.0",
|
|
106
108
|
"accepts": "1.3.4",
|
|
107
|
-
"any-project-cli": "~13.1.
|
|
109
|
+
"any-project-cli": "~13.1.18",
|
|
108
110
|
"axios": "0.17.1",
|
|
109
|
-
"background-worker-process": "~13.1.
|
|
111
|
+
"background-worker-process": "~13.1.32",
|
|
110
112
|
"bcryptjs": "2.4.3",
|
|
111
113
|
"better-sqlite3": "7.6.2",
|
|
112
114
|
"body-parser": "1.18.2",
|
|
@@ -146,11 +148,11 @@
|
|
|
146
148
|
"fbgraph": "1.4.1",
|
|
147
149
|
"file-loader": "1.1.5",
|
|
148
150
|
"firedev": "^13",
|
|
149
|
-
"firedev-crud": "~13.1.
|
|
150
|
-
"firedev-crud-deamon": "~13.1.
|
|
151
|
-
"firedev-ports": "~13.1.
|
|
152
|
-
"firedev-storage": "~13.1.
|
|
153
|
-
"firedev-typeorm": "~13.1.
|
|
151
|
+
"firedev-crud": "~13.1.37",
|
|
152
|
+
"firedev-crud-deamon": "~13.1.27",
|
|
153
|
+
"firedev-ports": "~13.1.31",
|
|
154
|
+
"firedev-storage": "~13.1.23",
|
|
155
|
+
"firedev-typeorm": "~13.1.11",
|
|
154
156
|
"fkill": "6.1.0",
|
|
155
157
|
"font-awesome": "4.7.0",
|
|
156
158
|
"fs-extra": "8.1.0",
|
|
@@ -161,7 +163,7 @@
|
|
|
161
163
|
"http-proxy": "1.16.2",
|
|
162
164
|
"http-proxy-middleware": "0.19.1",
|
|
163
165
|
"http-server": "0.11.1",
|
|
164
|
-
"incremental-compiler": "~13.1.
|
|
166
|
+
"incremental-compiler": "~13.1.11",
|
|
165
167
|
"inquirer": "7.3.3",
|
|
166
168
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
167
169
|
"is-elevated": "3.0.0",
|
|
@@ -170,8 +172,8 @@
|
|
|
170
172
|
"jasmine-core": "4.0.0",
|
|
171
173
|
"jscodeshift": "0.6.3",
|
|
172
174
|
"json-stringify-safe": "5.0.1",
|
|
173
|
-
"json10": "~13.1.
|
|
174
|
-
"json10-writer": "~13.1.
|
|
175
|
+
"json10": "~13.1.30",
|
|
176
|
+
"json10-writer": "~13.1.28",
|
|
175
177
|
"json5": "2.1.3",
|
|
176
178
|
"json5-writer": "0.2.0",
|
|
177
179
|
"karma": "6.3.0",
|
|
@@ -183,7 +185,7 @@
|
|
|
183
185
|
"lnk": "1.0.1",
|
|
184
186
|
"lockfile": "1.0.4",
|
|
185
187
|
"lodash": "4.17.4",
|
|
186
|
-
"lodash-walk-object": "~13.1.
|
|
188
|
+
"lodash-walk-object": "~13.1.30",
|
|
187
189
|
"lodash.get": ">= 4",
|
|
188
190
|
"lodash.isequal": ">= 4",
|
|
189
191
|
"lodash.merge": ">= 4",
|
|
@@ -196,11 +198,11 @@
|
|
|
196
198
|
"mkdirp": "0.5.1",
|
|
197
199
|
"mocha": "5.2.0",
|
|
198
200
|
"moment": "2.22.2",
|
|
199
|
-
"morphi": "~13.1.
|
|
201
|
+
"morphi": "~13.1.32",
|
|
200
202
|
"ng-packagr": "13.0.0",
|
|
201
203
|
"ng-talkback": "~13.1.19",
|
|
202
|
-
"ng2-logger": "~13.1.
|
|
203
|
-
"ng2-rest": "~13.1.
|
|
204
|
+
"ng2-logger": "~13.1.9",
|
|
205
|
+
"ng2-rest": "~13.1.8",
|
|
204
206
|
"ng4-icons": "~13.1.21",
|
|
205
207
|
"ng4-modal": "~13.1.23",
|
|
206
208
|
"ngx-bootstrap": "8.0.0",
|
|
@@ -245,12 +247,11 @@
|
|
|
245
247
|
"sudo-block": "3.0.0",
|
|
246
248
|
"systeminformation": "3.45.7",
|
|
247
249
|
"task.js": "0.1.5",
|
|
248
|
-
"tnp-cli": "~13.1.
|
|
249
|
-
"tnp-config": "~13.1.
|
|
250
|
-
"tnp-core": "~13.1.
|
|
251
|
-
"tnp-db": "~13.1.
|
|
252
|
-
"tnp-helpers": "~13.1.
|
|
253
|
-
"tnp-models": "~13.1.7",
|
|
250
|
+
"tnp-cli": "~13.1.41",
|
|
251
|
+
"tnp-config": "~13.1.54",
|
|
252
|
+
"tnp-core": "~13.1.58",
|
|
253
|
+
"tnp-db": "~13.1.7",
|
|
254
|
+
"tnp-helpers": "~13.1.12",
|
|
254
255
|
"tnp-ui": "~13.1.27",
|
|
255
256
|
"ts-debug": "1.3.0",
|
|
256
257
|
"ts-loader": "2.3.1",
|
|
@@ -258,7 +259,7 @@
|
|
|
258
259
|
"tslib": "~2.3.0",
|
|
259
260
|
"typeorm": "~0.3.10",
|
|
260
261
|
"typescript": "~4.6.2",
|
|
261
|
-
"typescript-class-helpers": "~13.1.
|
|
262
|
+
"typescript-class-helpers": "~13.1.9",
|
|
262
263
|
"typescript-formatter": "~7.2.2",
|
|
263
264
|
"underscore": "1.9.1",
|
|
264
265
|
"uuid": "8.3.2",
|
|
@@ -267,13 +268,16 @@
|
|
|
267
268
|
"watch": "1.0.2",
|
|
268
269
|
"zone.js": "~0.11.4"
|
|
269
270
|
},
|
|
271
|
+
"dependencies": {
|
|
272
|
+
"tnp-models": "~13.1.9"
|
|
273
|
+
},
|
|
270
274
|
"private": false,
|
|
271
|
-
"lastBuildTagHash": "
|
|
275
|
+
"lastBuildTagHash": "2a3c1c5d56a0f5e4e5020a85d97407a96dc89d75"
|
|
272
276
|
},
|
|
273
277
|
"build": {
|
|
274
|
-
"number":
|
|
275
|
-
"date": "
|
|
276
|
-
"hash": "
|
|
278
|
+
"number": 93,
|
|
279
|
+
"date": "2023-01-18T09:23:01.000Z",
|
|
280
|
+
"hash": "8134e7d996533001286c39c0364d11d0593822be",
|
|
277
281
|
"options": {}
|
|
278
282
|
},
|
|
279
283
|
"currentProjectName": "isomorphic-region-loader",
|
|
@@ -281,7 +285,7 @@
|
|
|
281
285
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22isomorphic-region-loader%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
282
286
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
283
287
|
"currentProjectType": "isomorphic-lib",
|
|
284
|
-
"currentFrameworkVersion": "13.1.
|
|
288
|
+
"currentFrameworkVersion": "13.1.153",
|
|
285
289
|
"currentProjectIsStrictSite": false,
|
|
286
290
|
"currentProjectIsDependencySite": false,
|
|
287
291
|
"currentProjectIsStatic": false,
|
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,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS13ZWJzcWwvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3Byb2plY3RzL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9zcmMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
-
/* */
|
|
17
|
-
/* */
|
|
18
|
-
/* */
|
|
19
|
-
export default StripBrowserCode;
|
|
20
|
-
;
|
|
21
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
+
/* */
|
|
17
|
+
/* */
|
|
18
|
+
/* */
|
|
19
|
+
export default StripBrowserCode;
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvcHJvamVjdHMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3NyYy9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsS0FBSztBQUNMLEtBQUs7QUFHTCxTQUFTLGdCQUFnQixDQUFDLE9BQU87SUFDakMsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztBQUVMLENBQUM7QUFFRCxPQUFPLEVBQUUsZ0JBQWdCLElBQUksZ0JBQWdCLEVBQUUsQ0FBQztBQUNoRCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFFTCxlQUFlLGdCQUFnQixDQUFDO0FBRS9CLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsa0VBQWtFIiwic291cmNlc0NvbnRlbnQiOlsiLyogKi9cbi8qICovXG4gIFxuXG5mdW5jdGlvbiBTdHJpcEJyb3dzZXJDb2RlKGNvbnRlbnQpIHtcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuXG5leHBvcnQgeyBTdHJpcEJyb3dzZXJDb2RlIGFzIFN0cmlwQmxvY2tMb2FkZXIgfTtcbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5leHBvcnQgZGVmYXVsdCBTdHJpcEJyb3dzZXJDb2RlO1xuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9aXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyIGxpYi9pbmRleC50cyJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUtd2Vic3FsL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9wcm9qZWN0cy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYic7XG4iXX0=
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
16
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
16
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
package/websql/lib/index.d.ts
CHANGED