chris
ea9261446d
DOC: Added copyright, minor functional, README
2 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.
2 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.
2 months ago
chris
eae24e4bd5
DOC: Added or modified some doc
Mainly to increase accessibility during usage of code (through e.g. vscode)
2 months ago
chris
a0c6f68e23
REFA,FEAT: Contextmenu behaviour
2 months ago
chris
27d0635119
REFA,FEAT: Introduced DragAndDropImplementation as behaviour parameterr for components
2 months ago
chris
0ba13cca94
REFA,FEAT: Reintroduced and reintroduced ExtStorage and corresponding enums, functions and so on
2 months ago
chris
e0046c6aa8
MINOR,HELPER: added default compel groups
2 months ago
chris
12bf468e22
FIX: Border Color value and component modifier setup during generate
2 months ago
chris
89207c163f
HELPER,DOC,REFA: Added several helper methods
2 months ago
chris
170d00d852
REFA: Moved functions to their logical position
2 months ago
chris
4479c92bb4
MINOR,FEAT: Adjusted the component container logic
2 months ago
chris
b7fff8604e
REFA: Moved alignment and arrangement setting
2 months ago
chris
a7fcb5a3ca
REFA,RENAME,DOC: Renamed several functions for readability
2 months ago
chris
4b6f4006d9
MINOR,FEAT: Introduced default parameter "modifier"
2 months ago
chris
9447216e53
REFA,IMRO: Extended auto-subscriptions of components in compelgroups
2 months ago
chris
f41e7f1384
REFA: provided an HTMLElement ToggleVisibility
2 months ago
chris
c4b0fc9162
FEAT,MINOR: (Re- ?) Introduced component subscription
2 months ago
chris
5e782912f7
FIX,FEAT: Drag and Drop basic implementation
2 months ago
chris
1632528322
MINOR,FEAT,HELPERS,CONVINENCE: Couple functions/changes
2 months ago
chris
b60b89cbea
FEAT,MODIFY,FIX: ExtStore functionallity and parent-dependent-sizing
since some browser don't support the css value "calc"
as in "calc(100% - 16px);"
Therefore a "useFlag" was introduced and implemented in the handling.
Furhter the "collected" distribution of a (higher) component
was implemented.
And the passing of the _paddingValues property of the modifier
on modifer.join() was implemented.
2 months ago
chris
0cc60ad07c
MINOR,DOC: Added convenience functions to the Shape class and fixed/changed some doc
2 months ago
chris
771a05dba8
MINOR,FIX: In established functionallities
- fixed setting radius on bottomRight corner (Shape)
- fixed value assignment for lineStyles of Border(s)
- Fixed class init in builder of InputComponent
2 months ago
chris
f9e7e188cb
FIX: changed from !(Object) to ===null comparison
2 months ago
chris
02f72d4648
FEAT: DragAndDrop in a basic implementation
2 months ago
chris
bb0ccb8904
FEAT: extended Siding added some constants
2 months ago
chris
6f78fa1cfb
FEAT: ContextMenu
2 months ago
chris
3782344e1f
FEAT: added hidden() and overflow() functions
2 months ago
chris
5b74731cf1
REFA,STEP,FEAT: added style remove functionallity and refactored inputTag-organisation in builder
2 months ago
chris
94ef6186cf
REFA,STEP,DOC,FIX: some docs and obvious errors
2 months ago
chris
3b8efc9a6d
REFA,STEP,UNSTABLE: reestablished generate
With internal script and style processing as well as higher comp definition
more or less a processing of ExtStorage
minor doc changes
helper method renames
2 months ago
chris
0c51679e04
REFA,UNSTABLE,STEP: Removing old artifacts/fragments of earlier implementations
2 months ago
chris
ec298757c2
STEP,UNSTABLE,REFA: Restructured organization of Component and its ancestry
2 months ago
chris
8121c9ec6a
TYPO: added ; and (empty) dependency block
4 months ago
chris
9d073a8367
MINOR,FEAT: Added inputtags with predefined types to builder
4 months ago
chris
cdc1188061
FEAT: Introduced first version of Scrollable and DragAndDrop
4 months ago
chris
ea1786f379
FIX,IMPRO,REFA: Fixed framework after refactoring and -structuring
4 months ago
chris
4a0bd90799
MAJOR,REFA,IMPRO,CHANGE: Introducing extensive usage of Inheritance
Code and functionallity of the Component and Context classes/files
were split into several super-classes.
4 months ago
chris
95d0649169
DOC,LICENCE,COPYRIGHT: Updated copyright comment in files-doc
4 months ago
chris
fc2c6b15c0
MINOR,REFA,DOC,INDENT: Autoformatted code, added some doc
4 months ago
chris
673f4a35d2
DOC: Added Licence file
5 months ago
chris
295ab2210f
IMPRO,FIX,CLEAN: Preparing for new Release
5 months ago
chris
5c9ed7bb23
DOC,LICENCE: Added licence comment into every file
6 months ago
chris
825ba24ad6
FEAT: Component subscription and functions after load
- Components are now capable of subscribing to a list on generate
- function execution after page load with delay (repeated if wanted)
- repeating function
6 months ago
chris
012e2e8afa
IMPRO,REFA: Minor changes
removing logs
added span element to builder
typos
added docu
6 months ago
chris
dd4ac1d771
REFA: Fusion of "Chainable..." and "...Chain" constructs
6 months ago
chris
b98c3be3be
REFA,DOC: several things
6 months ago
chris
a2765d9383
FEAT,IMPRO: added linkBorder functionallity
6 months ago
chris
2d3b2c0f46
FEAT,REFA: replaced componentChild(ren) with childContext
6 months ago
chris
1f962b8695
REFA,IMPRO: Changed Comp-Attributes-Behaviour
Added default value usage for "link-" calls of attributes.
Removed unnecessary methods
Added some new default-values (enum)
6 months ago