Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Feb 23, 2021
1 parent a05f4b1 commit becb6a5
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 27 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashTextareaAutocomplete
Title: Dash component wrapper for `react-textarea-autocomplete`
Version: 0.2.0
Version: 1.0.0
Description: Dash component wrapper for `react-textarea-autocomplete`
Depends: R (>= 3.0.2)
Imports:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "DashTextareaAutocomplete"
uuid = "1b08a953-4be3-4667-9a23-5aadec407a69"
authors = ["Etienne Tetreault-Pinard <[email protected]>"]
version = "0.2.0"
version = "1.0.0"

[deps]
Dash = "1b08a953-4be3-4667-9a23-3db579824955"
Expand Down
4 changes: 2 additions & 2 deletions R/internal.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.dashTextareaAutocomplete_js_metadata <- function() {
deps_metadata <- list(`dash_textarea_autocomplete` = structure(list(name = "dash_textarea_autocomplete",
version = "0.2.0", src = list(href = NULL,
version = "1.0.0", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_textarea_autocomplete.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTextareaAutocomplete",
all_files = FALSE), class = "html_dependency"),
`dash_textarea_autocomplete` = structure(list(name = "dash_textarea_autocomplete",
version = "0.2.0", src = list(href = NULL,
version = "1.0.0", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_textarea_autocomplete.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTextareaAutocomplete",
Expand Down
7 changes: 1 addition & 6 deletions dash_textarea_autocomplete/DashTextareaAutocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ class DashTextareaAutocomplete(Component):
- listStyle (dict; optional): Style of the list wrapper (from `react-textarea-autocomplete`).
- itemStyle (dict; optional): Styles of the items wrapper.
- loaderStyle (dict; optional): Style of the loader wrapper (from `react-textarea-autocomplete`).
- containerStyle (dict; default {
marginTop: 20,
width: 400,
height: 100,
margin: "20px auto"
}): Styles of the textarea container (from `react-textarea-autocomplete`).
- containerStyle (dict; optional): Styles of the textarea container (from `react-textarea-autocomplete`).
- dropdownStyle (dict; optional): Styles of the dropdown wrapper."""
@_explicitize_args
def __init__(self, id=Component.UNDEFINED, value=Component.UNDEFINED, placeholder=Component.UNDEFINED, wordList=Component.REQUIRED, triggerChar=Component.UNDEFINED, minChar=Component.UNDEFINED, className=Component.UNDEFINED, containerClassName=Component.UNDEFINED, style=Component.UNDEFINED, listStyle=Component.UNDEFINED, itemStyle=Component.UNDEFINED, loaderStyle=Component.UNDEFINED, containerStyle=Component.UNDEFINED, dropdownStyle=Component.UNDEFINED, **kwargs):
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions dash_textarea_autocomplete/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,7 @@
"name": "object"
},
"required": false,
"description": "Styles of the textarea container (from `react-textarea-autocomplete`).",
"defaultValue": {
"value": "{\n marginTop: 20,\n width: 400,\n height: 100,\n margin: \"20px auto\"\n}",
"computed": false
}
"description": "Styles of the textarea container (from `react-textarea-autocomplete`)."
},
"dropdownStyle": {
"type": {
Expand Down
3 changes: 2 additions & 1 deletion dash_textarea_autocomplete/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-textarea-autocomplete",
"version": "0.2.0",
"version": "1.0.0",
"description": "Dash component wrapper for `react-textarea-autocomplete`",
"bugs": {
"url": "https://github.com/etpinard/dash-textarea-autocomplete/issues"
Expand All @@ -11,6 +11,7 @@
"start": "webpack-serve --config ./webpack.serve.config.js --open",
"validate-init": "python _validate_init.py",
"prepublishOnly": "npm run validate-init",
"lint:js": "eslint src/lib/",
"build:js": "webpack --mode production",
"build:backends": "dash-generate-components ./src/lib/components dash_textarea_autocomplete -p package-info.json --r-prefix '' --jl-prefix ''",
"build:backends-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py_and_r)",
Expand Down
2 changes: 1 addition & 1 deletion deps/dash_textarea_autocomplete.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deps/dash_textarea_autocomplete.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/deps/dash_textarea_autocomplete.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/deps/dash_textarea_autocomplete.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-textarea-autocomplete",
"version": "0.2.0",
"version": "1.0.0",
"description": "Dash component wrapper for `react-textarea-autocomplete`",
"bugs": {
"url": "https://github.com/etpinard/dash-textarea-autocomplete/issues"
Expand Down
6 changes: 3 additions & 3 deletions src/DashTextareaAutocomplete.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module DashTextareaAutocomplete
using Dash

const resources_path = realpath(joinpath( @__DIR__, "..", "deps"))
const version = "0.2.0"
const version = "1.0.0"

include("dashtextareaautocomplete.jl")

Expand All @@ -16,14 +16,14 @@ function __init__()
[
DashBase.Resource(
relative_package_path = "dash_textarea_autocomplete.min.js",
external_url = "https://unpkg.com/dash_textarea_autocomplete@0.2.0/dash_textarea_autocomplete/dash_textarea_autocomplete.min.js",
external_url = "https://unpkg.com/dash_textarea_autocomplete@1.0.0/dash_textarea_autocomplete/dash_textarea_autocomplete.min.js",
dynamic = nothing,
async = nothing,
type = :js
),
DashBase.Resource(
relative_package_path = "dash_textarea_autocomplete.min.js.map",
external_url = "https://unpkg.com/dash_textarea_autocomplete@0.2.0/dash_textarea_autocomplete/dash_textarea_autocomplete.min.js.map",
external_url = "https://unpkg.com/dash_textarea_autocomplete@1.0.0/dash_textarea_autocomplete/dash_textarea_autocomplete.min.js.map",
dynamic = true,
async = nothing,
type = :js
Expand Down

2 comments on commit becb6a5

@etpinard
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=main

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/30717

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" becb6a5fd6a5d61c9afc74bfcb68e95ba54cb57d
git push origin v1.0.0

Please sign in to comment.