Skip to content

Commit

Permalink
lazy-sci
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Aug 5, 2023
1 parent cfb8cf5 commit e65e663
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 deletions.
5 changes: 2 additions & 3 deletions resources/ext/ui-gridlalayout.edn
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{:name "ui-gridlayout"
; build
:lazy true
:lazy-sci true
:cljs-namespace [pinkgorilla.layout.gridlayout]
:cljs-bindings {'gridlayout pinkgorilla.layout.gridlayout/gridlayout}
:cljs-ns-bindings {'ui.gridlayout {'gridlayout pinkgorilla.layout.gridlayout/gridlayout}}
; theme
:theme {:available {:gridlayout {true ["react-grid-layout/css/styles.css"
"react-resizable/css/styles.css"]}}
:current {:gridlayout true}}}
:current {:gridlayout true}}}
4 changes: 2 additions & 2 deletions resources/ext/ui-input.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:name "ui-input"
; build
:lazy true
:lazy-sci true
:cljs-namespace [pinkgorilla.input.button
pinkgorilla.input.progressbar
pinkgorilla.input.bound]
Expand All @@ -10,4 +10,4 @@
'textbox pinkgorilla.input.bound/text-a
'select pinkgorilla.input.bound/select-a
'checkbox pinkgorilla.input.bound/checkbox-a}
}}
}}
4 changes: 2 additions & 2 deletions resources/ext/ui-ionslider.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:name "ui-ionslider"
; build
:lazy true
:lazy-sci true
:cljs-namespace [pinkgorilla.input.ionslider-bound]
:cljs-ns-bindings {'input2 {'slider pinkgorilla.input.ionslider-bound/slider-ion-a}}
; theme
:theme {:available {:ionslider {true ["ion-rangeslider/css/ion.rangeSlider.min.css"]}}
:current {:ionslider true}}}
:current {:ionslider true}}}
6 changes: 2 additions & 4 deletions resources/ext/ui-popover.edn
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{:name "ui-popover"
; build
:lazy true
:lazy-sci true
:cljs-namespace [pinkgorilla.layout.popover]
:cljs-bindings {'popover pinkgorilla.layout.popover/popover
'tooltip pinkgorilla.layout.popover/tooltip}
:cljs-ns-bindings {'ui.popover {'popover pinkgorilla.layout.popover/popover
'tooltip pinkgorilla.layout.popover/tooltip}}
; theme
:theme {:available {;:tailsui {true ["tails-ui/dist/index.css"]}
}
:current {;:tailsui false
}}}
}}}
5 changes: 2 additions & 3 deletions resources/ext/ui-rnd.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{:name "ui-rnd"
; build
:lazy true
:lazy-sci true
:cljs-namespace [pinkgorilla.layout.rnd]
:cljs-bindings {'rnd pinkgorilla.layout.rnd/rnd} ; depreciated
:cljs-ns-bindings {'ui.rnd {'rnd pinkgorilla.layout.rnd/rnd}}}
:cljs-ns-bindings {'ui.rnd {'rnd pinkgorilla.layout.rnd/rnd}}}
4 changes: 2 additions & 2 deletions resources/ext/ui-spaces.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:name "ui-spaces"
; build
:lazy true
:lazy-sci true
:cljs-namespace [pinkgorilla.layout.spaces]
:cljs-ns-bindings {'spaces {'viewport pinkgorilla.layout.spaces/viewport

Expand All @@ -21,4 +21,4 @@
'description pinkgorilla.layout.spaces/description}}
:theme {:available {:spaces {true ["react-spaces/dist/server.css"
"spaces/gorilla.css"]}}
:current {:spaces true}}}
:current {:spaces true}}}

0 comments on commit e65e663

Please sign in to comment.