@dv.net/ui-kit 7.5.1 → 7.5.3

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.
Files changed (28) hide show
  1. package/dist/assets/UiChat.vue_vue_type_script_setup_true_lang.BrVReK9q.js +93 -0
  2. package/dist/assets/UiChatAttachments.vue_vue_type_script_setup_true_lang.mJdMkaps.js +97 -0
  3. package/dist/assets/UiChatFooter.vue_vue_type_script_setup_true_lang.C6KE8NDI.js +103 -0
  4. package/dist/assets/UiChatHeader.vue_vue_type_script_setup_true_lang.BJzoLe2U.js +147 -0
  5. package/dist/assets/UiDatepickerRange.vue_vue_type_script_setup_true_lang.4d4FeAtU.js +240 -0
  6. package/dist/components/UiChat/UiChat.js +1 -1
  7. package/dist/components/UiChat/UiChat.vue.d.ts +107 -2
  8. package/dist/components/UiChat/UiChatAttachments.js +1 -1
  9. package/dist/components/UiChat/UiChatAttachments.vue.d.ts +2 -0
  10. package/dist/components/UiChat/UiChatFooter.js +1 -1
  11. package/dist/components/UiChat/UiChatFooter.vue.d.ts +15 -3
  12. package/dist/components/UiChat/UiChatHeader.js +1 -1
  13. package/dist/components/UiChat/UiChatHeader.vue.d.ts +2 -0
  14. package/dist/components/UiChat/types.d.ts +10 -1
  15. package/dist/components/UiChat/types.js +4 -1
  16. package/dist/components/UiDatepicker/UiDatepickerRange.js +1 -1
  17. package/dist/components/UiDatepicker/UiDatepickerRange.vue.d.ts +16 -4
  18. package/dist/components/UiDatepicker/types.d.ts +1 -0
  19. package/dist/components/UiSkeleton/UiSkeleton.vue.d.ts +1 -1
  20. package/dist/components/UiTextarea/UiTextarea.vue.d.ts +1 -1
  21. package/dist/index.js +2 -2
  22. package/dist/style.css +1 -1
  23. package/package.json +1 -1
  24. package/dist/assets/UiChat.vue_vue_type_script_setup_true_lang.CTu88TXM.js +0 -79
  25. package/dist/assets/UiChatAttachments.vue_vue_type_script_setup_true_lang.CCGby5Jd.js +0 -94
  26. package/dist/assets/UiChatFooter.vue_vue_type_script_setup_true_lang.CqDExA87.js +0 -88
  27. package/dist/assets/UiChatHeader.vue_vue_type_script_setup_true_lang.BT2QlOtu.js +0 -95
  28. package/dist/assets/UiDatepickerRange.vue_vue_type_script_setup_true_lang.BfxSFgGk.js +0 -213
@@ -1,4 +1,4 @@
1
- import { _ as m } from "../../assets/UiChat.vue_vue_type_script_setup_true_lang.CTu88TXM.js";
1
+ import { _ as m } from "../../assets/UiChat.vue_vue_type_script_setup_true_lang.BrVReK9q.js";
2
2
  import "../../assets/style.C3xG1ALc.js";
