@pb33f/cowboy-components 0.7.17 → 0.7.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/equalizer.worker-B1FBgh0h.js +1 -0
- package/dist/assets/graph-dependent.worker-CxW1u577.js +1 -0
- package/dist/assets/rule-documentation.worker-B4_JKUg4.js +1 -0
- package/dist/assets/search-graph.worker-DJxOIWLn.js +1 -0
- package/dist/assets/search-problems.worker-60kZqr0h.js +1 -0
- package/dist/cowboy-components.css +1 -0
- package/dist/cowboy-components.umd.cjs +1469 -1512
- package/dist/monacoeditorwork/css.worker.bundle.js +9 -7
- package/dist/monacoeditorwork/editor.worker.bundle.js +2 -0
- package/dist/monacoeditorwork/html.worker.bundle.js +9 -7
- package/dist/monacoeditorwork/json.worker.bundle.js +9 -7
- package/dist/monacoeditorwork/yaml.worker..bundle.js +72 -48
- package/package.json +2 -2
- package/dist/assets/equalizer.worker-DyLD5JTU.js +0 -1
- package/dist/assets/graph-dependent.worker-CpVhp0-T.js +0 -1
- package/dist/assets/rule-documentation.worker-B7xOWY5M.js +0 -1
- package/dist/assets/search-graph.worker-B9zqINrO.js +0 -1
- package/dist/assets/search-problems.worker-BAF8L2rX.js +0 -1
- package/dist/style.css +0 -1
|
@@ -5715,6 +5715,8 @@
|
|
|
5715
5715
|
case 125:
|
|
5716
5716
|
chClass = hasOpenCurlyBracket ? 0 : 1;
|
|
5717
5717
|
break;
|
|
5718
|
+
// The following three rules make it that ' or " or ` are allowed inside links
|
|
5719
|
+
// only if the link is wrapped by some other quote character
|
|
5718
5720
|
case 39:
|
|
5719
5721
|
case 34:
|
|
5720
5722
|
case 96:
|
|
@@ -20061,10 +20063,10 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20061
20063
|
}, format: function(t4) {
|
|
20062
20064
|
if (null === t4 || "object" != typeof t4)
|
|
20063
20065
|
throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t4);
|
|
20064
|
-
return function(t5, e3) {
|
|
20066
|
+
return (function(t5, e3) {
|
|
20065
20067
|
var r3 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
20066
20068
|
return r3 ? r3 === e3.root ? r3 + n3 : r3 + "/" + n3 : n3;
|
|
20067
|
-
}(0, t4);
|
|
20069
|
+
})(0, t4);
|
|
20068
20070
|
}, parse: function(t4) {
|
|
20069
20071
|
e2(t4);
|
|
20070
20072
|
var r3 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -20130,9 +20132,9 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20130
20132
|
query;
|
|
20131
20133
|
fragment;
|
|
20132
20134
|
constructor(t4, e3, r2, n2, i2, o2 = false) {
|
|
20133
|
-
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ function(t5, e4) {
|
|
20135
|
+
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ (function(t5, e4) {
|
|
20134
20136
|
return t5 || e4 ? t5 : "file";
|
|
20135
|
-
}(t4, o2), this.authority = e3 || h, this.path = function(t5, e4) {
|
|
20137
|
+
})(t4, o2), this.authority = e3 || h, this.path = (function(t5, e4) {
|
|
20136
20138
|
switch (t5) {
|
|
20137
20139
|
case "https":
|
|
20138
20140
|
case "http":
|
|
@@ -20140,7 +20142,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20140
20142
|
e4 ? e4[0] !== a2 && (e4 = a2 + e4) : e4 = a2;
|
|
20141
20143
|
}
|
|
20142
20144
|
return e4;
|
|
20143
|
-
}(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
20145
|
+
})(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
20144
20146
|
}
|
|
20145
20147
|
get fsPath() {
|
|
20146
20148
|
return m(this, false);
|
|
@@ -20264,7 +20266,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20264
20266
|
var A2 = r(470);
|
|
20265
20267
|
const w = A2.posix || A2, x = "/";
|
|
20266
20268
|
var P;
|
|
20267
|
-
!function(t4) {
|
|
20269
|
+
!(function(t4) {
|
|
20268
20270
|
t4.joinPath = function(t5, ...e3) {
|
|
20269
20271
|
return t5.with({ path: w.join(t5.path, ...e3) });
|
|
20270
20272
|
}, t4.resolvePath = function(t5, ...e3) {
|
|
@@ -20282,7 +20284,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20282
20284
|
}, t4.extname = function(t5) {
|
|
20283
20285
|
return w.extname(t5.path);
|
|
20284
20286
|
};
|
|
20285
|
-
}(P || (P = {}));
|
|
20287
|
+
})(P || (P = {}));
|
|
20286
20288
|
})(), LIB = n;
|
|
20287
20289
|
})();
|
|
20288
20290
|
var { URI: URI22, Utils } = LIB;
|
|
@@ -5715,6 +5715,8 @@
|
|
|
5715
5715
|
case 125:
|
|
5716
5716
|
chClass = hasOpenCurlyBracket ? 0 : 1;
|
|
5717
5717
|
break;
|
|
5718
|
+
// The following three rules make it that ' or " or ` are allowed inside links
|
|
5719
|
+
// only if the link is wrapped by some other quote character
|
|
5718
5720
|
case 39:
|
|
5719
5721
|
case 34:
|
|
5720
5722
|
case 96:
|
|
@@ -5715,6 +5715,8 @@
|
|
|
5715
5715
|
case 125:
|
|
5716
5716
|
chClass = hasOpenCurlyBracket ? 0 : 1;
|
|
5717
5717
|
break;
|
|
5718
|
+
// The following three rules make it that ' or " or ` are allowed inside links
|
|
5719
|
+
// only if the link is wrapped by some other quote character
|
|
5718
5720
|
case 39:
|
|
5719
5721
|
case 34:
|
|
5720
5722
|
case 96:
|
|
@@ -22377,10 +22379,10 @@
|
|
|
22377
22379
|
}, format: function(t4) {
|
|
22378
22380
|
if (null === t4 || "object" != typeof t4)
|
|
22379
22381
|
throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t4);
|
|
22380
|
-
return function(t5, e3) {
|
|
22382
|
+
return (function(t5, e3) {
|
|
22381
22383
|
var r3 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
22382
22384
|
return r3 ? r3 === e3.root ? r3 + n3 : r3 + "/" + n3 : n3;
|
|
22383
|
-
}(0, t4);
|
|
22385
|
+
})(0, t4);
|
|
22384
22386
|
}, parse: function(t4) {
|
|
22385
22387
|
e2(t4);
|
|
22386
22388
|
var r3 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -22446,9 +22448,9 @@
|
|
|
22446
22448
|
query;
|
|
22447
22449
|
fragment;
|
|
22448
22450
|
constructor(t4, e3, r2, n2, i2, o2 = false) {
|
|
22449
|
-
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ function(t5, e4) {
|
|
22451
|
+
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ (function(t5, e4) {
|
|
22450
22452
|
return t5 || e4 ? t5 : "file";
|
|
22451
|
-
}(t4, o2), this.authority = e3 || h, this.path = function(t5, e4) {
|
|
22453
|
+
})(t4, o2), this.authority = e3 || h, this.path = (function(t5, e4) {
|
|
22452
22454
|
switch (t5) {
|
|
22453
22455
|
case "https":
|
|
22454
22456
|
case "http":
|
|
@@ -22456,7 +22458,7 @@
|
|
|
22456
22458
|
e4 ? e4[0] !== a && (e4 = a + e4) : e4 = a;
|
|
22457
22459
|
}
|
|
22458
22460
|
return e4;
|
|
22459
|
-
}(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
22461
|
+
})(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
22460
22462
|
}
|
|
22461
22463
|
get fsPath() {
|
|
22462
22464
|
return m(this, false);
|
|
@@ -22580,7 +22582,7 @@
|
|
|
22580
22582
|
var A = r(470);
|
|
22581
22583
|
const w = A.posix || A, x = "/";
|
|
22582
22584
|
var P;
|
|
22583
|
-
!function(t4) {
|
|
22585
|
+
!(function(t4) {
|
|
22584
22586
|
t4.joinPath = function(t5, ...e3) {
|
|
22585
22587
|
return t5.with({ path: w.join(t5.path, ...e3) });
|
|
22586
22588
|
}, t4.resolvePath = function(t5, ...e3) {
|
|
@@ -22598,7 +22600,7 @@
|
|
|
22598
22600
|
}, t4.extname = function(t5) {
|
|
22599
22601
|
return w.extname(t5.path);
|
|
22600
22602
|
};
|
|
22601
|
-
}(P || (P = {}));
|
|
22603
|
+
})(P || (P = {}));
|
|
22602
22604
|
})(), LIB = n;
|
|
22603
22605
|
})();
|
|
22604
22606
|
var { URI: URI22, Utils } = LIB;
|
|
@@ -5715,6 +5715,8 @@
|
|
|
5715
5715
|
case 125:
|
|
5716
5716
|
chClass = hasOpenCurlyBracket ? 0 : 1;
|
|
5717
5717
|
break;
|
|
5718
|
+
// The following three rules make it that ' or " or ` are allowed inside links
|
|
5719
|
+
// only if the link is wrapped by some other quote character
|
|
5718
5720
|
case 39:
|
|
5719
5721
|
case 34:
|
|
5720
5722
|
case 96:
|
|
@@ -19623,10 +19625,10 @@
|
|
|
19623
19625
|
}, format: function(t4) {
|
|
19624
19626
|
if (null === t4 || "object" != typeof t4)
|
|
19625
19627
|
throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t4);
|
|
19626
|
-
return function(t5, e3) {
|
|
19628
|
+
return (function(t5, e3) {
|
|
19627
19629
|
var r3 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
19628
19630
|
return r3 ? r3 === e3.root ? r3 + n3 : r3 + "/" + n3 : n3;
|
|
19629
|
-
}(0, t4);
|
|
19631
|
+
})(0, t4);
|
|
19630
19632
|
}, parse: function(t4) {
|
|
19631
19633
|
e2(t4);
|
|
19632
19634
|
var r3 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -19692,9 +19694,9 @@
|
|
|
19692
19694
|
query;
|
|
19693
19695
|
fragment;
|
|
19694
19696
|
constructor(t4, e3, r2, n2, i2, o2 = false) {
|
|
19695
|
-
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ function(t5, e4) {
|
|
19697
|
+
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ (function(t5, e4) {
|
|
19696
19698
|
return t5 || e4 ? t5 : "file";
|
|
19697
|
-
}(t4, o2), this.authority = e3 || h, this.path = function(t5, e4) {
|
|
19699
|
+
})(t4, o2), this.authority = e3 || h, this.path = (function(t5, e4) {
|
|
19698
19700
|
switch (t5) {
|
|
19699
19701
|
case "https":
|
|
19700
19702
|
case "http":
|
|
@@ -19702,7 +19704,7 @@
|
|
|
19702
19704
|
e4 ? e4[0] !== a2 && (e4 = a2 + e4) : e4 = a2;
|
|
19703
19705
|
}
|
|
19704
19706
|
return e4;
|
|
19705
|
-
}(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
19707
|
+
})(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
19706
19708
|
}
|
|
19707
19709
|
get fsPath() {
|
|
19708
19710
|
return m(this, false);
|
|
@@ -19826,7 +19828,7 @@
|
|
|
19826
19828
|
var A2 = r(470);
|
|
19827
19829
|
const w = A2.posix || A2, x = "/";
|
|
19828
19830
|
var P;
|
|
19829
|
-
!function(t4) {
|
|
19831
|
+
!(function(t4) {
|
|
19830
19832
|
t4.joinPath = function(t5, ...e3) {
|
|
19831
19833
|
return t5.with({ path: w.join(t5.path, ...e3) });
|
|
19832
19834
|
}, t4.resolvePath = function(t5, ...e3) {
|
|
@@ -19844,7 +19846,7 @@
|
|
|
19844
19846
|
}, t4.extname = function(t5) {
|
|
19845
19847
|
return w.extname(t5.path);
|
|
19846
19848
|
};
|
|
19847
|
-
}(P || (P = {}));
|
|
19849
|
+
})(P || (P = {}));
|
|
19848
19850
|
})(), LIB = n;
|
|
19849
19851
|
})();
|
|
19850
19852
|
var { URI: URI22, Utils } = LIB;
|