@aures5g/vue-component-library 0.48.0 → 0.50.0

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,10 +1,8 @@
1
- import { BASE, HEADER, CONTENT_BOX, TITLE } from './uiContextPanel.theme';
2
1
  type __VLS_Props = {
3
2
  header?: string;
4
3
  };
5
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
6
4
  declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {};
7
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
5
+ type __VLS_Slots = {} & {
8
6
  header?: (props: typeof __VLS_1) => any;
9
7
  } & {
10
8
  toolbar?: (props: typeof __VLS_3) => any;
@@ -12,13 +10,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
12
10
  default?: (props: typeof __VLS_5) => any;
13
11
  } & {
14
12
  footer?: (props: typeof __VLS_7) => any;
15
- }>;
16
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
17
- BASE: typeof BASE;
18
- HEADER: typeof HEADER;
19
- CONTENT_BOX: typeof CONTENT_BOX;
20
- TITLE: typeof TITLE;
21
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ };
22
14
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
15
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
16
  export default _default;
@@ -1,4 +1,4 @@
1
- export declare const BASE = "w-full h-full bg-surface-container px-[1.5rem] pt-[1rem]";
1
+ export declare const BASE = "flex flex-col w-full h-full bg-surface-container px-[1.5rem] pt-[1rem]";
2
2
  export declare const HEADER = "px-[1.25rem] pb-[1.75rem] pt-[0.75rem]";
3
3
  export declare const TITLE = "text-[1.375rem] leading-[1.5rem] text-on-primary-container";
4
- export declare const CONTENT_BOX = "bg-[#FDFBFF] pt-[0.75rem] rounded-t-[1rem] shadow-[1px_0_16px_-2px_rgba(0,47,100,0.20)]";
4
+ export declare const CONTENT_BOX = "flex flex-col grow bg-[#FDFBFF] pt-[0.75rem] rounded-t-[1rem] shadow-[1px_0_16px_-2px_rgba(0,47,100,0.20)] overflow-auto";
@@ -1,8 +1,4 @@
1
- import { UseClipboard } from '@vueuse/components';
2
1
  import { TOOLTIP_POSITION, ICON_POSITION } from './uiCopy.const';
3
- import { BASE_CLIPBOARD, ICON_LEFT, HIDDEN_ICON, COPY_ICON_TRANSITION, COPY_ICON_ENTER_FROM, COPY_ICON_ENTER_TO, COPY_ICON_LEAVE } from './uiCopy.theme';
4
- import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
5
- import { faCopy, faCheck } from '@awesome.me/kit-bccbe657bb/icons/sharp/solid';
6
2
  type __VLS_Props = {
7
3
  textToClipboard: string;
8
4
  textToDisplay?: string | number;
@@ -11,35 +7,10 @@ type __VLS_Props = {
11
7
  hiddenIcon?: boolean;
12
8
  iconPosition?: (typeof ICON_POSITION)[keyof typeof ICON_POSITION];
13
9
  };
14
- declare function getTooltipText(copied: boolean): {
15
- value: string | undefined;
16
- unstyled: true;
17
- };
18
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
19
10
  declare var __VLS_6: {};
20
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
11
+ type __VLS_Slots = {} & {
21
12
  default?: (props: typeof __VLS_6) => any;
22
- }>;
23
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
24
- UseClipboard: typeof UseClipboard;
25
- ICON_POSITION: typeof ICON_POSITION;
26
- BASE_CLIPBOARD: typeof BASE_CLIPBOARD;
27
- ICON_LEFT: typeof ICON_LEFT;
28
- HIDDEN_ICON: typeof HIDDEN_ICON;
29
- COPY_ICON_TRANSITION: typeof COPY_ICON_TRANSITION;
30
- COPY_ICON_ENTER_FROM: typeof COPY_ICON_ENTER_FROM;
31
- COPY_ICON_ENTER_TO: typeof COPY_ICON_ENTER_TO;
32
- COPY_ICON_LEAVE: typeof COPY_ICON_LEAVE;
33
- FontAwesomeIcon: typeof FontAwesomeIcon;
34
- faCopy: typeof faCopy;
35
- faCheck: typeof faCheck;
36
- getTooltipText: typeof getTooltipText;
37
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
38
- textToDisplay: string | number;
39
- tooltipPosition: (typeof TOOLTIP_POSITION)[keyof typeof TOOLTIP_POSITION];
40
- hiddenIcon: boolean;
41
- iconPosition: (typeof ICON_POSITION)[keyof typeof ICON_POSITION];
42
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ };
43
14
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
44
15
  textToDisplay: string | number;
