@ironsource/shared-ui 2.0.0-rc.7 → 2.0.0-rc.8

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 (84) hide show
  1. package/Button.vue_vue_type_style_index_0_scoped_bfe31a93_lang.css +1 -0
  2. package/ButtonBase.vue_vue_type_style_index_0_scoped_9021cac4_lang.css +1 -0
  3. package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +1 -0
  4. package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +1 -0
  5. package/FilterDropdown.vue_vue_type_style_index_0_scoped_b42d8b45_lang.css +1 -0
  6. package/IconButton.vue_vue_type_style_index_0_scoped_6dffd3f6_lang.css +1 -0
  7. package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +1 -0
  8. package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +1 -1
  9. package/components/autocompleteDropdown/index.d.ts +1 -1
  10. package/components/button/v3/Button.vue.d.ts +4 -27
  11. package/components/button/v3/Button.vue.js +3 -3
  12. package/components/button/v3/Button.vue2.js +43 -75
  13. package/components/button/{common → v3}/ButtonBase.vue.d.ts +9 -9
  14. package/components/button/{common → v3}/ButtonBase.vue.js +3 -3
  15. package/components/button/{common → v3}/ButtonBase.vue2.js +3 -3
  16. package/components/button/v3/IconButton.vue.js +2 -2
  17. package/components/button/v3/IconButton.vue2.js +4 -4
  18. package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
  19. package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
  20. package/components/button/v3/index.d.ts +130 -0
  21. package/components/button/v4/ButtonV4.vue.d.ts +16 -6
  22. package/components/button/v4/ButtonV4.vue.js +3 -3
  23. package/components/button/v4/ButtonV4.vue2.js +41 -38
  24. package/components/button/v4/index.d.ts +53 -15
  25. package/components/chip/v3/Chip.vue.d.ts +1 -1
  26. package/components/chip/v3/index.d.ts +20 -20
  27. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  28. package/components/chip/v4/index.d.ts +20 -20
  29. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  30. package/components/dialog/v3/index.d.ts +4 -4
  31. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  32. package/components/dialog/v4/index.d.ts +4 -4
  33. package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
  34. package/components/dropdown/v3/Dropdown.vue.js +2 -2
  35. package/components/dropdown/v3/Dropdown.vue2.js +4 -4
  36. package/components/dropdown/v3/index.d.ts +59 -59
  37. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  38. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +3 -3
  39. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
  40. package/components/dropdown/v4/index.d.ts +111 -111
  41. package/components/filterDropdown/FilterDropdown.vue.js +2 -2
  42. package/components/filterDropdown/FilterDropdown.vue2.js +4 -4
  43. package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
  44. package/components/includeExclude/IncludeExclude.vue2.js +22 -23
  45. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
  46. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +2 -2
  47. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  48. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +31 -32
  49. package/components/includeExclude/index.d.ts +135 -135
  50. package/components/input/v3/Input.vue.d.ts +3 -3
  51. package/components/input/v3/index.d.ts +82 -82
  52. package/components/input/v4/TextField.vue.d.ts +6 -6
  53. package/components/input/v4/index.d.ts +103 -103
  54. package/components/menu/Menu.vue.d.ts +1 -1
  55. package/components/menu/index.d.ts +20 -20
  56. package/components/multibar/MultiBar.vue.d.ts +1 -1
  57. package/components/multibar/index.d.ts +1 -1
  58. package/components/popover/Popover.vue.js +6 -36
  59. package/components/popover/Popover.vue2.js +36 -3
  60. package/components/popover/index.d.ts +16 -16
  61. package/components/popover/index.js +2 -3
  62. package/components/snackbar/v4/SnackbarV4.vue.d.ts +30 -10
  63. package/components/table/v3/index.d.ts +16 -16
  64. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  65. package/components/table/v4/index.d.ts +20 -20
  66. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  67. package/components/toggle/v3/index.d.ts +17 -17
  68. package/components/toggle/v4/ToggleV4.vue.d.ts +2 -2
  69. package/index.d.ts +874 -798
  70. package/package.json +1 -1
  71. package/Button.vue_vue_type_style_index_0_scoped_d92097c8_lang.css +0 -1
  72. package/ButtonBase.vue_vue_type_style_index_0_scoped_70baba59_lang.css +0 -1
  73. package/ButtonV4.vue_vue_type_style_index_0_scoped_3fd2281b_lang.css +0 -1
  74. package/Dropdown.vue_vue_type_style_index_0_scoped_e8324d12_lang.css +0 -1
  75. package/FilterDropdown.vue_vue_type_style_index_0_scoped_1320b13b_lang.css +0 -1
  76. package/IconButton.vue_vue_type_style_index_0_scoped_2fe9bc4c_lang.css +0 -1
  77. package/components/button/common/ButtonSuper.vue.d.ts +0 -52
  78. /package/{Popover.vue_vue_type_style_index_0_lang.css → Popover.vue_vue_type_style_index_1_lang.css} +0 -0
  79. /package/components/button/{consts.d.ts → common/consts.d.ts} +0 -0
  80. /package/components/button/{consts.js → common/consts.js} +0 -0
  81. /package/components/button/{icon → v3}/LoaderCircleIcon.vue.d.ts +0 -0
  82. /package/components/button/{icon → v3}/LoaderCircleIcon.vue.js +0 -0
  83. /package/components/button/{icon → v3}/LoaderDotsIcon.vue.d.ts +0 -0
  84. /package/components/button/{icon → v3}/LoaderDotsIcon.vue.js +0 -0
