toggle-components-library 1.36.1-beta.11 → 1.36.1-beta.13

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,6 +1,6 @@
1
1
  {
2
2
  "name": "toggle-components-library",
3
- "version": "1.36.1-beta.11",
3
+ "version": "1.36.1-beta.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -105,10 +105,6 @@ export default {
105
105
  }
106
106
  },
107
107
 
108
- // created : function()
109
- // {
110
- // this.$nextTick(() => this.$refs['input_ele'].focus());
111
- // },
112
108
  computed: {
113
109
  inputVal: {
114
110
  get: function (){
@@ -131,6 +131,7 @@ table.toggle-table {
131
131
  td.toggle-tablee-td:last-child {
132
132
  border-top-right-radius: 10px;
133
133
  border-bottom-right-radius: 10px;
134
+ padding-right: 1rem;
134
135
  }
135
136
 
136
137
  td.toggle-tablee-td {