@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,444 @@
|
|
|
1
|
+
import { EntityReaderParam, TriggerConstraint, TriggerMode, PageCustomType, PagePermission } from '@geelato/gl-runtime-core';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
3
|
+
import { IComponentInstance } from '@geelato/gl-types';
|
|
4
|
+
import { ComponentInstance } from '@geelato/gl-ui-schema';
|
|
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
|
+
/**
|
|
49
|
+
* 数据字典值,
|
|
50
|
+
* 若为字符串格式,默认如a,b,c,d,也可以为数组字符串格式如:['a','b','c']
|
|
51
|
+
* 若为数组格式,默认如[1,2,3]
|
|
52
|
+
* 若为单值,配置为多值,则会自动转成多值格式
|
|
53
|
+
* 若为多值,配置为单值,则会自动转成单值格式,取每一个值
|
|
54
|
+
*/
|
|
55
|
+
modelValue: {
|
|
56
|
+
type: (StringConstructor | NumberConstructor | {
|
|
57
|
+
(arrayLength: number): (string | number)[];
|
|
58
|
+
(...items: (string | number)[]): (string | number)[];
|
|
59
|
+
new (arrayLength: number): (string | number)[];
|
|
60
|
+
new (...items: (string | number)[]): (string | number)[];
|
|
61
|
+
isArray(arg: any): arg is any[];
|
|
62
|
+
readonly prototype: any[];
|
|
63
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
64
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
65
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
66
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
67
|
+
of<T>(...items: T[]): T[];
|
|
68
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
69
|
+
})[];
|
|
70
|
+
default(): undefined;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* 多选时的返回值格式
|
|
74
|
+
* string: 返回逗号分隔的字符串,如 'a,b,c'
|
|
75
|
+
* array: 返回数组,如 ['a','b','c']
|
|
76
|
+
* 默认为 array
|
|
77
|
+
*/
|
|
78
|
+
multiValueFormat: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* 数据字典名称,即数据选择集名称
|
|
84
|
+
*/
|
|
85
|
+
dictId: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* 加载数据的触发模式
|
|
90
|
+
*/
|
|
91
|
+
triggerMode: {
|
|
92
|
+
type: PropType<TriggerMode>;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* 触发约束条件,限制触发条件
|
|
96
|
+
* 可以有多个触发约束条件,需要满足所有的条件,才会触发
|
|
97
|
+
* 为空则不限制
|
|
98
|
+
*/
|
|
99
|
+
triggerConstraint: {
|
|
100
|
+
type: PropType<Array<TriggerConstraint>>;
|
|
101
|
+
default(): never[];
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* 数据字典过滤条件
|
|
105
|
+
*/
|
|
106
|
+
valueFilter: {
|
|
107
|
+
type: PropType<Array<EntityReaderParam>>;
|
|
108
|
+
default(): never[];
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* 选择的名称绑定的组件id
|
|
112
|
+
* 在选择字典时,同时将名称值绑定到另一个组件中,如果不设置,则不需绑定
|
|
113
|
+
* 可以有多个id,多个id之间用","分隔
|
|
114
|
+
*/
|
|
115
|
+
nameFieldBindComponentId: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default(): string;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* 选择的名称绑定的可编辑表格记录$gl.ctx.record字段名
|
|
121
|
+
* 在选择字典时,同时将名称值绑定到可编辑表格记录$gl.ctx.record的指定字段中,如果不设置,则不需绑定
|
|
122
|
+
*/
|
|
123
|
+
nameFieldBindRecordField: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
default(): string;
|
|
126
|
+
};
|
|
127
|
+
valueFieldBindComponentId: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
default(): string;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* 升序降序
|
|
133
|
+
*/
|
|
134
|
+
dictAscOrDesc: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default(): string;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* 下拉单选select|下拉复选multiSelect|展开单选radio|展开复选checkbox
|
|
140
|
+
*/
|
|
141
|
+
displayType: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default(): string;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* 可以选择的最大项数,displayType为checkbox才有效
|
|
147
|
+
*/
|
|
148
|
+
maxCount: {
|
|
149
|
+
type: NumberConstructor;
|
|
150
|
+
default(): number;
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* 在label中,同时展示值
|
|
154
|
+
*/
|
|
155
|
+
showValueInLabel: BooleanConstructor;
|
|
156
|
+
/**
|
|
157
|
+
* 在label中,同时展示描述信息
|
|
158
|
+
*/
|
|
159
|
+
showRemarkInLabel: BooleanConstructor;
|
|
160
|
+
/**
|
|
161
|
+
* 禁用项的展示模式
|
|
162
|
+
* 默认DictItemDisplayMode.hideInEdit
|
|
163
|
+
*/
|
|
164
|
+
dictItemDisplayMode: StringConstructor;
|
|
165
|
+
/**
|
|
166
|
+
* 禁用项是否可以被选中,默认为false
|
|
167
|
+
* 一般用于查询条件时,需要将禁用项选中,因为存在一些历史数据需要查询
|
|
168
|
+
*/
|
|
169
|
+
isForbiddenItemCanSelect: BooleanConstructor;
|
|
170
|
+
disabled: BooleanConstructor;
|
|
171
|
+
readonly: BooleanConstructor;
|
|
172
|
+
allowClear: {
|
|
173
|
+
type: BooleanConstructor;
|
|
174
|
+
default(): boolean;
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* 可依据选项的颜色值,展示颜色
|
|
178
|
+
* 默认启用
|
|
179
|
+
*/
|
|
180
|
+
allowColor: {
|
|
181
|
+
type: BooleanConstructor;
|
|
182
|
+
default(): boolean;
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* 只读显示格式
|
|
186
|
+
* true: 按文本展示(文1,文2,文3)- 只读或禁用状态时,按文本进行展示,只有一个值时如文1,多个值时如文1,文2,文3,常用于列表中按文本进行展示
|
|
187
|
+
* false: 按"显示类型"设置展示(默认值)- 即只有在下拉单项、下拉复选时才展示为文本格式,展开单选,展开复选时按组件进行展示
|
|
188
|
+
*/
|
|
189
|
+
displayAsText: {
|
|
190
|
+
type: BooleanConstructor;
|
|
191
|
+
default(): boolean;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* 默认选中的选项索引(从0开始)
|
|
195
|
+
* 仅在初始值为空时生效,优先级低于其他设置值的方式
|
|
196
|
+
*/
|
|
197
|
+
defaultSelectedIndex: {
|
|
198
|
+
type: NumberConstructor;
|
|
199
|
+
default: number;
|
|
200
|
+
};
|
|
201
|
+
dropdownMaxWidth: {
|
|
202
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
203
|
+
};
|
|
204
|
+
}>, {
|
|
205
|
+
fetchData: (message?: string) => void;
|
|
206
|
+
getSelectedOption: () => {
|
|
207
|
+
value: string;
|
|
208
|
+
label: string;
|
|
209
|
+
color?: string;
|
|
210
|
+
} | undefined;
|
|
211
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
212
|
+
parentId: {
|
|
213
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
214
|
+
};
|
|
215
|
+
glComponentInst: {
|
|
216
|
+
type: PropType<IComponentInstance>;
|
|
217
|
+
default(): ComponentInstance;
|
|
218
|
+
};
|
|
219
|
+
glChildren: {
|
|
220
|
+
type: PropType<Array< IComponentInstance>>;
|
|
221
|
+
default(): never[];
|
|
222
|
+
};
|
|
223
|
+
glCtx: {
|
|
224
|
+
type: ObjectConstructor;
|
|
225
|
+
default(): {};
|
|
226
|
+
};
|
|
227
|
+
glIsRuntime: {
|
|
228
|
+
type: BooleanConstructor;
|
|
229
|
+
default(): boolean;
|
|
230
|
+
};
|
|
231
|
+
glRuntimeFlag: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
default(): string;
|
|
234
|
+
};
|
|
235
|
+
glIndex: {
|
|
236
|
+
type: NumberConstructor;
|
|
237
|
+
};
|
|
238
|
+
glLoopItem: ObjectConstructor;
|
|
239
|
+
glLoopIndex: NumberConstructor;
|
|
240
|
+
glIgnoreInjectPageProxy: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
default(): boolean;
|
|
243
|
+
};
|
|
244
|
+
componentStoreId: {
|
|
245
|
+
type: StringConstructor;
|
|
246
|
+
default(): string;
|
|
247
|
+
};
|
|
248
|
+
pageCustom: PropType<PageCustomType>;
|
|
249
|
+
pagePermission: PropType<PagePermission>;
|
|
250
|
+
glDoAction: {
|
|
251
|
+
type: FunctionConstructor;
|
|
252
|
+
required: boolean;
|
|
253
|
+
};
|
|
254
|
+
/**
|
|
255
|
+
* 数据字典值,
|
|
256
|
+
* 若为字符串格式,默认如a,b,c,d,也可以为数组字符串格式如:['a','b','c']
|
|
257
|
+
* 若为数组格式,默认如[1,2,3]
|
|
258
|
+
* 若为单值,配置为多值,则会自动转成多值格式
|
|
259
|
+
* 若为多值,配置为单值,则会自动转成单值格式,取每一个值
|
|
260
|
+
*/
|
|
261
|
+
modelValue: {
|
|
262
|
+
type: (StringConstructor | NumberConstructor | {
|
|
263
|
+
(arrayLength: number): (string | number)[];
|
|
264
|
+
(...items: (string | number)[]): (string | number)[];
|
|
265
|
+
new (arrayLength: number): (string | number)[];
|
|
266
|
+
new (...items: (string | number)[]): (string | number)[];
|
|
267
|
+
isArray(arg: any): arg is any[];
|
|
268
|
+
readonly prototype: any[];
|
|
269
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
270
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
271
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
272
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
273
|
+
of<T>(...items: T[]): T[];
|
|
274
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
275
|
+
})[];
|
|
276
|
+
default(): undefined;
|
|
277
|
+
};
|
|
278
|
+
/**
|
|
279
|
+
* 多选时的返回值格式
|
|
280
|
+
* string: 返回逗号分隔的字符串,如 'a,b,c'
|
|
281
|
+
* array: 返回数组,如 ['a','b','c']
|
|
282
|
+
* 默认为 array
|
|
283
|
+
*/
|
|
284
|
+
multiValueFormat: {
|
|
285
|
+
type: StringConstructor;
|
|
286
|
+
default: string;
|
|
287
|
+
};
|
|
288
|
+
/**
|
|
289
|
+
* 数据字典名称,即数据选择集名称
|
|
290
|
+
*/
|
|
291
|
+
dictId: {
|
|
292
|
+
type: StringConstructor;
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* 加载数据的触发模式
|
|
296
|
+
*/
|
|
297
|
+
triggerMode: {
|
|
298
|
+
type: PropType<TriggerMode>;
|
|
299
|
+
};
|
|
300
|
+
/**
|
|
301
|
+
* 触发约束条件,限制触发条件
|
|
302
|
+
* 可以有多个触发约束条件,需要满足所有的条件,才会触发
|
|
303
|
+
* 为空则不限制
|
|
304
|
+
*/
|
|
305
|
+
triggerConstraint: {
|
|
306
|
+
type: PropType<Array<TriggerConstraint>>;
|
|
307
|
+
default(): never[];
|
|
308
|
+
};
|
|
309
|
+
/**
|
|
310
|
+
* 数据字典过滤条件
|
|
311
|
+
*/
|
|
312
|
+
valueFilter: {
|
|
313
|
+
type: PropType<Array<EntityReaderParam>>;
|
|
314
|
+
default(): never[];
|
|
315
|
+
};
|
|
316
|
+
/**
|
|
317
|
+
* 选择的名称绑定的组件id
|
|
318
|
+
* 在选择字典时,同时将名称值绑定到另一个组件中,如果不设置,则不需绑定
|
|
319
|
+
* 可以有多个id,多个id之间用","分隔
|
|
320
|
+
*/
|
|
321
|
+
nameFieldBindComponentId: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
default(): string;
|
|
324
|
+
};
|
|
325
|
+
/**
|
|
326
|
+
* 选择的名称绑定的可编辑表格记录$gl.ctx.record字段名
|
|
327
|
+
* 在选择字典时,同时将名称值绑定到可编辑表格记录$gl.ctx.record的指定字段中,如果不设置,则不需绑定
|
|
328
|
+
*/
|
|
329
|
+
nameFieldBindRecordField: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
default(): string;
|
|
332
|
+
};
|
|
333
|
+
valueFieldBindComponentId: {
|
|
334
|
+
type: StringConstructor;
|
|
335
|
+
default(): string;
|
|
336
|
+
};
|
|
337
|
+
/**
|
|
338
|
+
* 升序降序
|
|
339
|
+
*/
|
|
340
|
+
dictAscOrDesc: {
|
|
341
|
+
type: StringConstructor;
|
|
342
|
+
default(): string;
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* 下拉单选select|下拉复选multiSelect|展开单选radio|展开复选checkbox
|
|
346
|
+
*/
|
|
347
|
+
displayType: {
|
|
348
|
+
type: StringConstructor;
|
|
349
|
+
default(): string;
|
|
350
|
+
};
|
|
351
|
+
/**
|
|
352
|
+
* 可以选择的最大项数,displayType为checkbox才有效
|
|
353
|
+
*/
|
|
354
|
+
maxCount: {
|
|
355
|
+
type: NumberConstructor;
|
|
356
|
+
default(): number;
|
|
357
|
+
};
|
|
358
|
+
/**
|
|
359
|
+
* 在label中,同时展示值
|
|
360
|
+
*/
|
|
361
|
+
showValueInLabel: BooleanConstructor;
|
|
362
|
+
/**
|
|
363
|
+
* 在label中,同时展示描述信息
|
|
364
|
+
*/
|
|
365
|
+
showRemarkInLabel: BooleanConstructor;
|
|
366
|
+
/**
|
|
367
|
+
* 禁用项的展示模式
|
|
368
|
+
* 默认DictItemDisplayMode.hideInEdit
|
|
369
|
+
*/
|
|
370
|
+
dictItemDisplayMode: StringConstructor;
|
|
371
|
+
/**
|
|
372
|
+
* 禁用项是否可以被选中,默认为false
|
|
373
|
+
* 一般用于查询条件时,需要将禁用项选中,因为存在一些历史数据需要查询
|
|
374
|
+
*/
|
|
375
|
+
isForbiddenItemCanSelect: BooleanConstructor;
|
|
376
|
+
disabled: BooleanConstructor;
|
|
377
|
+
readonly: BooleanConstructor;
|
|
378
|
+
allowClear: {
|
|
379
|
+
type: BooleanConstructor;
|
|
380
|
+
default(): boolean;
|
|
381
|
+
};
|
|
382
|
+
/**
|
|
383
|
+
* 可依据选项的颜色值,展示颜色
|
|
384
|
+
* 默认启用
|
|
385
|
+
*/
|
|
386
|
+
allowColor: {
|
|
387
|
+
type: BooleanConstructor;
|
|
388
|
+
default(): boolean;
|
|
389
|
+
};
|
|
390
|
+
/**
|
|
391
|
+
* 只读显示格式
|
|
392
|
+
* true: 按文本展示(文1,文2,文3)- 只读或禁用状态时,按文本进行展示,只有一个值时如文1,多个值时如文1,文2,文3,常用于列表中按文本进行展示
|
|
393
|
+
* false: 按"显示类型"设置展示(默认值)- 即只有在下拉单项、下拉复选时才展示为文本格式,展开单选,展开复选时按组件进行展示
|
|
394
|
+
*/
|
|
395
|
+
displayAsText: {
|
|
396
|
+
type: BooleanConstructor;
|
|
397
|
+
default(): boolean;
|
|
398
|
+
};
|
|
399
|
+
/**
|
|
400
|
+
* 默认选中的选项索引(从0开始)
|
|
401
|
+
* 仅在初始值为空时生效,优先级低于其他设置值的方式
|
|
402
|
+
*/
|
|
403
|
+
defaultSelectedIndex: {
|
|
404
|
+
type: NumberConstructor;
|
|
405
|
+
default: number;
|
|
406
|
+
};
|
|
407
|
+
dropdownMaxWidth: {
|
|
408
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
409
|
+
};
|
|
410
|
+
}>> & Readonly<{}>, {
|
|
411
|
+
modelValue: string | number | (string | number)[];
|
|
412
|
+
disabled: boolean;
|
|
413
|
+
allowClear: boolean;
|
|
414
|
+
glComponentInst: IComponentInstance;
|
|
415
|
+
glChildren: IComponentInstance[];
|
|
416
|
+
glCtx: Record<string, any>;
|
|
417
|
+
glIsRuntime: boolean;
|
|
418
|
+
glRuntimeFlag: string;
|
|
419
|
+
glIgnoreInjectPageProxy: boolean;
|
|
420
|
+
componentStoreId: string;
|
|
421
|
+
readonly: boolean;
|
|
422
|
+
maxCount: number;
|
|
423
|
+
defaultSelectedIndex: number;
|
|
424
|
+
multiValueFormat: string;
|
|
425
|
+
triggerMode: any;
|
|
426
|
+
triggerConstraint: any;
|
|
427
|
+
valueFilter: any;
|
|
428
|
+
nameFieldBindComponentId: string;
|
|
429
|
+
showValueInLabel: boolean;
|
|
430
|
+
showRemarkInLabel: boolean;
|
|
431
|
+
isForbiddenItemCanSelect: boolean;
|
|
432
|
+
nameFieldBindRecordField: string;
|
|
433
|
+
valueFieldBindComponentId: string;
|
|
434
|
+
dictAscOrDesc: string;
|
|
435
|
+
displayType: string;
|
|
436
|
+
allowColor: boolean;
|
|
437
|
+
displayAsText: boolean;
|
|
438
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
439
|
+
export default _default;
|
|
440
|
+
export declare const enum DictItemDisplayMode {
|
|
441
|
+
hideInEdit = "hideInEdit",
|
|
442
|
+
hide = "hide",
|
|
443
|
+
show = "show"
|
|
444
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'\u672A\u590D\u5236\uFF0C\u5185\u5BB9\u4E3A\u7A7A': string;
|
|
3
|
+
复制成功: string;
|
|
4
|
+
双击复制: string;
|
|
5
|
+
无: string;
|
|
6
|
+
请选择: string;
|
|
7
|
+
'\u3010\u6682\u65E0\u6570\u636E\u3011': string;
|
|
8
|
+
'\u3010\u672A\u914D\u7F6E\u5B57\u5178\u3011': string;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'\u672A\u590D\u5236\uFF0C\u5185\u5BB9\u4E3A\u7A7A': string;
|
|
3
|
+
复制成功: string;
|
|
4
|
+
双击复制: string;
|
|
5
|
+
无: string;
|
|
6
|
+
请选择: string;
|
|
7
|
+
'\u3010\u6682\u65E0\u6570\u636E\u3011': string;
|
|
8
|
+
'\u3010\u672A\u914D\u7F6E\u5B57\u5178\u3011': string;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
label?: string;
|
|
4
|
+
showLabel?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
/**
|
|
3
|
+
* @author Geelato
|
|
4
|
+
* @description 拖拽验证组件
|
|
5
|
+
*/
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<ExtractPropTypes<{
|
|
7
|
+
isPassing: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
width: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
height: {
|
|
16
|
+
type: NumberConstructor;
|
|
17
|
+
default: number;
|
|
18
|
+
};
|
|
19
|
+
text: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
successText: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
background: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
progressBarBg: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
completedBg: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
circle: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
radius: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
handlerBg: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
iconSize: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
textSize: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
textColor: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
}>, {
|
|
64
|
+
reset: () => void;
|
|
65
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
66
|
+
handlerMove: (...args: any[]) => void;
|
|
67
|
+
"update:isPassing": (...args: any[]) => void;
|
|
68
|
+
passFail: (...args: any[]) => void;
|
|
69
|
+
passCallBack: (...args: any[]) => void;
|
|
70
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
71
|
+
isPassing: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
width: {
|
|
76
|
+
type: NumberConstructor;
|
|
77
|
+
default: number;
|
|
78
|
+
};
|
|
79
|
+
height: {
|
|
80
|
+
type: NumberConstructor;
|
|
81
|
+
default: number;
|
|
82
|
+
};
|
|
83
|
+
text: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
successText: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
background: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default: string;
|
|
94
|
+
};
|
|
95
|
+
progressBarBg: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
completedBg: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
|
+
circle: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
107
|
+
radius: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
handlerBg: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
iconSize: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
textSize: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
textColor: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
default: string;
|
|
126
|
+
};
|
|
127
|
+
}>> & Readonly<{
|
|
128
|
+
onHandlerMove?: ((...args: any[]) => any) | undefined;
|
|
129
|
+
"onUpdate:isPassing"?: ((...args: any[]) => any) | undefined;
|
|
130
|
+
onPassFail?: ((...args: any[]) => any) | undefined;
|
|
131
|
+
onPassCallBack?: ((...args: any[]) => any) | undefined;
|
|
132
|
+
}>, {
|
|
133
|
+
text: string;
|
|
134
|
+
circle: boolean;
|
|
135
|
+
height: number;
|
|
136
|
+
width: number;
|
|
137
|
+
background: string;
|
|
138
|
+
iconSize: string;
|
|
139
|
+
isPassing: boolean;
|
|
140
|
+
successText: string;
|
|
141
|
+
progressBarBg: string;
|
|
142
|
+
completedBg: string;
|
|
143
|
+
radius: string;
|
|
144
|
+
handlerBg: string;
|
|
145
|
+
textSize: string;
|
|
146
|
+
textColor: string;
|
|
147
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
148
|
+
dragVerifyRef: HTMLDivElement;
|
|
149
|
+
progressBarRef: HTMLDivElement;
|
|
150
|
+
messageRef: HTMLDivElement;
|
|
151
|
+
handlerRef: HTMLDivElement;
|
|
152
|
+
}, HTMLDivElement>, {
|
|
153
|
+
textBefore?(_: {}): any;
|
|
154
|
+
textAfter?(_: {}): any;
|
|
155
|
+
}>;
|
|
156
|
+
export default _default;
|
|
157
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
158
|
+
new (): {
|
|
159
|
+
$slots: S;
|
|
160
|
+
};
|
|
161
|
+
};
|