@jenkinsci/jenkins-io-components 1.34.0 → 1.36.0
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/build/index-02ecfee8.esm.js +2 -0
- package/build/index-02ecfee8.esm.js.map +1 -0
- package/build/index-1698649c.cjs.js +2 -0
- package/build/index-1698649c.cjs.js.map +1 -0
- package/build/jio-components.cjs.js +1 -1
- package/build/jio-components.d.ts +1 -0
- package/build/jio-components.esm.js +1 -1
- package/build/jio-footer.cjs.js +1 -1
- package/build/jio-footer.cjs.js.map +1 -1
- package/build/jio-footer.d.ts +2 -0
- package/build/jio-footer.esm.js +1 -1
- package/build/jio-footer.esm.js.map +1 -1
- package/build/jio-improve-this-page.cjs.js +1 -1
- package/build/jio-navbar.cjs.js +1 -1
- package/build/jio-navbar.cjs.js.map +1 -1
- package/build/jio-navbar.esm.js +2 -2
- package/build/jio-navbar.esm.js.map +1 -1
- package/build/jio-report-a-problem.cjs.js +1 -1
- package/build/jio-report-a-problem.cjs.js.map +1 -1
- package/build/jio-report-a-problem.esm.js +1 -1
- package/build/jio-report-a-problem.esm.js.map +1 -1
- package/build/jio-report-infra-issue.cjs.js +2 -0
- package/build/jio-report-infra-issue.cjs.js.map +1 -0
- package/build/jio-report-infra-issue.d.ts +37 -0
- package/build/jio-report-infra-issue.esm.js +2 -0
- package/build/jio-report-infra-issue.esm.js.map +1 -0
- package/custom-elements.json +201 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
function n(){}function e(){return"undefined"!=typeof WeakMap?new WeakMap:{add:n,delete:n,get:n,set:n,has:function(n){return!1}}}var r=Object.prototype.hasOwnProperty,t=function(n,e){return r.call(n,e)};function i(n,e){for(var r in e)t(e,r)&&(n[r]=e[r]);return n}var a=/^[ \t]*(?:\r\n|\r|\n)/,u=/(?:\r\n|\r|\n)[ \t]*$/,o=/^(?:[\r\n]|$)/,l=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,f=/^[ \t]*[\r\n][ \t\r\n]*$/;function c(n,e,r){var t=0,i=n[0].match(l);i&&(t=i[1].length);var o=new RegExp("(\\r\\n|\\r|\\n).{0,"+t+"}","g");e&&(n=n.slice(1));var f=r.newline,c=r.trimLeadingNewline,g=r.trimTrailingNewline,p="string"==typeof f,d=n.length;return n.map((function(n,e){return n=n.replace(o,"$1"),0===e&&c&&(n=n.replace(a,"")),e===d-1&&g&&(n=n.replace(u,"")),p&&(n=n.replace(/\r\n|\n|\r/g,(function(n){return f}))),n}))}var g=function n(r){var a=e(),u=e(),l=i((function e(l){for(var p,d=[],s=1;s<arguments.length;s++)d[s-1]=arguments[s];if(t(p=l,"raw")&&t(p,"length")){var v=l,h=(d[0]===e||d[0]===g)&&f.test(v[0])&&o.test(v[1]),w=h?u:a,m=w.get(v);if(m||(m=c(v,h,r),w.set(v,m)),0===d.length)return m[0];var y=function(n,e){for(var r="",t=0,i=n.length;t<i;t++)r+=n[t],t<i-1&&(r+=e[t]);return r}(m,h?d.slice(1):d);return y}return n(i(i({},r),l||{}))}),{string:function(n){return c([n],!1,r)[0]}});return l}({trimLeadingNewline:!0,trimTrailingNewline:!0});if("undefined"!=typeof module)try{module.exports=g,Object.defineProperty(g,"__esModule",{value:!0}),g.default=g,g.outdent=g}catch(n){}export{g as d};
|
|
2
|
+
//# sourceMappingURL=index-02ecfee8.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-02ecfee8.esm.js","sources":["../node_modules/outdent/lib-module/index.js"],"sourcesContent":["// In the absence of a WeakSet or WeakMap implementation, don't break, but don't cache either.\nfunction noop() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n}\nfunction createWeakMap() {\n if (typeof WeakMap !== \"undefined\") {\n return new WeakMap();\n }\n else {\n return fakeSetOrMap();\n }\n}\n/**\n * Creates and returns a no-op implementation of a WeakMap / WeakSet that never stores anything.\n */\nfunction fakeSetOrMap() {\n return {\n add: noop,\n delete: noop,\n get: noop,\n set: noop,\n has: function (k) {\n return false;\n },\n };\n}\n// Safe hasOwnProperty\nvar hop = Object.prototype.hasOwnProperty;\nvar has = function (obj, prop) {\n return hop.call(obj, prop);\n};\n// Copy all own enumerable properties from source to target\nfunction extend(target, source) {\n for (var prop in source) {\n if (has(source, prop)) {\n target[prop] = source[prop];\n }\n }\n return target;\n}\nvar reLeadingNewline = /^[ \\t]*(?:\\r\\n|\\r|\\n)/;\nvar reTrailingNewline = /(?:\\r\\n|\\r|\\n)[ \\t]*$/;\nvar reStartsWithNewlineOrIsEmpty = /^(?:[\\r\\n]|$)/;\nvar reDetectIndentation = /(?:\\r\\n|\\r|\\n)([ \\t]*)(?:[^ \\t\\r\\n]|$)/;\nvar reOnlyWhitespaceWithAtLeastOneNewline = /^[ \\t]*[\\r\\n][ \\t\\r\\n]*$/;\nfunction _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options) {\n // If first interpolated value is a reference to outdent,\n // determine indentation level from the indentation of the interpolated value.\n var indentationLevel = 0;\n var match = strings[0].match(reDetectIndentation);\n if (match) {\n indentationLevel = match[1].length;\n }\n var reSource = \"(\\\\r\\\\n|\\\\r|\\\\n).{0,\" + indentationLevel + \"}\";\n var reMatchIndent = new RegExp(reSource, \"g\");\n if (firstInterpolatedValueSetsIndentationLevel) {\n strings = strings.slice(1);\n }\n var newline = options.newline, trimLeadingNewline = options.trimLeadingNewline, trimTrailingNewline = options.trimTrailingNewline;\n var normalizeNewlines = typeof newline === \"string\";\n var l = strings.length;\n var outdentedStrings = strings.map(function (v, i) {\n // Remove leading indentation from all lines\n v = v.replace(reMatchIndent, \"$1\");\n // Trim a leading newline from the first string\n if (i === 0 && trimLeadingNewline) {\n v = v.replace(reLeadingNewline, \"\");\n }\n // Trim a trailing newline from the last string\n if (i === l - 1 && trimTrailingNewline) {\n v = v.replace(reTrailingNewline, \"\");\n }\n // Normalize newlines\n if (normalizeNewlines) {\n v = v.replace(/\\r\\n|\\n|\\r/g, function (_) { return newline; });\n }\n return v;\n });\n return outdentedStrings;\n}\nfunction concatStringsAndValues(strings, values) {\n var ret = \"\";\n for (var i = 0, l = strings.length; i < l; i++) {\n ret += strings[i];\n if (i < l - 1) {\n ret += values[i];\n }\n }\n return ret;\n}\nfunction isTemplateStringsArray(v) {\n return has(v, \"raw\") && has(v, \"length\");\n}\n/**\n * It is assumed that opts will not change. If this is a problem, clone your options object and pass the clone to\n * makeInstance\n * @param options\n * @return {outdent}\n */\nfunction createInstance(options) {\n /** Cache of pre-processed template literal arrays */\n var arrayAutoIndentCache = createWeakMap();\n /**\n * Cache of pre-processed template literal arrays, where first interpolated value is a reference to outdent,\n * before interpolated values are injected.\n */\n var arrayFirstInterpSetsIndentCache = createWeakMap();\n function outdent(stringsOrOptions) {\n var values = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n values[_i - 1] = arguments[_i];\n }\n /* tslint:enable:no-shadowed-variable */\n if (isTemplateStringsArray(stringsOrOptions)) {\n var strings = stringsOrOptions;\n // Is first interpolated value a reference to outdent, alone on its own line, without any preceding non-whitespace?\n var firstInterpolatedValueSetsIndentationLevel = (values[0] === outdent || values[0] === defaultOutdent) &&\n reOnlyWhitespaceWithAtLeastOneNewline.test(strings[0]) &&\n reStartsWithNewlineOrIsEmpty.test(strings[1]);\n // Perform outdentation\n var cache = firstInterpolatedValueSetsIndentationLevel\n ? arrayFirstInterpSetsIndentCache\n : arrayAutoIndentCache;\n var renderedArray = cache.get(strings);\n if (!renderedArray) {\n renderedArray = _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options);\n cache.set(strings, renderedArray);\n }\n /** If no interpolated values, skip concatenation step */\n if (values.length === 0) {\n return renderedArray[0];\n }\n /** Concatenate string literals with interpolated values */\n var rendered = concatStringsAndValues(renderedArray, firstInterpolatedValueSetsIndentationLevel ? values.slice(1) : values);\n return rendered;\n }\n else {\n // Create and return a new instance of outdent with the given options\n return createInstance(extend(extend({}, options), stringsOrOptions || {}));\n }\n }\n var fullOutdent = extend(outdent, {\n string: function (str) {\n return _outdentArray([str], false, options)[0];\n },\n });\n return fullOutdent;\n}\nvar defaultOutdent = createInstance({\n trimLeadingNewline: true,\n trimTrailingNewline: true,\n});\n// Named exports. Simple and preferred.\n// import outdent from 'outdent';\nexport default defaultOutdent;\n// import {outdent} from 'outdent';\nexport { defaultOutdent as outdent };\nif (typeof module !== \"undefined\") {\n // In webpack harmony-modules environments, module.exports is read-only,\n // so we fail gracefully.\n try {\n module.exports = defaultOutdent;\n Object.defineProperty(defaultOutdent, \"__esModule\", { value: true });\n defaultOutdent.default = defaultOutdent;\n defaultOutdent.outdent = defaultOutdent;\n }\n catch (e) { }\n}\n//# sourceMappingURL=index.js.map"],"names":["noop","createWeakMap","WeakMap","add","delete","get","set","has","k","hop","Object","prototype","hasOwnProperty","obj","prop","call","extend","target","source","reLeadingNewline","reTrailingNewline","reStartsWithNewlineOrIsEmpty","reDetectIndentation","reOnlyWhitespaceWithAtLeastOneNewline","_outdentArray","strings","firstInterpolatedValueSetsIndentationLevel","options","indentationLevel","match","length","reMatchIndent","RegExp","slice","newline","trimLeadingNewline","trimTrailingNewline","normalizeNewlines","l","map","v","i","replace","_","defaultOutdent","createInstance","arrayAutoIndentCache","arrayFirstInterpSetsIndentCache","fullOutdent","outdent","stringsOrOptions","values","_i","arguments","test","cache","renderedArray","rendered","ret","concatStringsAndValues","string","str","module","exports","defineProperty","value","default","e"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
System.register([],function(_export,_context){"use strict";var r,t,a,u,o,l,f,g;function n(){}function e(){return"undefined"!=typeof WeakMap?new WeakMap():{add:n,delete:n,get:n,set:n,has:function has(n){return!1;}};}function i(n,e){for(var r in e)t(e,r)&&(n[r]=e[r]);return n;}function c(n,e,r){var t=0,i=n[0].match(l);i&&(t=i[1].length);var o=new RegExp("(\\r\\n|\\r|\\n).{0,"+t+"}","g");e&&(n=n.slice(1));var f=r.newline,c=r.trimLeadingNewline,g=r.trimTrailingNewline,p="string"==typeof f,d=n.length;return n.map(function(n,e){return n=n.replace(o,"$1"),0===e&&c&&(n=n.replace(a,"")),e===d-1&&g&&(n=n.replace(u,"")),p&&(n=n.replace(/\r\n|\n|\r/g,function(n){return f;})),n;});}return{setters:[],execute:function(){r=Object.prototype.hasOwnProperty;t=function t(n,e){return r.call(n,e);};a=/^[ \t]*(?:\r\n|\r|\n)/;u=/(?:\r\n|\r|\n)[ \t]*$/;o=/^(?:[\r\n]|$)/;l=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/;f=/^[ \t]*[\r\n][ \t\r\n]*$/;_export("d",g=function n(r){var a=e(),u=e(),l=i(function e(l){for(var p,d=[],s=1;s<arguments.length;s++)d[s-1]=arguments[s];if(t(p=l,"raw")&&t(p,"length")){var v=l,h=(d[0]===e||d[0]===g)&&f.test(v[0])&&o.test(v[1]),w=h?u:a,m=w.get(v);if(m||(m=c(v,h,r),w.set(v,m)),0===d.length)return m[0];var y=function(n,e){for(var r="",t=0,i=n.length;t<i;t++)r+=n[t],t<i-1&&(r+=e[t]);return r;}(m,h?d.slice(1):d);return y;}return n(i(i({},r),l||{}));},{string:function string(n){return c([n],!1,r)[0];}});return l;}({trimLeadingNewline:!0,trimTrailingNewline:!0}));if("undefined"!=typeof module)try{module.exports=g,Object.defineProperty(g,"__esModule",{value:!0}),g.default=g,g.outdent=g;}catch(n){}}};});
|
|
2
|
+
//# sourceMappingURL=index-1698649c.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-1698649c.cjs.js","sources":["../node_modules/outdent/lib-module/index.js"],"sourcesContent":["// In the absence of a WeakSet or WeakMap implementation, don't break, but don't cache either.\nfunction noop() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n}\nfunction createWeakMap() {\n if (typeof WeakMap !== \"undefined\") {\n return new WeakMap();\n }\n else {\n return fakeSetOrMap();\n }\n}\n/**\n * Creates and returns a no-op implementation of a WeakMap / WeakSet that never stores anything.\n */\nfunction fakeSetOrMap() {\n return {\n add: noop,\n delete: noop,\n get: noop,\n set: noop,\n has: function (k) {\n return false;\n },\n };\n}\n// Safe hasOwnProperty\nvar hop = Object.prototype.hasOwnProperty;\nvar has = function (obj, prop) {\n return hop.call(obj, prop);\n};\n// Copy all own enumerable properties from source to target\nfunction extend(target, source) {\n for (var prop in source) {\n if (has(source, prop)) {\n target[prop] = source[prop];\n }\n }\n return target;\n}\nvar reLeadingNewline = /^[ \\t]*(?:\\r\\n|\\r|\\n)/;\nvar reTrailingNewline = /(?:\\r\\n|\\r|\\n)[ \\t]*$/;\nvar reStartsWithNewlineOrIsEmpty = /^(?:[\\r\\n]|$)/;\nvar reDetectIndentation = /(?:\\r\\n|\\r|\\n)([ \\t]*)(?:[^ \\t\\r\\n]|$)/;\nvar reOnlyWhitespaceWithAtLeastOneNewline = /^[ \\t]*[\\r\\n][ \\t\\r\\n]*$/;\nfunction _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options) {\n // If first interpolated value is a reference to outdent,\n // determine indentation level from the indentation of the interpolated value.\n var indentationLevel = 0;\n var match = strings[0].match(reDetectIndentation);\n if (match) {\n indentationLevel = match[1].length;\n }\n var reSource = \"(\\\\r\\\\n|\\\\r|\\\\n).{0,\" + indentationLevel + \"}\";\n var reMatchIndent = new RegExp(reSource, \"g\");\n if (firstInterpolatedValueSetsIndentationLevel) {\n strings = strings.slice(1);\n }\n var newline = options.newline, trimLeadingNewline = options.trimLeadingNewline, trimTrailingNewline = options.trimTrailingNewline;\n var normalizeNewlines = typeof newline === \"string\";\n var l = strings.length;\n var outdentedStrings = strings.map(function (v, i) {\n // Remove leading indentation from all lines\n v = v.replace(reMatchIndent, \"$1\");\n // Trim a leading newline from the first string\n if (i === 0 && trimLeadingNewline) {\n v = v.replace(reLeadingNewline, \"\");\n }\n // Trim a trailing newline from the last string\n if (i === l - 1 && trimTrailingNewline) {\n v = v.replace(reTrailingNewline, \"\");\n }\n // Normalize newlines\n if (normalizeNewlines) {\n v = v.replace(/\\r\\n|\\n|\\r/g, function (_) { return newline; });\n }\n return v;\n });\n return outdentedStrings;\n}\nfunction concatStringsAndValues(strings, values) {\n var ret = \"\";\n for (var i = 0, l = strings.length; i < l; i++) {\n ret += strings[i];\n if (i < l - 1) {\n ret += values[i];\n }\n }\n return ret;\n}\nfunction isTemplateStringsArray(v) {\n return has(v, \"raw\") && has(v, \"length\");\n}\n/**\n * It is assumed that opts will not change. If this is a problem, clone your options object and pass the clone to\n * makeInstance\n * @param options\n * @return {outdent}\n */\nfunction createInstance(options) {\n /** Cache of pre-processed template literal arrays */\n var arrayAutoIndentCache = createWeakMap();\n /**\n * Cache of pre-processed template literal arrays, where first interpolated value is a reference to outdent,\n * before interpolated values are injected.\n */\n var arrayFirstInterpSetsIndentCache = createWeakMap();\n function outdent(stringsOrOptions) {\n var values = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n values[_i - 1] = arguments[_i];\n }\n /* tslint:enable:no-shadowed-variable */\n if (isTemplateStringsArray(stringsOrOptions)) {\n var strings = stringsOrOptions;\n // Is first interpolated value a reference to outdent, alone on its own line, without any preceding non-whitespace?\n var firstInterpolatedValueSetsIndentationLevel = (values[0] === outdent || values[0] === defaultOutdent) &&\n reOnlyWhitespaceWithAtLeastOneNewline.test(strings[0]) &&\n reStartsWithNewlineOrIsEmpty.test(strings[1]);\n // Perform outdentation\n var cache = firstInterpolatedValueSetsIndentationLevel\n ? arrayFirstInterpSetsIndentCache\n : arrayAutoIndentCache;\n var renderedArray = cache.get(strings);\n if (!renderedArray) {\n renderedArray = _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options);\n cache.set(strings, renderedArray);\n }\n /** If no interpolated values, skip concatenation step */\n if (values.length === 0) {\n return renderedArray[0];\n }\n /** Concatenate string literals with interpolated values */\n var rendered = concatStringsAndValues(renderedArray, firstInterpolatedValueSetsIndentationLevel ? values.slice(1) : values);\n return rendered;\n }\n else {\n // Create and return a new instance of outdent with the given options\n return createInstance(extend(extend({}, options), stringsOrOptions || {}));\n }\n }\n var fullOutdent = extend(outdent, {\n string: function (str) {\n return _outdentArray([str], false, options)[0];\n },\n });\n return fullOutdent;\n}\nvar defaultOutdent = createInstance({\n trimLeadingNewline: true,\n trimTrailingNewline: true,\n});\n// Named exports. Simple and preferred.\n// import outdent from 'outdent';\nexport default defaultOutdent;\n// import {outdent} from 'outdent';\nexport { defaultOutdent as outdent };\nif (typeof module !== \"undefined\") {\n // In webpack harmony-modules environments, module.exports is read-only,\n // so we fail gracefully.\n try {\n module.exports = defaultOutdent;\n Object.defineProperty(defaultOutdent, \"__esModule\", { value: true });\n defaultOutdent.default = defaultOutdent;\n defaultOutdent.outdent = defaultOutdent;\n }\n catch (e) { }\n}\n//# sourceMappingURL=index.js.map"],"names":["noop","createWeakMap","e","WeakMap","add","delete","get","set","has","k","extend","target","source","prop","_outdentArray","strings","firstInterpolatedValueSetsIndentationLevel","options","indentationLevel","match","reDetectIndentation","length","reMatchIndent","RegExp","slice","newline","trimLeadingNewline","trimTrailingNewline","normalizeNewlines","l","map","v","i","replace","reLeadingNewline","reTrailingNewline","_","setters","execute","hop","Object","prototype","hasOwnProperty","obj","call","reStartsWithNewlineOrIsEmpty","reOnlyWhitespaceWithAtLeastOneNewline","defaultOutdent","createInstance","arrayAutoIndentCache","arrayFirstInterpSetsIndentCache","fullOutdent","outdent","stringsOrOptions","values","_i","arguments","test","cache","renderedArray","rendered","ret","concatStringsAndValues","string","str","module","exports","defineProperty","value","default"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./jio-locale.cjs.js","./jio-report-a-problem.cjs.js","./jio-improve-this-page.cjs.js","./jio-changelog-weather-icon.cjs.js","./jio-changelog-ratings.cjs.js","./jio-weather-icon.cjs.js","./jio-socialmedia-buttons.cjs.js","./jio-datetime-box.cjs.js","./jio-navbar.cjs.js","./jio-navbar-link.cjs.js","./jio-footer.cjs.js","./jio-searchbox.cjs.js","./lit-localize-92178a16.cjs.js","./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./property-86ac9183.cjs.js","./shared-styles.cjs.js","./localized-decorator-3cb5e3e2.cjs.js","./global-0bfaef7b.cjs.js","./jio-cdf-logo.cjs.js"],function(_export,_context){"use strict";return{setters:[function(_jioLocaleCjsJs){},function(_jioReportAProblemCjsJs){},function(_jioImproveThisPageCjsJs){},function(_jioChangelogWeatherIconCjsJs){},function(_jioChangelogRatingsCjsJs){},function(_jioWeatherIconCjsJs){},function(_jioSocialmediaButtonsCjsJs){},function(_jioDatetimeBoxCjsJs){},function(_jioNavbarCjsJs){},function(_jioNavbarLinkCjsJs){},function(_jioFooterCjsJs){},function(_jioSearchboxCjsJs){},function(_litLocalize001CjsJs){},function(_queryAssignedElements002CjsJs){},function(_litElement003CjsJs){},function(_property004CjsJs){},function(_sharedStylesCjsJs){},function(
|
|
1
|
+
System.register(["./jio-locale.cjs.js","./jio-report-infra-issue.cjs.js","./jio-report-a-problem.cjs.js","./jio-improve-this-page.cjs.js","./jio-changelog-weather-icon.cjs.js","./jio-changelog-ratings.cjs.js","./jio-weather-icon.cjs.js","./jio-socialmedia-buttons.cjs.js","./jio-datetime-box.cjs.js","./jio-navbar.cjs.js","./jio-navbar-link.cjs.js","./jio-footer.cjs.js","./jio-searchbox.cjs.js","./lit-localize-92178a16.cjs.js","./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./property-86ac9183.cjs.js","./shared-styles.cjs.js","./index-1698649c.cjs.js","./localized-decorator-3cb5e3e2.cjs.js","./global-0bfaef7b.cjs.js","./jio-cdf-logo.cjs.js"],function(_export,_context){"use strict";return{setters:[function(_jioLocaleCjsJs){},function(_jioReportInfraIssueCjsJs){},function(_jioReportAProblemCjsJs){},function(_jioImproveThisPageCjsJs){},function(_jioChangelogWeatherIconCjsJs){},function(_jioChangelogRatingsCjsJs){},function(_jioWeatherIconCjsJs){},function(_jioSocialmediaButtonsCjsJs){},function(_jioDatetimeBoxCjsJs){},function(_jioNavbarCjsJs){},function(_jioNavbarLinkCjsJs){},function(_jioFooterCjsJs){},function(_jioSearchboxCjsJs){},function(_litLocalize001CjsJs){},function(_queryAssignedElements002CjsJs){},function(_litElement003CjsJs){},function(_property004CjsJs){},function(_sharedStylesCjsJs){},function(_index005CjsJs){},function(_localizedDecorator006CjsJs){},function(_global007CjsJs){},function(_jioCdfLogoCjsJs){}],execute:function(){}};});
|
|
2
2
|
//# sourceMappingURL=jio-components.cjs.js.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import './jio-locale';
|
|
2
|
+
export { ReportInfraIssue } from './jio-report-infra-issue';
|
|
2
3
|
export { ReportAProblem } from './jio-report-a-problem';
|
|
3
4
|
export { ImproveThisPage } from './jio-improve-this-page';
|
|
4
5
|
export { ChangelogWeatherIcon } from './jio-changelog-weather-icon';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"./jio-locale.esm.js";import"./jio-report-a-problem.esm.js";import"./jio-improve-this-page.esm.js";import"./jio-changelog-weather-icon.esm.js";import"./jio-changelog-ratings.esm.js";import"./jio-weather-icon.esm.js";import"./jio-socialmedia-buttons.esm.js";import"./jio-datetime-box.esm.js";import"./jio-navbar.esm.js";import"./jio-navbar-link.esm.js";import"./jio-footer.esm.js";import"./jio-searchbox.esm.js";import"./lit-localize-a395d291.esm.js";import"./query-assigned-elements-f06332ea.esm.js";import"./lit-element-1adb71ee.esm.js";import"./property-6d5dc9b4.esm.js";import"./shared-styles.esm.js";import"./localized-decorator-ec94f142.esm.js";import"./global-d62b227f.esm.js";import"./jio-cdf-logo.esm.js";
|
|
1
|
+
import"./jio-locale.esm.js";import"./jio-report-infra-issue.esm.js";import"./jio-report-a-problem.esm.js";import"./jio-improve-this-page.esm.js";import"./jio-changelog-weather-icon.esm.js";import"./jio-changelog-ratings.esm.js";import"./jio-weather-icon.esm.js";import"./jio-socialmedia-buttons.esm.js";import"./jio-datetime-box.esm.js";import"./jio-navbar.esm.js";import"./jio-navbar-link.esm.js";import"./jio-footer.esm.js";import"./jio-searchbox.esm.js";import"./lit-localize-a395d291.esm.js";import"./query-assigned-elements-f06332ea.esm.js";import"./lit-element-1adb71ee.esm.js";import"./property-6d5dc9b4.esm.js";import"./shared-styles.esm.js";import"./index-02ecfee8.esm.js";import"./localized-decorator-ec94f142.esm.js";import"./global-d62b227f.esm.js";import"./jio-cdf-logo.esm.js";
|
|
2
2
|
//# sourceMappingURL=jio-components.esm.js.map
|
package/build/jio-footer.cjs.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./global-0bfaef7b.cjs.js","./property-86ac9183.cjs.js","./lit-localize-92178a16.cjs.js","./jio-navbar-link.cjs.js","./jio-improve-this-page.cjs.js","./jio-report-a-problem.cjs.js","./localized-decorator-3cb5e3e2.cjs.js","./shared-styles.cjs.js"],function(_export,_context){"use strict";var e,r,o,l,i,t,x,f,d,s,m,b,_templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,a,w,k,n,p;function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return typeof key==="symbol"?key:String(key);}function _toPrimitive(input,hint){if(typeof input!=="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==undefined){var res=prim.call(input,hint||"default");if(typeof res!=="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.");}return(hint==="string"?String:Number)(input);}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf(subClass,superClass);}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o;};return _setPrototypeOf(o,p);}function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=_getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget);}else{result=Super.apply(this,arguments);}return _possibleConstructorReturn(this,result);};}function _possibleConstructorReturn(self,call){if(call&&(typeof call==="object"||typeof call==="function")){return call;}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined");}return _assertThisInitialized(self);}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true;}catch(e){return false;}}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _taggedTemplateLiteral(strings,raw){if(!raw){raw=strings.slice(0);}return Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}));}return{setters:[function(_queryAssignedElements002CjsJs){e=_queryAssignedElements002CjsJs._;r=_queryAssignedElements002CjsJs.e;},function(_litElement003CjsJs){o=_litElement003CjsJs.i;l=_litElement003CjsJs.x;i=_litElement003CjsJs.s;t=_litElement003CjsJs.A;},function(_global006CjsJs){x=_global006CjsJs.s;f=_global006CjsJs.l;},function(_property004CjsJs){d=_property004CjsJs.e;},function(_litLocalize001CjsJs){s=_litLocalize001CjsJs.m;},function(_jioNavbarLinkCjsJs){m=_jioNavbarLinkCjsJs.r;},function(_jioImproveThisPageCjsJs){},function(_jioReportAProblemCjsJs){},function(_localizedDecorator005CjsJs){b=_localizedDecorator005CjsJs.l;},function(_sharedStylesCjsJs){}],execute:function(){a=o(_templateObject||(_templateObject=_taggedTemplateLiteral([".container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}"])));w=o(_templateObject2||(_templateObject2=_taggedTemplateLiteral([".row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-md-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-xl-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-xl-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-xl-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-xl-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-xl-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-xl-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-xl-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-xl-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-xl-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-xl-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-xl-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-xl-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-xl-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}"])));k=o(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["jio-improve-this-page,jio-report-a-problem{--jio-a-color:#fff}jio-improve-this-page{margin-right:10px}*{-webkit-box-sizing:border-box;box-sizing:border-box}p{margin-bottom:1rem;margin-top:0}footer{background:#1077ad;clear:both;color:#fff;display:block;float:left;line-height:1.66;margin:0;padding:2rem;position:relative;width:100%;z-index:2}.license-box{float:left;font-size:.85rem;padding-left:0}a{background-color:transparent;color:#fff;text-decoration:none;text-decoration-thickness:2px;text-underline-offset:2px}a:hover{text-decoration:underline}.area{display:inline-block;font-size:.85rem;padding:1rem 0;vertical-align:top}.col1{padding-left:0}li,ul{display:block;list-style:none;margin:0;padding:0}.links{padding:0}.links li{text-align:left}.links h5{color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05em;line-height:1.2;margin-bottom:.5rem;margin-top:0;text-align:left}.div-mar{border-top:solid 2px #fff;margin-right:2rem;padding:1rem 0}.box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}"])));n={"cc-sa":l(_templateObject4||(_templateObject4=_taggedTemplateLiteral(["<div id=\"creativecommons\"><a href=\"https://creativecommons.org/licenses/by-sa/4.0/\"><p><img alt=\"","\" src=\"https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg\" width=\"88\" height=\"31\"></p></a><p>","</p></div>"])),s("Creative Commons Attribution-ShareAlike license"),s("The content driving this site is licensed under the Creative Commons Attribution-ShareAlike 4.0 license."))};p=/*#__PURE__*/function(_i){_inherits(p,_i);var _super=_createSuper(p);function p(){var _this;_classCallCheck(this,p);_this=_super.apply(this,arguments),_this.license="cc-sa",_this.property="https://www.jenkins.io",_this.sourcePath="",_this.githubRepo="",_this.githubBranch="master",_this.reportAProblemTemplate="";return _this;}_createClass(p,[{key:"render",value:function render(){return l(_templateObject5||(_templateObject5=_taggedTemplateLiteral(["<footer><div class=\"container\"><div class=\"row\"><div class=\"col-md-4 col1\"><p class=\"box\"><jio-improve-this-page sourcePath=\"","\" githubRepo=\"","\" .githubBranch=\"","\"></jio-improve-this-page><jio-report-a-problem sourcePath=\"","\" githubRepo=\"","\" .githubBranch=\"","\" .template=\"","\"></jio-report-a-problem></p><div class=\"license-box\">","</div></div><div class=\"links col-md-8\"><div class=\"container\"><div class=\"row\"><div class=\"area col-md-3\"><div class=\"div-mar\"><h5>Resources</h5><ul class=\"resources\"><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li></ul></div></div><div class=\"area col-md-3\"><div class=\"div-mar\"><h5>Project</h5><ul class=\"project\"><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li></ul></div></div><div class=\"area col-md-3\"><div class=\"div-mar\"><h5>Community</h5><ul class=\"community\"><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li></ul></div></div><div class=\"area col-md-3\"><div class=\"div-mar\"><h5>Other</h5><ul class=\"other\"><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li></ul></div></div></div></div></div></div></div></footer>"])),this.sourcePath,this.githubRepo,f(this.githubBranch),this.sourcePath,this.githubRepo,f(this.githubBranch),f(this.reportAProblemTemplate),n[this.license]||t,m("/download/",this.property).href,s("Downloads"),m("/blog/",this.property).href,s("Blog"),m("/doc/",this.property).href,s("Documentation"),m("https://plugins.jenkins.io/",this.property).href,s("Plugins"),m("/security/",this.property).href,s("Security"),m("/participate/",this.property).href,s("Contributing"),m("/project/",this.property).href,s("Structure and governance"),m("https://issues.jenkins.io",this.property).href,s("Issue tracker"),m("/project/roadmap/",this.property).href,s("Roadmap"),m("https://github.com/jenkinsci",this.property).href,s("GitHub"),m("https://ci.jenkins.io",this.property).href,s("Jenkins on Jenkins"),m("https://stats.jenkins.io",this.property).href,s("Statistics"),m("https://community.jenkins.io",this.property).href,s("Forum"),m("/events/",this.property).href,s("Events"),m("/mailing-lists/",this.property).href,s("Mailing lists"),m("/chat/",this.property).href,s("Chats"),m("/sigs/",this.property).href,s("Special Interest Groups"),m("https://twitter.com/jenkinsci",this.property).href,s("𝕏 (formerly Twitter)"),m("https://reddit.com/r/jenkinsci",this.property).href,s("Reddit"),m("/project/conduct/",this.property).href,s("Code of Conduct"),m("/press/",this.property).href,s("Press information"),m("/merchandise/",this.property).href,s("Merchandise"),m("/artwork/",this.property).href,s("Artwork"),m("/awards/",this.property).href,s("Awards"));}}]);return p;}(i);p.styles=[x,a,w,k],e([d()],p.prototype,"license",void 0),e([d()],p.prototype,"property",void 0),e([d()],p.prototype,"sourcePath",void 0),e([d()],p.prototype,"githubRepo",void 0),e([d()],p.prototype,"githubBranch",void 0),e([d({type:String})],p.prototype,"reportAProblemTemplate",void 0),p=e([b(),r("jio-footer")],p);}};});
|
|
1
|
+
System.register(["./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./global-0bfaef7b.cjs.js","./property-86ac9183.cjs.js","./lit-localize-92178a16.cjs.js","./jio-navbar-link.cjs.js","./jio-improve-this-page.cjs.js","./jio-report-a-problem.cjs.js","./jio-report-infra-issue.cjs.js","./localized-decorator-3cb5e3e2.cjs.js","./shared-styles.cjs.js","./index-1698649c.cjs.js"],function(_export,_context){"use strict";var e,r,o,i,l,t,x,f,d,s,a,m,_templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,_templateObject6,b,w,k,n,p;function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return typeof key==="symbol"?key:String(key);}function _toPrimitive(input,hint){if(typeof input!=="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==undefined){var res=prim.call(input,hint||"default");if(typeof res!=="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.");}return(hint==="string"?String:Number)(input);}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf(subClass,superClass);}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o;};return _setPrototypeOf(o,p);}function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=_getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget);}else{result=Super.apply(this,arguments);}return _possibleConstructorReturn(this,result);};}function _possibleConstructorReturn(self,call){if(call&&(typeof call==="object"||typeof call==="function")){return call;}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined");}return _assertThisInitialized(self);}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true;}catch(e){return false;}}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _taggedTemplateLiteral(strings,raw){if(!raw){raw=strings.slice(0);}return Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}));}return{setters:[function(_queryAssignedElements002CjsJs){e=_queryAssignedElements002CjsJs._;r=_queryAssignedElements002CjsJs.e;},function(_litElement003CjsJs){o=_litElement003CjsJs.i;i=_litElement003CjsJs.x;l=_litElement003CjsJs.s;t=_litElement003CjsJs.A;},function(_global007CjsJs){x=_global007CjsJs.s;f=_global007CjsJs.l;},function(_property004CjsJs){d=_property004CjsJs.e;},function(_litLocalize001CjsJs){s=_litLocalize001CjsJs.m;},function(_jioNavbarLinkCjsJs){a=_jioNavbarLinkCjsJs.r;},function(_jioImproveThisPageCjsJs){},function(_jioReportAProblemCjsJs){},function(_jioReportInfraIssueCjsJs){},function(_localizedDecorator006CjsJs){m=_localizedDecorator006CjsJs.l;},function(_sharedStylesCjsJs){},function(_index005CjsJs){}],execute:function(){b=o(_templateObject||(_templateObject=_taggedTemplateLiteral([".container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}"])));w=o(_templateObject2||(_templateObject2=_taggedTemplateLiteral([".row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-md-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-xl-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-xl-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-xl-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-xl-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-xl-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-xl-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-xl-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-xl-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-xl-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-xl-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-xl-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-xl-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-xl-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}"])));k=o(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["jio-improve-this-page,jio-report-a-problem,jio-report-infra-issue{--jio-a-color:#fff}jio-improve-this-page{margin-right:10px}jio-report-infra-issue{margin-right:10px}*{-webkit-box-sizing:border-box;box-sizing:border-box}p{margin-bottom:1rem;margin-top:0}footer{background:#1077ad;clear:both;color:#fff;display:block;float:left;line-height:1.66;margin:0;padding:2rem;position:relative;width:100%;z-index:2}.license-box{float:left;font-size:.85rem;padding-left:0}a{background-color:transparent;color:#fff;text-decoration:none;text-decoration-thickness:2px;text-underline-offset:2px}a:hover{text-decoration:underline}.area{display:inline-block;font-size:.85rem;padding:1rem 0;vertical-align:top}.col1{padding-left:0}li,ul{display:block;list-style:none;margin:0;padding:0}.links{padding:0}.links li{text-align:left}.links h5{color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05em;line-height:1.2;margin-bottom:.5rem;margin-top:0;text-align:left}.div-mar{border-top:solid 2px #fff;margin-right:2rem;padding:1rem 0}.box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}"])));n={"cc-sa":i(_templateObject4||(_templateObject4=_taggedTemplateLiteral(["<div id=\"creativecommons\"><a href=\"https://creativecommons.org/licenses/by-sa/4.0/\"><p><img alt=\"","\" src=\"https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg\" width=\"88\" height=\"31\"></p></a><p>","</p></div>"])),s("Creative Commons Attribution-ShareAlike license"),s("The content driving this site is licensed under the Creative Commons Attribution-ShareAlike 4.0 license."))};p=/*#__PURE__*/function(_l){_inherits(p,_l);var _super=_createSuper(p);function p(){var _this;_classCallCheck(this,p);_this=_super.apply(this,arguments),_this.license="cc-sa",_this.property="https://www.jenkins.io",_this.sourcePath="",_this.githubRepo="",_this.githubBranch="master",_this.reportAProblemTemplate="",_this.skipReportIssue=!1;return _this;}_createClass(p,[{key:"render",value:function render(){return i(_templateObject5||(_templateObject5=_taggedTemplateLiteral(["<footer><div class=\"container\"><div class=\"row\"><div class=\"col-md-4 col1\">","<p class=\"box\"><jio-improve-this-page sourcePath=\"","\" githubRepo=\"","\" .githubBranch=\"","\"></jio-improve-this-page></p><p class=\"box\"><jio-report-a-problem sourcePath=\"","\" githubRepo=\"","\" .githubBranch=\"","\" .template=\"","\"></jio-report-a-problem></p><div class=\"license-box\">","</div></div><div class=\"links col-md-8\"><div class=\"container\"><div class=\"row\"><div class=\"area col-md-3\"><div class=\"div-mar\"><h5>Resources</h5><ul class=\"resources\"><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li></ul></div></div><div class=\"area col-md-3\"><div class=\"div-mar\"><h5>Project</h5><ul class=\"project\"><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li></ul></div></div><div class=\"area col-md-3\"><div class=\"div-mar\"><h5>Community</h5><ul class=\"community\"><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li></ul></div></div><div class=\"area col-md-3\"><div class=\"div-mar\"><h5>Other</h5><ul class=\"other\"><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li><li><a href=\"","\">","</a></li></ul></div></div></div></div></div></div></div></footer>"])),this.skipReportIssue?t:i(_templateObject6||(_templateObject6=_taggedTemplateLiteral(["<p class=\"box\"><jio-report-infra-issue sourcePath=\"","\" githubRepo=\"","\" .githubBranch=\"","\"></jio-report-infra-issue></p>"])),this.sourcePath,this.githubRepo,f(this.githubBranch)),this.sourcePath,this.githubRepo,f(this.githubBranch),this.sourcePath,this.githubRepo,f(this.githubBranch),f(this.reportAProblemTemplate),n[this.license]||t,a("/download/",this.property).href,s("Downloads"),a("/blog/",this.property).href,s("Blog"),a("/doc/",this.property).href,s("Documentation"),a("https://plugins.jenkins.io/",this.property).href,s("Plugins"),a("/security/",this.property).href,s("Security"),a("/participate/",this.property).href,s("Contributing"),a("/project/",this.property).href,s("Structure and governance"),a("https://issues.jenkins.io",this.property).href,s("Issue tracker"),a("/project/roadmap/",this.property).href,s("Roadmap"),a("https://github.com/jenkinsci",this.property).href,s("GitHub"),a("https://ci.jenkins.io",this.property).href,s("Jenkins on Jenkins"),a("https://stats.jenkins.io",this.property).href,s("Statistics"),a("https://community.jenkins.io",this.property).href,s("Forum"),a("/events/",this.property).href,s("Events"),a("/mailing-lists/",this.property).href,s("Mailing lists"),a("/chat/",this.property).href,s("Chats"),a("/sigs/",this.property).href,s("Special Interest Groups"),a("https://twitter.com/jenkinsci",this.property).href,s("𝕏 (formerly Twitter)"),a("https://reddit.com/r/jenkinsci",this.property).href,s("Reddit"),a("/project/conduct/",this.property).href,s("Code of Conduct"),a("/press/",this.property).href,s("Press information"),a("/merchandise/",this.property).href,s("Merchandise"),a("/artwork/",this.property).href,s("Artwork"),a("/awards/",this.property).href,s("Awards"));}}]);return p;}(l);p.styles=[x,b,w,k],e([d()],p.prototype,"license",void 0),e([d()],p.prototype,"property",void 0),e([d()],p.prototype,"sourcePath",void 0),e([d()],p.prototype,"githubRepo",void 0),e([d()],p.prototype,"githubBranch",void 0),e([d({type:String})],p.prototype,"reportAProblemTemplate",void 0),e([d({type:Boolean})],p.prototype,"skipReportIssue",void 0),p=e([m(),r("jio-footer")],p);}};});
|
|
2
2
|
//# sourceMappingURL=jio-footer.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jio-footer.cjs.js","sources":["../src/jio-footer.ts"],"sourcesContent":[null],"names":["licenseHtmls","html","_templateObject4","_taggedTemplateLiteral","msg","
|
|
1
|
+
{"version":3,"file":"jio-footer.cjs.js","sources":["../src/jio-footer.ts"],"sourcesContent":[null],"names":["licenseHtmls","html","_templateObject4","_taggedTemplateLiteral","msg","constructor","super","arguments","LitElement"],"mappings":"u/tBAgDMA,CAAA,CAAA,CAEH,QAAAC,CAAgB,CAAAC,gBAAA,GAAAA,gBAAA,CAAAC,sBAAA,wPAMAC,EAAA,iDAUbA,CAAAA,CAAAA,CAAAA,CAAA,qLA2IFC,SAAAA,EAAAA,oCACHC,KAAAA,CAAAA,MAAAA,CAAAA,KAAAA,MAAAC,SAAAA,gyHAF0BC,CAAAA"}
|
package/build/jio-footer.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LitElement, TemplateResult } from 'lit';
|
|
2
2
|
import './jio-improve-this-page';
|
|
3
3
|
import './jio-report-a-problem';
|
|
4
|
+
import './jio-report-infra-issue';
|
|
4
5
|
/**
|
|
5
6
|
* Standard jenkins.io footer
|
|
6
7
|
*/
|
|
@@ -24,6 +25,7 @@ export declare class Footer extends LitElement {
|
|
|
24
25
|
* The name of the bug report template to use
|
|
25
26
|
*/
|
|
26
27
|
reportAProblemTemplate: string;
|
|
28
|
+
skipReportIssue: boolean;
|
|
27
29
|
render(): TemplateResult<1>;
|
|
28
30
|
}
|
|
29
31
|
declare global {
|
package/build/jio-footer.esm.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{_ as e,e as r}from"./query-assigned-elements-f06332ea.esm.js";import{i as o,x as l,s as i,A as t}from"./lit-element-1adb71ee.esm.js";import{s as x,l as f}from"./global-d62b227f.esm.js";import{e as d}from"./property-6d5dc9b4.esm.js";import{m as s}from"./lit-localize-a395d291.esm.js";import{r as m}from"./jio-navbar-link.esm.js";import"./jio-improve-this-page.esm.js";import"./jio-report-a-problem.esm.js";import{l as b}from"./localized-decorator-ec94f142.esm.js";import"./shared-styles.esm.js";const a=o`.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}`,w=o`.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-md-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-xl-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-xl-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-xl-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-xl-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-xl-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-xl-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-xl-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-xl-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-xl-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-xl-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-xl-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-xl-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-xl-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}`,k=o`jio-improve-this-page,jio-report-a-problem{--jio-a-color:#fff}jio-improve-this-page{margin-right:10px}*{-webkit-box-sizing:border-box;box-sizing:border-box}p{margin-bottom:1rem;margin-top:0}footer{background:#1077ad;clear:both;color:#fff;display:block;float:left;line-height:1.66;margin:0;padding:2rem;position:relative;width:100%;z-index:2}.license-box{float:left;font-size:.85rem;padding-left:0}a{background-color:transparent;color:#fff;text-decoration:none;text-decoration-thickness:2px;text-underline-offset:2px}a:hover{text-decoration:underline}.area{display:inline-block;font-size:.85rem;padding:1rem 0;vertical-align:top}.col1{padding-left:0}li,ul{display:block;list-style:none;margin:0;padding:0}.links{padding:0}.links li{text-align:left}.links h5{color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05em;line-height:1.2;margin-bottom:.5rem;margin-top:0;text-align:left}.div-mar{border-top:solid 2px #fff;margin-right:2rem;padding:1rem 0}.box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}`,n={"cc-sa":l`<div id="creativecommons"><a href="https://creativecommons.org/licenses/by-sa/4.0/"><p><img alt="${s("Creative Commons Attribution-ShareAlike license")}" src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg" width="88" height="31"></p></a><p>${s("The content driving this site is licensed under the Creative Commons Attribution-ShareAlike 4.0 license.")}</p></div>`};let p=class extends i{constructor(){super(...arguments),this.license="cc-sa",this.property="https://www.jenkins.io",this.sourcePath="",this.githubRepo="",this.githubBranch="master",this.reportAProblemTemplate=""}render(){return l`<footer><div class="container"><div class="row"><div class="col-md-4 col1"><p class="box"><jio-improve-this-page sourcePath="${this.sourcePath}" githubRepo="${this.githubRepo}" .githubBranch="${f(this.githubBranch)}"></jio-improve-this-page><jio-report-a-problem sourcePath="${this.sourcePath}" githubRepo="${this.githubRepo}" .githubBranch="${f(this.githubBranch)}" .template="${f(this.reportAProblemTemplate)}"></jio-report-a-problem></p><div class="license-box">${n[this.license]||t}</div></div><div class="links col-md-8"><div class="container"><div class="row"><div class="area col-md-3"><div class="div-mar"><h5>Resources</h5><ul class="resources"><li><a href="${m("/download/",this.property).href}">${s("Downloads")}</a></li><li><a href="${m("/blog/",this.property).href}">${s("Blog")}</a></li><li><a href="${m("/doc/",this.property).href}">${s("Documentation")}</a></li><li><a href="${m("https://plugins.jenkins.io/",this.property).href}">${s("Plugins")}</a></li><li><a href="${m("/security/",this.property).href}">${s("Security")}</a></li><li><a href="${m("/participate/",this.property).href}">${s("Contributing")}</a></li></ul></div></div><div class="area col-md-3"><div class="div-mar"><h5>Project</h5><ul class="project"><li><a href="${m("/project/",this.property).href}">${s("Structure and governance")}</a></li><li><a href="${m("https://issues.jenkins.io",this.property).href}">${s("Issue tracker")}</a></li><li><a href="${m("/project/roadmap/",this.property).href}">${s("Roadmap")}</a></li><li><a href="${m("https://github.com/jenkinsci",this.property).href}">${s("GitHub")}</a></li><li><a href="${m("https://ci.jenkins.io",this.property).href}">${s("Jenkins on Jenkins")}</a></li><li><a href="${m("https://stats.jenkins.io",this.property).href}">${s("Statistics")}</a></li></ul></div></div><div class="area col-md-3"><div class="div-mar"><h5>Community</h5><ul class="community"><li><a href="${m("https://community.jenkins.io",this.property).href}">${s("Forum")}</a></li><li><a href="${m("/events/",this.property).href}">${s("Events")}</a></li><li><a href="${m("/mailing-lists/",this.property).href}">${s("Mailing lists")}</a></li><li><a href="${m("/chat/",this.property).href}">${s("Chats")}</a></li><li><a href="${m("/sigs/",this.property).href}">${s("Special Interest Groups")}</a></li><li><a href="${m("https://twitter.com/jenkinsci",this.property).href}">${s("𝕏 (formerly Twitter)")}</a></li><li><a href="${m("https://reddit.com/r/jenkinsci",this.property).href}">${s("Reddit")}</a></li></ul></div></div><div class="area col-md-3"><div class="div-mar"><h5>Other</h5><ul class="other"><li><a href="${m("/project/conduct/",this.property).href}">${s("Code of Conduct")}</a></li><li><a href="${m("/press/",this.property).href}">${s("Press information")}</a></li><li><a href="${m("/merchandise/",this.property).href}">${s("Merchandise")}</a></li><li><a href="${m("/artwork/",this.property).href}">${s("Artwork")}</a></li><li><a href="${m("/awards/",this.property).href}">${s("Awards")}</a></li></ul></div></div></div></div></div></div></div></footer>`}};p.styles=[x,a,w,k],e([d()],p.prototype,"license",void 0),e([d()],p.prototype,"property",void 0),e([d()],p.prototype,"sourcePath",void 0),e([d()],p.prototype,"githubRepo",void 0),e([d()],p.prototype,"githubBranch",void 0),e([d({type:String})],p.prototype,"reportAProblemTemplate",void 0),p=e([b(),r("jio-footer")],p);
|
|
1
|
+
import{_ as e,e as r}from"./query-assigned-elements-f06332ea.esm.js";import{i as o,x as i,s as l,A as t}from"./lit-element-1adb71ee.esm.js";import{s as x,l as f}from"./global-d62b227f.esm.js";import{e as d}from"./property-6d5dc9b4.esm.js";import{m as s}from"./lit-localize-a395d291.esm.js";import{r as m}from"./jio-navbar-link.esm.js";import"./jio-improve-this-page.esm.js";import"./jio-report-a-problem.esm.js";import"./jio-report-infra-issue.esm.js";import{l as a}from"./localized-decorator-ec94f142.esm.js";import"./shared-styles.esm.js";import"./index-02ecfee8.esm.js";const b=o`.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}`,w=o`.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-md-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.order-xl-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.order-xl-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.order-xl-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.order-xl-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.order-xl-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.order-xl-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.order-xl-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.order-xl-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.order-xl-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.order-xl-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.order-xl-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.order-xl-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.order-xl-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}`,k=o`jio-improve-this-page,jio-report-a-problem,jio-report-infra-issue{--jio-a-color:#fff}jio-improve-this-page{margin-right:10px}jio-report-infra-issue{margin-right:10px}*{-webkit-box-sizing:border-box;box-sizing:border-box}p{margin-bottom:1rem;margin-top:0}footer{background:#1077ad;clear:both;color:#fff;display:block;float:left;line-height:1.66;margin:0;padding:2rem;position:relative;width:100%;z-index:2}.license-box{float:left;font-size:.85rem;padding-left:0}a{background-color:transparent;color:#fff;text-decoration:none;text-decoration-thickness:2px;text-underline-offset:2px}a:hover{text-decoration:underline}.area{display:inline-block;font-size:.85rem;padding:1rem 0;vertical-align:top}.col1{padding-left:0}li,ul{display:block;list-style:none;margin:0;padding:0}.links{padding:0}.links li{text-align:left}.links h5{color:#fff;font-size:1rem;font-weight:800;letter-spacing:.05em;line-height:1.2;margin-bottom:.5rem;margin-top:0;text-align:left}.div-mar{border-top:solid 2px #fff;margin-right:2rem;padding:1rem 0}.box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}`,n={"cc-sa":i`<div id="creativecommons"><a href="https://creativecommons.org/licenses/by-sa/4.0/"><p><img alt="${s("Creative Commons Attribution-ShareAlike license")}" src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg" width="88" height="31"></p></a><p>${s("The content driving this site is licensed under the Creative Commons Attribution-ShareAlike 4.0 license.")}</p></div>`};let p=class extends l{constructor(){super(...arguments),this.license="cc-sa",this.property="https://www.jenkins.io",this.sourcePath="",this.githubRepo="",this.githubBranch="master",this.reportAProblemTemplate="",this.skipReportIssue=!1}render(){return i`<footer><div class="container"><div class="row"><div class="col-md-4 col1">${this.skipReportIssue?t:i`<p class="box"><jio-report-infra-issue sourcePath="${this.sourcePath}" githubRepo="${this.githubRepo}" .githubBranch="${f(this.githubBranch)}"></jio-report-infra-issue></p>`}<p class="box"><jio-improve-this-page sourcePath="${this.sourcePath}" githubRepo="${this.githubRepo}" .githubBranch="${f(this.githubBranch)}"></jio-improve-this-page></p><p class="box"><jio-report-a-problem sourcePath="${this.sourcePath}" githubRepo="${this.githubRepo}" .githubBranch="${f(this.githubBranch)}" .template="${f(this.reportAProblemTemplate)}"></jio-report-a-problem></p><div class="license-box">${n[this.license]||t}</div></div><div class="links col-md-8"><div class="container"><div class="row"><div class="area col-md-3"><div class="div-mar"><h5>Resources</h5><ul class="resources"><li><a href="${m("/download/",this.property).href}">${s("Downloads")}</a></li><li><a href="${m("/blog/",this.property).href}">${s("Blog")}</a></li><li><a href="${m("/doc/",this.property).href}">${s("Documentation")}</a></li><li><a href="${m("https://plugins.jenkins.io/",this.property).href}">${s("Plugins")}</a></li><li><a href="${m("/security/",this.property).href}">${s("Security")}</a></li><li><a href="${m("/participate/",this.property).href}">${s("Contributing")}</a></li></ul></div></div><div class="area col-md-3"><div class="div-mar"><h5>Project</h5><ul class="project"><li><a href="${m("/project/",this.property).href}">${s("Structure and governance")}</a></li><li><a href="${m("https://issues.jenkins.io",this.property).href}">${s("Issue tracker")}</a></li><li><a href="${m("/project/roadmap/",this.property).href}">${s("Roadmap")}</a></li><li><a href="${m("https://github.com/jenkinsci",this.property).href}">${s("GitHub")}</a></li><li><a href="${m("https://ci.jenkins.io",this.property).href}">${s("Jenkins on Jenkins")}</a></li><li><a href="${m("https://stats.jenkins.io",this.property).href}">${s("Statistics")}</a></li></ul></div></div><div class="area col-md-3"><div class="div-mar"><h5>Community</h5><ul class="community"><li><a href="${m("https://community.jenkins.io",this.property).href}">${s("Forum")}</a></li><li><a href="${m("/events/",this.property).href}">${s("Events")}</a></li><li><a href="${m("/mailing-lists/",this.property).href}">${s("Mailing lists")}</a></li><li><a href="${m("/chat/",this.property).href}">${s("Chats")}</a></li><li><a href="${m("/sigs/",this.property).href}">${s("Special Interest Groups")}</a></li><li><a href="${m("https://twitter.com/jenkinsci",this.property).href}">${s("𝕏 (formerly Twitter)")}</a></li><li><a href="${m("https://reddit.com/r/jenkinsci",this.property).href}">${s("Reddit")}</a></li></ul></div></div><div class="area col-md-3"><div class="div-mar"><h5>Other</h5><ul class="other"><li><a href="${m("/project/conduct/",this.property).href}">${s("Code of Conduct")}</a></li><li><a href="${m("/press/",this.property).href}">${s("Press information")}</a></li><li><a href="${m("/merchandise/",this.property).href}">${s("Merchandise")}</a></li><li><a href="${m("/artwork/",this.property).href}">${s("Artwork")}</a></li><li><a href="${m("/awards/",this.property).href}">${s("Awards")}</a></li></ul></div></div></div></div></div></div></div></footer>`}};p.styles=[x,b,w,k],e([d()],p.prototype,"license",void 0),e([d()],p.prototype,"property",void 0),e([d()],p.prototype,"sourcePath",void 0),e([d()],p.prototype,"githubRepo",void 0),e([d()],p.prototype,"githubBranch",void 0),e([d({type:String})],p.prototype,"reportAProblemTemplate",void 0),e([d({type:Boolean})],p.prototype,"skipReportIssue",void 0),p=e([a(),r("jio-footer")],p);
|
|
2
2
|
//# sourceMappingURL=jio-footer.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jio-footer.esm.js","sources":["../src/jio-footer.ts"],"sourcesContent":[null],"names":["licenseHtmls","html","msg","
|
|
1
|
+
{"version":3,"file":"jio-footer.esm.js","sources":["../src/jio-footer.ts"],"sourcesContent":[null],"names":["licenseHtmls","html","msg","LitElement","constructor","super","arguments"],"mappings":"k7lBAgDMA,EAAA,CAEH,QAAAC,CAAgB,oGAMAC,EAAA,wKAUbA,EAAA,+HA0IY,cAASC,EACvBC,cACHC,SAAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./property-86ac9183.cjs.js","./shared-styles.cjs.js","./lit-localize-92178a16.cjs.js","./localized-decorator-3cb5e3e2.cjs.js"],function(_export,_context){"use strict";var t,o,s,e,r,i,h,a,n,p,_templateObject,_templateObject2,_templateObject3,c;function _taggedTemplateLiteral(strings,raw){if(!raw){raw=strings.slice(0);}return Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}));}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return typeof key==="symbol"?key:String(key);}function _toPrimitive(input,hint){if(typeof input!=="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==undefined){var res=prim.call(input,hint||"default");if(typeof res!=="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.");}return(hint==="string"?String:Number)(input);}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf(subClass,superClass);}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o;};return _setPrototypeOf(o,p);}function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=_getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget);}else{result=Super.apply(this,arguments);}return _possibleConstructorReturn(this,result);};}function _possibleConstructorReturn(self,call){if(call&&(typeof call==="object"||typeof call==="function")){return call;}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined");}return _assertThisInitialized(self);}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true;}catch(e){return false;}}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o);};return _getPrototypeOf(o);}return{setters:[function(_queryAssignedElements002CjsJs){t=_queryAssignedElements002CjsJs._;o=_queryAssignedElements002CjsJs.e;},function(_litElement003CjsJs){s=_litElement003CjsJs.i;e=_litElement003CjsJs.s;r=_litElement003CjsJs.x;},function(_property004CjsJs){i=_property004CjsJs.e;},function(_sharedStylesCjsJs){h=_sharedStylesCjsJs.i;},function(_litLocalize001CjsJs){a=_litLocalize001CjsJs.m;n=_litLocalize001CjsJs.s;},function(
|
|
1
|
+
System.register(["./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./property-86ac9183.cjs.js","./shared-styles.cjs.js","./lit-localize-92178a16.cjs.js","./localized-decorator-3cb5e3e2.cjs.js"],function(_export,_context){"use strict";var t,o,s,e,r,i,h,a,n,p,_templateObject,_templateObject2,_templateObject3,c;function _taggedTemplateLiteral(strings,raw){if(!raw){raw=strings.slice(0);}return Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}));}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return typeof key==="symbol"?key:String(key);}function _toPrimitive(input,hint){if(typeof input!=="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==undefined){var res=prim.call(input,hint||"default");if(typeof res!=="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.");}return(hint==="string"?String:Number)(input);}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf(subClass,superClass);}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o;};return _setPrototypeOf(o,p);}function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=_getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget);}else{result=Super.apply(this,arguments);}return _possibleConstructorReturn(this,result);};}function _possibleConstructorReturn(self,call){if(call&&(typeof call==="object"||typeof call==="function")){return call;}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined");}return _assertThisInitialized(self);}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true;}catch(e){return false;}}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o);};return _getPrototypeOf(o);}return{setters:[function(_queryAssignedElements002CjsJs){t=_queryAssignedElements002CjsJs._;o=_queryAssignedElements002CjsJs.e;},function(_litElement003CjsJs){s=_litElement003CjsJs.i;e=_litElement003CjsJs.s;r=_litElement003CjsJs.x;},function(_property004CjsJs){i=_property004CjsJs.e;},function(_sharedStylesCjsJs){h=_sharedStylesCjsJs.i;},function(_litLocalize001CjsJs){a=_litLocalize001CjsJs.m;n=_litLocalize001CjsJs.s;},function(_localizedDecorator006CjsJs){p=_localizedDecorator006CjsJs.l;}],execute:function(){c=/*#__PURE__*/function(_e){_inherits(c,_e);var _super=_createSuper(c);function c(){var _this;_classCallCheck(this,c);_this=_super.apply(this,arguments),_this.sourcePath="",_this.githubRepo="",_this.githubBranch="master";return _this;}_createClass(c,[{key:"render",value:function render(){if(!this.sourcePath)return null;if(!this.githubRepo)return null;var t=this.sourcePath,o=this.githubRepo,s=this.githubBranch;return r(_templateObject||(_templateObject=_taggedTemplateLiteral(["<a href=\"","\" title=\"","\" rel=\"noreferrer noopener\"><ion-icon name=\"logo-github\"></ion-icon><span class=\"text\">","</span></a>"])),"https://github.com/".concat(o,"/edit/").concat(s,"/").concat(t),a(n(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["Edit "," on GitHub"])),t)),a("Improve this page"));}}]);return c;}(e);c.styles=[h,s(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["ion-icon{color:#000}"])))],t([i()],c.prototype,"sourcePath",void 0),t([i()],c.prototype,"githubRepo",void 0),t([i()],c.prototype,"githubBranch",void 0),c=t([p(),o("jio-improve-this-page")],c);}};});
|
|
2
2
|
//# sourceMappingURL=jio-improve-this-page.cjs.js.map
|
package/build/jio-navbar.cjs.js
CHANGED
|
@@ -2,5 +2,5 @@ System.register(["./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8
|
|
|
2
2
|
* @license
|
|
3
3
|
* Copyright 2017 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
-
*/function b(e){return a(_objectSpread(_objectSpread({},e),{},{state:!0}));}return{setters:[function(_queryAssignedElements002CjsJs){e=_queryAssignedElements002CjsJs._;i=_queryAssignedElements002CjsJs.e;},function(_litElement003CjsJs){o=_litElement003CjsJs.i;n=_litElement003CjsJs.s;t=_litElement003CjsJs.x;l=_litElement003CjsJs.A;},function(_property004CjsJs){a=_property004CjsJs.e;},function(_global006CjsJs){r=_global006CjsJs.s;s=_global006CjsJs.l;},function(_litLocalize001CjsJs){d=_litLocalize001CjsJs.m;},function(_jioLocaleCjsJs){},function(_jioCdfLogoCjsJs){},function(_jioNavbarLinkCjsJs){},function(_jioSearchboxCjsJs){},function(_localizedDecorator005CjsJs){c=_localizedDecorator005CjsJs.l;}],execute:function(){p=o(_templateObject||(_templateObject=_taggedTemplateLiteral(["a:focus-visible{outline:2px solid #000b19}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-color:rgba(255,255,255,.1);border-radius:.25rem;color:rgba(255,255,255,.5);display:none;font-size:1.25rem;line-height:1;margin-left:auto}.nav{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}.navbar{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#212529;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.875rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 0;padding:.5rem 1rem;position:relative}@media(prefers-color-scheme:dark){.navbar[data-theme=auto]{background-color:#000}}.navbar[data-theme=dark]{background-color:#000}.navbar-brand ::slotted(a),.navbar-brand a{color:#fff;display:inline-block;font-family:Georgia,Times,\"Times New Roman\",serif;font-size:1.25rem;font-size:20px;font-weight:600;line-height:inherit;margin-right:1rem;padding:2px 0;padding-bottom:.3125rem;padding-top:.3125rem;text-decoration:none;white-space:nowrap}.collapse{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5;text-align:center}.nav-item{cursor:pointer}.dropdown{position:relative}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.nav-link.dropdown-toggle{background-color:transparent;border:0;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit;margin:0 auto}.nav-link.dropdown-toggle:hover{text-decoration:underline;color:rgba(255,255,255,.55)}button.nav-link{background:#f9f9f9;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 2px 4px -3px rgb(0 0 0 / 25%);box-shadow:0 2px 4px -3px rgb(0 0 0 / 25%)}.nav-link{color:rgba(255,255,255,.55);display:block;padding:.5em 0;padding-left:.5rem;padding-right:.5rem;text-decoration:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.dropdown-toggle{white-space:nowrap}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.175);border-radius:.375em;color:#212529;display:none;list-style:none;margin:0;min-width:10rem;padding:.5em 0;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:left;z-index:1000}.dropdown-menu.show{display:block}.navbar.dropdown-menu{font-size:.875rem;max-height:80vh;overflow-y:auto}.download-btn{font-size:.875rem;margin-left:8px}.download-btn a{background-color:transparent;border:1px solid #6c757d;border-radius:.375px;cursor:pointer;line-height:1.5em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.dropdown-toggle::after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:'';display:inline-block;margin-left:.255em;vertical-align:.255em}@media (min-width:1313px){.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}}@media (max-width:1313px){.navbar-toggler{display:block;margin-left:0;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}jio-searchbox{margin-left:auto;margin-right:10px;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.navbar-menu{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.navbar{-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal}.navbar-nav{width:100%}.collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.collapse:not(.show){display:none}.collapse .navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.navbar-nav .dropdown-menu{position:absolute}}.divider{border-left:1px solid #fff}"])));m=/*#__PURE__*/function(_n){_inherits(m,_n);var _super=_createSuper(m);function m(){var _this;_classCallCheck(this,m);_this=_super.call(this),_this.property="https://www.jenkins.io",_this.showSearchBox=!1,_this.locationPathname=location.pathname,_this.theme="light",_this.visibleMenu=-1,_this.menuToggled=!1,_this.handleDocumentClick=_this.handleDocumentClick.bind(_assertThisInitialized(_this));return _this;}_createClass(m,[{key:"connectedCallback",value:function connectedCallback(){_get(_getPrototypeOf(m.prototype),"connectedCallback",this).call(this),document.addEventListener("click",this.handleDocumentClick);}},{key:"disconnectedCallback",value:function disconnectedCallback(){_get(_getPrototypeOf(m.prototype),"disconnectedCallback",this).call(this),document.removeEventListener("click",this.handleDocumentClick);}},{key:"handleDocumentClick",value:function handleDocumentClick(){this.visibleMenu=-1;}},{key:"render",value:function render(){var _this2=this;var e=[{label:d("What is CDF?"),link:"https://cd.foundation/"},{label:d("Jenkins X"),link:"https://jenkins-x.io/"},{label:d("Tekton"),link:"https://tekton.dev/"},{label:d("Spinnaker"),link:"https://www.spinnaker.io/"}],i=[{label:d("Blog"),link:"/blog/"},{label:d("Success Stories"),link:"https://stories.jenkins.io/"},{label:d("Contributor Spotlight"),link:"https://contributors.jenkins.io/"},{label:d("Documentation"),link:[{label:d("User Guide"),link:"/doc/book",header:!0},{label:"- "+d("Installing Jenkins"),link:"/doc/book/installing/"},{label:"- "+d("Jenkins Pipeline"),link:"/doc/book/pipeline/"},{label:"- "+d("Managing Jenkins"),link:"/doc/book/managing/"},{label:"- "+d("Securing Jenkins"),link:"/doc/book/security/"},{label:"- "+d("System Administration"),link:"/doc/book/system-administration/"},{label:"- "+d("Troubleshooting Jenkins"),link:"/doc/book/troubleshooting/"},{label:"- "+d("Terms and Definitions"),link:"/doc/book/glossary/"},{label:d("Solution Pages"),link:"/solutions",header:!0},{label:d("Tutorials"),link:"/doc/tutorials",header:!0},{label:d("Developer Guide"),link:"/doc/developer",header:!0},{label:d("Contributor Guide"),link:"/participate",header:!0},{label:d("Books"),link:"/books",header:!0}]},{label:d("Plugins"),link:"https://plugins.jenkins.io/"},{label:d("Community"),link:[{label:d("Overview"),link:"/participate/"},{label:d("Chat"),link:"/chat/",title:"Chat with the rest of the Jenkins community on IRC"},{label:d("Meet"),link:"/projects/jam/"},{label:d("Events"),link:"/events/"},{label:d("Forum"),link:"https://community.jenkins.io/"},{label:d("Issue Tracker"),link:"https://issues.jenkins.io/"},{label:d("Mailing Lists"),link:"/mailing-lists/",title:"Browse Jenkins mailing list archives and/ or subscribe to lists"},{label:d("Roadmap"),link:"/project/roadmap/"},{label:d("Account Management"),link:"https://accounts.jenkins.io/",title:"Create/manage your account for accessing wiki, issue tracker, etc"},{label:d("Special Interest Groups"),link:"/sigs/",header:!0},{label:"- "+d("Advocacy and Outreach"),link:"/sigs/advocacy-and-outreach/"},{label:"- "+d("Documentation"),link:"/sigs/docs/"},{label:"- "+d("Google Summer of Code"),link:"/sigs/gsoc/"},{label:"- "+d("Platform"),link:"/sigs/platform/"},{label:"- "+d("User Experience"),link:"/sigs/ux/"}]},{label:d("Subprojects"),link:[{label:d("Overview"),link:"/projects/"},{label:d("Google Summer of Code in Jenkins"),link:"/projects/gsoc/"},{label:d("Infrastructure"),link:"/projects/infrastructure/"},{label:d("CI/CD and Jenkins Area Meetups"),link:"/projects/jam/"},{label:d("Jenkins Configuration as Code"),link:"/projects/jcasc/"},{label:d("Jenkins Operator"),link:"/projects/jenkins-operator/"},{label:d("Jenkins Remoting"),link:"/projects/remoting/"},{label:d("Document Jenkins on Kubernetes"),link:"/sigs/docs/gsod/2020/projects/document-jenkins-on-kubernetes/"}]},{label:d("Security"),link:[{label:d("Overview"),link:"/security/"},{label:d("Security Advisories"),link:"/security/advisories/"},{label:d("Reporting Vulnerabilities"),link:"/security/reporting/"}]},{label:d("About"),link:[{label:d("Roadmap"),link:"/project/roadmap/"},{label:d("Press"),link:"/press/"},{label:d("Awards"),link:"/awards/"},{label:d("Conduct"),link:"/project/conduct/"},{label:d("Artwork"),link:"/artwork/"}]}].map(function(e,i){var o;return o=e.link&&Array.isArray(e.link)?_this2.renderNavItemDropdown(e,i,_this2.visibleMenu===i):t(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["<li class=\"nav-item\">","</li>"])),_this2.renderNavItemLink(e)),o;}),o=this.showSearchBox?t(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["<jio-searchbox @click=\"","\"></jio-searchbox>"])),this._handleSearchboxClick):l;return t(_templateObject4||(_templateObject4=_taggedTemplateLiteral(["<nav class=\"navbar\" data-theme=\"","\"><span class=\"navbar-brand\"><slot name=\"brand\"><a href=\"/\">Jenkins</a></slot></span><button class=\"navbar-toggler collapsed btn\" type=\"button\" @click=\"","\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"","\" aria-label=\"Toggle navigation\"><ion-icon name=\"","\" title=\"Toggle Menu Visible\"></ion-icon></button><div class=\"navbar-menu collapse ","\"><ul class=\"nav navbar-nav mr-auto\">","</ul><ul class=\"nav navbar-nav ml-auto\">","<li class=\"nav-item download-btn\">","</li><slot name=\"rightMenuItems\" @slotchange=\"","\"></slot></ul></div>","</nav>"])),this.theme,this._clickCollapseButton,this.menuToggled,this.menuToggled?"close-outline":"menu-outline",this.menuToggled?"show":"",this.renderNavItemDropdown({label:t(_templateObject5||(_templateObject5=_taggedTemplateLiteral(["<jio-cdf-logo></jio-cdf-logo>"]))),link:e},99,99===this.visibleMenu),i,this.renderNavItemLink({link:"/download/",label:"Download"},["btn btn-outline-secondary"]),this.handleSlotchange,o);}},{key:"handleSlotchange",value:function handleSlotchange(e){var i=e.target,o=i.assignedElements(),n=i.parentNode;var _iterator=_createForOfIteratorHelper(o),_step;try{for(_iterator.s();!(_step=_iterator.n()).done;){var _e=_step.value;var _iterator2=_createForOfIteratorHelper(_e.querySelectorAll("jio-navbar-link")),_step2;try{for(_iterator2.s();!(_step2=_iterator2.n()).done;){var _i=_step2.value;var _e2=document.createElement("li");_e2.className="nav-item",_e2.appendChild(_i),n.appendChild(_e2);}}catch(err){_iterator2.e(err);}finally{_iterator2.f();}}}catch(err){_iterator.e(err);}finally{_iterator.f();}}},{key:"renderNavItemDropdown",value:function renderNavItemDropdown(e,i,o){var _this3=this;if(!Array.isArray(e.link))return this.renderNavItemLink(e);var n=e.link.map(function(e){return _this3.renderNavItemLink(e,["dropdown-item feature"]);});return t(_templateObject6||(_templateObject6=_taggedTemplateLiteral(["<li class=\"nav-item dropdown\"><button @click=\"","\" data-idx=\"","\" aria-expanded=\"","\" aria-haspopup=\"true\" class=\"nav-link dropdown-toggle ","\">","</button><div class=\"dropdown-menu ","\">","</div></li>"])),this._toggleDropdown,i,o?"true":"false",o?"show":"",e.label,o?"show":"",n);}},{key:"renderNavItemLink",value:function renderNavItemLink(e){var i=arguments.length>1&&arguments[1]!==undefined?arguments[1]:[];if(Array.isArray(e.link))throw new Error("dropdown passed into render item");return t(_templateObject7||(_templateObject7=_taggedTemplateLiteral(["<jio-navbar-link .class=\"","\" .locationPathname=\"","\" .property=\"","\" ?header=\"","\" href=\"","\" title=\"","\">","</jio-navbar-link>"])),s(i.join(" ")),s(this.locationPathname),this.property,e.header,e.link,s(e.title),e.header?t(_templateObject8||(_templateObject8=_taggedTemplateLiteral(["<strong>","</strong>"])),e.label):e.label);}},{key:"_clickCollapseButton",value:function _clickCollapseButton(e){e.preventDefault(),this.menuToggled=!this.menuToggled;}},{key:"_handleSearchboxClick",value:function _handleSearchboxClick(){this.menuToggled&&(this.menuToggled=!1);}},{key:"_toggleDropdown",value:function _toggleDropdown(e){e.preventDefault(),e.stopPropagation();var i=e.currentTarget.dataset;this.visibleMenu===parseInt(i.idx||"-2",10)?this.visibleMenu=-1:this.visibleMenu=parseInt(i.idx||"-1",10);}}]);return m;}(n);m.styles=[r,p],e([a()],m.prototype,"property",void 0),e([a({type:Boolean})],m.prototype,"showSearchBox",void 0),e([a()],m.prototype,"locationPathname",void 0),e([a()],m.prototype,"theme",void 0),e([b()],m.prototype,"visibleMenu",void 0),e([b()],m.prototype,"menuToggled",void 0),m=e([c(),i("jio-navbar")],m);}};});
|
|
5
|
+
*/function b(e){return a(_objectSpread(_objectSpread({},e),{},{state:!0}));}return{setters:[function(_queryAssignedElements002CjsJs){e=_queryAssignedElements002CjsJs._;i=_queryAssignedElements002CjsJs.e;},function(_litElement003CjsJs){o=_litElement003CjsJs.i;n=_litElement003CjsJs.s;t=_litElement003CjsJs.x;l=_litElement003CjsJs.A;},function(_property004CjsJs){a=_property004CjsJs.e;},function(_global007CjsJs){r=_global007CjsJs.s;s=_global007CjsJs.l;},function(_litLocalize001CjsJs){d=_litLocalize001CjsJs.m;},function(_jioLocaleCjsJs){},function(_jioCdfLogoCjsJs){},function(_jioNavbarLinkCjsJs){},function(_jioSearchboxCjsJs){},function(_localizedDecorator006CjsJs){c=_localizedDecorator006CjsJs.l;}],execute:function(){p=o(_templateObject||(_templateObject=_taggedTemplateLiteral(["a:focus-visible{outline:2px solid #000b19}.navbar-toggler{background-color:transparent;border:1px solid rgba(255,255,255,.1);border-radius:.25rem;color:rgba(255,255,255,.5);display:none;font-size:1.25rem;line-height:1;margin-left:auto}.nav{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}.navbar{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#212529;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.875rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 0;padding:.5rem 1rem;position:relative}@media(prefers-color-scheme:dark){.navbar[data-theme=auto]{background-color:#000}}.navbar[data-theme=dark]{background-color:#000}.navbar-brand ::slotted(a),.navbar-brand a{color:#fff;display:inline-block;font-family:Georgia,Times,\"Times New Roman\",serif;font-size:20px;font-weight:600;line-height:inherit;margin-right:1rem;padding:.3125rem 0;text-decoration:none;white-space:nowrap}.collapse{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5;text-align:center}.nav-item{cursor:pointer}.dropdown{position:relative}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.nav-link.dropdown-toggle{background-color:transparent;border:0;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit;margin:0 auto}.nav-link.dropdown-toggle:hover{text-decoration:underline;color:rgba(255,255,255,.55)}button.nav-link{background:#f9f9f9;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 2px 4px -3px rgb(0 0 0 / 25%);box-shadow:0 2px 4px -3px rgb(0 0 0 / 25%)}.nav-link{color:rgba(255,255,255,.55);display:block;padding:.5em .5rem;text-decoration:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.dropdown-toggle{white-space:nowrap}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.175);border-radius:.375em;color:#212529;display:none;list-style:none;margin:0;min-width:10rem;padding:.5em 0;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:left;z-index:1000}.dropdown-menu.show{display:block}.navbar.dropdown-menu{font-size:.875rem;max-height:80vh;overflow-y:auto}.download-btn{font-size:.875rem;margin-left:8px}.download-btn a{background-color:transparent;border:1px solid #6c757d;border-radius:.375px;cursor:pointer;line-height:1.5em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.dropdown-toggle::after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:'';display:inline-block;margin-left:.255em;vertical-align:.255em}@media (min-width:1313px){.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}}@media (max-width:1313px){.navbar-toggler{display:block;margin-left:0;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}jio-searchbox{margin-left:auto;margin-right:10px;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.navbar-menu{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.navbar{-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal}.navbar-nav{width:100%}.collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.collapse:not(.show){display:none}.collapse .navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.navbar-nav .dropdown-menu{position:absolute}}.divider{border-left:1px solid #fff}"])));m=/*#__PURE__*/function(_n){_inherits(m,_n);var _super=_createSuper(m);function m(){var _this;_classCallCheck(this,m);_this=_super.call(this),_this.property="https://www.jenkins.io",_this.showSearchBox=!1,_this.locationPathname=location.pathname,_this.theme="light",_this.visibleMenu=-1,_this.menuToggled=!1,_this.handleDocumentClick=_this.handleDocumentClick.bind(_assertThisInitialized(_this));return _this;}_createClass(m,[{key:"connectedCallback",value:function connectedCallback(){_get(_getPrototypeOf(m.prototype),"connectedCallback",this).call(this),document.addEventListener("click",this.handleDocumentClick);}},{key:"disconnectedCallback",value:function disconnectedCallback(){_get(_getPrototypeOf(m.prototype),"disconnectedCallback",this).call(this),document.removeEventListener("click",this.handleDocumentClick);}},{key:"handleDocumentClick",value:function handleDocumentClick(){this.visibleMenu=-1;}},{key:"render",value:function render(){var _this2=this;var e=[{label:d("What is CDF?"),link:"https://cd.foundation/"},{label:d("Jenkins X"),link:"https://jenkins-x.io/"},{label:d("Tekton"),link:"https://tekton.dev/"},{label:d("Spinnaker"),link:"https://www.spinnaker.io/"}],i=[{label:d("Blog"),link:"/blog/"},{label:d("Success Stories"),link:"https://stories.jenkins.io/"},{label:d("Contributor Spotlight"),link:"https://contributors.jenkins.io/"},{label:d("Documentation"),link:[{label:d("User Guide"),link:"/doc/book",header:!0},{label:"- "+d("Installing Jenkins"),link:"/doc/book/installing/"},{label:"- "+d("Jenkins Pipeline"),link:"/doc/book/pipeline/"},{label:"- "+d("Managing Jenkins"),link:"/doc/book/managing/"},{label:"- "+d("Securing Jenkins"),link:"/doc/book/security/"},{label:"- "+d("System Administration"),link:"/doc/book/system-administration/"},{label:"- "+d("Troubleshooting Jenkins"),link:"/doc/book/troubleshooting/"},{label:"- "+d("Terms and Definitions"),link:"/doc/book/glossary/"},{label:d("Solution Pages"),link:"/solutions",header:!0},{label:d("Tutorials"),link:"/doc/tutorials",header:!0},{label:d("Developer Guide"),link:"/doc/developer",header:!0},{label:d("Contributor Guide"),link:"/participate",header:!0},{label:d("Books"),link:"/books",header:!0}]},{label:d("Plugins"),link:"https://plugins.jenkins.io/"},{label:d("Community"),link:[{label:d("Overview"),link:"/participate/"},{label:d("Chat"),link:"/chat/",title:"Chat with the rest of the Jenkins community on IRC"},{label:d("Meet"),link:"/projects/jam/"},{label:d("Events"),link:"/events/"},{label:d("Forum"),link:"https://community.jenkins.io/"},{label:d("Issue Tracker"),link:"https://issues.jenkins.io/"},{label:d("Mailing Lists"),link:"/mailing-lists/",title:"Browse Jenkins mailing list archives and/ or subscribe to lists"},{label:d("Roadmap"),link:"/project/roadmap/"},{label:d("Account Management"),link:"https://accounts.jenkins.io/",title:"Create/manage your account for accessing wiki, issue tracker, etc"},{label:d("Special Interest Groups"),link:"/sigs/",header:!0},{label:"- "+d("Advocacy and Outreach"),link:"/sigs/advocacy-and-outreach/"},{label:"- "+d("Documentation"),link:"/sigs/docs/"},{label:"- "+d("Google Summer of Code"),link:"/sigs/gsoc/"},{label:"- "+d("Platform"),link:"/sigs/platform/"},{label:"- "+d("User Experience"),link:"/sigs/ux/"}]},{label:d("Subprojects"),link:[{label:d("Overview"),link:"/projects/"},{label:d("Google Summer of Code in Jenkins"),link:"/projects/gsoc/"},{label:d("Infrastructure"),link:"/projects/infrastructure/"},{label:d("CI/CD and Jenkins Area Meetups"),link:"/projects/jam/"},{label:d("Jenkins Configuration as Code"),link:"/projects/jcasc/"},{label:d("Jenkins Operator"),link:"/projects/jenkins-operator/"},{label:d("Jenkins Remoting"),link:"/projects/remoting/"},{label:d("Document Jenkins on Kubernetes"),link:"/sigs/docs/gsod/2020/projects/document-jenkins-on-kubernetes/"}]},{label:d("Security"),link:[{label:d("Overview"),link:"/security/"},{label:d("Security Advisories"),link:"/security/advisories/"},{label:d("Reporting Vulnerabilities"),link:"/security/reporting/"}]},{label:d("About"),link:[{label:d("Roadmap"),link:"/project/roadmap/"},{label:d("Press"),link:"/press/"},{label:d("Awards"),link:"/awards/"},{label:d("Conduct"),link:"/project/conduct/"},{label:d("Artwork"),link:"/artwork/"}]}].map(function(e,i){var o;return o=e.link&&Array.isArray(e.link)?_this2.renderNavItemDropdown(e,i,_this2.visibleMenu===i):t(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["<li class=\"nav-item\">","</li>"])),_this2.renderNavItemLink(e)),o;}),o=this.showSearchBox?t(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["<jio-searchbox @click=\"","\"></jio-searchbox>"])),this._handleSearchboxClick):l;return t(_templateObject4||(_templateObject4=_taggedTemplateLiteral(["<nav class=\"navbar\" data-theme=\"","\"><span class=\"navbar-brand\"><slot name=\"brand\"><a href=\"/\">Jenkins</a></slot></span><button class=\"navbar-toggler collapsed btn\" type=\"button\" @click=\"","\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"","\" aria-label=\"Toggle navigation\"><ion-icon name=\"","\" title=\"Toggle Menu Visible\"></ion-icon></button><div class=\"navbar-menu collapse ","\"><ul class=\"nav navbar-nav mr-auto\">","</ul><ul class=\"nav navbar-nav ml-auto\">","<li class=\"nav-item download-btn\">","</li><slot name=\"rightMenuItems\" @slotchange=\"","\"></slot></ul></div>","</nav>"])),this.theme,this._clickCollapseButton,this.menuToggled,this.menuToggled?"close-outline":"menu-outline",this.menuToggled?"show":"",this.renderNavItemDropdown({label:t(_templateObject5||(_templateObject5=_taggedTemplateLiteral(["<jio-cdf-logo></jio-cdf-logo>"]))),link:e},99,99===this.visibleMenu),i,this.renderNavItemLink({link:"/download/",label:"Download"},["btn btn-outline-secondary"]),this.handleSlotchange,o);}},{key:"handleSlotchange",value:function handleSlotchange(e){var i=e.target,o=i.assignedElements(),n=i.parentNode;var _iterator=_createForOfIteratorHelper(o),_step;try{for(_iterator.s();!(_step=_iterator.n()).done;){var _e=_step.value;var _iterator2=_createForOfIteratorHelper(_e.querySelectorAll("jio-navbar-link")),_step2;try{for(_iterator2.s();!(_step2=_iterator2.n()).done;){var _i=_step2.value;var _e2=document.createElement("li");_e2.className="nav-item",_e2.appendChild(_i),n.appendChild(_e2);}}catch(err){_iterator2.e(err);}finally{_iterator2.f();}}}catch(err){_iterator.e(err);}finally{_iterator.f();}}},{key:"renderNavItemDropdown",value:function renderNavItemDropdown(e,i,o){var _this3=this;if(!Array.isArray(e.link))return this.renderNavItemLink(e);var n=e.link.map(function(e){return _this3.renderNavItemLink(e,["dropdown-item feature"]);});return t(_templateObject6||(_templateObject6=_taggedTemplateLiteral(["<li class=\"nav-item dropdown\"><button @click=\"","\" data-idx=\"","\" aria-expanded=\"","\" aria-haspopup=\"true\" class=\"nav-link dropdown-toggle ","\">","</button><div class=\"dropdown-menu ","\">","</div></li>"])),this._toggleDropdown,i,o?"true":"false",o?"show":"",e.label,o?"show":"",n);}},{key:"renderNavItemLink",value:function renderNavItemLink(e){var i=arguments.length>1&&arguments[1]!==undefined?arguments[1]:[];if(Array.isArray(e.link))throw new Error("dropdown passed into render item");return t(_templateObject7||(_templateObject7=_taggedTemplateLiteral(["<jio-navbar-link .class=\"","\" .locationPathname=\"","\" .property=\"","\" ?header=\"","\" href=\"","\" title=\"","\">","</jio-navbar-link>"])),s(i.join(" ")),s(this.locationPathname),this.property,e.header,e.link,s(e.title),e.header?t(_templateObject8||(_templateObject8=_taggedTemplateLiteral(["<strong>","</strong>"])),e.label):e.label);}},{key:"_clickCollapseButton",value:function _clickCollapseButton(e){e.preventDefault(),this.menuToggled=!this.menuToggled;}},{key:"_handleSearchboxClick",value:function _handleSearchboxClick(){this.menuToggled&&(this.menuToggled=!1);}},{key:"_toggleDropdown",value:function _toggleDropdown(e){e.preventDefault(),e.stopPropagation();var i=e.currentTarget.dataset;this.visibleMenu===parseInt(i.idx||"-2",10)?this.visibleMenu=-1:this.visibleMenu=parseInt(i.idx||"-1",10);}}]);return m;}(n);m.styles=[r,p],e([a()],m.prototype,"property",void 0),e([a({type:Boolean})],m.prototype,"showSearchBox",void 0),e([a()],m.prototype,"locationPathname",void 0),e([a()],m.prototype,"theme",void 0),e([b()],m.prototype,"visibleMenu",void 0),e([b()],m.prototype,"menuToggled",void 0),m=e([c(),i("jio-navbar")],m);}};});
|
|
6
6
|
//# sourceMappingURL=jio-navbar.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jio-navbar.cjs.js","sources":["../node_modules/@lit/reactive-element/decorators/state.js","../src/jio-navbar.ts"],"sourcesContent":["import{property as r}from\"./property.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function t(t){return r({...t,state:!0})}export{t as state};\n//# sourceMappingURL=state.js.map\n",null],"names":["t","r","state","Navbar","constructor","super","this","property","showSearchBox","locationPathname","location","pathname","theme","_this","connectedCallback","document","addEventListener","handleDocumentClick","disconnectedCallback","removeEventListener","visibleMenu","render","cdfMenuItems","label","msg","link","LitElement"],"mappings":";;;;AAKG,GAAA,QAASA,CAAAA,EAAEA,CAAG,CAAA,CAAA,MAAOC,CAAAA,iCAAMD,CAAAA,MAAEE,OAAM,CAAI,GAAA,
|
|
1
|
+
{"version":3,"file":"jio-navbar.cjs.js","sources":["../node_modules/@lit/reactive-element/decorators/state.js","../src/jio-navbar.ts"],"sourcesContent":["import{property as r}from\"./property.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function t(t){return r({...t,state:!0})}export{t as state};\n//# sourceMappingURL=state.js.map\n",null],"names":["t","r","state","Navbar","constructor","super","this","property","showSearchBox","locationPathname","location","pathname","theme","_this","connectedCallback","document","addEventListener","handleDocumentClick","disconnectedCallback","removeEventListener","visibleMenu","render","cdfMenuItems","label","msg","link","LitElement"],"mappings":";;;;AAKG,GAAA,QAASA,CAAAA,EAAEA,CAAG,CAAA,CAAA,MAAOC,CAAAA,iCAAMD,CAAAA,MAAEE,OAAM,CAAI,GAAA,qnLCepCC,CAAAA,uBAAAA,EAAAA,EAAAA,SAAAA,CAAAA,CAAAA,CAAAA,EAAAA,MAAAA,MAAAA,CAAAA,YAAAA,CAAAA,CAAAA,EAIOC,SAAAA,EAAAA,CAAAA,KAAAA,KAAAA,CAAAA,eAAAA,MAAAA,CAAAA,EACXC,KAAAA,CAAAA,MAAAA,CAAAA,IAAAA,OAMAC,KAAAA,CAAoCC,QAAAA,CAAA,yBAMvBD,KAAAA,CAAAE,aAAAA,CAAAA,CAAkB,EAGfF,KAAAA,CAAAG,gBAAAA,CAA6BC,SAAAC,QAO7CL,CAAAA,KAAAA,CAAgBM,MAAA,OASTN,CAAAA,KAAAA,cAAkB,CASlBA,CAAAA,KAAAA,cAAqB,yFAOF,QAAAO,KAAA,EAKjBC,YAAAA,CAAAA,CAAAA,GAAAA,GAAAA,qBAAAA,KAAAA,UAAAA,kBAAAA,CAKUT,CAAAA,IAAAA,CAAAA,eAAAA,CAAAA,CAAAA,CAAAA,SAAAA,4BAAAA,IAAAA,OAIJU,QAAAC,CAAAA,gBAAAA,CAAA,QAAAV,IAAAW,CAAAA,mBAAAA,CAgJC,EAmBhBC,GAAAA,GAAAA,wBAAAA,KAAAA,UAAAA,qBAAAA,CAqBiBb,CAAAA,IAAAA,CAAAA,eAAAA,CAAAA,CAAAA,CAAAA,SAAAA,+BAAAA,IAAAA,OAgBjBU,QAA4BI,CAAAA,mBAAAA,CAAA,QAAAb,IAAAW,CAAAA,mBAAAA,CAK5B,EAMAA,GAAAA,GAAAA,uBAAAA,KAAAA,UAAAA,oBAAAA,CAUDX,CAAAA,IAAAA,CAAAc,aAAA,CAEM,EACLC,GAAAA,GAAAA,UAAAA,KAAAA,UAAAA,OAAAA,kBACE,GAAYC,CAAAA,CAAAA,CAAS,CACtB,CAAAC,KAAAA,CAAAC,EAAA,cAAAC,CAAAA,CAAAA,IAAAA,CAAA,0BACF,CAAAF,KAAAA,CAAAC,EAAA,WAAAC,CAAAA,CAAAA,IAAAA,CAAA,m5NArSmCC,CAIvBtB","x_google_ignoreList":[0]}
|
package/build/jio-navbar.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import{_ as e,e as i}from"./query-assigned-elements-f06332ea.esm.js";import{i as o,s as n,x as t,A as l}from"./lit-element-1adb71ee.esm.js";import{e as a}from"./property-6d5dc9b4.esm.js";import{s as r,l as s}from"./global-d62b227f.esm.js";import{m as d}from"./lit-localize-a395d291.esm.js";import"./jio-locale.esm.js";import"./jio-cdf-logo.esm.js";import"./jio-navbar-link.esm.js";import"./jio-searchbox.esm.js";import{l as
|
|
1
|
+
import{_ as e,e as i}from"./query-assigned-elements-f06332ea.esm.js";import{i as o,s as n,x as t,A as l}from"./lit-element-1adb71ee.esm.js";import{e as a}from"./property-6d5dc9b4.esm.js";import{s as r,l as s}from"./global-d62b227f.esm.js";import{m as d}from"./lit-localize-a395d291.esm.js";import"./jio-locale.esm.js";import"./jio-cdf-logo.esm.js";import"./jio-navbar-link.esm.js";import"./jio-searchbox.esm.js";import{l as c}from"./localized-decorator-ec94f142.esm.js";
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2017 Google LLC
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
-
*/function c(e){return a({...e,state:!0})}const p=o`a:focus-visible{outline:2px solid #000b19}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-color:rgba(255,255,255,.1);border-radius:.25rem;color:rgba(255,255,255,.5);display:none;font-size:1.25rem;line-height:1;margin-left:auto}.nav{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}.navbar{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#212529;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.875rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 0;padding:.5rem 1rem;position:relative}@media(prefers-color-scheme:dark){.navbar[data-theme=auto]{background-color:#000}}.navbar[data-theme=dark]{background-color:#000}.navbar-brand ::slotted(a),.navbar-brand a{color:#fff;display:inline-block;font-family:Georgia,Times,"Times New Roman",serif;font-size:1.25rem;font-size:20px;font-weight:600;line-height:inherit;margin-right:1rem;padding:2px 0;padding-bottom:.3125rem;padding-top:.3125rem;text-decoration:none;white-space:nowrap}.collapse{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5;text-align:center}.nav-item{cursor:pointer}.dropdown{position:relative}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.nav-link.dropdown-toggle{background-color:transparent;border:0;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit;margin:0 auto}.nav-link.dropdown-toggle:hover{text-decoration:underline;color:rgba(255,255,255,.55)}button.nav-link{background:#f9f9f9;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 2px 4px -3px rgb(0 0 0 / 25%);box-shadow:0 2px 4px -3px rgb(0 0 0 / 25%)}.nav-link{color:rgba(255,255,255,.55);display:block;padding:.5em 0;padding-left:.5rem;padding-right:.5rem;text-decoration:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.dropdown-toggle{white-space:nowrap}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.175);border-radius:.375em;color:#212529;display:none;list-style:none;margin:0;min-width:10rem;padding:.5em 0;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:left;z-index:1000}.dropdown-menu.show{display:block}.navbar.dropdown-menu{font-size:.875rem;max-height:80vh;overflow-y:auto}.download-btn{font-size:.875rem;margin-left:8px}.download-btn a{background-color:transparent;border:1px solid #6c757d;border-radius:.375px;cursor:pointer;line-height:1.5em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.dropdown-toggle::after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:'';display:inline-block;margin-left:.255em;vertical-align:.255em}@media (min-width:1313px){.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}}@media (max-width:1313px){.navbar-toggler{display:block;margin-left:0;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}jio-searchbox{margin-left:auto;margin-right:10px;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.navbar-menu{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.navbar{-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal}.navbar-nav{width:100%}.collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.collapse:not(.show){display:none}.collapse .navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.navbar-nav .dropdown-menu{position:absolute}}.divider{border-left:1px solid #fff}`;let m=class extends n{constructor(){super(),this.property="https://www.jenkins.io",this.showSearchBox=!1,this.locationPathname=location.pathname,this.theme="light",this.visibleMenu=-1,this.menuToggled=!1,this.handleDocumentClick=this.handleDocumentClick.bind(this)}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.handleDocumentClick)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.handleDocumentClick)}handleDocumentClick(){this.visibleMenu=-1}render(){const e=[{label:d("What is CDF?"),link:"https://cd.foundation/"},{label:d("Jenkins X"),link:"https://jenkins-x.io/"},{label:d("Tekton"),link:"https://tekton.dev/"},{label:d("Spinnaker"),link:"https://www.spinnaker.io/"}],i=[{label:d("Blog"),link:"/blog/"},{label:d("Success Stories"),link:"https://stories.jenkins.io/"},{label:d("Contributor Spotlight"),link:"https://contributors.jenkins.io/"},{label:d("Documentation"),link:[{label:d("User Guide"),link:"/doc/book",header:!0},{label:"- "+d("Installing Jenkins"),link:"/doc/book/installing/"},{label:"- "+d("Jenkins Pipeline"),link:"/doc/book/pipeline/"},{label:"- "+d("Managing Jenkins"),link:"/doc/book/managing/"},{label:"- "+d("Securing Jenkins"),link:"/doc/book/security/"},{label:"- "+d("System Administration"),link:"/doc/book/system-administration/"},{label:"- "+d("Troubleshooting Jenkins"),link:"/doc/book/troubleshooting/"},{label:"- "+d("Terms and Definitions"),link:"/doc/book/glossary/"},{label:d("Solution Pages"),link:"/solutions",header:!0},{label:d("Tutorials"),link:"/doc/tutorials",header:!0},{label:d("Developer Guide"),link:"/doc/developer",header:!0},{label:d("Contributor Guide"),link:"/participate",header:!0},{label:d("Books"),link:"/books",header:!0}]},{label:d("Plugins"),link:"https://plugins.jenkins.io/"},{label:d("Community"),link:[{label:d("Overview"),link:"/participate/"},{label:d("Chat"),link:"/chat/",title:"Chat with the rest of the Jenkins community on IRC"},{label:d("Meet"),link:"/projects/jam/"},{label:d("Events"),link:"/events/"},{label:d("Forum"),link:"https://community.jenkins.io/"},{label:d("Issue Tracker"),link:"https://issues.jenkins.io/"},{label:d("Mailing Lists"),link:"/mailing-lists/",title:"Browse Jenkins mailing list archives and/ or subscribe to lists"},{label:d("Roadmap"),link:"/project/roadmap/"},{label:d("Account Management"),link:"https://accounts.jenkins.io/",title:"Create/manage your account for accessing wiki, issue tracker, etc"},{label:d("Special Interest Groups"),link:"/sigs/",header:!0},{label:"- "+d("Advocacy and Outreach"),link:"/sigs/advocacy-and-outreach/"},{label:"- "+d("Documentation"),link:"/sigs/docs/"},{label:"- "+d("Google Summer of Code"),link:"/sigs/gsoc/"},{label:"- "+d("Platform"),link:"/sigs/platform/"},{label:"- "+d("User Experience"),link:"/sigs/ux/"}]},{label:d("Subprojects"),link:[{label:d("Overview"),link:"/projects/"},{label:d("Google Summer of Code in Jenkins"),link:"/projects/gsoc/"},{label:d("Infrastructure"),link:"/projects/infrastructure/"},{label:d("CI/CD and Jenkins Area Meetups"),link:"/projects/jam/"},{label:d("Jenkins Configuration as Code"),link:"/projects/jcasc/"},{label:d("Jenkins Operator"),link:"/projects/jenkins-operator/"},{label:d("Jenkins Remoting"),link:"/projects/remoting/"},{label:d("Document Jenkins on Kubernetes"),link:"/sigs/docs/gsod/2020/projects/document-jenkins-on-kubernetes/"}]},{label:d("Security"),link:[{label:d("Overview"),link:"/security/"},{label:d("Security Advisories"),link:"/security/advisories/"},{label:d("Reporting Vulnerabilities"),link:"/security/reporting/"}]},{label:d("About"),link:[{label:d("Roadmap"),link:"/project/roadmap/"},{label:d("Press"),link:"/press/"},{label:d("Awards"),link:"/awards/"},{label:d("Conduct"),link:"/project/conduct/"},{label:d("Artwork"),link:"/artwork/"}]}].map(((e,i)=>{let o;return o=e.link&&Array.isArray(e.link)?this.renderNavItemDropdown(e,i,this.visibleMenu===i):t`<li class="nav-item">${this.renderNavItemLink(e)}</li>`,o})),o=this.showSearchBox?t`<jio-searchbox @click="${this._handleSearchboxClick}"></jio-searchbox>`:l;return t`<nav class="navbar" data-theme="${this.theme}"><span class="navbar-brand"><slot name="brand"><a href="/">Jenkins</a></slot></span><button class="navbar-toggler collapsed btn" type="button" @click="${this._clickCollapseButton}" aria-controls="navbarSupportedContent" aria-expanded="${this.menuToggled}" aria-label="Toggle navigation"><ion-icon name="${this.menuToggled?"close-outline":"menu-outline"}" title="Toggle Menu Visible"></ion-icon></button><div class="navbar-menu collapse ${this.menuToggled?"show":""}"><ul class="nav navbar-nav mr-auto">${this.renderNavItemDropdown({label:t`<jio-cdf-logo></jio-cdf-logo>`,link:e},99,99===this.visibleMenu)}</ul><ul class="nav navbar-nav ml-auto">${i}<li class="nav-item download-btn">${this.renderNavItemLink({link:"/download/",label:"Download"},["btn btn-outline-secondary"])}</li><slot name="rightMenuItems" @slotchange="${this.handleSlotchange}"></slot></ul></div>${o}</nav>`}handleSlotchange(e){const i=e.target,o=i.assignedElements(),n=i.parentNode;for(const e of o)for(const i of e.querySelectorAll("jio-navbar-link")){const e=document.createElement("li");e.className="nav-item",e.appendChild(i),n.appendChild(e)}}renderNavItemDropdown(e,i,o){if(!Array.isArray(e.link))return this.renderNavItemLink(e);const n=e.link.map((e=>this.renderNavItemLink(e,["dropdown-item feature"])));return t`<li class="nav-item dropdown"><button @click="${this._toggleDropdown}" data-idx="${i}" aria-expanded="${o?"true":"false"}" aria-haspopup="true" class="nav-link dropdown-toggle ${o?"show":""}">${e.label}</button><div class="dropdown-menu ${o?"show":""}">${n}</div></li>`}renderNavItemLink(e,i=[]){if(Array.isArray(e.link))throw new Error("dropdown passed into render item");return t`<jio-navbar-link .class="${s(i.join(" "))}" .locationPathname="${s(this.locationPathname)}" .property="${this.property}" ?header="${e.header}" href="${e.link}" title="${s(e.title)}">${e.header?t`<strong>${e.label}</strong>`:e.label}</jio-navbar-link>`}_clickCollapseButton(e){e.preventDefault(),this.menuToggled=!this.menuToggled}_handleSearchboxClick(){this.menuToggled&&(this.menuToggled=!1)}_toggleDropdown(e){e.preventDefault(),e.stopPropagation();const i=e.currentTarget.dataset;this.visibleMenu===parseInt(i.idx||"-2",10)?this.visibleMenu=-1:this.visibleMenu=parseInt(i.idx||"-1",10)}};m.styles=[r,p],e([a()],m.prototype,"property",void 0),e([a({type:Boolean})],m.prototype,"showSearchBox",void 0),e([a()],m.prototype,"locationPathname",void 0),e([a()],m.prototype,"theme",void 0),e([c()],m.prototype,"visibleMenu",void 0),e([c()],m.prototype,"menuToggled",void 0),m=e([b(),i("jio-navbar")],m);
|
|
6
|
+
*/function b(e){return a({...e,state:!0})}const p=o`a:focus-visible{outline:2px solid #000b19}.navbar-toggler{background-color:transparent;border:1px solid rgba(255,255,255,.1);border-radius:.25rem;color:rgba(255,255,255,.5);display:none;font-size:1.25rem;line-height:1;margin-left:auto}.nav{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}.navbar{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#212529;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.875rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 0;padding:.5rem 1rem;position:relative}@media(prefers-color-scheme:dark){.navbar[data-theme=auto]{background-color:#000}}.navbar[data-theme=dark]{background-color:#000}.navbar-brand ::slotted(a),.navbar-brand a{color:#fff;display:inline-block;font-family:Georgia,Times,"Times New Roman",serif;font-size:20px;font-weight:600;line-height:inherit;margin-right:1rem;padding:.3125rem 0;text-decoration:none;white-space:nowrap}.collapse{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:1.5;text-align:center}.nav-item{cursor:pointer}.dropdown{position:relative}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.nav-link.dropdown-toggle{background-color:transparent;border:0;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit;margin:0 auto}.nav-link.dropdown-toggle:hover{text-decoration:underline;color:rgba(255,255,255,.55)}button.nav-link{background:#f9f9f9;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:0 2px 4px -3px rgb(0 0 0 / 25%);box-shadow:0 2px 4px -3px rgb(0 0 0 / 25%)}.nav-link{color:rgba(255,255,255,.55);display:block;padding:.5em .5rem;text-decoration:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.dropdown-toggle{white-space:nowrap}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.175);border-radius:.375em;color:#212529;display:none;list-style:none;margin:0;min-width:10rem;padding:.5em 0;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:left;z-index:1000}.dropdown-menu.show{display:block}.navbar.dropdown-menu{font-size:.875rem;max-height:80vh;overflow-y:auto}.download-btn{font-size:.875rem;margin-left:8px}.download-btn a{background-color:transparent;border:1px solid #6c757d;border-radius:.375px;cursor:pointer;line-height:1.5em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.dropdown-toggle::after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:'';display:inline-block;margin-left:.255em;vertical-align:.255em}@media (min-width:1313px){.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}}@media (max-width:1313px){.navbar-toggler{display:block;margin-left:0;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}jio-searchbox{margin-left:auto;margin-right:10px;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.navbar-menu{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.navbar{-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal}.navbar-nav{width:100%}.collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.collapse:not(.show){display:none}.collapse .navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.navbar-nav .dropdown-menu{position:absolute}}.divider{border-left:1px solid #fff}`;let m=class extends n{constructor(){super(),this.property="https://www.jenkins.io",this.showSearchBox=!1,this.locationPathname=location.pathname,this.theme="light",this.visibleMenu=-1,this.menuToggled=!1,this.handleDocumentClick=this.handleDocumentClick.bind(this)}connectedCallback(){super.connectedCallback(),document.addEventListener("click",this.handleDocumentClick)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.handleDocumentClick)}handleDocumentClick(){this.visibleMenu=-1}render(){const e=[{label:d("What is CDF?"),link:"https://cd.foundation/"},{label:d("Jenkins X"),link:"https://jenkins-x.io/"},{label:d("Tekton"),link:"https://tekton.dev/"},{label:d("Spinnaker"),link:"https://www.spinnaker.io/"}],i=[{label:d("Blog"),link:"/blog/"},{label:d("Success Stories"),link:"https://stories.jenkins.io/"},{label:d("Contributor Spotlight"),link:"https://contributors.jenkins.io/"},{label:d("Documentation"),link:[{label:d("User Guide"),link:"/doc/book",header:!0},{label:"- "+d("Installing Jenkins"),link:"/doc/book/installing/"},{label:"- "+d("Jenkins Pipeline"),link:"/doc/book/pipeline/"},{label:"- "+d("Managing Jenkins"),link:"/doc/book/managing/"},{label:"- "+d("Securing Jenkins"),link:"/doc/book/security/"},{label:"- "+d("System Administration"),link:"/doc/book/system-administration/"},{label:"- "+d("Troubleshooting Jenkins"),link:"/doc/book/troubleshooting/"},{label:"- "+d("Terms and Definitions"),link:"/doc/book/glossary/"},{label:d("Solution Pages"),link:"/solutions",header:!0},{label:d("Tutorials"),link:"/doc/tutorials",header:!0},{label:d("Developer Guide"),link:"/doc/developer",header:!0},{label:d("Contributor Guide"),link:"/participate",header:!0},{label:d("Books"),link:"/books",header:!0}]},{label:d("Plugins"),link:"https://plugins.jenkins.io/"},{label:d("Community"),link:[{label:d("Overview"),link:"/participate/"},{label:d("Chat"),link:"/chat/",title:"Chat with the rest of the Jenkins community on IRC"},{label:d("Meet"),link:"/projects/jam/"},{label:d("Events"),link:"/events/"},{label:d("Forum"),link:"https://community.jenkins.io/"},{label:d("Issue Tracker"),link:"https://issues.jenkins.io/"},{label:d("Mailing Lists"),link:"/mailing-lists/",title:"Browse Jenkins mailing list archives and/ or subscribe to lists"},{label:d("Roadmap"),link:"/project/roadmap/"},{label:d("Account Management"),link:"https://accounts.jenkins.io/",title:"Create/manage your account for accessing wiki, issue tracker, etc"},{label:d("Special Interest Groups"),link:"/sigs/",header:!0},{label:"- "+d("Advocacy and Outreach"),link:"/sigs/advocacy-and-outreach/"},{label:"- "+d("Documentation"),link:"/sigs/docs/"},{label:"- "+d("Google Summer of Code"),link:"/sigs/gsoc/"},{label:"- "+d("Platform"),link:"/sigs/platform/"},{label:"- "+d("User Experience"),link:"/sigs/ux/"}]},{label:d("Subprojects"),link:[{label:d("Overview"),link:"/projects/"},{label:d("Google Summer of Code in Jenkins"),link:"/projects/gsoc/"},{label:d("Infrastructure"),link:"/projects/infrastructure/"},{label:d("CI/CD and Jenkins Area Meetups"),link:"/projects/jam/"},{label:d("Jenkins Configuration as Code"),link:"/projects/jcasc/"},{label:d("Jenkins Operator"),link:"/projects/jenkins-operator/"},{label:d("Jenkins Remoting"),link:"/projects/remoting/"},{label:d("Document Jenkins on Kubernetes"),link:"/sigs/docs/gsod/2020/projects/document-jenkins-on-kubernetes/"}]},{label:d("Security"),link:[{label:d("Overview"),link:"/security/"},{label:d("Security Advisories"),link:"/security/advisories/"},{label:d("Reporting Vulnerabilities"),link:"/security/reporting/"}]},{label:d("About"),link:[{label:d("Roadmap"),link:"/project/roadmap/"},{label:d("Press"),link:"/press/"},{label:d("Awards"),link:"/awards/"},{label:d("Conduct"),link:"/project/conduct/"},{label:d("Artwork"),link:"/artwork/"}]}].map(((e,i)=>{let o;return o=e.link&&Array.isArray(e.link)?this.renderNavItemDropdown(e,i,this.visibleMenu===i):t`<li class="nav-item">${this.renderNavItemLink(e)}</li>`,o})),o=this.showSearchBox?t`<jio-searchbox @click="${this._handleSearchboxClick}"></jio-searchbox>`:l;return t`<nav class="navbar" data-theme="${this.theme}"><span class="navbar-brand"><slot name="brand"><a href="/">Jenkins</a></slot></span><button class="navbar-toggler collapsed btn" type="button" @click="${this._clickCollapseButton}" aria-controls="navbarSupportedContent" aria-expanded="${this.menuToggled}" aria-label="Toggle navigation"><ion-icon name="${this.menuToggled?"close-outline":"menu-outline"}" title="Toggle Menu Visible"></ion-icon></button><div class="navbar-menu collapse ${this.menuToggled?"show":""}"><ul class="nav navbar-nav mr-auto">${this.renderNavItemDropdown({label:t`<jio-cdf-logo></jio-cdf-logo>`,link:e},99,99===this.visibleMenu)}</ul><ul class="nav navbar-nav ml-auto">${i}<li class="nav-item download-btn">${this.renderNavItemLink({link:"/download/",label:"Download"},["btn btn-outline-secondary"])}</li><slot name="rightMenuItems" @slotchange="${this.handleSlotchange}"></slot></ul></div>${o}</nav>`}handleSlotchange(e){const i=e.target,o=i.assignedElements(),n=i.parentNode;for(const e of o)for(const i of e.querySelectorAll("jio-navbar-link")){const e=document.createElement("li");e.className="nav-item",e.appendChild(i),n.appendChild(e)}}renderNavItemDropdown(e,i,o){if(!Array.isArray(e.link))return this.renderNavItemLink(e);const n=e.link.map((e=>this.renderNavItemLink(e,["dropdown-item feature"])));return t`<li class="nav-item dropdown"><button @click="${this._toggleDropdown}" data-idx="${i}" aria-expanded="${o?"true":"false"}" aria-haspopup="true" class="nav-link dropdown-toggle ${o?"show":""}">${e.label}</button><div class="dropdown-menu ${o?"show":""}">${n}</div></li>`}renderNavItemLink(e,i=[]){if(Array.isArray(e.link))throw new Error("dropdown passed into render item");return t`<jio-navbar-link .class="${s(i.join(" "))}" .locationPathname="${s(this.locationPathname)}" .property="${this.property}" ?header="${e.header}" href="${e.link}" title="${s(e.title)}">${e.header?t`<strong>${e.label}</strong>`:e.label}</jio-navbar-link>`}_clickCollapseButton(e){e.preventDefault(),this.menuToggled=!this.menuToggled}_handleSearchboxClick(){this.menuToggled&&(this.menuToggled=!1)}_toggleDropdown(e){e.preventDefault(),e.stopPropagation();const i=e.currentTarget.dataset;this.visibleMenu===parseInt(i.idx||"-2",10)?this.visibleMenu=-1:this.visibleMenu=parseInt(i.idx||"-1",10)}};m.styles=[r,p],e([a()],m.prototype,"property",void 0),e([a({type:Boolean})],m.prototype,"showSearchBox",void 0),e([a()],m.prototype,"locationPathname",void 0),e([a()],m.prototype,"theme",void 0),e([b()],m.prototype,"visibleMenu",void 0),e([b()],m.prototype,"menuToggled",void 0),m=e([c(),i("jio-navbar")],m);
|
|
7
7
|
//# sourceMappingURL=jio-navbar.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jio-navbar.esm.js","sources":["../node_modules/@lit/reactive-element/decorators/state.js","../src/jio-navbar.ts"],"sourcesContent":["import{property as r}from\"./property.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function t(t){return r({...t,state:!0})}export{t as state};\n//# sourceMappingURL=state.js.map\n",null],"names":["t","r","state","Navbar","LitElement","constructor","super","this","property","showSearchBox","locationPathname","location","pathname","theme","connectedCallback","document","addEventListener","handleDocumentClick","disconnectedCallback","removeEventListener","visibleMenu","render","cdfMenuItems","label","msg","link"],"mappings":";;;;;GAKG,SAASA,EAAEA,GAAG,OAAOC,EAAE,IAAID,EAAEE,OAAM,GAAI,
|
|
1
|
+
{"version":3,"file":"jio-navbar.esm.js","sources":["../node_modules/@lit/reactive-element/decorators/state.js","../src/jio-navbar.ts"],"sourcesContent":["import{property as r}from\"./property.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function t(t){return r({...t,state:!0})}export{t as state};\n//# sourceMappingURL=state.js.map\n",null],"names":["t","r","state","Navbar","LitElement","constructor","super","this","property","showSearchBox","locationPathname","location","pathname","theme","connectedCallback","document","addEventListener","handleDocumentClick","disconnectedCallback","removeEventListener","visibleMenu","render","cdfMenuItems","label","msg","link"],"mappings":";;;;;GAKG,SAASA,EAAEA,GAAG,OAAOC,EAAE,IAAID,EAAEE,OAAM,GAAI,k7JCe1C,IAAMC,gBAA8BC,EAIvBC,cACXC,QAMAC,KAAoCC,SAAA,yBAMvBD,KAAAE,eAAkB,EAGfF,KAAAG,iBAA6BC,SAAAC,SAO7CL,KAAgBM,MAAA,QASTN,kBAAkB,EASlBA,kBAAqB,8DAOF,CAKjBO,oBAKUR,MAAAQ,oBAIJC,SAAAC,iBAAA,QAAAT,KAAAU,oBAgJC,CAmBhBC,uBAqBiBZ,MAAAY,uBAgBjBH,SAA4BI,oBAAA,QAAAZ,KAAAU,oBAK5B,CAMAA,sBAUDV,KAAAa,aAAA,CAEM,CACLC,SACE,MAAYC,EAAS,CACtB,CAAAC,MAAAC,EAAA,gBAAAC,KAAA,0BACF,CAAAF,MAAAC,EAAA,aAAAC,KAAA","x_google_ignoreList":[0]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./property-86ac9183.cjs.js","./shared-styles.cjs.js","./lit-localize-92178a16.cjs.js","./localized-decorator-3cb5e3e2.cjs.js"],function(_export,_context){"use strict";var e,t,
|
|
1
|
+
System.register(["./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./property-86ac9183.cjs.js","./shared-styles.cjs.js","./lit-localize-92178a16.cjs.js","./index-1698649c.cjs.js","./localized-decorator-3cb5e3e2.cjs.js"],function(_export,_context){"use strict";var e,t,i,s,r,o,h,a,p,n,l,_templateObject,_templateObject2,_templateObject3,_templateObject4,u;function _taggedTemplateLiteral(strings,raw){if(!raw){raw=strings.slice(0);}return Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}));}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return typeof key==="symbol"?key:String(key);}function _toPrimitive(input,hint){if(typeof input!=="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==undefined){var res=prim.call(input,hint||"default");if(typeof res!=="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.");}return(hint==="string"?String:Number)(input);}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf(subClass,superClass);}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o;};return _setPrototypeOf(o,p);}function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=_getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget);}else{result=Super.apply(this,arguments);}return _possibleConstructorReturn(this,result);};}function _possibleConstructorReturn(self,call){if(call&&(typeof call==="object"||typeof call==="function")){return call;}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined");}return _assertThisInitialized(self);}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true;}catch(e){return false;}}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o);};return _getPrototypeOf(o);}return{setters:[function(_queryAssignedElements002CjsJs){e=_queryAssignedElements002CjsJs._;t=_queryAssignedElements002CjsJs.e;},function(_litElement003CjsJs){i=_litElement003CjsJs.i;s=_litElement003CjsJs.s;r=_litElement003CjsJs.x;},function(_property004CjsJs){o=_property004CjsJs.e;},function(_sharedStylesCjsJs){h=_sharedStylesCjsJs.i;},function(_litLocalize001CjsJs){a=_litLocalize001CjsJs.m;p=_litLocalize001CjsJs.s;},function(_index005CjsJs){n=_index005CjsJs.d;},function(_localizedDecorator006CjsJs){l=_localizedDecorator006CjsJs.l;}],execute:function(){u=/*#__PURE__*/function(_s){_inherits(u,_s);var _super=_createSuper(u);function u(){var _this;_classCallCheck(this,u);_this=_super.apply(this,arguments),_this.pageTitle="",_this.url="",_this.sourcePath="",_this.githubRepo="",_this.githubBranch="master",_this.template="";return _this;}_createClass(u,[{key:"locationHref",get:function get(){return("undefined"!=typeof location?location:{href:"http://unknown"}).href;}},{key:"windowTitle",get:function get(){return("undefined"!=typeof document?document:{title:"Unknown"}).title;}},{key:"derivedTitle",get:function get(){return this.pageTitle||this.windowTitle;}},{key:"derivedUrl",get:function get(){return this.url||this.locationHref;}},{key:"reportUrl",get:function get(){if(this.template&&(this.template.endsWith(".yml")||this.template.endsWith(".yaml"))){var _e=new URLSearchParams();_e.append("labels","bug"),_e.append("template",this.template);var _t="[".concat(this.derivedTitle,"](").concat(this.derivedUrl,") page");return this.sourcePath&&(_t+="[source file](https://github.com/".concat(this.githubRepo,"/tree/").concat(this.githubBranch,"/").concat(this.sourcePath,")")),_e.append("problem",_t),"https://github.com/".concat(this.githubRepo,"/issues/new?").concat(_e.toString());}{var _e2=new URLSearchParams();_e2.append("labels","bug"),_e2.append("template","4-bug.md"),_e2.append("title","".concat(this.derivedTitle," page - TODO: Put a summary here"));var _t2="Problem with the [".concat(this.derivedTitle,"](").concat(this.derivedUrl,") page");return this.sourcePath&&(_t2+="[source file](https://github.com/".concat(this.githubRepo,"/tree/").concat(this.githubBranch,"/").concat(this.sourcePath,")")),_t2+="\n TODO: Describe the expected and actual behavior here\n # Screenshots\n TODO: Add screenshots if possible\n # Possible Solution\n \x3c!-- If you have suggestions on a fix for the bug, please describe it here. --\x3e\n N/A",_e2.append("body",n(_templateObject||(_templateObject=_taggedTemplateLiteral(["",""])),_t2.split("\n").map(function(e){return e.trim();}).join("\n"))),"https://github.com/".concat(this.githubRepo,"/issues/new?").concat(_e2.toString());}}},{key:"render",value:function render(){return this.githubRepo&&null!=this.template?r(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["<a href=\"","\" title=\"","\"><ion-icon class=\"report\" name=\"warning\"></ion-icon><span class=\"text\">","</span></a>"])),this.reportUrl,a(p(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["Report a page issue with ",""])),this.sourcePath||this.derivedUrl)),a("Report page issue")):null;}}]);return u;}(s);u.styles=[h,i(_templateObject4||(_templateObject4=_taggedTemplateLiteral(["ion-icon{color:#ffa91b}"])))],e([o()],u.prototype,"pageTitle",void 0),e([o()],u.prototype,"url",void 0),e([o()],u.prototype,"sourcePath",void 0),e([o()],u.prototype,"githubRepo",void 0),e([o()],u.prototype,"githubBranch",void 0),e([o({type:String})],u.prototype,"template",void 0),u=e([l(),t("jio-report-a-problem")],u);}};});
|
|
2
2
|
//# sourceMappingURL=jio-report-a-problem.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jio-report-a-problem.cjs.js","sources":["../node_modules/outdent/lib-module/index.js","../src/jio-report-a-problem.ts"],"sourcesContent":["// In the absence of a WeakSet or WeakMap implementation, don't break, but don't cache either.\nfunction noop() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n}\nfunction createWeakMap() {\n if (typeof WeakMap !== \"undefined\") {\n return new WeakMap();\n }\n else {\n return fakeSetOrMap();\n }\n}\n/**\n * Creates and returns a no-op implementation of a WeakMap / WeakSet that never stores anything.\n */\nfunction fakeSetOrMap() {\n return {\n add: noop,\n delete: noop,\n get: noop,\n set: noop,\n has: function (k) {\n return false;\n },\n };\n}\n// Safe hasOwnProperty\nvar hop = Object.prototype.hasOwnProperty;\nvar has = function (obj, prop) {\n return hop.call(obj, prop);\n};\n// Copy all own enumerable properties from source to target\nfunction extend(target, source) {\n for (var prop in source) {\n if (has(source, prop)) {\n target[prop] = source[prop];\n }\n }\n return target;\n}\nvar reLeadingNewline = /^[ \\t]*(?:\\r\\n|\\r|\\n)/;\nvar reTrailingNewline = /(?:\\r\\n|\\r|\\n)[ \\t]*$/;\nvar reStartsWithNewlineOrIsEmpty = /^(?:[\\r\\n]|$)/;\nvar reDetectIndentation = /(?:\\r\\n|\\r|\\n)([ \\t]*)(?:[^ \\t\\r\\n]|$)/;\nvar reOnlyWhitespaceWithAtLeastOneNewline = /^[ \\t]*[\\r\\n][ \\t\\r\\n]*$/;\nfunction _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options) {\n // If first interpolated value is a reference to outdent,\n // determine indentation level from the indentation of the interpolated value.\n var indentationLevel = 0;\n var match = strings[0].match(reDetectIndentation);\n if (match) {\n indentationLevel = match[1].length;\n }\n var reSource = \"(\\\\r\\\\n|\\\\r|\\\\n).{0,\" + indentationLevel + \"}\";\n var reMatchIndent = new RegExp(reSource, \"g\");\n if (firstInterpolatedValueSetsIndentationLevel) {\n strings = strings.slice(1);\n }\n var newline = options.newline, trimLeadingNewline = options.trimLeadingNewline, trimTrailingNewline = options.trimTrailingNewline;\n var normalizeNewlines = typeof newline === \"string\";\n var l = strings.length;\n var outdentedStrings = strings.map(function (v, i) {\n // Remove leading indentation from all lines\n v = v.replace(reMatchIndent, \"$1\");\n // Trim a leading newline from the first string\n if (i === 0 && trimLeadingNewline) {\n v = v.replace(reLeadingNewline, \"\");\n }\n // Trim a trailing newline from the last string\n if (i === l - 1 && trimTrailingNewline) {\n v = v.replace(reTrailingNewline, \"\");\n }\n // Normalize newlines\n if (normalizeNewlines) {\n v = v.replace(/\\r\\n|\\n|\\r/g, function (_) { return newline; });\n }\n return v;\n });\n return outdentedStrings;\n}\nfunction concatStringsAndValues(strings, values) {\n var ret = \"\";\n for (var i = 0, l = strings.length; i < l; i++) {\n ret += strings[i];\n if (i < l - 1) {\n ret += values[i];\n }\n }\n return ret;\n}\nfunction isTemplateStringsArray(v) {\n return has(v, \"raw\") && has(v, \"length\");\n}\n/**\n * It is assumed that opts will not change. If this is a problem, clone your options object and pass the clone to\n * makeInstance\n * @param options\n * @return {outdent}\n */\nfunction createInstance(options) {\n /** Cache of pre-processed template literal arrays */\n var arrayAutoIndentCache = createWeakMap();\n /**\n * Cache of pre-processed template literal arrays, where first interpolated value is a reference to outdent,\n * before interpolated values are injected.\n */\n var arrayFirstInterpSetsIndentCache = createWeakMap();\n function outdent(stringsOrOptions) {\n var values = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n values[_i - 1] = arguments[_i];\n }\n /* tslint:enable:no-shadowed-variable */\n if (isTemplateStringsArray(stringsOrOptions)) {\n var strings = stringsOrOptions;\n // Is first interpolated value a reference to outdent, alone on its own line, without any preceding non-whitespace?\n var firstInterpolatedValueSetsIndentationLevel = (values[0] === outdent || values[0] === defaultOutdent) &&\n reOnlyWhitespaceWithAtLeastOneNewline.test(strings[0]) &&\n reStartsWithNewlineOrIsEmpty.test(strings[1]);\n // Perform outdentation\n var cache = firstInterpolatedValueSetsIndentationLevel\n ? arrayFirstInterpSetsIndentCache\n : arrayAutoIndentCache;\n var renderedArray = cache.get(strings);\n if (!renderedArray) {\n renderedArray = _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options);\n cache.set(strings, renderedArray);\n }\n /** If no interpolated values, skip concatenation step */\n if (values.length === 0) {\n return renderedArray[0];\n }\n /** Concatenate string literals with interpolated values */\n var rendered = concatStringsAndValues(renderedArray, firstInterpolatedValueSetsIndentationLevel ? values.slice(1) : values);\n return rendered;\n }\n else {\n // Create and return a new instance of outdent with the given options\n return createInstance(extend(extend({}, options), stringsOrOptions || {}));\n }\n }\n var fullOutdent = extend(outdent, {\n string: function (str) {\n return _outdentArray([str], false, options)[0];\n },\n });\n return fullOutdent;\n}\nvar defaultOutdent = createInstance({\n trimLeadingNewline: true,\n trimTrailingNewline: true,\n});\n// Named exports. Simple and preferred.\n// import outdent from 'outdent';\nexport default defaultOutdent;\n// import {outdent} from 'outdent';\nexport { defaultOutdent as outdent };\nif (typeof module !== \"undefined\") {\n // In webpack harmony-modules environments, module.exports is read-only,\n // so we fail gracefully.\n try {\n module.exports = defaultOutdent;\n Object.defineProperty(defaultOutdent, \"__esModule\", { value: true });\n defaultOutdent.default = defaultOutdent;\n defaultOutdent.outdent = defaultOutdent;\n }\n catch (e) { }\n}\n//# sourceMappingURL=index.js.map",null],"names":["noop","createWeakMap","u","WeakMap","add","delete","get","set","has","k","extend","target","source","prop","_outdentArray","strings","firstInterpolatedValueSetsIndentationLevel","options","indentationLevel","match","reDetectIndentation","length","reMatchIndent","RegExp","slice","newline","trimLeadingNewline","trimTrailingNewline","normalizeNewlines","l","outdentedStrings","map","v","i","replace","reLeadingNewline","reTrailingNewline","_","setters","_queryAssignedElements002CjsJs","hop","Object","prototype","hasOwnProperty","obj","call","reStartsWithNewlineOrIsEmpty","reOnlyWhitespaceWithAtLeastOneNewline","defaultOutdent","createInstance","arrayAutoIndentCache","arrayFirstInterpSetsIndentCache","fullOutdent","outdent","stringsOrOptions","values","_i","arguments","test","cache","renderedArray","rendered","ret","concatStringsAndValues","string","str","module","exports","defineProperty","value","default","e","ReportAProblem","_inherits","j","_super","_createSuper","constructor","this","template","_this","locationHref","location","href","windowTitle","LitElement"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"jio-report-a-problem.cjs.js","sources":["../src/jio-report-a-problem.ts"],"sourcesContent":[null],"names":["ReportAProblem","constructor","this","template","_this","locationHref","location","href","windowTitle","LitElement"],"mappings":"kkIAqBEA,CAAAA,uBAAAA,EAAAA,EAAAA,SAAAA,CAAAA,CAAAA,CAAAA,EAAAA,MAAAA,MAAAA,CAAAA,YAAAA,CAAAA,CAAAA,EAEAC,SAAAA,EAAAA,+IAmCIC,KAAAA,cAGH,QA4CcA,CAAAA,KAAAA,CAAAC,QAAA,CAAA,EAchB,QAAAC,KAAA,EAEOC,YAAAA,CAAAA,CAAAA,GAAAA,GAAAA,gBAAAA,GAAAA,UAAAA,IAAAA,CAAAA,CAEJ,MAD6B,CAAA,WAAA,EAAA,MAAAC,CAAAA,SAAAA,QAAA,CAAA,CAAAC,IAAA,CAAA,gBAAA,CAAA,EACPA,IACvB,EACFC,GAAAA,GAAAA,eAAAA,GAAAA,UAAAA,IAAAA,0oEAxGgBC,CAAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{_ as e,e as t}from"./query-assigned-elements-f06332ea.esm.js";import{i
|
|
1
|
+
import{_ as e,e as t}from"./query-assigned-elements-f06332ea.esm.js";import{i,s,x as r}from"./lit-element-1adb71ee.esm.js";import{e as o}from"./property-6d5dc9b4.esm.js";import{i as h}from"./shared-styles.esm.js";import{m as a,s as p}from"./lit-localize-a395d291.esm.js";import{d as n}from"./index-02ecfee8.esm.js";import{l}from"./localized-decorator-ec94f142.esm.js";let u=class extends s{constructor(){super(...arguments),this.pageTitle="",this.url="",this.sourcePath="",this.githubRepo="",this.githubBranch="master",this.template=""}get locationHref(){return("undefined"!=typeof location?location:{href:"http://unknown"}).href}get windowTitle(){return("undefined"!=typeof document?document:{title:"Unknown"}).title}get derivedTitle(){return this.pageTitle||this.windowTitle}get derivedUrl(){return this.url||this.locationHref}get reportUrl(){if(this.template&&(this.template.endsWith(".yml")||this.template.endsWith(".yaml"))){const e=new URLSearchParams;e.append("labels","bug"),e.append("template",this.template);let t=`[${this.derivedTitle}](${this.derivedUrl}) page`;return this.sourcePath&&(t+=`[source file](https://github.com/${this.githubRepo}/tree/${this.githubBranch}/${this.sourcePath})`),e.append("problem",t),`https://github.com/${this.githubRepo}/issues/new?${e.toString()}`}{const e=new URLSearchParams;e.append("labels","bug"),e.append("template","4-bug.md"),e.append("title",`${this.derivedTitle} page - TODO: Put a summary here`);let t=`Problem with the [${this.derivedTitle}](${this.derivedUrl}) page`;return this.sourcePath&&(t+=`[source file](https://github.com/${this.githubRepo}/tree/${this.githubBranch}/${this.sourcePath})`),t+="\n TODO: Describe the expected and actual behavior here\n # Screenshots\n TODO: Add screenshots if possible\n # Possible Solution\n \x3c!-- If you have suggestions on a fix for the bug, please describe it here. --\x3e\n N/A",e.append("body",n`${t.split("\n").map((e=>e.trim())).join("\n")}`),`https://github.com/${this.githubRepo}/issues/new?${e.toString()}`}}render(){return this.githubRepo&&null!=this.template?r`<a href="${this.reportUrl}" title="${a(p`Report a page issue with ${this.sourcePath||this.derivedUrl}`)}"><ion-icon class="report" name="warning"></ion-icon><span class="text">${a("Report page issue")}</span></a>`:null}};u.styles=[h,i`ion-icon{color:#ffa91b}`],e([o()],u.prototype,"pageTitle",void 0),e([o()],u.prototype,"url",void 0),e([o()],u.prototype,"sourcePath",void 0),e([o()],u.prototype,"githubRepo",void 0),e([o()],u.prototype,"githubBranch",void 0),e([o({type:String})],u.prototype,"template",void 0),u=e([l(),t("jio-report-a-problem")],u);
|
|
2
2
|
//# sourceMappingURL=jio-report-a-problem.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jio-report-a-problem.esm.js","sources":["../node_modules/outdent/lib-module/index.js","../src/jio-report-a-problem.ts"],"sourcesContent":["// In the absence of a WeakSet or WeakMap implementation, don't break, but don't cache either.\nfunction noop() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n}\nfunction createWeakMap() {\n if (typeof WeakMap !== \"undefined\") {\n return new WeakMap();\n }\n else {\n return fakeSetOrMap();\n }\n}\n/**\n * Creates and returns a no-op implementation of a WeakMap / WeakSet that never stores anything.\n */\nfunction fakeSetOrMap() {\n return {\n add: noop,\n delete: noop,\n get: noop,\n set: noop,\n has: function (k) {\n return false;\n },\n };\n}\n// Safe hasOwnProperty\nvar hop = Object.prototype.hasOwnProperty;\nvar has = function (obj, prop) {\n return hop.call(obj, prop);\n};\n// Copy all own enumerable properties from source to target\nfunction extend(target, source) {\n for (var prop in source) {\n if (has(source, prop)) {\n target[prop] = source[prop];\n }\n }\n return target;\n}\nvar reLeadingNewline = /^[ \\t]*(?:\\r\\n|\\r|\\n)/;\nvar reTrailingNewline = /(?:\\r\\n|\\r|\\n)[ \\t]*$/;\nvar reStartsWithNewlineOrIsEmpty = /^(?:[\\r\\n]|$)/;\nvar reDetectIndentation = /(?:\\r\\n|\\r|\\n)([ \\t]*)(?:[^ \\t\\r\\n]|$)/;\nvar reOnlyWhitespaceWithAtLeastOneNewline = /^[ \\t]*[\\r\\n][ \\t\\r\\n]*$/;\nfunction _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options) {\n // If first interpolated value is a reference to outdent,\n // determine indentation level from the indentation of the interpolated value.\n var indentationLevel = 0;\n var match = strings[0].match(reDetectIndentation);\n if (match) {\n indentationLevel = match[1].length;\n }\n var reSource = \"(\\\\r\\\\n|\\\\r|\\\\n).{0,\" + indentationLevel + \"}\";\n var reMatchIndent = new RegExp(reSource, \"g\");\n if (firstInterpolatedValueSetsIndentationLevel) {\n strings = strings.slice(1);\n }\n var newline = options.newline, trimLeadingNewline = options.trimLeadingNewline, trimTrailingNewline = options.trimTrailingNewline;\n var normalizeNewlines = typeof newline === \"string\";\n var l = strings.length;\n var outdentedStrings = strings.map(function (v, i) {\n // Remove leading indentation from all lines\n v = v.replace(reMatchIndent, \"$1\");\n // Trim a leading newline from the first string\n if (i === 0 && trimLeadingNewline) {\n v = v.replace(reLeadingNewline, \"\");\n }\n // Trim a trailing newline from the last string\n if (i === l - 1 && trimTrailingNewline) {\n v = v.replace(reTrailingNewline, \"\");\n }\n // Normalize newlines\n if (normalizeNewlines) {\n v = v.replace(/\\r\\n|\\n|\\r/g, function (_) { return newline; });\n }\n return v;\n });\n return outdentedStrings;\n}\nfunction concatStringsAndValues(strings, values) {\n var ret = \"\";\n for (var i = 0, l = strings.length; i < l; i++) {\n ret += strings[i];\n if (i < l - 1) {\n ret += values[i];\n }\n }\n return ret;\n}\nfunction isTemplateStringsArray(v) {\n return has(v, \"raw\") && has(v, \"length\");\n}\n/**\n * It is assumed that opts will not change. If this is a problem, clone your options object and pass the clone to\n * makeInstance\n * @param options\n * @return {outdent}\n */\nfunction createInstance(options) {\n /** Cache of pre-processed template literal arrays */\n var arrayAutoIndentCache = createWeakMap();\n /**\n * Cache of pre-processed template literal arrays, where first interpolated value is a reference to outdent,\n * before interpolated values are injected.\n */\n var arrayFirstInterpSetsIndentCache = createWeakMap();\n function outdent(stringsOrOptions) {\n var values = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n values[_i - 1] = arguments[_i];\n }\n /* tslint:enable:no-shadowed-variable */\n if (isTemplateStringsArray(stringsOrOptions)) {\n var strings = stringsOrOptions;\n // Is first interpolated value a reference to outdent, alone on its own line, without any preceding non-whitespace?\n var firstInterpolatedValueSetsIndentationLevel = (values[0] === outdent || values[0] === defaultOutdent) &&\n reOnlyWhitespaceWithAtLeastOneNewline.test(strings[0]) &&\n reStartsWithNewlineOrIsEmpty.test(strings[1]);\n // Perform outdentation\n var cache = firstInterpolatedValueSetsIndentationLevel\n ? arrayFirstInterpSetsIndentCache\n : arrayAutoIndentCache;\n var renderedArray = cache.get(strings);\n if (!renderedArray) {\n renderedArray = _outdentArray(strings, firstInterpolatedValueSetsIndentationLevel, options);\n cache.set(strings, renderedArray);\n }\n /** If no interpolated values, skip concatenation step */\n if (values.length === 0) {\n return renderedArray[0];\n }\n /** Concatenate string literals with interpolated values */\n var rendered = concatStringsAndValues(renderedArray, firstInterpolatedValueSetsIndentationLevel ? values.slice(1) : values);\n return rendered;\n }\n else {\n // Create and return a new instance of outdent with the given options\n return createInstance(extend(extend({}, options), stringsOrOptions || {}));\n }\n }\n var fullOutdent = extend(outdent, {\n string: function (str) {\n return _outdentArray([str], false, options)[0];\n },\n });\n return fullOutdent;\n}\nvar defaultOutdent = createInstance({\n trimLeadingNewline: true,\n trimTrailingNewline: true,\n});\n// Named exports. Simple and preferred.\n// import outdent from 'outdent';\nexport default defaultOutdent;\n// import {outdent} from 'outdent';\nexport { defaultOutdent as outdent };\nif (typeof module !== \"undefined\") {\n // In webpack harmony-modules environments, module.exports is read-only,\n // so we fail gracefully.\n try {\n module.exports = defaultOutdent;\n Object.defineProperty(defaultOutdent, \"__esModule\", { value: true });\n defaultOutdent.default = defaultOutdent;\n defaultOutdent.outdent = defaultOutdent;\n }\n catch (e) { }\n}\n//# sourceMappingURL=index.js.map",null],"names":["noop","createWeakMap","WeakMap","add","delete","get","set","has","k","hop","Object","prototype","hasOwnProperty","obj","prop","call","extend","target","source","reLeadingNewline","reTrailingNewline","reStartsWithNewlineOrIsEmpty","reDetectIndentation","reOnlyWhitespaceWithAtLeastOneNewline","_outdentArray","strings","firstInterpolatedValueSetsIndentationLevel","options","indentationLevel","match","length","reMatchIndent","RegExp","slice","newline","trimLeadingNewline","trimTrailingNewline","normalizeNewlines","l","outdentedStrings","map","v","i","replace","_","defaultOutdent","createInstance","arrayAutoIndentCache","arrayFirstInterpSetsIndentCache","fullOutdent","outdent","stringsOrOptions","values","_i","arguments","test","cache","renderedArray","rendered","ret","concatStringsAndValues","string","str","module","exports","defineProperty","value","default","e","ReportAProblem","LitElement","constructor","this","template","locationHref","location","href","windowTitle"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"jio-report-a-problem.esm.js","sources":["../src/jio-report-a-problem.ts"],"sourcesContent":[null],"names":["ReportAProblem","LitElement","constructor","this","template","locationHref","location","href","windowTitle"],"mappings":"gXAqBE,IAAAA,EAAe,cAAAC,EAEfC,sGAmCIC,kBAGH,SA4CcA,KAAAC,SAAA,EAchB,CAEOC,mBAEJ,OAD6B,oBAAAC,SAAAA,SAAA,CAAAC,KAAA,mBACPA,IACvB,CACFC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
System.register(["./query-assigned-elements-6c30dcea.cjs.js","./lit-element-3df8b27a.cjs.js","./property-86ac9183.cjs.js","./shared-styles.cjs.js","./lit-localize-92178a16.cjs.js","./index-1698649c.cjs.js","./localized-decorator-3cb5e3e2.cjs.js"],function(_export,_context){"use strict";var e,t,i,s,r,o,n,a,h,p,l,_templateObject,_templateObject2,_templateObject3,_templateObject4,d;function _taggedTemplateLiteral(strings,raw){if(!raw){raw=strings.slice(0);}return Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}));}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return typeof key==="symbol"?key:String(key);}function _toPrimitive(input,hint){if(typeof input!=="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==undefined){var res=prim.call(input,hint||"default");if(typeof res!=="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.");}return(hint==="string"?String:Number)(input);}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf(subClass,superClass);}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o;};return _setPrototypeOf(o,p);}function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=_getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget);}else{result=Super.apply(this,arguments);}return _possibleConstructorReturn(this,result);};}function _possibleConstructorReturn(self,call){if(call&&(typeof call==="object"||typeof call==="function")){return call;}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined");}return _assertThisInitialized(self);}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true;}catch(e){return false;}}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o);};return _getPrototypeOf(o);}return{setters:[function(_queryAssignedElements002CjsJs){e=_queryAssignedElements002CjsJs._;t=_queryAssignedElements002CjsJs.e;},function(_litElement003CjsJs){i=_litElement003CjsJs.i;s=_litElement003CjsJs.s;r=_litElement003CjsJs.x;},function(_property004CjsJs){o=_property004CjsJs.e;},function(_sharedStylesCjsJs){n=_sharedStylesCjsJs.i;},function(_litLocalize001CjsJs){a=_litLocalize001CjsJs.m;h=_litLocalize001CjsJs.s;},function(_index005CjsJs){p=_index005CjsJs.d;},function(_localizedDecorator006CjsJs){l=_localizedDecorator006CjsJs.l;}],execute:function(){d=/*#__PURE__*/function(_s){_inherits(d,_s);var _super=_createSuper(d);function d(){var _this;_classCallCheck(this,d);_this=_super.apply(this,arguments),_this.pageTitle="",_this.url="",_this.sourcePath="",_this.githubRepo="",_this.githubBranch="master",_this.template="";return _this;}_createClass(d,[{key:"locationHref",get:function get(){return("undefined"!=typeof location?location:{href:"http://unknown"}).href;}},{key:"windowTitle",get:function get(){return("undefined"!=typeof document?document:{title:"Unknown"}).title;}},{key:"derivedTitle",get:function get(){return this.pageTitle||this.windowTitle;}},{key:"derivedUrl",get:function get(){return this.url||this.locationHref;}},{key:"reportUrl",get:function get(){if(this.template&&(this.template.endsWith(".yml")||this.template.endsWith(".yaml"))){var _e=new URLSearchParams();_e.append("labels","infra"),_e.append("template",this.template);var _t="[".concat(this.derivedTitle,"](").concat(this.derivedUrl,") page");return this.sourcePath&&(_t+=" [source file](https://github.com/".concat(this.githubRepo,"/tree/").concat(this.githubBranch,"/").concat(this.sourcePath,")")),_e.append("problem",_t),"https://github.com/jenkins-infra/helpdesk/issues/new?".concat(_e.toString());}{var _e2=new URLSearchParams();_e2.append("labels","infra"),_e2.append("template","infra-issue.yml"),_e2.append("title","".concat(this.derivedTitle," page - TODO: Put a summary here"));var _t2="Problem with the [".concat(this.derivedTitle,"](").concat(this.derivedUrl,") page");return this.sourcePath&&(_t2+=" [source file](https://github.com/".concat(this.githubRepo,"/tree/").concat(this.githubBranch,"/").concat(this.sourcePath,")")),_t2+="\n TODO: Describe the expected and actual behavior here\n # Screenshots\n TODO: Add screenshots if possible\n # Possible Solution\n \x3c!-- If you have suggestions on a fix for the bug, please describe it here. --\x3e\n N/A",_e2.append("body",p(_templateObject||(_templateObject=_taggedTemplateLiteral(["",""])),_t2.split("\n").map(function(e){return e.trim();}).join("\n"))),"https://github.com/jenkins-infra/helpdesk/issues/new?".concat(_e2.toString());}}},{key:"render",value:function render(){return this.githubRepo?r(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["<a href=\"","\" title=\"","\"><ion-icon class=\"report\" name=\"warning\"></ion-icon><span class=\"text\">","</span></a>"])),this.reportUrl,a(h(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["Report an infrastructure issue related to ",""])),this.sourcePath||this.derivedUrl)),a("Report an Infra Issue")):null;}}]);return d;}(s);d.styles=[n,i(_templateObject4||(_templateObject4=_taggedTemplateLiteral(["ion-icon{color:#ffa91b}"])))],e([o()],d.prototype,"pageTitle",void 0),e([o()],d.prototype,"url",void 0),e([o()],d.prototype,"sourcePath",void 0),e([o()],d.prototype,"githubRepo",void 0),e([o()],d.prototype,"githubBranch",void 0),e([o({type:String})],d.prototype,"template",void 0),d=e([l(),t("jio-report-infra-issue")],d);}};});
|
|
2
|
+
//# sourceMappingURL=jio-report-infra-issue.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jio-report-infra-issue.cjs.js","sources":["../src/jio-report-infra-issue.ts"],"sourcesContent":[null],"names":["ReportInfraIssue","_s","_inherits","d","_super","_createSuper","constructor","this","template","_this","locationHref","location","href","windowTitle","LitElement"],"mappings":"kkIAqBEA,CAAe,uBAAAC,EAAA,EAAAC,SAAA,CAAAC,CAAA,CAAAF,EAAA,MAAAG,MAAA,CAAAC,YAAA,CAAAF,CAAA,EAEfG,SAAAA,EAAAA,CAAAA,KAAAA,KAAAA,CAAAA,eAAAA,MAAAA,CAAAA,yFA2BIC,KAAAA,YAGH,EAeGA,CAAAA,KAAAA,aAgCH,CAAA,QAAA,CAEcA,KAAAA,CAAAC,QAAAA,CAAA,EAahB,QAAAC,KAAA,EAEOC,YAAAA,CAAAA,CAAAA,GAAAA,GAAAA,gBAAAA,GAAAA,UAAAA,IAAAA,CAEJ,CAAA,MAAA,CAD6B,WAAAC,EAAAA,MAAAA,CAAAA,QAAAA,CAAAA,QAAA,CAAA,CAAAC,IAAA,CAAA,gBAAA,CAAA,EACLA,IACzB,EACFC,GAAAA,GAAAA,eAAAA,GAAAA,UAAAA,IAAAA,6oEApGgBC,CAEfR"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class ReportInfraIssue extends LitElement {
|
|
3
|
+
static styles: import("lit").CSSResult[];
|
|
4
|
+
/**
|
|
5
|
+
* Overrides the page title. Defaults to page title
|
|
6
|
+
*/
|
|
7
|
+
pageTitle: string;
|
|
8
|
+
/**
|
|
9
|
+
* Overrides the page title. Defaults to page url
|
|
10
|
+
*/
|
|
11
|
+
url: string;
|
|
12
|
+
/**
|
|
13
|
+
* Github source path relative to $githubRepo
|
|
14
|
+
*/
|
|
15
|
+
sourcePath: string;
|
|
16
|
+
/**
|
|
17
|
+
* Github repo
|
|
18
|
+
*/
|
|
19
|
+
githubRepo: string;
|
|
20
|
+
/**
|
|
21
|
+
* Github branch
|
|
22
|
+
*/
|
|
23
|
+
githubBranch: string;
|
|
24
|
+
template: string;
|
|
25
|
+
get locationHref(): string;
|
|
26
|
+
get windowTitle(): string;
|
|
27
|
+
get derivedTitle(): string;
|
|
28
|
+
get derivedUrl(): string;
|
|
29
|
+
get reportUrl(): string;
|
|
30
|
+
render(): import("lit-html").TemplateResult<1> | null;
|
|
31
|
+
}
|
|
32
|
+
declare global {
|
|
33
|
+
interface HTMLElementTagNameMap {
|
|
34
|
+
'jio-report-infra-issue': ReportInfraIssue;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=jio-report-infra-issue.d.ts.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as e,e as t}from"./query-assigned-elements-f06332ea.esm.js";import{i,s,x as r}from"./lit-element-1adb71ee.esm.js";import{e as o}from"./property-6d5dc9b4.esm.js";import{i as n}from"./shared-styles.esm.js";import{m as a,s as h}from"./lit-localize-a395d291.esm.js";import{d as p}from"./index-02ecfee8.esm.js";import{l}from"./localized-decorator-ec94f142.esm.js";let d=class extends s{constructor(){super(...arguments),this.pageTitle="",this.url="",this.sourcePath="",this.githubRepo="",this.githubBranch="master",this.template=""}get locationHref(){return("undefined"!=typeof location?location:{href:"http://unknown"}).href}get windowTitle(){return("undefined"!=typeof document?document:{title:"Unknown"}).title}get derivedTitle(){return this.pageTitle||this.windowTitle}get derivedUrl(){return this.url||this.locationHref}get reportUrl(){if(this.template&&(this.template.endsWith(".yml")||this.template.endsWith(".yaml"))){const e=new URLSearchParams;e.append("labels","infra"),e.append("template",this.template);let t=`[${this.derivedTitle}](${this.derivedUrl}) page`;return this.sourcePath&&(t+=` [source file](https://github.com/${this.githubRepo}/tree/${this.githubBranch}/${this.sourcePath})`),e.append("problem",t),`https://github.com/jenkins-infra/helpdesk/issues/new?${e.toString()}`}{const e=new URLSearchParams;e.append("labels","infra"),e.append("template","infra-issue.yml"),e.append("title",`${this.derivedTitle} page - TODO: Put a summary here`);let t=`Problem with the [${this.derivedTitle}](${this.derivedUrl}) page`;return this.sourcePath&&(t+=` [source file](https://github.com/${this.githubRepo}/tree/${this.githubBranch}/${this.sourcePath})`),t+="\n TODO: Describe the expected and actual behavior here\n # Screenshots\n TODO: Add screenshots if possible\n # Possible Solution\n \x3c!-- If you have suggestions on a fix for the bug, please describe it here. --\x3e\n N/A",e.append("body",p`${t.split("\n").map((e=>e.trim())).join("\n")}`),`https://github.com/jenkins-infra/helpdesk/issues/new?${e.toString()}`}}render(){return this.githubRepo?r`<a href="${this.reportUrl}" title="${a(h`Report an infrastructure issue related to ${this.sourcePath||this.derivedUrl}`)}"><ion-icon class="report" name="warning"></ion-icon><span class="text">${a("Report an Infra Issue")}</span></a>`:null}};d.styles=[n,i`ion-icon{color:#ffa91b}`],e([o()],d.prototype,"pageTitle",void 0),e([o()],d.prototype,"url",void 0),e([o()],d.prototype,"sourcePath",void 0),e([o()],d.prototype,"githubRepo",void 0),e([o()],d.prototype,"githubBranch",void 0),e([o({type:String})],d.prototype,"template",void 0),d=e([l(),t("jio-report-infra-issue")],d);
|
|
2
|
+
//# sourceMappingURL=jio-report-infra-issue.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jio-report-infra-issue.esm.js","sources":["../src/jio-report-infra-issue.ts"],"sourcesContent":[null],"names":["ReportInfraIssue","LitElement","constructor","this","template","locationHref","location","href","windowTitle"],"mappings":"gXAqBE,IAAAA,EAAe,cAAAC,EAEfC,mFA2BIC,gBAGH,GAeGA,kBAgCH,SAEcA,KAAAC,SAAA,EAahB,CAEOC,mBAEJ,OAD6B,oBAAAC,SAAAA,SAAA,CAAAC,KAAA,mBACLA,IACzB,CACFC"}
|
package/custom-elements.json
CHANGED
|
@@ -293,6 +293,14 @@
|
|
|
293
293
|
"path": "src/jio-components.ts",
|
|
294
294
|
"declarations": [],
|
|
295
295
|
"exports": [
|
|
296
|
+
{
|
|
297
|
+
"kind": "js",
|
|
298
|
+
"name": "ReportInfraIssue",
|
|
299
|
+
"declaration": {
|
|
300
|
+
"name": "ReportInfraIssue",
|
|
301
|
+
"module": "./jio-report-infra-issue"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
296
304
|
{
|
|
297
305
|
"kind": "js",
|
|
298
306
|
"name": "ReportAProblem",
|
|
@@ -625,6 +633,15 @@
|
|
|
625
633
|
"default": "\"\"",
|
|
626
634
|
"description": "The name of the bug report template to use",
|
|
627
635
|
"attribute": "reportAProblemTemplate"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"kind": "field",
|
|
639
|
+
"name": "skipReportIssue",
|
|
640
|
+
"type": {
|
|
641
|
+
"text": "boolean"
|
|
642
|
+
},
|
|
643
|
+
"default": "false",
|
|
644
|
+
"attribute": "skipReportIssue"
|
|
628
645
|
}
|
|
629
646
|
],
|
|
630
647
|
"attributes": [
|
|
@@ -679,6 +696,14 @@
|
|
|
679
696
|
"default": "\"\"",
|
|
680
697
|
"description": "The name of the bug report template to use",
|
|
681
698
|
"fieldName": "reportAProblemTemplate"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "skipReportIssue",
|
|
702
|
+
"type": {
|
|
703
|
+
"text": "boolean"
|
|
704
|
+
},
|
|
705
|
+
"default": "false",
|
|
706
|
+
"fieldName": "skipReportIssue"
|
|
682
707
|
}
|
|
683
708
|
],
|
|
684
709
|
"superclass": {
|
|
@@ -1386,6 +1411,182 @@
|
|
|
1386
1411
|
}
|
|
1387
1412
|
]
|
|
1388
1413
|
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "javascript-module",
|
|
1416
|
+
"path": "src/jio-report-infra-issue.ts",
|
|
1417
|
+
"declarations": [
|
|
1418
|
+
{
|
|
1419
|
+
"kind": "class",
|
|
1420
|
+
"description": "",
|
|
1421
|
+
"name": "ReportInfraIssue",
|
|
1422
|
+
"members": [
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "field",
|
|
1425
|
+
"name": "pageTitle",
|
|
1426
|
+
"type": {
|
|
1427
|
+
"text": "string"
|
|
1428
|
+
},
|
|
1429
|
+
"default": "''",
|
|
1430
|
+
"description": "Overrides the page title. Defaults to page title",
|
|
1431
|
+
"attribute": "pageTitle"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "field",
|
|
1435
|
+
"name": "url",
|
|
1436
|
+
"type": {
|
|
1437
|
+
"text": "string"
|
|
1438
|
+
},
|
|
1439
|
+
"default": "''",
|
|
1440
|
+
"description": "Overrides the page title. Defaults to page url",
|
|
1441
|
+
"attribute": "url"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"kind": "field",
|
|
1445
|
+
"name": "sourcePath",
|
|
1446
|
+
"type": {
|
|
1447
|
+
"text": "string"
|
|
1448
|
+
},
|
|
1449
|
+
"default": "''",
|
|
1450
|
+
"description": "Github source path relative to $githubRepo",
|
|
1451
|
+
"attribute": "sourcePath"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"kind": "field",
|
|
1455
|
+
"name": "githubRepo",
|
|
1456
|
+
"type": {
|
|
1457
|
+
"text": "string"
|
|
1458
|
+
},
|
|
1459
|
+
"default": "''",
|
|
1460
|
+
"description": "Github repo",
|
|
1461
|
+
"attribute": "githubRepo"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"kind": "field",
|
|
1465
|
+
"name": "githubBranch",
|
|
1466
|
+
"type": {
|
|
1467
|
+
"text": "string"
|
|
1468
|
+
},
|
|
1469
|
+
"default": "'master'",
|
|
1470
|
+
"description": "Github branch",
|
|
1471
|
+
"attribute": "githubBranch"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"kind": "field",
|
|
1475
|
+
"name": "template",
|
|
1476
|
+
"type": {
|
|
1477
|
+
"text": "string"
|
|
1478
|
+
},
|
|
1479
|
+
"default": "''",
|
|
1480
|
+
"attribute": "template"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "field",
|
|
1484
|
+
"name": "locationHref",
|
|
1485
|
+
"readonly": true
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "field",
|
|
1489
|
+
"name": "windowTitle",
|
|
1490
|
+
"readonly": true
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "field",
|
|
1494
|
+
"name": "derivedTitle",
|
|
1495
|
+
"readonly": true
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"kind": "field",
|
|
1499
|
+
"name": "derivedUrl",
|
|
1500
|
+
"readonly": true
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"kind": "field",
|
|
1504
|
+
"name": "reportUrl",
|
|
1505
|
+
"readonly": true
|
|
1506
|
+
}
|
|
1507
|
+
],
|
|
1508
|
+
"attributes": [
|
|
1509
|
+
{
|
|
1510
|
+
"name": "pageTitle",
|
|
1511
|
+
"type": {
|
|
1512
|
+
"text": "string"
|
|
1513
|
+
},
|
|
1514
|
+
"default": "''",
|
|
1515
|
+
"description": "Overrides the page title. Defaults to page title",
|
|
1516
|
+
"fieldName": "pageTitle"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "url",
|
|
1520
|
+
"type": {
|
|
1521
|
+
"text": "string"
|
|
1522
|
+
},
|
|
1523
|
+
"default": "''",
|
|
1524
|
+
"description": "Overrides the page title. Defaults to page url",
|
|
1525
|
+
"fieldName": "url"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"name": "sourcePath",
|
|
1529
|
+
"type": {
|
|
1530
|
+
"text": "string"
|
|
1531
|
+
},
|
|
1532
|
+
"default": "''",
|
|
1533
|
+
"description": "Github source path relative to $githubRepo",
|
|
1534
|
+
"fieldName": "sourcePath"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "githubRepo",
|
|
1538
|
+
"type": {
|
|
1539
|
+
"text": "string"
|
|
1540
|
+
},
|
|
1541
|
+
"default": "''",
|
|
1542
|
+
"description": "Github repo",
|
|
1543
|
+
"fieldName": "githubRepo"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "githubBranch",
|
|
1547
|
+
"type": {
|
|
1548
|
+
"text": "string"
|
|
1549
|
+
},
|
|
1550
|
+
"default": "'master'",
|
|
1551
|
+
"description": "Github branch",
|
|
1552
|
+
"fieldName": "githubBranch"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "template",
|
|
1556
|
+
"type": {
|
|
1557
|
+
"text": "string"
|
|
1558
|
+
},
|
|
1559
|
+
"default": "''",
|
|
1560
|
+
"fieldName": "template"
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"superclass": {
|
|
1564
|
+
"name": "LitElement",
|
|
1565
|
+
"package": "lit"
|
|
1566
|
+
},
|
|
1567
|
+
"tagName": "jio-report-infra-issue",
|
|
1568
|
+
"customElement": true
|
|
1569
|
+
}
|
|
1570
|
+
],
|
|
1571
|
+
"exports": [
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "js",
|
|
1574
|
+
"name": "ReportInfraIssue",
|
|
1575
|
+
"declaration": {
|
|
1576
|
+
"name": "ReportInfraIssue",
|
|
1577
|
+
"module": "src/jio-report-infra-issue.ts"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "custom-element-definition",
|
|
1582
|
+
"name": "jio-report-infra-issue",
|
|
1583
|
+
"declaration": {
|
|
1584
|
+
"name": "ReportInfraIssue",
|
|
1585
|
+
"module": "src/jio-report-infra-issue.ts"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
]
|
|
1589
|
+
},
|
|
1389
1590
|
{
|
|
1390
1591
|
"kind": "javascript-module",
|
|
1391
1592
|
"path": "src/jio-searchbox.ts",
|