@davincihealthcare/elty-design-system-vue 1.70.0 → 1.70.1

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`;
@@ -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,