Skip to content

Commit 0b01a86

Browse files
authored
Merge pull request #2200 from OfficeDev/main
[Admin] Publish
2 parents da323a8 + ced8cdb commit 0b01a86

File tree

1,309 files changed

+212739
-703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,309 files changed

+212739
-703
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@
255255
"ReferenceTOC": "docs/docs-ref-autogen/excel_1_17/toc.yml",
256256
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"
257257
},
258+
{
259+
"ReferenceTOC": "docs/docs-ref-autogen/excel_1_18/toc.yml",
260+
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"
261+
},
258262
{
259263
"ReferenceTOC": "docs/docs-ref-autogen/excel_online/toc.yml",
260264
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"

docs/docfx.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,18 @@
515515
"src": "docs-ref-autogen/excel_1_17",
516516
"dest": "api"
517517
},
518+
{
519+
"files": ["**/toc.yml"],
520+
"group": "excel-js-1.18",
521+
"src": "docs-ref-autogen/excel_1_18",
522+
"dest": "api/office-js-docs-reference"
523+
},
524+
{
525+
"files": ["**/*.md", "**/*.yml"],
526+
"group": "excel-js-1.18",
527+
"src": "docs-ref-autogen/excel_1_18",
528+
"dest": "api"
529+
},
518530
{
519531
"files": ["**/toc.yml"],
520532
"group": "excel-js-online",
@@ -974,7 +986,11 @@
974986
"excel-js-1.17": {
975987
"dest": "excel-js-1.17",
976988
"moniker_range": "excel-js-1.17"
977-
},
989+
},
990+
"excel-js-1.18": {
991+
"dest": "excel-js-1.18",
992+
"moniker_range": "excel-js-1.18"
993+
},
978994
"excel-js-online": {
979995
"dest": "excel-js-online",
980996
"moniker_range": "excel-js-online"
@@ -1151,6 +1167,7 @@
11511167
"docs-ref-autogen/excel_1_15/**": "excel",
11521168
"docs-ref-autogen/excel_1_16/**": "excel",
11531169
"docs-ref-autogen/excel_1_17/**": "excel",
1170+
"docs-ref-autogen/excel_1_18/**": "excel",
11541171
"docs-ref-autogen/excel_online/**": "excel",
11551172
"docs-ref-autogen/onenote/**": "onenote",
11561173
"docs-ref-autogen/outlook/**": "outlook",

docs/docs-ref-autogen/common/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,9 @@ items:
495495
- name: ExcelApi online-only requirement set
496496
href: ../../requirement-sets/excel/excel-api-online-requirement-set.md
497497
displayName: Excel
498+
- name: ExcelApi 1.18 requirement set
499+
href: ../../requirement-sets/excel/excel-api-1-18-requirement-set.md
500+
displayName: Excel
498501
- name: ExcelApi 1.17 requirement set
499502
href: ../../requirement-sets/excel/excel-api-1-17-requirement-set.md
500503
displayName: Excel

docs/docs-ref-autogen/common_preview/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@ items:
497497
- name: ExcelApi online-only requirement set
498498
href: ../../requirement-sets/excel/excel-api-online-requirement-set.md
499499
displayName: Excel
500+
- name: ExcelApi 1.18 requirement set
501+
href: ../../requirement-sets/excel/excel-api-1-18-requirement-set.md
502+
displayName: Excel
500503
- name: ExcelApi 1.17 requirement set
501504
href: ../../requirement-sets/excel/excel-api-1-17-requirement-set.md
502505
displayName: Excel

docs/docs-ref-autogen/excel/excel/excel.cellcontrol.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: Excel.CellControl
33
uid: 'excel!Excel.CellControl:type'
44
package: excel!
55
fullName: Excel.CellControl
6-
summary: >-
7-
Represents an interactable control inside of a cell. \[ [API set: ExcelApi BETA (PREVIEW
8-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
9-
remarks: ''
10-
isPreview: true
6+
summary: Represents an interactable control inside of a cell.
7+
remarks: '\[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
8+
isPreview: false
119
isDeprecated: false
1210
syntax: export type CellControl = UnknownCellControl | EmptyCellControl | MixedCellControl | CheckboxCellControl;

docs/docs-ref-autogen/excel/excel/excel.cellcontroltype.yml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,43 @@ uid: 'excel!Excel.CellControlType:enum'
44
package: excel!
55
fullName: Excel.CellControlType
66
summary: Represents the type of cell control.
7-
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
8-
isPreview: true
7+
remarks: '\[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
8+
isPreview: false
99
isDeprecated: false
1010
fields:
1111
- name: checkbox
1212
uid: 'excel!Excel.CellControlType.checkbox:member'
1313
package: excel!
14-
summary: >-
14+
summary: |-
1515
Type representing a checkbox control.
1616
17+
* \[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
18+
value: '"Checkbox"'
19+
- name: dropdown
20+
uid: 'excel!Excel.CellControlType.dropdown:member'
21+
package: excel!
22+
summary: >-
23+
Type representing a dropdown control.
24+
1725
1826
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
1927
\]
20-
value: '"Checkbox"'
28+
value: '"Dropdown"'
2129
- name: empty
2230
uid: 'excel!Excel.CellControlType.empty:member'
2331
package: excel!
24-
summary: >-
32+
summary: |-
2533
Type representing an empty control.
2634
27-
28-
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
29-
\]
35+
* \[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
3036
value: '"Empty"'
3137
- name: mixed
3238
uid: 'excel!Excel.CellControlType.mixed:member'
3339
package: excel!
34-
summary: >-
40+
summary: |-
3541
Type representing a query that results in a mix of control results.
3642
37-
38-
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
39-
\]
43+
* \[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
4044
value: '"Mixed"'
4145
- name: unknown
4246
uid: 'excel!Excel.CellControlType.unknown:member'
@@ -46,6 +50,5 @@ fields:
4650
the current version of Excel doesn't know how to display this control.
4751
4852
49-
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
50-
\]
53+
* \[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
5154
value: '"Unknown"'

docs/docs-ref-autogen/excel/excel/excel.cellpropertiesloadoptions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ properties:
146146
summary: |-
147147
Specifies whether to load on the `textRuns` property.
148148
149-
\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
149+
\[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
150150
remarks: ''
151151
isPreview: false
152152
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.checkboxcellcontrol.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: Excel.CheckboxCellControl
33
uid: 'excel!Excel.CheckboxCellControl:interface'
44
package: excel!
55
fullName: Excel.CheckboxCellControl
6-
summary: >-
7-
Represents a checkbox. This is a cell control that allows a user to toggle the boolean value in a cell. \[ [API set:
8-
ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
9-
remarks: ''
10-
isPreview: true
6+
summary: Represents a checkbox. This is a cell control that allows a user to toggle the boolean value in a cell.
7+
remarks: '\[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
8+
isPreview: false
119
isDeprecated: false
1210
type: interface
1311
properties:
@@ -17,7 +15,7 @@ properties:
1715
fullName: type
1816
summary: ''
1917
remarks: ''
20-
isPreview: true
18+
isPreview: false
2119
isDeprecated: false
2220
syntax:
2321
content: 'type: CellControlType.checkbox;'

docs/docs-ref-autogen/excel/excel/excel.clearapplyto.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ fields:
9595
by each control. Cells without cell controls are set to blank.
9696
9797
98-
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
99-
\]
98+
* \[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10099
value: '"ResetContents"'

docs/docs-ref-autogen/excel/excel/excel.emptycellcontrol.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: Excel.EmptyCellControl
33
uid: 'excel!Excel.EmptyCellControl:interface'
44
package: excel!
55
fullName: Excel.EmptyCellControl
6-
summary: >-
7-
Represents an empty cell control. This represents the state where a cell does not have a control. \[ [API set:
8-
ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
9-
remarks: ''
10-
isPreview: true
6+
summary: Represents an empty cell control. This represents the state where a cell does not have a control.
7+
remarks: '\[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
8+
isPreview: false
119
isDeprecated: false
1210
type: interface
1311
properties:
@@ -17,7 +15,7 @@ properties:
1715
fullName: type
1816
summary: ''
1917
remarks: ''
20-
isPreview: true
18+
isPreview: false
2119
isDeprecated: false
2220
syntax:
2321
content: 'type: CellControlType.empty;'

0 commit comments

Comments
 (0)