denwa-react-shared 1.0.28 → 1.0.30
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 +33 -32
- package/dist/denwa-react-shared.umd.js +117 -124
- package/dist/{index-B4OeWoir.js → index-BvXeQxDS.js} +16029 -17353
- package/dist/{index-DWySB-Kv.cjs → index-DOWmUOcG.cjs} +1 -1
- package/dist/index-DPqEnkhT.cjs +449 -0
- package/dist/{index-WAkPpeUV.js → index-b3N2ywqR.js} +1 -1
- package/dist/shared/lib/form.d.ts +8 -0
- package/dist/shared/ui/admin-table/index.d.ts +1 -1
- package/dist/shared/ui/admin-table/types.d.ts +3 -1
- package/dist/shared/ui/text-editor/link-button.d.ts +1 -0
- package/dist/shared/ui/text-editor/toolbar.d.ts +1 -0
- package/dist/shared/ui/text-editor/types.d.ts +1 -0
- package/dist/{table-head-CNtZXSo9.js → table-head-B_BF5Nu6.js} +1 -1
- package/dist/{table-head-CgUhrmJA.cjs → table-head-C7AaCHma.cjs} +1 -1
- package/package.json +1 -1
- package/dist/index-DGJHrNxr.cjs +0 -456
|
@@ -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-DPqEnkhT.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.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,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bZ as s, bM as b, bN as o, bO as t, bP as r, bQ as i, B as n, bU as l, bR as p, bV as m, bW as u, bX as I, bS as B, bY as c, bd as g, bL as T, be as P, bi as d, bT 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 V, bs as f, bJ as M, br as O, bw as y, bq as U, bH as x, bG as D, bK as R, bC as F, bv as N, bt as v, bB as j, bu as G, bF as H, bg as K, A as _, bh as q, bI as z, bE as J, by as Q, bz as W, bn as X, bo as Y, bk as Z, bl as $, v as aa, bc as ea, w as sa, bm as ba } from "./index-BvXeQxDS.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AdminTable,
|
|
4
4
|
b as BaseDatePicker,
|
|
5
5
|
o as BaseDrawerForm,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
t as BaseImage,
|
|
7
|
+
r as BaseImageUpload,
|
|
8
8
|
i as BaseInput,
|
|
9
9
|
n as BaseInputNumber,
|
|
10
10
|
l as BaseMaterialMap,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
p as BasePasswordInput,
|
|
12
|
+
m as BaseReadonlyInput,
|
|
13
13
|
u as BaseSearchInput,
|
|
14
14
|
I as BaseSpin,
|
|
15
15
|
B as BaseTextAreaInput,
|
|
@@ -19,13 +19,13 @@ export {
|
|
|
19
19
|
P as LOCAL_STORAGE,
|
|
20
20
|
d as Languages,
|
|
21
21
|
A as LayoutCard,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
S as MonthsNumber,
|
|
23
|
+
h as THEME,
|
|
24
|
+
C as TIME,
|
|
25
|
+
L as VALIDATION_VALUE,
|
|
26
|
+
k as checkCorrectImageObject,
|
|
27
|
+
w as compareRolesPriority,
|
|
28
|
+
E as convertPhoneMask,
|
|
29
29
|
V as createProfileLabel,
|
|
30
30
|
f as createUploadStore,
|
|
31
31
|
M as deleteCookie,
|
|
@@ -35,24 +35,25 @@ export {
|
|
|
35
35
|
x as getCookie,
|
|
36
36
|
D as getImagePrefix,
|
|
37
37
|
R as getTokenInCookie,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
j as
|
|
42
|
-
G as
|
|
43
|
-
H as
|
|
44
|
-
K as
|
|
45
|
-
_ as
|
|
46
|
-
q as
|
|
47
|
-
z as
|
|
48
|
-
J as
|
|
49
|
-
Q as
|
|
50
|
-
W as
|
|
51
|
-
X as
|
|
52
|
-
Y as
|
|
53
|
-
Z as
|
|
54
|
-
$ as
|
|
55
|
-
aa as
|
|
56
|
-
ea as
|
|
57
|
-
sa as
|
|
38
|
+
F as getUploadImageUrl,
|
|
39
|
+
N as isUrl,
|
|
40
|
+
v as objectArrayToOptions,
|
|
41
|
+
j as onFilterSelectOptionsByLabel,
|
|
42
|
+
G as prepareImagesToSubmit,
|
|
43
|
+
H as prepareServerImages,
|
|
44
|
+
K as responseSchema,
|
|
45
|
+
_ as searchRadioDefaultValue,
|
|
46
|
+
q as sessionCookieSchema,
|
|
47
|
+
z as setCookie,
|
|
48
|
+
J as sortImagesArrayByReference,
|
|
49
|
+
Q as translateField,
|
|
50
|
+
W as translateImagesAlt,
|
|
51
|
+
X as useExtraMediumViewPort,
|
|
52
|
+
Y as useFetchTableData,
|
|
53
|
+
Z as useLaptopBigViewPort,
|
|
54
|
+
$ as useLaptopViewPort,
|
|
55
|
+
aa as useMobileViewPort,
|
|
56
|
+
ea as useSession,
|
|
57
|
+
sa as useSmallViewPort,
|
|
58
|
+
ba as useTabletViewPort
|
|
58
59
|
};
|