@netang/quasar 0.1.77 → 0.1.79

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.
@@ -54,7 +54,9 @@
54
54
  dense
55
55
  :removable="! readonly && ! disable"
56
56
  @remove="onRemoveSelected(index)"
57
- />
57
+ >
58
+ <q-tooltip>{{currentFormatLabel(item)}}</q-tooltip>
59
+ </q-chip>
58
60
  </template>
59
61
  </template>
60
62
 
@@ -805,6 +805,7 @@ export default {
805
805
 
806
806
  &__icon {
807
807
  background-color: rgba(0,0,0,0.5) !important;
808
+ color: #ffffff !important;
808
809
  border-radius: 50%;
809
810
  padding: 5px;
810
811
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.1.77",
3
+ "version": "0.1.79",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"