45
16
  tooltipPosition: (typeof TOOLTIP_POSITION)[keyof typeof TOOLTIP_POSITION];
@@ -1,6 +1,7 @@
1
1
  import { type SelectPassThroughOptions } from 'primevue/select';
2
2
  import { type PassThroughOptions } from 'primevue/passthrough';
3
3
  import type { PassThrough } from '@primevue/core';
4
+ import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
4
5
  type __VLS_Props = {
5
6
  pt?: PassThrough<SelectPassThroughOptions>;
6
7
  ptOptions?: PassThroughOptions;
@@ -9,13 +10,24 @@ type __VLS_Props = {
9
10
  options: unknown[];
10
11
  optionLabel?: string | ((item: unknown) => string);
11
12
  optionValue?: string | ((item: unknown) => string);
12
- showClear: boolean;
13
+ showClear?: boolean;
13
14
  required?: boolean;
15
+ leadingIcon?: FontAwesomeIconProps['icon'];
16
+ supportText?: string;
17
+ invalid?: boolean;
14
18
  };
15
19
  type __VLS_PublicProps = __VLS_Props & {
16
20
  modelValue?: unknown;
17
21
  };
18
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ declare var __VLS_9: {
23
+ containerClass: string;
24
+ }, __VLS_11: {};
25
+ type __VLS_Slots = {} & {
26
+ leadingIcon?: (props: typeof __VLS_9) => any;
27
+ } & {
28
+ supportText?: (props: typeof __VLS_11) => any;
29
+ };
30
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
31
  "update:modelValue": (value: unknown) => any;
20
32
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
21
33
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
@@ -23,9 +35,18 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
23
35
  pt: object | SelectPassThroughOptions<any>;
24
36
  ptOptions: PassThroughOptions;
25
37
  disabled: boolean;
38
+ invalid: boolean;
26
39
  required: boolean;
40
+ supportText: string;
41
+ leadingIcon: FontAwesomeIconProps["icon"];
42
+ showClear: boolean;
27
43
  optionLabel: string | ((item: unknown) => string);
28
44
  optionValue: string | ((item: unknown) => string);
29
- showClear: boolean;
30
45
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
46
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
47
  export default _default;
48
+ type __VLS_WithSlots<T, S> = T & {
49
+ new (): {
50
+ $slots: S;
51
+ };
52
+ };
@@ -1,8 +1,8 @@
1
- export declare const BASE = "peer select-none min-w-[16rem] border border-on-surface-variant flex justify-end items-center px-[0.25rem] pl-[1rem] rounded-[0.25rem] w-fit h-[2.5rem] bg-inherit overflow-hidden";
2
- export declare const DROPDOWN = "cursor-pointer text-[1rem] h-fit p-[0.12rem] mx-[0.5rem] flex items-center rounded-full border-2 border-on-surface-variant";
3
- export declare const DISABLED_DROPDOWN = "!text-on-surface/[0.12] border-on-surface/[0.12] !cursor-auto";
4
- export declare const CLEAR_ICON = "!w-[1.25rem] cursor-pointer mr-[0.5rem]";
5
- export declare const SELECT_LABEL = "w-full flex justify-start bg-transparent text-on-surface-variant focus-visible:outline-none";
6
- export declare const FLOATING_LABEL = "absolute select-none ml-[1rem] top-[50%] text-[1rem] -translate-y-1/2 peer-[.focused]:top-0 peer-[.focused]:text-[0.75rem] peer-[.focused]:leading-[1rem] peer-[.focused]:px-[0.25rem] peer-[.focused]:ml-[0.5rem] leading-[1rem] text-on-surface-variant peer-[.focused]:bg-inherit bg-inherit transition-all";
1
+ export declare const BASE = "peer select-none min-w-[16rem] border border-on-surface-variant flex justify-end items-center rounded-[0.25rem] w-fit h-[2.5rem] bg-inherit overflow-hidden";
2
+ export declare const DROPDOWN = "text-[1rem] h-fit p-[0.25rem] mx-[0.5rem] flex items-center";
3
+ export declare const DISABLED_DROPDOWN = "!text-on-surface/[0.12] border-on-surface/[0.12]";
4
+ export declare const CLEAR_ICON = "text-[1rem] cursor-pointer";
5
+ export declare const SELECT_LABEL = "w-full flex justify-start bg-transparent text-on-surface-variant focus-visible:outline-none pr-[0.75rem]";
6
+ export declare const FLOATING_LABEL = "absolute select-none ml-[1rem] mb-0 text-[1rem] peer-[.focused]:top-0 peer-[.focused]:text-[0.75rem] peer-[.focused]:leading-[1rem] peer-[.focused]:px-[0.25rem] peer-[.focused]:ml-[0.5rem] leading-[1rem] text-on-surface-variant peer-[.focused]:bg-inherit bg-inherit transition-all pointer-events-none";
7
7
  export declare const OVERLAY_PANEL = "max-h-[8rem] overflow-auto shadow-1 rounded-[0.25rem] py-[0.5rem] bg-on-primary";
8
8
  export declare const ITEM = "cursor-pointer px-[1rem] hover:bg-primary-fixed text-[1rem] leading-[2.5rem] text-on-surface-variant";
@@ -0,0 +1,36 @@
1
+ import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
2
+ type __VLS_Props = {
3
+ label: string;
4
+ inputId: string;
5
+ supportText?: string;
6
+ leadingIcon?: FontAwesomeIconProps['icon'];
7
+ disabled?: boolean;
8
+ required?: boolean;
9
+ invalid?: boolean;
10
+ alignLabelAndIcon?: 'center' | 'top';
11
+ };
12
+ declare var __VLS_5: {
13
+ containerClass: string;
14
+ }, __VLS_11: {}, __VLS_13: {};
15
+ type __VLS_Slots = {} & {
16
+ leadingIcon?: (props: typeof __VLS_5) => any;
17
+ } & {
18
+ default?: (props: typeof __VLS_11) => any;
19
+ } & {
20
+ supportText?: (props: typeof __VLS_13) => any;
21
+ };
22
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
23
+ disabled: boolean;
24
+ invalid: boolean;
25
+ required: boolean;
26
+ supportText: string;
27
+ leadingIcon: FontAwesomeIconProps["icon"];
28
+ alignLabelAndIcon: "center" | "top";
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
+ export default _default;
32
+ type __VLS_WithSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -1,19 +1,11 @@
1
1
  import { STRIP_SEVERITY, CUSTOMER_STATUS } from './uiInfoStrip.const';
2
- import { UITag } from '@/index';
3
- import { BASE, DEFAULT_FIRST_BOX, ENEMY_FIRST_BOX, VIP_FIRST_BOX, HEADER_WRAPPER, TAGS_WRAPPER, ENEMY_TAG, VIP_TAG, B2B_TAG, B2C_TAG, SECONDARY_BOXES_WRAPPER, ACTION_WRAPPER } from './uiInfoStrip.theme';
4
2
  type __VLS_Props = {
5
3
  severity?: (typeof STRIP_SEVERITY)[keyof typeof STRIP_SEVERITY];
6
4
  status?: (typeof CUSTOMER_STATUS)[keyof typeof CUSTOMER_STATUS];
7
5
  title: string;
8
6
  };
9
- declare const slots: Readonly<{
10
- [name: string]: import("vue").Slot<any> | undefined;
11
- }>;
12
- declare const isTruncated: import("vue").Ref<boolean, boolean>;
13
- declare const hasActions: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
14
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
15
7
  declare var __VLS_1: {}, __VLS_3: {}, __VLS_21: {}, __VLS_23: {}, __VLS_25: {}, __VLS_27: {};
16
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
8
+ type __VLS_Slots = {} & {
17
9
  'leading-icon'?: (props: typeof __VLS_1) => any;
18
10
  } & {
19
11
  'severity-swap'?: (props: typeof __VLS_3) => any;
@@ -25,34 +17,9 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
25
17
  'primary-action'?: (props: typeof __VLS_25) => any;
26
18
  } & {
27
19
  'secondary-action'?: (props: typeof __VLS_27) => any;
28
- }>;
29
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
30
- STRIP_SEVERITY: typeof STRIP_SEVERITY;
31
- CUSTOMER_STATUS: typeof CUSTOMER_STATUS;
32
- UITag: typeof UITag;
33
- BASE: typeof BASE;
34
- DEFAULT_FIRST_BOX: typeof DEFAULT_FIRST_BOX;
35
- ENEMY_FIRST_BOX: typeof ENEMY_FIRST_BOX;
36
- VIP_FIRST_BOX: typeof VIP_FIRST_BOX;
37
- HEADER_WRAPPER: typeof HEADER_WRAPPER;
38
- TAGS_WRAPPER: typeof TAGS_WRAPPER;
39
- ENEMY_TAG: typeof ENEMY_TAG;
40
- VIP_TAG: typeof VIP_TAG;
41
- B2B_TAG: typeof B2B_TAG;
42
- B2C_TAG: typeof B2C_TAG;
43
- SECONDARY_BOXES_WRAPPER: typeof SECONDARY_BOXES_WRAPPER;
44
- ACTION_WRAPPER: typeof ACTION_WRAPPER;
45
- slots: typeof slots;
46
- isTruncated: typeof isTruncated;
47
- hasActions: typeof hasActions;
48
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
49
- severity: (typeof STRIP_SEVERITY)[keyof typeof STRIP_SEVERITY];
50
- title: string;
51
- status: (typeof CUSTOMER_STATUS)[keyof typeof CUSTOMER_STATUS];
52
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ };
53
21
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
54
22
  severity: (typeof STRIP_SEVERITY)[keyof typeof STRIP_SEVERITY];
