truly-ui

Truly-UI - Web Angular UI Components for Desktop Applications (Electron, NW, APP JS)

OTHER License

Stars
214
Committers
10

Bot releases are hidden (Show)

truly-ui - v3.12.0

Published by abalad over 5 years ago

3.12.0 (2019-02-22)

Bug Fixes

  • autocomplete: fix autocomplete model value writer (ae21965)
  • autocomplete: fix autocomplete not writing text on field. (9bc4e8a)
  • autocomplete: fix error property activeItem not exists (fd424c7)
  • core: remove svg theme (effe5b1)
  • datatable: fix height of the search field (c56bdbd)
  • date: fix date value of null (da7b8c8)
  • dropdownlist: fix dropdown not opening when arrow is clicked. (18faffe)
  • dropdownlist: fix dropdownlist bug on handle keydown, add validation of key event. (3074483)
  • dropdownlist: fix dropdownlist not writing model value as expected. (a3459eb)
  • input: change margin top of clearbutton (df5fff5)
  • listbox: add box-sizing (2d990d9)
  • listbox: add height 100% of on listbox wrapper. (f9b6c60)
  • listbox,autocomplete: fix error on build (b6cb4ad)
  • modal: fix modal leaking event of sidebar changes. (5500714)
  • install documentation (#254) (890fec2)
  • modal: fix modal sidebar change and parentElement set to center when it exist. (b4213da)
  • overlay-list: fix overlay list bug when select item. (bca9b22)
  • switch: change value default in label size (27df00f)

Features

  • autocomplete: add property model mode to control components without keyValue. (6990c3e)
  • avatar: change svg to image (24ada1f)
  • blockui: add property color to change color of icon. (3e0cfbf)
  • core: add class for paint border (bb1ead6)
  • datatable: add filtering, sorting, and rendering of deep objects (9084e0e)
  • dropdownicon, overlaylist: add option hasDefaultOption to dropdownicon (7b4461b)
  • dropdownlist: add property identifier to forRoot to compare values of model. (5918211)
  • dropdownlist: create functionality to search by first letter. (87dfee8)
  • input: add method to return native input. (16cb15c)
  • listbox: add property loading to control when list is loading or not. (7108184)
  • modal.service: add method that minimize all modals. (2312994)
  • panelgroup: create buttonAction property to a button after panel label (b74f535)
  • panelgroup: create property custom template to receive a templateRef (e84e63c)
  • splitbutton: add event buttonClick (8a1762d)
  • switch: add propertie labelSize (e8ac05f)
truly-ui - v3.11.0

Published by abalad over 5 years ago

3.11.0 (2019-01-25)

Bug Fixes

  • autocomplete: fix losing focus after selecting item. (7e70704)
  • date: fix date validation not validating by format passed (88f8ca0)
  • dropdownlist: fix select model when using async values. (8ad7a8d)
  • listbox: fix listbox error undefined searchElement. (8c6fbc0)
  • listbox: fix listbox lazyLoading take part (ac0fd5b)
  • listbox: fix listbox showing icon when filter results nothing. (b166835)
  • listbox: fix loader of lazy load (99cabde)
  • modal: fix text display in toolbar (b10e864)
  • modal: fix text display in toolbar (4059144)
  • modal.service: fix modal confirmation on delete closing smart form modal. (5ee6554)
  • panelgroup: ajust margin top of line (36d1d37)
  • shortcut: fix equal shortcut's functionality of buttons on modal forms. (56ee7f3)
  • shortcut: fix validation of shortcut when using on forms. (0380e62)

Features

  • autocomplete: add autocomplete theme support (be09880)
  • autocomplete: add i18n language support to autocomplete. (8349f78)
  • autocomplete: add lazyload feature. (2e94a63)
  • autocomplete: add openFocus property to control opening panel when it receive focus. (1d86a68)
  • autocomplete: add output event emitter select to dispatch when item is selected. (ade0776)
  • autocomplete: add rowsPage property to control pagination of lazyLoad mode. (9e31d14)
  • autocomplete: create token to inject config by forRoot module method. (a09494b)
  • datatable: add new property [format] in column directive (a169577)
  • date: create a date component that validate string dates and ISO dates. (607486b)
  • tabcontrol: create property padding (80604b3)
truly-ui - v3.10.0

Published by abalad almost 6 years ago

3.10.0 (2019-01-07)

Bug Fixes

  • autocomplete: fix autocomplete closing when drag scrollbar. (12c9162)
  • avatar: change url of avatar (7408e9b)
  • avatar: clean code (f5eca3a)
  • avatar: fix error size svg (6441727)
  • avatar: remove email fixed (93db052)
  • badge: clear code (6c63521)
  • blockui: add event window resize (4b0d061)
  • date.directive: fix return of clear mask function. (a776c84)
  • dialog-confirmation: fix dialog confirmation not using method escape anymore. (e0c5f90)
  • label: fix label change property labelsize (f3a6948)
  • listbox: validate scroll listener on destroy (b382cc7)
  • modal: fix validation of data form update and delete. (a84fc8a)
  • modal.service: fix modal closing on open other over. (a66552d)
  • overlaylist: fix event leaking. (188e5da)
  • package-lock: update file (466ee89)
  • panelgroup: fix bug line in header (79519e0)
  • tabcontrol: fix bug line (d2d5eaf)
  • tag: change size icon of tag (1008cd8)

Features

  • api: add module avatar in api (7ba4215)
  • autocomplete: add new property [addNew] to control if will show add new item or not. (81f69af)
  • avatar: add method change (0539562)
  • avatar: add module svg (816a482)
  • avatar: add new import (2036ae5)
  • avatar: change format background (ab4e9e2)
  • avatar: create component avatar (b1cb1c2)
  • avatar: implement the theme of the truly (b014de2)
  • avatar: implement the theme of the truly (332ed02)
  • avatar: transform component into responsive (0c0142d)
  • date: create property to support ISO dates on input dates, using the model value as ISO. (3342ee6)
  • dropdownlist: add dropdown config on forRoot method of dropdown module. (1095033)
  • input: add inputConfig to forRoot method to personalise properties. (a0329f7)
  • package: update package (9d078e9)
  • package: update package (63951c6)
  • package: update package.json (d3b2dd8)
  • router: add new router avatar (c6ab332)
  • svg: create component svg for avatar (db13e43)
truly-ui - v3.9.0

Published by abalad almost 6 years ago

3.9.0 (2018-12-07)

Bug Fixes

  • form: remove preventdefault when textarea (1a746aa)
  • plop: chage icons (91a07e2)
  • radiogroup: fix erro valueChanges of undefined (12b38dc)
  • routing: remove router calendar (ac366ce)
  • smart-form-modal: fix delete action on smart form modals showing modal behind the dialog confirmation. (fb322ff)
  • textarea: add vertical align top (6621db1)
  • textarea: change style count characters (6cc5c8d)
  • textarea: create variables (76b2233)

Features

  • form: add line break when textarea (a1480b7)
  • form-modal: add textarea (f9a629d)
  • input-theme: add color property and theming to input component. (5acb510)
  • messagevalidation: create component for validate message textarea (dec0821)
  • textarea: add cdkOverlay (fd8382f)
  • textarea: add property resize (46d55b3)
  • textarea: create component (d7654c0)
  • textarea: create count characters (4cbb03a)
  • textarea: create method validate (5feb323)
truly-ui - v3.8.1

Published by abalad almost 6 years ago

3.8.1 (2018-12-04)

Bug Fixes

truly-ui - v3.8.0

Published by abalad almost 6 years ago

3.8.0 (2018-11-30)

Bug Fixes

  • input, splitbutton: fix transitions of components (cbc7a78)
  • modal: fix modal close. (7d76379)
  • modal.service: fix result callback on close returning insert operation on smart forms. (89fd984)
  • overlaylist: fix bug icon (d3733ab)
  • package: fix erro on build (96b4cbc)
  • permission: fix error TS2322: Type 'true' is not assignable to type '"indeterminate"'. (2cc707c)
  • schedule: fix error cannot assign to read only property 'start' of object '[object Object]' (7d13fc2)
  • stopwatch: change font size (a51e350)

Features

  • update truly-ui for angular 7 (ce20ef8)
  • time-available-picker: create time available picker component. (2109a20)
truly-ui - v3.7.0

Published by abalad almost 6 years ago

3.7.0 (2018-11-26)

Bug Fixes

  • autocomplete: fix autocomplete bugs of closing painel. (90f3212)
  • autocomplete: fix overlay backdrop to close panel. (222988c)
  • blockui: ajust layout (d229d2d)
  • blockui: change icon (5bc3a1c)
  • buttogroup: fix problem in position (a55c6b1)
  • buttogroup: remove style position absolut on element (6e1cb43)
  • button: change icons (00b636b)
  • button: remove the font-weight property of css to display the icons (758b6a0)
  • buttongroun: change for cursor pointer (aca16ef)
  • components: change icons (4861a85)
  • datepicker: fix datepicker close painel when Tab Key is pressed. (4980364)
  • dialog: change icons (321e9de)
  • dialog: change icons (fcfbff5)
  • dropdownicon: fix icon of dropdown icon. (15e29f7)
  • dropdownicons: change icon (60f9b75)
  • dropdownlist: change code icons (0ccf8ee)
  • dropdownlist: fix dropdownlist description and model change when using simple data. (6f97d87)
  • editor: fix editor selection bugs. (7166fe1)
  • form: change icons (534c968)
  • form: change icons (7fc9f50)
  • icon: change font size default (2d1d42e)
  • icon: fix font size (e8be6fa)
  • icons: change font size default (613d68c)
  • icons: change font size in components (ec29676)
  • icons: change lifecycle hooks (ca97349)
  • icons: change lifecycle hooks (14bc442)
  • icons: delete line of import incorret (e4ad1ce)
  • icons: remove cosole log (350a6fb)
  • icos: change order according to angular style guide (9fb5bd4)
  • input: change margin top of label (3cd114d)
  • input: fix clearbutton positioning when labelPlacement is top (4e63187)
  • input: fix input borders property. (2030b71)
  • internals: change icon (7e73128)
  • listbox: change icons (83b69f5)
  • menu: change font size (db46db9)
  • menu: change icons (544a0e9)
  • menu: change unnecessary class and font size (b2892c1)
  • modal: add module iconsmodule and change icons (0decd07)
  • modal: fix modal confirm return callback. (e8b2e9e)
  • modal-service: fix result of dialog confirmation. (bccde6c)
  • modal-service: fix unique modal validation. (f14b796)
  • navigator: fix path module (aef04b7)
  • overlaylist: change icons (54670ca)
  • permission: fix permissions change not unchecking permission on change property. (64e8596)
  • permissions: change icon (84c7ce6)
  • permissions: fix filter permissions allowed. (7ca19b2)
  • permissions: fix permissions bug when there's no data provider. (58b06a7)
  • permissions: fix type checking (25df634)
  • schedule: change icons (c2d1ac2)
  • shortcut: fix shortcut stopping unexcepted events. (f288084)
  • splitbutton: border radius and box size (34b7ac7)
  • splitbutton: change icons (9cccfbe)
  • splitbutton: improve layout of examples (3275058)
  • splitbutton: remove unnecessary event (4daa250)
  • stopwatch: add change detection (7cfae9a)
  • stopwatch: ajust aling (982b990)
  • stopwatch: change css style border (fc2e2ee)
  • stopwatch: change icon (1a2be3a)
  • stopwatch: fix border problem (e255119)
  • stopwatch: fix problem with border (2f6186c)
  • timeline: refactor code (e80f909)
  • timepicker: fix timepicker scroll on click now. (534e039)
  • toaster: change font size (cd577b9)
  • toaster: change icons (9e3a7c7)
  • toaster: fix toaster progress time going wrong sometimes. (aa1b753)
  • truly: change icons (6491a86)

Features

  • accordion: use new component to display the icons (e1ac090)
  • angular: change directory of icons (ef027df)
  • blockui: use new component to display the icons (7643278)
  • button: create [flatBorder] and [outline] properties. (30644d5)
  • button: use new component to display the icons (c24964c)
  • buttongroup: create new propertie fontSize (e915c62)
  • buttongroup: create option to insert icons before and after text (73194e3)
  • buttongroup: use new component to display the icons (adb7bad)
  • checkbox: add indeterminate state to checkbox. (cd760fc)
  • currency: create [currency] directive to support currency fields. (6a2f54e)
  • datatable: use new component to display the icons (5e175fc)
  • dialog: add module icons (763d33a)
  • dialog: use new component to display the icons (c55728a)
  • doc: change icons code (9c8feda)
  • editor: add colorPicker component to editor. (c101489)
  • editor: add height property to control editor's box height. (b92b8e2)
  • editor: add theming and angular translation (i18n) to editor. (5602ecd)
  • fonts: add news fonts (9914525)
  • getting-started: change icon according to new structure (b73c0ae)
  • icon: create search icon and copy cheatsheet (df381b9)
  • icons: add method onchanges (4e2a9b0)
  • icons: add style property (48a08b5)
  • icons: allow full code (7a420f6)
  • icons: change directory of icons (42df05e)
  • icons: create components: dx-icons, fa-icons, ion-icons (9aaef16)
  • icons: create method setIcon (1273120)
  • icons: create new component icons (aa292ff)
  • icons: create news examples (eacc1ca)
  • icons: create news properties and add style animations (61c4aa5)
  • icons: create transition in icons (addae92)
  • input: add [withBorder] and [flatBorder] to control borders of input field. (4f8e33b)
  • input: use new component to display the icons (4156406)
  • input-mask: add time mask pattern (300375f)
  • layout: change icons (82310f4)
  • leftpad: create leftpad pipe (f003bbe)
  • listbox: use new component to display the icons (0c3a444)
  • menu: include class 'fa' in element icon (eeae11b)
  • menu: include class 'fa' in icon element (97a04b5)
  • modal: create property unique to control unique modals on smart modals. (1004f28)
  • navigator: use new component to display the icons (067aace)
  • overlay-list: add property keyIcon to provide icons on list. (3c5a401)
  • package.json: remove libs of icons (63fd73b)
  • package.json: remove libs of icons (c567b1d)
  • permissions: add i18n translation capability. (d12ea53)
  • permissions: add properties to describe custom object keys. (dfaa127)
  • permissions: add theme to permissions component. (8bc3d0d)
  • permissions: create permissions painel control component. (b405df6)
  • shortcut: create forRoot method to receive shortcut config (9676df3)
  • showcase-card: clear code (71ba1fd)
  • stopwatch: complete component (84cbd07)
  • stopwatch: create new component (8e6a520)
  • stopwatch: create new function "reset" (426b104)
  • stopwatch: create service of component (341bbcf)
  • stopwatch: create stopwatch service (55eb36f)
  • timeline: alter format scroll (1d95a3b)
  • timeline: alter style of scroll (b7fbc12)
  • timepicker: add incrementalSteps property. (83db40a)
  • timepicker: add language support to timepicker. (7a9067b)
  • timepicker: add theming to component (bd9b89a)
  • timepicker: create functionality of 24 hrs format. (3c418b6)
  • timepicker: create min and max properties. (21eec82)
  • timepicker: create timepicker component (09eeb05)
truly-ui - v3.6.0

Published by abalad about 6 years ago

3.6.0 (2018-10-05)

Bug Fixes

  • multiselect: fix multiselect label size and color validations (685c90c)

Features

  • colorpicker: prepare component to receive datas (a6672b1)
  • overlay-list: add translate functionality to "empty list" of overlay. (a48944c)
  • timeline: create component structure (1109134)
  • timeline: create lazyload (2a81c8e)
  • timeline: create module an component timeline (f2a3212)
  • timeline: create module an component timeline (68b89ff)
  • timeline: create route timeline (8ca86d6)
  • timeline: create theme for the timeline (438e75e)
  • timeline: create timeline dynamic and static (13084f5)
truly-ui - v3.5.0

Published by abalad about 6 years ago

3.5.0 (2018-09-27)

Bug Fixes

  • colorpicker: fix error when importing module (e69d66b)
  • multiselect: fix state disabled. (0b02cd6)
  • plop: fix plop nomenclature of theme template. (f5e179b)

Features

  • accordion: add disabled property and add theme color to accordion header. (fa98b06)
  • input: add method to set focus on input. (68bd83c)
  • label: create internal component label. (291b709)
  • multiselect: add debounce on searching. (8028359)
  • tag: create tag component. (ac0d796)
truly-ui - v3.4.0

Published by abalad about 6 years ago

3.4.0 (2018-09-18)

Bug Fixes

  • badge: fix errors (f210f11)
  • badge: fix maxcount (e893dbe)
  • button: fix button disabled (566227f)
  • button: fix button home page (5db939b)
  • button: fix icon after text (814bc8b)
  • button, blockui: fix origin transform of spinners. (a4da10a)
  • colorpicker: fix map cursor in color picker (b4a6fdc)
  • colorpicker: fix set position cursor (10a5c61)
  • colorpicker: fix sintaxe (190f5f9)
  • dialog: fix dialog button focus. (b74b8ec)
  • dialog: fix dialog not closing the backdrop. (397b0fe)
  • dropdownicon: fix dropdownicon, add [customInput] property to overlay-list. (5cf4448)
  • form: fix form action validation of [primarKey] property. (d89e0b9)
  • form: fix form disabling the [primaryKey] property when tabbing through the buttons. (19fcd44)
  • form: fix form values not returning the values when press enter. (6e3a885)
  • modal: fix leaking of event sidebar change. (1a42254)
  • modal: fix modal fullscreen animation. (566f740)
  • modal-toolbar: fix modal container box selected color. (3e262fa)
  • multiselect: fix multiselect changing the data when using with state management (7e0a39c)
  • multiselect: fix multiselect compare function of keyValue property. (1183b62)
  • multiselect: fix multiselect leaking of events when using on form. (e5efb17)
  • multiselect: fix multiselect stopping the event when filtered items is null when using enter to tab through the fields. (12f6c55)
  • multiselect: fix validations of keyValue property. (1457b77)
  • progressbar: fix border of toaster wrapper. (860ed44)
  • schedule: fix error on immutable sort (859a993)
  • shortcut: fix event propagation of shortcut. (0f70938)
  • shortcut: fix shortcut button elements index (93217e2)
  • shortcut: fix shortcut event leak. (a76cad7)
  • sidebar: fix event leaking after destroy the component. (c3a6dfd)
  • toaster: fix toaster positioning when height is auto. (d686147)
  • toaster: fix toaster positioning. (bb5c141)

Features

  • badge: alter badge (ef6342c)
  • badge: complete module badge (154d50f)
  • badge: create base component (e8aeaa3)
  • button: add property indexShortcut to control the shortcut index that will be executed. (ddbc654)
  • colorpicker: alter colorpicker content (24c0c8d)
  • colorpicker: convert rgba of hex (ea45a5e)
  • colorpicker: create array map of rgba color (b0aeaf4)
  • colorpicker: create basic component (9a6ac6a)
  • colorpicker: create color code return (3d292cd)
  • colorpicker: create color picker service for save presete color (31b1bf5)
  • colorpicker: create color system (e74b0e0)
  • colorpicker: create component colorpicker-content (c181f46)
  • colorpicker: create events element (8f4af91)
  • colorpicker: create interface (7eb9860)
  • colorpicker: create map cursor in colorpicker (5b8e349)
  • colorpicker: create message copied color colorpicker (9ec0eec)
  • colorpicker: create modes colorpicker (e2d8f7a)
  • colorpicker: create mouse event on window browser (859e2e6)
  • colorpicker: create news modules: service and helpers (7f53ac2)
  • colorpicker: create preset color (5de5ae0)
  • colorpicker: create preview select color hue (9c547e1)
  • colorpicker: create template color picker (151f58b)
  • colorpicker: implement opacity color (09b7a2a)
  • colorpicker: Integrate with forms of the truly (87f8ceb)
  • colorpicker: set cursor in gradient (5f76699)
  • form: add [isLoading] property to form. (b86feac)
  • input: add property type to input. (1743410)
  • input: change event click (37072eb)
  • multiselect: add [onlyKeyValue] property to control the component value as only keyValue (242ced1)
  • overlay-list: add customInput property to control focus on list. (9215057)
  • passwordvalidator: add lowercase validation to password validator. (a8bdc0f)
  • scroll-manager, overlaylist: create scroll manager to control scroll of overlay list container. (5c9dbf6)
truly-ui - v3.3.0

Published by abalad about 6 years ago

3.3.0 (2018-08-20)

Features

  • button: add property isLoading and textLoading (60f7dbb)
truly-ui - v3.2.0

Published by abalad about 6 years ago

3.2.0 (2018-08-20)

Bug Fixes

  • multiselect: fix some design issues and add truly theme. (b923e1d)

Features

  • form: add [primaryKey] property to form (19dac3e)
truly-ui - v3.1.0

Published by abalad about 6 years ago

3.1.0 (2018-08-16)

Bug Fixes

  • form: fix add form controls adding only the input elements. (eed51af)
  • input: fix input colors validations. (08e7e05)
  • modal.service: fix modal service validation of closeOnOk property to close modal. (55c6398)

Features

  • modal, form: add feature of actions of CRUD form. (bfb0b5c)
  • multiview: add [height] and [backgroundColor] properties (14f7d97)
truly-ui - v3.0.0

Published by abalad about 6 years ago

3.0.0 (2018-08-06)

Bug Fixes

  • fix files for ci (b4c1175)
  • datapicker: remove datepicker event keyboard propagation. (3afbbdd)
  • public_api: export ToasterService not imported before. (f6dbf1c)
  • validations: fix input validations not working with reactive forms. (2743fa9)

Code Refactoring

  • messageValition: refactor message validation usage. (d64b8b6)

Features

  • dialog: add property closeOnOK to modal-options class (64a7f1a)
  • dropdownicon: create dropdownicon component. (4b68003)
  • dropdownlist: add a default option (null) to the list. (b54bd70)
  • form: add formGroup input property to form. (d8c8a61)
  • modal: add new parameter to pass an string identifier to modal. (bf871e4)
  • multiselect: add keyValue property to control the model. (8de5e1d)
  • schedule: add output event for newEvent (67ad16e)

BREAKING CHANGES

  • messageValition: Removed messageValidation directive, now the functionality is approached by using the [showValidations] property on Input components.
truly-ui - v2.32.1

Published by abalad about 6 years ago

2.32.1 (2018-07-23)

Bug Fixes

  • theming: fix theming pick color (f26c1cb)
truly-ui - v2.32.0

Published by abalad about 6 years ago

2.32.0 (2018-07-23)

Bug Fixes

  • fix files for ci (62a1277)
  • autocomplete: fix autocomplete positioning that getting wrong sometimes. (c793421)
  • buttongroup: fix event click (da44980)
  • datepicker: fix datepicker day selected emitting wrong. (cbe71c8)
  • i18n: fix calendar names of days (c1eb92f)
  • i18n: fix exports for public_api (dc82b4e)
  • theming: fix color of disabled (401c049)
  • timepicker: fix timepicker alignment. (1979df7)
  • timepicker: fix timepicker change time while typing on input. (2201556)
  • tooltip: fix slow changes in tooltip (85a44b2)

Features

  • i18n: add internationalization in component datatable (24958f3)
  • i18n: add internationalization in component form (8b41e01)
  • i18n: add internationalization in component litbox and autocomplete (94ec5eb)
  • i18n: add internationalization validators (48793ee)
  • i18n: adicionar internacionalização no component dialog (0b95e38)
  • i18n: create feature of internacionalization (2d00064)
  • input: add cdkOverlayOrigin directive on input and create event output. (705206b)
  • input: create input blur event emitter. (fdc8156)
  • timepicker: add timepicker theme structure. (ff65a87)
  • timepicker: create and implement timepicker component. (4fe29b5)
  • timepicker: create small 12hrs dial. (7514af1)
truly-ui - v2.31.0

Published by abalad over 6 years ago

2.31.0 (2018-07-03)

Bug Fixes

  • dropdown,input: fix dimensions and font-size (0e3e169)
  • theming: fix components with old theme behaviors (61cd1f6)

Features

  • theming: create classes to use in components outside truly (cb70e1c)
  • theming: create function to change theming (89724f6)
  • theming: create new themes (d0951d5)
truly-ui - v2.30.4

Published by abalad over 6 years ago

2.30.4 (2018-06-26)

Bug Fixes

  • fix structure error of button modals and form. closes(#161) (328f285)
truly-ui - v2.30.3

Published by abalad over 6 years ago

2.30.3 (2018-06-22)

Bug Fixes

  • autocomplete: fix autocomplete lazyload filtering. (f3ce5d2)
  • listbox: fix filter datalazy emit every word pressed and not according with charsToSearch property. (57a36e5)
truly-ui - v2.30.2

Published by abalad over 6 years ago

2.30.2 (2018-06-21)

Bug Fixes

  • datepicker: fix datepicker month number not corresponding with it. (f0b8d7a)