elbe-ui 0.4.27 → 1.0.2
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 +1 -1
- package/dist/bit/_bit_provider.d.ts +1 -1
- package/dist/bit/_bit_provider.js +11 -6
- package/dist/bit/_bit_utils.d.ts +5 -1
- package/dist/bit/bit.d.ts +2 -2
- package/dist/bit/bit.js +2 -2
- package/dist/elbe.css +97 -61
- package/dist/elbe.css.map +1 -1
- package/dist/index.d.ts +1529 -1527
- package/dist/index.js +3 -2
- package/dist/ui/components/badge.d.ts +7 -7
- package/dist/ui/components/badge.js +3 -3
- package/dist/ui/components/banner.d.ts +2 -2
- package/dist/ui/components/banner.js +8 -8
- package/dist/ui/components/base/box.d.ts +4140 -2520
- package/dist/ui/components/base/box.js +4 -4
- package/dist/ui/components/base/card.d.ts +1 -1
- package/dist/ui/components/base/card.js +1 -1
- package/dist/ui/components/base/padded.d.ts +4 -4
- package/dist/ui/components/base/padded.js +2 -2
- package/dist/ui/components/button/button.d.ts +10 -9
- package/dist/ui/components/button/button.js +15 -13
- package/dist/ui/components/button/choose_button.d.ts +2 -2
- package/dist/ui/components/button/choose_button.js +5 -4
- package/dist/ui/components/button/icon_button.d.ts +9 -8
- package/dist/ui/components/button/icon_button.js +16 -4
- package/dist/ui/components/button/toggle_button.d.ts +2 -2
- package/dist/ui/components/button/toggle_button.js +8 -4
- package/dist/ui/components/dev/todo.d.ts +4 -4
- package/dist/ui/components/dev/todo.js +2 -2
- package/dist/ui/components/dialog.d.ts +4 -3
- package/dist/ui/components/dialog.js +21 -4
- package/dist/ui/components/error_view.d.ts +2 -2
- package/dist/ui/components/error_view.js +12 -8
- package/dist/ui/components/footer.d.ts +3 -3
- package/dist/ui/components/footer.js +3 -3
- package/dist/ui/components/input/checkbox.d.ts +1 -1
- package/dist/ui/components/input/checkbox.js +5 -5
- package/dist/ui/components/input/range.d.ts +1 -1
- package/dist/ui/components/input/range.js +1 -1
- package/dist/ui/components/input/select.d.ts +1 -1
- package/dist/ui/components/input/select.js +2 -2
- package/dist/ui/components/input/switch.d.ts +1 -1
- package/dist/ui/components/input/switch.js +1 -1
- package/dist/ui/components/input/text/input_field.d.ts +9 -9
- package/dist/ui/components/input/text/input_field.js +7 -7
- package/dist/ui/components/input/text/multi_line.d.ts +1 -1
- package/dist/ui/components/input/text/multi_line.js +3 -3
- package/dist/ui/components/input/text/single_line.d.ts +1 -1
- package/dist/ui/components/input/text/single_line.js +4 -4
- package/dist/ui/components/layout/alignment.d.ts +3 -2
- package/dist/ui/components/layout/alignment.js +2 -2
- package/dist/ui/components/layout/app_base.d.ts +1 -1
- package/dist/ui/components/layout/app_base.js +33 -9
- package/dist/ui/components/layout/ctx_app_base.d.ts +8 -3
- package/dist/ui/components/layout/ctx_app_base.js +1 -2
- package/dist/ui/components/layout/flex.d.ts +3 -3
- package/dist/ui/components/layout/flex.js +5 -5
- package/dist/ui/components/layout/header.d.ts +5 -8
- package/dist/ui/components/layout/header.js +11 -13
- package/dist/ui/components/layout/menu.d.ts +1 -1
- package/dist/ui/components/layout/menu.js +6 -6
- package/dist/ui/components/layout/page.d.ts +3 -1
- package/dist/ui/components/layout/page.js +3 -1
- package/dist/ui/components/layout/scroll.d.ts +4 -4
- package/dist/ui/components/layout/scroll.js +3 -3
- package/dist/ui/components/layout/spaced.d.ts +1 -1
- package/dist/ui/components/layout/spaced.js +1 -1
- package/dist/ui/components/layout/toolbar.d.ts +2 -2
- package/dist/ui/components/layout/toolbar.js +4 -6
- package/dist/ui/components/link.d.ts +1 -1
- package/dist/ui/components/link.js +2 -2
- package/dist/ui/components/progress_bar.d.ts +1 -1
- package/dist/ui/components/progress_bar.js +1 -1
- package/dist/ui/components/routing/route.d.ts +8 -8
- package/dist/ui/components/routing/route.js +4 -4
- package/dist/ui/components/spinner.d.ts +4 -4
- package/dist/ui/components/spinner.js +33 -33
- package/dist/ui/components/text.d.ts +15 -15
- package/dist/ui/components/text.js +6 -6
- package/dist/ui/theme/colors.js +0 -1
- package/dist/ui/theme/theme.d.ts +1 -1
- package/dist/ui/theme/theme.js +3 -3
- package/dist/ui/theme/theme_context.d.ts +2 -2
- package/dist/ui/theme/theme_context.js +1 -2
- package/dist/ui/util/ctx_toolbar.d.ts +1 -2
- package/dist/ui/util/ctx_toolbar.js +2 -2
- package/dist/ui/util/error_view.d.ts +1 -1
- package/dist/ui/util/error_view.js +8 -2
- package/dist/ui/util/l10n/_l10n_util.d.ts +1 -1
- package/dist/ui/util/l10n/_l10n_util.js +1 -1
- package/dist/ui/util/l10n/l10n.d.ts +1 -1
- package/dist/ui/util/l10n/l10n.js +2 -2
- package/dist/ui/util/types.d.ts +3 -2
- package/dist/ui/util/util.js +1 -2
- package/package.json +6 -8
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.