ados-rcm 1.1.383 → 1.1.385
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/AEditorLazy-DftOXlPU.js +6 -0
- package/dist/AEditorLazy-DsCbms9k.cjs +1 -0
- package/dist/AModule/AComponents/AEditor/AEditor.d.ts +3 -4
- package/dist/AModule/AComponents/AEditor/AEditorLazy.d.ts +2 -0
- package/dist/AModule/AComponents/AIcon/AIcon.d.ts +2 -1
- package/dist/index-D_xWjvU_.cjs +353 -0
- package/dist/index-pH4nOCz2.js +33872 -0
- package/dist/index.cjs.js +2 -352
- package/dist/index.es.js +131 -33744
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-D_xWjvU_.cjs"),o=require("react"),i=o.forwardRef((t,r)=>e.jsxRuntimeExports.jsx(e.ReactQuill,{ref:r,...t}));exports.AEditorLazy=i;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { default as React } from 'react';
|
1
2
|
import { default as ReactQuill } from 'react-quill-new';
|
2
3
|
import { TUseValues } from '../../AHooks/useValues';
|
3
4
|
import { IABaseProps } from '../ABase/ABase';
|
@@ -5,7 +6,7 @@ import { IAWrapProps } from '../AWrap/AWrap';
|
|
5
6
|
export type TAEditorType = 'Primary' | 'ReadOnly' | 'Raw' | 'Error';
|
6
7
|
export type TAEditorToolbarType = 'Default' | 'Title';
|
7
8
|
export type TAEditorSize = 'Med' | 'Large';
|
8
|
-
export type TAEditorLimitPosition = '
|
9
|
+
export type TAEditorLimitPosition = 'Top' | 'Bottom';
|
9
10
|
export interface IAEditorProps extends IABaseProps, IAWrapProps {
|
10
11
|
onEnterPress?: (value: string) => void;
|
11
12
|
type?: TAEditorType;
|
@@ -25,8 +26,6 @@ export interface IAEditorProps extends IABaseProps, IAWrapProps {
|
|
25
26
|
readOnly?: boolean;
|
26
27
|
limitPosition?: TAEditorLimitPosition;
|
27
28
|
maxLength?: number;
|
28
|
-
noLineBreak?: boolean;
|
29
|
-
singleLine?: boolean;
|
30
29
|
}
|
31
|
-
export declare const AEditor: (props: IAEditorProps) => React.ReactNode;
|
32
30
|
export declare const FileSizeTrans: (size: any) => string;
|
31
|
+
export declare const AEditor: React.MemoExoticComponent<(props: IAEditorProps) => React.ReactNode>;
|
@@ -109,6 +109,7 @@ export declare const Icons: Readonly<{
|
|
109
109
|
PersonRemove: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
110
110
|
Refresh: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
111
111
|
Undo: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
112
|
+
Return: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
112
113
|
Gear: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
113
114
|
TriangleUp: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
114
115
|
TriangleDown: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -149,6 +150,6 @@ export declare const Icons: Readonly<{
|
|
149
150
|
EditorArrow: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
150
151
|
Target: (props?: IASVGProps) => import("react/jsx-runtime").JSX.Element;
|
151
152
|
}>;
|
152
|
-
export declare const AIcons: ("ArrowDown" | "ArrowUp" | "Chat" | "Check.Checked" | "Check.Indeterminate" | "Check.UnChecked" | "CircleCheck" | "ClipBoard" | "Close" | "Document" | "Menu" | "Person" | "PersonOutline" | "Reset" | "Search" | "Send" | "Spinner" | "Stop" | "TriangleAlert" | "TriangleAlert2" | "Sun" | "Moon" | "CCTV" | "Convert" | "KeyboardArrowUp" | "KeyboardArrowDown" | "Alert" | "SortUp" | "SortDown" | "SortBoth" | "RowSortUp" | "RowSortDown" | "RowSortBoth" | "Favorite" | "FavoriteDisabled" | "Main" | "Frame" | "FileDownload" | "File" | "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" | "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")[];
|
153
|
+
export declare const AIcons: ("ArrowDown" | "ArrowUp" | "Chat" | "Check.Checked" | "Check.Indeterminate" | "Check.UnChecked" | "CircleCheck" | "ClipBoard" | "Close" | "Document" | "Menu" | "Person" | "PersonOutline" | "Reset" | "Search" | "Send" | "Spinner" | "Stop" | "TriangleAlert" | "TriangleAlert2" | "Sun" | "Moon" | "CCTV" | "Convert" | "KeyboardArrowUp" | "KeyboardArrowDown" | "Alert" | "SortUp" | "SortDown" | "SortBoth" | "RowSortUp" | "RowSortDown" | "RowSortBoth" | "Favorite" | "FavoriteDisabled" | "Main" | "Frame" | "FileDownload" | "File" | "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")[];
|
153
154
|
export type TIcons = keyof typeof Icons;
|
154
155
|
export {};
|