ados-rcm 1.1.223 → 1.1.225
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/AIcon/AIcon.d.ts +3 -2
- package/dist/index.cjs.js +11 -11
- package/dist/index.es.js +132 -128
- package/package.json +1 -1
@@ -64,7 +64,7 @@ declare const Icons: Readonly<{
|
|
64
64
|
FileDownload: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
65
65
|
File: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
66
66
|
UnPlug: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
67
|
-
|
67
|
+
CloudSync: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
68
68
|
CalendarDay: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
69
69
|
DateRange: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
70
70
|
PlayArrow: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -112,7 +112,8 @@ declare const Icons: Readonly<{
|
|
112
112
|
Delete: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
113
113
|
Save: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
114
114
|
Remove: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
115
|
+
Sync: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
115
116
|
}>;
|
116
|
-
export declare const AIcons: ("ArrowDown" | "ArrowUp" | "Chat" | "Check.Checked" | "Check.Indeterminate" | "Check.UnChecked" | "CircledCheck" | "ClipBoard" | "Close" | "Document" | "Menu" | "Person" | "Reset" | "Search" | "Send" | "Spinner" | "Stop" | "TriangleAlert" | "Sun" | "Moon" | "CCTV" | "Convert" | "KeyboardArrowUp" | "KeyboardArrowDown" | "Alert" | "SortUp" | "SortDown" | "SortBoth" | "Favorite" | "FavoriteDisabled" | "Main" | "Frame" | "FileDownload" | "File" | "UnPlug" | "
|
117
|
+
export declare const AIcons: ("ArrowDown" | "ArrowUp" | "Chat" | "Check.Checked" | "Check.Indeterminate" | "Check.UnChecked" | "CircledCheck" | "ClipBoard" | "Close" | "Document" | "Menu" | "Person" | "Reset" | "Search" | "Send" | "Spinner" | "Stop" | "TriangleAlert" | "Sun" | "Moon" | "CCTV" | "Convert" | "KeyboardArrowUp" | "KeyboardArrowDown" | "Alert" | "SortUp" | "SortDown" | "SortBoth" | "Favorite" | "FavoriteDisabled" | "Main" | "Frame" | "FileDownload" | "File" | "UnPlug" | "CloudSync" | "CalendarDay" | "DateRange" | "PlayArrow" | "Mail" | "Download" | "Folder" | "FolderPost" | "FolderOpen" | "FolderCopy" | "FolderAdd" | "FolderMove" | "FirstPage" | "LastPage" | "NavigateBefore" | "NavigateNext" | "ListAdd" | "ListRemove" | "Cancel" | "Clear" | "Article" | "Info" | "Type" | "PersonAdd" | "CheckNormal" | "Create" | "PersonRemove" | "Refresh" | "Undo" | "Gear" | "TriangleUp" | "TriangleDown" | "HelpCircle" | "Cow" | "AlertCircle" | "Email" | "Manager" | "Equalizer" | "ABC" | "Auth" | "AuthAdd" | "Switch" | "Add" | "Edit" | "EditOff" | "Delete" | "Save" | "Remove" | "Sync")[];
|
117
118
|
export type TAIcons = (typeof AIcons)[number];
|
118
119
|
export {};
|