fis-component 0.0.83 → 0.0.84
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/cjs/index.js +5 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +5 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -61541,7 +61541,7 @@ function ExitIcon(props) {
|
|
|
61541
61541
|
}
|
|
61542
61542
|
|
|
61543
61543
|
function InfoIcon(props) {
|
|
61544
|
-
return (
|
|
61544
|
+
return (jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("g", { "clip-path": "url(#clip0_11224_1706)", children: jsx("path", { d: "M7.99992 10.6666V7.99992M7.99992 5.33325H8.00659M14.6666 7.99992C14.6666 11.6818 11.6818 14.6666 7.99992 14.6666C4.31802 14.6666 1.33325 11.6818 1.33325 7.99992C1.33325 4.31802 4.31802 1.33325 7.99992 1.33325C11.6818 1.33325 14.6666 4.31802 14.6666 7.99992Z", stroke: "#505A5F", "stroke-linecap": "round", "stroke-linejoin": "round" }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_11224_1706", children: jsx("rect", { width: "16", height: "16", fill: "white" }) }) })] }));
|
|
61545
61545
|
}
|
|
61546
61546
|
|
|
61547
61547
|
function CheckIcon(props) {
|
|
@@ -71216,10 +71216,12 @@ const DivInputWrapperSC$1 = styled.div `
|
|
|
71216
71216
|
width: 100%;
|
|
71217
71217
|
`;
|
|
71218
71218
|
const HiddenDatePickerSC = styled(DatePicker) `
|
|
71219
|
+
top: 0;
|
|
71220
|
+
background-color: red;
|
|
71219
71221
|
position: absolute;
|
|
71222
|
+
height: 100%;
|
|
71220
71223
|
opacity: 0;
|
|
71221
71224
|
z-index: -1;
|
|
71222
|
-
height: 0;
|
|
71223
71225
|
`;
|
|
71224
71226
|
|
|
71225
71227
|
/**
|
|
@@ -73909,7 +73911,7 @@ const FISPagination = ({ pageSize = LIMIT_DEFAULT, current = 1, total = 0, minim
|
|
|
73909
73911
|
current * pageSize > total ? total : current * pageSize,
|
|
73910
73912
|
];
|
|
73911
73913
|
}, [current, pageSize, total]);
|
|
73912
|
-
const defaultShowTotal = (jsxs(Fragment, { children: ["Hi\u1EC3n th\u1ECB ", rangeRecords[0], "-", rangeRecords[1], recordCounted ? (`trong ${total} bản ghi`) : (jsx(FISIconButton, { size: "xs", icon: jsx(InfoIcon, {}), variant: "tertiary-invisible", onClick: onIconPageRecordClick }))] }));
|
|
73914
|
+
const defaultShowTotal = (jsxs(Fragment, { children: ["Hi\u1EC3n th\u1ECB ", rangeRecords[0], "-", rangeRecords[1], recordCounted ? (` trong ${total} bản ghi`) : (jsx(FISIconButton, { size: "xs", icon: jsx(InfoIcon, {}), variant: "tertiary-invisible", onClick: onIconPageRecordClick }))] }));
|
|
73913
73915
|
// Merge the default props with the provided props
|
|
73914
73916
|
const mergedProps = {
|
|
73915
73917
|
size: "small",
|