@amirjalili1374/ui-kit 1.5.1 → 1.5.2

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/ui-kit.es.js CHANGED
@@ -13207,6 +13207,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
13207
13207
  };
13208
13208
  }
13209
13209
  });
13210
+ const ShamsiDatePicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["__scopeId", "data-v-6ddc78f8"]]);
13210
13211
  const _hoisted_1$a = { class: "mb-6" };
13211
13212
  const _hoisted_2$6 = { class: "text-subtitle-1 font-weight-medium mb-3" };
13212
13213
  const _hoisted_3$4 = { class: "theme-toggle-container" };
@@ -19200,7 +19201,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19200
19201
  }, {
19201
19202
  default: withCtx(() => [
19202
19203
  !header.hidden ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
19203
- isDateHeader(header) ? (openBlock(), createBlock(_sfc_main$h, {
19204
+ isDateHeader(header) ? (openBlock(), createBlock(ShamsiDatePicker, {
19204
19205
  key: 0,
19205
19206
  modelValue: formModel.value[resolveHeaderKey(header)],
19206
19207
  "onUpdate:modelValue": ($event) => formModel.value[resolveHeaderKey(header)] = $event,
@@ -19513,7 +19514,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19513
19514
  attach: "",
19514
19515
  "menu-props": { zIndex: 2e4 }
19515
19516
  }, null, 8, ["modelValue", "onUpdate:modelValue", "items"])) : createCommentVNode("", true),
19516
- isDateHeader(header) ? (openBlock(), createBlock(_sfc_main$h, {
19517
+ isDateHeader(header) ? (openBlock(), createBlock(ShamsiDatePicker, {
19517
19518
  key: 1,
19518
19519
  modelValue: filterModel.value[resolveHeaderKey(header)],
19519
19520
  "onUpdate:modelValue": ($event) => filterModel.value[resolveHeaderKey(header)] = $event,
@@ -40092,7 +40093,7 @@ export {
40092
40093
  _sfc_main$i as MoneyInput,
40093
40094
  NationalCodeValidator,
40094
40095
  PdfViewer,
40095
- _sfc_main$h as ShamsiDatePicker,
40096
+ ShamsiDatePicker,
40096
40097
  ToggleSwitch,
40097
40098
  _sfc_main$b as UiChildCard,
40098
40099
  _sfc_main$a as UiParentCard,