Commit graph

21 commits

Author SHA1 Message Date
adro
5aec650946 Linting fixes and form style experiment
- Also updated pnpm on my end for a hopefully clean lockfile
2023-11-01 09:28:29 +01:00
adro
7d2ef675f7 Add EnumInput (WIP)
- Also Slight linting adjustment
- Slight form style adustment
- Visually descendant fields version
2023-10-31 22:52:58 +01:00
adro
b3bfbefa5a Fix invalid value warnings for textboxes 2023-10-31 22:40:15 +01:00
adro
76e6eb5af8 Fix DropdownInput differentiating num/string keys 2023-10-31 22:39:44 +01:00
adro
64206134ab Update Dependencies 2023-10-31 20:07:05 +01:00
adroslice
e749f68fef WIP DropdownInput
- Moved some setup to onMounted
- Added local prop bindings
- Strict to loose key comparison
- Generalized form style for .form as well
- Test page updated to include NicerForm and Selects
2023-10-22 22:16:08 +02:00
adroslice
99b6a88b66 Add NicerForm Component (WIP)
- Can replace NiceForm after consideration
2023-10-22 22:08:08 +02:00
14c8da64cc make watcher immediate 2023-04-12 22:38:27 +02:00
adroslice
35fc517b13 DropdownInput improvements
- Can now use a Search Provider
  - Will automatically when searching
  - Will automatically run when unknown keys are supplied from outisde
    - Rejects then still unknown keys
- Can now have its placeholder text customized
- Usability improvements, in particular relating to mouse navigation
- Some bug fixes
- Also added useToast to auto imports
- Also added new unindexed test page
2023-04-12 21:26:49 +02:00
150e1003ee Remove Pillbar Auto assigning default Value 2023-04-12 20:26:31 +02:00
adroslice
69066f0ad2 Fixed Typescript Error in MultiSelect.vue
- Wrong import from old location
2023-04-11 20:41:26 +02:00
adroslice
b24bfe626e Small Refactor Pass
- Various transitions away from defineModel
- Fixed ChecBox
- Reworked PillBar
  - Made it a bit smaller
  - Now accepts either an object or array with keys
- Moved Index type to util and added MaybeIndex
2023-04-11 20:40:00 +02:00
53fca4f340
Feat custom multiselect (#12)
* WIP Multiselect

* Reworked Multiselect into multiple Components
- Also finished feature implementation

---------

Co-authored-by: adroslice <adriel.m.slice@gmail.com>
2023-04-11 19:43:09 +02:00
571ffd842b Make Numberbox convert to Number 2023-04-04 00:23:06 +02:00
c8fada4e0c PillBox use Index or option key as modelValue 2023-04-04 00:01:02 +02:00
4c78d1da66
Nice form (#11)
* wip

* vee-validate experiments

* get test enabled form working

* Make PillBar Properly work with ModelValue

* Register NumberBox Globally

* Rework NiceForm

* Use new form props

* Rework Definitions for new Form
2023-04-03 22:59:20 +02:00
2fb089ba73 Add Pillbar modelValue 2023-04-02 19:22:45 +02:00
5f74accfd0 Add NumberBox 2023-04-02 19:21:36 +02:00
6c8986c1e8 rename PillBar 2023-03-29 16:59:16 +02:00
c683dd5981 Implement Input Components 2023-03-28 23:46:55 +02:00
5b6889cbae Add Verdict Pillbar 2023-03-26 21:52:14 +02:00