@ironsource/shared-ui 1.4.3-rc.2 → 1.4.3-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonBase.vue_vue_type_style_index_1_scoped_true_lang.css +1 -0
- package/ButtonSuper.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
- package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
- package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
- package/README.md +21 -36
- package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Table.vue_vue_type_style_index_1_lang.css +1 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/components/ThemeWrapper/ThemeStrore.d.ts +4 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +15 -0
- package/components/appTrigger/AppTrigger.vue.js +3 -3
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +2 -1
- package/components/button/{ButtonBase.vue.d.ts → common/ButtonBase.vue.d.ts} +9 -9
- package/components/button/{ButtonBase.vue.js → common/ButtonBase.vue.js} +8 -8
- package/components/button/common/ButtonSuper.vue.d.ts +42 -0
- package/components/button/{Button.vue.js → common/ButtonSuper.vue.js} +7 -7
- package/components/button/v3/Button.vue.js +40 -0
- package/components/button/{IconButton.vue.js → v3/IconButton.vue.js} +7 -7
- package/components/button/{ScrollButton.vue.js → v3/ScrollButton.vue.js} +6 -6
- package/components/button/v3/index.d.ts +126 -0
- package/components/button/v4/ButtonV4.vue.d.ts +52 -0
- package/components/button/v4/ButtonV4.vue.js +44 -0
- package/components/button/v4/index.d.ts +72 -0
- package/components/button/v4/index.vue.js +6 -0
- package/components/checkbox/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/index.d.ts +9 -9
- package/components/chip/{Chip.vue.js → v3/Chip.vue.js} +5 -5
- package/components/chip/v4/ChipV4.vue.d.ts +48 -0
- package/components/chip/v4/ChipV4.vue.js +76 -0
- package/components/chip/v4/index.d.ts +63 -0
- package/components/chip/v4/index.vue.js +6 -0
- package/components/dateRange/CalendarMonth.vue.js +3 -3
- package/components/dateRange/DateRange.vue.js +4 -4
- package/components/dialog/Dialog.vue.d.ts +1 -1
- package/components/dialog/Dialog.vue.js +7 -6
- package/components/dialog/index.d.ts +11 -11
- package/components/dropdown/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/Dropdown.vue.js +5 -5
- package/components/dropdown/SearchInput.vue.js +6 -5
- package/components/dropdown/index.d.ts +16 -16
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +4 -4
- package/components/emptyState/index.d.ts +14 -14
- package/components/filterDropdown/AddFilterButton.vue.js +2 -2
- package/components/filterDropdown/FilterDropdown.vue.js +2 -1
- package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
- package/components/floatingToolbar/FloatingToolbar.vue.js +6 -5
- package/components/icon/Icon.vue.js +0 -1
- package/components/icon/icons/index.d.ts +0 -3
- package/components/icon/icons/index.vue.js +0 -3
- package/components/icon/index.d.ts +0 -3
- package/components/includeExclude/IncludeExclude.vue.js +4 -4
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +1 -1
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +4 -4
- package/components/input/Input.vue.d.ts +2 -2
- package/components/input/Input.vue.js +3 -3
- package/components/input/index.d.ts +16 -16
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +5 -5
- package/components/snackbar/Snackbar.vue.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.js +6 -5
- package/components/switch/{Switch.vue.js → v3/Switch.vue.js} +5 -5
- package/components/switch/v4/SwitchV4.vue.d.ts +37 -0
- package/components/switch/v4/SwitchV4.vue.js +87 -0
- package/components/switch/v4/index.d.ts +46 -0
- package/components/switch/v4/index.vue.js +6 -0
- package/components/table/Table.vue.js +3 -3
- package/components/tooltip/Tooltip.vue.d.ts +1 -1
- package/components/tooltip/index.d.ts +5 -5
- package/components/typography/index.d.ts +9 -9
- package/index.d.ts +429 -3
- package/index.vue.js +18 -9
- package/package.json +20 -11
- package/styleguide.scss +77 -78
- package/components/button/index.d.ts +0 -126
- package/components/icon/icons/Hammer.vue.d.ts +0 -2
- package/components/icon/icons/Hammer.vue.js +0 -26
- /package/components/button/{Button.vue.d.ts → v3/Button.vue.d.ts} +0 -0
- /package/components/button/{IconButton.vue.d.ts → v3/IconButton.vue.d.ts} +0 -0
- /package/components/button/{ScrollButton.vue.d.ts → v3/ScrollButton.vue.d.ts} +0 -0
- /package/components/button/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/chip/{Chip.vue.d.ts → v3/Chip.vue.d.ts} +0 -0
- /package/components/chip/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/chip/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/switch/{Switch.vue.d.ts → v3/Switch.vue.d.ts} +0 -0
- /package/components/switch/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/switch/{index.vue.js → v3/index.vue.js} +0 -0
|
@@ -0,0 +1,72 @@
|
|
|
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 };
|
|
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
28
28
|
onClick?: (event: MouseEvent) => any;
|
|
29
29
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
30
30
|
}, {
|
|
31
|
-
size: 'sm' | 'md' | 'lg';
|
|
32
31
|
label: string;
|
|
32
|
+
size: 'sm' | 'md' | 'lg';
|
|
33
33
|
testId: string;
|
|
34
34
|
}>;
|
|
35
35
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
2
|
-
|
|
3
|
-
type: import("vue").PropType<
|
|
2
|
+
label: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
4
|
} & {
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
type: import("vue").PropType<
|
|
7
|
+
size: {
|
|
8
|
+
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
9
9
|
} & {
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
@@ -29,13 +29,13 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
|
29
29
|
} & {
|
|
30
30
|
click: (event: MouseEvent) => void;
|
|
31
31
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
-
|
|
33
|
-
type: import("vue").PropType<
|
|
32
|
+
label: {
|
|
33
|
+
type: import("vue").PropType<string>;
|
|
34
34
|
} & {
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
|
-
|
|
38
|
-
type: import("vue").PropType<
|
|
37
|
+
size: {
|
|
38
|
+
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
39
39
|
} & {
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
@@ -58,8 +58,8 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
|
58
58
|
onClick?: (event: MouseEvent) => any;
|
|
59
59
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
60
60
|
}, {
|
|
61
|
-
size: "md" | "sm" | "lg";
|
|
62
61
|
label: string;
|
|
62
|
+
size: "md" | "sm" | "lg";
|
|
63
63
|
testId: string;
|
|
64
64
|
}>[];
|
|
65
65
|
export { default as Checkbox } from './Checkbox.vue';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode, createElementVNode, toDisplayString, createVNode } from 'vue';
|
|
2
|
-
import Icon from '
|
|
3
|
-
import { ChipTestIdModifiers } from '
|
|
4
|
-
/* empty css */import _export_sfc from '
|
|
2
|
+
import Icon from '../../icon/Icon.vue.js';
|
|
3
|
+
import { ChipTestIdModifiers } from '../../../testids/index.vue.js';
|
|
4
|
+
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
5
5
|
|
|
6
|
-
import "
|
|
6
|
+
import "../../../Chip.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
7
7
|
const _hoisted_1 = ["disabled", "data-testid"];
|
|
8
8
|
const _hoisted_2 = {
|
|
9
9
|
key: 0,
|
|
@@ -64,6 +64,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
64
64
|
};
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
|
-
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
67
|
+
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-95d1a5dc"]]);
|
|
68
68
|
|
|
69
69
|
export { Chip as default };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
selected?: boolean;
|
|
3
|
+
clearable?: boolean;
|
|
4
|
+
prefix?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
testId?: string;
|
|
7
|
+
}>, {
|
|
8
|
+
selected: boolean;
|
|
9
|
+
clearable: boolean;
|
|
10
|
+
prefix: any;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
testId: string;
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cleared"[], "cleared", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
|
+
selected?: boolean;
|
|
15
|
+
clearable?: boolean;
|
|
16
|
+
prefix?: string;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
testId?: string;
|
|
19
|
+
}>, {
|
|
20
|
+
selected: boolean;
|
|
21
|
+
clearable: boolean;
|
|
22
|
+
prefix: any;
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
testId: string;
|
|
25
|
+
}>>> & {
|
|
26
|
+
onCleared?: (...args: any[]) => any;
|
|
27
|
+
}, {
|
|
28
|
+
testId: string;
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
selected: boolean;
|
|
31
|
+
clearable: boolean;
|
|
32
|
+
prefix: string;
|
|
33
|
+
}>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
} : {
|
|
40
|
+
type: import('vue').PropType<T[K]>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
type __VLS_WithDefaults<P, D> = {
|
|
45
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
46
|
+
default: D[K];
|
|
47
|
+
} : P[K];
|
|
48
|
+
};
|
|
@@ -0,0 +1,76 @@
|
|
|
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 };
|
|
@@ -0,0 +1,63 @@
|
|
|
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 };
|
|
@@ -5,10 +5,10 @@ import Heading from '../typography/Heading.vue.js';
|
|
|
5
5
|
import Text from '../typography/Text.vue.js';
|
|
6
6
|
import Icon from '../icon/Icon.vue.js';
|
|
7
7
|
import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
8
|
-
/* empty css
|
|
8
|
+
/* empty css *//* empty css *//* empty css *//* empty css */import IconButton from '../button/v3/IconButton.vue.js';
|
|
9
9
|
import { CalendarMonthTestIdModifiers } from '../../testids/index.vue.js';
|
|
10
10
|
/* empty css */import 'floating-vue';
|
|
11
|
-
/* empty css *//* empty css
|
|
11
|
+
/* empty css *//* empty css */import { isBefore, isAfter, isSameDay } from 'date-fns';
|
|
12
12
|
import AngleLeft from '../icon/icons/AngleLeft.vue.js';
|
|
13
13
|
import AngleRight from '../icon/icons/AngleRight.vue.js';
|
|
14
14
|
/* empty css */
|
|
@@ -331,6 +331,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
331
331
|
};
|
|
332
332
|
}
|
|
333
333
|
});
|
|
334
|
-
var CalendarMonth = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
334
|
+
var CalendarMonth = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-11dadeb0"]]);
|
|
335
335
|
|
|
336
336
|
export { CalendarMonth as default };
|
|
@@ -4,12 +4,12 @@ import { useToggle } from '../../composables/useToggle.vue.js';
|
|
|
4
4
|
import CalendarMonth from './CalendarMonth.vue.js';
|
|
5
5
|
import dateServices from './DateServices.vue.js';
|
|
6
6
|
import { typeToName, messagePerType, presetsList, formatError, mandatoryValuesError, navigatePrev, navigateNext } from './consts.vue.js';
|
|
7
|
-
import Button from '../button/Button.vue.js';
|
|
7
|
+
import Button from '../button/v3/Button.vue.js';
|
|
8
8
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
9
9
|
import { DateRangeTestIdModifiers } from '../../testids/index.vue.js';
|
|
10
10
|
/* empty css */import Text from '../typography/Text.vue.js';
|
|
11
|
-
/* empty css
|
|
12
|
-
/* empty css *//* empty css
|
|
11
|
+
/* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
|
|
12
|
+
/* empty css *//* empty css */import { min, addDays, format } from 'date-fns';
|
|
13
13
|
/* empty css */
|
|
14
14
|
import "../../DateRange.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
15
15
|
const _hoisted_1 = ["id", "data-testid"];
|
|
@@ -664,6 +664,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
664
664
|
};
|
|
665
665
|
}
|
|
666
666
|
});
|
|
667
|
-
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
667
|
+
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e3e1c78e"]]);
|
|
668
668
|
|
|
669
669
|
export { DateRange as default };
|
|
@@ -72,6 +72,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
72
72
|
onClose?: (reason: Reason) => any;
|
|
73
73
|
onOpen?: () => any;
|
|
74
74
|
}, {
|
|
75
|
+
themeClass: string;
|
|
75
76
|
title: string;
|
|
76
77
|
testId: string;
|
|
77
78
|
content: string;
|
|
@@ -85,7 +86,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
85
86
|
showCloseButton: boolean;
|
|
86
87
|
escapeToClose: boolean;
|
|
87
88
|
beforeClose: (show: () => void) => void;
|
|
88
|
-
themeClass: string;
|
|
89
89
|
}>;
|
|
90
90
|
export default _default;
|
|
91
91
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -4,11 +4,12 @@ import { useTimeoutFn } from '@vueuse/core';
|
|
|
4
4
|
import Text from '../typography/Text.vue.js';
|
|
5
5
|
import { NOOP } from '@vue/shared';
|
|
6
6
|
import { Reason } from './Reason.vue.js';
|
|
7
|
-
import IconButton from '../button/IconButton.vue.js';
|
|
8
7
|
import Icon from '../icon/Icon.vue.js';
|
|
9
8
|
import { DialogTestIdModifiers } from '../../testids/index.vue.js';
|
|
10
|
-
/* empty css
|
|
11
|
-
|
|
9
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
10
|
+
/* empty css *//* empty css *//* empty css *//* empty css */import IconButton from '../button/v3/IconButton.vue.js';
|
|
11
|
+
/* empty css */import 'floating-vue';
|
|
12
|
+
/* empty css *//* empty css *//* empty css */
|
|
12
13
|
import "../../Dialog.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
13
14
|
const _hoisted_1 = ["data-testid"];
|
|
14
15
|
const _hoisted_2 = ["data-testid"];
|
|
@@ -44,7 +45,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
44
45
|
setup(__props, { emit }) {
|
|
45
46
|
const props = __props;
|
|
46
47
|
useCssVars((_ctx) => ({
|
|
47
|
-
"
|
|
48
|
+
"6f9792ca": __props.width
|
|
48
49
|
}));
|
|
49
50
|
const visible = ref(false);
|
|
50
51
|
let openTimer = void 0;
|
|
@@ -136,7 +137,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
136
137
|
_: 1
|
|
137
138
|
})
|
|
138
139
|
], true) : createCommentVNode("", true),
|
|
139
|
-
__props.showCloseButton ? (openBlock(), createBlock(IconButton, {
|
|
140
|
+
__props.showCloseButton ? (openBlock(), createBlock(unref(IconButton), {
|
|
140
141
|
key: 1,
|
|
141
142
|
class: "button close-button",
|
|
142
143
|
size: "md",
|
|
@@ -202,6 +203,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
202
203
|
};
|
|
203
204
|
}
|
|
204
205
|
});
|
|
205
|
-
var Dialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
206
|
+
var Dialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1d3abaa6"]]);
|
|
206
207
|
|
|
207
208
|
export { Dialog as default };
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
declare const DialogTypes: () => import("vue").DefineComponent<{
|
|
2
|
+
themeClass: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
} & {
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
2
7
|
title: {
|
|
3
8
|
type: import("vue").PropType<string>;
|
|
4
9
|
} & {
|
|
@@ -68,11 +73,6 @@ declare const DialogTypes: () => import("vue").DefineComponent<{
|
|
|
68
73
|
} & {
|
|
69
74
|
default: any;
|
|
70
75
|
};
|
|
71
|
-
themeClass: {
|
|
72
|
-
type: import("vue").PropType<string>;
|
|
73
|
-
} & {
|
|
74
|
-
default: string;
|
|
75
|
-
};
|
|
76
76
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
77
77
|
"update:modelValue": (value: boolean) => void;
|
|
78
78
|
} & {
|
|
@@ -80,6 +80,11 @@ declare const DialogTypes: () => import("vue").DefineComponent<{
|
|
|
80
80
|
} & {
|
|
81
81
|
close: (reason: import("./Reason").Reason) => void;
|
|
82
82
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
83
|
+
themeClass: {
|
|
84
|
+
type: import("vue").PropType<string>;
|
|
85
|
+
} & {
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
83
88
|
title: {
|
|
84
89
|
type: import("vue").PropType<string>;
|
|
85
90
|
} & {
|
|
@@ -149,16 +154,12 @@ declare const DialogTypes: () => import("vue").DefineComponent<{
|
|
|
149
154
|
} & {
|
|
150
155
|
default: any;
|
|
151
156
|
};
|
|
152
|
-
themeClass: {
|
|
153
|
-
type: import("vue").PropType<string>;
|
|
154
|
-
} & {
|
|
155
|
-
default: string;
|
|
156
|
-
};
|
|
157
157
|
}>> & {
|
|
158
158
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
159
159
|
onClose?: (reason: import("./Reason").Reason) => any;
|
|
160
160
|
onOpen?: () => any;
|
|
161
161
|
}, {
|
|
162
|
+
themeClass: string;
|
|
162
163
|
title: string;
|
|
163
164
|
testId: string;
|
|
164
165
|
content: string;
|
|
@@ -172,7 +173,6 @@ declare const DialogTypes: () => import("vue").DefineComponent<{
|
|
|
172
173
|
showCloseButton: boolean;
|
|
173
174
|
escapeToClose: boolean;
|
|
174
175
|
beforeClose: (show: () => void) => void;
|
|
175
|
-
themeClass: string;
|
|
176
176
|
}>[];
|
|
177
177
|
export { default as Dialog } from './Dialog.vue';
|
|
178
178
|
export { DialogTypes };
|
|
@@ -163,11 +163,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
163
163
|
onOpened?: () => any;
|
|
164
164
|
onApply?: (value: unknown) => any;
|
|
165
165
|
}, {
|
|
166
|
-
size: 'sm' | 'lg';
|
|
167
166
|
title: string;
|
|
167
|
+
theme: string;
|
|
168
|
+
size: 'sm' | 'lg';
|
|
168
169
|
error: string;
|
|
169
170
|
testId: string;
|
|
170
|
-
theme: string;
|
|
171
171
|
placement: Placement;
|
|
172
172
|
disabled: boolean;
|
|
173
173
|
selected: any;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch, useSlots, nextTick, toRaw, provide, onMounted, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createVNode, withCtx, Transition, createElementVNode, createTextVNode, toDisplayString, createCommentVNode, createBlock, mergeProps, withModifiers, Fragment, renderList, pushScopeId, popScopeId } from 'vue';
|
|
2
|
-
import Button from '../button/Button.vue.js';
|
|
2
|
+
import Button from '../button/v3/Button.vue.js';
|
|
3
3
|
import Icon from '../icon/Icon.vue.js';
|
|
4
4
|
import { DropdownTestIdModifiers } from '../../testids/index.vue.js';
|
|
5
5
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
6
6
|
import Text from '../typography/Text.vue.js';
|
|
7
|
-
/* empty css
|
|
8
|
-
/* empty css *//* empty css
|
|
7
|
+
/* empty css *//* empty css *//* empty css *//* empty css */import { Dropdown as Dropdown$1 } from 'floating-vue';
|
|
8
|
+
/* empty css *//* empty css */import Option from './Option.vue.js';
|
|
9
9
|
import Search from '../search/Search.vue.js';
|
|
10
10
|
import { useToggle } from '../../composables/useToggle.vue.js';
|
|
11
11
|
import { isObjectInArray } from '../../utils/array.vue.js';
|
|
@@ -15,7 +15,7 @@ import { Mode, Type, DropdownContext } from './DropdownContext.vue.js';
|
|
|
15
15
|
import { pxToRem } from '../../utils/style.vue.js';
|
|
16
16
|
/* empty css *//* empty css */
|
|
17
17
|
import "../../Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css";import "../../Dropdown.vue_vue_type_style_index_1_lang.css";
|
|
18
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
18
|
+
const _withScopeId = (n) => (pushScopeId("data-v-0b9353e5"), n = n(), popScopeId(), n);
|
|
19
19
|
const _hoisted_1 = ["tabindex", "data-testid"];
|
|
20
20
|
const _hoisted_2 = ["disabled", "aria-expanded", "aria-labelledby", "aria-disabled"];
|
|
21
21
|
const _hoisted_3 = {
|
|
@@ -780,6 +780,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
780
780
|
};
|
|
781
781
|
}
|
|
782
782
|
});
|
|
783
|
-
var Dropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
783
|
+
var Dropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0b9353e5"]]);
|
|
784
784
|
|
|
785
785
|
export { Dropdown as default };
|