@idds/vue 1.2.11 → 1.2.13

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/index.es.js CHANGED
@@ -3383,7 +3383,7 @@ const _hoisted_21$2 = ["onClick"];
3383
3383
  const _hoisted_22$1 = ["onClick"];
3384
3384
  const _hoisted_23$1 = ["onClick"];
3385
3385
  const _hoisted_24$1 = ["onClick"];
3386
- const _hoisted_25 = {
3386
+ const _hoisted_25$1 = {
3387
3387
  key: 2,
3388
3388
  class: "ina-file-upload__errors"
3389
3389
  };
@@ -3749,7 +3749,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
3749
3749
  ])], 2))
3750
3750
  ])) : createCommentVNode("", true)
3751
3751
  ], 64)) : createCommentVNode("", true),
3752
- validationErrors.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_25, [
3752
+ validationErrors.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_25$1, [
3753
3753
  (openBlock(true), createElementBlock(Fragment, null, renderList(validationErrors.value, (error, index2) => {
3754
3754
  return openBlock(), createElementBlock("div", {
3755
3755
  key: index2,
@@ -5989,20 +5989,21 @@ const _hoisted_7$7 = { class: "ina-date-picker__dropdown-container" };
5989
5989
  const _hoisted_8$5 = { class: "ina-date-picker__dropdown-container" };
5990
5990
  const _hoisted_9$4 = { class: "ina-date-picker__calendar-grid" };
5991
5991
  const _hoisted_10$4 = ["disabled", "onClick"];
5992
- const _hoisted_11$4 = { class: "ina-date-picker__calendar-container" };
5993
- const _hoisted_12$3 = { class: "ina-date-picker__calendar-header" };
5994
- const _hoisted_13$3 = { class: "ina-date-picker__header-controls" };
5995
- const _hoisted_14$2 = { class: "ina-date-picker__dropdown-container" };
5992
+ const _hoisted_11$4 = { class: "ina-date-picker__day-number" };
5993
+ const _hoisted_12$3 = { class: "ina-date-picker__calendar-container" };
5994
+ const _hoisted_13$3 = { class: "ina-date-picker__calendar-header" };
5995
+ const _hoisted_14$2 = { class: "ina-date-picker__header-controls" };
5996
5996
  const _hoisted_15$2 = { class: "ina-date-picker__dropdown-container" };
5997
- const _hoisted_16$1 = { class: "ina-date-picker__calendar-grid" };
5998
- const _hoisted_17$1 = ["disabled", "onClick"];
5999
- const _hoisted_18$1 = { class: "ina-date-picker__calendar" };
6000
- const _hoisted_19$1 = { class: "ina-date-picker__next-month-header" };
6001
- const _hoisted_20$1 = { class: "ina-date-picker__next-month-controls" };
6002
- const _hoisted_21$1 = { class: "ina-date-picker__dropdown-container" };
5997
+ const _hoisted_16$1 = { class: "ina-date-picker__dropdown-container" };
5998
+ const _hoisted_17$1 = { class: "ina-date-picker__calendar-grid" };
5999
+ const _hoisted_18$1 = ["disabled", "onClick"];
6000
+ const _hoisted_19$1 = { class: "ina-date-picker__calendar" };
6001
+ const _hoisted_20$1 = { class: "ina-date-picker__next-month-header" };
6002
+ const _hoisted_21$1 = { class: "ina-date-picker__next-month-controls" };
6003
6003
  const _hoisted_22 = { class: "ina-date-picker__dropdown-container" };
6004
- const _hoisted_23 = { class: "ina-date-picker__calendar-grid" };
6005
- const _hoisted_24 = ["disabled", "onClick"];
6004
+ const _hoisted_23 = { class: "ina-date-picker__dropdown-container" };
6005
+ const _hoisted_24 = { class: "ina-date-picker__calendar-grid" };
6006
+ const _hoisted_25 = ["disabled", "onClick"];
6006
6007
  const _sfc_main$j = /* @__PURE__ */ defineComponent({
6007
6008
  __name: "DatePicker",
6008
6009
  props: {
@@ -6889,12 +6890,14 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
6889
6890
  class: normalizeClass(getDayClasses(day)),
6890
6891
  disabled: isDayDisabled(day.date),
6891
6892
  onClick: ($event) => selectDay(day)
6892
- }, toDisplayString(day.date.getDate()), 11, _hoisted_10$4);
6893
+ }, [
6894
+ createElementVNode("span", _hoisted_11$4, toDisplayString(day.date.getDate()), 1)
6895
+ ], 10, _hoisted_10$4);
6893
6896
  }), 128))
6894
6897
  ])
6895
6898
  ])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
