scope360-core 0.0.54 → 0.0.55
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/dist/scope360-core.js
CHANGED
|
@@ -9114,6 +9114,10 @@ const em = { class: "scope-datepicker__wrapper" }, tm = {
|
|
|
9114
9114
|
size: {
|
|
9115
9115
|
type: String,
|
|
9116
9116
|
default: "md"
|
|
9117
|
+
},
|
|
9118
|
+
placeholder: {
|
|
9119
|
+
type: String,
|
|
9120
|
+
default: "Select Date"
|
|
9117
9121
|
}
|
|
9118
9122
|
}, {
|
|
9119
9123
|
modelValue: {},
|
|
@@ -9130,11 +9134,12 @@ const em = { class: "scope-datepicker__wrapper" }, tm = {
|
|
|
9130
9134
|
"auto-apply": "",
|
|
9131
9135
|
"month-name-format": "long",
|
|
9132
9136
|
"enable-time-picker": !1,
|
|
9133
|
-
range: n.range
|
|
9134
|
-
|
|
9137
|
+
range: n.range,
|
|
9138
|
+
placeholder: n.placeholder
|
|
9139
|
+
}, null, 8, ["class", "modelValue", "range", "placeholder"])
|
|
9135
9140
|
]));
|
|
9136
9141
|
}
|
|
9137
|
-
}, my = /* @__PURE__ */ Ft(tm, [["__scopeId", "data-v-
|
|
9142
|
+
}, my = /* @__PURE__ */ Ft(tm, [["__scopeId", "data-v-c3846c5e"]]), nm = ["onClick"], am = {
|
|
9138
9143
|
__name: "Selector",
|
|
9139
9144
|
props: /* @__PURE__ */ on({ options: Array, width: String }, {
|
|
9140
9145
|
modelValue: {},
|