@cocreate/organizations 1.1.57 → 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,10 @@
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
+
1
8
  ## [1.1.57](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.1.56...v1.1.57) (2021-12-15)
2
9
 
3
10
 
@@ -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.57",
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",