@@ -15,7 +15,7 @@
Selected row: {{ clickedRow }}
Selected column: {{ clickedColumn }}
@@ -12,7 +12,7 @@Selected rows
@@ -31,7 +31,7 @@Button lists are a set of + kup-button + elements.
For this reason, they inherit their style.
+Sample markup
+{{ markupBasic }}
+
- Layout 12 configuration:
+ Layout 12 configuration (this layout
+ covers a very specific use-case, so it's less dynamic than the average):
- - button[0 to n]: Action list, displayed
- above.
+ - button[special IDs]: Action list,
+ displayed above. Supported IDs are:
+
+ - "add"
+
+ - "group"
+
+ - "remove"
- checkbox[0 to n]: Checkbox list, this
section will be scrollable with an height limit of 20vh in order to
diff --git a/packages/ketchup-showcase/src/views/advanced/chart/Chart.vue b/packages/ketchup-showcase/src/views/advanced/chart/Chart.vue
index 1f6119c0f0..8cd96edfbd 100644
--- a/packages/ketchup-showcase/src/views/advanced/chart/Chart.vue
+++ b/packages/ketchup-showcase/src/views/advanced/chart/Chart.vue
@@ -45,6 +45,9 @@
{{ index }}
customStyle used
@@ -53,7 +53,7 @@customStyle used
@@ -82,7 +82,7 @@
- You might notice a couple things.
There's no border radius anymore: that's because there isn't a
variable which handles it - so if you want to change it you still have to
- add it manually to the button element.
The ripple effect has
- different color: by using variables, Material Design automations will
- work. In this case the ripple effect will have a blending of your text
- color.
In conclusion: when possibile, it's always to be preferred
- using variables instead of manually targeting elements.
+ add it manually to the button element.
In conclusion: when
+ possibile, it's always to be preferred using variables instead of manually
+ targeting elements.
Variable name | @@ -50,8 +53,8 @@
---|
Component | @@ -647,7 +650,7 @@ text-area full-width id="master" - @kupTextFieldInput="updateThemeCustomStyles" + @kup-textfield-input="updateCustomStyles" >
---|
Variable name | @@ -1045,7 +1048,7 @@||
---|---|---|
+ --kup-dropdown-icon + | +Used in dropdown fields/items. | +
+ |
+ --kup-search-icon + | +Used in search-related fields. | +
+ |