Commit Graph

665 Commits

Author SHA1 Message Date
Ilya Oleshko
c3981206b5 web: Components: Disabled user-select for Avatar at ContentRow component 2019-08-08 12:17:49 +03:00
0225c02a9c Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 11:37:35 +03:00
e8d68ae684 web: components: Fixed double click action on Link 2019-08-08 11:37:19 +03:00
9dd1792735 web: components: Refactoring SelectedItem component 2019-08-08 11:36:46 +03:00
Ilya Oleshko
49da8dfad7 web: Components: Fixed isDisabled property at ComboBox component and disabled user-select style 2019-08-08 11:17:29 +03:00
Ilya Oleshko
a07a4f838b web: Components: Disabled user-select for NamedAvatar at Avatar component 2019-08-08 11:15:45 +03:00
Alexey Kostenko
af374ccce2 web: components: added SelectedItem component 2019-08-07 18:17:21 +03:00
56acf17769 web: components: Fixed Cannot read property 'preventDefault' of undefined 2019-08-07 17:37:18 +03:00
3827beaa1e Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-07 14:43:33 +03:00
d293c6bde0 Web: Components: update onSelect function(send key and title), added new property selected item, modified propTypes 2019-08-07 14:43:24 +03:00
3c1d5f9047 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-07 13:58:09 +03:00
b0d5d1ea72 web: People: Optimization of People list rendering
Added new packages: react-window and react-virtualized-auto-sizer;
Added changes to Scrollbar, PageLayout and PageSection
2019-08-07 13:57:54 +03:00
Ilya Oleshko
ec8b5f4bde web: Components: Separated component DropDownItem.
Added component DropDownProfileItem.
Edited DropDown component and its use in affected components.
Adjusted story and readme files.
2019-08-07 12:36:39 +03:00
Ilya Oleshko
707a0bc9c9 web: Components: Fixed role position at Avatar component 2019-08-07 12:31:19 +03:00
Alexey Kostenko
83230999d3 web: components: Text.Body: Add fontSize property 2019-08-07 11:44:28 +03:00
Alexey Kostenko
4e2239d4fd web: components: Text: Color property is now custom 2019-08-07 11:18:42 +03:00
778f129013 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-07 11:14:21 +03:00
ba5521ce82 Web: Components: Added search index of array objects 2019-08-07 11:14:12 +03:00
Ilya Oleshko
8a35cdb2e7 web: Components: Fixed Link usage at Avatar component 2019-08-07 10:29:33 +03:00
f308c669e1 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-06 18:46:36 +03:00
14a0bc68a3 Web: Components: Added property onSelect, renamed tabs to component tabs 2019-08-06 18:46:16 +03:00
Alexey Kostenko
04ff759147 web: components: Text: Fix 2019-08-06 17:31:52 +03:00
Daniil Senkiv
a37af4b1e5 Web: Components: Textarea: renamed component and used 'value' as attribute 2019-08-06 16:36:41 +03:00
3e992b61f7 Web: Component: reworked logic of tab container component, deleted tab icon. 2019-08-06 14:50:16 +03:00
c61a631da4 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-06 12:07:22 +03:00
8213e504ba Web: Component: Added property disabled for TabContainer 2019-08-06 12:04:01 +03:00
Alexey Kostenko
d6ad3c4301 web: components: Text: Tag change via "as" 2019-08-06 11:09:40 +03:00
Ilya Oleshko
fcc1dcf7d5 Web: Components: Fixed selectedOption propType for Paging component. Fixed Paging story. 2019-08-06 10:40:23 +03:00
Ilya Oleshko
98b2448710 Web: Components: Fixed selectedOption propType for ComboBox component. Fixed ComboBox story. 2019-08-06 10:39:35 +03:00
Ilya Oleshko
5eede5c600 Web: Components: Fixed setState property name for ComboBox component 2019-08-06 10:26:30 +03:00
73e3481f6c Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-05 19:05:16 +03:00
cc28bd5f6c Web: Components: added read-me file, deleted never used libraries, reworked tabs icon 2019-08-05 19:05:03 +03:00
a2288468ff Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-05 18:13:12 +03:00
c58bfe6ca6 web: components: Fixed update selectedOption 2019-08-05 18:12:25 +03:00
ed1bb8c1f8 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore
# Conflicts:
#	web/ASC.Web.Components/src/index.js
2019-08-05 17:44:29 +03:00
907f97bb78 Web: Components: update tabs text color 2019-08-05 17:41:39 +03:00
Ilya Oleshko
339f8ef55e Web: Components: Fixed onClick call at ComboBox component 2019-08-05 16:27:39 +03:00
Ilya Oleshko
7e5fb3776c Web: Components: Renamed property selectedIndex to selectedOption for ComboBox at FilterInput component 2019-08-05 16:25:52 +03:00
442940c593 Web: Components: added Tab component and svg icon 2019-08-05 16:09:12 +03:00
Ilya Oleshko
812d8db364 Web: Components: Renamed propertys perPageItems to countItems, onSelectPerPage to onSelectCount and added propertys selectedPage and selectedCount for Paging component. Fixed Paging story and readme. 2019-08-05 15:53:38 +03:00
Ilya Oleshko
db7f179316 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-05 15:45:29 +03:00
Ilya Oleshko
a9d4fa6dc3 Web: Components: Renamed property selectedIndex to selectedOption 2019-08-05 15:45:15 +03:00
NikolayRechkin
6a7fe0ecb7 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-05 15:23:46 +03:00
NikolayRechkin
1590dea06a web: components: added new default data property to a SearchInput and FilterInput components 2019-08-05 15:23:07 +03:00
0e86e65dfe web: components: Fixed path 2019-08-05 13:25:18 +03:00
Daniil Senkiv
44b4332e1c web: components: RadioButton: removed extra wrappers and unused imports 2019-08-02 18:18:50 +03:00
84c7677e0b Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-02 17:34:58 +03:00
7800b4e8fe web: People: Implemented change sort item 2019-08-02 17:34:46 +03:00
Daniil Senkiv
99d9c5aea8 web: components: TextArea: removed unused import 2019-08-02 17:34:10 +03:00
Daniil Senkiv
ae413c3c72 web: components: RadioButton: fixed 2019-08-02 17:33:23 +03:00