chris
6ff45892cb
REFA: removing empty lines at begin of files (and doc if redundant)
11 months ago
chris
6f186b64d8
MAJOR,REFA: moved component and ancestry into module
11 months ago
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.
11 months ago
chris
d9cef5210d
MAJOR,REFA: moved helpers into module out of context
11 months ago
chris
26becc9431
MAJOR,REFA: moved twoDimPoint to helpers instead
11 months ago
chris
3afeb8a5e6
MAJOR,REFA: Moved/Renamed modifier extensions into "module" dir
11 months ago
chris
0209c1012f
MAJOR,REFA: externalized modifier extension classes
11 months ago
chris
1b81c4df0e
REFA,CHORE: add module type generated bundle to gitignore
11 months ago
chris
e4e4c60f27
REFA,CHORE: introducing module bundling
11 months ago
chris
b53ffc3571
REFA, IMPRO: removing the property "_wenity"
The property didn't introduced any additional functionality.
11 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.
11 months ago
chris
e0fbe8bd96
CHORE,DOC: some doc added, removed unused dependencies
11 months ago
chris
c228b251b2
MINOR,FEAT: return parent if child is undefined to allow empty method stubs
11 months ago
chris
208481a867
FIX,DOC: adjusted return types and fixed integer identification
11 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/.
11 months ago
chris
512551c4f4
FEAT: chainChild - chain of single elements
11 months ago
chris
578d26c2e5
MINOR,FEAT,REFA: introduced modifier passing to generator
11 months ago
chris
9f46eaba1a
REFA: moved twoDimPoint and helpers into own file
11 months ago
chris
40d2546b36
MINOR,FEAT: to execute funciton on an array or a single value
11 months ago
chris
6ccee1914c
CHORE: renamed module name in package.json
11 months ago
chris
8b81393131
CHORE: updating package.json
11 months ago
chris
e88623a3f5
CHORE,GIT,FIX
11 months ago
chris
614ce95a2b
MINOR,REFA: changed setup of framework control pane
# Conflicts:
# src/context.js
11 months ago
chris
65b3debb9e
MINOR,REFA: setting page title postponed to generate
11 months ago
chris
653e82e6b6
REFA: added _groups variable
# Conflicts:
# src/context.js
11 months ago
chris
1dd90bd242
CHORE: updated upcoming
11 months ago
chris
a30941888f
REFA: extended usage of _hex variable
11 months ago
chris
ac7bb1e1ff
MINOR,FEAT: extended extension logic
11 months ago
chris
752ca8435b
REFA: changed from classical object to map approach
11 months ago
chris
df8ceb0bd8
MINOR,REFA,FEAT: added children and store variables
11 months ago
chris
90d446adb2
MINOR,FEAT: changed isCompel variable to make it accessible
11 months ago
chris
767893d9f9
MINOR,FEAT: refactored and reintroduced distributeEvenly function
11 months ago
chris
9557335694
MINOR,FEAT: created convenience functions in builder for dev
11 months ago
chris
430411ff7f
REFA,MINOR: movement of helper functions into helperFun object
11 months ago
chris
42ad432bdb
REFA,MINOR,FEAT: refactored Sides inheritance, introduced MarginChain
11 months ago
chris
d8170fad15
REFA,MINOR,FEAT: Added more logic depending on higher-component.
Changed hidden setup
12 months ago
chris
d5c4865ecf
MINOR,FEAT: Extended and unified methods -naming of TDP class
12 months ago
chris
626f7ac1ac
MINOR,FEAT: minor improvements on FlexContainerComponent-logic
12 months ago
chris
51a4da6638
DOC,FEAT: extended "extensions" with helper functions
12 months ago
chris
7ff88c0e66
DOC: InputComponent class extending Component
1 year ago
chris
76fac29dd6
DOC: Introduced changelog and upcoming changes
1 year 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
1 year ago
chris
ea9261446d
DOC: Added copyright, minor functional, README
1 year 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.
1 year 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.
1 year ago
chris
eae24e4bd5
DOC: Added or modified some doc
Mainly to increase accessibility during usage of code (through e.g. vscode)
1 year ago
chris
a0c6f68e23
REFA,FEAT: Contextmenu behaviour
1 year ago
chris
27d0635119
REFA,FEAT: Introduced DragAndDropImplementation as behaviour parameterr for components
1 year ago
chris
0ba13cca94
REFA,FEAT: Reintroduced and reintroduced ExtStorage and corresponding enums, functions and so on
1 year ago
chris
e0046c6aa8
MINOR,HELPER: added default compel groups
1 year ago