IntegralUI Web のリリース

Released: Dec 5, 2023

23.4 での更新項目

機能

  • Added FontSize and FontStyle CSS custom properties for all components.
  • ListBox now has built-in CheckBox for items.
  • ListBox now has built-in RadioButton.
  • Items can now appear as separators in ListBox.
  • 'Add and remove' event data in List components now include item index and parent.
  • sizeChanged event from SidePanel is now fired during animated resize.
  • updateComplete event added to SideBar, fires when layout update completes.
  • Added text-align custom property setting for all components, by...

Released: Sep 5, 2023

23.3 での更新項目

機能

  • ListBox and TreeView
    • Fully animated ListBox and TreeView with asynchronous animations during:
      • Initialization.
      • Add/Remove/Clear.
      • Expand/Collapse.
      • Drag Drop.
      • Auto-Size.
      • Moving item(s) from one position to another.
    • Option to add or remove multiple items at once.
    • scrollPosChanged event now includes the maximum scroll position in event data.
    • Dynamic grouping in ListBox: groups are created on the fly based on specified item field.
  • Menu and Context Menu
    • Menu items can have check boxes.
    • Menu items...

Released: Jun 6, 2023

23.2 での更新項目

機能

  • Added data validation support to Grid and TreeGrid with the following rules: Compare, Required, Numeric, Range, StringLength and Custom.
  • Added the option to enable data validation for all editing modes: Batch, Form and Inline.
  • Added a new 'dataInvalid' event which occurs when a data change is invalid.
  • Added the option to set your own custom conditions for data validation.
  • Added the option to customize data validation message and display position.
  • Improved Sorting: Added single and multi...

Released: Mar 7, 2023

23.1 での更新項目

機能

  • Added two new components: Loading and SidePanel.
    • Loading - Allows you to use asynchronous animations during loading progression.
    • SidePanel - Allows you to add a custom content panel that appears by sliding from page side.
  • Added Dynamic Drag and Drop with smooth animations that show target drop position for ListBox, ListView and TreeView.
  • Added TypeScript definitions files for each component.
  • SideBar now allows you to create content layouts divided with expandable and sizeable panels during...

Released: Dec 6, 2022

22.4 での更新項目

機能

  • Added new DropDownFilter component which allows you to add a dropdown list with different filter operations.
  • TabStrip can now align tabs to appear on top-left, middle or bottom-right side.
  • Tabs can now have vertical orientation.
  • TabStrip can now show tabs in multiple lines.
  • TabStrip now auto-updates its layout on dynamic resize.
  • Added Tabs in different colors with the option to set animated inline styles.
  • TreeView items can now accept inline styles for each state: disabled, normal, hovered or...

Released: Sep 6, 2022

22.3 での更新項目

機能

  • New component: SplitImage - allows you to visually compare differences between two images or custom HTML elements.
  • SlideBar component now has two display modes: Stream and Carousel.
  • Mouse Wheel has five speeds in Grid, TreeGrid and PivotGrid components: VerySlow, Slow, Normal, Fast and Veryfast.
  • Horizontal Scrolling is now available when Shift is pressed and Mouse Wheel is in use.
  • loadData method in Grid and TreeGrid now have the option to load columns and rows at the same time.
  • loadData...

Released: Jun 7, 2022

22.2 での更新項目

機能

  • New components: Label and Toaster
    • Label is fully customizable with different alignments relative to the attached input element.
    • Toaster allows you to display notification messages (Toasts) with different alert levels.
  • Improved appearance with animations for RadioButton and ProgressBar components.
  • RadioButton now supports vector scaling with animations and CSS customization of shape and colors.
  • Added an option to change the ProgressBar appearance on demand during run-time using inline style...

Released: Mar 8, 2022

22.1 での更新項目

機能

  • Added new components:
    • 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.
  • Added the option to use Cards in ListView.
  • Added dynamic grouping to ListBox allowing you to drag and drop items between groups.
  • Added the option to set maximum number pages that helps server side pagination in Grid and TreeGrid.
  • Added the option to export specific data from Grid and...

Released: Dec 7, 2021

21.4 での更新項目

機能

  • Added inline filter in Grid and TreeGrid for Date, Numeric and String values.
  • Added inline editor for Grid and TreeGrid components.
  • Breadcrumb now updates its content automatically when size changes.
  • Added the ability to change component CSS styles on demand from code.
  • Added a loading icon for all data components.
  • Added the option to prevent update of component layout.
  • Added custom item templates for TreeList.
  • Added the option to add items as separators to TreeList component.
  • Added the option...

Released: Sep 7, 2021

21.3 での更新項目

機能

  • New CSS custom properties for all components.
  • TreeView now includes built-in check boxes.
  • Option to import templates from a file.
  • Option to get a list of current virtual items in TreeView.
  • Option to add expandable groups to TreeList.
  • Methods that allow asynchronous load on demand in TreeList.
  • CellTouched event available in Grid.
  • Display an icon from an url in all list components: ListBox, ListView, TreeList and TreeView.
  • Hovering over Tabs now shows grayed line.
  • SelectedIndexChanged event...