Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jspreadsheet-ce

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspreadsheet-ce - npm Package Compare versions

Comparing version 4.13.4 to 4.14.0

public/index.html

70

package.json

@@ -14,5 +14,3 @@ {

"spreadsheet",
"online spreadsheet",
"jspreadsheet",
"jexcel",
"spreadsheets",
"tables",

@@ -22,11 +20,35 @@ "table",

"grid",
"javascript grid",
"grid-editor",
"data grid",
"data tables",
"data grid",
"spreadsheet"
"javascript data grid",
"javascript spreadsheet",
"data spreadsheet",
"react",
"grid",
"datagrid",
"reactjs",
"react-component",
"angular",
"data-grid",
"vue",
"csv",
"datatable",
"vuejs",
"angular-component",
"javascript",
"data-table",
"web-components",
"xlsx",
"react-table",
"sheets",
"sheet",
"export",
"markdown",
"parser",
"xls",
"datasheet"
],
"dependencies": {
"jsuites": "^5.0.25",
"@jspreadsheet/formula": "^2.0.2"
"@jspreadsheet/formula": "^2.0.2",
"jsuites": "^5.6.5"
},

@@ -36,15 +58,25 @@ "devDependencies": {

"chai": "^4.3.7",
"faker": "^5.5.3",
"imports-loader": "^4.0.1",
"jsdom": "^20.0.3",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.5.0",
"jsdoc": "^4.0.2",
"jsdom": "^22.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.4.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.2",
"webpack-sources": "^3.2.3"
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",
"mochawesome": "^7.1.3",
"prettier": "2.8.8",
"style-loader": "^3.3.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"react": "^18.2.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "4.13.4",
"version": "4.14.0",
"bugs": "https://github.com/jspreadsheet/ce/issues",

@@ -57,5 +89,5 @@ "homepage": "https://github.com/jspreadsheet/ce",

"test:coverage": "c8 mocha --recursive",
"build": "npx webpack --config webpack.config.cjs",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.cjs",
"start": "npx webpack serve --history-api-fallback"
}
}

@@ -60,4 +60,4 @@ # Jspreadsheet CE v4: The JavaScript spreadsheet

<script src="https://bossanova.uk/jspreadsheet/v4/jexcel.js"></script>
<script src="https://jsuites.net/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/v4/jsuites.css" type="text/css" />
<script src="https://jsuites.net/docs/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/docs/v4/jsuites.css" type="text/css" />
<link rel="stylesheet" href="https://bossanova.uk/jspreadsheet/v4/jexcel.css" type="text/css" />

