namirasoft-account-react 1.4.177 → 1.4.178
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,13 +1,13 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { EnvService } from "namirasoft-core";
|
|
3
|
-
import {
|
|
3
|
+
import { NSButtonGreen, NSColumn, NSLabel, NSLine, NSRow } from "namirasoft-site-react";
|
|
4
4
|
import { Component } from "react";
|
|
5
5
|
export class NSASectionTabsMore extends Component {
|
|
6
6
|
render() {
|
|
7
|
-
return (_jsxs(NSColumn, {
|
|
7
|
+
return (_jsxs(NSColumn, { children: [_jsx(NSLabel, { title: "Namirasoft Field - Field", desciption: "Here you can see the list of fields that are available in the system." }), _jsx(NSRow, { children: _jsx(NSButtonGreen, { title: "See Field List", onClick: () => {
|
|
8
8
|
let REACT_APP_BASE_URL_FIELD_CONSOLE = new EnvService("REACT_APP_BASE_URL_FIELD_CONSOLE", true).getString();
|
|
9
9
|
window.open(REACT_APP_BASE_URL_FIELD_CONSOLE + "/field/list", "_blank");
|
|
10
|
-
} }) }), _jsx(
|
|
10
|
+
} }) }), _jsx(NSLine, {}), _jsx(NSLabel, { title: "Namirasoft Field - Category", desciption: "Here you can see the list of categories that are available in the system." }), _jsx(NSRow, { children: _jsx(NSButtonGreen, { title: "See Category List", onClick: () => {
|
|
11
11
|
let REACT_APP_BASE_URL_FIELD_CONSOLE = new EnvService("REACT_APP_BASE_URL_FIELD_CONSOLE", true).getString();
|
|
12
12
|
window.open(REACT_APP_BASE_URL_FIELD_CONSOLE + "/category/list", "_blank");
|
|
13
13
|
} }) })] }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NSASectionTabsMore.js","sourceRoot":"","sources":["../../src/layouts/NSASectionTabsMore.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"NSASectionTabsMore.js","sourceRoot":"","sources":["../../src/layouts/NSASectionTabsMore.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUlC,MAAM,OAAO,kBAAmB,SAAQ,SAA2D;IAEzF,MAAM;QAEd,OAAO,CACN,MAAC,QAAQ,eAER,KAAC,OAAO,IACP,KAAK,EAAC,0BAA0B,EAChC,UAAU,EAAC,uEAAuE,GACxE,EACX,KAAC,KAAK,cACL,KAAC,aAAa,IACb,KAAK,EAAC,gBAAgB,EACtB,OAAO,EAAE,GAAG,EAAE;4BAEb,IAAI,gCAAgC,GAAG,IAAI,UAAU,CAAC,kCAAkC,EAAE,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC;4BAC5G,MAAM,CAAC,IAAI,CAAC,gCAAgC,GAAG,aAAa,EAAE,QAAQ,CAAC,CAAC;wBACzE,CAAC,GACe,GACV,EACR,KAAC,MAAM,KAAG,EACV,KAAC,OAAO,IACP,KAAK,EAAC,6BAA6B,EACnC,UAAU,EAAC,2EAA2E,GAE7E,EACV,KAAC,KAAK,cACL,KAAC,aAAa,IACb,KAAK,EAAC,mBAAmB,EACzB,OAAO,EAAE,GAAG,EAAE;4BAEb,IAAI,gCAAgC,GAAG,IAAI,UAAU,CAAC,kCAAkC,EAAE,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC;4BAC5G,MAAM,CAAC,IAAI,CAAC,gCAAgC,GAAG,gBAAgB,EAAE,QAAQ,CAAC,CAAC;wBAC5E,CAAC,GACe,GACV,IACE,CACX,CAAC;IACH,CAAC;CACD"}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.4.
|
|
11
|
+
"version": "1.4.178",
|
|
12
12
|
"author": "Amir Abolhasani",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"namirasoft-message": "^1.4.12",
|
|
37
37
|
"namirasoft-site": "^1.4.8",
|
|
38
38
|
"namirasoft-site-map": "^1.4.9",
|
|
39
|
-
"namirasoft-site-react": "^1.4.
|
|
39
|
+
"namirasoft-site-react": "^1.4.234",
|
|
40
40
|
"namirasoft-workspace": "^1.4.12",
|
|
41
41
|
"os-browserify": "^0.3.0",
|
|
42
42
|
"path-browserify": "^1.0.1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnvService } from "namirasoft-core";
|
|
2
|
-
import {
|
|
2
|
+
import { NSButtonGreen, NSColumn, NSLabel, NSLine, NSRow } from "namirasoft-site-react";
|
|
3
3
|
import { Component } from "react";
|
|
4
4
|
|
|
5
5
|
export interface NSASectionTabsMoreProps
|
|
@@ -16,7 +16,6 @@ export class NSASectionTabsMore extends Component<NSASectionTabsMoreProps, NSASe
|
|
|
16
16
|
{
|
|
17
17
|
return (
|
|
18
18
|
<NSColumn
|
|
19
|
-
style={{ minWidth: NSBox.width.double, width: NSBox.width.double }}
|
|
20
19
|
>
|
|
21
20
|
<NSLabel
|
|
22
21
|
title="Namirasoft Field - Field"
|
|
@@ -32,9 +31,7 @@ export class NSASectionTabsMore extends Component<NSASectionTabsMoreProps, NSASe
|
|
|
32
31
|
}}
|
|
33
32
|
></NSButtonGreen>
|
|
34
33
|
</NSRow>
|
|
35
|
-
<NSSpace size={NSSpaceSizeType.SMALL} />
|
|
36
34
|
<NSLine />
|
|
37
|
-
<NSSpace size={NSSpaceSizeType.SMALL} />
|
|
38
35
|
<NSLabel
|
|
39
36
|
title="Namirasoft Field - Category"
|
|
40
37
|
desciption="Here you can see the list of categories that are available in the system."
|