55
- title: string;
56
23
  status: (typeof CUSTOMER_STATUS)[keyof typeof CUSTOMER_STATUS];
57
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
58
25
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -1,21 +1,12 @@
1
- import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
2
- import type { Icon } from '@/types/fa';
3
- import { BASE, HEADLINE_BOX, HEADLINE } from './uiInfoStripSecondaryBox.theme';
1
+ import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
4
2
  type __VLS_Props = {
5
3
  headline: string;
6
- icon?: Icon;
4
+ icon?: FontAwesomeIconProps['icon'];
7
5
  };
8
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
9
6
  declare var __VLS_5: {};
10
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
7
+ type __VLS_Slots = {} & {
11
8
  default?: (props: typeof __VLS_5) => any;
12
- }>;
13
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
14
- FontAwesomeIcon: typeof FontAwesomeIcon;
15
- BASE: typeof BASE;
16
- HEADLINE_BOX: typeof HEADLINE_BOX;
17
- HEADLINE: typeof HEADLINE;
18
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ };
19
10
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
11
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
12
  export default _default;
@@ -1,20 +1,11 @@
1
- import { WRAPPER, ICON_BOX, LABELS_WRAPPER, HEADLINE, LABEL } from './uiPersonList.theme';
2
1
  type __VLS_Props = {
3
2
  headline: string;
4
3
  label: string;
5
4
  };
