@fluentui-copilot/react-prompt-listbox 0.0.3 → 0.0.4
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/CHANGELOG.json +16 -1
- package/CHANGELOG.md +2 -2
- package/dist/index.d.ts +2 -0
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-prompt-listbox",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 14 Aug 2024 23:11:18 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-prompt-listbox_v0.0.4",
|
|
7
|
+
"version": "0.0.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "owcampbe@microsoft.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-prompt-listbox",
|
|
13
|
+
"commit": "1b37d749959789efdf29b6b0bdac82666bc0f49b",
|
|
14
|
+
"comment": "chore: Upstream pacakge added import."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 05 Aug 2024 19:36:41 GMT",
|
|
6
21
|
"tag": "@fluentui-copilot/react-prompt-listbox_v0.0.3",
|
|
7
22
|
"version": "0.0.3",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-prompt-listbox
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 05 Aug 2024 19:36:
|
|
3
|
+
This log was last generated on Mon, 05 Aug 2024 19:36:41 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## [0.0.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-listbox_v0.0.3)
|
|
8
8
|
|
|
9
|
-
Mon, 05 Aug 2024 19:36:
|
|
9
|
+
Mon, 05 Aug 2024 19:36:41 GMT
|
|
10
10
|
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-listbox_v0.0.2..@fluentui-copilot/react-prompt-listbox_v0.0.3)
|
|
11
11
|
|
|
12
12
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import type { EventData } from '@fluentui/react-utilities';
|
|
|
10
10
|
import type { EventHandler } from '@fluentui/react-utilities';
|
|
11
11
|
import type { ForwardRefComponent } from '@fluentui/react-components';
|
|
12
12
|
import { InitialConfigType } from '@lexical/react/LexicalComposer';
|
|
13
|
+
import { LexicalEditor } from 'lexical';
|
|
13
14
|
import type { Listbox } from '@fluentui/react-components';
|
|
14
15
|
import type { ListboxContextValue } from '@fluentui/react-combobox';
|
|
15
16
|
import type { ListboxContextValue as ListboxContextValue_2 } from '@fluentui/react-components';
|
|
@@ -61,6 +62,7 @@ declare type EditorInputProps = Omit<ComponentProps<Partial<EditorInputSlots>, '
|
|
|
61
62
|
* @default true
|
|
62
63
|
*/
|
|
63
64
|
history?: boolean;
|
|
65
|
+
editorRef?: React.RefObject<LexicalEditor>;
|
|
64
66
|
};
|
|
65
67
|
|
|
66
68
|
declare type EditorInputSlots = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-prompt-listbox",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "PromptListbox for input components using EditorInput.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/chat-input-plugins": "^0.1.
|
|
16
|
-
"@fluentui-copilot/react-chat-input-plugins": "^0.1.
|
|
17
|
-
"@fluentui-copilot/react-editor-input": "^0.1.
|
|
18
|
-
"@fluentui-copilot/react-prompt-input": "^0.1.
|
|
15
|
+
"@fluentui-copilot/chat-input-plugins": "^0.1.4",
|
|
16
|
+
"@fluentui-copilot/react-chat-input-plugins": "^0.1.4",
|
|
17
|
+
"@fluentui-copilot/react-editor-input": "^0.1.4",
|
|
18
|
+
"@fluentui-copilot/react-prompt-input": "^0.1.4",
|
|
19
19
|
"@fluentui-copilot/react-provider": "^0.8.4",
|
|
20
20
|
"@fluentui-copilot/react-text-editor": "^0.1.8",
|
|
21
21
|
"@fluentui-copilot/text-editor": "^0.0.6",
|