namirasoft-site-react 1.3.435 → 1.3.437

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.
Files changed (148) hide show
  1. package/dist/App.js +3 -3
  2. package/dist/App.js.map +1 -1
  3. package/dist/components/NSAssistantButton.js +1 -3
  4. package/dist/components/NSAssistantButton.js.map +1 -1
  5. package/dist/components/NSBoxBoolean.module.css +2 -0
  6. package/dist/components/NSBoxCombo.js +1 -2
  7. package/dist/components/NSBoxCombo.js.map +1 -1
  8. package/dist/components/NSBoxDate.module.css +2 -1
  9. package/dist/components/NSBoxDateTime.js +1 -1
  10. package/dist/components/NSBoxDateTime.js.map +1 -1
  11. package/dist/components/NSBoxDateTime.module.css +41 -0
  12. package/dist/components/NSBoxDouble.js +1 -2
  13. package/dist/components/NSBoxDouble.js.map +1 -1
  14. package/dist/components/NSBoxDuration.js +1 -2
  15. package/dist/components/NSBoxDuration.js.map +1 -1
  16. package/dist/components/NSBoxEmail.js +1 -2
  17. package/dist/components/NSBoxEmail.js.map +1 -1
  18. package/dist/components/NSBoxEntity.js +1 -2
  19. package/dist/components/NSBoxEntity.js.map +1 -1
  20. package/dist/components/NSBoxErrorNotifier.js +1 -2
  21. package/dist/components/NSBoxErrorNotifier.js.map +1 -1
  22. package/dist/components/NSBoxIPV4.js +1 -2
  23. package/dist/components/NSBoxIPV4.js.map +1 -1
  24. package/dist/components/NSBoxIPV6.js +1 -2
  25. package/dist/components/NSBoxIPV6.js.map +1 -1
  26. package/dist/components/NSBoxInteger.js +1 -2
  27. package/dist/components/NSBoxInteger.js.map +1 -1
  28. package/dist/components/NSBoxPassword.js +1 -2
  29. package/dist/components/NSBoxPassword.js.map +1 -1
  30. package/dist/components/NSBoxPhone.js +1 -2
  31. package/dist/components/NSBoxPhone.js.map +1 -1
  32. package/dist/components/NSBoxPrice.js +1 -2
  33. package/dist/components/NSBoxPrice.js.map +1 -1
  34. package/dist/components/NSBoxSearch.js +1 -1
  35. package/dist/components/NSBoxString.js +1 -2
  36. package/dist/components/NSBoxString.js.map +1 -1
  37. package/dist/components/NSBoxTextArea.js +1 -2
  38. package/dist/components/NSBoxTextArea.js.map +1 -1
  39. package/dist/components/NSBoxTime.js +1 -2
  40. package/dist/components/NSBoxTime.js.map +1 -1
  41. package/dist/components/NSCopyToClipboard.js +1 -2
  42. package/dist/components/NSCopyToClipboard.js.map +1 -1
  43. package/dist/components/NSLine.js +2 -2
  44. package/dist/components/NSLine.js.map +1 -1
  45. package/dist/components/NSLine.module.css +14 -0
  46. package/dist/components/NSTabPage.module.css +0 -1
  47. package/dist/components/NSTimeTable.d.ts +15 -0
  48. package/dist/components/NSTimeTable.js +20 -0
  49. package/dist/components/NSTimeTable.js.map +1 -0
  50. package/dist/components/NSTimeTable.module.css +3 -0
  51. package/dist/main.d.ts +2 -0
  52. package/dist/main.js +2 -0
  53. package/dist/main.js.map +1 -1
  54. package/dist/pages/NSNotFoundPage.module.css +2 -2
  55. package/logo.png +0 -0
  56. package/package.json +3 -3
  57. package/src/App.tsx +13 -5
  58. package/src/components/NSAssistantButton.tsx +2 -4
  59. package/src/components/NSBoxBoolean.module.css +2 -0
  60. package/src/components/NSBoxCombo.tsx +1 -2
  61. package/src/components/NSBoxDate.module.css +2 -1
  62. package/src/components/NSBoxDateTime.module.css +41 -0
  63. package/src/components/NSBoxDateTime.tsx +1 -1
  64. package/src/components/NSBoxDouble.tsx +1 -2
  65. package/src/components/NSBoxDuration.tsx +1 -2
  66. package/src/components/NSBoxEmail.tsx +1 -2
  67. package/src/components/NSBoxEntity.tsx +1 -2
  68. package/src/components/NSBoxErrorNotifier.tsx +1 -2
  69. package/src/components/NSBoxIPV4.tsx +1 -2
  70. package/src/components/NSBoxIPV6.tsx +1 -2
  71. package/src/components/NSBoxInteger.tsx +1 -2
  72. package/src/components/NSBoxPassword.tsx +1 -2
  73. package/src/components/NSBoxPhone.tsx +1 -2
  74. package/src/components/NSBoxPrice.tsx +1 -2
  75. package/src/components/NSBoxSearch.tsx +1 -1
  76. package/src/components/NSBoxString.tsx +1 -2
  77. package/src/components/NSBoxTextArea.tsx +1 -2
  78. package/src/components/NSBoxTime.tsx +1 -2
  79. package/src/components/NSCopyToClipboard.tsx +1 -2
  80. package/src/components/NSLine.module.css +14 -0
  81. package/src/components/NSLine.tsx +4 -8
  82. package/src/components/NSTabPage.module.css +0 -1
  83. package/src/components/NSTimeTable.module.css +3 -0
  84. package/src/components/NSTimeTable.tsx +47 -0
  85. package/src/main.ts +2 -0
  86. package/src/pages/NSNotFoundPage.module.css +2 -2
  87. package/dist/assets/images/404 image.svg +0 -9
  88. package/dist/assets/images/404 image_mobile.svg +0 -9
  89. package/dist/assets/images/arrow.svg +0 -3
  90. package/dist/assets/images/close-vector.png +0 -0
  91. package/dist/assets/images/danger.svg +0 -3
  92. package/dist/assets/images/exit.svg +0 -3
  93. package/dist/assets/images/icon-copy.png +0 -0
  94. package/dist/assets/images/icon-fullscreen.png +0 -0
  95. package/dist/assets/images/icon-input-copy.svg +0 -3
  96. package/dist/assets/images/icon-input-date.svg +0 -9
  97. package/dist/assets/images/icon-input-duration.svg +0 -9
  98. package/dist/assets/images/icon-input-email.svg +0 -9
  99. package/dist/assets/images/icon-input-float.svg +0 -9
  100. package/dist/assets/images/icon-input-integer.svg +0 -9
  101. package/dist/assets/images/icon-input-ip.svg +0 -9
  102. package/dist/assets/images/icon-input-phone.svg +0 -9
  103. package/dist/assets/images/icon-input-price.svg +0 -9
  104. package/dist/assets/images/icon-input-search.svg +0 -3
  105. package/dist/assets/images/icon-input-string.svg +0 -9
  106. package/dist/assets/images/icon-input-text.svg +0 -9
  107. package/dist/assets/images/icon-input-time.svg +0 -9
  108. package/dist/assets/images/icon-logout.png +0 -0
  109. package/dist/assets/images/icon-notification.png +0 -0
  110. package/dist/assets/images/icon-select-box.svg +0 -3
  111. package/dist/assets/images/line.png +0 -0
  112. package/dist/assets/images/logo.svg +0 -9
  113. package/dist/assets/images/map_location.png +0 -0
  114. package/dist/assets/images/menu.svg +0 -3
  115. package/dist/assets/images/namira.svg +0 -9
  116. package/dist/assets/images/rectangle.svg +0 -3
  117. package/dist/assets/images/verify.png +0 -0
  118. package/src/assets/images/404 image.svg +0 -9
  119. package/src/assets/images/404 image_mobile.svg +0 -9
  120. package/src/assets/images/arrow.svg +0 -3
  121. package/src/assets/images/close-vector.png +0 -0
  122. package/src/assets/images/danger.svg +0 -3
  123. package/src/assets/images/exit.svg +0 -3
  124. package/src/assets/images/icon-copy.png +0 -0
  125. package/src/assets/images/icon-fullscreen.png +0 -0
  126. package/src/assets/images/icon-input-copy.svg +0 -3
  127. package/src/assets/images/icon-input-date.svg +0 -9
  128. package/src/assets/images/icon-input-duration.svg +0 -9
  129. package/src/assets/images/icon-input-email.svg +0 -9
  130. package/src/assets/images/icon-input-float.svg +0 -9
  131. package/src/assets/images/icon-input-integer.svg +0 -9
  132. package/src/assets/images/icon-input-ip.svg +0 -9
  133. package/src/assets/images/icon-input-phone.svg +0 -9
  134. package/src/assets/images/icon-input-price.svg +0 -9
  135. package/src/assets/images/icon-input-search.svg +0 -3
  136. package/src/assets/images/icon-input-string.svg +0 -9
  137. package/src/assets/images/icon-input-text.svg +0 -9
  138. package/src/assets/images/icon-input-time.svg +0 -9
  139. package/src/assets/images/icon-logout.png +0 -0
  140. package/src/assets/images/icon-notification.png +0 -0
  141. package/src/assets/images/icon-select-box.svg +0 -3
  142. package/src/assets/images/line.png +0 -0
  143. package/src/assets/images/logo.svg +0 -9
  144. package/src/assets/images/map_location.png +0 -0
  145. package/src/assets/images/menu.svg +0 -3
  146. package/src/assets/images/namira.svg +0 -9
  147. package/src/assets/images/rectangle.svg +0 -3
  148. package/src/assets/images/verify.png +0 -0
