amotify 0.0.8 → 0.0.9
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/@types/_.d.ts → @types/_.tsx} +3 -3
- package/{src/@types → @types}/amot.tsx +0 -1
- package/{src/@types → @types}/fn.tsx +1 -2
- package/{src/@types → @types}/index.tsx +1 -5
- package/{src/@types → @types}/jsminAmotifyExtension.tsx +1 -2
- package/dist/amotify.js +1 -0
- package/dist/amotify.min.css +24 -0
- package/package.json +4 -9
- package/src/{Atoms/@export.tsx → @atoms.tsx} +3 -3
- package/src/@functions.tsx +29 -0
- package/src/{Global/@export.tsx → @global.tsx} +2 -2
- package/src/@jsminAmotifyExtension/formCollect.tsx +1 -1
- package/src/{Molecules/@export.tsx → @molecules.tsx} +4 -4
- package/src/@organisms.tsx +5 -0
- package/src/@styles/UniStyling.scss +1 -1
- package/src/@styles/init.scss +1 -1
- package/src/@styles/styleSet.scss +1 -1
- package/src/{Templates/@export.tsx → @templates.tsx} +1 -1
- package/src/{Atoms → atoms}/FAIcon/style.module.scss +1 -2
- package/src/{Atoms → atoms}/Logo/parts.tsx +1 -2
- package/src/{Atoms → atoms}/Logo/style.module.scss +1 -2
- package/src/{Atoms → atoms}/Various/parts.tsx +1 -1
- package/src/{Atoms → atoms}/Various/style.module.scss +3 -2
- package/src/{Functions → functions}/Button/_.tsx +1 -1
- package/src/{Functions → functions}/Button/style.module.scss +3 -2
- package/src/{Functions → functions}/Cropper/parts.tsx +4 -4
- package/src/{Functions → functions}/Cropper/style.module.scss +1 -1
- package/src/{Functions → functions}/Effects/Fade.tsx +2 -2
- package/src/{Functions → functions}/Effects/style.module.scss +1 -1
- package/src/{Functions → functions}/Input/Chips/Selector.tsx +4 -5
- package/src/{Functions → functions}/Input/Chips/_.tsx +3 -7
- package/src/functions/Input/Chips/style.module.scss +6 -0
- package/src/{Functions → functions}/Input/DigitCharacters.tsx +3 -3
- package/src/{Functions → functions}/Input/File/_.tsx +4 -4
- package/src/{Functions → functions}/Input/File/style.module.scss +1 -1
- package/src/{Functions → functions}/Input/List/_.tsx +3 -3
- package/src/{Functions → functions}/Input/List/style.module.scss +1 -1
- package/src/{Functions → functions}/Input/Segmented/_.tsx +1 -1
- package/src/{Functions → functions}/Input/Segmented/style.module.scss +2 -2
- package/src/{Functions → functions}/Input/Select/_.tsx +3 -3
- package/src/{Functions → functions}/Input/Select/style.module.scss +1 -1
- package/src/{Functions → functions}/Input/Slider/_.tsx +3 -3
- package/src/{Functions → functions}/Input/Slider/style.module.scss +2 -2
- package/src/{Functions → functions}/Input/Switch/_.tsx +4 -4
- package/src/{Functions → functions}/Input/Switch/style.module.scss +1 -1
- package/src/{Functions → functions}/Input/Text.tsx +2 -2
- package/src/{Functions → functions}/Input/TextArea.tsx +1 -1
- package/src/{Functions → functions}/Input/Time/Picker.tsx +4 -4
- package/src/{Functions → functions}/Input/Time/_.tsx +3 -3
- package/src/{Functions → functions}/Input/Time/style.module.scss +1 -1
- package/src/{Functions → functions}/Input/_.tsx +4 -4
- package/src/{Functions → functions}/Input/core.tsx +4 -4
- package/src/{Functions → functions}/Input/style.module.scss +1 -1
- package/src/{Functions → functions}/Inputs/style.module.scss +1 -1
- package/src/{Functions → functions}/Inputs/text.tsx +4 -17
- package/src/functions/Inputs/types.d.ts +13 -0
- package/src/{Functions → functions}/Layout/PageNotFound.tsx +4 -6
- package/src/{Functions → functions}/Layout/PageRouter.tsx +2 -2
- package/src/{Functions → functions}/Layout/PageViewController/parts.tsx +4 -2
- package/src/{Functions → functions}/Layout/Plate.tsx +1 -1
- package/src/{Functions → functions}/Layout/RootViewController/parts.tsx +6 -8
- package/src/{Functions → functions}/Layout/RootViewController/style.module.scss +1 -1
- package/src/{Functions → functions}/Layout/SwipeView/parts.tsx +2 -3
- package/src/{Functions → functions}/Layout/SwipeView/style.module.scss +1 -1
- package/src/{Functions → functions}/Layout/TabBar.tsx +4 -4
- package/src/{Functions → functions}/Loader/corner.tsx +3 -3
- package/src/{Functions → functions}/Loader/mini.tsx +2 -2
- package/src/{Functions → functions}/Loader/parts.tsx +1 -1
- package/src/{Functions → functions}/Loader/style.module.scss +1 -1
- package/src/{Functions → functions}/Loader/top.tsx +3 -3
- package/src/{Functions → functions}/Sheet/parts.tsx +4 -4
- package/src/{Functions → functions}/Sheet/style.module.scss +1 -1
- package/src/{Functions → functions}/SnackBar/parts.tsx +4 -4
- package/src/{Functions → functions}/SnackBar/style.module.scss +1 -1
- package/src/{Functions → functions}/Table/Data/parts.tsx +4 -4
- package/src/{Functions → functions}/Table/Drag/parts.tsx +3 -3
- package/src/{Functions → functions}/Table/Normal/parts.tsx +1 -2
- package/src/{Functions → functions}/Table/_.tsx +3 -4
- package/src/{Functions → functions}/Table/style.module.scss +3 -2
- package/src/{Functions → functions}/Tooltips/parts.tsx +2 -2
- package/src/{Global → global}/styleConverter.tsx +1 -5
- package/src/launch.tsx +8 -8
- package/src/{Molecules → molecules}/Accordion/parts.tsx +2 -2
- package/src/{Molecules → molecules}/Accordion/style.module.scss +1 -1
- package/src/{Molecules → molecules}/LinkifyText/parts.tsx +2 -2
- package/src/{Molecules → molecules}/List.tsx +1 -1
- package/src/{Organisms → organisms}/DisplayStyleInput/darkmode.tsx +4 -4
- package/src/{Organisms → organisms}/DisplayStyleInput/themeColor.tsx +4 -4
- package/src/{Templates → templates}/PlayGround/parts.tsx +26 -40
- package/src/{Templates → templates}/PlayGround/style.module.scss +1 -1
- package/tsconfig.json +19 -5
- package/webpack.config.js +13 -2
- package/dist/@jsminAmotifyExtension/_.d.ts +0 -4
- package/dist/@jsminAmotifyExtension/_.js +0 -6
- package/dist/@jsminAmotifyExtension/fetch.d.ts +0 -9
- package/dist/@jsminAmotifyExtension/fetch.js +0 -199
- package/dist/@jsminAmotifyExtension/formCollect.d.ts +0 -1
- package/dist/@jsminAmotifyExtension/formCollect.js +0 -137
- package/dist/@jsminAmotifyExtension/spreadSheet.d.ts +0 -4
- package/dist/@jsminAmotifyExtension/spreadSheet.js +0 -314
- package/dist/@jsminAmotifyExtension/variables.d.ts +0 -0
- package/dist/@jsminAmotifyExtension/variables.js +0 -186
- package/dist/@types/_.js +0 -8
- package/dist/@types/amot.d.ts +0 -260
- package/dist/@types/amot.js +0 -2
- package/dist/@types/fn.d.ts +0 -1040
- package/dist/@types/fn.js +0 -2
- package/dist/@types/index.d.ts +0 -62
- package/dist/@types/index.js +0 -2
- package/dist/@types/jsminAmotifyExtension.d.ts +0 -134
- package/dist/@types/jsminAmotifyExtension.js +0 -2
- package/dist/@types/module.d.ts +0 -2
- package/dist/@types/module.js +0 -1
- package/dist/@types/state.d.ts +0 -145
- package/dist/@types/state.js +0 -2
- package/dist/Atoms/@export.d.ts +0 -4
- package/dist/Atoms/@export.js +0 -16
- package/dist/Atoms/FAIcon/parts.d.ts +0 -2
- package/dist/Atoms/FAIcon/parts.js +0 -152
- package/dist/Atoms/Logo/parts.d.ts +0 -1
- package/dist/Atoms/Logo/parts.js +0 -154
- package/dist/Atoms/Various/parts.d.ts +0 -9
- package/dist/Atoms/Various/parts.js +0 -113
- package/dist/Functions/@export.d.ts +0 -12
- package/dist/Functions/@export.js +0 -25
- package/dist/Functions/Button/_.d.ts +0 -1
- package/dist/Functions/Button/_.js +0 -270
- package/dist/Functions/Cropper/parts.d.ts +0 -1
- package/dist/Functions/Cropper/parts.js +0 -783
- package/dist/Functions/Effects/Fade.d.ts +0 -1
- package/dist/Functions/Effects/Fade.js +0 -82
- package/dist/Functions/Effects/Ripple.d.ts +0 -1
- package/dist/Functions/Effects/Ripple.js +0 -107
- package/dist/Functions/Effects/_.d.ts +0 -3
- package/dist/Functions/Effects/_.js +0 -43
- package/dist/Functions/Input/Chips/Selector.d.ts +0 -1
- package/dist/Functions/Input/Chips/Selector.js +0 -356
- package/dist/Functions/Input/Chips/_.d.ts +0 -2
- package/dist/Functions/Input/Chips/_.js +0 -218
- package/dist/Functions/Input/DigitCharacters.d.ts +0 -1
- package/dist/Functions/Input/DigitCharacters.js +0 -178
- package/dist/Functions/Input/File/_.d.ts +0 -2
- package/dist/Functions/Input/File/_.js +0 -458
- package/dist/Functions/Input/Hidden.d.ts +0 -1
- package/dist/Functions/Input/Hidden.js +0 -30
- package/dist/Functions/Input/List/_.d.ts +0 -1
- package/dist/Functions/Input/List/_.js +0 -232
- package/dist/Functions/Input/Segmented/_.d.ts +0 -1
- package/dist/Functions/Input/Segmented/_.js +0 -111
- package/dist/Functions/Input/Select/_.d.ts +0 -1
- package/dist/Functions/Input/Select/_.js +0 -154
- package/dist/Functions/Input/Slider/_.d.ts +0 -1
- package/dist/Functions/Input/Slider/_.js +0 -308
- package/dist/Functions/Input/Switch/_.d.ts +0 -1
- package/dist/Functions/Input/Switch/_.js +0 -120
- package/dist/Functions/Input/Text.d.ts +0 -5
- package/dist/Functions/Input/Text.js +0 -340
- package/dist/Functions/Input/TextArea.d.ts +0 -1
- package/dist/Functions/Input/TextArea.js +0 -98
- package/dist/Functions/Input/Time/Picker.d.ts +0 -1
- package/dist/Functions/Input/Time/Picker.js +0 -581
- package/dist/Functions/Input/Time/_.d.ts +0 -2
- package/dist/Functions/Input/Time/_.js +0 -567
- package/dist/Functions/Input/_.d.ts +0 -5
- package/dist/Functions/Input/_.js +0 -446
- package/dist/Functions/Input/core.d.ts +0 -34
- package/dist/Functions/Input/core.js +0 -324
- package/dist/Functions/Inputs/_.d.ts +0 -3
- package/dist/Functions/Inputs/_.js +0 -7
- package/dist/Functions/Inputs/text.d.ts +0 -12
- package/dist/Functions/Inputs/text.js +0 -46
- package/dist/Functions/Layout/PageNotFound.d.ts +0 -1
- package/dist/Functions/Layout/PageNotFound.js +0 -30
- package/dist/Functions/Layout/PageRouter.d.ts +0 -2
- package/dist/Functions/Layout/PageRouter.js +0 -65
- package/dist/Functions/Layout/PageViewController/parts.d.ts +0 -1
- package/dist/Functions/Layout/PageViewController/parts.js +0 -31
- package/dist/Functions/Layout/Plate.d.ts +0 -1
- package/dist/Functions/Layout/Plate.js +0 -39
- package/dist/Functions/Layout/RootViewController/parts.d.ts +0 -1
- package/dist/Functions/Layout/RootViewController/parts.js +0 -202
- package/dist/Functions/Layout/SwipeView/parts.d.ts +0 -2
- package/dist/Functions/Layout/SwipeView/parts.js +0 -319
- package/dist/Functions/Layout/TabBar.d.ts +0 -1
- package/dist/Functions/Layout/TabBar.js +0 -49
- package/dist/Functions/Layout/_.d.ts +0 -2
- package/dist/Functions/Layout/_.js +0 -20
- package/dist/Functions/Loader/corner.d.ts +0 -1
- package/dist/Functions/Loader/corner.js +0 -59
- package/dist/Functions/Loader/mini.d.ts +0 -33
- package/dist/Functions/Loader/mini.js +0 -126
- package/dist/Functions/Loader/parts.d.ts +0 -3
- package/dist/Functions/Loader/parts.js +0 -108
- package/dist/Functions/Loader/top.d.ts +0 -1
- package/dist/Functions/Loader/top.js +0 -69
- package/dist/Functions/Sheet/parts.d.ts +0 -2
- package/dist/Functions/Sheet/parts.js +0 -724
- package/dist/Functions/SnackBar/parts.d.ts +0 -2
- package/dist/Functions/SnackBar/parts.js +0 -171
- package/dist/Functions/Table/Data/parts.d.ts +0 -3
- package/dist/Functions/Table/Data/parts.js +0 -629
- package/dist/Functions/Table/Drag/parts.d.ts +0 -1
- package/dist/Functions/Table/Drag/parts.js +0 -359
- package/dist/Functions/Table/Normal/parts.d.ts +0 -1
- package/dist/Functions/Table/Normal/parts.js +0 -92
- package/dist/Functions/Table/_.d.ts +0 -9
- package/dist/Functions/Table/_.js +0 -153
- package/dist/Functions/Tooltips/parts.d.ts +0 -2
- package/dist/Functions/Tooltips/parts.js +0 -71
- package/dist/Global/@export.d.ts +0 -12
- package/dist/Global/@export.js +0 -198
- package/dist/Global/LaunchReactApplication.d.ts +0 -1
- package/dist/Global/LaunchReactApplication.js +0 -48
- package/dist/Global/styleConverter.d.ts +0 -2
- package/dist/Global/styleConverter.js +0 -349
- package/dist/Molecules/@export.d.ts +0 -21
- package/dist/Molecules/@export.js +0 -41
- package/dist/Molecules/Accordion/parts.d.ts +0 -2
- package/dist/Molecules/Accordion/parts.js +0 -165
- package/dist/Molecules/LinkifyText/parts.d.ts +0 -1
- package/dist/Molecules/LinkifyText/parts.js +0 -39
- package/dist/Molecules/List.d.ts +0 -1
- package/dist/Molecules/List.js +0 -35
- package/dist/Organisms/@export.d.ts +0 -2
- package/dist/Organisms/@export.js +0 -5
- package/dist/Organisms/DisplayStyleInput/_.d.ts +0 -1
- package/dist/Organisms/DisplayStyleInput/_.js +0 -15
- package/dist/Organisms/DisplayStyleInput/darkmode.d.ts +0 -1
- package/dist/Organisms/DisplayStyleInput/darkmode.js +0 -77
- package/dist/Organisms/DisplayStyleInput/themeColor.d.ts +0 -27
- package/dist/Organisms/DisplayStyleInput/themeColor.js +0 -185
- package/dist/Templates/@export.d.ts +0 -2
- package/dist/Templates/@export.js +0 -5
- package/dist/Templates/PlayGround/parts.d.ts +0 -1
- package/dist/Templates/PlayGround/parts.js +0 -55
- package/dist/config.d.ts +0 -16
- package/dist/config.js +0 -171
- package/dist/launch.d.ts +0 -9
- package/dist/launch.js +0 -46
- package/dist/preload.d.ts +0 -1
- package/dist/preload.js +0 -73
- package/public/amotify.js +0 -310
- package/public/amotify.min.css +0 -12724
- package/src/@types/_.tsx +0 -6
- package/src/Functions/@export.tsx +0 -29
- package/src/Functions/Input/Chips/style.module.scss +0 -6
- package/src/Functions/Inputs/types.d.ts +0 -1
- package/src/Global/exe.tsx +0 -0
- package/src/Organisms/@export.tsx +0 -5
- package/src/index.js +0 -0
- /package/{src/@types → @types}/module.tsx +0 -0
- /package/{src/@types → @types}/state.tsx +0 -0
- /package/src/{Atoms → atoms}/FAIcon/parts.tsx +0 -0
- /package/src/{Functions → functions}/Effects/Ripple.tsx +0 -0
- /package/src/{Functions → functions}/Effects/_.tsx +0 -0
- /package/src/{Functions → functions}/Input/Hidden.tsx +0 -0
- /package/src/{Functions → functions}/Inputs/_.tsx +0 -0
- /package/src/{Functions → functions}/Layout/_.tsx +0 -0
- /package/src/{Global → global}/LaunchReactApplication.tsx +0 -0
- /package/src/{Organisms → organisms}/DisplayStyleInput/_.tsx +0 -0
package/package.json
CHANGED
|
@@ -1,21 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "amotify",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "UI Component for React",
|
|
5
5
|
"main": "dist/launch.js",
|
|
6
6
|
"types": "dist/@types.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"clean
|
|
9
|
-
"clean-dist": "rimraf dist",
|
|
8
|
+
"clean": "rimraf dist",
|
|
10
9
|
"devCDN:webpack": "webpack --mode development --watch",
|
|
11
10
|
"devCDN:server": "nodemon app.js --ignore public --ignore package.json --ignore src --ignore webpack.config.js --ignore tsconfig.json",
|
|
12
11
|
"proCDN:webpack": "webpack --mode production",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"build": "run-p clean-dist allBuild:*",
|
|
16
|
-
"build-types": "run-p clean-dist typesBuild:*",
|
|
17
|
-
"server": "run-p clean-cdn devCDN:*",
|
|
18
|
-
"cdn": "run-p clean-cdn proCDN:*"
|
|
12
|
+
"start": "run-p clean devCDN:*",
|
|
13
|
+
"build": "run-p clean proCDN:*"
|
|
19
14
|
},
|
|
20
15
|
"repository": {
|
|
21
16
|
"type": "git",
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
Grid,
|
|
8
8
|
Paragraph,
|
|
9
9
|
Placeholder
|
|
10
|
-
} from './Various/parts';
|
|
10
|
+
} from './atoms/Various/parts';
|
|
11
11
|
|
|
12
|
-
import { FAIcon } from './FAIcon/parts';
|
|
12
|
+
import { FAIcon } from './atoms/FAIcon/parts';
|
|
13
13
|
|
|
14
|
-
import { Logo } from './Logo/parts';
|
|
14
|
+
import { Logo } from './atoms/Logo/parts';
|
|
15
15
|
|
|
16
16
|
export {
|
|
17
17
|
Flex,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Effects
|
|
3
|
+
} from './functions/Effects/_';
|
|
4
|
+
|
|
5
|
+
import { Buttons } from './functions/Button/_';
|
|
6
|
+
import { Input } from './functions/Input/_';
|
|
7
|
+
import { Inputs } from './functions/Inputs/_';
|
|
8
|
+
import { Layout } from './functions/Layout/_';
|
|
9
|
+
import { Table } from './functions/Table/_';
|
|
10
|
+
import { Sheet } from './functions/Sheet/parts';
|
|
11
|
+
import { SnackBar } from './functions/SnackBar/parts';
|
|
12
|
+
import { Loader } from './functions/Loader/parts';
|
|
13
|
+
import { Tooltips } from './functions/Tooltips/parts';
|
|
14
|
+
|
|
15
|
+
import { Cropper } from './functions/Cropper/parts';
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
Buttons,
|
|
19
|
+
Input,
|
|
20
|
+
Inputs,
|
|
21
|
+
Table,
|
|
22
|
+
Layout,
|
|
23
|
+
Sheet,
|
|
24
|
+
SnackBar,
|
|
25
|
+
Loader,
|
|
26
|
+
Tooltips,
|
|
27
|
+
Effects,
|
|
28
|
+
Cropper,
|
|
29
|
+
}
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import * as ReactDom from 'react-dom';
|
|
3
3
|
import * as ReactRouterDom from 'react-router-dom';
|
|
4
4
|
|
|
5
|
-
import { LaunchReactApplication } from './LaunchReactApplication';
|
|
5
|
+
import { LaunchReactApplication } from './global/LaunchReactApplication';
|
|
6
6
|
|
|
7
7
|
const Inmemory: {
|
|
8
8
|
[ key: string ]: {
|
|
@@ -119,7 +119,7 @@ const pageTransit: amotify.glob.PageTransitParams = {
|
|
|
119
119
|
import {
|
|
120
120
|
ReadStyleSet,
|
|
121
121
|
ToClassName
|
|
122
|
-
} from './styleConverter';
|
|
122
|
+
} from './global/styleConverter';
|
|
123
123
|
|
|
124
124
|
const StyleConverter = {
|
|
125
125
|
ReadStyleSet,
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
Span,
|
|
3
3
|
Box,
|
|
4
4
|
Flex
|
|
5
|
-
} from '
|
|
6
|
-
import { List } from './List';
|
|
7
|
-
import { Accordion } from './Accordion/parts';
|
|
8
|
-
import { LinkifyText } from './LinkifyText/parts';
|
|
5
|
+
} from '@atoms';
|
|
6
|
+
import { List } from './molecules/List';
|
|
7
|
+
import { Accordion } from './molecules/Accordion/parts';
|
|
8
|
+
import { LinkifyText } from './molecules/LinkifyText/parts';
|
|
9
9
|
|
|
10
10
|
const Text = {
|
|
11
11
|
Title: ( params: amotify.atoms.BoxInput ) => ( <Box
|
package/src/@styles/init.scss
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useStore
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
import {
|
|
5
5
|
Box,
|
|
6
6
|
Flex,
|
|
7
7
|
FAIcon
|
|
8
|
-
} from '
|
|
8
|
+
} from '@atoms';
|
|
9
9
|
import {
|
|
10
10
|
Column,
|
|
11
11
|
Row,
|
|
12
12
|
Text
|
|
13
|
-
} from '
|
|
13
|
+
} from '@mols';
|
|
14
14
|
|
|
15
15
|
import {
|
|
16
16
|
Buttons,
|
|
17
17
|
Input,
|
|
18
18
|
Sheet,
|
|
19
19
|
Loader
|
|
20
|
-
} from '
|
|
20
|
+
} from '@fn';
|
|
21
21
|
|
|
22
22
|
const {
|
|
23
23
|
useState,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
|
-
useRecycle,
|
|
3
2
|
useStore,
|
|
4
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
5
4
|
const {
|
|
6
5
|
useEffect,
|
|
7
6
|
useState
|
|
@@ -11,18 +10,18 @@ import {
|
|
|
11
10
|
Flex,
|
|
12
11
|
FAIcon,
|
|
13
12
|
Span
|
|
14
|
-
} from '
|
|
13
|
+
} from '@atoms';
|
|
15
14
|
import {
|
|
16
15
|
Column,
|
|
17
16
|
Row,
|
|
18
17
|
Text
|
|
19
|
-
} from '
|
|
18
|
+
} from '@mols';
|
|
20
19
|
import {
|
|
21
20
|
Input,
|
|
22
21
|
Buttons,
|
|
23
22
|
Loader,
|
|
24
23
|
Sheet
|
|
25
|
-
} from '
|
|
24
|
+
} from '@fn';
|
|
26
25
|
|
|
27
26
|
import style from './style.module.scss';
|
|
28
27
|
|
|
@@ -1,25 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useRecycle,
|
|
3
|
-
useStore
|
|
4
|
-
} from '~/Global/@export';
|
|
5
1
|
const {
|
|
6
2
|
useEffect,
|
|
7
3
|
useState
|
|
8
4
|
} = React;
|
|
9
5
|
import {
|
|
10
6
|
FAIcon
|
|
11
|
-
} from '
|
|
7
|
+
} from '@atoms';
|
|
12
8
|
import {
|
|
13
9
|
Column,
|
|
14
10
|
Row,
|
|
15
11
|
Text
|
|
16
|
-
} from '
|
|
12
|
+
} from '@mols';
|
|
17
13
|
import {
|
|
18
14
|
Input,
|
|
19
15
|
Buttons,
|
|
20
16
|
Loader,
|
|
21
17
|
Sheet
|
|
22
|
-
} from '
|
|
18
|
+
} from '@fn';
|
|
23
19
|
|
|
24
20
|
import {
|
|
25
21
|
BoxWrapper,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
React
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
const {
|
|
5
5
|
useState
|
|
6
6
|
} = React;
|
|
7
7
|
|
|
8
8
|
import {
|
|
9
9
|
Flex
|
|
10
|
-
} from '
|
|
10
|
+
} from '@atoms';
|
|
11
11
|
import {
|
|
12
12
|
Input
|
|
13
|
-
} from '
|
|
13
|
+
} from '@fn';
|
|
14
14
|
import {
|
|
15
15
|
BoxWrapper,
|
|
16
16
|
SubmitForm,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useStore
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
const {
|
|
5
5
|
useEffect,
|
|
6
6
|
useState
|
|
@@ -9,17 +9,17 @@ import {
|
|
|
9
9
|
Box,
|
|
10
10
|
Flex,
|
|
11
11
|
FAIcon
|
|
12
|
-
} from '
|
|
12
|
+
} from '@atoms';
|
|
13
13
|
import {
|
|
14
14
|
Column,
|
|
15
15
|
Row,
|
|
16
16
|
Text
|
|
17
|
-
} from '
|
|
17
|
+
} from '@mols';
|
|
18
18
|
import {
|
|
19
19
|
Input,
|
|
20
20
|
Buttons,
|
|
21
21
|
SnackBar
|
|
22
|
-
} from '
|
|
22
|
+
} from '@fn';
|
|
23
23
|
|
|
24
24
|
import {
|
|
25
25
|
BoxWrapper,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
React
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
const {
|
|
5
5
|
useState
|
|
6
6
|
} = React;
|
|
@@ -9,11 +9,11 @@ import {
|
|
|
9
9
|
Box,
|
|
10
10
|
Flex,
|
|
11
11
|
FAIcon
|
|
12
|
-
} from '
|
|
12
|
+
} from '@atoms';
|
|
13
13
|
import {
|
|
14
14
|
Input,
|
|
15
15
|
Buttons
|
|
16
|
-
} from '
|
|
16
|
+
} from '@fn';
|
|
17
17
|
import {
|
|
18
18
|
BoxWrapper,
|
|
19
19
|
CommonEffects,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
React,
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
const {
|
|
5
5
|
useState
|
|
6
6
|
} = React;
|
|
7
7
|
|
|
8
8
|
import {
|
|
9
9
|
Box
|
|
10
|
-
} from '
|
|
10
|
+
} from '@atoms';
|
|
11
11
|
import {
|
|
12
12
|
BoxWrapper,
|
|
13
13
|
SubmitForm,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from '../core';
|
|
17
17
|
import {
|
|
18
18
|
Buttons
|
|
19
|
-
} from '
|
|
19
|
+
} from '@fn';
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
import style from './style.module.scss';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useStore
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
import {
|
|
5
5
|
Box,
|
|
6
6
|
Flex,
|
|
7
|
-
} from '
|
|
7
|
+
} from '@atoms';
|
|
8
8
|
import {
|
|
9
9
|
Input,
|
|
10
10
|
Buttons
|
|
11
|
-
} from '
|
|
11
|
+
} from '@fn';
|
|
12
12
|
|
|
13
13
|
import {
|
|
14
14
|
BoxWrapper,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
React
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
import {
|
|
5
5
|
Box,
|
|
6
6
|
FAIcon
|
|
7
|
-
} from '
|
|
7
|
+
} from '@atoms';
|
|
8
8
|
import {
|
|
9
9
|
Row
|
|
10
|
-
} from '
|
|
10
|
+
} from '@mols';
|
|
11
11
|
import {
|
|
12
12
|
Buttons
|
|
13
|
-
} from '
|
|
13
|
+
} from '@fn';
|
|
14
14
|
import {
|
|
15
15
|
BoxWrapper,
|
|
16
16
|
SubmitForm,
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
React
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
import {
|
|
5
5
|
Grid,
|
|
6
6
|
Box,
|
|
7
7
|
Flex,
|
|
8
8
|
FAIcon
|
|
9
|
-
} from '
|
|
9
|
+
} from '@atoms';
|
|
10
10
|
import {
|
|
11
11
|
Column,
|
|
12
12
|
Row,
|
|
13
13
|
Text
|
|
14
|
-
} from '
|
|
14
|
+
} from '@mols';
|
|
15
15
|
import {
|
|
16
16
|
Buttons,
|
|
17
17
|
Input,
|
|
18
18
|
Tooltips
|
|
19
|
-
} from '
|
|
19
|
+
} from '@fn';
|
|
20
20
|
const {
|
|
21
21
|
useEffect,
|
|
22
22
|
useRef,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useStore
|
|
3
|
-
} from '
|
|
3
|
+
} from '@global';
|
|
4
4
|
import {
|
|
5
5
|
Box
|
|
6
|
-
} from '
|
|
6
|
+
} from '@atoms';
|
|
7
7
|
import {
|
|
8
8
|
Input,
|
|
9
9
|
Buttons,
|
|
10
10
|
Tooltips
|
|
11
|
-
} from '
|
|
11
|
+
} from '@fn';
|
|
12
12
|
|
|
13
13
|
import {
|
|
14
14
|
BoxWrapper,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StyleConverter,
|
|
3
3
|
useStore,
|
|
4
|
-
} from '
|
|
4
|
+
} from '@global';
|
|
5
5
|
const {
|
|
6
6
|
useState,
|
|
7
7
|
useEffect,
|
|
@@ -13,16 +13,16 @@ import {
|
|
|
13
13
|
Flex,
|
|
14
14
|
FAIcon,
|
|
15
15
|
Span
|
|
16
|
-
} from '
|
|
16
|
+
} from '@atoms';
|
|
17
17
|
import {
|
|
18
18
|
Row,
|
|
19
19
|
Text,
|
|
20
20
|
Column
|
|
21
|
-
} from '
|
|
21
|
+
} from '@mols';
|
|
22
22
|
import {
|
|
23
23
|
Buttons,
|
|
24
24
|
Tooltips
|
|
25
|
-
} from '
|
|
25
|
+
} from '@fn';
|
|
26
26
|
|
|
27
27
|
import style from './style.module.scss';
|
|
28
28
|
|