0.4.5 • Published 27 days ago

@bexis2/bexis2-core-ui v0.4.5

Weekly downloads
-
License
ISC
Repository
github
Last release
27 days ago

bexis-core-ui

0.4.5

  • table
    • adds searching for missing values in the filters #744
    • missing values for every data type
    • display patterns for date/time/datetime types

0.4.4

  • update libs

    • remove eslint-plugin-svelte3
    • update svelte, sveltekit, typescript, tailwind ...

0.4.3

  • table
    • Enable searching on server-side

0.4.2

0.4.1

  • table
    • Server-side searching
    • Case-insensitive filtering of missing values
    • Date formatting for display patterns
    • Handle missing values regardless of the data type

0.4.0

  • update dependency libaries
    • svelte
    • sveltekit
    • vite

0.3.13

0.3.12

  • table
    • Server-side data fetching
    • Server-side filtering
    • Server-side sorting
    • Server-side pagination
    • New filtering workflow & UI
    • New pagination component

0.3.11

  • add on:change passthrough to TextInput, TextArea, DateInput, NumberInput, CheckBox

0.3.10

  • multi select
    • update svelte-select libary
    • refactor filterFn (new order - > exact, start, includes)
    • fix issues with clearable

0.3.9

  • add application name into the breadcrumb component

0.3.8

  • change home within breadcrumb from "app"-based home to "/" in general
    • There was an issue in case the application is routing through sub-apps. By that, "home" was redirecting to the home of the sub-app, but not to the general "/" anymore.

0.3.7

  • listeItemType
    • add description

0.3.6

  • FileUpload
    • add progressbar during upload
  • Table
    • fix update issue with first row entry

0.3.5

  • listeItemType
    • add description

0.3.4

  • Page
    • add automatic scroll to top button next to help

0.3.3

  • Table
    • rowHeight (number): fixed height for rows in pixels. (if combined with resizability, acts as minimum height)
    • exportability (boolean): if toggled true, lets user to export the current state of the table as CSV.
    • Optimized styles for dark mode.
    • Bug fix related to empty tables.
    • Migrated to new TableOfContents (Beta) on documentation page.
  • LightSwitch for toggling dark mode on documentation pages.
  • Optimized surface colors in dark mode.

0.3.1

  • add bexis2theme

0.3.0

  • update skeleton ui -> 2.5.0

0.2.32

  • resizability for Table rows and columns
  • fixedWidth and minWidth options for columns

0.2.31

  • validation and syntax check for code editor component

0.2.30

  • fix routes for 'file' components ('.../file/...' -> '.../File/...')
  • 'Table' component is able to display heterogeneous data, that means data items/rows might have a different number of properties/columns.

0.2.29

  • add disbaled propertie to
    • TextInput
    • TextArea
    • NumberInput
    • DateInput

0.2.28

  • add disabled to multiselect

0.2.27

  • fix brand stretching

0.2.26

  • add fixLeft to page

0.2.25

  • hide console.logs
  • file uploader return list of uploaded files after success

0.2.24

  • add ids to table and code editor components

0.2.23

  • add CodeEditor component

0.2.22

  • Page title update on breadcrumb

v0.2.19

  • fix multiselect bug from prev version

v0.2.18

  • Multiselect
    • fix target bug with simple list and list of simple values

v0.2.17

  • Multiselect
    • fix target bind bug

v0.2.16

  • Table
    • width - fit to screen
    • Cell - drag to change the height
    • define a height to scroll the content
    • header allways on top whie scrolling

v0.2.15

  • Page - centered -> min width defined
  • MultiSelect -> add clearable

v0.2.14

  • change fileUploaderModel to FileUploaderType
  • remove AllFilesReadable, AsciiFileReaderInfo & LastModification from fileuploaderType

v0.2.13

  • add file reader types
    • fileReaderInfoType,
    • asciiFileReaderInfoType
  • add file reader enums
    • decimalCharacterType,orientationType,textMarkerType,textSeperatorType
  • Table Change order of text filter options
  • fix menu
  • update navbar

v0.2.12

  • update libs

v0.2.11

  • Error Message
  • Spinner Update
    • postion default is center
  • Surface color changed
  • Page: contentPageLayoutType

v0.2.9

  • helpStore
  • helpStoreType
  • helpItemType
  • Menu
  • Update Page

v0.2.1