@@ -2,7 +2,6 @@
2
2
  import React from "react";
3
3
  import Styles from "./NSBoxEntity.module.css";
4
4
  import { Select, Space } from 'antd';
5
- import IconSelectBox from '../assets/images/icon-select-box.svg';
6
5
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
7
6
  import { IValidationProps } from "../props/IValidationProps";
8
7
  import { Validator } from "../Validator";
@@ -172,7 +171,7 @@ export class NSBoxEntity<Data> extends React.Component<INSBoxEntityProps<Data>,
172
171
  {option.data.desc}
173
172
  </Space>
174
173
  )}
175
- suffixIcon={<img src={IconSelectBox} alt="SelectBox Icon" />}
174
+ suffixIcon={<img src="https://static.namirasoft.com/image/concept/arrow/down/blue.svg" alt="SelectBox Icon" />}
176
175
  />
177
176
  <NSBoxErrorNotifier error={this.state.error} clearError={() => this.setState({ error: "" })} />
178
177
  </div>
@@ -1,5 +1,4 @@
1
1
  import Styles from "./NSBoxErrorNotifier.module.css";
2
- import Danger from '../assets/images/danger.svg';
3
2
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
4
3
 
5
4
  export interface INSBoxErrorNotifierProps extends IBaseComponentProps
