@polymarbot/nuxt-layer-shadcn-ui 0.9.6 → 0.10.1
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/app/components/ui/AdminLayout/types.ts +3 -2
- package/app/components/ui/Alert/index.vue +1 -5
- package/app/components/ui/Breadcrumb/types.ts +3 -1
- package/app/components/ui/Button/types.ts +2 -1
- package/app/components/ui/Dropdown/ItemIcon.vue +1 -7
- package/app/components/ui/Icon/index.stories.ts +25 -0
- package/app/components/ui/Icon/index.vue +1 -0
- package/app/components/ui/Icon/types.ts +4 -2
- package/app/components/ui/ModalContent/types.ts +2 -2
- package/app/components/ui/Tabs/index.vue +2 -6
- package/app/components/ui/Upload/en.json +27 -0
- package/app/components/ui/Upload/index.stories.ts +510 -0
- package/app/components/ui/Upload/index.vue +712 -0
- package/app/components/ui/Upload/types.ts +36 -0
- package/i18n/messages/ar.json +27 -0
- package/i18n/messages/de.json +27 -0
- package/i18n/messages/en.json +27 -0
- package/i18n/messages/es.json +27 -0
- package/i18n/messages/fr.json +27 -0
- package/i18n/messages/hi.json +27 -0
- package/i18n/messages/id.json +27 -0
- package/i18n/messages/it.json +27 -0
- package/i18n/messages/ja.json +27 -0
- package/i18n/messages/ko.json +27 -0
- package/i18n/messages/nl.json +27 -0
- package/i18n/messages/pl.json +27 -0
- package/i18n/messages/pt.json +27 -0
- package/i18n/messages/ru.json +27 -0
- package/i18n/messages/th.json +27 -0
- package/i18n/messages/tr.json +27 -0
- package/i18n/messages/vi.json +27 -0
- package/i18n/messages/zh-CN.json +27 -0
- package/i18n/messages/zh-TW.json +27 -0
- package/package.json +2 -2
package/i18n/messages/zh-CN.json
CHANGED
|
@@ -77,6 +77,33 @@
|
|
|
77
77
|
"noItems": "无选项",
|
|
78
78
|
"placeholder": "请选择",
|
|
79
79
|
"searchPlaceholder": "搜索..."
|
|
80
|
+
},
|
|
81
|
+
"Upload": {
|
|
82
|
+
"drag": {
|
|
83
|
+
"title": "点击或拖动文件到此区域上传",
|
|
84
|
+
"titleDirectory": "点击或拖动目录到此区域上传",
|
|
85
|
+
"titleMultiple": "点击或拖动文件到此区域上传"
|
|
86
|
+
},
|
|
87
|
+
"empty": "无文件",
|
|
88
|
+
"error": {
|
|
89
|
+
"accept": "{files} 不是支持的文件类型 ({accept})。",
|
|
90
|
+
"oversize": "{files} 超过 {size} 大小限制。"
|
|
91
|
+
},
|
|
92
|
+
"hint": {
|
|
93
|
+
"accept": "支持的格式:{types}。",
|
|
94
|
+
"acceptAudio": "音频",
|
|
95
|
+
"acceptImage": "图片",
|
|
96
|
+
"acceptVideo": "视频",
|
|
97
|
+
"max": "最多可选择 {max} 个文件。",
|
|
98
|
+
"maxSize": "单个文件最大大小:{size}。",
|
|
99
|
+
"multiple": "可以选择多个文件。",
|
|
100
|
+
"single": "只能选择单个文件。"
|
|
101
|
+
},
|
|
102
|
+
"preview": "预览",
|
|
103
|
+
"remove": "移除",
|
|
104
|
+
"upload": "上传",
|
|
105
|
+
"uploadDirectory": "上传目录",
|
|
106
|
+
"uploading": "上传中"
|
|
80
107
|
}
|
|
81
108
|
}
|
|
82
109
|
}
|
package/i18n/messages/zh-TW.json
CHANGED
|
@@ -77,6 +77,33 @@
|
|
|
77
77
|
"noItems": "無選項",
|
|
78
78
|
"placeholder": "請選擇",
|
|
79
79
|
"searchPlaceholder": "搜尋..."
|
|
80
|
+
},
|
|
81
|
+
"Upload": {
|
|
82
|
+
"drag": {
|
|
83
|
+
"title": "在此點擊或拖曳檔案以上傳",
|
|
84
|
+
"titleDirectory": "在此點擊或拖曳資料夾以上傳",
|
|
85
|
+
"titleMultiple": "在此點擊或拖曳檔案以上傳"
|
|
86
|
+
},
|
|
87
|
+
"empty": "無檔案",
|
|
88
|
+
"error": {
|
|
89
|
+
"accept": "{files} 不是可接受的檔案類型({accept})。",
|
|
90
|
+
"oversize": "{files} 超過 {size} 的大小限制。"
|
|
91
|
+
},
|
|
92
|
+
"hint": {
|
|
93
|
+
"accept": "接受:{types}。",
|
|
94
|
+
"acceptAudio": "音訊",
|
|
95
|
+
"acceptImage": "圖片",
|
|
96
|
+
"acceptVideo": "影片",
|
|
97
|
+
"max": "最多可選擇 {max} 個檔案。",
|
|
98
|
+
"maxSize": "每個檔案的最大大小:{size}。",
|
|
99
|
+
"multiple": "可選擇多個檔案。",
|
|
100
|
+
"single": "只能選擇單個檔案。"
|
|
101
|
+
},
|
|
102
|
+
"preview": "預覽",
|
|
103
|
+
"remove": "移除",
|
|
104
|
+
"upload": "上傳",
|
|
105
|
+
"uploadDirectory": "上傳資料夾",
|
|
106
|
+
"uploading": "上傳中"
|
|
80
107
|
}
|
|
81
108
|
}
|
|
82
109
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polymarbot/nuxt-layer-shadcn-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "Nuxt layer providing shadcn-vue based UI components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./nuxt.config.ts",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"vue-i18n": "^11",
|
|
43
43
|
"vue-router": "^4 || ^5"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "d2dff840130e925b9459c2df9dd60b7b7b548bfb"
|
|
46
46
|
}
|