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.
- package/lib/dark.css +1000 -722
- package/lib/dark.css.gz +0 -0
- package/lib/dark.css.map +1 -0
- package/lib/dark.css.map.gz +0 -0
- package/lib/dark.js +2 -61
- package/lib/dark.js.gz +0 -0
- package/lib/dark.js.map +1 -0
- package/lib/dark.js.map.gz +0 -0
- package/lib/helena.css +1000 -722
- package/lib/helena.css.gz +0 -0
- package/lib/helena.css.map +1 -0
- package/lib/helena.css.map.gz +0 -0
- package/lib/helena.js +2 -61
- package/lib/helena.js.gz +0 -0
- package/lib/helena.js.map +1 -0
- 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 +58 -52
- package/lib/index.css.gz +0 -0
- package/lib/index.css.map +1 -0
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js +3 -34497
- package/lib/index.js.LICENSE.txt +70 -0
- package/lib/index.js.LICENSE.txt.gz +0 -0
- package/lib/index.js.gz +0 -0
- package/lib/index.js.map +1 -0
- package/lib/index.js.map.gz +0 -0
- package/lib/light.css +1000 -722
- package/lib/light.css.gz +0 -0
- package/lib/light.css.map +1 -0
- package/lib/light.css.map.gz +0 -0
- package/lib/light.js +2 -61
- package/lib/light.js.gz +0 -0
- package/lib/light.js.map +1 -0
- 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/package.json +98 -64
- package/lib/index.d.ts +0 -1480
|
Binary file
|
package/lib/helena.js
CHANGED
|
@@ -1,61 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
});
|
|
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=helena.js.map
|
package/lib/helena.js.gz
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helena.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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.css
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
+
.ant-picker-status-error.ant-picker,
|
|
6
|
+
.ant-picker-status-error.ant-picker:not([disabled]):hover {
|
|
7
|
+
background-color: #fff;
|
|
8
|
+
border-color: #ff4d4f;
|
|
9
|
+
}
|
|
10
|
+
.ant-picker-status-error.ant-picker-focused,
|
|
11
|
+
.ant-picker-status-error.ant-picker:focus {
|
|
12
|
+
border-color: #ff7875;
|
|
13
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
14
|
+
border-right-width: 1px;
|
|
15
|
+
outline: 0;
|
|
16
|
+
}
|
|
17
|
+
.ant-picker-status-warning.ant-picker,
|
|
18
|
+
.ant-picker-status-warning.ant-picker:not([disabled]):hover {
|
|
19
|
+
background-color: #fff;
|
|
20
|
+
border-color: #faad14;
|
|
21
|
+
}
|
|
22
|
+
.ant-picker-status-warning.ant-picker-focused,
|
|
23
|
+
.ant-picker-status-warning.ant-picker:focus {
|
|
24
|
+
border-color: #ffc53d;
|
|
25
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
26
|
+
border-right-width: 1px;
|
|
27
|
+
outline: 0;
|
|
28
|
+
}
|
|
5
29
|
.ant-picker {
|
|
6
30
|
box-sizing: border-box;
|
|
7
31
|
margin: 0;
|
|
@@ -24,12 +48,12 @@
|
|
|
24
48
|
.ant-picker:hover,
|
|
25
49
|
.ant-picker-focused {
|
|
26
50
|
border-color: #40a9ff;
|
|
27
|
-
border-right-width: 1px
|
|
51
|
+
border-right-width: 1px;
|
|
28
52
|
}
|
|
29
53
|
.ant-picker-focused {
|
|
30
54
|
border-color: #40a9ff;
|
|
31
55
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
32
|
-
border-right-width: 1px
|
|
56
|
+
border-right-width: 1px;
|
|
33
57
|
outline: 0;
|
|
34
58
|
}
|
|
35
59
|
.ant-picker.ant-picker-disabled {
|
|
@@ -85,13 +109,13 @@
|
|
|
85
109
|
}
|
|
86
110
|
.ant-picker-input > input:hover {
|
|
87
111
|
border-color: #40a9ff;
|
|
88
|
-
border-right-width: 1px
|
|
112
|
+
border-right-width: 1px;
|
|
89
113
|
}
|
|
90
114
|
.ant-picker-input > input:focus,
|
|
91
115
|
.ant-picker-input > input-focused {
|
|
92
116
|
border-color: #40a9ff;
|
|
93
117
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
94
|
-
border-right-width: 1px
|
|
118
|
+
border-right-width: 1px;
|
|
95
119
|
outline: 0;
|
|
96
120
|
}
|
|
97
121
|
.ant-picker-input > input-disabled {
|
|
@@ -104,7 +128,7 @@
|
|
|
104
128
|
}
|
|
105
129
|
.ant-picker-input > input-disabled:hover {
|
|
106
130
|
border-color: #d9d9d9;
|
|
107
|
-
border-right-width: 1px
|
|
131
|
+
border-right-width: 1px;
|
|
108
132
|
}
|
|
109
133
|
.ant-picker-input > input[disabled] {
|
|
110
134
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -116,7 +140,7 @@
|
|
|
116
140
|
}
|
|
117
141
|
.ant-picker-input > input[disabled]:hover {
|
|
118
142
|
border-color: #d9d9d9;
|
|
119
|
-
border-right-width: 1px
|
|
143
|
+
border-right-width: 1px;
|
|
120
144
|
}
|
|
121
145
|
.ant-picker-input > input-borderless,
|
|
122
146
|
.ant-picker-input > input-borderless:hover,
|
|
@@ -165,6 +189,8 @@ textarea.ant-picker-input > input {
|
|
|
165
189
|
padding: 0px 7px 0px;
|
|
166
190
|
}
|
|
167
191
|
.ant-picker-suffix {
|
|
192
|
+
display: flex;
|
|
193
|
+
flex: none;
|
|
168
194
|
align-self: center;
|
|
169
195
|
margin-left: 4px;
|
|
170
196
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -174,6 +200,9 @@ textarea.ant-picker-input > input {
|
|
|
174
200
|
.ant-picker-suffix > * {
|
|
175
201
|
vertical-align: top;
|
|
176
202
|
}
|
|
203
|
+
.ant-picker-suffix > *:not(:last-child) {
|
|
204
|
+
margin-right: 8px;
|
|
205
|
+
}
|
|
177
206
|
.ant-picker-clear {
|
|
178
207
|
position: absolute;
|
|
179
208
|
top: 50%;
|
|
@@ -258,14 +287,14 @@ textarea.ant-picker-input > input {
|
|
|
258
287
|
display: none;
|
|
259
288
|
}
|
|
260
289
|
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
|
|
261
|
-
top:
|
|
290
|
+
top: 2.58561808px;
|
|
262
291
|
display: block;
|
|
263
|
-
transform: rotate(-
|
|
292
|
+
transform: rotate(-135deg) translateY(1px);
|
|
264
293
|
}
|
|
265
294
|
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
|
|
266
|
-
bottom:
|
|
295
|
+
bottom: 2.58561808px;
|
|
267
296
|
display: block;
|
|
268
|
-
transform: rotate(
|
|
297
|
+
transform: rotate(45deg);
|
|
269
298
|
}
|
|
270
299
|
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
|
|
271
300
|
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
|
|
@@ -288,7 +317,7 @@ textarea.ant-picker-input > input {
|
|
|
288
317
|
animation-name: antSlideUpOut;
|
|
289
318
|
}
|
|
290
319
|
.ant-picker-dropdown-range {
|
|
291
|
-
padding:
|
|
320
|
+
padding: 7.54247233px 0;
|
|
292
321
|
}
|
|
293
322
|
.ant-picker-dropdown-range-hidden {
|
|
294
323
|
display: none;
|
|
@@ -324,21 +353,26 @@ textarea.ant-picker-input > input {
|
|
|
324
353
|
position: absolute;
|
|
325
354
|
z-index: 1;
|
|
326
355
|
display: none;
|
|
327
|
-
width:
|
|
328
|
-
height:
|
|
356
|
+
width: 11.3137085px;
|
|
357
|
+
height: 11.3137085px;
|
|
329
358
|
margin-left: 16.5px;
|
|
330
|
-
|
|
359
|
+
background: linear-gradient(135deg, transparent 40%, #fff 40%);
|
|
360
|
+
box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
|
|
331
361
|
transition: left 0.3s ease-out;
|
|
362
|
+
border-radius: 0 0 2px;
|
|
363
|
+
pointer-events: none;
|
|
332
364
|
}
|
|
333
|
-
.ant-picker-range-arrow::
|
|
365
|
+
.ant-picker-range-arrow::before {
|
|
334
366
|
position: absolute;
|
|
335
|
-
top:
|
|
336
|
-
|
|
337
|
-
width:
|
|
338
|
-
height:
|
|
339
|
-
|
|
340
|
-
|
|
367
|
+
top: -11.3137085px;
|
|
368
|
+
left: -11.3137085px;
|
|
369
|
+
width: 33.9411255px;
|
|
370
|
+
height: 33.9411255px;
|
|
371
|
+
background: #fff;
|
|
372
|
+
background-repeat: no-repeat;
|
|
373
|
+
background-position: -10px -10px;
|
|
341
374
|
content: '';
|
|
375
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
342
376
|
}
|
|
343
377
|
.ant-picker-panel-container {
|
|
344
378
|
overflow: hidden;
|
|
@@ -862,7 +896,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
862
896
|
background: transparent;
|
|
863
897
|
cursor: not-allowed;
|
|
864
898
|
}
|
|
865
|
-
/* stylelint-disable
|
|
899
|
+
/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
|
|
866
900
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
867
901
|
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
|
|
868
902
|
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
|
|
@@ -3832,36 +3866,6 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3832
3866
|
.ant-btn-group .ant-btn-icon-only {
|
|
3833
3867
|
font-size: 14px;
|
|
3834
3868
|
}
|
|
3835
|
-
.ant-btn-group-lg > .ant-btn,
|
|
3836
|
-
.ant-btn-group-lg > span > .ant-btn {
|
|
3837
|
-
height: 40px;
|
|
3838
|
-
padding: 6.4px 15px;
|
|
3839
|
-
font-size: 16px;
|
|
3840
|
-
border-radius: 0;
|
|
3841
|
-
}
|
|
3842
|
-
.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
|
|
3843
|
-
width: 40px;
|
|
3844
|
-
height: 40px;
|
|
3845
|
-
padding-right: 0;
|
|
3846
|
-
padding-left: 0;
|
|
3847
|
-
}
|
|
3848
|
-
.ant-btn-group-sm > .ant-btn,
|
|
3849
|
-
.ant-btn-group-sm > span > .ant-btn {
|
|
3850
|
-
height: 24px;
|
|
3851
|
-
padding: 0px 7px;
|
|
3852
|
-
font-size: 14px;
|
|
3853
|
-
border-radius: 0;
|
|
3854
|
-
}
|
|
3855
|
-
.ant-btn-group-sm > .ant-btn > .anticon,
|
|
3856
|
-
.ant-btn-group-sm > span > .ant-btn > .anticon {
|
|
3857
|
-
font-size: 14px;
|
|
3858
|
-
}
|
|
3859
|
-
.ant-btn-group-sm .ant-btn.ant-btn-icon-only {
|
|
3860
|
-
width: 24px;
|
|
3861
|
-
height: 24px;
|
|
3862
|
-
padding-right: 0;
|
|
3863
|
-
padding-left: 0;
|
|
3864
|
-
}
|
|
3865
3869
|
.ant-btn-group .ant-btn + .ant-btn,
|
|
3866
3870
|
.ant-btn + .ant-btn-group,
|
|
3867
3871
|
.ant-btn-group span + .ant-btn,
|
|
@@ -4370,3 +4374,5 @@ a.ant-btn-sm {
|
|
|
4370
4374
|
margin-left: 0;
|
|
4371
4375
|
}
|
|
4372
4376
|
|
|
4377
|
+
|
|
4378
|
+
/*# sourceMappingURL=index.css.map*/
|
package/lib/index.css.gz
ADDED
|
Binary file
|