pge-front-common 14.2.14 → 14.2.15
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/icons/add-round-icon.d.ts +2 -0
- package/lib/icons/index.d.ts +2 -1
- package/lib/index.d.ts +16 -14
- package/lib/index.esm.js +4 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +4 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/icons/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ import { IconTriangleExpand } from "./triangle-expand-icon";
|
|
|
22
22
|
import { IconTriangleRecall } from "./triangle-to-recall-icon";
|
|
23
23
|
import { IconSwap } from "./swap-icon";
|
|
24
24
|
import { IconAddCell } from "./add-cell-icon";
|
|
25
|
+
import { IconRoundAddCell } from "./add-round-icon";
|
|
25
26
|
import { MenuIcon } from "./menu-icon";
|
|
26
27
|
import { LogoRhDigital } from "./logo-rh-digital";
|
|
27
28
|
import { LogoPGERG } from "./logo-pge-rj";
|
|
@@ -63,4 +64,4 @@ import { IconTwoUsersSearch } from "./two-user-search-icon";
|
|
|
63
64
|
import { IconCalculate } from "./calculate-icon";
|
|
64
65
|
import { IconUpArrow } from "./up-arrow-icon";
|
|
65
66
|
import { IconRequerimentoAdm } from "./requerimento-adm-icon";
|
|
66
|
-
export { IconRequerimentoAdm, IconPayment, IconTwoUsers, IconTwoUsersSearch, IconCalculate, IconUpArrow, IconArrowRight, IconArrowLeft, IconCertidaoRegularidade, IconEmissaoDarj, IconDebitoFiscal, IconParcelamento, IconLeftDirection, IconRightDirection, IconInformative, IconCheckSuccess, IconAlert, IconAttention, IconPrint, IconDownload, IconVisibility, IconEdit, IconDelete, IconDotsVertical, IconCalendar, IconProfile, IconUpload, IconNewTab, IconWarning, IconCheckCircle, IconEventAvaliable, IconLogout, IconCLose, IconAdd, IconRemove, IconCircleExpland, IconCircleRecall, IconArrowExpland, IconArrowRecall, IconTriangleExpand, IconTriangleRecall, IconSwap, IconAddCell, MenuIcon, LogoRhDigital, LogoPGERG, LogoPGEBeneficios, IconInvisibility, IconPdf, IconHourglass, IconSearch, IconUpAndDownArror, IconCheck, IconUploadFile, LogoDividaAtiva, IconUploadV2, IconQuestionMark, IconUserLogout, CommonDotIcon, IconExclude, IconView, IconUploadFile2, IconInfoRound, IconMail, IconUsers, };
|
|
67
|
+
export { IconRequerimentoAdm, IconPayment, IconTwoUsers, IconTwoUsersSearch, IconCalculate, IconUpArrow, IconArrowRight, IconArrowLeft, IconCertidaoRegularidade, IconEmissaoDarj, IconDebitoFiscal, IconParcelamento, IconLeftDirection, IconRightDirection, IconInformative, IconCheckSuccess, IconAlert, IconAttention, IconPrint, IconDownload, IconVisibility, IconEdit, IconDelete, IconDotsVertical, IconCalendar, IconProfile, IconUpload, IconNewTab, IconWarning, IconCheckCircle, IconEventAvaliable, IconLogout, IconCLose, IconAdd, IconRemove, IconCircleExpland, IconCircleRecall, IconArrowExpland, IconArrowRecall, IconTriangleExpand, IconTriangleRecall, IconSwap, IconAddCell, IconRoundAddCell, MenuIcon, LogoRhDigital, LogoPGERG, LogoPGEBeneficios, IconInvisibility, IconPdf, IconHourglass, IconSearch, IconUpAndDownArror, IconCheck, IconUploadFile, LogoDividaAtiva, IconUploadV2, IconQuestionMark, IconUserLogout, CommonDotIcon, IconExclude, IconView, IconUploadFile2, IconInfoRound, IconMail, IconUsers, };
|
package/lib/index.d.ts
CHANGED
|
@@ -92,19 +92,6 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
92
92
|
maxFileSize?: `${number}KB` | `${number}MB` | `${number}GB`;
|
|
93
93
|
helperText?: React__default.ReactNode;
|
|
94
94
|
} & {
|
|
95
|
-
disabled?: boolean | undefined | undefined;
|
|
96
|
-
onChange?: React__default.FormEventHandler<HTMLButtonElement> | undefined;
|
|
97
|
-
style?: React__default.CSSProperties | undefined;
|
|
98
|
-
className?: string | undefined | undefined;
|
|
99
|
-
value?: string | number | readonly string[] | undefined;
|
|
100
|
-
form?: string | undefined | undefined;
|
|
101
|
-
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
102
|
-
formEncType?: string | undefined | undefined;
|
|
103
|
-
formMethod?: string | undefined | undefined;
|
|
104
|
-
formNoValidate?: boolean | undefined | undefined;
|
|
105
|
-
formTarget?: string | undefined | undefined;
|
|
106
|
-
name?: string | undefined | undefined;
|
|
107
|
-
type?: "submit" | "reset" | "button" | undefined | undefined;
|
|
108
95
|
defaultChecked?: boolean | undefined | undefined;
|
|
109
96
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
110
97
|
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
@@ -112,6 +99,7 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
112
99
|
accessKey?: string | undefined | undefined;
|
|
113
100
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
114
101
|
autoFocus?: boolean | undefined | undefined;
|
|
102
|
+
className?: string | undefined | undefined;
|
|
115
103
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
116
104
|
contextMenu?: string | undefined | undefined;
|
|
117
105
|
dir?: string | undefined | undefined;
|
|
@@ -123,6 +111,7 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
123
111
|
nonce?: string | undefined | undefined;
|
|
124
112
|
slot?: string | undefined | undefined;
|
|
125
113
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
114
|
+
style?: React__default.CSSProperties | undefined;
|
|
126
115
|
tabIndex?: number | undefined | undefined;
|
|
127
116
|
translate?: "yes" | "no" | undefined | undefined;
|
|
128
117
|
radioGroup?: string | undefined | undefined;
|
|
@@ -230,6 +219,7 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
230
219
|
onFocusCapture?: React__default.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
231
220
|
onBlur?: React__default.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
232
221
|
onBlurCapture?: React__default.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
222
|
+
onChange?: React__default.FormEventHandler<HTMLButtonElement> | undefined;
|
|
233
223
|
onChangeCapture?: React__default.FormEventHandler<HTMLButtonElement> | undefined;
|
|
234
224
|
onBeforeInput?: React__default.InputEventHandler<HTMLButtonElement> | undefined;
|
|
235
225
|
onBeforeInputCapture?: React__default.FormEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -398,6 +388,16 @@ declare const FileUpload: React__default.ForwardRefExoticComponent<{
|
|
|
398
388
|
'data-pr-hidedelay'?: number | undefined | undefined;
|
|
399
389
|
'data-pr-autohide'?: boolean | undefined | undefined;
|
|
400
390
|
'data-pr-showondisabled'?: boolean | undefined | undefined;
|
|
391
|
+
disabled?: boolean | undefined | undefined;
|
|
392
|
+
value?: string | number | readonly string[] | undefined;
|
|
393
|
+
form?: string | undefined | undefined;
|
|
394
|
+
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
395
|
+
formEncType?: string | undefined | undefined;
|
|
396
|
+
formMethod?: string | undefined | undefined;
|
|
397
|
+
formNoValidate?: boolean | undefined | undefined;
|
|
398
|
+
formTarget?: string | undefined | undefined;
|
|
399
|
+
name?: string | undefined | undefined;
|
|
400
|
+
type?: "submit" | "reset" | "button" | undefined | undefined;
|
|
401
401
|
} & React__default.RefAttributes<FileUploadHandle>>;
|
|
402
402
|
|
|
403
403
|
interface TooltipProps$1 {
|
|
@@ -1001,6 +1001,8 @@ declare const IconSwap: (props?: SVGProps<SVGSVGElement>) => React__default.JSX.
|
|
|
1001
1001
|
|
|
1002
1002
|
declare const IconAddCell: (props?: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1003
1003
|
|
|
1004
|
+
declare const IconRoundAddCell: (props?: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1005
|
+
|
|
1004
1006
|
declare const IconInvisibility: (props?: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1005
1007
|
|
|
1006
1008
|
declare const IconPdf: (props?: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
@@ -1065,5 +1067,5 @@ declare const IconRequerimentoAdm: (props?: SVGProps<SVGSVGElement>) => React__d
|
|
|
1065
1067
|
|
|
1066
1068
|
declare function installPrimeReactStyles(): void;
|
|
1067
1069
|
|
|
1068
|
-
export { Accordion, AccordionItem, BasicSelect, Blanket, BoxError, BoxSuccess, Button, Checkbox, Chip, CommonDotIcon, DateInput, Dropdown, Fieldset, FileUpload, FloatingMenu, FooterPge as Footer, Header, HeaderPge, IconAdd, IconAddCell, IconArrowExpland, IconArrowLeft, IconArrowRecall, IconArrowRight, IconCLose, IconCalculate, IconCalendar, IconCertidaoRegularidade, IconCheck, IconCheckCircle, IconCircleExpland, IconCircleRecall, IconDebitoFiscal, IconDelete, IconDotsVertical, IconDownload, IconEdit, IconEmissaoDarj, IconEventAvaliable, IconExclude, IconHourglass, IconInfoRound, IconInvisibility, IconLeftDirection, IconLogout, IconMail, IconNewTab, IconParcelamento, IconPayment, IconPdf, IconPrint, IconProfile, IconQuestionMark, IconRemove, IconRequerimentoAdm, IconRightDirection, IconSearch, IconSwap, IconTriangleExpand, IconTriangleRecall, IconTwoUsers, IconTwoUsersSearch, IconUpAndDownArror, IconUpArrow, IconUpload, IconUploadFile, IconUploadFile2, IconUploadV2, IconUsers, IconView, IconVisibility, IconWarning, InformativeBox, InputBase, LoadingSpinner, Menu, MenuAction, MenuList, Modal, ModalBody, ModalFooter, ModalHeader, ModalUI, Option, OverlayLoadingSpinner, PaginationTable, Pagination as PaginationV2, PasswordInput, PgeButton, ProgressCircle, RadioButton, RadioGroupBase, SelectDefault, SelectMult, SkeletonLoader, Switch, Table, TableBody, TableCell, TableComponent, TableFooter, TableHeader, TableRow, TextareaBase, Title, Tooltip, TooltipWithPortal, TreeSelect, installPrimeReactStyles };
|
|
1070
|
+
export { Accordion, AccordionItem, BasicSelect, Blanket, BoxError, BoxSuccess, Button, Checkbox, Chip, CommonDotIcon, DateInput, Dropdown, Fieldset, FileUpload, FloatingMenu, FooterPge as Footer, Header, HeaderPge, IconAdd, IconAddCell, IconArrowExpland, IconArrowLeft, IconArrowRecall, IconArrowRight, IconCLose, IconCalculate, IconCalendar, IconCertidaoRegularidade, IconCheck, IconCheckCircle, IconCircleExpland, IconCircleRecall, IconDebitoFiscal, IconDelete, IconDotsVertical, IconDownload, IconEdit, IconEmissaoDarj, IconEventAvaliable, IconExclude, IconHourglass, IconInfoRound, IconInvisibility, IconLeftDirection, IconLogout, IconMail, IconNewTab, IconParcelamento, IconPayment, IconPdf, IconPrint, IconProfile, IconQuestionMark, IconRemove, IconRequerimentoAdm, IconRightDirection, IconRoundAddCell, IconSearch, IconSwap, IconTriangleExpand, IconTriangleRecall, IconTwoUsers, IconTwoUsersSearch, IconUpAndDownArror, IconUpArrow, IconUpload, IconUploadFile, IconUploadFile2, IconUploadV2, IconUsers, IconView, IconVisibility, IconWarning, InformativeBox, InputBase, LoadingSpinner, Menu, MenuAction, MenuList, Modal, ModalBody, ModalFooter, ModalHeader, ModalUI, Option, OverlayLoadingSpinner, PaginationTable, Pagination as PaginationV2, PasswordInput, PgeButton, ProgressCircle, RadioButton, RadioGroupBase, SelectDefault, SelectMult, SkeletonLoader, Switch, Table, TableBody, TableCell, TableComponent, TableFooter, TableHeader, TableRow, TextareaBase, Title, Tooltip, TooltipWithPortal, TreeSelect, installPrimeReactStyles };
|
|
1069
1071
|
export type { AccordionItemProps, ButtonProps, ChipProps, Column, FieldsetProps, InformativeBoxProps, InputProps, OptionsProps$2 as OptionsProps, ProgressCircleProps, RadioButtonProps, RadioGroupBaseProps, SelectDefaultProps, SelectMultProps, TableComponentProps, TextareaBaseProps, TreeSelectOptions, TreeSelectProps };
|
package/lib/index.esm.js
CHANGED
|
@@ -207,6 +207,9 @@ var IconSwap = function (props) { return (React__default.createElement("svg", __
|
|
|
207
207
|
var IconAddCell = function (props) { return (React__default.createElement("svg", __assign({ width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
208
208
|
React__default.createElement("path", { d: "M9.6665 15.5H11.6665V11.5H15.6665V9.5H11.6665V5.5H9.6665V9.5H5.6665V11.5H9.6665V15.5ZM10.6665 20.5C9.28317 20.5 7.98317 20.2375 6.7665 19.7125C5.54984 19.1875 4.4915 18.475 3.5915 17.575C2.6915 16.675 1.979 15.6167 1.454 14.4C0.929004 13.1833 0.666504 11.8833 0.666504 10.5C0.666504 9.11667 0.929004 7.81667 1.454 6.6C1.979 5.38333 2.6915 4.325 3.5915 3.425C4.4915 2.525 5.54984 1.8125 6.7665 1.2875C7.98317 0.7625 9.28317 0.5 10.6665 0.5C12.0498 0.5 13.3498 0.7625 14.5665 1.2875C15.7832 1.8125 16.8415 2.525 17.7415 3.425C18.6415 4.325 19.354 5.38333 19.879 6.6C20.404 7.81667 20.6665 9.11667 20.6665 10.5C20.6665 11.8833 20.404 13.1833 19.879 14.4C19.354 15.6167 18.6415 16.675 17.7415 17.575C16.8415 18.475 15.7832 19.1875 14.5665 19.7125C13.3498 20.2375 12.0498 20.5 10.6665 20.5ZM10.6665 18.5C12.8998 18.5 14.7915 17.725 16.3415 16.175C17.8915 14.625 18.6665 12.7333 18.6665 10.5C18.6665 8.26667 17.8915 6.375 16.3415 4.825C14.7915 3.275 12.8998 2.5 10.6665 2.5C8.43317 2.5 6.5415 3.275 4.9915 4.825C3.4415 6.375 2.6665 8.26667 2.6665 10.5C2.6665 12.7333 3.4415 14.625 4.9915 16.175C6.5415 17.725 8.43317 18.5 10.6665 18.5Z", fill: "#4A4A4B" }))); };
|
|
209
209
|
|
|
210
|
+
var IconRoundAddCell = function (props) { return (React__default.createElement("svg", __assign({ width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
211
|
+
React__default.createElement("path", { d: "M9.6665 15.5H11.6665V11.5H15.6665V9.5H11.6665V5.5H9.6665V9.5H5.6665V11.5H9.6665V15.5ZM10.6665 20.5C9.28317 20.5 7.98317 20.2375 6.7665 19.7125C5.54984 19.1875 4.4915 18.475 3.5915 17.575C2.6915 16.675 1.979 15.6167 1.454 14.4C0.929004 13.1833 0.666504 11.8833 0.666504 10.5C0.666504 9.11667 0.929004 7.81667 1.454 6.6C1.979 5.38333 2.6915 4.325 3.5915 3.425C4.4915 2.525 5.54984 1.8125 6.7665 1.2875C7.98317 0.7625 9.28317 0.5 10.6665 0.5C12.0498 0.5 13.3498 0.7625 14.5665 1.2875C15.7832 1.8125 16.8415 2.525 17.7415 3.425C18.6415 4.325 19.354 5.38333 19.879 6.6C20.404 7.81667 20.6665 9.11667 20.6665 10.5C20.6665 11.8833 20.404 13.1833 19.879 14.4C19.354 15.6167 18.6415 16.675 17.7415 17.575C16.8415 18.475 15.7832 19.1875 14.5665 19.7125C13.3498 20.2375 12.0498 20.5 10.6665 20.5ZM10.6665 18.5C12.8998 18.5 14.7915 17.725 16.3415 16.175C17.8915 14.625 18.6665 12.7333 18.6665 10.5C18.6665 8.26667 17.8915 6.375 16.3415 4.825C14.7915 3.275 12.8998 2.5 10.6665 2.5C8.43317 2.5 6.5415 3.275 4.9915 4.825C3.4415 6.375 2.6665 8.26667 2.6665 10.5C2.6665 12.7333 3.4415 14.625 4.9915 16.175C6.5415 17.725 8.43317 18.5 10.6665 18.5Z", fill: "currentColor" }))); };
|
|
212
|
+
|
|
210
213
|
var MenuIcon = function (props) {
|
|
211
214
|
var _a, _b;
|
|
212
215
|
return (React__default.createElement("svg", __assign({ width: (_a = props.width) !== null && _a !== void 0 ? _a : "48", height: (_b = props.height) !== null && _b !== void 0 ? _b : "49", viewBox: "0 0 48 49", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
@@ -27858,5 +27861,5 @@ function installPrimeReactStyles() {
|
|
|
27858
27861
|
require("primereact/resources/primereact.css");
|
|
27859
27862
|
}
|
|
27860
27863
|
|
|
27861
|
-
export { Accordion, AccordionItem, BasicSelect, Blanket, BoxError, BoxSuccess, Button$1 as Button, Checkbox$1 as Checkbox, Chip, CommonDotIcon, DateInput, Dropdown, Fieldset, FileUpload, FloatingMenu, FooterPge as Footer, Header, HeaderPge, IconAdd, IconAddCell, IconArrowExpland, IconArrowLeft, IconArrowRecall, IconArrowRight, IconCLose, IconCalculate, IconCalendar, IconCertidaoRegularidade, IconCheck, IconCheckCircle, IconCircleExpland, IconCircleRecall, IconDebitoFiscal, IconDelete$1 as IconDelete, IconDotsVertical, IconDownload, IconEdit, IconEmissaoDarj, IconEventAvaliable, IconExclude, IconHourglass, IconInfoRound, IconInvisibility, IconLeftDirection, IconLogout, IconMail, IconNewTab, IconParcelamento, IconPayment, IconPdf, IconPrint, IconProfile, IconQuestionMark, IconRemove, IconRequerimentoAdm, IconRightDirection, IconSearch, IconSwap, IconTriangleExpand, IconTriangleRecall, IconTwoUsers, IconTwoUsersSearch, IconUpAndDownArror, IconUpArrow, IconUpload, IconUploadFile, IconUploadFile2, IconUploadV2, IconUsers, IconView, IconVisibility, IconWarning, InformativeBox, InputBase, LoadingSpinner, Menu, MenuAction, MenuList, Modal, ModalBody, ModalFooter, ModalHeader, ModalUI, Option, OverlayLoadingSpinner, PaginationTable, Pagination as PaginationV2, PasswordInput, PgeButton, ProgressCircle, RadioButton, RadioGroupBase, SelectDefault, SelectMult, SkeletonLoader, Switch, Table, TableBody, TableCell, TableComponent, TableFooter, TableHeader, TableRow, TextareaBase, Title$1 as Title, Tooltip$1 as Tooltip, TooltipWithPortal, TreeSelect, installPrimeReactStyles };
|
|
27864
|
+
export { Accordion, AccordionItem, BasicSelect, Blanket, BoxError, BoxSuccess, Button$1 as Button, Checkbox$1 as Checkbox, Chip, CommonDotIcon, DateInput, Dropdown, Fieldset, FileUpload, FloatingMenu, FooterPge as Footer, Header, HeaderPge, IconAdd, IconAddCell, IconArrowExpland, IconArrowLeft, IconArrowRecall, IconArrowRight, IconCLose, IconCalculate, IconCalendar, IconCertidaoRegularidade, IconCheck, IconCheckCircle, IconCircleExpland, IconCircleRecall, IconDebitoFiscal, IconDelete$1 as IconDelete, IconDotsVertical, IconDownload, IconEdit, IconEmissaoDarj, IconEventAvaliable, IconExclude, IconHourglass, IconInfoRound, IconInvisibility, IconLeftDirection, IconLogout, IconMail, IconNewTab, IconParcelamento, IconPayment, IconPdf, IconPrint, IconProfile, IconQuestionMark, IconRemove, IconRequerimentoAdm, IconRightDirection, IconRoundAddCell, IconSearch, IconSwap, IconTriangleExpand, IconTriangleRecall, IconTwoUsers, IconTwoUsersSearch, IconUpAndDownArror, IconUpArrow, IconUpload, IconUploadFile, IconUploadFile2, IconUploadV2, IconUsers, IconView, IconVisibility, IconWarning, InformativeBox, InputBase, LoadingSpinner, Menu, MenuAction, MenuList, Modal, ModalBody, ModalFooter, ModalHeader, ModalUI, Option, OverlayLoadingSpinner, PaginationTable, Pagination as PaginationV2, PasswordInput, PgeButton, ProgressCircle, RadioButton, RadioGroupBase, SelectDefault, SelectMult, SkeletonLoader, Switch, Table, TableBody, TableCell, TableComponent, TableFooter, TableHeader, TableRow, TextareaBase, Title$1 as Title, Tooltip$1 as Tooltip, TooltipWithPortal, TreeSelect, installPrimeReactStyles };
|
|
27862
27865
|
//# sourceMappingURL=index.esm.js.map
|