@capacitor/dialog
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@0.1.0...@capacitor/dialog@0.1.1) (2020-10-30) | ||
**Note:** Version bump only for package @capacitor/dialog | ||
# 0.1.0 (2020-10-12) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
export {}; | ||
//# sourceMappingURL=definitions.js.map |
@@ -35,2 +35,4 @@ var capacitorDialog = (function (exports, core) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -37,0 +39,0 @@ |
{ | ||
"name": "@capacitor/dialog", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts", | ||
@@ -39,10 +39,10 @@ "main": "dist/plugin.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^3.0.0-alpha.5", | ||
"@capacitor/core": "^3.0.0-alpha.5", | ||
"@capacitor/docgen": "^0.0.6", | ||
"@capacitor/ios": "^3.0.0-alpha.5", | ||
"@capacitor/android": "^3.0.0-alpha.6", | ||
"@capacitor/core": "^3.0.0-alpha.6", | ||
"@capacitor/docgen": "^0.0.10", | ||
"@capacitor/ios": "^3.0.0-alpha.6", | ||
"@ionic/eslint-config": "^0.3.0", | ||
"@ionic/prettier-config": "^1.0.0", | ||
"@ionic/prettier-config": "^1.0.1", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"@rollup/plugin-node-resolve": "^8.1.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"eslint": "^7.11.0", | ||
@@ -54,6 +54,6 @@ "prettier": "^2.0.5", | ||
"swiftlint": "^1.0.1", | ||
"typescript": "~3.9.7" | ||
"typescript": "~4.0.3" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0-alpha.5" | ||
"@capacitor/core": "^3.0.0-alpha.6" | ||
}, | ||
@@ -76,3 +76,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "e2856f5d9d77b26a16ebe2a5e5708832a7ff063b" | ||
"gitHead": "3ab6d510236e3f595945c7de16ca731323cc295b" | ||
} |
@@ -1,6 +0,16 @@ | ||
# @capacitor/Dialog | ||
# @capacitor/dialog | ||
The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts | ||
<!--DOCGEN_INDEX_START--> | ||
## Install | ||
```bash | ||
npm install @capacitor/dialog | ||
npx cap sync | ||
``` | ||
## API | ||
<docgen-index> | ||
* [`alert(...)`](#alert) | ||
@@ -10,7 +20,7 @@ * [`prompt(...)`](#prompt) | ||
* [Interfaces](#interfaces) | ||
<!--DOCGEN_INDEX_END--> | ||
<!--DOCGEN_API_START--> | ||
</docgen-index> | ||
<docgen-api> | ||
<!--Update the source file JSDoc comments and rerun docgen to update the docs below--> | ||
## API | ||
@@ -25,8 +35,6 @@ ### alert(...) | ||
| Param | Type | | ||
| ----------- | ----------------------------------------------------- | | ||
| **options** | <code><a href="#alertoptions">AlertOptions</a></code> | | ||
| Param | Type | | ||
| ------------- | ----------------------------------------------------- | | ||
| **`options`** | <code><a href="#alertoptions">AlertOptions</a></code> | | ||
**Returns:** <code>Promise<void></code> | ||
**Since:** 1.0.0 | ||
@@ -45,5 +53,5 @@ | ||
| Param | Type | | ||
| ----------- | ------------------------------------------------------- | | ||
| **options** | <code><a href="#promptoptions">PromptOptions</a></code> | | ||
| Param | Type | | ||
| ------------- | ------------------------------------------------------- | | ||
| **`options`** | <code><a href="#promptoptions">PromptOptions</a></code> | | ||
@@ -65,5 +73,5 @@ **Returns:** <code>Promise<<a href="#promptresult">PromptResult</a>></code> | ||
| Param | Type | | ||
| ----------- | --------------------------------------------------------- | | ||
| **options** | <code><a href="#confirmoptions">ConfirmOptions</a></code> | | ||
| Param | Type | | ||
| ------------- | --------------------------------------------------------- | | ||
| **`options`** | <code><a href="#confirmoptions">ConfirmOptions</a></code> | | ||
@@ -125,3 +133,2 @@ **Returns:** <code>Promise<<a href="#confirmresult">ConfirmResult</a>></code> | ||
<!--DOCGEN_API_END--> | ||
</docgen-api> |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
150946
774
130
1