jsuites 6.0.0-beta.8 → 6.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/package.json CHANGED
@@ -26,17 +26,28 @@
26
26
  },
27
27
  "main": "dist/jsuites.js",
28
28
  "types": "dist/jsuites.d.ts",
29
- "version": "6.0.0-beta.8",
29
+ "version": "6.0.0",
30
30
  "bugs": "https://github.com/jsuites/jsuites/issues",
31
31
  "homepage": "https://github.com/jsuites/jsuites",
32
32
  "docs": "https://jsuites.net",
33
33
  "download": "https://github.com/jsuites/jsuites/archive/master.zip",
34
34
  "dependencies": {
35
- "@lemonadejs/studio": "^5.5.0"
35
+ "@jsuites/utils": "^6.0.2",
36
+ "@lemonadejs/calendar": "^5.8.0",
37
+ "@lemonadejs/color": "^5.8.0",
38
+ "@lemonadejs/contextmenu": "^5.8.0",
39
+ "@lemonadejs/dropdown": "^5.8.0",
40
+ "@lemonadejs/modal": "^5.8.0",
41
+ "@lemonadejs/switch": "^5.8.0",
42
+ "@lemonadejs/tabs": "^5.8.0",
43
+ "@lemonadejs/topmenu": "^5.8.0",
44
+ "@lemonadejs/rating": "^5.8.1"
36
45
  },
37
46
  "devDependencies": {
47
+ "@babel/preset-env": "^7.28.5",
38
48
  "@testing-library/dom": "^9.3.4",
39
49
  "copy-webpack-plugin": "^11.0.0",
50
+ "cross-env": "^7.0.3",
40
51
  "css-loader": "^6.7.2",
41
52
  "css-minimizer-webpack-plugin": "^3.4.1",
42
53
  "jest": "^28.1.3",
@@ -50,7 +61,6 @@
50
61
  "url-loader": "^4.1.1",
51
62
  "webpack": "^5.88.2",
52
63
  "webpack-cli": "^5.1.4",
53
- "webpack-dev-server": "^4.15.1",
54
- "cross-env": "^7.0.3"
64
+ "webpack-dev-server": "^4.15.1"
55
65
  }
56
66
  }
@@ -1,15 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(npm test:*)",
5
- "Bash(npm run build:*)",
6
- "Bash(node:*)",
7
- "Read(//d/**)",
8
- "Bash(git stash:*)",
9
- "Bash(git checkout:*)",
10
- "Bash(/dev/null)"
11
- ],
12
- "deny": [],
13
- "ask": []
14
- }
15
- }
package/changelog.md DELETED
@@ -1,27 +0,0 @@
1
- # 5.8.0
2
-
3
- - Added a strict argument for mask rendering (default: true).
4
- - Enabled list validation for ranges.
5
-
6
- # 5.6.5
7
-
8
- - Translate calendar strings;
9
-
10
- # 5.6.4
11
-
12
- - Sanitize HTML from paste on editor and tags plugins;
13
-
14
- # 5.5.2
15
-
16
- - Replace onbeforeinput to prompt;
17
-
18
- # 5.5.1
19
-
20
- - Add tracking.state to a second jsuites instance.
21
-
22
- # 5.5.0
23
-
24
- - Added a new event for dropdowns: onbeforeinput.
25
- - Added a new event for tabs: onremoveitem.
26
- - Implemented global events to prevent double declaration.
27
-