fast-element-plus 1.0.18 → 1.0.20

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.
@@ -21163,6 +21163,7 @@
21163
21163
  } else {
21164
21164
  defaultProps.defaultTime = utils.dateUtil.getSimpleTime();
21165
21165
  defaultProps.shortcuts = utils.dateUtil.getSimpleShortcuts();
21166
+ defaultProps.placeholder = "请选择";
21166
21167
  }
21167
21168
  }
21168
21169
  if (["el-time-picker", "ElTimePicker"].includes(search?.el) && search?.props?.isRange) {
@@ -22239,6 +22240,7 @@
22239
22240
  "defaultTime": utils.dateUtil.getDefaultTime(props.futureSearchTime),
22240
22241
  "shortcuts": utils.dateUtil.getShortcuts(props.futureSearchTime),
22241
22242
  "valueFormat": "YYYY-MM-DD HH:mm:ss",
22243
+ "clearable": false,
22242
22244
  "teleported": false,
22243
22245
  "unlinkPanels": true,
22244
22246
  "onChange": () => tableSearch()
@@ -28500,7 +28502,7 @@
28500
28502
  }
28501
28503
  app.use(ElementPlus);
28502
28504
  };
28503
- const version$1 = "1.0.18";
28505
+ const version$1 = "1.0.20";
28504
28506
  const INSTALLED_KEY = /* @__PURE__ */ Symbol("INSTALLED_KEY");
28505
28507
  const makeInstaller = () => {
28506
28508
  const install2 = (app) => {