qcell-react 1.2.5 → 1.2.7

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 (53) hide show
  1. package/dist/{50.be51b3525ada1744cf41.js → 50.js} +1 -1
  2. package/dist/index.js +2 -0
  3. package/dist/{qcell.9a96b2a73471cddc01fc.js → qcell.js} +2 -2
  4. package/package.json +3 -4
  5. package/dist/img/colmoveicon.png +0 -0
  6. package/dist/img/colresize.png +0 -0
  7. package/dist/img/colresize_hov.png +0 -0
  8. package/dist/img/colsearch.png +0 -0
  9. package/dist/img/colsearch_hov.png +0 -0
  10. package/dist/img/edit.png +0 -0
  11. package/dist/img/edit_hov.png +0 -0
  12. package/dist/img/edit_hov2.png +0 -0
  13. package/dist/img/excelimport_close.png +0 -0
  14. package/dist/img/filter_addoperator.png +0 -0
  15. package/dist/img/filter_addoperator_close.png +0 -0
  16. package/dist/img/filter_close.png +0 -0
  17. package/dist/img/filtericon.png +0 -0
  18. package/dist/img/filtericon_hov.png +0 -0
  19. package/dist/img/filtericon_on.png +0 -0
  20. package/dist/img/gt_arrow_close.png +0 -0
  21. package/dist/img/gt_arrow_open.png +0 -0
  22. package/dist/img/gt_dot.png +0 -0
  23. package/dist/img/gt_folder_close.png +0 -0
  24. package/dist/img/gt_folder_open.png +0 -0
  25. package/dist/img/qcell_Trial.png +0 -0
  26. package/dist/img/qcell_Trial_silver.png +0 -0
  27. package/dist/img/qcell_Trial_silver_small.png +0 -0
  28. package/dist/img/remove.png +0 -0
  29. package/dist/img/rowheader_state_delete.png +0 -0
  30. package/dist/img/rowheader_state_init.png +0 -0
  31. package/dist/img/rowheader_state_insert.png +0 -0
  32. package/dist/img/rowheader_state_update.png +0 -0
  33. package/dist/img/rt_qc_mCSB_buttons.png +0 -0
  34. package/dist/img/search_close.png +0 -0
  35. package/dist/img/select.png +0 -0
  36. package/dist/img/sort_asc.png +0 -0
  37. package/dist/img/sort_default.png +0 -0
  38. package/dist/img/sort_desc.png +0 -0
  39. package/dist/img/subicon.png +0 -0
  40. package/dist/img/ui-icons_444444_256x240.png +0 -0
  41. package/dist/img/ui-icons_555555_256x240.png +0 -0
  42. package/dist/img/ui-icons_777620_256x240.png +0 -0
  43. package/dist/img/ui-icons_777777_256x240.png +0 -0
  44. package/dist/img/ui-icons_cc0000_256x240.png +0 -0
  45. package/dist/img/ui-icons_ffffff_256x240.png +0 -0
  46. package/dist/img/wait.gif +0 -0
  47. package/dist/index.ebe4d7517eee0bc0a6f4.js +0 -2
  48. package/dist/qcell.css +0 -735
  49. package/dist/qcell_layout.css +0 -1
  50. package/dist/qcell_scrollbar.css +0 -1328
  51. /package/dist/{50.be51b3525ada1744cf41.js.LICENSE.txt → 50.js.LICENSE.txt} +0 -0
  52. /package/dist/{index.ebe4d7517eee0bc0a6f4.js.LICENSE.txt → index.js.LICENSE.txt} +0 -0
  53. /package/dist/{qcell.9a96b2a73471cddc01fc.js.LICENSE.txt → qcell.js.LICENSE.txt} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcell-react",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "QCELL component for React. Righttech Co., Ltd. All rights reserved.",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/types/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "test": "echo \"Error: no test specified\" && exit 1",
13
13
  "clean": "rimraf dist",
14
- "build": "npm run clean && webpack && node scripts/copy-css.js && node scripts/rename-output.js"
14
+ "build": "npm run clean && webpack"
15
15
  },
16
16
  "keywords": [
17
17
  "react",
@@ -39,7 +39,6 @@
39
39
  "@babel/preset-env": "^7.25.4",
40
40
  "@babel/preset-react": "^7.24.7",
41
41
  "babel-loader": "^9.2.1",
42
- "copy-webpack-plugin": "^14.0.0",
43
42
  "css-loader": "^7.1.2",
44
43
  "react": "^18.2.0",
45
44
  "react-dom": "^18.2.0",
@@ -48,4 +47,4 @@
48
47
  "webpack": "^5.94.0",
49
48
  "webpack-cli": "^5.1.4"
50
49
  }
51
- }
50
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/img/edit.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/img/wait.gif DELETED
Binary file