Skip to content

Commit

Permalink
update node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Dec 31, 2023
1 parent 087bb46 commit f64bf96
Show file tree
Hide file tree
Showing 4 changed files with 3,586 additions and 2,388 deletions.
20 changes: 10 additions & 10 deletions docs/.vuepress/components/ModuleGroups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</module-card>
<module-card
title="List View"
icon="th-list"
icon="table-list"
link="./titanium/ui/listview.html"
>
A list view is used to present rows of information, such as an item list or menu.
Expand All @@ -41,14 +41,14 @@
</module-card>
<module-card
title="Filesystem"
icon="file-alt"
icon="file-lines"
link="./titanium/filesystem.html"
>
Root namespace for interacting with the filesystem.
</module-card>
<module-card
title="Stream"
icon="stream"
icon="bars-staggered"
link="./titanium/stream.html"
>
Utility methods for reading/writing to/from streams.
Expand All @@ -65,7 +65,7 @@
<module-group title="Media">
<module-card
title="Media"
icon="photo-video"
icon="photo-film"
link="./titanium/media.html"
>
Access the device's media-related functionality, such as the device's camera or photo gallery.
Expand Down Expand Up @@ -103,14 +103,14 @@
</module-card>
<module-card
title="Geolocation"
icon="map-marker-alt"
icon="location-dot"
link="./titanium/geolocation.html"
>
Requesting and accessing location coordinates and geocoding addresses.
</module-card>
<module-card
title="Gesture"
icon="expand-alt"
icon="up-right-and-down-left-from-center"
link="./titanium/gesture.html"
>
Query for device orientation and register for orientation changes or shake events.
Expand All @@ -134,7 +134,7 @@
</module-card>
<module-card
title="ResultSet"
icon="poll-h"
icon="square-poll-horizontal"
link="./titanium/database/resultset.html"
>
Result Sets from querying/manipulating a Database
Expand All @@ -151,21 +151,21 @@
</module-card>
<module-card
title="App"
icon="mobile-alt"
icon="mobile-screen-button"
link="./titanium/app.html"
>
Access app-specific data at runtime, such as name, id, or version and for sending or listening for system events.
</module-card>
<module-card
title="Properties"
icon="hdd"
icon="hard-drive"
link="./titanium/app/properties.html"
>
Store app related data that persists beyond app sessions and device power cycles.
</module-card>
<module-card
title="Utils"
icon="cog"
icon="gear"
link="./titanium/utils.html"
>
Utility for base64 encode/decode, as well as sha/md5 hashing
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/local-components/landing/PlatformServices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export default {
{ label: 'Push Notification', icon: 'bell' },
{ label: 'Users', icon: 'user-friends' },
{ label: 'Photos', icon: 'camera' },
{ label: 'Files', icon: 'file-alt' },
{ label: 'Files', icon: 'file-lines' },
{ label: 'Social', icon: 'share-alt' },
{ label: 'Emails', icon: 'at' },
{ label: 'Places', icon: 'map-marker-alt' },
{ label: 'Places', icon: 'location-dot' },
{ label: 'Status', icon: 'bell' },
{ label: 'Check-ins', icon: 'check-square' },
{ label: 'Posts', icon: 'pen' },
Expand All @@ -40,7 +40,7 @@ export default {
{ label: 'Photo Collections', icon: 'th-large' },
{ label: 'Friends', icon: 'users' },
{ label: 'NoSQL DB', icon: 'database' },
{ label: 'Key Values', icon: 'th-list' },
{ label: 'Key Values', icon: 'table-list' },
{ label: 'Messages', icon: 'envelope' },
]
})
Expand Down
Loading

0 comments on commit f64bf96

Please sign in to comment.