@opentiny/vue-renderless 3.23.0 → 3.25.0
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/anchor/index.js +1 -1
- package/cascader-node/vue.js +1 -0
- package/date-range/index.js +1 -1
- package/dialog-select/index.js +4 -2
- package/dialog-select/vue.js +2 -2
- package/file-upload/index.js +32 -9
- package/grid/plugins/exportExcel.js +1 -2
- package/grid/utils/column.js +96 -64
- package/grid/utils/common.js +79 -20
- package/grid/utils/dom.js +70 -97
- package/grid-select/index.js +2 -2
- package/input/index.js +2 -2
- package/input/vue.js +1 -2
- package/package.json +3 -3
- package/pager/vue.js +1 -0
- package/qr-code/vue.js +1 -1
- package/search/index.js +2 -1
- package/select/index.js +4 -3
- package/types/action-menu.type.d.ts +1 -0
- package/types/action-sheet.type.d.ts +1 -0
- package/types/alert.type.d.ts +1 -0
- package/types/amount.type.d.ts +1 -0
- package/types/area.type.d.ts +1 -0
- package/types/async-flowchart.type.d.ts +1 -0
- package/types/autocomplete.type.d.ts +1 -0
- package/types/badge.type.d.ts +1 -0
- package/types/breadcrumb-item.type.d.ts +1 -0
- package/types/breadcrumb.type.d.ts +1 -0
- package/types/button-group.type.d.ts +1 -0
- package/types/button.type.d.ts +6 -0
- package/types/cascader.type.d.ts +1 -0
- package/types/checkbox.type.d.ts +1 -0
- package/types/collapse-item.type.d.ts +1 -0
- package/types/collapse.type.d.ts +1 -0
- package/types/dialog-box.type.d.ts +1 -0
- package/types/divider.type.d.ts +1 -0
- package/types/drawer.type.d.ts +1 -0
- package/types/{dropdown-item.type-c9badbc1.d.ts → dropdown-item.type-b3ced3ce.d.ts} +2 -0
- package/types/dropdown-item.type.d.ts +1 -1
- package/types/dropdown-menu.type.d.ts +1 -1
- package/types/dropdown.type.d.ts +1 -0
- package/types/fall-menu.type.d.ts +1 -0
- package/types/file-upload.type.d.ts +1 -1
- package/types/float-button.type.d.ts +1 -0
- package/types/floatbar.type.d.ts +1 -0
- package/types/form-item.type.d.ts +1 -1
- package/types/{form.type-4e0ec0a1.d.ts → form.type-dd403065.d.ts} +2 -0
- package/types/form.type.d.ts +1 -1
- package/types/image.type.d.ts +1 -0
- package/types/{index-a975a7a2.d.ts → index-cada95ca.d.ts} +2 -0
- package/types/input.type.d.ts +1 -0
- package/types/ip-address.type.d.ts +1 -0
- package/types/link.type.d.ts +1 -0
- package/types/load-list.type.d.ts +1 -0
- package/types/loading.type.d.ts +1 -0
- package/types/milestone.type.d.ts +1 -0
- package/types/mind-map.type.d.ts +1 -0
- package/types/modal.type.d.ts +1 -0
- package/types/nav-menu.type.d.ts +1 -0
- package/types/numeric.type.d.ts +1 -0
- package/types/pager.type.d.ts +1 -1
- package/types/popconfirm.type.d.ts +1 -0
- package/types/popeditor.type.d.ts +5 -0
- package/types/popover.type.d.ts +1 -0
- package/types/progress.type.d.ts +1 -0
- package/types/radio-button.type.d.ts +1 -0
- package/types/radio-group.type.d.ts +1 -0
- package/types/radio.type.d.ts +1 -0
- package/types/rate.type.d.ts +1 -0
- package/types/search.type.d.ts +1 -0
- package/types/skeleton-item.type.d.ts +1 -0
- package/types/skeleton.type.d.ts +1 -0
- package/types/slider.type.d.ts +1 -0
- package/types/statistic.type.d.ts +1 -0
- package/types/steps.type.d.ts +5 -0
- package/types/switch.type.d.ts +1 -0
- package/types/tab-bar.type.d.ts +1 -1
- package/types/tab-item.type.d.ts +1 -0
- package/types/tab-nav.type.d.ts +1 -1
- package/types/tabs.type.d.ts +1 -0
- package/types/tag-group.type.d.ts +1 -0
- package/types/tag.type.d.ts +1 -0
- package/types/{time-line.type-9fb16096.d.ts → time-line.type-ad280ca5.d.ts} +2 -0
- package/types/time-line.type.d.ts +1 -1
- package/types/timeline-item.type.d.ts +1 -1
- package/types/tooltip.type.d.ts +1 -0
- package/types/transfer.type.d.ts +1 -0
- package/types/tree-menu.type.d.ts +1 -0
- package/types/upload-dragger.type.d.ts +2 -1
- package/types/{upload-list.type-eaf82b7a.d.ts → upload-list.type-36a8374a.d.ts} +4 -1
- package/types/upload-list.type.d.ts +1 -1
- package/types/upload.type.d.ts +1 -1
- package/types/user-contact.type.d.ts +1 -0
- package/types/user-head.type.d.ts +3 -2
- package/types/wizard.type.d.ts +1 -0
package/types/skeleton.type.d.ts
CHANGED
package/types/slider.type.d.ts
CHANGED
|
@@ -132,6 +132,7 @@ declare const sliderProps: {
|
|
|
132
132
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
133
133
|
tiny_renderless: FunctionConstructor;
|
|
134
134
|
tiny_theme: StringConstructor;
|
|
135
|
+
tiny_mcp_config: ObjectConstructor;
|
|
135
136
|
tiny_chart_theme: ObjectConstructor;
|
|
136
137
|
};
|
|
137
138
|
|
package/types/steps.type.d.ts
CHANGED
|
@@ -49,11 +49,16 @@ declare const stepsProps: {
|
|
|
49
49
|
noArrow: BooleanConstructor;
|
|
50
50
|
flex: BooleanConstructor;
|
|
51
51
|
contentCenter: BooleanConstructor;
|
|
52
|
+
itemStyle: {
|
|
53
|
+
type: ObjectConstructor;
|
|
54
|
+
default: () => {};
|
|
55
|
+
};
|
|
52
56
|
tiny_mode: StringConstructor;
|
|
53
57
|
tiny_mode_root: BooleanConstructor;
|
|
54
58
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
55
59
|
tiny_renderless: FunctionConstructor;
|
|
56
60
|
tiny_theme: StringConstructor;
|
|
61
|
+
tiny_mcp_config: ObjectConstructor;
|
|
57
62
|
tiny_chart_theme: ObjectConstructor;
|
|
58
63
|
};
|
|
59
64
|
|
package/types/switch.type.d.ts
CHANGED
package/types/tab-bar.type.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import { ITabsVm } from './tabs.type.js';
|
|
3
3
|
import { ISharedRenderlessParamUtils, ISharedRenderlessFunctionParams } from './shared.type.js';
|
|
4
|
-
import { t as tabBarProps } from './index-
|
|
4
|
+
import { t as tabBarProps } from './index-cada95ca.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Copyright (c) 2022 - present TinyVue Authors.
|
package/types/tab-item.type.d.ts
CHANGED
package/types/tab-nav.type.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import { ITabsProps, ITabsVm } from './tabs.type.js';
|
|
3
3
|
import { ISharedRenderlessParamUtils, ISharedRenderlessFunctionParams } from './shared.type.js';
|
|
4
|
-
import { a as tabNavPcProps } from './index-
|
|
4
|
+
import { a as tabNavPcProps } from './index-cada95ca.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Copyright (c) 2022 - present TinyVue Authors.
|
package/types/tabs.type.d.ts
CHANGED
package/types/tag.type.d.ts
CHANGED
|
@@ -114,6 +114,7 @@ declare const timelineProps: {
|
|
|
114
114
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
115
115
|
tiny_renderless: FunctionConstructor;
|
|
116
116
|
tiny_theme: StringConstructor;
|
|
117
|
+
tiny_mcp_config: ObjectConstructor;
|
|
117
118
|
tiny_chart_theme: ObjectConstructor;
|
|
118
119
|
};
|
|
119
120
|
|
|
@@ -176,6 +177,7 @@ declare const timelineItemProps: {
|
|
|
176
177
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
177
178
|
tiny_renderless: FunctionConstructor;
|
|
178
179
|
tiny_theme: StringConstructor;
|
|
180
|
+
tiny_mcp_config: ObjectConstructor;
|
|
179
181
|
tiny_chart_theme: ObjectConstructor;
|
|
180
182
|
};
|
|
181
183
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { l as ITimelineApi, i as ITimelineConstants, o as ITimelineCustomCls, h as ITimelineProps, j as ITimelineRenderlessParamUtils, m as ITimelineRenderlessParams, k as ITimelineState, n as ITimelineStatusCls } from './time-line.type-
|
|
2
|
+
export { l as ITimelineApi, i as ITimelineConstants, o as ITimelineCustomCls, h as ITimelineProps, j as ITimelineRenderlessParamUtils, m as ITimelineRenderlessParams, k as ITimelineState, n as ITimelineStatusCls } from './time-line.type-ad280ca5.js';
|
|
3
3
|
import './shared.type.js';
|
|
4
4
|
import '@opentiny/vue-common';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { g as ITimelineInject, f as ITimelineItem, d as ITimelineItemApi, a as ITimelineItemConstants, I as ITimelineItemProps, b as ITimelineItemRenderlessParamUtils, e as ITimelineItemRenderlessParams, c as ITimelineItemState, T as TimelineItemType } from './time-line.type-
|
|
2
|
+
export { g as ITimelineInject, f as ITimelineItem, d as ITimelineItemApi, a as ITimelineItemConstants, I as ITimelineItemProps, b as ITimelineItemRenderlessParamUtils, e as ITimelineItemRenderlessParams, c as ITimelineItemState, T as TimelineItemType } from './time-line.type-ad280ca5.js';
|
|
3
3
|
import './shared.type.js';
|
|
4
4
|
import '@opentiny/vue-common';
|
package/types/tooltip.type.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const tooltipProps: {
|
|
|
106
106
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
107
107
|
tiny_renderless: FunctionConstructor;
|
|
108
108
|
tiny_theme: StringConstructor;
|
|
109
|
+
tiny_mcp_config: ObjectConstructor;
|
|
109
110
|
tiny_chart_theme: ObjectConstructor;
|
|
110
111
|
};
|
|
111
112
|
|
package/types/transfer.type.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ declare const transferProps: {
|
|
|
101
101
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
102
102
|
tiny_renderless: FunctionConstructor;
|
|
103
103
|
tiny_theme: StringConstructor;
|
|
104
|
+
tiny_mcp_config: ObjectConstructor;
|
|
104
105
|
tiny_chart_theme: ObjectConstructor;
|
|
105
106
|
};
|
|
106
107
|
|
|
@@ -104,6 +104,7 @@ declare const treeMenuProps: {
|
|
|
104
104
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
105
105
|
tiny_renderless: FunctionConstructor;
|
|
106
106
|
tiny_theme: StringConstructor;
|
|
107
|
+
tiny_mcp_config: ObjectConstructor;
|
|
107
108
|
tiny_chart_theme: ObjectConstructor;
|
|
108
109
|
};
|
|
109
110
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import { ISharedRenderlessParamUtils, ISharedRenderlessFunctionParams } from './shared.type.js';
|
|
3
|
-
import { I as IFileUploadVm, a as IFileUploadConstants } from './upload-list.type-
|
|
3
|
+
import { I as IFileUploadVm, a as IFileUploadConstants } from './upload-list.type-36a8374a.js';
|
|
4
4
|
|
|
5
5
|
declare const UploadDraggerProps: {
|
|
6
6
|
disabled: BooleanConstructor;
|
|
@@ -10,6 +10,7 @@ declare const UploadDraggerProps: {
|
|
|
10
10
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
11
11
|
tiny_renderless: FunctionConstructor;
|
|
12
12
|
tiny_theme: StringConstructor;
|
|
13
|
+
tiny_mcp_config: ObjectConstructor;
|
|
13
14
|
tiny_chart_theme: ObjectConstructor;
|
|
14
15
|
};
|
|
15
16
|
|
|
@@ -386,6 +386,7 @@ declare const fileUploadProps: {
|
|
|
386
386
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
387
387
|
tiny_renderless: FunctionConstructor;
|
|
388
388
|
tiny_theme: StringConstructor;
|
|
389
|
+
tiny_mcp_config: ObjectConstructor;
|
|
389
390
|
tiny_chart_theme: ObjectConstructor;
|
|
390
391
|
};
|
|
391
392
|
|
|
@@ -406,7 +407,7 @@ declare const computedUploadDisabled: ({ props, state }: Pick<IFileUploadRenderl
|
|
|
406
407
|
declare const computedUploadingSize: ({ state, constants }: Pick<IFileUploadRenderlessParams, 'state' | 'constants'>) => () => number;
|
|
407
408
|
declare const watchListType: ({ constants, state, api }: Pick<IFileUploadRenderlessParams, 'constants' | 'state' | 'api'>) => (type: string) => void;
|
|
408
409
|
declare const watchFileList: ({ constants, state, props, api }: Pick<IFileUploadRenderlessParams, 'constants' | 'state' | 'props' | 'api'>) => (fileList: IFileUploadFile[]) => void;
|
|
409
|
-
declare const beforeUpload: ({ props, api, Modal, constants, t, state }: Pick<IFileUploadRenderlessParams, 'props' | 'api' | 'constants' | 't' | 'state'> & IFileUploadModalVm) => (file: IFileUploadFile, autoRemove: boolean, doUpload: Function) => any;
|
|
410
|
+
declare const beforeUpload: ({ props, api, Modal, constants, t, state }: Pick<IFileUploadRenderlessParams, 'props' | 'api' | 'constants' | 't' | 'state'> & IFileUploadModalVm) => (file: IFileUploadFile, autoRemove: boolean, doUpload: Function, isMergeUpload?: boolean) => any;
|
|
410
411
|
declare const startUpload: ({ state, constants, vm, Modal, api, t }: Pick<IFileUploadRenderlessParams, 'state' | 'constants' | 'vm' | 'api' | 't'> & IFileUploadModalVm) => (file: IFileUploadFile, isList: boolean) => void;
|
|
411
412
|
declare const properFileSize: ({ props, state, api, constants, Modal, t }: Pick<IFileUploadRenderlessParams, 'props' | 'state' | 'constants' | 'api' | 't'> & IFileUploadModalVm) => (file: IFileUploadFile) => boolean;
|
|
412
413
|
declare const addFileToList: ({ api, constants, emit, props, state, mode }: Pick<IFileUploadRenderlessParams, 'api' | 'constants' | 'emit' | 'props' | 'state' | 'mode'>) => (rawFile: IFileUploadFile, updateId: string, reUpload: boolean) => void;
|
|
@@ -696,6 +697,7 @@ declare const uploadProps: {
|
|
|
696
697
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
697
698
|
tiny_renderless: FunctionConstructor;
|
|
698
699
|
tiny_theme: StringConstructor;
|
|
700
|
+
tiny_mcp_config: ObjectConstructor;
|
|
699
701
|
tiny_chart_theme: ObjectConstructor;
|
|
700
702
|
};
|
|
701
703
|
|
|
@@ -1131,6 +1133,7 @@ declare const uploadListProps: {
|
|
|
1131
1133
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
1132
1134
|
tiny_renderless: FunctionConstructor;
|
|
1133
1135
|
tiny_theme: StringConstructor;
|
|
1136
|
+
tiny_mcp_config: ObjectConstructor;
|
|
1134
1137
|
tiny_chart_theme: ObjectConstructor;
|
|
1135
1138
|
};
|
|
1136
1139
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { H as IUploadListApi, J as IUploadListProps, K as IUploadListRenderlessParamUtils, L as IUploadListRenderlessParams, G as IUploadListState, M as IUploadListVideoParam } from './upload-list.type-
|
|
2
|
+
export { H as IUploadListApi, J as IUploadListProps, K as IUploadListRenderlessParamUtils, L as IUploadListRenderlessParams, G as IUploadListState, M as IUploadListVideoParam } from './upload-list.type-36a8374a.js';
|
|
3
3
|
import './shared.type.js';
|
package/types/upload.type.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { d as IUploadApi, i as IUploadFormData, k as IUploadOptionsOfHwh5, j as IUploadOptionsOfPost, e as IUploadProps, h as IUploadRenderlessOtherParams, f as IUploadRenderlessParamUtils, g as IUploadRenderlessParams, c as IUploadState, b as IUploadStateHeader } from './upload-list.type-
|
|
2
|
+
export { d as IUploadApi, i as IUploadFormData, k as IUploadOptionsOfHwh5, j as IUploadOptionsOfPost, e as IUploadProps, h as IUploadRenderlessOtherParams, f as IUploadRenderlessParamUtils, g as IUploadRenderlessParams, c as IUploadState, b as IUploadStateHeader } from './upload-list.type-36a8374a.js';
|
|
3
3
|
import './shared.type.js';
|
|
@@ -43,7 +43,7 @@ declare const userHeadProps: {
|
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
45
|
* @property {String} - 头像资源
|
|
46
|
-
* type=icon
|
|
46
|
+
* type=icon 时为图标组件,type=label时为字体串,type=image时为资源路径
|
|
47
47
|
*/
|
|
48
48
|
value: {
|
|
49
49
|
type: (StringConstructor | ObjectConstructor)[];
|
|
@@ -51,7 +51,7 @@ declare const userHeadProps: {
|
|
|
51
51
|
};
|
|
52
52
|
/**
|
|
53
53
|
* @property {String} - 头像资源
|
|
54
|
-
* type=icon
|
|
54
|
+
* type=icon 时为图标组件,type=label时为字体串,type=image时为资源路径
|
|
55
55
|
*/
|
|
56
56
|
modelValue: {
|
|
57
57
|
type: (StringConstructor | ObjectConstructor)[];
|
|
@@ -85,6 +85,7 @@ declare const userHeadProps: {
|
|
|
85
85
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
86
86
|
tiny_renderless: FunctionConstructor;
|
|
87
87
|
tiny_theme: StringConstructor;
|
|
88
|
+
tiny_mcp_config: ObjectConstructor;
|
|
88
89
|
tiny_chart_theme: ObjectConstructor;
|
|
89
90
|
};
|
|
90
91
|
|
package/types/wizard.type.d.ts
CHANGED