@dnb/eufemia 10.0.0-beta.7 → 10.0.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/CHANGELOG.md +273 -286
- package/cjs/components/anchor/Anchor.d.ts +5 -1
- package/cjs/components/anchor/Anchor.js +53 -4
- package/cjs/components/anchor/style/anchor-mixins.scss +8 -4
- package/cjs/components/anchor/style/dnb-anchor.css +8 -9
- package/cjs/components/anchor/style/dnb-anchor.min.css +1 -1
- package/cjs/components/anchor/style/dnb-anchor.scss +2 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +63 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +88 -26
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.css +4 -4
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.scss +4 -4
- package/cjs/components/autocomplete/Autocomplete.d.ts +3 -2
- package/cjs/components/autocomplete/Autocomplete.js +8 -5
- package/cjs/components/button/Button.d.ts +3 -2
- package/cjs/components/button/Button.js +8 -5
- package/cjs/components/button/style/dnb-button--tertiary.css +16 -7
- package/cjs/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/cjs/components/button/style/dnb-button--tertiary.scss +28 -18
- package/cjs/components/button/style/dnb-button.css +1 -3
- package/cjs/components/button/style/dnb-button.min.css +1 -1
- package/cjs/components/button/style/dnb-button.scss +0 -1
- package/cjs/components/button/style/themes/button-mixins.scss +4 -4
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +16 -7
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +38 -7
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -0
- package/cjs/components/button/style/themes/dnb-button-theme-ui.css +16 -7
- package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/cjs/components/checkbox/Checkbox.d.ts +3 -2
- package/cjs/components/checkbox/Checkbox.js +8 -5
- package/cjs/components/date-picker/DatePicker.d.ts +3 -2
- package/cjs/components/date-picker/DatePicker.js +9 -5
- package/cjs/components/dialog/style/dnb-dialog.css +3 -3
- package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
- package/cjs/components/dialog/style/dnb-dialog.scss +2 -4
- package/cjs/components/dropdown/Dropdown.d.ts +3 -2
- package/cjs/components/dropdown/Dropdown.js +8 -5
- package/cjs/components/form-row/FormRow.d.ts +2 -1
- package/cjs/components/form-row/FormRow.js +8 -5
- package/cjs/components/form-set/FormSet.d.ts +2 -1
- package/cjs/components/form-status/FormStatus.d.ts +6 -6
- package/cjs/components/form-status/FormStatus.js +13 -7
- package/cjs/components/global-error/GlobalError.d.ts +64 -62
- package/cjs/components/global-error/GlobalError.js +76 -509
- package/cjs/components/global-error/style/dnb-global-error.css +21 -31
- package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
- package/cjs/components/global-error/style/dnb-global-error.scss +19 -29
- package/cjs/components/global-status/GlobalStatus.d.ts +8 -0
- package/cjs/components/help-button/HelpButton.d.ts +1 -3
- package/cjs/components/help-button/HelpButton.js +9 -17
- package/cjs/components/icon/style/dnb-icon.css +7 -3
- package/cjs/components/icon/style/dnb-icon.min.css +1 -1
- package/cjs/components/icon/style/dnb-icon.scss +16 -10
- package/cjs/components/input/Input.d.ts +11 -5
- package/cjs/components/input/Input.js +8 -5
- package/cjs/components/input-masked/InputMasked.d.ts +3 -2
- package/cjs/components/input-masked/InputMaskedUtils.js +7 -3
- package/cjs/components/lib.d.ts +1 -1
- package/cjs/components/modal/Modal.js +21 -7
- package/cjs/components/modal/ModalContent.js +2 -2
- package/cjs/components/number-format/NumberUtils.js +5 -4
- package/cjs/components/progress-indicator/ProgressIndicator.d.ts +1 -1
- package/cjs/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -1
- package/cjs/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -1
- package/cjs/components/radio/Radio.d.ts +4 -3
- package/cjs/components/radio/Radio.js +8 -5
- package/cjs/components/radio/RadioGroup.d.ts +4 -3
- package/cjs/components/radio/RadioGroup.js +8 -5
- package/cjs/components/radio/style/dnb-radio.css +1 -0
- package/cjs/components/radio/style/dnb-radio.min.css +1 -1
- package/cjs/components/radio/style/dnb-radio.scss +1 -0
- package/cjs/components/slider/SliderInstance.js +2 -3
- package/cjs/components/slider/SliderProvider.js +2 -2
- package/cjs/components/slider/types.d.ts +2 -1
- package/cjs/components/switch/Switch.d.ts +3 -2
- package/cjs/components/switch/Switch.js +8 -5
- package/cjs/components/textarea/Textarea.d.ts +3 -2
- package/cjs/components/textarea/Textarea.js +8 -5
- package/cjs/components/timeline/TimelineItem.d.ts +2 -2
- package/cjs/components/toggle-button/ToggleButton.d.ts +3 -2
- package/cjs/components/toggle-button/ToggleButton.js +8 -5
- package/cjs/components/toggle-button/ToggleButtonGroup.d.ts +3 -2
- package/cjs/components/toggle-button/ToggleButtonGroup.js +8 -5
- package/cjs/components/tooltip/TooltipWithEvents.d.ts +2 -2
- package/cjs/components/tooltip/TooltipWithEvents.js +6 -1
- package/cjs/components/visually-hidden/style/dnb-visually-hidden.css +14 -14
- package/cjs/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
- package/cjs/elements/Link.d.ts +1 -1
- package/cjs/elements/lib.d.ts +1 -1
- package/cjs/elements/typography/style/themes/dnb-typography-theme-sbanken.scss +16 -0
- package/cjs/elements/typography/style/themes/dnb-typography-theme-ui.scss +4 -23
- package/cjs/elements/typography/style/typography-mixins.scss +33 -0
- package/cjs/extensions/payment-card/PaymentCard.d.ts +6 -29
- package/cjs/shared/Context.d.ts +2 -0
- package/cjs/shared/Eufemia.d.ts +1 -0
- package/cjs/shared/Eufemia.js +4 -1
- package/cjs/shared/Theme.d.ts +6 -2
- package/cjs/shared/Theme.js +11 -5
- package/cjs/shared/VisibilityByTheme.js +1 -1
- package/cjs/shared/locales/en-GB.d.ts +2 -2
- package/cjs/shared/locales/en-GB.js +7 -7
- package/cjs/shared/locales/en-US.d.ts +2 -2
- package/cjs/shared/locales/index.d.ts +4 -4
- package/cjs/shared/locales/nb-NO.d.ts +2 -2
- package/cjs/shared/locales/nb-NO.js +7 -7
- package/cjs/style/core/scopes.scss +1 -1
- package/cjs/style/core/utilities.scss +17 -13
- package/cjs/style/dnb-ui-basis.css +16 -16
- package/cjs/style/dnb-ui-basis.min.css +1 -1
- package/cjs/style/dnb-ui-body.css +2 -2
- package/cjs/style/dnb-ui-body.min.css +1 -1
- package/cjs/style/dnb-ui-components.css +55 -63
- package/cjs/style/dnb-ui-components.min.css +1 -1
- package/cjs/style/dnb-ui-core.css +16 -16
- package/cjs/style/dnb-ui-core.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +5 -0
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +91 -81
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +5 -0
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.css +39 -30
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.scss +4 -0
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +155 -71
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.css +36 -31
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.scss +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-basis.css +5 -0
- package/cjs/style/themes/theme-ui/ui-theme-components.css +75 -74
- package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-elements.css +5 -0
- package/cjs/style/themes/theme-ui/ui-theme-tags.css +3 -3
- package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/components/anchor/Anchor.d.ts +5 -1
- package/components/anchor/Anchor.js +49 -4
- package/components/anchor/style/anchor-mixins.scss +8 -4
- package/components/anchor/style/dnb-anchor.css +8 -9
- package/components/anchor/style/dnb-anchor.min.css +1 -1
- package/components/anchor/style/dnb-anchor.scss +2 -1
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +63 -1
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +88 -26
- package/components/anchor/style/themes/dnb-anchor-theme-ui.css +4 -4
- package/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/components/anchor/style/themes/dnb-anchor-theme-ui.scss +4 -4
- package/components/autocomplete/Autocomplete.d.ts +3 -2
- package/components/autocomplete/Autocomplete.js +8 -5
- package/components/button/Button.d.ts +3 -2
- package/components/button/Button.js +8 -5
- package/components/button/style/dnb-button--tertiary.css +16 -7
- package/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/components/button/style/dnb-button--tertiary.scss +28 -18
- package/components/button/style/dnb-button.css +1 -3
- package/components/button/style/dnb-button.min.css +1 -1
- package/components/button/style/dnb-button.scss +0 -1
- package/components/button/style/themes/button-mixins.scss +4 -4
- package/components/button/style/themes/dnb-button-theme-eiendom.css +16 -7
- package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-sbanken.css +38 -7
- package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -0
- package/components/button/style/themes/dnb-button-theme-ui.css +16 -7
- package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/components/checkbox/Checkbox.d.ts +3 -2
- package/components/checkbox/Checkbox.js +8 -5
- package/components/date-picker/DatePicker.d.ts +3 -2
- package/components/date-picker/DatePicker.js +9 -5
- package/components/dialog/style/dnb-dialog.css +3 -3
- package/components/dialog/style/dnb-dialog.min.css +1 -1
- package/components/dialog/style/dnb-dialog.scss +2 -4
- package/components/dropdown/Dropdown.d.ts +3 -2
- package/components/dropdown/Dropdown.js +8 -5
- package/components/form-row/FormRow.d.ts +2 -1
- package/components/form-row/FormRow.js +8 -5
- package/components/form-set/FormSet.d.ts +2 -1
- package/components/form-status/FormStatus.d.ts +6 -6
- package/components/form-status/FormStatus.js +13 -7
- package/components/global-error/GlobalError.d.ts +64 -62
- package/components/global-error/GlobalError.js +77 -510
- package/components/global-error/style/dnb-global-error.css +21 -31
- package/components/global-error/style/dnb-global-error.min.css +1 -1
- package/components/global-error/style/dnb-global-error.scss +19 -29
- package/components/global-status/GlobalStatus.d.ts +8 -0
- package/components/help-button/HelpButton.d.ts +1 -3
- package/components/help-button/HelpButton.js +9 -16
- package/components/icon/style/dnb-icon.css +7 -3
- package/components/icon/style/dnb-icon.min.css +1 -1
- package/components/icon/style/dnb-icon.scss +16 -10
- package/components/input/Input.d.ts +11 -5
- package/components/input/Input.js +8 -5
- package/components/input-masked/InputMasked.d.ts +3 -2
- package/components/input-masked/InputMaskedUtils.js +7 -3
- package/components/lib.d.ts +1 -1
- package/components/modal/Modal.js +21 -7
- package/components/modal/ModalContent.js +2 -2
- package/components/number-format/NumberUtils.js +5 -4
- package/components/progress-indicator/ProgressIndicator.d.ts +1 -1
- package/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -1
- package/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -1
- package/components/radio/Radio.d.ts +4 -3
- package/components/radio/Radio.js +8 -5
- package/components/radio/RadioGroup.d.ts +4 -3
- package/components/radio/RadioGroup.js +8 -5
- package/components/radio/style/dnb-radio.css +1 -0
- package/components/radio/style/dnb-radio.min.css +1 -1
- package/components/radio/style/dnb-radio.scss +1 -0
- package/components/slider/SliderInstance.js +2 -3
- package/components/slider/SliderProvider.js +2 -2
- package/components/slider/types.d.ts +2 -1
- package/components/switch/Switch.d.ts +3 -2
- package/components/switch/Switch.js +8 -5
- package/components/textarea/Textarea.d.ts +3 -2
- package/components/textarea/Textarea.js +8 -5
- package/components/timeline/TimelineItem.d.ts +2 -2
- package/components/toggle-button/ToggleButton.d.ts +3 -2
- package/components/toggle-button/ToggleButton.js +8 -5
- package/components/toggle-button/ToggleButtonGroup.d.ts +3 -2
- package/components/toggle-button/ToggleButtonGroup.js +8 -5
- package/components/tooltip/TooltipWithEvents.d.ts +2 -2
- package/components/tooltip/TooltipWithEvents.js +6 -1
- package/components/visually-hidden/style/dnb-visually-hidden.css +14 -14
- package/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
- package/elements/Link.d.ts +1 -1
- package/elements/lib.d.ts +1 -1
- package/elements/typography/style/themes/dnb-typography-theme-sbanken.scss +16 -0
- package/elements/typography/style/themes/dnb-typography-theme-ui.scss +4 -23
- package/elements/typography/style/typography-mixins.scss +33 -0
- package/es/components/anchor/Anchor.d.ts +5 -1
- package/es/components/anchor/Anchor.js +49 -4
- package/es/components/anchor/style/anchor-mixins.scss +8 -4
- package/es/components/anchor/style/dnb-anchor.css +8 -9
- package/es/components/anchor/style/dnb-anchor.min.css +1 -1
- package/es/components/anchor/style/dnb-anchor.scss +2 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +63 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +88 -26
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.css +4 -4
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.scss +4 -4
- package/es/components/autocomplete/Autocomplete.d.ts +3 -2
- package/es/components/autocomplete/Autocomplete.js +8 -5
- package/es/components/button/Button.d.ts +3 -2
- package/es/components/button/Button.js +8 -5
- package/es/components/button/style/dnb-button--tertiary.css +16 -7
- package/es/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/es/components/button/style/dnb-button--tertiary.scss +28 -18
- package/es/components/button/style/dnb-button.css +1 -3
- package/es/components/button/style/dnb-button.min.css +1 -1
- package/es/components/button/style/dnb-button.scss +0 -1
- package/es/components/button/style/themes/button-mixins.scss +4 -4
- package/es/components/button/style/themes/dnb-button-theme-eiendom.css +16 -7
- package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-sbanken.css +38 -7
- package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -0
- package/es/components/button/style/themes/dnb-button-theme-ui.css +16 -7
- package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/es/components/checkbox/Checkbox.d.ts +3 -2
- package/es/components/checkbox/Checkbox.js +8 -5
- package/es/components/date-picker/DatePicker.d.ts +3 -2
- package/es/components/date-picker/DatePicker.js +9 -5
- package/es/components/dialog/style/dnb-dialog.css +3 -3
- package/es/components/dialog/style/dnb-dialog.min.css +1 -1
- package/es/components/dialog/style/dnb-dialog.scss +2 -4
- package/es/components/dropdown/Dropdown.d.ts +3 -2
- package/es/components/dropdown/Dropdown.js +8 -5
- package/es/components/form-row/FormRow.d.ts +2 -1
- package/es/components/form-row/FormRow.js +8 -5
- package/es/components/form-set/FormSet.d.ts +2 -1
- package/es/components/form-status/FormStatus.d.ts +6 -6
- package/es/components/form-status/FormStatus.js +13 -7
- package/es/components/global-error/GlobalError.d.ts +64 -62
- package/es/components/global-error/GlobalError.js +76 -510
- package/es/components/global-error/style/dnb-global-error.css +21 -31
- package/es/components/global-error/style/dnb-global-error.min.css +1 -1
- package/es/components/global-error/style/dnb-global-error.scss +19 -29
- package/es/components/global-status/GlobalStatus.d.ts +8 -0
- package/es/components/help-button/HelpButton.d.ts +1 -3
- package/es/components/help-button/HelpButton.js +9 -16
- package/es/components/icon/style/dnb-icon.css +7 -3
- package/es/components/icon/style/dnb-icon.min.css +1 -1
- package/es/components/icon/style/dnb-icon.scss +16 -10
- package/es/components/input/Input.d.ts +11 -5
- package/es/components/input/Input.js +8 -5
- package/es/components/input-masked/InputMasked.d.ts +3 -2
- package/es/components/input-masked/InputMaskedUtils.js +7 -3
- package/es/components/lib.d.ts +1 -1
- package/es/components/modal/Modal.js +21 -7
- package/es/components/modal/ModalContent.js +2 -2
- package/es/components/number-format/NumberUtils.js +5 -4
- package/es/components/progress-indicator/ProgressIndicator.d.ts +1 -1
- package/es/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -1
- package/es/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -1
- package/es/components/radio/Radio.d.ts +4 -3
- package/es/components/radio/Radio.js +8 -5
- package/es/components/radio/RadioGroup.d.ts +4 -3
- package/es/components/radio/RadioGroup.js +8 -5
- package/es/components/radio/style/dnb-radio.css +1 -0
- package/es/components/radio/style/dnb-radio.min.css +1 -1
- package/es/components/radio/style/dnb-radio.scss +1 -0
- package/es/components/slider/SliderInstance.js +2 -3
- package/es/components/slider/SliderProvider.js +2 -2
- package/es/components/slider/types.d.ts +2 -1
- package/es/components/switch/Switch.d.ts +3 -2
- package/es/components/switch/Switch.js +8 -5
- package/es/components/textarea/Textarea.d.ts +3 -2
- package/es/components/textarea/Textarea.js +8 -5
- package/es/components/timeline/TimelineItem.d.ts +2 -2
- package/es/components/toggle-button/ToggleButton.d.ts +3 -2
- package/es/components/toggle-button/ToggleButton.js +8 -5
- package/es/components/toggle-button/ToggleButtonGroup.d.ts +3 -2
- package/es/components/toggle-button/ToggleButtonGroup.js +8 -5
- package/es/components/tooltip/TooltipWithEvents.d.ts +2 -2
- package/es/components/tooltip/TooltipWithEvents.js +6 -1
- package/es/components/visually-hidden/style/dnb-visually-hidden.css +14 -14
- package/es/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
- package/es/elements/Link.d.ts +1 -1
- package/es/elements/lib.d.ts +1 -1
- package/es/elements/typography/style/themes/dnb-typography-theme-sbanken.scss +16 -0
- package/es/elements/typography/style/themes/dnb-typography-theme-ui.scss +4 -23
- package/es/elements/typography/style/typography-mixins.scss +33 -0
- package/es/extensions/payment-card/PaymentCard.d.ts +6 -29
- package/es/shared/Context.d.ts +2 -0
- package/es/shared/Eufemia.d.ts +1 -0
- package/es/shared/Eufemia.js +2 -1
- package/es/shared/Theme.d.ts +6 -2
- package/es/shared/Theme.js +11 -5
- package/es/shared/VisibilityByTheme.js +1 -1
- package/es/shared/locales/en-GB.d.ts +2 -2
- package/es/shared/locales/en-GB.js +7 -7
- package/es/shared/locales/en-US.d.ts +2 -2
- package/es/shared/locales/index.d.ts +4 -4
- package/es/shared/locales/nb-NO.d.ts +2 -2
- package/es/shared/locales/nb-NO.js +7 -7
- package/es/style/core/scopes.scss +1 -1
- package/es/style/core/utilities.scss +17 -13
- package/es/style/dnb-ui-basis.css +16 -16
- package/es/style/dnb-ui-basis.min.css +1 -1
- package/es/style/dnb-ui-body.css +2 -2
- package/es/style/dnb-ui-body.min.css +1 -1
- package/es/style/dnb-ui-components.css +55 -63
- package/es/style/dnb-ui-components.min.css +1 -1
- package/es/style/dnb-ui-core.css +16 -16
- package/es/style/dnb-ui-core.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +5 -0
- package/es/style/themes/theme-eiendom/eiendom-theme-components.css +91 -81
- package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +5 -0
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.css +39 -30
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.scss +4 -0
- package/es/style/themes/theme-sbanken/sbanken-theme-components.css +155 -71
- package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.css +36 -31
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.scss +1 -1
- package/es/style/themes/theme-ui/ui-theme-basis.css +5 -0
- package/es/style/themes/theme-ui/ui-theme-components.css +75 -74
- package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-elements.css +5 -0
- package/es/style/themes/theme-ui/ui-theme-tags.css +3 -3
- package/es/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/esm/dnb-ui-basis.min.mjs +1 -1
- package/esm/dnb-ui-components.min.mjs +1 -1
- package/esm/dnb-ui-elements.min.mjs +1 -1
- package/esm/dnb-ui-extensions.min.mjs +1 -1
- package/esm/dnb-ui-lib.min.mjs +1 -1
- package/extensions/payment-card/PaymentCard.d.ts +6 -29
- package/package.json +1 -1
- package/shared/Context.d.ts +2 -0
- package/shared/Eufemia.d.ts +1 -0
- package/shared/Eufemia.js +2 -1
- package/shared/Theme.d.ts +6 -2
- package/shared/Theme.js +11 -5
- package/shared/VisibilityByTheme.js +1 -1
- package/shared/locales/en-GB.d.ts +2 -2
- package/shared/locales/en-GB.js +7 -7
- package/shared/locales/en-US.d.ts +2 -2
- package/shared/locales/index.d.ts +4 -4
- package/shared/locales/nb-NO.d.ts +2 -2
- package/shared/locales/nb-NO.js +7 -7
- package/style/core/scopes.scss +1 -1
- package/style/core/utilities.scss +17 -13
- package/style/dnb-ui-basis.css +16 -16
- package/style/dnb-ui-basis.min.css +1 -1
- package/style/dnb-ui-body.css +2 -2
- package/style/dnb-ui-body.min.css +1 -1
- package/style/dnb-ui-components.css +55 -63
- package/style/dnb-ui-components.min.css +1 -1
- package/style/dnb-ui-core.css +16 -16
- package/style/dnb-ui-core.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-basis.css +5 -0
- package/style/themes/theme-eiendom/eiendom-theme-components.css +91 -81
- package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-elements.css +5 -0
- package/style/themes/theme-sbanken/sbanken-theme-basis.css +39 -30
- package/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-basis.scss +4 -0
- package/style/themes/theme-sbanken/sbanken-theme-components.css +155 -71
- package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-elements.css +36 -31
- package/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-elements.scss +1 -1
- package/style/themes/theme-ui/ui-theme-basis.css +5 -0
- package/style/themes/theme-ui/ui-theme-components.css +75 -74
- package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-elements.css +5 -0
- package/style/themes/theme-ui/ui-theme-tags.css +3 -3
- package/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/umd/dnb-ui-basis.min.js +1 -1
- package/umd/dnb-ui-components.min.js +1 -1
- package/umd/dnb-ui-elements.min.js +1 -1
- package/umd/dnb-ui-extensions.min.js +1 -1
- package/umd/dnb-ui-lib.min.js +1 -1
|
@@ -12,6 +12,13 @@
|
|
|
12
12
|
width: 100%;
|
|
13
13
|
height: 100%;
|
|
14
14
|
}
|
|
15
|
+
.dnb-global-error--center {
|
|
16
|
+
display: grid;
|
|
17
|
+
align-content: center;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
place-content: center;
|
|
20
|
+
height: 80vh;
|
|
21
|
+
}
|
|
15
22
|
.dnb-global-error__inner {
|
|
16
23
|
position: relative;
|
|
17
24
|
display: flex;
|
|
@@ -31,42 +38,25 @@
|
|
|
31
38
|
.dnb-global-error__inner__content {
|
|
32
39
|
max-width: 37rem;
|
|
33
40
|
}
|
|
34
|
-
.dnb-global-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
@media screen and (max-width: 90em) {
|
|
41
|
-
.dnb-global-error__back.dnb-button--tertiary {
|
|
42
|
-
left: var(--spacing-x-small);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
.dnb-global-error__gfx {
|
|
46
|
-
margin-top: 9rem;
|
|
47
|
-
shape-rendering: geometricprecision;
|
|
41
|
+
.dnb-global-error__links {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-flow: row wrap;
|
|
44
|
+
justify-content: center;
|
|
45
|
+
grid-gap: 2rem;
|
|
46
|
+
gap: 2rem;
|
|
48
47
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
margin-top: 8vw;
|
|
52
|
-
margin-top: calc(4vw + 4vh);
|
|
53
|
-
}
|
|
48
|
+
.dnb-global-error__links .dnb-anchor {
|
|
49
|
+
font-size: var(--font-size-medium);
|
|
54
50
|
}
|
|
55
51
|
@media screen and (max-width: 40em) {
|
|
56
|
-
.dnb-global-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
@supports (color: var(--data-width)) {
|
|
62
|
-
.dnb-global-error__gfx {
|
|
63
|
-
width: calc(var(--data-width, 100%) / 16 * 1em);
|
|
64
|
-
height: calc(var(--data-height, 100%) / 16 * 1em);
|
|
52
|
+
.dnb-global-error__links {
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
grid-gap: 1rem;
|
|
55
|
+
gap: 1rem;
|
|
65
56
|
}
|
|
66
57
|
}
|
|
67
58
|
@media screen and (max-width: 40em) {
|
|
68
|
-
.dnb-global-error
|
|
69
|
-
|
|
70
|
-
font-size: var(--font-size-x-large);
|
|
59
|
+
.dnb-global-error h1 {
|
|
60
|
+
font-size: var(--font-size-large);
|
|
71
61
|
}
|
|
72
62
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.dnb-global-error{height:100%}.dnb-global-error
|
|
1
|
+
.dnb-global-error{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.dnb-global-error--center{align-content:center;display:grid;height:80vh;justify-content:center;place-content:center}.dnb-global-error__inner{align-items:center;display:flex;flex-direction:column;max-width:var(--layout-large);padding:var(--spacing-large);position:relative;text-align:center;width:100%}@media screen and (max-width:40em){.dnb-global-error__inner{padding:0 var(--spacing-x-small)}}.dnb-global-error__inner__content{max-width:37rem}.dnb-global-error__links{grid-gap:2rem;display:flex;flex-flow:row wrap;gap:2rem;justify-content:center}.dnb-global-error__links .dnb-anchor{font-size:var(--font-size-medium)}@media screen and (max-width:40em){.dnb-global-error__links{grid-gap:1rem;flex-direction:column;gap:1rem}.dnb-global-error h1{font-size:var(--font-size-large)}}
|
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
width: 100%;
|
|
14
14
|
height: 100%;
|
|
15
15
|
|
|
16
|
+
&--center {
|
|
17
|
+
display: grid;
|
|
18
|
+
place-content: center;
|
|
19
|
+
height: 80vh;
|
|
20
|
+
}
|
|
21
|
+
|
|
16
22
|
&__inner {
|
|
17
23
|
position: relative;
|
|
18
24
|
|
|
@@ -37,42 +43,26 @@
|
|
|
37
43
|
}
|
|
38
44
|
}
|
|
39
45
|
|
|
40
|
-
&
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
@media screen and (max-width: 90em) {
|
|
47
|
-
left: var(--spacing-x-small);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&__gfx {
|
|
52
|
-
margin-top: 9rem;
|
|
46
|
+
&__links {
|
|
47
|
+
display: flex;
|
|
48
|
+
flex-flow: row wrap;
|
|
49
|
+
justify-content: center;
|
|
50
|
+
gap: 2rem;
|
|
53
51
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
margin-top: calc(4vw + 4vh);
|
|
52
|
+
.dnb-anchor {
|
|
53
|
+
font-size: var(--font-size-medium);
|
|
57
54
|
}
|
|
58
55
|
|
|
59
|
-
@
|
|
60
|
-
|
|
61
|
-
|
|
56
|
+
@include allBelow(small) {
|
|
57
|
+
flex-direction: column;
|
|
58
|
+
gap: 1rem;
|
|
62
59
|
}
|
|
63
|
-
|
|
64
|
-
@supports (color: var(--data-width)) {
|
|
65
|
-
width: calc(var(--data-width, 100%) / 16 * 1em);
|
|
66
|
-
height: calc(var(--data-height, 100%) / 16 * 1em);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
shape-rendering: geometricprecision;
|
|
70
60
|
}
|
|
71
61
|
|
|
72
|
-
|
|
62
|
+
h1 {
|
|
73
63
|
@media screen and (max-width: 40em) {
|
|
74
|
-
margin-top: 0;
|
|
75
|
-
font-size: var(--font-size-
|
|
64
|
+
// margin-top: 0;
|
|
65
|
+
font-size: var(--font-size-large);
|
|
76
66
|
}
|
|
77
67
|
}
|
|
78
68
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
import type { FormStatusText } from '../FormStatus';
|
|
2
3
|
import type { IconIcon, IconSize } from '../Icon';
|
|
3
4
|
import type { SkeletonShow } from '../Skeleton';
|
|
4
5
|
import type { SpacingProps } from '../space/types';
|
|
@@ -11,6 +12,13 @@ export type GlobalStatusItem = string | ((...args: any[]) => any) | any;
|
|
|
11
12
|
export type GlobalStatusState = 'error' | 'info';
|
|
12
13
|
export type GlobalStatusShow = 'auto' | any | any | 'true' | 'false';
|
|
13
14
|
export type GlobalStatusDelay = string | number;
|
|
15
|
+
export type GlobalStatusConfigObject = {
|
|
16
|
+
/**
|
|
17
|
+
* The main ID. Defaults to `main`.
|
|
18
|
+
*/
|
|
19
|
+
id?: string;
|
|
20
|
+
message?: FormStatusText;
|
|
21
|
+
};
|
|
14
22
|
export type GlobalStatusChildren =
|
|
15
23
|
| string
|
|
16
24
|
| ((...args: any[]) => any)
|
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import type { ButtonProps } from '../button/Button';
|
|
7
|
-
import { ModalProps } from '../modal/types';
|
|
8
7
|
export declare type HelpButtonProps = {
|
|
9
|
-
|
|
10
|
-
modal_props?: ModalProps;
|
|
8
|
+
render?: (children: React.ReactNode, props: ButtonProps) => React.ReactElement;
|
|
11
9
|
} & ButtonProps;
|
|
12
10
|
export default function HelpButton(localProps: HelpButtonProps): JSX.Element;
|
|
@@ -15,12 +15,10 @@ var _HelpButtonInstance = _interopRequireDefault(require("./HelpButtonInstance")
|
|
|
15
15
|
|
|
16
16
|
var _componentHelper = require("../../shared/component-helper");
|
|
17
17
|
|
|
18
|
-
const _excluded = ["
|
|
18
|
+
const _excluded = ["children", "render"];
|
|
19
19
|
|
|
20
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
21
|
|
|
22
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
23
|
-
|
|
24
22
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
25
23
|
|
|
26
24
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
@@ -31,23 +29,13 @@ const defaultProps = {
|
|
|
31
29
|
};
|
|
32
30
|
|
|
33
31
|
function HelpButton(localProps) {
|
|
34
|
-
const getContent = props => {
|
|
35
|
-
if (props.modal_content) {
|
|
36
|
-
return props.modal_content;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
return typeof props.children === 'function' ? props.children(props) : props.children;
|
|
40
|
-
};
|
|
41
|
-
|
|
42
32
|
const context = _react.default.useContext(_Context.default);
|
|
43
33
|
|
|
44
34
|
const props = (0, _componentHelper.extendPropsWithContext)(localProps, defaultProps);
|
|
45
|
-
const content = getContent(props);
|
|
46
35
|
|
|
47
36
|
const {
|
|
48
|
-
modal_content,
|
|
49
37
|
children,
|
|
50
|
-
|
|
38
|
+
render
|
|
51
39
|
} = props,
|
|
52
40
|
params = _objectWithoutProperties(props, _excluded);
|
|
53
41
|
|
|
@@ -55,14 +43,18 @@ function HelpButton(localProps) {
|
|
|
55
43
|
params.icon = 'question';
|
|
56
44
|
}
|
|
57
45
|
|
|
58
|
-
if (
|
|
46
|
+
if (children) {
|
|
59
47
|
if (!params.title) {
|
|
60
48
|
params.title = context.getTranslation(props).HelpButton.title;
|
|
61
49
|
}
|
|
62
50
|
|
|
63
|
-
|
|
51
|
+
if (typeof render === 'function') {
|
|
52
|
+
return render(children, params);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
return _react.default.createElement(_Dialog.default, {
|
|
64
56
|
triggerAttributes: params
|
|
65
|
-
},
|
|
57
|
+
}, children);
|
|
66
58
|
}
|
|
67
59
|
|
|
68
60
|
return _react.default.createElement(_HelpButtonInstance.default, params);
|
|
@@ -14,8 +14,9 @@
|
|
|
14
14
|
width: 1em;
|
|
15
15
|
height: 1em;
|
|
16
16
|
}
|
|
17
|
-
.dnb-icon img,
|
|
18
|
-
.dnb-icon svg
|
|
17
|
+
.dnb-icon img, .dnb-core-style .dnb-icon img,
|
|
18
|
+
.dnb-icon svg,
|
|
19
|
+
.dnb-core-style .dnb-icon svg {
|
|
19
20
|
width: inherit;
|
|
20
21
|
height: inherit;
|
|
21
22
|
shape-rendering: geometricprecision;
|
|
@@ -63,9 +64,12 @@
|
|
|
63
64
|
align-items: center;
|
|
64
65
|
justify-content: center;
|
|
65
66
|
}
|
|
66
|
-
h1 .dnb-icon, h2 .dnb-icon, h3 .dnb-icon, h4 .dnb-icon, h5 .dnb-icon, h6 .dnb-icon {
|
|
67
|
+
h1 > .dnb-icon, h2 > .dnb-icon, h3 > .dnb-icon, h4 > .dnb-icon, h5 > .dnb-icon, h6 > .dnb-icon {
|
|
67
68
|
vertical-align: middle;
|
|
68
69
|
}
|
|
70
|
+
p > .dnb-icon {
|
|
71
|
+
vertical-align: inherit;
|
|
72
|
+
}
|
|
69
73
|
.dnb-icon.dnb-skeleton {
|
|
70
74
|
color: var(--skeleton-color) !important;
|
|
71
75
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.dnb-icon{color:inherit;display:inline-block;font-size:1rem;height:1em;line-height:1rem;vertical-align:middle;width:1em}.dnb-icon img,.dnb-icon svg{shape-rendering:geometricprecision;height:inherit;vertical-align:top;width:inherit}.dnb-icon svg[width="100%"]{width:inherit}.dnb-icon svg[height="100%"]{height:inherit}.dnb-icon--inherit-color svg:not([fill]),.dnb-icon--inherit-color svg [fill]{fill:currentcolor}.dnb-icon--inherit-color svg [stroke]{stroke:currentcolor}.dnb-icon--small{font-size:.75rem}.dnb-icon--default{font-size:1rem}.dnb-icon--medium{font-size:1.5rem}.dnb-icon--large{font-size:2rem}.dnb-icon--x-large{font-size:2.5rem}.dnb-icon--xx-large{font-size:3rem}.dnb-icon--custom-size{height:auto;width:auto}.dnb-icon--auto{font-size:1em}.dnb-icon--auto>.dnb-icon--wrapper{align-items:center;display:inline-flex;justify-content:center}h1
|
|
1
|
+
.dnb-icon{color:inherit;display:inline-block;font-size:1rem;height:1em;line-height:1rem;vertical-align:middle;width:1em}.dnb-core-style .dnb-icon img,.dnb-core-style .dnb-icon svg,.dnb-icon img,.dnb-icon svg{shape-rendering:geometricprecision;height:inherit;vertical-align:top;width:inherit}.dnb-icon svg[width="100%"]{width:inherit}.dnb-icon svg[height="100%"]{height:inherit}.dnb-icon--inherit-color svg:not([fill]),.dnb-icon--inherit-color svg [fill]{fill:currentcolor}.dnb-icon--inherit-color svg [stroke]{stroke:currentcolor}.dnb-icon--small{font-size:.75rem}.dnb-icon--default{font-size:1rem}.dnb-icon--medium{font-size:1.5rem}.dnb-icon--large{font-size:2rem}.dnb-icon--x-large{font-size:2.5rem}.dnb-icon--xx-large{font-size:3rem}.dnb-icon--custom-size{height:auto;width:auto}.dnb-icon--auto{font-size:1em}.dnb-icon--auto>.dnb-icon--wrapper{align-items:center;display:inline-flex;justify-content:center}h1>.dnb-icon,h2>.dnb-icon,h3>.dnb-icon,h4>.dnb-icon,h5>.dnb-icon,h6>.dnb-icon{vertical-align:middle}p>.dnb-icon{vertical-align:inherit}.dnb-icon.dnb-skeleton{color:var(--skeleton-color)!important}.dnb-icon.dnb-skeleton:after,.dnb-icon.dnb-skeleton:before{content:none!important}
|
|
@@ -23,10 +23,13 @@
|
|
|
23
23
|
// responsive
|
|
24
24
|
img,
|
|
25
25
|
svg {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
&,
|
|
27
|
+
.dnb-core-style & {
|
|
28
|
+
width: inherit;
|
|
29
|
+
height: inherit;
|
|
30
|
+
shape-rendering: geometricprecision;
|
|
31
|
+
vertical-align: top;
|
|
32
|
+
}
|
|
30
33
|
}
|
|
31
34
|
|
|
32
35
|
// auto size
|
|
@@ -88,14 +91,17 @@
|
|
|
88
91
|
justify-content: center;
|
|
89
92
|
}
|
|
90
93
|
|
|
91
|
-
h1 &,
|
|
92
|
-
h2 &,
|
|
93
|
-
h3 &,
|
|
94
|
-
h4 &,
|
|
95
|
-
h5 &,
|
|
96
|
-
h6 & {
|
|
94
|
+
h1 > &,
|
|
95
|
+
h2 > &,
|
|
96
|
+
h3 > &,
|
|
97
|
+
h4 > &,
|
|
98
|
+
h5 > &,
|
|
99
|
+
h6 > & {
|
|
97
100
|
vertical-align: middle;
|
|
98
101
|
}
|
|
102
|
+
p > & {
|
|
103
|
+
vertical-align: inherit;
|
|
104
|
+
}
|
|
99
105
|
|
|
100
106
|
&.dnb-skeleton {
|
|
101
107
|
&::before,
|
|
@@ -9,6 +9,7 @@ import type { FormLabelLabelDirection, FormLabelText } from '../FormLabel';
|
|
|
9
9
|
import type { IconIcon, IconSize } from '../Icon';
|
|
10
10
|
import type { SkeletonShow } from '../Skeleton';
|
|
11
11
|
import type { SpacingProps } from '../space/types';
|
|
12
|
+
import type { GlobalStatusConfigObject } from '../GlobalStatus';
|
|
12
13
|
export type InputSize = 'default' | 'small' | 'medium' | 'large' | number;
|
|
13
14
|
export type InputValue = string | number;
|
|
14
15
|
export type InputSuffix =
|
|
@@ -67,6 +68,11 @@ export interface InputProps
|
|
|
67
68
|
*/
|
|
68
69
|
status?: FormStatusText;
|
|
69
70
|
|
|
71
|
+
/**
|
|
72
|
+
* The <a href="/uilib/components/global-status/properties/#configuration-object">configuration</a> used for the target <a href="/uilib/components/global-status">GlobalStatus</a>.
|
|
73
|
+
*/
|
|
74
|
+
globalStatus?: GlobalStatusConfigObject;
|
|
75
|
+
|
|
70
76
|
/**
|
|
71
77
|
* Defines the state of the status. Currently, there are two statuses `[error, info]`. Defaults to `error`.
|
|
72
78
|
*/
|
|
@@ -83,11 +89,6 @@ export interface InputProps
|
|
|
83
89
|
*/
|
|
84
90
|
input_state?: string;
|
|
85
91
|
|
|
86
|
-
/**
|
|
87
|
-
* The `status_id` used for the target <a href="/uilib/components/global-status">GlobalStatus</a>.
|
|
88
|
-
*/
|
|
89
|
-
global_status_id?: string;
|
|
90
|
-
|
|
91
92
|
/**
|
|
92
93
|
* Defaults to `off`. Set to `on` or any of <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-autocomplete">allowed `attributes`</a>. Keep in mind, 1. you may have to define a `name`, 2. have the input as a descendant of a `<form>` element, 3. and have a submit button inside the form.
|
|
93
94
|
*/
|
|
@@ -255,6 +256,11 @@ export interface SubmitButtonProps extends React.HTMLProps<HTMLElement> {
|
|
|
255
256
|
*/
|
|
256
257
|
status?: FormStatusText;
|
|
257
258
|
|
|
259
|
+
/**
|
|
260
|
+
* The <a href="/uilib/components/global-status/properties/#configuration-object">configuration</a> used for the target <a href="/uilib/components/global-status">GlobalStatus</a>.
|
|
261
|
+
*/
|
|
262
|
+
globalStatus?: GlobalStatusConfigObject;
|
|
263
|
+
|
|
258
264
|
/**
|
|
259
265
|
* Defines the state of the status. Currently, there are two statuses `[error, info]`. Defaults to `error`.
|
|
260
266
|
*/
|
|
@@ -35,7 +35,7 @@ var _Suffix = _interopRequireDefault(require("../../shared/helpers/Suffix"));
|
|
|
35
35
|
|
|
36
36
|
var _AlignmentHelper;
|
|
37
37
|
|
|
38
|
-
const _excluded = ["type", "size", "label", "label_direction", "label_sr_only", "status", "
|
|
38
|
+
const _excluded = ["type", "size", "label", "label_direction", "label_sr_only", "status", "globalStatus", "status_state", "status_props", "status_no_animation", "disabled", "skeleton", "placeholder", "clear", "keep_placeholder", "suffix", "align", "input_class", "submit_button_title", "clear_button_title", "submit_button_variant", "submit_button_icon", "submit_button_status", "submit_element", "inner_element", "autocomplete", "readOnly", "stretch", "input_attributes", "icon", "icon_position", "icon_size", "class", "className", "id", "children", "value", "selectall", "on_submit", "input_element"],
|
|
39
39
|
_excluded2 = ["id", "title", "disabled", "skeleton", "variant", "icon", "icon_size", "status", "status_state", "status_props", "className"];
|
|
40
40
|
|
|
41
41
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -65,11 +65,14 @@ const inputPropTypes = _objectSpread(_objectSpread({
|
|
|
65
65
|
label_direction: _propTypes.default.oneOf(['horizontal', 'vertical']),
|
|
66
66
|
label_sr_only: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.bool]),
|
|
67
67
|
status: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.bool, _propTypes.default.func, _propTypes.default.node]),
|
|
68
|
+
globalStatus: _propTypes.default.shape({
|
|
69
|
+
id: _propTypes.default.string,
|
|
70
|
+
message: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.node])
|
|
71
|
+
}),
|
|
68
72
|
status_state: _propTypes.default.string,
|
|
69
73
|
status_props: _propTypes.default.object,
|
|
70
74
|
status_no_animation: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.bool]),
|
|
71
75
|
input_state: _propTypes.default.string,
|
|
72
|
-
global_status_id: _propTypes.default.string,
|
|
73
76
|
autocomplete: _propTypes.default.string,
|
|
74
77
|
submit_button_title: _propTypes.default.string,
|
|
75
78
|
clear_button_title: _propTypes.default.string,
|
|
@@ -282,10 +285,10 @@ class Input extends _react.default.PureComponent {
|
|
|
282
285
|
label_direction,
|
|
283
286
|
label_sr_only,
|
|
284
287
|
status,
|
|
288
|
+
globalStatus,
|
|
285
289
|
status_state,
|
|
286
290
|
status_props,
|
|
287
291
|
status_no_animation,
|
|
288
|
-
global_status_id,
|
|
289
292
|
disabled,
|
|
290
293
|
skeleton,
|
|
291
294
|
placeholder,
|
|
@@ -400,7 +403,7 @@ class Input extends _react.default.PureComponent {
|
|
|
400
403
|
}), _react.default.createElement("span", innerParams, _AlignmentHelper || (_AlignmentHelper = _react.default.createElement(_AlignmentHelper2.default, null)), _react.default.createElement(_FormStatus.default, _extends({
|
|
401
404
|
show: showStatus,
|
|
402
405
|
id: id + '-form-status',
|
|
403
|
-
|
|
406
|
+
globalStatus: globalStatus,
|
|
404
407
|
label: label,
|
|
405
408
|
text: status,
|
|
406
409
|
state: status_state,
|
|
@@ -477,11 +480,11 @@ _defineProperty(Input, "defaultProps", {
|
|
|
477
480
|
label_direction: null,
|
|
478
481
|
label_sr_only: null,
|
|
479
482
|
status: null,
|
|
483
|
+
globalStatus: null,
|
|
480
484
|
status_state: 'error',
|
|
481
485
|
status_props: null,
|
|
482
486
|
status_no_animation: null,
|
|
483
487
|
input_state: null,
|
|
484
|
-
global_status_id: null,
|
|
485
488
|
autocomplete: 'off',
|
|
486
489
|
placeholder: null,
|
|
487
490
|
clear: null,
|
|
@@ -7,6 +7,7 @@ import type {
|
|
|
7
7
|
FormStatusState,
|
|
8
8
|
FormStatusText
|
|
9
9
|
} from '../FormStatus';
|
|
10
|
+
import type { GlobalStatusConfigObject } from '../GlobalStatus';
|
|
10
11
|
import type { IconIcon, IconSize } from '../Icon';
|
|
11
12
|
import type {
|
|
12
13
|
InputInputAttributes,
|
|
@@ -195,9 +196,9 @@ export interface InputMaskedProps
|
|
|
195
196
|
input_state?: string;
|
|
196
197
|
|
|
197
198
|
/**
|
|
198
|
-
* The
|
|
199
|
+
* The <a href="/uilib/components/global-status/properties/#configuration-object">configuration</a> used for the target <a href="/uilib/components/global-status">GlobalStatus</a>.
|
|
199
200
|
*/
|
|
200
|
-
|
|
201
|
+
globalStatus?: GlobalStatusConfigObject;
|
|
201
202
|
|
|
202
203
|
/**
|
|
203
204
|
* Defaults to `off`. Set to `on` or any of <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-autocomplete">allowed `attributes`</a>. Keep in mind, 1. you may have to define a `name`, 2. have the input as a descendant of a `<form>` element, 3. and have a submit button inside the form.
|
|
@@ -66,9 +66,13 @@ const correctNumberValue = _ref3 => {
|
|
|
66
66
|
|
|
67
67
|
if (maskParams.integerLimit && typeof maskParams.integerLimit === 'number') {
|
|
68
68
|
const limit = maskParams.integerLimit;
|
|
69
|
-
const integers = value.
|
|
70
|
-
const
|
|
71
|
-
|
|
69
|
+
const integers = value.split('.')[0];
|
|
70
|
+
const isNegative = parseFloat(integers) < 0;
|
|
71
|
+
|
|
72
|
+
if (integers.length - (isNegative ? 1 : 0) > limit) {
|
|
73
|
+
const decimals = decimalPos > 0 ? value.slice(decimalPos) : '';
|
|
74
|
+
value = integers.slice(0, limit + (isNegative ? 1 : 0)) + decimals;
|
|
75
|
+
}
|
|
72
76
|
}
|
|
73
77
|
|
|
74
78
|
const shouldHaveDecimals = maskParams.allowDecimal || maskParams.decimalLimit > 0 && maskParams.allowDecimal !== false;
|
package/cjs/components/lib.d.ts
CHANGED
|
@@ -61,7 +61,7 @@ export declare const getComponents: () => {
|
|
|
61
61
|
Accordion: typeof Accordion;
|
|
62
62
|
Anchor: import("react").ForwardRefExoticComponent<Pick<import("./anchor/Anchor").AnchorProps & import("react").HTMLProps<HTMLAnchorElement> & import("./space/types").SpacingElementProps & {
|
|
63
63
|
space?: import("./space/types").SpaceType | import("./space/types").SpacingElementProps;
|
|
64
|
-
}, "aria-hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "accessKey" | "key" | "value" | "space" | "top" | "right" | "bottom" | "left" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "className" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef" | "list" | "tooltip" | "step" | "shape" | "skeleton" | "as" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "target" | "type" | "useMap" | "width" | "wmode" | "wrap" | "to" | "element" | "targetBlankTitle" | "omitClass" | "inner_ref"> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
64
|
+
}, "aria-hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "accessKey" | "key" | "value" | "space" | "top" | "right" | "bottom" | "left" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "className" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef" | "list" | "tooltip" | "step" | "shape" | "skeleton" | "as" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "target" | "type" | "useMap" | "width" | "wmode" | "wrap" | "to" | "icon" | "element" | "targetBlankTitle" | "iconPosition" | "omitClass" | "inner_ref"> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
65
65
|
Autocomplete: typeof Autocomplete;
|
|
66
66
|
Avatar: {
|
|
67
67
|
(localProps: import("./avatar/Avatar").AvatarProps & import("./space/types").SpacingElementProps & {
|
|
@@ -203,7 +203,9 @@ class Modal extends _react.default.PureComponent {
|
|
|
203
203
|
modalActive
|
|
204
204
|
} = this.state;
|
|
205
205
|
const {
|
|
206
|
-
close_modal
|
|
206
|
+
close_modal,
|
|
207
|
+
open_state,
|
|
208
|
+
animation_duration
|
|
207
209
|
} = this.props;
|
|
208
210
|
|
|
209
211
|
if (modalActive) {
|
|
@@ -219,18 +221,30 @@ class Modal extends _react.default.PureComponent {
|
|
|
219
221
|
|
|
220
222
|
this.setActiveState(this._id);
|
|
221
223
|
} else if (modalActive === false) {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
+
var _this$_triggerRef;
|
|
225
|
+
|
|
226
|
+
const focus = elem => {
|
|
227
|
+
elem.setAttribute('data-autofocus', 'true');
|
|
228
|
+
elem.focus({
|
|
224
229
|
preventScroll: true
|
|
225
230
|
});
|
|
231
|
+
return new Promise(resolve => {
|
|
232
|
+
setTimeout(() => {
|
|
233
|
+
elem === null || elem === void 0 ? void 0 : elem.removeAttribute('data-autofocus');
|
|
234
|
+
resolve();
|
|
235
|
+
}, parseFloat(String(animation_duration)) / 3);
|
|
236
|
+
});
|
|
237
|
+
};
|
|
238
|
+
|
|
239
|
+
if ((_this$_triggerRef = this._triggerRef) !== null && _this$_triggerRef !== void 0 && _this$_triggerRef.current) {
|
|
240
|
+
focus(this._triggerRef.current);
|
|
226
241
|
}
|
|
227
242
|
|
|
228
|
-
if ((
|
|
243
|
+
if ((open_state === 'opened' || open_state === true) && this.activeElement instanceof HTMLElement) {
|
|
229
244
|
try {
|
|
230
|
-
this.activeElement.
|
|
231
|
-
|
|
245
|
+
focus(this.activeElement).then(() => {
|
|
246
|
+
this.activeElement = null;
|
|
232
247
|
});
|
|
233
|
-
this.activeElement = null;
|
|
234
248
|
} catch (e) {}
|
|
235
249
|
}
|
|
236
250
|
|
|
@@ -280,8 +280,8 @@ class ModalContent extends _react.default.PureComponent {
|
|
|
280
280
|
focusElement.focus();
|
|
281
281
|
const noH1Elem = elem.querySelector('h1, h2, h3');
|
|
282
282
|
|
|
283
|
-
if (
|
|
284
|
-
(0, _componentHelper.warn)('
|
|
283
|
+
if ((noH1Elem === null || noH1Elem === void 0 ? void 0 : noH1Elem.tagName) !== 'H1') {
|
|
284
|
+
(0, _componentHelper.warn)('A Dialog or Drawer needs a h1 as its first element!');
|
|
285
285
|
}
|
|
286
286
|
} catch (e) {
|
|
287
287
|
(0, _componentHelper.warn)(e);
|
|
@@ -660,12 +660,13 @@ function showSelectionNotice(_ref3) {
|
|
|
660
660
|
};
|
|
661
661
|
}
|
|
662
662
|
|
|
663
|
-
let elem, content;
|
|
663
|
+
let elem, content, root;
|
|
664
664
|
|
|
665
665
|
try {
|
|
666
|
+
root = document.querySelector('.dnb-tooltip__portal, body');
|
|
666
667
|
elem = document.createElement('span');
|
|
667
668
|
elem.setAttribute('id', id);
|
|
668
|
-
elem.setAttribute('class', 'dnb-tooltip
|
|
669
|
+
elem.setAttribute('class', 'dnb-tooltip');
|
|
669
670
|
elem.setAttribute('role', 'tooltip');
|
|
670
671
|
const arrow = document.createElement('span');
|
|
671
672
|
arrow.setAttribute('class', 'dnb-tooltip__arrow dnb-tooltip__arrow__position--top');
|
|
@@ -681,7 +682,7 @@ function showSelectionNotice(_ref3) {
|
|
|
681
682
|
return new class SelectionFx {
|
|
682
683
|
remove() {
|
|
683
684
|
try {
|
|
684
|
-
|
|
685
|
+
root.removeChild(elem);
|
|
685
686
|
elem = null;
|
|
686
687
|
content = null;
|
|
687
688
|
} catch (e) {}
|
|
@@ -697,7 +698,7 @@ function showSelectionNotice(_ref3) {
|
|
|
697
698
|
let pE = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : (0, _helpers.getSelectedElement)();
|
|
698
699
|
|
|
699
700
|
try {
|
|
700
|
-
|
|
701
|
+
root.appendChild(elem);
|
|
701
702
|
const top = (0, _helpers.getOffsetTop)(pE);
|
|
702
703
|
const left = (0, _helpers.getOffsetLeft)(pE);
|
|
703
704
|
content.innerHTML = String(label) + (pE instanceof HTMLElement ? `<span class="dnb-sr-only">: ${(pE && pE.querySelector('.dnb-number-format__selection') || pE).innerHTML}</span>` : '');
|
|
@@ -31,7 +31,7 @@ export interface ProgressIndicatorProps
|
|
|
31
31
|
no_animation?: boolean;
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
|
-
* Defines the size, like `
|
|
34
|
+
* Defines the size, like `small`, `default`, `medium` or `large`. Defaults to `default`.
|
|
35
35
|
*/
|
|
36
36
|
size?: ProgressIndicatorSize;
|
|
37
37
|
|
|
@@ -3,7 +3,7 @@ export type ProgressIndicatorCircularProgress = string | number;
|
|
|
3
3
|
export interface ProgressIndicatorCircularProps
|
|
4
4
|
extends React.HTMLProps<HTMLElement> {
|
|
5
5
|
/**
|
|
6
|
-
* Defines the size, like `
|
|
6
|
+
* Defines the size, like `small`, `default`, `medium` or `large`. Defaults to `default`.
|
|
7
7
|
*/
|
|
8
8
|
size?: string;
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ export type ProgressIndicatorLinearProgress = string | number;
|
|
|
3
3
|
export interface ProgressIndicatorLinearProps
|
|
4
4
|
extends React.HTMLProps<HTMLElement> {
|
|
5
5
|
/**
|
|
6
|
-
* Defines the size, like `
|
|
6
|
+
* Defines the size, like `small`, `default`, `medium` or `large`. Defaults to `default`.
|
|
7
7
|
*/
|
|
8
8
|
size?: string;
|
|
9
9
|
|