chris
f831b195bd
Revert "DRAFT,FIX: module is uninstallable"
This reverts commit 29f4de58de
.
3 weeks ago
chris
29f4de58de
DRAFT,FIX: module is uninstallable
Since the "prepare" script is executed both during first install
as well during publish.
It is likely that this step trys to execute another module/script
that is expected within the repo before it is downloaded.
3 weeks ago
Default User
3e04d6c6c2
MINOR,FEAT,REFA,DOC,LINT:
Update Component.js and FlexContainerComponent.js
2 months ago
chris
386ed6b8ab
CHORE,REFA: trying postinstall attempt for build script execution
2 months ago
chris
1b464b9ad7
FIX: generate process couldn't pick up files
Some files weren't renamed correctly therefore they weren't found by the generate script
4 months ago
chris
c3b90e60bf
MINOR,REFA: indentation
4 months ago
chris
c0171aa8d8
IMPRO,FEAT: added modifyChildren
enables passing a modifier to all children of a flex container.
Similar to distributeSpacingEvengly.
might be refactored into component in general.
4 months ago
chris
6933a89111
IMPRO,REFA,FEAT: extended distributeSpacingEvengly
it now can be either executed directly or on generate.
it allows defining excess spaces/gaps.
4 months ago
chris
7a40c27712
REFA,IMPRO: select elements are InputComponents as well
4 months ago
chris
6de0aca195
REFA,FIX,IMPRO: changed default behaviour of text()
Instead of catching the default behaviour for HTMLInputElements
when calling text() on every component,
It is now an extension for InputComponents.
4 months ago
chris
02203a5dd0
CHORE: updated package version corresponding with git
4 months ago
chris
a36190bde9
CHORE: updated package-lock.json
4 months ago
chris
41d71f1523
CHORE: fix dupplication of devdependencies introduced by git
4 months ago
chris
1a51451e82
DOC,REFA,LINT: implemented first couple of lint issues
4 months ago
chris
9fb347421d
CHORE,REFA: introduced linter
4 months ago
chris
362d9f870c
CHORE,REFA: introduced linter
4 months ago
chris
cf6438d623
CHORE: updated version reference in package.json
4 months ago
chris
c0b43e38d1
CHORE: adjusted licence to include exclusion of waranty
4 months ago
chris
d361a1bbee
FEAT,REFA: externalized extension base class
For reusability in the setup of jpclw extensions
4 months ago
chris
c25f9bb93e
FEAT: added noselect modifier
instead of always manual setting no select stylings
4 months ago
chris
aa65dc1e54
FIX,IMPRO,REFA: overriding all function for border
4 months ago
chris
5dab23dc14
FEAT,FIX,IMPRO,REFA: reworked overflow behaviour
4 months ago
chris
46f12f517d
FIX,REFA: handling parameter given as string or function
4 months ago
chris
ab4d39d55d
IMPRO,MINOR,FIX: changed replacement order of empty string characters
to replace those that are a combination of two first.
Otherwise the combination would be replaced twice.
4 months ago
chris
0496bb0295
FIX,IMPRO,REFA: removed shape invokation on border constructor
the "default" value would always override the border-shape
that might be set in the component earlier by the clip() function.
4 months ago
chris
d578a56269
MINOR,FIX: lookup for existing key in object
4 months ago
chris
61a32a7bfe
MINOR,IMPRO,FIX,REFA: changed to map approach
4 months ago
chris
27cc2d930d
FIX: entries is a function of a map
4 months ago
chris
73c85f4d2e
FIX: wrongfully created a dependend call loop
the visibillity toggle functions were calling each other.
This might have ended in an not ending cycle.
4 months ago
chris
025573a16c
FIX: default values for parameters were wrongfully provided
in overriding methods - there were default parameters set.
4 months ago
chris
467fca6adf
CHORE: extend npm module with exports attemt to include module variant
5 months ago
chris
819ad6bee0
CHORE: update npm run generate call
5 months ago
chris
e65c2f96cd
REFA,IMPRO: local custom bundler generates vainlla and module
5 months ago
chris
3608ae5cf0
FIX,FEAT-BUNDLING: ChainableModifier was missing
5 months ago
chris
2b50ed88d1
FIX: generator used this (legacy from component)
- changed method calls in generator from this (legacy from component)
to component or similar.
- removed modifier param from generate() method
- reintroduced ExtStore initialization in Component ancestry
since the extstore logic might be reevaluated all together
the reintroduction is a quicker fix then to implement a dedicated
solution that might be removed later anyway
5 months ago
chris
60776d6fc3
DOC,REFA: unified used "imports", updated usage of deprecated methods
5 months ago
chris
b9a92a4df2
MAJOR,REFA,IMPL: updated files for current bundling process
5 months ago
chris
74974f6c80
REFA: preparations for jpclw-bundler
5 months ago
chris
92a86aa880
CHORE: Removing name form disclaimer
5 months ago
chris
fc1dfd7e21
REFA: renamed files to represent classes directly
5 months ago
chris
9f374eeaa4
IMPRO: default generator
5 months ago
chris
20710fc461
MAJOR,IMPL,FEAT,REFA: generator
5 months ago
chris
db5750ca16
REFA: changed extStore setup
5 months ago
chris
0110253876
REFA: moved executeStoreTypeCollectedTriple function
5 months ago
chris
e495aa72ad
FIX: setFunctionsExtStorage setting property
method set property _styleExtStore instead of _functionsExtStore
5 months ago
chris
439a98eb33
REFA,DOC: Added Doc removed empty lines
5 months ago
chris
70e5d0d66f
REFA: renamed properties of WebTrinity
5 months ago
chris
60faa1a062
MAJOR,REFA: extracted TwoDimPoint class in own file
related helper funcitons were moved into a corresponding file
5 months ago
chris
e539ace5a0
DRAFT,IMPL,DOC: changed loop approaches
5 months ago
chris
23e30b8ffb
MINOR,FEAT,REFA,DOC: first implementation of generator class
5 months ago