6
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
7
5
  declare var __VLS_1: {};
8
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
6
+ type __VLS_Slots = {} & {
9
7
  icon?: (props: typeof __VLS_1) => any;
10
- }>;
11
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
12
- WRAPPER: typeof WRAPPER;
13
- ICON_BOX: typeof ICON_BOX;
14
- LABELS_WRAPPER: typeof LABELS_WRAPPER;
15
- HEADLINE: typeof HEADLINE;
16
- LABEL: typeof LABEL;
17
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ };
18
9
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
11
  export default _default;
@@ -1,12 +1,7 @@
1
- import { BASE } from './uiList.theme';
2
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
3
1
  declare var __VLS_1: {};
4
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
2
+ type __VLS_Slots = {} & {
5
3
  default?: (props: typeof __VLS_1) => any;
6
- }>;
7
- declare const __VLS_self: import("vue").DefineComponent<{}, {
8
- BASE: typeof BASE;
9
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
+ };
10
5
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
6
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
7
  export default _default;
@@ -1,33 +1,17 @@
1
- import type { Icon } from '@/types/fa';
2
- import { LIST_ITEM, ALIGN_CENTER, ALIGN_TOP, LABELS_CONTAINER, HEADER } from './uiList.theme';
3
- import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
1
+ import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
4
2
  type __VLS_Props = {
5
3
  header: string;
6
4
  multiline?: boolean;
7
- icon?: Icon;
5
+ icon?: FontAwesomeIconProps['icon'];
8
6
  };