3
3
  export {
4
4
  m as default
@@ -1,5 +1,7 @@
1
1
  import { UiChatProps, ChatAction, UiChatSubmitPayload } from './types';
2
- declare const _default: import('vue').DefineComponent<UiChatProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2
+ declare const _default: import('vue').DefineComponent<UiChatProps, {
3
+ clearInputAndFiles: () => void;
4
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
5
  submit: (payload: UiChatSubmitPayload) => any;
4
6
  "action-ticket": (value: ChatAction) => any;
5
7
  attach: (files: File[]) => any;
@@ -7,5 +9,108 @@ declare const _default: import('vue').DefineComponent<UiChatProps, {}, {}, {}, {
7
9
  onSubmit?: ((payload: UiChatSubmitPayload) => any) | undefined;
8
10
  "onAction-ticket"?: ((value: ChatAction) => any) | undefined;
9
11
  onAttach?: ((files: File[]) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
13
+ footerRef: ({
14
+ $: import('vue').ComponentInternalInstance;
15
+ $data: {};
16
+ $props: {
17
+ readonly isEmpty: boolean;
18
+ readonly isClosedTicket: boolean;
19
+ readonly sendingLoading?: boolean | undefined;
20
+ readonly onSubmit?: ((payload: UiChatSubmitPayload) => any) | undefined;
21
+ readonly onAttach?: ((files: File[]) => any) | undefined;
22
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
23
+ $attrs: {
24
+ [x: string]: unknown;
25
+ };
26
+ $refs: {
27
+ [x: string]: unknown;
28
+ } & {
29
+ attachmentsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
30
+ maxFiles?: number;
31
+ accept?: string;
32
+ sendingLoading?: boolean;
33
+ }> & Readonly<{
34
+ onChange?: ((files: File[]) => any) | undefined;
35
+ }>, {
36
+ openFileDialog: () => void;
37
+ clearFiles: () => void;
38
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
39
+ change: (files: File[]) => any;
40
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
41
+ fileInput: HTMLInputElement;
42
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
43
+ P: {};
44
+ B: {};
45
+ D: {};
46
+ C: {};
47
+ M: {};
48
+ Defaults: {};
49
+ }, Readonly<{
50
+ maxFiles?: number;
51
+ accept?: string;
52
+ sendingLoading?: boolean;
53
+ }> & Readonly<{
54
+ onChange?: ((files: File[]) => any) | undefined;
55
+ }>, {
56
+ openFileDialog: () => void;
57
+ clearFiles: () => void;
58
+ }, {}, {}, {}, {}> | null;
59
+ };
60
+ $slots: Readonly<{
61
+ [name: string]: import('vue').Slot<any> | undefined;
62
+ }>;
63
+ $root: import('vue').ComponentPublicInstance | null;
64
+ $parent: import('vue').ComponentPublicInstance | null;
65
+ $host: Element | null;
66
+ $emit: ((event: "submit", payload: UiChatSubmitPayload) => void) & ((event: "attach", files: File[]) => void);
67
+ $el: any;
68
+ $options: import('vue').ComponentOptionsBase<Readonly<{
69
+ isEmpty: boolean;
70
+ isClosedTicket: boolean;
71
+ sendingLoading?: boolean;
72
+ }> & Readonly<{
73
+ onSubmit?: ((payload: UiChatSubmitPayload) => any) | undefined;
74
+ onAttach?: ((files: File[]) => any) | undefined;
75
+ }>, {
76
+ clearInputAndFiles: () => void;
77
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
78
+ submit: (payload: UiChatSubmitPayload) => any;
79
+ attach: (files: File[]) => any;
80
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
81
+ beforeCreate?: (() => void) | (() => void)[];
82
+ created?: (() => void) | (() => void)[];
83
+ beforeMount?: (() => void) | (() => void)[];
84
+ mounted?: (() => void) | (() => void)[];
85
+ beforeUpdate?: (() => void) | (() => void)[];
86
+ updated?: (() => void) | (() => void)[];
87
+ activated?: (() => void) | (() => void)[];
88
+ deactivated?: (() => void) | (() => void)[];
89
+ beforeDestroy?: (() => void) | (() => void)[];
90
+ beforeUnmount?: (() => void) | (() => void)[];
91
+ destroyed?: (() => void) | (() => void)[];
92
+ unmounted?: (() => void) | (() => void)[];
93
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
94
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
95
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
96
+ };
97
+ $forceUpdate: () => void;
98
+ $nextTick: typeof import('vue').nextTick;
99
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
100
+ } & Readonly<{}> & Omit<Readonly<{
101
+ isEmpty: boolean;
102
+ isClosedTicket: boolean;
103
+ sendingLoading?: boolean;
104
+ }> & Readonly<{
105
+ onSubmit?: ((payload: UiChatSubmitPayload) => any) | undefined;
106
+ onAttach?: ((files: File[]) => any) | undefined;
107
+ }>, "clearInputAndFiles"> & import('vue').ShallowUnwrapRef<{
108
+ clearInputAndFiles: () => void;
109
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
110
+ $slots: {
111
+ 'footer-left'?(_: {}): any;
112
+ 'footer-right'?(_: {}): any;
113
+ };
114
+ }) | null;
115
+ }, HTMLDivElement>;
11
116
  export default _default;
@@ -1,4 +1,4 @@
1
- import { _ as m } from "../../assets/UiChatAttachments.vue_vue_type_script_setup_true_lang.CCGby5Jd.js";
1
+ import { _ as m } from "../../assets/UiChatAttachments.vue_vue_type_script_setup_true_lang.mJdMkaps.js";
2
2
  /* empty css */
3
3
  export {
4
4
  m as default
@@ -1,9 +1,11 @@
1
1
  type __VLS_Props = {
2
2
  maxFiles?: number;
3
3
  accept?: string;
4
+ sendingLoading?: boolean;
4
5
  };
5
6
  declare const _default: import('vue').DefineComponent<__VLS_Props, {
6
7
  openFileDialog: () => void;
8
+ clearFiles: () => void;
7
9
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
10
  change: (files: File[]) => any;
9
11
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -1,4 +1,4 @@
1
- import { _ as m } from "../../assets/UiChatFooter.vue_vue_type_script_setup_true_lang.CqDExA87.js";
1
+ import { _ as m } from "../../assets/UiChatFooter.vue_vue_type_script_setup_true_lang.C6KE8NDI.js";
2
2
  import "../../assets/style.C3xG1ALc.js";
3
3
  export {
4
4
  m as default
@@ -1,6 +1,8 @@
1
1
  import { UiChatSubmitPayload } from './types';
2
2
  type __VLS_Props = {
3
3
  isEmpty: boolean;
4
+ isClosedTicket: boolean;
5
+ sendingLoading?: boolean;
4
6
  };
5
7
  declare function __VLS_template(): {
6
8
  attrs: Partial<{}>;
@@ -12,10 +14,12 @@ declare function __VLS_template(): {
12
14
  attachmentsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
13
15
  maxFiles?: number;
14
16
  accept?: string;
17
+ sendingLoading?: boolean;
15
18
  }> & Readonly<{
16
19
  onChange?: ((files: File[]) => any) | undefined;
17
20
  }>, {
18
21
  openFileDialog: () => void;
22
+ clearFiles: () => void;
19
23
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
24
  change: (files: File[]) => any;
21
25
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -30,16 +34,20 @@ declare function __VLS_template(): {
30
34
  }, Readonly<{
31
35
  maxFiles?: number;
32
36
  accept?: string;
37
+ sendingLoading?: boolean;
33
38
  }> & Readonly<{
34
39
  onChange?: ((files: File[]) => any) | undefined;
35
40
  }>, {
36
41
  openFileDialog: () => void;
42
+ clearFiles: () => void;
37
43
  }, {}, {}, {}, {}> | null;
38
44
  };
39
- rootEl: HTMLDivElement;
45
+ rootEl: any;
40
46
  };
41
47
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
42
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
48
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
49
+ clearInputAndFiles: () => void;
50
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
43
51
  submit: (payload: UiChatSubmitPayload) => any;
44
52
  attach: (files: File[]) => any;
45
53
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -49,10 +57,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
49
57
  attachmentsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
50
58
  maxFiles?: number;
51
59
  accept?: string;
60
+ sendingLoading?: boolean;
52
61
  }> & Readonly<{
53
62
  onChange?: ((files: File[]) => any) | undefined;
54
63
  }>, {
55
64
  openFileDialog: () => void;
65
+ clearFiles: () => void;
56
66
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
57
67
  change: (files: File[]) => any;
58
68
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -67,12 +77,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
67
77
  }, Readonly<{
68
78
  maxFiles?: number;
69
79
  accept?: string;
80
+ sendingLoading?: boolean;
70
81
  }> & Readonly<{
71
82
  onChange?: ((files: File[]) => any) | undefined;
72
83
  }>, {
73
84
  openFileDialog: () => void;
85
+ clearFiles: () => void;
74
86
  }, {}, {}, {}, {}> | null;
75
- }, HTMLDivElement>;
87
+ }, any>;
76
88
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
77
89
  export default _default;
78
90
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { _ as m } from "../../assets/UiChatHeader.vue_vue_type_script_setup_true_lang.BT2QlOtu.js";
1
+ import { _ as m } from "../../assets/UiChatHeader.vue_vue_type_script_setup_true_lang.BJzoLe2U.js";
2
2
  import "../../assets/style.C3xG1ALc.js";
3
3
  export {
4
4
  m as default
@@ -2,6 +2,8 @@ import { UiChatTicket, ChatAction } from './types';
2
2
  type __VLS_Props = {
3
3
  ticket: UiChatTicket | null | undefined;
4
4
  isEmpty: boolean;
5
+ isClosedTicket: boolean;
6
+ ticketLoading?: boolean;
5
7
  };
6
8
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
9
  "action-ticket": (value: ChatAction) => any;
@@ -22,9 +22,16 @@ export interface UiChatMessage {
22
22
  attachments: UiChatMessageAttachment[];
23
23
  user: UiChatMessageUser;
24
24
  }
25
+ export declare enum UiChatTicketStatusValue {
26
+ MANAGER_CLOSED = 5,
27
+ USER_CLOSED = 4,
28
+ USER_WAITING = 3,
29
+ IN_PROGRESS = 2,
30
+ MANAGER_WAITING = 1
31
+ }
25
32
  export interface UiChatTicketStatus {
26
33
  name: string;
27
- value: number;
34
+ value: UiChatTicketStatusValue;
28
35
  }
29
36
  export interface UiChatTicket {
30
37
  id: number;
@@ -54,4 +61,6 @@ export interface UiChatProps {
54
61
  currentUserUuid?: string;
55
62
  showManagerAlert?: boolean;
56
63
  managerAlertSeconds?: number;
64
+ ticketLoading?: boolean;
65
+ sendingLoading?: boolean;
57
66
  }
@@ -1 +1,4 @@
1
-
1
+ var A = /* @__PURE__ */ ((E) => (E[E.MANAGER_CLOSED = 5] = "MANAGER_CLOSED", E[E.USER_CLOSED = 4] = "USER_CLOSED", E[E.USER_WAITING = 3] = "USER_WAITING", E[E.IN_PROGRESS = 2] = "IN_PROGRESS", E[E.MANAGER_WAITING = 1] = "MANAGER_WAITING", E))(A || {});
2
+ export {
3
+ A as UiChatTicketStatusValue
4
+ };
@@ -1,4 +1,4 @@
1
- import { _ as m } from "../../assets/UiDatepickerRange.vue_vue_type_script_setup_true_lang.BfxSFgGk.js";
1
+ import { _ as m } from "../../assets/UiDatepickerRange.vue_vue_type_script_setup_true_lang.4d4FeAtU.js";
2
2
  import "../../assets/style.C3xG1ALc.js";
3
3
  export {
4
4
  m as default
@@ -12,6 +12,14 @@ declare function __VLS_template(): {
12
12
  selectedDate: string;
13
13
  formattedSelectedDate: string[];
14
14
  }): any;
15
+ 'action-row'?(_: {
16
+ disabled: boolean;
17
+ selectDate: () => void;
18
+ clearDate: () => void;
19
+ isDisabledBtn: boolean;
20
+ modelValue: string[];
21
+ clearable: boolean | undefined;
22
+ }): any;
15
23
  };
16
24
  refs: {
17
25
  pickerRef: ({
@@ -190,10 +198,10 @@ declare function __VLS_template(): {
190
198
  emitTimezone?: string;
191
199
  convertModel?: boolean;
192
200
  } | undefined> | null | undefined;
201
+ readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
193
202
  readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
194
203
  readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
195
204
  readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
196
- readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
197
205
  readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
198
206
  static: boolean;
199
207
  solo: boolean;
@@ -723,10 +731,10 @@ declare function __VLS_template(): {
723
731
  emitTimezone?: string;
724
732
  convertModel?: boolean;
725
733
  } | undefined> | null | undefined;
734
+ readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
726
735
  readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
727
736
  readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
728
737
  readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
729
- readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
730
738
  readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
731
739
  static: boolean;
732
740
  solo: boolean;
@@ -1085,10 +1093,14 @@ declare function __VLS_template(): {
1085
1093
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1086
1094
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1087
1095
  "update:modelValue": (value: string[]) => any;
1096
+ } & {
1097
+ clear: () => any;
1088
1098
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
1099
+ onClear?: (() => any) | undefined;
1089
1100
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
1090
1101
  }>, {
1091
1102
  size: import('./types').DatepickerSize;
1103
+ enableTimePicker: boolean;
1092
1104
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
1093
1105
  pickerRef: ({
1094
1106
  $: import('vue').ComponentInternalInstance;
@@ -1266,10 +1278,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1266
1278
  emitTimezone?: string;
1267
1279
  convertModel?: boolean;
1268
1280
  } | undefined> | null | undefined;
1281
+ readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1269
1282
  readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
1270
1283
  readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
1271
1284
  readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1272
- readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1273
1285
  readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
1274
1286
  static: boolean;
1275
1287
  solo: boolean;
@@ -1799,10 +1811,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1799
1811
  emitTimezone?: string;
1800
1812
  convertModel?: boolean;
1801
1813
  } | undefined> | null | undefined;
1814
+ readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1802
1815
  readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
1803
1816
  readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
1804
1817
  readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1805
- readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
1806
1818
  readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
1807
1819
  static: boolean;
1808
1820
  solo: boolean;
@@ -11,6 +11,7 @@ export interface UiDatepickerRangeProps {
11
11
  timezone?: string;
12
12
  single?: boolean;
13
13
  hideSliderArrows?: boolean;
14
+ enableTimePicker?: boolean;
14
15
  }
15
16
  export type DatepickerSwapRange = "week" | "month" | "year";
16
17
  export interface PresetModel {
@@ -1,7 +1,7 @@
1
1
  import { UISkeletonProps } from './types';
2
2
  declare const _default: import('vue').DefineComponent<UISkeletonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UISkeletonProps> & Readonly<{}>, {
3
- rows: number;
4
3
  animated: boolean;
4
+ rows: number;
5
5
  rowHeight: number;
6
6
  itemBorderRadius: number;
7
7
  rowsGap: number;
@@ -39,8 +39,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
39
39
  filled: boolean;
40
40
  disabled: boolean;
41
41
  error: boolean;
42
- copy: boolean;
43
42
  rows: number;
43
+ copy: boolean;
44
44
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
45
45
  textareaRef: HTMLTextAreaElement;
46
46
  }, HTMLLabelElement>;
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { _ as C } from "./assets/UiAvatar.vue_vue_type_script_setup_true_lang.D1
3
3
  import "./assets/style.C3xG1ALc.js";
4
4
  import { _ as b } from "./assets/UiBlockTitle.vue_vue_type_script_setup_true_lang.D3gstLQO.js";
5
5
  import { _ as M } from "./assets/UiButton.vue_vue_type_script_setup_true_lang.C58Ve9-q.js";
6
- import { _ as D } from "./assets/UiChat.vue_vue_type_script_setup_true_lang.CTu88TXM.js";
6
+ import { _ as D } from "./assets/UiChat.vue_vue_type_script_setup_true_lang.BrVReK9q.js";
7
7
  import { _ as w } from "./assets/UiCheckbox.vue_vue_type_script_setup_true_lang.BJv0xDk8.js";
8
8
  import { _ as F } from "./assets/UiCheckboxGroup.vue_vue_type_script_setup_true_lang.RuHoIxXC.js";
9
9
  /* empty css */
@@ -12,7 +12,7 @@ import { _ as v } from "./assets/UiCollapseItem.vue_vue_type_script_setup_true_l
12
12
  import { _ as j } from "./assets/UiConfirm.vue_vue_type_script_setup_true_lang.C0NGQkz6.js";
13
13
  import { _ as O } from "./assets/UiCopyText.vue_vue_type_script_setup_true_lang.BW_J9zQD.js";
14
14
  /* empty css */
15
- import { _ as z } from "./assets/UiDatepickerRange.vue_vue_type_script_setup_true_lang.BfxSFgGk.js";
15
+ import { _ as z } from "./assets/UiDatepickerRange.vue_vue_type_script_setup_true_lang.4d4FeAtU.js";
16
16
  import { default as H } from "./components/UiDragAndDrop/UiDragAndDrop.js";
17
17
  import { _ as K } from "./assets/UiDrawer.vue_vue_type_script_setup_true_lang.7FvRxX0A.js";
18
18
  /* empty css */