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 CHANGED
@@ -1,7 +1,7 @@
1
1
  <br/>
2
2
  <p align="center">
3
- <a href="https://github.com/uiedbook/cradova">
4
- <img src="https://raw.githubusercontent.com/Uiedbook/cradova/main/icon.png" alt="Logo" width="80" height="80">
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/uiedbook/cradova#examples"><strong>Explore the 🎙️ docs »</strong></a>
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/uiedbookHQ">Join Community</a>
16
+ <a href="https://t.me/codedynasty-devHQ">Join Community</a>
17
17
  .
18
- <a href="https://github.com/uiedbook/cradova/issues">Report Bug</a>
18
+ <a href="https://github.com/codedynasty-dev/cradova/issues">Report Bug</a>
19
19
  .
20
- <a href="https://github.com/uiedbook/cradova/issues">Request Feature</a>
20
+ <a href="https://github.com/codedynasty-dev/cradova/issues">Request Feature</a>
21
21
  </p>
22
22
  </p>
23
23
 
24
- ![Contributors](https://img.shields.io/github/contributors/uiedbook/cradova?color=dark-green)
25
- ![Issues](https://img.shields.io/github/issues/uiedbook/cradova)
26
- ![License](https://img.shields.io/github/license/uiedbook/cradova)
24
+ ![Contributors](https://img.shields.io/github/contributors/codedynasty-dev/cradova?color=dark-green)
25
+ ![Issues](https://img.shields.io/github/issues/codedynasty-dev/cradova)
26
+ ![License](https://img.shields.io/github/license/codedynasty-dev/cradova)
27
27
  [![npm Version](https://img.shields.io/npm/v/cradova.svg)](https://www.npmjs.com/package/cradova)
28
28
  [![License](https://img.shields.io/npm/l/cradova.svg)](https://github.com/cradova/cradova.js/blob/next/LICENSE)
29
29
  [![npm Downloads](https://img.shields.io/npm/dm/cradova.svg)](https://www.npmjs.com/package/cradova)
30
30
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/cradova/cradova.js/blob/next/contributing.md)
31
- ![Forks](https://img.shields.io/github/forks/uiedbook/cradova?style=social)
32
- ![Stargazers](https://img.shields.io/github/stars/uiedbook/cradova?style=social)
31
+ ![Forks](https://img.shields.io/github/forks/codedynasty-dev/cradova?style=social)
32
+ ![Stargazers](https://img.shields.io/github/stars/codedynasty-dev/cradova?style=social)
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/uiedbook/cradova/blob/main/VJS_spec/specification.md)
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/uiedbook/cradova/blob/main/CHANGELOG.md#v400)
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/uiedbookHQ)
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/uiedbook/cradova/blob/main/contributing.md) up the
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
- export type { Func } from "./primitives/types.js";
4
+ import type { Func } from "./primitives/types.js";
5
+ export type { Func };
5
6
  declare global {
6
- interface Function {
7
- cloneFunc(): () => HTMLElement;
8
- }
7
+ interface Function {
8
+ cloneFunc(): () => HTMLElement;
9
+ InvokeWith(args: any[]): Func;
10
+ }
9
11
  }