bfg-common 1.4.411 → 1.4.412

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.
@@ -196,8 +196,9 @@
196
196
  :class="[
197
197
  'datagrid-body-row datagrid-row animation',
198
198
  {
199
- 'datagrid-selected active':
200
- !props.withInfo && checkIsSelectedRow(item[0].id),
199
+ 'datagrid-selected active': checkIsSelectedRow(
200
+ item[0].id
201
+ ),
201
202
  'datagrid-selected-info':
202
203
  props.withInfo &&
203
204
  isShowHiddenInfo &&
@@ -481,18 +482,18 @@
481
482
  },
482
483
  ]"
483
484
  >
484
- <!-- <div class="header">-->
485
- <!-- <slot name="hiddenInfoHeader" :item="showedInfoCol" />-->
486
- <!-- <button-->
487
- <!-- :id="`${props.testId}-hidden-info-toggle-icon-${showedInfoRow?.key}-${showedInfoRow?.data.name}`"-->
488
- <!-- :data-id="`${props.testId}-hidden-info-toggle-icon`"-->
489
- <!-- class="signpost-action close"-->
490
- <!-- @click="isShowHiddenInfo = false"-->
491
- <!-- >-->
492
- <!-- <atoms-the-icon class="close-icon" name="close" />-->
493
- <!-- </button>-->
494
- <!-- </div>-->
495
- <!-- <slot name="hiddenInfoBody" />-->
485
+ <!-- <div class="header">-->
486
+ <!-- <slot name="hiddenInfoHeader" :item="showedInfoCol" />-->
487
+ <!-- <button-->
488
+ <!-- :id="`${props.testId}-hidden-info-toggle-icon-${showedInfoRow?.key}-${showedInfoRow?.data.name}`"-->
489
+ <!-- :data-id="`${props.testId}-hidden-info-toggle-icon`"-->
490
+ <!-- class="signpost-action close"-->
491
+ <!-- @click="isShowHiddenInfo = false"-->
492
+ <!-- >-->
493
+ <!-- <atoms-the-icon class="close-icon" name="close" />-->
494
+ <!-- </button>-->
495
+ <!-- </div>-->
496
+ <!-- <slot name="hiddenInfoBody" />-->
496
497
  <button
497
498
  :id="`${props.testId}-hidden-info-toggle-icon-${showedInfoRow?.key}-${showedInfoRow?.data.name}`"
498
499
  :data-id="`${props.testId}-hidden-info-toggle-icon`"
@@ -1562,18 +1563,18 @@ onUnmounted(() => {
1562
1563
  // color: var(--global-font-color2) !important;
1563
1564
  // line-height: 1.7rem;
1564
1565
  // }
1565
- button {
1566
- position: absolute;
1567
- top: 24px;
1568
- right: 24px;
1569
- line-height: 24px;
1570
-
1571
- .close-icon {
1572
- //margin-left: 10px;
1573
- width: 24px;
1574
- height: 24px;
1575
- }
1566
+ button {
1567
+ position: absolute;
1568
+ top: 24px;
1569
+ right: 24px;
1570
+ line-height: 24px;
1571
+
1572
+ .close-icon {
1573
+ //margin-left: 10px;
1574
+ width: 24px;
1575
+ height: 24px;
1576
1576
  }
1577
+ }
1577
1578
  //}
1578
1579
  }
1579
1580
  .double-arrow-width {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.411",
4
+ "version": "1.4.412",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",