@@ -21,7 +20,7 @@ export function NSBoxErrorNotifier(props: INSBoxErrorNotifierProps)
21
20
  <div id={props.id} className="d-flex justify-content-start align-items-center gap-2 ms-2">
22
21
  <img
23
22
  className={""}
24
- src={Danger}
23
+ src="https://static.namirasoft.com/image/concept/danger/red.svg"
25
24
  alt="Error Icon"
26
25
  width={13}
27
26
  height={13}
@@ -2,7 +2,6 @@
2
2
 
3
3
  import React from "react";
4
4
  import Styles from "./NSBox.module.css";
5
- import IconInputIP from '../assets/images/icon-input-ip.svg';
6
5
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
7
6
  import { IValidationProps } from "../props/IValidationProps";
8
7
  import { IValidationStringProps } from "../props/IValidationStringProps";
@@ -87,7 +86,7 @@ export class NSBoxIPV4 extends React.Component<INSBoxIPV4Props, INSBoxIPV4State>
87
86
  maxLength={15}
88
87
  size={15}
89
88
  pattern={IPV4_PATTERN}
90
- style={{ background: `url(${IconInputIP}) white no-repeat scroll center right 16px` }}
89
+ style={{ background: `url("https://static.namirasoft.com/image/concept/nsbox/ipv4%266.png") white no-repeat scroll center right 16px`, backgroundSize: "24px" }}
91
90
  />
