@cmstops/pro-compo 0.3.27 → 0.3.28

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.
@@ -203,6 +203,9 @@ const _sfc_main = defineComponent({
203
203
  modelValue: form.value[item.key].range,
204
204
  "onUpdate:modelValue": ($event) => form.value[item.key].range = $event,
205
205
  style: normalizeStyle({ width: styleWidth(form.value[item.key]) }),
206
+ "time-picker-props": {
207
+ defaultValue: ["00:00:00", "23:59:59"]
208
+ },
206
209
  "value-format": "timestamp",
207
210
  "popup-container": "#base-filter-popup-container",
208
211
  onClick: _cache[1] || (_cache[1] = withModifiers(() => {
@@ -204,6 +204,9 @@ const _sfc_main = vue.defineComponent({
204
204
  modelValue: form.value[item.key].range,
205
205
  "onUpdate:modelValue": ($event) => form.value[item.key].range = $event,
206
206
  style: vue.normalizeStyle({ width: styleWidth(form.value[item.key]) }),
207
+ "time-picker-props": {
208
+ defaultValue: ["00:00:00", "23:59:59"]
209
+ },
207
210
  "value-format": "timestamp",
208
211
  "popup-container": "#base-filter-popup-container",
209
212
  onClick: _cache[1] || (_cache[1] = vue.withModifiers(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmstops/pro-compo",
3
- "version": "0.3.27",
3
+ "version": "0.3.28",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vue",