@inntechcorp/it-design 2.0.10 → 2.0.12
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/card/index.d.ts +1 -1
- package/dist/card/styles.d.ts +1 -0
- package/dist/html/header/H1.d.ts +5 -0
- package/dist/html/header/H2.d.ts +5 -0
- package/dist/html/header/H3.d.ts +5 -0
- package/dist/html/header/H4.d.ts +5 -0
- package/dist/html/header/index.d.ts +4 -0
- package/dist/html/header/styled.d.ts +6 -0
- package/dist/index.cjs.js +112 -112
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +20 -3
- package/dist/index.esm.js +55 -55
- package/dist/stories/Card.d.ts +2 -0
- package/dist/stories/Card.stories.d.ts +18 -0
- package/dist/stories/Tabs.d.ts +2 -0
- package/dist/stories/Tabs.stories.d.ts +18 -0
- package/dist/types/CardProps.d.ts +1 -0
- package/dist/types/ChildrenProps.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -242,6 +242,22 @@ declare const useCoreFetch: () => {
|
|
|
242
242
|
cancel: () => void;
|
|
243
243
|
};
|
|
244
244
|
|
|
245
|
+
declare const H1: ({ children }: {
|
|
246
|
+
children: ChildrenProps$1;
|
|
247
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
248
|
+
|
|
249
|
+
declare const H2: ({ children }: {
|
|
250
|
+
children: ChildrenProps$1;
|
|
251
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
252
|
+
|
|
253
|
+
declare const H3: ({ children }: {
|
|
254
|
+
children: ChildrenProps$1;
|
|
255
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
256
|
+
|
|
257
|
+
declare const H4: ({ children }: {
|
|
258
|
+
children: ChildrenProps$1;
|
|
259
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
260
|
+
|
|
245
261
|
declare const Lock: ({ className, height, width }: {
|
|
246
262
|
className: any;
|
|
247
263
|
height: any;
|
|
@@ -608,9 +624,9 @@ declare function TinyScrollbar({ className, children }: TinyScrollbarProps): rea
|
|
|
608
624
|
|
|
609
625
|
declare const Tabs: ({ tabs, activeTabKey, variant, height, onTabChange }: TabsProps) => react_jsx_runtime.JSX.Element;
|
|
610
626
|
|
|
611
|
-
declare const Card: ({ title, titleSeparator, extra, tabs, onTabChange, minHeight, children, activeTabKey, updating, contentPadding, }: CardProps) => react_jsx_runtime.JSX.Element;
|
|
627
|
+
declare const Card: ({ title, titleSeparator, extra, tabs, onTabChange, minWidth, minHeight, children, activeTabKey, updating, contentPadding, }: CardProps) => react_jsx_runtime.JSX.Element;
|
|
612
628
|
|
|
613
|
-
type ChildrenProps = string | JSX.Element | JSX.Element[] | null;
|
|
629
|
+
type ChildrenProps = string | JSX.Element | JSX.Element[] | null | undefined;
|
|
614
630
|
|
|
615
631
|
type AccordionProps = {
|
|
616
632
|
useLink?: boolean;
|
|
@@ -1119,6 +1135,7 @@ type CardProps = {
|
|
|
1119
1135
|
activeTabKey?: string;
|
|
1120
1136
|
onTabChange?: (key: string) => void;
|
|
1121
1137
|
updating?: boolean;
|
|
1138
|
+
minWidth?: number;
|
|
1122
1139
|
minHeight?: number;
|
|
1123
1140
|
contentPadding?: string;
|
|
1124
1141
|
children: ChildrenProps;
|
|
@@ -1152,4 +1169,4 @@ declare enum FileExtensions {
|
|
|
1152
1169
|
OTF = ".otf"
|
|
1153
1170
|
}
|
|
1154
1171
|
|
|
1155
|
-
export { ALink, Accordion, type AccordionItemProps, type AccordionProps, type AccordionSubMenuProps, AddDefaultThemeStyle, AddZero, Alert, type AlertProps, type AlertSize, type AlertType, Arrow as ArrowIcon, BackToTop, BackTop, Button, type ButtonContentPosition, type ButtonProps, type ButtonSize, type ButtonState, type ButtonType, type ButtonVariant, Calendar, Card, type CardProps, CheckFileURL, Checkbox, type CheckboxEvent, type CheckboxGroupProps, type CheckboxProps, Checkmark, ChunkArray, Collapse, ConsoleLog, ConvertCurrency, DatePicker, DetermineNewHeight, DetermineNewWidth, type FieldUpdateProps, FileChecker, FileExtensions, FileTypes, FindSelector, Form, type FormContextType, type FormItemProps, type FormProps, type FormRuleProps, type FormSubComponentProps, type FormValueProps, FormatBytes, GetByCurrency, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetTypeByFileType, type GroupCheckboxOptionType, ITDContext, type ITDContextType, type ITDImperativeFuncProps, ITDProvider, type ITDProviderProps, _default as Image, InlineSelect, InlineSelectArrow, Input, type InputProps, IsValidJSON, Lock as LockIcon, type ModalContentProps, ModalManager, type ModalProps, type ModalRefProps, ModalState, Notification, type NotificationContextType, type NotificationsProps, Picture, Radio, RemoveUnits, Result, Select, type SelectOptionProps, type SelectProps, type SingleQueryProps, Spin, Status, Switch, type SwitchProps, Tabs, type TabsItemProps, type TabsProps, TinyScrollbar, Tooltip, Trash, UniUpperCase, UpdateThemeStyle, Upload, Upload$1 as UploadIcon, type UploadProgressProps, type UploadProps, type UploadResultMessageProps, Wait, ZoomIn, ZoomOut, useAddExternalCSS, useComponentSize, useConnectionStatus, useConstructor, useCoreFetch, useCreateDynamicStyle, useCreateStyledStyle, useMultiQuery, useOnClickOutside, useOnESCKeyDown, useOnResize, useReCaptcha, useSingleQuery };
|
|
1172
|
+
export { ALink, Accordion, type AccordionItemProps, type AccordionProps, type AccordionSubMenuProps, AddDefaultThemeStyle, AddZero, Alert, type AlertProps, type AlertSize, type AlertType, Arrow as ArrowIcon, BackToTop, BackTop, Button, type ButtonContentPosition, type ButtonProps, type ButtonSize, type ButtonState, type ButtonType, type ButtonVariant, Calendar, Card, type CardProps, CheckFileURL, Checkbox, type CheckboxEvent, type CheckboxGroupProps, type CheckboxProps, Checkmark, ChunkArray, Collapse, ConsoleLog, ConvertCurrency, DatePicker, DetermineNewHeight, DetermineNewWidth, type FieldUpdateProps, FileChecker, FileExtensions, FileTypes, FindSelector, Form, type FormContextType, type FormItemProps, type FormProps, type FormRuleProps, type FormSubComponentProps, type FormValueProps, FormatBytes, GetByCurrency, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetTypeByFileType, type GroupCheckboxOptionType, H1, H2, H3, H4, ITDContext, type ITDContextType, type ITDImperativeFuncProps, ITDProvider, type ITDProviderProps, _default as Image, InlineSelect, InlineSelectArrow, Input, type InputProps, IsValidJSON, Lock as LockIcon, type ModalContentProps, ModalManager, type ModalProps, type ModalRefProps, ModalState, Notification, type NotificationContextType, type NotificationsProps, Picture, Radio, RemoveUnits, Result, Select, type SelectOptionProps, type SelectProps, type SingleQueryProps, Spin, Status, Switch, type SwitchProps, Tabs, type TabsItemProps, type TabsProps, TinyScrollbar, Tooltip, Trash, UniUpperCase, UpdateThemeStyle, Upload, Upload$1 as UploadIcon, type UploadProgressProps, type UploadProps, type UploadResultMessageProps, Wait, ZoomIn, ZoomOut, useAddExternalCSS, useComponentSize, useConnectionStatus, useConstructor, useCoreFetch, useCreateDynamicStyle, useCreateStyledStyle, useMultiQuery, useOnClickOutside, useOnESCKeyDown, useOnResize, useReCaptcha, useSingleQuery };
|