@topconsultnpm/sdkui-react-beta 6.7.142 → 6.8.1
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/lib/assets/icomoon.svg +96 -96
- package/lib/components/base/Styled.d.ts +23 -1920
- package/lib/components/base/TMAlert.d.ts +2 -3
- package/lib/components/base/TMContextMenuOLD.d.ts +3 -274
- package/lib/components/base/TMDropDownMenu.d.ts +0 -1
- package/lib/components/base/TMEditorBase.d.ts +0 -1
- package/lib/components/base/TMLayout.d.ts +39 -38
- package/lib/components/base/TMLayout.js +1 -1
- package/lib/components/base/TMTab.d.ts +4 -4
- package/lib/components/base/TMVilViewer.d.ts +1 -1
- package/lib/components/base/TMWaitPanel.d.ts +32 -0
- package/lib/components/base/TMWaitPanel.js +45 -0
- package/lib/components/choosers/TMRelationChooser.d.ts +5 -5
- package/lib/components/choosers/TMUserChooser.d.ts +5 -5
- package/lib/components/editors/TMEditorStyled.d.ts +20 -21
- package/lib/components/forms/TMLoginForm.d.ts +5 -5
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +1 -5
- package/lib/components/query/TMQueryEditor.d.ts +8 -550
- package/lib/components/query/TMQueryResult.d.ts +5 -5
- package/lib/components/query/TMQueryResultForm.d.ts +10 -10
- package/lib/components/sidebar/TMHeader.d.ts +2 -2
- package/lib/components/viewers/TMDataListItemViewer.d.ts +3 -3
- package/lib/components/viewers/TMMidViewer.d.ts +5 -5
- package/lib/components/viewers/TMTidViewer.d.ts +5 -5
- package/lib/helper/helpers.d.ts +1 -1
- package/lib/hooks/useForm.d.ts +0 -1
- package/lib/hooks/useOutsideClick.d.ts +0 -1
- package/package.json +4 -4
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ValidationItem } from '@topconsultnpm/sdk-ts-beta';
|
|
3
2
|
export declare const TMEditorsDefaultBorderRadius = "5px";
|
|
4
3
|
export declare const TMEditorsDefaultLabelFontSize = "0.9rem";
|
|
5
4
|
export declare const editorColorManager: (validationItems: ValidationItem[]) => string;
|
|
6
|
-
export declare const StyledEditorContainer: import("styled-components").
|
|
5
|
+
export declare const StyledEditorContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
6
|
$width: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const StyledEditor: import("styled-components").
|
|
7
|
+
}>> & string;
|
|
8
|
+
export declare const StyledEditor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {
|
|
10
9
|
$vil: ValidationItem[];
|
|
11
10
|
$width: string;
|
|
12
11
|
$type: string;
|
|
@@ -14,32 +13,32 @@ export declare const StyledEditor: import("styled-components").IStyledComponent<
|
|
|
14
13
|
$maxValue: number;
|
|
15
14
|
$fontSize: string;
|
|
16
15
|
$disabled: boolean;
|
|
17
|
-
$isMobile?: boolean
|
|
18
|
-
$borderRadius?: string
|
|
19
|
-
}
|
|
20
|
-
export declare const StyledEditorIcon: import("styled-components").
|
|
16
|
+
$isMobile?: boolean;
|
|
17
|
+
$borderRadius?: string;
|
|
18
|
+
}>> & string;
|
|
19
|
+
export declare const StyledEditorIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
21
20
|
$vil: ValidationItem[];
|
|
22
21
|
$disabled: boolean;
|
|
23
22
|
$isModified: boolean;
|
|
24
|
-
}
|
|
25
|
-
export declare const StyledEditorLabel: import("styled-components").
|
|
23
|
+
}>> & string;
|
|
24
|
+
export declare const StyledEditorLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
26
25
|
$isFocused: boolean;
|
|
27
|
-
$labelPosition:
|
|
26
|
+
$labelPosition: "right" | "left" | "top";
|
|
28
27
|
$disabled: boolean;
|
|
29
|
-
$fontSize?: string
|
|
30
|
-
$color?: string
|
|
31
|
-
}
|
|
32
|
-
export declare const StyledEditorButtonIcon: import("styled-components").
|
|
28
|
+
$fontSize?: string;
|
|
29
|
+
$color?: string;
|
|
30
|
+
}>> & string;
|
|
31
|
+
export declare const StyledEditorButtonIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
33
32
|
$index: number;
|
|
34
33
|
$transform: string;
|
|
35
|
-
}
|
|
36
|
-
export declare const StyledTextareaEditor: import("styled-components").
|
|
34
|
+
}>> & string;
|
|
35
|
+
export declare const StyledTextareaEditor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, {
|
|
37
36
|
$vil: ValidationItem[];
|
|
38
37
|
$width: string;
|
|
39
38
|
$isModified: boolean;
|
|
40
39
|
$fontSize: string;
|
|
41
40
|
$disabled: boolean;
|
|
42
|
-
$isMobile?: boolean
|
|
43
|
-
$maxHeight?: string
|
|
44
|
-
$borderRadius?: string
|
|
45
|
-
}
|
|
41
|
+
$isMobile?: boolean;
|
|
42
|
+
$maxHeight?: string;
|
|
43
|
+
$borderRadius?: string;
|
|
44
|
+
}>> & string;
|
|
@@ -39,11 +39,11 @@ export declare const cultureIDsDataSource: {
|
|
|
39
39
|
}[];
|
|
40
40
|
declare const TMLoginForm: React.FunctionComponent<ITMLoginFormProps>;
|
|
41
41
|
export declare const TMChangePassword: ({ deviceType, tmSession, username, onClose, enable, hasBack }: {
|
|
42
|
-
deviceType?: DeviceType
|
|
43
|
-
hasBack?: boolean
|
|
44
|
-
tmSession?: ITopMediaSession
|
|
42
|
+
deviceType?: DeviceType;
|
|
43
|
+
hasBack?: boolean;
|
|
44
|
+
tmSession?: ITopMediaSession;
|
|
45
45
|
username: string;
|
|
46
|
-
onClose?: (
|
|
47
|
-
enable?: boolean
|
|
46
|
+
onClose?: () => void;
|
|
47
|
+
enable?: boolean;
|
|
48
48
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
49
49
|
export default TMLoginForm;
|
|
@@ -9,6 +9,7 @@ export { default as TMModal } from './base/TMModal';
|
|
|
9
9
|
export * from './base/TMPopUp';
|
|
10
10
|
export * from './base/TMLayout';
|
|
11
11
|
export * from './base/Styled';
|
|
12
|
+
export * from './base/TMWaitPanel';
|
|
12
13
|
export { default as CounterBar } from './base/TMCounterBar';
|
|
13
14
|
export { default as TMProgressBar } from './base/TMProgressBar';
|
|
14
15
|
export { default as TMSpinner } from './base/TMSpinner';
|
package/lib/components/index.js
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
// base
|
|
2
|
-
// export { default as TMAbortBox } from './base/TMAbortBox'
|
|
3
2
|
export { default as ShowAlert } from './base/TMAlert';
|
|
4
3
|
export { default as TMButton } from './base/TMButton';
|
|
5
4
|
export { default as TMClosableList } from './base/TMClosableList';
|
|
6
5
|
export * from './base/TMContextMenu';
|
|
7
6
|
export { default as TMDropDownMenu } from './base/TMDropDownMenu';
|
|
8
7
|
export * from './base/TMListView';
|
|
9
|
-
// export { default as TMListView } from './base/TMListView'
|
|
10
8
|
export { default as TMList } from './base/TMList';
|
|
11
9
|
export { default as TMModal } from './base/TMModal';
|
|
12
10
|
export * from './base/TMPopUp';
|
|
13
11
|
export * from './base/TMLayout';
|
|
14
12
|
export * from './base/Styled';
|
|
13
|
+
export * from './base/TMWaitPanel';
|
|
15
14
|
export { default as CounterBar } from './base/TMCounterBar';
|
|
16
15
|
export { default as TMProgressBar } from './base/TMProgressBar';
|
|
17
16
|
export { default as TMSpinner } from './base/TMSpinner';
|
|
@@ -44,12 +43,9 @@ export * from './query/TMQueryResultForm';
|
|
|
44
43
|
//tab
|
|
45
44
|
export * from './base/TMTab';
|
|
46
45
|
// others
|
|
47
|
-
// export { default as TMAreaManager } from "./filesystem/TMAreaManager";
|
|
48
|
-
// export { default as TMFilePreviewer } from "./filesystem/TMFilePreviewer";
|
|
49
46
|
export { default as TMHeader } from "./sidebar/TMHeader";
|
|
50
47
|
export { default as TMSidebar } from "./sidebar/TMSidebar";
|
|
51
48
|
export { default as TMSidebarItem } from "./sidebar/TMSidebarItem";
|
|
52
|
-
// export { default as TMStatusbar } from "./sidebar/TMStatusBar";
|
|
53
49
|
export { default as TMSplitterLayout } from "./splitter/TMSplitterLayout";
|
|
54
50
|
//form
|
|
55
51
|
export { default as TMLoginForm } from "./forms/TMLoginForm";
|