@neo4j-ndl/react 1.10.4 → 1.10.6
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 +13 -0
- package/lib/LICENSES.txt +26 -0
- package/lib/NOTICE.txt +4 -0
- package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/cjs/_common/utils.js.map +1 -1
- package/lib/cjs/accordion/Accordion.js.map +1 -1
- package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
- package/lib/cjs/context-menu/SafeArea.js.map +1 -1
- package/lib/cjs/date-picker/DatePicker.js.map +1 -1
- package/lib/cjs/dialog/Dialog.js.map +1 -1
- package/lib/cjs/drawer/Drawer.js.map +1 -1
- package/lib/cjs/dropdown/Dropdown.js +1 -1
- package/lib/cjs/dropdown/Dropdown.js.map +1 -1
- package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
- package/lib/cjs/table/Components.js +9 -10
- package/lib/cjs/table/Components.js.map +1 -1
- package/lib/cjs/table/Table.js.map +1 -1
- package/lib/cjs/table-deprecated/hooks/useSingleRowSelect.js.map +1 -1
- package/lib/cjs/tabs/Tabs.js.map +1 -1
- package/lib/cjs/text-input/TextInput.js.map +1 -1
- package/lib/cjs/textarea/Textarea.js.map +1 -1
- package/lib/cjs/tooltip/Tip.js.map +1 -1
- package/lib/cjs/view-selector/ViewSelector.js.map +1 -1
- package/lib/cjs/widget/Widget.js.map +1 -1
- package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/esm/_common/utils.js +1 -1
- package/lib/esm/_common/utils.js.map +1 -1
- package/lib/esm/accordion/Accordion.js.map +1 -1
- package/lib/esm/context-menu/ContextMenu.js.map +1 -1
- package/lib/esm/context-menu/SafeArea.js.map +1 -1
- package/lib/esm/date-picker/DatePicker.js.map +1 -1
- package/lib/esm/dialog/Dialog.js.map +1 -1
- package/lib/esm/drag-and-drop/DragAndDrop.js.map +1 -1
- package/lib/esm/drawer/Drawer.js.map +1 -1
- package/lib/esm/dropdown/Dropdown.js +1 -1
- package/lib/esm/dropdown/Dropdown.js.map +1 -1
- package/lib/esm/dropdown/Overrides.js.map +1 -1
- package/lib/esm/helpers/forwardRef.js.map +1 -1
- package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
- package/lib/esm/table/Components.js +4 -5
- package/lib/esm/table/Components.js.map +1 -1
- package/lib/esm/table/Table.js.map +1 -1
- package/lib/esm/table-deprecated/hooks/useMultiRowSelect.js.map +1 -1
- package/lib/esm/table-deprecated/hooks/useSingleRowSelect.js.map +1 -1
- package/lib/esm/tabs/Tabs.js.map +1 -1
- package/lib/esm/text-input/TextInput.js +1 -1
- package/lib/esm/text-input/TextInput.js.map +1 -1
- package/lib/esm/textarea/Textarea.js.map +1 -1
- package/lib/esm/tooltip/Tip.js.map +1 -1
- package/lib/esm/typography/Typography.js.map +1 -1
- package/lib/esm/view-selector/ViewSelector.js.map +1 -1
- package/lib/esm/widget/Widget.js.map +1 -1
- package/lib/types/_common/CodeBlockWrapper.d.ts +2 -2
- package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +1 -1
- package/lib/types/_common/input/types.d.ts +1 -1
- package/lib/types/_common/utils.d.ts +1 -1
- package/lib/types/accordion/Accordion.d.ts +1 -1
- package/lib/types/banner/Banner.d.ts +1 -1
- package/lib/types/button/Button.d.ts +2 -2
- package/lib/types/button/IconButton.d.ts +1 -1
- package/lib/types/button/IconButtonArray.d.ts +1 -1
- package/lib/types/checkbox/Checkbox.d.ts +1 -1
- package/lib/types/code-block/CodeBlock.d.ts +3 -3
- package/lib/types/context-menu/ContextMenu.d.ts +1 -1
- package/lib/types/cypher-code-block/CypherCodeBlock.d.ts +2 -2
- package/lib/types/date-picker/DatePicker.d.ts +3 -3
- package/lib/types/dialog/Dialog.d.ts +2 -2
- package/lib/types/drag-and-drop/DragAndDrop.d.ts +2 -2
- package/lib/types/drag-and-drop/icons/CSV-file.d.ts +1 -1
- package/lib/types/drag-and-drop/icons/Cloud.d.ts +1 -1
- package/lib/types/drag-and-drop/icons/File.d.ts +1 -1
- package/lib/types/drag-and-drop/icons/InvalidFile.d.ts +1 -1
- package/lib/types/drawer/Drawer.d.ts +3 -3
- package/lib/types/dropdown/Dropdown.d.ts +2 -3
- package/lib/types/dropdown/Overrides.d.ts +2 -2
- package/lib/types/dropdown/types.d.ts +4 -4
- package/lib/types/helpers/forwardRef.d.ts +1 -1
- package/lib/types/icons/generated/custom/AddNode.d.ts +1 -1
- package/lib/types/icons/generated/custom/AlignBottom.d.ts +1 -1
- package/lib/types/icons/generated/custom/AlignCenter.d.ts +1 -1
- package/lib/types/icons/generated/custom/AlignTop.d.ts +1 -1
- package/lib/types/icons/generated/custom/Bold.d.ts +1 -1
- package/lib/types/icons/generated/custom/Circle.d.ts +1 -1
- package/lib/types/icons/generated/custom/CollapseExpand.d.ts +1 -1
- package/lib/types/icons/generated/custom/CollapseExpandLeft.d.ts +1 -1
- package/lib/types/icons/generated/custom/CollapseExpandRight.d.ts +1 -1
- package/lib/types/icons/generated/custom/Configure.d.ts +1 -1
- package/lib/types/icons/generated/custom/DatabaseAddCircle.d.ts +1 -1
- package/lib/types/icons/generated/custom/Dbms.d.ts +1 -1
- package/lib/types/icons/generated/custom/Drag.d.ts +1 -1
- package/lib/types/icons/generated/custom/Expand.d.ts +1 -1
- package/lib/types/icons/generated/custom/ExternalLink.d.ts +1 -1
- package/lib/types/icons/generated/custom/FitToScreen.d.ts +1 -1
- package/lib/types/icons/generated/custom/FolderBookmark.d.ts +1 -1
- package/lib/types/icons/generated/custom/Heirarchy2.d.ts +1 -1
- package/lib/types/icons/generated/custom/Hierarchy1.d.ts +1 -1
- package/lib/types/icons/generated/custom/Hierarchy2.d.ts +1 -1
- package/lib/types/icons/generated/custom/Italic.d.ts +1 -1
- package/lib/types/icons/generated/custom/NomLevel.d.ts +1 -1
- package/lib/types/icons/generated/custom/Pin.d.ts +1 -1
- package/lib/types/icons/generated/custom/PlanView.d.ts +1 -1
- package/lib/types/icons/generated/custom/Presentation.d.ts +1 -1
- package/lib/types/icons/generated/custom/QueryBrowser.d.ts +1 -1
- package/lib/types/icons/generated/custom/ResizeCorner.d.ts +1 -1
- package/lib/types/icons/generated/custom/Rhombus.d.ts +1 -1
- package/lib/types/icons/generated/custom/ScienceMolecule.d.ts +1 -1
- package/lib/types/icons/generated/custom/Shrink.d.ts +1 -1
- package/lib/types/icons/generated/custom/SidebarLineLeft.d.ts +1 -1
- package/lib/types/icons/generated/custom/SidebarLineRight.d.ts +1 -1
- package/lib/types/icons/generated/custom/Square.d.ts +1 -1
- package/lib/types/icons/generated/custom/Status.d.ts +1 -1
- package/lib/types/icons/generated/custom/Text.d.ts +1 -1
- package/lib/types/icons/generated/custom/Triangle.d.ts +1 -1
- package/lib/types/icons/generated/custom/Underline.d.ts +1 -1
- package/lib/types/icons/generated/custom/VisualizeBloom.d.ts +1 -1
- package/lib/types/label/Label.d.ts +1 -1
- package/lib/types/modal/Modal.d.ts +1 -1
- package/lib/types/radio/Radio.d.ts +1 -1
- package/lib/types/side-navigation/SideNavigation.d.ts +1 -1
- package/lib/types/status-indicator/StatusIndicator.d.ts +1 -1
- package/lib/types/switch/Switch.d.ts +1 -1
- package/lib/types/table/Components.d.ts +3 -3
- package/lib/types/table/Table.d.ts +3 -3
- package/lib/types/table/TableContext.d.ts +2 -2
- package/lib/types/table/helpers.d.ts +1 -1
- package/lib/types/table-deprecated/Table.d.ts +2 -2
- package/lib/types/table-deprecated/helpers.d.ts +1 -1
- package/lib/types/table-deprecated/hooks/hookCallbackTypes.d.ts +1 -1
- package/lib/types/table-deprecated/hooks/useMultiRowSelect.d.ts +1 -1
- package/lib/types/table-deprecated/hooks/useSingleRowSelect.d.ts +1 -1
- package/lib/types/tabs/Tabs.d.ts +1 -1
- package/lib/types/tag/Tag.d.ts +1 -1
- package/lib/types/text-input/TextInput.d.ts +3 -3
- package/lib/types/text-link/TextLink.d.ts +1 -1
- package/lib/types/textarea/Textarea.d.ts +2 -2
- package/lib/types/tooltip/SmartTooltip.d.ts +2 -2
- package/lib/types/tooltip/Tip.d.ts +4 -4
- package/lib/types/typography/Typography.d.ts +1 -1
- package/lib/types/typography/types.d.ts +1 -1
- package/lib/types/view-selector/ViewSelector.d.ts +1 -1
- package/lib/types/wizard/Wizard.d.ts +1 -1
- package/package.json +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tip.js","sourceRoot":"","sources":["../../../src/tooltip/Tip.tsx"],"names":[],"mappings":";;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Tip.js","sourceRoot":"","sources":["../../../src/tooltip/Tip.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typography.js","sourceRoot":"","sources":["../../../src/typography/Typography.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,
|
|
1
|
+
{"version":3,"file":"Typography.js","sourceRoot":"","sources":["../../../src/typography/Typography.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EACL,wBAAwB,GAKzB,MAAM,SAAS,CAAC;AAEjB,MAAM,CAAC,MAAM,UAAU,GAAG,CAIxB,KAGoC,EACpC,EAAE;IACF,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,KAAc,KAAK,EAAd,IAAI,UAAK,KAAK,EAAhD,8BAAwC,CAAQ,CAAC;IAEvD,MAAM,OAAO,GAAG,UAAU,CAAC,KAAK,OAAO,EAAE,EAAE,SAAS,CAAC,CAAC;IACtD,MAAM,SAAS,GAAG,CAAC,EAAE,IAAI,wBAAwB,CAAC,OAAO,CAAC,CAAmB,CAAC;IAE9E,OAAO,KAAC,SAAS,oBAAK,IAAI,IAAE,SAAS,EAAE,OAAO,IAAI,CAAC;AACrD,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,IAAI,GAAG,CAAC,EAAE,SAAS,EAA6B,EAAE,EAAE,CAAC,CACzD,+BAAQ,OAAO,EAAE,SAAS,0BAAe,CAC1C,CAAC;AAEF,6DAA6D;AAC7D,aAAa;AACb,MAAM,uBAAuB,GAAG,GAAG,EAAE,CAAC,CACpC,0BAEE,KAAC,UAAU,IAAC,OAAO,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,EAAC,IAAI,EAAC,eAAe,GAAG,EAGvD,KAAC,UAAU,IAAC,OAAO,EAAC,IAAI,EAAC,EAAE,EAAC,MAAM,EAAC,IAAI,EAAC,eAAe,GAAG,EAG1D,KAAC,UAAU,IAAC,OAAO,EAAC,aAAa,EAAC,EAAE,EAAE,IAAI,GAAI,EAG9C,KAAC,UAAU,IACT,OAAO,EAAC,aAAa,EACrB,EAAE,EAAE,IAAI,EACR,SAAS,EAAE,GAAG,EAAE;gBACd,oBAAoB,CAAC,cAAc,CAAC,CAAC;YACvC,CAAC,GACD,IACE,CACP,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewSelector.js","sourceRoot":"","sources":["../../../src/view-selector/ViewSelector.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,
|
|
1
|
+
{"version":3,"file":"ViewSelector.js","sourceRoot":"","sources":["../../../src/view-selector/ViewSelector.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,UAAU,EAAoB,MAAM,YAAY,CAAC;AAuC1D,MAAM,mBAAmB,GACvB,KAAK,CAAC,aAAa,CAAkC,IAAI,CAAC,CAAC;AAE7D,MAAM,kBAAkB,GAAG,GAAG,EAAE;IAC9B,MAAM,OAAO,GAAG,UAAU,CAAC,mBAAmB,CAAC,CAAC;IAEhD,IAAI,OAAO,KAAK,IAAI,EAAE;QACpB,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;KACvD;IAED,OAAO,OAAO,CAAC;AACjB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,UAAU,CAAC,SAAS,YAAY,CAG1D,EASuB,EACvB,GAAgC;QAVhC,EACE,IAAI,GAAG,OAAO,EACd,KAAK,GAAG,KAAK,EACb,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,EAAE,GAAG,KAAK,EACV,SAAS,OAEY,EADlB,IAAI,cART,wEASC,CADQ;IAIT,MAAM,OAAO,GAAG,UAAU,CAAC,mBAAmB,EAAE,SAAS,EAAE;QACzD,WAAW,EAAE,IAAI,KAAK,OAAO;QAC7B,WAAW,EAAE,IAAI,KAAK,OAAO;KAC9B,CAAC,CAAC;IAEH,MAAM,SAAS,GAAG,EAAE,CAAC;IAErB,OAAO,CACL,KAAC,SAAS,oBAAK,IAAI,IAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAC,OAAO,EAAC,GAAG,EAAE,GAAG,gBAC5D,KAAC,mBAAmB,CAAC,QAAQ,kBAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,gBAC/D,QAAQ,IACoB,IACrB,CACb,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAAC,SAAS,gBAAgB,CACxE,EAQC,EACD,GAAG;QATH,EACE,QAAQ,EACR,KAAK,EACL,EAAE,GAAG,QAAQ,EACb,SAAS,OAIV,EAHI,IAAI,cALT,wCAMC,CADQ;IAMT,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,kBAAkB,EAAE,CAAC;IAE3D,MAAM,UAAU,GAAG,KAAK,IAAI,KAAK,KAAK,QAAQ,CAAC;IAE/C,MAAM,IAAI,GAAG,UAAU,CAAC,SAAS,EAAE;QACjC,mBAAmB,EAAE,CAAC,KAAK;QAC3B,mBAAmB,EAAE,KAAK;QAC1B,aAAa,EAAE,KAAK,IAAI,KAAK,KAAK,QAAQ;KAC3C,CAAC,CAAC;IAEH,MAAM,SAAS,GAAG,EAAE,CAAC;IAErB,OAAO,CACL,KAAC,SAAS,oBACJ,IAAI,IACR,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC,UAAU,IAAI,QAAQ,CAAC,KAAK,CAAC,EAC7C,SAAS,EAAE,IAAI,EACf,GAAG,EAAE,GAAG,gBAEP,QAAQ,IACC,CACb,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Widget.js","sourceRoot":"","sources":["../../../src/widget/Widget.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAc,
|
|
1
|
+
{"version":3,"file":"Widget.js","sourceRoot":"","sources":["../../../src/widget/Widget.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAc,EAAE,UAAU,EAAqB,MAAM,OAAO,CAAC;AAC7D,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAgCrF;;;;;;GAMG;AAEH,MAAM,MAAM,GAAG,UAAU,CAAC,SAAS,MAAM,CACvC,EAWc,EACd,GAAiC;;QAZjC,EACE,MAAM,EACN,SAAS,EACT,QAAQ,EACR,SAAS,EACT,UAAU,GAAG,KAAK,EAClB,YAAY,GAAG,KAAK,EACpB,eAAe,EACf,QAAQ,EACR,SAAS,OAEG,EADT,KAAK,cAVV,0HAWC,CADS;IAIV,MAAM,OAAO,GAAG,UAAU,CAAC,YAAY,EAAE,SAAS,EAAE;QAClD,cAAc,EAAE,QAAQ;QACxB,cAAc,EAAE,UAAU;KAC3B,CAAC,CAAC;IAEH,OAAO,CACL,6BAAK,SAAS,EAAE,OAAO,EAAE,GAAG,EAAE,GAAG,IAAM,KAAK,eAC1C,gCAAQ,SAAS,EAAC,oBAAoB,iBACpC,6BAAK,SAAS,EAAC,iBAAiB,iBAC7B,QAAQ,EACT,6BAAK,SAAS,EAAC,+BAA+B,iBAC5C,4BAAK,SAAS,EAAC,YAAY,gBAAE,MAAM,IAAO,EAC1C,4BAAK,SAAS,EAAC,eAAe,gBAAE,SAAS,IAAO,KAC5C,KACF,EACL,SAAS,KACH,EACT,4BAAK,SAAS,EAAC,gCAAgC,gBAAE,QAAQ,IAAO,EAC/D,YAAY,IAAI,CACf,6CACa,iBAAiB,IACxB,eAAe,IACnB,SAAS,EAAE,qBAAqB,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,SAAS,mCAAI,EAAE,EAAE,gBAElE,KAAC,gBAAgB,KAAG,IACb,CACV,KACG,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
22
|
+
import { type IconButtonProps } from '../button';
|
|
23
|
+
import { type ElementBase } from '../helpers';
|
|
24
24
|
export interface CodeBlockWrapperProps extends ElementBase<HTMLElement> {
|
|
25
25
|
maxHeight?: number;
|
|
26
26
|
code: string;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import type
|
|
21
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
22
22
|
export interface CommonInputProps extends Omit<ComponentPropsWithoutRef<'input'>, 'nonce' | 'size'> {
|
|
23
23
|
/** Sets disabled state */
|
|
24
24
|
disabled?: boolean;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { MouseEvent, TouchEvent } from 'react';
|
|
21
|
+
import { type MouseEvent, type TouchEvent } from 'react';
|
|
22
22
|
export declare const removeNewlines: (input: string) => string;
|
|
23
23
|
/** Remove extra spaces from sting */
|
|
24
24
|
export declare const removeSpaces: (input: string) => string;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
/// <reference types="react" />
|
|
22
|
-
import { ElementBase } from '../helpers';
|
|
22
|
+
import { type ElementBase } from '../helpers';
|
|
23
23
|
export declare type AccordionItemId = string | number;
|
|
24
24
|
export interface AccordionBase extends ElementBase<HTMLDivElement> {
|
|
25
25
|
children: React.ReactNode | string;
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import type
|
|
23
|
-
import { ElementBase } from '../helpers';
|
|
22
|
+
import { type Neo4jColors } from '@neo4j-ndl/base';
|
|
23
|
+
import { type ElementBase } from '../helpers';
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
*
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import { RadioAndCheckboxProps } from '../_common/input/RadioAndCheckboxWrapper';
|
|
22
|
+
import { type RadioAndCheckboxProps } from '../_common/input/RadioAndCheckboxWrapper';
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
*
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import { IconButtonProps } from '../button';
|
|
23
|
-
import { ElementBase } from '../helpers';
|
|
24
|
-
import { LanguageProp } from './languages';
|
|
22
|
+
import { type IconButtonProps } from '../button';
|
|
23
|
+
import { type ElementBase } from '../helpers';
|
|
24
|
+
import { type LanguageProp } from './languages';
|
|
25
25
|
export interface CodeBlockProps extends ElementBase<HTMLDivElement> {
|
|
26
26
|
maxHeight?: number;
|
|
27
27
|
code: string;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import { PopoverProps } from '../popover';
|
|
22
|
+
import { type PopoverProps } from '../popover';
|
|
23
23
|
/**
|
|
24
24
|
* A modified version of the Material UI (@mui/material) Menu component.
|
|
25
25
|
* We use a modified/slimmed version for easier maintenance.
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import { ElementBase } from '../helpers';
|
|
23
|
-
import { IconButtonProps } from '../button';
|
|
22
|
+
import { type ElementBase } from '../helpers';
|
|
23
|
+
import { type IconButtonProps } from '../button';
|
|
24
24
|
export interface CypherCodeBlockProps extends ElementBase<HTMLElement> {
|
|
25
25
|
maxHeight?: number;
|
|
26
26
|
code: string;
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
/// <reference types="react" />
|
|
22
|
-
import { ReactDatePickerProps } from 'react-datepicker';
|
|
23
|
-
import { TextInputProperties } from '../text-input/TextInput';
|
|
24
|
-
import { ElementBase } from '../helpers';
|
|
22
|
+
import { type ReactDatePickerProps } from 'react-datepicker';
|
|
23
|
+
import { type TextInputProperties } from '../text-input/TextInput';
|
|
24
|
+
import { type ElementBase } from '../helpers';
|
|
25
25
|
export interface DatePickerProps<WithRange extends boolean = false> extends ElementBase<'div'> {
|
|
26
26
|
/** Add Component type here */
|
|
27
27
|
textInputProps?: TextInputProperties;
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import { ElementBase as _ElementBase } from '../helpers';
|
|
23
|
-
import { ModalProps } from '../modal';
|
|
22
|
+
import { type ElementBase as _ElementBase } from '../helpers';
|
|
23
|
+
import { type ModalProps } from '../modal';
|
|
24
24
|
export interface DialogBaseProps extends _ElementBase {
|
|
25
25
|
className?: string;
|
|
26
26
|
children: React.ReactNode;
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
/// <reference types="react" />
|
|
22
|
-
import { DropzoneOptions } from 'react-dropzone';
|
|
23
|
-
import { ElementBase } from '../helpers';
|
|
22
|
+
import { type DropzoneOptions } from 'react-dropzone';
|
|
23
|
+
import { type ElementBase } from '../helpers';
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
*
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgComponent: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgComponent;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgComponent: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgComponent;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgComponent: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgComponent;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgComponent: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgComponent;
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { ComponentPropsWithoutRef } from 'react';
|
|
22
|
-
import type
|
|
23
|
-
import { ElementBase } from '../helpers';
|
|
21
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
22
|
+
import { type ResizableProps } from 're-resizable';
|
|
23
|
+
import { type ElementBase } from '../helpers';
|
|
24
24
|
export declare type DrawerPosition = 'left' | 'right';
|
|
25
25
|
export declare type DrawerType = 'overlay' | 'push';
|
|
26
26
|
export interface DrawerProps extends ElementBase<HTMLDivElement> {
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
|
|
23
|
-
import { GroupBase } from 'react-select';
|
|
24
|
-
import { DropdownProps } from './types';
|
|
22
|
+
import { type DropdownProps } from './types';
|
|
23
|
+
import { type GroupBase } from 'react-select';
|
|
25
24
|
export declare const Dropdown: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>(props: DropdownProps<OptionType, IsMulti, GroupType> & React.RefAttributes<unknown>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
/// <reference types="react" />
|
|
23
|
-
import { ClearIndicatorProps, DropdownIndicatorProps, GroupBase, MultiValueRemoveProps, PlaceholderProps } from 'react-select';
|
|
24
|
-
import { DropdownOverrideCustomProps } from './types';
|
|
23
|
+
import { type ClearIndicatorProps, type DropdownIndicatorProps, type GroupBase, type MultiValueRemoveProps, type PlaceholderProps } from 'react-select';
|
|
24
|
+
import { type DropdownOverrideCustomProps } from './types';
|
|
25
25
|
export declare const DropdownIndicatorCurrying: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: DropdownIndicatorProps<OptionType, IsMulti, GroupType>) => JSX.Element;
|
|
26
26
|
export declare const CustomClearIndication: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: ClearIndicatorProps<OptionType, IsMulti, GroupType>) => JSX.Element;
|
|
27
27
|
export declare const CustomMultiValueRemove: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: MultiValueRemoveProps<OptionType, IsMulti, GroupType>) => JSX.Element;
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
/// <reference types="react" />
|
|
22
|
-
import { GroupBase, Props } from 'react-select';
|
|
23
|
-
import { CreatableProps } from 'react-select/creatable';
|
|
24
|
-
import { AsyncProps } from 'react-select/async';
|
|
25
|
-
import { ElementBase } from '../helpers';
|
|
22
|
+
import { type GroupBase, type Props } from 'react-select';
|
|
23
|
+
import { type CreatableProps } from 'react-select/creatable';
|
|
24
|
+
import { type AsyncProps } from 'react-select/async';
|
|
25
|
+
import { type ElementBase } from '../helpers';
|
|
26
26
|
export interface DropdownCommonProps extends Omit<ElementBase<HTMLDivElement>, 'label' | 'value' | 'type'> {
|
|
27
27
|
/**
|
|
28
28
|
* Error message
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { ForwardedRef, ReactElement, RefAttributes } from 'react';
|
|
21
|
+
import { type ForwardedRef, type ReactElement, type RefAttributes } from 'react';
|
|
22
22
|
declare type ForwardRefType = <T, P = Record<string, never>>(render: (props: P, ref: ForwardedRef<T>) => ReactElement | null) => (props: P & RefAttributes<T>) => ReactElement | null;
|
|
23
23
|
export declare const forwardRef: ForwardRefType;
|
|
24
24
|
export {};
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgAddNode: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgAddNode;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgAlignBottom: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgAlignBottom;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgAlignCenter: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgAlignCenter;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgAlignTop: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgAlignTop;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgBold: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgBold;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgCircle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgCircle;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgCollapseExpand: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgCollapseExpand;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgCollapseExpandLeft: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgCollapseExpandLeft;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgCollapseExpandRight: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgCollapseExpandRight;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgConfigure: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgConfigure;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgDatabaseAddCircle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgDatabaseAddCircle;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgDbms: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgDbms;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgDrag: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgDrag;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgExpand;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgExternalLink: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgExternalLink;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgFitToScreen: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgFitToScreen;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgFolderBookmark: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgFolderBookmark;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgHeirarchy2: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgHeirarchy2;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgHierarchy1: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgHierarchy1;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgHierarchy2: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgHierarchy2;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgItalic: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgItalic;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgNomLevel: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgNomLevel;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgPin: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgPin;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgPlanView: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgPlanView;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgPresentation: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgPresentation;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgQueryBrowser: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgQueryBrowser;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgResizeCorner: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgResizeCorner;
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { SVGProps } from 'react';
|
|
21
|
+
import { type SVGProps } from 'react';
|
|
22
22
|
declare const SvgRhombus: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
23
|
export default SvgRhombus;
|