@gx-design-vue/pro-table 0.2.0-beta.145 → 0.2.0-beta.147

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.
@@ -10,7 +10,6 @@ export interface ListToolBarSetting {
10
10
  declare const ListToolBar: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
11
11
  actions: PropType<VueNode[]>;
12
12
  settings: PropType<VueNode[]>;
13
- prefixCls: StringConstructor;
14
13
  headerTitle: {
15
14
  type: PropType<import("../../types/TableTypings").ProTableProps["headerTitle"]>;
16
15
  default: () => undefined;
@@ -27,10 +26,9 @@ declare const ListToolBar: import("vue").DefineComponent<import("vue").ExtractPr
27
26
  type: PropType<import("../../types/TableTypings").ProTableProps["titleTipText"]>;
28
27
  };
29
28
  actionsPlacement: PropType<TableActionPlacement>;
30
- }>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
30
  actions: PropType<VueNode[]>;
32
31
  settings: PropType<VueNode[]>;
33
- prefixCls: StringConstructor;
34
32
  headerTitle: {
35
33
  type: PropType<import("../../types/TableTypings").ProTableProps["headerTitle"]>;
36
34
  default: () => undefined;
@@ -15,6 +15,8 @@ export interface ProTableContextProps {
15
15
  screenWidth: Ref<number>;
16
16
  styles: Ref<TableStylesType>;
17
17
  classNames: Ref<TableClassNamesType>;
18
+ hashId: Ref<string>;
19
+ prefixCls: string;
18
20
  tableListToolsHeight: Ref<number>;
19
21
  action: {
20
22
  /** @name 刷新 */