@ironsource/shared-ui 1.4.3-rc.3 → 1.4.3-rc.5
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/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/components/button/index.d.ts +6 -6
- package/components/dateRange/consts.d.ts +5 -0
- package/components/dateRange/consts.vue.js +8 -0
- package/components/dateRange/index.d.ts +3 -3
- package/components/emptyState/index.d.ts +3 -3
- package/components/icon/Icon.vue.js +1 -0
- package/components/icon/icons/TableEdit.vue.d.ts +2 -0
- package/components/icon/icons/TableEdit.vue.js +24 -0
- package/components/icon/icons/index.d.ts +3 -3
- package/components/icon/icons/index.vue.js +3 -3
- package/components/icon/index.d.ts +3 -3
- package/components/includeExclude/IncludeExclude.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -4
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +6 -4
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +125 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +610 -0
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +43 -0
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +126 -0
- package/components/includeExclude/includeExcludeMocks.d.ts +12 -0
- package/components/includeExclude/index.d.ts +228 -7
- package/components/includeExclude/index.vue.js +6 -0
- package/components/table/Table.types.d.ts +1 -0
- package/components/table/Table.vue.d.ts +13 -0
- package/components/table/Table.vue.js +33 -11
- package/components/table/index.d.ts +25 -0
- package/components/table-cells/Editable.vue.js +1 -1
- package/index.vue.js +3 -1
- package/package.json +3 -2
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { Placement } from 'floating-vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
titleText?: string;
|
|
4
|
+
loading?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
modelValue: unknown | unknown[] | Record<string, unknown>;
|
|
7
|
+
clearable?: boolean;
|
|
8
|
+
placement?: Placement;
|
|
9
|
+
options: unknown[];
|
|
10
|
+
autoFocus?: boolean;
|
|
11
|
+
onSearch?: (option: any, term: string) => boolean;
|
|
12
|
+
searchPlaceholder?: string;
|
|
13
|
+
isOnTop?: boolean;
|
|
14
|
+
alwayesOpen?: boolean;
|
|
15
|
+
defaultOpen?: boolean;
|
|
16
|
+
showClearAll?: boolean;
|
|
17
|
+
distance?: number;
|
|
18
|
+
distanceOffset?: number;
|
|
19
|
+
skiddingOffset?: number;
|
|
20
|
+
hasSubtitle?: boolean;
|
|
21
|
+
keyField: string;
|
|
22
|
+
isDraggable?: boolean;
|
|
23
|
+
draggableArgs?: object;
|
|
24
|
+
}>, {
|
|
25
|
+
titleText: string;
|
|
26
|
+
loading: boolean;
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
autoFocus: boolean;
|
|
29
|
+
onSearch: () => true;
|
|
30
|
+
searchPlaceholder: string;
|
|
31
|
+
placement: string;
|
|
32
|
+
isOnTop: boolean;
|
|
33
|
+
defaultOpen: boolean;
|
|
34
|
+
showClearAll: boolean;
|
|
35
|
+
alwayesOpen: boolean;
|
|
36
|
+
distance: number;
|
|
37
|
+
distanceOffset: number;
|
|
38
|
+
skiddingOffset: number;
|
|
39
|
+
hasSubtitle: boolean;
|
|
40
|
+
isDraggable: boolean;
|
|
41
|
+
draggableArgs: any;
|
|
42
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
|
+
"update:modelValue": (value: unknown) => void;
|
|
44
|
+
} & {
|
|
45
|
+
changeDragDrop: (value: unknown) => void;
|
|
46
|
+
} & {
|
|
47
|
+
clickOutside: (value: unknown) => void;
|
|
48
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
49
|
+
titleText?: string;
|
|
50
|
+
loading?: boolean;
|
|
51
|
+
disabled?: boolean;
|
|
52
|
+
modelValue: unknown | unknown[] | Record<string, unknown>;
|
|
53
|
+
clearable?: boolean;
|
|
54
|
+
placement?: Placement;
|
|
55
|
+
options: unknown[];
|
|
56
|
+
autoFocus?: boolean;
|
|
57
|
+
onSearch?: (option: any, term: string) => boolean;
|
|
58
|
+
searchPlaceholder?: string;
|
|
59
|
+
isOnTop?: boolean;
|
|
60
|
+
alwayesOpen?: boolean;
|
|
61
|
+
defaultOpen?: boolean;
|
|
62
|
+
showClearAll?: boolean;
|
|
63
|
+
distance?: number;
|
|
64
|
+
distanceOffset?: number;
|
|
65
|
+
skiddingOffset?: number;
|
|
66
|
+
hasSubtitle?: boolean;
|
|
67
|
+
keyField: string;
|
|
68
|
+
isDraggable?: boolean;
|
|
69
|
+
draggableArgs?: object;
|
|
70
|
+
}>, {
|
|
71
|
+
titleText: string;
|
|
72
|
+
loading: boolean;
|
|
73
|
+
disabled: boolean;
|
|
74
|
+
autoFocus: boolean;
|
|
75
|
+
onSearch: () => true;
|
|
76
|
+
searchPlaceholder: string;
|
|
77
|
+
placement: string;
|
|
78
|
+
isOnTop: boolean;
|
|
79
|
+
defaultOpen: boolean;
|
|
80
|
+
showClearAll: boolean;
|
|
81
|
+
alwayesOpen: boolean;
|
|
82
|
+
distance: number;
|
|
83
|
+
distanceOffset: number;
|
|
84
|
+
skiddingOffset: number;
|
|
85
|
+
hasSubtitle: boolean;
|
|
86
|
+
isDraggable: boolean;
|
|
87
|
+
draggableArgs: any;
|
|
88
|
+
}>>> & {
|
|
89
|
+
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
90
|
+
onClickOutside?: (value: unknown) => any;
|
|
91
|
+
onChangeDragDrop?: (value: unknown) => any;
|
|
92
|
+
}, {
|
|
93
|
+
loading: boolean;
|
|
94
|
+
placement: Placement;
|
|
95
|
+
disabled: boolean;
|
|
96
|
+
searchPlaceholder: string;
|
|
97
|
+
isOnTop: boolean;
|
|
98
|
+
distance: number;
|
|
99
|
+
autoFocus: boolean;
|
|
100
|
+
defaultOpen: boolean;
|
|
101
|
+
onSearch: (option: any, term: string) => boolean;
|
|
102
|
+
hasSubtitle: boolean;
|
|
103
|
+
titleText: string;
|
|
104
|
+
showClearAll: boolean;
|
|
105
|
+
alwayesOpen: boolean;
|
|
106
|
+
distanceOffset: number;
|
|
107
|
+
skiddingOffset: number;
|
|
108
|
+
isDraggable: boolean;
|
|
109
|
+
draggableArgs: object;
|
|
110
|
+
}>;
|
|
111
|
+
export default _default;
|
|
112
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
113
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
114
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
115
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
116
|
+
} : {
|
|
117
|
+
type: import('vue').PropType<T[K]>;
|
|
118
|
+
required: true;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
type __VLS_WithDefaults<P, D> = {
|
|
122
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
123
|
+
default: D[K];
|
|
124
|
+
} : P[K];
|
|
125
|
+
};
|