synos-helena 22.1.0-beta.0 → 23.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/lib/dark.css +371 -132
- package/lib/dark.css.gz +0 -0
- package/lib/dark.css.map +1 -1
- package/lib/dark.css.map.gz +0 -0
- package/lib/dark.js.gz +0 -0
- package/lib/dark.js.map.gz +0 -0
- package/lib/helena.css +371 -132
- package/lib/helena.css.gz +0 -0
- package/lib/helena.css.map +1 -1
- package/lib/helena.css.map.gz +0 -0
- package/lib/helena.js.gz +0 -0
- package/lib/helena.js.map.gz +0 -0
- package/lib/icons/exception.svg +1 -0
- package/lib/icons/exception.svg.gz +0 -0
- package/lib/icons/export.svg.gz +0 -0
- package/lib/icons/field-time.svg.gz +0 -0
- package/lib/icons/file-calculator.svg.gz +0 -0
- package/lib/icons/hand-service.svg.gz +0 -0
- package/lib/icons/import.svg.gz +0 -0
- package/lib/icons/package.svg.gz +0 -0
- package/lib/icons/process-config.svg.gz +0 -0
- package/lib/icons/transmission.svg.gz +0 -0
- package/lib/images/empty-notification.svg.gz +0 -0
- package/lib/images/micro-download.svg +40 -0
- package/lib/images/micro-download.svg.gz +0 -0
- package/lib/images/micro-gerproc.svg +43 -0
- package/lib/images/micro-gerproc.svg.gz +0 -0
- package/lib/images/micro-insight.svg +42 -0
- package/lib/images/micro-insight.svg.gz +0 -0
- package/lib/images/synchro-logo.svg.gz +0 -0
- package/lib/index.css +78 -77
- package/lib/index.css.gz +0 -0
- package/lib/index.css.map +1 -1
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +38 -0
- package/lib/index.js.LICENSE.txt.gz +0 -0
- package/lib/index.js.gz +0 -0
- package/lib/index.js.map +1 -1
- package/lib/index.js.map.gz +0 -0
- package/lib/light.css +371 -132
- package/lib/light.css.gz +0 -0
- package/lib/light.css.map +1 -1
- package/lib/light.css.map.gz +0 -0
- package/lib/light.js.gz +0 -0
- package/lib/light.js.map.gz +0 -0
- package/lib/src/HLAlert/HLAlert.d.ts +4 -0
- package/lib/src/HLArticle/HLArticle.d.ts +4 -0
- package/lib/src/HLBadge/HLBadge.d.ts +4 -0
- package/lib/src/HLButton/HLButton.d.ts +4 -0
- package/lib/src/HLCard/HLCard.d.ts +7 -0
- package/lib/src/HLCheckbox/HLCheckbox.d.ts +5 -0
- package/lib/src/HLCode/HLCode.d.ts +4 -0
- package/lib/src/HLCollapse/HLCollapse.d.ts +7 -0
- package/lib/src/HLCollapse/Panel/Panel.d.ts +4 -0
- package/lib/src/HLCollapseInfoPanel/HLCollapseInfoPanel.d.ts +4 -0
- package/lib/src/HLContext/HLContext.d.ts +3 -0
- package/lib/src/HLCpfCnpj/HLCpfCnpj.d.ts +4 -0
- package/lib/src/HLDatePicker/DatePicker.d.ts +8 -0
- package/lib/src/HLDatePicker/HLDatePicker.d.ts +6 -0
- package/lib/src/HLDatePicker/MonthPicker/MonthPicker.d.ts +6 -0
- package/lib/src/HLDatePicker/RangePicker/RangePicker.d.ts +6 -0
- package/lib/src/HLDatePicker/utils.d.ts +5 -0
- package/lib/src/HLDeferredRender/HLDeferredRender.d.ts +4 -0
- package/lib/src/HLDescriptions/HLDescriptions.d.ts +4 -0
- package/lib/src/HLDiffViewer/HLDiffViewer.d.ts +4 -0
- package/lib/src/HLDivider/HLDivider.d.ts +4 -0
- package/lib/src/HLDrawer/HLDrawer.d.ts +4 -0
- package/lib/src/HLDropdown/HLDropdown.d.ts +4 -0
- package/lib/src/HLDropdownButton/HLDropdownButton.d.ts +4 -0
- package/lib/src/HLEditTable/HLEditTable.d.ts +4 -0
- package/lib/src/HLErrorBoundary/HLErrorBoundary.d.ts +13 -0
- package/lib/src/HLException/Error/Error.d.ts +4 -0
- package/lib/src/HLException/HLException.d.ts +5 -0
- package/lib/src/HLException/Page500/Page500.d.ts +4 -0
- package/lib/src/HLForm/HLForm.d.ts +7 -0
- package/lib/src/HLFromTo/HLFromTo.d.ts +6 -0
- package/lib/src/HLHeader/HLHeader.d.ts +6 -0
- package/lib/src/HLHeaderButton/HLHeaderButton.d.ts +4 -0
- package/lib/src/HLHeaderSearch/HLHeaderSearch.d.ts +4 -0
- package/lib/src/HLInput/HLInput.d.ts +5 -0
- package/lib/src/HLInput/Password/Password.d.ts +5 -0
- package/lib/src/HLInputMonetary/HLInputMonetary.d.ts +5 -0
- package/lib/src/HLMain/HLMain.d.ts +4 -0
- package/lib/src/HLMarkdown/HLMarkdown.d.ts +4 -0
- package/lib/src/HLModulesMenu/HLModulesMenu.d.ts +4 -0
- package/lib/src/HLNotification/HLNotification.d.ts +6 -0
- package/lib/src/HLNotification/notificationList/NotificationList.d.ts +6 -0
- package/lib/src/HLPageHeader/HLPageHeader.d.ts +4 -0
- package/lib/src/HLPopover/HLPopover.d.ts +4 -0
- package/lib/src/HLPowerSearch/lib/SelectStoreInterface.d.ts +11 -0
- package/lib/src/HLProgress/HLProgress.d.ts +4 -0
- package/lib/src/HLRadio/HLRadio.d.ts +5 -0
- package/lib/src/HLSelect/HLSelect.d.ts +5 -0
- package/lib/src/HLSideMenu/HLSideMenu.d.ts +4 -0
- package/lib/src/HLSpin/HLSpin.d.ts +4 -0
- package/lib/src/HLSwitch/HLSwitch.d.ts +4 -0
- package/lib/src/HLTable/HLTable.d.ts +65 -0
- package/lib/src/HLTextArea/HLTextArea.d.ts +5 -0
- package/lib/src/HLTooltip/HLTootip.d.ts +4 -0
- package/lib/src/HLTotalizer/HLTotalizer.d.ts +4 -0
- package/lib/src/HLUserBox/HLUserBox.d.ts +4 -0
- package/lib/src/index.d.ts +72 -0
- package/lib/src/util/CustomHooks.d.ts +2 -0
- package/lib/src/util/Permissions.d.ts +19 -0
- package/lib/src/util/constants.d.ts +15 -0
- package/lib/themes/colors/ant-blues.less.gz +0 -0
- package/lib/themes/colors/ant-yellows.less.gz +0 -0
- package/lib/themes/colors/blues.less.gz +0 -0
- package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
- package/lib/themes/colors/gray.less.gz +0 -0
- package/lib/themes/colors/greens.less.gz +0 -0
- package/lib/themes/colors/pinks.less.gz +0 -0
- package/lib/themes/colors/purples.less.gz +0 -0
- package/lib/themes/colors/reds.less.gz +0 -0
- package/lib/themes/colors/yellows.less.gz +0 -0
- package/lib/themes/dark.less.gz +0 -0
- package/lib/themes/default.less.gz +0 -0
- package/lib/themes/general_custom.less.gz +0 -0
- package/lib/themes/light.less.gz +0 -0
- package/package.json +15 -11
- package/lib/index.d.ts +0 -852
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
|
-
"typings": "
|
|
6
|
+
"typings": "src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"publish-beta": "npm publish --tag beta",
|
|
9
9
|
"postbuild": "rimraf lib/**/*.map",
|
|
10
|
-
"dev": "webpack --progress --color --config webpack.dev.js",
|
|
10
|
+
"dev:build": "webpack --progress --color --config webpack.dev.js",
|
|
11
11
|
"dev:watch": "webpack --progress --color --watch --config webpack.dev.js",
|
|
12
12
|
"prod": "webpack --progress --color --config webpack.prod.js",
|
|
13
13
|
"lint": "./node_modules/.bin/eslint src",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "http://git.synchro.com.br/
|
|
19
|
+
"url": "http://git.synchro.com.br/Synchro4Me/helena"
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
22
22
|
"react",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"author": "Julio",
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"bugs": {
|
|
32
|
-
"url": "http://git.synchro.com.br/
|
|
32
|
+
"url": "http://git.synchro.com.br/Synchro4Me/helena/issues"
|
|
33
33
|
},
|
|
34
|
-
"homepage": "
|
|
34
|
+
"homepage": "http://git.synchro.com.br/Synchro4Me/helena",
|
|
35
35
|
"standard-version": {
|
|
36
36
|
"skip": {
|
|
37
37
|
"bump": true
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"react": "^
|
|
42
|
-
"react-dom": "^
|
|
41
|
+
"react": "^16.0.0",
|
|
42
|
+
"react-dom": "^16.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.8.6",
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"webpack-cli": "^4.2.0"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@ant-design/compatible": "^1.0
|
|
106
|
+
"@ant-design/compatible": "^1.1.0",
|
|
107
107
|
"@ant-design/icons": "^4.3.0",
|
|
108
108
|
"@loadable/component": "^5.14.1",
|
|
109
109
|
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
110
110
|
"@types/react-syntax-highlighter": "^13.5.2",
|
|
111
|
-
"antd": "
|
|
111
|
+
"antd": "4.18.9",
|
|
112
112
|
"antd-mask-input": "^0.1.15",
|
|
113
113
|
"bigdecimal": "^0.6.1",
|
|
114
114
|
"cpf-cnpj-validator": "^1.0.3",
|
|
@@ -116,9 +116,11 @@
|
|
|
116
116
|
"dayjs": "^1.10.4",
|
|
117
117
|
"deepdash": "^5.3.2",
|
|
118
118
|
"enquire-js": "latest",
|
|
119
|
+
"export-to-csv": "^0.2.1",
|
|
119
120
|
"json-loader": "^0.5.7",
|
|
120
121
|
"lodash": "^4.17.15",
|
|
121
122
|
"mobx": "^5.15.4",
|
|
123
|
+
"mobx-persist": "^0.4.1",
|
|
122
124
|
"mobx-react": "^6.3.1",
|
|
123
125
|
"mobx-react-devtools": "^4.2.15",
|
|
124
126
|
"moment": "^2.22.2",
|
|
@@ -126,7 +128,9 @@
|
|
|
126
128
|
"prop-types": "^15.6.2",
|
|
127
129
|
"react-cookie": "^4.0.3",
|
|
128
130
|
"react-copy-to-clipboard": "^5.0.4",
|
|
129
|
-
"react-
|
|
131
|
+
"react-countdown": "^2.3.2",
|
|
132
|
+
"react-diff-viewer": "^3.1.1",
|
|
133
|
+
"react-highlight-words": "^0.18.0",
|
|
130
134
|
"react-markdown": "^7.1.0",
|
|
131
135
|
"react-resize-detector": "^5.0.7",
|
|
132
136
|
"react-scripts": "^4.0.0",
|