@owp/core 2.5.24 → 2.5.26

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.
Files changed (61) hide show
  1. package/dist/_virtual/index10.js +2 -2
  2. package/dist/_virtual/index12.js +2 -2
  3. package/dist/_virtual/index13.js +2 -2
  4. package/dist/_virtual/index14.js +2 -2
  5. package/dist/_virtual/index16.js +4 -4
  6. package/dist/_virtual/index17.js +4 -4
  7. package/dist/_virtual/index18.js +4 -4
  8. package/dist/_virtual/index19.js +4 -4
  9. package/dist/components/OwpPicker/OwpDatePicker.js +297 -280
  10. package/dist/components/OwpPicker/OwpDatePicker.js.map +1 -1
  11. package/dist/components/OwpPicker/OwpDateRangePicker.js +175 -85
  12. package/dist/components/OwpPicker/OwpDateRangePicker.js.map +1 -1
  13. package/dist/components/OwpPicker/OwpTimePicker.js +305 -305
  14. package/dist/components/OwpPicker/OwpTimePicker.js.map +1 -1
  15. package/dist/components/OwpPicker/internal/AnimatedCalendarContainer.js +21 -31
  16. package/dist/components/OwpPicker/internal/AnimatedCalendarContainer.js.map +1 -1
  17. package/dist/components/OwpPicker/internal/OwpDatePickerCalendarHeader.js +182 -0
  18. package/dist/components/OwpPicker/internal/OwpDatePickerCalendarHeader.js.map +1 -0
  19. package/dist/components/OwpPicker/internal/pickerEditorStyles.js +68 -0
  20. package/dist/components/OwpPicker/internal/pickerEditorStyles.js.map +1 -0
  21. package/dist/components/OwpPicker/internal/useOwpDatePickerCalendarHeaderState.js +50 -0
  22. package/dist/components/OwpPicker/internal/useOwpDatePickerCalendarHeaderState.js.map +1 -0
  23. package/dist/components/OwpPicker/internal/useOwpPickerPopperTransition.js +35 -0
  24. package/dist/components/OwpPicker/internal/useOwpPickerPopperTransition.js.map +1 -0
  25. package/dist/components/OwpSelectorBase/OwpSelectorAutocomplete.js +125 -117
  26. package/dist/components/OwpSelectorBase/OwpSelectorAutocomplete.js.map +1 -1
  27. package/dist/components/OwpSelectorBase/OwpSelectorSelect.js +84 -77
  28. package/dist/components/OwpSelectorBase/OwpSelectorSelect.js.map +1 -1
  29. package/dist/components/OwpSelectorBase/selectorBaseStyles.js +10 -0
  30. package/dist/components/OwpSelectorBase/selectorBaseStyles.js.map +1 -0
  31. package/dist/components/OwpStyleProvider/OwpStyleProvider.js +76 -72
  32. package/dist/components/OwpStyleProvider/OwpStyleProvider.js.map +1 -1
  33. package/dist/components/OwpSuspense/OwpSuspense.js +21 -21
  34. package/dist/components/OwpSuspense/OwpSuspense.js.map +1 -1
  35. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js +415 -401
  36. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js.map +1 -1
  37. package/dist/layout/components/navbar/style/NavbarStyle.js +33 -16
  38. package/dist/layout/components/navbar/style/NavbarStyle.js.map +1 -1
  39. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  40. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowDropUp.js +9 -0
  41. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowDropUp.js.map +1 -0
  42. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  43. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  44. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  45. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  46. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  47. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  48. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  49. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  50. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  51. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  52. package/dist/node_modules/.pnpm/react-overlays@5.2.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-overlays/esm/Portal.js +1 -1
  53. package/dist/owp-app.css +1 -1
  54. package/dist/types/components/OwpPicker/OwpDatePicker.d.ts +1 -1
  55. package/dist/types/components/OwpPicker/OwpDateRangePicker.d.ts +2 -2
  56. package/dist/types/components/OwpPicker/internal/OwpDatePickerCalendarHeader.d.ts +28 -0
  57. package/dist/types/components/OwpPicker/internal/pickerEditorStyles.d.ts +9 -0
  58. package/dist/types/components/OwpPicker/internal/useOwpDatePickerCalendarHeaderState.d.ts +25 -0
  59. package/dist/types/components/OwpPicker/internal/useOwpPickerPopperTransition.d.ts +9 -0
  60. package/dist/types/components/OwpSelectorBase/selectorBaseStyles.d.ts +8 -0
  61. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
- var r = {};
1
+ var a = {};
2
2
  export {
3
- r as __exports
3
+ a as __exports
4
4
  };
5
5
  //# sourceMappingURL=index10.js.map
@@ -1,5 +1,5 @@
1
- var a = {};
1
+ var r = {};
2
2
  export {
3
- a as __exports
3
+ r as __exports
4
4
  };
5
5
  //# sourceMappingURL=index12.js.map
@@ -1,5 +1,5 @@
1
- var r = {};
1
+ var e = {};
2
2
  export {
3
- r as __exports
3
+ e as __exports
4
4
  };
5
5
  //# sourceMappingURL=index13.js.map
@@ -1,5 +1,5 @@
1
- var e = {};
1
+ var r = {};
2
2
  export {
3
- e as __exports
3
+ r as __exports
4
4
  };
5
5
  //# sourceMappingURL=index14.js.map
@@ -1,8 +1,8 @@
1
1
  import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as t } from "../node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/match/index.js";
3
- var o = t();
4
- const m = /* @__PURE__ */ r(o);
2
+ import { __require as o } from "../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js";
3
+ var p = /* @__PURE__ */ o();
4
+ const s = /* @__PURE__ */ r(p);
5
5
  export {
6
- m as default
6
+ s as default
7
7
  };
8
8
  //# sourceMappingURL=index16.js.map
@@ -1,8 +1,8 @@
1
1
  import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as e } from "../node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/parse/index.js";
3
- var o = e();
4
- const s = /* @__PURE__ */ r(o);
2
+ import { __require as t } from "../node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/match/index.js";
3
+ var o = t();
4
+ const m = /* @__PURE__ */ r(o);
5
5
  export {
6
- s as default
6
+ m as default
7
7
  };
8
8
  //# sourceMappingURL=index17.js.map
@@ -1,8 +1,8 @@
1
1
  import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as t } from "../node_modules/.pnpm/react-autosuggest@10.1.0_react@19.2.4/node_modules/react-autosuggest/dist/index.js";
3
- var o = t();
4
- const i = /* @__PURE__ */ r(o);
2
+ import { __require as e } from "../node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/parse/index.js";
3
+ var o = e();
4
+ const s = /* @__PURE__ */ r(o);
5
5
  export {
6
- i as default
6
+ s as default
7
7
  };
8
8
  //# sourceMappingURL=index18.js.map
@@ -1,8 +1,8 @@
1
1
  import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as o } from "../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js";
3
- var p = /* @__PURE__ */ o();
4
- const s = /* @__PURE__ */ r(p);
2
+ import { __require as t } from "../node_modules/.pnpm/react-autosuggest@10.1.0_react@19.2.4/node_modules/react-autosuggest/dist/index.js";
3
+ var o = t();
4
+ const i = /* @__PURE__ */ r(o);
5
5
  export {
6
- s as default
6
+ i as default
7
7
  };
8
8
  //# sourceMappingURL=index19.js.map