vueless 0.0.430 → 0.0.431
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 +4 -4
- package/ui.image-avatar/UAvatar.vue +1 -1
- package/ui.image-avatar/config.js +2 -1
- package/web-types.json +122 -3
- package/assets/icons/archive.svg +0 -1
- package/assets/icons/expand_circle_down.svg +0 -1
- package/assets/icons/info.svg +0 -1
- package/assets/icons/person.svg +0 -1
- package/assets/icons/swap_vert.svg +0 -1
- package/assets/icons/timer.svg +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vueless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.431",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
|
|
6
6
|
"keywords": [
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@release-it/bumper": "^6.0.1",
|
|
54
54
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
55
55
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
56
|
-
"@vueless/plugin-vite": "^0.0.
|
|
57
|
-
"@vueless/storybook": "^0.0.
|
|
58
|
-
"@vueless/web-types": "^0.0.
|
|
56
|
+
"@vueless/plugin-vite": "^0.0.74",
|
|
57
|
+
"@vueless/storybook": "^0.0.35",
|
|
58
|
+
"@vueless/web-types": "^0.0.17",
|
|
59
59
|
"autoprefixer": "^10.4.19",
|
|
60
60
|
"cssnano": "^6.1.2",
|
|
61
61
|
"eslint": "^8.55.0",
|
|
@@ -21,6 +21,7 @@ export default /*tw*/ {
|
|
|
21
21
|
"3xl": "size-20 text-5xl",
|
|
22
22
|
},
|
|
23
23
|
rounded: {
|
|
24
|
+
dynamic: "rounded-dynamic",
|
|
24
25
|
none: "rounded-none",
|
|
25
26
|
sm: "rounded",
|
|
26
27
|
md: "rounded-md",
|
|
@@ -36,7 +37,7 @@ export default /*tw*/ {
|
|
|
36
37
|
placeholderIcon: "{UIcon}",
|
|
37
38
|
defaults: {
|
|
38
39
|
color: "grayscale",
|
|
39
|
-
rounded: "
|
|
40
|
+
rounded: "dynamic",
|
|
40
41
|
size: "md",
|
|
41
42
|
bordered: false,
|
|
42
43
|
/* icons */
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "vueless",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.431",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -376,9 +376,9 @@
|
|
|
376
376
|
"description": "Avatar corner rounding.",
|
|
377
377
|
"value": {
|
|
378
378
|
"kind": "expression",
|
|
379
|
-
"type": "'none' | 'sm' | 'md' | 'lg' | 'full'"
|
|
379
|
+
"type": "'dynamic' | 'none' | 'sm' | 'md' | 'lg' | 'full'"
|
|
380
380
|
},
|
|
381
|
-
"default": "
|
|
381
|
+
"default": "dynamic"
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"name": "bordered",
|
|
@@ -634,6 +634,11 @@
|
|
|
634
634
|
]
|
|
635
635
|
}
|
|
636
636
|
],
|
|
637
|
+
"exposes": [
|
|
638
|
+
{
|
|
639
|
+
"name": "wrapperRef"
|
|
640
|
+
}
|
|
641
|
+
],
|
|
637
642
|
"source": {
|
|
638
643
|
"module": "./src/ui.text-badge/UBadge.vue",
|
|
639
644
|
"symbol": "default"
|
|
@@ -878,6 +883,11 @@
|
|
|
878
883
|
]
|
|
879
884
|
}
|
|
880
885
|
],
|
|
886
|
+
"exposes": [
|
|
887
|
+
{
|
|
888
|
+
"name": "buttonRef"
|
|
889
|
+
}
|
|
890
|
+
],
|
|
881
891
|
"source": {
|
|
882
892
|
"module": "./src/ui.button/UButton.vue",
|
|
883
893
|
"symbol": "default"
|
|
@@ -1062,6 +1072,11 @@
|
|
|
1062
1072
|
]
|
|
1063
1073
|
}
|
|
1064
1074
|
],
|
|
1075
|
+
"exposes": [
|
|
1076
|
+
{
|
|
1077
|
+
"name": "wrapperRef"
|
|
1078
|
+
}
|
|
1079
|
+
],
|
|
1065
1080
|
"source": {
|
|
1066
1081
|
"module": "./src/ui.form-calendar/UCalendar.vue",
|
|
1067
1082
|
"symbol": "default"
|
|
@@ -2579,6 +2594,17 @@
|
|
|
2579
2594
|
"description": "Use it add something after the date."
|
|
2580
2595
|
}
|
|
2581
2596
|
],
|
|
2597
|
+
"exposes": [
|
|
2598
|
+
{
|
|
2599
|
+
"name": "calendarRef"
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "userFormatDate"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "formattedDate"
|
|
2606
|
+
}
|
|
2607
|
+
],
|
|
2582
2608
|
"source": {
|
|
2583
2609
|
"module": "./src/ui.form-date-picker/UDatePicker.vue",
|
|
2584
2610
|
"symbol": "default"
|
|
@@ -3806,6 +3832,29 @@
|
|
|
3806
3832
|
"description": "Use it to add something instead of empty state."
|
|
3807
3833
|
}
|
|
3808
3834
|
],
|
|
3835
|
+
"exposes": [
|
|
3836
|
+
{
|
|
3837
|
+
"name": "pointerSet"
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"name": "pointerBackward"
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"name": "pointerForward"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "pointerReset"
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"name": "addPointerElement"
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"name": "optionsRef"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"name": "wrapperRef"
|
|
3856
|
+
}
|
|
3857
|
+
],
|
|
3809
3858
|
"source": {
|
|
3810
3859
|
"module": "./src/ui.dropdown-list/UDropdownList.vue",
|
|
3811
3860
|
"symbol": "default"
|
|
@@ -4651,6 +4700,17 @@
|
|
|
4651
4700
|
"description": "Use it to add something after the text."
|
|
4652
4701
|
}
|
|
4653
4702
|
],
|
|
4703
|
+
"exposes": [
|
|
4704
|
+
{
|
|
4705
|
+
"name": "inputRef",
|
|
4706
|
+
"description": "A reference to the input element for direct DOM manipulation.",
|
|
4707
|
+
"properties": [
|
|
4708
|
+
{
|
|
4709
|
+
"type": "HTMLElement"
|
|
4710
|
+
}
|
|
4711
|
+
]
|
|
4712
|
+
}
|
|
4713
|
+
],
|
|
4654
4714
|
"source": {
|
|
4655
4715
|
"module": "./src/ui.form-input/UInput.vue",
|
|
4656
4716
|
"symbol": "default"
|
|
@@ -5049,6 +5109,17 @@
|
|
|
5049
5109
|
"description": "Use it to add something right."
|
|
5050
5110
|
}
|
|
5051
5111
|
],
|
|
5112
|
+
"exposes": [
|
|
5113
|
+
{
|
|
5114
|
+
"name": "input"
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"name": "rawValue"
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
"name": "formattedValue"
|
|
5121
|
+
}
|
|
5122
|
+
],
|
|
5052
5123
|
"source": {
|
|
5053
5124
|
"module": "./src/ui.form-input-money/UInputMoney.vue",
|
|
5054
5125
|
"symbol": "default"
|
|
@@ -5568,6 +5639,11 @@
|
|
|
5568
5639
|
"description": "Use it to add something after the text."
|
|
5569
5640
|
}
|
|
5570
5641
|
],
|
|
5642
|
+
"exposes": [
|
|
5643
|
+
{
|
|
5644
|
+
"name": "inputRef"
|
|
5645
|
+
}
|
|
5646
|
+
],
|
|
5571
5647
|
"source": {
|
|
5572
5648
|
"module": "./src/ui.form-input-search/UInputSearch.vue",
|
|
5573
5649
|
"symbol": "default"
|
|
@@ -5684,6 +5760,14 @@
|
|
|
5684
5760
|
"description": "Use it to add something below the label content."
|
|
5685
5761
|
}
|
|
5686
5762
|
],
|
|
5763
|
+
"exposes": [
|
|
5764
|
+
{
|
|
5765
|
+
"name": "labelElement"
|
|
5766
|
+
},
|
|
5767
|
+
{
|
|
5768
|
+
"name": "wrapperElement"
|
|
5769
|
+
}
|
|
5770
|
+
],
|
|
5687
5771
|
"source": {
|
|
5688
5772
|
"module": "./src/ui.form-label/ULabel.vue",
|
|
5689
5773
|
"symbol": "default"
|
|
@@ -5918,6 +6002,11 @@
|
|
|
5918
6002
|
"description": "Use it to add something after the label."
|
|
5919
6003
|
}
|
|
5920
6004
|
],
|
|
6005
|
+
"exposes": [
|
|
6006
|
+
{
|
|
6007
|
+
"name": "wrapperRef"
|
|
6008
|
+
}
|
|
6009
|
+
],
|
|
5921
6010
|
"source": {
|
|
5922
6011
|
"module": "./src/ui.button-link/ULink.vue",
|
|
5923
6012
|
"symbol": "default"
|
|
@@ -7977,6 +8066,26 @@
|
|
|
7977
8066
|
]
|
|
7978
8067
|
}
|
|
7979
8068
|
],
|
|
8069
|
+
"exposes": [
|
|
8070
|
+
{
|
|
8071
|
+
"name": "dropdownListRef"
|
|
8072
|
+
},
|
|
8073
|
+
{
|
|
8074
|
+
"name": "wrapperRef"
|
|
8075
|
+
},
|
|
8076
|
+
{
|
|
8077
|
+
"name": "searchInputRef"
|
|
8078
|
+
},
|
|
8079
|
+
{
|
|
8080
|
+
"name": "labelComponentRef"
|
|
8081
|
+
},
|
|
8082
|
+
{
|
|
8083
|
+
"name": "leftSlotWrapperRef"
|
|
8084
|
+
},
|
|
8085
|
+
{
|
|
8086
|
+
"name": "innerWrapperRef"
|
|
8087
|
+
}
|
|
8088
|
+
],
|
|
7980
8089
|
"source": {
|
|
7981
8090
|
"module": "./src/ui.form-select/USelect.vue",
|
|
7982
8091
|
"symbol": "default"
|
|
@@ -8403,6 +8512,11 @@
|
|
|
8403
8512
|
]
|
|
8404
8513
|
}
|
|
8405
8514
|
],
|
|
8515
|
+
"exposes": [
|
|
8516
|
+
{
|
|
8517
|
+
"name": "clearSelectedItems"
|
|
8518
|
+
}
|
|
8519
|
+
],
|
|
8406
8520
|
"source": {
|
|
8407
8521
|
"module": "./src/ui.data-table/UTable.vue",
|
|
8408
8522
|
"symbol": "default"
|
|
@@ -8866,6 +8980,11 @@
|
|
|
8866
8980
|
"description": "Use it to add something after the text."
|
|
8867
8981
|
}
|
|
8868
8982
|
],
|
|
8983
|
+
"exposes": [
|
|
8984
|
+
{
|
|
8985
|
+
"name": "textareaRef"
|
|
8986
|
+
}
|
|
8987
|
+
],
|
|
8869
8988
|
"source": {
|
|
8870
8989
|
"module": "./src/ui.form-textarea/UTextarea.vue",
|
|
8871
8990
|
"symbol": "default"
|
package/assets/icons/archive.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m480.12-272.15 156.36-156.48-43.11-43.35L512.39-391v-188.8h-64.78V-391l-80.98-80.74-42.87 43.35 156.36 156.24ZM182.15-665.63v483.48h595.7v-483.48h-595.7Zm0 551.61q-28.35 0-48.24-19.89t-19.89-48.24v-520.39q0-11.32 3.6-21.93t10.55-19.57l57.03-76.03q9.13-12.2 23.25-19.17 14.12-6.98 29.77-6.98h482.8q15.41 0 29.53 6.98 14.12 6.97 23.25 19.17l58.27 76.03q6.71 8.96 10.43 19.57 3.72 10.61 3.72 21.93v520.39q0 28.35-19.96 48.24t-48.41 19.89h-595.7Zm21.07-618.07h552.56l-36.41-46H239.22l-36 46ZM480-423.89Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-346.22 658.02-524 610-570.78l-130 130-130-130L301.98-524 480-346.22Zm.03 272.2q-83.46 0-157.54-31.88-74.07-31.88-129.39-87.2-55.32-55.32-87.2-129.36-31.88-74.04-31.88-157.51 0-84.46 31.88-158.54 31.88-74.07 87.16-128.9 55.28-54.84 129.34-86.82 74.06-31.99 157.55-31.99 84.48 0 158.59 31.97 74.1 31.97 128.91 86.77 54.82 54.8 86.79 128.88 31.98 74.08 31.98 158.6 0 83.5-31.99 157.57-31.98 74.07-86.82 129.36-54.83 55.29-128.87 87.17-74.04 31.88-158.51 31.88Zm-.03-68.13q141.04 0 239.45-98.75 98.4-98.76 98.4-239.1 0-141.04-98.4-239.45-98.41-98.4-239.57-98.4-140.16 0-238.95 98.4-98.78 98.41-98.78 239.57 0 140.16 98.75 238.95 98.76 98.78 239.1 98.78ZM480-480Z"/></svg>
|
package/assets/icons/info.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M450.37-277.37h65.26V-520h-65.26v242.63ZM480-590.41q15.55 0 26.07-10.23 10.52-10.24 10.52-25.36 0-16.24-10.52-26.92-10.51-10.67-26.05-10.67-15.81 0-26.21 10.67-10.4 10.68-10.4 26.8 0 15.27 10.52 25.49 10.52 10.22 26.07 10.22Zm.3 516.39q-84.2 0-158.04-31.88-73.84-31.88-129.16-87.2-55.32-55.32-87.2-129.2-31.88-73.88-31.88-158.17 0-84.28 31.88-158.2 31.88-73.91 87.16-128.74 55.28-54.84 129.18-86.82 73.9-31.99 158.21-31.99 84.3 0 158.25 31.97 73.94 31.97 128.75 86.77 54.82 54.8 86.79 128.88 31.98 74.08 31.98 158.33 0 84.24-31.99 158.07-31.98 73.84-86.82 128.95-54.83 55.1-128.87 87.17Q564.5-74.02 480.3-74.02Zm.2-68.13q140.54 0 238.95-98.75 98.4-98.76 98.4-239.6 0-140.54-98.22-238.95-98.21-98.4-239.75-98.4-140.16 0-238.95 98.22-98.78 98.21-98.78 239.75 0 140.16 98.75 238.95 98.76 98.78 239.6 98.78ZM480-480Z"/></svg>
|
package/assets/icons/person.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.95-484.11q-68.68 0-112.3-43.62-43.63-43.63-43.63-112.31t43.63-112.35q43.62-43.68 112.3-43.68t112.47 43.68q43.8 43.67 43.8 112.35 0 68.68-43.8 112.31-43.79 43.62-112.47 43.62Zm-325.93 333.2v-100.41q0-39.56 19.92-68.04 19.91-28.49 51.43-43.27 67.48-30.24 129.69-45.36 62.2-15.12 124.88-15.12 63.13 0 124.79 15.62 61.66 15.62 128.82 45.05 32.88 14.6 52.78 43 19.89 28.4 19.89 68.06v100.47h-652.2Zm68.13-68.13h515.7v-31.37q0-15.85-9.5-30.22-9.5-14.38-23.5-21.3-63.05-30.29-115.45-41.55-52.4-11.26-109.52-11.26-56.64 0-110.28 11.26t-115.35 41.51q-14.1 6.93-23.1 21.31-9 14.39-9 30.25v31.37Zm257.8-333.2q38.09 0 63-24.86 24.9-24.87 24.9-62.98 0-38.21-24.86-63.03-24.85-24.82-62.94-24.82-38.09 0-63 24.83-24.9 24.84-24.9 62.9 0 38.17 24.86 63.06 24.85 24.9 62.94 24.9Zm.05-87.85Zm0 421.05Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M318.46-449.76v-306.67L201.76-639.5l-47.74-47.74 198.74-198.98L551.5-687.24l-47.74 47.74-116.93-116.93v306.67h-68.37ZM607.48-74.02 408.74-272.76l47.74-47.74 116.69 116.7v-306.68h68.37v306.68l116.94-116.7 47.74 47.74L607.48-74.02Z"/></svg>
|
package/assets/icons/timer.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M354.5-860v-65.5h251v65.5h-251Zm92.87 452.02h65.26v-230.48h-65.26v230.48ZM479.94-70q-75.49 0-142.05-28.94-66.56-28.94-116.36-78.7-49.79-49.75-78.65-116.29-28.86-66.54-28.86-142.01 0-75.47 28.88-142.04 28.88-66.56 78.68-116.4 49.79-49.84 116.35-78.83Q404.5-802.2 480-802.2q67.48 0 127.08 22.5 59.59 22.5 105.83 62.74l53.16-53.15 46.3 46.07-53.15 53.15q36.24 40.48 61.62 97.96 25.38 57.47 25.38 136.95 0 75.52-28.96 142.11-28.95 66.59-78.78 116.31T622.04-98.92Q555.43-70 479.94-70Zm.02-68.37q124.32 0 211.11-86.62 86.78-86.62 86.78-210.95 0-124.32-86.74-211.1-86.75-86.79-211.07-86.79t-211.11 86.75q-86.78 86.74-86.78 211.06 0 124.32 86.74 210.99 86.75 86.66 211.07 86.66Zm.04-296.61Z"/></svg>
|