@cocreate/organizations 1.1.54 → 1.1.58

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,32 @@
1
+ ## [1.1.58](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.57...v1.1.58) (2021-12-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * renamed filter-value_type to filter-value-type ([c6cd3bb](https://github.com/CoCreate-app/CoCreate-organizations/commit/c6cd3bb2631dd12f0deb0c7ed0c7126814ad62a5))
7
+
8
+ ## [1.1.57](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.56...v1.1.57) (2021-12-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([7b1ceb3](https://github.com/CoCreate-app/CoCreate-organizations/commit/7b1ceb3ee91f91ea59356ac8810b6b85e9dd70d9))
14
+
15
+ ## [1.1.56](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.55...v1.1.56) (2021-12-14)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([4a95073](https://github.com/CoCreate-app/CoCreate-organizations/commit/4a9507324fce7bf65131ab458213d3b4720f65b3))
21
+
22
+ ## [1.1.55](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.54...v1.1.55) (2021-11-27)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * actions import typo ([06c4193](https://github.com/CoCreate-app/CoCreate-organizations/commit/06c41933d9346cc5581692414365df254dbae08e))
28
+ * update dependencies ([a57dda4](https://github.com/CoCreate-app/CoCreate-organizations/commit/a57dda4ecc89bbaeeb2f3f4d9299d5744e279efc))
29
+
1
30
  ## [1.1.54](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.53...v1.1.54) (2021-11-27)
2
31
 
3
32
 
@@ -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.54",
3
+ "version": "1.1.58",
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.22",
65
- "@cocreate/crud-client": "^1.4.37",
66
- "@cocreate/docs": "^1.2.59",
67
- "@cocreate/elements": "^1.4.5"
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
  }
package/src/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import crud from '@cocreate/crud-client';
2
2
  // import input from '@cocreate/elements'
3
- import action from '@cocreate/action';
3
+ import action from '@cocreate/actions';
4
4
 
5
5
  const CoCreateOrganization = {
6
6
  // masterDB: '5ae0cfac6fb8c4e656fdaf92', // '5ae0cfac6fb8c4e656fdaf92' /** masterDB **/,