@ironsource/shared-ui 1.4.2-rc.2 → 1.4.2-rc.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
.label[data-v-
|
|
1
|
+
.label[data-v-27275176]{color:#41454d}.loader[data-v-27275176]{width:10px;height:10px;border:1.2px solid #D2D5D8;border-bottom-color:transparent;border-radius:100%;display:inline-block;box-sizing:border-box;animation:rotation-27275176 1s linear infinite}.loader.loader-active[data-v-27275176]{border:1.2px solid var(--7a6f4588);border-bottom-color:transparent}@keyframes rotation-27275176{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toggle-body[data-v-27275176]{background-color:#d2d5d8;border-radius:100px;width:1.75rem;height:1rem;position:relative;cursor:pointer;display:inline-block}.toggle-body.toggle-disabled[data-v-27275176]{cursor:default;background-color:#d2d5d8b3}.toggle-body.toggle-active.toggle-disabled[data-v-27275176]{background-color:var(--7a6f4588);opacity:.7}.toggle-head[data-v-27275176]{background-color:#fff;border-radius:100px;width:.75rem;height:.75rem;position:absolute;left:.125rem;top:.125rem;transition:transform .25s linear;display:flex;justify-content:center;align-items:center}.toggle-active.toggle-body[data-v-27275176]{background-color:var(--7a6f4588)}.toggle-active .toggle-head[data-v-27275176]{transform:translate(.75rem)}.checkbox[data-v-27275176]{display:none}.item-text[data-v-27275176]{display:inline-block;padding-left:.5rem;line-height:1rem;color:#53575b}.item-text.text-disabled[data-v-27275176]{color:#8e959d}.helper-text[data-v-27275176]{display:block;color:#696a6b;padding-top:.375rem}.error-text[data-v-27275176]{display:block;color:#da564f;padding-top:.375rem}.error-and-help[data-v-27275176]{padding-top:0}.toggle-wrap[data-v-27275176]{height:1rem}
|
|
@@ -5,6 +5,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
5
5
|
errorText?: string;
|
|
6
6
|
helperText?: string;
|
|
7
7
|
isDisabled?: boolean;
|
|
8
|
+
isLoading?: boolean;
|
|
8
9
|
color?: string;
|
|
9
10
|
}>, {
|
|
10
11
|
activeText: any;
|
|
@@ -12,6 +13,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
12
13
|
errorText: any;
|
|
13
14
|
helperText: any;
|
|
14
15
|
isDisabled: boolean;
|
|
16
|
+
isLoading: boolean;
|
|
15
17
|
color: string;
|
|
16
18
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
19
|
"update:modelValue": (value: boolean) => void;
|
|
@@ -22,6 +24,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
24
|
errorText?: string;
|
|
23
25
|
helperText?: string;
|
|
24
26
|
isDisabled?: boolean;
|
|
27
|
+
isLoading?: boolean;
|
|
25
28
|
color?: string;
|
|
26
29
|
}>, {
|
|
27
30
|
activeText: any;
|
|
@@ -29,12 +32,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
29
32
|
errorText: any;
|
|
30
33
|
helperText: any;
|
|
31
34
|
isDisabled: boolean;
|
|
35
|
+
isLoading: boolean;
|
|
32
36
|
color: string;
|
|
33
37
|
}>>> & {
|
|
34
38
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
35
39
|
}, {
|
|
36
40
|
helperText: string;
|
|
37
41
|
color: string;
|
|
42
|
+
isLoading: boolean;
|
|
38
43
|
errorText: string;
|
|
39
44
|
activeText: string;
|
|
40
45
|
inactiveText: string;
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import { defineComponent, useCssVars, openBlock, createElementBlock, createElementVNode, normalizeClass, createVNode, unref, withCtx, createTextVNode, toDisplayString, createBlock
|
|
1
|
+
import { defineComponent, useCssVars, openBlock, createElementBlock, createElementVNode, normalizeClass, createCommentVNode, createVNode, unref, withCtx, createTextVNode, toDisplayString, createBlock } from 'vue';
|
|
2
2
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
3
3
|
import Text from '../typography/Text.vue.js';
|
|
4
4
|
import { COLORS } from '../../consts/colors.vue.js';
|
|
5
5
|
/* empty css */
|
|
6
6
|
import "../../Toggle.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
7
|
-
const _withScopeId = (n) => (pushScopeId("data-v-6627e5c5"), n = n(), popScopeId(), n);
|
|
8
7
|
const _hoisted_1 = { class: "toggle-wrap" };
|
|
9
|
-
const _hoisted_2 =
|
|
10
|
-
const _hoisted_3 = [
|
|
11
|
-
_hoisted_2
|
|
12
|
-
];
|
|
13
|
-
const _hoisted_4 = ["disabled", "checked"];
|
|
8
|
+
const _hoisted_2 = { class: "toggle-head" };
|
|
9
|
+
const _hoisted_3 = ["disabled", "checked"];
|
|
14
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
15
11
|
__name: "Toggle",
|
|
16
12
|
props: {
|
|
@@ -20,13 +16,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
16
|
errorText: { default: void 0 },
|
|
21
17
|
helperText: { default: void 0 },
|
|
22
18
|
isDisabled: { type: Boolean, default: false },
|
|
19
|
+
isLoading: { type: Boolean, default: false },
|
|
23
20
|
color: { default: COLORS.PRIMARY_500 }
|
|
24
21
|
},
|
|
25
22
|
emits: ["update:modelValue"],
|
|
26
23
|
setup(__props, { emit }) {
|
|
27
24
|
const props = __props;
|
|
28
25
|
useCssVars((_ctx) => ({
|
|
29
|
-
"
|
|
26
|
+
"7a6f4588": __props.color
|
|
30
27
|
}));
|
|
31
28
|
const toggleValue = () => {
|
|
32
29
|
if (props.isDisabled)
|
|
@@ -39,13 +36,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
36
|
createElementVNode("div", {
|
|
40
37
|
class: normalizeClass(["toggle-body", { "toggle-active": __props.modelValue, "toggle-disabled": __props.isDisabled }]),
|
|
41
38
|
onClick: toggleValue
|
|
42
|
-
},
|
|
39
|
+
}, [
|
|
40
|
+
createElementVNode("div", _hoisted_2, [
|
|
41
|
+
__props.isLoading ? (openBlock(), createElementBlock("span", {
|
|
42
|
+
key: 0,
|
|
43
|
+
class: normalizeClass(["loader", {
|
|
44
|
+
"loader-active": __props.modelValue
|
|
45
|
+
}])
|
|
46
|
+
}, null, 2)) : createCommentVNode("", true)
|
|
47
|
+
])
|
|
48
|
+
], 2),
|
|
43
49
|
createElementVNode("input", {
|
|
44
50
|
type: "checkbox",
|
|
45
51
|
disabled: __props.isDisabled,
|
|
46
52
|
checked: __props.modelValue,
|
|
47
53
|
class: "checkbox"
|
|
48
|
-
}, null, 8,
|
|
54
|
+
}, null, 8, _hoisted_3),
|
|
49
55
|
createVNode(unref(Text), {
|
|
50
56
|
size: "sm",
|
|
51
57
|
"is-truncated": "",
|
|
@@ -83,6 +89,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
83
89
|
};
|
|
84
90
|
}
|
|
85
91
|
});
|
|
86
|
-
var Toggle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
92
|
+
var Toggle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-27275176"]]);
|
|
87
93
|
|
|
88
94
|
export { Toggle as default };
|
|
@@ -13,6 +13,11 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
|
|
|
13
13
|
} & {
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
+
isLoading: {
|
|
17
|
+
type: import("vue").PropType<boolean>;
|
|
18
|
+
} & {
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
16
21
|
errorText: {
|
|
17
22
|
type: import("vue").PropType<string>;
|
|
18
23
|
} & {
|
|
@@ -50,6 +55,11 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
|
|
|
50
55
|
} & {
|
|
51
56
|
default: string;
|
|
52
57
|
};
|
|
58
|
+
isLoading: {
|
|
59
|
+
type: import("vue").PropType<boolean>;
|
|
60
|
+
} & {
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
53
63
|
errorText: {
|
|
54
64
|
type: import("vue").PropType<string>;
|
|
55
65
|
} & {
|
|
@@ -75,6 +85,7 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
|
|
|
75
85
|
}, {
|
|
76
86
|
helperText: string;
|
|
77
87
|
color: string;
|
|
88
|
+
isLoading: boolean;
|
|
78
89
|
errorText: string;
|
|
79
90
|
activeText: string;
|
|
80
91
|
inactiveText: string;
|
package/index.vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './FloatingToolbar.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';
|