@ironsource/shared-ui 2.0.0-test.1 → 2.0.0-test.3
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/ButtonV4.vue_vue_type_style_index_0_scoped_6db34241_lang.css +1 -0
- package/Checkbox.vue_vue_type_style_index_0_scoped_345b8f69_lang.css +1 -0
- package/components/appIcon/AppIcon.vue.js +3 -2
- package/components/appIcon/AppIcon.vue2.js +1 -1
- package/components/appTrigger/AppTrigger.vue.js +5 -4
- package/components/appTrigger/AppTrigger.vue2.js +9 -5
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +4 -3
- package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +39 -38
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +1 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +1 -1
- package/components/autocompleteDropdown/GroupOption.vue.js +4 -3
- package/components/autocompleteDropdown/GroupOption.vue2.js +3 -2
- package/components/banner/Banner.vue.js +4 -3
- package/components/banner/Banner.vue2.js +1 -1
- package/components/button/common/ButtonBase.vue.js +7 -0
- package/components/button/common/ButtonBase.vue2.js +52 -4
- package/components/button/v3/Button.vue.js +1 -0
- package/components/button/v3/Button.vue2.js +3 -2
- package/components/button/v3/IconButton.vue.js +3 -2
- package/components/button/v3/IconButton.vue2.js +2 -2
- package/components/button/v3/ScrollButton.vue.js +3 -2
- package/components/button/v3/ScrollButton.vue2.js +15 -12
- package/components/button/v4/ButtonV4.vue.js +2 -1
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/checkbox/Checkbox.vue.js +4 -3
- package/components/checkbox/Checkbox.vue2.js +58 -52
- package/components/chip/v3/Chip.vue.js +4 -3
- package/components/chip/v3/Chip.vue2.js +1 -1
- package/components/chip/v4/ChipV4.vue.js +4 -3
- package/components/chip/v4/ChipV4.vue2.js +1 -1
- package/components/cssBaseline/CssBaseline.vue2.js +0 -0
- package/components/datePicker/DatePicker.vue.js +5 -4
- package/components/datePicker/DatePicker.vue2.js +1 -1
- package/components/datePicker/DatePickerMonth.vue.js +4 -3
- package/components/datePicker/DatePickerMonth.vue2.js +1 -1
- package/components/dateRange/CalendarMonth.vue.js +4 -3
- package/components/dateRange/CalendarMonth.vue2.js +14 -13
- package/components/dateRange/DateRange.vue.js +5 -4
- package/components/dateRange/DateRange.vue2.js +35 -33
- package/components/dialog/Dialog.vue.js +4 -3
- package/components/dialog/Dialog.vue2.js +22 -21
- package/components/dropdown/common/Label.vue.js +4 -3
- package/components/dropdown/common/Label.vue2.js +3 -2
- package/components/dropdown/common/Option.vue.js +4 -3
- package/components/dropdown/common/Option.vue2.js +3 -2
- package/components/dropdown/common/SearchInput.vue.js +4 -3
- package/components/dropdown/common/SearchInput.vue2.js +25 -24
- package/components/dropdown/v3/Dropdown.vue.js +5 -3
- package/components/dropdown/v3/Dropdown.vue2.js +26 -23
- package/components/dropdown/v4/DropdownV4.vue.js +5 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +4 -3
- package/components/emptyState/EmptyState.vue.js +3 -2
- package/components/emptyState/EmptyState.vue2.js +20 -18
- package/components/emptyState/EmptyStateIcon.vue2.js +0 -0
- package/components/filterDropdown/AddFilterButton.vue.js +5 -4
- package/components/filterDropdown/AddFilterButton.vue2.js +1 -1
- package/components/filterDropdown/FilterDropdown.vue.js +4 -3
- package/components/filterDropdown/FilterDropdown.vue2.js +26 -25
- package/components/filtersPanel/FilterSearchInput.vue.js +4 -3
- package/components/filtersPanel/FilterSearchInput.vue2.js +21 -21
- package/components/filtersPanel/FiltersPanel.vue.js +5 -4
- package/components/filtersPanel/FiltersPanel.vue2.js +1 -1
- package/components/floatingToolbar/FloatingToolbar.vue.js +4 -3
- package/components/floatingToolbar/FloatingToolbar.vue2.js +11 -10
- package/components/icon/Icon.vue.js +4 -3
- package/components/icon/Icon.vue2.js +1 -1
- package/components/includeExclude/IncludeExclude.vue.js +5 -4
- package/components/includeExclude/IncludeExclude.vue2.js +55 -52
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +4 -3
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +36 -35
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +8 -4
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +4 -3
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +38 -36
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +64 -61
- package/components/includeExclude/IncludeExcludeOption.vue.js +3 -2
- package/components/includeExclude/IncludeExcludeOption.vue2.js +6 -4
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +5 -4
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +5 -3
- package/components/input/common/Input.common.js +13 -13
- package/components/input/v3/DollarInput.vue.js +4 -3
- package/components/input/v3/DollarInput.vue2.js +3 -2
- package/components/input/v3/Input.vue.js +4 -3
- package/components/input/v3/Input.vue2.js +15 -11
- package/components/input/v3/PasswordInput.vue.js +4 -3
- package/components/input/v3/PasswordInput.vue2.js +3 -2
- package/components/input/v3/PercentageInput.vue.js +4 -3
- package/components/input/v3/PercentageInput.vue2.js +3 -2
- package/components/input/v4/TextField.vue.js +5 -4
- package/components/input/v4/TextField.vue2.js +13 -12
- package/components/loader/v4/Loader.vue.js +4 -3
- package/components/loader/v4/Loader.vue2.js +1 -1
- package/components/menu/Menu.vue.js +6 -4
- package/components/menu/Menu.vue2.js +1 -1
- package/components/menuItem/MenuItem.vue.js +12 -11
- package/components/menuItem/MenuItem.vue2.js +0 -0
- package/components/popover/Popover.vue2.js +5 -0
- package/components/popover/index.js +2 -1
- package/components/radioButton/RadioButton.vue.js +3 -2
- package/components/radioButton/RadioButton.vue2.js +1 -1
- package/components/radioButton/RadioGroup.vue.js +4 -3
- package/components/radioButton/RadioGroup.vue2.js +1 -1
- package/components/search/v3/Search.vue.js +5 -4
- package/components/search/v3/Search.vue2.js +1 -1
- package/components/search/v4/SearchV4.vue.js +4 -3
- package/components/search/v4/SearchV4.vue2.js +1 -1
- package/components/shared/FieldHelpText.vue.js +5 -4
- package/components/shared/FieldHelpText.vue2.js +1 -1
- package/components/shared/FieldLabel.vue.js +3 -2
- package/components/shared/FieldLabel.vue2.js +4 -3
- package/components/skeleton/Skeleton.vue.js +5 -4
- package/components/skeleton/Skeleton.vue2.js +1 -1
- package/components/snackbar/Snackbar.vue.js +4 -3
- package/components/snackbar/Snackbar.vue2.js +23 -22
- package/components/switch/v3/Switch.vue.js +4 -3
- package/components/switch/v3/Switch.vue2.js +1 -1
- package/components/switch/v4/SwitchV4.vue.js +0 -6
- package/components/table/SortOrderIcon.vue2.js +0 -0
- package/components/table/Table.vue.js +4 -3
- package/components/table/Table.vue2.js +62 -59
- package/components/table/TableHeaderSorter.vue.js +5 -4
- package/components/table/TableHeaderSorter.vue2.js +1 -1
- package/components/table-cells/Editable.vue.js +3 -2
- package/components/table-cells/Editable.vue2.js +1 -1
- package/components/tabs/Tabs.vue.js +5 -4
- package/components/tabs/Tabs.vue2.js +4 -3
- package/components/textArea/TextArea.vue.js +5 -4
- package/components/textArea/TextArea.vue2.js +3 -2
- package/components/toggle/Toggle.vue.js +4 -3
- package/components/toggle/Toggle.vue2.js +4 -3
- package/components/tooltip/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/TextWithTitleContent.vue2.js +44 -4
- package/components/tooltip/Tooltip.vue.js +4 -3
- package/components/tooltip/Tooltip.vue2.js +5 -0
- package/components/tooltip/index.js +2 -1
- package/components/typography/Heading.vue.js +5 -4
- package/components/typography/{Heading.vue3.js → Heading.vue2.js} +1 -1
- package/components/typography/Text.vue.js +4 -3
- package/components/typography/Text.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +3 -2
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/package.json +2 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_981897ea_lang.css +0 -1
- package/Checkbox.vue_vue_type_style_index_0_scoped_03174f1a_lang.css +0 -1
- package/components/button/common/ButtonBase.vue3.js +0 -53
- package/components/popover/Popover.vue3.js +0 -4
- package/components/tooltip/TextWithTitleContent.vue3.js +0 -45
- package/components/tooltip/Tooltip.vue3.js +0 -4
- /package/{styles/v4 → v4}/border-radius.css +0 -0
- /package/{styles/v4 → v4}/breakpoints.scss +0 -0
- /package/{styles/v4 → v4}/colors.css +0 -0
- /package/{styles/v4 → v4}/elevations.css +0 -0
- /package/{styles/v4 → v4}/fonts.css +0 -0
- /package/{styles/v4 → v4}/fonts.css.map +0 -0
- /package/{styles/v4 → v4}/fonts.scss +0 -0
- /package/{styles/v4 → v4}/grid.css +0 -0
- /package/{styles/v4 → v4}/grid.css.map +0 -0
- /package/{styles/v4 → v4}/grid.scss +0 -0
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { defineComponent as p, computed as l, openBlock as s, createElementBlock as i, mergeProps as z, renderSlot as n, createVNode as a, unref as o, withCtx as d, createCommentVNode as m } from "vue";
|
|
2
|
-
/* empty css */import h from "../../typography/Text.vue.js";
|
|
3
|
-
import B from "../../icon/Icon.vue.js";
|
|
4
|
-
import { sizeToFont as y } from "../consts.js";
|
|
5
|
-
import x from "../icon/LoaderDotsIcon.vue.js";
|
|
6
|
-
const k = { key: 0 }, W = /* @__PURE__ */ p({
|
|
7
|
-
__name: "ButtonBase",
|
|
8
|
-
props: {
|
|
9
|
-
size: { default: "md" },
|
|
10
|
-
variant: { default: "solid" },
|
|
11
|
-
theme: { default: "primary" },
|
|
12
|
-
loading: { type: Boolean, default: !1 },
|
|
13
|
-
isTruncated: { type: Boolean },
|
|
14
|
-
strong: { type: Boolean, default: !0 }
|
|
15
|
-
},
|
|
16
|
-
setup(e) {
|
|
17
|
-
const r = e, u = 32, c = 24, f = l(
|
|
18
|
-
() => r.size === "lg" ? u + "px" : c + "px"
|
|
19
|
-
), g = l(() => y[r.size]);
|
|
20
|
-
return (t, I) => (s(), i("button", z({
|
|
21
|
-
class: [[e.size, e.theme, e.variant, { loading: e.loading }], "button-wrap"]
|
|
22
|
-
}, t.$attrs), [
|
|
23
|
-
e.loading ? m("", !0) : (s(), i("span", k, [
|
|
24
|
-
n(t.$slots, "content", {}, () => [
|
|
25
|
-
a(o(h), {
|
|
26
|
-
size: o(g),
|
|
27
|
-
strong: e.strong,
|
|
28
|
-
class: "content"
|
|
29
|
-
}, {
|
|
30
|
-
default: d(() => [
|
|
31
|
-
n(t.$slots, "default", {}, void 0, !0)
|
|
32
|
-
]),
|
|
33
|
-
_: 3
|
|
34
|
-
}, 8, ["size", "strong"])
|
|
35
|
-
], !0)
|
|
36
|
-
])),
|
|
37
|
-
e.loading ? n(t.$slots, "loader", { key: 1 }, () => [
|
|
38
|
-
a(o(B), {
|
|
39
|
-
"font-size": o(f),
|
|
40
|
-
class: "loading"
|
|
41
|
-
}, {
|
|
42
|
-
default: d(() => [
|
|
43
|
-
a(x)
|
|
44
|
-
]),
|
|
45
|
-
_: 1
|
|
46
|
-
}, 8, ["font-size"])
|
|
47
|
-
], !0) : m("", !0)
|
|
48
|
-
], 16));
|
|
49
|
-
}
|
|
50
|
-
});
|
|
51
|
-
export {
|
|
52
|
-
W as default
|
|
53
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { defineComponent as l, openBlock as f, createElementBlock as m, createElementVNode as o, createVNode as n, unref as t, withCtx as d, createTextVNode as i, toDisplayString as r } from "vue";
|
|
2
|
-
import { TooltipTestIdModifiers as a } from "../../testids/index.js";
|
|
3
|
-
/* empty css */import c from "../typography/Text.vue.js";
|
|
4
|
-
const u = { class: "content-wrap" }, p = { class: "content-header" }, T = { class: "content-body" }, g = /* @__PURE__ */ l({
|
|
5
|
-
__name: "TextWithTitleContent",
|
|
6
|
-
props: {
|
|
7
|
-
text: null,
|
|
8
|
-
header: null,
|
|
9
|
-
testId: { default: "" }
|
|
10
|
-
},
|
|
11
|
-
setup(e) {
|
|
12
|
-
const s = e;
|
|
13
|
-
return (_, h) => (f(), m("div", u, [
|
|
14
|
-
o("div", p, [
|
|
15
|
-
n(t(c), {
|
|
16
|
-
size: "md",
|
|
17
|
-
"is-truncated": !1,
|
|
18
|
-
strong: "",
|
|
19
|
-
"test-id": `${s.testId}-${t(a).TEXT}`
|
|
20
|
-
}, {
|
|
21
|
-
default: d(() => [
|
|
22
|
-
i(r(e.header), 1)
|
|
23
|
-
]),
|
|
24
|
-
_: 1
|
|
25
|
-
}, 8, ["test-id"])
|
|
26
|
-
]),
|
|
27
|
-
o("div", T, [
|
|
28
|
-
n(t(c), {
|
|
29
|
-
size: "xs",
|
|
30
|
-
"is-truncated": !1,
|
|
31
|
-
strong: "",
|
|
32
|
-
"test-id": `${s.testId}-${t(a).TEXT}`
|
|
33
|
-
}, {
|
|
34
|
-
default: d(() => [
|
|
35
|
-
i(r(e.text), 1)
|
|
36
|
-
]),
|
|
37
|
-
_: 1
|
|
38
|
-
}, 8, ["test-id"])
|
|
39
|
-
])
|
|
40
|
-
]));
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
export {
|
|
44
|
-
g as default
|
|
45
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|