@datarailsshared/datarailsshared 1.4.144 → 1.4.145
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/assets/styles/vars.scss +1 -0
- package/bundles/datarailsshared-datarailsshared.umd.js +85 -37
- package/bundles/datarailsshared-datarailsshared.umd.js.map +1 -1
- package/datarailsshared-datarailsshared-1.4.145.tgz +0 -0
- package/datarailsshared-datarailsshared.d.ts +3 -3
- package/datarailsshared-datarailsshared.metadata.json +1 -1
- package/esm2015/datarailsshared-datarailsshared.js +4 -4
- package/esm2015/lib/dr-chat/chat.component.js +12 -4
- package/esm2015/lib/dr-chat/dr-chat-message/chat-message.component.js +1 -1
- package/esm2015/lib/dr-chat/dr-chat-suggestions/chat-suggestions.component.js +40 -2
- package/fesm2015/datarailsshared-datarailsshared.js +77 -33
- package/fesm2015/datarailsshared-datarailsshared.js.map +1 -1
- package/lib/dr-chat/chat.component.d.ts +2 -0
- package/lib/dr-chat/dr-chat-suggestions/chat-suggestions.component.d.ts +11 -2
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.4.144.tgz +0 -0
|
Binary file
|
|
@@ -8,9 +8,9 @@ export { DrChatFormComponent as ɵv } from './lib/dr-chat/dr-chat-form/chat-form
|
|
|
8
8
|
export { DrChatMessageComponent as ɵu } from './lib/dr-chat/dr-chat-message/chat-message.component';
|
|
9
9
|
export { DrChatCustomMessageDirective as ɵz } from './lib/dr-chat/dr-chat-message/dr-chat-message-custom/chat-custom-message.directive';
|
|
10
10
|
export { DrChatCustomMessageService as ɵt } from './lib/dr-chat/dr-chat-message/dr-chat-message-custom/chat-custom-message.service';
|
|
11
|
-
export { DrChatMessageFileComponent as
|
|
12
|
-
export { DrChatMessageTextComponent as
|
|
13
|
-
export { DrChatSuggestionsComponent as
|
|
11
|
+
export { DrChatMessageFileComponent as ɵy } from './lib/dr-chat/dr-chat-message/dr-chat-message-file/chat-message-file.component';
|
|
12
|
+
export { DrChatMessageTextComponent as ɵx } from './lib/dr-chat/dr-chat-message/dr-chat-message-text/chat-message-text.component';
|
|
13
|
+
export { DrChatSuggestionsComponent as ɵw } from './lib/dr-chat/dr-chat-suggestions/chat-suggestions.component';
|
|
14
14
|
export { DialogModalWrapperComponent as ɵr } from './lib/dr-dialog/components/dialog-modal-wrapper/dialog-modal-wrapper.component';
|
|
15
15
|
export { DialogWrapperComponent as ɵq } from './lib/dr-dialog/components/dialog-wrapper/dialog-wrapper.component';
|
|
16
16
|
export { DrDynamicTagComponent as ɵo } from './lib/dr-dynamic-tag/dr-dynamic-tag.component';
|