denwa-react-shared 1.0.38 → 1.0.40
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/denwa-react-shared.cjs.js +1 -1
- package/dist/denwa-react-shared.es.js +28 -27
- package/dist/denwa-react-shared.umd.js +101 -101
- package/dist/entities/session/model/types.d.ts +5 -1
- package/dist/{index-Bs_snTSl.cjs → index-CjUpXF_Y.cjs} +1 -1
- package/dist/{index-qGHe4qtr.js → index-CvIg4fVr.js} +1 -1
- package/dist/{index-D965YPf-.cjs → index-DvjKgPtt.cjs} +82 -82
- package/dist/{index-C2f4UpPC.js → index-m58NAyXb.js} +529 -524
- package/dist/shared/lib/index.d.ts +1 -0
- package/dist/shared/lib/storage.d.ts +1 -1
- package/dist/shared/lib/utils.d.ts +7 -0
- package/dist/{table-head-DfUM9jUU.cjs → table-head-DR1jQFfS.cjs} +1 -1
- package/dist/{table-head-Cf7HUb6o.js → table-head-O1qCUtRe.js} +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-DvjKgPtt.cjs");exports.AdminTable=e.AdminTable;exports.BaseDatePicker=e.BaseDatePicker;exports.BaseDrawerForm=e.BaseDrawerForm;exports.BaseImage=e.BaseImage;exports.BaseImageUpload=e.BaseImageUpload;exports.BaseInput=e.BaseInput;exports.BaseInputNumber=e.BaseInputNumber;exports.BaseMaterialMap=e.BaseMaterialMap;exports.BasePasswordInput=e.BasePasswordInput;exports.BaseReadonlyInput=e.BaseReadonlyInput;exports.BaseSearchInput=e.BaseSearchInput;exports.BaseSpin=e.BaseSpin;exports.BaseTextAreaInput=e.BaseTextAreaInput;exports.BaseTextEditor=e.BaseTextEditor;exports.COOKIE=e.COOKIE;exports.Container=e.Container;exports.LOCAL_STORAGE=e.LOCAL_STORAGE;exports.Languages=e.Languages;exports.LayoutCard=e.LayoutCard;exports.MonthsNumber=e.MonthsNumber;exports.THEME=e.THEME;exports.TIME=e.TIME;exports.VALIDATION_VALUE=e.VALIDATION_VALUE;exports.checkCorrectImageObject=e.checkCorrectImageObject;exports.compareRolesPriority=e.compareRolesPriority;exports.convertPhoneMask=e.convertPhoneMask;exports.createProfileLabel=e.createProfileLabel;exports.createUploadStore=e.createUploadStore;exports.deleteCookie=e.deleteCookie;exports.fileToBase64=e.fileToBase64;exports.formatPhoneToInternational=e.formatPhoneToInternational;exports.formatPhoneToNumber=e.formatPhoneToNumber;exports.getCookie=e.getCookie;exports.getImagePrefix=e.getImagePrefix;exports.getTokenInCookie=e.getTokenInCookie;exports.getUploadImageUrl=e.getUploadImageUrl;exports.isUrl=e.isUrl;exports.mergeObjectArrays=e.mergeObjectArrays;exports.objectArrayToOptions=e.objectArrayToOptions;exports.onFilterSelectOptionsByLabel=e.onFilterSelectOptionsByLabel;exports.prepareImagesToSubmit=e.prepareImagesToSubmit;exports.prepareServerImages=e.prepareServerImages;exports.responseSchema=e.responseSchema;exports.searchRadioDefaultValue=e.searchRadioDefaultValue;exports.sessionCookieSchema=e.sessionCookieSchema;exports.setCookie=e.setCookie;exports.sortImagesArrayByReference=e.sortImagesArrayByReference;exports.translateField=e.translateField;exports.translateImagesAlt=e.translateImagesAlt;exports.useExtraMediumViewPort=e.useExtraMediumViewPort;exports.useFetchTableData=e.useFetchTableData;exports.useLaptopBigViewPort=e.useLaptopBigViewPort;exports.useLaptopViewPort=e.useLaptopViewPort;exports.useMobileViewPort=e.useMobileViewPort;exports.useSession=e.useSession;exports.useSmallViewPort=e.useSmallViewPort;exports.useTabletViewPort=e.useTabletViewPort;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b_ as s, bN as b, bO as o, bP as r, bQ as t, bR as i, B as n, bV as l, bS as m, bW as p, bX as u, bY as I, bT as c, bZ as B, bd as g, bM as T, be as P, bi as d, bU as A, bj as S, E as h, T as C, bf as L, bD as k, bA as w, bp as E, bx as O, bs as V, bJ as f, br as y, bw as M, bq as U, bH as x, bG as D, bK as R, bC as F, bv as N, bL as j, bt as v, bB as _, bu as G, bF as H, bg as K, A as q, bh as z, bI as J, bE as Q, by as W, bz as X, bn as Y, bo as Z, bk as $, bl as aa, v as ea, bc as sa, w as ba, bm as oa } from "./index-m58NAyXb.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AdminTable,
|
|
4
4
|
b as BaseDatePicker,
|
|
5
5
|
o as BaseDrawerForm,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
r as BaseImage,
|
|
7
|
+
t as BaseImageUpload,
|
|
8
8
|
i as BaseInput,
|
|
9
9
|
n as BaseInputNumber,
|
|
10
10
|
l as BaseMaterialMap,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
m as BasePasswordInput,
|
|
12
|
+
p as BaseReadonlyInput,
|
|
13
13
|
u as BaseSearchInput,
|
|
14
14
|
I as BaseSpin,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
c as BaseTextAreaInput,
|
|
16
|
+
B as BaseTextEditor,
|
|
17
17
|
g as COOKIE,
|
|
18
18
|
T as Container,
|
|
19
19
|
P as LOCAL_STORAGE,
|
|
@@ -26,34 +26,35 @@ export {
|
|
|
26
26
|
k as checkCorrectImageObject,
|
|
27
27
|
w as compareRolesPriority,
|
|
28
28
|
E as convertPhoneMask,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
O as createProfileLabel,
|
|
30
|
+
V as createUploadStore,
|
|
31
|
+
f as deleteCookie,
|
|
32
|
+
y as fileToBase64,
|
|
33
|
+
M as formatPhoneToInternational,
|
|
34
34
|
U as formatPhoneToNumber,
|
|
35
35
|
x as getCookie,
|
|
36
36
|
D as getImagePrefix,
|
|
37
37
|
R as getTokenInCookie,
|
|
38
38
|
F as getUploadImageUrl,
|
|
39
39
|
N as isUrl,
|
|
40
|
+
j as mergeObjectArrays,
|
|
40
41
|
v as objectArrayToOptions,
|
|
41
|
-
|
|
42
|
+
_ as onFilterSelectOptionsByLabel,
|
|
42
43
|
G as prepareImagesToSubmit,
|
|
43
44
|
H as prepareServerImages,
|
|
44
45
|
K as responseSchema,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
46
|
+
q as searchRadioDefaultValue,
|
|
47
|
+
z as sessionCookieSchema,
|
|
48
|
+
J as setCookie,
|
|
49
|
+
Q as sortImagesArrayByReference,
|
|
50
|
+
W as translateField,
|
|
51
|
+
X as translateImagesAlt,
|
|
52
|
+
Y as useExtraMediumViewPort,
|
|
53
|
+
Z as useFetchTableData,
|
|
54
|
+
$ as useLaptopBigViewPort,
|
|
55
|
+
aa as useLaptopViewPort,
|
|
56
|
+
ea as useMobileViewPort,
|
|
57
|
+
sa as useSession,
|
|
58
|
+
ba as useSmallViewPort,
|
|
59
|
+
oa as useTabletViewPort
|
|
59
60
|
};
|