ados-rcm 1.1.493 → 1.1.495
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/README.md +94 -94
- package/dist/AModule/AComponents/AInput/AInput.d.ts +6 -0
- package/dist/AModule/AComponents/ATable/ATable.d.ts +18 -12
- package/dist/AModule/AComponents/ATheme/ATheme.d.ts +2 -2
- package/dist/AModule/AComponents/ATheme/DesignTokens.d.ts +0 -2
- package/dist/AModule/AComponents/ATheme/RefinedDesignTokens.d.ts +0 -2
- package/dist/AModule/AUtils/strF.d.ts +1 -0
- package/dist/index.cjs.js +134 -129
- package/dist/index.es.js +17305 -16179
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,94 +1,94 @@
|
|
1
|
-
# ReactComponentModule
|
2
|
-
|
3
|
-
React Component for ADOS
|
4
|
-
|
5
|
-
## Getting started
|
6
|
-
|
7
|
-
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
8
|
-
|
9
|
-
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
10
|
-
|
11
|
-
## Add your files
|
12
|
-
|
13
|
-
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
14
|
-
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
15
|
-
|
16
|
-
```
|
17
|
-
cd root
|
18
|
-
git remote add origin http://192.168.1.37/ados/rcm.git
|
19
|
-
git fetch
|
20
|
-
git add .
|
21
|
-
git commit -m 'comment'
|
22
|
-
git push
|
23
|
-
```
|
24
|
-
|
25
|
-
## Integrate with your tools
|
26
|
-
|
27
|
-
- [ ] [Set up project integrations](http://192.168.1.37/ados/arcm/-/settings/integrations)
|
28
|
-
|
29
|
-
## Collaborate with your team
|
30
|
-
|
31
|
-
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
32
|
-
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
33
|
-
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
34
|
-
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
35
|
-
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
36
|
-
|
37
|
-
## Test and Deploy
|
38
|
-
|
39
|
-
Use the built-in continuous integration in GitLab.
|
40
|
-
|
41
|
-
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
42
|
-
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
43
|
-
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
44
|
-
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
45
|
-
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
46
|
-
|
47
|
-
***
|
48
|
-
|
49
|
-
# Editing this README
|
50
|
-
|
51
|
-
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
52
|
-
|
53
|
-
## Suggestions for a good README
|
54
|
-
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
55
|
-
|
56
|
-
## Name
|
57
|
-
Choose a self-explaining name for your project.
|
58
|
-
|
59
|
-
## Description
|
60
|
-
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
61
|
-
|
62
|
-
## Badges
|
63
|
-
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
64
|
-
|
65
|
-
## Visuals
|
66
|
-
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
67
|
-
|
68
|
-
## Installation
|
69
|
-
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
70
|
-
|
71
|
-
## Usage
|
72
|
-
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
73
|
-
|
74
|
-
## Support
|
75
|
-
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
76
|
-
|
77
|
-
## Roadmap
|
78
|
-
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
79
|
-
|
80
|
-
## Contributing
|
81
|
-
State if you are open to contributions and what your requirements are for accepting them.
|
82
|
-
|
83
|
-
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
84
|
-
|
85
|
-
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
86
|
-
|
87
|
-
## Authors and acknowledgment
|
88
|
-
Show your appreciation to those who have contributed to the project.
|
89
|
-
|
90
|
-
## License
|
91
|
-
For open source projects, say how it is licensed.
|
92
|
-
|
93
|
-
## Project status
|
94
|
-
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
1
|
+
# ReactComponentModule
|
2
|
+
|
3
|
+
React Component for ADOS
|
4
|
+
|
5
|
+
## Getting started
|
6
|
+
|
7
|
+
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
8
|
+
|
9
|
+
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
10
|
+
|
11
|
+
## Add your files
|
12
|
+
|
13
|
+
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
14
|
+
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
15
|
+
|
16
|
+
```
|
17
|
+
cd root
|
18
|
+
git remote add origin http://192.168.1.37/ados/rcm.git
|
19
|
+
git fetch
|
20
|
+
git add .
|
21
|
+
git commit -m 'comment'
|
22
|
+
git push
|
23
|
+
```
|
24
|
+
|
25
|
+
## Integrate with your tools
|
26
|
+
|
27
|
+
- [ ] [Set up project integrations](http://192.168.1.37/ados/arcm/-/settings/integrations)
|
28
|
+
|
29
|
+
## Collaborate with your team
|
30
|
+
|
31
|
+
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
32
|
+
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
33
|
+
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
34
|
+
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
35
|
+
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
36
|
+
|
37
|
+
## Test and Deploy
|
38
|
+
|
39
|
+
Use the built-in continuous integration in GitLab.
|
40
|
+
|
41
|
+
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
42
|
+
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
43
|
+
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
44
|
+
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
45
|
+
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
46
|
+
|
47
|
+
***
|
48
|
+
|
49
|
+
# Editing this README
|
50
|
+
|
51
|
+
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
52
|
+
|
53
|
+
## Suggestions for a good README
|
54
|
+
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
55
|
+
|
56
|
+
## Name
|
57
|
+
Choose a self-explaining name for your project.
|
58
|
+
|
59
|
+
## Description
|
60
|
+
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
61
|
+
|
62
|
+
## Badges
|
63
|
+
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
64
|
+
|
65
|
+
## Visuals
|
66
|
+
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
67
|
+
|
68
|
+
## Installation
|
69
|
+
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
70
|
+
|
71
|
+
## Usage
|
72
|
+
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
73
|
+
|
74
|
+
## Support
|
75
|
+
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
76
|
+
|
77
|
+
## Roadmap
|
78
|
+
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
79
|
+
|
80
|
+
## Contributing
|
81
|
+
State if you are open to contributions and what your requirements are for accepting them.
|
82
|
+
|
83
|
+
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
84
|
+
|
85
|
+
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
86
|
+
|
87
|
+
## Authors and acknowledgment
|
88
|
+
Show your appreciation to those who have contributed to the project.
|
89
|
+
|
90
|
+
## License
|
91
|
+
For open source projects, say how it is licensed.
|
92
|
+
|
93
|
+
## Project status
|
94
|
+
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
@@ -95,6 +95,12 @@ export interface IAInputProps extends IABaseProps, IAWrapProps {
|
|
95
95
|
* Description : useValue of AInput
|
96
96
|
*/
|
97
97
|
useValue?: TUseValues<string | number | readonly string[], string>;
|
98
|
+
/**
|
99
|
+
* dataList? : string[] | readonly string[]
|
100
|
+
*
|
101
|
+
* Description : dataList of AInput
|
102
|
+
*/
|
103
|
+
dataList?: string[] | readonly string[];
|
98
104
|
}
|
99
105
|
/**
|
100
106
|
* AComponent : AInput
|
@@ -34,10 +34,10 @@ export interface IATableTDProps<T extends IItem> extends IATableTHProps<T>, IATa
|
|
34
34
|
}
|
35
35
|
export interface IATableDef<T extends IItem> {
|
36
36
|
/**
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
37
|
+
* align? : TCanCallback<IATableTHProps<T>, React.CSSProperties['justifyContent']>
|
38
|
+
*
|
39
|
+
* Description : align of the column. type of justifyContent
|
40
|
+
*/
|
41
41
|
align?: TCanCallback<IATableTHProps<T>, React.CSSProperties['justifyContent']>;
|
42
42
|
/**
|
43
43
|
* asText? : TCanCallback<IATableTDProps<T>, string | number>
|
@@ -52,10 +52,10 @@ export interface IATableDef<T extends IItem> {
|
|
52
52
|
*/
|
53
53
|
colSpan?: TCanCallback<IATableTHProps<T>, number>;
|
54
54
|
/**
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
55
|
+
* content? : TCanCallback<IATableTDProps<T>, React.ReactNode>
|
56
|
+
*
|
57
|
+
* Description : content of the td
|
58
|
+
*/
|
59
59
|
content?: TCanCallback<IATableTDProps<T>, React.ReactNode>;
|
60
60
|
/**
|
61
61
|
* hAlign? : TCanCallback<IATableTHProps<T>, React.CSSProperties['justifyContent']>
|
@@ -115,10 +115,10 @@ export interface IATableDef<T extends IItem> {
|
|
115
115
|
*/
|
116
116
|
style?: TCanCallback<IATableTDProps<T>, React.CSSProperties>;
|
117
117
|
/**
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
118
|
+
* width? : number = 80
|
119
|
+
*
|
120
|
+
* Description : width of the column
|
121
|
+
*/
|
122
122
|
width?: number;
|
123
123
|
}
|
124
124
|
export type TATableDefs<T extends IItem> = {
|
@@ -384,6 +384,12 @@ export interface IATableFilter<T extends IItem, K extends IItem = any> {
|
|
384
384
|
* Description : value of the String filter
|
385
385
|
*/
|
386
386
|
value?: string;
|
387
|
+
/**
|
388
|
+
* dataList? : string[] | readonly string[]
|
389
|
+
*
|
390
|
+
* Description : dataList of the String filter
|
391
|
+
*/
|
392
|
+
dataList?: string[] | readonly string[];
|
387
393
|
};
|
388
394
|
}
|
389
395
|
export type TATableSomeFilter<T extends IItem, K extends IItem = any> = IATableFilter<T, K>[TATableFilterType];
|
@@ -3,7 +3,7 @@ export type TTokens = typeof refinedDesignTokens;
|
|
3
3
|
export type TPalette = (typeof refinedDesignTokens.palette)['mode-1'];
|
4
4
|
export declare const paletteModes: "mode-1"[];
|
5
5
|
export type TPaletteModes = (typeof paletteModes)[number];
|
6
|
-
export declare const paletteKeys: ("common-100" | "common-0" | "brand-b-color" | "
|
6
|
+
export declare const paletteKeys: ("common-100" | "common-0" | "brand-b-color" | "neutral-20" | "neutral-5" | "neutral-73" | "neutral-79" | "neutral-65" | "neutral-89" | "neutral-94" | "orange-53" | "green-45" | "red-45" | "neutral-84" | "neutral-99" | "neutral-30" | "neutral-54" | "neutral-10" | "neutral-15" | "neutral-42" | "cool-neutral-99" | "cool-neutral-94" | "cool-neutral-89" | "cool-neutral-84" | "cool-neutral-79" | "cool-neutral-73" | "cool-neutral-65" | "cool-neutral-54" | "cool-neutral-42" | "cool-neutral-30" | "cool-neutral-20" | "cool-neutral-10" | "cool-neutral-5" | "red-99" | "red-95" | "red-90" | "red-84" | "red-76" | "red-66" | "red-53" | "red-34" | "red-30" | "red-24" | "red-10" | "green-99" | "green-95" | "green-90" | "green-84" | "green-76" | "green-66" | "green-48" | "green-34" | "green-30" | "green-24" | "green-10" | "blue-99" | "blue-95" | "blue-90" | "blue-84" | "blue-76" | "blue-66" | "blue-53" | "blue-45" | "blue-34" | "blue-30" | "blue-24" | "blue-10" | "orange-99" | "orange-95" | "orange-90" | "orange-84" | "orange-76" | "orange-66" | "orange-45" | "orange-34" | "orange-30" | "orange-24" | "orange-10" | "violet-99" | "violet-95" | "violet-90" | "violet-84" | "violet-76" | "violet-66" | "violet-53" | "violet-45" | "violet-34" | "violet-28" | "violet-24" | "violet-10" | "cyan-99" | "cyan-95" | "cyan-90" | "cyan-84" | "cyan-76" | "cyan-66" | "cyan-50" | "cyan-45" | "cyan-40" | "cyan-30" | "cyan-21" | "cyan-10" | "pink-99" | "pink-95" | "pink-90" | "pink-84" | "pink-76" | "pink-66" | "pink-53" | "pink-45" | "pink-40" | "pink-30" | "pink-21" | "pink-10" | "lime-99" | "lime-95" | "lime-90" | "lime-84" | "lime-76" | "lime-66" | "lime-49" | "lime-45" | "lime-40" | "lime-30" | "lime-21" | "lime-10")[];
|
7
7
|
export type TPaletteKeys = (typeof paletteKeys)[number];
|
8
8
|
/**
|
9
9
|
* getCurrentPaletteMode : () => TPaletteModes
|
@@ -42,7 +42,7 @@ declare function editPalette(palette: Partial<TPalette>, mode?: TPaletteModes |
|
|
42
42
|
export type TSemantic = typeof refinedDesignTokens.semantic.light;
|
43
43
|
export declare const semanticModes: ("light" | "dark")[];
|
44
44
|
export type TSemanticModes = (typeof semanticModes)[number];
|
45
|
-
export declare const semanticKeys: ("static-white" | "static-black" | "acent-brand" | "
|
45
|
+
export declare const semanticKeys: ("static-white" | "static-black" | "acent-brand" | "label-normal" | "label-strong" | "label-neutral" | "line-normal" | "line-strong" | "line-neutral" | "background-normal" | "elevation-0" | "elevation-10" | "elevation-20" | "alert-warning" | "alert-success" | "alert-danger" | "inverse-label-normal" | "inverse-label-strong" | "inverse-label-neutral" | "inverse-line-normal" | "inverse-line-strong" | "inverse-line-neutral" | "inverse-elevation-0" | "inverse-elevation-10" | "inverse-elevation-20")[];
|
46
46
|
export type TSemanticKeys = (typeof semanticKeys)[number];
|
47
47
|
/**
|
48
48
|
* getCurrentSemanticMode : () => TSemanticModes
|
@@ -134,7 +134,6 @@ export declare const designTokens: {
|
|
134
134
|
'static-white': string;
|
135
135
|
'static-black': string;
|
136
136
|
'acent-brand': string;
|
137
|
-
'acent-brand-fill': string;
|
138
137
|
'label-normal': string;
|
139
138
|
'label-strong': string;
|
140
139
|
'label-neutral': string;
|
@@ -162,7 +161,6 @@ export declare const designTokens: {
|
|
162
161
|
'static-white': string;
|
163
162
|
'static-black': string;
|
164
163
|
'acent-brand': string;
|
165
|
-
'acent-brand-fill': string;
|
166
164
|
'label-normal': string;
|
167
165
|
'label-strong': string;
|
168
166
|
'label-neutral': string;
|
@@ -134,7 +134,6 @@ declare const refinedDesignTokens: {
|
|
134
134
|
'static-white': string;
|
135
135
|
'static-black': string;
|
136
136
|
'acent-brand': string;
|
137
|
-
'acent-brand-fill': string;
|
138
137
|
'label-normal': string;
|
139
138
|
'label-strong': string;
|
140
139
|
'label-neutral': string;
|
@@ -162,7 +161,6 @@ declare const refinedDesignTokens: {
|
|
162
161
|
'static-white': string;
|
163
162
|
'static-black': string;
|
164
163
|
'acent-brand': string;
|
165
|
-
'acent-brand-fill': string;
|
166
164
|
'label-normal': string;
|
167
165
|
'label-strong': string;
|
168
166
|
'label-neutral': string;
|