chris
dd3d986485
MAJOR,REFA: moved modifiers to decorators
- the decorators are stored in a more flat hirearchy.
- the differencen between modifier and decorators is more intuitiv now.
2 months ago
chris
d9cef5210d
MAJOR,REFA: moved helpers into module out of context
2 months ago
chris
26becc9431
MAJOR,REFA: moved twoDimPoint to helpers instead
2 months ago
chris
3afeb8a5e6
MAJOR,REFA: Moved/Renamed modifier extensions into "module" dir
2 months ago
chris
0209c1012f
MAJOR,REFA: externalized modifier extension classes
2 months ago
chris
1b81c4df0e
REFA,CHORE: add module type generated bundle to gitignore
2 months ago
chris
e4e4c60f27
REFA,CHORE: introducing module bundling
2 months ago
chris
b53ffc3571
REFA, IMPRO: removing the property "_wenity"
The property didn't introduced any additional functionality.
2 months ago
chris
eca487c2fe
CHORE,REFA: removed copyright disclaimer from 'every' file
Either the copyright disclaimer will be added through build/generate
or a default licence file in the repo should be enough.
Overachieving licence security is a waste of creative energy.
2 months ago
chris
e0fbe8bd96
CHORE,DOC: some doc added, removed unused dependencies
2 months ago
chris
c228b251b2
MINOR,FEAT: return parent if child is undefined to allow empty method stubs
2 months ago
chris
208481a867
FIX,DOC: adjusted return types and fixed integer identification
2 months ago
chris
aada47b8e0
FEAT,MAJOR,REFA,FIX: unified logic of DirectionUnitDependentAttributes
More specific the logic of DirectionUnitDependetAttributes (DUDA) extending
classes and corresponding Modifier-call methods.
Set the old link<CallMethod> methods @deprecated .
Now you can call an DUDA-CallMethod with either:
- default value (usually number): returns modifier
- nothing: returns DUDA-Ext-Chain
- DUDA-Ext: returns modifier
Introduced mixins to extend DUDA-Extensions with (unified)
returns to modifier or component methods.
Rearanged, added and updated some doc
Moved some of the DUDA-Ext into their own files under src/modifier/.
2 months ago
chris
512551c4f4
FEAT: chainChild - chain of single elements
2 months ago
chris
578d26c2e5
MINOR,FEAT,REFA: introduced modifier passing to generator
2 months ago
chris
9f46eaba1a
REFA: moved twoDimPoint and helpers into own file
2 months ago
chris
40d2546b36
MINOR,FEAT: to execute funciton on an array or a single value
2 months ago
chris
6ccee1914c
CHORE: renamed module name in package.json
2 months ago
chris
8b81393131
CHORE: updating package.json
2 months ago
chris
e88623a3f5
CHORE,GIT,FIX
2 months ago
chris
614ce95a2b
MINOR,REFA: changed setup of framework control pane
# Conflicts:
# src/context.js
2 months ago
chris
65b3debb9e
MINOR,REFA: setting page title postponed to generate
2 months ago
chris
653e82e6b6
REFA: added _groups variable
# Conflicts:
# src/context.js
2 months ago
chris
1dd90bd242
CHORE: updated upcoming
2 months ago
chris
a30941888f
REFA: extended usage of _hex variable
2 months ago
chris
ac7bb1e1ff
MINOR,FEAT: extended extension logic
2 months ago
chris
752ca8435b
REFA: changed from classical object to map approach
2 months ago
chris
df8ceb0bd8
MINOR,REFA,FEAT: added children and store variables
2 months ago
chris
90d446adb2
MINOR,FEAT: changed isCompel variable to make it accessible
2 months ago
chris
767893d9f9
MINOR,FEAT: refactored and reintroduced distributeEvenly function
2 months ago
chris
9557335694
MINOR,FEAT: created convenience functions in builder for dev
2 months ago
chris
430411ff7f
REFA,MINOR: movement of helper functions into helperFun object
2 months ago
chris
42ad432bdb
REFA,MINOR,FEAT: refactored Sides inheritance, introduced MarginChain
2 months ago
chris
d8170fad15
REFA,MINOR,FEAT: Added more logic depending on higher-component.
Changed hidden setup
3 months ago
chris
d5c4865ecf
MINOR,FEAT: Extended and unified methods -naming of TDP class
3 months ago
chris
626f7ac1ac
MINOR,FEAT: minor improvements on FlexContainerComponent-logic
3 months ago
chris
51a4da6638
DOC,FEAT: extended "extensions" with helper functions
3 months ago
chris
7ff88c0e66
DOC: InputComponent class extending Component
4 months ago
chris
76fac29dd6
DOC: Introduced changelog and upcoming changes
4 months ago
chris
646afba4d3
FIX,REFA: extStore handling during generate and appendToPage
the switch-case resolvement is mostly moved to the ExtStorage class
changed some iteration approaches
removed unnecessary tasks
fixed some (missing) documentation
4 months ago
chris
ea9261446d
DOC: Added copyright, minor functional, README
4 months ago
chris
e0a60593d2
CHORE: adjusted "build" script
Added fileOrder.json that basically offers a ordered way,
how the files should be appended together into one file.
4 months ago
chris
882303a5fa
FEAT,REFA: extensions logic and management console
An Extension logic is implemented.
It will replace the earlier introduced
- direct implementation of material icons
- use CSS-Cals which is not supported by all browsers yet anyway
The "packageWithoutFramework" (pwf) which wasn't properly implemented yet,
was replaced with a "Framework Management Console" - a panel
that can be shown in the (generated) page if desired.
It is supposed to provide some controls as well
as the "pwf" functionallity.
Further there are considerations to extend the pwf further to introduce
the opportunity to generate the components into a form
that can be used in other frameworks.
4 months ago
chris
eae24e4bd5
DOC: Added or modified some doc
Mainly to increase accessibility during usage of code (through e.g. vscode)
4 months ago
chris
a0c6f68e23
REFA,FEAT: Contextmenu behaviour
4 months ago
chris
27d0635119
REFA,FEAT: Introduced DragAndDropImplementation as behaviour parameterr for components
4 months ago
chris
0ba13cca94
REFA,FEAT: Reintroduced and reintroduced ExtStorage and corresponding enums, functions and so on
4 months ago
chris
e0046c6aa8
MINOR,HELPER: added default compel groups
4 months ago
chris
12bf468e22
FIX: Border Color value and component modifier setup during generate
4 months ago
chris
89207c163f
HELPER,DOC,REFA: Added several helper methods
4 months ago