@types/office-js 1.0.430 → 1.0.431

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.
office-js/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for office-js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 30 Sep 2024 17:36:57 GMT
11
+ * Last updated: Mon, 30 Sep 2024 22:07:46 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -118022,86 +118022,6 @@ declare namespace PowerPoint {
118022
118022
  */
118023
118023
  width?: number;
118024
118024
  }
118025
- /**
118026
- * Specifies the dash style for a line.
118027
- *
118028
- * @remarks
118029
- * [Api set: PowerPointApi 1.4]
118030
- */
118031
- enum ShapeLineDashStyle {
118032
- /**
118033
- * The dash line pattern
118034
- * @remarks
118035
- * [Api set: PowerPointApi 1.4]
118036
- */
118037
- dash = "Dash",
118038
- /**
118039
- * The dash-dot line pattern
118040
- * @remarks
118041
- * [Api set: PowerPointApi 1.4]
118042
- */
118043
- dashDot = "DashDot",
118044
- /**
118045
- * The dash-dot-dot line pattern
118046
- * @remarks
118047
- * [Api set: PowerPointApi 1.4]
118048
- */
118049
- dashDotDot = "DashDotDot",
118050
- /**
118051
- * The long dash line pattern
118052
- * @remarks
118053
- * [Api set: PowerPointApi 1.4]
118054
- */
118055
- longDash = "LongDash",
118056
- /**
118057
- * The long dash-dot line pattern
118058
- * @remarks
118059
- * [Api set: PowerPointApi 1.4]
118060
- */
118061
- longDashDot = "LongDashDot",
118062
- /**
118063
- * The round dot line pattern
118064
- * @remarks
118065
- * [Api set: PowerPointApi 1.4]
118066
- */
118067
- roundDot = "RoundDot",
118068
- /**
118069
- * The solid line pattern
118070
- * @remarks
118071
- * [Api set: PowerPointApi 1.4]
118072
- */
118073
- solid = "Solid",
118074
- /**
118075
- * The square dot line pattern
118076
- * @remarks
118077
- * [Api set: PowerPointApi 1.4]
118078
- */
118079
- squareDot = "SquareDot",
118080
- /**
118081
- * The long dash-dot-dot line pattern
118082
- * @remarks
118083
- * [Api set: PowerPointApi 1.4]
118084
- */
118085
- longDashDotDot = "LongDashDotDot",
118086
- /**
118087
- * The system dash line pattern
118088
- * @remarks
118089
- * [Api set: PowerPointApi 1.4]
118090
- */
118091
- systemDash = "SystemDash",
118092
- /**
118093
- * The system dot line pattern
118094
- * @remarks
118095
- * [Api set: PowerPointApi 1.4]
118096
- */
118097
- systemDot = "SystemDot",
118098
- /**
118099
- * The system dash-dot line pattern
118100
- * @remarks
118101
- * [Api set: PowerPointApi 1.4]
118102
- */
118103
- systemDashDot = "SystemDashDot",
118104
- }
118105
118025
  /**
118106
118026
  * The type of underline applied to a font.
118107
118027
  *
@@ -118262,6 +118182,86 @@ declare namespace PowerPoint {
118262
118182
  */
118263
118183
  thaiDistributed = "ThaiDistributed",
118264
118184
  }
118185
+ /**
118186
+ * Specifies the dash style for a line.
118187
+ *
118188
+ * @remarks
118189
+ * [Api set: PowerPointApi 1.4]
118190
+ */
118191
+ enum ShapeLineDashStyle {
118192
+ /**
118193
+ * The dash line pattern.
118194
+ * @remarks
118195
+ * [Api set: PowerPointApi 1.4]
118196
+ */
118197
+ dash = "Dash",
118198
+ /**
118199
+ * The dash-dot line pattern.
118200
+ * @remarks
118201
+ * [Api set: PowerPointApi 1.4]
118202
+ */
118203
+ dashDot = "DashDot",
118204
+ /**
118205
+ * The dash-dot-dot line pattern.
118206
+ * @remarks
118207
+ * [Api set: PowerPointApi 1.4]
118208
+ */
118209
+ dashDotDot = "DashDotDot",
118210
+ /**
118211
+ * The long dash line pattern.
118212
+ * @remarks
118213
+ * [Api set: PowerPointApi 1.4]
118214
+ */
118215
+ longDash = "LongDash",
118216
+ /**
118217
+ * The long dash-dot line pattern.
118218
+ * @remarks
118219
+ * [Api set: PowerPointApi 1.4]
118220
+ */
118221
+ longDashDot = "LongDashDot",
118222
+ /**
118223
+ * The round dot line pattern.
118224
+ * @remarks
118225
+ * [Api set: PowerPointApi 1.4]
118226
+ */
118227
+ roundDot = "RoundDot",
118228
+ /**
118229
+ * The solid line pattern.
118230
+ * @remarks
118231
+ * [Api set: PowerPointApi 1.4]
118232
+ */
118233
+ solid = "Solid",
118234
+ /**
118235
+ * The square dot line pattern.
118236
+ * @remarks
118237
+ * [Api set: PowerPointApi 1.4]
118238
+ */
118239
+ squareDot = "SquareDot",
118240
+ /**
118241
+ * The long dash-dot-dot line pattern.
118242
+ * @remarks
118243
+ * [Api set: PowerPointApi 1.4]
118244
+ */
118245
+ longDashDotDot = "LongDashDotDot",
118246
+ /**
118247
+ * The system dash line pattern.
118248
+ * @remarks
118249
+ * [Api set: PowerPointApi 1.4]
118250
+ */
118251
+ systemDash = "SystemDash",
118252
+ /**
118253
+ * The system dot line pattern.
118254
+ * @remarks
118255
+ * [Api set: PowerPointApi 1.4]
118256
+ */
118257
+ systemDot = "SystemDot",
118258
+ /**
118259
+ * The system dash-dot line pattern.
118260
+ * @remarks
118261
+ * [Api set: PowerPointApi 1.4]
118262
+ */
118263
+ systemDashDot = "SystemDashDot",
118264
+ }
118265
118265
  /**
118266
118266
  * Represents the vertical alignment of a {@link PowerPoint.TextFrame} in a {@link PowerPoint.Shape}.
118267
118267
  If one the centered options are selected, the contents of the `TextFrame` will be centered horizontally within the `Shape` as a group.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.430",
3
+ "version": "1.0.431",
4
4
  "description": "TypeScript definitions for office-js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "0112fcb0889c02ade9f01e86a5077e2ff1562c8423e9954717608eba728e864f",
48
+ "typesPublisherContentHash": "762be46c1c66bf9a6a0329494f6c3f7577b05ba71d8341f76c76063300dd7666",
49
49
  "typeScriptVersion": "4.8"
50
50
  }