@fuxishi/el-cron-picker 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -37,8 +37,13 @@ import "@fuxishi/el-cron-picker/dist/el-cron-picker.css"
37
37
 
38
38
  ## 示例图片
39
39
 
40
- [示例图片](/public/cron.png)
40
+ ![示例图片](./public/cron.png)
41
41
 
42
42
  新增快速复制表达式
43
43
 
44
- [快速复制表达式](/public/quick.png)
44
+ ![快速复制表达式](./public/quick.png)
45
+
46
+ ## 更新日志
47
+
48
+ v-1.0.1 解决无 tooltip 问题
49
+ v-1.0.2 解决宽度问题
@@ -4,8 +4,10 @@ declare const _default: import('vue').DefineComponent<ElCronPickerProps, {}, {},
4
4
  }, string, import('vue').PublicProps, Readonly<ElCronPickerProps> & Readonly<{
5
5
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6
6
  }>, {
7
- modelValue: string;
8
7
  type: import('../types/ElCronPicker').ElCronPickerType;
8
+ modelValue: string;
9
+ placeholder: string;
9
10
  isVerify: boolean;
11
+ width: string;
10
12
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
13
  export default _default;
package/dist/cron.png ADDED
Binary file
@@ -1,2 +1,2 @@
1
- .border-container[data-v-60004632]{border:1px solid #eee;border-radius:5px;margin-bottom:10px;padding:10px}.el-radio-group[data-v-60004632]{flex-direction:column;align-items:flex-start;display:flex}.el-radio-group .el-radio[data-v-60004632]{margin:0 0 8px}.time-tag[data-v-60004632]{margin-top:5px;margin-right:5px}.icon-span[data-v-ef7e1e25],.icon-span[data-v-ef7e1e25] svg{width:16px;height:16px}.el-drawer-header-custom{margin:0!important}
1
+ .border-container[data-v-f471c3c4]{border:1px solid #eee;border-radius:5px;margin-bottom:10px;padding:10px}.el-radio-group[data-v-f471c3c4]{flex-direction:column;align-items:flex-start;display:flex}.el-radio-group .el-radio[data-v-f471c3c4]{margin:0 0 8px}.time-tag[data-v-f471c3c4]{margin-top:5px;margin-right:5px}.icon-span[data-v-c7646e2c],.icon-span[data-v-c7646e2c] svg{width:16px;height:16px}.el-drawer-header-custom{margin:0!important}
2
2
  /*$vite$:1*/