pimelon-ui 0.1.62 → 0.1.63
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/package.json
CHANGED
|
@@ -107,7 +107,14 @@ import FeatherIcon from './FeatherIcon.vue'
|
|
|
107
107
|
import TextInput from './TextInput.vue'
|
|
108
108
|
export default {
|
|
109
109
|
name: 'DateRangePicker',
|
|
110
|
-
props: [
|
|
110
|
+
props: [
|
|
111
|
+
'value',
|
|
112
|
+
'modelValue',
|
|
113
|
+
'placeholder',
|
|
114
|
+
'formatter',
|
|
115
|
+
'readonly',
|
|
116
|
+
'inputClass',
|
|
117
|
+
],
|
|
111
118
|
emits: ['update:modelValue', 'change'],
|
|
112
119
|
components: {
|
|
113
120
|
Popover,
|