Skip to content

Commit

Permalink
22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidor-Systems committed Mar 9, 2022
1 parent 09d5dfa commit 2b742c6
Show file tree
Hide file tree
Showing 366 changed files with 2,858 additions and 1,337 deletions.
25 changes: 25 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
v22.1
- New components: Card, DockPanel, Panel and Window
- Card - a flip card with two sides
- DockPanel - create dynamic layouts with docking panels
- Panel - generic container with option for content alignment
- Window - movable and sizable windows
- Option to use Cards in ListView
- Dynamic grouping In ListBox where you can drag and drop items between groups
- Option to set maximum number pages that helps with server side pagination in Grid and TreeGrid
- Option to export specific Data from Grid and TreeGrid components
- Improve Editing in Grid and TreeGrid
- Batch Editing - edit multiple rows and cells at the same time
- Form Editing - edit grid data using a built-in Form
- Inline Editing - edit rows with inline cell editors
- Custom Editing - create your own editing process
- Option to choose color scheme for all components
- Option to prevent or allow keyboard focus for editing components
- Option to localize names that appear in built-in Buttons used in Grid and TreeGrid
- Sorting indicator now appears when custom template is used for column header
- Fixed re-applying of inline filter when it is saved in local storage
- Fixed the issue that causes cell focus marker in Grid to appear incorrectly when scrolling
- Fixed keyboard navigation between grid cells when moving focus away from the grid
- Midnight theme is replaced by Dark color scheme
- Other minor bug fixes

v21.4
- Built-in Inline Filter in Grid and TreeGrid for Date, Numeric and String values
- Built-in Inline Editor for Grid and TreeGrid components
Expand Down
Binary file modified License Agreement.pdf
Binary file not shown.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# IntegralUI Web, v21.4
# IntegralUI Web, v22.1

IntegralUI Web includes 40+ native Web Components and services that can help you build modern web applications.
IntegralUI Web includes 45+ native Web Components and services that can help you build modern web applications.

<b>Note</b> Older version of IntegralUI Web that was built specifically for Angular is available here: [IntegralUI Web for Angular](https://github.com/lidorsystems/integralui-web-angular).

![IntegralUI Web 21.4 - 40+ UI Components for Angular, React and Vue](https://www.lidorsystems.com/about/newsletter/images/integralui-web-components.png)
![IntegralUI Web 22.1 - 40+ UI Components for Angular, React and Vue](https://www.lidorsystems.com/about/newsletter/images/integralui-web-components.png)

Here is a brief overview of what is included:

Expand All @@ -22,6 +22,8 @@ Here is a brief overview of what is included:

[Calendar](https://www.lidorsystems.com/products/web/studio/samples/#/calendar) - Enables the user to select a date using a visual monthly calendar display

[Card](https://www.lidorsystems.com/products/web/studio/samples/#/card) - A flip card with two sides

[CheckBox](https://www.lidorsystems.com/products/web/studio/samples/#/checkbox) - Represents a check box

[ColorPicker](https://www.lidorsystems.com/products/web/studio/samples/#/colorpicker) - Allows the user to select a color by using a drop-down panel with color palette and slider
Expand All @@ -34,6 +36,8 @@ Here is a brief overview of what is included:

[Dialog](https://www.lidorsystems.com/products/web/studio/samples/#/dialog) - Displays a modal window

[DockPanel](https://www.lidorsystems.com/products/web/studio/samples/#/dockpanel) - Create dynamic layouts with docking panels

[DropDown](https://www.lidorsystems.com/products/web/studio/samples/#/dropdown) - Represents a dropdown window

[DropDownButton](https://www.lidorsystems.com/products/web/studio/samples/#/dropdownbutton) - Represents a button with option to show a dropdown list
Expand All @@ -56,6 +60,8 @@ Here is a brief overview of what is included:

[Paginator](https://www.lidorsystems.com/products/web/studio/samples/#/paginator) - Allows you to divide the content in multiple views in single page

[Panel](https://www.lidorsystems.com/products/web/studio/samples/) - Generic container with option for content alignment

[Popover](https://www.lidorsystems.com/products/web/studio/samples/#/popover) - Displays custom HTML content over specified element

[PivotGrid](https://www.lidorsystems.com/products/web/studio/samples/) - Summarizes the data of a more extensive table
Expand Down Expand Up @@ -86,6 +92,8 @@ Here is a brief overview of what is included:

[TreeView](https://www.lidorsystems.com/products/web/studio/samples/#/treeview) - Displays hierarchical data structures

[Window](https://www.lidorsystems.com/products/web/studio/samples/#/window) - Movable and sizable windows


## Services

Expand Down
6 changes: 3 additions & 3 deletions components/integralui.accordion.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/integralui.autocomplete.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/integralui.base.grid.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/integralui.base.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/integralui.base.list.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/integralui.base.value.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions components/integralui.breadcrumb.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/integralui.button.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2b742c6

Please sign in to comment.