From 4de28f22de32dc80c499fde210c0a7dd717cc332 Mon Sep 17 00:00:00 2001 From: John Datserakis Date: Sat, 18 Mar 2023 00:55:29 -0400 Subject: [PATCH] Update build exports --- CHANGELOG.md | 2 +- README.md | 2 +- .../classes/FileUploadWithPreview.html | 42 +++++++++---------- docs/typedoc/enums/Events.html | 10 ++--- docs/typedoc/index.html | 2 +- .../interfaces/ClearButtonClickedEvent.html | 4 +- .../ClearButtonClickedEventDetail.html | 4 +- docs/typedoc/interfaces/ImageAddedEvent.html | 4 +- .../interfaces/ImageAddedEventDetail.html | 10 ++--- .../typedoc/interfaces/ImageDeletedEvent.html | 4 +- .../interfaces/ImageDeletedEventDetail.html | 10 ++--- .../ImageMultiItemClickedEvent.html | 4 +- .../ImageMultiItemClickedEventDetail.html | 10 ++--- docs/typedoc/interfaces/Images.html | 12 +++--- docs/typedoc/interfaces/Options.html | 16 +++---- docs/typedoc/interfaces/Text.html | 10 ++--- docs/typedoc/types/PresetFiles.html | 2 +- docs/typedoc/types/RequiredOptions.html | 2 +- .../variables/DEFAULT_BACKGROUND_IMAGE.html | 2 +- .../typedoc/variables/DEFAULT_BASE_IMAGE.html | 2 +- .../DEFAULT_SUCCESS_FILE_ALT_IMAGE.html | 2 +- .../variables/DEFAULT_SUCCESS_PDF_IMAGE.html | 2 +- .../DEFAULT_SUCCESS_VIDEO_IMAGE.html | 2 +- package.json | 7 ++-- 24 files changed, 83 insertions(+), 84 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6bb0b..85e30d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG.md -## 6.0.1 +## 6.0.2 - Use vite for serving app and building library - Remove rollup diff --git a/README.md b/README.md index 6703f8f..8d83545 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ If you're importing directly in the browser, use the following instead:
- + ``` diff --git a/docs/typedoc/classes/FileUploadWithPreview.html b/docs/typedoc/classes/FileUploadWithPreview.html index fef43b9..bc7eb99 100644 --- a/docs/typedoc/classes/FileUploadWithPreview.html +++ b/docs/typedoc/classes/FileUploadWithPreview.html @@ -20,7 +20,7 @@

Hierarchy

+
  • Defined in file-upload-with-preview.ts:136
  • @@ -71,7 +71,7 @@
    uploadId: string
    options: Options = {}

    Returns FileUploadWithPreview

    +
  • Defined in file-upload-with-preview.ts:188
  • Properties

    @@ -82,54 +82,54 @@
    +
  • Defined in file-upload-with-preview.ts:142
  • clearButton: Element

    Button to reset the instance

    +
  • Defined in file-upload-with-preview.ts:146
  • el: Element

    Main container for the instance

    +
  • Defined in file-upload-with-preview.ts:150
  • imagePreview: HTMLDivElement

    Display panel for the images

    +
  • Defined in file-upload-with-preview.ts:154
  • inputHidden: HTMLInputElement

    Hidden input

    +
  • Defined in file-upload-with-preview.ts:158
  • inputVisible: Element

    Visible input

    +
  • Defined in file-upload-with-preview.ts:162
  • options: RequiredOptions = ...
    +
  • Defined in file-upload-with-preview.ts:163
  • uploadId: string

    The id you set for the instance

    +
  • Defined in file-upload-with-preview.ts:186
  • Methods

    @@ -144,7 +144,7 @@

    Parameters

    text: string

    Returns void

    +
  • Defined in file-upload-with-preview.ts:537
  • Returns void

    +
  • Defined in file-upload-with-preview.ts:404
  • Returns void

    +
  • Defined in file-upload-with-preview.ts:360
  • Returns Promise<void>

    +
  • Defined in file-upload-with-preview.ts:340
  • +
  • Defined in file-upload-with-preview.ts:276
  • Returns void

    +
  • Defined in file-upload-with-preview.ts:494
  • +
  • Defined in file-upload-with-preview.ts:541
  • +
  • Defined in file-upload-with-preview.ts:517
  • Returns void

    +
  • Defined in file-upload-with-preview.ts:485
  • Returns void

    +
  • Defined in file-upload-with-preview.ts:476
  • +
  • Defined in file-upload-with-preview.ts:545
  • +
  • Defined in constants/events.ts:5
  • +
  • Defined in file-upload-with-preview.ts:64
  • successFileAltImage?: string
    @@ -62,7 +62,7 @@

    DEFAULT_SUCCESS_FILE_ALT_IMAGE

    +
  • Defined in file-upload-with-preview.ts:70
  • successPdfImage?: string
    @@ -71,7 +71,7 @@

    DEFAULT_SUCCESS_PDF_IMAGE

    +
  • Defined in file-upload-with-preview.ts:76
  • successVideoImage?: string
    @@ -80,7 +80,7 @@

    DEFAULT_SUCCESS_VIDEO_IMAGE

    +
  • Defined in file-upload-with-preview.ts:82
  • +
  • Defined in file-upload-with-preview.ts:106
  • multiple?: boolean
    @@ -74,7 +74,7 @@

    false

    +
  • Defined in file-upload-with-preview.ts:112
  • presetFiles?: PresetFiles
    @@ -83,7 +83,7 @@

    []

    +
  • Defined in file-upload-with-preview.ts:118
  • showDeleteButtonOnImages?: boolean
    @@ -92,14 +92,14 @@

    true

    +
  • Defined in file-upload-with-preview.ts:124
  • text?: Text

    Configurable text for the library

    +
  • Defined in file-upload-with-preview.ts:128
  • +
  • Defined in file-upload-with-preview.ts:37
  • label?: string
    @@ -61,7 +61,7 @@

    "Upload"

    +
  • Defined in file-upload-with-preview.ts:43
  • selectedCount?: string
    @@ -70,7 +70,7 @@

    "files selected"

    +
  • Defined in file-upload-with-preview.ts:49
  • +
  • Defined in file-upload-with-preview.ts:85
  • +
  • Defined in file-upload-with-preview.ts:131
  • +
  • Defined in constants/images.ts:13
  • +
  • Defined in constants/images.ts:1
  • +
  • Defined in constants/images.ts:10
  • +
  • Defined in constants/images.ts:4
  • +
  • Defined in constants/images.ts:7