taon 19.0.22 → 19.0.26
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 +11 -11
- package/browser/package.json +1 -1
- package/client/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/package.json +1 -1
- package/scss/app.scss +10 -0
- package/scss/global.scss +46 -0
- package/scss/index.scss +2 -0
- package/scss/lib/index.scss +1 -0
- package/scss/lib/ui/taon.scss +15 -0
- package/tmp-environment.json +6 -6
- package/websql/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,11 +128,11 @@ rm -rf ~/.taon # taon local packages repository
|
|
|
128
128
|
Installation happens when you first time use taon
|
|
129
129
|
```jsonc
|
|
130
130
|
[
|
|
131
|
-
// tool for minifying js (WILL
|
|
131
|
+
// tool for minifying js (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
132
132
|
{ name: 'ncc', version: '0.36.0', installName: '@vercel/ncc' },
|
|
133
|
-
// zip extractor.. no needed anymore (WILL
|
|
133
|
+
// zip extractor.. no needed anymore (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
134
134
|
{ name: 'extract-zip', version: '1.6.7' },
|
|
135
|
-
// copy catalogs (WILL
|
|
135
|
+
// copy catalogs (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
136
136
|
{ name: 'cpr' },
|
|
137
137
|
// check version of your nodejs
|
|
138
138
|
{ name: 'check-node-version' },
|
|
@@ -142,11 +142,11 @@ Installation happens when you first time use taon
|
|
|
142
142
|
{ name: 'rimraf', version: '3.0.2' },
|
|
143
143
|
//handy for recreating catalogs
|
|
144
144
|
{ name: 'mkdirp' },
|
|
145
|
-
// rename files in build (WILL
|
|
145
|
+
// rename files in build (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
146
146
|
{ name: 'renamer', version: '2.0.1' },
|
|
147
|
-
// run/watch node server (WILL
|
|
147
|
+
// run/watch node server (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
148
148
|
{ name: 'nodemon' },
|
|
149
|
-
// check circural deps (WILL
|
|
149
|
+
// check circural deps (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
150
150
|
{ name: 'madge' },
|
|
151
151
|
// package manager
|
|
152
152
|
{ name: 'yarn' },
|
|
@@ -156,21 +156,21 @@ Installation happens when you first time use taon
|
|
|
156
156
|
{ name: 'prettier' },
|
|
157
157
|
// process killer
|
|
158
158
|
{ name: 'fkill', installName: 'fkill-cli' },
|
|
159
|
-
// for unit tests runner (WILL
|
|
159
|
+
// for unit tests runner (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
160
160
|
{ name: 'mocha' },
|
|
161
161
|
// for unit tests runner
|
|
162
162
|
{ name: 'jest' },
|
|
163
|
-
// run ts code directly
|
|
163
|
+
// run ts code directly (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
164
164
|
{ name: 'ts-node' },
|
|
165
165
|
// oficial vsce package striped out from some restrictions
|
|
166
166
|
{ name: 'taon-vsce' },
|
|
167
|
-
// analyze you final bundle (WILL
|
|
167
|
+
// analyze you final bundle (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
168
168
|
{ name: 'webpack-bundle-analyzer' },
|
|
169
169
|
// strip types from TypeScript
|
|
170
170
|
{ name: 'babel', installName: 'babel-cli' },
|
|
171
|
-
// create js bundle that are not human readable (WILL
|
|
171
|
+
// create js bundle that are not human readable (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
172
172
|
{ name: 'javascript-obfuscator', version: '4' },
|
|
173
|
-
// minify js (WILL
|
|
173
|
+
// minify js (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
|
|
174
174
|
{ name: 'uglifyjs', installName: 'uglify-js' },
|
|
175
175
|
]
|
|
176
176
|
```
|
package/browser/package.json
CHANGED
package/client/package.json
CHANGED
|
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
|
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
5
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6
6
|
exports.PROJECT_NPM_NAME = 'taon';
|
|
7
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
|
7
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.26';
|
|
8
8
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
9
9
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/lib/ui/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1748398824369 = dummy1748398824369;
|
|
4
|
+
function dummy1748398824369() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1748398825336 = dummy1748398825336;
|
|
4
|
+
function dummy1748398825336() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/scss/app.scss
ADDED
package/scss/global.scss
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
@use './vars.scss' as vars;
|
|
2
|
+
@use 'primeflex/primeflex.scss';
|
|
3
|
+
|
|
4
|
+
/* You can add global styles to this file, and also import other style files */
|
|
5
|
+
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
|
|
6
|
+
|
|
7
|
+
// @import "primeng/resources/themes/lara-light-blue/theme.css"; // not needed anymore
|
|
8
|
+
// @import "primeng/resources/primeng.css"; // not needed anymore
|
|
9
|
+
@import 'primeicons/primeicons.css';
|
|
10
|
+
|
|
11
|
+
@import 'animate.css/animate.min.css';
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Material Icons';
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
src: url("#{ $basename }assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2")
|
|
18
|
+
format('woff2');
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.material-icons {
|
|
22
|
+
font-family: 'Material Icons';
|
|
23
|
+
font-weight: normal;
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-size: 24px;
|
|
26
|
+
line-height: 1;
|
|
27
|
+
letter-spacing: normal;
|
|
28
|
+
text-transform: none;
|
|
29
|
+
display: inline-block;
|
|
30
|
+
white-space: nowrap;
|
|
31
|
+
word-wrap: normal;
|
|
32
|
+
direction: ltr;
|
|
33
|
+
-webkit-font-feature-settings: 'liga';
|
|
34
|
+
-webkit-font-smoothing: antialiased;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ng-scroll-content {
|
|
38
|
+
// TODO QUICK_FIX for modal mode
|
|
39
|
+
display: block !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// TODO QUICK FIX for weird chrome padding
|
|
43
|
+
body {
|
|
44
|
+
margin: 0px !important;
|
|
45
|
+
overflow: hidden;
|
|
46
|
+
}
|
package/scss/index.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
|
package/tmp-environment.json
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"only": []
|
|
10
10
|
},
|
|
11
11
|
"ports": {
|
|
12
|
-
"ngNormalAppPort":
|
|
13
|
-
"ngWebsqlAppPort":
|
|
14
|
-
"nodeBeAppPort":
|
|
12
|
+
"ngNormalAppPort": 4257,
|
|
13
|
+
"ngWebsqlAppPort": 4258,
|
|
14
|
+
"nodeBeAppPort": 4126
|
|
15
15
|
},
|
|
16
16
|
"init": {},
|
|
17
17
|
"build": {
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"releaseType": "manual",
|
|
31
31
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
32
32
|
"envName": "__",
|
|
33
|
-
"resolvedNewVersion": "19.0.
|
|
33
|
+
"resolvedNewVersion": "19.0.26"
|
|
34
34
|
},
|
|
35
35
|
"copyToManager": {},
|
|
36
36
|
"buildInfo": {
|
|
37
|
-
"date": "2025-05-
|
|
38
|
-
"hash": "
|
|
37
|
+
"date": "2025-05-28T01:40:17.000Z",
|
|
38
|
+
"hash": "ceb8c86eeb220da0e263e7c8b56fca12548920f3"
|
|
39
39
|
},
|
|
40
40
|
"currentProjectName": "taon",
|
|
41
41
|
"currentProjectType": "isomorphic-lib",
|