@evlop/native-components 1.0.209 → 1.0.211
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/dist/cjs/src/Actionable.d.ts +4 -4
- package/dist/cjs/src/Actionable.d.ts.map +1 -1
- package/dist/cjs/src/AnimatedView.d.ts +1 -1
- package/dist/cjs/src/AnimatedView.d.ts.map +1 -1
- package/dist/cjs/src/Avatar.d.ts +2 -17
- package/dist/cjs/src/Avatar.d.ts.map +1 -1
- package/dist/cjs/src/Avatar.js +2 -2
- package/dist/cjs/src/Avatar.js.map +1 -1
- package/dist/cjs/src/Button.d.ts +1 -1
- package/dist/cjs/src/Button.d.ts.map +1 -1
- package/dist/cjs/src/Button.js.map +1 -1
- package/dist/cjs/src/Flexbox/index.d.ts +1 -1
- package/dist/cjs/src/Flexbox/index.d.ts.map +1 -1
- package/dist/cjs/src/Icon/index.d.ts +3 -2
- package/dist/cjs/src/Icon/index.d.ts.map +1 -1
- package/dist/cjs/src/Icon/index.js.map +1 -1
- package/dist/cjs/src/Image/NativeImage.d.ts +1 -1
- package/dist/cjs/src/Image/NativeImage.d.ts.map +1 -1
- package/dist/cjs/src/Image/NativeImage.native.d.ts +1 -1
- package/dist/cjs/src/Image/NativeImage.native.d.ts.map +1 -1
- package/dist/cjs/src/Image/index.d.ts +3 -3
- package/dist/cjs/src/Image/index.d.ts.map +1 -1
- package/dist/cjs/src/ImageBackground/index.d.ts +2 -2
- package/dist/cjs/src/ImageBackground/index.d.ts.map +1 -1
- package/dist/cjs/src/RenderBlocks/RenderBlocksAsScrollView.d.ts +2 -2
- package/dist/cjs/src/RenderBlocks/RenderBlocksAsScrollView.d.ts.map +1 -1
- package/dist/cjs/src/RenderBlocks/RenderBlocksAsVirtualizedList.d.ts +2 -2
- package/dist/cjs/src/RenderBlocks/RenderBlocksAsVirtualizedList.d.ts.map +1 -1
- package/dist/cjs/src/RenderBlocks/index.d.ts +2 -2
- package/dist/cjs/src/RenderBlocks/index.d.ts.map +1 -1
- package/dist/cjs/src/RenderComponent/index.d.ts +2 -2
- package/dist/cjs/src/RenderComponent/index.d.ts.map +1 -1
- package/dist/cjs/src/RenderPage/DynamicLayout.d.ts +2 -2
- package/dist/cjs/src/RenderPage/DynamicLayout.d.ts.map +1 -1
- package/dist/cjs/src/RenderPage/RenderPageBody.d.ts +2 -2
- package/dist/cjs/src/RenderPage/RenderPageBody.d.ts.map +1 -1
- package/dist/cjs/src/RenderPage/RenderPageFooter.d.ts +2 -2
- package/dist/cjs/src/RenderPage/RenderPageFooter.d.ts.map +1 -1
- package/dist/cjs/src/RenderPage/RenderPageHeader.d.ts +2 -2
- package/dist/cjs/src/RenderPage/RenderPageHeader.d.ts.map +1 -1
- package/dist/cjs/src/RenderPage/_IconWithBadge.d.ts +2 -2
- package/dist/cjs/src/RenderPage/_IconWithBadge.d.ts.map +1 -1
- package/dist/cjs/src/RenderPage/index.d.ts +3 -3
- package/dist/cjs/src/RenderPage/index.d.ts.map +1 -1
- package/dist/cjs/src/RenderPage/index.js +1 -1
- package/dist/cjs/src/RenderPage/index.js.map +1 -1
- package/dist/cjs/src/RenderTabs/index.d.ts +2 -2
- package/dist/cjs/src/RenderTabs/index.d.ts.map +1 -1
- package/dist/cjs/src/Swiper/DashPagination.d.ts +2 -2
- package/dist/cjs/src/Swiper/DashPagination.d.ts.map +1 -1
- package/dist/cjs/src/Swiper/DotPagination.d.ts +1 -1
- package/dist/cjs/src/Swiper/DotPagination.d.ts.map +1 -1
- package/dist/cjs/src/Swiper/LinePagination.d.ts +2 -2
- package/dist/cjs/src/Swiper/LinePagination.d.ts.map +1 -1
- package/dist/cjs/src/Swiper/NumberPagination.d.ts +1 -1
- package/dist/cjs/src/Swiper/NumberPagination.d.ts.map +1 -1
- package/dist/cjs/src/Swiper/index.d.ts +1 -1
- package/dist/cjs/src/Swiper/index.d.ts.map +1 -1
- package/dist/cjs/src/Text/index.d.ts +3 -3
- package/dist/cjs/src/Text/index.d.ts.map +1 -1
- package/dist/cjs/src/View/index.d.ts +1 -1
- package/dist/cjs/src/View/index.d.ts.map +1 -1
- package/dist/cjs/src/contexts/PageContainerContext.d.ts +2 -2
- package/dist/cjs/src/contexts/PageContainerContext.d.ts.map +1 -1
- package/dist/cjs/src/contexts/PageInsetsContext.d.ts +2 -2
- package/dist/cjs/src/contexts/PageInsetsContext.d.ts.map +1 -1
- package/dist/cjs/src/types.d.ts +1 -1
- package/dist/cjs/src/types.d.ts.map +1 -1
- package/dist/types/main.ai.d.ts +126 -0
- package/dist/types/src/Actionable.d.ts +4 -4
- package/dist/types/src/Actionable.d.ts.map +1 -1
- package/dist/types/src/AnimatedView.d.ts +1 -1
- package/dist/types/src/AnimatedView.d.ts.map +1 -1
- package/dist/types/src/Avatar.d.ts +2 -17
- package/dist/types/src/Avatar.d.ts.map +1 -1
- package/dist/types/src/Button.d.ts +1 -1
- package/dist/types/src/Button.d.ts.map +1 -1
- package/dist/types/src/Flexbox/index.d.ts +1 -1
- package/dist/types/src/Flexbox/index.d.ts.map +1 -1
- package/dist/types/src/Icon/index.d.ts +3 -2
- package/dist/types/src/Icon/index.d.ts.map +1 -1
- package/dist/types/src/Image/NativeImage.d.ts +1 -1
- package/dist/types/src/Image/NativeImage.d.ts.map +1 -1
- package/dist/types/src/Image/NativeImage.native.d.ts +1 -1
- package/dist/types/src/Image/NativeImage.native.d.ts.map +1 -1
- package/dist/types/src/Image/index.d.ts +3 -3
- package/dist/types/src/Image/index.d.ts.map +1 -1
- package/dist/types/src/ImageBackground/index.d.ts +2 -2
- package/dist/types/src/ImageBackground/index.d.ts.map +1 -1
- package/dist/types/src/RenderBlocks/RenderBlocksAsScrollView.d.ts +2 -2
- package/dist/types/src/RenderBlocks/RenderBlocksAsScrollView.d.ts.map +1 -1
- package/dist/types/src/RenderBlocks/RenderBlocksAsVirtualizedList.d.ts +2 -2
- package/dist/types/src/RenderBlocks/RenderBlocksAsVirtualizedList.d.ts.map +1 -1
- package/dist/types/src/RenderBlocks/index.d.ts +2 -2
- package/dist/types/src/RenderBlocks/index.d.ts.map +1 -1
- package/dist/types/src/RenderComponent/index.d.ts +2 -2
- package/dist/types/src/RenderComponent/index.d.ts.map +1 -1
- package/dist/types/src/RenderPage/DynamicLayout.d.ts +2 -2
- package/dist/types/src/RenderPage/DynamicLayout.d.ts.map +1 -1
- package/dist/types/src/RenderPage/RenderPageBody.d.ts +2 -2
- package/dist/types/src/RenderPage/RenderPageBody.d.ts.map +1 -1
- package/dist/types/src/RenderPage/RenderPageFooter.d.ts +2 -2
- package/dist/types/src/RenderPage/RenderPageFooter.d.ts.map +1 -1
- package/dist/types/src/RenderPage/RenderPageHeader.d.ts +2 -2
- package/dist/types/src/RenderPage/RenderPageHeader.d.ts.map +1 -1
- package/dist/types/src/RenderPage/_IconWithBadge.d.ts +2 -2
- package/dist/types/src/RenderPage/_IconWithBadge.d.ts.map +1 -1
- package/dist/types/src/RenderPage/index.d.ts +3 -3
- package/dist/types/src/RenderPage/index.d.ts.map +1 -1
- package/dist/types/src/RenderTabs/index.d.ts +2 -2
- package/dist/types/src/RenderTabs/index.d.ts.map +1 -1
- package/dist/types/src/Swiper/DashPagination.d.ts +2 -2
- package/dist/types/src/Swiper/DashPagination.d.ts.map +1 -1
- package/dist/types/src/Swiper/DotPagination.d.ts +1 -1
- package/dist/types/src/Swiper/DotPagination.d.ts.map +1 -1
- package/dist/types/src/Swiper/LinePagination.d.ts +2 -2
- package/dist/types/src/Swiper/LinePagination.d.ts.map +1 -1
- package/dist/types/src/Swiper/NumberPagination.d.ts +1 -1
- package/dist/types/src/Swiper/NumberPagination.d.ts.map +1 -1
- package/dist/types/src/Swiper/index.d.ts +1 -1
- package/dist/types/src/Swiper/index.d.ts.map +1 -1
- package/dist/types/src/Text/index.d.ts +3 -3
- package/dist/types/src/Text/index.d.ts.map +1 -1
- package/dist/types/src/View/index.d.ts +1 -1
- package/dist/types/src/View/index.d.ts.map +1 -1
- package/dist/types/src/contexts/PageContainerContext.d.ts +2 -2
- package/dist/types/src/contexts/PageContainerContext.d.ts.map +1 -1
- package/dist/types/src/contexts/PageInsetsContext.d.ts +2 -2
- package/dist/types/src/contexts/PageInsetsContext.d.ts.map +1 -1
- package/dist/types/src/types.d.ts +1 -1
- package/dist/types/src/types.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PaginationProps } from './index';
|
|
3
|
-
declare function NumberPagination({ length, activeIndex }: Omit<PaginationProps, 'onChangeIndex'>):
|
|
3
|
+
declare function NumberPagination({ length, activeIndex }: Omit<PaginationProps, 'onChangeIndex'>): JSX.Element;
|
|
4
4
|
declare const _default: React.MemoExoticComponent<typeof NumberPagination>;
|
|
5
5
|
export default _default;
|
|
6
6
|
//# sourceMappingURL=NumberPagination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberPagination.d.ts","sourceRoot":"","sources":["../../../../src/Swiper/NumberPagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAI1C,iBAAS,gBAAgB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,EAAE,IAAI,CAAC,eAAe,EAAE,eAAe,CAAC,
|
|
1
|
+
{"version":3,"file":"NumberPagination.d.ts","sourceRoot":"","sources":["../../../../src/Swiper/NumberPagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAI1C,iBAAS,gBAAgB,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,EAAE,IAAI,CAAC,eAAe,EAAE,eAAe,CAAC,eA6BxF;;AAgCD,wBAA4C"}
|
|
@@ -5,7 +5,7 @@ export interface PaginationProps {
|
|
|
5
5
|
activeIndex: Animated.AnimatedAddition<number>;
|
|
6
6
|
onChangeIndex: (index: number) => void;
|
|
7
7
|
}
|
|
8
|
-
export type PaginationType = 'dash' | 'dot' | 'line' | 'number';
|
|
8
|
+
export declare type PaginationType = 'dash' | 'dot' | 'line' | 'number';
|
|
9
9
|
export interface SwiperRef {
|
|
10
10
|
scrollToIndex: (index: number) => void;
|
|
11
11
|
scrollTo: (options: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Swiper/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6F,MAAM,OAAO,CAAC;AAClH,OAAO,EAAE,QAAQ,EAA0D,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAM1I,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,QAAQ,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC/C,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Swiper/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6F,MAAM,OAAO,CAAC;AAClH,OAAO,EAAE,QAAQ,EAA0D,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAM1I,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,QAAQ,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC/C,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,oBAAY,cAAc,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEhE,MAAM,WAAW,SAAS;IACxB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,QAAQ,EAAE,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACnE;AAED,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,YAAY,GAAG,eAAe,GAAG,gCAAgC,GAAG,8BAA8B,GAAG,eAAe,CAAC;IAChN,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,MAAM,oFA8FV,CAAA;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -2,13 +2,13 @@ import { ComponentWithSettings, Theme } from '@evlop/commons';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { TextProps as RNTextProps } from 'react-native';
|
|
4
4
|
import { BackgroundProps, BorderProps, ColorProps, LayoutProps, SpaceProps, TypographyProps } from 'styled-system';
|
|
5
|
-
type TextVariantProp = {
|
|
5
|
+
declare type TextVariantProp = {
|
|
6
6
|
variant?: string;
|
|
7
7
|
};
|
|
8
|
-
type NativeTextProps = RNTextProps & BorderProps<Theme> & LayoutProps<Theme> & BackgroundProps<Theme> & ColorProps<Theme> & TypographyProps<Theme> & SpaceProps<Theme> & TextVariantProp & {
|
|
8
|
+
declare type NativeTextProps = RNTextProps & BorderProps<Theme> & LayoutProps<Theme> & BackgroundProps<Theme> & ColorProps<Theme> & TypographyProps<Theme> & SpaceProps<Theme> & TextVariantProp & {
|
|
9
9
|
fontScale?: number;
|
|
10
10
|
};
|
|
11
|
-
export type BaseTextProps = NativeTextProps & {
|
|
11
|
+
export declare type BaseTextProps = NativeTextProps & {
|
|
12
12
|
content?: string;
|
|
13
13
|
};
|
|
14
14
|
export declare const BaseText: React.ComponentType<BaseTextProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EAErB,KAAK,EAEN,MAAM,gBAAgB,CAAC;AAExB,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAkB,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAExE,OAAO,EAAc,eAAe,EAAU,WAAW,EAAS,UAAU,EAAU,WAAW,EAAS,UAAU,EAAsB,eAAe,EAAW,MAAM,eAAe,CAAC;AAM1L,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EAErB,KAAK,EAEN,MAAM,gBAAgB,CAAC;AAExB,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAkB,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAExE,OAAO,EAAc,eAAe,EAAU,WAAW,EAAS,UAAU,EAAU,WAAW,EAAS,UAAU,EAAsB,eAAe,EAAW,MAAM,eAAe,CAAC;AAM1L,aAAK,eAAe,GAAG;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC;AAE1C,aAAK,eAAe,GAAG,WAAW,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,eAAe,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,eAAe,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,eAAe,GAAG;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC;AA8BhN,oBAAY,aAAa,GAAG,eAAe,GAAG;IAAE,OAAO,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC;AAMlE,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAcvD,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,qBAAqB,CAAC,aAAa,CAgC1C,CAAC;AAEb,eAAe,IAAI,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { ComponentWithSettings, Theme } from '@evlop/commons';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { View as RNView, ViewProps as RNViewProps } from 'react-native';
|
|
4
4
|
import { BackgroundProps, BorderProps, ColorProps, LayoutProps, OpacityProps, SpaceProps, PositionProps, FlexboxProps } from 'styled-system';
|
|
5
|
-
export type BaseViewProps = RNViewProps & FlexboxProps<Theme> & BorderProps<Theme> & LayoutProps<Theme> & OpacityProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme> & PositionProps<Theme> & OpacityProps<Theme>;
|
|
5
|
+
export declare type BaseViewProps = RNViewProps & FlexboxProps<Theme> & BorderProps<Theme> & LayoutProps<Theme> & OpacityProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme> & PositionProps<Theme> & OpacityProps<Theme>;
|
|
6
6
|
export declare const BaseView: React.ComponentType<BaseViewProps & React.RefAttributes<RNView>>;
|
|
7
7
|
declare const View: ComponentWithSettings<BaseViewProps>;
|
|
8
8
|
export default View;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/View/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,KAAK,EAAgB,MAAM,gBAAgB,CAAC;AAC5E,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,IAAI,MAAM,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAExE,OAAO,EAAc,eAAe,EAAU,WAAW,EAAS,UAAU,EAAU,WAAW,EAAW,YAAY,EAAS,UAAU,EAAY,aAAa,EAAW,YAAY,EAAE,MAAM,eAAe,CAAC;AAEnN,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/View/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,KAAK,EAAgB,MAAM,gBAAgB,CAAC;AAC5E,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,IAAI,MAAM,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAExE,OAAO,EAAc,eAAe,EAAU,WAAW,EAAS,UAAU,EAAU,WAAW,EAAW,YAAY,EAAS,UAAU,EAAY,aAAa,EAAW,YAAY,EAAE,MAAM,eAAe,CAAC;AAEnN,oBAAY,aAAa,GAAI,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,eAAe,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,aAAa,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;AAE7O,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CASnF,CAAC;AAEJ,QAAA,MAAM,IAAI,EAAE,qBAAqB,CAAC,aAAa,CAInC,CAAC;AAGb,eAAe,IAAI,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RefObject } from "react";
|
|
2
2
|
import { Animated, FlatList, ScrollView, VirtualizedList } from "react-native";
|
|
3
|
-
type Container = ScrollView | FlatList<any> | VirtualizedList<any> | Animated.AnimatedComponent<typeof VirtualizedList>;
|
|
4
|
-
type PageContainerContext = {
|
|
3
|
+
declare type Container = ScrollView | FlatList<any> | VirtualizedList<any> | Animated.AnimatedComponent<typeof VirtualizedList>;
|
|
4
|
+
declare type PageContainerContext = {
|
|
5
5
|
ref: RefObject<Container>;
|
|
6
6
|
offsetTop: number;
|
|
7
7
|
setOffsetTop: (identifier: string, offset: number) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageContainerContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PageContainerContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,SAAS,EAAsD,MAAM,OAAO,CAAC;AACrG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/E,
|
|
1
|
+
{"version":3,"file":"PageContainerContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PageContainerContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,SAAS,EAAsD,MAAM,OAAO,CAAC;AACrG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/E,aAAK,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,GAAG,QAAQ,CAAC,iBAAiB,CAAC,OAAO,eAAe,CAAC,CAAC;AAExH,aAAK,oBAAoB,GAAG;IACxB,GAAG,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAG,IAAI,CAAC;IACzD,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAG,IAAI,CAAC;CAC/D,CAAA;AAED,eAAO,MAAM,oBAAoB,+CAM/B,CAAC;AAOH,wBAAgB,6BAA6B,IAAI,oBAAoB,CAyBpE;AAED,wBAAgB,gBAAgB,yBAE/B;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export type PageInsets = {
|
|
2
|
+
export declare type PageInsets = {
|
|
3
3
|
top: number;
|
|
4
4
|
bottom: number;
|
|
5
5
|
};
|
|
6
6
|
export declare const PageInsetsContext: React.Context<PageInsets>;
|
|
7
7
|
export declare function usePageInsets(): PageInsets;
|
|
8
|
-
type PageInsetsProviderProps = {
|
|
8
|
+
declare type PageInsetsProviderProps = {
|
|
9
9
|
top?: number;
|
|
10
10
|
bottom?: number;
|
|
11
11
|
children?: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageInsetsContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PageInsetsContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAElE,
|
|
1
|
+
{"version":3,"file":"PageInsetsContext.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PageInsetsContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAElE,oBAAY,UAAU,GAAG;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,iBAAiB,2BAG5B,CAAC;AAEH,wBAAgB,aAAa,IAAI,UAAU,CAE1C;AAED,aAAK,uBAAuB,GAAG;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAahE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
package/dist/cjs/src/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export interface AnyProps {
|
|
2
2
|
[key: string]: any;
|
|
3
3
|
}
|
|
4
|
-
export type AppOnlyColors = 'header-tint' | 'header-background' | 'footer-background' | 'footer-tint' | 'body-background';
|
|
4
|
+
export declare type AppOnlyColors = 'header-tint' | 'header-background' | 'footer-background' | 'footer-tint' | 'body-background';
|
|
5
5
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACrB,CAAC,GAAG,EAAC,MAAM,GAAG,GAAG,CAAC;CACrB;AAED,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACrB,CAAC,GAAG,EAAC,MAAM,GAAG,GAAG,CAAC;CACrB;AAED,oBAAY,aAAa,GAAG,aAAa,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,aAAa,GAAG,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { Action, ComponentWithSettings, IconIdentifier, Theme } from '@evlop/commons';
|
|
2
|
+
import React$1 from 'react';
|
|
3
|
+
import { FlatListProps, ImageBackgroundProps as RNImageBackgroundProps, ImageProps, ListRenderItem, PressableProps, TextProps as RNTextProps, TextStyle, View as RNView, ViewProps, ViewProps as RNViewProps, ViewStyle } from 'react-native';
|
|
4
|
+
import { BackgroundColorProps, BackgroundProps, BorderProps, ColorProps, FlexProps, FlexboxProps, FlexboxProps as SSFlexboxProps, FontSizeProps, FontWeightProps, LayoutProps, OpacityProps, PositionProps, ResponsiveValue, SpaceProps, TextColorProps, ThemeValue, TypographyProps } from 'styled-system';
|
|
5
|
+
|
|
6
|
+
type BaseViewProps = RNViewProps & FlexboxProps<Theme> & BorderProps<Theme> & LayoutProps<Theme> & OpacityProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme> & PositionProps<Theme> & OpacityProps<Theme>;
|
|
7
|
+
declare const BaseView: React$1.ComponentType<BaseViewProps & React$1.RefAttributes<RNView>>;
|
|
8
|
+
interface GapProps {
|
|
9
|
+
gap?: ResponsiveValue<ThemeValue<"space", Theme>, Theme>;
|
|
10
|
+
rowGap?: ResponsiveValue<ThemeValue<"space", Theme>, Theme>;
|
|
11
|
+
columnGap?: ResponsiveValue<ThemeValue<"space", Theme>, Theme>;
|
|
12
|
+
}
|
|
13
|
+
type BaseFlexboxProps = RNViewProps & BorderProps<Theme> & SSFlexboxProps<Theme> & LayoutProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme> & PositionProps<Theme> & GapProps;
|
|
14
|
+
declare const BaseFlexbox: React$1.ComponentType<BaseFlexboxProps>;
|
|
15
|
+
type TextVariantProp = {
|
|
16
|
+
variant?: string;
|
|
17
|
+
};
|
|
18
|
+
type NativeTextProps = RNTextProps & BorderProps<Theme> & LayoutProps<Theme> & BackgroundProps<Theme> & ColorProps<Theme> & TypographyProps<Theme> & SpaceProps<Theme> & TextVariantProp & {
|
|
19
|
+
fontScale?: number;
|
|
20
|
+
};
|
|
21
|
+
type BaseTextProps = NativeTextProps & {
|
|
22
|
+
content?: string;
|
|
23
|
+
};
|
|
24
|
+
declare const BaseText: React$1.ComponentType<BaseTextProps>;
|
|
25
|
+
type BaseIconProps = {
|
|
26
|
+
icon?: IconIdentifier;
|
|
27
|
+
size?: number;
|
|
28
|
+
color?: TextColorProps<Theme>["color"];
|
|
29
|
+
flipOnRTL?: boolean;
|
|
30
|
+
onPress?: any;
|
|
31
|
+
};
|
|
32
|
+
declare const BaseIcon: React$1.ComponentType<BaseIconProps>;
|
|
33
|
+
interface ButtonVariantProps {
|
|
34
|
+
variant?: "filled" | "outlined" | "dim-outlined" | "dim-filled-outlined" | "ghost";
|
|
35
|
+
color?: string;
|
|
36
|
+
theme?: any;
|
|
37
|
+
}
|
|
38
|
+
type ButtonSize = "sm" | "md" | "lg" | "xl" | "2xl";
|
|
39
|
+
interface BaseButtonProps extends ViewProps, FontWeightProps<Theme>, FontSizeProps<Theme>, LayoutProps<Theme>, SpaceProps<Theme>, BackgroundColorProps<Theme>, BorderProps<Theme>, ButtonVariantProps {
|
|
40
|
+
disabled?: boolean;
|
|
41
|
+
loading?: boolean;
|
|
42
|
+
label?: string;
|
|
43
|
+
variant?: "filled" | "outlined" | "dim-outlined" | "dim-filled-outlined" | "ghost";
|
|
44
|
+
size?: ButtonSize;
|
|
45
|
+
textColor?: TextColorProps<Theme>["color"];
|
|
46
|
+
textStyle?: TextStyle;
|
|
47
|
+
action?: Action;
|
|
48
|
+
icon?: IconIdentifier;
|
|
49
|
+
iconPosition?: "left" | "right";
|
|
50
|
+
}
|
|
51
|
+
declare const BaseButton: React$1.FC<BaseButtonProps>;
|
|
52
|
+
type EffectType = "none" | "scale" | "opacity" | "both" | "elevation" | "border" | "color" | "ripple" | "spring";
|
|
53
|
+
type FeedbackType = "none" | "light" | "medium" | "heavy" | "success" | "error" | "warning";
|
|
54
|
+
interface BaseActionableProps extends PressableProps {
|
|
55
|
+
effect?: EffectType;
|
|
56
|
+
feedback?: FeedbackType;
|
|
57
|
+
action: Action;
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
}
|
|
60
|
+
declare const BaseActionable: React$1.ComponentType<BaseActionableProps>;
|
|
61
|
+
type NativeImageProps = ImageProps;
|
|
62
|
+
declare const imageSizes: {
|
|
63
|
+
xxxs: number;
|
|
64
|
+
"3xs": number;
|
|
65
|
+
xxs: number;
|
|
66
|
+
"2xs": number;
|
|
67
|
+
xs: number;
|
|
68
|
+
sm: number;
|
|
69
|
+
md: number;
|
|
70
|
+
lg: number;
|
|
71
|
+
xl: number;
|
|
72
|
+
xxl: number;
|
|
73
|
+
"2xl": number;
|
|
74
|
+
xxxl: number;
|
|
75
|
+
"3xl": number;
|
|
76
|
+
fluid: string;
|
|
77
|
+
};
|
|
78
|
+
type ImageSize = keyof (typeof imageSizes);
|
|
79
|
+
type StyledImageProps = NativeImageProps & BorderProps<Theme> & SpaceProps<Theme> & {
|
|
80
|
+
width?: ImageSize | number;
|
|
81
|
+
height?: ImageSize | number;
|
|
82
|
+
minHeight?: ImageSize | number;
|
|
83
|
+
minWidth?: ImageSize | number;
|
|
84
|
+
aspectRatio?: string | number;
|
|
85
|
+
};
|
|
86
|
+
declare const BaseImage: React$1.ForwardRefExoticComponent<Partial<StyledImageProps> & {
|
|
87
|
+
src?: string;
|
|
88
|
+
placeholder?: string;
|
|
89
|
+
} & React$1.RefAttributes<any>>;
|
|
90
|
+
type StyledImageBackgroundProps = RNImageBackgroundProps & FlexProps<Theme> & BorderProps<Theme> & LayoutProps<Theme> & OpacityProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme>;
|
|
91
|
+
type BaseImageBackgroundProps = StyledImageBackgroundProps & {
|
|
92
|
+
src?: string;
|
|
93
|
+
placeholder?: string;
|
|
94
|
+
};
|
|
95
|
+
declare const BaseImageBackground: ComponentWithSettings<BaseImageBackgroundProps>;
|
|
96
|
+
type PaginationType = "dash" | "dot" | "line" | "number";
|
|
97
|
+
interface SwiperRef {
|
|
98
|
+
scrollToIndex: (index: number) => void;
|
|
99
|
+
scrollTo: (options: {
|
|
100
|
+
index: number;
|
|
101
|
+
animated: boolean;
|
|
102
|
+
}) => void;
|
|
103
|
+
}
|
|
104
|
+
interface SwiperProps<T = any> extends Omit<FlatListProps<T>, "data" | "renderItem" | "horizontal" | "pagingEnabled" | "showsHorizontalScrollIndicator" | "showsVerticalScrollIndicator" | "getItemLayout"> {
|
|
105
|
+
data: T[];
|
|
106
|
+
autoplay?: boolean;
|
|
107
|
+
autoplayInterval?: number;
|
|
108
|
+
paginationType?: PaginationType;
|
|
109
|
+
paginationStyle?: ViewStyle;
|
|
110
|
+
renderItem?: ListRenderItem<T>;
|
|
111
|
+
itemWidth?: number;
|
|
112
|
+
}
|
|
113
|
+
export declare const Swiper: React$1.ForwardRefExoticComponent<SwiperProps<any> & React$1.RefAttributes<SwiperRef>>;
|
|
114
|
+
|
|
115
|
+
export {
|
|
116
|
+
BaseActionable as Actionable,
|
|
117
|
+
BaseButton as Button,
|
|
118
|
+
BaseFlexbox as Flexbox,
|
|
119
|
+
BaseIcon as Icon,
|
|
120
|
+
BaseImage as Image,
|
|
121
|
+
BaseImageBackground as ImageBackground,
|
|
122
|
+
BaseText as Text,
|
|
123
|
+
BaseView as Box,
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Action } from '@evlop/commons';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { PressableProps } from 'react-native';
|
|
4
|
-
type EffectType = 'none' | 'scale' | 'opacity' | 'both' | 'elevation' | 'border' | 'color' | 'ripple' | 'spring';
|
|
5
|
-
type FeedbackType = 'none' | 'light' | 'medium' | 'heavy' | 'success' | 'error' | 'warning';
|
|
4
|
+
declare type EffectType = 'none' | 'scale' | 'opacity' | 'both' | 'elevation' | 'border' | 'color' | 'ripple' | 'spring';
|
|
5
|
+
declare type FeedbackType = 'none' | 'light' | 'medium' | 'heavy' | 'success' | 'error' | 'warning';
|
|
6
6
|
export interface BaseActionableProps extends PressableProps {
|
|
7
7
|
effect?: EffectType;
|
|
8
8
|
feedback?: FeedbackType;
|
|
@@ -10,11 +10,11 @@ export interface BaseActionableProps extends PressableProps {
|
|
|
10
10
|
[key: string]: any;
|
|
11
11
|
}
|
|
12
12
|
export declare const BaseActionable: React.ComponentType<BaseActionableProps>;
|
|
13
|
-
declare const _default: React.ForwardRefExoticComponent<
|
|
13
|
+
declare const _default: React.ForwardRefExoticComponent<Pick<React.PropsWithChildren<BaseActionableProps & {
|
|
14
14
|
model?: string;
|
|
15
15
|
dataModel?: string;
|
|
16
16
|
configModel?: string;
|
|
17
17
|
action?: Action;
|
|
18
|
-
}>,
|
|
18
|
+
}>, string | number> & React.RefAttributes<any>>;
|
|
19
19
|
export default _default;
|
|
20
20
|
//# sourceMappingURL=Actionable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Actionable.d.ts","sourceRoot":"","sources":["../../../src/Actionable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA2B,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAgG,cAAc,EAAE,MAAM,cAAc,CAAC;AAI5I,
|
|
1
|
+
{"version":3,"file":"Actionable.d.ts","sourceRoot":"","sources":["../../../src/Actionable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA2B,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAgG,cAAc,EAAE,MAAM,cAAc,CAAC;AAI5I,aAAK,UAAU,GACT,MAAM,GACN,OAAO,GACP,SAAS,GACT,MAAM,GACN,WAAW,GACX,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,QAAQ,CAAC;AAEf,aAAK,YAAY,GACX,MAAM,GACN,OAAO,GACP,QAAQ,GACR,OAAO,GACP,SAAS,GACT,OAAO,GACP,SAAS,CAAC;AAEhB,MAAM,WAAW,mBAAoB,SAAQ,cAAc;IACvD,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AA8ED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAoBnE,CAAA;;;;;;;AAED,wBAImB"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { ComponentWithSettings, Theme } from '@evlop/commons';
|
|
3
3
|
import { ViewProps as RNViewProps } from 'react-native';
|
|
4
4
|
import { BackgroundProps, BorderProps, ColorProps, FlexProps, LayoutProps, OpacityProps, SpaceProps } from 'styled-system';
|
|
5
|
-
export type BaseAnimatedViewProps = RNViewProps & FlexProps<Theme> & BorderProps<Theme> & LayoutProps<Theme> & OpacityProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme> & {
|
|
5
|
+
export declare type BaseAnimatedViewProps = RNViewProps & FlexProps<Theme> & BorderProps<Theme> & LayoutProps<Theme> & OpacityProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme> & {
|
|
6
6
|
opacity?: number;
|
|
7
7
|
};
|
|
8
8
|
export declare const BaseAnimatedView: React.ComponentType<BaseAnimatedViewProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimatedView.d.ts","sourceRoot":"","sources":["../../../src/AnimatedView.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,qBAAqB,EAAE,KAAK,EAAgB,MAAM,gBAAgB,CAAC;AAC5E,OAAO,EAAY,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAElE,OAAO,EAAc,eAAe,EAAU,WAAW,EAAS,UAAU,EAAQ,SAAS,EAAU,WAAW,EAAW,YAAY,EAAS,UAAU,EAAE,MAAM,eAAe,CAAC;AAEpL,
|
|
1
|
+
{"version":3,"file":"AnimatedView.d.ts","sourceRoot":"","sources":["../../../src/AnimatedView.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,qBAAqB,EAAE,KAAK,EAAgB,MAAM,gBAAgB,CAAC;AAC5E,OAAO,EAAY,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAElE,OAAO,EAAc,eAAe,EAAU,WAAW,EAAS,UAAU,EAAQ,SAAS,EAAU,WAAW,EAAW,YAAY,EAAS,UAAU,EAAE,MAAM,eAAe,CAAC;AAEpL,oBAAY,qBAAqB,GAAI,WAAW,GAAG,SAAS,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,eAAe,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC;AAE1N,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAQvE,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,qBAAqB,CAAC,qBAAqB,CAE3C,CAAC;AAErB,eAAe,YAAY,CAAC"}
|
|
@@ -1,22 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { Avatar } from 'react-native-elements';
|
|
2
3
|
import { AnyProps } from './types';
|
|
3
|
-
export declare const BaseAvatar: React.ForwardRefExoticComponent<
|
|
4
|
-
Accessory: React.FunctionComponent<Pick<Partial<import("react-native-elements").IconProps> & Partial<import("react-native-elements").ImageProps> & {
|
|
5
|
-
underlayColor?: import("react-native").ColorValue;
|
|
6
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
7
|
-
} & Partial<import("react-native-elements").ThemeProps<import("react-native-elements").AccessoryProps>>, "solid" | "type" | "name" | "source" | "style" | "hitSlop" | "onLayout" | "testID" | "nativeID" | "hasTVPreferredFocus" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "importantForAccessibility" | "accessibilityLiveRegion" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "reverse" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "width" | "height" | "size" | "color" | "backgroundColor" | "background" | "disabled" | "blurRadius" | "transitionDuration" | "transition" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "onBlur" | "onFocus" | "delayLongPress" | "pressRetentionOffset" | "allowFontScaling" | "ellipsizeMode" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "suppressHighlighting" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "touchSoundDisabled" | "raised" | "iconStyle" | "activeOpacity" | "onHideUnderlay" | "onShowUnderlay" | "underlayColor" | "delayPressIn" | "delayPressOut" | "tvParallaxProperties" | "useForeground" | "Component" | "containerStyle" | "iconProps" | "reverseColor" | "disabledStyle" | "brand" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "ImageComponent" | "placeholderStyle" | "PlaceholderContent" | "childrenContainerStyle">> | React.ForwardRefExoticComponent<Partial<import("react-native-elements").IconProps> & Partial<import("react-native-elements").ImageProps> & {
|
|
8
|
-
underlayColor?: import("react-native").ColorValue;
|
|
9
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
10
|
-
} & Partial<import("react-native-elements").ThemeProps<import("react-native-elements").AccessoryProps>>>;
|
|
11
|
-
}) | (React.ForwardRefExoticComponent<import("react-native-elements").AvatarProps & Partial<import("react-native-elements").ThemeProps<import("react-native-elements").AvatarProps>>> & {
|
|
12
|
-
Accessory: React.FunctionComponent<Pick<Partial<import("react-native-elements").IconProps> & Partial<import("react-native-elements").ImageProps> & {
|
|
13
|
-
underlayColor?: import("react-native").ColorValue;
|
|
14
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
15
|
-
} & Partial<import("react-native-elements").ThemeProps<import("react-native-elements").AccessoryProps>>, "solid" | "type" | "name" | "source" | "style" | "hitSlop" | "onLayout" | "testID" | "nativeID" | "hasTVPreferredFocus" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "importantForAccessibility" | "accessibilityLiveRegion" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "reverse" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "width" | "height" | "size" | "color" | "backgroundColor" | "background" | "disabled" | "blurRadius" | "transitionDuration" | "transition" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "onBlur" | "onFocus" | "delayLongPress" | "pressRetentionOffset" | "allowFontScaling" | "ellipsizeMode" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "suppressHighlighting" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "touchSoundDisabled" | "raised" | "iconStyle" | "activeOpacity" | "onHideUnderlay" | "onShowUnderlay" | "underlayColor" | "delayPressIn" | "delayPressOut" | "tvParallaxProperties" | "useForeground" | "Component" | "containerStyle" | "iconProps" | "reverseColor" | "disabledStyle" | "brand" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "ImageComponent" | "placeholderStyle" | "PlaceholderContent" | "childrenContainerStyle">> | React.ForwardRefExoticComponent<Partial<import("react-native-elements").IconProps> & Partial<import("react-native-elements").ImageProps> & {
|
|
16
|
-
underlayColor?: import("react-native").ColorValue;
|
|
17
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
18
|
-
} & Partial<import("react-native-elements").ThemeProps<import("react-native-elements").AccessoryProps>>>;
|
|
19
|
-
})>>;
|
|
4
|
+
export declare const BaseAvatar: React.ForwardRefExoticComponent<Pick<AnyProps, string | number> & React.RefAttributes<Avatar>>;
|
|
20
5
|
declare const AvatarWithSettings: any;
|
|
21
6
|
export default AvatarWithSettings;
|
|
22
7
|
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,eAAO,MAAM,UAAU,gGAqBtB,CAAC;AAEF,QAAA,MAAM,kBAAkB,EAAE,GA6BZ,CAAC;AAIf,eAAe,kBAAkB,CAAC"}
|
|
@@ -7,7 +7,7 @@ interface ButtonVariantProps {
|
|
|
7
7
|
color?: string;
|
|
8
8
|
theme?: any;
|
|
9
9
|
}
|
|
10
|
-
type ButtonSize = 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
10
|
+
declare type ButtonSize = 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
11
11
|
export interface BaseButtonProps extends ViewProps, FontWeightProps<Theme>, FontSizeProps<Theme>, LayoutProps<Theme>, SpaceProps<Theme>, BackgroundColorProps<Theme>, BorderProps<Theme>, ButtonVariantProps {
|
|
12
12
|
disabled?: boolean;
|
|
13
13
|
loading?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,EAAgC,MAAM,gBAAgB,CAAC;AAE7F,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,SAAS,EAAQ,SAAS,EAAE,MAAM,cAAc,CAAC;AAExF,OAAO,EAAmB,oBAAoB,EAAU,WAAW,EAAE,aAAa,EAAE,eAAe,EAAU,WAAW,EAAS,UAAU,EAAyD,cAAc,EAAE,MAAM,eAAe,CAAC;AAK1O,UAAU,kBAAkB;IAC1B,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,cAAc,GAAG,qBAAqB,GAAG,OAAO,CAAC;IACnF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;CACb;AAED,aAAK,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAEpD,MAAM,WAAW,eAAgB,SAAQ,SAAS,EAAE,eAAe,CAAC,KAAK,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,KAAK,CAAC,EAAE,oBAAoB,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,EAAE,kBAAkB;IAC1M,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,cAAc,GAAG,qBAAqB,GAAG,OAAO,CAAC;IACnF,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,SAAS,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACjC;AAkHD,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAsDhD,CAAC;AAEF,QAAA,MAAM,kBAAkB;;;;;;;6BAIV,CAAC;AAEf,eAAe,kBAAkB,CAAC"}
|
|
@@ -7,7 +7,7 @@ interface GapProps {
|
|
|
7
7
|
rowGap?: ResponsiveValue<ThemeValue<'space', Theme>, Theme>;
|
|
8
8
|
columnGap?: ResponsiveValue<ThemeValue<'space', Theme>, Theme>;
|
|
9
9
|
}
|
|
10
|
-
export type BaseFlexboxProps = RNViewProps & BorderProps<Theme> & SSFlexboxProps<Theme> & LayoutProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme> & PositionProps<Theme> & GapProps;
|
|
10
|
+
export declare type BaseFlexboxProps = RNViewProps & BorderProps<Theme> & SSFlexboxProps<Theme> & LayoutProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme> & PositionProps<Theme> & GapProps;
|
|
11
11
|
export declare const BaseFlexbox: React.ComponentType<BaseFlexboxProps>;
|
|
12
12
|
declare const Flexbox: ComponentWithSettings<BaseFlexboxProps>;
|
|
13
13
|
export default Flexbox;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Flexbox/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAgB,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5E,OAAO,EAA+B,SAAS,IAAI,WAAW,EAAC,MAAM,cAAc,CAAC;AAEpF,OAAO,EAAqD,WAAW,EAAE,YAAY,IAAI,cAAc,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,EAAE,UAAU,EAAY,aAAa,EAAU,eAAe,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEnP,UAAU,QAAQ;IAChB,GAAG,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;IACzD,MAAM,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;IAC5D,SAAS,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;CAChE;AAED,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Flexbox/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAgB,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5E,OAAO,EAA+B,SAAS,IAAI,WAAW,EAAC,MAAM,cAAc,CAAC;AAEpF,OAAO,EAAqD,WAAW,EAAE,YAAY,IAAI,cAAc,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,EAAE,UAAU,EAAY,aAAa,EAAU,eAAe,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEnP,UAAU,QAAQ;IAChB,GAAG,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;IACzD,MAAM,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;IAC5D,SAAS,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC;CAChE;AAED,oBAAY,gBAAgB,GAAG,WAAW,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,eAAe,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,aAAa,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC;AAkBhN,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAa7D,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,qBAAqB,CAAC,gBAAgB,CAItC,CAAC;AAEhB,eAAe,OAAO,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { ComponentWithSettings, IconIdentifier, Theme } from '@evlop/commons';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
export type BaseIconProps =
|
|
3
|
+
import { TextColorProps } from 'styled-system';
|
|
4
|
+
export declare type BaseIconProps = {
|
|
5
5
|
icon?: IconIdentifier;
|
|
6
6
|
size?: number;
|
|
7
|
+
color?: TextColorProps<Theme>["color"];
|
|
7
8
|
flipOnRTL?: boolean;
|
|
8
9
|
onPress?: any;
|
|
9
10
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAe,cAAc,EAAE,KAAK,EAA0B,MAAM,gBAAgB,CAAC;AAEnH,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,oBAAY,aAAa,GAAG;IAAE,IAAI,CAAC,EAAE,cAAc,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC;IAAC,SAAS,CAAC,EAAC,OAAO,CAAC;IAAC,OAAO,CAAC,EAAE,GAAG,CAAA;CAAE,CAAA;AAyB/I,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAuBvD,CAAA;AAED,QAAA,MAAM,gBAAgB,EAAE,qBAAqB,CAAC,aAAa,CAiB/C,CAAC;AAEb,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NativeImage.d.ts","sourceRoot":"","sources":["../../../../src/Image/NativeImage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,WAAW,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEhE,
|
|
1
|
+
{"version":3,"file":"NativeImage.d.ts","sourceRoot":"","sources":["../../../../src/Image/NativeImage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,WAAW,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEhE,oBAAY,gBAAgB,GAAG,UAAU,CAAC;AAE1C,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NativeImage.native.d.ts","sourceRoot":"","sources":["../../../../src/Image/NativeImage.native.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,EAAE,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEtE,
|
|
1
|
+
{"version":3,"file":"NativeImage.native.d.ts","sourceRoot":"","sources":["../../../../src/Image/NativeImage.native.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,EAAE,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEtE,oBAAY,gBAAgB,GAAG,cAAc,CAAC;AAE9C,eAAe,WAAW,CAAC"}
|
|
@@ -18,15 +18,15 @@ declare const imageSizes: {
|
|
|
18
18
|
'3xl': number;
|
|
19
19
|
fluid: string;
|
|
20
20
|
};
|
|
21
|
-
type ImageSize = keyof (typeof imageSizes);
|
|
22
|
-
type StyledImageProps = NativeImageProps & BorderProps<Theme> & SpaceProps<Theme> & {
|
|
21
|
+
declare type ImageSize = keyof (typeof imageSizes);
|
|
22
|
+
declare type StyledImageProps = NativeImageProps & BorderProps<Theme> & SpaceProps<Theme> & {
|
|
23
23
|
width?: ImageSize | number;
|
|
24
24
|
height?: ImageSize | number;
|
|
25
25
|
minHeight?: ImageSize | number;
|
|
26
26
|
minWidth?: ImageSize | number;
|
|
27
27
|
aspectRatio?: string | number;
|
|
28
28
|
};
|
|
29
|
-
export type BaseImageProps = Partial<StyledImageProps> & {
|
|
29
|
+
export declare type BaseImageProps = Partial<StyledImageProps> & {
|
|
30
30
|
src?: string;
|
|
31
31
|
placeholder?: string;
|
|
32
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Image/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAA6B,MAAM,gBAAgB,CAAC;AAClE,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAU,WAAW,EAAiB,UAAU,EAAU,MAAM,eAAe,CAAC;AACvF,OAAoB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAE9D,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;CAef,CAAC;AAEF,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Image/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAA6B,MAAM,gBAAgB,CAAC;AAClE,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAU,WAAW,EAAiB,UAAU,EAAU,MAAM,eAAe,CAAC;AACvF,OAAoB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAE9D,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;CAef,CAAC;AAEF,aAAK,SAAS,GAAG,MAAM,CAAC,OAAO,UAAU,CAAC,CAAC;AAE3C,aAAK,gBAAgB,GAAG,gBAAgB,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG;IAClF,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC/B,QAAQ,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC/B,CAAA;AA2CD,oBAAY,cAAc,GAAG,OAAO,CAAC,gBAAgB,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAC/F,eAAO,MAAM,SAAS;UAD2C,MAAM;kBAAgB,MAAM;6BAsB5F,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAqDzC,CAAC;AAEd,eAAe,KAAK,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentWithSettings, Theme } from '@evlop/commons';
|
|
2
2
|
import { ImageBackgroundProps as RNImageBackgroundProps } from 'react-native';
|
|
3
3
|
import { BackgroundProps, BorderProps, ColorProps, FlexProps, LayoutProps, OpacityProps, SpaceProps } from 'styled-system';
|
|
4
|
-
export type StyledImageBackgroundProps = RNImageBackgroundProps & FlexProps<Theme> & BorderProps<Theme> & LayoutProps<Theme> & OpacityProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme>;
|
|
5
|
-
export type BaseImageBackgroundProps = StyledImageBackgroundProps & {
|
|
4
|
+
export declare type StyledImageBackgroundProps = RNImageBackgroundProps & FlexProps<Theme> & BorderProps<Theme> & LayoutProps<Theme> & OpacityProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme>;
|
|
5
|
+
export declare type BaseImageBackgroundProps = StyledImageBackgroundProps & {
|
|
6
6
|
src?: string;
|
|
7
7
|
placeholder?: string;
|
|
8
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ImageBackground/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,KAAK,EAA6B,MAAM,gBAAgB,CAAC;AAGzF,OAAO,EAAoD,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEhI,OAAO,EACO,eAAe,EACnB,WAAW,EACZ,UAAU,EACX,SAAS,EACP,WAAW,EACV,YAAY,EACd,UAAU,EAElB,MAAM,eAAe,CAAC;AAWvB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ImageBackground/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,KAAK,EAA6B,MAAM,gBAAgB,CAAC;AAGzF,OAAO,EAAoD,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEhI,OAAO,EACO,eAAe,EACnB,WAAW,EACZ,UAAU,EACX,SAAS,EACP,WAAW,EACV,YAAY,EACd,UAAU,EAElB,MAAM,eAAe,CAAC;AAWvB,oBAAY,0BAA0B,GAAG,sBAAsB,GAAG,SAAS,CAAC,KAAK,CAAC,GAC9E,WAAW,CAAC,KAAK,CAAC,GAClB,WAAW,CAAC,KAAK,CAAC,GAClB,YAAY,CAAC,KAAK,CAAC,GACnB,UAAU,CAAC,KAAK,CAAC,GACjB,eAAe,CAAC,KAAK,CAAC,GACtB,UAAU,CAAC,KAAK,CAAC,CAAE;AAmBvB,oBAAY,wBAAwB,GAAG,0BAA0B,GAAG;IAClE,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAA;AAGD,eAAO,MAAM,mBAAmB,EAAE,qBAAqB,CAAC,wBAAwB,CAoB/E,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAAqB,CAAC,wBAAwB,CAErD,CAAC;AAExB,eAAe,eAAe,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
declare function RenderBlocksAsScrollview({ items }: {
|
|
3
3
|
items: any;
|
|
4
|
-
}):
|
|
4
|
+
}): JSX.Element;
|
|
5
5
|
export default RenderBlocksAsScrollview;
|
|
6
6
|
//# sourceMappingURL=RenderBlocksAsScrollView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenderBlocksAsScrollView.d.ts","sourceRoot":"","sources":["../../../../src/RenderBlocks/RenderBlocksAsScrollView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RenderBlocksAsScrollView.d.ts","sourceRoot":"","sources":["../../../../src/RenderBlocks/RenderBlocksAsScrollView.tsx"],"names":[],"mappings":";AAcA,iBAAS,wBAAwB,CAAC,EAAC,KAAK,EAAC;;CAAA,eAQxC;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
declare function RenderBlocksAsVirtualizedList({ items, onEndReached, animatedScrollPostion }: {
|
|
3
3
|
items: any;
|
|
4
4
|
onEndReached: any;
|
|
5
5
|
animatedScrollPostion: any;
|
|
6
|
-
}):
|
|
6
|
+
}): JSX.Element;
|
|
7
7
|
export default RenderBlocksAsVirtualizedList;
|
|
8
8
|
//# sourceMappingURL=RenderBlocksAsVirtualizedList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenderBlocksAsVirtualizedList.d.ts","sourceRoot":"","sources":["../../../../src/RenderBlocks/RenderBlocksAsVirtualizedList.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RenderBlocksAsVirtualizedList.d.ts","sourceRoot":"","sources":["../../../../src/RenderBlocks/RenderBlocksAsVirtualizedList.tsx"],"names":[],"mappings":";AAqCA,iBAAS,6BAA6B,CAAC,EAAC,KAAK,EAAE,YAAY,EAAE,qBAAqB,EAAC;;;;CAAA,eA4ClF;AAMD,eAAe,6BAA6B,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
export declare const RenderBlocks: ({ blocks, disableScrollview, animatedScrollPostion }: {
|
|
3
3
|
blocks: any;
|
|
4
4
|
disableScrollview?: boolean;
|
|
5
5
|
animatedScrollPostion: any;
|
|
6
|
-
}) =>
|
|
6
|
+
}) => JSX.Element;
|
|
7
7
|
export default RenderBlocks;
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/RenderBlocks/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/RenderBlocks/index.tsx"],"names":[],"mappings":";AA0CA,eAAO,MAAM,YAAY;;;;iBA+ExB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -8,7 +8,7 @@ export declare const RenderComponent: ({ insideScrollview, dataModel, model, typ
|
|
|
8
8
|
uuid?: any;
|
|
9
9
|
data: any;
|
|
10
10
|
children?: any;
|
|
11
|
-
}) =>
|
|
11
|
+
}) => JSX.Element;
|
|
12
12
|
export declare const Component: React.MemoExoticComponent<({ insideScrollview, dataModel, model, type, componentId, uuid, data: layoutComponentData, children }: {
|
|
13
13
|
insideScrollview?: boolean;
|
|
14
14
|
dataModel?: any;
|
|
@@ -18,6 +18,6 @@ export declare const Component: React.MemoExoticComponent<({ insideScrollview, d
|
|
|
18
18
|
uuid?: any;
|
|
19
19
|
data: any;
|
|
20
20
|
children?: any;
|
|
21
|
-
}) =>
|
|
21
|
+
}) => JSX.Element>;
|
|
22
22
|
export default Component;
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/RenderComponent/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAO1D,eAAO,MAAM,eAAe;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/RenderComponent/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAO1D,eAAO,MAAM,eAAe;;;;;;;;;iBAwE3B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;kBAA8B,CAAC;AAErD,eAAe,SAAS,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
declare function DynamicLayout({ layout, children }: {
|
|
3
3
|
layout: any;
|
|
4
4
|
children: any;
|
|
5
|
-
}):
|
|
5
|
+
}): JSX.Element;
|
|
6
6
|
export default DynamicLayout;
|
|
7
7
|
//# sourceMappingURL=DynamicLayout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicLayout.d.ts","sourceRoot":"","sources":["../../../../src/RenderPage/DynamicLayout.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DynamicLayout.d.ts","sourceRoot":"","sources":["../../../../src/RenderPage/DynamicLayout.tsx"],"names":[],"mappings":";AAGA,iBAAS,aAAa,CAAC,EAAC,MAAM,EAAE,QAAQ,EAAC;;;CAAA,eAMxC;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenderPageBody.d.ts","sourceRoot":"","sources":["../../../../src/RenderPage/RenderPageBody.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RenderPageBody.d.ts","sourceRoot":"","sources":["../../../../src/RenderPage/RenderPageBody.tsx"],"names":[],"mappings":";AAKA,QAAA,MAAM,cAAc;;iBA0CnB,CAAA;AAED,eAAe,cAAc,CAAC"}
|