@ironsource/shared-ui 1.4.2-test.9 → 1.4.3-rc.0
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/AutocompleteDropdown.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/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Checkbox.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/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DatePickerMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- 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/DollarInput.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/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FiltersPanel.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Heading.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/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Menu.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/README.md +37 -22
- package/RadioButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/RadioGroup.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/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Text.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/TextWithTitleContent.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/appTrigger/AppTrigger.vue.d.ts +5 -0
- package/components/appTrigger/AppTrigger.vue.js +29 -16
- package/components/appTrigger/index.d.ts +11 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +5 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +7 -4
- package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +5 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +12 -6
- package/components/autocompleteDropdown/index.d.ts +11 -0
- package/components/banner/Banner.vue.d.ts +9 -0
- package/components/banner/Banner.vue.js +20 -9
- package/components/banner/index.d.ts +9 -0
- package/components/button/Button.vue.d.ts +5 -0
- package/components/button/Button.vue.js +6 -4
- package/components/button/index.d.ts +17 -6
- package/components/checkbox/Checkbox.vue.d.ts +5 -0
- package/components/checkbox/Checkbox.vue.js +20 -14
- package/components/checkbox/index.d.ts +11 -0
- package/components/chip/Chip.vue.d.ts +5 -0
- package/components/chip/Chip.vue.js +12 -7
- package/components/chip/index.d.ts +11 -0
- package/components/datePicker/DatePicker.vue.d.ts +5 -0
- package/components/datePicker/DatePicker.vue.js +11 -6
- package/components/datePicker/DatePickerMonth.vue.d.ts +5 -0
- package/components/datePicker/DatePickerMonth.vue.js +5 -3
- package/components/datePicker/index.d.ts +11 -0
- package/components/dateRange/CalendarMonth.vue.d.ts +5 -0
- package/components/dateRange/CalendarMonth.vue.js +39 -21
- package/components/dateRange/DateRange.vue.d.ts +5 -0
- package/components/dateRange/DateRange.vue.js +49 -36
- package/components/dateRange/DateRangePicker.vue.d.ts +5 -0
- package/components/dateRange/index.d.ts +11 -0
- package/components/dialog/Dialog.vue.d.ts +5 -0
- package/components/dialog/Dialog.vue.js +38 -23
- package/components/dialog/index.d.ts +11 -0
- package/components/dropdown/Dropdown.vue.d.ts +5 -0
- package/components/dropdown/Dropdown.vue.js +62 -35
- package/components/dropdown/index.d.ts +11 -0
- package/components/emptyState/index.d.ts +3 -3
- package/components/filterDropdown/AddFilterButton.vue.d.ts +2 -0
- package/components/filterDropdown/AddFilterButton.vue.js +6 -4
- package/components/filterDropdown/FilterDropdown.vue.d.ts +5 -0
- package/components/filterDropdown/FilterDropdown.vue.js +8 -5
- package/components/filterDropdown/index.d.ts +17 -0
- package/components/filtersPanel/FiltersPanel.vue.d.ts +5 -0
- package/components/filtersPanel/FiltersPanel.vue.js +7 -4
- 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.d.ts +5 -13
- package/components/includeExclude/IncludeExclude.vue.js +86 -134
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +3 -4
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +2 -2
- package/components/includeExclude/includeExcludeMocks.d.ts +0 -12
- package/components/includeExclude/index.d.ts +23 -27
- package/components/includeExclude/index.vue.js +0 -3
- package/components/input/DollarInput.vue.d.ts +1 -1
- package/components/input/DollarInput.vue.js +1 -1
- package/components/input/Input.vue.d.ts +10 -0
- package/components/input/Input.vue.js +61 -35
- package/components/input/PasswordInput.vue.d.ts +1 -1
- package/components/input/PasswordInput.vue.js +1 -1
- package/components/input/PercentageInput.vue.d.ts +1 -1
- package/components/input/PercentageInput.vue.js +1 -1
- package/components/input/index.d.ts +34 -0
- package/components/menu/Menu.vue.d.ts +5 -0
- package/components/menu/Menu.vue.js +6 -4
- package/components/menu/index.d.ts +11 -0
- package/components/popover/Popover.vue.d.ts +5 -0
- package/components/popover/Popover.vue.js +5 -3
- package/components/popover/index.d.ts +11 -0
- package/components/radioButton/RadioButton.vue.d.ts +5 -0
- package/components/radioButton/RadioButton.vue.js +15 -8
- package/components/radioButton/RadioGroup.vue.d.ts +5 -0
- package/components/radioButton/RadioGroup.vue.js +9 -5
- package/components/radioButton/index.d.ts +22 -0
- package/components/search/Search.vue.d.ts +5 -0
- package/components/search/Search.vue.js +13 -7
- package/components/search/index.d.ts +11 -0
- package/components/switch/Switch.vue.d.ts +5 -0
- package/components/switch/Switch.vue.js +17 -9
- package/components/switch/index.d.ts +11 -0
- package/components/table/Table.types.d.ts +0 -1
- package/components/table/Table.vue.d.ts +5 -10
- package/components/table/Table.vue.js +56 -52
- package/components/table/index.d.ts +11 -22
- package/components/table-cells/Editable.vue.js +1 -1
- package/components/tabs/Tabs.vue.d.ts +5 -0
- package/components/tabs/Tabs.vue.js +20 -15
- package/components/tabs/index.d.ts +11 -0
- package/components/textArea/TextArea.vue.d.ts +5 -0
- package/components/textArea/TextArea.vue.js +23 -16
- package/components/textArea/index.d.ts +11 -0
- package/components/toggle/Toggle.vue.d.ts +10 -0
- package/components/toggle/Toggle.vue.js +37 -20
- package/components/toggle/index.d.ts +22 -0
- package/components/tooltip/TextWithTitleContent.vue.d.ts +16 -3
- package/components/tooltip/TextWithTitleContent.vue.js +11 -6
- package/components/tooltip/Tooltip.vue.d.ts +5 -0
- package/components/tooltip/Tooltip.vue.js +8 -4
- package/components/tooltip/index.d.ts +11 -0
- package/components/typography/Heading.vue.d.ts +5 -0
- package/components/typography/Heading.vue.js +7 -4
- package/components/typography/Text.vue.d.ts +5 -0
- package/components/typography/Text.vue.js +8 -4
- package/components/typography/index.d.ts +22 -0
- package/consts/regex.d.ts +1 -0
- package/consts/regex.vue.js +3 -0
- package/consts/style.d.ts +1 -0
- package/consts/style.vue.js +3 -0
- package/index.vue.js +1 -2
- package/package.json +4 -5
- package/testids/index.d.ts +146 -0
- package/testids/index.vue.js +170 -0
- package/utils/style.d.ts +1 -0
- package/utils/style.vue.js +5 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/components/icon/icons/TableEdit.vue.d.ts +0 -2
- package/components/icon/icons/TableEdit.vue.js +0 -24
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +0 -43
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +0 -122
- package/components/table/Pagination.vue.d.ts +0 -43
|
@@ -7,13 +7,18 @@ declare const ButtonTypes: () => (import("vue").DefineComponent<{
|
|
|
7
7
|
} & {
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
|
+
testId: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
} & {
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
10
15
|
leftIconName: {
|
|
11
|
-
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" | "
|
|
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">;
|
|
12
17
|
} & {
|
|
13
18
|
default: any;
|
|
14
19
|
};
|
|
15
20
|
rightIconName: {
|
|
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" | "
|
|
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">;
|
|
17
22
|
} & {
|
|
18
23
|
default: any;
|
|
19
24
|
};
|
|
@@ -23,20 +28,26 @@ declare const ButtonTypes: () => (import("vue").DefineComponent<{
|
|
|
23
28
|
} & {
|
|
24
29
|
default: string;
|
|
25
30
|
};
|
|
31
|
+
testId: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
} & {
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
26
36
|
leftIconName: {
|
|
27
|
-
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" | "
|
|
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">;
|
|
28
38
|
} & {
|
|
29
39
|
default: any;
|
|
30
40
|
};
|
|
31
41
|
rightIconName: {
|
|
32
|
-
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" | "
|
|
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">;
|
|
33
43
|
} & {
|
|
34
44
|
default: any;
|
|
35
45
|
};
|
|
36
46
|
}>>, {
|
|
37
47
|
size: "md" | "sm" | "lg";
|
|
38
|
-
|
|
39
|
-
|
|
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";
|
|
40
51
|
}> | import("vue").DefineComponent<{
|
|
41
52
|
size: {
|
|
42
53
|
type: import("vue").PropType<"md" | "sm" | "lg">;
|
|
@@ -4,9 +4,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
size?: 'sm' | 'md' | 'lg';
|
|
6
6
|
label?: string;
|
|
7
|
+
testId?: string;
|
|
7
8
|
}>, {
|
|
8
9
|
size: string;
|
|
9
10
|
label: string;
|
|
11
|
+
testId: string;
|
|
10
12
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
13
|
"update:isChecked": (value: boolean) => void;
|
|
12
14
|
} & {
|
|
@@ -17,15 +19,18 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
17
19
|
disabled?: boolean;
|
|
18
20
|
size?: 'sm' | 'md' | 'lg';
|
|
19
21
|
label?: string;
|
|
22
|
+
testId?: string;
|
|
20
23
|
}>, {
|
|
21
24
|
size: string;
|
|
22
25
|
label: string;
|
|
26
|
+
testId: string;
|
|
23
27
|
}>>> & {
|
|
24
28
|
onClick?: (event: MouseEvent) => any;
|
|
25
29
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
26
30
|
}, {
|
|
27
31
|
size: 'sm' | 'md' | 'lg';
|
|
28
32
|
label: string;
|
|
33
|
+
testId: string;
|
|
29
34
|
}>;
|
|
30
35
|
export default _default;
|
|
31
36
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps,
|
|
1
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, mergeProps, createVNode, withCtx, createBlock, createCommentVNode, renderSlot, createTextVNode, toDisplayString, pushScopeId, popScopeId } from 'vue';
|
|
2
|
+
import { CheckboxTestIdModifiers } from '../../testids/index.vue.js';
|
|
2
3
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
3
4
|
import Text from '../typography/Text.vue.js';
|
|
4
5
|
import Icon from '../icon/Icon.vue.js';
|
|
@@ -9,10 +10,11 @@ import useIsFocusVisible from '../../composables/useIsFocusVisible.vue.js';
|
|
|
9
10
|
import { useId } from '../../composables/useId.vue.js';
|
|
10
11
|
/* empty css */
|
|
11
12
|
import "../../Checkbox.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
12
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
13
|
-
const _hoisted_1 =
|
|
14
|
-
const _hoisted_2 =
|
|
15
|
-
const _hoisted_3 =
|
|
13
|
+
const _withScopeId = (n) => (pushScopeId("data-v-53fc4034"), n = n(), popScopeId(), n);
|
|
14
|
+
const _hoisted_1 = ["data-testid"];
|
|
15
|
+
const _hoisted_2 = { class: "checkboxes" };
|
|
16
|
+
const _hoisted_3 = ["disabled", "checked", ".indeterminate", "data-testid"];
|
|
17
|
+
const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "checkbox__inner" }, null, -1));
|
|
16
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
19
|
__name: "Checkbox",
|
|
18
20
|
props: {
|
|
@@ -20,7 +22,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
22
|
isIndeterminate: { type: Boolean },
|
|
21
23
|
disabled: { type: Boolean },
|
|
22
24
|
size: { default: "md" },
|
|
23
|
-
label: { default: "" }
|
|
25
|
+
label: { default: "" },
|
|
26
|
+
testId: { default: "" }
|
|
24
27
|
},
|
|
25
28
|
emits: ["update:isChecked", "click"],
|
|
26
29
|
setup(__props, { emit }) {
|
|
@@ -54,9 +57,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
54
57
|
return (_ctx, _cache) => {
|
|
55
58
|
return openBlock(), createElementBlock("label", {
|
|
56
59
|
for: id,
|
|
57
|
-
class: normalizeClass([[__props.size, { "focus-visible": isFocusVisible.value, disabled: __props.disabled }], "checkbox"])
|
|
60
|
+
class: normalizeClass([[__props.size, { "focus-visible": isFocusVisible.value, disabled: __props.disabled }], "checkbox"]),
|
|
61
|
+
"data-testid": `${__props.testId}-${unref(CheckboxTestIdModifiers).WRAPPER}`
|
|
58
62
|
}, [
|
|
59
|
-
createElementVNode("span",
|
|
63
|
+
createElementVNode("span", _hoisted_2, [
|
|
60
64
|
createElementVNode("input", mergeProps(_ctx.$attrs, {
|
|
61
65
|
id,
|
|
62
66
|
ref: checkbox.value,
|
|
@@ -65,12 +69,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
65
69
|
class: "input",
|
|
66
70
|
".indeterminate": unref(indeterminate),
|
|
67
71
|
type: "checkbox",
|
|
72
|
+
"data-testid": `${__props.testId}-${unref(CheckboxTestIdModifiers).FIELD}`,
|
|
68
73
|
onBlur: handleBlur,
|
|
69
74
|
onFocus: handleFocus,
|
|
70
75
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("click", $event)),
|
|
71
76
|
onInput: updateValue
|
|
72
|
-
}), null, 16,
|
|
73
|
-
|
|
77
|
+
}), null, 16, _hoisted_3),
|
|
78
|
+
_hoisted_4,
|
|
74
79
|
createVNode(unref(Icon), { "font-size": __props.size }, {
|
|
75
80
|
default: withCtx(() => [
|
|
76
81
|
unref(checked) ? (openBlock(), createBlock(Checked, {
|
|
@@ -92,7 +97,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
92
97
|
__props.label || _ctx.$slots.default ? (openBlock(), createBlock(unref(Text), {
|
|
93
98
|
key: 0,
|
|
94
99
|
size: __props.size,
|
|
95
|
-
class: "checkbox-text"
|
|
100
|
+
class: "checkbox-text",
|
|
101
|
+
"data-testid": `${__props.testId}-${unref(CheckboxTestIdModifiers).LABEL}`
|
|
96
102
|
}, {
|
|
97
103
|
default: withCtx(() => [
|
|
98
104
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
@@ -100,11 +106,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
100
106
|
], true)
|
|
101
107
|
]),
|
|
102
108
|
_: 3
|
|
103
|
-
}, 8, ["size"])) : createCommentVNode("", true)
|
|
104
|
-
],
|
|
109
|
+
}, 8, ["size", "data-testid"])) : createCommentVNode("", true)
|
|
110
|
+
], 10, _hoisted_1);
|
|
105
111
|
};
|
|
106
112
|
}
|
|
107
113
|
});
|
|
108
|
-
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
114
|
+
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-53fc4034"]]);
|
|
109
115
|
|
|
110
116
|
export { Checkbox as default };
|
|
@@ -9,6 +9,11 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
|
9
9
|
} & {
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
|
+
testId: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
} & {
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
12
17
|
disabled: {
|
|
13
18
|
type: import("vue").PropType<boolean>;
|
|
14
19
|
};
|
|
@@ -34,6 +39,11 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
|
34
39
|
} & {
|
|
35
40
|
default: string;
|
|
36
41
|
};
|
|
42
|
+
testId: {
|
|
43
|
+
type: import("vue").PropType<string>;
|
|
44
|
+
} & {
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
37
47
|
disabled: {
|
|
38
48
|
type: import("vue").PropType<boolean>;
|
|
39
49
|
};
|
|
@@ -50,6 +60,7 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
|
|
|
50
60
|
}, {
|
|
51
61
|
size: "md" | "sm" | "lg";
|
|
52
62
|
label: string;
|
|
63
|
+
testId: string;
|
|
53
64
|
}>[];
|
|
54
65
|
export { default as Checkbox } from './Checkbox.vue';
|
|
55
66
|
export { CheckboxTypes };
|
|
@@ -3,24 +3,29 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
3
3
|
clearable?: boolean;
|
|
4
4
|
prefix?: string;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
+
testId?: string;
|
|
6
7
|
}>, {
|
|
7
8
|
selected: boolean;
|
|
8
9
|
clearable: boolean;
|
|
9
10
|
prefix: any;
|
|
10
11
|
disabled: boolean;
|
|
12
|
+
testId: string;
|
|
11
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<{
|
|
12
14
|
selected?: boolean;
|
|
13
15
|
clearable?: boolean;
|
|
14
16
|
prefix?: string;
|
|
15
17
|
disabled?: boolean;
|
|
18
|
+
testId?: string;
|
|
16
19
|
}>, {
|
|
17
20
|
selected: boolean;
|
|
18
21
|
clearable: boolean;
|
|
19
22
|
prefix: any;
|
|
20
23
|
disabled: boolean;
|
|
24
|
+
testId: string;
|
|
21
25
|
}>>> & {
|
|
22
26
|
onCleared?: (...args: any[]) => any;
|
|
23
27
|
}, {
|
|
28
|
+
testId: string;
|
|
24
29
|
disabled: boolean;
|
|
25
30
|
selected: boolean;
|
|
26
31
|
clearable: boolean;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, toDisplayString, createVNode
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode, createElementVNode, toDisplayString, createVNode } from 'vue';
|
|
2
2
|
import Icon from '../icon/Icon.vue.js';
|
|
3
|
+
import { ChipTestIdModifiers } from '../../testids/index.vue.js';
|
|
3
4
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
5
|
|
|
5
6
|
import "../../Chip.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
6
|
-
const _hoisted_1 = ["disabled"];
|
|
7
|
+
const _hoisted_1 = ["disabled", "data-testid"];
|
|
7
8
|
const _hoisted_2 = {
|
|
8
9
|
key: 0,
|
|
9
10
|
class: "icon icon--start"
|
|
@@ -16,13 +17,15 @@ const _hoisted_4 = {
|
|
|
16
17
|
key: 1,
|
|
17
18
|
class: "icon icon--end"
|
|
18
19
|
};
|
|
20
|
+
const _hoisted_5 = ["data-testid"];
|
|
19
21
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
22
|
__name: "Chip",
|
|
21
23
|
props: {
|
|
22
24
|
selected: { type: Boolean, default: false },
|
|
23
25
|
clearable: { type: Boolean, default: false },
|
|
24
26
|
prefix: { default: null },
|
|
25
|
-
disabled: { type: Boolean, default: false }
|
|
27
|
+
disabled: { type: Boolean, default: false },
|
|
28
|
+
testId: { default: "" }
|
|
26
29
|
},
|
|
27
30
|
emits: ["cleared"],
|
|
28
31
|
setup(__props, { emit }) {
|
|
@@ -33,7 +36,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
33
36
|
return (_ctx, _cache) => {
|
|
34
37
|
return openBlock(), createElementBlock("button", {
|
|
35
38
|
class: normalizeClass(["chip-container", { selected: __props.selected, disabled: __props.disabled }]),
|
|
36
|
-
disabled: __props.disabled
|
|
39
|
+
disabled: __props.disabled,
|
|
40
|
+
"data-testid": `${__props.testId}-${unref(ChipTestIdModifiers).WRAPPER}`
|
|
37
41
|
}, [
|
|
38
42
|
_ctx.$slots["icon-start"] ? (openBlock(), createElementBlock("span", _hoisted_2, [
|
|
39
43
|
renderSlot(_ctx.$slots, "icon-start", {}, void 0, true)
|
|
@@ -48,17 +52,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
48
52
|
__props.clearable ? (openBlock(), createElementBlock("button", {
|
|
49
53
|
key: 2,
|
|
50
54
|
class: "clear-icon",
|
|
55
|
+
"data-testid": `${__props.testId}-${unref(ChipTestIdModifiers).CLEAR}`,
|
|
51
56
|
onClick: cleared
|
|
52
57
|
}, [
|
|
53
58
|
createVNode(unref(Icon), {
|
|
54
|
-
name: "close",
|
|
59
|
+
name: "close-bold",
|
|
55
60
|
"font-size": "sm"
|
|
56
61
|
})
|
|
57
|
-
])) : createCommentVNode("", true)
|
|
62
|
+
], 8, _hoisted_5)) : createCommentVNode("", true)
|
|
58
63
|
], 10, _hoisted_1);
|
|
59
64
|
};
|
|
60
65
|
}
|
|
61
66
|
});
|
|
62
|
-
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
67
|
+
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5d0f8d76"]]);
|
|
63
68
|
|
|
64
69
|
export { Chip as default };
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
declare const ChipTypes: () => import("vue").DefineComponent<{
|
|
2
|
+
testId: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
} & {
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
2
7
|
disabled: {
|
|
3
8
|
type: import("vue").PropType<boolean>;
|
|
4
9
|
} & {
|
|
@@ -20,6 +25,11 @@ declare const ChipTypes: () => import("vue").DefineComponent<{
|
|
|
20
25
|
default: any;
|
|
21
26
|
};
|
|
22
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
|
+
};
|
|
23
33
|
disabled: {
|
|
24
34
|
type: import("vue").PropType<boolean>;
|
|
25
35
|
} & {
|
|
@@ -43,6 +53,7 @@ declare const ChipTypes: () => import("vue").DefineComponent<{
|
|
|
43
53
|
}>> & {
|
|
44
54
|
onCleared?: (...args: any[]) => any;
|
|
45
55
|
}, {
|
|
56
|
+
testId: string;
|
|
46
57
|
disabled: boolean;
|
|
47
58
|
selected: boolean;
|
|
48
59
|
clearable: boolean;
|
|
@@ -4,12 +4,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
allowFutureDates?: boolean;
|
|
5
5
|
dateFormat?: string;
|
|
6
6
|
placeholder?: string;
|
|
7
|
+
testId?: string;
|
|
7
8
|
}>, {
|
|
8
9
|
uniqueId: number;
|
|
9
10
|
modelValue: any;
|
|
10
11
|
dateFormat: string;
|
|
11
12
|
placeholder: string;
|
|
12
13
|
allowFutureDates: boolean;
|
|
14
|
+
testId: string;
|
|
13
15
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
16
|
"update:modelValue": (val: string | Date) => void;
|
|
15
17
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -18,15 +20,18 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
20
|
allowFutureDates?: boolean;
|
|
19
21
|
dateFormat?: string;
|
|
20
22
|
placeholder?: string;
|
|
23
|
+
testId?: string;
|
|
21
24
|
}>, {
|
|
22
25
|
uniqueId: number;
|
|
23
26
|
modelValue: any;
|
|
24
27
|
dateFormat: string;
|
|
25
28
|
placeholder: string;
|
|
26
29
|
allowFutureDates: boolean;
|
|
30
|
+
testId: string;
|
|
27
31
|
}>>> & {
|
|
28
32
|
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
29
33
|
}, {
|
|
34
|
+
testId: string;
|
|
30
35
|
modelValue: Date | string;
|
|
31
36
|
placeholder: string;
|
|
32
37
|
uniqueId: string | number;
|
|
@@ -3,11 +3,12 @@ import { onClickOutside } from '@vueuse/core';
|
|
|
3
3
|
import { useToggle } from '../../composables/useToggle.vue.js';
|
|
4
4
|
import DatePickerMonth from './DatePickerMonth.vue.js';
|
|
5
5
|
import { isValid, format, parse, isFuture } from 'date-fns';
|
|
6
|
+
import { DatePickerTestIdModifiers } from '../../testids/index.vue.js';
|
|
6
7
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
7
8
|
|
|
8
9
|
import "../../DatePicker.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
9
|
-
const _hoisted_1 = ["id"];
|
|
10
|
-
const _hoisted_2 = ["placeholder"];
|
|
10
|
+
const _hoisted_1 = ["id", "data-testid"];
|
|
11
|
+
const _hoisted_2 = ["placeholder", "data-testid"];
|
|
11
12
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
13
|
__name: "DatePicker",
|
|
13
14
|
props: {
|
|
@@ -15,7 +16,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
15
16
|
modelValue: { default: null },
|
|
16
17
|
allowFutureDates: { type: Boolean, default: false },
|
|
17
18
|
dateFormat: { default: "yyyy-MM-d" },
|
|
18
|
-
placeholder: { default: "" }
|
|
19
|
+
placeholder: { default: "" },
|
|
20
|
+
testId: { default: "" }
|
|
19
21
|
},
|
|
20
22
|
emits: ["update:modelValue"],
|
|
21
23
|
setup(__props, { emit }) {
|
|
@@ -82,7 +84,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
82
84
|
id: unref(componentId),
|
|
83
85
|
ref_key: "datePicker",
|
|
84
86
|
ref: datePicker,
|
|
85
|
-
class: "date-picker"
|
|
87
|
+
class: "date-picker",
|
|
88
|
+
"data-testid": `${__props.testId}-${unref(DatePickerTestIdModifiers).WRAPPER}`
|
|
86
89
|
}, [
|
|
87
90
|
createElementVNode("div", {
|
|
88
91
|
ref_key: "buttonRef",
|
|
@@ -97,6 +100,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
97
100
|
type: "text",
|
|
98
101
|
class: "input",
|
|
99
102
|
placeholder: __props.placeholder,
|
|
103
|
+
"data-testid": `${__props.testId}-${unref(DatePickerTestIdModifiers).INPUT}`,
|
|
100
104
|
onInput: _cache[1] || (_cache[1] = ($event) => handleInput($event))
|
|
101
105
|
}, null, 40, _hoisted_2), [
|
|
102
106
|
[vModelText, unref(formattedValue)]
|
|
@@ -113,13 +117,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
113
117
|
id: unref(componentId) + "-month",
|
|
114
118
|
"model-value": unref(valueAsDate),
|
|
115
119
|
"allow-future-dates": __props.allowFutureDates,
|
|
120
|
+
"test-id": __props.testId,
|
|
116
121
|
"onUpdate:modelValue": updateValue
|
|
117
|
-
}, null, 8, ["id", "model-value", "allow-future-dates"])
|
|
122
|
+
}, null, 8, ["id", "model-value", "allow-future-dates", "test-id"])
|
|
118
123
|
], 2)) : createCommentVNode("", true)
|
|
119
124
|
], 8, _hoisted_1);
|
|
120
125
|
};
|
|
121
126
|
}
|
|
122
127
|
});
|
|
123
|
-
var DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
128
|
+
var DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-71f15c18"]]);
|
|
124
129
|
|
|
125
130
|
export { DatePicker as default };
|
|
@@ -3,24 +3,29 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
3
3
|
modelValue?: Date;
|
|
4
4
|
includeToday?: boolean;
|
|
5
5
|
allowFutureDates?: boolean;
|
|
6
|
+
testId?: string;
|
|
6
7
|
}>, {
|
|
7
8
|
uniqueId: number;
|
|
8
9
|
modelValue: any;
|
|
9
10
|
includeToday: boolean;
|
|
10
11
|
allowFutureDates: boolean;
|
|
12
|
+
testId: string;
|
|
11
13
|
}>, {}, 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<{
|
|
12
14
|
uniqueId?: string | number;
|
|
13
15
|
modelValue?: Date;
|
|
14
16
|
includeToday?: boolean;
|
|
15
17
|
allowFutureDates?: boolean;
|
|
18
|
+
testId?: string;
|
|
16
19
|
}>, {
|
|
17
20
|
uniqueId: number;
|
|
18
21
|
modelValue: any;
|
|
19
22
|
includeToday: boolean;
|
|
20
23
|
allowFutureDates: boolean;
|
|
24
|
+
testId: string;
|
|
21
25
|
}>>> & {
|
|
22
26
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23
27
|
}, {
|
|
28
|
+
testId: string;
|
|
24
29
|
modelValue: Date;
|
|
25
30
|
uniqueId: string | number;
|
|
26
31
|
includeToday: boolean;
|
|
@@ -12,7 +12,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
12
12
|
uniqueId: { default: Date.now() },
|
|
13
13
|
modelValue: { default: null },
|
|
14
14
|
includeToday: { type: Boolean, default: true },
|
|
15
|
-
allowFutureDates: { type: Boolean, default: false }
|
|
15
|
+
allowFutureDates: { type: Boolean, default: false },
|
|
16
|
+
testId: { default: "" }
|
|
16
17
|
},
|
|
17
18
|
emits: ["update:modelValue"],
|
|
18
19
|
setup(__props, { emit }) {
|
|
@@ -88,12 +89,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
88
89
|
days: unref(monthData).days,
|
|
89
90
|
weeks: unref(monthData).weeks,
|
|
90
91
|
month: unref(monthData).month,
|
|
92
|
+
"test-id": __props.testId,
|
|
91
93
|
onSelectionChanged: handleSelection,
|
|
92
94
|
onNavigation: handleNavigation
|
|
93
|
-
}, null, 8, ["id", "range", "navigation", "year", "days", "weeks", "month"]);
|
|
95
|
+
}, null, 8, ["id", "range", "navigation", "year", "days", "weeks", "month", "test-id"]);
|
|
94
96
|
};
|
|
95
97
|
}
|
|
96
98
|
});
|
|
97
|
-
var DatePickerMonth = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
99
|
+
var DatePickerMonth = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-79208613"]]);
|
|
98
100
|
|
|
99
101
|
export { DatePickerMonth as default };
|