@ironsource/shared-ui 1.4.2-rc.12 → 1.4.2-rc.15
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 +1 @@
|
|
|
1
|
-
.label[data-v-
|
|
1
|
+
.label[data-v-e7792962]{color:#41454d}[data-v-e7792962]::-webkit-scrollbar{width:.625rem;opacity:.7;background-color:transparent}[data-v-e7792962]::-webkit-scrollbar-thumb{border:3px solid transparent;background-clip:padding-box;border-radius:.625rem;background-color:#d2d5d8!important}[data-v-e7792962]::-webkit-scrollbar-track{border-radius:.625rem;background-color:transparent}.loader-wrapper[data-v-e7792962]{display:flex;width:100%;gap:.5rem;padding-left:.5rem;padding-right:.75rem}.include-exclude-wrapper[data-v-e7792962]{width:100%}.include-exclude-content[data-v-e7792962]{width:34.0625rem}.include-exclude-list-wrapper[data-v-e7792962]{border-right:1px #DDDFE1 solid;height:13.75rem}.include-exclude-list[data-v-e7792962],.include-exclude-selected-list[data-v-e7792962]{overflow-y:auto;overflow-x:none;padding:.25rem .25rem .25rem .5rem;max-height:13.75rem;height:13.75rem}.no-result-text[data-v-e7792962]{color:#8e959d;height:100%}.include-exclude-list-wrapper[data-v-e7792962],.include-exclude-selected-wrapper[data-v-e7792962]{width:50%;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.include-exclude-list-item-skeleton[data-v-e7792962]{display:flex;gap:.5rem;margin-bottom:1rem}.include-exclude-list-item-skeleton[data-v-e7792962]:first-child{margin-top:.5rem}li[data-v-e7792962]:last-child{padding-bottom:.25rem}.include-exclude-header-left-section[data-v-e7792962]{border-right:1px solid #DDDFE1;color:#53575b;padding:1.5rem;height:100%;display:flex;align-items:center}.include-exclude-header-right-section[data-v-e7792962]{flex-grow:1;padding:0 .375rem}.include-exclude-footer[data-v-e7792962]{height:3rem;display:flex}.include-exclude-container[data-v-e7792962]{display:flex;align-items:center;justify-content:center;height:100%}.include-exclude-container-wrapper[data-v-e7792962]{border-top:1px #DDDFE1 solid;border-bottom:1px #DDDFE1 solid}.include-exclude-selected-header-left-selected[data-v-e7792962]{color:#565c62}.include-exclude-header[data-v-e7792962]{display:flex;align-items:center;justify-content:space-between;height:3.5rem}.include-exclude-list-header-loading[data-v-e7792962]{gap:.5rem;padding:0 .25rem 0 .5rem}.include-exclude-list-selected-header-loading[data-v-e7792962]{padding:0 .25rem 0 .5rem}.include-exclude-list-header-loaded[data-v-e7792962]{padding:0 1rem}.include-exclude-list-header[data-v-e7792962],.include-exclude-selected-header[data-v-e7792962]{height:2.5rem;display:flex;justify-content:space-between;align-items:center;height:2.5625rem;border-bottom:1px #DDDFE1 solid}.include-exclude-header-right-section-search-input[data-v-e7792962]{width:100%;height:100%}.include-exclude-selected-header-right[data-v-e7792962]{height:100%;display:flex}.include-exclude-selected-header-left[data-v-e7792962]{height:100%;display:flex;align-items:center}.dot-skeleton[data-v-e7792962]{width:1rem;height:1rem}ol[data-v-e7792962],ul[data-v-e7792962],menu[data-v-e7792962]{list-style:none;margin:0;padding:0}.include-exclude-footer-buttons[data-v-e7792962]{display:flex;align-items:center;justify-content:center;margin-left:auto;gap:.25rem;padding-right:1rem}.switch-enter-from[data-v-e7792962],.switch-leave-to[data-v-e7792962]{transition:all .25s ease;opacity:0}
|
|
@@ -11,7 +11,7 @@ import EmptyState from '../emptyState/EmptyState.vue.js';
|
|
|
11
11
|
import { useToggle } from '../../composables/useToggle.vue.js';
|
|
12
12
|
import { IncludeExcludeContext } from './IncludeExcludeContext.vue.js';
|
|
13
13
|
import { onClickOutside, useClamp, useVirtualList } from '@vueuse/core';
|
|
14
|
-
import { IncludeExcludeTestIdModifiers } from '
|
|
14
|
+
import { IncludeExcludeTestIdModifiers } from '../../consts/test-ids.vue.js';
|
|
15
15
|
/* empty css */
|
|
16
16
|
import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
17
17
|
const _hoisted_1 = ["data-testid"];
|
|
@@ -559,6 +559,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
559
559
|
};
|
|
560
560
|
}
|
|
561
561
|
});
|
|
562
|
-
var IncludeExclude = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
562
|
+
var IncludeExclude = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e7792962"]]);
|
|
563
563
|
|
|
564
564
|
export { IncludeExclude as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum IncludeExcludeTestIdModifiers {
|
|
2
|
+
TRIGGER = "trigger",
|
|
3
|
+
CONTENT = "content",
|
|
4
|
+
SEARCH = "search",
|
|
5
|
+
LIST = "list",
|
|
6
|
+
LIST_SELECTED = "list-selected",
|
|
7
|
+
ACTION_CANCEL = "action-cancel",
|
|
8
|
+
ACTION_APPLY = "action-apply",
|
|
9
|
+
SELECT_ALL = "select-all",
|
|
10
|
+
CLEAR_ALL = "clear-all"
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var IncludeExcludeTestIdModifiers = /* @__PURE__ */ ((IncludeExcludeTestIdModifiers2) => {
|
|
2
|
+
IncludeExcludeTestIdModifiers2["TRIGGER"] = "trigger";
|
|
3
|
+
IncludeExcludeTestIdModifiers2["CONTENT"] = "content";
|
|
4
|
+
IncludeExcludeTestIdModifiers2["SEARCH"] = "search";
|
|
5
|
+
IncludeExcludeTestIdModifiers2["LIST"] = "list";
|
|
6
|
+
IncludeExcludeTestIdModifiers2["LIST_SELECTED"] = "list-selected";
|
|
7
|
+
IncludeExcludeTestIdModifiers2["ACTION_CANCEL"] = "action-cancel";
|
|
8
|
+
IncludeExcludeTestIdModifiers2["ACTION_APPLY"] = "action-apply";
|
|
9
|
+
IncludeExcludeTestIdModifiers2["SELECT_ALL"] = "select-all";
|
|
10
|
+
IncludeExcludeTestIdModifiers2["CLEAR_ALL"] = "clear-all";
|
|
11
|
+
return IncludeExcludeTestIdModifiers2;
|
|
12
|
+
})(IncludeExcludeTestIdModifiers || {});
|
|
13
|
+
|
|
14
|
+
export { IncludeExcludeTestIdModifiers };
|
package/index.vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css';
|
|
2
2
|
export { AppTriggerTypes } from './components/appTrigger/index.vue.js';
|
|
3
3
|
export { AutocompleteDropdownTypes } from './components/autocompleteDropdown/index.vue.js';
|
|
4
4
|
export { MenuItemTypes } from './components/menuItem/index.vue.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "1.4.2-rc.
|
|
3
|
+
"version": "1.4.2-rc.15",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -48,8 +48,7 @@
|
|
|
48
48
|
"date-fns": "^2.29.1",
|
|
49
49
|
"floating-vue": "2.0.0-beta.20",
|
|
50
50
|
"focus-trap": "^6.9.4",
|
|
51
|
-
"vue": "^3.2.31"
|
|
52
|
-
"e2e-test-ids": "file:./e2e/shared-test-ids/shared-ids.tar.gz"
|
|
51
|
+
"vue": "^3.2.31"
|
|
53
52
|
},
|
|
54
53
|
"peerDependencies": {
|
|
55
54
|
"@vueuse/core": "^8.7.5",
|