ados-rcm 1.1.1067 → 1.1.1069

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.
Files changed (94) hide show
  1. package/dist/AModule/AComponents/AButton/AButton.d.ts +1 -1
  2. package/dist/AModule/AComponents/AButton/AIconButton.d.ts +1 -1
  3. package/dist/AModule/AComponents/AButton/AThemeButton.d.ts +2 -1
  4. package/dist/AModule/AComponents/ADatePicker/ADatePicker.d.ts +1 -1
  5. package/dist/AModule/AComponents/ADatePicker/ADatePickerUtil.d.ts +3 -3
  6. package/dist/AModule/AComponents/ADatePicker/ADateRangePicker.d.ts +1 -1
  7. package/dist/AModule/AComponents/ADialog/ADialog.d.ts +1 -1
  8. package/dist/AModule/AComponents/AEditor/components/AEditorLimit.d.ts +1 -1
  9. package/dist/AModule/AComponents/AEditor/components/EditorLimitFrame.d.ts +1 -1
  10. package/dist/AModule/AComponents/AFileBox/AFileBox.d.ts +1 -1
  11. package/dist/AModule/AComponents/AFileUploder/AFileUploader.d.ts +1 -1
  12. package/dist/AModule/AComponents/AFrame/AFrame.d.ts +5 -5
  13. package/dist/AModule/AComponents/AGrow/AGrow.d.ts +1 -1
  14. package/dist/AModule/AComponents/AIcon/AIcon.d.ts +127 -127
  15. package/dist/AModule/AComponents/AIcon/generated/hugeIcons.d.ts +2 -2
  16. package/dist/AModule/AComponents/AInput/ANumInput.d.ts +1 -1
  17. package/dist/AModule/AComponents/AListView/AListView.d.ts +1 -1
  18. package/dist/AModule/AComponents/ALoadingBorder/ALoadingBorder.d.ts +1 -1
  19. package/dist/AModule/AComponents/ARadioSelect/ARadioSelect.d.ts +1 -1
  20. package/dist/AModule/AComponents/AResource/AResource.d.ts +7 -7
  21. package/dist/AModule/AComponents/AStepper/AStepper.d.ts +1 -1
  22. package/dist/AModule/AComponents/ASwitch/ASwitch.d.ts +1 -1
  23. package/dist/AModule/AComponents/ATab/ATab.d.ts +1 -1
  24. package/dist/AModule/AComponents/ATable/ATable.d.ts +1 -1
  25. package/dist/AModule/AComponents/ATable/ATableBody.d.ts +1 -1
  26. package/dist/AModule/AComponents/ATable/ATableFilter.d.ts +1 -1
  27. package/dist/AModule/AComponents/ATable/ATableFooter.d.ts +1 -1
  28. package/dist/AModule/AComponents/ATable/ATableHeader.d.ts +1 -1
  29. package/dist/AModule/AComponents/AText/AText.d.ts +1 -1
  30. package/dist/AModule/AComponents/ATheme/RefinedDesignTokens.d.ts +2 -199
  31. package/dist/AModule/AComponents/AWrap/AWrap.d.ts +1 -1
  32. package/dist/AModule/AComponents/BEditor/BEditorRaw.d.ts +5 -0
  33. package/dist/AModule/AComponents/BEditor/components/FloatingFullscreen.d.ts +2 -1
  34. package/dist/AModule/AComponents/BEditor/components/FloatingPortal.d.ts +1 -1
  35. package/dist/AModule/AComponents/BEditor/components/Limit.d.ts +1 -1
  36. package/dist/AModule/AComponents/BEditor/components/RawReadOnly.d.ts +3 -0
  37. package/dist/AModule/AComponents/BEditor/components/ReadOnlyFullscreen.d.ts +1 -1
  38. package/dist/AModule/AComponents/BEditor/components/SanitizedHtml.d.ts +2 -1
  39. package/dist/AModule/AComponents/BEditor/components/ToolbarPickerPortal.d.ts +1 -1
  40. package/dist/AModule/AComponents/BEditor/components/Tooltip.d.ts +1 -1
  41. package/dist/AModule/AComponents/BEditor/core/colorPairs.d.ts +2 -1
  42. package/dist/AModule/AComponents/BEditor/core/layout.d.ts +1 -11
  43. package/dist/AModule/AComponents/BEditor/core/performance.d.ts +0 -4
  44. package/dist/AModule/AComponents/BEditor/core/presentation.d.ts +3 -0
  45. package/dist/AModule/AComponents/BEditor/core/types.d.ts +8 -3
  46. package/dist/AModule/AComponents/BEditor/core/value.d.ts +1 -1
  47. package/dist/AModule/AComponents/BEditor/editor/keyboard.d.ts +1 -1
  48. package/dist/AModule/AComponents/BEditor/editor/staticAdapterSerializer.d.ts +5 -0
  49. package/dist/AModule/AComponents/BEditor/hooks/useBEditorLimitPresentation.d.ts +1 -1
  50. package/dist/AModule/AComponents/BEditor/hooks/useBEditorRawReadOnlySelectionGuard.d.ts +2 -0
  51. package/dist/AModule/AComponents/BEditor/hooks/useBEditorStaticExternalRef.d.ts +3 -0
  52. package/dist/AModule/AComponents/BEditor/hooks/useBEditorToolbarPortal.d.ts +2 -1
  53. package/dist/AModule/AComponents/BEditor/media/constants.d.ts +2 -0
  54. package/dist/AModule/AComponents/BEditor/table/actions.d.ts +1 -1
  55. package/dist/AModule/AComponents/BEditor/table/commandState.d.ts +1 -1
  56. package/dist/AModule/AComponents/BEditor/table/hooks/tablePointerDown.d.ts +0 -1
  57. package/dist/AModule/AComponents/BEditor/table/menu.d.ts +0 -2
  58. package/dist/AModule/AComponents/BEditor/table/menuCellResolution.d.ts +9 -0
  59. package/dist/AModule/AComponents/BEditor/table/resize.d.ts +0 -2
  60. package/dist/AModule/AComponents/BEditor/table/styleCommands.d.ts +2 -1
  61. package/dist/AModule/AComponents/BEditor/toolbar/state.d.ts +1 -1
  62. package/dist/AModule/AUtils/bound.d.ts +1 -8
  63. package/dist/AModule/AUtils/boundNumber.d.ts +2 -0
  64. package/dist/AModule/AUtils/objectKeys.d.ts +1 -0
  65. package/dist/{Copy-BvURXm_D.cjs → Copy-D87dC_of.cjs} +1 -1
  66. package/dist/{Copy-BQBcw_MM.js → Copy-DIM9cHhz.js} +1 -1
  67. package/dist/{Divider-a0dVzfkZ.cjs → Divider-CI_7ssSe.cjs} +1 -1
  68. package/dist/{Divider-BFTWhi8Y.js → Divider-DrBlQdC4.js} +1 -1
  69. package/dist/{FullScreen-BOk7Z52x.cjs → FullScreen-Bn32xHnQ.cjs} +1 -1
  70. package/dist/{FullScreen-DqchJ9Oo.js → FullScreen-CfsehyzX.js} +1 -1
  71. package/dist/{ImageResizer-Da9OiTzn.cjs → ImageResizer-BB4nOAM7.cjs} +1 -1
  72. package/dist/{ImageResizer-Cg80MsSU.js → ImageResizer-DxRL8XUa.js} +1 -1
  73. package/dist/{TableClipboard-C3ZnXjjJ.js → TableClipboard-BCP1e_fs.js} +4 -4
  74. package/dist/{TableClipboard-CARFiJtu.cjs → TableClipboard-CCq5781u.cjs} +1 -1
  75. package/dist/{TableSelection-usm8Uj1v.cjs → TableSelection-BQQ9YCn_.cjs} +1 -1
  76. package/dist/{TableSelection-BlBKQrLb.js → TableSelection-CJOcwUT2.js} +3 -3
  77. package/dist/{TableUp-DoI3mpf8.cjs → TableUp-BqsMXBqb.cjs} +1 -1
  78. package/dist/{TableUp-DaaaOebz.js → TableUp-C6XwkWfx.js} +3 -3
  79. package/dist/{TableUpLogical-BT2wrrmJ.js → TableUpLogical-C87NHFIH.js} +1 -1
  80. package/dist/{TableUpLogical-CF-cQ-rC.cjs → TableUpLogical-Chi7w_5l.cjs} +1 -1
  81. package/dist/{Video-BjHHBApM.js → Video-BzCSDnsC.js} +1 -1
  82. package/dist/{Video-BgRxqzyH.cjs → Video-Cti8npmF.cjs} +1 -1
  83. package/dist/{index-C2NIgOQa.cjs → index-2dhJZzJI.cjs} +1 -1
  84. package/dist/{index-DpYOvi9t.js → index-BAMPJvMS.js} +53523 -50270
  85. package/dist/{index-BKbPiXRL.cjs → index-BTukVVqE.cjs} +1 -1
  86. package/dist/{index-36vnPAy9.js → index-CE-e3PCb.js} +1 -1
  87. package/dist/{index-C5mEzte4.js → index-FEAiNFjh.js} +1 -1
  88. package/dist/index-qoHU2mOK.cjs +536 -0
  89. package/dist/index.cjs +1 -1
  90. package/dist/index.es.js +47 -47
  91. package/dist/staticAdapterSerializer-MN0TmQVu.js +60 -0
  92. package/dist/staticAdapterSerializer-XE6NxvEb.cjs +1 -0
  93. package/package.json +128 -121
  94. package/dist/index-Df3Za6O6.cjs +0 -524
