Commit Graph

128 Commits

Author SHA1 Message Date
60bf8d02f1 Web: Components: added react-dropzone library to drag-and-drop component 2020-08-26 11:34:01 +03:00
Alexey
2a0641decb Web: Components: Added SaveCancelButtons component 2020-08-06 10:00:41 +03:00
0231e60cc7 Merge branch 'master' into feature/files
# Conflicts:
#	web/ASC.Web.Components/package.json
#	web/ASC.Web.Components/src/components/icons/svg/index.js
#	web/ASC.Web.Components/src/index.js
2020-07-28 17:34:46 +03:00
Vladislav Makhov
20b67c8261 Fix Box export 2020-07-24 14:18:03 +03:00
Artem Tarasov
08f5b5e0f8 fixed outline, fixed error when file upload refused, export fix 2020-07-23 16:42:49 +03:00
c672728b43 Web: Components: Export Box component 2020-06-18 17:45:01 +03:00
Daniil Senkiv
09474e8be9 People.Client: replace FilterInput from asc-web-components to asc-web-common, delete asc-web-components FilterInput 2020-03-19 15:05:57 +03:00
7941f4ff05 Web: Components: added progress-bar component 2020-03-11 16:12:04 +03:00
cf1d2d2a95 web: Moved ErrorContainer from ASC.Web.Components to ASC.Web.Common 2020-01-27 14:31:13 +03:00
Ilya Oleshko
c9182de792 Web: Components: DropDownProfileItem: Removed component 2020-01-20 10:38:24 +03:00
b686e99f16 web: Common: Moved Layout and PageLayout to asc-web-common 2019-12-20 14:35:53 +03:00
3b88c07178 Merge branch 'master' into feature/advanced-selector-v2
# Conflicts:
#	products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js
#	products/ASC.People/Client/yarn.lock
#	web/ASC.Web.Client/yarn.lock
#	web/ASC.Web.Common/src/components/index.js
#	web/ASC.Web.Common/yarn.lock
#	web/ASC.Web.Components/src/components/advanced-selector/index.js
#	web/ASC.Web.Components/src/components/help-button/index.js
#	web/ASC.Web.Components/src/index.js
#       web/ASC.Web.Components/src/components/examples/people.selectors.stories.js [removed]
#
2019-12-14 12:32:31 +03:00
Ilya Oleshko
ae8bcec5aa web: Components: Fixed Header export 2019-12-11 15:36:42 +03:00
Ilya Oleshko
04f209620d web: Components: Fixed People selector story. Component ComboButton is no longer exported. 2019-12-11 15:24:57 +03:00
aeac729e52 web: Moved AdvancedSelector2 from asc-web-components to asc-web-common 2019-12-10 10:32:26 +03:00
3ead54b4e4 web: Components: Removed AdvancedSelector v1 2019-12-10 09:59:27 +03:00
8bd3c86d2b Merge branch 'master' into feature/advanced-selector-v2
# Conflicts:
#	products/ASC.People/Client/yarn.lock
#	web/ASC.Web.Client/yarn.lock
#	web/ASC.Web.Components/package.json
#	web/ASC.Web.Components/src/components/advanced-selector/index.js
#	web/ASC.Web.Components/src/components/help-button/index.js
#	web/ASC.Web.Components/src/components/icon-button/index.js
# Changed (by Text component changes):
#       web/ASC.Web.Components/src/components/advanced-selector2/sub-components/selector.js
#       web/ASC.Web.Components/src/components/advanced-selector2/advanced-selector2.stories.js
#       web/ASC.Web.Components/src/components/advanced-selector/sub-components/groups/header.js
#       web/ASC.Web.Components/src/components/advanced-selector/sub-components/options/body.js
#       web/ASC.Web.Components/src/components/advanced-selector/sub-components/selector.js
#       web/ASC.Web.Common/src/components/people-selector/index.js
2019-12-05 14:17:45 +03:00
ddeb711d1f web: Components: Exported AdvancedSelector2 2019-12-04 17:30:07 +03:00
Daniil Senkiv
fac36adde8 Merge branch 'master' of https://github.com/ONLYOFFICE/AppServer 2019-12-04 12:38:54 +03:00
Daniil Senkiv
3ec6c287c0 web.components: Text: refactoring, separating component to 3 components, apply changes 2019-12-04 12:36:13 +03:00
3832e78b3d web: Common: Moved ModuleTile from asc-web-components to asc-web-common 2019-12-03 15:10:07 +03:00
Daniil Senkiv
229eb8ceee Web.Components: EmailInput: added to export from asc-web-components 2019-10-30 15:59:04 +03:00
6262ed76dd Web: Components: added HelpButton import 2019-10-18 10:05:49 +03:00
ce77e46a3e Web: Components: added new library "react-tooltip", added "Tooltip" component, delete question icon component 2019-10-07 14:39:21 +03:00
d4a74bc099 Web: Components: added new component QuestionIcon with README and base render test 2019-10-04 11:14:23 +03:00
f9cfb0573c ASC.Web.Components: SidePanel merged with ModalDialog 2019-10-01 15:50:56 +03:00
23f15011f9 ASC.Web.Components: added new component SidePanel 2019-09-30 16:16:32 +03:00
0b25626394 web: components: Exported ComboButton 2019-09-19 15:58:11 +03:00
1179dee2f2 Web: Components: delete date-input library, delete date-input component. rename new-calendar to calendar 2019-09-18 10:34:59 +03:00
337d4d4d51 ASC.Web.Components: added SelectorAddButton 2019-09-10 14:46:50 +03:00
cb1740fc86 web: components: Fixed test issue for TreeNode 2019-09-09 15:05:17 +03:00
57924c79de Web: Component: shared calendar and date-picker components 2019-09-06 13:52:04 +03:00
Ilya Oleshko
bbcfe26e31 web: Components: Added PasswordInput component. 2019-09-05 10:20:21 +03:00
NikolayRechkin
ff59c13fbd Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-09-05 09:30:57 +03:00
NikolayRechkin
d54ba9f9d3 web: components: first version of the avatar editor 2019-09-05 09:23:05 +03:00
ccf2d863e5 ASC.Web.Components: device moved to utils 2019-09-04 13:29:32 +03:00
2b14e9e7b8 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-09-02 10:15:09 +03:00
afc3303301 web: components: Removed react-calendar-v2.13.2.tgz 2019-09-02 10:13:37 +03:00
43a8440588 Web: Components: Added date-input component, refactoring calendar code, fixed toggle-button propType 2019-09-02 09:45:45 +03:00
6218363b52 web: People: Added change group tree by filter 2019-08-30 11:36:19 +03:00
Ilya Oleshko
5a6d33d273 web: Components: Added RowContainer component. Added react-virtualized-auto-sizer dependency. 2019-08-29 16:02:11 +03:00
b6e46a305c Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore
# Conflicts:
#	products/ASC.People/Client/src/components/pages/ProfileAction/Section/Body/Form/userForm.js
#	products/ASC.People/Client/src/components/pages/ProfileAction/Section/Header/index.js
#	products/ASC.People/Client/src/components/pages/ProfileAction/index.js
#	web/ASC.Web.Components/src/components/input-block/index.js
#	web/ASC.Web.Components/src/index.js
2019-08-28 18:23:16 +03:00
26451fdf49 web: People: ProfileAction without reduxForm 2019-08-28 18:09:26 +03:00
1358550093 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	web/ASC.Web.Components/src/index.js
2019-08-26 11:53:18 +03:00
3fd0fd365e web: components: Init AdvancedSelector 2019-08-26 11:51:36 +03:00
969840730d Web: Components: Added new custom calendar 2019-08-23 15:23:22 +03:00
7ef1a9eeb1 web: components: export device 2019-08-21 11:21:59 +03:00
Ilya Oleshko
c8a020346e web: Components: Reworked Row.People component. Changed name to RowContent. 2019-08-20 16:08:14 +03:00
Ilya Oleshko
0ad354b05f web: Components: Fixed structure of PeopleRow component on Row.People 2019-08-19 10:13:26 +03:00
Ilya Oleshko
83978186eb web: Components: Added PeopleRow component. 2019-08-16 16:33:37 +03:00