@vaadin-component-factory/vcf-autocomplete 1.2.8 → 24.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.idea/misc.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK">
4
+ <output url="file://$PROJECT_DIR$/out" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/vcf-autocomplete.iml" filepath="$PROJECT_DIR$/.idea/vcf-autocomplete.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="JAVA_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$" />
6
+ <orderEntry type="inheritedJdk" />
7
+ <orderEntry type="sourceFolder" forTests="false" />
8
+ </component>
9
+ </module>
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # &lt;vcf-autocomplete&gt;
2
2
 
3
- [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
4
3
  [![npm version](https://badgen.net/npm/v/@vaadin-component-factory/vcf-autocomplete)](https://www.npmjs.com/package/@vaadin-component-factory/vcf-autocomplete)
5
4
  [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-autocomplete)
6
5
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vaadin-component-factory/vcf-autocomplete",
3
- "version": "1.2.8",
3
+ "version": "24.0.0",
4
+ "type": "module",
4
5
  "description": "Web Component with a text input that provides a panel of suggested options.",
5
- "main": "theme/lumo/vcf-autocomplete.js",
6
6
  "author": "Vaadin Ltd",
7
7
  "license": "https://raw.githubusercontent.com/vaadin/vaadin-incubator-element/master/LICENSE",
8
8
  "repository": {
@@ -19,13 +19,11 @@
19
19
  "polymer"
20
20
  ],
21
21
  "scripts": {
22
- "test": "wct",
23
22
  "lint": "eslint src/*.js",
24
- "prestart": "polymer analyze src/*.js > analysis.json",
25
- "start": "polymer serve -o",
26
- "build:prod": "run-s build:api build:demo",
27
- "build:api": "npm run prestart && polymer build",
28
- "build:demo": "webpack",
23
+ "build": "rollup -c",
24
+ "watch": "rollup -c -w",
25
+ "dev": "npm-run-all --parallel start watch",
26
+ "start": "serve public",
29
27
  "publish": "node util/publish.js"
30
28
  },
31
29
  "husky": {
@@ -41,61 +39,118 @@
41
39
  ]
42
40
  },
43
41
  "dependencies": {
44
- "@polymer/iron-icon": "^3.0.1",
45
- "@polymer/iron-resizable-behavior": "^3.0.1",
46
- "@polymer/polymer": "^3.0.0",
47
- "@vaadin/vaadin-button": "^2.2.1",
48
- "@vaadin/vaadin-element-mixin": "^2.1.3",
49
- "@vaadin/vaadin-item": "^2.1.1",
50
- "@vaadin/vaadin-license-checker": "^2.1.2",
51
- "@vaadin/vaadin-list-box": "^1.2.0",
52
- "@vaadin/vaadin-lumo-styles": "^1.5.0",
53
- "@vaadin/vaadin-overlay": "^3.2.14",
54
- "@vaadin/vaadin-text-field": "^2.4.12",
55
- "@vaadin/vaadin-themable-mixin": "^1.5.1"
42
+ "@lit-labs/observers": "^2.0.0",
43
+ "@polymer/polymer": "^3.5.1",
44
+ "@vaadin/a11y-base": "^24.1.1",
45
+ "@vaadin/accordion": "^24.1.1",
46
+ "@vaadin/app-layout": "^24.1.1",
47
+ "@vaadin/avatar": "^24.1.1",
48
+ "@vaadin/avatar-group": "^24.1.1",
49
+ "@vaadin/board": "^24.1.1",
50
+ "@vaadin/bundles": "^24.1.1",
51
+ "@vaadin/button": "^24.1.1",
52
+ "@vaadin/charts": "^24.1.1",
53
+ "@vaadin/checkbox": "^24.1.1",
54
+ "@vaadin/checkbox-group": "^24.1.1",
55
+ "@vaadin/combo-box": "^24.1.1",
56
+ "@vaadin/common-frontend": "^0.0.18",
57
+ "@vaadin/component-base": "^24.1.1",
58
+ "@vaadin/confirm-dialog": "^24.1.1",
59
+ "@vaadin/context-menu": "^24.1.1",
60
+ "@vaadin/cookie-consent": "^24.1.1",
61
+ "@vaadin/crud": "^24.1.1",
62
+ "@vaadin/custom-field": "^24.1.1",
63
+ "@vaadin/date-picker": "^24.1.1",
64
+ "@vaadin/date-time-picker": "^24.1.1",
65
+ "@vaadin/details": "^24.1.1",
66
+ "@vaadin/dialog": "^24.1.1",
67
+ "@vaadin/email-field": "^24.1.1",
68
+ "@vaadin/field-base": "^24.1.1",
69
+ "@vaadin/field-highlighter": "^24.1.1",
70
+ "@vaadin/form-layout": "^24.1.1",
71
+ "@vaadin/grid": "^24.1.1",
72
+ "@vaadin/grid-pro": "^24.1.1",
73
+ "@vaadin/horizontal-layout": "^24.1.1",
74
+ "@vaadin/icon": "^24.1.1",
75
+ "@vaadin/icons": "^24.1.1",
76
+ "@vaadin/input-container": "^24.1.1",
77
+ "@vaadin/integer-field": "^24.1.1",
78
+ "@vaadin/item": "^24.1.1",
79
+ "@vaadin/list-box": "^24.1.1",
80
+ "@vaadin/lit-renderer": "^24.1.1",
81
+ "@vaadin/login": "^24.1.1",
82
+ "@vaadin/map": "^24.1.1",
83
+ "@vaadin/menu-bar": "^24.1.1",
84
+ "@vaadin/message-input": "^24.1.1",
85
+ "@vaadin/message-list": "^24.1.1",
86
+ "@vaadin/multi-select-combo-box": "^24.1.1",
87
+ "@vaadin/notification": "^24.1.1",
88
+ "@vaadin/number-field": "^24.1.1",
89
+ "@vaadin/overlay": "^24.1.1",
90
+ "@vaadin/password-field": "^24.1.1",
91
+ "@vaadin/polymer-legacy-adapter": "^24.1.1",
92
+ "@vaadin/progress-bar": "^24.1.1",
93
+ "@vaadin/radio-group": "^24.1.1",
94
+ "@vaadin/rich-text-editor": "^24.1.1",
95
+ "@vaadin/router": "^1.7.5",
96
+ "@vaadin/scroller": "^24.1.1",
97
+ "@vaadin/select": "^24.1.1",
98
+ "@vaadin/side-nav": "^24.1.1",
99
+ "@vaadin/split-layout": "^24.1.1",
100
+ "@vaadin/tabs": "^24.1.1",
101
+ "@vaadin/tabsheet": "^24.1.1",
102
+ "@vaadin/text-area": "^24.1.1",
103
+ "@vaadin/text-field": "^24.1.1",
104
+ "@vaadin/time-picker": "^24.1.1",
105
+ "@vaadin/tooltip": "^24.1.1",
106
+ "@vaadin/upload": "^24.1.1",
107
+ "@vaadin/vaadin-development-mode-detector": "^2.0.6",
108
+ "@vaadin/vaadin-lumo-styles": "^24.1.1",
109
+ "@vaadin/vaadin-material-styles": "^24.1.1",
110
+ "@vaadin/vaadin-themable-mixin": "^24.1.1",
111
+ "@vaadin/vaadin-usage-statistics": "^2.1.2",
112
+ "@vaadin/vertical-layout": "^24.1.1",
113
+ "@vaadin/virtual-list": "^24.1.1",
114
+ "construct-style-sheets-polyfill": "^3.1.0",
115
+ "date-fns": "^2.29.3",
116
+ "lit": "^2.7.4",
117
+ "mobile-drag-drop": "^2.3.0-rc.2",
118
+ "proj4": "^2.9.0"
56
119
  },
57
120
  "devDependencies": {
58
- "@babel/core": "^7.5.5",
59
- "@babel/plugin-proposal-class-properties": "^7.3.4",
60
- "@babel/preset-env": "^7.5.5",
61
- "@polymer/iron-component-page": "^4.0.1",
62
- "@polymer/iron-demo-helpers": "^3.0.0-pre.19",
63
- "@polymer/test-fixture": "^4.0.2",
64
- "@webcomponents/webcomponentsjs": "^2.0.0",
65
- "babel-eslint": "^10.0.2",
66
- "babel-loader": "^8.0.6",
67
- "babel-plugin-template-html-minifier": "^3.1.0",
68
- "babel-plugin-transform-custom-element-classes": "^0.1.0",
69
- "babel-preset-minify": "^0.5.1",
70
- "brotli-webpack-plugin": "^1.1.0",
71
- "chai": "^4.2.0",
121
+ "npm-run-all": "^4.1.5",
122
+ "serve": "^11.3.2",
123
+ "@rollup/plugin-commonjs": "^17.0.0",
124
+ "@rollup/plugin-node-resolve": "^11.1.0",
125
+ "rollup-plugin-terser": "^7.0.2",
126
+ "@rollup/plugin-replace": "^5.0.2",
127
+ "@rollup/pluginutils": "^5.0.2",
128
+ "@vitejs/plugin-react": "^4.0.0",
129
+ "async": "^3.2.2",
130
+ "babel-eslint": "^10.1.0",
72
131
  "colors": "^1.3.3",
73
132
  "compression-webpack-plugin": "^3.0.0",
74
133
  "copy-webpack-plugin": "^5.0.4",
75
134
  "eslint": "^5.16.0",
76
135
  "eslint-config-prettier": "^6.0.0",
77
136
  "eslint-config-vaadin": "^0.2.7",
78
- "eslint-plugin-html": "^6.0.0",
79
- "html-replace-webpack-plugin": "^2.5.5",
80
- "html-webpack-plugin": "^3.2.0",
81
- "html-webpack-tags-plugin": "^2.0.15",
82
- "husky": "^2.3.0",
83
- "lint-staged": "^8.1.7",
84
- "mocha": "^5.2.0",
85
- "npm-run-all": "^4.1.5",
86
- "polymer-cli": "^1.9.10",
137
+ "glob": "^7.2.3",
138
+ "mkdirp": "^1.0.4",
87
139
  "prettier": "^1.17.1",
88
140
  "prompt": "^1.0.0",
89
141
  "replace-in-file": "^4.1.2",
142
+ "rollup-plugin-brotli": "^3.1.0",
143
+ "rollup-plugin-visualizer": "^5.9.0",
90
144
  "shelljs": "^0.8.3",
145
+ "strip-css-comments": "^5.0.0",
91
146
  "terser-webpack-plugin": "^1.4.1",
147
+ "transform-ast": "^2.4.4",
148
+ "typescript": "^5.0.4",
92
149
  "uglify-template-string-loader": "^1.1.1",
93
- "wct-mocha": "^1.0.0",
94
- "webpack": "^4.39.2",
95
- "webpack-babel-multi-target-plugin": "^2.3.0",
96
- "webpack-cli": "^3.3.7",
97
- "webpack-dev-server": "^3.8.0",
98
- "webpack-merge": "^4.2.1"
150
+ "vite": "^4.3.9",
151
+ "workbox-build": "^7.0.0",
152
+ "workbox-core": "^7.0.0",
153
+ "workbox-precaching": "^7.0.0"
99
154
  },
100
155
  "bugs": {
101
156
  "url": "https://github.com/vaadin-component-factory/vcf-autocomplete/issues"