Commit Graph

496 Commits (52b43e4b56d66fc2ec502d666c84d128cd2302c8)

Author SHA1 Message Date
mehmet-erim bf6426246a refactor(theme-shared): set right and bottom inputs 30px as default
6 years ago
mehmet-erim 1a99d4d359 Merge branch 'feature/toast-component' of https://github.com/abpframework/abp into feature/toast-component
6 years ago
mehmet-erim dc80d0687b style(theme-shared): move modal styles to modal.component.scss and remove confirmation and toaster styles
6 years ago
mehmet-erim 5246e60647 fix(theme-shared): fix closing confirmation with esc
6 years ago
mehmet-erim 75b32f21bc tests(theme-shared): fix confirmation and toaster tests
6 years ago
TheDiaval 3e40fc3a7b fix(theme-shared): change z-index of container element
6 years ago
TheDiaval f0158d4d50 feat(theme-shared): change icon color to severity color
6 years ago
TheDiaval 835a17b513 fix(theme-shared): correct css class names for confirmation icons
6 years ago
TheDiaval 6b3d7433cb refactor(theme-shared): change opacity and icon size
6 years ago
mehmet-erim 423192e57f fix(theme-shared): fix confirmation and toast localizations
6 years ago
mehmet-erim b32718eec7 fix(theme-shared): fix confirmation and toaster type errors
6 years ago
mehmet-erim 12a66091cc Merge branch 'dev' of https://github.com/abpframework/abp into feature/toast-component
6 years ago
Mehmet Erim df2b147adb
Merge pull request #2610 from abpframework/fix/remember-me
6 years ago
mehmet-erim 189a77f4c4 fix: fix remember me functionality
6 years ago
TheDiaval 91b68e0bca test(theme-shared): removed test for primeng toaster and confirmation components
6 years ago
TheDiaval c94448e443 refactor(theme-shared): remove Confirmation.Status enum
6 years ago
TheDiaval f48e37f845 Merge branch 'feature/toast-component' of https://github.com/abpframework/abp into feature/toast-component
6 years ago
TheDiaval 0f65dfb037 refactor(theme-shared): change return types of show confirmation methods
6 years ago
TheDiaval 72fee038a5 feat(theme-shared): add clear toasts by key functionality
6 years ago
Yasin Aydın 06ab6623e4
Merge branch 'dev' into feature/toast-component
6 years ago
TheDiaval ee4e0d9ad5 feat(theme-shared): export new toast animation
6 years ago
TheDiaval 5cb651a8bf refactor(theme-shared): add new confirmation service
6 years ago
TheDiaval 009bde83fd refactor(theme-shared): add new confirmation types and interfaces
6 years ago
TheDiaval 21d747e5d7 refactor(theme-shared): add new confirmation component and its styles
6 years ago
TheDiaval e8ac235a29 refactor(theme-shared): add new toaster service
6 years ago
TheDiaval 547d1a8a20 feat(theme-shared): add toast in and out animations
6 years ago
TheDiaval 13ed5e03aa feat(theme-shared): import toast-container component to module
6 years ago
TheDiaval e8345efea2 refactor(theme-shared): change toaster types and interfaces
6 years ago
TheDiaval f085267d12 refactor(theme-shared): remove abstract toaster class
6 years ago
TheDiaval e34d9db20a refactor(theme-shared): change toast component and its style
6 years ago
TheDiaval 78e4429bcc feat(theme-shared): add toast-container component
6 years ago
mehmet-erim 4f3df423ab refactor(theme-shared): change the table row hover style
6 years ago
mehmet-erim 1b2476ad7b tests(theme-shared): add table.component.spec
6 years ago
mehmet-erim 49a14b999e refactor(theme-shared): change td element to div
6 years ago
mehmet-erim 475d3bbed6 tests(theme-shared): add loading.directive.spec
6 years ago
mehmet-erim 900d0b293e tests(theme-shared): add pagination.component.spec
6 years ago
mehmet-erim 55f5d8f52e chore(theme-shared): rename paginator to pagination
6 years ago
mehmet-erim 6db7d50a0f feat(theme-shared): add hover to table rows
6 years ago
mehmet-erim 25e944e171 feat(tenant-management): implement abp table to tenants
6 years ago
mehmet-erim e92e1641bb feat(theme-shared): remove prime table instance from table sort directive and add abp table instance
6 years ago
mehmet-erim 9d448efd67 feat(theme-shared): add empty template to table component
6 years ago
mehmet-erim a9df4c7ad0 refactor(theme-shared): add trackByFn
6 years ago
mehmet-erim ea2eeb3ebb feat(theme-shared): add loading directive and component
6 years ago
mehmet-erim 1588f3b88c chore: remove ngx-perfect-scrollbar from theme-shared dependencies
6 years ago
mehmet-erim 746d156e15 refactor(theme-shared): improve table scrolling user experience
6 years ago
mehmet-erim a262ac1a8d feat(theme-shared): create table component
6 years ago
mehmet-erim 383e3e1e50 feat(theme-shared): create paginator component
6 years ago
mehmet-erim 360a74bd5a refactor(theme-shared): add click, focus, blur outputs
6 years ago
TheDiaval 4b5c6a28b7 refactor(theme-shared): change modal backdrop style
6 years ago
TheDiaval 27d9f69056 refactor(theme-shared): change modal-backdrop size
6 years ago
TheDiaval b885bc1239 refactor(theme-shared): change modal-backdrop width
6 years ago
mehmet-erim 04d182c8ae Merge branch 'dev' of https://github.com/abpframework/abp into feat/replaceable-components
6 years ago
TheDiaval 3a32436aaa test(theme-shared): correct test host component input
6 years ago
TheDiaval f1d0ebae85 refactor!: remove deprecated functions, outputs, inputs etc.
6 years ago
mehmet-erim 8cb5843a2a chore: add homepage and repo information to all package json files
6 years ago
TheDiaval 08c7dcfe54 test(theme-shared): correct the test for sort icon component
6 years ago
TheDiaval b0ddb294fd style(theme-shared): change table sort icons
6 years ago
mehmet-erim a741a6dcd1 Upgrade ng package versions
6 years ago
Halil İbrahim Kalkan b5404b1a7b Update source packages versions
6 years ago
mehmet-erim 9e51540061 chore(theme-shared): regulate tslint comments in button component
6 years ago
mehmet-erim 7a8c1977b5 refactor: remove importants
6 years ago
Mehmet Erim 075bfe45bb
Merge pull request #2266 from abpframework/test/theme-shared
6 years ago
thediaval ad7f0b2e3e test(theme-shared): add sort-order-icon component test
6 years ago
mehmet-erim 40641a63b4 refactor(theme-shared): add snq for type error
6 years ago
mehmet-erim d17d6b1c16 refactor(theme-shared): rename error.component
6 years ago
mehmet-erim 47b99a7221 test(theme-shared): fix errors
6 years ago
mehmet-erim 1f8c4477cf fix(theme-shared): wrong folder name
6 years ago
mehmet-erim 383c4f6a29 fix(theme-shared): modal animation and backdrop height
6 years ago
mehmet-erim 4a2f7e1ecc fix(theme-shared): bread crumb type error
6 years ago
mehmet-erim d7c9a6044c fix(theme-shared): breadcrumb type error
6 years ago
TheDiaval 2acbb98a58 Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
thediaval 044a2a3f51 refactor(theme-shared): change button outputs and use click.stop directive
6 years ago
mehmet-erim 5a1914ff2e Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
mehmet-erim c5c02d24f1 Merge branch 'master' into dev
6 years ago
thediaval 7d85c6c59a improvement(theme-shared): change custom-checkbox label cursor style to pointer
6 years ago
mehmet-erim b56b0d2fa8 Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
mehmet-erim f8c5d49034 test: fix testing errors
6 years ago
mehmet-erim dcc612f5c3 refactor(theme-shared): add a type error control to modal.component
6 years ago
mehmet-erim d2dc06982b fix: remove console warn
6 years ago
mehmet-erim e9c3e40127 test: fix jest configurations
6 years ago
mehmet-erim 4769843e30 feat(theme-shared): add date parser formatter for ng-datepicker
6 years ago
İsmail ÇAGDAŞ 33ecd49ff8 Update source packages versions
6 years ago
İsmail ÇAGDAŞ 6f63267e9b updated from master
6 years ago
mehmet-erim 8365934032 feat(theme-shared): add hideCloseIcon property to http error config token
6 years ago
mehmet-erim 9552ee0221 refactor(theme-shared): change margin class
6 years ago
mehmet-erim 2c891d84e9 fix(theme-shared): creating custom error component problem
6 years ago
İsmail ÇAGDAŞ a00202070f Update source packages versions
6 years ago
İsmail ÇAGDAŞ f171b58a17 updated ng-packs from dev
6 years ago
mehmet-erim 718ddfa004 docs: update angular readme files
6 years ago
mehmet-erim c7c1efe378 feat(theme-shared): add id input to button.component
6 years ago
mehmet-erim d73f8a6e9b chore: update npm versions
6 years ago
mehmet-erim 8985187fe8 Merge branch 'dev' of https://github.com/abpframework/abp into feat/theme-shared/custom-error
6 years ago
mehmet-erim c01bd2828a test(theme-shared): refactor error.component and error.handler tests
6 years ago
mehmet-erim 707c37c04d feat(theme-shared): add destroy subject to custom error component
6 years ago
yinchang f89bbd948e fix(theme-shared):fix #2107,when use Esc key to close modal ,should trigger destroy to avoid raise an error
6 years ago
mehmet-erim 5809d1ba01 feat(theme-shared): add http error config token
6 years ago
mehmet-erim 257cc8f459 feat(theme-shared): add custom component features to error.component
6 years ago
mehmet-erim af76b3ab65 chore(theme-shared): remove decrecated input from the button
6 years ago
mehmet-erim e06ef46698 refactor: toaster localization types
6 years ago
mehmet-erim f55862adca fix(theme-shared): confirmation yes text localization
6 years ago
mehmet-erim 38b8a95219 fix(theme-shared): button events
6 years ago
Yasin Aydın 7db573daf0
Merge pull request #2069 from abpframework/test/theme-shared
6 years ago
mehmet-erim d3e9495bdd Merge master
6 years ago
mehmet-erim ae31b57aa9 fix: move table-sort.directive to theme-shared
6 years ago
mehmet-erim a5467abfa6 test(theme-shared): add chart.component.spec
6 years ago
mehmet-erim ebff2cfcac test(theme-shared): add modal.component.spec
6 years ago
mehmet-erim 413994fd81 test(theme-shared): add loader-bar.component.spec
6 years ago
mehmet-erim 09f804b2ae test(theme-shared): add error.component.spec
6 years ago
mehmet-erim c49ecf2b1e test(theme-shared): add new expects to breadcrumb test
6 years ago
mehmet-erim 9432fc0af7 test: add new expects to breadcrumb
6 years ago
mehmet-erim 104ebb4a32 test: create mock strategy for breadcrumb
6 years ago
mehmet-erim a143db7819 test: add breadcrumb.component.spec
6 years ago
mehmet-erim ab145d4680 refactor(theme-shared): change confirmation property keys in options
6 years ago
mehmet-erim 358bb81dc3 test(theme-shared): add confirmation.service.spec
6 years ago
mehmet-erim 1cec281086 test(theme-shared): add toaster.service.spec
6 years ago
mehmet-erim 48fe815634 chore: update npm versions
6 years ago
mehmet-erim 39c894d5b9 refactor(theme-shared): remove change-password and profile components
6 years ago
mehmet-erim 878d39c993 fix(theme-shared): button events
6 years ago
mehmet-erim c0fef92662 feat: add abp-collapsed-height and remove abp-collapsed class
6 years ago
mehmet-erim 91f10eec66 feat(theme-shared): add collapseLinearWithMargin animation
6 years ago
mehmet-erim fe2d73102d feat(theme-shared): add table scroll styles
6 years ago
mehmet-erim d6c049d3bf feat(theme-shared): add expand classes and implement to layout
6 years ago
mehmet-erim 6f94e736e3 feat: add collapseWithMargin animation
6 years ago
Halil İbrahim Kalkan 99057a935d Update npm package versions.
6 years ago
mehmet-erim 5ad40318a5 Merge master
6 years ago
mehmet-erim cc9d98135c refactor: manage profile
6 years ago
Halil İbrahim Kalkan 8de7b484b1 Increment ng packages to v1.0.1.
6 years ago
mehmet-erim f519a08da6 chore: update fontawesome version
6 years ago
Halil İbrahim Kalkan dddb46a52b Increment npm package versions to 1.0.
6 years ago
mehmet-erim e4957fe455 feat: upgrade font awesome
6 years ago
Alper Ebicoglu 1f5756edba update npm packs version to 0.9.2
6 years ago
mehmet-erim d6efc85b8e feat(theme-shared): add new inputs to button component
6 years ago
Halil İbrahim Kalkan b60bce4606 Update source packages versions
6 years ago
mehmet-erim 844225dd85 feat(theme-shared): implement jest
6 years ago
mehmet-erim 11e246f7e8 feat: remove all karma and jasmine files and install the jest
6 years ago
mehmet-erim abd610fd25 Merge branch 'dev' of https://github.com/abpframework/abp into feature/module-template
6 years ago
mehmet-erim 6b7f2ae2ca feat(core): add sort method to sort.pipe
6 years ago
Yasin Aydın 9f002787f0
Merge branch 'dev' into feature/table-sort-pipe
6 years ago
TheDiaval d3303420e0 fix(theme-shared): remove unnecessary brackets
6 years ago
mehmet-erim 633d1cd155 refactor: routes and settings contants pushing method
6 years ago
TheDiaval 4bfe91cdab feature(theme-shared): add sort order icon component
6 years ago
mehmet-erim 404eba79c0 fix(core): lazy load return
6 years ago
mehmet-erim efb6c456f6 fix: some bugs
6 years ago
mehmet-erim 8ddf13ef65 fix(theme-shared): timing bug
6 years ago
mehmet-erim 08d013ebc4 fix(core): localizationInitialize function state selector error
6 years ago
mehmet-erim a92b48d6b3 feat(core): add default option to localization
6 years ago
TheDiaval 093e62eb64 fix(theme-shared): fix modal styles and animations
6 years ago
mehmet-erim e997395042 Merge branch 'dev' of https://github.com/abpframework/abp into feature/tests
6 years ago
mehmet-erim 3625fdfbf8 test(core): add localization service test
6 years ago
Yasin Aydın b79aba84fa
Merge pull request #1835 from abpframework/refactor/modal-component
6 years ago
TheDiaval 4d92a557d2 refactor(theme-shared): add angular animations
6 years ago
mehmet-erim 178db0fa86 test: fix tests
6 years ago
TheDiaval 40513fbd1b feature(theme-shared): add bounceIn animation
6 years ago
TheDiaval bb6462e2c2 refactor(theme-shared): change collapse and fade animations
6 years ago
mehmet-erim 373a23a66b refactor: fix all lint errors and update tslint.json
6 years ago
mehmet-erim 8dcd7f0f6e test(core): add dynmic-layout tests
6 years ago
mehmet-erim 3f816b25bd test(theme-shared): refactor error handler spec
6 years ago
mehmet-erim c762edc149 feature: add 401 error tests
6 years ago
mehmet-erim 0bcd977d1d feature: error handler tests
6 years ago
mehmet-erim 4dd1bddd41 tests(theme-shared): add button component tests
6 years ago
Yasin Aydın 7e2bce00d9
Merge pull request #1810 from abpframework/feature/config-modules
6 years ago
mehmet-erim 16d02447f6 feature(tenant-management-config): create module
6 years ago
mehmet-erim 389efdb6c3 feature(setting-management-config): create library and move settings config to here
6 years ago
TheDiaval 1abe70f7f1 fix(theme-shared): change color-white css class
6 years ago
mehmet-erim 55095ef96c Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
mehmet-erim 494ba11675 feature(theme-shared): import ngx-validate
6 years ago
Halil İbrahim Kalkan 593bdf9c06 Update source packages versions
6 years ago
mehmet-erim ef9a6cbf38 refactor(theme-shared): loader-bar
6 years ago
mehmet-erim 696a8a985a feature(theme-shared): add esc listener to confirmation service
6 years ago
mehmet-erim e9854cba64 Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
mehmet-erim 683337f6b4 fix(theme-shared): change fade animation name
6 years ago
mehmet-erim 38f5f32014 fix(theme-shared): loader bar turning back problem
6 years ago
TheDiaval ef796645d9 fix(theme-shared): change abpButton class from fa-spin to fa-pulse
6 years ago
mehmet-erim 1f825d1132 feature(theme-shared): add defautl duration to collapse animation
6 years ago
mehmet-erim a5ce9559e5 feature(core): add new input visibility directive for no listen to dom
6 years ago
mehmet-erim 66b71d60c6 solve merge conflict
6 years ago
mehmet-erim e9f35fe0e9 feature(theme-shared): add table-empty-message.component
6 years ago
mehmet-erim ee9a56da7b feature(theme-shared): validation-error.component moved from theme-shared to theme-basic
6 years ago
TheDiaval 9638ef107b fix(theme-shared): change button text colors to white
6 years ago
mehmet-erim 41864cf354 feature(theme-shared): add duration parameter to collapse animate
6 years ago
mehmet-erim a7b2b00c5d feature(theme-shared): add collapse animations
6 years ago
mehmet-erim 5b3137aca3 feature(theme-shared): add fadeIn animation
6 years ago
mehmet-erim 10324619f2 feature(theme-shared): add loader bar color input
6 years ago
mehmet-erim 1b30f90f79 fix(theme-shared): move chart.js importing in the appendScript function
6 years ago
mehmet-erim f90f389fe5 feature(theme-shared): add lazy import chart.js
6 years ago
mehmet-erim 9c318b0722 feature(theme-shared): fix and copy prime chart component
6 years ago
mehmet-erim bbb08dad5a Merge branch 'dev' of https://github.com/abpframework/abp into fix/remove-root-modules
6 years ago
mehmet-erim 180d37a653 feature(setting-management): change setting management module structure
6 years ago
TheDiaval 70ec0b3a63 fix(theme-shared): remove unnecessary css style
6 years ago
TheDiaval 296045c954 refactor modal component and remove perfect scrollbar
6 years ago
TheDiaval a7090d928a feature(theme-shared): add style class to confirmation and toast components
6 years ago
mehmet-erim 7c4fb3abdb feature: add root modules
6 years ago
mehmet-erim b2f2dec03e feature(theme-shared): add setting-management package
6 years ago
mehmet-erim ad5a83f440 feature(theme-shared): create breadcrumb.component
6 years ago
mehmet-erim 9d82f00341 refactor(theme-shared): rename slide.animation
6 years ago
mehmet-erim 62bd583f22 solve merge conflict
6 years ago
mehmet-erim 74364db826 refactor(core): create config folder and move the config.plugin
6 years ago
Mehmet Erim 97446993e0
Merge pull request #1673 from abpframework/fix/connection-string-validation
6 years ago
mehmet-erim f741e77f20 feature(core): implement angular locale system
6 years ago
mehmet-erim 96386ef0e6 fix(tenant): add validation to connection string #resolves 1641
6 years ago
mehmet-erim 2b9e6002c6 refactor(core): rename throwErr parameter in rest.service
6 years ago
mehmet-erim cffb173f04 feature(theme-shared): stop loading process when occured nav error
6 years ago
mehmet-erim 90aaac0da8 refactor(theme-basic): move change-password & profile components
6 years ago
Halil İbrahim Kalkan 8caa6acf0c Update source packages versions
6 years ago
mehmet-erim d05ad8cc10 feature(core): add form-submit.directive
6 years ago
mehmet-erim aae372ca99 feature(core): add throw error when access not granted
6 years ago
Halil İbrahim Kalkan 27ef0c0b47 Update source packages versions
6 years ago
mehmet-erim 700d768807 fix(theme-shared): validation-error component
6 years ago
mehmet-erim 7a066c35e2 refactor(account): login & register component
6 years ago
TheDiaval 602d24bbda fix: child dropdown width and ellipsis width
6 years ago
TheDiaval eed7807b8d fix(theme-shared): remove constructor function
6 years ago
TheDiaval 74bdce2da2 refactor(theme-shared): button component
6 years ago
mehmet-erim be16db3898 fix(theme-shared): undo keyup changes
6 years ago
mehmet-erim 72729125c1 fix(theme-shared): button-component disabled attribute
6 years ago
mehmet-erim 88214d7521 feature(theme-shared): add busy input to modal
6 years ago
mehmet-erim 5e0b014c51 feature(theme-shared): add disabled input to button component
6 years ago
TheDiaval 96c11740aa refactor(theme-shared): change imports from ng.core
6 years ago
TheDiaval bef2f72da7 style: narrow down menu width to 200px
6 years ago
TheDiaval 60c64fb93b fix(theme-shared): fix accessibility issue with loading state of button component
6 years ago
mehmet-erim ae5c398b8a fix(theme-shared): modal component click listening
6 years ago
mehmet-erim ccdccbf810 refactor(all)
6 years ago
mehmet-erim 0ac67fd0c1 feature(theme-basic): navbar supports to add icon
6 years ago
mehmet-erim e5c1f2e00e fix: localizations
6 years ago
mehmet-erim dc53a84833 feature(theme-shared): add disabled property to abp-button
6 years ago
mehmet-erim 9f9ce5810e fix(theme-shared): button code quality
6 years ago
mehmet-erim eccc67a5f3 feature(theme-shared): add abp-button component
6 years ago
mehmet-erim b7a7a68aa6 feature(theme-shared): add new inputs and output to modal
6 years ago
mehmet-erim 19e671eac1 refactor(theme-shared): improve modal ux performance
6 years ago
Yasin Aydın 6af642a360
Merge pull request #1573 from abpframework/feature/account-service
6 years ago
TheDiaval 86c16b5ee0 feature(core): add tenantId to session state
6 years ago
mehmet-erim 9676ea1bed fix(theme-shared): modal component
6 years ago
mehmet-erim dfa4555e2f feature(theme): add route animation
6 years ago
Halil İbrahim Kalkan 87c51783ec Sync angular package versions
6 years ago
mehmet-erim b883a75c4d build(all): build with ng-packagr
6 years ago
Mehmet Erim 1557889a37
Merge pull request #1566 from abpframework/refactor/loading-and-error
6 years ago
mehmet-erim 2809ec8d4e fix(theme-shared): improve code quality of error.handler
6 years ago
mehmet-erim 1b852f5fb7 feature(theme-shared): add route subscription to loader-bar.component
6 years ago
mehmet-erim 36e819e5d5 refactor(theme-shared): add error destroy, change name, fix code quality
6 years ago
mehmet-erim f85e836f7f feature(core): add ellipsis directive
6 years ago
Yasin Aydın 8da158c07c
Merge pull request #1562 from abpframework/refactor/ng-template-optimizations
6 years ago
mehmet-erim 6f554ff30f refactor(theme-shared): organize imports
6 years ago
mehmet-erim 5e9d4d67ec feature(theme-shared): add loader-bar and error 500 component
6 years ago
TheDiaval ae93dc432c feat(theme-shared): change modal style and logic
6 years ago
mehmet-erim e2f25bf90c sync ng npm versions #1547
6 years ago
mehmet-erim 9bff611ca2 Add publishConfig to ng packages
6 years ago
Halil İbrahim Kalkan f56076dc61 Move ng npm packages
6 years ago