ados-rcm 1.0.13 → 1.0.14
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/AModule/AComponents/ACheckBox/ACheckBox.d.ts +1 -1
- package/dist/AModule/AComponents/AClock/AClock.d.ts +1 -1
- package/dist/AModule/AComponents/ADatePicker/ADatePicker.d.ts +1 -1
- package/dist/AModule/AComponents/ADatePicker/ADateRangePicker.d.ts +1 -1
- package/dist/AModule/AComponents/ADialog/ADialog.d.ts +1 -1
- package/dist/AModule/AComponents/AFileBox/AFileBox.d.ts +1 -1
- package/dist/AModule/AComponents/AFloatMenu/AFloatMenu.d.ts +1 -1
- package/dist/AModule/AComponents/AFrames/AFrames.d.ts +1 -1
- package/dist/AModule/AComponents/AIcon/AIcon.d.ts +1 -1
- package/dist/AModule/AComponents/AInput/AInput.d.ts +1 -1
- package/dist/AModule/AComponents/AListView/AListView.d.ts +3 -3
- package/dist/AModule/AComponents/ASelect/ASelect.d.ts +2 -2
- package/dist/AModule/AComponents/ASpace/ASpace.d.ts +1 -1
- package/dist/AModule/AComponents/AStepper/AStepper.d.ts +1 -1
- package/dist/AModule/AComponents/ASwitch/ASwitch.d.ts +1 -1
- package/dist/AModule/AComponents/ATab/ATab.d.ts +1 -1
- package/dist/AModule/AComponents/ATable/ATable.d.ts +1 -1
- package/dist/AModule/AComponents/ATable/ATableBody.d.ts +1 -1
- package/dist/AModule/AComponents/ATable/ATableFilter.d.ts +1 -1
- package/dist/AModule/AComponents/ATable/ATableFooter.d.ts +1 -1
- package/dist/AModule/AComponents/ATable/ATableHeader.d.ts +1 -1
- package/dist/AModule/AComponents/AText/AText.d.ts +1 -1
- package/dist/AModule/AComponents/ATextArea/ATextArea.d.ts +1 -1
- package/dist/AModule/AComponents/ATooltip/ATooltip.d.ts +1 -1
- package/dist/AModule/AComponents/ATree/ATree.d.ts +1 -1
- package/dist/AModule/AComponents/ATree/ATreeItem.d.ts +1 -1
- package/dist/AModule/AComponents/ATree/ATreeSearch.d.ts +1 -1
- package/dist/AModule/AComponents/AWrap/AWrap.d.ts +1 -1
- package/dist/index.cjs.js +14 -14
- package/dist/index.es.js +3173 -3162
- package/package.json +1 -1
|
@@ -31,4 +31,4 @@ export interface IACheckBoxProps extends IABaseProps {
|
|
|
31
31
|
* <ACheckBox useCheck={[useCheck, setUseCheck]} onClick={onClick} isDisabled={isDisabled} tooltip={isDisabled && 'CheckBox Disabled'} />
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
|
-
export declare const ACheckBox: (
|
|
34
|
+
export declare const ACheckBox: (props: IACheckBoxProps) => React.ReactNode;
|
|
@@ -72,4 +72,4 @@ export interface IAClockProps extends IAWrapProps, IABaseProps {
|
|
|
72
72
|
* <AButton onClick={onStopClick}>Stop</AButton>
|
|
73
73
|
* <AButton onClick={actionRef.current?.reset}>Reset</AButton>
|
|
74
74
|
*/
|
|
75
|
-
export declare const AClock: (
|
|
75
|
+
export declare const AClock: (props: IAClockProps) => React.ReactNode;
|
|
@@ -95,4 +95,4 @@ export interface IADatePickerProps {
|
|
|
95
95
|
* <AButton onClick={actionRef.current?.toggle}>Toggle</AButton>
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
|
-
export declare const ADatePicker: (
|
|
98
|
+
export declare const ADatePicker: (props: IADatePickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -39,4 +39,4 @@ export interface IADateRangePickerProps extends Omit<IADatePickerProps, 'useDate
|
|
|
39
39
|
* <AButton onClick={actionRef.current?.toggle}>Toggle</AButton>
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
|
-
export declare const ADateRangePicker: (
|
|
42
|
+
export declare const ADateRangePicker: (props: IADateRangePickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -136,4 +136,4 @@ export interface IADialogProps {
|
|
|
136
136
|
* <AButton onClick={actionRef.current?.close}>Close</AButton>
|
|
137
137
|
*
|
|
138
138
|
*/
|
|
139
|
-
export declare const ADialog: (
|
|
139
|
+
export declare const ADialog: (props: IADialogProps) => import("react").ReactPortal | null;
|
|
@@ -54,4 +54,4 @@ export interface IAFileBoxProps extends IABaseProps {
|
|
|
54
54
|
* if (case 1)
|
|
55
55
|
* <AFileBox useFile={[file, setFile]}/>
|
|
56
56
|
*/
|
|
57
|
-
export declare const AFileBox: (
|
|
57
|
+
export declare const AFileBox: (props: IAFileBoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -112,4 +112,4 @@ export interface IAFloatMenuProps {
|
|
|
112
112
|
* <div ref={anchorRef}>I am anchor</div>
|
|
113
113
|
* <AFloatMenu defs={defs} defaultDef={defaultDef} anchorRef={anchorRef}/>
|
|
114
114
|
*/
|
|
115
|
-
export declare const AFloatMenu: (
|
|
115
|
+
export declare const AFloatMenu: (props: IAFloatMenuProps) => import("react").ReactPortal | null;
|
|
@@ -49,5 +49,5 @@ interface IOverflowFrameProps extends IABaseProps {
|
|
|
49
49
|
* Long TextTextTextTextTextTextTextTextTextText
|
|
50
50
|
* </OverflowFrame>
|
|
51
51
|
*/
|
|
52
|
-
export declare const OverflowFrame: (
|
|
52
|
+
export declare const OverflowFrame: (props: IOverflowFrameProps) => import("react/jsx-runtime").JSX.Element;
|
|
53
53
|
export {};
|
|
@@ -21,7 +21,7 @@ export interface IAIconProps extends IASVGProps {
|
|
|
21
21
|
* if (case 1)
|
|
22
22
|
* <AIcon icon="Alert"/>
|
|
23
23
|
*/
|
|
24
|
-
export declare const AIcon: (
|
|
24
|
+
export declare const AIcon: (props: IAIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
25
|
declare const Icons: Readonly<{
|
|
26
26
|
ArrowDown: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
27
|
ArrowUp: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -101,4 +101,4 @@ export interface IAInputProps extends IABaseProps, IAWrapProps {
|
|
|
101
101
|
* if (case 1)
|
|
102
102
|
* <AInput useValue={[value, setValue]}/>
|
|
103
103
|
*/
|
|
104
|
-
export declare const AInput: (
|
|
104
|
+
export declare const AInput: (props: IAInputProps) => React.ReactNode;
|
|
@@ -26,7 +26,7 @@ export interface IAListViewContentProps<T extends IObject> {
|
|
|
26
26
|
*
|
|
27
27
|
* Description : item of AListView
|
|
28
28
|
*/
|
|
29
|
-
item
|
|
29
|
+
item?: T;
|
|
30
30
|
/**
|
|
31
31
|
* def : IAListViewDef<T>
|
|
32
32
|
*
|
|
@@ -71,7 +71,7 @@ export interface IAListViewProps<T extends IObject> extends IABaseProps {
|
|
|
71
71
|
*
|
|
72
72
|
* Description : item of AListView
|
|
73
73
|
*/
|
|
74
|
-
item
|
|
74
|
+
item?: T;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* AComponent : AListView
|
|
@@ -98,4 +98,4 @@ export interface IAListViewProps<T extends IObject> extends IABaseProps {
|
|
|
98
98
|
* if (case 2)
|
|
99
99
|
* <AListView defs={defs} item={user} defaultDef={defaultDef}/>
|
|
100
100
|
*/
|
|
101
|
-
export declare const AListView: <T extends IObject>(
|
|
101
|
+
export declare const AListView: <T extends IObject>(props: IAListViewProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -130,5 +130,5 @@ export interface IASelectProps<TItem, TGivenSelected, TSelected = TGivenSelected
|
|
|
130
130
|
* isSelectMulti/>
|
|
131
131
|
*
|
|
132
132
|
*/
|
|
133
|
-
export declare const ASelect: <TItem, TGivenSelected, TSelected = TGivenSelected extends TItem[] ? TItem[] : TItem | null>(
|
|
134
|
-
export declare const DefaultOptionRenderer: <T>(
|
|
133
|
+
export declare const ASelect: <TItem, TGivenSelected, TSelected = TGivenSelected extends TItem[] ? TItem[] : TItem | null>(props: IASelectProps<TItem, TGivenSelected, TSelected>) => React.ReactNode;
|
|
134
|
+
export declare const DefaultOptionRenderer: <T>(props: IASelectOptionRendererProps<T>) => React.ReactNode;
|
|
@@ -23,5 +23,5 @@ interface IASpaceProps extends HTMLAttributes<HTMLElement> {
|
|
|
23
23
|
* if (case 1)
|
|
24
24
|
* <ASpace h={10} w={10}/>
|
|
25
25
|
*/
|
|
26
|
-
export declare const ASpace: (
|
|
26
|
+
export declare const ASpace: (props: IASpaceProps) => React.ReactNode;
|
|
27
27
|
export {};
|
|
@@ -68,5 +68,5 @@ export interface IAStepperProps<T> {
|
|
|
68
68
|
* ContentRenderer={ContentRenderer}/>
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
|
-
export declare const AStepper: <T>(
|
|
71
|
+
export declare const AStepper: <T>(props: IAStepperProps<T>) => import("react/jsx-runtime").JSX.Element | null;
|
|
72
72
|
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: (
|
|
27
|
+
export declare const ASwitch: (props: ASwitchProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -72,4 +72,4 @@ export interface IATabProps<T> {
|
|
|
72
72
|
* <ATab options={options}
|
|
73
73
|
* type="Secondary"/>
|
|
74
74
|
*/
|
|
75
|
-
export declare const ATab: <T>(
|
|
75
|
+
export declare const ATab: <T>(props: IATabProps<T>) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -728,4 +728,4 @@ export interface IATableProps<T extends IItem> {
|
|
|
728
728
|
* filterationDefs={filterationDefs}
|
|
729
729
|
* usePagination={[defaultPagination, undefined]}/>
|
|
730
730
|
*/
|
|
731
|
-
export declare const ATable: <T extends IItem>(
|
|
731
|
+
export declare const ATable: <T extends IItem>(props: IATableProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -15,6 +15,6 @@ interface IATableBodyProps<T extends IItem> {
|
|
|
15
15
|
pagination: IATablePagination;
|
|
16
16
|
pagedItems: T[];
|
|
17
17
|
}
|
|
18
|
-
export declare const ATableBody: <T extends IItem>(
|
|
18
|
+
export declare const ATableBody: <T extends IItem>(props: IATableBodyProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
export declare const randomHexColor: (alpha?: number) => string;
|
|
20
20
|
export {};
|
|
@@ -8,5 +8,5 @@ interface IATableFilterProps<T extends IItem> {
|
|
|
8
8
|
filterF: IATableFilterF;
|
|
9
9
|
resources: typeof Resources.ATable;
|
|
10
10
|
}
|
|
11
|
-
export declare const ATableFilter: <T extends IItem>(
|
|
11
|
+
export declare const ATableFilter: <T extends IItem>(props: IATableFilterProps<T>) => import("react/jsx-runtime").JSX.Element | null;
|
|
12
12
|
export {};
|
|
@@ -11,4 +11,4 @@ export interface IATableFooterProps {
|
|
|
11
11
|
};
|
|
12
12
|
pagination: IATablePagination;
|
|
13
13
|
}
|
|
14
|
-
export declare const ATableFooter: (
|
|
14
|
+
export declare const ATableFooter: (props: IATableFooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -18,4 +18,4 @@ export interface IATableHeaderProps<T extends IItem> {
|
|
|
18
18
|
TopRightAddon?: React.ReactNode;
|
|
19
19
|
resources: typeof Resources.ATable;
|
|
20
20
|
}
|
|
21
|
-
export declare const ATableHeader: <T extends IItem>(
|
|
21
|
+
export declare const ATableHeader: <T extends IItem>(props: IATableHeaderProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -43,5 +43,5 @@ interface IATextProps {
|
|
|
43
43
|
* styled="text"
|
|
44
44
|
* style={{color: 'red'}}/>
|
|
45
45
|
*/
|
|
46
|
-
export declare const AText: (
|
|
46
|
+
export declare const AText: (props: IATextProps) => import("react/jsx-runtime").JSX.Element;
|
|
47
47
|
export {};
|
|
@@ -89,4 +89,4 @@ export interface IATextAreaProps extends IABaseProps, IAWrapProps {
|
|
|
89
89
|
* if (case 1)
|
|
90
90
|
* <ATextArea useValue={[value, setValue]}/>
|
|
91
91
|
*/
|
|
92
|
-
export declare const ATextArea: (
|
|
92
|
+
export declare const ATextArea: (props: IATextAreaProps) => React.ReactNode;
|
|
@@ -43,5 +43,5 @@ interface IATooltipProps {
|
|
|
43
43
|
*
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
|
-
export declare const ATooltip: (
|
|
46
|
+
export declare const ATooltip: (props: IATooltipProps) => import("react").ReactPortal | null;
|
|
47
47
|
export {};
|
|
@@ -202,4 +202,4 @@ export interface IATreeProps<T extends IATreeItem<T>> extends IABaseProps {
|
|
|
202
202
|
* useSearch={[searchResult, setSearchResult]}/>
|
|
203
203
|
*
|
|
204
204
|
*/
|
|
205
|
-
export declare const ATree: <T extends IATreeItem<T>>(
|
|
205
|
+
export declare const ATree: <T extends IATreeItem<T>>(props: IATreeProps<T>) => React.ReactNode;
|
|
@@ -33,5 +33,5 @@ declare enum EIndentState {
|
|
|
33
33
|
Expanded = "Expanded",
|
|
34
34
|
IsLast = "IsLast"
|
|
35
35
|
}
|
|
36
|
-
export declare const ATreeItem: <T extends IATreeItem<T>>(
|
|
36
|
+
export declare const ATreeItem: <T extends IATreeItem<T>>(props: IATreeItemProps<T>) => React.ReactNode;
|
|
37
37
|
export {};
|
|
@@ -7,5 +7,5 @@ interface IATreeSearchProps<T extends IATreeItem<T>> {
|
|
|
7
7
|
isDisabled?: boolean;
|
|
8
8
|
isLoading?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const ATreeSearch: <T extends IATreeItem<T>>(
|
|
10
|
+
export declare const ATreeSearch: <T extends IATreeItem<T>>(props: IATreeSearchProps<T>) => React.ReactNode;
|
|
11
11
|
export {};
|