@dpa-id-components/dpa-shared-components 9.4.6 → 9.5.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.
@@ -91,7 +91,7 @@ declare const meta: {
91
91
  onKeyup?: ((...args: any[]) => any) | undefined;
92
92
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
93
93
  }, {
94
- inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
94
+ inputRef: import('vue').Ref<HTMLInputElement | undefined>;
95
95
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
96
96
  input: (...args: any[]) => void;
97
97
  blur: (...args: any[]) => void;
@@ -300,7 +300,7 @@ declare const meta: {
300
300
  onKeyup?: ((...args: any[]) => any) | undefined;
301
301
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
302
302
  }, {
303
- inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
303
+ inputRef: import('vue').Ref<HTMLInputElement | undefined>;
304
304
  }, {}, {}, {}, {
305
305
  type: "text" | "number" | "time" | "date" | "password";
306
306
  disabled: boolean;
@@ -413,7 +413,7 @@ declare const meta: {
413
413
  onKeyup?: ((...args: any[]) => any) | undefined;
414
414
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
415
415
  }, {
416
- inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
416
+ inputRef: import('vue').Ref<HTMLInputElement | undefined>;
417
417
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
418
418
  input: (...args: any[]) => void;
419
419
  blur: (...args: any[]) => void;
@@ -604,7 +604,7 @@ declare const meta: {
604
604
  onKeyup?: ((...args: any[]) => any) | undefined;
605
605
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
606
606
  }, {
607
- inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
607
+ inputRef: import('vue').Ref<HTMLInputElement | undefined>;
608
608
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
609
609
  input: (...args: any[]) => void;
610
610
  blur: (...args: any[]) => void;
@@ -813,7 +813,7 @@ declare const meta: {
813
813
  onKeyup?: ((...args: any[]) => any) | undefined;
814
814
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
815
815
  }, {
816
- inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
816
+ inputRef: import('vue').Ref<HTMLInputElement | undefined>;
817
817
  }, {}, {}, {}, {
818
818
  type: "text" | "number" | "time" | "date" | "password";
819
819
  disabled: boolean;
@@ -926,7 +926,7 @@ declare const meta: {
926
926
  onKeyup?: ((...args: any[]) => any) | undefined;
927
927
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
928
928
  }, {
929
- inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
929
+ inputRef: import('vue').Ref<HTMLInputElement | undefined>;
930
930
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
931
931
  input: (...args: any[]) => void;
932
932
  blur: (...args: any[]) => void;
@@ -961,7 +961,7 @@ declare const meta: {
961
961
  };
962
962
  setup(this: void): {
963
963
  args: any;
964
- value: import('vue').Ref<string, string>;
964
+ value: import('vue').Ref<string>;
965
965
  };
966
966
  template: string;
967
967
  methods: {
@@ -43,7 +43,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
43
43
  inputStatus: string;
44
44
  isUiAutocomplete: boolean;
45
45
  }>, {
46
- inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
46
+ inputRef: import('vue').Ref<HTMLInputElement | undefined>;
47
47
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
48
48
  input: (...args: any[]) => void;
49
49
  blur: (...args: any[]) => void;
@@ -322,7 +322,7 @@ export declare const WithBlankButton: {
322
322
  render: (args: any) => {
323
323
  setup(): {
324
324
  args: any;
325
- isOpen: import('vue').Ref<boolean, boolean>;
325
+ isOpen: import('vue').Ref<boolean>;
326
326
  resetIsDisabled: import('vue').ComputedRef<boolean>;
327
327
  onClose: () => boolean;
328
328
  onOpen: () => boolean;
@@ -336,27 +336,11 @@ export declare const WithBlankButton: {
336
336
  label: string;
337
337
  value: string;
338
338
  selected: boolean;
339
- }[], {
340
- label: string;
341
- value: string;
342
- selected: boolean;
343
- }[] | {
344
- label: string;
345
- value: string;
346
- selected: boolean;
347
339
  }[]>;
348
340
  options: import('vue').Ref<{
349
341
  label: string;
350
342
  value: string;
351
343
  selected: boolean;
352
- }[], {
353
- label: string;
354
- value: string;
355
- selected: boolean;
356
- }[] | {
357
- label: string;
358
- value: string;
359
- selected: boolean;
360
344
  }[]>;
361
345
  };
362
346
  components: {
@@ -48,7 +48,7 @@ declare const meta: {
48
48
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
49
49
  onSearch?: ((...args: any[]) => any) | undefined;
50
50
  }, {
51
- searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
51
+ searchInputRef: import('vue').Ref<HTMLInputElement | undefined>;
52
52
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
53
  reset: (...args: any[]) => void;
54
54
  search: (...args: any[]) => void;
@@ -161,7 +161,7 @@ declare const meta: {
161
161
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
162
162
  onSearch?: ((...args: any[]) => any) | undefined;
163
163
  }, {
164
- searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
164
+ searchInputRef: import('vue').Ref<HTMLInputElement | undefined>;
165
165
  }, {}, {}, {}, {
166
166
  modelValue: string;
167
167
  placeholder: string;
@@ -220,7 +220,7 @@ declare const meta: {
220
220
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
221
221
  onSearch?: ((...args: any[]) => any) | undefined;
222
222
  }, {
223
- searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
223
+ searchInputRef: import('vue').Ref<HTMLInputElement | undefined>;
224
224
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
225
225
  reset: (...args: any[]) => void;
226
226
  search: (...args: any[]) => void;
@@ -324,7 +324,7 @@ export declare const WithChips: {
324
324
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
325
325
  onSearch?: ((...args: any[]) => any) | undefined;
326
326
  }, {
327
- searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
327
+ searchInputRef: import('vue').Ref<HTMLInputElement | undefined>;
328
328
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
329
329
  reset: (...args: any[]) => void;
330
330
  search: (...args: any[]) => void;
@@ -437,7 +437,7 @@ export declare const WithChips: {
437
437
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
438
438
  onSearch?: ((...args: any[]) => any) | undefined;
439
439
  }, {
440
- searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
440
+ searchInputRef: import('vue').Ref<HTMLInputElement | undefined>;
441
441
  }, {}, {}, {}, {
442
442
  modelValue: string;
443
443
  placeholder: string;
@@ -496,7 +496,7 @@ export declare const WithChips: {
496
496
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
497
497
  onSearch?: ((...args: any[]) => any) | undefined;
498
498
  }, {
499
- searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
499
+ searchInputRef: import('vue').Ref<HTMLInputElement | undefined>;
500
500
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
501
501
  reset: (...args: any[]) => void;
502
502
  search: (...args: any[]) => void;
@@ -23,7 +23,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
23
23
  executeSearchButtonTitle: string;
24
24
  resetSearchButtonTittle: string;
25
25
  }>, {
26
- searchInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
26
+ searchInputRef: import('vue').Ref<HTMLInputElement | undefined>;
27
27
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
28
  reset: (...args: any[]) => void;
29
29
  search: (...args: any[]) => void;
@@ -172,7 +172,7 @@ declare const meta: {
172
172
  render: (args: any) => {
173
173
  setup(this: void): {
174
174
  args: any;
175
- isVisible: import('vue').Ref<any, any>;
175
+ isVisible: import('vue').Ref<any>;
176
176
  toggle: () => void;
177
177
  };
178
178
  components: {
@@ -0,0 +1,15 @@
1
+ import { openBlock as e, createElementBlock as t, createStaticVNode as o } from "vue";
2
+ const r = {
3
+ viewBox: "0 0 23 36",
4
+ xmlns: "http://www.w3.org/2000/svg"
5
+ }, a = /* @__PURE__ */ o('<g filter="url(#filter0_d_1281_209)"><path d="M12 13.59C10.22 13.59 8.47991 14.1178 6.99987 15.1067C5.51983 16.0957 4.36628 17.5013 3.68509 19.1458C3.0039 20.7903 2.82567 22.5999 3.17294 24.3458C3.5202 26.0916 4.37737 27.6952 5.63604 28.9539C6.89471 30.2126 8.49836 31.0698 10.2442 31.417C11.99 31.7643 13.7996 31.5861 15.4441 30.9049C17.0887 30.2237 18.4943 29.0701 19.4832 27.5901C20.4722 26.1101 21 24.37 21 22.59C20.9975 20.2038 20.0485 17.9161 18.3612 16.2288C16.6739 14.5415 14.3862 13.5925 12 13.59ZM8.78842 17.3794C9.74901 16.7689 10.8618 16.4406 12 16.4321C13.6324 16.4346 15.1972 17.0842 16.3515 18.2384C17.5058 19.3927 18.1554 20.9576 18.1579 22.59C18.1493 23.7281 17.821 24.8409 17.2105 25.8015L8.78842 17.3794ZM12 28.7479C10.3676 28.7453 8.80277 28.0958 7.64848 26.9415C6.49419 25.7872 5.84461 24.2224 5.84211 22.59C5.84689 21.4424 6.17525 20.3194 6.78948 19.35L15.2589 27.8194C14.2895 28.4337 13.1666 28.762 12.0189 28.7668"></path><path d="M2 16.02V0L13.59 11.62H6.55L6.4 11.74L2 16.02Z"></path><path d="M3 2.41003V13.6L5.97 10.73L6.13 10.59H11.16L3 2.41003Z"></path></g><defs><filter id="filter0_d_1281_209" x="0" y="0" width="23" height="35.59" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="2"></feOffset><feGaussianBlur stdDeviation="1"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1281_209"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1281_209" result="shape"></feBlend></filter><linearGradient id="paint0_linear_1281_209" x1="12" y1="13.59" x2="12" y2="31.59" gradientUnits="userSpaceOnUse"><stop stop-color="#F1F1F1"></stop><stop offset="1" stop-color="#D6D6D6"></stop></linearGradient></defs>', 2), i = [
6
+ a
7
+ ];
8
+ function l(s, n) {
9
+ return e(), t("svg", r, [...i]);
10
+ }
11
+ const f = { render: l };
12
+ export {
13
+ f as default,
14
+ l as render
15
+ };