Wijmo(英語版)

企業向けアプリ開発用の高性能のJavaScript UIコンポーネント

MESCIUS (旧社名:GrapeCity) 社の製品
1996 年より日本国内にてComponentSourceで販売中。

価格:¥ 166,650 (税込)〜 バージョン: 2026 v1 新機能 更新: 四半期ごとに?

i

Please note that Wijmo Core is no longer available as new licenses, customers should purchase Wijmo Enterprise instead.
Existing Wijmo Core customers can continue to renew their current subscription.

Wijmo Enterprise 2018 v1

Released: Apr 3, 2018

2018 v1 での更新項目

機能

  • New Licensing Mechanism - implemented a new licensing mechanism in Wijmo when you deploy to a server. You now need to create a distribution key for applications that use Wijmo. Wijmo licensing will not need a distribution key when on localhost, so your development process will go uninterrupted. You only need to generate and apply a distribution key when you're deploying your application to a server.
  • Published to NPM - The biggest benefit from adding the new licensing mechanism is that there is now a single distribution which can be published to NPM.
  • New TabPanel Control - The TabPanel is smart, it refreshes Wijmo controls when the tabs become visible. Because controls need to be visible on the screen when they're rendered (for calculating dimensions), other tab controls force you to refresh Wijmo controls manually. So this is a nice feature for customers using this TabPanel with embedded Wijmo controls (like FlexGrid).
  • Wijmo OLAP is even more powerful now that it can connect directly to Microsoft SSAS Cubes. This is great for those of you who have existing SSAS cubes and want to create a PivotGrid (and PivotChart) bound directly to the cube. This feature requires that you configure a few things in your SSAS Cube to make sure it's accessible via AJAX requests.
  • ActiveReports Support in ReportViewer - Wijmo has a modern client-side ReportViewer control that now supports ActiveReports. The Wijmo ReportViewer is written as a control in TypeScript and comes with built-in support for Angular, React, Vue and more. It is also provided in multiple module formats for use with module loaders.
  • FlexSheet Tables - Tables in FlexSheet act similarly to Excel; you can select a range of cells in a sheet and convert them to a formatted table.
  • React Child Component Support - Added child component support for controls with complex properties: for example, FlexGridColumn for FlexGrid Column objects and FlexChartSeries for Chart Series objects. This makes declaring controls and bindings in markup even more powerful.
  • HTTPS CDN - Moving forward, all new versions of Wijmo will be published to a new CDN that supports HTTPS, ensuring you can host your applications on HTTPS and still use Wijmo. It also makes Wijmo easier to use on sites like jsfiddle, codepen, jsbin, etc.
  • Accessibility Enhancements - improved accessibility for:
    • Hierarchical FlexGrid (with ARIA treegrid attributes).
    • AutoComplete & ComboBox.
    • FlexGridFilter Dialog.
  • New Samples:
    • TabPanelIntro sample | TabPanel blog
    • OLAP SSAS Cube sample | OLAP and SSAS Cube Blog
    • Angular 5 TabPanelIntro sample
    • ActiveReport ReportViewer sample
    • Server CollectionView sample