@commercelayer/app-elements 6.2.1 → 6.3.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.
- package/dist/{InputDateComponent-D4jDLyHV.js → InputDateComponent-Y5UIbT0E.js} +61 -61
- package/dist/{RuleEngineComponent-DH23EZ8v.js → RuleEngineComponent-CDGtF4ug.js} +1106 -920
- package/dist/{en-DnI-oLj-.js → en-Psn8u2uC.js} +9 -4
- package/dist/{it-9hWwbmiy.js → it-DsWhEkJp.js} +8 -3
- package/dist/locales/en.d.ts +8 -3
- package/dist/{main-L857O21K.js → main-Zwf-ZNBk.js} +5845 -5750
- package/dist/main.d.ts +7 -6
- package/dist/main.js +142 -141
- package/dist/{parseISO-CbJPLsTx.js → parseISO-DQvhbRdk.js} +1 -1
- package/dist/providers/I18NProvider.d.ts +2 -0
- package/dist/providers/TokenProvider/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/ui/atoms/Avatar.d.ts +2 -2
- package/dist/ui/atoms/PageHeading/index.d.ts +1 -0
- package/dist/ui/composite/Modal.d.ts +18 -0
- package/dist/ui/composite/PageLayout.d.ts +2 -2
- package/dist/ui/forms/InputSelect/InputSelect.d.ts +4 -0
- package/dist/ui/forms/InputSelect/index.d.ts +1 -1
- package/dist/ui/forms/InputSelect/overrides.d.ts +2 -0
- package/dist/ui/forms/RuleEngine/Action/ActionListItem.d.ts +4 -0
- package/dist/ui/forms/RuleEngine/Condition/hooks.d.ts +5 -0
- package/dist/ui/forms/RuleEngine/InputResourcePath.d.ts +1 -2
- package/dist/ui/resources/useResourceFilters/index.d.ts +2 -1
- package/dist/vendor.css +1 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -29,8 +29,8 @@ export { CoreSdkProvider, useCoreApi, useCoreSdkProvider, } from './providers/Co
|
|
|
29
29
|
export { type ClAppKey, type ClAppProps, createApp } from './providers/createApp';
|
|
30
30
|
export { ErrorBoundary } from './providers/ErrorBoundary';
|
|
31
31
|
export { GTMProvider, useTagManager } from './providers/GTMProvider';
|
|
32
|
-
export { type I18NLocale, I18NProvider, i18nLocales, Trans, t, useTranslation, } from './providers/I18NProvider';
|
|
33
|
-
export { encodeExtras, MetaTags, TokenProvider, type TokenProviderAllowedApp, type TokenProviderAllowedAppKind, type TokenProviderAllowedAppSlug, type TokenProviderClAppSlug, type TokenProviderExtras, type TokenProviderPermissionItem, type TokenProviderRoleActions, type TokenProviderRolePermissions, type TokenProviderTokenApplicationKind, useTokenProvider, } from './providers/TokenProvider';
|
|
32
|
+
export { type I18NLocale, I18NProvider, i18nLocales, Trans, type Translation, t, useTranslation, } from './providers/I18NProvider';
|
|
33
|
+
export { encodeExtras, MetaTags, type ParsedScopes, TokenProvider, type TokenProviderAllowedApp, type TokenProviderAllowedAppKind, type TokenProviderAllowedAppSlug, type TokenProviderClAppSlug, type TokenProviderExtras, type TokenProviderPermissionItem, type TokenProviderRoleActions, type TokenProviderRolePermissions, type TokenProviderTokenApplicationKind, useTokenProvider, } from './providers/TokenProvider';
|
|
34
34
|
export { A, type AProps } from './ui/atoms/A';
|
|
35
35
|
export { Alert, type AlertProps } from './ui/atoms/Alert';
|
|
36
36
|
export { Avatar, type AvatarProps } from './ui/atoms/Avatar';
|
|
@@ -48,7 +48,7 @@ export { Grid, type GridProps } from './ui/atoms/Grid';
|
|
|
48
48
|
export { Hint, type HintProps } from './ui/atoms/Hint';
|
|
49
49
|
export { Hr, type HrProps } from './ui/atoms/Hr';
|
|
50
50
|
export { Icon, type IconProps } from './ui/atoms/Icon';
|
|
51
|
-
export { PageHeading, type PageHeadingProps } from './ui/atoms/PageHeading';
|
|
51
|
+
export { PageHeading, type PageHeadingProps, type PageHeadingToolbarProps, } from './ui/atoms/PageHeading';
|
|
52
52
|
export { Pagination, type PaginationProps } from './ui/atoms/Pagination';
|
|
53
53
|
export { Progress, type ProgressProps } from './ui/atoms/Progress';
|
|
54
54
|
export { RadialProgress, type RadialProgressProps, } from './ui/atoms/RadialProgress';
|
|
@@ -76,6 +76,7 @@ export { List, type ListProps } from './ui/composite/List';
|
|
|
76
76
|
export { ListDetails, type ListDetailsProps } from './ui/composite/ListDetails';
|
|
77
77
|
export { ListDetailsItem, type ListDetailsItemProps, } from './ui/composite/ListDetailsItem';
|
|
78
78
|
export { ListItem, type ListItemProps } from './ui/composite/ListItem';
|
|
79
|
+
export { Modal, type ModalProps } from './ui/composite/Modal';
|
|
79
80
|
export { PageError, type PageErrorProps } from './ui/composite/PageError';
|
|
80
81
|
export { PageLayout, type PageLayoutProps } from './ui/composite/PageLayout';
|
|
81
82
|
export { PageSkeleton } from './ui/composite/PageSkeleton';
|
|
@@ -85,7 +86,7 @@ export { SearchBar, type SearchBarProps } from './ui/composite/SearchBar';
|
|
|
85
86
|
export { TableData, type TableDataProps } from './ui/composite/TableData';
|
|
86
87
|
export { Timeline, type TimelineEvent, type TimelineProps, } from './ui/composite/Timeline';
|
|
87
88
|
export { ToastContainer, toast } from './ui/composite/Toast';
|
|
88
|
-
export { Toolbar, type ToolbarProps } from './ui/composite/Toolbar';
|
|
89
|
+
export { Toolbar, type ToolbarItem, type ToolbarProps, } from './ui/composite/Toolbar';
|
|
89
90
|
export { CodeEditor, type CodeEditorProps, HookedCodeEditor, type HookedCodeEditorProps, } from './ui/forms/CodeEditor';
|
|
90
91
|
export { HookedForm } from './ui/forms/Form';
|
|
91
92
|
export { HookedInput, type HookedInputProps, Input, type InputProps, } from './ui/forms/Input';
|
|
@@ -100,7 +101,7 @@ export { InputFile, type InputFileProps } from './ui/forms/InputFile';
|
|
|
100
101
|
export { InputJson, type InputJsonProps } from './ui/forms/InputJson';
|
|
101
102
|
export { HookedInputRadioGroup, type HookedInputRadioGroupProps, InputRadioGroup, type InputRadioGroupProps, } from './ui/forms/InputRadioGroup';
|
|
102
103
|
export { HookedInputResourceGroup, type HookedInputResourceGroupProps, InputResourceGroup, type InputResourceGroupProps, useInputResourceGroupOverlay, } from './ui/forms/InputResourceGroup';
|
|
103
|
-
export { flatSelectValues, getDefaultValueFromFlatten, HookedInputSelect, type HookedInputSelectProps, InputSelect, type InputSelectProps, type InputSelectValue, isGroupedSelectValues, isMultiValueSelected, isSingleValueSelected, } from './ui/forms/InputSelect';
|
|
104
|
+
export { flatSelectValues, type GroupedSelectValues, getDefaultValueFromFlatten, HookedInputSelect, type HookedInputSelectProps, InputSelect, type InputSelectProps, type InputSelectValue, isGroupedSelectValues, isMultiValueSelected, isSingleValueSelected, type PossibleSelectValue, } from './ui/forms/InputSelect';
|
|
104
105
|
export { HookedInputSimpleSelect, type HookedInputSimpleSelectProps, InputSimpleSelect, type InputSimpleSelectProps, } from './ui/forms/InputSimpleSelect';
|
|
105
106
|
export { HookedInputSpinner, type HookedInputSpinnerProps, InputSpinner, type InputSpinnerProps, } from './ui/forms/InputSpinner';
|
|
106
107
|
export { HookedInputSwitch, type HookedInputSwitchProps, InputSwitch, type InputSwitchProps, } from './ui/forms/InputSwitch';
|
|
@@ -121,5 +122,5 @@ export { ResourceOrderTimeline, type ResourceOrderTimelineProps, } from './ui/re
|
|
|
121
122
|
export { getPaymentMethodLogoSrc, ResourcePaymentMethod, type ResourcePaymentMethodProps, } from './ui/resources/ResourcePaymentMethod';
|
|
122
123
|
export { ResourceShipmentParcels, type ResourceShipmentParcelsProps, } from './ui/resources/ResourceShipmentParcels';
|
|
123
124
|
export { ResourceTags, type ResourceTagsProps, } from './ui/resources/ResourceTags';
|
|
124
|
-
export { type FiltersInstructions, useResourceFilters, } from './ui/resources/useResourceFilters';
|
|
125
|
+
export { type FiltersInstructions, type FormFullValues, type MetricsFilters, type UiFilterName, type UiFilterValue, useResourceFilters, } from './ui/resources/useResourceFilters';
|
|
125
126
|
export { type ResourceListItemTemplateProps, type ResourceListProps, type UseResourceListConfig, useResourceList, } from './ui/resources/useResourceList';
|
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { d6 as s, dJ as t, dK as o, d7 as r, d8 as d, d9 as c, da as n, b8 as u, db as i, dc as l, dd as p, dL as g, de as m, bo as S, df as I, dg as k, cW as T, b4 as R, bi as D, b5 as y, dM as b, dh as h, cY as C, cZ as A, dY as P, di as H, dj as F, dN as v, e5 as f, e6 as O, e7 as B, e8 as L, ea as E, ed as N, eg as G, eh as M, el as w, en as V, es as x, eu as W, ew as J, ey as U, eA as j, eC as Y, eG as Z, eH as q, eI as z, dk as K, c$ as Q, b6 as X, b0 as _, e9 as $, eb as ee, ee as ae, ef as se, bg as te, bf as oe, ei as re, ej as de, ek as ce, em as ne, eo as ue, b1 as ie, ev as le, ex as pe, ez as ge, eB as me, eD as Se, eE as Ie, eF as ke, dO as Te, dP as Re, dQ as De, dR as ye, dZ as be, d4 as he, bj as Ce, dS as Ae, dl as Pe, dT as He, dU as Fe, dm as ve, dn as fe, dp as Oe, dq as Be, dV as Le, eN as Ee, eO as Ne, eQ as Ge, eR as Me, eS as we, eT as Ve, eU as xe, eV as We, eX as Je, eY as Ue, eZ as je, d_ as Ye, eL as Ze, dr as qe, d$ as ze, ds as Ke, dt as Qe, du as Xe, dv as _e, bk as $e, dx as ea, dy as aa, dz as sa, dA as ta, dF as oa, dB as ra, e0 as da, dG as ca, dH as na, dC as ua, bh as ia, dD as la, e1 as pa, e2 as ga, d5 as ma, e4 as Sa, dI as Ia, dE as ka, d1 as Ta, cz as Ra, cX as Da, dW as ya, dX as ba, cj as ha, ck as Ca, cv as Aa, d3 as Pa, eq as Ha, ec as Fa, cl as va, cm as fa, cn as Oa, cA as Ba, cB as La, cD as Ea, c1 as Na, c2 as Ga, er as Ma, co as wa, cp as Va, cq as xa, c3 as Wa, c4 as Ja, c5 as Ua, c6 as ja, c7 as Ya, cE as Za, cF as qa, eW as za, c8 as Ka, eM as Qa, cC as Xa, c9 as _a, ca as $a, cb as es, cG as as, cH as ss, cc as ts, cd as os, ce as rs, cL as ds, cM as cs, cf as ns, cI as us, cJ as is, d0 as ls, ch as ps, bZ as gs, et as ms, cx as Ss, cy as Is, b3 as ks, b2 as Ts, cr as Rs, cw as Ds, cg as ys, cK as bs, ci as hs, cs as Cs, eJ as As, ct as Ps, d2 as Hs, cu as Fs, e3 as vs, cN as fs, cO as Os, bd as Bs, bc as Ls, cP as Es, cQ as Ns, cR as Gs, ep as Ms, cS as ws, cT as Vs, cU as xs, eP as Ws, e_ as Js, e$ as Us, c_ as js, be as Ys, b7 as Zs, eK as qs, cV as zs, dw as Ks } from "./main-Zwf-ZNBk.js";
|
|
3
3
|
export {
|
|
4
4
|
s as A,
|
|
5
5
|
t as ActionButtons,
|
|
@@ -22,8 +22,8 @@ export {
|
|
|
22
22
|
D as DropdownDivider,
|
|
23
23
|
y as DropdownItem,
|
|
24
24
|
b as DropdownSearch,
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
h as EmptyState,
|
|
26
|
+
C as ErrorBoundary,
|
|
27
27
|
A as GTMProvider,
|
|
28
28
|
P as GenericPageNotFound,
|
|
29
29
|
H as Grid,
|
|
@@ -43,15 +43,15 @@ export {
|
|
|
43
43
|
W as HookedInputSimpleSelect,
|
|
44
44
|
J as HookedInputSpinner,
|
|
45
45
|
U as HookedInputSwitch,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
46
|
+
j as HookedInputTextArea,
|
|
47
|
+
Y as HookedInputToggleButton,
|
|
48
|
+
Z as HookedMarketWithCurrencySelector,
|
|
49
|
+
q as HookedValidationApiError,
|
|
50
|
+
z as HookedValidationError,
|
|
51
|
+
K as Hr,
|
|
52
|
+
Q as I18NProvider,
|
|
53
|
+
X as Icon,
|
|
54
|
+
_ as Input,
|
|
55
55
|
$ as InputCheckbox,
|
|
56
56
|
ee as InputCheckboxGroup,
|
|
57
57
|
ae as InputCurrency,
|
|
@@ -76,138 +76,139 @@ export {
|
|
|
76
76
|
De as ListDetailsItem,
|
|
77
77
|
ye as ListItem,
|
|
78
78
|
be as LoadingPage,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
Ae as
|
|
82
|
-
Pe as
|
|
83
|
-
He as
|
|
84
|
-
Fe as
|
|
85
|
-
ve as
|
|
86
|
-
fe as
|
|
87
|
-
Oe as
|
|
88
|
-
Be as
|
|
89
|
-
Le as
|
|
90
|
-
Ee as
|
|
91
|
-
Ne as
|
|
92
|
-
Ge as
|
|
93
|
-
Me as
|
|
94
|
-
we as
|
|
95
|
-
Ve as
|
|
96
|
-
xe as
|
|
97
|
-
We as
|
|
98
|
-
Je as
|
|
99
|
-
Ue as
|
|
79
|
+
he as MetaTags,
|
|
80
|
+
Ce as Modal,
|
|
81
|
+
Ae as PageError,
|
|
82
|
+
Pe as PageHeading,
|
|
83
|
+
He as PageLayout,
|
|
84
|
+
Fe as PageSkeleton,
|
|
85
|
+
ve as Pagination,
|
|
86
|
+
fe as Progress,
|
|
87
|
+
Oe as RadialProgress,
|
|
88
|
+
Be as RemoveButton,
|
|
89
|
+
Le as Report,
|
|
90
|
+
Ee as ResourceAddress,
|
|
91
|
+
Ne as ResourceAddressFormFields,
|
|
92
|
+
Ge as ResourceAttachments,
|
|
93
|
+
Me as ResourceDetails,
|
|
94
|
+
we as ResourceLineItems,
|
|
95
|
+
Ve as ResourceListItem,
|
|
96
|
+
xe as ResourceMetadata,
|
|
97
|
+
We as ResourceOrderTimeline,
|
|
98
|
+
Je as ResourcePaymentMethod,
|
|
99
|
+
Ue as ResourceShipmentParcels,
|
|
100
|
+
je as ResourceTags,
|
|
100
101
|
Ye as Routes,
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
102
|
+
Ze as RuleEngine,
|
|
103
|
+
qe as ScrollToTop,
|
|
104
|
+
ze as SearchBar,
|
|
105
|
+
Ke as Section,
|
|
106
|
+
Qe as Skeleton,
|
|
107
|
+
Xe as SkeletonItem,
|
|
108
|
+
_e as SkeletonTemplate,
|
|
109
|
+
$e as Spacer,
|
|
110
|
+
ea as Stack,
|
|
111
|
+
aa as StatusDot,
|
|
112
|
+
sa as StatusIcon,
|
|
113
|
+
ta as Steps,
|
|
114
|
+
oa as Tab,
|
|
115
|
+
ra as Table,
|
|
116
|
+
da as TableData,
|
|
117
|
+
ca as Tabs,
|
|
118
|
+
na as Tag,
|
|
119
|
+
ua as Td,
|
|
120
|
+
ia as Text,
|
|
121
|
+
la as Th,
|
|
122
|
+
pa as Timeline,
|
|
123
|
+
ga as ToastContainer,
|
|
124
|
+
ma as TokenProvider,
|
|
125
|
+
Sa as Toolbar,
|
|
126
|
+
Ia as Tooltip,
|
|
127
|
+
ka as Tr,
|
|
128
|
+
Ta as Trans,
|
|
129
|
+
Ra as computeFullname,
|
|
130
|
+
Da as createApp,
|
|
131
|
+
ya as createRoute,
|
|
132
|
+
ba as createTypedRoute,
|
|
133
|
+
ha as currencies,
|
|
133
134
|
Ca as currencyInputSelectOptions,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
135
|
+
Aa as downloadJsonAsFile,
|
|
136
|
+
Pa as encodeExtras,
|
|
137
|
+
Ha as flatSelectValues,
|
|
138
|
+
Fa as formatCentsToCurrency,
|
|
139
|
+
va as formatDate,
|
|
140
|
+
fa as formatDateRange,
|
|
141
|
+
Oa as formatDateWithPredicate,
|
|
142
|
+
Ba as formatDisplayName,
|
|
143
|
+
La as formatResourceName,
|
|
144
|
+
Ea as getAvatarSrcFromRate,
|
|
145
|
+
Na as getCustomerDisplayStatus,
|
|
146
|
+
Ga as getCustomerStatusName,
|
|
147
|
+
Ma as getDefaultValueFromFlatten,
|
|
148
|
+
wa as getEventDateInfo,
|
|
149
|
+
Va as getIsoDateAtDayEdge,
|
|
150
|
+
xa as getIsoDateAtDaysBefore,
|
|
151
|
+
Wa as getOrderDisplayStatus,
|
|
152
|
+
Ja as getOrderFulfillmentStatusName,
|
|
153
|
+
Ua as getOrderPaymentStatusName,
|
|
154
|
+
ja as getOrderStatusName,
|
|
154
155
|
Ya as getOrderTransactionName,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
156
|
+
Za as getParcelTrackingDetail,
|
|
157
|
+
qa as getParcelTrackingDetails,
|
|
158
|
+
za as getPaymentMethodLogoSrc,
|
|
159
|
+
Ka as getPromotionDisplayStatus,
|
|
160
|
+
Qa as getResourceAddressFormFieldsSchema,
|
|
161
|
+
Xa as getResourceEndpoint,
|
|
162
|
+
_a as getReturnDisplayStatus,
|
|
163
|
+
$a as getReturnStatusName,
|
|
164
|
+
es as getShipmentDisplayStatus,
|
|
165
|
+
as as getShipmentRate,
|
|
166
|
+
ss as getShipmentRates,
|
|
167
|
+
ts as getShipmentStatusName,
|
|
168
|
+
os as getStockTransferDisplayStatus,
|
|
169
|
+
rs as getStockTransferStatusName,
|
|
170
|
+
ds as getUnitOfWeightName,
|
|
171
|
+
cs as getUnitsOfWeightForSelect,
|
|
172
|
+
ns as goBack,
|
|
173
|
+
us as hasBeenPurchased,
|
|
174
|
+
is as hasSingleTracking,
|
|
175
|
+
ls as i18nLocales,
|
|
176
|
+
ps as isAttachmentValidNote,
|
|
177
|
+
gs as isDateValid,
|
|
178
|
+
ms as isGroupedSelectValues,
|
|
179
|
+
Ss as isMock,
|
|
180
|
+
Is as isMockedId,
|
|
181
|
+
ks as isMultiValueSelected,
|
|
182
|
+
Ts as isSingleValueSelected,
|
|
183
|
+
Rs as makeDateYearsRange,
|
|
184
|
+
Ds as maskGiftCardCode,
|
|
185
|
+
ys as navigateTo,
|
|
186
|
+
bs as orderTransactionIsAnAsyncCapture,
|
|
187
|
+
hs as referenceOrigins,
|
|
187
188
|
Cs as removeMillisecondsFromIsoDate,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
189
|
+
As as setApiFormErrors,
|
|
190
|
+
Ps as sortAndGroupByDate,
|
|
191
|
+
Hs as t,
|
|
192
|
+
Fs as timeSeparator,
|
|
193
|
+
vs as toast,
|
|
194
|
+
fs as useAppLinking,
|
|
195
|
+
Os as useClickAway,
|
|
196
|
+
Bs as useCoreApi,
|
|
197
|
+
Ls as useCoreSdkProvider,
|
|
198
|
+
Es as useDelayShow,
|
|
199
|
+
Ns as useEditMetadataOverlay,
|
|
200
|
+
Gs as useEditTagsOverlay,
|
|
201
|
+
Ms as useInputResourceGroupOverlay,
|
|
202
|
+
ws as useIsChanged,
|
|
203
|
+
Vs as useOnBlurFromContainer,
|
|
204
|
+
xs as useOverlay,
|
|
205
|
+
Ws as useResourceAddressOverlay,
|
|
206
|
+
Js as useResourceFilters,
|
|
207
|
+
Us as useResourceList,
|
|
208
|
+
js as useTagManager,
|
|
208
209
|
Ys as useTokenProvider,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
210
|
+
Zs as useTranslation,
|
|
211
|
+
qs as useValidationFeedback,
|
|
212
|
+
zs as useViewJsonOverlay,
|
|
213
|
+
Ks as withSkeletonTemplate
|
|
213
214
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { default as en } from '../locales/en';
|
|
2
3
|
export { t } from 'i18next';
|
|
3
4
|
export { Trans, useTranslation } from 'react-i18next';
|
|
4
5
|
export declare const i18nLocales: readonly ["en-US", "it-IT"];
|
|
5
6
|
export type I18NLocale = (typeof i18nLocales)[number];
|
|
7
|
+
export type Translation = typeof en;
|
|
6
8
|
interface I18NProviderProps {
|
|
7
9
|
/** Optional locale to use for i18n translations that will override the locale set in the user's token. */
|
|
8
10
|
enforcedLocaleCode?: I18NLocale;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { encodeExtras } from './extras';
|
|
2
|
+
export type { ParsedScopes } from './getInfoFromJwt';
|
|
2
3
|
export { MetaTags } from './MetaTags';
|
|
3
4
|
export { TokenProvider, useTokenProvider } from './TokenProvider';
|
|
4
5
|
export type { TokenProviderAllowedApp, TokenProviderAllowedAppKind, TokenProviderAllowedAppSlug, TokenProviderClAppSlug, TokenProviderExtras, TokenProviderPermissionItem, TokenProviderRoleActions, TokenProviderRolePermissions, TokenProviderTokenApplicationKind, } from './types';
|