@antscorp/antsomi-ui 1.2.3-beta.1 → 1.2.3-beta.2

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.
@@ -0,0 +1 @@
1
+ export declare const ArrowGrowIcon: (props: any) => JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const BugIcon: (props: any) => JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const CheckSlimIcon: (props: any) => JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const CommentIcon: (props: any) => JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const FreeDrawIcon: (props: any) => JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const HighlightIcon: (props: any) => JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const IdeaIcon: (props: any) => JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const InvisibleIcon: (props: any) => JSX.Element;
@@ -5,3 +5,9 @@ export { GPTIconV2 } from './GPTIconV2';
5
5
  export { PlaneIcon } from './PlaneIcon';
6
6
  export { WarningIcon } from './WarningIcon';
7
7
  export { UserIcon } from './UserIcon';
8
+ export { HighlightIcon } from './HighlightIcon';
9
+ export { ArrowGrowIcon } from './ArrowGrowIcon';
10
+ export { CheckSlimIcon } from './CheckSlimIcon';
11
+ export { CommentIcon } from './CommentIcon';
12
+ export { FreeDrawIcon } from './FreeDrawIcon';
13
+ export { InvisibleIcon } from './InvisibleIcon';
@@ -20,7 +20,8 @@ export declare enum REPORT_TYPES {
20
20
  ISSUE = "issue",
21
21
  IDEA = "idea",
22
22
  HELP = "help",
23
- CHAT = "chat"
23
+ CHAT = "chat",
24
+ HELP_V1 = "help_v1"
24
25
  }
25
26
  export declare const ATTACH_CAPTURE_TYPES: {
26
27
  key: ATTACH_KEYS;
@@ -32,7 +33,7 @@ export declare const ATTACH_CAPTURE_TYPES: {
32
33
  }[];
33
34
  }[];
34
35
  export declare const TABS_SHARING_SCREEN: ITabShareScreenProps[];
