synos-helena 21.13.0 → 21.13.1-beta.3
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.d.ts +8 -6
- package/lib/index.js +34398 -3
- package/lib/light.css +0 -2
- package/lib/light.js +61 -2
- package/package.json +1 -1
- package/lib/dark.css.map +0 -1
- package/lib/dark.js.map +0 -1
- package/lib/helena.css.map +0 -1
- package/lib/helena.js.map +0 -1
- package/lib/index.css.map +0 -1
- package/lib/index.js.LICENSE.txt +0 -70
- package/lib/index.js.map +0 -1
- package/lib/light.css.map +0 -1
- package/lib/light.js.map +0 -1
package/lib/dark.css
CHANGED
|
@@ -25699,5 +25699,3 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25699
25699
|
color: #5c5c5c;
|
|
25700
25700
|
}
|
|
25701
25701
|
|
|
25702
|
-
|
|
25703
|
-
/*# sourceMappingURL=dark.css.map*/
|
package/lib/dark.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/dark.less":
|
|
24
|
+
/*!*************************************!*\
|
|
25
|
+
!*** ./src/assets/themes/dark.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/dark.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/dark.less"](0, __webpack_exports__, __webpack_require__);
|
|
57
|
+
/******/
|
|
58
|
+
/******/ return __webpack_exports__;
|
|
59
|
+
/******/ })()
|
|
60
|
+
;
|
|
61
|
+
});
|
package/lib/helena.css
CHANGED
|
@@ -25702,5 +25702,3 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25702
25702
|
color: #5c5c5c;
|
|
25703
25703
|
}
|
|
25704
25704
|
|
|
25705
|
-
|
|
25706
|
-
/*# sourceMappingURL=helena.css.map*/
|
package/lib/helena.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/helena.less":
|
|
24
|
+
/*!********************************!*\
|
|
25
|
+
!*** ./src/assets/helena.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/helena.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/helena.less"](0, __webpack_exports__, __webpack_require__);
|
|
57
|
+
/******/
|
|
58
|
+
/******/ return __webpack_exports__;
|
|
59
|
+
/******/ })()
|
|
60
|
+
;
|
|
61
|
+
});
|
package/lib/index.css
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
// ../antd/lib/checkbox
|
|
9
9
|
// ../react-syntax-highlighter
|
|
10
10
|
// ../antd/lib/collapse
|
|
11
|
+
// ../HLCollapse
|
|
11
12
|
// util/constants
|
|
12
13
|
// HLInput
|
|
13
14
|
// ../antd/lib/config-provider/SizeContext
|
|
@@ -45,6 +46,7 @@ import { SyntaxHighlighterProps } from 'react-syntax-highlighter';
|
|
|
45
46
|
import { CollapseProps } from 'antd/lib/collapse';
|
|
46
47
|
import { CollapsePanelProps } from 'antd/lib/collapse';
|
|
47
48
|
import React from 'react';
|
|
49
|
+
import { HLCollapsePropTypes } from 'HLCollapse';
|
|
48
50
|
import { DATE_TIME, DATE } from 'src/util/constants';
|
|
49
51
|
import { HLInputPropTypes } from 'src/HLInput';
|
|
50
52
|
import { SizeType } from 'antd/lib/config-provider/SizeContext';
|
|
@@ -167,10 +169,10 @@ export type PanelPropTypes = CollapsePanelProps;
|
|
|
167
169
|
export const Panel: React.FC<PanelPropTypes>;
|
|
168
170
|
|
|
169
171
|
|
|
170
|
-
export interface HLCollapseInfoPanelPropTypes {
|
|
171
|
-
attributes: string
|
|
172
|
+
export interface HLCollapseInfoPanelPropTypes extends HLCollapsePropTypes {
|
|
173
|
+
attributes: Array<{ [key: string]: any } | string>;
|
|
172
174
|
object: any;
|
|
173
|
-
title:
|
|
175
|
+
title: React.ReactNode;
|
|
174
176
|
columns?: number;
|
|
175
177
|
isOpen?: boolean;
|
|
176
178
|
}
|
|
@@ -960,10 +962,10 @@ export type HLCollapsePropTypes = CollapseProps;
|
|
|
960
962
|
export const HLCollapse: React.FC<HLCollapsePropTypes> & { Panel: typeof Panel };
|
|
961
963
|
|
|
962
964
|
|
|
963
|
-
export interface HLCollapseInfoPanelPropTypes {
|
|
964
|
-
attributes: string
|
|
965
|
+
export interface HLCollapseInfoPanelPropTypes extends HLCollapsePropTypes {
|
|
966
|
+
attributes: Array<{ [key: string]: any } | string>;
|
|
965
967
|
object: any;
|
|
966
|
-
title:
|
|
968
|
+
title: React.ReactNode;
|
|
967
969
|
columns?: number;
|
|
968
970
|
isOpen?: boolean;
|
|
969
971
|
}
|