@cocreate/organizations 1.1.55 → 1.1.59

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.59](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.58...v1.1.59) (2021-12-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add action deleteDocuments ([5d6ea08](https://github.com/CoCreate-app/CoCreate-organizations/commit/5d6ea087519a33dba5441048793aff3d20e7109a))
7
+
8
+ ## [1.1.58](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.57...v1.1.58) (2021-12-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * renamed filter-value_type to filter-value-type ([c6cd3bb](https://github.com/CoCreate-app/CoCreate-organizations/commit/c6cd3bb2631dd12f0deb0c7ed0c7126814ad62a5))
14
+
15
+ ## [1.1.57](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.56...v1.1.57) (2021-12-15)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([7b1ceb3](https://github.com/CoCreate-app/CoCreate-organizations/commit/7b1ceb3ee91f91ea59356ac8810b6b85e9dd70d9))
21
+
22
+ ## [1.1.56](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.55...v1.1.56) (2021-12-14)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update dependencies ([4a95073](https://github.com/CoCreate-app/CoCreate-organizations/commit/4a9507324fce7bf65131ab458213d3b4720f65b3))
28
+
1
29
  ## [1.1.55](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.54...v1.1.55) (2021-11-27)
2
30
 
3
31
 
@@ -44,10 +44,11 @@
44
44
  </a>
45
45
  </li>
46
46
  <li class="margin-right:15px">
47
- <a collection="modules"
47
+ <a actions="deleteDocument"
48
+ collection="modules"
48
49
  document_id=""
49
50
  pass_id="form-fields"
50
- class="delete-document btn-modal-close">
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
- filter-value_type="string"
33
- filter-operator=""
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
- filter-value_type="string"
19
- filter-operator=""
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
- filter-value_type="string"
33
- filter-operator=""
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.1.55",
3
+ "version": "1.1.59",
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.23",
65
- "@cocreate/crud-client": "^1.4.38",
66
- "@cocreate/docs": "^1.2.60",
67
- "@cocreate/elements": "^1.4.6"
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
  }