Skip to content

Commit b8cfa29

Browse files
author
marker dao ®
committed
test(make-angular-metadata.ts): Add removeMembers for new types
1 parent 5c22750 commit b8cfa29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/devextreme-metadata/make-angular-metadata.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ Ng.makeMetadata({
4949
removeMembers(/\/grids:ColumnBase.ai/),
5050
removeMembers(/\/calendar:dxCalendarOptions.todayButtonText/),
5151
removeMembers(/\/card_view:/),
52+
removeMembers(/\/chat:MainActionButton/),
5253
removeMembers(/\/chat:TextMessage.attachments/),
5354
removeMembers(
54-
/\/chat:dxChatOptions\.(fileUploaderOptions|inputFieldText|onAttachmentDownloadClick|speechToTextOptions)/,
55+
/\/chat:dxChatOptions\.(fileUploaderOptions|inputFieldText|mainActionButtonOptions|onAttachmentDownloadClick|speechToTextOptions)/,
5556
),
5657
removeMembers(/\/form:dxFormOptions\.(aiIntegration|onSmartPasting|onSmartPasted|smartPaste)/),
5758
removeMembers(/\/form:dxFormSimpleItem\.aiOptions/),

0 commit comments

Comments
 (0)