langie 1.14.0 → 2.0.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * langie v1.14.0
2
+ * langie v2.0.1
3
3
  * (c) 2026 nlit
4
4
  * @license Apache-2.0
5
5
  *
@@ -755,6 +755,7 @@ var LanguageSelect_default = /* @__PURE__ */ (0, import_vue.defineComponent)({
755
755
  "5b09cc17-COLORS.neutral.gray400": (0, import_vue2.unref)(COLORS).neutral.gray400
756
756
  }));
757
757
  const COMBOBOX_ARIA = { "aria-multiselectable": void 0 };
758
+ const multiselectId = (0, import_vue3.useId)();
758
759
  const getFlagCode = (lang) => {
759
760
  const flagCode = lang.flag_country || lang.code;
760
761
  return flagCode;
@@ -934,6 +935,7 @@ var LanguageSelect_default = /* @__PURE__ */ (0, import_vue.defineComponent)({
934
935
  label: "name",
935
936
  "value-prop": "code",
936
937
  "filter-results": false,
938
+ id: (0, import_vue2.unref)(multiselectId),
937
939
  aria: COMBOBOX_ARIA,
938
940
  onKeydown: handleKeydown
939
941
  }, {
@@ -1012,7 +1014,7 @@ var LanguageSelect_default = /* @__PURE__ */ (0, import_vue.defineComponent)({
1012
1014
  ]),
1013
1015
  _: 1
1014
1016
  /* STABLE */
1015
- }, 8, ["modelValue", "options", "placeholder", "disabled", "loading"])) : isLoading.value && validLanguages.value.length === 0 ? ((0, import_vue2.openBlock)(), (0, import_vue2.createElementBlock)(
1017
+ }, 8, ["modelValue", "options", "placeholder", "disabled", "loading", "id"])) : isLoading.value && validLanguages.value.length === 0 ? ((0, import_vue2.openBlock)(), (0, import_vue2.createElementBlock)(
1016
1018
  import_vue2.Fragment,
1017
1019
  { key: 1 },
1018
1020
  [