@qikdev/vue-ui 0.2.316 → 0.2.317

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
@@ -264,6 +264,14 @@ td[data-v-a4b42e00] {
264
264
  td .avatar-wrapper[data-v-a4b42e00] {
265
265
  width: 2.6em;
266
266
  }
267
+ .basic-input-style[data-v-677f555b] {
268
+ color: inherit;
269
+ background: color-mix(in lab, currentColor 4%, transparent);
270
+ border: 1px solid color-mix(in lab, currentColor 18%, transparent);
271
+ }
272
+ td[data-v-677f555b] {
273
+ text-align: center;
274
+ }
267
275
  .basic-input-style[data-v-794b199f] {
268
276
  color: inherit;
269
277
  background: color-mix(in lab, currentColor 4%, transparent);
@@ -301,22 +309,22 @@ td.invalid[data-v-c62e82ec] {
301
309
  text-decoration: line-through;
302
310
  opacity: 0.3;
303
311
  }
304
- .basic-input-style[data-v-3f8012f2] {
312
+ .basic-input-style[data-v-413157fd] {
305
313
  color: inherit;
306
314
  background: color-mix(in lab, currentColor 4%, transparent);
307
315
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
308
316
  }
309
- td[data-v-3f8012f2] {
317
+ td[data-v-413157fd] {
310
318
  width: 60px;
311
319
  padding: 0.3em !important;
312
320
  }
313
- td .ux-btn[data-v-3f8012f2] {
321
+ td .ux-btn[data-v-413157fd] {
314
322
  white-space: nowrap;
315
323
  }
316
- td .ux-image[data-v-3f8012f2] {
324
+ td .ux-image[data-v-413157fd] {
317
325
  border-radius: 0.1em;
318
326
  }
319
- td[data-v-3f8012f2] .ux-btn-text {
327
+ td[data-v-413157fd] .ux-btn-text {
320
328
  display: block;
321
329
  white-space: nowrap;
322
330
  }
@@ -647,16 +655,16 @@ td[data-v-f7f4a65b] {
647
655
  .content-type-cell[data-v-3c0f4d89] {
648
656
  white-space: nowrap;
649
657
  }
650
- .basic-input-style[data-v-753584f7] {
658
+ .basic-input-style[data-v-f047abdc] {
651
659
  color: inherit;
652
660
  background: color-mix(in lab, currentColor 4%, transparent);
653
661
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
654
662
  }
655
- .value[data-v-753584f7] {
663
+ .value[data-v-f047abdc] {
656
664
  display: inline-block;
657
665
  margin: 0.05em;
658
666
  }
659
- .nowrap[data-v-753584f7] {
667
+ .nowrap[data-v-f047abdc] {
660
668
  white-space: nowrap;
661
669
  }
662
670
  .basic-input-style[data-v-323b93e8] {
@@ -969,40 +977,40 @@ tr.inactive[data-v-323b93e8]:after {
969
977
  color: var(--bg1, currentColor);
970
978
  font-size: 50cqw;
971
979
  }
972
- .basic-input-style[data-v-740b543a] {
980
+ .basic-input-style[data-v-d9a57955] {
973
981
  color: inherit;
974
982
  background: color-mix(in lab, currentColor 4%, transparent);
975
983
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
976
984
  }
977
- .ux-spinner[data-v-740b543a] {
985
+ .ux-spinner[data-v-d9a57955] {
978
986
  pointer-events: none;
979
987
  }
980
- .ux-spinner.large[data-v-740b543a] {
988
+ .ux-spinner.large[data-v-d9a57955] {
981
989
  position: absolute;
982
990
  left: 50%;
983
991
  top: 50%;
984
992
  transform: translate3d(-50%, -50%, 0);
985
993
  font-size: clamp(50px, 10vw, 500px);
986
994
  }
987
- .ux-spinner svg[data-v-740b543a] {
995
+ .ux-spinner svg[data-v-d9a57955] {
988
996
  width: 1em !important;
989
997
  height: 1em !important;
990
998
  stroke: currentColor;
991
999
  }
992
- .ux-spinner .spinner_V8m1[data-v-740b543a] {
1000
+ .ux-spinner .spinner_V8m1[data-v-d9a57955] {
993
1001
  transform-origin: center;
994
- animation: spinner_zKoa-740b543a 2s linear infinite;
1002
+ animation: spinner_zKoa-d9a57955 1s linear infinite;
995
1003
  }
996
- .ux-spinner .spinner_V8m1 circle[data-v-740b543a] {
1004
+ .ux-spinner .spinner_V8m1 circle[data-v-d9a57955] {
997
1005
  stroke-linecap: round;
998
- animation: spinner_YpZS-740b543a 1.5s ease-in-out infinite;
1006
+ animation: spinner_YpZS-d9a57955 0.8s ease-in-out infinite;
999
1007
  }
1000
- @keyframes spinner_zKoa-740b543a {
1008
+ @keyframes spinner_zKoa-d9a57955 {
1001
1009
  to {
1002
1010
  transform: rotate(360deg);
1003
1011
  }
1004
1012
  }
1005
- @keyframes spinner_YpZS-740b543a {
1013
+ @keyframes spinner_YpZS-d9a57955 {
1006
1014
  0% {
1007
1015
  stroke-dasharray: 0 150;
1008
1016
  stroke-dashoffset: 0;
@@ -1017,13 +1025,13 @@ tr.inactive[data-v-323b93e8]:after {
1017
1025
  stroke-dashoffset: -59;
1018
1026
  }
1019
1027
  }
1020
- .ux-spinner[lg][data-v-740b543a] {
1028
+ .ux-spinner[lg][data-v-d9a57955] {
1021
1029
  font-size: 2em;
1022
1030
  }
1023
- .ux-spinner[xl][data-v-740b543a] {
1031
+ .ux-spinner[xl][data-v-d9a57955] {
1024
1032
  font-size: 4em;
1025
1033
  }
1026
- .ux-spinner[xxl][data-v-740b543a] {
1034
+ .ux-spinner[xxl][data-v-d9a57955] {
1027
1035
  font-size: 6em;
1028
1036
  }
1029
1037
  .basic-input-style[data-v-ea56e98b] {
@@ -2677,23 +2685,23 @@ label[data-v-5b88df0c] {
2677
2685
  background: var(--bg1, #fff);
2678
2686
  border-color: var(--primary);
2679
2687
  }
2680
- .basic-input-style[data-v-36e9ec13] {
2688
+ .basic-input-style[data-v-6c52f8af] {
2681
2689
  color: inherit;
2682
2690
  background: color-mix(in lab, currentColor 4%, transparent);
2683
2691
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
2684
2692
  }
2685
- .filter-builder .summary[data-v-36e9ec13] {
2693
+ .filter-builder .summary[data-v-6c52f8af] {
2686
2694
  font-size: 0.8em;
2687
2695
  opacity: 0.8;
2688
2696
  padding: 0.3em 0.7em;
2689
2697
  }
2690
- .filter-builder .summary .native-select[data-v-36e9ec13] {
2698
+ .filter-builder .summary .native-select[data-v-6c52f8af] {
2691
2699
  display: inline-block;
2692
2700
  border: 1px solid transparent;
2693
2701
  border-radius: 0.3em;
2694
2702
  padding: 0.2em;
2695
2703
  }
2696
- .filter-builder .summary .native-select[data-v-36e9ec13]:hover {
2704
+ .filter-builder .summary .native-select[data-v-6c52f8af]:hover {
2697
2705
  background: var(--bg1, #fff);
2698
2706
  border-color: var(--primary);
2699
2707
  }
@@ -3792,18 +3800,18 @@ td[data-v-f5a130e8]:first-child {
3792
3800
  opacity: 0.5;
3793
3801
  font-size: 0.8em;
3794
3802
  }
3795
- .basic-input-style[data-v-bb72f98b] {
3803
+ .basic-input-style[data-v-f4424b95] {
3796
3804
  color: inherit;
3797
3805
  background: color-mix(in lab, currentColor 4%, transparent);
3798
3806
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3799
3807
  }
3800
- .content-browser[data-v-bb72f98b] {
3808
+ .content-browser[data-v-f4424b95] {
3801
3809
  position: relative;
3802
3810
  }
3803
- .loading[data-v-bb72f98b] {
3811
+ .loading[data-v-f4424b95] {
3804
3812
  opacity: 0.5;
3805
3813
  }
3806
- .filter-column[data-v-bb72f98b] {
3814
+ .filter-column[data-v-f4424b95] {
3807
3815
  padding: 1em;
3808
3816
  background: color-mix(in lab, #000 1%, transparent);
3809
3817
  border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
@@ -3812,27 +3820,28 @@ td[data-v-f5a130e8]:first-child {
3812
3820
  flex: none;
3813
3821
  font-size: clamp(13px, 0.8em, 17px);
3814
3822
  }
3815
- .large-icon[data-v-bb72f98b] {
3823
+ .large-icon[data-v-f4424b95] {
3816
3824
  font-size: 6em;
3817
3825
  margin-bottom: 1rem;
3818
3826
  opacity: 0.5;
3819
3827
  }
3820
- .column-panel[data-v-bb72f98b] {
3828
+ .column-panel[data-v-f4424b95] {
3821
3829
  background: #fff;
3822
3830
  font-size: 0.9em;
3823
3831
  }
3824
- .empty[data-v-bb72f98b] {
3832
+ .empty[data-v-f4424b95] {
3825
3833
  background: rgba(0, 0, 0, 0.05);
3826
3834
  text-align: center;
3827
3835
  white-space: pre-line;
3828
3836
  align-items: center;
3829
3837
  justify-content: center;
3830
3838
  }
3831
- .empty .panel[data-v-bb72f98b] {
3839
+ .empty .panel[data-v-f4424b95] {
3840
+ margin-top: 1em;
3832
3841
  max-width: 400px;
3833
3842
  background: var(--bg1, #fff);
3834
3843
  }
3835
- .footer[data-v-bb72f98b] {
3844
+ .footer[data-v-f4424b95] {
3836
3845
  padding: 0.5em 1em;
3837
3846
  border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
3838
3847
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.316",
3
+ "version": "0.2.317",
4
4
  "files": [
5
5
  "dist"
6
6
  ],