@ironsource/shared-ui 1.4.3-rc.4 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  2. package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  3. package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  4. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  8. package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  9. package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  10. package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  11. package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  12. package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
  13. package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  14. package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  15. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  16. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  17. package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  18. package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  19. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  20. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  21. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  22. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  23. package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  24. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  25. package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  26. package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
  27. package/README.md +36 -21
  28. package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  29. package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  30. package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  31. package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  32. package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  33. package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  34. package/Table.vue_vue_type_style_index_1_lang.css +1 -1
  35. package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  36. package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  37. package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  38. package/components/appTrigger/AppTrigger.vue.js +3 -3
  39. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +1 -2
  40. package/components/button/{common/ButtonSuper.vue.js → Button.vue.js} +7 -7
  41. package/components/button/{common/ButtonBase.vue.d.ts → ButtonBase.vue.d.ts} +9 -9
  42. package/components/button/{common/ButtonBase.vue.js → ButtonBase.vue.js} +8 -8
  43. package/components/button/{v3/IconButton.vue.js → IconButton.vue.js} +7 -7
  44. package/components/button/{v3/ScrollButton.vue.js → ScrollButton.vue.js} +6 -6
  45. package/components/button/index.d.ts +126 -0
  46. package/components/checkbox/Checkbox.vue.d.ts +1 -1
  47. package/components/checkbox/index.d.ts +9 -9
  48. package/components/chip/{v3/Chip.vue.js → Chip.vue.js} +5 -5
  49. package/components/dateRange/CalendarMonth.vue.js +3 -3
  50. package/components/dateRange/DateRange.vue.js +4 -4
  51. package/components/dateRange/consts.d.ts +5 -0
  52. package/components/dateRange/consts.vue.js +8 -0
  53. package/components/dateRange/index.d.ts +3 -3
  54. package/components/dialog/Dialog.vue.d.ts +1 -1
  55. package/components/dialog/Dialog.vue.js +6 -7
  56. package/components/dialog/index.d.ts +11 -11
  57. package/components/dropdown/Dropdown.vue.d.ts +2 -2
  58. package/components/dropdown/Dropdown.vue.js +5 -5
  59. package/components/dropdown/SearchInput.vue.js +5 -6
  60. package/components/dropdown/index.d.ts +16 -16
  61. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  62. package/components/emptyState/EmptyState.vue.js +4 -4
  63. package/components/emptyState/index.d.ts +14 -14
  64. package/components/filterDropdown/AddFilterButton.vue.js +2 -2
  65. package/components/filterDropdown/FilterDropdown.vue.js +1 -2
  66. package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
  67. package/components/floatingToolbar/FloatingToolbar.vue.js +5 -6
  68. package/components/icon/Icon.vue.js +2 -0
  69. package/components/icon/icons/Hammer.vue.d.ts +2 -0
  70. package/components/icon/icons/Hammer.vue.js +26 -0
  71. package/components/icon/icons/TableEdit.vue.d.ts +2 -0
  72. package/components/icon/icons/TableEdit.vue.js +24 -0
  73. package/components/icon/icons/index.d.ts +6 -0
  74. package/components/icon/icons/index.vue.js +6 -0
  75. package/components/icon/index.d.ts +6 -0
  76. package/components/includeExclude/IncludeExclude.vue.js +5 -5
  77. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -4
  78. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -3
  79. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +8 -6
  80. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +125 -0
  81. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +610 -0
  82. package/components/{chip/v4/ChipV4.vue.d.ts → includeExclude/IncludeExcludeOptionDraggable.vue.d.ts} +18 -23
  83. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +126 -0
  84. package/components/includeExclude/includeExcludeMocks.d.ts +12 -0
  85. package/components/includeExclude/index.d.ts +228 -7
  86. package/components/includeExclude/index.vue.js +6 -0
  87. package/components/input/Input.vue.d.ts +2 -2
  88. package/components/input/Input.vue.js +3 -3
  89. package/components/input/index.d.ts +16 -16
  90. package/components/menu/Menu.vue.d.ts +1 -1
  91. package/components/menu/index.d.ts +5 -5
  92. package/components/snackbar/Snackbar.vue.d.ts +1 -1
  93. package/components/snackbar/Snackbar.vue.js +5 -6
  94. package/components/switch/{v3/Switch.vue.js → Switch.vue.js} +5 -5
  95. package/components/table/Table.types.d.ts +1 -0
  96. package/components/table/Table.vue.d.ts +13 -0
  97. package/components/table/Table.vue.js +34 -12
  98. package/components/table/index.d.ts +25 -0
  99. package/components/table-cells/Editable.vue.js +1 -1
  100. package/components/tooltip/Tooltip.vue.d.ts +1 -1
  101. package/components/tooltip/index.d.ts +5 -5
  102. package/components/typography/index.d.ts +9 -9
  103. package/index.d.ts +3 -429
  104. package/index.vue.js +11 -18
  105. package/package.json +13 -21
  106. package/styleguide.scss +78 -77
  107. package/ButtonBase.vue_vue_type_style_index_1_scoped_true_lang.css +0 -1
  108. package/ButtonSuper.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  109. package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  110. package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  111. package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  112. package/components/ThemeWrapper/ThemeStrore.d.ts +0 -4
  113. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +0 -15
  114. package/components/button/common/ButtonSuper.vue.d.ts +0 -42
  115. package/components/button/v3/Button.vue.js +0 -40
  116. package/components/button/v3/index.d.ts +0 -126
  117. package/components/button/v4/ButtonV4.vue.d.ts +0 -52
  118. package/components/button/v4/ButtonV4.vue.js +0 -44
  119. package/components/button/v4/index.d.ts +0 -72
  120. package/components/button/v4/index.vue.js +0 -6
  121. package/components/chip/v4/ChipV4.vue.js +0 -76
  122. package/components/chip/v4/index.d.ts +0 -63
  123. package/components/chip/v4/index.vue.js +0 -6
  124. package/components/switch/v4/SwitchV4.vue.d.ts +0 -37
  125. package/components/switch/v4/SwitchV4.vue.js +0 -87
  126. package/components/switch/v4/index.d.ts +0 -46
  127. package/components/switch/v4/index.vue.js +0 -6
  128. /package/components/button/{v3/Button.vue.d.ts → Button.vue.d.ts} +0 -0
  129. /package/components/button/{v3/IconButton.vue.d.ts → IconButton.vue.d.ts} +0 -0
  130. /package/components/button/{v3/ScrollButton.vue.d.ts → ScrollButton.vue.d.ts} +0 -0
  131. /package/components/button/{v3/index.vue.js → index.vue.js} +0 -0
  132. /package/components/chip/{v3/Chip.vue.d.ts → Chip.vue.d.ts} +0 -0
  133. /package/components/chip/{v3/index.d.ts → index.d.ts} +0 -0
  134. /package/components/chip/{v3/index.vue.js → index.vue.js} +0 -0
  135. /package/components/switch/{v3/Switch.vue.d.ts → Switch.vue.d.ts} +0 -0
  136. /package/components/switch/{v3/index.d.ts → index.d.ts} +0 -0
  137. /package/components/switch/{v3/index.vue.js → index.vue.js} +0 -0
