ngx-rs-ant 1.4.2 → 1.4.4
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/fesm2020/ngx-rs-ant.mjs
CHANGED
|
@@ -2625,8 +2625,20 @@ class FileCellTemplateComponent {
|
|
|
2625
2625
|
id: 'preview:' + this.oid,
|
|
2626
2626
|
title: this.filename,
|
|
2627
2627
|
config: {
|
|
2628
|
-
|
|
2629
|
-
|
|
2628
|
+
config: {
|
|
2629
|
+
direction: "row",
|
|
2630
|
+
list: [{
|
|
2631
|
+
type: "plugin",
|
|
2632
|
+
style: {},
|
|
2633
|
+
config: {
|
|
2634
|
+
name: "coast-file-preview",
|
|
2635
|
+
pluginConfig: {
|
|
2636
|
+
id: this.oid,
|
|
2637
|
+
name: this.filename
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2640
|
+
}]
|
|
2641
|
+
}
|
|
2630
2642
|
}
|
|
2631
2643
|
});
|
|
2632
2644
|
}
|