@ironsource/shared-ui 2.1.8-rc.5 → 2.1.8-rc.7

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.
Files changed (44) hide show
  1. package/ButtonGroup.vue_vue_type_style_index_0_scoped_5497abe6_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_bdfce3aa_lang.css +1 -0
  3. package/DataGrid.vue_vue_type_style_index_0_scoped_2f666594_lang.css +1 -0
  4. package/IconButtonV4.vue_vue_type_style_index_0_scoped_06e26be2_lang.css +1 -0
  5. package/components/alert/Alert.vue2.js +3 -2
  6. package/components/button/v4/ButtonGroup.vue.d.ts +46 -0
  7. package/components/button/v4/ButtonGroup.vue.js +7 -0
  8. package/components/button/v4/ButtonGroup.vue2.js +19 -0
  9. package/components/button/v4/ButtonV4.vue.js +3 -3
  10. package/components/button/v4/ButtonV4.vue2.js +1 -1
  11. package/components/button/v4/IconButtonV4.vue.js +2 -2
  12. package/components/button/v4/IconButtonV4.vue2.js +1 -1
  13. package/components/button/v4/index.d.ts +72 -224
  14. package/components/button/v4/index.js +4 -2
  15. package/components/dateRange/v4/CalendarMonthV4.vue2.js +21 -20
  16. package/components/dateRange/v4/DateRangeV4.vue2.js +3 -2
  17. package/components/dialog/v4/DialogV4.vue2.js +9 -8
  18. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +5 -4
  19. package/components/dropdown/v4/DropdownV4.vue2.js +3 -2
  20. package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +6 -5
  21. package/components/emptyState/v4/EmptyStateV4.vue2.js +15 -14
  22. package/components/forms/FormCard.vue2.js +3 -2
  23. package/components/multibar/MultiBar.vue2.js +19 -18
  24. package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
  25. package/components/switch/v4/SwitchV4.vue2.js +8 -7
  26. package/components/table/v4/DataGrid.vue.d.ts +4 -0
  27. package/components/table/v4/DataGrid.vue.js +2 -2
  28. package/components/table/v4/DataGrid.vue2.js +140 -131
  29. package/components/table/v4/ExpandRowToggle.vue2.js +9 -8
  30. package/components/table/v4/MultipleDataGrid.vue.d.ts +2 -2
  31. package/components/table/v4/index.d.ts +6 -2
  32. package/index.d.ts +126 -161
  33. package/index.js +105 -109
  34. package/package.json +2 -5
  35. package/ButtonV4.vue_vue_type_style_index_0_scoped_8c3b0c3f_lang.css +0 -1
  36. package/CssBaseline.vue_vue_type_style_index_0_scoped_f7dd256b_lang.css +0 -1
  37. package/CssBaseline.vue_vue_type_style_index_1_lang.css +0 -1
  38. package/DataGrid.vue_vue_type_style_index_0_scoped_46d53424_lang.css +0 -1
  39. package/IconButtonV4.vue_vue_type_style_index_0_scoped_4eefa06b_lang.css +0 -1
  40. package/components/cssBaseline/CssBaseline.vue.d.ts +0 -9
  41. package/components/cssBaseline/CssBaseline.vue.js +0 -10
  42. package/components/cssBaseline/CssBaseline.vue2.js +0 -0
  43. package/components/cssBaseline/index.d.ts +0 -49
  44. package/components/cssBaseline/index.js +0 -6
package/index.js CHANGED
@@ -1,31 +1,30 @@
1
- import './CssBaseline.vue_vue_type_style_index_0_scoped_f7dd256b_lang.css';
1
+ import './IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_f738b223_lang.css';
2
2
  import { AppTriggerTypes as oo } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as eo } from "./components/autocompleteDropdown/index.js";
4
- import { MenuItemTypes as mo } from "./components/menuItem/index.js";
4
+ import { MenuItemTypes as to } from "./components/menuItem/index.js";
5
5
  import { MenuTypes as ao } from "./components/menu/index.js";
6
6
  import { AppIconTypes as io } from "./components/appIcon/index.js";
7
- import { FloatingToolbarTypes as xo } from "./components/floatingToolbar/index.js";
7
+ import { FloatingToolbarTypes as so } from "./components/floatingToolbar/index.js";
8
8
  import { IncludeExcludeTypes as lo } from "./components/includeExclude/index.js";
