@ironsource/shared-ui 2.0.2-rc.4 → 2.0.2-rc.5
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
- package/SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_48311746_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/ThemeWrapper/index.d.ts +2 -2
- package/components/ThemeWrapper/index.js +4 -4
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/index.d.ts +20 -20
- package/components/banner/Banner.vue.d.ts +3 -3
- package/components/banner/index.d.ts +7 -7
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +3 -3
- package/components/button/v3/ScrollButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +23 -23
- package/components/button/v4/ButtonV4.vue.d.ts +12 -12
- package/components/button/v4/ButtonV4.vue.js +3 -3
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
- package/components/button/v4/index.d.ts +116 -116
- package/components/checkbox/v3/index.d.ts +12 -12
- package/components/checkbox/v4/index.d.ts +12 -12
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +20 -20
- package/components/dateRange/DateRange.vue.d.ts +1 -1
- package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/index.d.ts +20 -20
- package/components/dialog/v3/Dialog.vue.d.ts +2 -2
- package/components/dialog/v3/index.d.ts +25 -25
- package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
- package/components/dialog/v4/index.d.ts +25 -25
- package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
- package/components/dropdown/v3/Option.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +111 -111
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +22 -25
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +20 -22
- package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -6
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +17 -17
- package/components/dropdown/v4/index.d.ts +331 -331
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/index.d.ts +9 -9
- package/components/icon/v4/IconV4.vue.d.ts +3 -3
- package/components/icon/v4/index.d.ts +7 -7
- package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/index.d.ts +101 -101
- package/components/input/v3/Input.vue.d.ts +2 -2
- package/components/input/v3/index.d.ts +69 -69
- package/components/input/v4/TextField.vue.d.ts +2 -2
- package/components/input/v4/index.d.ts +53 -53
- package/components/layout/FoldableSection.vue.d.ts +1 -1
- package/components/layout/index.d.ts +21 -136
- package/components/layout/index.js +2 -4
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/index.d.ts +12 -12
- package/components/popover/Popover.vue.d.ts +5 -5
- package/components/popover/index.d.ts +58 -58
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
- package/components/radioButton/v3/index.d.ts +42 -42
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
- package/components/radioButton/v4/index.d.ts +42 -42
- package/components/search/v3/Search.vue.d.ts +2 -2
- package/components/search/v3/index.d.ts +16 -16
- package/components/search/v4/SearchV4.vue.d.ts +1 -4
- package/components/search/v4/SearchV4.vue.js +5 -5
- package/components/search/v4/SearchV4.vue2.js +14 -15
- package/components/search/v4/index.d.ts +9 -12
- package/components/shared/FieldHelpText.vue.d.ts +1 -1
- package/components/shared/FieldLabel.vue.d.ts +1 -1
- package/components/snackbar/common/snackbar.common.d.ts +1 -1
- package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +6 -7
- package/components/table/common/Table.common.js +31 -31
- package/components/table/v3/index.d.ts +16 -16
- package/components/table/v4/index.d.ts +16 -16
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
- package/components/tabs/v4/index.d.ts +20 -20
- package/components/textArea/TextArea.vue.d.ts +1 -1
- package/components/textArea/index.d.ts +9 -9
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
- package/components/toggle/v4/index.d.ts +34 -34
- package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
- package/components/tooltip/v3/index.d.ts +34 -34
- package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/tooltip/v4/index.d.ts +34 -34
- package/components/typography/Heading.vue.d.ts +1 -1
- package/components/typography/index.d.ts +20 -20
- package/composables/useStorage.js +9 -10
- package/index.d.ts +1650 -1848
- package/index.js +112 -118
- package/package.json +2 -10
- package/testids/index.d.ts +0 -8
- package/testids/index.js +11 -13
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_a64a46d0_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_38c0ed72_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_c38e97df_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_06dcfe6d_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_54a11bf8_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_d2743070_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_1330ea8b_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_58a19def_lang.css +0 -1
- package/components/appHeader/AppHeader.vue.d.ts +0 -49
- package/components/appHeader/AppHeader.vue.js +0 -7
- package/components/appHeader/AppHeader.vue2.js +0 -58
- package/components/appHeader/index.d.ts +0 -61
- package/components/appHeader/index.js +0 -6
- package/components/inlineCopy/InlineCopy.vue.d.ts +0 -39
- package/components/inlineCopy/InlineCopy.vue.js +0 -7
- package/components/inlineCopy/InlineCopy.vue2.js +0 -60
- package/components/inlineCopy/index.d.ts +0 -39
- package/components/inlineCopy/index.js +0 -6
- package/components/layout/FormRow.vue.d.ts +0 -46
- package/components/layout/FormRow.vue.js +0 -7
- package/components/layout/FormRow.vue2.js +0 -43
- package/mocks/optionsWithIcons.d.ts +0 -5
package/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import './CssBaseline.vue_vue_type_style_index_0_scoped_f7dd256b_lang.css';
|
|
2
|
-
import { AppTriggerTypes as
|
|
3
|
-
import { AutocompleteDropdownTypes as
|
|
4
|
-
import { MenuItemTypes as
|
|
5
|
-
import { MenuTypes as
|
|
6
|
-
import { AppIconTypes as
|
|
7
|
-
import { FloatingToolbarTypes as
|
|
8
|
-
import { IncludeExcludeTypes as
|
|
9
|
-
import { CssBaselineTypes as
|
|
10
|
-
import { ID_INJECTION_KEY as
|
|
11
|
-
import { FilterDropdownTypes as
|
|
12
|
-
import { TypographyTypes as
|
|
13
|
-
import { TypographyTypesV4 as
|
|
14
|
-
import { PopoverTypes as
|
|
15
|
-
import { MultiBarTypes as
|
|
16
|
-
import { FormCardTypes as
|
|
2
|
+
import { AppTriggerTypes as z } from "./components/appTrigger/index.js";
|
|
3
|
+
import { AutocompleteDropdownTypes as K } from "./components/autocompleteDropdown/index.js";
|
|
4
|
+
import { MenuItemTypes as Y } from "./components/menuItem/index.js";
|
|
5
|
+
import { MenuTypes as L } from "./components/menu/index.js";
|
|
6
|
+
import { AppIconTypes as U } from "./components/appIcon/index.js";
|
|
7
|
+
import { FloatingToolbarTypes as X } from "./components/floatingToolbar/index.js";
|
|
8
|
+
import { IncludeExcludeTypes as rr } from "./components/includeExclude/index.js";
|
|
9
|
+
import { CssBaselineTypes as er } from "./components/cssBaseline/index.js";
|
|
10
|
+
import { ID_INJECTION_KEY as pr, useId as mr } from "./composables/useId.js";
|
|
11
|
+
import { FilterDropdownTypes as fr } from "./components/filterDropdown/index.js";
|
|
12
|
+
import { TypographyTypes as ir } from "./components/typography/index.js";
|
|
13
|
+
import { TypographyTypesV4 as sr } from "./components/typography/v4/index.js";
|
|
14
|
+
import { PopoverTypes as lr } from "./components/popover/index.js";
|
|
15
|
+
import { MultiBarTypes as $r } from "./components/multibar/index.js";
|
|
16
|
+
import { FormCardTypes as cr } from "./components/layout/index.js";
|
|
17
17
|
import * as r from "./components/button/v3/index.js";
|
|
18
18
|
import * as o from "./components/button/v4/index.js";
|
|
19
19
|
import * as e from "./components/chip/v3/index.js";
|
|
@@ -42,55 +42,52 @@ import * as F from "./components/tooltip/v3/index.js";
|
|
|
42
42
|
import * as B from "./components/tooltip/v4/index.js";
|
|
43
43
|
import * as C from "./components/table/v3/index.js";
|
|
44
44
|
import * as h from "./components/table/v4/index.js";
|
|
45
|
-
import * as
|
|
46
|
-
import * as
|
|
47
|
-
import * as
|
|
45
|
+
import * as M from "./components/table-cells/v3/index.js";
|
|
46
|
+
import * as b from "./components/table-cells/v4/index.js";
|
|
47
|
+
import * as w from "./components/skeleton/v3/index.js";
|
|
48
48
|
import * as P from "./components/skeleton/v4/index.js";
|
|
49
49
|
import * as k from "./components/emptyState/v3/index.js";
|
|
50
50
|
import * as v from "./components/emptyState/v4/index.js";
|
|
51
51
|
import * as O from "./components/snackbar/v3/index.js";
|
|
52
|
-
import * as
|
|
53
|
-
import * as
|
|
54
|
-
import * as
|
|
52
|
+
import * as H from "./components/snackbar/v4/index.js";
|
|
53
|
+
import * as N from "./components/radioButton/v3/index.js";
|
|
54
|
+
import * as R from "./components/radioButton/v4/index.js";
|
|
55
55
|
import * as S from "./components/ThemeWrapper/index.js";
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as Rr } from "./components/
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as wo } from "./components/
|
|
89
|
-
import { default as
|
|
90
|
-
|
|
91
|
-
import { default as Oo } from "./components/datePicker/DatePicker.vue.js";
|
|
92
|
-
import { default as Ho } from "./components/banner/Banner.vue.js";
|
|
93
|
-
const q = {
|
|
56
|
+
import { TextAreaTypes as gr } from "./components/textArea/index.js";
|
|
57
|
+
import { useToggle as Dr } from "./composables/useToggle.js";
|
|
58
|
+
import { useSearch as Er } from "./composables/useSearch.js";
|
|
59
|
+
import { DateRangeTypes as Br } from "./components/dateRange/index.js";
|
|
60
|
+
import { DatePickerTypes as hr } from "./components/datePicker/index.js";
|
|
61
|
+
import { BannerTypes as br } from "./components/banner/index.js";
|
|
62
|
+
import { default as Pr } from "./components/appTrigger/AppTrigger.vue.js";
|
|
63
|
+
import { default as vr } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
|
|
64
|
+
import { default as Hr } from "./components/menuItem/MenuItem.vue.js";
|
|
65
|
+
import { default as Rr } from "./components/menu/Menu.vue.js";
|
|
66
|
+
import { default as _r } from "./components/appIcon/AppIcon.vue.js";
|
|
67
|
+
import { default as qr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
|
|
68
|
+
import { default as Jr } from "./components/includeExclude/IncludeExclude.vue.js";
|
|
69
|
+
import { default as Vr } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
|
|
70
|
+
import { default as Gr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
|
|
71
|
+
import { default as Qr } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
|
|
72
|
+
import { default as Wr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
|
|
73
|
+
import { default as Zr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
|
|
74
|
+
import { default as oo } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
|
|
75
|
+
import { default as to } from "./components/cssBaseline/CssBaseline.vue.js";
|
|
76
|
+
import { default as mo } from "./components/filterDropdown/FilterDropdown.vue.js";
|
|
77
|
+
import { default as fo } from "./components/filterDropdown/AddFilterButton.vue.js";
|
|
78
|
+
import { default as io } from "./components/typography/Heading.vue.js";
|
|
79
|
+
import { default as no } from "./components/typography/Text.vue.js";
|
|
80
|
+
import { default as uo } from "./components/typography/v4/Typography.vue.js";
|
|
81
|
+
import { default as To } from "./components/popover/Popover.vue.js";
|
|
82
|
+
import { default as yo } from "./components/multibar/MultiBar.vue.js";
|
|
83
|
+
import { default as Io } from "./components/layout/FormCard.vue.js";
|
|
84
|
+
import { default as Ao } from "./components/layout/CardPanel.vue.js";
|
|
85
|
+
import { default as Fo } from "./components/layout/FoldableSection.vue.js";
|
|
86
|
+
import { default as Co } from "./components/textArea/TextArea.vue.js";
|
|
87
|
+
import { default as Mo } from "./components/dateRange/DateRange.vue.js";
|
|
88
|
+
import { default as wo } from "./components/datePicker/DatePicker.vue.js";
|
|
89
|
+
import { default as ko } from "./components/banner/Banner.vue.js";
|
|
90
|
+
const _ = {
|
|
94
91
|
...e,
|
|
95
92
|
...t,
|
|
96
93
|
...p,
|
|
@@ -117,73 +114,70 @@ const q = {
|
|
|
117
114
|
...E,
|
|
118
115
|
...C,
|
|
119
116
|
...h,
|
|
120
|
-
...w,
|
|
121
117
|
...M,
|
|
118
|
+
...b,
|
|
122
119
|
...k,
|
|
123
120
|
...v,
|
|
124
|
-
...
|
|
121
|
+
...w,
|
|
125
122
|
...P,
|
|
126
123
|
...O,
|
|
127
|
-
...
|
|
124
|
+
...H,
|
|
128
125
|
...n,
|
|
129
126
|
...l,
|
|
130
|
-
...H,
|
|
131
127
|
...N,
|
|
132
|
-
...
|
|
133
|
-
...
|
|
134
|
-
...j
|
|
128
|
+
...R,
|
|
129
|
+
...S
|
|
135
130
|
};
|
|
136
131
|
export {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
Gr as
|
|
168
|
-
Qr as
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
L as
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
sr as
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
Er as useToggle
|
|
132
|
+
fo as AddFilterButton,
|
|
133
|
+
_r as AppIcon,
|
|
134
|
+
U as AppIconTypes,
|
|
135
|
+
Pr as AppTrigger,
|
|
136
|
+
z as AppTriggerTypes,
|
|
137
|
+
vr as AutocompleteDropdown,
|
|
138
|
+
K as AutocompleteDropdownTypes,
|
|
139
|
+
ko as Banner,
|
|
140
|
+
br as BannerTypes,
|
|
141
|
+
Ao as CardPanel,
|
|
142
|
+
to as CssBaseline,
|
|
143
|
+
er as CssBaselineTypes,
|
|
144
|
+
wo as DatePicker,
|
|
145
|
+
hr as DatePickerTypes,
|
|
146
|
+
Mo as DateRange,
|
|
147
|
+
Br as DateRangeTypes,
|
|
148
|
+
mo as FilterDropdown,
|
|
149
|
+
fr as FilterDropdownTypes,
|
|
150
|
+
qr as FloatingToolbar,
|
|
151
|
+
X as FloatingToolbarTypes,
|
|
152
|
+
Fo as FoldableSection,
|
|
153
|
+
Io as FormCard,
|
|
154
|
+
cr as FormCardTypes,
|
|
155
|
+
io as Heading,
|
|
156
|
+
pr as ID_INJECTION_KEY,
|
|
157
|
+
Jr as IncludeExclude,
|
|
158
|
+
Zr as IncludeExcludeAppHeader,
|
|
159
|
+
Wr as IncludeExcludeAppTrigger,
|
|
160
|
+
oo as IncludeExcludeChipFilter,
|
|
161
|
+
Vr as IncludeExcludeDragDrop,
|
|
162
|
+
Gr as IncludeExcludeOption,
|
|
163
|
+
Qr as IncludeExcludeOptionDraggable,
|
|
164
|
+
rr as IncludeExcludeTypes,
|
|
165
|
+
Rr as Menu,
|
|
166
|
+
Hr as MenuItem,
|
|
167
|
+
Y as MenuItemTypes,
|
|
168
|
+
L as MenuTypes,
|
|
169
|
+
yo as MultiBar,
|
|
170
|
+
$r as MultiBarTypes,
|
|
171
|
+
To as Popover,
|
|
172
|
+
lr as PopoverTypes,
|
|
173
|
+
no as Text,
|
|
174
|
+
Co as TextArea,
|
|
175
|
+
gr as TextAreaTypes,
|
|
176
|
+
uo as Typography,
|
|
177
|
+
ir as TypographyTypes,
|
|
178
|
+
sr as TypographyTypesV4,
|
|
179
|
+
_ as default,
|
|
180
|
+
mr as useId,
|
|
181
|
+
Er as useSearch,
|
|
182
|
+
Dr as useToggle
|
|
189
183
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.0.2-rc.
|
|
3
|
+
"version": "2.0.2-rc.5",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -215,9 +215,7 @@
|
|
|
215
215
|
"./banner": "./components/banner/Banner.vue.js",
|
|
216
216
|
"./multibar": "./components/multibar/index.js",
|
|
217
217
|
"./typography": "./components/typography/v4/index.js",
|
|
218
|
-
"./themeWrapper": "./components/ThemeWrapper/index.js"
|
|
219
|
-
"./inlineCopy": "./components/inlineCopy/index.js",
|
|
220
|
-
"./appHeader": "./components/appHeader/index.js"
|
|
218
|
+
"./themeWrapper": "./components/ThemeWrapper/index.js"
|
|
221
219
|
},
|
|
222
220
|
"typesVersions": {
|
|
223
221
|
"*": {
|
|
@@ -418,12 +416,6 @@
|
|
|
418
416
|
],
|
|
419
417
|
"themeWrapper": [
|
|
420
418
|
"./components/ThemeWrapper/index.d.ts"
|
|
421
|
-
],
|
|
422
|
-
"inlineCopy": [
|
|
423
|
-
"./components/inlineCopy/index.d.ts"
|
|
424
|
-
],
|
|
425
|
-
"appHeader": [
|
|
426
|
-
"./components/appHeader/index.d.ts"
|
|
427
419
|
]
|
|
428
420
|
}
|
|
429
421
|
},
|
package/testids/index.d.ts
CHANGED
|
@@ -187,11 +187,3 @@ export declare enum FormCardTestIdModifiers {
|
|
|
187
187
|
SAVE_BUTTON = "form-card-save-btn",
|
|
188
188
|
CANCEL_BUTTON = "form-card-cancel-btn"
|
|
189
189
|
}
|
|
190
|
-
export declare enum AppHeaderTestIdModifiers {
|
|
191
|
-
TITLE = "ah-title",
|
|
192
|
-
APP_KEY = "ah-app-key"
|
|
193
|
-
}
|
|
194
|
-
export declare enum InlineCopyTestIdModifiers {
|
|
195
|
-
TEXT = "ic-text",
|
|
196
|
-
COPY_BTN = "ic-copy-btn"
|
|
197
|
-
}
|
package/testids/index.js
CHANGED
|
@@ -1,30 +1,28 @@
|
|
|
1
|
-
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), R = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.BUTTON = "dd-button", E.BUTTON_WRAPPER = "dd-button-wrapper", E.BUTTON_CONTENT = "dd-button-content", E.BUTTON_CLEAR = "dd-button-clear", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E.SELECT_ALL = "dd-select-all", E.NO_RESULT = "dd-no-result", E))(R || {}),
|
|
1
|
+
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), R = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.BUTTON = "dd-button", E.BUTTON_WRAPPER = "dd-button-wrapper", E.BUTTON_CONTENT = "dd-button-content", E.BUTTON_CLEAR = "dd-button-clear", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E.SELECT_ALL = "dd-select-all", E.NO_RESULT = "dd-no-result", E))(R || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(A || {}), t = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E.SAVE_BUTTON = "dialog-save-button", E.CANCEL_BUTTON = "dialog-cancel-button", E))(t || {}), N = /* @__PURE__ */ ((E) => (E.WRAPPER = "input-wrapper", E.TOOLTIP = "input-tooltip", E.MANDATORY = "input-mandatory", E.LABEL_CONTAINER = "input-label-container", E.LABEL_TEXT = "input-label-text", E.FIELD = "input-field", E.EXTRA_TEXT = "input-extra-text", E.TOGGLE_PASSWORD = "input-toggle-password-icon", E))(N || {}), O = /* @__PURE__ */ ((E) => (E.WRAPPER = "cb-wrapper", E.LABEL = "cb-label", E.FIELD = "cb-field", E.CHECKED = "cb-checked", E))(O || {}), L = /* @__PURE__ */ ((E) => (E.FIELD = "radio-field", E.LABEL = "radio-label", E.ERROR_TEXT = "radio-error-text", E.GROUP = "radio-group", E))(L || {}), P = /* @__PURE__ */ ((E) => (E.WRAPPER = "swicth-wrapper", E.BUTTON = "swicth-button", E.TEXT = "swicth-text", E))(P || {}), c = /* @__PURE__ */ ((E) => (E.WRAPPER = "ta-wrapper", E.LABEL = "ta-label", E.FIELD = "ta-field", E.TEXT = "ta-text", E))(c || {}), l = /* @__PURE__ */ ((E) => (E.CONTAINER = "search-container", E.FIELD = "search-field", E.CLOSE = "search-close", E.CLEAR = "search-clear", E))(l || {}), _ = /* @__PURE__ */ ((E) => (E.CONTAINER = "tbl-container", E.TABLE = "tbl-table", E.HEADER = "tbl-header", E.TITLE = "tbl-title", E.HEADER_RIGHT = "tbl-header-right", E.ACTIONS = "tbl-actions", E.SECTIONS = "tbl-sections", E.BODY_WRAPPER = "tbl-body-wrapper", E.EMPTY_STATE = "tbl-empty-state", E))(_ || {}), n = /* @__PURE__ */ ((E) => (E.WRAPPER = "toggle-wrapper", E.BODY = "toggle-body", E.FIELD = "toggle-field", E.TEXT = "toggle-text", E.HELPER_TEXT = "toggle-helper-text", E.ERROR_TEXT = "toggle-error-text", E))(n || {}), r = /* @__PURE__ */ ((E) => (E.TEXT = "tt-text", E.TRIGGER = "tt-trigger", E.HEADER = "tt-header", E))(r || {}), C = /* @__PURE__ */ ((E) => (E.WRAPPER = "at-wrapper", E.TITLE_TEXT = "at-title-text", E.TITLE_TOOLTIP_TEXT = "at-tooltip-text", E.DESCRIPTION_TOOLTIP_TEXT = "at-description-tooltip-text", E.DESCRIPTION_TEXT = "at-description-text", E.TRIGGER_BUTTON = "at-trigger-button", E))(C || {}), p = /* @__PURE__ */ ((E) => (E.WRAPPER = "ai-wrapper", E.SELECTED_OPTION = "ai-selected-option", E.SEARCH_FIELD = "ai-search-field", E))(p || {}), b = /* @__PURE__ */ ((E) => (E.WRAPPER = "chip-wrapper", E.CLEAR = "chip-clear", E))(b || {}), v = /* @__PURE__ */ ((E) => (E.WRAPPER = "dp-wrapper", E.INPUT = "dp-input", E))(v || {}), u = /* @__PURE__ */ ((E) => (E.WRAPPER = "cm-wrapper", E.DAYS_HEADER = "cm-days-header", E.PREVIOUS = "cm-previous", E.NEXT = "cm-next", E.DAYS_WRAPPER = "cm-days-wrapper", E.DAY = "cm-day", E.MONTH_HEADER_TEXT = "cm-month-header-text", E.MONTH_HEADER = "cm-month-header", E))(u || {}), S = /* @__PURE__ */ ((E) => (E.WRAPPER = "dr-wrapper", E.FIELD = "dr-field", E.TRIGGER = "dr-trigger", E.CONTAINER = "dr-container", E.MENU = "dr-menu", E.MESSAGE = "dr-message", E.ACTION_APPLY = "dr-action-apply", E.ACTION_CANCEL = "dr-action-cancel", E))(S || {}), B = /* @__PURE__ */ ((E) => (E.WRAPPER = "tabs-wrapper", E.TAB = "tabs-tab", E))(B || {}), X = /* @__PURE__ */ ((E) => (E.TEXT = "t-text", E))(X || {}), W = /* @__PURE__ */ ((E) => (E.HEADER = "h-header", E))(W || {}), h = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-label-container", E.TEXT = "field-label-text", E.MANDATORY = "field-label-mandatory", E.TOOLTIP = "field-label-help-tooltip", E))(h || {}), H = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-help-text-container", E.TEXT = "field-help-text-text", E.ICON = "field-help-text-icon", E))(H || {}), U = /* @__PURE__ */ ((E) => (E.CONTAINER = "sb-container", E.TITLE = "sb-title", E.MESSAGE = "sb-message", E.CLOSE = "sb-close", E.ICON = "sb-icon", E.ACTION_BUTTON = "sb-action-button", E))(U || {}), G = /* @__PURE__ */ ((E) => (E.TITLE = "foldable-section-title", E.CONTENT = "foldable-section-content", E))(G || {}), m = /* @__PURE__ */ ((E) => (E.TITLE = "form-card-title", E.CONTENT = "form-card-content", E.ACTIONS = "form-card-actions", E.SAVE_BUTTON = "form-card-save-btn", E.CANCEL_BUTTON = "form-card-cancel-btn", E))(m || {});
|
|
2
2
|
export {
|
|
3
|
-
m as AppHeaderTestIdModifiers,
|
|
4
3
|
C as AppTriggerTestIdModifiers,
|
|
5
4
|
p as AutocompleteInputTestIdModifiers,
|
|
6
|
-
|
|
5
|
+
A as BannerTestIdModifiers,
|
|
7
6
|
u as CalendarMonthTestIdModifiers,
|
|
8
7
|
O as CheckboxTestIdModifiers,
|
|
9
8
|
b as ChipTestIdModifiers,
|
|
10
9
|
v as DatePickerTestIdModifiers,
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
S as DateRangeTestIdModifiers,
|
|
11
|
+
t as DialogTestIdModifiers,
|
|
13
12
|
R as DropdownTestIdModifiers,
|
|
14
|
-
|
|
13
|
+
H as FieldHelpTextTestIdModifiers,
|
|
15
14
|
h as FieldLabelTestIdModifiers,
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
G as FoldableSectionTestIdModifiers,
|
|
16
|
+
m as FormCardTestIdModifiers,
|
|
18
17
|
W as HeaderTestIdModifiers,
|
|
19
18
|
a as IncludeExcludeTestIdModifiers,
|
|
20
|
-
Y as InlineCopyTestIdModifiers,
|
|
21
19
|
N as InputTestIdModifiers,
|
|
22
20
|
L as RadioTestIdModifiers,
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
l as SearchTestIdModifiers,
|
|
22
|
+
U as SnackbarTestIdModifiers,
|
|
25
23
|
P as SwitchTestIdModifiers,
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
_ as TableTestIdModifiers,
|
|
25
|
+
B as TabsTestIdModifiers,
|
|
28
26
|
c as TextAreaTestIdModifiers,
|
|
29
27
|
X as TextTestIdModifiers,
|
|
30
28
|
n as ToggleTestIdModifiers,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.app-trigger-wrapper[data-v-a64a46d0]{display:flex}.app-trigger-wrapper.with-copy .app-trigger[data-v-a64a46d0]{border-radius:var(--border-radius-lg) 0 0 var(--border-radius-lg);width:calc(100% - 41px)}.app-trigger-key[data-v-a64a46d0]{flex:none}.app-trigger-key--content[data-v-a64a46d0]{padding:10px;background:var(--default-main);cursor:pointer;border-radius:0 var(--border-radius-lg) var(--border-radius-lg) 0;border-left:1px solid var(--common-divider);color:var(--action-active)}.app-trigger-key--content[data-v-a64a46d0]:hover{background:var(--action-selected)}.app-trigger[data-v-a64a46d0]{width:100%;padding:0 12px;border-radius:var(--border-radius-lg);cursor:pointer;user-select:none;display:inline-flex;background:var(--default-main);height:40px;align-items:center}.app-trigger[data-v-a64a46d0]:hover,.app-trigger.active[data-v-a64a46d0]{background:var(--action-selected)}.app-trigger.disabled[data-v-a64a46d0]{cursor:auto}.app-trigger--content[data-v-a64a46d0]{color:var(--text-primary);display:flex;column-gap:4px;width:calc(100% - 20px);align-items:center}.app-trigger--content .x-circle-wrapper[data-v-a64a46d0]{color:var(--primary-dark)}.app-trigger--content .x-circle-wrapper[data-v-a64a46d0]:hover{color:var(--primary-main)}.app-trigger--icon[data-v-a64a46d0]{display:flex;align-items:center;color:var(--action-active)}.app-trigger .displayed-value[data-v-a64a46d0]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-trigger .image[data-v-a64a46d0]{width:28px;height:28px;flex:none}.app-trigger .image img[data-v-a64a46d0]{border-radius:4px;width:100%;height:100%}.app-trigger .start-icon[data-v-a64a46d0]{display:flex;color:var(--action-active)}.app-trigger .label-text[data-v-a64a46d0]{display:flex;align-items:center;gap:8px}.app-trigger .label-text .text-content[data-v-a64a46d0]{display:flex;align-items:center;gap:4px;width:100%}.app-trigger .label-text .text-content .text-content-value[data-v-a64a46d0]{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-trigger .label-text .is-mandatory[data-v-a64a46d0]{padding-top:5px;color:var(--error-main)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.app-header[data-v-5afbd3dd]{display:flex}.app-header .image-container[data-v-5afbd3dd]{height:48px;width:48px;border-radius:4px}.app-header .image-container img[data-v-5afbd3dd]{min-width:100%;object-fit:cover;border-radius:4px}.app-header .icon-container[data-v-5afbd3dd]{color:var(--action-active);display:flex;align-items:center;padding:0 8px}.app-header .name-container .title[data-v-5afbd3dd]{color:var(--text-primary)}.app-header .name-container .inline-copy[data-v-5afbd3dd]{color:var(--text-secondary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.button-wrap[data-v-38c0ed72]{border-radius:var(--border-radius-md);transition:all .2s ease;padding:0;min-width:auto;background-image:none;box-sizing:border-box;border:0}.contained.primary[data-v-38c0ed72]{color:var(--primary-button-contrast-text);background:var(--primary-main)}.contained.primary[data-v-38c0ed72]:hover{background:var(--primary-darker)}.contained.primary[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.default[data-v-38c0ed72]{color:var(--default-button-contrast-text);background:var(--default-main)}.contained.default[data-v-38c0ed72]:hover{background:var(--default-light)}.contained.default[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.danger[data-v-38c0ed72]{color:var(--error-button-contrast-text);background:var(--error-main)}.contained.danger[data-v-38c0ed72]:hover{background:var(--error-dark)}.contained.danger[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.info[data-v-38c0ed72]{color:var(--info-button-contrast-text);background:var(--info-main)}.contained.info[data-v-38c0ed72]:hover{background:var(--info-dark)}.contained.info[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.success[data-v-38c0ed72]{color:var(--success-button-contrast-text);background:var(--success-main)}.contained.success[data-v-38c0ed72]:hover{background:var(--success-dark)}.contained.success[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.warning[data-v-38c0ed72]{color:var(--warning-button-contrast-text);background:var(--warning-main)}.contained.warning[data-v-38c0ed72]:hover{background:var(--warning-dark)}.contained.warning[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.loading[data-v-38c0ed72],.contained.loading[data-v-38c0ed72]:hover{background:var(--action-disabled-background)}.outlined[data-v-38c0ed72]{background:transparent}.outlined.primary[data-v-38c0ed72]{color:var(--primary-main);border:1px solid var(--primary-main)}.outlined.primary[data-v-38c0ed72]:hover{background:var(--primary-lighter)}.outlined.primary[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.default[data-v-38c0ed72]{color:var(--text-primary);border:1px solid var(--default-outlined-border)}.outlined.default[data-v-38c0ed72]:hover{border:1px solid var(--action-active);background:var(--action-hover)}.outlined.default[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.danger[data-v-38c0ed72]{color:var(--error-main);border:1px solid var(--error-main)}.outlined.danger[data-v-38c0ed72]:hover{background:var(--error-lighter)}.outlined.danger[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.info[data-v-38c0ed72]{color:var(--info-main);border:1px solid var(--info-main)}.outlined.info[data-v-38c0ed72]:hover{background:var(--info-lighter)}.outlined.info[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.success[data-v-38c0ed72]{color:var(--success-main);border:1px solid var(--success-main)}.outlined.success[data-v-38c0ed72]:hover{background:var(--success-lighter)}.outlined.success[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.warning[data-v-38c0ed72]{color:var(--warning-darker);border:1px solid var(--warning-darker)}.outlined.warning[data-v-38c0ed72]:hover{background:var(--warning-lighter)}.outlined.warning[data-v-38c0ed72]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.loading[data-v-38c0ed72],.outlined.loading[data-v-38c0ed72]:hover{border:1px solid var(--common-divider);background:var(--action-disabled-background)}.text[data-v-38c0ed72]{background:transparent}.text.primary[data-v-38c0ed72]{color:var(--primary-main)}.text.primary[data-v-38c0ed72]:hover{background:var(--primary-lighter)}.text.primary[data-v-38c0ed72]:disabled{color:var(--text-disabled);opacity:1}.text.default[data-v-38c0ed72]{color:var(--text-primary)}.text.default[data-v-38c0ed72]:hover{background:var(--action-hover)}.text.default[data-v-38c0ed72]:disabled{color:var(--text-disabled);opacity:1}.text.danger[data-v-38c0ed72]{color:var(--error-main)}.text.danger[data-v-38c0ed72]:hover{background:var(--error-lighter)}.text.danger[data-v-38c0ed72]:disabled{color:var(--text-disabled);opacity:1}.text.info[data-v-38c0ed72]{color:var(--info-main)}.text.info[data-v-38c0ed72]:hover{background:var(--info-lighter)}.text.info[data-v-38c0ed72]:disabled{color:var(--text-disabled);opacity:1}.text.success[data-v-38c0ed72]{color:var(--success-main)}.text.success[data-v-38c0ed72]:hover{background:var(--success-lighter)}.text.success[data-v-38c0ed72]:disabled{color:var(--text-disabled);opacity:1}.text.warning[data-v-38c0ed72]{color:var(--warning-darker)}.text.warning[data-v-38c0ed72]:hover{background:var(--warning-lighter)}.text.warning[data-v-38c0ed72]:disabled{color:var(--text-disabled);opacity:1}.text.loading[data-v-38c0ed72],.text.loading[data-v-38c0ed72]:hover{border:0;background:transparent}.small[data-v-38c0ed72]{padding:2px 6px}.small.outlined[data-v-38c0ed72]{padding:1px 5px}.medium[data-v-38c0ed72]{padding:4px 8px}.medium.outlined[data-v-38c0ed72]{padding:3px 7px}.large[data-v-38c0ed72]{padding:6px 8px}.large.outlined[data-v-38c0ed72]{padding:5px 7px}.extraLarge[data-v-38c0ed72]{padding:10px 12px}.extraLarge.outlined[data-v-38c0ed72]{padding:9px 11px}.small[data-v-38c0ed72],.medium[data-v-38c0ed72],.large[data-v-38c0ed72],.extraLarge[data-v-38c0ed72]{height:auto}.flex[data-v-38c0ed72]{display:flex;align-items:center}.start-icon[data-v-38c0ed72]{margin-right:8px}.end-icon[data-v-38c0ed72]{margin-left:8px}.loading.with-start-icon .content-with-icon[data-v-38c0ed72]{padding-left:22px}.loading.with-end-icon .content-with-icon[data-v-38c0ed72]{padding-right:22px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chip-trigger[data-v-c38e97df]{border:1px solid var(--default-outlined-border);padding:5px 5px 5px 7px;border-radius:100px;cursor:pointer;user-select:none;display:inline-flex}.chip-trigger[data-v-c38e97df]:hover{border-color:var(--action-active);background:var(--action-selected)}.chip-trigger.open[data-v-c38e97df]{border:1.5px solid var(--action-active);padding:4.5px 4.5px 4.5px 6.5px;background:var(--action-selected)}.chip-trigger.active[data-v-c38e97df]{border:1.5px solid var(--primary-main-50-p);background:var(--primary-light);padding:4.5px 4.5px 4.5px 6.5px}.chip-trigger.disabled[data-v-c38e97df]{cursor:auto}.chip-trigger--content[data-v-c38e97df]{color:var(--text-primary);display:flex;column-gap:4px}.chip-trigger--content .x-circle-wrapper[data-v-c38e97df]{color:var(--primary-dark)}.chip-trigger--content .x-circle-wrapper[data-v-c38e97df]:hover{color:var(--primary-main)}.chip-trigger--icon[data-v-c38e97df]{color:var(--action-active)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.dropdown-trigger[data-v-06dcfe6d]{width:100%;padding:.3125rem .4375rem;display:flex;column-gap:.5rem;max-width:100%;box-sizing:border-box;border-radius:var(--border-radius-md);border:1px solid var(--action-outlined-border);background:var(--default-main);cursor:pointer;user-select:none}.dropdown-trigger[data-v-06dcfe6d]:hover{border:1px solid var(--action-active);background:var(--action-hover)}.dropdown-trigger.disabled[data-v-06dcfe6d]{border:1px solid var(--action-outlined-border, #bbb);background:var(--action-disabled-background, #f1f1f1)}.dropdown-trigger.small[data-v-06dcfe6d]{padding:3px 7px}.dropdown-trigger.open[data-v-06dcfe6d]{padding:4px 6px;border:2px solid var(--primary-main)}.dropdown-trigger.state-error[data-v-06dcfe6d]{padding:4px 6px;border:2px solid var(--error-main)}.dropdown-trigger.state-success[data-v-06dcfe6d]{padding:4px 6px;border:2px solid var(--success-main)}.dropdown-trigger.state-warning[data-v-06dcfe6d]{padding:4px 6px;border:2px solid var(--warning-dark)}.dropdown-trigger .caret-down[data-v-06dcfe6d]{color:var(--action-active)}.content[data-v-06dcfe6d]{width:calc(100% - 28px);display:flex;gap:.25rem;align-items:center;color:var(--text-primary)}.content .displayed-value[data-v-06dcfe6d]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.content .image[data-v-06dcfe6d]{width:20px;height:20px;flex:none}.content .image img[data-v-06dcfe6d]{border-radius:4px;width:100%;height:100%}.content .start-icon[data-v-06dcfe6d]{display:flex;color:var(--action-active)}.dropdown-field-label[data-v-06dcfe6d]{color:var(--text-primary)}.dropdown-field-help-text[data-v-06dcfe6d]{margin-top:4px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.form-row[data-v-54a11bf8]{display:flex;height:auto;gap:1.5rem;align-items:center}.form-row .label-container[data-v-54a11bf8]{display:flex;min-height:1.75rem;height:100%;width:12.875rem;align-items:center;gap:.25rem;flex-shrink:0}.form-row .label-container .mandatory[data-v-54a11bf8]{color:var(--error-main);padding-top:.1875rem}.form-row .content[data-v-54a11bf8]{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;width:100%}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.inline-copy[data-v-39577dfc]{display:inline-flex;cursor:pointer;color:var(--action-active)}.inline-copy .icon-copy[data-v-39577dfc]{padding:0 4px;cursor:pointer;color:var(--action-active)}.inline-copy .icon-copy[data-v-39577dfc]:hover{color:var(--action-primary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.label[data-v-d2743070]{color:#41454d}.item-container[data-v-d2743070]{display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-d2743070]{cursor:initial;color:var(--text-disabled)}.item-container[data-v-d2743070]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-d2743070],.item-container[data-v-d2743070]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-d2743070]{background-color:var(--action-selected)}.subtitle[data-v-d2743070]{color:#7b838c;line-height:1rem}.clear-button[data-v-d2743070]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-d2743070]:hover{color:#3083ff}.item[data-v-d2743070]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-d2743070],.item--multi[data-v-d2743070]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-d2743070]{width:20px;height:20px;flex:none}.item .image img[data-v-d2743070]{width:20px;height:20px;border-radius:4px}.item .start-icon[data-v-d2743070]{display:flex;color:var(--action-active)}.text-container[data-v-d2743070]{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.search-container[data-v-1330ea8b]{position:relative}.search-container[data-v-1330ea8b] .input-container input.input{padding-right:15px}.x-circle-wrapper[data-v-1330ea8b]{width:1rem;height:1rem;color:var(--action-active);cursor:pointer;position:absolute;top:.375rem;right:.3125rem}.x-circle-wrapper[data-v-1330ea8b]:hover{color:var(--text-primary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.container[data-v-49c5ccea]{width:100%;display:flex;max-width:22.5rem;background-color:var(--common-white);padding:.75rem 1rem}.texts[data-v-49c5ccea]{width:calc(100% - 20px);display:flex;justify-content:center;flex-direction:column}.message[data-v-49c5ccea]{margin-top:12px;margin-left:32px;width:calc(100% - 52px);color:var(--text-secondary)}.title[data-v-49c5ccea]{display:flex;align-items:center;gap:8px;color:var(--text-primary)}.snackbar[data-v-49c5ccea]{display:flex;width:22.5rem;box-sizing:border-box;position:fixed;transition:opacity .25s,transform .25s,left .25s,right .25s,top .4s,bottom .25s;overflow-wrap:anywhere;overflow:hidden;z-index:9999;border-radius:12px;border:1px solid var(--common-divider-elevation-0);box-shadow:var(--elevation-lg)}.snackbar.right[data-v-49c5ccea]{right:1rem}.snackbar.left[data-v-49c5ccea]{left:1rem}.close-button-wrapper[data-v-49c5ccea]{width:20px}.snackbar-enter-from.right[data-v-49c5ccea]{right:0;transform:translate(100%)}.snackbar-enter-from.left[data-v-49c5ccea]{left:0;transform:translate(-100%)}.snackbar-leave-to[data-v-49c5ccea]{opacity:0}.snackbar-leave-to.right[data-v-49c5ccea]{right:0;transform:translate(100%)}.snackbar-leave-to.left[data-v-49c5ccea]{left:0;transform:translate(-100%)}.icon-container.snackbar-icon-info[data-v-49c5ccea]{color:var(--action-active)}.icon-container.snackbar-icon-error[data-v-49c5ccea]{color:var(--error-main)}.icon-container.snackbar-icon-success[data-v-49c5ccea]{color:var(--success-main)}.action-wrapper[data-v-49c5ccea]{margin-left:32px;width:calc(100% - 52px)}.action-wrapper .actions[data-v-49c5ccea]{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
div[data-v-58a19def]{display:block}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
image: string;
|
|
3
|
-
name: string;
|
|
4
|
-
platform: 'android' | 'ios';
|
|
5
|
-
appKey: string;
|
|
6
|
-
testId: string;
|
|
7
|
-
}>, {
|
|
8
|
-
image: string;
|
|
9
|
-
name: string;
|
|
10
|
-
platform: string;
|
|
11
|
-
appKey: string;
|
|
12
|
-
testId: string;
|
|
13
|
-
}>, {}, 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<{
|
|
14
|
-
image: string;
|
|
15
|
-
name: string;
|
|
16
|
-
platform: 'android' | 'ios';
|
|
17
|
-
appKey: string;
|
|
18
|
-
testId: string;
|
|
19
|
-
}>, {
|
|
20
|
-
image: string;
|
|
21
|
-
name: string;
|
|
22
|
-
platform: string;
|
|
23
|
-
appKey: string;
|
|
24
|
-
testId: string;
|
|
25
|
-
}>>>, {
|
|
26
|
-
name: string;
|
|
27
|
-
image: string;
|
|
28
|
-
testId: string;
|
|
29
|
-
platform: 'android' | 'ios';
|
|
30
|
-
appKey: string;
|
|
31
|
-
}>;
|
|
32
|
-
export default _default;
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
type __VLS_WithDefaults<P, D> = {
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_Prettify<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
49
|
-
} & {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import e from "./AppHeader.vue2.js";
|
|
2
|
-
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css"; //*');
|
|
4
|
-
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-5afbd3dd"]]);
|
|
5
|
-
export {
|
|
6
|
-
s as default
|
|
7
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import "../../AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css"; import { defineComponent as d, computed as m, openBlock as l, createElementBlock as c, createElementVNode as a, createVNode as n, unref as t, mergeProps as p, withCtx as f, createTextVNode as u, toDisplayString as h } from "vue";
|
|
2
|
-
import I from "../icon/v4/IconV4.vue.js";
|
|
3
|
-
import y from "../typography/v4/Typography.vue.js";
|
|
4
|
-
import g from "../inlineCopy/InlineCopy.vue.js";
|
|
5
|
-
import { useTestIdAttrs as x } from "../../utils/testIds.js";
|
|
6
|
-
import { AppHeaderTestIdModifiers as s } from "../../testids/index.js";
|
|
7
|
-
const _ = { class: "app-header" }, v = { class: "image-container" }, T = ["src", "alt"], A = { class: "icon-container" }, C = { class: "name-container" }, K = /* @__PURE__ */ d({
|
|
8
|
-
__name: "AppHeader",
|
|
9
|
-
props: {
|
|
10
|
-
image: { default: "" },
|
|
11
|
-
name: { default: "" },
|
|
12
|
-
platform: { default: "android" },
|
|
13
|
-
appKey: { default: "" },
|
|
14
|
-
testId: { default: "" }
|
|
15
|
-
},
|
|
16
|
-
setup(e) {
|
|
17
|
-
const o = e, i = m(
|
|
18
|
-
() => o.platform ? o.platform.toLowerCase() : ""
|
|
19
|
-
), r = x(o.testId, s);
|
|
20
|
-
return (N, E) => (l(), c("div", _, [
|
|
21
|
-
a("div", v, [
|
|
22
|
-
a("img", {
|
|
23
|
-
src: e.image,
|
|
24
|
-
alt: e.name
|
|
25
|
-
}, null, 8, T)
|
|
26
|
-
]),
|
|
27
|
-
a("div", A, [
|
|
28
|
-
n(t(I), {
|
|
29
|
-
type: "branded",
|
|
30
|
-
name: t(i),
|
|
31
|
-
size: "24px"
|
|
32
|
-
}, null, 8, ["name"])
|
|
33
|
-
]),
|
|
34
|
-
a("div", C, [
|
|
35
|
-
n(t(y), p({
|
|
36
|
-
variant: "h2",
|
|
37
|
-
class: "title"
|
|
38
|
-
}, t(r)[t(s).TITLE]), {
|
|
39
|
-
default: f(() => [
|
|
40
|
-
u(h(e.name), 1)
|
|
41
|
-
]),
|
|
42
|
-
_: 1
|
|
43
|
-
}, 16),
|
|
44
|
-
a("div", null, [
|
|
45
|
-
n(t(g), {
|
|
46
|
-
text: e.appKey,
|
|
47
|
-
size: "medium",
|
|
48
|
-
class: "inline-copy",
|
|
49
|
-
"test-id": e.testId
|
|
50
|
-
}, null, 8, ["text", "test-id"])
|
|
51
|
-
])
|
|
52
|
-
])
|
|
53
|
-
]));
|
|
54
|
-
}
|
|
55
|
-
});
|
|
56
|
-
export {
|
|
57
|
-
K as default
|
|
58
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import AppHeader from './AppHeader.vue';
|
|
2
|
-
declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
3
|
-
name: {
|
|
4
|
-
type: import("vue").PropType<string>;
|
|
5
|
-
required: true;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
image: {
|
|
9
|
-
type: import("vue").PropType<string>;
|
|
10
|
-
required: true;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
testId: {
|
|
14
|
-
type: import("vue").PropType<string>;
|
|
15
|
-
required: true;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
platform: {
|
|
19
|
-
type: import("vue").PropType<"android" | "ios">;
|
|
20
|
-
required: true;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
appKey: {
|
|
24
|
-
type: import("vue").PropType<string>;
|
|
25
|
-
required: true;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
-
name: {
|
|
30
|
-
type: import("vue").PropType<string>;
|
|
31
|
-
required: true;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
image: {
|
|
35
|
-
type: import("vue").PropType<string>;
|
|
36
|
-
required: true;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
testId: {
|
|
40
|
-
type: import("vue").PropType<string>;
|
|
41
|
-
required: true;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
platform: {
|
|
45
|
-
type: import("vue").PropType<"android" | "ios">;
|
|
46
|
-
required: true;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
appKey: {
|
|
50
|
-
type: import("vue").PropType<string>;
|
|
51
|
-
required: true;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
}>>, {
|
|
55
|
-
name: string;
|
|
56
|
-
image: string;
|
|
57
|
-
testId: string;
|
|
58
|
-
platform: "android" | "ios";
|
|
59
|
-
appKey: string;
|
|
60
|
-
}>[];
|
|
61
|
-
export { AppHeader, AppHeaderTypes };
|