x4js 1.5.36 → 1.5.40
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 +2 -2
- package/lib/README.txt +2 -2
- package/lib/changelog.txt +3 -0
- package/lib/cjs/index.js +3 -3
- package/lib/cjs/index.js.map +2 -2
- package/lib/esm/index.mjs +5 -3
- package/lib/esm/index.mjs.map +2 -2
- package/lib/licence.md +1 -1
- package/lib/src/i18n.ts +1 -0
- package/lib/src/icon.ts +1 -1
- package/lib/src/label.ts +1 -0
- package/lib/src/menu.ts +1 -1
- package/lib/src/version.ts +1 -1
- package/lib/types/i18n.d.ts +1 -1
- package/lib/types/version.d.ts +1 -1
- package/license.md +1 -1
- package/package.json +1 -1
- package/lib/src/i18n.ts.bak +0 -347
package/README.md
CHANGED
|
@@ -12,10 +12,10 @@ see [home](https://x4js.org)
|
|
|
12
12
|
|
|
13
13
|
## Documentation
|
|
14
14
|
|
|
15
|
-
**
|
|
15
|
+
**20 seconds**: it's the time needed to have a working project:
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npx x4build create
|
|
18
|
+
npx x4build create demo --type=html
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
see [full documentation](https://x4js.org/doc/)
|
package/lib/README.txt
CHANGED
|
@@ -12,10 +12,10 @@ see [home](https://x4js.org)
|
|
|
12
12
|
|
|
13
13
|
## Documentation
|
|
14
14
|
|
|
15
|
-
**
|
|
15
|
+
**20 seconds**: it's the time needed to have a working project:
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npx x4build create
|
|
18
|
+
npx x4build create demo --type=html
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
see [full documentation](https://x4js.org/doc/)
|
package/lib/changelog.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
2023/05/xx : 1.5.38 --------------------------------------------------------
|
|
2
|
+
changelog working again
|
|
3
|
+
|
|
1
4
|
2022/12/xx : 1.5.7 --------------------------------------------------------
|
|
2
5
|
package.json - removed erroneous dependency to typescript
|
|
3
6
|
calendar.ts - show now has a parameter named 'at'
|