quankee-framework-common-ts 1.3.2 → 1.4.0
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/.editorconfig +17 -17
- package/.gitlab-ci.yml +3 -3
- package/LICENSE +15 -15
- package/README.md +51 -42
- package/angular.json +175 -109
- package/package.json +59 -59
- package/projects/quankee-framework-interceptor/LICENSE +15 -0
- package/projects/quankee-framework-interceptor/ng-package.json +7 -0
- package/projects/quankee-framework-interceptor/package-lock.json +45 -0
- package/projects/quankee-framework-interceptor/package.json +33 -0
- package/projects/quankee-framework-keycloak/LICENSE +15 -15
- package/projects/quankee-framework-keycloak/ng-package.json +6 -6
- package/projects/quankee-framework-keycloak/package-lock.json +37 -37
- package/projects/quankee-framework-keycloak/package.json +1 -1
- package/projects/quankee-framework-language/ng-package.json +6 -6
- package/projects/quankee-framework-language/package.json +1 -1
- package/projects/quankee-framework-response/ng-package.json +6 -6
- package/projects/quankee-framework-response/package.json +1 -1
- package/projects/quankee-framework-user/LICENSE +15 -0
- package/projects/quankee-framework-user/ng-package.json +7 -0
- package/projects/quankee-framework-user/package.json +33 -0
- package/publish-all.js +13 -11
- package/sync-versions.js +26 -26
- package/.angular/cache/19.2.15/ng-packagr/4d54d937dc0fb0c6f29a333038ccf08c7481d9a9c9842c3c69d60b448a8fcd48 +0 -1
- package/.angular/cache/19.2.15/ng-packagr/4ec9d7c95b688865fdda7559138c701cd4f3b51c24f3fc2679687ee4e8d6f807 +0 -1
- package/.angular/cache/19.2.15/ng-packagr/8dc2d5a35f40f993f8e8f007e3ec70ea61d38a9543aaf987838096a6461cfa75 +0 -1
- package/.angular/cache/19.2.15/ng-packagr/b1851331ce1d33cd48496fe17422276a2b380a319e716db97547784e4d9cc1a1 +0 -1
- package/.angular/cache/19.2.15/ng-packagr/bafae0f01f0cf8807646a7eb9e3b6bd5a1edd0fd3752c9f8c93ba0b66b824928 +0 -1
- package/.angular/cache/19.2.15/ng-packagr/df9030ba5c4a68a5dd0cb41b53506348a54f8da563888061b23946418e6eb5c4 +0 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "quankee-framework-interceptor",
|
|
3
|
+
"description": "Quankee Framework Interceptor Lib",
|
|
4
|
+
"version": "1.4.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"email": "info@quankee.co.mz",
|
|
7
|
+
"name": "Quankee Software, Lda",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://gitlab.com/quankee-framework/quankee-framework-common-ts"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://gitlab.com/quankee-framework/quankee-framework-common-ts#readme",
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"registry": "https://registry.npmjs.org/"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"@angular/common": "^19.2.0",
|
|
20
|
+
"@angular/core": "^19.2.0"
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"tslib": "^2.3.0"
|
|
24
|
+
},
|
|
25
|
+
"ngPackage": {
|
|
26
|
+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
27
|
+
"dest": "../../dist/quankee-framework-keycloak",
|
|
28
|
+
"lib": {
|
|
29
|
+
"entryFile": "src/public-api.ts"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"sideEffects": false
|
|
33
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
ISC License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Quankee Software, Lda
|
|
4
|
-
|
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
7
|
-
copyright notice and this permission notice appear in all copies.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
10
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
11
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
12
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
13
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
14
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
15
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1
|
+
ISC License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Quankee Software, Lda
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
15
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
-
"dest": "../../dist/quankee-framework-keycloak",
|
|
4
|
-
"lib": {
|
|
5
|
-
"entryFile": "src/public-api.ts"
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
+
"dest": "../../dist/quankee-framework-keycloak",
|
|
4
|
+
"lib": {
|
|
5
|
+
"entryFile": "src/public-api.ts"
|
|
6
|
+
}
|
|
7
7
|
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "quankee-framework-keycloak",
|
|
3
|
-
"version": "1.0.1",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "quankee-framework-keycloak",
|
|
9
|
-
"version": "1.0.1",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"jwt-decode": "4.0.0",
|
|
12
|
-
"tslib": "^2.3.0"
|
|
13
|
-
},
|
|
14
|
-
"peerDependencies": {
|
|
15
|
-
"@angular/common": "^19.2.0",
|
|
16
|
-
"@angular/core": "^19.2.0",
|
|
17
|
-
"keycloak-angular": "20.0.0",
|
|
18
|
-
"keycloak-js": "26.2.0"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"node_modules/jwt-decode": {
|
|
22
|
-
"version": "4.0.0",
|
|
23
|
-
"resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz",
|
|
24
|
-
"integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==",
|
|
25
|
-
"license": "MIT",
|
|
26
|
-
"engines": {
|
|
27
|
-
"node": ">=18"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"node_modules/tslib": {
|
|
31
|
-
"version": "2.8.1",
|
|
32
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
33
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
34
|
-
"license": "0BSD"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "quankee-framework-keycloak",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "quankee-framework-keycloak",
|
|
9
|
+
"version": "1.0.1",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"jwt-decode": "4.0.0",
|
|
12
|
+
"tslib": "^2.3.0"
|
|
13
|
+
},
|
|
14
|
+
"peerDependencies": {
|
|
15
|
+
"@angular/common": "^19.2.0",
|
|
16
|
+
"@angular/core": "^19.2.0",
|
|
17
|
+
"keycloak-angular": "20.0.0",
|
|
18
|
+
"keycloak-js": "26.2.0"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"node_modules/jwt-decode": {
|
|
22
|
+
"version": "4.0.0",
|
|
23
|
+
"resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz",
|
|
24
|
+
"integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==",
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=18"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"node_modules/tslib": {
|
|
31
|
+
"version": "2.8.1",
|
|
32
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
33
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
34
|
+
"license": "0BSD"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
-
"dest": "../../dist/quankee-framework-language",
|
|
4
|
-
"lib": {
|
|
5
|
-
"entryFile": "src/public-api.ts"
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
+
"dest": "../../dist/quankee-framework-language",
|
|
4
|
+
"lib": {
|
|
5
|
+
"entryFile": "src/public-api.ts"
|
|
6
|
+
}
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
-
"dest": "../../dist/quankee-framework-response",
|
|
4
|
-
"lib": {
|
|
5
|
-
"entryFile": "src/public-api.ts"
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
+
"dest": "../../dist/quankee-framework-response",
|
|
4
|
+
"lib": {
|
|
5
|
+
"entryFile": "src/public-api.ts"
|
|
6
|
+
}
|
|
7
7
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
ISC License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Quankee Software, Lda
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
15
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "quankee-framework-user",
|
|
3
|
+
"description": "Quankee Framework User Lib",
|
|
4
|
+
"version": "1.4.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"email": "info@quankee.co.mz",
|
|
7
|
+
"name": "Quankee Software, Lda",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://gitlab.com/quankee-framework/quankee-framework-common-ts"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://gitlab.com/quankee-framework/quankee-framework-common-ts#readme",
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"registry": "https://registry.npmjs.org/"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"@angular/common": "^19.2.0",
|
|
20
|
+
"@angular/core": "^19.2.0"
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"tslib": "^2.3.0"
|
|
24
|
+
},
|
|
25
|
+
"ngPackage": {
|
|
26
|
+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
27
|
+
"dest": "../../dist/quankee-framework-keycloak",
|
|
28
|
+
"lib": {
|
|
29
|
+
"entryFile": "src/public-api.ts"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"sideEffects": false
|
|
33
|
+
}
|
package/publish-all.js
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
const { execSync } = require('child_process');
|
|
2
|
-
const libs = [
|
|
3
|
-
'quankee-framework-response',
|
|
4
|
-
'quankee-framework-language',
|
|
5
|
-
'quankee-framework-keycloak'
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
1
|
+
const { execSync } = require('child_process');
|
|
2
|
+
const libs = [
|
|
3
|
+
'quankee-framework-response',
|
|
4
|
+
'quankee-framework-language',
|
|
5
|
+
'quankee-framework-keycloak',
|
|
6
|
+
'quankee-framework-interceptor',
|
|
7
|
+
'quankee-framework-user'
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
for (const lib of libs) {
|
|
11
|
+
console.log(`\nPublishing ${lib}...`);
|
|
12
|
+
execSync(`npm publish dist/${lib}/ --access public`, { stdio: 'inherit' });
|
|
13
|
+
}
|
package/sync-versions.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
const fs = require('fs');
|
|
2
|
-
const path = require('path');
|
|
3
|
-
|
|
4
|
-
const ROOT_DIR = process.cwd();
|
|
5
|
-
const LIBS_DIR = path.join(ROOT_DIR, 'projects');
|
|
6
|
-
|
|
7
|
-
const rootPackage = JSON.parse(fs.readFileSync('package.json', 'utf8'));
|
|
8
|
-
const newVersion = rootPackage.version;
|
|
9
|
-
|
|
10
|
-
function updateLibVersion(libPath) {
|
|
11
|
-
const pkgJsonPath = path.join(libPath, 'package.json');
|
|
12
|
-
if (fs.existsSync(pkgJsonPath)) {
|
|
13
|
-
const pkg = JSON.parse(fs.readFileSync(pkgJsonPath, 'utf8'));
|
|
14
|
-
pkg.version = newVersion;
|
|
15
|
-
fs.writeFileSync(pkgJsonPath, JSON.stringify(pkg, null, 2));
|
|
16
|
-
console.log(`✔ Updated ${pkg.name} to version ${newVersion}`);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
fs.readdirSync(LIBS_DIR).forEach((dir) => {
|
|
21
|
-
const libPath = path.join(LIBS_DIR, dir);
|
|
22
|
-
const stat = fs.statSync(libPath);
|
|
23
|
-
if (stat.isDirectory()) {
|
|
24
|
-
updateLibVersion(libPath);
|
|
25
|
-
}
|
|
26
|
-
});
|
|
1
|
+
const fs = require('fs');
|
|
2
|
+
const path = require('path');
|
|
3
|
+
|
|
4
|
+
const ROOT_DIR = process.cwd();
|
|
5
|
+
const LIBS_DIR = path.join(ROOT_DIR, 'projects');
|
|
6
|
+
|
|
7
|
+
const rootPackage = JSON.parse(fs.readFileSync('package.json', 'utf8'));
|
|
8
|
+
const newVersion = rootPackage.version;
|
|
9
|
+
|
|
10
|
+
function updateLibVersion(libPath) {
|
|
11
|
+
const pkgJsonPath = path.join(libPath, 'package.json');
|
|
12
|
+
if (fs.existsSync(pkgJsonPath)) {
|
|
13
|
+
const pkg = JSON.parse(fs.readFileSync(pkgJsonPath, 'utf8'));
|
|
14
|
+
pkg.version = newVersion;
|
|
15
|
+
fs.writeFileSync(pkgJsonPath, JSON.stringify(pkg, null, 2));
|
|
16
|
+
console.log(`✔ Updated ${pkg.name} to version ${newVersion}`);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
fs.readdirSync(LIBS_DIR).forEach((dir) => {
|
|
21
|
+
const libPath = path.join(LIBS_DIR, dir);
|
|
22
|
+
const stat = fs.statSync(libPath);
|
|
23
|
+
if (stat.isDirectory()) {
|
|
24
|
+
updateLibVersion(libPath);
|
|
25
|
+
}
|
|
26
|
+
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"hash":"697369bc375ac8ba965ca6f6e0ff8379e39ed9e9463c8f65f67e8ba6c5719222","fesm2022":[{"exports":["KeycloakService"],"facadeModuleId":"C:\\usr\\local\\workspaces\\workspace-quankee\\quankee-framework\\quankee-framework-common-ts\\dist\\quankee-framework-keycloak\\esm2022\\quankee-framework-keycloak.mjs","isDynamicEntry":false,"isEntry":true,"isImplicitEntry":false,"moduleIds":["C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-keycloak/esm2022/lib/core/keycloak-token.mjs","C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-keycloak/esm2022/lib/core/authenticated-user.mjs","C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-keycloak/esm2022/lib/core/keycloak.service.mjs","C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-keycloak/esm2022/public-api.mjs","C:\\usr\\local\\workspaces\\workspace-quankee\\quankee-framework\\quankee-framework-common-ts\\dist\\quankee-framework-keycloak\\esm2022\\quankee-framework-keycloak.mjs"],"name":"quankee-framework-keycloak","type":"chunk","dynamicImports":[],"fileName":"quankee-framework-keycloak.mjs","implicitlyLoadedBefore":[],"importedBindings":{"@angular/core":["*","Injectable"],"keycloak-js":["default"]},"imports":["@angular/core","keycloak-js"],"modules":{"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-keycloak/esm2022/lib/core/keycloak-token.mjs":{"code":"","originalLength":1017,"removedExports":[],"renderedExports":[],"renderedLength":0},"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-keycloak/esm2022/lib/core/authenticated-user.mjs":{"code":"","originalLength":649,"removedExports":[],"renderedExports":[],"renderedLength":0},"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-keycloak/esm2022/lib/core/keycloak.service.mjs":{"code":"class KeycloakService {\n keycloak;\n initialized = false;\n constructor() { }\n async init(config) {\n this.keycloak = new Keycloak({\n url: config.url,\n realm: config.realm,\n clientId: config.clientId,\n });\n const initOptions = {\n onLoad: config.onLoad ?? \"login-required\",\n checkLoginIframe: config.checkLoginIframe ?? false,\n silentCheckSsoRedirectUri: config.silentCheckSsoRedirectUri,\n pkceMethod: config.pkceMethod ?? \"S256\",\n flow: config.flow ?? \"standard\",\n };\n try {\n const authenticated = await this.keycloak.init(initOptions);\n this.initialized = true;\n return authenticated;\n }\n catch (error) {\n console.error(\"Keycloak initialization failed\", error);\n return false;\n }\n }\n login() {\n this.keycloak?.login();\n }\n logout(redirectUri) {\n this.keycloak?.logout({ redirectUri });\n }\n accountManagement() {\n this.keycloak?.accountManagement();\n }\n getToken() {\n return this.keycloak?.token;\n }\n getParsedToken() {\n return this.keycloak?.tokenParsed;\n }\n async refreshToken(minValidity = 5) {\n if (!this.keycloak)\n return false;\n try {\n return await this.keycloak.updateToken(minValidity);\n }\n catch (e) {\n console.error(\"Token refresh failed\", e);\n return false;\n }\n }\n getUsername() {\n return this.getParsedToken()?.preferred_username;\n }\n isLoggedIn() {\n return !!this.keycloak?.authenticated;\n }\n async getUser() {\n if (!this.keycloak?.token || !this.keycloak.tokenParsed)\n return;\n const profile = await this.keycloak.loadUserProfile();\n return {\n token: this.keycloak.token,\n parsedToken: this.keycloak.tokenParsed,\n profile,\n };\n }\n getKeycloak() {\n return this.keycloak;\n }\n static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"19.2.14\", ngImport: i0, type: KeycloakService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });\n static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: \"12.0.0\", version: \"19.2.14\", ngImport: i0, type: KeycloakService, providedIn: 'root' });\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"19.2.14\", ngImport: i0, type: KeycloakService, decorators: [{\n type: Injectable,\n args: [{\n providedIn: 'root',\n }]\n }], ctorParameters: () => [] });","originalLength":10325,"removedExports":[],"renderedExports":["KeycloakService"],"renderedLength":2662},"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-keycloak/esm2022/public-api.mjs":{"code":"/*\n * Public API Surface of quankee-framework-keycloak\n */","originalLength":876,"removedExports":[],"renderedExports":[],"renderedLength":58},"C:\\usr\\local\\workspaces\\workspace-quankee\\quankee-framework\\quankee-framework-common-ts\\dist\\quankee-framework-keycloak\\esm2022\\quankee-framework-keycloak.mjs":{"code":"/**\n * Generated bundle index. Do not edit.\n */","originalLength":560,"removedExports":[],"renderedExports":[],"renderedLength":47}},"referencedFiles":[],"code":"import * as i0 from '@angular/core';\nimport { Injectable } from '@angular/core';\nimport Keycloak from 'keycloak-js';\n\nclass KeycloakService {\n keycloak;\n initialized = false;\n constructor() { }\n async init(config) {\n this.keycloak = new Keycloak({\n url: config.url,\n realm: config.realm,\n clientId: config.clientId,\n });\n const initOptions = {\n onLoad: config.onLoad ?? \"login-required\",\n checkLoginIframe: config.checkLoginIframe ?? false,\n silentCheckSsoRedirectUri: config.silentCheckSsoRedirectUri,\n pkceMethod: config.pkceMethod ?? \"S256\",\n flow: config.flow ?? \"standard\",\n };\n try {\n const authenticated = await this.keycloak.init(initOptions);\n this.initialized = true;\n return authenticated;\n }\n catch (error) {\n console.error(\"Keycloak initialization failed\", error);\n return false;\n }\n }\n login() {\n this.keycloak?.login();\n }\n logout(redirectUri) {\n this.keycloak?.logout({ redirectUri });\n }\n accountManagement() {\n this.keycloak?.accountManagement();\n }\n getToken() {\n return this.keycloak?.token;\n }\n getParsedToken() {\n return this.keycloak?.tokenParsed;\n }\n async refreshToken(minValidity = 5) {\n if (!this.keycloak)\n return false;\n try {\n return await this.keycloak.updateToken(minValidity);\n }\n catch (e) {\n console.error(\"Token refresh failed\", e);\n return false;\n }\n }\n getUsername() {\n return this.getParsedToken()?.preferred_username;\n }\n isLoggedIn() {\n return !!this.keycloak?.authenticated;\n }\n async getUser() {\n if (!this.keycloak?.token || !this.keycloak.tokenParsed)\n return;\n const profile = await this.keycloak.loadUserProfile();\n return {\n token: this.keycloak.token,\n parsedToken: this.keycloak.tokenParsed,\n profile,\n };\n }\n getKeycloak() {\n return this.keycloak;\n }\n static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"19.2.14\", ngImport: i0, type: KeycloakService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });\n static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: \"12.0.0\", version: \"19.2.14\", ngImport: i0, type: KeycloakService, providedIn: 'root' });\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"19.2.14\", ngImport: i0, type: KeycloakService, decorators: [{\n type: Injectable,\n args: [{\n providedIn: 'root',\n }]\n }], ctorParameters: () => [] });\n\n/*\n * Public API Surface of quankee-framework-keycloak\n */\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { KeycloakService };\n//# sourceMappingURL=quankee-framework-keycloak.mjs.map\n","map":null,"preliminaryFileName":"quankee-framework-keycloak.mjs","sourcemapFileName":"quankee-framework-keycloak.mjs.map"},{"fileName":"quankee-framework-keycloak.mjs.map","names":[],"needsCodeReference":false,"originalFileName":null,"originalFileNames":[],"source":"{\"version\":3,\"file\":\"quankee-framework-keycloak.mjs\",\"sources\":[\"../../../projects/quankee-framework-keycloak/src/lib/core/keycloak.service.ts\",\"../../../projects/quankee-framework-keycloak/src/public-api.ts\",\"../../../projects/quankee-framework-keycloak/src/quankee-framework-keycloak.ts\"],\"sourcesContent\":[\"import {Injectable} from '@angular/core';\\r\\nimport Keycloak from 'keycloak-js';\\r\\nimport {AuthenticatedUser} from './authenticated-user';\\r\\nimport {KeycloakToken} from './keycloak-token';\\r\\n\\r\\n// Your own type definition for 'onLoad' because keycloak-js doesn't export it\\r\\nexport type AppKeycloakOnLoad = \\\"login-required\\\" | \\\"check-sso\\\";\\r\\n\\r\\nexport type KeycloakPkceMethod = \\\"S256\\\";\\r\\n\\r\\n// Your own config interface\\r\\nexport interface KeycloakConfig {\\r\\n url: string;\\r\\n realm: string;\\r\\n clientId: string;\\r\\n onLoad?: AppKeycloakOnLoad;\\r\\n checkLoginIframe?: boolean;\\r\\n silentCheckSsoRedirectUri?: string;\\r\\n pkceMethod?: KeycloakPkceMethod;\\r\\n flow?: \\\"standard\\\" | \\\"implicit\\\";\\r\\n}\\r\\n\\r\\n\\r\\n@Injectable({\\r\\n providedIn: 'root',\\r\\n})\\r\\nexport class KeycloakService{\\r\\n\\r\\n private keycloak?: Keycloak;\\r\\n\\r\\n private initialized = false;\\r\\n\\r\\n constructor() {}\\r\\n\\r\\n async init(config: KeycloakConfig): Promise<boolean> {\\r\\n this.keycloak = new Keycloak({\\r\\n url: config.url,\\r\\n realm: config.realm,\\r\\n clientId: config.clientId,\\r\\n });\\r\\n\\r\\n const initOptions: {\\r\\n onLoad: \\\"login-required\\\" | \\\"check-sso\\\";\\r\\n checkLoginIframe: boolean;\\r\\n silentCheckSsoRedirectUri?: string;\\r\\n pkceMethod: KeycloakPkceMethod;\\r\\n flow: \\\"standard\\\" | \\\"implicit\\\";\\r\\n } = {\\r\\n onLoad: config.onLoad ?? \\\"login-required\\\",\\r\\n checkLoginIframe: config.checkLoginIframe ?? false,\\r\\n silentCheckSsoRedirectUri: config.silentCheckSsoRedirectUri,\\r\\n pkceMethod: config.pkceMethod ?? \\\"S256\\\",\\r\\n flow: config.flow ?? \\\"standard\\\",\\r\\n };\\r\\n\\r\\n try {\\r\\n const authenticated = await this.keycloak.init(initOptions);\\r\\n this.initialized = true;\\r\\n return authenticated;\\r\\n } catch (error) {\\r\\n console.error(\\\"Keycloak initialization failed\\\", error);\\r\\n return false;\\r\\n }\\r\\n\\r\\n }\\r\\n\\r\\n login(): void {\\r\\n this.keycloak?.login();\\r\\n }\\r\\n\\r\\n logout(redirectUri?: string): void {\\r\\n this.keycloak?.logout({ redirectUri });\\r\\n }\\r\\n\\r\\n accountManagement(): void {\\r\\n this.keycloak?.accountManagement();\\r\\n }\\r\\n\\r\\n getToken(): string | undefined {\\r\\n return this.keycloak?.token;\\r\\n }\\r\\n\\r\\n getParsedToken(): KeycloakToken | undefined {\\r\\n return this.keycloak?.tokenParsed as KeycloakToken;\\r\\n }\\r\\n\\r\\n async refreshToken(minValidity = 5): Promise<boolean> {\\r\\n if (!this.keycloak) return false;\\r\\n try {\\r\\n return await this.keycloak.updateToken(minValidity);\\r\\n } catch (e) {\\r\\n console.error(\\\"Token refresh failed\\\", e);\\r\\n return false;\\r\\n }\\r\\n }\\r\\n\\r\\n getUsername(): string | undefined {\\r\\n return this.getParsedToken()?.preferred_username;\\r\\n }\\r\\n\\r\\n isLoggedIn(): boolean {\\r\\n return !!this.keycloak?.authenticated;\\r\\n }\\r\\n\\r\\n async getUser(): Promise<AuthenticatedUser | undefined> {\\r\\n if (!this.keycloak?.token || !this.keycloak.tokenParsed) return;\\r\\n\\r\\n const profile = await this.keycloak.loadUserProfile();\\r\\n return {\\r\\n token: this.keycloak.token,\\r\\n parsedToken: this.keycloak.tokenParsed as KeycloakToken,\\r\\n profile,\\r\\n };\\r\\n }\\r\\n\\r\\n getKeycloak(): Keycloak | undefined {\\r\\n return this.keycloak;\\r\\n }\\r\\n\\r\\n\\r\\n}\\r\\n\",\"/*\\r\\n * Public API Surface of quankee-framework-keycloak\\r\\n */\\r\\n\\r\\nexport * from './lib/core/keycloak-token';\\r\\nexport * from './lib/core/authenticated-user';\\r\\nexport * from './lib/core/keycloak.service';\\r\\n\\r\\n\",\"/**\\n * Generated bundle index. Do not edit.\\n */\\n\\nexport * from './public-api';\\n\"],\"names\":[],\"mappings\":\"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\"}","type":"asset"}]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"hash":"9957767042121fac2c7778cdc7e9b0fe4af87177331d9e22238273e27c7de987","fesm2022":[{"exports":[],"facadeModuleId":"C:\\usr\\local\\workspaces\\workspace-quankee\\quankee-framework\\quankee-framework-common-ts\\dist\\quankee-framework-response\\esm2022\\quankee-framework-response.mjs","isDynamicEntry":false,"isEntry":true,"isImplicitEntry":false,"moduleIds":["C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-response/esm2022/lib/core/response.mjs","C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-response/esm2022/public-api.mjs","C:\\usr\\local\\workspaces\\workspace-quankee\\quankee-framework\\quankee-framework-common-ts\\dist\\quankee-framework-response\\esm2022\\quankee-framework-response.mjs"],"name":"quankee-framework-response","type":"chunk","dynamicImports":[],"fileName":"quankee-framework-response.mjs","implicitlyLoadedBefore":[],"importedBindings":{},"imports":[],"modules":{"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-response/esm2022/lib/core/response.mjs":{"code":"","originalLength":453,"removedExports":[],"renderedExports":[],"renderedLength":0},"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-response/esm2022/public-api.mjs":{"code":"/*\n * Public API Surface of quankee-framework-response\n */","originalLength":578,"removedExports":[],"renderedExports":[],"renderedLength":58},"C:\\usr\\local\\workspaces\\workspace-quankee\\quankee-framework\\quankee-framework-common-ts\\dist\\quankee-framework-response\\esm2022\\quankee-framework-response.mjs":{"code":"/**\n * Generated bundle index. Do not edit.\n */","originalLength":560,"removedExports":[],"renderedExports":[],"renderedLength":47}},"referencedFiles":[],"code":"/*\n * Public API Surface of quankee-framework-response\n */\n\n/**\n * Generated bundle index. Do not edit.\n */\n//# sourceMappingURL=quankee-framework-response.mjs.map\n","map":null,"preliminaryFileName":"quankee-framework-response.mjs","sourcemapFileName":"quankee-framework-response.mjs.map"},{"fileName":"quankee-framework-response.mjs.map","names":[],"needsCodeReference":false,"originalFileName":null,"originalFileNames":[],"source":"{\"version\":3,\"file\":\"quankee-framework-response.mjs\",\"sources\":[\"../../../projects/quankee-framework-response/src/public-api.ts\",\"../../../projects/quankee-framework-response/src/quankee-framework-response.ts\"],\"sourcesContent\":[\"/*\\r\\n * Public API Surface of quankee-framework-response\\r\\n */\\r\\n\\r\\nexport * from './lib/core/response';\\r\\n\\r\\n\",\"/**\\n * Generated bundle index. Do not edit.\\n */\\n\\nexport * from './public-api';\\n\"],\"names\":[],\"mappings\":\"AAAA;;AAEG;;ACFH;;AAEG\"}","type":"asset"}]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"modules":[{"ast":{"type":"Program","start":0,"end":421,"body":[{"type":"ExportNamedDeclaration","start":0,"end":10,"specifiers":[],"source":null,"attributes":[],"declaration":null}],"_rollupRemoved":[{"end":421,"start":11,"type":"sourcemap"}],"sourceType":"module"},"attributes":{},"code":"export {};\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZ3VhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9xdWFua2VlLWZyYW1ld29yay1sYW5ndWFnZS9zcmMvbGliL2NvcmUvbGFuZ3VhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgTGFuZ3VhZ2Uge1xyXG4gIGxhbmd1YWdlOiBzdHJpbmc7XHJcbiAgY291bnRyeTogc3RyaW5nO1xyXG59XHJcbiJdfQ==","customTransformCache":false,"dependencies":[],"id":"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-language/esm2022/lib/core/language.mjs","meta":{},"moduleSideEffects":true,"originalCode":"export {};\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZ3VhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9xdWFua2VlLWZyYW1ld29yay1sYW5ndWFnZS9zcmMvbGliL2NvcmUvbGFuZ3VhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgTGFuZ3VhZ2Uge1xyXG4gIGxhbmd1YWdlOiBzdHJpbmc7XHJcbiAgY291bnRyeTogc3RyaW5nO1xyXG59XHJcbiJdfQ==","originalSourcemap":{"mappings":[],"names":[],"sources":[],"version":3},"resolvedIds":{},"sourcemapChain":[],"syntheticNamedExports":false,"transformDependencies":[]},{"ast":{"type":"Program","start":0,"end":574,"body":[{"type":"ExportAllDeclaration","start":59,"end":95,"exported":null,"source":{"type":"Literal","start":73,"end":94,"value":"./lib/core/language","raw":"'./lib/core/language'"},"attributes":[]}],"_rollupRemoved":[{"end":574,"start":96,"type":"sourcemap"}],"sourceType":"module"},"attributes":{},"code":"/*\n * Public API Surface of quankee-framework-language\n */\nexport * from './lib/core/language';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3F1YW5rZWUtZnJhbWV3b3JrLWxhbmd1YWdlL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBxdWFua2VlLWZyYW1ld29yay1sYW5ndWFnZVxyXG4gKi9cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbGFuZ3VhZ2UnO1xyXG4iXX0=","customTransformCache":false,"dependencies":["C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-language/esm2022/lib/core/language.mjs"],"id":"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-language/esm2022/public-api.mjs","meta":{},"moduleSideEffects":true,"originalCode":"/*\n * Public API Surface of quankee-framework-language\n */\nexport * from './lib/core/language';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3F1YW5rZWUtZnJhbWV3b3JrLWxhbmd1YWdlL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBxdWFua2VlLWZyYW1ld29yay1sYW5ndWFnZVxyXG4gKi9cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbGFuZ3VhZ2UnO1xyXG4iXX0=","originalSourcemap":{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../projects/quankee-framework-language/src/public-api.ts"],"names":[],"mappings":[[[0,0,0,0]],[],[[3,0,2,3]],[[0,0,4,0],[14,0,4,14],[35,0,4,35],[36,0,4,36]]],"sourcesContent":["/*\r\n * Public API Surface of quankee-framework-language\r\n */\r\n\r\nexport * from './lib/core/language';\r\n"]},"resolvedIds":{"./lib/core/language":{"attributes":{},"external":false,"id":"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-language/esm2022/lib/core/language.mjs","meta":{},"moduleSideEffects":true,"resolvedBy":"file-loader","syntheticNamedExports":false}},"sourcemapChain":[],"syntheticNamedExports":false,"transformDependencies":[]},{"ast":{"type":"Program","start":0,"end":560,"body":[{"type":"ExportAllDeclaration","start":48,"end":77,"exported":null,"source":{"type":"Literal","start":62,"end":76,"value":"./public-api","raw":"'./public-api'"},"attributes":[]}],"_rollupRemoved":[{"end":560,"start":78,"type":"sourcemap"}],"sourceType":"module"},"attributes":{},"code":"/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbmtlZS1mcmFtZXdvcmstbGFuZ3VhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9xdWFua2VlLWZyYW1ld29yay1sYW5ndWFnZS9zcmMvcXVhbmtlZS1mcmFtZXdvcmstbGFuZ3VhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==","customTransformCache":false,"dependencies":["C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-language/esm2022/public-api.mjs"],"id":"C:\\usr\\local\\workspaces\\workspace-quankee\\quankee-framework\\quankee-framework-common-ts\\dist\\quankee-framework-language\\esm2022\\quankee-framework-language.mjs","meta":{},"moduleSideEffects":true,"originalCode":"/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbmtlZS1mcmFtZXdvcmstbGFuZ3VhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9xdWFua2VlLWZyYW1ld29yay1sYW5ndWFnZS9zcmMvcXVhbmtlZS1mcmFtZXdvcmstbGFuZ3VhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==","originalSourcemap":{"version":3,"file":"quankee-framework-language.js","sourceRoot":"","sources":["../../../projects/quankee-framework-language/src/quankee-framework-language.ts"],"names":[],"mappings":[[[0,0,0,0]],[],[[3,0,2,3]],[[0,0,4,0],[14,0,4,14],[28,0,4,28],[29,0,4,29]]],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"]},"resolvedIds":{"./public-api":{"attributes":{},"external":false,"id":"C:/usr/local/workspaces/workspace-quankee/quankee-framework/quankee-framework-common-ts/dist/quankee-framework-language/esm2022/public-api.mjs","meta":{},"moduleSideEffects":true,"resolvedBy":"file-loader","syntheticNamedExports":false}},"sourcemapChain":[],"syntheticNamedExports":false,"transformDependencies":[]}],"plugins":{"file-loader":{},"json":{}}}
|