@gisce/react-ooui 1.2.0-rc.62 → 1.2.0-rc.64

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.
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["DatePicker.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKtC,aAAK,eAAe,GAAG,WAAW,GAAG;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAcF,QAAA,MAAM,UAAU,UAAW,eAAe,gBASzC,CAAC;AA0DF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["DatePicker.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKtC,aAAK,eAAe,GAAG,WAAW,GAAG;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAeF,QAAA,MAAM,UAAU,UAAW,eAAe,gBASzC,CAAC;AA0DF,eAAe,UAAU,CAAC"}
@@ -21756,7 +21756,7 @@ function Group(e) {
21756
21756
  responsiveBehaviour: n
21757
21757
  } = e, a = iconMapper(t.icon || "");
21758
21758
  return /* @__PURE__ */ jsx(Fragment, {
21759
- children: t.label && r ? /* @__PURE__ */ jsx(FieldSet, {
21759
+ children: (t.label || a) && r ? /* @__PURE__ */ jsx(FieldSet, {
21760
21760
  label: t.label,
21761
21761
  icon: a,
21762
21762
  children: /* @__PURE__ */ jsx(Container, {
@@ -21923,7 +21923,7 @@ const {
21923
21923
  return /* @__PURE__ */ jsx(Divider, {
21924
21924
  orientation: "left",
21925
21925
  className: "text-sm",
21926
- children: /* @__PURE__ */ jsxs(Space, {
21926
+ children: (a || r) && /* @__PURE__ */ jsxs(Space, {
21927
21927
  children: [a ? /* @__PURE__ */ jsx(a, {}) : null, r]
21928
21928
  })
21929
21929
  });
@@ -24706,13 +24706,13 @@ hooks.HTML5_FMT = {
24706
24706
  const DatePickerConfig = {
24707
24707
  date: {
24708
24708
  placeholder: "__/__/____",
24709
- dateDisplayFormat: "YYYY-MM-DD",
24710
- dateInternalFormat: "YYYY-MM-DD"
24709
+ dateDisplayFormat: "DD/MM/YYYY",
24710
+ dateInternalFormat: "DD/MM/YYYY"
24711
24711
  },
24712
24712
  time: {
24713
24713
  placeholder: "__/__/____ __:__:__",
24714
- dateDisplayFormat: "YYYY-MM-DD HH:mm:ss",
24715
- dateInternalFormat: "YYYY-MM-DD HH:mm:ss"
24714
+ dateDisplayFormat: "DD/MM/YYYY HH:mm:ss",
24715
+ dateInternalFormat: "DD/MM/YYYY HH:mm:ss"
24716
24716
  }
24717
24717
  }, DatePicker = (e) => {
24718
24718
  const {