d2aura 26.0.1 → 26.0.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.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import i18n from "d2core/i18n/i18n";
3
3
  import { LogoutOutlined } from "@ant-design/icons";
4
- import { PRIMARY_COLOR } from "../../../d2aura/api/constants/constants";
4
+ import { PRIMARY_COLOR } from "../../api/constants/constants";
5
5
  import { openModalWithIcon } from "../components/modalWithIcon/openModalWithIcon";
6
6
  export default class LogoutButton extends React.Component {
7
7
  constructor(props) {
@@ -1 +1 @@
1
- {"version":3,"file":"logoutButton.js","sourceRoot":"","sources":["../../../../coreui/auth/logoutButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,IAAI,MAAM,kBAAkB,CAAC;AACpC,OAAO,EAAC,cAAc,EAAC,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAC,aAAa,EAAC,MAAM,yCAAyC,CAAC;AACtE,OAAO,EAAC,iBAAiB,EAAC,MAAM,+CAA+C,CAAC;AAKhF,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,KAAK,CAAC,SAAgB;IAC5D,YAAY,KAAsB;QAC9B,KAAK,CAAC,KAAK,CAAC,CAAC;IACjB,CAAC;IAEO,gBAAgB;QACpB,iBAAiB,CAAC;YACd,YAAY,EAAE,IAAI;YAClB,UAAU,EAAE,oBAAC,cAAc,IAAC,KAAK,EAAE,EAAC,QAAQ,EAAE,EAAE,EAAE,KAAK,EAAE,aAAa,EAAC,GAAG;YAC1E,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAAC;YAC9B,MAAM,EAAE,IAAI,CAAC,UAAU,CAAC;YACxB,IAAI,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,aAAa;SACnD,CAAC,CAAA;IACN,CAAC;IAED,MAAM;QACF,OAAO,CACH,oBAAC,cAAc,IACX,KAAK,EAAE,EAAC,KAAK,EAAE,aAAa,EAAC,EAC7B,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,EACrB,OAAO,EAAE,IAAI,CAAC,gBAAgB,GAChC,CACL,CAAC;IACN,CAAC;CACJ","sourcesContent":["import React from 'react'\r\nimport i18n from \"d2core/i18n/i18n\";\r\nimport {LogoutOutlined} from \"@ant-design/icons\";\r\nimport {PRIMARY_COLOR} from \"../../../d2aura/api/constants/constants\";\r\nimport {openModalWithIcon} from \"../components/modalWithIcon/openModalWithIcon\";\r\n\r\ninterface Props {\r\n}\r\n\r\nexport default class LogoutButton extends React.Component<Props> {\r\n constructor(props: Readonly<Props>) {\r\n super(props);\r\n }\r\n\r\n private showLogoutDialog() {\r\n openModalWithIcon({\r\n maskClosable: true,\r\n customIcon: <LogoutOutlined style={{fontSize: 60, color: PRIMARY_COLOR}}/>,\r\n text: i18n(\"Really sign out?\"),\r\n okText: i18n(\"Sign out\"),\r\n onOk: () => window.location.href = \"./do.logout\",\r\n })\r\n }\r\n\r\n render() {\r\n return (\r\n <LogoutOutlined\r\n style={{color: PRIMARY_COLOR}}\r\n title={i18n(\"Logout\")}\r\n onClick={this.showLogoutDialog}\r\n />\r\n );\r\n }\r\n}"]}
1
+ {"version":3,"file":"logoutButton.js","sourceRoot":"","sources":["../../../../coreui/auth/logoutButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,IAAI,MAAM,kBAAkB,CAAC;AACpC,OAAO,EAAC,cAAc,EAAC,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAC,aAAa,EAAC,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,+CAA+C,CAAC;AAKhF,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,KAAK,CAAC,SAAgB;IAC5D,YAAY,KAAsB;QAC9B,KAAK,CAAC,KAAK,CAAC,CAAC;IACjB,CAAC;IAEO,gBAAgB;QACpB,iBAAiB,CAAC;YACd,YAAY,EAAE,IAAI;YAClB,UAAU,EAAE,oBAAC,cAAc,IAAC,KAAK,EAAE,EAAC,QAAQ,EAAE,EAAE,EAAE,KAAK,EAAE,aAAa,EAAC,GAAG;YAC1E,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAAC;YAC9B,MAAM,EAAE,IAAI,CAAC,UAAU,CAAC;YACxB,IAAI,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,aAAa;SACnD,CAAC,CAAA;IACN,CAAC;IAED,MAAM;QACF,OAAO,CACH,oBAAC,cAAc,IACX,KAAK,EAAE,EAAC,KAAK,EAAE,aAAa,EAAC,EAC7B,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,EACrB,OAAO,EAAE,IAAI,CAAC,gBAAgB,GAChC,CACL,CAAC;IACN,CAAC;CACJ","sourcesContent":["import React from 'react'\r\nimport i18n from \"d2core/i18n/i18n\";\r\nimport {LogoutOutlined} from \"@ant-design/icons\";\r\nimport {PRIMARY_COLOR} from \"../../api/constants/constants\";\r\nimport {openModalWithIcon} from \"../components/modalWithIcon/openModalWithIcon\";\r\n\r\ninterface Props {\r\n}\r\n\r\nexport default class LogoutButton extends React.Component<Props> {\r\n constructor(props: Readonly<Props>) {\r\n super(props);\r\n }\r\n\r\n private showLogoutDialog() {\r\n openModalWithIcon({\r\n maskClosable: true,\r\n customIcon: <LogoutOutlined style={{fontSize: 60, color: PRIMARY_COLOR}}/>,\r\n text: i18n(\"Really sign out?\"),\r\n okText: i18n(\"Sign out\"),\r\n onOk: () => window.location.href = \"./do.logout\",\r\n })\r\n }\r\n\r\n render() {\r\n return (\r\n <LogoutOutlined\r\n style={{color: PRIMARY_COLOR}}\r\n title={i18n(\"Logout\")}\r\n onClick={this.showLogoutDialog}\r\n />\r\n );\r\n }\r\n}"]}
@@ -1,8 +1,6 @@
1
1
  export const EDA_MANAGER_LAYOUT_MODEL_GLOBAL_ATTRIBUTES = {
2
2
  splitterSize: 4,
3
3
  tabSetEnableMaximize: false,
4
- tabSetHeaderHeight: 32,
5
- tabSetTabStripHeight: 32,
6
4
  tabEnableClose: false,
7
5
  tabEnableRename: false,
8
6
  tabEnableDrag: false,
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../coreui/components/edaManager/constants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,0CAA0C,GAAsB;IACzE,YAAY,EAAE,CAAC;IACf,oBAAoB,EAAE,KAAK;IAC3B,kBAAkB,EAAE,EAAE;IACtB,oBAAoB,EAAE,EAAE;IACxB,cAAc,EAAE,KAAK;IACrB,eAAe,EAAE,KAAK;IACtB,aAAa,EAAE,KAAK;IACpB,gBAAgB,EAAE,KAAK;CAC1B,CAAA","sourcesContent":["import {IGlobalAttributes} from \"flexlayout-react\";\r\n\r\nexport const EDA_MANAGER_LAYOUT_MODEL_GLOBAL_ATTRIBUTES: IGlobalAttributes = {\r\n splitterSize: 4,\r\n tabSetEnableMaximize: false,\r\n tabSetHeaderHeight: 32,\r\n tabSetTabStripHeight: 32,\r\n tabEnableClose: false,\r\n tabEnableRename: false,\r\n tabEnableDrag: false,\r\n tabSetEnableDrag: false,\r\n}"]}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../coreui/components/edaManager/constants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,0CAA0C,GAAsB;IACzE,YAAY,EAAE,CAAC;IACf,oBAAoB,EAAE,KAAK;IAC3B,cAAc,EAAE,KAAK;IACrB,eAAe,EAAE,KAAK;IACtB,aAAa,EAAE,KAAK;IACpB,gBAAgB,EAAE,KAAK;CAC1B,CAAA","sourcesContent":["import {IGlobalAttributes} from \"flexlayout-react\";\r\n\r\nexport const EDA_MANAGER_LAYOUT_MODEL_GLOBAL_ATTRIBUTES: IGlobalAttributes = {\r\n splitterSize: 4,\r\n tabSetEnableMaximize: false,\r\n tabEnableClose: false,\r\n tabEnableRename: false,\r\n tabEnableDrag: false,\r\n tabSetEnableDrag: false,\r\n}"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "d2aura",
3
- "version": "26.0.1",
3
+ "version": "26.0.3",
4
4
  "description": "D2 AURA - Advanced User Interface Resource Architecture",
5
5
  "author": "Ipesoft s.r.o.",
6
6
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  "@types/urijs": "1.19.16",
44
44
  "antd": "5.21.2",
45
45
  "d2core": "23.0.15",
46
- "d2coreui": "23.0.30",
46
+ "d2coreui": "23.0.33",
47
47
  "d2jsapi": "26.0.2",
48
48
  "echarts": "5.5.1",
49
49
  "echarts-for-react": "3.0.2",