synos-helena 22.0.19 → 22.0.21-beta.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 +0 -2
- package/lib/dark.js +61 -2
- package/lib/helena.css +0 -2
- package/lib/helena.js +61 -2
- package/lib/index.css +0 -2
- package/lib/index.js +34760 -3
- package/lib/light.css +0 -2
- package/lib/light.js +61 -2
- package/lib/src/HLDiffViewer/HLDiffViewer.d.ts +4 -0
- package/lib/src/HLFromToEdit/HLFromToEdit.d.ts +7 -0
- package/lib/src/HLTable/HLTable.d.ts +5 -0
- package/lib/src/index.d.ts +2 -1
- package/package.json +2 -1
- package/lib/dark.css.gz +0 -0
- package/lib/dark.css.map +0 -1
- package/lib/dark.css.map.gz +0 -0
- package/lib/dark.js.gz +0 -0
- package/lib/dark.js.map +0 -1
- package/lib/dark.js.map.gz +0 -0
- package/lib/helena.css.gz +0 -0
- package/lib/helena.css.map +0 -1
- package/lib/helena.css.map.gz +0 -0
- package/lib/helena.js.gz +0 -0
- package/lib/helena.js.map +0 -1
- package/lib/helena.js.map.gz +0 -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.gz +0 -0
- package/lib/images/micro-gerproc.svg.gz +0 -0
- package/lib/images/micro-insight.svg.gz +0 -0
- package/lib/images/synchro-logo.svg.gz +0 -0
- package/lib/index.css.gz +0 -0
- package/lib/index.css.map +0 -1
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js.LICENSE.txt +0 -70
- package/lib/index.js.LICENSE.txt.gz +0 -0
- package/lib/index.js.gz +0 -0
- package/lib/index.js.map +0 -1
- package/lib/index.js.map.gz +0 -0
- package/lib/light.css.gz +0 -0
- package/lib/light.css.map +0 -1
- package/lib/light.css.map.gz +0 -0
- package/lib/light.js.gz +0 -0
- package/lib/light.js.map +0 -1
- package/lib/light.js.map.gz +0 -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/lib/light.css
CHANGED
|
@@ -25734,5 +25734,3 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25734
25734
|
color: #5c5c5c;
|
|
25735
25735
|
}
|
|
25736
25736
|
|
|
25737
|
-
|
|
25738
|
-
/*# sourceMappingURL=light.css.map*/
|
package/lib/light.js
CHANGED
|
@@ -1,2 +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
|
+
});
|
|
@@ -12,6 +12,11 @@ declare class HLTable extends React.Component<IProps, IState> {
|
|
|
12
12
|
showSorterTooltip: boolean;
|
|
13
13
|
autosaveOptions: boolean;
|
|
14
14
|
hideActionBar: boolean;
|
|
15
|
+
infoModal: {
|
|
16
|
+
tooltip: undefined;
|
|
17
|
+
title: undefined;
|
|
18
|
+
text: undefined;
|
|
19
|
+
};
|
|
15
20
|
};
|
|
16
21
|
searchText: Record<string, string>;
|
|
17
22
|
searchInput?: Input | null;
|
package/lib/src/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ import HLCpfCnpj from './HLCpfCnpj/HLCpfCnpj';
|
|
|
17
17
|
import HLDatePicker from './HLDatePicker/HLDatePicker';
|
|
18
18
|
import HLDeferredRender from './HLDeferredRender/HLDeferredRender';
|
|
19
19
|
import HLDescriptions from './HLDescriptions/HLDescriptions';
|
|
20
|
+
import HLDiffViewer from './HLDiffViewer/HLDiffViewer';
|
|
20
21
|
import HLDivider from './HLDivider/HLDivider';
|
|
21
22
|
import HLDrawer from './HLDrawer/HLDrawer';
|
|
22
23
|
import HLDropdown from './HLDropdown/HLDropdown';
|
|
@@ -68,4 +69,4 @@ import SearchObject from './HLPowerSearch/lib/SearchObject';
|
|
|
68
69
|
import SearchType from './HLPowerSearch/lib/SearchType';
|
|
69
70
|
import SelectStoreInterface from './HLPowerSearch/lib/SelectStoreInterface';
|
|
70
71
|
import HLBadge from './HLBadge/HLBadge';
|
|
71
|
-
export { AdvancedPowerSelectStoreInterface, HLAdvancedPowerSelect, HLAlert, HLArticle, HLAssociateDisassociate, HLAssociationManager, HLBigDecimalInputNumber, HLBreadcrumb, HLButton, HLCard, HLCheckbox, HLBadge, HLCode, HLCollapse, HLCollapseInfoPanel, HLContext, HLCpfCnpj, HLDatePicker, HLDeferredRender, HLDescriptions, HLDivider, HLDrawer, HLDropdown, HLDropdownButton, HLEditTable, HLErrorBoundary, HLException, HLForm, HLFormAction, HLFormGroup, HLFromTo, HLHeader, HLIcon, HLInput, HLInputMonetary, HLInputNumber, HLLayout, HLMain, HLMarkdown, HLMenu, HLModal, HLPageHeader, HLPopover, HLPowerSearch, HLPowerSelect, HLProgress, HLRadio, HLSelect, HLSelectMultiple, HLSideMenu, HLSpin, HLSwitch, HLTable, HLTableDataLimitAlert, HLTabs, HLTag, HLTagRounded, HLTextArea, HLTooltip, HLTotalizer, HLTree, HLUserBox, HLNotification, HLHealthCheck, HLModulesMenu, PowerSearchOperators, PowerSelectStoreInterface, SearchObject, SearchType, SelectStoreInterface, };
|
|
72
|
+
export { AdvancedPowerSelectStoreInterface, HLAdvancedPowerSelect, HLAlert, HLArticle, HLAssociateDisassociate, HLAssociationManager, HLBigDecimalInputNumber, HLBreadcrumb, HLButton, HLCard, HLCheckbox, HLBadge, HLCode, HLCollapse, HLCollapseInfoPanel, HLContext, HLCpfCnpj, HLDatePicker, HLDeferredRender, HLDescriptions, HLDiffViewer, HLDivider, HLDrawer, HLDropdown, HLDropdownButton, HLEditTable, HLErrorBoundary, HLException, HLForm, HLFormAction, HLFormGroup, HLFromTo, HLHeader, HLIcon, HLInput, HLInputMonetary, HLInputNumber, HLLayout, HLMain, HLMarkdown, HLMenu, HLModal, HLPageHeader, HLPopover, HLPowerSearch, HLPowerSelect, HLProgress, HLRadio, HLSelect, HLSelectMultiple, HLSideMenu, HLSpin, HLSwitch, HLTable, HLTableDataLimitAlert, HLTabs, HLTag, HLTagRounded, HLTextArea, HLTooltip, HLTotalizer, HLTree, HLUserBox, HLNotification, HLHealthCheck, HLModulesMenu, PowerSearchOperators, PowerSelectStoreInterface, SearchObject, SearchType, SelectStoreInterface, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "22.0.
|
|
3
|
+
"version": "22.0.21-beta.0",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -129,6 +129,7 @@
|
|
|
129
129
|
"react-cookie": "^4.0.3",
|
|
130
130
|
"react-copy-to-clipboard": "^5.0.4",
|
|
131
131
|
"react-countdown": "^2.3.2",
|
|
132
|
+
"react-diff-viewer": "^3.1.1",
|
|
132
133
|
"react-highlight-words": "^0.18.0",
|
|
133
134
|
"react-markdown": "^7.1.0",
|
|
134
135
|
"react-resize-detector": "^5.0.7",
|
package/lib/dark.css.gz
DELETED
|
Binary file
|