@@ -171,2 +171,8 @@ ```

### Jspreadsheet CE 4.2.0
- Paste on larger and proportional areas
- New webpack development ENV.
- npm run test
### Jspreadsheet CE 4.13.0

@@ -329,15 +335,15 @@

* [Getting started](https://jsuites.net/v4/image-cropper)
* [Quick reference](https://jsuites.net/v4/image-cropper/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/image-cropper)
* [Quick reference](https://jsuites.net/docs/v4/image-cropper/quick-reference)
#### Examples
* [Rotate and zoom](https://jsuites.net/v4/image-cropper/rotate-and-zoom)
* [Brightness and contrast](https://jsuites.net/v4/image-cropper/brightness-and-contrast-filters "Brightness and contrast")
* [Rotate and zoom](https://jsuites.net/docs/v4/image-cropper/rotate-and-zoom)
* [Brightness and contrast](https://jsuites.net/docs/v4/image-cropper/brightness-and-contrast-filters "Brightness and contrast")
#### Integrations
* [React integration](https://jsuites.net/v4/image-cropper/react-component)
* [Vue integration](https://jsuites.net/v4/image-cropper/image-cropper-vue-example)
* [Angular integration](https://jsuites.net/v4/image-cropper/image-cropper-angular-example)
* [React integration](https://jsuites.net/docs/v4/image-cropper/react-component)
* [Vue integration](https://jsuites.net/docs/v4/image-cropper/image-cropper-vue-example)
* [Angular integration](https://jsuites.net/docs/v4/image-cropper/image-cropper-angular-example)

@@ -348,11 +354,11 @@ ### Javascript Template

* [Getting started](https://jsuites.net/v4/javascript-template)
* [Quick reference](https://jsuites.net/v4/javascript-template/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/javascript-template)
* [Quick reference](https://jsuites.net/docs/v4/javascript-template/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/javascript-template/basic)
* [Pagination and Searching](https://jsuites.net/v4/javascript-template/pagination-and-searching)
* [Methods](https://jsuites.net/v4/javascript-template/methods)
* [Event Handling](https://jsuites.net/v4/javascript-template/event-handling)
* [Basic](https://jsuites.net/docs/v4/javascript-template/basic)
* [Pagination and Searching](https://jsuites.net/docs/v4/javascript-template/pagination-and-searching)
* [Methods](https://jsuites.net/docs/v4/javascript-template/methods)
* [Event Handling](https://jsuites.net/docs/v4/javascript-template/event-handling)

@@ -363,15 +369,15 @@ ### JavaScript Organogram

* [Getting started](https://jsuites.net/v4/organogram)
* [Quick Reference](https://jsuites.net/v4/organogram/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/organogram)
* [Quick Reference](https://jsuites.net/docs/v4/organogram/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/organogram/basic)
* [Methods](https://jsuites.net/v4/organogram/methods)
* [Basic](https://jsuites.net/docs/v4/organogram/basic)
* [Methods](https://jsuites.net/docs/v4/organogram/methods)
#### Integrations
* [React organogram](https://jsuites.net/v4/organogram/organogram-with-react)
* [Vue organogram](https://jsuites.net/v4/organogram/organogram-with-vue)
* [Angular organogram](https://jsuites.net/v4/organogram/organogram-with-angular)
* [React organogram](https://jsuites.net/docs/v4/organogram/organogram-with-react)
* [Vue organogram](https://jsuites.net/docs/v4/organogram/organogram-with-vue)
* [Angular organogram](https://jsuites.net/docs/v4/organogram/organogram-with-angular)

@@ -382,10 +388,10 @@ ### Javascript Heatmap

* [Getting started](https://jsuites.net/v4/heatmap)
* [Quick reference](https://jsuites.net/v4/heatmap/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/heatmap)
* [Quick reference](https://jsuites.net/docs/v4/heatmap/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/heatmap/basic)
* [Colors](https://jsuites.net/v4/heatmap/colors)
* [Title and tooltip](https://jsuites.net/v4/heatmap/title-and-tooltip)
* [Basic](https://jsuites.net/docs/v4/heatmap/basic)
* [Colors](https://jsuites.net/docs/v4/heatmap/colors)
* [Title and tooltip](https://jsuites.net/docs/v4/heatmap/title-and-tooltip)

@@ -396,14 +402,14 @@ ### Core features

* [Ajax requests](https://jsuites.net/v4/core/ajax)
* [Animations](https://jsuites.net/v4/core/animations)
* [Toast](https://jsuites.net/v4/core/javascript-toast)
* [Loading spin](https://jsuites.net/v4/core/loading-spin)
* [Drag and drop](https://jsuites.net/v4/core/js-drag-and-drop)
* [Ajax requests](https://jsuites.net/docs/v4/core/ajax)
* [Animations](https://jsuites.net/docs/v4/core/animations)
* [Toast](https://jsuites.net/docs/v4/core/javascript-toast)
* [Loading spin](https://jsuites.net/docs/v4/core/loading-spin)
* [Drag and drop](https://jsuites.net/docs/v4/core/js-drag-and-drop)
#### Helpers
* [Push to refresh](https://jsuites.net/v4/core/push-to-refresh)
* [Custom scroll](https://jsuites.net/v4/core/scroll)
* [Generic lazy loading](https://jsuites.net/v4/core/lazy-loading)
* [File upload](https://jsuites.net/v4/core/files)
* [Push to refresh](https://jsuites.net/docs/v4/core/push-to-refresh)
* [Custom scroll](https://jsuites.net/docs/v4/core/scroll)
* [Generic lazy loading](https://jsuites.net/docs/v4/core/lazy-loading)
* [File upload](https://jsuites.net/docs/v4/core/files)

@@ -414,25 +420,25 @@ ### JavaScript Dropdown

* [Getting started](https://jsuites.net/v4/dropdown-and-autocomplete)
* [Quick Reference](https://jsuites.net/v4/dropdown-and-autocomplete/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/dropdown-and-autocomplete)
* [Quick Reference](https://jsuites.net/docs/v4/dropdown-and-autocomplete/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/dropdown-and-autocomplete/basic)
* [Multiple options](https://jsuites.net/v4/dropdown-and-autocomplete/multiple)
* [Large sample](https://jsuites.net/v4/dropdown-and-autocomplete/large-sample)
* [Remote search](https://jsuites.net/v4/dropdown-and-autocomplete/remote-search)
* [Add new option](https://jsuites.net/v4/dropdown-and-autocomplete/new-options)
* [Images](https://jsuites.net/v4/dropdown-and-autocomplete/images)
* [Colors](https://jsuites.net/v4/dropdown-and-autocomplete/colors)
* [Countries](https://jsuites.net/v4/dropdown-and-autocomplete/countries)
* [Grouping elements](https://jsuites.net/v4/dropdown-and-autocomplete/grouping-elements)
* [Events](https://jsuites.net/v4/dropdown-and-autocomplete/events)
* [Methods](https://jsuites.net/v4/dropdown-and-autocomplete/methods)
* [Mobile rendering](https://jsuites.net/v4/dropdown-and-autocomplete/mobile)
* [Basic](https://jsuites.net/docs/v4/dropdown-and-autocomplete/basic)
* [Multiple options](https://jsuites.net/docs/v4/dropdown-and-autocomplete/multiple)
* [Large sample](https://jsuites.net/docs/v4/dropdown-and-autocomplete/large-sample)
* [Remote search](https://jsuites.net/docs/v4/dropdown-and-autocomplete/remote-search)
* [Add new option](https://jsuites.net/docs/v4/dropdown-and-autocomplete/new-options)
* [Images](https://jsuites.net/docs/v4/dropdown-and-autocomplete/images)
* [Colors](https://jsuites.net/docs/v4/dropdown-and-autocomplete/colors)
* [Countries](https://jsuites.net/docs/v4/dropdown-and-autocomplete/countries)
* [Grouping elements](https://jsuites.net/docs/v4/dropdown-and-autocomplete/grouping-elements)
* [Events](https://jsuites.net/docs/v4/dropdown-and-autocomplete/events)
* [Methods](https://jsuites.net/docs/v4/dropdown-and-autocomplete/methods)
* [Mobile rendering](https://jsuites.net/docs/v4/dropdown-and-autocomplete/mobile)
#### Integrations
* [React dropdown](https://jsuites.net/v4/dropdown-and-autocomplete/javascript-dropdown-with-react)
* [Vue dropdown](https://jsuites.net/v4/dropdown-and-autocomplete/javascript-dropdown-with-vue)
* [Angular dropdown](https://jsuites.net/v4/dropdown-and-autocomplete/javascript-dropdown-with-angular)
* [React dropdown](https://jsuites.net/docs/v4/dropdown-and-autocomplete/javascript-dropdown-with-react)
* [Vue dropdown](https://jsuites.net/docs/v4/dropdown-and-autocomplete/javascript-dropdown-with-vue)
* [Angular dropdown](https://jsuites.net/docs/v4/dropdown-and-autocomplete/javascript-dropdown-with-angular)

@@ -443,22 +449,22 @@ ### JavaScript Calendar

* [Getting started](https://jsuites.net/v4/javascript-calendar)
* [Quick Reference](https://jsuites.net/v4/javascript-calendar/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/javascript-calendar)
* [Quick Reference](https://jsuites.net/docs/v4/javascript-calendar/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/javascript-calendar/basic)
* [Time picker](https://jsuites.net/v4/javascript-calendar/time-picker)
* [Year and month picker](https://jsuites.net/v4/javascript-calendar/year-month)
* [Events](https://jsuites.net/v4/javascript-calendar/events)
* [Valid range](https://jsuites.net/v4/javascript-calendar/valid-range)
* [International](https://jsuites.net/v4/javascript-calendar/international)
* [Methods](https://jsuites.net/v4/javascript-calendar/methods)
* [Inline calendar](https://jsuites.net/v4/javascript-calendar/inline)
* [Mobile rendering](https://jsuites.net/v4/javascript-calendar/mobile)
* [Basic](https://jsuites.net/docs/v4/javascript-calendar/basic)
* [Time picker](https://jsuites.net/docs/v4/javascript-calendar/time-picker)
* [Year and month picker](https://jsuites.net/docs/v4/javascript-calendar/year-month)
* [Events](https://jsuites.net/docs/v4/javascript-calendar/events)
* [Valid range](https://jsuites.net/docs/v4/javascript-calendar/valid-range)
* [International](https://jsuites.net/docs/v4/javascript-calendar/international)
* [Methods](https://jsuites.net/docs/v4/javascript-calendar/methods)
* [Inline calendar](https://jsuites.net/docs/v4/javascript-calendar/inline)
* [Mobile rendering](https://jsuites.net/docs/v4/javascript-calendar/mobile)
#### Integrations
* [React calendar](https://jsuites.net/v4/javascript-calendar/javascript-calendar-with-react)
* [Vue calendar](https://jsuites.net/v4/javascript-calendar/javascript-calendar-with-vue)
* [Angular calendar](https://jsuites.net/v4/javascript-calendar/javascript-calendar-with-angular)
* [React calendar](https://jsuites.net/docs/v4/javascript-calendar/javascript-calendar-with-react)
* [Vue calendar](https://jsuites.net/docs/v4/javascript-calendar/javascript-calendar-with-vue)
* [Angular calendar](https://jsuites.net/docs/v4/javascript-calendar/javascript-calendar-with-angular)

@@ -469,17 +475,17 @@ ### Tags and keywords

* [Getting started](https://jsuites.net/v4/javascript-tags)
* [Quick Reference](https://jsuites.net/v4/javascript-tags/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/javascript-tags)
* [Quick Reference](https://jsuites.net/docs/v4/javascript-tags/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/javascript-tags/basic)
* [Suggestions](https://jsuites.net/v4/javascript-tags/remote-search)
* [Events](https://jsuites.net/v4/javascript-tags/events)
* [Validations](https://jsuites.net/v4/javascript-tags/validations)
* [Basic](https://jsuites.net/docs/v4/javascript-tags/basic)
* [Suggestions](https://jsuites.net/docs/v4/javascript-tags/remote-search)
* [Events](https://jsuites.net/docs/v4/javascript-tags/events)
* [Validations](https://jsuites.net/docs/v4/javascript-tags/validations)
#### Integrations
* [React tags](https://jsuites.net/v4/javascript-tags/javascript-tags-with-react)
* [Vue tags](https://jsuites.net/v4/javascript-tags/javascript-tags-with-vue)
* [Angular tags](https://jsuites.net/v4/javascript-tags/javascript-tags-with-angular)
* [React tags](https://jsuites.net/docs/v4/javascript-tags/javascript-tags-with-react)
* [Vue tags](https://jsuites.net/docs/v4/javascript-tags/javascript-tags-with-vue)
* [Angular tags](https://jsuites.net/docs/v4/javascript-tags/javascript-tags-with-angular)

@@ -490,13 +496,13 @@ ### JavaScript tabs plugin

* [Getting started](https://jsuites.net/v4/javascript-tabs)
* [Quick Reference](https://jsuites.net/v4/javascript-tabs/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/javascript-tabs)
* [Quick Reference](https://jsuites.net/docs/v4/javascript-tabs/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/javascript-tabs/basic)
* [Style](https://jsuites.net/v4/javascript-tabs/style)
* [Headers with icons](https://jsuites.net/v4/javascript-tabs/icons)
* [Remote content](https://jsuites.net/v4/javascript-tabs/remote)
* [Events](https://jsuites.net/v4/javascript-tabs/events)
* [Methods](https://jsuites.net/v4/javascript-tabs/methods)
* [Basic](https://jsuites.net/docs/v4/javascript-tabs/basic)
* [Style](https://jsuites.net/docs/v4/javascript-tabs/style)
* [Headers with icons](https://jsuites.net/docs/v4/javascript-tabs/icons)
* [Remote content](https://jsuites.net/docs/v4/javascript-tabs/remote)
* [Events](https://jsuites.net/docs/v4/javascript-tabs/events)
* [Methods](https://jsuites.net/docs/v4/javascript-tabs/methods)

@@ -507,18 +513,18 @@ ### Color picker plugin

* [Getting started](https://jsuites.net/v4/color-picker)
* [Quick Reference](https://jsuites.net/v4/color-picker/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/color-picker)
* [Quick Reference](https://jsuites.net/docs/v4/color-picker/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/color-picker/basic)
* [Events](https://jsuites.net/v4/color-picker/events)
* [Custom colors](https://jsuites.net/v4/color-picker/custom-colors)
* [Palettes](https://jsuites.net/v4/color-picker/color-palettes)
* [Responsive](https://jsuites.net/v4/color-picker/mobile)
* [Basic](https://jsuites.net/docs/v4/color-picker/basic)
* [Events](https://jsuites.net/docs/v4/color-picker/events)
* [Custom colors](https://jsuites.net/docs/v4/color-picker/custom-colors)
* [Palettes](https://jsuites.net/docs/v4/color-picker/color-palettes)
* [Responsive](https://jsuites.net/docs/v4/color-picker/mobile)
#### Examples
* [React color picker](https://jsuites.net/v4/color-picker/javascript-color-picker-with-react)
* [Vue color picker](https://jsuites.net/v4/color-picker/javascript-color-picker-with-vue)
* [Angular color picker](https://jsuites.net/v4/color-picker/javascript-color-picker-with-angular)
* [React color picker](https://jsuites.net/docs/v4/color-picker/javascript-color-picker-with-react)
* [Vue color picker](https://jsuites.net/docs/v4/color-picker/javascript-color-picker-with-vue)
* [Angular color picker](https://jsuites.net/docs/v4/color-picker/javascript-color-picker-with-angular)

@@ -529,11 +535,11 @@ ### Context menu plugin

* [Getting started](https://jsuites.net/v4/contextmenu)
* [Quick Reference](https://jsuites.net/v4/contextmenu/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/contextmenu)
* [Quick Reference](https://jsuites.net/docs/v4/contextmenu/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/contextmenu/basic)
* [Vanilla example](https://jsuites.net/v4/contextmenu/vanilla)
* [Icons](https://jsuites.net/v4/contextmenu/icons)
* [Submenu](https://jsuites.net/v4/contextmenu/submenu)
* [Basic](https://jsuites.net/docs/v4/contextmenu/basic)
* [Vanilla example](https://jsuites.net/docs/v4/contextmenu/vanilla)
* [Icons](https://jsuites.net/docs/v4/contextmenu/icons)
* [Submenu](https://jsuites.net/docs/v4/contextmenu/submenu)

@@ -544,10 +550,10 @@ ### Input mask plugin

* [Getting started](https://jsuites.net/v4/javascript-mask)
* [Quick reference](https://jsuites.net/v4/javascript-mask/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/javascript-mask)
* [Quick reference](https://jsuites.net/docs/v4/javascript-mask/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/javascript-mask/basic)
* [Events](https://jsuites.net/v4/javascript-mask/events)
* [Programmatically updates](https://jsuites.net/v4/javascript-mask/programmatically-updates)
* [Basic](https://jsuites.net/docs/v4/javascript-mask/basic)
* [Events](https://jsuites.net/docs/v4/javascript-mask/events)
* [Programmatically updates](https://jsuites.net/docs/v4/javascript-mask/programmatically-updates)

@@ -558,10 +564,10 @@ ### JavaScript Modal

* [Getting started](https://jsuites.net/v4/modal)
* [Quick reference](https://jsuites.net/v4/modal/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/modal)
* [Quick reference](https://jsuites.net/docs/v4/modal/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/modal/basic)
* [Events](https://jsuites.net/v4/modal/events)
* [React modal](https://jsuites.net/v4/modal/javascript-modal-with-react)
* [Basic](https://jsuites.net/docs/v4/modal/basic)
* [Events](https://jsuites.net/docs/v4/modal/events)
* [React modal](https://jsuites.net/docs/v4/modal/javascript-modal-with-react)

@@ -572,10 +578,10 @@ ### Rich HTML Forms

* [Getting started](https://jsuites.net/v4/rich-form)
* [Quick reference](https://jsuites.net/v4/rich-form/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/rich-form)
* [Quick reference](https://jsuites.net/docs/v4/rich-form/quick-reference)
#### Examples
* [Tracking changes](https://jsuites.net/v4/rich-form/tracking-for-form-changes)
* [Updates](https://jsuites.net/v4/rich-form/methods)
* [Validations](https://jsuites.net/v4/rich-form/validations)
* [Tracking changes](https://jsuites.net/docs/v4/rich-form/tracking-for-form-changes)
* [Updates](https://jsuites.net/docs/v4/rich-form/methods)
* [Validations](https://jsuites.net/docs/v4/rich-form/validations)

@@ -586,14 +592,14 @@ ### JavaScript rating plugin

* [Getting started](https://jsuites.net/v4/rating)
* [Quick reference](https://jsuites.net/v4/rating/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/rating)
* [Quick reference](https://jsuites.net/docs/v4/rating/quick-reference)
#### Examples
* [Events](https://jsuites.net/v4/rating/events)
* [Events](https://jsuites.net/docs/v4/rating/events)
#### Integrations
* [React Rating](https://jsuites.net/v4/rating/javascript-rating-with-react)
* [Vue Rating](https://jsuites.net/v4/rating/javascript-rating-with-vue)
* [Angular Rating](https://jsuites.net/v4/rating/javascript-rating-with-angular)
* [React Rating](https://jsuites.net/docs/v4/rating/javascript-rating-with-react)
* [Vue Rating](https://jsuites.net/docs/v4/rating/javascript-rating-with-vue)
* [Angular Rating](https://jsuites.net/docs/v4/rating/javascript-rating-with-angular)

@@ -604,9 +610,9 @@ ### JavaScript toolbar

* [Getting started](https://jsuites.net/v4/toolbar)
* [Quick reference](https://jsuites.net/v4/toolbar/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/toolbar)
* [Quick reference](https://jsuites.net/docs/v4/toolbar/quick-reference)
#### Examples
* [Fontawsome](https://jsuites.net/v4/toolbar/fontawsome)
* [Custom icons](https://jsuites.net/v4/toolbar/custom-icons)
* [Fontawsome](https://jsuites.net/docs/v4/toolbar/fontawsome)
* [Custom icons](https://jsuites.net/docs/v4/toolbar/custom-icons)

@@ -617,11 +623,11 @@ ### Text editor plugin

* [Getting started](https://jsuites.net/v4/text-editor)
* [Quick reference](https://jsuites.net/v4/text-editor/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/text-editor)
* [Quick reference](https://jsuites.net/docs/v4/text-editor/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/text-editor/basic)
* [Custom toolbar](https://jsuites.net/v4/text-editor/custom-toolbar)
* [Dropping zone](https://jsuites.net/v4/text-editor/dropping-zone)
* [URL Snippets](https://jsuites.net/v4/text-editor/website-snippet)
* [Basic](https://jsuites.net/docs/v4/text-editor/basic)
* [Custom toolbar](https://jsuites.net/docs/v4/text-editor/custom-toolbar)
* [Dropping zone](https://jsuites.net/docs/v4/text-editor/dropping-zone)
* [URL Snippets](https://jsuites.net/docs/v4/text-editor/website-snippet)

@@ -632,17 +638,17 @@ ### Picker plugin

* [Getting started](https://jsuites.net/v4/picker)
* [Quick reference](https://jsuites.net/v4/picker/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/picker)
* [Quick reference](https://jsuites.net/docs/v4/picker/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/picker/basic)
* [Stylize options](https://jsuites.net/v4/picker/stylize-options)
* [Static front](https://jsuites.net/v4/picker/static-front)
* [Handle changes](https://jsuites.net/v4/picker/handle-changes)
* [Basic](https://jsuites.net/docs/v4/picker/basic)
* [Stylize options](https://jsuites.net/docs/v4/picker/stylize-options)
* [Static front](https://jsuites.net/docs/v4/picker/static-front)
* [Handle changes](https://jsuites.net/docs/v4/picker/handle-changes)
#### Integrations
* [React Picker](https://jsuites.net/v4/picker/picker-with-react)
* [Vue Picker](https://jsuites.net/v4/picker/picker-with-vue)
* [Angular Picker](https://jsuites.net/v4/picker/picker-with-angular)
* [React Picker](https://jsuites.net/docs/v4/picker/picker-with-react)
* [Vue Picker](https://jsuites.net/docs/v4/picker/picker-with-vue)
* [Angular Picker](https://jsuites.net/docs/v4/picker/picker-with-angular)

@@ -653,8 +659,8 @@ ### Image slider plugin

* [Getting started](https://jsuites.net/v4/image-slider)
* [Quick reference](https://jsuites.net/v4/image-slider/quick-reference)
* [Getting started](https://jsuites.net/docs/v4/image-slider)
* [Quick reference](https://jsuites.net/docs/v4/image-slider/quick-reference)
#### Examples
* [Basic](https://jsuites.net/v4/image-slider/basic)
* [Basic](https://jsuites.net/docs/v4/image-slider/basic)

@@ -665,30 +671,30 @@ ### All Components

* [Ajax requests](https://jsuites.net/v4/core/ajax)
* [Animations](https://jsuites.net/v4/core/animations)
* [Toast](https://jsuites.net/v4/core/javascript-toast)
* [Loading spin](https://jsuites.net/v4/core/loading-spin)
* [Drag and drop](https://jsuites.net/v4/core/js-drag-and-drop)
* [Ajax requests](https://jsuites.net/docs/v4/core/ajax)
* [Animations](https://jsuites.net/docs/v4/core/animations)
* [Toast](https://jsuites.net/docs/v4/core/javascript-toast)
* [Loading spin](https://jsuites.net/docs/v4/core/loading-spin)
* [Drag and drop](https://jsuites.net/docs/v4/core/js-drag-and-drop)
#### Extensions
* [Cropper](https://jsuites.net/v4/image-cropper)
* [Template](https://jsuites.net/v4/javascript-template)
* [Organogram](https://jsuites.net/v4/organogram)
* [Heatmap](https://jsuites.net/v4/heatmap)
* [Cropper](https://jsuites.net/docs/v4/image-cropper)
* [Template](https://jsuites.net/docs/v4/javascript-template)
* [Organogram](https://jsuites.net/docs/v4/organogram)
* [Heatmap](https://jsuites.net/docs/v4/heatmap)
#### Components
* [Calendar](https://jsuites.net/v4/javascript-calendar)
* [Color picker](https://jsuites.net/v4/color-picker)
* [Context menu](https://jsuites.net/v4/contextmenu)
* [Dropdown](https://jsuites.net/v4/dropdown-and-autocomplete)
* [Mask](https://jsuites.net/v4/javascript-mask)
* [Modal](https://jsuites.net/v4/modal)
* [Picker](https://jsuites.net/v4/picker)
* [Rating](https://jsuites.net/v4/rating)
* [Rich forms](https://jsuites.net/v4/rich-form)
* [Richtext](https://jsuites.net/v4/text-editor)
* [Slider](https://jsuites.net/v4/image-slider)
* [Tags](https://jsuites.net/v4/javascript-tags)
* [Tabs](https://jsuites.net/v4/javascript-tabs)
* [Toolbars](https://jsuites.net/v4/toolbar)
* [Calendar](https://jsuites.net/docs/v4/javascript-calendar)
* [Color picker](https://jsuites.net/docs/v4/color-picker)
* [Context menu](https://jsuites.net/docs/v4/contextmenu)
* [Dropdown](https://jsuites.net/docs/v4/dropdown-and-autocomplete)
* [Mask](https://jsuites.net/docs/v4/javascript-mask)
* [Modal](https://jsuites.net/docs/v4/modal)
* [Picker](https://jsuites.net/docs/v4/picker)
* [Rating](https://jsuites.net/docs/v4/rating)
* [Rich forms](https://jsuites.net/docs/v4/rich-form)
* [Richtext](https://jsuites.net/docs/v4/text-editor)
* [Slider](https://jsuites.net/docs/v4/image-slider)
* [Tags](https://jsuites.net/docs/v4/javascript-tags)
* [Tabs](https://jsuites.net/docs/v4/javascript-tabs)
* [Toolbars](https://jsuites.net/docs/v4/toolbar)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc