jqwidgets-ng 25.1.0 → 26.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -67
- package/esm2020/jqxchat/angular_jqxchat.mjs +658 -0
- package/esm2020/jqxchat/angular_jqxchat.module.mjs +16 -0
- package/esm2020/jqxchat/index.mjs +1 -0
- package/esm2020/jqxchat/jqwidgets-ng-jqxchat.mjs +4 -0
- package/esm2020/jqxchat/public_api.mjs +2 -0
- package/esm2020/jqxgrid/angular_jqxgrid.mjs +130 -2
- package/esm2020/jqxnumberinput/angular_jqxnumberinput.mjs +13 -2
- package/fesm2015/jqwidgets-ng-jqxchat.mjs +679 -0
- package/fesm2015/jqwidgets-ng-jqxgrid.mjs +130 -2
- package/fesm2015/jqwidgets-ng-jqxnumberinput.mjs +13 -2
- package/fesm2020/jqwidgets-ng-jqxchat.mjs +679 -0
- package/fesm2020/jqwidgets-ng-jqxgrid.mjs +130 -2
- package/fesm2020/jqwidgets-ng-jqxnumberinput.mjs +13 -2
- package/jqwidgets/jqx-all.js +2430 -1232
- package/jqwidgets/jqxangular.js +1 -1
- package/jqwidgets/jqxbarcode.js +1 -1
- package/jqwidgets/jqxbargauge.js +1 -1
- package/jqwidgets/jqxbulletchart.js +1 -1
- package/jqwidgets/jqxbuttongroup.js +1 -1
- package/jqwidgets/jqxbuttons.js +1 -1
- package/jqwidgets/jqxcalendar.js +2 -2
- package/jqwidgets/jqxchart.annotations.js +1 -1
- package/jqwidgets/jqxchart.api.js +1 -1
- package/jqwidgets/jqxchart.core.js +1 -1
- package/jqwidgets/jqxchart.js +1 -1
- package/jqwidgets/jqxchart.rangeselector.js +1 -1
- package/jqwidgets/jqxchart.waterfall.js +1 -1
- package/jqwidgets/jqxchat.js +1177 -0
- package/jqwidgets/jqxcheckbox.js +1 -1
- package/jqwidgets/jqxcheckboxgroup.js +1 -1
- package/jqwidgets/jqxcolorpicker.js +1 -1
- package/jqwidgets/jqxcombobox.js +1 -1
- package/jqwidgets/jqxcomplexinput.js +1 -1
- package/jqwidgets/jqxcore.js +1 -1
- package/jqwidgets/jqxdata.export.js +1 -1
- package/jqwidgets/jqxdata.js +1 -1
- package/jqwidgets/jqxdatatable.js +1 -1
- package/jqwidgets/jqxdate.js +1 -1
- package/jqwidgets/jqxdatetimeinput.js +1 -1
- package/jqwidgets/jqxdocking.js +1 -1
- package/jqwidgets/jqxdockinglayout.js +1 -1
- package/jqwidgets/jqxdockpanel.js +1 -1
- package/jqwidgets/jqxdragdrop.js +1 -1
- package/jqwidgets/jqxdraw.js +1 -1
- package/jqwidgets/jqxdropdownbutton.js +1 -1
- package/jqwidgets/jqxdropdownlist.js +1 -1
- package/jqwidgets/jqxeditor.js +1 -1
- package/jqwidgets/jqxexpander.js +1 -1
- package/jqwidgets/jqxfileupload.js +1 -1
- package/jqwidgets/jqxform.js +1 -1
- package/jqwidgets/jqxformattedinput.js +1 -1
- package/jqwidgets/jqxgantt.js +1 -1
- package/jqwidgets/jqxgauge.js +1 -1
- package/jqwidgets/jqxgrid.aggregates.js +1 -1
- package/jqwidgets/jqxgrid.ai.js +9 -0
- package/jqwidgets/jqxgrid.celltemplates.js +9 -0
- package/jqwidgets/jqxgrid.columnsreorder.js +1 -1
- package/jqwidgets/jqxgrid.columnsresize.js +1 -1
- package/jqwidgets/jqxgrid.edit.js +1 -1
- package/jqwidgets/jqxgrid.export.js +1 -1
- package/jqwidgets/jqxgrid.filter.js +2 -2
- package/jqwidgets/jqxgrid.grouping.js +1 -1
- package/jqwidgets/jqxgrid.js +2 -2
- package/jqwidgets/jqxgrid.pager.js +1 -1
- package/jqwidgets/jqxgrid.selection.js +2 -2
- package/jqwidgets/jqxgrid.sort.js +2 -2
- package/jqwidgets/jqxgrid.storage.js +1 -1
- package/jqwidgets/jqxheatmap.js +1 -1
- package/jqwidgets/jqxinput.js +1 -1
- package/jqwidgets/jqxkanban.js +1 -1
- package/jqwidgets/jqxknob.js +1 -1
- package/jqwidgets/jqxknockout.js +1 -1
- package/jqwidgets/jqxlayout.js +1 -1
- package/jqwidgets/jqxlistbox.js +1 -1
- package/jqwidgets/jqxlistmenu.js +1 -1
- package/jqwidgets/jqxloader.js +1 -1
- package/jqwidgets/jqxmaskedinput.js +1 -1
- package/jqwidgets/jqxmenu.js +1 -1
- package/jqwidgets/jqxnavbar.js +1 -1
- package/jqwidgets/jqxnavigationbar.js +1 -1
- package/jqwidgets/jqxnotification.js +1 -1
- package/jqwidgets/jqxnumberinput.js +1 -1
- package/jqwidgets/jqxpanel.js +1 -1
- package/jqwidgets/jqxpasswordinput.js +1 -1
- package/jqwidgets/jqxpivot.js +1 -1
- package/jqwidgets/jqxpivotdesigner.js +1 -1
- package/jqwidgets/jqxpivotgrid.js +1 -1
- package/jqwidgets/jqxpopover.js +1 -1
- package/jqwidgets/jqxprogressbar.js +1 -1
- package/jqwidgets/jqxqrcode.js +1204 -1180
- package/jqwidgets/jqxradiobutton.js +1 -1
- package/jqwidgets/jqxradiobuttongroup.js +1 -1
- package/jqwidgets/jqxrangeselector.js +1 -1
- package/jqwidgets/jqxrating.js +1 -1
- package/jqwidgets/jqxresponsivepanel.js +1 -1
- package/jqwidgets/jqxribbon.js +1 -1
- package/jqwidgets/jqxscheduler.api.js +1 -1
- package/jqwidgets/jqxscheduler.js +1 -1
- package/jqwidgets/jqxscrollbar.js +1 -1
- package/jqwidgets/jqxscrollview.js +1 -1
- package/jqwidgets/jqxslider.js +1 -1
- package/jqwidgets/jqxsortable.js +1 -1
- package/jqwidgets/jqxsplitlayout.js +1 -1
- package/jqwidgets/jqxsplitter.js +1 -1
- package/jqwidgets/jqxswitchbutton.js +1 -1
- package/jqwidgets/jqxtabs.js +1 -1
- package/jqwidgets/jqxtagcloud.js +1 -1
- package/jqwidgets/jqxtextarea.js +1 -1
- package/jqwidgets/jqxtimeline.js +1 -1
- package/jqwidgets/jqxtimepicker.js +1 -1
- package/jqwidgets/jqxtoolbar.js +1 -1
- package/jqwidgets/jqxtooltip.js +1 -1
- package/jqwidgets/jqxtouch.js +1 -1
- package/jqwidgets/jqxtree.js +1 -1
- package/jqwidgets/jqxtreegrid.js +1 -1
- package/jqwidgets/jqxtreemap.js +1 -1
- package/jqwidgets/jqxvalidator.js +1 -1
- package/jqwidgets/jqxwindow.js +1 -1
- package/jqwidgets/modules/jqxbarcode.js +3 -3
- package/jqwidgets/modules/jqxbargauge.js +4 -4
- package/jqwidgets/modules/jqxbulletchart.js +5 -5
- package/jqwidgets/modules/jqxbuttongroup.js +4 -4
- package/jqwidgets/modules/jqxbuttons.js +3 -3
- package/jqwidgets/modules/jqxcalendar.js +6 -6
- package/jqwidgets/modules/jqxchart.js +10 -10
- package/jqwidgets/modules/jqxchat.js +1370 -0
- package/jqwidgets/modules/jqxcheckbox.js +5 -5
- package/jqwidgets/modules/jqxcheckboxgroup.js +5 -5
- package/jqwidgets/modules/jqxcolorpicker.js +6 -6
- package/jqwidgets/modules/jqxcombobox.js +8 -8
- package/jqwidgets/modules/jqxcomplexinput.js +4 -4
- package/jqwidgets/modules/jqxdatatable.js +17 -17
- package/jqwidgets/modules/jqxdatetimeinput.js +15 -15
- package/jqwidgets/modules/jqxdocking.js +5 -5
- package/jqwidgets/modules/jqxdockinglayout.js +9 -9
- package/jqwidgets/modules/jqxdockpanel.js +4 -4
- package/jqwidgets/modules/jqxdragdrop.js +5 -5
- package/jqwidgets/modules/jqxdraw.js +3 -3
- package/jqwidgets/modules/jqxdropdownbutton.js +4 -4
- package/jqwidgets/modules/jqxdropdownlist.js +14 -14
- package/jqwidgets/modules/jqxeditor.js +20 -20
- package/jqwidgets/modules/jqxexpander.js +6 -6
- package/jqwidgets/modules/jqxfileupload.js +5 -5
- package/jqwidgets/modules/jqxform.js +18 -18
- package/jqwidgets/modules/jqxformattedinput.js +13 -13
- package/jqwidgets/modules/jqxgantt.js +3 -3
- package/jqwidgets/modules/jqxgauge.js +6 -6
- package/jqwidgets/modules/jqxgrid.js +71 -32
- package/jqwidgets/modules/jqxheatmap.js +4 -4
- package/jqwidgets/modules/jqxinput.js +5 -5
- package/jqwidgets/modules/jqxkanban.js +19 -19
- package/jqwidgets/modules/jqxknob.js +5 -5
- package/jqwidgets/modules/jqxlayout.js +9 -9
- package/jqwidgets/modules/jqxlineargauge.js +6 -6
- package/jqwidgets/modules/jqxlinkbutton.js +3 -3
- package/jqwidgets/modules/jqxlistbox.js +9 -9
- package/jqwidgets/modules/jqxlistmenu.js +17 -17
- package/jqwidgets/modules/jqxloader.js +3 -3
- package/jqwidgets/modules/jqxmaskedinput.js +3 -3
- package/jqwidgets/modules/jqxmenu.js +8 -8
- package/jqwidgets/modules/jqxnavbar.js +6 -6
- package/jqwidgets/modules/jqxnavigationbar.js +10 -10
- package/jqwidgets/modules/jqxnotification.js +7 -7
- package/jqwidgets/modules/jqxnumberinput.js +10 -10
- package/jqwidgets/modules/jqxpanel.js +6 -6
- package/jqwidgets/modules/jqxpasswordinput.js +7 -7
- package/jqwidgets/modules/jqxpivotdesigner.js +21 -21
- package/jqwidgets/modules/jqxpivotgrid.js +21 -21
- package/jqwidgets/modules/jqxpopover.js +4 -4
- package/jqwidgets/modules/jqxprogressbar.js +3 -3
- package/jqwidgets/modules/jqxqrcode.js +1214 -1190
- package/jqwidgets/modules/jqxradiobutongroup.js +5 -5
- package/jqwidgets/modules/jqxradiobutton.js +4 -4
- package/jqwidgets/modules/jqxrangeselector.js +5 -5
- package/jqwidgets/modules/jqxrating.js +4 -4
- package/jqwidgets/modules/jqxrepeatbutton.js +3 -3
- package/jqwidgets/modules/jqxresponsivepanel.js +4 -4
- package/jqwidgets/modules/jqxribbon.js +5 -5
- package/jqwidgets/modules/jqxscheduler.js +23 -23
- package/jqwidgets/modules/jqxscrollbar.js +4 -4
- package/jqwidgets/modules/jqxscrollview.js +4 -4
- package/jqwidgets/modules/jqxslider.js +4 -4
- package/jqwidgets/modules/jqxsortable.js +4 -4
- package/jqwidgets/modules/jqxsplitlayout.js +3 -3
- package/jqwidgets/modules/jqxsplitter.js +4 -4
- package/jqwidgets/modules/jqxswitchbutton.js +6 -6
- package/jqwidgets/modules/jqxtabs.js +9 -9
- package/jqwidgets/modules/jqxtagcloud.js +7 -7
- package/jqwidgets/modules/jqxtextarea.js +7 -7
- package/jqwidgets/modules/jqxtimeline.js +3 -3
- package/jqwidgets/modules/jqxtimepicker.js +4 -4
- package/jqwidgets/modules/jqxtogglebutton.js +3 -3
- package/jqwidgets/modules/jqxtoolbar.js +18 -18
- package/jqwidgets/modules/jqxtooltip.js +3 -3
- package/jqwidgets/modules/jqxtree.js +9 -9
- package/jqwidgets/modules/jqxtreegrid.js +18 -18
- package/jqwidgets/modules/jqxtreemap.js +5 -5
- package/jqwidgets/modules/jqxvalidator.js +6 -6
- package/jqwidgets/modules/jqxwindow.js +4 -4
- package/jqwidgets/styles/jqx.base.css +597 -0
- package/jqwidgets/styles/jqx.darkblue.css +36 -1
- package/jqwidgets/styles/jqx.fluent.css +3592 -3592
- package/jqwidgets/styles/jqx.tailwind.css +134 -125
- package/jqxchat/angular_jqxchat.d.ts +130 -0
- package/jqxchat/angular_jqxchat.module.d.ts +7 -0
- package/jqxchat/index.d.ts +1 -0
- package/jqxchat/jqwidgets-ng-jqxchat.d.ts +5 -0
- package/jqxchat/package.json +10 -0
- package/jqxchat/public_api.d.ts +2 -0
- package/jqxgrid/angular_jqxgrid.d.ts +21 -1
- package/jqxnumberinput/angular_jqxnumberinput.d.ts +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,81 +1,28 @@
|
|
|
1
|
-
jQWidgets Angular Modules
|
|
1
|
+
# [jQWidgets Angular Modules](https://www.jqwidgets.com/angular/)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://jqwidgets.com/license/)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
You can view them online here: https://www.jqwidgets.com/angular/.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
👉 https://www.jqwidgets.com/angular/
|
|
7
|
+
Enterprise-grade UI Components for Angular. jQWidgets UI components will help you to build perfect looking web applications. Use the most feature-complete UI components for Angular and save your time for the business logic. Choose from more than 40 UI components including Grid, Chart, Gantt, Docking Layout, TreeGrid and more. Our product supports native Angular features
|
|
9
8
|
|
|
10
|
-
Why jQWidgets for Angular in 2026?
|
|
11
9
|
|
|
12
|
-
|
|
10
|
+
jQWidgets for Angular is a commercial UI library designed and built for developing business applications with Angular. All jQWidgets UI components in our Angular suite are built from the ground-up.
|
|
13
11
|
|
|
14
|
-
|
|
12
|
+

