@profitliga/ui 1.1.0 → 1.1.1

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.
@@ -6,6 +6,7 @@ type __VLS_PublicProps = {
6
6
  } & __VLS_Props;
7
7
  declare const _default: DefineComponent<__VLS_PublicProps, {
8
8
  $els: HTMLInputElement[];
9
+ focus: () => void;
9
10
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
11
  "update:modelValue": (value: string) => any;
11
12
  } & {
@@ -3382,7 +3382,8 @@ const vr = ge("info", [
3382
3382
  n("blur", b);
3383
3383
  };
3384
3384
  return l({
3385
- $els: u.value
3385
+ $els: u.value,
3386
+ focus: () => u.value[0]?.focus()
3386
3387
  }), (b, D) => (s(), f("div", {
3387
3388
  class: M($.value)
3388
3389
  }, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profitliga/ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "author": "Profit League<dev@pr-lg.ru>",
5
5
  "license": "MIT",
6
6
  "description": "Vue 3 UI component library with TypeScript and SCSS",