@@ -1,126 +0,0 @@
1
- import Button from './Button.vue';
2
- import IconButton from './IconButton.vue';
3
- import ScrollButton from './ScrollButton.vue';
4
- declare const ButtonTypes: () => (import("vue").DefineComponent<{
5
- size: {
6
- type: import("vue").PropType<"md" | "sm" | "lg">;
7
- } & {
8
- default: string;
9
- };
10
- testId: {
11
- type: import("vue").PropType<string>;
12
- } & {
13
- default: string;
14
- };
15
- leftIconName: {
16
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
17
- } & {
18
- default: any;
19
- };
20
- rightIconName: {
21
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
22
- } & {
23
- default: any;
24
- };
25
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
- size: {
27
- type: import("vue").PropType<"md" | "sm" | "lg">;
28
- } & {
29
- default: string;
30
- };
31
- testId: {
32
- type: import("vue").PropType<string>;
33
- } & {
34
- default: string;
35
- };
36
- leftIconName: {
37
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
38
- } & {
39
- default: any;
40
- };
41
- rightIconName: {
42
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
43
- } & {
44
- default: any;
45
- };
46
- }>>, {
47
- size: "md" | "sm" | "lg";
48
- testId: string;
49
- leftIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
50
- rightIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
51
- }> | import("vue").DefineComponent<{
52
- size: {
53
- type: import("vue").PropType<"md" | "sm" | "lg">;
54
- } & {
55
- default: string;
56
- };
57
- variant: {
58
- type: import("vue").PropType<"link" | "solid" | "border" | "borderless" | "ghost" | "colorized">;
59
- } & {
60
- default: string;
61
- };
62
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
- size: {
64
- type: import("vue").PropType<"md" | "sm" | "lg">;
65
- } & {
66
- default: string;
67
- };
68
- variant: {
69
- type: import("vue").PropType<"link" | "solid" | "border" | "borderless" | "ghost" | "colorized">;
70
- } & {
71
- default: string;
72
- };
73
- }>>, {
74
- size: "md" | "sm" | "lg";
75
- variant: "link" | "solid" | "border" | "borderless" | "ghost" | "colorized";
76
- }> | import("vue").DefineComponent<{
77
- show: {
78
- type: import("vue").PropType<boolean>;
79
- } & {
80
- default: boolean;
81
- };
82
- iconName: {
83
- type: import("vue").PropType<string>;
84
- } & {
85
- default: string;
86
- };
87
- tooltipText: {
88
- type: import("vue").PropType<string>;
89
- } & {
90
- default: string;
91
- };
92
- position: {
93
- type: import("vue").PropType<"bottom-right" | "bottom-left" | "top-right" | "top-left">;
94
- } & {
95
- default: string;
96
- };
97
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scrolled"[], "scrolled", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
98
- show: {
99
- type: import("vue").PropType<boolean>;
100
- } & {
101
- default: boolean;
102
- };
103
- iconName: {
104
- type: import("vue").PropType<string>;
105
- } & {
106
- default: string;
107
- };
108
- tooltipText: {
109
- type: import("vue").PropType<string>;
110
- } & {
111
- default: string;
112
- };
113
- position: {
114
- type: import("vue").PropType<"bottom-right" | "bottom-left" | "top-right" | "top-left">;
115
- } & {
116
- default: string;
117
- };
118
- }>> & {
119
- onScrolled?: (...args: any[]) => any;
120
- }, {
121
- show: boolean;
122
- iconName: string;
123
- tooltipText: string;
124
- position: "bottom-right" | "bottom-left" | "top-right" | "top-left";
125
- }>)[];
126
- export { Button, IconButton, ScrollButton, ButtonTypes };
@@ -1,52 +0,0 @@
1
- import { IconName } from '@/components/icon';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
- size?: 'small' | 'medium' | 'large' | 'extraLarge';
4
- variant?: 'contained' | 'outlined' | 'text';
5
- color?: 'primary' | 'default' | 'danger' | 'info' | 'success' | 'warning';
6
- testId?: string;
7
- leftIconName?: IconName;
8
- rightIconName?: IconName;
9
- }>, {
10
- leftIconName: any;
11
- rightIconName: any;
12
- size: string;
13
- testId: string;
14
- variant: string;
15
- color: string;
16
- }>, {}, 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<{
17
- size?: 'small' | 'medium' | 'large' | 'extraLarge';
18
- variant?: 'contained' | 'outlined' | 'text';
19
- color?: 'primary' | 'default' | 'danger' | 'info' | 'success' | 'warning';
20
- testId?: string;
21
- leftIconName?: IconName;
22
- rightIconName?: IconName;
23
- }>, {
24
- leftIconName: any;
25
- rightIconName: any;
26
- size: string;
27
- testId: string;
28
- variant: string;
29
- color: string;
30
- }>>>, {
31
- size: 'small' | 'medium' | 'large' | 'extraLarge';
32
- testId: string;
33
- variant: 'contained' | 'outlined' | 'text';
34
- leftIconName: IconName;
35
- rightIconName: IconName;
36
- color: 'primary' | 'default' | 'danger' | 'info' | 'success' | 'warning';
37
- }>;
38
- export default _default;
39
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
- type __VLS_TypePropsToRuntimeProps<T> = {
41
- [K in keyof T]-?: {} extends Pick<T, K> ? {
42
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
43
- } : {
44
- type: import('vue').PropType<T[K]>;
45
- required: true;
46
- };
47
- };
48
- type __VLS_WithDefaults<P, D> = {
49
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
50
- default: D[K];
51
- } : P[K];
52
- };
@@ -1,44 +0,0 @@
1
- import { defineComponent, openBlock, createBlock, mergeProps, withCtx, renderSlot } from 'vue';
2
- import ButtonSuper from '../common/ButtonSuper.vue.js';
3
- /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
4
-
5
- import "../../../ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css";
6
- const _sfc_main = /* @__PURE__ */ defineComponent({
7
- __name: "ButtonV4",
8
- props: {
9
- size: { default: "medium" },
10
- variant: { default: "contained" },
11
- color: { default: "primary" },
12
- testId: { default: "" },
13
- leftIconName: { default: null },
14
- rightIconName: { default: null }
15
- },
16
- setup(__props) {
17
- const props = __props;
18
- return (_ctx, _cache) => {
19
- return openBlock(), createBlock(ButtonSuper, mergeProps({
20
- class: [
21
- __props.size,
22
- {
23
- "with-left-icon": !!__props.leftIconName,
24
- "with-right-icon": !!__props.rightIconName
25
- }
26
- ],
27
- size: __props.size,
28
- "data-testid": props.testId,
29
- "left-icon-name": __props.leftIconName,
30
- "right-icon-name": __props.rightIconName,
31
- variant: __props.variant,
32
- theme: __props.color
33
- }, _ctx.$attrs), {
34
- default: withCtx(() => [
35
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
36
- ]),
37
- _: 3
38
- }, 16, ["class", "size", "data-testid", "left-icon-name", "right-icon-name", "variant", "theme"]);
39
- };
40
- }
41
- });
42
- var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-48ad2f11"]]);
43
-
44
- export { Button as default };
@@ -1,72 +0,0 @@
1
- import Button from './ButtonV4.vue';
2
- declare const ButtonTypes: () => import("vue").DefineComponent<{
3
- size: {
4
- type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
5
- } & {
6
- default: string;
7
- };
8
- testId: {
9
- type: import("vue").PropType<string>;
10
- } & {
11
- default: string;
12
- };
13
- variant: {
14
- type: import("vue").PropType<"text" | "contained" | "outlined">;
15
- } & {
16
- default: string;
17
- };
18
- leftIconName: {
19
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "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">;
20
- } & {
21
- default: any;
22
- };
23
- rightIconName: {
24
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "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">;
25
- } & {
26
- default: any;
27
- };
28
- color: {
29
- type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
30
- } & {
31
- default: string;
32
- };
33
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
- size: {
35
- type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
36
- } & {
37
- default: string;
38
- };
39
- testId: {
40
- type: import("vue").PropType<string>;
41
- } & {
42
- default: string;
43
- };
44
- variant: {
45
- type: import("vue").PropType<"text" | "contained" | "outlined">;
46
- } & {
47
- default: string;
48
- };
49
- leftIconName: {
50
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
51
- } & {
52
- default: any;
53
- };
54
- rightIconName: {
55
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "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">;
56
- } & {
57
- default: any;
58
- };
59
- color: {
60
- type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
61
- } & {
62
- default: string;
63
- };
64
- }>>, {
65
- size: "small" | "medium" | "large" | "extraLarge";
66
- testId: string;
67
- variant: "text" | "contained" | "outlined";
68
- leftIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "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";
69
- rightIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "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" | "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";
70
- color: "default" | "info" | "success" | "warning" | "primary" | "danger";
71
- }>[];
72
- export { Button, ButtonTypes };
@@ -1,6 +0,0 @@
1
- import Button from './ButtonV4.vue.js';
2
- export { default as Button } from './ButtonV4.vue.js';
3
-
4
- const ButtonTypes = () => [Button];
5
-
6
- export { ButtonTypes };
@@ -1,76 +0,0 @@
1
- import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode, createElementVNode, toDisplayString, createVNode, withCtx, createTextVNode } from 'vue';
2
- import Icon from '../../icon/Icon.vue.js';
3
- import { ChipTestIdModifiers } from '../../../testids/index.vue.js';
4
- /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
5
-
6
- import "../../../ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css";
7
- const _hoisted_1 = ["disabled", "data-testid"];
8
- const _hoisted_2 = {
9
- key: 0,
10
- class: "icon icon--start"
11
- };
12
- const _hoisted_3 = {
13
- key: 0,
14
- class: "prefix"
15
- };
16
- const _hoisted_4 = {
17
- key: 1,
18
- class: "icon icon--end"
19
- };
20
- const _hoisted_5 = ["data-testid"];
21
- const _sfc_main = /* @__PURE__ */ defineComponent({
22
- __name: "ChipV4",
23
- props: {
24
- selected: { type: Boolean, default: false },
25
- clearable: { type: Boolean, default: false },
26
- prefix: { default: null },
27
- disabled: { type: Boolean, default: false },
28
- testId: { default: "" }
29
- },
30
- emits: ["cleared"],
31
- setup(__props, { emit }) {
32
- const cleared = (event) => {
33
- event.stopPropagation();
34
- emit("cleared");
35
- };
36
- return (_ctx, _cache) => {
37
- const _component_B = resolveComponent("B");
38
- return openBlock(), createElementBlock("button", {
39
- class: normalizeClass(["chip-container", { selected: __props.selected, disabled: __props.disabled }]),
40
- disabled: __props.disabled,
41
- "data-testid": `${__props.testId}-${unref(ChipTestIdModifiers).WRAPPER}`
42
- }, [
43
- _ctx.$slots["icon-start"] ? (openBlock(), createElementBlock("span", _hoisted_2, [
44
- renderSlot(_ctx.$slots, "icon-start", {}, void 0, true)
45
- ])) : createCommentVNode("", true),
46
- createElementVNode("span", null, [
47
- !!__props.prefix ? (openBlock(), createElementBlock("span", _hoisted_3, toDisplayString(__props.prefix) + ":", 1)) : createCommentVNode("", true),
48
- renderSlot(_ctx.$slots, "default", {}, void 0, true),
49
- createVNode(_component_B, null, {
50
- default: withCtx(() => [
51
- createTextVNode(" V4 ")
52
- ]),
53
- _: 1
54
- })
55
- ]),
56
- _ctx.$slots["icon-end"] ? (openBlock(), createElementBlock("span", _hoisted_4, [
57
- renderSlot(_ctx.$slots, "icon-end", {}, void 0, true)
58
- ])) : createCommentVNode("", true),
59
- __props.clearable ? (openBlock(), createElementBlock("button", {
60
- key: 2,
61
- class: "clear-icon",
62
- "data-testid": `${__props.testId}-${unref(ChipTestIdModifiers).CLEAR}`,
63
- onClick: cleared
64
- }, [
65
- createVNode(unref(Icon), {
66
- name: "close-bold",
67
- "font-size": "sm"
68
- })
69
- ], 8, _hoisted_5)) : createCommentVNode("", true)
70
- ], 10, _hoisted_1);
71
- };
72
- }
73
- });
74
- var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d3894364"]]);
75
-
76
- export { Chip as default };
@@ -1,63 +0,0 @@
1
- declare const ChipTypes: () => import("vue").DefineComponent<{
2
- testId: {
3
- type: import("vue").PropType<string>;
4
- } & {
5
- default: string;
6
- };
7
- disabled: {
8
- type: import("vue").PropType<boolean>;
9
- } & {
10
- default: boolean;
11
- };
12
- selected: {
13
- type: import("vue").PropType<boolean>;
14
- } & {
15
- default: boolean;
16
- };
17
- clearable: {
18
- type: import("vue").PropType<boolean>;
19
- } & {
20
- default: boolean;
21
- };
22
- prefix: {
23
- type: import("vue").PropType<string>;
24
- } & {
25
- default: any;
26
- };
27
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cleared"[], "cleared", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
- testId: {
29
- type: import("vue").PropType<string>;
30
- } & {
31
- default: string;
32
- };
33
- disabled: {
34
- type: import("vue").PropType<boolean>;
35
- } & {
36
- default: boolean;
37
- };
38
- selected: {
39
- type: import("vue").PropType<boolean>;
40
- } & {
41
- default: boolean;
42
- };
43
- clearable: {
44
- type: import("vue").PropType<boolean>;
45
- } & {
46
- default: boolean;
47
- };
48
- prefix: {
49
- type: import("vue").PropType<string>;
50
- } & {
51
- default: any;
52
- };
53
- }>> & {
54
- onCleared?: (...args: any[]) => any;
55
- }, {
56
- testId: string;
57
- disabled: boolean;
58
- selected: boolean;
59
- clearable: boolean;
60
- prefix: string;
61
- }>[];
62
- export { default as Chip } from './ChipV4.vue';
63
- export { ChipTypes };
@@ -1,6 +0,0 @@
1
- import Chip from './ChipV4.vue.js';
2
- export { default as Chip } from './ChipV4.vue.js';
3
-
4
- const ChipTypes = () => [Chip];
5
-
6
- export { ChipTypes };
@@ -1,37 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- options: string[];
3
- modelValue: string;
4
- size?: 'sm' | 'lg';
5
- testId?: string;
6
- }>, {
7
- size: string;
8
- testId: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
- options: string[];
11
- modelValue: string;
12
- size?: 'sm' | 'lg';
13
- testId?: string;
14
- }>, {
15
- size: string;
16
- testId: string;
17
- }>>> & {
18
- "onUpdate:modelValue"?: (...args: any[]) => any;
19
- }, {
20
- size: 'sm' | 'lg';
21
- testId: string;
22
- }>;
23
- export default _default;
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToRuntimeProps<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
33
- type __VLS_WithDefaults<P, D> = {
34
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
35
- default: D[K];
36
- } : P[K];
37
- };