9
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
10
7
  declare var __VLS_5: {}, __VLS_7: {};
11
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
8
+ type __VLS_Slots = {} & {
12
9
  text?: (props: typeof __VLS_5) => any;
13
10
  } & {
14
11
  trailing?: (props: typeof __VLS_7) => any;
15
- }>;
16
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
17
- LIST_ITEM: typeof LIST_ITEM;
18
- ALIGN_CENTER: typeof ALIGN_CENTER;
19
- ALIGN_TOP: typeof ALIGN_TOP;
20
- LABELS_CONTAINER: typeof LABELS_CONTAINER;
21
- HEADER: typeof HEADER;
22
- FontAwesomeIcon: typeof FontAwesomeIcon;
23
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
24
- icon: Icon;
25
- header: string;
26
- multiline: boolean;
27
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ };
28
13
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
29
- icon: Icon;
30
- header: string;
14
+ icon: FontAwesomeIconProps["icon"];
31
15
  multiline: boolean;
32
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
17
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -1,15 +1,15 @@
1
+ import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
1
2
  import { type RouteRecordName } from 'vue-router';
2
- import type { Icon } from '@/types/fa';
3
3
  import type { MenuItems } from './menu.types';
4
4
  type __VLS_Props = {
5
5
  mainMenuItems: MenuItems;
6
6
  branding: [string, string];
7
- brandLogo?: Icon;
7
+ brandLogo?: FontAwesomeIconProps['icon'];
8
8
  landingRoute?: RouteRecordName | null;
9
9
  expandedRoutes?: RouteRecordName[];
10
10
  };
11
11
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- brandLogo: Icon;
12
+ brandLogo: FontAwesomeIconProps["icon"];
13
13
  landingRoute: string | symbol | null;
14
14
  expandedRoutes: RouteRecordName[];
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,8 +1,8 @@
1
- import type { Icon } from '@/types/fa.ts';
1
+ import type { FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
2
2
  export type MenuItem = {
3
3
  name: string;
4
4
  title: string;
5
- faIcon: Icon;
5
+ faIcon: FontAwesomeIconProps['icon'];
6
6
  navbarBadge?: string;
7
7
  href?: string;
8
8
  };
@@ -1,34 +1,16 @@
1
- import { Tippy } from 'vue-tippy';
2
- import { BASE, ACTION_BOX } from './uiRichTooltip.theme';
3
1
  type __VLS_Props = {
4
2
  title?: string;
5
3
  text?: string;
6
4
  hasAction?: boolean;
7
5
  };
8
- declare const attrs: {
9
- [x: string]: unknown;
10
- };
11
- declare const appendTo: () => HTMLElement;
12
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
13
6
  declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {};
14
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
7
+ type __VLS_Slots = {} & {
15
8
  trigger?: (props: typeof __VLS_6) => any;
16
9
  } & {
17
10
  content?: (props: typeof __VLS_8) => any;
18
11
  } & {
19
12
  action?: (props: typeof __VLS_10) => any;
20
- }>;
21
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
22
- Tippy: typeof Tippy;
23
- BASE: typeof BASE;
24
- ACTION_BOX: typeof ACTION_BOX;
25
- attrs: typeof attrs;
26
- appendTo: typeof appendTo;
27
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
28
- text: string;
29
- title: string;
30
- hasAction: boolean;
31
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ };
32
14
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
33
15
  text: string;
34
16
  title: string;
