@jblehm/super-list 1.0.33 → 1.0.34

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # superlist V1.0.33
1
+ # superlist V1.0.34
2
2
  An un-styled mobile supported text searchable combobox for Vue.
3
3
 
4
4
  ![list_img_1.png](https://drive.google.com/thumbnail?id=1vccx8i3aOcXCjT1cflzeHJs0BNhj6I-u&sz=w1000)
@@ -67,6 +67,7 @@ export default defineComponent({
67
67
  }
68
68
  })
69
69
  </script>
70
+ <style src="@jblehm/super-list/dist/index.css"></style>
70
71
  <style>
71
72
  .super-list,
72
73
  .super-list > * {
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as G, ref as f, computed as O, createElementBlock as M, openBlock as T, withModifiers as Z, createElementVNode as F, normalizeClass as P, withKeys as h, useTemplateRef as ke, watch as A, Fragment as ce, createCommentVNode as $, renderList as Ee, createBlock as fe, toDisplayString as ve, useCssVars as Se, onMounted as we, onUnmounted as Ae, renderSlot as Le, createVNode as Y, nextTick as Fe, resolveDynamicComponent as Ne, withCtx as me } from "vue";
2
- import './index.css';class Be {
2
+ class Be {
3
3
  eventsTypes = ["resize", "load", "scroll", "wheel", "touchmove"];
4
4
  config = {
5
5
  attributes: !0,
package/package.json CHANGED
@@ -1,19 +1,8 @@
1
1
  {
2
2
  "name": "@jblehm/super-list",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "type": "module",
5
- "files": [
6
- "dist/ListInputComponents",
7
- "dist/DropDownLibrary.d.ts",
8
- "dist/index.css",
9
- "dist/index.d.ts",
10
- "dist/main.d.ts",
11
- "dist/super-list.js",
12
- "dist/super-list.js.map",
13
- "dist/super-list.umd.cjs",
14
- "dist/super-list.umd.cjs.map",
15
- "dist/super-list.vue.d.ts"
16
- ],
5
+ "files": [ "dist" ],
17
6
  "main": "./dist/super-list.umd.cjs",
18
7
  "module": "./dist/super-list.js",
19
8
  "exports": {
@@ -21,9 +10,11 @@
21
10
  "import": "./dist/super-list.js",
22
11
  "require": "./dist/super-list.umd.js"
23
12
  },
24
- "./dist/style.css": "./dist/style.css"
13
+ "./dist/index.css": "./dist/index.css",
14
+ "./dist/style.css": "./dist/index.css"
25
15
  },
26
16
  "types": "./dist/index.d.ts",
17
+ "style": "./dist/index.css",
27
18
  "scripts": {
28
19
  "dev": "vite",
29
20
  "build": "vite build && vue-tsc --emitDeclarationOnly",