@uzum-tech/ui 1.5.1 → 1.5.3
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/README.md +0 -1
- package/dist/index.js +1333 -869
- package/dist/index.prod.js +3 -3
- package/es/_internal/checkbox/src/use-checkbox.js +3 -3
- package/es/_internal/radio/src/use-radio.js +3 -3
- package/es/_internal/typography/src/styles/text.cssr.js +0 -1
- package/es/_internal/typography/styles/light.js +1 -1
- package/es/_mixins/use-form-item.d.ts +4 -4
- package/es/_mixins/use-form-item.js +4 -4
- package/es/_styles/common/dark.js +1 -1
- package/es/_styles/common/light.d.ts +3 -0
- package/es/_styles/common/light.js +1 -1
- package/es/_utils/composable/composables.d.ts +11 -0
- package/es/_utils/composable/composables.js +40 -0
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/_utils/uzum/index.d.ts +1 -0
- package/es/_utils/uzum/index.js +1 -0
- package/es/_utils/uzum/value.d.ts +1 -0
- package/es/_utils/uzum/value.js +9 -0
- package/es/_utils/vue/resolve-slot.d.ts +1 -1
- package/es/alert/styles/light.js +6 -6
- package/es/auto-complete/src/AutoComplete.js +10 -10
- package/es/avatar/src/Avatar.d.ts +6 -0
- package/es/avatar/src/Avatar.js +9 -3
- package/es/card-list/src/CardList.js +1 -1
- package/es/card-list/src/CardListItem.d.ts +13 -0
- package/es/card-list/src/CardListItem.js +11 -4
- package/es/card-list/src/interface.d.ts +1 -0
- package/es/card-list/src/styles/index.cssr.js +6 -6
- package/es/card-list/styles/light.js +2 -2
- package/es/cascader/src/Cascader.js +7 -7
- package/es/checkbox/src/CheckboxGroup.js +9 -9
- package/es/color-picker/src/ColorPicker.js +6 -6
- package/es/components.d.ts +1 -0
- package/es/components.js +1 -0
- package/es/config-provider/src/internal-interface.d.ts +2 -0
- package/es/data-table/src/DataTable.d.ts +8 -0
- package/es/data-table/src/DataTable.js +21 -10
- package/es/data-table/src/TableParts/Body.d.ts +1 -0
- package/es/data-table/src/TableParts/Body.js +6 -5
- package/es/data-table/src/TableParts/Cell.js +85 -23
- package/es/data-table/src/interface.d.ts +13 -6
- package/es/data-table/src/interface.js +1 -1
- package/es/data-table/src/styles/index.cssr.js +5 -3
- package/es/data-table/src/use-mask.d.ts +3 -6
- package/es/data-table/src/utils.d.ts +2 -1
- package/es/data-table/src/utils.js +13 -0
- package/es/date-picker/src/DatePicker.js +7 -7
- package/es/dialog/src/DialogProvider.d.ts +6 -0
- package/es/dynamic-tags/src/DynamicTags.js +3 -3
- package/es/input/src/Input.js +8 -8
- package/es/input-number/src/InputNumber.js +7 -7
- package/es/input-otp/index.d.ts +3 -0
- package/es/input-otp/index.js +1 -0
- package/es/input-otp/src/InputOtp.d.ts +871 -0
- package/es/input-otp/src/InputOtp.js +250 -0
- package/es/input-otp/src/public-types.d.ts +25 -0
- package/es/input-otp/src/public-types.js +1 -0
- package/es/input-otp/src/styles/index.cssr.d.ts +2 -0
- package/es/input-otp/src/styles/index.cssr.js +20 -0
- package/es/input-otp/src/styles/input-otp-rtl.cssr.d.ts +2 -0
- package/es/input-otp/src/styles/input-otp-rtl.cssr.js +5 -0
- package/es/input-otp/styles/dark.d.ts +3 -0
- package/es/input-otp/styles/dark.js +12 -0
- package/es/input-otp/styles/index.d.ts +4 -0
- package/es/input-otp/styles/index.js +3 -0
- package/es/input-otp/styles/light.d.ts +83 -0
- package/es/input-otp/styles/light.js +22 -0
- package/es/input-otp/styles/rtl.d.ts +2 -0
- package/es/input-otp/styles/rtl.js +5 -0
- package/es/legacy-transfer/src/Transfer.js +3 -3
- package/es/list/src/List.d.ts +41 -55
- package/es/list/src/List.js +6 -10
- package/es/list/src/ListItem.d.ts +84 -25
- package/es/list/src/ListItem.js +120 -98
- package/es/list/src/interface.d.ts +1 -0
- package/es/list/src/props.d.ts +70 -31
- package/es/list/src/props.js +25 -5
- package/es/list/src/styles/index.cssr.js +32 -90
- package/es/list/styles/light.d.ts +5 -8
- package/es/list/styles/light.js +6 -9
- package/es/mention/src/Mention.js +7 -7
- package/es/radio/src/RadioGroup.js +5 -5
- package/es/rate/src/Rate.js +3 -3
- package/es/select/src/Select.js +7 -7
- package/es/slider/src/Slider.js +3 -3
- package/es/styles.d.ts +1 -0
- package/es/styles.js +1 -0
- package/es/switch/src/Switch.js +7 -7
- package/es/tag/src/styles/index.cssr.js +5 -1
- package/es/tag/styles/light.js +2 -2
- package/es/theme-editor/src/ThemeEditor.d.ts +3 -0
- package/es/themes/dark.js +2 -0
- package/es/themes/light.js +2 -0
- package/es/time-picker/src/TimePicker.js +7 -7
- package/es/transfer/src/Transfer.js +3 -3
- package/es/tree-select/src/TreeSelect.js +5 -5
- package/es/upload/src/UploadFile.js +4 -3
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/checkbox/src/use-checkbox.js +3 -3
- package/lib/_internal/radio/src/use-radio.js +3 -3
- package/lib/_internal/typography/src/styles/text.cssr.js +0 -1
- package/lib/_internal/typography/styles/light.js +1 -1
- package/lib/_mixins/use-form-item.d.ts +4 -4
- package/lib/_mixins/use-form-item.js +4 -4
- package/lib/_styles/common/dark.js +1 -1
- package/lib/_styles/common/light.d.ts +3 -0
- package/lib/_styles/common/light.js +1 -1
- package/lib/_utils/composable/composables.d.ts +11 -0
- package/lib/_utils/composable/composables.js +47 -0
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/_utils/uzum/index.d.ts +1 -0
- package/lib/_utils/uzum/index.js +3 -1
- package/lib/_utils/uzum/value.d.ts +1 -0
- package/lib/_utils/uzum/value.js +12 -0
- package/lib/_utils/vue/resolve-slot.d.ts +1 -1
- package/lib/alert/styles/light.js +6 -6
- package/lib/auto-complete/src/AutoComplete.js +10 -10
- package/lib/avatar/src/Avatar.d.ts +6 -0
- package/lib/avatar/src/Avatar.js +9 -3
- package/lib/card-list/src/CardList.js +1 -1
- package/lib/card-list/src/CardListItem.d.ts +13 -0
- package/lib/card-list/src/CardListItem.js +11 -4
- package/lib/card-list/src/interface.d.ts +1 -0
- package/lib/card-list/src/styles/index.cssr.js +5 -5
- package/lib/card-list/styles/light.js +2 -2
- package/lib/cascader/src/Cascader.js +7 -7
- package/lib/checkbox/src/CheckboxGroup.js +9 -9
- package/lib/color-picker/src/ColorPicker.js +6 -6
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/config-provider/src/internal-interface.d.ts +2 -0
- package/lib/data-table/src/DataTable.d.ts +8 -0
- package/lib/data-table/src/DataTable.js +21 -10
- package/lib/data-table/src/TableParts/Body.d.ts +1 -0
- package/lib/data-table/src/TableParts/Body.js +6 -5
- package/lib/data-table/src/TableParts/Cell.js +84 -22
- package/lib/data-table/src/interface.d.ts +13 -6
- package/lib/data-table/src/interface.js +1 -1
- package/lib/data-table/src/styles/index.cssr.js +5 -3
- package/lib/data-table/src/use-mask.d.ts +3 -6
- package/lib/data-table/src/utils.d.ts +2 -1
- package/lib/data-table/src/utils.js +14 -1
- package/lib/date-picker/src/DatePicker.js +7 -7
- package/lib/dialog/src/DialogProvider.d.ts +6 -0
- package/lib/dynamic-tags/src/DynamicTags.js +3 -3
- package/lib/input/src/Input.js +8 -8
- package/lib/input-number/src/InputNumber.js +7 -7
- package/lib/input-otp/index.d.ts +3 -0
- package/lib/input-otp/index.js +9 -0
- package/lib/input-otp/src/InputOtp.d.ts +871 -0
- package/lib/input-otp/src/InputOtp.js +256 -0
- package/lib/input-otp/src/public-types.d.ts +25 -0
- package/lib/input-otp/src/public-types.js +2 -0
- package/lib/input-otp/src/styles/index.cssr.d.ts +2 -0
- package/lib/input-otp/src/styles/index.cssr.js +25 -0
- package/lib/input-otp/src/styles/input-otp-rtl.cssr.d.ts +2 -0
- package/lib/input-otp/src/styles/input-otp-rtl.cssr.js +10 -0
- package/lib/input-otp/styles/dark.d.ts +3 -0
- package/lib/input-otp/styles/dark.js +14 -0
- package/lib/input-otp/styles/index.d.ts +4 -0
- package/lib/input-otp/styles/index.js +12 -0
- package/lib/input-otp/styles/light.d.ts +83 -0
- package/lib/input-otp/styles/light.js +25 -0
- package/lib/input-otp/styles/rtl.d.ts +2 -0
- package/lib/input-otp/styles/rtl.js +11 -0
- package/lib/legacy-transfer/src/Transfer.js +3 -3
- package/lib/list/src/List.d.ts +41 -55
- package/lib/list/src/List.js +6 -10
- package/lib/list/src/ListItem.d.ts +84 -25
- package/lib/list/src/ListItem.js +119 -97
- package/lib/list/src/interface.d.ts +1 -0
- package/lib/list/src/props.d.ts +70 -31
- package/lib/list/src/props.js +25 -5
- package/lib/list/src/styles/index.cssr.js +32 -90
- package/lib/list/styles/light.d.ts +5 -8
- package/lib/list/styles/light.js +6 -9
- package/lib/mention/src/Mention.js +7 -7
- package/lib/radio/src/RadioGroup.js +5 -5
- package/lib/rate/src/Rate.js +3 -3
- package/lib/select/src/Select.js +7 -7
- package/lib/slider/src/Slider.js +3 -3
- package/lib/styles.d.ts +1 -0
- package/lib/styles.js +106 -103
- package/lib/switch/src/Switch.js +7 -7
- package/lib/tag/src/styles/index.cssr.js +5 -1
- package/lib/tag/styles/light.js +2 -2
- package/lib/theme-editor/src/ThemeEditor.d.ts +3 -0
- package/lib/themes/dark.js +2 -0
- package/lib/themes/light.js +2 -0
- package/lib/time-picker/src/TimePicker.js +7 -7
- package/lib/transfer/src/Transfer.js +3 -3
- package/lib/tree-select/src/TreeSelect.js +5 -5
- package/lib/upload/src/UploadFile.js +4 -3
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/volar.d.ts +1 -0
- package/web-types.json +180 -38
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@uzum-tech/ui",
|
|
5
|
-
"version": "1.5.
|
|
5
|
+
"version": "1.5.3",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -708,6 +708,16 @@
|
|
|
708
708
|
"description": "Convenient way to show skeleton loader on the avatar.",
|
|
709
709
|
"default": "false"
|
|
710
710
|
},
|
|
711
|
+
{
|
|
712
|
+
"name": "icon-color",
|
|
713
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
|
|
714
|
+
"type": "string"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "icon-size",
|
|
718
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
|
|
719
|
+
"type": "string | number"
|
|
720
|
+
},
|
|
711
721
|
{
|
|
712
722
|
"name": "color",
|
|
713
723
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
|
|
@@ -3398,6 +3408,13 @@
|
|
|
3398
3408
|
"description": "Whether to display loading status.",
|
|
3399
3409
|
"default": "false"
|
|
3400
3410
|
},
|
|
3411
|
+
{
|
|
3412
|
+
"name": "loading-skeleton",
|
|
3413
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3414
|
+
"type": "boolean",
|
|
3415
|
+
"description": "Whether to display skeleton status.",
|
|
3416
|
+
"default": "false"
|
|
3417
|
+
},
|
|
3401
3418
|
{
|
|
3402
3419
|
"name": "bordered",
|
|
3403
3420
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
@@ -5657,6 +5674,7 @@
|
|
|
5657
5674
|
},
|
|
5658
5675
|
{
|
|
5659
5676
|
"name": "UPerformantEllipsis",
|
|
5677
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/ellipsis",
|
|
5660
5678
|
"source": {
|
|
5661
5679
|
"symbol": "UPerformantEllipsis"
|
|
5662
5680
|
},
|
|
@@ -5665,14 +5683,17 @@
|
|
|
5665
5683
|
"props": [
|
|
5666
5684
|
{
|
|
5667
5685
|
"name": "expand-trigger",
|
|
5686
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/ellipsis",
|
|
5668
5687
|
"type": "string"
|
|
5669
5688
|
},
|
|
5670
5689
|
{
|
|
5671
5690
|
"name": "line-clamp",
|
|
5691
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/ellipsis",
|
|
5672
5692
|
"type": "number | string"
|
|
5673
5693
|
},
|
|
5674
5694
|
{
|
|
5675
5695
|
"name": "tooltip",
|
|
5696
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/ellipsis",
|
|
5676
5697
|
"type": "boolean | object"
|
|
5677
5698
|
}
|
|
5678
5699
|
],
|
|
@@ -7966,6 +7987,101 @@
|
|
|
7966
7987
|
]
|
|
7967
7988
|
}
|
|
7968
7989
|
},
|
|
7990
|
+
{
|
|
7991
|
+
"name": "UInputOtp",
|
|
7992
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
7993
|
+
"source": {
|
|
7994
|
+
"symbol": "UInputOtp"
|
|
7995
|
+
},
|
|
7996
|
+
"slots": [],
|
|
7997
|
+
"attributes": [],
|
|
7998
|
+
"props": [
|
|
7999
|
+
{
|
|
8000
|
+
"name": "default-value",
|
|
8001
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8002
|
+
"type": "Array"
|
|
8003
|
+
},
|
|
8004
|
+
{
|
|
8005
|
+
"name": "value",
|
|
8006
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8007
|
+
"type": "Array"
|
|
8008
|
+
},
|
|
8009
|
+
{
|
|
8010
|
+
"name": "length",
|
|
8011
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8012
|
+
"type": "number"
|
|
8013
|
+
},
|
|
8014
|
+
{
|
|
8015
|
+
"name": "block",
|
|
8016
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8017
|
+
"type": "boolean"
|
|
8018
|
+
},
|
|
8019
|
+
{
|
|
8020
|
+
"name": "size",
|
|
8021
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8022
|
+
"type": "string"
|
|
8023
|
+
},
|
|
8024
|
+
{
|
|
8025
|
+
"name": "disabled",
|
|
8026
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8027
|
+
"type": "boolean"
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"name": "mask",
|
|
8031
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8032
|
+
"type": "boolean"
|
|
8033
|
+
},
|
|
8034
|
+
{
|
|
8035
|
+
"name": "readonly",
|
|
8036
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8037
|
+
"type": "boolean"
|
|
8038
|
+
},
|
|
8039
|
+
{
|
|
8040
|
+
"name": "status",
|
|
8041
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8042
|
+
"type": "string"
|
|
8043
|
+
},
|
|
8044
|
+
{
|
|
8045
|
+
"name": "gap",
|
|
8046
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8047
|
+
"type": "string | number"
|
|
8048
|
+
},
|
|
8049
|
+
{
|
|
8050
|
+
"name": "placeholder",
|
|
8051
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8052
|
+
"type": "string"
|
|
8053
|
+
},
|
|
8054
|
+
{
|
|
8055
|
+
"name": "allow-input",
|
|
8056
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp",
|
|
8057
|
+
"type": "Function"
|
|
8058
|
+
}
|
|
8059
|
+
],
|
|
8060
|
+
"js": {
|
|
8061
|
+
"events": [
|
|
8062
|
+
{
|
|
8063
|
+
"name": "blur",
|
|
8064
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp"
|
|
8065
|
+
},
|
|
8066
|
+
{
|
|
8067
|
+
"name": "focus",
|
|
8068
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp"
|
|
8069
|
+
},
|
|
8070
|
+
{
|
|
8071
|
+
"name": "update-value",
|
|
8072
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp"
|
|
8073
|
+
},
|
|
8074
|
+
{
|
|
8075
|
+
"name": "update-value",
|
|
8076
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp"
|
|
8077
|
+
},
|
|
8078
|
+
{
|
|
8079
|
+
"name": "finish",
|
|
8080
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-otp"
|
|
8081
|
+
}
|
|
8082
|
+
]
|
|
8083
|
+
}
|
|
8084
|
+
},
|
|
7969
8085
|
{
|
|
7970
8086
|
"name": "ULayout",
|
|
7971
8087
|
"description": "<!--single-column-->\n\nLayout is for layout.\n\nThe component is a bit complicated to use. But like a manual gear car, it worths a shot.\n\nIf you are use version before v2.3.0, you may want to know about <u-text tag=\"a\" href=\"#Changes-After-v2.3.0\">Changes After v2.3.0</u-text>.",
|
|
@@ -8432,7 +8548,7 @@
|
|
|
8432
8548
|
},
|
|
8433
8549
|
{
|
|
8434
8550
|
"name": "UList",
|
|
8435
|
-
"description": "It is hard to make it
|
|
8551
|
+
"description": "It is hard to make it look elegant. However, things should be done.",
|
|
8436
8552
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8437
8553
|
"source": {
|
|
8438
8554
|
"symbol": "UList"
|
|
@@ -8441,17 +8557,17 @@
|
|
|
8441
8557
|
{
|
|
8442
8558
|
"name": "default",
|
|
8443
8559
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8444
|
-
"description": "The
|
|
8560
|
+
"description": "The default content (list items)."
|
|
8445
8561
|
},
|
|
8446
8562
|
{
|
|
8447
|
-
"name": "
|
|
8563
|
+
"name": "header",
|
|
8448
8564
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8449
|
-
"description": "Content at the
|
|
8565
|
+
"description": "Content displayed at the top of the list."
|
|
8450
8566
|
},
|
|
8451
8567
|
{
|
|
8452
|
-
"name": "
|
|
8568
|
+
"name": "footer",
|
|
8453
8569
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8454
|
-
"description": "
|
|
8570
|
+
"description": "Content displayed at the bottom of the list."
|
|
8455
8571
|
}
|
|
8456
8572
|
],
|
|
8457
8573
|
"attributes": [],
|
|
@@ -8490,7 +8606,7 @@
|
|
|
8490
8606
|
"name": "show-icon",
|
|
8491
8607
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8492
8608
|
"type": "boolean",
|
|
8493
|
-
"description": "
|
|
8609
|
+
"description": "Show icon placeholder in list items.",
|
|
8494
8610
|
"default": "true"
|
|
8495
8611
|
},
|
|
8496
8612
|
{
|
|
@@ -8506,9 +8622,7 @@
|
|
|
8506
8622
|
{
|
|
8507
8623
|
"name": "hoverable",
|
|
8508
8624
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8509
|
-
"type": "boolean"
|
|
8510
|
-
"description": "Whether item has hoverable style.",
|
|
8511
|
-
"default": "false"
|
|
8625
|
+
"type": "boolean"
|
|
8512
8626
|
},
|
|
8513
8627
|
{
|
|
8514
8628
|
"name": "rounded",
|
|
@@ -8526,43 +8640,45 @@
|
|
|
8526
8640
|
"type": "boolean"
|
|
8527
8641
|
},
|
|
8528
8642
|
{
|
|
8529
|
-
"name": "
|
|
8643
|
+
"name": "size",
|
|
8530
8644
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8531
|
-
"type": "
|
|
8645
|
+
"type": "'small' | 'medium' | 'large'",
|
|
8646
|
+
"description": "Size of list items.",
|
|
8647
|
+
"default": "'medium'"
|
|
8532
8648
|
},
|
|
8533
8649
|
{
|
|
8534
8650
|
"name": "tag",
|
|
8535
8651
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8536
8652
|
"type": "string",
|
|
8537
|
-
"description": "
|
|
8653
|
+
"description": "HTML tag for the list container.",
|
|
8538
8654
|
"default": "ul"
|
|
8539
8655
|
},
|
|
8540
8656
|
{
|
|
8541
8657
|
"name": "item-tag",
|
|
8542
8658
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8543
8659
|
"type": "string",
|
|
8544
|
-
"description": "
|
|
8660
|
+
"description": "HTML tag for each list item.",
|
|
8545
8661
|
"default": "li"
|
|
8546
8662
|
},
|
|
8547
8663
|
{
|
|
8548
8664
|
"name": "bordered",
|
|
8549
8665
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8550
8666
|
"type": "boolean",
|
|
8551
|
-
"description": "Whether to
|
|
8667
|
+
"description": "Whether to display the border around the list.",
|
|
8552
8668
|
"default": "false"
|
|
8553
8669
|
},
|
|
8554
8670
|
{
|
|
8555
8671
|
"name": "clickable",
|
|
8556
8672
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8557
8673
|
"type": "boolean",
|
|
8558
|
-
"description": "
|
|
8674
|
+
"description": "Apply clickable style to items.",
|
|
8559
8675
|
"default": "false"
|
|
8560
8676
|
},
|
|
8561
8677
|
{
|
|
8562
8678
|
"name": "show-divider",
|
|
8563
8679
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8564
8680
|
"type": "boolean",
|
|
8565
|
-
"description": "
|
|
8681
|
+
"description": "Display a divider between items.",
|
|
8566
8682
|
"default": "false"
|
|
8567
8683
|
}
|
|
8568
8684
|
],
|
|
@@ -8601,47 +8717,47 @@
|
|
|
8601
8717
|
{
|
|
8602
8718
|
"name": "default",
|
|
8603
8719
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8604
|
-
"description": "
|
|
8720
|
+
"description": "Default content inside the list item."
|
|
8605
8721
|
},
|
|
8606
8722
|
{
|
|
8607
8723
|
"name": "prefix",
|
|
8608
8724
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8609
|
-
"description": "
|
|
8725
|
+
"description": "Content displayed at the very start of the item."
|
|
8610
8726
|
},
|
|
8611
8727
|
{
|
|
8612
8728
|
"name": "suffix",
|
|
8613
8729
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8614
|
-
"description": "
|
|
8730
|
+
"description": "Content displayed at the very end of the item."
|
|
8615
8731
|
},
|
|
8616
8732
|
{
|
|
8617
8733
|
"name": "header",
|
|
8618
8734
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8619
|
-
"description": "
|
|
8735
|
+
"description": "Left column header text."
|
|
8620
8736
|
},
|
|
8621
8737
|
{
|
|
8622
8738
|
"name": "description",
|
|
8623
8739
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8624
|
-
"description": "
|
|
8740
|
+
"description": "Left column description text."
|
|
8625
8741
|
},
|
|
8626
8742
|
{
|
|
8627
8743
|
"name": "headerSide",
|
|
8628
8744
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8629
|
-
"description": "
|
|
8745
|
+
"description": "Right column header text."
|
|
8630
8746
|
},
|
|
8631
8747
|
{
|
|
8632
8748
|
"name": "descriptionSide",
|
|
8633
8749
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8634
|
-
"description": "
|
|
8750
|
+
"description": "Right column description text."
|
|
8635
8751
|
},
|
|
8636
8752
|
{
|
|
8637
8753
|
"name": "avatar",
|
|
8638
8754
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8639
|
-
"description": "
|
|
8755
|
+
"description": "Content before the left text column (after prefix)."
|
|
8640
8756
|
},
|
|
8641
8757
|
{
|
|
8642
8758
|
"name": "icon",
|
|
8643
8759
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8644
|
-
"description": "
|
|
8760
|
+
"description": "Icon content after the right text column (before suffix)."
|
|
8645
8761
|
}
|
|
8646
8762
|
],
|
|
8647
8763
|
"attributes": [],
|
|
@@ -8649,22 +8765,22 @@
|
|
|
8649
8765
|
{
|
|
8650
8766
|
"name": "header",
|
|
8651
8767
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8652
|
-
"type": "
|
|
8768
|
+
"type": "object"
|
|
8653
8769
|
},
|
|
8654
8770
|
{
|
|
8655
8771
|
"name": "description",
|
|
8656
8772
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8657
|
-
"type": "
|
|
8773
|
+
"type": "object"
|
|
8658
8774
|
},
|
|
8659
8775
|
{
|
|
8660
8776
|
"name": "header-side",
|
|
8661
8777
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8662
|
-
"type": "
|
|
8778
|
+
"type": "object"
|
|
8663
8779
|
},
|
|
8664
8780
|
{
|
|
8665
8781
|
"name": "description-side",
|
|
8666
8782
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8667
|
-
"type": "
|
|
8783
|
+
"type": "object"
|
|
8668
8784
|
},
|
|
8669
8785
|
{
|
|
8670
8786
|
"name": "icon",
|
|
@@ -8674,7 +8790,7 @@
|
|
|
8674
8790
|
{
|
|
8675
8791
|
"name": "avatar",
|
|
8676
8792
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8677
|
-
"type": "
|
|
8793
|
+
"type": "object"
|
|
8678
8794
|
},
|
|
8679
8795
|
{
|
|
8680
8796
|
"name": "show-icon",
|
|
@@ -8712,16 +8828,36 @@
|
|
|
8712
8828
|
"type": "boolean"
|
|
8713
8829
|
},
|
|
8714
8830
|
{
|
|
8715
|
-
"name": "
|
|
8831
|
+
"name": "badge",
|
|
8716
8832
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8717
|
-
"type": "
|
|
8833
|
+
"type": "object"
|
|
8718
8834
|
},
|
|
8719
8835
|
{
|
|
8720
8836
|
"name": "tag",
|
|
8721
8837
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8722
8838
|
"type": "string",
|
|
8723
|
-
"description": "
|
|
8839
|
+
"description": "Custom HTML tag for the list item.",
|
|
8724
8840
|
"default": "undefined"
|
|
8841
|
+
},
|
|
8842
|
+
{
|
|
8843
|
+
"name": "prefix-align",
|
|
8844
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8845
|
+
"type": "string"
|
|
8846
|
+
},
|
|
8847
|
+
{
|
|
8848
|
+
"name": "suffix-align",
|
|
8849
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8850
|
+
"type": "string"
|
|
8851
|
+
},
|
|
8852
|
+
{
|
|
8853
|
+
"name": "loading-prefix",
|
|
8854
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8855
|
+
"type": "boolean"
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"name": "loading-suffix",
|
|
8859
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
|
|
8860
|
+
"type": "boolean"
|
|
8725
8861
|
}
|
|
8726
8862
|
],
|
|
8727
8863
|
"js": {
|
|
@@ -16082,12 +16218,16 @@
|
|
|
16082
16218
|
{
|
|
16083
16219
|
"name": "vertical",
|
|
16084
16220
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
|
|
16085
|
-
"type": "boolean"
|
|
16221
|
+
"type": "boolean",
|
|
16222
|
+
"description": "If `true`, displays content in a vertical layout instead of horizontal.",
|
|
16223
|
+
"default": "false"
|
|
16086
16224
|
},
|
|
16087
16225
|
{
|
|
16088
16226
|
"name": "icon",
|
|
16089
16227
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
|
|
16090
|
-
"type": "
|
|
16228
|
+
"type": "VNodeChild | undefined",
|
|
16229
|
+
"description": "A custom icon component to display in the uploader.",
|
|
16230
|
+
"default": "undefined"
|
|
16091
16231
|
},
|
|
16092
16232
|
{
|
|
16093
16233
|
"name": "is-error-state",
|
|
@@ -16275,7 +16415,9 @@
|
|
|
16275
16415
|
{
|
|
16276
16416
|
"name": "no-icon",
|
|
16277
16417
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
|
|
16278
|
-
"type": "boolean"
|
|
16418
|
+
"type": "boolean",
|
|
16419
|
+
"description": "If `true`, no icon will be shown, even if an `icon` is provided.",
|
|
16420
|
+
"default": "false"
|
|
16279
16421
|
},
|
|
16280
16422
|
{
|
|
16281
16423
|
"name": "<span style=\"color:red; text-decoration: line-through;\">render-icon</span>",
|