ablok-components 0.1.172 → 0.1.174

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.
@@ -38,6 +38,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
38
38
  keyOption: {
39
39
  type: null;
40
40
  };
41
+ itemClass: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ };
41
45
  }, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
42
46
  modelValue: {
43
47
  type: null;
@@ -77,6 +81,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
77
81
  keyOption: {
78
82
  type: null;
79
83
  };
84
+ itemClass: {
85
+ type: StringConstructor;
86
+ default: string;
87
+ };
80
88
  }>> & {
81
89
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
82
90
  onChange?: ((...args: any[]) => any) | undefined;
@@ -89,5 +97,6 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
89
97
  label: string;
90
98
  readOnly: boolean;
91
99
  options: any[];
100
+ itemClass: string;
92
101
  }, {}>;
93
102
  export default _sfc_main;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ablok-components",
3
3
  "private": false,
4
- "version": "0.1.172",
4
+ "version": "0.1.174",
5
5
  "scripts": {
6
6
  "dev": "vite --host",
7
7
  "build": "vue-tsc --noEmit && vite build",