dphelper 1.9.62 → 1.9.63
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 +25 -25
- package/docs/index.md +25 -25
- package/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|

|
|
18
18
|

|
|
19
19
|
|
|
20
|
-
[](https://badge.socket.dev/npm/package/dphelper/
|
|
20
|
+
[](https://badge.socket.dev/npm/package/dphelper/latest)
|
|
21
21
|
|
|
22
22
|

|
|
23
23
|
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
## Table of Contents
|
|
29
29
|
|
|
30
30
|
1. [About](#about)
|
|
31
|
-
2. [
|
|
32
|
-
3. [
|
|
31
|
+
2. [Installation](#install)
|
|
32
|
+
3. [Live Demo](#live-demo)
|
|
33
33
|
4. [Documentation](#documentation)
|
|
34
34
|
1. [State](#state)
|
|
35
35
|
2. [Store](#store)
|
|
@@ -76,28 +76,6 @@ import 'dphelper';
|
|
|
76
76
|
export default App;
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
## Live Demo
|
|
80
|
-
|
|
81
|
-
[https://tests.a51.dev/](https://tests.a51.dev/)
|
|
82
|
-
|
|
83
|
-
You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
|
|
84
|
-
|
|
85
|
-
* HTML
|
|
86
|
-
* React
|
|
87
|
-
* Vue
|
|
88
|
-
* And any other frontend library
|
|
89
|
-
|
|
90
|
-
## Documentation
|
|
91
|
-
|
|
92
|
-
You can see:
|
|
93
|
-
|
|
94
|
-
* [State](https://a51.gitbook.io/dphelper/general/state)
|
|
95
|
-
* [Store](https://a51.gitbook.io/dphelper/general/store)
|
|
96
|
-
* [Observer](https://a51.gitbook.io/dphelper/general/observer)
|
|
97
|
-
* [List of functions](https://a51.gitbook.io/dphelper/general/tools)
|
|
98
|
-
|
|
99
|
-
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
|
|
100
|
-
|
|
101
79
|
## Install
|
|
102
80
|
|
|
103
81
|
Install dpHelper.
|
|
@@ -132,6 +110,28 @@ Note: You don't need to use npm install in this case, or you will get an error.
|
|
|
132
110
|
<script src="https://cdn.jsdelivr.net/npm/dphelper"></script>
|
|
133
111
|
```
|
|
134
112
|
|
|
113
|
+
## Live Demo
|
|
114
|
+
|
|
115
|
+
[https://tests.a51.dev/](https://tests.a51.dev/)
|
|
116
|
+
|
|
117
|
+
You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
|
|
118
|
+
|
|
119
|
+
* HTML
|
|
120
|
+
* React
|
|
121
|
+
* Vue
|
|
122
|
+
* And any other frontend library
|
|
123
|
+
|
|
124
|
+
## Documentation
|
|
125
|
+
|
|
126
|
+
You can see:
|
|
127
|
+
|
|
128
|
+
* [State](https://a51.gitbook.io/dphelper/general/state)
|
|
129
|
+
* [Store](https://a51.gitbook.io/dphelper/general/store)
|
|
130
|
+
* [Observer](https://a51.gitbook.io/dphelper/general/observer)
|
|
131
|
+
* [List of functions](https://a51.gitbook.io/dphelper/general/tools)
|
|
132
|
+
|
|
133
|
+
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
|
|
134
|
+
|
|
135
135
|
## State
|
|
136
136
|
|
|
137
137
|
### Using the "state" Function
|
package/docs/index.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|

|
|
18
18
|

|
|
19
19
|
|
|
20
|
-
[](https://badge.socket.dev/npm/package/dphelper/
|
|
20
|
+
[](https://badge.socket.dev/npm/package/dphelper/latest)
|
|
21
21
|
|
|
22
22
|

|
|
23
23
|
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
## Table of Contents
|
|
29
29
|
|
|
30
30
|
1. [About](#about)
|
|
31
|
-
2. [
|
|
32
|
-
3. [
|
|
31
|
+
2. [Installation](#install)
|
|
32
|
+
3. [Live Demo](#live-demo)
|
|
33
33
|
4. [Documentation](#documentation)
|
|
34
34
|
1. [State](#state)
|
|
35
35
|
2. [Store](#store)
|
|
@@ -76,28 +76,6 @@ import 'dphelper';
|
|
|
76
76
|
export default App;
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
## Live Demo
|
|
80
|
-
|
|
81
|
-
[https://tests.a51.dev/](https://tests.a51.dev/)
|
|
82
|
-
|
|
83
|
-
You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
|
|
84
|
-
|
|
85
|
-
* HTML
|
|
86
|
-
* React
|
|
87
|
-
* Vue
|
|
88
|
-
* And any other frontend library
|
|
89
|
-
|
|
90
|
-
## Documentation
|
|
91
|
-
|
|
92
|
-
You can see:
|
|
93
|
-
|
|
94
|
-
* [State](https://a51.gitbook.io/dphelper/general/state)
|
|
95
|
-
* [Store](https://a51.gitbook.io/dphelper/general/store)
|
|
96
|
-
* [Observer](https://a51.gitbook.io/dphelper/general/observer)
|
|
97
|
-
* [List of functions](https://a51.gitbook.io/dphelper/general/tools)
|
|
98
|
-
|
|
99
|
-
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
|
|
100
|
-
|
|
101
79
|
## Install
|
|
102
80
|
|
|
103
81
|
Install dpHelper.
|
|
@@ -132,6 +110,28 @@ Note: You don't need to use npm install in this case, or you will get an error.
|
|
|
132
110
|
<script src="https://cdn.jsdelivr.net/npm/dphelper"></script>
|
|
133
111
|
```
|
|
134
112
|
|
|
113
|
+
## Live Demo
|
|
114
|
+
|
|
115
|
+
[https://tests.a51.dev/](https://tests.a51.dev/)
|
|
116
|
+
|
|
117
|
+
You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
|
|
118
|
+
|
|
119
|
+
* HTML
|
|
120
|
+
* React
|
|
121
|
+
* Vue
|
|
122
|
+
* And any other frontend library
|
|
123
|
+
|
|
124
|
+
## Documentation
|
|
125
|
+
|
|
126
|
+
You can see:
|
|
127
|
+
|
|
128
|
+
* [State](https://a51.gitbook.io/dphelper/general/state)
|
|
129
|
+
* [Store](https://a51.gitbook.io/dphelper/general/store)
|
|
130
|
+
* [Observer](https://a51.gitbook.io/dphelper/general/observer)
|
|
131
|
+
* [List of functions](https://a51.gitbook.io/dphelper/general/tools)
|
|
132
|
+
|
|
133
|
+
You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
|
|
134
|
+
|
|
135
135
|
## State
|
|
136
136
|
|
|
137
137
|
### Using the "state" Function
|