@deepdesk/deepdesk-sdk 11.2.1-beta.1 → 11.2.1-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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.mts +36 -24
- package/dist/index.d.ts +36 -24
- package/dist/index.esm.js +1 -1
- package/dist/index.iife.js +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _reduxjs_toolkit_dist_configureStore from '@reduxjs/toolkit/dist/con
|
|
|
4
4
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
5
5
|
import { Middleware } from '@reduxjs/toolkit';
|
|
6
6
|
|
|
7
|
-
declare const styles$
|
|
7
|
+
declare const styles$m: {
|
|
8
8
|
readonly "root": string;
|
|
9
9
|
readonly "imageWrapper": string;
|
|
10
10
|
readonly "image": string;
|
|
@@ -33,10 +33,10 @@ interface CardComposition {
|
|
|
33
33
|
Content: FC<ContentProps>;
|
|
34
34
|
Title: FC<TitleProps>;
|
|
35
35
|
}
|
|
36
|
-
type CardStyles = typeof styles$
|
|
36
|
+
type CardStyles = typeof styles$m;
|
|
37
37
|
declare const Card: FC & CardComposition;
|
|
38
38
|
|
|
39
|
-
declare const styles$
|
|
39
|
+
declare const styles$l: {
|
|
40
40
|
readonly "root": string;
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -51,18 +51,18 @@ type Props$6 = HTMLAttributes<HTMLSpanElement> & {
|
|
|
51
51
|
className?: string;
|
|
52
52
|
keyCode: KeyboardHintKey;
|
|
53
53
|
};
|
|
54
|
-
type KeyboardHintStyles = typeof styles$
|
|
54
|
+
type KeyboardHintStyles = typeof styles$l;
|
|
55
55
|
declare const KeyboardHint: React.FC<Props$6>;
|
|
56
56
|
|
|
57
|
-
declare const styles$
|
|
57
|
+
declare const styles$k: {
|
|
58
58
|
readonly "root": string;
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
type Props$5 = HTMLAttributes<HTMLSpanElement>;
|
|
62
|
-
type LabelStyles = typeof styles$
|
|
62
|
+
type LabelStyles = typeof styles$k;
|
|
63
63
|
declare const Label: React.FC<Props$5>;
|
|
64
64
|
|
|
65
|
-
declare const styles$
|
|
65
|
+
declare const styles$j: {
|
|
66
66
|
readonly "root": string;
|
|
67
67
|
readonly "subTitleContainer": string;
|
|
68
68
|
readonly "subtitle": string;
|
|
@@ -73,10 +73,10 @@ type Props$4 = HTMLAttributes<HTMLElement> & {
|
|
|
73
73
|
type: string;
|
|
74
74
|
title?: string;
|
|
75
75
|
};
|
|
76
|
-
type SectionStyles = typeof styles$
|
|
76
|
+
type SectionStyles = typeof styles$j;
|
|
77
77
|
declare const Section: React.FC<Props$4>;
|
|
78
78
|
|
|
79
|
-
declare const styles$
|
|
79
|
+
declare const styles$i: {
|
|
80
80
|
readonly "root": string;
|
|
81
81
|
};
|
|
82
82
|
|
|
@@ -84,10 +84,10 @@ type Props$3 = {
|
|
|
84
84
|
className?: string;
|
|
85
85
|
children?: React.ReactNode;
|
|
86
86
|
};
|
|
87
|
-
type SectionListStyles = typeof styles$
|
|
87
|
+
type SectionListStyles = typeof styles$i;
|
|
88
88
|
declare const SectionList: React.ForwardRefExoticComponent<Props$3 & React.RefAttributes<HTMLDivElement>>;
|
|
89
89
|
|
|
90
|
-
declare const styles$
|
|
90
|
+
declare const styles$h: {
|
|
91
91
|
readonly "root": string;
|
|
92
92
|
readonly "fadein": string;
|
|
93
93
|
readonly "isClickable": string;
|
|
@@ -138,21 +138,21 @@ interface SuggestionComposition {
|
|
|
138
138
|
Labels: FC<LabelProps>;
|
|
139
139
|
IconButton: FC<IconButtonProps>;
|
|
140
140
|
}
|
|
141
|
-
type SuggestionStyles = typeof styles$
|
|
141
|
+
type SuggestionStyles = typeof styles$h;
|
|
142
142
|
declare const Suggestion: ForwardRefExoticComponent<Props$2 & RefAttributes<any>> & SuggestionComposition;
|
|
143
143
|
|
|
144
|
-
declare const styles$
|
|
144
|
+
declare const styles$g: {
|
|
145
145
|
readonly "root": string;
|
|
146
146
|
readonly "isWithDivider": string;
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
type SuggestionListStyles = typeof styles$
|
|
149
|
+
type SuggestionListStyles = typeof styles$g;
|
|
150
150
|
interface Props$1 {
|
|
151
151
|
withDivider?: boolean;
|
|
152
152
|
}
|
|
153
153
|
declare const SuggestionList: React.FC<Props$1>;
|
|
154
154
|
|
|
155
|
-
declare const styles$
|
|
155
|
+
declare const styles$f: {
|
|
156
156
|
readonly "root": string;
|
|
157
157
|
readonly "isCollapsed": string;
|
|
158
158
|
};
|
|
@@ -161,7 +161,7 @@ type Props = HTMLAttributes<HTMLButtonElement> & {
|
|
|
161
161
|
isCollapsed: boolean;
|
|
162
162
|
title: string;
|
|
163
163
|
};
|
|
164
|
-
type ToggleButtonStyles = typeof styles$
|
|
164
|
+
type ToggleButtonStyles = typeof styles$f;
|
|
165
165
|
declare const ToggleButton: React.FC<Props>;
|
|
166
166
|
|
|
167
167
|
declare enum Sources {
|
|
@@ -1568,7 +1568,7 @@ interface TextSuggestionState {
|
|
|
1568
1568
|
[type: string]: SuggestionState;
|
|
1569
1569
|
}
|
|
1570
1570
|
|
|
1571
|
-
declare const styles$
|
|
1571
|
+
declare const styles$e: {
|
|
1572
1572
|
readonly "isDisabled": string;
|
|
1573
1573
|
readonly "buttonStart": string;
|
|
1574
1574
|
readonly "root": string;
|
|
@@ -1579,9 +1579,9 @@ declare const styles$d: {
|
|
|
1579
1579
|
readonly "isAborted": string;
|
|
1580
1580
|
};
|
|
1581
1581
|
|
|
1582
|
-
type AutoflowStyles = typeof styles$
|
|
1582
|
+
type AutoflowStyles = typeof styles$e;
|
|
1583
1583
|
|
|
1584
|
-
declare const styles$
|
|
1584
|
+
declare const styles$d: {
|
|
1585
1585
|
readonly "root": string;
|
|
1586
1586
|
readonly "list": string;
|
|
1587
1587
|
readonly "listWrapper": string;
|
|
@@ -1629,21 +1629,32 @@ declare const styles$c: {
|
|
|
1629
1629
|
readonly "actionShortcutFixKerning": string;
|
|
1630
1630
|
};
|
|
1631
1631
|
|
|
1632
|
-
type CommandPaletteStyles = typeof styles$
|
|
1632
|
+
type CommandPaletteStyles = typeof styles$d;
|
|
1633
1633
|
|
|
1634
|
-
declare const styles$
|
|
1634
|
+
declare const styles$c: {
|
|
1635
1635
|
readonly "root": string;
|
|
1636
1636
|
readonly "content": string;
|
|
1637
1637
|
};
|
|
1638
1638
|
|
|
1639
|
-
type DialogStyles = typeof styles$
|
|
1639
|
+
type DialogStyles = typeof styles$c;
|
|
1640
1640
|
|
|
1641
|
-
declare const styles$
|
|
1641
|
+
declare const styles$b: {
|
|
1642
1642
|
readonly "root": string;
|
|
1643
1643
|
readonly "empty": string;
|
|
1644
1644
|
};
|
|
1645
1645
|
|
|
1646
|
-
type EntitiesListStyles = typeof styles$
|
|
1646
|
+
type EntitiesListStyles = typeof styles$b;
|
|
1647
|
+
|
|
1648
|
+
declare const styles$a: {
|
|
1649
|
+
readonly "root": string;
|
|
1650
|
+
readonly "entity": string;
|
|
1651
|
+
readonly "entityText": string;
|
|
1652
|
+
readonly "iconWrapper": string;
|
|
1653
|
+
readonly "icon": string;
|
|
1654
|
+
readonly "iconClicked": string;
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
type EntitiesWidgetListStyles = typeof styles$a;
|
|
1647
1658
|
|
|
1648
1659
|
declare const styles$9: {
|
|
1649
1660
|
readonly "root": string;
|
|
@@ -1778,6 +1789,7 @@ type WidgetCustomStyles = {
|
|
|
1778
1789
|
Suggestion?: Partial<SuggestionStyles>;
|
|
1779
1790
|
SuggestionList?: Partial<SuggestionListStyles>;
|
|
1780
1791
|
Widget?: Partial<WidgetStyles>;
|
|
1792
|
+
EntitiesWidgetList?: Partial<EntitiesWidgetListStyles>;
|
|
1781
1793
|
};
|
|
1782
1794
|
type InputOverlayCustomStyles = {
|
|
1783
1795
|
CommandPalette?: Partial<CommandPaletteStyles>;
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _reduxjs_toolkit_dist_configureStore from '@reduxjs/toolkit/dist/con
|
|
|
4
4
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
5
5
|
import { Middleware } from '@reduxjs/toolkit';
|
|
6
6
|
|
|
7
|
-
declare const styles$
|
|
7
|
+
declare const styles$m: {
|
|
8
8
|
readonly "root": string;
|
|
9
9
|
readonly "imageWrapper": string;
|
|
10
10
|
readonly "image": string;
|
|
@@ -33,10 +33,10 @@ interface CardComposition {
|
|
|
33
33
|
Content: FC<ContentProps>;
|
|
34
34
|
Title: FC<TitleProps>;
|
|
35
35
|
}
|
|
36
|
-
type CardStyles = typeof styles$
|
|
36
|
+
type CardStyles = typeof styles$m;
|
|
37
37
|
declare const Card: FC & CardComposition;
|
|
38
38
|
|
|
39
|
-
declare const styles$
|
|
39
|
+
declare const styles$l: {
|
|
40
40
|
readonly "root": string;
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -51,18 +51,18 @@ type Props$6 = HTMLAttributes<HTMLSpanElement> & {
|
|
|
51
51
|
className?: string;
|
|
52
52
|
keyCode: KeyboardHintKey;
|
|
53
53
|
};
|
|
54
|
-
type KeyboardHintStyles = typeof styles$
|
|
54
|
+
type KeyboardHintStyles = typeof styles$l;
|
|
55
55
|
declare const KeyboardHint: React.FC<Props$6>;
|
|
56
56
|
|
|
57
|
-
declare const styles$
|
|
57
|
+
declare const styles$k: {
|
|
58
58
|
readonly "root": string;
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
type Props$5 = HTMLAttributes<HTMLSpanElement>;
|
|
62
|
-
type LabelStyles = typeof styles$
|
|
62
|
+
type LabelStyles = typeof styles$k;
|
|
63
63
|
declare const Label: React.FC<Props$5>;
|
|
64
64
|
|
|
65
|
-
declare const styles$
|
|
65
|
+
declare const styles$j: {
|
|
66
66
|
readonly "root": string;
|
|
67
67
|
readonly "subTitleContainer": string;
|
|
68
68
|
readonly "subtitle": string;
|
|
@@ -73,10 +73,10 @@ type Props$4 = HTMLAttributes<HTMLElement> & {
|
|
|
73
73
|
type: string;
|
|
74
74
|
title?: string;
|
|
75
75
|
};
|
|
76
|
-
type SectionStyles = typeof styles$
|
|
76
|
+
type SectionStyles = typeof styles$j;
|
|
77
77
|
declare const Section: React.FC<Props$4>;
|
|
78
78
|
|
|
79
|
-
declare const styles$
|
|
79
|
+
declare const styles$i: {
|
|
80
80
|
readonly "root": string;
|
|
81
81
|
};
|
|
82
82
|
|
|
@@ -84,10 +84,10 @@ type Props$3 = {
|
|
|
84
84
|
className?: string;
|
|
85
85
|
children?: React.ReactNode;
|
|
86
86
|
};
|
|
87
|
-
type SectionListStyles = typeof styles$
|
|
87
|
+
type SectionListStyles = typeof styles$i;
|
|
88
88
|
declare const SectionList: React.ForwardRefExoticComponent<Props$3 & React.RefAttributes<HTMLDivElement>>;
|
|
89
89
|
|
|
90
|
-
declare const styles$
|
|
90
|
+
declare const styles$h: {
|
|
91
91
|
readonly "root": string;
|
|
92
92
|
readonly "fadein": string;
|
|
93
93
|
readonly "isClickable": string;
|
|
@@ -138,21 +138,21 @@ interface SuggestionComposition {
|
|
|
138
138
|
Labels: FC<LabelProps>;
|
|
139
139
|
IconButton: FC<IconButtonProps>;
|
|
140
140
|
}
|
|
141
|
-
type SuggestionStyles = typeof styles$
|
|
141
|
+
type SuggestionStyles = typeof styles$h;
|
|
142
142
|
declare const Suggestion: ForwardRefExoticComponent<Props$2 & RefAttributes<any>> & SuggestionComposition;
|
|
143
143
|
|
|
144
|
-
declare const styles$
|
|
144
|
+
declare const styles$g: {
|
|
145
145
|
readonly "root": string;
|
|
146
146
|
readonly "isWithDivider": string;
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
type SuggestionListStyles = typeof styles$
|
|
149
|
+
type SuggestionListStyles = typeof styles$g;
|
|
150
150
|
interface Props$1 {
|
|
151
151
|
withDivider?: boolean;
|
|
152
152
|
}
|
|
153
153
|
declare const SuggestionList: React.FC<Props$1>;
|
|
154
154
|
|
|
155
|
-
declare const styles$
|
|
155
|
+
declare const styles$f: {
|
|
156
156
|
readonly "root": string;
|
|
157
157
|
readonly "isCollapsed": string;
|
|
158
158
|
};
|
|
@@ -161,7 +161,7 @@ type Props = HTMLAttributes<HTMLButtonElement> & {
|
|
|
161
161
|
isCollapsed: boolean;
|
|
162
162
|
title: string;
|
|
163
163
|
};
|
|
164
|
-
type ToggleButtonStyles = typeof styles$
|
|
164
|
+
type ToggleButtonStyles = typeof styles$f;
|
|
165
165
|
declare const ToggleButton: React.FC<Props>;
|
|
166
166
|
|
|
167
167
|
declare enum Sources {
|
|
@@ -1568,7 +1568,7 @@ interface TextSuggestionState {
|
|
|
1568
1568
|
[type: string]: SuggestionState;
|
|
1569
1569
|
}
|
|
1570
1570
|
|
|
1571
|
-
declare const styles$
|
|
1571
|
+
declare const styles$e: {
|
|
1572
1572
|
readonly "isDisabled": string;
|
|
1573
1573
|
readonly "buttonStart": string;
|
|
1574
1574
|
readonly "root": string;
|
|
@@ -1579,9 +1579,9 @@ declare const styles$d: {
|
|
|
1579
1579
|
readonly "isAborted": string;
|
|
1580
1580
|
};
|
|
1581
1581
|
|
|
1582
|
-
type AutoflowStyles = typeof styles$
|
|
1582
|
+
type AutoflowStyles = typeof styles$e;
|
|
1583
1583
|
|
|
1584
|
-
declare const styles$
|
|
1584
|
+
declare const styles$d: {
|
|
1585
1585
|
readonly "root": string;
|
|
1586
1586
|
readonly "list": string;
|
|
1587
1587
|
readonly "listWrapper": string;
|
|
@@ -1629,21 +1629,32 @@ declare const styles$c: {
|
|
|
1629
1629
|
readonly "actionShortcutFixKerning": string;
|
|
1630
1630
|
};
|
|
1631
1631
|
|
|
1632
|
-
type CommandPaletteStyles = typeof styles$
|
|
1632
|
+
type CommandPaletteStyles = typeof styles$d;
|
|
1633
1633
|
|
|
1634
|
-
declare const styles$
|
|
1634
|
+
declare const styles$c: {
|
|
1635
1635
|
readonly "root": string;
|
|
1636
1636
|
readonly "content": string;
|
|
1637
1637
|
};
|
|
1638
1638
|
|
|
1639
|
-
type DialogStyles = typeof styles$
|
|
1639
|
+
type DialogStyles = typeof styles$c;
|
|
1640
1640
|
|
|
1641
|
-
declare const styles$
|
|
1641
|
+
declare const styles$b: {
|
|
1642
1642
|
readonly "root": string;
|
|
1643
1643
|
readonly "empty": string;
|
|
1644
1644
|
};
|
|
1645
1645
|
|
|
1646
|
-
type EntitiesListStyles = typeof styles$
|
|
1646
|
+
type EntitiesListStyles = typeof styles$b;
|
|
1647
|
+
|
|
1648
|
+
declare const styles$a: {
|
|
1649
|
+
readonly "root": string;
|
|
1650
|
+
readonly "entity": string;
|
|
1651
|
+
readonly "entityText": string;
|
|
1652
|
+
readonly "iconWrapper": string;
|
|
1653
|
+
readonly "icon": string;
|
|
1654
|
+
readonly "iconClicked": string;
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
type EntitiesWidgetListStyles = typeof styles$a;
|
|
1647
1658
|
|
|
1648
1659
|
declare const styles$9: {
|
|
1649
1660
|
readonly "root": string;
|
|
@@ -1778,6 +1789,7 @@ type WidgetCustomStyles = {
|
|
|
1778
1789
|
Suggestion?: Partial<SuggestionStyles>;
|
|
1779
1790
|
SuggestionList?: Partial<SuggestionListStyles>;
|
|
1780
1791
|
Widget?: Partial<WidgetStyles>;
|
|
1792
|
+
EntitiesWidgetList?: Partial<EntitiesWidgetListStyles>;
|
|
1781
1793
|
};
|
|
1782
1794
|
type InputOverlayCustomStyles = {
|
|
1783
1795
|
CommandPalette?: Partial<CommandPaletteStyles>;
|