@amirjalili1374/ui-kit 1.5.82 → 1.5.83
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/components/shared/ShamsiDatePicker.vue.d.ts +1 -0
- package/dist/components/shared/ShamsiDatePicker.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +5 -4
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/dist/ui-kit.es.js
CHANGED
|
@@ -13962,7 +13962,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
13962
13962
|
type: { default: "date" },
|
|
13963
13963
|
outputFormat: { default: "iso" },
|
|
13964
13964
|
format: {},
|
|
13965
|
-
displayFormat: {}
|
|
13965
|
+
displayFormat: {},
|
|
13966
|
+
disabledDates: {}
|
|
13966
13967
|
},
|
|
13967
13968
|
emits: ["update:modelValue"],
|
|
13968
13969
|
setup(__props, { emit: __emit }) {
|
|
@@ -14060,7 +14061,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
14060
14061
|
"display-format": internalDisplayFormat.value,
|
|
14061
14062
|
editable: false,
|
|
14062
14063
|
clearable: __props.clearable,
|
|
14063
|
-
|
|
14064
|
+
disable: __props.disabledDates,
|
|
14064
14065
|
min: __props.minDate,
|
|
14065
14066
|
max: __props.maxDate,
|
|
14066
14067
|
placeholder: __props.placeholder,
|
|
@@ -14069,12 +14070,12 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
14069
14070
|
range: isRangeMode.value,
|
|
14070
14071
|
color: __props.color,
|
|
14071
14072
|
onChange: onDateChange
|
|
14072
|
-
}, null, 8, ["label", "modelValue", "type", "format", "display-format", "clearable", "
|
|
14073
|
+
}, null, 8, ["label", "modelValue", "type", "format", "display-format", "clearable", "disable", "min", "max", "placeholder", "input-class", "wrapper-class", "range", "color"])
|
|
14073
14074
|
]);
|
|
14074
14075
|
};
|
|
14075
14076
|
}
|
|
14076
14077
|
});
|
|
14077
|
-
const ShamsiDatePicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["__scopeId", "data-v-
|
|
14078
|
+
const ShamsiDatePicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["__scopeId", "data-v-aa4ee32a"]]);
|
|
14078
14079
|
const _hoisted_1$a = { class: "mb-6" };
|
|
14079
14080
|
const _hoisted_2$6 = { class: "text-subtitle-1 font-weight-medium mb-3" };
|
|
14080
14081
|
const _hoisted_3$4 = { class: "theme-toggle-container" };
|