hs-admin-ui 1.2.7 → 1.2.8
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.
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Ref, ComputedRef } from 'vue';
|
|
2
2
|
import { VxeTableInstance, VxePagerProps } from 'vxe-table';
|
|
3
|
-
import { Component } from '../../../component';
|
|
4
3
|
import { IFormData, IFormTable, ICustomData } from '../../../../types';
|
|
5
4
|
/** 对外导出表格参数实例 */
|
|
6
5
|
export interface TableParams {
|
|
@@ -14,7 +13,7 @@ export interface TableInstance extends TableParams {
|
|
|
14
13
|
}
|
|
15
14
|
/** 递归遍历属性,设置更新值 */
|
|
16
15
|
export declare function setPropertyData<T extends IFormTable.Data>(params: T): T;
|
|
17
|
-
export declare function getRender(el:
|
|
16
|
+
export declare function getRender(el: ICustomData.ElComponent): "hs-table" | "hs-button" | "bc-icon" | "hs-test" | "hs-bc-table" | "hs-button-group" | "hs-input" | "hs-option" | "hs-option-group" | "hs-form" | "hs-form-item" | "hs-row" | "hs-col" | "hs-tree" | "hs-input-number" | "hs-switch" | "hs-radio" | "hs-radio-group" | "hs-radio-button" | "hs-checkbox" | "hs-checkbox-group" | "hs-checkbox-button" | "hs-rate" | "hs-autocomplete" | "hs-slider" | "hs-cascader" | "hs-cascader-panel" | "hs-color-picker" | "hs-upload" | "hs-transfer" | "hs-date-picker" | "hs-scrollbar" | "hs-calendar" | "hs-carousel" | "hs-carousel-item" | "hs-collapse" | "hs-collapse-item" | "hs-progress" | "hs-result" | "hs-tour" | "hs-tour-step" | "hs-tag" | "hs-check-tag" | "hs-affix" | "hs-tabs" | "hs-tab-pane" | "hs-steps" | "hs-step" | "hs-alert" | "hs-dialog" | "hs-drawer" | "hs-popconfirm" | "hs-popover" | "hs-tooltip" | "hs-watermark" | "hs-dropdown" | "hs-dropdown-menu" | "hs-dropdown-item" | "bc-btn" | "bc-form" | "bc-table" | "bc-form-table" | "bc-form-config" | "bc-select" | "bc-tree-select" | "bc-page-config" | "bc-switch-systems" | "bc-auto-complete" | "hs-config-input" | "hs-config-event" | "hs-config-select" | "hs-config-date-picker" | "hs-config-button" | "hs-config-autocomplete" | "hs-config-switch" | "hs-config-upload" | "hs-config-checkbox" | "hs-config-radio" | "hs-config-input-number" | "hs-config-cascader" | "hs-config-cascader-panel" | "hs-config-tree-select";
|
|
18
17
|
/** 格式化搜索区域表单数据 */
|
|
19
18
|
export declare function getSearchForm<T = ICustomData.Form>(data: ICustomData.FormTable): Promise<T>;
|
|
20
19
|
export declare function getTableDatas<T = ICustomData.Table[]>(params: ICustomData.FormTable): Promise<T>;
|
|
@@ -18,7 +18,7 @@ declare let formItemConfig: Ref<{
|
|
|
18
18
|
baseData?: {
|
|
19
19
|
label?: string | undefined;
|
|
20
20
|
prop?: string | undefined;
|
|
21
|
-
el?: ComponentAttr.RecursivePartial<"hs-table" | "hs-button" | "bc-icon" | "hs-
|
|
21
|
+
el?: ComponentAttr.RecursivePartial<"hs-table" | "hs-button" | "bc-icon" | "hs-test" | "hs-bc-table" | "hs-button-group" | "hs-input" | "hs-select" | "hs-option" | "hs-option-group" | "hs-form" | "hs-form-item" | "hs-row" | "hs-col" | "hs-tree" | "hs-input-number" | "hs-switch" | "hs-radio" | "hs-radio-group" | "hs-radio-button" | "hs-checkbox" | "hs-checkbox-group" | "hs-checkbox-button" | "hs-rate" | "hs-autocomplete" | "hs-slider" | "hs-cascader" | "hs-cascader-panel" | "hs-color-picker" | "hs-upload" | "hs-transfer" | "hs-date-picker" | "hs-scrollbar" | "hs-calendar" | "hs-carousel" | "hs-carousel-item" | "hs-collapse" | "hs-collapse-item" | "hs-progress" | "hs-result" | "hs-tour" | "hs-tour-step" | "hs-tag" | "hs-check-tag" | "hs-affix" | "hs-tabs" | "hs-tab-pane" | "hs-steps" | "hs-step" | "hs-alert" | "hs-dialog" | "hs-drawer" | "hs-popconfirm" | "hs-popover" | "hs-tooltip" | "hs-watermark" | "hs-dropdown" | "hs-dropdown-menu" | "hs-dropdown-item" | "hs-tree-select" | "bc-btn" | "bc-form" | "bc-table" | "bc-form-table" | "bc-form-config" | "bc-select" | "bc-tree-select" | "bc-page-config" | "bc-switch-systems" | "bc-auto-complete" | "hs-config-input" | "hs-config-event" | "hs-config-select" | "hs-config-date-picker" | "hs-config-button" | "hs-config-autocomplete" | "hs-config-switch" | "hs-config-upload" | "hs-config-checkbox" | "hs-config-radio" | "hs-config-input-number" | "hs-config-cascader" | "hs-config-cascader-panel" | "hs-config-tree-select"> | undefined;
|
|
22
22
|
isSlot?: ComponentAttr.RecursivePartial<boolean> | undefined;
|
|
23
23
|
isAuth?: ComponentAttr.RecursivePartial<boolean> | undefined;
|
|
24
24
|
isApply?: ComponentAttr.RecursivePartial<boolean> | undefined;
|
|
@@ -288,7 +288,7 @@ declare let emptyFormItemData: Ref<{
|
|
|
288
288
|
baseData?: {
|
|
289
289
|
label?: string | undefined;
|
|
290
290
|
prop?: string | undefined;
|
|
291
|
-
el?: ComponentAttr.RecursivePartial<"hs-table" | "hs-button" | "bc-icon" | "hs-
|
|
291
|
+
el?: ComponentAttr.RecursivePartial<"hs-table" | "hs-button" | "bc-icon" | "hs-test" | "hs-bc-table" | "hs-button-group" | "hs-input" | "hs-select" | "hs-option" | "hs-option-group" | "hs-form" | "hs-form-item" | "hs-row" | "hs-col" | "hs-tree" | "hs-input-number" | "hs-switch" | "hs-radio" | "hs-radio-group" | "hs-radio-button" | "hs-checkbox" | "hs-checkbox-group" | "hs-checkbox-button" | "hs-rate" | "hs-autocomplete" | "hs-slider" | "hs-cascader" | "hs-cascader-panel" | "hs-color-picker" | "hs-upload" | "hs-transfer" | "hs-date-picker" | "hs-scrollbar" | "hs-calendar" | "hs-carousel" | "hs-carousel-item" | "hs-collapse" | "hs-collapse-item" | "hs-progress" | "hs-result" | "hs-tour" | "hs-tour-step" | "hs-tag" | "hs-check-tag" | "hs-affix" | "hs-tabs" | "hs-tab-pane" | "hs-steps" | "hs-step" | "hs-alert" | "hs-dialog" | "hs-drawer" | "hs-popconfirm" | "hs-popover" | "hs-tooltip" | "hs-watermark" | "hs-dropdown" | "hs-dropdown-menu" | "hs-dropdown-item" | "hs-tree-select" | "bc-btn" | "bc-form" | "bc-table" | "bc-form-table" | "bc-form-config" | "bc-select" | "bc-tree-select" | "bc-page-config" | "bc-switch-systems" | "bc-auto-complete" | "hs-config-input" | "hs-config-event" | "hs-config-select" | "hs-config-date-picker" | "hs-config-button" | "hs-config-autocomplete" | "hs-config-switch" | "hs-config-upload" | "hs-config-checkbox" | "hs-config-radio" | "hs-config-input-number" | "hs-config-cascader" | "hs-config-cascader-panel" | "hs-config-tree-select"> | undefined;
|
|
292
292
|
isSlot?: ComponentAttr.RecursivePartial<boolean> | undefined;
|
|
293
293
|
isAuth?: ComponentAttr.RecursivePartial<boolean> | undefined;
|
|
294
294
|
isApply?: ComponentAttr.RecursivePartial<boolean> | undefined;
|