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

colorfully

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorfully - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

lib/_virtual/_tslib.js

8

dist/index.js
/*!
*
* colorfully 0.0.2
* colorfully 0.1.0
*

@@ -313,3 +313,3 @@ * Copyright 2021-present, City.

});
colorfully.importConfig(this.exportConfig());
colorfully.import(this.export());
return colorfully;

@@ -367,3 +367,3 @@ }

*/
importConfig(conf) {
import(conf) {
const {

@@ -396,3 +396,3 @@ styles,

*/
exportConfig() {
export() {
const conf = {

@@ -399,0 +399,0 @@ styles: this.style.getAll().map(style => ({

/*!
*
* colorfully 0.0.2
* colorfully 0.1.0
*

@@ -9,2 +9,2 @@ * Copyright 2021-present, City.

*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Colorfully={})}(this,(function(e){"use strict";class t{constructor(e,t,s){this.name=e,this.code=t,this.map=s}getAll(){return Object.values(this.map)}get(e){return this.map[e]}create(e,t,s){this.map[t]={name:e,code:t,value:s}}delete(e){delete this.map[e]}change(e,t){this.map[e].value=t}}class s{constructor(e,s,o){this.name=e,this.code=s,this.map=Object.keys(o).reduce(((e,s)=>{const a=o[s];return e[s]=new t(a.name,a.code,a.variables),e}),{})}getAll(){return Object.values(this.map)}get(e){return this.map[e]}create(e,s,o){this.map[s]=new t(e,s,o)}delete(e){delete this.map[e]}parcel(e,t){return`*[ data-theme-${this.code} = '${String(e)}' ] {\n${t}\n}`}toTypeString(e){return this.get(e).getAll().map((e=>`${e.code}: ${e.value};`)).join("\n")}toString(){return this.getAll().map((e=>this.parcel(e.code,this.toTypeString(e.code)))).join("\n\n")}}class o{constructor(e){this.map=e}getAll(){return Object.values(this.map)}get(e){return this.map[e]}create(e,t,o){this.map[t]=new s(e,t,o)}delete(e){delete this.map[e]}toStyleListByTheme(e){return Object.keys(e.map).map((t=>({code:t,css:this.map[t].parcel(e.map[t],this.map[t].toTypeString(e.map[t]))})))}toStyleList(){return Object.values(this.map).map((e=>({code:e.code,css:e.toString()})))}}class a{constructor(e,t,s){this.name=e,this.code=t,this.map=s}changeMap(e){this.map=e}}class r{constructor(e){this.map=e}getAll(){return Object.values(this.map)}get(e){return this.map[e]}create(e,t,s){this.map[t]=new a(e,t,s)}delete(e){delete this.map[e]}}class c{constructor({styleMap:e,schemaMap:t,...s}={}){this.style=new o({...e||{}}),this.schema=new r({...t||{}}),this.options={mode:s.mode||"css",root:s.root||document.querySelector("html")}}derive(e){const t=new c({...this.options,...e});return t.importConfig(this.exportConfig()),t}createStyleTag(e){return e.map((e=>{const t=document.createElement("style");return t.setAttribute("type","text/css"),t.setAttribute("data-theme-style",e.code),t.innerHTML=e.css,t}))}init=!1;use(e){const t=this.schema.get(e),s=this.options.root;if(s?.getAttributeNames().forEach((e=>{e.includes("data-theme-")&&s.removeAttribute(e)})),Object.keys(t.map).forEach((e=>{const o=t.map[e];s?.setAttribute(`data-theme-${e}`,o)})),"css"===this.options.mode&&this.init)return;this.init=!0;const o=Array.from(document.querySelectorAll("style[data-theme-style]"));if("css"===this.options.mode){const e=this.style.toStyleList(),t=this.createStyleTag(e),s=document.querySelector("head"),a=s?.querySelector("style");return t.forEach((e=>s?.insertBefore(e,a))),void o.forEach((e=>e.parentElement?.removeChild(e)))}const a=this.style.toStyleListByTheme(t),r=this.createStyleTag(a),c=document.querySelector("head"),i=c?.querySelector("style");r.forEach((e=>c?.insertBefore(e,i))),o.forEach((e=>e.parentElement?.removeChild(e)))}importConfig(e){const{styles:t,schemas:s}=e;for(const e of t)this.style.create(e.name,e.code,e.types.reduce(((e,t)=>(e[t.code]={name:t.name,code:t.code,variables:t.variables.reduce(((e,t)=>(e[t.code]={...t},e)),{})},e)),{}));for(const e of s)this.schema.create(e.name,e.code,e.map)}exportConfig(){return{styles:this.style.getAll().map((e=>({name:e.name,code:e.code,types:e.getAll().map((e=>({name:e.name,code:e.code,variables:e.getAll()})))}))),schemas:this.schema.getAll().map((e=>({name:e.name,code:e.code,map:e.map})))}}}e.CSSSchema=a,e.CSSStyle=s,e.CSSStyleType=t,e.Colorfully=c,Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Colorfully={})}(this,(function(e){"use strict";class t{constructor(e,t,s){this.name=e,this.code=t,this.map=s}getAll(){return Object.values(this.map)}get(e){return this.map[e]}create(e,t,s){this.map[t]={name:e,code:t,value:s}}delete(e){delete this.map[e]}change(e,t){this.map[e].value=t}}class s{constructor(e,s,a){this.name=e,this.code=s,this.map=Object.keys(a).reduce(((e,s)=>{const r=a[s];return e[s]=new t(r.name,r.code,r.variables),e}),{})}getAll(){return Object.values(this.map)}get(e){return this.map[e]}create(e,s,a){this.map[s]=new t(e,s,a)}delete(e){delete this.map[e]}parcel(e,t){return`*[ data-theme-${this.code} = '${String(e)}' ] {\n${t}\n}`}toTypeString(e){return this.get(e).getAll().map((e=>`${e.code}: ${e.value};`)).join("\n")}toString(){return this.getAll().map((e=>this.parcel(e.code,this.toTypeString(e.code)))).join("\n\n")}}class a{constructor(e){this.map=e}getAll(){return Object.values(this.map)}get(e){return this.map[e]}create(e,t,a){this.map[t]=new s(e,t,a)}delete(e){delete this.map[e]}toStyleListByTheme(e){return Object.keys(e.map).map((t=>({code:t,css:this.map[t].parcel(e.map[t],this.map[t].toTypeString(e.map[t]))})))}toStyleList(){return Object.values(this.map).map((e=>({code:e.code,css:e.toString()})))}}class r{constructor(e,t,s){this.name=e,this.code=t,this.map=s}changeMap(e){this.map=e}}class o{constructor(e){this.map=e}getAll(){return Object.values(this.map)}get(e){return this.map[e]}create(e,t,s){this.map[t]=new r(e,t,s)}delete(e){delete this.map[e]}}class c{constructor({styleMap:e,schemaMap:t,...s}={}){this.style=new a({...e||{}}),this.schema=new o({...t||{}}),this.options={mode:s.mode||"css",root:s.root||document.querySelector("html")}}derive(e){const t=new c({...this.options,...e});return t.import(this.export()),t}createStyleTag(e){return e.map((e=>{const t=document.createElement("style");return t.setAttribute("type","text/css"),t.setAttribute("data-theme-style",e.code),t.innerHTML=e.css,t}))}init=!1;use(e){const t=this.schema.get(e),s=this.options.root;if(s?.getAttributeNames().forEach((e=>{e.includes("data-theme-")&&s.removeAttribute(e)})),Object.keys(t.map).forEach((e=>{const a=t.map[e];s?.setAttribute(`data-theme-${e}`,a)})),"css"===this.options.mode&&this.init)return;this.init=!0;const a=Array.from(document.querySelectorAll("style[data-theme-style]"));if("css"===this.options.mode){const e=this.style.toStyleList(),t=this.createStyleTag(e),s=document.querySelector("head"),r=s?.querySelector("style");return t.forEach((e=>s?.insertBefore(e,r))),void a.forEach((e=>e.parentElement?.removeChild(e)))}const r=this.style.toStyleListByTheme(t),o=this.createStyleTag(r),c=document.querySelector("head"),i=c?.querySelector("style");o.forEach((e=>c?.insertBefore(e,i))),a.forEach((e=>e.parentElement?.removeChild(e)))}import(e){const{styles:t,schemas:s}=e;for(const e of t)this.style.create(e.name,e.code,e.types.reduce(((e,t)=>(e[t.code]={name:t.name,code:t.code,variables:t.variables.reduce(((e,t)=>(e[t.code]={...t},e)),{})},e)),{}));for(const e of s)this.schema.create(e.name,e.code,e.map)}export(){return{styles:this.style.getAll().map((e=>({name:e.name,code:e.code,types:e.getAll().map((e=>({name:e.name,code:e.code,variables:e.getAll()})))}))),schemas:this.schema.getAll().map((e=>({name:e.name,code:e.code,map:e.map})))}}}e.CSSSchema=r,e.CSSStyle=s,e.CSSStyleType=t,e.Colorfully=c,Object.defineProperty(e,"__esModule",{value:!0})}));

@@ -53,7 +53,7 @@ import { CSSStyle } from './cssStyle';

*/
importConfig(conf: ColorfullyConfig): void;
import(conf: ColorfullyConfig): void;
/**
* 导出配置
*/
exportConfig(): ColorfullyConfig;
export(): ColorfullyConfig;
}

@@ -31,3 +31,3 @@ import { __assign, __rest } from './_virtual/_tslib.js';

var colorfully = new Colorfully(__assign(__assign({}, this.options), params));
colorfully.importConfig(this.exportConfig());
colorfully.import(this.export());
return colorfully;

@@ -92,3 +92,3 @@ };

*/
Colorfully.prototype.importConfig = function (conf) {
Colorfully.prototype.import = function (conf) {
var styles = conf.styles,

@@ -118,3 +118,3 @@ schemas = conf.schemas;

*/
Colorfully.prototype.exportConfig = function () {
Colorfully.prototype.export = function () {
var conf = {

@@ -121,0 +121,0 @@ styles: this.style.getAll().map(function (style) {

import { CSSSchema } from './cssSchema';
import { CSSStyle } from './cssStyle';
import { CSSStyle, CSSStyleVariable } from './cssStyle';
export declare class StyleController<T extends Record<string, CSSStyle<any>>> {

@@ -20,3 +20,7 @@ /**

*/
create(name: string, code: string, map: T extends Record<string, CSSStyle<infer MAP>> ? MAP : void): void;
create(name: string, code: string, map: Record<string, {
name: string;
code: string;
variables: Record<string, CSSStyleVariable>;
}>): void;
/**

@@ -23,0 +27,0 @@ * 删除样式

{
"name": "colorfully",
"version": "0.0.2",
"description": "Use Colorfully to define your interface!",
"version": "0.1.0",
"description": "Use Colorfully to define your interface theme!",
"keywords": [

@@ -17,3 +17,3 @@ "theme",

"license": "MIT",
"main": "es/index.js",
"main": "lib/index.js",
"module": "es/index.js",

@@ -24,3 +24,4 @@ "unpkg": "dist/index.min.js",

"dist",
"es"
"es",
"lib"
],

@@ -27,0 +28,0 @@ "publishConfig": {

@@ -1,11 +0,623 @@

# `styles`
# Colorfully
> TODO: description
> 使用 Colorfully 来定义你的界面主题吧!
## Usage
## ✨特性
Colorfully 的核心功能就是使用 `JavaScript` 控制 `CSS Variable` 以及 `HTML Attrbute`,来达到动态主题的效果。
- 强大:**局部主题**
- 灵活:**编程式创建**、**动态导入导出配置**
- 激发:**自定义主题包**
- 友好:**`TypeScript` 类型支持**、**`CSS Variable` 智能提示**
- 迅速:**快速接入主流组件库**、**脚手架快速创建主题包**
## 📦安装
```bash
npm i colorfully
```
const styles = require('styles');
// TODO: DEMONSTRATE API
## 使用
Colorfully 的使用方式有很多种,这也使得它足以支撑大多数应用场景的原因。
### 初始化
初始化创建主题,具有更好的类型支持。
你可以使用它:**自定义主题包**。
#### 创建样式
首先我们创建一个色彩样式,同时定义其下样式类型以及样式变量。
```typescript
import { CSSStyle } from 'colorfully';
export const color = new CSSStyle('色彩', 'color', {
light: {
name: '浅色',
code: 'light',
variables: {
'--color-1': {
name: '',
code: '--color-1',
value: '#e6fffb'
},
'--color-2': {
name: '',
code: '--color-2',
value: '#b5f5ec'
},
...{ /* more */}
}
},
dark: {
name: '深色',
code: 'dark',
variables: {
'--color-1': {
name: '',
code: '--color-1',
value: '#112123'
},
'--color-2': {
name: '',
code: '--color-2',
value: '#113536'
},
...{ /* more */}
}
}
})
```
你还可以创建更多,如:`shadow` 、`space`、...
统一导出样式
```typescript
import { CSSStyle } from 'colorfully';
import { color } from './color';
import { shadow } from './shadow';
import { space } from './space';
export const defaultStyleMap = { color, space, shadow };
```
如果你想在创建方案时有更友好的提示,你可以这样做:
```typescript
export type DefaultStyleMap<T = typeof defaultStyleMap> = {
[K in keyof T]: T[K] extends CSSStyle<infer V> ? V : void;
};
```
#### 创建方案
接下来我们创建一个主题方案:
```typescript
import { DefaultStyleMap } from '../style';
import { CSSSchema } from 'colorfully';
export const lightSchema = new CSSSchema<DefaultStyleMap>('浅色主题', 'light', {
color: 'light',
shadow: 'default',
space: 'default'
});
```
你还可以创建更多,如:`darkSchema` 、`defaultSchema`、...
统一导出方案
```typescript
import { defaultSchema } from './default';
import { darkSchema } from './dark';
import { lightSchema } from './light';
export const defaultSchemaMap = { default: defaultSchema, dark: darkSchema, light: lightSchema };
```
#### 实例化
创建好了主题和方案之后,我们就可以去实例化 `Colorfully` 类了。
```typescript
import { Colorfully } from 'colorfully';
import { defaultStyleMap } from './style';
import { defaultSchemaMap } from './schema';
const theme = new Colorfully({ styleMap: defaultStyleMap, schemaMap: defaultSchemaMap });
```
#### 导出实例化类
实例化后便可以导出使用了。
```typescript
export default theme;
```
同时你也可以导出主题类型:
```typescript
export type ThemeType = typeof theme;
```
它可以在你只需要类型提示时使用。
到现在为止,你就拥有了**初始化创建主题**,它具有良好的开发类型提示,这使你在使用 `theme.schema` `API` 时具有良好的类型提示。
### 编程式
使用编程式 `API` 创建主题,具有更好的可编程性。
你可以使用它:**动态创建方案**、**动态创建样式**、**动态修改变量**、...
甚至还可以将主题的控制权交给用户。
#### 实例化
与初始化创建不同的是,编程式创建需要先进行 `Colorfully` 的实例化。
```typescript
const theme = new Colorfully();
```
#### 导出实例化类
将实例化类进行导出。
```typescript
export default theme
```
#### 创建样式
同样的我们以色彩样式示例:
```typescript
import theme from "./theme";
theme.style.create('色彩', 'color', {
light: {
name: '浅色',
code: 'light',
variables: {
'--color-1': {
name: '',
code: '--color-1',
value: '#e6fffb'
},
'--color-2': {
name: '',
code: '--color-2',
value: '#b5f5ec'
},
...{ /* more */}
}
},
dark: {
name: '深色',
code: 'dark',
variables: {
'--color-1': {
name: '',
code: '--color-1',
value: '#112123'
},
'--color-2': {
name: '',
code: '--color-2',
value: '#113536'
},
...{ /* more */}
}
}
})
```
同样的,你还可以创建更多,如:`shadow` 、`space`、...
#### 创建方案
接下来使用 `API` 创建一个方案:
```typescript
import theme from "./theme";
theme.schema.create('浅色主题', 'light', { color: 'light', shadow: 'default', space: 'default' });
```
你还可以创建更多,如:`darkSchema` 、`defaultSchema`、...
### 配置化
与其他使用方案不同的是,在配置化中,你可以很灵活的自由导出导出主题配置。
你可以用它实现:**远程加载主题**、**动态导入主题**、**主题分享**、...
#### 实例化
同样与初始化创建不同的是,配置化创建需要先进行 `Colorfully` 的实例化。
```typescript
const theme = new Colorfully();
```
#### 导出实例化类
将实例化类进行导出。
```typescript
export default theme
```
#### 导入配置(创建样式及方案)
使用 `theme.import` `API` 可以统一导入样式及方案。
```typescript
import theme from "./theme";
const config: ColorfullyConfig = {
styles: [
{
name: '色彩',
code: 'color',
types: [
{
name: '浅色',
code: 'light',
variables: [{ name: '', code: '--color-1', value: '#e6fffb' }]
}
/* ... */
]
}
/* ... */
],
schemas: [
{ name: '浅色主题', code: 'light', map: { color: 'light', shadow: 'default', space: 'default' } }
/* ... */
]
};
theme.import(config);
```
#### 导出配置
使用 `theme.export` `API` 可以统一导出样式及方案。
```typescript
import theme from "./theme";
const config = theme.export()
```
### 引入使用
在使用主题时你可以使用 `theme.use` 方法指定主题方案。
```typescript
import { theme } from "./theme"
theme.use('default')
```
## 场景
接下来给出不同场景下的,解决方案。
### 对接组件库
**Q**:在我们的日常开发中,避免不了使用各式各样的组件库,那么我们如何快速接入呢?
**A**:因为设计原因,我们的选择器优先级大于大部分组件库的声明选择器,所以我们可以直接对接组件库的变量名,从而达到覆盖的目的。
我们就拿 `antd` 来进行示例。
我们首先在项目调试窗口查看其变量命名,分析过后得出其变量命名的规则。
同时在查阅 `Ant Design` 的[设计语言](https://ant-design.gitee.io/docs/spec/colors-cn)后,分析出其使用 [`@ant-design/colors`](https://www.npmjs.com/package/@ant-design/colors) 快速生成十个色阶,并对各类行为规定了对应的色阶号。
由此可得:
```typescript
import { generate } from "@ant-design/colors"
const getAntdColor = ({ color, name, dark, emitColors }: { color: string, name: string, dark?: boolean, emitColors?: boolean }) => {
const colors = generate(color, { "theme": dark ? "dark" : "default" })
const alias = [{ name: '', value: 6 }, { name: 'hover', value: 5 }, { name: 'active', value: 7 }, { name: 'outline', value: 1 }]
const aliasMap = alias.reduce((map, item) => {
const code = `--ant-${name}-color${item.name ? `-${item.name}` : ''}`
const value = colors[item.value - 1]
map[code] = {
name: '',
code,
value
}
return map
}, {} as Record<string, any>)
return {
...aliasMap, ...(emitColors ? colors.reduce((map, item, index) => {
const code = `--ant-${name}-${index + 1}`
const value = item
map[code] = {
name: '',
code,
value
}
return map
}, {} as Record<string, any>) : {})
}
}
```
有了这个方法我们就可以快速的创建与其对应的变量。
```typescript
export const color = new CSSStyle('色彩', 'color', {
light: {
name: '浅色',
code: 'light',
variables: {
...getAntdColor({ "color": '#13c2c2', "name": 'primary', "emitColors": true }),
...getAntdColor({ "color": '#1890ff', "name": 'info' }),
...getAntdColor({ "color": '#52c41a', "name": 'success' }),
...getAntdColor({ "color": '#faad14', "name": 'warning' }),
...getAntdColor({ "color": '#ff4d4f', "name": 'error' })
}
},
dark: {
name: '深色',
code: 'dark',
variables: {
...getAntdColor({ "color": '#13a8a8', "name": 'primary', "emitColors": true, dark: true }),
...getAntdColor({ "color": '#177ddc', "name": 'info', dark: true }),
...getAntdColor({ "color": '#49aa19', "name": 'success', dark: true }),
...getAntdColor({ "color": '#d89614', "name": 'warning', dark: true }),
...getAntdColor({ "color": '#a61d24', "name": 'error', dark: true })
}
}
});
```
这样在项目中就可以自由的使用 `Colorfully` 的功能了。
### 自适应主题
**Q**:什么是自适应主题呢?
**A**:自适应是指根据环境因素的不同有不同的展现。
接下来我们来看一个实例,你一定见过跟随系统的明暗主题,即在系统中设置浅色或深色时界面随之改变。
`Windows` 下的明暗设置可以在其设置的颜色设置中找到(选择模式)进行设置。
那么我们如何在代码中获取到这个设置呢?
在 `CSS` 中,我们可以通过 `@media` 获取到,也就是当 `@media (prefers-color-scheme: light)` 时为浅色模式,为 `@media (prefers-color-scheme: dark)` 时为深色模式。
那么我们就可以思考如何将它集成进我们的 `color` `CSSStyle` 中。
首先我们添加一个 `color` 的类型为 `default` 表示跟随系统的变化而变化,然后我们继承类 `CSSStyle` 改写其 `parcel` 方法。
```typescript
class ColorCSSStyle<T extends string> extends CSSStyle<T> {
parcel(type: T | (string & Record<never, never>), value: string) {
if (type === 'default') {
return this.getAll()
.filter(type => type.code !== 'default')
.map(
type => `@media (prefers-color-scheme: ${type.code}) {
*[ data-theme-color = 'default' ] {
${this.toTypeString(type.code)}
}
}`
)
.join('\n');
}
return super.parcel(type, value);
}
}
export const color = new ColorCSSStyle('色彩', 'color', {
default: { name: '默认', code: 'default', variables: {} },
light: {/*...*/},
dark: {/*...*/},
})
```
虽然 `default` 的 `variables` 值为空对象,但是这并不影响其 `CSS` 样式的生成,因为我们已经改写了 `color` 的 `parcel` 方法,使其检测到类型为 `default` 时,自动生成自适应的 `@media` 选择器。
### 范围主题
**Q**:什么是范围主题?
**A**:这其实就是字面意思,想象一下我们并不想让部分元素跟随主题变化,而是拥有其独特的属性存在,这就是范围主题的诞生。
我们只需要给使用范围指定主题的元素加上 `data-theme-color` 属性并给到指定值 `dark` 就可以指定其 `color` 样式为深色。
这是基础的控制,那么我们可以像 `theme` 一样管理它吗?
也是可以的,你只需要初始化一个新的 `Colorfully` 并且传递其 `root` 参数为你需要使用范围主题的元素就可以了。
如果你不想再重新设置一遍,也可以直接从 `theme` 中使用 `theme.derive` 方法派生出一个实例,同样的你也需要指定其 `root` 参数。
```typescript
theme.derive({ root: dom });
```
## 主题包
> 当你有多个项目时,如何复用就显得尤为重要了。
你可以将你预设好的主题,打包发布到 `NPM` 方便其他项目复用。
你只需包含基于 `CommonJS` 规范的 `lib/index.js` 并提供默认导出 `theme` 以供接下来的智能提示使用即可。
## 智能提示
既然创建了主题,那么必然有使用主题的时候。
我们在使用 `CSS` 变量的时候,是没有智能提示的,那也就代表着我们处于一个摸黑的状态。
那么如何打破这个黑暗就显得尤为重要了。
我们只需要安装 `VSCode` 中的 `CSS Smart` 插件即可解决这个问题。
具体查看 [`CSS Smart`](https://marketplace.visualstudio.com/items?itemName=City.css-smart) 中的介绍使用。
我们在插件中实现了主题包的智能提示解决方案,也就是动态执行 `lib/index.js` 得到其所有变量值来进行提示。
我们也会考虑后续执行本地暴露文件的可能性。
## 接口
这里不介绍具体 `API` 了,`TypeScript` 开发的懂得都懂,且以上示例比较全面。
### ColorfullyConfig
配置格式。
```typescript
/**
* 主题配置
*/
export interface ColorfullyConfig {
/**
* 样式
*/
styles: Array<{
/**
* 名称
*/
name: string;
/**
* 代码
*/
code: string;
/**
* 类型
*/
types: Array<{
/**
* 名称
*/
name: string;
/**
* 代码
*/
code: string;
/**
* 变量
*/
variables: Array<{
/**
* 名称
*/
name: string;
/**
* 代码
*/
code: string;
/**
* 值
*/
value: string;
}>;
}>;
}>;
/**
* 方案
*/
schemas: Array<{
/**
* 名称
*/
name: string;
/**
* 代码
*/
code: string;
/**
* { 样式 : 类型 }
*/
map: Record<string, string>;
}>;
}
```
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