6896
- createElementVNode("div", _hoisted_11$4, [
6897
- createElementVNode("div", _hoisted_12$3, [
6899
+ createElementVNode("div", _hoisted_12$3, [
6900
+ createElementVNode("div", _hoisted_13$3, [
6898
6901
  createElementVNode("button", {
6899
6902
  type: "button",
6900
6903
  class: "ina-date-picker__nav-button",
@@ -6905,8 +6908,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
6905
6908
  class: "ina-date-picker__nav-icon"
6906
6909
  })
6907
6910
  ]),
6908
- createElementVNode("div", _hoisted_13$3, [
6909
- createElementVNode("div", _hoisted_14$2, [
6911
+ createElementVNode("div", _hoisted_14$2, [
6912
+ createElementVNode("div", _hoisted_15$2, [
6910
6913
  createVNode(MonthPicker, {
6911
6914
  "model-value": currentMonth.value,
6912
6915
  disabled: __props.disabled,
@@ -6915,7 +6918,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
6915
6918
  "onUpdate:modelValue": handleMonthChange
6916
6919
  }, null, 8, ["model-value", "disabled", "readonly"])
6917
6920
  ]),
6918
- createElementVNode("div", _hoisted_15$2, [
6921
+ createElementVNode("div", _hoisted_16$1, [
6919
6922
  createVNode(YearPicker, {
6920
6923
  "model-value": currentYear.value,
6921
6924
  "min-year": 1900,
@@ -6939,7 +6942,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
6939
6942
  })
6940
6943
  ])
6941
6944
  ]),
6942
- createElementVNode("div", _hoisted_16$1, [
6945
+ createElementVNode("div", _hoisted_17$1, [
6943
6946
  (openBlock(), createElementBlock(Fragment, null, renderList(dayNames, (day) => {
6944
6947
  return createElementVNode("div", {
6945
6948
  key: `lh-${day}`,
@@ -6953,12 +6956,12 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
6953
6956
  class: normalizeClass(getDayClasses(day)),
6954
6957
  disabled: isDayDisabled(day.date),
6955
6958
  onClick: ($event) => selectDay(day)
6956
- }, toDisplayString(day.date.getDate()), 11, _hoisted_17$1);
6959
+ }, toDisplayString(day.date.getDate()), 11, _hoisted_18$1);
6957
6960
  }), 128))
6958
6961
  ])
6959
6962
  ]),
6960
- createElementVNode("div", _hoisted_18$1, [
6961
- createElementVNode("div", _hoisted_19$1, [
6963
+ createElementVNode("div", _hoisted_19$1, [
6964
+ createElementVNode("div", _hoisted_20$1, [
6962
6965
  createElementVNode("button", {
6963
6966
  type: "button",
6964
6967
  class: "ina-date-picker__nav-button",
@@ -6969,8 +6972,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
6969
6972
  class: "ina-date-picker__nav-icon"
6970
6973
  })
6971
6974
  ]),
6972
- createElementVNode("div", _hoisted_20$1, [
6973
- createElementVNode("div", _hoisted_21$1, [
6975
+ createElementVNode("div", _hoisted_21$1, [
6976
+ createElementVNode("div", _hoisted_22, [
6974
6977
  createVNode(MonthPicker, {
6975
6978
  "model-value": nextMonth.value,
6976
6979
  disabled: __props.disabled,
@@ -6979,7 +6982,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
6979
6982
  "onUpdate:modelValue": handleNextMonthChange
6980
6983
  }, null, 8, ["model-value", "disabled", "readonly"])
6981
6984
  ]),
6982
- createElementVNode("div", _hoisted_22, [
6985
+ createElementVNode("div", _hoisted_23, [
6983
6986
  createVNode(YearPicker, {
6984
6987
  "model-value": nextYear.value,
6985
6988
  "min-year": 1900,
@@ -7003,7 +7006,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
7003
7006
  })
7004
7007
  ])
7005
7008
  ]),
7006
- createElementVNode("div", _hoisted_23, [
7009
+ createElementVNode("div", _hoisted_24, [
7007
7010
  (openBlock(), createElementBlock(Fragment, null, renderList(dayNames, (day) => {
7008
7011
  return createElementVNode("div", {
7009
7012
  key: `rh-${day}`,
@@ -7017,7 +7020,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
7017
7020
  class: normalizeClass(getDayClasses(day)),
7018
7021
  disabled: isDayDisabled(day.date),
7019
7022
  onClick: ($event) => selectDay(day)
7020
- }, toDisplayString(day.date.getDate()), 11, _hoisted_24);
7023
+ }, toDisplayString(day.date.getDate()), 11, _hoisted_25);
7021
7024
  }), 128))
7022
7025
  ])
7023
7026
  ])
@@ -7032,7 +7035,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
7032
7035
  };
7033
7036
  }
7034
7037
  });
7035
- const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-4aa8feb1"]]);
7038
+ const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-9cd9726e"]]);
7036
7039
  const _hoisted_1$f = ["disabled"];
7037
7040
  const _hoisted_2$f = {
7038
7041
  key: 0,