@types/google-apps-script
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -1,2 +0,2 @@ | ||
// Type definitions for Google Apps Script 2020-01-02 | ||
// Type definitions for Google Apps Script 2021-01-24 | ||
// Project: https://developers.google.com/apps-script/ | ||
@@ -267,2 +267,3 @@ // Definitions by: PopGoesTheWza <https://github.com/PopGoesTheWza> | ||
newDateTimePicker(): DateTimePicker; | ||
newDecoratedText(): DecoratedText; | ||
newDriveItemsSelectedActionResponseBuilder(): DriveItemsSelectedActionResponseBuilder; | ||
@@ -752,2 +753,25 @@ newFixedFooter(): FixedFooter; | ||
/** | ||
* A widget that displays text with optional decorations. Possible keys include an icon, a label | ||
* above and a label below. Setting the text content and one of the keys is required using setText(text) | ||
* and one of setIcon(icon), setIconUrl(url), setTopLabel(text), or setBottomLabel(text). | ||
* This class is intended to replace KeyValue. | ||
*/ | ||
interface DecoratedText { | ||
setAuthorizationAction(action: AuthorizationAction): DecoratedText; | ||
setBottomLabel(text: string): DecoratedText; | ||
setButton(button: Button): DecoratedText; | ||
setComposeAction(action: Action, composedEmailType: ComposedEmailType): DecoratedText; | ||
setIcon(icon: Icon): DecoratedText; | ||
setIconAltText(altText: string): DecoratedText; | ||
setIconUrl(url: string): DecoratedText; | ||
setOnClickAction(action: Action): DecoratedText; | ||
setOnClickOpenLinkAction(action: Action): DecoratedText; | ||
setOpenLink(openLink: OpenLink): DecoratedText; | ||
setSwitchControl(switchToSet: Switch): DecoratedText; | ||
setText(text: string): DecoratedText; | ||
setTopLabel(text: string): DecoratedText; | ||
setWrapText(wrapText: boolean): DecoratedText; | ||
} | ||
/** | ||
* A builder for DriveItemsSelectedActionResponse objects. | ||
@@ -754,0 +778,0 @@ */ |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fc18057766fe8bbff9484fe5c29847a68013aed758633209ac242a4778b9300a", | ||
"typesPublisherContentHash": "a3856918bb2abef72a071214c7d2435eacdbb9bc6318ab4deee6620a23ca75bc", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 14 Jan 2021 20:56:16 GMT | ||
* Last updated: Sun, 24 Jan 2021 22:41:20 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `AdminDirectory`, `AdminGroupsMigration`, `AdminGroupsSettings`, `AdminLicenseManager`, `AdminReports`, `AdminReseller`, `Adsense`, `Analytics`, `Analyticsreporting`, `Appsactivity`, `Bigquery`, `Browser`, `CacheService`, `Calendar`, `CalendarApp`, `CardService`, `Charset`, `Charts`, `Classroom`, `ConferenceDataService`, `ContactsApp`, `Content`, `ContentService`, `DataStudioApp`, `Date2`, `Dfareporting`, `DigestAlgorithm`, `Docs`, `DocumentApp`, `Drive`, `DriveActivity`, `DriveApp`, `FormApp`, `Gmail`, `GmailApp`, `GoogleAppsScript`, `GroupsApp`, `HtmlService`, `Jdbc`, `LanguageApp`, `LinearOptimizationService`, `LockService`, `Logger`, `MacAlgorithm`, `MailApp`, `Maps`, `Mirror`, `People`, `PropertiesService`, `RsaAlgorithm`, `ScriptApp`, `ScriptProperties`, `Session`, `Sheets`, `SitesApp`, `Slides`, `SlidesApp`, `SpreadsheetApp`, `TagManager`, `Tasks`, `UrlFetchApp`, `UserProperties`, `Utilities`, `XmlService`, `YouTube`, `YouTubeAnalytics`, `YoutubePartner`, `console` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1560601
34647