Pranav C
a0cd878187
fix(gui): make select field editable in form view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
07728342d8
fix: proper multi/single select behaviour with keyboard
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
ad1a64a985
fix(gui): single/multi select issue with arrow and enter keys
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7cfa6491fc
feat(gui): On first click outside checkbox, just select cell. Do not toggle value
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b204ba2405
feat(gui): toggle rating based on number key press
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
f59ee81586
feat: open select options on enter key press
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e92f8f1b25
fix(gui): block cell level arrow navigation when single select is open
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Muhammed Mustafa
25d420a331
fix(test): Changed tpo data-testid from data-nc
2 years ago
Muhammed Mustafa
3c2720d449
feat(testing): Integrated data-nc standard for dom attribute used for testing
2 years ago
Muhammed Mustafa
9e0eddf833
feat(testing): Added Table Column Operations test suite
2 years ago
Wing-Kam Wong
59f03e9eb4
refactor: remove copyright block as CLA covers it
2 years ago
mertmit
34779578fc
fix: refine font colors for select options
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
940478ae54
fix: PR requested changes
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
81715174e2
feat: dynamic select chip font color based on readability
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
c9b18ee3ac
fix: type errors for select cells
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Wing-Kam Wong
9959cf1357
chore(nc-gui): remove unwanted character
2 years ago
Wing-Kam Wong
4946f89355
fix(nc-gui): more on cell styles
2 years ago
Wing-Kam Wong
07f525b900
fix(nc-gui): cell styles
2 years ago
Wing-Kam Wong
59c777d30e
feat(nc-gui): kanban style
2 years ago
Raju Udava
312120fd0b
test: cy-stability for dropdown
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
mertmit
6248ab1a55
fix(gui-v2): remove placeholder for select cells
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
993d72dfb9
fix(gui-v2): select cells use readOnly instead of editEnabled
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
braks
4373c38311
chore(gui-v2): revert casting to any instead of select options type
2 years ago
braks
0e699f89c0
chore(gui-v2): cleanup typecheck issues
2 years ago
Pranav C
4a31d733a8
refactor(gui-v2): use edit and readonly injection keys properly in all cell
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
91e2b06a4e
refactor(gui-v2): use edit and readonly injection keys properly
...
- add `undefined` type for all cell value since initially(new row) model value for all cell will be undefined
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
d003b39e00
fix(gui-v2): add editEnabled for select cells
2 years ago
Wing-Kam Wong
d869db13ad
refactor(gui-v2): centeralise imports to #imports
2 years ago
Wing-Kam Wong
f6af46e2e9
fix(gui-v2): ReadonlyInj in Cell
2 years ago
mertmit
b17dfdaeaa
fix(gui-v2): modelValue prop type warning
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
15b42939a1
feat(gui-v2): hide arrow if selected from single select
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
139820e016
fix(gui-v2): add missing value prop
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
8179de6f84
fix(gui-v2): pr suggested changes
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
ea0fc22c08
fix(gui-v2): select cell column refs
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
469b96c8b2
feat(gui-v2): custom mouse and key events for select cells
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
a1b35baba3
feat(gui-v2): ux improvements for select cells
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
57ec5a2a99
fix(gui-v2): multiselect option update issues
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
afdde78bf0
refactor(gui-v2): curved labels
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
mertmit
58b6b9aedc
feat(gui-v2): single/multi select cells
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
braks
2ff40e3029
chore(gui-v2): fix types in Currency, Rating & SingleSelect cells
2 years ago
Pranav C
a26128837f
refactor(gui-v2): accept null prop value in cell component
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7095344bb7
refactor(gui-v2): replace column with reactive object
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
109938673e
feat(gui-v2): add `EditModeInj` and replace string key injection
2 years ago
braks
f8d95aa966
refactor(gui-v2): import composables from `#imports` path
2 years ago
Braks
917309a619
chore(gui-v2): type and code-style fixes
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Pranav C
a72f2cf45b
refactor(gui-v2): introduce typed injection keys
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7ffdda936b
feat(gui-v2): add hm, m2m, bt and rollup cells
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
1d52a65efd
feat(gui-v2): add single/multi select
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Braks
b59af42164
chore(gui-v2): lint files
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago