@vue-start/pro 0.5.6 → 0.5.7
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/dist/index.d.ts +38 -5
- package/dist/index.es.js +1194 -1227
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1593,7 +1593,16 @@ declare const ProLayout: vue.DefineComponent<{
|
|
|
1593
1593
|
label: string;
|
|
1594
1594
|
};
|
|
1595
1595
|
};
|
|
1596
|
-
|
|
1596
|
+
convertSubMenuProps: {
|
|
1597
|
+
type: FunctionConstructor;
|
|
1598
|
+
};
|
|
1599
|
+
convertMenuItemProps: {
|
|
1600
|
+
type: FunctionConstructor;
|
|
1601
|
+
};
|
|
1602
|
+
onMenuItemClick: {
|
|
1603
|
+
type: FunctionConstructor;
|
|
1604
|
+
};
|
|
1605
|
+
}, () => JSX.Element | null, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
1597
1606
|
/**
|
|
1598
1607
|
* class名称
|
|
1599
1608
|
*/
|
|
@@ -1632,6 +1641,15 @@ declare const ProLayout: vue.DefineComponent<{
|
|
|
1632
1641
|
label: string;
|
|
1633
1642
|
};
|
|
1634
1643
|
};
|
|
1644
|
+
convertSubMenuProps: {
|
|
1645
|
+
type: FunctionConstructor;
|
|
1646
|
+
};
|
|
1647
|
+
convertMenuItemProps: {
|
|
1648
|
+
type: FunctionConstructor;
|
|
1649
|
+
};
|
|
1650
|
+
onMenuItemClick: {
|
|
1651
|
+
type: FunctionConstructor;
|
|
1652
|
+
};
|
|
1635
1653
|
}>>, {
|
|
1636
1654
|
clsName: string;
|
|
1637
1655
|
fieldNames: {
|
|
@@ -1642,6 +1660,22 @@ declare const ProLayout: vue.DefineComponent<{
|
|
|
1642
1660
|
layout: "vertical" | "horizontal" | "compose";
|
|
1643
1661
|
}>;
|
|
1644
1662
|
|
|
1663
|
+
declare type TFile = {
|
|
1664
|
+
id: string;
|
|
1665
|
+
name: string;
|
|
1666
|
+
size?: number;
|
|
1667
|
+
};
|
|
1668
|
+
declare const ProUploaderText: vue.DefineComponent<Record<string, any>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<Record<string, any>>>, {
|
|
1669
|
+
[x: string]: any;
|
|
1670
|
+
}>;
|
|
1671
|
+
declare const UploadList: vue.DefineComponent<Readonly<vue.ComponentPropsOptions<{
|
|
1672
|
+
[x: string]: unknown;
|
|
1673
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, readonly string[] | Readonly<vue.ExtractPropTypes<Readonly<vue.ComponentObjectPropsOptions<{
|
|
1674
|
+
[x: string]: unknown;
|
|
1675
|
+
}>>>>, {
|
|
1676
|
+
[x: number]: string;
|
|
1677
|
+
} | {}>;
|
|
1678
|
+
|
|
1645
1679
|
/******************************** 组件key ********************************/
|
|
1646
1680
|
declare const ElementKeys: {
|
|
1647
1681
|
TypographyKey: string;
|
|
@@ -1654,13 +1688,12 @@ declare const ElementKeys: {
|
|
|
1654
1688
|
PaginationKey: string;
|
|
1655
1689
|
PopoverKey: string;
|
|
1656
1690
|
CheckboxKey: string;
|
|
1657
|
-
|
|
1658
|
-
MenuSubKey: string;
|
|
1659
|
-
MenuItemKey: string;
|
|
1691
|
+
MenusKey: string;
|
|
1660
1692
|
ModalKey: string;
|
|
1661
1693
|
FormKey: string;
|
|
1662
1694
|
FormItemKey: string;
|
|
1663
1695
|
TableKey: string;
|
|
1696
|
+
UploaderKey: string;
|
|
1664
1697
|
ProFormKey: string;
|
|
1665
1698
|
ProSearchFormKey: string;
|
|
1666
1699
|
ProTableKey: string;
|
|
@@ -1966,4 +1999,4 @@ declare const getSignValue: <T = any>(item: TColumn, signName: string) => T;
|
|
|
1966
1999
|
*/
|
|
1967
2000
|
declare const filterSlotsByPrefix: (slots: Record<string, any>, prefix: string) => lodash.Dictionary<any>;
|
|
1968
2001
|
|
|
1969
|
-
export { BooleanObjType, BooleanRulesObjType, CurdAction, CurdAddAction, CurdCurrentMode, CurdMethods, CurdSubAction, ElementKeys, FieldNames, FormAction, FormItemProps, FormRulePrefixMap, IAccess, ICurdAction, ICurdAddAction, ICurdCurrentMode, ICurdOperateOpts, ICurdState, ICurdSubAction, IElementConfig, IHighConfig, IListData, IOpeItem, IOperateItem, IPer, IProConfigProvide, IProCurdProvide, IProFormProvideExtra, IProModuleProvide, IProTableProvide, IProTableProvideExtra, IRequestOpts, ISearchMode, ITableOperate, IUser, InternalNamePath, LogonUser, LogonUserKey, MustLogon, NamePath, PageHeader, PageHeaderProps, PaginationSlotProps, PerSuffix, Permission, PermissionProps, ProBaseProps, ProConfig, ProConfigProps, ProCurd, ProCurdDesc, ProCurdDescConnect, ProCurdDescProps, ProCurdForm, ProCurdFormConnect, ProCurdFormProps, ProCurdList, ProCurdListConnect, ProCurdModal, ProCurdModalForm, ProCurdModalFormConnect, ProCurdModalProps, ProCurdProps, ProDesc, ProDescProps, ProDispatchRequestType, ProForm, ProFormItemProps, ProFormList, ProFormListProps, ProFormProps, ProGrid, ProGridProps, ProLayout, ProList, ProListProps, ProModalCurd, ProModalCurdProps, ProModule, ProModuleProps, ProOperate, ProOperateProps, ProPage, ProPageCurd, ProPageCurdProps, ProPageProps, ProSearchForm, ProSearchFormProps, ProShowDate, ProShowDigit, ProShowOptions, ProShowText, ProShowTree, ProTable, ProTableProps, ProTypography, ProTypographyProps, RequestAction, SearchMode, SearchSlotProps, TAccess, TActionEvent, TActionState, TColumn, TColumns, TCurdActionEvent, TDefaultValueType, TElementMap, TFormExtraMap, TInitialState, TLogonUserProvide, TMeta, TOption, TOptions, TPageState, TProFormOperate, TRegisterStore, TRegisterStoreMap, TTableColumn, TTableColumns, TValueType, TreeOption, TreeOptions, Wrapper, convertPathToList, convertResData, createExpose, createExposeObj, createFormItemCompFn, createProConfig, defaultPage, filterSlotsByPrefix, getColumnFormItemName, getColumnValueType, getFirstPropName, getFormItemEl, getItemEl, getSignValue, getValidValues, mergeStateToList, proBaseProps, provideProCurd, provideProFormList, provideProModule, renderElement, renderElements, useAccess, useAccessMgr, useComposeRequestActor, useDispatchMeta, useDispatchStore, useDoneRequestActor, useFailedRequestActor, useGetCompByKey, useHasPer, useLogonUser, useMetaRegister, useModuleEvent, useProConfig, useProCurd, useProForm, useProFormList, useProModule, useProTable, useReadStore };
|
|
2002
|
+
export { BooleanObjType, BooleanRulesObjType, CurdAction, CurdAddAction, CurdCurrentMode, CurdMethods, CurdSubAction, ElementKeys, FieldNames, FormAction, FormItemProps, FormRulePrefixMap, IAccess, ICurdAction, ICurdAddAction, ICurdCurrentMode, ICurdOperateOpts, ICurdState, ICurdSubAction, IElementConfig, IHighConfig, IListData, IOpeItem, IOperateItem, IPer, IProConfigProvide, IProCurdProvide, IProFormProvideExtra, IProModuleProvide, IProTableProvide, IProTableProvideExtra, IRequestOpts, ISearchMode, ITableOperate, IUser, InternalNamePath, LogonUser, LogonUserKey, MustLogon, NamePath, PageHeader, PageHeaderProps, PaginationSlotProps, PerSuffix, Permission, PermissionProps, ProBaseProps, ProConfig, ProConfigProps, ProCurd, ProCurdDesc, ProCurdDescConnect, ProCurdDescProps, ProCurdForm, ProCurdFormConnect, ProCurdFormProps, ProCurdList, ProCurdListConnect, ProCurdModal, ProCurdModalForm, ProCurdModalFormConnect, ProCurdModalProps, ProCurdProps, ProDesc, ProDescProps, ProDispatchRequestType, ProForm, ProFormItemProps, ProFormList, ProFormListProps, ProFormProps, ProGrid, ProGridProps, ProLayout, ProList, ProListProps, ProModalCurd, ProModalCurdProps, ProModule, ProModuleProps, ProOperate, ProOperateProps, ProPage, ProPageCurd, ProPageCurdProps, ProPageProps, ProSearchForm, ProSearchFormProps, ProShowDate, ProShowDigit, ProShowOptions, ProShowText, ProShowTree, ProTable, ProTableProps, ProTypography, ProTypographyProps, ProUploaderText, RequestAction, SearchMode, SearchSlotProps, TAccess, TActionEvent, TActionState, TColumn, TColumns, TCurdActionEvent, TDefaultValueType, TElementMap, TFile, TFormExtraMap, TInitialState, TLogonUserProvide, TMeta, TOption, TOptions, TPageState, TProFormOperate, TRegisterStore, TRegisterStoreMap, TTableColumn, TTableColumns, TValueType, TreeOption, TreeOptions, UploadList, Wrapper, convertPathToList, convertResData, createExpose, createExposeObj, createFormItemCompFn, createProConfig, defaultPage, filterSlotsByPrefix, getColumnFormItemName, getColumnValueType, getFirstPropName, getFormItemEl, getItemEl, getSignValue, getValidValues, mergeStateToList, proBaseProps, provideProCurd, provideProFormList, provideProModule, renderElement, renderElements, useAccess, useAccessMgr, useComposeRequestActor, useDispatchMeta, useDispatchStore, useDoneRequestActor, useFailedRequestActor, useGetCompByKey, useHasPer, useLogonUser, useMetaRegister, useModuleEvent, useProConfig, useProCurd, useProForm, useProFormList, useProModule, useProTable, useReadStore };
|