@fctc/sme-widget-ui 2.1.8 → 2.1.9
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/icons.d.mts +3 -1
- package/dist/icons.d.ts +3 -1
- package/dist/icons.js +24 -0
- package/dist/icons.mjs +23 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +661 -690
- package/dist/index.mjs +533 -563
- package/dist/widgets.js +645 -676
- package/dist/widgets.mjs +520 -551
- package/package.json +1 -1
package/dist/icons.d.mts
CHANGED
|
@@ -95,4 +95,6 @@ declare const DefaultFileIcon: () => JSX.Element;
|
|
|
95
95
|
|
|
96
96
|
declare const VideoIcon: () => JSX.Element;
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
declare const FilterColumnIcon: () => JSX.Element;
|
|
99
|
+
|
|
100
|
+
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterColumnIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon };
|
package/dist/icons.d.ts
CHANGED
|
@@ -95,4 +95,6 @@ declare const DefaultFileIcon: () => JSX.Element;
|
|
|
95
95
|
|
|
96
96
|
declare const VideoIcon: () => JSX.Element;
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
declare const FilterColumnIcon: () => JSX.Element;
|
|
99
|
+
|
|
100
|
+
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterColumnIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon };
|
package/dist/icons.js
CHANGED
|
@@ -39,6 +39,7 @@ __export(icons_exports, {
|
|
|
39
39
|
ExportIcon: () => ExportIcon,
|
|
40
40
|
EyeClosedIcon: () => EyeClosedIcon,
|
|
41
41
|
EyeIcon: () => EyeIcon,
|
|
42
|
+
FilterColumnIcon: () => FilterColumnIcon,
|
|
42
43
|
FilterIcon: () => FilterIcon,
|
|
43
44
|
GoogleIcon: () => GoogleIcon,
|
|
44
45
|
GroupByIcon: () => GroupByIcon,
|
|
@@ -1732,6 +1733,28 @@ var VideoIcon = () => {
|
|
|
1732
1733
|
}
|
|
1733
1734
|
);
|
|
1734
1735
|
};
|
|
1736
|
+
|
|
1737
|
+
// src/icons/filter-columns-icon.tsx
|
|
1738
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1739
|
+
var FilterColumnIcon = () => {
|
|
1740
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1741
|
+
"svg",
|
|
1742
|
+
{
|
|
1743
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1744
|
+
width: "24",
|
|
1745
|
+
height: "24",
|
|
1746
|
+
viewBox: "0 0 24 24",
|
|
1747
|
+
fill: "none",
|
|
1748
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1749
|
+
"path",
|
|
1750
|
+
{
|
|
1751
|
+
d: "M10.2004 17.4016H13.8004V15.6016H10.2004V17.4016ZM3.90039 6.60156V8.40156H20.1004V6.60156H3.90039ZM6.60039 12.9016H17.4004V11.1016H6.60039V12.9016Z",
|
|
1752
|
+
fill: "#060606"
|
|
1753
|
+
}
|
|
1754
|
+
)
|
|
1755
|
+
}
|
|
1756
|
+
);
|
|
1757
|
+
};
|
|
1735
1758
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1736
1759
|
0 && (module.exports = {
|
|
1737
1760
|
AddIcon,
|
|
@@ -1753,6 +1776,7 @@ var VideoIcon = () => {
|
|
|
1753
1776
|
ExportIcon,
|
|
1754
1777
|
EyeClosedIcon,
|
|
1755
1778
|
EyeIcon,
|
|
1779
|
+
FilterColumnIcon,
|
|
1756
1780
|
FilterIcon,
|
|
1757
1781
|
GoogleIcon,
|
|
1758
1782
|
GroupByIcon,
|
package/dist/icons.mjs
CHANGED
|
@@ -1666,6 +1666,28 @@ var VideoIcon = () => {
|
|
|
1666
1666
|
}
|
|
1667
1667
|
);
|
|
1668
1668
|
};
|
|
1669
|
+
|
|
1670
|
+
// src/icons/filter-columns-icon.tsx
|
|
1671
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
1672
|
+
var FilterColumnIcon = () => {
|
|
1673
|
+
return /* @__PURE__ */ jsx42(
|
|
1674
|
+
"svg",
|
|
1675
|
+
{
|
|
1676
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1677
|
+
width: "24",
|
|
1678
|
+
height: "24",
|
|
1679
|
+
viewBox: "0 0 24 24",
|
|
1680
|
+
fill: "none",
|
|
1681
|
+
children: /* @__PURE__ */ jsx42(
|
|
1682
|
+
"path",
|
|
1683
|
+
{
|
|
1684
|
+
d: "M10.2004 17.4016H13.8004V15.6016H10.2004V17.4016ZM3.90039 6.60156V8.40156H20.1004V6.60156H3.90039ZM6.60039 12.9016H17.4004V11.1016H6.60039V12.9016Z",
|
|
1685
|
+
fill: "#060606"
|
|
1686
|
+
}
|
|
1687
|
+
)
|
|
1688
|
+
}
|
|
1689
|
+
);
|
|
1690
|
+
};
|
|
1669
1691
|
export {
|
|
1670
1692
|
AddIcon,
|
|
1671
1693
|
ArchiveIcon,
|
|
@@ -1686,6 +1708,7 @@ export {
|
|
|
1686
1708
|
ExportIcon,
|
|
1687
1709
|
EyeClosedIcon,
|
|
1688
1710
|
EyeIcon,
|
|
1711
|
+
FilterColumnIcon,
|
|
1689
1712
|
FilterIcon,
|
|
1690
1713
|
GoogleIcon,
|
|
1691
1714
|
GroupByIcon,
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { useClickOutside, useFileInfo } from './hooks.mjs';
|
|
2
|
-
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon } from './icons.mjs';
|
|
2
|
+
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterColumnIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon } from './icons.mjs';
|
|
3
3
|
export { IInputFieldProps, LoginData, LoginProps, Provider, ValuePropsType, loginSchema } from './types.mjs';
|
|
4
4
|
export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField, ButtonField, ButtonSelectFiles, CharField, CheckboxField, ColorField, ColorWrapper, CopyLinkButtonField, DateField, DateOptionField, DownLoadBinaryField, DownloadFileField, DropdownField, EmptyTable, FeeField, FileUploadField, FloatField, FloatTimeField, HtmlField, IActiveBadgeProps, IAvatarProps, IBinaryFieldProps, IButtonBadgeProps, IButtonProps, ICharFieldProps, IColorFieldProps, IColorWrapperProps, ICopyLinkButtonProps, IDateFieldProps, IDownLoadBinary, IDownloadFileProps, IDurationProps, IFileUploadProps, IMany2ManyTagsProps, IMonetaryProps, IOptionProps, IPaginationProps, IPriorityFieldProps, IRadioGroupProps, IRatingStarProps, ISelectDropdownProps, IStatusDropdownFieldProps, ImageField, InfomationField, IntegerField, LayerLoading, LoadingSmall, Login, Many2ManyField, Many2ManyProps, Many2ManyTagField, Many2OneField, Many2OneProps, ModalConfirm, ModalDetail, ModalLayer, MonetaryField, PaginationView, PaidBadgedField, PriorityField, RadioGroupField, RatingStarField, RemainingDaysField, Row, Search, SelectDropdownField, StatusBarOptionField, StatusDropdownField, StatusbarDurationField, TDropdownSelectorProps, TableBody, TableFilter, TableFooter, TableGroup, TableHead, TextAreaField, ToggleButtonField, VideoPlayer, usePagination } from './widgets.mjs';
|
|
5
5
|
export { COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, getPasswordMessage, isBase64Image, isObjectEmpty, parseFormattedNumber, range, useFormatDate, validateAndParseDate, validateInput } from './utils.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { useClickOutside, useFileInfo } from './hooks.js';
|
|
2
|
-
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon } from './icons.js';
|
|
2
|
+
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterColumnIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon } from './icons.js';
|
|
3
3
|
export { IInputFieldProps, LoginData, LoginProps, Provider, ValuePropsType, loginSchema } from './types.js';
|
|
4
4
|
export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField, ButtonField, ButtonSelectFiles, CharField, CheckboxField, ColorField, ColorWrapper, CopyLinkButtonField, DateField, DateOptionField, DownLoadBinaryField, DownloadFileField, DropdownField, EmptyTable, FeeField, FileUploadField, FloatField, FloatTimeField, HtmlField, IActiveBadgeProps, IAvatarProps, IBinaryFieldProps, IButtonBadgeProps, IButtonProps, ICharFieldProps, IColorFieldProps, IColorWrapperProps, ICopyLinkButtonProps, IDateFieldProps, IDownLoadBinary, IDownloadFileProps, IDurationProps, IFileUploadProps, IMany2ManyTagsProps, IMonetaryProps, IOptionProps, IPaginationProps, IPriorityFieldProps, IRadioGroupProps, IRatingStarProps, ISelectDropdownProps, IStatusDropdownFieldProps, ImageField, InfomationField, IntegerField, LayerLoading, LoadingSmall, Login, Many2ManyField, Many2ManyProps, Many2ManyTagField, Many2OneField, Many2OneProps, ModalConfirm, ModalDetail, ModalLayer, MonetaryField, PaginationView, PaidBadgedField, PriorityField, RadioGroupField, RatingStarField, RemainingDaysField, Row, Search, SelectDropdownField, StatusBarOptionField, StatusDropdownField, StatusbarDurationField, TDropdownSelectorProps, TableBody, TableFilter, TableFooter, TableGroup, TableHead, TextAreaField, ToggleButtonField, VideoPlayer, usePagination } from './widgets.js';
|
|
5
5
|
export { COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, getPasswordMessage, isBase64Image, isObjectEmpty, parseFormattedNumber, range, useFormatDate, validateAndParseDate, validateInput } from './utils.js';
|