synos-helena 22.0.13-beta.0 → 22.0.13-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.gz +0 -0
- package/lib/dark.css.map +1 -0
- package/lib/dark.css.map.gz +0 -0
- 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.gz +0 -0
- package/lib/helena.css.map +1 -0
- package/lib/helena.css.map.gz +0 -0
- 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.gz +0 -0
- package/lib/index.css.map +1 -0
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js +26 -26
- 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.gz +0 -0
- package/lib/light.css.map +1 -0
- package/lib/light.css.map.gz +0 -0
- package/lib/light.js.gz +0 -0
- package/lib/light.js.map +1 -0
- package/lib/light.js.map.gz +0 -0
- package/lib/src/HLForm/HLForm.d.ts +2 -1
- package/lib/src/HLTable/HLTable.d.ts +37 -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 +1 -1
|
Binary file
|
package/lib/light.js.gz
ADDED
|
Binary file
|
package/lib/light.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light.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,WACT,M,mBCTA,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, function() {\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
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React, { ReactElement } from 'react';
|
|
2
|
+
import { Input } from 'antd';
|
|
3
|
+
import { IColumnsType, IProps, IState, PaginationProps } from './index';
|
|
4
|
+
import { FilterValue, SorterResult, TableCurrentDataSource } from 'antd/lib/table/interface';
|
|
5
|
+
import { CheckboxChangeEvent } from 'antd/lib/checkbox';
|
|
6
|
+
declare class HLTable extends React.Component<IProps, IState> {
|
|
7
|
+
static displayName: string;
|
|
8
|
+
static defaultProps: {
|
|
9
|
+
enableSelectVisualization: boolean;
|
|
10
|
+
size: string;
|
|
11
|
+
enableDownload: boolean;
|
|
12
|
+
showSorterTooltip: boolean;
|
|
13
|
+
autosaveOptions: boolean;
|
|
14
|
+
hideActionBar: boolean;
|
|
15
|
+
};
|
|
16
|
+
searchText: Record<string, string>;
|
|
17
|
+
searchInput?: Input | null;
|
|
18
|
+
constructor(props: IProps);
|
|
19
|
+
UNSAFE_componentWillReceiveProps(nextProps: IProps): void;
|
|
20
|
+
componentDidMount(): void;
|
|
21
|
+
_getFromLocalStorage(context: string): Record<string, IColumnsType[]> | string;
|
|
22
|
+
_putOnLocalStorage(context: string, value: Record<string, unknown[]>): void;
|
|
23
|
+
handleVisibleChange(value: boolean): void;
|
|
24
|
+
handleCheckBoxAllChange(e: CheckboxChangeEvent): void;
|
|
25
|
+
handleCheckBoxChange(e: CheckboxChangeEvent): void;
|
|
26
|
+
/**
|
|
27
|
+
* Retorna as colunas associadas à tabela formatadas, caso necessário, com valores default.
|
|
28
|
+
*
|
|
29
|
+
* @returns a columns formatada.
|
|
30
|
+
*/
|
|
31
|
+
getColumns(): IColumnsType[];
|
|
32
|
+
_itemRenderPagination(current: number, type: string, originalElement: ReactElement): ReactElement;
|
|
33
|
+
_onChange(pagination: PaginationProps, filters: Record<string, FilterValue | null>, sorter: SorterResult<any> | SorterResult<any>[], extra: TableCurrentDataSource<any>): void;
|
|
34
|
+
_filterColumns(e: any): void;
|
|
35
|
+
render(): ReactElement;
|
|
36
|
+
}
|
|
37
|
+
export default HLTable;
|
|
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
|