@ironsource/shared-ui 1.4.3-rc.4 → 1.4.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/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
- package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
- package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
- package/README.md +36 -21
- package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Table.vue_vue_type_style_index_1_lang.css +1 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/components/appTrigger/AppTrigger.vue.js +3 -3
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +1 -2
- package/components/button/{common/ButtonSuper.vue.js → Button.vue.js} +7 -7
- package/components/button/{common/ButtonBase.vue.d.ts → ButtonBase.vue.d.ts} +9 -9
- package/components/button/{common/ButtonBase.vue.js → ButtonBase.vue.js} +8 -8
- package/components/button/{v3/IconButton.vue.js → IconButton.vue.js} +7 -7
- package/components/button/{v3/ScrollButton.vue.js → ScrollButton.vue.js} +6 -6
- package/components/button/index.d.ts +126 -0
- package/components/checkbox/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/index.d.ts +9 -9
- package/components/chip/{v3/Chip.vue.js → Chip.vue.js} +5 -5
- package/components/dateRange/CalendarMonth.vue.js +3 -3
- package/components/dateRange/DateRange.vue.js +4 -4
- package/components/dateRange/consts.d.ts +5 -0
- package/components/dateRange/consts.vue.js +8 -0
- package/components/dateRange/index.d.ts +3 -3
- package/components/dialog/Dialog.vue.d.ts +1 -1
- package/components/dialog/Dialog.vue.js +6 -7
- package/components/dialog/index.d.ts +11 -11
- package/components/dropdown/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/Dropdown.vue.js +5 -5
- package/components/dropdown/SearchInput.vue.js +5 -6
- package/components/dropdown/index.d.ts +16 -16
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +4 -4
- package/components/emptyState/index.d.ts +14 -14
- package/components/filterDropdown/AddFilterButton.vue.js +2 -2
- package/components/filterDropdown/FilterDropdown.vue.js +1 -2
- package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
- package/components/floatingToolbar/FloatingToolbar.vue.js +5 -6
- package/components/icon/Icon.vue.js +2 -0
- package/components/icon/icons/Hammer.vue.d.ts +2 -0
- package/components/icon/icons/Hammer.vue.js +26 -0
- package/components/icon/icons/TableEdit.vue.d.ts +2 -0
- package/components/icon/icons/TableEdit.vue.js +24 -0
- package/components/icon/icons/index.d.ts +6 -0
- package/components/icon/icons/index.vue.js +6 -0
- package/components/icon/index.d.ts +6 -0
- package/components/includeExclude/IncludeExclude.vue.js +5 -5
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -4
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +8 -6
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +125 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +610 -0
- package/components/{chip/v4/ChipV4.vue.d.ts → includeExclude/IncludeExcludeOptionDraggable.vue.d.ts} +18 -23
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +126 -0
- package/components/includeExclude/includeExcludeMocks.d.ts +12 -0
- package/components/includeExclude/index.d.ts +228 -7
- package/components/includeExclude/index.vue.js +6 -0
- package/components/input/Input.vue.d.ts +2 -2
- package/components/input/Input.vue.js +3 -3
- package/components/input/index.d.ts +16 -16
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +5 -5
- package/components/snackbar/Snackbar.vue.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.js +5 -6
- package/components/switch/{v3/Switch.vue.js → Switch.vue.js} +5 -5
- package/components/table/Table.types.d.ts +1 -0
- package/components/table/Table.vue.d.ts +13 -0
- package/components/table/Table.vue.js +34 -12
- package/components/table/index.d.ts +25 -0
- package/components/table-cells/Editable.vue.js +1 -1
- package/components/tooltip/Tooltip.vue.d.ts +1 -1
- package/components/tooltip/index.d.ts +5 -5
- package/components/typography/index.d.ts +9 -9
- package/index.d.ts +3 -429
- package/index.vue.js +11 -18
- package/package.json +13 -21
- package/styleguide.scss +78 -77
- package/ButtonBase.vue_vue_type_style_index_1_scoped_true_lang.css +0 -1
- package/ButtonSuper.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/components/ThemeWrapper/ThemeStrore.d.ts +0 -4
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +0 -15
- package/components/button/common/ButtonSuper.vue.d.ts +0 -42
- package/components/button/v3/Button.vue.js +0 -40
- package/components/button/v3/index.d.ts +0 -126
- package/components/button/v4/ButtonV4.vue.d.ts +0 -52
- package/components/button/v4/ButtonV4.vue.js +0 -44
- package/components/button/v4/index.d.ts +0 -72
- package/components/button/v4/index.vue.js +0 -6
- package/components/chip/v4/ChipV4.vue.js +0 -76
- package/components/chip/v4/index.d.ts +0 -63
- package/components/chip/v4/index.vue.js +0 -6
- package/components/switch/v4/SwitchV4.vue.d.ts +0 -37
- package/components/switch/v4/SwitchV4.vue.js +0 -87
- package/components/switch/v4/index.d.ts +0 -46
- package/components/switch/v4/index.vue.js +0 -6
- /package/components/button/{v3/Button.vue.d.ts → Button.vue.d.ts} +0 -0
- /package/components/button/{v3/IconButton.vue.d.ts → IconButton.vue.d.ts} +0 -0
- /package/components/button/{v3/ScrollButton.vue.d.ts → ScrollButton.vue.d.ts} +0 -0
- /package/components/button/{v3/index.vue.js → index.vue.js} +0 -0
- /package/components/chip/{v3/Chip.vue.d.ts → Chip.vue.d.ts} +0 -0
- /package/components/chip/{v3/index.d.ts → index.d.ts} +0 -0
- /package/components/chip/{v3/index.vue.js → index.vue.js} +0 -0
- /package/components/switch/{v3/Switch.vue.d.ts → Switch.vue.d.ts} +0 -0
- /package/components/switch/{v3/index.d.ts → index.d.ts} +0 -0
- /package/components/switch/{v3/index.vue.js → index.vue.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
.label[data-v-6b2024eb]{color:#41454d}.loader[data-v-6b2024eb]{width:10px;height:10px;border:1.2px solid #
|
|
1
|
+
.label[data-v-6b2024eb]{color:#41454d}.loader[data-v-6b2024eb]{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-6b2024eb 1s linear infinite}.loader.loader-active[data-v-6b2024eb]{border:1.2px solid var(--189a2944);border-bottom-color:transparent}@keyframes rotation-6b2024eb{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toggle-body[data-v-6b2024eb]{background-color:#d2d5d8;border-radius:100px;width:1.75rem;height:1rem;position:relative;cursor:pointer;display:inline-block}.toggle-body.toggle-disabled[data-v-6b2024eb]{cursor:default;background-color:#d2d5d8b3}.toggle-body.toggle-active.toggle-disabled[data-v-6b2024eb]{background-color:var(--189a2944);opacity:.7}.toggle-head[data-v-6b2024eb]{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-6b2024eb]{background-color:var(--189a2944)}.toggle-active .toggle-head[data-v-6b2024eb]{transform:translate(.75rem)}.checkbox[data-v-6b2024eb]{display:none}.item-text[data-v-6b2024eb]{display:inline-block;padding-left:.5rem;line-height:1rem;color:#53575b}.item-text.text-disabled[data-v-6b2024eb]{color:#8e959d}.helper-text[data-v-6b2024eb]{display:block;color:#696a6b;padding-top:.375rem}.error-text[data-v-6b2024eb]{display:block;color:#da564f;padding-top:.375rem}.error-and-help[data-v-6b2024eb]{padding-top:0}.toggle-wrap[data-v-6b2024eb]{height:1rem}
|
|
@@ -4,9 +4,9 @@ import Icon from '../icon/Icon.vue.js';
|
|
|
4
4
|
import { AppTriggerTestIdModifiers } from '../../testids/index.vue.js';
|
|
5
5
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
6
6
|
import Text from '../typography/Text.vue.js';
|
|
7
|
-
/* empty css
|
|
7
|
+
/* empty css *//* empty css */import IconButton from '../button/IconButton.vue.js';
|
|
8
8
|
import _sfc_main$1 from '../tooltip/Tooltip.vue.js';
|
|
9
|
-
/* empty css
|
|
9
|
+
/* empty css *//* empty css */
|
|
10
10
|
import "../../AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
11
11
|
const _hoisted_1 = ["data-testid"];
|
|
12
12
|
const _hoisted_2 = { class: "app-trigger__left-image" };
|
|
@@ -193,6 +193,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
193
193
|
};
|
|
194
194
|
}
|
|
195
195
|
});
|
|
196
|
-
var AppTrigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
196
|
+
var AppTrigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-180b1bc2"]]);
|
|
197
197
|
|
|
198
198
|
export { AppTrigger as default };
|
|
@@ -2,8 +2,7 @@ import { defineComponent, ref, computed, watch, nextTick, openBlock, createBlock
|
|
|
2
2
|
import Dropdown from '../dropdown/Dropdown.vue.js';
|
|
3
3
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
4
|
/* empty css *//* empty css *//* empty css */import '@vue/shared';
|
|
5
|
-
/* empty css *//* empty css *//* empty css
|
|
6
|
-
/* empty css *//* empty css *//* empty css */import GroupOption from './GroupOption.vue.js';
|
|
5
|
+
/* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import GroupOption from './GroupOption.vue.js';
|
|
7
6
|
import AutocompleteInput from './AutocompleteInput.vue.js';
|
|
8
7
|
import { DEFAULT_PLACEHOLDER, GROUP_OPTION_FLAG } from './consts.vue.js';
|
|
9
8
|
import { useKeyboardNavigation } from './useKeyboardNavigation.vue.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, mergeProps, createSlots, withCtx, createElementVNode, normalizeClass, unref, createCommentVNode, renderSlot } from 'vue';
|
|
2
|
-
import Icon from '
|
|
2
|
+
import Icon from '../icon/Icon.vue.js';
|
|
3
3
|
import ButtonBase from './ButtonBase.vue.js';
|
|
4
|
-
import { iconSizeMap } from '
|
|
5
|
-
/* empty css
|
|
4
|
+
import { iconSizeMap } from './consts.vue.js';
|
|
5
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
import "../../Button.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
|
-
__name: "
|
|
9
|
+
__name: "Button",
|
|
10
10
|
props: {
|
|
11
11
|
leftIconName: { default: null },
|
|
12
12
|
rightIconName: { default: null },
|
|
@@ -60,6 +60,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
62
|
});
|
|
63
|
-
var
|
|
63
|
+
var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-195cffac"]]);
|
|
64
64
|
|
|
65
|
-
export {
|
|
65
|
+
export { Button as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
size?: 'xs' | 'sm' | 'md' | 'lg'
|
|
3
|
-
variant?: 'solid' | 'border' | 'borderless' | 'ghost' | 'link' | 'colorized'
|
|
4
|
-
theme?: '
|
|
2
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
3
|
+
variant?: 'solid' | 'border' | 'borderless' | 'ghost' | 'link' | 'colorized';
|
|
4
|
+
theme?: 'primary' | 'secondary' | 'third' | 'danger';
|
|
5
5
|
loading?: boolean;
|
|
6
6
|
isTruncated?: boolean;
|
|
7
7
|
strong?: boolean;
|
|
@@ -12,9 +12,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
12
12
|
loading: boolean;
|
|
13
13
|
strong: boolean;
|
|
14
14
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
-
size?: 'xs' | 'sm' | 'md' | 'lg'
|
|
16
|
-
variant?: 'solid' | 'border' | 'borderless' | 'ghost' | 'link' | 'colorized'
|
|
17
|
-
theme?: '
|
|
15
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
16
|
+
variant?: 'solid' | 'border' | 'borderless' | 'ghost' | 'link' | 'colorized';
|
|
17
|
+
theme?: 'primary' | 'secondary' | 'third' | 'danger';
|
|
18
18
|
loading?: boolean;
|
|
19
19
|
isTruncated?: boolean;
|
|
20
20
|
strong?: boolean;
|
|
@@ -25,10 +25,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
25
25
|
loading: boolean;
|
|
26
26
|
strong: boolean;
|
|
27
27
|
}>>>, {
|
|
28
|
+
size: 'xs' | 'sm' | 'md' | 'lg';
|
|
28
29
|
strong: boolean;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
variant: 'solid' | 'border' | 'borderless' | 'ghost' | 'link' | 'colorized' | 'contained' | 'outlined' | 'text';
|
|
30
|
+
variant: 'solid' | 'border' | 'borderless' | 'ghost' | 'link' | 'colorized';
|
|
31
|
+
theme: 'primary' | 'secondary' | 'third' | 'danger';
|
|
32
32
|
loading: boolean;
|
|
33
33
|
}>;
|
|
34
34
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, mergeProps, renderSlot, createVNode, unref, withCtx, createCommentVNode } from 'vue';
|
|
2
|
-
/* empty css
|
|
3
|
-
import Text from '
|
|
4
|
-
import Icon from '
|
|
5
|
-
import { sizeToFont } from '
|
|
6
|
-
import LoaderDotsIcon from '
|
|
7
|
-
/* empty css
|
|
8
|
-
|
|
2
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
3
|
+
import Text from '../typography/Text.vue.js';
|
|
4
|
+
import Icon from '../icon/Icon.vue.js';
|
|
5
|
+
import { sizeToFont } from './consts.vue.js';
|
|
6
|
+
import LoaderDotsIcon from './icon/LoaderDotsIcon.vue.js';
|
|
7
|
+
/* empty css */
|
|
8
|
+
import "../../ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
9
9
|
const _hoisted_1 = { key: 0 };
|
|
10
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
11
|
__name: "ButtonBase",
|
|
@@ -58,6 +58,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
|
-
var ButtonBase = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
61
|
+
var ButtonBase = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2650dac1"]]);
|
|
62
62
|
|
|
63
63
|
export { ButtonBase as default };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, mergeProps, withCtx, createElementVNode, normalizeClass, renderSlot, createVNode, unref } from 'vue';
|
|
2
|
-
import Icon from '
|
|
3
|
-
import ButtonBase from '
|
|
4
|
-
import { loaderSizeMap } from '
|
|
5
|
-
import LoaderCircleIcon from '
|
|
6
|
-
/* empty css */import _export_sfc from '
|
|
2
|
+
import Icon from '../icon/Icon.vue.js';
|
|
3
|
+
import ButtonBase from './ButtonBase.vue.js';
|
|
4
|
+
import { loaderSizeMap } from './consts.vue.js';
|
|
5
|
+
import LoaderCircleIcon from './icon/LoaderCircleIcon.vue.js';
|
|
6
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
7
7
|
|
|
8
|
-
import "
|
|
8
|
+
import "../../IconButton.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
10
|
__name: "IconButton",
|
|
11
11
|
props: {
|
|
@@ -46,6 +46,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
48
|
});
|
|
49
|
-
var IconButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
49
|
+
var IconButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1d38d347"]]);
|
|
50
50
|
|
|
51
51
|
export { IconButton as default };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, unref, normalizeClass, withCtx, createVNode, createCommentVNode } from 'vue';
|
|
2
|
-
import Icon from '
|
|
3
|
-
/* empty css
|
|
4
|
-
/* empty css
|
|
5
|
-
import _sfc_main$1 from '
|
|
2
|
+
import Icon from '../icon/Icon.vue.js';
|
|
3
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
|
+
/* empty css *//* empty css *//* empty css */import IconButton from './IconButton.vue.js';
|
|
5
|
+
import _sfc_main$1 from '../tooltip/Tooltip.vue.js';
|
|
6
6
|
/* empty css */
|
|
7
|
-
import "
|
|
7
|
+
import "../../ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "ScrollButton",
|
|
10
10
|
props: {
|
|
@@ -43,6 +43,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
});
|
|
46
|
-
var ScrollButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
46
|
+
var ScrollButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1a43437e"]]);
|
|
47
47
|
|
|
48
48
|
export { ScrollButton as default };
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import Button from './Button.vue';
|
|
2
|
+
import IconButton from './IconButton.vue';
|
|
3
|
+
import ScrollButton from './ScrollButton.vue';
|
|
4
|
+
declare const ButtonTypes: () => (import("vue").DefineComponent<{
|
|
5
|
+
size: {
|
|
6
|
+
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
7
|
+
} & {
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
testId: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
} & {
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
leftIconName: {
|
|
16
|
+
type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
|
|
17
|
+
} & {
|
|
18
|
+
default: any;
|
|
19
|
+
};
|
|
20
|
+
rightIconName: {
|
|
21
|
+
type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
|
|
22
|
+
} & {
|
|
23
|
+
default: any;
|
|
24
|
+
};
|
|
25
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
size: {
|
|
27
|
+
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
28
|
+
} & {
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
testId: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
} & {
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
leftIconName: {
|
|
37
|
+
type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
|
|
38
|
+
} & {
|
|
39
|
+
default: any;
|
|
40
|
+
};
|
|
41
|
+
rightIconName: {
|
|
42
|
+
type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
|
|
43
|
+
} & {
|
|
44
|
+
default: any;
|
|
45
|
+
};
|
|
46
|
+
}>>, {
|
|
47
|
+
size: "md" | "sm" | "lg";
|
|
48
|
+
testId: string;
|
|
49
|
+
leftIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
|
|
50
|
+
rightIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
|
|
51
|
+
}> | import("vue").DefineComponent<{
|
|
52
|
+
size: {
|
|
53
|
+
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
54
|
+
} & {
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
variant: {
|
|
58
|
+
type: import("vue").PropType<"link" | "solid" | "border" | "borderless" | "ghost" | "colorized">;
|
|
59
|
+
} & {
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
+
size: {
|
|
64
|
+
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
65
|
+
} & {
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
variant: {
|
|
69
|
+
type: import("vue").PropType<"link" | "solid" | "border" | "borderless" | "ghost" | "colorized">;
|
|
70
|
+
} & {
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
}>>, {
|
|
74
|
+
size: "md" | "sm" | "lg";
|
|
75
|
+
variant: "link" | "solid" | "border" | "borderless" | "ghost" | "colorized";
|
|
76
|
+
}> | import("vue").DefineComponent<{
|
|
77
|
+
show: {
|
|
78
|
+
type: import("vue").PropType<boolean>;
|
|
79
|
+
} & {
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
iconName: {
|
|
83
|
+
type: import("vue").PropType<string>;
|
|
84
|
+
} & {
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
tooltipText: {
|
|
88
|
+
type: import("vue").PropType<string>;
|
|
89
|
+
} & {
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
position: {
|
|
93
|
+
type: import("vue").PropType<"bottom-right" | "bottom-left" | "top-right" | "top-left">;
|
|
94
|
+
} & {
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scrolled"[], "scrolled", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
|
+
show: {
|
|
99
|
+
type: import("vue").PropType<boolean>;
|
|
100
|
+
} & {
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
iconName: {
|
|
104
|
+
type: import("vue").PropType<string>;
|
|
105
|
+
} & {
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
tooltipText: {
|
|
109
|
+
type: import("vue").PropType<string>;
|
|
110
|
+
} & {
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
position: {
|
|
114
|
+
type: import("vue").PropType<"bottom-right" | "bottom-left" | "top-right" | "top-left">;
|
|
115
|
+
} & {
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
}>> & {
|
|
119
|
+
onScrolled?: (...args: any[]) => any;
|
|
120
|
+
}, {
|
|
121
|
+
show: boolean;
|
|
122
|
+
iconName: string;
|
|
123
|
+
tooltipText: string;
|
|
124
|
+
position: "bottom-right" | "bottom-left" | "top-right" | "top-left";
|
|
125
|
+
}>)[];
|
|
126
|
+
export { Button, IconButton, ScrollButton, ButtonTypes };
|
|
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
28
28
|
onClick?: (event: MouseEvent) => any;
|
|
29
29
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
30
30
|
}, {
|
|
31
|
-
label: string;
|
|
32
31
|
size: 'sm' | 'md' | 'lg';
|
|
32
|
+
label: string;
|
|
33
33
|
testId: string;
|
|
34
34
|
}>;
|
|
35
35
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
2
|
-
|
|
3
|
-
type: import("vue").PropType<
|
|
2
|
+
size: {
|
|
3
|
+
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
4
4
|
} & {
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
type: import("vue").PropType<
|
|
7
|
+
label: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
9
|
} & {
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
@@ -29,13 +29,13 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
|
29
29
|
} & {
|
|
30
30
|
click: (event: MouseEvent) => void;
|
|
31
31
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
-
|
|
33
|
-
type: import("vue").PropType<
|
|
32
|
+
size: {
|
|
33
|
+
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
34
34
|
} & {
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
|
-
|
|
38
|
-
type: import("vue").PropType<
|
|
37
|
+
label: {
|
|
38
|
+
type: import("vue").PropType<string>;
|
|
39
39
|
} & {
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
@@ -58,8 +58,8 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
|
58
58
|
onClick?: (event: MouseEvent) => any;
|
|
59
59
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
60
60
|
}, {
|
|
61
|
-
label: string;
|
|
62
61
|
size: "md" | "sm" | "lg";
|
|
62
|
+
label: string;
|
|
63
63
|
testId: string;
|
|
64
64
|
}>[];
|
|
65
65
|
export { default as Checkbox } from './Checkbox.vue';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode, createElementVNode, toDisplayString, createVNode } from 'vue';
|
|
2
|
-
import Icon from '
|
|
3
|
-
import { ChipTestIdModifiers } from '
|
|
4
|
-
/* empty css */import _export_sfc from '
|
|
2
|
+
import Icon from '../icon/Icon.vue.js';
|
|
3
|
+
import { ChipTestIdModifiers } from '../../testids/index.vue.js';
|
|
4
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
5
5
|
|
|
6
|
-
import "
|
|
6
|
+
import "../../Chip.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
7
7
|
const _hoisted_1 = ["disabled", "data-testid"];
|
|
8
8
|
const _hoisted_2 = {
|
|
9
9
|
key: 0,
|
|
@@ -64,6 +64,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
64
64
|
};
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
|
-
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
67
|
+
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5d0f8d76"]]);
|
|
68
68
|
|
|
69
69
|
export { Chip as default };
|
|
@@ -5,10 +5,10 @@ import Heading from '../typography/Heading.vue.js';
|
|
|
5
5
|
import Text from '../typography/Text.vue.js';
|
|
6
6
|
import Icon from '../icon/Icon.vue.js';
|
|
7
7
|
import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
8
|
-
/* empty css
|
|
8
|
+
/* empty css *//* empty css */import IconButton from '../button/IconButton.vue.js';
|
|
9
9
|
import { CalendarMonthTestIdModifiers } from '../../testids/index.vue.js';
|
|
10
10
|
/* empty css */import 'floating-vue';
|
|
11
|
-
/* empty css *//* empty css
|
|
11
|
+
/* empty css *//* empty css */import { isBefore, isAfter, isSameDay } from 'date-fns';
|
|
12
12
|
import AngleLeft from '../icon/icons/AngleLeft.vue.js';
|
|
13
13
|
import AngleRight from '../icon/icons/AngleRight.vue.js';
|
|
14
14
|
/* empty css */
|
|
@@ -331,6 +331,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
331
331
|
};
|
|
332
332
|
}
|
|
333
333
|
});
|
|
334
|
-
var CalendarMonth = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
334
|
+
var CalendarMonth = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-aeb1d6d4"]]);
|
|
335
335
|
|
|
336
336
|
export { CalendarMonth as default };
|
|
@@ -4,12 +4,12 @@ import { useToggle } from '../../composables/useToggle.vue.js';
|
|
|
4
4
|
import CalendarMonth from './CalendarMonth.vue.js';
|
|
5
5
|
import dateServices from './DateServices.vue.js';
|
|
6
6
|
import { typeToName, messagePerType, presetsList, formatError, mandatoryValuesError, navigatePrev, navigateNext } from './consts.vue.js';
|
|
7
|
-
import Button from '../button/
|
|
7
|
+
import Button from '../button/Button.vue.js';
|
|
8
8
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
9
9
|
import { DateRangeTestIdModifiers } from '../../testids/index.vue.js';
|
|
10
10
|
/* empty css */import Text from '../typography/Text.vue.js';
|
|
11
|
-
/* empty css
|
|
12
|
-
/* empty css *//* empty css
|
|
11
|
+
/* empty css *//* empty css *//* empty css */import 'floating-vue';
|
|
12
|
+
/* empty css *//* empty css */import { min, addDays, format } from 'date-fns';
|
|
13
13
|
/* empty css */
|
|
14
14
|
import "../../DateRange.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
15
15
|
const _hoisted_1 = ["id", "data-testid"];
|
|
@@ -664,6 +664,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
664
664
|
};
|
|
665
665
|
}
|
|
666
666
|
});
|
|
667
|
-
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
667
|
+
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b7430f6a"]]);
|
|
668
668
|
|
|
669
669
|
export { DateRange as default };
|
|
@@ -52,6 +52,14 @@ const presetsList = {
|
|
|
52
52
|
{ name: "Last Month", id: "lastMonth", numid: 6 },
|
|
53
53
|
{ name: "Last 30 Days", id: "last30days", numid: 7 }
|
|
54
54
|
],
|
|
55
|
+
dateWithoutLastMonth: [
|
|
56
|
+
{ name: "Today", id: "today", numid: 1 },
|
|
57
|
+
{ name: "Yesterday", id: "yesterday", numid: 2 },
|
|
58
|
+
{ name: "Last 7 Days", id: "last7days", numid: 3 },
|
|
59
|
+
{ name: "Last 14 Days", id: "last14days", numid: 4 },
|
|
60
|
+
{ name: "Last 30 Days", id: "last30days", numid: 5 },
|
|
61
|
+
{ name: "This Month", id: "thisMonth", numid: 6 }
|
|
62
|
+
],
|
|
55
63
|
week: [
|
|
56
64
|
{ name: "Last 4 Weeks", id: "last4weeks", numid: 1 },
|
|
57
65
|
{ name: "Last 12 Weeks", id: "last12weeks", numid: 2 },
|
|
@@ -47,7 +47,7 @@ declare const DateRangeTypes: () => import("vue").DefineComponent<{
|
|
|
47
47
|
default: any;
|
|
48
48
|
};
|
|
49
49
|
datePresetList: {
|
|
50
|
-
type: import("vue").PropType<"month" | "date" | "week" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday">;
|
|
50
|
+
type: import("vue").PropType<"month" | "date" | "week" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
51
51
|
} & {
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
@@ -128,7 +128,7 @@ declare const DateRangeTypes: () => import("vue").DefineComponent<{
|
|
|
128
128
|
default: any;
|
|
129
129
|
};
|
|
130
130
|
datePresetList: {
|
|
131
|
-
type: import("vue").PropType<"month" | "date" | "week" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday">;
|
|
131
|
+
type: import("vue").PropType<"month" | "date" | "week" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
132
132
|
} & {
|
|
133
133
|
default: string;
|
|
134
134
|
};
|
|
@@ -176,7 +176,7 @@ declare const DateRangeTypes: () => import("vue").DefineComponent<{
|
|
|
176
176
|
dateFormat: string;
|
|
177
177
|
types: ("month" | "date" | "week")[];
|
|
178
178
|
maxDaysInRange: number;
|
|
179
|
-
datePresetList: "month" | "date" | "week" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday";
|
|
179
|
+
datePresetList: "month" | "date" | "week" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
180
180
|
regex: RegExp;
|
|
181
181
|
initialType: "month" | "date" | "week";
|
|
182
182
|
openOnTop: boolean;
|
|
@@ -72,7 +72,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
72
72
|
onClose?: (reason: Reason) => any;
|
|
73
73
|
onOpen?: () => any;
|
|
74
74
|
}, {
|
|
75
|
-
themeClass: string;
|
|
76
75
|
title: string;
|
|
77
76
|
testId: string;
|
|
78
77
|
content: string;
|
|
@@ -86,6 +85,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
86
85
|
showCloseButton: boolean;
|
|
87
86
|
escapeToClose: boolean;
|
|
88
87
|
beforeClose: (show: () => void) => void;
|
|
88
|
+
themeClass: string;
|
|
89
89
|
}>;
|
|
90
90
|
export default _default;
|
|
91
91
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|