@qikdev/vue-ui 0.2.268 → 0.2.269

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/dist/style.css CHANGED
@@ -368,6 +368,57 @@ td div:hover .off[data-v-5e3e90be] {
368
368
  td div:hover .on[data-v-5e3e90be] {
369
369
  opacity: 1;
370
370
  }
371
+ .basic-input-style[data-v-024c8385] {
372
+ color: inherit;
373
+ background: color-mix(in lab, currentColor 4%, transparent);
374
+ border: 1px solid color-mix(in lab, currentColor 18%, transparent);
375
+ }
376
+ td[data-v-024c8385] {
377
+ white-space: nowrap;
378
+ }
379
+ td div[data-v-024c8385] {
380
+ padding: 0.5em 1em;
381
+ margin: 0.1em;
382
+ background: color-mix(in lab, currentColor 8%, transparent);
383
+ border-radius: 5em;
384
+ display: block;
385
+ line-height: 1;
386
+ font-size: 0.7em;
387
+ cursor: pointer;
388
+ white-space: nowrap;
389
+ text-overflow: ellipsis;
390
+ overflow: hidden;
391
+ text-align: center;
392
+ position: relative;
393
+ }
394
+ td div .overdue[data-v-024c8385] {
395
+ color: red;
396
+ }
397
+ td div .spacer[data-v-024c8385] {
398
+ visibility: hidden !important;
399
+ }
400
+ td div .on[data-v-024c8385],
401
+ td div .off[data-v-024c8385] {
402
+ position: absolute;
403
+ left: 0;
404
+ width: 100%;
405
+ transition: opacity 0.1s;
406
+ }
407
+ td div .on[data-v-024c8385] {
408
+ opacity: 0;
409
+ }
410
+ td div .off[data-v-024c8385] {
411
+ opacity: 1;
412
+ }
413
+ td div[data-v-024c8385]:hover {
414
+ background: color-mix(in lab, currentColor 10%, transparent);
415
+ }
416
+ td div:hover .off[data-v-024c8385] {
417
+ opacity: 0;
418
+ }
419
+ td div:hover .on[data-v-024c8385] {
420
+ opacity: 1;
421
+ }
371
422
  .basic-input-style[data-v-897e69cd] {
372
423
  color: inherit;
373
424
  background: color-mix(in lab, currentColor 4%, transparent);
@@ -576,16 +627,16 @@ td[data-v-f7f4a65b] {
576
627
  .content-type-cell[data-v-3c0f4d89] {
577
628
  white-space: nowrap;
578
629
  }
579
- .basic-input-style[data-v-356ff495] {
630
+ .basic-input-style[data-v-455cdd3a] {
580
631
  color: inherit;
581
632
  background: color-mix(in lab, currentColor 4%, transparent);
582
633
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
583
634
  }
584
- .value[data-v-356ff495] {
635
+ .value[data-v-455cdd3a] {
585
636
  display: inline-block;
586
637
  margin: 0.05em;
587
638
  }
588
- .nowrap[data-v-356ff495] {
639
+ .nowrap[data-v-455cdd3a] {
589
640
  white-space: nowrap;
590
641
  }
591
642
  .basic-input-style[data-v-fbdf91c9] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.268",
3
+ "version": "0.2.269",
4
4
  "files": [
5
5
  "dist"
6
6
  ],