@davincihealthcare/elty-design-system-vue 1.70.0 → 1.70.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/index.d.ts CHANGED
@@ -108,3 +108,4 @@ export * from './ElTooltip.vue';
108
108
  export { default as ElTooltip } from './ElTooltip.vue';
109
109
  export type { DataRow } from './table/commonTypes';
110
110
  export type { DataCell } from './table/ElTableCell.vue';
111
+ export * from './forms/validation-rules';
package/dist/index.js CHANGED
@@ -9654,7 +9654,7 @@ const s6 = /* @__PURE__ */ JA(f5), O6 = [
9654
9654
  return "Codice fiscale non valido";
9655
9655
  case "ext":
9656
9656
  return "Formato file non valido";
9657
- case "betweenTimes":
9657
+ case "between":
9658
9658
  return "Non rispetta l'intervallo temporale";
9659
9659
  case "unicode":
9660
9660
  return `"${eO(e.join(","))}" caratteri non supportati`;
@@ -30670,18 +30670,18 @@ function gP(t, e = {}) {
30670
30670
  unpause: S
30671
30671
  };
30672
30672
  }
30673
- const DP = { class: "flex flex-row items-center gap-3 bg-neutral-surface rounded-2xl" }, PP = ["name", "placeholder"], ZP = { class: "flex flex-col gap-y-6" }, FP = {
30673
+ const DP = { class: "flex flex-row items-center gap-3 bg-neutral-surface rounded-2xl" }, PP = ["name", "placeholder"], ZP = { class: "flex flex-col gap-y-6 overflow-y-hidden" }, FP = {
30674
30674
  key: 1,
30675
30675
  class: "flex flex-col items-center justify-center flex-1 gap-4 py-8 text-neutral-lighter"
30676
30676
  }, xP = { class: "text-sm font-semibold text-neutral-darker" }, UP = { class: "text-sm font-normal" }, yP = {
30677
30677
  key: 2,
30678
- class: "flex py-2"
30678
+ class: "flex py-2 overflow-y-hidden"
30679
30679
  }, bP = {
30680
30680
  key: 0,
30681
30681
  class: "text-sm font-medium text-neutral-darker"
30682
30682
  }, HP = { class: "flex flex-col gap-1 w-full" }, kP = { key: 0 }, _P = {
30683
30683
  key: 1,
30684
- class: "flex-1 pl-6"
30684
+ class: "flex-1 pl-6 overflow-y-auto"
30685
30685
  }, $P = {
30686
30686
  key: 3,
30687
30687
  class: "flex items-center gap-1 self-stretch"
@@ -30774,7 +30774,7 @@ const DP = { class: "flex flex-row items-center gap-3 bg-neutral-surface rounded
30774
30774
  key: 0,
30775
30775
  ref_key: "searchBarRef",
30776
30776
  ref: h,
30777
- class: "fixed inset-x-0 top-20 z-40 flex justify-center px-4 pb-6 sm:p-0"
30777
+ class: "fixed inset-x-0 top-0 z-40 flex justify-center max-h-full overflow-y-auto px-4 pt-20 pb-6 max-sm:p-0"
30778
30778
  }, [
30779
30779
  N1((I(), c("div", {
30780
30780
  class: te(["m-10 z-50 md:max-w-3xl w-full flex flex-col p-6 border rounded-2xl border-neutral-surface bg-neutral-surface shadow-md", {
@@ -31766,6 +31766,7 @@ export {
31766
31766
  XP as EltyTailwindPreset,
31767
31767
  KP as EltyVuePlugin,
31768
31768
  eo as Role,
31769
+ E6 as defineValidationRules,
31769
31770
  tZ as elAccordionColors,
31770
31771
  oF as elActionButtonColors,
31771
31772
  AF as elActionButtonSizes,