assui 2.1.17 → 2.1.18
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/es/config-provider/index.d.ts +1 -1
- package/es/index.d.ts +2 -0
- package/es/index.js +1 -0
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +10 -1
- package/package.json +3 -3
package/es/index.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export type { ButtonModalProps } from './button-modal';
|
|
|
4
4
|
export { default as ButtonModal } from './button-modal';
|
|
5
5
|
export type { ConditionInputProps } from './condition-input';
|
|
6
6
|
export { default as ConditionInput } from './condition-input';
|
|
7
|
+
export type { ConfigProviderProps } from './config-provider';
|
|
8
|
+
export { default as ConfigProvider } from './config-provider';
|
|
7
9
|
export type { CopyToClipboardProps } from './copy-to-clipboard';
|
|
8
10
|
export { default as CopyToClipboard } from './copy-to-clipboard';
|
|
9
11
|
export type { HighlightTextareaProps } from './highlight-textarea';
|
package/es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as ButtonDrawer } from './button-drawer';
|
|
2
2
|
export { default as ButtonModal } from './button-modal';
|
|
3
3
|
export { default as ConditionInput } from './condition-input';
|
|
4
|
+
export { default as ConfigProvider } from './config-provider';
|
|
4
5
|
export { default as CopyToClipboard } from './copy-to-clipboard';
|
|
5
6
|
export { default as HighlightTextarea } from './highlight-textarea';
|
|
6
7
|
export { default as HighlightWords } from './highlight-words';
|
package/lib/index.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export type { ButtonModalProps } from './button-modal';
|
|
|
4
4
|
export { default as ButtonModal } from './button-modal';
|
|
5
5
|
export type { ConditionInputProps } from './condition-input';
|
|
6
6
|
export { default as ConditionInput } from './condition-input';
|
|
7
|
+
export type { ConfigProviderProps } from './config-provider';
|
|
8
|
+
export { default as ConfigProvider } from './config-provider';
|
|
7
9
|
export type { CopyToClipboardProps } from './copy-to-clipboard';
|
|
8
10
|
export { default as CopyToClipboard } from './copy-to-clipboard';
|
|
9
11
|
export type { HighlightTextareaProps } from './highlight-textarea';
|
package/lib/index.js
CHANGED
|
@@ -9,7 +9,7 @@ var __importDefault = this && this.__importDefault || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", {
|
|
10
10
|
value: true
|
|
11
11
|
});
|
|
12
|
-
exports.beautifulDnd = exports.RichTextEditor = exports.LabelCustomizeRangePicker = exports.LabelTreeSelect = exports.LabelConditionInput = exports.LabelNumberInput = exports.LabelAutoComplete = exports.LabelDatePicker = exports.LabelRangePicker = exports.LabelTextArea = exports.LabelSelect = exports.LabelInput = exports.TextInput = exports.TextArea = exports.SplitPane = exports.sortableHoc = exports.SingleImgUpload = exports.RcTransitionGroup = exports.RcQRcode = exports.RcEcharts = exports.StepNumberInput = exports.NumberInput = exports.RcMotion = exports.KeepTab = exports.ImgCrop = exports.HighlightWords = exports.HighlightTextarea = exports.CopyToClipboard = exports.ConditionInput = exports.ButtonModal = exports.ButtonDrawer = void 0;
|
|
12
|
+
exports.beautifulDnd = exports.RichTextEditor = exports.LabelCustomizeRangePicker = exports.LabelTreeSelect = exports.LabelConditionInput = exports.LabelNumberInput = exports.LabelAutoComplete = exports.LabelDatePicker = exports.LabelRangePicker = exports.LabelTextArea = exports.LabelSelect = exports.LabelInput = exports.TextInput = exports.TextArea = exports.SplitPane = exports.sortableHoc = exports.SingleImgUpload = exports.RcTransitionGroup = exports.RcQRcode = exports.RcEcharts = exports.StepNumberInput = exports.NumberInput = exports.RcMotion = exports.KeepTab = exports.ImgCrop = exports.HighlightWords = exports.HighlightTextarea = exports.CopyToClipboard = exports.ConfigProvider = exports.ConditionInput = exports.ButtonModal = exports.ButtonDrawer = void 0;
|
|
13
13
|
|
|
14
14
|
var button_drawer_1 = require("./button-drawer");
|
|
15
15
|
|
|
@@ -38,6 +38,15 @@ Object.defineProperty(exports, "ConditionInput", {
|
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
|
|
41
|
+
var config_provider_1 = require("./config-provider");
|
|
42
|
+
|
|
43
|
+
Object.defineProperty(exports, "ConfigProvider", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function get() {
|
|
46
|
+
return __importDefault(config_provider_1)["default"];
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
|
|
41
50
|
var copy_to_clipboard_1 = require("./copy-to-clipboard");
|
|
42
51
|
|
|
43
52
|
Object.defineProperty(exports, "CopyToClipboard", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.18",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@ahooksjs/use-url-state": "^2.5.8",
|
|
34
34
|
"@tinymce/tinymce-react": "^4.0.0",
|
|
35
35
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
36
|
-
"a-icons": "^1.0.
|
|
36
|
+
"a-icons": "^1.0.70",
|
|
37
37
|
"aa-utils": "^2.0.24",
|
|
38
38
|
"ahooks": "^3.0.8",
|
|
39
39
|
"bignumber.js": "^9.0.1",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"node": ">=10.0.0"
|
|
71
71
|
},
|
|
72
72
|
"license": "MIT",
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "3ca6e40b1f49607b3b236fd86c41b9c79b2ff385"
|
|
74
74
|
}
|