ablok-components 0.1.75 → 0.1.77

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.
@@ -54,6 +54,14 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
54
54
  type: null;
55
55
  default: boolean;
56
56
  };
57
+ role: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ };
61
+ autocomplete: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
57
65
  }, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('./vue/dist/vue.esm-bundler.js').VNodeProps & import('./vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('./vue/dist/vue.esm-bundler.js').ComponentCustomProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
58
66
  modelValue: {
59
67
  type: (DateConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -110,6 +118,14 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
110
118
  type: null;
111
119
  default: boolean;
112
120
  };
121
+ role: {
122
+ type: StringConstructor;
123
+ default: string;
124
+ };
125
+ autocomplete: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
113
129
  }>> & {
114
130
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
115
131
  }, {
@@ -126,5 +142,7 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
126
142
  pattern: string;
127
143
  trueValue: any;
128
144
  falseValue: any;
145
+ role: string;
146
+ autocomplete: string;
129
147
  }>;
130
148
  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.75",
4
+ "version": "0.1.77",
5
5
  "scripts": {
6
6
  "dev": "vite",
7
7
  "build": "vue-tsc --noEmit && vite build",