@atelier-ui/vue 0.0.29 → 0.0.30
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.
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
interface LlmChatTypingProps {
|
|
2
|
+
/** When true, renders as an inline cursor without bubble chrome. */
|
|
3
|
+
inline?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import('vue').DefineComponent<LlmChatTypingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LlmChatTypingProps> & Readonly<{}>, {
|
|
6
|
+
inline: boolean;
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=llm-chat-typing.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"llm-chat-typing.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/vue/src/lib/chat/llm-chat-typing.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"llm-chat-typing.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/vue/src/lib/chat/llm-chat-typing.vue"],"names":[],"mappings":"AAkCA,UAAU,kBAAkB;IAC1B,oEAAoE;IACpE,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;;YADU,OAAO;;AAqElB,wBAQG"}
|