@activecollab/components 2.0.351 → 2.0.353
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/cjs/components/Icons/collection/GitPullRequestClosed.js +64 -0
- package/dist/cjs/components/Icons/collection/GitPullRequestClosed.js.map +1 -0
- package/dist/cjs/components/Icons/collection/GitPullRequestDraft.js +60 -0
- package/dist/cjs/components/Icons/collection/GitPullRequestDraft.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +14 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/presentation/shared/ConnectRepositoryDialog.js +22 -4
- package/dist/cjs/presentation/shared/ConnectRepositoryDialog.js.map +1 -1
- package/dist/cjs/presentation/shared/LinkBranchOrPullRequestDialog.js +8 -5
- package/dist/cjs/presentation/shared/LinkBranchOrPullRequestDialog.js.map +1 -1
- package/dist/cjs/presentation/shared/SourceCodeSection.js +1001 -0
- package/dist/cjs/presentation/shared/SourceCodeSection.js.map +1 -0
- package/dist/cjs/presentation/shared/index.js +43 -0
- package/dist/cjs/presentation/shared/index.js.map +1 -1
- package/dist/esm/components/Icons/collection/GitPullRequestClosed.d.ts +18 -0
- package/dist/esm/components/Icons/collection/GitPullRequestClosed.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/GitPullRequestClosed.js +57 -0
- package/dist/esm/components/Icons/collection/GitPullRequestClosed.js.map +1 -0
- package/dist/esm/components/Icons/collection/GitPullRequestDraft.d.ts +17 -0
- package/dist/esm/components/Icons/collection/GitPullRequestDraft.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/GitPullRequestDraft.js +53 -0
- package/dist/esm/components/Icons/collection/GitPullRequestDraft.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +2 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +2 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/presentation/shared/ConnectRepositoryDialog.d.ts +10 -2
- package/dist/esm/presentation/shared/ConnectRepositoryDialog.d.ts.map +1 -1
- package/dist/esm/presentation/shared/ConnectRepositoryDialog.js +21 -3
- package/dist/esm/presentation/shared/ConnectRepositoryDialog.js.map +1 -1
- package/dist/esm/presentation/shared/LinkBranchOrPullRequestDialog.d.ts.map +1 -1
- package/dist/esm/presentation/shared/LinkBranchOrPullRequestDialog.js +9 -6
- package/dist/esm/presentation/shared/LinkBranchOrPullRequestDialog.js.map +1 -1
- package/dist/esm/presentation/shared/SourceCodeSection.d.ts +88 -0
- package/dist/esm/presentation/shared/SourceCodeSection.d.ts.map +1 -0
- package/dist/esm/presentation/shared/SourceCodeSection.js +936 -0
- package/dist/esm/presentation/shared/SourceCodeSection.js.map +1 -0
- package/dist/esm/presentation/shared/index.d.ts +2 -0
- package/dist/esm/presentation/shared/index.d.ts.map +1 -1
- package/dist/esm/presentation/shared/index.js +1 -0
- package/dist/esm/presentation/shared/index.js.map +1 -1
- package/dist/index.js +332 -228
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _GradientDefs = require("../../GradientDefs");
|
|
9
|
+
var _excluded = ["gradient"];
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
12
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
13
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
14
|
+
/**
|
|
15
|
+
* @component GitPullRequestClosedIcon
|
|
16
|
+
* @description
|
|
17
|
+
* Outline git pull-request glyph for a closed (unmerged) pull request.
|
|
18
|
+
* The left branch matches GitPullRequestIcon (two nodes and a connecting line).
|
|
19
|
+
* On the right, the incoming branch is shown as two evenly spaced dots leading
|
|
20
|
+
* up to an X node, signifying that the pull request was closed without merging.
|
|
21
|
+
*
|
|
22
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
|
|
23
|
+
*
|
|
24
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
25
|
+
*/
|
|
26
|
+
var GitPullRequestClosedIcon = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
|
|
27
|
+
var gradient = _ref.gradient,
|
|
28
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
width: 24,
|
|
32
|
+
height: 24,
|
|
33
|
+
viewBox: "0 0 24 24",
|
|
34
|
+
"data-testid": "GitPullRequestClosedIcon",
|
|
35
|
+
fill: "none",
|
|
36
|
+
stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
|
|
37
|
+
strokeWidth: 2,
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
focusable: false,
|
|
41
|
+
ref: ref
|
|
42
|
+
}, props), /*#__PURE__*/_react.default.createElement(_GradientDefs.GradientDefs, {
|
|
43
|
+
gradient: gradient
|
|
44
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
45
|
+
d: "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
46
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
47
|
+
d: "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
48
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
49
|
+
d: "M6 8v8"
|
|
50
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
51
|
+
d: "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
52
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
53
|
+
d: "M18 13.5v0"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M18 10.5v0"
|
|
56
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
57
|
+
d: "M16 4l4 4"
|
|
58
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
59
|
+
d: "M20 4l-4 4"
|
|
60
|
+
}));
|
|
61
|
+
});
|
|
62
|
+
GitPullRequestClosedIcon.displayName = "GitPullRequestClosedIcon";
|
|
63
|
+
var _default = exports.default = GitPullRequestClosedIcon;
|
|
64
|
+
//# sourceMappingURL=GitPullRequestClosed.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GitPullRequestClosed.js","names":["_react","_interopRequireDefault","require","_GradientDefs","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","GitPullRequestClosedIcon","React","forwardRef","_ref","ref","gradient","props","createElement","xmlns","width","height","viewBox","fill","stroke","strokeWidth","strokeLinecap","strokeLinejoin","focusable","GradientDefs","d","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/GitPullRequestClosed.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component GitPullRequestClosedIcon\n * @description\n * Outline git pull-request glyph for a closed (unmerged) pull request.\n * The left branch matches GitPullRequestIcon (two nodes and a connecting line).\n * On the right, the incoming branch is shown as two evenly spaced dots leading\n * up to an X node, signifying that the pull request was closed without merging.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.\n *\n * @see https://design.activecollab.com/docs/foundations/icons\n */\nconst GitPullRequestClosedIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"GitPullRequestClosedIcon\"\n fill=\"none\"\n stroke={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.stroke\n ? props.stroke\n : \"var(--color-theme-600)\"\n }\n strokeWidth={2}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path d=\"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\" />\n <path d=\"M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\" />\n <path d=\"M6 8v8\" />\n <path d=\"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\" />\n <path d=\"M18 13.5v0\" />\n <path d=\"M18 10.5v0\" />\n <path d=\"M16 4l4 4\" />\n <path d=\"M20 4l-4 4\" />\n </svg>\n )\n);\nGitPullRequestClosedIcon.displayName = \"GitPullRequestClosedIcon\";\nexport default GitPullRequestClosedIcon;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _GradientDefs = require("../../GradientDefs");
|
|
9
|
+
var _excluded = ["gradient"];
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
12
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
13
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
14
|
+
/**
|
|
15
|
+
* @component GitPullRequestDraftIcon
|
|
16
|
+
* @description
|
|
17
|
+
* Outline git pull-request glyph for a draft (work-in-progress) pull request.
|
|
18
|
+
* Matches GitPullRequestIcon, but the angled connector line into the target
|
|
19
|
+
* branch is dotted to signify the draft state, while the arrowhead stays solid.
|
|
20
|
+
*
|
|
21
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
|
|
22
|
+
*
|
|
23
|
+
* @see https://design.activecollab.com/docs/foundations/icons
|
|
24
|
+
*/
|
|
25
|
+
var GitPullRequestDraftIcon = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
|
|
26
|
+
var gradient = _ref.gradient,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: 24,
|
|
31
|
+
height: 24,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
"data-testid": "GitPullRequestDraftIcon",
|
|
34
|
+
fill: "none",
|
|
35
|
+
stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
|
|
36
|
+
strokeWidth: 2,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round",
|
|
39
|
+
focusable: false,
|
|
40
|
+
ref: ref
|
|
41
|
+
}, props), /*#__PURE__*/_react.default.createElement(_GradientDefs.GradientDefs, {
|
|
42
|
+
gradient: gradient
|
|
43
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
44
|
+
d: "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
45
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
46
|
+
d: "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
47
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
48
|
+
d: "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
|
|
49
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
50
|
+
d: "M6 8v8"
|
|
51
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
52
|
+
d: "M11 6h5a2 2 0 0 1 2 2v8",
|
|
53
|
+
strokeDasharray: "0.01 3"
|
|
54
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
55
|
+
d: "M14 9l-3 -3l3 -3"
|
|
56
|
+
}));
|
|
57
|
+
});
|
|
58
|
+
GitPullRequestDraftIcon.displayName = "GitPullRequestDraftIcon";
|
|
59
|
+
var _default = exports.default = GitPullRequestDraftIcon;
|
|
60
|
+
//# sourceMappingURL=GitPullRequestDraft.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GitPullRequestDraft.js","names":["_react","_interopRequireDefault","require","_GradientDefs","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","GitPullRequestDraftIcon","React","forwardRef","_ref","ref","gradient","props","createElement","xmlns","width","height","viewBox","fill","stroke","strokeWidth","strokeLinecap","strokeLinejoin","focusable","GradientDefs","d","strokeDasharray","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/GitPullRequestDraft.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component GitPullRequestDraftIcon\n * @description\n * Outline git pull-request glyph for a draft (work-in-progress) pull request.\n * Matches GitPullRequestIcon, but the angled connector line into the target\n * branch is dotted to signify the draft state, while the arrowhead stays solid.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.\n *\n * @see https://design.activecollab.com/docs/foundations/icons\n */\nconst GitPullRequestDraftIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"GitPullRequestDraftIcon\"\n fill=\"none\"\n stroke={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.stroke\n ? props.stroke\n : \"var(--color-theme-600)\"\n }\n strokeWidth={2}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path d=\"M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\" />\n <path d=\"M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\" />\n <path d=\"M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\" />\n <path d=\"M6 8v8\" />\n <path d=\"M11 6h5a2 2 0 0 1 2 2v8\" strokeDasharray=\"0.01 3\" />\n <path d=\"M14 9l-3 -3l3 -3\" />\n </svg>\n )\n);\nGitPullRequestDraftIcon.displayName = \"GitPullRequestDraftIcon\";\nexport default GitPullRequestDraftIcon;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -633,6 +633,18 @@ Object.defineProperty(exports, "GitLabIcon", {
|
|
|
633
633
|
return _GitLab.default;
|
|
634
634
|
}
|
|
635
635
|
});
|
|
636
|
+
Object.defineProperty(exports, "GitPullRequestClosedIcon", {
|
|
637
|
+
enumerable: true,
|
|
638
|
+
get: function get() {
|
|
639
|
+
return _GitPullRequestClosed.default;
|
|
640
|
+
}
|
|
641
|
+
});
|
|
642
|
+
Object.defineProperty(exports, "GitPullRequestDraftIcon", {
|
|
643
|
+
enumerable: true,
|
|
644
|
+
get: function get() {
|
|
645
|
+
return _GitPullRequestDraft.default;
|
|
646
|
+
}
|
|
647
|
+
});
|
|
636
648
|
Object.defineProperty(exports, "GitPullRequestIcon", {
|
|
637
649
|
enumerable: true,
|
|
638
650
|
get: function get() {
|
|
@@ -1490,6 +1502,8 @@ var _GitHub = _interopRequireDefault(require("./GitHub"));
|
|
|
1490
1502
|
var _Git = _interopRequireDefault(require("./Git"));
|
|
1491
1503
|
var _GitLab = _interopRequireDefault(require("./GitLab"));
|
|
1492
1504
|
var _GitPullRequest = _interopRequireDefault(require("./GitPullRequest"));
|
|
1505
|
+
var _GitPullRequestDraft = _interopRequireDefault(require("./GitPullRequestDraft"));
|
|
1506
|
+
var _GitPullRequestClosed = _interopRequireDefault(require("./GitPullRequestClosed"));
|
|
1493
1507
|
var _GitRepository = _interopRequireDefault(require("./GitRepository"));
|
|
1494
1508
|
var _GitRepositoryConnect = _interopRequireDefault(require("./GitRepositoryConnect"));
|
|
1495
1509
|
var _GroupBy = _interopRequireDefault(require("./GroupBy"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_Recurring","_interopRequireDefault","require","_AccessLog","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_Bulb","_CalendarAddX","_CalendarImport","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxCircleBlank","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleIcon","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseCircle","_CloseDocument","_CloseSmall","_Close","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_ConnectionIcon","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_DrawIcon","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_ExpensePlus","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_Gift","_GitBranch","_GitCommit","_GitHub","_Git","_GitLab","_GitPullRequest","_GitRepository","_GitRepositoryConnect","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Labels","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_MessageStar","_Message","_Minus","_MobileMenu","_MoneyStack","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonList","_PersonPlus","_Person","_PinSmall","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_Puzzle","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReminderIcon","_Reorder","_ReportTime","_Reports","_Robot","_RocketSmall","_Rocket","_RoundedRectangleIcon","_Save","_SearchLarge","_SearchPlus","_Search","_SendBlank","_SendFilled","_Settings","_Shield","_SortGeneral","_SortIcon","_SortList","_SortSmall","_Spark","_StarOutline","_Star","_Status","_StickyIcon","_Stop","_Stopwatch","_Sun","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_TextIcon","_ThumbUpOutline","_Trash","_TreeDots","_TriangleIcon","_Upload","_ViewDay","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","e","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as RecurringIcon } from \"./Recurring\";\nexport { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as BulbIcon } from \"./Bulb\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarImportIcon } from \"./CalendarImport\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxCircleBlankIcon } from \"./CheckboxCircleBlank\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleIcon } from \"./CircleIcon\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseCircleIcon } from \"./CloseCircle\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as ConnectionIcon } from \"./ConnectionIcon\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DrawIcon } from \"./DrawIcon\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as ExpensePlusIcon } from \"./ExpensePlus\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GitBranchIcon } from \"./GitBranch\";\nexport { default as GitCommitIcon } from \"./GitCommit\";\nexport { default as GitHubIcon } from \"./GitHub\";\nexport { default as GitIcon } from \"./Git\";\nexport { default as GitLabIcon } from \"./GitLab\";\nexport { default as GitPullRequestIcon } from \"./GitPullRequest\";\nexport { default as GitRepositoryIcon } from \"./GitRepository\";\nexport { default as GitRepositoryConnectIcon } from \"./GitRepositoryConnect\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageStarIcon } from \"./MessageStar\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MobileMenuIcon } from \"./MobileMenu\";\nexport { default as MoneyStackIcon } from \"./MoneyStack\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonListIcon } from \"./PersonList\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinSmallIcon } from \"./PinSmall\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as PuzzleIcon } from \"./Puzzle\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReminderIcon } from \"./ReminderIcon\";\nexport { default as ReorderIcon } from \"./Reorder\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RobotIcon } from \"./Robot\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as RoundedRectangleIcon } from \"./RoundedRectangleIcon\";\nexport { default as SaveIcon } from \"./Save\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchPlusIcon } from \"./SearchPlus\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as SparkIcon } from \"./Spark\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StatusIcon } from \"./Status\";\nexport { default as StickyIcon } from \"./StickyIcon\";\nexport { default as StopIcon } from \"./Stop\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SunIcon } from \"./Sun\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as TextIcon } from \"./TextIcon\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as TriangleIcon } from \"./TriangleIcon\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewDayIcon } from \"./ViewDay\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["_Recurring","_interopRequireDefault","require","_AccessLog","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_Bulb","_CalendarAddX","_CalendarImport","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxCircleBlank","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleIcon","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseCircle","_CloseDocument","_CloseSmall","_Close","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_ConnectionIcon","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_DrawIcon","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_ExpensePlus","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_Gift","_GitBranch","_GitCommit","_GitHub","_Git","_GitLab","_GitPullRequest","_GitPullRequestDraft","_GitPullRequestClosed","_GitRepository","_GitRepositoryConnect","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Labels","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_MessageStar","_Message","_Minus","_MobileMenu","_MoneyStack","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonList","_PersonPlus","_Person","_PinSmall","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_Puzzle","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReminderIcon","_Reorder","_ReportTime","_Reports","_Robot","_RocketSmall","_Rocket","_RoundedRectangleIcon","_Save","_SearchLarge","_SearchPlus","_Search","_SendBlank","_SendFilled","_Settings","_Shield","_SortGeneral","_SortIcon","_SortList","_SortSmall","_Spark","_StarOutline","_Star","_Status","_StickyIcon","_Stop","_Stopwatch","_Sun","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_TextIcon","_ThumbUpOutline","_Trash","_TreeDots","_TriangleIcon","_Upload","_ViewDay","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","e","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as RecurringIcon } from \"./Recurring\";\nexport { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as BulbIcon } from \"./Bulb\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarImportIcon } from \"./CalendarImport\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxCircleBlankIcon } from \"./CheckboxCircleBlank\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleIcon } from \"./CircleIcon\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseCircleIcon } from \"./CloseCircle\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as ConnectionIcon } from \"./ConnectionIcon\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DrawIcon } from \"./DrawIcon\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as ExpensePlusIcon } from \"./ExpensePlus\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GitBranchIcon } from \"./GitBranch\";\nexport { default as GitCommitIcon } from \"./GitCommit\";\nexport { default as GitHubIcon } from \"./GitHub\";\nexport { default as GitIcon } from \"./Git\";\nexport { default as GitLabIcon } from \"./GitLab\";\nexport { default as GitPullRequestIcon } from \"./GitPullRequest\";\nexport { default as GitPullRequestDraftIcon } from \"./GitPullRequestDraft\";\nexport { default as GitPullRequestClosedIcon } from \"./GitPullRequestClosed\";\nexport { default as GitRepositoryIcon } from \"./GitRepository\";\nexport { default as GitRepositoryConnectIcon } from \"./GitRepositoryConnect\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageStarIcon } from \"./MessageStar\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MobileMenuIcon } from \"./MobileMenu\";\nexport { default as MoneyStackIcon } from \"./MoneyStack\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonListIcon } from \"./PersonList\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinSmallIcon } from \"./PinSmall\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as PuzzleIcon } from \"./Puzzle\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReminderIcon } from \"./ReminderIcon\";\nexport { default as ReorderIcon } from \"./Reorder\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RobotIcon } from \"./Robot\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as RoundedRectangleIcon } from \"./RoundedRectangleIcon\";\nexport { default as SaveIcon } from \"./Save\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchPlusIcon } from \"./SearchPlus\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as SparkIcon } from \"./Spark\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StatusIcon } from \"./Status\";\nexport { default as StickyIcon } from \"./StickyIcon\";\nexport { default as StopIcon } from \"./Stop\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SunIcon } from \"./Sun\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as TextIcon } from \"./TextIcon\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as TriangleIcon } from \"./TriangleIcon\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewDayIcon } from \"./ViewDay\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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","ignoreList":[]}
|
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.serviceLabel = exports.buildRepoOptions = exports.RepositorySelect = exports.PROJECT_REPOSITORIES = exports.ConnectRepositoryDialog = exports.CONNECTIONS = exports.CONNECTABLE_REPOSITORIES = void 0;
|
|
6
|
+
exports.serviceLabel = exports.connectionIcon = exports.buildRepoOptions = exports.RepositorySelect = exports.PROJECT_REPOSITORIES = exports.ConnectRepositoryDialog = exports.CONNECTIONS = exports.CONNECTABLE_REPOSITORIES = void 0;
|
|
7
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
9
9
|
var _Button = require("../../components/Button");
|
|
10
10
|
var _Checkbox = require("../../components/Checkbox");
|
|
11
11
|
var _Dialog = require("../../components/Dialog");
|
|
12
|
+
var _Icons = require("../../components/Icons");
|
|
12
13
|
var _Label = require("../../components/Label");
|
|
13
14
|
var _Select = require("../../components/Select");
|
|
14
15
|
var _SelectTrigger = require("../../components/SelectTrigger");
|
|
@@ -40,6 +41,17 @@ var SANS = '-apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial
|
|
|
40
41
|
var serviceLabel = exports.serviceLabel = function serviceLabel(service) {
|
|
41
42
|
return service === "github" ? "GitHub" : "GitLab";
|
|
42
43
|
};
|
|
44
|
+
|
|
45
|
+
/** Provider glyph for a connection: GitHub / GitLab, Git for anything else. */
|
|
46
|
+
var connectionIcon = exports.connectionIcon = function connectionIcon(service) {
|
|
47
|
+
if (service === "github") {
|
|
48
|
+
return /*#__PURE__*/_react.default.createElement(_Icons.GitHubIcon, null);
|
|
49
|
+
}
|
|
50
|
+
if (service === "gitlab") {
|
|
51
|
+
return /*#__PURE__*/_react.default.createElement(_Icons.GitLabIcon, null);
|
|
52
|
+
}
|
|
53
|
+
return /*#__PURE__*/_react.default.createElement(_Icons.GitIcon, null);
|
|
54
|
+
};
|
|
43
55
|
var CONNECTIONS = exports.CONNECTIONS = [{
|
|
44
56
|
id: "gh-ac",
|
|
45
57
|
name: "ActiveCollab",
|
|
@@ -84,12 +96,17 @@ var CONNECTABLE_REPOSITORIES = exports.CONNECTABLE_REPOSITORIES = [{
|
|
|
84
96
|
connectionId: "gl-ops"
|
|
85
97
|
}];
|
|
86
98
|
|
|
87
|
-
/**
|
|
99
|
+
/**
|
|
100
|
+
* Build grouped Select options — groups and options both sorted by name. Each
|
|
101
|
+
* repository option carries a leading provider icon (GitHub / GitLab / Git) via
|
|
102
|
+
* the Select's `icon` slot; the group header is just the connection name, since
|
|
103
|
+
* the icon now conveys the service (no "(GitHub)" / "(GitLab)" suffix).
|
|
104
|
+
*/
|
|
88
105
|
var buildRepoOptions = exports.buildRepoOptions = function buildRepoOptions(repositories, connections) {
|
|
89
106
|
return [...connections].map(function (c) {
|
|
90
107
|
return {
|
|
91
108
|
id: c.id,
|
|
92
|
-
name:
|
|
109
|
+
name: c.name,
|
|
93
110
|
options: repositories.filter(function (r) {
|
|
94
111
|
return r.connectionId === c.id;
|
|
95
112
|
}).sort(function (a, b) {
|
|
@@ -97,7 +114,8 @@ var buildRepoOptions = exports.buildRepoOptions = function buildRepoOptions(repo
|
|
|
97
114
|
}).map(function (r) {
|
|
98
115
|
return {
|
|
99
116
|
id: r.id,
|
|
100
|
-
name: r.name
|
|
117
|
+
name: r.name,
|
|
118
|
+
icon: connectionIcon(c.service)
|
|
101
119
|
};
|
|
102
120
|
})
|
|
103
121
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectRepositoryDialog.js","names":["_react","_interopRequireWildcard","require","_styledComponents","_Button","_Checkbox","_Dialog","_Label","_Select","_SelectTrigger","_Typography","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","u","next","done","push","value","return","isArray","SANS","serviceLabel","exports","service","CONNECTIONS","id","PROJECT_REPOSITORIES","connectionId","CONNECTABLE_REPOSITORIES","buildRepoOptions","repositories","connections","map","c","concat","options","filter","sort","b","localeCompare","group","RepoMenuGlobalStyle","createGlobalStyle","p","$cls","$w","RepoSelectWrap","styled","div","withConfig","displayName","componentId","RepositorySelect","_ref","_repositories$find$na","_repositories$find","selected","onChange","invalid","_ref$placeholder","placeholder","className","wrapRef","useRef","_useState","useState","_useState2","menuWidth","setMenuWidth","_useState3","Math","random","_useState4","menuCls","measure","useCallback","current","offsetWidth","useEffect","selectedName","find","createElement","ref","Select","undefined","v","String","selectClassName","onSelectOpen","forceCloseMenu","target","SelectTrigger","typographyProps","color","StyledConnectBody","ConnectRepositoryDialog","_ref2","open","onClose","onConnect","_ref2$repositories","_ref2$connections","_useState5","_useState6","setSelected","_useState7","_useState8","issueSync","setIssueSync","_useState9","_useState0","attempted","setAttempted","handleConnect","repo","Dialog","disableCloseOnEsc","Title","ContentDivider","Content","Label","size","Checkbox","checked","htmlFor","weight","Body2","Actions","Button","variant","style","marginRight","onClick"],"sources":["../../../../src/presentation/shared/ConnectRepositoryDialog.tsx"],"sourcesContent":["import React, {\n ReactElement,\n useCallback,\n useEffect,\n useRef,\n useState,\n} from \"react\";\n\nimport styled, { createGlobalStyle } from \"styled-components\";\n\nimport { Button } from \"../../components/Button\";\nimport { Checkbox } from \"../../components/Checkbox\";\nimport { Dialog } from \"../../components/Dialog\";\nimport { Label } from \"../../components/Label\";\nimport { Select } from \"../../components/Select\";\nimport { SelectTrigger } from \"../../components/SelectTrigger\";\nimport { Body2 } from \"../../components/Typography\";\n\n/**\n * \"Connect Repository\" — the project-side counterpart to the \"Connect Project\"\n * dialog on the Repositories page (Apps & Integrations). Same operation from\n * the other end: pick a repository, choose which features to enable, and make\n * the connection. Built as a shared component because more than one story links\n * a repository this way.\n *\n * Also exports `RepositorySelect`, the grouped repository picker (repositories\n * grouped under their connection name, everything sorted by name, filterable\n * via the built-in search) reused wherever a repository is chosen.\n */\n\nconst SANS =\n '-apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", Arial, sans-serif';\n\n/* ---- Data model + mock data ----------------------------------------- */\n\nexport type ConnectionService = \"github\" | \"gitlab\";\n\nexport interface Connection {\n id: string;\n /** Org / group name, e.g. \"ActiveCollab\" or \"a51-ops\". */\n name: string;\n service: ConnectionService;\n}\n\n/** Human-readable provider label used in the group header \"name (type)\". */\nexport const serviceLabel = (service: ConnectionService): string =>\n service === \"github\" ? \"GitHub\" : \"GitLab\";\n\nexport interface Repository {\n id: string;\n /** Full repository path, e.g. activecollab/backend. */\n name: string;\n connectionId: string;\n}\n\nexport const CONNECTIONS: Connection[] = [\n { id: \"gh-ac\", name: \"ActiveCollab\", service: \"github\" },\n { id: \"gl-ops\", name: \"a51-ops\", service: \"gitlab\" },\n];\n\n/** Repositories already connected to the project (shown in link pickers). */\nexport const PROJECT_REPOSITORIES: Repository[] = [\n { id: \"backend\", name: \"activecollab/backend\", connectionId: \"gh-ac\" },\n { id: \"frontend\", name: \"activecollab/frontend\", connectionId: \"gh-ac\" },\n {\n id: \"infra\",\n name: \"activecollab/infrastructure\",\n connectionId: \"gl-ops\",\n },\n];\n\n/** Repositories available to connect (not yet linked to the project). */\nexport const CONNECTABLE_REPOSITORIES: Repository[] = [\n { id: \"mobile\", name: \"activecollab/mobile\", connectionId: \"gh-ac\" },\n {\n id: \"design-system\",\n name: \"activecollab/design-system\",\n connectionId: \"gh-ac\",\n },\n {\n id: \"deploy-scripts\",\n name: \"a51-ops/deploy-scripts\",\n connectionId: \"gl-ops\",\n },\n { id: \"runners\", name: \"a51-ops/ci-runners\", connectionId: \"gl-ops\" },\n];\n\n/** Build grouped Select options — groups and options both sorted by name. */\nexport const buildRepoOptions = (\n repositories: Repository[],\n connections: Connection[]\n) =>\n [...connections]\n .map((c) => ({\n id: c.id,\n name: `${c.name} (${serviceLabel(c.service)})`,\n options: repositories\n .filter((r) => r.connectionId === c.id)\n .sort((a, b) => a.name.localeCompare(b.name))\n .map((r) => ({ id: r.id, name: r.name })),\n }))\n .filter((group) => group.options.length > 0)\n .sort((a, b) => a.name.localeCompare(b.name));\n\n/* ---- RepositorySelect ------------------------------------------------ */\n\n/**\n * The grouped repository menu renders through a portal, so the \"match the\n * trigger width\" override has to be global, scoped to this instance's class.\n */\nconst RepoMenuGlobalStyle = createGlobalStyle<{ $cls: string; $w?: number }>`\n .c-select.${(p) => p.$cls} {\n ${(p) =>\n p.$w ? `width: ${p.$w}px !important; max-width: none !important;` : \"\"}\n }\n`;\n\nconst RepoSelectWrap = styled.div`\n font-family: ${SANS};\n\n .repo-trigger {\n width: 100%;\n max-width: none;\n }\n`;\n\nexport interface RepositorySelectProps {\n repositories: Repository[];\n connections: Connection[];\n selected: string | null;\n onChange: (id: string) => void;\n invalid?: boolean;\n placeholder?: string;\n className?: string;\n}\n\nexport const RepositorySelect = ({\n repositories,\n connections,\n selected,\n onChange,\n invalid,\n placeholder = \"Choose repository\",\n className,\n}: RepositorySelectProps): ReactElement => {\n const wrapRef = useRef<HTMLDivElement>(null);\n const [menuWidth, setMenuWidth] = useState<number | undefined>();\n const [menuCls] = useState(\n () => `repo-select-menu-${Math.random().toString(36).slice(2)}`\n );\n\n const measure = useCallback(() => {\n if (wrapRef.current) {\n setMenuWidth(wrapRef.current.offsetWidth);\n }\n }, []);\n\n useEffect(() => {\n measure();\n }, [measure]);\n\n const options = buildRepoOptions(repositories, connections);\n const selectedName =\n repositories.find((r) => r.id === selected)?.name ?? placeholder;\n\n return (\n <RepoSelectWrap ref={wrapRef} className={className}>\n <RepoMenuGlobalStyle $cls={menuCls} $w={menuWidth} />\n <Select\n options={options}\n selected={selected === null ? undefined : selected}\n onChange={(v) => onChange(String(v))}\n placeholder=\"Search repositories\"\n selectClassName={menuCls}\n onSelectOpen={measure}\n forceCloseMenu\n target={\n <SelectTrigger\n className=\"repo-trigger\"\n invalid={invalid}\n typographyProps={\n selected === null ? { color: \"tertiary\" } : undefined\n }\n >\n {selectedName}\n </SelectTrigger>\n }\n />\n </RepoSelectWrap>\n );\n};\n\n/* ---- ConnectRepositoryDialog ---------------------------------------- */\n\nconst StyledConnectBody = styled.div`\n font-family: ${SANS};\n\n .cr-field {\n margin-bottom: 16px;\n }\n .cr-label {\n display: block;\n margin-bottom: 6px;\n }\n .cr-check {\n display: flex;\n align-items: center;\n gap: 8px;\n }\n .cr-check-hint {\n margin-top: 6px;\n }\n`;\n\nexport interface ConnectRepositoryDialogProps {\n open: boolean;\n onClose: () => void;\n /** Called with the connected repository when the user confirms. */\n onConnect: (repository: Repository) => void;\n /** Repositories that can be connected (defaults to the mock connectable set). */\n repositories?: Repository[];\n connections?: Connection[];\n}\n\nexport const ConnectRepositoryDialog = ({\n open,\n onClose,\n onConnect,\n repositories = CONNECTABLE_REPOSITORIES,\n connections = CONNECTIONS,\n}: ConnectRepositoryDialogProps): ReactElement => {\n const [selected, setSelected] = useState<string | null>(null);\n const [issueSync, setIssueSync] = useState(false);\n const [attempted, setAttempted] = useState(false);\n\n // Reset the form each time the dialog opens.\n useEffect(() => {\n if (open) {\n setSelected(null);\n setIssueSync(false);\n setAttempted(false);\n }\n }, [open]);\n\n const invalid = attempted && selected === null;\n\n const handleConnect = () => {\n const repo = repositories.find((r) => r.id === selected);\n if (!repo) {\n setAttempted(true);\n return;\n }\n onConnect(repo);\n onClose();\n };\n\n return (\n <Dialog open={open} onClose={onClose} disableCloseOnEsc>\n <Dialog.Title>Connect Repository</Dialog.Title>\n <Dialog.ContentDivider />\n <Dialog.Content>\n <StyledConnectBody>\n <div className=\"cr-field\">\n <Label size=\"small\" className=\"cr-label\" invalid={invalid}>\n Repository\n </Label>\n <RepositorySelect\n repositories={repositories}\n connections={connections}\n selected={selected}\n onChange={setSelected}\n invalid={invalid}\n />\n </div>\n\n <div className=\"cr-check\">\n <Checkbox\n id=\"cr-issue-sync\"\n checked={issueSync}\n onChange={(e) => setIssueSync(e.target.checked)}\n />\n <Label htmlFor=\"cr-issue-sync\" weight=\"regular\">\n Enable issue sync\n </Label>\n </div>\n <Body2 className=\"cr-check-hint\" color=\"tertiary\">\n Issues from this repository will create and update tasks in this\n project.\n </Body2>\n </StyledConnectBody>\n </Dialog.Content>\n <Dialog.ContentDivider />\n <Dialog.Actions>\n <Button\n variant=\"primary\"\n style={{ marginRight: 12 }}\n onClick={handleConnect}\n >\n Connect\n </Button>\n <Button variant=\"secondary\" onClick={onClose}>\n Cancel\n </Button>\n </Dialog.Actions>\n </Dialog>\n );\n};\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"ConnectRepositoryDialog.js","names":["_react","_interopRequireWildcard","require","_styledComponents","_Button","_Checkbox","_Dialog","_Icons","_Label","_Select","_SelectTrigger","_Typography","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","u","next","done","push","value","return","isArray","SANS","serviceLabel","exports","service","connectionIcon","createElement","GitHubIcon","GitLabIcon","GitIcon","CONNECTIONS","id","PROJECT_REPOSITORIES","connectionId","CONNECTABLE_REPOSITORIES","buildRepoOptions","repositories","connections","map","c","options","filter","sort","b","localeCompare","icon","group","RepoMenuGlobalStyle","createGlobalStyle","p","$cls","$w","concat","RepoSelectWrap","styled","div","withConfig","displayName","componentId","RepositorySelect","_ref","_repositories$find$na","_repositories$find","selected","onChange","invalid","_ref$placeholder","placeholder","className","wrapRef","useRef","_useState","useState","_useState2","menuWidth","setMenuWidth","_useState3","Math","random","_useState4","menuCls","measure","useCallback","current","offsetWidth","useEffect","selectedName","find","ref","Select","undefined","v","String","selectClassName","onSelectOpen","forceCloseMenu","target","SelectTrigger","typographyProps","color","StyledConnectBody","ConnectRepositoryDialog","_ref2","open","onClose","onConnect","_ref2$repositories","_ref2$connections","_useState5","_useState6","setSelected","_useState7","_useState8","issueSync","setIssueSync","_useState9","_useState0","attempted","setAttempted","handleConnect","repo","Dialog","disableCloseOnEsc","Title","ContentDivider","Content","Label","size","Checkbox","checked","htmlFor","weight","Body2","Actions","Button","variant","style","marginRight","onClick"],"sources":["../../../../src/presentation/shared/ConnectRepositoryDialog.tsx"],"sourcesContent":["import React, {\n ReactElement,\n useCallback,\n useEffect,\n useRef,\n useState,\n} from \"react\";\n\nimport styled, { createGlobalStyle } from \"styled-components\";\n\nimport { Button } from \"../../components/Button\";\nimport { Checkbox } from \"../../components/Checkbox\";\nimport { Dialog } from \"../../components/Dialog\";\nimport { GitHubIcon, GitIcon, GitLabIcon } from \"../../components/Icons\";\nimport { Label } from \"../../components/Label\";\nimport { Select } from \"../../components/Select\";\nimport { SelectTrigger } from \"../../components/SelectTrigger\";\nimport { Body2 } from \"../../components/Typography\";\n\n/**\n * \"Connect Repository\" — the project-side counterpart to the \"Connect Project\"\n * dialog on the Repositories page (Apps & Integrations). Same operation from\n * the other end: pick a repository, choose which features to enable, and make\n * the connection. Built as a shared component because more than one story links\n * a repository this way.\n *\n * Also exports `RepositorySelect`, the grouped repository picker (repositories\n * grouped under their connection name, everything sorted by name, filterable\n * via the built-in search) reused wherever a repository is chosen.\n */\n\nconst SANS =\n '-apple-system, BlinkMacSystemFont, \"Roboto\", \"Helvetica Neue\", Arial, sans-serif';\n\n/* ---- Data model + mock data ----------------------------------------- */\n\nexport type ConnectionService = \"github\" | \"gitlab\";\n\nexport interface Connection {\n id: string;\n /** Org / group name, e.g. \"ActiveCollab\" or \"a51-ops\". */\n name: string;\n service: ConnectionService;\n}\n\n/** Human-readable provider label used in the group header \"name (type)\". */\nexport const serviceLabel = (service: ConnectionService): string =>\n service === \"github\" ? \"GitHub\" : \"GitLab\";\n\n/** Provider glyph for a connection: GitHub / GitLab, Git for anything else. */\nexport const connectionIcon = (service?: ConnectionService): ReactElement => {\n if (service === \"github\") {\n return <GitHubIcon />;\n }\n if (service === \"gitlab\") {\n return <GitLabIcon />;\n }\n return <GitIcon />;\n};\n\nexport interface Repository {\n id: string;\n /** Full repository path, e.g. activecollab/backend. */\n name: string;\n connectionId: string;\n}\n\nexport const CONNECTIONS: Connection[] = [\n { id: \"gh-ac\", name: \"ActiveCollab\", service: \"github\" },\n { id: \"gl-ops\", name: \"a51-ops\", service: \"gitlab\" },\n];\n\n/** Repositories already connected to the project (shown in link pickers). */\nexport const PROJECT_REPOSITORIES: Repository[] = [\n { id: \"backend\", name: \"activecollab/backend\", connectionId: \"gh-ac\" },\n { id: \"frontend\", name: \"activecollab/frontend\", connectionId: \"gh-ac\" },\n {\n id: \"infra\",\n name: \"activecollab/infrastructure\",\n connectionId: \"gl-ops\",\n },\n];\n\n/** Repositories available to connect (not yet linked to the project). */\nexport const CONNECTABLE_REPOSITORIES: Repository[] = [\n { id: \"mobile\", name: \"activecollab/mobile\", connectionId: \"gh-ac\" },\n {\n id: \"design-system\",\n name: \"activecollab/design-system\",\n connectionId: \"gh-ac\",\n },\n {\n id: \"deploy-scripts\",\n name: \"a51-ops/deploy-scripts\",\n connectionId: \"gl-ops\",\n },\n { id: \"runners\", name: \"a51-ops/ci-runners\", connectionId: \"gl-ops\" },\n];\n\n/**\n * Build grouped Select options — groups and options both sorted by name. Each\n * repository option carries a leading provider icon (GitHub / GitLab / Git) via\n * the Select's `icon` slot; the group header is just the connection name, since\n * the icon now conveys the service (no \"(GitHub)\" / \"(GitLab)\" suffix).\n */\nexport const buildRepoOptions = (\n repositories: Repository[],\n connections: Connection[]\n) =>\n [...connections]\n .map((c) => ({\n id: c.id,\n name: c.name,\n options: repositories\n .filter((r) => r.connectionId === c.id)\n .sort((a, b) => a.name.localeCompare(b.name))\n .map((r) => ({\n id: r.id,\n name: r.name,\n icon: connectionIcon(c.service),\n })),\n }))\n .filter((group) => group.options.length > 0)\n .sort((a, b) => a.name.localeCompare(b.name));\n\n/* ---- RepositorySelect ------------------------------------------------ */\n\n/**\n * The grouped repository menu renders through a portal, so the \"match the\n * trigger width\" override has to be global, scoped to this instance's class.\n */\nconst RepoMenuGlobalStyle = createGlobalStyle<{ $cls: string; $w?: number }>`\n .c-select.${(p) => p.$cls} {\n ${(p) =>\n p.$w ? `width: ${p.$w}px !important; max-width: none !important;` : \"\"}\n }\n`;\n\nconst RepoSelectWrap = styled.div`\n font-family: ${SANS};\n\n .repo-trigger {\n width: 100%;\n max-width: none;\n }\n`;\n\nexport interface RepositorySelectProps {\n repositories: Repository[];\n connections: Connection[];\n selected: string | null;\n onChange: (id: string) => void;\n invalid?: boolean;\n placeholder?: string;\n className?: string;\n}\n\nexport const RepositorySelect = ({\n repositories,\n connections,\n selected,\n onChange,\n invalid,\n placeholder = \"Choose repository\",\n className,\n}: RepositorySelectProps): ReactElement => {\n const wrapRef = useRef<HTMLDivElement>(null);\n const [menuWidth, setMenuWidth] = useState<number | undefined>();\n const [menuCls] = useState(\n () => `repo-select-menu-${Math.random().toString(36).slice(2)}`\n );\n\n const measure = useCallback(() => {\n if (wrapRef.current) {\n setMenuWidth(wrapRef.current.offsetWidth);\n }\n }, []);\n\n useEffect(() => {\n measure();\n }, [measure]);\n\n const options = buildRepoOptions(repositories, connections);\n const selectedName =\n repositories.find((r) => r.id === selected)?.name ?? placeholder;\n\n return (\n <RepoSelectWrap ref={wrapRef} className={className}>\n <RepoMenuGlobalStyle $cls={menuCls} $w={menuWidth} />\n <Select\n options={options}\n selected={selected === null ? undefined : selected}\n onChange={(v) => onChange(String(v))}\n placeholder=\"Search repositories\"\n selectClassName={menuCls}\n onSelectOpen={measure}\n forceCloseMenu\n target={\n <SelectTrigger\n className=\"repo-trigger\"\n invalid={invalid}\n typographyProps={\n selected === null ? { color: \"tertiary\" } : undefined\n }\n >\n {selectedName}\n </SelectTrigger>\n }\n />\n </RepoSelectWrap>\n );\n};\n\n/* ---- ConnectRepositoryDialog ---------------------------------------- */\n\nconst StyledConnectBody = styled.div`\n font-family: ${SANS};\n\n .cr-field {\n margin-bottom: 16px;\n }\n .cr-label {\n display: block;\n margin-bottom: 6px;\n }\n .cr-check {\n display: flex;\n align-items: center;\n gap: 8px;\n }\n .cr-check-hint {\n margin-top: 6px;\n }\n`;\n\nexport interface ConnectRepositoryDialogProps {\n open: boolean;\n onClose: () => void;\n /** Called with the connected repository when the user confirms. */\n onConnect: (repository: Repository) => void;\n /** Repositories that can be connected (defaults to the mock connectable set). */\n repositories?: Repository[];\n connections?: Connection[];\n}\n\nexport const ConnectRepositoryDialog = ({\n open,\n onClose,\n onConnect,\n repositories = CONNECTABLE_REPOSITORIES,\n connections = CONNECTIONS,\n}: ConnectRepositoryDialogProps): ReactElement => {\n const [selected, setSelected] = useState<string | null>(null);\n const [issueSync, setIssueSync] = useState(false);\n const [attempted, setAttempted] = useState(false);\n\n // Reset the form each time the dialog opens.\n useEffect(() => {\n if (open) {\n setSelected(null);\n setIssueSync(false);\n setAttempted(false);\n }\n }, [open]);\n\n const invalid = attempted && selected === null;\n\n const handleConnect = () => {\n const repo = repositories.find((r) => r.id === selected);\n if (!repo) {\n setAttempted(true);\n return;\n }\n onConnect(repo);\n onClose();\n };\n\n return (\n <Dialog open={open} onClose={onClose} disableCloseOnEsc>\n <Dialog.Title>Connect Repository</Dialog.Title>\n <Dialog.ContentDivider />\n <Dialog.Content>\n <StyledConnectBody>\n <div className=\"cr-field\">\n <Label size=\"small\" className=\"cr-label\" invalid={invalid}>\n Repository\n </Label>\n <RepositorySelect\n repositories={repositories}\n connections={connections}\n selected={selected}\n onChange={setSelected}\n invalid={invalid}\n />\n </div>\n\n <div className=\"cr-check\">\n <Checkbox\n id=\"cr-issue-sync\"\n checked={issueSync}\n onChange={(e) => setIssueSync(e.target.checked)}\n />\n <Label htmlFor=\"cr-issue-sync\" weight=\"regular\">\n Enable issue sync\n </Label>\n </div>\n <Body2 className=\"cr-check-hint\" color=\"tertiary\">\n Issues from this repository will create and update tasks in this\n project.\n </Body2>\n </StyledConnectBody>\n </Dialog.Content>\n <Dialog.ContentDivider />\n <Dialog.Actions>\n <Button\n variant=\"primary\"\n style={{ marginRight: 12 }}\n onClick={handleConnect}\n >\n Connect\n </Button>\n <Button variant=\"secondary\" onClick={onClose}>\n Cancel\n </Button>\n </Dialog.Actions>\n </Dialog>\n );\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -147,14 +147,16 @@ var linkableDetail = function linkableDetail(item) {
|
|
|
147
147
|
|
|
148
148
|
/**
|
|
149
149
|
* Grouped options for the Select. One group per repository, labelled
|
|
150
|
-
* "repo (Org
|
|
151
|
-
* ordered by latest activity (freshest first).
|
|
152
|
-
*
|
|
150
|
+
* "repo (Org)" and sorted by name; inside a group, branches and PRs are
|
|
151
|
+
* ordered by latest activity (freshest first). Each option carries a leading
|
|
152
|
+
* provider icon (GitHub / GitLab / Git) via the Select's `icon` slot; the
|
|
153
|
+
* service type is dropped from the group header since the icon now conveys it.
|
|
153
154
|
*/
|
|
154
155
|
var GROUPED_OPTIONS = _ConnectRepositoryDialog.PROJECT_REPOSITORIES.map(function (repo) {
|
|
155
156
|
var connection = _ConnectRepositoryDialog.CONNECTIONS.find(function (c) {
|
|
156
157
|
return c.id === repo.connectionId;
|
|
157
158
|
});
|
|
159
|
+
var icon = (0, _ConnectRepositoryDialog.connectionIcon)(connection === null || connection === void 0 ? void 0 : connection.service);
|
|
158
160
|
var items = LINKABLES.filter(function (l) {
|
|
159
161
|
return l.repoId === repo.id;
|
|
160
162
|
}).sort(function (a, b) {
|
|
@@ -163,12 +165,13 @@ var GROUPED_OPTIONS = _ConnectRepositoryDialog.PROJECT_REPOSITORIES.map(function
|
|
|
163
165
|
return {
|
|
164
166
|
id: l.id,
|
|
165
167
|
name: l.name,
|
|
166
|
-
additionalInfo: linkableDetail(l)
|
|
168
|
+
additionalInfo: linkableDetail(l),
|
|
169
|
+
icon
|
|
167
170
|
};
|
|
168
171
|
});
|
|
169
172
|
return {
|
|
170
173
|
id: repo.id,
|
|
171
|
-
name: connection ? "".concat(repo.name, " (").concat(connection.name, "
|
|
174
|
+
name: connection ? "".concat(repo.name, " (").concat(connection.name, ")") : repo.name,
|
|
172
175
|
options: items
|
|
173
176
|
};
|
|
174
177
|
}).filter(function (group) {
|