@@ -27,14 +27,14 @@ declare const PopoverTypes: () => ({
27
27
  type: import("vue").PropType<boolean>;
28
28
  default: boolean;
29
29
  };
30
- distance: {
31
- type: import("vue").PropType<number>;
32
- default: number;
33
- };
34
30
  open: {
35
31
  type: import("vue").PropType<boolean>;
36
32
  required: true;
37
33
  };
34
+ distance: {
35
+ type: import("vue").PropType<number>;
36
+ default: number;
37
+ };
38
38
  skidding: {
39
39
  type: import("vue").PropType<number>;
40
40
  default: number;
@@ -74,14 +74,14 @@ declare const PopoverTypes: () => ({
74
74
  type: import("vue").PropType<boolean>;
75
75
  default: boolean;
76
76
  };
77
- distance: {
78
- type: import("vue").PropType<number>;
79
- default: number;
80
- };
81
77
  open: {
82
78
  type: import("vue").PropType<boolean>;
83
79
  required: true;
84
80
  };
81
+ distance: {
82
+ type: import("vue").PropType<number>;
83
+ default: number;
84
+ };
85
85
  skidding: {
86
86
  type: import("vue").PropType<number>;
87
87
  default: number;
@@ -135,14 +135,14 @@ declare const PopoverTypes: () => ({
135
135
  type: import("vue").PropType<boolean>;
136
136
  default: boolean;
137
137
  };
138
- distance: {
139
- type: import("vue").PropType<number>;
140
- default: number;
141
- };
142
138
  open: {
143
139
  type: import("vue").PropType<boolean>;
144
140
  required: true;
145
141
  };
142
+ distance: {
143
+ type: import("vue").PropType<number>;
144
+ default: number;
145
+ };
146
146
  skidding: {
147
147
  type: import("vue").PropType<number>;
148
148
  default: number;
@@ -172,14 +172,14 @@ declare const PopoverTypes: () => ({
172
172
  type: import("vue").PropType<boolean>;
173
173
  default: boolean;
174
174
  };
175
- distance: {
176
- type: import("vue").PropType<number>;
177
- default: number;
178
- };
179
175
  open: {
180
176
  type: import("vue").PropType<boolean>;
181
177
  required: true;
182
178
  };
179
+ distance: {
180
+ type: import("vue").PropType<number>;
181
+ default: number;
182
+ };
183
183
  skidding: {
184
184
  type: import("vue").PropType<number>;
185
185
  default: number;
@@ -1,7 +1,6 @@
1
- import "./Popover.vue2.js";
2
1
  import o from "./Popover.vue.js";
3
- const e = () => [o];
2
+ const r = () => [o];
4
3
  export {
5
4
  o as Popover,
6
- e as PopoverTypes
5
+ r as PopoverTypes
7
6
  };
@@ -23,8 +23,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
23
23
  content: string;
24
24
  disabled: boolean;
25
25
  color: "default" | "info" | "success" | "warning" | "primary" | "danger";
26
- startIconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "FiltersSearch" | "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
27
- endIconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "FiltersSearch" | "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
26
+ startIconName: string;
27
+ endIconName: string;
28
+ startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
29
+ endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
28
30
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
29
31
  size: {
30
32
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
@@ -55,14 +57,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
55
57
  default: string;
56
58
  };
57
59
  startIconName: {
58
- type: import("vue").PropType<"filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "FiltersSearch" | "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
60
+ type: import("vue").PropType<string>;
59
61
  default: any;
60
62
  };
61
63
  endIconName: {
62
- type: import("vue").PropType<"filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "FiltersSearch" | "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
64
+ type: import("vue").PropType<string>;
63
65
  default: any;
64
66
  };
65
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName">)[];
67
+ startIconType: {
68
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
69
+ default: string;
70
+ };
71
+ endIconType: {
72
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
73
+ default: string;
74
+ };
75
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
66
76
  testId: string;
67
77
  }>, {
68
78
  type: string;
@@ -98,8 +108,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
98
108
  content: string;
99
109
  disabled: boolean;
100
110
  color: "default" | "info" | "success" | "warning" | "primary" | "danger";
101
- startIconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "FiltersSearch" | "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
102
- endIconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "FiltersSearch" | "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
111
+ startIconName: string;
112
+ endIconName: string;
113
+ startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
114
+ endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
103
115
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
104
116
  size: {
105
117
  type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
@@ -130,14 +142,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
130
142
  default: string;
131
143
  };
132
144
  startIconName: {
133
- type: import("vue").PropType<"filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "FiltersSearch" | "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
145
+ type: import("vue").PropType<string>;
134
146
  default: any;
135
147
  };
136
148
  endIconName: {
137
- type: import("vue").PropType<"filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "FiltersSearch" | "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
149
+ type: import("vue").PropType<string>;
138
150
  default: any;
139
151
  };
140
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName">)[];
152
+ startIconType: {
153
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
154
+ default: string;
155
+ };
156
+ endIconType: {
157
+ type: import("vue").PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
158
+ default: string;
159
+ };
160
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
141
161
  testId: string;
142
162
  }>, {
143
163
  type: string;
@@ -28,14 +28,14 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
28
28
  type: import("vue").PropType<string>;
29
29
  default: string;
30
30
  };
31
- isLoading: {
32
- type: import("vue").PropType<boolean>;
33
- default: boolean;
34
- };
35
31
  columns: {
36
32
  type: import("vue").PropType<import("../common/Table.types").Column[]>;
37
33
  required: true;
38
34
  };
35
+ isLoading: {
36
+ type: import("vue").PropType<boolean>;
37
+ default: boolean;
38
+ };
39
39
  isSticky: {
40
40
  type: import("vue").PropType<boolean>;
41
41
  default: boolean;
@@ -122,14 +122,14 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
122
122
  type: import("vue").PropType<string>;
123
123
  default: string;
124
124
  };
125
- isLoading: {
126
- type: import("vue").PropType<boolean>;
127
- default: boolean;
128
- };
129
125
  columns: {
130
126
  type: import("vue").PropType<import("../common/Table.types").Column[]>;
131
127
  required: true;
132
128
  };
129
+ isLoading: {
130
+ type: import("vue").PropType<boolean>;
131
+ default: boolean;
132
+ };
133
133
  isSticky: {
134
134
  type: import("vue").PropType<boolean>;
135
135
  default: boolean;
@@ -240,14 +240,14 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
240
240
  type: import("vue").PropType<string>;
241
241
  default: string;
242
242
  };
243
- isLoading: {
244
- type: import("vue").PropType<boolean>;
245
- default: boolean;
246
- };
247
243
  columns: {
248
244
  type: import("vue").PropType<import("../common/Table.types").Column[]>;
249
245
  required: true;
250
246
  };
247
+ isLoading: {
248
+ type: import("vue").PropType<boolean>;
249
+ default: boolean;
250
+ };
251
251
  isSticky: {
252
252
  type: import("vue").PropType<boolean>;
253
253
  default: boolean;
@@ -319,14 +319,14 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
319
319
  type: import("vue").PropType<string>;
320
320
  default: string;
321
321
  };
322
- isLoading: {
323
- type: import("vue").PropType<boolean>;
324
- default: boolean;
325
- };
326
322
  columns: {
327
323
  type: import("vue").PropType<import("../common/Table.types").Column[]>;
328
324
  required: true;
329
325
  };
326
+ isLoading: {
327
+ type: import("vue").PropType<boolean>;
328
+ default: boolean;
329
+ };
330
330
  isSticky: {
331
331
  type: import("vue").PropType<boolean>;
332
332
  default: boolean;
@@ -120,10 +120,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
120
120
  title: string;
121
121
  search: string;
122
122
  testId: string;
123
- isLoading: boolean;
124
123
  searchPlaceholder: string;
125
124
  selection: unknown[];
126
125
  searchAutoFocus: boolean;
126
+ isLoading: boolean;
127
127
  isSticky: boolean;
128
128
  sections: Section[];
129
129
  isStickyHeader: boolean;
@@ -9,10 +9,10 @@ declare const DataGridTypes: () => (({
9
9
  title: string;
10
10
  search: string;
11
11
  testId: string;
12
- isLoading: boolean;
13
12
  searchPlaceholder: string;
14
13
  selection: unknown[];
15
14
  searchAutoFocus: boolean;
15
+ isLoading: boolean;
16
16
  isSticky: boolean;
17
17
  sections: import("../common/Table.types").Section[];
18
18
  isStickyHeader: boolean;
@@ -43,10 +43,6 @@ declare const DataGridTypes: () => (({
43
43
  type: import("vue").PropType<string>;
44
44
  default: string;
45
45
  };
46
- isLoading: {
47
- type: import("vue").PropType<boolean>;
48
- default: boolean;
49
- };
50
46
  searchPlaceholder: {
51
47
  type: import("vue").PropType<string>;
52
48
  default: string;
@@ -63,6 +59,10 @@ declare const DataGridTypes: () => (({
63
59
  type: import("vue").PropType<boolean>;
64
60
  default: boolean;
65
61
  };
62
+ isLoading: {
63
+ type: import("vue").PropType<boolean>;
64
+ default: boolean;
65
+ };
66
66
  isSticky: {
67
67
  type: import("vue").PropType<boolean>;
68
68
  default: boolean;
@@ -131,7 +131,7 @@ declare const DataGridTypes: () => (({
131
131
  onLoadMore?: () => any;
132
132
  "onUpdate:search"?: (query: string) => any;
133
133
  "onUpdate:selection"?: (selection: unknown[]) => any;
134
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch">;
134
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch">;
135
135
  $attrs: {
136
136
  [x: string]: unknown;
137
137
  };
@@ -167,10 +167,6 @@ declare const DataGridTypes: () => (({
167
167
  type: import("vue").PropType<string>;
168
168
  default: string;
169
169
  };
170
- isLoading: {
171
- type: import("vue").PropType<boolean>;
172
- default: boolean;
173
- };
174
170
  searchPlaceholder: {
175
171
  type: import("vue").PropType<string>;
176
172
  default: string;
@@ -187,6 +183,10 @@ declare const DataGridTypes: () => (({
187
183
  type: import("vue").PropType<boolean>;
188
184
  default: boolean;
189
185
  };
186
+ isLoading: {
187
+ type: import("vue").PropType<boolean>;
188
+ default: boolean;
189
+ };
190
190
  isSticky: {
191
191
  type: import("vue").PropType<boolean>;
192
192
  default: boolean;
@@ -272,10 +272,10 @@ declare const DataGridTypes: () => (({
272
272
  title: string;
273
273
  search: string;
274
274
  testId: string;
275
- isLoading: boolean;
276
275
  searchPlaceholder: string;
277
276
  selection: unknown[];
278
277
  searchAutoFocus: boolean;
278
+ isLoading: boolean;
279
279
  isSticky: boolean;
280
280
  sections: import("../common/Table.types").Section[];
281
281
  isStickyHeader: boolean;
@@ -326,10 +326,6 @@ declare const DataGridTypes: () => (({
326
326
  type: import("vue").PropType<string>;
327
327
  default: string;
328
328
  };
329
- isLoading: {
330
- type: import("vue").PropType<boolean>;
331
- default: boolean;
332
- };
333
329
  searchPlaceholder: {
334
330
  type: import("vue").PropType<string>;
335
331
  default: string;
@@ -346,6 +342,10 @@ declare const DataGridTypes: () => (({
346
342
  type: import("vue").PropType<boolean>;
347
343
  default: boolean;
348
344
  };
345
+ isLoading: {
346
+ type: import("vue").PropType<boolean>;
347
+ default: boolean;
348
+ };
349
349
  isSticky: {
350
350
  type: import("vue").PropType<boolean>;
351
351
  default: boolean;
@@ -435,10 +435,6 @@ declare const DataGridTypes: () => (({
435
435
  type: import("vue").PropType<string>;
436
436
  default: string;
437
437
  };
438
- isLoading: {
439
- type: import("vue").PropType<boolean>;
440
- default: boolean;
441
- };
442
438
  searchPlaceholder: {
443
439
  type: import("vue").PropType<string>;
444
440
  default: string;
@@ -455,6 +451,10 @@ declare const DataGridTypes: () => (({
455
451
  type: import("vue").PropType<boolean>;
456
452
  default: boolean;
457
453
  };
454
+ isLoading: {
455
+ type: import("vue").PropType<boolean>;
456
+ default: boolean;
457
+ };
458
458
  isSticky: {
459
459
  type: import("vue").PropType<boolean>;
460
460
  default: boolean;
@@ -540,10 +540,10 @@ declare const DataGridTypes: () => (({
540
540
  title: string;
541
541
  search: string;
542
542
  testId: string;
543
- isLoading: boolean;
544
543
  searchPlaceholder: string;
545
544
  selection: unknown[];
546
545
  searchAutoFocus: boolean;
546
+ isLoading: boolean;
547
547
  isSticky: boolean;
548
548
  sections: import("../common/Table.types").Section[];
549
549
  isStickyHeader: boolean;
@@ -42,9 +42,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
42
42
  "onUpdate:modelValue"?: (value: boolean) => any;
43
43
  }, {
44
44
  testId: string;
45
+ helperText: string;
45
46
  color: string;
46
47
  isLoading: boolean;
47
- helperText: string;
48
48
  errorText: string;
49
49
  activeText: string;
50
50
  inactiveText: string;
@@ -3,14 +3,6 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
3
3
  type: import("vue").PropType<string>;
4
4
  default: string;
5
5
  };
6
- color: {
7
- type: import("vue").PropType<string>;
8
- default: string;
9
- };
10
- isLoading: {
11
- type: import("vue").PropType<boolean>;
12
- default: boolean;
13
- };
14
6
  modelValue: {
15
7
  type: import("vue").PropType<boolean>;
16
8
  required: true;
@@ -19,6 +11,14 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
19
11
  type: import("vue").PropType<string>;
20
12
  default: any;
21
13
  };
14
+ color: {
15
+ type: import("vue").PropType<string>;
16
+ default: string;
17
+ };
18
+ isLoading: {
19
+ type: import("vue").PropType<boolean>;
20
+ default: boolean;
21
+ };
22
22
  errorText: {
23
23
  type: import("vue").PropType<string>;
24
24
  default: any;
@@ -42,14 +42,6 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
42
42
  type: import("vue").PropType<string>;
43
43
  default: string;
44
44
  };
45
- color: {
46
- type: import("vue").PropType<string>;
47
- default: string;
48
- };
49
- isLoading: {
50
- type: import("vue").PropType<boolean>;
51
- default: boolean;
52
- };
53
45
  modelValue: {
54
46
  type: import("vue").PropType<boolean>;
55
47
  required: true;
@@ -58,6 +50,14 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
58
50
  type: import("vue").PropType<string>;
59
51
  default: any;
60
52
  };
53
+ color: {
54
+ type: import("vue").PropType<string>;
55
+ default: string;
56
+ };
57
+ isLoading: {
58
+ type: import("vue").PropType<boolean>;
59
+ default: boolean;
60
+ };
61
61
  errorText: {
62
62
  type: import("vue").PropType<string>;
63
63
  default: any;
@@ -78,9 +78,9 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
78
78
  "onUpdate:modelValue"?: (value: boolean) => any;
79
79
  }, {
80
80
  testId: string;
81
+ helperText: string;
81
82
  color: string;
82
83
  isLoading: boolean;
83
- helperText: string;
84
84
  errorText: string;
85
85
  activeText: string;
86
86
  inactiveText: string;
@@ -61,11 +61,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
61
61
  size: "small" | "medium";
62
62
  testId: string;
63
63
  color: "primary" | "test";
64
- isLoading: boolean;
64
+ feedbackVariant: "error" | "success" | "warning";
65
65
  hoverHelpText: string;
66
66
  hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
67
67
  feedbackText: string;
68
- feedbackVariant: "error" | "success" | "warning";
68
+ isLoading: boolean;
69
69
  activeText: string;
70
70
  inactiveText: string;
71
71
  isDisabled: boolean;