@pksep/yui 0.1.223 → 0.1.225

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,33 +1,64 @@
1
- import { IDatePickerChooserProps } from './interfaces/interfaces';
2
-
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDatePickerChooserProps>, {
4
- dataTestid: string;
5
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ modelValue: import('vue').PropType<string | null | Date>;
3
+ dataTestid: {
4
+ type: import('vue').PropType<string>;
5
+ default: string;
6
+ };
7
+ disabled: {
8
+ type: import('vue').PropType<boolean>;
9
+ };
10
+ value: {
11
+ type: import('vue').PropType<string>;
12
+ required: true;
13
+ };
14
+ isRange: {
15
+ type: import('vue').PropType<boolean>;
16
+ };
17
+ isSmall: {
18
+ type: import('vue').PropType<boolean>;
19
+ };
20
+ isActive: {
21
+ type: import('vue').PropType<boolean>;
22
+ required: true;
23
+ };
24
+ isTimeSelect: {
25
+ type: import('vue').PropType<boolean>;
26
+ };
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
28
  clear: () => void;
7
29
  click: () => void;
8
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDatePickerChooserProps>, {
9
- dataTestid: string;
10
- }>>> & Readonly<{
30
+ change: (value: string | Date | null | undefined) => void;
31
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
32
+ modelValue: import('vue').PropType<string | null | Date>;
33
+ dataTestid: {
34
+ type: import('vue').PropType<string>;
35
+ default: string;
36
+ };
37
+ disabled: {
38
+ type: import('vue').PropType<boolean>;
39
+ };
40
+ value: {
41
+ type: import('vue').PropType<string>;
42
+ required: true;
43
+ };
44
+ isRange: {
45
+ type: import('vue').PropType<boolean>;
46
+ };
47
+ isSmall: {
48
+ type: import('vue').PropType<boolean>;
49
+ };
50
+ isActive: {
51
+ type: import('vue').PropType<boolean>;
52
+ required: true;
53
+ };
54
+ isTimeSelect: {
55
+ type: import('vue').PropType<boolean>;
56
+ };
57
+ }>> & Readonly<{
58
+ onChange?: ((value: string | Date | null | undefined) => any) | undefined;
11
59
  onClick?: (() => any) | undefined;
12
60
  onClear?: (() => any) | undefined;
13
61
  }>, {
14
62
  dataTestid: string;
15
63
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
64
  export default _default;
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
- type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
- default: D[K];
29
- }> : P[K];
30
- };
31
- type __VLS_Prettify<T> = {
32
- [K in keyof T]: T[K];
33
- } & {};
@@ -36,6 +36,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
36
36
  endDate: {
37
37
  type: import('vue').PropType<Date | null>;
38
38
  };
39
+ isSelectTime: {
40
+ type: import('vue').PropType<boolean>;
41
+ };
39
42
  }>, {
40
43
  clearChoose: () => void;
41
44
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -78,6 +81,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
78
81
  endDate: {
79
82
  type: import('vue').PropType<Date | null>;
80
83
  };
84
+ isSelectTime: {
85
+ type: import('vue').PropType<boolean>;
86
+ };
81
87
  }>> & Readonly<{
82
88
  onChange?: ((value: Date | null) => any) | undefined;
83
89
  onClear?: (() => any) | undefined;
@@ -32,6 +32,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
32
  setDate: {
33
33
  type: import('vue').PropType<Date | null>;
34
34
  };
35
+ isSelectTime: {
36
+ type: import('vue').PropType<boolean>;
37
+ };
35
38
  }>, {
36
39
  clear: () => void;
37
40
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -68,6 +71,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
68
71
  setDate: {
69
72
  type: import('vue').PropType<Date | null>;
70
73
  };
74
+ isSelectTime: {
75
+ type: import('vue').PropType<boolean>;
76
+ };
71
77
  }>> & Readonly<{
72
78
  onChange?: ((value: IRangeForDatePicker) => any) | undefined;
73
79
  }>, {
@@ -15,8 +15,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
15
15
  }>>> & Readonly<{
16
16
  "onUnmount-close"?: (() => any) | undefined;
17
17
  }>, {
18
- placement: "top-start" | "bottom-start";
19
18
  open: boolean;
19
+ placement: "top-start" | "bottom-start";
20
20
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
21
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
22
  export default _default;
@@ -17,10 +17,12 @@ export interface IDatePickerProps extends IDatePickerBaseProps {
17
17
  setDate?: Date | null;
18
18
  startDate?: Date | null;
19
19
  endDate?: Date | null;
20
+ isSelectTime?: boolean;
20
21
  }
21
22
  export interface IDatePickerChooserProps extends IDatePickerBaseProps {
22
23
  value: string;
23
24
  isActive: boolean;
25
+ isTimeSelect?: boolean;
24
26
  }
25
27
  export interface IRangeForDatePickerState {
26
28
  date: IRangeForDatePicker;
@@ -117,5 +117,15 @@ export declare enum IconNameEnum {
117
117
  zoomPlus = "zoom-plus",
118
118
  download = "download",
119
119
  android = "android",
120
- apple = "apple"
120
+ apple = "apple",
121
+ project = "project",
122
+ taskStatus = "task-status",
123
+ taskPriority = "task-priority",
124
+ taskAssignees = "task-assignees",
125
+ taskTags = "task-tags",
126
+ taskDueDate = "task-due-date",
127
+ priorityLow = "priority-low",
128
+ priorityMedium = "priority-medium",
129
+ priorityHigh = "priority-high",
130
+ priorityUrgent = "priority-urgent"
121
131
  }
@@ -130,3 +130,13 @@ export declare const support: IVectorIcon;
130
130
  export declare const download: IVectorIcon;
131
131
  export declare const android: IVectorIcon;
132
132
  export declare const apple: IVectorIcon;
133
+ export declare const project: IVectorIcon;
134
+ export declare const taskStatus: IVectorIcon;
135
+ export declare const taskPriority: IVectorIcon;
136
+ export declare const taskAssignees: IVectorIcon;
137
+ export declare const taskTags: IVectorIcon;
138
+ export declare const taskDueDate: IVectorIcon;
139
+ export declare const priorityLow: IVectorIcon;
140
+ export declare const priorityMedium: IVectorIcon;
141
+ export declare const priorityHigh: IVectorIcon;
142
+ export declare const priorityUrgent: IVectorIcon;
@@ -25,10 +25,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
25
25
  dataTestid: string;
26
26
  type: TextFieldEnum;
27
27
  required: boolean;
28
- modelValue: string;
29
28
  inputMessage: string;
30
- hideClearButton: boolean;
29
+ modelValue: string;
31
30
  modelModifiers: object;
31
+ hideClearButton: boolean;
32
32
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
33
33
  export default _default;
34
34
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -30,10 +30,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
30
30
  max: number;
31
31
  size: SizesEnum.small | SizesEnum.medium;
32
32
  modelValue: number;
33
- min: number;
34
- modelModifiers: object;
35
33
  isInteger: boolean;
34
+ min: number;
36
35
  zeroPad: boolean;
36
+ modelModifiers: object;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
38
38
  export default _default;
39
39
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,11 +1,11 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
- modelValue?: string | null;
2
+ modelValue?: string | null | Date;
3
3
  disabled?: boolean;
4
4
  hideClearButton?: boolean;
5
5
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
6
  "update:modelValue": (value: string | null) => void;
7
7
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
- modelValue?: string | null;
8
+ modelValue?: string | null | Date;
9
9
  disabled?: boolean;
10
10
  hideClearButton?: boolean;
11
11
  }>>> & Readonly<{