@cocreate/crud-server 1.17.9 → 1.17.11
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 +14 -0
- package/docs/index.html +24 -63
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.17.11](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.10...v1.17.11) (2022-12-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependencies ([57f66f0](https://github.com/CoCreate-app/CoCreate-crud-server/commit/57f66f0b871d858cea2dcaf0f9a58771cb2d736c))
|
|
7
|
+
|
|
8
|
+
## [1.17.10](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.9...v1.17.10) (2022-12-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update demos and bump dependencies ([4f0b553](https://github.com/CoCreate-app/CoCreate-crud-server/commit/4f0b5531a18d21fce360e80e2be57d57cbbf16ed))
|
|
14
|
+
|
|
1
15
|
## [1.17.9](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.8...v1.17.9) (2022-12-21)
|
|
2
16
|
|
|
3
17
|
|
package/docs/index.html
CHANGED
|
@@ -11,16 +11,8 @@
|
|
|
11
11
|
<meta name="robots" content="index,follow" />
|
|
12
12
|
|
|
13
13
|
<!-- CoCreate CSS -->
|
|
14
|
-
<link rel="stylesheet" href="https://
|
|
14
|
+
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
|
|
15
15
|
|
|
16
|
-
<!-- Font Awesome -->
|
|
17
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" crossorigin="anonymous" />
|
|
18
|
-
|
|
19
|
-
<!-- Codemirror -->
|
|
20
|
-
<link rel="stylesheet" href="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/src/CoCreate-codemirror.css" type="text/css" />
|
|
21
|
-
<link rel=stylesheet href="https://codemirror.net/lib/codemirror.css" async defer>
|
|
22
|
-
|
|
23
|
-
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.21.0/themes/prism.min.css" rel="stylesheet" />
|
|
24
16
|
</head>
|
|
25
17
|
|
|
26
18
|
<body>
|
|
@@ -68,53 +60,28 @@
|
|
|
68
60
|
</div>
|
|
69
61
|
|
|
70
62
|
<div class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</div>
|
|
94
|
-
|
|
95
|
-
<div class="svRow">
|
|
96
|
-
|
|
97
|
-
<div class="svColumn">
|
|
98
|
-
|
|
99
|
-
<div class="svPanel">
|
|
100
|
-
<div realtime="false"
|
|
101
|
-
collection="modules"
|
|
102
|
-
document_id="5eefe30952c6e94c75fb5e3f"
|
|
103
|
-
name="html"
|
|
104
|
-
id="7"
|
|
105
|
-
class="codemirror height:100% min-width:300px">
|
|
106
|
-
</div>
|
|
107
|
-
</div>
|
|
108
|
-
<div class="svSplitter svHorizontal"> </div>
|
|
109
|
-
|
|
110
|
-
<div class="svPanel">
|
|
111
|
-
<iframe get-value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
112
|
-
</div>
|
|
113
|
-
|
|
114
|
-
</div>
|
|
115
|
-
</div>
|
|
116
|
-
</div>
|
|
117
|
-
<!-- End SandBox -->
|
|
63
|
+
<!-- SandBox -->
|
|
64
|
+
<div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
65
|
+
|
|
66
|
+
<div id="demo-code" resizable class="position:relative height:50%">
|
|
67
|
+
<textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
|
|
68
|
+
<div resize="bottom" class="background:lightgrey"></div>
|
|
69
|
+
</div>
|
|
70
|
+
|
|
71
|
+
<div id="demo-preview" class="position:relative display:flex height:100% background-color:white">
|
|
72
|
+
<div get-value="#demo" class="padding:20px"></div>
|
|
73
|
+
</div>
|
|
74
|
+
|
|
75
|
+
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
|
76
|
+
<a class="margin-right:10px" id="eye" show="#eye-slash" hide="#eye, #demo-preview" toggle="code-height" toggle-target="#demo-code"><i class="far fa-eye"></i></a>
|
|
77
|
+
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
|
|
78
|
+
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
|
79
|
+
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
|
80
|
+
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
|
81
|
+
</div>
|
|
82
|
+
|
|
83
|
+
</div>
|
|
84
|
+
<!-- End SandBox -->
|
|
118
85
|
</div>
|
|
119
86
|
</div>
|
|
120
87
|
|
|
@@ -123,18 +90,12 @@
|
|
|
123
90
|
<script>
|
|
124
91
|
var CoCreateConfig = {
|
|
125
92
|
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
|
|
126
|
-
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
|
|
127
93
|
organization_id: '5ff747727005da1c272740ab'
|
|
128
94
|
}
|
|
129
95
|
</script>
|
|
130
96
|
|
|
131
97
|
<!--CoCreateJS-->
|
|
132
|
-
<script src="https://
|
|
133
|
-
|
|
134
|
-
<!-- CoCreate CodeMiirror -->
|
|
135
|
-
<script type="text/javascript" src="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/dist/CoCreate-codemirror.js" async></script>
|
|
98
|
+
<script src="https://cdn.cocreate.app/1.34.3/CoCreate.min.js"></script>
|
|
136
99
|
|
|
137
|
-
<!-- Prism -->
|
|
138
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.21.0/prism.min.js"></script>
|
|
139
100
|
</body>
|
|
140
101
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/crud-server",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.11",
|
|
4
4
|
"description": "CoCreate-crud-server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cocreate-crud",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://cocreate.app/docs/CoCreate-crud-server",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@cocreate/docs": "^1.4.
|
|
44
|
-
"@cocreate/utils": "^1.17.
|
|
43
|
+
"@cocreate/docs": "^1.4.23",
|
|
44
|
+
"@cocreate/utils": "^1.17.3",
|
|
45
45
|
"csvtojson": "^2.0.10",
|
|
46
46
|
"json-2-csv": "^3.10.3"
|
|
47
47
|
}
|