synos-helena 22.0.5-beta.0 → 22.1.0-beta.1

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 (64) hide show
  1. package/lib/dark.css +1000 -722
  2. package/lib/dark.css.gz +0 -0
  3. package/lib/dark.css.map +1 -0
  4. package/lib/dark.css.map.gz +0 -0
  5. package/lib/dark.js +2 -61
  6. package/lib/dark.js.gz +0 -0
  7. package/lib/dark.js.map +1 -0
  8. package/lib/dark.js.map.gz +0 -0
  9. package/lib/helena.css +1000 -722
  10. package/lib/helena.css.gz +0 -0
  11. package/lib/helena.css.map +1 -0
  12. package/lib/helena.css.map.gz +0 -0
  13. package/lib/helena.js +2 -61
  14. package/lib/helena.js.gz +0 -0
  15. package/lib/helena.js.map +1 -0
  16. package/lib/helena.js.map.gz +0 -0
  17. package/lib/icons/exception.svg.gz +0 -0
  18. package/lib/icons/export.svg.gz +0 -0
  19. package/lib/icons/field-time.svg.gz +0 -0
  20. package/lib/icons/file-calculator.svg.gz +0 -0
  21. package/lib/icons/hand-service.svg.gz +0 -0
  22. package/lib/icons/import.svg.gz +0 -0
  23. package/lib/icons/package.svg.gz +0 -0
  24. package/lib/icons/process-config.svg.gz +0 -0
  25. package/lib/icons/transmission.svg.gz +0 -0
  26. package/lib/images/empty-notification.svg.gz +0 -0
  27. package/lib/images/micro-download.svg.gz +0 -0
  28. package/lib/images/micro-gerproc.svg.gz +0 -0
  29. package/lib/images/micro-insight.svg.gz +0 -0
  30. package/lib/images/synchro-logo.svg.gz +0 -0
  31. package/lib/index.css +58 -52
  32. package/lib/index.css.gz +0 -0
  33. package/lib/index.css.map +1 -0
  34. package/lib/index.css.map.gz +0 -0
  35. package/lib/index.js +3 -34497
  36. package/lib/index.js.LICENSE.txt +70 -0
  37. package/lib/index.js.LICENSE.txt.gz +0 -0
  38. package/lib/index.js.gz +0 -0
  39. package/lib/index.js.map +1 -0
  40. package/lib/index.js.map.gz +0 -0
  41. package/lib/light.css +1000 -722
  42. package/lib/light.css.gz +0 -0
  43. package/lib/light.css.map +1 -0
  44. package/lib/light.css.map.gz +0 -0
  45. package/lib/light.js +2 -61
  46. package/lib/light.js.gz +0 -0
  47. package/lib/light.js.map +1 -0
  48. package/lib/light.js.map.gz +0 -0
  49. package/lib/themes/colors/ant-blues.less.gz +0 -0
  50. package/lib/themes/colors/ant-yellows.less.gz +0 -0
  51. package/lib/themes/colors/blues.less.gz +0 -0
  52. package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
  53. package/lib/themes/colors/gray.less.gz +0 -0
  54. package/lib/themes/colors/greens.less.gz +0 -0
  55. package/lib/themes/colors/pinks.less.gz +0 -0
  56. package/lib/themes/colors/purples.less.gz +0 -0
  57. package/lib/themes/colors/reds.less.gz +0 -0
  58. package/lib/themes/colors/yellows.less.gz +0 -0
  59. package/lib/themes/dark.less.gz +0 -0
  60. package/lib/themes/default.less.gz +0 -0
  61. package/lib/themes/general_custom.less.gz +0 -0
  62. package/lib/themes/light.less.gz +0 -0
  63. package/package.json +98 -64
  64. package/lib/index.d.ts +0 -1480
