amotify 0.0.11 → 0.0.12
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/@types/fn.tsx +14 -14
- package/dist/amotify.js +1 -1
- package/dist/amotify.min.css +2 -2
- package/package.json +3 -3
- package/src/@reactPacks/reactProduction@18.2.0.js +79 -0
- package/src/@reactPacks/reactRouterDomProduction@18.2.0.js +31 -0
- package/src/atoms/Various/parts.tsx +3 -2
- package/src/functions/Button/_.tsx +3 -0
- package/src/functions/Cropper/parts.tsx +1 -1
- package/src/functions/Input/Chips/Selector.tsx +2 -2
- package/src/functions/Input/DigitCharacters.tsx +2 -2
- package/src/functions/Input/File/_.tsx +1 -1
- package/src/functions/Input/List/_.tsx +3 -3
- package/src/functions/Input/Segmented/_.tsx +8 -0
- package/src/functions/Input/Select/_.tsx +2 -2
- package/src/functions/Input/Slider/_.tsx +5 -5
- package/src/functions/Input/Switch/_.tsx +2 -2
- package/src/functions/Input/Text.tsx +2 -2
- package/src/functions/Input/TextArea.tsx +2 -2
- package/src/functions/Input/Time/Picker.tsx +1 -1
- package/src/functions/Input/Time/_.tsx +4 -4
- package/src/functions/Input/Time/style.module.scss +1 -1
- package/src/functions/Input/_.tsx +22 -8
- package/src/functions/Input/core.tsx +3 -1
- package/src/functions/Loader/corner.tsx +6 -4
- package/src/functions/Loader/parts.tsx +0 -1
- package/src/functions/Loader/style.module.scss +1 -1
- package/src/functions/Sheet/parts.tsx +31 -16
- package/src/functions/Table/Data/parts.tsx +1 -0
- package/src/functions/Table/Normal/parts.tsx +1 -0
- package/src/functions/Table/_.tsx +1 -0
- package/src/functions/Tooltips/parts.tsx +2 -2
- package/src/global/LaunchReactApplication.tsx +1 -2
- package/src/global/styleConverter.tsx +24 -1
- package/src/launch.tsx +1 -1
- package/src/preload.tsx +20 -1
- package/webpack.config.js +5 -5
package/@types/fn.tsx
CHANGED
|
@@ -418,7 +418,7 @@ declare global {
|
|
|
418
418
|
max?: number | null
|
|
419
419
|
maxLength?: number | null
|
|
420
420
|
|
|
421
|
-
|
|
421
|
+
enable_form_submit?: boolean
|
|
422
422
|
|
|
423
423
|
autoComplete?: 'off' | 'none' | string
|
|
424
424
|
autoCapitalize?: 'off' | 'none' | string
|
|
@@ -448,7 +448,7 @@ declare global {
|
|
|
448
448
|
|
|
449
449
|
disabled?: boolean
|
|
450
450
|
|
|
451
|
-
|
|
451
|
+
enable_form_submit?: boolean
|
|
452
452
|
|
|
453
453
|
value?: string | number
|
|
454
454
|
|
|
@@ -471,7 +471,7 @@ declare global {
|
|
|
471
471
|
tabIndex?: number
|
|
472
472
|
id?: string
|
|
473
473
|
|
|
474
|
-
|
|
474
|
+
enable_form_submit?: boolean
|
|
475
475
|
|
|
476
476
|
value?: string | number
|
|
477
477
|
|
|
@@ -510,7 +510,7 @@ declare global {
|
|
|
510
510
|
|
|
511
511
|
disabled?: boolean
|
|
512
512
|
|
|
513
|
-
|
|
513
|
+
enable_form_submit?: boolean
|
|
514
514
|
|
|
515
515
|
value?: string | [ string,string ]
|
|
516
516
|
min?: string
|
|
@@ -559,7 +559,7 @@ declare global {
|
|
|
559
559
|
|
|
560
560
|
disabled?: boolean
|
|
561
561
|
|
|
562
|
-
|
|
562
|
+
enable_form_submit?: boolean
|
|
563
563
|
|
|
564
564
|
value?: ValueProps
|
|
565
565
|
options: OptionProps[]
|
|
@@ -603,7 +603,7 @@ declare global {
|
|
|
603
603
|
iconType?: 'radio' | 'checkbox'
|
|
604
604
|
minSelect?: number
|
|
605
605
|
|
|
606
|
-
|
|
606
|
+
enable_form_submit?: boolean
|
|
607
607
|
|
|
608
608
|
disabled?: boolean
|
|
609
609
|
value?: any | any[]
|
|
@@ -775,7 +775,7 @@ declare global {
|
|
|
775
775
|
showAlways?: boolean
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
-
|
|
778
|
+
enable_form_submit?: boolean
|
|
779
779
|
}
|
|
780
780
|
|
|
781
781
|
type ColorTypes = amotify.ThemeColorTypes | 'theme' | 'posi' | 'nega' | 'warn'
|
|
@@ -796,7 +796,7 @@ declare global {
|
|
|
796
796
|
value?: boolean
|
|
797
797
|
icon?: string
|
|
798
798
|
|
|
799
|
-
|
|
799
|
+
enable_form_submit?: boolean
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
type ColorTypes = amotify.ThemeColorTypes | 'theme' | 'posi' | 'nega' | 'warn'
|
|
@@ -829,7 +829,7 @@ declare global {
|
|
|
829
829
|
disabled?: boolean
|
|
830
830
|
value?: boolean
|
|
831
831
|
|
|
832
|
-
|
|
832
|
+
enable_form_submit?: boolean
|
|
833
833
|
|
|
834
834
|
cellStyles?: amotifyUniStyleParams
|
|
835
835
|
cellClassName?: string
|
|
@@ -1002,8 +1002,8 @@ declare global {
|
|
|
1002
1002
|
(): JSX.Element
|
|
1003
1003
|
}
|
|
1004
1004
|
overwrap?: boolean
|
|
1005
|
-
|
|
1006
|
-
|
|
1005
|
+
close_option?: CloseOptions
|
|
1006
|
+
hold_state?: boolean
|
|
1007
1007
|
|
|
1008
1008
|
openAfter?(): void
|
|
1009
1009
|
closeAfter?(): void
|
|
@@ -1058,7 +1058,7 @@ declare global {
|
|
|
1058
1058
|
size: Sizes
|
|
1059
1059
|
sizeChanged?( size: Sizes ): void
|
|
1060
1060
|
baseStyles?: amotifyUniStyleParams
|
|
1061
|
-
|
|
1061
|
+
close_option?: CloseOptions & {
|
|
1062
1062
|
swipeDown?: boolean
|
|
1063
1063
|
}
|
|
1064
1064
|
}
|
|
@@ -1080,11 +1080,11 @@ declare global {
|
|
|
1080
1080
|
tipsGroups?: string | string[]
|
|
1081
1081
|
parent: Jsmin.Args
|
|
1082
1082
|
gravityPoint?: number
|
|
1083
|
-
|
|
1083
|
+
close_option?: Sheet.CloseOptions
|
|
1084
|
+
hold_state?: boolean
|
|
1084
1085
|
content: ReactElement | {
|
|
1085
1086
|
(): JSX.Element
|
|
1086
1087
|
}
|
|
1087
|
-
holdState?: boolean
|
|
1088
1088
|
openAfter?(): void
|
|
1089
1089
|
closeAfter?(): void
|
|
1090
1090
|
} & amotifyBasicElement
|