z-ui-pc 0.3.4 → 0.3.5

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 {
package/dist/index.js CHANGED
@@ -6247,7 +6247,7 @@ const getInstallConfig = (config) => ({
6247
6247
  ...defaultConfig,
6248
6248
  ...config ?? {}
6249
6249
  });
6250
- const version = "0.3.4";
6250
+ const version = "0.3.5";
6251
6251
  const pkg = {
6252
6252
  version
6253
6253
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "z-ui-pc",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "适用于pc端的前端组件库",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",