6049 Commits

Author SHA1 Message Date
Eugenio Romano
ae1c0a7bca remove unused scss import 2017-09-29 17:06:11 +01:00
Eugenio Romano
545b04a642 fix build issues 2017-09-29 16:38:29 +01:00
Popovics András
33787b0427 Fix shared service design issue (#2399) 2017-09-29 16:28:02 +01:00
Eugenio Romano
5f48c6ef26 remove prebuilt theme 2017-09-29 16:23:39 +01:00
Denys Vuika
b158afef2b [ADF-1613] logout directive (#2393)
* logout directive

* test fixes
2017-09-29 16:12:51 +01:00
madhukar23
016e786531 [ADF-1615] Datatable - The ellipsis class doesn't work for a custom template (#2398)
* Added ellipsis property for data-column rendered using custom html template
2017-09-29 16:12:23 +01:00
Cilibiu Bogdan
809e14d641 [ADF-1616] download zip dialog title (#2397) 2017-09-29 09:00:06 -04:00
Denys Vuika
d789f84ed5 configurable 'supportedPageSizes' for document list (#2395) 2017-09-29 06:58:12 -04:00
Denys Vuika
f224c594c6 fix layout issues for report list (#2394) 2017-09-29 06:56:45 -04:00
Eugenio Romano
24bf9fb1c3 add style builder in demo shell for development purpose (#2385)
remove precompiled css theme from repository
2017-09-28 14:20:02 -04:00
siva kumar
1629a99911 [ADF-1608] Start Form - Improve the unit test cases. (#2390)
* * Covered more test case scenarios for start-form component

* [ADF-1608] Start Form - Improve the unit test cases.
* Refactored start-form.component.spec.ts
* Covered more test case scenarios for start-form component
2017-09-28 14:19:39 -04:00
Popovics András
e9766a6090 Fix running process issue (#2391) 2017-09-28 14:17:00 -04:00
Maurizio Vitale
e3ab50b4a1 [ADF-1595] Typeahead - Fetch the value from the process variables (#2388)
* Get the typeahead value from the process variables. We should not use the processDefinition to get again all the values

* Improve the dropdown widget
2017-09-28 15:22:26 +01:00
Deepak Paul
9673772f50 [ADF-1291] Attachment list is not instantly refreshed after upload (#2387)
* [ADF-1291] Attachment list after upload list is not instantly refreshed

* Implemented NgZone to ensure change detection

* [#2377 Github] Attachments control won't let you add a document you removed

* Reset the value of input after each upload so that change will be detected if the same file is selected repeatedly

* [#2377 Github] Attachments control won't let you add a document you removed

* Added test to make sure the input value is rest after upload
2017-09-28 14:58:12 +01:00
Denys Vuika
6b3358cc27 fix minor typo: remove spaces from versions 2017-09-28 09:50:05 -04:00
tdonovancsra
fcd01d6668 Update to comments for 508 compliance with translation (#2386)
* 508 fixes to bring the comments table into compliance. The <thead> element must be visible to users and <th> must display text that indicates what resides in the columns below.

* Updated to properly use the i18 translation
2017-09-28 07:45:56 -04:00
Popovics András
9af78dc240 Fix datewidget's moment issue (#2384) 2017-09-27 15:22:42 -04:00
Andy Stark
2651f17a14 [ADF-1586] Added new Core doc files (#2383) 2017-09-27 15:21:06 -04:00
Maurizio Vitale
e1573ddbde Fix dropdown should show the value in readonly mode (#2380) 2017-09-27 09:06:49 -04:00
Popovics András
092528db4f Show missing list after starting a process (#2379) 2017-09-27 08:24:58 -04:00
Popovics András
b1d2c53c4b [ADF-1585] - Fix datatable styles (#2374)
* Unify datatable hover and selection color

* Fix prebuilt styles collision
2017-09-26 10:38:31 -04:00
Maurizio Vitale
17d0525c24 Fix check taskList exist (#2375) 2017-09-26 10:35:27 -04:00
Popovics András
66cd368c52 Fix styles (#2376) 2017-09-26 10:33:51 -04:00
madhukar23
1497133213 [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters (#2370)
* [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters

* Added property [cursor: pointer] in accordion-group.component.scss

* [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters

* Added property [cursor: pointer] in accordion-group.component.scss

* Added css property for expand/collapse problem on heading click
2017-09-26 15:17:27 +01:00
Maurizio Vitale
f6907a7a00 Fix call start form with processInstance instead of processDefinition (#2373) 2017-09-26 14:13:31 +01:00
Popovics András
870cab047e [ADF-1582] Revert error widget style modification (#2372)
* Revert error widget style modification

* Fix start form issues
2017-09-26 13:27:19 +01:00
Maurizio Vitale
e8c9c209dc Save host only when apply (#2371)
[ADF-1581] Demo shell - Improve host setting configuration check
2017-09-25 22:13:45 +01:00
Denys Vuika
c9641da932 improved "start:dist" script (#2369) 2017-09-25 10:09:27 +01:00
Eugenio Romano
70a38acbff Update package json typescript version (#2368)
* update package json typescript version

* fix test problem

* fix minor upload type bug
1.9.0-beta6
2017-09-24 16:01:34 +01:00
Andy Stark
7f3a4fc513 [ADF-1549] Moved docassets folder inside docs folder (#2367) 2017-09-22 16:29:30 +01:00
Eugenio Romano
a9eff7fbaf [ADF-1584] remove primary color from user description in userinfo 1.9.0-beta4 2017-09-21 22:08:22 +01:00
Eugenio Romano
62f6ca0d08 [ADF-1238] Search debounce click issue fix and minor style clean (#2361)
* fix search issues no result table not shown
minor issues style button

* fix issue animation search input field debouncing toggle search

* fix test search
remove expandable probeprties

* remove test expand

* ripristinate expandable properties

* fix test
2017-09-21 20:13:37 +01:00
Popovics András
fbaf901462 [ADF-226] Add requeue button to task header (#2366)
* Add requeue button to task header

* Fixing typescript declaration
2017-09-21 18:37:27 +01:00
Andy Stark
417071db01 [ADF-1549] Improved formatting for doc index (#2365)
* [ADF-1549] Added undoc stoplist feature

* [ADF-1549] Better grouping of items in doc index

* [ADF-1549] Added undoc stoplist feature

* [ADF-1549] Better grouping of items in doc index
2017-09-21 17:58:43 +01:00
Popovics András
2d6c8f92f0 [ADF-1364] Infinite scrolling for Copy & Move (#2362)
* Use infinite pagination for search also
* Fix highlight in copy & move
* Fix highlight and material menu issue
* Update documentation
2017-09-21 14:34:31 +01:00
Denys Vuika
b28a5b2a69 proxy setup to fix native login dialog (for local runs) (#2363) 2017-09-21 11:25:56 +01:00
Eugenio Romano
4f84079a19 refactoring autocomplete fields form in order to use the material 2 autocomplete (#2358) 2017-09-21 10:10:47 +01:00
madhukar23
c8743dacc6 [ADF-1574] Info Drawer - Add a mechanism to know the current active tab (#2352)
* [ADF-1574] Info Drawer - Add a mechanism to know the current active tab

* Added a output event in adf-info-drawer component to get the currently active tab

* [ADF-1574] Info Drawer - Add a mechanism to know the current active tab

* Added a output event in adf-info-drawer component to get the currently active tab

* Added unit test file

* Updated info-drawer.md
2017-09-21 09:23:47 +01:00
Andy Stark
a3020897ed [ADF-1549] Added docs for Upload, Userinfo, Viewer and Webscript (#2359) 2017-09-20 18:12:01 +01:00
Maurizio Vitale
5cf61e319f Disable drag drop parent component (#2357) 2017-09-20 17:07:11 +01:00
Andy Stark
526ef72ed2 [ADF-1549] Added docs for Login, Search, Social and Tag (#2355) 2017-09-20 14:59:45 +01:00
Maurizio Vitale
77e75757a6 Fix start task form (#2356) 2017-09-20 14:59:35 +01:00
Andy Stark
1b3c8ac6ee [ADF-1549] Added doc files for remaining Activiti libraries (#2354) 2017-09-20 12:15:07 +01:00
Andy Stark
99f12b18a4 [ADF-1549] Added doc files for Processlist library (#2353) 2017-09-19 20:42:53 +01:00
Andy Stark
a41afe0dbd [ADF-1549] Added doc files for Tasklist library (#2350) 2017-09-19 13:37:31 +01:00
Maurizio Vitale
7a31a16178 Disable the attachment component when the task/process is completed (#2351) 2017-09-19 13:36:05 +01:00
Eugenio Romano
d7bd9aa50b [ADF-1568] Clean polyfills (#2347)
Use msSaveOrOpenBlob in content service for save fiel in IE
2017-09-19 10:03:41 +01:00
Eugenio Romano
c429aa8a10 fix people widget form component when no images are present (#2349) 2017-09-19 09:59:05 +01:00
Andy Stark
c76e13de4c [ADF-1549] Added doc files for Datatable library (#2348) 2017-09-18 20:04:00 +01:00
Andy Stark
1c6866f7d1 [ADF-1549] Added files for Core library (#2345)
* [ADF-1549] Added files for Core library

* [ADF-1549] Updated md files following checks
2017-09-18 16:52:56 +01:00