@@ -1,41 +1,12 @@
1
- import { BASE, LABELS_BOX, ACTION_BOX, ACTION_BUTTON, CLOSE_BUTTON } from './uiSnackbar.theme';
2
- import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
3
- import { faXmark } from '@awesome.me/kit-bccbe657bb/icons/sharp/solid';
4
1
  type __VLS_Props = {
5
2
  actionLabel?: string;
6
3
  hasLongAction?: boolean;
7
4
  closeable?: boolean;
8
5
  };
9
- type __VLS_Emit = {
10
- (e: 'close'): void;
11
- (e: 'action'): void;
12
- };
13
- declare const emit: __VLS_Emit;
14
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
15
6
  declare var __VLS_1: {};
16
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
7
+ type __VLS_Slots = {} & {
17
8
  default?: (props: typeof __VLS_1) => any;
18
- }>;
19
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
20
- BASE: typeof BASE;
21
- LABELS_BOX: typeof LABELS_BOX;
22
- ACTION_BOX: typeof ACTION_BOX;
23
- ACTION_BUTTON: typeof ACTION_BUTTON;
24
- CLOSE_BUTTON: typeof CLOSE_BUTTON;
25
- FontAwesomeIcon: typeof FontAwesomeIcon;
26
- faXmark: typeof faXmark;
27
- emit: typeof emit;
28
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
29
- close: () => any;
30
- action: () => any;
31
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
32
- onClose?: (() => any) | undefined;
33
- onAction?: (() => any) | undefined;
34
- }>, {
35
- actionLabel: string;
36
- hasLongAction: boolean;
37
- closeable: boolean;
38
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ };
39
10
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
40
11
  close: () => any;
41
12
  action: () => any;
@@ -1,20 +1,33 @@
1
1
  import { type InputTextPassThroughOptions } from 'primevue/inputtext';
2
2
  import { type PassThroughOptions } from 'primevue/passthrough';
3
3
  import type { PassThrough } from '@primevue/core';
4
+ import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
4
5
  type __VLS_Props = {
5
6
  pt?: PassThrough<InputTextPassThroughOptions>;
6
7
  ptOptions?: PassThroughOptions;
7
8
  invalid?: boolean;
8
9
  disabled?: boolean;
10
+ /** @deprecated Use leading-icon with faMagnifyingGlass instead */
9
11
  hasSearchIcon?: boolean;
12
+ leadingIcon?: FontAwesomeIconProps['icon'];
10
13
  isFocused?: boolean;
11
14
  label: string;
12
15
  supportText?: string;
16
+ required?: boolean;
17
+ showClear?: boolean;
13
18
  };
14
19
  type __VLS_PublicProps = __VLS_Props & {
15
20
  modelValue?: string;
16
21
  };
17
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ declare var __VLS_13: {
23
+ containerClass: string;
24
+ }, __VLS_15: {};
25
+ type __VLS_Slots = {} & {
26
+ leadingIcon?: (props: typeof __VLS_13) => any;
27
+ } & {
28
+ supportText?: (props: typeof __VLS_15) => any;
29
+ };
30
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
31
  "update:modelValue": (value: string) => any;
19
32
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
33
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -22,8 +35,17 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
22
35
  pt: object | InputTextPassThroughOptions<any>;
23
36
  ptOptions: PassThroughOptions;
24
37
  invalid: boolean;
38
+ required: boolean;
39
+ supportText: string;
40
+ leadingIcon: FontAwesomeIconProps["icon"];
25
41
  hasSearchIcon: boolean;
26
42
  isFocused: boolean;
27
- supportText: string;
43
+ showClear: boolean;
28
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
29
46
  export default _default;