9
- import { CssBaselineTypes as $o } from "./components/cssBaseline/index.js";
10
- import { ID_INJECTION_KEY as co, useId as yo } from "./composables/useId.js";
11
- import { FilterDropdownTypes as Fo } from "./components/filterDropdown/index.js";
12
- import { TypographyTypes as Ao } from "./components/typography/index.js";
13
- import { TypographyTypesV4 as Co } from "./components/typography/v4/index.js";
14
- import { MultiBarTypes as Do } from "./components/multibar/index.js";
15
- import { FoldableSectionTypes as Mo } from "./components/layout/index.js";
16
- import { FormCardTypes as wo, FormFieldTypes as Oo } from "./components/forms/index.js";
9
+ import { ID_INJECTION_KEY as $o, useId as To } from "./composables/useId.js";
10
+ import { FilterDropdownTypes as yo } from "./components/filterDropdown/index.js";
11
+ import { TypographyTypes as Fo } from "./components/typography/index.js";
12
+ import { TypographyTypesV4 as Ao } from "./components/typography/v4/index.js";
13
+ import { MultiBarTypes as Co } from "./components/multibar/index.js";
14
+ import { FoldableSectionTypes as ho } from "./components/layout/index.js";
15
+ import { FormCardTypes as Mo, FormFieldTypes as bo } from "./components/forms/index.js";
17
16
  import * as o from "./components/button/v3/index.js";
18
17
  import * as r from "./components/button/v4/index.js";
19
18
  import * as e from "./components/chip/v3/index.js";
20
- import * as t from "./components/chip/v4/index.js";
21
- import * as m from "./components/switch/v3/index.js";
19
+ import * as m from "./components/chip/v4/index.js";
20
+ import * as t from "./components/switch/v3/index.js";
22
21
  import * as p from "./components/switch/v4/index.js";
23
22
  import * as a from "./components/dropdown/v3/index.js";
24
23
  import * as f from "./components/dropdown/v4/index.js";
25
24
  import * as i from "./components/search/v3/index.js";
26
25
  import * as d from "./components/search/v4/index.js";
27
- import * as s from "./components/filtersPanel/v3/index.js";
28
- import * as x from "./components/filtersPanel/v4/index.js";
26
+ import * as x from "./components/filtersPanel/v3/index.js";
27
+ import * as s from "./components/filtersPanel/v4/index.js";
29
28
  import * as n from "./components/checkbox/v3/index.js";
30
29
  import * as l from "./components/checkbox/v4/index.js";
31
30
  import * as u from "./components/icon/v3/index.js";
@@ -39,9 +38,9 @@ import * as I from "./components/dialog/v4/index.js";
39
38
  import * as A from "./components/toggle/v3/index.js";
40
39
  import * as E from "./components/toggle/v4/index.js";
41
40
  import * as C from "./components/tooltip/v3/index.js";
42
- import * as B from "./components/tooltip/v4/index.js";
43
- import * as D from "./components/table/v3/index.js";
44
- import * as h from "./components/table/v4/index.js";
41
+ import * as D from "./components/tooltip/v4/index.js";
42
+ import * as h from "./components/table/v3/index.js";
43
+ import * as B from "./components/table/v4/index.js";
45
44
  import * as M from "./components/table-cells/v3/index.js";
46
45
  import * as b from "./components/table-cells/v4/index.js";
47
46
  import * as w from "./components/skeleton/v3/index.js";
@@ -65,46 +64,45 @@ import * as R from "./components/dateRange/v3/index.js";
65
64
  import * as Y from "./components/dateRange/v4/index.js";
66
65
  import * as Q from "./components/popover/v3/index.js";
67
66
  import * as U from "./components/popover/v4/index.js";
