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

@hi-ui/core

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hi-ui/core - npm Package Compare versions

Comparing version 4.0.0-alpha.17 to 4.0.0-alpha.18

10

lib/cjs/index.js

@@ -11,2 +11,12 @@ /** @LICENSE

'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
var HiBaseAppearanceEnum = {
LINE: 'line',
FILLED: 'filled',
UNSET: 'unset'
};
exports.HiBaseAppearanceEnum = HiBaseAppearanceEnum;
//# sourceMappingURL=index.js.map

@@ -10,2 +10,8 @@ /** @LICENSE

*/
var HiBaseAppearanceEnum = {
LINE: 'line',
FILLED: 'filled',
UNSET: 'unset'
};
export { HiBaseAppearanceEnum };
//# sourceMappingURL=index.js.map

@@ -24,1 +24,17 @@ import React, { ReactText } from 'react';

export declare type ValueOf<T> = T[keyof T];
/**
* 设置模型数据读取映射
*/
export declare type HiBaseFieldNames = {
id?: string;
title?: string;
disabled?: string;
children?: string;
};
export declare type HiBaseFieldNameKeys = keyof HiBaseFieldNames;
export declare const HiBaseAppearanceEnum: {
readonly LINE: "line";
readonly FILLED: "filled";
readonly UNSET: "unset";
};
export declare type HiBaseAppearanceEnum = ValueOf<typeof HiBaseAppearanceEnum>;

4

package.json
{
"name": "@hi-ui/core",
"version": "4.0.0-alpha.17",
"version": "4.0.0-alpha.18",
"description": "A sub-package for @hi-ui/utils.",

@@ -51,3 +51,3 @@ "keywords": [],

},
"gitHead": "88a8b8aa1b659b247bfca62f2f8ba594c25b90f6"
"gitHead": "f001a9fe152b0f84d1a88b8782c38e1527020070"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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