@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/grid-select/index.js
CHANGED
|
@@ -17,9 +17,9 @@ const filter = ({ props, state, vm }) => (value) => {
|
|
|
17
17
|
const { multiple, valueField, filterMethod, remote, remoteMethod } = props;
|
|
18
18
|
if ((props.filterable || props.searchable) && typeof filterMethod === "function") {
|
|
19
19
|
const table = vm.$refs.gridRef.$refs.tinyTable;
|
|
20
|
-
const fullData = table.
|
|
20
|
+
const fullData = table.getTableData().fullData;
|
|
21
21
|
vm.$refs.gridRef.scrollTo(null, 0);
|
|
22
|
-
table.
|
|
22
|
+
table.loadTableData(filterMethod(value, fullData) || []);
|
|
23
23
|
vm.$refs.gridRef.handleTableData(!value);
|
|
24
24
|
state.previousQuery = value;
|
|
25
25
|
} else if (remote && typeof remoteMethod === "function") {
|
package/input/index.js
CHANGED
|
@@ -89,7 +89,7 @@ const calcTextareaHeight = ({
|
|
|
89
89
|
if (boxSizing === STYLE.BorderBox) {
|
|
90
90
|
minHeight = minHeight + paddingSize + borderSize;
|
|
91
91
|
}
|
|
92
|
-
if (props.size) {
|
|
92
|
+
if (props.size || minRows === 1) {
|
|
93
93
|
minHeight = props.size === "mini" ? minHeight * 0.67 : props.size === "small" ? minHeight : minHeight * 1.17;
|
|
94
94
|
}
|
|
95
95
|
if (props.height) {
|
|
@@ -97,7 +97,7 @@ const calcTextareaHeight = ({
|
|
|
97
97
|
}
|
|
98
98
|
if (!state.isDisplayOnly) {
|
|
99
99
|
height = Math.max(minHeight, height);
|
|
100
|
-
textareaStyle.minHeight = `${minHeight}px`;
|
|
100
|
+
textareaStyle.minHeight = `${Math.floor(minHeight)}px`;
|
|
101
101
|
} else {
|
|
102
102
|
textareaStyle.minHeight = `0px`;
|
|
103
103
|
}
|
package/input/vue.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/vue-renderless",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.0",
|
|
4
4
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
5
5
|
"author": "OpenTiny Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
],
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@opentiny/utils": "~3.
|
|
29
|
-
"@opentiny/vue-hooks": "~3.
|
|
28
|
+
"@opentiny/utils": "~3.25.0",
|
|
29
|
+
"@opentiny/vue-hooks": "~3.25.0",
|
|
30
30
|
"color": "4.2.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
package/pager/vue.js
CHANGED
|
@@ -79,6 +79,7 @@ const renderless = (props, { reactive, computed, watch }, { emit, vm, nextTick,
|
|
|
79
79
|
showPager: computed(() => api2.computedShowPager()),
|
|
80
80
|
internalLayout: computed(() => api2.computedInternalLayout()),
|
|
81
81
|
totalText: computed(() => api2.computedTotalText()),
|
|
82
|
+
internalPageSizes: computed(() => props.pageSizes || [10, 20, 30, 40, 50, 100]),
|
|
82
83
|
internalPageCount: computed(() => api2.computedInternalPageCount()),
|
|
83
84
|
showJumperSuffix: (_b = (_a = designConfig == null ? void 0 : designConfig.state) == null ? void 0 : _a.showJumperSuffix) != null ? _b : true,
|
|
84
85
|
align: computed(() => {
|
package/qr-code/vue.js
CHANGED
|
@@ -17,7 +17,7 @@ const renderless = (props, { reactive, watch, onMounted }, { vm, emit }, { QRCod
|
|
|
17
17
|
api2.draw();
|
|
18
18
|
});
|
|
19
19
|
watch(
|
|
20
|
-
() => [props.level, props.value],
|
|
20
|
+
() => [props.level, props.value, props.color, props.style, props.size, props.icon, props.iconSize, props.bordered],
|
|
21
21
|
() => {
|
|
22
22
|
api2.draw();
|
|
23
23
|
api2.change();
|
package/search/index.js
CHANGED
|
@@ -38,7 +38,8 @@ const searchEnterKey = ({ api, props, vm, nextTick }) => (event) => {
|
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
const clickOutside = ({ parent, props, state }) => (event) => {
|
|
41
|
-
|
|
41
|
+
const path = (event == null ? void 0 : event.composedPath) && event.composedPath();
|
|
42
|
+
if (path ? !path.includes(parent.$el) : !parent.$el.contains(event.target)) {
|
|
42
43
|
state.show = false;
|
|
43
44
|
props.mini && !state.currentValue && (state.collapse = true);
|
|
44
45
|
}
|
package/select/index.js
CHANGED
|
@@ -57,9 +57,9 @@ const gridOnQueryChange = ({ props, vm, constants, state }) => (value) => {
|
|
|
57
57
|
const { multiple, valueField, filterMethod, remote, remoteMethod } = props;
|
|
58
58
|
if ((props.filterable || props.searchable) && typeof filterMethod === "function") {
|
|
59
59
|
const table = vm.$refs.selectGrid.$refs.tinyTable;
|
|
60
|
-
const fullData = table.
|
|
60
|
+
const fullData = table.getTableData().fullData;
|
|
61
61
|
vm.$refs.selectGrid.scrollTo(null, 0);
|
|
62
|
-
table.
|
|
62
|
+
table.loadTableData(filterMethod(value, fullData) || []);
|
|
63
63
|
vm.$refs.selectGrid.handleTableData(!value).then(() => state.selectEmitter.emit(constants.EVENT_NAME.updatePopper));
|
|
64
64
|
state.previousQuery = value;
|
|
65
65
|
} else if (remote && typeof remoteMethod === "function") {
|
|
@@ -621,7 +621,8 @@ const handleOptionSelect = ({ api, nextTick, props, vm, state }) => (option, byC
|
|
|
621
621
|
state.visible = false;
|
|
622
622
|
}
|
|
623
623
|
state.isSilentBlur = byClick;
|
|
624
|
-
|
|
624
|
+
if (!props.automaticDropdown)
|
|
625
|
+
api.setSoftFocus();
|
|
625
626
|
if (state.visible) {
|
|
626
627
|
return;
|
|
627
628
|
}
|
package/types/alert.type.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ declare const alertProps: {
|
|
|
100
100
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
101
101
|
tiny_renderless: FunctionConstructor;
|
|
102
102
|
tiny_theme: StringConstructor;
|
|
103
|
+
tiny_mcp_config: ObjectConstructor;
|
|
103
104
|
tiny_chart_theme: ObjectConstructor;
|
|
104
105
|
};
|
|
105
106
|
|
package/types/amount.type.d.ts
CHANGED
|
@@ -121,6 +121,7 @@ declare const amountProps: {
|
|
|
121
121
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
122
122
|
tiny_renderless: FunctionConstructor;
|
|
123
123
|
tiny_theme: StringConstructor;
|
|
124
|
+
tiny_mcp_config: ObjectConstructor;
|
|
124
125
|
tiny_chart_theme: ObjectConstructor;
|
|
125
126
|
};
|
|
126
127
|
|
package/types/area.type.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const asyncFlowchartProps: {
|
|
|
12
12
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
13
13
|
tiny_renderless: FunctionConstructor;
|
|
14
14
|
tiny_theme: StringConstructor;
|
|
15
|
+
tiny_mcp_config: ObjectConstructor;
|
|
15
16
|
tiny_chart_theme: ObjectConstructor;
|
|
16
17
|
};
|
|
17
18
|
|
package/types/badge.type.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ declare const breadcrumbItemProps: {
|
|
|
21
21
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
22
22
|
tiny_renderless: FunctionConstructor;
|
|
23
23
|
tiny_theme: StringConstructor;
|
|
24
|
+
tiny_mcp_config: ObjectConstructor;
|
|
24
25
|
tiny_chart_theme: ObjectConstructor;
|
|
25
26
|
};
|
|
26
27
|
|
package/types/button.type.d.ts
CHANGED
|
@@ -68,6 +68,11 @@ declare const buttonProps: {
|
|
|
68
68
|
type: BooleanConstructor;
|
|
69
69
|
default: boolean;
|
|
70
70
|
};
|
|
71
|
+
/** 自定义样式 */
|
|
72
|
+
customStyle: {
|
|
73
|
+
type: ObjectConstructor;
|
|
74
|
+
default: () => {};
|
|
75
|
+
};
|
|
71
76
|
/** 是否幽灵按钮 */
|
|
72
77
|
ghost: BooleanConstructor;
|
|
73
78
|
/** 点击事件 */
|
|
@@ -79,6 +84,7 @@ declare const buttonProps: {
|
|
|
79
84
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
80
85
|
tiny_renderless: FunctionConstructor;
|
|
81
86
|
tiny_theme: StringConstructor;
|
|
87
|
+
tiny_mcp_config: ObjectConstructor;
|
|
82
88
|
tiny_chart_theme: ObjectConstructor;
|
|
83
89
|
};
|
|
84
90
|
|
package/types/cascader.type.d.ts
CHANGED
|
@@ -98,6 +98,7 @@ declare const cascaderProps: {
|
|
|
98
98
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
99
99
|
tiny_renderless: FunctionConstructor;
|
|
100
100
|
tiny_theme: StringConstructor;
|
|
101
|
+
tiny_mcp_config: ObjectConstructor;
|
|
101
102
|
tiny_chart_theme: ObjectConstructor;
|
|
102
103
|
};
|
|
103
104
|
|
package/types/checkbox.type.d.ts
CHANGED
package/types/collapse.type.d.ts
CHANGED
|
@@ -143,6 +143,7 @@ declare const dialogBoxProps: {
|
|
|
143
143
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
144
144
|
tiny_renderless: FunctionConstructor;
|
|
145
145
|
tiny_theme: StringConstructor;
|
|
146
|
+
tiny_mcp_config: ObjectConstructor;
|
|
146
147
|
tiny_chart_theme: ObjectConstructor;
|
|
147
148
|
};
|
|
148
149
|
|
package/types/divider.type.d.ts
CHANGED
package/types/drawer.type.d.ts
CHANGED
|
@@ -91,6 +91,7 @@ declare const dropdownItemProps: {
|
|
|
91
91
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
92
92
|
tiny_renderless: FunctionConstructor;
|
|
93
93
|
tiny_theme: StringConstructor;
|
|
94
|
+
tiny_mcp_config: ObjectConstructor;
|
|
94
95
|
tiny_chart_theme: ObjectConstructor;
|
|
95
96
|
};
|
|
96
97
|
|
|
@@ -164,6 +165,7 @@ declare const dropdownMenuProps: {
|
|
|
164
165
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
165
166
|
tiny_renderless: FunctionConstructor;
|
|
166
167
|
tiny_theme: StringConstructor;
|
|
168
|
+
tiny_mcp_config: ObjectConstructor;
|
|
167
169
|
tiny_chart_theme: ObjectConstructor;
|
|
168
170
|
};
|
|
169
171
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { k as IDropdownItemApi, i as IDropdownItemConstants, q as IDropdownItemMfDataStore, p as IDropdownItemOptionStyle, h as IDropdownItemProps, m as IDropdownItemRenderlessParamUtils, l as IDropdownItemRenderlessParams, j as IDropdownItemState, n as IDropdownItemStyle, o as IDropdownItemTag, g as IDropdownItemVm } from './dropdown-item.type-
|
|
2
|
+
export { k as IDropdownItemApi, i as IDropdownItemConstants, q as IDropdownItemMfDataStore, p as IDropdownItemOptionStyle, h as IDropdownItemProps, m as IDropdownItemRenderlessParamUtils, l as IDropdownItemRenderlessParams, j as IDropdownItemState, n as IDropdownItemStyle, o as IDropdownItemTag, g as IDropdownItemVm } from './dropdown-item.type-b3ced3ce.js';
|
|
3
3
|
import './shared.type.js';
|
|
4
4
|
import './dropdown.type.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { b as IDropdownMenuApi, e as IDropdownMenuPopperParams, I as IDropdownMenuProps, d as IDropdownMenuRenderlessParamUtils, c as IDropdownMenuRenderlessParams, a as IDropdownMenuState, f as IDropdownMenuVm } from './dropdown-item.type-
|
|
2
|
+
export { b as IDropdownMenuApi, e as IDropdownMenuPopperParams, I as IDropdownMenuProps, d as IDropdownMenuRenderlessParamUtils, c as IDropdownMenuRenderlessParams, a as IDropdownMenuState, f as IDropdownMenuVm } from './dropdown-item.type-b3ced3ce.js';
|
|
3
3
|
import './shared.type.js';
|
|
4
4
|
import './dropdown.type.js';
|
package/types/dropdown.type.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { C as IFileUploadAfterDownload, m as IFileUploadApi, D as IFileUploadBatchSegmentDownload, y as IFileUploadBatchSegmentUpload, a as IFileUploadConstants, w as IFileUploadDownloadFileInner, x as IFileUploadDownloadFileSingle, u as IFileUploadDownloadFileSingleInner, t as IFileUploadEdmDownload, s as IFileUploadFile, A as IFileUploadGetFormData, v as IFileUploadLargeDocumentDownload, r as IFileUploadModalVm, o as IFileUploadProps, p as IFileUploadRenderlessParamUtils, q as IFileUploadRenderlessParams, z as IFileUploadSegmentUploadInner, n as IFileUploadService, B as IFileUploadSetWriterFile, E as IFileUploadSliceDownloadChunk, l as IFileUploadState, F as IFileUploadStreamsaver, I as IFileUploadVm } from './upload-list.type-
|
|
2
|
+
export { C as IFileUploadAfterDownload, m as IFileUploadApi, D as IFileUploadBatchSegmentDownload, y as IFileUploadBatchSegmentUpload, a as IFileUploadConstants, w as IFileUploadDownloadFileInner, x as IFileUploadDownloadFileSingle, u as IFileUploadDownloadFileSingleInner, t as IFileUploadEdmDownload, s as IFileUploadFile, A as IFileUploadGetFormData, v as IFileUploadLargeDocumentDownload, r as IFileUploadModalVm, o as IFileUploadProps, p as IFileUploadRenderlessParamUtils, q as IFileUploadRenderlessParams, z as IFileUploadSegmentUploadInner, n as IFileUploadService, B as IFileUploadSetWriterFile, E as IFileUploadSliceDownloadChunk, l as IFileUploadState, F as IFileUploadStreamsaver, I as IFileUploadVm } from './upload-list.type-36a8374a.js';
|
|
3
3
|
import './shared.type.js';
|
package/types/floatbar.type.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { i as IFormItemApi, f as IFormItemConstants, I as IFormItemDisplayedValueParam, k as IFormItemInstance, c as IFormItemLabelStyle, g as IFormItemProps, j as IFormItemRenderlessParamUtils, h as IFormItemRenderlessParams, d as IFormItemRule, e as IFormItemState, b as IFormItemTrigger, a as IFormItemValidateStatus } from './form.type-
|
|
2
|
+
export { i as IFormItemApi, f as IFormItemConstants, I as IFormItemDisplayedValueParam, k as IFormItemInstance, c as IFormItemLabelStyle, g as IFormItemProps, j as IFormItemRenderlessParamUtils, h as IFormItemRenderlessParams, d as IFormItemRule, e as IFormItemState, b as IFormItemTrigger, a as IFormItemValidateStatus } from './form.type-dd403065.js';
|
|
3
3
|
import './shared.type.js';
|
|
@@ -106,6 +106,7 @@ declare const formProps: {
|
|
|
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
|
|
|
@@ -174,6 +175,7 @@ declare const formItemProps: {
|
|
|
174
175
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
175
176
|
tiny_renderless: FunctionConstructor;
|
|
176
177
|
tiny_theme: StringConstructor;
|
|
178
|
+
tiny_mcp_config: ObjectConstructor;
|
|
177
179
|
tiny_chart_theme: ObjectConstructor;
|
|
178
180
|
};
|
|
179
181
|
|
package/types/form.type.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'vue';
|
|
2
|
-
export { p as IFormApi, r as IFormInstance, n as IFormProps, q as IFormRenderlessParamUtils, o as IFormRenderlessParams, l as IFormRules, m as IFormState } from './form.type-
|
|
2
|
+
export { p as IFormApi, r as IFormInstance, n as IFormProps, q as IFormRenderlessParamUtils, o as IFormRenderlessParams, l as IFormRules, m as IFormState } from './form.type-dd403065.js';
|
|
3
3
|
import './shared.type.js';
|
package/types/image.type.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ declare const tabNavPcProps: {
|
|
|
39
39
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
40
40
|
tiny_renderless: FunctionConstructor;
|
|
41
41
|
tiny_theme: StringConstructor;
|
|
42
|
+
tiny_mcp_config: ObjectConstructor;
|
|
42
43
|
tiny_chart_theme: ObjectConstructor;
|
|
43
44
|
};
|
|
44
45
|
declare const tabBarProps: {
|
|
@@ -48,6 +49,7 @@ declare const tabBarProps: {
|
|
|
48
49
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
49
50
|
tiny_renderless: FunctionConstructor;
|
|
50
51
|
tiny_theme: StringConstructor;
|
|
52
|
+
tiny_mcp_config: ObjectConstructor;
|
|
51
53
|
tiny_chart_theme: ObjectConstructor;
|
|
52
54
|
};
|
|
53
55
|
|
package/types/input.type.d.ts
CHANGED
|
@@ -203,6 +203,7 @@ declare const inputProps: {
|
|
|
203
203
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
204
204
|
tiny_renderless: FunctionConstructor;
|
|
205
205
|
tiny_theme: StringConstructor;
|
|
206
|
+
tiny_mcp_config: ObjectConstructor;
|
|
206
207
|
tiny_chart_theme: ObjectConstructor;
|
|
207
208
|
};
|
|
208
209
|
|
package/types/link.type.d.ts
CHANGED
package/types/loading.type.d.ts
CHANGED
package/types/mind-map.type.d.ts
CHANGED
package/types/modal.type.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ declare const modalProps: {
|
|
|
149
149
|
tiny_mode_root: BooleanConstructor;
|
|
150
150
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
151
151
|
tiny_renderless: FunctionConstructor;
|
|
152
|
+
tiny_mcp_config: ObjectConstructor;
|
|
152
153
|
tiny_chart_theme: ObjectConstructor;
|
|
153
154
|
};
|
|
154
155
|
|
package/types/nav-menu.type.d.ts
CHANGED
package/types/numeric.type.d.ts
CHANGED
|
@@ -153,6 +153,7 @@ declare const numericProps: {
|
|
|
153
153
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
154
154
|
tiny_renderless: FunctionConstructor;
|
|
155
155
|
tiny_theme: StringConstructor;
|
|
156
|
+
tiny_mcp_config: ObjectConstructor;
|
|
156
157
|
tiny_chart_theme: ObjectConstructor;
|
|
157
158
|
};
|
|
158
159
|
|
package/types/pager.type.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ declare const pagerProps: {
|
|
|
33
33
|
};
|
|
34
34
|
pageSizes: {
|
|
35
35
|
type: PropType<number[]>;
|
|
36
|
-
default: () => number[];
|
|
37
36
|
};
|
|
38
37
|
pagerCount: {
|
|
39
38
|
type: NumberConstructor;
|
|
@@ -77,6 +76,7 @@ declare const pagerProps: {
|
|
|
77
76
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
78
77
|
tiny_renderless: FunctionConstructor;
|
|
79
78
|
tiny_theme: StringConstructor;
|
|
79
|
+
tiny_mcp_config: ObjectConstructor;
|
|
80
80
|
tiny_chart_theme: ObjectConstructor;
|
|
81
81
|
};
|
|
82
82
|
|
|
@@ -186,6 +186,10 @@ declare const popeditorProps: {
|
|
|
186
186
|
type: BooleanConstructor;
|
|
187
187
|
default: boolean;
|
|
188
188
|
};
|
|
189
|
+
lockScroll: {
|
|
190
|
+
type: BooleanConstructor;
|
|
191
|
+
default: boolean;
|
|
192
|
+
};
|
|
189
193
|
placement: {
|
|
190
194
|
type: StringConstructor;
|
|
191
195
|
default: string;
|
|
@@ -221,6 +225,7 @@ declare const popeditorProps: {
|
|
|
221
225
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
222
226
|
tiny_renderless: FunctionConstructor;
|
|
223
227
|
tiny_theme: StringConstructor;
|
|
228
|
+
tiny_mcp_config: ObjectConstructor;
|
|
224
229
|
tiny_chart_theme: ObjectConstructor;
|
|
225
230
|
};
|
|
226
231
|
|
package/types/popover.type.d.ts
CHANGED
package/types/progress.type.d.ts
CHANGED
|
@@ -140,6 +140,7 @@ declare const progressProps: {
|
|
|
140
140
|
tiny_template: (FunctionConstructor | ObjectConstructor)[];
|
|
141
141
|
tiny_renderless: FunctionConstructor;
|
|
142
142
|
tiny_theme: StringConstructor;
|
|
143
|
+
tiny_mcp_config: ObjectConstructor;
|
|
143
144
|
tiny_chart_theme: ObjectConstructor;
|
|
144
145
|
};
|
|
145
146
|
|
package/types/radio.type.d.ts
CHANGED
package/types/rate.type.d.ts
CHANGED
|
@@ -104,6 +104,7 @@ declare const rateProps: {
|
|
|
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
|
|
package/types/search.type.d.ts
CHANGED