@eccenca/gui-elements
Advanced tools
Changelog
[23.8.0] - 2024-08-19
<ApplicationContainer />
:
monitorDropzonesFor
property can be used to monitor application wide dropzones for dragged elements via data attributes attached to body element containing the data transfer type of drag over events.<ReactFlow />
dropzoneFor
property can be used to mark react flow canvas as matching area to drop dragged elements.<Accordion />
, <AccordionItem />
whitespaceSize
property to define how much whitespace is used on top and bottom inside the header and content of an accordion item.separationSize
property defines how much space is used for the separation between an accordion item and the next one.$prefix-blueprintjs
(current value is bp5
)$prefix-carbon
(current value is cds
)$prefix-eccgui
(current value is eccgui
)<ElapsedDateTimeDisplay />
<TextArea />
TextField
regarding whitespace and colors<Accordion />
size
property in favour of whitespaceSize
<AccordionItem />
condensed
property in favour of whitespaceSize="none"
Changelog
[23.7.0] - 2024-06-26
<ReactFlow/>
, <StickyNoteModal/>
, <EdgeDefault/>
, <EdgeLabel/>
, <HandleContent/>
, <HandleTools/>
, <MiniMap/>
data-test-id
and data-testid
, sometimes as direct property, in other cases as part of properties routed to the wrapper elements<Markdown />
language-<LANGUAGE_NAME>
.<StickyTarget/>
utils
getScrollParent
: method to find the scroll parent of an element<SuggestField />
<TextArea />
intent
property to set the state, formerly used hasStatePrimary
, hasStateSuccess
, hasStateWarning
and hasStateDanger
properties are now deprecatedleftIcon
: set the left aligned iconrightElement
: renders on right side<Depiction />
disabled
property could be used if the element is used inside a disabled interactive element or form control but the state is not adapted automatically to the depictionnavigation-extern
, toggler-list
, toggler-table
, data-boolean
<MultiSuggestField />
selectedItems
or prePopulateWithItems
properties, which is more logical.selectedItems
setting.<StickyNoteModal/>
data-test-id="sticky-note-modal"
will be removed with next major version<BreadcrumbsList />
onItemClick
handler is only executed if breadcrumb has href
set because this is one callback parameter and the handler would not have any information otherwise<Depiction />
<Button />
<Tooltip />
<NodeContent />
introductionTime
property<BreadcrumbsList />
onItemClick
handler is only executed when the breadcrumb has no own onClick
handler defined<Card />
elevation
allows now -1
as value, the card is borderless then<MultiSuggestField />
placeholder
if createNewItemFromQuery
is given<SilkActivityControl />
initialStatus
property has been updated with the so far missing lastUpdateTime
property. If you run in problems because of that you could use Date.now()
as fix. Or consider to use <ActivityControlWidget />
directly, what is probably even better.<Depiction />
<Button />
<TextArea />
hasStatePrimary
, hasStateSuccess
, hasStateWarning
and hasStateDanger
properties: use the intent
property instead.