@digi-frontend/dgate-api-documentation 3.1.5 → 3.1.6

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/dist/index.cjs CHANGED
@@ -919,23 +919,23 @@ const useNodeSelection = () => {
919
919
 
920
920
  //#endregion
921
921
  //#region src/assets/Minify.svg
922
- var _path$6;
923
- function _extends$6() {
924
- return _extends$6 = Object.assign ? Object.assign.bind() : function(n) {
922
+ var _path$4;
923
+ function _extends$4() {
924
+ return _extends$4 = Object.assign ? Object.assign.bind() : function(n) {
925
925
  for (var e = 1; e < arguments.length; e++) {
926
926
  var t = arguments[e];
927
927
  for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
928
928
  }
929
929
  return n;
930
- }, _extends$6.apply(null, arguments);
930
+ }, _extends$4.apply(null, arguments);
931
931
  }
932
932
  var SvgMinify = function SvgMinify$1(props) {
933
- return /* @__PURE__ */ react.createElement("svg", _extends$6({
933
+ return /* @__PURE__ */ react.createElement("svg", _extends$4({
934
934
  xmlns: "http://www.w3.org/2000/svg",
935
935
  width: 16,
936
936
  height: 16,
937
937
  fill: "none"
938
- }, props), _path$6 || (_path$6 = /* @__PURE__ */ react.createElement("path", {
938
+ }, props), _path$4 || (_path$4 = /* @__PURE__ */ react.createElement("path", {
939
939
  stroke: "currentcolor",
940
940
  d: "m6 11.334 2-2 2 2M6 4.666l2 2 2-2"
941
941
  })));
@@ -1262,64 +1262,49 @@ const Sidebar = ({ searchValue, setSearchValue }) => {
1262
1262
  };
1263
1263
 
1264
1264
  //#endregion
1265
- //#region src/assets/grid.svg
1266
- var _mask, _path$5, _path2$4;
1267
- function _extends$5() {
1268
- return _extends$5 = Object.assign ? Object.assign.bind() : function(n) {
1269
- for (var e = 1; e < arguments.length; e++) {
1270
- var t = arguments[e];
1271
- for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
1272
- }
1273
- return n;
1274
- }, _extends$5.apply(null, arguments);
1275
- }
1276
- var SvgGrid = function SvgGrid$1(props) {
1277
- return /* @__PURE__ */ react.createElement("svg", _extends$5({
1265
+ //#region src/view/components/ApiPage/components/GridLayoutIcon.tsx
1266
+ const GridLayoutIcon = ({ width = 16, height = 16, ...props }) => {
1267
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
1268
+ width,
1269
+ height,
1270
+ viewBox: "0 0 16 16",
1271
+ fill: "none",
1278
1272
  xmlns: "http://www.w3.org/2000/svg",
1279
- width: 16,
1280
- height: 16,
1281
- fill: "none"
1282
- }, props), _mask || (_mask = /* @__PURE__ */ react.createElement("mask", {
1283
- id: "grid_svg__a",
1284
- fill: "#fff"
1285
- }, /* @__PURE__ */ react.createElement("path", { d: "M3.333 2.5a.833.833 0 0 0-.833.833v3.334c0 .46.373.833.833.833h2c.46 0 .834-.373.834-.833V3.333a.833.833 0 0 0-.834-.833zM1.5 3.333c0-1.012.82-1.833 1.833-1.833h2c1.013 0 1.834.82 1.834 1.833v3.334c0 1.012-.82 1.833-1.834 1.833h-2A1.833 1.833 0 0 1 1.5 6.667zm8.333 0c0-.46.373-.833.834-.833h2c.46 0 .833.373.833.833v1.334c0 .46-.373.833-.833.833h-2a.833.833 0 0 1-.834-.833zm.834-1.833c-1.013 0-1.834.82-1.834 1.833v1.334c0 1.012.82 1.833 1.834 1.833h2c1.013 0 1.833-.82 1.833-1.833V3.333c0-1.012-.82-1.833-1.833-1.833zm-.834 7.833c0-.46.373-.833.834-.833h2c.46 0 .833.373.833.833v3.334c0 .46-.373.833-.833.833h-2a.833.833 0 0 1-.834-.833zm.834-1.833c-1.013 0-1.834.82-1.834 1.833v3.334c0 1.013.82 1.833 1.834 1.833h2c1.013 0 1.833-.82 1.833-1.833V9.333c0-1.012-.82-1.833-1.833-1.833zM2.5 11.333c0-.46.373-.833.833-.833h2c.46 0 .834.373.834.833v1.334c0 .46-.373.833-.834.833h-2a.833.833 0 0 1-.833-.833zM3.333 9.5c-1.012 0-1.833.82-1.833 1.833v1.334c0 1.013.82 1.833 1.833 1.833h2c1.013 0 1.834-.82 1.834-1.833v-1.334c0-1.013-.82-1.833-1.834-1.833z" }))), _path$5 || (_path$5 = /* @__PURE__ */ react.createElement("path", {
1286
- fill: "#D9D9D9",
1287
- d: "M3.333 2.5a.833.833 0 0 0-.833.833v3.334c0 .46.373.833.833.833h2c.46 0 .834-.373.834-.833V3.333a.833.833 0 0 0-.834-.833zM1.5 3.333c0-1.012.82-1.833 1.833-1.833h2c1.013 0 1.834.82 1.834 1.833v3.334c0 1.012-.82 1.833-1.834 1.833h-2A1.833 1.833 0 0 1 1.5 6.667zm8.333 0c0-.46.373-.833.834-.833h2c.46 0 .833.373.833.833v1.334c0 .46-.373.833-.833.833h-2a.833.833 0 0 1-.834-.833zm.834-1.833c-1.013 0-1.834.82-1.834 1.833v1.334c0 1.012.82 1.833 1.834 1.833h2c1.013 0 1.833-.82 1.833-1.833V3.333c0-1.012-.82-1.833-1.833-1.833zm-.834 7.833c0-.46.373-.833.834-.833h2c.46 0 .833.373.833.833v3.334c0 .46-.373.833-.833.833h-2a.833.833 0 0 1-.834-.833zm.834-1.833c-1.013 0-1.834.82-1.834 1.833v3.334c0 1.013.82 1.833 1.834 1.833h2c1.013 0 1.833-.82 1.833-1.833V9.333c0-1.012-.82-1.833-1.833-1.833zM2.5 11.333c0-.46.373-.833.833-.833h2c.46 0 .834.373.834.833v1.334c0 .46-.373.833-.834.833h-2a.833.833 0 0 1-.833-.833zM3.333 9.5c-1.012 0-1.833.82-1.833 1.833v1.334c0 1.013.82 1.833 1.833 1.833h2c1.013 0 1.834-.82 1.834-1.833v-1.334c0-1.013-.82-1.833-1.834-1.833z"
1288
- })), _path2$4 || (_path2$4 = /* @__PURE__ */ react.createElement("path", {
1289
- fill: "#769DE4",
1290
- d: "M3.333 2.5v-1C2.321 1.5 1.5 2.32 1.5 3.333h2a.167.167 0 0 1-.167.167zm-.833.833h-1v3.334h2V3.333zm0 3.334h-1c0 1.012.82 1.833 1.833 1.833v-2c.092 0 .167.075.167.167zm.833.833v1h2v-2h-2zm2 0v1c1.013 0 1.834-.82 1.834-1.833h-2c0-.092.075-.167.166-.167zm.834-.833h1V3.333h-2v3.334zm0-3.334h1c0-1.012-.82-1.833-1.834-1.833v2a.167.167 0 0 1-.166-.167zM5.333 2.5v-1h-2v2h2zM1.5 3.333h1c0-.46.373-.833.833-.833v-2A2.833 2.833 0 0 0 .5 3.333zM3.333 1.5v1h2v-2h-2zm2 0v1c.46 0 .834.373.834.833h2A2.833 2.833 0 0 0 5.333.5zm1.834 1.833h-1v3.334h2V3.333zm0 3.334h-1c0 .46-.373.833-.834.833v2a2.833 2.833 0 0 0 2.834-2.833zM5.333 8.5v-1h-2v2h2zm-2 0v-1a.833.833 0 0 1-.833-.833h-2A2.833 2.833 0 0 0 3.333 9.5zM1.5 6.667h1V3.333h-2v3.334zm8.333-3.334h1a.167.167 0 0 1-.166.167v-2c-1.013 0-1.834.82-1.834 1.833zm.834-.833v1h2v-2h-2zm2 0v1a.167.167 0 0 1-.167-.167h2c0-1.012-.82-1.833-1.833-1.833zm.833.833h-1v1.334h2V3.333zm0 1.334h-1c0-.092.075-.167.167-.167v2c1.013 0 1.833-.82 1.833-1.833zm-.833.833v-1h-2v2h2zm-2 0v-1c.091 0 .166.075.166.167h-2c0 1.012.82 1.833 1.834 1.833zm-.834-.833h1V3.333h-2v1.334zm.834-3.167v-1a2.833 2.833 0 0 0-2.834 2.833h2c0-.46.373-.833.834-.833zM8.833 3.333h-1v1.334h2V3.333zm0 1.334h-1A2.833 2.833 0 0 0 10.667 7.5v-2a.833.833 0 0 1-.834-.833zM10.667 6.5v1h2v-2h-2zm2 0v1A2.833 2.833 0 0 0 15.5 4.667h-2c0 .46-.373.833-.833.833zM14.5 4.667h1V3.333h-2v1.334zm0-1.334h1A2.833 2.833 0 0 0 12.667.5v2c.46 0 .833.373.833.833zM12.667 1.5v-1h-2v2h2zM9.833 9.333h1a.167.167 0 0 1-.166.167v-2c-1.013 0-1.834.82-1.834 1.833zm.834-.833v1h2v-2h-2zm2 0v1a.167.167 0 0 1-.167-.167h2c0-1.012-.82-1.833-1.833-1.833zm.833.833h-1v3.334h2V9.333zm0 3.334h-1c0-.092.075-.167.167-.167v2c1.013 0 1.833-.82 1.833-1.833zm-.833.833v-1h-2v2h2zm-2 0v-1c.091 0 .166.075.166.167h-2c0 1.013.82 1.833 1.834 1.833zm-.834-.833h1V9.333h-2v3.334zm.834-5.167v-1a2.833 2.833 0 0 0-2.834 2.833h2c0-.46.373-.833.834-.833zM8.833 9.333h-1v3.334h2V9.333zm0 3.334h-1a2.833 2.833 0 0 0 2.834 2.833v-2a.833.833 0 0 1-.834-.833zm1.834 1.833v1h2v-2h-2zm2 0v1a2.833 2.833 0 0 0 2.833-2.833h-2c0 .46-.373.833-.833.833zm1.833-1.833h1V9.333h-2v3.334zm0-3.334h1A2.833 2.833 0 0 0 12.667 6.5v2c.46 0 .833.373.833.833zM12.667 7.5v-1h-2v2h2zM2.5 11.333h1a.167.167 0 0 1-.167.167v-2c-1.012 0-1.833.82-1.833 1.833zm.833-.833v1h2v-2h-2zm2 0v1a.167.167 0 0 1-.166-.167h2c0-1.013-.82-1.833-1.834-1.833zm.834.833h-1v1.334h2v-1.334zm0 1.334h-1c0-.092.075-.167.166-.167v2c1.013 0 1.834-.82 1.834-1.833zm-.834.833v-1h-2v2h2zm-2 0v-1c.092 0 .167.075.167.167h-2c0 1.013.82 1.833 1.833 1.833zm-.833-.833h1v-1.334h-2v1.334zM3.333 9.5v-1A2.833 2.833 0 0 0 .5 11.333h2c0-.46.373-.833.833-.833zM1.5 11.333h-1v1.334h2v-1.334zm0 1.334h-1A2.833 2.833 0 0 0 3.333 15.5v-2a.833.833 0 0 1-.833-.833zM3.333 14.5v1h2v-2h-2zm2 0v1a2.833 2.833 0 0 0 2.834-2.833h-2c0 .46-.373.833-.834.833zm1.834-1.833h1v-1.334h-2v1.334zm0-1.334h1A2.833 2.833 0 0 0 5.333 8.5v2c.46 0 .834.373.834.833zM5.333 9.5v-1h-2v2h2z",
1291
- mask: "url(#grid_svg__a)"
1292
- })));
1273
+ ...props,
1274
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1275
+ d: "M3.33333 2.5C2.87281 2.5 2.5 2.87281 2.5 3.33333V6.66667C2.5 7.1272 2.87281 7.5 3.33333 7.5H5.33333C5.79386 7.5 6.16667 7.1272 6.16667 6.66667V3.33333C6.16667 2.87281 5.79386 2.5 5.33333 2.5H3.33333ZM1.5 3.33333C1.5 2.32053 2.32053 1.5 3.33333 1.5H5.33333C6.34614 1.5 7.16667 2.32053 7.16667 3.33333V6.66667C7.16667 7.67947 6.34614 8.5 5.33333 8.5H3.33333C2.32053 8.5 1.5 7.67947 1.5 6.66667V3.33333ZM9.83333 3.33333C9.83333 2.87281 10.2061 2.5 10.6667 2.5H12.6667C13.1272 2.5 13.5 2.87281 13.5 3.33333V4.66667C13.5 5.12719 13.1272 5.5 12.6667 5.5H10.6667C10.2061 5.5 9.83333 5.12719 9.83333 4.66667V3.33333ZM10.6667 1.5C9.65387 1.5 8.83333 2.32053 8.83333 3.33333V4.66667C8.83333 5.67947 9.65387 6.5 10.6667 6.5H12.6667C13.6795 6.5 14.5 5.67947 14.5 4.66667V3.33333C14.5 2.32053 13.6795 1.5 12.6667 1.5H10.6667ZM9.83333 9.33333C9.83333 8.8728 10.2061 8.5 10.6667 8.5H12.6667C13.1272 8.5 13.5 8.8728 13.5 9.33333V12.6667C13.5 13.1272 13.1272 13.5 12.6667 13.5H10.6667C10.2061 13.5 9.83333 13.1272 9.83333 12.6667V9.33333ZM10.6667 7.5C9.65387 7.5 8.83333 8.32053 8.83333 9.33333V12.6667C8.83333 13.6795 9.65387 14.5 10.6667 14.5H12.6667C13.6795 14.5 14.5 13.6795 14.5 12.6667V9.33333C14.5 8.32053 13.6795 7.5 12.6667 7.5H10.6667ZM2.5 11.3333C2.5 10.8728 2.87281 10.5 3.33333 10.5H5.33333C5.79386 10.5 6.16667 10.8728 6.16667 11.3333V12.6667C6.16667 13.1272 5.79386 13.5 5.33333 13.5H3.33333C2.87281 13.5 2.5 13.1272 2.5 12.6667V11.3333ZM3.33333 9.5C2.32053 9.5 1.5 10.3205 1.5 11.3333V12.6667C1.5 13.6795 2.32053 14.5 3.33333 14.5H5.33333C6.34614 14.5 7.16667 13.6795 7.16667 12.6667V11.3333C7.16667 10.3205 6.34614 9.5 5.33333 9.5H3.33333Z",
1276
+ fill: "currentColor"
1277
+ })
1278
+ });
1293
1279
  };
1294
- var grid_default = SvgGrid;
1280
+ var GridLayoutIcon_default = GridLayoutIcon;
1295
1281
 
1296
1282
  //#endregion
1297
- //#region src/assets/list.svg
1298
- var _path$4;
1299
- function _extends$4() {
1300
- return _extends$4 = Object.assign ? Object.assign.bind() : function(n) {
1301
- for (var e = 1; e < arguments.length; e++) {
1302
- var t = arguments[e];
1303
- for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
1304
- }
1305
- return n;
1306
- }, _extends$4.apply(null, arguments);
1307
- }
1308
- var SvgList = function SvgList$1(props) {
1309
- return /* @__PURE__ */ react.createElement("svg", _extends$4({
1283
+ //#region src/view/components/ApiPage/components/RowVerticalIcon.tsx
1284
+ const RowVerticalIcon = ({ width = 16, height = 16, ...props }) => {
1285
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
1286
+ width,
1287
+ height,
1288
+ viewBox: "0 0 16 16",
1289
+ fill: "none",
1310
1290
  xmlns: "http://www.w3.org/2000/svg",
1311
- width: 16,
1312
- height: 16,
1313
- fill: "none"
1314
- }, props), _path$4 || (_path$4 = /* @__PURE__ */ react.createElement("path", {
1315
- stroke: "#000",
1316
- strokeLinecap: "round",
1317
- strokeLinejoin: "round",
1318
- strokeOpacity: .25,
1319
- d: "M13.267 9H2.734c-1 0-1.4.427-1.4 1.487v2.693c0 1.06.4 1.487 1.4 1.487h10.533c1 0 1.4-.427 1.4-1.487v-2.693c0-1.06-.4-1.487-1.4-1.487M13.267 1.334H2.734c-1 0-1.4.427-1.4 1.487v2.693c0 1.06.4 1.487 1.4 1.487h10.533c1 0 1.4-.427 1.4-1.487V2.821c0-1.06-.4-1.487-1.4-1.487"
1320
- })));
1291
+ ...props,
1292
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1293
+ d: "M13.2666 9H2.73331C1.73331 9 1.33331 9.42667 1.33331 10.4867V13.18C1.33331 14.24 1.73331 14.6667 2.73331 14.6667H13.2666C14.2666 14.6667 14.6666 14.24 14.6666 13.18V10.4867C14.6666 9.42667 14.2666 9 13.2666 9Z",
1294
+ stroke: "currentColor",
1295
+ strokeOpacity: "0.25",
1296
+ strokeLinecap: "round",
1297
+ strokeLinejoin: "round"
1298
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1299
+ d: "M13.2666 1.33203H2.73331C1.73331 1.33203 1.33331 1.7587 1.33331 2.8187V5.51203C1.33331 6.57203 1.73331 6.9987 2.73331 6.9987H13.2666C14.2666 6.9987 14.6666 6.57203 14.6666 5.51203V2.8187C14.6666 1.7587 14.2666 1.33203 13.2666 1.33203Z",
1300
+ stroke: "currentColor",
1301
+ strokeOpacity: "0.25",
1302
+ strokeLinecap: "round",
1303
+ strokeLinejoin: "round"
1304
+ })]
1305
+ });
1321
1306
  };