92
91
  </div>
93
92
  <NSBoxErrorNotifier error={this.state.error} clearError={() => this.setState({ error: "" })} />
@@ -2,7 +2,6 @@
2
2
 
3
3
  import React from "react";
4
4
  import Styles from "./NSBox.module.css";
5
- import IconInputIP from '../assets/images/icon-input-ip.svg';
6
5
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
7
6
  import { IValidationProps } from "../props/IValidationProps";
8
7
  import { IValidationStringProps } from "../props/IValidationStringProps";
@@ -84,7 +83,7 @@ export class NSBoxIPV6 extends React.Component<INSBoxIPV6Props, INSBoxIPV6State>
84
83
  onChange={this.onChanged}
85
84
  onClick={() => this.props.onClicked}
86
85
  pattern={IPV6_PATTERN}
87
- style={{ background: `url(${IconInputIP}) white no-repeat scroll center right 16px` }}
86
+ style={{ background: `url("https://static.namirasoft.com/image/concept/nsbox/ipv4%266.png") white no-repeat scroll center right 16px`, backgroundSize: "24px" }}
88
87
  />
89
88
  </div>
90
89
  <NSBoxErrorNotifier error={this.state.error} clearError={() => this.setState({ error: "" })} />
@@ -2,7 +2,6 @@
2
2
 
3
3
  import React from "react";
4
4
  import Styles from "./NSBox.module.css";
5
- import IconInputInteger from '../assets/images/icon-input-integer.svg';
6
5
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
7
6
  import { IValidationNumberProps } from "../props/IValidationNumberProps";
8
7
  import { IValidationProps } from "../props/IValidationProps";
@@ -80,7 +79,7 @@ export class NSBoxInteger extends React.Component<INSBoxIntegerProps, INSBoxInte
80
79
  value={this.state.value}
81
80
  onChange={this.onChanged}
82
81
  onClick={() => this.props.onClicked}
83
- style={{ background: `url(${IconInputInteger}) white no-repeat scroll center right 16px` }}
82
+ style={{ background: `url("https://static.namirasoft.com/image/concept/nsbox/Integer.png") white no-repeat scroll center right 16px`, backgroundSize: "24px" }}
84
83
  />
85
84
  </div>
86
85
  <NSBoxErrorNotifier error={this.state.error} clearError={() => this.setState({ error: "" })} />
@@ -2,7 +2,6 @@
2
2
 
3
3
  import React from "react";
4
4
  import Styles from "./NSBox.module.css";
5
- import IconInputString from '../assets/images/icon-input-string.svg';
6
5
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
7
6
  import { IValidationProps } from "../props/IValidationProps";
8
7
  import { IValidationStringProps } from "../props/IValidationStringProps";
@@ -80,7 +79,7 @@ export class NSBoxPassword extends React.Component<INSBoxPasswordProps, INSBoxPa
80
79
  value={this.state.value}
81
80
  onChange={this.onChanged}
82
81
  onClick={() => this.props.onClicked}
