@cocreate/selection 1.2.17 → 1.2.18

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.2.18](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.2.17...v1.2.18) (2021-11-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update docs api and cocreateJS script ([b8be3e8](https://github.com/CoCreate-app/CoCreate-selection/commit/b8be3e8c967b5de5ab7866fa56d6547a899b1a0b))
7
+
1
8
  ## [1.2.17](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.2.16...v1.2.17) (2021-11-26)
2
9
 
3
10
 
package/docs/index.html CHANGED
@@ -68,50 +68,30 @@
68
68
  <!-- SandBox -->
69
69
  <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
70
70
  <div class="position:sticky top:0 padding:10px_0px height:100vh">
71
- <div class="container svColumn overflow:hidden card border-radius:2px width:auto height:100%" id="sandbox">
72
- <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6 z-index:7">
73
- <a class="margin-right:10px" id="preview" show="preview" hide="code"><i class="far fa-eye"></i></a>
74
- <a class="margin-right:10px hidden" id="code" show="code" hide="preview"><i class="fas fa-code"></i></a>
75
- <!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
76
- <a target="modal" href="module_activity_datatable.html"
77
- pass-collection="modules"
78
- pass-document_id=""
79
- pass-fetch_value=""
80
- pass-prefix=""
81
- pass-to="render"
82
- modal-width="600px"
83
- modal-height="400px"
84
- modal-color="#229954"
85
- modal-header="false"
86
- class="margin-right:10px">
87
- <i class="fas fa-external-link-alt"></i>
88
- </a>
89
- <a class="fs-toggle margin-right:5px" fullscreen target="#sandbox"><i class="fas fa-expand"></i></a>
90
- </div>
91
-
92
- <div class="svRow">
93
-
94
- <div class="svColumn">
95
-
96
- <div class="svPanel">
97
- <div realtime="false"
98
- collection="modules"
99
- document_id="5eefe30952c6e94c75fb5e3f"
100
- name="html"
101
- id="7"
102
- class="codemirror height:100% min-width:300px">
103
- </div>
104
- </div>
105
- <div class="svSplitter svHorizontal"> </div>
106
-
107
- <div class="svPanel">
108
- <iframe get-value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
109
- </div>
110
-
111
- </div>
112
- </div>
113
- </div>
114
- <!-- End SandBox -->
71
+ <!-- SandBox -->
72
+ <div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
73
+ <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
74
+ <a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
75
+ <a class="margin-right:10px hidden" id="preview" show="#code, #view" hide="#preview"><i class="fas fa-code"></i></a>
76
+ <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
77
+ </div>
78
+ <div class="svRow">
79
+
80
+ <div class="svColumn">
81
+
82
+ <div class="svPanel" id="view">
83
+ <textarea collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% border:none resize:none padding:5px"></textarea>
84
+ </div>
85
+ <div class="svSplitter svHorizontal"> </div>
86
+
87
+ <div class="svPanel">
88
+ <iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
89
+ </div>
90
+
91
+ </div>
92
+ </div>
93
+ </div>
94
+ <!-- End SandBox -->
115
95
  </div>
116
96
  </div>
117
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "selection",