pge-front-common 14.2.5 → 14.2.6
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/lib/index.d.ts +11 -11
- package/lib/index.esm.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -91,18 +91,7 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
91
91
|
maxFileSize?: `${number}KB` | `${number}MB` | `${number}GB`;
|
|
92
92
|
helperText?: React__default.ReactNode;
|
|
93
93
|
} & {
|
|
94
|
-
style?: React__default.CSSProperties | undefined;
|
|
95
94
|
disabled?: boolean | undefined | undefined;
|
|
96
|
-
className?: string | undefined | undefined;
|
|
97
|
-
value?: string | number | readonly string[] | undefined;
|
|
98
|
-
form?: string | undefined | undefined;
|
|
99
|
-
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
100
|
-
formEncType?: string | undefined | undefined;
|
|
101
|
-
formMethod?: string | undefined | undefined;
|
|
102
|
-
formNoValidate?: boolean | undefined | undefined;
|
|
103
|
-
formTarget?: string | undefined | undefined;
|
|
104
|
-
name?: string | undefined | undefined;
|
|
105
|
-
type?: "submit" | "reset" | "button" | undefined | undefined;
|
|
106
95
|
onChange?: React__default.FormEventHandler<HTMLButtonElement> | undefined;
|
|
107
96
|
defaultChecked?: boolean | undefined | undefined;
|
|
108
97
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -111,6 +100,7 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
111
100
|
accessKey?: string | undefined | undefined;
|
|
112
101
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
113
102
|
autoFocus?: boolean | undefined | undefined;
|
|
103
|
+
className?: string | undefined | undefined;
|
|
114
104
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
115
105
|
contextMenu?: string | undefined | undefined;
|
|
116
106
|
dir?: string | undefined | undefined;
|
|
@@ -122,6 +112,7 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
122
112
|
nonce?: string | undefined | undefined;
|
|
123
113
|
slot?: string | undefined | undefined;
|
|
124
114
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
115
|
+
style?: React__default.CSSProperties | undefined;
|
|
125
116
|
tabIndex?: number | undefined | undefined;
|
|
126
117
|
translate?: "yes" | "no" | undefined | undefined;
|
|
127
118
|
radioGroup?: string | undefined | undefined;
|
|
@@ -397,6 +388,15 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
397
388
|
'data-pr-hidedelay'?: number | undefined | undefined;
|
|
398
389
|
'data-pr-autohide'?: boolean | undefined | undefined;
|
|
399
390
|
'data-pr-showondisabled'?: boolean | undefined | undefined;
|
|
391
|
+
value?: string | number | readonly string[] | undefined;
|
|
392
|
+
form?: string | undefined | undefined;
|
|
393
|
+
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
394
|
+
formEncType?: string | undefined | undefined;
|
|
395
|
+
formMethod?: string | undefined | undefined;
|
|
396
|
+
formNoValidate?: boolean | undefined | undefined;
|
|
397
|
+
formTarget?: string | undefined | undefined;
|
|
398
|
+
name?: string | undefined | undefined;
|
|
399
|
+
type?: "submit" | "reset" | "button" | undefined | undefined;
|
|
400
400
|
} & React__default.RefAttributes<FileUploadHandle>>;
|
|
401
401
|
|
|
402
402
|
interface TooltipProps$1 {
|
package/lib/index.esm.js
CHANGED
|
@@ -24046,7 +24046,7 @@ var Cancel = AlertDialogCancel;
|
|
|
24046
24046
|
var Title2 = AlertDialogTitle;
|
|
24047
24047
|
var Description2 = AlertDialogDescription;
|
|
24048
24048
|
|
|
24049
|
-
var css_248z$d = ".styles-module__alertOverlay___eoTQD {\r\n background: #00000080;\r\n position: fixed;\r\n inset: 0;\r\n animation: styles-module__overlayShow___hSH5g 300ms cubic-bezier(0.16, 1, 0.3, 1);\r\n}\r\n\r\n@keyframes styles-module__overlayShow___hSH5g {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.styles-module__modalHeaderContainer___zqcC3 {\r\n width: 100%;\r\n height: 56px;\r\n border-radius: 20px 20px 0px 0px;\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: space-between;\r\n background: var(--modal-header-bg-color);\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n}\r\n\r\n.styles-module__modalHeaderText___is1Qg {\r\n font-size: var(--font-size-20, 20px);\r\n font-weight: 700;\r\n line-height: 27px;\r\n text-align: left;\r\n color: #fff;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__modalHeaderText___is1Qg {\r\n font-size: var(--font-size-16, 16px);\r\n line-height: 21px;\r\n }\r\n}\r\n\r\n.styles-module__closeBtn___VOQjz {\r\n all: unset;\r\n cursor: pointer;\r\n}\r\n\r\n.styles-module__customIcon___8Ly4h {\r\n color: #ffffff;\r\n}\r\n\r\n.styles-module__contentContainer___tiBil {\r\n border-radius: 20px;\r\n position: fixed;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n max-width: 500px;\r\n max-height: 85vh;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__contentContainer___tiBil {\r\n width: 295px;\r\n }\r\n}\r\n\r\n.styles-module__childrenContainer___BgV1l {\r\n padding: 16px;\r\n background-color: var(--background-color);\r\n border-radius: 0px 0px 20px 20px;\r\n max-height: 500px;\r\n overflow-y: auto;\r\n}\r\n\r\n.styles-module__iconClose___Veq4Y {\r\n color: #fff;\r\n}\r\n\r\n.styles-module__closeBtn___VOQjz:focus-visible {\r\n outline: 2px solid var(--background-color);\r\n outline-offset: 4px;\r\n border-radius: 4px;\r\n}\r\n";
|
|
24049
|
+
var css_248z$d = ".styles-module__alertOverlay___eoTQD {\r\n background: #00000080;\r\n position: fixed;\r\n inset: 0;\r\n animation: styles-module__overlayShow___hSH5g 300ms cubic-bezier(0.16, 1, 0.3, 1);\r\n}\r\n\r\n@keyframes styles-module__overlayShow___hSH5g {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.styles-module__modalHeaderContainer___zqcC3 {\r\n width: 100%;\r\n height: 56px;\r\n border-radius: 20px 20px 0px 0px;\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: space-between;\r\n background: var(--modal-header-bg-color);\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n}\r\n\r\n.styles-module__modalHeaderText___is1Qg {\r\n font-size: var(--font-size-20, 20px);\r\n font-weight: 700;\r\n line-height: 27px;\r\n text-align: left;\r\n color: #fff;\r\n margin-bottom: 0 !important;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__modalHeaderText___is1Qg {\r\n font-size: var(--font-size-16, 16px);\r\n line-height: 21px;\r\n margin-bottom: 0 !important;\r\n\r\n }\r\n}\r\n\r\n.styles-module__closeBtn___VOQjz {\r\n all: unset;\r\n cursor: pointer;\r\n}\r\n\r\n.styles-module__customIcon___8Ly4h {\r\n color: #ffffff;\r\n}\r\n\r\n.styles-module__contentContainer___tiBil {\r\n border-radius: 20px;\r\n position: fixed;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n max-width: 500px;\r\n max-height: 85vh;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__contentContainer___tiBil {\r\n width: 295px;\r\n }\r\n}\r\n\r\n.styles-module__childrenContainer___BgV1l {\r\n padding: 16px;\r\n background-color: var(--background-color);\r\n border-radius: 0px 0px 20px 20px;\r\n max-height: 500px;\r\n overflow-y: auto;\r\n}\r\n\r\n.styles-module__iconClose___Veq4Y {\r\n color: #fff;\r\n}\r\n\r\n.styles-module__closeBtn___VOQjz:focus-visible {\r\n outline: 2px solid var(--background-color);\r\n outline-offset: 4px;\r\n border-radius: 4px;\r\n}\r\n";
|
|
24050
24050
|
var styles$b = {"alertOverlay":"styles-module__alertOverlay___eoTQD","modalHeaderContainer":"styles-module__modalHeaderContainer___zqcC3","modalHeaderText":"styles-module__modalHeaderText___is1Qg","closeBtn":"styles-module__closeBtn___VOQjz","contentContainer":"styles-module__contentContainer___tiBil","childrenContainer":"styles-module__childrenContainer___BgV1l","iconClose":"styles-module__iconClose___Veq4Y"};
|
|
24051
24051
|
styleInject(css_248z$d);
|
|
24052
24052
|
|
package/lib/index.js
CHANGED
|
@@ -24066,7 +24066,7 @@ var Cancel = AlertDialogCancel;
|
|
|
24066
24066
|
var Title2 = AlertDialogTitle;
|
|
24067
24067
|
var Description2 = AlertDialogDescription;
|
|
24068
24068
|
|
|
24069
|
-
var css_248z$d = ".styles-module__alertOverlay___eoTQD {\r\n background: #00000080;\r\n position: fixed;\r\n inset: 0;\r\n animation: styles-module__overlayShow___hSH5g 300ms cubic-bezier(0.16, 1, 0.3, 1);\r\n}\r\n\r\n@keyframes styles-module__overlayShow___hSH5g {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.styles-module__modalHeaderContainer___zqcC3 {\r\n width: 100%;\r\n height: 56px;\r\n border-radius: 20px 20px 0px 0px;\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: space-between;\r\n background: var(--modal-header-bg-color);\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n}\r\n\r\n.styles-module__modalHeaderText___is1Qg {\r\n font-size: var(--font-size-20, 20px);\r\n font-weight: 700;\r\n line-height: 27px;\r\n text-align: left;\r\n color: #fff;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__modalHeaderText___is1Qg {\r\n font-size: var(--font-size-16, 16px);\r\n line-height: 21px;\r\n }\r\n}\r\n\r\n.styles-module__closeBtn___VOQjz {\r\n all: unset;\r\n cursor: pointer;\r\n}\r\n\r\n.styles-module__customIcon___8Ly4h {\r\n color: #ffffff;\r\n}\r\n\r\n.styles-module__contentContainer___tiBil {\r\n border-radius: 20px;\r\n position: fixed;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n max-width: 500px;\r\n max-height: 85vh;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__contentContainer___tiBil {\r\n width: 295px;\r\n }\r\n}\r\n\r\n.styles-module__childrenContainer___BgV1l {\r\n padding: 16px;\r\n background-color: var(--background-color);\r\n border-radius: 0px 0px 20px 20px;\r\n max-height: 500px;\r\n overflow-y: auto;\r\n}\r\n\r\n.styles-module__iconClose___Veq4Y {\r\n color: #fff;\r\n}\r\n\r\n.styles-module__closeBtn___VOQjz:focus-visible {\r\n outline: 2px solid var(--background-color);\r\n outline-offset: 4px;\r\n border-radius: 4px;\r\n}\r\n";
|
|
24069
|
+
var css_248z$d = ".styles-module__alertOverlay___eoTQD {\r\n background: #00000080;\r\n position: fixed;\r\n inset: 0;\r\n animation: styles-module__overlayShow___hSH5g 300ms cubic-bezier(0.16, 1, 0.3, 1);\r\n}\r\n\r\n@keyframes styles-module__overlayShow___hSH5g {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.styles-module__modalHeaderContainer___zqcC3 {\r\n width: 100%;\r\n height: 56px;\r\n border-radius: 20px 20px 0px 0px;\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: space-between;\r\n background: var(--modal-header-bg-color);\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n}\r\n\r\n.styles-module__modalHeaderText___is1Qg {\r\n font-size: var(--font-size-20, 20px);\r\n font-weight: 700;\r\n line-height: 27px;\r\n text-align: left;\r\n color: #fff;\r\n margin-bottom: 0 !important;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__modalHeaderText___is1Qg {\r\n font-size: var(--font-size-16, 16px);\r\n line-height: 21px;\r\n margin-bottom: 0 !important;\r\n\r\n }\r\n}\r\n\r\n.styles-module__closeBtn___VOQjz {\r\n all: unset;\r\n cursor: pointer;\r\n}\r\n\r\n.styles-module__customIcon___8Ly4h {\r\n color: #ffffff;\r\n}\r\n\r\n.styles-module__contentContainer___tiBil {\r\n border-radius: 20px;\r\n position: fixed;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n max-width: 500px;\r\n max-height: 85vh;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__contentContainer___tiBil {\r\n width: 295px;\r\n }\r\n}\r\n\r\n.styles-module__childrenContainer___BgV1l {\r\n padding: 16px;\r\n background-color: var(--background-color);\r\n border-radius: 0px 0px 20px 20px;\r\n max-height: 500px;\r\n overflow-y: auto;\r\n}\r\n\r\n.styles-module__iconClose___Veq4Y {\r\n color: #fff;\r\n}\r\n\r\n.styles-module__closeBtn___VOQjz:focus-visible {\r\n outline: 2px solid var(--background-color);\r\n outline-offset: 4px;\r\n border-radius: 4px;\r\n}\r\n";
|
|
24070
24070
|
var styles$b = {"alertOverlay":"styles-module__alertOverlay___eoTQD","modalHeaderContainer":"styles-module__modalHeaderContainer___zqcC3","modalHeaderText":"styles-module__modalHeaderText___is1Qg","closeBtn":"styles-module__closeBtn___VOQjz","contentContainer":"styles-module__contentContainer___tiBil","childrenContainer":"styles-module__childrenContainer___BgV1l","iconClose":"styles-module__iconClose___Veq4Y"};
|
|
24071
24071
|
styleInject(css_248z$d);
|
|
24072
24072
|
|