refactoring based on naming conventions (https://bexis2.github.io/bexis2-core-ui/code/naming/)

  • fix issue in index.ts file for export components

v0.2.0

refactoring based on naming conventions (https://bexis2.github.io/bexis2-core-ui/code/naming/)

  • add Help, helpStore
  • update Page

v0.1.13

update

  • MultiSelect
    • loading flag
    • isValid

v0.1.12

update

  • MultiSelect
    • pass all events from svelte select

v0.1.11

update

  • MultiSelect
    • grouped source also works now in case of complex source & return single value

v0.1.10

update

  • MultiSelect
    • set isMulti to false to get also a single value

v0.1.9

update

  • MultiSelect
    • pass events
    • placeholder

v0.1.8

update

  • MultiSelect
    • add placeholder
    • add id
    • add ItemGroup

v0.1.7

update

  • MultiSelect
    • remove skeleton css classes from svelte select input

v0.1.6

  • remove massive console.logs

update

  • Table
    • change submit to apply filter
    • show emtpy table if not data is in the store
    • add option of including custom rendering component

v0.1.5

update

  • MultiSelect
    • isTargetComplex -> complexTarget
    • isComplex -> complexSource
  • DropdownKVP
    • targetIsComplex -> complexTarget

v0.1.4

test for deploy

v0.1.3

test table

v0.1.2

update

  • MultiSelect
    • return complex type is available now

v0.1.1

update

  • Page
    • add menu (beta)

v.0.1.0

add

types

  • ListItem
  • KvP

enum

  • position

update

components

  • DropdownKVP
    • return of the target to complex or id only
  • TextInput, TextArea, Number
    • add placeholder

v0.0.31

add

components

  • Alert

updates

components

  • Spinner
    • label
    • color
    • position
  • Table
    • Date filters
    • Configuration for complex types
    • Custom event dispatcher
    • Updated docs.
    • Disabling of filters
    • Disabling of sorting

fixes

table

  • Arrow in pageSize dropdown.
  • Bug with number filter not working on zero values.
  • Table of Contents on the right sidebar.

v0.0.29

add

types

  • linkType

v0.0.28

add

components

  • Page

v0.0.27

add

components

  • Table
  • TableFilter
  • cloumnFilter
  • searchFilter

types

  • TableConfig
  • Columns
  • Column
  • inputType

v0.0.26

updates

  • fix bugs in checkbox list
  • fix bugs in multi select

v0.0.25

adds

components

  • Spinner
  • FileUploader
  • fileInfoType
  • FileIcon

types

  • fileUploaderModel

v0.0.23

updates

  • update bexis 2 theme

adds

  • Checkbox
  • CheckboxKVPList
  • CheckboxList
  • DateInput
  • DropdownKVP
  • MultiSelect
  • NumberInput
  • TextArea
  • TextInput
0.4.5

27 days ago

0.4.4

1 month ago

0.4.3

2 months ago

0.4.1

2 months ago

0.4.2

2 months ago

0.4.0

2 months ago

0.3.14

2 months ago

0.3.13

2 months ago

0.3.12

2 months ago

0.3.11

2 months ago

0.3.10

3 months ago

0.3.9

5 months ago

0.3.8

5 months ago

0.3.7

5 months ago

0.3.6

5 months ago

0.3.5

5 months ago

0.3.4

6 months ago

0.2.27

7 months ago

0.2.26

8 months ago

0.2.25

8 months ago

0.2.24

9 months ago

0.2.23

9 months ago

0.2.22

9 months ago

0.2.21

9 months ago

0.2.20

9 months ago

0.2.19

9 months ago

0.2.18

9 months ago

0.2.17

10 months ago

0.2.16

10 months ago

0.2.15

10 months ago

0.2.14

10 months ago

0.2.13

10 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.10

10 months ago

0.3.0

6 months ago

0.3.2

6 months ago

0.3.1

6 months ago

0.3.3

6 months ago

0.2.30

7 months ago

0.2.32

6 months ago

0.2.31

6 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.2.29

7 months ago

0.2.28

7 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.1.13

11 months ago

0.1.10

11 months ago

0.1.11

11 months ago

0.1.12

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.9

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.25

12 months ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.30

11 months ago

0.0.31

11 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.1.0

11 months ago

0.0.26

12 months ago

0.0.27

12 months ago

0.0.8

1 year ago

0.0.28

12 months ago

0.0.29

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago