@scalar/api-reference 1.43.12 → 1.43.14
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/CHANGELOG.md +49 -0
- package/dist/browser/standalone.js +12657 -12477
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +2 -2
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +3 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +1 -4
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +1 -4
- package/dist/style.css +107 -95
- package/package.json +12 -12
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { WorkspaceEventBus } from '@scalar/workspace-store/events';
|
|
2
|
-
import type { ParameterObject, RequestBodyObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
|
|
2
|
+
import type { ParameterObject, ReferenceType, RequestBodyObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
|
|
3
3
|
import type { OperationProps } from '../../../features/Operation/Operation.vue.js';
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
breadcrumb?: string[];
|
|
6
|
-
parameters?: ParameterObject[];
|
|
6
|
+
parameters?: ReferenceType<ParameterObject>[];
|
|
7
7
|
requestBody?: RequestBodyObject | undefined;
|
|
8
8
|
eventBus: WorkspaceEventBus | null;
|
|
9
9
|
options: Pick<OperationProps['options'], 'orderRequiredPropertiesFirst' | 'orderSchemaPropertiesBy'>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationParameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationParameters.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OperationParameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationParameters.vue"],"names":[],"mappings":"AA+FA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAEvE,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACb,iBAAiB,EAClB,MAAM,8DAA8D,CAAA;AAGrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAA;AAKxE,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,UAAU,CAAC,EAAE,aAAa,CAAC,eAAe,CAAC,EAAE,CAAA;IAC7C,WAAW,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAA;IAC3C,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAA;IAClC,OAAO,EAAE,IAAI,CACX,cAAc,CAAC,SAAS,CAAC,EACzB,8BAA8B,GAAG,yBAAyB,CAC3D,CAAA;CACF,CAAC;;AAmJF,wBAMG"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, createElementBlock, openBlock, Fragment, createVNode, createBlock, createCommentVNode, withCtx, createTextVNode } from "vue";
|
|
2
2
|
import { shouldIgnoreEntity } from "@scalar/oas-utils/helpers";
|
|
3
|
+
import { getResolvedRef } from "@scalar/workspace-store/helpers/get-resolved-ref";
|
|
3
4
|
import _sfc_main$1 from "./ParameterList.vue.js";
|
|
4
5
|
import RequestBody from "./RequestBody.vue.js";
|
|
5
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -14,7 +15,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
14
15
|
setup(__props) {
|
|
15
16
|
const splitParameters = computed(
|
|
16
17
|
() => (__props.parameters ?? []).reduce(
|
|
17
|
-
(acc,
|
|
18
|
+
(acc, p) => {
|
|
19
|
+
const parameter = getResolvedRef(p);
|
|
18
20
|
if (!shouldIgnoreEntity(parameter)) {
|
|
19
21
|
acc[parameter.in].push(parameter);
|
|
20
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"AA4fA,OAAO,KAAK,EACV,eAAe,EACf,oBAAoB,EACpB,YAAY,EACb,MAAM,8DAA8D,CAAA;AAcrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAA;AAMxE,KAAK,WAAW,GAAG,IAAI,CACnB,cAAc,EACd,UAAU,GAAG,WAAW,GAAG,QAAQ,GAAG,iBAAiB,CACxD,GAAG;IACF,wCAAwC;IACxC,SAAS,EAAE,eAAe,CAAA;IAC1B,4CAA4C;IAC5C,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,sDAAsD;IACtD,uBAAuB,EAAE,oBAAoB,EAAE,CAAA;CAChD,CAAC;;AAqkBJ,wBAMG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./ClassicLayout.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ClassicLayout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ClassicLayout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8a5966f4"]]);
|
|
5
5
|
export {
|
|
6
6
|
ClassicLayout as default
|
|
7
7
|
};
|
|
@@ -158,10 +158,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
158
158
|
createVNode(_sfc_main$2, {
|
|
159
159
|
eventBus: __props.eventBus,
|
|
160
160
|
options: __props.options,
|
|
161
|
-
parameters:
|
|
162
|
-
// These have been resolved in the Operation.vue component
|
|
163
|
-
__props.operation.parameters
|
|
164
|
-
),
|
|
161
|
+
parameters: __props.operation.parameters,
|
|
165
162
|
requestBody: unref(getResolvedRef)(__props.operation.requestBody)
|
|
166
163
|
}, null, 8, ["eventBus", "options", "parameters", "requestBody"])
|
|
167
164
|
]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ModernLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ModernLayout.vue"],"names":[],"mappings":"AAyPA,OAAO,KAAK,EACV,eAAe,EACf,oBAAoB,EACpB,YAAY,EACb,MAAM,8DAA8D,CAAA;AAoBrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAA;AAMxE,KAAK,WAAW,GAAG,IAAI,CACnB,cAAc,EACd,UAAU,GAAG,WAAW,GAAG,QAAQ,GAAG,aAAa,GAAG,iBAAiB,CACxE,GAAG;IACF,wCAAwC;IACxC,SAAS,EAAE,eAAe,CAAA;IAC1B,4CAA4C;IAC5C,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,sDAAsD;IACtD,uBAAuB,EAAE,oBAAoB,EAAE,CAAA;CAChD,CAAC;;AAufJ,wBAMG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./ModernLayout.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ModernLayout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ModernLayout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a158242e"]]);
|
|
5
5
|
export {
|
|
6
6
|
ModernLayout as default
|
|
7
7
|
};
|
|
@@ -141,10 +141,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
141
141
|
breadcrumb: [__props.id],
|
|
142
142
|
eventBus: __props.eventBus,
|
|
143
143
|
options: __props.options,
|
|
144
|
-
parameters:
|
|
145
|
-
// These have been resolved in the Operation.vue component
|
|
146
|
-
__props.operation.parameters
|
|
147
|
-
),
|
|
144
|
+
parameters: __props.operation.parameters,
|
|
148
145
|
requestBody: unref(getResolvedRef)(__props.operation.requestBody)
|
|
149
146
|
}, null, 8, ["breadcrumb", "eventBus", "options", "parameters", "requestBody"]),
|
|
150
147
|
createVNode(_sfc_main$5, {
|
package/dist/style.css
CHANGED
|
@@ -1465,11 +1465,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1465
1465
|
margin-right: 4px;
|
|
1466
1466
|
}
|
|
1467
1467
|
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
1468
|
-
.operation-title[data-v-
|
|
1468
|
+
.operation-title[data-v-8a5966f4] {
|
|
1469
1469
|
justify-content: space-between;
|
|
1470
1470
|
display: flex;
|
|
1471
1471
|
}
|
|
1472
|
-
.operation-details[data-v-
|
|
1472
|
+
.operation-details[data-v-8a5966f4] {
|
|
1473
1473
|
flex-shrink: 1;
|
|
1474
1474
|
align-items: center;
|
|
1475
1475
|
gap: 9px;
|
|
@@ -1477,11 +1477,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1477
1477
|
margin-top: 0;
|
|
1478
1478
|
display: flex;
|
|
1479
1479
|
}
|
|
1480
|
-
.operation-details[data-v-
|
|
1480
|
+
.operation-details[data-v-8a5966f4] .endpoint-anchor .scalar-button svg {
|
|
1481
1481
|
width: 16px;
|
|
1482
1482
|
height: 16px;
|
|
1483
1483
|
}
|
|
1484
|
-
.endpoint-type[data-v-
|
|
1484
|
+
.endpoint-type[data-v-8a5966f4] {
|
|
1485
1485
|
z-index: 0;
|
|
1486
1486
|
width: 60px;
|
|
1487
1487
|
font-size: var(--scalar-small);
|
|
@@ -1496,7 +1496,7 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1496
1496
|
display: flex;
|
|
1497
1497
|
position: relative;
|
|
1498
1498
|
}
|
|
1499
|
-
.endpoint-type[data-v-
|
|
1499
|
+
.endpoint-type[data-v-8a5966f4]:after {
|
|
1500
1500
|
content: "";
|
|
1501
1501
|
z-index: -1;
|
|
1502
1502
|
opacity: .15;
|
|
@@ -1505,16 +1505,16 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1505
1505
|
position: absolute;
|
|
1506
1506
|
inset: 0;
|
|
1507
1507
|
}
|
|
1508
|
-
.endpoint-anchor[data-v-
|
|
1508
|
+
.endpoint-anchor[data-v-8a5966f4] {
|
|
1509
1509
|
flex-shrink: 1;
|
|
1510
1510
|
align-items: center;
|
|
1511
1511
|
min-width: 0;
|
|
1512
1512
|
display: flex;
|
|
1513
1513
|
}
|
|
1514
|
-
.endpoint-anchor.label[data-v-
|
|
1514
|
+
.endpoint-anchor.label[data-v-8a5966f4] {
|
|
1515
1515
|
display: flex;
|
|
1516
1516
|
}
|
|
1517
|
-
.endpoint-label[data-v-
|
|
1517
|
+
.endpoint-label[data-v-8a5966f4] {
|
|
1518
1518
|
min-width: 0;
|
|
1519
1519
|
color: var(--scalar-color-1);
|
|
1520
1520
|
flex-shrink: 1;
|
|
@@ -1522,17 +1522,17 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1522
1522
|
gap: 9px;
|
|
1523
1523
|
display: flex;
|
|
1524
1524
|
}
|
|
1525
|
-
.endpoint-label-path[data-v-
|
|
1525
|
+
.endpoint-label-path[data-v-8a5966f4] {
|
|
1526
1526
|
font-family: var(--scalar-font-code);
|
|
1527
1527
|
font-size: var(--scalar-mini);
|
|
1528
1528
|
text-overflow: ellipsis;
|
|
1529
1529
|
white-space: nowrap;
|
|
1530
1530
|
overflow: hidden;
|
|
1531
1531
|
}
|
|
1532
|
-
.endpoint-label-path[data-v-
|
|
1532
|
+
.endpoint-label-path[data-v-8a5966f4] em {
|
|
1533
1533
|
color: var(--scalar-color-2);
|
|
1534
1534
|
}
|
|
1535
|
-
.endpoint-label-name[data-v-
|
|
1535
|
+
.endpoint-label-name[data-v-8a5966f4] {
|
|
1536
1536
|
color: var(--scalar-color-2);
|
|
1537
1537
|
font-size: var(--scalar-small);
|
|
1538
1538
|
text-overflow: ellipsis;
|
|
@@ -1540,17 +1540,17 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1540
1540
|
flex-shrink: 1000000000;
|
|
1541
1541
|
overflow: hidden;
|
|
1542
1542
|
}
|
|
1543
|
-
.endpoint-try-hint[data-v-
|
|
1543
|
+
.endpoint-try-hint[data-v-8a5966f4] {
|
|
1544
1544
|
flex-shrink: 0;
|
|
1545
1545
|
padding: 2px;
|
|
1546
1546
|
}
|
|
1547
|
-
.endpoint-copy[data-v-
|
|
1547
|
+
.endpoint-copy[data-v-8a5966f4] {
|
|
1548
1548
|
color: currentColor;
|
|
1549
1549
|
}
|
|
1550
|
-
.endpoint-copy[data-v-
|
|
1550
|
+
.endpoint-copy[data-v-8a5966f4] svg {
|
|
1551
1551
|
stroke-width: 2px;
|
|
1552
1552
|
}
|
|
1553
|
-
.endpoint-content[data-v-
|
|
1553
|
+
.endpoint-content[data-v-8a5966f4] {
|
|
1554
1554
|
grid-auto-columns: 1fr;
|
|
1555
1555
|
grid-auto-flow: row;
|
|
1556
1556
|
gap: 9px;
|
|
@@ -1558,52 +1558,52 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1558
1558
|
display: grid;
|
|
1559
1559
|
}
|
|
1560
1560
|
@media (min-width: 1000px) {
|
|
1561
|
-
.endpoint-content[data-v-
|
|
1561
|
+
.endpoint-content[data-v-8a5966f4] {
|
|
1562
1562
|
grid-auto-flow: column;
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
1565
|
@container (max-width: 900px) {
|
|
1566
|
-
.endpoint-content[data-v-
|
|
1566
|
+
.endpoint-content[data-v-8a5966f4] {
|
|
1567
1567
|
grid-template-columns: 1fr;
|
|
1568
1568
|
}
|
|
1569
1569
|
}
|
|
1570
|
-
.endpoint-content[data-v-
|
|
1570
|
+
.endpoint-content[data-v-8a5966f4] > * {
|
|
1571
1571
|
min-width: 0;
|
|
1572
1572
|
}
|
|
1573
|
-
.operation-details-card[data-v-
|
|
1573
|
+
.operation-details-card[data-v-8a5966f4] {
|
|
1574
1574
|
flex-direction: column;
|
|
1575
1575
|
gap: 12px;
|
|
1576
1576
|
min-width: 0;
|
|
1577
1577
|
display: flex;
|
|
1578
1578
|
}
|
|
1579
|
-
:is(.operation-details-card-item[data-v-
|
|
1579
|
+
:is(.operation-details-card-item[data-v-8a5966f4] .parameter-list, .operation-details-card-item[data-v-8a5966f4] .callbacks-list) {
|
|
1580
1580
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1581
1581
|
border-radius: var(--scalar-radius-lg);
|
|
1582
1582
|
margin-top: 0;
|
|
1583
1583
|
}
|
|
1584
|
-
.operation-details-card-item[data-v-
|
|
1584
|
+
.operation-details-card-item[data-v-8a5966f4] {
|
|
1585
1585
|
flex-direction: column;
|
|
1586
1586
|
gap: 12px;
|
|
1587
1587
|
display: flex;
|
|
1588
1588
|
}
|
|
1589
|
-
.operation-details-card-item[data-v-
|
|
1589
|
+
.operation-details-card-item[data-v-8a5966f4] .parameter-list-items {
|
|
1590
1590
|
margin-bottom: 0;
|
|
1591
1591
|
}
|
|
1592
|
-
.operation-details-card[data-v-
|
|
1592
|
+
.operation-details-card[data-v-8a5966f4] .parameter-item:last-of-type .parameter-schema {
|
|
1593
1593
|
padding-bottom: 12px;
|
|
1594
1594
|
}
|
|
1595
|
-
.operation-details-card[data-v-
|
|
1595
|
+
.operation-details-card[data-v-8a5966f4] .parameter-list .parameter-list {
|
|
1596
1596
|
margin-bottom: 12px;
|
|
1597
1597
|
}
|
|
1598
|
-
.operation-details-card[data-v-
|
|
1598
|
+
.operation-details-card[data-v-8a5966f4] .parameter-item {
|
|
1599
1599
|
margin: 0;
|
|
1600
1600
|
padding: 0;
|
|
1601
1601
|
}
|
|
1602
|
-
.operation-details-card[data-v-
|
|
1602
|
+
.operation-details-card[data-v-8a5966f4] .property {
|
|
1603
1603
|
margin: 0;
|
|
1604
1604
|
padding: 9px;
|
|
1605
1605
|
}
|
|
1606
|
-
:is(.operation-details-card[data-v-
|
|
1606
|
+
:is(.operation-details-card[data-v-8a5966f4] .parameter-list-title, .operation-details-card[data-v-8a5966f4] .request-body-title, .operation-details-card[data-v-8a5966f4] .callbacks-title) {
|
|
1607
1607
|
text-transform: uppercase;
|
|
1608
1608
|
font-weight: var(--scalar-bold);
|
|
1609
1609
|
font-size: var(--scalar-mini);
|
|
@@ -1612,61 +1612,61 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1612
1612
|
padding: 9px;
|
|
1613
1613
|
line-height: 1.33;
|
|
1614
1614
|
}
|
|
1615
|
-
.operation-details-card[data-v-
|
|
1615
|
+
.operation-details-card[data-v-8a5966f4] .callback-list-item-title {
|
|
1616
1616
|
padding-left: 28px;
|
|
1617
1617
|
padding-right: 12px;
|
|
1618
1618
|
}
|
|
1619
|
-
.operation-details-card[data-v-
|
|
1619
|
+
.operation-details-card[data-v-8a5966f4] .callback-list-item-icon {
|
|
1620
1620
|
left: 6px;
|
|
1621
1621
|
}
|
|
1622
|
-
.operation-details-card[data-v-
|
|
1622
|
+
.operation-details-card[data-v-8a5966f4] .callback-operation-container {
|
|
1623
1623
|
padding-inline: 9px;
|
|
1624
1624
|
padding-bottom: 9px;
|
|
1625
1625
|
}
|
|
1626
|
-
:is(.operation-details-card[data-v-
|
|
1626
|
+
:is(.operation-details-card[data-v-8a5966f4] .callback-operation-container > .request-body, .operation-details-card[data-v-8a5966f4] .callback-operation-container > .parameter-list) {
|
|
1627
1627
|
border: none;
|
|
1628
1628
|
}
|
|
1629
|
-
.operation-details-card[data-v-
|
|
1629
|
+
.operation-details-card[data-v-8a5966f4] .callback-operation-container > .request-body > .request-body-header {
|
|
1630
1630
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1631
1631
|
padding: 0 0 9px;
|
|
1632
1632
|
}
|
|
1633
|
-
.operation-details-card[data-v-
|
|
1633
|
+
.operation-details-card[data-v-8a5966f4] .request-body-description {
|
|
1634
1634
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1635
1635
|
margin-top: 0;
|
|
1636
1636
|
padding: 9px 9px 0;
|
|
1637
1637
|
}
|
|
1638
|
-
.operation-details-card[data-v-
|
|
1638
|
+
.operation-details-card[data-v-8a5966f4] .request-body {
|
|
1639
1639
|
border-radius: var(--scalar-radius-lg);
|
|
1640
1640
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1641
1641
|
margin-top: 0;
|
|
1642
1642
|
}
|
|
1643
|
-
.operation-details-card[data-v-
|
|
1643
|
+
.operation-details-card[data-v-8a5966f4] .request-body .schema-card--level-0 > .schema-card-description {
|
|
1644
1644
|
padding-inline: 9px;
|
|
1645
1645
|
}
|
|
1646
|
-
.operation-details-card[data-v-
|
|
1646
|
+
.operation-details-card[data-v-8a5966f4] .request-body-header {
|
|
1647
1647
|
border-bottom: 0;
|
|
1648
1648
|
padding-bottom: 0;
|
|
1649
1649
|
}
|
|
1650
|
-
.operation-details-card[data-v-
|
|
1650
|
+
.operation-details-card[data-v-8a5966f4] .contents button {
|
|
1651
1651
|
margin-right: 9px;
|
|
1652
1652
|
}
|
|
1653
|
-
.operation-details-card[data-v-
|
|
1653
|
+
.operation-details-card[data-v-8a5966f4] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
1654
1654
|
margin-inline: 9px;
|
|
1655
1655
|
margin-bottom: 9px;
|
|
1656
1656
|
}
|
|
1657
|
-
.operation-details-card[data-v-
|
|
1657
|
+
.operation-details-card[data-v-8a5966f4] .request-body-schema .property--level-0 {
|
|
1658
1658
|
padding: 0;
|
|
1659
1659
|
}
|
|
1660
|
-
.operation-details-card[data-v-
|
|
1660
|
+
.operation-details-card[data-v-8a5966f4] .selected-content-type {
|
|
1661
1661
|
margin-right: 9px;
|
|
1662
1662
|
}
|
|
1663
|
-
.operation-example-card[data-v-
|
|
1663
|
+
.operation-example-card[data-v-8a5966f4] {
|
|
1664
1664
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
1665
1665
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
1666
1666
|
position: sticky;
|
|
1667
1667
|
}
|
|
1668
1668
|
@media (max-width: 600px) {
|
|
1669
|
-
.operation-example-card[data-v-
|
|
1669
|
+
.operation-example-card[data-v-8a5966f4] {
|
|
1670
1670
|
max-height: unset;
|
|
1671
1671
|
position: static;
|
|
1672
1672
|
}
|
|
@@ -1700,11 +1700,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1700
1700
|
}
|
|
1701
1701
|
}
|
|
1702
1702
|
|
|
1703
|
-
.examples[data-v-
|
|
1703
|
+
.examples[data-v-a158242e] {
|
|
1704
1704
|
position: sticky;
|
|
1705
1705
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
1706
1706
|
}
|
|
1707
|
-
.examples[data-v-
|
|
1707
|
+
.examples[data-v-a158242e] > * {
|
|
1708
1708
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
1709
1709
|
position: relative;
|
|
1710
1710
|
}
|
|
@@ -1714,11 +1714,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1714
1714
|
* (or zoomed in screens)
|
|
1715
1715
|
*/
|
|
1716
1716
|
@media (max-width: 600px) {
|
|
1717
|
-
.examples[data-v-
|
|
1717
|
+
.examples[data-v-a158242e] > * {
|
|
1718
1718
|
max-height: unset;
|
|
1719
1719
|
}
|
|
1720
1720
|
}
|
|
1721
|
-
.deprecated[data-v-
|
|
1721
|
+
.deprecated[data-v-a158242e] * {
|
|
1722
1722
|
text-decoration: line-through;
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
@@ -7027,6 +7027,9 @@ to {
|
|
|
7027
7027
|
.scalar-app .h-1\.5 {
|
|
7028
7028
|
height: 6px;
|
|
7029
7029
|
}
|
|
7030
|
+
.scalar-app .h-2 {
|
|
7031
|
+
height: 8px;
|
|
7032
|
+
}
|
|
7030
7033
|
.scalar-app .h-2\.5 {
|
|
7031
7034
|
height: 10px;
|
|
7032
7035
|
}
|
|
@@ -7189,6 +7192,9 @@ to {
|
|
|
7189
7192
|
.scalar-app .w-1\/2 {
|
|
7190
7193
|
width: 50%;
|
|
7191
7194
|
}
|
|
7195
|
+
.scalar-app .w-2 {
|
|
7196
|
+
width: 8px;
|
|
7197
|
+
}
|
|
7192
7198
|
.scalar-app .w-2\.5 {
|
|
7193
7199
|
width: 10px;
|
|
7194
7200
|
}
|
|
@@ -7751,6 +7757,9 @@ to {
|
|
|
7751
7757
|
.scalar-app .bg-sidebar-b-active {
|
|
7752
7758
|
background-color: var(--scalar-sidebar-item-active-background, var(--scalar-background-2));
|
|
7753
7759
|
}
|
|
7760
|
+
.scalar-app .bg-white {
|
|
7761
|
+
background-color: #fff;
|
|
7762
|
+
}
|
|
7754
7763
|
.scalar-app .bg-none {
|
|
7755
7764
|
background-image: none;
|
|
7756
7765
|
}
|
|
@@ -8162,6 +8171,9 @@ to {
|
|
|
8162
8171
|
.scalar-app .text-b-1 {
|
|
8163
8172
|
color: var(--scalar-background-1);
|
|
8164
8173
|
}
|
|
8174
|
+
.scalar-app .text-b-2 {
|
|
8175
|
+
color: var(--scalar-background-2);
|
|
8176
|
+
}
|
|
8165
8177
|
.scalar-app .text-blue {
|
|
8166
8178
|
color: var(--scalar-color-blue);
|
|
8167
8179
|
}
|
|
@@ -9728,10 +9740,10 @@ to {
|
|
|
9728
9740
|
top: 0;
|
|
9729
9741
|
right: -50dvw;
|
|
9730
9742
|
}
|
|
9731
|
-
.address-bar-history-button[data-v-
|
|
9743
|
+
.address-bar-history-button[data-v-b45f1e9d]:hover {
|
|
9732
9744
|
background: var(--scalar-background-3);
|
|
9733
9745
|
}
|
|
9734
|
-
.address-bar-history-button[data-v-
|
|
9746
|
+
.address-bar-history-button[data-v-b45f1e9d]:focus-within {
|
|
9735
9747
|
background: var(--scalar-background-2);
|
|
9736
9748
|
}
|
|
9737
9749
|
.description[data-v-1b7a32a4] .markdown {
|
|
@@ -9891,49 +9903,49 @@ to {
|
|
|
9891
9903
|
border-radius: var(--scalar-radius);
|
|
9892
9904
|
color: var(--scalar-color-1);
|
|
9893
9905
|
}
|
|
9894
|
-
[data-v-
|
|
9906
|
+
[data-v-80d05ddf] .cm-editor {
|
|
9895
9907
|
outline: none;
|
|
9896
9908
|
width: 100%;
|
|
9897
9909
|
height: 100%;
|
|
9898
9910
|
}
|
|
9899
|
-
[data-v-
|
|
9911
|
+
[data-v-80d05ddf] .cm-line {
|
|
9900
9912
|
padding: 0;
|
|
9901
9913
|
}
|
|
9902
|
-
[data-v-
|
|
9914
|
+
[data-v-80d05ddf] .cm-content {
|
|
9903
9915
|
font-size: var(--scalar-small);
|
|
9904
9916
|
align-items: center;
|
|
9905
9917
|
padding: 0;
|
|
9906
9918
|
display: flex;
|
|
9907
9919
|
}
|
|
9908
|
-
.scroll-timeline-x[data-v-
|
|
9920
|
+
.scroll-timeline-x[data-v-80d05ddf] {
|
|
9909
9921
|
scroll-timeline: --scroll-timeline x;
|
|
9910
9922
|
scroll-timeline: --scroll-timeline horizontal;
|
|
9911
9923
|
-ms-overflow-style: none;
|
|
9912
9924
|
}
|
|
9913
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9925
|
+
.scroll-timeline-x-hidden[data-v-80d05ddf] {
|
|
9914
9926
|
overflow-x: auto;
|
|
9915
9927
|
}
|
|
9916
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9928
|
+
.scroll-timeline-x-hidden[data-v-80d05ddf] .cm-scroller {
|
|
9917
9929
|
scrollbar-width: none;
|
|
9918
9930
|
-ms-overflow-style: none;
|
|
9919
9931
|
padding-right: 20px;
|
|
9920
9932
|
overflow: auto;
|
|
9921
9933
|
}
|
|
9922
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9934
|
+
.scroll-timeline-x-hidden[data-v-80d05ddf]::-webkit-scrollbar {
|
|
9923
9935
|
width: 0;
|
|
9924
9936
|
height: 0;
|
|
9925
9937
|
display: none;
|
|
9926
9938
|
}
|
|
9927
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9939
|
+
.scroll-timeline-x-hidden[data-v-80d05ddf] .cm-scroller::-webkit-scrollbar {
|
|
9928
9940
|
width: 0;
|
|
9929
9941
|
height: 0;
|
|
9930
9942
|
display: none;
|
|
9931
9943
|
}
|
|
9932
|
-
.scroll-timeline-x-address[data-v-
|
|
9944
|
+
.scroll-timeline-x-address[data-v-80d05ddf] {
|
|
9933
9945
|
scrollbar-width: none;
|
|
9934
9946
|
line-height: 27px;
|
|
9935
9947
|
}
|
|
9936
|
-
.scroll-timeline-x-address[data-v-
|
|
9948
|
+
.scroll-timeline-x-address[data-v-80d05ddf]:after {
|
|
9937
9949
|
content: "";
|
|
9938
9950
|
cursor: text;
|
|
9939
9951
|
width: 24px;
|
|
@@ -9941,48 +9953,48 @@ to {
|
|
|
9941
9953
|
position: absolute;
|
|
9942
9954
|
right: 0;
|
|
9943
9955
|
}
|
|
9944
|
-
.scroll-timeline-x-address[data-v-
|
|
9956
|
+
.scroll-timeline-x-address[data-v-80d05ddf]:empty:before {
|
|
9945
9957
|
content: "Enter URL or cURL request";
|
|
9946
9958
|
color: var(--scalar-color-3);
|
|
9947
9959
|
pointer-events: none;
|
|
9948
9960
|
}
|
|
9949
|
-
.fade-left[data-v-
|
|
9961
|
+
.fade-left[data-v-80d05ddf], .fade-right[data-v-80d05ddf] {
|
|
9950
9962
|
content: "";
|
|
9951
9963
|
pointer-events: none;
|
|
9952
9964
|
z-index: 1;
|
|
9953
9965
|
height: 100%;
|
|
9954
|
-
animation-name: fadein-
|
|
9966
|
+
animation-name: fadein-80d05ddf;
|
|
9955
9967
|
animation-duration: 1ms;
|
|
9956
9968
|
animation-direction: reverse;
|
|
9957
9969
|
animation-timeline: --scroll-timeline;
|
|
9958
9970
|
position: sticky;
|
|
9959
9971
|
}
|
|
9960
|
-
.fade-left[data-v-
|
|
9972
|
+
.fade-left[data-v-80d05ddf] {
|
|
9961
9973
|
background: linear-gradient(-90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9962
9974
|
}
|
|
9963
9975
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9964
|
-
.fade-left[data-v-
|
|
9976
|
+
.fade-left[data-v-80d05ddf] {
|
|
9965
9977
|
background: linear-gradient(-90deg, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9966
9978
|
}
|
|
9967
9979
|
}
|
|
9968
|
-
.fade-left[data-v-
|
|
9980
|
+
.fade-left[data-v-80d05ddf] {
|
|
9969
9981
|
min-width: 6px;
|
|
9970
9982
|
animation-direction: normal;
|
|
9971
9983
|
left: -1px;
|
|
9972
9984
|
}
|
|
9973
|
-
.fade-right[data-v-
|
|
9985
|
+
.fade-right[data-v-80d05ddf] {
|
|
9974
9986
|
background: linear-gradient(90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9975
9987
|
}
|
|
9976
9988
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9977
|
-
.fade-right[data-v-
|
|
9989
|
+
.fade-right[data-v-80d05ddf] {
|
|
9978
9990
|
background: linear-gradient(90deg, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9979
9991
|
}
|
|
9980
9992
|
}
|
|
9981
|
-
.fade-right[data-v-
|
|
9993
|
+
.fade-right[data-v-80d05ddf] {
|
|
9982
9994
|
min-width: 24px;
|
|
9983
9995
|
right: -1px;
|
|
9984
9996
|
}
|
|
9985
|
-
@keyframes fadein-
|
|
9997
|
+
@keyframes fadein-80d05ddf {
|
|
9986
9998
|
0% {
|
|
9987
9999
|
opacity: 0;
|
|
9988
10000
|
}
|
|
@@ -9990,31 +10002,31 @@ to {
|
|
|
9990
10002
|
opacity: 1;
|
|
9991
10003
|
}
|
|
9992
10004
|
}
|
|
9993
|
-
.address-bar-bg-states[data-v-
|
|
10005
|
+
.address-bar-bg-states[data-v-80d05ddf] {
|
|
9994
10006
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
9995
10007
|
}
|
|
9996
10008
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9997
|
-
.address-bar-bg-states[data-v-
|
|
10009
|
+
.address-bar-bg-states[data-v-80d05ddf] {
|
|
9998
10010
|
--scalar-address-bar-bg: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
9999
10011
|
}
|
|
10000
10012
|
}
|
|
10001
|
-
.address-bar-bg-states[data-v-
|
|
10013
|
+
.address-bar-bg-states[data-v-80d05ddf] {
|
|
10002
10014
|
background: var(--scalar-address-bar-bg);
|
|
10003
10015
|
}
|
|
10004
|
-
.address-bar-bg-states[data-v-
|
|
10016
|
+
.address-bar-bg-states[data-v-80d05ddf]:has(.cm-focused) {
|
|
10005
10017
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10006
10018
|
border-color: var(--scalar-border-color);
|
|
10007
10019
|
outline-width: 1px;
|
|
10008
10020
|
outline-style: solid;
|
|
10009
10021
|
}
|
|
10010
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
10022
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-80d05ddf], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-80d05ddf] {
|
|
10011
10023
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10012
10024
|
}
|
|
10013
|
-
.app-exit-button[data-v-
|
|
10025
|
+
.app-exit-button[data-v-43c7b0fc] {
|
|
10014
10026
|
color: #fff;
|
|
10015
10027
|
background: #0000001a;
|
|
10016
10028
|
}
|
|
10017
|
-
.app-exit-button[data-v-
|
|
10029
|
+
.app-exit-button[data-v-43c7b0fc]:hover {
|
|
10018
10030
|
background: #ffffff1a;
|
|
10019
10031
|
}
|
|
10020
10032
|
.fade-request-section-content[data-v-f97cc68c] {
|
|
@@ -10185,31 +10197,31 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
10185
10197
|
-webkit-text-security: disc;
|
|
10186
10198
|
-moz-text-security: disc;
|
|
10187
10199
|
}
|
|
10188
|
-
.request-section-content[data-v-
|
|
10200
|
+
.request-section-content[data-v-8c6cdddb] {
|
|
10189
10201
|
--scalar-border-width: .5px;
|
|
10190
10202
|
}
|
|
10191
|
-
.request-section-content-filter[data-v-
|
|
10203
|
+
.request-section-content-filter[data-v-8c6cdddb] {
|
|
10192
10204
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
10193
10205
|
}
|
|
10194
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
10206
|
+
.request-item:focus-within .request-meta-buttons[data-v-8c6cdddb] {
|
|
10195
10207
|
opacity: 1;
|
|
10196
10208
|
}
|
|
10197
|
-
.group-hover-input[data-v-
|
|
10209
|
+
.group-hover-input[data-v-8c6cdddb] {
|
|
10198
10210
|
border-width: var(--scalar-border-width);
|
|
10199
10211
|
border-color: #0000;
|
|
10200
10212
|
}
|
|
10201
|
-
.group:hover .group-hover-input[data-v-
|
|
10213
|
+
.group:hover .group-hover-input[data-v-8c6cdddb] {
|
|
10202
10214
|
background: var(--scalar-background-1);
|
|
10203
10215
|
}
|
|
10204
10216
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10205
|
-
.group:hover .group-hover-input[data-v-
|
|
10217
|
+
.group:hover .group-hover-input[data-v-8c6cdddb] {
|
|
10206
10218
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10207
10219
|
}
|
|
10208
10220
|
}
|
|
10209
|
-
.group:hover .group-hover-input[data-v-
|
|
10221
|
+
.group:hover .group-hover-input[data-v-8c6cdddb] {
|
|
10210
10222
|
border-color: var(--scalar-border-color);
|
|
10211
10223
|
}
|
|
10212
|
-
.group-hover-input[data-v-
|
|
10224
|
+
.group-hover-input[data-v-8c6cdddb]:focus {
|
|
10213
10225
|
border-color: var(--scalar-border-color) !important;
|
|
10214
10226
|
background: none !important;
|
|
10215
10227
|
}
|
|
@@ -10488,27 +10500,27 @@ to {
|
|
|
10488
10500
|
transform: translate3d(-50%, 0, 0);
|
|
10489
10501
|
}
|
|
10490
10502
|
}
|
|
10491
|
-
.empty-sidebar-item-content[data-v-
|
|
10503
|
+
.empty-sidebar-item-content[data-v-e30bf25b] {
|
|
10492
10504
|
display: none;
|
|
10493
10505
|
}
|
|
10494
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10506
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-e30bf25b] {
|
|
10495
10507
|
display: block;
|
|
10496
10508
|
}
|
|
10497
|
-
.rabbitjump[data-v-
|
|
10509
|
+
.rabbitjump[data-v-e30bf25b] {
|
|
10498
10510
|
opacity: 0;
|
|
10499
10511
|
}
|
|
10500
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10512
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-e30bf25b] {
|
|
10501
10513
|
opacity: 1;
|
|
10502
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10514
|
+
animation: .5s step-end infinite rabbitAnimation-e30bf25b;
|
|
10503
10515
|
}
|
|
10504
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10516
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-e30bf25b] {
|
|
10505
10517
|
opacity: 0;
|
|
10506
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10518
|
+
animation: .5s step-end infinite rabbitAnimation2-e30bf25b;
|
|
10507
10519
|
}
|
|
10508
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10509
|
-
animation: 8s linear infinite rabbitRun-
|
|
10520
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-e30bf25b] {
|
|
10521
|
+
animation: 8s linear infinite rabbitRun-e30bf25b;
|
|
10510
10522
|
}
|
|
10511
|
-
@keyframes rabbitRun-
|
|
10523
|
+
@keyframes rabbitRun-e30bf25b {
|
|
10512
10524
|
0% {
|
|
10513
10525
|
transform: translateZ(0);
|
|
10514
10526
|
}
|
|
@@ -10528,7 +10540,7 @@ to {
|
|
|
10528
10540
|
transform: translateZ(0);
|
|
10529
10541
|
}
|
|
10530
10542
|
}
|
|
10531
|
-
@keyframes rabbitAnimation-
|
|
10543
|
+
@keyframes rabbitAnimation-e30bf25b {
|
|
10532
10544
|
0%, to {
|
|
10533
10545
|
opacity: 1;
|
|
10534
10546
|
}
|
|
@@ -10536,7 +10548,7 @@ to {
|
|
|
10536
10548
|
opacity: 0;
|
|
10537
10549
|
}
|
|
10538
10550
|
}
|
|
10539
|
-
@keyframes rabbitAnimation2-
|
|
10551
|
+
@keyframes rabbitAnimation2-e30bf25b {
|
|
10540
10552
|
0%, to {
|
|
10541
10553
|
opacity: 0;
|
|
10542
10554
|
}
|