@pega/cosmos-react-core 4.0.0-dev.12.1 → 4.0.0-dev.14.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/README.md +2 -2
- package/lib/components/AppShell/AppShell.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.js +2 -1
- package/lib/components/AppShell/AppShell.js.map +1 -1
- package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +10 -12
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/AppShell.types.d.ts +6 -6
- package/lib/components/AppShell/AppShell.types.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.types.js.map +1 -1
- package/lib/components/AppShell/AppShellContext.d.ts +1 -1
- package/lib/components/AppShell/AppShellContext.d.ts.map +1 -1
- package/lib/components/AppShell/AppShellContext.js.map +1 -1
- package/lib/components/AppShell/AppShellList.styles.js +1 -1
- package/lib/components/AppShell/AppShellList.styles.js.map +1 -1
- package/lib/components/AppShell/NavigationList.d.ts.map +1 -1
- package/lib/components/AppShell/NavigationList.js +2 -2
- package/lib/components/AppShell/NavigationList.js.map +1 -1
- package/lib/components/Banner/Banner.d.ts.map +1 -1
- package/lib/components/Banner/Banner.js +3 -3
- package/lib/components/Banner/Banner.js.map +1 -1
- package/lib/components/Boolean/BooleanDisplay.js +2 -2
- package/lib/components/Boolean/BooleanDisplay.js.map +1 -1
- package/lib/components/Button/Button.d.ts +3 -1
- package/lib/components/Button/Button.d.ts.map +1 -1
- package/lib/components/Button/Button.js +168 -142
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/ColorPicker/ColorPicker.d.ts +2 -2
- package/lib/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/lib/components/ColorPicker/ColorPicker.js +5 -3
- package/lib/components/ColorPicker/ColorPicker.js.map +1 -1
- package/lib/components/ColorPicker/ColorPicker.test-ids.d.ts +2 -0
- package/lib/components/ColorPicker/ColorPicker.test-ids.d.ts.map +1 -0
- package/lib/components/ColorPicker/ColorPicker.test-ids.js +7 -0
- package/lib/components/ColorPicker/ColorPicker.test-ids.js.map +1 -0
- package/lib/components/ComboBox/ComboBox.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.js +7 -12
- package/lib/components/ComboBox/ComboBox.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.types.d.ts +2 -2
- package/lib/components/ComboBox/ComboBox.types.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.types.js.map +1 -1
- package/lib/components/ComboBox/ComboxBox.test-ids.d.ts +2 -0
- package/lib/components/ComboBox/ComboxBox.test-ids.d.ts.map +1 -0
- package/lib/components/ComboBox/ComboxBox.test-ids.js +4 -0
- package/lib/components/ComboBox/ComboxBox.test-ids.js.map +1 -0
- package/lib/components/CompositeInput/CompositeInput.d.ts.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.js +24 -13
- package/lib/components/CompositeInput/CompositeInput.js.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.test-ids.d.ts +2 -0
- package/lib/components/CompositeInput/CompositeInput.test-ids.d.ts.map +1 -0
- package/lib/components/CompositeInput/CompositeInput.test-ids.js +7 -0
- package/lib/components/CompositeInput/CompositeInput.test-ids.js.map +1 -0
- package/lib/components/CompositeInput/CompositeInput.types.d.ts +2 -2
- package/lib/components/CompositeInput/CompositeInput.types.d.ts.map +1 -1
- package/lib/components/CompositeInput/CompositeInput.types.js.map +1 -1
- package/lib/components/Configuration/Configuration.d.ts +6 -0
- package/lib/components/Configuration/Configuration.d.ts.map +1 -1
- package/lib/components/Configuration/Configuration.js +8 -2
- package/lib/components/Configuration/Configuration.js.map +1 -1
- package/lib/components/Currency/Currency.test-ids.d.ts +2 -0
- package/lib/components/Currency/Currency.test-ids.d.ts.map +1 -0
- package/lib/components/Currency/Currency.test-ids.js +7 -0
- package/lib/components/Currency/Currency.test-ids.js.map +1 -0
- package/lib/components/Currency/CurrencyInput.d.ts.map +1 -1
- package/lib/components/Currency/CurrencyInput.js +6 -3
- package/lib/components/Currency/CurrencyInput.js.map +1 -1
- package/lib/components/Currency/CurrencyInput.types.d.ts +2 -2
- package/lib/components/Currency/CurrencyInput.types.d.ts.map +1 -1
- package/lib/components/Currency/CurrencyInput.types.js.map +1 -1
- package/lib/components/DateTime/Input/DateInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateInput.js +25 -32
- package/lib/components/DateTime/Input/DateInput.js.map +1 -1
- package/lib/components/DateTime/Input/DateTime.styles.d.ts +1 -0
- package/lib/components/DateTime/Input/DateTime.styles.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateTime.styles.js +3 -0
- package/lib/components/DateTime/Input/DateTime.styles.js.map +1 -1
- package/lib/components/DateTime/Input/DateTimeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateTimeInput.js +20 -27
- package/lib/components/DateTime/Input/DateTimeInput.js.map +1 -1
- package/lib/components/DateTime/Input/TimeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/TimeInput.js +1 -9
- package/lib/components/DateTime/Input/TimeInput.js.map +1 -1
- package/lib/components/DateTime/Input/WeekInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/WeekInput.js +11 -17
- package/lib/components/DateTime/Input/WeekInput.js.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.js +1 -1
- package/lib/components/DateTime/Picker/Calendar.js.map +1 -1
- package/lib/components/DateTime/Picker/Weeks.js +1 -1
- package/lib/components/DateTime/Picker/Weeks.js.map +1 -1
- package/lib/components/DateTime/utils.d.ts.map +1 -1
- package/lib/components/DateTime/utils.js +69 -7
- package/lib/components/DateTime/utils.js.map +1 -1
- package/lib/components/Dialog/Dialog.d.ts.map +1 -1
- package/lib/components/Dialog/Dialog.js +2 -2
- package/lib/components/Dialog/Dialog.js.map +1 -1
- package/lib/components/Dialog/Dialog.styles.d.ts +3 -0
- package/lib/components/Dialog/Dialog.styles.d.ts.map +1 -1
- package/lib/components/Dialog/Dialog.styles.js +29 -2
- package/lib/components/Dialog/Dialog.styles.js.map +1 -1
- package/lib/components/Dialog/Dialog.types.d.ts +36 -14
- package/lib/components/Dialog/Dialog.types.d.ts.map +1 -1
- package/lib/components/Dialog/Dialog.types.js +0 -1
- package/lib/components/Dialog/Dialog.types.js.map +1 -1
- package/lib/components/Dialog/FormDialog.d.ts +4 -1
- package/lib/components/Dialog/FormDialog.d.ts.map +1 -1
- package/lib/components/Dialog/FormDialog.js +4 -5
- package/lib/components/Dialog/FormDialog.js.map +1 -1
- package/lib/components/Dialog/InfoDialog.d.ts +0 -1
- package/lib/components/Dialog/InfoDialog.d.ts.map +1 -1
- package/lib/components/Dialog/InfoDialog.js +15 -13
- package/lib/components/Dialog/InfoDialog.js.map +1 -1
- package/lib/components/Dialog/InfoDialog.styles.d.ts +6 -0
- package/lib/components/Dialog/InfoDialog.styles.d.ts.map +1 -0
- package/lib/components/Dialog/InfoDialog.styles.js +18 -0
- package/lib/components/Dialog/InfoDialog.styles.js.map +1 -0
- package/lib/components/EmojiPicker/EmojiPicker.styles.js +1 -1
- package/lib/components/EmojiPicker/EmojiPicker.styles.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.js +1 -1
- package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
- package/lib/components/FieldValueList/FieldValueList.d.ts +8 -6
- package/lib/components/FieldValueList/FieldValueList.d.ts.map +1 -1
- package/lib/components/FieldValueList/FieldValueList.js +11 -9
- package/lib/components/FieldValueList/FieldValueList.js.map +1 -1
- package/lib/components/FieldValueList/FieldValueList.test-ids.d.ts +3 -0
- package/lib/components/FieldValueList/FieldValueList.test-ids.d.ts.map +1 -0
- package/lib/components/FieldValueList/FieldValueList.test-ids.js +7 -0
- package/lib/components/FieldValueList/FieldValueList.test-ids.js.map +1 -0
- package/lib/components/FieldValueList/index.d.ts +1 -1
- package/lib/components/FieldValueList/index.d.ts.map +1 -1
- package/lib/components/FieldValueList/index.js.map +1 -1
- package/lib/components/File/File.test-ids.d.ts +2 -0
- package/lib/components/File/File.test-ids.d.ts.map +1 -0
- package/lib/components/File/File.test-ids.js +8 -0
- package/lib/components/File/File.test-ids.js.map +1 -0
- package/lib/components/File/FileInput.d.ts +2 -2
- package/lib/components/File/FileInput.d.ts.map +1 -1
- package/lib/components/File/FileInput.js +15 -4
- package/lib/components/File/FileInput.js.map +1 -1
- package/lib/components/Flex/Flex.d.ts +7 -1
- package/lib/components/Flex/Flex.d.ts.map +1 -1
- package/lib/components/Flex/Flex.js +37 -10
- package/lib/components/Flex/Flex.js.map +1 -1
- package/lib/components/FormField/FormField.d.ts +3 -2
- package/lib/components/FormField/FormField.d.ts.map +1 -1
- package/lib/components/FormField/FormField.js +15 -10
- package/lib/components/FormField/FormField.js.map +1 -1
- package/lib/components/FormField/FormField.test-ids.d.ts +3 -0
- package/lib/components/FormField/FormField.test-ids.d.ts.map +1 -0
- package/lib/components/FormField/FormField.test-ids.js +10 -0
- package/lib/components/FormField/FormField.test-ids.js.map +1 -0
- package/lib/components/Icon/iconNames.d.ts +2 -2
- package/lib/components/Icon/iconNames.d.ts.map +1 -1
- package/lib/components/Icon/iconNames.js +2 -0
- package/lib/components/Icon/iconNames.js.map +1 -1
- package/lib/components/Icon/icons/phone-merge-solid.icon.d.ts +4 -0
- package/lib/components/Icon/icons/phone-merge-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/icons/phone-merge-solid.icon.js +6 -0
- package/lib/components/Icon/icons/phone-merge-solid.icon.js.map +1 -0
- package/lib/components/Icon/icons/phone-merge.icon.d.ts +4 -0
- package/lib/components/Icon/icons/phone-merge.icon.d.ts.map +1 -0
- package/lib/components/Icon/icons/phone-merge.icon.js +6 -0
- package/lib/components/Icon/icons/phone-merge.icon.js.map +1 -0
- package/lib/components/IconPicker/IconPicker.js +2 -2
- package/lib/components/IconPicker/IconPicker.js.map +1 -1
- package/lib/components/Input/Input.d.ts +2 -2
- package/lib/components/Input/Input.d.ts.map +1 -1
- package/lib/components/Input/Input.js +6 -2
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/Input.test-ids.d.ts +2 -0
- package/lib/components/Input/Input.test-ids.d.ts.map +1 -0
- package/lib/components/Input/Input.test-ids.js +4 -0
- package/lib/components/Input/Input.test-ids.js.map +1 -0
- package/lib/components/List/List.d.ts.map +1 -1
- package/lib/components/List/List.js.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.d.ts +1 -1
- package/lib/components/ListToolbar/ListToolbar.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.js +51 -19
- package/lib/components/ListToolbar/ListToolbar.js.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.styles.d.ts +3 -1
- package/lib/components/ListToolbar/ListToolbar.styles.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.styles.js +2 -3
- package/lib/components/ListToolbar/ListToolbar.styles.js.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.test-ids.d.ts +2 -0
- package/lib/components/ListToolbar/ListToolbar.test-ids.d.ts.map +1 -0
- package/lib/components/ListToolbar/ListToolbar.test-ids.js +7 -0
- package/lib/components/ListToolbar/ListToolbar.test-ids.js.map +1 -0
- package/lib/components/ListToolbar/ListToolbar.types.d.ts +31 -8
- package/lib/components/ListToolbar/ListToolbar.types.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.types.js.map +1 -1
- package/lib/components/ListToolbar/helpers.d.ts +10 -0
- package/lib/components/ListToolbar/helpers.d.ts.map +1 -0
- package/lib/components/ListToolbar/helpers.js +46 -0
- package/lib/components/ListToolbar/helpers.js.map +1 -0
- package/lib/components/ListToolbar/index.d.ts +1 -0
- package/lib/components/ListToolbar/index.d.ts.map +1 -1
- package/lib/components/ListToolbar/index.js +1 -0
- package/lib/components/ListToolbar/index.js.map +1 -1
- package/lib/components/LiveLog/LiveLog.d.ts.map +1 -1
- package/lib/components/LiveLog/LiveLog.js +17 -16
- package/lib/components/LiveLog/LiveLog.js.map +1 -1
- package/lib/components/Location/Location.test-ids.d.ts +2 -0
- package/lib/components/Location/Location.test-ids.d.ts.map +1 -0
- package/lib/components/Location/Location.test-ids.js +7 -0
- package/lib/components/Location/Location.test-ids.js.map +1 -0
- package/lib/components/Location/LocationInput.d.ts +2 -2
- package/lib/components/Location/LocationInput.d.ts.map +1 -1
- package/lib/components/Location/LocationInput.js +17 -4
- package/lib/components/Location/LocationInput.js.map +1 -1
- package/lib/components/Menu/Menu.d.ts.map +1 -1
- package/lib/components/Menu/Menu.js +7 -5
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.styles.d.ts +5 -1
- package/lib/components/Menu/Menu.styles.d.ts.map +1 -1
- package/lib/components/Menu/Menu.styles.js +80 -88
- package/lib/components/Menu/Menu.styles.js.map +1 -1
- package/lib/components/Menu/Menu.test-ids.d.ts +3 -0
- package/lib/components/Menu/Menu.test-ids.d.ts.map +1 -0
- package/lib/components/Menu/Menu.test-ids.js +4 -0
- package/lib/components/Menu/Menu.test-ids.js.map +1 -0
- package/lib/components/Menu/Menu.types.d.ts +3 -3
- package/lib/components/Menu/Menu.types.d.ts.map +1 -1
- package/lib/components/Menu/Menu.types.js.map +1 -1
- package/lib/components/Menu/MenuItem.d.ts.map +1 -1
- package/lib/components/Menu/MenuItem.js +70 -73
- package/lib/components/Menu/MenuItem.js.map +1 -1
- package/lib/components/Menu/MenuList.d.ts.map +1 -1
- package/lib/components/Menu/MenuList.js +3 -3
- package/lib/components/Menu/MenuList.js.map +1 -1
- package/lib/components/Menu/MenuListHeader.d.ts.map +1 -1
- package/lib/components/Menu/MenuListHeader.js +3 -4
- package/lib/components/Menu/MenuListHeader.js.map +1 -1
- package/lib/components/Menu/NavItemsList.d.ts.map +1 -1
- package/lib/components/Menu/NavItemsList.js +2 -0
- package/lib/components/Menu/NavItemsList.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.d.ts +2 -2
- package/lib/components/MenuButton/MenuButton.d.ts.map +1 -1
- package/lib/components/MenuButton/MenuButton.js +6 -4
- package/lib/components/MenuButton/MenuButton.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.test-ids.d.ts +2 -0
- package/lib/components/MenuButton/MenuButton.test-ids.d.ts.map +1 -0
- package/lib/components/MenuButton/MenuButton.test-ids.js +3 -0
- package/lib/components/MenuButton/MenuButton.test-ids.js.map +1 -0
- package/lib/components/MetaList/MetaList.d.ts +2 -2
- package/lib/components/MetaList/MetaList.d.ts.map +1 -1
- package/lib/components/MetaList/MetaList.js +5 -3
- package/lib/components/MetaList/MetaList.js.map +1 -1
- package/lib/components/MetaList/MetaList.test-ids.d.ts +2 -0
- package/lib/components/MetaList/MetaList.test-ids.d.ts.map +1 -0
- package/lib/components/MetaList/MetaList.test-ids.js +3 -0
- package/lib/components/MetaList/MetaList.test-ids.js.map +1 -0
- package/lib/components/Modal/Modal.styles.js +1 -1
- package/lib/components/Modal/Modal.styles.js.map +1 -1
- package/lib/components/Modal/ModalManager.d.ts.map +1 -1
- package/lib/components/Modal/ModalManager.js +5 -2
- package/lib/components/Modal/ModalManager.js.map +1 -1
- package/lib/components/Number/Number.test-ids.d.ts +3 -0
- package/lib/components/Number/Number.test-ids.d.ts.map +1 -0
- package/lib/components/Number/Number.test-ids.js +14 -0
- package/lib/components/Number/Number.test-ids.js.map +1 -0
- package/lib/components/Number/NumberInput.d.ts.map +1 -1
- package/lib/components/Number/NumberInput.js +9 -6
- package/lib/components/Number/NumberInput.js.map +1 -1
- package/lib/components/Number/NumberInput.types.d.ts +2 -2
- package/lib/components/Number/NumberInput.types.d.ts.map +1 -1
- package/lib/components/Number/NumberInput.types.js.map +1 -1
- package/lib/components/Number/NumberRangeInput.d.ts.map +1 -1
- package/lib/components/Number/NumberRangeInput.js +6 -4
- package/lib/components/Number/NumberRangeInput.js.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.js +2 -2
- package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
- package/lib/components/Phone/Phone.test-ids.d.ts +2 -0
- package/lib/components/Phone/Phone.test-ids.d.ts.map +1 -0
- package/lib/components/Phone/Phone.test-ids.js +8 -0
- package/lib/components/Phone/Phone.test-ids.js.map +1 -0
- package/lib/components/Phone/PhoneInput.d.ts +2 -2
- package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
- package/lib/components/Phone/PhoneInput.js +6 -3
- package/lib/components/Phone/PhoneInput.js.map +1 -1
- package/lib/components/Popover/Popover.d.ts +1 -0
- package/lib/components/Popover/Popover.d.ts.map +1 -1
- package/lib/components/Popover/Popover.js +37 -40
- package/lib/components/Popover/Popover.js.map +1 -1
- package/lib/components/Popover/PopoverManager.d.ts.map +1 -1
- package/lib/components/Popover/PopoverManager.js +11 -10
- package/lib/components/Popover/PopoverManager.js.map +1 -1
- package/lib/components/Popover/modifiers.d.ts +1 -0
- package/lib/components/Popover/modifiers.d.ts.map +1 -1
- package/lib/components/Popover/modifiers.js +97 -1
- package/lib/components/Popover/modifiers.js.map +1 -1
- package/lib/components/Progress/Progress.styles.d.ts.map +1 -1
- package/lib/components/Progress/Progress.styles.js +25 -20
- package/lib/components/Progress/Progress.styles.js.map +1 -1
- package/lib/components/RadioCheck/RadioCheck.d.ts +2 -0
- package/lib/components/RadioCheck/RadioCheck.d.ts.map +1 -1
- package/lib/components/RadioCheck/RadioCheck.js +4 -4
- package/lib/components/RadioCheck/RadioCheck.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/lib/components/SearchInput/SearchInput.js +1 -9
- package/lib/components/SearchInput/SearchInput.js.map +1 -1
- package/lib/components/Select/Select.d.ts +2 -2
- package/lib/components/Select/Select.d.ts.map +1 -1
- package/lib/components/Select/Select.js +7 -4
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Select/Select.test-ids.d.ts +2 -0
- package/lib/components/Select/Select.test-ids.d.ts.map +1 -0
- package/lib/components/Select/Select.test-ids.js +4 -0
- package/lib/components/Select/Select.test-ids.js.map +1 -0
- package/lib/components/Slider/Slider.d.ts.map +1 -1
- package/lib/components/Slider/Slider.js +7 -5
- package/lib/components/Slider/Slider.js.map +1 -1
- package/lib/components/Slider/Slider.styles.d.ts.map +1 -1
- package/lib/components/Slider/Slider.styles.js +114 -128
- package/lib/components/Slider/Slider.styles.js.map +1 -1
- package/lib/components/Slider/Slider.test-ids.d.ts +2 -0
- package/lib/components/Slider/Slider.test-ids.d.ts.map +1 -0
- package/lib/components/Slider/Slider.test-ids.js +4 -0
- package/lib/components/Slider/Slider.test-ids.js.map +1 -0
- package/lib/components/Slider/Slider.types.d.ts +2 -2
- package/lib/components/Slider/Slider.types.d.ts.map +1 -1
- package/lib/components/Slider/Slider.types.js.map +1 -1
- package/lib/components/Slider/utils.d.ts.map +1 -1
- package/lib/components/Slider/utils.js +0 -1
- package/lib/components/Slider/utils.js.map +1 -1
- package/lib/components/SummaryItem/SummaryItem.d.ts +2 -2
- package/lib/components/SummaryItem/SummaryItem.d.ts.map +1 -1
- package/lib/components/SummaryItem/SummaryItem.js +6 -3
- package/lib/components/SummaryItem/SummaryItem.js.map +1 -1
- package/lib/components/SummaryItem/SummaryItem.test-ids.d.ts +2 -0
- package/lib/components/SummaryItem/SummaryItem.test-ids.d.ts.map +1 -0
- package/lib/components/SummaryItem/SummaryItem.test-ids.js +8 -0
- package/lib/components/SummaryItem/SummaryItem.test-ids.js.map +1 -0
- package/lib/components/Tabs/Tab.d.ts.map +1 -1
- package/lib/components/Tabs/Tab.js +21 -18
- package/lib/components/Tabs/Tab.js.map +1 -1
- package/lib/components/TextArea/TextArea.d.ts +2 -2
- package/lib/components/TextArea/TextArea.d.ts.map +1 -1
- package/lib/components/TextArea/TextArea.js +6 -2
- package/lib/components/TextArea/TextArea.js.map +1 -1
- package/lib/components/TextArea/TextArea.test-ids.d.ts +2 -0
- package/lib/components/TextArea/TextArea.test-ids.d.ts.map +1 -0
- package/lib/components/TextArea/TextArea.test-ids.js +4 -0
- package/lib/components/TextArea/TextArea.test-ids.js.map +1 -0
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/index.d.ts.map +1 -1
- package/lib/hooks/index.js +2 -0
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useActiveDescendant.d.ts.map +1 -1
- package/lib/hooks/useActiveDescendant.js +3 -2
- package/lib/hooks/useActiveDescendant.js.map +1 -1
- package/lib/hooks/useBreakpoint.d.ts.map +1 -1
- package/lib/hooks/useBreakpoint.js +4 -1
- package/lib/hooks/useBreakpoint.js.map +1 -1
- package/lib/hooks/useChToPxConversionFactor.d.ts +3 -0
- package/lib/hooks/useChToPxConversionFactor.d.ts.map +1 -0
- package/lib/hooks/useChToPxConversionFactor.js +13 -0
- package/lib/hooks/useChToPxConversionFactor.js.map +1 -0
- package/lib/hooks/useElement.d.ts +1 -1
- package/lib/hooks/useElement.d.ts.map +1 -1
- package/lib/hooks/useI18n.d.ts +28 -9
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/hooks/useScrollToggle.d.ts.map +1 -1
- package/lib/hooks/useScrollToggle.js +0 -1
- package/lib/hooks/useScrollToggle.js.map +1 -1
- package/lib/hooks/useTestIds.d.ts +10 -0
- package/lib/hooks/useTestIds.d.ts.map +1 -0
- package/lib/hooks/useTestIds.js +21 -0
- package/lib/hooks/useTestIds.js.map +1 -0
- package/lib/i18n/default.d.ts +28 -9
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +34 -14
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +28 -9
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/styles/gradients.d.ts.map +1 -1
- package/lib/styles/gradients.js.map +1 -1
- package/lib/theme/ThemeMachine.js.map +1 -1
- package/lib/theme/theme.d.ts +16 -16
- package/lib/types/types.d.ts +14 -0
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/lib/utils/createTestIds.d.ts +4 -0
- package/lib/utils/createTestIds.d.ts.map +1 -0
- package/lib/utils/createTestIds.js +8 -0
- package/lib/utils/createTestIds.js.map +1 -0
- package/lib/utils/debounce.d.ts +2 -2
- package/lib/utils/debounce.d.ts.map +1 -1
- package/lib/utils/debounce.js +9 -10
- package/lib/utils/debounce.js.map +1 -1
- package/lib/utils/getEdge.d.ts +7 -0
- package/lib/utils/getEdge.d.ts.map +1 -0
- package/lib/utils/getEdge.js +9 -0
- package/lib/utils/getEdge.js.map +1 -0
- package/lib/utils/index.d.ts +4 -0
- package/lib/utils/index.d.ts.map +1 -1
- package/lib/utils/index.js +4 -0
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/kebabToCamel.d.ts +7 -0
- package/lib/utils/kebabToCamel.d.ts.map +1 -0
- package/lib/utils/kebabToCamel.js +10 -0
- package/lib/utils/kebabToCamel.js.map +1 -0
- package/lib/utils/throttle.d.ts +4 -0
- package/lib/utils/throttle.d.ts.map +1 -0
- package/lib/utils/throttle.js +15 -0
- package/lib/utils/throttle.js.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { useMemo } from 'react';
|
|
2
|
+
const useChToPxConversionFactor = () => {
|
|
3
|
+
return useMemo(() => {
|
|
4
|
+
const chToPxDiv = document.createElement('div');
|
|
5
|
+
chToPxDiv.style.width = '1ch';
|
|
6
|
+
document.body.append(chToPxDiv);
|
|
7
|
+
const conversionFactor = chToPxDiv.offsetWidth;
|
|
8
|
+
chToPxDiv.remove();
|
|
9
|
+
return conversionFactor;
|
|
10
|
+
}, []);
|
|
11
|
+
};
|
|
12
|
+
export default useChToPxConversionFactor;
|
|
13
|
+
//# sourceMappingURL=useChToPxConversionFactor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useChToPxConversionFactor.js","sourceRoot":"","sources":["../../src/hooks/useChToPxConversionFactor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhC,MAAM,yBAAyB,GAAG,GAAG,EAAE;IACrC,OAAO,OAAO,CAAC,GAAG,EAAE;QAClB,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QAChD,SAAS,CAAC,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC;QAC9B,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;QAChC,MAAM,gBAAgB,GAAG,SAAS,CAAC,WAAW,CAAC;QAC/C,SAAS,CAAC,MAAM,EAAE,CAAC;QAEnB,OAAO,gBAAgB,CAAC;IAC1B,CAAC,EAAE,EAAE,CAAC,CAAC;AACT,CAAC,CAAC;AAEF,eAAe,yBAAyB,CAAC","sourcesContent":["import { useMemo } from 'react';\n\nconst useChToPxConversionFactor = () => {\n return useMemo(() => {\n const chToPxDiv = document.createElement('div');\n chToPxDiv.style.width = '1ch';\n document.body.append(chToPxDiv);\n const conversionFactor = chToPxDiv.offsetWidth;\n chToPxDiv.remove();\n\n return conversionFactor;\n }, []);\n};\n\nexport default useChToPxConversionFactor;\n"]}
|
|
@@ -5,6 +5,6 @@ import { RefCallback } from 'react';
|
|
|
5
5
|
* @returns * element:: A DOM Element.
|
|
6
6
|
* * setElementFunction:: The function responsible for setting and resetting the element variable. This function is typically passed to the ref attribute of the element you wish to reference.
|
|
7
7
|
*/
|
|
8
|
-
declare const useElement: <T extends Element>(initial?: T | null) => [T | null,
|
|
8
|
+
declare const useElement: <T extends Element>(initial?: T | null) => [T | null, RefCallback<T>];
|
|
9
9
|
export default useElement;
|
|
10
10
|
//# sourceMappingURL=useElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useElement.d.ts","sourceRoot":"","sources":["../../src/hooks/useElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,OAAO,CAAC;AAE9C;;;;;GAKG;AACH,QAAA,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"useElement.d.ts","sourceRoot":"","sources":["../../src/hooks/useElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,OAAO,CAAC;AAE9C;;;;;GAKG;AACH,QAAA,MAAM,UAAU,uEACa,CAAC;AAE9B,eAAe,UAAU,CAAC"}
|
package/lib/hooks/useI18n.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
21
21
|
utilities: string;
|
|
22
22
|
search: string;
|
|
23
23
|
menu: string;
|
|
24
|
+
new: string;
|
|
25
|
+
info: string;
|
|
24
26
|
remove: string;
|
|
25
27
|
follow: string;
|
|
26
28
|
unfollow: string;
|
|
@@ -47,9 +49,6 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
47
49
|
filter: string;
|
|
48
50
|
sort: string;
|
|
49
51
|
group: string;
|
|
50
|
-
filter_by: string;
|
|
51
|
-
sort_by: string;
|
|
52
|
-
group_by: string;
|
|
53
52
|
go: string;
|
|
54
53
|
configure: string;
|
|
55
54
|
dismiss: string;
|
|
@@ -74,11 +73,12 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
74
73
|
collapse_noun: string;
|
|
75
74
|
checked_noun: string;
|
|
76
75
|
selected_noun: string;
|
|
77
|
-
|
|
76
|
+
unselected_noun: string;
|
|
78
77
|
use_input_value: string;
|
|
79
78
|
preview_of_noun: string;
|
|
80
79
|
go_to_noun: string;
|
|
81
80
|
insert_noun: string;
|
|
81
|
+
delete_noun: string;
|
|
82
82
|
actions_for: string;
|
|
83
83
|
edited: string;
|
|
84
84
|
done: string;
|
|
@@ -188,6 +188,9 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
188
188
|
menu_item_collapse_shift_space: string;
|
|
189
189
|
menu_item_shift_space_expand_collapse: string;
|
|
190
190
|
menu_option_list: string;
|
|
191
|
+
menu_item_count: string;
|
|
192
|
+
menu_collapsed: string;
|
|
193
|
+
menu_expanded: string;
|
|
191
194
|
modal_minimize: string;
|
|
192
195
|
modal_maximize: string;
|
|
193
196
|
modal_dock: string;
|
|
@@ -206,6 +209,9 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
206
209
|
picker_jump_to_month_and_year: string;
|
|
207
210
|
calendar_assist: string;
|
|
208
211
|
calendar: string;
|
|
212
|
+
choose_date: string;
|
|
213
|
+
choose_date_and_time: string;
|
|
214
|
+
choose_week: string;
|
|
209
215
|
boolean_display_true_label: string;
|
|
210
216
|
boolean_display_false_label: string;
|
|
211
217
|
step_changed_to_name: string;
|
|
@@ -256,6 +262,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
256
262
|
};
|
|
257
263
|
edit_tags: string;
|
|
258
264
|
tags: string;
|
|
265
|
+
view_profile: string;
|
|
259
266
|
timeline_toolbar_sort_descending: string;
|
|
260
267
|
timeline_toolbar_sort_ascending: string;
|
|
261
268
|
timeline_toolbar_group_date: string;
|
|
@@ -309,6 +316,7 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
309
316
|
subject_label: string;
|
|
310
317
|
feed_new_post: string;
|
|
311
318
|
feed_new_reply: string;
|
|
319
|
+
feed_post_actions_menu: string;
|
|
312
320
|
feed_edit_post: string;
|
|
313
321
|
feed_edit_reply: string;
|
|
314
322
|
feed_cancel_conversation: string;
|
|
@@ -326,6 +334,14 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
326
334
|
many: string;
|
|
327
335
|
other: string;
|
|
328
336
|
};
|
|
337
|
+
feed_post_comments: {
|
|
338
|
+
zero: string;
|
|
339
|
+
one: string;
|
|
340
|
+
two: string;
|
|
341
|
+
few: string;
|
|
342
|
+
many: string;
|
|
343
|
+
other: string;
|
|
344
|
+
};
|
|
329
345
|
feed_attachments_added: {
|
|
330
346
|
zero: string;
|
|
331
347
|
one: string;
|
|
@@ -389,6 +405,10 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
389
405
|
chat_message_status: string;
|
|
390
406
|
opened: string;
|
|
391
407
|
undeliverable: string;
|
|
408
|
+
new_message: string;
|
|
409
|
+
attachments: string;
|
|
410
|
+
attachments_x_of_y: string;
|
|
411
|
+
use_current_template: string;
|
|
392
412
|
unique_entities: {
|
|
393
413
|
zero: string;
|
|
394
414
|
one: string;
|
|
@@ -523,7 +543,6 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
523
543
|
dismiss_label: string;
|
|
524
544
|
dismiss_label_a11y: string;
|
|
525
545
|
task_manager_search_results_empty_text: string;
|
|
526
|
-
task_manager_delete_task: string;
|
|
527
546
|
search_tasks: string;
|
|
528
547
|
task_manager_picker_add_label: {
|
|
529
548
|
zero: string;
|
|
@@ -545,13 +564,15 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
545
564
|
condition_builder_advanced_condition_placeholder: string;
|
|
546
565
|
condition_builder_advanced_mode_button_label: string;
|
|
547
566
|
condition_builder_basic_mode_button_label: string;
|
|
567
|
+
condition_builder_advanced_mode_button_aria_label: string;
|
|
568
|
+
condition_builder_basic_mode_button_aria_label: string;
|
|
569
|
+
condition_builder_mode_switch: string;
|
|
570
|
+
condition_builder_advanced_condition_tooltip: string;
|
|
548
571
|
condition_builder_condition_select_info_default: string;
|
|
549
572
|
condition_builder_possible_values_label: string;
|
|
550
573
|
condition_builder_possible_values_error: string;
|
|
551
574
|
condition_builder_multi_selection_text_default: string;
|
|
552
575
|
condition_builder_single_selection_text_default: string;
|
|
553
|
-
condition_builder_add_button_label: string;
|
|
554
|
-
condition_builder_remove_button_label: string;
|
|
555
576
|
condition_builder_switch_banner_text: string;
|
|
556
577
|
condition_builder_confirm_button_label: string;
|
|
557
578
|
condition_builder_empty_selection_error_text: string;
|
|
@@ -579,8 +600,6 @@ declare const useI18n: () => import("../i18n/translate").TranslationFunction<Rea
|
|
|
579
600
|
condition_builder_invalid_number_range: string;
|
|
580
601
|
condition_builder_select_placeholder: string;
|
|
581
602
|
condition_builder_hour_number_of_day: string;
|
|
582
|
-
condition_builder_rhs_with_readOnly_input: string;
|
|
583
|
-
condition_builder_rhs_with_input_type: string;
|
|
584
603
|
condition_builder_rhs_with_time_only_input: string;
|
|
585
604
|
condition_builder_rhs_with_date_only_input: string;
|
|
586
605
|
condition_builder_rhs_with_date_time_input: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../src/hooks/useI18n.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../src/hooks/useI18n.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useScrollToggle.d.ts","sourceRoot":"","sources":["../../src/hooks/useScrollToggle.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,eAAe,cAAc,MAAM;wBAKF,IAAI;yBAMH,IAAI;
|
|
1
|
+
{"version":3,"file":"useScrollToggle.d.ts","sourceRoot":"","sources":["../../src/hooks/useScrollToggle.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,eAAe,cAAc,MAAM;wBAKF,IAAI;yBAMH,IAAI;CA+B3C,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -32,7 +32,6 @@ const useScrollToggle = (selector = ':root') => {
|
|
|
32
32
|
}, [selector]);
|
|
33
33
|
useLayoutEffect(() => {
|
|
34
34
|
scrollbarWidthRef.current = getScrollbarWidth();
|
|
35
|
-
// cSpell:ignoreRegExp /unmounts?/
|
|
36
35
|
// To be safe, clean up when the calling component unmounts just in case it did not do so.
|
|
37
36
|
return enableScroll;
|
|
38
37
|
// As enableScroll is memoized with no deps, the cleanup **should** only run once on unmount. If that changes, adjust here accordingly.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useScrollToggle.js","sourceRoot":"","sources":["../../src/hooks/useScrollToggle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEhE,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,MAAM,eAAe,GAAG,CAAC,WAAmB,OAAO,EAAE,EAAE;IACrD,MAAM,iBAAiB,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;IACpC,MAAM,QAAQ,GAAG,MAAM,CAA0B,IAAI,CAAC,CAAC;IACvD,MAAM,EAAE,gBAAgB,EAAE,GAAG,gBAAgB,EAAE,CAAC;IAEhD,MAAM,YAAY,GAAG,WAAW,CAAC,GAAS,EAAE;QAC1C,mGAAmG;QACnG,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC;QAC3B,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;IAC1B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,aAAa,GAAG,WAAW,CAAC,GAAS,EAAE;QAC3C,qHAAqH;QACrH,IAAI,QAAQ,CAAC,OAAO;YAAE,OAAO;QAC7B,MAAM,QAAQ,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;QAClD,IAAI,CAAC,QAAQ;YAAE,OAAO;QACtB,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,GAAG,iBAAiB,CAAC,QAAQ,CAAC,CAAC;QAC3D,IAAI,CAAC,SAAS,IAAI,CAAC,SAAS;YAAE,OAAO;QAErC,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAEnD,QAAQ,CAAC,OAAO,CAAC,WAAW,GAAG;QAC3B,QAAQ;UACN,SAAS,CAAC,CAAC,CAAC,uBAAuB,iBAAiB,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,EAAE;UAChF,SAAS,CAAC,CAAC,CAAC,sBAAsB,iBAAiB,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,EAAE;;;KAGpF,CAAC;QAEF,CAAC,gBAAgB,IAAI,QAAQ,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC/D,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,eAAe,CAAC,GAAG,EAAE;QACnB,iBAAiB,CAAC,OAAO,GAAG,iBAAiB,EAAE,CAAC;QAEhD,
|
|
1
|
+
{"version":3,"file":"useScrollToggle.js","sourceRoot":"","sources":["../../src/hooks/useScrollToggle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEhE,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,MAAM,eAAe,GAAG,CAAC,WAAmB,OAAO,EAAE,EAAE;IACrD,MAAM,iBAAiB,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;IACpC,MAAM,QAAQ,GAAG,MAAM,CAA0B,IAAI,CAAC,CAAC;IACvD,MAAM,EAAE,gBAAgB,EAAE,GAAG,gBAAgB,EAAE,CAAC;IAEhD,MAAM,YAAY,GAAG,WAAW,CAAC,GAAS,EAAE;QAC1C,mGAAmG;QACnG,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC;QAC3B,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;IAC1B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,aAAa,GAAG,WAAW,CAAC,GAAS,EAAE;QAC3C,qHAAqH;QACrH,IAAI,QAAQ,CAAC,OAAO;YAAE,OAAO;QAC7B,MAAM,QAAQ,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;QAClD,IAAI,CAAC,QAAQ;YAAE,OAAO;QACtB,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,GAAG,iBAAiB,CAAC,QAAQ,CAAC,CAAC;QAC3D,IAAI,CAAC,SAAS,IAAI,CAAC,SAAS;YAAE,OAAO;QAErC,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAEnD,QAAQ,CAAC,OAAO,CAAC,WAAW,GAAG;QAC3B,QAAQ;UACN,SAAS,CAAC,CAAC,CAAC,uBAAuB,iBAAiB,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,EAAE;UAChF,SAAS,CAAC,CAAC,CAAC,sBAAsB,iBAAiB,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,EAAE;;;KAGpF,CAAC;QAEF,CAAC,gBAAgB,IAAI,QAAQ,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC/D,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,eAAe,CAAC,GAAG,EAAE;QACnB,iBAAiB,CAAC,OAAO,GAAG,iBAAiB,EAAE,CAAC;QAEhD,0FAA0F;QAC1F,OAAO,YAAY,CAAC;QAEpB,uIAAuI;IACzI,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IAEnB,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,CAAC;AACzC,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import { useCallback, useLayoutEffect, useRef } from 'react';\n\nimport { getScrollbarWidth, testElForOverflow } from '../utils';\n\nimport useConfiguration from './useConfiguration';\n\nconst useScrollToggle = (selector: string = ':root') => {\n const scrollbarWidthRef = useRef(0);\n const styleRef = useRef<HTMLStyleElement | null>(null);\n const { styleSheetTarget } = useConfiguration();\n\n const enableScroll = useCallback((): void => {\n // No need to short circuit if called repetitively, will just perform a simple null set on the ref.\n styleRef.current?.remove();\n styleRef.current = null;\n }, []);\n\n const disableScroll = useCallback((): void => {\n // If we have a ref to the style el we can assume styles to disable overflow are in the DOM. No need for a DOM query.\n if (styleRef.current) return;\n const scrollEl = document.querySelector(selector);\n if (!scrollEl) return;\n const [overflowX, overflowY] = testElForOverflow(scrollEl);\n if (!overflowX && !overflowY) return;\n\n styleRef.current = document.createElement('style');\n\n styleRef.current.textContent = `\n ${selector} {\n ${overflowY ? `padding-inline-end: ${scrollbarWidthRef.current}px !important` : ''};\n ${overflowX ? `padding-block-end: ${scrollbarWidthRef.current}px !important` : ''};\n overflow: hidden !important;\n }\n `;\n\n (styleSheetTarget ?? document.head).append(styleRef.current);\n }, [selector]);\n\n useLayoutEffect(() => {\n scrollbarWidthRef.current = getScrollbarWidth();\n\n // To be safe, clean up when the calling component unmounts just in case it did not do so.\n return enableScroll;\n\n // As enableScroll is memoized with no deps, the cleanup **should** only run once on unmount. If that changes, adjust here accordingly.\n }, [enableScroll]);\n\n return { enableScroll, disableScroll };\n};\n\nexport default useScrollToggle;\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TestIdProp } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* @example const testIds = useTestIds(testIdProp: 'some-test-id', getSomeComponentTestIds);
|
|
4
|
+
* @param testIdProp `testId` prop passed to the component.
|
|
5
|
+
* @param getTestIds Function for generating test ids for a particular component.
|
|
6
|
+
* @returns An empty object or an object with a root key and camelCased keys and values based on params.
|
|
7
|
+
*/
|
|
8
|
+
declare const useTestIds: <F extends (testIdProp?: string | undefined) => import("../types").TestIdsRecord<readonly string[]>>(testIdProp: string | Partial<ReturnType<F>> | undefined, getTestIds: F) => Partial<ReturnType<F>>;
|
|
9
|
+
export default useTestIds;
|
|
10
|
+
//# sourceMappingURL=useTestIds.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTestIds.d.ts","sourceRoot":"","sources":["../../src/hooks/useTestIds.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAKtC;;;;;GAKG;AAEH,QAAA,MAAM,UAAU,wMAef,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useMemo } from 'react';
|
|
2
|
+
import useConfiguration from './useConfiguration';
|
|
3
|
+
/**
|
|
4
|
+
* @example const testIds = useTestIds(testIdProp: 'some-test-id', getSomeComponentTestIds);
|
|
5
|
+
* @param testIdProp `testId` prop passed to the component.
|
|
6
|
+
* @param getTestIds Function for generating test ids for a particular component.
|
|
7
|
+
* @returns An empty object or an object with a root key and camelCased keys and values based on params.
|
|
8
|
+
*/
|
|
9
|
+
const useTestIds = (testIdProp, getTestIds) => {
|
|
10
|
+
const { testIds } = useConfiguration();
|
|
11
|
+
return useMemo(() => {
|
|
12
|
+
if (!testIds)
|
|
13
|
+
return {};
|
|
14
|
+
if (typeof testIdProp === 'object') {
|
|
15
|
+
return testIdProp;
|
|
16
|
+
}
|
|
17
|
+
return getTestIds(testIdProp);
|
|
18
|
+
}, [testIds, testIdProp, getTestIds]);
|
|
19
|
+
};
|
|
20
|
+
export default useTestIds;
|
|
21
|
+
//# sourceMappingURL=useTestIds.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTestIds.js","sourceRoot":"","sources":["../../src/hooks/useTestIds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAKhC,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD;;;;;GAKG;AAEH,MAAM,UAAU,GAAG,CACjB,UAAyD,EACzD,UAAa,EACW,EAAE;IAC1B,MAAM,EAAE,OAAO,EAAE,GAAG,gBAAgB,EAAE,CAAC;IAEvC,OAAO,OAAO,CAAC,GAAG,EAAE;QAClB,IAAI,CAAC,OAAO;YAAE,OAAO,EAAE,CAAC;QAExB,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE;YAClC,OAAO,UAAU,CAAC;SACnB;QAED,OAAO,UAAU,CAAC,UAAU,CAAC,CAAC;IAChC,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC,CAAC;AACxC,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC","sourcesContent":["import { useMemo } from 'react';\n\nimport { TestIdProp } from '../types';\nimport type { createTestIds } from '../utils';\n\nimport useConfiguration from './useConfiguration';\n\n/**\n * @example const testIds = useTestIds(testIdProp: 'some-test-id', getSomeComponentTestIds);\n * @param testIdProp `testId` prop passed to the component.\n * @param getTestIds Function for generating test ids for a particular component.\n * @returns An empty object or an object with a root key and camelCased keys and values based on params.\n */\n\nconst useTestIds = <F extends ReturnType<typeof createTestIds>>(\n testIdProp: TestIdProp['testId'] | Partial<ReturnType<F>>,\n getTestIds: F\n): Partial<ReturnType<F>> => {\n const { testIds } = useConfiguration();\n\n return useMemo(() => {\n if (!testIds) return {};\n\n if (typeof testIdProp === 'object') {\n return testIdProp;\n }\n\n return getTestIds(testIdProp);\n }, [testIds, testIdProp, getTestIds]);\n};\n\nexport default useTestIds;\n"]}
|
package/lib/i18n/default.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ declare const _default: {
|
|
|
17
17
|
utilities: string;
|
|
18
18
|
search: string;
|
|
19
19
|
menu: string;
|
|
20
|
+
new: string;
|
|
21
|
+
info: string;
|
|
20
22
|
remove: string;
|
|
21
23
|
follow: string;
|
|
22
24
|
unfollow: string;
|
|
@@ -43,9 +45,6 @@ declare const _default: {
|
|
|
43
45
|
filter: string;
|
|
44
46
|
sort: string;
|
|
45
47
|
group: string;
|
|
46
|
-
filter_by: string;
|
|
47
|
-
sort_by: string;
|
|
48
|
-
group_by: string;
|
|
49
48
|
go: string;
|
|
50
49
|
configure: string;
|
|
51
50
|
dismiss: string;
|
|
@@ -70,11 +69,12 @@ declare const _default: {
|
|
|
70
69
|
collapse_noun: string;
|
|
71
70
|
checked_noun: string;
|
|
72
71
|
selected_noun: string;
|
|
73
|
-
|
|
72
|
+
unselected_noun: string;
|
|
74
73
|
use_input_value: string;
|
|
75
74
|
preview_of_noun: string;
|
|
76
75
|
go_to_noun: string;
|
|
77
76
|
insert_noun: string;
|
|
77
|
+
delete_noun: string;
|
|
78
78
|
actions_for: string;
|
|
79
79
|
edited: string;
|
|
80
80
|
done: string;
|
|
@@ -184,6 +184,9 @@ declare const _default: {
|
|
|
184
184
|
menu_item_collapse_shift_space: string;
|
|
185
185
|
menu_item_shift_space_expand_collapse: string;
|
|
186
186
|
menu_option_list: string;
|
|
187
|
+
menu_item_count: string;
|
|
188
|
+
menu_collapsed: string;
|
|
189
|
+
menu_expanded: string;
|
|
187
190
|
modal_minimize: string;
|
|
188
191
|
modal_maximize: string;
|
|
189
192
|
modal_dock: string;
|
|
@@ -202,6 +205,9 @@ declare const _default: {
|
|
|
202
205
|
picker_jump_to_month_and_year: string;
|
|
203
206
|
calendar_assist: string;
|
|
204
207
|
calendar: string;
|
|
208
|
+
choose_date: string;
|
|
209
|
+
choose_date_and_time: string;
|
|
210
|
+
choose_week: string;
|
|
205
211
|
boolean_display_true_label: string;
|
|
206
212
|
boolean_display_false_label: string;
|
|
207
213
|
step_changed_to_name: string;
|
|
@@ -252,6 +258,7 @@ declare const _default: {
|
|
|
252
258
|
};
|
|
253
259
|
edit_tags: string;
|
|
254
260
|
tags: string;
|
|
261
|
+
view_profile: string;
|
|
255
262
|
timeline_toolbar_sort_descending: string;
|
|
256
263
|
timeline_toolbar_sort_ascending: string;
|
|
257
264
|
timeline_toolbar_group_date: string;
|
|
@@ -305,6 +312,7 @@ declare const _default: {
|
|
|
305
312
|
subject_label: string;
|
|
306
313
|
feed_new_post: string;
|
|
307
314
|
feed_new_reply: string;
|
|
315
|
+
feed_post_actions_menu: string;
|
|
308
316
|
feed_edit_post: string;
|
|
309
317
|
feed_edit_reply: string;
|
|
310
318
|
feed_cancel_conversation: string;
|
|
@@ -322,6 +330,14 @@ declare const _default: {
|
|
|
322
330
|
many: string;
|
|
323
331
|
other: string;
|
|
324
332
|
};
|
|
333
|
+
feed_post_comments: {
|
|
334
|
+
zero: string;
|
|
335
|
+
one: string;
|
|
336
|
+
two: string;
|
|
337
|
+
few: string;
|
|
338
|
+
many: string;
|
|
339
|
+
other: string;
|
|
340
|
+
};
|
|
325
341
|
feed_attachments_added: {
|
|
326
342
|
zero: string;
|
|
327
343
|
one: string;
|
|
@@ -385,6 +401,10 @@ declare const _default: {
|
|
|
385
401
|
chat_message_status: string;
|
|
386
402
|
opened: string;
|
|
387
403
|
undeliverable: string;
|
|
404
|
+
new_message: string;
|
|
405
|
+
attachments: string;
|
|
406
|
+
attachments_x_of_y: string;
|
|
407
|
+
use_current_template: string;
|
|
388
408
|
unique_entities: {
|
|
389
409
|
zero: string;
|
|
390
410
|
one: string;
|
|
@@ -519,7 +539,6 @@ declare const _default: {
|
|
|
519
539
|
dismiss_label: string;
|
|
520
540
|
dismiss_label_a11y: string;
|
|
521
541
|
task_manager_search_results_empty_text: string;
|
|
522
|
-
task_manager_delete_task: string;
|
|
523
542
|
search_tasks: string;
|
|
524
543
|
task_manager_picker_add_label: {
|
|
525
544
|
zero: string;
|
|
@@ -541,13 +560,15 @@ declare const _default: {
|
|
|
541
560
|
condition_builder_advanced_condition_placeholder: string;
|
|
542
561
|
condition_builder_advanced_mode_button_label: string;
|
|
543
562
|
condition_builder_basic_mode_button_label: string;
|
|
563
|
+
condition_builder_advanced_mode_button_aria_label: string;
|
|
564
|
+
condition_builder_basic_mode_button_aria_label: string;
|
|
565
|
+
condition_builder_mode_switch: string;
|
|
566
|
+
condition_builder_advanced_condition_tooltip: string;
|
|
544
567
|
condition_builder_condition_select_info_default: string;
|
|
545
568
|
condition_builder_possible_values_label: string;
|
|
546
569
|
condition_builder_possible_values_error: string;
|
|
547
570
|
condition_builder_multi_selection_text_default: string;
|
|
548
571
|
condition_builder_single_selection_text_default: string;
|
|
549
|
-
condition_builder_add_button_label: string;
|
|
550
|
-
condition_builder_remove_button_label: string;
|
|
551
572
|
condition_builder_switch_banner_text: string;
|
|
552
573
|
condition_builder_confirm_button_label: string;
|
|
553
574
|
condition_builder_empty_selection_error_text: string;
|
|
@@ -575,8 +596,6 @@ declare const _default: {
|
|
|
575
596
|
condition_builder_invalid_number_range: string;
|
|
576
597
|
condition_builder_select_placeholder: string;
|
|
577
598
|
condition_builder_hour_number_of_day: string;
|
|
578
|
-
condition_builder_rhs_with_readOnly_input: string;
|
|
579
|
-
condition_builder_rhs_with_input_type: string;
|
|
580
599
|
condition_builder_rhs_with_time_only_input: string;
|
|
581
600
|
condition_builder_rhs_with_date_only_input: string;
|
|
582
601
|
condition_builder_rhs_with_date_time_input: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/i18n/default.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/i18n/default.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA0gCE"}
|
package/lib/i18n/default.js
CHANGED
|
@@ -21,6 +21,8 @@ export default {
|
|
|
21
21
|
utilities: 'Utilities',
|
|
22
22
|
search: 'search',
|
|
23
23
|
menu: 'menu',
|
|
24
|
+
new: 'New',
|
|
25
|
+
info: 'info',
|
|
24
26
|
/* Verbs */
|
|
25
27
|
remove: 'Remove',
|
|
26
28
|
follow: 'Follow',
|
|
@@ -48,9 +50,6 @@ export default {
|
|
|
48
50
|
filter: 'Filter',
|
|
49
51
|
sort: 'Sort',
|
|
50
52
|
group: 'Group',
|
|
51
|
-
filter_by: 'Filter by',
|
|
52
|
-
sort_by: 'Sort by',
|
|
53
|
-
group_by: 'Group by',
|
|
54
53
|
go: 'Go',
|
|
55
54
|
configure: 'Configure',
|
|
56
55
|
dismiss: 'Dismiss',
|
|
@@ -77,11 +76,12 @@ export default {
|
|
|
77
76
|
collapse_noun: 'Collapse {0}',
|
|
78
77
|
checked_noun: '{0} checked',
|
|
79
78
|
selected_noun: '{0} selected',
|
|
80
|
-
|
|
79
|
+
unselected_noun: '{0} unselected',
|
|
81
80
|
use_input_value: 'Use {0}',
|
|
82
81
|
preview_of_noun: 'Preview of {0}',
|
|
83
82
|
go_to_noun: 'Go to {0}',
|
|
84
83
|
insert_noun: 'Insert {0}',
|
|
84
|
+
delete_noun: 'Delete {0}',
|
|
85
85
|
actions_for: 'Actions for {0}',
|
|
86
86
|
/* States */
|
|
87
87
|
edited: 'Edited {0}',
|
|
@@ -201,11 +201,14 @@ export default {
|
|
|
201
201
|
selected_items: 'Selected items',
|
|
202
202
|
/* core:Menu */
|
|
203
203
|
menu_selection_instructions: 'Press enter to select items.',
|
|
204
|
-
menu_item_expand_arrow: 'Arrow right to expand.',
|
|
204
|
+
menu_item_expand_arrow: '{0}. Arrow right to expand.',
|
|
205
205
|
menu_item_collapse_arrow: 'Arrow left to collapse.',
|
|
206
206
|
menu_item_collapse_shift_space: 'Press shift space to collapse.',
|
|
207
|
-
menu_item_shift_space_expand_collapse: 'Press shift space to expand and collapse.',
|
|
207
|
+
menu_item_shift_space_expand_collapse: '{0}. Press shift space to expand and collapse.',
|
|
208
208
|
menu_option_list: 'Options list',
|
|
209
|
+
menu_item_count: 'Contains {0} items.',
|
|
210
|
+
menu_collapsed: '{0} collapsed',
|
|
211
|
+
menu_expanded: '{0} expanded.',
|
|
209
212
|
/* core:Modal */
|
|
210
213
|
modal_minimize: 'Minimize modal',
|
|
211
214
|
modal_maximize: 'Maximize modal',
|
|
@@ -226,6 +229,9 @@ export default {
|
|
|
226
229
|
picker_jump_to_month_and_year: 'Jump to month and year selection',
|
|
227
230
|
calendar_assist: 'Use cursor keys to navigate dates',
|
|
228
231
|
calendar: 'Calendar',
|
|
232
|
+
choose_date: 'Choose date',
|
|
233
|
+
choose_date_and_time: 'Choose date and time',
|
|
234
|
+
choose_week: 'Choose week',
|
|
229
235
|
/* core:Boolean */
|
|
230
236
|
boolean_display_true_label: 'Yes',
|
|
231
237
|
boolean_display_false_label: 'No',
|
|
@@ -291,6 +297,8 @@ export default {
|
|
|
291
297
|
/* work:Tags */
|
|
292
298
|
edit_tags: 'Edit tags',
|
|
293
299
|
tags: 'Tags',
|
|
300
|
+
/* work:Glimpse */
|
|
301
|
+
view_profile: 'View profile',
|
|
294
302
|
/* work:Timeline */
|
|
295
303
|
timeline_toolbar_sort_descending: 'Newest first',
|
|
296
304
|
timeline_toolbar_sort_ascending: 'Oldest first',
|
|
@@ -351,6 +359,7 @@ export default {
|
|
|
351
359
|
/* social:Feed */
|
|
352
360
|
feed_new_post: 'New post',
|
|
353
361
|
feed_new_reply: 'New reply',
|
|
362
|
+
feed_post_actions_menu: 'More',
|
|
354
363
|
feed_edit_post: 'Edit post',
|
|
355
364
|
feed_edit_reply: 'Edit reply',
|
|
356
365
|
feed_cancel_conversation: 'Cancel conversation',
|
|
@@ -368,6 +377,14 @@ export default {
|
|
|
368
377
|
many: '{0} likes',
|
|
369
378
|
other: '{0} likes'
|
|
370
379
|
},
|
|
380
|
+
feed_post_comments: {
|
|
381
|
+
zero: 'No comments',
|
|
382
|
+
one: '{0} comment',
|
|
383
|
+
two: '{0} comments',
|
|
384
|
+
few: '{0} comments',
|
|
385
|
+
many: '{0} comments',
|
|
386
|
+
other: '{0} comments'
|
|
387
|
+
},
|
|
371
388
|
feed_attachments_added: {
|
|
372
389
|
zero: 'No attachments added',
|
|
373
390
|
one: '{0} attachment added',
|
|
@@ -432,6 +449,10 @@ export default {
|
|
|
432
449
|
chat_message_status: 'Message {0}',
|
|
433
450
|
opened: 'Opened',
|
|
434
451
|
undeliverable: 'Undeliverable',
|
|
452
|
+
new_message: 'New message',
|
|
453
|
+
attachments: 'attachments',
|
|
454
|
+
attachments_x_of_y: 'attachment {0} of {1}',
|
|
455
|
+
use_current_template: 'Use suggested reply {0} of {1} ',
|
|
435
456
|
/* cs:Email */
|
|
436
457
|
unique_entities: {
|
|
437
458
|
zero: 'No unique entities',
|
|
@@ -572,7 +593,6 @@ export default {
|
|
|
572
593
|
dismiss_label: 'Dismiss',
|
|
573
594
|
dismiss_label_a11y: 'Dismiss {0}',
|
|
574
595
|
task_manager_search_results_empty_text: 'No tasks',
|
|
575
|
-
task_manager_delete_task: 'Delete {0}',
|
|
576
596
|
search_tasks: 'Search tasks…',
|
|
577
597
|
task_manager_picker_add_label: {
|
|
578
598
|
zero: 'No items to add',
|
|
@@ -597,18 +617,20 @@ export default {
|
|
|
597
617
|
condition_builder_advanced_condition_placeholder: 'Advanced condition',
|
|
598
618
|
condition_builder_advanced_mode_button_label: 'Advanced mode',
|
|
599
619
|
condition_builder_basic_mode_button_label: 'Basic mode',
|
|
620
|
+
condition_builder_advanced_mode_button_aria_label: 'Switch to advanced mode',
|
|
621
|
+
condition_builder_basic_mode_button_aria_label: 'Switch to basic mode',
|
|
622
|
+
condition_builder_mode_switch: 'Mode switched',
|
|
623
|
+
condition_builder_advanced_condition_tooltip: 'A logical expression representing an advanced condition. Use numbers like 1,2,3,… to represent different condition rows. Use {0} operators and parentheses to construct advanced conditions. Example: {1}',
|
|
600
624
|
condition_builder_condition_select_info_default: 'No selection',
|
|
601
625
|
condition_builder_possible_values_label: 'Values',
|
|
602
626
|
condition_builder_possible_values_error: 'Error retrieving values',
|
|
603
627
|
condition_builder_multi_selection_text_default: 'Select values',
|
|
604
628
|
condition_builder_single_selection_text_default: 'Select value',
|
|
605
|
-
|
|
606
|
-
condition_builder_remove_button_label: 'Remove condition',
|
|
607
|
-
condition_builder_switch_banner_text: 'Switching from Advanced mode can reset all AND/OR/NOT operators. Do you want to continue?',
|
|
629
|
+
condition_builder_switch_banner_text: 'Switching from advanced mode can reset all AND/OR/NOT operators. Do you want to continue?',
|
|
608
630
|
condition_builder_confirm_button_label: 'OK',
|
|
609
631
|
condition_builder_empty_selection_error_text: 'No selection',
|
|
610
632
|
condition_builder_empty_value_text: 'Empty value',
|
|
611
|
-
condition_builder_compare_with: 'Compare with',
|
|
633
|
+
condition_builder_compare_with: 'Compare with {0}',
|
|
612
634
|
condition_builder_compare_with_another_field: 'Another field',
|
|
613
635
|
condition_builder_compare_with_parameter: 'Parameter',
|
|
614
636
|
condition_builder_compare_with_relative_date: 'Relative date',
|
|
@@ -631,8 +653,6 @@ export default {
|
|
|
631
653
|
condition_builder_invalid_number_range: 'Invalid range',
|
|
632
654
|
condition_builder_select_placeholder: 'Select…',
|
|
633
655
|
condition_builder_hour_number_of_day: '{0} (hour of day)',
|
|
634
|
-
condition_builder_rhs_with_readOnly_input: 'Rhs with readOnly input',
|
|
635
|
-
condition_builder_rhs_with_input_type: 'Rhs with input type',
|
|
636
656
|
condition_builder_rhs_with_time_only_input: 'Rhs with Time only input',
|
|
637
657
|
condition_builder_rhs_with_date_only_input: 'Rhs with Date only input',
|
|
638
658
|
condition_builder_rhs_with_date_time_input: 'Rhs with Date Time input',
|
|
@@ -867,7 +887,7 @@ export default {
|
|
|
867
887
|
condition_builder_time_period_next: 'Next',
|
|
868
888
|
condition_builder_value_label: 'Value',
|
|
869
889
|
condition_builder_field_label: 'Field',
|
|
870
|
-
condition_builder_comparator_label: '
|
|
890
|
+
condition_builder_comparator_label: 'Conditional operator',
|
|
871
891
|
/* condition-builder:PromotedFilters */
|
|
872
892
|
promoted_filters_clear_all_button_label: 'Clear all filters',
|
|
873
893
|
/* build:AppShell */
|