@qikdev/vue-ui 0.2.246 → 0.2.248

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
@@ -1568,60 +1568,67 @@ input[data-v-4bea995b]:focus {
1568
1568
  bottom: 0;
1569
1569
  right: 0;
1570
1570
  }
1571
- .basic-input-style[data-v-fb753194] {
1571
+ .basic-input-style[data-v-7ecd8dae] {
1572
1572
  color: inherit;
1573
1573
  background: color-mix(in lab, currentColor 4%, transparent);
1574
1574
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1575
1575
  }
1576
- .content-item[data-v-fb753194] {
1576
+ .content-item[data-v-7ecd8dae] {
1577
1577
  padding: 0.5em 0.8em;
1578
1578
  border-radius: 0.3em;
1579
1579
  cursor: pointer;
1580
1580
  margin-bottom: 1px;
1581
1581
  }
1582
+ .content-item .item-summary[data-v-7ecd8dae] {
1583
+ opacity: 0.5;
1584
+ font-size: 0.9em;
1585
+ }
1586
+ .content-item .item-title[data-v-7ecd8dae] {
1587
+ font-weight: 500;
1588
+ }
1582
1589
  @media (prefers-color-scheme: light) {
1583
- .content-item[data-v-fb753194] {
1590
+ .content-item[data-v-7ecd8dae] {
1584
1591
  background: var(--bg1, #fff);
1585
1592
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1586
1593
  }
1587
1594
  }
1588
1595
  @media (prefers-color-scheme: dark) {
1589
- .content-item[data-v-fb753194] {
1596
+ .content-item[data-v-7ecd8dae] {
1590
1597
  background: color-mix(in lab, #000 1%, transparent);
1591
1598
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1592
1599
  }
1593
1600
  }
1594
- .content-item[data-v-fb753194]:last-child {
1601
+ .content-item[data-v-7ecd8dae]:last-child {
1595
1602
  margin-bottom: 0;
1596
1603
  }
1597
- .content-item .text[data-v-fb753194] {
1604
+ .content-item .text[data-v-7ecd8dae] {
1598
1605
  overflow: hidden;
1599
1606
  text-overflow: ellipsis;
1600
1607
  white-space: pre-line;
1601
1608
  }
1602
- .content-item .image-wrapper[data-v-fb753194] {
1609
+ .content-item .image-wrapper[data-v-7ecd8dae] {
1603
1610
  width: 50px;
1604
1611
  }
1605
- .content-item .image-wrapper.profile[data-v-fb753194] {
1612
+ .content-item .image-wrapper.profile[data-v-7ecd8dae] {
1606
1613
  width: 40px;
1607
1614
  height: 40px;
1608
1615
  background: rgba(0, 0, 0, 0.1);
1609
1616
  border-radius: 100%;
1610
1617
  }
1611
- .content-item[data-v-fb753194]:hover {
1618
+ .content-item[data-v-7ecd8dae]:hover {
1612
1619
  cursor: pointer;
1613
1620
  background: color-mix(in lab, currentColor 2%, transparent);
1614
1621
  }
1615
- .basic-input-style[data-v-a5980d18],
1616
- input[data-v-a5980d18] {
1622
+ .basic-input-style[data-v-38242855],
1623
+ input[data-v-38242855] {
1617
1624
  color: inherit;
1618
1625
  background: color-mix(in lab, currentColor 4%, transparent);
1619
1626
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1620
1627
  }
1621
- .ux-text-row[data-v-a5980d18] {
1628
+ .ux-text-row[data-v-38242855] {
1622
1629
  margin-bottom: 0.5em;
1623
1630
  }
1624
- input[data-v-a5980d18] {
1631
+ input[data-v-38242855] {
1625
1632
  border-radius: 0.1em;
1626
1633
  padding: 0.5em;
1627
1634
  box-sizing: border-box;
@@ -1630,46 +1637,46 @@ input[data-v-a5980d18] {
1630
1637
  line-height: 1;
1631
1638
  height: 2.5em;
1632
1639
  }
1633
- input[data-v-a5980d18]:focus {
1640
+ input[data-v-38242855]:focus {
1634
1641
  background: none;
1635
1642
  border: 1px solid var(--primary);
1636
1643
  outline: none;
1637
1644
  }
1638
- .ux-text-row .ux-btn[data-v-a5980d18] {
1645
+ .ux-text-row .ux-btn[data-v-38242855] {
1639
1646
  margin-left: 0.25em;
1640
1647
  }
1641
- .ux-text-input-multiple[data-v-a5980d18] {
1648
+ .ux-text-input-multiple[data-v-38242855] {
1642
1649
  width: 100%;
1643
1650
  }
1644
- .ux-text-input-single[data-v-a5980d18] {
1651
+ .ux-text-input-single[data-v-38242855] {
1645
1652
  width: calc(100% - 0.5em);
1646
1653
  margin: 0 0.5em 0 0;
1647
1654
  }
1648
- .items[data-v-a5980d18] {
1655
+ .items[data-v-38242855] {
1649
1656
  border-radius: 0.3em;
1650
1657
  overflow: hidden;
1651
1658
  margin-bottom: 0.5em;
1652
1659
  }
1653
1660
  @media (prefers-color-scheme: light) {
1654
- .items[data-v-a5980d18] {
1661
+ .items[data-v-38242855] {
1655
1662
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1656
1663
  }
1657
1664
  }
1658
1665
  @media (prefers-color-scheme: dark) {
1659
- .items[data-v-a5980d18] {
1666
+ .items[data-v-38242855] {
1660
1667
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1661
1668
  }
1662
1669
  }
1663
- .items .content-item[data-v-a5980d18] {
1670
+ .items .content-item[data-v-38242855] {
1664
1671
  border: none;
1665
1672
  }
1666
1673
  @media (prefers-color-scheme: light) {
1667
- .items .content-item[data-v-a5980d18] {
1674
+ .items .content-item[data-v-38242855] {
1668
1675
  border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
1669
1676
  }
1670
1677
  }
1671
1678
  @media (prefers-color-scheme: dark) {
1672
- .items .content-item[data-v-a5980d18] {
1679
+ .items .content-item[data-v-38242855] {
1673
1680
  border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
1674
1681
  }
1675
1682
  }
@@ -3156,18 +3163,18 @@ td[data-v-f5a130e8]:first-child {
3156
3163
  border-color: var(--primary);
3157
3164
  opacity: 0.5;
3158
3165
  }
3159
- .basic-input-style[data-v-f90a1386] {
3166
+ .basic-input-style[data-v-0433bfce] {
3160
3167
  color: inherit;
3161
3168
  background: color-mix(in lab, currentColor 4%, transparent);
3162
3169
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3163
3170
  }
3164
- .ux-field[data-v-f90a1386] {
3171
+ .ux-field[data-v-0433bfce] {
3165
3172
  margin-bottom: 1em;
3166
3173
  }
3167
- .ux-field.ux-layout-only[data-v-f90a1386] {
3174
+ .ux-field.ux-layout-only[data-v-0433bfce] {
3168
3175
  margin-bottom: 0;
3169
3176
  }
3170
- .ux-field .ux-field-message[data-v-f90a1386] {
3177
+ .ux-field .ux-field-message[data-v-0433bfce] {
3171
3178
  border: red;
3172
3179
  background: rgba(255, 0, 0, 0.1);
3173
3180
  color: red;
@@ -3177,43 +3184,43 @@ td[data-v-f5a130e8]:first-child {
3177
3184
  margin: 0.3em 0;
3178
3185
  display: inline-block;
3179
3186
  }
3180
- [data-v-f90a1386] .ux-field-title {
3187
+ [data-v-0433bfce] .ux-field-title {
3181
3188
  margin-top: 0.5em;
3182
3189
  display: block;
3183
3190
  margin-bottom: 0.2em;
3184
3191
  font-size: 0.9em;
3185
3192
  font-weight: 700;
3186
3193
  }
3187
- .ux-field.ux-field-hide[data-v-f90a1386] {
3194
+ .ux-field.ux-field-hide[data-v-0433bfce] {
3188
3195
  display: none !important;
3189
3196
  margin: 0 !important;
3190
3197
  }
3191
- [data-v-f90a1386] .ux-field-description {
3198
+ [data-v-0433bfce] .ux-field-description {
3192
3199
  font-size: clamp(12px, 0.8em, 16px);
3193
3200
  opacity: 0.5;
3194
3201
  margin-bottom: 0.5em;
3195
3202
  }
3196
- .ux-field.ux-field-error[data-v-f90a1386] > .ux-field-title {
3203
+ .ux-field.ux-field-error[data-v-0433bfce] > .ux-field-title {
3197
3204
  color: red;
3198
3205
  }
3199
- .basic-input-style[data-v-84534501] {
3206
+ .basic-input-style[data-v-0dd36fb5] {
3200
3207
  color: inherit;
3201
3208
  background: color-mix(in lab, currentColor 4%, transparent);
3202
3209
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3203
3210
  }
3204
- .ux-form-flex[data-v-84534501] {
3211
+ .ux-form-flex[data-v-0dd36fb5] {
3205
3212
  display: flex;
3206
3213
  flex-wrap: wrap;
3207
3214
  flex: 1;
3208
3215
  gap: 2em;
3209
3216
  }
3210
- .ux-form-flex .ux-field-flex[data-v-84534501] {
3217
+ .ux-form-flex .ux-field-flex[data-v-0dd36fb5] {
3211
3218
  flex: 1;
3212
3219
  }
3213
- .ux-form-flex .ux-field-flex.ux-field-widget-value[data-v-84534501] {
3220
+ .ux-form-flex .ux-field-flex.ux-field-widget-value[data-v-0dd36fb5] {
3214
3221
  display: none;
3215
3222
  }
3216
- .ux-form-flex .ux-field-clear[data-v-84534501] {
3223
+ .ux-form-flex .ux-field-clear[data-v-0dd36fb5] {
3217
3224
  flex: none;
3218
3225
  width: 100%;
3219
3226
  }
@@ -3349,18 +3356,18 @@ td[data-v-f5a130e8]:first-child {
3349
3356
  opacity: 0.5;
3350
3357
  font-size: 0.8em;
3351
3358
  }
3352
- .basic-input-style[data-v-362f4d2b] {
3359
+ .basic-input-style[data-v-217f41ba] {
3353
3360
  color: inherit;
3354
3361
  background: color-mix(in lab, currentColor 4%, transparent);
3355
3362
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3356
3363
  }
3357
- .content-browser[data-v-362f4d2b] {
3364
+ .content-browser[data-v-217f41ba] {
3358
3365
  position: relative;
3359
3366
  }
3360
- .loading[data-v-362f4d2b] {
3367
+ .loading[data-v-217f41ba] {
3361
3368
  opacity: 0.5;
3362
3369
  }
3363
- .filter-column[data-v-362f4d2b] {
3370
+ .filter-column[data-v-217f41ba] {
3364
3371
  padding: 1em;
3365
3372
  background: color-mix(in lab, #000 1%, transparent);
3366
3373
  border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
@@ -3369,27 +3376,27 @@ td[data-v-f5a130e8]:first-child {
3369
3376
  flex: none;
3370
3377
  font-size: clamp(13px, 0.8em, 17px);
3371
3378
  }
3372
- .large-icon[data-v-362f4d2b] {
3379
+ .large-icon[data-v-217f41ba] {
3373
3380
  font-size: 6em;
3374
3381
  margin-bottom: 1rem;
3375
3382
  opacity: 0.5;
3376
3383
  }
3377
- .column-panel[data-v-362f4d2b] {
3384
+ .column-panel[data-v-217f41ba] {
3378
3385
  background: #fff;
3379
3386
  font-size: 0.9em;
3380
3387
  }
3381
- .empty[data-v-362f4d2b] {
3388
+ .empty[data-v-217f41ba] {
3382
3389
  background: rgba(0, 0, 0, 0.05);
3383
3390
  text-align: center;
3384
3391
  white-space: pre-line;
3385
3392
  align-items: center;
3386
3393
  justify-content: center;
3387
3394
  }
3388
- .empty .panel[data-v-362f4d2b] {
3395
+ .empty .panel[data-v-217f41ba] {
3389
3396
  max-width: 400px;
3390
3397
  background: var(--bg1, #fff);
3391
3398
  }
3392
- .footer[data-v-362f4d2b] {
3399
+ .footer[data-v-217f41ba] {
3393
3400
  padding: 0.5em 1em;
3394
3401
  border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
3395
3402
  }
@@ -3565,30 +3572,30 @@ h5[data-v-60de0d31] {
3565
3572
  .rolodex .ux-btn[data-v-651362cd] {
3566
3573
  font-weight: 700;
3567
3574
  }
3568
- .basic-input-style[data-v-e1cac3f3] {
3575
+ .basic-input-style[data-v-0952db70] {
3569
3576
  color: inherit;
3570
3577
  background: color-mix(in lab, currentColor 4%, transparent);
3571
3578
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3572
3579
  }
3573
- .wrapper[data-v-e1cac3f3] {
3580
+ .wrapper[data-v-0952db70] {
3574
3581
  border-radius: 0.5em;
3575
3582
  overflow: hidden;
3576
3583
  }
3577
- .padder[data-v-e1cac3f3] {
3584
+ .padder[data-v-0952db70] {
3578
3585
  padding: 1em;
3579
3586
  }
3580
- .scroll-body[data-v-e1cac3f3] {
3587
+ .scroll-body[data-v-0952db70] {
3581
3588
  background: rgba(0, 0, 0, 0.1);
3582
3589
  }
3583
- .header[data-v-e1cac3f3] {
3590
+ .header[data-v-0952db70] {
3584
3591
  background: var(--bg1, #fff);
3585
3592
  padding: 1em;
3586
3593
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
3587
3594
  }
3588
- .header h1[data-v-e1cac3f3],
3589
- .header h2[data-v-e1cac3f3],
3590
- .header h3[data-v-e1cac3f3],
3591
- .header h4[data-v-e1cac3f3],
3592
- .header h5[data-v-e1cac3f3] {
3595
+ .header h1[data-v-0952db70],
3596
+ .header h2[data-v-0952db70],
3597
+ .header h3[data-v-0952db70],
3598
+ .header h4[data-v-0952db70],
3599
+ .header h5[data-v-0952db70] {
3593
3600
  margin: 0;
3594
3601
  }
package/package.json CHANGED
@@ -1,9 +1,7 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.246",
4
- "files": [
5
- "dist"
6
- ],
3
+ "version": "0.2.248",
4
+ "files": ["dist"],
7
5
  "main": "./dist/lib.es.js",
8
6
  "module": "./dist/lib.es.js",
9
7
  "exports": {
@@ -22,11 +20,7 @@
22
20
  "type": "git",
23
21
  "url": "git+https://gitlab.com/qikdevelopers/vue-ui.git"
24
22
  },
25
- "keywords": [
26
- "qik",
27
- "vue",
28
- "ui"
29
- ],
23
+ "keywords": ["qik", "vue", "ui"],
30
24
  "author": "qik.dev",
31
25
  "license": "ISC",
32
26
  "scripts": {