@fctc/sme-widget-ui 4.1.10-beta.5 → 4.1.10-beta.7
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/hooks.d.ts +46 -0
- package/dist/hooks.js +1 -0
- package/dist/hooks.mjs +1 -1
- package/dist/icons.d.mts +10 -19
- package/dist/icons.d.ts +93 -0
- package/dist/icons.js +2 -0
- package/dist/icons.mjs +2 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +20 -0
- package/dist/index.js +45 -0
- package/dist/index.mjs +45 -1
- package/dist/types.d.ts +62 -0
- package/dist/types.js +1 -0
- package/dist/types.mjs +1 -1
- package/dist/utils.d.mts +21 -17
- package/dist/utils.d.ts +44 -0
- package/dist/utils.js +1 -0
- package/dist/utils.mjs +1 -1
- package/dist/widgets.d.mts +2 -21
- package/dist/widgets.d.ts +496 -0
- package/dist/widgets.js +45 -0
- package/dist/widgets.mjs +45 -1
- package/package.json +3 -2
- package/dist/chunk-KVH366MY.mjs +0 -1
- package/dist/chunk-O6IVOXHJ.mjs +0 -2
- package/dist/chunk-QH3T7FI4.mjs +0 -1
- package/dist/chunk-RPIB4YDU.mjs +0 -46
- package/dist/chunk-U7MAFS3I.mjs +0 -1
- package/dist/chunk-YEKQJ4YC.mjs +0 -1
- package/dist/index.css +0 -1
- package/dist/widgets.css +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { useClickOutside, useFileInfo } from './hooks.mjs';
|
|
2
|
-
export {
|
|
2
|
+
export { ArchiveIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DoubleArrow, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeHiddenIcon, EyeIcon, FilterColumnIcon, FilterIcon, GoogleIcon, GroupByIcon, IcArrow, IcEmptyTable, JSONFileIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, QRIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, ZipIcon } from './icons.mjs';
|
|
3
3
|
export { IInputFieldProps, LoginData, LoginProps, Provider, ValuePropsType, loginSchema } from './types.mjs';
|
|
4
|
-
export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField,
|
|
5
|
-
export { ACCEPT_TYPES, ALLOWED_EXTS, ALLOWED_MIME_TYPES, COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, generateTagColors, getFileLabel, getPasswordMessage, isBase64Image,
|
|
4
|
+
export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField, CharField, CheckboxField, ColorField, ColorWrapper, CopyLinkButtonField, Countdown, CountdownProps, DateField, DateOptionField, DownLoadBinaryField, DownloadFileField, DropdownField, EmptyTable, FeeField, FloatField, FloatTimeField, HtmlField, IActiveBadgeProps, IAvatarProps, IBinaryFieldProps, IButtonBadgeProps, ICharFieldProps, IColorFieldProps, IColorWrapperProps, ICopyLinkButtonProps, IDateFieldProps, IDownLoadBinary, IDownloadFileProps, IDurationProps, IMany2ManyTagsProps, IMonetaryProps, IOptionProps, IPaginationProps, IPriorityFieldProps, IProviderEinvoicesProps, IRadioGroupProps, IRatingStarProps, ISelectDropdownProps, IStatusDropdownFieldProps, IStatusSingleFieldProps, ImageField, IntegerField, Item, LayerLoading, Login, Many2ManyField, Many2ManyProps, Many2ManyTagField, Many2OneField, Many2OneProps, Many2manyBinaryField, MiniQRLink, MiniQrType, ModalConfirm, ModalDetail, ModalLayer, MonetaryField, PaginationView, PaidBadgedField, PriorityField, ProviderEinvoice, RadioGroupField, RatingStarField, RemainingDaysField, Row, Search, SecureField, SelectDropdownField, StatusBarOptionField, StatusDropdownField, StatusSingle, StatusbarDurationField, TDropdownSelectorProps, TableBody, TableFilter, TableFooter, TableGroup, TableHead, TextAreaField, ToggleButtonField, UrlDownload, UrlDownloadType, usePagination } from './widgets.mjs';
|
|
5
|
+
export { ACCEPT_TYPES, ALLOWED_EXTS, ALLOWED_MIME_TYPES, COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, generateTagColors, getFileLabel, getPasswordMessage, isBase64Image, parseFormattedNumber, range, uppercaseFirstLetter, useFormatDate, validateAndParseDate, validateInput } from './utils.mjs';
|
|
6
6
|
import { ReactNode } from 'react';
|
|
7
7
|
import 'zod';
|
|
8
8
|
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export { useClickOutside, useFileInfo } from './hooks.js';
|
|
2
|
+
export { ArchiveIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DoubleArrow, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeHiddenIcon, EyeIcon, FilterColumnIcon, FilterIcon, GoogleIcon, GroupByIcon, IcArrow, IcEmptyTable, JSONFileIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, QRIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, ZipIcon } from './icons.js';
|
|
3
|
+
export { IInputFieldProps, LoginData, LoginProps, Provider, ValuePropsType, loginSchema } from './types.js';
|
|
4
|
+
export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField, CharField, CheckboxField, ColorField, ColorWrapper, CopyLinkButtonField, Countdown, CountdownProps, DateField, DateOptionField, DownLoadBinaryField, DownloadFileField, DropdownField, EmptyTable, FeeField, FloatField, FloatTimeField, HtmlField, IActiveBadgeProps, IAvatarProps, IBinaryFieldProps, IButtonBadgeProps, ICharFieldProps, IColorFieldProps, IColorWrapperProps, ICopyLinkButtonProps, IDateFieldProps, IDownLoadBinary, IDownloadFileProps, IDurationProps, IMany2ManyTagsProps, IMonetaryProps, IOptionProps, IPaginationProps, IPriorityFieldProps, IProviderEinvoicesProps, IRadioGroupProps, IRatingStarProps, ISelectDropdownProps, IStatusDropdownFieldProps, IStatusSingleFieldProps, ImageField, IntegerField, Item, LayerLoading, Login, Many2ManyField, Many2ManyProps, Many2ManyTagField, Many2OneField, Many2OneProps, Many2manyBinaryField, MiniQRLink, MiniQrType, ModalConfirm, ModalDetail, ModalLayer, MonetaryField, PaginationView, PaidBadgedField, PriorityField, ProviderEinvoice, RadioGroupField, RatingStarField, RemainingDaysField, Row, Search, SecureField, SelectDropdownField, StatusBarOptionField, StatusDropdownField, StatusSingle, StatusbarDurationField, TDropdownSelectorProps, TableBody, TableFilter, TableFooter, TableGroup, TableHead, TextAreaField, ToggleButtonField, UrlDownload, UrlDownloadType, usePagination } from './widgets.js';
|
|
5
|
+
export { ACCEPT_TYPES, ALLOWED_EXTS, ALLOWED_MIME_TYPES, COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, generateTagColors, getFileLabel, getPasswordMessage, isBase64Image, parseFormattedNumber, range, uppercaseFirstLetter, useFormatDate, validateAndParseDate, validateInput } from './utils.js';
|
|
6
|
+
import { ReactNode } from 'react';
|
|
7
|
+
import 'zod';
|
|
8
|
+
|
|
9
|
+
type I18nContextType = {
|
|
10
|
+
lang: string;
|
|
11
|
+
t: (key: string, options?: any) => string;
|
|
12
|
+
changeLanguage: any;
|
|
13
|
+
};
|
|
14
|
+
declare const I18nProvider: ({ children, lang, }: {
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
lang: string;
|
|
17
|
+
}) => JSX.Element;
|
|
18
|
+
declare const useI18n: () => I18nContextType;
|
|
19
|
+
|
|
20
|
+
export { I18nProvider, useI18n };
|