aloha-vue 1.2.120 → 1.2.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -275,7 +275,7 @@ export default {
275
275
  isHidden: false,
276
276
  callback: this.clickMe,
277
277
  type: "button",
278
- class: "a_btn a_btn_primary",
278
+ classButton: "a_btn a_btn_primary",
279
279
  iconLeft: "Plus",
280
280
  id: "aloha_1"
281
281
  },
@@ -287,7 +287,7 @@ export default {
287
287
  title: "Aloha2 Title",
288
288
  callback: this.clickMe,
289
289
  disabled: false,
290
- class: "a_btn a_btn_secondary",
290
+ classButton: "a_btn a_btn_secondary",
291
291
  id: "aloha_2",
292
292
  type: "button",
293
293
  },
@@ -298,7 +298,7 @@ export default {
298
298
  text: "Aloha link to",
299
299
  title: "Aloha link Title",
300
300
  disabled: false,
301
- class: "a_btn a_btn_secondary",
301
+ classButton: "a_btn a_btn_secondary",
302
302
  type: "link",
303
303
  iconRight: "Plus",
304
304
  to: "/spinner",
@@ -307,7 +307,7 @@ export default {
307
307
  text: "Aloha link href",
308
308
  title: "Aloha link Title",
309
309
  disabled: false,
310
- class: "a_btn a_btn_secondary",
310
+ classButton: "a_btn a_btn_secondary",
311
311
  type: "link",
312
312
  href: "/spinner",
313
313
  iconLeft: "Plus",
@@ -318,7 +318,7 @@ export default {
318
318
  {
319
319
  text: "Aloha link Title",
320
320
  disabled: false,
321
- class: "a_btn a_btn_secondary",
321
+ classButton: "a_btn a_btn_secondary",
322
322
  type: "link",
323
323
  href: "/spinner",
324
324
  iconLeft: "Plus",
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.120",
17
+ "version": "1.2.121",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -805,6 +805,7 @@ export default {
805
805
  onToggleMultipleActionsActive: this.toggleMultipleActionsActive,
806
806
  onToggleBtnAllRows: this.toggleBtnAllRows,
807
807
  }, this.$slots),
808
+ this.$slots.topPanelAppend ? this.$slots.topPanelAppend() : "",
808
809
  this.isViewTableVisible && h("div", {
809
810
  ref: "tableRef",
810
811
  class: [
@@ -234,11 +234,12 @@ export default {
234
234
  indexFirstDropdownActionMobile: this.tableActionsIndexFirstDropdownActionMobile,
235
235
  minDropdownActions: 0,
236
236
  dropdownAttributes: {
237
+ buttonClass: "a_btn a_btn_secondary a_table__action",
238
+ buttonIconLeft: "OptionVertical",
237
239
  buttonText: {
238
240
  desktop: "_A_TABLE_ACTIONS_",
239
241
  },
240
- buttonClass: "a_btn a_btn_secondary a_table__action",
241
- buttonIconLeft: "OptionVertical",
242
+ hasCaret: false,
242
243
  inBody: true,
243
244
  placement: "bottom-end",
244
245
  },
@@ -202,7 +202,7 @@ $a_breakpoint_touch: 1023px !default;
202
202
  }
203
203
 
204
204
  .a_filters_center {
205
- --a_table_filters_center_padding: 1rem;
205
+ --a_table_filters_center_padding: 1rem 1rem 1rem .5rem;
206
206
 
207
207
  margin-top: -0.5rem;
208
208
  margin-left: -0.5rem;
@@ -214,9 +214,6 @@ $a_breakpoint_touch: 1023px !default;
214
214
  .a_filters_center__item {
215
215
  margin-top: .5rem;
216
216
  margin-left: .5rem;
217
- &:first-child {
218
- margin-left: 0;
219
- }
220
217
  .aloha_btn .a_filters_center__item__value {
221
218
  margin-left: 0;
222
219
  }
@@ -487,6 +487,9 @@
487
487
  .a_table__td {
488
488
  border-bottom: none;
489
489
  }
490
+ .a_table__cell_action {
491
+ --a_table_th_border_vertical_width: 0;
492
+ }
490
493
  }
491
494
 
492
495
  .a_table_mobile__dl {