aloha-vue 1.0.18 → 1.0.19

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aloha-vue",
3
3
  "description": "Project aloha",
4
- "version": "1.0.18",
4
+ "version": "1.0.19",
5
5
  "author": "Ilia Brykin",
6
6
  "dependencies": {
7
7
  "@popperjs/core": "2.11.5",
@@ -31,6 +31,7 @@ import Plus from "./Icons/Plus";
31
31
  import Reset from "./Icons/Reset";
32
32
  import Search from "./Icons/Search";
33
33
  import ThList from "./Icons/ThList";
34
+ import Trash from "./Icons/Trash";
34
35
 
35
36
  import {
36
37
  assign,
@@ -80,6 +81,7 @@ export default {
80
81
  Reset,
81
82
  Search,
82
83
  ThList,
84
+ Trash,
83
85
  }, ICONS_PLUGIN);
84
86
 
85
87
  return {
@@ -0,0 +1,11 @@
1
+ export default `<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="1024"
4
+ height="1024"
5
+ viewBox="0 0 1024 1024"
6
+ >
7
+ <path
8
+ d="M398.524 364.003c0-20.634-16.703-37.332-37.288-37.332-20.587 0-37.288 16.703-37.288 37.332v452.75c0 20.587 16.703 37.252 37.288 37.252 20.587 0 37.288-16.657 37.288-37.252v-452.75zM549.312 364.003c0-20.634-16.703-37.332-37.288-37.332-20.587 0-37.288 16.703-37.288 37.332v452.75c0 20.587 16.703 37.252 37.288 37.252 20.587 0 37.288-16.657 37.288-37.252v-452.75zM700.108 364.003c0-20.634-16.748-37.332-37.332-37.332s-37.252 16.703-37.252 37.332v452.75c0 20.587 16.657 37.252 37.252 37.252s37.332-16.657 37.332-37.252v-452.75zM798.696 936.922h-573.341v-693.177h-86.988v780.254h747.344l-0.012-780.254h-86.988v693.177h-0.012zM695.021 69.66c-38.415 0-69.583-31.207-69.583-69.66h-226.834c0 38.459-31.125 69.66-69.583 69.66h-235.963v99.452h837.883v-99.452h-235.921z"
9
+ >
10
+ </path>
11
+ </svg>`;
@@ -0,0 +1,6 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
2
+ <title></title>
3
+ <g id="icomoon-ignore">
4
+ </g>
5
+ <path d="M398.524 364.003c0-20.634-16.703-37.332-37.288-37.332-20.587 0-37.288 16.703-37.288 37.332v452.75c0 20.587 16.703 37.252 37.288 37.252 20.587 0 37.288-16.657 37.288-37.252v-452.75zM549.312 364.003c0-20.634-16.703-37.332-37.288-37.332-20.587 0-37.288 16.703-37.288 37.332v452.75c0 20.587 16.703 37.252 37.288 37.252 20.587 0 37.288-16.657 37.288-37.252v-452.75zM700.108 364.003c0-20.634-16.748-37.332-37.332-37.332s-37.252 16.703-37.252 37.332v452.75c0 20.587 16.657 37.252 37.252 37.252s37.332-16.657 37.332-37.252v-452.75zM798.696 936.922h-573.341v-693.177h-86.988v780.254h747.344l-0.012-780.254h-86.988v693.177h-0.012zM695.021 69.66c-38.415 0-69.583-31.207-69.583-69.66h-226.834c0 38.459-31.125 69.66-69.583 69.66h-235.963v99.452h837.883v-99.452h-235.921z"></path>
6
+ </svg>
@@ -31,7 +31,7 @@ export default {
31
31
  ],
32
32
  props: {
33
33
  maxlength: {
34
- type: String,
34
+ type: [String, Number],
35
35
  required: false,
36
36
  },
37
37
  type: {
@@ -35,7 +35,7 @@ export default {
35
35
  ],
36
36
  props: {
37
37
  maxlength: {
38
- type: String,
38
+ type: [String, Number],
39
39
  required: false,
40
40
  },
41
41
  isScalable: {