@@ -38,4 +38,4 @@ export interface IAButtonProps extends IABaseProps {
38
38
  * Click Me
39
39
  * </AButton>
40
40
  */
41
- export declare const AButton: (props: IAButtonProps) => import("react/jsx-runtime").JSX.Element;
41
+ export declare const AButton: (props: IAButtonProps) => import("react").JSX.Element;
@@ -35,4 +35,4 @@ export interface IAIconButtonProps extends IABaseProps {
35
35
  * <AIconButton icon="Alert"
36
36
  * onClick={onClick}/>
37
37
  */
38
- export declare const AIconButton: (props: IAIconButtonProps) => import("react/jsx-runtime").JSX.Element;
38
+ export declare const AIconButton: (props: IAIconButtonProps) => import("react").JSX.Element;
@@ -1,3 +1,4 @@
1
+ import { default as React } from 'react';
1
2
  import { IABaseProps } from '../ABase/ABase';
2
3
  import { TSemanticModes } from '../ATheme/ATheme';
3
4
  type TButtonType = 'Icon' | 'Switch';
@@ -16,5 +17,5 @@ export interface IAThemeButtonProps extends Omit<IABaseProps, 'onChange'> {
16
17
  * if (case 1)
17
18
  * <AThemeButton onChange={(newSemanticMode : TSemanticModes) => setCurrentSemanticMode(newSemanticMode)} />
18
19
  */
19
- export declare const AThemeButton: (props: IAThemeButtonProps) => import("react/jsx-runtime").JSX.Element | undefined;
20
+ export declare const AThemeButton: (props: IAThemeButtonProps) => React.JSX.Element | undefined;
20
21
  export {};
@@ -34,4 +34,4 @@ export interface IADatePickerProps extends IABaseProps, IAWrapProps {
34
34
  useDate?: TUseValues<Date | undefined>;
35
35
  yearSize?: number;
36
36
  }
37
- export declare const ADatePicker: (props: IADatePickerProps) => import("react/jsx-runtime").JSX.Element;
37
+ export declare const ADatePicker: (props: IADatePickerProps) => React.JSX.Element;
@@ -1537,7 +1537,7 @@ export declare function useActionRef<T>(actionRef: TActionRef<T> | undefined, va
1537
1537
  export declare function usePortalContentFocus(isOpen: boolean, getTarget: () => HTMLElement | null, shouldFocus?: boolean): void;
1538
1538
  export type TPickerOpenIntent = 'focus' | 'keyboard' | 'pointer';
1539
1539
  export declare function getPortalVisibilityStyle(isOpen: boolean, isPortalVisible: boolean): React.CSSProperties;
1540
- export declare const PickerAddonCloseBoundary: ({ children, onInteract }: IPickerAddonCloseBoundaryProps) => import("react/jsx-runtime").JSX.Element | null;
1540
+ export declare const PickerAddonCloseBoundary: ({ children, onInteract }: IPickerAddonCloseBoundaryProps) => React.JSX.Element | null;
1541
1541
  export declare function usePickerTriggerHandlers({ close, consumeAnchorFocusGuard, isOpen, onOpenIntent, open, }: IPickerTriggerHandlersConfig): {
1542
1542
  handleTriggerFocus: () => void;
1543
1543
  handleTriggerClick: () => void;
@@ -1660,7 +1660,7 @@ interface ICalendarGridProps {
1660
1660
  onDateClick: (d: Date) => void;
1661
1661
  selectedDate?: Date;
1662
1662
  }
1663
- export declare const CalendarGrid: React.MemoExoticComponent<({ days, selectedDate, dateRange, onDateClick, S }: ICalendarGridProps) => import("react/jsx-runtime").JSX.Element>;
1663
+ export declare const CalendarGrid: React.MemoExoticComponent<({ days, selectedDate, dateRange, onDateClick, S }: ICalendarGridProps) => React.JSX.Element>;
1664
1664
  interface ICalendarHeaderProps {
1665
1665
  S: CSSModuleClasses;
1666
1666
  handleMonthChange: (m: number) => void;
@@ -1672,7 +1672,7 @@ interface ICalendarHeaderProps {
1672
1672
  setPage: (p: ICalendarPage) => void;
1673
1673
  yearSize?: number;
1674
1674
  }
1675
- export declare const CalendarHeader: ({ page, setPage, handleYearChange, handleMonthChange, minDate, maxDate, yearSize, resources, S, }: ICalendarHeaderProps) => import("react/jsx-runtime").JSX.Element;
1675
+ export declare const CalendarHeader: ({ page, setPage, handleYearChange, handleMonthChange, minDate, maxDate, yearSize, resources, S, }: ICalendarHeaderProps) => React.JSX.Element;
1676
1676
  export interface IPortalRefs {
1677
1677
  anchorRef: React.RefObject<HTMLElement | null>;
1678
1678
  inputRef?: React.RefObject<HTMLElement | null>;
@@ -15,4 +15,4 @@ export interface IADateRangePickerProps extends Omit<IADatePickerProps, 'useDate
15
15
  sDateRef?: React.RefObject<HTMLInputElement | null>;
16
16
  useDateRange?: TUseValues<IDateRange | undefined>;
17
17
  }
18
- export declare const ADateRangePicker: (props: IADateRangePickerProps) => import("react/jsx-runtime").JSX.Element;
18
+ export declare const ADateRangePicker: (props: IADateRangePickerProps) => React.JSX.Element;
@@ -343,7 +343,7 @@ export declare const useADialogCore: () => IADialogCore;
343
343
  export declare const useADialogCores: <T extends string>(extDlgNames: T[] | readonly T[]) => TADialogCores<T>;
344
344
  export declare const CreateADC: <P extends {
345
345
  dlgCore: IADialogCore;
346
- }>(Builder: (props: P) => React.ReactNode) => (props: P) => import("react/jsx-runtime").JSX.Element;
346
+ }>(Builder: (props: P) => React.ReactNode) => (props: P) => React.JSX.Element;
347
347
  export declare const dlgF: {
348
348
  closeAllDlgs: () => void;
349
349
  };
@@ -4,5 +4,5 @@ interface IAEditorLimitProps {
4
4
  noTransition?: string;
5
5
  useError: import('../../../AHooks/useValues').TUseValues<boolean>;
6
6
  }
7
- export declare const AEditorLimit: (props: IAEditorLimitProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const AEditorLimit: (props: IAEditorLimitProps) => import("react").JSX.Element;
8
8
  export {};
@@ -8,5 +8,5 @@ interface IEditorLimitFrameProps {
8
8
  noTransition?: string;
9
9
  useError: TUseValues<boolean>;
10
10
  }
11
- export declare const EditorLimitFrame: ({ calculatedSize, displayMode, limit, noTransition, useError, limitClassName, errorClassName, }: IEditorLimitFrameProps) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const EditorLimitFrame: ({ calculatedSize, displayMode, limit, noTransition, useError, limitClassName, errorClassName, }: IEditorLimitFrameProps) => import("react").JSX.Element;
12
12
  export {};
@@ -105,4 +105,4 @@ export interface IAFileBoxProps extends IABaseProps {
105
105
  * if (case 1)
106
106
  * <AFileBox useFile={[file, setFile]}/>
107
107
  */
108
- export declare const AFileBox: (props: IAFileBoxProps) => import("react/jsx-runtime").JSX.Element;
108
+ export declare const AFileBox: (props: IAFileBoxProps) => import("react").JSX.Element;
@@ -48,4 +48,4 @@ export interface IAFileUploaderProps<TFile extends ExtendedFile = ExtendedFile>
48
48
  useFiles: TUseValues<TFile[] | undefined>;
49
49
  }
50
50
  export type TFileChipButtonType = 'upload' | 'pending' | 'loading' | 'error' | 'deleted' | 'download' | 'view';
51
- export declare const AFileUploader: <TFile extends ExtendedFile = ExtendedFile>(props: IAFileUploaderProps<TFile>) => import("react/jsx-runtime").JSX.Element | null;
51
+ export declare const AFileUploader: <TFile extends ExtendedFile = ExtendedFile>(props: IAFileUploaderProps<TFile>) => import("react").JSX.Element | null;
@@ -15,7 +15,7 @@ import { Resources } from '../AResource/AResource';
15
15
  * <AICon icon="Alert"/>
16
16
  * </ARowFrame>
17
17
  */
18
- export declare const ARowFrame: (props: IABaseProps) => import("react/jsx-runtime").JSX.Element;
18
+ export declare const ARowFrame: (props: IABaseProps) => React.JSX.Element;
19
19
  /**
20
20
  * AComponent : AFrame : AColFrame
21
21
  *
@@ -30,7 +30,7 @@ export declare const ARowFrame: (props: IABaseProps) => import("react/jsx-runtim
30
30
  * <AICon icon="Alert"/>
31
31
  * </AColFrame>
32
32
  */
33
- export declare const AColFrame: (props: IABaseProps) => import("react/jsx-runtime").JSX.Element;
33
+ export declare const AColFrame: (props: IABaseProps) => React.JSX.Element;
34
34
  interface IAOverflowFrameProps extends IABaseProps {
35
35
  /**
36
36
  * lineClamp? : number = 1
@@ -57,12 +57,12 @@ interface IAOverflowFrameProps extends IABaseProps {
57
57
  * Long TextTextTextTextTextTextTextTextTextText
58
58
  * </AOverflowFrame>
59
59
  */
60
- export declare const AOverflowFrame: (props: IAOverflowFrameProps) => import("react/jsx-runtime").JSX.Element;
60
+ export declare const AOverflowFrame: (props: IAOverflowFrameProps) => React.JSX.Element;
61
61
  interface IASplitterProps<T extends string | number> {
62
62
  map: Partial<Record<T | 'fallback', React.ReactNode>>;
63
63
  value: T;
64
64
  }
65
- export declare const ASwitchFrame: <T extends string | number>(props: IASplitterProps<T>) => import("react/jsx-runtime").JSX.Element | Record<"fallback" | T, React.ReactNode>["fallback"] | undefined;
65
+ export declare const ASwitchFrame: <T extends string | number>(props: IASplitterProps<T>) => React.JSX.Element | Record<"fallback" | T, React.ReactNode>["fallback"] | undefined;
66
66
  export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
67
67
  /**
68
68
  * childClassName? : string
@@ -163,5 +163,5 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
163
163
  */
164
164
  showExpandButton?: boolean;
165
165
  }
166
- export declare const ADivideFrame: React.MemoExoticComponent<(props: IADivideFrameProps) => import("react/jsx-runtime").JSX.Element>;
166
+ export declare const ADivideFrame: React.MemoExoticComponent<(props: IADivideFrameProps) => React.JSX.Element>;
167
167
  export {};
@@ -12,4 +12,4 @@
12
12
  * Right Item
13
13
  * </div>
14
14
  */
15
- export declare const AGrow: () => import("react/jsx-runtime").JSX.Element;
15
+ export declare const AGrow: () => import("react").JSX.Element;
@@ -45,137 +45,137 @@ export declare const Size: (sizeType: TIconSize, base?: number) => {
45
45
  * if (case 1)
46
46
  * <AIcon icon="Alert"/>
47
47
  */
48
- export declare const AIcon: (props: IAIconProps) => import("react/jsx-runtime").JSX.Element;
48
+ export declare const AIcon: (props: IAIconProps) => import("react").JSX.Element;
49
49
  interface IAIconHOCProps<T extends string> extends Omit<IAIconProps, 'icon'> {
50
50
  icon: T | TIcons;
51
51
  }
52
- export declare const AIconHOC: <T extends string>(customIcons: Record<T, (props?: IASVGProps) => React.ReactElement>) => (props: IAIconHOCProps<T>) => import("react/jsx-runtime").JSX.Element;
52
+ export declare const AIconHOC: <T extends string>(customIcons: Record<T, (props?: IASVGProps) => React.ReactElement>) => (props: IAIconHOCProps<T>) => import("react").JSX.Element;
53
53
  export declare const Icons: {
54
- Rocket: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
55
- Sparkles: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
56
- ArrowDown: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
57
- ArrowUp: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
58
- Chat: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
59
- 'Check.Checked': (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
60
- 'Check.Indeterminate': (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
61
- 'Check.UnChecked': (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
62
- CircleCheck: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
63
- FolderCheck: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
64
- ClipBoard: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
65
- Close: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
66
- Check: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
67
- Document: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
68
- Menu: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
69
- Person: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
70
- PersonOutline: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
71
- Reset: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
72
- Search: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
73
- Send: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
74
- Spinner: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
75
- Pend: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
76
- Stop: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
77
- TriangleAlert: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
78
- TriangleAlert2: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
79
- Sun: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
80
- Moon: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
81
- CCTV: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
82
- Convert: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
83
- KeyboardArrowUp: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
84
- KeyboardArrowDown: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
85
- Alert: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
86
- SortUp: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
87
- SortDown: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
88
- SortBoth: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
89
- RowSortUp: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
90
- RowSortDown: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
91
- RowSortBoth: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
92
- Favorite: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
93
- FavoriteDisabled: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
94
- Main: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
95
- Frame: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
96
- FileDownload: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
97
- FileUpload: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
98
- File: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
99
- File2: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
100
- UnPlug: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
101
- CloudSync: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
102
- CalendarDay: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
103
- DateRange: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
104
- PlayArrow: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
105
- Mail: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
106
- MailOutline: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
107
- Bell: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
108
- Download: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
109
- Folder: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
110
- FolderPost: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
111
- FolderOpen: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
112
- FolderCopy: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
113
- FolderAdd: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
114
- FolderMove: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
115
- FirstPage: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
116
- LastPage: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
117
- NavigateBefore: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
118
- NavigateNext: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
119
- ListAdd: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
120
- ListRemove: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
121
- Cancel: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
122
- Article: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
123
- Info: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
124
- Type: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
125
- PersonAdd: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
126
- CheckNormal: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
127
- Create: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
128
- PersonRemove: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
129
- Refresh: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
130
- Undo: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
131
- Return: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
132
- Gear: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
133
- TriangleUp: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
134
- TriangleDown: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
135
- CircleHelp: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
136
- Cow: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
137
- CircleAlertOutline: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
138
- CircleAlert: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
139
- Manager: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
140
- ManagerOutline: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
141
- Admin: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
142
- Equalizer: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
143
- ABC: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
144
- Auth: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
145
- AuthAdd: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
146
- Switch: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
147
- Add: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
148
- Edit: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
149
- EditOff: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
150
- Delete: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
151
- Save: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
152
- Remove: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
153
- Sync: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
154
- X: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
155
- MoreVertical: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
156
- MoreHorizontal: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
157
- Verified: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
158
- NonVerified: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
159
- Edit2: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
160
- Trash: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
161
- AddRowBelow: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
162
- AddRowAbove: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
163
- AddColRight: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
164
- AddColLeft: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
165
- RemoveCol: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
166
- RemoveRow: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
167
- Table: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
168
- Minus: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
169
- EditorArrow: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
170
- Target: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
171
- DividerExpand: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
172
- DividerMiddle: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
173
- AlignLeft: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
174
- AlignCenter: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
175
- AlignRight: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
176
- AlignJustify: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
177
- Maximize: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
178
- Minimize: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
54
+ Rocket: (props?: IASVGProps) => import("react").JSX.Element;
55
+ Sparkles: (props?: IASVGProps) => import("react").JSX.Element;
56
+ ArrowDown: (props?: IASVGProps) => import("react").JSX.Element;
57
+ ArrowUp: (props?: IASVGProps) => import("react").JSX.Element;
58
+ Chat: (props?: IASVGProps) => import("react").JSX.Element;
59
+ 'Check.Checked': (props?: IASVGProps) => import("react").JSX.Element;
60
+ 'Check.Indeterminate': (props?: IASVGProps) => import("react").JSX.Element;
61
+ 'Check.UnChecked': (props?: IASVGProps) => import("react").JSX.Element;
62
+ CircleCheck: (props?: IASVGProps) => import("react").JSX.Element;
63
+ FolderCheck: (props?: IASVGProps) => import("react").JSX.Element;
64
+ ClipBoard: (props?: IASVGProps) => import("react").JSX.Element;
65
+ Close: (props?: IASVGProps) => import("react").JSX.Element;
66
+ Check: (props?: IASVGProps) => import("react").JSX.Element;
67
+ Document: (props?: IASVGProps) => import("react").JSX.Element;
68
+ Menu: (props?: IASVGProps) => import("react").JSX.Element;
69
+ Person: (props?: IASVGProps) => import("react").JSX.Element;
70
+ PersonOutline: (props?: IASVGProps) => import("react").JSX.Element;
71
+ Reset: (props?: IASVGProps) => import("react").JSX.Element;
72
+ Search: (props?: IASVGProps) => import("react").JSX.Element;
73
+ Send: (props?: IASVGProps) => import("react").JSX.Element;
74
+ Spinner: (props?: IASVGProps) => import("react").JSX.Element;
75
+ Pend: (props?: IASVGProps) => import("react").JSX.Element;
76
+ Stop: (props?: IASVGProps) => import("react").JSX.Element;
77
+ TriangleAlert: (props?: IASVGProps) => import("react").JSX.Element;
78
+ TriangleAlert2: (props?: IASVGProps) => import("react").JSX.Element;
79
+ Sun: (props?: IASVGProps) => import("react").JSX.Element;
80
+ Moon: (props?: IASVGProps) => import("react").JSX.Element;
81
+ CCTV: (props?: IASVGProps) => import("react").JSX.Element;
82
+ Convert: (props?: IASVGProps) => import("react").JSX.Element;
83
+ KeyboardArrowUp: (props?: IASVGProps) => import("react").JSX.Element;
84
+ KeyboardArrowDown: (props?: IASVGProps) => import("react").JSX.Element;
85
+ Alert: (props?: IASVGProps) => import("react").JSX.Element;
86
+ SortUp: (props?: IASVGProps) => import("react").JSX.Element;
87
+ SortDown: (props?: IASVGProps) => import("react").JSX.Element;
88
+ SortBoth: (props?: IASVGProps) => import("react").JSX.Element;
89
+ RowSortUp: (props?: IASVGProps) => import("react").JSX.Element;
90
+ RowSortDown: (props?: IASVGProps) => import("react").JSX.Element;
91
+ RowSortBoth: (props?: IASVGProps) => import("react").JSX.Element;
92
+ Favorite: (props?: IASVGProps) => import("react").JSX.Element;
93
+ FavoriteDisabled: (props?: IASVGProps) => import("react").JSX.Element;
94
+ Main: (props?: IASVGProps) => import("react").JSX.Element;
95
+ Frame: (props?: IASVGProps) => import("react").JSX.Element;
96
+ FileDownload: (props?: IASVGProps) => import("react").JSX.Element;
97
+ FileUpload: (props?: IASVGProps) => import("react").JSX.Element;
98
+ File: (props?: IASVGProps) => import("react").JSX.Element;
99
+ File2: (props?: IASVGProps) => import("react").JSX.Element;
100
+ UnPlug: (props?: IASVGProps) => import("react").JSX.Element;
101
+ CloudSync: (props?: IASVGProps) => import("react").JSX.Element;
102
+ CalendarDay: (props?: IASVGProps) => import("react").JSX.Element;
103
+ DateRange: (props?: IASVGProps) => import("react").JSX.Element;
104
+ PlayArrow: (props?: IASVGProps) => import("react").JSX.Element;
105
+ Mail: (props?: IASVGProps) => import("react").JSX.Element;
106
+ MailOutline: (props?: IASVGProps) => import("react").JSX.Element;
107
+ Bell: (props?: IASVGProps) => import("react").JSX.Element;
108
+ Download: (props?: IASVGProps) => import("react").JSX.Element;
109
+ Folder: (props?: IASVGProps) => import("react").JSX.Element;
110
+ FolderPost: (props?: IASVGProps) => import("react").JSX.Element;
111
+ FolderOpen: (props?: IASVGProps) => import("react").JSX.Element;
112
+ FolderCopy: (props?: IASVGProps) => import("react").JSX.Element;
113
+ FolderAdd: (props?: IASVGProps) => import("react").JSX.Element;
114
+ FolderMove: (props?: IASVGProps) => import("react").JSX.Element;
115
+ FirstPage: (props?: IASVGProps) => import("react").JSX.Element;
116
+ LastPage: (props?: IASVGProps) => import("react").JSX.Element;
117
+ NavigateBefore: (props?: IASVGProps) => import("react").JSX.Element;
118
+ NavigateNext: (props?: IASVGProps) => import("react").JSX.Element;
119
+ ListAdd: (props?: IASVGProps) => import("react").JSX.Element;
120
+ ListRemove: (props?: IASVGProps) => import("react").JSX.Element;
121
+ Cancel: (props?: IASVGProps) => import("react").JSX.Element;
122
+ Article: (props?: IASVGProps) => import("react").JSX.Element;
123
+ Info: (props?: IASVGProps) => import("react").JSX.Element;
124
+ Type: (props?: IASVGProps) => import("react").JSX.Element;
125
+ PersonAdd: (props?: IASVGProps) => import("react").JSX.Element;
126
+ CheckNormal: (props?: IASVGProps) => import("react").JSX.Element;
127
+ Create: (props?: IASVGProps) => import("react").JSX.Element;
128
+ PersonRemove: (props?: IASVGProps) => import("react").JSX.Element;
129
+ Refresh: (props?: IASVGProps) => import("react").JSX.Element;
130
+ Undo: (props?: IASVGProps) => import("react").JSX.Element;
131
+ Return: (props?: IASVGProps) => import("react").JSX.Element;
132
+ Gear: (props?: IASVGProps) => import("react").JSX.Element;
133
+ TriangleUp: (props?: IASVGProps) => import("react").JSX.Element;
134
+ TriangleDown: (props?: IASVGProps) => import("react").JSX.Element;
135
+ CircleHelp: (props?: IASVGProps) => import("react").JSX.Element;
136
+ Cow: (props?: IASVGProps) => import("react").JSX.Element;
137
+ CircleAlertOutline: (props?: IASVGProps) => import("react").JSX.Element;
138
+ CircleAlert: (props?: IASVGProps) => import("react").JSX.Element;
139
+ Manager: (props?: IASVGProps) => import("react").JSX.Element;
140
+ ManagerOutline: (props?: IASVGProps) => import("react").JSX.Element;
141
+ Admin: (props?: IASVGProps) => import("react").JSX.Element;
142
+ Equalizer: (props?: IASVGProps) => import("react").JSX.Element;
143
+ ABC: (props?: IASVGProps) => import("react").JSX.Element;
144
+ Auth: (props?: IASVGProps) => import("react").JSX.Element;
145
+ AuthAdd: (props?: IASVGProps) => import("react").JSX.Element;
146
+ Switch: (props?: IASVGProps) => import("react").JSX.Element;
147
+ Add: (props?: IASVGProps) => import("react").JSX.Element;
148
+ Edit: (props?: IASVGProps) => import("react").JSX.Element;
149
+ EditOff: (props?: IASVGProps) => import("react").JSX.Element;
150
+ Delete: (props?: IASVGProps) => import("react").JSX.Element;
151
+ Save: (props?: IASVGProps) => import("react").JSX.Element;
152
+ Remove: (props?: IASVGProps) => import("react").JSX.Element;
153
+ Sync: (props?: IASVGProps) => import("react").JSX.Element;
154
+ X: (props?: IASVGProps) => import("react").JSX.Element;
155
+ MoreVertical: (props?: IASVGProps) => import("react").JSX.Element;
156
+ MoreHorizontal: (props?: IASVGProps) => import("react").JSX.Element;
157
+ Verified: (props?: IASVGProps) => import("react").JSX.Element;
158
+ NonVerified: (props?: IASVGProps) => import("react").JSX.Element;
159
+ Edit2: (props?: IASVGProps) => import("react").JSX.Element;
160
+ Trash: (props?: IASVGProps) => import("react").JSX.Element;
161
+ AddRowBelow: (props?: IASVGProps) => import("react").JSX.Element;
162
+ AddRowAbove: (props?: IASVGProps) => import("react").JSX.Element;
163
+ AddColRight: (props?: IASVGProps) => import("react").JSX.Element;
164
+ AddColLeft: (props?: IASVGProps) => import("react").JSX.Element;
165
+ RemoveCol: (props?: IASVGProps) => import("react").JSX.Element;
166
+ RemoveRow: (props?: IASVGProps) => import("react").JSX.Element;
167
+ Table: (props?: IASVGProps) => import("react").JSX.Element;
168
+ Minus: (props?: IASVGProps) => import("react").JSX.Element;
169
+ EditorArrow: (props?: IASVGProps) => import("react").JSX.Element;
170
+ Target: (props?: IASVGProps) => import("react").JSX.Element;
171
+ DividerExpand: (props?: IASVGProps) => import("react").JSX.Element;
172
+ DividerMiddle: (props?: IASVGProps) => import("react").JSX.Element;
173
+ AlignLeft: (props?: IASVGProps) => import("react").JSX.Element;
174
+ AlignCenter: (props?: IASVGProps) => import("react").JSX.Element;
175
+ AlignRight: (props?: IASVGProps) => import("react").JSX.Element;
176
+ AlignJustify: (props?: IASVGProps) => import("react").JSX.Element;
177
+ Maximize: (props?: IASVGProps) => import("react").JSX.Element;
178
+ Minimize: (props?: IASVGProps) => import("react").JSX.Element;
179
179
  };
180
180
  export declare const AIcons: ("Rocket" | "Sparkles" | "ArrowDown" | "ArrowUp" | "Chat" | "Check.Checked" | "Check.Indeterminate" | "Check.UnChecked" | "CircleCheck" | "FolderCheck" | "ClipBoard" | "Close" | "Check" | "Document" | "Menu" | "Person" | "PersonOutline" | "Reset" | "Search" | "Send" | "Spinner" | "Pend" | "Stop" | "TriangleAlert" | "TriangleAlert2" | "Sun" | "Moon" | "CCTV" | "Convert" | "KeyboardArrowUp" | "KeyboardArrowDown" | "Alert" | "SortUp" | "SortDown" | "SortBoth" | "RowSortUp" | "RowSortDown" | "RowSortBoth" | "Favorite" | "FavoriteDisabled" | "Main" | "Frame" | "FileDownload" | "FileUpload" | "File" | "File2" | "UnPlug" | "CloudSync" | "CalendarDay" | "DateRange" | "PlayArrow" | "Mail" | "MailOutline" | "Bell" | "Download" | "Folder" | "FolderPost" | "FolderOpen" | "FolderCopy" | "FolderAdd" | "FolderMove" | "FirstPage" | "LastPage" | "NavigateBefore" | "NavigateNext" | "ListAdd" | "ListRemove" | "Cancel" | "Article" | "Info" | "Type" | "PersonAdd" | "CheckNormal" | "Create" | "PersonRemove" | "Refresh" | "Undo" | "Return" | "Gear" | "TriangleUp" | "TriangleDown" | "CircleHelp" | "Cow" | "CircleAlertOutline" | "CircleAlert" | "Manager" | "ManagerOutline" | "Admin" | "Equalizer" | "ABC" | "Auth" | "AuthAdd" | "Switch" | "Add" | "Edit" | "EditOff" | "Delete" | "Save" | "Remove" | "Sync" | "X" | "MoreVertical" | "MoreHorizontal" | "Verified" | "NonVerified" | "Edit2" | "Trash" | "AddRowBelow" | "AddRowAbove" | "AddColRight" | "AddColLeft" | "RemoveCol" | "RemoveRow" | "Table" | "Minus" | "EditorArrow" | "Target" | "DividerExpand" | "DividerMiddle" | "AlignLeft" | "AlignCenter" | "AlignRight" | "AlignJustify" | "Maximize" | "Minimize")[];
181
181
  export type TIcons = keyof typeof Icons;
@@ -1,5 +1,5 @@
1
1
  import { IASVGProps } from '../AIcon';
2
2
  export declare const hugeIcons: {
3
- Rocket: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
4
- Sparkles: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
3
+ Rocket: (props?: IASVGProps) => import("react").JSX.Element;
4
+ Sparkles: (props?: IASVGProps) => import("react").JSX.Element;
5
5
  };
@@ -22,5 +22,5 @@ export type IANumInputProps = IANumInputNumberProps;
22
22
  * It can return a numberable-string(can be negative), '*' if canAsterisk is true, or ''.
23
23
  * MaxLength is automatically set considering min and max values.
24
24
  */
25
- export declare const ANumInput: (props: IANumInputProps) => import("react/jsx-runtime").JSX.Element;
25
+ export declare const ANumInput: (props: IANumInputProps) => React.JSX.Element;
26
26
  export {};
@@ -199,4 +199,4 @@ export interface IAListViewProps<T extends IObject> extends IABaseProps {
199
199
  * if (case 2)
200
200
  * <AListView defs={defs} item={user} defaultDef={defaultDef}/>
201
201
  */
202
- export declare const AListView: <T extends IObject>(props: IAListViewProps<T>) => import("react/jsx-runtime").JSX.Element;
202
+ export declare const AListView: <T extends IObject>(props: IAListViewProps<T>) => React.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  interface IALoadingBorderProps {
2
2
  isLoading?: boolean;
3
3
  }
4
- export declare const ALoadingBorder: (props: IALoadingBorderProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const ALoadingBorder: (props: IALoadingBorderProps) => import("react").JSX.Element;
5
5
  export {};
@@ -10,7 +10,7 @@ export interface IRadioSelectProps<T> {
10
10
  selectDisabled?: (value: T) => boolean | string | undefined;
11
11
  useSelect?: TUseValues<T>;
12
12
  }
13
- export declare const ARadioSelect: <T>(props: IRadioSelectProps<T>) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const ARadioSelect: <T>(props: IRadioSelectProps<T>) => import("react").JSX.Element;
14
14
  interface IRadioSelectOptionRendererProps<T> {
15
15
  option: T;
16
16
  }
@@ -4,8 +4,8 @@ export declare const Resources: {
4
4
  Cancel: string;
5
5
  };
6
6
  ATree: {
7
- 'select n': (n: React.ReactNode) => import("react/jsx-runtime").JSX.Element;
8
- 'deselect n': (n: React.ReactNode) => import("react/jsx-runtime").JSX.Element;
7
+ 'select n': (n: React.ReactNode) => import("react").JSX.Element;
8
+ 'deselect n': (n: React.ReactNode) => import("react").JSX.Element;
9
9
  'Search(Placeholder)': string;
10
10
  'Search(Button)': string;
11
11
  Items: string;
@@ -37,10 +37,10 @@ export declare const Resources: {
37
37
  'Select File': string;
38
38
  };
39
39
  ATable: {
40
- 'Checked n items': (n: React.ReactNode) => import("react/jsx-runtime").JSX.Element;
41
- 'Searched n items': (n: React.ReactNode) => import("react/jsx-runtime").JSX.Element;
42
- 'Total n items': (t: React.ReactNode) => import("react/jsx-runtime").JSX.Element;
43
- 'Sort by x': (x: React.ReactNode) => import("react/jsx-runtime").JSX.Element;
40
+ 'Checked n items': (n: React.ReactNode) => import("react").JSX.Element;
41
+ 'Searched n items': (n: React.ReactNode) => import("react").JSX.Element;
42
+ 'Total n items': (t: React.ReactNode) => import("react").JSX.Element;
43
+ 'Sort by x': (x: React.ReactNode) => import("react").JSX.Element;
44
44
  'Sort up': string;
45
45
  'Sort down': string;
46
46
  Asc: string;
@@ -240,7 +240,7 @@ export declare const Resources: {
240
240
  'Insert File': string;
241
241
  'Download All': string;
242
242
  'Delete All': string;
243
- 'Total n items': (t: React.ReactNode) => import("react/jsx-runtime").JSX.Element;
243
+ 'Total n items': (t: React.ReactNode) => import("react").JSX.Element;
244
244
  'Unsupported file format detected.': string;
245
245
  'Invalid file(s)': string;
246
246
  'Supported file format(s)': string;
@@ -67,5 +67,5 @@ export interface IAStepperProps<T> {
67
67
  * ContentRenderer={ContentRenderer}/>
68
68
  *
69
69
  */
70
- export declare const AStepper: <T>(props: IAStepperProps<T>) => import("react/jsx-runtime").JSX.Element;
70
+ export declare const AStepper: <T>(props: IAStepperProps<T>) => import("react").JSX.Element;
71
71
  export {};
@@ -24,4 +24,4 @@ export interface ASwitchProps extends IAWrapProps, IABaseProps {
24
24
  * if (case 2)
25
25
  * <ASwitch useCheck={[check, setCheck]}/>
26
26
  */
27
- export declare const ASwitch: (props: ASwitchProps) => import("react/jsx-runtime").JSX.Element;
27
+ export declare const ASwitch: (props: ASwitchProps) => import("react").JSX.Element;
@@ -133,4 +133,4 @@ export interface IATabProps<T> {
133
133
  * <ATab options={options}
134
134
  * type="Secondary"/>
135
135
  */
136
- export declare const ATab: <T>(props: IATabProps<T>) => import("react/jsx-runtime").JSX.Element;
136
+ export declare const ATab: <T>(props: IATabProps<T>) => import("react").JSX.Element;
@@ -761,5 +761,5 @@ export interface IATableProps<T extends IItem> {
761
761
  * filterationDefs={filterationDefs}
762
762
  * usePagination={[defaultPagination, undefined]}/>
763
763
  */
764
- export declare const ATable: <T extends IItem>(props: IATableProps<T>) => import("react/jsx-runtime").JSX.Element;
764
+ export declare const ATable: <T extends IItem>(props: IATableProps<T>) => React.JSX.Element;
765
765
  export {};
@@ -30,7 +30,7 @@ interface IATableBodyProps<T extends IItem> {
30
30
  useSelect?: TUseValues<T[]>;
31
31
  useSortation: TUseValues<IATableSortation<T> | undefined>;
32
32
  }
33
- export declare const ATableBody: <T extends IItem>(props: IATableBodyProps<T>) => import("react/jsx-runtime").JSX.Element;
33
+ export declare const ATableBody: <T extends IItem>(props: IATableBodyProps<T>) => React.JSX.Element;
34
34
  export interface IATableRowItem {
35
35
  [key: string]: React.ReactElement;
36
36
  }
@@ -14,5 +14,5 @@ interface IATableFilterProps<T extends IItem> {
14
14
  resources: typeof Resources.ATable;
15
15
  useFilteration: TUseValues<TATableFilteration<T>>;
16
16
  }
17
- export declare const ATableFilter: <T extends IItem>(props: IATableFilterProps<T>) => import("react/jsx-runtime").JSX.Element | null;
17
+ export declare const ATableFilter: <T extends IItem>(props: IATableFilterProps<T>) => import("react").JSX.Element | null;
18
18
  export {};
@@ -11,4 +11,4 @@ export interface IATableFooterProps {
11
11
  pagination: IATablePagination;
12
12
  rangedPages: number[];
13
13
  }
14
- export declare const ATableFooter: (props: IATableFooterProps) => import("react/jsx-runtime").JSX.Element;
14
+ export declare const ATableFooter: (props: IATableFooterProps) => import("react").JSX.Element;
@@ -26,4 +26,4 @@ export interface IATableHeaderProps<T extends IItem> {
26
26
  useFilteration: TUseValues<TATableFilteration<T>>;
27
27
  useSortation: TUseValues<IATableSortation<T> | undefined>;
28
28
  }
29
- export declare const ATableHeader: <T extends IItem>(props: IATableHeaderProps<T>) => import("react/jsx-runtime").JSX.Element;
29
+ export declare const ATableHeader: <T extends IItem>(props: IATableHeaderProps<T>) => import("react").JSX.Element;
@@ -19,5 +19,5 @@ interface IATextProps {
19
19
  */
20
20
  text?: string;
21
21
  }
22
- export declare const AText: (props: IATextProps) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const AText: (props: IATextProps) => React.JSX.Element;
23
23
  export {};