@ironsource/shared-ui 2.1.12-rc.25 → 2.1.12-rc.26
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/ChartPlane.vue_vue_type_style_index_0_scoped_ff7e556e_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0963bb3c_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_1f7f7f9c_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_9560a062_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +1 -1
- package/components/chart/ChartPlane.vue.d.ts +1 -1
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +141 -141
- package/components/chart/index.d.ts +24 -24
- package/components/chart/utils/utils.d.ts +1 -2
- package/components/chart/utils/utils.js +13 -19
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +17 -9
- package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +133 -123
- package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +41 -39
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +41 -39
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +8 -0
- package/components/dropdown/v4/index.d.ts +452 -107
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/index.d.ts +40 -40
- package/components/switch/v4/SwitchV4.vue.d.ts +11 -0
- package/components/switch/v4/SwitchV4.vue.js +2 -2
- package/components/switch/v4/SwitchV4.vue2.js +39 -26
- package/components/switch/v4/index.d.ts +18 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +4 -4
- package/index.d.ts +955 -229
- package/mocks/optionsWithIcons.d.ts +1 -0
- package/package.json +1 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_903fc6ae_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_cce87267_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_5b72e35a_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_92ead583_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_3dc741c1_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_fa120cf6_lang.css +0 -1
- package/components/chart/composables/useChartValues.d.ts +0 -12
- package/components/chart/composables/useChartValues.js +0 -32
|
@@ -1781,6 +1781,7 @@ declare const DropdownTypes: () => (({
|
|
|
1781
1781
|
multi: boolean;
|
|
1782
1782
|
infiniteLoading: boolean;
|
|
1783
1783
|
showSelectAll: boolean;
|
|
1784
|
+
showClearAll: boolean;
|
|
1784
1785
|
defaultOpen: boolean;
|
|
1785
1786
|
keepOpen: boolean;
|
|
1786
1787
|
autoSize: boolean;
|
|
@@ -1910,6 +1911,10 @@ declare const DropdownTypes: () => (({
|
|
|
1910
1911
|
type: import("vue").PropType<boolean>;
|
|
1911
1912
|
default: boolean;
|
|
1912
1913
|
};
|
|
1914
|
+
showClearAll: {
|
|
1915
|
+
type: import("vue").PropType<boolean>;
|
|
1916
|
+
default: boolean;
|
|
1917
|
+
};
|
|
1913
1918
|
defaultOpen: {
|
|
1914
1919
|
type: import("vue").PropType<boolean>;
|
|
1915
1920
|
default: boolean;
|
|
@@ -2099,7 +2104,7 @@ declare const DropdownTypes: () => (({
|
|
|
2099
2104
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
2100
2105
|
onOpened?: () => any;
|
|
2101
2106
|
onClosed?: () => any;
|
|
2102
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
2107
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
2103
2108
|
$attrs: {
|
|
2104
2109
|
[x: string]: unknown;
|
|
2105
2110
|
};
|
|
@@ -2199,6 +2204,10 @@ declare const DropdownTypes: () => (({
|
|
|
2199
2204
|
type: import("vue").PropType<boolean>;
|
|
2200
2205
|
default: boolean;
|
|
2201
2206
|
};
|
|
2207
|
+
showClearAll: {
|
|
2208
|
+
type: import("vue").PropType<boolean>;
|
|
2209
|
+
default: boolean;
|
|
2210
|
+
};
|
|
2202
2211
|
defaultOpen: {
|
|
2203
2212
|
type: import("vue").PropType<boolean>;
|
|
2204
2213
|
default: boolean;
|
|
@@ -2423,6 +2432,7 @@ declare const DropdownTypes: () => (({
|
|
|
2423
2432
|
multi: boolean;
|
|
2424
2433
|
infiniteLoading: boolean;
|
|
2425
2434
|
showSelectAll: boolean;
|
|
2435
|
+
showClearAll: boolean;
|
|
2426
2436
|
defaultOpen: boolean;
|
|
2427
2437
|
keepOpen: boolean;
|
|
2428
2438
|
autoSize: boolean;
|
|
@@ -2572,6 +2582,10 @@ declare const DropdownTypes: () => (({
|
|
|
2572
2582
|
type: import("vue").PropType<boolean>;
|
|
2573
2583
|
default: boolean;
|
|
2574
2584
|
};
|
|
2585
|
+
showClearAll: {
|
|
2586
|
+
type: import("vue").PropType<boolean>;
|
|
2587
|
+
default: boolean;
|
|
2588
|
+
};
|
|
2575
2589
|
defaultOpen: {
|
|
2576
2590
|
type: import("vue").PropType<boolean>;
|
|
2577
2591
|
default: boolean;
|
|
@@ -2854,6 +2868,10 @@ declare const DropdownTypes: () => (({
|
|
|
2854
2868
|
type: import("vue").PropType<boolean>;
|
|
2855
2869
|
default: boolean;
|
|
2856
2870
|
};
|
|
2871
|
+
showClearAll: {
|
|
2872
|
+
type: import("vue").PropType<boolean>;
|
|
2873
|
+
default: boolean;
|
|
2874
|
+
};
|
|
2857
2875
|
defaultOpen: {
|
|
2858
2876
|
type: import("vue").PropType<boolean>;
|
|
2859
2877
|
default: boolean;
|
|
@@ -3078,6 +3096,7 @@ declare const DropdownTypes: () => (({
|
|
|
3078
3096
|
multi: boolean;
|
|
3079
3097
|
infiniteLoading: boolean;
|
|
3080
3098
|
showSelectAll: boolean;
|
|
3099
|
+
showClearAll: boolean;
|
|
3081
3100
|
defaultOpen: boolean;
|
|
3082
3101
|
keepOpen: boolean;
|
|
3083
3102
|
autoSize: boolean;
|
|
@@ -3706,116 +3725,427 @@ declare const DropdownTypes: () => (({
|
|
|
3706
3725
|
$slots: {
|
|
3707
3726
|
"trigger-end-icon"?(_: {}): any;
|
|
3708
3727
|
};
|
|
3709
|
-
})) |
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3728
|
+
})) | ({
|
|
3729
|
+
new (...args: any[]): {
|
|
3730
|
+
$: import("vue").ComponentInternalInstance;
|
|
3731
|
+
$data: {};
|
|
3732
|
+
$props: Partial<{
|
|
3733
|
+
label: string;
|
|
3734
|
+
testId: string;
|
|
3735
|
+
isOpen: boolean;
|
|
3736
|
+
infiniteLoading: boolean;
|
|
3737
|
+
triggerShownValuesCount: number;
|
|
3738
|
+
optionNameKey: string;
|
|
3739
|
+
optionIconKey: string;
|
|
3740
|
+
optionImageKey: string;
|
|
3741
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
3742
|
+
optionFlagKey: string;
|
|
3743
|
+
groupedOptions: boolean;
|
|
3744
|
+
comparingKey: string;
|
|
3745
|
+
minCharsToStart: number;
|
|
3746
|
+
searchQuery: string;
|
|
3747
|
+
loadMoreFn: () => Promise<any[]>;
|
|
3748
|
+
fetchDataDebounceTime: number;
|
|
3749
|
+
autoFocusSearch: boolean;
|
|
3750
|
+
loadingOverride: boolean;
|
|
3751
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
3752
|
+
label: {
|
|
3753
|
+
type: import("vue").PropType<string>;
|
|
3754
|
+
required: true;
|
|
3755
|
+
default: string;
|
|
3756
|
+
};
|
|
3757
|
+
testId: {
|
|
3758
|
+
type: import("vue").PropType<string>;
|
|
3759
|
+
default: string;
|
|
3760
|
+
};
|
|
3761
|
+
isOpen: {
|
|
3762
|
+
type: import("vue").PropType<boolean>;
|
|
3763
|
+
default: boolean;
|
|
3764
|
+
};
|
|
3765
|
+
infiniteLoading: {
|
|
3766
|
+
type: import("vue").PropType<boolean>;
|
|
3767
|
+
default: boolean;
|
|
3768
|
+
};
|
|
3769
|
+
triggerShownValuesCount: {
|
|
3770
|
+
type: import("vue").PropType<number>;
|
|
3771
|
+
default: number;
|
|
3772
|
+
};
|
|
3773
|
+
optionNameKey: {
|
|
3774
|
+
type: import("vue").PropType<string>;
|
|
3775
|
+
required: true;
|
|
3776
|
+
default: string;
|
|
3777
|
+
};
|
|
3778
|
+
optionIconKey: {
|
|
3779
|
+
type: import("vue").PropType<string>;
|
|
3780
|
+
default: string;
|
|
3781
|
+
};
|
|
3782
|
+
optionImageKey: {
|
|
3783
|
+
type: import("vue").PropType<string>;
|
|
3784
|
+
default: string;
|
|
3785
|
+
};
|
|
3786
|
+
optionIconType: {
|
|
3787
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
3788
|
+
default: any;
|
|
3789
|
+
};
|
|
3790
|
+
optionFlagKey: {
|
|
3791
|
+
type: import("vue").PropType<string>;
|
|
3792
|
+
default: string;
|
|
3793
|
+
};
|
|
3794
|
+
groupedOptions: {
|
|
3795
|
+
type: import("vue").PropType<boolean>;
|
|
3796
|
+
default: boolean;
|
|
3797
|
+
};
|
|
3798
|
+
comparingKey: {
|
|
3799
|
+
type: import("vue").PropType<string>;
|
|
3800
|
+
required: true;
|
|
3801
|
+
default: string;
|
|
3802
|
+
};
|
|
3803
|
+
conditionalOptions: {
|
|
3804
|
+
type: import("vue").PropType<{
|
|
3805
|
+
label: string;
|
|
3806
|
+
value: string;
|
|
3807
|
+
multi: boolean;
|
|
3808
|
+
}[]>;
|
|
3809
|
+
required: true;
|
|
3810
|
+
};
|
|
3811
|
+
selectedCondition: {
|
|
3812
|
+
type: import("vue").PropType<{
|
|
3813
|
+
label: string;
|
|
3814
|
+
value: string;
|
|
3815
|
+
multi: boolean;
|
|
3816
|
+
}>;
|
|
3817
|
+
required: true;
|
|
3818
|
+
};
|
|
3819
|
+
appliedSelections: {
|
|
3820
|
+
type: import("vue").PropType<unknown>;
|
|
3821
|
+
required: true;
|
|
3822
|
+
};
|
|
3823
|
+
fetchFnCallback: {
|
|
3824
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
3825
|
+
required: true;
|
|
3826
|
+
};
|
|
3827
|
+
minCharsToStart: {
|
|
3828
|
+
type: import("vue").PropType<number>;
|
|
3829
|
+
default: number;
|
|
3830
|
+
};
|
|
3831
|
+
searchQuery: {
|
|
3832
|
+
type: import("vue").PropType<string>;
|
|
3833
|
+
default: string;
|
|
3834
|
+
};
|
|
3835
|
+
loadMoreFn: {
|
|
3836
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
3837
|
+
default: any;
|
|
3838
|
+
};
|
|
3839
|
+
fetchDataDebounceTime: {
|
|
3840
|
+
type: import("vue").PropType<number>;
|
|
3841
|
+
default: number;
|
|
3842
|
+
};
|
|
3843
|
+
autoFocusSearch: {
|
|
3844
|
+
type: import("vue").PropType<boolean>;
|
|
3845
|
+
default: boolean;
|
|
3846
|
+
};
|
|
3847
|
+
loadingOverride: {
|
|
3848
|
+
type: import("vue").PropType<boolean>;
|
|
3849
|
+
default: boolean;
|
|
3850
|
+
};
|
|
3851
|
+
}>> & {
|
|
3852
|
+
onClear?: () => any;
|
|
3853
|
+
onClosed?: () => any;
|
|
3854
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
3855
|
+
label: string;
|
|
3856
|
+
value: string;
|
|
3857
|
+
multi: boolean;
|
|
3858
|
+
}) => any;
|
|
3859
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
3860
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "isOpen" | "infiniteLoading" | "triggerShownValuesCount" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "groupedOptions" | "comparingKey" | "minCharsToStart" | "searchQuery" | "loadMoreFn" | "fetchDataDebounceTime" | "autoFocusSearch" | "loadingOverride">;
|
|
3861
|
+
$attrs: {
|
|
3862
|
+
[x: string]: unknown;
|
|
3863
|
+
};
|
|
3864
|
+
$refs: {
|
|
3865
|
+
[x: string]: unknown;
|
|
3866
|
+
};
|
|
3867
|
+
$slots: Readonly<{
|
|
3868
|
+
[name: string]: import("vue").Slot;
|
|
3869
|
+
}>;
|
|
3870
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3871
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3872
|
+
$emit: ((event: "clear") => void) & ((event: "closed") => void) & ((event: "update:selectedCondition", value: {
|
|
3763
3873
|
label: string;
|
|
3764
3874
|
value: string;
|
|
3765
3875
|
multi: boolean;
|
|
3766
|
-
}
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3876
|
+
}) => void) & ((event: "update:appliedSelections", value: unknown) => void);
|
|
3877
|
+
$el: any;
|
|
3878
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3879
|
+
label: {
|
|
3880
|
+
type: import("vue").PropType<string>;
|
|
3881
|
+
required: true;
|
|
3882
|
+
default: string;
|
|
3883
|
+
};
|
|
3884
|
+
testId: {
|
|
3885
|
+
type: import("vue").PropType<string>;
|
|
3886
|
+
default: string;
|
|
3887
|
+
};
|
|
3888
|
+
isOpen: {
|
|
3889
|
+
type: import("vue").PropType<boolean>;
|
|
3890
|
+
default: boolean;
|
|
3891
|
+
};
|
|
3892
|
+
infiniteLoading: {
|
|
3893
|
+
type: import("vue").PropType<boolean>;
|
|
3894
|
+
default: boolean;
|
|
3895
|
+
};
|
|
3896
|
+
triggerShownValuesCount: {
|
|
3897
|
+
type: import("vue").PropType<number>;
|
|
3898
|
+
default: number;
|
|
3899
|
+
};
|
|
3900
|
+
optionNameKey: {
|
|
3901
|
+
type: import("vue").PropType<string>;
|
|
3902
|
+
required: true;
|
|
3903
|
+
default: string;
|
|
3904
|
+
};
|
|
3905
|
+
optionIconKey: {
|
|
3906
|
+
type: import("vue").PropType<string>;
|
|
3907
|
+
default: string;
|
|
3908
|
+
};
|
|
3909
|
+
optionImageKey: {
|
|
3910
|
+
type: import("vue").PropType<string>;
|
|
3911
|
+
default: string;
|
|
3912
|
+
};
|
|
3913
|
+
optionIconType: {
|
|
3914
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
3915
|
+
default: any;
|
|
3916
|
+
};
|
|
3917
|
+
optionFlagKey: {
|
|
3918
|
+
type: import("vue").PropType<string>;
|
|
3919
|
+
default: string;
|
|
3920
|
+
};
|
|
3921
|
+
groupedOptions: {
|
|
3922
|
+
type: import("vue").PropType<boolean>;
|
|
3923
|
+
default: boolean;
|
|
3924
|
+
};
|
|
3925
|
+
comparingKey: {
|
|
3926
|
+
type: import("vue").PropType<string>;
|
|
3927
|
+
required: true;
|
|
3928
|
+
default: string;
|
|
3929
|
+
};
|
|
3930
|
+
conditionalOptions: {
|
|
3931
|
+
type: import("vue").PropType<{
|
|
3932
|
+
label: string;
|
|
3933
|
+
value: string;
|
|
3934
|
+
multi: boolean;
|
|
3935
|
+
}[]>;
|
|
3936
|
+
required: true;
|
|
3937
|
+
};
|
|
3938
|
+
selectedCondition: {
|
|
3939
|
+
type: import("vue").PropType<{
|
|
3940
|
+
label: string;
|
|
3941
|
+
value: string;
|
|
3942
|
+
multi: boolean;
|
|
3943
|
+
}>;
|
|
3944
|
+
required: true;
|
|
3945
|
+
};
|
|
3946
|
+
appliedSelections: {
|
|
3947
|
+
type: import("vue").PropType<unknown>;
|
|
3948
|
+
required: true;
|
|
3949
|
+
};
|
|
3950
|
+
fetchFnCallback: {
|
|
3951
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
3952
|
+
required: true;
|
|
3953
|
+
};
|
|
3954
|
+
minCharsToStart: {
|
|
3955
|
+
type: import("vue").PropType<number>;
|
|
3956
|
+
default: number;
|
|
3957
|
+
};
|
|
3958
|
+
searchQuery: {
|
|
3959
|
+
type: import("vue").PropType<string>;
|
|
3960
|
+
default: string;
|
|
3961
|
+
};
|
|
3962
|
+
loadMoreFn: {
|
|
3963
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
3964
|
+
default: any;
|
|
3965
|
+
};
|
|
3966
|
+
fetchDataDebounceTime: {
|
|
3967
|
+
type: import("vue").PropType<number>;
|
|
3968
|
+
default: number;
|
|
3969
|
+
};
|
|
3970
|
+
autoFocusSearch: {
|
|
3971
|
+
type: import("vue").PropType<boolean>;
|
|
3972
|
+
default: boolean;
|
|
3973
|
+
};
|
|
3974
|
+
loadingOverride: {
|
|
3975
|
+
type: import("vue").PropType<boolean>;
|
|
3976
|
+
default: boolean;
|
|
3977
|
+
};
|
|
3978
|
+
}>> & {
|
|
3979
|
+
onClear?: () => any;
|
|
3980
|
+
onClosed?: () => any;
|
|
3981
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
3982
|
+
label: string;
|
|
3983
|
+
value: string;
|
|
3984
|
+
multi: boolean;
|
|
3985
|
+
}) => any;
|
|
3986
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
3987
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3988
|
+
"update:selectedCondition": (value: {
|
|
3989
|
+
label: string;
|
|
3990
|
+
value: string;
|
|
3991
|
+
multi: boolean;
|
|
3992
|
+
}) => void;
|
|
3993
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
3994
|
+
clear: () => void;
|
|
3995
|
+
closed: () => void;
|
|
3996
|
+
}, string, {
|
|
3997
|
+
label: string;
|
|
3998
|
+
testId: string;
|
|
3999
|
+
isOpen: boolean;
|
|
4000
|
+
infiniteLoading: boolean;
|
|
4001
|
+
triggerShownValuesCount: number;
|
|
4002
|
+
optionNameKey: string;
|
|
4003
|
+
optionIconKey: string;
|
|
4004
|
+
optionImageKey: string;
|
|
4005
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
4006
|
+
optionFlagKey: string;
|
|
4007
|
+
groupedOptions: boolean;
|
|
4008
|
+
comparingKey: string;
|
|
4009
|
+
minCharsToStart: number;
|
|
4010
|
+
searchQuery: string;
|
|
4011
|
+
loadMoreFn: () => Promise<any[]>;
|
|
4012
|
+
fetchDataDebounceTime: number;
|
|
4013
|
+
autoFocusSearch: boolean;
|
|
4014
|
+
loadingOverride: boolean;
|
|
4015
|
+
}, {}, string> & {
|
|
4016
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
4017
|
+
created?: (() => void) | (() => void)[];
|
|
4018
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
4019
|
+
mounted?: (() => void) | (() => void)[];
|
|
4020
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
4021
|
+
updated?: (() => void) | (() => void)[];
|
|
4022
|
+
activated?: (() => void) | (() => void)[];
|
|
4023
|
+
deactivated?: (() => void) | (() => void)[];
|
|
4024
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
4025
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
4026
|
+
destroyed?: (() => void) | (() => void)[];
|
|
4027
|
+
unmounted?: (() => void) | (() => void)[];
|
|
4028
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
4029
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
4030
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
4031
|
+
};
|
|
4032
|
+
$forceUpdate: () => void;
|
|
4033
|
+
$nextTick: typeof import("vue").nextTick;
|
|
4034
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
4035
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
4036
|
+
label: {
|
|
4037
|
+
type: import("vue").PropType<string>;
|
|
4038
|
+
required: true;
|
|
4039
|
+
default: string;
|
|
4040
|
+
};
|
|
4041
|
+
testId: {
|
|
4042
|
+
type: import("vue").PropType<string>;
|
|
4043
|
+
default: string;
|
|
4044
|
+
};
|
|
4045
|
+
isOpen: {
|
|
4046
|
+
type: import("vue").PropType<boolean>;
|
|
4047
|
+
default: boolean;
|
|
4048
|
+
};
|
|
4049
|
+
infiniteLoading: {
|
|
4050
|
+
type: import("vue").PropType<boolean>;
|
|
4051
|
+
default: boolean;
|
|
4052
|
+
};
|
|
4053
|
+
triggerShownValuesCount: {
|
|
4054
|
+
type: import("vue").PropType<number>;
|
|
4055
|
+
default: number;
|
|
4056
|
+
};
|
|
4057
|
+
optionNameKey: {
|
|
4058
|
+
type: import("vue").PropType<string>;
|
|
4059
|
+
required: true;
|
|
4060
|
+
default: string;
|
|
4061
|
+
};
|
|
4062
|
+
optionIconKey: {
|
|
4063
|
+
type: import("vue").PropType<string>;
|
|
4064
|
+
default: string;
|
|
4065
|
+
};
|
|
4066
|
+
optionImageKey: {
|
|
4067
|
+
type: import("vue").PropType<string>;
|
|
4068
|
+
default: string;
|
|
4069
|
+
};
|
|
4070
|
+
optionIconType: {
|
|
4071
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
4072
|
+
default: any;
|
|
4073
|
+
};
|
|
4074
|
+
optionFlagKey: {
|
|
4075
|
+
type: import("vue").PropType<string>;
|
|
4076
|
+
default: string;
|
|
4077
|
+
};
|
|
4078
|
+
groupedOptions: {
|
|
4079
|
+
type: import("vue").PropType<boolean>;
|
|
4080
|
+
default: boolean;
|
|
4081
|
+
};
|
|
4082
|
+
comparingKey: {
|
|
4083
|
+
type: import("vue").PropType<string>;
|
|
4084
|
+
required: true;
|
|
4085
|
+
default: string;
|
|
4086
|
+
};
|
|
4087
|
+
conditionalOptions: {
|
|
4088
|
+
type: import("vue").PropType<{
|
|
4089
|
+
label: string;
|
|
4090
|
+
value: string;
|
|
4091
|
+
multi: boolean;
|
|
4092
|
+
}[]>;
|
|
4093
|
+
required: true;
|
|
4094
|
+
};
|
|
4095
|
+
selectedCondition: {
|
|
4096
|
+
type: import("vue").PropType<{
|
|
4097
|
+
label: string;
|
|
4098
|
+
value: string;
|
|
4099
|
+
multi: boolean;
|
|
4100
|
+
}>;
|
|
4101
|
+
required: true;
|
|
4102
|
+
};
|
|
4103
|
+
appliedSelections: {
|
|
4104
|
+
type: import("vue").PropType<unknown>;
|
|
4105
|
+
required: true;
|
|
4106
|
+
};
|
|
4107
|
+
fetchFnCallback: {
|
|
4108
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
4109
|
+
required: true;
|
|
4110
|
+
};
|
|
4111
|
+
minCharsToStart: {
|
|
4112
|
+
type: import("vue").PropType<number>;
|
|
4113
|
+
default: number;
|
|
4114
|
+
};
|
|
4115
|
+
searchQuery: {
|
|
4116
|
+
type: import("vue").PropType<string>;
|
|
4117
|
+
default: string;
|
|
4118
|
+
};
|
|
4119
|
+
loadMoreFn: {
|
|
4120
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
4121
|
+
default: any;
|
|
4122
|
+
};
|
|
4123
|
+
fetchDataDebounceTime: {
|
|
4124
|
+
type: import("vue").PropType<number>;
|
|
4125
|
+
default: number;
|
|
4126
|
+
};
|
|
4127
|
+
autoFocusSearch: {
|
|
4128
|
+
type: import("vue").PropType<boolean>;
|
|
4129
|
+
default: boolean;
|
|
4130
|
+
};
|
|
4131
|
+
loadingOverride: {
|
|
4132
|
+
type: import("vue").PropType<boolean>;
|
|
4133
|
+
default: boolean;
|
|
4134
|
+
};
|
|
4135
|
+
}>> & {
|
|
4136
|
+
onClear?: () => any;
|
|
4137
|
+
onClosed?: () => any;
|
|
4138
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
3771
4139
|
label: string;
|
|
3772
4140
|
value: string;
|
|
3773
4141
|
multi: boolean;
|
|
3774
|
-
}
|
|
3775
|
-
|
|
3776
|
-
};
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
fetchFnCallback: {
|
|
3782
|
-
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
3783
|
-
required: true;
|
|
3784
|
-
};
|
|
3785
|
-
minCharsToStart: {
|
|
3786
|
-
type: import("vue").PropType<number>;
|
|
3787
|
-
default: number;
|
|
3788
|
-
};
|
|
3789
|
-
searchQuery: {
|
|
3790
|
-
type: import("vue").PropType<string>;
|
|
3791
|
-
default: string;
|
|
3792
|
-
};
|
|
3793
|
-
loadMoreFn: {
|
|
3794
|
-
type: import("vue").PropType<() => Promise<any[]>>;
|
|
3795
|
-
default: any;
|
|
3796
|
-
};
|
|
3797
|
-
fetchDataDebounceTime: {
|
|
3798
|
-
type: import("vue").PropType<number>;
|
|
3799
|
-
default: number;
|
|
3800
|
-
};
|
|
3801
|
-
autoFocusSearch: {
|
|
3802
|
-
type: import("vue").PropType<boolean>;
|
|
3803
|
-
default: boolean;
|
|
3804
|
-
};
|
|
3805
|
-
loadingOverride: {
|
|
3806
|
-
type: import("vue").PropType<boolean>;
|
|
3807
|
-
default: boolean;
|
|
3808
|
-
};
|
|
3809
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3810
|
-
"update:selectedCondition": (value: {
|
|
3811
|
-
label: string;
|
|
3812
|
-
value: string;
|
|
3813
|
-
multi: boolean;
|
|
3814
|
-
}) => void;
|
|
3815
|
-
"update:appliedSelections": (value: unknown) => void;
|
|
3816
|
-
clear: () => void;
|
|
3817
|
-
closed: () => void;
|
|
3818
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4142
|
+
}) => any;
|
|
4143
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
4144
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
4145
|
+
__isFragment?: never;
|
|
4146
|
+
__isTeleport?: never;
|
|
4147
|
+
__isSuspense?: never;
|
|
4148
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3819
4149
|
label: {
|
|
3820
4150
|
type: import("vue").PropType<string>;
|
|
3821
4151
|
required: true;
|
|
@@ -3924,7 +4254,16 @@ declare const DropdownTypes: () => (({
|
|
|
3924
4254
|
multi: boolean;
|
|
3925
4255
|
}) => any;
|
|
3926
4256
|
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
3927
|
-
}, {
|
|
4257
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4258
|
+
"update:selectedCondition": (value: {
|
|
4259
|
+
label: string;
|
|
4260
|
+
value: string;
|
|
4261
|
+
multi: boolean;
|
|
4262
|
+
}) => void;
|
|
4263
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
4264
|
+
clear: () => void;
|
|
4265
|
+
closed: () => void;
|
|
4266
|
+
}, string, {
|
|
3928
4267
|
label: string;
|
|
3929
4268
|
testId: string;
|
|
3930
4269
|
isOpen: boolean;
|
|
@@ -3943,5 +4282,11 @@ declare const DropdownTypes: () => (({
|
|
|
3943
4282
|
fetchDataDebounceTime: number;
|
|
3944
4283
|
autoFocusSearch: boolean;
|
|
3945
4284
|
loadingOverride: boolean;
|
|
3946
|
-
}>)
|
|
4285
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
4286
|
+
$slots: {
|
|
4287
|
+
"option-end"?(_: {
|
|
4288
|
+
option: any;
|
|
4289
|
+
}): any;
|
|
4290
|
+
};
|
|
4291
|
+
})))[];
|
|
3947
4292
|
export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, TreeDropdown, ConditionalDropdown, };
|
|
@@ -87,13 +87,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
87
87
|
loading: boolean;
|
|
88
88
|
autoFocus: boolean;
|
|
89
89
|
hasSubtitle: boolean;
|
|
90
|
+
showClearAll: boolean;
|
|
90
91
|
defaultOpen: boolean;
|
|
91
92
|
isOnTop: boolean;
|
|
92
93
|
onSearch: (option: any, term: string) => boolean;
|
|
93
94
|
searchPlaceholder: string;
|
|
94
95
|
titleText: string;
|
|
95
96
|
alwayesOpen: boolean;
|
|
96
|
-
showClearAll: boolean;
|
|
97
97
|
distanceOffset: number;
|
|
98
98
|
skiddingOffset: number;
|
|
99
99
|
}>, {
|
|
@@ -94,13 +94,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
94
94
|
loading: boolean;
|
|
95
95
|
autoFocus: boolean;
|
|
96
96
|
hasSubtitle: boolean;
|
|
97
|
+
showClearAll: boolean;
|
|
97
98
|
defaultOpen: boolean;
|
|
98
99
|
isOnTop: boolean;
|
|
99
100
|
onSearch: (option: any, term: string) => boolean;
|
|
100
101
|
searchPlaceholder: string;
|
|
101
102
|
titleText: string;
|
|
102
103
|
alwayesOpen: boolean;
|
|
103
|
-
showClearAll: boolean;
|
|
104
104
|
distanceOffset: number;
|
|
105
105
|
skiddingOffset: number;
|
|
106
106
|
isDraggable: boolean;
|