@hi-ui/core
Advanced tools
Comparing version 4.0.0-alpha.17 to 4.0.0-alpha.18
@@ -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>; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5348
75