@fluentui-copilot/react-prompt-listbox 0.3.5 → 0.3.6
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 +10 -1
- package/lib/PromptListbox.js +1 -1
- package/lib/PromptListbox.js.map +1 -1
- package/lib/PromptOption.js +1 -1
- package/lib/PromptOption.js.map +1 -1
- package/lib/components/PromptListbox/index.js +4 -5
- package/lib/components/PromptListbox/index.js.map +1 -1
- package/lib/components/PromptOption/index.js +4 -5
- package/lib/components/PromptOption/index.js.map +1 -1
- package/lib-commonjs/PromptListbox.js +24 -2
- package/lib-commonjs/PromptListbox.js.map +1 -1
- package/lib-commonjs/PromptOption.js +24 -2
- package/lib-commonjs/PromptOption.js.map +1 -1
- package/lib-commonjs/components/PromptListbox/index.js +27 -6
- package/lib-commonjs/components/PromptListbox/index.js.map +1 -1
- package/lib-commonjs/components/PromptOption/index.js +27 -6
- package/lib-commonjs/components/PromptOption/index.js.map +1 -1
- 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, 18 Dec 2024 08:54:34 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-prompt-listbox_v0.3.6",
|
|
7
|
+
"version": "0.3.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "makotom@microsoft.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-prompt-listbox",
|
|
13
|
+
"commit": "cc179462507d13546b93c6330be325014286998c",
|
|
14
|
+
"comment": "chore: Banning * exports."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 10 Dec 2024 20:22:06 GMT",
|
|
6
21
|
"tag": "@fluentui-copilot/react-prompt-listbox_v0.3.5",
|
|
7
22
|
"version": "0.3.5",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-prompt-listbox
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 18 Dec 2024 08:54:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.3.6](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-listbox_v0.3.6)
|
|
8
|
+
|
|
9
|
+
Wed, 18 Dec 2024 08:54:34 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-listbox_v0.3.5..@fluentui-copilot/react-prompt-listbox_v0.3.6)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: Banning * exports. ([PR #2477](https://github.com/microsoft/fluentai/pull/2477) by makotom@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [0.3.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-listbox_v0.3.2)
|
|
8
17
|
|
|
9
18
|
Thu, 31 Oct 2024 17:41:07 GMT
|
package/lib/PromptListbox.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { PromptListbox, promptListboxClassNames, renderPromptListbox_unstable, usePromptListboxStyles_unstable, usePromptListbox_unstable } from './components/PromptListbox/index';
|
|
2
2
|
//# sourceMappingURL=PromptListbox.js.map
|
package/lib/PromptListbox.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["PromptListbox.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["PromptListbox.ts"],"sourcesContent":["export type { PromptListboxContextValues, PromptListboxProps, PromptListboxSlots, PromptListboxState } from './components/PromptListbox/index';\nexport { PromptListbox, promptListboxClassNames, renderPromptListbox_unstable, usePromptListboxStyles_unstable, usePromptListbox_unstable } from './components/PromptListbox/index';\n"],"names":["PromptListbox","promptListboxClassNames","renderPromptListbox_unstable","usePromptListboxStyles_unstable","usePromptListbox_unstable"],"rangeMappings":"","mappings":"AACA,SAASA,aAAa,EAAEC,uBAAuB,EAAEC,4BAA4B,EAAEC,+BAA+B,EAAEC,yBAAyB,QAAQ,mCAAmC"}
|
package/lib/PromptOption.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { PromptOption, promptOptionClassNames, renderPromptOption_unstable, usePromptOptionStyles_unstable, usePromptOption_unstable } from './components/PromptOption/index';
|
|
2
2
|
//# sourceMappingURL=PromptOption.js.map
|
package/lib/PromptOption.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["PromptOption.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["PromptOption.ts"],"sourcesContent":["export type { PromptOptionProps, PromptOptionSlots, PromptOptionState } from './components/PromptOption/index';\nexport { PromptOption, promptOptionClassNames, renderPromptOption_unstable, usePromptOptionStyles_unstable, usePromptOption_unstable } from './components/PromptOption/index';\n"],"names":["PromptOption","promptOptionClassNames","renderPromptOption_unstable","usePromptOptionStyles_unstable","usePromptOption_unstable"],"rangeMappings":"","mappings":"AACA,SAASA,YAAY,EAAEC,sBAAsB,EAAEC,2BAA2B,EAAEC,8BAA8B,EAAEC,wBAAwB,QAAQ,kCAAkC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './usePromptListboxStyles.styles';
|
|
1
|
+
export { PromptListbox } from './PromptListbox';
|
|
2
|
+
export { renderPromptListbox_unstable } from './renderPromptListbox';
|
|
3
|
+
export { usePromptListbox_unstable } from './usePromptListbox';
|
|
4
|
+
export { promptListboxClassNames, usePromptListboxStyles_unstable } from './usePromptListboxStyles.styles';
|
|
6
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { PromptListbox } from './PromptListbox';\nexport type { PromptListboxContextValues, PromptListboxProps, PromptListboxSlots, PromptListboxState } from './PromptListbox.types';\nexport { renderPromptListbox_unstable } from './renderPromptListbox';\nexport { usePromptListbox_unstable } from './usePromptListbox';\nexport { promptListboxClassNames, usePromptListboxStyles_unstable } from './usePromptListboxStyles.styles';\n"],"names":["PromptListbox","renderPromptListbox_unstable","usePromptListbox_unstable","promptListboxClassNames","usePromptListboxStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,aAAa,QAAQ,kBAAkB;AAEhD,SAASC,4BAA4B,QAAQ,wBAAwB;AACrE,SAASC,yBAAyB,QAAQ,qBAAqB;AAC/D,SAASC,uBAAuB,EAAEC,+BAA+B,QAAQ,kCAAkC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './usePromptOptionStyles.styles';
|
|
1
|
+
export { PromptOption } from './PromptOption';
|
|
2
|
+
export { renderPromptOption_unstable } from './renderPromptOption';
|
|
3
|
+
export { usePromptOption_unstable } from './usePromptOption';
|
|
4
|
+
export { promptOptionClassNames, usePromptOptionStyles_unstable } from './usePromptOptionStyles.styles';
|
|
6
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { PromptOption } from './PromptOption';\nexport type { PromptOptionProps, PromptOptionSlots, PromptOptionState } from './PromptOption.types';\nexport { renderPromptOption_unstable } from './renderPromptOption';\nexport { usePromptOption_unstable } from './usePromptOption';\nexport { promptOptionClassNames, usePromptOptionStyles_unstable } from './usePromptOptionStyles.styles';\n"],"names":["PromptOption","renderPromptOption_unstable","usePromptOption_unstable","promptOptionClassNames","usePromptOptionStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,YAAY,QAAQ,iBAAiB;AAE9C,SAASC,2BAA2B,QAAQ,uBAAuB;AACnE,SAASC,wBAAwB,QAAQ,oBAAoB;AAC7D,SAASC,sBAAsB,EAAEC,8BAA8B,QAAQ,iCAAiC"}
|
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
PromptListbox: function() {
|
|
13
|
+
return _index.PromptListbox;
|
|
14
|
+
},
|
|
15
|
+
promptListboxClassNames: function() {
|
|
16
|
+
return _index.promptListboxClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderPromptListbox_unstable: function() {
|
|
19
|
+
return _index.renderPromptListbox_unstable;
|
|
20
|
+
},
|
|
21
|
+
usePromptListboxStyles_unstable: function() {
|
|
22
|
+
return _index.usePromptListboxStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
usePromptListbox_unstable: function() {
|
|
25
|
+
return _index.usePromptListbox_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _index = require("./components/PromptListbox/index");
|
|
7
29
|
//# sourceMappingURL=PromptListbox.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["PromptListbox.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["PromptListbox.ts"],"sourcesContent":["export type { PromptListboxContextValues, PromptListboxProps, PromptListboxSlots, PromptListboxState } from './components/PromptListbox/index';\nexport { PromptListbox, promptListboxClassNames, renderPromptListbox_unstable, usePromptListboxStyles_unstable, usePromptListbox_unstable } from './components/PromptListbox/index';\n"],"names":["PromptListbox","promptListboxClassNames","renderPromptListbox_unstable","usePromptListboxStyles_unstable","usePromptListbox_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,aAAa;eAAbA,oBAAa;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,4BAA4B;eAA5BA,mCAA4B;;IAAEC,+BAA+B;eAA/BA,sCAA+B;;IAAEC,yBAAyB;eAAzBA,gCAAyB;;;uBAAQ"}
|
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
PromptOption: function() {
|
|
13
|
+
return _index.PromptOption;
|
|
14
|
+
},
|
|
15
|
+
promptOptionClassNames: function() {
|
|
16
|
+
return _index.promptOptionClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderPromptOption_unstable: function() {
|
|
19
|
+
return _index.renderPromptOption_unstable;
|
|
20
|
+
},
|
|
21
|
+
usePromptOptionStyles_unstable: function() {
|
|
22
|
+
return _index.usePromptOptionStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
usePromptOption_unstable: function() {
|
|
25
|
+
return _index.usePromptOption_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _index = require("./components/PromptOption/index");
|
|
7
29
|
//# sourceMappingURL=PromptOption.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["PromptOption.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["PromptOption.ts"],"sourcesContent":["export type { PromptOptionProps, PromptOptionSlots, PromptOptionState } from './components/PromptOption/index';\nexport { PromptOption, promptOptionClassNames, renderPromptOption_unstable, usePromptOptionStyles_unstable, usePromptOption_unstable } from './components/PromptOption/index';\n"],"names":["PromptOption","promptOptionClassNames","renderPromptOption_unstable","usePromptOptionStyles_unstable","usePromptOption_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,YAAY;eAAZA,mBAAY;;IAAEC,sBAAsB;eAAtBA,6BAAsB;;IAAEC,2BAA2B;eAA3BA,kCAA2B;;IAAEC,8BAA8B;eAA9BA,qCAA8B;;IAAEC,wBAAwB;eAAxBA,+BAAwB;;;uBAAQ"}
|
|
@@ -2,10 +2,31 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
PromptListbox: function() {
|
|
13
|
+
return _PromptListbox.PromptListbox;
|
|
14
|
+
},
|
|
15
|
+
promptListboxClassNames: function() {
|
|
16
|
+
return _usePromptListboxStylesstyles.promptListboxClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderPromptListbox_unstable: function() {
|
|
19
|
+
return _renderPromptListbox.renderPromptListbox_unstable;
|
|
20
|
+
},
|
|
21
|
+
usePromptListboxStyles_unstable: function() {
|
|
22
|
+
return _usePromptListboxStylesstyles.usePromptListboxStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
usePromptListbox_unstable: function() {
|
|
25
|
+
return _usePromptListbox.usePromptListbox_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _PromptListbox = require("./PromptListbox");
|
|
29
|
+
const _renderPromptListbox = require("./renderPromptListbox");
|
|
30
|
+
const _usePromptListbox = require("./usePromptListbox");
|
|
31
|
+
const _usePromptListboxStylesstyles = require("./usePromptListboxStyles.styles");
|
|
11
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { PromptListbox } from './PromptListbox';\nexport type { PromptListboxContextValues, PromptListboxProps, PromptListboxSlots, PromptListboxState } from './PromptListbox.types';\nexport { renderPromptListbox_unstable } from './renderPromptListbox';\nexport { usePromptListbox_unstable } from './usePromptListbox';\nexport { promptListboxClassNames, usePromptListboxStyles_unstable } from './usePromptListboxStyles.styles';\n"],"names":["PromptListbox","promptListboxClassNames","renderPromptListbox_unstable","usePromptListboxStyles_unstable","usePromptListbox_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,aAAa;eAAbA,4BAAa;;IAIbC,uBAAuB;eAAvBA,qDAAuB;;IAFvBC,4BAA4B;eAA5BA,iDAA4B;;IAEHC,+BAA+B;eAA/BA,6DAA+B;;IADxDC,yBAAyB;eAAzBA,2CAAyB;;;+BAHJ;qCAEe;kCACH;8CAC+B"}
|
|
@@ -2,10 +2,31 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
PromptOption: function() {
|
|
13
|
+
return _PromptOption.PromptOption;
|
|
14
|
+
},
|
|
15
|
+
promptOptionClassNames: function() {
|
|
16
|
+
return _usePromptOptionStylesstyles.promptOptionClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderPromptOption_unstable: function() {
|
|
19
|
+
return _renderPromptOption.renderPromptOption_unstable;
|
|
20
|
+
},
|
|
21
|
+
usePromptOptionStyles_unstable: function() {
|
|
22
|
+
return _usePromptOptionStylesstyles.usePromptOptionStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
usePromptOption_unstable: function() {
|
|
25
|
+
return _usePromptOption.usePromptOption_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _PromptOption = require("./PromptOption");
|
|
29
|
+
const _renderPromptOption = require("./renderPromptOption");
|
|
30
|
+
const _usePromptOption = require("./usePromptOption");
|
|
31
|
+
const _usePromptOptionStylesstyles = require("./usePromptOptionStyles.styles");
|
|
11
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["index.ts"],"sourcesContent":["export { PromptOption } from './PromptOption';\nexport type { PromptOptionProps, PromptOptionSlots, PromptOptionState } from './PromptOption.types';\nexport { renderPromptOption_unstable } from './renderPromptOption';\nexport { usePromptOption_unstable } from './usePromptOption';\nexport { promptOptionClassNames, usePromptOptionStyles_unstable } from './usePromptOptionStyles.styles';\n"],"names":["PromptOption","promptOptionClassNames","renderPromptOption_unstable","usePromptOptionStyles_unstable","usePromptOption_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,YAAY;eAAZA,0BAAY;;IAIZC,sBAAsB;eAAtBA,mDAAsB;;IAFtBC,2BAA2B;eAA3BA,+CAA2B;;IAEHC,8BAA8B;eAA9BA,2DAA8B;;IADtDC,wBAAwB;eAAxBA,yCAAwB;;;8BAHJ;oCAEe;iCACH;6CAC8B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-prompt-listbox",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
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.3.
|
|
16
|
-
"@fluentui-copilot/react-chat-input-plugins": "^0.3.
|
|
17
|
-
"@fluentui-copilot/react-editor-input": "^0.3.
|
|
18
|
-
"@fluentui-copilot/react-prompt-input": "^0.4.
|
|
15
|
+
"@fluentui-copilot/chat-input-plugins": "^0.3.4",
|
|
16
|
+
"@fluentui-copilot/react-chat-input-plugins": "^0.3.4",
|
|
17
|
+
"@fluentui-copilot/react-editor-input": "^0.3.4",
|
|
18
|
+
"@fluentui-copilot/react-prompt-input": "^0.4.5",
|
|
19
19
|
"@fluentui-copilot/react-provider": "^0.9.3",
|
|
20
20
|
"@fluentui-copilot/react-text-editor": "^0.3.2",
|
|
21
21
|
"@fluentui-copilot/text-editor": "^0.2.1",
|