@steroidsjs/core 3.0.0-beta.83 → 3.0.0-beta.84

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.
@@ -1,5 +1,5 @@
1
1
  import React, { ChangeEvent } from 'react';
2
- import { IInputParams } from 'src/ui/form/Field/fieldWrapper';
2
+ import { IInputParams } from '../ui/form/Field/fieldWrapper';
3
3
  export default function useSaveCursorPosition(inputParams: IInputParams): {
4
4
  inputRef: React.MutableRefObject<any>;
5
5
  onChange: (event: ChangeEvent<HTMLInputElement>, value?: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/core",
3
- "version": "3.0.0-beta.83",
3
+ "version": "3.0.0-beta.84",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
2
  import { PropsWithChildren } from 'react';
3
- import { IUiApplicationComponent } from 'src/components/UiComponent';
4
- import { ILocaleComponent } from 'src/components/LocaleComponent';
5
- import { IClientStorageComponent } from 'src/components/ClientStorageComponent';
3
+ import { IClientStorageComponent } from '../components/ClientStorageComponent';
4
+ import { ILocaleComponent } from '../components/LocaleComponent';
5
+ import { IUiApplicationComponent } from '../components/UiComponent';
6
6
  import { IResourceComponent } from '../components/ResourceComponent';
7
7
  declare global {
8
8
  interface Window {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import { IButtonProps } from 'src/ui/form/Button/Button';
3
- import { ILinkProps } from 'src/ui/nav/Link/Link';
2
+ import { ILinkProps } from '../../nav/Link/Link';
3
+ import { IButtonProps } from '../../form/Button/Button';
4
4
  import { IAvatarProps } from '../Avatar/Avatar';
5
5
  import { IMenuProps } from '../Menu/Menu';
6
6
  export interface ICardHeader {
@@ -1,9 +1,9 @@
1
1
  /// <reference types="react" />
2
- import { IAvatarProps } from 'src/ui/content/Avatar/Avatar';
3
- import { ILinkProps } from 'src/ui/nav/Link/Link';
4
- import { IModalProps } from 'src/ui/modal/Modal/Modal';
5
- import { IMenuProps } from 'src/ui/content/Menu/Menu';
6
- import { IButtonProps } from 'src/ui/form/Button/Button';
2
+ import { IButtonProps } from '../../form/Button/Button';
3
+ import { IAvatarProps } from '../../content/Avatar/Avatar';
4
+ import { ILinkProps } from '../../nav/Link/Link';
5
+ import { IModalProps } from '../../modal/Modal/Modal';
6
+ import { IMenuProps } from '../../content/Menu/Menu';
7
7
  import { INavProps } from '../../nav/Nav/Nav';
8
8
  /**
9
9
  * IHeaderProps
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { IMenuProps } from 'src/ui/content/Menu/Menu';
3
- import { INavItem } from 'src/ui/nav/Nav/Nav';
4
- import { IIconProps } from 'src/ui/content/Icon/Icon';
2
+ import { IMenuProps } from '../../content/Menu/Menu';
3
+ import { INavItem } from '../../nav/Nav/Nav';
4
+ import { IIconProps } from '../../content/Icon/Icon';
5
5
  export interface ISidebarItem extends INavItem {
6
6
  /**
7
7
  * Наличие верней границы у элемента
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { ILinkProps } from 'src/ui/nav/Link/Link';
2
+ import { ILinkProps } from '../../nav/Link/Link';
3
3
  import { IListConfig, ListControlPosition } from '../../../hooks/useList';
4
4
  import { IControlItem } from '../../nav/Controls/Controls';
5
5
  export interface IColumnViewProps extends IGridColumn {
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { IButtonProps } from 'src/ui/form/Button/Button';
2
+ import { IButtonProps } from '../../form/Button/Button';
3
3
  import { ListControlPosition } from '../../../hooks/useList';
4
4
  /**
5
5
  * PaginationSize
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { IButtonProps } from 'src/ui/form/Button/Button';
2
+ import { IButtonProps } from '../../form/Button/Button';
3
3
  /**
4
4
  * Modal
5
5
  * Модальное окно
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { IButtonProps } from 'src/ui/form/Button/Button';
2
+ import { IButtonProps } from '../../form/Button/Button';
3
3
  import { DataProviderItems } from '../../../hooks/useDataProvider';
4
4
  /**
5
5
  * ButtonGroup