83
- style={{ background: `url(${IconInputString}) white no-repeat scroll center right 16px` }}
82
+ style={{ background: `url("https://static.namirasoft.com/image/concept/nsbox/string.png") white no-repeat scroll center right 16px`, backgroundSize: "24px" }}
84
83
  />
85
84
  <NSBoxErrorNotifier error={this.state.error} clearError={() => this.setState({ error: "" })} />
86
85
  </div>
@@ -2,7 +2,6 @@
2
2
 
3
3
  import React from "react";
4
4
  import Styles from "./NSBox.module.css";
5
- import PhoneIcon from '../assets/images/icon-input-phone.svg';
6
5
  import PhoneInput from 'react-phone-input-2'
7
6
  import 'react-phone-input-2/lib/style.css'
8
7
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
@@ -80,7 +79,7 @@ export class NSBoxPhone extends React.Component<INSBoxPhoneProps, INSBoxPhoneSta
80
79
  inputClass={Styles.PhoneIconns_input}
81
80
  placeholder={this.props.placeholder}
82
81
  inputStyle={{
83
- background: `url(${PhoneIcon}) white no-repeat scroll center right 16px`,
82
+ background: `url("https://static.namirasoft.com/image/concept/nsbox/phone.png") white no-repeat scroll center right 16px`,
84
83
  backgroundSize: "24px"
85
84
  }}
86
85
  />
@@ -2,7 +2,6 @@
2
2
 
3
3
  import React from "react";
4
4
  import Styles from "./NSBox.module.css";
5
- import IconInputFloat from '../assets/images/icon-input-float.svg';
6
5
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
7
6
  import { IValidationProps } from "../props/IValidationProps";
8
7
  import { IValidationNumberProps } from "../props/IValidationNumberProps";
@@ -82,7 +81,7 @@ export class NSBoxPrice extends React.Component<INSBoxPriceProps, INSBoxPriceSta
82
81
  onClick={() => this.props.onClicked}
83
82
  step="0.01"
84
83
  min="0"
85
- style={{ background: `url(${IconInputFloat}) white no-repeat scroll center right 16px` }}
84
+ style={{ background: `url("https://static.namirasoft.com/image/concept/nsbox/price.png") white no-repeat scroll center right 16px`, backgroundSize: "24px" }}
86
85
  />
87
86
  </div>
88
87
  <NSBoxErrorNotifier error={this.state.error} clearError={() => this.setState({ error: "" })} />
@@ -93,7 +93,7 @@ export class NSBoxSearch extends React.Component<INSBoxSearchProps, INSBoxSearch
93
93
  style=
94
94
  {{
95
95
  background: `url(${"https://static.namirasoft.com/image/concept/search/blue.svg"}) white no-repeat left`,
96
- backgroundSize: "32px",
96
+ backgroundSize: "24px",
97
97
  backgroundPosition: "10px",
98
98
  paddingLeft: "48px",
99
99
  }}
@@ -7,7 +7,6 @@ import { Validator } from "../Validator";
7
7
  import { NSBoxErrorNotifier } from "./NSBoxErrorNotifier";
8
8
  import { NSAssistantButton } from "./NSAssistantButton";
9
9
  import Styles from "./NSBox.module.css";
10
- import IconInputString from '../assets/images/icon-input-string.svg';
11
10
 
12
11
  export interface INSBoxStringProps extends IBaseComponentProps, IValidationProps, IValidationStringProps
