@commercelayer/app-elements 0.0.55 → 0.0.56
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/{Async-3108ef34.js → Async-162c8930.js} +3 -3
- package/dist/{InputDateComponent-26d900f3.js → InputDateComponent-84a91565.js} +2 -2
- package/dist/{Select-1e269a36.js → Select-3d98e3a6.js} +3 -3
- package/dist/helpers/appsNavigation.d.ts +50 -0
- package/dist/helpers/appsNavigation.test.d.ts +1 -0
- package/dist/{main-1ae64c47.js → main-cbf3ba03.js} +2878 -2808
- package/dist/main.d.ts +1 -0
- package/dist/main.js +32 -30
- package/dist/{overrides-c414c78a.js → overrides-e9c07b2d.js} +2 -2
- package/dist/ui/resources/ListItemOrder.d.ts +1 -0
- package/dist/{unsupportedIterableToArray-b42f060d.js → unsupportedIterableToArray-d8cc7c68.js} +1 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { goBack, navigateToDetail } from './helpers/appsNavigation';
|
|
1
2
|
export { isAttachmentValidNote, referenceOrigins } from './helpers/attachments';
|
|
2
3
|
export { formatDate, getIsoDateAtDayEdge, getIsoDateAtDaysBefore, timeSeparator } from './helpers/date';
|
|
3
4
|
export { downloadJsonAsFile } from './helpers/downloadJsonAsFile';
|
package/dist/main.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { af as o, aQ as n, ag as i, ah as l, ai as u, aj as b, ak as g, al as p, am as d, aR as m, an as c, aS as S, ao as T, a8 as I, aK as D, aL as k, aM as y, ap as C, ab as P, aq as h, ar as B, as as A, at as R, aZ as v, a_ as L, a$ as O, b0 as f, b2 as x, b3 as F, b4 as N, b5 as w, b6 as M, b7 as V, b8 as E, b9 as G, ba as H, bf as J, bg as j, bh as q, bi as z, bj as Q, au as U, bm as W, bn as X, bo as Y, bp as Z, bq as $, br as K, ac as _, bs as aa, bt as ea, av as sa, aT as ta, aw as ra, aU as oa, aV as na, ax as ia, ay as la, az as ua, bk as ba, bu as ga, aW as pa, bv as da, aX as ma, bw as ca, aA as Sa, aB as Ta, aC as Ia, aE as Da, aF as ka, aG as ya, aH as Ca, bx as Pa, by as ha, aI as Ba, aN as Aa, aJ as Ra, aO as va, aY as La, bl as Oa, ad as fa, aP as xa, V as Fa, U as Na, bb as wa, b1 as Ma, Q as Va, W as Ea, X as Ga, Y as Ha, bc as Ja, R as ja, S as qa, bz as za, bA as Qa, bB as Ua, bC as Wa, bD as Xa, bE as Ya, Z as Za, $ as $a, a0 as Ka, a1 as _a, L as ae, a2 as ee, a3 as se, N as te, bd as re, be as oe, M as ne, O as ie, T as le, a4 as ue, a9 as be, aa as ge, a5 as pe, a6 as de, a7 as me, ae as ce, aD as Se } from "./main-cbf3ba03.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
import "@commercelayer/sdk";
|
|
@@ -6,8 +6,8 @@ export {
|
|
|
6
6
|
o as A,
|
|
7
7
|
n as ActionButtons,
|
|
8
8
|
i as Avatar,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
l as AvatarLetter,
|
|
10
|
+
u as Badge,
|
|
11
11
|
b as BlockCode,
|
|
12
12
|
g as Button,
|
|
13
13
|
p as ButtonFilter,
|
|
@@ -23,12 +23,12 @@ export {
|
|
|
23
23
|
C as EmptyState,
|
|
24
24
|
P as ErrorBoundary,
|
|
25
25
|
h as Grid,
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
B as Hint,
|
|
27
|
+
A as Hr,
|
|
28
28
|
R as Icon,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
v as Input,
|
|
30
|
+
L as InputCheckbox,
|
|
31
|
+
O as InputCheckboxGroup,
|
|
32
32
|
f as InputCurrency,
|
|
33
33
|
x as InputCurrencyRange,
|
|
34
34
|
F as InputDate,
|
|
@@ -60,8 +60,8 @@ export {
|
|
|
60
60
|
oa as PageLayout,
|
|
61
61
|
na as PageSkeleton,
|
|
62
62
|
ia as Pagination,
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
la as Progress,
|
|
64
|
+
ua as RadialProgress,
|
|
65
65
|
ba as RadioButtons,
|
|
66
66
|
ga as RelationshipSelector,
|
|
67
67
|
pa as Report,
|
|
@@ -77,12 +77,12 @@ export {
|
|
|
77
77
|
Ca as Tab,
|
|
78
78
|
Pa as Table,
|
|
79
79
|
ha as TableData,
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
Ba as Tabs,
|
|
81
|
+
Aa as Td,
|
|
82
82
|
Ra as Text,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
va as Th,
|
|
84
|
+
La as Timeline,
|
|
85
|
+
Oa as ToggleButtons,
|
|
86
86
|
fa as TokenProvider,
|
|
87
87
|
xa as Tr,
|
|
88
88
|
Fa as computeFullname,
|
|
@@ -106,19 +106,21 @@ export {
|
|
|
106
106
|
$a as getParcelTrackingDetails,
|
|
107
107
|
Ka as getShipmentRate,
|
|
108
108
|
_a as getShipmentRates,
|
|
109
|
-
ae as
|
|
110
|
-
ee as
|
|
111
|
-
se as
|
|
112
|
-
te as
|
|
113
|
-
re as
|
|
114
|
-
oe as
|
|
115
|
-
ne as
|
|
116
|
-
ie as
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
be as
|
|
120
|
-
ge as
|
|
121
|
-
pe as
|
|
122
|
-
de as
|
|
123
|
-
me as
|
|
109
|
+
ae as goBack,
|
|
110
|
+
ee as hasBeenPurchased,
|
|
111
|
+
se as hasSingleTracking,
|
|
112
|
+
te as isAttachmentValidNote,
|
|
113
|
+
re as isGroupedSelectValues,
|
|
114
|
+
oe as isSingleValueSelected,
|
|
115
|
+
ne as navigateToDetail,
|
|
116
|
+
ie as referenceOrigins,
|
|
117
|
+
le as timeSeparator,
|
|
118
|
+
ue as useClickAway,
|
|
119
|
+
be as useCoreApi,
|
|
120
|
+
ge as useCoreSdkProvider,
|
|
121
|
+
pe as useDelayShow,
|
|
122
|
+
de as useIsChanged,
|
|
123
|
+
me as useOverlayNavigation,
|
|
124
|
+
ce as useTokenProvider,
|
|
125
|
+
Se as withSkeletonTemplate
|
|
124
126
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { d as Se, g as dr, _ as In, a as gr, b as br, c as pr, f as fr } from "./unsupportedIterableToArray-
|
|
1
|
+
import { d as Se, g as dr, _ as In, a as gr, b as br, c as pr, f as fr } from "./unsupportedIterableToArray-d8cc7c68.js";
|
|
2
2
|
import * as B from "react";
|
|
3
3
|
import { useLayoutEffect as vn, forwardRef as mr, useContext as Te, createElement as me, Fragment as Be, createContext as ht, useRef as oe, useState as Ie, useMemo as Ce, useCallback as Y, Component as Ir, useEffect as hn } from "react";
|
|
4
|
-
import { _ as vr, H as fe, K as hr } from "./main-
|
|
4
|
+
import { _ as vr, H as fe, K as hr } from "./main-cbf3ba03.js";
|
|
5
5
|
import { createPortal as Cr } from "react-dom";
|
|
6
6
|
function V() {
|
|
7
7
|
return V = Object.assign ? Object.assign.bind() : function(t) {
|
|
@@ -2,6 +2,7 @@ import type { Order } from '@commercelayer/sdk';
|
|
|
2
2
|
export declare const ListItemOrder: import('../atoms/SkeletonTemplate').SkeletonTemplateComponent<{
|
|
3
3
|
order: Order;
|
|
4
4
|
tag?: "a" | "div" | undefined;
|
|
5
|
+
onClick?: ((e: React.MouseEvent<HTMLAnchorElement | HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
5
6
|
delayMs?: number | undefined;
|
|
6
7
|
isLoading?: boolean | undefined;
|
|
7
8
|
}>;
|