pgo-ui 1.1.77 → 1.1.78

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgo-ui",
3
- "version": "1.1.77",
3
+ "version": "1.1.78",
4
4
  "description": "A Vue 3 component library with PGO design system",
5
5
  "private": false,
6
6
  "type": "module",
@@ -227,7 +227,6 @@
227
227
  :key="idx"
228
228
  >
229
229
  <CopyTextBox
230
- v-if="chip.text != null && chip.text !== ''"
231
230
  v-bind="chip"
232
231
  class="mr-1 "
233
232
  />
@@ -481,7 +480,7 @@
481
480
  <div v-else-if="header.displayType == 'custom'" :class="['text-base', cellText]">
482
481
  <template v-if="getCustomColumnData(header, item)?.type === 'CopyTextBox'">
483
482
  <div class="flex flex-wrap items-center gap-1 justify-end eng-font">
484
- <CopyTextBox v-for="(chip, idx) in getCustomColumnData(header, item).CopyTextBox" :key="idx" v-if="chip.text != null && chip.text !== ''" v-bind="chip" />
483
+ <CopyTextBox v-for="(chip, idx) in getCustomColumnData(header, item).CopyTextBox" :key="idx" v-bind="chip" />
485
484
  </div>
486
485
  </template>
487
486
  <div v-else v-html="getCustomColumnData(header, item)" />
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-BKxCBbMP.js";
2
- export {
3
- f as default
4
- };