diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css
index 8aebacf..66dcace 100644
--- a/docs/.vitepress/theme/custom.css
+++ b/docs/.vitepress/theme/custom.css
@@ -1,7 +1,7 @@
/**
* Colors
* -------------------------------------------------------------------------- */
- :root {
+:root {
--vp-c-brand-1: hsl(128, 56%, 38%);
--vp-c-brand-2: hsl(128, 56%, 55%);
--vp-c-brand-3: hsl(128, 56%, 45%);
@@ -9,8 +9,8 @@
}
/**
- * Component: Home
- * -------------------------------------------------------------------------- */
+ * Component: Home
+ * -------------------------------------------------------------------------- */
:root {
--vp-home-hero-name-color: transparent;
diff --git a/packages/uni-app-types/src/ad/ad-content-page.ts b/packages/uni-app-types/src/ad/ad-content-page.ts
index 7515ecd..7619c67 100644
--- a/packages/uni-app-types/src/ad/ad-content-page.ts
+++ b/packages/uni-app-types/src/ad/ad-content-page.ts
@@ -211,7 +211,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 短视频内容联盟广告 */
+ /**
+ * 短视频内容联盟广告
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/uni-ad/ad-content-page.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
AdContentPage: _AdContentPage;
}
}
diff --git a/packages/uni-app-types/src/ad/ad-draw.ts b/packages/uni-app-types/src/ad/ad-draw.ts
index 1577480..a0752e6 100644
--- a/packages/uni-app-types/src/ad/ad-draw.ts
+++ b/packages/uni-app-types/src/ad/ad-draw.ts
@@ -67,7 +67,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 沉浸视频流广告 */
+ /**
+ * 沉浸视频流广告
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/uni-ad/ad-draw.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
AdDraw: _AdDraw;
}
}
diff --git a/packages/uni-app-types/src/ad/ad-fullscreen-video.ts b/packages/uni-app-types/src/ad/ad-fullscreen-video.ts
index be6a4e8..d58a81e 100644
--- a/packages/uni-app-types/src/ad/ad-fullscreen-video.ts
+++ b/packages/uni-app-types/src/ad/ad-fullscreen-video.ts
@@ -97,7 +97,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 全屏视频广告 */
+ /**
+ * 全屏视频广告
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/uni-ad/ad-fullscreen-video.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
AdFullscreenVideo: _AdFullscreenVideo;
}
}
diff --git a/packages/uni-app-types/src/ad/ad-interactive.ts b/packages/uni-app-types/src/ad/ad-interactive.ts
index f32dd1e..380d01f 100644
--- a/packages/uni-app-types/src/ad/ad-interactive.ts
+++ b/packages/uni-app-types/src/ad/ad-interactive.ts
@@ -68,7 +68,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 互动广告 */
+ /**
+ * 互动广告
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/uni-ad/ad-interactive.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
AdInteractive: _AdInteractive;
}
}
diff --git a/packages/uni-app-types/src/ad/ad-interstitial.ts b/packages/uni-app-types/src/ad/ad-interstitial.ts
index 24142de..f1a2b24 100644
--- a/packages/uni-app-types/src/ad/ad-interstitial.ts
+++ b/packages/uni-app-types/src/ad/ad-interstitial.ts
@@ -90,7 +90,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 插屏广告 */
+ /**
+ * 插屏广告
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/uni-ad/ad-interstitial.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
AdInterstitial: _AdInterstitial;
}
}
diff --git a/packages/uni-app-types/src/ad/ad-rewarded-video.ts b/packages/uni-app-types/src/ad/ad-rewarded-video.ts
index a0d3c8a..f755ac7 100644
--- a/packages/uni-app-types/src/ad/ad-rewarded-video.ts
+++ b/packages/uni-app-types/src/ad/ad-rewarded-video.ts
@@ -102,7 +102,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 激励视频广告 */
+ /**
+ * 激励视频广告
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/uni-ad/ad-rewarded-video.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
AdRewardedVideo: _AdRewardedVideo;
}
}
diff --git a/packages/uni-app-types/src/ad/ad.ts b/packages/uni-app-types/src/ad/ad.ts
index cd2369f..9822225 100644
--- a/packages/uni-app-types/src/ad/ad.ts
+++ b/packages/uni-app-types/src/ad/ad.ts
@@ -121,7 +121,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 信息流广告 */
- Ad: _Ad;
+ /**
+ * 信息流广告
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/uni-ad/ad-component.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ ad: _Ad;
}
}
diff --git a/packages/uni-app-types/src/basic-components/icon.ts b/packages/uni-app-types/src/basic-components/icon.ts
index 6bbdc1d..39244ad 100644
--- a/packages/uni-app-types/src/basic-components/icon.ts
+++ b/packages/uni-app-types/src/basic-components/icon.ts
@@ -41,7 +41,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 图标 */
- Icon: _Icon;
+ /**
+ * 图标
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/icon.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ icon: _Icon;
}
}
diff --git a/packages/uni-app-types/src/basic-components/progress.ts b/packages/uni-app-types/src/basic-components/progress.ts
index 0bbde9c..2a6928e 100644
--- a/packages/uni-app-types/src/basic-components/progress.ts
+++ b/packages/uni-app-types/src/basic-components/progress.ts
@@ -130,8 +130,14 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 进度条 */
- Progress: _Progress;
+ /**
+ * 进度条
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/progress.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ progress: _Progress;
}
}
@@ -139,7 +145,13 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 进度条 */
+ /**
+ * 进度条
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/progress.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
progress: _Progress;
}
}
@@ -150,7 +162,13 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 进度条 */
+ /**
+ * 进度条
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/progress.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
progress: _Progress;
}
}
diff --git a/packages/uni-app-types/src/basic-components/rich-text.ts b/packages/uni-app-types/src/basic-components/rich-text.ts
index fa23c09..f98f0b6 100644
--- a/packages/uni-app-types/src/basic-components/rich-text.ts
+++ b/packages/uni-app-types/src/basic-components/rich-text.ts
@@ -110,7 +110,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 富文本 */
+ /**
+ * 富文本
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/rich-text.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
RichText: _RichText;
}
}
diff --git a/packages/uni-app-types/src/basic-components/text.ts b/packages/uni-app-types/src/basic-components/text.ts
index 48da8c8..5e1e8d9 100644
--- a/packages/uni-app-types/src/basic-components/text.ts
+++ b/packages/uni-app-types/src/basic-components/text.ts
@@ -80,6 +80,10 @@ declare global {
* 文本组件
*
* 用于包裹文本内容
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/text.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
export type Text = _Text;
/** 文本组件实例 */
@@ -93,8 +97,12 @@ declare module "vue" {
* 文本组件
*
* 用于包裹文本内容
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/text.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
- Text: _Text;
+ text: _Text;
}
}
@@ -106,6 +114,10 @@ declare global {
* 文本组件
*
* 用于包裹文本内容
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/text.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
text: _Text;
}
@@ -121,6 +133,10 @@ declare module "vue/jsx-runtime" {
* 文本组件
*
* 用于包裹文本内容
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/text.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
text: _Text;
}
diff --git a/packages/uni-app-types/src/canvas/index.ts b/packages/uni-app-types/src/canvas/index.ts
index 14217da..997983e 100644
--- a/packages/uni-app-types/src/canvas/index.ts
+++ b/packages/uni-app-types/src/canvas/index.ts
@@ -131,8 +131,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 画布 */
- Canvas: _Canvas;
+ /** 画布
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/canvas.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ canvas: _Canvas;
}
}
@@ -140,7 +145,12 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 画布 */
+ /** 画布
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/canvas.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
canvas: _Canvas;
}
}
@@ -151,7 +161,12 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 画布 */
+ /** 画布
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/canvas.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
canvas: _Canvas;
}
}
diff --git a/packages/uni-app-types/src/form-components/button.ts b/packages/uni-app-types/src/form-components/button.ts
index 1cce7e2..8990bf8 100644
--- a/packages/uni-app-types/src/form-components/button.ts
+++ b/packages/uni-app-types/src/form-components/button.ts
@@ -756,8 +756,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 按钮 */
- Button: _Button;
+ /** 按钮
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/button.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ button: _Button;
}
}
@@ -765,7 +770,12 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 按钮 */
+ /** 按钮
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/button.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
button: _Button;
}
}
@@ -776,7 +786,12 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 按钮 */
+ /** 按钮
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/button.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
button: _Button;
}
}
diff --git a/packages/uni-app-types/src/form-components/checkbox-group.ts b/packages/uni-app-types/src/form-components/checkbox-group.ts
index 4ae763a..35b8aa4 100644
--- a/packages/uni-app-types/src/form-components/checkbox-group.ts
+++ b/packages/uni-app-types/src/form-components/checkbox-group.ts
@@ -50,7 +50,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 多项选择器,内部由多个 checkbox 组成 */
+ /** 多项选择器,内部由多个 checkbox 组成
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/checkbox.html#checkbox-group)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
CheckboxGroup: _CheckboxGroup;
}
}
diff --git a/packages/uni-app-types/src/form-components/checkbox.ts b/packages/uni-app-types/src/form-components/checkbox.ts
index 62c0f6a..6be4b1d 100644
--- a/packages/uni-app-types/src/form-components/checkbox.ts
+++ b/packages/uni-app-types/src/form-components/checkbox.ts
@@ -65,7 +65,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 多选项目 */
- Checkbox: _Checkbox;
+ /** 多选项目
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/checkbox.html#checkbox)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ checkbox: _Checkbox;
}
}
diff --git a/packages/uni-app-types/src/form-components/editor.ts b/packages/uni-app-types/src/form-components/editor.ts
index 1f7b9a8..a038d13 100644
--- a/packages/uni-app-types/src/form-components/editor.ts
+++ b/packages/uni-app-types/src/form-components/editor.ts
@@ -166,7 +166,11 @@ declare module "vue" {
* 进行插入
*
* 图片控件仅初始化时设置有效
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/editor.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
- Editor: _Editor;
+ editor: _Editor;
}
}
diff --git a/packages/uni-app-types/src/form-components/form.ts b/packages/uni-app-types/src/form-components/form.ts
index b633ffe..c9cbb5c 100644
--- a/packages/uni-app-types/src/form-components/form.ts
+++ b/packages/uni-app-types/src/form-components/form.ts
@@ -143,6 +143,10 @@ declare module "vue/jsx-runtime" {
* 表单
*
* 将组件内的用户输入的 switch、input、checkbox、slider、radio、picker 提交
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/form.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
form: _Form;
}
diff --git a/packages/uni-app-types/src/form-components/input.ts b/packages/uni-app-types/src/form-components/input.ts
index 2354527..9b999d6 100644
--- a/packages/uni-app-types/src/form-components/input.ts
+++ b/packages/uni-app-types/src/form-components/input.ts
@@ -493,8 +493,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 输入框 */
- Input: _Input;
+ /** 输入框
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/input.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ input: _Input;
}
}
@@ -502,7 +507,12 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 输入框 */
+ /** 输入框
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/input.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
input: _Input;
}
}
@@ -513,7 +523,12 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 输入框 */
+ /** 输入框
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/input.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
input: _Input;
}
}
diff --git a/packages/uni-app-types/src/form-components/label.ts b/packages/uni-app-types/src/form-components/label.ts
index 916b3a5..fba8b43 100644
--- a/packages/uni-app-types/src/form-components/label.ts
+++ b/packages/uni-app-types/src/form-components/label.ts
@@ -55,8 +55,12 @@ declare module "vue" {
* 使用 for 属性找到对应的 id,或者将控件放在该标签下,当点击时,就会触发对应的控件
*
* For 优先级高于内部控件,内部有多个控件的时候默认触发第一个控件
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/label.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
- Label: _Label;
+ label: _Label;
}
}
@@ -72,6 +76,10 @@ declare global {
* 使用 for 属性找到对应的 id,或者将控件放在该标签下,当点击时,就会触发对应的控件
*
* For 优先级高于内部控件,内部有多个控件的时候默认触发第一个控件
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/label.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
label: _Label;
}
@@ -91,6 +99,10 @@ declare module "vue/jsx-runtime" {
* 使用 for 属性找到对应的 id,或者将控件放在该标签下,当点击时,就会触发对应的控件
*
* For 优先级高于内部控件,内部有多个控件的时候默认触发第一个控件
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/label.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
label: _Label;
}
diff --git a/packages/uni-app-types/src/form-components/picker-view-column.ts b/packages/uni-app-types/src/form-components/picker-view-column.ts
index f15b3c8..938976a 100644
--- a/packages/uni-app-types/src/form-components/picker-view-column.ts
+++ b/packages/uni-app-types/src/form-components/picker-view-column.ts
@@ -22,6 +22,14 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /** `` 的子组件,仅可放置于 `` 中
+ *
+ * 其子节点的高度会自动设置成与 `` 的选中框的高度一致。
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/picker-view.html#picker-view-column)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
PickerViewColumn: _PickerViewColumn;
}
}
diff --git a/packages/uni-app-types/src/form-components/picker-view.ts b/packages/uni-app-types/src/form-components/picker-view.ts
index f842b8f..0812a73 100644
--- a/packages/uni-app-types/src/form-components/picker-view.ts
+++ b/packages/uni-app-types/src/form-components/picker-view.ts
@@ -103,7 +103,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 嵌入页面的滚动选择器,比 picker 更灵活 */
+ /** 嵌入页面的滚动选择器,比 picker 更灵活
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/picker-view.html#picker-view)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
PickerView: _PickerView;
}
}
diff --git a/packages/uni-app-types/src/form-components/picker.ts b/packages/uni-app-types/src/form-components/picker.ts
index b430b7c..41ae976 100644
--- a/packages/uni-app-types/src/form-components/picker.ts
+++ b/packages/uni-app-types/src/form-components/picker.ts
@@ -540,7 +540,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 从底部弹起的滚动选择器,通过 mode 来区分 */
- Picker: _Picker;
+ /**
+ * 从底部弹起的滚动选择器,通过 mode 来区分
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/picker.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ picker: _Picker;
}
}
diff --git a/packages/uni-app-types/src/form-components/radio-group.ts b/packages/uni-app-types/src/form-components/radio-group.ts
index 8c091ca..9fc0f56 100644
--- a/packages/uni-app-types/src/form-components/radio-group.ts
+++ b/packages/uni-app-types/src/form-components/radio-group.ts
@@ -62,6 +62,10 @@ declare module "vue" {
* 单项选择器,内部由多个 radio 组成
*
* 通过把多个 radio 包裹在一个 radio-group 下,实现这些 radio 的单选
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/radio.html#radio-group)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
RadioGroup: _RadioGroup;
}
diff --git a/packages/uni-app-types/src/form-components/radio.ts b/packages/uni-app-types/src/form-components/radio.ts
index 0cca59a..4a36a5b 100644
--- a/packages/uni-app-types/src/form-components/radio.ts
+++ b/packages/uni-app-types/src/form-components/radio.ts
@@ -65,7 +65,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 单选项目 */
- Radio: _Radio;
+ /** 单选项目
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/radio.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ radio: _Radio;
}
}
diff --git a/packages/uni-app-types/src/form-components/slider.ts b/packages/uni-app-types/src/form-components/slider.ts
index b94586b..a052838 100644
--- a/packages/uni-app-types/src/form-components/slider.ts
+++ b/packages/uni-app-types/src/form-components/slider.ts
@@ -136,7 +136,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 滑动选择器 */
- Slider: _Slider;
+ /** 滑动选择器
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/slider.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ slider: _Slider;
}
}
diff --git a/packages/uni-app-types/src/form-components/switch.ts b/packages/uni-app-types/src/form-components/switch.ts
index b457239..858976f 100644
--- a/packages/uni-app-types/src/form-components/switch.ts
+++ b/packages/uni-app-types/src/form-components/switch.ts
@@ -78,8 +78,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 开关选择器 */
- Switch: _Switch;
+ /** 开关选择器
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/switch.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ switch: _Switch;
}
}
@@ -87,7 +92,12 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 开关选择器 */
+ /** 开关选择器
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/switch.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
switch: _Switch;
}
}
@@ -98,7 +108,12 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 开关选择器 */
+ /** 开关选择器
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/switch.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
switch: _Switch;
}
}
diff --git a/packages/uni-app-types/src/form-components/textarea.ts b/packages/uni-app-types/src/form-components/textarea.ts
index dd1c924..b4c35b2 100644
--- a/packages/uni-app-types/src/form-components/textarea.ts
+++ b/packages/uni-app-types/src/form-components/textarea.ts
@@ -325,8 +325,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 多行输入框 */
- Textarea: _Textarea;
+ /** 多行输入框
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/textarea.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ textarea: _Textarea;
}
}
@@ -334,7 +339,12 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 多行输入框 */
+ /** 多行输入框
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/textarea.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
textarea: _Textarea;
}
}
@@ -345,7 +355,12 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 多行输入框 */
+ /** 多行输入框
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/textarea.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
textarea: _Textarea;
}
}
diff --git a/packages/uni-app-types/src/map/index.ts b/packages/uni-app-types/src/map/index.ts
index 450791b..9ccc8cf 100644
--- a/packages/uni-app-types/src/map/index.ts
+++ b/packages/uni-app-types/src/map/index.ts
@@ -892,8 +892,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 地图组件,用于展示地图 */
- Map: _Map;
+ /** 地图组件,用于展示地图
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/map.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ map: _Map;
}
}
@@ -901,7 +906,12 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 地图组件,用于展示地图 */
+ /** 地图组件,用于展示地图
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/map.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
map: _Map;
}
}
@@ -912,7 +922,12 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 地图组件,用于展示地图 */
+ /** 地图组件,用于展示地图
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/map.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
map: _Map;
}
}
diff --git a/packages/uni-app-types/src/media-components/audio.ts b/packages/uni-app-types/src/media-components/audio.ts
index a3ef2c6..d2881b4 100644
--- a/packages/uni-app-types/src/media-components/audio.ts
+++ b/packages/uni-app-types/src/media-components/audio.ts
@@ -152,8 +152,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 音频 */
- Audio: _Audio;
+ /** 音频
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/audio.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ audio: _Audio;
}
}
@@ -161,7 +166,12 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 音频 */
+ /** 音频
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/audio.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
audio: _Audio;
}
}
@@ -172,7 +182,12 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 音频 */
+ /** 音频
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/audio.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
audio: _Audio;
}
}
diff --git a/packages/uni-app-types/src/media-components/camera.ts b/packages/uni-app-types/src/media-components/camera.ts
index 7efe82f..b326a88 100644
--- a/packages/uni-app-types/src/media-components/camera.ts
+++ b/packages/uni-app-types/src/media-components/camera.ts
@@ -254,7 +254,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 页面内嵌的区域相机组件 */
- Camera: _Camera;
+ /** 页面内嵌的区域相机组件
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/camera.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ camera: _Camera;
}
}
diff --git a/packages/uni-app-types/src/media-components/image.ts b/packages/uni-app-types/src/media-components/image.ts
index 0953641..6892d5e 100644
--- a/packages/uni-app-types/src/media-components/image.ts
+++ b/packages/uni-app-types/src/media-components/image.ts
@@ -219,8 +219,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 图片 */
- Image: _Image;
+ /** 图片
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/image.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
+ image: _Image;
}
}
@@ -228,7 +233,12 @@ declare module "vue" {
declare global {
namespace JSX {
interface IntrinsicElements {
- /** 图片 */
+ /** 图片
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/image.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
image: _Image;
}
}
@@ -239,7 +249,12 @@ declare global {
declare module "vue/jsx-runtime" {
namespace JSX {
interface IntrinsicElements {
- /** 图片 */
+ /** 图片
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/image.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
image: _Image;
}
}
diff --git a/packages/uni-app-types/src/media-components/live-player.ts b/packages/uni-app-types/src/media-components/live-player.ts
index 20cd0b5..6f5991f 100644
--- a/packages/uni-app-types/src/media-components/live-player.ts
+++ b/packages/uni-app-types/src/media-components/live-player.ts
@@ -561,7 +561,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 实时音视频播放(直播拉流) */
+ /** 实时音视频播放(直播拉流)
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/live-player.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
LivePlayer: _LivePlayer;
}
}
diff --git a/packages/uni-app-types/src/media-components/live-pusher.ts b/packages/uni-app-types/src/media-components/live-pusher.ts
index 2fd08d8..277ccaf 100644
--- a/packages/uni-app-types/src/media-components/live-pusher.ts
+++ b/packages/uni-app-types/src/media-components/live-pusher.ts
@@ -870,7 +870,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 实时音视频录制(直播推流) */
+ /** 实时音视频录制(直播推流)
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/live-pusher.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
LivePusher: _LivePusher;
}
}
diff --git a/packages/uni-app-types/src/media-components/video.ts b/packages/uni-app-types/src/media-components/video.ts
index d0c4c3c..6ffcc11 100644
--- a/packages/uni-app-types/src/media-components/video.ts
+++ b/packages/uni-app-types/src/media-components/video.ts
@@ -644,8 +644,12 @@ declare module "vue" {
* 视频播放组件
*
* 默认宽度 300px、高度 225px,可通过 css 设置宽高
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/video.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
- Video: _Video;
+ video: _Video;
}
}
@@ -657,6 +661,10 @@ declare global {
* 视频播放组件
*
* 默认宽度 300px、高度 225px,可通过 css 设置宽高
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/video.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
video: _Video;
}
@@ -672,6 +680,10 @@ declare module "vue/jsx-runtime" {
* 视频播放组件
*
* 默认宽度 300px、高度 225px,可通过 css 设置宽高
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/video.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
video: _Video;
}
diff --git a/packages/uni-app-types/src/navigation/navigator.ts b/packages/uni-app-types/src/navigation/navigator.ts
index a873ca6..332a733 100644
--- a/packages/uni-app-types/src/navigation/navigator.ts
+++ b/packages/uni-app-types/src/navigation/navigator.ts
@@ -304,7 +304,11 @@ declare module "vue" {
* 该组件类似 HTML 中的 a 组件,但只能跳转本地页面
*
* 目标页面必须在 pages.json 中注册
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/navigator.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
- Navigator: _Navigator;
+ navigator: _Navigator;
}
}
diff --git a/packages/uni-app-types/src/page-property-configuration-node/custom-tab-bar.ts b/packages/uni-app-types/src/page-property-configuration-node/custom-tab-bar.ts
index c7e3aca..3e488f4 100644
--- a/packages/uni-app-types/src/page-property-configuration-node/custom-tab-bar.ts
+++ b/packages/uni-app-types/src/page-property-configuration-node/custom-tab-bar.ts
@@ -92,7 +92,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 自定义 tabBar 组件 */
+ /** 自定义 tabBar 组件
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/custom-tab-bar.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
CustomTabBar: _CustomTabBar;
}
}
diff --git a/packages/uni-app-types/src/page-property-configuration-node/navigation-bar.ts b/packages/uni-app-types/src/page-property-configuration-node/navigation-bar.ts
index 0d7fc76..43c31f5 100644
--- a/packages/uni-app-types/src/page-property-configuration-node/navigation-bar.ts
+++ b/packages/uni-app-types/src/page-property-configuration-node/navigation-bar.ts
@@ -274,6 +274,10 @@ declare module "vue" {
* 页面导航条配置节点,用于指定导航栏的一些属性
*
* 只能是 page-meta 组件内的第一个节点,需要配合 page-meta 一同使用
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/navigation-bar.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
NavigationBar: _NavigationBar;
}
diff --git a/packages/uni-app-types/src/page-property-configuration-node/page-meta.ts b/packages/uni-app-types/src/page-property-configuration-node/page-meta.ts
index 7afb4c6..0cbb295 100644
--- a/packages/uni-app-types/src/page-property-configuration-node/page-meta.ts
+++ b/packages/uni-app-types/src/page-property-configuration-node/page-meta.ts
@@ -155,6 +155,10 @@ declare module "vue" {
* 可部分替代 pages.json
*
* 只能是页面内的第一个节点
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/page-meta.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
PageMeta: _PageMeta;
}
diff --git a/packages/uni-app-types/src/view-containers/cover-image.ts b/packages/uni-app-types/src/view-containers/cover-image.ts
index 1d0d680..172518b 100644
--- a/packages/uni-app-types/src/view-containers/cover-image.ts
+++ b/packages/uni-app-types/src/view-containers/cover-image.ts
@@ -80,6 +80,10 @@ declare module "vue" {
* 可覆盖的原生组件同 cover-view
*
* 支持嵌套在 cover-view 里
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/cover-image.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
CoverImage: _CoverImage;
}
diff --git a/packages/uni-app-types/src/view-containers/cover-view.ts b/packages/uni-app-types/src/view-containers/cover-view.ts
index 446d8fa..66dea37 100644
--- a/packages/uni-app-types/src/view-containers/cover-view.ts
+++ b/packages/uni-app-types/src/view-containers/cover-view.ts
@@ -59,6 +59,10 @@ declare module "vue" {
* 为了优化体验,部分组件如 map、video、textarea、canvas 通过原生控件实现,原生组件层级高于前端组件
*
* 为了能正常覆盖原生组件,设计了 cover-view
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/cover-view.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
CoverView: _CoverView;
}
diff --git a/packages/uni-app-types/src/view-containers/match-media.ts b/packages/uni-app-types/src/view-containers/match-media.ts
index 128ff35..1be1894 100644
--- a/packages/uni-app-types/src/view-containers/match-media.ts
+++ b/packages/uni-app-types/src/view-containers/match-media.ts
@@ -109,6 +109,10 @@ declare module "vue" {
* 类似于网页开发中使用媒体查询来适配大屏小屏,这是一个可适配不同屏幕的基本视图组件
*
* 可以指定一组 media query 媒体查询规则,满足查询条件时,这个组件才会被展示
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/match-media.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
MatchMedia: _MatchMedia;
}
diff --git a/packages/uni-app-types/src/view-containers/movable-area.ts b/packages/uni-app-types/src/view-containers/movable-area.ts
index 939fbb4..e425a9f 100644
--- a/packages/uni-app-types/src/view-containers/movable-area.ts
+++ b/packages/uni-app-types/src/view-containers/movable-area.ts
@@ -65,6 +65,10 @@ declare module "vue" {
* 也可以不拖动,而使用代码来触发 movable-view 在 movable-area 里的移动缩放
*
* 默认宽高为 10px
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/movable-area.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
MovableArea: _MovableArea;
}
diff --git a/packages/uni-app-types/src/view-containers/movable-view.ts b/packages/uni-app-types/src/view-containers/movable-view.ts
index 6822a8d..d132b7b 100644
--- a/packages/uni-app-types/src/view-containers/movable-view.ts
+++ b/packages/uni-app-types/src/view-containers/movable-view.ts
@@ -235,6 +235,10 @@ declare module "vue" {
* 可移动的视图容器,在页面中可以拖拽滑动或双指缩放
*
* Movable-area 直接子组件
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/movable-view.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
MovableView: _MovableView;
}
diff --git a/packages/uni-app-types/src/view-containers/scroll-view.ts b/packages/uni-app-types/src/view-containers/scroll-view.ts
index 41ea97c..1f51a7a 100644
--- a/packages/uni-app-types/src/view-containers/scroll-view.ts
+++ b/packages/uni-app-types/src/view-containers/scroll-view.ts
@@ -318,6 +318,10 @@ declare module "vue" {
*
* Scroll-view 是区域滚动,不会触发页面滚动,无法触发 pages.json 配置的下拉刷新、页面触底
* onReachBottomDistance、titleNView 的 transparent 透明渐变
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/scroll-view.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
ScrollView: _ScrollView;
}
diff --git a/packages/uni-app-types/src/view-containers/swiper-item.ts b/packages/uni-app-types/src/view-containers/swiper-item.ts
index 0c15c57..d283fb9 100644
--- a/packages/uni-app-types/src/view-containers/swiper-item.ts
+++ b/packages/uni-app-types/src/view-containers/swiper-item.ts
@@ -43,6 +43,10 @@ declare module "vue" {
* Swiper 直接子组件,宽高自动设置为父组件的 100%
*
* 不能被子组件自动撑开
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/scroll-item.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
SwiperItem: _SwiperItem;
}
diff --git a/packages/uni-app-types/src/view-containers/swiper.ts b/packages/uni-app-types/src/view-containers/swiper.ts
index bfb788c..222b442 100644
--- a/packages/uni-app-types/src/view-containers/swiper.ts
+++ b/packages/uni-app-types/src/view-containers/swiper.ts
@@ -283,7 +283,11 @@ declare module "vue" {
* 注意滑动切换和滚动的区别,滑动切换是一屏一屏的切换
*
* Swiper 下的每个 swiper-item 是一个滑动切换区域,不能停留在 2 个滑动区域之间
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/swiper.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
- Swiper: _Swiper;
+ swiper: _Swiper;
}
}
diff --git a/packages/uni-app-types/src/view-containers/view.ts b/packages/uni-app-types/src/view-containers/view.ts
index 2bc7910..c580bd7 100644
--- a/packages/uni-app-types/src/view-containers/view.ts
+++ b/packages/uni-app-types/src/view-containers/view.ts
@@ -62,6 +62,10 @@ declare global {
* 包裹文字建议使用 text
*
* 如果使用 div,会编译成 view
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/view.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
export type View = _View;
/** 视图容器实例 */
@@ -77,8 +81,12 @@ declare module "vue" {
* 包裹文字建议使用 text
*
* 如果使用 div,会编译成 view
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/view.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
- View: _View;
+ view: _View;
}
}
@@ -92,6 +100,10 @@ declare global {
* 包裹文字建议使用 text
*
* 如果使用 div,会编译成 view
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/view.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
view: _View;
}
@@ -109,6 +121,10 @@ declare module "vue/jsx-runtime" {
* 包裹文字建议使用 text
*
* 如果使用 div,会编译成 view
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/view.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
view: _View;
}
diff --git a/packages/uni-app-types/src/web-view/index.ts b/packages/uni-app-types/src/web-view/index.ts
index 0d921d8..b478173 100644
--- a/packages/uni-app-types/src/web-view/index.ts
+++ b/packages/uni-app-types/src/web-view/index.ts
@@ -91,7 +91,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** Web 浏览器组件,可承载网页 */
+ /**
+ * Web 浏览器组件,可承载网页
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/web-view.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
WebView: _WebView;
}
}
diff --git a/packages/uni-cloud-types/src/unicloud-db.ts b/packages/uni-cloud-types/src/unicloud-db.ts
index 7fad15a..56d2340 100644
--- a/packages/uni-cloud-types/src/unicloud-db.ts
+++ b/packages/uni-cloud-types/src/unicloud-db.ts
@@ -406,7 +406,13 @@ export type {
declare module "vue" {
export interface GlobalComponents {
- /** 数据库查询组件,对 uni-clientdb 的 js 库的再封装 */
+ /**
+ * 数据库查询组件,对 uni-clientdb 的 js 库的再封装
+ ***
+ * [👉🏻点击查看组件文档](https://doc.dcloud.net.cn/uniCloud/unicloud-db.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UnicloudDb: _UnicloudDb;
}
}
diff --git a/packages/uni-ui-types/src/uni-badge.ts b/packages/uni-ui-types/src/uni-badge.ts
index 884e1ca..b78ead1 100644
--- a/packages/uni-ui-types/src/uni-badge.ts
+++ b/packages/uni-ui-types/src/uni-badge.ts
@@ -209,6 +209,10 @@ declare module "vue" {
* 数字角标
*
* 一般和其它控件(列表、九宫格等)配合使用,用于进行数量提示,默认为实心灰色背景
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-badge.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniBadge: _UniBadge;
}
diff --git a/packages/uni-ui-types/src/uni-breadcrumb-item.ts b/packages/uni-ui-types/src/uni-breadcrumb-item.ts
index 386eb00..49197b0 100644
--- a/packages/uni-ui-types/src/uni-breadcrumb-item.ts
+++ b/packages/uni-ui-types/src/uni-breadcrumb-item.ts
@@ -31,6 +31,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * ``子组件,用于展示面包屑的每一项
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-breadcrumb.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniBreadcrumbItem: _UniBreadcrumbItem;
}
}
diff --git a/packages/uni-ui-types/src/uni-breadcrumb.ts b/packages/uni-ui-types/src/uni-breadcrumb.ts
index af1493f..58a6fa7 100644
--- a/packages/uni-ui-types/src/uni-breadcrumb.ts
+++ b/packages/uni-ui-types/src/uni-breadcrumb.ts
@@ -49,6 +49,10 @@ declare module "vue" {
* 面包屑
*
* 显示当前页面的路径,快速返回之前的任意页面
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-breadcrumb.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniBreadcrumb: _UniBreadcrumb;
}
diff --git a/packages/uni-ui-types/src/uni-calendar.ts b/packages/uni-ui-types/src/uni-calendar.ts
index 1098126..391e4be 100644
--- a/packages/uni-ui-types/src/uni-calendar.ts
+++ b/packages/uni-ui-types/src/uni-calendar.ts
@@ -297,6 +297,10 @@ declare module "vue" {
* 日历组件可以查看日期,选择任意范围内的日期,打点操作
*
* 常用场景如:酒店日期预订、火车机票选择购买日期、上下班打卡等
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-calendar.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniCalendar: _UniCalendar;
}
diff --git a/packages/uni-ui-types/src/uni-card.ts b/packages/uni-ui-types/src/uni-card.ts
index 53ece35..e38e06c 100644
--- a/packages/uni-ui-types/src/uni-card.ts
+++ b/packages/uni-ui-types/src/uni-card.ts
@@ -123,6 +123,10 @@ declare module "vue" {
* 例如一篇文章的预览图、作者信息、时间等
*
* 卡片通常是更复杂和更详细信息的入口点
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-card.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniCard: _UniCard;
}
diff --git a/packages/uni-ui-types/src/uni-col.ts b/packages/uni-ui-types/src/uni-col.ts
index 481e7bc..6807a77 100644
--- a/packages/uni-ui-types/src/uni-col.ts
+++ b/packages/uni-ui-types/src/uni-col.ts
@@ -59,7 +59,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 流式栅格系统中的列 */
+ /** 流式栅格系统中的列
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-row.html#uni-col)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniCol: _UniCol;
}
}
diff --git a/packages/uni-ui-types/src/uni-collapse-item.ts b/packages/uni-ui-types/src/uni-collapse-item.ts
index 0cd6f13..af6f201 100644
--- a/packages/uni-ui-types/src/uni-collapse-item.ts
+++ b/packages/uni-ui-types/src/uni-collapse-item.ts
@@ -93,6 +93,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * ``子组件
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-collapse.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniCollapseItem: _UniCollapseItem;
}
}
diff --git a/packages/uni-ui-types/src/uni-collapse.ts b/packages/uni-ui-types/src/uni-collapse.ts
index d73de5c..d193714 100644
--- a/packages/uni-ui-types/src/uni-collapse.ts
+++ b/packages/uni-ui-types/src/uni-collapse.ts
@@ -143,6 +143,10 @@ declare module "vue" {
* 通常是在多内容分类项使用,折叠不重要的内容,显示重要内容
*
* 点击可以展开折叠部分
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-collapse.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniCollapse: _UniCollapse;
}
diff --git a/packages/uni-ui-types/src/uni-combox.ts b/packages/uni-ui-types/src/uni-combox.ts
index feb943e..e1d72ce 100644
--- a/packages/uni-ui-types/src/uni-combox.ts
+++ b/packages/uni-ui-types/src/uni-combox.ts
@@ -73,7 +73,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 组合框组件,一般用于可以选择也可以输入的表单项 */
+ /** 组合框组件,一般用于可以选择也可以输入的表单项
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-combox.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniCombox: _UniCombox;
}
}
diff --git a/packages/uni-ui-types/src/uni-countdown.ts b/packages/uni-ui-types/src/uni-countdown.ts
index fab76e2..b577a20 100644
--- a/packages/uni-ui-types/src/uni-countdown.ts
+++ b/packages/uni-ui-types/src/uni-countdown.ts
@@ -111,7 +111,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 倒计时 */
+ /** 倒计时
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-countdown.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniCountdown: _UniCountdown;
}
}
diff --git a/packages/uni-ui-types/src/uni-data-checkbox.ts b/packages/uni-ui-types/src/uni-data-checkbox.ts
index 41c9e13..a658697 100644
--- a/packages/uni-ui-types/src/uni-data-checkbox.ts
+++ b/packages/uni-ui-types/src/uni-data-checkbox.ts
@@ -291,6 +291,10 @@ declare module "vue" {
*
* 在 uni-cloud 开发中,DB Schema 中配置了 enum 枚举等类型后,在 web 控制台的自动生成表单功能中,会自动生成
* uni-data-checkbox 组件并绑定好 data
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-data-checkbox.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniDataCheckbox: _UniDataCheckbox;
}
diff --git a/packages/uni-ui-types/src/uni-data-picker.ts b/packages/uni-ui-types/src/uni-data-picker.ts
index 8dcf2f9..6e3d76c 100644
--- a/packages/uni-ui-types/src/uni-data-picker.ts
+++ b/packages/uni-ui-types/src/uni-data-picker.ts
@@ -421,6 +421,10 @@ declare module "vue" {
*
* uni-data-picker 可以通过 JQL 直连 uni-cloud 云数据库,配套 DB Schema,可在 schema2code
* 中自动生成前端页面,还支持服务器端校验
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-data-picker.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniDataPicker: _UniDataPicker;
}
diff --git a/packages/uni-ui-types/src/uni-data-select.ts b/packages/uni-ui-types/src/uni-data-select.ts
index 665d33f..88a8c75 100644
--- a/packages/uni-ui-types/src/uni-data-select.ts
+++ b/packages/uni-ui-types/src/uni-data-select.ts
@@ -104,6 +104,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 当选项过多时,使用下拉菜单展示并选择内容
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-data-select.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniDataSelect: _UniDataSelect;
}
}
diff --git a/packages/uni-ui-types/src/uni-dateformat.ts b/packages/uni-ui-types/src/uni-dateformat.ts
index 6e6ebb3..4a2df40 100644
--- a/packages/uni-ui-types/src/uni-dateformat.ts
+++ b/packages/uni-ui-types/src/uni-dateformat.ts
@@ -111,7 +111,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 日期格式化组件 */
+ /** 日期格式化组件
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-dateformat.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniDateformat: _UniDateformat;
}
}
diff --git a/packages/uni-ui-types/src/uni-datetime-picker.ts b/packages/uni-ui-types/src/uni-datetime-picker.ts
index 665b6b9..4ed077c 100644
--- a/packages/uni-ui-types/src/uni-datetime-picker.ts
+++ b/packages/uni-ui-types/src/uni-datetime-picker.ts
@@ -213,7 +213,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 支持时间戳输入和输出(起始时间、终止时间也支持时间戳),可同时选择日期和时间 */
+ /** 支持时间戳输入和输出(起始时间、终止时间也支持时间戳),可同时选择日期和时间
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-datetime-picker.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniDatetimePicker: _UniDatetimePicker;
}
}
diff --git a/packages/uni-ui-types/src/uni-drawer.ts b/packages/uni-ui-types/src/uni-drawer.ts
index d973932..0599bdf 100644
--- a/packages/uni-ui-types/src/uni-drawer.ts
+++ b/packages/uni-ui-types/src/uni-drawer.ts
@@ -101,7 +101,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 抽屉侧滑菜单 */
+ /**
+ * 抽屉侧滑菜单
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-drawer.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniDrawer: _UniDrawer;
}
}
diff --git a/packages/uni-ui-types/src/uni-easyinput.ts b/packages/uni-ui-types/src/uni-easyinput.ts
index 570e137..9c0081a 100644
--- a/packages/uni-ui-types/src/uni-easyinput.ts
+++ b/packages/uni-ui-types/src/uni-easyinput.ts
@@ -401,7 +401,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 对原生 input 组件的增强 */
+ /** 对原生 input 组件的增强
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-easyinput.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniEasyinput: _UniEasyinput;
}
}
diff --git a/packages/uni-ui-types/src/uni-fab.ts b/packages/uni-ui-types/src/uni-fab.ts
index 49aff30..0c2d2d4 100644
--- a/packages/uni-ui-types/src/uni-fab.ts
+++ b/packages/uni-ui-types/src/uni-fab.ts
@@ -207,7 +207,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 点击可展开一个图形按钮菜单 */
+ /** 点击可展开一个图形按钮菜单
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-fab.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniFab: _UniFab;
}
}
diff --git a/packages/uni-ui-types/src/uni-fav.ts b/packages/uni-ui-types/src/uni-fav.ts
index e04ba69..569db56 100644
--- a/packages/uni-ui-types/src/uni-fav.ts
+++ b/packages/uni-ui-types/src/uni-fav.ts
@@ -96,7 +96,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 用于收藏功能,可点击切换选中、不选中的状态 */
+ /** 用于收藏功能,可点击切换选中、不选中的状态
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-fav.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniFav: _UniFav;
}
}
diff --git a/packages/uni-ui-types/src/uni-file-picker.ts b/packages/uni-ui-types/src/uni-file-picker.ts
index 9da2c40..8747a0b 100644
--- a/packages/uni-ui-types/src/uni-file-picker.ts
+++ b/packages/uni-ui-types/src/uni-file-picker.ts
@@ -623,7 +623,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 文件选择上传组件,可以选择图片、视频等任意文件并上传到当前绑定的服务空间 */
+ /** 文件选择上传组件,可以选择图片、视频等任意文件并上传到当前绑定的服务空间
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-file-picker.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniFilePicker: _UniFilePicker;
}
}
diff --git a/packages/uni-ui-types/src/uni-forms-item.ts b/packages/uni-ui-types/src/uni-forms-item.ts
index b9e6108..8136bb7 100644
--- a/packages/uni-ui-types/src/uni-forms-item.ts
+++ b/packages/uni-ui-types/src/uni-forms-item.ts
@@ -91,6 +91,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 每个要校验的表单项,不管input还是checkbox,都必须放在``组件中,且一个``组件只能放置一个表单项。
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-forms.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniFormsItem: _UniFormsItem;
}
}
diff --git a/packages/uni-ui-types/src/uni-forms.ts b/packages/uni-ui-types/src/uni-forms.ts
index e6f7800..947a3b3 100644
--- a/packages/uni-ui-types/src/uni-forms.ts
+++ b/packages/uni-ui-types/src/uni-forms.ts
@@ -267,7 +267,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 表单,用于提交表单内容,内置了表单验证功能 */
+ /** 表单,用于提交表单内容,内置了表单验证功能
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-forms.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniForms: _UniForms;
}
}
diff --git a/packages/uni-ui-types/src/uni-goods-nav.ts b/packages/uni-ui-types/src/uni-goods-nav.ts
index 3ce50c2..0e8156a 100644
--- a/packages/uni-ui-types/src/uni-goods-nav.ts
+++ b/packages/uni-ui-types/src/uni-goods-nav.ts
@@ -118,7 +118,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 商品加入购物车,立即购买 */
+ /** 商品加入购物车,立即购买
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-goods-nav.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniGoodsNav: _UniGoodsNav;
}
}
diff --git a/packages/uni-ui-types/src/uni-grid-item.ts b/packages/uni-ui-types/src/uni-grid-item.ts
index 3829678..c423851 100644
--- a/packages/uni-ui-types/src/uni-grid-item.ts
+++ b/packages/uni-ui-types/src/uni-grid-item.ts
@@ -31,7 +31,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 宫格项 */
+ /** 宫格项
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-grid-item.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniGridItem: _UniGridItem;
}
}
diff --git a/packages/uni-ui-types/src/uni-grid.ts b/packages/uni-ui-types/src/uni-grid.ts
index eae7324..08208bd 100644
--- a/packages/uni-ui-types/src/uni-grid.ts
+++ b/packages/uni-ui-types/src/uni-grid.ts
@@ -79,7 +79,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 宫格 */
+ /** 宫格
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-grid.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniGrid: _UniGrid;
}
}
diff --git a/packages/uni-ui-types/src/uni-group.ts b/packages/uni-ui-types/src/uni-group.ts
index 0c5b9c3..363b0ec 100644
--- a/packages/uni-ui-types/src/uni-group.ts
+++ b/packages/uni-ui-types/src/uni-group.ts
@@ -80,7 +80,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 分组组件可用于将组件分组,添加间隔,以产生明显的区块 */
+ /** 分组组件可用于将组件分组,添加间隔,以产生明显的区块
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-group.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniGroup: _UniGroup;
}
}
diff --git a/packages/uni-ui-types/src/uni-icons.ts b/packages/uni-ui-types/src/uni-icons.ts
index 3be5ac9..96066a4 100644
--- a/packages/uni-ui-types/src/uni-icons.ts
+++ b/packages/uni-ui-types/src/uni-icons.ts
@@ -230,7 +230,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 图标 */
+ /** 图标
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-icons.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniIcons: _UniIcons;
}
}
diff --git a/packages/uni-ui-types/src/uni-indexed-list.ts b/packages/uni-ui-types/src/uni-indexed-list.ts
index bb3106d..4db9d8b 100644
--- a/packages/uni-ui-types/src/uni-indexed-list.ts
+++ b/packages/uni-ui-types/src/uni-indexed-list.ts
@@ -80,7 +80,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 索引列表 */
+ /** 索引列表
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-indexed-list.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniIndexedList: _UniIndexedList;
}
}
diff --git a/packages/uni-ui-types/src/uni-link.ts b/packages/uni-ui-types/src/uni-link.ts
index 08062f3..7289a0e 100644
--- a/packages/uni-ui-types/src/uni-link.ts
+++ b/packages/uni-ui-types/src/uni-link.ts
@@ -85,6 +85,10 @@ declare module "vue" {
* 在 APP 内打开外部浏览器
*
* 在 H5 端打开新网页
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-link.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniLink: _UniLink;
}
diff --git a/packages/uni-ui-types/src/uni-list-chat.ts b/packages/uni-ui-types/src/uni-list-chat.ts
index 1c71a33..81b036e 100644
--- a/packages/uni-ui-types/src/uni-list-chat.ts
+++ b/packages/uni-ui-types/src/uni-list-chat.ts
@@ -95,7 +95,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 聊天列表 */
+ /** 聊天列表
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-list.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniListChat: _UniListChat;
}
}
diff --git a/packages/uni-ui-types/src/uni-list-item.ts b/packages/uni-ui-types/src/uni-list-item.ts
index 7062a40..aaa4893 100644
--- a/packages/uni-ui-types/src/uni-list-item.ts
+++ b/packages/uni-ui-types/src/uni-list-item.ts
@@ -262,6 +262,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 列表子项
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-list.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniListItem: _UniListItem;
}
}
diff --git a/packages/uni-ui-types/src/uni-list.ts b/packages/uni-ui-types/src/uni-list.ts
index 2034ebf..f278c96 100644
--- a/packages/uni-ui-types/src/uni-list.ts
+++ b/packages/uni-ui-types/src/uni-list.ts
@@ -77,6 +77,10 @@ declare module "vue" {
* 内置属性可以覆盖的场景包括:导航列表、设置列表、小图标列表、通信录列表、聊天记录列表
*
* 涉及很多大图或丰富内容的列表,比如类今日头条的新闻列表、类淘宝的电商列表,需要通过扩展插槽实现
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-list.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniList: _UniList;
}
diff --git a/packages/uni-ui-types/src/uni-load-more.ts b/packages/uni-ui-types/src/uni-load-more.ts
index 77b1d5e..18549c8 100644
--- a/packages/uni-ui-types/src/uni-load-more.ts
+++ b/packages/uni-ui-types/src/uni-load-more.ts
@@ -168,7 +168,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 用于列表中,做滚动加载使用,展示 loading 的各种状态 */
+ /** 用于列表中,做滚动加载使用,展示 loading 的各种状态
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-load-more.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniLoadMore: _UniLoadMore;
}
}
diff --git a/packages/uni-ui-types/src/uni-nav-bar.ts b/packages/uni-ui-types/src/uni-nav-bar.ts
index ae531ea..4a2937f 100644
--- a/packages/uni-ui-types/src/uni-nav-bar.ts
+++ b/packages/uni-ui-types/src/uni-nav-bar.ts
@@ -112,7 +112,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 导航栏组件,主要用于头部导航 */
+ /** 导航栏组件,主要用于头部导航
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-nav-bar.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniNavBar: _UniNavBar;
}
}
diff --git a/packages/uni-ui-types/src/uni-notice-bar.ts b/packages/uni-ui-types/src/uni-notice-bar.ts
index a742ac8..7088cba 100644
--- a/packages/uni-ui-types/src/uni-notice-bar.ts
+++ b/packages/uni-ui-types/src/uni-notice-bar.ts
@@ -125,7 +125,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 通告栏 */
+ /** 通告栏
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-notice-bar.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniNoticeBar: _UniNoticeBar;
}
}
diff --git a/packages/uni-ui-types/src/uni-number-box.ts b/packages/uni-ui-types/src/uni-number-box.ts
index 761e8a5..afc16b3 100644
--- a/packages/uni-ui-types/src/uni-number-box.ts
+++ b/packages/uni-ui-types/src/uni-number-box.ts
@@ -121,7 +121,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 带加减按钮的数字输入框 */
+ /** 带加减按钮的数字输入框
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-number-box.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniNumberBox: _UniNumberBox;
}
}
diff --git a/packages/uni-ui-types/src/uni-pagination.ts b/packages/uni-ui-types/src/uni-pagination.ts
index 5cd4aeb..9986937 100644
--- a/packages/uni-ui-types/src/uni-pagination.ts
+++ b/packages/uni-ui-types/src/uni-pagination.ts
@@ -122,7 +122,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 分页器组件,用于展示页码、请求数据等 */
+ /** 分页器组件,用于展示页码、请求数据等
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-pagination.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniPagination: _UniPagination;
}
}
diff --git a/packages/uni-ui-types/src/uni-popup-dialog.ts b/packages/uni-ui-types/src/uni-popup-dialog.ts
index e68f50c..f7679dd 100644
--- a/packages/uni-ui-types/src/uni-popup-dialog.ts
+++ b/packages/uni-ui-types/src/uni-popup-dialog.ts
@@ -209,6 +209,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 对话框
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-popup.html#uni-popup-dialog-%E5%AF%B9%E8%AF%9D%E6%A1%86)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniPopupDialog: _UniPopupDialog;
}
}
diff --git a/packages/uni-ui-types/src/uni-popup-message.ts b/packages/uni-ui-types/src/uni-popup-message.ts
index cc0fd57..6743b44 100644
--- a/packages/uni-ui-types/src/uni-popup-message.ts
+++ b/packages/uni-ui-types/src/uni-popup-message.ts
@@ -83,6 +83,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 提示信息
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-popup.html#uni-popup-message-%E6%8F%90%E7%A4%BA%E4%BF%A1%E6%81%AF)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniPopupMessage: _UniPopupMessage;
}
}
diff --git a/packages/uni-ui-types/src/uni-popup-share.ts b/packages/uni-ui-types/src/uni-popup-share.ts
index 2d8cf1d..90a78d0 100644
--- a/packages/uni-ui-types/src/uni-popup-share.ts
+++ b/packages/uni-ui-types/src/uni-popup-share.ts
@@ -56,6 +56,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 分享示例
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-popup.html#uni-popup-share-%E5%88%86%E4%BA%AB%E7%A4%BA%E4%BE%8B)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniPopupShare: _UniPopupShare;
}
}
diff --git a/packages/uni-ui-types/src/uni-popup.ts b/packages/uni-ui-types/src/uni-popup.ts
index 093d70a..dd72424 100644
--- a/packages/uni-ui-types/src/uni-popup.ts
+++ b/packages/uni-ui-types/src/uni-popup.ts
@@ -158,6 +158,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 弹出层组件,在应用中弹出一个消息提示窗口、提示框等
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-popup.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniPopup: _UniPopup;
}
}
diff --git a/packages/uni-ui-types/src/uni-rate.ts b/packages/uni-ui-types/src/uni-rate.ts
index 4c0fab0..ba4d9b9 100644
--- a/packages/uni-ui-types/src/uni-rate.ts
+++ b/packages/uni-ui-types/src/uni-rate.ts
@@ -127,7 +127,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 评分组件,多用于购买商品后,对商品进行评价等场景 */
+ /** 评分组件,多用于购买商品后,对商品进行评价等场景
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-rate.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniRate: _UniRate;
}
}
diff --git a/packages/uni-ui-types/src/uni-row.ts b/packages/uni-ui-types/src/uni-row.ts
index 5ebff7e..a5aa3ff 100644
--- a/packages/uni-ui-types/src/uni-row.ts
+++ b/packages/uni-ui-types/src/uni-row.ts
@@ -72,7 +72,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 流式栅格系统中的行 */
+ /** 流式栅格系统中的行
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-row.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniRow: _UniRow;
}
}
diff --git a/packages/uni-ui-types/src/uni-search-bar.ts b/packages/uni-ui-types/src/uni-search-bar.ts
index 42c7385..a6f86d3 100644
--- a/packages/uni-ui-types/src/uni-search-bar.ts
+++ b/packages/uni-ui-types/src/uni-search-bar.ts
@@ -217,7 +217,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 搜索栏 */
+ /** 搜索栏
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-search-bar.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniSearchBar: _UniSearchBar;
}
}
diff --git a/packages/uni-ui-types/src/uni-section.ts b/packages/uni-ui-types/src/uni-section.ts
index aea945a..95d4b72 100644
--- a/packages/uni-ui-types/src/uni-section.ts
+++ b/packages/uni-ui-types/src/uni-section.ts
@@ -105,6 +105,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 标题栏组件,主要用于文章、列表详情等标题展示。
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-section.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniSection: _UniSection;
}
}
diff --git a/packages/uni-ui-types/src/uni-segmented-control.ts b/packages/uni-ui-types/src/uni-segmented-control.ts
index bf704f5..850c1da 100644
--- a/packages/uni-ui-types/src/uni-segmented-control.ts
+++ b/packages/uni-ui-types/src/uni-segmented-control.ts
@@ -95,7 +95,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 分段器,用作不同视图的显示 */
+ /** 分段器,用作不同视图的显示
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-segmented-control.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniSegmentedControl: _UniSegmentedControl;
}
}
diff --git a/packages/uni-ui-types/src/uni-steps.ts b/packages/uni-ui-types/src/uni-steps.ts
index 9818840..c95ea99 100644
--- a/packages/uni-ui-types/src/uni-steps.ts
+++ b/packages/uni-ui-types/src/uni-steps.ts
@@ -95,7 +95,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 步骤条 */
+ /** 步骤条
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-steps.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniSteps: _UniSteps;
}
}
diff --git a/packages/uni-ui-types/src/uni-swipe-action-item.ts b/packages/uni-ui-types/src/uni-swipe-action-item.ts
index 9647e6f..209b1fe 100644
--- a/packages/uni-ui-types/src/uni-swipe-action-item.ts
+++ b/packages/uni-ui-types/src/uni-swipe-action-item.ts
@@ -135,6 +135,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * ``子组件,用于放置内容
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-swipe-action.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniSwipeActionItem: _UniSwipeActionItem;
}
}
diff --git a/packages/uni-ui-types/src/uni-swipe-action.ts b/packages/uni-ui-types/src/uni-swipe-action.ts
index 1bd75fa..e18a6a2 100644
--- a/packages/uni-ui-types/src/uni-swipe-action.ts
+++ b/packages/uni-ui-types/src/uni-swipe-action.ts
@@ -53,6 +53,10 @@ declare module "vue" {
* 滑动操作
*
* 通过滑动触发选项的容器
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-swipe-action.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
*/
UniSwipeAction: _UniSwipeAction;
}
diff --git a/packages/uni-ui-types/src/uni-swiper-dot.ts b/packages/uni-ui-types/src/uni-swiper-dot.ts
index 190ec5e..28306b6 100644
--- a/packages/uni-ui-types/src/uni-swiper-dot.ts
+++ b/packages/uni-ui-types/src/uni-swiper-dot.ts
@@ -136,6 +136,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /** 轮播图指示点
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-swiper-dot.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniSwiperDot: _UniSwiperDot;
}
}
diff --git a/packages/uni-ui-types/src/uni-table.ts b/packages/uni-ui-types/src/uni-table.ts
index 6c8a4d2..803df99 100644
--- a/packages/uni-ui-types/src/uni-table.ts
+++ b/packages/uni-ui-types/src/uni-table.ts
@@ -157,7 +157,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 表格 */
+ /** 表格
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-table.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniTable: _UniTable;
}
}
diff --git a/packages/uni-ui-types/src/uni-tag.ts b/packages/uni-ui-types/src/uni-tag.ts
index 2c4c1d2..0be3232 100644
--- a/packages/uni-ui-types/src/uni-tag.ts
+++ b/packages/uni-ui-types/src/uni-tag.ts
@@ -153,7 +153,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 用于展示一个或多个文字标签,可点击切换选中、不选中的状态 */
+ /** 用于展示一个或多个文字标签,可点击切换选中、不选中的状态
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-tag.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniTag: _UniTag;
}
}
diff --git a/packages/uni-ui-types/src/uni-td.ts b/packages/uni-ui-types/src/uni-td.ts
index 9dd0a26..451bf3b 100644
--- a/packages/uni-ui-types/src/uni-td.ts
+++ b/packages/uni-ui-types/src/uni-td.ts
@@ -53,6 +53,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 单元格
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-table.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniTd: _UniTd;
}
}
diff --git a/packages/uni-ui-types/src/uni-th.ts b/packages/uni-ui-types/src/uni-th.ts
index 4e5d9b6..9b96e31 100644
--- a/packages/uni-ui-types/src/uni-th.ts
+++ b/packages/uni-ui-types/src/uni-th.ts
@@ -118,7 +118,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 用于展示一个或多个文字标签,可点击切换选中、不选中的状态 */
+ /** 用于展示一个或多个文字标签,可点击切换选中、不选中的状态
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-table.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniTh: _UniTh;
}
}
diff --git a/packages/uni-ui-types/src/uni-title.ts b/packages/uni-ui-types/src/uni-title.ts
index 117cb40..99d8ea2 100644
--- a/packages/uni-ui-types/src/uni-title.ts
+++ b/packages/uni-ui-types/src/uni-title.ts
@@ -91,7 +91,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 用于展示一个或多个文字标签,可点击切换选中、不选中的状态 */
+ /** 用于展示一个或多个文字标签,可点击切换选中、不选中的状态
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-title.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniTitle: _UniTitle;
}
}
diff --git a/packages/uni-ui-types/src/uni-tooltip.ts b/packages/uni-ui-types/src/uni-tooltip.ts
index 2c02eef..bc60113 100644
--- a/packages/uni-ui-types/src/uni-tooltip.ts
+++ b/packages/uni-ui-types/src/uni-tooltip.ts
@@ -27,7 +27,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 提示文字 */
+ /** 提示文字
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-tooltip.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniTooltip: _UniTooltip;
}
}
diff --git a/packages/uni-ui-types/src/uni-tr.ts b/packages/uni-ui-types/src/uni-tr.ts
index 37d9079..c6e4f1a 100644
--- a/packages/uni-ui-types/src/uni-tr.ts
+++ b/packages/uni-ui-types/src/uni-tr.ts
@@ -30,6 +30,13 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
+ /**
+ * 表格行
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-table.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniTr: _UniTr;
}
}
diff --git a/packages/uni-ui-types/src/uni-transition.ts b/packages/uni-ui-types/src/uni-transition.ts
index db71740..78db110 100644
--- a/packages/uni-ui-types/src/uni-transition.ts
+++ b/packages/uni-ui-types/src/uni-transition.ts
@@ -391,7 +391,12 @@ declare global {
declare module "vue" {
export interface GlobalComponents {
- /** 元素过渡动画 */
+ /** 元素过渡动画
+ * ***
+ * [👉🏻点击查看组件文档](https://uniapp.dcloud.net.cn/component/uniui/uni-transition.html)
+ * |
+ * [使用说明](https://uni-typed.netlify.app/)
+ */
UniTransition: _UniTransition;
}
}