z-ui-pc 0.3.4 → 0.3.6

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 CHANGED
@@ -733,11 +733,11 @@ export declare const EDialogEvent: {
733
733
  /**
734
734
  * 确认
735
735
  */
736
- readonly CONFIRM: "dialog:confirm";
736
+ CONFIRM: string;
737
737
  /**
738
738
  * 取消
739
739
  */
740
- readonly CANCEL: "dialog:cancel";
740
+ CANCEL: string;
741
741
  };
742
742
 
743
743
  export declare enum EFormComponentType {
@@ -1386,6 +1386,11 @@ export declare interface IBaseTableProps extends Partial<TableProps<TObj>> {
1386
1386
  * @default false
1387
1387
  */
1388
1388
  whenFixedPaginationNoPadding?: boolean;
1389
+ /**
1390
+ * 是否高度百分百
1391
+ * @default true
1392
+ */
1393
+ fullHeight?: boolean;
1389
1394
  }
1390
1395
 
1391
1396
  /**
@@ -1512,16 +1517,6 @@ export declare interface ICustomFormComponentType {
1512
1517
  };
1513
1518
  }
1514
1519
 
1515
- /**
1516
- * 弹框事件
1517
- * NOTICE:不处理多个参数的情况,如果需要传递多个参数,请自行包裹一个object处理
1518
- * optimize:不使用枚举定义类型,sfc在静态编译类型的时候无法识别,会导致类型警告
1519
- */
1520
- export declare interface IDialogEmits<T = unknown, U = unknown> {
1521
- (e: "dialog:confirm", data?: T): void;
1522
- (e: "dialog:cancel", data?: U): void;
1523
- }
1524
-
1525
1520
  /**
1526
1521
  * 动态值表达式信息
1527
1522
  */
@@ -2331,6 +2326,7 @@ export declare type TCreateBaseFormItemParams<T extends keyof IComponentProps, U
2331
2326
  stickyHeader: boolean;
2332
2327
  enableColumnSearch: boolean;
2333
2328
  whenFixedPaginationNoPadding: boolean;
2329
+ fullHeight: boolean;
2334
2330
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
2335
2331
  baseTableContainerRef: HTMLDivElement;
2336
2332
  baseTableOperationElement: HTMLDivElement;
@@ -2426,6 +2422,7 @@ export declare type TCreateBaseFormItemParams<T extends keyof IComponentProps, U
2426
2422
  stickyHeader: boolean;
2427
2423
  enableColumnSearch: boolean;
2428
2424
  whenFixedPaginationNoPadding: boolean;
2425
+ fullHeight: boolean;
2429
2426
  }>;
2430
2427
  __isFragment?: never;
2431
2428
  __isTeleport?: never;
@@ -2515,6 +2512,7 @@ export declare type TCreateBaseFormItemParams<T extends keyof IComponentProps, U
2515
2512
  stickyHeader: boolean;
2516
2513
  enableColumnSearch: boolean;
2517
2514
  whenFixedPaginationNoPadding: boolean;
2515
+ fullHeight: boolean;
2518
2516
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
2519
2517
  $slots: Readonly<{
2520
2518
  header: (_props: {