13
12
  {
@@ -96,7 +95,7 @@ export class NSBoxString extends React.Component<INSBoxStringProps, INSBoxString
96
95
  value={this.state.value}
97
96
  onChange={this.onChanged}
98
97
  onClick={() => this.props.onClicked}
99
- style={{ background: `url(${IconInputString}) white no-repeat scroll center right 16px` }}
98
+ style={{ background: `url("https://static.namirasoft.com/image/concept/nsbox/string.png") white no-repeat scroll center right 16px`, backgroundSize: "24px" }}
100
99
  />
101
100
  <NSBoxErrorNotifier error={this.state.error} clearError={() => this.setState({ error: "" })} />
102
101
  </div>
@@ -7,7 +7,6 @@ import { IValidationProps } from "../props/IValidationProps";
7
7
  import { IValidationStringProps } from "../props/IValidationStringProps";
8
8
  import { Validator } from "../Validator";
9
9
  import { NSBoxErrorNotifier } from "./NSBoxErrorNotifier";
10
- import IconInputString from '../assets/images/icon-input-string.svg';
11
10
 
12
11
  export interface INSBoxTextAreaProps extends IBaseComponentProps, IValidationProps, IValidationStringProps
13
12
  {
@@ -90,7 +89,7 @@ export class NSBoxTextArea extends React.Component<INSBoxTextAreaProps, INSBoxTe
90
89
  style={{
91
90
  height: !this.props.rows ? "96px" : "",
92
91
  background:
93
- `url(${IconInputString}) white no-repeat scroll top right 16px `,
92
+ `url("https://static.namirasoft.com/image/concept/nsbox/string.png") white no-repeat scroll top right 16px `,
94
93
  backgroundPositionY: "12px"
95
94
  }}
96
95
  cols={this.props.cols}
@@ -2,7 +2,6 @@
2
2
 
3
3
  import React from "react";
4
4
  import Styles from "./NSBox.module.css";
5
- import IconInputTime from '../assets/images/icon-input-time.svg';
6
5
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
7
6
  import { IValidationProps } from "../props/IValidationProps";
8
7
  import { IValidationStringProps } from "../props/IValidationStringProps";
@@ -82,7 +81,7 @@ export class NSBoxTime extends React.Component<INSBoxTimeProps, INSBoxTimeState>
82
81
  onChange={this.onChanged}
83
82
  onClick={() => this.props.onClicked}
84
83
  step="2"
85
- style={{ background: `url(${IconInputTime}) white no-repeat scroll center right 16px` }}
84
+ style={{ background: `url("https://static.namirasoft.com/image/concept/nsbox/time.png") white no-repeat scroll center right 16px`, backgroundSize: "24px" }}
86
85
  />
87
86
  </div>
88
87
  <NSBoxErrorNotifier error={this.state.error} clearError={() => this.setState({ error: "" })} />
@@ -1,5 +1,4 @@
1
1
  import Styles from "./NSCopyToClipboard.module.css";
2
- import IconInputString from '../assets/images/icon-input-copy.svg';
3
2
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
4
3
 
5
4
  export interface INSCopyToClipboardProps extends IBaseComponentProps
@@ -24,7 +23,7 @@ export function NSCopyToClipboard(props: INSCopyToClipboardProps)
24
23
  <p className="m-0">{props.value}</p>
25
24
  <img
26
25
  className={Styles.ns_copy_to_clipboard_icon}
27
- src={IconInputString}
26
+ src="https://static.namirasoft.com/image/concept/copy/blue.svg"
28
27
  alt="Copy Icon"
29
28
  width={24}
30
29
  height={24}
@@ -0,0 +1,14 @@
1
+ .ns_line_container {
2
+ display: flex;
3
+ justify-content: center;
4
+ align-items: center;
5
+ margin: 0;
6
+ padding: 0;
7
+ }
8
+
9
+ .ns_line {
10
+ border: 1px solid rgb(0, 0, 0);
11
+ border-left: 300px solid transparent;
12
+ border-right: 300px solid transparent;
13
+ width: 80%;
14
+ }
@@ -1,7 +1,5 @@
1
- // import Styles from './NSLine.module.css';
1
+ import Styles from './NSLine.module.css';
2
2
  import { IBaseComponentProps } from "../props/IBaseComponentProps";
3
- import Line from "../assets/images/line.png";
4
-
5
3
  export interface INSLineProps extends IBaseComponentProps
6
4
  {
7
5
 
@@ -10,10 +8,8 @@ export interface INSLineProps extends IBaseComponentProps
10
8
  export function NSLine()
11
9
  {
12
10
  return (
13
- <img src={Line}
14
- alt="Line"
15
- width={"100%"}
16
- height={"max-content"}
17
- />
11
+ <div className={Styles.ns_line_container}>
12
+ <hr className={Styles.ns_line}></hr>
13
+ </div>
18
14
  );
19
15
  }
@@ -47,7 +47,6 @@
47
47
  display: flex;
48
48
  flex-direction: row;
49
49
  flex-wrap: wrap;
50
- height: 500px;
51
50
  overflow-y: auto;
52
51
  }
53
52
 
@@ -0,0 +1,3 @@
1
+ .custom_row th:nth-child(1) {
2
+ box-shadow: 4px 0px 4px 0px #00000040;
3
+ }
@@ -0,0 +1,47 @@
1
+ import { ConfigProvider, Table } from 'antd';
2
+ import type { TableProps } from 'antd';
3
+ import { IBaseComponentProps } from '../main';
4
+ import Styles from "./NSTimeTable.module.css"
5
+
6
+ interface DataType {
7
+ key: string;
8
+ year: string;
9
+ month: string;
10
+ week: string;
11
+ today: string;
12
+ }
13
+
14
+ export interface NSTimeTableProps extends IBaseComponentProps {
15
+ rows: DataType[];
16
+ columns: TableProps<DataType>['columns'];
17
+ }
18
+
19
+ const NSTimeTable = (props: NSTimeTableProps) => {
20
+
21
+ return (
22
+ <ConfigProvider theme={{
23
+ components: {
24
+ Table: {
25
+ headerBg: "#141B5C",
26
+ headerColor: "#fff",
27
+ headerSplitColor: "#141B5C",
28
+ cellFontSize: 16,
29
+ colorText: "#141B5C",
30
+ }
31
+ }
32
+ }}>
33
+ <Table
34
+ columns={props.columns}
35
+ dataSource={props.rows}
36
+ bordered={false}
37
+ rowClassName={Styles.custom_row}
38
+ rowHoverable={false}
39
+ scroll={{
40
+ x: true
41
+ }}
42
+ />
43
+ </ConfigProvider>
44
+ )
45
+ };
46
+
47
+ export default NSTimeTable;
package/src/main.ts CHANGED
@@ -35,6 +35,7 @@ export * from "./components/NSCardScreenshot"
35
35
  export * from "./components/NSCopyToClipboard";
36
36
  export * from "./components/NSChartColumn";
37
37
  export * from "./components/NSChartPie";
38
+ export * from "./components/NSChartTable";
38
39
  export * from "./components/NSDeleteDialog";
39
40
  export * from "./components/NSDialog";
40
41
  export * from "./components/NSDownload";
@@ -69,6 +70,7 @@ export * from "./components/NSSectionTitle";
69
70
  export * from "./components/NSSpace";
70
71
  export * from "./components/NSHeaderScreenshot";
71
72
  export * from "./components/NSTable";
73
+ export * from "./components/NSTimeTable";
72
74
  export * from "./components/NSTag";
73
75
  export * from "./components/NSTabPage";
74
76
  export * from "./components/NSTitle";
@@ -2,7 +2,7 @@
2
2
  display: flex;
3
3
  justify-content: center;
4
4
  align-items: center;
5
- background-image: url('../assets/images/404\ image_mobile.svg');
5
+ background-image: url('https://static.namirasoft.com/image/concept/404/image.png');
6
6
  background-repeat: no-repeat;
7
7
  background-size: contain;
8
8
  background-position: center;
@@ -14,6 +14,6 @@
14
14
 
15
15
  @media only screen and (min-width: 1024px) {
16
16
  .ns_not_found_page {
17
- background-image: url('../assets/images/404\ image.svg');
17
+ background-image: url('https://static.namirasoft.com/image/concept/404/image.png');
18
18
  }
19
19
  }