Binary file
package/lib/light.js CHANGED
@@ -1,61 +1,2 @@
1
- /*
2
- * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
3
- * This devtool is neither made for production nor for readable output files.
4
- * It uses "eval()" calls to create a separate source file in the browser devtools.
5
- * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
6
- * or disable the default devtool with "devtool: false".
7
- * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
8
- */
9
- (function webpackUniversalModuleDefinition(root, factory) {
10
- if(typeof exports === 'object' && typeof module === 'object')
11
- module.exports = factory();
12
- else if(typeof define === 'function' && define.amd)
13
- define([], factory);
14
- else if(typeof exports === 'object')
15
- exports["synchro-helena"] = factory();
16
- else
17
- root["synchro-helena"] = factory();
18
- })(self, function() {
19
- return /******/ (() => { // webpackBootstrap
20
- /******/ "use strict";
21
- /******/ var __webpack_modules__ = ({
22
-
23
- /***/ "./src/assets/themes/light.less":
24
- /*!**************************************!*\
25
- !*** ./src/assets/themes/light.less ***!
26
- \**************************************/
27
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28
-
29
- eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://synchro-helena/./src/assets/themes/light.less?");
30
-
31
- /***/ })
32
-
33
- /******/ });
34
- /************************************************************************/
35
- /******/ // The require scope
36
- /******/ var __webpack_require__ = {};
37
- /******/
38
- /************************************************************************/
39
- /******/ /* webpack/runtime/make namespace object */
40
- /******/ (() => {
41
- /******/ // define __esModule on exports
42
- /******/ __webpack_require__.r = (exports) => {
43
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
44
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
45
- /******/ }
46
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
47
- /******/ };
48
- /******/ })();
49
- /******/
50
- /************************************************************************/
51
- /******/
52
- /******/ // startup
53
- /******/ // Load entry module and return exports
54
- /******/ // This entry module can't be inlined because the eval devtool is used.
55
- /******/ var __webpack_exports__ = {};
56
- /******/ __webpack_modules__["./src/assets/themes/light.less"](0, __webpack_exports__, __webpack_require__);
57
- /******/
58
- /******/ return __webpack_exports__;
59
- /******/ })()
60
- ;
61
- });
1
+ !function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports["synchro-helena"]=o():e["synchro-helena"]=o()}(self,(()=>(()=>{"use strict";var e={r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},o={};return e.r(o),o})()));
2
+ //# sourceMappingURL=light.js.map
Binary file
@@ -0,0 +1 @@
1
+ {"version":3,"file":"light.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,iBAAZC,QACdA,QAAQ,kBAAoBD,IAE5BD,EAAK,kBAAoBC,IAR3B,CASGK,MAAM,I,mBCRT,IAAIC,EAAsB,CCA1BA,EAAyBL,IACH,oBAAXM,QAA0BA,OAAOC,aAC1CC,OAAOC,eAAeT,EAASM,OAAOC,YAAa,CAAEG,MAAO,WAE7DF,OAAOC,eAAeT,EAAS,aAAc,CAAEU,OAAO,M","sources":["webpack://synchro-helena/webpack/universalModuleDefinition","webpack://synchro-helena/webpack/bootstrap","webpack://synchro-helena/webpack/runtime/make namespace object"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"synchro-helena\"] = factory();\n\telse\n\t\troot[\"synchro-helena\"] = factory();\n})(self, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};"],"names":["root","factory","exports","module","define","amd","self","__webpack_require__","Symbol","toStringTag","Object","defineProperty","value"],"sourceRoot":""}
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,47 +1,45 @@
1
1
  {
2
2
  "name": "synos-helena",
3
- "version": "22.0.5-beta.0",
3
+ "version": "22.1.0-beta.1",
4
4
  "description": "A set of components of the helena project",
5
- "main": "lib/index.js",
6
- "typings": "lib/index.d.ts",
7
- "scripts": {
8
- "publish-beta": "npm publish --tag beta",
9
- "postbuild": "rimraf lib/**/*.map",
10
- "dev:build": "webpack --progress --color --config webpack.dev.js",
11
- "dev:watch": "webpack --progress --color --watch --config webpack.dev.js",
12
- "prod": "webpack --progress --color --config webpack.prod.js",
13
- "lint": "./node_modules/.bin/eslint src",
14
- "commit": "./node_modules/cz-customizable/standalone.js",
15
- "release": "./updateChangelog.sh"
5
+ "keywords": [
6
+ "react",
7
+ "react-components"
8
+ ],
9
+ "homepage": "http://git.synchro.com.br/Synchro4Me/helena",
10
+ "bugs": {
11
+ "url": "http://git.synchro.com.br/Synchro4Me/helena/issues"
16
12
  },
17
13
  "repository": {
18
14
  "type": "git",
19
15
  "url": "http://git.synchro.com.br/Synchro4Me/helena"
20
16
  },
21
- "keywords": [
22
- "react",
23
- "react-components"
24
- ],
17
+ "license": "MIT",
18
+ "author": "Julio",
19
+ "main": "lib/index.js",
20
+ "typings": "lib/index.d.ts",
25
21
  "files": [
26
22
  "dist",
27
23
  "lib"
28
24
  ],
29
- "author": "Julio",
30
- "license": "MIT",
31
- "bugs": {
32
- "url": "http://git.synchro.com.br/Synchro4Me/helena/issues"
33
- },
34
- "homepage": "http://git.synchro.com.br/Synchro4Me/helena",
35
- "standard-version": {
36
- "skip": {
37
- "bump": true
38
- }
25
+ "scripts": {
26
+ "commit": "./node_modules/cz-customizable/standalone.js",
27
+ "dev:build": "webpack --progress --color --config webpack.dev.js",
28
+ "dev:watch": "webpack --progress --color --watch --config webpack.dev.js",
29
+ "lint": "./node_modules/.bin/eslint src",
30
+ "postbuild": "rimraf lib/**/*.map",
31
+ "prod": "webpack --progress --color --config webpack.prod.js",
32
+ "publish-beta": "npm publish --tag beta",
33
+ "release": "./updateChangelog.sh"
39
34
  },
40
- "peerDependencies": {
41
- "react": "^16.0.0",
42
- "react-dom": "^16.0.0"
35
+ "resolutions": {
36
+ "@types/react": "<18.0.0",
37
+ "react": "<18.0.0",
38
+ "react-dom": "<18.0.0"
43
39
  },
44
40
  "devDependencies": {
41
+ "@ant-design/compatible": "^1.1.0",
42
+ "@ant-design/icons": "^4.7.0",
45
43
  "@babel/core": "^7.8.6",
46
44
  "@babel/plugin-proposal-class-properties": "^7.8.3",
47
45
  "@babel/plugin-proposal-decorators": "^7.8.3",
@@ -62,18 +60,30 @@
62
60
  "@babel/preset-env": "^7.8.6",
63
61
  "@babel/preset-react": "^7.8.3",
64
62
  "@babel/register": "^7.8.6",
63
+ "@loadable/component": "^5.15.2",
65
64
  "@svgr/webpack": "^5.4.0",
65
+ "@types/react": "<18.0.0",
66
+ "@types/react-copy-to-clipboard": "^5.0.2",
66
67
  "@types/react-router-dom": "^5.1.6",
68
+ "@types/react-syntax-highlighter": "^15.5.1",
67
69
  "@typescript-eslint/eslint-plugin": "^3.3.0",
68
70
  "@typescript-eslint/parser": "^3.3.0",
71
+ "antd": "^4.20.5",
72
+ "antd-mask-input": "^2.0.7",
69
73
  "babel-eslint": "^9.0.0",
70
74
  "babel-loader": "^8.0.0",
71
75
  "babel-plugin-root-import": "^6.1.0",
76
+ "bigdecimal": "^0.6.1",
72
77
  "compression-webpack-plugin": "^6.1.1",
73
78
  "copy-webpack-plugin": "^6.3.2",
79
+ "cpf-cnpj-validator": "^1.0.3",
74
80
  "css-loader": "^5.0.1",
75
81
  "cz-customizable": "^6.3.0",
82
+ "date-fns": "^1.29.0",
83
+ "dayjs": "^1.10.4",
84
+ "deepdash": "^5.3.2",
76
85
  "dts-bundle-webpack": "^1.0.2",
86
+ "enquire-js": "latest",
77
87
  "eslint": "^7.4.0",
78
88
  "eslint-config-prettier": "^6.11.0",
79
89
  "eslint-import-resolver-typescript": "^2.0.0",
@@ -83,57 +93,81 @@
83
93
  "eslint-plugin-react-hooks": "^4.0.4",
84
94
  "file-loader": "^6.2.0",
85
95
  "html-webpack-plugin": "^4.5.0",
96
+ "json-loader": "^0.5.7",
86
97
  "less": "^3.12.2",
87
98
  "less-loader": "^7.1.0",
88
99
  "less-vars-to-js": "^1.3.0",
89
- "mini-css-extract-plugin": "^1.3.1",
90
- "prettier": "^2.2.1",
91
- "prettier-eslint": "^11.0.0",
92
- "prettier-eslint-cli": "^5.0.0",
93
- "react": "^17.0.1",
94
- "react-dom": "^17.0.1",
95
- "standard-version": "^9.3.0",
96
- "style-loader": "^2.0.0",
97
- "terser-webpack-plugin": "^5.0.3",
98
- "themes-switch": "^1.0.8",
99
- "ts-loader": "^8.0.11",
100
- "url-loader": "^4.1.1",
101
- "webpack": "^5.7.0",
102
- "webpack-clean-obsolete-chunks": "^0.4.0",
103
- "webpack-cli": "^4.2.0"
104
- },
105
- "dependencies": {
106
- "@ant-design/compatible": "^1.1.0",
107
- "@ant-design/icons": "^4.3.0",
108
- "@loadable/component": "^5.14.1",
109
- "@types/react-copy-to-clipboard": "^5.0.2",
110
- "@types/react-syntax-highlighter": "^13.5.2",
111
- "antd": "4.18.9",
112
- "antd-mask-input": "^0.1.15",
113
- "bigdecimal": "^0.6.1",
114
- "cpf-cnpj-validator": "^1.0.3",
115
- "date-fns": "^1.29.0",
116
- "dayjs": "^1.10.4",
117
- "deepdash": "^5.3.2",
118
- "enquire-js": "latest",
119
- "json-loader": "^0.5.7",
120
100
  "lodash": "^4.17.15",
101
+ "mini-css-extract-plugin": "^1.3.1",
121
102
  "mobx": "^5.15.4",
122
103
  "mobx-persist": "^0.4.1",
123
104
  "mobx-react": "^6.3.1",
124
105
  "mobx-react-devtools": "^4.2.15",
125
106
  "moment": "^2.22.2",
126
107
  "path-browserify": "^1.0.1",
108
+ "prettier": "^2.2.1",
109
+ "prettier-eslint": "^11.0.0",
110
+ "prettier-eslint-cli": "^5.0.0",
127
111
  "prop-types": "^15.6.2",
112
+ "react": "<18.0.0",
128
113
  "react-cookie": "^4.0.3",
129
- "react-copy-to-clipboard": "^5.0.4",
130
- "react-highlight-words": "^0.16.0",
114
+ "react-copy-to-clipboard": "^5.1.0",
115
+ "react-dom": "<18.0.0",
116
+ "react-highlight-words": "^0.18.0",
131
117
  "react-markdown": "^7.1.0",
132
118
  "react-resize-detector": "^5.0.7",
133
119
  "react-scripts": "^4.0.0",
134
- "react-syntax-highlighter": "^15.4.4",
120
+ "react-syntax-highlighter": "^15.5.0",
121
+ "standard-version": "^9.3.0",
135
122
  "string-mask": "^0.3.0",
123
+ "style-loader": "^2.0.0",
124
+ "terser-webpack-plugin": "^5.0.3",
125
+ "themes-switch": "^1.0.8",
126
+ "ts-loader": "^8.0.11",
136
127
  "typescript": "^4.1.2",
137
- "util": "^0.12.3"
128
+ "url-loader": "^4.1.1",
129
+ "util": "^0.12.3",
130
+ "webpack": "^5.7.0",
131
+ "webpack-clean-obsolete-chunks": "^0.4.0",
132
+ "webpack-cli": "^4.2.0"
133
+ },
134
+ "peerDependencies": {
135
+ "@ant-design/compatible": ">=1.1.0",
136
+ "@ant-design/icons": ">=4.0.0",
137
+ "@loadable/component": ">=5.0.0",
138
+ "antd": ">=4.16.0",
139
+ "antd-mask-input": ">=2.0.0",
140
+ "bigdecimal": ">=0.6.0",
141
+ "cpf-cnpj-validator": ">=1.0.0",
142
+ "date-fns": ">=1.29.0",
143
+ "dayjs": ">=1.10.0",
144
+ "deepdash": ">=5.3.0",
145
+ "enquire-js": ">=0.2.0",
146
+ "json-loader": ">=0.5.0",
147
+ "lodash": ">=4.17.0",
148
+ "mobx": ">=5.15.0",
149
+ "mobx-persist": ">=0.4.0",
150
+ "mobx-react": ">=6.3.0",
151
+ "mobx-react-devtools": ">=4.2.0",
152
+ "moment": ">=2.20.0",
153
+ "path-browserify": ">=1.0.0",
154
+ "prop-types": ">=15.6.0",
155
+ "react": ">=16.9.0",
156
+ "react-cookie": ">=4.0.0",
157
+ "react-copy-to-clipboard": ">=5.1.0",
158
+ "react-dom": ">=16.9.0",
159
+ "react-highlight-words": ">=0.16.0",
160
+ "react-markdown": ">=7.1.0",
161
+ "react-resize-detector": ">=5.0.0",
162
+ "react-scripts": ">=4.0.0",
163
+ "react-syntax-highlighter": ">=13.0.0",
164
+ "string-mask": ">=0.3.0",
165
+ "typescript": ">=4.1.0",
166
+ "util": ">=0.12.0"
167
+ },
168
+ "standard-version": {
169
+ "skip": {
170
+ "bump": true
171
+ }
138
172
  }
139
173
  }