@skbkontur/react-ui 5.0.8 → 5.0.9
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/CHANGELOG.md +8 -0
- package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
- package/cjs/components/Button/__creevey__/Button.creevey.mts +251 -0
- package/cjs/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
- package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
- package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
- package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
- package/cjs/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
- package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
- package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
- package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
- package/cjs/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
- package/cjs/components/Group/__creevey__/Group.creevey.mts +19 -0
- package/cjs/components/Hint/__creevey__/Hint.creevey.mts +68 -0
- package/cjs/components/Input/__creevey__/Input.creevey.mts +239 -0
- package/cjs/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
- package/cjs/components/Link/__creevey__/Link.creevey.mts +162 -0
- package/cjs/components/Loader/__creevey__/Loader.creevey.mts +35 -0
- package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
- package/cjs/components/Modal/Modal.js +7 -10
- package/cjs/components/Modal/Modal.js.map +1 -1
- package/cjs/components/Modal/ModalContext.d.ts +3 -3
- package/cjs/components/Modal/ModalContext.js.map +1 -1
- package/cjs/components/Modal/ModalFooter.js +2 -2
- package/cjs/components/Modal/ModalFooter.js.map +1 -1
- package/cjs/components/Modal/ModalHeader.js +1 -1
- package/cjs/components/Modal/ModalHeader.js.map +1 -1
- package/cjs/components/Modal/__creevey__/Modal.creevey.mts +281 -0
- package/cjs/components/Paging/__creevey__/Paging.creevey.mts +97 -0
- package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
- package/cjs/components/Radio/__creevey__/Radio.creevey.mts +28 -0
- package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
- package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
- package/cjs/components/Select/Select.d.ts +1 -6
- package/cjs/components/Select/Select.js +7 -10
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/__creevey__/Select.creevey.mts +293 -0
- package/cjs/components/Select/tids.d.ts +5 -0
- package/cjs/components/Select/tids.js +5 -0
- package/cjs/components/Select/tids.js.map +1 -0
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +319 -0
- package/cjs/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
- package/cjs/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
- package/cjs/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
- package/cjs/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
- package/cjs/components/Toast/__creevey__/Toast.creevey.mts +54 -0
- package/cjs/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
- package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
- package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
- package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
- package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +1 -3
- package/cjs/internal/CustomComboBox/CustomComboBox.js +4 -6
- package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
- package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
- package/cjs/internal/CustomComboBox/tids.d.ts +3 -0
- package/cjs/internal/CustomComboBox/tids.js +3 -0
- package/cjs/internal/CustomComboBox/tids.js.map +1 -0
- package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
- package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
- package/cjs/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
- package/cjs/internal/PopupMenu/PopupMenu.d.ts +1 -5
- package/cjs/internal/PopupMenu/PopupMenu.js +8 -10
- package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
- package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
- package/cjs/internal/PopupMenu/tids.d.ts +4 -0
- package/cjs/internal/PopupMenu/tids.js +4 -0
- package/cjs/internal/PopupMenu/tids.js.map +1 -0
- package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
- package/cjs/internal/ThemeShowcase/VariablesCollector.js +1 -0
- package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
- package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
- package/cjs/lib/delay.d.ts +1 -0
- package/cjs/lib/delay.js +3 -0
- package/cjs/lib/delay.js.map +1 -0
- package/cjs/lib/utils.d.ts +3 -3
- package/cjs/lib/utils.js +5 -4
- package/cjs/lib/utils.js.map +1 -1
- package/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
- package/components/Button/__creevey__/Button.creevey.mts +251 -0
- package/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
- package/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
- package/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
- package/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
- package/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
- package/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
- package/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
- package/components/Group/__creevey__/Group.creevey.mts +19 -0
- package/components/Hint/__creevey__/Hint.creevey.mts +68 -0
- package/components/Input/__creevey__/Input.creevey.mts +239 -0
- package/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
- package/components/Link/__creevey__/Link.creevey.mts +162 -0
- package/components/Loader/__creevey__/Loader.creevey.mts +35 -0
- package/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
- package/components/Modal/Modal/Modal.js +4 -16
- package/components/Modal/Modal/Modal.js.map +1 -1
- package/components/Modal/ModalContext/ModalContext.js.map +1 -1
- package/components/Modal/ModalContext.d.ts +3 -3
- package/components/Modal/ModalFooter/ModalFooter.js +2 -2
- package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
- package/components/Modal/ModalHeader/ModalHeader.js +1 -1
- package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/components/Modal/__creevey__/Modal.creevey.mts +281 -0
- package/components/Paging/__creevey__/Paging.creevey.mts +97 -0
- package/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
- package/components/Radio/__creevey__/Radio.creevey.mts +28 -0
- package/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
- package/components/Select/Select/Select.js +2 -5
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +1 -6
- package/components/Select/__creevey__/Select.creevey.mts +293 -0
- package/components/Select/tids/package.json +6 -0
- package/components/Select/tids/tids.js +5 -0
- package/components/Select/tids/tids.js.map +1 -0
- package/components/Select/tids.d.ts +5 -0
- package/components/SidePage/__creevey__/SidePage.creevey.mts +319 -0
- package/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
- package/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
- package/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
- package/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
- package/components/Toast/__creevey__/Toast.creevey.mts +54 -0
- package/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
- package/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
- package/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +1 -3
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBox.d.ts +1 -3
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
- package/internal/CustomComboBox/tids/package.json +6 -0
- package/internal/CustomComboBox/tids/tids.js +3 -0
- package/internal/CustomComboBox/tids/tids.js.map +1 -0
- package/internal/CustomComboBox/tids.d.ts +3 -0
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
- package/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
- package/internal/PopupMenu/PopupMenu/PopupMenu.js +2 -4
- package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
- package/internal/PopupMenu/PopupMenu.d.ts +1 -5
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
- package/internal/PopupMenu/tids/package.json +6 -0
- package/internal/PopupMenu/tids/tids.js +4 -0
- package/internal/PopupMenu/tids/tids.js.map +1 -0
- package/internal/PopupMenu/tids.d.ts +4 -0
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
- package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +2 -0
- package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
- package/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
- package/lib/delay/delay.js +6 -0
- package/lib/delay/delay.js.map +1 -0
- package/lib/delay/package.json +6 -0
- package/lib/delay.d.ts +1 -0
- package/lib/utils/utils.js +3 -7
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils.d.ts +3 -3
- package/package.json +6 -5
- package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js +0 -239
- package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js.map +0 -1
- package/cjs/components/Button/__creevey__/Button.creevey.js +0 -250
- package/cjs/components/Button/__creevey__/Button.creevey.js.map +0 -1
- package/cjs/components/Calendar/__creevey__/Calendar.creevey.js +0 -74
- package/cjs/components/Calendar/__creevey__/Calendar.creevey.js.map +0 -1
- package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js +0 -242
- package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js.map +0 -1
- package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js +0 -540
- package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js.map +0 -1
- package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js +0 -81
- package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js.map +0 -1
- package/cjs/components/DateInput/__creevey__/DateInput.creevey.js +0 -155
- package/cjs/components/DateInput/__creevey__/DateInput.creevey.js.map +0 -1
- package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js +0 -209
- package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js.map +0 -1
- package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js +0 -184
- package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js.map +0 -1
- package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js +0 -262
- package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js.map +0 -1
- package/cjs/components/FxInput/__creevey__/FxInput.creevey.js +0 -21
- package/cjs/components/FxInput/__creevey__/FxInput.creevey.js.map +0 -1
- package/cjs/components/Group/__creevey__/Group.creevey.js +0 -19
- package/cjs/components/Group/__creevey__/Group.creevey.js.map +0 -1
- package/cjs/components/Hint/__creevey__/Hint.creevey.js +0 -68
- package/cjs/components/Hint/__creevey__/Hint.creevey.js.map +0 -1
- package/cjs/components/Input/__creevey__/Input.creevey.js +0 -239
- package/cjs/components/Input/__creevey__/Input.creevey.js.map +0 -1
- package/cjs/components/Kebab/__creevey__/Kebab.creevey.js +0 -146
- package/cjs/components/Kebab/__creevey__/Kebab.creevey.js.map +0 -1
- package/cjs/components/Link/__creevey__/Link.creevey.js +0 -161
- package/cjs/components/Link/__creevey__/Link.creevey.js.map +0 -1
- package/cjs/components/Loader/__creevey__/Loader.creevey.js +0 -34
- package/cjs/components/Loader/__creevey__/Loader.creevey.js.map +0 -1
- package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js +0 -219
- package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js.map +0 -1
- package/cjs/components/Modal/__creevey__/Modal.creevey.js +0 -258
- package/cjs/components/Modal/__creevey__/Modal.creevey.js.map +0 -1
- package/cjs/components/Paging/__creevey__/Paging.creevey.js +0 -96
- package/cjs/components/Paging/__creevey__/Paging.creevey.js.map +0 -1
- package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js +0 -38
- package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js.map +0 -1
- package/cjs/components/Radio/__creevey__/Radio.creevey.js +0 -27
- package/cjs/components/Radio/__creevey__/Radio.creevey.js.map +0 -1
- package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js +0 -85
- package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js.map +0 -1
- package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js +0 -247
- package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js.map +0 -1
- package/cjs/components/Select/__creevey__/Select.creevey.js +0 -284
- package/cjs/components/Select/__creevey__/Select.creevey.js.map +0 -1
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.js +0 -313
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.js.map +0 -1
- package/cjs/components/Sticky/__creevey__/Sticky.creevey.js +0 -98
- package/cjs/components/Sticky/__creevey__/Sticky.creevey.js.map +0 -1
- package/cjs/components/Switcher/__creevey__/Switcher.creevey.js +0 -24
- package/cjs/components/Switcher/__creevey__/Switcher.creevey.js.map +0 -1
- package/cjs/components/Tabs/__creevey__/Tabs.creevey.js +0 -238
- package/cjs/components/Tabs/__creevey__/Tabs.creevey.js.map +0 -1
- package/cjs/components/Textarea/__creevey__/Textarea.creevey.js +0 -176
- package/cjs/components/Textarea/__creevey__/Textarea.creevey.js.map +0 -1
- package/cjs/components/Toast/__creevey__/Toast.creevey.js +0 -54
- package/cjs/components/Toast/__creevey__/Toast.creevey.js.map +0 -1
- package/cjs/components/Toggle/__creevey__/Toggle.creevey.js +0 -87
- package/cjs/components/Toggle/__creevey__/Toggle.creevey.js.map +0 -1
- package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js +0 -413
- package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js.map +0 -1
- package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js +0 -534
- package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js.map +0 -1
- package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js +0 -130
- package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js.map +0 -1
- package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js +0 -47
- package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js.map +0 -1
- package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js +0 -30
- package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js.map +0 -1
- package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js +0 -25
- package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js.map +0 -1
- package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js +0 -83
- package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js.map +0 -1
- package/cjs/internal/Menu/__creevey__/Menu.creevey.js +0 -90
- package/cjs/internal/Menu/__creevey__/Menu.creevey.js.map +0 -1
- package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js +0 -37
- package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js.map +0 -1
- package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js +0 -68
- package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js.map +0 -1
- package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js +0 -228
- package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js.map +0 -1
- package/cjs/lib/styles/HoldSelectionColor.d.ts +0 -1
- package/cjs/lib/styles/HoldSelectionColor.js +0 -9
- package/cjs/lib/styles/HoldSelectionColor.js.map +0 -1
- package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js +0 -506
- package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js.map +0 -1
- package/components/Autocomplete/__creevey__/Autocomplete.creevey/package.json +0 -6
- package/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts +0 -1
- package/components/Button/__creevey__/Button.creevey/Button.creevey.js +0 -396
- package/components/Button/__creevey__/Button.creevey/Button.creevey.js.map +0 -1
- package/components/Button/__creevey__/Button.creevey/package.json +0 -6
- package/components/Button/__creevey__/Button.creevey.d.ts +0 -1
- package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js +0 -138
- package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js.map +0 -1
- package/components/Calendar/__creevey__/Calendar.creevey/package.json +0 -6
- package/components/Calendar/__creevey__/Calendar.creevey.d.ts +0 -1
- package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js +0 -487
- package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js.map +0 -1
- package/components/Checkbox/__creevey__/Checkbox.creevey/package.json +0 -6
- package/components/Checkbox/__creevey__/Checkbox.creevey.d.ts +0 -1
- package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js +0 -1043
- package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js.map +0 -1
- package/components/ComboBox/__creevey__/ComboBox.creevey/package.json +0 -6
- package/components/ComboBox/__creevey__/ComboBox.creevey.d.ts +0 -1
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js +0 -114
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js.map +0 -1
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/package.json +0 -6
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts +0 -1
- package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js +0 -367
- package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js.map +0 -1
- package/components/DateInput/__creevey__/DateInput.creevey/package.json +0 -6
- package/components/DateInput/__creevey__/DateInput.creevey.d.ts +0 -1
- package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js +0 -395
- package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js.map +0 -1
- package/components/DatePicker/__creevey__/DatePicker.creevey/package.json +0 -6
- package/components/DatePicker/__creevey__/DatePicker.creevey.d.ts +0 -1
- package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js +0 -417
- package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js.map +0 -1
- package/components/Dropdown/__creevey__/Dropdown.creevey/package.json +0 -6
- package/components/Dropdown/__creevey__/Dropdown.creevey.d.ts +0 -1
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js +0 -534
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js.map +0 -1
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/package.json +0 -6
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts +0 -1
- package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js +0 -62
- package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js.map +0 -1
- package/components/FxInput/__creevey__/FxInput.creevey/package.json +0 -6
- package/components/FxInput/__creevey__/FxInput.creevey.d.ts +0 -1
- package/components/Group/__creevey__/Group.creevey/Group.creevey.js +0 -48
- package/components/Group/__creevey__/Group.creevey/Group.creevey.js.map +0 -1
- package/components/Group/__creevey__/Group.creevey/package.json +0 -6
- package/components/Group/__creevey__/Group.creevey.d.ts +0 -1
- package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js +0 -127
- package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js.map +0 -1
- package/components/Hint/__creevey__/Hint.creevey/package.json +0 -6
- package/components/Hint/__creevey__/Hint.creevey.d.ts +0 -1
- package/components/Input/__creevey__/Input.creevey/Input.creevey.js +0 -517
- package/components/Input/__creevey__/Input.creevey/Input.creevey.js.map +0 -1
- package/components/Input/__creevey__/Input.creevey/package.json +0 -6
- package/components/Input/__creevey__/Input.creevey.d.ts +0 -1
- package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js +0 -278
- package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js.map +0 -1
- package/components/Kebab/__creevey__/Kebab.creevey/package.json +0 -6
- package/components/Kebab/__creevey__/Kebab.creevey.d.ts +0 -1
- package/components/Link/__creevey__/Link.creevey/Link.creevey.js +0 -238
- package/components/Link/__creevey__/Link.creevey/Link.creevey.js.map +0 -1
- package/components/Link/__creevey__/Link.creevey/package.json +0 -6
- package/components/Link/__creevey__/Link.creevey.d.ts +0 -1
- package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js +0 -129
- package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js.map +0 -1
- package/components/Loader/__creevey__/Loader.creevey/package.json +0 -6
- package/components/Loader/__creevey__/Loader.creevey.d.ts +0 -1
- package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js +0 -405
- package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js.map +0 -1
- package/components/MaskedInput/__creevey__/MaskedInput.creevey/package.json +0 -6
- package/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts +0 -1
- package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js +0 -565
- package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js.map +0 -1
- package/components/Modal/__creevey__/Modal.creevey/package.json +0 -6
- package/components/Modal/__creevey__/Modal.creevey.d.ts +0 -1
- package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js +0 -190
- package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js.map +0 -1
- package/components/Paging/__creevey__/Paging.creevey/package.json +0 -6
- package/components/Paging/__creevey__/Paging.creevey.d.ts +0 -1
- package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js +0 -83
- package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js.map +0 -1
- package/components/PasswordInput/__creevey__/PasswordInput.creevey/package.json +0 -6
- package/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts +0 -1
- package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js +0 -56
- package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js.map +0 -1
- package/components/Radio/__creevey__/Radio.creevey/package.json +0 -6
- package/components/Radio/__creevey__/Radio.creevey.d.ts +0 -1
- package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js +0 -167
- package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js.map +0 -1
- package/components/RadioGroup/__creevey__/RadioGroup.creevey/package.json +0 -6
- package/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts +0 -1
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js +0 -488
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js.map +0 -1
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/package.json +0 -6
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts +0 -1
- package/components/Select/__creevey__/Select.creevey/Select.creevey.js +0 -541
- package/components/Select/__creevey__/Select.creevey/Select.creevey.js.map +0 -1
- package/components/Select/__creevey__/Select.creevey/package.json +0 -6
- package/components/Select/__creevey__/Select.creevey.d.ts +0 -1
- package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js +0 -697
- package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js.map +0 -1
- package/components/SidePage/__creevey__/SidePage.creevey/package.json +0 -6
- package/components/SidePage/__creevey__/SidePage.creevey.d.ts +0 -1
- package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js +0 -215
- package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js.map +0 -1
- package/components/Sticky/__creevey__/Sticky.creevey/package.json +0 -6
- package/components/Sticky/__creevey__/Sticky.creevey.d.ts +0 -1
- package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js +0 -58
- package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js.map +0 -1
- package/components/Switcher/__creevey__/Switcher.creevey/package.json +0 -6
- package/components/Switcher/__creevey__/Switcher.creevey.d.ts +0 -1
- package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js +0 -391
- package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js.map +0 -1
- package/components/Tabs/__creevey__/Tabs.creevey/package.json +0 -6
- package/components/Tabs/__creevey__/Tabs.creevey.d.ts +0 -1
- package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js +0 -404
- package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js.map +0 -1
- package/components/Textarea/__creevey__/Textarea.creevey/package.json +0 -6
- package/components/Textarea/__creevey__/Textarea.creevey.d.ts +0 -1
- package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js +0 -70
- package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js.map +0 -1
- package/components/Toast/__creevey__/Toast.creevey/package.json +0 -6
- package/components/Toast/__creevey__/Toast.creevey.d.ts +0 -1
- package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js +0 -195
- package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js.map +0 -1
- package/components/Toggle/__creevey__/Toggle.creevey/package.json +0 -6
- package/components/Toggle/__creevey__/Toggle.creevey.d.ts +0 -1
- package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js +0 -635
- package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js.map +0 -1
- package/components/TokenInput/__creevey__/TokenInput.creevey/package.json +0 -6
- package/components/TokenInput/__creevey__/TokenInput.creevey.d.ts +0 -1
- package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js +0 -1171
- package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js.map +0 -1
- package/components/Tooltip/__creevey__/Tooltip.creevey/package.json +0 -6
- package/components/Tooltip/__creevey__/Tooltip.creevey.d.ts +0 -1
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js +0 -277
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js.map +0 -1
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/package.json +0 -6
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts +0 -1
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js +0 -78
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js.map +0 -1
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/package.json +0 -6
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts +0 -1
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js +0 -58
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js.map +0 -1
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/package.json +0 -6
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts +0 -1
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js +0 -41
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js.map +0 -1
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/package.json +0 -6
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts +0 -1
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js +0 -199
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js.map +0 -1
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/package.json +0 -6
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts +0 -1
- package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js +0 -196
- package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js.map +0 -1
- package/internal/Menu/__creevey__/Menu.creevey/package.json +0 -6
- package/internal/Menu/__creevey__/Menu.creevey.d.ts +0 -1
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js +0 -69
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js.map +0 -1
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey/package.json +0 -6
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts +0 -1
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js +0 -145
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js.map +0 -1
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/package.json +0 -6
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts +0 -1
- package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js +0 -550
- package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js.map +0 -1
- package/internal/ZIndex/__creevey__/ZIndex.creevey/package.json +0 -6
- package/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts +0 -1
- package/lib/styles/HoldSelectionColor/HoldSelectionColor.js +0 -8
- package/lib/styles/HoldSelectionColor/HoldSelectionColor.js.map +0 -1
- package/lib/styles/HoldSelectionColor/package.json +0 -6
- package/lib/styles/HoldSelectionColor.d.ts +0 -1
- /package/{cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts → components/Autocomplete/__creevey__/Autocomplete.creevey.d.mts} +0 -0
- /package/{cjs/components/Button/__creevey__/Button.creevey.d.ts → components/Button/__creevey__/Button.creevey.d.mts} +0 -0
- /package/{cjs/components/Calendar/__creevey__/Calendar.creevey.d.ts → components/Calendar/__creevey__/Calendar.creevey.d.mts} +0 -0
- /package/{cjs/components/Checkbox/__creevey__/Checkbox.creevey.d.ts → components/Checkbox/__creevey__/Checkbox.creevey.d.mts} +0 -0
- /package/{cjs/components/ComboBox/__creevey__/ComboBox.creevey.d.ts → components/ComboBox/__creevey__/ComboBox.creevey.d.mts} +0 -0
- /package/{cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts → components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.mts} +0 -0
- /package/{cjs/components/DateInput/__creevey__/DateInput.creevey.d.ts → components/DateInput/__creevey__/DateInput.creevey.d.mts} +0 -0
- /package/{cjs/components/DatePicker/__creevey__/DatePicker.creevey.d.ts → components/DatePicker/__creevey__/DatePicker.creevey.d.mts} +0 -0
- /package/{cjs/components/Dropdown/__creevey__/Dropdown.creevey.d.ts → components/Dropdown/__creevey__/Dropdown.creevey.d.mts} +0 -0
- /package/{cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts → components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.mts} +0 -0
- /package/{cjs/components/FxInput/__creevey__/FxInput.creevey.d.ts → components/FxInput/__creevey__/FxInput.creevey.d.mts} +0 -0
- /package/{cjs/components/Group/__creevey__/Group.creevey.d.ts → components/Group/__creevey__/Group.creevey.d.mts} +0 -0
- /package/{cjs/components/Hint/__creevey__/Hint.creevey.d.ts → components/Hint/__creevey__/Hint.creevey.d.mts} +0 -0
- /package/{cjs/components/Input/__creevey__/Input.creevey.d.ts → components/Input/__creevey__/Input.creevey.d.mts} +0 -0
- /package/{cjs/components/Kebab/__creevey__/Kebab.creevey.d.ts → components/Kebab/__creevey__/Kebab.creevey.d.mts} +0 -0
- /package/{cjs/components/Link/__creevey__/Link.creevey.d.ts → components/Link/__creevey__/Link.creevey.d.mts} +0 -0
- /package/{cjs/components/Loader/__creevey__/Loader.creevey.d.ts → components/Loader/__creevey__/Loader.creevey.d.mts} +0 -0
- /package/{cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts → components/MaskedInput/__creevey__/MaskedInput.creevey.d.mts} +0 -0
- /package/{cjs/components/Modal/__creevey__/Modal.creevey.d.ts → components/Modal/__creevey__/Modal.creevey.d.mts} +0 -0
- /package/{cjs/components/Paging/__creevey__/Paging.creevey.d.ts → components/Paging/__creevey__/Paging.creevey.d.mts} +0 -0
- /package/{cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts → components/PasswordInput/__creevey__/PasswordInput.creevey.d.mts} +0 -0
- /package/{cjs/components/Radio/__creevey__/Radio.creevey.d.ts → components/Radio/__creevey__/Radio.creevey.d.mts} +0 -0
- /package/{cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts → components/RadioGroup/__creevey__/RadioGroup.creevey.d.mts} +0 -0
- /package/{cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts → components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.mts} +0 -0
- /package/{cjs/components/Select/__creevey__/Select.creevey.d.ts → components/Select/__creevey__/Select.creevey.d.mts} +0 -0
- /package/{cjs/components/SidePage/__creevey__/SidePage.creevey.d.ts → components/SidePage/__creevey__/SidePage.creevey.d.mts} +0 -0
- /package/{cjs/components/Sticky/__creevey__/Sticky.creevey.d.ts → components/Sticky/__creevey__/Sticky.creevey.d.mts} +0 -0
- /package/{cjs/components/Switcher/__creevey__/Switcher.creevey.d.ts → components/Switcher/__creevey__/Switcher.creevey.d.mts} +0 -0
- /package/{cjs/components/Tabs/__creevey__/Tabs.creevey.d.ts → components/Tabs/__creevey__/Tabs.creevey.d.mts} +0 -0
- /package/{cjs/components/Textarea/__creevey__/Textarea.creevey.d.ts → components/Textarea/__creevey__/Textarea.creevey.d.mts} +0 -0
- /package/{cjs/components/Toast/__creevey__/Toast.creevey.d.ts → components/Toast/__creevey__/Toast.creevey.d.mts} +0 -0
- /package/{cjs/components/Toggle/__creevey__/Toggle.creevey.d.ts → components/Toggle/__creevey__/Toggle.creevey.d.mts} +0 -0
- /package/{cjs/components/TokenInput/__creevey__/TokenInput.creevey.d.ts → components/TokenInput/__creevey__/TokenInput.creevey.d.mts} +0 -0
- /package/{cjs/components/Tooltip/__creevey__/Tooltip.creevey.d.ts → components/Tooltip/__creevey__/Tooltip.creevey.d.mts} +0 -0
- /package/{cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts → components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.mts} +0 -0
- /package/{cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts → internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.mts} +0 -0
- /package/{cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts → internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.mts} +0 -0
- /package/{cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts → internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.mts} +0 -0
- /package/{cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts → internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.mts} +0 -0
- /package/{cjs/internal/Menu/__creevey__/Menu.creevey.d.ts → internal/Menu/__creevey__/Menu.creevey.d.mts} +0 -0
- /package/{cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts → internal/PopupMenu/__creevey__/PopupMenu.creevey.d.mts} +0 -0
- /package/{cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts → internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.mts} +0 -0
- /package/{cjs/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts → internal/ZIndex/__creevey__/ZIndex.creevey.d.mts} +0 -0
|
@@ -1,404 +0,0 @@
|
|
|
1
|
-
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
-
import { story, kind, test } from 'creevey';
|
|
4
|
-
import { delay } from "../../../../lib/utils";
|
|
5
|
-
kind('Textarea', function () {
|
|
6
|
-
story('DifferentStates', function () {
|
|
7
|
-
test('Plain', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
8
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
9
|
-
while (1) switch (_context.prev = _context.next) {
|
|
10
|
-
case 0:
|
|
11
|
-
_context.next = 2;
|
|
12
|
-
return delay(1000);
|
|
13
|
-
case 2:
|
|
14
|
-
_context.t0 = this;
|
|
15
|
-
_context.next = 5;
|
|
16
|
-
return this.takeScreenshot();
|
|
17
|
-
case 5:
|
|
18
|
-
_context.t1 = _context.sent;
|
|
19
|
-
_context.next = 8;
|
|
20
|
-
return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage('Plain');
|
|
21
|
-
case 8:
|
|
22
|
-
case "end":
|
|
23
|
-
return _context.stop();
|
|
24
|
-
}
|
|
25
|
-
}, _callee, this);
|
|
26
|
-
})));
|
|
27
|
-
test('Focus', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
28
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
29
|
-
while (1) switch (_context2.prev = _context2.next) {
|
|
30
|
-
case 0:
|
|
31
|
-
_context2.next = 2;
|
|
32
|
-
return this.browser.actions({
|
|
33
|
-
bridge: true
|
|
34
|
-
}).click(this.browser.findElement({
|
|
35
|
-
css: '#TextareaPlain textarea'
|
|
36
|
-
})).perform();
|
|
37
|
-
case 2:
|
|
38
|
-
_context2.next = 4;
|
|
39
|
-
return delay(1000);
|
|
40
|
-
case 4:
|
|
41
|
-
_context2.t0 = this;
|
|
42
|
-
_context2.next = 7;
|
|
43
|
-
return this.takeScreenshot();
|
|
44
|
-
case 7:
|
|
45
|
-
_context2.t1 = _context2.sent;
|
|
46
|
-
_context2.next = 10;
|
|
47
|
-
return _context2.t0.expect.call(_context2.t0, _context2.t1).to.matchImage('Focus');
|
|
48
|
-
case 10:
|
|
49
|
-
case "end":
|
|
50
|
-
return _context2.stop();
|
|
51
|
-
}
|
|
52
|
-
}, _callee2, this);
|
|
53
|
-
})));
|
|
54
|
-
test('FocusedByTab', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
|
|
55
|
-
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
56
|
-
while (1) switch (_context3.prev = _context3.next) {
|
|
57
|
-
case 0:
|
|
58
|
-
_context3.next = 2;
|
|
59
|
-
return this.browser.actions({
|
|
60
|
-
bridge: true
|
|
61
|
-
}).move({
|
|
62
|
-
x: 0,
|
|
63
|
-
y: 0
|
|
64
|
-
}).click().sendKeys(this.keys.TAB).sendKeys(this.keys.TAB).perform();
|
|
65
|
-
case 2:
|
|
66
|
-
_context3.next = 4;
|
|
67
|
-
return delay(1000);
|
|
68
|
-
case 4:
|
|
69
|
-
_context3.t0 = this;
|
|
70
|
-
_context3.next = 7;
|
|
71
|
-
return this.takeScreenshot();
|
|
72
|
-
case 7:
|
|
73
|
-
_context3.t1 = _context3.sent;
|
|
74
|
-
_context3.next = 10;
|
|
75
|
-
return _context3.t0.expect.call(_context3.t0, _context3.t1).to.matchImage('Focused by tab');
|
|
76
|
-
case 10:
|
|
77
|
-
case "end":
|
|
78
|
-
return _context3.stop();
|
|
79
|
-
}
|
|
80
|
-
}, _callee3, this);
|
|
81
|
-
})));
|
|
82
|
-
test('Typed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
|
|
83
|
-
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
84
|
-
while (1) switch (_context4.prev = _context4.next) {
|
|
85
|
-
case 0:
|
|
86
|
-
_context4.next = 2;
|
|
87
|
-
return this.browser.actions({
|
|
88
|
-
bridge: true
|
|
89
|
-
}).click(this.browser.findElement({
|
|
90
|
-
css: '#TextareaPlain textarea'
|
|
91
|
-
})).sendKeys('Test...').perform();
|
|
92
|
-
case 2:
|
|
93
|
-
_context4.next = 4;
|
|
94
|
-
return delay(1000);
|
|
95
|
-
case 4:
|
|
96
|
-
_context4.t0 = this;
|
|
97
|
-
_context4.next = 7;
|
|
98
|
-
return this.takeScreenshot();
|
|
99
|
-
case 7:
|
|
100
|
-
_context4.t1 = _context4.sent;
|
|
101
|
-
_context4.next = 10;
|
|
102
|
-
return _context4.t0.expect.call(_context4.t0, _context4.t1).to.matchImage('Typed');
|
|
103
|
-
case 10:
|
|
104
|
-
case "end":
|
|
105
|
-
return _context4.stop();
|
|
106
|
-
}
|
|
107
|
-
}, _callee4, this);
|
|
108
|
-
})));
|
|
109
|
-
});
|
|
110
|
-
story('AutoresizableTextareaStory', function () {
|
|
111
|
-
test('autoresize', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee5() {
|
|
112
|
-
var _this = this;
|
|
113
|
-
var textArea, before, addText, collapse;
|
|
114
|
-
return _regeneratorRuntime.wrap(function _callee5$(_context5) {
|
|
115
|
-
while (1) switch (_context5.prev = _context5.next) {
|
|
116
|
-
case 0:
|
|
117
|
-
textArea = function textArea() {
|
|
118
|
-
return _this.browser.findElement({
|
|
119
|
-
css: '[data-tid~="TextArea"]'
|
|
120
|
-
});
|
|
121
|
-
};
|
|
122
|
-
_context5.next = 3;
|
|
123
|
-
return textArea().takeScreenshot();
|
|
124
|
-
case 3:
|
|
125
|
-
before = _context5.sent;
|
|
126
|
-
_context5.next = 6;
|
|
127
|
-
return this.browser.actions({
|
|
128
|
-
bridge: true
|
|
129
|
-
}).click(this.browser.findElement({
|
|
130
|
-
css: '[data-tid~="AddButton"]'
|
|
131
|
-
})).pause(500).perform();
|
|
132
|
-
case 6:
|
|
133
|
-
_context5.next = 8;
|
|
134
|
-
return textArea().takeScreenshot();
|
|
135
|
-
case 8:
|
|
136
|
-
addText = _context5.sent;
|
|
137
|
-
_context5.next = 11;
|
|
138
|
-
return this.browser.actions({
|
|
139
|
-
bridge: true
|
|
140
|
-
}).click(this.browser.findElement({
|
|
141
|
-
css: '[data-tid~="CollapseButton"]'
|
|
142
|
-
})).pause(500).perform();
|
|
143
|
-
case 11:
|
|
144
|
-
_context5.next = 13;
|
|
145
|
-
return textArea().takeScreenshot();
|
|
146
|
-
case 13:
|
|
147
|
-
collapse = _context5.sent;
|
|
148
|
-
_context5.next = 16;
|
|
149
|
-
return this.expect({
|
|
150
|
-
before: before,
|
|
151
|
-
addText: addText,
|
|
152
|
-
collapse: collapse
|
|
153
|
-
}).to.matchImages();
|
|
154
|
-
case 16:
|
|
155
|
-
case "end":
|
|
156
|
-
return _context5.stop();
|
|
157
|
-
}
|
|
158
|
-
}, _callee5, this);
|
|
159
|
-
})));
|
|
160
|
-
});
|
|
161
|
-
story('SelectAllByProp', function () {
|
|
162
|
-
test('Plain', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee6() {
|
|
163
|
-
return _regeneratorRuntime.wrap(function _callee6$(_context6) {
|
|
164
|
-
while (1) switch (_context6.prev = _context6.next) {
|
|
165
|
-
case 0:
|
|
166
|
-
_context6.next = 2;
|
|
167
|
-
return delay(1000);
|
|
168
|
-
case 2:
|
|
169
|
-
_context6.t0 = this;
|
|
170
|
-
_context6.next = 5;
|
|
171
|
-
return this.takeScreenshot();
|
|
172
|
-
case 5:
|
|
173
|
-
_context6.t1 = _context6.sent;
|
|
174
|
-
_context6.next = 8;
|
|
175
|
-
return _context6.t0.expect.call(_context6.t0, _context6.t1).to.matchImage('Plain');
|
|
176
|
-
case 8:
|
|
177
|
-
case "end":
|
|
178
|
-
return _context6.stop();
|
|
179
|
-
}
|
|
180
|
-
}, _callee6, this);
|
|
181
|
-
})));
|
|
182
|
-
test('Focused', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee7() {
|
|
183
|
-
return _regeneratorRuntime.wrap(function _callee7$(_context7) {
|
|
184
|
-
while (1) switch (_context7.prev = _context7.next) {
|
|
185
|
-
case 0:
|
|
186
|
-
_context7.next = 2;
|
|
187
|
-
return this.browser.actions({
|
|
188
|
-
bridge: true
|
|
189
|
-
}).click(this.browser.findElement({
|
|
190
|
-
css: 'label'
|
|
191
|
-
})).pause(500).perform();
|
|
192
|
-
case 2:
|
|
193
|
-
_context7.next = 4;
|
|
194
|
-
return delay(1000);
|
|
195
|
-
case 4:
|
|
196
|
-
_context7.t0 = this;
|
|
197
|
-
_context7.next = 7;
|
|
198
|
-
return this.takeScreenshot();
|
|
199
|
-
case 7:
|
|
200
|
-
_context7.t1 = _context7.sent;
|
|
201
|
-
_context7.next = 10;
|
|
202
|
-
return _context7.t0.expect.call(_context7.t0, _context7.t1).to.matchImage('Focused');
|
|
203
|
-
case 10:
|
|
204
|
-
case "end":
|
|
205
|
-
return _context7.stop();
|
|
206
|
-
}
|
|
207
|
-
}, _callee7, this);
|
|
208
|
-
})));
|
|
209
|
-
});
|
|
210
|
-
story('SelectAllByButton', function () {
|
|
211
|
-
test('Plain', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee8() {
|
|
212
|
-
return _regeneratorRuntime.wrap(function _callee8$(_context8) {
|
|
213
|
-
while (1) switch (_context8.prev = _context8.next) {
|
|
214
|
-
case 0:
|
|
215
|
-
_context8.next = 2;
|
|
216
|
-
return delay(1000);
|
|
217
|
-
case 2:
|
|
218
|
-
_context8.t0 = this;
|
|
219
|
-
_context8.next = 5;
|
|
220
|
-
return this.takeScreenshot();
|
|
221
|
-
case 5:
|
|
222
|
-
_context8.t1 = _context8.sent;
|
|
223
|
-
_context8.next = 8;
|
|
224
|
-
return _context8.t0.expect.call(_context8.t0, _context8.t1).to.matchImage('Plain');
|
|
225
|
-
case 8:
|
|
226
|
-
case "end":
|
|
227
|
-
return _context8.stop();
|
|
228
|
-
}
|
|
229
|
-
}, _callee8, this);
|
|
230
|
-
})));
|
|
231
|
-
test('Selected', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee9() {
|
|
232
|
-
return _regeneratorRuntime.wrap(function _callee9$(_context9) {
|
|
233
|
-
while (1) switch (_context9.prev = _context9.next) {
|
|
234
|
-
case 0:
|
|
235
|
-
_context9.next = 2;
|
|
236
|
-
return this.browser.actions({
|
|
237
|
-
bridge: true
|
|
238
|
-
}).click(this.browser.findElement({
|
|
239
|
-
css: '[data-tid="select-all"]'
|
|
240
|
-
})).pause(500).perform();
|
|
241
|
-
case 2:
|
|
242
|
-
_context9.next = 4;
|
|
243
|
-
return delay(1000);
|
|
244
|
-
case 4:
|
|
245
|
-
_context9.t0 = this;
|
|
246
|
-
_context9.next = 7;
|
|
247
|
-
return this.takeScreenshot();
|
|
248
|
-
case 7:
|
|
249
|
-
_context9.t1 = _context9.sent;
|
|
250
|
-
_context9.next = 10;
|
|
251
|
-
return _context9.t0.expect.call(_context9.t0, _context9.t1).to.matchImage('Selected');
|
|
252
|
-
case 10:
|
|
253
|
-
case "end":
|
|
254
|
-
return _context9.stop();
|
|
255
|
-
}
|
|
256
|
-
}, _callee9, this);
|
|
257
|
-
})));
|
|
258
|
-
});
|
|
259
|
-
story('TextareaWithCounters', function (_ref10) {
|
|
260
|
-
var setStoryParameters = _ref10.setStoryParameters;
|
|
261
|
-
setStoryParameters({
|
|
262
|
-
skip: {
|
|
263
|
-
'flacky scrollbars height': {
|
|
264
|
-
"in": ['firefox', 'firefox8px', 'firefoxFlat8px', 'firefoxDark']
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
});
|
|
268
|
-
test('Plain', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee10() {
|
|
269
|
-
return _regeneratorRuntime.wrap(function _callee10$(_context10) {
|
|
270
|
-
while (1) switch (_context10.prev = _context10.next) {
|
|
271
|
-
case 0:
|
|
272
|
-
_context10.next = 2;
|
|
273
|
-
return delay(1000);
|
|
274
|
-
case 2:
|
|
275
|
-
_context10.t0 = this;
|
|
276
|
-
_context10.next = 5;
|
|
277
|
-
return this.takeScreenshot();
|
|
278
|
-
case 5:
|
|
279
|
-
_context10.t1 = _context10.sent;
|
|
280
|
-
_context10.next = 8;
|
|
281
|
-
return _context10.t0.expect.call(_context10.t0, _context10.t1).to.matchImage('Plain');
|
|
282
|
-
case 8:
|
|
283
|
-
case "end":
|
|
284
|
-
return _context10.stop();
|
|
285
|
-
}
|
|
286
|
-
}, _callee10, this);
|
|
287
|
-
})));
|
|
288
|
-
test('Focus', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee11() {
|
|
289
|
-
return _regeneratorRuntime.wrap(function _callee11$(_context11) {
|
|
290
|
-
while (1) switch (_context11.prev = _context11.next) {
|
|
291
|
-
case 0:
|
|
292
|
-
_context11.next = 2;
|
|
293
|
-
return this.browser.actions({
|
|
294
|
-
bridge: true
|
|
295
|
-
}).click(this.browser.findElement({
|
|
296
|
-
css: '#CounterPlain textarea'
|
|
297
|
-
})).perform();
|
|
298
|
-
case 2:
|
|
299
|
-
_context11.next = 4;
|
|
300
|
-
return delay(1000);
|
|
301
|
-
case 4:
|
|
302
|
-
_context11.t0 = this;
|
|
303
|
-
_context11.next = 7;
|
|
304
|
-
return this.takeScreenshot();
|
|
305
|
-
case 7:
|
|
306
|
-
_context11.t1 = _context11.sent;
|
|
307
|
-
_context11.next = 10;
|
|
308
|
-
return _context11.t0.expect.call(_context11.t0, _context11.t1).to.matchImage('Focus');
|
|
309
|
-
case 10:
|
|
310
|
-
case "end":
|
|
311
|
-
return _context11.stop();
|
|
312
|
-
}
|
|
313
|
-
}, _callee11, this);
|
|
314
|
-
})));
|
|
315
|
-
test('FocusAutoresize', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee12() {
|
|
316
|
-
return _regeneratorRuntime.wrap(function _callee12$(_context12) {
|
|
317
|
-
while (1) switch (_context12.prev = _context12.next) {
|
|
318
|
-
case 0:
|
|
319
|
-
_context12.next = 2;
|
|
320
|
-
return this.browser.actions({
|
|
321
|
-
bridge: true
|
|
322
|
-
}).click(this.browser.findElement({
|
|
323
|
-
css: '#CounterAutoresizeTextarea textarea'
|
|
324
|
-
})).perform();
|
|
325
|
-
case 2:
|
|
326
|
-
_context12.next = 4;
|
|
327
|
-
return delay(1000);
|
|
328
|
-
case 4:
|
|
329
|
-
_context12.t0 = this;
|
|
330
|
-
_context12.next = 7;
|
|
331
|
-
return this.takeScreenshot();
|
|
332
|
-
case 7:
|
|
333
|
-
_context12.t1 = _context12.sent;
|
|
334
|
-
_context12.next = 10;
|
|
335
|
-
return _context12.t0.expect.call(_context12.t0, _context12.t1).to.matchImage('FocusAutoresize');
|
|
336
|
-
case 10:
|
|
337
|
-
case "end":
|
|
338
|
-
return _context12.stop();
|
|
339
|
-
}
|
|
340
|
-
}, _callee12, this);
|
|
341
|
-
})));
|
|
342
|
-
test('FocusWithHelpClosed', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee13() {
|
|
343
|
-
return _regeneratorRuntime.wrap(function _callee13$(_context13) {
|
|
344
|
-
while (1) switch (_context13.prev = _context13.next) {
|
|
345
|
-
case 0:
|
|
346
|
-
_context13.next = 2;
|
|
347
|
-
return this.browser.actions({
|
|
348
|
-
bridge: true
|
|
349
|
-
}).click(this.browser.findElement({
|
|
350
|
-
css: '#CounterWithHelp textarea'
|
|
351
|
-
})).perform();
|
|
352
|
-
case 2:
|
|
353
|
-
_context13.next = 4;
|
|
354
|
-
return delay(1000);
|
|
355
|
-
case 4:
|
|
356
|
-
_context13.t0 = this;
|
|
357
|
-
_context13.next = 7;
|
|
358
|
-
return this.takeScreenshot();
|
|
359
|
-
case 7:
|
|
360
|
-
_context13.t1 = _context13.sent;
|
|
361
|
-
_context13.next = 10;
|
|
362
|
-
return _context13.t0.expect.call(_context13.t0, _context13.t1).to.matchImage('CounterWithHelp');
|
|
363
|
-
case 10:
|
|
364
|
-
case "end":
|
|
365
|
-
return _context13.stop();
|
|
366
|
-
}
|
|
367
|
-
}, _callee13, this);
|
|
368
|
-
})));
|
|
369
|
-
test('FocusWithHelpOpened', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee14() {
|
|
370
|
-
return _regeneratorRuntime.wrap(function _callee14$(_context14) {
|
|
371
|
-
while (1) switch (_context14.prev = _context14.next) {
|
|
372
|
-
case 0:
|
|
373
|
-
_context14.next = 2;
|
|
374
|
-
return this.browser.actions({
|
|
375
|
-
bridge: true
|
|
376
|
-
}).click(this.browser.findElement({
|
|
377
|
-
css: '#CounterWithHelp textarea'
|
|
378
|
-
})).perform();
|
|
379
|
-
case 2:
|
|
380
|
-
_context14.next = 4;
|
|
381
|
-
return this.browser.actions({
|
|
382
|
-
bridge: true
|
|
383
|
-
}).click(this.browser.findElement({
|
|
384
|
-
css: "svg"
|
|
385
|
-
})).perform();
|
|
386
|
-
case 4:
|
|
387
|
-
_context14.next = 6;
|
|
388
|
-
return delay(1000);
|
|
389
|
-
case 6:
|
|
390
|
-
_context14.t0 = this;
|
|
391
|
-
_context14.next = 9;
|
|
392
|
-
return this.takeScreenshot();
|
|
393
|
-
case 9:
|
|
394
|
-
_context14.t1 = _context14.sent;
|
|
395
|
-
_context14.next = 12;
|
|
396
|
-
return _context14.t0.expect.call(_context14.t0, _context14.t1).to.matchImage('CounterWithHelpOpened');
|
|
397
|
-
case 12:
|
|
398
|
-
case "end":
|
|
399
|
-
return _context14.stop();
|
|
400
|
-
}
|
|
401
|
-
}, _callee14, this);
|
|
402
|
-
})));
|
|
403
|
-
});
|
|
404
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","delay","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_callee$","_context","prev","next","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop","_callee2","_callee2$","_context2","browser","actions","bridge","click","findElement","css","perform","_callee3","_callee3$","_context3","move","x","y","sendKeys","keys","TAB","_callee4","_callee4$","_context4","_callee5","_this","textArea","before","addText","collapse","_callee5$","_context5","pause","matchImages","_callee6","_callee6$","_context6","_callee7","_callee7$","_context7","_callee8","_callee8$","_context8","_callee9","_callee9$","_context9","_ref10","setStoryParameters","skip","_callee10","_callee10$","_context10","_callee11","_callee11$","_context11","_callee12","_callee12$","_context12","_callee13","_callee13$","_context13","_callee14","_callee14$","_context14"],"sources":["Textarea.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nkind('Textarea', () => {\n story('DifferentStates', () => {\n test('Plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Plain');\n });\n\n test('Focus', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#TextareaPlain textarea' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Focus');\n });\n\n test('FocusedByTab', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .move({ x: 0, y: 0 })\n .click()\n .sendKeys(this.keys.TAB)\n .sendKeys(this.keys.TAB)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Focused by tab');\n });\n\n test('Typed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#TextareaPlain textarea' }))\n .sendKeys('Test...')\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Typed');\n });\n });\n\n story('AutoresizableTextareaStory', () => {\n test('autoresize', async function () {\n const textArea = () => this.browser.findElement({ css: '[data-tid~=\"TextArea\"]' });\n const before = await textArea().takeScreenshot();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"AddButton\"]' }))\n .pause(500)\n .perform();\n const addText = await textArea().takeScreenshot();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid~=\"CollapseButton\"]' }))\n .pause(500)\n .perform();\n const collapse = await textArea().takeScreenshot();\n await this.expect({ before, addText, collapse }).to.matchImages();\n });\n });\n\n story('SelectAllByProp', () => {\n test('Plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Plain');\n });\n\n test('Focused', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: 'label' }))\n .pause(500)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Focused');\n });\n });\n\n story('SelectAllByButton', () => {\n test('Plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Plain');\n });\n\n test('Selected', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '[data-tid=\"select-all\"]' }))\n .pause(500)\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Selected');\n });\n });\n\n story('TextareaWithCounters', ({ setStoryParameters }) => {\n setStoryParameters({\n skip: {\n 'flacky scrollbars height': {\n in: ['firefox', 'firefox8px', 'firefoxFlat8px', 'firefoxDark'],\n },\n },\n });\n\n test('Plain', async function () {\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Plain');\n });\n\n test('Focus', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#CounterPlain textarea' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('Focus');\n });\n\n test('FocusAutoresize', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#CounterAutoresizeTextarea textarea' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('FocusAutoresize');\n });\n\n test('FocusWithHelpClosed', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#CounterWithHelp textarea' }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('CounterWithHelp');\n });\n\n test('FocusWithHelpOpened', async function () {\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: '#CounterWithHelp textarea' }))\n .perform();\n await this.browser\n .actions({\n bridge: true,\n })\n .click(this.browser.findElement({ css: `svg` }))\n .perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage('CounterWithHelpOpened');\n });\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
|
2
|
-
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
3
|
-
import { story, kind, test } from 'creevey';
|
|
4
|
-
import { delay } from "../../../../lib/utils";
|
|
5
|
-
var kindTests = function kindTests() {
|
|
6
|
-
test('toastShown', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
7
|
-
var showToast;
|
|
8
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
9
|
-
while (1) switch (_context.prev = _context.next) {
|
|
10
|
-
case 0:
|
|
11
|
-
showToast = this.browser.findElement({
|
|
12
|
-
css: '[data-tid~="show-toast"]'
|
|
13
|
-
});
|
|
14
|
-
_context.next = 3;
|
|
15
|
-
return this.browser.actions({
|
|
16
|
-
bridge: true
|
|
17
|
-
}).click(showToast).move({
|
|
18
|
-
x: 0,
|
|
19
|
-
y: 0
|
|
20
|
-
}).click().perform();
|
|
21
|
-
case 3:
|
|
22
|
-
_context.next = 5;
|
|
23
|
-
return delay(1000);
|
|
24
|
-
case 5:
|
|
25
|
-
_context.t0 = this;
|
|
26
|
-
_context.next = 8;
|
|
27
|
-
return this.takeScreenshot();
|
|
28
|
-
case 8:
|
|
29
|
-
_context.t1 = _context.sent;
|
|
30
|
-
_context.next = 11;
|
|
31
|
-
return _context.t0.expect.call(_context.t0, _context.t1).to.matchImage();
|
|
32
|
-
case 11:
|
|
33
|
-
case "end":
|
|
34
|
-
return _context.stop();
|
|
35
|
-
}
|
|
36
|
-
}, _callee, this);
|
|
37
|
-
})));
|
|
38
|
-
};
|
|
39
|
-
kind('Toast', function () {
|
|
40
|
-
story('SimpleNotification', function () {
|
|
41
|
-
kindTests();
|
|
42
|
-
});
|
|
43
|
-
story('TestNotifier', function () {
|
|
44
|
-
kindTests();
|
|
45
|
-
});
|
|
46
|
-
story('ComplexNotification', function () {
|
|
47
|
-
kindTests();
|
|
48
|
-
});
|
|
49
|
-
story('complex', function () {
|
|
50
|
-
kindTests();
|
|
51
|
-
});
|
|
52
|
-
story('StaticMethod', function () {
|
|
53
|
-
kindTests();
|
|
54
|
-
});
|
|
55
|
-
story('button', function () {
|
|
56
|
-
kindTests();
|
|
57
|
-
});
|
|
58
|
-
story('data-tid', function () {
|
|
59
|
-
kindTests();
|
|
60
|
-
});
|
|
61
|
-
story('onClick', function () {
|
|
62
|
-
kindTests();
|
|
63
|
-
});
|
|
64
|
-
story('Toast', function () {
|
|
65
|
-
kindTests();
|
|
66
|
-
});
|
|
67
|
-
story('push', function () {
|
|
68
|
-
kindTests();
|
|
69
|
-
});
|
|
70
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["story","kind","test","delay","kindTests","_asyncToGenerator","_regeneratorRuntime","mark","_callee","showToast","wrap","_callee$","_context","prev","next","browser","findElement","css","actions","bridge","click","move","x","y","perform","t0","takeScreenshot","t1","sent","expect","call","to","matchImage","stop"],"sources":["Toast.creevey.ts"],"sourcesContent":["import { story, kind, test } from 'creevey';\n\nimport { delay } from '../../../lib/utils';\n\nconst kindTests = () => {\n test('toastShown', async function () {\n const showToast = this.browser.findElement({ css: '[data-tid~=\"show-toast\"]' });\n await this.browser.actions({ bridge: true }).click(showToast).move({ x: 0, y: 0 }).click().perform();\n await delay(1000);\n await this.expect(await this.takeScreenshot()).to.matchImage();\n });\n};\n\nkind('Toast', () => {\n story('SimpleNotification', () => {\n kindTests();\n });\n\n story('TestNotifier', () => {\n kindTests();\n });\n\n story('ComplexNotification', () => {\n kindTests();\n });\n\n story('complex', () => {\n kindTests();\n });\n\n story('StaticMethod', () => {\n kindTests();\n });\n\n story('button', () => {\n kindTests();\n });\n\n story('data-tid', () => {\n kindTests();\n });\n\n story('onClick', () => {\n kindTests();\n });\n\n story('Toast', () => {\n kindTests();\n });\n\n story('push', () => {\n kindTests();\n });\n});\n"],"mappings":"yIAAA,SAASA,KAAK,EAAEC,IAAI,EAAEC,IAAI,QAAQ,SAAS;;AAE3C,SAASC,KAAK,QAAQ,oBAAoB;;AAE1C,IAAMC,SAAS,GAAG,SAAZA,SAASA,CAAA,EAAS;EACtBF,IAAI,CAAC,YAAY,eAAAG,iBAAA,eAAAC,mBAAA,CAAAC,IAAA,CAAE,SAAAC,QAAA,OAAAC,SAAA,QAAAH,mBAAA,CAAAI,IAAA,UAAAC,SAAAC,QAAA,qBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA;UACXL,SAAS,GAAG,IAAI,CAACM,OAAO,CAACC,WAAW,CAAC,EAAEC,GAAG,EAAE,0BAA0B,CAAC,CAAC,CAAC,CAAAL,QAAA,CAAAE,IAAA;YACzE,IAAI,CAACC,OAAO,CAACG,OAAO,CAAC,EAAEC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CAACC,KAAK,CAACX,SAAS,CAAC,CAACY,IAAI,CAAC,EAAEC,CAAC,EAAE,CAAC,EAAEC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAACH,KAAK,CAAC,CAAC,CAACI,OAAO,CAAC,CAAC,SAAAZ,QAAA,CAAAE,IAAA;YAC9FX,KAAK,CAAC,IAAI,CAAC,SAAAS,QAAA,CAAAa,EAAA;UACX,IAAI,CAAAb,QAAA,CAAAE,IAAA,YAAc,IAAI,CAACY,cAAc,CAAC,CAAC,QAAAd,QAAA,CAAAe,EAAA,GAAAf,QAAA,CAAAgB,IAAA,CAAAhB,QAAA,CAAAE,IAAA,aAAAF,QAAA,CAAAa,EAAA,CAAlCI,MAAM,CAAAC,IAAA,CAAAlB,QAAA,CAAAa,EAAA,EAAAb,QAAA,CAAAe,EAAA,EAA8BI,EAAE,CAACC,UAAU,6BAAApB,QAAA,CAAAqB,IAAA,OAAAzB,OAAA,SAC7D;EAAA,CAAC;AACJ,CAAC;;AAEDP,IAAI,CAAC,OAAO,EAAE,YAAM;EAClBD,KAAK,CAAC,oBAAoB,EAAE,YAAM;IAChCI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,cAAc,EAAE,YAAM;IAC1BI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,qBAAqB,EAAE,YAAM;IACjCI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,SAAS,EAAE,YAAM;IACrBI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,cAAc,EAAE,YAAM;IAC1BI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,QAAQ,EAAE,YAAM;IACpBI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,UAAU,EAAE,YAAM;IACtBI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,SAAS,EAAE,YAAM;IACrBI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,OAAO,EAAE,YAAM;IACnBI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;;EAEFJ,KAAK,CAAC,MAAM,EAAE,YAAM;IAClBI,SAAS,CAAC,CAAC;EACb,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|