Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions dist/vue3-persian-datetime-picker.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,6 @@ var _hoisted_2 = {
var _hoisted_3 = {
class: "vpd-content"
};
var _hoisted_4 = {
class: "vpd-body"
};
var _hoisted_5 = {
class: "vpd-clearfix vpd-week"
};
Expand Down Expand Up @@ -676,6 +673,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
var _component_arrow = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["resolveComponent"])("arrow");

var _component_time_section = Object(external_commonjs_vue_commonjs2_vue_root_Vue_["resolveComponent"])("time-section");
var _hoisted_4 = {
class: "vpd-body",
style: {
'background-color': $props.background
}
};

return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["openBlock"])(), Object(external_commonjs_vue_commonjs2_vue_root_Vue_["createBlock"])("span", {
class: ["vpd-main", {
Expand Down Expand Up @@ -3107,6 +3110,10 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
type: String,
default: '#417df4'
},
background: {
type: String,
default:'#fff'
},

/**
* Auto submit and hide picker when date selected
Expand Down Expand Up @@ -4454,4 +4461,4 @@ Vue3PersianDatetimePickervue_type_script_lang_js.render = render

/***/ })

/******/ })["default"];
/******/ })["default"];