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/dist/Radio-D6WUhopB.js +4 -0
- package/dist/{index-BKxCBbMP.js → index-rKwG79VJ.js} +292 -294
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/pgo-ui.css +1 -1
- package/package.json +1 -1
- package/src/components/pgo/DataTable.vue +1 -2
- package/dist/Radio-C-lgLvNN.js +0 -4
package/package.json
CHANGED
|
@@ -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-
|
|
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)" />
|
package/dist/Radio-C-lgLvNN.js
DELETED