synos-helena 22.0.9-beta.1 → 22.0.11-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/CHANGELOG.md +16 -0
- 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 +34497 -3
- package/lib/light.css +0 -2
- package/lib/light.js +61 -2
- package/package.json +2 -2
- 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/CHANGELOG.md
CHANGED
|
@@ -29,6 +29,22 @@ O Helena DS segue o Calendar Versioning mais um cronograma interno de lançament
|
|
|
29
29
|
|
|
30
30
|
# Aguardando publicação ...
|
|
31
31
|
|
|
32
|
+
📝 Adição da propriedade itemDisabled e exemplo de utilização ao README do HLSelect e HLPowerSelect (#633)
|
|
33
|
+
|
|
34
|
+
🐞 Resolvido um problema que a coluna final do HLTable centralizava seu valores quando não havia a coluna de Actions (#630)
|
|
35
|
+
|
|
36
|
+
🌟 Criação da prop `hideActionBar` no `HLTable` que permite esconder a barra que contém os botões de ação, adição de abas ao `Sobre` do `HLUserBox` contendo versões e kits do banco de dados e adicionado o atributo `about` na prop `userBox` para fazer esse controle. Adição das props `filterable` e `type` ao Column do `HLTable` que permitem exibir um filtro padrão para colunas de forma simples. (#628)
|
|
37
|
+
|
|
38
|
+
# 22.0.10
|
|
39
|
+
|
|
40
|
+
🌟 Adição da propridade Disabled às opções dos componentes HLPowerSelect e HLSelect (#624)
|
|
41
|
+
|
|
42
|
+
🌟 Adicionado tipo "Ano" ao Power Search (#607).
|
|
43
|
+
|
|
44
|
+
🌟 Nova propriedade (`data-cy`) nos componentes `HLFormAction`, `HLDropdownButton`, `HLTable` (botão de mais operações) e `HLPowerSearch` (no input de busca) para a utilização nos testes automáticos. Melhoria no (`data-cy`) dos componentes `HLButton` e `HLMenu.Item`. (#591);
|
|
45
|
+
|
|
46
|
+
# 22.0.9
|
|
47
|
+
|
|
32
48
|
🐞 Correção de link `null` para notificações que não possuem link associado à mensagem (#616).
|
|
33
49
|
|
|
34
50
|
🐞 Corrigido um problema onde as notificações não atualizavam após atingir o limite de 100 notificações (#617).
|
package/lib/dark.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=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
|
@@ -25737,5 +25737,3 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25737
25737
|
color: #5c5c5c;
|
|
25738
25738
|
}
|
|
25739
25739
|
|
|
25740
|
-
|
|
25741
|
-
/*# 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
|
+
});
|