1322
- var list_default = SvgList;
1307
+ var RowVerticalIcon_default = RowVerticalIcon;
1323
1308
 
1324
1309
  //#endregion
1325
1310
  //#region src/assets/link.svg
@@ -1446,7 +1431,8 @@ const ApiCard = ({ api, viewStyle }) => {
1446
1431
  alignSelf: "stretch",
1447
1432
  flexDirection: "row",
1448
1433
  borderRadius: token$2.borderRadiusSM,
1449
- border: `1px solid ${token$2.colorBorderSecondary}`
1434
+ border: `1px solid ${token$2.colorBorderSecondary}`,
1435
+ svg: { path: { fill: token$2.colorPrimary } }
1450
1436
  },
1451
1437
  [scope("grid-path-name")]: {
1452
1438
  color: token$2.colorText,
@@ -1735,14 +1721,14 @@ const APIPage = () => {
1735
1721
  display: "flex",
1736
1722
  alignItems: "center"
1737
1723
  },
1738
- children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(grid_default, {})
1724
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(GridLayoutIcon_default, {})
1739
1725
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(antd.Radio.Button, {
1740
1726
  value: "list",
1741
1727
  style: {
1742
1728
  display: "flex",
1743
1729
  alignItems: "center"
1744
1730
  },
1745
- children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(list_default, {})
1731
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(RowVerticalIcon_default, {})
1746
1732
  })]
1747
1733
  })
1748
1734
  ] }),