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 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 EB REMOVED SOON FROM GLOBAL DEPS)
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 EB REMOVED SOON FROM GLOBAL DEPS)
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 EB REMOVED SOON FROM GLOBAL DEPS)
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 EB REMOVED SOON FROM GLOBAL DEPS)
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 EB REMOVED SOON FROM GLOBAL DEPS)
147
+ // run/watch node server (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
148
148
  { name: 'nodemon' },
149
- // check circural deps (WILL EB REMOVED SOON FROM GLOBAL DEPS)
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 EB REMOVED SOON FROM GLOBAL DEPS)
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 EB REMOVED SOON FROM GLOBAL DEPS)
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 EB REMOVED SOON FROM GLOBAL DEPS)
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 EB REMOVED SOON FROM GLOBAL DEPS)
173
+ // minify js (WILL BE REMOVED SOON FROM GLOBAL DEPSS)
174
174
  { name: 'uglifyjs', installName: 'uglify-js' },
175
175
  ]
176
176
  ```
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/browser",
3
- "version": "19.0.22",
3
+ "version": "19.0.26",
4
4
  "module": "fesm2022/taon.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/client",
3
- "version": "19.0.22",
3
+ "version": "19.0.26",
4
4
  "module": "fesm2022/taon.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const PROJECT_NPM_NAME = "taon";
3
- export declare const CURRENT_PACKAGE_VERSION = "19.0.22";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.26";
@@ -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.22';
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.dummy1748108479466 = dummy1748108479466;
4
- function dummy1748108479466() { }
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.dummy1748108480274 = dummy1748108480274;
4
- function dummy1748108480274() { }
3
+ exports.dummy1748398825336 = dummy1748398825336;
4
+ function dummy1748398825336() { }
5
5
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon",
3
- "version": "19.0.22",
3
+ "version": "19.0.26",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",
package/scss/app.scss ADDED
@@ -0,0 +1,10 @@
1
+ img {
2
+ height: 100px;
3
+ }
4
+
5
+ .my-pic {
6
+ background-image: url('/src/assets/cutsmall.jpg');
7
+ background-size: 100px 100px;
8
+ height: 100px;
9
+ width: 100px;
10
+ }
@@ -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
+ }
@@ -0,0 +1,2 @@
1
+ // EXPORT SCSS STYLES FOR THIS APP or LIBRARY IN THIS FILE
2
+ @use './lib/index.scss' as *;
@@ -0,0 +1 @@
1
+ // EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
@@ -0,0 +1,15 @@
1
+ @mixin section {
2
+ section {
3
+ display: block;
4
+ padding: 10px;
5
+
6
+ > * {
7
+ margin-top: 0px !important;
8
+ margin-bottom: 10px !important;
9
+
10
+ &:last-child {
11
+ margin-bottom: 0px !important;
12
+ }
13
+ }
14
+ }
15
+ }
@@ -9,9 +9,9 @@
9
9
  "only": []
10
10
  },
11
11
  "ports": {
12
- "ngNormalAppPort": 4265,
13
- "ngWebsqlAppPort": 4266,
14
- "nodeBeAppPort": 4106
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.22"
33
+ "resolvedNewVersion": "19.0.26"
34
34
  },
35
35
  "copyToManager": {},
36
36
  "buildInfo": {
37
- "date": "2025-05-24T17:41:06.000Z",
38
- "hash": "7562f7979e14a9ac5a35efac0f5d837f966f98fe"
37
+ "date": "2025-05-28T01:40:17.000Z",
38
+ "hash": "ceb8c86eeb220da0e263e7c8b56fca12548920f3"
39
39
  },
40
40
  "currentProjectName": "taon",
41
41
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/websql",
3
- "version": "19.0.22",
3
+ "version": "19.0.26",
4
4
  "module": "fesm2022/taon.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {