@neo4j-ndl/react 2.16.26 → 3.0.0-alpha-4904fb7
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/lib/cjs/_common/CodeBlockWrapper.js +10 -8
- package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/cjs/_common/ConditionalWrap.js +1 -1
- package/lib/cjs/_common/ConditionalWrap.js.map +1 -1
- package/lib/cjs/_common/coditionalWrap.js +1 -1
- package/lib/cjs/_common/coditionalWrap.js.map +1 -1
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +6 -20
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/cjs/_common/messages.js +1 -2
- package/lib/cjs/_common/messages.js.map +1 -1
- package/lib/cjs/{helpers → _common}/types.js +1 -2
- package/lib/cjs/_common/types.js.map +1 -0
- package/lib/cjs/accordion/Accordion.js +24 -24
- package/lib/cjs/accordion/Accordion.js.map +1 -1
- package/lib/cjs/avatar/Avatar.js +7 -17
- package/lib/cjs/avatar/Avatar.js.map +1 -1
- package/lib/cjs/banner/Banner.js +30 -25
- package/lib/cjs/banner/Banner.js.map +1 -1
- package/lib/cjs/breadcrumbs/Breadcrumbs.js +60 -90
- package/lib/cjs/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/cjs/button/Button.js +17 -33
- package/lib/cjs/button/Button.js.map +1 -1
- package/lib/cjs/button/IconButton.js +13 -21
- package/lib/cjs/button/IconButton.js.map +1 -1
- package/lib/cjs/button/IconButtonArray.js +43 -22
- package/lib/cjs/button/IconButtonArray.js.map +1 -1
- package/lib/cjs/callout/Callout.js +2 -14
- package/lib/cjs/callout/Callout.js.map +1 -1
- package/lib/cjs/charts/Axis.js +216 -0
- package/lib/cjs/charts/Axis.js.map +1 -0
- package/lib/cjs/charts/CartesianGrid.js +73 -0
- package/lib/cjs/charts/CartesianGrid.js.map +1 -0
- package/lib/cjs/charts/Chart.js +538 -0
- package/lib/cjs/charts/Chart.js.map +1 -0
- package/lib/cjs/charts/ChartTooltip.js +56 -0
- package/lib/cjs/charts/ChartTooltip.js.map +1 -0
- package/lib/cjs/charts/Charts.js +99 -0
- package/lib/cjs/charts/Charts.js.map +1 -0
- package/lib/cjs/charts/Dot.js +31 -0
- package/lib/cjs/charts/Dot.js.map +1 -0
- package/lib/cjs/charts/Legend.js +180 -0
- package/lib/cjs/charts/Legend.js.map +1 -0
- package/lib/cjs/charts/Line.js +101 -0
- package/lib/cjs/charts/Line.js.map +1 -0
- package/lib/cjs/{code-block → charts}/index.js +1 -1
- package/lib/cjs/charts/index.js.map +1 -0
- package/lib/cjs/{table/TableContext.js → charts/utils.js} +18 -14
- package/lib/cjs/charts/utils.js.map +1 -0
- package/lib/cjs/checkbox/Checkbox.js +2 -14
- package/lib/cjs/checkbox/Checkbox.js.map +1 -1
- package/lib/cjs/clipboard-copier/ClipboardButton.js +16 -20
- package/lib/cjs/clipboard-copier/ClipboardButton.js.map +1 -1
- package/lib/cjs/code/Code.js +179 -0
- package/lib/cjs/code/Code.js.map +1 -0
- package/lib/cjs/{cypher-code-block → code}/index.js +1 -1
- package/lib/cjs/code/index.js.map +1 -0
- package/lib/cjs/code/languages.js +49 -0
- package/lib/cjs/code/languages.js.map +1 -0
- package/lib/cjs/context-menu/ContextMenu.js +202 -319
- package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
- package/lib/cjs/data-grid/Components.js +73 -44
- package/lib/cjs/data-grid/Components.js.map +1 -1
- package/lib/cjs/data-grid/DataGrid.js +6 -6
- package/lib/cjs/data-grid/DataGrid.js.map +1 -1
- package/lib/cjs/data-grid/illustrations/NoData.js +27 -0
- package/lib/cjs/data-grid/illustrations/NoData.js.map +1 -0
- package/lib/cjs/date-picker/DatePicker.js +33 -10
- package/lib/cjs/date-picker/DatePicker.js.map +1 -1
- package/lib/cjs/dialog/Dialog.js +21 -35
- package/lib/cjs/dialog/Dialog.js.map +1 -1
- package/lib/cjs/divider/Divider.js +2 -14
- package/lib/cjs/divider/Divider.js.map +1 -1
- package/lib/cjs/drawer/Drawer.js +10 -8
- package/lib/cjs/drawer/Drawer.js.map +1 -1
- package/lib/cjs/dropdown/Dropdown.js +18 -34
- package/lib/cjs/dropdown/Dropdown.js.map +1 -1
- package/lib/cjs/dropdown/Overrides.js +6 -2
- package/lib/cjs/dropdown/Overrides.js.map +1 -1
- package/lib/cjs/dropdown-button/DropdownButton.js +2 -21
- package/lib/cjs/dropdown-button/DropdownButton.js.map +1 -1
- package/lib/{types/context-menu/SafeArea.d.ts → cjs/dropdown-button/avatar-test.stories.tsx.js} +10 -18
- package/lib/cjs/dropdown-button/avatar-test.stories.tsx.js.map +1 -0
- package/lib/cjs/dropzone/Dropzone.js +4 -15
- package/lib/cjs/dropzone/Dropzone.js.map +1 -1
- package/lib/cjs/graph-label/GraphLabel.js +33 -34
- package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
- package/lib/cjs/helpers/index.js +0 -1
- package/lib/cjs/helpers/index.js.map +1 -1
- package/lib/cjs/hooks/index.js +5 -3
- package/lib/cjs/hooks/index.js.map +1 -1
- package/lib/cjs/icons/generated/heroIcons.js +917 -596
- package/lib/cjs/icons/generated/heroIcons.js.map +1 -1
- package/lib/cjs/index.js +3 -5
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/inline-edit/InlineEdit.js +12 -7
- package/lib/cjs/inline-edit/InlineEdit.js.map +1 -1
- package/lib/cjs/label/Label.js +4 -16
- package/lib/cjs/label/Label.js.map +1 -1
- package/lib/cjs/layout/Box.js +4 -16
- package/lib/cjs/layout/Box.js.map +1 -1
- package/lib/cjs/layout/Flex.js +4 -16
- package/lib/cjs/layout/Flex.js.map +1 -1
- package/lib/cjs/loading-spinner/LoadingSpinner.js +2 -13
- package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/cjs/modal/Modal.js +2 -2
- package/lib/cjs/modal/Modal.js.map +1 -1
- package/lib/cjs/popover/Popover.js +89 -207
- package/lib/cjs/popover/Popover.js.map +1 -1
- package/lib/cjs/popover/use-popover.js +86 -0
- package/lib/cjs/popover/use-popover.js.map +1 -0
- package/lib/cjs/progress-bar/ProgressBar.js +2 -14
- package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
- package/lib/cjs/radio/Radio.js +2 -1
- package/lib/cjs/radio/Radio.js.map +1 -1
- package/lib/cjs/segmented-control/SegmentedControl.js +6 -19
- package/lib/cjs/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/cjs/side-navigation/SideNavigation.js +52 -59
- package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
- package/lib/cjs/slider/Slider.js +5 -6
- package/lib/cjs/slider/Slider.js.map +1 -1
- package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/cjs/switch/Switch.js +13 -1
- package/lib/cjs/switch/Switch.js.map +1 -1
- package/lib/cjs/tabs/Tabs.js +11 -27
- package/lib/cjs/tabs/Tabs.js.map +1 -1
- package/lib/cjs/tag/Tag.js +5 -18
- package/lib/cjs/tag/Tag.js.map +1 -1
- package/lib/cjs/text-input/TextInput.js +14 -24
- package/lib/cjs/text-input/TextInput.js.map +1 -1
- package/lib/cjs/text-link/TextLink.js +4 -17
- package/lib/cjs/text-link/TextLink.js.map +1 -1
- package/lib/cjs/textarea/Textarea.js +6 -20
- package/lib/cjs/textarea/Textarea.js.map +1 -1
- package/lib/cjs/toast/Toast.js +2 -3
- package/lib/cjs/toast/Toast.js.map +1 -1
- package/lib/cjs/tooltip/Tooltip.js +125 -0
- package/lib/cjs/tooltip/Tooltip.js.map +1 -0
- package/lib/cjs/{tip → tooltip}/index.js +15 -16
- package/lib/cjs/tooltip/index.js.map +1 -0
- package/lib/cjs/tooltip/use-tooltip.js +78 -0
- package/lib/cjs/tooltip/use-tooltip.js.map +1 -0
- package/lib/cjs/tree-view/TreeView.js +4 -16
- package/lib/cjs/tree-view/TreeView.js.map +1 -1
- package/lib/cjs/tree-view/TreeViewTextItem.js +11 -7
- package/lib/cjs/tree-view/TreeViewTextItem.js.map +1 -1
- package/lib/cjs/typography/Typography.js +4 -4
- package/lib/cjs/typography/Typography.js.map +1 -1
- package/lib/cjs/widget/Widget.js +3 -15
- package/lib/cjs/widget/Widget.js.map +1 -1
- package/lib/cjs/wizard/Wizard.js +106 -80
- package/lib/cjs/wizard/Wizard.js.map +1 -1
- package/lib/esm/_common/CodeBlockWrapper.js +10 -8
- package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/esm/_common/ConditionalWrap.js +1 -1
- package/lib/esm/_common/ConditionalWrap.js.map +1 -1
- package/lib/esm/_common/coditionalWrap.js +1 -1
- package/lib/esm/_common/coditionalWrap.js.map +1 -1
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +7 -21
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/esm/_common/messages.js +0 -1
- package/lib/esm/_common/messages.js.map +1 -1
- package/lib/esm/{helpers → _common}/types.js +0 -1
- package/lib/esm/_common/types.js.map +1 -0
- package/lib/esm/accordion/Accordion.js +25 -25
- package/lib/esm/accordion/Accordion.js.map +1 -1
- package/lib/esm/avatar/Avatar.js +7 -17
- package/lib/esm/avatar/Avatar.js.map +1 -1
- package/lib/esm/banner/Banner.js +30 -25
- package/lib/esm/banner/Banner.js.map +1 -1
- package/lib/esm/breadcrumbs/Breadcrumbs.js +39 -92
- package/lib/esm/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/esm/button/Button.js +11 -27
- package/lib/esm/button/Button.js.map +1 -1
- package/lib/esm/button/IconButton.js +13 -21
- package/lib/esm/button/IconButton.js.map +1 -1
- package/lib/esm/button/IconButtonArray.js +43 -22
- package/lib/esm/button/IconButtonArray.js.map +1 -1
- package/lib/esm/callout/Callout.js +2 -14
- package/lib/esm/callout/Callout.js.map +1 -1
- package/lib/esm/charts/Axis.js +187 -0
- package/lib/esm/charts/Axis.js.map +1 -0
- package/lib/esm/charts/CartesianGrid.js +66 -0
- package/lib/esm/charts/CartesianGrid.js.map +1 -0
- package/lib/esm/charts/Chart.js +517 -0
- package/lib/esm/charts/Chart.js.map +1 -0
- package/lib/esm/charts/ChartTooltip.js +50 -0
- package/lib/esm/charts/ChartTooltip.js.map +1 -0
- package/lib/esm/charts/Charts.js +96 -0
- package/lib/esm/charts/Charts.js.map +1 -0
- package/lib/esm/charts/Dot.js +28 -0
- package/lib/esm/charts/Dot.js.map +1 -0
- package/lib/esm/charts/Legend.js +174 -0
- package/lib/esm/charts/Legend.js.map +1 -0
- package/lib/esm/charts/Line.js +75 -0
- package/lib/esm/charts/Line.js.map +1 -0
- package/lib/esm/charts/index.js +22 -0
- package/lib/esm/charts/index.js.map +1 -0
- package/lib/esm/{table/TableContext.js → charts/utils.js} +16 -11
- package/lib/esm/charts/utils.js.map +1 -0
- package/lib/esm/checkbox/Checkbox.js +2 -14
- package/lib/esm/checkbox/Checkbox.js.map +1 -1
- package/lib/esm/clipboard-copier/ClipboardButton.js +16 -20
- package/lib/esm/clipboard-copier/ClipboardButton.js.map +1 -1
- package/lib/esm/code/Code.js +150 -0
- package/lib/esm/code/Code.js.map +1 -0
- package/lib/{types/text-input-preview/index.d.ts → esm/code/index.js} +2 -1
- package/lib/esm/code/index.js.map +1 -0
- package/lib/esm/code/languages.js +46 -0
- package/lib/esm/code/languages.js.map +1 -0
- package/lib/esm/context-menu/ContextMenu.js +198 -295
- package/lib/esm/context-menu/ContextMenu.js.map +1 -1
- package/lib/esm/data-grid/Components.js +69 -43
- package/lib/esm/data-grid/Components.js.map +1 -1
- package/lib/esm/data-grid/DataGrid.js +6 -6
- package/lib/esm/data-grid/DataGrid.js.map +1 -1
- package/lib/esm/data-grid/illustrations/NoData.js +25 -0
- package/lib/esm/data-grid/illustrations/NoData.js.map +1 -0
- package/lib/esm/date-picker/DatePicker.js +33 -10
- package/lib/esm/date-picker/DatePicker.js.map +1 -1
- package/lib/esm/dialog/Dialog.js +21 -35
- package/lib/esm/dialog/Dialog.js.map +1 -1
- package/lib/esm/divider/Divider.js +2 -14
- package/lib/esm/divider/Divider.js.map +1 -1
- package/lib/esm/drawer/Drawer.js +11 -9
- package/lib/esm/drawer/Drawer.js.map +1 -1
- package/lib/esm/dropdown/Dropdown.js +18 -34
- package/lib/esm/dropdown/Dropdown.js.map +1 -1
- package/lib/esm/dropdown/Overrides.js +6 -2
- package/lib/esm/dropdown/Overrides.js.map +1 -1
- package/lib/esm/dropdown-button/DropdownButton.js +2 -21
- package/lib/esm/dropdown-button/DropdownButton.js.map +1 -1
- package/lib/esm/dropdown-button/avatar-test.stories.tsx.js +27 -0
- package/lib/esm/dropdown-button/avatar-test.stories.tsx.js.map +1 -0
- package/lib/esm/dropzone/Dropzone.js +4 -15
- package/lib/esm/dropzone/Dropzone.js.map +1 -1
- package/lib/esm/graph-label/GraphLabel.js +33 -34
- package/lib/esm/graph-label/GraphLabel.js.map +1 -1
- package/lib/esm/helpers/index.js +0 -1
- package/lib/esm/helpers/index.js.map +1 -1
- package/lib/esm/hooks/index.js +1 -1
- package/lib/esm/hooks/index.js.map +1 -1
- package/lib/esm/icons/generated/heroIcons.js +904 -584
- package/lib/esm/icons/generated/heroIcons.js.map +1 -1
- package/lib/esm/index.js +3 -5
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/inline-edit/InlineEdit.js +12 -7
- package/lib/esm/inline-edit/InlineEdit.js.map +1 -1
- package/lib/esm/label/Label.js +4 -16
- package/lib/esm/label/Label.js.map +1 -1
- package/lib/esm/layout/Box.js +6 -18
- package/lib/esm/layout/Box.js.map +1 -1
- package/lib/esm/layout/Flex.js +5 -17
- package/lib/esm/layout/Flex.js.map +1 -1
- package/lib/esm/loading-spinner/LoadingSpinner.js +2 -13
- package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/esm/modal/Modal.js +2 -2
- package/lib/esm/modal/Modal.js.map +1 -1
- package/lib/esm/popover/Popover.js +64 -204
- package/lib/esm/popover/Popover.js.map +1 -1
- package/lib/esm/popover/use-popover.js +83 -0
- package/lib/esm/popover/use-popover.js.map +1 -0
- package/lib/esm/progress-bar/ProgressBar.js +2 -14
- package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
- package/lib/esm/radio/Radio.js +2 -1
- package/lib/esm/radio/Radio.js.map +1 -1
- package/lib/esm/segmented-control/SegmentedControl.js +7 -20
- package/lib/esm/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/esm/side-navigation/SideNavigation.js +52 -59
- package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
- package/lib/esm/slider/Slider.js +5 -6
- package/lib/esm/slider/Slider.js.map +1 -1
- package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/esm/switch/Switch.js +13 -1
- package/lib/esm/switch/Switch.js.map +1 -1
- package/lib/esm/tabs/Tabs.js +12 -28
- package/lib/esm/tabs/Tabs.js.map +1 -1
- package/lib/esm/tag/Tag.js +5 -18
- package/lib/esm/tag/Tag.js.map +1 -1
- package/lib/esm/text-input/TextInput.js +14 -24
- package/lib/esm/text-input/TextInput.js.map +1 -1
- package/lib/esm/text-link/TextLink.js +4 -17
- package/lib/esm/text-link/TextLink.js.map +1 -1
- package/lib/esm/textarea/Textarea.js +6 -20
- package/lib/esm/textarea/Textarea.js.map +1 -1
- package/lib/esm/toast/Toast.js +2 -3
- package/lib/esm/toast/Toast.js.map +1 -1
- package/lib/esm/tooltip/Tooltip.js +119 -0
- package/lib/esm/tooltip/Tooltip.js.map +1 -0
- package/lib/esm/{tip → tooltip}/index.js +0 -1
- package/lib/esm/tooltip/index.js.map +1 -0
- package/lib/esm/tooltip/use-tooltip.js +73 -0
- package/lib/esm/tooltip/use-tooltip.js.map +1 -0
- package/lib/esm/tree-view/TreeView.js +4 -16
- package/lib/esm/tree-view/TreeView.js.map +1 -1
- package/lib/esm/tree-view/TreeViewTextItem.js +11 -7
- package/lib/esm/tree-view/TreeViewTextItem.js.map +1 -1
- package/lib/esm/typography/Typography.js +5 -5
- package/lib/esm/typography/Typography.js.map +1 -1
- package/lib/esm/widget/Widget.js +3 -15
- package/lib/esm/widget/Widget.js.map +1 -1
- package/lib/esm/wizard/Wizard.js +83 -76
- package/lib/esm/wizard/Wizard.js.map +1 -1
- package/lib/types/_common/CodeBlockWrapper.d.ts +10 -6
- package/lib/types/_common/ConditionalWrap.d.ts +2 -2
- package/lib/types/_common/coditionalWrap.d.ts +2 -2
- package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +15 -4
- package/lib/types/_common/input/types.d.ts +7 -9
- package/lib/types/_common/messages.d.ts +0 -1
- package/lib/types/_common/types.d.ts +40 -0
- package/lib/types/accordion/Accordion.d.ts +15 -9
- package/lib/types/avatar/Avatar.d.ts +14 -7
- package/lib/types/banner/Banner.d.ts +39 -19
- package/lib/types/breadcrumbs/Breadcrumbs.d.ts +18 -21
- package/lib/types/button/Button.d.ts +35 -13
- package/lib/types/button/IconButton.d.ts +31 -12
- package/lib/types/button/IconButtonArray.d.ts +20 -15
- package/lib/types/callout/Callout.d.ts +6 -3
- package/lib/types/charts/Axis.d.ts +37 -0
- package/lib/types/{tip/Tooltip.d.ts → charts/CartesianGrid.d.ts} +7 -6
- package/lib/types/charts/Chart.d.ts +105 -0
- package/lib/types/charts/ChartTooltip.d.ts +59 -0
- package/lib/types/charts/Charts.d.ts +94 -0
- package/lib/types/charts/Dot.d.ts +27 -0
- package/lib/types/charts/Legend.d.ts +25 -0
- package/lib/types/charts/Line.d.ts +43 -0
- package/lib/types/{code-block → charts}/index.d.ts +1 -1
- package/lib/{esm/cypher-code-block/index.js → types/charts/utils.d.ts} +3 -2
- package/lib/types/clipboard-copier/ClipboardButton.d.ts +6 -4
- package/lib/types/{code-block/CodeBlock.d.ts → code/Code.d.ts} +29 -7
- package/lib/types/{cypher-code-block → code}/index.d.ts +1 -1
- package/lib/types/code/languages.d.ts +22 -0
- package/lib/types/context-menu/ContextMenu.d.ts +43 -66
- package/lib/types/data-grid/Components.d.ts +12 -5
- package/lib/types/data-grid/DataGrid.d.ts +8 -5
- package/lib/types/data-grid/DataGridContext.d.ts +3 -3
- package/lib/types/data-grid/datagrid-types.d.ts +3 -3
- package/lib/types/data-grid/illustrations/NoData.d.ts +23 -0
- package/lib/types/date-picker/DatePicker.d.ts +6 -6
- package/lib/types/dialog/Dialog.d.ts +14 -10
- package/lib/types/divider/Divider.d.ts +6 -3
- package/lib/types/drawer/Drawer.d.ts +11 -8
- package/lib/types/dropdown/Dropdown.d.ts +4 -1
- package/lib/types/dropdown/Overrides.d.ts +1 -1
- package/lib/types/dropdown/types.d.ts +5 -6
- package/lib/types/dropdown-button/DropdownButton.d.ts +7 -2
- package/lib/{esm/code-block/index.js → types/dropdown-button/avatar-test.stories.tsx.d.ts} +3 -2
- package/lib/types/dropzone/Dropzone.d.ts +8 -2
- package/lib/types/graph-label/GraphLabel.d.ts +18 -7
- package/lib/types/helpers/index.d.ts +0 -1
- package/lib/types/hooks/index.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons.d.ts +256 -0
- package/lib/types/index.d.ts +3 -5
- package/lib/types/inline-edit/InlineEdit.d.ts +5 -2
- package/lib/types/label/Label.d.ts +4 -3
- package/lib/types/layout/Box.d.ts +6 -10
- package/lib/types/layout/Flex.d.ts +6 -11
- package/lib/types/loading-spinner/LoadingSpinner.d.ts +2 -0
- package/lib/types/modal/Modal.d.ts +6 -4
- package/lib/types/popover/Popover.d.ts +37 -66
- package/lib/types/popover/index.d.ts +4 -0
- package/lib/types/popover/use-popover.d.ts +44 -0
- package/lib/types/portal/Portal.d.ts +1 -1
- package/lib/types/progress-bar/ProgressBar.d.ts +5 -2
- package/lib/types/segmented-control/SegmentedControl.d.ts +11 -5
- package/lib/types/side-navigation/SideNavigation.d.ts +35 -19
- package/lib/types/slider/Slider.d.ts +7 -4
- package/lib/types/status-indicator/StatusIndicator.d.ts +4 -2
- package/lib/types/tabs/Tabs.d.ts +10 -19
- package/lib/types/tag/Tag.d.ts +9 -7
- package/lib/types/text-input/TextInput.d.ts +18 -10
- package/lib/types/text-link/TextLink.d.ts +8 -6
- package/lib/types/textarea/Textarea.d.ts +11 -4
- package/lib/types/toast/Toast.d.ts +3 -0
- package/lib/types/tooltip/Tooltip.d.ts +80 -0
- package/lib/types/{tip → tooltip}/index.d.ts +0 -1
- package/lib/types/tooltip/use-tooltip.d.ts +38 -0
- package/lib/types/tree-view/TreeView.d.ts +7 -3
- package/lib/types/tree-view/tree-view-types.d.ts +2 -2
- package/lib/types/typography/Typography.d.ts +16 -5
- package/lib/types/widget/Widget.d.ts +3 -0
- package/lib/types/wizard/Wizard.d.ts +18 -10
- package/package.json +38 -36
- package/lib/cjs/code-block/CodeBlock.js +0 -105
- package/lib/cjs/code-block/CodeBlock.js.map +0 -1
- package/lib/cjs/code-block/index.js.map +0 -1
- package/lib/cjs/code-block/languages.js +0 -303
- package/lib/cjs/code-block/languages.js.map +0 -1
- package/lib/cjs/context-menu/SafeArea.js +0 -84
- package/lib/cjs/context-menu/SafeArea.js.map +0 -1
- package/lib/cjs/cypher-code-block/CypherCodeBlock.js +0 -74
- package/lib/cjs/cypher-code-block/CypherCodeBlock.js.map +0 -1
- package/lib/cjs/cypher-code-block/index.js.map +0 -1
- package/lib/cjs/helpers/types.js.map +0 -1
- package/lib/cjs/table/Components.js +0 -264
- package/lib/cjs/table/Components.js.map +0 -1
- package/lib/cjs/table/Table.js +0 -100
- package/lib/cjs/table/Table.js.map +0 -1
- package/lib/cjs/table/TableContext.js.map +0 -1
- package/lib/cjs/table/helpers.js +0 -86
- package/lib/cjs/table/helpers.js.map +0 -1
- package/lib/cjs/table/index.js +0 -55
- package/lib/cjs/table/index.js.map +0 -1
- package/lib/cjs/text-input-preview/TextInputPreview.js +0 -75
- package/lib/cjs/text-input-preview/TextInputPreview.js.map +0 -1
- package/lib/cjs/text-input-preview/index.js +0 -38
- package/lib/cjs/text-input-preview/index.js.map +0 -1
- package/lib/cjs/tip/Tip.js +0 -196
- package/lib/cjs/tip/Tip.js.map +0 -1
- package/lib/cjs/tip/Tooltip.js +0 -56
- package/lib/cjs/tip/Tooltip.js.map +0 -1
- package/lib/cjs/tip/index.js.map +0 -1
- package/lib/esm/code-block/CodeBlock.js +0 -79
- package/lib/esm/code-block/CodeBlock.js.map +0 -1
- package/lib/esm/code-block/index.js.map +0 -1
- package/lib/esm/code-block/languages.js +0 -302
- package/lib/esm/code-block/languages.js.map +0 -1
- package/lib/esm/context-menu/SafeArea.js +0 -81
- package/lib/esm/context-menu/SafeArea.js.map +0 -1
- package/lib/esm/cypher-code-block/CypherCodeBlock.js +0 -48
- package/lib/esm/cypher-code-block/CypherCodeBlock.js.map +0 -1
- package/lib/esm/cypher-code-block/index.js.map +0 -1
- package/lib/esm/helpers/types.js.map +0 -1
- package/lib/esm/table/Components.js +0 -244
- package/lib/esm/table/Components.js.map +0 -1
- package/lib/esm/table/Table.js +0 -97
- package/lib/esm/table/Table.js.map +0 -1
- package/lib/esm/table/TableContext.js.map +0 -1
- package/lib/esm/table/helpers.js +0 -81
- package/lib/esm/table/helpers.js.map +0 -1
- package/lib/esm/table/index.js +0 -25
- package/lib/esm/table/index.js.map +0 -1
- package/lib/esm/text-input-preview/TextInputPreview.js +0 -72
- package/lib/esm/text-input-preview/TextInputPreview.js.map +0 -1
- package/lib/esm/text-input-preview/index.js +0 -22
- package/lib/esm/text-input-preview/index.js.map +0 -1
- package/lib/esm/tip/Tip.js +0 -186
- package/lib/esm/tip/Tip.js.map +0 -1
- package/lib/esm/tip/Tooltip.js +0 -50
- package/lib/esm/tip/Tooltip.js.map +0 -1
- package/lib/esm/tip/index.js.map +0 -1
- package/lib/types/code-block/languages.d.ts +0 -23
- package/lib/types/cypher-code-block/CypherCodeBlock.d.ts +0 -33
- package/lib/types/helpers/types.d.ts +0 -42
- package/lib/types/table/Components.d.ts +0 -81
- package/lib/types/table/Table.d.ts +0 -62
- package/lib/types/table/TableContext.d.ts +0 -61
- package/lib/types/table/helpers.d.ts +0 -39
- package/lib/types/table/index.d.ts +0 -24
- package/lib/types/text-input-preview/TextInputPreview.d.ts +0 -59
- package/lib/types/tip/Tip.d.ts +0 -168
|
@@ -1,303 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) "Neo4j"
|
|
5
|
-
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
-
*
|
|
7
|
-
* This file is part of Neo4j.
|
|
8
|
-
*
|
|
9
|
-
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
-
* it under the terms of the GNU General Public License as published by
|
|
11
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
-
* (at your option) any later version.
|
|
13
|
-
*
|
|
14
|
-
* This program is distributed in the hope that it will be useful,
|
|
15
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
-
* GNU General Public License for more details.
|
|
18
|
-
*
|
|
19
|
-
* You should have received a copy of the GNU General Public License
|
|
20
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
-
*/
|
|
22
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
24
|
-
const Languages = [
|
|
25
|
-
'abap',
|
|
26
|
-
'abnf',
|
|
27
|
-
'actionscript',
|
|
28
|
-
'ada',
|
|
29
|
-
'agda',
|
|
30
|
-
'al',
|
|
31
|
-
'antlr4',
|
|
32
|
-
'apacheconf',
|
|
33
|
-
'apex',
|
|
34
|
-
'apl',
|
|
35
|
-
'applescript',
|
|
36
|
-
'aql',
|
|
37
|
-
'arduino',
|
|
38
|
-
'arff',
|
|
39
|
-
'asciidoc',
|
|
40
|
-
'asm6502',
|
|
41
|
-
'asmatmel',
|
|
42
|
-
'aspnet',
|
|
43
|
-
'autohotkey',
|
|
44
|
-
'autoit',
|
|
45
|
-
'avisynth',
|
|
46
|
-
'avro-idl',
|
|
47
|
-
'bash',
|
|
48
|
-
'basic',
|
|
49
|
-
'batch',
|
|
50
|
-
'bbcode',
|
|
51
|
-
'bicep',
|
|
52
|
-
'birb',
|
|
53
|
-
'bison',
|
|
54
|
-
'bnf',
|
|
55
|
-
'brainfuck',
|
|
56
|
-
'brightscript',
|
|
57
|
-
'bro',
|
|
58
|
-
'bsl',
|
|
59
|
-
'c',
|
|
60
|
-
'cfscript',
|
|
61
|
-
'chaiscript',
|
|
62
|
-
'cil',
|
|
63
|
-
'clike',
|
|
64
|
-
'clojure',
|
|
65
|
-
'cmake',
|
|
66
|
-
'cobol',
|
|
67
|
-
'coffeescript',
|
|
68
|
-
'concurnas',
|
|
69
|
-
'coq',
|
|
70
|
-
'cpp',
|
|
71
|
-
'crystal',
|
|
72
|
-
'csharp',
|
|
73
|
-
'cshtml',
|
|
74
|
-
'csp',
|
|
75
|
-
'css-extras',
|
|
76
|
-
'css',
|
|
77
|
-
'csv',
|
|
78
|
-
'cypher',
|
|
79
|
-
'd',
|
|
80
|
-
'dart',
|
|
81
|
-
'dataweave',
|
|
82
|
-
'dax',
|
|
83
|
-
'dhall',
|
|
84
|
-
'diff',
|
|
85
|
-
'django',
|
|
86
|
-
'dns-zone-file',
|
|
87
|
-
'docker',
|
|
88
|
-
'dot',
|
|
89
|
-
'ebnf',
|
|
90
|
-
'editorconfig',
|
|
91
|
-
'eiffel',
|
|
92
|
-
'ejs',
|
|
93
|
-
'elixir',
|
|
94
|
-
'elm',
|
|
95
|
-
'erb',
|
|
96
|
-
'erlang',
|
|
97
|
-
'etlua',
|
|
98
|
-
'excel-formula',
|
|
99
|
-
'factor',
|
|
100
|
-
'false',
|
|
101
|
-
'firestore-security-rules',
|
|
102
|
-
'flow',
|
|
103
|
-
'fortran',
|
|
104
|
-
'fsharp',
|
|
105
|
-
'ftl',
|
|
106
|
-
'gap',
|
|
107
|
-
'gcode',
|
|
108
|
-
'gdscript',
|
|
109
|
-
'gedcom',
|
|
110
|
-
'gherkin',
|
|
111
|
-
'git',
|
|
112
|
-
'glsl',
|
|
113
|
-
'gml',
|
|
114
|
-
'gn',
|
|
115
|
-
'go-module',
|
|
116
|
-
'go',
|
|
117
|
-
'graphql',
|
|
118
|
-
'groovy',
|
|
119
|
-
'haml',
|
|
120
|
-
'handlebars',
|
|
121
|
-
'haskell',
|
|
122
|
-
'haxe',
|
|
123
|
-
'hcl',
|
|
124
|
-
'hlsl',
|
|
125
|
-
'hoon',
|
|
126
|
-
'hpkp',
|
|
127
|
-
'hsts',
|
|
128
|
-
'http',
|
|
129
|
-
'ichigojam',
|
|
130
|
-
'icon',
|
|
131
|
-
'icu-message-format',
|
|
132
|
-
'idris',
|
|
133
|
-
'iecst',
|
|
134
|
-
'ignore',
|
|
135
|
-
'inform7',
|
|
136
|
-
'ini',
|
|
137
|
-
'io',
|
|
138
|
-
'j',
|
|
139
|
-
'java',
|
|
140
|
-
'javadoc',
|
|
141
|
-
'javadoclike',
|
|
142
|
-
'javascript',
|
|
143
|
-
'javastacktrace',
|
|
144
|
-
'jexl',
|
|
145
|
-
'jolie',
|
|
146
|
-
'jq',
|
|
147
|
-
'js-extras',
|
|
148
|
-
'js-templates',
|
|
149
|
-
'jsdoc',
|
|
150
|
-
'json',
|
|
151
|
-
'json5',
|
|
152
|
-
'jsonp',
|
|
153
|
-
'jsstacktrace',
|
|
154
|
-
'jsx',
|
|
155
|
-
'julia',
|
|
156
|
-
'keepalived',
|
|
157
|
-
'keyman',
|
|
158
|
-
'kotlin',
|
|
159
|
-
'kumir',
|
|
160
|
-
'kusto',
|
|
161
|
-
'latex',
|
|
162
|
-
'latte',
|
|
163
|
-
'less',
|
|
164
|
-
'lilypond',
|
|
165
|
-
'liquid',
|
|
166
|
-
'lisp',
|
|
167
|
-
'livescript',
|
|
168
|
-
'llvm',
|
|
169
|
-
'log',
|
|
170
|
-
'lolcode',
|
|
171
|
-
'lua',
|
|
172
|
-
'magma',
|
|
173
|
-
'makefile',
|
|
174
|
-
'markdown',
|
|
175
|
-
'markup-templating',
|
|
176
|
-
'markup',
|
|
177
|
-
'matlab',
|
|
178
|
-
'maxscript',
|
|
179
|
-
'mel',
|
|
180
|
-
'mermaid',
|
|
181
|
-
'mizar',
|
|
182
|
-
'mongodb',
|
|
183
|
-
'monkey',
|
|
184
|
-
'moonscript',
|
|
185
|
-
'n1ql',
|
|
186
|
-
'n4js',
|
|
187
|
-
'nand2tetris-hdl',
|
|
188
|
-
'naniscript',
|
|
189
|
-
'nasm',
|
|
190
|
-
'neon',
|
|
191
|
-
'nevod',
|
|
192
|
-
'nginx',
|
|
193
|
-
'nim',
|
|
194
|
-
'nix',
|
|
195
|
-
'nsis',
|
|
196
|
-
'objectivec',
|
|
197
|
-
'ocaml',
|
|
198
|
-
'opencl',
|
|
199
|
-
'openqasm',
|
|
200
|
-
'oz',
|
|
201
|
-
'parigp',
|
|
202
|
-
'parser',
|
|
203
|
-
'pascal',
|
|
204
|
-
'pascaligo',
|
|
205
|
-
'pcaxis',
|
|
206
|
-
'peoplecode',
|
|
207
|
-
'perl',
|
|
208
|
-
'php-extras',
|
|
209
|
-
'php',
|
|
210
|
-
'phpdoc',
|
|
211
|
-
'plsql',
|
|
212
|
-
'powerquery',
|
|
213
|
-
'powershell',
|
|
214
|
-
'processing',
|
|
215
|
-
'prolog',
|
|
216
|
-
'promql',
|
|
217
|
-
'properties',
|
|
218
|
-
'protobuf',
|
|
219
|
-
'psl',
|
|
220
|
-
'pug',
|
|
221
|
-
'puppet',
|
|
222
|
-
'pure',
|
|
223
|
-
'purebasic',
|
|
224
|
-
'purescript',
|
|
225
|
-
'python',
|
|
226
|
-
'q',
|
|
227
|
-
'qml',
|
|
228
|
-
'qore',
|
|
229
|
-
'qsharp',
|
|
230
|
-
'r',
|
|
231
|
-
'racket',
|
|
232
|
-
'reason',
|
|
233
|
-
'regex',
|
|
234
|
-
'rego',
|
|
235
|
-
'renpy',
|
|
236
|
-
'rest',
|
|
237
|
-
'rip',
|
|
238
|
-
'roboconf',
|
|
239
|
-
'robotframework',
|
|
240
|
-
'ruby',
|
|
241
|
-
'rust',
|
|
242
|
-
'sas',
|
|
243
|
-
'sass',
|
|
244
|
-
'scala',
|
|
245
|
-
'scheme',
|
|
246
|
-
'scss',
|
|
247
|
-
'shell-session',
|
|
248
|
-
'smali',
|
|
249
|
-
'smalltalk',
|
|
250
|
-
'smarty',
|
|
251
|
-
'sml',
|
|
252
|
-
'solidity',
|
|
253
|
-
'solution-file',
|
|
254
|
-
'soy',
|
|
255
|
-
'sparql',
|
|
256
|
-
'splunk-spl',
|
|
257
|
-
'sqf',
|
|
258
|
-
'sql',
|
|
259
|
-
'squirrel',
|
|
260
|
-
'stan',
|
|
261
|
-
'stylus',
|
|
262
|
-
'swift',
|
|
263
|
-
'systemd',
|
|
264
|
-
't4-cs',
|
|
265
|
-
't4-templating',
|
|
266
|
-
't4-vb',
|
|
267
|
-
'tap',
|
|
268
|
-
'tcl',
|
|
269
|
-
'textile',
|
|
270
|
-
'toml',
|
|
271
|
-
'tremor',
|
|
272
|
-
'tsx',
|
|
273
|
-
'tt2',
|
|
274
|
-
'turtle',
|
|
275
|
-
'twig',
|
|
276
|
-
'typescript',
|
|
277
|
-
'typoscript',
|
|
278
|
-
'unrealscript',
|
|
279
|
-
'uorazor',
|
|
280
|
-
'uri',
|
|
281
|
-
'v',
|
|
282
|
-
'vala',
|
|
283
|
-
'vbnet',
|
|
284
|
-
'velocity',
|
|
285
|
-
'verilog',
|
|
286
|
-
'vhdl',
|
|
287
|
-
'vim',
|
|
288
|
-
'visual-basic',
|
|
289
|
-
'warpscript',
|
|
290
|
-
'wasm',
|
|
291
|
-
'web-idl',
|
|
292
|
-
'wiki',
|
|
293
|
-
'wolfram',
|
|
294
|
-
'wren',
|
|
295
|
-
'xeora',
|
|
296
|
-
'xml-doc',
|
|
297
|
-
'xojo',
|
|
298
|
-
'xquery',
|
|
299
|
-
'yaml',
|
|
300
|
-
'yang',
|
|
301
|
-
'zig',
|
|
302
|
-
];
|
|
303
|
-
//# sourceMappingURL=languages.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"languages.js","sourceRoot":"","sources":["../../../src/code-block/languages.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;AAEH,6DAA6D;AAC7D,MAAM,SAAS,GAAG;IAChB,MAAM;IACN,MAAM;IACN,cAAc;IACd,KAAK;IACL,MAAM;IACN,IAAI;IACJ,QAAQ;IACR,YAAY;IACZ,MAAM;IACN,KAAK;IACL,aAAa;IACb,KAAK;IACL,SAAS;IACT,MAAM;IACN,UAAU;IACV,SAAS;IACT,UAAU;IACV,QAAQ;IACR,YAAY;IACZ,QAAQ;IACR,UAAU;IACV,UAAU;IACV,MAAM;IACN,OAAO;IACP,OAAO;IACP,QAAQ;IACR,OAAO;IACP,MAAM;IACN,OAAO;IACP,KAAK;IACL,WAAW;IACX,cAAc;IACd,KAAK;IACL,KAAK;IACL,GAAG;IACH,UAAU;IACV,YAAY;IACZ,KAAK;IACL,OAAO;IACP,SAAS;IACT,OAAO;IACP,OAAO;IACP,cAAc;IACd,WAAW;IACX,KAAK;IACL,KAAK;IACL,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,KAAK;IACL,YAAY;IACZ,KAAK;IACL,KAAK;IACL,QAAQ;IACR,GAAG;IACH,MAAM;IACN,WAAW;IACX,KAAK;IACL,OAAO;IACP,MAAM;IACN,QAAQ;IACR,eAAe;IACf,QAAQ;IACR,KAAK;IACL,MAAM;IACN,cAAc;IACd,QAAQ;IACR,KAAK;IACL,QAAQ;IACR,KAAK;IACL,KAAK;IACL,QAAQ;IACR,OAAO;IACP,eAAe;IACf,QAAQ;IACR,OAAO;IACP,0BAA0B;IAC1B,MAAM;IACN,SAAS;IACT,QAAQ;IACR,KAAK;IACL,KAAK;IACL,OAAO;IACP,UAAU;IACV,QAAQ;IACR,SAAS;IACT,KAAK;IACL,MAAM;IACN,KAAK;IACL,IAAI;IACJ,WAAW;IACX,IAAI;IACJ,SAAS;IACT,QAAQ;IACR,MAAM;IACN,YAAY;IACZ,SAAS;IACT,MAAM;IACN,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,WAAW;IACX,MAAM;IACN,oBAAoB;IACpB,OAAO;IACP,OAAO;IACP,QAAQ;IACR,SAAS;IACT,KAAK;IACL,IAAI;IACJ,GAAG;IACH,MAAM;IACN,SAAS;IACT,aAAa;IACb,YAAY;IACZ,gBAAgB;IAChB,MAAM;IACN,OAAO;IACP,IAAI;IACJ,WAAW;IACX,cAAc;IACd,OAAO;IACP,MAAM;IACN,OAAO;IACP,OAAO;IACP,cAAc;IACd,KAAK;IACL,OAAO;IACP,YAAY;IACZ,QAAQ;IACR,QAAQ;IACR,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,MAAM;IACN,UAAU;IACV,QAAQ;IACR,MAAM;IACN,YAAY;IACZ,MAAM;IACN,KAAK;IACL,SAAS;IACT,KAAK;IACL,OAAO;IACP,UAAU;IACV,UAAU;IACV,mBAAmB;IACnB,QAAQ;IACR,QAAQ;IACR,WAAW;IACX,KAAK;IACL,SAAS;IACT,OAAO;IACP,SAAS;IACT,QAAQ;IACR,YAAY;IACZ,MAAM;IACN,MAAM;IACN,iBAAiB;IACjB,YAAY;IACZ,MAAM;IACN,MAAM;IACN,OAAO;IACP,OAAO;IACP,KAAK;IACL,KAAK;IACL,MAAM;IACN,YAAY;IACZ,OAAO;IACP,QAAQ;IACR,UAAU;IACV,IAAI;IACJ,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,WAAW;IACX,QAAQ;IACR,YAAY;IACZ,MAAM;IACN,YAAY;IACZ,KAAK;IACL,QAAQ;IACR,OAAO;IACP,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,QAAQ;IACR,QAAQ;IACR,YAAY;IACZ,UAAU;IACV,KAAK;IACL,KAAK;IACL,QAAQ;IACR,MAAM;IACN,WAAW;IACX,YAAY;IACZ,QAAQ;IACR,GAAG;IACH,KAAK;IACL,MAAM;IACN,QAAQ;IACR,GAAG;IACH,QAAQ;IACR,QAAQ;IACR,OAAO;IACP,MAAM;IACN,OAAO;IACP,MAAM;IACN,KAAK;IACL,UAAU;IACV,gBAAgB;IAChB,MAAM;IACN,MAAM;IACN,KAAK;IACL,MAAM;IACN,OAAO;IACP,QAAQ;IACR,MAAM;IACN,eAAe;IACf,OAAO;IACP,WAAW;IACX,QAAQ;IACR,KAAK;IACL,UAAU;IACV,eAAe;IACf,KAAK;IACL,QAAQ;IACR,YAAY;IACZ,KAAK;IACL,KAAK;IACL,UAAU;IACV,MAAM;IACN,QAAQ;IACR,OAAO;IACP,SAAS;IACT,OAAO;IACP,eAAe;IACf,OAAO;IACP,KAAK;IACL,KAAK;IACL,SAAS;IACT,MAAM;IACN,QAAQ;IACR,KAAK;IACL,KAAK;IACL,QAAQ;IACR,MAAM;IACN,YAAY;IACZ,YAAY;IACZ,cAAc;IACd,SAAS;IACT,KAAK;IACL,GAAG;IACH,MAAM;IACN,OAAO;IACP,UAAU;IACV,SAAS;IACT,MAAM;IACN,KAAK;IACL,cAAc;IACd,YAAY;IACZ,MAAM;IACN,SAAS;IACT,MAAM;IACN,SAAS;IACT,MAAM;IACN,OAAO;IACP,SAAS;IACT,MAAM;IACN,QAAQ;IACR,MAAM;IACN,MAAM;IACN,KAAK;CACG,CAAC"}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SafeArea = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) "Neo4j"
|
|
8
|
-
* Neo4j Sweden AB [http://neo4j.com]
|
|
9
|
-
*
|
|
10
|
-
* This file is part of Neo4j.
|
|
11
|
-
*
|
|
12
|
-
* Neo4j is free software: you can redistribute it and/or modify
|
|
13
|
-
* it under the terms of the GNU General Public License as published by
|
|
14
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
15
|
-
* (at your option) any later version.
|
|
16
|
-
*
|
|
17
|
-
* This program is distributed in the hope that it will be useful,
|
|
18
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
19
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
20
|
-
* GNU General Public License for more details.
|
|
21
|
-
*
|
|
22
|
-
* You should have received a copy of the GNU General Public License
|
|
23
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
24
|
-
*/
|
|
25
|
-
const base_1 = require("@neo4j-ndl/base");
|
|
26
|
-
const react_1 = require("react");
|
|
27
|
-
const DEBUG = false;
|
|
28
|
-
const ARBITRARY_OFFSET = 2;
|
|
29
|
-
/**
|
|
30
|
-
* This is a component that renders an SVG area that is used to
|
|
31
|
-
* detect if the mouse is heading towards the nested element or not.
|
|
32
|
-
*
|
|
33
|
-
* You can debug this visually by setting DEBUG variable to true.
|
|
34
|
-
*/
|
|
35
|
-
exports.SafeArea = (0, react_1.forwardRef)((props, ref) => {
|
|
36
|
-
const { mouse, nestedRect, anchorRect } = props.area;
|
|
37
|
-
const svgHeight = nestedRect.height;
|
|
38
|
-
const position = mouse.x < nestedRect.x ? 'right' : 'left';
|
|
39
|
-
const svgWidth = position === 'right'
|
|
40
|
-
? nestedRect.x - mouse.x + 4
|
|
41
|
-
: mouse.x - nestedRect.x - nestedRect.width;
|
|
42
|
-
const belowStartingY = anchorRect.y + anchorRect.height - nestedRect.y;
|
|
43
|
-
const aboveHeight = anchorRect.y - nestedRect.y;
|
|
44
|
-
// Distance between mouse and start of the anchor element
|
|
45
|
-
const distance = position === 'right'
|
|
46
|
-
? mouse.x - anchorRect.x
|
|
47
|
-
: anchorRect.x + anchorRect.width - mouse.x;
|
|
48
|
-
// How close we are to the nested element in % (0-1) of anchor's width
|
|
49
|
-
const factor = (anchorRect.width - distance) / anchorRect.width;
|
|
50
|
-
const svgBox = {
|
|
51
|
-
width: svgWidth,
|
|
52
|
-
height: svgHeight,
|
|
53
|
-
top: nestedRect.y,
|
|
54
|
-
left: position === 'right'
|
|
55
|
-
? mouse.x - ARBITRARY_OFFSET
|
|
56
|
-
: nestedRect.x + nestedRect.width + ARBITRARY_OFFSET,
|
|
57
|
-
position: 'fixed',
|
|
58
|
-
zIndex: 1000000000,
|
|
59
|
-
pointerEvents: 'none',
|
|
60
|
-
transform: position === 'right' ? 'none' : 'scaleX(-1)',
|
|
61
|
-
border: DEBUG ? '1px #212121 solid' : 'none',
|
|
62
|
-
};
|
|
63
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { ref: ref, className: "svg-triangle", style: svgBox, id: "svg-hit-area", children: [(0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: "safe", x1: "0%", y1: "0%", x2: "100%", y2: "0%", children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0%", style: { stopColor: base_1.tokens.colors.baltic['60'], stopOpacity: 1 } }), (0, jsx_runtime_1.jsx)("stop", { offset: "100%", style: {
|
|
64
|
-
stopColor: base_1.tokens.colors.baltic['50'],
|
|
65
|
-
stopOpacity: 0,
|
|
66
|
-
} })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "unsafe", x1: "0%", y1: "0%", x2: "100%", y2: "0%", children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0%", style: { stopColor: base_1.tokens.colors.hibiscus['50'], stopOpacity: 1 } }), (0, jsx_runtime_1.jsx)("stop", { offset: "100%", style: {
|
|
67
|
-
stopColor: base_1.tokens.colors.hibiscus['50'],
|
|
68
|
-
stopOpacity: 0,
|
|
69
|
-
} })] })] }), (0, jsx_runtime_1.jsx)("path", { pointerEvents: "none", width: "100%", height: "100%", fill: DEBUG ? 'url(#unsafe)' : 'transparent', d: `M 0,0 L ${svgWidth},0 L ${svgWidth},${svgHeight} L 0,${svgHeight} z` }), (0, jsx_runtime_1.jsx)("path", { onMouseMove: props.onMouseMove, pointerEvents: "auto", stroke: DEBUG ? 'black' : 'none', strokeWidth: "0.4", fill: DEBUG ? 'url(#safe)' : 'transparent',
|
|
70
|
-
// prettier-ignore
|
|
71
|
-
d: `M 0, ${aboveHeight + 10}
|
|
72
|
-
Q ${svgWidth * 0.7},${(anchorRect.y - nestedRect.y) * (1 - 0.4 * factor)} ${svgWidth},0
|
|
73
|
-
L ${svgWidth},${aboveHeight}
|
|
74
|
-
L 0, ${aboveHeight + 10} z
|
|
75
|
-
` }), (0, jsx_runtime_1.jsx)("path", { onMouseMove: props.onMouseMove, pointerEvents: "auto", stroke: DEBUG ? 'black' : 'none', strokeWidth: "0.4", fill: DEBUG ? 'url(#safe)' : 'transparent',
|
|
76
|
-
// prettier-ignore
|
|
77
|
-
d: `M 0, ${belowStartingY - 10}
|
|
78
|
-
Q ${svgWidth * 0.7},${belowStartingY + (svgHeight - belowStartingY) * (0.4 * factor)} ${svgWidth},${svgHeight}
|
|
79
|
-
L ${svgWidth},${belowStartingY}
|
|
80
|
-
L 0, ${belowStartingY - 10} z
|
|
81
|
-
` })] }));
|
|
82
|
-
});
|
|
83
|
-
exports.SafeArea.displayName = 'SafeArea';
|
|
84
|
-
//# sourceMappingURL=SafeArea.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SafeArea.js","sourceRoot":"","sources":["../../../src/context-menu/SafeArea.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.CypherCodeBlock = void 0;
|
|
27
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* Copyright (c) "Neo4j"
|
|
31
|
-
* Neo4j Sweden AB [http://neo4j.com]
|
|
32
|
-
*
|
|
33
|
-
* This file is part of Neo4j.
|
|
34
|
-
*
|
|
35
|
-
* Neo4j is free software: you can redistribute it and/or modify
|
|
36
|
-
* it under the terms of the GNU General Public License as published by
|
|
37
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
38
|
-
* (at your option) any later version.
|
|
39
|
-
*
|
|
40
|
-
* This program is distributed in the hope that it will be useful,
|
|
41
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
42
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
43
|
-
* GNU General Public License for more details.
|
|
44
|
-
*
|
|
45
|
-
* You should have received a copy of the GNU General Public License
|
|
46
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
47
|
-
*/
|
|
48
|
-
const react_codemirror_1 = require("@neo4j-cypher/react-codemirror");
|
|
49
|
-
const react_1 = __importStar(require("react"));
|
|
50
|
-
const CodeBlockWrapper_1 = require("../_common/CodeBlockWrapper");
|
|
51
|
-
exports.CypherCodeBlock = react_1.default.forwardRef(function CypherCodeBlock({ maxHeight, code, headerTitle, theme = 'light', showLineNumbers, disabled, actions, }, ref) {
|
|
52
|
-
const cypherEditorRef = (0, react_1.useRef)(null);
|
|
53
|
-
const [shouldShowExpandButton, setShouldShowExpandButton] = (0, react_1.useState)(maxHeight !== undefined);
|
|
54
|
-
(0, react_1.useEffect)(() => {
|
|
55
|
-
var _a;
|
|
56
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
57
|
-
// @ts-ignore 'CypherEditor' doesn't convey types correctly.
|
|
58
|
-
const editorHtml = (_a = cypherEditorRef.current) === null || _a === void 0 ? void 0 : _a.editorRef;
|
|
59
|
-
if (!editorHtml) {
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
const editorContentHtml = editorHtml.querySelector('.cm-content');
|
|
63
|
-
if (!editorContentHtml) {
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
editorContentHtml.style.padding = `0 calc(0.75em + ${headerTitle === undefined || headerTitle === ''
|
|
67
|
-
? ((actions === null || actions === void 0 ? void 0 : actions.length) || (shouldShowExpandButton ? 1 : 0)) * 36
|
|
68
|
-
: (shouldShowExpandButton ? 1 : 0) * 36
|
|
69
|
-
// 0.45em on the left to align the header title if no showing line numbers
|
|
70
|
-
}px) 0.75em 0.45em`;
|
|
71
|
-
}, [headerTitle, actions, shouldShowExpandButton]);
|
|
72
|
-
return ((0, jsx_runtime_1.jsx)(CodeBlockWrapper_1.CodeBlockWrapper, { ref: ref, maxHeight: maxHeight, code: code, headerTitle: headerTitle, disabled: disabled, actions: actions, shouldShowExpandButton: shouldShowExpandButton, setShouldShowExpandButton: setShouldShowExpandButton, children: (0, jsx_runtime_1.jsx)(react_codemirror_1.CypherEditor, { ref: cypherEditorRef, className: "ndl-cypher-editor ndl-cypher-code-block", lineNumbers: showLineNumbers, value: code, theme: theme, readOnly: true, readOnlyCursor: true, autofocus: false }) }));
|
|
73
|
-
});
|
|
74
|
-
//# sourceMappingURL=CypherCodeBlock.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CypherCodeBlock.js","sourceRoot":"","sources":["../../../src/cypher-code-block/CypherCodeBlock.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qEAA8D;AAC9D,+CAA2D;AAE3D,kEAA+D;AAalD,QAAA,eAAe,GAAG,eAAK,CAAC,UAAU,CAAC,SAAS,eAAe,CACtE,EACE,SAAS,EACT,IAAI,EACJ,WAAW,EACX,KAAK,GAAG,OAAO,EACf,eAAe,EACf,QAAQ,EACR,OAAO,GACc,EACvB,GAAG;IAEH,MAAM,eAAe,GAAG,IAAA,cAAM,EAAe,IAAI,CAAC,CAAC;IAEnD,MAAM,CAAC,sBAAsB,EAAE,yBAAyB,CAAC,GAAG,IAAA,gBAAQ,EAClE,SAAS,KAAK,SAAS,CACxB,CAAC;IAEF,IAAA,iBAAS,EAAC,GAAG,EAAE;;QACb,6DAA6D;QAC7D,4DAA4D;QAC5D,MAAM,UAAU,GAAG,MAAA,eAAe,CAAC,OAAO,0CAAE,SAE/B,CAAC;QACd,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,iBAAiB,GAAG,UAAU,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;QAClE,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,OAAO;QACT,CAAC;QACA,iBAAoC,CAAC,KAAK,CAAC,OAAO,GAAG,mBACpD,WAAW,KAAK,SAAS,IAAI,WAAW,KAAK,EAAE;YAC7C,CAAC,CAAC,CAAC,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,KAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE;YAC5D,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE;QACzC,0EAA0E;QAC5E,mBAAmB,CAAC;IACtB,CAAC,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,sBAAsB,CAAC,CAAC,CAAC;IAEnD,OAAO,CACL,uBAAC,mCAAgB,IACf,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,EACpB,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,OAAO,EAChB,sBAAsB,EAAE,sBAAsB,EAC9C,yBAAyB,EAAE,yBAAyB,YAEpD,uBAAC,+BAAY,IACX,GAAG,EAAE,eAAe,EACpB,SAAS,EAAC,yCAAyC,EACnD,WAAW,EAAE,eAAe,EAC5B,KAAK,EAAE,IAAI,EACX,KAAK,EAAE,KAAK,EACZ,QAAQ,QACR,cAAc,QACd,SAAS,EAAE,KAAK,GAChB,GACe,CACpB,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/cypher-code-block/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;AAEH,oDAAkC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/helpers/types.ts"],"names":[],"mappings":""}
|