This commit is contained in:
Alexander Zinchuk 2023-06-16 12:47:30 +02:00
parent 4e5ab22b37
commit a9118df52a
35 changed files with 37 additions and 37 deletions

View File

@ -1 +1 @@
23
24

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/3779.8cf4cc6fc6aa156d38ea.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/3779.8cf4cc6fc6aa156d38ea.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/5769.bbe7b69ea485346b81ff.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/5769.bbe7b69ea485346b81ff.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
.MediaViewerSlides{position:absolute;display:flex;height:100%;max-height:100vh;min-height:-moz-available;max-height:-webkit-fill-available;width:100%;overflow:hidden;touch-action:none;top:0;left:0;right:0;bottom:0}.MediaViewerSlide{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;flex:100% 0 0;z-index:0;touch-action:none;transform-origin:0 0}.MediaViewerSlide--active{z-index:1}.MediaViewerSlide--moving{cursor:var(--custom-cursor, move)}
.SenderInfo{display:flex;align-content:center;cursor:var(--custom-cursor, pointer);color:rgba(255,255,255,.5);transition:.15s color}.SenderInfo:hover{color:#fff}.SenderInfo .Avatar{margin-inline-end:1rem}@media(max-width: 600px){.SenderInfo .Avatar{display:none}}.SenderInfo .meta{display:flex;flex-direction:column;justify-content:center;max-width:calc(100% - 3.75rem)}.SenderInfo .title{line-height:1.4375rem;font-weight:500;white-space:pre;overflow:hidden;text-overflow:ellipsis}.SenderInfo .date{line-height:1.25rem;font-size:.875rem;letter-spacing:-0.01rem}
#MediaViewer{position:fixed;top:0;left:0;width:100vw;height:100%;background:rgba(0,0,0,.9);color:#fff;z-index:var(--z-media-viewer);display:grid;grid-template-columns:auto;grid-template-rows:auto 1fr;grid-column-gap:0;grid-row-gap:0;justify-items:stretch;align-items:center}@media(max-width: 600px){#MediaViewer{background:#000}}#MediaViewer:not(.shown){display:block !important;transform:scale(0)}body.ghost-animating #MediaViewer>.pan-wrapper,body.ghost-animating #MediaViewer>button,body.ghost-animating #MediaViewer .MediaViewerContent img,body.ghost-animating #MediaViewer .MediaViewerContent .VideoPlayer{display:none}body:not(.no-media-viewer-animations) #MediaViewer{transition-duration:.3s !important}#MediaViewer:not(.open) .SenderInfo,#MediaViewer .closing .SenderInfo{pointer-events:none;transition:none}#MediaViewer.zoomed .navigation{display:none}#MediaViewer.zoomed .media-viewer-head{z-index:2}#MediaViewer.zoomed .MediaViewerSlide{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:0;z-index:1}#MediaViewer .media-viewer-head{display:flex;grid-area:1/1/2/-2;position:relative;z-index:var(--z-media-viewer-head);min-width:0;background:linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);padding:.5rem max(1.25rem,env(safe-area-inset-left))}#MediaViewer .media-viewer-head>.Transition{width:100%;min-width:0}@media(max-width: 600px){#MediaViewer .media-viewer-head{padding:.5rem max(.5rem,env(safe-area-inset-left))}#MediaViewer .media-viewer-head .media-viewer-close{margin-right:1.5rem}}@supports not (padding: 0.5rem max(1.25rem, env(safe-area-inset-left))){#MediaViewer .media-viewer-head{padding:.5rem 1.25rem}@media(max-width: 600px){#MediaViewer .media-viewer-head{padding:.5rem}}}body.is-electron.is-macos #MediaViewer .media-viewer-head{-webkit-app-region:drag}body.is-electron.is-macos #Main:not(.is-fullscreen) #MediaViewer .media-viewer-head{padding-left:5rem}#MediaViewer>.Transition,#MediaViewer>.pan-wrapper{grid-area:1/1/-1/-1}#MediaViewer>.Transition,#MediaViewer>.pan-wrapper .Transition{position:relative;justify-self:center;text-align:center;width:100%;height:100%;display:flex;align-items:center;overflow:hidden}#MediaViewer .navigation{position:fixed;top:4rem;width:10vw;bottom:0;border:none;padding:0;margin:0;-webkit-appearance:none;appearance:none;background:rgba(0,0,0,0) no-repeat;background-size:1.25rem;opacity:0;transition:opacity .15s;outline:none;cursor:var(--custom-cursor, pointer);z-index:1}@media(max-width: 600px){#MediaViewer .navigation{width:20vw}}#MediaViewer .navigation:hover,.is-touch-env #MediaViewer .navigation{opacity:1}#MediaViewer .navigation.prev{background-image:url(media_navigation_previous.11f3cfece8fead5a78e6.svg);background-position:1.25rem calc(50% - 2rem);left:env(safe-area-inset-left)}#MediaViewer .navigation.prev[dir=rtl]{left:auto;right:env(safe-area-inset-right);transform:scaleX(-1)}@supports not (left: env(safe-area-inset-left)){#MediaViewer .navigation.prev{left:0}#MediaViewer .navigation.prev[dir=rtl]{left:auto;right:0}}#MediaViewer .navigation.next{right:env(safe-area-inset-right);background-image:url(media_navigation_next.3d6e264d21e73ad72573.svg);background-position:calc(100% - 1.25rem) calc(50% - 2rem)}#MediaViewer .navigation.next[dir=rtl]{right:auto;left:env(safe-area-inset-left);transform:scaleX(-1)}@supports not (right: env(safe-area-inset-right)){#MediaViewer .navigation.next{right:0}#MediaViewer .navigation.next[dir=rtl]{right:auto;left:0}}#MediaViewer .navigation.inline{top:calc(50% - 3rem);bottom:unset;height:6rem;background-position-y:center}@media(max-width: 600px){#MediaViewer .navigation.inline{opacity:0;transition:opacity .15s ease-in;pointer-events:none}.video-controls-visible #MediaViewer .navigation.inline{opacity:1;pointer-events:auto}}#MediaViewer .is-protected{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;pointer-events:none}.ghost{position:absolute;z-index:var(--z-media-viewer);will-change:transform,opacity;overflow:hidden;border-radius:0;transition:transform .2s ease,opacity .2s ease}.ghost.transition-circle{transition:transform .2s ease,opacity .2s ease,border-radius .2s ease}.ghost.rounded-corners{border-radius:var(--border-radius-messages)}.ghost.circle{border-radius:50%}body.is-ios .ghost{transition:transform .2s ease,opacity .2s ease,border-radius .2s ease !important}.ghost img,.ghost video{width:100%;height:100%;user-select:none;-webkit-user-select:none;object-fit:cover}
.ChatOrUserPicker .modal-dialog{height:70%;max-width:25rem}@media(max-width: 600px){.ChatOrUserPicker .modal-dialog{height:90%}}.ChatOrUserPicker .modal-header{display:flex;align-items:center;padding:.25rem .5rem}.ChatOrUserPicker .modal-header .Button{margin-right:.5rem}.ChatOrUserPicker .modal-header .input-group{margin:0;flex:1}.ChatOrUserPicker .modal-header .form-control{border:none;box-shadow:none !important;height:2.75rem;padding:.5rem;font-size:1.25rem;line-height:1.75rem;unicode-bidi:plaintext}.ChatOrUserPicker .modal-content{padding:0 !important;overflow:hidden;display:flex;flex-direction:column}.ChatOrUserPicker .modal-content>.Transition{height:100%;overflow:hidden}.ChatOrUserPicker .modal-content .picker-list{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 .5rem}body.is-ios .ChatOrUserPicker .modal-content .picker-list,body.is-android .ChatOrUserPicker .modal-content .picker-list{padding:0}@media(max-width: 600px){.ChatOrUserPicker .modal-content .picker-list{padding:0}}.ChatOrUserPicker .no-results{height:100%;margin:0;padding:1rem 1rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}.ChatOrUserPicker .scroll-container{position:relative}.ChatOrUserPicker .ListItem{position:absolute;width:100%}body.is-ios .ChatOrUserPicker .ListItem:not(:last-of-type)::after,body.is-android .ChatOrUserPicker .ListItem:not(:last-of-type)::after{right:-0.5rem}@media(max-width: 600px){.ChatOrUserPicker .ListItem.chat-item-clickable:not(.force-rounded-corners){margin:0}.ChatOrUserPicker .ListItem.chat-item-clickable:not(.force-rounded-corners) .ListItem-button{border-radius:0}}.ChatOrUserPicker .topic-icon{--custom-emoji-size: 2.75rem;margin-inline-end:.25rem !important;width:2.75rem;height:2.75rem;font-size:2.75rem !important}.ChatOrUserPicker .topic-icon-letter{font-size:1.5rem}.ChatOrUserPicker .topic-item .ListItem-button{display:flex;align-items:center;font-size:1rem;line-height:1.6875rem;font-weight:500}.ChatOrUserPicker .topic-item .fullName{overflow:hidden;text-overflow:ellipsis}.ChatOrUserPicker .topic-item .emoji-small{width:1rem;height:1rem}
.ChatOrUserPicker .modal-dialog{height:70%;max-width:25rem}@media(max-width: 600px){.ChatOrUserPicker .modal-dialog{height:90%}}.ChatOrUserPicker_slide{display:flex;flex-direction:column}.ChatOrUserPicker .modal-header{display:flex;align-items:center;padding:.25rem .5rem}.ChatOrUserPicker .modal-header .Button{margin-right:.5rem}.ChatOrUserPicker .modal-header .input-group{margin:0;flex:1}.ChatOrUserPicker .modal-header .form-control{border:none;box-shadow:none !important;height:2.75rem;padding:.5rem;font-size:1.25rem;line-height:1.75rem;unicode-bidi:plaintext}.ChatOrUserPicker .modal-content{padding:0 !important;overflow:hidden;display:flex;flex-direction:column}.ChatOrUserPicker .modal-content>.Transition{height:100%;overflow:hidden}.ChatOrUserPicker .modal-content .picker-list{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 .5rem}body.is-ios .ChatOrUserPicker .modal-content .picker-list,body.is-android .ChatOrUserPicker .modal-content .picker-list{padding:0}@media(max-width: 600px){.ChatOrUserPicker .modal-content .picker-list{padding:0}}.ChatOrUserPicker .no-results{height:100%;margin:0;padding:1rem 1rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}.ChatOrUserPicker .scroll-container{position:relative}.ChatOrUserPicker .ListItem{position:absolute;width:100%}body.is-ios .ChatOrUserPicker .ListItem:not(:last-of-type)::after,body.is-android .ChatOrUserPicker .ListItem:not(:last-of-type)::after{right:-0.5rem}@media(max-width: 600px){.ChatOrUserPicker .ListItem.chat-item-clickable:not(.force-rounded-corners){margin:0}.ChatOrUserPicker .ListItem.chat-item-clickable:not(.force-rounded-corners) .ListItem-button{border-radius:0}}.ChatOrUserPicker .topic-icon{--custom-emoji-size: 2.75rem;margin-inline-end:.25rem !important;width:2.75rem;height:2.75rem;font-size:2.75rem !important}.ChatOrUserPicker .topic-icon-letter{font-size:1.5rem}.ChatOrUserPicker .topic-item .ListItem-button{display:flex;align-items:center;font-size:1rem;line-height:1.6875rem;font-weight:500}.ChatOrUserPicker .topic-item .fullName{overflow:hidden;text-overflow:ellipsis}.ChatOrUserPicker .topic-item .emoji-small{width:1rem;height:1rem}
.XxZ7KIBUQzsSYf8KZiIc{margin:1rem 0}
.CalendarModal .modal-dialog{max-width:26.25rem}.CalendarModal .modal-dialog .modal-content{padding:.375rem 1rem 1rem}.CalendarModal .timepicker{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.CalendarModal .timepicker .form-control{max-width:5rem;text-align:center}.CalendarModal .timepicker .form-control:first-child{margin-right:1rem}.CalendarModal .timepicker .form-control:last-child{margin-left:1rem}.CalendarModal .footer{display:flex;justify-content:flex-end;flex-direction:column}.CalendarModal .footer .Button{text-transform:none}.CalendarModal .footer .Button+.Button{margin-top:.5rem}.CalendarModal .month-selector{display:flex;align-items:center}.CalendarModal .month-selector h4{flex:1;margin:0 0 0 1.25rem;font-size:1.25rem}@media(max-width: 600px){.CalendarModal .month-selector h4{margin-left:.75rem}}.CalendarModal .month-selector h4~.Button{color:var(--color-primary)}.CalendarModal .month-selector .Button.hidden{opacity:.5;pointer-events:none}.CalendarModal .day-button{position:relative;border-radius:4rem;outline:none !important;font-weight:500;margin:.125rem .625rem}@media(max-width: 600px){.CalendarModal .day-button{margin:.25rem .375rem}}.CalendarModal .day-button.weekday{margin-bottom:0;height:1rem}.CalendarModal .day-button.clickable{cursor:var(--custom-cursor, pointer)}.CalendarModal .day-button.clickable:hover{background-color:var(--color-interactive-element-hover)}.CalendarModal .day-button.clickable.selected{background-color:var(--color-primary);color:#fff}.CalendarModal .day-button.disabled{opacity:.25;pointer-events:none}.CalendarModal .day-button::before{content:"";display:block;padding-top:100%}.CalendarModal .day-button span{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.CalendarModal .calendar-wrapper{display:flex;align-items:center;justify-content:center;min-height:17rem;margin:1.5rem -0.5rem .5rem}.CalendarModal .calendar-grid{display:grid;grid-template-columns:repeat(7, 1fr);width:100%}
.NewContactModal .modal-dialog{max-width:28rem}.NewContactModal__new-contact{display:flex}@media(max-width: 500px){.NewContactModal__new-contact{flex-direction:column}}.NewContactModal__new-contact-fieldset{flex:1;margin-inline-start:1rem}@media(max-width: 500px){.NewContactModal__new-contact-fieldset{margin-inline-start:0;margin-top:1rem}}.NewContactModal__profile{display:flex;align-items:center;margin-bottom:2rem}.NewContactModal__profile-info{margin-inline-start:1rem}.NewContactModal__user-status{color:var(--color-text-secondary)}.NewContactModal__phone-number{font-size:1.5rem;margin-bottom:0}.NewContactModal__help-text{font-size:.9375rem;color:var(--color-text-secondary)}
@ -109,4 +109,4 @@
.ConfirmPayment{display:flex;height:100%;border-bottom-left-radius:var(--border-radius-default-small);border-bottom-right-radius:var(--border-radius-default-small);overflow:hidden}.ConfirmPayment__content{width:100%;height:100%;border:none}
.PaymentModal.recurring .Transition{height:33rem;max-height:calc(92vh - 8.375rem)}.PaymentModal .modal-backdrop{pointer-events:none}.PaymentModal .header{position:relative;border-top-left-radius:var(--border-radius-default-small);border-top-right-radius:var(--border-radius-default-small);width:100%;padding:.5rem 1rem .25rem;display:flex;align-items:center;flex-direction:row;background:var(--color-background)}.PaymentModal .header h3{margin-bottom:0;margin-left:1.5rem;unicode-bidi:plaintext;text-align:initial}.PaymentModal .Transition{height:min(27rem,68vh)}.PaymentModal .empty-content{height:25rem;max-height:90%;display:flex;align-items:center;justify-content:center}.PaymentModal .receipt-content{height:25rem;overflow-y:auto}.PaymentModal .content{overflow:auto;overflow-x:hidden;width:100%;height:100%;position:relative}.PaymentModal .footer{position:relative;bottom:0;border-bottom-left-radius:var(--border-radius-default-small);border-bottom-right-radius:var(--border-radius-default-small);width:100%;padding:.75rem 1rem;background:var(--color-background);border-top:.0625rem var(--color-borders) solid}.PaymentModal .footer button{text-transform:none;font-weight:500}.PaymentModal .modal-dialog{width:25rem}.PaymentModal .modal-content{padding:0;overflow:hidden}@media screen and (max-device-width: 640px)and (max-height: 640px)and (orientation: landscape){.PaymentModal .modal-dialog,.PaymentModal.recurring .modal-dialog{max-height:100%}.PaymentModal .Transition,.PaymentModal.recurring .Transition{height:10rem}}
/*# sourceMappingURL=BundleExtra.bb3fca8cb9fdba59c332.css.map*/
/*# sourceMappingURL=BundleExtra.8cf4cc6fc6aa156d38ea.css.map*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -6,7 +6,7 @@
if ((hostname === 'weba.telegram.org' || hostname === 'webz.telegram.org') && !localStorage.getItem('tt-global-state')) {
window.location.href = 'https://web.telegram.org/a';
}</script><script defer="defer" src="main.6b80dd6aac141c3f62e8.js"></script><link href="main.06b4b7ac6304be4c2507.css" rel="stylesheet"></head><body id="root"><noscript><video src="./nojs.mp4" class="nojs-video" muted loop autoplay playsinline disablepictureinpicture></video><h1>Telegram Web</h1><p>Please, enable JavaScript to open the app.</p></noscript><div id="portals"></div><script>function compatTest() {
}</script><script defer="defer" src="main.43f4bc09fdb6c9593ff1.js"></script><link href="main.06b4b7ac6304be4c2507.css" rel="stylesheet"></head><body id="root"><noscript><video src="./nojs.mp4" class="nojs-video" muted loop autoplay playsinline disablepictureinpicture></video><h1>Telegram Web</h1><p>Please, enable JavaScript to open the app.</p></noscript><div id="portals"></div><script>function compatTest() {
var hasPromise = typeof Promise !== 'undefined';
var hasWebSockets = typeof WebSocket !== 'undefined';
var hasWebCrypto = window.crypto && typeof window.crypto.subtle !== 'undefined';

File diff suppressed because one or more lines are too long

1
dist/main.43f4bc09fdb6c9593ff1.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/version.txt vendored
View File

@ -1 +1 @@
1.61.23
1.61.24

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "telegram-t",
"version": "1.61.23",
"version": "1.61.24",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "telegram-t",
"version": "1.61.23",
"version": "1.61.24",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "telegram-t",
"version": "1.61.23",
"version": "1.61.24",
"description": "",
"main": "index.js",
"scripts": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
1.61.23
1.61.24