@digi-frontend/dgate-api-documentation 1.0.31 → 1.0.32
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/.editorconfig +12 -12
- package/.prettierignore +7 -7
- package/.prettierrc +15 -15
- package/dist/{2e10bbdb265df50e.svg → 43595976d1fdccbf.svg} +4 -4
- package/dist/{8789eb84283ea95b.svg → 56dc416b683db280.svg} +5 -5
- package/dist/{bb8b87cace25e052.svg → 64efc2716808c4a4.svg} +3 -3
- package/dist/{d32ce84bbd78babd.svg → 72db3b05a96dd600.svg} +3 -3
- package/dist/{d501922060662842.svg → 844eba3f2e42a9eb.svg} +3 -3
- package/dist/_virtual/index3.js +1 -1
- package/dist/_virtual/index4.js +1 -1
- package/dist/_virtual/index5.js +1 -1
- package/dist/_virtual/index6.js +1 -1
- package/dist/{070dc6ecd197bc80.svg → a7568b270e175038.svg} +8 -8
- package/dist/{9bdff13f8d8fa48a.svg → af16a554be8c4d69.svg} +3 -3
- package/dist/{7f54eeb0bb2d1150.svg → b82c7612e73342f3.svg} +3 -3
- package/dist/node_modules/toposort/index.js +1 -1
- package/dist/node_modules/yup/index.esm.js +1 -1
- package/dist/src/assets/icons/AddRow.svg.js +1 -1
- package/dist/src/assets/icons/AddRow.svg.js.map +1 -1
- package/dist/src/assets/icons/CheckMarkSquare.svg.js +1 -1
- package/dist/src/assets/icons/CheckMarkSquare.svg.js.map +1 -1
- package/dist/src/assets/icons/CloseIcon.svg.js +1 -1
- package/dist/src/assets/icons/CloseIcon.svg.js.map +1 -1
- package/dist/src/assets/icons/DeleteIcon.svg.js +1 -1
- package/dist/src/assets/icons/DeleteIcon.svg.js.map +1 -1
- package/dist/src/assets/icons/DownArrow.svg.js +1 -1
- package/dist/src/assets/icons/DownArrow.svg.js.map +1 -1
- package/dist/src/assets/icons/EditIcon.svg.js +1 -1
- package/dist/src/assets/icons/EditIcon.svg.js.map +1 -1
- package/dist/src/assets/icons/UpArrow.svg.js +1 -1
- package/dist/src/assets/icons/UpArrow.svg.js.map +1 -1
- package/dist/src/assets/icons/deleteOutlinedIcon.svg.js +1 -1
- package/dist/src/assets/icons/deleteOutlinedIcon.svg.js.map +1 -1
- package/dist/src/components/Chips/Chips.js.map +1 -1
- package/dist/src/components/InfoForm/InfoForm.js +1 -1
- package/dist/src/components/InfoForm/InfoForm.js.map +1 -1
- package/dist/src/components/JsonInput/JsonInput.js.map +1 -1
- package/dist/src/components/LivePreview/LivePreview.js.map +1 -1
- package/dist/src/components/MethodAccordion/MethodAccordion.js.map +1 -1
- package/dist/src/components/SVGLoader/SVGLoader.js.map +1 -1
- package/dist/src/components/SectionHead/SectionHead.js.map +1 -1
- package/dist/src/components/SimpleLabelValue/SimpleLabelValue.js.map +1 -1
- package/dist/src/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/src/components/dialog/index.js.map +1 -1
- package/dist/src/components/table/table.js.map +1 -1
- package/dist/src/components/table/tags-table.js +1 -1
- package/dist/src/components/table/tags-table.js.map +1 -1
- package/dist/src/constants/index.js.map +1 -1
- package/dist/src/constants/regex.js +1 -1
- package/dist/src/constants/regex.js.map +1 -1
- package/dist/src/helpers/layout.helper.js.map +1 -1
- package/dist/src/helpers/methodAccordion.helper.js.map +1 -1
- package/dist/src/layout/layout.js.map +1 -1
- package/dist/src/validator/form.scheme.js.map +1 -1
- package/dist/styles.css +335 -335
- package/package.json +43 -43
- package/rollup.config.js +35 -35
- package/src/assets/icons/AddRow.svg +3 -3
- package/src/assets/icons/CheckMarkSquare.svg +5 -5
- package/src/assets/icons/CloseIcon.svg +4 -4
- package/src/assets/icons/DeleteIcon.svg +3 -3
- package/src/assets/icons/DownArrow.svg +3 -3
- package/src/assets/icons/EditIcon.svg +3 -3
- package/src/assets/icons/UpArrow.svg +3 -3
- package/src/assets/icons/deleteOutlinedIcon.svg +8 -8
- package/src/assets/icons/index.ts +8 -8
- package/src/components/Chips/Chips.tsx +87 -87
- package/src/components/Chips/style.scss +147 -147
- package/src/components/InfoForm/InfoForm.module.scss +165 -165
- package/src/components/InfoForm/InfoForm.tsx +424 -426
- package/src/components/JsonInput/JsonInput.tsx +149 -149
- package/src/components/JsonInput/style.module.scss +133 -133
- package/src/components/LivePreview/LivePreview.module.scss +24 -24
- package/src/components/LivePreview/LivePreview.tsx +184 -184
- package/src/components/MethodAccordion/MethodAccordion.module.scss +338 -338
- package/src/components/MethodAccordion/MethodAccordion.tsx +515 -515
- package/src/components/SVGLoader/SVGLoader.tsx +94 -94
- package/src/components/SectionHead/SectionHead.scss +29 -29
- package/src/components/SectionHead/SectionHead.tsx +22 -22
- package/src/components/SimpleLabelValue/SimpleLabelValue.tsx +31 -31
- package/src/components/SimpleLabelValue/index.ts +1 -1
- package/src/components/SimpleLabelValue/style.scss +30 -30
- package/src/components/Tooltip/Tooltip.scss +133 -133
- package/src/components/Tooltip/Tooltip.tsx +85 -85
- package/src/components/_global.scss +337 -337
- package/src/components/dialog/dialog.ts +54 -54
- package/src/components/dialog/index.tsx +85 -85
- package/src/components/dialog/style.scss +104 -104
- package/src/components/table/style.scss +190 -190
- package/src/components/table/table.tsx +327 -327
- package/src/components/table/tags-table.tsx +348 -348
- package/src/constants/index.ts +93 -93
- package/src/constants/regex.ts +7 -7
- package/src/global.d.ts +13 -13
- package/src/helpers/layout.helper.ts +162 -162
- package/src/helpers/methodAccordion.helper.ts +19 -19
- package/src/index.ts +1 -1
- package/src/layout/layout.module.css +61 -61
- package/src/layout/layout.tsx +150 -150
- package/src/types/layout.type.ts +30 -30
- package/src/types/openApi.ts +108 -108
- package/src/types/transformedOpenApi.ts +52 -52
- package/src/validator/form.scheme.ts +70 -70
- package/tsconfig.json +33 -33
|
@@ -1,190 +1,190 @@
|
|
|
1
|
-
@import '../_global';
|
|
2
|
-
|
|
3
|
-
.tableSectionContainer {
|
|
4
|
-
.tableContainer {
|
|
5
|
-
max-width: 100%;
|
|
6
|
-
overflow-x: overlay;
|
|
7
|
-
|
|
8
|
-
&.tableContainer * {
|
|
9
|
-
font-family: 'Cairo';
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.table {
|
|
13
|
-
width: 100%;
|
|
14
|
-
border-spacing: 0;
|
|
15
|
-
border: none;
|
|
16
|
-
border-right: 1px solid var(--border-color-neutral);
|
|
17
|
-
border-left: 1px solid var(--border-color-neutral);
|
|
18
|
-
|
|
19
|
-
&.borderRadiusTop {
|
|
20
|
-
border-top-left-radius: 0.625rem;
|
|
21
|
-
border-top-right-radius: 0.625rem;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&.borderRadiusBottom {
|
|
25
|
-
border-bottom-left-radius: 0.625rem;
|
|
26
|
-
border-bottom-right-radius: 0.625rem;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.tableHead {
|
|
30
|
-
border: 1px solid var(--Gray-10);
|
|
31
|
-
margin: 0rem !important;
|
|
32
|
-
background-color: #f8f9fb;
|
|
33
|
-
width: max-content;
|
|
34
|
-
min-width: 100%;
|
|
35
|
-
color: var(--Gray-50);
|
|
36
|
-
font-weight: 400;
|
|
37
|
-
|
|
38
|
-
.tableHeadCell {
|
|
39
|
-
border-bottom: 1px solid var(--border-color-neutral);
|
|
40
|
-
border-top: 1px solid var(--border-color-neutral);
|
|
41
|
-
font-style: normal;
|
|
42
|
-
font-size: 0.875rem;
|
|
43
|
-
padding: 0.75rem 1.875rem;
|
|
44
|
-
text-align: start;
|
|
45
|
-
white-space: nowrap;
|
|
46
|
-
color: inherit;
|
|
47
|
-
font-weight: inherit;
|
|
48
|
-
|
|
49
|
-
.sortIcon {
|
|
50
|
-
padding: 0rem 0.25rem;
|
|
51
|
-
height: 1.875rem;
|
|
52
|
-
cursor: pointer;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.headContainer {
|
|
57
|
-
display: flex;
|
|
58
|
-
flex-direction: row;
|
|
59
|
-
align-items: center;
|
|
60
|
-
text-overflow: ellipsis;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.tableBody {
|
|
65
|
-
tr {
|
|
66
|
-
background-color: var(--background-color-white-secondary);
|
|
67
|
-
overflow: visible !important;
|
|
68
|
-
|
|
69
|
-
.tippy-content {
|
|
70
|
-
background-color: var(--border-color-hover);
|
|
71
|
-
color: var(--text-color-disabled);
|
|
72
|
-
border-radius: 5px;
|
|
73
|
-
font-size: 14px;
|
|
74
|
-
font-weight: 400;
|
|
75
|
-
line-height: 20px;
|
|
76
|
-
text-align: left;
|
|
77
|
-
}
|
|
78
|
-
.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
|
|
79
|
-
color: var(--border-color-hover);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&.rowSelected {
|
|
83
|
-
background-color: var(--background-color-gray-40);
|
|
84
|
-
}
|
|
85
|
-
td {
|
|
86
|
-
font-weight: 400;
|
|
87
|
-
font-size: 0.875rem;
|
|
88
|
-
text-align: start;
|
|
89
|
-
color: var(--text-color-primary);
|
|
90
|
-
border-bottom: 1px solid var(--border-color-gray);
|
|
91
|
-
width: max-content;
|
|
92
|
-
white-space: nowrap;
|
|
93
|
-
height: 3.75rem;
|
|
94
|
-
padding: 0.75rem 1.875rem;
|
|
95
|
-
overflow: visible !important;
|
|
96
|
-
|
|
97
|
-
.tableData {
|
|
98
|
-
max-width: 100%;
|
|
99
|
-
width: fit-content;
|
|
100
|
-
white-space: nowrap;
|
|
101
|
-
text-overflow: ellipsis;
|
|
102
|
-
overflow: visible !important;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&:nth-child(2) {
|
|
106
|
-
.tableData {
|
|
107
|
-
.customBtn .btnContentWrapper .endBtnIcon svg path,
|
|
108
|
-
.customBtn :link .btnContentWrapper .endBtnIcon svg path,
|
|
109
|
-
.customBtn :visited .btnContentWrapper .endBtnIcon svg path {
|
|
110
|
-
stroke-width: 0.1 !important;
|
|
111
|
-
fill: #12131a !important;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
&:hover {
|
|
118
|
-
background-color: var(--background-color-gray-10);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.fallbackTableRow {
|
|
123
|
-
background-color: var(--background-color-white-secondary);
|
|
124
|
-
height: 4.375rem;
|
|
125
|
-
|
|
126
|
-
&:hover {
|
|
127
|
-
background-color: var(--background-color-white-secondary);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.fallbackContainer {
|
|
131
|
-
width: 100%;
|
|
132
|
-
height: 100%;
|
|
133
|
-
color: var(--text-color-quaternary);
|
|
134
|
-
.fallbackTextContainer {
|
|
135
|
-
display: flex;
|
|
136
|
-
flex-direction: row;
|
|
137
|
-
align-items: center;
|
|
138
|
-
justify-content: center;
|
|
139
|
-
width: 100%;
|
|
140
|
-
height: 100%;
|
|
141
|
-
|
|
142
|
-
.fallbackText {
|
|
143
|
-
font-style: normal;
|
|
144
|
-
font-weight: 400;
|
|
145
|
-
font-size: 0.875rem;
|
|
146
|
-
line-height: 1.25rem;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
th,
|
|
154
|
-
td {
|
|
155
|
-
text-align: left;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.tableFooterContainer {
|
|
161
|
-
display: flex;
|
|
162
|
-
width: 100%;
|
|
163
|
-
height: auto;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.ascArrow {
|
|
167
|
-
height: 0.8125rem;
|
|
168
|
-
margin-bottom: 0.4375rem;
|
|
169
|
-
cursor: pointer;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.descArrow {
|
|
173
|
-
height: 0.8125rem;
|
|
174
|
-
margin-top: 0.4375rem;
|
|
175
|
-
cursor: pointer;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.defaultSortArrow {
|
|
179
|
-
height: 1.25rem;
|
|
180
|
-
cursor: pointer;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.ascArrow,
|
|
184
|
-
.descArrow,
|
|
185
|
-
.defaultSortArrow {
|
|
186
|
-
path {
|
|
187
|
-
fill: var(--Gray-50);
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
1
|
+
@import '../_global';
|
|
2
|
+
|
|
3
|
+
.tableSectionContainer {
|
|
4
|
+
.tableContainer {
|
|
5
|
+
max-width: 100%;
|
|
6
|
+
overflow-x: overlay;
|
|
7
|
+
|
|
8
|
+
&.tableContainer * {
|
|
9
|
+
font-family: 'Cairo';
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.table {
|
|
13
|
+
width: 100%;
|
|
14
|
+
border-spacing: 0;
|
|
15
|
+
border: none;
|
|
16
|
+
border-right: 1px solid var(--border-color-neutral);
|
|
17
|
+
border-left: 1px solid var(--border-color-neutral);
|
|
18
|
+
|
|
19
|
+
&.borderRadiusTop {
|
|
20
|
+
border-top-left-radius: 0.625rem;
|
|
21
|
+
border-top-right-radius: 0.625rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.borderRadiusBottom {
|
|
25
|
+
border-bottom-left-radius: 0.625rem;
|
|
26
|
+
border-bottom-right-radius: 0.625rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.tableHead {
|
|
30
|
+
border: 1px solid var(--Gray-10);
|
|
31
|
+
margin: 0rem !important;
|
|
32
|
+
background-color: #f8f9fb;
|
|
33
|
+
width: max-content;
|
|
34
|
+
min-width: 100%;
|
|
35
|
+
color: var(--Gray-50);
|
|
36
|
+
font-weight: 400;
|
|
37
|
+
|
|
38
|
+
.tableHeadCell {
|
|
39
|
+
border-bottom: 1px solid var(--border-color-neutral);
|
|
40
|
+
border-top: 1px solid var(--border-color-neutral);
|
|
41
|
+
font-style: normal;
|
|
42
|
+
font-size: 0.875rem;
|
|
43
|
+
padding: 0.75rem 1.875rem;
|
|
44
|
+
text-align: start;
|
|
45
|
+
white-space: nowrap;
|
|
46
|
+
color: inherit;
|
|
47
|
+
font-weight: inherit;
|
|
48
|
+
|
|
49
|
+
.sortIcon {
|
|
50
|
+
padding: 0rem 0.25rem;
|
|
51
|
+
height: 1.875rem;
|
|
52
|
+
cursor: pointer;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.headContainer {
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-direction: row;
|
|
59
|
+
align-items: center;
|
|
60
|
+
text-overflow: ellipsis;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.tableBody {
|
|
65
|
+
tr {
|
|
66
|
+
background-color: var(--background-color-white-secondary);
|
|
67
|
+
overflow: visible !important;
|
|
68
|
+
|
|
69
|
+
.tippy-content {
|
|
70
|
+
background-color: var(--border-color-hover);
|
|
71
|
+
color: var(--text-color-disabled);
|
|
72
|
+
border-radius: 5px;
|
|
73
|
+
font-size: 14px;
|
|
74
|
+
font-weight: 400;
|
|
75
|
+
line-height: 20px;
|
|
76
|
+
text-align: left;
|
|
77
|
+
}
|
|
78
|
+
.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
|
|
79
|
+
color: var(--border-color-hover);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&.rowSelected {
|
|
83
|
+
background-color: var(--background-color-gray-40);
|
|
84
|
+
}
|
|
85
|
+
td {
|
|
86
|
+
font-weight: 400;
|
|
87
|
+
font-size: 0.875rem;
|
|
88
|
+
text-align: start;
|
|
89
|
+
color: var(--text-color-primary);
|
|
90
|
+
border-bottom: 1px solid var(--border-color-gray);
|
|
91
|
+
width: max-content;
|
|
92
|
+
white-space: nowrap;
|
|
93
|
+
height: 3.75rem;
|
|
94
|
+
padding: 0.75rem 1.875rem;
|
|
95
|
+
overflow: visible !important;
|
|
96
|
+
|
|
97
|
+
.tableData {
|
|
98
|
+
max-width: 100%;
|
|
99
|
+
width: fit-content;
|
|
100
|
+
white-space: nowrap;
|
|
101
|
+
text-overflow: ellipsis;
|
|
102
|
+
overflow: visible !important;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&:nth-child(2) {
|
|
106
|
+
.tableData {
|
|
107
|
+
.customBtn .btnContentWrapper .endBtnIcon svg path,
|
|
108
|
+
.customBtn :link .btnContentWrapper .endBtnIcon svg path,
|
|
109
|
+
.customBtn :visited .btnContentWrapper .endBtnIcon svg path {
|
|
110
|
+
stroke-width: 0.1 !important;
|
|
111
|
+
fill: #12131a !important;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&:hover {
|
|
118
|
+
background-color: var(--background-color-gray-10);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.fallbackTableRow {
|
|
123
|
+
background-color: var(--background-color-white-secondary);
|
|
124
|
+
height: 4.375rem;
|
|
125
|
+
|
|
126
|
+
&:hover {
|
|
127
|
+
background-color: var(--background-color-white-secondary);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.fallbackContainer {
|
|
131
|
+
width: 100%;
|
|
132
|
+
height: 100%;
|
|
133
|
+
color: var(--text-color-quaternary);
|
|
134
|
+
.fallbackTextContainer {
|
|
135
|
+
display: flex;
|
|
136
|
+
flex-direction: row;
|
|
137
|
+
align-items: center;
|
|
138
|
+
justify-content: center;
|
|
139
|
+
width: 100%;
|
|
140
|
+
height: 100%;
|
|
141
|
+
|
|
142
|
+
.fallbackText {
|
|
143
|
+
font-style: normal;
|
|
144
|
+
font-weight: 400;
|
|
145
|
+
font-size: 0.875rem;
|
|
146
|
+
line-height: 1.25rem;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
th,
|
|
154
|
+
td {
|
|
155
|
+
text-align: left;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.tableFooterContainer {
|
|
161
|
+
display: flex;
|
|
162
|
+
width: 100%;
|
|
163
|
+
height: auto;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.ascArrow {
|
|
167
|
+
height: 0.8125rem;
|
|
168
|
+
margin-bottom: 0.4375rem;
|
|
169
|
+
cursor: pointer;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.descArrow {
|
|
173
|
+
height: 0.8125rem;
|
|
174
|
+
margin-top: 0.4375rem;
|
|
175
|
+
cursor: pointer;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.defaultSortArrow {
|
|
179
|
+
height: 1.25rem;
|
|
180
|
+
cursor: pointer;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.ascArrow,
|
|
184
|
+
.descArrow,
|
|
185
|
+
.defaultSortArrow {
|
|
186
|
+
path {
|
|
187
|
+
fill: var(--Gray-50);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|