cradova 3.7.12 → 3.8.0-rc-2
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 +15 -17
- package/dist/index.d.ts +6 -4
- package/dist/index.js +309 -118
- package/dist/primitives/classes.d.ts +110 -135
- package/dist/primitives/dom-objects.d.ts +37 -112
- package/dist/primitives/functions.d.ts +32 -85
- package/dist/primitives/types.d.ts +49 -100
- package/package.json +10 -5
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<br/>
|
|
2
2
|
<p align="center">
|
|
3
|
-
<a href="https://github.com/
|
|
4
|
-
<img src="https://raw.githubusercontent.com/
|
|
3
|
+
<a href="https://github.com/codedynasty-dev/cradova">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/CodeDynasty-dev/cradova/main/icon.png" alt="Logo" width="80" height="80">
|
|
5
5
|
</a>
|
|
6
6
|
|
|
7
7
|
<h1 align="center">Cradova</h1>
|
|
@@ -10,26 +10,26 @@
|
|
|
10
10
|
Build Powerful ⚡ Web Apps with Ease
|
|
11
11
|
<br/>
|
|
12
12
|
<br/>
|
|
13
|
-
<a href="https://github.com/
|
|
13
|
+
<a href="https://github.com/codedynasty-dev/cradova#examples"><strong>Explore the 🎙️ docs »</strong></a>
|
|
14
14
|
<br/>
|
|
15
15
|
<br/>
|
|
16
|
-
<a href="https://t.me/
|
|
16
|
+
<a href="https://t.me/codedynasty-devHQ">Join Community</a>
|
|
17
17
|
.
|
|
18
|
-
<a href="https://github.com/
|
|
18
|
+
<a href="https://github.com/codedynasty-dev/cradova/issues">Report Bug</a>
|
|
19
19
|
.
|
|
20
|
-
<a href="https://github.com/
|
|
20
|
+
<a href="https://github.com/codedynasty-dev/cradova/issues">Request Feature</a>
|
|
21
21
|
</p>
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
|
-

|
|
25
|
+

|
|
26
|
+

|
|
27
27
|
[](https://www.npmjs.com/package/cradova)
|
|
28
28
|
[](https://github.com/cradova/cradova.js/blob/next/LICENSE)
|
|
29
29
|
[](https://www.npmjs.com/package/cradova)
|
|
30
30
|
[](https://github.com/cradova/cradova.js/blob/next/contributing.md)
|
|
31
|
-

|
|
32
|
+

|
|
33
33
|
|
|
34
34
|
# Cradova is 3
|
|
35
35
|
|
|
@@ -158,7 +158,7 @@ Cradova is a web development framework for building Single Page Applications and
|
|
|
158
158
|
PWAs.
|
|
159
159
|
|
|
160
160
|
Cradova follows the
|
|
161
|
-
[VJS specification](https://github.com/
|
|
161
|
+
[VJS specification](https://github.com/codedynasty-dev/cradova/blob/main/VJS_spec/specification.md)
|
|
162
162
|
|
|
163
163
|
## What's the benefit?
|
|
164
164
|
|
|
@@ -171,7 +171,7 @@ management is done in a way that is simple, easy and fast.
|
|
|
171
171
|
|
|
172
172
|
Undoubtedly, this provides a significant advantage.
|
|
173
173
|
|
|
174
|
-
[current version changes](https://github.com/
|
|
174
|
+
[current version changes](https://github.com/codedynasty-dev/cradova/blob/main/CHANGELOG.md#v400)
|
|
175
175
|
|
|
176
176
|
## Installation
|
|
177
177
|
|
|
@@ -455,13 +455,13 @@ to the advancement of Cradova.
|
|
|
455
455
|
## Getting Help
|
|
456
456
|
|
|
457
457
|
To get further insights and help on Cradova, visit the
|
|
458
|
-
[Discord](https://discord.gg/b7fvMg38) and [Telegram](https://t.me/
|
|
458
|
+
[Discord](https://discord.gg/b7fvMg38) and [Telegram](https://t.me/codedynasty-devHQ)
|
|
459
459
|
Community Chats.
|
|
460
460
|
|
|
461
461
|
## Contributing
|
|
462
462
|
|
|
463
463
|
We are currently working to
|
|
464
|
-
[set](https://github.com/
|
|
464
|
+
[set](https://github.com/codedynasty-dev/cradova/blob/main/contributing.md) up the
|
|
465
465
|
following:
|
|
466
466
|
|
|
467
467
|
- building Cradova CLI (in progress)
|
|
@@ -482,8 +482,6 @@ following:
|
|
|
482
482
|
|
|
483
483
|
Open sourced And Free.
|
|
484
484
|
|
|
485
|
-
Join Us on [telegram](https://t.me/UiedbookHQ).
|
|
486
|
-
|
|
487
485
|
### Contribution and License Agreement
|
|
488
486
|
|
|
489
487
|
If you contribute code to this project, you are implicitly allowing your code to
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export * from "./primitives/classes.js";
|
|
2
2
|
export * from "./primitives/functions.js";
|
|
3
3
|
export * from "./primitives/dom-objects.js";
|
|
4
|
-
|
|
4
|
+
import type { Func } from "./primitives/types.js";
|
|
5
|
+
export type { Func };
|
|
5
6
|
declare global {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
interface Function {
|
|
8
|
+
cloneFunc(): () => HTMLElement;
|
|
9
|
+
InvokeWith(args: any[]): Func;
|
|
10
|
+
}
|
|
9
11
|
}
|