@cocreate/organizations 1.1.56 → 1.1.60
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,31 @@
|
|
|
1
|
+
## [1.1.60](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.59...v1.1.60) (2022-01-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* get-value attribute value now supports a selector added # to all values currently in get-value attributes ([46ff518](https://github.com/CoCreate-app/CoCreate-organizations/commit/46ff518caee8adc6be8abc3f2bd55256fc0dc615))
|
|
7
|
+
|
|
8
|
+
## [1.1.59](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.58...v1.1.59) (2021-12-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add action deleteDocuments ([5d6ea08](https://github.com/CoCreate-app/CoCreate-organizations/commit/5d6ea087519a33dba5441048793aff3d20e7109a))
|
|
14
|
+
|
|
15
|
+
## [1.1.58](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.57...v1.1.58) (2021-12-23)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* renamed filter-value_type to filter-value-type ([c6cd3bb](https://github.com/CoCreate-app/CoCreate-organizations/commit/c6cd3bb2631dd12f0deb0c7ed0c7126814ad62a5))
|
|
21
|
+
|
|
22
|
+
## [1.1.57](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.56...v1.1.57) (2021-12-15)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* update dependencies ([7b1ceb3](https://github.com/CoCreate-app/CoCreate-organizations/commit/7b1ceb3ee91f91ea59356ac8810b6b85e9dd70d9))
|
|
28
|
+
|
|
1
29
|
## [1.1.56](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.55...v1.1.56) (2021-12-14)
|
|
2
30
|
|
|
3
31
|
|
|
@@ -44,10 +44,11 @@
|
|
|
44
44
|
</a>
|
|
45
45
|
</li>
|
|
46
46
|
<li class="margin-right:15px">
|
|
47
|
-
<a
|
|
47
|
+
<a actions="deleteDocument"
|
|
48
|
+
collection="modules"
|
|
48
49
|
document_id=""
|
|
49
50
|
pass_id="form-fields"
|
|
50
|
-
class="
|
|
51
|
+
class="btn-modal-close">
|
|
51
52
|
<i class="far fa-trash-alt"></i>
|
|
52
53
|
</a>
|
|
53
54
|
</li>
|
|
@@ -15,8 +15,6 @@
|
|
|
15
15
|
<td class="position:sticky top:0 background:white padding-top:0 padding:10px ">
|
|
16
16
|
<input type="text" class="floating-label"
|
|
17
17
|
filter-name="name"
|
|
18
|
-
filter-value_type="string"
|
|
19
|
-
filter-operator=""
|
|
20
18
|
template_id="datatable"
|
|
21
19
|
placeholder="Industry Name">
|
|
22
20
|
<span class="position:absolute bottom:18px right:20px float:right font-size:18px z-index:6">
|
|
@@ -29,8 +27,8 @@
|
|
|
29
27
|
<td class="position:sticky top:0 background:white padding:10px padding-top:0">
|
|
30
28
|
<input type="text" class="floating-label"
|
|
31
29
|
filter-name="_id"
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
|
|
31
|
+
|
|
34
32
|
template_id="datatable"
|
|
35
33
|
placeholder="Industry_id"/>
|
|
36
34
|
<span class="position:absolute bottom:18px right:20px float:right font-size:18px z-index:6" >
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
<td class="position:sticky top:0 background:white padding-top:0 padding:10px ">
|
|
16
16
|
<input type="text" class="floating-label"
|
|
17
17
|
filter-name="name"
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
|
|
19
|
+
|
|
20
20
|
template_id="datatable"
|
|
21
21
|
placeholder="Industry Name">
|
|
22
22
|
<span class="position:absolute bottom:18px right:20px float:right font-size:18px z-index:6">
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
<td class="position:sticky top:0 background:white padding:10px padding-top:0">
|
|
30
30
|
<input type="text" class="floating-label"
|
|
31
31
|
filter-name="_id"
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
|
|
33
|
+
|
|
34
34
|
template_id="datatable"
|
|
35
35
|
placeholder="Industry_id"/>
|
|
36
36
|
<span class="position:absolute bottom:18px right:20px float:right font-size:18px z-index:6" >
|
package/docs/index.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class="svSplitter svHorizontal"> </div>
|
|
117
117
|
|
|
118
118
|
<div class="svPanel">
|
|
119
|
-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
119
|
+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
|
120
120
|
</div>
|
|
121
121
|
|
|
122
122
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/organizations",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.60",
|
|
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",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"webpack-log": "^3.0.1"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@cocreate/actions": "^1.3.
|
|
65
|
-
"@cocreate/crud-client": "^1.4.
|
|
66
|
-
"@cocreate/docs": "^1.2.
|
|
67
|
-
"@cocreate/elements": "^1.4.
|
|
64
|
+
"@cocreate/actions": "^1.3.25",
|
|
65
|
+
"@cocreate/crud-client": "^1.4.40",
|
|
66
|
+
"@cocreate/docs": "^1.2.62",
|
|
67
|
+
"@cocreate/elements": "^1.4.8"
|
|
68
68
|
}
|
|
69
69
|
}
|