Skip to content

Commit

Permalink
Version 3.101
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiane committed Apr 13, 2021
1 parent b70ea21 commit 5027b32
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 1 deletion.
Binary file modified External Libraries/BANanoVuetifyAD3.b4xlib
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/BANanoVuetifyAD3.b4j.meta
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ ModuleClosedNodes6=
ModuleClosedNodes7=
ModuleClosedNodes8=
ModuleClosedNodes9=
NavigationStack=BANanoSQLiteE,Class_Globals,33,4,BANanoSQLiteE,Build,1304,6,BANanoMySQLE,GetCount,48,0,BANanoSQLiteE,Initialize,432,1,BANanoSQLiteE,NewRecord,442,0,BANanoSQLiteE,SelectWhere1,222,6,BANanoSQLiteE,SelectMaxWhere,363,0,BANanoSQLiteE,SelectWhere,1044,0,BANanoSQLiteE,SelectDistinctWhere,1110,0,BANanoSQLiteE,SelectWhereAscDesc,314,0,Main,Process_Globals,9,0
NavigationStack=BANanoSQLiteE,SelectMaxWhere,363,0,BANanoSQLiteE,SelectWhere,1044,0,BANanoSQLiteE,SelectDistinctWhere,1110,0,BANanoSQLiteE,SelectWhereAscDesc,314,0,Main,Process_Globals,8,0,VueElement,AddColumns3x4,4529,0,VueElement,AddTransition,9643,0,VueElement,AddVCol,9655,0,VueElement,AddApp,9648,0,VueElement,AddVRow,9653,0
SelectedBuild=0
VisibleModules=6,11,16,12,8,7,1,5,10
88 changes: 88 additions & 0 deletions Library/BANanoVuetifyAD3.dependsOn
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
DependsOn:
./assets/vue.min.js
./assets/vuetify.min.js
./assets/vue-router.min.js
./assets/dayjs.min.js
./assets/numeral.min.js
./assets/lodash.min.js
./assets/vue-google-maps.js
./assets/fileSaver.min.js
./assets/v-blur.min.js
./assets/vue-google-charts.browser.js
./assets/html2canvas.js
./assets/jspdf.min.js
./assets/jspdf.plugin.autotable.min.js
./assets/qrcode.min.js
./assets/axios.min.js
./assets/vue-form-wizard.js
./assets/vjsf.js
./assets/third-party.js
./assets/vuetify-form-base.js
./assets/roboto.min.css
./assets/materialdesignicons.min.css
./assets/vuetify.min.css
./assets/fontawesome.css
./assets/vue-form-wizard.min.css
./assets/themify-icons.css
./assets/vjsf.css
./assets/1.png
./assets/fa-brands-400.woff2
./assets/fa-regular-400.eot
./assets/fa-regular-400.svg
./assets/fa-regular-400.ttf
./assets/fa-regular-400.woff
./assets/fa-regular-400.woff2
./assets/fa-solid-900.eot
./assets/fa-solid-900.svg
./assets/fa-solid-900.ttf
./assets/fa-solid-900.woff
./assets/2.png
./assets/fa-solid-900.woff2
./assets/gray.png
./assets/green.png
./assets/happyface.png
./assets/avatar.png
./assets/materialdesignicons-webfont.eot
./assets/materialdesignicons-webfont.ttf
./assets/materialdesignicons-webfont.woff
./assets/materialdesignicons-webfont.woff2
./assets/neutralface.png
./assets/orange.png
./assets/red.png
./assets/Roboto100.ttf
./assets/Roboto300.ttf
./assets/Roboto400.ttf
./assets/Roboto500.ttf
./assets/Roboto700.ttf
./assets/Roboto900.ttf
./assets/sadface.png
./assets/themify.eot
./assets/themify.svg
./assets/themify.ttf
./assets/themify.woff
./assets/upload.php
./assets/fa-brands-400.eot
./assets/fa-brands-400.svg
./assets/fa-brands-400.ttf
./assets/fa-brands-400.woff
Needs:
Ajax:true
Base64:true
Cookies:false
DateTime:true
DB:false
Debug:false
IsMobile:false
LocalStorage:false
SessionStorage:false
MQTT:false
Mustache:false
SMTP:false
PHP:false
WAIT:true
JSONQUERY:false
WS:false
FETCH:false
IS:true
CSS:

11 changes: 11 additions & 0 deletions Library/VueElement.bas
Original file line number Diff line number Diff line change
Expand Up @@ -9653,6 +9653,17 @@ Sub AddApp(elID As String) As VueElement
Return elx
End Sub

Sub AddVRow(elID As String) As VueElement
Dim elx As VueElement = AddVueElement1(elID, "v-row", "", "", "", Null)
Return elx
End Sub

Sub AddVCol(elID As String) As VueElement
Dim elx As VueElement = AddVueElement1(elID, "v-col", "", "", "", Null)
Return elx
End Sub


Sub AddAppProgress(color As String) As VueElement
Dim appprogress As String = $"${mName}progress"$
Dim vmodel As String = $"${mName}progressvalue"$
Expand Down
2 changes: 2 additions & 0 deletions manifest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Version=3.101
B4J.DependsOn=BANano

0 comments on commit 5027b32

Please sign in to comment.