taon 19.0.61 → 19.0.62
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/browser/fesm2022/taon.mjs +3 -2
- package/browser/fesm2022/taon.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/icon-menu-taon.svg +15 -15
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/decorators/classes/controller-config.d.ts +9 -0
- package/lib/decorators/classes/controller-config.js +8 -2
- package/lib/decorators/classes/controller-config.js.map +1 -1
- package/lib/decorators/classes/controller-options.d.ts +11 -0
- package/lib/decorators/classes/controller-options.js +13 -2
- package/lib/decorators/classes/controller-options.js.map +1 -1
- package/lib/realtime/realtime-client.js +3 -2
- package/lib/realtime/realtime-client.js.map +1 -1
- package/lib/ui/directives/index.d.ts +3 -0
- package/lib/ui/directives/index.js +5 -0
- package/lib/ui/directives/index.js.map +1 -0
- package/lib/ui/directives/safe.pipe.d.ts +7 -0
- package/lib/ui/directives/taon-inject-html.directive.d.ts +6 -0
- package/lib/ui/directives/taon-long-press.directive.d.ts +22 -0
- package/lib/ui/directives/view-mode.d.ts +5 -0
- package/lib/ui/directives/view-mode.js +10 -0
- package/lib/ui/directives/view-mode.js.map +1 -0
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +43 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +5 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin.models.js +3 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin.models.js.map +1 -0
- package/lib/ui/taon-full-material.module.d.ts +5 -0
- package/lib/ui/taon-github-fork-me-corner/index.d.ts +2 -0
- package/lib/ui/taon-github-fork-me-corner/index.js +5 -0
- package/lib/ui/taon-github-fork-me-corner/index.js.map +1 -0
- package/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +3 -0
- package/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +2 -0
- package/lib/ui/taon-github-fork-me-ribbon/index.d.ts +2 -0
- package/lib/ui/taon-github-fork-me-ribbon/index.js +5 -0
- package/lib/ui/taon-github-fork-me-ribbon/index.js.map +1 -0
- package/lib/ui/taon-github-fork-me-ribbon/taon-github-fork-me-ribbon.component.d.ts +3 -0
- package/lib/ui/taon-github-fork-me-ribbon/taon-github-fork-me-ribbon.module.d.ts +2 -0
- package/lib/ui/taon-notifications/index.d.ts +4 -0
- package/lib/ui/taon-notifications/index.js +24 -0
- package/lib/ui/taon-notifications/index.js.map +1 -0
- package/lib/ui/taon-notifications/taon-notifications.component.d.ts +9 -0
- package/lib/ui/taon-notifications/taon-notifications.models.d.ts +6 -0
- package/lib/ui/taon-notifications/taon-notifications.models.js +5 -0
- package/lib/ui/taon-notifications/taon-notifications.models.js.map +1 -0
- package/lib/ui/taon-notifications/taon-notifications.module.d.ts +2 -0
- package/lib/ui/taon-notifications/taon-notifications.service.d.ts +11 -0
- package/lib/ui/taon-progress-bar/index.d.ts +2 -0
- package/lib/ui/taon-progress-bar/index.js +5 -0
- package/lib/ui/taon-progress-bar/index.js.map +1 -0
- package/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +13 -0
- package/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +2 -0
- package/lib/ui/taon-session-passcode/index.d.ts +1 -0
- package/lib/ui/taon-session-passcode/index.js +5 -0
- package/lib/ui/taon-session-passcode/index.js.map +1 -0
- package/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +35 -0
- package/lib/ui/taon-table/index.d.ts +2 -0
- package/lib/ui/taon-table/index.js +5 -0
- package/lib/ui/taon-table/index.js.map +1 -0
- package/lib/ui/taon-table/taon-table.component.d.ts +34 -0
- package/lib/ui/taon-table/taon-table.module.d.ts +2 -0
- package/lib/ui/taon.models.d.ts +11 -0
- package/lib/ui/taon.models.js +3 -0
- package/lib/ui/taon.models.js.map +1 -0
- package/package.json +1 -1
- package/tmp-environment.json +39 -0
- package/websql/fesm2022/taon.mjs +3 -2
- package/websql/fesm2022/taon.mjs.map +1 -1
- package/websql/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taon.models.js","sourceRoot":"","sources":[""],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"website": {
|
|
3
|
+
"domain": "taon.example.domain.com",
|
|
4
|
+
"title": "Taon"
|
|
5
|
+
},
|
|
6
|
+
"paths": {},
|
|
7
|
+
"config": {},
|
|
8
|
+
"container": {
|
|
9
|
+
"start": "tnp"
|
|
10
|
+
},
|
|
11
|
+
"ports": {},
|
|
12
|
+
"init": {},
|
|
13
|
+
"build": {
|
|
14
|
+
"pwa": {},
|
|
15
|
+
"watch": false
|
|
16
|
+
},
|
|
17
|
+
"loading": {
|
|
18
|
+
"preAngularBootstrap": {},
|
|
19
|
+
"afterAngularBootstrap": {}
|
|
20
|
+
},
|
|
21
|
+
"release": {
|
|
22
|
+
"cli": {},
|
|
23
|
+
"lib": {},
|
|
24
|
+
"autoReleaseUsingConfig": true,
|
|
25
|
+
"releaseVersionBumpType": "patch",
|
|
26
|
+
"releaseType": "manual",
|
|
27
|
+
"targetArtifact": "npm-lib-and-cli-tool",
|
|
28
|
+
"envName": "__",
|
|
29
|
+
"resolvedNewVersion": "19.0.13"
|
|
30
|
+
},
|
|
31
|
+
"copyToManager": {},
|
|
32
|
+
"buildInfo": {
|
|
33
|
+
"date": "2025-05-13T21:02:51.000Z",
|
|
34
|
+
"hash": "ec29911645a4abf818923ce456c1678b84474453"
|
|
35
|
+
},
|
|
36
|
+
"currentProjectName": "taon",
|
|
37
|
+
"currentProjectType": "isomorphic-lib",
|
|
38
|
+
"pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon/src\":[\"./src/lib\"],\"taon/src/*\":[\"./src/lib/*\"]},"
|
|
39
|
+
}
|
package/websql/fesm2022/taon.mjs
CHANGED
|
@@ -1568,12 +1568,13 @@ class RealtimeClient {
|
|
|
1568
1568
|
if (this.core.ctx.config.frontendHost &&
|
|
1569
1569
|
this.core.ctx.config.frontendHost !== '' &&
|
|
1570
1570
|
this.core.ctx.isRunningInsideDocker) {
|
|
1571
|
-
Helpers.logInfo(`[${this.core.ctx.contextName}] USING FRONTEND HOST
|
|
1571
|
+
Helpers.logInfo(`[${this.core.ctx.contextName}] USING FRONTEND HOST` +
|
|
1572
|
+
` ${this.core.ctx.config.frontendHost} FOR REALTIME`);
|
|
1572
1573
|
nspPath.global = new URL(`${this.core.ctx.frontendHostUri.origin}${nspPath.global.pathname}`);
|
|
1573
1574
|
nspPath.realtime = new URL(`${this.core.ctx.frontendHostUri.origin}${nspPath.realtime.pathname}`);
|
|
1574
1575
|
}
|
|
1575
1576
|
else {
|
|
1576
|
-
Helpers.logInfo(`[${this.core.ctx.contextName}]
|
|
1577
|
+
Helpers.logInfo(`[${this.core.ctx.contextName}] Not using frontend host for realtime`);
|
|
1577
1578
|
}
|
|
1578
1579
|
this.core.ctx.logRealtime &&
|
|
1579
1580
|
console.info('[CLIENT] NAMESPACE GLOBAL ', nspPath.global.href + ` host: ${this.core.ctx.host}`);
|