denwa-react-shared 1.0.50 → 1.0.52
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 +26 -24
- package/dist/denwa-react-shared.umd.js +96 -96
- package/dist/{index-DPV-eKwL.js → index-49VDr1hQ.js} +1 -1
- package/dist/{index-BDShpnQh.cjs → index-CQeYc2s8.cjs} +80 -80
- package/dist/{index-CNfM0vUH.js → index-DSBAMgsc.js} +978 -965
- package/dist/{index-DNlS2-mu.cjs → index-LZmo5ntb.cjs} +1 -1
- package/dist/shared/constants/variables.d.ts +3 -3
- package/dist/shared/schemas/index.d.ts +49 -0
- package/dist/{table-head-DZrvH6B2.js → table-head-B0FdmOSr.js} +1 -1
- package/dist/{table-head-D_PRSdzm.cjs → table-head-CEVdZd7h.cjs} +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-CQeYc2s8.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.ProviderComposer=e.ProviderComposer;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.provider=e.provider;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.uploadImageSchema=e.uploadImageSchema;exports.uploadImagesTempSchema=e.uploadImagesTempSchema;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,27 +1,27 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c2 as s, bR as o, bS as b, bT as r, bU as t, bV as i, B as n, bZ as l, bW as m, b_ as p, b$ as u, c0 as c, bX as I, c1 as g, bd as B, bQ as T, be as d, bk as P, bY as S, bl as h, bn as A, E as C, T as L, bf as k, bH as w, bE as E, bt as O, bB as V, bw as f, bN as y, bv as M, bA as U, bu as v, bL as x, bK as D, bO as R, bG as F, bz as N, bP as j, bx as _, bF as G, by as H, bJ as K, bm as q, bg as z, A as J, bh as Q, bM as W, bI as X, bC as Y, bD as Z, bj as $, bi as aa, br as ea, bs as sa, bo as oa, bp as ba, v as ra, bc as ta, w as ia, bq as na } from "./index-DSBAMgsc.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AdminTable,
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
o as BaseDatePicker,
|
|
5
|
+
b as BaseDrawerForm,
|
|
6
|
+
r as BaseImage,
|
|
7
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
c as BaseSpin,
|
|
15
|
+
I as BaseTextAreaInput,
|
|
16
|
+
g as BaseTextEditor,
|
|
17
|
+
B as COOKIE,
|
|
18
18
|
T as Container,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
d as LOCAL_STORAGE,
|
|
20
|
+
P as Languages,
|
|
21
|
+
S as LayoutCard,
|
|
22
|
+
h as MonthsNumber,
|
|
23
|
+
A as ProviderComposer,
|
|
24
|
+
C as THEME,
|
|
25
25
|
L as TIME,
|
|
26
26
|
k as VALIDATION_VALUE,
|
|
27
27
|
w as checkCorrectImageObject,
|
|
@@ -51,12 +51,14 @@ export {
|
|
|
51
51
|
X as sortImagesArrayByReference,
|
|
52
52
|
Y as translateField,
|
|
53
53
|
Z as translateImagesAlt,
|
|
54
|
-
$ as
|
|
55
|
-
aa as
|
|
56
|
-
ea as
|
|
57
|
-
sa as
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
ta as
|
|
54
|
+
$ as uploadImageSchema,
|
|
55
|
+
aa as uploadImagesTempSchema,
|
|
56
|
+
ea as useExtraMediumViewPort,
|
|
57
|
+
sa as useFetchTableData,
|
|
58
|
+
oa as useLaptopBigViewPort,
|
|
59
|
+
ba as useLaptopViewPort,
|
|
60
|
+
ra as useMobileViewPort,
|
|
61
|
+
ta as useSession,
|
|
62
|
+
ia as useSmallViewPort,
|
|
63
|
+
na as useTabletViewPort
|
|
62
64
|
};
|