Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dosgato/templating

Package Overview
Dependencies
Maintainers
2
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dosgato/templating - npm Package Compare versions

Comparing version 0.0.141 to 0.0.142

15

dist/uitemplate.d.ts

@@ -150,10 +150,13 @@ import type { ComponentData, DataData, PageData, DataRecord } from './component.js';

/**
* If you provide custom columns and one of them is the computeName source for this
* template, it may be preferred to show the computeName source (e.g. title) instead of
* showing the name in the data tree.
* It may be preferred to show the computeName source (e.g. title) instead of
* showing the computed name itself in the leftmost column of the data tree.
*
* Set this to true to hide the name column. The name will then be placed inside
* the dialog in case the user needs to reference it.
* Provide this option to control the name column. Everything is optional in
* case, for example, you only want to control the icon.
*/
hideName?: boolean;
nameColumn?: {
title?: string;
icon?: (data: DataData) => IconOrSVG | undefined;
get?: string | ((data: DataRecord) => string);
};
}

@@ -160,0 +163,0 @@ /**

2

package.json
{
"name": "@dosgato/templating",
"version": "0.0.141",
"version": "0.0.142",
"description": "A library to support building templates for dosgato CMS.",

@@ -5,0 +5,0 @@ "type": "module",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc