quickblox-react-ui-kit 0.2.8-beta.9 → 0.2.8

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/dist/index-ui.js CHANGED
@@ -193,7 +193,7 @@ __webpack_require__.r(__webpack_exports__);
193
193
 
194
194
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
195
195
  // Module
196
- ___CSS_LOADER_EXPORT___.push([module.id, ".context-menu,\n.context-menu * {\n box-sizing: border-box;\n}\n\n.context-menu {\n background: var(--main-background, #ffffff);\n border-radius: 4px;\n padding: 8px 0px 8px 0px;\n display: flex;\n flex-direction: column;\n gap: 0px;\n align-items: flex-start;\n justify-content: flex-start;\n position: relative;\n box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04), 0px 3px 14px 0px rgba(0, 0, 0, 0.08), 0px 8px 10px 0px rgba(0, 0, 0, 0.12);\n z-index: 1;\n position: absolute;\n top: 60px;\n transform: translate(-80%, -80%);\n}\n\n.context-menu-item {\n padding: 4px 8px 4px 16px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.context-menu-item-reply {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--body-body-medium, 400 14px/20px \"Roboto\", sans-serif);\n position: relative;\n width: 87px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n\n.context-menu-item-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/ContextMenu/ContextMenu.scss"],"names":[],"mappings":"AAAA;;EAEE,sBAAA;AACF;;AACA;EACE,2CAAA;EACA,kBAAA;EACA,wBAAA;EACA,aAAA;EACA,sBAAA;EACA,QAAA;EACA,uBAAA;EACA,2BAAA;EACA,kBAAA;EACA,2HAAA;EAGA,UAAA;EACA,kBAAA;EACA,SAAA;EAEA,gCAAA;AADF;;AAKA;EACE,yBAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAFF;;AAIA;EACE,gCAAA;EACA,gBAAA;EACA,iEAAA;EACA,kBAAA;EACA,WAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;AADF;;AAGA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAAF","sourcesContent":[".context-menu,\n.context-menu * {\n box-sizing: border-box;\n}\n.context-menu {\n background: var(--main-background, #ffffff);\n border-radius: 4px;\n padding: 8px 0px 8px 0px;\n display: flex;\n flex-direction: column;\n gap: 0px;\n align-items: flex-start;\n justify-content: flex-start;\n position: relative;\n box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04),\n 0px 3px 14px 0px rgba(0, 0, 0, 0.08),\n 0px 8px 10px 0px rgba(0, 0, 0, 0.12);\n z-index: 1;\n position: absolute;\n top: 60px;\n // left: 50%;\n transform: translate(-80%, -80%);\n}\n\n\n.context-menu-item {\n padding: 4px 8px 4px 16px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.context-menu-item-reply {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--body-body-medium, 400 14px/20px \"Roboto\", sans-serif);\n position: relative;\n width: 87px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n.context-menu-item-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}\n"],"sourceRoot":""}]);
196
+ ___CSS_LOADER_EXPORT___.push([module.id, ".context-menu,\n.context-menu * {\n box-sizing: border-box;\n}\n\n.context-menu {\n background: var(--main-background, #ffffff);\n border-radius: 4px;\n padding: 8px 0px 8px 0px;\n display: flex;\n flex-direction: column;\n gap: 0px;\n align-items: flex-start;\n justify-content: flex-start;\n box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04), 0px 3px 14px 0px rgba(0, 0, 0, 0.08), 0px 8px 10px 0px rgba(0, 0, 0, 0.12);\n z-index: 1;\n position: absolute;\n top: 60px;\n transform: translate(-80%, -140%);\n}\n\n.context-menu-item {\n padding: 4px 8px 4px 16px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.context-menu-item-reply {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--body-body-medium, 400 14px/20px \"Roboto\", sans-serif);\n position: relative;\n width: 87px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n\n.context-menu-item-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/ContextMenu/ContextMenu.scss"],"names":[],"mappings":"AAAA;;EAEE,sBAAA;AACF;;AACA;EACE,2CAAA;EACA,kBAAA;EACA,wBAAA;EACA,aAAA;EACA,sBAAA;EACA,QAAA;EACA,uBAAA;EACA,2BAAA;EAEA,2HAAA;EAGA,UAAA;EACA,kBAAA;EACA,SAAA;EAEA,iCAAA;AAFF;;AAMA;EACE,yBAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAHF;;AAKA;EACE,gCAAA;EACA,gBAAA;EACA,iEAAA;EACA,kBAAA;EACA,WAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;AAFF;;AAIA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AADF","sourcesContent":[".context-menu,\n.context-menu * {\n box-sizing: border-box;\n}\n.context-menu {\n background: var(--main-background, #ffffff);\n border-radius: 4px;\n padding: 8px 0px 8px 0px;\n display: flex;\n flex-direction: column;\n gap: 0px;\n align-items: flex-start;\n justify-content: flex-start;\n //position: relative;\n box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04),\n 0px 3px 14px 0px rgba(0, 0, 0, 0.08),\n 0px 8px 10px 0px rgba(0, 0, 0, 0.12);\n z-index: 1;\n position: absolute;\n top: 60px;\n // left: 50%;\n transform: translate(-80%, -140%);\n}\n\n\n.context-menu-item {\n padding: 4px 8px 4px 16px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.context-menu-item-reply {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--body-body-medium, 400 14px/20px \"Roboto\", sans-serif);\n position: relative;\n width: 87px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n.context-menu-item-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}\n"],"sourceRoot":""}]);
197
197
  // Exports
198
198
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
199
199
 
@@ -217,7 +217,7 @@ __webpack_require__.r(__webpack_exports__);
217
217
 
218
218
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
219
219
  // Module
220
- ___CSS_LOADER_EXPORT___.push([module.id, ".message-view-container {\n display: flex;\n flex-flow: column nowrap;\n justify-content: space-between;\n align-items: center;\n margin: 0 auto;\n gap: 3px;\n min-width: var(--max-width-message-view-container);\n}\n.message-view-container--header {\n min-height: 64px;\n max-height: 64px;\n width: 100%;\n}\n.message-view-container--information {\n background-color: var(--color-background-info);\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: center;\n align-items: center;\n gap: 3px;\n max-height: 16px;\n min-height: 16px;\n width: 100%;\n padding-bottom: 2px;\n padding-top: 2px;\n border-radius: 4px;\n margin-left: 20px;\n margin-right: 20px;\n line-height: 16px;\n font-size: 11px;\n}\n.message-view-container--messages {\n background-color: var(--secondary-background);\n width: 100%;\n max-height: 656px;\n display: flex;\n flex-flow: column nowrap;\n justify-content: flex-end;\n}\n.message-view-container--system-message-wrapper {\n justify-content: center;\n align-items: center;\n justify-items: center;\n width: 100%;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n padding: 20px 0px 10px 0px;\n}\n.message-view-container--system-message-wrapper__date_container {\n background-color: var(--disabled-elements);\n border-radius: 30px;\n width: 72px;\n height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 11px;\n line-height: 16px;\n text-align: center;\n letter-spacing: 0.5px;\n justify-content: center;\n align-items: center;\n justify-items: center;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n}\n.message-view-container--incoming-message-wrapper {\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n margin-top: 10px;\n margin-bottom: 10px;\n padding-bottom: 8px;\n gap: 8px;\n}\n.message-view-container--incoming-message-wrapper__message {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n gap: 8px;\n}\n.message-view-container--incoming-message-wrapper__avatar {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n}\n.message-view-container__sender-avatar {\n min-height: 36px;\n min-width: 36px;\n max-height: 36px;\n max-width: 36px;\n height: 36px;\n width: 36px;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n display: flex;\n background-color: var(--disabled-elements);\n}\n.message-view-container--incoming-message-container {\n display: flex;\n flex-flow: column nowrap;\n gap: 3px;\n height: 100%;\n max-width: 504px;\n}\n.message-view-container__sender-name {\n color: var(--secondary-text);\n padding-left: 16px;\n}\n.message-view-container__sender-message {\n background: var(--incoming-background);\n border-radius: 22px 22px 22px 0px;\n padding: 8px 12px;\n color: var(--main-text);\n}\n.message-view-container__widget-ai-translate {\n text-align: left;\n margin-left: 46px;\n font-family: Roboto;\n font-size: 11px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px; /* 145.455% */\n letter-spacing: 0.5px;\n color: var(--tertiary-elements);\n align-self: self-start;\n white-space: nowrap;\n cursor: pointer;\n}\n.message-view-container__incoming-time {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n font: var(--label-label-small, 500 11px/16px \"Roboto\", sans-serif);\n color: var(--main-text);\n}\n.message-view-container__status-message {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n gap: 2px;\n}\n.message-view-container--outgoing-message-wrapper {\n margin-right: 20px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n gap: 8px;\n margin-bottom: 10px;\n margin-top: 10px;\n min-height: 52px;\n}\n.message-view-container__outgoing-message {\n background: var(--outgoing-background);\n border-radius: 22px 22px 0px 22px;\n padding: 8px 12px;\n height: 100%;\n max-width: 504px;\n color: var(--main-text);\n}\n.message-view-container--message-content-wrapper {\n max-width: 300px;\n max-height: 160px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n align-items: center;\n margin: 0 auto;\n padding: 0;\n border-radius: 4px;\n}\n.message-view-container--file-message-content-wrapper {\n max-width: 85px;\n max-height: 32px;\n min-width: 85px;\n min-height: 32px;\n width: 85px;\n height: 32px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: center;\n align-items: center;\n margin: 0 auto;\n gap: 12px;\n}\n.message-view-container__file-message-icon {\n min-height: 32px;\n min-width: 32px;\n max-height: 32px;\n max-width: 32px;\n height: 32px;\n width: 32px;\n border-radius: 4px;\n background: var(--caption);\n}\n.message-view-container--warning-error {\n min-height: 11px;\n max-height: 11px;\n height: 11px;\n justify-content: flex-start;\n align-items: flex-start;\n justify-items: flex-start;\n text-align: left;\n vertical-align: middle;\n line-height: 11px;\n font-size: 10px;\n color: var(--main-elements);\n font-weight: bold;\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n}\n.message-view-container--chat-input {\n min-height: 54px;\n max-height: 182px;\n height: 54px;\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: space-between;\n align-items: center;\n margin: 0 auto;\n padding-left: 12px;\n padding-right: 12px;\n padding-bottom: 2px;\n gap: 6px;\n}\n.message-view-container--chat-input:disabled {\n background-color: dimgrey;\n color: linen;\n opacity: 1;\n cursor: not-allowed;\n}\n.message-view-container--chat-input textarea {\n width: 100%;\n height: 44px;\n min-Height: 44px;\n max-Height: 128px;\n background-Color: var(--chat-input);\n border-Radius: 4px;\n padding-left: 16px;\n padding-top: 8px;\n line-height: 24px;\n font-size: 16px;\n margin: 0 auto;\n resize: none;\n}\n\n.input-text-message * {\n box-sizing: border-box;\n}\n\n.input-text-message {\n background: var(--chat-input);\n border-radius: 4px;\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: flex-end;\n justify-content: flex-start;\n flex: 1;\n position: relative;\n}\n\n.type-message {\n color: var(--field-border);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n\n.type-message textarea {\n color: var(--input-elements);\n font: var(--body-body-large);\n border: none;\n outline: none;\n}\n\n.right {\n display: flex;\n flex-direction: row;\n gap: 10px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n margin-bottom: 5px;\n}\n\n.ai-assist-icon {\n border-radius: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/Dialog.scss"],"names":[],"mappings":"AAYA;EAGE,aAAA;EACA,wBAAA;EAEA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,QAAA;EACA,kDAAA;AAdF;AAiBE;EACE,gBAxBuC;EAyBvC,gBAzBuC;EA0BvC,WAAA;AAfJ;AAiBE;EACE,8CA1BkD;EA2BlD,WAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,uBAAA;EACA,mBAAA;EACA,QAAA;EAEA,gBApC4C;EAqC5C,gBArC4C;EAsC5C,WAAA;EACA,mBAAA;EACA,gBAAA;EACA,kBAAA;EACA,iBAAA;EACA,kBAAA;EACA,iBA5C4C;EA6C5C,eAAA;AAhBJ;AAkBE;EACE,6CA9CsC;EA+CtC,WAAA;EACA,iBAAA;EAGA,aAAA;EACA,wBAAA;EACA,yBAAA;AAlBJ;AAqBE;EACE,uBAAA;EACA,mBAAA;EACA,qBAAA;EACA,WAAA;EACA,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,cAAA;EACA,QAAA;EACA,0BAAA;AAnBJ;AAoBI;EACE,0CAAA;EACA,mBAAA;EACA,WAAA;EACA,YAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,kBAAA;EACA,qBAAA;EACA,uBAAA;EACA,mBAAA;EACA,qBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,cAAA;EACA,QAAA;AApBN;AAuBE;EACE,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,gBAAA;EACA,mBAAA;EACA,mBAAA;EACA,QAAA;AArBJ;AAuBI;EACE,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,QAAA;AArBN;AAwBI;EACE,aAAA;EACA,sBAAA;EACA,yBAAA;EACA,mBAAA;AAtBN;AAyBE;EACE,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,eAAA;EACA,YAAA;EACA,WAAA;EACA,kBAAA;EACA,uBAAA;EACA,mBAAA;EACA,aAAA;EACA,0CAAA;AAvBJ;AAyBE;EACE,aAAA;EACA,wBAAA;EACA,QAAA;EACA,YAAA;EACA,gBAAA;AAvBJ;AAyBE;EACE,4BArI0C;EAsI1C,kBAAA;AAvBJ;AAyBE;EACE,sCA5IqD;EA6IrD,iCAAA;EACA,iBAAA;EACA,uBA7IwC;AAsH5C;AAyBE;EACE,gBAAA;EACA,iBAAA;EACA,mBAAA;EACA,eAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA,EAAA,aAAA;EACA,qBAAA;EACA,+BAtJ6C;EAuJ7C,sBAAA;EACA,mBAAA;EACA,eAAA;AAvBJ;AAyBE;EACE,aAAA;EACA,sBAAA;EACA,yBAAA;EACA,kEAAA;EACA,uBAlKwC;AA2I5C;AAyBE;EACE,aAAA;EACA,mBAAA;EACA,yBAAA;EACA,QAAA;AAvBJ;AAyBE;EACE,kBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,QAAA;EACA,mBAAA;EACA,gBAAA;EACA,gBAAA;AAvBJ;AAyBE;EACE,sCAvLuD;EAwLvD,iCAAA;EACA,iBAAA;EACA,YAAA;EACA,gBAAA;EACA,uBA3LwC;AAoK5C;AAyBE;EACE,gBAAA;EACA,iBAAA;EAIA,aAAA;EACA,mBAAA;EACA,iBAAA;EAEA,mBAAA;EACA,cAAA;EACA,UAAA;EAEA,kBAAA;AA5BJ;AA8BE;EACE,eAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,WAAA;EACA,YAAA;EAEA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,uBAAA;EACA,mBAAA;EACA,cAAA;EACA,SAAA;AA7BJ;AAgCE;EACE,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,eAAA;EACA,YAAA;EACA,WAAA;EACA,kBAAA;EACA,0BAAA;AA9BJ;AAgCE;EACE,gBAAA;EACA,gBAAA;EACA,YAAA;EACA,2BAAA;EACA,uBAAA;EACA,yBAAA;EACA,gBAAA;EACA,sBAAA;EACA,iBAAA;EACA,eAAA;EACA,2BAAA;EACA,iBAAA;EAEA,WAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,cAAA;EACA,QAAA;AA/BJ;AAiCE;EAOE,gBA1Q2C;EA2Q3C,iBAAA;EACA,YA5Q2C;EA8Q3C,WAAA;EACA,aAAA;EAEA,mBAAA;EACA,iBAAA;EAEA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;EACA,mBAAA;EACA,mBAAA;EAEA,QAAA;AAzCJ;AAkBI;EACE,yBAAA;EACA,YAAA;EACA,UAAA;EACA,mBAAA;AAhBN;AAqCI;EACE,WAAA;EACA,YAAA;EACA,gBAAA;EACA,iBAAA;EACA,mCAAA;EACA,kBAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,YAAA;AAnCN;;AAyCA;EACE,sBAAA;AAtCF;;AAwCA;EACE,6BAAA;EACA,kBAAA;EAEA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,qBAAA;EACA,2BAAA;EACA,OAAA;EACA,kBAAA;AAtCF;;AAyCA;EACE,0BAAA;EACA,gBAAA;EACA,4BAAA;EACA,kBAAA;EACA,OAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;AAtCF;;AAwCA;EACE,4BAAA;EACA,4BAAA;EACA,YAAA;EACA,aAAA;AArCF;;AAuCA;EACE,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,yBAAA;EACA,cAAA;EACA,kBAAA;EACA,kBAAA;AApCF;;AAsCA;EACE,kBAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAnCF","sourcesContent":["$message-view-container-wrapper-max-height: 800px;\n$message-view-container-wrapper-min-width: 720px;\n$message-view-container-header-min-height: 64px;\n$message-view-container-chat-input-min-height: 54px;\n$message-view-container-information-min-height: 16px;\n$message-view-container-information-background-color: var(--color-background-info);\n$message-view-container-background-color: var(--secondary-background);\n$message-view-container-sender-message-background-color: var(--incoming-background);\n$message-view-container-outgoing-message-background-color: var(--outgoing-background);\n$message-view-container-message-text-color: var(--main-text);\n$message-view-container-date-time-text-color: var(--secondary-text);\n$message-view-container-ai-translate-text-color: var(--tertiary-elements);\n.message-view-container{\n // min-height: $message-view-container-wrapper-max-height;\n // max-height: $message-view-container-wrapper-max-height;\n display: flex;\n flex-flow: column nowrap;\n\n justify-content: space-between;\n align-items: center;\n margin: 0 auto;\n gap: 3px;\n min-width: var(--max-width-message-view-container);\n\n\n &--header{\n min-height: $message-view-container-header-min-height;\n max-height: $message-view-container-header-min-height;\n width: 100%\n }\n &--information{\n background-color: $message-view-container-information-background-color;\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: center;\n align-items: center;\n gap: 3px;\n\n max-height: $message-view-container-information-min-height;\n min-height: $message-view-container-information-min-height;\n width: 100%;\n padding-bottom: 2px;\n padding-top: 2px;\n border-radius: 4px;\n margin-left: 20px;\n margin-right: 20px;\n line-height: $message-view-container-information-min-height;\n font-size: 11px;\n }\n &--messages{\n background-color: $message-view-container-background-color;\n width: 100%;\n max-height: calc(800px - 128px - 16px);\n // max-height: calc(100vh - 128px - 16px); // TODO: fix calc max-height\n\n display: flex;\n flex-flow: column nowrap;\n justify-content: flex-end;\n\n }\n &--system-message-wrapper{\n justify-content: center;\n align-items: center;\n justify-items: center;\n width: 100%;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n padding: 20px 0px 10px 0px;\n &__date_container{\n background-color: var(--disabled-elements);\n border-radius: 30px;\n width: 72px;\n height: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 11px;\n line-height: 16px;\n\n text-align: center;\n letter-spacing: 0.5px;\n justify-content: center;\n align-items: center;\n justify-items: center;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n }\n }\n &--incoming-message-wrapper{\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n margin-top: 10px;\n margin-bottom: 10px;\n padding-bottom: 8px;\n gap: 8px;\n\n &__message{\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n gap: 8px;\n }\n\n &__avatar{\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n }\n }\n &__sender-avatar{\n min-height: 36px;\n min-width: 36px;\n max-height: 36px;\n max-width: 36px;\n height: 36px;\n width: 36px;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n display: flex;\n background-color: var(--disabled-elements);\n }\n &--incoming-message-container{\n display: flex;\n flex-flow: column nowrap;\n gap: 3px;\n height: 100%;\n max-width: 504px;\n }\n &__sender-name{\n color: $message-view-container-date-time-text-color;\n padding-left: 16px;\n }\n &__sender-message{\n background: $message-view-container-sender-message-background-color;\n border-radius: 22px 22px 22px 0px;\n padding: 8px 12px;\n color: $message-view-container-message-text-color;\n }\n &__widget-ai-translate{\n text-align: left;\n margin-left: 46px;\n font-family: Roboto;\n font-size: 11px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px; /* 145.455% */\n letter-spacing: 0.5px;\n color: $message-view-container-ai-translate-text-color;\n align-self: self-start;\n white-space: nowrap;\n cursor: pointer;\n }\n &__incoming-time{\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n font: var(--label-label-small, 500 11px/16px \"Roboto\", sans-serif);\n color: $message-view-container-message-text-color;\n }\n &__status-message {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n gap: 2px;\n }\n &--outgoing-message-wrapper{\n margin-right: 20px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n gap: 8px;\n margin-bottom: 10px;\n margin-top: 10px;\n min-height: 52px;\n }\n &__outgoing-message{\n background: $message-view-container-outgoing-message-background-color;\n border-radius: 22px 22px 0px 22px;\n padding: 8px 12px;\n height: 100%;\n max-width: 504px;\n color: $message-view-container-message-text-color;\n }\n &--message-content-wrapper{\n max-width: 300px;\n max-height: 160px;\n // min-width: 300px;\n // width: 300px;\n\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n // justify-content: center;\n align-items: center;\n margin: 0 auto;\n padding: 0;\n\n border-radius: 4px;\n }\n &--file-message-content-wrapper{\n max-width: 85px;\n max-height: 32px;\n min-width: 85px;\n min-height: 32px;\n width: 85px;\n height: 32px;\n\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: center;\n align-items: center;\n margin: 0 auto;\n gap: 12px;\n\n }\n &__file-message-icon{\n min-height: 32px;\n min-width: 32px;\n max-height: 32px;\n max-width: 32px;\n height: 32px;\n width: 32px;\n border-radius: 4px;\n background: var(--caption);\n }\n &--warning-error{\n min-height: 11px;\n max-height: 11px;\n height: 11px;\n justify-content: flex-start;\n align-items: flex-start;\n justify-items: flex-start;\n text-align: left;\n vertical-align: middle;\n line-height: 11px;\n font-size: 10px;\n color: var(--main-elements);\n font-weight: bold;\n\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n }\n &--chat-input{\n &:disabled{\n background-color: dimgrey;\n color: linen;\n opacity: 1;\n cursor: not-allowed;\n }\n min-height: $message-view-container-chat-input-min-height;\n max-height: calc(2 * $message-view-container-header-min-height + $message-view-container-chat-input-min-height);\n height: $message-view-container-chat-input-min-height;\n\n width: 100%;\n display: flex;\n //\n flex-direction: row;\n flex-wrap: nowrap;\n\n justify-content: space-between;\n align-items: center;\n margin: 0 auto;\n padding-left: 12px;\n padding-right: 12px;\n padding-bottom: 2px;\n\n gap: 6px;\n\n textarea{\n width: 100%;\n height: 44px;\n min-Height: 44px;\n max-Height: calc(2 * $message-view-container-header-min-height);\n background-Color: var(--chat-input);\n border-Radius: 4px;\n padding-left: 16px;\n padding-top: 8px;\n line-height: 24px;\n font-size: 16px;\n margin: 0 auto;\n resize: none;\n }\n\n }\n}\n\n.input-text-message * {\n box-sizing: border-box;\n}\n.input-text-message {\n background: var(--chat-input);\n border-radius: 4px;\n //padding: 10px 8px 10px 16px;\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: flex-end;\n justify-content: flex-start;\n flex: 1;\n position: relative;\n}\n\n.type-message {\n color: var(--field-border);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n.type-message textarea{\n color: var(--input-elements);\n font: var(--body-body-large);\n border: none;\n outline: none;\n}\n.right {\n display: flex;\n flex-direction: row;\n gap: 10px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n margin-bottom: 5px;\n}\n.ai-assist-icon {\n border-radius: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}\n"],"sourceRoot":""}]);
220
+ ___CSS_LOADER_EXPORT___.push([module.id, ".message-view-container {\n display: flex;\n flex-flow: column nowrap;\n justify-content: space-between;\n align-items: center;\n margin: 0 auto;\n gap: 3px;\n}\n.message-view-container--header {\n min-height: 64px;\n max-height: 64px;\n width: 100%;\n}\n.message-view-container--information {\n background-color: var(--color-background-info);\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: center;\n align-items: center;\n gap: 3px;\n max-height: 16px;\n min-height: 16px;\n width: 100%;\n padding-bottom: 2px;\n padding-top: 2px;\n border-radius: 4px;\n margin-left: 20px;\n margin-right: 20px;\n line-height: 16px;\n font-size: 11px;\n}\n.message-view-container--messages {\n background-color: var(--secondary-background);\n width: 100%;\n max-height: 656px;\n display: flex;\n flex-flow: column nowrap;\n justify-content: flex-end;\n}\n.message-view-container--system-message-wrapper {\n justify-content: center;\n align-items: center;\n justify-items: center;\n width: 100%;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n padding: 20px 0px 10px 0px;\n}\n.message-view-container--system-message-wrapper__date_container {\n border-radius: 30px;\n height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 11px;\n line-height: 16px;\n text-align: center;\n letter-spacing: 0.5px;\n justify-content: center;\n align-items: center;\n justify-items: center;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n}\n.message-view-container--incoming-message-wrapper {\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n margin-top: 10px;\n margin-bottom: 10px;\n padding-bottom: 8px;\n gap: 8px;\n}\n.message-view-container--incoming-message-wrapper__message {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n gap: 8px;\n}\n.message-view-container--incoming-message-wrapper__avatar {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n}\n.message-view-container__sender-avatar {\n min-height: 36px;\n min-width: 36px;\n max-height: 36px;\n max-width: 36px;\n height: 36px;\n width: 36px;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n display: flex;\n background-color: var(--disabled-elements);\n}\n.message-view-container--incoming-message-container {\n display: flex;\n flex-flow: column nowrap;\n gap: 3px;\n height: 100%;\n max-width: 504px;\n}\n.message-view-container__sender-name {\n color: var(--secondary-text);\n padding-left: 16px;\n}\n.message-view-container__sender-message {\n background: var(--incoming-background);\n border-radius: 22px 22px 22px 0px;\n padding: 8px 12px;\n color: var(--main-text);\n}\n.message-view-container__widget-ai-translate {\n text-align: left;\n margin-left: 46px;\n font-family: Roboto;\n font-size: 11px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px; /* 145.455% */\n letter-spacing: 0.5px;\n color: var(--tertiary-elements);\n align-self: self-start;\n white-space: nowrap;\n cursor: pointer;\n}\n.message-view-container__incoming-time {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n font: var(--label-label-small, 500 11px/16px \"Roboto\", sans-serif);\n color: var(--main-text);\n}\n.message-view-container__status-message {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n gap: 2px;\n}\n.message-view-container--outgoing-message-wrapper {\n margin-right: 20px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n gap: 8px;\n margin-bottom: 10px;\n margin-top: 10px;\n min-height: 52px;\n}\n.message-view-container__outgoing-message {\n background: var(--outgoing-background);\n border-radius: 22px 22px 0px 22px;\n padding: 8px 12px;\n height: 100%;\n max-width: 504px;\n color: var(--main-text);\n}\n.message-view-container--message-content-wrapper {\n max-width: 300px;\n max-height: 160px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n align-items: center;\n margin: 0 auto;\n padding: 0;\n border-radius: 4px;\n}\n.message-view-container--file-message-content-wrapper {\n max-width: 85px;\n max-height: 32px;\n min-width: 85px;\n min-height: 32px;\n width: 85px;\n height: 32px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: center;\n align-items: center;\n margin: 0 auto;\n gap: 12px;\n}\n.message-view-container__file-message-icon {\n min-height: 32px;\n min-width: 32px;\n max-height: 32px;\n max-width: 32px;\n height: 32px;\n width: 32px;\n border-radius: 4px;\n background: var(--caption);\n}\n.message-view-container--warning-error {\n min-height: 11px;\n max-height: 11px;\n height: 11px;\n justify-content: flex-start;\n align-items: flex-start;\n justify-items: flex-start;\n text-align: left;\n vertical-align: middle;\n line-height: 11px;\n font-size: 10px;\n color: var(--main-elements);\n font-weight: bold;\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n}\n.message-view-container--chat-input {\n min-height: 54px;\n max-height: 182px;\n height: 54px;\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: space-between;\n align-items: center;\n margin: 0 auto;\n padding-left: 12px;\n padding-right: 12px;\n padding-bottom: 2px;\n gap: 6px;\n}\n.message-view-container--chat-input:disabled {\n background-color: dimgrey;\n color: linen;\n opacity: 1;\n cursor: not-allowed;\n}\n.message-view-container--chat-input textarea {\n width: 100%;\n height: 44px;\n min-Height: 44px;\n max-Height: 128px;\n background-Color: var(--chat-input);\n border-Radius: 4px;\n padding-left: 16px;\n padding-top: 8px;\n line-height: 24px;\n font-size: 16px;\n margin: 0 auto;\n resize: none;\n}\n\n.input-text-message * {\n box-sizing: border-box;\n}\n\n.input-text-message {\n background: var(--chat-input);\n border-radius: 4px;\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: flex-end;\n justify-content: flex-start;\n flex: 1;\n position: relative;\n}\n\n.type-message {\n color: var(--field-border);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n\n.type-message textarea {\n color: var(--input-elements);\n font: var(--body-body-large);\n border: none;\n outline: none;\n}\n\n.right {\n display: flex;\n flex-direction: row;\n gap: 10px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n margin-bottom: 5px;\n}\n\n.ai-assist-icon {\n border-radius: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/Dialog.scss"],"names":[],"mappings":"AAYA;EAGE,aAAA;EACA,wBAAA;EAEA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,QAAA;AAdF;AAkBE;EACE,gBAxBuC;EAyBvC,gBAzBuC;EA0BvC,WAAA;AAhBJ;AAkBE;EACE,8CA1BkD;EA2BlD,WAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,uBAAA;EACA,mBAAA;EACA,QAAA;EAEA,gBApC4C;EAqC5C,gBArC4C;EAsC5C,WAAA;EACA,mBAAA;EACA,gBAAA;EACA,kBAAA;EACA,iBAAA;EACA,kBAAA;EACA,iBA5C4C;EA6C5C,eAAA;AAjBJ;AAmBE;EACE,6CA9CsC;EA+CtC,WAAA;EACA,iBAAA;EAGA,aAAA;EACA,wBAAA;EACA,yBAAA;AAnBJ;AAsBE;EACE,uBAAA;EACA,mBAAA;EACA,qBAAA;EACA,WAAA;EACA,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,cAAA;EACA,QAAA;EACA,0BAAA;AApBJ;AAqBI;EAEE,mBAAA;EAEA,YAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,kBAAA;EACA,qBAAA;EACA,uBAAA;EACA,mBAAA;EACA,qBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,cAAA;EACA,QAAA;AAvBN;AA0BE;EACE,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,gBAAA;EACA,mBAAA;EACA,mBAAA;EACA,QAAA;AAxBJ;AA0BI;EACE,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,QAAA;AAxBN;AA2BI;EACE,aAAA;EACA,sBAAA;EACA,yBAAA;EACA,mBAAA;AAzBN;AA4BE;EACE,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,eAAA;EACA,YAAA;EACA,WAAA;EACA,kBAAA;EACA,uBAAA;EACA,mBAAA;EACA,aAAA;EACA,0CAAA;AA1BJ;AA4BE;EACE,aAAA;EACA,wBAAA;EACA,QAAA;EACA,YAAA;EACA,gBAAA;AA1BJ;AA4BE;EACE,4BArI0C;EAsI1C,kBAAA;AA1BJ;AA4BE;EACE,sCA5IqD;EA6IrD,iCAAA;EACA,iBAAA;EACA,uBA7IwC;AAmH5C;AA4BE;EACE,gBAAA;EACA,iBAAA;EACA,mBAAA;EACA,eAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA,EAAA,aAAA;EACA,qBAAA;EACA,+BAtJ6C;EAuJ7C,sBAAA;EACA,mBAAA;EACA,eAAA;AA1BJ;AA4BE;EACE,aAAA;EACA,sBAAA;EACA,yBAAA;EACA,kEAAA;EACA,uBAlKwC;AAwI5C;AA4BE;EACE,aAAA;EACA,mBAAA;EACA,yBAAA;EACA,QAAA;AA1BJ;AA4BE;EACE,kBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,QAAA;EACA,mBAAA;EACA,gBAAA;EACA,gBAAA;AA1BJ;AA4BE;EACE,sCAvLuD;EAwLvD,iCAAA;EACA,iBAAA;EACA,YAAA;EACA,gBAAA;EACA,uBA3LwC;AAiK5C;AA4BE;EACE,gBAAA;EACA,iBAAA;EAIA,aAAA;EACA,mBAAA;EACA,iBAAA;EAEA,mBAAA;EACA,cAAA;EACA,UAAA;EAEA,kBAAA;AA/BJ;AAiCE;EACE,eAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,WAAA;EACA,YAAA;EAEA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,uBAAA;EACA,mBAAA;EACA,cAAA;EACA,SAAA;AAhCJ;AAmCE;EACE,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,eAAA;EACA,YAAA;EACA,WAAA;EACA,kBAAA;EACA,0BAAA;AAjCJ;AAmCE;EACE,gBAAA;EACA,gBAAA;EACA,YAAA;EACA,2BAAA;EACA,uBAAA;EACA,yBAAA;EACA,gBAAA;EACA,sBAAA;EACA,iBAAA;EACA,eAAA;EACA,2BAAA;EACA,iBAAA;EAEA,WAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,cAAA;EACA,QAAA;AAlCJ;AAoCE;EAOE,gBA1Q2C;EA2Q3C,iBAAA;EACA,YA5Q2C;EA8Q3C,WAAA;EACA,aAAA;EAEA,mBAAA;EACA,iBAAA;EAEA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;EACA,mBAAA;EACA,mBAAA;EAEA,QAAA;AA5CJ;AAqBI;EACE,yBAAA;EACA,YAAA;EACA,UAAA;EACA,mBAAA;AAnBN;AAwCI;EACE,WAAA;EACA,YAAA;EACA,gBAAA;EACA,iBAAA;EACA,mCAAA;EACA,kBAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,YAAA;AAtCN;;AA4CA;EACE,sBAAA;AAzCF;;AA2CA;EACE,6BAAA;EACA,kBAAA;EAEA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,qBAAA;EACA,2BAAA;EACA,OAAA;EACA,kBAAA;AAzCF;;AA4CA;EACE,0BAAA;EACA,gBAAA;EACA,4BAAA;EACA,kBAAA;EACA,OAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;AAzCF;;AA2CA;EACE,4BAAA;EACA,4BAAA;EACA,YAAA;EACA,aAAA;AAxCF;;AA0CA;EACE,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,yBAAA;EACA,cAAA;EACA,kBAAA;EACA,kBAAA;AAvCF;;AAyCA;EACE,kBAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAtCF","sourcesContent":["$message-view-container-wrapper-max-height: 800px;\n$message-view-container-wrapper-min-width: 720px;\n$message-view-container-header-min-height: 64px;\n$message-view-container-chat-input-min-height: 54px;\n$message-view-container-information-min-height: 16px;\n$message-view-container-information-background-color: var(--color-background-info);\n$message-view-container-background-color: var(--secondary-background);\n$message-view-container-sender-message-background-color: var(--incoming-background);\n$message-view-container-outgoing-message-background-color: var(--outgoing-background);\n$message-view-container-message-text-color: var(--main-text);\n$message-view-container-date-time-text-color: var(--secondary-text);\n$message-view-container-ai-translate-text-color: var(--tertiary-elements);\n.message-view-container{\n // min-height: $message-view-container-wrapper-max-height;\n // max-height: $message-view-container-wrapper-max-height;\n display: flex;\n flex-flow: column nowrap;\n\n justify-content: space-between;\n align-items: center;\n margin: 0 auto;\n gap: 3px;\n // min-width: var(--max-width-message-view-container);\n\n\n &--header{\n min-height: $message-view-container-header-min-height;\n max-height: $message-view-container-header-min-height;\n width: 100%\n }\n &--information{\n background-color: $message-view-container-information-background-color;\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: center;\n align-items: center;\n gap: 3px;\n\n max-height: $message-view-container-information-min-height;\n min-height: $message-view-container-information-min-height;\n width: 100%;\n padding-bottom: 2px;\n padding-top: 2px;\n border-radius: 4px;\n margin-left: 20px;\n margin-right: 20px;\n line-height: $message-view-container-information-min-height;\n font-size: 11px;\n }\n &--messages{\n background-color: $message-view-container-background-color;\n width: 100%;\n max-height: calc(800px - 128px - 16px);\n // max-height: calc(100vh - 128px - 16px); // TODO: fix calc max-height\n\n display: flex;\n flex-flow: column nowrap;\n justify-content: flex-end;\n\n }\n &--system-message-wrapper{\n justify-content: center;\n align-items: center;\n justify-items: center;\n width: 100%;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n padding: 20px 0px 10px 0px;\n &__date_container{\n // background-color: var(--disabled-elements);\n border-radius: 30px;\n // width: 72px;\n height: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 11px;\n line-height: 16px;\n\n text-align: center;\n letter-spacing: 0.5px;\n justify-content: center;\n align-items: center;\n justify-items: center;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n }\n }\n &--incoming-message-wrapper{\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n margin-top: 10px;\n margin-bottom: 10px;\n padding-bottom: 8px;\n gap: 8px;\n\n &__message{\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n gap: 8px;\n }\n\n &__avatar{\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: center;\n }\n }\n &__sender-avatar{\n min-height: 36px;\n min-width: 36px;\n max-height: 36px;\n max-width: 36px;\n height: 36px;\n width: 36px;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n display: flex;\n background-color: var(--disabled-elements);\n }\n &--incoming-message-container{\n display: flex;\n flex-flow: column nowrap;\n gap: 3px;\n height: 100%;\n max-width: 504px;\n }\n &__sender-name{\n color: $message-view-container-date-time-text-color;\n padding-left: 16px;\n }\n &__sender-message{\n background: $message-view-container-sender-message-background-color;\n border-radius: 22px 22px 22px 0px;\n padding: 8px 12px;\n color: $message-view-container-message-text-color;\n }\n &__widget-ai-translate{\n text-align: left;\n margin-left: 46px;\n font-family: Roboto;\n font-size: 11px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px; /* 145.455% */\n letter-spacing: 0.5px;\n color: $message-view-container-ai-translate-text-color;\n align-self: self-start;\n white-space: nowrap;\n cursor: pointer;\n }\n &__incoming-time{\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n font: var(--label-label-small, 500 11px/16px \"Roboto\", sans-serif);\n color: $message-view-container-message-text-color;\n }\n &__status-message {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n gap: 2px;\n }\n &--outgoing-message-wrapper{\n margin-right: 20px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n gap: 8px;\n margin-bottom: 10px;\n margin-top: 10px;\n min-height: 52px;\n }\n &__outgoing-message{\n background: $message-view-container-outgoing-message-background-color;\n border-radius: 22px 22px 0px 22px;\n padding: 8px 12px;\n height: 100%;\n max-width: 504px;\n color: $message-view-container-message-text-color;\n }\n &--message-content-wrapper{\n max-width: 300px;\n max-height: 160px;\n // min-width: 300px;\n // width: 300px;\n\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n // justify-content: center;\n align-items: center;\n margin: 0 auto;\n padding: 0;\n\n border-radius: 4px;\n }\n &--file-message-content-wrapper{\n max-width: 85px;\n max-height: 32px;\n min-width: 85px;\n min-height: 32px;\n width: 85px;\n height: 32px;\n\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: center;\n align-items: center;\n margin: 0 auto;\n gap: 12px;\n\n }\n &__file-message-icon{\n min-height: 32px;\n min-width: 32px;\n max-height: 32px;\n max-width: 32px;\n height: 32px;\n width: 32px;\n border-radius: 4px;\n background: var(--caption);\n }\n &--warning-error{\n min-height: 11px;\n max-height: 11px;\n height: 11px;\n justify-content: flex-start;\n align-items: flex-start;\n justify-items: flex-start;\n text-align: left;\n vertical-align: middle;\n line-height: 11px;\n font-size: 10px;\n color: var(--main-elements);\n font-weight: bold;\n\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0 auto;\n gap: 3px;\n }\n &--chat-input{\n &:disabled{\n background-color: dimgrey;\n color: linen;\n opacity: 1;\n cursor: not-allowed;\n }\n min-height: $message-view-container-chat-input-min-height;\n max-height: calc(2 * $message-view-container-header-min-height + $message-view-container-chat-input-min-height);\n height: $message-view-container-chat-input-min-height;\n\n width: 100%;\n display: flex;\n //\n flex-direction: row;\n flex-wrap: nowrap;\n\n justify-content: space-between;\n align-items: center;\n margin: 0 auto;\n padding-left: 12px;\n padding-right: 12px;\n padding-bottom: 2px;\n\n gap: 6px;\n\n textarea{\n width: 100%;\n height: 44px;\n min-Height: 44px;\n max-Height: calc(2 * $message-view-container-header-min-height);\n background-Color: var(--chat-input);\n border-Radius: 4px;\n padding-left: 16px;\n padding-top: 8px;\n line-height: 24px;\n font-size: 16px;\n margin: 0 auto;\n resize: none;\n }\n\n }\n}\n\n.input-text-message * {\n box-sizing: border-box;\n}\n.input-text-message {\n background: var(--chat-input);\n border-radius: 4px;\n //padding: 10px 8px 10px 16px;\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: flex-end;\n justify-content: flex-start;\n flex: 1;\n position: relative;\n}\n\n.type-message {\n color: var(--field-border);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n.type-message textarea{\n color: var(--input-elements);\n font: var(--body-body-large);\n border: none;\n outline: none;\n}\n.right {\n display: flex;\n flex-direction: row;\n gap: 10px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n margin-bottom: 5px;\n}\n.ai-assist-icon {\n border-radius: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}\n"],"sourceRoot":""}]);
221
221
  // Exports
222
222
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
223
223
 
@@ -241,7 +241,7 @@ __webpack_require__.r(__webpack_exports__);
241
241
 
242
242
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
243
243
  // Module
244
- ___CSS_LOADER_EXPORT___.push([module.id, ".dialog-header,\n.dialog-header * {\n box-sizing: border-box;\n}\n\n.dialog-header {\n background: var(--main-background, #ffffff);\n padding: 12px 16px 12px 16px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-header-left {\n display: flex;\n flex-direction: row;\n gap: 18px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-header-left-headline {\n display: flex;\n flex-direction: row;\n gap: 33px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-header-left-avatar-and-name {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-header-dialog-name {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font-family: var(--title-title-medium-font-family, \"Roboto-Medium\", sans-serif);\n font-size: var(--title-title-medium-font-size, 16px);\n line-height: var(--title-title-medium-line-height, 24px);\n font-weight: var(--title-title-medium-font-weight, 500);\n position: relative;\n}\n\n.dialog-header-line,\n.dialog-header-line * {\n box-sizing: border-box;\n}\n\n.dialog-header-line {\n border-style: solid;\n border-color: var(--color-divider, #e7efff);\n border-width: 1px 0 0 0;\n height: 0px;\n position: relative;\n}\n\n.dh-avatar,\n.dh-avatar * {\n box-sizing: border-box;\n}\n\n.dh-avatar {\n flex-shrink: 0;\n width: 40px;\n height: 40px;\n position: relative;\n}\n\n.dh-avatar-rectangle {\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dh-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dh-avatar-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/DialogHeader/DialogHeader.scss"],"names":[],"mappings":"AAAA;;EAEE,sBAAA;AACF;;AACA;EACE,2CAAA;EACA,4BAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAEF;;AAAA;EACE,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAGF;;AADA;EACE,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAIF;;AAFA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAKF;;AAHA;EACE,gCAAA;EACA,gBAAA;EACA,+EAAA;EAKA,oDAAA;EACA,wDAAA;EACA,uDAAA;EACA,kBAAA;AAEF;;AAAA;;EAEE,sBAAA;AAGF;;AADA;EACE,mBAAA;EACA,2CAAA;EACA,uBAAA;EAEA,WAAA;EACA,kBAAA;AAGF;;AAAA;;EAEE,sBAAA;AAGF;;AADA;EACE,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAIF;;AAFA;EACE,kBAAA;EACA,SAAA;EACA,QAAA;EACA,WAAA;EACA,UAAA;EACA,OAAA;EACA,YAAA;AAKF;;AAHA;EACE,6CAAA;EACA,kBAAA;EACA,kBAAA;EACA,SAAA;EACA,QAAA;EACA,WAAA;EACA,UAAA;EACA,OAAA;EACA,YAAA;AAMF;;AAHA;EACE,YAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;AAMF","sourcesContent":[".dialog-header,\n.dialog-header * {\n box-sizing: border-box;\n}\n.dialog-header {\n background: var(--main-background, #ffffff);\n padding: 12px 16px 12px 16px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-header-left {\n display: flex;\n flex-direction: row;\n gap: 18px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-header-left-headline {\n display: flex;\n flex-direction: row;\n gap: 33px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-header-left-avatar-and-name {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-header-dialog-name {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font-family: var(\n --title-title-medium-font-family,\n \"Roboto-Medium\",\n sans-serif\n );\n font-size: var(--title-title-medium-font-size, 16px);\n line-height: var(--title-title-medium-line-height, 24px);\n font-weight: var(--title-title-medium-font-weight, 500);\n position: relative;\n}\n.dialog-header-line,\n.dialog-header-line * {\n box-sizing: border-box;\n}\n.dialog-header-line {\n border-style: solid;\n border-color: var(--color-divider, #e7efff);\n border-width: 1px 0 0 0;\n //width: 360px;\n height: 0px;\n position: relative;\n}\n\n.dh-avatar,\n.dh-avatar * {\n box-sizing: border-box;\n}\n.dh-avatar {\n flex-shrink: 0;\n width: 40px;\n height: 40px;\n position: relative;\n}\n.dh-avatar-rectangle {\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n.dh-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dh-avatar-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n\n\n\n\n"],"sourceRoot":""}]);
244
+ ___CSS_LOADER_EXPORT___.push([module.id, ".dialog-header,\n.dialog-header * {\n box-sizing: border-box;\n}\n\n.dialog-header {\n background: var(--main-background, #ffffff);\n padding: 12px 16px 12px 16px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-header-left {\n display: flex;\n flex-direction: row;\n gap: 33px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n width: 100%;\n}\n\n@media only screen and (max-width: var(--min-width-screen-desktop)) {\n .dialog-header-left {\n gap: 3px;\n }\n}\n.dialog-header-left-headline {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-start;\n position: relative;\n width: 100%;\n}\n\n.dialog-header-left-avatar-and-name {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-header-dialog-name {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-medium);\n position: relative;\n}\n\n.dialog-header-line,\n.dialog-header-line * {\n box-sizing: border-box;\n}\n\n.dialog-header-line {\n border-style: solid;\n border-color: var(--color-divider, #e7efff);\n border-width: 1px 0 0 0;\n height: 0px;\n position: relative;\n}\n\n.dh-avatar,\n.dh-avatar * {\n box-sizing: border-box;\n}\n\n.dh-avatar {\n flex-shrink: 0;\n width: 40px;\n height: 40px;\n position: relative;\n}\n\n.dh-avatar-rectangle {\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dh-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dh-avatar-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/DialogHeader/DialogHeader.scss"],"names":[],"mappings":"AAAA;;EAEE,sBAAA;AACF;;AACA;EACE,2CAAA;EACA,4BAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAEF;;AAAA;EACE,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;EACA,WAAA;AAGF;;AADA;EACE;IACE,QAAA;EAIF;AACF;AAFA;EACE,aAAA;EACA,mBAAA;EAEA,mBAAA;EACA,2BAAA;EAEA,kBAAA;EACA,WAAA;AAEF;;AAAA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAGF;;AADA;EACE,gCAAA;EACA,gBAAA;EACA,+BAAA;EACA,kBAAA;AAIF;;AAFA;;EAEE,sBAAA;AAKF;;AAHA;EACE,mBAAA;EACA,2CAAA;EACA,uBAAA;EAEA,WAAA;EACA,kBAAA;AAKF;;AAFA;;EAEE,sBAAA;AAKF;;AAHA;EACE,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAMF;;AAJA;EACE,kBAAA;EACA,SAAA;EACA,QAAA;EACA,WAAA;EACA,UAAA;EACA,OAAA;EACA,YAAA;AAOF;;AALA;EACE,6CAAA;EACA,kBAAA;EACA,kBAAA;EACA,SAAA;EACA,QAAA;EACA,WAAA;EACA,UAAA;EACA,OAAA;EACA,YAAA;AAQF;;AALA;EACE,YAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;AAQF","sourcesContent":[".dialog-header,\n.dialog-header * {\n box-sizing: border-box;\n}\n.dialog-header {\n background: var(--main-background, #ffffff);\n padding: 12px 16px 12px 16px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-header-left {\n display: flex;\n flex-direction: row;\n gap: 33px;// todo artik 29.12.2023 changed was 18 px\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n width: 100%;\n}\n@media only screen and (max-width: var(--min-width-screen-desktop)) {\n .dialog-header-left {\n gap: 3px;// todo artik 29.12.2023 changed was 18 px\n }\n}\n.dialog-header-left-headline {\n display: flex;\n flex-direction: row;\n //gap: 33px;\n align-items: center;\n justify-content: flex-start;\n // flex-shrink: 0;\n position: relative;\n width: 100%;\n}\n.dialog-header-left-avatar-and-name {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-header-dialog-name {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-medium);\n position: relative;\n}\n.dialog-header-line,\n.dialog-header-line * {\n box-sizing: border-box;\n}\n.dialog-header-line {\n border-style: solid;\n border-color: var(--color-divider, #e7efff);\n border-width: 1px 0 0 0;\n //width: 360px;\n height: 0px;\n position: relative;\n}\n\n.dh-avatar,\n.dh-avatar * {\n box-sizing: border-box;\n}\n.dh-avatar {\n flex-shrink: 0;\n width: 40px;\n height: 40px;\n position: relative;\n}\n.dh-avatar-rectangle {\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n.dh-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dh-avatar-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n\n\n\n\n"],"sourceRoot":""}]);
245
245
  // Exports
246
246
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
247
247
 
@@ -289,7 +289,7 @@ __webpack_require__.r(__webpack_exports__);
289
289
 
290
290
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
291
291
  // Module
292
- ___CSS_LOADER_EXPORT___.push([module.id, ".dialog-header-right,\n.dialog-header-right * {\n box-sizing: border-box;\n}\n\n.dialog-header-right {\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-header-right-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.actions-phone-filled {\n align-self: stretch;\n flex: 1;\n height: auto;\n position: relative;\n overflow: visible;\n}\n\n.status-information {\n align-self: stretch;\n flex: 1;\n height: auto;\n position: relative;\n overflow: visible;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/DialogHeader/RenderRightActions/RenderRightActions.scss"],"names":[],"mappings":"AAAA;;EAEE,sBAAA;AACF;;AACA;EACE,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAEF;;AAAA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAGF;;AADA;EACE,mBAAA;EACA,OAAA;EACA,YAAA;EACA,kBAAA;EACA,iBAAA;AAIF;;AAFA;EACE,mBAAA;EACA,OAAA;EACA,YAAA;EACA,kBAAA;EACA,iBAAA;AAKF","sourcesContent":[".dialog-header-right,\n.dialog-header-right * {\n box-sizing: border-box;\n}\n.dialog-header-right {\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-header-right-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n.actions-phone-filled {\n align-self: stretch;\n flex: 1;\n height: auto;\n position: relative;\n overflow: visible;\n}\n.status-information {\n align-self: stretch;\n flex: 1;\n height: auto;\n position: relative;\n overflow: visible;\n}\n\n"],"sourceRoot":""}]);
292
+ ___CSS_LOADER_EXPORT___.push([module.id, ".dialog-header-right,\n.dialog-header-right * {\n box-sizing: border-box;\n}\n\n.dialog-header-right {\n display: flex;\n flex-direction: row;\n gap: 3px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-header-right-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.actions-phone-filled {\n align-self: stretch;\n flex: 1;\n height: auto;\n position: relative;\n overflow: visible;\n}\n\n.status-information {\n align-self: stretch;\n flex: 1;\n height: auto;\n position: relative;\n overflow: visible;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/DialogHeader/RenderRightActions/RenderRightActions.scss"],"names":[],"mappings":"AAAA;;EAEE,sBAAA;AACF;;AACA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAEF;;AAAA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAGF;;AADA;EACE,mBAAA;EACA,OAAA;EACA,YAAA;EACA,kBAAA;EACA,iBAAA;AAIF;;AAFA;EACE,mBAAA;EACA,OAAA;EACA,YAAA;EACA,kBAAA;EACA,iBAAA;AAKF","sourcesContent":[".dialog-header-right,\n.dialog-header-right * {\n box-sizing: border-box;\n}\n.dialog-header-right {\n display: flex;\n flex-direction: row;\n gap: 3px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-header-right-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n.actions-phone-filled {\n align-self: stretch;\n flex: 1;\n height: auto;\n position: relative;\n overflow: visible;\n}\n.status-information {\n align-self: stretch;\n flex: 1;\n height: auto;\n position: relative;\n overflow: visible;\n}\n\n"],"sourceRoot":""}]);
293
293
  // Exports
294
294
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
295
295
 
@@ -481,7 +481,7 @@ __webpack_require__.r(__webpack_exports__);
481
481
 
482
482
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
483
483
  // Module
484
- ___CSS_LOADER_EXPORT___.push([module.id, ".high-light-link-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n padding: 0px;\n width: 240px;\n height: 70px;\n background: #E4E6E8;\n border-radius: 8px;\n flex: none;\n order: 0;\n flex-grow: 0;\n}\n.high-light-link-container--header-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 6px 16px;\n width: 240px;\n height: 32px;\n flex: none;\n order: 0;\n align-self: stretch;\n flex-grow: 0;\n}\n.high-light-link-container--header-wrapper__link_url {\n width: 208px;\n height: 20px;\n text-decoration: none;\n cursor: pointer;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n display: flex;\n align-items: center;\n letter-spacing: 0.25px;\n color: #636D78;\n flex: none;\n order: 0;\n flex-grow: 1;\n}\n.high-light-link-container--footer-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 8px 16px;\n width: 240px;\n height: 32px;\n flex: none;\n order: 4;\n align-self: stretch;\n flex-grow: 0;\n}\n.high-light-link-container--footer-wrapper__content {\n width: 208px;\n height: 16px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 11px;\n line-height: 16px;\n display: flex;\n align-items: center;\n letter-spacing: 0.5px;\n color: #636D78;\n flex: none;\n order: 0;\n flex-grow: 1;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.scss"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,sBAAA;EACA,uBAAA;EACA,YAAA;EAEA,YAAA;EACA,YAAA;EAEA,mBAAA;EACA,kBAAA;EAEA,UAAA;EACA,QAAA;EACA,YAAA;AAFF;AAIE;EACE,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,iBAAA;EAEA,YAAA;EACA,YAAA;EAEA,UAAA;EACA,QAAA;EACA,mBAAA;EACA,YAAA;AAJJ;AAMI;EACE,YAAA;EACA,YAAA;EAEA,qBAAA;EACA,eAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EAEA,cAAA;EAEA,UAAA;EACA,QAAA;EACA,YAAA;AATN;AAaE;EACE,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,iBAAA;EAEA,YAAA;EACA,YAAA;EAEA,UAAA;EACA,QAAA;EACA,mBAAA;EACA,YAAA;AAbJ;AAeI;EACE,YAAA;EACA,YAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,qBAAA;EAEA,cAAA;EAEA,UAAA;EACA,QAAA;EACA,YAAA;AAjBN","sourcesContent":[".high-light-link-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n padding: 0px;\n\n width: 240px;\n height: 70px;\n\n background: #E4E6E8;\n border-radius: 8px;\n\n flex: none;\n order: 0;\n flex-grow: 0;\n\n &--header-wrapper{\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 6px 16px;\n\n width: 240px;\n height: 32px;\n\n flex: none;\n order: 0;\n align-self: stretch;\n flex-grow: 0;\n\n &__link_url{\n width: 208px;\n height: 20px;\n\n text-decoration: none;\n cursor: pointer;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.25px;\n\n color: #636D78;\n\n flex: none;\n order: 0;\n flex-grow: 1;\n }\n }\n\n &--footer-wrapper{\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 8px 16px;\n\n width: 240px;\n height: 32px;\n\n flex: none;\n order: 4;\n align-self: stretch;\n flex-grow: 0;\n\n &__content{\n width: 208px;\n height: 16px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 11px;\n line-height: 16px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.5px;\n\n color: #636D78;\n\n flex: none;\n order: 0;\n flex-grow: 1;\n }\n }\n}\n\n"],"sourceRoot":""}]);
484
+ ___CSS_LOADER_EXPORT___.push([module.id, ".high-light-link-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n padding: 0px;\n width: 240px;\n height: 70px;\n background: #E4E6E8;\n border-radius: 8px;\n flex: none;\n order: 0;\n flex-grow: 0;\n}\n.high-light-link-container--header-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 6px 16px;\n width: 240px;\n height: 32px;\n flex: none;\n order: 0;\n align-self: stretch;\n flex-grow: 0;\n}\n.high-light-link-container--header-wrapper__link_url {\n width: 208px;\n height: 20px;\n text-decoration: none;\n cursor: pointer;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n display: flex;\n align-items: center;\n letter-spacing: 0.25px;\n color: #636D78;\n flex: none;\n order: 0;\n flex-grow: 1;\n}\n.high-light-link-container--footer-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 8px 16px;\n width: 240px;\n height: 32px;\n flex: none;\n order: 4;\n align-self: stretch;\n flex-grow: 0;\n}\n.high-light-link-container--footer-wrapper__content {\n width: 208px;\n height: 16px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 11px;\n line-height: 16px;\n display: flex;\n align-items: center;\n letter-spacing: 0.5px;\n color: #636D78;\n flex: none;\n order: 0;\n flex-grow: 1;\n}\n\n.message-urls {\n max-width: calc(var(--max-width-message-bubble) - 20px);\n overflow-wrap: break-word;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.scss"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,sBAAA;EACA,uBAAA;EACA,YAAA;EAEA,YAAA;EACA,YAAA;EAEA,mBAAA;EACA,kBAAA;EAEA,UAAA;EACA,QAAA;EACA,YAAA;AAFF;AAIE;EACE,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,iBAAA;EAEA,YAAA;EACA,YAAA;EAEA,UAAA;EACA,QAAA;EACA,mBAAA;EACA,YAAA;AAJJ;AAMI;EACE,YAAA;EACA,YAAA;EAEA,qBAAA;EACA,eAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EAEA,cAAA;EAEA,UAAA;EACA,QAAA;EACA,YAAA;AATN;AAaE;EACE,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,iBAAA;EAEA,YAAA;EACA,YAAA;EAEA,UAAA;EACA,QAAA;EACA,mBAAA;EACA,YAAA;AAbJ;AAeI;EACE,YAAA;EACA,YAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,qBAAA;EAEA,cAAA;EAEA,UAAA;EACA,QAAA;EACA,YAAA;AAjBN;;AAsBA;EACE,uDAAA;EACA,yBAAA;AAnBF","sourcesContent":[".high-light-link-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n padding: 0px;\n\n width: 240px;\n height: 70px;\n\n background: #E4E6E8;\n border-radius: 8px;\n\n flex: none;\n order: 0;\n flex-grow: 0;\n\n &--header-wrapper{\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 6px 16px;\n\n width: 240px;\n height: 32px;\n\n flex: none;\n order: 0;\n align-self: stretch;\n flex-grow: 0;\n\n &__link_url{\n width: 208px;\n height: 20px;\n\n text-decoration: none;\n cursor: pointer;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.25px;\n\n color: #636D78;\n\n flex: none;\n order: 0;\n flex-grow: 1;\n }\n }\n\n &--footer-wrapper{\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 8px 16px;\n\n width: 240px;\n height: 32px;\n\n flex: none;\n order: 4;\n align-self: stretch;\n flex-grow: 0;\n\n &__content{\n width: 208px;\n height: 16px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 11px;\n line-height: 16px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.5px;\n\n color: #636D78;\n\n flex: none;\n order: 0;\n flex-grow: 1;\n }\n }\n}\n\n.message-urls {\n max-width: calc(var(--max-width-message-bubble) - 20px);\n overflow-wrap: break-word;\n}\n\n"],"sourceRoot":""}]);
485
485
  // Exports
486
486
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
487
487
 
@@ -673,7 +673,7 @@ __webpack_require__.r(__webpack_exports__);
673
673
 
674
674
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
675
675
  // Module
676
- ___CSS_LOADER_EXPORT___.push([module.id, ".message-attachment-image-body {\n max-width: var(--max-width-image-message);\n max-height: 160px;\n padding: 0;\n border-radius: 4px;\n}\n\n.message-attachment-image {\n display: flex;\n justify-content: center;\n flex-flow: row;\n max-width: var(--max-width-image-message);\n max-height: 160px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.scss"],"names":[],"mappings":"AAAA;EAGE,yCAAA;EACA,iBAAA;EAKA,UAAA;EACA,kBAAA;AALF;;AAQA;EACE,aAAA;EACA,uBAAA;EACA,cAAA;EAEA,yCAAA;EACA,iBAAA;AANF","sourcesContent":[".message-attachment-image-body{\n // border: 1px solid red;\n //max-width: 300px;\n max-width: var(--max-width-image-message);\n max-height: 160px;\n // min-width: 300px;\n // min-height: 160px;\n // width: 300px;\n // height: 160px;\n padding: 0;\n border-radius: 4px;\n}\n\n.message-attachment-image {\n display: flex;\n justify-content: center;\n flex-flow: row;\n // max-width: 300px;\n max-width: var(--max-width-image-message);\n max-height: 160px;\n // min-width: 300px;\n // width: 300px;\n}\n"],"sourceRoot":""}]);
676
+ ___CSS_LOADER_EXPORT___.push([module.id, ".message-attachment-image-body {\n max-width: var(--max-width-image-message);\n max-height: 160px;\n padding: 0;\n border-radius: 4px;\n}\n\n.message-attachment-image {\n display: flex;\n justify-content: center;\n flex-flow: row;\n max-width: var(--max-width-image-message);\n max-height: 160px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.scss"],"names":[],"mappings":"AAAA;EACE,yCAAA;EACA,iBAAA;EACA,UAAA;EACA,kBAAA;AACF;;AAEA;EACE,aAAA;EACA,uBAAA;EACA,cAAA;EACA,yCAAA;EACA,iBAAA;AACF","sourcesContent":[".message-attachment-image-body{\n max-width: var(--max-width-image-message);\n max-height: 160px;\n padding: 0;\n border-radius: 4px;\n}\n\n.message-attachment-image {\n display: flex;\n justify-content: center;\n flex-flow: row;\n max-width: var(--max-width-image-message);\n max-height: 160px;\n}\n"],"sourceRoot":""}]);
677
677
  // Exports
678
678
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
679
679
 
@@ -937,7 +937,7 @@ __webpack_require__.r(__webpack_exports__);
937
937
 
938
938
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
939
939
  // Module
940
- ___CSS_LOADER_EXPORT___.push([module.id, ".header-dialog-info,\n.header-dialog-info * {\n box-sizing: border-box;\n}\n\n.header-dialog-info {\n background: var(--color-background, #ffffff);\n padding: 16px 16px 16px 24px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n\n.header-dialog-info-headline {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-large);\n position: relative;\n}\n\n.header-dialog-info-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.dialog-information-profile,\n.dialog-information-profile * {\n box-sizing: border-box;\n}\n\n.dialog-information-profile {\n background: var(--color-background, #ffffff);\n padding: 24px 0px 24px 0px;\n align-self: stretch;\n flex-flow: column;\n flex-shrink: 0;\n height: 160px;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n\n.dialog-information-profile-avatar {\n height: 80px;\n left: 140px;\n top: 24px;\n}\n\n.dialog-info-profile-avatar-default-icon {\n display: flex;\n justify-content: center;\n}\n\n.dialog-info-profile-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n height: 81px;\n width: 81px;\n top: 24px;\n}\n\n.dialog-info-profile-avatar-contents {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n\n.dialog-information-profile-dialog-name {\n margin-top: 8px;\n color: var(--main-text, #0b1b0f);\n text-align: center;\n font: var(--title-title-medium);\n left: 134.5px;\n top: 112px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.dialog-information-profile-edit {\n position: relative;\n right: -10px;\n border-radius: 4px;\n padding: 8px 56px 0px 0px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n position: absolute;\n top: 8px;\n}\n\n.dialog-information-profile-edit-button {\n color: var(--main-elements, #3978fc);\n text-align: left;\n font: var(--button-default);\n position: relative;\n}\n\n.dialog-info-action-wrapper-settings,\n.dialog-info-action-wrapper-settings * {\n box-sizing: border-box;\n}\n\n.dialog-info-action-wrapper-settings {\n background: var(--color-background, #ffffff);\n padding: 16px;\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n\n.dialog-info-action-wrapper-settings-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}\n\n.dialog-info-action-wrapper-settings-subtitle {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n\n.dialog-info-action-wrapper-settings-contents {\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n overflow: visible;\n}\n\n.dialog-info-action-wrapper-settings-right {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-info-action-wrapper-settings-right-badge {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-info-action-wrapper-settings-right-badge-title {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium);\n position: relative;\n padding: 0px 5px 0px 5px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/DialogInfo/DialogInfo.scss"],"names":[],"mappings":"AAUA;;EAEE,sBAAA;AATF;;AAWA;EACE,4CAAA;EACA,4BAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;EACA,uCAAA;AARF;;AAUA;EACE,gCAAA;EACA,gBAAA;EACA,8BAAA;EACA,kBAAA;AAPF;;AASA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AANF;;AASA;;EAEE,sBAAA;AANF;;AAQA;EACE,4CAAA;EACA,0BAAA;EACA,mBAAA;EACA,iBAAA;EACA,cAAA;EACA,aAAA;EACA,kBAAA;EACA,uCAAA;AALF;;AAOA;EAEE,YAAA;EAEA,WAAA;EACA,SAAA;AANF;;AAQA;EACE,aAAA;EACA,uBAAA;AALF;;AAOA;EACE,6CAAA;EACA,kBAAA;EACA,kBAAA;EACA,YAAA;EACA,WAAA;EACA,SAAA;AAJF;;AAMA;EACE,YAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;AAHF;;AAKA;EACE,eAAA;EACA,gCAAA;EACA,kBAAA;EACA,+BAAA;EAEA,aAAA;EACA,UAAA;EACA,aAAA;EACA,mBAAA;EACA,uBAAA;AAHF;;AAKA;EACE,kBAAA;EACA,YAAA;EAEA,kBAAA;EACA,yBAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,kBAAA;EAEA,QAAA;AAJF;;AAMA;EACE,oCAAA;EACA,gBAAA;EACA,2BAAA;EACA,kBAAA;AAHF;;AAOA;;EAEE,sBAAA;AAJF;;AAMA;EACE,4CAAA;EACA,aAAA;EACA,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;EACA,uCAAA;AAHF;;AAKA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAFF;;AAIA;EACE,gCAAA;EACA,gBAAA;EACA,4BAAA;EACA,kBAAA;EACA,OAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;AADF;;AAIA;EACE,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;EACA,iBAAA;AADF;;AAIA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,yBAAA;EACA,cAAA;EACA,kBAAA;AADF;;AAGA;EACE,6CAAA;EACA,mBAAA;EACA,wBAAA;EACA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,kBAAA;AAAF;;AAEA;EACE,uCAAA;EACA,kBAAA;EACA,+BAAA;EACA,kBAAA;EACA,wBAAA;AACF","sourcesContent":["$dialog-information-container-height: 800px;\n$dialog-information-container-dialog-information-height: 64px;\n\n.dialog-information-container {\n // min-height: $dialog-information-container-height;\n // max-height: $dialog-information-container-height;\n // height: $dialog-information-container-height;\n // border: 1px solid var(--divider);\n\n}\n.header-dialog-info,\n.header-dialog-info * {\n box-sizing: border-box;\n}\n.header-dialog-info {\n background: var(--color-background, #ffffff);\n padding: 16px 16px 16px 24px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n.header-dialog-info-headline {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-large);\n position: relative;\n}\n.header-dialog-info-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.dialog-information-profile,\n.dialog-information-profile * {\n box-sizing: border-box;\n}\n.dialog-information-profile {\n background: var(--color-background, #ffffff);\n padding: 24px 0px 24px 0px;\n align-self: stretch;\n flex-flow: column;\n flex-shrink: 0;\n height: 160px;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n.dialog-information-profile-avatar {\n // width: 80px;\n height: 80px;\n // position: absolute;\n left: 140px;\n top: 24px;\n}\n.dialog-info-profile-avatar-default-icon {\n display: flex;\n justify-content: center;\n}\n.dialog-info-profile-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n height: 81px;\n width: 81px;\n top: 24px;\n}\n.dialog-info-profile-avatar-contents {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n.dialog-information-profile-dialog-name {\n margin-top: 8px;\n color: var(--main-text, #0b1b0f);\n text-align: center;\n font: var(--title-title-medium);\n // position: absolute;\n left: 134.5px;\n top: 112px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.dialog-information-profile-edit {\n position: relative;\n right: -10px;\n //top: 30px;\n border-radius: 4px;\n padding: 8px 56px 0px 0px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n position: absolute;\n //left: 294px;\n top: 8px;\n}\n.dialog-information-profile-edit-button {\n color: var(--main-elements, #3978fc);\n text-align: left;\n font: var(--button-default);\n position: relative;\n}\n\n\n.dialog-info-action-wrapper-settings,\n.dialog-info-action-wrapper-settings * {\n box-sizing: border-box;\n}\n.dialog-info-action-wrapper-settings {\n background: var(--color-background, #ffffff);\n padding: 16px;\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n.dialog-info-action-wrapper-settings-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}\n.dialog-info-action-wrapper-settings-subtitle {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n\n.dialog-info-action-wrapper-settings-contents {\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n overflow: visible;\n}\n\n.dialog-info-action-wrapper-settings-right {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-info-action-wrapper-settings-right-badge {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-info-action-wrapper-settings-right-badge-title {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium);\n position: relative;\n padding: 0px 5px 0px 5px;\n}\n\n"],"sourceRoot":""}]);
940
+ ___CSS_LOADER_EXPORT___.push([module.id, ".header-dialog-info,\n.header-dialog-info * {\n box-sizing: border-box;\n}\n\n.header-dialog-info {\n background: var(--color-background, #ffffff);\n padding: 16px 16px 16px 24px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n\n.header-dialog-info-headline {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-large);\n position: relative;\n}\n\n.header-dialog-info-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.dialog-information-profile,\n.dialog-information-profile * {\n box-sizing: border-box;\n}\n\n.dialog-information-profile {\n background: var(--color-background, #ffffff);\n padding: 24px 0px 24px 0px;\n align-self: stretch;\n flex-flow: column;\n flex-shrink: 0;\n height: 160px;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n\n.dialog-information-profile-avatar {\n height: 80px;\n left: 140px;\n top: 24px;\n}\n\n.dialog-info-profile-avatar-default-icon {\n display: flex;\n justify-content: center;\n}\n\n.dialog-info-profile-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n height: 81px;\n width: 81px;\n top: 24px;\n}\n\n.dialog-info-profile-avatar-contents {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n\n.dialog-information-profile-dialog-name {\n margin-top: 8px;\n color: var(--main-text, #0b1b0f);\n text-align: center;\n font: var(--title-title-medium);\n left: 134.5px;\n top: 112px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.dialog-information-profile-edit {\n position: relative;\n right: -10px;\n border-radius: 4px;\n padding: 8px 56px 0px 0px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n position: absolute;\n top: 8px;\n}\n\n.dialog-information-profile-edit-button {\n color: var(--main-elements, #3978fc);\n text-align: left;\n font: var(--button-default);\n position: relative;\n}\n\n.dialog-info-action-wrapper-settings,\n.dialog-info-action-wrapper-settings * {\n box-sizing: border-box;\n}\n\n.dialog-info-action-wrapper-settings {\n background: var(--color-background, #ffffff);\n padding: 16px;\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n\n@media only screen and (max-width: var(--min-width-screen-desktop)) {\n .dialog-info-action-wrapper-settings {\n padding: 6px;\n }\n}\n.no-padding {\n padding: 0;\n}\n\n.dialog-info-action-wrapper-settings-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}\n\n.dialog-info-action-wrapper-settings-subtitle {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n\n.dialog-info-action-wrapper-settings-contents {\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n overflow: visible;\n}\n\n.dialog-info-action-wrapper-settings-right {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-info-action-wrapper-settings-right-badge {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-info-action-wrapper-settings-right-badge-title {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium);\n position: relative;\n padding: 0px 5px 0px 5px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/DialogInfo/DialogInfo.scss"],"names":[],"mappings":"AAUA;;EAEE,sBAAA;AATF;;AAWA;EACE,4CAAA;EACA,4BAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;EACA,uCAAA;AARF;;AAUA;EACE,gCAAA;EACA,gBAAA;EACA,8BAAA;EACA,kBAAA;AAPF;;AASA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AANF;;AASA;;EAEE,sBAAA;AANF;;AAQA;EACE,4CAAA;EACA,0BAAA;EACA,mBAAA;EACA,iBAAA;EACA,cAAA;EACA,aAAA;EACA,kBAAA;EACA,uCAAA;AALF;;AAOA;EAEE,YAAA;EAEA,WAAA;EACA,SAAA;AANF;;AAQA;EACE,aAAA;EACA,uBAAA;AALF;;AAOA;EACE,6CAAA;EACA,kBAAA;EACA,kBAAA;EACA,YAAA;EACA,WAAA;EACA,SAAA;AAJF;;AAMA;EACE,YAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;AAHF;;AAKA;EACE,eAAA;EACA,gCAAA;EACA,kBAAA;EACA,+BAAA;EAEA,aAAA;EACA,UAAA;EACA,aAAA;EACA,mBAAA;EACA,uBAAA;AAHF;;AAKA;EACE,kBAAA;EACA,YAAA;EAEA,kBAAA;EACA,yBAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,kBAAA;EAEA,QAAA;AAJF;;AAMA;EACE,oCAAA;EACA,gBAAA;EACA,2BAAA;EACA,kBAAA;AAHF;;AAOA;;EAEE,sBAAA;AAJF;;AAMA;EACE,4CAAA;EACA,aAAA;EACA,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;EACA,uCAAA;AAHF;;AAKA;EACE;IACE,YAAA;EAFF;AACF;AAIA;EACE,UAAA;AAFF;;AAIA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AADF;;AAGA;EACE,gCAAA;EACA,gBAAA;EACA,4BAAA;EACA,kBAAA;EACA,OAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;AAAF;;AAGA;EACE,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;EACA,iBAAA;AAAF;;AAGA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,yBAAA;EACA,cAAA;EACA,kBAAA;AAAF;;AAEA;EACE,6CAAA;EACA,mBAAA;EACA,wBAAA;EACA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,kBAAA;AACF;;AACA;EACE,uCAAA;EACA,kBAAA;EACA,+BAAA;EACA,kBAAA;EACA,wBAAA;AAEF","sourcesContent":["$dialog-information-container-height: 800px;\n$dialog-information-container-dialog-information-height: 64px;\n\n.dialog-information-container {\n // min-height: $dialog-information-container-height;\n // max-height: $dialog-information-container-height;\n // height: $dialog-information-container-height;\n // border: 1px solid var(--divider);\n\n}\n.header-dialog-info,\n.header-dialog-info * {\n box-sizing: border-box;\n}\n.header-dialog-info {\n background: var(--color-background, #ffffff);\n padding: 16px 16px 16px 24px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n.header-dialog-info-headline {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-large);\n position: relative;\n}\n.header-dialog-info-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.dialog-information-profile,\n.dialog-information-profile * {\n box-sizing: border-box;\n}\n.dialog-information-profile {\n background: var(--color-background, #ffffff);\n padding: 24px 0px 24px 0px;\n align-self: stretch;\n flex-flow: column;\n flex-shrink: 0;\n height: 160px;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n.dialog-information-profile-avatar {\n // width: 80px;\n height: 80px;\n // position: absolute;\n left: 140px;\n top: 24px;\n}\n.dialog-info-profile-avatar-default-icon {\n display: flex;\n justify-content: center;\n}\n.dialog-info-profile-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n height: 81px;\n width: 81px;\n top: 24px;\n}\n.dialog-info-profile-avatar-contents {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n.dialog-information-profile-dialog-name {\n margin-top: 8px;\n color: var(--main-text, #0b1b0f);\n text-align: center;\n font: var(--title-title-medium);\n // position: absolute;\n left: 134.5px;\n top: 112px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.dialog-information-profile-edit {\n position: relative;\n right: -10px;\n //top: 30px;\n border-radius: 4px;\n padding: 8px 56px 0px 0px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n position: absolute;\n //left: 294px;\n top: 8px;\n}\n.dialog-information-profile-edit-button {\n color: var(--main-elements, #3978fc);\n text-align: left;\n font: var(--button-default);\n position: relative;\n}\n\n\n.dialog-info-action-wrapper-settings,\n.dialog-info-action-wrapper-settings * {\n box-sizing: border-box;\n}\n.dialog-info-action-wrapper-settings {\n background: var(--color-background, #ffffff);\n padding: 16px;\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n border-bottom: 1px solid var(--divider);\n}\n@media only screen and (max-width: var(--min-width-screen-desktop)) {\n .dialog-info-action-wrapper-settings {\n padding: 6px;\n }\n}\n.no-padding {\n padding: 0;\n}\n.dialog-info-action-wrapper-settings-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n}\n.dialog-info-action-wrapper-settings-subtitle {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n\n.dialog-info-action-wrapper-settings-contents {\n flex-shrink: 0;\n width: 24px;\n height: 24px;\n position: relative;\n overflow: visible;\n}\n\n.dialog-info-action-wrapper-settings-right {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-info-action-wrapper-settings-right-badge {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-info-action-wrapper-settings-right-badge-title {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium);\n position: relative;\n padding: 0px 5px 0px 5px;\n}\n\n"],"sourceRoot":""}]);
941
941
  // Exports
942
942
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
943
943
 
@@ -961,7 +961,7 @@ __webpack_require__.r(__webpack_exports__);
961
961
 
962
962
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
963
963
  // Module
964
- ___CSS_LOADER_EXPORT___.push([module.id, ".members-container {\n min-width: 320px;\n}\n\n.members-container-header,\n.members-container-header * {\n box-sizing: border-box;\n}\n\n.members-container-header {\n background: var(--color-background, #ffffff);\n padding: 16px 16px 16px 24px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-header-left {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-header-left-headline {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-large);\n position: relative;\n}\n\n.members-container-header-left-headline-badge {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-header-left-headline-badge-value {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium);\n position: relative;\n}\n\n.members-container-header-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.members-container-search,\n.members-container-search * {\n box-sizing: border-box;\n}\n\n.members-container-search {\n padding: 16px;\n display: flex;\n flex-direction: column;\n gap: 24px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-search-text-field {\n background: var(--color-background, #ffffff);\n display: flex;\n flex-direction: column;\n gap: 8px;\n align-items: flex-start;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-search-text-field-f {\n border-radius: 4px;\n border-style: solid;\n border-color: var(--tertiary-elements, #636d78);\n border-width: 1px;\n padding: 6px 8px 6px 8px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-search-text-field-f-left {\n display: flex;\n flex-direction: row;\n gap: 6px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-search-text-field-f-left-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.members-container-search-text-field-f-left-input {\n color: var(--secondary-text, #636d78);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n.members-container-search-text-field-f-left-input input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n border: none;\n outline: none;\n}\n\n.members-container-search-text-field-f-right {\n display: flex;\n flex-direction: row;\n gap: 10px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-members-list-wrapper {\n display: flex;\n max-height: 660px;\n height: 660px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/DialogInfo/MembersList/MembersList.scss"],"names":[],"mappings":"AAAA;EACE,gBAAA;AACF;;AACA;;EAEE,sBAAA;AAEF;;AAAA;EACE,4CAAA;EACA,4BAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAGF;;AADA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAIF;;AAFA;EACE,gCAAA;EACA,gBAAA;EACA,8BAAA;EACA,kBAAA;AAKF;;AAHA;EACE,6CAAA;EACA,mBAAA;EACA,wBAAA;EACA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,kBAAA;AAMF;;AAJA;EACE,uCAAA;EACA,kBAAA;EACA,+BAAA;EACA,kBAAA;AAOF;;AALA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAQF;;AAJA;;EAEE,sBAAA;AAOF;;AALA;EACE,aAAA;EACA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAQF;;AANA;EACE,4CAAA;EACA,aAAA;EACA,sBAAA;EACA,QAAA;EACA,uBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AASF;;AAPA;EACE,kBAAA;EACA,mBAAA;EACA,+CAAA;EACA,iBAAA;EACA,wBAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAUF;;AARA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAWF;;AATA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAYF;;AAVA;EACE,qCAAA;EACA,gBAAA;EACA,4BAAA;EACA,kBAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;AAaF;AAXE;EACE,4BAAA;EACA,wCAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EAEA,YAAA;EACA,aAAA;AAUJ;;AAPA;EACE,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,yBAAA;EACA,cAAA;EACA,kBAAA;AAUF;;AAPA;EACE,aAAA;EACA,iBAAA;EACA,aAAA;AAUF","sourcesContent":[".members-container{\n min-width: 320px;\n}\n.members-container-header,\n.members-container-header * {\n box-sizing: border-box;\n}\n.members-container-header {\n background: var(--color-background, #ffffff);\n padding: 16px 16px 16px 24px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-header-left {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-header-left-headline {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-large);\n position: relative;\n}\n.members-container-header-left-headline-badge {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-header-left-headline-badge-value {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium);\n position: relative;\n}\n.members-container-header-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n\n.members-container-search,\n.members-container-search * {\n box-sizing: border-box;\n}\n.members-container-search {\n padding: 16px;\n display: flex;\n flex-direction: column;\n gap: 24px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-search-text-field {\n background: var(--color-background, #ffffff);\n display: flex;\n flex-direction: column;\n gap: 8px;\n align-items: flex-start;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-search-text-field-f {\n border-radius: 4px;\n border-style: solid;\n border-color: var(--tertiary-elements, #636d78);\n border-width: 1px;\n padding: 6px 8px 6px 8px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-search-text-field-f-left {\n display: flex;\n flex-direction: row;\n gap: 6px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-search-text-field-f-left-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n.members-container-search-text-field-f-left-input {\n color: var(--secondary-text, #636d78);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n\n input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n\n border: none;\n outline: none;\n }\n}\n.members-container-search-text-field-f-right {\n display: flex;\n flex-direction: row;\n gap: 10px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-members-list-wrapper{\n display: flex;\n max-height: 660px;\n height: 660px;\n}\n\n"],"sourceRoot":""}]);
964
+ ___CSS_LOADER_EXPORT___.push([module.id, ".members-container-header,\n.members-container-header * {\n box-sizing: border-box;\n}\n\n.members-container-header {\n background: var(--color-background, #ffffff);\n padding: 16px 16px 16px 24px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-header-left {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-header-left-headline {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-large);\n position: relative;\n}\n\n.members-container-header-left-headline-badge {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-header-left-headline-badge-value {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium);\n position: relative;\n}\n\n.members-container-header-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.members-container-search,\n.members-container-search * {\n box-sizing: border-box;\n}\n\n.members-container-search {\n padding: 16px;\n display: flex;\n flex-direction: column;\n gap: 24px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-search-text-field {\n background: var(--color-background, #ffffff);\n display: flex;\n flex-direction: column;\n gap: 8px;\n align-items: flex-start;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-search-text-field-f {\n border-radius: 4px;\n border-style: solid;\n border-color: var(--tertiary-elements, #636d78);\n border-width: 1px;\n padding: 6px 8px 6px 8px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-search-text-field-f-left {\n display: flex;\n flex-direction: row;\n gap: 6px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-search-text-field-f-left-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.members-container-search-text-field-f-left-input {\n color: var(--secondary-text, #636d78);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n}\n.members-container-search-text-field-f-left-input input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n border: none;\n outline: none;\n}\n\n.members-container-search-text-field-f-right {\n display: flex;\n flex-direction: row;\n gap: 10px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-members-list-wrapper {\n display: flex;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/DialogInfo/MembersList/MembersList.scss"],"names":[],"mappings":"AAGA;;EAEE,sBAAA;AAFF;;AAIA;EACE,4CAAA;EACA,4BAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AADF;;AAGA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAAF;;AAEA;EACE,gCAAA;EACA,gBAAA;EACA,8BAAA;EACA,kBAAA;AACF;;AACA;EACE,6CAAA;EACA,mBAAA;EACA,wBAAA;EACA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,kBAAA;AAEF;;AAAA;EACE,uCAAA;EACA,kBAAA;EACA,+BAAA;EACA,kBAAA;AAGF;;AADA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAIF;;AAAA;;EAEE,sBAAA;AAGF;;AADA;EACE,aAAA;EACA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAIF;;AAFA;EACE,4CAAA;EACA,aAAA;EACA,sBAAA;EACA,QAAA;EACA,uBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAKF;;AAHA;EACE,kBAAA;EACA,mBAAA;EACA,+CAAA;EACA,iBAAA;EACA,wBAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAMF;;AAJA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAOF;;AALA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAQF;;AANA;EACE,qCAAA;EACA,gBAAA;EACA,4BAAA;EACA,kBAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;AASF;AAPE;EACE,4BAAA;EACA,wCAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EAEA,YAAA;EACA,aAAA;AAMJ;;AAHA;EACE,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,yBAAA;EACA,cAAA;EACA,kBAAA;AAMF;;AAHA;EACE,aAAA;AAMF","sourcesContent":[".members-container{\n //min-width: 320px; // todo artik 23.12.2023\n}\n.members-container-header,\n.members-container-header * {\n box-sizing: border-box;\n}\n.members-container-header {\n background: var(--color-background, #ffffff);\n padding: 16px 16px 16px 24px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-header-left {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-header-left-headline {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--title-title-large);\n position: relative;\n}\n.members-container-header-left-headline-badge {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-header-left-headline-badge-value {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium);\n position: relative;\n}\n.members-container-header-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n\n.members-container-search,\n.members-container-search * {\n box-sizing: border-box;\n}\n.members-container-search {\n padding: 16px;\n display: flex;\n flex-direction: column;\n gap: 24px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-search-text-field {\n background: var(--color-background, #ffffff);\n display: flex;\n flex-direction: column;\n gap: 8px;\n align-items: flex-start;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-search-text-field-f {\n border-radius: 4px;\n border-style: solid;\n border-color: var(--tertiary-elements, #636d78);\n border-width: 1px;\n padding: 6px 8px 6px 8px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-search-text-field-f-left {\n display: flex;\n flex-direction: row;\n gap: 6px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.members-container-search-text-field-f-left-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n.members-container-search-text-field-f-left-input {\n color: var(--secondary-text, #636d78);\n text-align: left;\n font: var(--body-body-large);\n position: relative;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n\n input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n\n border: none;\n outline: none;\n }\n}\n.members-container-search-text-field-f-right {\n display: flex;\n flex-direction: row;\n gap: 10px;\n align-items: center;\n justify-content: flex-end;\n flex-shrink: 0;\n position: relative;\n}\n\n.members-container-members-list-wrapper{\n display: flex;\n //max-height: 660px; // todo artik 23.12.2023\n //height: 660px;\n}\n\n"],"sourceRoot":""}]);
965
965
  // Exports
966
966
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
967
967
 
@@ -1083,7 +1083,7 @@ __webpack_require__.r(__webpack_exports__);
1083
1083
 
1084
1084
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1085
1085
  // Module
1086
- ___CSS_LOADER_EXPORT___.push([module.id, ".edit-container {\n min-height: 236px;\n max-height: 236px;\n height: 236px;\n min-width: 332px;\n max-width: 332px;\n width: 332px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n\n.edit-btn-container {\n min-height: 34px;\n max-height: 34px;\n height: 34px;\n min-width: 332px;\n max-width: 332px;\n width: 332px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n align-items: flex-end;\n}\n\n.edit-dialog-container {\n min-height: 180px;\n max-height: 180px;\n height: 180px;\n min-width: 332px;\n max-width: 332px;\n width: 332px;\n margin-bottom: 24px;\n}\n.edit-dialog-container--wrapper {\n min-height: 180px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.edit-dialog-container--wrapper__inf {\n min-height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n}\n.edit-dialog-container--wrapper__icon-container {\n min-height: 56px;\n max-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.edit-dialog-container--wrapper__icon-container__icon {\n min-height: 56px;\n max-height: 56px;\n height: 56px;\n min-width: 56px;\n max-width: 56px;\n height: 56px;\n margin-top: 8px;\n background-color: var(--disabled-elements);\n border-radius: 50%;\n text-align: center;\n align-content: center;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.edit-dialog-container--wrapper__icon-container__upload {\n min-height: 32px;\n max-height: 32px;\n min-width: 80px;\n max-width: 80px;\n margin-top: 8px;\n padding-left: 16px;\n padding-top: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--color-icon);\n}\n.edit-dialog-container--wrapper__upload-error {\n min-height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n margin-top: 5px;\n color: var(--error);\n}\n.edit-dialog-container--wrapper__dialog-name-inf {\n min-height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n margin-top: 24px;\n}\n.edit-dialog-container--wrapper__dialog-name-input {\n margin-top: 8px;\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 6px 8px;\n width: 320px;\n height: 44px;\n border: 1px solid var(--tertiary-elements);\n border-radius: 4px;\n flex: none;\n order: 1;\n align-self: stretch;\n flex-grow: 0;\n background-color: var(--main-background);\n}\n.edit-dialog-container--wrapper__dialog-name-input input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n border: none;\n outline: none;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/EditDialog/EditDialog.scss"],"names":[],"mappings":"AAKA;EAEE,iBANiB;EAOjB,iBAPiB;EAQjB,aARiB;EASjB,gBAVgB;EAWhB,gBAXgB;EAYhB,YAZgB;EAchB,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AANF;;AASA;EAEE,gBAAA;EACA,gBAAA;EACA,YAAA;EACA,gBA1BgB;EA2BhB,gBA3BgB;EA4BhB,YA5BgB;EA8BhB,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,qBAAA;AARF;;AAWA;EACE,iBAnC+B;EAoC/B,iBApC+B;EAqC/B,aArC+B;EAsC/B,gBAvC8B;EAwC9B,gBAxC8B;EAyC9B,YAzC8B;EA6C9B,mBAAA;AAXF;AAaE;EACE,iBAAA;EACA,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AAXJ;AAeI;EACE,gBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;AAdN;AAoBI;EACE,gBAAA;EACA,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AAlBN;AAoBM;EACE,gBAAA;EACA,gBAAA;EACA,YAAA;EACA,eAAA;EACA,eAAA;EACA,YAAA;EACA,eAAA;EAGA,0CAAA;EACA,kBAAA;EACA,kBAAA;EACA,qBAAA;EACA,aAAA;EACA,uBAAA;EACA,mBAAA;AApBR;AA6BM;EACE,gBAAA;EACA,gBAAA;EACA,eAAA;EACA,eAAA;EACA,eAAA;EACA,kBAAA;EACA,iBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qBAAA;EACA,wBAAA;AA5BR;AAmCI;EACE,gBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;EACA,eAAA;EACA,mBAAA;AAlCN;AAqCI;EACE,gBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;EACA,gBAAA;AApCN;AAyCI;EACE,eAAA;EAEA,sBAAA;EACA,aAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,gBAAA;EAEA,YAAA;EACA,YAAA;EAEA,0CAAA;EACA,kBAAA;EAEA,UAAA;EACA,QAAA;EACA,mBAAA;EACA,YAAA;EAEA,wCAAA;AA5CN;AA8CM;EACE,4BAAA;EACA,wCAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EAEA,YAAA;EACA,aAAA;AA/CR","sourcesContent":["$container-width: 332px;\n$container-height: 236px;\n$create-dialog-container-width: 332px;\n$create-dialog-container-height: 180px;\n\n.edit-container {\n //border: 1px solid blue;\n min-height: $container-height;\n max-height: $container-height;\n height: $container-height;\n min-width: $container-width;\n max-width: $container-width;\n width: $container-width;\n\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n\n.edit-btn-container{\n //border: 3px solid black;\n min-height: 34px;\n max-height: 34px;\n height: 34px;\n min-width: $container-width;\n max-width: $container-width;\n width: $container-width;\n\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n align-items: flex-end;\n}\n\n.edit-dialog-container {\n min-height: $create-dialog-container-height;\n max-height: $create-dialog-container-height;\n height: $create-dialog-container-height;\n min-width: $create-dialog-container-width;\n max-width: $create-dialog-container-width;\n width: $create-dialog-container-width;\n\n //border: 3px solid green;\n\n margin-bottom: 24px;\n\n &--wrapper{\n min-height: 180px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n\n //border: 1px solid blue;\n\n &__inf{\n min-height: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n // color: var(--color-background);\n\n //border: 1px solid orange;\n }\n\n &__icon-container {\n min-height: 56px;\n max-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n\n &__icon {\n min-height: 56px;\n max-height: 56px;\n height: 56px;\n min-width: 56px;\n max-width: 56px;\n height: 56px;\n margin-top: 8px;\n\n\n background-color: var(--disabled-elements);\n border-radius: 50%;\n text-align: center;\n align-content: center;\n display: flex;\n justify-content: center;\n align-items: center;\n\n //border: 1px solid red;\n\n &__content {\n // margin: 10px;\n }\n }\n\n &__upload {\n min-height: 32px;\n max-height: 32px;\n min-width: 80px;\n max-width: 80px;\n margin-top: 8px;\n padding-left: 16px;\n padding-top: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--color-icon);\n //cursor: pointer;\n\n // border: 1px solid green;\n }\n }\n\n &__upload-error{\n min-height: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n margin-top: 5px;\n color: var(--error);\n }\n\n &__dialog-name-inf{\n min-height: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n margin-top: 24px;\n\n //border: 1px solid orange;\n }\n\n &__dialog-name-input{\n margin-top: 8px;\n\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 6px 8px;\n\n width: 320px;\n height: 44px;\n\n border: 1px solid var(--tertiary-elements);//#90979F;\n border-radius: 4px;\n\n flex: none;\n order: 1;\n align-self: stretch;\n flex-grow: 0;\n\n background-color: var(--main-background);\n\n input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n\n border: none;\n outline: none;\n }\n }\n }\n}\n"],"sourceRoot":""}]);
1086
+ ___CSS_LOADER_EXPORT___.push([module.id, ".edit-container {\n min-height: 236px;\n max-height: 236px;\n height: 236px;\n width: 100%;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n\n.edit-btn-container {\n min-height: 34px;\n max-height: 34px;\n height: 34px;\n width: 100%;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n align-items: flex-end;\n}\n\n.edit-dialog-container {\n min-height: 180px;\n max-height: 180px;\n height: 180px;\n width: 100%;\n margin-bottom: 24px;\n}\n.edit-dialog-container--wrapper {\n min-height: 180px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.edit-dialog-container--wrapper__inf {\n min-height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n}\n.edit-dialog-container--wrapper__icon-container {\n min-height: 56px;\n max-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.edit-dialog-container--wrapper__icon-container__icon {\n min-height: 56px;\n max-height: 56px;\n height: 56px;\n min-width: 56px;\n max-width: 56px;\n height: 56px;\n margin-top: 8px;\n background-color: var(--disabled-elements);\n border-radius: 50%;\n text-align: center;\n align-content: center;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.edit-dialog-container--wrapper__icon-container__upload {\n min-height: 32px;\n max-height: 32px;\n min-width: 80px;\n max-width: 80px;\n margin-top: 8px;\n padding-left: 16px;\n padding-top: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--color-icon);\n}\n.edit-dialog-container--wrapper__upload-error {\n min-height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n margin-top: 5px;\n color: var(--error);\n}\n.edit-dialog-container--wrapper__dialog-name-inf {\n min-height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n margin-top: 24px;\n}\n.edit-dialog-container--wrapper__dialog-name-input {\n margin-top: 8px;\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 6px 8px;\n width: 100%;\n height: 44px;\n border: 1px solid var(--tertiary-elements);\n border-radius: 4px;\n flex: none;\n order: 1;\n align-self: stretch;\n flex-grow: 0;\n background-color: var(--main-background);\n}\n.edit-dialog-container--wrapper__dialog-name-input input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n border: none;\n outline: none;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/EditDialog/EditDialog.scss"],"names":[],"mappings":"AAKA;EAEE,iBANiB;EAOjB,iBAPiB;EAQjB,aARiB;EAYjB,WAAA;EAEA,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AATF;;AAYA;EAEE,gBAAA;EACA,gBAAA;EACA,YAAA;EAIA,WAAA;EAEA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,qBAAA;AAdF;;AAiBA;EACE,iBArC+B;EAsC/B,iBAtC+B;EAuC/B,aAvC+B;EA2C/B,WAAA;EAIA,mBAAA;AApBF;AAsBE;EACE,iBAAA;EACA,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AApBJ;AAwBI;EACE,gBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;AAvBN;AA6BI;EACE,gBAAA;EACA,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AA3BN;AA6BM;EACE,gBAAA;EACA,gBAAA;EACA,YAAA;EACA,eAAA;EACA,eAAA;EACA,YAAA;EACA,eAAA;EAGA,0CAAA;EACA,kBAAA;EACA,kBAAA;EACA,qBAAA;EACA,aAAA;EACA,uBAAA;EACA,mBAAA;AA7BR;AAsCM;EACE,gBAAA;EACA,gBAAA;EACA,eAAA;EACA,eAAA;EACA,eAAA;EACA,kBAAA;EACA,iBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qBAAA;EACA,wBAAA;AArCR;AA4CI;EACE,gBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;EACA,eAAA;EACA,mBAAA;AA3CN;AA8CI;EACE,gBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;EACA,gBAAA;AA7CN;AAkDI;EACE,eAAA;EAEA,sBAAA;EACA,aAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;EACA,gBAAA;EAGA,WAAA;EACA,YAAA;EAEA,0CAAA;EACA,kBAAA;EAEA,UAAA;EACA,QAAA;EACA,mBAAA;EACA,YAAA;EAEA,wCAAA;AAtDN;AAwDM;EACE,4BAAA;EACA,wCAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EAEA,YAAA;EACA,aAAA;AAzDR","sourcesContent":["$container-width: 332px;\n$container-height: 236px;\n$create-dialog-container-width: 332px;\n$create-dialog-container-height: 180px;\n\n.edit-container {\n //border: 1px solid blue;\n min-height: $container-height;\n max-height: $container-height;\n height: $container-height;\n //min-width: $container-width;\n //max-width: $container-width;\n //width: $container-width;\n width: 100%;\n\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n\n.edit-btn-container{\n //border: 3px solid black;\n min-height: 34px;\n max-height: 34px;\n height: 34px;\n //min-width: $container-width;\n //max-width: $container-width;\n //width: $container-width;\n width: 100%;\n\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n align-items: flex-end;\n}\n\n.edit-dialog-container {\n min-height: $create-dialog-container-height;\n max-height: $create-dialog-container-height;\n height: $create-dialog-container-height;\n //min-width: $create-dialog-container-width;\n //max-width: $create-dialog-container-width;\n //width: $create-dialog-container-width;\n width: 100%;\n\n //border: 3px solid green;\n\n margin-bottom: 24px;\n\n &--wrapper{\n min-height: 180px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n\n //border: 1px solid blue;\n\n &__inf{\n min-height: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n // color: var(--color-background);\n\n //border: 1px solid orange;\n }\n\n &__icon-container {\n min-height: 56px;\n max-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n\n &__icon {\n min-height: 56px;\n max-height: 56px;\n height: 56px;\n min-width: 56px;\n max-width: 56px;\n height: 56px;\n margin-top: 8px;\n\n\n background-color: var(--disabled-elements);\n border-radius: 50%;\n text-align: center;\n align-content: center;\n display: flex;\n justify-content: center;\n align-items: center;\n\n //border: 1px solid red;\n\n &__content {\n // margin: 10px;\n }\n }\n\n &__upload {\n min-height: 32px;\n max-height: 32px;\n min-width: 80px;\n max-width: 80px;\n margin-top: 8px;\n padding-left: 16px;\n padding-top: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--color-icon);\n //cursor: pointer;\n\n // border: 1px solid green;\n }\n }\n\n &__upload-error{\n min-height: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n margin-top: 5px;\n color: var(--error);\n }\n\n &__dialog-name-inf{\n min-height: 20px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.25px;\n margin-top: 24px;\n\n //border: 1px solid orange;\n }\n\n &__dialog-name-input{\n margin-top: 8px;\n\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 6px 8px;\n\n //width: 320px;\n width: 100%;\n height: 44px;\n\n border: 1px solid var(--tertiary-elements);//#90979F;\n border-radius: 4px;\n\n flex: none;\n order: 1;\n align-self: stretch;\n flex-grow: 0;\n\n background-color: var(--main-background);\n\n input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n\n border: none;\n outline: none;\n }\n }\n }\n}\n"],"sourceRoot":""}]);
1087
1087
  // Exports
1088
1088
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1089
1089
 
@@ -1131,7 +1131,7 @@ __webpack_require__.r(__webpack_exports__);
1131
1131
 
1132
1132
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1133
1133
  // Module
1134
- ___CSS_LOADER_EXPORT___.push([module.id, ".create-dialog-container {\n min-height: 312px;\n max-height: 312px;\n height: 312px;\n}\n.create-dialog-container--btn-wrapper {\n height: 64px;\n width: 332px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n cursor: pointer;\n border-radius: 4px;\n border: 1px solid var(--tertiary-elements);\n}\n.create-dialog-container--btn-wrapper__text {\n min-height: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n letter-spacing: 0.15px;\n flex: 2 2 268px;\n letter-spacing: 0.15px;\n}\n.create-dialog-container--btn-wrapper__icon {\n min-height: 24px;\n margin-left: 10px;\n flex: 1 1 24px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Flow/CreateDialog/CreateDialog.scss"],"names":[],"mappings":"AAGA;EACE,iBAH+B;EAI/B,iBAJ+B;EAK/B,aAL+B;AAGjC;AAIE;EACE,YAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,SAAA;EACA,eAAA;EACA,kBAAA;EAEA,0CAAA;AAHJ;AAKI;EACE,gBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;EACA,eAAA;EACA,sBAAA;AAJN;AAQI;EACE,gBAAA;EACA,iBAAA;EACA,cAAA;AANN","sourcesContent":["$create-dialog-container-width: 380px;\n$create-dialog-container-height: 312px;\n\n.create-dialog-container {\n min-height: $create-dialog-container-height;\n max-height: $create-dialog-container-height;\n height: $create-dialog-container-height;\n //border: 1px solid green;\n &--btn-wrapper{\n height: 64px;\n width: 332px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n cursor: pointer;\n border-radius: 4px;\n\n border: 1px solid var(--tertiary-elements);\n\n &__text{\n min-height: 24px;\n // margin: 16px 16px 16px 16px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n letter-spacing: 0.15px;\n flex: 2 2 268px;\n letter-spacing: 0.15px;\n\n //border: 1px solid orange;\n }\n &__icon{\n min-height: 24px;\n margin-left: 10px;\n flex: 1 1 24px;\n\n // border: 1px solid red;\n }\n }\n}\n"],"sourceRoot":""}]);
1134
+ ___CSS_LOADER_EXPORT___.push([module.id, ".create-dialog-container {\n min-height: 312px;\n max-height: 312px;\n height: 312px;\n}\n\n.item-type-dialog,\n.item-type-dialog * {\n box-sizing: border-box;\n}\n\n.item-type-dialog {\n border-radius: 4px;\n border-style: solid;\n border-color: var(--light-theme-tertiaryelements, #636d78);\n border-width: 1px;\n padding: 16px;\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.item-type-dialog-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n\n.item-type-dialog-name {\n color: var(--light-theme-maintext, #0b1b0f);\n text-align: left;\n font-family: var(--body-body-medium-font-family, \"Roboto-Regular\", sans-serif);\n font-size: var(--body-body-medium-font-size, 14px);\n line-height: var(--body-body-medium-line-height, 20px);\n font-weight: var(--body-body-medium-font-weight, 400);\n position: relative;\n flex: 1;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/Flow/CreateDialog/CreateDialog.scss"],"names":[],"mappings":"AAGA;EACE,iBAH+B;EAI/B,iBAJ+B;EAK/B,aAL+B;AAGjC;;AA2CA;;EAEE,sBAAA;AAxCF;;AA0CA;EACE,kBAAA;EACA,mBAAA;EACA,0DAAA;EACA,iBAAA;EACA,aAAA;EACA,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAvCF;;AAyCA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAtCF;;AAwCA;EACE,2CAAA;EACA,gBAAA;EACA,8EAAA;EAKA,kDAAA;EACA,sDAAA;EACA,qDAAA;EACA,kBAAA;EACA,OAAA;AAzCF","sourcesContent":["$create-dialog-container-width: 380px;\n$create-dialog-container-height: 312px;\n\n.create-dialog-container {\n min-height: $create-dialog-container-height;\n max-height: $create-dialog-container-height;\n height: $create-dialog-container-height;\n //border: 1px solid green;\n //&--btn-wrapper{\n // height: 64px;\n // // width: 280px;\n // display: flex;\n // flex-direction: row;\n // flex-wrap: nowrap;\n // justify-content: flex-start;\n // align-items: center;\n // gap: 16px;\n // cursor: pointer;\n // border-radius: 4px;\n //\n // border: 1px solid var(--tertiary-elements);\n //\n // &__text{\n // min-height: 24px;\n // // margin: 16px 16px 16px 16px;\n // font-family: 'Roboto';\n // font-style: normal;\n // font-weight: 400;\n // font-size: 16px;\n // line-height: 24px;\n // letter-spacing: 0.15px;\n // flex: 2 2 268px;\n // letter-spacing: 0.15px;\n //\n // //border: 1px solid orange;\n // }\n // &__icon{\n // min-height: 24px;\n // margin-left: 10px;\n // flex: 1 1 24px;\n //\n // // border: 1px solid red;\n // }\n //}\n}\n\n\n.item-type-dialog,\n.item-type-dialog * {\n box-sizing: border-box;\n}\n.item-type-dialog {\n border-radius: 4px;\n border-style: solid;\n border-color: var(--light-theme-tertiaryelements, #636d78);\n border-width: 1px;\n padding: 16px;\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.item-type-dialog-icon {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 32px;\n height: 32px;\n position: relative;\n}\n.item-type-dialog-name {\n color: var(--light-theme-maintext, #0b1b0f);\n text-align: left;\n font-family: var(\n --body-body-medium-font-family,\n \"Roboto-Regular\",\n sans-serif\n );\n font-size: var(--body-body-medium-font-size, 14px);\n line-height: var(--body-body-medium-line-height, 20px);\n font-weight: var(--body-body-medium-font-weight, 400);\n position: relative;\n flex: 1;\n}\n"],"sourceRoot":""}]);
1135
1135
  // Exports
1136
1136
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1137
1137
 
@@ -1155,7 +1155,7 @@ __webpack_require__.r(__webpack_exports__);
1155
1155
 
1156
1156
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1157
1157
  // Module
1158
- ___CSS_LOADER_EXPORT___.push([module.id, ".container-invite-members {\n min-height: 504px;\n max-height: 504px;\n height: 504px;\n min-width: 332px;\n max-width: 332px;\n width: 332px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.container-invite-members--add-members-container {\n min-height: 504px;\n max-height: 504px;\n height: 504px;\n min-width: 332px;\n max-width: 332px;\n width: 332px;\n}\n.container-invite-members--add-members-container--wrapper {\n min-height: 432px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.container-invite-members--add-members-container--wrapper__inf {\n min-height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: 20px;\n display: flex;\n letter-spacing: 0.1px;\n color: var(--main-elements);\n margin-top: 24px;\n}\n.container-invite-members--add-members-container--wrapper__members {\n display: flex;\n max-height: 326px;\n height: 356px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.1px;\n color: var(--main-elements);\n margin-top: 8px;\n}\n.container-invite-members--add-members-container--wrapper__members__empty-members {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 0px;\n gap: 16px;\n width: 332px;\n height: 100px;\n}\n.container-invite-members--add-members-container--wrapper__members__list {\n height: 290px;\n max-height: 290px;\n min-height: 290px;\n}\n.container-invite-members--add-members-container--wrapper__dialog-name-input {\n margin-top: 8px;\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n text-align: center;\n padding: 8px;\n width: 320px;\n height: 44px;\n border: 1px solid #90979F;\n border-radius: 4px;\n background-color: var(--main-background);\n color: var(--secondary-text);\n}\n.container-invite-members--add-members-container--wrapper__dialog-name-input input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n margin-left: 6px;\n margin-right: 6px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n border: none;\n outline: none;\n}\n.container-invite-members--btn-container {\n min-height: 32px;\n max-height: 32px;\n height: 32px;\n min-width: 332px;\n max-width: 332px;\n width: 332px;\n min-height: 34px;\n margin-top: 24px;\n margin-bottom: 24px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n align-items: flex-end;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/InviteMembers/InviteMembers.scss"],"names":[],"mappings":"AAKA;EACE,iBALiB;EAMjB,iBANiB;EAOjB,aAPiB;EAQjB,gBATgB;EAUhB,gBAVgB;EAWhB,YAXgB;EAahB,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AALF;AAOE;EACE,iBAnBe;EAoBf,iBApBe;EAqBf,aArBe;EAsBf,gBArB4B;EAsB5B,gBAtB4B;EAuB5B,YAvB4B;AAkBhC;AASI;EACE,iBAAA;EACA,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AAPN;AAWM;EACE,gBAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,aAAA;EACA,qBAAA;EACA,2BAAA;EACA,gBAAA;AATR;AAaM;EAEE,aAAA;EACA,iBAAA;EACA,aAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qBAAA;EACA,2BAAA;EACA,eAAA;AAZR;AAcQ;EACE,aAAA;EACA,sBAAA;EACA,mBAAA;EACA,YAAA;EACA,SAAA;EAEA,YAAA;EACA,aAAA;AAbV;AAgBQ;EACE,aAAA;EACA,iBAAA;EACA,iBAAA;AAdV;AAmBM;EACE,eAAA;EAEA,sBAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;EAEA,mBAAA;EACA,kBAAA;EACA,YAAA;EACA,YAAA;EACA,YAAA;EAEA,yBAAA;EACA,kBAAA;EAEA,wCAAA;EACA,4BAAA;AArBR;AAuBQ;EACE,4BAAA;EACA,wCAAA;EACA,gBAAA;EACA,iBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EAEA,YAAA;EACA,aAAA;AAxBV;AA+BE;EACE,gBAAA;EACA,gBAAA;EACA,YAAA;EACA,gBAtIc;EAuId,gBAvIc;EAwId,YAxIc;EAyId,gBAAA;EACA,gBAAA;EACA,mBAAA;EAEA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,qBAAA;AA9BJ","sourcesContent":["$container-width: 332px;\n$container-height: 504px;\n$create-dialog-container-width: 332px;\n$create-dialog-container-height: 412px;\n\n.container-invite-members {\n min-height: $container-height;\n max-height: $container-height;\n height: $container-height;\n min-width: $container-width;\n max-width: $container-width;\n width: $container-width;\n\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n\n &--add-members-container {\n min-height: $container-height;\n max-height: $container-height;\n height: $container-height;\n min-width: $create-dialog-container-width;\n max-width: $create-dialog-container-width;\n width: $create-dialog-container-width;\n\n //border: 5px solid green;\n\n &--wrapper{\n min-height: 432px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n\n //border: 1px solid blue;\n\n &__inf{\n min-height: 20px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: 20px;\n display: flex;\n letter-spacing: 0.1px;\n color: var(--main-elements);\n margin-top: 24px;\n //border: 1px solid green;\n }\n\n &__members{\n //border: 3px solid firebrick;\n display: flex;\n max-height: 326px;\n height: 356px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.1px;\n color: var(--main-elements);\n margin-top: 8px;\n\n &__empty-members {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 0px;\n gap: 16px;\n\n width: 332px;\n height: 100px;\n\n }\n &__list {\n height: 290px;\n max-height: 290px;\n min-height: 290px;\n }\n }\n\n\n &__dialog-name-input{\n margin-top: 8px;\n\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n\n align-items: center;\n text-align: center;\n padding: 8px;\n width: 320px;\n height: 44px;\n\n border: 1px solid #90979F;\n border-radius: 4px;\n\n background-color: var(--main-background);\n color: var(--secondary-text);\n\n input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n margin-left: 6px;\n margin-right: 6px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n\n border: none;\n outline: none;\n }\n\n }\n }\n }\n\n &--btn-container{\n min-height: 32px;\n max-height: 32px;\n height: 32px;\n min-width: $container-width;\n max-width: $container-width;\n width: $container-width;\n min-height: 34px;\n margin-top: 24px;\n margin-bottom: 24px;\n\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n align-items: flex-end;\n\n //border: 2px solid blue;\n }\n}\n\n\n\n\n"],"sourceRoot":""}]);
1158
+ ___CSS_LOADER_EXPORT___.push([module.id, ".container-invite-members {\n min-height: 504px;\n max-height: 504px;\n height: 504px;\n width: var(--max-width-dialog-list);\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.container-invite-members--add-members-container {\n min-height: 504px;\n max-height: 504px;\n height: 504px;\n width: var(--max-width-dialog-list);\n}\n.container-invite-members--add-members-container--loader {\n align-items: center;\n justify-content: center;\n display: flex;\n}\n.container-invite-members--add-members-container--wrapper {\n min-height: 432px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.container-invite-members--add-members-container--wrapper__inf {\n min-height: 20px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: 20px;\n display: flex;\n letter-spacing: 0.1px;\n color: var(--main-elements);\n margin-top: 24px;\n}\n.container-invite-members--add-members-container--wrapper__members {\n display: flex;\n max-height: 326px;\n height: 356px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.1px;\n color: var(--main-elements);\n margin-top: 8px;\n width: 100%;\n align-items: center;\n}\n.container-invite-members--add-members-container--wrapper__members__empty-members {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 0px;\n gap: 16px;\n width: 100%;\n height: 100px;\n}\n.container-invite-members--add-members-container--wrapper__members__list {\n height: 290px;\n max-height: 290px;\n min-height: 290px;\n}\n.container-invite-members--add-members-container--wrapper__dialog-name-input {\n margin-top: 8px;\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n text-align: center;\n padding: 8px;\n width: 100%;\n height: 44px;\n border: 1px solid #90979F;\n border-radius: 4px;\n background-color: var(--main-background);\n color: var(--secondary-text);\n}\n.container-invite-members--add-members-container--wrapper__dialog-name-input input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n margin-left: 6px;\n margin-right: 6px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n border: none;\n outline: none;\n}\n.container-invite-members--btn-container {\n min-height: 32px;\n max-height: 32px;\n height: 32px;\n width: 100%;\n min-height: 34px;\n margin-top: 24px;\n margin-bottom: 24px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n align-items: flex-end;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/InviteMembers/InviteMembers.scss"],"names":[],"mappings":"AAKA;EACE,iBALiB;EAMjB,iBANiB;EAOjB,aAPiB;EAQjB,mCAAA;EAEA,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AALF;AAOE;EACE,iBAjBe;EAkBf,iBAlBe;EAmBf,aAnBe;EAoBf,mCAAA;AALJ;AAOI;EACE,mBAAA;EACA,uBAAA;EACA,aAAA;AALN;AAQI;EACE,iBAAA;EACA,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,2BAAA;EACA,uBAAA;AANN;AAQM;EACE,gBAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,aAAA;EACA,qBAAA;EACA,2BAAA;EACA,gBAAA;AANR;AAWM;EACE,aAAA;EACA,iBAAA;EACA,aAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qBAAA;EACA,2BAAA;EACA,eAAA;EACA,WAAA;EACA,mBAAA;AATR;AAWQ;EACE,aAAA;EACA,sBAAA;EACA,mBAAA;EACA,YAAA;EACA,SAAA;EAGA,WAAA;EACA,aAAA;AAXV;AAcQ;EACE,aAAA;EACA,iBAAA;EACA,iBAAA;AAZV;AAiBM;EACE,eAAA;EAEA,sBAAA;EACA,aAAA;EACA,mBAAA;EACA,2BAAA;EAEA,mBAAA;EACA,kBAAA;EACA,YAAA;EAEA,WAAA;EACA,YAAA;EAEA,yBAAA;EACA,kBAAA;EAEA,wCAAA;EACA,4BAAA;AApBR;AAsBQ;EACE,4BAAA;EACA,wCAAA;EACA,gBAAA;EACA,iBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EAEA,YAAA;EACA,aAAA;AAvBV;AA8BE;EACE,gBAAA;EACA,gBAAA;EACA,YAAA;EAIA,WAAA;EACA,gBAAA;EACA,gBAAA;EACA,mBAAA;EAEA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,qBAAA;AAhCJ","sourcesContent":["$container-width: 332px;\n$container-height: 504px;\n$create-dialog-container-width: 332px;\n$create-dialog-container-height: 412px;\n\n.container-invite-members {\n min-height: $container-height;\n max-height: $container-height;\n height: $container-height;\n width: var(--max-width-dialog-list);\n\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n\n &--add-members-container {\n min-height: $container-height;\n max-height: $container-height;\n height: $container-height;\n width: var(--max-width-dialog-list);\n\n &--loader {\n align-items: center;\n justify-content: center;\n display: flex;\n }\n\n &--wrapper{\n min-height: 432px;\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: flex-start;\n\n &__inf{\n min-height: 20px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: 20px;\n display: flex;\n letter-spacing: 0.1px;\n color: var(--main-elements);\n margin-top: 24px;\n }\n\n\n\n &__members{\n display: flex;\n max-height: 326px;\n height: 356px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: 20px;\n letter-spacing: 0.1px;\n color: var(--main-elements);\n margin-top: 8px;\n width: 100%;\n align-items: center;\n\n &__empty-members {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 0px;\n gap: 16px;\n\n //width: 332px;\n width: 100%;\n height: 100px;\n\n }\n &__list {\n height: 290px;\n max-height: 290px;\n min-height: 290px;\n }\n }\n\n\n &__dialog-name-input{\n margin-top: 8px;\n\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n\n align-items: center;\n text-align: center;\n padding: 8px;\n //width: 320px;\n width: 100%;\n height: 44px;\n\n border: 1px solid #90979F;\n border-radius: 4px;\n\n background-color: var(--main-background);\n color: var(--secondary-text);\n\n input {\n color: var(--secondary-text);\n background-color: var(--main-background);\n margin-left: 6px;\n margin-right: 6px;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n\n border: none;\n outline: none;\n }\n\n }\n }\n }\n\n &--btn-container{\n min-height: 32px;\n max-height: 32px;\n height: 32px;\n //min-width: $container-width;\n //max-width: $container-width;\n //width: $container-width;\n width: 100%;\n min-height: 34px;\n margin-top: 24px;\n margin-bottom: 24px;\n\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-end;\n align-items: flex-end;\n\n //border: 2px solid blue;\n }\n}\n\n\n\n\n"],"sourceRoot":""}]);
1159
1159
  // Exports
1160
1160
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1161
1161
 
@@ -1179,7 +1179,7 @@ __webpack_require__.r(__webpack_exports__);
1179
1179
 
1180
1180
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1181
1181
  // Module
1182
- ___CSS_LOADER_EXPORT___.push([module.id, ".user-single-container-chbox {\n min-height: 336px;\n max-height: 336px;\n height: 336px;\n}\n.user-single-container-chbox--search-wrapper {\n min-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n}\n.user-single-container-chbox--search-wrapper__search-text {\n min-height: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n letter-spacing: 0.15px;\n flex: 2 2 268px;\n letter-spacing: 0.15px;\n}\n.user-single-container-chbox--search-wrapper__search-icon {\n min-height: 24px;\n margin-left: 10px;\n flex: 1 1 24px;\n cursor: pointer;\n}\n.user-single-container-chbox--wrapper {\n min-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n border-bottom: 1px solid var(--color-divider);\n}\n.user-single-container-chbox--wrapper__username {\n width: 193px;\n height: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n color: var(--main-text);\n}\n.user-single-container-chbox--wrapper__select {\n min-height: 24px;\n min-width: 24px;\n max-width: 24px;\n}\n.user-single-container-chbox--wrapper__icon {\n min-height: 40px;\n min-width: 40px;\n max-height: 40px;\n max-width: 40px;\n margin-left: 16px;\n margin-top: 8px;\n margin-bottom: 8px;\n display: flex;\n background-color: var(--disabled-elements);\n border-radius: 50%;\n align-items: center;\n text-align: center;\n align-content: center;\n}\n.user-single-container-chbox--wrapper__icon__content {\n margin: 6px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.scss"],"names":[],"mappings":"AACA;EACE,iBAF6B;EAG7B,iBAH6B;EAI7B,aAJ6B;AAI/B;AAGE;EACE,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,SAAA;AADJ;AAKI;EACE,gBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;EACA,eAAA;EACA,sBAAA;AAJN;AAQI;EACE,gBAAA;EACA,iBAAA;EACA,cAAA;EACA,eAAA;AANN;AAYE;EACE,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,SAAA;EAEA,6CAAA;AAXJ;AAaI;EAcE,YAAA;EACA,YAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EACA,uBAAA;AAzBN;AA6BI;EACE,gBAAA;EACA,eAAA;EACA,eAAA;AA3BN;AA8BI;EACE,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,eAAA;EACA,kBAAA;EAEA,aAAA;EAEA,0CAAA;EACA,kBAAA;EACA,mBAAA;EACA,kBAAA;EACA,qBAAA;AA9BN;AAkCM;EACE,WAAA;AAhCR","sourcesContent":["$user-single-container-height: 336px;\n.user-single-container-chbox {\n min-height: $user-single-container-height;\n max-height: $user-single-container-height;\n height: $user-single-container-height;\n //border: 1px solid green;\n\n &--search-wrapper{\n min-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n\n //border: 1px solid blue;\n\n &__search-text{\n min-height: 24px;\n // margin: 16px 16px 16px 16px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n letter-spacing: 0.15px;\n flex: 2 2 268px;\n letter-spacing: 0.15px;\n\n //border: 1px solid orange;\n }\n &__search-icon{\n min-height: 24px;\n margin-left: 10px;\n flex: 1 1 24px;\n cursor: pointer;\n\n //border: 1px solid red;\n }\n }\n\n &--wrapper {\n min-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n\n border-bottom: 1px solid var(--color-divider);\n\n &__username {\n //min-height: 24px;\n //min-width: 193px;\n //max-width: 193px;\n //// margin: 16px 16px 16px 16px;\n //font-family: 'Roboto';\n //font-style: normal;\n //font-weight: 400;\n //font-size: 16px;\n //line-height: 24px;\n //letter-spacing: 0.15px;\n //flex: 2 2 268px;\n //letter-spacing: 0.15px;\n\n width: 193px;\n height: 24px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n color: var(--main-text);\n\n // border: 1px solid orange;\n }\n &__select {\n min-height: 24px;\n min-width: 24px;\n max-width: 24px;\n }\n\n &__icon {\n min-height: 40px;\n min-width: 40px;\n max-height: 40px;\n max-width: 40px;\n margin-left: 16px;\n margin-top: 8px;\n margin-bottom: 8px;\n // flex: 1 1 24px;\n display: flex;\n //cursor: pointer;\n background-color: var(--disabled-elements);\n border-radius: 50%;\n align-items: center;\n text-align: center;\n align-content: center;\n\n // border: 1px solid red;\n\n &__content {\n margin: 6px;\n }\n }\n }\n}\n"],"sourceRoot":""}]);
1182
+ ___CSS_LOADER_EXPORT___.push([module.id, ".user-single-container-chbox {\n min-height: 336px;\n max-height: 336px;\n height: 336px;\n}\n.user-single-container-chbox--search-wrapper {\n min-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n}\n.user-single-container-chbox--search-wrapper__search-text {\n min-height: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n letter-spacing: 0.15px;\n flex: 2 2 268px;\n letter-spacing: 0.15px;\n}\n.user-single-container-chbox--search-wrapper__search-icon {\n min-height: 24px;\n margin-left: 10px;\n flex: 1 1 24px;\n cursor: pointer;\n}\n.user-single-container-chbox--wrapper {\n min-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n border-bottom: 1px solid var(--color-divider);\n}\n.user-single-container-chbox--wrapper__username {\n height: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n color: var(--main-text);\n}\n.user-single-container-chbox--wrapper__select {\n min-height: 24px;\n min-width: 24px;\n max-width: 24px;\n}\n.user-single-container-chbox--wrapper__icon {\n min-height: 40px;\n min-width: 40px;\n max-height: 40px;\n max-width: 40px;\n margin-left: 16px;\n margin-top: 8px;\n margin-bottom: 8px;\n display: flex;\n background-color: var(--disabled-elements);\n border-radius: 50%;\n align-items: center;\n text-align: center;\n align-content: center;\n}\n.user-single-container-chbox--wrapper__icon__content {\n margin: 6px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.scss"],"names":[],"mappings":"AACA;EACE,iBAF6B;EAG7B,iBAH6B;EAI7B,aAJ6B;AAI/B;AAEE;EACE,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,SAAA;AAAJ;AAEI;EACE,gBAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;EACA,eAAA;EACA,sBAAA;AAAN;AAEI;EACE,gBAAA;EACA,iBAAA;EACA,cAAA;EACA,eAAA;AAAN;AAIE;EACE,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,SAAA;EAEA,6CAAA;AAHJ;AAKI;EAGE,YAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,aAAA;EACA,mBAAA;EACA,sBAAA;EACA,uBAAA;AANN;AASI;EACE,gBAAA;EACA,eAAA;EACA,eAAA;AAPN;AAUI;EACE,gBAAA;EACA,eAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,eAAA;EACA,kBAAA;EAEA,aAAA;EAEA,0CAAA;EACA,kBAAA;EACA,mBAAA;EACA,kBAAA;EACA,qBAAA;AAVN;AAYM;EACE,WAAA;AAVR","sourcesContent":["$user-single-container-height: 336px;\n.user-single-container-chbox {\n min-height: $user-single-container-height;\n max-height: $user-single-container-height;\n height: $user-single-container-height;\n\n &--search-wrapper{\n min-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n\n &__search-text{\n min-height: 24px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n letter-spacing: 0.15px;\n flex: 2 2 268px;\n letter-spacing: 0.15px;\n }\n &__search-icon{\n min-height: 24px;\n margin-left: 10px;\n flex: 1 1 24px;\n cursor: pointer;\n }\n }\n\n &--wrapper {\n min-height: 56px;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: flex-start;\n align-items: center;\n gap: 16px;\n\n border-bottom: 1px solid var(--color-divider);\n\n &__username {\n\n // width: 193px;\n height: 24px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n display: flex;\n align-items: center;\n letter-spacing: 0.15px;\n color: var(--main-text);\n\n }\n &__select {\n min-height: 24px;\n min-width: 24px;\n max-width: 24px;\n }\n\n &__icon {\n min-height: 40px;\n min-width: 40px;\n max-height: 40px;\n max-width: 40px;\n margin-left: 16px;\n margin-top: 8px;\n margin-bottom: 8px;\n // flex: 1 1 24px;\n display: flex;\n //cursor: pointer;\n background-color: var(--disabled-elements);\n border-radius: 50%;\n align-items: center;\n text-align: center;\n align-content: center;\n\n &__content {\n margin: 6px;\n }\n }\n }\n}\n"],"sourceRoot":""}]);
1183
1183
  // Exports
1184
1184
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1185
1185
 
@@ -1203,7 +1203,7 @@ __webpack_require__.r(__webpack_exports__);
1203
1203
 
1204
1204
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1205
1205
  // Module
1206
- ___CSS_LOADER_EXPORT___.push([module.id, ".not-found-content-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 0px;\n gap: 16px;\n width: 332px;\n height: 100px;\n background: var(--main-background);\n}\n.not-found-content-container__icon {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 4px;\n width: 60px;\n height: 60px;\n}\n.not-found-content-container__message {\n width: 164px;\n height: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n text-align: center;\n letter-spacing: 0.15px;\n color: var(--caption);\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.scss"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,sBAAA;EACA,mBAAA;EACA,YAAA;EACA,SAAA;EAEA,YAAA;EACA,aAAA;EAEA,kCAAA;AADF;AAGE;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,YAAA;EAEA,WAAA;EACA,YAAA;AAFJ;AAKE;EACE,YAAA;EACA,YAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,kBAAA;EACA,sBAAA;EACA,qBAAA;AAJJ","sourcesContent":[".not-found-content-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 0px;\n gap: 16px;\n\n width: 332px;\n height: 100px;\n\n background: var(--main-background);\n\n &__icon {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 4px;\n\n width: 60px;\n height: 60px;\n }\n\n &__message {\n width: 164px;\n height: 24px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n text-align: center;\n letter-spacing: 0.15px;\n color: var(--caption);\n }\n}\n"],"sourceRoot":""}]);
1206
+ ___CSS_LOADER_EXPORT___.push([module.id, ".not-found-content-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 0px;\n gap: 16px;\n width: 100%;\n height: 100px;\n background: var(--main-background);\n}\n.not-found-content-container__icon {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 4px;\n width: 60px;\n height: 60px;\n}\n.not-found-content-container__message {\n width: 164px;\n height: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n text-align: center;\n letter-spacing: 0.15px;\n color: var(--caption);\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.scss"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,sBAAA;EACA,mBAAA;EACA,YAAA;EACA,SAAA;EAGA,WAAA;EACA,aAAA;EAEA,kCAAA;AAFF;AAIE;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,YAAA;EAEA,WAAA;EACA,YAAA;AAHJ;AAME;EACE,YAAA;EACA,YAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EAEA,kBAAA;EACA,sBAAA;EACA,qBAAA;AALJ","sourcesContent":[".not-found-content-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 0px;\n gap: 16px;\n\n //width: 332px;\n width: 100%;\n height: 100px;\n\n background: var(--main-background);\n\n &__icon {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 4px;\n\n width: 60px;\n height: 60px;\n }\n\n &__message {\n width: 164px;\n height: 24px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n\n text-align: center;\n letter-spacing: 0.15px;\n color: var(--caption);\n }\n}\n"],"sourceRoot":""}]);
1207
1207
  // Exports
1208
1208
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1209
1209
 
@@ -1275,7 +1275,7 @@ __webpack_require__.r(__webpack_exports__);
1275
1275
 
1276
1276
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1277
1277
  // Module
1278
- ___CSS_LOADER_EXPORT___.push([module.id, ".dialog-preview-container {\n display: flex;\n border: 1px solid var(--chat-input);\n}\n\n.dialog-preview-container-left {\n flex: 1;\n}\n\n.dialog-preview-container-right {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.dialog-preview,\n.dialog-preview * {\n box-sizing: border-box;\n}\n\n.dialog-preview {\n padding: 6px 6px 6px 6px;\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-preview-item {\n background: var(--color-background, #ffffff);\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n\n.dialog-preview-avatar {\n flex-shrink: 0;\n width: 56px;\n height: 56px;\n position: relative;\n}\n\n.dialog-preview-avatar-rectangle {\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dialog-preview-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dialog-preview-avatar-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n\n.dialog-preview-text {\n display: flex;\n flex-direction: column;\n gap: 2px;\n align-items: flex-start;\n justify-content: flex-start;\n flex: 1;\n position: relative;\n}\n\n.dialog-preview-text-subtitle {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-preview-text-subtitle-caption {\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-preview-text-subtitle-caption-name {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--label-label-medium, 500 12px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n\n.dialog-item-preview-text {\n color: var(--main-text);\n text-align: left;\n font: var(--body-body-small, 400 12px/16px \"Roboto\", sans-serif);\n position: relative;\n align-self: stretch;\n height: 32px;\n}\n\n.dialog-preview-text-subtitle-caption2 {\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: flex-start;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-preview-text-subtitle-caption2-time {\n color: var(--tertiary-elements, #636d78);\n text-align: right;\n font: var(--label-label-small, 500 11px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n\n.dialog-preview-text-subtitle-text {\n color: var(--secondary-text, #636d78);\n text-align: left;\n font: var(--body-body-small, 400 12px/16px \"Roboto\", sans-serif);\n position: relative;\n align-self: stretch;\n display: inline-block;\n word-wrap: break-word;\n overflow: hidden;\n max-height: 32px;\n height: 32px;\n}\n\n.dialog-preview-text-subtitle-message-badge {\n background: var(--main-elements, #3978fc);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n height: 22px;\n}\n\n.dialog-preview-text-subtitle-message-badge-v {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium, 500 12px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n\n.dialog-preview-text-subtitle-message {\n display: flex;\n flex-flow: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n}\n\n.dialog-preview-icon-close {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 12px;\n height: 22px;\n position: relative;\n cursor: pointer;\n}\n\n.dpa-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/PreviewDialog/PreviewDialog.scss"],"names":[],"mappings":"AACA;EACE,aAAA;EAEA,mCAAA;AADF;;AAGA;EACE,OAAA;AAAF;;AAEA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;AACF;;AAEA;;EAEE,sBAAA;AACF;;AACA;EAEE,wBAAA;EACA,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AACF;;AACA;EACE,4CAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;AAEF;;AAAA;EACE,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAGF;;AADA;EACE,kBAAA;EACA,SAAA;EACA,QAAA;EACA,WAAA;EACA,UAAA;EACA,OAAA;EACA,YAAA;AAIF;;AAFA;EACE,6CAAA;EACA,kBAAA;EACA,kBAAA;EACA,SAAA;EACA,QAAA;EACA,WAAA;EACA,UAAA;EACA,OAAA;EACA,YAAA;AAKF;;AAHA;EACE,YAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;AAMF;;AAJA;EACE,aAAA;EACA,sBAAA;EACA,QAAA;EACA,uBAAA;EACA,2BAAA;EACA,OAAA;EACA,kBAAA;AAOF;;AALA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAQF;;AANA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AASF;;AAPA;EACE,gCAAA;EACA,gBAAA;EACA,mEAAA;EACA,kBAAA;AAUF;;AARA;EACE,uBAAA;EACA,gBAAA;EACA,gEAAA;EACA,kBAAA;EACA,mBAAA;EACA,YAAA;AAWF;;AARA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,uBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAWF;;AATA;EACE,wCAAA;EACA,iBAAA;EACA,kEAAA;EACA,kBAAA;AAYF;;AAVA;EACE,qCAAA;EACA,gBAAA;EACA,gEAAA;EACA,kBAAA;EACA,mBAAA;EAGA,qBAAA;EACA,qBAAA;EACA,gBAAA;EACA,gBAAA;EACA,YAAA;AAWF;;AARA;EACE,yCAAA;EACA,mBAAA;EACA,wBAAA;EACA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,kBAAA;EACA,YAAA;AAWF;;AATA;EACE,uCAAA;EACA,kBAAA;EACA,mEAAA;EACA,kBAAA;AAYF;;AATA;EACE,aAAA;EACA,cAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;AAYF;;AATA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;EACA,eAAA;AAYF;;AATA;EACE,YAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;AAYF","sourcesContent":["\n.dialog-preview-container {\n display: flex;\n //background: var(--color-background, #ffffff);\n border: 1px solid var(--chat-input);\n}\n.dialog-preview-container-left {\n flex: 1;\n}\n.dialog-preview-container-right {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.dialog-preview,\n.dialog-preview * {\n box-sizing: border-box;\n}\n.dialog-preview {\n // padding: 8px 8px 8px 16px; //todo comment padding value for desktop artik 21-12-2023\n padding: 6px 6px 6px 6px; //todo new padding fro mobile artik 21-12-2023\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-preview-item {\n background: var(--color-background, #ffffff);\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n.dialog-preview-avatar {\n flex-shrink: 0;\n width: 56px;\n height: 56px;\n position: relative;\n}\n.dialog-preview-avatar-rectangle {\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n.dialog-preview-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n.dialog-preview-avatar-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n.dialog-preview-text {\n display: flex;\n flex-direction: column;\n gap: 2px;\n align-items: flex-start;\n justify-content: flex-start;\n flex: 1;\n position: relative;\n}\n.dialog-preview-text-subtitle {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-preview-text-subtitle-caption {\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-preview-text-subtitle-caption-name {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--label-label-medium, 500 12px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n.dialog-item-preview-text{\n color: var(--main-text);\n text-align: left;\n font: var(--body-body-small, 400 12px/16px \"Roboto\", sans-serif);\n position: relative;\n align-self: stretch;\n height: 32px;\n}\n\n.dialog-preview-text-subtitle-caption2 {\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: flex-start;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-preview-text-subtitle-caption2-time {\n color: var(--tertiary-elements, #636d78);\n text-align: right;\n font: var(--label-label-small, 500 11px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n.dialog-preview-text-subtitle-text {\n color: var(--secondary-text, #636d78);\n text-align: left;\n font: var(--body-body-small, 400 12px/16px \"Roboto\", sans-serif);\n position: relative;\n align-self: stretch;\n\n ///\n display: inline-block;\n word-wrap: break-word;\n overflow: hidden;\n max-height: 32px;\n height: 32px;\n}\n\n.dialog-preview-text-subtitle-message-badge {\n background: var(--main-elements, #3978fc);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n height: 22px;\n}\n.dialog-preview-text-subtitle-message-badge-v {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium, 500 12px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n\n.dialog-preview-text-subtitle-message {\n display: flex;\n flex-flow: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n}\n\n.dialog-preview-icon-close {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 12px; // todo artik 21-12-2020 change width value from 32px to 12px\n height: 22px; // todo artik 21-12-2020 change width value from 32px to 22px\n position: relative;\n cursor: pointer;\n}\n\n.dpa-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n\n\n\n\n\n"],"sourceRoot":""}]);
1278
+ ___CSS_LOADER_EXPORT___.push([module.id, ".dialog-preview-container {\n display: flex;\n border: 1px solid var(--chat-input);\n gap: 16px;\n}\n\n.dialog-preview-container-left {\n flex: 1;\n margin-left: 10px;\n}\n\n.dialog-preview-container-right {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 40px;\n}\n\n.dialog-preview,\n.dialog-preview * {\n box-sizing: border-box;\n}\n\n.dialog-preview {\n padding: 6px 6px 6px 6px;\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-preview-item {\n background: var(--color-background, #ffffff);\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n\n.dialog-preview-avatar {\n flex-shrink: 0;\n width: 56px;\n height: 56px;\n position: relative;\n}\n\n.dialog-preview-avatar-rectangle {\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dialog-preview-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n\n.dialog-preview-avatar-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n\n.dialog-preview-text {\n display: flex;\n flex-direction: column;\n gap: 2px;\n align-items: flex-start;\n justify-content: flex-start;\n flex: 1;\n position: relative;\n}\n\n.dialog-preview-text-subtitle {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-preview-text-subtitle-caption {\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-preview-text-subtitle-caption-name {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--label-label-medium, 500 12px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n\n.dialog-item-preview-text {\n color: var(--main-text);\n text-align: left;\n font: var(--body-body-small, 400 12px/16px \"Roboto\", sans-serif);\n position: relative;\n align-self: stretch;\n height: 32px;\n}\n\n.dialog-preview-text-subtitle-caption2 {\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: flex-start;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n\n.dialog-preview-text-subtitle-caption2-time {\n color: var(--tertiary-elements, #636d78);\n text-align: right;\n font: var(--label-label-small, 500 11px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n\n.dialog-preview-text-subtitle-text {\n color: var(--secondary-text, #636d78);\n text-align: left;\n font: var(--body-body-small, 400 12px/16px \"Roboto\", sans-serif);\n position: relative;\n align-self: stretch;\n display: inline-block;\n word-wrap: break-word;\n overflow: hidden;\n max-height: 32px;\n height: 32px;\n}\n\n.dialog-preview-text-subtitle-message-badge {\n background: var(--main-elements, #3978fc);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n height: 22px;\n}\n\n.dialog-preview-text-subtitle-message-badge-v {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium, 500 12px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n\n.dialog-preview-text-subtitle-message {\n display: flex;\n flex-flow: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n}\n\n.dialog-preview-icon-close {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 12px;\n height: 22px;\n position: relative;\n cursor: pointer;\n}\n\n.dpa-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/PreviewDialog/PreviewDialog.scss"],"names":[],"mappings":"AACA;EACE,aAAA;EACA,mCAAA;EACA,SAAA;AAAF;;AAEA;EACE,OAAA;EACA,iBAAA;AACF;;AACA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,WAAA;AAEF;;AACA;;EAEE,sBAAA;AAEF;;AAAA;EAEE,wBAAA;EACA,aAAA;EACA,mBAAA;EACA,SAAA;EACA,mBAAA;EACA,2BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AAEF;;AAAA;EACE,4CAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,8BAAA;AAGF;;AADA;EACE,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;AAIF;;AAFA;EACE,kBAAA;EACA,SAAA;EACA,QAAA;EACA,WAAA;EACA,UAAA;EACA,OAAA;EACA,YAAA;AAKF;;AAHA;EACE,6CAAA;EACA,kBAAA;EACA,kBAAA;EACA,SAAA;EACA,QAAA;EACA,WAAA;EACA,UAAA;EACA,OAAA;EACA,YAAA;AAMF;;AAJA;EACE,YAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;AAOF;;AALA;EACE,aAAA;EACA,sBAAA;EACA,QAAA;EACA,uBAAA;EACA,2BAAA;EACA,OAAA;EACA,kBAAA;AAQF;;AANA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,8BAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AASF;;AAPA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAUF;;AARA;EACE,gCAAA;EACA,gBAAA;EACA,mEAAA;EACA,kBAAA;AAWF;;AATA;EACE,uBAAA;EACA,gBAAA;EACA,gEAAA;EACA,kBAAA;EACA,mBAAA;EACA,YAAA;AAYF;;AATA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,uBAAA;EACA,2BAAA;EACA,cAAA;EACA,kBAAA;AAYF;;AAVA;EACE,wCAAA;EACA,iBAAA;EACA,kEAAA;EACA,kBAAA;AAaF;;AAXA;EACE,qCAAA;EACA,gBAAA;EACA,gEAAA;EACA,kBAAA;EACA,mBAAA;EAGA,qBAAA;EACA,qBAAA;EACA,gBAAA;EACA,gBAAA;EACA,YAAA;AAYF;;AATA;EACE,yCAAA;EACA,mBAAA;EACA,wBAAA;EACA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,kBAAA;EACA,YAAA;AAYF;;AAVA;EACE,uCAAA;EACA,kBAAA;EACA,mEAAA;EACA,kBAAA;AAaF;;AAVA;EACE,aAAA;EACA,cAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;AAaF;;AAVA;EACE,kBAAA;EACA,YAAA;EACA,aAAA;EACA,mBAAA;EACA,QAAA;EACA,mBAAA;EACA,uBAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;EACA,eAAA;AAaF;;AAVA;EACE,YAAA;EACA,kBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;AAaF","sourcesContent":["\n.dialog-preview-container {\n display: flex;\n border: 1px solid var(--chat-input);\n gap: 16px;\n}\n.dialog-preview-container-left {\n flex: 1;\n margin-left: 10px;\n}\n.dialog-preview-container-right {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 40px;\n}\n\n.dialog-preview,\n.dialog-preview * {\n box-sizing: border-box;\n}\n.dialog-preview {\n // padding: 8px 8px 8px 16px; //todo comment padding value for desktop artik 21-12-2023\n padding: 6px 6px 6px 6px; //todo new padding fro mobile artik 21-12-2023\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-preview-item {\n background: var(--color-background, #ffffff);\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n.dialog-preview-avatar {\n flex-shrink: 0;\n width: 56px;\n height: 56px;\n position: relative;\n}\n.dialog-preview-avatar-rectangle {\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n.dialog-preview-avatar-ellipse {\n background: var(--disabled-elements, #bcc1c5);\n border-radius: 50%;\n position: absolute;\n right: 0%;\n left: 0%;\n width: 100%;\n bottom: 0%;\n top: 0%;\n height: 100%;\n}\n.dialog-preview-avatar-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n.dialog-preview-text {\n display: flex;\n flex-direction: column;\n gap: 2px;\n align-items: flex-start;\n justify-content: flex-start;\n flex: 1;\n position: relative;\n}\n.dialog-preview-text-subtitle {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n justify-content: space-between;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-preview-text-subtitle-caption {\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-preview-text-subtitle-caption-name {\n color: var(--main-text, #0b1b0f);\n text-align: left;\n font: var(--label-label-medium, 500 12px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n.dialog-item-preview-text{\n color: var(--main-text);\n text-align: left;\n font: var(--body-body-small, 400 12px/16px \"Roboto\", sans-serif);\n position: relative;\n align-self: stretch;\n height: 32px;\n}\n\n.dialog-preview-text-subtitle-caption2 {\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: flex-start;\n justify-content: flex-start;\n flex-shrink: 0;\n position: relative;\n}\n.dialog-preview-text-subtitle-caption2-time {\n color: var(--tertiary-elements, #636d78);\n text-align: right;\n font: var(--label-label-small, 500 11px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n.dialog-preview-text-subtitle-text {\n color: var(--secondary-text, #636d78);\n text-align: left;\n font: var(--body-body-small, 400 12px/16px \"Roboto\", sans-serif);\n position: relative;\n align-self: stretch;\n\n ///\n display: inline-block;\n word-wrap: break-word;\n overflow: hidden;\n max-height: 32px;\n height: 32px;\n}\n\n.dialog-preview-text-subtitle-message-badge {\n background: var(--main-elements, #3978fc);\n border-radius: 30px;\n padding: 2px 6px 2px 6px;\n display: flex;\n flex-direction: column;\n gap: 10px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n position: relative;\n height: 22px;\n}\n.dialog-preview-text-subtitle-message-badge-v {\n color: var(--color-background, #ffffff);\n text-align: center;\n font: var(--label-label-medium, 500 12px/16px \"Roboto\", sans-serif);\n position: relative;\n}\n\n.dialog-preview-text-subtitle-message {\n display: flex;\n flex-flow: row;\n align-items: center;\n justify-content: space-between;\n align-self: stretch;\n}\n\n.dialog-preview-icon-close {\n border-radius: 4px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 0px;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n width: 12px; // todo artik 21-12-2020 change width value from 32px to 12px\n height: 22px; // todo artik 21-12-2020 change width value from 32px to 22px\n position: relative;\n cursor: pointer;\n}\n\n.dpa-contents-user {\n height: auto;\n position: absolute;\n right: 17.86%;\n left: 17.86%;\n width: 64.29%;\n bottom: 17.86%;\n top: 17.86%;\n height: 64.29%;\n overflow: visible;\n}\n\n\n\n\n\n"],"sourceRoot":""}]);
1279
1279
  // Exports
1280
1280
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1281
1281
 
@@ -1371,7 +1371,7 @@ __webpack_require__.r(__webpack_exports__);
1371
1371
 
1372
1372
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1373
1373
  // Module
1374
- ___CSS_LOADER_EXPORT___.push([module.id, ".yesno-container-wrapper {\n min-width: 336px;\n}\n\n.yesno-container {\n display: flex;\n flex-flow: column nowrap;\n min-width: 380px;\n min-height: 176px;\n margin: 0 auto;\n justify-content: center;\n align-items: center;\n gap: 16px;\n background-color: var(--main-background);\n}\n.yesno-container__message-text {\n min-height: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n text-align: center;\n letter-spacing: 0.15px;\n color: var(--caption);\n}\n.yesno-container__footer {\n min-width: 336px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/YesNoQuestion/YesNoQuestion.scss"],"names":[],"mappings":"AAIA;EACE,gBAAA;AAHF;;AAMA;EACE,aAAA;EACA,wBAAA;EACA,gBAAA;EACA,iBAAA;EACA,cAAA;EACA,uBAAA;EACA,mBAAA;EACA,SAAA;EACA,wCAjBiC;AAcnC;AAKE;EACE,gBAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;EACA,sBAAA;EACA,qBA3BiC;AAwBrC;AAKE;EAEE,gBAAA;AAJJ","sourcesContent":["$yesno-container-background-color: var(--main-background);\n$yesno-container-message-text-color: var(--caption);\n$yesno-container-divider: var(--divider);\n\n.yesno-container-wrapper {\n min-width: 336px;\n}\n\n.yesno-container {\n display: flex;\n flex-flow: column nowrap;\n min-width: 380px;\n min-height: 176px;\n margin: 0 auto;\n justify-content: center;\n align-items: center;\n gap: 16px;\n background-color: $yesno-container-background-color;\n\n &__message-text {\n min-height: 24px;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n text-align: center;\n letter-spacing: 0.15px;\n color: $yesno-container-message-text-color;\n }\n &__footer{\n //border: 2px solid brown;\n min-width: 336px;\n }\n}\n"],"sourceRoot":""}]);
1374
+ ___CSS_LOADER_EXPORT___.push([module.id, ".ynq-dialog-actions {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: flex-end;\n justify-content: flex-end;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/Views/YesNoQuestion/YesNoQuestion.scss"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,mBAAA;EACA,QAAA;EACA,qBAAA;EACA,yBAAA;EACA,mBAAA;EACA,cAAA;EACA,kBAAA;AACF","sourcesContent":[".ynq-dialog-actions {\n display: flex;\n flex-direction: row;\n gap: 8px;\n align-items: flex-end;\n justify-content: flex-end;\n align-self: stretch;\n flex-shrink: 0;\n position: relative;\n}\n\n"],"sourceRoot":""}]);
1375
1375
  // Exports
1376
1376
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1377
1377
 
@@ -1395,31 +1395,7 @@ __webpack_require__.r(__webpack_exports__);
1395
1395
 
1396
1396
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1397
1397
  // Module
1398
- ___CSS_LOADER_EXPORT___.push([module.id, ".main-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px;\n height: 32px;\n /* Light UiKitTheme/Main elements */\n background: var(--main-elements);\n border-radius: 4px;\n /* Inside auto layout */\n flex: none;\n order: 1;\n flex-grow: 0;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n /* identical to box height, or 114% */\n letter-spacing: 0.4px;\n /* Light UiKitTheme/System */\n color: var(--main-background);\n border: none;\n outline: none;\n}\n\n.danger-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px;\n height: 32px;\n /* Light UiKitTheme/Error */\n background: var(--error);\n border-radius: 4px;\n /* Inside auto layout */\n flex: none;\n order: 1;\n flex-grow: 0;\n /* Button/Default */\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n /* identical to box height, or 114% */\n letter-spacing: 0.4px;\n /* Light UiKitTheme/System */\n color: var(--main-background);\n border: none;\n outline: none;\n}\n\n.secondary-button {\n /* Button */\n box-sizing: border-box;\n /* Auto layout */\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px;\n height: 32px;\n /* Light UiKitTheme/Secondary elements */\n background-color: var(--main-background);\n border: 1px solid var(--secondary-elements);\n border-radius: 4px;\n /* Inside auto layout */\n flex: none;\n order: 0;\n flex-grow: 0;\n /* Button/Default */\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n /* identical to box height, or 114% */\n letter-spacing: 0.4px;\n /* Light UiKitTheme/Secondary elements */\n color: var(--secondary-elements);\n}\n\n.main-disabled-button {\n /* Button */\n /* Auto layout */\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px;\n height: 32px;\n /* Light UiKitTheme/Disabled elements */\n background: var(--disabled-elements);\n border-radius: 4px;\n /* Inside auto layout */\n flex: none;\n order: 1;\n flex-grow: 0;\n /* Button/Default */\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n /* identical to box height, or 114% */\n letter-spacing: 0.4px;\n /* Light UiKitTheme/Secondary text */\n color: var(--secondary-text);\n border: none;\n outline: none;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/components/UI/Buttons/MainButton/MainButton.scss"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,iBAAA;EAGA,YAAA;EAEA,mCAAA;EAEA,gCAAA;EACA,kBAAA;EAEA,uBAAA;EAEA,UAAA;EACA,QAAA;EACA,YAAA;EAGA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qCAAA;EAEA,qBAAA;EAEA,4BAAA;EACA,6BAAA;EAEA,YAAA;EACA,aAAA;AAVF;;AAaA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,iBAAA;EAGA,YAAA;EAEA,2BAAA;EACA,wBAAA;EACA,kBAAA;EACA,uBAAA;EACA,UAAA;EACA,QAAA;EACA,YAAA;EAEA,mBAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qCAAA;EACA,qBAAA;EACA,4BAAA;EACA,6BAAA;EAEA,YAAA;EACA,aAAA;AAfF;;AAkBA;EACE,WAAA;EACA,sBAAA;EACA,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,iBAAA;EAEA,YAAA;EAEA,wCAAA;EACA,wCAAA;EACA,2CAAA;EACA,kBAAA;EACA,uBAAA;EACA,UAAA;EACA,QAAA;EACA,YAAA;EAEA,mBAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qCAAA;EACA,qBAAA;EACA,wCAAA;EACA,gCAAA;AAlBF;;AAsBA;EACE,WAAA;EACA,gBAAA;EACA,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,iBAAA;EAEA,YAAA;EACA,uCAAA;EACA,oCAAA;EACA,kBAAA;EACA,uBAAA;EACA,UAAA;EACA,QAAA;EACA,YAAA;EACA,mBAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qCAAA;EACA,qBAAA;EACA,oCAAA;EACA,4BAAA;EAEA,YAAA;EACA,aAAA;AArBF","sourcesContent":[".main-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px;\n\n //width: 63px;\n height: 32px;\n\n /* Light UiKitTheme/Main elements */\n\n background: var(--main-elements);\n border-radius: 4px;\n\n /* Inside auto layout */\n\n flex: none;\n order: 1;\n flex-grow: 0;\n\n //\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n /* identical to box height, or 114% */\n\n letter-spacing: 0.4px;\n\n /* Light UiKitTheme/System */\n color: var(--main-background);\n\n border: none;\n outline: none;\n}\n\n.danger-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px;\n\n //width: 76px;\n height: 32px;\n\n /* Light UiKitTheme/Error */\n background: var(--error);\n border-radius: 4px;\n /* Inside auto layout */\n flex: none;\n order: 1;\n flex-grow: 0;\n\n /* Button/Default */\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n /* identical to box height, or 114% */\n letter-spacing: 0.4px;\n /* Light UiKitTheme/System */\n color: var(--main-background);\n\n border: none;\n outline: none;\n}\n\n.secondary-button{\n /* Button */\n box-sizing: border-box;\n /* Auto layout */\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px;\n //width: 76px;\n height: 32px;\n\n /* Light UiKitTheme/Secondary elements */\n background-color: var(--main-background);\n border: 1px solid var(--secondary-elements);\n border-radius: 4px;\n /* Inside auto layout */\n flex: none;\n order: 0;\n flex-grow: 0;\n //\n /* Button/Default */\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n /* identical to box height, or 114% */\n letter-spacing: 0.4px;\n /* Light UiKitTheme/Secondary elements */\n color: var(--secondary-elements);\n\n}\n\n.main-disabled-button{\n /* Button */\n /* Auto layout */\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px;\n //width: 76px;\n height: 32px;\n /* Light UiKitTheme/Disabled elements */\n background: var(--disabled-elements);\n border-radius: 4px;\n /* Inside auto layout */\n flex: none;\n order: 1;\n flex-grow: 0;\n /* Button/Default */\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n /* identical to box height, or 114% */\n letter-spacing: 0.4px;\n /* Light UiKitTheme/Secondary text */\n color: var(--secondary-text);\n\n border: none;\n outline: none;\n}\n"],"sourceRoot":""}]);
1399
- // Exports
1400
- /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1401
-
1402
-
1403
- /***/ }),
1404
-
1405
- /***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.scss":
1406
- /*!*************************************************************************************************************************************************************!*\
1407
- !*** ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.scss ***!
1408
- \*************************************************************************************************************************************************************/
1409
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1410
-
1411
- "use strict";
1412
- __webpack_require__.r(__webpack_exports__);
1413
- /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "./node_modules/css-loader/dist/runtime/sourceMaps.js");
1414
- /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
1415
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js");
1416
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
1417
- // Imports
1418
-
1419
-
1420
- var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1421
- // Module
1422
- ___CSS_LOADER_EXPORT___.push([module.id, "/* The switch - the box around the slider */\n.switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n}\n\n/* Hide default HTML checkbox */\n.switch input {\n display: none;\n}\n\n/* The slider */\n.slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n\n.slider:before {\n position: absolute;\n content: \"\";\n height: 12px;\n width: 12px;\n left: 4px;\n bottom: 4px;\n right: 4px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n\ninput:checked + .slider {\n background-color: #2196F3;\n}\n\ninput:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n}\n\ninput:checked + .slider:before {\n -webkit-transform: translateX(12px);\n -ms-transform: translateX(12px);\n transform: translateX(12px);\n}\n\n/* Rounded sliders */\n.slider.round {\n border-radius: 12px;\n}\n\n.slider.round:before {\n border-radius: 50%;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.scss"],"names":[],"mappings":"AAEA,2CAAA;AACA;EACE,kBAAA;EACA,qBAAA;EACA,WAAA;EACA,YAAA;AADF;;AAIA,+BAAA;AACA;EAAe,aAAA;AAAf;;AAEA,eAAA;AACA;EACE,kBAAA;EACA,eAAA;EACA,MAAA;EACA,OAAA;EACA,QAAA;EACA,SAAA;EACA,sBAAA;EACA,wBAAA;EACA,gBAAA;AACF;;AAEA;EACE,kBAAA;EACA,WAAA;EACA,YAAA;EACA,WAAA;EACA,SAAA;EACA,WAAA;EACA,UAAA;EACA,uBAAA;EACA,wBAAA;EACA,gBAAA;AACF;;AAEA;EACE,yBAAA;AACF;;AAEA;EACE,2BAAA;AACF;;AAEA;EACE,mCAAA;EACA,+BAAA;EACA,2BAAA;AACF;;AAEA,oBAAA;AACA;EACE,mBAAA;AACF;;AAEA;EACE,kBAAA;AACF","sourcesContent":["$background-color-off: var(--disabled-elements);\n$background-color-on: var(--main-elements);\n/* The switch - the box around the slider */\n.switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n}\n\n/* Hide default HTML checkbox */\n.switch input {display:none;}\n\n/* The slider */\n.slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: .4s;\n transition: .4s;\n}\n\n.slider:before {\n position: absolute;\n content: \"\";\n height: 12px;\n width: 12px;\n left: 4px;\n bottom: 4px;\n right: 4px;\n background-color: white;\n -webkit-transition: .4s;\n transition: .4s;\n}\n\ninput:checked + .slider {\n background-color: #2196F3;\n}\n\ninput:focus + .slider {\n box-shadow: 0 0 1px #2196F3;\n}\n\ninput:checked + .slider:before {\n -webkit-transform: translateX(12px);\n -ms-transform: translateX(12px);\n transform: translateX(12px);\n}\n\n/* Rounded sliders */\n.slider.round {\n border-radius: 12px;\n}\n\n.slider.round:before {\n border-radius: 50%;\n}\n"],"sourceRoot":""}]);
1398
+ ___CSS_LOADER_EXPORT___.push([module.id, ".main-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px 8px 16px;\n height: 32px;\n background: var(--main-elements);\n border-radius: 4px;\n flex: none;\n order: 1;\n flex-grow: 0;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--main-background);\n border: none;\n outline: none;\n}\n\n.danger-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px 8px 16px;\n height: 32px;\n background: var(--error);\n border-radius: 4px;\n flex: none;\n order: 1;\n flex-grow: 0;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--main-background);\n border: none;\n outline: none;\n}\n\n.secondary-button {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px 8px 16px;\n height: 32px;\n background-color: var(--main-background);\n border: 1px solid var(--secondary-elements);\n border-radius: 4px;\n flex: none;\n order: 0;\n flex-grow: 0;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--secondary-elements);\n}\n\n.main-disabled-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px 8px 16px;\n height: 32px;\n background: var(--disabled-elements);\n border-radius: 4px;\n flex: none;\n order: 1;\n flex-grow: 0;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--secondary-text);\n border: none;\n outline: none;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/components/UI/Buttons/MainButton/MainButton.scss"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,0BAAA;EAEA,YAAA;EAEA,gCAAA;EACA,kBAAA;EAEA,UAAA;EACA,QAAA;EACA,YAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qBAAA;EAEA,6BAAA;EAEA,YAAA;EACA,aAAA;AALF;;AAQA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,0BAAA;EAEA,YAAA;EAEA,wBAAA;EACA,kBAAA;EACA,UAAA;EACA,QAAA;EACA,YAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qBAAA;EACA,6BAAA;EAEA,YAAA;EACA,aAAA;AARF;;AAWA;EACE,sBAAA;EACA,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,0BAAA;EACA,YAAA;EAEA,wCAAA;EACA,2CAAA;EACA,kBAAA;EACA,UAAA;EACA,QAAA;EACA,YAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qBAAA;EACA,gCAAA;AAVF;;AAaA;EACE,aAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;EACA,0BAAA;EACA,YAAA;EACA,oCAAA;EACA,kBAAA;EACA,UAAA;EACA,QAAA;EACA,YAAA;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qBAAA;EACA,4BAAA;EAEA,YAAA;EACA,aAAA;AAXF","sourcesContent":[".main-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px 8px 16px;\n\n height: 32px;\n\n background: var(--main-elements);\n border-radius: 4px;\n\n flex: none;\n order: 1;\n flex-grow: 0;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n\n color: var(--main-background);\n\n border: none;\n outline: none;\n}\n\n.danger-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px 8px 16px;\n\n height: 32px;\n\n background: var(--error);\n border-radius: 4px;\n flex: none;\n order: 1;\n flex-grow: 0;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--main-background);\n\n border: none;\n outline: none;\n}\n\n.secondary-button{\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px 8px 16px;\n height: 32px;\n\n background-color: var(--main-background);\n border: 1px solid var(--secondary-elements);\n border-radius: 4px;\n flex: none;\n order: 0;\n flex-grow: 0;\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--secondary-elements);\n}\n\n.main-disabled-button{\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 8px 16px 8px 16px;\n height: 32px;\n background: var(--disabled-elements);\n border-radius: 4px;\n flex: none;\n order: 1;\n flex-grow: 0;\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 700;\n font-size: 14px;\n line-height: 16px;\n letter-spacing: 0.4px;\n color: var(--secondary-text);\n\n border: none;\n outline: none;\n}\n"],"sourceRoot":""}]);
1423
1399
  // Exports
1424
1400
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1425
1401
 
@@ -1515,7 +1491,7 @@ __webpack_require__.r(__webpack_exports__);
1515
1491
 
1516
1492
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1517
1493
  // Module
1518
- ___CSS_LOADER_EXPORT___.push([module.id, ".column-container {\n width: var(--max-width-dialog-list);\n display: flex;\n flex-flow: column nowrap;\n}\n\n@media only screen and (max-width: var(--min-width-screen-desktop)) {\n .column-container {\n width: 100%;\n display: flex;\n flex-flow: column nowrap;\n }\n}", "",{"version":3,"sources":["webpack://./src/Presentation/components/containers/ColumnContainer/ColumnContainer.scss"],"names":[],"mappings":"AAEA;EACE,mCAFuB;EAGvB,aAAA;EACA,wBAAA;AADF;;AAIA;EACE;IACE,WAAA;IACA,aAAA;IACA,wBAAA;EADF;AACF","sourcesContent":["// $column-container-width: 320px;\n$column-container-width: var(--max-width-dialog-list);\n.column-container{\n width: $column-container-width;\n display: flex;\n flex-flow: column nowrap;\n}\n\n@media only screen and (max-width: var(--min-width-screen-desktop)) {\n .column-container{\n width: 100%;\n display: flex;\n flex-flow: column nowrap;\n }\n}\n"],"sourceRoot":""}]);
1494
+ ___CSS_LOADER_EXPORT___.push([module.id, ".column-container {\n width: var(--max-width-dialog-list);\n display: flex;\n flex-flow: column nowrap;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/components/containers/ColumnContainer/ColumnContainer.scss"],"names":[],"mappings":"AAEA;EACE,mCAFuB;EAIvB,aAAA;EACA,wBAAA;AAFF","sourcesContent":["// $column-container-width: 320px;\n$column-container-width: var(--max-width-dialog-list);\n.column-container{\n width: $column-container-width; // artan changed 12.01.2024\n // width: 100%;\n display: flex;\n flex-flow: column nowrap;\n}\n// artan changed 12.01.2024\n//@media only screen and (max-width: var(--min-width-screen-desktop)) {\n// .column-container{\n// width: 100%;\n// display: flex;\n// flex-flow: column nowrap;\n// }\n//}\n"],"sourceRoot":""}]);
1519
1495
  // Exports
1520
1496
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1521
1497
 
@@ -1635,7 +1611,7 @@ __webpack_require__.r(__webpack_exports__);
1635
1611
 
1636
1612
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
1637
1613
  // Module
1638
- ___CSS_LOADER_EXPORT___.push([module.id, ".modal-container-overlay {\n position: fixed;\n top: 0;\n width: 100%;\n height: 100%;\n background: var(--secondary-background-modal);\n}\n.modal-container-overlay[aria-expanded=false] {\n display: none;\n}\n\n.modal-container {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: 380px;\n min-height: 312px;\n background-color: var(--main-background);\n padding-top: 24px;\n padding-left: 24px;\n padding-right: 24px;\n border-radius: 4px;\n}\n.modal-container__close {\n position: absolute;\n top: 24px;\n right: 24px;\n cursor: pointer;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 20px;\n line-height: 24px;\n /* identical to box height, or 120% */\n letter-spacing: 0.0015em;\n color: var(--secondary-elements);\n}\n.modal-container__subtitle {\n margin-bottom: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 20px;\n line-height: 24px;\n letter-spacing: 0.0015em;\n color: var(--main-text);\n}\n.modal-container__content {\n margin-bottom: 20px;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/providers/ModalContextProvider/Modal.scss"],"names":[],"mappings":"AAAA;EACE,eAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;EACA,6CAAA;AACF;AAIE;EACE,aAAA;AAFJ;;AAMA;EACE,kBAAA;EACA,QAAA;EACA,SAAA;EACA,gCAAA;EAEA,YAAA;EACA,iBAAA;EACA,wCAAA;EAEA,iBAAA;EACA,kBAAA;EACA,mBAAA;EACA,kBAAA;AALF;AAOE;EACE,kBAAA;EACA,SAAA;EACA,WAAA;EACA,eAAA;EAOA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qCAAA;EACA,wBAAA;EACA,gCAAA;AAXJ;AAaE;EACE,mBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,wBAAA;EACA,uBAAA;AAZJ;AAgBE;EACE,mBAAA;AAdJ","sourcesContent":[".modal-container-overlay{\n position: fixed;\n top: 0;\n width: 100%;//inherit;\n height: 100%;//inherit;\n background: var(--secondary-background-modal);\n //display: flex;\n //align-items: center;\n //justify-content: center;\n\n &[aria-expanded='false']{\n display: none;\n }\n}\n\n.modal-container{\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n\n width: 380px;\n min-height: 312px;\n background-color: var(--main-background);\n // padding: 24px;\n padding-top: 24px;\n padding-left: 24px;\n padding-right: 24px;\n border-radius: 4px;\n\n &__close{\n position: absolute;\n top: 24px;\n right: 24px;\n cursor: pointer;\n\n //font-weight: 500;\n //font-size: 20px;\n //font-style: normal;\n //font-family: 'Roboto';\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 20px;\n line-height: 24px;\n /* identical to box height, or 120% */\n letter-spacing: 0.0015em;\n color: var(--secondary-elements);\n }\n &__subtitle{\n margin-bottom: 24px;\n //\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 20px;\n line-height: 24px;\n letter-spacing: 0.0015em;\n color: var(--main-text);\n\n //border: 1px solid black;\n }\n &__content{\n margin-bottom: 20px;\n //border: 1px solid brown;\n }\n &__footer{\n //border: 1px solid black;\n }\n}\n"],"sourceRoot":""}]);
1614
+ ___CSS_LOADER_EXPORT___.push([module.id, ".modal-container-overlay {\n position: fixed;\n top: 0;\n width: 100%;\n height: 100%;\n background: var(--secondary-background-modal);\n}\n.modal-container-overlay[aria-expanded=false] {\n display: none;\n}\n\n.modal-container {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: 380px;\n min-height: 312px;\n background-color: var(--main-background);\n padding: 24px;\n position: relative;\n border-radius: 4px;\n display: flex;\n flex-direction: column;\n gap: 24px;\n align-items: flex-start;\n justify-content: flex-start;\n}\n.modal-container__close {\n position: absolute;\n top: 24px;\n right: 24px;\n cursor: pointer;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 20px;\n line-height: 24px;\n /* identical to box height, or 120% */\n letter-spacing: 0.0015em;\n color: var(--secondary-elements);\n}\n.modal-container__subtitle {\n margin-bottom: 24px;\n font-family: \"Roboto\";\n font-style: normal;\n font-weight: 500;\n font-size: 20px;\n line-height: 24px;\n letter-spacing: 0.0015em;\n color: var(--main-text);\n}\n.modal-container__content {\n margin-bottom: 20px;\n width: 100%;\n}", "",{"version":3,"sources":["webpack://./src/Presentation/providers/ModalContextProvider/Modal.scss"],"names":[],"mappings":"AAAA;EACE,eAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;EACA,6CAAA;AACF;AAIE;EACE,aAAA;AAFJ;;AAMA;EACE,kBAAA;EACA,QAAA;EACA,SAAA;EACA,gCAAA;EAEA,YAAA;EACA,iBAAA;EACA,wCAAA;EACA,aAAA;EACA,kBAAA;EACA,kBAAA;EAEA,aAAA;EACA,sBAAA;EACA,SAAA;EACA,uBAAA;EACA,2BAAA;AALF;AAOE;EACE,kBAAA;EACA,SAAA;EACA,WAAA;EACA,eAAA;EAOA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,qCAAA;EACA,wBAAA;EACA,gCAAA;AAXJ;AAaE;EACE,mBAAA;EAEA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,wBAAA;EACA,uBAAA;AAZJ;AAgBE;EACE,mBAAA;EACA,WAAA;AAdJ","sourcesContent":[".modal-container-overlay{\n position: fixed;\n top: 0;\n width: 100%;//inherit;\n height: 100%;//inherit;\n background: var(--secondary-background-modal);\n //display: flex;\n //align-items: center;\n //justify-content: center;\n\n &[aria-expanded='false']{\n display: none;\n }\n}\n\n.modal-container{\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n\n width: 380px;\n min-height: 312px;\n background-color: var(--main-background);\n padding: 24px;\n position: relative;\n border-radius: 4px;\n\n display: flex;\n flex-direction: column;\n gap: 24px;\n align-items: flex-start;\n justify-content: flex-start;\n\n &__close{\n position: absolute;\n top: 24px;\n right: 24px;\n cursor: pointer;\n\n //font-weight: 500;\n //font-size: 20px;\n //font-style: normal;\n //font-family: 'Roboto';\n\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 20px;\n line-height: 24px;\n /* identical to box height, or 120% */\n letter-spacing: 0.0015em;\n color: var(--secondary-elements);\n }\n &__subtitle{\n margin-bottom: 24px;\n //\n font-family: 'Roboto';\n font-style: normal;\n font-weight: 500;\n font-size: 20px;\n line-height: 24px;\n letter-spacing: 0.0015em;\n color: var(--main-text);\n\n //border: 1px solid black;\n }\n &__content{\n margin-bottom: 20px;\n width: 100%;\n //border: 1px solid brown;\n }\n &__footer{\n //border: 1px solid black;\n }\n}\n"],"sourceRoot":""}]);
1639
1615
  // Exports
1640
1616
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
1641
1617
 
@@ -6024,58 +6000,6 @@ var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js
6024
6000
  /* harmony default export */ __webpack_exports__["default"] = (_node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_MainButton_scss__WEBPACK_IMPORTED_MODULE_6__["default"] && _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_MainButton_scss__WEBPACK_IMPORTED_MODULE_6__["default"].locals ? _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_MainButton_scss__WEBPACK_IMPORTED_MODULE_6__["default"].locals : undefined);
6025
6001
 
6026
6002
 
6027
- /***/ }),
6028
-
6029
- /***/ "./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.scss":
6030
- /*!********************************************************************************!*\
6031
- !*** ./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.scss ***!
6032
- \********************************************************************************/
6033
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6034
-
6035
- "use strict";
6036
- __webpack_require__.r(__webpack_exports__);
6037
- /* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js");
6038
- /* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
6039
- /* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ "./node_modules/style-loader/dist/runtime/styleDomAPI.js");
6040
- /* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
6041
- /* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js */ "./node_modules/style-loader/dist/runtime/insertBySelector.js");
6042
- /* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
6043
- /* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */ "./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js");
6044
- /* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
6045
- /* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ "./node_modules/style-loader/dist/runtime/insertStyleElement.js");
6046
- /* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
6047
- /* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js */ "./node_modules/style-loader/dist/runtime/styleTagTransform.js");
6048
- /* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
6049
- /* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_SwitchButton_scss__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! !!../../../../../../node_modules/css-loader/dist/cjs.js!../../../../../../node_modules/sass-loader/dist/cjs.js!./SwitchButton.scss */ "./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.scss");
6050
-
6051
-
6052
-
6053
-
6054
-
6055
-
6056
-
6057
-
6058
-
6059
-
6060
-
6061
- var options = {};
6062
-
6063
- options.styleTagTransform = (_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());
6064
- options.setAttributes = (_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
6065
-
6066
- options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
6067
-
6068
- options.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
6069
- options.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
6070
-
6071
- var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_SwitchButton_scss__WEBPACK_IMPORTED_MODULE_6__["default"], options);
6072
-
6073
-
6074
-
6075
-
6076
- /* harmony default export */ __webpack_exports__["default"] = (_node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_SwitchButton_scss__WEBPACK_IMPORTED_MODULE_6__["default"] && _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_SwitchButton_scss__WEBPACK_IMPORTED_MODULE_6__["default"].locals ? _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_SwitchButton_scss__WEBPACK_IMPORTED_MODULE_6__["default"].locals : undefined);
6077
-
6078
-
6079
6003
  /***/ }),
6080
6004
 
6081
6005
  /***/ "./src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.scss":
@@ -7337,6 +7261,7 @@ var DefaultConfigurations = /** @class */ (function () {
7337
7261
  debug: true,
7338
7262
  enableForwarding: true,
7339
7263
  enableReplying: true,
7264
+ regexUserName: '/^(?=[a-zA-Z])[-a-zA-Z_ ]{3,49}(?<! )$/',
7340
7265
  endpoints: {
7341
7266
  api: 'api.quickblox.com',
7342
7267
  chat: 'chat.quickblox.com',
@@ -15269,7 +15194,8 @@ var RemoteDataSource = /** @class */ (function () {
15269
15194
  created_at: {
15270
15195
  lt: Date.now() / 1000,
15271
15196
  },
15272
- sort_desc: 'created_at',
15197
+ // sort_desc: 'created_at',// artan 19.0.2024
15198
+ sort_desc: 'updated_at',
15273
15199
  page: pageNumber,
15274
15200
  // per_page: perPage,
15275
15201
  limit: perPage,
@@ -16316,6 +16242,7 @@ __webpack_require__.r(__webpack_exports__);
16316
16242
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16317
16243
  /* harmony export */ "ForwardMessagesUseCase": function() { return /* binding */ ForwardMessagesUseCase; }
16318
16244
  /* harmony export */ });
16245
+ /* harmony import */ var _entity_DialogTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../entity/DialogTypes */ "./src/Domain/entity/DialogTypes.ts");
16319
16246
  var __assign = (undefined && undefined.__assign) || function () {
16320
16247
  __assign = Object.assign || function(t) {
16321
16248
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -16363,6 +16290,7 @@ var __generator = (undefined && undefined.__generator) || function (thisArg, bod
16363
16290
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
16364
16291
  }
16365
16292
  };
16293
+
16366
16294
  var ForwardMessagesUseCase = /** @class */ (function () {
16367
16295
  function ForwardMessagesUseCase(messagesRepository, targetDialogs, messagesToForward, relatedMessage, userName) {
16368
16296
  console.log('CONSTRUCTOR ForwardMessagesUseCase');
@@ -16387,7 +16315,11 @@ var ForwardMessagesUseCase = /** @class */ (function () {
16387
16315
  switch (_b.label) {
16388
16316
  case 0:
16389
16317
  dialogId = targetDialog.id;
16390
- messageToSend = __assign(__assign({}, this.relatedMessage), { dialogId: dialogId, qb_original_messages: this.messagesToForward, qb_message_action: 'forward', origin_sender_name: ((_a = this.relatedMessage.sender) === null || _a === void 0 ? void 0 : _a.full_name) || this.userName });
16318
+ messageToSend = __assign(__assign({}, this.relatedMessage), { dialogId: dialogId, dialogType: targetDialog.type, qb_original_messages: this.messagesToForward, qb_message_action: 'forward', origin_sender_name: ((_a = this.relatedMessage.sender) === null || _a === void 0 ? void 0 : _a.full_name) || this.userName });
16319
+ // added by artik 2024-01-18
16320
+ if (targetDialog.type === _entity_DialogTypes__WEBPACK_IMPORTED_MODULE_0__.DialogType["private"]) {
16321
+ messageToSend.recipient_id = targetDialog.participantId;
16322
+ }
16391
16323
  return [4 /*yield*/, this.messagesRepository.sendMessageToRemote(messageToSend)];
16392
16324
  case 1:
16393
16325
  sentMessage = _b.sent();
@@ -20059,16 +19991,22 @@ var Dialog = function (_a) {
20059
19991
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ style: maxWidthToResize
20060
19992
  ? __assign({
20061
19993
  // maxWidth: `${maxWidthToResizing}`,
20062
- minWidth: "$message-view-container-wrapper-min-width",
19994
+ // minWidth: `$message-view-container-wrapper-min-width`,
20063
19995
  // width: `${maxWidthToResizing}`,
20064
- width: '100%' }, rootStyles) : rootStyles, className: "message-view-container" }, { children: [headerContent || ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: {
20065
- flexGrow: "1",
20066
- flexShrink: "1",
20067
- flexBasis: "".concat(maxWidthToResizing),
20068
- }, className: "message-view-container--header" }, { children: renderHeader }))), showCurrentErrorToast ? (
19996
+ width: '100%' }, rootStyles) : rootStyles, className: "message-view-container" }, { children: [headerContent || ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({
19997
+ // style={{
19998
+ // flexGrow: `1`,
19999
+ // flexShrink: `1`,
20000
+ // flexBasis: `${maxWidthToResizing}`,
20001
+ // }}
20002
+ className: "message-view-container--header" }, { children: renderHeader }))), showCurrentErrorToast ? (
20069
20003
  // && !messagesViewModel?.loading
20070
20004
  (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ErrorToast_ErrorToast__WEBPACK_IMPORTED_MODULE_5__.ErrorToast, { messageText: currentMessageErrorToast })) : null, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ style: theme
20071
- ? __assign({ flexGrow: "1", flexShrink: "1", flexBasis: "".concat(maxWidthToResizing), backgroundColor: theme.secondaryBackground() }, messagesContainerStyles) : __assign({ flexGrow: "1", flexShrink: "1", flexBasis: "".concat(maxWidthToResizing) }, messagesContainerStyles), className: "message-view-container--messages" }, { children: [renderMessageList, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: {
20005
+ ? __assign({
20006
+ // flexGrow: `1`,
20007
+ // flexShrink: `1`,
20008
+ // flexBasis: `${maxWidthToResizing}`,
20009
+ backgroundColor: theme.secondaryBackground() }, messagesContainerStyles) : __assign({}, messagesContainerStyles), className: "message-view-container--messages" }, { children: [renderMessageList, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: {
20072
20010
  display: 'flex',
20073
20011
  flexDirection: 'row',
20074
20012
  alignItems: 'center',
@@ -20109,7 +20047,15 @@ var __assign = (undefined && undefined.__assign) || function () {
20109
20047
  // eslint-disable-next-line react/function-component-definition
20110
20048
  var DialogHeader = function (_a) {
20111
20049
  // eslint-disable-next-line consistent-return
20112
- var dialogName = _a.dialogName, renderAvatar = _a.renderAvatar, renderLeftActions = _a.renderLeftActions, renderRightActions = _a.renderRightActions,
20050
+ var
20051
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
20052
+ dialogName = _a.dialogName,
20053
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
20054
+ renderAvatar = _a.renderAvatar,
20055
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
20056
+ renderLeftActions = _a.renderLeftActions,
20057
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
20058
+ renderRightActions = _a.renderRightActions,
20113
20059
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
20114
20060
  _b = _a.countMembers,
20115
20061
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
@@ -20118,7 +20064,7 @@ var DialogHeader = function (_a) {
20118
20064
  _c = _a.theme,
20119
20065
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
20120
20066
  theme = _c === void 0 ? undefined : _c;
20121
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-header" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-header-left" }, { children: [renderLeftActions, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-header-left-headline" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-header-left-avatar-and-name" }, { children: [renderAvatar, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-header-dialog-name" }, { children: dialogName || 'Dialog name' }))] })) }))] })), renderRightActions] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "dialog-header-line" })] }));
20067
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-header" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-header-left" }, { children: [renderLeftActions, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-header-left-headline" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-header-left-avatar-and-name" }, { children: [renderAvatar, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-header-dialog-name" }, { children: dialogName || 'Dialog name' }))] })) })), renderRightActions] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "dialog-header-line" })] }));
20122
20068
  };
20123
20069
  /* harmony default export */ __webpack_exports__["default"] = (DialogHeader);
20124
20070
 
@@ -20202,13 +20148,13 @@ var RenderRightActions = function (_a) {
20202
20148
  theme = _b === void 0 ? undefined : _b;
20203
20149
  return (
20204
20150
  //
20205
- (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-header-right" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "dialog-header-right-icon" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-header-right-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Status_InformationFill__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--main-elements)" }), onClick: function () {
20206
- if (onClickInfo)
20207
- onClickInfo();
20208
- }, onTouch: function () {
20209
- if (onClickInfo)
20210
- onClickInfo();
20211
- } }) }))] })));
20151
+ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-header-right" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-header-right-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Status_InformationFill__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--main-elements)" }), onClick: function () {
20152
+ if (onClickInfo)
20153
+ onClickInfo();
20154
+ }, onTouch: function () {
20155
+ if (onClickInfo)
20156
+ onClickInfo();
20157
+ } }) })) })));
20212
20158
  };
20213
20159
  /* harmony default export */ __webpack_exports__["default"] = (RenderRightActions);
20214
20160
 
@@ -20477,7 +20423,7 @@ var __assign = (undefined && undefined.__assign) || function () {
20477
20423
  var ForwardMessageFlow = function (_a) {
20478
20424
  var messages = _a.messages, dialogs = _a.dialogs, currentDialog = _a.currentDialog, currentUserName = _a.currentUserName, onSendData = _a.onSendData;
20479
20425
  var _b = (0,react__WEBPACK_IMPORTED_MODULE_2__.useState)(true), activeChatsTab = _b[0], setActiveChatsTab = _b[1];
20480
- var _c = (0,react__WEBPACK_IMPORTED_MODULE_2__.useState)(['0']), selectedDialogs = _c[0], setSelectedDialogs = _c[1];
20426
+ var _c = (0,react__WEBPACK_IMPORTED_MODULE_2__.useState)([]), selectedDialogs = _c[0], setSelectedDialogs = _c[1];
20481
20427
  var _d = (0,react__WEBPACK_IMPORTED_MODULE_2__.useState)(''), inputText = _d[0], setInputText = _d[1];
20482
20428
  var userName = currentUserName;
20483
20429
  var sendMessageHandler = function () {
@@ -20495,7 +20441,7 @@ var ForwardMessageFlow = function (_a) {
20495
20441
  : 'active-tab-button-content' }, { children: "Contacts" })) }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", { className: "forward-message-flow-tabs-buttons-divider", width: "332", height: "0" })] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_DialogsWithSearch_DialogsWithSearch__WEBPACK_IMPORTED_MODULE_4__["default"], { dialogs: dialogs, currentDialog: currentDialog, selectedDialogs: selectedDialogs, onSelect: function (idItem) {
20496
20442
  var newSelectedDialogs = [idItem];
20497
20443
  setSelectedDialogs(newSelectedDialogs);
20498
- } }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "forward-message-flow-message-input" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "forward-message-flow-message-input-row" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ForwardMessagePreview_ForwardMessagePreview__WEBPACK_IMPORTED_MODULE_3__["default"], { messages: messages, userNameSentMessage: userName }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_InputForForwarding_InputForForwarding__WEBPACK_IMPORTED_MODULE_5__["default"], { inputText: inputText, onChange: function (s) { return setInputText(s); }, onSend: sendMessageHandler })] }))] })));
20444
+ } }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "forward-message-flow-message-input" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "forward-message-flow-message-input-row" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ForwardMessagePreview_ForwardMessagePreview__WEBPACK_IMPORTED_MODULE_3__["default"], { messages: messages, userNameSentMessage: userName }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_InputForForwarding_InputForForwarding__WEBPACK_IMPORTED_MODULE_5__["default"], { inputText: inputText, onChange: function (s) { return setInputText(s); }, onSend: sendMessageHandler, disabled: selectedDialogs.length === 0 })] }))] })));
20499
20445
  };
20500
20446
  /* harmony default export */ __webpack_exports__["default"] = (ForwardMessageFlow);
20501
20447
 
@@ -20601,10 +20547,10 @@ var __assign = (undefined && undefined.__assign) || function () {
20601
20547
 
20602
20548
  // eslint-disable-next-line react/function-component-definition
20603
20549
  var InputForForwarding = function (_a) {
20604
- var inputText = _a.inputText, onChange = _a.onChange, onSend = _a.onSend;
20550
+ var inputText = _a.inputText, onChange = _a.onChange, onSend = _a.onSend, _b = _a.disabled, disabled = _b === void 0 ? false : _b;
20605
20551
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "forwarding-message-input" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "forwarding-message-input-input" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("textarea", { className: "forwarding-message-input-input-type-message", value: inputText, onChange: function (e) {
20606
20552
  onChange(e.target.value);
20607
- }, placeholder: "Type message" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "forwarding-message-input-icon-send" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_Send__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "24", height: "24" }), onClick: onSend }) }))] })));
20553
+ }, placeholder: "Type message" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "forwarding-message-input-icon-send" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_Send__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "24", height: "24" }), onClick: onSend, disabled: disabled }) }))] })));
20608
20554
  };
20609
20555
  /* harmony default export */ __webpack_exports__["default"] = (InputForForwarding);
20610
20556
 
@@ -20639,15 +20585,17 @@ var __assign = (undefined && undefined.__assign) || function () {
20639
20585
  };
20640
20586
 
20641
20587
 
20642
- var pattern = '^(https?:\\/\\/)?' + // protocol
20643
- '((([a-zA-Z\\d]([a-zA-Z\\d-]{0,61}[a-zA-Z\\d])*\\.)+' + // sub-domain + domain name
20644
- '[a-zA-Z]{2,13})' + // extension
20645
- '|((\\d{1,3}\\.){3}\\d{1,3})' + // OR ip (v4) address
20646
- '|localhost)' + // OR localhost
20647
- '(\\:\\d{1,5})?' + // port
20648
- '(\\/[a-zA-Z\\&\\d%_.~+-:@]*)*' + // path
20649
- '(\\?[a-zA-Z\\&\\d%_.,~+-:@=;&]*)?' + // query string
20650
- '(\\#[-a-zA-Z&\\d_]*)?$'; // fragment locator
20588
+ // const pattern =
20589
+ // '^(https?:\\/\\/)?' + // protocol
20590
+ // '((([a-zA-Z\\d]([a-zA-Z\\d-]{0,61}[a-zA-Z\\d])*\\.)+' + // sub-domain + domain name
20591
+ // '[a-zA-Z]{2,13})' + // extension
20592
+ // '|((\\d{1,3}\\.){3}\\d{1,3})' + // OR ip (v4) address
20593
+ // '|localhost)' + // OR localhost
20594
+ // '(\\:\\d{1,5})?' + // port
20595
+ // '(\\/[a-zA-Z\\&\\d%_.~+-:@]*)*' + // path
20596
+ // '(\\?[a-zA-Z\\&\\d%_.,~+-:@=;&]*)?' + // query string
20597
+ // '(\\#[-a-zA-Z&\\d_]*)?$'; // fragment locator
20598
+ var pattern = /(https?:\/\/)?([\p{L}\p{N}_-]+(?:(?:\.[\p{L}\p{N}_-]+)+)[\p{L}\p{N}.,@?^=%&:/~+#-]*[\p{L}\p{N}@?^=%&/~+#-])/gu;
20651
20599
  function removeLastPunctuation(str) {
20652
20600
  var punctuationRegex = /[!;%:?*_.,:-]/;
20653
20601
  var decimalSeparatorRegex = /[.,]/;
@@ -20687,12 +20635,12 @@ var getRuleUrl = function (url) {
20687
20635
  var messageHasUrls = function (message) {
20688
20636
  var result = 0;
20689
20637
  var strings = message.split(/\n| /);
20690
- var onlyDigit = /^\d+$/;
20638
+ // const onlyDigit = /^\d+$/;
20691
20639
  strings.forEach(function (s) {
20692
- if (s.length < 60 && !onlyDigit.test(s))
20693
- if (s.match(pattern) || removeLastPunctuation(s).match(pattern)) {
20694
- result += 1;
20695
- }
20640
+ // if (s.length < 1160 && !onlyDigit.test(s))
20641
+ if (s.match(pattern) || removeLastPunctuation(s).match(pattern)) {
20642
+ result += 1;
20643
+ }
20696
20644
  });
20697
20645
  return result > 0;
20698
20646
  };
@@ -20726,7 +20674,7 @@ var HighLightLink = function (_a) {
20726
20674
  var strings = messageText.split(/\n| /);
20727
20675
  var elements = strings.map(function (item, index) {
20728
20676
  if (isURL(item)) {
20729
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("span", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", __assign({ href: "".concat(getRuleUrl(item)), target: "blank" }, { children: item }), index), ' '] }));
20677
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "message-urls" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("span", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", __assign({ href: "".concat(getRuleUrl(item)), target: "blank" }, { children: item }), index), ' '] }) })));
20730
20678
  }
20731
20679
  return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("span", { children: [item, " "] });
20732
20680
  });
@@ -20758,6 +20706,7 @@ __webpack_require__.r(__webpack_exports__);
20758
20706
  /* harmony import */ var _MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../MessageContextMenu/MessageContextMenu */ "./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx");
20759
20707
  /* harmony import */ var _components_UI_Placeholders_LoaderComponent_LoaderComponent__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../../components/UI/Placeholders/LoaderComponent/LoaderComponent */ "./src/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.tsx");
20760
20708
  /* harmony import */ var _AIComponents_AIAssistComponent_AIAssistComponent__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../AIComponents/AIAssistComponent/AIAssistComponent */ "./src/Presentation/Views/Dialog/AIComponents/AIAssistComponent/AIAssistComponent.tsx");
20709
+ /* harmony import */ var _Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../../../Domain/entity/FileTypes */ "./src/Domain/entity/FileTypes.ts");
20761
20710
  var __assign = (undefined && undefined.__assign) || function () {
20762
20711
  __assign = Object.assign || function(t) {
20763
20712
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20818,6 +20767,7 @@ var __generator = (undefined && undefined.__generator) || function (thisArg, bod
20818
20767
 
20819
20768
 
20820
20769
 
20770
+
20821
20771
  function IncomingForwardedMessage(props) {
20822
20772
  var _this = this;
20823
20773
  var _a, _b;
@@ -20890,7 +20840,17 @@ function IncomingForwardedMessage(props) {
20890
20840
  }); };
20891
20841
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [props.messages.map(function (item) { return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-avatar-wrap" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-avatar" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "incoming-forward-message-avatar-rectangle" }), props.userIconRenderer ? (props.userIconRenderer({
20892
20842
  userId: props.currentUserId,
20893
- })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_AvatarContentIncomingUser_AvatarContentIncomingUser__WEBPACK_IMPORTED_MODULE_3__["default"], {}))] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-name-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming-name-caption-forward" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-name-caption-forward-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_ForwardFilled__WEBPACK_IMPORTED_MODULE_7__["default"], { width: "16", height: "16", color: "var(--caption)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming-name-caption-forward-from-name" }, { children: ["Forwarded from ", props.repliedUserName] }))] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming-bubble" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-bubble-background" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-bubble-background-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { theme: props.theme, messageEntity: item, originalTextMessage: originalTextMessage, widgetTextContent: widgetTextContent }) })) })), props.AITranslation && !item.attachments ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_AIComponents_AITranslateComponent_AITranslateComponent__WEBPACK_IMPORTED_MODULE_9__["default"], { onTranslate: function (language) {
20843
+ })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_AvatarContentIncomingUser_AvatarContentIncomingUser__WEBPACK_IMPORTED_MODULE_3__["default"], {}))] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-name-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming-name-caption-forward" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-name-caption-forward-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_ForwardFilled__WEBPACK_IMPORTED_MODULE_7__["default"], { width: "16", height: "16", color: "var(--caption)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming-name-caption-forward-from-name" }, { children: ["Forwarded from ", props.repliedUserName] }))] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message-incoming-bubble" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-bubble-background", style: {
20844
+ background: item.attachments &&
20845
+ (item.attachments[0].type
20846
+ .toString()
20847
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__.FileType.image) ||
20848
+ item.attachments[0].type
20849
+ .toString()
20850
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__.FileType.video))
20851
+ ? 'none'
20852
+ : undefined,
20853
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-forward-message-incoming-bubble-background-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { theme: props.theme, messageEntity: item, originalTextMessage: originalTextMessage, widgetTextContent: widgetTextContent }) })) })), props.AITranslation && !item.attachments ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_AIComponents_AITranslateComponent_AITranslateComponent__WEBPACK_IMPORTED_MODULE_9__["default"], { onTranslate: function (language) {
20894
20854
  sendMessageToTranslate(item, props.messagesToView, props.currentUserId, props.AITranslation, language);
20895
20855
  }, onClickOriginalText: function () {
20896
20856
  setOriginalTextMessage(true);
@@ -20968,6 +20928,7 @@ __webpack_require__.r(__webpack_exports__);
20968
20928
  /* harmony import */ var _AIComponents_AITranslateComponent_AITranslateComponent__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../AIComponents/AITranslateComponent/AITranslateComponent */ "./src/Presentation/Views/Dialog/AIComponents/AITranslateComponent/AITranslateComponent.tsx");
20969
20929
  /* harmony import */ var _MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./MessageContentComponent/MessageContentComponent */ "./src/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.tsx");
20970
20930
  /* harmony import */ var _EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../EditDialog/UserAvatar/UserAvatar */ "./src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx");
20931
+ /* harmony import */ var _Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../../../Domain/entity/FileTypes */ "./src/Domain/entity/FileTypes.ts");
20971
20932
  var __assign = (undefined && undefined.__assign) || function () {
20972
20933
  __assign = Object.assign || function(t) {
20973
20934
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -21028,6 +20989,7 @@ var __generator = (undefined && undefined.__generator) || function (thisArg, bod
21028
20989
 
21029
20990
 
21030
20991
 
20992
+
21031
20993
  function IncomingMessage(props) {
21032
20994
  var _a, _b;
21033
20995
  var currentContext = (0,_providers_QuickBloxUIKitProvider_useQbInitializedDataContext__WEBPACK_IMPORTED_MODULE_5__["default"])();
@@ -21119,7 +21081,17 @@ function IncomingMessage(props) {
21119
21081
  }
21120
21082
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-forward-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-avatar-wrap" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-message-avatar" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "incoming-message-avatar-rectangle" }), props.userIconRenderer ? (props.userIconRenderer({
21121
21083
  userId: props.currentUserId,
21122
- })) : props.message.sender && props.message.sender.photo ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_12__["default"], { urlAvatar: props.message.sender.photo, iconTheme: { width: '40px', height: '40px' } })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_AvatarContentIncomingUser_AvatarContentIncomingUser__WEBPACK_IMPORTED_MODULE_7__["default"], {}))] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-message-incoming" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-name-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-name-caption-forward" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-name-caption-forward-from-name" }, { children: senderName || props.message.sender_id.toString() })) })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-message-incoming-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-message-incoming-bubble" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-bubble-background" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-bubble-background-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_11__["default"], { theme: props.theme, messageEntity: props.message, originalTextMessage: originalTextMessage, widgetTextContent: widgetTextContent }) })) })), props.AITranslation && !props.message.attachments ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_AIComponents_AITranslateComponent_AITranslateComponent__WEBPACK_IMPORTED_MODULE_10__["default"], { onTranslate: function (language) {
21084
+ })) : props.message.sender && props.message.sender.photo ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_12__["default"], { urlAvatar: props.message.sender.photo, iconTheme: { width: '40px', height: '40px' } })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_AvatarContentIncomingUser_AvatarContentIncomingUser__WEBPACK_IMPORTED_MODULE_7__["default"], {}))] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-message-incoming" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-name-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-name-caption-forward" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-name-caption-forward-from-name" }, { children: senderName || props.message.sender_id.toString() })) })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-message-incoming-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-message-incoming-bubble" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-bubble-background", style: {
21085
+ background: props.message.attachments &&
21086
+ (props.message.attachments[0].type
21087
+ .toString()
21088
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__.FileType.image) ||
21089
+ props.message.attachments[0].type
21090
+ .toString()
21091
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__.FileType.video))
21092
+ ? 'none'
21093
+ : undefined,
21094
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-message-incoming-bubble-background-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_11__["default"], { theme: props.theme, messageEntity: props.message, originalTextMessage: originalTextMessage, widgetTextContent: widgetTextContent }) })) })), props.AITranslation && !props.message.attachments ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_AIComponents_AITranslateComponent_AITranslateComponent__WEBPACK_IMPORTED_MODULE_10__["default"], { onTranslate: function (language) {
21123
21095
  sendMessageToTranslate(props.message, props.messagesToView, props.currentUserId, props.AITranslation, language);
21124
21096
  }, onClickOriginalText: function () {
21125
21097
  setOriginalTextMessage(true);
@@ -21217,6 +21189,7 @@ __webpack_require__.r(__webpack_exports__);
21217
21189
  /* harmony import */ var _MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../MessageContextMenu/MessageContextMenu */ "./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx");
21218
21190
  /* harmony import */ var _IncomingMessage_AvatarContentIncomingUser_AvatarContentIncomingUser__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../IncomingMessage/AvatarContentIncomingUser/AvatarContentIncomingUser */ "./src/Presentation/Views/Dialog/Message/IncomingMessage/AvatarContentIncomingUser/AvatarContentIncomingUser.tsx");
21219
21191
  /* harmony import */ var _components_UI_Placeholders_LoaderComponent_LoaderComponent__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../../components/UI/Placeholders/LoaderComponent/LoaderComponent */ "./src/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.tsx");
21192
+ /* harmony import */ var _Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../../../Domain/entity/FileTypes */ "./src/Domain/entity/FileTypes.ts");
21220
21193
  var __assign = (undefined && undefined.__assign) || function () {
21221
21194
  __assign = Object.assign || function(t) {
21222
21195
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -21277,6 +21250,7 @@ var __generator = (undefined && undefined.__generator) || function (thisArg, bod
21277
21250
 
21278
21251
 
21279
21252
 
21253
+
21280
21254
  function IncomingRepliedMessage(props) {
21281
21255
  var _this = this;
21282
21256
  var _a, _b;
@@ -21347,7 +21321,17 @@ function IncomingRepliedMessage(props) {
21347
21321
  }); };
21348
21322
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [props.messages.map(function (item) { return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-avatar-wrap" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-avatar" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "incoming-replied-message-avatar-rectangle" }), props.userIconRenderer ? (props.userIconRenderer({
21349
21323
  userId: props.currentUserId,
21350
- })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_AvatarContentIncomingUser_AvatarContentIncomingUser__WEBPACK_IMPORTED_MODULE_11__["default"], {}))] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-incoming" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-name-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-incoming-name-caption-forward" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-name-caption-forward-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_ReplyFilled__WEBPACK_IMPORTED_MODULE_7__["default"], { width: "16", height: "16", color: "var(--caption)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-name-caption-forward-from-name" }, { children: "Replied to ".concat(props.repliedUserName) }))] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-incoming-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-incoming-bubble" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-bubble-background" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-bubble-background-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_3__["default"], { theme: props.theme, messageEntity: item, originalTextMessage: originalTextMessage, widgetTextContent: widgetTextContent }) })) })), props.AITranslation && !item.attachments ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_AIComponents_AITranslateComponent_AITranslateComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { onTranslate: function (language) {
21324
+ })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_AvatarContentIncomingUser_AvatarContentIncomingUser__WEBPACK_IMPORTED_MODULE_11__["default"], {}))] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-incoming" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-name-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-incoming-name-caption-forward" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-name-caption-forward-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_ReplyFilled__WEBPACK_IMPORTED_MODULE_7__["default"], { width: "16", height: "16", color: "var(--caption)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-name-caption-forward-from-name" }, { children: "Replied to ".concat(props.repliedUserName) }))] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-incoming-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "incoming-replied-message-incoming-bubble" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-bubble-background", style: {
21325
+ background: item.attachments &&
21326
+ (item.attachments[0].type
21327
+ .toString()
21328
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__.FileType.image) ||
21329
+ item.attachments[0].type
21330
+ .toString()
21331
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_13__.FileType.video))
21332
+ ? 'none'
21333
+ : undefined,
21334
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "incoming-replied-message-incoming-bubble-background-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_3__["default"], { theme: props.theme, messageEntity: item, originalTextMessage: originalTextMessage, widgetTextContent: widgetTextContent }) })) })), props.AITranslation && !item.attachments ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_AIComponents_AITranslateComponent_AITranslateComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { onTranslate: function (language) {
21351
21335
  sendMessageToTranslate(item, props.messagesToView, props.currentUserId, props.AITranslation, language);
21352
21336
  }, onClickOriginalText: function () {
21353
21337
  setOriginalTextMessage(true);
@@ -21375,15 +21359,18 @@ function IncomingRepliedMessage(props) {
21375
21359
  "use strict";
21376
21360
  __webpack_require__.r(__webpack_exports__);
21377
21361
  /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
21378
- /* harmony import */ var _utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../utils/DateTimeFormatter */ "./src/utils/DateTimeFormatter.ts");
21379
- /* harmony import */ var _SystemMessageBanner_SystemMessageBanner__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../SystemMessageBanner/SystemMessageBanner */ "./src/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.tsx");
21380
- /* harmony import */ var _IncomingMessage_IncomingMessage__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./IncomingMessage/IncomingMessage */ "./src/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.tsx");
21381
- /* harmony import */ var _IncomingForwardedMessage_IncomingForwardedMessage__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./IncomingForwardedMessage/IncomingForwardedMessage */ "./src/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.tsx");
21382
- /* harmony import */ var _OutgoingRepliedMessage_OutgoingRepliedMessage__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./OutgoingRepliedMessage/OutgoingRepliedMessage */ "./src/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.tsx");
21383
- /* harmony import */ var _OutgoingMessage_OutgoingMessage__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./OutgoingMessage/OutgoingMessage */ "./src/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.tsx");
21384
- /* harmony import */ var _IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./IncomingMessage/MessageContentComponent/MessageContentComponent */ "./src/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.tsx");
21385
- /* harmony import */ var _OutgoinForwardedMessage_OutgoinForwardedMessage__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./OutgoinForwardedMessage/OutgoinForwardedMessage */ "./src/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.tsx");
21386
- /* harmony import */ var _IncomingRepliedMessage_IncomingRepliedMessage__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./IncomingRepliedMessage/IncomingRepliedMessage */ "./src/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.tsx");
21362
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
21363
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
21364
+ /* harmony import */ var _utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../utils/DateTimeFormatter */ "./src/utils/DateTimeFormatter.ts");
21365
+ /* harmony import */ var _SystemMessageBanner_SystemMessageBanner__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../SystemMessageBanner/SystemMessageBanner */ "./src/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.tsx");
21366
+ /* harmony import */ var _IncomingMessage_IncomingMessage__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./IncomingMessage/IncomingMessage */ "./src/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.tsx");
21367
+ /* harmony import */ var _IncomingForwardedMessage_IncomingForwardedMessage__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./IncomingForwardedMessage/IncomingForwardedMessage */ "./src/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.tsx");
21368
+ /* harmony import */ var _OutgoingRepliedMessage_OutgoingRepliedMessage__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./OutgoingRepliedMessage/OutgoingRepliedMessage */ "./src/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.tsx");
21369
+ /* harmony import */ var _OutgoingMessage_OutgoingMessage__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./OutgoingMessage/OutgoingMessage */ "./src/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.tsx");
21370
+ /* harmony import */ var _IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./IncomingMessage/MessageContentComponent/MessageContentComponent */ "./src/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.tsx");
21371
+ /* harmony import */ var _OutgoinForwardedMessage_OutgoinForwardedMessage__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./OutgoinForwardedMessage/OutgoinForwardedMessage */ "./src/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.tsx");
21372
+ /* harmony import */ var _IncomingRepliedMessage_IncomingRepliedMessage__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./IncomingRepliedMessage/IncomingRepliedMessage */ "./src/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.tsx");
21373
+ /* harmony import */ var _Data_source_remote_Mapper_MessageDTOMapper__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../../Data/source/remote/Mapper/MessageDTOMapper */ "./src/Data/source/remote/Mapper/MessageDTOMapper.ts");
21387
21374
  var __assign = (undefined && undefined.__assign) || function () {
21388
21375
  __assign = Object.assign || function(t) {
21389
21376
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -21395,6 +21382,44 @@ var __assign = (undefined && undefined.__assign) || function () {
21395
21382
  };
21396
21383
  return __assign.apply(this, arguments);
21397
21384
  };
21385
+ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
21386
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
21387
+ return new (P || (P = Promise))(function (resolve, reject) {
21388
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
21389
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
21390
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21391
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
21392
+ });
21393
+ };
21394
+ var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
21395
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
21396
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
21397
+ function verb(n) { return function (v) { return step([n, v]); }; }
21398
+ function step(op) {
21399
+ if (f) throw new TypeError("Generator is already executing.");
21400
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
21401
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
21402
+ if (y = 0, t) op = [op[0] & 2, t.value];
21403
+ switch (op[0]) {
21404
+ case 0: case 1: t = op; break;
21405
+ case 4: _.label++; return { value: op[1], done: false };
21406
+ case 5: _.label++; y = op[1]; op = [0]; continue;
21407
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
21408
+ default:
21409
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
21410
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
21411
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
21412
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
21413
+ if (t[2]) _.ops.pop();
21414
+ _.trys.pop(); continue;
21415
+ }
21416
+ op = body.call(thisArg, _);
21417
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
21418
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
21419
+ }
21420
+ };
21421
+
21422
+
21398
21423
 
21399
21424
 
21400
21425
 
@@ -21408,23 +21433,42 @@ var __assign = (undefined && undefined.__assign) || function () {
21408
21433
  // eslint-disable-next-line react/function-component-definition
21409
21434
  var Message = function (_a) {
21410
21435
  var _b, _c, _d, _e;
21411
- var message = _a.message, userId = _a.userId, setWaitAIWidget = _a.setWaitAIWidget, setShowErrorToast = _a.setShowErrorToast, setMessageErrorToast = _a.setMessageErrorToast, messagesToView = _a.messagesToView, AITranslateWidget = _a.AITranslateWidget, AIAssistWidget = _a.AIAssistWidget, onReply = _a.onReply, onForward = _a.onForward, theme = _a.theme, enableForwarding = _a.enableForwarding, enableReplying = _a.enableReplying;
21436
+ var message = _a.message, userId = _a.userId, setWaitAIWidget = _a.setWaitAIWidget, setShowErrorToast = _a.setShowErrorToast, setMessageErrorToast = _a.setMessageErrorToast, messagesToView = _a.messagesToView, AITranslateWidget = _a.AITranslateWidget, AIAssistWidget = _a.AIAssistWidget, onReply = _a.onReply, onForward = _a.onForward, defaultGetSenderName = _a.defaultGetSenderName, theme = _a.theme, enableForwarding = _a.enableForwarding, enableReplying = _a.enableReplying;
21412
21437
  var TypeSystemMessage = 'SystemMessage';
21413
21438
  var TypeIncomingMessage = 'IncomingMessage';
21414
21439
  var TypeOutgoingMessage = 'OutgoingMessage';
21415
21440
  var messageView;
21416
- var defaultGetSenderName = function (props) {
21417
- var result = 'undefined user';
21418
- // eslint-disable-next-line react/prop-types
21419
- var sender = props.sender;
21420
- if (!sender)
21421
- return Promise.resolve(result);
21422
- // eslint-disable-next-line react/prop-types
21423
- result =
21424
- // eslint-disable-next-line react/prop-types
21425
- sender.full_name || sender.login || sender.email || sender.id.toString();
21426
- return Promise.resolve(result);
21427
- };
21441
+ var _f = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), userNameForReplyForward = _f[0], setUserNameForReplyForward = _f[1];
21442
+ function getUserNameForReplyForward() {
21443
+ var _a;
21444
+ return __awaiter(this, void 0, void 0, function () {
21445
+ var userName;
21446
+ return __generator(this, function (_b) {
21447
+ switch (_b.label) {
21448
+ case 0:
21449
+ if (!(message.origin_sender_name &&
21450
+ !message.origin_sender_name.includes('undefined'))) return [3 /*break*/, 1];
21451
+ setUserNameForReplyForward(message.origin_sender_name);
21452
+ return [3 /*break*/, 3];
21453
+ case 1:
21454
+ if (!(message.qb_original_messages &&
21455
+ ((_a = message.qb_original_messages) === null || _a === void 0 ? void 0 : _a.length) > 0)) return [3 /*break*/, 3];
21456
+ return [4 /*yield*/, defaultGetSenderName({
21457
+ userId: message.qb_original_messages[0].sender_id,
21458
+ sender: message.qb_original_messages[0].sender,
21459
+ })];
21460
+ case 2:
21461
+ userName = _b.sent();
21462
+ setUserNameForReplyForward(userName || '');
21463
+ _b.label = 3;
21464
+ case 3: return [2 /*return*/];
21465
+ }
21466
+ });
21467
+ });
21468
+ }
21469
+ (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
21470
+ getUserNameForReplyForward();
21471
+ }, []);
21428
21472
  var checkMessageType = function (m) {
21429
21473
  if (m.notification_type && m.notification_type.length > 0) {
21430
21474
  return TypeSystemMessage;
@@ -21437,7 +21481,7 @@ var Message = function (_a) {
21437
21481
  };
21438
21482
  var messageTypes = checkMessageType(message);
21439
21483
  if (messageTypes === TypeSystemMessage) {
21440
- messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "message-view-container--system-message-wrapper" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_SystemMessageBanner_SystemMessageBanner__WEBPACK_IMPORTED_MODULE_2__.SystemMessageBanner, { messageText: message.message }) }), Date.now().toString()));
21484
+ messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "message-view-container--system-message-wrapper" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_SystemMessageBanner_SystemMessageBanner__WEBPACK_IMPORTED_MODULE_3__.SystemMessageBanner, { messageText: message.message }) }), Date.now().toString()));
21441
21485
  }
21442
21486
  else if (messageTypes === TypeIncomingMessage) {
21443
21487
  if (message.qb_original_messages &&
@@ -21446,14 +21490,14 @@ var Message = function (_a) {
21446
21490
  // eslint-disable-next-line @typescript-eslint/no-unsafe-call
21447
21491
  ((_c = message.qb_message_action) === null || _c === void 0 ? void 0 : _c.includes('forward')) ? 'forward' : 'reply';
21448
21492
  if (typeMessage === 'reply') {
21449
- messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingRepliedMessage_IncomingRepliedMessage__WEBPACK_IMPORTED_MODULE_9__["default"], { enableReplying: enableReplying, enableForwarding: enableForwarding, theme: theme, messages: message.qb_original_messages, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), repliedUserName: message.origin_sender_name || '', onReply: onReply, onForward: onForward, onStartLoader: function () {
21493
+ messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingRepliedMessage_IncomingRepliedMessage__WEBPACK_IMPORTED_MODULE_10__["default"], { enableReplying: enableReplying, enableForwarding: enableForwarding, theme: theme, messages: message.qb_original_messages, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), repliedUserName: message.origin_sender_name || '', onReply: onReply, onForward: onForward, onStartLoader: function () {
21450
21494
  setWaitAIWidget(true);
21451
21495
  }, onStopLoader: function () {
21452
21496
  setWaitAIWidget(false);
21453
21497
  }, onErrorToast: function (messageError) {
21454
21498
  setShowErrorToast(true);
21455
21499
  setMessageErrorToast(messageError);
21456
- }, currentUserId: userId, messagesToView: messagesToView, AITranslation: AITranslateWidget, AIAnswerToMessage: AIAssistWidget, renderOringinalMessage: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_IncomingMessage__WEBPACK_IMPORTED_MODULE_3__.IncomingMessage, { theme: theme, senderNameFct: defaultGetSenderName, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward,
21500
+ }, currentUserId: userId, messagesToView: messagesToView, AITranslation: AITranslateWidget, AIAnswerToMessage: AIAssistWidget, renderOringinalMessage: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_IncomingMessage__WEBPACK_IMPORTED_MODULE_4__.IncomingMessage, { theme: theme, senderNameFct: defaultGetSenderName, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward,
21457
21501
  // element={messageContentRender(message)}
21458
21502
  onStartLoader: function () {
21459
21503
  setWaitAIWidget(true);
@@ -21465,14 +21509,14 @@ var Message = function (_a) {
21465
21509
  }, currentUserId: userId, messagesToView: messagesToView, AITranslation: AITranslateWidget, AIAnswerToMessage: AIAssistWidget, enableReplying: enableReplying, enableForwarding: enableForwarding }) }));
21466
21510
  }
21467
21511
  else {
21468
- messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingForwardedMessage_IncomingForwardedMessage__WEBPACK_IMPORTED_MODULE_4__["default"], { enableReplying: enableReplying, enableForwarding: enableForwarding, theme: theme, messages: message.qb_original_messages, repliedUserName: message.origin_sender_name || '', onReply: onReply, onForward: onForward, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), onStartLoader: function () {
21512
+ messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingForwardedMessage_IncomingForwardedMessage__WEBPACK_IMPORTED_MODULE_5__["default"], { enableReplying: enableReplying, enableForwarding: enableForwarding, theme: theme, messages: message.qb_original_messages, repliedUserName: message.origin_sender_name || '', onReply: onReply, onForward: onForward, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), onStartLoader: function () {
21469
21513
  setWaitAIWidget(true);
21470
21514
  }, onStopLoader: function () {
21471
21515
  setWaitAIWidget(false);
21472
21516
  }, onErrorToast: function (messageError) {
21473
21517
  setShowErrorToast(true);
21474
21518
  setMessageErrorToast(messageError);
21475
- }, currentUserId: userId, messagesToView: messagesToView, AITranslation: AITranslateWidget, AIAnswerToMessage: AIAssistWidget, renderOringinalMessage: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_IncomingMessage__WEBPACK_IMPORTED_MODULE_3__.IncomingMessage, { theme: theme, senderNameFct: defaultGetSenderName, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward,
21519
+ }, currentUserId: userId, messagesToView: messagesToView, AITranslation: AITranslateWidget, AIAnswerToMessage: AIAssistWidget, renderOringinalMessage: !message.message.includes(_Data_source_remote_Mapper_MessageDTOMapper__WEBPACK_IMPORTED_MODULE_11__.MessageDTOMapper.FORWARD_MESSAGE_PREFIX) ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_IncomingMessage__WEBPACK_IMPORTED_MODULE_4__.IncomingMessage, { theme: theme, senderNameFct: defaultGetSenderName, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward,
21476
21520
  // element={messageContentRender(message)}
21477
21521
  onStartLoader: function () {
21478
21522
  setWaitAIWidget(true);
@@ -21481,11 +21525,11 @@ var Message = function (_a) {
21481
21525
  }, onErrorToast: function (messageError) {
21482
21526
  setShowErrorToast(true);
21483
21527
  setMessageErrorToast(messageError);
21484
- }, currentUserId: userId, messagesToView: messagesToView, AITranslation: AITranslateWidget, AIAnswerToMessage: AIAssistWidget, enableReplying: enableReplying, enableForwarding: enableForwarding }) }));
21528
+ }, currentUserId: userId, messagesToView: messagesToView, AITranslation: AITranslateWidget, AIAnswerToMessage: AIAssistWidget, enableReplying: enableReplying, enableForwarding: enableForwarding })) : null }));
21485
21529
  }
21486
21530
  }
21487
21531
  else {
21488
- messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_IncomingMessage__WEBPACK_IMPORTED_MODULE_3__.IncomingMessage, { theme: theme, senderNameFct: defaultGetSenderName, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward,
21532
+ messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_IncomingMessage__WEBPACK_IMPORTED_MODULE_4__.IncomingMessage, { theme: theme, senderNameFct: defaultGetSenderName, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward,
21489
21533
  // element={messageContentRender(message)}
21490
21534
  onStartLoader: function () {
21491
21535
  setWaitAIWidget(true);
@@ -21503,16 +21547,22 @@ var Message = function (_a) {
21503
21547
  // eslint-disable-next-line @typescript-eslint/no-unsafe-call
21504
21548
  ((_e = message.qb_message_action) === null || _e === void 0 ? void 0 : _e.includes('forward')) ? 'forward' : 'reply';
21505
21549
  if (typeMessage === 'reply') {
21506
- messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoingRepliedMessage_OutgoingRepliedMessage__WEBPACK_IMPORTED_MODULE_5__["default"], { enableReplying: enableReplying, enableForwarding: enableForwarding, messages: message.qb_original_messages, repliedUserName: message.origin_sender_name || '!!!UserName!!!', onReply: onReply, onForward: onForward, theme: theme, renderOringinalMessage: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoingMessage_OutgoingMessage__WEBPACK_IMPORTED_MODULE_6__.OutgoingMessage, { enableReplying: enableReplying, enableForwarding: enableForwarding, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward, theme: theme, element: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_7__["default"], { theme: theme, messageEntity: message, originalTextMessage: true, widgetTextContent: "" }) }) }));
21550
+ messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoingRepliedMessage_OutgoingRepliedMessage__WEBPACK_IMPORTED_MODULE_6__["default"], { enableReplying: enableReplying, enableForwarding: enableForwarding, messages: message.qb_original_messages, repliedUserName: userNameForReplyForward.length > 0
21551
+ ? userNameForReplyForward
21552
+ : 'UNDEFINED REPLIED USER NAME', onReply: onReply, onForward: onForward, theme: theme, renderOringinalMessage: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoingMessage_OutgoingMessage__WEBPACK_IMPORTED_MODULE_7__.OutgoingMessage, { enableReplying: enableReplying, enableForwarding: enableForwarding, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward, theme: theme, element: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { theme: theme, messageEntity: message, originalTextMessage: true, widgetTextContent: "" }) }) }));
21507
21553
  }
21508
21554
  else {
21509
- messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoinForwardedMessage_OutgoinForwardedMessage__WEBPACK_IMPORTED_MODULE_8__["default"], { enableReplying: enableReplying, enableForwarding: enableForwarding, messages: message.qb_original_messages, repliedUserName: message.origin_sender_name || '!!!UserName!!!', date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), status_message: message.delivered_ids && message.delivered_ids.length, onReply: onReply, onForward: onForward, theme: theme, renderOringinalMessage: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoingMessage_OutgoingMessage__WEBPACK_IMPORTED_MODULE_6__.OutgoingMessage, { enableReplying: enableReplying, enableForwarding: enableForwarding, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward, theme: theme, element: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_7__["default"], { theme: theme, messageEntity: message, originalTextMessage: true, widgetTextContent: "" }) }) }));
21555
+ messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoinForwardedMessage_OutgoinForwardedMessage__WEBPACK_IMPORTED_MODULE_9__["default"], { enableReplying: enableReplying, enableForwarding: enableForwarding, messages: message.qb_original_messages, repliedUserName: userNameForReplyForward.length > 0
21556
+ ? userNameForReplyForward
21557
+ : 'UNDEFINED FORWARDING USER NAME', date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), status_message: message.delivered_ids && message.delivered_ids.length, onReply: onReply, onForward: onForward, theme: theme, renderOringinalMessage: !message.message.includes(_Data_source_remote_Mapper_MessageDTOMapper__WEBPACK_IMPORTED_MODULE_11__.MessageDTOMapper.FORWARD_MESSAGE_PREFIX) ? (
21558
+ // message.message.trim().length > 0
21559
+ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoingMessage_OutgoingMessage__WEBPACK_IMPORTED_MODULE_7__.OutgoingMessage, { enableReplying: enableReplying, enableForwarding: enableForwarding, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward, theme: theme, element: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { theme: theme, messageEntity: message, originalTextMessage: true, widgetTextContent: "" }) })) : null }));
21510
21560
  }
21511
21561
  }
21512
21562
  else {
21513
- messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoingMessage_OutgoingMessage__WEBPACK_IMPORTED_MODULE_6__.OutgoingMessage, { enableReplying: enableReplying, enableForwarding: enableForwarding, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_1__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward, theme: theme,
21563
+ messageView = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_OutgoingMessage_OutgoingMessage__WEBPACK_IMPORTED_MODULE_7__.OutgoingMessage, { enableReplying: enableReplying, enableForwarding: enableForwarding, message: message, date_sent: (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_2__.getTimeShort24hFormat)(message.date_sent), onReply: onReply, onForward: onForward, theme: theme,
21514
21564
  // element={messageContentRender(message)}
21515
- element: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_7__["default"], { theme: theme, messageEntity: message, originalTextMessage: true, widgetTextContent: "" }) }));
21565
+ element: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { theme: theme, messageEntity: message, originalTextMessage: true, widgetTextContent: "" }) }));
21516
21566
  }
21517
21567
  return messageView;
21518
21568
  };
@@ -21688,7 +21738,10 @@ var DefaultAttachment = function (_a) {
21688
21738
  "use strict";
21689
21739
  __webpack_require__.r(__webpack_exports__);
21690
21740
  /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
21691
- /* harmony import */ var _ImageAttachment_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ImageAttachment.scss */ "./src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.scss");
21741
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
21742
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
21743
+ /* harmony import */ var _ImageAttachment_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ImageAttachment.scss */ "./src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.scss");
21744
+ /* harmony import */ var _Data_Creator__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../../Data/Creator */ "./src/Data/Creator.ts");
21692
21745
  var __assign = (undefined && undefined.__assign) || function () {
21693
21746
  __assign = Object.assign || function(t) {
21694
21747
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -21700,6 +21753,44 @@ var __assign = (undefined && undefined.__assign) || function () {
21700
21753
  };
21701
21754
  return __assign.apply(this, arguments);
21702
21755
  };
21756
+ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
21757
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
21758
+ return new (P || (P = Promise))(function (resolve, reject) {
21759
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
21760
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
21761
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21762
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
21763
+ });
21764
+ };
21765
+ var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
21766
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
21767
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
21768
+ function verb(n) { return function (v) { return step([n, v]); }; }
21769
+ function step(op) {
21770
+ if (f) throw new TypeError("Generator is already executing.");
21771
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
21772
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
21773
+ if (y = 0, t) op = [op[0] & 2, t.value];
21774
+ switch (op[0]) {
21775
+ case 0: case 1: t = op; break;
21776
+ case 4: _.label++; return { value: op[1], done: false };
21777
+ case 5: _.label++; y = op[1]; op = [0]; continue;
21778
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
21779
+ default:
21780
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
21781
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
21782
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
21783
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
21784
+ if (t[2]) _.ops.pop();
21785
+ _.trys.pop(); continue;
21786
+ }
21787
+ op = body.call(thisArg, _);
21788
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
21789
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
21790
+ }
21791
+ };
21792
+
21793
+
21703
21794
 
21704
21795
 
21705
21796
  // eslint-disable-next-line react/function-component-definition
@@ -21707,7 +21798,46 @@ var ImageAttachment = function (_a) {
21707
21798
  var
21708
21799
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
21709
21800
  imageFile = _a.imageFile;
21710
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "message-attachment-image" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", __assign({ href: imageFile.url, download: "file", target: "_blank", rel: "noreferrer" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("img", { className: "message-attachment-image-body", src: imageFile.url, alt: imageFile.name || 'attached image' }, imageFile.id) })) })));
21801
+ var _b = react__WEBPACK_IMPORTED_MODULE_1___default().useState(''), fileUrl = _b[0], setFileUrl = _b[1];
21802
+ function getFileForPreview() {
21803
+ return __awaiter(this, void 0, void 0, function () {
21804
+ var tmpFileUrl, blobFile;
21805
+ return __generator(this, function (_a) {
21806
+ switch (_a.label) {
21807
+ case 0:
21808
+ if (!(imageFile.url && imageFile.url.length > 0)) return [3 /*break*/, 2];
21809
+ tmpFileUrl = imageFile.url;
21810
+ return [4 /*yield*/, _Data_Creator__WEBPACK_IMPORTED_MODULE_3__.Creator.createBlobFromUrl(tmpFileUrl)];
21811
+ case 1:
21812
+ blobFile = (_a.sent()).blobFile;
21813
+ tmpFileUrl = blobFile ? URL.createObjectURL(blobFile) : tmpFileUrl || '';
21814
+ setFileUrl(tmpFileUrl);
21815
+ _a.label = 2;
21816
+ case 2: return [2 /*return*/];
21817
+ }
21818
+ });
21819
+ });
21820
+ }
21821
+ (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
21822
+ getFileForPreview();
21823
+ return function () {
21824
+ if (fileUrl) {
21825
+ URL.revokeObjectURL(fileUrl);
21826
+ }
21827
+ };
21828
+ }, []);
21829
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "message-attachment-image" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", __assign({ href: fileUrl, download: "file", target: "_blank", rel: "noreferrer" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("img", { className: "message-attachment-image-body", src: fileUrl, alt: imageFile.name || 'attached image' }, imageFile.id) })) }))
21830
+ // <div className="message-attachment-image">
21831
+ // <a href={imageFile.url} download="file" target="_blank" rel="noreferrer">
21832
+ // <img
21833
+ // className="message-attachment-image-body"
21834
+ // key={imageFile.id}
21835
+ // src={imageFile.url}
21836
+ // alt={imageFile.name || 'attached image'}
21837
+ // />
21838
+ // </a>
21839
+ // </div>
21840
+ );
21711
21841
  };
21712
21842
  /* harmony default export */ __webpack_exports__["default"] = (ImageAttachment);
21713
21843
 
@@ -21795,7 +21925,10 @@ function MessageAttachment(_a) {
21795
21925
  "use strict";
21796
21926
  __webpack_require__.r(__webpack_exports__);
21797
21927
  /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
21798
- /* harmony import */ var _VideoAttachment_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./VideoAttachment.scss */ "./src/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.scss");
21928
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
21929
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
21930
+ /* harmony import */ var _VideoAttachment_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./VideoAttachment.scss */ "./src/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.scss");
21931
+ /* harmony import */ var _Data_Creator__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../../Data/Creator */ "./src/Data/Creator.ts");
21799
21932
  var __assign = (undefined && undefined.__assign) || function () {
21800
21933
  __assign = Object.assign || function(t) {
21801
21934
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -21807,6 +21940,44 @@ var __assign = (undefined && undefined.__assign) || function () {
21807
21940
  };
21808
21941
  return __assign.apply(this, arguments);
21809
21942
  };
21943
+ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
21944
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
21945
+ return new (P || (P = Promise))(function (resolve, reject) {
21946
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
21947
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
21948
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21949
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
21950
+ });
21951
+ };
21952
+ var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
21953
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
21954
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
21955
+ function verb(n) { return function (v) { return step([n, v]); }; }
21956
+ function step(op) {
21957
+ if (f) throw new TypeError("Generator is already executing.");
21958
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
21959
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
21960
+ if (y = 0, t) op = [op[0] & 2, t.value];
21961
+ switch (op[0]) {
21962
+ case 0: case 1: t = op; break;
21963
+ case 4: _.label++; return { value: op[1], done: false };
21964
+ case 5: _.label++; y = op[1]; op = [0]; continue;
21965
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
21966
+ default:
21967
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
21968
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
21969
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
21970
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
21971
+ if (t[2]) _.ops.pop();
21972
+ _.trys.pop(); continue;
21973
+ }
21974
+ op = body.call(thisArg, _);
21975
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
21976
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
21977
+ }
21978
+ };
21979
+
21980
+
21810
21981
 
21811
21982
 
21812
21983
  // eslint-disable-next-line react/function-component-definition
@@ -21814,17 +21985,64 @@ var VideoAttachment = function (_a) {
21814
21985
  var
21815
21986
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
21816
21987
  videoFile = _a.videoFile;
21817
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "message-attachment-video" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("video", __assign({ className: "message-attachment-video-body", controls: true, playsInline: true, src: videoFile.url }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", __assign({ href: videoFile.url, download: true }, { children: "Download" })) }), videoFile.id) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", __assign({ href: videoFile.url, download: true }, { children: "Download" }))] }));
21818
- };
21819
- /* harmony default export */ __webpack_exports__["default"] = (VideoAttachment);
21820
-
21821
-
21822
- /***/ }),
21823
-
21824
- /***/ "./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx":
21825
- /*!*****************************************************************************************!*\
21826
- !*** ./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx ***!
21827
- \*****************************************************************************************/
21988
+ var _b = react__WEBPACK_IMPORTED_MODULE_1___default().useState(''), fileUrl = _b[0], setFileUrl = _b[1];
21989
+ function getFileForPreview() {
21990
+ return __awaiter(this, void 0, void 0, function () {
21991
+ var tmpFileUrl, blobFile;
21992
+ return __generator(this, function (_a) {
21993
+ switch (_a.label) {
21994
+ case 0:
21995
+ if (!(videoFile.url && videoFile.url.length > 0)) return [3 /*break*/, 2];
21996
+ tmpFileUrl = videoFile.url;
21997
+ return [4 /*yield*/, _Data_Creator__WEBPACK_IMPORTED_MODULE_3__.Creator.createBlobFromUrl(tmpFileUrl)];
21998
+ case 1:
21999
+ blobFile = (_a.sent()).blobFile;
22000
+ tmpFileUrl = blobFile ? URL.createObjectURL(blobFile) : tmpFileUrl || '';
22001
+ setFileUrl(tmpFileUrl);
22002
+ _a.label = 2;
22003
+ case 2: return [2 /*return*/];
22004
+ }
22005
+ });
22006
+ });
22007
+ }
22008
+ (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
22009
+ getFileForPreview();
22010
+ return function () {
22011
+ if (fileUrl) {
22012
+ URL.revokeObjectURL(fileUrl);
22013
+ }
22014
+ };
22015
+ }, []);
22016
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "message-attachment-video" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("video", __assign({ className: "message-attachment-video-body", controls: true, playsInline: true, src: fileUrl }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", __assign({ href: fileUrl, download: true }, { children: "Download" })) }), videoFile.id) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", __assign({ href: fileUrl, download: true }, { children: "Download" }))] })
22017
+ // <div>
22018
+ // <div className="message-attachment-video">
22019
+ // <video
22020
+ // className="message-attachment-video-body"
22021
+ // controls
22022
+ // key={videoFile.id}
22023
+ // playsInline
22024
+ // src={videoFile.url}
22025
+ // >
22026
+ // <a href={videoFile.url} download>
22027
+ // Download
22028
+ // </a>
22029
+ // </video>
22030
+ // </div>
22031
+ // <a href={videoFile.url} download>
22032
+ // Download
22033
+ // </a>
22034
+ // </div>
22035
+ );
22036
+ };
22037
+ /* harmony default export */ __webpack_exports__["default"] = (VideoAttachment);
22038
+
22039
+
22040
+ /***/ }),
22041
+
22042
+ /***/ "./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx":
22043
+ /*!*****************************************************************************************!*\
22044
+ !*** ./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx ***!
22045
+ \*****************************************************************************************/
21828
22046
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
21829
22047
 
21830
22048
  "use strict";
@@ -21897,6 +22115,7 @@ __webpack_require__.r(__webpack_exports__);
21897
22115
  /* harmony import */ var _components_UI_svgs_Icons_Status_Sent__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../components/UI/svgs/Icons/Status/Sent */ "./src/Presentation/components/UI/svgs/Icons/Status/Sent/index.tsx");
21898
22116
  /* harmony import */ var _components_UI_svgs_Icons_Actions_ForwardFilled__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../components/UI/svgs/Icons/Actions/ForwardFilled */ "./src/Presentation/components/UI/svgs/Icons/Actions/ForwardFilled/index.tsx");
21899
22117
  /* harmony import */ var _IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../IncomingMessage/MessageContentComponent/MessageContentComponent */ "./src/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.tsx");
22118
+ /* harmony import */ var _Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../../Domain/entity/FileTypes */ "./src/Domain/entity/FileTypes.ts");
21900
22119
  var __assign = (undefined && undefined.__assign) || function () {
21901
22120
  __assign = Object.assign || function(t) {
21902
22121
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -21916,6 +22135,7 @@ var __assign = (undefined && undefined.__assign) || function () {
21916
22135
 
21917
22136
 
21918
22137
 
22138
+
21919
22139
  function OutgoingForwardedMessage(props) {
21920
22140
  var _a = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), openMenu = _a[0], setOpenMenu = _a[1];
21921
22141
  // const [haveHover, setHaveHover] = useState(false);
@@ -21931,7 +22151,17 @@ function OutgoingForwardedMessage(props) {
21931
22151
  ? props.theme.mainElements()
21932
22152
  : 'var(--main-elements)' })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forward-message-caption-time" }, { children: props.date_sent })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forward-message-func" }, { children:
21933
22153
  // haveHover &&
21934
- !disableMenu ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_3__["default"], { theme: props.theme, message: item, onReply: props.onReply, onForward: props.onForward, enableReplying: props.enableReplying, enableForwarding: props.enableForwarding })) : null })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-forwarded-message-data" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-forwarded-message-caption-forward" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-caption-forward-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_ForwardFilled__WEBPACK_IMPORTED_MODULE_6__["default"], { width: "16", height: "16", color: "var(--caption)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-caption-forward-from-name" }, { children: "Forwarded from ".concat(props.repliedUserName) }))] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-chat-bubble-background" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-single-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_7__["default"], { theme: props.theme, messageEntity: item, originalTextMessage: true, widgetTextContent: "" }) })) }))] }))] }))); }), props.renderOringinalMessage] }));
22154
+ !disableMenu ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_3__["default"], { theme: props.theme, message: item, onReply: props.onReply, onForward: props.onForward, enableReplying: props.enableReplying, enableForwarding: props.enableForwarding })) : null })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-forwarded-message-data" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-forwarded-message-caption-forward" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-caption-forward-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_ForwardFilled__WEBPACK_IMPORTED_MODULE_6__["default"], { width: "16", height: "16", color: "var(--caption)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-caption-forward-from-name" }, { children: "Forwarded from ".concat(props.repliedUserName) }))] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-chat-bubble-background", style: {
22155
+ background: item.attachments &&
22156
+ (item.attachments[0].type
22157
+ .toString()
22158
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_8__.FileType.image) ||
22159
+ item.attachments[0].type
22160
+ .toString()
22161
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_8__.FileType.video))
22162
+ ? 'none'
22163
+ : undefined,
22164
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-forwarded-message-single-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_7__["default"], { theme: props.theme, messageEntity: item, originalTextMessage: true, widgetTextContent: "" }) })) }))] }))] }))); }), props.renderOringinalMessage] }));
21935
22165
  }
21936
22166
  /* harmony default export */ __webpack_exports__["default"] = (OutgoingForwardedMessage);
21937
22167
 
@@ -21956,6 +22186,7 @@ __webpack_require__.r(__webpack_exports__);
21956
22186
  /* harmony import */ var _components_UI_svgs_Icons_Status_ViewedDelivered__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../components/UI/svgs/Icons/Status/ViewedDelivered */ "./src/Presentation/components/UI/svgs/Icons/Status/ViewedDelivered/index.tsx");
21957
22187
  /* harmony import */ var _components_UI_svgs_Icons_Status_Sent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../components/UI/svgs/Icons/Status/Sent */ "./src/Presentation/components/UI/svgs/Icons/Status/Sent/index.tsx");
21958
22188
  /* harmony import */ var _MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../MessageContextMenu/MessageContextMenu */ "./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx");
22189
+ /* harmony import */ var _Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../Domain/entity/FileTypes */ "./src/Domain/entity/FileTypes.ts");
21959
22190
  var __assign = (undefined && undefined.__assign) || function () {
21960
22191
  __assign = Object.assign || function(t) {
21961
22192
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -21973,6 +22204,7 @@ var __assign = (undefined && undefined.__assign) || function () {
21973
22204
 
21974
22205
 
21975
22206
 
22207
+
21976
22208
  function OutgoingMessage(props) {
21977
22209
  var _a = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), openMenu = _a[0], setOpenMenu = _a[1];
21978
22210
  // const [haveHover, setHaveHover] = useState(false);
@@ -21989,7 +22221,17 @@ function OutgoingMessage(props) {
21989
22221
  ? props.theme.mainElements()
21990
22222
  : 'var(--main-elements)' })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-message-caption-time" }, { children: props.date_sent })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-message-func" }, { children:
21991
22223
  // haveHover &&
21992
- !disableMenu ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_5__["default"], { theme: props.theme, message: props.message, onReply: props.onReply, onForward: props.onForward, enableReplying: props.enableReplying, enableForwarding: props.enableForwarding })) : null })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-message-data" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-message-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "outgoing-message-caption" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-message-chat-bubble-background" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-message-single-line" }, { children: props.element })) }))] }))] })) }));
22224
+ !disableMenu ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_5__["default"], { theme: props.theme, message: props.message, onReply: props.onReply, onForward: props.onForward, enableReplying: props.enableReplying, enableForwarding: props.enableForwarding })) : null })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-message-data" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-message-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "outgoing-message-caption" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-message-chat-bubble-background", style: {
22225
+ background: props.message.attachments &&
22226
+ (props.message.attachments[0].type
22227
+ .toString()
22228
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_6__.FileType.image) ||
22229
+ props.message.attachments[0].type
22230
+ .toString()
22231
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_6__.FileType.video))
22232
+ ? 'none'
22233
+ : undefined,
22234
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-message-single-line" }, { children: props.element })) }))] }))] })) }));
21993
22235
  }
21994
22236
 
21995
22237
 
@@ -22010,6 +22252,7 @@ __webpack_require__.r(__webpack_exports__);
22010
22252
  /* harmony import */ var _IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../IncomingMessage/MessageContentComponent/MessageContentComponent */ "./src/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.tsx");
22011
22253
  /* harmony import */ var _components_UI_svgs_Icons_Actions_ReplyFilled__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../components/UI/svgs/Icons/Actions/ReplyFilled */ "./src/Presentation/components/UI/svgs/Icons/Actions/ReplyFilled/index.tsx");
22012
22254
  /* harmony import */ var _MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../MessageContextMenu/MessageContextMenu */ "./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx");
22255
+ /* harmony import */ var _Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../Domain/entity/FileTypes */ "./src/Domain/entity/FileTypes.ts");
22013
22256
  var __assign = (undefined && undefined.__assign) || function () {
22014
22257
  __assign = Object.assign || function(t) {
22015
22258
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -22027,6 +22270,7 @@ var __assign = (undefined && undefined.__assign) || function () {
22027
22270
 
22028
22271
 
22029
22272
 
22273
+
22030
22274
  function OutgoingRepliedMessage(props) {
22031
22275
  var _a = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), openMenu = _a[0], setOpenMenu = _a[1];
22032
22276
  // const [haveHover, setHaveHover] = useState(false);
@@ -22038,7 +22282,17 @@ function OutgoingRepliedMessage(props) {
22038
22282
  setOpenMenu(!openMenu);
22039
22283
  } }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-func" }, { children:
22040
22284
  // haveHover &&
22041
- !disableMenu ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_5__["default"], { theme: props.theme, message: item, onReply: props.onReply, onForward: props.onForward, enableReplying: props.enableReplying, enableForwarding: props.enableForwarding })) : null })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "outgoing-replied-message-caption-status" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-replied-message-data" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-replied-message-caption-replied" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-caption-replied-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_ReplyFilled__WEBPACK_IMPORTED_MODULE_4__["default"], { width: "16", height: "16", color: "var(--caption)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-caption-replied-from-name" }, { children: "Replied to ".concat(props.repliedUserName) }))] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-chat-bubble-background" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-single-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_3__["default"], { theme: props.theme, messageEntity: item, originalTextMessage: true, widgetTextContent: "" }) })) }))] }))] }))); }), props.renderOringinalMessage] }));
22285
+ !disableMenu ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_5__["default"], { theme: props.theme, message: item, onReply: props.onReply, onForward: props.onForward, enableReplying: props.enableReplying, enableForwarding: props.enableForwarding })) : null })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "outgoing-replied-message-caption-status" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-replied-message-data" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-name" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-caption" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "outgoing-replied-message-caption-replied" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-caption-replied-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_ReplyFilled__WEBPACK_IMPORTED_MODULE_4__["default"], { width: "16", height: "16", color: "var(--caption)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-caption-replied-from-name" }, { children: "Replied to ".concat(props.repliedUserName) }))] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-chat-bubble-background", style: {
22286
+ background: item.attachments &&
22287
+ (item.attachments[0].type
22288
+ .toString()
22289
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_6__.FileType.image) ||
22290
+ item.attachments[0].type
22291
+ .toString()
22292
+ .includes(_Domain_entity_FileTypes__WEBPACK_IMPORTED_MODULE_6__.FileType.video))
22293
+ ? 'none'
22294
+ : undefined,
22295
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "outgoing-replied-message-single-line" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_IncomingMessage_MessageContentComponent_MessageContentComponent__WEBPACK_IMPORTED_MODULE_3__["default"], { theme: props.theme, messageEntity: item, originalTextMessage: true, widgetTextContent: "" }) })) }))] }))] }))); }), props.renderOringinalMessage] }));
22042
22296
  }
22043
22297
  /* harmony default export */ __webpack_exports__["default"] = (OutgoingRepliedMessage);
22044
22298
 
@@ -22076,35 +22330,32 @@ var __assign = (undefined && undefined.__assign) || function () {
22076
22330
  // eslint-disable-next-line react/function-component-definition
22077
22331
  var MessageInput = function (_a) {
22078
22332
  var messageText = _a.messageText, onChangeText = _a.onChangeText, sendText = _a.sendText, renderSendIcon = _a.renderSendIcon, renderAttachment = _a.renderAttachment, isRecording = _a.isRecording, renderVoiceRecorder = _a.renderVoiceRecorder, renderVoiceRecordProgress = _a.renderVoiceRecordProgress, renderAIWidget = _a.renderAIWidget, waitAIWidget = _a.waitAIWidget, messagesViewModel = _a.messagesViewModel, maxWidthToResizing = _a.maxWidthToResizing, _b = _a.theme, theme = _b === void 0 ? undefined : _b;
22079
- var _c = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(messageText), currentMessageText = _c[0], setCurrentMessageText = _c[1];
22080
- var _d = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(true), isVoiceMessage = _d[0], setVoiceMessage = _d[1];
22081
- (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
22082
- setCurrentMessageText(messageText);
22083
- }, [messageText]);
22333
+ var _c = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(true), isVoiceMessage = _c[0], setVoiceMessage = _c[1];
22334
+ var handleChange = function (event) {
22335
+ onChangeText(event.target.value);
22336
+ };
22084
22337
  function sendTextMessageActions() {
22085
22338
  if (sendText) {
22086
- sendText(currentMessageText);
22339
+ sendText(messageText);
22340
+ onChangeText('');
22087
22341
  }
22088
22342
  }
22089
22343
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ style: {
22090
22344
  flex: "flex: 1 1 ".concat(maxWidthToResizing),
22091
22345
  }, onBlur: function () {
22092
- if (!(currentMessageText && currentMessageText.length > 0)) {
22346
+ if (!(messageText && messageText.length > 0)) {
22093
22347
  setVoiceMessage(true);
22094
22348
  }
22095
- }, className: "message-view-container--chat-input" }, { children: [renderAttachment, !isRecording && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "input-text-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "type-message" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("textarea", { style: theme ? { backgroundColor: theme.chatInput() } : {}, disabled: messagesViewModel === null || messagesViewModel === void 0 ? void 0 : messagesViewModel.loading, value: currentMessageText, onFocus: function () {
22349
+ }, className: "message-view-container--chat-input" }, { children: [renderAttachment, !isRecording && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "input-text-message" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "type-message" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("textarea", { style: theme ? { backgroundColor: theme.chatInput() } : {}, disabled: messagesViewModel === null || messagesViewModel === void 0 ? void 0 : messagesViewModel.loading, value: messageText, onFocus: function () {
22096
22350
  setVoiceMessage(false);
22097
- }, onChange: function (event) {
22098
- // setCurrentMessageText(event.target.value);
22099
- onChangeText(event.target.value);
22100
- }, onInput: function () {
22351
+ }, onChange: handleChange, onInput: function () {
22101
22352
  messagesViewModel.sendTypingTextMessage();
22102
22353
  }, onKeyDown: function (e) {
22103
22354
  console.log("onKeyDown: ".concat(e.key, " shift ").concat(e.shiftKey ? 'true' : 'false', " ctrl ").concat(e.ctrlKey ? 'true' : 'false'));
22104
22355
  if (e.key === 'Enter' && !e.shiftKey && !e.ctrlKey) {
22105
22356
  sendTextMessageActions();
22106
22357
  }
22107
- }, placeholder: "enter text to send" }) })), renderAIWidget] }))), isRecording && renderVoiceRecordProgress, !isVoiceMessage && !waitAIWidget && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__["default"], { content: renderSendIcon, onClick: function () {
22358
+ }, placeholder: "Type message" }) })), renderAIWidget] }))), isRecording && renderVoiceRecordProgress, !isVoiceMessage && !waitAIWidget && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__["default"], { content: renderSendIcon, onClick: function () {
22108
22359
  console.log('click send message');
22109
22360
  sendTextMessageActions();
22110
22361
  }, onTouch: function () {
@@ -22436,6 +22687,8 @@ __webpack_require__.r(__webpack_exports__);
22436
22687
  /* harmony import */ var _Domain_use_cases_ForwardMessagesUseCase__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../../Domain/use_cases/ForwardMessagesUseCase */ "./src/Domain/use_cases/ForwardMessagesUseCase.ts");
22437
22688
  /* harmony import */ var _Domain_use_cases_ReplyMessagesUseCase__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../../Domain/use_cases/ReplyMessagesUseCase */ "./src/Domain/use_cases/ReplyMessagesUseCase.ts");
22438
22689
  /* harmony import */ var _Data_Creator__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../../Data/Creator */ "./src/Data/Creator.ts");
22690
+ /* harmony import */ var _Data_DefaultConfigurations__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../../Data/DefaultConfigurations */ "./src/Data/DefaultConfigurations.ts");
22691
+ /* harmony import */ var _Data_source_remote_Mapper_MessageDTOMapper__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../../Data/source/remote/Mapper/MessageDTOMapper */ "./src/Data/source/remote/Mapper/MessageDTOMapper.ts");
22439
22692
  var __assign = (undefined && undefined.__assign) || function () {
22440
22693
  __assign = Object.assign || function(t) {
22441
22694
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -22511,6 +22764,8 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
22511
22764
 
22512
22765
 
22513
22766
 
22767
+
22768
+
22514
22769
 
22515
22770
 
22516
22771
 
@@ -22527,6 +22782,10 @@ function useDialogViewModel(dialogType, dialogEntity) {
22527
22782
  var _e = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(dialogEntity), dialog = _e[0], setDialog = _e[1];
22528
22783
  // const [dialogsParticipants, setDialogsParticipants] = useState<number[]>([]);
22529
22784
  var currentContext = (0,_providers_QuickBloxUIKitProvider_useQbInitializedDataContext__WEBPACK_IMPORTED_MODULE_2__["default"])();
22785
+ var QBConfig = currentContext.InitParams.qbConfig ||
22786
+ _Data_DefaultConfigurations__WEBPACK_IMPORTED_MODULE_22__.DefaultConfigurations.getDefaultQBConfig();
22787
+ var regexUserName = QBConfig.appConfig.regexUserName;
22788
+ var regex = regexUserName ? new RegExp(regexUserName) : null;
22530
22789
  var eventMessaging = (0,_providers_QuickBloxUIKitProvider_useEventMessagesRepository__WEBPACK_IMPORTED_MODULE_13__["default"])();
22531
22790
  var _f = currentContext.storage, REMOTE_DATA_SOURCE = _f.REMOTE_DATA_SOURCE, LOCAL_DATA_SOURCE = _f.LOCAL_DATA_SOURCE;
22532
22791
  var subscribeToDialogEventsUseCase = new _Domain_use_cases_SubscribeToDialogEventsUseCase__WEBPACK_IMPORTED_MODULE_12__.SubscribeToDialogEventsUseCase(eventMessaging, 'MessagesViewModel');
@@ -22589,6 +22848,12 @@ function useDialogViewModel(dialogType, dialogEntity) {
22589
22848
  console.log('have sender id:', message.sender_id);
22590
22849
  if (userDictionary) {
22591
22850
  obj.sender = userDictionary[message.sender_id];
22851
+ if (obj.sender &&
22852
+ obj.sender.full_name &&
22853
+ regex &&
22854
+ !regex.test(obj.sender.full_name)) {
22855
+ obj.sender.full_name = 'Unknown';
22856
+ }
22592
22857
  }
22593
22858
  return obj;
22594
22859
  });
@@ -22801,8 +23066,9 @@ function useDialogViewModel(dialogType, dialogEntity) {
22801
23066
  messageToSend.dialogType = dialog.type;
22802
23067
  sendMessage(messageToSend);
22803
23068
  };
22804
- var createMessageContent = function (messageBody, fileMessage) {
22805
- return "MediaContentEntity|".concat(messageBody, "|").concat(fileMessage.uid, "|").concat(fileMessage.type.toString());
23069
+ var createMessageContent = function (messageBody, fileMessage, attachmentType) {
23070
+ if (attachmentType === void 0) { attachmentType = '[Attachment]'; }
23071
+ return "MediaContentEntity|".concat(messageBody, "|").concat(fileMessage.uid, "|").concat(fileMessage.type.toString(), "|").concat(attachmentType);
22806
23072
  };
22807
23073
  var setupMessageToSend = function (fileMessage, currentUserId) {
22808
23074
  var recipientId = dialog.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_1__.DialogType["private"]
@@ -22814,7 +23080,7 @@ function useDialogViewModel(dialogType, dialogEntity) {
22814
23080
  message: messageBody,
22815
23081
  sender_id: currentUserId,
22816
23082
  recipient_id: recipientId,
22817
- dialog_type: _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_1__.DialogType.group,
23083
+ dialog_type: dialog.type || _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_1__.DialogType.group,
22818
23084
  };
22819
23085
  var messageToReturn = _Data_Creator__WEBPACK_IMPORTED_MODULE_21__.Creator.createMessageEntity(messageEntityParams);
22820
23086
  var attachments = [
@@ -23033,7 +23299,7 @@ function useDialogViewModel(dialogType, dialogEntity) {
23033
23299
  });
23034
23300
  }); };
23035
23301
  var sendReplyMessages = function (replyData) { return __awaiter(_this, void 0, void 0, function () {
23036
- var currentUserId, messageEntityParams, relatedMessage, isOperationSuccessful, fileMessage, attachments, e_1;
23302
+ var currentUserId, messageEntityParams, relatedMessage, isOperationSuccessful, fileMessage, attachments, messagePrefix, e_1;
23037
23303
  var _a;
23038
23304
  return __generator(this, function (_b) {
23039
23305
  switch (_b.label) {
@@ -23073,6 +23339,10 @@ function useDialogViewModel(dialogType, dialogEntity) {
23073
23339
  },
23074
23340
  ];
23075
23341
  relatedMessage.attachments = attachments;
23342
+ messagePrefix = relatedMessage.message.includes(_Data_source_remote_Mapper_MessageDTOMapper__WEBPACK_IMPORTED_MODULE_23__.MessageDTOMapper.REPLY_MESSAGE_PREFIX)
23343
+ ? fileMessage.name || 'Replied message'
23344
+ : relatedMessage.message;
23345
+ relatedMessage.message = createMessageContent(messagePrefix, fileMessage, _Data_source_remote_Mapper_MessageDTOMapper__WEBPACK_IMPORTED_MODULE_23__.MessageDTOMapper.REPLY_MESSAGE_PREFIX);
23076
23346
  return [4 /*yield*/, replyMessage(replyData.messagesToReply, relatedMessage)];
23077
23347
  case 3:
23078
23348
  _b.sent();
@@ -23204,31 +23474,26 @@ __webpack_require__.r(__webpack_exports__);
23204
23474
  /* harmony import */ var _DialogInfo_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./DialogInfo.scss */ "./src/Presentation/Views/DialogInfo/DialogInfo.scss");
23205
23475
  /* harmony import */ var _components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../components/containers/ColumnContainer/ColumnContainer */ "./src/Presentation/components/containers/ColumnContainer/ColumnContainer.tsx");
23206
23476
  /* harmony import */ var _components_UI_svgs_Icons_Navigation_Close__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Close */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Close/index.tsx");
23207
- /* harmony import */ var _components_UI_svgs_Icons_Toggle_NotifyOn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Toggle/NotifyOn */ "./src/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.tsx");
23208
- /* harmony import */ var _components_UI_Elements_SwitchButton_SwitchButton__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../components/UI/Elements/SwitchButton/SwitchButton */ "./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.tsx");
23209
- /* harmony import */ var _components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Contents/GroupChat */ "./src/Presentation/components/UI/svgs/Icons/Contents/GroupChat/index.tsx");
23210
- /* harmony import */ var _components_UI_svgs_Icons_Navigation_Search__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Search */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Search/index.tsx");
23211
- /* harmony import */ var _UsersList_UsersList__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./UsersList/UsersList */ "./src/Presentation/Views/DialogInfo/UsersList/UsersList.tsx");
23212
- /* harmony import */ var _UsersList_useUsersListViewModel__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./UsersList/useUsersListViewModel */ "./src/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.ts");
23213
- /* harmony import */ var _components_UI_Placeholders_ErrorComponent_ErrorComponent__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../components/UI/Placeholders/ErrorComponent/ErrorComponent */ "./src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.tsx");
23214
- /* harmony import */ var _components_UI_Placeholders_LoaderComponent_LoaderComponent__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../components/UI/Placeholders/LoaderComponent/LoaderComponent */ "./src/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.tsx");
23215
- /* harmony import */ var _components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../components/UI/svgs/ActiveSvg/ActiveSvg */ "./src/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.tsx");
23216
- /* harmony import */ var _components_UI_svgs_Icons_Navigation_Leave__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Leave */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Leave/index.tsx");
23217
- /* harmony import */ var _components_UI_svgs_Icons_Navigation_Next__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Next */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Next/index.tsx");
23218
- /* harmony import */ var _components_UI_svgs_Icons_Navigation_Down__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Down */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Down/index.tsx");
23219
- /* harmony import */ var _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../../Domain/entity/DialogTypes */ "./src/Domain/entity/DialogTypes.ts");
23220
- /* harmony import */ var _components_UI_svgs_Icons_Contents_PublicChannel__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Contents/PublicChannel */ "./src/Presentation/components/UI/svgs/Icons/Contents/PublicChannel/index.tsx");
23221
- /* harmony import */ var _components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Contents/User */ "./src/Presentation/components/UI/svgs/Icons/Contents/User/index.tsx");
23222
- /* harmony import */ var _components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../components/UI/Buttons/ActiveButton/ActiveButton */ "./src/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.tsx");
23223
- /* harmony import */ var _providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../providers/ModalContextProvider/Modal */ "./src/Presentation/providers/ModalContextProvider/Modal.tsx");
23224
- /* harmony import */ var _EditDialog_EditDialog__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../EditDialog/EditDialog */ "./src/Presentation/Views/EditDialog/EditDialog.tsx");
23225
- /* harmony import */ var _InviteMembers_InviteMembers__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../InviteMembers/InviteMembers */ "./src/Presentation/Views/InviteMembers/InviteMembers.tsx");
23226
- /* harmony import */ var _Domain_entity_PublicDialogEntity__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../../../Domain/entity/PublicDialogEntity */ "./src/Domain/entity/PublicDialogEntity.ts");
23227
- /* harmony import */ var _MembersList_MembersList__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./MembersList/MembersList */ "./src/Presentation/Views/DialogInfo/MembersList/MembersList.tsx");
23228
- /* harmony import */ var _EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ../EditDialog/UserAvatar/UserAvatar */ "./src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx");
23229
- /* harmony import */ var _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ../../components/UI/Buttons/MainButton/MainButton */ "./src/Presentation/components/UI/Buttons/MainButton/MainButton.tsx");
23230
- /* harmony import */ var _providers_QuickBloxUIKitProvider_useQbInitializedDataContext__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ../../providers/QuickBloxUIKitProvider/useQbInitializedDataContext */ "./src/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.ts");
23231
- /* harmony import */ var _Flow_LeaveDialogFlow_LeaveDialogFlow__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ../Flow/LeaveDialogFlow/LeaveDialogFlow */ "./src/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.tsx");
23477
+ /* harmony import */ var _components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Contents/GroupChat */ "./src/Presentation/components/UI/svgs/Icons/Contents/GroupChat/index.tsx");
23478
+ /* harmony import */ var _UsersList_UsersList__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./UsersList/UsersList */ "./src/Presentation/Views/DialogInfo/UsersList/UsersList.tsx");
23479
+ /* harmony import */ var _components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../components/UI/svgs/ActiveSvg/ActiveSvg */ "./src/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.tsx");
23480
+ /* harmony import */ var _components_UI_svgs_Icons_Navigation_Leave__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Leave */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Leave/index.tsx");
23481
+ /* harmony import */ var _components_UI_svgs_Icons_Navigation_Next__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Next */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Next/index.tsx");
23482
+ /* harmony import */ var _components_UI_svgs_Icons_Navigation_Down__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Down */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Down/index.tsx");
23483
+ /* harmony import */ var _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../Domain/entity/DialogTypes */ "./src/Domain/entity/DialogTypes.ts");
23484
+ /* harmony import */ var _components_UI_svgs_Icons_Contents_PublicChannel__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Contents/PublicChannel */ "./src/Presentation/components/UI/svgs/Icons/Contents/PublicChannel/index.tsx");
23485
+ /* harmony import */ var _components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Contents/User */ "./src/Presentation/components/UI/svgs/Icons/Contents/User/index.tsx");
23486
+ /* harmony import */ var _components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../components/UI/Buttons/ActiveButton/ActiveButton */ "./src/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.tsx");
23487
+ /* harmony import */ var _providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../providers/ModalContextProvider/Modal */ "./src/Presentation/providers/ModalContextProvider/Modal.tsx");
23488
+ /* harmony import */ var _EditDialog_EditDialog__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../EditDialog/EditDialog */ "./src/Presentation/Views/EditDialog/EditDialog.tsx");
23489
+ /* harmony import */ var _InviteMembers_InviteMembers__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../InviteMembers/InviteMembers */ "./src/Presentation/Views/InviteMembers/InviteMembers.tsx");
23490
+ /* harmony import */ var _Domain_entity_PublicDialogEntity__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../../Domain/entity/PublicDialogEntity */ "./src/Domain/entity/PublicDialogEntity.ts");
23491
+ /* harmony import */ var _EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../EditDialog/UserAvatar/UserAvatar */ "./src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx");
23492
+ /* harmony import */ var _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../components/UI/Buttons/MainButton/MainButton */ "./src/Presentation/components/UI/Buttons/MainButton/MainButton.tsx");
23493
+ /* harmony import */ var _providers_QuickBloxUIKitProvider_useQbInitializedDataContext__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../providers/QuickBloxUIKitProvider/useQbInitializedDataContext */ "./src/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.ts");
23494
+ /* harmony import */ var _Flow_LeaveDialogFlow_LeaveDialogFlow__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../Flow/LeaveDialogFlow/LeaveDialogFlow */ "./src/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.tsx");
23495
+ /* harmony import */ var _components_containers_SectionList_hooks__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../components/containers/SectionList/hooks */ "./src/Presentation/components/containers/SectionList/hooks/index.ts");
23496
+ /* harmony import */ var _UsersList_useUsersListViewModel__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./UsersList/useUsersListViewModel */ "./src/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.ts");
23232
23497
  var __assign = (undefined && undefined.__assign) || function () {
23233
23498
  __assign = Object.assign || function(t) {
23234
23499
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -23295,11 +23560,6 @@ var __generator = (undefined && undefined.__generator) || function (thisArg, bod
23295
23560
 
23296
23561
 
23297
23562
 
23298
-
23299
-
23300
-
23301
-
23302
-
23303
23563
 
23304
23564
 
23305
23565
 
@@ -23309,68 +23569,99 @@ var __generator = (undefined && undefined.__generator) || function (thisArg, bod
23309
23569
  // eslint-disable-next-line react/function-component-definition
23310
23570
  var DialogInfo = function (_a) {
23311
23571
  var _b, _c;
23312
- var dialog = _a.dialog, dialogViewModel = _a.dialogViewModel, onCloseDialogInformationHandler = _a.onCloseDialogInformationHandler,
23572
+ var dialog = _a.dialog, dialogViewModel = _a.dialogViewModel, onCloseDialogInformationHandler = _a.onCloseDialogInformationHandler, onShowAllMemberClick = _a.onShowAllMemberClick, _d = _a.showMembersDialogInitValue, showMembersDialogInitValue = _d === void 0 ? false : _d, users = _a.users,
23313
23573
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
23314
- _d = _a.theme,
23574
+ _e = _a.theme,
23315
23575
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
23316
- theme = _d === void 0 ? undefined : _d, _e = _a.subHeaderContent, subHeaderContent = _e === void 0 ? undefined : _e, _f = _a.upHeaderContent, upHeaderContent = _f === void 0 ? undefined : _f, _g = _a.rootStyles, rootStyles = _g === void 0 ? {} : _g;
23317
- var currentContext = (0,_providers_QuickBloxUIKitProvider_useQbInitializedDataContext__WEBPACK_IMPORTED_MODULE_28__["default"])();
23576
+ theme = _e === void 0 ? undefined : _e, _f = _a.subHeaderContent, subHeaderContent = _f === void 0 ? undefined : _f, _g = _a.upHeaderContent, upHeaderContent = _g === void 0 ? undefined : _g, _h = _a.rootStyles, rootStyles = _h === void 0 ? {} : _h;
23577
+ var currentContext = (0,_providers_QuickBloxUIKitProvider_useQbInitializedDataContext__WEBPACK_IMPORTED_MODULE_21__["default"])();
23318
23578
  var currentUserId =
23319
23579
  // eslint-disable-next-line @typescript-eslint/no-unsafe-call
23320
23580
  (_b = currentContext.storage.REMOTE_DATA_SOURCE.authInformation) === null || _b === void 0 ? void 0 : _b.userId.toString();
23321
- var handleModal = react__WEBPACK_IMPORTED_MODULE_1___default().useContext(_providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_21__.ModalContext).handleModal;
23322
- var userViewModel = (0,_UsersList_useUsersListViewModel__WEBPACK_IMPORTED_MODULE_10__["default"])(dialog);
23323
- var _h = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), showMembersDialog = _h[0], setShowMembersDialog = _h[1];
23324
- var _j = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), isAllMembersShow = _j[0], setIsAllMembersShow = _j[1];
23325
- (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
23326
- console.log('HAVE NEW DIALOG');
23327
- if (dialog === undefined && onCloseDialogInformationHandler) {
23328
- console.log('HAVE UNDEFINED NEW DIALOG');
23329
- onCloseDialogInformationHandler();
23330
- return;
23331
- }
23332
- userViewModel.entity = dialogViewModel.entity;
23333
- setShowMembersDialog(false);
23334
- }, [dialog, dialogViewModel.entity]);
23581
+ var handleModal = react__WEBPACK_IMPORTED_MODULE_1___default().useContext(_providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_15__.ModalContext).handleModal;
23582
+ var _j = react__WEBPACK_IMPORTED_MODULE_1___default().useState(showMembersDialogInitValue), showMembersDialog = _j[0], setShowMembersDialog = _j[1];
23583
+ var isMobile = (0,_components_containers_SectionList_hooks__WEBPACK_IMPORTED_MODULE_23__.useMobileLayout)()[0];
23335
23584
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
23336
- // eslint-disable-next-line @typescript-eslint/no-unsafe-call
23337
- userViewModel.getUsers();
23338
- }, [userViewModel.entity]);
23339
- (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
23340
- console.log('users list has changed in DialogInfo:');
23341
- console.log(userViewModel.users);
23342
- }, [userViewModel.users]);
23343
- var searchDialogHandler = function () {
23344
- console.log('searchDialogHandler');
23345
- };
23585
+ setShowMembersDialog(showMembersDialogInitValue);
23586
+ }, [showMembersDialogInitValue]);
23587
+ // const searchDialogHandler = () => {
23588
+ // console.log('searchDialogHandler');
23589
+ // };
23346
23590
  var closeModal = function () {
23347
23591
  handleModal(false, '', '', false, false);
23348
23592
  };
23349
23593
  var leaveDialogHandler = function () {
23350
- handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Flow_LeaveDialogFlow_LeaveDialogFlow__WEBPACK_IMPORTED_MODULE_29__["default"], { dialog: ((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog), dialogsViewModel: dialogViewModel }), 'Leave dialog?', false, true);
23594
+ handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Flow_LeaveDialogFlow_LeaveDialogFlow__WEBPACK_IMPORTED_MODULE_22__["default"], { dialog: ((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog), dialogsViewModel: dialogViewModel }), 'Leave dialog?', false, true);
23351
23595
  };
23352
23596
  var showMembersDialogHandler = function () {
23353
23597
  setShowMembersDialog(!showMembersDialog);
23354
23598
  };
23599
+ var userViewModel = (0,_UsersList_useUsersListViewModel__WEBPACK_IMPORTED_MODULE_24__["default"])(dialog);
23600
+ var _k = react__WEBPACK_IMPORTED_MODULE_1___default().useState(''), dialogAvatarUrl = _k[0], setDialogAvatarUrl = _k[1];
23601
+ var getUserAvatarByUid = function () { return __awaiter(void 0, void 0, void 0, function () {
23602
+ var result, participants, senderUser;
23603
+ return __generator(this, function (_a) {
23604
+ switch (_a.label) {
23605
+ case 0:
23606
+ result = '';
23607
+ participants = (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) &&
23608
+ (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity.type) === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType["private"]
23609
+ ? [
23610
+ (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity)
23611
+ .participantId,
23612
+ ]
23613
+ : [];
23614
+ return [4 /*yield*/, userViewModel.getUserById(participants[0])];
23615
+ case 1:
23616
+ senderUser = _a.sent();
23617
+ result = (senderUser === null || senderUser === void 0 ? void 0 : senderUser.photo) || '';
23618
+ return [2 /*return*/, result];
23619
+ }
23620
+ });
23621
+ }); };
23622
+ function getDialogPhotoFileForPreview() {
23623
+ return __awaiter(this, void 0, void 0, function () {
23624
+ var tmpFileUrl;
23625
+ return __generator(this, function (_a) {
23626
+ switch (_a.label) {
23627
+ case 0: return [4 /*yield*/, getUserAvatarByUid()];
23628
+ case 1:
23629
+ tmpFileUrl = _a.sent();
23630
+ if (tmpFileUrl && tmpFileUrl.length > 0) {
23631
+ setDialogAvatarUrl(tmpFileUrl);
23632
+ }
23633
+ return [2 /*return*/];
23634
+ }
23635
+ });
23636
+ });
23637
+ }
23638
+ (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
23639
+ getDialogPhotoFileForPreview();
23640
+ return function () {
23641
+ if (dialogAvatarUrl) {
23642
+ URL.revokeObjectURL(dialogAvatarUrl);
23643
+ }
23644
+ };
23645
+ }, []);
23355
23646
  // eslint-disable-next-line consistent-return
23356
23647
  var renderIconForTypeDialog = function (dialogEntity) {
23357
23648
  console.log(JSON.stringify(dialogEntity));
23358
- if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__.DialogType.group) {
23649
+ if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType.group) {
23359
23650
  var groupDialogEntity = dialogEntity;
23360
23651
  if (groupDialogEntity.photo) {
23361
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_26__["default"], { urlAvatar: groupDialogEntity.photo, iconTheme: { width: '81px', height: '81px' } }));
23652
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_19__["default"], { urlAvatar: groupDialogEntity.photo, iconTheme: { width: '81px', height: '81px' } }));
23362
23653
  }
23363
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-default-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_7__["default"], { width: "51", height: "51", color: "var(--secondary-text)" }) })) })) })));
23654
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-default-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_5__["default"], { width: "51", height: "51", color: "var(--secondary-text)" }) })) })) })));
23364
23655
  }
23365
- if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__.DialogType["private"]) {
23366
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-default-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_19__["default"], { width: "51", height: "51", color: "var(--secondary-text)" }) })) })) })));
23656
+ if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType["private"]) {
23657
+ return dialogAvatarUrl ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_19__["default"], { urlAvatar: dialogAvatarUrl, iconTheme: { width: '81px', height: '81px' } })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-default-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_13__["default"], { width: "51", height: "51", color: "var(--secondary-text)" }) })) })) })));
23367
23658
  }
23368
- if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__.DialogType["public"]) {
23659
+ if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType["public"]) {
23369
23660
  var publicDialogEntity = dialogEntity;
23370
23661
  if (publicDialogEntity.photo) {
23371
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_26__["default"], { urlAvatar: publicDialogEntity.photo, iconTheme: { width: '81px', height: '81px' } }));
23662
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_19__["default"], { urlAvatar: publicDialogEntity.photo, iconTheme: { width: '81px', height: '81px' } }));
23372
23663
  }
23373
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-default-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_PublicChannel__WEBPACK_IMPORTED_MODULE_18__["default"], { width: "51", height: "51", color: "var(--secondary-text)" }) })) })) })));
23664
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-default-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-profile-avatar-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_PublicChannel__WEBPACK_IMPORTED_MODULE_12__["default"], { width: "51", height: "51", color: "var(--secondary-text)" }) })) })) })));
23374
23665
  }
23375
23666
  };
23376
23667
  function executeUpdateActions(params) {
@@ -23422,20 +23713,20 @@ var DialogInfo = function (_a) {
23422
23713
  });
23423
23714
  };
23424
23715
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
23425
- var _k = react__WEBPACK_IMPORTED_MODULE_1___default().useState(document.documentElement.getAttribute('data-theme')), themeName = _k[0], setThemeName = _k[1];
23716
+ var _l = react__WEBPACK_IMPORTED_MODULE_1___default().useState(document.documentElement.getAttribute('data-theme')), themeName = _l[0], setThemeName = _l[1];
23426
23717
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
23427
23718
  var changeThemeActions = function () {
23428
23719
  setThemeName(document.documentElement.getAttribute('data-theme'));
23429
23720
  };
23430
23721
  var getUrlAvatar = function (dialogEntity) {
23431
23722
  switch (dialogEntity.type) {
23432
- case _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__.DialogType.group:
23723
+ case _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType.group:
23433
23724
  return dialogEntity.photo || undefined;
23434
23725
  break;
23435
- case _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__.DialogType["public"]:
23726
+ case _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType["public"]:
23436
23727
  return dialogEntity.photo || undefined;
23437
23728
  break;
23438
- case _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__.DialogType["private"]:
23729
+ case _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType["private"]:
23439
23730
  return undefined;
23440
23731
  break;
23441
23732
  default:
@@ -23445,25 +23736,26 @@ var DialogInfo = function (_a) {
23445
23736
  };
23446
23737
  var useSubContent = subHeaderContent || false;
23447
23738
  var useUpContent = upHeaderContent || false;
23448
- return isAllMembersShow ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_MembersList_MembersList__WEBPACK_IMPORTED_MODULE_25__["default"], { closeInformationHandler: function () {
23449
- setIsAllMembersShow(false);
23450
- }, members: userViewModel.users })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-container", style: __assign({}, rootStyles) }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { children: [useUpContent && upHeaderContent, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "header-dialog-info" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "header-dialog-info-headline" }, { children: "Dialog information" })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "header-dialog-info-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_13__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Close__WEBPACK_IMPORTED_MODULE_4__["default"], { applyZoom: true, color: "var(--secondary-elements)" }), onClick: onCloseDialogInformationHandler }) }))] })), useSubContent && subHeaderContent, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-information-profile" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-profile-avatar" }, { children: renderIconForTypeDialog((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-profile-dialog-name" }, { children: ((_c = dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) === null || _c === void 0 ? void 0 : _c.name) || (dialog === null || dialog === void 0 ? void 0 : dialog.name) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-profile-edit" }, { children: dialog.type !== _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__.DialogType["private"] &&
23451
- dialog.ownerId === currentUserId ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-profile-edit-button" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_20__["default"], { content: "Edit", clickAction: function () {
23452
- handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_EditDialog__WEBPACK_IMPORTED_MODULE_22__["default"], { nameDialog: (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity.name) || dialog.name, typeDialog: (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity.type) || dialog.type, ulrIcon: getUrlAvatar((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog), typeAddEditDialog: _EditDialog_EditDialog__WEBPACK_IMPORTED_MODULE_22__.TypeOpenDialog.edit, clickUpdatedHandler: getDialogUpdatedInfoHandler, clickCancelHandler: closeModal }), 'Edit dialog', false, false);
23739
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: __assign({}, rootStyles), className: "dialog-information-container" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { children: [useUpContent && upHeaderContent, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "header-dialog-info" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "header-dialog-info-headline" }, { children: "Dialog information" })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "header-dialog-info-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_7__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Close__WEBPACK_IMPORTED_MODULE_4__["default"], { applyZoom: true, color: "var(--secondary-elements)" }), onClick: onCloseDialogInformationHandler }) }))] })), useSubContent && subHeaderContent, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-information-profile" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-profile-avatar" }, { children: renderIconForTypeDialog((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-profile-dialog-name" }, { children: ((_c = dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) === null || _c === void 0 ? void 0 : _c.name) || (dialog === null || dialog === void 0 ? void 0 : dialog.name) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-profile-edit" }, { children: dialog.type !== _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType["private"] &&
23740
+ dialog.ownerId === currentUserId ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-information-profile-edit-button" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_14__["default"], { content: "Edit", clickAction: function () {
23741
+ handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_EditDialog__WEBPACK_IMPORTED_MODULE_16__["default"], { nameDialog: (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity.name) || dialog.name, typeDialog: (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity.type) || dialog.type, ulrIcon: getUrlAvatar((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog), typeAddEditDialog: _EditDialog_EditDialog__WEBPACK_IMPORTED_MODULE_16__.TypeOpenDialog.edit, clickUpdatedHandler: getDialogUpdatedInfoHandler, clickCancelHandler: closeModal }), 'Edit dialog', false, false, isMobile
23742
+ ? {
23743
+ width: '300px',
23744
+ backgroundColor: 'var(--main-background)',
23745
+ }
23746
+ : {
23747
+ width: '380px',
23748
+ // minWidth: '332px',
23749
+ // maxWidth: '332px',
23750
+ backgroundColor: 'var(--main-background)',
23751
+ });
23453
23752
  }, touchAction: function () {
23454
23753
  console.log('call onTouch');
23455
- } }) }))) : null }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Toggle_NotifyOn__WEBPACK_IMPORTED_MODULE_5__["default"], { width: "24", height: "24", applyZoom: true }) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-subtitle" }, { children: "Notifications" })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Elements_SwitchButton_SwitchButton__WEBPACK_IMPORTED_MODULE_6__["default"], { clickHandler: function () {
23456
- console.log('clicked SwitchButton Notifications...');
23457
- } })] })), dialog.type !== _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_17__.DialogType["private"] ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_7__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--color-icon)" }) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-subtitle" }, { children: "Members" })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings-right" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-right-badge" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-right-badge-title" }, { children: userViewModel.users.length })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_13__["default"], { content: showMembersDialog ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Down__WEBPACK_IMPORTED_MODULE_16__["default"], { applyZoom: true, width: "24", height: "24", color: "var(--secondary-elements)" })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Next__WEBPACK_IMPORTED_MODULE_15__["default"], { applyZoom: true, width: "24", height: "24", color: "var(--secondary-elements)" })), onClick: showMembersDialogHandler, onTouch: showMembersDialogHandler }) }))] }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: showMembersDialog ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { children: [(userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.loading) && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: {
23458
- height: '44px',
23459
- width: '44px',
23460
- } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Placeholders_LoaderComponent_LoaderComponent__WEBPACK_IMPORTED_MODULE_12__["default"], { width: "44", height: "44" }) }))), (userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.error) && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Placeholders_ErrorComponent_ErrorComponent__WEBPACK_IMPORTED_MODULE_11__["default"], { title: userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.error, ClickActionHandler: function () {
23461
- console.log('call retry after error...');
23462
- } })), userViewModel.users && userViewModel.users.length > 0 && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_UsersList_UsersList__WEBPACK_IMPORTED_MODULE_9__["default"], { usersFirstPageToView: userViewModel.users, allUsers: userViewModel.users, usersInDialogCount: userViewModel.users.length }) }))), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_27__["default"], { title: "Invite members", clickHandler: function () {
23463
- handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_InviteMembers_InviteMembers__WEBPACK_IMPORTED_MODULE_23__["default"], { participants: _Domain_entity_PublicDialogEntity__WEBPACK_IMPORTED_MODULE_24__.PublicDialogEntity.getParticipants((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog), applyInviteUsersHandler: function (usersForInvite,
23754
+ } }) }))) : null }))] })), dialog.type !== _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_11__.DialogType["private"] ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-contents" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_5__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--color-icon)" }) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-subtitle" }, { children: "Members" })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings-right" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-right-badge" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-right-badge-title" }, { children: users.length })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_7__["default"], { content: showMembersDialog ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Down__WEBPACK_IMPORTED_MODULE_10__["default"], { applyZoom: true, width: "24", height: "24", color: "var(--secondary-elements)" })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Next__WEBPACK_IMPORTED_MODULE_9__["default"], { applyZoom: true, width: "24", height: "24", color: "var(--secondary-elements)" })), onClick: showMembersDialogHandler }) }))] }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: showMembersDialog ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { children: [users && users.length > 0 && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings no-padding" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_UsersList_UsersList__WEBPACK_IMPORTED_MODULE_6__["default"], { maxHeight: 75, usersFirstPageToView: users, allUsers: users, usersInDialogCount: users.length }) }))), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_20__["default"], { title: "Invite members", clickHandler: function () {
23755
+ handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_InviteMembers_InviteMembers__WEBPACK_IMPORTED_MODULE_17__["default"], { participants: _Domain_entity_PublicDialogEntity__WEBPACK_IMPORTED_MODULE_18__.PublicDialogEntity.getParticipants((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog), applyInviteUsersHandler: function (usersForInvite,
23464
23756
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
23465
23757
  usersForRemove) {
23466
- var alreadyPresents = _Domain_entity_PublicDialogEntity__WEBPACK_IMPORTED_MODULE_24__.PublicDialogEntity.getParticipants((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog);
23758
+ var alreadyPresents = _Domain_entity_PublicDialogEntity__WEBPACK_IMPORTED_MODULE_18__.PublicDialogEntity.getParticipants((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) || dialog);
23467
23759
  var newParticipants = usersForInvite.filter(function (item) { return alreadyPresents.indexOf(item) < 0; });
23468
23760
  if (newParticipants.length > 0) {
23469
23761
  var dialogForUpdate = __assign(__assign({}, ((dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) ||
@@ -23494,8 +23786,8 @@ var DialogInfo = function (_a) {
23494
23786
  }
23495
23787
  }, cancelInviteMembersHandler: function () {
23496
23788
  closeModal();
23497
- }, typeAddEditDialog: _EditDialog_EditDialog__WEBPACK_IMPORTED_MODULE_22__.TypeOpenDialog.edit, typeDialog: dialog.type, idOwnerDialog: dialog.ownerId }), 'Edit dialog', false, false);
23498
- }, typeButton: _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_27__.TypeButton.outlined, disabled: dialog.ownerId !== currentUserId }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_27__["default"], { title: "See all members", typeButton: _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_27__.TypeButton.outlined, clickHandler: function () { return setIsAllMembersShow(true); } })] }))] })) : null })] })) : null, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_13__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Search__WEBPACK_IMPORTED_MODULE_8__["default"], { width: "24", height: "24", applyZoom: true }), onClick: function () { return searchDialogHandler(); }, onTouch: function () { return searchDialogHandler(); } }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-subtitle" }, { children: "Search in dialog" }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_13__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Leave__WEBPACK_IMPORTED_MODULE_14__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--error)" }), onClick: function () {
23789
+ }, typeAddEditDialog: _EditDialog_EditDialog__WEBPACK_IMPORTED_MODULE_16__.TypeOpenDialog.edit, typeDialog: dialog.type, idOwnerDialog: dialog.ownerId }), 'Edit dialog', false, false);
23790
+ }, typeButton: _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_20__.TypeButton.outlined, disabled: dialog.ownerId !== currentUserId }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_20__["default"], { title: "See all members", typeButton: _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_20__.TypeButton.outlined, clickHandler: function () { return onShowAllMemberClick(true); } })] }))] })) : null })] })) : null, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dialog-info-action-wrapper-settings" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-info-action-wrapper-settings-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_7__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Leave__WEBPACK_IMPORTED_MODULE_8__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--error)" }), onClick: function () {
23499
23791
  leaveDialogHandler();
23500
23792
  }, onTouch: function () {
23501
23793
  leaveDialogHandler();
@@ -23551,9 +23843,9 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
23551
23843
 
23552
23844
  // eslint-disable-next-line react/function-component-definition
23553
23845
  var MembersList = function (_a) {
23554
- var closeInformationHandler = _a.closeInformationHandler, members = _a.members;
23555
- var _b = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), userNameForFilter = _b[0], setUserNameForFilter = _b[1];
23556
- var _c = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(__spreadArray([], members, true)), membersListFilter = _c[0], setMembersListFilter = _c[1];
23846
+ var closeInformationHandler = _a.closeInformationHandler, members = _a.members, _b = _a.maxHeight, maxHeight = _b === void 0 ? 0 : _b;
23847
+ var _c = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), userNameForFilter = _c[0], setUserNameForFilter = _c[1];
23848
+ var _d = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(__spreadArray([], members, true)), membersListFilter = _d[0], setMembersListFilter = _d[1];
23557
23849
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
23558
23850
  if (userNameForFilter.length >= 3) {
23559
23851
  var newFilteredMembers = members.filter(function (item) {
@@ -23571,7 +23863,7 @@ var MembersList = function (_a) {
23571
23863
  }, [userNameForFilter]);
23572
23864
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "members-container" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "members-container-header" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "members-container-header-left" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-header-left-headline" }, { children: "Members" })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-header-left-headline-badge" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-header-left-headline-badge-value" }, { children: members.length })) }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-header-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_3__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Close__WEBPACK_IMPORTED_MODULE_4__["default"], { width: "24px", height: "24px", applyZoom: true, color: "var(--secondary-elements)" }), onClick: closeInformationHandler }) }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-search" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-search-text-field" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "members-container-search-text-field-f" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "members-container-search-text-field-f-left" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-search-text-field-f-left-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Search__WEBPACK_IMPORTED_MODULE_5__["default"], { applyZoom: true, width: "24", height: "24", color: "var(--tertiary-elements)" }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-search-text-field-f-left-input" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { type: "text", value: userNameForFilter, onChange: function (event) {
23573
23865
  setUserNameForFilter(event.target.value);
23574
- }, placeholder: "Search" }) }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "members-container-search-text-field-f-right" })] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-members-list-wrapper" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_UsersList_UsersList__WEBPACK_IMPORTED_MODULE_6__["default"], { usersFirstPageToView: __spreadArray([], membersListFilter, true), allUsers: __spreadArray([], membersListFilter, true), usersInDialogCount: membersListFilter.length }) }))] })));
23866
+ }, placeholder: "Search" }) }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "members-container-search-text-field-f-right" })] })) })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "members-container-members-list-wrapper" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_UsersList_UsersList__WEBPACK_IMPORTED_MODULE_6__["default"], { maxHeight: maxHeight, usersFirstPageToView: __spreadArray([], membersListFilter, true), allUsers: __spreadArray([], membersListFilter, true), usersInDialogCount: membersListFilter.length }) }))] })));
23575
23867
  };
23576
23868
  /* harmony default export */ __webpack_exports__["default"] = (MembersList);
23577
23869
 
@@ -23589,6 +23881,7 @@ __webpack_require__.r(__webpack_exports__);
23589
23881
  /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
23590
23882
  /* harmony import */ var _SingleUser_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./SingleUser.scss */ "./src/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.scss");
23591
23883
  /* harmony import */ var _components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../components/UI/svgs/Icons/Contents/User */ "./src/Presentation/components/UI/svgs/Icons/Contents/User/index.tsx");
23884
+ /* harmony import */ var _EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../EditDialog/UserAvatar/UserAvatar */ "./src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx");
23592
23885
  var __assign = (undefined && undefined.__assign) || function () {
23593
23886
  __assign = Object.assign || function(t) {
23594
23887
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -23603,10 +23896,40 @@ var __assign = (undefined && undefined.__assign) || function () {
23603
23896
 
23604
23897
 
23605
23898
 
23899
+
23606
23900
  // eslint-disable-next-line react/function-component-definition,@typescript-eslint/no-unused-vars
23607
23901
  var UserSingle = function (_a) {
23902
+ // const [dialogAvatarUrl, setDialogAvatarUrl] = React.useState('');
23903
+ // const getUserAvatarUid = () => {
23904
+ // let result = '';
23905
+ //
23906
+ // result = user?.blob_id || '';
23907
+ //
23908
+ // return result;
23909
+ // };
23910
+ //
23911
+ // async function getDialogPhotoFileForPreview() {
23912
+ // const fileUid: string = getUserAvatarUid();
23913
+ //
23914
+ // if (fileUid && fileUid.length > 0) {
23915
+ // let tmpFileUrl: string = fileUid && QB.content.privateUrl(fileUid);
23916
+ // const { blobFile } = await Creator.createBlobFromUrl(tmpFileUrl);
23917
+ //
23918
+ // tmpFileUrl = blobFile ? URL.createObjectURL(blobFile) : tmpFileUrl || '';
23919
+ // setDialogAvatarUrl(tmpFileUrl);
23920
+ // }
23921
+ // }
23922
+ // useEffect(() => {
23923
+ // getDialogPhotoFileForPreview();
23924
+ //
23925
+ // return () => {
23926
+ // if (dialogAvatarUrl) {
23927
+ // URL.revokeObjectURL(dialogAvatarUrl);
23928
+ // }
23929
+ // };
23930
+ // }, []);
23608
23931
  var user = _a.user, keyValue = _a.keyValue;
23609
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "list-single-user" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "list-single-user-avatar" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "list-single-user-avatar-rectangle" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "list-single-user-avatar-ellipse" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "list-single-user-contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_2__["default"], { width: "26", height: "26", applyZoom: true, color: "var(--tertiary-elements)" }) }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "list-single-user-subtitle" }, { children: (user === null || user === void 0 ? void 0 : user.full_name) || (user === null || user === void 0 ? void 0 : user.login) || (user === null || user === void 0 ? void 0 : user.email) || (user === null || user === void 0 ? void 0 : user.id) }))] })));
23932
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "list-single-user" }, { children: [user.photo ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_3__["default"], { urlAvatar: user.photo, iconTheme: { width: '41px', height: '41px' } })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "list-single-user-avatar" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "list-single-user-avatar-rectangle" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "list-single-user-avatar-ellipse" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "list-single-user-contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_2__["default"], { width: "26", height: "26", applyZoom: true, color: "var(--tertiary-elements)" }) }))] }))), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "list-single-user-subtitle" }, { children: (user === null || user === void 0 ? void 0 : user.full_name) || (user === null || user === void 0 ? void 0 : user.login) || (user === null || user === void 0 ? void 0 : user.email) || (user === null || user === void 0 ? void 0 : user.id) }))] })));
23610
23933
  };
23611
23934
  /* harmony default export */ __webpack_exports__["default"] = (UserSingle);
23612
23935
 
@@ -23643,9 +23966,9 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
23643
23966
 
23644
23967
  // eslint-disable-next-line react/function-component-definition
23645
23968
  var UsersList = function (_a) {
23646
- var usersFirstPageToView = _a.usersFirstPageToView, allUsers = _a.allUsers, _b = _a.usersInDialogCount, usersInDialogCount = _b === void 0 ? 0 : _b;
23647
- var _c = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), hasMore = _c[0], setHasMore = _c[1];
23648
- var _d = react__WEBPACK_IMPORTED_MODULE_1___default().useState(__spreadArray([], usersFirstPageToView, true)), usersToView = _d[0], setUsersToView = _d[1];
23969
+ var usersFirstPageToView = _a.usersFirstPageToView, allUsers = _a.allUsers, _b = _a.usersInDialogCount, usersInDialogCount = _b === void 0 ? 0 : _b, _c = _a.maxHeight, maxHeight = _c === void 0 ? 0 : _c;
23970
+ var _d = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), hasMore = _d[0], setHasMore = _d[1];
23971
+ var _e = react__WEBPACK_IMPORTED_MODULE_1___default().useState(__spreadArray([], usersFirstPageToView, true)), usersToView = _e[0], setUsersToView = _e[1];
23649
23972
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
23650
23973
  setUsersToView(__spreadArray([], usersFirstPageToView, true));
23651
23974
  }, [usersFirstPageToView, allUsers]);
@@ -23668,7 +23991,8 @@ var UsersList = function (_a) {
23668
23991
  });
23669
23992
  }
23670
23993
  };
23671
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_containers_ScrollableContainer_ScrollableContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { data: usersToView, renderItem: renderUserComponent, onEndReached: fetchMoreData, onEndReachedThreshold: 0.8, refreshing: false }));
23994
+ var rootStyles = maxHeight > 0 ? { maxHeight: "".concat(maxHeight, "px") } : {};
23995
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_containers_ScrollableContainer_ScrollableContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { rootStyles: rootStyles, data: usersToView, renderItem: renderUserComponent, onEndReached: fetchMoreData, onEndReachedThreshold: 0.8, refreshing: false }));
23672
23996
  };
23673
23997
  /* harmony default export */ __webpack_exports__["default"] = (UsersList);
23674
23998
 
@@ -23692,6 +24016,7 @@ __webpack_require__.r(__webpack_exports__);
23692
24016
  /* harmony import */ var _Domain_use_cases_GetUsersByIdsUseCase__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../Domain/use_cases/GetUsersByIdsUseCase */ "./src/Domain/use_cases/GetUsersByIdsUseCase.ts");
23693
24017
  /* harmony import */ var _Data_repository_UsersRepository__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../Data/repository/UsersRepository */ "./src/Data/repository/UsersRepository.ts");
23694
24018
  /* harmony import */ var _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../Domain/entity/DialogTypes */ "./src/Domain/entity/DialogTypes.ts");
24019
+ /* harmony import */ var _Data_DefaultConfigurations__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../Data/DefaultConfigurations */ "./src/Data/DefaultConfigurations.ts");
23695
24020
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
23696
24021
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
23697
24022
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -23742,6 +24067,7 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
23742
24067
 
23743
24068
 
23744
24069
 
24070
+
23745
24071
  function useUsersListViewModel(dialogEntity) {
23746
24072
  console.log('create useUsersListViewModel');
23747
24073
  var _a = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false), loading = _a[0], setLoading = _a[1];
@@ -23749,40 +24075,91 @@ function useUsersListViewModel(dialogEntity) {
23749
24075
  var _c = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)([]), users = _c[0], setUsers = _c[1];
23750
24076
  var _d = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(dialogEntity), dialog = _d[0], setDialog = _d[1];
23751
24077
  var currentContext = (0,_providers_QuickBloxUIKitProvider_useQbInitializedDataContext__WEBPACK_IMPORTED_MODULE_1__["default"])();
24078
+ var QBConfig = currentContext.InitParams.qbConfig ||
24079
+ _Data_DefaultConfigurations__WEBPACK_IMPORTED_MODULE_5__.DefaultConfigurations.getDefaultQBConfig();
24080
+ var regexUserName = QBConfig.appConfig.regexUserName;
24081
+ var regex = regexUserName ? new RegExp(regexUserName) : null;
24082
+ function logData(message, data) {
24083
+ console.log("".concat(message, " :"), JSON.stringify(data));
24084
+ }
24085
+ function handleSuccessfulFetch(participants, data) {
24086
+ logData('have getUsers', data);
24087
+ logData('have idis', participants);
24088
+ setUsers(__spreadArray([], data, true));
24089
+ setLoading(false);
24090
+ setError('');
24091
+ }
24092
+ function handleFailedFetch(errorMessage) {
24093
+ logData('have ERROR get users', errorMessage);
24094
+ setLoading(false);
24095
+ setError(errorMessage);
24096
+ }
24097
+ function getUsersData(participants) {
24098
+ return __awaiter(this, void 0, void 0, function () {
24099
+ var usersRepository, getUsersByIdsUseCase, data;
24100
+ return __generator(this, function (_a) {
24101
+ switch (_a.label) {
24102
+ case 0:
24103
+ usersRepository = new _Data_repository_UsersRepository__WEBPACK_IMPORTED_MODULE_3__["default"](currentContext.storage.LOCAL_DATA_SOURCE, currentContext.storage.REMOTE_DATA_SOURCE);
24104
+ getUsersByIdsUseCase = new _Domain_use_cases_GetUsersByIdsUseCase__WEBPACK_IMPORTED_MODULE_2__.GetUsersByIdsUseCase(usersRepository, participants);
24105
+ return [4 /*yield*/, getUsersByIdsUseCase.execute()];
24106
+ case 1:
24107
+ data = _a.sent();
24108
+ return [2 /*return*/, data];
24109
+ }
24110
+ });
24111
+ });
24112
+ }
24113
+ function fetchUsersData(participants) {
24114
+ return __awaiter(this, void 0, void 0, function () {
24115
+ var data, tmpItems, i, u, regexResult, er_1, errorMessage;
24116
+ return __generator(this, function (_a) {
24117
+ switch (_a.label) {
24118
+ case 0:
24119
+ setLoading(true);
24120
+ _a.label = 1;
24121
+ case 1:
24122
+ _a.trys.push([1, 3, , 4]);
24123
+ return [4 /*yield*/, getUsersData(participants)];
24124
+ case 2:
24125
+ data = _a.sent();
24126
+ tmpItems = [];
24127
+ for (i = 0; i < data.length; i += 1) {
24128
+ u = data[i];
24129
+ regexResult = u.full_name && regex && regex.test(u.full_name);
24130
+ if (!regexResult) {
24131
+ u.full_name = 'Unknown';
24132
+ }
24133
+ tmpItems.push(u);
24134
+ }
24135
+ //
24136
+ handleSuccessfulFetch(participants, tmpItems);
24137
+ return [3 /*break*/, 4];
24138
+ case 3:
24139
+ er_1 = _a.sent();
24140
+ errorMessage = er_1.message;
24141
+ handleFailedFetch(errorMessage);
24142
+ return [3 /*break*/, 4];
24143
+ case 4: return [2 /*return*/];
24144
+ }
24145
+ });
24146
+ });
24147
+ }
23752
24148
  function getUsers() {
23753
24149
  return __awaiter(this, void 0, void 0, function () {
23754
- var participants, initAllUsersByIdsUseCase;
24150
+ var participants;
23755
24151
  return __generator(this, function (_a) {
23756
24152
  switch (_a.label) {
23757
24153
  case 0:
23758
24154
  console.log('call getUsers in useUsersListViewModel');
23759
- participants = [];
23760
- if (dialog && (dialog === null || dialog === void 0 ? void 0 : dialog.type) === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_4__.DialogType.group) {
23761
- participants = dialog.participantIds;
23762
- }
23763
- else if (dialog && (dialog === null || dialog === void 0 ? void 0 : dialog.type) === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_4__.DialogType["private"]) {
23764
- participants = [dialog.participantId];
23765
- }
23766
- else if (dialog && (dialog === null || dialog === void 0 ? void 0 : dialog.type) === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_4__.DialogType["public"]) {
23767
- participants = [];
23768
- }
23769
- setLoading(true);
23770
- initAllUsersByIdsUseCase = new _Domain_use_cases_GetUsersByIdsUseCase__WEBPACK_IMPORTED_MODULE_2__.GetUsersByIdsUseCase(new _Data_repository_UsersRepository__WEBPACK_IMPORTED_MODULE_3__["default"](currentContext.storage.LOCAL_DATA_SOURCE, currentContext.storage.REMOTE_DATA_SOURCE), participants);
23771
- return [4 /*yield*/, initAllUsersByIdsUseCase
23772
- .execute()
23773
- // eslint-disable-next-line promise/always-return
23774
- .then(function (data) {
23775
- console.log('have getUsers :', JSON.stringify(data));
23776
- console.log('have idis :', JSON.stringify(participants));
23777
- setUsers(__spreadArray([], data, true));
23778
- setLoading(false);
23779
- setError('');
23780
- })
23781
- .catch(function (e) {
23782
- console.log('have ERROR get users :', JSON.stringify(e));
23783
- setLoading(false);
23784
- setError(e.message);
23785
- })];
24155
+ participants =
24156
+ // eslint-disable-next-line no-nested-ternary
24157
+ (dialog === null || dialog === void 0 ? void 0 : dialog.type) === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_4__.DialogType.group
24158
+ ? dialog.participantIds
24159
+ : (dialog === null || dialog === void 0 ? void 0 : dialog.type) === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_4__.DialogType["private"]
24160
+ ? [dialog.participantId]
24161
+ : [];
24162
+ return [4 /*yield*/, fetchUsersData(participants)];
23786
24163
  case 1:
23787
24164
  _a.sent();
23788
24165
  console.log('EXECUTE USE CASES getUsers');
@@ -23791,6 +24168,19 @@ function useUsersListViewModel(dialogEntity) {
23791
24168
  });
23792
24169
  });
23793
24170
  }
24171
+ function getUserById(id) {
24172
+ return __awaiter(this, void 0, void 0, function () {
24173
+ var response;
24174
+ return __generator(this, function (_a) {
24175
+ switch (_a.label) {
24176
+ case 0: return [4 /*yield*/, getUsersData([id])];
24177
+ case 1:
24178
+ response = _a.sent();
24179
+ return [2 /*return*/, Promise.resolve(response[0])];
24180
+ }
24181
+ });
24182
+ });
24183
+ }
23794
24184
  var release = function () {
23795
24185
  console.log('call release in useUsersListViewModel');
23796
24186
  };
@@ -23806,6 +24196,7 @@ function useUsersListViewModel(dialogEntity) {
23806
24196
  error: error,
23807
24197
  // eslint-disable-next-line @typescript-eslint/no-misused-promises
23808
24198
  getUsers: getUsers,
24199
+ getUserById: getUserById,
23809
24200
  release: release,
23810
24201
  };
23811
24202
  }
@@ -23834,9 +24225,10 @@ __webpack_require__.r(__webpack_exports__);
23834
24225
  /* harmony import */ var _DialogListHeader_DialogListHeader__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../DialogListHeader/DialogListHeader */ "./src/Presentation/Views/DialogListHeader/DialogListHeader.tsx");
23835
24226
  /* harmony import */ var _providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../providers/ModalContextProvider/Modal */ "./src/Presentation/providers/ModalContextProvider/Modal.tsx");
23836
24227
  /* harmony import */ var _Flow_CreateDialogFlow_CreateNewDialogFlow__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../Flow/CreateDialogFlow/CreateNewDialogFlow */ "./src/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.tsx");
23837
- /* harmony import */ var _utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../utils/DateTimeFormatter */ "./src/utils/DateTimeFormatter.ts");
23838
- /* harmony import */ var _components_UI_svgs_Icons_Navigation_Search__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Search */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Search/index.tsx");
23839
- /* harmony import */ var _components_UI_svgs_Icons_Actions_Remove__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Actions/Remove */ "./src/Presentation/components/UI/svgs/Icons/Actions/Remove/index.tsx");
24228
+ /* harmony import */ var _components_UI_svgs_Icons_Navigation_Search__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Navigation/Search */ "./src/Presentation/components/UI/svgs/Icons/Navigation/Search/index.tsx");
24229
+ /* harmony import */ var _components_UI_svgs_Icons_Actions_Remove__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../components/UI/svgs/Icons/Actions/Remove */ "./src/Presentation/components/UI/svgs/Icons/Actions/Remove/index.tsx");
24230
+ /* harmony import */ var _components_containers_SectionList_hooks__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../components/containers/SectionList/hooks */ "./src/Presentation/components/containers/SectionList/hooks/index.ts");
24231
+ /* harmony import */ var _utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../../utils/DateTimeFormatter */ "./src/utils/DateTimeFormatter.ts");
23840
24232
  var __assign = (undefined && undefined.__assign) || function () {
23841
24233
  __assign = Object.assign || function(t) {
23842
24234
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -23872,6 +24264,7 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
23872
24264
 
23873
24265
 
23874
24266
 
24267
+
23875
24268
  // eslint-disable-next-line react/function-component-definition
23876
24269
  var DialogList = function (_a) {
23877
24270
  var header = _a.header, subHeaderContent = _a.subHeaderContent, upHeaderContent = _a.upHeaderContent, onDialogSelectHandler = _a.onDialogSelectHandler, onLeaveDialog = _a.onLeaveDialog, dialogsViewModel = _a.dialogsViewModel, _b = _a.additionalSettings, additionalSettings = _b === void 0 ? undefined : _b, _c = _a.scrollableHeight, scrollableHeight = _c === void 0 ? 736 : _c;
@@ -23880,6 +24273,7 @@ var DialogList = function (_a) {
23880
24273
  var _e = react__WEBPACK_IMPORTED_MODULE_1___default().useState({ selectedIndex: undefined, item: undefined }), selectedItem = _e[0], setSelectedItem = _e[1];
23881
24274
  var _f = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), showSearchDialogs = _f[0], setShowSearchDialogs = _f[1];
23882
24275
  var _g = react__WEBPACK_IMPORTED_MODULE_1___default().useState(''), nameDialogForSearch = _g[0], setNameDialogForSearch = _g[1];
24276
+ var isMobile = (0,_components_containers_SectionList_hooks__WEBPACK_IMPORTED_MODULE_14__.useMobileLayout)()[0];
23883
24277
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
23884
24278
  console.log('USE EFFECT DIALOG LIST HAS CHANGED');
23885
24279
  // console.log(JSON.stringify(dialogsViewModel?.dialogs)); //todo artik changed 28.12.2023
@@ -23951,13 +24345,17 @@ var DialogList = function (_a) {
23951
24345
  setShowSearchDialogs(!showSearchDialogs);
23952
24346
  setNameDialogForSearch('');
23953
24347
  }, clickActionHandler: function () {
23954
- handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Flow_CreateDialogFlow_CreateNewDialogFlow__WEBPACK_IMPORTED_MODULE_11__["default"], { dialogsViewModel: dialogsViewModel }), 'New dialog', false, false, {
23955
- minHeight: '200px',
23956
- minWidth: '380px',
23957
- maxWidth: '380px',
23958
- backgroundColor: 'var(--main-background)',
23959
- // border: '3px solid red',
23960
- });
24348
+ handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Flow_CreateDialogFlow_CreateNewDialogFlow__WEBPACK_IMPORTED_MODULE_11__["default"], { dialogsViewModel: dialogsViewModel }), 'New dialog', false, false, isMobile
24349
+ ? {
24350
+ width: '300px',
24351
+ backgroundColor: 'var(--main-background)',
24352
+ }
24353
+ : {
24354
+ width: '380px',
24355
+ // minWidth: '332px',
24356
+ // maxWidth: '332px',
24357
+ backgroundColor: 'var(--main-background)',
24358
+ });
23961
24359
  }, theme: additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.themeHeader }));
23962
24360
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
23963
24361
  var renderPreviewDialog = function (item, index) {
@@ -23970,7 +24368,7 @@ var DialogList = function (_a) {
23970
24368
  if (Number.isNaN(dateInt)) {
23971
24369
  return formattedValue;
23972
24370
  }
23973
- formattedValue = (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_12__.getTimeShort24hFormat)(dateInt * 1000);
24371
+ formattedValue = (0,_utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_15__.getDateForDialog)(dateInt * 1000);
23974
24372
  }
23975
24373
  return formattedValue;
23976
24374
  }
@@ -24012,17 +24410,18 @@ var DialogList = function (_a) {
24012
24410
  height: '44',
24013
24411
  };
24014
24412
  var renderSearchDialogs = function () {
24015
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "search-dialog-name-input" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Search__WEBPACK_IMPORTED_MODULE_13__["default"], { applyZoom: true, width: "24", height: "24", color: "var(--tertiary-elements)" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { type: "text",
24413
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "search-dialog-name-input" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Search__WEBPACK_IMPORTED_MODULE_12__["default"], { applyZoom: true, width: "24", height: "24", color: "var(--tertiary-elements)" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { type: "text",
24016
24414
  // style={{ width: '268px' }}
24017
24415
  style: { width: '85%' }, value: nameDialogForSearch, onChange: function (event) {
24018
24416
  setNameDialogForSearch(event.target.value);
24019
24417
  }, placeholder: "Search" }), nameDialogForSearch.length > 0 ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: { cursor: 'pointer' }, onClick: function () {
24020
24418
  setNameDialogForSearch('');
24021
- } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_Remove__WEBPACK_IMPORTED_MODULE_14__["default"], { width: "24", height: "24", color: "var(--tertiary-elements)" }) }))) : null] })));
24419
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_Remove__WEBPACK_IMPORTED_MODULE_13__["default"], { width: "24", height: "24", color: "var(--tertiary-elements)" }) }))) : null] })));
24022
24420
  };
24023
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-list" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { children: [useUpContent && upHeaderContent, useHeader && HeaderContent, useSubContent && subHeaderContent, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "scroll-box", style: { maxHeight: 'initial' }, ref: function (el) {
24421
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-list" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__["default"], __assign({ maxWidth: isMobile ? '100%' : '320px' }, { children: [useUpContent && upHeaderContent, useHeader && HeaderContent, useSubContent && subHeaderContent, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "scroll-box", style: { maxHeight: 'initial', height: 'initial' }, ref: function (el) {
24024
24422
  if (el) {
24025
24423
  el.style.setProperty('max-height', "".concat(scrollableHeight, "px"), 'important');
24424
+ el.style.setProperty('height', "".concat(scrollableHeight, "px"), 'important');
24026
24425
  }
24027
24426
  } }, { children: [(dialogsViewModel === null || dialogsViewModel === void 0 ? void 0 : dialogsViewModel.loading) && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: {
24028
24427
  display: 'flex',
@@ -24046,7 +24445,7 @@ var DialogList = function (_a) {
24046
24445
  (dialogsToView && dialogsToView.length) > 0 &&
24047
24446
  dialogsToView.map(function (item, index) {
24048
24447
  return renderPreviewDialog(item, index);
24049
- })] }))] }) })));
24448
+ })] }))] })) })));
24050
24449
  };
24051
24450
  /* harmony default export */ __webpack_exports__["default"] = (DialogList);
24052
24451
 
@@ -24085,6 +24484,7 @@ __webpack_require__.r(__webpack_exports__);
24085
24484
  /* harmony import */ var _Domain_use_cases_RemoveUsersFromTheDialogUseCase__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../../Domain/use_cases/RemoveUsersFromTheDialogUseCase */ "./src/Domain/use_cases/RemoveUsersFromTheDialogUseCase.ts");
24086
24485
  /* harmony import */ var _Domain_use_cases_GetUsersByIdsUseCase__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../../Domain/use_cases/GetUsersByIdsUseCase */ "./src/Domain/use_cases/GetUsersByIdsUseCase.ts");
24087
24486
  /* harmony import */ var _Data_repository_UsersRepository__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../../Data/repository/UsersRepository */ "./src/Data/repository/UsersRepository.ts");
24487
+ /* harmony import */ var _Data_DefaultConfigurations__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../../Data/DefaultConfigurations */ "./src/Data/DefaultConfigurations.ts");
24088
24488
  var __assign = (undefined && undefined.__assign) || function () {
24089
24489
  __assign = Object.assign || function(t) {
24090
24490
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -24160,6 +24560,7 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
24160
24560
 
24161
24561
 
24162
24562
 
24563
+
24163
24564
 
24164
24565
  function useDialogListViewModel(currentContext, initPagination) {
24165
24566
  var _this = this;
@@ -24179,6 +24580,11 @@ function useDialogListViewModel(currentContext, initPagination) {
24179
24580
  var eventMessageRepository = currentContext.storage.EVENT_MESSAGE_REPOSITORY;
24180
24581
  var useCaseSubscribeToDialogsUpdates = new _Domain_use_cases_SubscribeToDialogsUpdatesUseCaseWithMock__WEBPACK_IMPORTED_MODULE_2__.SubscribeToDialogsUpdatesUseCaseWithMock(new _Data_repository_DialogsRepository__WEBPACK_IMPORTED_MODULE_3__["default"](currentContext.storage.LOCAL_DATA_SOURCE, remoteDataSourceMock));
24181
24582
  var subscribeToDialogEventsUseCase = new _Domain_use_cases_SubscribeToDialogEventsUseCase__WEBPACK_IMPORTED_MODULE_12__.SubscribeToDialogEventsUseCase(eventMessageRepository, 'DialogsViewModel');
24583
+ //
24584
+ var QBConfig = currentContext.InitParams.qbConfig ||
24585
+ _Data_DefaultConfigurations__WEBPACK_IMPORTED_MODULE_20__.DefaultConfigurations.getDefaultQBConfig();
24586
+ var regexUserName = QBConfig.appConfig.regexUserName;
24587
+ var regex = regexUserName ? new RegExp(regexUserName) : null;
24182
24588
  function getDialogs(currentPagination) {
24183
24589
  return __awaiter(this, void 0, void 0, function () {
24184
24590
  var useCaseGetAllDialogs;
@@ -24191,7 +24597,20 @@ function useDialogListViewModel(currentContext, initPagination) {
24191
24597
  useCaseGetAllDialogs = new _Domain_use_cases_GetAllDialogsUseCaseWithMock__WEBPACK_IMPORTED_MODULE_4__.GetAllDialogsUseCaseWithMock(new _Data_repository_DialogsRepository__WEBPACK_IMPORTED_MODULE_3__["default"](currentContext.storage.LOCAL_DATA_SOURCE, remoteDataSourceMock), currentPagination);
24192
24598
  return [4 /*yield*/, (useCaseGetAllDialogs === null || useCaseGetAllDialogs === void 0 ? void 0 : useCaseGetAllDialogs.execute().then(function (result) {
24193
24599
  console.log('EXECUTE COMPLETED: ', JSON.stringify(currentPagination));
24194
- setDialogs(__spreadArray([], result.ResultData, true));
24600
+ //
24601
+ var tmpItems = result.ResultData.reduce(function (acc, u) {
24602
+ var isPrivate = u.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_16__.DialogType["private"];
24603
+ var isValidName = regex && u.name && u.name.length > 0 && regex.test(u.name);
24604
+ if (isPrivate && !isValidName) {
24605
+ // eslint-disable-next-line no-param-reassign
24606
+ u.name = 'Unknown';
24607
+ }
24608
+ acc.push(u);
24609
+ return acc;
24610
+ }, []);
24611
+ //
24612
+ // setDialogs([...(result.ResultData as PublicDialogEntity[])]);
24613
+ setDialogs(__spreadArray([], tmpItems, true));
24195
24614
  setLoading(false);
24196
24615
  setPagination(result.CurrentPagination);
24197
24616
  }).catch(function (e) {
@@ -24670,7 +25089,7 @@ var EditDialog = function (_a) {
24670
25089
  cursor: typeDialog !== _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_8__.DialogType["private"] ? 'pointer' : '',
24671
25090
  } }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: typeDialog !== _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_8__.DialogType["private"] ? 'Upload' : '' }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { id: "uploadBtn", type: "file", accept: "image/*", style: { display: 'none' }, onChange: function (event) {
24672
25091
  ChangeFileHandler(event);
24673
- }, disabled: typeDialog === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_8__.DialogType["private"] })] })) }))] })), errorMessageUpload.length > 0 ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "edit-dialog-container--wrapper__upload-error" }, { children: errorMessageUpload }))) : null, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "edit-dialog-container--wrapper__dialog-name-inf" }, { children: "Dialog name" })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "edit-dialog-container--wrapper__dialog-name-input" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { type: "text", style: { width: '280px' }, value: (dialogName === null || dialogName === void 0 ? void 0 : dialogName.length) > 0 ? dialogName : undefined, onChange: function (event) { return setDialogName(event.target.value); }, placeholder: "Enter name" }) }))] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "edit-btn-container" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_containers_RowRightContainer_RowRightContainer__WEBPACK_IMPORTED_MODULE_5__["default"], { minHeightContainer: "32px", gapBetweenItem: "8px", RightContainerSize: {
25092
+ }, disabled: typeDialog === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_8__.DialogType["private"] })] })) }))] })), errorMessageUpload.length > 0 ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "edit-dialog-container--wrapper__upload-error" }, { children: errorMessageUpload }))) : null, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "edit-dialog-container--wrapper__dialog-name-inf" }, { children: "Dialog name" })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "edit-dialog-container--wrapper__dialog-name-input" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { type: "text", style: { width: '100%' }, value: (dialogName === null || dialogName === void 0 ? void 0 : dialogName.length) > 0 ? dialogName : undefined, onChange: function (event) { return setDialogName(event.target.value); }, placeholder: "Enter name" }) }))] })) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "edit-btn-container" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_containers_RowRightContainer_RowRightContainer__WEBPACK_IMPORTED_MODULE_5__["default"], { minHeightContainer: "32px", gapBetweenItem: "8px", RightContainerSize: {
24674
25093
  flexBasis: '63px',
24675
25094
  minWidth: '63px',
24676
25095
  maxWidth: '63px',
@@ -24789,7 +25208,7 @@ var __assign = (undefined && undefined.__assign) || function () {
24789
25208
  // eslint-disable-next-line react/function-component-definition,@typescript-eslint/no-unused-vars
24790
25209
  var CreateDialog = function (_a) {
24791
25210
  var createPrivateDialogClickHandler = _a.createPrivateDialogClickHandler, createPrivateDialogTouchHandler = _a.createPrivateDialogTouchHandler, createGroupDialogClickHandler = _a.createGroupDialogClickHandler, createGroupDialogTouchHandler = _a.createGroupDialogTouchHandler, createPublicDialogClickHandler = _a.createPublicDialogClickHandler, createPublicDialogTouchHandler = _a.createPublicDialogTouchHandler;
24792
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_2__["default"], __assign({ gapBetweenItem: "8px" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_6__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "create-dialog-container--btn-wrapper" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "create-dialog-container--btn-wrapper__icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_Chat__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "24", height: "24", applyZoom: true }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "create-dialog-container--btn-wrapper__text" }, { children: "Private" }))] })), clickAction: createPrivateDialogClickHandler, touchAction: createPrivateDialogTouchHandler }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_6__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "create-dialog-container--btn-wrapper" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "create-dialog-container--btn-wrapper__icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_4__["default"], { width: "32", height: "32", applyZoom: true }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "create-dialog-container--btn-wrapper__text" }, { children: "Group" }))] })), clickAction: createGroupDialogClickHandler, touchAction: createGroupDialogTouchHandler }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_6__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "create-dialog-container--btn-wrapper" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "create-dialog-container--btn-wrapper__icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_PublicChannel__WEBPACK_IMPORTED_MODULE_5__["default"], { width: "32", height: "32", applyZoom: true }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "create-dialog-container--btn-wrapper__text" }, { children: "Public" }))] })), clickAction: createPublicDialogClickHandler, touchAction: createPublicDialogTouchHandler })] })));
25211
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_2__["default"], __assign({ gapBetweenItem: "8px" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_6__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "item-type-dialog" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "item-type-dialog-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_Chat__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "24", height: "24", applyZoom: true }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "item-type-dialog-name" }, { children: "Private" }))] })), clickAction: createPrivateDialogClickHandler, touchAction: createPrivateDialogTouchHandler }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_6__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "item-type-dialog" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "item-type-dialog-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_4__["default"], { width: "32", height: "32", applyZoom: true }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "item-type-dialog-name" }, { children: "Group" }))] })), clickAction: createGroupDialogClickHandler, touchAction: createGroupDialogTouchHandler }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_ActiveButton_ActiveButton__WEBPACK_IMPORTED_MODULE_6__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "item-type-dialog" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "item-type-dialog-icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_PublicChannel__WEBPACK_IMPORTED_MODULE_5__["default"], { width: "32", height: "32", applyZoom: true }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "item-type-dialog-name" }, { children: "Public" }))] })), clickAction: createPublicDialogClickHandler, touchAction: createPublicDialogTouchHandler })] })));
24793
25212
  };
24794
25213
  /* harmony default export */ __webpack_exports__["default"] = (CreateDialog);
24795
25214
 
@@ -24985,20 +25404,7 @@ __webpack_require__.r(__webpack_exports__);
24985
25404
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
24986
25405
  /* harmony import */ var _YesNoQuestion_YesNoQuestion__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../YesNoQuestion/YesNoQuestion */ "./src/Presentation/Views/YesNoQuestion/YesNoQuestion.tsx");
24987
25406
  /* harmony import */ var _utils_parse__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../utils/parse */ "./src/utils/parse.ts");
24988
- /* harmony import */ var _components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../components/containers/ColumnContainer/ColumnContainer */ "./src/Presentation/components/containers/ColumnContainer/ColumnContainer.tsx");
24989
- /* harmony import */ var _providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../providers/ModalContextProvider/Modal */ "./src/Presentation/providers/ModalContextProvider/Modal.tsx");
24990
- var __assign = (undefined && undefined.__assign) || function () {
24991
- __assign = Object.assign || function(t) {
24992
- for (var s, i = 1, n = arguments.length; i < n; i++) {
24993
- s = arguments[i];
24994
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
24995
- t[p] = s[p];
24996
- }
24997
- return t;
24998
- };
24999
- return __assign.apply(this, arguments);
25000
- };
25001
-
25407
+ /* harmony import */ var _providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../providers/ModalContextProvider/Modal */ "./src/Presentation/providers/ModalContextProvider/Modal.tsx");
25002
25408
 
25003
25409
 
25004
25410
 
@@ -25007,24 +25413,28 @@ var __assign = (undefined && undefined.__assign) || function () {
25007
25413
  // eslint-disable-next-line react/function-component-definition
25008
25414
  var LeaveDialogFlow = function (_a) {
25009
25415
  var dialogsViewModel = _a.dialogsViewModel, dialog = _a.dialog;
25010
- var handleModal = react__WEBPACK_IMPORTED_MODULE_1___default().useContext(_providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_5__.ModalContext).handleModal;
25416
+ var handleModal = react__WEBPACK_IMPORTED_MODULE_1___default().useContext(_providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_4__.ModalContext).handleModal;
25011
25417
  var closeModal = function () {
25012
25418
  handleModal(false, '', '', false, false);
25013
25419
  };
25014
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_4__["default"], __assign({ gapBetweenItem: "8px" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_YesNoQuestion_YesNoQuestion__WEBPACK_IMPORTED_MODULE_2__["default"], { noActionCaption: "Cancel", yesActionCaption: "Leave", ClickYesActionHandler: function () {
25015
- dialogsViewModel
25016
- .deleteDialog(dialog)
25017
- .then(function (result) {
25018
- if (result)
25019
- closeModal();
25020
- return result;
25021
- })
25022
- .catch(function (e) {
25023
- console.log('exception in LeaveDialogFlow', (0,_utils_parse__WEBPACK_IMPORTED_MODULE_3__.stringifyError)(e));
25024
- });
25025
- }, ClickNoActionHandler: function () {
25026
- closeModal();
25027
- } }) })));
25420
+ return (
25421
+ // <ColumnContainer gapBetweenItem="8px">
25422
+ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_YesNoQuestion_YesNoQuestion__WEBPACK_IMPORTED_MODULE_2__["default"], { noActionCaption: "Cancel", yesActionCaption: "Leave", ClickYesActionHandler: function () {
25423
+ dialogsViewModel
25424
+ .deleteDialog(dialog)
25425
+ .then(function (result) {
25426
+ if (result)
25427
+ closeModal();
25428
+ return result;
25429
+ })
25430
+ .catch(function (e) {
25431
+ console.log('exception in LeaveDialogFlow', (0,_utils_parse__WEBPACK_IMPORTED_MODULE_3__.stringifyError)(e));
25432
+ });
25433
+ }, ClickNoActionHandler: function () {
25434
+ closeModal();
25435
+ } })
25436
+ // </ColumnContainer>
25437
+ );
25028
25438
  };
25029
25439
  /* harmony default export */ __webpack_exports__["default"] = (LeaveDialogFlow);
25030
25440
 
@@ -25186,10 +25596,10 @@ var InviteMembers = function (_a) {
25186
25596
  setUserNameForFilter(event.target.value);
25187
25597
  }, placeholder: "Search" }), userNameForFilter.length > 0 ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: { cursor: 'pointer' }, onClick: function () {
25188
25598
  setUserNameForFilter('');
25189
- } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_Remove__WEBPACK_IMPORTED_MODULE_15__["default"], { width: "24", height: "24", color: "var(--tertiary-elements)" }) }))) : null] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "container-invite-members--add-members-container--wrapper__inf" }, { children: [countSelectedItems, " selected"] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "container-invite-members--add-members-container--wrapper__members" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { children: [(userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.loading) && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: {
25190
- height: '44px',
25191
- width: '44px',
25192
- } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Placeholders_LoaderComponent_LoaderComponent__WEBPACK_IMPORTED_MODULE_7__["default"], { width: "44", height: "44" }) }))), (userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.error) && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Placeholders_ErrorComponent_ErrorComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { title: userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.error, ClickActionHandler: function () {
25599
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Actions_Remove__WEBPACK_IMPORTED_MODULE_15__["default"], { width: "24", height: "24", color: "var(--tertiary-elements)" }) }))) : null] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "container-invite-members--add-members-container--wrapper__inf" }, { children: [countSelectedItems, " selected"] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "container-invite-members--add-members-container--wrapper__members" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { children: [(userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.loading) && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "container-invite-members--add-members-container--loader" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: {
25600
+ height: '44px',
25601
+ width: '44px',
25602
+ } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Placeholders_LoaderComponent_LoaderComponent__WEBPACK_IMPORTED_MODULE_7__["default"], { width: "44", height: "44" }) })) }))), (userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.error) && !(userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.loading) && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Placeholders_ErrorComponent_ErrorComponent__WEBPACK_IMPORTED_MODULE_8__["default"], { title: userViewModel === null || userViewModel === void 0 ? void 0 : userViewModel.error, ClickActionHandler: function () {
25193
25603
  alert('call click retry');
25194
25604
  } })), userViewModel.users && userViewModel.users.length > 0 ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_containers_ScrollableContainer_ScrollableContainer__WEBPACK_IMPORTED_MODULE_11__["default"], { className: "container-invite-members--add-members-container--wrapper__members__list", data: userViewModel.users, renderItem: renderUserComponent, onEndReached: fetchMoreData, onEndReachedThreshold: 0.8, refreshing: false })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "container-invite-members--add-members-container--wrapper__members__empty-members" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_NotFoundContent_NotFoundContent__WEBPACK_IMPORTED_MODULE_14__["default"], { message: "There are no members" }) })))] }) }))] })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "container-invite-members--btn-container" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_containers_RowRightContainer_RowRightContainer__WEBPACK_IMPORTED_MODULE_4__["default"], { minHeightContainer: "32px", gapBetweenItem: "8px", RightContainerSize: {
25195
25605
  flexBasis: '63px',
@@ -25235,6 +25645,8 @@ __webpack_require__.r(__webpack_exports__);
25235
25645
  /* harmony import */ var _SingleUserWithCheckBox_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./SingleUserWithCheckBox.scss */ "./src/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.scss");
25236
25646
  /* harmony import */ var _components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../components/UI/svgs/ActiveSvg/ActiveSvg */ "./src/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.tsx");
25237
25647
  /* harmony import */ var _components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../components/UI/svgs/Icons/Contents/User */ "./src/Presentation/components/UI/svgs/Icons/Contents/User/index.tsx");
25648
+ /* harmony import */ var _components_containers_SectionList_hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../components/containers/SectionList/hooks */ "./src/Presentation/components/containers/SectionList/hooks/index.ts");
25649
+ /* harmony import */ var _EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../EditDialog/UserAvatar/UserAvatar */ "./src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx");
25238
25650
  var __assign = (undefined && undefined.__assign) || function () {
25239
25651
  __assign = Object.assign || function(t) {
25240
25652
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -25250,19 +25662,51 @@ var __assign = (undefined && undefined.__assign) || function () {
25250
25662
 
25251
25663
 
25252
25664
 
25665
+
25666
+
25253
25667
  // eslint-disable-next-line react/function-component-definition,@typescript-eslint/no-unused-vars
25254
25668
  var SingleUserWithCheckBox = function (_a) {
25255
25669
  var user = _a.user, checkedHandler = _a.checkedHandler, isElementChecked = _a.isElementChecked, keyValue = _a.keyValue, _b = _a.isDisabled, isDisabled = _b === void 0 ? false : _b;
25670
+ var isMobile = (0,_components_containers_SectionList_hooks__WEBPACK_IMPORTED_MODULE_4__.useMobileLayout)()[0];
25256
25671
  function getChecked(index) {
25257
25672
  var result = isElementChecked; // || isUserChecked;
25258
25673
  console.log(index);
25259
25674
  return result;
25260
25675
  }
25261
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "user-single-container-chbox--wrapper" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "user-single-container-chbox--wrapper__icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__["default"], { content: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "user-single-container-chbox--wrapper__icon__content" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "26", height: "26", applyZoom: true, color: "var(--tertiary-elements)" }) })), onClick: function () {
25676
+ // const [dialogAvatarUrl, setDialogAvatarUrl] = React.useState('');
25677
+ // const getUserAvatarUid = () => {
25678
+ // let result = '';
25679
+ //
25680
+ // result = user?.blob_id || '';
25681
+ //
25682
+ // return result;
25683
+ // };
25684
+ //
25685
+ // async function getDialogPhotoFileForPreview() {
25686
+ // const fileUid: string = getUserAvatarUid();
25687
+ //
25688
+ // if (fileUid && fileUid.length > 0) {
25689
+ // let tmpFileUrl: string = fileUid && QB.content.privateUrl(fileUid);
25690
+ // const { blobFile } = await Creator.createBlobFromUrl(tmpFileUrl);
25691
+ //
25692
+ // tmpFileUrl = blobFile ? URL.createObjectURL(blobFile) : tmpFileUrl || '';
25693
+ // setDialogAvatarUrl(tmpFileUrl);
25694
+ // }
25695
+ // }
25696
+ // useEffect(() => {
25697
+ // getDialogPhotoFileForPreview();
25698
+ //
25699
+ // return () => {
25700
+ // if (dialogAvatarUrl) {
25701
+ // URL.revokeObjectURL(dialogAvatarUrl);
25702
+ // }
25703
+ // };
25704
+ // }, []);
25705
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "user-single-container-chbox--wrapper" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "user-single-container-chbox--wrapper__icon" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_ActiveSvg_ActiveSvg__WEBPACK_IMPORTED_MODULE_2__["default"], { content: user.photo ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_5__["default"], { urlAvatar: user.photo, iconTheme: { width: '41px', height: '41px' } })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "user-single-container-chbox--wrapper__icon__content" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "26", height: "26", applyZoom: true, color: "var(--tertiary-elements)" }) }))), onClick: function () {
25262
25706
  console.log('user click...');
25263
25707
  }, onTouch: function () {
25264
25708
  console.log('user touch...');
25265
- } }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "user-single-container-chbox--wrapper__username" }, { children: "".concat((user === null || user === void 0 ? void 0 : user.full_name) || (user === null || user === void 0 ? void 0 : user.login) || (user === null || user === void 0 ? void 0 : user.email) || (user === null || user === void 0 ? void 0 : user.id)) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "user-single-container-chbox--wrapper__select" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { type: "checkbox", checked: getChecked(keyValue), disabled: isDisabled, onChange: function () {
25709
+ } }) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "user-single-container-chbox--wrapper__username", style: isMobile ? { width: '133px' } : { width: '193px' } }, { children: "".concat((user === null || user === void 0 ? void 0 : user.full_name) || (user === null || user === void 0 ? void 0 : user.login) || (user === null || user === void 0 ? void 0 : user.email) || (user === null || user === void 0 ? void 0 : user.id)) })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "user-single-container-chbox--wrapper__select" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { type: "checkbox", checked: getChecked(keyValue), disabled: isDisabled, onChange: function () {
25266
25710
  console.log('have check in SingleUserWithCheckBox');
25267
25711
  var newStatus = !isElementChecked;
25268
25712
  if (checkedHandler) {
@@ -25330,6 +25774,7 @@ __webpack_require__.r(__webpack_exports__);
25330
25774
  /* harmony import */ var _Data_Stubs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../Data/Stubs */ "./src/Data/Stubs.ts");
25331
25775
  /* harmony import */ var _utils_parse__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/parse */ "./src/utils/parse.ts");
25332
25776
  /* harmony import */ var _Data_source_exception_RemoteDataSourceException__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../Data/source/exception/RemoteDataSourceException */ "./src/Data/source/exception/RemoteDataSourceException.ts");
25777
+ /* harmony import */ var _Data_DefaultConfigurations__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../Data/DefaultConfigurations */ "./src/Data/DefaultConfigurations.ts");
25333
25778
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
25334
25779
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
25335
25780
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -25383,10 +25828,15 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
25383
25828
 
25384
25829
 
25385
25830
 
25831
+
25386
25832
  function useInviteMembersViewModel() {
25387
25833
  // initPagination?: Pagination,
25388
25834
  console.log('create useUsersListViewModel');
25389
25835
  var currentContext = (0,_providers_QuickBloxUIKitProvider_useQbInitializedDataContext__WEBPACK_IMPORTED_MODULE_4__["default"])();
25836
+ var QBConfig = currentContext.InitParams.qbConfig ||
25837
+ _Data_DefaultConfigurations__WEBPACK_IMPORTED_MODULE_8__.DefaultConfigurations.getDefaultQBConfig();
25838
+ var regexUserName = QBConfig.appConfig.regexUserName;
25839
+ var regex = regexUserName ? new RegExp(regexUserName) : null;
25390
25840
  var _a = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false), loading = _a[0], setLoading = _a[1];
25391
25841
  var _b = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)('error with getting user list'), error = _b[0], setError = _b[1];
25392
25842
  var startPagination = new _Domain_repository_Pagination__WEBPACK_IMPORTED_MODULE_1__.Pagination(0, 0);
@@ -25420,8 +25870,34 @@ function useInviteMembersViewModel() {
25420
25870
  setPagination(data.CurrentPagination);
25421
25871
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
25422
25872
  setUsers(function (prevState) {
25423
- var newItems = currentPagination.getCurrentPage() === 0
25424
- ? __spreadArray([], data.ResultData, true) : __spreadArray(__spreadArray([], prevState, true), data.ResultData, true);
25873
+ var newItems = [];
25874
+ if (regexUserName && regexUserName.length > 0) {
25875
+ // const tmpItems: UserEntity[] = [];
25876
+ //
25877
+ // for (let i = 0; i < data.ResultData.length; i += 1) {
25878
+ // const u = data.ResultData[i];
25879
+ // const regexResult = regex.test(u.full_name);
25880
+ //
25881
+ // if (regexResult) {
25882
+ // tmpItems.push(u);
25883
+ // }
25884
+ // }
25885
+ // work
25886
+ var tmpItems = data.ResultData.reduce(function (acc, u) {
25887
+ if (!regex || regex.test(u.full_name)) {
25888
+ acc.push(u);
25889
+ }
25890
+ return acc;
25891
+ }, []);
25892
+ newItems =
25893
+ currentPagination.getCurrentPage() === 0
25894
+ ? __spreadArray([], tmpItems, true) : __spreadArray(__spreadArray([], prevState, true), tmpItems, true);
25895
+ }
25896
+ else {
25897
+ newItems =
25898
+ currentPagination.getCurrentPage() === 0
25899
+ ? __spreadArray([], data.ResultData, true) : __spreadArray(__spreadArray([], prevState, true), data.ResultData, true);
25900
+ }
25425
25901
  return newItems;
25426
25902
  });
25427
25903
  })
@@ -25565,6 +26041,7 @@ __webpack_require__.r(__webpack_exports__);
25565
26041
  /* harmony import */ var _EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../EditDialog/UserAvatar/UserAvatar */ "./src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx");
25566
26042
  /* harmony import */ var _PreviewDialogContextMenu_PreviewDialogContextMenu__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./PreviewDialogContextMenu/PreviewDialogContextMenu */ "./src/Presentation/Views/PreviewDialog/PreviewDialogContextMenu/PreviewDialogContextMenu.tsx");
25567
26043
  /* harmony import */ var _Data_source_remote_Mapper_MessageDTOMapper__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../../Data/source/remote/Mapper/MessageDTOMapper */ "./src/Data/source/remote/Mapper/MessageDTOMapper.ts");
26044
+ /* harmony import */ var _DialogInfo_UsersList_useUsersListViewModel__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../DialogInfo/UsersList/useUsersListViewModel */ "./src/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.ts");
25568
26045
  var __assign = (undefined && undefined.__assign) || function () {
25569
26046
  __assign = Object.assign || function(t) {
25570
26047
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -25629,6 +26106,7 @@ var __generator = (undefined && undefined.__generator) || function (thisArg, bod
25629
26106
 
25630
26107
 
25631
26108
 
26109
+
25632
26110
  // eslint-disable-next-line react/function-component-definition
25633
26111
  var PreviewDialog = function (_a) {
25634
26112
  var typeDialog = _a.typeDialog, dialogViewModel = _a.dialogViewModel, dialogAvatar = _a.dialogAvatar, title = _a.title, previewMessage = _a.previewMessage, unreadMessageCount = _a.unreadMessageCount, message_date_time_sent = _a.message_date_time_sent, _b = _a.theme, theme = _b === void 0 ? undefined : _b, onLeaveDialog = _a.onLeaveDialog,
@@ -25722,7 +26200,7 @@ var PreviewDialog = function (_a) {
25722
26200
  avatar = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-preview-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_7__["default"], { color: itemTheme.color, width: itemTheme.width, height: itemTheme.height }) })) })));
25723
26201
  break;
25724
26202
  case _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_5__.DialogType["private"]:
25725
- avatar = dialogAvatarUrl ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_13__["default"], { urlAvatar: dialogAvatarUrl, iconTheme: { width: '40px', height: '40px' } })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-preview-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_6__["default"], { color: itemTheme.color, width: itemTheme.width, height: itemTheme.height }) })) })));
26203
+ avatar = dialogAvatarUrl ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_13__["default"], { urlAvatar: dialogAvatarUrl, iconTheme: { width: '55px', height: '55px' } })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-preview-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_6__["default"], { color: itemTheme.color, width: itemTheme.width, height: itemTheme.height }) })) })));
25726
26204
  break;
25727
26205
  default:
25728
26206
  avatar = ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dialog-preview-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_7__["default"], { color: itemTheme.color, width: itemTheme.width, height: itemTheme.height }) })) })));
@@ -25757,25 +26235,40 @@ var PreviewDialog = function (_a) {
25757
26235
  });
25758
26236
  });
25759
26237
  }
25760
- var getUserAvatarUid = function () {
25761
- return '';
25762
- };
26238
+ var userViewModel = (0,_DialogInfo_UsersList_useUsersListViewModel__WEBPACK_IMPORTED_MODULE_16__["default"])(dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.item.entity);
26239
+ var getUserAvatarByUid = function () { return __awaiter(void 0, void 0, void 0, function () {
26240
+ var result, participants, senderUser;
26241
+ return __generator(this, function (_a) {
26242
+ switch (_a.label) {
26243
+ case 0:
26244
+ result = '';
26245
+ participants = (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity) &&
26246
+ (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity.type) === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_5__.DialogType["private"]
26247
+ ? [
26248
+ (dialogViewModel === null || dialogViewModel === void 0 ? void 0 : dialogViewModel.entity)
26249
+ .participantId,
26250
+ ]
26251
+ : [];
26252
+ return [4 /*yield*/, userViewModel.getUserById(participants[0])];
26253
+ case 1:
26254
+ senderUser = _a.sent();
26255
+ result = (senderUser === null || senderUser === void 0 ? void 0 : senderUser.photo) || '';
26256
+ return [2 /*return*/, result];
26257
+ }
26258
+ });
26259
+ }); };
25763
26260
  function getDialogPhotoFileForPreview() {
25764
26261
  return __awaiter(this, void 0, void 0, function () {
25765
- var fileUid, tmpFileUrl, blobFile;
26262
+ var tmpFileUrl;
25766
26263
  return __generator(this, function (_a) {
25767
26264
  switch (_a.label) {
25768
- case 0:
25769
- fileUid = getUserAvatarUid();
25770
- if (!(fileUid && fileUid.length > 0)) return [3 /*break*/, 2];
25771
- tmpFileUrl = fileUid && QB.content.privateUrl(fileUid);
25772
- return [4 /*yield*/, _Data_Creator__WEBPACK_IMPORTED_MODULE_12__.Creator.createBlobFromUrl(tmpFileUrl)];
26265
+ case 0: return [4 /*yield*/, getUserAvatarByUid()];
25773
26266
  case 1:
25774
- blobFile = (_a.sent()).blobFile;
25775
- tmpFileUrl = blobFile ? URL.createObjectURL(blobFile) : tmpFileUrl || '';
25776
- setDialogAvatarUrl(tmpFileUrl);
25777
- _a.label = 2;
25778
- case 2: return [2 /*return*/];
26267
+ tmpFileUrl = _a.sent();
26268
+ if (tmpFileUrl && tmpFileUrl.length > 0) {
26269
+ setDialogAvatarUrl(tmpFileUrl);
26270
+ }
26271
+ return [2 /*return*/];
25779
26272
  }
25780
26273
  });
25781
26274
  });
@@ -25810,7 +26303,7 @@ var PreviewDialog = function (_a) {
25810
26303
  return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_PreviewVideoFile_PreviewVideoFile__WEBPACK_IMPORTED_MODULE_10__["default"], { fileName: trimFileName(fileName) });
25811
26304
  }
25812
26305
  if (messageParts[3].includes('image')) {
25813
- return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_PreviewImageFile_PreviewImageFile__WEBPACK_IMPORTED_MODULE_8__["default"], { fileName: fileName, imgUrl: fileUrl });
26306
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_PreviewImageFile_PreviewImageFile__WEBPACK_IMPORTED_MODULE_8__["default"], { fileName: trimFileName(fileName), imgUrl: fileUrl }));
25814
26307
  }
25815
26308
  if (fileName.length > 0 && fileName.includes('.')) {
25816
26309
  return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_PreviewDefaultFile_PreviewDefaultFile__WEBPACK_IMPORTED_MODULE_11__["default"], { fileName: trimFileName(fileName) });
@@ -26079,9 +26572,7 @@ var PreviewVideoFile = function (_a) {
26079
26572
  __webpack_require__.r(__webpack_exports__);
26080
26573
  /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
26081
26574
  /* harmony import */ var _YesNoQuestion_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./YesNoQuestion.scss */ "./src/Presentation/Views/YesNoQuestion/YesNoQuestion.scss");
26082
- /* harmony import */ var _components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../components/containers/ColumnContainer/ColumnContainer */ "./src/Presentation/components/containers/ColumnContainer/ColumnContainer.tsx");
26083
- /* harmony import */ var _components_containers_RowRightContainer_RowRightContainer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../components/containers/RowRightContainer/RowRightContainer */ "./src/Presentation/components/containers/RowRightContainer/RowRightContainer.tsx");
26084
- /* harmony import */ var _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../components/UI/Buttons/MainButton/MainButton */ "./src/Presentation/components/UI/Buttons/MainButton/MainButton.tsx");
26575
+ /* harmony import */ var _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../components/UI/Buttons/MainButton/MainButton */ "./src/Presentation/components/UI/Buttons/MainButton/MainButton.tsx");
26085
26576
  var __assign = (undefined && undefined.__assign) || function () {
26086
26577
  __assign = Object.assign || function(t) {
26087
26578
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -26096,8 +26587,6 @@ var __assign = (undefined && undefined.__assign) || function () {
26096
26587
 
26097
26588
 
26098
26589
 
26099
-
26100
-
26101
26590
  // eslint-disable-next-line react/function-component-definition
26102
26591
  var YesNoQuestionComponent = function (_a) {
26103
26592
  var
@@ -26119,27 +26608,15 @@ var YesNoQuestionComponent = function (_a) {
26119
26608
  _c = _a.noActionCaption,
26120
26609
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
26121
26610
  noActionCaption = _c === void 0 ? undefined : _c;
26122
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "yesno-container-wrapper" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components_containers_ColumnContainer_ColumnContainer__WEBPACK_IMPORTED_MODULE_2__["default"], { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "yesno-container__message-text" }, { children: messageText })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "yesno-container__footer" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_containers_RowRightContainer_RowRightContainer__WEBPACK_IMPORTED_MODULE_3__["default"], { minHeightContainer: "32px", gapBetweenItem: "8px", RightContainerSize: {
26123
- flexBasis: '63px',
26124
- minWidth: '63px',
26125
- maxWidth: '63px',
26126
- minHeight: '32px',
26127
- maxHeight: '32px',
26128
- }, RightItem: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_4__["default"], { clickHandler: function () {
26129
- if (ClickYesActionHandler) {
26130
- ClickYesActionHandler();
26131
- }
26132
- }, title: yesActionCaption || 'Yes', typeButton: _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_4__.TypeButton.danger }) }), CenterContainerSize: {
26133
- flexBasis: '78px',
26134
- minWidth: '78px',
26135
- maxWidth: '78px',
26136
- minHeight: '32px',
26137
- maxHeight: '32px',
26138
- }, CenterItem: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_4__["default"], { title: noActionCaption || 'No', clickHandler: function () {
26139
- if (ClickNoActionHandler) {
26140
- ClickNoActionHandler();
26141
- }
26142
- }, typeButton: _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_4__.TypeButton.outlined }) }) }) }))] }) })));
26611
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "ynq-dialog-actions" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_2__["default"], { title: noActionCaption || 'No', clickHandler: function () {
26612
+ if (ClickNoActionHandler) {
26613
+ ClickNoActionHandler();
26614
+ }
26615
+ }, typeButton: _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_2__.TypeButton.outlined }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_2__["default"], { clickHandler: function () {
26616
+ if (ClickYesActionHandler) {
26617
+ ClickYesActionHandler();
26618
+ }
26619
+ }, title: yesActionCaption || 'Yes', typeButton: _components_UI_Buttons_MainButton_MainButton__WEBPACK_IMPORTED_MODULE_2__.TypeButton.danger })] })) }));
26143
26620
  };
26144
26621
  /* harmony default export */ __webpack_exports__["default"] = (YesNoQuestionComponent);
26145
26622
 
@@ -26241,58 +26718,6 @@ var MainButton = function (_a) {
26241
26718
  /* harmony default export */ __webpack_exports__["default"] = (MainButton);
26242
26719
 
26243
26720
 
26244
- /***/ }),
26245
-
26246
- /***/ "./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.tsx":
26247
- /*!*******************************************************************************!*\
26248
- !*** ./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.tsx ***!
26249
- \*******************************************************************************/
26250
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
26251
-
26252
- "use strict";
26253
- __webpack_require__.r(__webpack_exports__);
26254
- /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
26255
- /* harmony import */ var _SwitchButton_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./SwitchButton.scss */ "./src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.scss");
26256
- var __assign = (undefined && undefined.__assign) || function () {
26257
- __assign = Object.assign || function(t) {
26258
- for (var s, i = 1, n = arguments.length; i < n; i++) {
26259
- s = arguments[i];
26260
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
26261
- t[p] = s[p];
26262
- }
26263
- return t;
26264
- };
26265
- return __assign.apply(this, arguments);
26266
- };
26267
-
26268
-
26269
- // eslint-disable-next-line react/function-component-definition
26270
- var SwitchButton = function (_a) {
26271
- var
26272
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
26273
- _b = _a.disabled,
26274
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
26275
- disabled = _b === void 0 ? false : _b, styleBox = _a.styleBox, clickHandler = _a.clickHandler, touchHandler = _a.touchHandler;
26276
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: styleBox, onClick: function () {
26277
- console.log('click on SwitchButton');
26278
- if (typeof clickHandler === 'function') {
26279
- clickHandler();
26280
- }
26281
- }, onTouchStart: function () {
26282
- if (touchHandler)
26283
- touchHandler();
26284
- } }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("label", __assign({ className: "switch" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("input", { type: "checkbox" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("span", { className: "slider round" })] })) })));
26285
- };
26286
- /*
26287
- () => {
26288
- console.log('clicked theme');
26289
- document.documentElement.setAttribute('data-theme', 'dark');
26290
- changeThemeActions();
26291
- }
26292
- */
26293
- /* harmony default export */ __webpack_exports__["default"] = (SwitchButton);
26294
-
26295
-
26296
26721
  /***/ }),
26297
26722
 
26298
26723
  /***/ "./src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.tsx":
@@ -26443,20 +26868,18 @@ var __assign = (undefined && undefined.__assign) || function () {
26443
26868
 
26444
26869
  // eslint-disable-next-line react/function-component-definition
26445
26870
  var ActiveSvg = function (_a) {
26446
- var content = _a.content, onTouch = _a.onTouch, onClick = _a.onClick;
26447
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "active-svg-container", onTouchStart: function (event) {
26448
- console.log('TOUCHED in ActiveSvg');
26871
+ var content = _a.content, onTouch = _a.onTouch, onClick = _a.onClick, _b = _a.disabled, disabled = _b === void 0 ? false : _b;
26872
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "active-svg-container", style: { cursor: disabled ? 'default' : 'pointer' }, onTouchStart: function (event) {
26449
26873
  // eslint-disable-next-line no-unused-expressions
26450
- onTouch && typeof onTouch === 'function'
26874
+ onTouch && typeof onTouch === 'function' && !disabled
26451
26875
  ? onTouch()
26452
26876
  : function () {
26453
26877
  console.log('touched');
26454
26878
  };
26455
26879
  event.preventDefault();
26456
26880
  }, onClick: function () {
26457
- console.log('CLICKED in ActiveSvg');
26458
26881
  // eslint-disable-next-line no-unused-expressions
26459
- onClick && typeof onClick === 'function'
26882
+ onClick && typeof onClick === 'function' && !disabled
26460
26883
  ? onClick()
26461
26884
  : function () {
26462
26885
  console.log('clicked');
@@ -26753,7 +27176,21 @@ var __assign = (undefined && undefined.__assign) || function () {
26753
27176
 
26754
27177
  function EditDots(theme) {
26755
27178
  if (theme === void 0) { theme = undefined; }
26756
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", __assign({ width: theme && theme.width ? theme.width : '32', height: theme && theme.height ? theme.height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { d: "M16 12C17.1 12 18 11.1 18 10C18 8.9 17.1 8 16 8C14.9 8 14 8.9 14 10C14 11.1 14.9 12 16 12ZM16 14C14.9 14 14 14.9 14 16C14 17.1 14.9 18 16 18C17.1 18 18 17.1 18 16C18 14.9 17.1 14 16 14ZM16 20C14.9 20 14 20.9 14 22C14 23.1 14.9 24 16 24C17.1 24 18 23.1 18 22C18 20.9 17.1 20 16 20Z", id: "EditDots", fill: theme && theme.color ? theme.color : 'var(--color-icon)' }) })));
27179
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: theme && theme.width ? theme.width : '24', height: theme && theme.height ? theme.height : '24', viewBox: "0 0 24 24", fill: "none" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { d: "M12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18C14 16.9 13.1 16 12 16Z", fill: theme && theme.color ? theme.color : 'var(--color-icon)' }) }))
27180
+ // <svg
27181
+ // width={theme && theme.width ? theme.width : '32'}
27182
+ // height={theme && theme.height ? theme.height : '32'}
27183
+ // viewBox="0 0 32 32"
27184
+ // fill="none"
27185
+ // xmlns="http://www.w3.org/2000/svg"
27186
+ // >
27187
+ // <path
27188
+ // d="M16 12C17.1 12 18 11.1 18 10C18 8.9 17.1 8 16 8C14.9 8 14 8.9 14 10C14 11.1 14.9 12 16 12ZM16 14C14.9 14 14 14.9 14 16C14 17.1 14.9 18 16 18C17.1 18 18 17.1 18 16C18 14.9 17.1 14 16 14ZM16 20C14.9 20 14 20.9 14 22C14 23.1 14.9 24 16 24C17.1 24 18 23.1 18 22C18 20.9 17.1 20 16 20Z"
27189
+ // id="EditDots"
27190
+ // fill={theme && theme.color ? theme.color : 'var(--color-icon)'}
27191
+ // />
27192
+ // </svg>
27193
+ );
26757
27194
  }
26758
27195
  /* harmony default export */ __webpack_exports__["default"] = (EditDots);
26759
27196
 
@@ -27669,36 +28106,6 @@ function ImagePlay(theme) {
27669
28106
  /* harmony default export */ __webpack_exports__["default"] = (ImagePlay);
27670
28107
 
27671
28108
 
27672
- /***/ }),
27673
-
27674
- /***/ "./src/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.tsx":
27675
- /*!*****************************************************************************!*\
27676
- !*** ./src/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.tsx ***!
27677
- \*****************************************************************************/
27678
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
27679
-
27680
- "use strict";
27681
- __webpack_require__.r(__webpack_exports__);
27682
- /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
27683
- var __assign = (undefined && undefined.__assign) || function () {
27684
- __assign = Object.assign || function(t) {
27685
- for (var s, i = 1, n = arguments.length; i < n; i++) {
27686
- s = arguments[i];
27687
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27688
- t[p] = s[p];
27689
- }
27690
- return t;
27691
- };
27692
- return __assign.apply(this, arguments);
27693
- };
27694
-
27695
- function NotifyOn(theme) {
27696
- if (theme === void 0) { theme = undefined; }
27697
- return !(theme === null || theme === void 0 ? void 0 : theme.applyZoom) ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", __assign({ width: theme && theme.width ? theme.width : '44', height: theme && theme.height ? theme.height : '44', viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { d: "M13.8967 7.02167L11.275 4.4C6.87501 7.755 3.97835 12.925 3.72168 18.7917H7.38835C7.66335 13.9333 10.1567 9.68 13.8967 7.02167ZM36.6117 18.7917H40.2783C40.0033 12.925 37.1067 7.755 32.725 4.4L30.1217 7.02167C33.825 9.68 36.3367 13.9333 36.6117 18.7917ZM33 19.7083C33 14.08 29.9933 9.36833 24.75 8.12167V6.875C24.75 5.35333 23.5217 4.125 22 4.125C20.4783 4.125 19.25 5.35333 19.25 6.875V8.12167C13.9883 9.36833 11 14.0617 11 19.7083V28.875L7.33335 32.5417V34.375H36.6667V32.5417L33 28.875V19.7083ZM22 39.875C22.2567 39.875 22.495 39.8567 22.7333 39.8017C23.925 39.545 24.8967 38.7383 25.3733 37.6383C25.5567 37.1983 25.6483 36.7217 25.6483 36.2083H18.315C18.3333 38.225 19.965 39.875 22 39.875Z", id: "NotifyOn", fill: theme && theme.color ? theme.color : 'var(--color-icon)' }) }))) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", __assign({ width: theme && theme.width ? theme.width : '244', height: theme && theme.height ? theme.height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", { d: "M12 21.75C13.1 21.75 14 20.85 14 19.75H10C10 20.85 10.9 21.75 12 21.75ZM18 15.75V10.75C18 7.68 16.37 5.11 13.5 4.43V3.75C13.5 2.92 12.83 2.25 12 2.25C11.17 2.25 10.5 2.92 10.5 3.75V4.43C7.64 5.11 6 7.67 6 10.75V15.75L4 17.75V18.75H20V17.75L18 15.75ZM16 16.75H8V10.75C8 8.27 9.51 6.25 12 6.25C14.49 6.25 16 8.27 16 10.75V16.75Z", fill: "var(--color-icon)" }) })));
27698
- }
27699
- /* harmony default export */ __webpack_exports__["default"] = (NotifyOn);
27700
-
27701
-
27702
28109
  /***/ }),
27703
28110
 
27704
28111
  /***/ "./src/Presentation/components/UI/svgs/Icons/Toggle/Pause/index.tsx":
@@ -27843,7 +28250,7 @@ var __assign = (undefined && undefined.__assign) || function () {
27843
28250
 
27844
28251
 
27845
28252
  function ScrollableContainer(props) {
27846
- var className = props.className, data = props.data, ListEmptyComponent = props.ListEmptyComponent, onEndReached = props.onEndReached, onEndReachedThreshold = props.onEndReachedThreshold, refreshing = props.refreshing, autoScrollToBottom = props.autoScrollToBottom, renderItem = props.renderItem;
28253
+ var className = props.className, rootStyles = props.rootStyles, mainContainerStyles = props.mainContainerStyles, data = props.data, ListEmptyComponent = props.ListEmptyComponent, onEndReached = props.onEndReached, onEndReachedThreshold = props.onEndReachedThreshold, refreshing = props.refreshing, autoScrollToBottom = props.autoScrollToBottom, renderItem = props.renderItem;
27847
28254
  var container = (0,react__WEBPACK_IMPORTED_MODULE_1__.useRef)(null);
27848
28255
  var scrollHandler = function () {
27849
28256
  console.log('call scrollHandler');
@@ -27883,7 +28290,7 @@ function ScrollableContainer(props) {
27883
28290
  }, [data.length]);
27884
28291
  console.log('çount items to scroll:', data.length);
27885
28292
  console.log('data to scrolling: ', JSON.stringify(data));
27886
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: classnames__WEBPACK_IMPORTED_MODULE_2___default()('list', className) }, { children: [refreshing && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_UI_Placeholders_LoaderComponent_LoaderComponent__WEBPACK_IMPORTED_MODULE_4__["default"], { width: "44", height: "44", color: "var(--color-background-info)" }) })), data && data.length ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "list-content", onScroll: scrollHandler, ref: container }, { children: [data.map(function (it, index) { return renderItem(it, index); }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { style: { float: 'left', clear: 'both' }, ref: messageEndRef })] }))) : (!refreshing && ListEmptyComponent && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(ListEmptyComponent, {}))] })));
28293
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ style: rootStyles, className: classnames__WEBPACK_IMPORTED_MODULE_2___default()('list', className) }, { children: [refreshing && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_UI_Placeholders_LoaderComponent_LoaderComponent__WEBPACK_IMPORTED_MODULE_4__["default"], { width: "44", height: "44", color: "var(--color-background-info)" }) })), data && data.length ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ style: mainContainerStyles, className: "list-content", onScroll: scrollHandler, ref: container }, { children: [data.map(function (it, index) { return renderItem(it, index); }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { style: { float: 'left', clear: 'both' }, ref: messageEndRef })] }))) : (!refreshing && ListEmptyComponent && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(ListEmptyComponent, {}))] })));
27887
28294
  }
27888
28295
 
27889
28296
 
@@ -28283,6 +28690,8 @@ __webpack_require__.r(__webpack_exports__);
28283
28690
  /* harmony import */ var _Views_Dialog_DialogHeader_RenderLeftActions_RenderLeftActions__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ../../Views/Dialog/DialogHeader/RenderLeftActions/RenderLeftActions */ "./src/Presentation/Views/Dialog/DialogHeader/RenderLeftActions/RenderLeftActions.tsx");
28284
28691
  /* harmony import */ var _Data_source_remote_Mapper_MessageDTOMapper__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ../../../Data/source/remote/Mapper/MessageDTOMapper */ "./src/Data/source/remote/Mapper/MessageDTOMapper.ts");
28285
28692
  /* harmony import */ var _Views_Flow_LeaveDialogFlow_LeaveDialogFlow__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../../Views/Flow/LeaveDialogFlow/LeaveDialogFlow */ "./src/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.tsx");
28693
+ /* harmony import */ var _Views_DialogInfo_MembersList_MembersList__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ../../Views/DialogInfo/MembersList/MembersList */ "./src/Presentation/Views/DialogInfo/MembersList/MembersList.tsx");
28694
+ /* harmony import */ var _Views_DialogInfo_UsersList_useUsersListViewModel__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../../Views/DialogInfo/UsersList/useUsersListViewModel */ "./src/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.ts");
28286
28695
  var __assign = (undefined && undefined.__assign) || function () {
28287
28696
  __assign = Object.assign || function(t) {
28288
28697
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -28381,6 +28790,8 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
28381
28790
 
28382
28791
 
28383
28792
 
28793
+
28794
+
28384
28795
 
28385
28796
 
28386
28797
 
@@ -28505,6 +28916,8 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
28505
28916
  var _v = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), showReplyMessage = _v[0], setShowReplyMessage = _v[1];
28506
28917
  var _w = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)([]), messagesToReply = _w[0], setMessagesToReply = _w[1];
28507
28918
  var handleModal = react__WEBPACK_IMPORTED_MODULE_1___default().useContext(_providers_ModalContextProvider_Modal__WEBPACK_IMPORTED_MODULE_36__.ModalContext).handleModal;
28919
+ var _x = (0,_components_containers_SectionList_hooks__WEBPACK_IMPORTED_MODULE_40__.useMobileLayout)(), isMobile = _x[0], width = _x[1], height = _x[2], breakpoint = _x[3];
28920
+ var _y = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(0), clientHeight = _y[0], setClientHeight = _y[1];
28508
28921
  // const subscribeToDialogEventsUseCase: SubscribeToDialogEventsUseCase =
28509
28922
  // new SubscribeToDialogEventsUseCase(eventMessaging, 'TestStage');
28510
28923
  // инициализация СДК и загрузка тестовых данных, запуск пинга - может не быть
@@ -28562,6 +28975,53 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
28562
28975
  }
28563
28976
  return participants.length;
28564
28977
  };
28978
+ var userViewModel = (0,_Views_DialogInfo_UsersList_useUsersListViewModel__WEBPACK_IMPORTED_MODULE_46__["default"])(selectedDialog === null || selectedDialog === void 0 ? void 0 : selectedDialog.entity);
28979
+ var _z = react__WEBPACK_IMPORTED_MODULE_1___default().useState(''), dialogAvatarUrl = _z[0], setDialogAvatarUrl = _z[1];
28980
+ var getUserAvatarByUid = function () { return __awaiter(void 0, void 0, void 0, function () {
28981
+ var result, participants, senderUser;
28982
+ return __generator(this, function (_a) {
28983
+ switch (_a.label) {
28984
+ case 0:
28985
+ result = '';
28986
+ participants = (dialogsViewModel === null || dialogsViewModel === void 0 ? void 0 : dialogsViewModel.entity) &&
28987
+ (dialogsViewModel === null || dialogsViewModel === void 0 ? void 0 : dialogsViewModel.entity.type) === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_18__.DialogType["private"]
28988
+ ? [
28989
+ (dialogsViewModel === null || dialogsViewModel === void 0 ? void 0 : dialogsViewModel.entity)
28990
+ .participantId,
28991
+ ]
28992
+ : [];
28993
+ return [4 /*yield*/, userViewModel.getUserById(participants[0])];
28994
+ case 1:
28995
+ senderUser = _a.sent();
28996
+ result = (senderUser === null || senderUser === void 0 ? void 0 : senderUser.photo) || '';
28997
+ return [2 /*return*/, result];
28998
+ }
28999
+ });
29000
+ }); };
29001
+ function getDialogPhotoFileForPreview() {
29002
+ return __awaiter(this, void 0, void 0, function () {
29003
+ var tmpFileUrl;
29004
+ return __generator(this, function (_a) {
29005
+ switch (_a.label) {
29006
+ case 0: return [4 /*yield*/, getUserAvatarByUid()];
29007
+ case 1:
29008
+ tmpFileUrl = _a.sent();
29009
+ if (tmpFileUrl && tmpFileUrl.length > 0) {
29010
+ setDialogAvatarUrl(tmpFileUrl);
29011
+ }
29012
+ return [2 /*return*/];
29013
+ }
29014
+ });
29015
+ });
29016
+ }
29017
+ (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
29018
+ getDialogPhotoFileForPreview();
29019
+ return function () {
29020
+ if (dialogAvatarUrl) {
29021
+ URL.revokeObjectURL(dialogAvatarUrl);
29022
+ }
29023
+ };
29024
+ }, [dialogsViewModel.entity]);
28565
29025
  // eslint-disable-next-line consistent-return
28566
29026
  var renderIconForTypeDialog = function (dialogEntity) {
28567
29027
  if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_18__.DialogType.group) {
@@ -28572,7 +29032,7 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
28572
29032
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dh-avatar" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "dh-avatar-rectangle" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dh-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dh-avatar-contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_GroupChat__WEBPACK_IMPORTED_MODULE_20__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--secondary-text)" }) })) }))] })));
28573
29033
  }
28574
29034
  if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_18__.DialogType["private"]) {
28575
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dh-avatar" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "dh-avatar-rectangle" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dh-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dh-avatar-contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_21__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--secondary-text)" }) })) }))] })));
29035
+ return dialogAvatarUrl ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_EditDialog_UserAvatar_UserAvatar__WEBPACK_IMPORTED_MODULE_19__["default"], { urlAvatar: dialogAvatarUrl, iconTheme: { width: '40px', height: '40px' } })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ className: "dh-avatar" }, { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: "dh-avatar-rectangle" }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dh-avatar-ellipse" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "dh-avatar-contents-user" }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Contents_User__WEBPACK_IMPORTED_MODULE_21__["default"], { width: "24", height: "24", applyZoom: true, color: "var(--secondary-text)" }) })) }))] })));
28576
29036
  }
28577
29037
  if (dialogEntity.type === _Domain_entity_DialogTypes__WEBPACK_IMPORTED_MODULE_18__.DialogType["public"]) {
28578
29038
  var publicDialogEntity = dialogEntity;
@@ -28589,7 +29049,7 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
28589
29049
  setSelectedDialog(undefined);
28590
29050
  }
28591
29051
  }, [dialogsViewModel.entity]);
28592
- var _x = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), needDialogInformation = _x[0], setNeedDialogInformation = _x[1];
29052
+ var _0 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), needDialogInformation = _0[0], setNeedDialogInformation = _0[1];
28593
29053
  var informationCloseHandler = function () {
28594
29054
  setNeedDialogInformation(false);
28595
29055
  };
@@ -28602,17 +29062,17 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
28602
29062
  var rephraseTones = currentContext.InitParams.qbConfig.configAIApi.AIRephraseWidgetConfig.Tones;
28603
29063
  var maxFileSize = currentContext.InitParams.maxFileSize;
28604
29064
  //
28605
- var _y = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), waitAIWidget = _y[0], setWaitAIWidget = _y[1];
28606
- var _z = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), messageText = _z[0], setMessageText = _z[1];
29065
+ var _1 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), waitAIWidget = _1[0], setWaitAIWidget = _1[1];
29066
+ var _2 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), messageText = _2[0], setMessageText = _2[1];
28607
29067
  // must re-create as result dialog changing
28608
29068
  var messagesViewModel = (0,_Views_Dialog_useDialogViewModel__WEBPACK_IMPORTED_MODULE_31__["default"])((_e = dialogsViewModel.entity) === null || _e === void 0 ? void 0 : _e.type, dialogsViewModel.entity);
28609
- var _0 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), warningErrorText = _0[0], setWarningErrorText = _0[1];
28610
- var _1 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), showErrorToast = _1[0], setShowErrorToast = _1[1];
28611
- var _2 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), messageErrorToast = _2[0], setMessageErrorToast = _2[1];
28612
- var _3 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(100), dialogMessagesCount = _3[0], setDialogMessageCount = _3[1];
28613
- var _4 = react__WEBPACK_IMPORTED_MODULE_1___default().useState(true), hasMore = _4[0], setHasMore = _4[1];
28614
- var _5 = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), scrollUpToDown = _5[0], setScrollUpToDown = _5[1];
28615
- var _6 = react__WEBPACK_IMPORTED_MODULE_1___default().useState([]), messagesToView = _6[0], setMessagesToView = _6[1];
29069
+ var _3 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), warningErrorText = _3[0], setWarningErrorText = _3[1];
29070
+ var _4 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), showErrorToast = _4[0], setShowErrorToast = _4[1];
29071
+ var _5 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(''), messageErrorToast = _5[0], setMessageErrorToast = _5[1];
29072
+ var _6 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(100), dialogMessagesCount = _6[0], setDialogMessageCount = _6[1];
29073
+ var _7 = react__WEBPACK_IMPORTED_MODULE_1___default().useState(true), hasMore = _7[0], setHasMore = _7[1];
29074
+ var _8 = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), scrollUpToDown = _8[0], setScrollUpToDown = _8[1];
29075
+ var _9 = react__WEBPACK_IMPORTED_MODULE_1___default().useState([]), messagesToView = _9[0], setMessagesToView = _9[1];
28616
29076
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
28617
29077
  if (showErrorToast || messageErrorToast) {
28618
29078
  setTimeout(function () {
@@ -28621,17 +29081,17 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
28621
29081
  }, 1800);
28622
29082
  }
28623
29083
  }, [showErrorToast]);
28624
- var _7 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), useAudioWidget = _7[0], setUseAudioWidget = _7[1];
28625
- var _8 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(null), fileToSend = _8[0], setFileToSend = _8[1];
28626
- var _9 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), isRecording = _9[0], setIsRecording = _9[1];
29084
+ var _10 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), useAudioWidget = _10[0], setUseAudioWidget = _10[1];
29085
+ var _11 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(null), fileToSend = _11[0], setFileToSend = _11[1];
29086
+ var _12 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), isRecording = _12[0], setIsRecording = _12[1];
28627
29087
  //
28628
- var _10 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), permission = _10[0], setPermission = _10[1];
29088
+ var _13 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), permission = _13[0], setPermission = _13[1];
28629
29089
  // const [recordingStatus, setRecordingStatus] = useState('inactive');
28630
- var _11 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(), stream = _11[0], setStream = _11[1];
29090
+ var _14 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(), stream = _14[0], setStream = _14[1];
28631
29091
  // const [mediaRecorder, setMediaRecorder] = useState<MediaRecorder>();
28632
29092
  var mediaRecorder = (0,react__WEBPACK_IMPORTED_MODULE_1__.useRef)();
28633
- var _12 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(), resultAudioBlob = _12[0], setResultAudioBlob = _12[1];
28634
- var _13 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)([]), audioChunks = _13[0], setAudioChunks = _13[1];
29093
+ var _15 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(), resultAudioBlob = _15[0], setResultAudioBlob = _15[1];
29094
+ var _16 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)([]), audioChunks = _16[0], setAudioChunks = _16[1];
28635
29095
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
28636
29096
  var mimeType = 'audio/webm;codecs=opus'; // audio/ogg audio/mpeg audio/webm audio/x-wav audio/mp4
28637
29097
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
@@ -28938,10 +29398,16 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
28938
29398
  }, [messagesViewModel.entity]);
28939
29399
  //
28940
29400
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
28941
- console.log('HAVE NEW ENTITY');
28942
- if (messagesViewModel.entity) {
29401
+ if (!isMobile && messagesViewModel.entity) {
28943
29402
  dialogsViewModel.setWaitLoadingStatus(messagesViewModel === null || messagesViewModel === void 0 ? void 0 : messagesViewModel.loading);
29403
+ var timeoutId_1 = setTimeout(function () {
29404
+ dialogsViewModel.setWaitLoadingStatus(false); // wait only for 3 sec
29405
+ }, 3000);
29406
+ return function () { return clearTimeout(timeoutId_1); };
28944
29407
  }
29408
+ return function () {
29409
+ // Placeholder: Cleanup handler is not required
29410
+ };
28945
29411
  }, [messagesViewModel === null || messagesViewModel === void 0 ? void 0 : messagesViewModel.loading]);
28946
29412
  //
28947
29413
  function prepareFirstPage(initData) {
@@ -29084,11 +29550,12 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
29084
29550
  });
29085
29551
  return sections;
29086
29552
  }
29087
- var _14 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(true), showDialogList = _14[0], setShowDialogList = _14[1];
29088
- var _15 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(true), showDialogMessages = _15[0], setShowDialogMessages = _15[1];
29089
- var _16 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), showDialogInformation = _16[0], setShowDialogInformation = _16[1];
29090
- var _17 = (0,_components_containers_SectionList_hooks__WEBPACK_IMPORTED_MODULE_40__.useMobileLayout)(), isMobile = _17[0], width = _17[1], height = _17[2], breakpoint = _17[3];
29091
- var _18 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(0), clientHeight = _18[0], setClientHeight = _18[1];
29553
+ var _17 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(true), showDialogList = _17[0], setShowDialogList = _17[1];
29554
+ var _18 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(true), showDialogMessages = _18[0], setShowDialogMessages = _18[1];
29555
+ var _19 = (0,react__WEBPACK_IMPORTED_MODULE_1__.useState)(false), showDialogInformation = _19[0], setShowDialogInformation = _19[1];
29556
+ //
29557
+ var _20 = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), isAllMembersShow = _20[0], setIsAllMembersShow = _20[1];
29558
+ var _21 = react__WEBPACK_IMPORTED_MODULE_1___default().useState(false), showMembersDialog = _21[0], setShowMembersDialog = _21[1];
29092
29559
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
29093
29560
  if (isMobile) {
29094
29561
  if (!selectedDialog) {
@@ -29123,6 +29590,8 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
29123
29590
  console.log("TestStage: selectedDialog: ".concat(((_a = selectedDialog === null || selectedDialog === void 0 ? void 0 : selectedDialog.entity) === null || _a === void 0 ? void 0 : _a.name) || 'Dialog Name is empty'));
29124
29591
  if (selectedDialog && selectedDialog.entity) {
29125
29592
  dialogsViewModel.entity = selectedDialog.entity;
29593
+ userViewModel.entity = selectedDialog.entity;
29594
+ setShowMembersDialog(false);
29126
29595
  if (isMobile) {
29127
29596
  setShowDialogList(false);
29128
29597
  setShowDialogMessages(true);
@@ -29132,6 +29601,11 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
29132
29601
  setShowDialogList(true);
29133
29602
  }
29134
29603
  }, [selectedDialog]);
29604
+ (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
29605
+ if (userViewModel.entity) {
29606
+ userViewModel.getUsers();
29607
+ }
29608
+ }, [userViewModel.entity]);
29135
29609
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
29136
29610
  if (isMobile) {
29137
29611
  if (needDialogInformation) {
@@ -29157,6 +29631,45 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
29157
29631
  var leaveDialogHandler = function (dialog) {
29158
29632
  handleModal(true, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_Flow_LeaveDialogFlow_LeaveDialogFlow__WEBPACK_IMPORTED_MODULE_44__["default"], { dialog: dialog, dialogsViewModel: dialogsViewModel }), 'Leave dialog?', false, true);
29159
29633
  };
29634
+ // eslint-disable-next-line react/prop-types
29635
+ var defaultGetSenderName = function (props) { return __awaiter(void 0, void 0, void 0, function () {
29636
+ var result, senderUser;
29637
+ return __generator(this, function (_a) {
29638
+ switch (_a.label) {
29639
+ case 0:
29640
+ result = 'undefined user';
29641
+ if (!!props.sender) return [3 /*break*/, 4];
29642
+ if (!(props.userId && props.userId > 0)) return [3 /*break*/, 2];
29643
+ return [4 /*yield*/, userViewModel.getUserById(props.userId)];
29644
+ case 1:
29645
+ senderUser = _a.sent();
29646
+ if (!senderUser) {
29647
+ return [2 /*return*/, result];
29648
+ }
29649
+ result =
29650
+ senderUser.full_name ||
29651
+ senderUser.login ||
29652
+ senderUser.email ||
29653
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-call
29654
+ senderUser.id.toString();
29655
+ return [3 /*break*/, 3];
29656
+ case 2: return [2 /*return*/, result];
29657
+ case 3: return [3 /*break*/, 5];
29658
+ case 4:
29659
+ result =
29660
+ // eslint-disable-next-line react/prop-types
29661
+ props.sender.full_name ||
29662
+ // eslint-disable-next-line react/prop-types
29663
+ props.sender.login ||
29664
+ // eslint-disable-next-line react/prop-types
29665
+ props.sender.email ||
29666
+ // eslint-disable-next-line react/prop-types
29667
+ props.sender.id.toString();
29668
+ _a.label = 5;
29669
+ case 5: return [2 /*return*/, result];
29670
+ }
29671
+ });
29672
+ }); };
29160
29673
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_DesktopLayout__WEBPACK_IMPORTED_MODULE_6__["default"], { mainContainerStyles: {
29161
29674
  minHeight: workHeight,
29162
29675
  maxHeight: workHeight,
@@ -29180,12 +29693,17 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
29180
29693
  selectedDialog &&
29181
29694
  selectedDialog.entity &&
29182
29695
  dialogsViewModel.entity ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_Dialog_Dialog__WEBPACK_IMPORTED_MODULE_7__["default"], { rootStyles: {
29183
- minHeight: "".concat(clientHeight, "px)"),
29184
- maxHeight: "".concat(clientHeight, "px)"),
29185
- }, messagesContainerStyles: {
29186
- minHeight: "calc(".concat(clientHeight, "px - 128px - 16px)"),
29187
- maxHeight: "calc(".concat(clientHeight, "px - 128px - 16px)"),
29188
- }, messagesViewModel: messagesViewModel, showErrorToast: showErrorToast, messageErrorToast: messageErrorToast, warningErrorText: warningErrorText,
29696
+ minHeight: "".concat(clientHeight, "px"),
29697
+ maxHeight: "".concat(clientHeight, "px"),
29698
+ }, messagesContainerStyles: isMobile
29699
+ ? {
29700
+ minHeight: "calc(".concat(clientHeight, "px - 128px - 16px)"),
29701
+ maxHeight: "calc(".concat(clientHeight, "px - 128px - 16px)"),
29702
+ }
29703
+ : {
29704
+ minHeight: "calc(".concat(clientHeight, "px - 128px - 1px)"),
29705
+ maxHeight: "calc(".concat(clientHeight, "px - 128px - 1px)"),
29706
+ }, messagesViewModel: messagesViewModel, showErrorToast: showErrorToast, messageErrorToast: messageErrorToast, warningErrorText: warningErrorText,
29189
29707
  // subHeaderContent={<CompanyLogo />}
29190
29708
  // upHeaderContent={<CompanyLogo />}
29191
29709
  renderHeader: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_Dialog_DialogHeader_DialogHeader__WEBPACK_IMPORTED_MODULE_17__["default"], { dialogName: dialogsViewModel.entity.name, renderAvatar: renderIconForTypeDialog(dialogsViewModel.entity), renderLeftActions: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_Dialog_DialogHeader_RenderLeftActions_RenderLeftActions__WEBPACK_IMPORTED_MODULE_42__["default"], { onClickBack: function () { return setSelectedDialog(undefined); }, theme: theme }), renderRightActions: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_Dialog_DialogHeader_RenderRightActions_RenderRightActions__WEBPACK_IMPORTED_MODULE_41__["default"], { onClickInfo: informationOpenHandler, theme: theme }), countMembers: getCountDialogMembers(dialogsViewModel.entity), theme: theme }), renderMessageList: messagesViewModel &&
@@ -29202,7 +29720,7 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
29202
29720
  handleOnReply(m);
29203
29721
  }, onForward: function (m) {
29204
29722
  handleForward(m);
29205
- }, messagesToView: messagesToView, userId: userId || -1, enableReplying: enableReplying, enableForwarding: enableForwarding })); });
29723
+ }, defaultGetSenderName: defaultGetSenderName, messagesToView: messagesToView, userId: userId || -1, enableReplying: enableReplying, enableForwarding: enableForwarding })); });
29206
29724
  }, sections: getSectionData(messagesToView) })), renderReplyMessagesPreview: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_Dialog_ReplyMessagePreview_ReplyMessagePreview__WEBPACK_IMPORTED_MODULE_34__["default"], { messages: __spreadArray([], messagesToReply, true), userNameSentMessage: ((_g = (_f = messagesToReply[0]) === null || _f === void 0 ? void 0 : _f.sender) === null || _g === void 0 ? void 0 : _g.full_name) ||
29207
29725
  ((_j = (_h = messagesToReply[0]) === null || _h === void 0 ? void 0 : _h.sender) === null || _j === void 0 ? void 0 : _j.login) ||
29208
29726
  ((_l = (_k = messagesToReply[0]) === null || _k === void 0 ? void 0 : _k.sender) === null || _l === void 0 ? void 0 : _l.email) ||
@@ -29241,21 +29759,18 @@ var QuickBloxUIKitDesktopLayout = function (_a) {
29241
29759
  // 1 Get User by 1 + Get user by name
29242
29760
  showDialogInformation &&
29243
29761
  selectedDialog &&
29244
- needDialogInformation && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_DialogInfo_DialogInfo__WEBPACK_IMPORTED_MODULE_5__["default"]
29245
- // rootStyles={{
29246
- // minHeight: '800px',
29247
- // maxWidth: '800px',
29248
- // }}
29249
- // subHeaderContent={<CompanyLogo />}
29250
- // upHeaderContent={<CompanyLogo />}
29251
- , {
29252
- // rootStyles={{
29253
- // minHeight: '800px',
29254
- // maxWidth: '800px',
29255
- // }}
29256
- // subHeaderContent={<CompanyLogo />}
29257
- // upHeaderContent={<CompanyLogo />}
29258
- dialog: selectedDialog.entity, dialogViewModel: dialogsViewModel, onCloseDialogInformationHandler: informationCloseHandler })) }) }));
29762
+ needDialogInformation &&
29763
+ (isAllMembersShow ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_DialogInfo_MembersList_MembersList__WEBPACK_IMPORTED_MODULE_45__["default"], { closeInformationHandler: function () {
29764
+ setIsAllMembersShow(false);
29765
+ }, members: userViewModel.users, maxHeight: clientHeight - 64 - 6 })) : ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Views_DialogInfo_DialogInfo__WEBPACK_IMPORTED_MODULE_5__["default"], { showMembersDialogInitValue: showMembersDialog, onShowAllMemberClick: function (value) {
29766
+ setIsAllMembersShow(value);
29767
+ }, users: userViewModel.users, rootStyles: {
29768
+ minHeight: "".concat(clientHeight, "px"),
29769
+ maxHeight: "".concat(clientHeight, "px"),
29770
+ },
29771
+ // subHeaderContent={<CompanyLogo />}
29772
+ // upHeaderContent={<CompanyLogo />}
29773
+ dialog: selectedDialog.entity, dialogViewModel: dialogsViewModel, onCloseDialogInformationHandler: informationCloseHandler }))) }) }));
29259
29774
  };
29260
29775
  /* harmony default export */ __webpack_exports__["default"] = (QuickBloxUIKitDesktopLayout);
29261
29776
 
@@ -29300,7 +29815,7 @@ var initValue = {
29300
29815
  modalHeader: '',
29301
29816
  modalContent: '',
29302
29817
  handleModal: function () {
29303
- console.log('empty function');
29818
+ // console.log('empty function');
29304
29819
  },
29305
29820
  ModalContainerStyle: {},
29306
29821
  };
@@ -29313,11 +29828,10 @@ function Modal() {
29313
29828
  var questionSizeBox = haveModalFooter
29314
29829
  ? {
29315
29830
  minHeight: '160px',
29316
- minWidth: '380px',
29831
+ minWidth: '332px',
29317
29832
  maxHeight: '160px',
29318
- maxWidth: '380px',
29833
+ maxWidth: '332px',
29319
29834
  backgroundColor: 'var(--main-background)',
29320
- // border: '3px solid blue',
29321
29835
  }
29322
29836
  : ModalContainerStyle || {};
29323
29837
  return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "modal-container-overlay", "aria-expanded": isOpen }, { children: isOpen ? ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", __assign({ style: questionSizeBox, className: "modal-container" }, { children: [modalCloseTab && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "modal-container__close", onClick: onClickHandler }, { children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components_UI_svgs_Icons_Navigation_Close__WEBPACK_IMPORTED_MODULE_3__["default"], { width: "24", height: "24", color: "var(--secondary-elements)" }) }))), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ style: haveModalFooter ? { marginBottom: '30px' } : {}, className: "modal-container__subtitle" }, { children: modalHeader })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", __assign({ className: "modal-container__content" }, { children: modalContent }))] }))) : null })));
@@ -30188,6 +30702,7 @@ var QBConfig = {
30188
30702
  debug: true,
30189
30703
  enableForwarding: true,
30190
30704
  enableReplying: true,
30705
+ regexUserName: '^(?=[a-zA-Z])[-a-zA-Z_ ]{3,49}(?<! )$',
30191
30706
  endpoints: {
30192
30707
  api: 'api.quickblox.com',
30193
30708
  chat: 'chat.quickblox.com',
@@ -30828,6 +31343,7 @@ __webpack_require__.r(__webpack_exports__);
30828
31343
  /* harmony export */ "formatDate": function() { return /* binding */ formatDate; },
30829
31344
  /* harmony export */ "formatShortTime3": function() { return /* binding */ formatShortTime3; },
30830
31345
  /* harmony export */ "formatShortTime4": function() { return /* binding */ formatShortTime4; },
31346
+ /* harmony export */ "getDateForDialog": function() { return /* binding */ getDateForDialog; },
30831
31347
  /* harmony export */ "getDateShortFormatEU": function() { return /* binding */ getDateShortFormatEU; },
30832
31348
  /* harmony export */ "getTimeShort24hFormat": function() { return /* binding */ getTimeShort24hFormat; }
30833
31349
  /* harmony export */ });
@@ -30841,6 +31357,21 @@ var formatDate = function (inputDate) {
30841
31357
  var dateStr = date.toLocaleDateString('en-us', options);
30842
31358
  var result = dateStr.split(',');
30843
31359
  var dayMonthPart = "".concat(result[1], ", ").concat(result[0]);
31360
+ var currentDate = new Date();
31361
+ var isToday = currentDate.getDate() === date.getDate() &&
31362
+ currentDate.getMonth() === date.getMonth() &&
31363
+ currentDate.getFullYear() === date.getFullYear();
31364
+ if (isToday) {
31365
+ dayMonthPart = "Today, ".concat(result[0]);
31366
+ }
31367
+ else {
31368
+ var isYesterday = currentDate.getDate() - date.getDate() === 1 &&
31369
+ currentDate.getMonth() === date.getMonth() &&
31370
+ currentDate.getFullYear() === date.getFullYear();
31371
+ if (isYesterday) {
31372
+ dayMonthPart = "Yesterday, ".concat(result[0]);
31373
+ }
31374
+ }
30844
31375
  return dayMonthPart;
30845
31376
  };
30846
31377
  var getDateShortFormatEU = function (dateTimeToFormat) {
@@ -30861,6 +31392,21 @@ var getTimeShort24hFormat = function (dateTimeToFormat) {
30861
31392
  hour12: false,
30862
31393
  });
30863
31394
  };
31395
+ var getDateForDialog = function (dateTimeToFormat) {
31396
+ // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString
31397
+ var currentDate = new Date();
31398
+ var receivedDate = new Date(dateTimeToFormat);
31399
+ var isToday = currentDate.getDate() === receivedDate.getDate() &&
31400
+ currentDate.getMonth() === receivedDate.getMonth() &&
31401
+ currentDate.getFullYear() === receivedDate.getFullYear();
31402
+ if (isToday) {
31403
+ return new Date(dateTimeToFormat).toLocaleTimeString('en-us', {
31404
+ timeStyle: 'short',
31405
+ hour12: false,
31406
+ });
31407
+ }
31408
+ return new Date(dateTimeToFormat).toLocaleDateString();
31409
+ };
30864
31410
  var formatShortTime3 = function (dateTimeToFormat) {
30865
31411
  return new Date(dateTimeToFormat).toLocaleTimeString('en-us', {
30866
31412
  // weekday: 'long',