Skip to content

Commit d09ab5c

Browse files
committed
fix: make names consistent
1 parent 3154af8 commit d09ab5c

File tree

8 files changed

+36
-24
lines changed

8 files changed

+36
-24
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10543,13 +10543,13 @@ var require_yaml_intelligence_resources = __commonJS({
1054310543
default: 0
1054410544
}
1054510545
},
10546-
left: {
10546+
"outer-window-left": {
1054710547
number: {
1054810548
description: "The number of pages to display on the left side of the current page.",
1054910549
default: 0
1055010550
}
1055110551
},
10552-
right: {
10552+
"outer-window-right": {
1055310553
number: {
1055410554
description: "The number of pages to display on the right side of the current page.",
1055510555
default: 0
@@ -21860,6 +21860,10 @@ var require_yaml_intelligence_resources = __commonJS({
2186021860
short: "Display item categories from this listing in the margin of the\npage.",
2186121861
long: "Display item categories from this listing in the margin of the\npage."
2186221862
},
21863+
"The number of pages to display on each side of the current page.",
21864+
"The number of pages to display at the start and end of the pagination\ncontrol.",
21865+
"The number of pages to display on the left side of the current\npage.",
21866+
"The number of pages to display on the right side of the current\npage.",
2186321867
"Enables an RSS feed for the listing.",
2186421868
"The number of items to include in your feed. Defaults to 20.",
2186521869
{
@@ -24900,12 +24904,12 @@ var require_yaml_intelligence_resources = __commonJS({
2490024904
mermaid: "%%"
2490124905
},
2490224906
"handlers/mermaid/schema.yml": {
24903-
_internalId: 197472,
24907+
_internalId: 197483,
2490424908
type: "object",
2490524909
description: "be an object",
2490624910
properties: {
2490724911
"mermaid-format": {
24908-
_internalId: 197464,
24912+
_internalId: 197475,
2490924913
type: "enum",
2491024914
enum: [
2491124915
"png",
@@ -24921,7 +24925,7 @@ var require_yaml_intelligence_resources = __commonJS({
2492124925
exhaustiveCompletions: true
2492224926
},
2492324927
theme: {
24924-
_internalId: 197471,
24928+
_internalId: 197482,
2492524929
type: "anyOf",
2492624930
anyOf: [
2492724931
{

src/resources/editor/tools/yaml/all-schema-definitions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,13 +3515,13 @@
35153515
"default": 0
35163516
}
35173517
},
3518-
"left": {
3518+
"outer-window-left": {
35193519
"number": {
35203520
"description": "The number of pages to display on the left side of the current page.",
35213521
"default": 0
35223522
}
35233523
},
3524-
"right": {
3524+
"outer-window-right": {
35253525
"number": {
35263526
"description": "The number of pages to display on the right side of the current page.",
35273527
"default": 0
@@ -14832,6 +14832,10 @@
1483214832
"short": "Display item categories from this listing in the margin of the\npage.",
1483314833
"long": "Display item categories from this listing in the margin of the\npage."
1483414834
},
14835+
"The number of pages to display on each side of the current page.",
14836+
"The number of pages to display at the start and end of the pagination\ncontrol.",
14837+
"The number of pages to display on the left side of the current\npage.",
14838+
"The number of pages to display on the right side of the current\npage.",
1483514839
"Enables an RSS feed for the listing.",
1483614840
"The number of items to include in your feed. Defaults to 20.",
1483714841
{
@@ -17872,12 +17876,12 @@
1787217876
"mermaid": "%%"
1787317877
},
1787417878
"handlers/mermaid/schema.yml": {
17875-
"_internalId": 197472,
17879+
"_internalId": 197483,
1787617880
"type": "object",
1787717881
"description": "be an object",
1787817882
"properties": {
1787917883
"mermaid-format": {
17880-
"_internalId": 197464,
17884+
"_internalId": 197475,
1788117885
"type": "enum",
1788217886
"enum": [
1788317887
"png",
@@ -17893,7 +17897,7 @@
1789317897
"exhaustiveCompletions": true
1789417898
},
1789517899
"theme": {
17896-
"_internalId": 197471,
17900+
"_internalId": 197482,
1789717901
"type": "anyOf",
1789817902
"anyOf": [
1789917903
{

src/resources/schema/definitions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,11 +1532,11 @@
15321532
number:
15331533
description: "The number of pages to display at the start and end of the pagination control."
15341534
default: 0
1535-
left:
1535+
outer-window-left:
15361536
number:
15371537
description: "The number of pages to display on the left side of the current page."
15381538
default: 0
1539-
right:
1539+
outer-window-right:
15401540
number:
15411541
description: "The number of pages to display on the right side of the current page."
15421542
default: 0

src/resources/schema/json-schemas.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,10 +1987,10 @@
19871987
"outer-window": {
19881988
"type": "number"
19891989
},
1990-
"left": {
1990+
"outer-window-left": {
19911991
"type": "number"
19921992
},
1993-
"right": {
1993+
"outer-window-right": {
19941994
"type": "number"
19951995
}
19961996
}

src/resources/types/schema-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,9 +856,9 @@ If no `id` is provided for a listing, Quarto will synthesize one when rendering
856856
number /* The number of pages to display on each side of the current page. */;
857857
"outer-window"?:
858858
number /* The number of pages to display at the start and end of the pagination control. */;
859-
left?:
859+
"outer-window-left"?:
860860
number /* The number of pages to display on the left side of the current page. */;
861-
right?:
861+
"outer-window-right"?:
862862
number; /* The number of pages to display on the right side of the current page. */
863863
};
864864
sort?:

src/resources/types/zod/schema-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,8 @@ export const ZodWebsiteListing = z.object({
779779
pagination: z.object({
780780
"inner-window": z.number(),
781781
"outer-window": z.number(),
782-
left: z.number(),
783-
right: z.number(),
782+
"outer-window-left": z.number(),
783+
"outer-window-right": z.number(),
784784
}).strict().partial(),
785785
feed: z.union([
786786
z.boolean(),

0 commit comments

Comments
 (0)