denwa-react-shared 1.0.74 → 1.0.75
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 +45 -43
- package/dist/denwa-react-shared.umd.js +104 -104
- package/dist/{index-DKVThYKU.cjs → index-B7N8Bcbq.cjs} +88 -88
- package/dist/{index-CiPcfupf.cjs → index-CowBF-O2.cjs} +1 -1
- package/dist/{index-CckU_0ua.js → index-D1isjVkj.js} +3603 -3568
- package/dist/{index-C6eROwQe.js → index-d3rnJqoc.js} +1 -1
- package/dist/shared/lib/form.d.ts +32 -8
- package/dist/shared/lib/images.d.ts +5 -5
- package/dist/shared/schemas/index.d.ts +42 -0
- package/dist/shared/types/index.d.ts +31 -9
- package/dist/{table-head-CultfgU9.cjs → table-head-CbIPS8m8.cjs} +1 -1
- package/dist/{table-head-Co85gXEl.js → table-head-DzY7lYrq.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-B7N8Bcbq.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.createUploadImagesStore=e.createUploadImagesStore;exports.deleteCookie=e.deleteCookie;exports.escapeHtml=e.escapeHtml;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.insertLink=e.insertLink;exports.isBlockActive=e.isBlockActive;exports.isLinkActive=e.isLinkActive;exports.isMarkActive=e.isMarkActive;exports.isUrl=e.isUrl;exports.mergeObjectArrays=e.mergeObjectArrays;exports.objectArrayToOptions=e.objectArrayToOptions;exports.onFilterSelectOptionsByLabel=e.onFilterSelectOptionsByLabel;exports.prepareFilesToSubmit=e.prepareFilesToSubmit;exports.prepareImagesToSubmit=e.prepareImagesToSubmit;exports.prepareServerImages=e.prepareServerImages;exports.provider=e.provider;exports.responseSchema=e.responseSchema;exports.searchRadioDefaultValue=e.searchRadioDefaultValue;exports.serializeToHtml=e.serializeToHtml;exports.sessionCookieSchema=e.sessionCookieSchema;exports.setCookie=e.setCookie;exports.sortFilesArrayByReference=e.sortFilesArrayByReference;exports.toggleBlock=e.toggleBlock;exports.toggleMark=e.toggleMark;exports.translateContent=e.translateContent;exports.translateField=e.translateField;exports.translateImagesAlt=e.translateImagesAlt;exports.unwrapLink=e.unwrapLink;exports.uploadFilesSchema=e.uploadFilesSchema;exports.uploadImageSchema=e.uploadImageSchema;exports.uploadTempSchema=e.uploadTempSchema;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;exports.withInlines=e.withInlines;exports.wrapLink=e.wrapLink;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { cg as s, bU as o, bV as r, bW as t, bX as b, bY as i, B as c, c0 as l, bZ as n, c1 as p, c2 as m, c3 as u, b_ as g, c4 as I, bd as B, bT as T, be as d, bl as k, b$ as A, bm as P, bo as S, E as h, T as L, bf as w, bK as C, bH as M, bu as f, bD as E, bx as O, bQ as V, ce as v, bw as y, bC as F, bv as U, bO as x, bN as D, bR as R, bJ as N, cb as j, c5 as H, c9 as _, c6 as z, bB as G, bS as K, by as q, bI as J, bA as Q, bz as W, bM as X, bn as Y, bg as Z, A as $, cf as aa, bh as ea, bP as sa, bL as oa, c8 as ra, c7 as ta, bG as ba, bE as ia, bF as ca, ca as la, bk as na, bj as pa, bi as ma, bs as ua, bt as ga, bp as Ia, bq as Ba, v as Ta, bc as da, w as ka, br as Aa, cd as Pa, cc as Sa } from "./index-D1isjVkj.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AdminTable,
|
|
4
4
|
o as BaseDatePicker,
|
|
@@ -7,36 +7,36 @@ export {
|
|
|
7
7
|
b as BaseImageUpload,
|
|
8
8
|
i as BaseInput,
|
|
9
9
|
c as BaseInputNumber,
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
l as BaseMaterialMap,
|
|
11
|
+
n as BasePasswordInput,
|
|
12
12
|
p as BaseReadonlyInput,
|
|
13
13
|
m as BaseSearchInput,
|
|
14
14
|
u as BaseSpin,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
g as BaseTextAreaInput,
|
|
16
|
+
I as BaseTextEditor,
|
|
17
17
|
B as COOKIE,
|
|
18
18
|
T as Container,
|
|
19
19
|
d as LOCAL_STORAGE,
|
|
20
20
|
k as Languages,
|
|
21
21
|
A as LayoutCard,
|
|
22
22
|
P as MonthsNumber,
|
|
23
|
-
|
|
23
|
+
S as ProviderComposer,
|
|
24
24
|
h as THEME,
|
|
25
|
-
|
|
25
|
+
L as TIME,
|
|
26
26
|
w as VALIDATION_VALUE,
|
|
27
27
|
C as checkCorrectImageObject,
|
|
28
28
|
M as compareRolesPriority,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
f as convertPhoneMask,
|
|
30
|
+
E as createProfileLabel,
|
|
31
|
+
O as createUploadImagesStore,
|
|
32
|
+
V as deleteCookie,
|
|
33
33
|
v as escapeHtml,
|
|
34
34
|
y as fileToBase64,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
35
|
+
F as formatPhoneToInternational,
|
|
36
|
+
U as formatPhoneToNumber,
|
|
37
|
+
x as getCookie,
|
|
38
|
+
D as getImagePrefix,
|
|
39
|
+
R as getTokenInCookie,
|
|
40
40
|
N as getUploadImageUrl,
|
|
41
41
|
j as insertLink,
|
|
42
42
|
H as isBlockActive,
|
|
@@ -46,31 +46,33 @@ export {
|
|
|
46
46
|
K as mergeObjectArrays,
|
|
47
47
|
q as objectArrayToOptions,
|
|
48
48
|
J as onFilterSelectOptionsByLabel,
|
|
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
|
|
58
|
-
oa as
|
|
59
|
-
ra as
|
|
60
|
-
ta as
|
|
61
|
-
ba as
|
|
62
|
-
ia as
|
|
63
|
-
ca as
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
pa as
|
|
67
|
-
ma as
|
|
68
|
-
ua as
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
Ba as
|
|
72
|
-
Ta as
|
|
73
|
-
da as
|
|
74
|
-
ka as
|
|
75
|
-
Aa as
|
|
49
|
+
Q as prepareFilesToSubmit,
|
|
50
|
+
W as prepareImagesToSubmit,
|
|
51
|
+
X as prepareServerImages,
|
|
52
|
+
Y as provider,
|
|
53
|
+
Z as responseSchema,
|
|
54
|
+
$ as searchRadioDefaultValue,
|
|
55
|
+
aa as serializeToHtml,
|
|
56
|
+
ea as sessionCookieSchema,
|
|
57
|
+
sa as setCookie,
|
|
58
|
+
oa as sortFilesArrayByReference,
|
|
59
|
+
ra as toggleBlock,
|
|
60
|
+
ta as toggleMark,
|
|
61
|
+
ba as translateContent,
|
|
62
|
+
ia as translateField,
|
|
63
|
+
ca as translateImagesAlt,
|
|
64
|
+
la as unwrapLink,
|
|
65
|
+
na as uploadFilesSchema,
|
|
66
|
+
pa as uploadImageSchema,
|
|
67
|
+
ma as uploadTempSchema,
|
|
68
|
+
ua as useExtraMediumViewPort,
|
|
69
|
+
ga as useFetchTableData,
|
|
70
|
+
Ia as useLaptopBigViewPort,
|
|
71
|
+
Ba as useLaptopViewPort,
|
|
72
|
+
Ta as useMobileViewPort,
|
|
73
|
+
da as useSession,
|
|
74
|
+
ka as useSmallViewPort,
|
|
75
|
+
Aa as useTabletViewPort,
|
|
76
|
+
Pa as withInlines,
|
|
77
|
+
Sa as wrapLink
|
|
76
78
|
};
|