@commercelayer/app-elements 7.11.1 → 7.13.0

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 (31) hide show
  1. package/dist/{CodeEditorComponent-YX37xlgL.js → CodeEditorComponent-aj99riRd.js} +2 -2
  2. package/dist/{InputDateComponent-BDDdyk6q.js → InputDateComponent-IsJB6qOP.js} +359 -356
  3. package/dist/{RuleEngineComponent-CLMJbVUz.js → RuleEngineComponent-DZhv94I7.js} +3 -3
  4. package/dist/{en-CcBUYKzR.js → en-Ccxurm3G.js} +1 -0
  5. package/dist/{fetchCoreResourcesSuggestions-D1U2_gW3.js → fetchCoreResourcesSuggestions-DuyGOmZK.js} +1 -1
  6. package/dist/{it-y1Q1-MMT.js → it-C8-LXpKU.js} +1 -0
  7. package/dist/locales/en.d.ts +1 -0
  8. package/dist/{main-DXTR8pxH.js → main-DoRznkuw.js} +21271 -18498
  9. package/dist/main.d.ts +1 -0
  10. package/dist/main.js +9 -8
  11. package/dist/{parseISO-D3w6A-Zg.js → parseISO-Byyj1mNB.js} +1 -1
  12. package/dist/style.css +1 -1
  13. package/dist/ui/atoms/ButtonFilter.d.ts +17 -1
  14. package/dist/ui/atoms/Container.d.ts +10 -0
  15. package/dist/ui/composite/HomePageLayout.d.ts +3 -2
  16. package/dist/ui/composite/PageLayout.d.ts +52 -1
  17. package/dist/ui/resources/useResourceFilters/FieldOptionsSelect.d.ts +20 -0
  18. package/dist/ui/resources/useResourceFilters/FiltersBar.d.ts +64 -0
  19. package/dist/ui/resources/useResourceFilters/FiltersDrawer.d.ts +35 -0
  20. package/dist/ui/resources/useResourceFilters/FiltersSearchBar.d.ts +2 -2
  21. package/dist/ui/resources/useResourceFilters/activeFilters.d.ts +111 -0
  22. package/dist/ui/resources/useResourceFilters/activeFilters.test.d.ts +1 -0
  23. package/dist/ui/resources/useResourceFilters/types.d.ts +26 -0
  24. package/dist/ui/resources/useResourceFilters/useResourceFilters.d.ts +48 -0
  25. package/dist/ui/resources/useResourceList/adaptMetricsOrderToCore.d.ts +5 -0
  26. package/dist/ui/resources/useResourceList/listFetcher.d.ts +7 -1
  27. package/dist/ui/resources/useResourceList/useResourceList.d.ts +3 -1
  28. package/dist/ui/resources/useResourceTable/index.d.ts +2 -0
  29. package/dist/ui/resources/useResourceTable/types.d.ts +182 -0
  30. package/dist/ui/resources/useResourceTable/useResourceTable.d.ts +11 -0
  31. package/package.json +2 -1
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import { t as B, X as Oe, Y as Re, Z as Ve, j as t, _ as R, $ as U, a0 as j, a1 as S, E as L, a2 as Ae, a3 as Me, a4 as Ee, a5 as Y, a6 as ae, a7 as x, T as k, a8 as C, a9 as $, aa as _, ab as y, ac as re, ad as E, ae as z, af as O, ag as X, ah as Ie, u as oe, ai as qe, aj as De, ak as H, I as Le, al as Fe } from "./main-DXTR8pxH.js";
2
+ import { t as B, X as Oe, Y as Re, Z as Ve, j as t, _ as R, $ as U, a0 as j, a1 as S, E as L, a2 as Ae, a3 as Me, a4 as Ee, a5 as Y, a6 as ae, a7 as x, T as k, a8 as C, a9 as $, aa as _, ab as y, ac as re, ad as E, ae as z, af as O, ag as X, ah as Ie, u as oe, ai as qe, aj as De, ak as H, I as Le, al as Fe } from "./main-DoRznkuw.js";
3
3
  import K, { useReducer as ze, useCallback as A, useMemo as ie, createContext as Ge, useContext as Ue, useState as v, useEffect as T, useRef as ue } from "react";
4
4
  import "react-hook-form";
5
- import { b as Je, e as ce, a as We, c as de, f as Be } from "./fetchCoreResourcesSuggestions-D1U2_gW3.js";
5
+ import { b as Je, e as ce, a as We, c as de, f as Be } from "./fetchCoreResourcesSuggestions-DuyGOmZK.js";
6
6
  import "wouter";
7
- import { p as Q } from "./parseISO-D3w6A-Zg.js";
7
+ import { p as Q } from "./parseISO-Byyj1mNB.js";
8
8
  function Z(e, s) {
9
9
  const n = e.match(
10
10
  /(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/
@@ -217,6 +217,7 @@ const e = {
217
217
  back: "Back",
218
218
  go_back: "Go back",
219
219
  cancel: "Cancel",
220
+ clear_all: "Clear all",
220
221
  clear_text: "Clear text",
221
222
  close: "Close",
222
223
  continue: "Continue",
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { am as d } from "./main-DXTR8pxH.js";
2
+ import { am as d } from "./main-DoRznkuw.js";
3
3
  const m = d([
4
4
  "blank",
5
5
  "present",
@@ -16,6 +16,7 @@ const e = {
16
16
  go_back: "Torna indietro",
17
17
  cancel: "Annulla",
18
18
  close: "Chiudi",
19
+ clear_all: "Cancella tutto",
19
20
  clear_text: "Svuota testo",
20
21
  continue: "Continua",
21
22
  could_not_retrieve_data: "Impossibile recuperare i dati",
@@ -15,6 +15,7 @@ declare const en: {
15
15
  back: string;
16
16
  go_back: string;
17
17
  cancel: string;
18
+ clear_all: string;
18
19
  clear_text: string;
19
20
  close: string;
20
21
  continue: string;