@cocreate/organizations 1.11.7 → 1.11.8

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,11 @@
1
+ ## [1.11.8](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.11.7...v1.11.8) (2023-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump [@cocreate](https://github.com/cocreate) dependencies ([921e716](https://github.com/CoCreate-app/CoCreate-organizations/commit/921e716b855895e2a2bdef253dce3b6144c5dae7))
7
+ * filter-sort icon ([0175966](https://github.com/CoCreate-app/CoCreate-organizations/commit/0175966879d975e466907cfc7ef670fd132fc8a0))
8
+
1
9
  ## [1.11.7](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.11.6...v1.11.7) (2023-05-01)
2
10
 
3
11
 
@@ -16,14 +16,14 @@
16
16
 
17
17
  <ul class="overflow:auto display:inline-flex direction:rtl font-size:20px align-items:center list-style-type:none width:100% height:50px">
18
18
  <li class="margin-right:15px">
19
- <a actions="closeModal"><i class="height:18px fill:#505050" src="/assets/svg/times.svg"></i></a>
19
+ <a actions="closeModal"><i class="display:flex height:18px fill:#505050" src="/assets/svg/times.svg"></i></a>
20
20
  </li>
21
21
  <li class="margin-right:15px">
22
22
  <a actions="minMaxModal">
23
23
  <i toggle="/assets/svg/window-restore.svg, /assets/svg/window-maximize.svg" toggle-attribute="src" class="display:flex height:18px fill:#505050" src="/assets/svg/window-maximize.svg"></i>
24
24
  </a>
25
25
  </li> <li class="margin-right:15px">
26
- <a actions="parkModal"><i class="height:18px fill:#505050" src="/assets/svg/window-minimize.svg"></i></a>
26
+ <a actions="parkModal"><i class="display:flex height:18px fill:#505050" src="/assets/svg/window-minimize.svg"></i></a>
27
27
  </li>
28
28
  <li class="margin-right:15px">
29
29
  <a fullscreen>
@@ -18,7 +18,7 @@
18
18
  filter-name="name"
19
19
  template_id="datatable"
20
20
  placeholder="Industry Name">
21
- <span class="position:absolute bottom:18px right:20px float:right font-size:18px z-index:6">
21
+ <span class="position:absolute bottom:20px right:20px float:right z-index:6">
22
22
  <!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
23
23
  <a filter-sort-name="name" filter-sort-toggle template_id="datatable">
24
24
  <i></i>
@@ -32,7 +32,7 @@
32
32
 
33
33
  template_id="datatable"
34
34
  placeholder="Industry_id"/>
35
- <span class="position:absolute bottom:18px right:20px float:right font-size:18px z-index:6" >
35
+ <span class="position:absolute bottom:20px right:20px float:right z-index:6" >
36
36
  <a filter-sort-name="_id" value="" filter-sort-direction="asc" icon click-value="desc, asc" click-attribute="filter-sort-direction" template_id="datatable">
37
37
  </a>
38
38
  </span>
@@ -20,7 +20,7 @@
20
20
 
21
21
  template_id="datatable"
22
22
  placeholder="Industry Name">
23
- <span class="position:absolute bottom:18px right:20px float:right font-size:18px z-index:6">
23
+ <span class="position:absolute bottom:20px right:20px float:right z-index:6">
24
24
  <!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
25
25
  <a filter-sort-name="name" filter-sort-toggle template_id="datatable">
26
26
  <i></i>
@@ -34,7 +34,7 @@
34
34
 
35
35
  template_id="datatable"
36
36
  placeholder="Industry_id"/>
37
- <span class="position:absolute bottom:18px right:20px float:right font-size:18px z-index:6" >
37
+ <span class="position:absolute bottom:20px right:20px float:right z-index:6" >
38
38
  <a filter-sort-name="_id" value="" filter-sort-direction="asc" icon click-value="desc, asc" click-attribute="filter-sort-direction" template_id="datatable">
39
39
  </a>
40
40
  </span>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.11.7",
3
+ "version": "1.11.8",
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",
@@ -59,10 +59,10 @@
59
59
  "webpack-log": "^3.0.1"
60
60
  },
61
61
  "dependencies": {
62
- "@cocreate/actions": "^1.8.2",
63
- "@cocreate/crud-client": "^1.19.9",
64
- "@cocreate/docs": "^1.7.1",
65
- "@cocreate/element-prototype": "^1.8.2",
66
- "@cocreate/local-storage": "^1.6.3"
62
+ "@cocreate/actions": "^1.8.8",
63
+ "@cocreate/crud-client": "^1.20.4",
64
+ "@cocreate/docs": "^1.7.8",
65
+ "@cocreate/element-prototype": "^1.8.7",
66
+ "@cocreate/local-storage": "^1.6.8"
67
67
  }
68
68
  }