@ironsource/shared-ui 2.1.12-test.77 → 2.1.12-test.79
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_c6aaec38_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_1f7f7f9c_lang.css +1 -0
- package/components/chart/ChartPlane.vue.js +5 -5
- package/components/chart/ChartPlane.vue2.js +95 -90
- package/components/chart/utils/utils.d.ts +1 -1
- package/components/chart/utils/utils.js +10 -10
- 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/dropdownStoryArgs.d.ts +8 -0
- package/components/dropdown/v4/index.d.ts +20 -1
- 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/index.d.ts +40 -2
- package/index.js +1 -1
- package/package.json +1 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_a4130027_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_92ead583_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -16368,6 +16368,7 @@ declare const _default: {
|
|
|
16368
16368
|
multi: boolean;
|
|
16369
16369
|
infiniteLoading: boolean;
|
|
16370
16370
|
showSelectAll: boolean;
|
|
16371
|
+
showClearAll: boolean;
|
|
16371
16372
|
defaultOpen: boolean;
|
|
16372
16373
|
keepOpen: boolean;
|
|
16373
16374
|
autoSize: boolean;
|
|
@@ -16497,6 +16498,10 @@ declare const _default: {
|
|
|
16497
16498
|
type: import("vue").PropType<boolean>;
|
|
16498
16499
|
default: boolean;
|
|
16499
16500
|
};
|
|
16501
|
+
showClearAll: {
|
|
16502
|
+
type: import("vue").PropType<boolean>;
|
|
16503
|
+
default: boolean;
|
|
16504
|
+
};
|
|
16500
16505
|
defaultOpen: {
|
|
16501
16506
|
type: import("vue").PropType<boolean>;
|
|
16502
16507
|
default: boolean;
|
|
@@ -16686,7 +16691,7 @@ declare const _default: {
|
|
|
16686
16691
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16687
16692
|
onOpened?: () => any;
|
|
16688
16693
|
onClosed?: () => any;
|
|
16689
|
-
} & 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">;
|
|
16694
|
+
} & 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">;
|
|
16690
16695
|
$attrs: {
|
|
16691
16696
|
[x: string]: unknown;
|
|
16692
16697
|
};
|
|
@@ -16786,6 +16791,10 @@ declare const _default: {
|
|
|
16786
16791
|
type: import("vue").PropType<boolean>;
|
|
16787
16792
|
default: boolean;
|
|
16788
16793
|
};
|
|
16794
|
+
showClearAll: {
|
|
16795
|
+
type: import("vue").PropType<boolean>;
|
|
16796
|
+
default: boolean;
|
|
16797
|
+
};
|
|
16789
16798
|
defaultOpen: {
|
|
16790
16799
|
type: import("vue").PropType<boolean>;
|
|
16791
16800
|
default: boolean;
|
|
@@ -17010,6 +17019,7 @@ declare const _default: {
|
|
|
17010
17019
|
multi: boolean;
|
|
17011
17020
|
infiniteLoading: boolean;
|
|
17012
17021
|
showSelectAll: boolean;
|
|
17022
|
+
showClearAll: boolean;
|
|
17013
17023
|
defaultOpen: boolean;
|
|
17014
17024
|
keepOpen: boolean;
|
|
17015
17025
|
autoSize: boolean;
|
|
@@ -17159,6 +17169,10 @@ declare const _default: {
|
|
|
17159
17169
|
type: import("vue").PropType<boolean>;
|
|
17160
17170
|
default: boolean;
|
|
17161
17171
|
};
|
|
17172
|
+
showClearAll: {
|
|
17173
|
+
type: import("vue").PropType<boolean>;
|
|
17174
|
+
default: boolean;
|
|
17175
|
+
};
|
|
17162
17176
|
defaultOpen: {
|
|
17163
17177
|
type: import("vue").PropType<boolean>;
|
|
17164
17178
|
default: boolean;
|
|
@@ -17441,6 +17455,10 @@ declare const _default: {
|
|
|
17441
17455
|
type: import("vue").PropType<boolean>;
|
|
17442
17456
|
default: boolean;
|
|
17443
17457
|
};
|
|
17458
|
+
showClearAll: {
|
|
17459
|
+
type: import("vue").PropType<boolean>;
|
|
17460
|
+
default: boolean;
|
|
17461
|
+
};
|
|
17444
17462
|
defaultOpen: {
|
|
17445
17463
|
type: import("vue").PropType<boolean>;
|
|
17446
17464
|
default: boolean;
|
|
@@ -17665,6 +17683,7 @@ declare const _default: {
|
|
|
17665
17683
|
multi: boolean;
|
|
17666
17684
|
infiniteLoading: boolean;
|
|
17667
17685
|
showSelectAll: boolean;
|
|
17686
|
+
showClearAll: boolean;
|
|
17668
17687
|
defaultOpen: boolean;
|
|
17669
17688
|
keepOpen: boolean;
|
|
17670
17689
|
autoSize: boolean;
|
|
@@ -21144,6 +21163,7 @@ declare const _default: {
|
|
|
21144
21163
|
multi: boolean;
|
|
21145
21164
|
infiniteLoading: boolean;
|
|
21146
21165
|
showSelectAll: boolean;
|
|
21166
|
+
showClearAll: boolean;
|
|
21147
21167
|
defaultOpen: boolean;
|
|
21148
21168
|
keepOpen: boolean;
|
|
21149
21169
|
autoSize: boolean;
|
|
@@ -21273,6 +21293,10 @@ declare const _default: {
|
|
|
21273
21293
|
type: import("vue").PropType<boolean>;
|
|
21274
21294
|
default: boolean;
|
|
21275
21295
|
};
|
|
21296
|
+
showClearAll: {
|
|
21297
|
+
type: import("vue").PropType<boolean>;
|
|
21298
|
+
default: boolean;
|
|
21299
|
+
};
|
|
21276
21300
|
defaultOpen: {
|
|
21277
21301
|
type: import("vue").PropType<boolean>;
|
|
21278
21302
|
default: boolean;
|
|
@@ -21462,7 +21486,7 @@ declare const _default: {
|
|
|
21462
21486
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21463
21487
|
onOpened?: () => any;
|
|
21464
21488
|
onClosed?: () => any;
|
|
21465
|
-
} & 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">;
|
|
21489
|
+
} & 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">;
|
|
21466
21490
|
$attrs: {
|
|
21467
21491
|
[x: string]: unknown;
|
|
21468
21492
|
};
|
|
@@ -21562,6 +21586,10 @@ declare const _default: {
|
|
|
21562
21586
|
type: import("vue").PropType<boolean>;
|
|
21563
21587
|
default: boolean;
|
|
21564
21588
|
};
|
|
21589
|
+
showClearAll: {
|
|
21590
|
+
type: import("vue").PropType<boolean>;
|
|
21591
|
+
default: boolean;
|
|
21592
|
+
};
|
|
21565
21593
|
defaultOpen: {
|
|
21566
21594
|
type: import("vue").PropType<boolean>;
|
|
21567
21595
|
default: boolean;
|
|
@@ -21786,6 +21814,7 @@ declare const _default: {
|
|
|
21786
21814
|
multi: boolean;
|
|
21787
21815
|
infiniteLoading: boolean;
|
|
21788
21816
|
showSelectAll: boolean;
|
|
21817
|
+
showClearAll: boolean;
|
|
21789
21818
|
defaultOpen: boolean;
|
|
21790
21819
|
keepOpen: boolean;
|
|
21791
21820
|
autoSize: boolean;
|
|
@@ -21935,6 +21964,10 @@ declare const _default: {
|
|
|
21935
21964
|
type: import("vue").PropType<boolean>;
|
|
21936
21965
|
default: boolean;
|
|
21937
21966
|
};
|
|
21967
|
+
showClearAll: {
|
|
21968
|
+
type: import("vue").PropType<boolean>;
|
|
21969
|
+
default: boolean;
|
|
21970
|
+
};
|
|
21938
21971
|
defaultOpen: {
|
|
21939
21972
|
type: import("vue").PropType<boolean>;
|
|
21940
21973
|
default: boolean;
|
|
@@ -22217,6 +22250,10 @@ declare const _default: {
|
|
|
22217
22250
|
type: import("vue").PropType<boolean>;
|
|
22218
22251
|
default: boolean;
|
|
22219
22252
|
};
|
|
22253
|
+
showClearAll: {
|
|
22254
|
+
type: import("vue").PropType<boolean>;
|
|
22255
|
+
default: boolean;
|
|
22256
|
+
};
|
|
22220
22257
|
defaultOpen: {
|
|
22221
22258
|
type: import("vue").PropType<boolean>;
|
|
22222
22259
|
default: boolean;
|
|
@@ -22441,6 +22478,7 @@ declare const _default: {
|
|
|
22441
22478
|
multi: boolean;
|
|
22442
22479
|
infiniteLoading: boolean;
|
|
22443
22480
|
showSelectAll: boolean;
|
|
22481
|
+
showClearAll: boolean;
|
|
22444
22482
|
defaultOpen: boolean;
|
|
22445
22483
|
keepOpen: boolean;
|
|
22446
22484
|
autoSize: boolean;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css';
|
|
2
2
|
import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as ao } from "./components/menuItem/index.js";
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-plane-container[data-v-a4130027]{--headerHeight: var(--699b2c4c);width:100%;height:var(--002a7637);position:relative}.header-wrapper[data-v-a4130027]{position:absolute;width:100%;height:var(--headerHeight);top:0;z-index:1}.chart-plane[data-v-a4130027]{padding-top:var(--headerHeight);height:100%}.chart[data-v-a4130027]{width:100%;height:100%;position:relative}.chart__canvas[data-v-a4130027]{width:100%;height:100%}.chart__tooltip[data-v-a4130027]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px;z-index:1}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.v-enter-active[data-v-92ead583],.v-leave-active[data-v-92ead583]{transition:opacity .25s ease}ol[data-v-92ead583],ul[data-v-92ead583],menu[data-v-92ead583]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-92ead583],.dropdown.full-width .button__container[data-v-92ead583]{width:100%}.dropdown-list-wrapper[data-v-92ead583]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-92ead583]{padding:.5rem}.list-container--multi[data-v-92ead583]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-92ead583]{display:flex;gap:4px;padding-bottom:.25rem}.inline-search .inline-search-wrapper .search-container[data-v-92ead583]{width:100%}.inline-search .list-container[data-v-92ead583]{padding-top:0}.no-result-container[data-v-92ead583]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-92ead583]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-92ead583]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-92ead583]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.list--with-conditions[data-v-92ead583]{min-height:0;margin-bottom:0}.image-slot[data-v-92ead583]{margin-right:.5rem}.actions-wrapper[data-v-92ead583]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-92ead583]{margin-left:.5rem}
|