@geelato/gl-ui-web-arco 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -0
- package/dist/GlPdf-CP236wBj.js +891 -0
- package/dist/GlPdf-CP236wBj.js.gz +0 -0
- package/dist/gl-ui-web-arco.css +1 -0
- package/dist/gl-ui-web-arco.css.gz +0 -0
- package/dist/gl-ui-web-arco.js +21 -0
- package/dist/gl-ui-web-arco.js.gz +0 -0
- package/dist/main-D7ErSddl.js +164000 -0
- package/dist/main-D7ErSddl.js.gz +0 -0
- package/dist/pdfjs-Cvb5nkrC.js +26706 -0
- package/dist/pdfjs-Cvb5nkrC.js.gz +0 -0
- package/dist/types/api/SelectOptions.d.ts +41 -0
- package/dist/types/components/MetaHelper.d.ts +6 -0
- package/dist/types/components/gl-alert/GlAlert.vue.d.ts +27 -0
- package/dist/types/components/gl-button/GlButton.vue.d.ts +117 -0
- package/dist/types/components/gl-card/index.vue.d.ts +134 -0
- package/dist/types/components/gl-checkbox/GlCheckbox.vue.d.ts +19 -0
- package/dist/types/components/gl-color/GlColor.vue.d.ts +143 -0
- package/dist/types/components/gl-color-clipboard/GlColorClipboard.vue.d.ts +19 -0
- package/dist/types/components/gl-color-input/GlColorInput.vue.d.ts +37 -0
- package/dist/types/components/gl-comment/GlComment.vue.d.ts +80 -0
- package/dist/types/components/gl-comment/comment.vue.d.ts +72 -0
- package/dist/types/components/gl-comment/type.d.ts +30 -0
- package/dist/types/components/gl-countdown/GlCountdown.vue.d.ts +43 -0
- package/dist/types/components/gl-crontab/GlCrontab.vue.d.ts +39 -0
- package/dist/types/components/gl-crontab/tabs/day.vue.d.ts +30 -0
- package/dist/types/components/gl-crontab/tabs/hour.vue.d.ts +21 -0
- package/dist/types/components/gl-crontab/tabs/minute.vue.d.ts +21 -0
- package/dist/types/components/gl-crontab/tabs/mixin.d.ts +100 -0
- package/dist/types/components/gl-crontab/tabs/month.vue.d.ts +21 -0
- package/dist/types/components/gl-crontab/tabs/second.vue.d.ts +21 -0
- package/dist/types/components/gl-crontab/tabs/week.vue.d.ts +30 -0
- package/dist/types/components/gl-crontab/tabs/year.vue.d.ts +21 -0
- package/dist/types/components/gl-descriptions/GlDescriptions.vue.d.ts +36 -0
- package/dist/types/components/gl-dict/GlDict.vue.d.ts +444 -0
- package/dist/types/components/gl-dict/locale/en-US.d.ts +10 -0
- package/dist/types/components/gl-dict/locale/zh-CN.d.ts +10 -0
- package/dist/types/components/gl-divider/GlDevider.vue.d.ts +7 -0
- package/dist/types/components/gl-drag-verify/GlDragVerify.vue.d.ts +161 -0
- package/dist/types/components/gl-dropdown/GlDropdown.vue.d.ts +93 -0
- package/dist/types/components/gl-dynamic-select/GlDynamicSelect.vue.d.ts +582 -0
- package/dist/types/components/gl-email/GlEmailPreview.vue.d.ts +20 -0
- package/dist/types/components/gl-email/GlEmailSelect.vue.d.ts +1364 -0
- package/dist/types/components/gl-email/composables/index.d.ts +8 -0
- package/dist/types/components/gl-email/composables/useEmailData.d.ts +19 -0
- package/dist/types/components/gl-email/composables/useEmailForm.d.ts +57 -0
- package/dist/types/components/gl-email/composables/useEmailOperations.d.ts +15 -0
- package/dist/types/components/gl-email/composables/useEmailPreview.d.ts +10 -0
- package/dist/types/components/gl-email/composables/useEmailSchedule.d.ts +19 -0
- package/dist/types/components/gl-email/composables/useEmailValidation.d.ts +8 -0
- package/dist/types/components/gl-email/composables/useUserInfo.d.ts +18 -0
- package/dist/types/components/gl-email/locale/en-US.d.ts +51 -0
- package/dist/types/components/gl-email/locale/zh-CN.d.ts +51 -0
- package/dist/types/components/gl-email/types/index.d.ts +51 -0
- package/dist/types/components/gl-empty/GlEmpty.vue.d.ts +13 -0
- package/dist/types/components/gl-encode/GlEncode.vue.d.ts +152 -0
- package/dist/types/components/gl-entity-cascader/GlEntityCascader.vue.d.ts +26 -0
- package/dist/types/components/gl-entity-form/GlEntityForm.vue.d.ts +918 -0
- package/dist/types/components/gl-entity-form/composables/index.d.ts +16 -0
- package/dist/types/components/gl-entity-form/composables/useEmpty.d.ts +9 -0
- package/dist/types/components/gl-entity-form/composables/useFormCore.d.ts +560 -0
- package/dist/types/components/gl-entity-form/composables/useFormParams.d.ts +30 -0
- package/dist/types/components/gl-entity-form/composables/useFormValidation.d.ts +77 -0
- package/dist/types/components/gl-entity-table-plus/FilterManager.vue.d.ts +34 -0
- package/dist/types/components/gl-entity-table-plus/GlEntityTable.vue.d.ts +2910 -0
- package/dist/types/components/gl-entity-table-plus/GlEntityTableEdit.vue.d.ts +1322 -0
- package/dist/types/components/gl-entity-table-plus/GlEntityTableToolbar.vue.d.ts +471 -0
- package/dist/types/components/gl-entity-table-plus/constants.d.ts +292 -0
- package/dist/types/components/gl-entity-table-plus/index.vue.d.ts +3720 -0
- package/dist/types/components/gl-entity-table-plus/locale/en-US.d.ts +94 -0
- package/dist/types/components/gl-entity-table-plus/locale/zh-CN.d.ts +94 -0
- package/dist/types/components/gl-entity-table-plus/querySignature.d.ts +7 -0
- package/dist/types/components/gl-entity-table-plus/table.d.ts +137 -0
- package/dist/types/components/gl-entity-table-plus/useCellEditing.d.ts +55 -0
- package/dist/types/components/gl-entity-table-plus/useColumns.d.ts +20 -0
- package/dist/types/components/gl-entity-table-plus/useConvert.d.ts +5 -0
- package/dist/types/components/gl-entity-table-plus/useExport.d.ts +43 -0
- package/dist/types/components/gl-entity-table-plus/useFilters.d.ts +37 -0
- package/dist/types/components/gl-entity-table-plus/useLayout.d.ts +34 -0
- package/dist/types/components/gl-entity-table-plus/useMatch.d.ts +22 -0
- package/dist/types/components/gl-entity-table-plus/usePushedRecords.d.ts +39 -0
- package/dist/types/components/gl-entity-table-plus/useRow.d.ts +8 -0
- package/dist/types/components/gl-entity-table-plus/useRowHighlight.d.ts +33 -0
- package/dist/types/components/gl-entity-table-plus/useSelectedRecords.d.ts +25 -0
- package/dist/types/components/gl-entity-table-plus/useStore.d.ts +119 -0
- package/dist/types/components/gl-entity-table-plus/useSummary.d.ts +47 -0
- package/dist/types/components/gl-entity-table-plus/useTableDataAnalysis.d.ts +63 -0
- package/dist/types/components/gl-entity-table-plus/useTableHeight.d.ts +63 -0
- package/dist/types/components/gl-entity-table-plus/views/GlEntityCardView.vue.d.ts +76 -0
- package/dist/types/components/gl-entity-table-plus/views/GlEntityGalleryView.vue.d.ts +62 -0
- package/dist/types/components/gl-entity-table-plus/views/GlEntityPivotView.vue.d.ts +90 -0
- package/dist/types/components/gl-entity-table-plus/views/GlEntityTableStatView.vue.d.ts +127 -0
- package/dist/types/components/gl-entity-table-plus/views/GlEntityTableView.vue.d.ts +1150 -0
- package/dist/types/components/gl-entity-tree/GlBaseTree.vue.d.ts +944 -0
- package/dist/types/components/gl-entity-tree/GlEntityTree.vue.d.ts +1407 -0
- package/dist/types/components/gl-entity-tree/types.d.ts +11 -0
- package/dist/types/components/gl-flex-layout/GlFlexLayout.vue.d.ts +246 -0
- package/dist/types/components/gl-hidden-area/GlHiddenArea.vue.d.ts +109 -0
- package/dist/types/components/gl-iconfont-select/GlIconfontSelect.vue.d.ts +58 -0
- package/dist/types/components/gl-image/GlImage.vue.d.ts +554 -0
- package/dist/types/components/gl-import/GlImport.vue.d.ts +33 -0
- package/dist/types/components/gl-inst-runtime/GlInstRuntime.vue.d.ts +119 -0
- package/dist/types/components/gl-inst-runtime/GlInstsRuntime.vue.d.ts +100 -0
- package/dist/types/components/gl-layout-page/GlLayoutPage.vue.d.ts +224 -0
- package/dist/types/components/gl-layout-site/GlLayout.d.ts +24 -0
- package/dist/types/components/gl-layout-site/GlLayoutModeCollapse.vue.d.ts +19 -0
- package/dist/types/components/gl-layout-site/GlLayoutModeSidebar.vue.d.ts +41 -0
- package/dist/types/components/gl-layout-site/GlLayoutModeTopNav.vue.d.ts +19 -0
- package/dist/types/components/gl-layout-site/GlLayoutSite.vue.d.ts +26 -0
- package/dist/types/components/gl-layout-site/LayoutStore.d.ts +86 -0
- package/dist/types/components/gl-layout-site/ThemeSetting.vue.d.ts +19 -0
- package/dist/types/components/gl-list/GlList.vue.d.ts +104 -0
- package/dist/types/components/gl-metric-comparison-table/GlMetricComparisonTable.vue.d.ts +302 -0
- package/dist/types/components/gl-multi-components/GlMultiComponents.vue.d.ts +183 -0
- package/dist/types/components/gl-multi-components/locale/en-US.d.ts +5 -0
- package/dist/types/components/gl-multi-components/locale/zh-CN.d.ts +5 -0
- package/dist/types/components/gl-op-record/GlOpRecord.vue.d.ts +19 -0
- package/dist/types/components/gl-org-select/choose.vue.d.ts +124 -0
- package/dist/types/components/gl-org-select/index.vue.d.ts +178 -0
- package/dist/types/components/gl-org-select/tree.vue.d.ts +125 -0
- package/dist/types/components/gl-org-user-select/choose.vue.d.ts +428 -0
- package/dist/types/components/gl-org-user-select/index.vue.d.ts +178 -0
- package/dist/types/components/gl-org-user-select/list.vue.d.ts +133 -0
- package/dist/types/components/gl-page/GlPage.vue.d.ts +372 -0
- package/dist/types/components/gl-page-help/GlPageHelp.vue.d.ts +13 -0
- package/dist/types/components/gl-page-template/GlPageTemplateFlow.vue.d.ts +197 -0
- package/dist/types/components/gl-page-template/GlPageTemplateFlowApprove.vue.d.ts +19 -0
- package/dist/types/components/gl-page-template/ItemsManager.d.ts +23 -0
- package/dist/types/components/gl-page-template/locale/en-US.d.ts +25 -0
- package/dist/types/components/gl-page-template/locale/zh-CN.d.ts +25 -0
- package/dist/types/components/gl-page-template/state-wf/StateWFApprove.vue.d.ts +293 -0
- package/dist/types/components/gl-page-template/state-wf/StateWFTransfer.vue.d.ts +30 -0
- package/dist/types/components/gl-page-template/state-wf/stateWfApi.d.ts +114 -0
- package/dist/types/components/gl-pagination/GlPagination.vue.d.ts +19 -0
- package/dist/types/components/gl-pdf/GlPdf.vue.d.ts +90 -0
- package/dist/types/components/gl-popover/GlPopover.vue.d.ts +138 -0
- package/dist/types/components/gl-query/index.vue.d.ts +243 -0
- package/dist/types/components/gl-query/query.d.ts +47 -0
- package/dist/types/components/gl-rate/GlRate.vue.d.ts +19 -0
- package/dist/types/components/gl-ref-page/GlRefPage.vue.d.ts +171 -0
- package/dist/types/components/gl-regular-expression/GlRegularExpression.vue.d.ts +134 -0
- package/dist/types/components/gl-regular-expression/common.vue.d.ts +248 -0
- package/dist/types/components/gl-regular-expression/select.vue.d.ts +352 -0
- package/dist/types/components/gl-regular-expression/type.d.ts +17 -0
- package/dist/types/components/gl-row-col-layout/GlRowColLayout.vue.d.ts +189 -0
- package/dist/types/components/gl-select/GlSelect.vue.d.ts +83 -0
- package/dist/types/components/gl-slot/GlSlot.vue.d.ts +105 -0
- package/dist/types/components/gl-space/GlSpace.vue.d.ts +121 -0
- package/dist/types/components/gl-static-dict/GlStaticDict.vue.d.ts +32 -0
- package/dist/types/components/gl-static-dict/list.vue.d.ts +86 -0
- package/dist/types/components/gl-static-dict/type.d.ts +4 -0
- package/dist/types/components/gl-statistic/GlStatistic.vue.d.ts +65 -0
- package/dist/types/components/gl-table-select/GlTableSelect.vue.d.ts +474 -0
- package/dist/types/components/gl-table-select/GlTableSelectList.vue.d.ts +87 -0
- package/dist/types/components/gl-table-select/index.d.ts +4 -0
- package/dist/types/components/gl-tabs/GlDynamicTabs.vue.d.ts +226 -0
- package/dist/types/components/gl-tabs/GlTabs.vue.d.ts +152 -0
- package/dist/types/components/gl-tag/GlTag.vue.d.ts +122 -0
- package/dist/types/components/gl-text/GlText.vue.d.ts +152 -0
- package/dist/types/components/gl-textarea/GlTextarea.vue.d.ts +37 -0
- package/dist/types/components/gl-timeline/GlTimeline.vue.d.ts +110 -0
- package/dist/types/components/gl-timeline/type.d.ts +16 -0
- package/dist/types/components/gl-toolbar/index.vue.d.ts +65 -0
- package/dist/types/components/gl-toolbar/locale/en-US.d.ts +4 -0
- package/dist/types/components/gl-toolbar/locale/zh-CN.d.ts +4 -0
- package/dist/types/components/gl-toolbar/toolbar.d.ts +10 -0
- package/dist/types/components/gl-tooltip/GlTooltip.vue.d.ts +100 -0
- package/dist/types/components/gl-tree-select/GlTreeSelect.vue.d.ts +163 -0
- package/dist/types/components/gl-trigger-select/GlTriggerSelect.vue.d.ts +129 -0
- package/dist/types/components/gl-upload/GlUpload.vue.d.ts +559 -0
- package/dist/types/components/gl-upload/clipboard.vue.d.ts +370 -0
- package/dist/types/components/gl-upload/composables/useExternalDropArea.d.ts +11 -0
- package/dist/types/components/gl-upload/composables/useFileManager.d.ts +19 -0
- package/dist/types/components/gl-upload/locale/en-US.d.ts +10 -0
- package/dist/types/components/gl-upload/locale/zh-CN.d.ts +10 -0
- package/dist/types/components/gl-user-select/GlUserSelect.vue.d.ts +239 -0
- package/dist/types/components/gl-user-select/GlUserSelectInline.vue.d.ts +189 -0
- package/dist/types/components/gl-user-select/GlUserSelectPanel.vue.d.ts +97 -0
- package/dist/types/components/gl-user-select/GlUserSelectWorkflow.vue.d.ts +186 -0
- package/dist/types/components/gl-user-select/locale/en-US.d.ts +32 -0
- package/dist/types/components/gl-user-select/locale/zh-CN.d.ts +32 -0
- package/dist/types/components/gl-user-select/types.d.ts +62 -0
- package/dist/types/components/gl-workflow/GlWorkflowApprove.vue.d.ts +395 -0
- package/dist/types/components/gl-workflow/GlWorkflowModal.vue.d.ts +2086 -0
- package/dist/types/components/gl-workflow/GlWorkflowStart.vue.d.ts +19 -0
- package/dist/types/components/gl-workflow/GlWorkflowStartForm.vue.d.ts +294 -0
- package/dist/types/components/gl-workflow/GlWorkflowTasks.vue.d.ts +17 -0
- package/dist/types/components/gl-workflow/composables/useWorkflow.d.ts +99 -0
- package/dist/types/components/gl-workflow/index.d.ts +1075 -0
- package/dist/types/components/gl-workflow/types.d.ts +232 -0
- package/dist/types/composables/index.d.ts +3 -0
- package/dist/types/composables/useDropdownTriggerProps.d.ts +12 -0
- package/dist/types/composables/useStatus.d.ts +17 -0
- package/dist/types/composables/useTree.d.ts +31 -0
- package/dist/types/hooks/useEntityQuery.d.ts +8 -0
- package/dist/types/locale/en-US.d.ts +203 -0
- package/dist/types/locale/zh-CN.d.ts +203 -0
- package/dist/types/main.d.ts +16 -0
- package/dist/types/types/global.d.ts +64 -0
- package/package.json +78 -0
- package/src/main.ts +231 -0
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
import { EntityReader, PageCustomType, PagePermission } from '@geelato/gl-runtime-core';
|
|
3
|
+
import { TabItem } from '../../types/global';
|
|
4
|
+
import { IComponentInstance } from '@geelato/gl-types';
|
|
5
|
+
import { ComponentInstance } from '@geelato/gl-ui-schema';
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<ExtractPropTypes<{
|
|
7
|
+
parentId: {
|
|
8
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
9
|
+
};
|
|
10
|
+
glComponentInst: {
|
|
11
|
+
type: PropType< IComponentInstance>;
|
|
12
|
+
default(): ComponentInstance;
|
|
13
|
+
};
|
|
14
|
+
glChildren: {
|
|
15
|
+
type: PropType<Array< IComponentInstance>>;
|
|
16
|
+
default(): never[];
|
|
17
|
+
};
|
|
18
|
+
glCtx: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default(): {};
|
|
21
|
+
};
|
|
22
|
+
glIsRuntime: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default(): boolean;
|
|
25
|
+
};
|
|
26
|
+
glRuntimeFlag: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default(): string;
|
|
29
|
+
};
|
|
30
|
+
glIndex: {
|
|
31
|
+
type: NumberConstructor;
|
|
32
|
+
};
|
|
33
|
+
glLoopItem: ObjectConstructor;
|
|
34
|
+
glLoopIndex: NumberConstructor;
|
|
35
|
+
glIgnoreInjectPageProxy: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default(): boolean;
|
|
38
|
+
};
|
|
39
|
+
componentStoreId: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default(): string;
|
|
42
|
+
};
|
|
43
|
+
pageCustom: PropType< PageCustomType>;
|
|
44
|
+
pagePermission: PropType< PagePermission>;
|
|
45
|
+
glDoAction: {
|
|
46
|
+
type: FunctionConstructor;
|
|
47
|
+
required: boolean;
|
|
48
|
+
};
|
|
49
|
+
modelValue: {
|
|
50
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
51
|
+
default(): string;
|
|
52
|
+
};
|
|
53
|
+
entityReader: {
|
|
54
|
+
type: PropType<EntityReader>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* 禁止删除的选项
|
|
59
|
+
* 标签页标题中,包括以下的任意一项内容时(模糊匹配),不可以删除
|
|
60
|
+
*/
|
|
61
|
+
unDelAbleTitles: {
|
|
62
|
+
type: PropType<string[]>;
|
|
63
|
+
default(): never[];
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* 默认选中第几项,只在第一次加载数据时生效,默认选中第一项
|
|
67
|
+
* 1表示第一项,2表示第二项,以此类推
|
|
68
|
+
*/
|
|
69
|
+
defaultSelectedIndex: {
|
|
70
|
+
type: NumberConstructor;
|
|
71
|
+
default(): number;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* 空值显示模式
|
|
75
|
+
* 1、只读模式下,若无数据则显示提示信息
|
|
76
|
+
* 2、不显示提示信息(不管是只读还是非只读)
|
|
77
|
+
*/
|
|
78
|
+
emptyMode: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default(): number;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* 空值时的提示信息,默认为:“暂无数据”,需要与空值显示模式配合使用
|
|
84
|
+
*/
|
|
85
|
+
emptyText: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default(): string;
|
|
88
|
+
};
|
|
89
|
+
readonly: BooleanConstructor;
|
|
90
|
+
disabled: BooleanConstructor;
|
|
91
|
+
}>, {
|
|
92
|
+
add: (params: {
|
|
93
|
+
title: string;
|
|
94
|
+
value: string;
|
|
95
|
+
more: Record<string, any>;
|
|
96
|
+
}) => void;
|
|
97
|
+
delete: (params: {
|
|
98
|
+
value: string;
|
|
99
|
+
}) => string | Promise<string>;
|
|
100
|
+
getTabCount: () => number;
|
|
101
|
+
getTabIndex: () => number;
|
|
102
|
+
getTabs: () => TabItem[];
|
|
103
|
+
getTab: () => TabItem | {
|
|
104
|
+
[Key: string]: any;
|
|
105
|
+
hideRightTopSlot: false;
|
|
106
|
+
};
|
|
107
|
+
getTabValueAsId: () => string | number;
|
|
108
|
+
getTabTitle: () => any;
|
|
109
|
+
setTabTitle: (params: {
|
|
110
|
+
title: string;
|
|
111
|
+
}) => void;
|
|
112
|
+
getTabMore: () => any;
|
|
113
|
+
fetchData: () => void;
|
|
114
|
+
selectTabByIndex: (params: {
|
|
115
|
+
index: number;
|
|
116
|
+
}) => void;
|
|
117
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
118
|
+
parentId: {
|
|
119
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
120
|
+
};
|
|
121
|
+
glComponentInst: {
|
|
122
|
+
type: PropType< IComponentInstance>;
|
|
123
|
+
default(): ComponentInstance;
|
|
124
|
+
};
|
|
125
|
+
glChildren: {
|
|
126
|
+
type: PropType<Array< IComponentInstance>>;
|
|
127
|
+
default(): never[];
|
|
128
|
+
};
|
|
129
|
+
glCtx: {
|
|
130
|
+
type: ObjectConstructor;
|
|
131
|
+
default(): {};
|
|
132
|
+
};
|
|
133
|
+
glIsRuntime: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default(): boolean;
|
|
136
|
+
};
|
|
137
|
+
glRuntimeFlag: {
|
|
138
|
+
type: StringConstructor;
|
|
139
|
+
default(): string;
|
|
140
|
+
};
|
|
141
|
+
glIndex: {
|
|
142
|
+
type: NumberConstructor;
|
|
143
|
+
};
|
|
144
|
+
glLoopItem: ObjectConstructor;
|
|
145
|
+
glLoopIndex: NumberConstructor;
|
|
146
|
+
glIgnoreInjectPageProxy: {
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
default(): boolean;
|
|
149
|
+
};
|
|
150
|
+
componentStoreId: {
|
|
151
|
+
type: StringConstructor;
|
|
152
|
+
default(): string;
|
|
153
|
+
};
|
|
154
|
+
pageCustom: PropType< PageCustomType>;
|
|
155
|
+
pagePermission: PropType< PagePermission>;
|
|
156
|
+
glDoAction: {
|
|
157
|
+
type: FunctionConstructor;
|
|
158
|
+
required: boolean;
|
|
159
|
+
};
|
|
160
|
+
modelValue: {
|
|
161
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
162
|
+
default(): string;
|
|
163
|
+
};
|
|
164
|
+
entityReader: {
|
|
165
|
+
type: PropType<EntityReader>;
|
|
166
|
+
required: true;
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* 禁止删除的选项
|
|
170
|
+
* 标签页标题中,包括以下的任意一项内容时(模糊匹配),不可以删除
|
|
171
|
+
*/
|
|
172
|
+
unDelAbleTitles: {
|
|
173
|
+
type: PropType<string[]>;
|
|
174
|
+
default(): never[];
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* 默认选中第几项,只在第一次加载数据时生效,默认选中第一项
|
|
178
|
+
* 1表示第一项,2表示第二项,以此类推
|
|
179
|
+
*/
|
|
180
|
+
defaultSelectedIndex: {
|
|
181
|
+
type: NumberConstructor;
|
|
182
|
+
default(): number;
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* 空值显示模式
|
|
186
|
+
* 1、只读模式下,若无数据则显示提示信息
|
|
187
|
+
* 2、不显示提示信息(不管是只读还是非只读)
|
|
188
|
+
*/
|
|
189
|
+
emptyMode: {
|
|
190
|
+
type: NumberConstructor;
|
|
191
|
+
default(): number;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* 空值时的提示信息,默认为:“暂无数据”,需要与空值显示模式配合使用
|
|
195
|
+
*/
|
|
196
|
+
emptyText: {
|
|
197
|
+
type: StringConstructor;
|
|
198
|
+
default(): string;
|
|
199
|
+
};
|
|
200
|
+
readonly: BooleanConstructor;
|
|
201
|
+
disabled: BooleanConstructor;
|
|
202
|
+
}>> & Readonly<{}>, {
|
|
203
|
+
modelValue: string | number;
|
|
204
|
+
disabled: boolean;
|
|
205
|
+
glComponentInst: IComponentInstance;
|
|
206
|
+
glChildren: IComponentInstance[];
|
|
207
|
+
glCtx: Record<string, any>;
|
|
208
|
+
glIsRuntime: boolean;
|
|
209
|
+
glRuntimeFlag: string;
|
|
210
|
+
glIgnoreInjectPageProxy: boolean;
|
|
211
|
+
componentStoreId: string;
|
|
212
|
+
readonly: boolean;
|
|
213
|
+
unDelAbleTitles: string[];
|
|
214
|
+
defaultSelectedIndex: number;
|
|
215
|
+
emptyMode: number;
|
|
216
|
+
emptyText: string;
|
|
217
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
218
|
+
extra?(_: {}): any;
|
|
219
|
+
default?(_: {}): any;
|
|
220
|
+
}>;
|
|
221
|
+
export default _default;
|
|
222
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
223
|
+
new (): {
|
|
224
|
+
$slots: S;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
import { ComponentInstance } from '@geelato/gl-ui-schema';
|
|
3
|
+
import { TabsPosition } from '@arco-design/web-vue/es/tabs/interface';
|
|
4
|
+
import { TabItem } from '../../types/global';
|
|
5
|
+
import { IComponentInstance } from '@geelato/gl-types';
|
|
6
|
+
import { PageCustomType, PagePermission } from '@geelato/gl-runtime-core';
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<ExtractPropTypes<{
|
|
8
|
+
parentId: {
|
|
9
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
10
|
+
};
|
|
11
|
+
glComponentInst: {
|
|
12
|
+
type: PropType< IComponentInstance>;
|
|
13
|
+
default(): ComponentInstance;
|
|
14
|
+
};
|
|
15
|
+
glChildren: {
|
|
16
|
+
type: PropType<Array< IComponentInstance>>;
|
|
17
|
+
default(): never[];
|
|
18
|
+
};
|
|
19
|
+
glCtx: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
default(): {};
|
|
22
|
+
};
|
|
23
|
+
glIsRuntime: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default(): boolean;
|
|
26
|
+
};
|
|
27
|
+
glRuntimeFlag: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default(): string;
|
|
30
|
+
};
|
|
31
|
+
glIndex: {
|
|
32
|
+
type: NumberConstructor;
|
|
33
|
+
};
|
|
34
|
+
glLoopItem: ObjectConstructor;
|
|
35
|
+
glLoopIndex: NumberConstructor;
|
|
36
|
+
glIgnoreInjectPageProxy: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default(): boolean;
|
|
39
|
+
};
|
|
40
|
+
componentStoreId: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default(): string;
|
|
43
|
+
};
|
|
44
|
+
pageCustom: PropType< PageCustomType>;
|
|
45
|
+
pagePermission: PropType< PagePermission>;
|
|
46
|
+
glDoAction: {
|
|
47
|
+
type: FunctionConstructor;
|
|
48
|
+
required: boolean;
|
|
49
|
+
};
|
|
50
|
+
modelValue: (StringConstructor | NumberConstructor)[];
|
|
51
|
+
items: {
|
|
52
|
+
type: PropType<Array<TabItem>>;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* 固定标题
|
|
56
|
+
* 如可用于在打开详情页面时,tab标题固定,tab面板可以上下可以滚动
|
|
57
|
+
* 默认为false
|
|
58
|
+
*/
|
|
59
|
+
enableFixedTitle: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default(): boolean;
|
|
62
|
+
};
|
|
63
|
+
position: PropType<TabsPosition>;
|
|
64
|
+
}>, {
|
|
65
|
+
getValue: () => string | number | undefined;
|
|
66
|
+
selectByValue: (params: {
|
|
67
|
+
value?: string | number;
|
|
68
|
+
}) => boolean;
|
|
69
|
+
selectByIndex: (params: {
|
|
70
|
+
index: number;
|
|
71
|
+
}) => boolean;
|
|
72
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
73
|
+
"update:modelValue": (...args: any[]) => void;
|
|
74
|
+
"update:items": (...args: any[]) => void;
|
|
75
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
76
|
+
parentId: {
|
|
77
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
78
|
+
};
|
|
79
|
+
glComponentInst: {
|
|
80
|
+
type: PropType< IComponentInstance>;
|
|
81
|
+
default(): ComponentInstance;
|
|
82
|
+
};
|
|
83
|
+
glChildren: {
|
|
84
|
+
type: PropType<Array< IComponentInstance>>;
|
|
85
|
+
default(): never[];
|
|
86
|
+
};
|
|
87
|
+
glCtx: {
|
|
88
|
+
type: ObjectConstructor;
|
|
89
|
+
default(): {};
|
|
90
|
+
};
|
|
91
|
+
glIsRuntime: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default(): boolean;
|
|
94
|
+
};
|
|
95
|
+
glRuntimeFlag: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default(): string;
|
|
98
|
+
};
|
|
99
|
+
glIndex: {
|
|
100
|
+
type: NumberConstructor;
|
|
101
|
+
};
|
|
102
|
+
glLoopItem: ObjectConstructor;
|
|
103
|
+
glLoopIndex: NumberConstructor;
|
|
104
|
+
glIgnoreInjectPageProxy: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default(): boolean;
|
|
107
|
+
};
|
|
108
|
+
componentStoreId: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default(): string;
|
|
111
|
+
};
|
|
112
|
+
pageCustom: PropType< PageCustomType>;
|
|
113
|
+
pagePermission: PropType< PagePermission>;
|
|
114
|
+
glDoAction: {
|
|
115
|
+
type: FunctionConstructor;
|
|
116
|
+
required: boolean;
|
|
117
|
+
};
|
|
118
|
+
modelValue: (StringConstructor | NumberConstructor)[];
|
|
119
|
+
items: {
|
|
120
|
+
type: PropType<Array<TabItem>>;
|
|
121
|
+
};
|
|
122
|
+
/**
|
|
123
|
+
* 固定标题
|
|
124
|
+
* 如可用于在打开详情页面时,tab标题固定,tab面板可以上下可以滚动
|
|
125
|
+
* 默认为false
|
|
126
|
+
*/
|
|
127
|
+
enableFixedTitle: {
|
|
128
|
+
type: BooleanConstructor;
|
|
129
|
+
default(): boolean;
|
|
130
|
+
};
|
|
131
|
+
position: PropType<TabsPosition>;
|
|
132
|
+
}>> & Readonly<{
|
|
133
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
134
|
+
"onUpdate:items"?: ((...args: any[]) => any) | undefined;
|
|
135
|
+
}>, {
|
|
136
|
+
glComponentInst: IComponentInstance;
|
|
137
|
+
glChildren: IComponentInstance[];
|
|
138
|
+
glCtx: Record<string, any>;
|
|
139
|
+
glIsRuntime: boolean;
|
|
140
|
+
glRuntimeFlag: string;
|
|
141
|
+
glIgnoreInjectPageProxy: boolean;
|
|
142
|
+
componentStoreId: string;
|
|
143
|
+
enableFixedTitle: boolean;
|
|
144
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
|
|
145
|
+
extra?(_: {}): any;
|
|
146
|
+
}>;
|
|
147
|
+
export default _default;
|
|
148
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
149
|
+
new (): {
|
|
150
|
+
$slots: S;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
import { IComponentInstance } from '@geelato/gl-types';
|
|
3
|
+
import { ComponentInstance } from '@geelato/gl-ui-schema';
|
|
4
|
+
import { PageCustomType, PagePermission } from '@geelato/gl-runtime-core';
|
|
5
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
6
|
+
parentId: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
};
|
|
9
|
+
glComponentInst: {
|
|
10
|
+
type: PropType<IComponentInstance>;
|
|
11
|
+
default(): ComponentInstance;
|
|
12
|
+
};
|
|
13
|
+
glChildren: {
|
|
14
|
+
type: PropType<Array< IComponentInstance>>;
|
|
15
|
+
default(): never[];
|
|
16
|
+
};
|
|
17
|
+
glCtx: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
default(): {};
|
|
20
|
+
};
|
|
21
|
+
glIsRuntime: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default(): boolean;
|
|
24
|
+
};
|
|
25
|
+
glRuntimeFlag: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default(): string;
|
|
28
|
+
};
|
|
29
|
+
glIndex: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
};
|
|
32
|
+
glLoopItem: ObjectConstructor;
|
|
33
|
+
glLoopIndex: NumberConstructor;
|
|
34
|
+
glIgnoreInjectPageProxy: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default(): boolean;
|
|
37
|
+
};
|
|
38
|
+
componentStoreId: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default(): string;
|
|
41
|
+
};
|
|
42
|
+
pageCustom: PropType<PageCustomType>;
|
|
43
|
+
pagePermission: PropType<PagePermission>;
|
|
44
|
+
glDoAction: {
|
|
45
|
+
type: FunctionConstructor;
|
|
46
|
+
required: boolean;
|
|
47
|
+
};
|
|
48
|
+
iconType: StringConstructor;
|
|
49
|
+
content: StringConstructor;
|
|
50
|
+
checkable: BooleanConstructor;
|
|
51
|
+
checked: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default(): boolean;
|
|
54
|
+
};
|
|
55
|
+
color: StringConstructor;
|
|
56
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
57
|
+
"update:checked": (...args: any[]) => void;
|
|
58
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
59
|
+
parentId: {
|
|
60
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
61
|
+
};
|
|
62
|
+
glComponentInst: {
|
|
63
|
+
type: PropType<IComponentInstance>;
|
|
64
|
+
default(): ComponentInstance;
|
|
65
|
+
};
|
|
66
|
+
glChildren: {
|
|
67
|
+
type: PropType<Array< IComponentInstance>>;
|
|
68
|
+
default(): never[];
|
|
69
|
+
};
|
|
70
|
+
glCtx: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default(): {};
|
|
73
|
+
};
|
|
74
|
+
glIsRuntime: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default(): boolean;
|
|
77
|
+
};
|
|
78
|
+
glRuntimeFlag: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default(): string;
|
|
81
|
+
};
|
|
82
|
+
glIndex: {
|
|
83
|
+
type: NumberConstructor;
|
|
84
|
+
};
|
|
85
|
+
glLoopItem: ObjectConstructor;
|
|
86
|
+
glLoopIndex: NumberConstructor;
|
|
87
|
+
glIgnoreInjectPageProxy: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default(): boolean;
|
|
90
|
+
};
|
|
91
|
+
componentStoreId: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default(): string;
|
|
94
|
+
};
|
|
95
|
+
pageCustom: PropType<PageCustomType>;
|
|
96
|
+
pagePermission: PropType<PagePermission>;
|
|
97
|
+
glDoAction: {
|
|
98
|
+
type: FunctionConstructor;
|
|
99
|
+
required: boolean;
|
|
100
|
+
};
|
|
101
|
+
iconType: StringConstructor;
|
|
102
|
+
content: StringConstructor;
|
|
103
|
+
checkable: BooleanConstructor;
|
|
104
|
+
checked: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default(): boolean;
|
|
107
|
+
};
|
|
108
|
+
color: StringConstructor;
|
|
109
|
+
}>> & Readonly<{
|
|
110
|
+
"onUpdate:checked"?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
}>, {
|
|
112
|
+
glComponentInst: IComponentInstance;
|
|
113
|
+
glChildren: IComponentInstance[];
|
|
114
|
+
glCtx: Record<string, any>;
|
|
115
|
+
glIsRuntime: boolean;
|
|
116
|
+
glRuntimeFlag: string;
|
|
117
|
+
glIgnoreInjectPageProxy: boolean;
|
|
118
|
+
componentStoreId: string;
|
|
119
|
+
checkable: boolean;
|
|
120
|
+
checked: boolean;
|
|
121
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
122
|
+
export default _default;
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
import { IComponentInstance } from '@geelato/gl-types';
|
|
3
|
+
import { ComponentInstance } from '@geelato/gl-ui-schema';
|
|
4
|
+
import { PageCustomType, PagePermission } from '@geelato/gl-runtime-core';
|
|
5
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
6
|
+
parentId: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
};
|
|
9
|
+
glComponentInst: {
|
|
10
|
+
type: PropType<IComponentInstance>;
|
|
11
|
+
default(): ComponentInstance;
|
|
12
|
+
};
|
|
13
|
+
glChildren: {
|
|
14
|
+
type: PropType<Array< IComponentInstance>>;
|
|
15
|
+
default(): never[];
|
|
16
|
+
};
|
|
17
|
+
glCtx: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
default(): {};
|
|
20
|
+
};
|
|
21
|
+
glIsRuntime: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default(): boolean;
|
|
24
|
+
};
|
|
25
|
+
glRuntimeFlag: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default(): string;
|
|
28
|
+
};
|
|
29
|
+
glIndex: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
};
|
|
32
|
+
glLoopItem: ObjectConstructor;
|
|
33
|
+
glLoopIndex: NumberConstructor;
|
|
34
|
+
glIgnoreInjectPageProxy: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default(): boolean;
|
|
37
|
+
};
|
|
38
|
+
componentStoreId: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default(): string;
|
|
41
|
+
};
|
|
42
|
+
pageCustom: PropType<PageCustomType>;
|
|
43
|
+
pagePermission: PropType<PagePermission>;
|
|
44
|
+
glDoAction: {
|
|
45
|
+
type: FunctionConstructor;
|
|
46
|
+
required: boolean;
|
|
47
|
+
};
|
|
48
|
+
modelValue: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
_content: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* 空值模式
|
|
58
|
+
* 1:不展示占位符
|
|
59
|
+
* 2:展示占位符
|
|
60
|
+
* 3:只在设计时展示占位符
|
|
61
|
+
*/
|
|
62
|
+
emptyMode: {
|
|
63
|
+
type: NumberConstructor;
|
|
64
|
+
default: number;
|
|
65
|
+
};
|
|
66
|
+
emptyText: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
71
|
+
"update:modelValue": (...args: any[]) => void;
|
|
72
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
73
|
+
parentId: {
|
|
74
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
75
|
+
};
|
|
76
|
+
glComponentInst: {
|
|
77
|
+
type: PropType<IComponentInstance>;
|
|
78
|
+
default(): ComponentInstance;
|
|
79
|
+
};
|
|
80
|
+
glChildren: {
|
|
81
|
+
type: PropType<Array< IComponentInstance>>;
|
|
82
|
+
default(): never[];
|
|
83
|
+
};
|
|
84
|
+
glCtx: {
|
|
85
|
+
type: ObjectConstructor;
|
|
86
|
+
default(): {};
|
|
87
|
+
};
|
|
88
|
+
glIsRuntime: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default(): boolean;
|
|
91
|
+
};
|
|
92
|
+
glRuntimeFlag: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default(): string;
|
|
95
|
+
};
|
|
96
|
+
glIndex: {
|
|
97
|
+
type: NumberConstructor;
|
|
98
|
+
};
|
|
99
|
+
glLoopItem: ObjectConstructor;
|
|
100
|
+
glLoopIndex: NumberConstructor;
|
|
101
|
+
glIgnoreInjectPageProxy: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default(): boolean;
|
|
104
|
+
};
|
|
105
|
+
componentStoreId: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
default(): string;
|
|
108
|
+
};
|
|
109
|
+
pageCustom: PropType<PageCustomType>;
|
|
110
|
+
pagePermission: PropType<PagePermission>;
|
|
111
|
+
glDoAction: {
|
|
112
|
+
type: FunctionConstructor;
|
|
113
|
+
required: boolean;
|
|
114
|
+
};
|
|
115
|
+
modelValue: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
_content: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* 空值模式
|
|
125
|
+
* 1:不展示占位符
|
|
126
|
+
* 2:展示占位符
|
|
127
|
+
* 3:只在设计时展示占位符
|
|
128
|
+
*/
|
|
129
|
+
emptyMode: {
|
|
130
|
+
type: NumberConstructor;
|
|
131
|
+
default: number;
|
|
132
|
+
};
|
|
133
|
+
emptyText: {
|
|
134
|
+
type: StringConstructor;
|
|
135
|
+
default: string;
|
|
136
|
+
};
|
|
137
|
+
}>> & Readonly<{
|
|
138
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
139
|
+
}>, {
|
|
140
|
+
modelValue: string;
|
|
141
|
+
glComponentInst: IComponentInstance;
|
|
142
|
+
glChildren: IComponentInstance[];
|
|
143
|
+
glCtx: Record<string, any>;
|
|
144
|
+
glIsRuntime: boolean;
|
|
145
|
+
glRuntimeFlag: string;
|
|
146
|
+
glIgnoreInjectPageProxy: boolean;
|
|
147
|
+
componentStoreId: string;
|
|
148
|
+
emptyMode: number;
|
|
149
|
+
emptyText: string;
|
|
150
|
+
_content: string;
|
|
151
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
152
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default(): string;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* 自动调整高度,如果为true,则minRows和maxRows无效
|
|
9
|
+
*/
|
|
10
|
+
autoSize: BooleanConstructor;
|
|
11
|
+
minRows: NumberConstructor;
|
|
12
|
+
maxRows: NumberConstructor;
|
|
13
|
+
}>, {
|
|
14
|
+
appendText: (params?: {
|
|
15
|
+
text: string;
|
|
16
|
+
newLine?: boolean;
|
|
17
|
+
}) => void;
|
|
18
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
+
"update:modelValue": (...args: any[]) => void;
|
|
20
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
21
|
+
modelValue: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default(): string;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* 自动调整高度,如果为true,则minRows和maxRows无效
|
|
27
|
+
*/
|
|
28
|
+
autoSize: BooleanConstructor;
|
|
29
|
+
minRows: NumberConstructor;
|
|
30
|
+
maxRows: NumberConstructor;
|
|
31
|
+
}>> & Readonly<{
|
|
32
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
autoSize: boolean;
|
|
35
|
+
modelValue: string;
|
|
36
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
export default _default;
|