68
- import { useToggle as No } from "./composables/useToggle.js";
69
- import { useSearch as Vo } from "./composables/useSearch.js";
70
- import { scrollToElementByClass as Jo, scrollToFirstInvalidElement as Ko, useFormValidation as Po, yupValidation as _o } from "./composables/useFormValidation.js";
71
- import { BannerTypes as ko } from "./components/banner/index.js";
72
- import { AlertTypes as zo } from "./components/alert/index.js";
73
- import { AutocompleteTypes as Lo } from "./components/autocomplete/index.js";
74
- import { ChartTypes as Yo } from "./components/chart/index.js";
75
- import { default as Uo } from "./components/appTrigger/AppTrigger.vue.js";
76
- import { default as Xo } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
77
- import { default as or } from "./components/menuItem/MenuItem.vue.js";
78
- import { default as er } from "./components/menu/Menu.vue.js";
79
- import { default as mr } from "./components/appIcon/AppIcon.vue.js";
80
- import { default as ar } from "./components/floatingToolbar/FloatingToolbar.vue.js";
81
- import { default as ir } from "./components/includeExclude/IncludeExclude.vue.js";
82
- import { default as sr } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
83
- import { default as nr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
84
- import { default as ur } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
85
- import { default as Tr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
86
- import { default as yr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
87
- import { default as Fr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
88
- import { default as Ar } from "./components/cssBaseline/CssBaseline.vue.js";
89
- import { default as Cr } from "./components/filterDropdown/FilterDropdown.vue.js";
90
- import { default as Dr } from "./components/filterDropdown/AddFilterButton.vue.js";
91
- import { default as Mr } from "./components/typography/Heading.vue.js";
92
- import { default as wr } from "./components/typography/Text.vue.js";
93
- import { default as Hr } from "./components/typography/v4/Typography.vue.js";
94
- import { default as Sr } from "./components/multibar/MultiBar.vue.js";
95
- import { default as vr } from "./components/layout/FoldableSection.vue.js";
96
- import { default as Kr } from "./components/forms/FormRow.vue.js";
97
- import { default as _r } from "./components/forms/FormCard.vue.js";
98
- import { default as kr } from "./components/forms/CardPanel.vue.js";
99
- import { default as zr } from "./components/forms/FormField.vue.js";
100
- import { default as Lr } from "./components/banner/Banner.vue.js";
101
- import { default as Yr } from "./components/alert/Alert.vue.js";
102
- import { default as Ur } from "./components/autocomplete/Autocomplete.vue.js";
103
- import { default as Xr } from "./components/chart/Chart.vue.js";
67
+ import { useToggle as Oo } from "./composables/useToggle.js";
68
+ import { useSearch as No } from "./composables/useSearch.js";
69
+ import { scrollToElementByClass as Vo, scrollToFirstInvalidElement as vo, useFormValidation as Jo, yupValidation as Ko } from "./composables/useFormValidation.js";
70
+ import { BannerTypes as _o } from "./components/banner/index.js";
71
+ import { AlertTypes as ko } from "./components/alert/index.js";
72
+ import { AutocompleteTypes as zo } from "./components/autocomplete/index.js";
73
+ import { ChartTypes as Lo } from "./components/chart/index.js";
74
+ import { default as Yo } from "./components/appTrigger/AppTrigger.vue.js";
75
+ import { default as Uo } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
76
+ import { default as Xo } from "./components/menuItem/MenuItem.vue.js";
77
+ import { default as or } from "./components/menu/Menu.vue.js";
78
+ import { default as er } from "./components/appIcon/AppIcon.vue.js";
79
+ import { default as tr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
80
+ import { default as ar } from "./components/includeExclude/IncludeExclude.vue.js";
81
+ import { default as ir } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
82
+ import { default as xr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
83
+ import { default as nr } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
84
+ import { default as ur } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
85
+ import { default as Tr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
86
+ import { default as yr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
87
+ import { default as Fr } from "./components/filterDropdown/FilterDropdown.vue.js";
88
+ import { default as Ar } from "./components/filterDropdown/AddFilterButton.vue.js";
89
+ import { default as Cr } from "./components/typography/Heading.vue.js";
90
+ import { default as hr } from "./components/typography/Text.vue.js";
91
+ import { default as Mr } from "./components/typography/v4/Typography.vue.js";
92
+ import { default as wr } from "./components/multibar/MultiBar.vue.js";
93
+ import { default as Hr } from "./components/layout/FoldableSection.vue.js";
94
+ import { default as Sr } from "./components/forms/FormRow.vue.js";
95
+ import { default as vr } from "./components/forms/FormCard.vue.js";
96
+ import { default as Kr } from "./components/forms/CardPanel.vue.js";
97
+ import { default as _r } from "./components/forms/FormField.vue.js";
98
+ import { default as kr } from "./components/banner/Banner.vue.js";
99
+ import { default as zr } from "./components/alert/Alert.vue.js";
100
+ import { default as Lr } from "./components/autocomplete/Autocomplete.vue.js";
101
+ import { default as Yr } from "./components/chart/Chart.vue.js";
104
102
  const W = {
105
103
  ...e,
106
- ...t,
107
104
  ...m,
105
+ ...t,
108
106
  ...p,
109
107
  ...o,
110
108
  ...r,
@@ -112,8 +110,8 @@ const W = {
112
110
  ...f,
113
111
  ...i,
114
112
  ...d,
115
- ...s,
116
113
  ...x,
114
+ ...s,
117
115
  ...T,
118
116
  ...c,
119
117
  ...u,
@@ -123,11 +121,11 @@ const W = {
123
121
  ...F,
124
122
  ...I,
125
123
  ...C,
126
- ...B,
124
+ ...D,
127
125
  ...A,
128
126
  ...E,
129
- ...D,
130
127
  ...h,
128
+ ...B,
131
129
  ...M,
132
130
  ...b,
133
131
  ...H,
@@ -155,61 +153,59 @@ const W = {
155
153
  ...U
156
154
  };
157
155
  export {
158
- Dr as AddFilterButton,
159
- Yr as Alert,
160
- zo as AlertTypes,
161
- mr as AppIcon,
156
+ Ar as AddFilterButton,
157
+ zr as Alert,
158
+ ko as AlertTypes,
159
+ er as AppIcon,
162
160
  io as AppIconTypes,
163
- Uo as AppTrigger,
161
+ Yo as AppTrigger,
164
162
  oo as AppTriggerTypes,
165
- Ur as Autocomplete,
166
- Xo as AutocompleteDropdown,
163
+ Lr as Autocomplete,
164
+ Uo as AutocompleteDropdown,
167
165
  eo as AutocompleteDropdownTypes,
168
- Lo as AutocompleteTypes,
169
- Lr as Banner,
170
- ko as BannerTypes,
171
- kr as CardPanel,
172
- Xr as Chart,
173
- Yo as ChartTypes,
174
- Ar as CssBaseline,
175
- $o as CssBaselineTypes,
176
- Cr as FilterDropdown,
177
- Fo as FilterDropdownTypes,
178
- ar as FloatingToolbar,
179
- xo as FloatingToolbarTypes,
180
- vr as FoldableSection,
181
- Mo as FoldableSectionTypes,
182
- _r as FormCard,
183
- wo as FormCardTypes,
184
- zr as FormField,
185
- Oo as FormFieldTypes,
186
- Kr as FormRow,
187
- Mr as Heading,
188
- co as ID_INJECTION_KEY,
189
- ir as IncludeExclude,
190
- yr as IncludeExcludeAppHeader,
191
- Tr as IncludeExcludeAppTrigger,
192
- Fr as IncludeExcludeChipFilter,
193
- sr as IncludeExcludeDragDrop,
194
- nr as IncludeExcludeOption,
195
- ur as IncludeExcludeOptionDraggable,
166
+ zo as AutocompleteTypes,
167
+ kr as Banner,
168
+ _o as BannerTypes,
169
+ Kr as CardPanel,
170
+ Yr as Chart,
171
+ Lo as ChartTypes,
172
+ Fr as FilterDropdown,
173
+ yo as FilterDropdownTypes,
174
+ tr as FloatingToolbar,
175
+ so as FloatingToolbarTypes,
176
+ Hr as FoldableSection,
177
+ ho as FoldableSectionTypes,
178
+ vr as FormCard,
179
+ Mo as FormCardTypes,
180
+ _r as FormField,
181
+ bo as FormFieldTypes,
182
+ Sr as FormRow,
183
+ Cr as Heading,
184
+ $o as ID_INJECTION_KEY,
185
+ ar as IncludeExclude,
186
+ Tr as IncludeExcludeAppHeader,
187
+ ur as IncludeExcludeAppTrigger,
188
+ yr as IncludeExcludeChipFilter,
189
+ ir as IncludeExcludeDragDrop,
190
+ xr as IncludeExcludeOption,
191
+ nr as IncludeExcludeOptionDraggable,
196
192
  lo as IncludeExcludeTypes,
197
- er as Menu,
198
- or as MenuItem,
199
- mo as MenuItemTypes,
193
+ or as Menu,
194
+ Xo as MenuItem,
195
+ to as MenuItemTypes,
200
196
  ao as MenuTypes,
201
- Sr as MultiBar,
202
- Do as MultiBarTypes,
203
- wr as Text,
204
- Hr as Typography,
205
- Ao as TypographyTypes,
206
- Co as TypographyTypesV4,
197
+ wr as MultiBar,
198
+ Co as MultiBarTypes,
199
+ hr as Text,
200
+ Mr as Typography,
201
+ Fo as TypographyTypes,
202
+ Ao as TypographyTypesV4,
207
203
  W as default,
208
- Jo as scrollToElementByClass,
209
- Ko as scrollToFirstInvalidElement,
210
- Po as useFormValidation,
211
- yo as useId,
212
- Vo as useSearch,
213
- No as useToggle,
214
- _o as yupValidation
204
+ Vo as scrollToElementByClass,
205
+ vo as scrollToFirstInvalidElement,
206
+ Jo as useFormValidation,
207
+ To as useId,
208
+ No as useSearch,
209
+ Oo as useToggle,
210
+ Ko as yupValidation
215
211
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.8-rc.5",
3
+ "version": "2.1.8-rc.7",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -165,7 +165,6 @@
165
165
  "./radioGroup/v4": "./components/radioButton/v4/index.js",
166
166
  "./floatingToolbar": "./components/floatingToolbar/FloatingToolbar.vue.js",
167
167
  "./includeExclude": "./components/includeExclude/index.js",
168
- "./cssBaseline": "./components/cssBaseline/CssBaseline.vue.js",
169
168
  "./snackbar": "./components/snackbar/v3/index.js",
170
169
  "./snackbar/v4": "./components/snackbar/v4/index.js",
171
170
  "./emptyState": "./components/emptyState/v3/EmptyState.vue.js",
@@ -206,6 +205,7 @@
206
205
  "./useId": "./composables/useId.vue.js",
207
206
  "./skeleton": "./components/skeleton/v3/Skeleton.vue.js",
208
207
  "./skeleton/v4": "./components/skeleton/v4/index.js",
208
+ "./loader/v4": "./components/loader/v4/index.js",
209
209
  "./text": "./components/typography/Text.vue.js",
210
210
  "./heading": "./components/typography/Heading.vue.js",
211
211
  "./popover": "./components/popover/v3/Popover.vue.js",
@@ -288,9 +288,6 @@
288
288
  "switch/v4": [
289
289
  "./components/switch/v4/index.d.ts"
290
290
  ],
291
- "cssBaseline": [
292
- "./components/cssBaseline/CssBaseline.vue.d.ts"
293
- ],
294
291
  "emptyState": [
295
292
  "./components/emptyState/v3/EmptyState.vue.d.ts"
296
293
  ],
@@ -1 +0,0 @@
1
- .button-wrap[data-v-8c3b0c3f]{border-radius:var(--border-radius-md);transition:all .2s ease;padding:0;min-width:auto;background-image:none;box-sizing:border-box;border:0;cursor:pointer}.contained.primary[data-v-8c3b0c3f]{color:var(--primary-button-contrast-text);background:var(--primary-main)}.contained.primary[data-v-8c3b0c3f]:hover{background:var(--primary-darker)}.contained.primary[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.primary[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.contained.default[data-v-8c3b0c3f]{color:var(--default-button-contrast-text);background:var(--default-main)}.contained.default[data-v-8c3b0c3f]:hover{background:var(--default-light)}.contained.default[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.default[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.contained.danger[data-v-8c3b0c3f]{color:var(--error-button-contrast-text);background:var(--error-main)}.contained.danger[data-v-8c3b0c3f]:hover{background:var(--error-dark)}.contained.danger[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.danger[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.contained.info[data-v-8c3b0c3f]{color:var(--info-button-contrast-text);background:var(--info-main)}.contained.info[data-v-8c3b0c3f]:hover{background:var(--info-dark)}.contained.info[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.info[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.contained.success[data-v-8c3b0c3f]{color:var(--success-button-contrast-text);background:var(--success-main)}.contained.success[data-v-8c3b0c3f]:hover{background:var(--success-dark)}.contained.success[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.success[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.contained.warning[data-v-8c3b0c3f]{color:var(--warning-button-contrast-text);background:var(--warning-main)}.contained.warning[data-v-8c3b0c3f]:hover{background:var(--warning-dark)}.contained.warning[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.warning[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.contained.loading[data-v-8c3b0c3f],.contained.loading[data-v-8c3b0c3f]:hover{background:var(--action-disabled-background)}.outlined[data-v-8c3b0c3f]{background:transparent}.outlined.primary[data-v-8c3b0c3f]{color:var(--primary-main);border:1px solid var(--primary-main)}.outlined.primary[data-v-8c3b0c3f]:hover{background:var(--primary-lighter)}.outlined.primary[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.primary[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.outlined.default[data-v-8c3b0c3f]{color:var(--text-primary);border:1px solid var(--default-outlined-border)}.outlined.default[data-v-8c3b0c3f]:hover{border:1px solid var(--action-active);background:var(--action-hover)}.outlined.default[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.default[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.outlined.danger[data-v-8c3b0c3f]{color:var(--error-main);border:1px solid var(--error-main)}.outlined.danger[data-v-8c3b0c3f]:hover{background:var(--error-lighter)}.outlined.danger[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.danger[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.outlined.info[data-v-8c3b0c3f]{color:var(--info-main);border:1px solid var(--info-main)}.outlined.info[data-v-8c3b0c3f]:hover{background:var(--info-lighter)}.outlined.info[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.info[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.outlined.success[data-v-8c3b0c3f]{color:var(--success-main);border:1px solid var(--success-main)}.outlined.success[data-v-8c3b0c3f]:hover{background:var(--success-lighter)}.outlined.success[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.success[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.outlined.warning[data-v-8c3b0c3f]{color:var(--warning-darker);border:1px solid var(--warning-darker)}.outlined.warning[data-v-8c3b0c3f]:hover{background:var(--warning-lighter)}.outlined.warning[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);background:transparent;border:1px solid var(--default-outlined-border);opacity:1}.outlined.warning[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.outlined.loading[data-v-8c3b0c3f],.outlined.loading[data-v-8c3b0c3f]:hover{border:1px solid var(--common-divider);background:var(--action-disabled-background)}.text[data-v-8c3b0c3f]{background:transparent}.text.primary[data-v-8c3b0c3f]{color:var(--primary-main)}.text.primary[data-v-8c3b0c3f]:hover{background:var(--primary-lighter)}.text.primary[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);opacity:1;background:transparent}.text.primary[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.text.default[data-v-8c3b0c3f]{color:var(--text-primary)}.text.default[data-v-8c3b0c3f]:hover{background:var(--action-hover)}.text.default[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);opacity:1;background:transparent}.text.default[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.text.danger[data-v-8c3b0c3f]{color:var(--error-main)}.text.danger[data-v-8c3b0c3f]:hover{background:var(--error-lighter)}.text.danger[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);opacity:1;background:transparent}.text.danger[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.text.info[data-v-8c3b0c3f]{color:var(--info-main)}.text.info[data-v-8c3b0c3f]:hover{background:var(--info-lighter)}.text.info[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);opacity:1;background:transparent}.text.info[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.text.success[data-v-8c3b0c3f]{color:var(--success-main)}.text.success[data-v-8c3b0c3f]:hover{background:var(--success-lighter)}.text.success[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);opacity:1;background:transparent}.text.success[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.text.warning[data-v-8c3b0c3f]{color:var(--warning-darker)}.text.warning[data-v-8c3b0c3f]:hover{background:var(--warning-lighter)}.text.warning[data-v-8c3b0c3f]:disabled{color:var(--text-disabled);opacity:1;background:transparent}.text.warning[data-v-8c3b0c3f]:disabled:hover{cursor:not-allowed}.text.loading[data-v-8c3b0c3f],.text.loading[data-v-8c3b0c3f]:hover{border:0;background:transparent}.small[data-v-8c3b0c3f]{padding:2px 6px}.small.outlined[data-v-8c3b0c3f]{padding:1px 5px}.medium[data-v-8c3b0c3f]{padding:4px 8px}.medium.outlined[data-v-8c3b0c3f]{padding:3px 7px}.large[data-v-8c3b0c3f]{padding:6px 8px}.large.outlined[data-v-8c3b0c3f]{padding:5px 7px}.extraLarge[data-v-8c3b0c3f]{padding:10px 12px}.extraLarge.outlined[data-v-8c3b0c3f]{padding:9px 11px}.small[data-v-8c3b0c3f],.medium[data-v-8c3b0c3f],.large[data-v-8c3b0c3f],.extraLarge[data-v-8c3b0c3f]{height:auto}.flex[data-v-8c3b0c3f]{display:flex;align-items:center}.start-icon[data-v-8c3b0c3f]{margin-right:8px}.end-icon[data-v-8c3b0c3f]{margin-left:8px}.loading.with-start-icon .content-with-icon[data-v-8c3b0c3f]{padding-left:22px}.loading.with-end-icon .content-with-icon[data-v-8c3b0c3f]{padding-right:22px}
@@ -1 +0,0 @@
1
- div[data-v-f7dd256b]{display:block}
@@ -1 +0,0 @@
1
- *,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:normal;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}button{cursor:pointer}
@@ -1 +0,0 @@
1
- .sticky[data-v-46d53424]{position:sticky}.table-container[data-v-46d53424]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-46d53424]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-46d53424]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-46d53424]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-46d53424]{width:13.75rem}.table-header.isStickyHeader[data-v-46d53424]{z-index:calc(var(--0f0d3395) + 3);top:0}.table-head-container[data-v-46d53424]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-46d53424]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-46d53424]{display:inline-table}.table-header-actions[data-v-46d53424]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-46d53424]{position:relative}.table-row.loading[data-v-46d53424]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-46d53424]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-46d53424]{border-bottom:none}.expanded-row[data-v-46d53424]{grid-column:var(--01312249);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-46d53424]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-46d53424]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-46d53424],table th[data-v-46d53424]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-46d53424]:first-of-type,table th[data-v-46d53424]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-46d53424]:last-of-type,table th[data-v-46d53424]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-46d53424],table th.expand-toggle-cell[data-v-46d53424]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-46d53424]{border-bottom:none;z-index:calc(var(--0f0d3395) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-46d53424]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--413dc702)}table>thead>tr>th[data-v-46d53424]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-46d53424]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-46d53424]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-46d53424]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-46d53424]{cursor:pointer}table>thead.sticky[data-v-46d53424]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-46d53424]{z-index:calc(var(--0f0d3395) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-46d53424]{display:block}table>tbody>*>tr[data-v-46d53424]{background-color:var(--background-default);min-height:var(--7a14020a);height:auto;display:grid;align-items:center;grid-template-columns:var(--413dc702)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-46d53424]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-46d53424],table>tbody>*>tr.activeMenu>td[data-v-46d53424]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-46d53424]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--7a14020a);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-46d53424]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-46d53424]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-46d53424]{justify-content:flex-end;text-align:right}.section-container[data-v-46d53424]{left:0}.sections[data-v-46d53424]{display:flex}.section[data-v-46d53424]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-46d53424]{width:100%}.empty-state[data-v-46d53424]{min-height:250px}
@@ -1 +0,0 @@
1
- .button-wrap[data-v-4eefa06b]{border-radius:var(--border-radius-md);transition:all .2s ease;padding:0;min-width:auto;background-image:none;box-sizing:border-box;border:0;background-color:transparent}.error[data-v-4eefa06b]{font-size:inherit;font-family:inherit;font-weight:400;margin-top:0;line-height:inherit}.variant-default.primary[data-v-4eefa06b]{color:var(--primary-main)}.variant-default.primary[data-v-4eefa06b]:hover{background:var(--primary-main-8-p)}.variant-default.primary[data-v-4eefa06b]:disabled{color:var(--action-disabled);opacity:1}.variant-default.primary[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-default.default[data-v-4eefa06b]{color:var(--action-active)}.variant-default.default[data-v-4eefa06b]:hover{background:var(--action-hover);color:var(--default-contrast-text)}.variant-default.default[data-v-4eefa06b]:disabled{color:var(--action-disabled);opacity:1}.variant-default.default[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-default.error[data-v-4eefa06b]{color:var(--error-main)}.variant-default.error[data-v-4eefa06b]:hover{background:var(--error-main-8-p)}.variant-default.error[data-v-4eefa06b]:disabled{color:var(--action-disabled);opacity:1}.variant-default.error[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-outlined.primary[data-v-4eefa06b]{color:var(--primary-main);border:1px solid var(--primary-main)}.variant-outlined.primary[data-v-4eefa06b]:hover{background:var(--primary-main-8-p)}.variant-outlined.primary[data-v-4eefa06b]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.primary[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-outlined.default[data-v-4eefa06b]{color:var(--action-active);border:1px solid var(--default-outlined-border)}.variant-outlined.default[data-v-4eefa06b]:hover{background:var(--action-hover);color:var(--default-contrast-text);border:1px solid var(--action-active)}.variant-outlined.default[data-v-4eefa06b]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.default[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-outlined.error[data-v-4eefa06b]{color:var(--error-main);border:1px solid var(--error-main)}.variant-outlined.error[data-v-4eefa06b]:hover{background:var(--error-main-8-p)}.variant-outlined.error[data-v-4eefa06b]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.error[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.extraSmall[data-v-4eefa06b]{padding:2px}.extraSmall.variant-outlined[data-v-4eefa06b]{padding:1px}.small[data-v-4eefa06b]{padding:2px}.small.variant-outlined[data-v-4eefa06b]{padding:1px}.medium[data-v-4eefa06b]{padding:4px}.medium.variant-outlined[data-v-4eefa06b]{padding:3px}.large[data-v-4eefa06b]{padding:6px}.large.variant-outlined[data-v-4eefa06b]{padding:5px}.extraLarge[data-v-4eefa06b]{padding:8px}.extraLarge.variant-outlined[data-v-4eefa06b]{padding:7px}.extraSmall[data-v-4eefa06b],.small[data-v-4eefa06b],.medium[data-v-4eefa06b],.large[data-v-4eefa06b],.extraLarge[data-v-4eefa06b]{height:auto}
@@ -1,9 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, {
2
- default?(_: {}): any;
3
- }>;
4
- export default _default;
5
- type __VLS_WithTemplateSlots<T, S> = T & {
6
- new (): {
7
- $slots: S;
8
- };
9
- };
@@ -1,10 +0,0 @@
1
- import { renderSlot as r } from "vue";
2
- /* empty css *//* empty css */import t from "../../_virtual/_plugin-vue_export-helper.js";
3
- const o = {};
4
- function n(e, s) {
5
- return r(e.$slots, "default", {}, void 0, !0);
6
- }
7
- const a = /* @__PURE__ */ t(o, [["render", n], ["__scopeId", "data-v-f7dd256b"]]);
8
- export {
9
- a as default
10
- };
File without changes
@@ -1,49 +0,0 @@
1
- declare const CssBaselineTypes: () => ({
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
- $attrs: {
7
- [x: string]: unknown;
8
- };
9
- $refs: {
10
- [x: string]: unknown;
11
- };
12
- $slots: Readonly<{
13
- [name: string]: import("vue").Slot;
14
- }>;
15
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
- $emit: (event: string, ...args: any[]) => void;
18
- $el: any;
19
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
- beforeCreate?: (() => void) | (() => void)[];
21
- created?: (() => void) | (() => void)[];
22
- beforeMount?: (() => void) | (() => void)[];
23
- mounted?: (() => void) | (() => void)[];
24
- beforeUpdate?: (() => void) | (() => void)[];
25
- updated?: (() => void) | (() => void)[];
26
- activated?: (() => void) | (() => void)[];
27
- deactivated?: (() => void) | (() => void)[];
28
- beforeDestroy?: (() => void) | (() => void)[];
29
- beforeUnmount?: (() => void) | (() => void)[];
30
- destroyed?: (() => void) | (() => void)[];
31
- unmounted?: (() => void) | (() => void)[];
32
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
35
- };
36
- $forceUpdate: () => void;
37
- $nextTick: typeof import("vue").nextTick;
38
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
39
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
40
- __isFragment?: never;
41
- __isTeleport?: never;
42
- __isSuspense?: never;
43
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
44
- $slots: {
45
- default?(_: {}): any;
46
- };
47
- }))[];
48
- export { default as CssBaseline } from './CssBaseline.vue';
49
- export { CssBaselineTypes };
@@ -1,6 +0,0 @@
1
- import s from "./CssBaseline.vue.js";
2
- const o = () => [s];
3
- export {
4
- s as CssBaseline,
5
- o as CssBaselineTypes
6
- };