jsuites 6.4.2 → 6.4.3

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.
Files changed (78) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +119 -119
  3. package/dist/jsuites.css +3424 -3424
  4. package/dist/jsuites.d.ts +10 -10
  5. package/dist/jsuites.js +22475 -22450
  6. package/dist/jsuites.webcomponents.js +501 -501
  7. package/dist/types/animation.d.ts +23 -23
  8. package/dist/types/calendar.d.ts +87 -87
  9. package/dist/types/color.d.ts +50 -50
  10. package/dist/types/contextmenu.d.ts +43 -43
  11. package/dist/types/dropdown.d.ts +177 -177
  12. package/dist/types/editor.d.ts +96 -96
  13. package/dist/types/floating.d.ts +23 -23
  14. package/dist/types/form.d.ts +57 -57
  15. package/dist/types/index.d.ts +59 -59
  16. package/dist/types/mask.d.ts +50 -50
  17. package/dist/types/modal.d.ts +35 -35
  18. package/dist/types/notification.d.ts +27 -27
  19. package/dist/types/picker.d.ts +45 -45
  20. package/dist/types/rating.d.ts +19 -19
  21. package/dist/types/search.d.ts +23 -23
  22. package/dist/types/slider.d.ts +31 -31
  23. package/dist/types/tabs.d.ts +79 -79
  24. package/dist/types/tags.d.ts +105 -105
  25. package/dist/types/toolbar.d.ts +70 -70
  26. package/dist/types/upload.d.ts +45 -45
  27. package/dist/types/validations.d.ts +39 -39
  28. package/package.json +4 -4
  29. package/react/calendar/index.d.ts +105 -105
  30. package/react/calendar/index.js +28 -28
  31. package/react/color/index.d.ts +84 -84
  32. package/react/color/index.js +28 -28
  33. package/react/contextmenu/index.d.ts +61 -61
  34. package/react/contextmenu/index.js +24 -24
  35. package/react/dropdown/index.d.ts +184 -184
  36. package/react/dropdown/index.js +25 -25
  37. package/react/editor/index.d.ts +114 -114
  38. package/react/editor/index.js +31 -31
  39. package/react/index.js +26 -26
  40. package/react/modal/index.d.ts +53 -53
  41. package/react/modal/index.js +30 -30
  42. package/react/picker/index.d.ts +64 -64
  43. package/react/picker/index.js +28 -28
  44. package/react/rating/index.d.ts +37 -37
  45. package/react/rating/index.js +28 -28
  46. package/react/slider/index.d.ts +49 -49
  47. package/react/slider/index.js +30 -30
  48. package/react/tabs/index.d.ts +97 -97
  49. package/react/tabs/index.js +29 -29
  50. package/react/tags/index.d.ts +121 -121
  51. package/react/tags/index.js +24 -24
  52. package/react/toolbar/index.d.ts +88 -88
  53. package/react/toolbar/index.js +24 -24
  54. package/vue/calendar/index.d.ts +105 -105
  55. package/vue/calendar/index.js +36 -36
  56. package/vue/color/index.d.ts +84 -84
  57. package/vue/color/index.js +36 -36
  58. package/vue/contextmenu/index.d.ts +61 -61
  59. package/vue/contextmenu/index.js +21 -21
  60. package/vue/dropdown/index.d.ts +184 -184
  61. package/vue/dropdown/index.js +25 -25
  62. package/vue/editor/index.d.ts +114 -114
  63. package/vue/editor/index.js +40 -40
  64. package/vue/index.js +40 -40
  65. package/vue/modal/index.d.ts +53 -53
  66. package/vue/modal/index.js +41 -41
  67. package/vue/picker/index.d.ts +64 -64
  68. package/vue/picker/index.js +36 -36
  69. package/vue/rating/index.d.ts +37 -37
  70. package/vue/rating/index.js +36 -36
  71. package/vue/slider/index.d.ts +49 -49
  72. package/vue/slider/index.js +33 -33
  73. package/vue/tabs/index.d.ts +97 -97
  74. package/vue/tabs/index.js +28 -28
  75. package/vue/tags/index.d.ts +121 -121
  76. package/vue/tags/index.js +21 -21
  77. package/vue/toolbar/index.d.ts +88 -88
  78. package/vue/toolbar/index.js +21 -21
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) Jspreadsheet
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) Jspreadsheet
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,119 +1,119 @@
1
- ![The javascript web components](https://jsuites.net/templates/default/img/logo.svg)
2
-
3
- ## jSuites v5 - Web components and JavaScript plugins.
4
-
5
- About
6
- ---------
7
- jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive javascript vanilla plugins to help you bring the best user experience to your projects, independent of the platform.</p>
8
-
9
- The first version includes several common javascript tools in various frontend applications. jSuites is fully and easily integrated with any framework and tools. The first collection brings the following plugins:
10
-
11
- * Nice clean and responsive javascript calendar, date and time picker. This is integrated with jExcel and bring flexibility and responsiveness to your apps and web-based systems;
12
- * Our multi-purpose dropdown aims to give the user the best experience picking one or more options from a list. With a simple directive, you can render that in different modes, such as select box, search bar, mobile picker or a simple list.
13
- * The form tracker will give the chance to track changes from basic to highly dynamic forms in order to remember the user to save their form changes before leaving the page. This is basically the "Are you sure"? javascript plugin.
14
- * A simple color picker
15
- * A very straight forward responsive image thumb view
16
- * A great responsive data timeline
17
- * A simple modal, input mask javascript, mini HTMLeditor and some mobile common web components
18
-
19
- Highlights
20
- ---------
21
- jSuites brings the developer many advantages, such as:
22
-
23
- * Make rich and user-friendly web interfaces and applications
24
- * You can easily handle complicated data inputs in a way users are used to
25
- * Improve your clients software experience
26
- * Create rich CRUDS and beautiful UI
27
- * Lean, fast and simple to use
28
- * One code, multiple platform
29
-
30
-
31
- ### Basic demo
32
-
33
- Create a multiple and autocomplete responsive dropdown.
34
-
35
-
36
- ```html
37
- <html>
38
- <script src="https://jsuites.net/v5/jsuites.js"></script>
39
- <link rel="stylesheet" href="https://jsuites.net/v5/jsuites.css" type="text/css" />
40
-
41
- <div id="dropdown1"></div>
42
-
43
- <script>
44
- jSuites.dropdown(document.getElementById('dropdown1'), {
45
- data:[
46
- 'City of London',
47
- 'City of Westminster',
48
- 'Kensington and Chelsea',
49
- 'Hammersmith and Fulham', // (...)
50
- ],
51
- autocomplete:true,
52
- multiple:true,
53
- width:'280px',
54
- });
55
- </script>
56
- </html>
57
- ```
58
- The same code can render in different ways, by directive type: default, picker or searchbar\
59
- ![Javascript dropdown](https://jsuites.net/templates/default/img/dropdown.png)
60
-
61
-
62
- Examples
63
- ---------
64
-
65
- * [JavaScript Image Cropper](https://jsuites.net/docs/image-cropper)\
66
- The jSuites.crop is a lightweight JavaScript plugin that allow users load, crop and apply filters to images.
67
-
68
- * [JavaScript Dropdown](https://jsuites.net/docs/dropdown)\
69
- Full examples on how to handle simple, advanced, autocomplete and conditional dropdowns.
70
-
71
- * [Javascript Calendar](https://jsuites.net/docs/javascript-calendar)\
72
- A lightweight javascript calendar, date and datetime picker full responsive and easy integration.
73
-
74
- * [Javascript tags](https://jsuites.net/docs/javascript-tags)\
75
- JavaScript tags and keywords management plugin
76
-
77
- * [Javascript tabs](https://jsuites.net/docs/javascript-tabs)\
78
- JavaScript tabs plugin
79
-
80
- * [Javascript mask](https://jsuites.net/docs/javascript-mask)\
81
- A simple javascript mask plugin
82
-
83
- * [Javascript color picker plugin](https://jsuites.net/docs/color-picker)\
84
- Javascript color picker plugin
85
-
86
- * [Javascript contextmenu plugin](https://jsuites.net/docs/contextmenu)\
87
- Vanilla javascript contextmenu plugin
88
-
89
- * [Tracking the form changes](https://jsuites.net/docs/richform)\
90
- Track changes in a online form, apply validations and manage ajax requests.
91
-
92
- * [Javascript modal plugin](https://jsuites.net/docs/modal)\
93
- Simple vanilla javascript modal plugin
94
-
95
- * [JavaSript general toolbar](https://jsuites.net/docs/toolbar)\
96
- Micro vanilla javascript toolbar plugin
97
-
98
- * [Javascript mini HTML editor plugin with filter](https://jsuites.net/docs/javascript-html-editor)\
99
- Simple vanilla javascript image slider plugin
100
-
101
-
102
- ## Official website
103
- - [jSuites Official](https://jsuites.net/docs)
104
-
105
- ## Community
106
- - [GitHub](https://github.com/jsuites/jsuites/issues)
107
-
108
- ## Copyright and license
109
- jSuites is released under the [MIT license].
110
-
111
- ## Contact
112
- contact@jsuites.net
113
-
114
- ## Other tools
115
-
116
- - LemonadeJS: [Reactive Library and Two-way Data Binding](https://lemonadejs.net/)<br>
117
- - Jspreadsheet: [Data Grid with Spreadsheet Controls](https://jspreadsheet.com/)<br>
118
-
119
-
1
+ ![The javascript web components](https://jsuites.net/templates/default/img/logo.svg)
2
+
3
+ ## jSuites v5 - Web components and JavaScript plugins.
4
+
5
+ About
6
+ ---------
7
+ jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive javascript vanilla plugins to help you bring the best user experience to your projects, independent of the platform.</p>
8
+
9
+ The first version includes several common javascript tools in various frontend applications. jSuites is fully and easily integrated with any framework and tools. The first collection brings the following plugins:
10
+
11
+ * Nice clean and responsive javascript calendar, date and time picker. This is integrated with jExcel and bring flexibility and responsiveness to your apps and web-based systems;
12
+ * Our multi-purpose dropdown aims to give the user the best experience picking one or more options from a list. With a simple directive, you can render that in different modes, such as select box, search bar, mobile picker or a simple list.
13
+ * The form tracker will give the chance to track changes from basic to highly dynamic forms in order to remember the user to save their form changes before leaving the page. This is basically the "Are you sure"? javascript plugin.
14
+ * A simple color picker
15
+ * A very straight forward responsive image thumb view
16
+ * A great responsive data timeline
17
+ * A simple modal, input mask javascript, mini HTMLeditor and some mobile common web components
18
+
19
+ Highlights
20
+ ---------
21
+ jSuites brings the developer many advantages, such as:
22
+
23
+ * Make rich and user-friendly web interfaces and applications
24
+ * You can easily handle complicated data inputs in a way users are used to
25
+ * Improve your clients software experience
26
+ * Create rich CRUDS and beautiful UI
27
+ * Lean, fast and simple to use
28
+ * One code, multiple platform
29
+
30
+
31
+ ### Basic demo
32
+
33
+ Create a multiple and autocomplete responsive dropdown.
34
+
35
+
36
+ ```html
37
+ <html>
38
+ <script src="https://jsuites.net/v5/jsuites.js"></script>
39
+ <link rel="stylesheet" href="https://jsuites.net/v5/jsuites.css" type="text/css" />
40
+
41
+ <div id="dropdown1"></div>
42
+
43
+ <script>
44
+ jSuites.dropdown(document.getElementById('dropdown1'), {
45
+ data:[
46
+ 'City of London',
47
+ 'City of Westminster',
48
+ 'Kensington and Chelsea',
49
+ 'Hammersmith and Fulham', // (...)
50
+ ],
51
+ autocomplete:true,
52
+ multiple:true,
53
+ width:'280px',
54
+ });
55
+ </script>
56
+ </html>
57
+ ```
58
+ The same code can render in different ways, by directive type: default, picker or searchbar\
59
+ ![Javascript dropdown](https://jsuites.net/templates/default/img/dropdown.png)
60
+
61
+
62
+ Examples
63
+ ---------
64
+
65
+ * [JavaScript Image Cropper](https://jsuites.net/docs/image-cropper)\
66
+ The jSuites.crop is a lightweight JavaScript plugin that allow users load, crop and apply filters to images.
67
+
68
+ * [JavaScript Dropdown](https://jsuites.net/docs/dropdown)\
69
+ Full examples on how to handle simple, advanced, autocomplete and conditional dropdowns.
70
+
71
+ * [Javascript Calendar](https://jsuites.net/docs/javascript-calendar)\
72
+ A lightweight javascript calendar, date and datetime picker full responsive and easy integration.
73
+
74
+ * [Javascript tags](https://jsuites.net/docs/javascript-tags)\
75
+ JavaScript tags and keywords management plugin
76
+
77
+ * [Javascript tabs](https://jsuites.net/docs/javascript-tabs)\
78
+ JavaScript tabs plugin
79
+
80
+ * [Javascript mask](https://jsuites.net/docs/javascript-mask)\
81
+ A simple javascript mask plugin
82
+
83
+ * [Javascript color picker plugin](https://jsuites.net/docs/color-picker)\
84
+ Javascript color picker plugin
85
+
86
+ * [Javascript contextmenu plugin](https://jsuites.net/docs/contextmenu)\
87
+ Vanilla javascript contextmenu plugin
88
+
89
+ * [Tracking the form changes](https://jsuites.net/docs/richform)\
90
+ Track changes in a online form, apply validations and manage ajax requests.
91
+
92
+ * [Javascript modal plugin](https://jsuites.net/docs/modal)\
93
+ Simple vanilla javascript modal plugin
94
+
95
+ * [JavaSript general toolbar](https://jsuites.net/docs/toolbar)\
96
+ Micro vanilla javascript toolbar plugin
97
+
98
+ * [Javascript mini HTML editor plugin with filter](https://jsuites.net/docs/javascript-html-editor)\
99
+ Simple vanilla javascript image slider plugin
100
+
101
+
102
+ ## Official website
103
+ - [jSuites Official](https://jsuites.net/docs)
104
+
105
+ ## Community
106
+ - [GitHub](https://github.com/jsuites/jsuites/issues)
107
+
108
+ ## Copyright and license
109
+ jSuites is released under the [MIT license].
110
+
111
+ ## Contact
112
+ contact@jsuites.net
113
+
114
+ ## Other tools
115
+
116
+ - LemonadeJS: [Reactive Library and Two-way Data Binding](https://lemonadejs.net/)<br>
117
+ - Jspreadsheet: [Data Grid with Spreadsheet Controls](https://jspreadsheet.com/)<br>
118
+
119
+