Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Commits
fd744f26
Commit
fd744f26
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
timesheet table
parent
b023d2ff
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
android/app/build.gradle
+4
-2
android/app/build.gradle
package-lock.json
+70
-0
package-lock.json
package.json
+4
-0
package.json
src/AdminComponets/AdminTimeSheet.js
+312
-222
src/AdminComponets/AdminTimeSheet.js
with
390 additions
and
224 deletions
+390
-224
android/app/build.gradle
View file @
fd744f26
...
@@ -121,14 +121,16 @@ def jscFlavor = 'org.webkit:android-jsc:+'
...
@@ -121,14 +121,16 @@ def jscFlavor = 'org.webkit:android-jsc:+'
def
enableHermes
=
project
.
ext
.
react
.
get
(
"enableHermes"
,
false
);
def
enableHermes
=
project
.
ext
.
react
.
get
(
"enableHermes"
,
false
);
android
{
android
{
compileSdkVersion
rootProject
.
ext
.
compileSdkVersion
compileSdkVersion
31
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
}
}
defaultConfig
{
defaultConfig
{
configurations
.
all
{
resolutionStrategy
{
force
'androidx.core:core-ktx:1.6.0'
}
}
applicationId
"com.agile24x7"
applicationId
"com.agile24x7"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
View file @
fd744f26
...
@@ -4367,6 +4367,11 @@
...
@@ -4367,6 +4367,11 @@
}
}
}
}
},
},
"classnames": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz",
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA=="
},
"cli-cursor": {
"cli-cursor": {
"version": "2.1.0",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
...
@@ -4718,6 +4723,11 @@
...
@@ -4718,6 +4723,11 @@
}
}
}
}
},
},
"csstype": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz",
"integrity": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw=="
},
"d3-array": {
"d3-array": {
"version": "1.2.4",
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz",
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz",
...
@@ -4964,6 +4974,15 @@
...
@@ -4964,6 +4974,15 @@
"esutils": "^2.0.2"
"esutils": "^2.0.2"
}
}
},
},
"dom-helpers": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
"integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
"requires": {
"@babel/runtime": "^7.8.7",
"csstype": "^3.0.2"
}
},
"dom-serializer": {
"dom-serializer": {
"version": "0.2.2",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
...
@@ -12935,6 +12954,16 @@
...
@@ -12935,6 +12954,16 @@
"prop-types": "^15.6.2"
"prop-types": "^15.6.2"
}
}
},
},
"react-bootstrap-table-next": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/react-bootstrap-table-next/-/react-bootstrap-table-next-4.0.3.tgz",
"integrity": "sha512-uKxC73qUdUfusRf2uzDfMiF9LvTG5vuhTZa0lbAgHWSLLLaKTsI0iHf1e4+c7gP71q8dFsp7StvkP65SxC1JRg==",
"requires": {
"classnames": "^2.2.5",
"react-transition-group": "^4.2.0",
"underscore": "1.9.1"
}
},
"react-devtools-core": {
"react-devtools-core": {
"version": "4.13.2",
"version": "4.13.2",
"resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.13.2.tgz",
"resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.13.2.tgz",
...
@@ -13128,6 +13157,14 @@
...
@@ -13128,6 +13157,14 @@
}
}
}
}
},
},
"react-native-action-button": {
"version": "2.8.5",
"resolved": "https://registry.npmjs.org/react-native-action-button/-/react-native-action-button-2.8.5.tgz",
"integrity": "sha512-BvGZpzuGeuFR2Y6j93+vKiSqDhsF87VHvNXFs/qEYKfzT4b1ASAT/GQbgS6gNt4jRJCUnJWYrIwlBzRjesZQmQ==",
"requires": {
"prop-types": "^15.5.10"
}
},
"react-native-animatable": {
"react-native-animatable": {
"version": "1.3.3",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.3.tgz",
"resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.3.tgz",
...
@@ -13249,6 +13286,15 @@
...
@@ -13249,6 +13286,15 @@
"lodash": "^4.17.15"
"lodash": "^4.17.15"
}
}
},
},
"react-native-events-calendar": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/react-native-events-calendar/-/react-native-events-calendar-1.0.8.tgz",
"integrity": "sha512-2jMFWaNLA45+6qe230WpxZ1+DtrvlvW8XWCIhUzJ3rejiulKTNrc55QPM+Xm+cpZH2gRGfSykyJwY1XzDZgj/A==",
"requires": {
"lodash": "^4.17.4",
"moment": "^2.18.1"
}
},
"react-native-gesture-handler": {
"react-native-gesture-handler": {
"version": "1.10.3",
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz",
...
@@ -13339,6 +13385,14 @@
...
@@ -13339,6 +13385,14 @@
"prop-types": "^15.5.10"
"prop-types": "^15.5.10"
}
}
},
},
"react-native-multiple-select": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/react-native-multiple-select/-/react-native-multiple-select-0.5.7.tgz",
"integrity": "sha512-scVCrOKwGacOYspWa8aINoe+cmMHc5yEMERThUXa04P9VNFWsq9NoQEwLKI+cCXPhe+VMg0+NsoLIhUGTn69fg==",
"requires": {
"prop-types": "^15.7.2"
}
},
"react-native-onesignal": {
"react-native-onesignal": {
"version": "4.1.1",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/react-native-onesignal/-/react-native-onesignal-4.1.1.tgz",
"resolved": "https://registry.npmjs.org/react-native-onesignal/-/react-native-onesignal-4.1.1.tgz",
...
@@ -13666,6 +13720,17 @@
...
@@ -13666,6 +13720,17 @@
"scheduler": "^0.19.1"
"scheduler": "^0.19.1"
}
}
},
},
"react-transition-group": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz",
"integrity": "sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==",
"requires": {
"@babel/runtime": "^7.5.5",
"dom-helpers": "^5.0.1",
"loose-envify": "^1.4.0",
"prop-types": "^15.6.2"
}
},
"react-tween-state": {
"react-tween-state": {
"version": "0.1.5",
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/react-tween-state/-/react-tween-state-0.1.5.tgz",
"resolved": "https://registry.npmjs.org/react-tween-state/-/react-tween-state-0.1.5.tgz",
...
@@ -15065,6 +15130,11 @@
...
@@ -15065,6 +15130,11 @@
"which-boxed-primitive": "^1.0.2"
"which-boxed-primitive": "^1.0.2"
}
}
},
},
"underscore": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz",
"integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg=="
},
"unicode-canonical-property-names-ecmascript": {
"unicode-canonical-property-names-ecmascript": {
"version": "1.0.4",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
...
...
This diff is collapsed.
Click to expand it.
package.json
View file @
fd744f26
...
@@ -19,7 +19,9 @@
...
@@ -19,7 +19,9 @@
"
native-base
"
:
"
^2.15.2
"
,
"
native-base
"
:
"
^2.15.2
"
,
"
radio-buttons-react-native
"
:
"
^1.0.4
"
,
"
radio-buttons-react-native
"
:
"
^1.0.4
"
,
"
react
"
:
"
16.13.1
"
,
"
react
"
:
"
16.13.1
"
,
"
react-bootstrap-table-next
"
:
"
^4.0.3
"
,
"
react-native
"
:
"
0.63.4
"
,
"
react-native
"
:
"
0.63.4
"
,
"
react-native-action-button
"
:
"
^2.8.5
"
,
"
react-native-chart-kit
"
:
"
^6.11.0
"
,
"
react-native-chart-kit
"
:
"
^6.11.0
"
,
"
react-native-communications
"
:
"
^2.2.1
"
,
"
react-native-communications
"
:
"
^2.2.1
"
,
"
react-native-custom-dropdown
"
:
"
^1.0.1
"
,
"
react-native-custom-dropdown
"
:
"
^1.0.1
"
,
...
@@ -28,11 +30,13 @@
...
@@ -28,11 +30,13 @@
"
react-native-device-info
"
:
"
^8.0.1
"
,
"
react-native-device-info
"
:
"
^8.0.1
"
,
"
react-native-dropdown-menu
"
:
"
^2.0.0
"
,
"
react-native-dropdown-menu
"
:
"
^2.0.0
"
,
"
react-native-dropdown-picker
"
:
"
^4.0.4
"
,
"
react-native-dropdown-picker
"
:
"
^4.0.4
"
,
"
react-native-events-calendar
"
:
"
^1.0.8
"
,
"
react-native-gesture-handler
"
:
"
^1.9.0
"
,
"
react-native-gesture-handler
"
:
"
^1.9.0
"
,
"
react-native-indicators
"
:
"
^0.17.0
"
,
"
react-native-indicators
"
:
"
^0.17.0
"
,
"
react-native-keyboard-aware-scroll-view
"
:
"
^0.9.3
"
,
"
react-native-keyboard-aware-scroll-view
"
:
"
^0.9.3
"
,
"react-native-material-textfield"
:
"git+https://github.com/javarahulsharma/react-native-material-textfield.git"
,
"react-native-material-textfield"
:
"git+https://github.com/javarahulsharma/react-native-material-textfield.git"
,
"
react-native-modal-selector
"
:
"
^2.0.3
"
,
"
react-native-modal-selector
"
:
"
^2.0.3
"
,
"
react-native-multiple-select
"
:
"
^0.5.7
"
,
"
react-native-onesignal
"
:
"
^4.1.1
"
,
"
react-native-onesignal
"
:
"
^4.1.1
"
,
"
react-native-paper
"
:
"
^4.7.1
"
,
"
react-native-paper
"
:
"
^4.7.1
"
,
"
react-native-picker-select
"
:
"
^8.0.4
"
,
"
react-native-picker-select
"
:
"
^8.0.4
"
,
...
...
This diff is collapsed.
Click to expand it.
src/AdminComponets/AdminTimeSheet.js
View file @
fd744f26
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help