@cocreate/organizations 1.7.30 → 1.7.32

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,18 @@
1
+ ## [1.7.32](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.31...v1.7.32) (2022-12-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([9c22e34](https://github.com/CoCreate-app/CoCreate-organizations/commit/9c22e34fd478eb7f765bbb52393e07061f991677))
7
+ * type="modal" and pass_to updated to action="pass, openModal" ([8e06641](https://github.com/CoCreate-app/CoCreate-organizations/commit/8e06641db440df3f04b098c441fef02c10858edd))
8
+
9
+ ## [1.7.31](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.30...v1.7.31) (2022-12-23)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump dependnecies ([e29a457](https://github.com/CoCreate-app/CoCreate-organizations/commit/e29a45798176e8b2711f475284a2566bda480609))
15
+
1
16
  ## [1.7.30](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.29...v1.7.30) (2022-12-22)
2
17
 
3
18
 
@@ -27,17 +27,15 @@
27
27
  <a fullscreen><i toggle="fa-compress, fa-expand" class="fas fa-expand"></i></a>
28
28
  </li>
29
29
  <li class="margin-right:15px">
30
- <a target="modal" href="render.html"
30
+ <a actions="pass, openModal" href="render.html"
31
31
  pass-collection="modules"
32
- pass-document_id=""
33
- pass-prefix="form_"
32
+ pass-document_id=""
34
33
  pass_to="builder"
35
34
  modal-width="100%"
36
35
  pass_id="render">
37
36
  <i class="fas fa-palette"></i>
38
37
  <div pass-collection="modules"
39
38
  pass-document_id=""
40
- pass-prefix=""
41
39
  pass_to="render"
42
40
  class="sessionBuilderUI_Id">
43
41
  </div>
@@ -53,17 +53,17 @@
53
53
  <span pass_id="me1234" name="icon"></span>
54
54
  </div>
55
55
  <div>
56
- <a target="modal" href="render.html"
56
+ <a actions="pass, openModal" href="render.html"
57
57
  pass-collection="module_activity"
58
58
  pass-document_id="{{document._id}}"
59
- pass-prefix="form_"
59
+
60
60
  pass_to="form-fields"
61
61
  modal-width="320px"
62
62
  modal-color="#229954">
63
63
  <h4 collection="{{document.collection}}" pass-document_id="{{document._id}}" name="name">Name</h4>
64
64
  <div pass-collection="modules"
65
65
  pass-document_id=""
66
- pass-prefix="form_"
66
+
67
67
  pass_to="render"
68
68
  pass_id="render">
69
69
 
@@ -74,9 +74,9 @@
74
74
  </div>
75
75
  </td>
76
76
  <td class="padding:10px">
77
- <a target="modal" href="render.html"
77
+ <a actions="pass, openModal" href="render.html"
78
78
  pass-document_id=""
79
- pass-prefix="form_"
79
+
80
80
  pass-collection="module_activity"
81
81
  pass_to="form-fields"
82
82
  modal-width="320px"
@@ -84,7 +84,7 @@
84
84
  <b collection="{{document.collection}}" pass-document_id="{{document._id}}" name="_id">Industry Id</b>
85
85
  <div pass-collection="module_activity"
86
86
  pass-document_id=""
87
- pass-prefix="form_"
87
+
88
88
  pass_to="render">
89
89
  </div>
90
90
  </a>
@@ -96,10 +96,10 @@
96
96
 
97
97
  </div>
98
98
 
99
- <button target="modal" href="render.html"
99
+ <button actions="pass, openModal" href="render.html"
100
100
  pass-collection="modules"
101
101
  pass-document_id=""
102
- pass-prefix="form_"
102
+
103
103
  pass_to="render"
104
104
  modal-width="320px"
105
105
  modal-height="100%"
@@ -58,17 +58,17 @@
58
58
  <span pass_id="me1234" name="icon"></span>
59
59
  </div>
60
60
  <div>
61
- <a target="modal" href="render.html"
61
+ <a actions="pass, openModal" href="render.html"
62
62
  pass-collection="module_activity"
63
63
  pass-document_id=""
64
- pass-prefix="form_"
64
+
65
65
  pass_to="form-fields"
66
66
  modal-width="320px"
67
67
  modal-color="#229954">
68
68
  <h4 pass_id="me1234" name="name">Name</h4>
69
69
  <div pass-collection="modules"
70
70
  pass-document_id=""
71
- pass-prefix="form_"
71
+
72
72
  pass_to="render"
73
73
  pass_id="render">
74
74
 
@@ -79,9 +79,9 @@
79
79
  </div>
80
80
  </td>
81
81
  <td class="padding:10px">
82
- <a target="modal" href="render.html"
82
+ <a actions="pass, openModal" href="render.html"
83
83
  pass-document_id=""
84
- pass-prefix="form_"
84
+
85
85
  pass-collection="module_activity"
86
86
  pass_to="form-fields"
87
87
  modal-width="320px"
@@ -89,7 +89,7 @@
89
89
  <b pass_id="me1234" name="_id">Document Id</b>
90
90
  <div pass-collection="module_activity"
91
91
  pass-document_id=""
92
- pass-prefix="form_"
92
+
93
93
  pass_to="render">
94
94
  </div>
95
95
  </a>
@@ -101,10 +101,10 @@
101
101
 
102
102
  </div>
103
103
 
104
- <button target="modal" href="render.html"
104
+ <button actions="pass, openModal" href="render.html"
105
105
  pass-collection="modules"
106
106
  pass-document_id=""
107
- pass-prefix="form_"
107
+
108
108
  pass_to="render"
109
109
  modal-width="320px"
110
110
  modal-height="100%"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.7.30",
3
+ "version": "1.7.32",
4
4
  "description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "organizations",
@@ -60,9 +60,9 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.5.41",
64
- "@cocreate/crud-client": "^1.16.20",
65
- "@cocreate/docs": "^1.4.23",
66
- "@cocreate/element-prototype": "^1.2.9"
63
+ "@cocreate/actions": "^1.5.43",
64
+ "@cocreate/crud-client": "^1.17.0",
65
+ "@cocreate/docs": "^1.4.25",
66
+ "@cocreate/element-prototype": "^1.2.12"
67
67
  }
68
68
  }