@dpa-id-components/dpa-shared-components 8.5.2-0 → 8.5.2-2

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.
@@ -74,6 +74,10 @@ declare const meta: {
74
74
  type: import("vue").PropType<"info" | "default" | "error" | "readonly" | "warning">;
75
75
  default: string;
76
76
  };
77
+ isUiAutocomplete: {
78
+ type: import("vue").PropType<boolean>;
79
+ default: boolean;
80
+ };
77
81
  }, {
78
82
  inputRef: import("vue").Ref<HTMLInputElement | undefined>;
79
83
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -155,6 +159,10 @@ declare const meta: {
155
159
  type: import("vue").PropType<"info" | "default" | "error" | "readonly" | "warning">;
156
160
  default: string;
157
161
  };
162
+ isUiAutocomplete: {
163
+ type: import("vue").PropType<boolean>;
164
+ default: boolean;
165
+ };
158
166
  }>> & {
159
167
  onFocus?: ((...args: any[]) => any) | undefined;
160
168
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -179,6 +187,7 @@ declare const meta: {
179
187
  hasInfo: boolean;
180
188
  infoText: string;
181
189
  inputStatus: "info" | "default" | "error" | "readonly" | "warning";
190
+ isUiAutocomplete: boolean;
182
191
  }, {}>;
183
192
  argTypes: {
184
193
  modelValue: {
@@ -323,6 +332,10 @@ declare const meta: {
323
332
  type: import("vue").PropType<"info" | "default" | "error" | "readonly" | "warning">;
324
333
  default: string;
325
334
  };
335
+ isUiAutocomplete: {
336
+ type: import("vue").PropType<boolean>;
337
+ default: boolean;
338
+ };
326
339
  }, {
327
340
  inputRef: import("vue").Ref<HTMLInputElement | undefined>;
328
341
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -404,6 +417,10 @@ declare const meta: {
404
417
  type: import("vue").PropType<"info" | "default" | "error" | "readonly" | "warning">;
405
418
  default: string;
406
419
  };
420
+ isUiAutocomplete: {
421
+ type: import("vue").PropType<boolean>;
422
+ default: boolean;
423
+ };
407
424
  }>> & {
408
425
  onFocus?: ((...args: any[]) => any) | undefined;
409
426
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -428,6 +445,7 @@ declare const meta: {
428
445
  hasInfo: boolean;
429
446
  infoText: string;
430
447
  inputStatus: "info" | "default" | "error" | "readonly" | "warning";
448
+ isUiAutocomplete: boolean;
431
449
  }, {}>;
432
450
  };
433
451
  setup(this: void): {
@@ -71,6 +71,10 @@ declare const _default: import("vue").DefineComponent<{
71
71
  type: import("vue").PropType<"info" | "default" | "error" | "readonly" | "warning">;
72
72
  default: string;
73
73
  };
74
+ isUiAutocomplete: {
75
+ type: import("vue").PropType<boolean>;
76
+ default: boolean;
77
+ };
74
78
  }, {
75
79
  inputRef: import("vue").Ref<HTMLInputElement | undefined>;
76
80
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -152,6 +156,10 @@ declare const _default: import("vue").DefineComponent<{
152
156
  type: import("vue").PropType<"info" | "default" | "error" | "readonly" | "warning">;
153
157
  default: string;
154
158
  };
159
+ isUiAutocomplete: {
160
+ type: import("vue").PropType<boolean>;
161
+ default: boolean;
162
+ };
155
163
  }>> & {
156
164
  onFocus?: ((...args: any[]) => any) | undefined;
157
165
  onBlur?: ((...args: any[]) => any) | undefined;
@@ -176,5 +184,6 @@ declare const _default: import("vue").DefineComponent<{
176
184
  hasInfo: boolean;
177
185
  infoText: string;
178
186
  inputStatus: "default" | "info" | "readonly" | "warning" | "error";
187
+ isUiAutocomplete: boolean;
179
188
  }, {}>;
180
189
  export default _default;
@@ -5518,7 +5518,8 @@ const mp = { class: "group relative" }, hp = ["for"], gp = {
5518
5518
  isTextarea: { type: Boolean, default: !1 },
5519
5519
  hasInfo: { type: Boolean, default: !1 },
5520
5520
  infoText: { default: "" },
5521
- inputStatus: { default: "default" }
5521
+ inputStatus: { default: "default" },
5522
+ isUiAutocomplete: { type: Boolean, default: !1 }
5522
5523
  },
5523
5524
  emits: [
5524
5525
  "input",
@@ -5600,7 +5601,7 @@ const mp = { class: "group relative" }, hp = ["for"], gp = {
5600
5601
  "is-date-time-picker": x.isDateTimePicker,
5601
5602
  placeholder: x.placeholder,
5602
5603
  onInput: d,
5603
- onFocus: P[1] || (P[1] = (T) => x.readonly ? "" : h(T)),
5604
+ onFocus: P[1] || (P[1] = (T) => x.readonly && !x.isUiAutocomplete ? "" : h(T)),
5604
5605
  onBlur: P[2] || (P[2] = (T) => x.readonly || x.isDateTimePicker ? "" : S(T)),
5605
5606
  onKeyup: D
5606
5607
  }, null, 40, ["id", "modelValue", "value", "aria-label", "readonly", "disabled", "class", "type", "autocomplete", "is-date-time-picker", "placeholder"])),
@@ -5796,6 +5797,7 @@ const qo = /* @__PURE__ */ Vo(wp, [["render", kp]]), Tp = ["checked", "aria-chec
5796
5797
  "model-value": h.value,
5797
5798
  class: "text-small",
5798
5799
  readonly: h.readonly,
5800
+ "is-ui-autocomplete": "",
5799
5801
  onInput: S[0] || (S[0] = (D) => h.$emit("select", D)),
5800
5802
  onKeyup: [
5801
5803
  Ae(xt(A, ["stop", "prevent"]), ["down"]),