awing-library 2.1.2-dev.9 → 2.1.2-dev.90
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/esm/AWING/DataGrid/interface.d.ts +1 -1
- package/dist/esm/AWING/DateRangePicker/Container.d.ts +1 -1
- package/dist/esm/AWING/DropDownTreeSelect/components/TreeViewSearch.d.ts +10 -0
- package/dist/esm/AWING/DropDownTreeSelect/components/utils.d.ts +1 -0
- package/dist/esm/AWING/DropDownTreeSelect/index.d.ts +10 -0
- package/dist/esm/AWING/DropDownTreeSelect/type.d.ts +5 -0
- package/dist/esm/AWING/DropDownTreeSelect/utils.d.ts +16 -0
- package/dist/esm/AWING/PageManagement/interface.d.ts +1 -1
- package/dist/esm/AWING/PlaceFilter/interface.d.ts +1 -0
- package/dist/esm/AWING/TableEditable/interface.d.ts +5 -1
- package/dist/esm/AWING/TableEditableCollapsible/Container.d.ts +2 -0
- package/dist/esm/AWING/TableEditableCollapsible/components/TableCellEditable.d.ts +2 -0
- package/dist/esm/AWING/TableEditableCollapsible/components/TableEditableBody.d.ts +2 -0
- package/dist/esm/AWING/TableEditableCollapsible/components/TableHeader.d.ts +2 -0
- package/dist/esm/AWING/TableEditableCollapsible/components/TableRowEditable.d.ts +2 -0
- package/dist/esm/AWING/TableEditableCollapsible/components/TopBarActions.d.ts +2 -0
- package/dist/esm/AWING/TableEditableCollapsible/index.d.ts +6 -0
- package/dist/esm/AWING/TableEditableCollapsible/interface.d.ts +102 -0
- package/dist/esm/AWING/index.d.ts +4 -0
- package/dist/esm/Commons/Components/ClassicBaseDrawer.d.ts +1 -1
- package/dist/esm/Commons/Components/ClassicDrawer.d.ts +6 -3
- package/dist/esm/Commons/Components/Drawer.d.ts +9 -1
- package/dist/esm/Features/NOTIFICATION/FilterNotification/Constants.d.ts +6 -0
- package/dist/esm/Features/NOTIFICATION/FilterNotification/Container.d.ts +2 -0
- package/dist/esm/Features/NOTIFICATION/FilterNotification/CreateOrEdit.d.ts +2 -0
- package/dist/esm/Features/NOTIFICATION/FilterNotification/Services.d.ts +35 -0
- package/dist/esm/Features/NOTIFICATION/FilterNotification/context.d.ts +11 -0
- package/dist/esm/Features/NOTIFICATION/FilterNotification/index.d.ts +8 -0
- package/dist/esm/Features/NOTIFICATION/FilterNotification/types.d.ts +49 -0
- package/dist/esm/Features/NOTIFICATION/FilterNotification/utils.d.ts +7 -0
- package/dist/esm/Features/NOTIFICATION/NotificationConfig/Services.d.ts +5 -2
- package/dist/esm/Features/NOTIFICATION/NotificationConfig/types.d.ts +1 -0
- package/dist/esm/Features/NOTIFICATION/ObjectFilter/Services.d.ts +5 -5
- package/dist/esm/Features/NOTIFICATION/ObjectFilter/context.d.ts +0 -2
- package/dist/esm/Features/NOTIFICATION/ObjectFilter/index.d.ts +0 -1
- package/dist/esm/Features/NOTIFICATION/ObjectFilter/types.d.ts +1 -2
- package/dist/esm/Features/NOTIFICATION/ObjectFilter/utils.d.ts +1 -1
- package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/Services.d.ts +5 -2
- package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/types.d.ts +9 -8
- package/dist/esm/Features/NOTIFICATION/Template/Services.d.ts +11 -4
- package/dist/esm/Features/NOTIFICATION/Template/context.d.ts +0 -3
- package/dist/esm/Features/NOTIFICATION/Template/hooks/useCreateOrEdit.d.ts +5 -5
- package/dist/esm/Features/NOTIFICATION/Template/index.d.ts +1 -3
- package/dist/esm/Features/NOTIFICATION/Template/types.d.ts +5 -5
- package/dist/esm/Features/NOTIFICATION/components/TestingTool/types.d.ts +2 -0
- package/dist/esm/Features/NOTIFICATION/components/TestingTool/utils.d.ts +1 -0
- package/dist/esm/Features/NOTIFICATION/index.d.ts +1 -0
- package/dist/esm/Features/NOTIFICATION/types.d.ts +14 -0
- package/dist/esm/Features/SYSTEM/Directory/Services.d.ts +3 -2
- package/dist/esm/Features/SYSTEM/Directory/index.d.ts +1 -1
- package/dist/esm/Features/SYSTEM/Group/Services.d.ts +8 -6
- package/dist/esm/Features/SYSTEM/Group/types.d.ts +1 -0
- package/dist/esm/Features/SYSTEM/Role/Services.d.ts +8 -9
- package/dist/esm/Features/SYSTEM/Role/types.d.ts +1 -0
- package/dist/esm/Features/SYSTEM/RoleTag/Services.d.ts +8 -9
- package/dist/esm/Features/SYSTEM/RoleTag/types.d.ts +1 -0
- package/dist/esm/Features/SYSTEM/Schema/Atoms.d.ts +18 -3
- package/dist/esm/Features/SYSTEM/Schema/Services.d.ts +5 -8
- package/dist/esm/Features/SYSTEM/Schema/types.d.ts +1 -0
- package/dist/esm/Features/SYSTEM/Sharing/Types.d.ts +9 -5
- package/dist/esm/Features/SYSTEM/Sharing/Utils.d.ts +1 -0
- package/dist/esm/Features/SYSTEM/Sharing/index.d.ts +2 -0
- package/dist/esm/Features/SYSTEM/User/Services.d.ts +5 -2
- package/dist/esm/Features/SYSTEM/User/types.d.ts +1 -0
- package/dist/esm/Features/SYSTEM/Workflow/CreateOrEdit.d.ts +1 -1
- package/dist/esm/Features/SYSTEM/Workflow/container.d.ts +4 -2
- package/dist/esm/Features/SYSTEM/Workflow/index.d.ts +5 -3
- package/dist/esm/Features/SYSTEM/Workflow/types.d.ts +1 -0
- package/dist/esm/Features/SYSTEM/index.d.ts +1 -1
- package/dist/esm/Features/types.d.ts +18 -0
- package/dist/esm/Helpers/index.d.ts +1 -0
- package/dist/esm/Helpers/number.d.ts +2 -1
- package/dist/esm/Helpers/query.d.ts +161 -0
- package/dist/esm/index.js +2508 -784
- package/dist/esm/translate/resources/en/translation.json +9 -6
- package/dist/esm/translate/resources/id/translation.json +9 -6
- package/dist/esm/translate/resources/ja/translation.json +8 -5
- package/dist/esm/translate/resources/th/translation.json +8 -5
- package/dist/esm/translate/resources/vi/translation.json +11 -6
- package/dist/index.d.ts +426 -123
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import { IMultipleHierarchicalChoiceInput as IMultipleHierarchicalChoiceInput$1,
|
|
|
23
23
|
import { DataGridSortType as DataGridSortType$1 } from 'Commons/Enums';
|
|
24
24
|
import { DatePickerProps as DatePickerProps$1 } from '@mui/x-date-pickers/DatePicker';
|
|
25
25
|
import { Dayjs } from 'dayjs';
|
|
26
|
-
import { ObjectInputType, PagingQueryInput, EnumTypeConvert, DateTime, ObjectTypeCode, PagingType } from 'Features/types';
|
|
26
|
+
import { ObjectInputType, CustomPagingRequestInput, PagingQueryInput, EnumTypeConvert, DateTime, ObjectTypeCode, PagingType } from 'Features/types';
|
|
27
27
|
export { ObjectTypeCode, PagingQueryInput } from 'Features/types';
|
|
28
28
|
import { SchemaServices as SchemaServices$1 } from 'Features/SYSTEM/Schema';
|
|
29
29
|
import { CurrentWorkspace as CurrentWorkspace$1, Workspace as Workspace$4 } from 'Features/SYSTEM/types';
|
|
@@ -42,7 +42,7 @@ import * as i18next from 'i18next';
|
|
|
42
42
|
import { i18n as i18n$1 } from 'i18next';
|
|
43
43
|
import { Timestamp as Timestamp$1 } from 'Commons/Types';
|
|
44
44
|
import { ChannelType as ChannelType$1, ObjectConfigType, ContentType } from 'Features/NOTIFICATION/enums';
|
|
45
|
-
import { OutputFieldPermission as OutputFieldPermission$
|
|
45
|
+
import { OutputFieldPermission as OutputFieldPermission$4 } from 'Features/NOTIFICATION/SubscriptionConfig';
|
|
46
46
|
import { Atom } from 'jotai';
|
|
47
47
|
import { Directory as Directory$3 } from 'AWING/index';
|
|
48
48
|
import { DirectoryAddOrEditServices as DirectoryAddOrEditServices$1 } from 'AWING/DirectoryForm';
|
|
@@ -725,7 +725,7 @@ interface RowActionDefinition<T> {
|
|
|
725
725
|
/**
|
|
726
726
|
* Hành động thực hiện khi nhấn nút
|
|
727
727
|
*/
|
|
728
|
-
action(id: string | number): void;
|
|
728
|
+
action(id: string | number, row?: T): void;
|
|
729
729
|
isShouldHideActions?: (row: T) => boolean;
|
|
730
730
|
sx?: SxProps<Theme>;
|
|
731
731
|
}
|
|
@@ -874,7 +874,7 @@ interface DateRangePickerProps {
|
|
|
874
874
|
endDate: Date;
|
|
875
875
|
};
|
|
876
876
|
onChange: (dateRange: DateRange) => void;
|
|
877
|
-
textFieldProps?: Pick<TextFieldProps, 'size' | 'fullWidth' | 'classes' | 'className' | 'sx'>;
|
|
877
|
+
textFieldProps?: Pick<TextFieldProps, 'size' | 'fullWidth' | 'classes' | 'className' | 'sx' | 'required' | 'error' | 'helperText' | 'disabled'>;
|
|
878
878
|
options?: OptionsDateRangePickerProps;
|
|
879
879
|
variant?: 'standard' | 'outlined' | 'filled';
|
|
880
880
|
}
|
|
@@ -983,7 +983,7 @@ type DirectoryInput = ObjectInputType<{
|
|
|
983
983
|
|
|
984
984
|
declare const CreateDirectory: (props: DirectoryProps) => react_jsx_runtime.JSX.Element;
|
|
985
985
|
|
|
986
|
-
type ObjectDefinition$
|
|
986
|
+
type ObjectDefinition$5 = {
|
|
987
987
|
id?: number;
|
|
988
988
|
objectTypeCode?: string;
|
|
989
989
|
fieldName?: string;
|
|
@@ -996,34 +996,31 @@ type SchemaObjectDefinition = {
|
|
|
996
996
|
clone?: SchemaObjectDefinition;
|
|
997
997
|
id?: number;
|
|
998
998
|
isReadOnly?: boolean;
|
|
999
|
-
objectDefinition?: ObjectDefinition$
|
|
999
|
+
objectDefinition?: ObjectDefinition$5;
|
|
1000
1000
|
objectDefinitionId?: number;
|
|
1001
1001
|
schemaId?: number;
|
|
1002
1002
|
};
|
|
1003
|
-
type Schema
|
|
1003
|
+
type Schema = {
|
|
1004
1004
|
id?: number;
|
|
1005
1005
|
name?: string;
|
|
1006
1006
|
objectTypeCode?: string;
|
|
1007
1007
|
schemaObjectDefinitions?: Array<SchemaObjectDefinition>;
|
|
1008
1008
|
workspaceId?: number;
|
|
1009
1009
|
isRoot?: boolean;
|
|
1010
|
+
versionId?: number;
|
|
1010
1011
|
};
|
|
1011
|
-
type SchemaInput = ObjectInputType<Schema
|
|
1012
|
+
type SchemaInput = ObjectInputType<Schema>;
|
|
1012
1013
|
|
|
1013
1014
|
type SchemaServices = {
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
items: Schema$1[];
|
|
1015
|
+
getSchemas: (p?: {
|
|
1016
|
+
input: CustomPagingRequestInput;
|
|
1017
|
+
}) => Promise<{
|
|
1018
|
+
items: Schema[];
|
|
1019
1019
|
total: number;
|
|
1020
1020
|
}>;
|
|
1021
|
-
/** Get Schemas
|
|
1022
|
-
* @param p - PagingQueryInput<Schema> - Không truyền param sẽ lấy tất cả Schema
|
|
1023
|
-
*/
|
|
1024
1021
|
getSchemaById: (p: {
|
|
1025
1022
|
id: number;
|
|
1026
|
-
}) => Promise<Schema
|
|
1023
|
+
}) => Promise<Schema>;
|
|
1027
1024
|
/** Delete Schema */
|
|
1028
1025
|
deleteSchema: (p: {
|
|
1029
1026
|
id: number;
|
|
@@ -1031,8 +1028,8 @@ type SchemaServices = {
|
|
|
1031
1028
|
/** Get Object Definition
|
|
1032
1029
|
* @param p - PagingQueryInput<ObjectDefinition> - Không truyền param sẽ lấy tất cả ObjectDefinition
|
|
1033
1030
|
*/
|
|
1034
|
-
getObjectDefinitions: (p?: PagingQueryInput<ObjectDefinition$
|
|
1035
|
-
items: ObjectDefinition$
|
|
1031
|
+
getObjectDefinitions: (p?: PagingQueryInput<ObjectDefinition$5>) => Promise<{
|
|
1032
|
+
items: ObjectDefinition$5[];
|
|
1036
1033
|
total: number;
|
|
1037
1034
|
}>;
|
|
1038
1035
|
/** Creat new Schema */
|
|
@@ -1043,6 +1040,7 @@ type SchemaServices = {
|
|
|
1043
1040
|
updateSchema: (p: {
|
|
1044
1041
|
input: SchemaInput;
|
|
1045
1042
|
id: number;
|
|
1043
|
+
versionId?: number;
|
|
1046
1044
|
}) => Promise<void>;
|
|
1047
1045
|
};
|
|
1048
1046
|
|
|
@@ -1056,12 +1054,12 @@ type CurrentWorkspace = {
|
|
|
1056
1054
|
name?: string;
|
|
1057
1055
|
type?: string;
|
|
1058
1056
|
url?: string;
|
|
1059
|
-
defaultSchemas?: Schema
|
|
1057
|
+
defaultSchemas?: Schema[];
|
|
1060
1058
|
};
|
|
1061
1059
|
type Workspace$3 = {
|
|
1062
1060
|
customerId?: number;
|
|
1063
1061
|
customerType?: string;
|
|
1064
|
-
defaultSchemas?: Array<Schema
|
|
1062
|
+
defaultSchemas?: Array<Schema>;
|
|
1065
1063
|
description?: string;
|
|
1066
1064
|
id?: number;
|
|
1067
1065
|
isJoinNetwork?: boolean;
|
|
@@ -1542,7 +1540,7 @@ interface PageManagementProps<T> extends CombinedProps<T> {
|
|
|
1542
1540
|
loading: boolean;
|
|
1543
1541
|
onCreateButtonClick?: () => void;
|
|
1544
1542
|
onCreateFolderButtonClick?: () => void;
|
|
1545
|
-
onDelete?: (id: ReturnType<NonNullable<this['getRowId']
|
|
1543
|
+
onDelete?: (id: ReturnType<NonNullable<this['getRowId']>>, row?: T) => Promise<void>;
|
|
1546
1544
|
showNotificationSuccess?: () => void;
|
|
1547
1545
|
confirmDelete?: (f: () => void) => void;
|
|
1548
1546
|
customActions?: ReactNode;
|
|
@@ -1644,6 +1642,7 @@ interface IPlaceQuery {
|
|
|
1644
1642
|
total: number;
|
|
1645
1643
|
}>;
|
|
1646
1644
|
getPlacesByIds: (placeIds: string[]) => Promise<IPlace[]>;
|
|
1645
|
+
isSelectedAll?: boolean;
|
|
1647
1646
|
}
|
|
1648
1647
|
interface PlaceFilterProps extends IPlaceQuery {
|
|
1649
1648
|
filterFields: IFilterField[];
|
|
@@ -1724,11 +1723,93 @@ interface ChartContentProps<F> extends Pick<IStatisticsProps<F>, 'dataChart' | '
|
|
|
1724
1723
|
|
|
1725
1724
|
declare const StatisticsCommon: <F extends object = object>(props: IStatisticsProps<F>) => react_jsx_runtime.JSX.Element;
|
|
1726
1725
|
|
|
1726
|
+
type CellDefinition$1<T extends object> = FieldDefinitionProps$1<T> & {
|
|
1727
|
+
TableCellProps?: TableCellProps$1;
|
|
1728
|
+
isTooltip?: boolean;
|
|
1729
|
+
row?: Partial<T>;
|
|
1730
|
+
getTitleTooltip?: (value: T[keyof T]) => NonNullable<ReactNode>;
|
|
1731
|
+
};
|
|
1732
|
+
interface ColumnDefinition$1<T extends object> {
|
|
1733
|
+
headerName: ReactNode;
|
|
1734
|
+
/**
|
|
1735
|
+
* Độ rộng của cột
|
|
1736
|
+
*/
|
|
1737
|
+
width?: string | number;
|
|
1738
|
+
TableCellProps?: TableCellProps$1;
|
|
1739
|
+
editFieldDefinition?: CellDefinition$1<T>;
|
|
1740
|
+
isRowGroup?: boolean;
|
|
1741
|
+
contentGetter?: (obj: T, idx?: number) => ReactNode;
|
|
1742
|
+
fieldName?: string;
|
|
1743
|
+
isTooltip?: boolean;
|
|
1744
|
+
getTitleTooltip?: (value: T[keyof T]) => NonNullable<ReactNode>;
|
|
1745
|
+
}
|
|
1746
|
+
type TableEditableProps$1<T> = {
|
|
1747
|
+
columnDefinitions: Array<ColumnDefinition$1<Partial<T>>>;
|
|
1748
|
+
items: Array<Partial<T>>;
|
|
1749
|
+
onChange(newData: Array<Partial<T>>, dataValid: boolean, fieldName?: keyof T): void;
|
|
1750
|
+
getRowId?(obj: Partial<T>): number;
|
|
1751
|
+
selected?: number[];
|
|
1752
|
+
onSelectedChange?(ids: number[]): void;
|
|
1753
|
+
hideHeader?: boolean;
|
|
1754
|
+
onAddNew?(): void;
|
|
1755
|
+
includeDelete?: boolean;
|
|
1756
|
+
spanningRows?: ReactNode[];
|
|
1757
|
+
selectionActions?: SelectionActionDefinition[];
|
|
1758
|
+
mergeRowsBy?: string;
|
|
1759
|
+
observation?: {
|
|
1760
|
+
objObserve: Array<keyof T>;
|
|
1761
|
+
callback: (fieldName?: keyof T, columnValue?: unknown, index?: number) => void;
|
|
1762
|
+
}[];
|
|
1763
|
+
};
|
|
1764
|
+
interface TopBarActionsProps$1 {
|
|
1765
|
+
selected: number[];
|
|
1766
|
+
selectionActions?: SelectionActionDefinition[];
|
|
1767
|
+
}
|
|
1768
|
+
interface TableHeaderProps$1<T> {
|
|
1769
|
+
selected?: number[];
|
|
1770
|
+
onSelectedChange?: (selected: number[]) => void;
|
|
1771
|
+
numOfRows: number;
|
|
1772
|
+
onSelectAll: () => void;
|
|
1773
|
+
includeDelete?: boolean;
|
|
1774
|
+
columnDefinitions: Array<ColumnDefinition$1<Partial<T>>>;
|
|
1775
|
+
}
|
|
1776
|
+
interface TableEditableBodyProps$1<T> {
|
|
1777
|
+
items: Array<Partial<T>>;
|
|
1778
|
+
getId: (item: Partial<T>) => string | number | undefined;
|
|
1779
|
+
selected?: number[];
|
|
1780
|
+
onSelectedChange?: (selected: number[]) => void;
|
|
1781
|
+
onSelect: (id: number) => void;
|
|
1782
|
+
columnDefinitions: Array<ColumnDefinition$1<Partial<T>>>;
|
|
1783
|
+
dataValidation: Partial<{
|
|
1784
|
+
[K in keyof T]: boolean;
|
|
1785
|
+
}>[];
|
|
1786
|
+
includeDelete?: boolean;
|
|
1787
|
+
spanningRows?: ReactNode[];
|
|
1788
|
+
onChange: (indexes: number[], fieldName: keyof T, newValue: T[keyof T], valid: boolean) => void;
|
|
1789
|
+
onDelete: (rowIdx: number) => void;
|
|
1790
|
+
mergeRowsBy?: string;
|
|
1791
|
+
}
|
|
1792
|
+
interface TableCellEditableProps$1<T extends object> {
|
|
1793
|
+
cellDefinition: CellDefinition$1<T>;
|
|
1794
|
+
numOfRowSpan?: number;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
declare function TableEditable$1<T>(props: TableEditableProps$1<T>): react_jsx_runtime.JSX.Element;
|
|
1798
|
+
|
|
1799
|
+
declare function TableHeader$1<T>(props: TableHeaderProps$1<T>): react_jsx_runtime.JSX.Element;
|
|
1800
|
+
|
|
1801
|
+
declare function TableEditableBody$1<T>(props: TableEditableBodyProps$1<T>): react_jsx_runtime.JSX.Element;
|
|
1802
|
+
|
|
1803
|
+
declare function TableCellEditable$1<T extends object>(props: TableCellEditableProps$1<T>): react_jsx_runtime.JSX.Element;
|
|
1804
|
+
|
|
1805
|
+
declare function TopBarActions$1(props: TopBarActionsProps$1): react_jsx_runtime.JSX.Element;
|
|
1806
|
+
|
|
1727
1807
|
type CellDefinition<T extends object> = FieldDefinitionProps$1<T> & {
|
|
1728
1808
|
TableCellProps?: TableCellProps$1;
|
|
1729
1809
|
isTooltip?: boolean;
|
|
1730
1810
|
row?: Partial<T>;
|
|
1731
1811
|
getTitleTooltip?: (value: T[keyof T]) => NonNullable<ReactNode>;
|
|
1812
|
+
mdMaxWidth?: string | number;
|
|
1732
1813
|
};
|
|
1733
1814
|
interface ColumnDefinition<T extends object> {
|
|
1734
1815
|
headerName: ReactNode;
|
|
@@ -1742,12 +1823,14 @@ interface ColumnDefinition<T extends object> {
|
|
|
1742
1823
|
contentGetter?: (obj: T, idx?: number) => ReactNode;
|
|
1743
1824
|
fieldName?: string;
|
|
1744
1825
|
isTooltip?: boolean;
|
|
1826
|
+
label?: string;
|
|
1745
1827
|
getTitleTooltip?: (value: T[keyof T]) => NonNullable<ReactNode>;
|
|
1746
1828
|
}
|
|
1747
1829
|
type TableEditableProps<T> = {
|
|
1748
1830
|
columnDefinitions: Array<ColumnDefinition<Partial<T>>>;
|
|
1831
|
+
fieldDefinitions?: Array<ColumnDefinition<Partial<T>>>;
|
|
1749
1832
|
items: Array<Partial<T>>;
|
|
1750
|
-
onChange(newData: Array<Partial<T>>, dataValid: boolean): void;
|
|
1833
|
+
onChange(newData: Array<Partial<T>>, dataValid: boolean, fieldName?: keyof T): void;
|
|
1751
1834
|
getRowId?(obj: Partial<T>): number;
|
|
1752
1835
|
selected?: number[];
|
|
1753
1836
|
onSelectedChange?(ids: number[]): void;
|
|
@@ -1757,6 +1840,10 @@ type TableEditableProps<T> = {
|
|
|
1757
1840
|
spanningRows?: ReactNode[];
|
|
1758
1841
|
selectionActions?: SelectionActionDefinition[];
|
|
1759
1842
|
mergeRowsBy?: string;
|
|
1843
|
+
observation?: {
|
|
1844
|
+
objObserve: Array<keyof T>;
|
|
1845
|
+
callback: (fieldName?: keyof T, columnValue?: unknown, index?: number) => void;
|
|
1846
|
+
}[];
|
|
1760
1847
|
};
|
|
1761
1848
|
interface TopBarActionsProps {
|
|
1762
1849
|
selected: number[];
|
|
@@ -1777,6 +1864,7 @@ interface TableEditableBodyProps<T> {
|
|
|
1777
1864
|
onSelectedChange?: (selected: number[]) => void;
|
|
1778
1865
|
onSelect: (id: number) => void;
|
|
1779
1866
|
columnDefinitions: Array<ColumnDefinition<Partial<T>>>;
|
|
1867
|
+
fieldDefinitions?: Array<ColumnDefinition<Partial<T>>>;
|
|
1780
1868
|
dataValidation: Partial<{
|
|
1781
1869
|
[K in keyof T]: boolean;
|
|
1782
1870
|
}>[];
|
|
@@ -1788,7 +1876,12 @@ interface TableEditableBodyProps<T> {
|
|
|
1788
1876
|
}
|
|
1789
1877
|
interface TableCellEditableProps<T extends object> {
|
|
1790
1878
|
cellDefinition: CellDefinition<T>;
|
|
1879
|
+
isContainer?: boolean;
|
|
1880
|
+
isShowCollapsible?: boolean;
|
|
1881
|
+
isCollapsed?: boolean;
|
|
1791
1882
|
numOfRowSpan?: number;
|
|
1883
|
+
onToggleCollapsible?: () => void;
|
|
1884
|
+
mdMaxWidth?: string | number;
|
|
1792
1885
|
}
|
|
1793
1886
|
|
|
1794
1887
|
declare function TableEditable<T>(props: TableEditableProps<T>): react_jsx_runtime.JSX.Element;
|
|
@@ -1840,13 +1933,20 @@ interface ModalDrawerProps extends Omit<DrawerBaseProps, 'open'> {
|
|
|
1840
1933
|
onSubmit?: () => Promise<any> | void;
|
|
1841
1934
|
onClose?: () => void;
|
|
1842
1935
|
}
|
|
1936
|
+
interface DrawerHandle {
|
|
1937
|
+
handleClose: () => void;
|
|
1938
|
+
handleSubmit: () => void;
|
|
1939
|
+
closeDrawer: (action?: string) => void;
|
|
1940
|
+
}
|
|
1843
1941
|
declare const enum CloseAction {
|
|
1844
1942
|
Reload = "Reload",
|
|
1845
1943
|
Close = "Close",
|
|
1846
1944
|
ReloadDirectory = "ReloadDirectory"
|
|
1847
1945
|
}
|
|
1848
1946
|
|
|
1849
|
-
declare const DrawerWrapper: (props: ModalDrawerProps
|
|
1947
|
+
declare const DrawerWrapper: (props: ModalDrawerProps & {
|
|
1948
|
+
ref?: React__default.Ref<DrawerHandle>;
|
|
1949
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1850
1950
|
|
|
1851
1951
|
interface EnhancedDialogProps {
|
|
1852
1952
|
title?: string;
|
|
@@ -1931,7 +2031,7 @@ type Timestamp = {
|
|
|
1931
2031
|
seconds: number;
|
|
1932
2032
|
nanos?: number;
|
|
1933
2033
|
};
|
|
1934
|
-
type ObjectDefinition$
|
|
2034
|
+
type ObjectDefinition$4 = {
|
|
1935
2035
|
id: number;
|
|
1936
2036
|
objectTypeCode?: string;
|
|
1937
2037
|
fieldName?: string;
|
|
@@ -2082,7 +2182,7 @@ interface PagedList_1OfNotificationMessage {
|
|
|
2082
2182
|
|
|
2083
2183
|
declare const Notifications: (props: LayoutNotificationProps) => react_jsx_runtime.JSX.Element;
|
|
2084
2184
|
|
|
2085
|
-
type NotificationConfigDetail$
|
|
2185
|
+
type NotificationConfigDetail$1 = {
|
|
2086
2186
|
channelType?: string;
|
|
2087
2187
|
email?: string;
|
|
2088
2188
|
objectFilterId?: number;
|
|
@@ -2097,7 +2197,7 @@ type SubscriptionConfig$1 = {
|
|
|
2097
2197
|
id: number;
|
|
2098
2198
|
name?: string;
|
|
2099
2199
|
objectType: string;
|
|
2100
|
-
outputFieldPermission?: OutputFieldPermission$
|
|
2200
|
+
outputFieldPermission?: OutputFieldPermission$4;
|
|
2101
2201
|
scheduleExpression: string;
|
|
2102
2202
|
scheduleIntervalDaysOfMonth?: string;
|
|
2103
2203
|
scheduleIntervalDaysOfWeek?: string;
|
|
@@ -2144,7 +2244,7 @@ type UserGroup = {
|
|
|
2144
2244
|
description?: string;
|
|
2145
2245
|
id: number;
|
|
2146
2246
|
name?: string;
|
|
2147
|
-
notificationConfigDetails: Array<NotificationConfigDetail$
|
|
2247
|
+
notificationConfigDetails: Array<NotificationConfigDetail$1>;
|
|
2148
2248
|
roleAuthens: Array<RoleAuthen>;
|
|
2149
2249
|
subscriptionConfigDetails: Array<SubscriptionConfigDetail$3>;
|
|
2150
2250
|
userGroupDetails: Array<UserGroupDetail>;
|
|
@@ -2157,8 +2257,8 @@ type ObjectFilter$2 = {
|
|
|
2157
2257
|
logicalExpression?: string;
|
|
2158
2258
|
objectTypeCode?: string;
|
|
2159
2259
|
name?: string;
|
|
2160
|
-
notificationConfigDetails?: Array<NotificationConfigDetail$
|
|
2161
|
-
outputFieldPermission?: OutputFieldPermission$
|
|
2260
|
+
notificationConfigDetails?: Array<NotificationConfigDetail$1>;
|
|
2261
|
+
outputFieldPermission?: OutputFieldPermission$4;
|
|
2162
2262
|
subscriptionConfigDetails?: Array<SubscriptionConfigDetail$3>;
|
|
2163
2263
|
workspaceSharings?: Array<WorkspaceSharing$1>;
|
|
2164
2264
|
};
|
|
@@ -2179,18 +2279,18 @@ type WorkflowState$1 = {
|
|
|
2179
2279
|
value?: number;
|
|
2180
2280
|
workflowId?: number;
|
|
2181
2281
|
};
|
|
2182
|
-
type ObjectDefinition$
|
|
2282
|
+
type ObjectDefinition$3 = {
|
|
2183
2283
|
fieldName?: string;
|
|
2184
2284
|
fieldPath?: string;
|
|
2185
|
-
|
|
2285
|
+
baseObjectTypeCode?: string;
|
|
2186
2286
|
};
|
|
2187
|
-
type ObjectDefinitionWithPermission$
|
|
2287
|
+
type ObjectDefinitionWithPermission$3 = {
|
|
2188
2288
|
permission?: number;
|
|
2189
|
-
objectDefinition?: ObjectDefinition$
|
|
2289
|
+
objectDefinition?: ObjectDefinition$3;
|
|
2190
2290
|
};
|
|
2191
|
-
type OutputFieldPermission$
|
|
2291
|
+
type OutputFieldPermission$3 = {
|
|
2192
2292
|
currentWorkflowState?: WorkflowState$1;
|
|
2193
|
-
objectDefinitionWithPermissions?: Array<ObjectDefinitionWithPermission$
|
|
2293
|
+
objectDefinitionWithPermissions?: Array<ObjectDefinitionWithPermission$3>;
|
|
2194
2294
|
targetWorkflowStates?: Array<WorkflowState$1>;
|
|
2195
2295
|
};
|
|
2196
2296
|
type SubscriptionConfigDetail$2 = {
|
|
@@ -2207,7 +2307,7 @@ type SubscriptionConfigDetail$2 = {
|
|
|
2207
2307
|
type SubscriptionConfigsType = {
|
|
2208
2308
|
id?: number;
|
|
2209
2309
|
name?: string;
|
|
2210
|
-
|
|
2310
|
+
baseObjectType?: string;
|
|
2211
2311
|
scheduleExpression?: string;
|
|
2212
2312
|
scheduleIntervalDaysOfMonth?: string;
|
|
2213
2313
|
scheduleIntervalDaysOfWeek?: string;
|
|
@@ -2218,7 +2318,8 @@ type SubscriptionConfigsType = {
|
|
|
2218
2318
|
status?: boolean;
|
|
2219
2319
|
scheduleType?: ScheduleType;
|
|
2220
2320
|
details?: Array<SubscriptionConfigDetail$2>;
|
|
2221
|
-
outputFieldPermission?: OutputFieldPermission$
|
|
2321
|
+
outputFieldPermission?: OutputFieldPermission$3;
|
|
2322
|
+
versionId?: number;
|
|
2222
2323
|
};
|
|
2223
2324
|
type SubscriptionConfigDetailRequestGqlInput = {
|
|
2224
2325
|
channelType?: string;
|
|
@@ -2235,7 +2336,7 @@ type KeyValueSubscriptionConfigDetailRequestGqlInput = {
|
|
|
2235
2336
|
};
|
|
2236
2337
|
type SubscriptionConfigRequestGqlInput = {
|
|
2237
2338
|
name?: string;
|
|
2238
|
-
|
|
2339
|
+
baseObjectType?: string;
|
|
2239
2340
|
scheduleExpression?: string;
|
|
2240
2341
|
scheduleIntervalDaysOfMonth?: string;
|
|
2241
2342
|
scheduleIntervalDaysOfWeek?: string;
|
|
@@ -2251,7 +2352,9 @@ type SubscriptionConfigRequestGqlInput = {
|
|
|
2251
2352
|
};
|
|
2252
2353
|
|
|
2253
2354
|
type SubscriptionConfigServices = {
|
|
2254
|
-
getSubscriptionConfigs: (p
|
|
2355
|
+
getSubscriptionConfigs: (p: {
|
|
2356
|
+
input: CustomPagingRequestInput;
|
|
2357
|
+
}) => Promise<{
|
|
2255
2358
|
items: SubscriptionConfigsType[];
|
|
2256
2359
|
total: number;
|
|
2257
2360
|
}>;
|
|
@@ -2267,6 +2370,7 @@ type SubscriptionConfigServices = {
|
|
|
2267
2370
|
updateSubscriptionConfig: (p: {
|
|
2268
2371
|
input: SubscriptionConfigRequestGqlInput;
|
|
2269
2372
|
id: number;
|
|
2373
|
+
versionId?: number;
|
|
2270
2374
|
}) => Promise<void>;
|
|
2271
2375
|
getObjectFilter: () => Promise<{
|
|
2272
2376
|
items: ObjectFilter$2[];
|
|
@@ -2291,15 +2395,6 @@ declare function SubscriptionConfig(props: {
|
|
|
2291
2395
|
objectTypeCodes: ObjectTypeCode[];
|
|
2292
2396
|
}): react_jsx_runtime.JSX.Element;
|
|
2293
2397
|
|
|
2294
|
-
type NotificationConfig$1 = {
|
|
2295
|
-
id?: number;
|
|
2296
|
-
name?: string;
|
|
2297
|
-
baseObjectType?: string;
|
|
2298
|
-
transactionType?: string;
|
|
2299
|
-
status?: boolean;
|
|
2300
|
-
details?: Array<NotificationConfigDetail$2>;
|
|
2301
|
-
outputFieldPermission?: OutputFieldPermission$2;
|
|
2302
|
-
};
|
|
2303
2398
|
declare enum ChannelType {
|
|
2304
2399
|
Email = "EMAIL",
|
|
2305
2400
|
InApp = "IN_APP",
|
|
@@ -2334,12 +2429,15 @@ type NotificationConfigType = {
|
|
|
2334
2429
|
baseObjectType?: string;
|
|
2335
2430
|
transactionType?: string;
|
|
2336
2431
|
status?: boolean;
|
|
2337
|
-
details?: NotificationConfigDetail$
|
|
2338
|
-
outputFieldPermission?: OutputFieldPermission$
|
|
2432
|
+
details?: NotificationConfigDetail$1[];
|
|
2433
|
+
outputFieldPermission?: OutputFieldPermission$3;
|
|
2434
|
+
versionId?: number;
|
|
2339
2435
|
};
|
|
2340
2436
|
|
|
2341
2437
|
type NotificationConfigServices = {
|
|
2342
|
-
getNotificationConfigs: (p
|
|
2438
|
+
getNotificationConfigs: (p: {
|
|
2439
|
+
input: CustomPagingRequestInput;
|
|
2440
|
+
}) => Promise<{
|
|
2343
2441
|
items: NotificationConfigType[];
|
|
2344
2442
|
total: number;
|
|
2345
2443
|
}>;
|
|
@@ -2371,6 +2469,7 @@ type NotificationConfigServices = {
|
|
|
2371
2469
|
updateNotificationConfig: (p: {
|
|
2372
2470
|
notificationConfig: NotificationConfigInput;
|
|
2373
2471
|
id: number;
|
|
2472
|
+
versionId?: number;
|
|
2374
2473
|
}) => Promise<void>;
|
|
2375
2474
|
};
|
|
2376
2475
|
|
|
@@ -2380,21 +2479,21 @@ type NotificationConfigProps = NotificationConfigServices & {
|
|
|
2380
2479
|
};
|
|
2381
2480
|
declare function NotificationConfig(props: NotificationConfigProps): react_jsx_runtime.JSX.Element;
|
|
2382
2481
|
|
|
2383
|
-
type NotificationConfigDetail
|
|
2482
|
+
type NotificationConfigDetail = {
|
|
2384
2483
|
id?: number;
|
|
2385
2484
|
};
|
|
2386
|
-
type ObjectDefinition$
|
|
2485
|
+
type ObjectDefinition$2 = {
|
|
2387
2486
|
fieldName?: string;
|
|
2388
2487
|
fieldPath?: string;
|
|
2389
2488
|
id?: number;
|
|
2390
2489
|
objectTypeCode?: string;
|
|
2391
2490
|
};
|
|
2392
|
-
type ObjectDefinitionWithPermission$
|
|
2393
|
-
objectDefinition?: ObjectDefinition$
|
|
2491
|
+
type ObjectDefinitionWithPermission$2 = {
|
|
2492
|
+
objectDefinition?: ObjectDefinition$2;
|
|
2394
2493
|
permission?: number;
|
|
2395
2494
|
};
|
|
2396
|
-
type OutputFieldPermission$
|
|
2397
|
-
objectDefinitionWithPermissions?: Array<ObjectDefinitionWithPermission$
|
|
2495
|
+
type OutputFieldPermission$2 = {
|
|
2496
|
+
objectDefinitionWithPermissions?: Array<ObjectDefinitionWithPermission$2>;
|
|
2398
2497
|
};
|
|
2399
2498
|
type SubscriptionConfigDetail$1 = {
|
|
2400
2499
|
id?: number;
|
|
@@ -2403,24 +2502,23 @@ type WorkspaceSharing = {
|
|
|
2403
2502
|
id?: number;
|
|
2404
2503
|
};
|
|
2405
2504
|
type ObjectFilter$1 = {
|
|
2406
|
-
configType?: string;
|
|
2407
2505
|
directoryPath?: string;
|
|
2408
2506
|
id?: number;
|
|
2409
2507
|
logicalExpression?: string;
|
|
2410
2508
|
name?: string;
|
|
2411
2509
|
objectTypeCode?: string;
|
|
2412
|
-
outputFieldPermission?: OutputFieldPermission$
|
|
2413
|
-
notificationConfigDetails?: Array<NotificationConfigDetail
|
|
2510
|
+
outputFieldPermission?: OutputFieldPermission$2;
|
|
2511
|
+
notificationConfigDetails?: Array<NotificationConfigDetail>;
|
|
2414
2512
|
subscriptionConfigDetails?: Array<SubscriptionConfigDetail$1>;
|
|
2415
2513
|
workspaceSharings?: Array<WorkspaceSharing>;
|
|
2514
|
+
versionId?: number;
|
|
2416
2515
|
};
|
|
2417
2516
|
type ObjectFilterInput = {
|
|
2418
|
-
configType?: string;
|
|
2419
2517
|
logicalExpression?: string;
|
|
2420
2518
|
name?: string;
|
|
2421
2519
|
objectTypeCode?: string;
|
|
2422
2520
|
};
|
|
2423
|
-
type LogicExpressionsStructure = {
|
|
2521
|
+
type LogicExpressionsStructure$1 = {
|
|
2424
2522
|
objectStructures?: {
|
|
2425
2523
|
[key: string]: ObjectStructure$1[];
|
|
2426
2524
|
};
|
|
@@ -2428,10 +2526,9 @@ type LogicExpressionsStructure = {
|
|
|
2428
2526
|
};
|
|
2429
2527
|
|
|
2430
2528
|
type ObjectFilterServices = {
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
getObjectFilters: (p: PagingQueryInput<ObjectFilter$1>) => Promise<{
|
|
2529
|
+
getObjectFilters: (p: {
|
|
2530
|
+
input: CustomPagingRequestInput;
|
|
2531
|
+
}) => Promise<{
|
|
2435
2532
|
items: ObjectFilter$1[];
|
|
2436
2533
|
totalCount: number;
|
|
2437
2534
|
}>;
|
|
@@ -2453,18 +2550,104 @@ type ObjectFilterServices = {
|
|
|
2453
2550
|
updateObjectFilter: (p: {
|
|
2454
2551
|
input: ObjectFilterInput;
|
|
2455
2552
|
id: number;
|
|
2553
|
+
versionId?: number;
|
|
2456
2554
|
}) => Promise<void>;
|
|
2457
2555
|
};
|
|
2458
2556
|
|
|
2459
|
-
declare const NotificationFilter: (props: ObjectFilterServices & {
|
|
2557
|
+
declare const NotificationFilter$1: (props: ObjectFilterServices & {
|
|
2460
2558
|
objectTyeCodes: EnumTypeConvert[];
|
|
2461
|
-
|
|
2462
|
-
logicExpressionsStructure: LogicExpressionsStructure;
|
|
2559
|
+
logicExpressionsStructure: LogicExpressionsStructure$1;
|
|
2463
2560
|
}) => react_jsx_runtime.JSX.Element;
|
|
2464
2561
|
|
|
2465
|
-
type
|
|
2562
|
+
type GraphQLQuery = {
|
|
2563
|
+
id?: number;
|
|
2564
|
+
name?: string;
|
|
2565
|
+
baseObjectType?: string;
|
|
2566
|
+
directoryPath?: string;
|
|
2567
|
+
queryString?: string;
|
|
2568
|
+
resultExpression?: string;
|
|
2569
|
+
graphqlVariables?: {
|
|
2570
|
+
id?: string;
|
|
2571
|
+
name?: string;
|
|
2572
|
+
type?: string;
|
|
2573
|
+
value?: string;
|
|
2574
|
+
};
|
|
2575
|
+
};
|
|
2576
|
+
|
|
2577
|
+
type ObjectDefinition$1 = {
|
|
2578
|
+
fieldName?: string;
|
|
2579
|
+
fieldPath?: string;
|
|
2466
2580
|
id?: number;
|
|
2581
|
+
objectTypeCode?: string;
|
|
2467
2582
|
};
|
|
2583
|
+
type ObjectDefinitionWithPermission$1 = {
|
|
2584
|
+
objectDefinition?: ObjectDefinition$1;
|
|
2585
|
+
permission?: number;
|
|
2586
|
+
};
|
|
2587
|
+
type OutputFieldPermission$1 = {
|
|
2588
|
+
objectDefinitionWithPermissions?: Array<ObjectDefinitionWithPermission$1>;
|
|
2589
|
+
};
|
|
2590
|
+
type NotificationFilter = {
|
|
2591
|
+
directoryPath?: string;
|
|
2592
|
+
id?: number;
|
|
2593
|
+
graphQLQuery?: GraphQLQuery;
|
|
2594
|
+
logicalExpression?: string;
|
|
2595
|
+
name?: string;
|
|
2596
|
+
outputFieldPermission?: OutputFieldPermission$1;
|
|
2597
|
+
versionId?: number;
|
|
2598
|
+
};
|
|
2599
|
+
type NotificationFilterInput = {
|
|
2600
|
+
graphqlQueryId?: number;
|
|
2601
|
+
id?: number;
|
|
2602
|
+
logicalExpression?: string;
|
|
2603
|
+
name?: string;
|
|
2604
|
+
parentDirectoryPath?: string;
|
|
2605
|
+
sagaTransactionId?: number;
|
|
2606
|
+
};
|
|
2607
|
+
type LogicExpressionsStructure = {
|
|
2608
|
+
objectStructures?: {
|
|
2609
|
+
[key: string]: ObjectStructure$1[];
|
|
2610
|
+
};
|
|
2611
|
+
functionStructures?: FunctionStructure$1[];
|
|
2612
|
+
};
|
|
2613
|
+
|
|
2614
|
+
type NotificationFilterServices = {
|
|
2615
|
+
getNotificationFilters: (p: {
|
|
2616
|
+
input: CustomPagingRequestInput;
|
|
2617
|
+
}) => Promise<{
|
|
2618
|
+
items: NotificationFilter[];
|
|
2619
|
+
totalCount: number;
|
|
2620
|
+
}>;
|
|
2621
|
+
/** Delete */
|
|
2622
|
+
deleteNotificationFilter: (p: {
|
|
2623
|
+
id: number;
|
|
2624
|
+
}) => Promise<void>;
|
|
2625
|
+
/** Get by Id */
|
|
2626
|
+
getNotificationFilterById: (p: {
|
|
2627
|
+
id: number;
|
|
2628
|
+
}) => Promise<{
|
|
2629
|
+
notificationFilter?: NotificationFilter;
|
|
2630
|
+
}>;
|
|
2631
|
+
/** Create */
|
|
2632
|
+
createNotificationFilter: (p: {
|
|
2633
|
+
input: NotificationFilterInput;
|
|
2634
|
+
}) => Promise<void>;
|
|
2635
|
+
/** Update */
|
|
2636
|
+
updateNotificationFilter: (p: {
|
|
2637
|
+
input: NotificationFilterInput;
|
|
2638
|
+
id: number;
|
|
2639
|
+
versionId?: number;
|
|
2640
|
+
}) => Promise<void>;
|
|
2641
|
+
getGraphQLQueries: (p: CustomPagingRequestInput) => Promise<{
|
|
2642
|
+
items: GraphQLQuery[];
|
|
2643
|
+
totalCount: number;
|
|
2644
|
+
}>;
|
|
2645
|
+
};
|
|
2646
|
+
|
|
2647
|
+
declare const FilterNotification: (props: NotificationFilterServices & {
|
|
2648
|
+
logicExpressionsStructure: LogicExpressionsStructure;
|
|
2649
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
2650
|
+
|
|
2468
2651
|
type SchemaDetail = {
|
|
2469
2652
|
id?: number;
|
|
2470
2653
|
};
|
|
@@ -2485,9 +2668,6 @@ type ObjectDefinitionWithPermission = {
|
|
|
2485
2668
|
type OutputFieldPermission = {
|
|
2486
2669
|
objectDefinitionWithPermissions?: Array<ObjectDefinitionWithPermission>;
|
|
2487
2670
|
};
|
|
2488
|
-
type Schema = {
|
|
2489
|
-
id?: number;
|
|
2490
|
-
};
|
|
2491
2671
|
type SubscriptionConfigDetail = {
|
|
2492
2672
|
id?: number;
|
|
2493
2673
|
};
|
|
@@ -2498,13 +2678,12 @@ type Template$1 = {
|
|
|
2498
2678
|
contentType?: string;
|
|
2499
2679
|
id?: number;
|
|
2500
2680
|
name?: string;
|
|
2501
|
-
|
|
2502
|
-
|
|
2681
|
+
graphQLQuery?: GraphQLQuery;
|
|
2682
|
+
graphqlQueryId?: number;
|
|
2503
2683
|
outputFieldPermission?: OutputFieldPermission;
|
|
2504
|
-
schema?: Schema;
|
|
2505
|
-
schemaId?: number;
|
|
2506
2684
|
subscriptionConfigDetails?: Array<SubscriptionConfigDetail>;
|
|
2507
2685
|
title?: string;
|
|
2686
|
+
versionId?: number;
|
|
2508
2687
|
};
|
|
2509
2688
|
type TemplateInput = {
|
|
2510
2689
|
channelType?: string;
|
|
@@ -2512,7 +2691,7 @@ type TemplateInput = {
|
|
|
2512
2691
|
content?: string;
|
|
2513
2692
|
contentType?: string;
|
|
2514
2693
|
name?: string;
|
|
2515
|
-
|
|
2694
|
+
graphqlQueryId?: number;
|
|
2516
2695
|
schemaId?: number;
|
|
2517
2696
|
title?: string;
|
|
2518
2697
|
};
|
|
@@ -2528,7 +2707,9 @@ type TemplateServices = {
|
|
|
2528
2707
|
/** Get Roles
|
|
2529
2708
|
* @param p - PagingQueryInput<Role> - Không truyền param sẽ lấy tất cả Role
|
|
2530
2709
|
*/
|
|
2531
|
-
getTemplates: (p
|
|
2710
|
+
getTemplates: (p: {
|
|
2711
|
+
input: CustomPagingRequestInput;
|
|
2712
|
+
}) => Promise<{
|
|
2532
2713
|
items: Template$1[];
|
|
2533
2714
|
totalCount: number;
|
|
2534
2715
|
}>;
|
|
@@ -2544,8 +2725,7 @@ type TemplateServices = {
|
|
|
2544
2725
|
id: number;
|
|
2545
2726
|
}) => Promise<Template$1>;
|
|
2546
2727
|
getObjectDefinitions: (p?: PagingQueryInput<ObjectDefinition>) => Promise<{
|
|
2547
|
-
|
|
2548
|
-
totalCount: number;
|
|
2728
|
+
data: ObjectDefinition[];
|
|
2549
2729
|
}>;
|
|
2550
2730
|
createTemplate: (p: {
|
|
2551
2731
|
input: TemplateInput;
|
|
@@ -2553,12 +2733,16 @@ type TemplateServices = {
|
|
|
2553
2733
|
updateTemplate: (p: {
|
|
2554
2734
|
input: TemplateInput;
|
|
2555
2735
|
id: number;
|
|
2736
|
+
versionId?: number;
|
|
2556
2737
|
}) => Promise<void>;
|
|
2738
|
+
getGraphQLQueries: (p: CustomPagingRequestInput) => Promise<{
|
|
2739
|
+
items: GraphQLQuery[];
|
|
2740
|
+
totalCount: number;
|
|
2741
|
+
}>;
|
|
2557
2742
|
};
|
|
2558
2743
|
|
|
2559
2744
|
type TemplateProps = {
|
|
2560
2745
|
services: TemplateServices;
|
|
2561
|
-
objectTypeCodes: ObjectTypeCode[];
|
|
2562
2746
|
};
|
|
2563
2747
|
declare function Template(props: TemplateProps): react_jsx_runtime.JSX.Element;
|
|
2564
2748
|
|
|
@@ -2567,6 +2751,7 @@ type RoleTag$3 = {
|
|
|
2567
2751
|
id?: number;
|
|
2568
2752
|
name?: string;
|
|
2569
2753
|
workspaceId?: number;
|
|
2754
|
+
versionId?: number;
|
|
2570
2755
|
};
|
|
2571
2756
|
type Role$1 = Role;
|
|
2572
2757
|
type RoleTagInput = {
|
|
@@ -2579,17 +2764,15 @@ type RoleTagInput = {
|
|
|
2579
2764
|
};
|
|
2580
2765
|
|
|
2581
2766
|
type RoleTagServices = {
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
getRoles: (p?: PagingQueryInput<Role$1>) => Promise<{
|
|
2767
|
+
getRoles: (p?: {
|
|
2768
|
+
input: CustomPagingRequestInput;
|
|
2769
|
+
}) => Promise<{
|
|
2586
2770
|
roles: Role$1[];
|
|
2587
2771
|
total: number;
|
|
2588
2772
|
}>;
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
getRoleTags: (p?: PagingQueryInput<RoleTag$3>) => Promise<{
|
|
2773
|
+
getRoleTags: (p?: {
|
|
2774
|
+
input: CustomPagingRequestInput;
|
|
2775
|
+
}) => Promise<{
|
|
2593
2776
|
roleTags: RoleTag$3[];
|
|
2594
2777
|
total: number;
|
|
2595
2778
|
}>;
|
|
@@ -2608,6 +2791,7 @@ type RoleTagServices = {
|
|
|
2608
2791
|
updateRoleTag: (p: {
|
|
2609
2792
|
input: RoleTagInput;
|
|
2610
2793
|
id: number;
|
|
2794
|
+
versionId?: number;
|
|
2611
2795
|
}) => Promise<void>;
|
|
2612
2796
|
};
|
|
2613
2797
|
|
|
@@ -2620,6 +2804,7 @@ type Role = {
|
|
|
2620
2804
|
name?: string;
|
|
2621
2805
|
roleTags?: Array<RoleTag$2>;
|
|
2622
2806
|
workspaceId?: number;
|
|
2807
|
+
versionId?: number;
|
|
2623
2808
|
};
|
|
2624
2809
|
type RoleTag$2 = RoleTag$3;
|
|
2625
2810
|
type RoleInput = {
|
|
@@ -2629,17 +2814,15 @@ type RoleInput = {
|
|
|
2629
2814
|
};
|
|
2630
2815
|
|
|
2631
2816
|
type RoleServices = {
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
getRoles: (p?: PagingQueryInput<Role>) => Promise<{
|
|
2817
|
+
getRoles: (p?: {
|
|
2818
|
+
input: CustomPagingRequestInput;
|
|
2819
|
+
}) => Promise<{
|
|
2636
2820
|
roles: Role[];
|
|
2637
2821
|
total: number;
|
|
2638
2822
|
}>;
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
getRoleTags: (p?: PagingQueryInput<RoleTag$2>) => Promise<{
|
|
2823
|
+
getRoleTags: (p?: {
|
|
2824
|
+
input: CustomPagingRequestInput;
|
|
2825
|
+
}) => Promise<{
|
|
2643
2826
|
roleTags: RoleTag$2[];
|
|
2644
2827
|
total: number;
|
|
2645
2828
|
}>;
|
|
@@ -2658,6 +2841,7 @@ type RoleServices = {
|
|
|
2658
2841
|
updateRole: (p: {
|
|
2659
2842
|
input: RoleInput;
|
|
2660
2843
|
id: number;
|
|
2844
|
+
versionId?: number;
|
|
2661
2845
|
}) => Promise<void>;
|
|
2662
2846
|
};
|
|
2663
2847
|
|
|
@@ -2675,13 +2859,13 @@ type Sharing$1 = {
|
|
|
2675
2859
|
name?: string;
|
|
2676
2860
|
objectFilter?: ObjectFilter;
|
|
2677
2861
|
objectFilterId: number;
|
|
2678
|
-
schema?: Schema
|
|
2862
|
+
schema?: Schema;
|
|
2679
2863
|
schemaId?: number;
|
|
2680
|
-
sharingWorkspaces
|
|
2681
|
-
totalTargetWorkspace: number;
|
|
2864
|
+
sharingWorkspaces?: Array<SharingWorkspace>;
|
|
2682
2865
|
workspaceId: number;
|
|
2683
2866
|
folderSourceDirectoryId?: number;
|
|
2684
2867
|
key?: string;
|
|
2868
|
+
versionId?: number;
|
|
2685
2869
|
};
|
|
2686
2870
|
type ObjectFilter = {
|
|
2687
2871
|
configType?: string;
|
|
@@ -2736,14 +2920,22 @@ type SharingInput = {
|
|
|
2736
2920
|
folderSourceDirectoryId?: number;
|
|
2737
2921
|
targetWorkspaceId?: number;
|
|
2738
2922
|
sharingWorkspaces?: Array<ObjectDataInputOfSharingWorkspaceInput>;
|
|
2923
|
+
versionId?: number;
|
|
2739
2924
|
};
|
|
2740
|
-
type
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
search?: string;
|
|
2745
|
-
workspaceId?: number;
|
|
2925
|
+
type ParamConfiguration = {
|
|
2926
|
+
id: number;
|
|
2927
|
+
paramName?: ParamField;
|
|
2928
|
+
paramValue?: string;
|
|
2746
2929
|
};
|
|
2930
|
+
type Configuration = ParamConfiguration & {
|
|
2931
|
+
paramType?: string;
|
|
2932
|
+
};
|
|
2933
|
+
type Option = {
|
|
2934
|
+
value: string | number;
|
|
2935
|
+
name: string | number;
|
|
2936
|
+
isChosen: boolean;
|
|
2937
|
+
};
|
|
2938
|
+
type ParamField = string | Option[];
|
|
2747
2939
|
interface SharingProps {
|
|
2748
2940
|
getSharingById: (p: {
|
|
2749
2941
|
id: number;
|
|
@@ -2754,14 +2946,16 @@ interface SharingProps {
|
|
|
2754
2946
|
updateWorkspaceSharing: (p: {
|
|
2755
2947
|
id: number;
|
|
2756
2948
|
input: SharingInput;
|
|
2949
|
+
versionId?: number;
|
|
2757
2950
|
}) => Promise<void>;
|
|
2758
2951
|
getSharings: (p?: {
|
|
2759
|
-
|
|
2952
|
+
input: CustomPagingRequestInput;
|
|
2953
|
+
objectTypeCode?: string;
|
|
2760
2954
|
}) => Promise<{
|
|
2761
2955
|
sharings: Sharing$1[];
|
|
2762
2956
|
total: number;
|
|
2763
2957
|
}>;
|
|
2764
|
-
getSchemas: () => Promise<Schema
|
|
2958
|
+
getSchemas: () => Promise<Schema[]>;
|
|
2765
2959
|
getWorkspaces: () => Promise<Workspace$3[]>;
|
|
2766
2960
|
getWorkspaceById: (p: {
|
|
2767
2961
|
id: number;
|
|
@@ -2770,7 +2964,8 @@ interface SharingProps {
|
|
|
2770
2964
|
id: number;
|
|
2771
2965
|
}) => Promise<void>;
|
|
2772
2966
|
getObjectFilters: () => Promise<ObjectFilter[]>;
|
|
2773
|
-
getDirectories: (params?:
|
|
2967
|
+
getDirectories: (params?: {
|
|
2968
|
+
input?: CustomPagingRequestInput;
|
|
2774
2969
|
parentDirectoryId?: number;
|
|
2775
2970
|
workspaceId?: number;
|
|
2776
2971
|
depthFromRoot?: number;
|
|
@@ -2799,6 +2994,7 @@ type Group$1 = {
|
|
|
2799
2994
|
roleAuthens?: RoleAuthens$1[];
|
|
2800
2995
|
workspaceId?: number;
|
|
2801
2996
|
isSystem?: boolean;
|
|
2997
|
+
versionId?: number;
|
|
2802
2998
|
};
|
|
2803
2999
|
type GroupInput = {
|
|
2804
3000
|
description?: string;
|
|
@@ -2868,13 +3064,16 @@ type User$1 = {
|
|
|
2868
3064
|
groups?: number[];
|
|
2869
3065
|
roleAuthens?: Array<RoleAuthens>;
|
|
2870
3066
|
username?: string;
|
|
3067
|
+
versionId?: number;
|
|
2871
3068
|
};
|
|
2872
3069
|
|
|
2873
3070
|
type GroupServices = {
|
|
2874
3071
|
/** Get RoleTags
|
|
2875
3072
|
* @param p - PagingQueryInput<RoleTag> - Không truyền param sẽ lấy tất cả RoleTag
|
|
2876
3073
|
*/
|
|
2877
|
-
getRoleTags: (p?:
|
|
3074
|
+
getRoleTags: (p?: {
|
|
3075
|
+
input: CustomPagingRequestInput;
|
|
3076
|
+
}) => Promise<{
|
|
2878
3077
|
roleTags: RoleTag$1[];
|
|
2879
3078
|
total: number;
|
|
2880
3079
|
}>;
|
|
@@ -2885,10 +3084,9 @@ type GroupServices = {
|
|
|
2885
3084
|
users: User$1[];
|
|
2886
3085
|
total: number;
|
|
2887
3086
|
}>;
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
getGroups: (p?: PagingQueryInput<Group$1>) => Promise<{
|
|
3087
|
+
getGroups: (p?: {
|
|
3088
|
+
input: CustomPagingRequestInput;
|
|
3089
|
+
}) => Promise<{
|
|
2892
3090
|
groups: Group$1[];
|
|
2893
3091
|
total: number;
|
|
2894
3092
|
}>;
|
|
@@ -2907,6 +3105,7 @@ type GroupServices = {
|
|
|
2907
3105
|
updateGroup: (p: {
|
|
2908
3106
|
input: GroupInput;
|
|
2909
3107
|
id: number;
|
|
3108
|
+
versionId?: number;
|
|
2910
3109
|
}) => Promise<void>;
|
|
2911
3110
|
/** Loading khi lấy dữ liệu */
|
|
2912
3111
|
isLoading: boolean;
|
|
@@ -2928,7 +3127,9 @@ type UserServices = {
|
|
|
2928
3127
|
/** Get Users
|
|
2929
3128
|
* @param p - PagingQueryInput<Users> - Không truyền param sẽ lấy tất cả Users
|
|
2930
3129
|
*/
|
|
2931
|
-
getUsers: (p?:
|
|
3130
|
+
getUsers: (p?: {
|
|
3131
|
+
input: CustomPagingRequestInput;
|
|
3132
|
+
}) => Promise<{
|
|
2932
3133
|
users: User$1[];
|
|
2933
3134
|
total: number;
|
|
2934
3135
|
}>;
|
|
@@ -2943,6 +3144,7 @@ type UserServices = {
|
|
|
2943
3144
|
updateUser: (p: {
|
|
2944
3145
|
user: UserInput;
|
|
2945
3146
|
id: number;
|
|
3147
|
+
versionId?: number;
|
|
2946
3148
|
}) => Promise<void>;
|
|
2947
3149
|
/** Delete User by ID */
|
|
2948
3150
|
deleteUser: (p: {
|
|
@@ -2979,6 +3181,7 @@ type Workflow = {
|
|
|
2979
3181
|
description?: string;
|
|
2980
3182
|
workflowMatrices: Array<WorkflowMatrix>;
|
|
2981
3183
|
workflowStates: Array<WorkflowState>;
|
|
3184
|
+
versionId?: number;
|
|
2982
3185
|
};
|
|
2983
3186
|
type WorkflowMatrix = {
|
|
2984
3187
|
id: number;
|
|
@@ -3001,9 +3204,11 @@ type WorkflowState = {
|
|
|
3001
3204
|
|
|
3002
3205
|
type WorkflowFeatureProps = {
|
|
3003
3206
|
getById: (id: number) => Promise<Workflow>;
|
|
3004
|
-
getPaging: (queryInput:
|
|
3207
|
+
getPaging: (queryInput: {
|
|
3208
|
+
input: CustomPagingRequestInput;
|
|
3209
|
+
}) => Promise<PagingType<Workflow>>;
|
|
3005
3210
|
create: (workflow: ObjectInputType<Workflow>) => Promise<void>;
|
|
3006
|
-
update: (id: number, workflow: ObjectInputType<Workflow
|
|
3211
|
+
update: (id: number, workflow: ObjectInputType<Workflow>, versionId?: number) => Promise<void>;
|
|
3007
3212
|
remove: (id: number) => Promise<void>;
|
|
3008
3213
|
objectTypeCodeMap: {
|
|
3009
3214
|
value: string;
|
|
@@ -3019,7 +3224,8 @@ type DirectoryServices = DirectoryAddOrEditServices$1 & DirectoryPermissionServi
|
|
|
3019
3224
|
/** Get Directories
|
|
3020
3225
|
* @params PagingQueryInput<Directory> - Không truyền param sẽ lấy tất cả
|
|
3021
3226
|
*/
|
|
3022
|
-
getDirectories: (params?:
|
|
3227
|
+
getDirectories: (params?: {
|
|
3228
|
+
input?: CustomPagingRequestInput;
|
|
3023
3229
|
parentDirectoryId?: number;
|
|
3024
3230
|
workspaceId?: number;
|
|
3025
3231
|
depthFromRoot?: number;
|
|
@@ -3038,7 +3244,36 @@ type DirectorySystemProps = DirectoryServices & {
|
|
|
3038
3244
|
currentWorkspace?: CurrentWorkspace;
|
|
3039
3245
|
objectTypeCodes?: ObjectTypeCode[];
|
|
3040
3246
|
};
|
|
3041
|
-
declare const DirectorySystem: (props: DirectorySystemProps) => react_jsx_runtime.JSX.Element;
|
|
3247
|
+
declare const DirectorySystem: (props: DirectorySystemProps) => react_jsx_runtime.JSX.Element | null;
|
|
3248
|
+
|
|
3249
|
+
type ParamConfigurationInputsProps = {
|
|
3250
|
+
configurations: Configuration[];
|
|
3251
|
+
configurationParams?: string[];
|
|
3252
|
+
paramNameFieldType: 'text' | 'select';
|
|
3253
|
+
paramValueFieldType: 'text' | 'select';
|
|
3254
|
+
onChange: (configurations: Configuration[]) => void;
|
|
3255
|
+
canAdd: boolean;
|
|
3256
|
+
configType?: SharingConfigParamType;
|
|
3257
|
+
title: string;
|
|
3258
|
+
};
|
|
3259
|
+
declare function ParamConfigurationInputs(props: ParamConfigurationInputsProps): react_jsx_runtime.JSX.Element;
|
|
3260
|
+
|
|
3261
|
+
type WorkspaceOption = {
|
|
3262
|
+
id?: Workspace$3['id'];
|
|
3263
|
+
customerId?: number;
|
|
3264
|
+
supplierId?: number;
|
|
3265
|
+
type?: Workspace$3['type'];
|
|
3266
|
+
};
|
|
3267
|
+
|
|
3268
|
+
/** Lấy tất cả param trong dấu {}:
|
|
3269
|
+
* VD any(o.MediaPlanApprovals, i.CustomerId = {CustomerId}) => return: ["CustomerId"]
|
|
3270
|
+
*/
|
|
3271
|
+
declare const getAllStringsBetweenBraces: (input: string) => string[];
|
|
3272
|
+
declare const getDefaultValues: (key: string, obj?: WorkspaceOption & {
|
|
3273
|
+
suppliers?: {
|
|
3274
|
+
id: number;
|
|
3275
|
+
}[];
|
|
3276
|
+
}) => string | undefined;
|
|
3042
3277
|
|
|
3043
3278
|
declare function Sharing(props: SharingProps): react_jsx_runtime.JSX.Element;
|
|
3044
3279
|
|
|
@@ -3106,7 +3341,8 @@ declare function parseJSON(str: string): any;
|
|
|
3106
3341
|
* Xử lý các thao tác số học và toán học một cách tiện lợi.
|
|
3107
3342
|
* Hỗ trợ các phép toán phức tạp hoặc tối ưu hóa các logic tính toán thường dùng.
|
|
3108
3343
|
*/
|
|
3109
|
-
|
|
3344
|
+
type Locale = 'vi' | 'en' | 'ja' | 'th' | 'id';
|
|
3345
|
+
declare function formatNumberByLocale(value?: number | bigint, lang?: string, locale?: string): string;
|
|
3110
3346
|
declare function roundDecimalNumber(number: any): string | null;
|
|
3111
3347
|
declare function WMAPEcalculator(data: any): number | "∞";
|
|
3112
3348
|
|
|
@@ -3132,6 +3368,73 @@ declare function checkValidMacAddress(string?: string): boolean;
|
|
|
3132
3368
|
declare function checkValidUrl(url: string | undefined): boolean;
|
|
3133
3369
|
declare function validateNumber(value?: string | number): boolean;
|
|
3134
3370
|
|
|
3371
|
+
/**
|
|
3372
|
+
* Available filter operation types
|
|
3373
|
+
*/
|
|
3374
|
+
declare enum FilterOperationType {
|
|
3375
|
+
EQ = "eq",// Equal
|
|
3376
|
+
CONTAINS = "contains",// Contains substring
|
|
3377
|
+
STARTSWITH = "startswith",// Starts with
|
|
3378
|
+
ENDSWITH = "endswith",// Ends with
|
|
3379
|
+
GT = "gt",// Greater than
|
|
3380
|
+
GTE = "gte",// Greater than or equal
|
|
3381
|
+
LT = "lt",// Less than
|
|
3382
|
+
LTE = "lte",// Less than or equal
|
|
3383
|
+
IN = "in",// In array
|
|
3384
|
+
BETWEEN = "between",// Between two values
|
|
3385
|
+
NE = "ne",// Not equal
|
|
3386
|
+
NOTCONTAINS = "notcontains",// Does not contain substring
|
|
3387
|
+
NOTIN = "notin",// Not in array
|
|
3388
|
+
CUSTOM = "custom"
|
|
3389
|
+
}
|
|
3390
|
+
/**
|
|
3391
|
+
* Logical operators for combining filter conditions
|
|
3392
|
+
*/
|
|
3393
|
+
declare enum LogicalOperatorType {
|
|
3394
|
+
AND = "and",
|
|
3395
|
+
OR = "or",
|
|
3396
|
+
NOT = "not"
|
|
3397
|
+
}
|
|
3398
|
+
/**
|
|
3399
|
+
* Structure for a single filter item
|
|
3400
|
+
*/
|
|
3401
|
+
interface FilterItem {
|
|
3402
|
+
key: string;
|
|
3403
|
+
value: any;
|
|
3404
|
+
type: FilterOperationType | string;
|
|
3405
|
+
isArray?: boolean;
|
|
3406
|
+
}
|
|
3407
|
+
/**
|
|
3408
|
+
* Structure for a filter group that can contain nested conditions
|
|
3409
|
+
*/
|
|
3410
|
+
interface FilterGroup {
|
|
3411
|
+
operator: LogicalOperatorType;
|
|
3412
|
+
filters: Array<FilterItem | FilterGroup>;
|
|
3413
|
+
}
|
|
3414
|
+
/**
|
|
3415
|
+
* Filter expression can be either a single item or a group
|
|
3416
|
+
*/
|
|
3417
|
+
type FilterExpression = FilterItem | FilterGroup;
|
|
3418
|
+
/**
|
|
3419
|
+
* Converts an array of filter objects to a string condition
|
|
3420
|
+
* @param filters - Array of objects with key, value, and type properties
|
|
3421
|
+
* @param defaultOperator - Default logical operator to use when combining filters (AND or OR)
|
|
3422
|
+
* @returns Object with a 'condition' property containing the string condition and optional 'params' array
|
|
3423
|
+
*/
|
|
3424
|
+
declare function convertArrayFiltersToCondition(filters: Array<FilterItem>, defaultOperator?: LogicalOperatorType): {
|
|
3425
|
+
condition: string;
|
|
3426
|
+
params?: string[];
|
|
3427
|
+
} | null;
|
|
3428
|
+
/**
|
|
3429
|
+
* Converts a complex filter expression to a string condition
|
|
3430
|
+
* @param filterExpression - Filter expression (can be nested with logical operators)
|
|
3431
|
+
* @returns Object with a 'condition' property containing the string condition and optional 'params' array
|
|
3432
|
+
*/
|
|
3433
|
+
declare function convertFilterExpressionToCondition(filterExpression: FilterExpression): {
|
|
3434
|
+
condition: string;
|
|
3435
|
+
params?: string[];
|
|
3436
|
+
} | null;
|
|
3437
|
+
|
|
3135
3438
|
type Workspace$1 = {
|
|
3136
3439
|
customerId?: number;
|
|
3137
3440
|
contactPhoneNumber?: string;
|
|
@@ -3248,4 +3551,4 @@ declare function ThemeProvider(props: {
|
|
|
3248
3551
|
};
|
|
3249
3552
|
}): react_jsx_runtime.JSX.Element;
|
|
3250
3553
|
|
|
3251
|
-
export { Container$4 as Action, type ActionsProps, AdvancedSearch, type AdvancedSearchField, type AdvancedSearchProps, type AnalyticDataProviderModel, AppContext, AppProvider, AsyncAutocomplete, type AsyncAutocompleteProps, type AsynchronousAutocompleteProps, AwingContext, BarLineChart, type BaseDirectoryPermission, type BaseFieldDefinition, type BaseFieldRender, type BinaryTreeNode, BoxResizableSplit, type BoxResizableSplitProps, ButtonDateRangePicker, type ButtonDateRangePickerProps, ButtonSelect, type ButtonSelectProps, type Cell, type CellDefinition, type ChartContentProps, CircularProgress, DrawerBase as ClassicBaseDrawer, DrawerWrapper as ClassicDrawer, CloseAction, type ColumnDefinition, type CombinedProps, ContentHeader, type OwnProps as ContentHeaderProps, ControlPanels, CopyButton, type CopyButtonProps, CronTab, type CronTabProps, type CronTabValue, type DataExportEntity, DataForm, type DataFormProps, DataGrid, type DataGridColumnDefinitionBase, DataGridGroup, type DataGridProps, DataGridSortType, InputFactory as DataInput, type DataSet, DateAutoFormat, type DateAutoFormatProps, Container$2 as DatePicker, type DatePickerProps, type DateRange, DateRangePicker, Container$3 as DateRangePickerOld, type DateRangePickerOldProps, type DateRangePickerProps, type DayInterval, type DayIntervalPickerProps, EnhancedDialog as DeprecatedEnhancedDialog, type Directory$2 as Directory, CreateDirectory as DirectoryForm, PermissionWarpper as DirectoryPermission, type DirectoryPermissionServices, type DirectoryProps, DirectoryRoot, DirectorySystem, DirectoryTree, type DirectoryTreeProps, DrawerWrapper$1 as Drawer, type DrawerBaseProps, DrawerNavigate, type DrawerNavigateProps, type DrawerProps, DrawerStateEnum, Container$1 as EnhancedAutoComplete, type EnhancedAutoCompleteProps, type EnhancedDialogProps, EnumFieldInputType, EnumSelectedPlaceType, FIELD_TYPE, type FieldDefinitionProps, type FileResponse, FilterTreeView, type FilterTreeViewProps, type FiltersType, FooterContainer as Footer, type FunctionStructure, GoogleMap, type GridSortDirection, type GridSortModel, type GroupComponentProps, type GroupFilter, GroupSystem, GroupTable, type GroupTableProps, type HeadCell, HierarchyTree, I18nProvider, type IChartJsContainer, type ICircularProgress, type IConfigChart, type IControlPanel, type DataGridGroupsProps as IDataGridGroups, type IDirectoryTreeViewProps, type IFilterField, type IGoogleMapProps, type IMenu, type IMonacoEditorProps, type IMultipleChoiceComponentProps, type IMultipleChoiceProps, type IMultipleHierarchicalChoice, type IMultipleHierarchicalChoiceInput, type IMultipleHierarchicalChoiceProps, type IMultipleSelect, INT_NUMBER_LIMIT, type IOption, type IPieContainer, type IStatisticsProps, type ITag, Container as Layout, Notifications as LayoutNotifications, LogicExpressionInput as LogicExpression, type LogicExpressionInputProps, MemoWrap, type MemoWrapProps, type MenuOption, type ModalDrawerProps, MonacoEditor, MultipleChoice, type MultipleHierarChicalChoiceComponentProps, MultipleHierarchicalChoice, NoData, NotificationConfig, NotificationFilter as NotificationObjectFilter, NumberFormat, type ObjectDefinition$
|
|
3554
|
+
export { Container$4 as Action, type ActionsProps, AdvancedSearch, type AdvancedSearchField, type AdvancedSearchProps, type AnalyticDataProviderModel, AppContext, AppProvider, AsyncAutocomplete, type AsyncAutocompleteProps, type AsynchronousAutocompleteProps, AwingContext, BarLineChart, type BaseDirectoryPermission, type BaseFieldDefinition, type BaseFieldRender, type BinaryTreeNode, BoxResizableSplit, type BoxResizableSplitProps, ButtonDateRangePicker, type ButtonDateRangePickerProps, ButtonSelect, type ButtonSelectProps, type Cell, type CellDefinition$1 as CellDefinition, type ChartContentProps, CircularProgress, DrawerBase as ClassicBaseDrawer, DrawerWrapper as ClassicDrawer, CloseAction, type ColumnDefinition$1 as ColumnDefinition, type CombinedProps, type Configuration, ContentHeader, type OwnProps as ContentHeaderProps, ControlPanels, CopyButton, type CopyButtonProps, CronTab, type CronTabProps, type CronTabValue, type DataExportEntity, DataForm, type DataFormProps, DataGrid, type DataGridColumnDefinitionBase, DataGridGroup, type DataGridProps, DataGridSortType, InputFactory as DataInput, type DataSet, DateAutoFormat, type DateAutoFormatProps, Container$2 as DatePicker, type DatePickerProps, type DateRange, DateRangePicker, Container$3 as DateRangePickerOld, type DateRangePickerOldProps, type DateRangePickerProps, type DayInterval, type DayIntervalPickerProps, EnhancedDialog as DeprecatedEnhancedDialog, type Directory$2 as Directory, CreateDirectory as DirectoryForm, PermissionWarpper as DirectoryPermission, type DirectoryPermissionServices, type DirectoryProps, DirectoryRoot, DirectorySystem, DirectoryTree, type DirectoryTreeProps, DrawerWrapper$1 as Drawer, type DrawerBaseProps, type DrawerHandle, DrawerNavigate, type DrawerNavigateProps, type DrawerProps, DrawerStateEnum, Container$1 as EnhancedAutoComplete, type EnhancedAutoCompleteProps, type EnhancedDialogProps, EnumFieldInputType, EnumSelectedPlaceType, FIELD_TYPE, type FieldDefinitionProps, type FileResponse, type FilterExpression, type FilterGroup, type FilterItem, FilterNotification, FilterOperationType, FilterTreeView, type FilterTreeViewProps, type FiltersType, FooterContainer as Footer, type FunctionStructure, GoogleMap, type GridSortDirection, type GridSortModel, type GroupComponentProps, type GroupFilter, GroupSystem, GroupTable, type GroupTableProps, type HeadCell, HierarchyTree, I18nProvider, type IChartJsContainer, type ICircularProgress, type IConfigChart, type IControlPanel, type DataGridGroupsProps as IDataGridGroups, type IDirectoryTreeViewProps, type IFilterField, type IGoogleMapProps, type IMenu, type IMonacoEditorProps, type IMultipleChoiceComponentProps, type IMultipleChoiceProps, type IMultipleHierarchicalChoice, type IMultipleHierarchicalChoiceInput, type IMultipleHierarchicalChoiceProps, type IMultipleSelect, INT_NUMBER_LIMIT, type IOption, type IPieContainer, type IStatisticsProps, type ITag, Container as Layout, Notifications as LayoutNotifications, type Locale, LogicExpressionInput as LogicExpression, type LogicExpressionInputProps, LogicalOperatorType, MemoWrap, type MemoWrapProps, type MenuOption, type ModalDrawerProps, MonacoEditor, MultipleChoice, type MultipleHierarChicalChoiceComponentProps, MultipleHierarchicalChoice, NoData, NotificationConfig, NotificationFilter$1 as NotificationObjectFilter, NumberFormat, type ObjectDefinition$4 as ObjectDefinition, type ObjectStructure, AsynchronousAutocomplete as OldAsyncAutoComplete, Page, PageManagement, type PageManagementProps, type PageProps, Pagination, type ParamConfiguration, ParamConfigurationInputs, type PermissionContainerProps, PieChart, PlaceFilter, type PlaceFilterProps, type QueryInput, type QueryInputStatistics, type Role, type RoleServices, RoleSystem, type RoleTag$3 as RoleTag, type RoleTagServices, RoleTagSystem, type Row, type RowActionDefinition, type RowId, type RowProps, type SchedulePermission, SchemaSystem, SearchBox, type SearchBoxProps, type SearchType, type SharingProps, Sharing as SharingSystem, ShowTreeItem, SimpleTreeItemWrapper, SortEnumType, Sortable, SortableTree, type SortableTreeProps, StatisticsCommon as Statistics, SubscriptionConfig, TIMELINE_TYPE, TYPE_CHART, TYPE_FILTERS, TabLabel, TableCellEditable$1 as TableCellEditable, type TableCellEditableProps$1 as TableCellEditableProps, TableEditable$1 as TableEditable, TableEditableBody$1 as TableEditableBody, type TableEditableBodyProps$1 as TableEditableBodyProps, TableEditable as TableEditableCollapsible, TableEditableBody as TableEditableCollapsibleBody, TableCellEditable as TableEditableCollapsibleCell, type CellDefinition$1 as TableEditableCollapsibleCellDefinition, type ColumnDefinition$1 as TableEditableCollapsibleColumnDefinition, type TableCellEditableProps$1 as TableEditableCollapsibleTableCellEditableProps, type TableEditableBodyProps$1 as TableEditableCollapsibleTableEditableBodyProps, type TableEditableProps$1 as TableEditableCollapsibleTableEditableProps, TableHeader as TableEditableCollapsibleTableHeader, type TableHeaderProps$1 as TableEditableCollapsibleTableHeaderProps, TopBarActions as TableEditableCollapsibleTopBarActions, type TopBarActionsProps$1 as TableEditableCollapsibleTopBarActionsProps, type TableEditableProps$1 as TableEditableProps, type TableGridProps, TableHeader$1 as TableHeader, type TableHeaderProps$1 as TableHeaderProps, type TableLabelProps, TablePaginationActions, type TablePaginationActionsProps, Template as TemplateConfig, ThemeProvider, type Timestamp, ToolbarLayout as Toolbar, TopBarActions$1 as TopBarActions, type TopBarActionsProps$1 as TopBarActionsProps, type TreeItem, type TreeItemOption, TreeItemWithAction, type TreeItemWithActionProps, type TreeItems, User as UserSystem, type Value, type ValueBase, WMAPEcalculator, WorkflowFeature as WorkflowSystem, WorkspaceType, Wrapper, arrayIsNotEmptyValid, calculateValue, calculatorDirectoryIdRoot, changeToAlias, checkValidMacAddress, checkValidStringListAP, checkValidUrl, colorValid, containsOnlyDigits, convertArrayFiltersToCondition, convertArrayToObject, convertDataSetPattern, convertDateTimeToTimestamp, convertFilterExpressionToCondition, convertFormulaToBinaryTree, convertTimeLine, convertTimelineToDateTime, convertTimestampToDateTime, convertToPostfix, darkTheme, dateRangeValid, dateTimeToString, dateToString, dateToStringDDMMYYYY, dateValid, download, downloadWithDataSet, emailValid, fillMissingDates, flattenTree, formatChartNumber, formatJSON, formatNumberByLocale, formatNumberWithLanguage, generateUUID, getAllStringsBetweenBraces, getCookie, getDefaultValues, getGUID, getPrecedence, getQueryVariable, getRandomKey, getRoutePath, getStartOfDay, getToday, handleExportExcel, i18n as i18nLib, isOperand, isOperator, lightTheme, nameExportStandard, notNullValid, numberNotNullValid, numberOnlyValid, numberPercentageNotNullValid, off, offlinePaginate, parseJSON, passwordValid, positiveNumberNotNullValid, pub, replaceFieldsValue, roundDecimalNumber, setObject, stringNotNullValid, stringNullableValid, sub, textValidation, timestampToStringDDMMYYYY, toCapitalize, tokenize, updateGUID, updateObjectFields, urlValid, useAppHelper, useAwing, useDrawer, useGetContext, useGetData, usePath, validateNumber };
|