@cocreate/crud-server 1.35.3 → 1.36.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [1.36.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.36.0...v1.36.1) (2025-04-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * webpack.config and devdependencies ([94fbffe](https://github.com/CoCreate-app/CoCreate-crud-server/commit/94fbffe09a4e292ecc5f759a9f2cd58364014376))
7
+
8
+ # [1.36.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.35.3...v1.36.0) (2024-11-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * crud-event ([2629944](https://github.com/CoCreate-app/CoCreate-crud-server/commit/262994454a13f258e63c42f71396fee844a1d5e6))
14
+ * prettier.config options ([090d1d6](https://github.com/CoCreate-app/CoCreate-crud-server/commit/090d1d61ee0c24c9c1dedc7454fe57a486abb904))
15
+
16
+
17
+ ### Features
18
+
19
+ * add prettier.config.js and format files ([cbf1805](https://github.com/CoCreate-app/CoCreate-crud-server/commit/cbf18057aee90a6c7b75b7ccec70eb12cc3e71d9))
20
+
1
21
  ## [1.35.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.35.2...v1.35.3) (2024-09-21)
2
22
 
3
23
 
package/docs/index.html CHANGED
@@ -1,217 +1,217 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- <title>CoCreate-crud-server Documentation | CoCreateJS</title>
8
- <link
9
- rel="icon"
10
- type="image/png"
11
- sizes="32x32"
12
- href="https://cocreate.app/images/favicon.ico" />
13
- <meta
14
- name="description"
15
- content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
16
- <meta
17
- name="keywords"
18
- content="helper classes, utility classes, css framework, css library, inline style classes" />
19
- <meta name="robots" content="index,follow" />
20
- </head>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <title>CoCreate-crud-server Documentation | CoCreateJS</title>
8
+ <link
9
+ rel="icon"
10
+ type="image/png"
11
+ sizes="32x32"
12
+ href="https://cocreate.app/images/favicon.ico" />
13
+ <meta
14
+ name="description"
15
+ content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
16
+ <meta
17
+ name="keywords"
18
+ content="helper classes, utility classes, css framework, css library, inline style classes" />
19
+ <meta name="robots" content="index,follow" />
20
+ </head>
21
21
 
22
- <body>
23
- <div array="" object="" key="" id="cocreate-crud-server">
24
- <div
25
- class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
26
- <div class="display:flex align-items:center">
27
- <h2>CoCreate-crud-server</h2>
28
- </div>
29
- <div
30
- class="display:flex align-items:center font-size:20px"
31
- share-height="600"
32
- share-width="500"
33
- share-media="https://via.placeholder.com/300/09f/fff.png">
34
- <a
35
- href="https://github.com/CoCreate-app/CoCreate-crud-server"
36
- target="_blank"
37
- class="margin-right:15px"
38
- ><i class="fab fa-github"></i
39
- ></a>
40
- <a
41
- class="margin-right:15px share"
42
- share-network="twitter"
43
- title="Share on twitter"
44
- ><i class="fab fa-twitter"></i
45
- ></a>
46
- <a
47
- class="margin-right:15px share"
48
- share-network="facebook"
49
- title="Share on Facebook"
50
- ><i class="fab fa-facebook"></i
51
- ></a>
52
- <a
53
- class="margin-right:15px share"
54
- share-network="instagram"
55
- title="Share on instagram"
56
- ><i class="fab fa-instagram"></i
57
- ></a>
58
- <a
59
- class="margin-right:15px share"
60
- share-network="share"
61
- title="Share on share"
62
- ><i class="fas fa-share-alt"></i
63
- ></a>
64
- </div>
65
- </div>
66
- <h1 class="max-width:500px margin:20px_10px">
67
- A simple HTML5, CSS and pure javascript component. Easy
68
- configuration using data-attributes and highly styleable.
69
- </h1>
70
- <div id="crud-server-section" class="display:flex flex-wrap:wrap">
71
- <div
72
- class="flex-grow:1 min-width:300px width:50% padding:20px_10px">
73
- <h2
74
- class="border-bottom:1px_solid_lightgrey padding:5px_0px">
75
- Install
76
- </h2>
77
- <pre
78
- class="margin-top:15px"><code class="language-javascript">npm install cocreate-crud-server</code></pre>
79
- <p class="padding:10px_0px">Or you can use cdn link:</p>
80
- <pre><code class="language-javascript">https://cdn.cocreate.app/js/CoCreate-crud-server.min.js</code></pre>
22
+ <body>
23
+ <div array="" object="" key="" id="cocreate-crud-server">
24
+ <div
25
+ class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
26
+ <div class="display:flex align-items:center">
27
+ <h2>CoCreate-crud-server</h2>
28
+ </div>
29
+ <div
30
+ class="display:flex align-items:center font-size:20px"
31
+ share-height="600"
32
+ share-width="500"
33
+ share-media="https://via.placeholder.com/300/09f/fff.png">
34
+ <a
35
+ href="https://github.com/CoCreate-app/CoCreate-crud-server"
36
+ target="_blank"
37
+ class="margin-right:15px"
38
+ ><i class="fab fa-github"></i
39
+ ></a>
40
+ <a
41
+ class="margin-right:15px share"
42
+ share-network="twitter"
43
+ title="Share on twitter"
44
+ ><i class="fab fa-twitter"></i
45
+ ></a>
46
+ <a
47
+ class="margin-right:15px share"
48
+ share-network="facebook"
49
+ title="Share on Facebook"
50
+ ><i class="fab fa-facebook"></i
51
+ ></a>
52
+ <a
53
+ class="margin-right:15px share"
54
+ share-network="instagram"
55
+ title="Share on instagram"
56
+ ><i class="fab fa-instagram"></i
57
+ ></a>
58
+ <a
59
+ class="margin-right:15px share"
60
+ share-network="share"
61
+ title="Share on share"
62
+ ><i class="fas fa-share-alt"></i
63
+ ></a>
64
+ </div>
65
+ </div>
66
+ <h1 class="max-width:500px margin:20px_10px">
67
+ A simple HTML5, CSS and pure javascript component. Easy
68
+ configuration using data-attributes and highly styleable.
69
+ </h1>
70
+ <div id="crud-server-section" class="display:flex flex-wrap:wrap">
71
+ <div
72
+ class="flex-grow:1 min-width:300px width:50% padding:20px_10px">
73
+ <h2
74
+ class="border-bottom:1px_solid_lightgrey padding:5px_0px">
75
+ Install
76
+ </h2>
77
+ <pre
78
+ class="margin-top:15px"><code class="language-javascript">npm install cocreate-crud-server</code></pre>
79
+ <p class="padding:10px_0px">Or you can use cdn link:</p>
80
+ <pre><code class="language-javascript">https://cdn.cocreate.app/js/CoCreate-crud-server.min.js</code></pre>
81
81
 
82
- <h2
83
- class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
84
- Usage
85
- </h2>
86
- <p class="padding:10px_0px">crud-server usage content</p>
87
- <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
82
+ <h2
83
+ class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
84
+ Usage
85
+ </h2>
86
+ <p class="padding:10px_0px">crud-server usage content</p>
87
+ <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
88
88
 
89
- <h2
90
- class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
91
- Reference
92
- </h2>
93
- <p class="padding:10px_0px">
94
- This is crud-server reference content
95
- </p>
96
- <pre><code class="language-javascript">&lt;div&gt;&lt;/div&gt;</code></pre>
97
- <p class="padding:10px_0px">
98
- This is crud-server reference content
99
- </p>
89
+ <h2
90
+ class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
91
+ Reference
92
+ </h2>
93
+ <p class="padding:10px_0px">
94
+ This is crud-server reference content
95
+ </p>
96
+ <pre><code class="language-javascript">&lt;div&gt;&lt;/div&gt;</code></pre>
97
+ <p class="padding:10px_0px">
98
+ This is crud-server reference content
99
+ </p>
100
100
 
101
- <h2
102
- class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
103
- Attributes
104
- </h2>
105
- <ul class="list-style-type:none">
106
- <li
107
- class="padding:15px_0px border-bottom:1px_solid_lightgrey">
108
- <h4>
109
- <span>crud-server</span>
110
- <span class="cocreate-badge success"
111
- >string</span
112
- >
113
- <span class="cocreate-badge warning"
114
- >optional</span
115
- >
116
- </h4>
117
- <p>crud-server-attribute</p>
118
- </li>
119
- <li
120
- class="padding:15px_0px border-bottom:1px_solid_lightgrey">
121
- <h4>
122
- <span>crud-server</span>
123
- <span class="cocreate-badge success"
124
- >string</span
125
- >
126
- <span class="cocreate-badge warning"
127
- >optional</span
128
- >
129
- </h4>
130
- <p>crud-server-attribute</p>
131
- </li>
132
- </ul>
133
- </div>
101
+ <h2
102
+ class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
103
+ Attributes
104
+ </h2>
105
+ <ul class="list-style-type:none">
106
+ <li
107
+ class="padding:15px_0px border-bottom:1px_solid_lightgrey">
108
+ <h4>
109
+ <span>crud-server</span>
110
+ <span class="cocreate-badge success"
111
+ >string</span
112
+ >
113
+ <span class="cocreate-badge warning"
114
+ >optional</span
115
+ >
116
+ </h4>
117
+ <p>crud-server-attribute</p>
118
+ </li>
119
+ <li
120
+ class="padding:15px_0px border-bottom:1px_solid_lightgrey">
121
+ <h4>
122
+ <span>crud-server</span>
123
+ <span class="cocreate-badge success"
124
+ >string</span
125
+ >
126
+ <span class="cocreate-badge warning"
127
+ >optional</span
128
+ >
129
+ </h4>
130
+ <p>crud-server-attribute</p>
131
+ </li>
132
+ </ul>
133
+ </div>
134
134
 
135
- <div
136
- class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
137
- <!-- SandBox -->
138
- <div
139
- class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px"
140
- id="playground">
141
- <div
142
- id="demo-code"
143
- resizable
144
- class="position:relative height:50%">
145
- <textarea
146
- type="code"
147
- lang="html"
148
- array="demos"
149
- object=""
150
- key="demo"
151
- save="false"
152
- id="demo"
153
- class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
154
- <div
155
- resize="bottom"
156
- class="background:lightgrey"></div>
157
- </div>
135
+ <div
136
+ class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
137
+ <!-- SandBox -->
138
+ <div
139
+ class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px"
140
+ id="playground">
141
+ <div
142
+ id="demo-code"
143
+ resizable
144
+ class="position:relative height:50%">
145
+ <textarea
146
+ type="code"
147
+ lang="html"
148
+ array="demos"
149
+ object=""
150
+ key="demo"
151
+ save="false"
152
+ id="demo"
153
+ class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
154
+ <div
155
+ resize="bottom"
156
+ class="background:lightgrey"></div>
157
+ </div>
158
158
 
159
- <div
160
- id="demo-preview"
161
- class="position:relative overflow:auto background-color:white">
162
- <div get-value="#demo" class="padding:20px"></div>
163
- </div>
159
+ <div
160
+ id="demo-preview"
161
+ class="position:relative overflow:auto background-color:white">
162
+ <div get-value="#demo" class="padding:20px"></div>
163
+ </div>
164
164
 
165
- <div
166
- class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
167
- <a
168
- class="margin-right:10px"
169
- id="eye"
170
- show="#eye-slash"
171
- hide="#eye, #demo-preview"
172
- toggle="code-height"
173
- toggle-selector="#demo-code"
174
- ><i class="far fa-eye"></i
175
- ></a>
176
- <a
177
- class="margin-right:10px"
178
- hidden
179
- id="eye-slash"
180
- show="#eye, #demo-preview"
181
- hide="#eye-slash"
182
- toggle="code-height"
183
- toggle-selector="#demo-code"
184
- ><i class="fas fa-eye-slash"></i
185
- ></a>
186
- <a
187
- class="margin-right:10px"
188
- id="code"
189
- show="#code-slash"
190
- hide="#code, #demo-code"
191
- ><i class="fa fa-code"></i
192
- ></a>
193
- <a
194
- class="margin-right:10px"
195
- hidden
196
- id="code-slash"
197
- show="#code, #demo-code"
198
- hide="#code-slash"
199
- ><i class="fas fa-code"></i
200
- ></a>
201
- <a
202
- class="margin-right:5px"
203
- fullscreen
204
- target="#playground"
205
- ><i class="fas fa-expand"></i
206
- ></a>
207
- </div>
208
- </div>
209
- <!-- End SandBox -->
210
- </div>
211
- </div>
212
- </div>
165
+ <div
166
+ class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
167
+ <a
168
+ class="margin-right:10px"
169
+ id="eye"
170
+ show="#eye-slash"
171
+ hide="#eye, #demo-preview"
172
+ toggle="code-height"
173
+ toggle-query="#demo-code"
174
+ ><i class="far fa-eye"></i
175
+ ></a>
176
+ <a
177
+ class="margin-right:10px"
178
+ hidden
179
+ id="eye-slash"
180
+ show="#eye, #demo-preview"
181
+ hide="#eye-slash"
182
+ toggle="code-height"
183
+ toggle-query="#demo-code"
184
+ ><i class="fas fa-eye-slash"></i
185
+ ></a>
186
+ <a
187
+ class="margin-right:10px"
188
+ id="code"
189
+ show="#code-slash"
190
+ hide="#code, #demo-code"
191
+ ><i class="fa fa-code"></i
192
+ ></a>
193
+ <a
194
+ class="margin-right:10px"
195
+ hidden
196
+ id="code-slash"
197
+ show="#code, #demo-code"
198
+ hide="#code-slash"
199
+ ><i class="fas fa-code"></i
200
+ ></a>
201
+ <a
202
+ class="margin-right:5px"
203
+ fullscreen
204
+ target="#playground"
205
+ ><i class="fas fa-expand"></i
206
+ ></a>
207
+ </div>
208
+ </div>
209
+ <!-- End SandBox -->
210
+ </div>
211
+ </div>
212
+ </div>
213
213
 
214
- <!--CoCreateJS-->
215
- <script src="https://CoCreate.app/dist/CoCreate.js"></script>
216
- </body>
214
+ <!--CoCreateJS-->
215
+ <script src="https://CoCreate.app/dist/CoCreate.js"></script>
216
+ </body>
217
217
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/crud-server",
3
- "version": "1.35.3",
3
+ "version": "1.36.1",
4
4
  "description": "CoCreate-crud-server",
5
5
  "keywords": [
6
6
  "cocreate-crud",
@@ -0,0 +1,16 @@
1
+ module.exports = {
2
+ tabWidth: 4,
3
+ semi: true,
4
+ trailingComma: "none",
5
+ bracketSameLine: true,
6
+ useTabs: true,
7
+ overrides: [
8
+ {
9
+ files: ["*.json", "*.yml", "*.yaml"],
10
+ options: {
11
+ tabWidth: 2,
12
+ useTabs: false
13
+ },
14
+ }
15
+ ],
16
+ };