ablok-components 0.1.151 → 0.1.153

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.
@@ -19,11 +19,15 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
19
19
  type: ObjectConstructor;
20
20
  default: () => {};
21
21
  };
22
+ pending: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
22
26
  debug: {
23
27
  type: BooleanConstructor;
24
28
  default: boolean;
25
29
  };
26
- }, {}, 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').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
30
+ }, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("update:modelValue" | "update:pending")[], "update:modelValue" | "update:pending", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
27
31
  modelValue: {
28
32
  type: StringConstructor;
29
33
  default: string;
@@ -44,13 +48,19 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
44
48
  type: ObjectConstructor;
45
49
  default: () => {};
46
50
  };
51
+ pending: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
47
55
  debug: {
48
56
  type: BooleanConstructor;
49
57
  default: boolean;
50
58
  };
51
59
  }>> & {
52
60
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
61
+ "onUpdate:pending"?: ((...args: any[]) => any) | undefined;
53
62
  }, {
63
+ pending: boolean;
54
64
  modelValue: string;
55
65
  options: Record<string, any>;
56
66
  fixedWidth: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ablok-components",
3
3
  "private": false,
4
- "version": "0.1.151",
4
+ "version": "0.1.153",
5
5
  "scripts": {
6
6
  "dev": "vite --host",
7
7
  "build": "vue-tsc --noEmit && vite build",