ablok-components 0.1.154 → 0.1.156

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.
@@ -39,7 +39,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
39
39
  type: BooleanConstructor;
40
40
  default: boolean;
41
41
  };
42
- }, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("update:modelValue" | "update:suggestion")[], "update:modelValue" | "update:suggestion", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
42
+ selection: {
43
+ type: StringConstructor;
44
+ };
45
+ }, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("update:modelValue" | "update:selection")[], "update:modelValue" | "update:selection", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
43
46
  modelValue: {
44
47
  type: StringConstructor;
45
48
  };
@@ -79,9 +82,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
79
82
  type: BooleanConstructor;
80
83
  default: boolean;
81
84
  };
85
+ selection: {
86
+ type: StringConstructor;
87
+ };
82
88
  }>> & {
83
89
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
84
- "onUpdate:suggestion"?: ((...args: any[]) => any) | undefined;
90
+ "onUpdate:selection"?: ((...args: any[]) => any) | undefined;
85
91
  }, {
86
92
  color: string;
87
93
  disabled: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ablok-components",
3
3
  "private": false,
4
- "version": "0.1.154",
4
+ "version": "0.1.156",
5
5
  "scripts": {
6
6
  "dev": "vite --host",
7
7
  "build": "vue-tsc --noEmit && vite build",