@vue-start/pro 0.5.58 → 0.5.59

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.css CHANGED
@@ -118,6 +118,7 @@
118
118
  left: 0;
119
119
  /* ant-design-vue */
120
120
  border-bottom: unset;
121
+ width: var(--pro-header-menus-wrapper-wid);
121
122
  }
122
123
 
123
124
  /*左侧菜单*/
package/dist/index.d.ts CHANGED
@@ -1735,6 +1735,14 @@ declare const proTableProps: () => {
1735
1735
  }>>;
1736
1736
  default: () => string;
1737
1737
  };
1738
+ allTitle: {
1739
+ type: StringConstructor;
1740
+ default: string;
1741
+ };
1742
+ resetTitle: {
1743
+ type: StringConstructor;
1744
+ default: string;
1745
+ };
1738
1746
  }>> | undefined;
1739
1747
  }>;
1740
1748
  };
@@ -1789,6 +1797,14 @@ declare const proColumnSetting: () => {
1789
1797
  type: PropType<() => VNode>;
1790
1798
  default: () => string;
1791
1799
  };
1800
+ allTitle: {
1801
+ type: StringConstructor;
1802
+ default: string;
1803
+ };
1804
+ resetTitle: {
1805
+ type: StringConstructor;
1806
+ default: string;
1807
+ };
1792
1808
  };
1793
1809
  declare type ProColumnSettingProps = Partial<ExtractPropTypes<ReturnType<typeof proColumnSetting>>>;
1794
1810
  declare const ColumnSetting: vue.DefineComponent<Partial<ExtractPropTypes<{
@@ -1815,6 +1831,14 @@ declare const ColumnSetting: vue.DefineComponent<Partial<ExtractPropTypes<{
1815
1831
  type: PropType<() => VNode>;
1816
1832
  default: () => string;
1817
1833
  };
1834
+ allTitle: {
1835
+ type: StringConstructor;
1836
+ default: string;
1837
+ };
1838
+ resetTitle: {
1839
+ type: StringConstructor;
1840
+ default: string;
1841
+ };
1818
1842
  }>>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<Partial<ExtractPropTypes<{
1819
1843
  /**
1820
1844
  * class名称
@@ -1839,6 +1863,14 @@ declare const ColumnSetting: vue.DefineComponent<Partial<ExtractPropTypes<{
1839
1863
  type: PropType<() => VNode>;
1840
1864
  default: () => string;
1841
1865
  };
1866
+ allTitle: {
1867
+ type: StringConstructor;
1868
+ default: string;
1869
+ };
1870
+ resetTitle: {
1871
+ type: StringConstructor;
1872
+ default: string;
1873
+ };
1842
1874
  }>>>, {}>;
1843
1875
 
1844
1876
  declare const proPageHeaderProps: () => {