@pksep/yui 0.1.228 → 0.1.230

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,6 +1,6 @@
1
1
 
2
2
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- modelValue: import('vue').PropType<Date | null>;
3
+ modelValue: import('vue').PropType<Date | string | null>;
4
4
  dataTestid: {
5
5
  type: import('vue').PropType<string>;
6
6
  default: string;
@@ -45,7 +45,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
45
45
  clear: () => void;
46
46
  change: (value: Date | null) => void;
47
47
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
48
- modelValue: import('vue').PropType<Date | null>;
48
+ modelValue: import('vue').PropType<Date | string | null>;
49
49
  dataTestid: {
50
50
  type: import('vue').PropType<string>;
51
51
  default: string;
@@ -128,5 +128,6 @@ export declare enum IconNameEnum {
128
128
  priorityLow = "priority-low",
129
129
  priorityMedium = "priority-medium",
130
130
  priorityHigh = "priority-high",
131
- priorityUrgent = "priority-urgent"
131
+ priorityUrgent = "priority-urgent",
132
+ file = "file"
132
133
  }
@@ -141,3 +141,4 @@ export declare const priorityLow: IVectorIcon;
141
141
  export declare const priorityMedium: IVectorIcon;
142
142
  export declare const priorityHigh: IVectorIcon;
143
143
  export declare const priorityUrgent: IVectorIcon;
144
+ export declare const file: IVectorIcon;