@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
|
Binary file
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { SelectOptionData, SelectOptionGroup } from '@arco-design/web-vue';
|
|
2
|
+
import { ColumnSelectType } from '@geelato/gl-runtime-core';
|
|
3
|
+
/**
|
|
4
|
+
* 查询所有的应用
|
|
5
|
+
* @param params
|
|
6
|
+
* @param successBack
|
|
7
|
+
* @param failBack
|
|
8
|
+
*/
|
|
9
|
+
export declare const queryAppSelectOptions: (params: Record<string, any>, successBack?: any, failBack?: any) => Promise<void>;
|
|
10
|
+
/**
|
|
11
|
+
* 查询字典编码下所有字典项
|
|
12
|
+
* @param dictCode
|
|
13
|
+
*/
|
|
14
|
+
export declare const queryDictItemSelectOptions: (dictCode: string) => Promise<SelectOptionData[]>;
|
|
15
|
+
/**
|
|
16
|
+
* 模型字段类型分组处理
|
|
17
|
+
* @param data
|
|
18
|
+
*/
|
|
19
|
+
export declare const handleSelectType: (data: ColumnSelectType[]) => SelectOptionGroup[];
|
|
20
|
+
/**
|
|
21
|
+
* 查询模型字段类型
|
|
22
|
+
* @param successBack
|
|
23
|
+
* @param handleBack
|
|
24
|
+
* @param failBack
|
|
25
|
+
*/
|
|
26
|
+
export declare const getTypeSelectOptionGroup: (successBack?: any, failBack?: any) => Promise<void>;
|
|
27
|
+
/**
|
|
28
|
+
* 查询SQL配置
|
|
29
|
+
* @param params
|
|
30
|
+
* @param successBack
|
|
31
|
+
* @param failBack
|
|
32
|
+
*/
|
|
33
|
+
export declare const getSqlSelectOptionGroup: (params: Record<string, any>, successBack?: any, failBack?: any) => Promise<void>;
|
|
34
|
+
/**
|
|
35
|
+
* 查询条码配置
|
|
36
|
+
* @param params
|
|
37
|
+
* @param successBack
|
|
38
|
+
* @param failBack
|
|
39
|
+
*/
|
|
40
|
+
export declare const queryBarcodeOptions: (params: Record<string, any>, successBack?: any, failBack?: any) => Promise<void>;
|
|
41
|
+
export declare const queryFontFamiliesOptions: (successBack?: any, failBack?: any) => Promise<void>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<ExtractPropTypes<{
|
|
3
|
+
label: StringConstructor;
|
|
4
|
+
_content: StringConstructor;
|
|
5
|
+
transparent: BooleanConstructor;
|
|
6
|
+
}>, {
|
|
7
|
+
setLabel: (props: {
|
|
8
|
+
label: string;
|
|
9
|
+
}) => void;
|
|
10
|
+
setContent: (props: {
|
|
11
|
+
content: string;
|
|
12
|
+
}) => void;
|
|
13
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
14
|
+
label: StringConstructor;
|
|
15
|
+
_content: StringConstructor;
|
|
16
|
+
transparent: BooleanConstructor;
|
|
17
|
+
}>> & Readonly<{}>, {
|
|
18
|
+
transparent: boolean;
|
|
19
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
|
|
20
|
+
action?(_: {}): any;
|
|
21
|
+
}>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,117 @@
|
|
|
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
|
+
label: StringConstructor;
|
|
53
|
+
iconType: StringConstructor;
|
|
54
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
55
|
+
"update:modelValue": (...args: any[]) => void;
|
|
56
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
57
|
+
parentId: {
|
|
58
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
59
|
+
};
|
|
60
|
+
glComponentInst: {
|
|
61
|
+
type: PropType<IComponentInstance>;
|
|
62
|
+
default(): ComponentInstance;
|
|
63
|
+
};
|
|
64
|
+
glChildren: {
|
|
65
|
+
type: PropType<Array< IComponentInstance>>;
|
|
66
|
+
default(): never[];
|
|
67
|
+
};
|
|
68
|
+
glCtx: {
|
|
69
|
+
type: ObjectConstructor;
|
|
70
|
+
default(): {};
|
|
71
|
+
};
|
|
72
|
+
glIsRuntime: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default(): boolean;
|
|
75
|
+
};
|
|
76
|
+
glRuntimeFlag: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default(): string;
|
|
79
|
+
};
|
|
80
|
+
glIndex: {
|
|
81
|
+
type: NumberConstructor;
|
|
82
|
+
};
|
|
83
|
+
glLoopItem: ObjectConstructor;
|
|
84
|
+
glLoopIndex: NumberConstructor;
|
|
85
|
+
glIgnoreInjectPageProxy: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default(): boolean;
|
|
88
|
+
};
|
|
89
|
+
componentStoreId: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default(): string;
|
|
92
|
+
};
|
|
93
|
+
pageCustom: PropType<PageCustomType>;
|
|
94
|
+
pagePermission: PropType<PagePermission>;
|
|
95
|
+
glDoAction: {
|
|
96
|
+
type: FunctionConstructor;
|
|
97
|
+
required: boolean;
|
|
98
|
+
};
|
|
99
|
+
modelValue: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default(): string;
|
|
102
|
+
};
|
|
103
|
+
label: StringConstructor;
|
|
104
|
+
iconType: StringConstructor;
|
|
105
|
+
}>> & Readonly<{
|
|
106
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
}>, {
|
|
108
|
+
modelValue: string;
|
|
109
|
+
glComponentInst: IComponentInstance;
|
|
110
|
+
glChildren: IComponentInstance[];
|
|
111
|
+
glCtx: Record<string, any>;
|
|
112
|
+
glIsRuntime: boolean;
|
|
113
|
+
glRuntimeFlag: string;
|
|
114
|
+
glIgnoreInjectPageProxy: boolean;
|
|
115
|
+
componentStoreId: string;
|
|
116
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
117
|
+
export default _default;
|
|
@@ -0,0 +1,134 @@
|
|
|
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: __VLS_WithTemplateSlots< 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
|
+
label: StringConstructor;
|
|
49
|
+
showLabel: BooleanConstructor;
|
|
50
|
+
closePanel: BooleanConstructor;
|
|
51
|
+
maxContentHeight: StringConstructor;
|
|
52
|
+
minContentHeight: StringConstructor;
|
|
53
|
+
iconType: StringConstructor;
|
|
54
|
+
renderMode: StringConstructor;
|
|
55
|
+
}>, {
|
|
56
|
+
closePanel: () => void;
|
|
57
|
+
switchPanel: () => void;
|
|
58
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
59
|
+
closePanel: (...args: any[]) => void;
|
|
60
|
+
switchPanel: (...args: any[]) => void;
|
|
61
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
62
|
+
parentId: {
|
|
63
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
64
|
+
};
|
|
65
|
+
glComponentInst: {
|
|
66
|
+
type: PropType<IComponentInstance>;
|
|
67
|
+
default(): ComponentInstance;
|
|
68
|
+
};
|
|
69
|
+
glChildren: {
|
|
70
|
+
type: PropType<Array< IComponentInstance>>;
|
|
71
|
+
default(): never[];
|
|
72
|
+
};
|
|
73
|
+
glCtx: {
|
|
74
|
+
type: ObjectConstructor;
|
|
75
|
+
default(): {};
|
|
76
|
+
};
|
|
77
|
+
glIsRuntime: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default(): boolean;
|
|
80
|
+
};
|
|
81
|
+
glRuntimeFlag: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default(): string;
|
|
84
|
+
};
|
|
85
|
+
glIndex: {
|
|
86
|
+
type: NumberConstructor;
|
|
87
|
+
};
|
|
88
|
+
glLoopItem: ObjectConstructor;
|
|
89
|
+
glLoopIndex: NumberConstructor;
|
|
90
|
+
glIgnoreInjectPageProxy: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default(): boolean;
|
|
93
|
+
};
|
|
94
|
+
componentStoreId: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default(): string;
|
|
97
|
+
};
|
|
98
|
+
pageCustom: PropType<PageCustomType>;
|
|
99
|
+
pagePermission: PropType<PagePermission>;
|
|
100
|
+
glDoAction: {
|
|
101
|
+
type: FunctionConstructor;
|
|
102
|
+
required: boolean;
|
|
103
|
+
};
|
|
104
|
+
label: StringConstructor;
|
|
105
|
+
showLabel: BooleanConstructor;
|
|
106
|
+
closePanel: BooleanConstructor;
|
|
107
|
+
maxContentHeight: StringConstructor;
|
|
108
|
+
minContentHeight: StringConstructor;
|
|
109
|
+
iconType: StringConstructor;
|
|
110
|
+
renderMode: StringConstructor;
|
|
111
|
+
}>> & Readonly<{
|
|
112
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
113
|
+
onSwitchPanel?: ((...args: any[]) => any) | undefined;
|
|
114
|
+
}>, {
|
|
115
|
+
glComponentInst: IComponentInstance;
|
|
116
|
+
glChildren: IComponentInstance[];
|
|
117
|
+
glCtx: Record<string, any>;
|
|
118
|
+
glIsRuntime: boolean;
|
|
119
|
+
glRuntimeFlag: string;
|
|
120
|
+
glIgnoreInjectPageProxy: boolean;
|
|
121
|
+
componentStoreId: string;
|
|
122
|
+
showLabel: boolean;
|
|
123
|
+
closePanel: boolean;
|
|
124
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
|
|
125
|
+
extra?(_: {}): any;
|
|
126
|
+
actions?(_: {}): any;
|
|
127
|
+
cover?(_: {}): any;
|
|
128
|
+
}>;
|
|
129
|
+
export default _default;
|
|
130
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
131
|
+
new (): {
|
|
132
|
+
$slots: S;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
/**
|
|
4
|
+
* 若为字符串格式,默认如a,b,c,d,也可以为数组字符串格式如:['a','b','c']
|
|
5
|
+
* 若为数组格式,默认如[1,2,3]
|
|
6
|
+
*/
|
|
7
|
+
modelValue: (StringConstructor | ArrayConstructor)[];
|
|
8
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (...args: any[]) => void;
|
|
10
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
11
|
+
/**
|
|
12
|
+
* 若为字符串格式,默认如a,b,c,d,也可以为数组字符串格式如:['a','b','c']
|
|
13
|
+
* 若为数组格式,默认如[1,2,3]
|
|
14
|
+
*/
|
|
15
|
+
modelValue: (StringConstructor | ArrayConstructor)[];
|
|
16
|
+
}>> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,143 @@
|
|
|
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
|
+
showHistory: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default(): boolean;
|
|
55
|
+
};
|
|
56
|
+
showPreset: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default(): boolean;
|
|
59
|
+
};
|
|
60
|
+
showText: BooleanConstructor;
|
|
61
|
+
allowClear: BooleanConstructor;
|
|
62
|
+
readonly: BooleanConstructor;
|
|
63
|
+
disabled: BooleanConstructor;
|
|
64
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
65
|
+
"update:modelValue": (...args: any[]) => void;
|
|
66
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
67
|
+
parentId: {
|
|
68
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
69
|
+
};
|
|
70
|
+
glComponentInst: {
|
|
71
|
+
type: PropType<IComponentInstance>;
|
|
72
|
+
default(): ComponentInstance;
|
|
73
|
+
};
|
|
74
|
+
glChildren: {
|
|
75
|
+
type: PropType<Array< IComponentInstance>>;
|
|
76
|
+
default(): never[];
|
|
77
|
+
};
|
|
78
|
+
glCtx: {
|
|
79
|
+
type: ObjectConstructor;
|
|
80
|
+
default(): {};
|
|
81
|
+
};
|
|
82
|
+
glIsRuntime: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default(): boolean;
|
|
85
|
+
};
|
|
86
|
+
glRuntimeFlag: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default(): string;
|
|
89
|
+
};
|
|
90
|
+
glIndex: {
|
|
91
|
+
type: NumberConstructor;
|
|
92
|
+
};
|
|
93
|
+
glLoopItem: ObjectConstructor;
|
|
94
|
+
glLoopIndex: NumberConstructor;
|
|
95
|
+
glIgnoreInjectPageProxy: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default(): boolean;
|
|
98
|
+
};
|
|
99
|
+
componentStoreId: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default(): string;
|
|
102
|
+
};
|
|
103
|
+
pageCustom: PropType<PageCustomType>;
|
|
104
|
+
pagePermission: PropType<PagePermission>;
|
|
105
|
+
glDoAction: {
|
|
106
|
+
type: FunctionConstructor;
|
|
107
|
+
required: boolean;
|
|
108
|
+
};
|
|
109
|
+
modelValue: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
default(): string;
|
|
112
|
+
};
|
|
113
|
+
showHistory: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default(): boolean;
|
|
116
|
+
};
|
|
117
|
+
showPreset: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default(): boolean;
|
|
120
|
+
};
|
|
121
|
+
showText: BooleanConstructor;
|
|
122
|
+
allowClear: BooleanConstructor;
|
|
123
|
+
readonly: BooleanConstructor;
|
|
124
|
+
disabled: BooleanConstructor;
|
|
125
|
+
}>> & Readonly<{
|
|
126
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
}>, {
|
|
128
|
+
modelValue: string;
|
|
129
|
+
disabled: boolean;
|
|
130
|
+
allowClear: boolean;
|
|
131
|
+
glComponentInst: IComponentInstance;
|
|
132
|
+
glChildren: IComponentInstance[];
|
|
133
|
+
glCtx: Record<string, any>;
|
|
134
|
+
glIsRuntime: boolean;
|
|
135
|
+
glRuntimeFlag: string;
|
|
136
|
+
glIgnoreInjectPageProxy: boolean;
|
|
137
|
+
componentStoreId: string;
|
|
138
|
+
readonly: boolean;
|
|
139
|
+
showText: boolean;
|
|
140
|
+
showHistory: boolean;
|
|
141
|
+
showPreset: boolean;
|
|
142
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
143
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (...args: any[]) => void;
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
10
|
+
modelValue: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
modelValue: string;
|
|
18
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
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
|
+
disabled: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
hideInput: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (...args: any[]) => void;
|
|
17
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
disabled: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
hideInput: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}>> & Readonly<{
|
|
31
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
modelValue: string;
|
|
34
|
+
disabled: boolean;
|
|
35
|
+
hideInput: boolean;
|
|
36
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
import { EntityReader } from '@geelato/gl-runtime-core';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
entityReader: {
|
|
9
|
+
type: PropType<EntityReader>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
taskId: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
simple: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
height: {
|
|
21
|
+
type: NumberConstructor;
|
|
22
|
+
default: number;
|
|
23
|
+
};
|
|
24
|
+
diffHeight: {
|
|
25
|
+
type: NumberConstructor;
|
|
26
|
+
default: number;
|
|
27
|
+
};
|
|
28
|
+
mask: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
disabled: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
}>, {
|
|
37
|
+
fetchData: (successBack?: any, failBack?: any) => void;
|
|
38
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
39
|
+
modelValue: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
entityReader: {
|
|
44
|
+
type: PropType<EntityReader>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
taskId: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
simple: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
height: {
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
default: number;
|
|
58
|
+
};
|
|
59
|
+
diffHeight: {
|
|
60
|
+
type: NumberConstructor;
|
|
61
|
+
default: number;
|
|
62
|
+
};
|
|
63
|
+
mask: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
disabled: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
}>> & Readonly<{}>, {
|
|
72
|
+
modelValue: string;
|
|
73
|
+
disabled: boolean;
|
|
74
|
+
mask: boolean;
|
|
75
|
+
height: number;
|
|
76
|
+
taskId: string;
|
|
77
|
+
simple: string;
|
|
78
|
+
diffHeight: number;
|
|
79
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
80
|
+
export default _default;
|