fast-element-plus 1.0.16 → 1.0.18

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.
@@ -22239,7 +22239,6 @@
22239
22239
  "defaultTime": utils.dateUtil.getDefaultTime(props.futureSearchTime),
22240
22240
  "shortcuts": utils.dateUtil.getShortcuts(props.futureSearchTime),
22241
22241
  "valueFormat": "YYYY-MM-DD HH:mm:ss",
22242
- "clearable": false,
22243
22242
  "teleported": false,
22244
22243
  "unlinkPanels": true,
22245
22244
  "onChange": () => tableSearch()
@@ -28501,7 +28500,7 @@
28501
28500
  }
28502
28501
  app.use(ElementPlus);
28503
28502
  };
28504
- const version$1 = "1.0.16";
28503
+ const version$1 = "1.0.18";
28505
28504
  const INSTALLED_KEY = /* @__PURE__ */ Symbol("INSTALLED_KEY");
28506
28505
  const makeInstaller = () => {
28507
28506
  const install2 = (app) => {