sep-yui 0.0.47 → 0.0.49
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.
- package/dist/components/DragAndDrop/interface/interface.d.ts +3 -0
 - package/dist/components/Icon/Icon.vue.d.ts +0 -4
 - package/dist/components/Icon/interface/interface.d.ts +1 -1
 - package/dist/components/Search/Search.vue.d.ts +3 -0
 - package/dist/components/Search/SearchResult.vue.d.ts +3 -3
 - package/dist/components/Search/interface/interface.d.ts +4 -2
 - package/dist/components/Switch/interface/interface.d.ts +1 -0
 - package/dist/main.d.ts +1 -1
 - package/dist/sep-yui.es.ts +1754 -1737
 - package/dist/sep-yui.umd.ts +12 -12
 - package/dist/style.css +1 -1
 - package/package.json +2 -1
 
| 
         @@ -1,18 +1,14 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { ColorsEnum } from '../../common/colors';
         
     | 
| 
       2 
1 
     | 
    
         
             
            import { IIconPorps } from './interface/interface';
         
     | 
| 
       3 
2 
     | 
    
         | 
| 
       4 
3 
     | 
    
         
             
            declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IIconPorps>, {
         
     | 
| 
       5 
4 
     | 
    
         
             
                width: number;
         
     | 
| 
       6 
5 
     | 
    
         
             
                height: number;
         
     | 
| 
       7 
     | 
    
         
            -
                color: ColorsEnum;
         
     | 
| 
       8 
6 
     | 
    
         
             
            }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IIconPorps>, {
         
     | 
| 
       9 
7 
     | 
    
         
             
                width: number;
         
     | 
| 
       10 
8 
     | 
    
         
             
                height: number;
         
     | 
| 
       11 
     | 
    
         
            -
                color: ColorsEnum;
         
     | 
| 
       12 
9 
     | 
    
         
             
            }>>>, {
         
     | 
| 
       13 
10 
     | 
    
         
             
                height: number;
         
     | 
| 
       14 
11 
     | 
    
         
             
                width: number;
         
     | 
| 
       15 
     | 
    
         
            -
                color: ColorsEnum;
         
     | 
| 
       16 
12 
     | 
    
         
             
            }, {}>;
         
     | 
| 
       17 
13 
     | 
    
         
             
            export default _default;
         
     | 
| 
       18 
14 
     | 
    
         
             
            type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
         
     | 
| 
         @@ -2,15 +2,18 @@ import { ISearchProps } from './interface/interface'; 
     | 
|
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISearchProps>, {
         
     | 
| 
       4 
4 
     | 
    
         
             
                placeholder: string;
         
     | 
| 
      
 5 
     | 
    
         
            +
                height: string;
         
     | 
| 
       5 
6 
     | 
    
         
             
            }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
         
     | 
| 
       6 
7 
     | 
    
         
             
                enter: (value: string) => void;
         
     | 
| 
       7 
8 
     | 
    
         
             
                input: (value: string) => void;
         
     | 
| 
       8 
9 
     | 
    
         
             
            }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISearchProps>, {
         
     | 
| 
       9 
10 
     | 
    
         
             
                placeholder: string;
         
     | 
| 
      
 11 
     | 
    
         
            +
                height: string;
         
     | 
| 
       10 
12 
     | 
    
         
             
            }>>> & {
         
     | 
| 
       11 
13 
     | 
    
         
             
                onInput?: ((value: string) => any) | undefined;
         
     | 
| 
       12 
14 
     | 
    
         
             
                onEnter?: ((value: string) => any) | undefined;
         
     | 
| 
       13 
15 
     | 
    
         
             
            }, {
         
     | 
| 
      
 16 
     | 
    
         
            +
                height: string;
         
     | 
| 
       14 
17 
     | 
    
         
             
                placeholder: string;
         
     | 
| 
       15 
18 
     | 
    
         
             
            }, {}>;
         
     | 
| 
       16 
19 
     | 
    
         
             
            export default _default;
         
     | 
| 
         @@ -1,9 +1,9 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { ISearchProps,  
     | 
| 
      
 1 
     | 
    
         
            +
            import { ISearchProps, ResultSearchType } from './interface/interface';
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ISearchProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
         
     | 
| 
       4 
     | 
    
         
            -
                choosePost: (post:  
     | 
| 
      
 4 
     | 
    
         
            +
                choosePost: (post: ResultSearchType) => void;
         
     | 
| 
       5 
5 
     | 
    
         
             
            }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ISearchProps>>> & {
         
     | 
| 
       6 
     | 
    
         
            -
                onChoosePost?: ((post:  
     | 
| 
      
 6 
     | 
    
         
            +
                onChoosePost?: ((post: ResultSearchType) => any) | undefined;
         
     | 
| 
       7 
7 
     | 
    
         
             
            }, {}, {}>;
         
     | 
| 
       8 
8 
     | 
    
         
             
            export default _default;
         
     | 
| 
       9 
9 
     | 
    
         
             
            type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
         
     | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            import { IconNameEnum } from '../../Icon/enum/enum';
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
     | 
    
         
            -
            export type  
     | 
| 
      
 3 
     | 
    
         
            +
            export type ResultSearchType = {
         
     | 
| 
       4 
4 
     | 
    
         
             
                icon: IconNameEnum;
         
     | 
| 
       5 
5 
     | 
    
         
             
                nameArea: string;
         
     | 
| 
       6 
6 
     | 
    
         
             
                searchResult: string;
         
     | 
| 
         @@ -11,9 +11,11 @@ export interface ISearchProps { 
     | 
|
| 
       11 
11 
     | 
    
         
             
                showHistory?: boolean;
         
     | 
| 
       12 
12 
     | 
    
         
             
                global?: boolean;
         
     | 
| 
       13 
13 
     | 
    
         
             
                options?: string[];
         
     | 
| 
       14 
     | 
    
         
            -
                globalResultsFunction?: () =>  
     | 
| 
      
 14 
     | 
    
         
            +
                globalResultsFunction?: () => ResultSearchType[];
         
     | 
| 
       15 
15 
     | 
    
         
             
                isShowResult?: boolean;
         
     | 
| 
       16 
16 
     | 
    
         
             
                isShowList?: boolean;
         
     | 
| 
       17 
17 
     | 
    
         
             
                isShowButtonHistory?: boolean;
         
     | 
| 
       18 
18 
     | 
    
         
             
                searchValue?: string;
         
     | 
| 
      
 19 
     | 
    
         
            +
                width?: string;
         
     | 
| 
      
 20 
     | 
    
         
            +
                height?: string;
         
     | 
| 
       19 
21 
     | 
    
         
             
            }
         
     | 
    
        package/dist/main.d.ts
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
             
     |