Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nextcloud/dialogs

Package Overview
Dependencies
Maintainers
12
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/dialogs - npm Package Compare versions

Comparing version 4.0.0-beta.2 to 4.0.0

dist/l10n.d.ts

6

dist/filepicker.d.ts

@@ -0,1 +1,2 @@

/// <reference types="@nextcloud/typings" />
export declare enum FilePickerType {

@@ -15,3 +16,4 @@ Choose = 1,

private path?;
constructor(title: string, multiSelect: boolean, mimeTypeFilter: string[], modal: boolean, type: FilePickerType, directoriesAllowed: boolean, path?: string);
private filter?;
constructor(title: string, multiSelect: boolean, mimeTypeFilter: string[], modal: boolean, type: FilePickerType, directoriesAllowed: boolean, path?: string, filter?: Nextcloud.v24.FilePickerFilter);
pick(): Promise<string>;

@@ -27,2 +29,3 @@ }

private path?;
private filter?;
constructor(title: string);

@@ -36,4 +39,5 @@ setMultiSelect(ms: boolean): FilePickerBuilder;

startAt(path: string): FilePickerBuilder;
setFilter(filter: Nextcloud.v24.FilePickerFilter): FilePickerBuilder;
build(): FilePicker;
}
export declare function getFilePickerBuilder(title: string): FilePickerBuilder;

@@ -0,0 +0,0 @@ export { FilePicker, FilePickerType, FilePickerBuilder, getFilePickerBuilder } from './filepicker';

@@ -0,0 +0,0 @@ /**

19

package.json
{
"name": "@nextcloud/dialogs",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"description": "",

@@ -8,2 +8,3 @@ "types": "dist/index.d.ts",

"module": "dist/index.es.js",
"type": "module",
"exports": {

@@ -25,3 +26,3 @@ ".": {

"stylelint:fix": "stylelint src --fix",
"check-types": "tsc",
"check-types": "tsc --noEmit",
"l10n:extract": "node build/extract-l10n.js"

@@ -40,3 +41,3 @@ },

"@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0",
"@nextcloud/typings": "^1.4.3",
"core-js": "^3.6.4",

@@ -54,5 +55,7 @@ "toastify-js": "^1.12.0"

"@nextcloud/browserslist-config": "^2.1.0",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"babel-loader-exclude-node-modules-except": "^1.0.3",

@@ -63,10 +66,8 @@ "babel-plugin-transform-class-properties": "^6.24.1",

"postcss-url": "^10.1.3",
"rollup": "^2.25.0",
"rollup-plugin-inject-process-env": "^1.3.0",
"rollup": "^3.7.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.0",
"sass": "^1.55.0",
"tslib": "^2.0.1",
"typedoc": "^0.23.8",
"typescript": "^4.0.2"
"typescript": "^4.9.4"
},

@@ -73,0 +74,0 @@ "browserslist": [

@@ -53,3 +53,4 @@ # @nextcloud/dialogs

- Get your PR reviewed and merged;
- Create a release on github with the version as tag (e.g `v4.0.1`) and add the changelog content as description (https://github.com/nextcloud/nextcloud-dialogs/releases);
![image](https://user-images.githubusercontent.com/14975046/124442568-2a952500-dd7d-11eb-82a2-402f9170231a.png)
- Create [a release on github](https://github.com/nextcloud/nextcloud-dialogs/releases) with the version as tag (e.g `v4.0.1`) and add the changelog content as description
![image](https://user-images.githubusercontent.com/14975046/124442568-2a952500-dd7d-11eb-82a2-402f9170231a.png)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc