incubator-autocomplete

WebJar for incubator-autocomplete

Лицензия

Лицензия

Категории

Категории

Vaadin Взаимодействие с пользователем Веб-фреймворки Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.vaadin.webjar
Идентификатор

Идентификатор

incubator-autocomplete
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

incubator-autocomplete
WebJar for incubator-autocomplete
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/vaadin/incubator-autocomplete

Скачать incubator-autocomplete

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.vaadin.webjar/incubator-autocomplete/ -->
<dependency>
    <groupId>com.vaadin.webjar</groupId>
    <artifactId>incubator-autocomplete</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.webjar/incubator-autocomplete/
implementation 'com.vaadin.webjar:incubator-autocomplete:1.1.0'
// https://jarcasting.com/artifacts/com.vaadin.webjar/incubator-autocomplete/
implementation ("com.vaadin.webjar:incubator-autocomplete:1.1.0")
'com.vaadin.webjar:incubator-autocomplete:jar:1.1.0'
<dependency org="com.vaadin.webjar" name="incubator-autocomplete" rev="1.1.0">
  <artifact name="incubator-autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.webjar', module='incubator-autocomplete', version='1.1.0')
)
libraryDependencies += "com.vaadin.webjar" % "incubator-autocomplete" % "1.1.0"
[com.vaadin.webjar/incubator-autocomplete "1.1.0"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
org.webjars.bowergithub.vaadin : vaadin-overlay jar [3.1.1,4)
org.webjars.bowergithub.vaadin : vaadin-lumo-styles jar [1.0.0,2)
org.webjars.bowergithub.vaadin : license-checker jar [2.0.1,3)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-element-mixin jar [2.1.1,3)
org.webjars.bowergithub.polymerelements : iron-resizable-behavior jar [2.1.1,3)
org.webjars.bowergithub.vaadin : vaadin-button jar [2.1.0,3)
org.webjars.bowergithub.vaadin : vaadin-themable-mixin jar [1.0.0,2)
org.webjars.bowergithub.vaadin : vaadin-list-box jar [1.1.0,2)
org.webjars.bowergithub.vaadin : vaadin-text-field jar [2.1.1,3)

Модули Проекта

Данный проект не имеет модулей.

Deprecated

This repository has been deprecated. Please find the latest code here: https://github.com/vaadin-component-factory/vcf-autocomplete

Build Status Gitter

<incubator-autocomplete>

Live Demo

<incubator-autocomplete> is a text input with a panel of suggested options.

<incubator-autocomplete> is built with Vaadin Incubator. To use it, you need to have a access to Vaadin Incubator, which is included in Vaadin Prime.

  <incubator-autocomplete id="demo1" label="Choose country" placeholder="Start typing a country name..." options="[[options]]">
  </incubator-autocomplete>

Screenshot of incubator-autocomplete

Installation

The Vaadin Incubator components are distributed as Bower packages.

Polymer 2 and HTML Imports compatible version

Install incubator-autocomplete:

bower i vaadin/incubator-autocomplete --save

Once installed, import it in your application:

<link rel="import" href="bower_components/incubator-autocomplete/incubator-autocomplete.html">

Getting Started

Vaadin components use the Lumo theme by default.

The file structure for Vaadin components

  • src/incubator-autocomplete.html

    Unstyled component.

  • theme/lumo/incubator-autocomplete.html

    Component with Lumo theme.

  • incubator-autocomplete.html

    Alias for theme/lumo/incubator-autocomplete.html

Running demos and tests in browser

  1. Fork the incubator-autocomplete repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the incubator-autocomplete directory, run npm install and then bower install to install dependencies.

  4. Run polymer serve --open, browser will automatically open the component API documentation.

  5. You can also open demo or in-browser tests by adding demo or test to the URL, for example:

Running tests from the command line

  1. When in the incubator-autocomplete directory, run polymer test

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running gulp lint, which will automatically lint all .js files as well as JavaScript snippets inside .html files.

Contributing

  • Make sure your code is compliant with our code linters: gulp lint
  • Check that tests are passing: polymer test
  • Submit a pull request with detailed title and description
  • Wait for response from one of Vaadin components team members

License

Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

com.vaadin.webjar

Vaadin

An open platform for building modern web apps for Java back ends

Версии библиотеки

Версия
1.1.0