35
- export declare const HELP_APP: {
36
+ export declare const HELP_APP: ({
36
37
  title: string;
37
38
  key: string;
38
39
  children: ({
@@ -41,6 +42,7 @@ export declare const HELP_APP: {
41
42
  children: ({
42
43
  title: string;
43
44
  key: string;
45
+ path: string;
44
46
  children?: undefined;
45
47
  } | {
46
48
  title: string;
@@ -48,6 +50,7 @@ export declare const HELP_APP: {
48
50
  children: ({
49
51
  title: string;
50
52
  key: string;
53
+ path: string;
51
54
  children?: undefined;
52
55
  } | {
53
56
  title: string;
@@ -55,12 +58,76 @@ export declare const HELP_APP: {
55
58
  children: {
56
59
  title: string;
57
60
  key: string;
61
+ path: string;
58
62
  }[];
63
+ path?: undefined;
59
64
  })[];
65
+ path?: undefined;
60
66
  })[];
67
+ path?: undefined;
61
68
  } | {
62
69
  title: string;
63
70
  key: string;
71
+ path: string;
64
72
  children?: undefined;
65
73
  })[];
66
- }[];
74
+ } | {
75
+ title: string;
76
+ key: string;
77
+ children: ({
78
+ title: string;
79
+ key: string;
80
+ children?: undefined;
81
+ } | {
82
+ title: string;
83
+ key: string;
84
+ children: ({
85
+ title: string;
86
+ key: string;
87
+ path: string;
88
+ children?: undefined;
89
+ } | {
90
+ title: string;
91
+ key: string;
92
+ children: ({
93
+ title: string;
94
+ key: string;
95
+ path: string;
96
+ children?: undefined;
97
+ } | {
98
+ title: string;
99
+ key: string;
100
+ children: {
101
+ title: string;
102
+ key: string;
103
+ path: string;
104
+ }[];
105
+ path?: undefined;
106
+ })[];
107
+ path?: undefined;
108
+ })[];
109
+ })[];
110
+ } | {
111
+ title: string;
112
+ key: string;
113
+ children: ({
114
+ title: string;
115
+ key: string;
116
+ path: string;
117
+ children?: undefined;
118
+ } | {
119
+ title: string;
120
+ key: string;
121
+ children: {
122
+ title: string;
123
+ key: string;
124
+ path: string;
125
+ }[];
126
+ path?: undefined;
127
+ } | {
128
+ title: string;
129
+ key: string;
130
+ path?: undefined;
131
+ children?: undefined;
132
+ })[];
133
+ })[];
@@ -37,6 +37,7 @@ export declare const WrapperHeader: import("styled-components").StyledComponent<
37
37
  export declare const Header: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd/es/typography/Text").TextProps & import("react").RefAttributes<HTMLSpanElement>>, any, {}, never>;
38
38
  export declare const WrapperBody: import("styled-components").StyledComponent<"div", any, {}, never>;
39
39
  export declare const WrapperFooter: import("styled-components").StyledComponent<"div", any, {}, never>;
40
+ export declare const WrapperFooterSpace: import("styled-components").StyledComponent<"div", any, {}, never>;
40
41
  export declare const EditorWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
41
42
  export declare const WrapperLinkFiles: import("styled-components").StyledComponent<"div", any, {}, never>;
42
43
  export declare const WrapperLinkItemFiles: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -55,3 +56,21 @@ export declare const ErrorMessage: import("styled-components").StyledComponent<"
55
56
  export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
56
57
  export declare const LabelTitle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd/es/typography/Text").TextProps & import("react").RefAttributes<HTMLSpanElement>>, any, {}, never>;
57
58
  export declare const WrapperContentHelp: import("styled-components").StyledComponent<"div", any, {}, never>;
59
+ export declare const Link: import("styled-components").StyledComponent<"a", any, {}, never>;
60
+ export declare const IframeHelp: import("styled-components").StyledComponent<"iframe", any, {}, never>;
61
+ export declare const TitleSearch: import("styled-components").StyledComponent<"span", any, {}, never>;
62
+ export declare const WrapperSearch: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd/es/input").SearchProps & import("react").RefAttributes<import("antd").InputRef>>, any, {}, never>;
63
+ export declare const TreeContent: import("styled-components").StyledComponent<(<T extends import("rc-tree").BasicDataNode | import("antd").TreeDataNode = import("antd").TreeDataNode>(props: import("antd").TreeProps<T> & {
64
+ children?: import("react").ReactNode;
65
+ } & {
66
+ ref?: import("react").Ref<import("rc-tree/lib/Tree").default<import("antd").TreeDataNode>> | undefined;
67
+ }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
68
+ TreeNode: import("react").FC<import("rc-tree").TreeNodeProps<import("antd").TreeDataNode>>;
69
+ DirectoryTree: (<T_1 extends import("rc-tree").BasicDataNode | import("antd").TreeDataNode = import("antd").TreeDataNode>(props: import("antd/es/tree").DirectoryTreeProps<T_1> & {
70
+ children?: import("react").ReactNode;
71
+ } & {
72
+ ref?: import("react").Ref<import("rc-tree/lib/Tree").default<import("antd").TreeDataNode>> | undefined;
73
+ }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
74
+ displayName?: string | undefined;
75
+ };
76
+ }, any, {}, never>;
@@ -56,4 +56,10 @@ export interface StreamTrackProps {
56
56
  desktopStream: MediaStream;
57
57
  voiceStream: MediaStream;
58
58
  }
59
+ export interface HelpDocItem {
60
+ title: string | JSX.Element;
61
+ key: string;
62
+ path?: string;
63
+ children?: HelpDocItem[];
64
+ }
59
65
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.2.3-beta.1",
3
+ "version": "1.2.3-beta.2",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -118,6 +118,7 @@
118
118
  "tsconfig-paths-webpack-plugin": "^4.0.1",
119
119
  "typescript": "^4.9.4",
120
120
  "vite": "^4.2.1",
121
+ "vite-plugin-mkcert": "^1.15.0",
121
122
  "webpack": "^5.78.0",
122
123
  "webpack-cli": "^5.0.1"
123
124
  },
@@ -126,4 +127,4 @@
126
127
  "react": ">=16.9.0",
127
128
  "react-dom": ">=16.9.0"
128
129
  }
129
- }
130
+ }