47
+ type __VLS_WithSlots<T, S> = T & {
48
+ new (): {
49
+ $slots: S;
50
+ };
51
+ };
@@ -0,0 +1,50 @@
1
+ import { type FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
2
+ import { type PassThroughOptions } from 'primevue/passthrough';
3
+ import { type TextareaPassThroughOptions } from 'primevue/textarea';
4
+ import type { PassThrough } from '@primevue/core';
5
+ type __VLS_Props = {
6
+ pt?: PassThrough<TextareaPassThroughOptions>;
7
+ ptOptions?: PassThroughOptions;
8
+ invalid?: boolean;
9
+ disabled?: boolean;
10
+ leadingIcon?: FontAwesomeIconProps['icon'];
11
+ isFocused?: boolean;
12
+ label: string;
13
+ supportText?: string;
14
+ required?: boolean;
15
+ showClear?: boolean;
16
+ autoResize?: boolean;
17
+ };
18
+ type __VLS_PublicProps = __VLS_Props & {
19
+ modelValue?: string;
20
+ };
21
+ declare var __VLS_9: {
22
+ containerClass: string;
23
+ }, __VLS_11: {};
24
+ type __VLS_Slots = {} & {
25
+ leadingIcon?: (props: typeof __VLS_9) => any;
26
+ } & {
27
+ supportText?: (props: typeof __VLS_11) => any;
28
+ };
29
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ "update:modelValue": (value: string) => any;
31
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
32
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
33
+ }>, {
34
+ pt: object | TextareaPassThroughOptions;
35
+ ptOptions: PassThroughOptions;
36
+ invalid: boolean;
37
+ required: boolean;
38
+ supportText: string;
39
+ leadingIcon: FontAwesomeIconProps["icon"];
40
+ isFocused: boolean;
41
+ showClear: boolean;
42
+ autoResize: boolean;
43
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
45
+ export default _default;
46
+ type __VLS_WithSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };
@@ -1,16 +1,10 @@
1
- import { BASE, HEADER } from './uiToolbar.theme';
2
1
  type __VLS_Props = {
3
2
  header: string;
4
3
  };
5
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
6
4
  declare var __VLS_1: {};
7
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
5
+ type __VLS_Slots = {} & {
8
6
  default?: (props: typeof __VLS_1) => any;
9
- }>;
10
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
11
- BASE: typeof BASE;
12
- HEADER: typeof HEADER;
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ };
14
8
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
9
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
10
  export default _default;
@@ -4,6 +4,7 @@ type PluginOptions = {
4
4
  registerTooltip?: boolean;
5
5
  locale?: {
6
6
  copied?: string;
7
+ mandatory?: string;
7
8
  };
8
9
  primevue?: PrimeVueConfiguration;
9
10
  };
@@ -13,6 +13,7 @@ import UIRadioButton from './components/radioButton/UIRadioButton.vue';
13
13
  import UICheckbox from './components/checkbox/UICheckbox.vue';
14
14
  import UIChip from './components/chip/UIChip.vue';
15
15
  import UITextField from './components/textField/UITextField.vue';
16
+ import UITextArea from './components/textarea/UITextArea.vue';
16
17
  import UIRichTooltip from './components/richTooltip/UIRichTooltip.vue';
17
18
  import UISnackbar from './components/snackbar/UISnackbar.vue';
18
19
  import UIListItem from './components/list/UIListItem.vue';
@@ -27,4 +28,4 @@ import UIInfoStrip from './components/infoStrip/UIInfoStrip.vue';
27
28
  import UIInfoStripSecondaryBox from './components/infoStrip/UIInfoStripSecondaryBox.vue';
28
29
  import UIPersonList from './components/infoStrip/UIPersonList.vue';
29
30
  import UIBrandLogo from './components/infoStrip/brandLogo/UIBrandLogo.vue';
30
- export { ACBSPlugin, useACBSConfig, UIButton, UIMenu, UITag, UIBadge, UICopy, UITabView, UITabPanel, UIIconButton, UIToggleButton, UIRadioButton, UICheckbox, UIChip, UITextField, UIRichTooltip, UISnackbar, UIListItem, UIList, UIContextPanel, UIToolbar, UILanguagePicker, UIDivider, UISwitch, UIDropdown, UIInfoStrip, UIInfoStripSecondaryBox, UIPersonList, UIBrandLogo, };
31
+ export { ACBSPlugin, useACBSConfig, UIButton, UIMenu, UITag, UIBadge, UICopy, UITabView, UITabPanel, UIIconButton, UIToggleButton, UIRadioButton, UICheckbox, UIChip, UITextField, UITextArea, UIRichTooltip, UISnackbar, UIListItem, UIList, UIContextPanel, UIToolbar, UILanguagePicker, UIDivider, UISwitch, UIDropdown, UIInfoStrip, UIInfoStripSecondaryBox, UIPersonList, UIBrandLogo, };