@explorable-viz/fluid 0.12.3 → 0.12.5
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/output-es/Affjax/foreign.js +52 -0
- package/output-es/Affjax/index.js +387 -0
- package/output-es/Affjax.RequestBody/index.js +22 -0
- package/output-es/Affjax.RequestHeader/index.js +58 -0
- package/output-es/Affjax.ResponseFormat/index.js +47 -0
- package/output-es/Affjax.ResponseHeader/index.js +19 -0
- package/output-es/Affjax.StatusCode/index.js +8 -0
- package/output-es/Affjax.Web/foreign.js +8 -0
- package/output-es/Affjax.Web/index.js +14 -0
- package/output-es/App.CodeMirror/foreign.js +69 -0
- package/output-es/App.CodeMirror/index.js +3 -0
- package/output-es/App.Fig/index.js +713 -0
- package/output-es/App.LoadFigure/index.js +131 -0
- package/output-es/App.Util/index.js +773 -0
- package/output-es/App.Util.Selector/index.js +273 -0
- package/output-es/App.View/index.js +310 -0
- package/output-es/App.View.BarChart/index.js +153 -0
- package/output-es/App.View.DocView/index.js +40 -0
- package/output-es/App.View.LineChart/index.js +437 -0
- package/output-es/App.View.MatrixView/foreign.js +182 -0
- package/output-es/App.View.MatrixView/index.js +232 -0
- package/output-es/App.View.MultiView/index.js +30 -0
- package/output-es/App.View.Paragraph/index.js +44 -0
- package/output-es/App.View.ScatterPlot/foreign.js +110 -0
- package/output-es/App.View.ScatterPlot/index.js +122 -0
- package/output-es/App.View.Segment/index.js +92 -0
- package/output-es/App.View.StackedBar/index.js +54 -0
- package/output-es/App.View.TableView/index.js +397 -0
- package/output-es/App.View.Text/index.js +157 -0
- package/output-es/App.View.Util/index.js +222 -0
- package/output-es/App.View.Util.Axes/index.js +79 -0
- package/output-es/App.View.Util.D3/foreign.js +263 -0
- package/output-es/App.View.Util.D3/index.js +678 -0
- package/output-es/App.View.Util.Point/index.js +3 -0
- package/output-es/Benchmark/index.js +63 -0
- package/output-es/Bind/index.js +24 -0
- package/output-es/Control.Alt/index.js +5 -0
- package/output-es/Control.Alternative/index.js +11 -0
- package/output-es/Control.Applicative/index.js +18 -0
- package/output-es/Control.Apply/foreign.js +15 -0
- package/output-es/Control.Apply/index.js +17 -0
- package/output-es/Control.Biapplicative/index.js +5 -0
- package/output-es/Control.Biapply/index.js +11 -0
- package/output-es/Control.Bind/foreign.js +9 -0
- package/output-es/Control.Bind/index.js +21 -0
- package/output-es/Control.Category/index.js +4 -0
- package/output-es/Control.Comonad/index.js +2 -0
- package/output-es/Control.Comonad.Cofree/index.js +255 -0
- package/output-es/Control.Comonad.Cofree.Class/index.js +43 -0
- package/output-es/Control.Comonad.Env/index.js +8 -0
- package/output-es/Control.Comonad.Env.Class/index.js +17 -0
- package/output-es/Control.Comonad.Env.Trans/index.js +113 -0
- package/output-es/Control.Comonad.Store/index.js +5 -0
- package/output-es/Control.Comonad.Store.Class/index.js +56 -0
- package/output-es/Control.Comonad.Store.Trans/index.js +27 -0
- package/output-es/Control.Comonad.Traced/index.js +4 -0
- package/output-es/Control.Comonad.Traced.Class/index.js +16 -0
- package/output-es/Control.Comonad.Traced.Trans/index.js +28 -0
- package/output-es/Control.Comonad.Trans.Class/index.js +3 -0
- package/output-es/Control.Extend/foreign.js +7 -0
- package/output-es/Control.Extend/index.js +12 -0
- package/output-es/Control.Lazy/index.js +10 -0
- package/output-es/Control.Monad/index.js +27 -0
- package/output-es/Control.Monad.Cont/index.js +6 -0
- package/output-es/Control.Monad.Cont.Class/index.js +3 -0
- package/output-es/Control.Monad.Cont.Trans/index.js +122 -0
- package/output-es/Control.Monad.Error.Class/index.js +83 -0
- package/output-es/Control.Monad.Except/index.js +10 -0
- package/output-es/Control.Monad.Except.Trans/index.js +241 -0
- package/output-es/Control.Monad.Free/index.js +423 -0
- package/output-es/Control.Monad.Free.Class/index.js +45 -0
- package/output-es/Control.Monad.Gen/index.js +132 -0
- package/output-es/Control.Monad.Gen.Class/index.js +6 -0
- package/output-es/Control.Monad.Gen.Common/index.js +44 -0
- package/output-es/Control.Monad.Identity.Trans/index.js +88 -0
- package/output-es/Control.Monad.List.Trans/index.js +536 -0
- package/output-es/Control.Monad.Maybe.Trans/index.js +217 -0
- package/output-es/Control.Monad.RWS/index.js +16 -0
- package/output-es/Control.Monad.RWS.Trans/index.js +260 -0
- package/output-es/Control.Monad.Reader/index.js +6 -0
- package/output-es/Control.Monad.Reader.Class/index.js +11 -0
- package/output-es/Control.Monad.Reader.Trans/index.js +320 -0
- package/output-es/Control.Monad.Rec.Class/index.js +265 -0
- package/output-es/Control.Monad.ST/index.js +1 -0
- package/output-es/Control.Monad.ST.Class/index.js +7 -0
- package/output-es/Control.Monad.ST.Global/index.js +3 -0
- package/output-es/Control.Monad.ST.Internal/foreign.js +90 -0
- package/output-es/Control.Monad.ST.Internal/index.js +75 -0
- package/output-es/Control.Monad.ST.Ref/index.js +1 -0
- package/output-es/Control.Monad.ST.Uncurried/foreign.js +229 -0
- package/output-es/Control.Monad.ST.Uncurried/index.js +39 -0
- package/output-es/Control.Monad.State/index.js +8 -0
- package/output-es/Control.Monad.State.Class/index.js +12 -0
- package/output-es/Control.Monad.State.Trans/index.js +209 -0
- package/output-es/Control.Monad.Trampoline/index.js +9 -0
- package/output-es/Control.Monad.Trans.Class/index.js +3 -0
- package/output-es/Control.Monad.Writer/index.js +6 -0
- package/output-es/Control.Monad.Writer.Class/index.js +14 -0
- package/output-es/Control.Monad.Writer.Trans/index.js +256 -0
- package/output-es/Control.MonadPlus/index.js +4 -0
- package/output-es/Control.Parallel/index.js +49 -0
- package/output-es/Control.Parallel.Class/index.js +191 -0
- package/output-es/Control.Plus/index.js +4 -0
- package/output-es/Control.Promise/foreign.js +24 -0
- package/output-es/Control.Promise/index.js +40 -0
- package/output-es/Control.Semigroupoid/index.js +4 -0
- package/output-es/Data.Argonaut.Core/foreign.js +102 -0
- package/output-es/Data.Argonaut.Core/index.js +72 -0
- package/output-es/Data.Argonaut.Decode/index.js +10 -0
- package/output-es/Data.Argonaut.Decode.Class/index.js +173 -0
- package/output-es/Data.Argonaut.Decode.Combinators/index.js +21 -0
- package/output-es/Data.Argonaut.Decode.Decoders/index.js +463 -0
- package/output-es/Data.Argonaut.Decode.Error/index.js +151 -0
- package/output-es/Data.Argonaut.Decode.Parser/index.js +11 -0
- package/output-es/Data.Argonaut.Encode/index.js +3 -0
- package/output-es/Data.Argonaut.Encode.Class/index.js +114 -0
- package/output-es/Data.Argonaut.Encode.Combinators/index.js +15 -0
- package/output-es/Data.Argonaut.Encode.Encoders/index.js +222 -0
- package/output-es/Data.Argonaut.Gen/index.js +68 -0
- package/output-es/Data.Argonaut.Parser/foreign.js +8 -0
- package/output-es/Data.Argonaut.Parser/index.js +5 -0
- package/output-es/Data.Array/foreign.js +298 -0
- package/output-es/Data.Array/index.js +555 -0
- package/output-es/Data.Array.NonEmpty/index.js +317 -0
- package/output-es/Data.Array.NonEmpty.Internal/foreign.js +77 -0
- package/output-es/Data.Array.NonEmpty.Internal/index.js +90 -0
- package/output-es/Data.Array.Partial/index.js +7 -0
- package/output-es/Data.Array.ST/foreign.js +107 -0
- package/output-es/Data.Array.ST/index.js +82 -0
- package/output-es/Data.Array.ST.Iterator/index.js +83 -0
- package/output-es/Data.Array.ST.Partial/foreign.js +7 -0
- package/output-es/Data.Array.ST.Partial/index.js +9 -0
- package/output-es/Data.ArrayBuffer.Types/index.js +1 -0
- package/output-es/Data.Bifoldable/index.js +149 -0
- package/output-es/Data.Bifunctor/index.js +17 -0
- package/output-es/Data.Bifunctor.Join/index.js +21 -0
- package/output-es/Data.Bitraversable/index.js +195 -0
- package/output-es/Data.Boolean/index.js +2 -0
- package/output-es/Data.BooleanAlgebra/index.js +42 -0
- package/output-es/Data.Bounded/foreign.js +8 -0
- package/output-es/Data.Bounded/index.js +76 -0
- package/output-es/Data.Bounded.Generic/index.js +37 -0
- package/output-es/Data.CatList/index.js +326 -0
- package/output-es/Data.CatQueue/index.js +364 -0
- package/output-es/Data.Char/index.js +5 -0
- package/output-es/Data.Char.Gen/index.js +21 -0
- package/output-es/Data.CodePoint.Unicode/index.js +382 -0
- package/output-es/Data.CodePoint.Unicode.Internal/index.js +5476 -0
- package/output-es/Data.CodePoint.Unicode.Internal.Casing/index.js +1636 -0
- package/output-es/Data.CommutativeRing/index.js +49 -0
- package/output-es/Data.Compactable/index.js +228 -0
- package/output-es/Data.Comparison/index.js +22 -0
- package/output-es/Data.Const/index.js +56 -0
- package/output-es/Data.Coyoneda/index.js +212 -0
- package/output-es/Data.Date/foreign.js +22 -0
- package/output-es/Data.Date/index.js +370 -0
- package/output-es/Data.Date.Component/index.js +451 -0
- package/output-es/Data.Date.Component.Gen/index.js +11 -0
- package/output-es/Data.Date.Gen/index.js +25 -0
- package/output-es/Data.DateTime/foreign.js +33 -0
- package/output-es/Data.DateTime/index.js +131 -0
- package/output-es/Data.DateTime.Gen/index.js +8 -0
- package/output-es/Data.DateTime.Instant/foreign.js +18 -0
- package/output-es/Data.DateTime.Instant/index.js +86 -0
- package/output-es/Data.Decidable/index.js +70 -0
- package/output-es/Data.Decide/index.js +64 -0
- package/output-es/Data.Distributive/index.js +55 -0
- package/output-es/Data.Divide/index.js +47 -0
- package/output-es/Data.Divisible/index.js +17 -0
- package/output-es/Data.DivisionRing/index.js +6 -0
- package/output-es/Data.Either/index.js +242 -0
- package/output-es/Data.Either.Inject/index.js +25 -0
- package/output-es/Data.Either.Nested/index.js +450 -0
- package/output-es/Data.Enum/foreign.js +7 -0
- package/output-es/Data.Enum/index.js +441 -0
- package/output-es/Data.Enum.Gen/index.js +19 -0
- package/output-es/Data.Enum.Generic/index.js +211 -0
- package/output-es/Data.Eq/foreign.js +23 -0
- package/output-es/Data.Eq/index.js +33 -0
- package/output-es/Data.Eq.Generic/index.js +16 -0
- package/output-es/Data.Equivalence/index.js +8 -0
- package/output-es/Data.EuclideanRing/foreign.js +26 -0
- package/output-es/Data.EuclideanRing/index.js +25 -0
- package/output-es/Data.Exists/index.js +4 -0
- package/output-es/Data.Field/index.js +2 -0
- package/output-es/Data.Filterable/index.js +317 -0
- package/output-es/Data.Foldable/foreign.js +25 -0
- package/output-es/Data.Foldable/index.js +394 -0
- package/output-es/Data.FoldableWithIndex/index.js +431 -0
- package/output-es/Data.FormURLEncoded/index.js +110 -0
- package/output-es/Data.Function/index.js +23 -0
- package/output-es/Data.Function.Memoize/index.js +242 -0
- package/output-es/Data.Function.Uncurried/foreign.js +218 -0
- package/output-es/Data.Function.Uncurried/index.js +5 -0
- package/output-es/Data.Functor/foreign.js +10 -0
- package/output-es/Data.Functor/index.js +14 -0
- package/output-es/Data.Functor.App/index.js +87 -0
- package/output-es/Data.Functor.Clown/index.js +24 -0
- package/output-es/Data.Functor.Compose/index.js +131 -0
- package/output-es/Data.Functor.Contravariant/index.js +7 -0
- package/output-es/Data.Functor.Coproduct/index.js +171 -0
- package/output-es/Data.Functor.Coproduct.Inject/index.js +25 -0
- package/output-es/Data.Functor.Coproduct.Nested/index.js +433 -0
- package/output-es/Data.Functor.Costar/index.js +82 -0
- package/output-es/Data.Functor.Flip/index.js +31 -0
- package/output-es/Data.Functor.Invariant/index.js +14 -0
- package/output-es/Data.Functor.Joker/index.js +88 -0
- package/output-es/Data.Functor.Product/index.js +127 -0
- package/output-es/Data.Functor.Product.Nested/index.js +46 -0
- package/output-es/Data.Functor.Product2/index.js +46 -0
- package/output-es/Data.FunctorWithIndex/foreign.js +10 -0
- package/output-es/Data.FunctorWithIndex/index.js +147 -0
- package/output-es/Data.Generic.Rep/index.js +31 -0
- package/output-es/Data.Graph/index.js +370 -0
- package/output-es/Data.HTTP.Method/index.js +223 -0
- package/output-es/Data.HeytingAlgebra/foreign.js +15 -0
- package/output-es/Data.HeytingAlgebra/index.js +104 -0
- package/output-es/Data.HeytingAlgebra.Generic/index.js +76 -0
- package/output-es/Data.Identity/index.js +54 -0
- package/output-es/Data.Int/foreign.js +65 -0
- package/output-es/Data.Int/index.js +122 -0
- package/output-es/Data.Int.Bits/foreign.js +48 -0
- package/output-es/Data.Int.Bits/index.js +4 -0
- package/output-es/Data.Interval/index.js +331 -0
- package/output-es/Data.Interval.Duration/index.js +124 -0
- package/output-es/Data.Interval.Duration.Iso/index.js +423 -0
- package/output-es/Data.JSDate/foreign.js +83 -0
- package/output-es/Data.JSDate/index.js +123 -0
- package/output-es/Data.Lazy/foreign.js +14 -0
- package/output-es/Data.Lazy/index.js +143 -0
- package/output-es/Data.List/index.js +1505 -0
- package/output-es/Data.List.Internal/index.js +155 -0
- package/output-es/Data.List.Lazy/index.js +658 -0
- package/output-es/Data.List.Lazy.NonEmpty/index.js +77 -0
- package/output-es/Data.List.Lazy.Types/index.js +511 -0
- package/output-es/Data.List.NonEmpty/index.js +540 -0
- package/output-es/Data.List.Partial/index.js +37 -0
- package/output-es/Data.List.Types/index.js +841 -0
- package/output-es/Data.List.ZipList/index.js +43 -0
- package/output-es/Data.Map/index.js +80 -0
- package/output-es/Data.Map.Gen/index.js +15 -0
- package/output-es/Data.Map.Internal/index.js +1216 -0
- package/output-es/Data.Maybe/index.js +253 -0
- package/output-es/Data.Maybe.First/index.js +85 -0
- package/output-es/Data.Maybe.Last/index.js +86 -0
- package/output-es/Data.MediaType/index.js +8 -0
- package/output-es/Data.MediaType.Common/index.js +30 -0
- package/output-es/Data.Monoid/index.js +66 -0
- package/output-es/Data.Monoid.Additive/index.js +33 -0
- package/output-es/Data.Monoid.Alternate/index.js +46 -0
- package/output-es/Data.Monoid.Conj/index.js +21 -0
- package/output-es/Data.Monoid.Disj/index.js +21 -0
- package/output-es/Data.Monoid.Dual/index.js +19 -0
- package/output-es/Data.Monoid.Endo/index.js +12 -0
- package/output-es/Data.Monoid.Generic/index.js +11 -0
- package/output-es/Data.Monoid.Multiplicative/index.js +33 -0
- package/output-es/Data.NaturalTransformation/index.js +1 -0
- package/output-es/Data.Newtype/index.js +51 -0
- package/output-es/Data.NonEmpty/index.js +217 -0
- package/output-es/Data.Nullable/foreign.js +12 -0
- package/output-es/Data.Nullable/index.js +53 -0
- package/output-es/Data.Number/foreign.js +80 -0
- package/output-es/Data.Number/index.js +15 -0
- package/output-es/Data.Number.Approximate/index.js +13 -0
- package/output-es/Data.Number.Format/foreign.js +12 -0
- package/output-es/Data.Number.Format/index.js +53 -0
- package/output-es/Data.Op/index.js +13 -0
- package/output-es/Data.Ord/foreign.js +43 -0
- package/output-es/Data.Ord/index.js +161 -0
- package/output-es/Data.Ord.Down/index.js +35 -0
- package/output-es/Data.Ord.Generic/index.js +34 -0
- package/output-es/Data.Ord.Max/index.js +34 -0
- package/output-es/Data.Ord.Min/index.js +34 -0
- package/output-es/Data.Ordering/index.js +35 -0
- package/output-es/Data.Posix/index.js +19 -0
- package/output-es/Data.Posix.Signal/index.js +405 -0
- package/output-es/Data.Predicate/index.js +14 -0
- package/output-es/Data.Profunctor/index.js +13 -0
- package/output-es/Data.Profunctor.Choice/index.js +32 -0
- package/output-es/Data.Profunctor.Closed/index.js +5 -0
- package/output-es/Data.Profunctor.Cochoice/index.js +3 -0
- package/output-es/Data.Profunctor.Costrong/index.js +3 -0
- package/output-es/Data.Profunctor.Join/index.js +13 -0
- package/output-es/Data.Profunctor.Split/index.js +11 -0
- package/output-es/Data.Profunctor.Star/index.js +250 -0
- package/output-es/Data.Profunctor.Strong/index.js +19 -0
- package/output-es/Data.Reflectable/foreign.js +5 -0
- package/output-es/Data.Reflectable/index.js +10 -0
- package/output-es/Data.Ring/foreign.js +12 -0
- package/output-es/Data.Ring/index.js +50 -0
- package/output-es/Data.Ring.Generic/index.js +10 -0
- package/output-es/Data.Semigroup/foreign.js +13 -0
- package/output-es/Data.Semigroup/index.js +25 -0
- package/output-es/Data.Semigroup.First/index.js +14 -0
- package/output-es/Data.Semigroup.Foldable/index.js +143 -0
- package/output-es/Data.Semigroup.Generic/index.js +11 -0
- package/output-es/Data.Semigroup.Last/index.js +14 -0
- package/output-es/Data.Semigroup.Traversable/index.js +39 -0
- package/output-es/Data.Semiring/foreign.js +25 -0
- package/output-es/Data.Semiring/index.js +66 -0
- package/output-es/Data.Semiring.Generic/index.js +52 -0
- package/output-es/Data.Set/index.js +310 -0
- package/output-es/Data.Set.NonEmpty/index.js +198 -0
- package/output-es/Data.Show/foreign.js +59 -0
- package/output-es/Data.Show/index.js +56 -0
- package/output-es/Data.Show.Generic/foreign.js +5 -0
- package/output-es/Data.Show.Generic/index.js +43 -0
- package/output-es/Data.String/index.js +1 -0
- package/output-es/Data.String.CaseInsensitive/index.js +12 -0
- package/output-es/Data.String.CodePoints/foreign.js +107 -0
- package/output-es/Data.String.CodePoints/index.js +201 -0
- package/output-es/Data.String.CodeUnits/foreign.js +116 -0
- package/output-es/Data.String.CodeUnits/index.js +55 -0
- package/output-es/Data.String.Common/foreign.js +52 -0
- package/output-es/Data.String.Common/index.js +6 -0
- package/output-es/Data.String.Gen/index.js +26 -0
- package/output-es/Data.String.NonEmpty/index.js +1 -0
- package/output-es/Data.String.NonEmpty.CaseInsensitive/index.js +12 -0
- package/output-es/Data.String.NonEmpty.CodePoints/index.js +89 -0
- package/output-es/Data.String.NonEmpty.CodeUnits/index.js +98 -0
- package/output-es/Data.String.NonEmpty.Internal/index.js +119 -0
- package/output-es/Data.String.Pattern/index.js +13 -0
- package/output-es/Data.String.Regex/foreign.js +103 -0
- package/output-es/Data.String.Regex/index.js +28 -0
- package/output-es/Data.String.Regex.Flags/index.js +44 -0
- package/output-es/Data.String.Regex.Unsafe/index.js +10 -0
- package/output-es/Data.String.Unicode/index.js +18 -0
- package/output-es/Data.String.Unsafe/foreign.js +11 -0
- package/output-es/Data.String.Unsafe/index.js +4 -0
- package/output-es/Data.Symbol/foreign.js +6 -0
- package/output-es/Data.Symbol/index.js +6 -0
- package/output-es/Data.Time/index.js +119 -0
- package/output-es/Data.Time.Component/index.js +138 -0
- package/output-es/Data.Time.Component.Gen/index.js +7 -0
- package/output-es/Data.Time.Duration/index.js +95 -0
- package/output-es/Data.Time.Duration.Gen/index.js +7 -0
- package/output-es/Data.Time.Gen/index.js +8 -0
- package/output-es/Data.Traversable/foreign.js +52 -0
- package/output-es/Data.Traversable/index.js +303 -0
- package/output-es/Data.Traversable.Accum/index.js +1 -0
- package/output-es/Data.Traversable.Accum.Internal/index.js +35 -0
- package/output-es/Data.TraversableWithIndex/index.js +280 -0
- package/output-es/Data.Tuple/index.js +194 -0
- package/output-es/Data.Tuple.Nested/index.js +290 -0
- package/output-es/Data.Unfoldable/foreign.js +21 -0
- package/output-es/Data.Unfoldable/index.js +45 -0
- package/output-es/Data.Unfoldable1/foreign.js +21 -0
- package/output-es/Data.Unfoldable1/index.js +39 -0
- package/output-es/Data.Unit/foreign.js +1 -0
- package/output-es/Data.Unit/index.js +3 -0
- package/output-es/Data.Void/index.js +12 -0
- package/output-es/Data.Witherable/index.js +371 -0
- package/output-es/Data.Yoneda/index.js +85 -0
- package/output-es/DataType/index.js +276 -0
- package/output-es/Debug/foreign.js +57 -0
- package/output-es/Debug/index.js +13 -0
- package/output-es/Desug/index.js +17 -0
- package/output-es/Desugarable/index.js +3 -0
- package/output-es/Dict/index.js +118 -0
- package/output-es/Effect/foreign.js +51 -0
- package/output-es/Effect/index.js +49 -0
- package/output-es/Effect.Aff/foreign.js +1154 -0
- package/output-es/Effect.Aff/index.js +268 -0
- package/output-es/Effect.Aff.Class/index.js +114 -0
- package/output-es/Effect.Aff.Compat/index.js +14 -0
- package/output-es/Effect.Class/index.js +4 -0
- package/output-es/Effect.Class.Console/index.js +25 -0
- package/output-es/Effect.Console/foreign.js +67 -0
- package/output-es/Effect.Console/index.js +17 -0
- package/output-es/Effect.Exception/foreign.js +45 -0
- package/output-es/Effect.Exception/index.js +14 -0
- package/output-es/Effect.Exception.Unsafe/index.js +4 -0
- package/output-es/Effect.Now/foreign.js +8 -0
- package/output-es/Effect.Now/index.js +16 -0
- package/output-es/Effect.Random/foreign.js +1 -0
- package/output-es/Effect.Random/index.js +17 -0
- package/output-es/Effect.Ref/foreign.js +37 -0
- package/output-es/Effect.Ref/index.js +34 -0
- package/output-es/Effect.Uncurried/foreign.js +229 -0
- package/output-es/Effect.Uncurried/index.js +386 -0
- package/output-es/Effect.Unsafe/foreign.js +3 -0
- package/output-es/Effect.Unsafe/index.js +3 -0
- package/output-es/Eval/index.js +951 -0
- package/output-es/ExitCodes/index.js +461 -0
- package/output-es/Expr/index.js +1732 -0
- package/output-es/File/index.js +125 -0
- package/output-es/Fluid/index.js +229 -0
- package/output-es/Foreign/foreign.js +19 -0
- package/output-es/Foreign/index.js +171 -0
- package/output-es/Foreign.Index/foreign.js +11 -0
- package/output-es/Foreign.Index/index.js +80 -0
- package/output-es/Foreign.Keys/foreign.js +9 -0
- package/output-es/Foreign.Keys/index.js +28 -0
- package/output-es/Foreign.Object/foreign.js +116 -0
- package/output-es/Foreign.Object/index.js +304 -0
- package/output-es/Foreign.Object.Gen/index.js +13 -0
- package/output-es/Foreign.Object.ST/foreign.js +37 -0
- package/output-es/Foreign.Object.ST/index.js +9 -0
- package/output-es/Foreign.Object.ST.Unsafe/foreign.js +5 -0
- package/output-es/Foreign.Object.ST.Unsafe/index.js +3 -0
- package/output-es/Foreign.Object.Unsafe/foreign.js +5 -0
- package/output-es/Foreign.Object.Unsafe/index.js +3 -0
- package/output-es/GaloisConnection/index.js +72 -0
- package/output-es/Graph/index.js +279 -0
- package/output-es/Graph.GraphImpl/index.js +296 -0
- package/output-es/Graph.Slice/index.js +125 -0
- package/output-es/Graph.WithGraph/index.js +190 -0
- package/output-es/JSURI/foreign.js +61 -0
- package/output-es/JSURI/index.js +10 -0
- package/output-es/Lattice/index.js +397 -0
- package/output-es/Link/index.js +84 -0
- package/output-es/Module/index.js +317 -0
- package/output-es/Module.Node/index.js +95 -0
- package/output-es/Module.Web/index.js +79 -0
- package/output-es/ModuleGraph/index.js +1 -0
- package/output-es/Node.Buffer/foreign.js +33 -0
- package/output-es/Node.Buffer/index.js +191 -0
- package/output-es/Node.Buffer.Class/index.js +48 -0
- package/output-es/Node.Buffer.Constants/foreign.js +5 -0
- package/output-es/Node.Buffer.Constants/index.js +3 -0
- package/output-es/Node.Buffer.Immutable/foreign.js +45 -0
- package/output-es/Node.Buffer.Immutable/index.js +121 -0
- package/output-es/Node.Buffer.ST/index.js +98 -0
- package/output-es/Node.Buffer.Types/index.js +36 -0
- package/output-es/Node.Encoding/foreign.js +3 -0
- package/output-es/Node.Encoding/index.js +55 -0
- package/output-es/Node.EventEmitter/foreign.js +24 -0
- package/output-es/Node.EventEmitter/index.js +142 -0
- package/output-es/Node.EventEmitter.UtilTypes/index.js +1 -0
- package/output-es/Node.FS/index.js +27 -0
- package/output-es/Node.FS.Aff/index.js +132 -0
- package/output-es/Node.FS.Async/foreign.js +28 -0
- package/output-es/Node.FS.Async/index.js +241 -0
- package/output-es/Node.FS.Constants/foreign.js +17 -0
- package/output-es/Node.FS.Constants/index.js +103 -0
- package/output-es/Node.FS.Perms/index.js +125 -0
- package/output-es/Node.FS.Stats/foreign.js +27 -0
- package/output-es/Node.FS.Stats/index.js +102 -0
- package/output-es/Node.FS.Stream/foreign.js +11 -0
- package/output-es/Node.FS.Stream/index.js +20 -0
- package/output-es/Node.FS.Sync/foreign.js +30 -0
- package/output-es/Node.FS.Sync/index.js +258 -0
- package/output-es/Node.Path/foreign.js +30 -0
- package/output-es/Node.Path/index.js +3 -0
- package/output-es/Node.Platform/index.js +104 -0
- package/output-es/Node.Process/foreign.js +65 -0
- package/output-es/Node.Process/index.js +180 -0
- package/output-es/Node.Stream/foreign.js +97 -0
- package/output-es/Node.Stream/index.js +310 -0
- package/output-es/Node.Stream.Aff/index.js +445 -0
- package/output-es/Node.Symbol/foreign.js +3 -0
- package/output-es/Node.Symbol/index.js +12 -0
- package/output-es/Options.Applicative/index.js +1 -0
- package/output-es/Options.Applicative.BashCompletion/index.js +417 -0
- package/output-es/Options.Applicative.Builder/index.js +505 -0
- package/output-es/Options.Applicative.Builder.Completer/foreign.js +8 -0
- package/output-es/Options.Applicative.Builder.Completer/index.js +133 -0
- package/output-es/Options.Applicative.Builder.Internal/index.js +122 -0
- package/output-es/Options.Applicative.Common/index.js +497 -0
- package/output-es/Options.Applicative.Extra/index.js +273 -0
- package/output-es/Options.Applicative.Help/index.js +3 -0
- package/output-es/Options.Applicative.Help.Chunk/index.js +229 -0
- package/output-es/Options.Applicative.Help.Core/index.js +450 -0
- package/output-es/Options.Applicative.Help.Levenshtein/index.js +22 -0
- package/output-es/Options.Applicative.Help.Pretty/index.js +1 -0
- package/output-es/Options.Applicative.Help.Types/index.js +112 -0
- package/output-es/Options.Applicative.Internal/index.js +447 -0
- package/output-es/Options.Applicative.Internal.Utils/index.js +36 -0
- package/output-es/Options.Applicative.Types/index.js +979 -0
- package/output-es/PSCI.Support/index.js +15 -0
- package/output-es/Parse/index.js +2003 -0
- package/output-es/Parse.Number/index.js +390 -0
- package/output-es/Parse.Parser/index.js +428 -0
- package/output-es/Parsing/index.js +342 -0
- package/output-es/Parsing.Combinators/index.js +901 -0
- package/output-es/Parsing.Combinators.Array/index.js +131 -0
- package/output-es/Parsing.Expr/index.js +317 -0
- package/output-es/Parsing.Indent/index.js +492 -0
- package/output-es/Parsing.Language/index.js +224 -0
- package/output-es/Parsing.String/index.js +378 -0
- package/output-es/Parsing.String.Basic/index.js +236 -0
- package/output-es/Parsing.String.Replace/index.js +342 -0
- package/output-es/Parsing.Token/index.js +1980 -0
- package/output-es/Partial/foreign.js +5 -0
- package/output-es/Partial/index.js +6 -0
- package/output-es/Partial.Unsafe/foreign.js +5 -0
- package/output-es/Partial.Unsafe/index.js +8 -0
- package/output-es/Prelude/index.js +13 -0
- package/output-es/Pretty/index.js +1334 -0
- package/output-es/Pretty.Doc/index.js +139 -0
- package/output-es/Pretty.Util/index.js +90 -0
- package/output-es/Primitive/index.js +304 -0
- package/output-es/Primitive.Defs/index.js +872 -0
- package/output-es/Primitive.Parse/index.js +93 -0
- package/output-es/Random.LCG/index.js +35 -0
- package/output-es/Record/index.js +23 -0
- package/output-es/Record.Builder/foreign.js +44 -0
- package/output-es/Record.Builder/index.js +20 -0
- package/output-es/Record.Unsafe/foreign.js +38 -0
- package/output-es/Record.Unsafe/index.js +9 -0
- package/output-es/Record.Unsafe.Union/foreign.js +14 -0
- package/output-es/Record.Unsafe.Union/index.js +4 -0
- package/output-es/SExpr/index.js +3972 -0
- package/output-es/Safe.Coerce/index.js +3 -0
- package/output-es/Test.Assert/foreign.js +21 -0
- package/output-es/Test.Assert/index.js +37 -0
- package/output-es/Test.Benchmark.Util/foreign.js +3 -0
- package/output-es/Test.Benchmark.Util/index.js +273 -0
- package/output-es/Test.QuickCheck/index.js +297 -0
- package/output-es/Test.QuickCheck.Arbitrary/index.js +482 -0
- package/output-es/Test.QuickCheck.Gen/foreign.js +10 -0
- package/output-es/Test.QuickCheck.Gen/index.js +270 -0
- package/output-es/Test.Specs.Bwd/index.js +220 -0
- package/output-es/Test.Specs.Comments/index.js +25 -0
- package/output-es/Test.Specs.Desugar/index.js +17 -0
- package/output-es/Test.Specs.Graphics/index.js +7 -0
- package/output-es/Test.Specs.LinkedInputs/index.js +52 -0
- package/output-es/Test.Specs.LinkedOutputs/index.js +61 -0
- package/output-es/Test.Specs.Misc/index.js +35 -0
- package/output-es/Test.Specs.Paragraph/index.js +5 -0
- package/output-es/Test.Test/index.js +106 -0
- package/output-es/Test.Util/index.js +239 -0
- package/output-es/Test.Util.Debug/index.js +6 -0
- package/output-es/Test.Util.Debug.Defaults/index.js +16 -0
- package/output-es/Test.Util.Mocha/foreign.js +55 -0
- package/output-es/Test.Util.Mocha/index.js +21 -0
- package/output-es/Test.Util.Puppeteer/index.js +83 -0
- package/output-es/Test.Util.Suite/index.js +197 -0
- package/output-es/Text.PrettyPrint.Leijen/index.js +700 -0
- package/output-es/Toppokki/foreign.js +170 -0
- package/output-es/Toppokki/index.js +122 -0
- package/output-es/Type.Data.Boolean/index.js +21 -0
- package/output-es/Type.Data.Ordering/index.js +56 -0
- package/output-es/Type.Data.Symbol/index.js +7 -0
- package/output-es/Type.Equality/index.js +5 -0
- package/output-es/Type.Function/index.js +1 -0
- package/output-es/Type.Prelude/index.js +1 -0
- package/output-es/Type.Proxy/index.js +51 -0
- package/output-es/Type.Row/index.js +1 -0
- package/output-es/Type.Row.Homogeneous/index.js +4 -0
- package/output-es/Type.RowList/index.js +10 -0
- package/output-es/Unsafe.Coerce/foreign.js +5 -0
- package/output-es/Unsafe.Coerce/index.js +3 -0
- package/output-es/Util/index.js +340 -0
- package/output-es/Util.Map/foreign.js +13 -0
- package/output-es/Util.Map/index.js +129 -0
- package/output-es/Util.Pair/index.js +90 -0
- package/output-es/Util.Set/index.js +75 -0
- package/output-es/Val/index.js +1771 -0
- package/output-es/Web.DOM/index.js +1 -0
- package/output-es/Web.DOM.CharacterData/foreign.js +61 -0
- package/output-es/Web.DOM.CharacterData/index.js +13 -0
- package/output-es/Web.DOM.ChildNode/foreign.js +5 -0
- package/output-es/Web.DOM.ChildNode/index.js +3 -0
- package/output-es/Web.DOM.Comment/index.js +13 -0
- package/output-es/Web.DOM.DOMTokenList/foreign.js +49 -0
- package/output-es/Web.DOM.DOMTokenList/index.js +15 -0
- package/output-es/Web.DOM.Document/foreign.js +112 -0
- package/output-es/Web.DOM.Document/index.js +75 -0
- package/output-es/Web.DOM.DocumentFragment/index.js +13 -0
- package/output-es/Web.DOM.DocumentType/foreign.js +9 -0
- package/output-es/Web.DOM.DocumentType/index.js +11 -0
- package/output-es/Web.DOM.Element/foreign.js +210 -0
- package/output-es/Web.DOM.Element/index.js +101 -0
- package/output-es/Web.DOM.HTMLCollection/foreign.js +27 -0
- package/output-es/Web.DOM.HTMLCollection/index.js +25 -0
- package/output-es/Web.DOM.Internal.Types/index.js +1 -0
- package/output-es/Web.DOM.MutationObserver/foreign.js +29 -0
- package/output-es/Web.DOM.MutationObserver/index.js +4 -0
- package/output-es/Web.DOM.MutationRecord/foreign.js +53 -0
- package/output-es/Web.DOM.MutationRecord/index.js +66 -0
- package/output-es/Web.DOM.Node/foreign.js +153 -0
- package/output-es/Web.DOM.Node/index.js +147 -0
- package/output-es/Web.DOM.NodeList/foreign.js +19 -0
- package/output-es/Web.DOM.NodeList/index.js +15 -0
- package/output-es/Web.DOM.NodeType/index.js +199 -0
- package/output-es/Web.DOM.NonDocumentTypeChildNode/foreign.js +11 -0
- package/output-es/Web.DOM.NonDocumentTypeChildNode/index.js +19 -0
- package/output-es/Web.DOM.NonElementParentNode/foreign.js +7 -0
- package/output-es/Web.DOM.NonElementParentNode/index.js +15 -0
- package/output-es/Web.DOM.ParentNode/foreign.js +28 -0
- package/output-es/Web.DOM.ParentNode/index.js +35 -0
- package/output-es/Web.DOM.ProcessingInstruction/foreign.js +5 -0
- package/output-es/Web.DOM.ProcessingInstruction/index.js +15 -0
- package/output-es/Web.DOM.ShadowRoot/foreign.js +9 -0
- package/output-es/Web.DOM.ShadowRoot/index.js +23 -0
- package/output-es/Web.DOM.Text/foreign.js +13 -0
- package/output-es/Web.DOM.Text/index.js +15 -0
- package/output-es/Web.Event.CustomEvent/foreign.js +18 -0
- package/output-es/Web.Event.CustomEvent/index.js +20 -0
- package/output-es/Web.Event.Event/foreign.js +51 -0
- package/output-es/Web.Event.Event/index.js +23 -0
- package/output-es/Web.Event.EventPhase/index.js +99 -0
- package/output-es/Web.Event.EventTarget/foreign.js +51 -0
- package/output-es/Web.Event.EventTarget/index.js +3 -0
- package/output-es/Web.Event.Internal.Types/index.js +1 -0
- package/output-es/Web.File.Blob/foreign.js +19 -0
- package/output-es/Web.File.Blob/index.js +18 -0
- package/output-es/Web.File.File/foreign.js +2 -0
- package/output-es/Web.File.File/index.js +13 -0
- package/output-es/Web.File.FileList/foreign.js +7 -0
- package/output-es/Web.File.FileList/index.js +16 -0
- package/output-es/Web.File.FileReader/foreign.js +51 -0
- package/output-es/Web.File.FileReader/index.js +19 -0
- package/output-es/Web.File.FileReader.ReadyState/index.js +94 -0
- package/output-es/Web.File.Url/foreign.js +11 -0
- package/output-es/Web.File.Url/index.js +3 -0
- package/output-es/Web.HTML/foreign.js +4 -0
- package/output-es/Web.HTML/index.js +3 -0
- package/output-es/Web.HTML.Common/index.js +15 -0
- package/output-es/Web.HTML.Event.BeforeUnloadEvent/foreign.js +13 -0
- package/output-es/Web.HTML.Event.BeforeUnloadEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.BeforeUnloadEvent.EventTypes/index.js +2 -0
- package/output-es/Web.HTML.Event.DataTransfer/foreign.js +55 -0
- package/output-es/Web.HTML.Event.DataTransfer/index.js +63 -0
- package/output-es/Web.HTML.Event.DataTransfer.DataTransferItem/foreign.js +23 -0
- package/output-es/Web.HTML.Event.DataTransfer.DataTransferItem/index.js +41 -0
- package/output-es/Web.HTML.Event.DragEvent/foreign.js +3 -0
- package/output-es/Web.HTML.Event.DragEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.DragEvent.EventTypes/index.js +9 -0
- package/output-es/Web.HTML.Event.ErrorEvent/foreign.js +15 -0
- package/output-es/Web.HTML.Event.ErrorEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.EventTypes/index.js +68 -0
- package/output-es/Web.HTML.Event.HashChangeEvent/foreign.js +7 -0
- package/output-es/Web.HTML.Event.HashChangeEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.HashChangeEvent.EventTypes/index.js +2 -0
- package/output-es/Web.HTML.Event.PageTransitionEvent/foreign.js +3 -0
- package/output-es/Web.HTML.Event.PageTransitionEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.PageTransitionEvent.EventTypes/index.js +3 -0
- package/output-es/Web.HTML.Event.PopStateEvent/foreign.js +3 -0
- package/output-es/Web.HTML.Event.PopStateEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.PopStateEvent.EventTypes/index.js +2 -0
- package/output-es/Web.HTML.Event.TrackEvent/index.js +5 -0
- package/output-es/Web.HTML.Event.TrackEvent.EventTypes/index.js +3 -0
- package/output-es/Web.HTML.HTMLAnchorElement/foreign.js +117 -0
- package/output-es/Web.HTML.HTMLAnchorElement/index.js +36 -0
- package/output-es/Web.HTML.HTMLAreaElement/foreign.js +133 -0
- package/output-es/Web.HTML.HTMLAreaElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLAudioElement/foreign.js +9 -0
- package/output-es/Web.HTML.HTMLAudioElement/index.js +40 -0
- package/output-es/Web.HTML.HTMLBRElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLBaseElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLBaseElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLBodyElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLButtonElement/foreign.js +223 -0
- package/output-es/Web.HTML.HTMLButtonElement/index.js +73 -0
- package/output-es/Web.HTML.HTMLCanvasElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLCanvasElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLDListElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLDataElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLDataElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLDataListElement/foreign.js +5 -0
- package/output-es/Web.HTML.HTMLDataListElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLDivElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLDocument/foreign.js +39 -0
- package/output-es/Web.HTML.HTMLDocument/index.js +76 -0
- package/output-es/Web.HTML.HTMLDocument.ReadyState/index.js +52 -0
- package/output-es/Web.HTML.HTMLDocument.VisibilityState/index.js +42 -0
- package/output-es/Web.HTML.HTMLElement/foreign.js +194 -0
- package/output-es/Web.HTML.HTMLElement/index.js +66 -0
- package/output-es/Web.HTML.HTMLEmbedElement/foreign.js +61 -0
- package/output-es/Web.HTML.HTMLEmbedElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLFieldSetElement/foreign.js +103 -0
- package/output-es/Web.HTML.HTMLFieldSetElement/index.js +44 -0
- package/output-es/Web.HTML.HTMLFormElement/foreign.js +181 -0
- package/output-es/Web.HTML.HTMLFormElement/index.js +58 -0
- package/output-es/Web.HTML.HTMLHRElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLHeadElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLHeadingElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLHtmlElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLHyperlinkElementUtils/foreign.js +165 -0
- package/output-es/Web.HTML.HTMLHyperlinkElementUtils/index.js +26 -0
- package/output-es/Web.HTML.HTMLIFrameElement/foreign.js +91 -0
- package/output-es/Web.HTML.HTMLIFrameElement/index.js +52 -0
- package/output-es/Web.HTML.HTMLImageElement/foreign.js +215 -0
- package/output-es/Web.HTML.HTMLImageElement/index.js +140 -0
- package/output-es/Web.HTML.HTMLImageElement.CORSMode/index.js +43 -0
- package/output-es/Web.HTML.HTMLImageElement.DecodingHint/index.js +53 -0
- package/output-es/Web.HTML.HTMLImageElement.Laziness/index.js +43 -0
- package/output-es/Web.HTML.HTMLInputElement/foreign.js +727 -0
- package/output-es/Web.HTML.HTMLInputElement/index.js +171 -0
- package/output-es/Web.HTML.HTMLKeygenElement/foreign.js +151 -0
- package/output-es/Web.HTML.HTMLKeygenElement/index.js +64 -0
- package/output-es/Web.HTML.HTMLLIElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLLIElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLLabelElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLLabelElement/index.js +52 -0
- package/output-es/Web.HTML.HTMLLegendElement/foreign.js +5 -0
- package/output-es/Web.HTML.HTMLLegendElement/index.js +44 -0
- package/output-es/Web.HTML.HTMLLinkElement/foreign.js +133 -0
- package/output-es/Web.HTML.HTMLLinkElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLMapElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLMapElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLMediaElement/foreign.js +295 -0
- package/output-es/Web.HTML.HTMLMediaElement/index.js +103 -0
- package/output-es/Web.HTML.HTMLMediaElement.CanPlayType/index.js +52 -0
- package/output-es/Web.HTML.HTMLMediaElement.NetworkState/index.js +109 -0
- package/output-es/Web.HTML.HTMLMediaElement.ReadyState/index.js +124 -0
- package/output-es/Web.HTML.HTMLMetaElement/foreign.js +45 -0
- package/output-es/Web.HTML.HTMLMetaElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLMeterElement/foreign.js +101 -0
- package/output-es/Web.HTML.HTMLMeterElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLModElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLModElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLOListElement/foreign.js +45 -0
- package/output-es/Web.HTML.HTMLOListElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLObjectElement/foreign.js +167 -0
- package/output-es/Web.HTML.HTMLObjectElement/index.js +74 -0
- package/output-es/Web.HTML.HTMLOptGroupElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLOptGroupElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLOptionElement/foreign.js +109 -0
- package/output-es/Web.HTML.HTMLOptionElement/index.js +44 -0
- package/output-es/Web.HTML.HTMLOutputElement/foreign.js +119 -0
- package/output-es/Web.HTML.HTMLOutputElement/index.js +60 -0
- package/output-es/Web.HTML.HTMLParagraphElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLParamElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLParamElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLPreElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLProgressElement/foreign.js +45 -0
- package/output-es/Web.HTML.HTMLProgressElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLQuoteElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLQuoteElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLScriptElement/foreign.js +109 -0
- package/output-es/Web.HTML.HTMLScriptElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLSelectElement/foreign.js +223 -0
- package/output-es/Web.HTML.HTMLSelectElement/index.js +73 -0
- package/output-es/Web.HTML.HTMLSourceElement/foreign.js +45 -0
- package/output-es/Web.HTML.HTMLSourceElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLSpanElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLStyleElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLStyleElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTableCaptionElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLTableCellElement/foreign.js +37 -0
- package/output-es/Web.HTML.HTMLTableCellElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTableColElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLTableColElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTableDataCellElement/index.js +36 -0
- package/output-es/Web.HTML.HTMLTableElement/foreign.js +153 -0
- package/output-es/Web.HTML.HTMLTableElement/index.js +103 -0
- package/output-es/Web.HTML.HTMLTableHeaderCellElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLTableHeaderCellElement/index.js +38 -0
- package/output-es/Web.HTML.HTMLTableRowElement/foreign.js +41 -0
- package/output-es/Web.HTML.HTMLTableRowElement/index.js +38 -0
- package/output-es/Web.HTML.HTMLTableSectionElement/foreign.js +25 -0
- package/output-es/Web.HTML.HTMLTableSectionElement/index.js +38 -0
- package/output-es/Web.HTML.HTMLTemplateElement/foreign.js +5 -0
- package/output-es/Web.HTML.HTMLTemplateElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTextAreaElement/foreign.js +403 -0
- package/output-es/Web.HTML.HTMLTextAreaElement/index.js +107 -0
- package/output-es/Web.HTML.HTMLTimeElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLTimeElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTitleElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLTitleElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTrackElement/foreign.js +84 -0
- package/output-es/Web.HTML.HTMLTrackElement/index.js +44 -0
- package/output-es/Web.HTML.HTMLTrackElement.ReadyState/index.js +109 -0
- package/output-es/Web.HTML.HTMLUListElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLVideoElement/foreign.js +63 -0
- package/output-es/Web.HTML.HTMLVideoElement/index.js +38 -0
- package/output-es/Web.HTML.History/foreign.js +49 -0
- package/output-es/Web.HTML.History/index.js +16 -0
- package/output-es/Web.HTML.Location/foreign.js +169 -0
- package/output-es/Web.HTML.Location/index.js +25 -0
- package/output-es/Web.HTML.Navigator/foreign.js +29 -0
- package/output-es/Web.HTML.Navigator/index.js +3 -0
- package/output-es/Web.HTML.SelectionMode/index.js +62 -0
- package/output-es/Web.HTML.ValidityState/foreign.js +3 -0
- package/output-es/Web.HTML.ValidityState/index.js +15 -0
- package/output-es/Web.HTML.Window/foreign.js +239 -0
- package/output-es/Web.HTML.Window/index.js +86 -0
- package/output-es/Web.Internal.FFI/foreign.js +20 -0
- package/output-es/Web.Internal.FFI/index.js +5 -0
- package/output-es/Web.Storage.Event.StorageEvent/foreign.js +19 -0
- package/output-es/Web.Storage.Event.StorageEvent/index.js +13 -0
- package/output-es/Web.Storage.Storage/foreign.js +45 -0
- package/output-es/Web.Storage.Storage/index.js +52 -0
- package/output-es/Web.XHR.EventTypes/index.js +8 -0
- package/output-es/Web.XHR.FormData/foreign.js +32 -0
- package/output-es/Web.XHR.FormData/index.js +52 -0
- package/output-es/Web.XHR.ProgressEvent/foreign.js +11 -0
- package/output-es/Web.XHR.ProgressEvent/index.js +7 -0
- package/output-es/Web.XHR.ReadyState/index.js +99 -0
- package/output-es/Web.XHR.ResponseType/index.js +5 -0
- package/output-es/Web.XHR.XMLHttpRequest/foreign.js +41 -0
- package/output-es/Web.XHR.XMLHttpRequest/index.js +95 -0
- package/output-es/Web.XHR.XMLHttpRequestUpload/index.js +3 -0
- package/output-es/Website.Test.Article.EnergyScatter/index.js +12 -0
- package/output-es/Website.Test.Article.RenewablesLinked/index.js +14 -0
- package/output-es/package.json +1 -0
- package/output-es/runtime.js +33 -0
- package/package.json +5 -3
- package/script/install-website.sh +14 -1
- package/script/webtest-lib.mjs +101 -0
|
@@ -0,0 +1,773 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as Control$dCategory from "../Control.Category/index.js";
|
|
3
|
+
import * as Data$dArray from "../Data.Array/index.js";
|
|
4
|
+
import * as Data$dFoldable from "../Data.Foldable/index.js";
|
|
5
|
+
import * as Data$dFunctor from "../Data.Functor/index.js";
|
|
6
|
+
import * as Data$dGeneric$dRep from "../Data.Generic.Rep/index.js";
|
|
7
|
+
import * as Data$dInt from "../Data.Int/index.js";
|
|
8
|
+
import * as Data$dMaybe from "../Data.Maybe/index.js";
|
|
9
|
+
import * as Data$dNullable from "../Data.Nullable/index.js";
|
|
10
|
+
import * as Data$dOrd from "../Data.Ord/index.js";
|
|
11
|
+
import * as Data$dOrdering from "../Data.Ordering/index.js";
|
|
12
|
+
import * as Data$dProfunctor$dStrong from "../Data.Profunctor.Strong/index.js";
|
|
13
|
+
import * as Data$dShow from "../Data.Show/index.js";
|
|
14
|
+
import * as Data$dShow$dGeneric from "../Data.Show.Generic/index.js";
|
|
15
|
+
import * as Data$dString$dCodePoints from "../Data.String.CodePoints/index.js";
|
|
16
|
+
import * as Data$dString$dCodeUnits from "../Data.String.CodeUnits/index.js";
|
|
17
|
+
import * as Data$dString$dCommon from "../Data.String.Common/index.js";
|
|
18
|
+
import * as Data$dTraversable from "../Data.Traversable/index.js";
|
|
19
|
+
import * as Data$dTuple from "../Data.Tuple/index.js";
|
|
20
|
+
import * as Dict from "../Dict/index.js";
|
|
21
|
+
import * as Effect from "../Effect/index.js";
|
|
22
|
+
import * as Effect$dAff from "../Effect.Aff/index.js";
|
|
23
|
+
import * as Effect$dConsole from "../Effect.Console/index.js";
|
|
24
|
+
import * as Effect$dException from "../Effect.Exception/index.js";
|
|
25
|
+
import * as Foreign$dObject from "../Foreign.Object/index.js";
|
|
26
|
+
import * as Lattice from "../Lattice/index.js";
|
|
27
|
+
import * as Pretty from "../Pretty/index.js";
|
|
28
|
+
import * as Primitive from "../Primitive/index.js";
|
|
29
|
+
import * as Util from "../Util/index.js";
|
|
30
|
+
import * as Util$dMap from "../Util.Map/index.js";
|
|
31
|
+
import * as Val from "../Val/index.js";
|
|
32
|
+
import * as Web$dEvent$dEvent from "../Web.Event.Event/index.js";
|
|
33
|
+
const $SelState = (tag, _1) => ({tag, _1});
|
|
34
|
+
const $SelectionType = tag => tag;
|
|
35
|
+
const $𝕊 = tag => tag;
|
|
36
|
+
const genericShowSum = /* #__PURE__ */ (() => {
|
|
37
|
+
const $0 = Data$dShow$dGeneric.genericShowConstructor(Data$dShow$dGeneric.genericShowArgsNoArguments)({reflectSymbol: () => "Inert"});
|
|
38
|
+
return dictGenericShow1 => (
|
|
39
|
+
{
|
|
40
|
+
"genericShow'": v => {
|
|
41
|
+
if (v.tag === "Inl") { return $0["genericShow'"](v._1); }
|
|
42
|
+
if (v.tag === "Inr") { return dictGenericShow1["genericShow'"](v._1); }
|
|
43
|
+
$runtime.fail();
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
})();
|
|
48
|
+
const ReactiveIsSymbol = {reflectSymbol: () => "Reactive"};
|
|
49
|
+
const SelStatesIsSymbol = {reflectSymbol: () => "SelStates"};
|
|
50
|
+
const DimensionsIsSymbol = {reflectSymbol: () => "Dimensions"};
|
|
51
|
+
const sequence = /* #__PURE__ */ (() => Data$dTraversable.traversableArray.traverse(Effect$dAff.applicativeAff)(Data$dTraversable.identity))();
|
|
52
|
+
const sequence_ = /* #__PURE__ */ Data$dFoldable.traverse_(Effect.applicativeEffect)(Data$dFoldable.foldableArray)(Data$dFoldable.identity);
|
|
53
|
+
const clamp = low => hi => x => {
|
|
54
|
+
const v = Data$dOrd.ordInt.compare(low)(x);
|
|
55
|
+
const $0 = (() => {
|
|
56
|
+
if (v === "LT") { return x; }
|
|
57
|
+
if (v === "EQ") { return low; }
|
|
58
|
+
if (v === "GT") { return low; }
|
|
59
|
+
$runtime.fail();
|
|
60
|
+
})();
|
|
61
|
+
const v$1 = Data$dOrd.ordInt.compare(hi)($0);
|
|
62
|
+
if (v$1 === "LT") { return hi; }
|
|
63
|
+
if (v$1 === "EQ") { return hi; }
|
|
64
|
+
if (v$1 === "GT") { return $0; }
|
|
65
|
+
$runtime.fail();
|
|
66
|
+
};
|
|
67
|
+
const fromFoldable = /* #__PURE__ */ Foreign$dObject.fromFoldable(Data$dFoldable.foldableArray);
|
|
68
|
+
const None = /* #__PURE__ */ $𝕊("None");
|
|
69
|
+
const Secondary = /* #__PURE__ */ $𝕊("Secondary");
|
|
70
|
+
const Primary = /* #__PURE__ */ $𝕊("Primary");
|
|
71
|
+
const Persistent = /* #__PURE__ */ $SelectionType("Persistent");
|
|
72
|
+
const Transient = /* #__PURE__ */ $SelectionType("Transient");
|
|
73
|
+
const Inert = /* #__PURE__ */ $SelState("Inert");
|
|
74
|
+
const Reactive = value0 => $SelState("Reactive", value0);
|
|
75
|
+
const SelStates = x => x;
|
|
76
|
+
const Dimensions = x => x;
|
|
77
|
+
const newtypeSelStates_ = {Coercible0: () => {}};
|
|
78
|
+
const newtypeDimensions_ = {Coercible0: () => {}};
|
|
79
|
+
const meetSemilatticeSelStates = dictMeetSemilattice => (
|
|
80
|
+
{
|
|
81
|
+
meet: v => v1 => {
|
|
82
|
+
if (v1.tag === "Inert") { return Inert; }
|
|
83
|
+
if (v.tag === "Inert") { return Inert; }
|
|
84
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") {
|
|
85
|
+
return $SelState(
|
|
86
|
+
"Reactive",
|
|
87
|
+
{persistent: dictMeetSemilattice.meet(v._1.persistent)(v1._1.persistent), transient: dictMeetSemilattice.meet(v._1.transient)(v1._1.transient)}
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
$runtime.fail();
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
);
|
|
94
|
+
const meetSemilatticeSelState = dictMeetSemilattice => (
|
|
95
|
+
{
|
|
96
|
+
meet: v => v1 => {
|
|
97
|
+
if (v1.tag === "Inert") { return Inert; }
|
|
98
|
+
if (v.tag === "Inert") { return Inert; }
|
|
99
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") { return $SelState("Reactive", dictMeetSemilattice.meet(v._1)(v1._1)); }
|
|
100
|
+
$runtime.fail();
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
);
|
|
104
|
+
const joinSemilatticeSelStates = dictJoinSemilattice => (
|
|
105
|
+
{
|
|
106
|
+
join: v => v1 => {
|
|
107
|
+
if (v1.tag === "Inert") { return v; }
|
|
108
|
+
if (v.tag === "Inert") { return v1; }
|
|
109
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") {
|
|
110
|
+
return $SelState(
|
|
111
|
+
"Reactive",
|
|
112
|
+
{persistent: dictJoinSemilattice.join(v._1.persistent)(v1._1.persistent), transient: dictJoinSemilattice.join(v._1.transient)(v1._1.transient)}
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
$runtime.fail();
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
);
|
|
119
|
+
const joinSemilatticeSelState = dictJoinSemilattice => (
|
|
120
|
+
{
|
|
121
|
+
join: v => v1 => {
|
|
122
|
+
if (v1.tag === "Inert") { return v; }
|
|
123
|
+
if (v.tag === "Inert") { return v1; }
|
|
124
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") { return $SelState("Reactive", dictJoinSemilattice.join(v._1)(v1._1)); }
|
|
125
|
+
$runtime.fail();
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
);
|
|
129
|
+
const highlightableSelStates = dictHighlightable => dictJoinSemilattice => (
|
|
130
|
+
{
|
|
131
|
+
highlightIf: v => {
|
|
132
|
+
if (v.tag === "Inert") { return Val.identity; }
|
|
133
|
+
if (v.tag === "Reactive") { return dictHighlightable.highlightIf(dictJoinSemilattice.join(v._1.persistent)(v._1.transient)); }
|
|
134
|
+
$runtime.fail();
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
);
|
|
138
|
+
const prettyP = /* #__PURE__ */ Pretty.prettyP(/* #__PURE__ */ Pretty.prettyVal(/* #__PURE__ */ highlightableSelStates(Val.highlightableBoolean)(Lattice.joinSemilatticeBoolean)));
|
|
139
|
+
const highlightableSelState = dictHighlightable => dictJoinSemilattice => (
|
|
140
|
+
{
|
|
141
|
+
highlightIf: v => {
|
|
142
|
+
if (v.tag === "Inert") { return Val.identity; }
|
|
143
|
+
if (v.tag === "Reactive") { return dictHighlightable.highlightIf(v._1); }
|
|
144
|
+
$runtime.fail();
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
);
|
|
148
|
+
const generic𝕊_ = {
|
|
149
|
+
to: x => {
|
|
150
|
+
if (x.tag === "Inl") { return None; }
|
|
151
|
+
if (x.tag === "Inr") {
|
|
152
|
+
if (x._1.tag === "Inl") { return Secondary; }
|
|
153
|
+
if (x._1.tag === "Inr") { return Primary; }
|
|
154
|
+
}
|
|
155
|
+
$runtime.fail();
|
|
156
|
+
},
|
|
157
|
+
from: x => {
|
|
158
|
+
if (x === "None") { return Data$dGeneric$dRep.$Sum("Inl", Data$dGeneric$dRep.NoArguments); }
|
|
159
|
+
if (x === "Secondary") { return Data$dGeneric$dRep.$Sum("Inr", Data$dGeneric$dRep.$Sum("Inl", Data$dGeneric$dRep.NoArguments)); }
|
|
160
|
+
if (x === "Primary") { return Data$dGeneric$dRep.$Sum("Inr", Data$dGeneric$dRep.$Sum("Inr", Data$dGeneric$dRep.NoArguments)); }
|
|
161
|
+
$runtime.fail();
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
const show𝕊 = {
|
|
165
|
+
show: /* #__PURE__ */ (() => {
|
|
166
|
+
const $0 = Data$dShow$dGeneric.genericShowConstructor(Data$dShow$dGeneric.genericShowArgsNoArguments)({reflectSymbol: () => "None"});
|
|
167
|
+
const $1 = Data$dShow$dGeneric.genericShowConstructor(Data$dShow$dGeneric.genericShowArgsNoArguments)({reflectSymbol: () => "Secondary"});
|
|
168
|
+
const $2 = (() => {
|
|
169
|
+
const $2 = (() => {
|
|
170
|
+
const $2 = Data$dShow$dGeneric.genericShowConstructor(Data$dShow$dGeneric.genericShowArgsNoArguments)({reflectSymbol: () => "Primary"});
|
|
171
|
+
return {
|
|
172
|
+
"genericShow'": v => {
|
|
173
|
+
if (v.tag === "Inl") { return $1["genericShow'"](v._1); }
|
|
174
|
+
if (v.tag === "Inr") { return $2["genericShow'"](v._1); }
|
|
175
|
+
$runtime.fail();
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
})();
|
|
179
|
+
return {
|
|
180
|
+
"genericShow'": v => {
|
|
181
|
+
if (v.tag === "Inl") { return $0["genericShow'"](v._1); }
|
|
182
|
+
if (v.tag === "Inr") { return $2["genericShow'"](v._1); }
|
|
183
|
+
$runtime.fail();
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
})();
|
|
187
|
+
return x => $2["genericShow'"]((() => {
|
|
188
|
+
if (x === "None") { return Data$dGeneric$dRep.$Sum("Inl", Data$dGeneric$dRep.NoArguments); }
|
|
189
|
+
if (x === "Secondary") { return Data$dGeneric$dRep.$Sum("Inr", Data$dGeneric$dRep.$Sum("Inl", Data$dGeneric$dRep.NoArguments)); }
|
|
190
|
+
if (x === "Primary") { return Data$dGeneric$dRep.$Sum("Inr", Data$dGeneric$dRep.$Sum("Inr", Data$dGeneric$dRep.NoArguments)); }
|
|
191
|
+
$runtime.fail();
|
|
192
|
+
})());
|
|
193
|
+
})()
|
|
194
|
+
};
|
|
195
|
+
const genericSelStates_ = {to: x => x, from: x => x};
|
|
196
|
+
const genericSelState_ = {
|
|
197
|
+
to: x => {
|
|
198
|
+
if (x.tag === "Inl") { return Inert; }
|
|
199
|
+
if (x.tag === "Inr") { return $SelState("Reactive", x._1); }
|
|
200
|
+
$runtime.fail();
|
|
201
|
+
},
|
|
202
|
+
from: x => {
|
|
203
|
+
if (x.tag === "Inert") { return Data$dGeneric$dRep.$Sum("Inl", Data$dGeneric$dRep.NoArguments); }
|
|
204
|
+
if (x.tag === "Reactive") { return Data$dGeneric$dRep.$Sum("Inr", x._1); }
|
|
205
|
+
$runtime.fail();
|
|
206
|
+
}
|
|
207
|
+
};
|
|
208
|
+
const showSelState = dictShow => (
|
|
209
|
+
{
|
|
210
|
+
show: (() => {
|
|
211
|
+
const $0 = genericShowSum(Data$dShow$dGeneric.genericShowConstructor({genericShowArgs: v => [dictShow.show(v)]})(ReactiveIsSymbol));
|
|
212
|
+
return x => $0["genericShow'"]((() => {
|
|
213
|
+
if (x.tag === "Inert") { return Data$dGeneric$dRep.$Sum("Inl", Data$dGeneric$dRep.NoArguments); }
|
|
214
|
+
if (x.tag === "Reactive") { return Data$dGeneric$dRep.$Sum("Inr", x._1); }
|
|
215
|
+
$runtime.fail();
|
|
216
|
+
})());
|
|
217
|
+
})()
|
|
218
|
+
}
|
|
219
|
+
);
|
|
220
|
+
const showSelStates = dictShow => (
|
|
221
|
+
{
|
|
222
|
+
show: (() => {
|
|
223
|
+
const $0 = Data$dShow$dGeneric.genericShowConstructor((() => {
|
|
224
|
+
const $0 = showSelState({show: record => "{ persistent: " + dictShow.show(record.persistent) + ", transient: " + dictShow.show(record.transient) + " }"});
|
|
225
|
+
return {genericShowArgs: v => [$0.show(v)]};
|
|
226
|
+
})())(SelStatesIsSymbol);
|
|
227
|
+
return x => $0["genericShow'"](x);
|
|
228
|
+
})()
|
|
229
|
+
}
|
|
230
|
+
);
|
|
231
|
+
const show1 = /* #__PURE__ */ (() => showSelStates(Data$dShow.showBoolean).show)();
|
|
232
|
+
const genericDimensions_ = {to: x => x, from: x => x};
|
|
233
|
+
const showDimensions = dictShow => (
|
|
234
|
+
{
|
|
235
|
+
show: (() => {
|
|
236
|
+
const $0 = Data$dShow$dGeneric.genericShowConstructor({genericShowArgs: v => ["{ height: " + dictShow.show(v.height) + ", width: " + dictShow.show(v.width) + " }"]})(DimensionsIsSymbol);
|
|
237
|
+
return x => $0["genericShow'"](x);
|
|
238
|
+
})()
|
|
239
|
+
}
|
|
240
|
+
);
|
|
241
|
+
const functorSelState = {
|
|
242
|
+
map: f => m => {
|
|
243
|
+
if (m.tag === "Inert") { return Inert; }
|
|
244
|
+
if (m.tag === "Reactive") { return $SelState("Reactive", f(m._1)); }
|
|
245
|
+
$runtime.fail();
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
const functorSelStates = {
|
|
249
|
+
map: f => m => {
|
|
250
|
+
if (m.tag === "Inert") { return Inert; }
|
|
251
|
+
if (m.tag === "Reactive") { return $SelState("Reactive", {persistent: f(m._1.persistent), transient: f(m._1.transient)}); }
|
|
252
|
+
$runtime.fail();
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
const functorDimensions = {map: f => m => ({width: f(m.width), height: f(m.height)})};
|
|
256
|
+
const eqSelectionType = {
|
|
257
|
+
eq: x => y => {
|
|
258
|
+
if (x === "Persistent") { return y === "Persistent"; }
|
|
259
|
+
return x === "Transient" && y === "Transient";
|
|
260
|
+
}
|
|
261
|
+
};
|
|
262
|
+
const eqSelState = dictEq => (
|
|
263
|
+
{
|
|
264
|
+
eq: x => y => {
|
|
265
|
+
if (x.tag === "Inert") { return y.tag === "Inert"; }
|
|
266
|
+
return x.tag === "Reactive" && y.tag === "Reactive" && dictEq.eq(x._1)(y._1);
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
);
|
|
270
|
+
const eqSelStates = dictEq => (
|
|
271
|
+
{
|
|
272
|
+
eq: x => y => {
|
|
273
|
+
if (x.tag === "Inert") { return y.tag === "Inert"; }
|
|
274
|
+
return x.tag === "Reactive" && y.tag === "Reactive" && dictEq.eq(x._1.persistent)(y._1.persistent) && dictEq.eq(x._1.transient)(y._1.transient);
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
);
|
|
278
|
+
const boundedMeetSemilatticeSel = dictBounded => {
|
|
279
|
+
const top = dictBounded.top;
|
|
280
|
+
return dictBoundedMeetSemilattice => {
|
|
281
|
+
const $0 = dictBoundedMeetSemilattice.MeetSemilattice0();
|
|
282
|
+
const meetSemilatticeSelStates1 = {
|
|
283
|
+
meet: v => v1 => {
|
|
284
|
+
if (v1.tag === "Inert") { return Inert; }
|
|
285
|
+
if (v.tag === "Inert") { return Inert; }
|
|
286
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") {
|
|
287
|
+
return $SelState("Reactive", {persistent: $0.meet(v._1.persistent)(v1._1.persistent), transient: $0.meet(v._1.transient)(v1._1.transient)});
|
|
288
|
+
}
|
|
289
|
+
$runtime.fail();
|
|
290
|
+
}
|
|
291
|
+
};
|
|
292
|
+
return {top: $SelState("Reactive", {persistent: top, transient: top}), MeetSemilattice0: () => meetSemilatticeSelStates1};
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
const boundedMeetSemilatticeSel1 = dictBounded => {
|
|
296
|
+
const top = dictBounded.top;
|
|
297
|
+
return dictBoundedMeetSemilattice => {
|
|
298
|
+
const $0 = dictBoundedMeetSemilattice.MeetSemilattice0();
|
|
299
|
+
const meetSemilatticeSelState1 = {
|
|
300
|
+
meet: v => v1 => {
|
|
301
|
+
if (v1.tag === "Inert") { return Inert; }
|
|
302
|
+
if (v.tag === "Inert") { return Inert; }
|
|
303
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") { return $SelState("Reactive", $0.meet(v._1)(v1._1)); }
|
|
304
|
+
$runtime.fail();
|
|
305
|
+
}
|
|
306
|
+
};
|
|
307
|
+
return {top: $SelState("Reactive", top), MeetSemilattice0: () => meetSemilatticeSelState1};
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
const boundedJoinSemilatticeSel = dictBoundedJoinSemilattice => {
|
|
311
|
+
const $0 = dictBoundedJoinSemilattice.JoinSemilattice0();
|
|
312
|
+
const joinSemilatticeSelStates1 = {
|
|
313
|
+
join: v => v1 => {
|
|
314
|
+
if (v1.tag === "Inert") { return v; }
|
|
315
|
+
if (v.tag === "Inert") { return v1; }
|
|
316
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") {
|
|
317
|
+
return $SelState("Reactive", {persistent: $0.join(v._1.persistent)(v1._1.persistent), transient: $0.join(v._1.transient)(v1._1.transient)});
|
|
318
|
+
}
|
|
319
|
+
$runtime.fail();
|
|
320
|
+
}
|
|
321
|
+
};
|
|
322
|
+
return {bot: Inert, JoinSemilattice0: () => joinSemilatticeSelStates1};
|
|
323
|
+
};
|
|
324
|
+
const boundedJoinSemilatticeSel1 = dictBoundedJoinSemilattice => {
|
|
325
|
+
const $0 = dictBoundedJoinSemilattice.JoinSemilattice0();
|
|
326
|
+
const joinSemilatticeSelState1 = {
|
|
327
|
+
join: v => v1 => {
|
|
328
|
+
if (v1.tag === "Inert") { return v; }
|
|
329
|
+
if (v.tag === "Inert") { return v1; }
|
|
330
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") { return $SelState("Reactive", $0.join(v._1)(v1._1)); }
|
|
331
|
+
$runtime.fail();
|
|
332
|
+
}
|
|
333
|
+
};
|
|
334
|
+
return {bot: Inert, JoinSemilattice0: () => joinSemilatticeSelState1};
|
|
335
|
+
};
|
|
336
|
+
const applySelStates = {
|
|
337
|
+
apply: v => v1 => {
|
|
338
|
+
if (v.tag === "Inert") {
|
|
339
|
+
if (v1.tag === "Inert") { return Inert; }
|
|
340
|
+
return Effect$dException.throwException(Effect$dException.error("Shape mismatch"))();
|
|
341
|
+
}
|
|
342
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") {
|
|
343
|
+
return $SelState("Reactive", {persistent: v._1.persistent(v1._1.persistent), transient: v._1.transient(v1._1.transient)});
|
|
344
|
+
}
|
|
345
|
+
return Effect$dException.throwException(Effect$dException.error("Shape mismatch"))();
|
|
346
|
+
},
|
|
347
|
+
Functor0: () => functorSelStates
|
|
348
|
+
};
|
|
349
|
+
const applySelState = {
|
|
350
|
+
apply: v => v1 => {
|
|
351
|
+
if (v.tag === "Inert") {
|
|
352
|
+
if (v1.tag === "Inert") { return Inert; }
|
|
353
|
+
return Effect$dException.throwException(Effect$dException.error("Shape mismatch"))();
|
|
354
|
+
}
|
|
355
|
+
if (v.tag === "Reactive" && v1.tag === "Reactive") { return $SelState("Reactive", v._1(v1._1)); }
|
|
356
|
+
return Effect$dException.throwException(Effect$dException.error("Shape mismatch"))();
|
|
357
|
+
},
|
|
358
|
+
Functor0: () => functorSelState
|
|
359
|
+
};
|
|
360
|
+
const unselected = /* #__PURE__ */ $SelState("Reactive", {persistent: false, transient: false});
|
|
361
|
+
const to𝕊 = v => {
|
|
362
|
+
if (v) { return Primary; }
|
|
363
|
+
return None;
|
|
364
|
+
};
|
|
365
|
+
const to𝔹 = v => {
|
|
366
|
+
if (v.tag === "Inert") { return false; }
|
|
367
|
+
if (v.tag === "Reactive") { return v._1; }
|
|
368
|
+
$runtime.fail();
|
|
369
|
+
};
|
|
370
|
+
const selector = v => v1 => Data$dTuple.$Tuple(
|
|
371
|
+
Val.functorVal.map(x => Util.spyWhen(false)("to ")(show1)((() => {
|
|
372
|
+
if (x.tag === "Inert") { return Inert; }
|
|
373
|
+
if (x.tag === "Reactive") {
|
|
374
|
+
if (v === "mousedown") { return $SelState("Reactive", {persistent: !x._1.persistent, transient: x._1.transient}); }
|
|
375
|
+
if (v === "mouseenter") { return $SelState("Reactive", {transient: true, persistent: x._1.persistent}); }
|
|
376
|
+
if (v === "mouseleave") { return $SelState("Reactive", {transient: false, persistent: x._1.persistent}); }
|
|
377
|
+
return Effect$dException.throwException(Effect$dException.error("Unsupported event type"))();
|
|
378
|
+
}
|
|
379
|
+
$runtime.fail();
|
|
380
|
+
})()))(Util.spyWhen(false)("Setting selStates of ")(prettyP)(v1)),
|
|
381
|
+
(() => {
|
|
382
|
+
if (v === "mousedown") { return Persistent; }
|
|
383
|
+
if (v === "mouseenter") { return Transient; }
|
|
384
|
+
if (v === "mouseleave") { return Transient; }
|
|
385
|
+
return Effect$dException.throwException(Effect$dException.error("Unsupported event type"))();
|
|
386
|
+
})()
|
|
387
|
+
);
|
|
388
|
+
const selection = v => v1 => v2 => {
|
|
389
|
+
if (v) { return {persistent: Inert, transient: Inert}; }
|
|
390
|
+
return {persistent: $SelState("Reactive", v1), transient: $SelState("Reactive", v2)};
|
|
391
|
+
};
|
|
392
|
+
const selStates = v => v1 => v2 => {
|
|
393
|
+
if (v) { return Inert; }
|
|
394
|
+
return $SelState("Reactive", {persistent: v1, transient: v2});
|
|
395
|
+
};
|
|
396
|
+
const selState = v => {
|
|
397
|
+
if (v) { return v$1 => Inert; }
|
|
398
|
+
return Reactive;
|
|
399
|
+
};
|
|
400
|
+
const sel = Data$dTuple.snd;
|
|
401
|
+
const runAffs_ = f => as1 => {
|
|
402
|
+
const $0 = Effect$dAff.runAff(v => {
|
|
403
|
+
if (v.tag === "Left") { return Effect$dConsole.log(Effect$dException.showErrorImpl(v._1)); }
|
|
404
|
+
if (v.tag === "Right") { return sequence_(Data$dFunctor.arrayMap(f)(v._1)); }
|
|
405
|
+
$runtime.fail();
|
|
406
|
+
})(sequence(as1));
|
|
407
|
+
return () => {$0();};
|
|
408
|
+
};
|
|
409
|
+
const primary = dictApply => x => dictApply.Functor0().map(v => {
|
|
410
|
+
if (v.tag === "Inert") { return Inert; }
|
|
411
|
+
if (v.tag === "Reactive") { return $SelState("Reactive", v._1 ? Primary : None); }
|
|
412
|
+
$runtime.fail();
|
|
413
|
+
})(x);
|
|
414
|
+
const isInert = v => {
|
|
415
|
+
if (v.tag === "Inert") { return true; }
|
|
416
|
+
if (v.tag === "Reactive") { return false; }
|
|
417
|
+
$runtime.fail();
|
|
418
|
+
};
|
|
419
|
+
const inert = Inert;
|
|
420
|
+
const get_intOrNumber = x => r => {
|
|
421
|
+
const $0 = Util$dMap.get(Data$dShow.showString)(Dict.mapDictString)(x)(r);
|
|
422
|
+
const $1 = Primitive.intOrNumber.unpack($0._2._3);
|
|
423
|
+
return Data$dTuple.$Tuple(
|
|
424
|
+
(() => {
|
|
425
|
+
if ($1.tag === "Left") { return Data$dInt.toNumber($1._1); }
|
|
426
|
+
if ($1.tag === "Right") { return $1._1; }
|
|
427
|
+
$runtime.fail();
|
|
428
|
+
})(),
|
|
429
|
+
$0._2._1
|
|
430
|
+
);
|
|
431
|
+
};
|
|
432
|
+
const getTransient = dictBoundedJoinSemilattice => {
|
|
433
|
+
const bot = dictBoundedJoinSemilattice.bot;
|
|
434
|
+
return v => {
|
|
435
|
+
if (v.tag === "Inert") { return bot; }
|
|
436
|
+
if (v.tag === "Reactive") { return v._1.transient; }
|
|
437
|
+
$runtime.fail();
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
const getSel = selType => s => {
|
|
441
|
+
const $0 = (() => {
|
|
442
|
+
if (selType === "Persistent") { return v => v.persistent; }
|
|
443
|
+
if (selType === "Transient") { return v => v.transient; }
|
|
444
|
+
$runtime.fail();
|
|
445
|
+
})();
|
|
446
|
+
if (s.tag === "Inert") { return Inert; }
|
|
447
|
+
if (s.tag === "Reactive") { return $SelState("Reactive", $0(s._1)); }
|
|
448
|
+
$runtime.fail();
|
|
449
|
+
};
|
|
450
|
+
const getPersistent = dictBoundedJoinSemilattice => {
|
|
451
|
+
const bot = dictBoundedJoinSemilattice.bot;
|
|
452
|
+
return v => {
|
|
453
|
+
if (v.tag === "Inert") { return bot; }
|
|
454
|
+
if (v.tag === "Reactive") { return v._1.persistent; }
|
|
455
|
+
$runtime.fail();
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
const eventData = x => Util.definitely("absurd")(Data$dNullable.nullable(Web$dEvent$dEvent._target(x), Data$dMaybe.Nothing, Data$dMaybe.Just)).__data__;
|
|
459
|
+
const selectionEventData$p = /* #__PURE__ */ Data$dProfunctor$dStrong.fanout(Control$dCategory.categoryFn)(Data$dProfunctor$dStrong.strongFn)(eventData)(x => selector(Web$dEvent$dEvent.type_(x)));
|
|
460
|
+
const dict = toDict => v => toDict(v._3.tag === "Dictionary" ? v._3._1 : Primitive.typeError(v._3)("Dictionary"));
|
|
461
|
+
const css = {
|
|
462
|
+
sel: {
|
|
463
|
+
transient: {primary: "selected-primary-transient", secondary: "selected-secondary-transient"},
|
|
464
|
+
persistent: {primary: "selected-primary-persistent", secondary: "selected-secondary-persistent"}
|
|
465
|
+
},
|
|
466
|
+
inert: "inert"
|
|
467
|
+
};
|
|
468
|
+
const selClasses = /* #__PURE__ */ (() => Data$dString$dCommon.joinWith(" ")([
|
|
469
|
+
css.sel.transient.primary,
|
|
470
|
+
css.sel.transient.secondary,
|
|
471
|
+
css.sel.persistent.primary,
|
|
472
|
+
css.sel.persistent.secondary,
|
|
473
|
+
"inert"
|
|
474
|
+
]))();
|
|
475
|
+
const contents = Data$dTuple.fst;
|
|
476
|
+
const compare$p = v => v1 => {
|
|
477
|
+
if (v === "None") {
|
|
478
|
+
if (v1 === "None") { return Data$dOrdering.EQ; }
|
|
479
|
+
return Data$dOrdering.LT;
|
|
480
|
+
}
|
|
481
|
+
if (v === "Secondary") {
|
|
482
|
+
if (v1 === "Secondary") { return Data$dOrdering.EQ; }
|
|
483
|
+
if (v1 === "Primary") { return Data$dOrdering.LT; }
|
|
484
|
+
if (v1 === "None") { return Data$dOrdering.GT; }
|
|
485
|
+
$runtime.fail();
|
|
486
|
+
}
|
|
487
|
+
if (v === "Primary") {
|
|
488
|
+
if (v1 === "Primary") { return Data$dOrdering.EQ; }
|
|
489
|
+
return Data$dOrdering.GT;
|
|
490
|
+
}
|
|
491
|
+
$runtime.fail();
|
|
492
|
+
};
|
|
493
|
+
const eq𝕊 = {
|
|
494
|
+
eq: s => s$p => {
|
|
495
|
+
if (s === "None") { return s$p === "None"; }
|
|
496
|
+
if (s === "Secondary") {
|
|
497
|
+
if (s$p === "Secondary") { return true; }
|
|
498
|
+
if (s$p === "Primary") { return false; }
|
|
499
|
+
if (s$p === "None") { return false; }
|
|
500
|
+
$runtime.fail();
|
|
501
|
+
}
|
|
502
|
+
if (s === "Primary") { return s$p === "Primary"; }
|
|
503
|
+
$runtime.fail();
|
|
504
|
+
}
|
|
505
|
+
};
|
|
506
|
+
const isPrimary = v => {
|
|
507
|
+
if (v.tag === "Inert") { return false; }
|
|
508
|
+
if (v.tag === "Reactive") {
|
|
509
|
+
return (() => {
|
|
510
|
+
if (v._1.persistent === "None") { return false; }
|
|
511
|
+
if (v._1.persistent === "Secondary") { return false; }
|
|
512
|
+
if (v._1.persistent === "Primary") { return true; }
|
|
513
|
+
$runtime.fail();
|
|
514
|
+
})() || (() => {
|
|
515
|
+
if (v._1.transient === "None") { return false; }
|
|
516
|
+
if (v._1.transient === "Secondary") { return false; }
|
|
517
|
+
if (v._1.transient === "Primary") { return true; }
|
|
518
|
+
$runtime.fail();
|
|
519
|
+
})();
|
|
520
|
+
}
|
|
521
|
+
$runtime.fail();
|
|
522
|
+
};
|
|
523
|
+
const isSecondary = v => {
|
|
524
|
+
if (v.tag === "Inert") { return false; }
|
|
525
|
+
if (v.tag === "Reactive") {
|
|
526
|
+
return (() => {
|
|
527
|
+
if (v._1.persistent === "None") { return false; }
|
|
528
|
+
if (v._1.persistent === "Secondary") { return true; }
|
|
529
|
+
if (v._1.persistent === "Primary") { return false; }
|
|
530
|
+
$runtime.fail();
|
|
531
|
+
})() || (() => {
|
|
532
|
+
if (v._1.transient === "None") { return false; }
|
|
533
|
+
if (v._1.transient === "Secondary") { return true; }
|
|
534
|
+
if (v._1.transient === "Primary") { return false; }
|
|
535
|
+
$runtime.fail();
|
|
536
|
+
})();
|
|
537
|
+
}
|
|
538
|
+
$runtime.fail();
|
|
539
|
+
};
|
|
540
|
+
const ord𝕊 = {compare: compare$p, Eq0: () => eq𝕊};
|
|
541
|
+
const joinSemilattice𝕊 = {
|
|
542
|
+
join: x => y => {
|
|
543
|
+
if (x === "None") {
|
|
544
|
+
if (y === "None") { return x; }
|
|
545
|
+
return y;
|
|
546
|
+
}
|
|
547
|
+
if (x === "Secondary") {
|
|
548
|
+
if (y === "Secondary") { return x; }
|
|
549
|
+
if (y === "Primary") { return y; }
|
|
550
|
+
if (y === "None") { return x; }
|
|
551
|
+
$runtime.fail();
|
|
552
|
+
}
|
|
553
|
+
if (x === "Primary") { return x; }
|
|
554
|
+
$runtime.fail();
|
|
555
|
+
}
|
|
556
|
+
};
|
|
557
|
+
const boundedJoinSemilattice𝕊 = {bot: None, JoinSemilattice0: () => joinSemilattice𝕊};
|
|
558
|
+
const isPersistent = x => {
|
|
559
|
+
const $0 = (() => {
|
|
560
|
+
if (x.tag === "Inert") { return None; }
|
|
561
|
+
if (x.tag === "Reactive") { return x._1.persistent; }
|
|
562
|
+
$runtime.fail();
|
|
563
|
+
})();
|
|
564
|
+
if ($0 === "None") { return false; }
|
|
565
|
+
if ($0 === "Secondary") { return true; }
|
|
566
|
+
if ($0 === "Primary") { return true; }
|
|
567
|
+
$runtime.fail();
|
|
568
|
+
};
|
|
569
|
+
const isTransient = x => {
|
|
570
|
+
const $0 = (() => {
|
|
571
|
+
if (x.tag === "Inert") { return None; }
|
|
572
|
+
if (x.tag === "Reactive") { return x._1.transient; }
|
|
573
|
+
$runtime.fail();
|
|
574
|
+
})();
|
|
575
|
+
if ($0 === "None") { return false; }
|
|
576
|
+
if ($0 === "Secondary") { return true; }
|
|
577
|
+
if ($0 === "Primary") { return true; }
|
|
578
|
+
$runtime.fail();
|
|
579
|
+
};
|
|
580
|
+
const selClassesFor = v => {
|
|
581
|
+
if (v.tag === "Inert") { return "inert"; }
|
|
582
|
+
return Data$dString$dCommon.joinWith(" ")(Data$dArray.concat([
|
|
583
|
+
(() => {
|
|
584
|
+
const v1 = (() => {
|
|
585
|
+
if (v.tag === "Inert") { return None; }
|
|
586
|
+
if (v.tag === "Reactive") { return v._1.persistent; }
|
|
587
|
+
$runtime.fail();
|
|
588
|
+
})();
|
|
589
|
+
if (v1 === "Secondary") { return [css.sel.persistent.secondary]; }
|
|
590
|
+
if (v1 === "Primary") { return [css.sel.persistent.primary]; }
|
|
591
|
+
if (v1 === "None") { return []; }
|
|
592
|
+
$runtime.fail();
|
|
593
|
+
})(),
|
|
594
|
+
(() => {
|
|
595
|
+
const v1 = (() => {
|
|
596
|
+
if (v.tag === "Inert") { return None; }
|
|
597
|
+
if (v.tag === "Reactive") { return v._1.transient; }
|
|
598
|
+
$runtime.fail();
|
|
599
|
+
})();
|
|
600
|
+
if (v1 === "Secondary") { return [css.sel.transient.secondary]; }
|
|
601
|
+
if (v1 === "Primary") { return [css.sel.transient.primary]; }
|
|
602
|
+
if (v1 === "None") { return []; }
|
|
603
|
+
$runtime.fail();
|
|
604
|
+
})()
|
|
605
|
+
]));
|
|
606
|
+
};
|
|
607
|
+
const meetSemilattice𝕊 = {
|
|
608
|
+
meet: x => y => {
|
|
609
|
+
if (x === "None") { return x; }
|
|
610
|
+
if (x === "Secondary") {
|
|
611
|
+
if (y === "Secondary") { return x; }
|
|
612
|
+
if (y === "Primary") { return x; }
|
|
613
|
+
if (y === "None") { return y; }
|
|
614
|
+
$runtime.fail();
|
|
615
|
+
}
|
|
616
|
+
if (x === "Primary") {
|
|
617
|
+
if (y === "Primary") { return x; }
|
|
618
|
+
return y;
|
|
619
|
+
}
|
|
620
|
+
$runtime.fail();
|
|
621
|
+
}
|
|
622
|
+
};
|
|
623
|
+
const colorShade = col => n => {
|
|
624
|
+
const shade = rgbComponent => {
|
|
625
|
+
const s = Data$dInt.toStringAs(16)(clamp(0)(255)(Util.definitely("absurd")(Data$dInt.fromStringAs(16)(rgbComponent)) + n | 0));
|
|
626
|
+
if (Data$dString$dCodePoints.toCodePointArray(s).length === 1) { return "0" + s; }
|
|
627
|
+
return s;
|
|
628
|
+
};
|
|
629
|
+
return "#" + shade(Data$dString$dCodeUnits.take(2)(Data$dString$dCodeUnits.drop(1)(col))) + shade(Data$dString$dCodeUnits.take(2)(Data$dString$dCodeUnits.drop(3)(col))) + shade(Data$dString$dCodeUnits.take(2)(Data$dString$dCodeUnits.drop(5)(col)));
|
|
630
|
+
};
|
|
631
|
+
const classes = /* #__PURE__ */ (() => {
|
|
632
|
+
const $0 = Data$dString$dCommon.joinWith(" ");
|
|
633
|
+
return x => Data$dTuple.$Tuple("class", $0(x));
|
|
634
|
+
})();
|
|
635
|
+
const attrs = /* #__PURE__ */ Data$dFoldable.foldlArray(kvs => x => Foreign$dObject.union(kvs)(fromFoldable(x)))(Foreign$dObject.empty);
|
|
636
|
+
const as𝕊 = v => v1 => {
|
|
637
|
+
if (!v) {
|
|
638
|
+
if (!v1) { return None; }
|
|
639
|
+
if (v1) { return Secondary; }
|
|
640
|
+
$runtime.fail();
|
|
641
|
+
}
|
|
642
|
+
if (v) {
|
|
643
|
+
if (!v1) { return None; }
|
|
644
|
+
if (v1) { return Primary; }
|
|
645
|
+
}
|
|
646
|
+
$runtime.fail();
|
|
647
|
+
};
|
|
648
|
+
const primaryOrSecondary = dictApply => {
|
|
649
|
+
const $0 = dictApply.Functor0();
|
|
650
|
+
return selType => x => x$p => dictApply.apply($0.map(a => b => applySelState.apply((() => {
|
|
651
|
+
if (a.tag === "Inert") { return Inert; }
|
|
652
|
+
if (a.tag === "Reactive") {
|
|
653
|
+
return $SelState(
|
|
654
|
+
"Reactive",
|
|
655
|
+
(() => {
|
|
656
|
+
const $1 = a._1;
|
|
657
|
+
return v1 => {
|
|
658
|
+
if (!$1) {
|
|
659
|
+
if (!v1) { return None; }
|
|
660
|
+
if (v1) { return Secondary; }
|
|
661
|
+
$runtime.fail();
|
|
662
|
+
}
|
|
663
|
+
if ($1) {
|
|
664
|
+
if (!v1) { return None; }
|
|
665
|
+
if (v1) { return Primary; }
|
|
666
|
+
}
|
|
667
|
+
$runtime.fail();
|
|
668
|
+
};
|
|
669
|
+
})()
|
|
670
|
+
);
|
|
671
|
+
}
|
|
672
|
+
$runtime.fail();
|
|
673
|
+
})())(b))($0.map(s => {
|
|
674
|
+
const $1 = (() => {
|
|
675
|
+
if (selType === "Persistent") { return v => v.persistent; }
|
|
676
|
+
if (selType === "Transient") { return v => v.transient; }
|
|
677
|
+
$runtime.fail();
|
|
678
|
+
})();
|
|
679
|
+
if (s.tag === "Inert") { return Inert; }
|
|
680
|
+
if (s.tag === "Reactive") { return $SelState("Reactive", $1(s._1)); }
|
|
681
|
+
$runtime.fail();
|
|
682
|
+
})(x)))(x$p);
|
|
683
|
+
};
|
|
684
|
+
export {
|
|
685
|
+
$SelState,
|
|
686
|
+
$SelectionType,
|
|
687
|
+
$𝕊,
|
|
688
|
+
Dimensions,
|
|
689
|
+
DimensionsIsSymbol,
|
|
690
|
+
Inert,
|
|
691
|
+
None,
|
|
692
|
+
Persistent,
|
|
693
|
+
Primary,
|
|
694
|
+
Reactive,
|
|
695
|
+
ReactiveIsSymbol,
|
|
696
|
+
Secondary,
|
|
697
|
+
SelStates,
|
|
698
|
+
SelStatesIsSymbol,
|
|
699
|
+
Transient,
|
|
700
|
+
applySelState,
|
|
701
|
+
applySelStates,
|
|
702
|
+
as𝕊,
|
|
703
|
+
attrs,
|
|
704
|
+
boundedJoinSemilatticeSel,
|
|
705
|
+
boundedJoinSemilatticeSel1,
|
|
706
|
+
boundedJoinSemilattice𝕊,
|
|
707
|
+
boundedMeetSemilatticeSel,
|
|
708
|
+
boundedMeetSemilatticeSel1,
|
|
709
|
+
clamp,
|
|
710
|
+
classes,
|
|
711
|
+
colorShade,
|
|
712
|
+
compare$p,
|
|
713
|
+
contents,
|
|
714
|
+
css,
|
|
715
|
+
dict,
|
|
716
|
+
eqSelState,
|
|
717
|
+
eqSelStates,
|
|
718
|
+
eqSelectionType,
|
|
719
|
+
eq𝕊,
|
|
720
|
+
eventData,
|
|
721
|
+
fromFoldable,
|
|
722
|
+
functorDimensions,
|
|
723
|
+
functorSelState,
|
|
724
|
+
functorSelStates,
|
|
725
|
+
genericDimensions_,
|
|
726
|
+
genericSelState_,
|
|
727
|
+
genericSelStates_,
|
|
728
|
+
genericShowSum,
|
|
729
|
+
generic𝕊_,
|
|
730
|
+
getPersistent,
|
|
731
|
+
getSel,
|
|
732
|
+
getTransient,
|
|
733
|
+
get_intOrNumber,
|
|
734
|
+
highlightableSelState,
|
|
735
|
+
highlightableSelStates,
|
|
736
|
+
inert,
|
|
737
|
+
isInert,
|
|
738
|
+
isPersistent,
|
|
739
|
+
isPrimary,
|
|
740
|
+
isSecondary,
|
|
741
|
+
isTransient,
|
|
742
|
+
joinSemilatticeSelState,
|
|
743
|
+
joinSemilatticeSelStates,
|
|
744
|
+
joinSemilattice𝕊,
|
|
745
|
+
meetSemilatticeSelState,
|
|
746
|
+
meetSemilatticeSelStates,
|
|
747
|
+
meetSemilattice𝕊,
|
|
748
|
+
newtypeDimensions_,
|
|
749
|
+
newtypeSelStates_,
|
|
750
|
+
ord𝕊,
|
|
751
|
+
prettyP,
|
|
752
|
+
primary,
|
|
753
|
+
primaryOrSecondary,
|
|
754
|
+
runAffs_,
|
|
755
|
+
sel,
|
|
756
|
+
selClasses,
|
|
757
|
+
selClassesFor,
|
|
758
|
+
selState,
|
|
759
|
+
selStates,
|
|
760
|
+
selection,
|
|
761
|
+
selectionEventData$p,
|
|
762
|
+
selector,
|
|
763
|
+
sequence,
|
|
764
|
+
sequence_,
|
|
765
|
+
show1,
|
|
766
|
+
showDimensions,
|
|
767
|
+
showSelState,
|
|
768
|
+
showSelStates,
|
|
769
|
+
show𝕊,
|
|
770
|
+
to𝔹,
|
|
771
|
+
to𝕊,
|
|
772
|
+
unselected
|
|
773
|
+
};
|