|
|
15
13
|
|
|
16
|
-
|
|
14
|
+
## About jQWidgets for Angular
|
|
17
15
|
|
|
18
|
-
|
|
16
|
+
jQWidgets UI for Angular is everything you need to build modern web sites and apps with Angular.
|
|
19
17
|
|
|
20
|
-
|
|
18
|
+
jQWidgets UI components will help you to build perfect looking web applications with Material design.
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+
## Material UI and Data Visualization Components for Angular
|
|
23
21
|
|
|
24
|
-
|
|
22
|
+
Material Design and Bootstrap Themes are available in the package. Users can choose from more than 10 themes or create custom themes by using our Theme Builder web application.
|
|
25
23
|
|
|
26
|
-
|
|
24
|
+
## Free Trial and Commercial License
|
|
27
25
|
|
|
28
|
-
|
|
26
|
+
jQWidgets UI for Angular is a commercial UI library. You are welcome to evaluate it and get technical support from our team during your 30-day trial.
|
|
27
|
+
To use it commercially, you need to purchase a license from https://www.jqwidgets.com/license/.
|
|
29
28
|
|
|
30
|
-
Charts & Data Visualization – responsive, interactive, and customizable
|
|
31
|
-
|
|
32
|
-
Gantt & Scheduler – ideal for project planning and resource management
|
|
33
|
-
|
|
34
|
-
Docking Layout & Panels – flexible, desktop-style layouts
|
|
35
|
-
|
|
36
|
-
Forms, Editors & Inputs – rich user interactions with validation support
|
|
37
|
-
|
|
38
|
-
Each component is designed to handle real-world enterprise workloads, not just demos.
|
|
39
|
-
|
|
40
|
-
Native Angular Integration
|
|
41
|
-
|
|
42
|
-
jQWidgets components integrate seamlessly with Angular’s ecosystem:
|
|
43
|
-
|
|
44
|
-
Native Angular modules and components
|
|
45
|
-
|
|
46
|
-
Full support for Angular CLI, AOT compilation, and modern build pipelines
|
|
47
|
-
|
|
48
|
-
Clean APIs designed for maintainable and testable codebases
|
|
49
|
-
|
|
50
|
-
Compatible with latest Angular versions and long-term support strategies
|
|
51
|
-
|
|
52
|
-
Theming, Material Design & Custom Branding
|
|
53
|
-
|
|
54
|
-
Create visually consistent applications with flexible styling options:
|
|
55
|
-
|
|
56
|
-
Material Design and Bootstrap-inspired themes included
|
|
57
|
-
|
|
58
|
-
Over 10 professionally designed themes
|
|
59
|
-
|
|
60
|
-
Build and customize your own themes using the jQWidgets Theme Builder
|
|
61
|
-
|
|
62
|
-
Dark mode and brand-ready styling out of the box
|
|
63
|
-
|
|
64
|
-
Your application can look modern, accessible, and on-brand—without custom CSS overhead.
|
|
65
|
-
|
|
66
|
-
Licensing & Free Trial
|
|
67
|
-
|
|
68
|
-
jQWidgets for Angular is a commercial UI library.
|
|
69
|
-
|
|
70
|
-
✅ 30-day free evaluation
|
|
71
|
-
|
|
72
|
-
✅ Full access to components and documentation
|
|
73
|
-
|
|
74
|
-
✅ Technical support during the trial period
|
|
75
|
-
|
|
76
|
-
To use jQWidgets in production, purchase a license here:
|
|
77
|
-
👉 https://www.jqwidgets.com/license/
|
|
78
|
-
|
|
79
|
-
Build Faster. Scale Confidently. Ship Enterprise-Grade Angular Apps.
|
|
80
|
-
|
|
81
|
-
jQWidgets for Angular gives your team the tools needed to build robust, modern, and visually consistent Angular applications in 2026 and beyond.
|