@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,302 @@
|
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, 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
|
+
/**
|
|
6
|
+
* 组件:GlMetricComparisonTable
|
|
7
|
+
* 功能:
|
|
8
|
+
* - 按指定的分组列(`groupColumn`)将数据分组,并在一个表格中进行横向对比展示。
|
|
9
|
+
* - 指标列(`metricColumns`)组合显示为行的第一列,用于标识当前对比的“指标”。
|
|
10
|
+
* - 展示列(`displayColumns`)在每个分组下各自显示原值,比较列(`compareColumns`)用于计算第一个分组与第二个分组的差值,差值列显示在“比较值”分组下。
|
|
11
|
+
* - 支持合计行(`showTotal`/`totalColumns`),对指定列进行求和,保留小数位数由`totalPrecision`控制。
|
|
12
|
+
* - 列标题映射通过`columnDict`传入对象进行字典映射(例如:{ 金额: '金额(元)' })。
|
|
13
|
+
* - 支持列宽可拖拽调整并缓存到本地(按组件实例id区分)。
|
|
14
|
+
*
|
|
15
|
+
* 事件:
|
|
16
|
+
* - rowClick(record, ev)
|
|
17
|
+
* - cellClick(record, column, ev)
|
|
18
|
+
*
|
|
19
|
+
* 方法:
|
|
20
|
+
* - setData({ data }):动态替换组件数据源。
|
|
21
|
+
*
|
|
22
|
+
* 使用示例(两组“公司”维度的费用对比):
|
|
23
|
+
*
|
|
24
|
+
* 示例页面代码:
|
|
25
|
+
*
|
|
26
|
+
* <template>
|
|
27
|
+
* <GlMetricComparisonTable
|
|
28
|
+
* :data="tableData"
|
|
29
|
+
* groupColumn="公司"
|
|
30
|
+
* :metricColumns="['费用项目','币种']"
|
|
31
|
+
* :displayColumns="['数量','单价']"
|
|
32
|
+
* :compareColumns="['金额']"
|
|
33
|
+
* :showTotal="true"
|
|
34
|
+
* :totalColumns="['金额','数量']"
|
|
35
|
+
* :columnDict="columnDict"
|
|
36
|
+
* label="公司费用对比"
|
|
37
|
+
* @rowClick="onRowClick"
|
|
38
|
+
* @cellClick="onCellClick"
|
|
39
|
+
* />
|
|
40
|
+
* </template>
|
|
41
|
+
*
|
|
42
|
+
* import { ref } from 'vue'
|
|
43
|
+
* const tableData = ref([
|
|
44
|
+
* // 甲公司与乙公司对同一费用项目(差旅)在不同币种下的对比
|
|
45
|
+
* { 公司: '甲公司', 费用项目: '差旅', 币种: 'CNY', 金额: 1000, 数量: 5, 单价: 200 },
|
|
46
|
+
* { 公司: '乙公司', 费用项目: '差旅', 币种: 'CNY', 金额: 800, 数量: 4, 单价: 200 },
|
|
47
|
+
* // 另一指标行(差旅,USD)
|
|
48
|
+
* { 公司: '甲公司', 费用项目: '差旅', 币种: 'USD', 金额: 300, 数量: 3, 单价: 100 },
|
|
49
|
+
* { 公司: '乙公司', 费用项目: '差旅', 币种: 'USD', 金额: 500, 数量: 5, 单价: 100 },
|
|
50
|
+
* // 另一费用项目(招待,CNY)
|
|
51
|
+
* { 公司: '甲公司', 费用项目: '招待', 币种: 'CNY', 金额: 600, 数量: 6, 单价: 100 },
|
|
52
|
+
* { 公司: '乙公司', 费用项目: '招待', 币种: 'CNY', 金额: 750, 数量: 5, 单价: 150 }
|
|
53
|
+
* ])
|
|
54
|
+
*
|
|
55
|
+
* // 列标题字典(Object),用于友好展示
|
|
56
|
+
* const columnDict = {
|
|
57
|
+
* 公司: '公司',
|
|
58
|
+
* 费用项目: '费用项目',
|
|
59
|
+
* 币种: '币种',
|
|
60
|
+
* 金额: '金额(元)',
|
|
61
|
+
* 数量: '数量',
|
|
62
|
+
* 单价: '单价',
|
|
63
|
+
* 比较值: '比较值'
|
|
64
|
+
* }
|
|
65
|
+
*
|
|
66
|
+
* const onRowClick = (record: any) => {
|
|
67
|
+
* // 处理行点击
|
|
68
|
+
* console.log('rowClick:', record)
|
|
69
|
+
* }
|
|
70
|
+
* const onCellClick = (record: any, column: any) => {
|
|
71
|
+
* // 处理单元格点击
|
|
72
|
+
* console.log('cellClick:', record, column)
|
|
73
|
+
* }
|
|
74
|
+
*
|
|
75
|
+
* 说明:
|
|
76
|
+
* - 对比值的计算以“分组列顺序”的前两个分组为准:第一个分组值 - 第二个分组值。
|
|
77
|
+
* - 若某分组某列值为空或非数值,按0处理;两个值同时为0时,比较列显示为空(以灰色“-”表示)。
|
|
78
|
+
* - 合计行会汇总当前表格中非合计的行值,并在“合计”行展示。
|
|
79
|
+
*/
|
|
80
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
81
|
+
parentId: {
|
|
82
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
83
|
+
};
|
|
84
|
+
glComponentInst: {
|
|
85
|
+
type: PropType< IComponentInstance>;
|
|
86
|
+
default(): ComponentInstance;
|
|
87
|
+
};
|
|
88
|
+
glChildren: {
|
|
89
|
+
type: PropType<Array< IComponentInstance>>;
|
|
90
|
+
default(): never[];
|
|
91
|
+
};
|
|
92
|
+
glCtx: {
|
|
93
|
+
type: ObjectConstructor;
|
|
94
|
+
default(): {};
|
|
95
|
+
};
|
|
96
|
+
glIsRuntime: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default(): boolean;
|
|
99
|
+
};
|
|
100
|
+
glRuntimeFlag: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default(): string;
|
|
103
|
+
};
|
|
104
|
+
glIndex: {
|
|
105
|
+
type: NumberConstructor;
|
|
106
|
+
};
|
|
107
|
+
glLoopItem: ObjectConstructor;
|
|
108
|
+
glLoopIndex: NumberConstructor;
|
|
109
|
+
glIgnoreInjectPageProxy: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default(): boolean;
|
|
112
|
+
};
|
|
113
|
+
componentStoreId: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
default(): string;
|
|
116
|
+
};
|
|
117
|
+
pageCustom: PropType< PageCustomType>;
|
|
118
|
+
pagePermission: PropType< PagePermission>;
|
|
119
|
+
glDoAction: {
|
|
120
|
+
type: FunctionConstructor;
|
|
121
|
+
required: boolean;
|
|
122
|
+
};
|
|
123
|
+
data: {
|
|
124
|
+
type: PropType<Record<string, any>[]>;
|
|
125
|
+
default: () => never[];
|
|
126
|
+
};
|
|
127
|
+
groupColumn: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
metricColumns: {
|
|
132
|
+
type: PropType<string[]>;
|
|
133
|
+
default: () => never[];
|
|
134
|
+
};
|
|
135
|
+
compareColumns: {
|
|
136
|
+
type: PropType<string[]>;
|
|
137
|
+
default: () => never[];
|
|
138
|
+
};
|
|
139
|
+
displayColumns: {
|
|
140
|
+
type: PropType<string[]>;
|
|
141
|
+
default: () => never[];
|
|
142
|
+
};
|
|
143
|
+
showTotal: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
totalColumns: {
|
|
148
|
+
type: PropType<string[]>;
|
|
149
|
+
default: () => never[];
|
|
150
|
+
};
|
|
151
|
+
totalPrecision: {
|
|
152
|
+
type: NumberConstructor;
|
|
153
|
+
default: number;
|
|
154
|
+
};
|
|
155
|
+
columnDict: {
|
|
156
|
+
type: PropType<Record<string, string>>;
|
|
157
|
+
default: () => {};
|
|
158
|
+
};
|
|
159
|
+
negativeColor: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
emptyColor: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
label: {
|
|
168
|
+
type: StringConstructor;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
hideLabel: {
|
|
172
|
+
type: BooleanConstructor;
|
|
173
|
+
default: boolean;
|
|
174
|
+
};
|
|
175
|
+
}>, {
|
|
176
|
+
setData: (params: {
|
|
177
|
+
data: any[];
|
|
178
|
+
}) => void;
|
|
179
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
180
|
+
cellClick: (...args: any[]) => void;
|
|
181
|
+
rowClick: (...args: any[]) => void;
|
|
182
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
183
|
+
parentId: {
|
|
184
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
185
|
+
};
|
|
186
|
+
glComponentInst: {
|
|
187
|
+
type: PropType< IComponentInstance>;
|
|
188
|
+
default(): ComponentInstance;
|
|
189
|
+
};
|
|
190
|
+
glChildren: {
|
|
191
|
+
type: PropType<Array< IComponentInstance>>;
|
|
192
|
+
default(): never[];
|
|
193
|
+
};
|
|
194
|
+
glCtx: {
|
|
195
|
+
type: ObjectConstructor;
|
|
196
|
+
default(): {};
|
|
197
|
+
};
|
|
198
|
+
glIsRuntime: {
|
|
199
|
+
type: BooleanConstructor;
|
|
200
|
+
default(): boolean;
|
|
201
|
+
};
|
|
202
|
+
glRuntimeFlag: {
|
|
203
|
+
type: StringConstructor;
|
|
204
|
+
default(): string;
|
|
205
|
+
};
|
|
206
|
+
glIndex: {
|
|
207
|
+
type: NumberConstructor;
|
|
208
|
+
};
|
|
209
|
+
glLoopItem: ObjectConstructor;
|
|
210
|
+
glLoopIndex: NumberConstructor;
|
|
211
|
+
glIgnoreInjectPageProxy: {
|
|
212
|
+
type: BooleanConstructor;
|
|
213
|
+
default(): boolean;
|
|
214
|
+
};
|
|
215
|
+
componentStoreId: {
|
|
216
|
+
type: StringConstructor;
|
|
217
|
+
default(): string;
|
|
218
|
+
};
|
|
219
|
+
pageCustom: PropType< PageCustomType>;
|
|
220
|
+
pagePermission: PropType< PagePermission>;
|
|
221
|
+
glDoAction: {
|
|
222
|
+
type: FunctionConstructor;
|
|
223
|
+
required: boolean;
|
|
224
|
+
};
|
|
225
|
+
data: {
|
|
226
|
+
type: PropType<Record<string, any>[]>;
|
|
227
|
+
default: () => never[];
|
|
228
|
+
};
|
|
229
|
+
groupColumn: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
default: string;
|
|
232
|
+
};
|
|
233
|
+
metricColumns: {
|
|
234
|
+
type: PropType<string[]>;
|
|
235
|
+
default: () => never[];
|
|
236
|
+
};
|
|
237
|
+
compareColumns: {
|
|
238
|
+
type: PropType<string[]>;
|
|
239
|
+
default: () => never[];
|
|
240
|
+
};
|
|
241
|
+
displayColumns: {
|
|
242
|
+
type: PropType<string[]>;
|
|
243
|
+
default: () => never[];
|
|
244
|
+
};
|
|
245
|
+
showTotal: {
|
|
246
|
+
type: BooleanConstructor;
|
|
247
|
+
default: boolean;
|
|
248
|
+
};
|
|
249
|
+
totalColumns: {
|
|
250
|
+
type: PropType<string[]>;
|
|
251
|
+
default: () => never[];
|
|
252
|
+
};
|
|
253
|
+
totalPrecision: {
|
|
254
|
+
type: NumberConstructor;
|
|
255
|
+
default: number;
|
|
256
|
+
};
|
|
257
|
+
columnDict: {
|
|
258
|
+
type: PropType<Record<string, string>>;
|
|
259
|
+
default: () => {};
|
|
260
|
+
};
|
|
261
|
+
negativeColor: {
|
|
262
|
+
type: StringConstructor;
|
|
263
|
+
default: string;
|
|
264
|
+
};
|
|
265
|
+
emptyColor: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
label: {
|
|
270
|
+
type: StringConstructor;
|
|
271
|
+
default: string;
|
|
272
|
+
};
|
|
273
|
+
hideLabel: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
}>> & Readonly<{
|
|
278
|
+
onCellClick?: ((...args: any[]) => any) | undefined;
|
|
279
|
+
onRowClick?: ((...args: any[]) => any) | undefined;
|
|
280
|
+
}>, {
|
|
281
|
+
label: string;
|
|
282
|
+
glComponentInst: IComponentInstance;
|
|
283
|
+
glChildren: IComponentInstance[];
|
|
284
|
+
glCtx: Record<string, any>;
|
|
285
|
+
glIsRuntime: boolean;
|
|
286
|
+
glRuntimeFlag: string;
|
|
287
|
+
glIgnoreInjectPageProxy: boolean;
|
|
288
|
+
componentStoreId: string;
|
|
289
|
+
data: Record<string, any>[];
|
|
290
|
+
showTotal: boolean;
|
|
291
|
+
hideLabel: boolean;
|
|
292
|
+
displayColumns: string[];
|
|
293
|
+
groupColumn: string;
|
|
294
|
+
metricColumns: string[];
|
|
295
|
+
compareColumns: string[];
|
|
296
|
+
totalColumns: string[];
|
|
297
|
+
totalPrecision: number;
|
|
298
|
+
columnDict: Record<string, string>;
|
|
299
|
+
negativeColor: string;
|
|
300
|
+
emptyColor: string;
|
|
301
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
302
|
+
export default _default;
|
|
@@ -0,0 +1,183 @@
|
|
|
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 { IComponentInstance } from '@geelato/gl-types';
|
|
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: PropType<Array<{
|
|
50
|
+
label: string | undefined;
|
|
51
|
+
value: string | undefined;
|
|
52
|
+
}[]>>;
|
|
53
|
+
default(): never[];
|
|
54
|
+
};
|
|
55
|
+
_labelColFlex: StringConstructor;
|
|
56
|
+
/**
|
|
57
|
+
* 每一组组件的配置项
|
|
58
|
+
*/
|
|
59
|
+
items: {
|
|
60
|
+
type: PropType<Array<{
|
|
61
|
+
inst: ComponentInstance;
|
|
62
|
+
showInTag: boolean;
|
|
63
|
+
}>>;
|
|
64
|
+
default(): never[];
|
|
65
|
+
};
|
|
66
|
+
jointMark: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default(): string;
|
|
69
|
+
};
|
|
70
|
+
tagColor: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default(): string;
|
|
73
|
+
};
|
|
74
|
+
tagSize: {
|
|
75
|
+
type: PropType<"small" | "medium" | "large" | undefined>;
|
|
76
|
+
default(): string;
|
|
77
|
+
};
|
|
78
|
+
readonly: BooleanConstructor;
|
|
79
|
+
disabled: BooleanConstructor;
|
|
80
|
+
extraComponent: PropType<ComponentInstance>;
|
|
81
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
82
|
+
"update:modelValue": (...args: any[]) => void;
|
|
83
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
84
|
+
parentId: {
|
|
85
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
86
|
+
};
|
|
87
|
+
glComponentInst: {
|
|
88
|
+
type: PropType< IComponentInstance>;
|
|
89
|
+
default(): ComponentInstance;
|
|
90
|
+
};
|
|
91
|
+
glChildren: {
|
|
92
|
+
type: PropType<Array< IComponentInstance>>;
|
|
93
|
+
default(): never[];
|
|
94
|
+
};
|
|
95
|
+
glCtx: {
|
|
96
|
+
type: ObjectConstructor;
|
|
97
|
+
default(): {};
|
|
98
|
+
};
|
|
99
|
+
glIsRuntime: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default(): boolean;
|
|
102
|
+
};
|
|
103
|
+
glRuntimeFlag: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default(): string;
|
|
106
|
+
};
|
|
107
|
+
glIndex: {
|
|
108
|
+
type: NumberConstructor;
|
|
109
|
+
};
|
|
110
|
+
glLoopItem: ObjectConstructor;
|
|
111
|
+
glLoopIndex: NumberConstructor;
|
|
112
|
+
glIgnoreInjectPageProxy: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default(): boolean;
|
|
115
|
+
};
|
|
116
|
+
componentStoreId: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default(): string;
|
|
119
|
+
};
|
|
120
|
+
pageCustom: PropType< PageCustomType>;
|
|
121
|
+
pagePermission: PropType< PagePermission>;
|
|
122
|
+
glDoAction: {
|
|
123
|
+
type: FunctionConstructor;
|
|
124
|
+
required: boolean;
|
|
125
|
+
};
|
|
126
|
+
modelValue: {
|
|
127
|
+
type: PropType<Array<{
|
|
128
|
+
label: string | undefined;
|
|
129
|
+
value: string | undefined;
|
|
130
|
+
}[]>>;
|
|
131
|
+
default(): never[];
|
|
132
|
+
};
|
|
133
|
+
_labelColFlex: StringConstructor;
|
|
134
|
+
/**
|
|
135
|
+
* 每一组组件的配置项
|
|
136
|
+
*/
|
|
137
|
+
items: {
|
|
138
|
+
type: PropType<Array<{
|
|
139
|
+
inst: ComponentInstance;
|
|
140
|
+
showInTag: boolean;
|
|
141
|
+
}>>;
|
|
142
|
+
default(): never[];
|
|
143
|
+
};
|
|
144
|
+
jointMark: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
default(): string;
|
|
147
|
+
};
|
|
148
|
+
tagColor: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
default(): string;
|
|
151
|
+
};
|
|
152
|
+
tagSize: {
|
|
153
|
+
type: PropType<"small" | "medium" | "large" | undefined>;
|
|
154
|
+
default(): string;
|
|
155
|
+
};
|
|
156
|
+
readonly: BooleanConstructor;
|
|
157
|
+
disabled: BooleanConstructor;
|
|
158
|
+
extraComponent: PropType<ComponentInstance>;
|
|
159
|
+
}>> & Readonly<{
|
|
160
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
161
|
+
}>, {
|
|
162
|
+
modelValue: {
|
|
163
|
+
label: string | undefined;
|
|
164
|
+
value: string | undefined;
|
|
165
|
+
}[][];
|
|
166
|
+
disabled: boolean;
|
|
167
|
+
glComponentInst: IComponentInstance;
|
|
168
|
+
glChildren: IComponentInstance[];
|
|
169
|
+
glCtx: Record<string, any>;
|
|
170
|
+
glIsRuntime: boolean;
|
|
171
|
+
glRuntimeFlag: string;
|
|
172
|
+
glIgnoreInjectPageProxy: boolean;
|
|
173
|
+
componentStoreId: string;
|
|
174
|
+
items: {
|
|
175
|
+
inst: ComponentInstance;
|
|
176
|
+
showInTag: boolean;
|
|
177
|
+
}[];
|
|
178
|
+
readonly: boolean;
|
|
179
|
+
jointMark: string;
|
|
180
|
+
tagColor: string;
|
|
181
|
+
tagSize: "small" | "medium" | "large" | undefined;
|
|
182
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
183
|
+
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
|
+
/**
|
|
4
|
+
* 如果组件没有传入,则从页面参数中获取
|
|
5
|
+
*/
|
|
6
|
+
recordId: StringConstructor;
|
|
7
|
+
recordIdPageParamName: StringConstructor;
|
|
8
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (...args: any[]) => void;
|
|
10
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
11
|
+
/**
|
|
12
|
+
* 如果组件没有传入,则从页面参数中获取
|
|
13
|
+
*/
|
|
14
|
+
recordId: StringConstructor;
|
|
15
|
+
recordIdPageParamName: StringConstructor;
|
|
16
|
+
}>> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { QueryOrgForm } from '@geelato/gl-runtime-core';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from '../../../vue/dist/vue.esm-bundler.js';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): QueryOrgForm[];
|
|
7
|
+
(...items: QueryOrgForm[]): QueryOrgForm[];
|
|
8
|
+
new (arrayLength: number): QueryOrgForm[];
|
|
9
|
+
new (...items: QueryOrgForm[]): QueryOrgForm[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
+
};
|
|
19
|
+
default: never[];
|
|
20
|
+
};
|
|
21
|
+
parameter: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
default: () => {
|
|
24
|
+
appId?: string;
|
|
25
|
+
tenantCode?: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
visible: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
disabled: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
hasRoot: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
rootOrgId: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
checkStrictly: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
maxCount: {
|
|
49
|
+
type: NumberConstructor;
|
|
50
|
+
default: number;
|
|
51
|
+
};
|
|
52
|
+
height: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
57
|
+
"update:modelValue": (...args: any[]) => void;
|
|
58
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
59
|
+
modelValue: {
|
|
60
|
+
type: {
|
|
61
|
+
(arrayLength: number): QueryOrgForm[];
|
|
62
|
+
(...items: QueryOrgForm[]): QueryOrgForm[];
|
|
63
|
+
new (arrayLength: number): QueryOrgForm[];
|
|
64
|
+
new (...items: QueryOrgForm[]): QueryOrgForm[];
|
|
65
|
+
isArray(arg: any): arg is any[];
|
|
66
|
+
readonly prototype: any[];
|
|
67
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
68
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
69
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
70
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
71
|
+
of<T>(...items: T[]): T[];
|
|
72
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
73
|
+
};
|
|
74
|
+
default: never[];
|
|
75
|
+
};
|
|
76
|
+
parameter: {
|
|
77
|
+
type: ObjectConstructor;
|
|
78
|
+
default: () => {
|
|
79
|
+
appId?: string;
|
|
80
|
+
tenantCode?: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
visible: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
disabled: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
hasRoot: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
rootOrgId: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
checkStrictly: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
maxCount: {
|
|
104
|
+
type: NumberConstructor;
|
|
105
|
+
default: number;
|
|
106
|
+
};
|
|
107
|
+
height: {
|
|
108
|
+
type: NumberConstructor;
|
|
109
|
+
default: number;
|
|
110
|
+
};
|
|
111
|
+
}>> & Readonly<{
|
|
112
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
113
|
+
}>, {
|
|
114
|
+
modelValue: QueryOrgForm[];
|
|
115
|
+
disabled: boolean;
|
|
116
|
+
height: number;
|
|
117
|
+
visible: boolean;
|
|
118
|
+
maxCount: number;
|
|
119
|
+
checkStrictly: boolean;
|
|
120
|
+
parameter: Record<string, any>;
|
|
121
|
+
hasRoot: boolean;
|
|
122
|
+
rootOrgId: string;
|
|
123
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
124
|
+
export default _default;
|