@next-bricks/basic-bricks 1.179.5 → 1.179.8
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/CHANGELOG.md +30 -0
- package/deploy/contract.yaml +83 -83
- package/dist/bricks.json +23 -23
- package/dist/{index.92e19f55.js → index.6ec10ee3.js} +2 -2
- package/dist/index.6ec10ee3.js.map +1 -0
- package/dist/stories.json +195 -152
- package/package.json +2 -2
- package/dist/index.92e19f55.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
}
|
|
452
452
|
],
|
|
453
453
|
"dockind": "brick",
|
|
454
|
-
"
|
|
454
|
+
"groupI18N": {
|
|
455
455
|
"basic": {
|
|
456
456
|
"en": "Basic",
|
|
457
457
|
"zh": "常用"
|
|
@@ -3644,7 +3644,7 @@
|
|
|
3644
3644
|
{
|
|
3645
3645
|
"brick": "basic-bricks.general-button",
|
|
3646
3646
|
"properties": {
|
|
3647
|
-
"buttonName": "
|
|
3647
|
+
"buttonName": "点击弹出模态框,带 footer slot"
|
|
3648
3648
|
},
|
|
3649
3649
|
"events": {
|
|
3650
3650
|
"general.button.click": {
|
|
@@ -3752,8 +3752,8 @@
|
|
|
3752
3752
|
},
|
|
3753
3753
|
{
|
|
3754
3754
|
"description": {
|
|
3755
|
-
"title": "
|
|
3756
|
-
"message": "图标来源可以为src
|
|
3755
|
+
"title": "标题相关:对齐方式、图标、标题后自定义构件",
|
|
3756
|
+
"message": "图标来源可以为src(httpSrc/DataSrc)或平台的图标库"
|
|
3757
3757
|
},
|
|
3758
3758
|
"brick": "div",
|
|
3759
3759
|
"slots": {
|
|
@@ -3775,6 +3775,24 @@
|
|
|
3775
3775
|
{
|
|
3776
3776
|
"brick": "basic-bricks.general-modal",
|
|
3777
3777
|
"slots": {
|
|
3778
|
+
"headerExtra": {
|
|
3779
|
+
"bricks": [
|
|
3780
|
+
{
|
|
3781
|
+
"brick": "presentational-bricks.brick-tag",
|
|
3782
|
+
"properties": {
|
|
3783
|
+
"color": "var(--color-warning)",
|
|
3784
|
+
"showCard": false,
|
|
3785
|
+
"tagList": [
|
|
3786
|
+
"警告"
|
|
3787
|
+
],
|
|
3788
|
+
"tagStyle": {
|
|
3789
|
+
"marginLeft": "-4px"
|
|
3790
|
+
}
|
|
3791
|
+
}
|
|
3792
|
+
}
|
|
3793
|
+
],
|
|
3794
|
+
"type": "bricks"
|
|
3795
|
+
},
|
|
3778
3796
|
"content": {
|
|
3779
3797
|
"type": "bricks",
|
|
3780
3798
|
"bricks": [
|
|
@@ -3794,7 +3812,9 @@
|
|
|
3794
3812
|
"titleAlign": "center",
|
|
3795
3813
|
"titleIcon": {
|
|
3796
3814
|
"lib": "antd",
|
|
3797
|
-
"icon": "
|
|
3815
|
+
"icon": "warning",
|
|
3816
|
+
"theme": "outlined",
|
|
3817
|
+
"color": "var(--color-warning)"
|
|
3798
3818
|
}
|
|
3799
3819
|
},
|
|
3800
3820
|
"events": {
|
|
@@ -3894,71 +3914,6 @@
|
|
|
3894
3914
|
]
|
|
3895
3915
|
}
|
|
3896
3916
|
}
|
|
3897
|
-
},
|
|
3898
|
-
{
|
|
3899
|
-
"description": {
|
|
3900
|
-
"title": "标题后自定义构件"
|
|
3901
|
-
},
|
|
3902
|
-
"brick": "div",
|
|
3903
|
-
"slots": {
|
|
3904
|
-
"content": {
|
|
3905
|
-
"bricks": [
|
|
3906
|
-
{
|
|
3907
|
-
"brick": "basic-bricks.general-button",
|
|
3908
|
-
"events": {
|
|
3909
|
-
"general.button.click": {
|
|
3910
|
-
"method": "open",
|
|
3911
|
-
"target": "#title-extra"
|
|
3912
|
-
}
|
|
3913
|
-
},
|
|
3914
|
-
"properties": {
|
|
3915
|
-
"buttonName": "点击弹出模态框"
|
|
3916
|
-
}
|
|
3917
|
-
},
|
|
3918
|
-
{
|
|
3919
|
-
"brick": "basic-bricks.general-modal",
|
|
3920
|
-
"properties": {
|
|
3921
|
-
"id": "title-extra",
|
|
3922
|
-
"modalTitle": "执行结果",
|
|
3923
|
-
"okText": "ok",
|
|
3924
|
-
"titleAlign": "left"
|
|
3925
|
-
},
|
|
3926
|
-
"slots": {
|
|
3927
|
-
"content": {
|
|
3928
|
-
"bricks": [
|
|
3929
|
-
{
|
|
3930
|
-
"brick": "h3",
|
|
3931
|
-
"properties": {
|
|
3932
|
-
"textContent": "modal content"
|
|
3933
|
-
}
|
|
3934
|
-
}
|
|
3935
|
-
],
|
|
3936
|
-
"type": "bricks"
|
|
3937
|
-
},
|
|
3938
|
-
"headerExtra": {
|
|
3939
|
-
"bricks": [
|
|
3940
|
-
{
|
|
3941
|
-
"brick": "presentational-bricks.brick-tag",
|
|
3942
|
-
"properties": {
|
|
3943
|
-
"color": "var(--color-warning)",
|
|
3944
|
-
"showCard": false,
|
|
3945
|
-
"tagList": [
|
|
3946
|
-
"警告"
|
|
3947
|
-
],
|
|
3948
|
-
"tagStyle": {
|
|
3949
|
-
"marginLeft": "-4px"
|
|
3950
|
-
}
|
|
3951
|
-
}
|
|
3952
|
-
}
|
|
3953
|
-
],
|
|
3954
|
-
"type": "bricks"
|
|
3955
|
-
}
|
|
3956
|
-
}
|
|
3957
|
-
}
|
|
3958
|
-
],
|
|
3959
|
-
"type": "bricks"
|
|
3960
|
-
}
|
|
3961
|
-
}
|
|
3962
3917
|
}
|
|
3963
3918
|
],
|
|
3964
3919
|
"doc": {
|
|
@@ -3966,6 +3921,24 @@
|
|
|
3966
3921
|
"name": "basic-bricks.general-modal",
|
|
3967
3922
|
"dockind": "brick",
|
|
3968
3923
|
"description": "提供插槽以展示其他构件,注意与表单通用模态框 (forms.general-modal) 的不同",
|
|
3924
|
+
"groupI18N": {
|
|
3925
|
+
"basic": {
|
|
3926
|
+
"en": "Basic",
|
|
3927
|
+
"zh": "常用"
|
|
3928
|
+
},
|
|
3929
|
+
"buttonAndInteract": {
|
|
3930
|
+
"en": "Button/Interact",
|
|
3931
|
+
"zh": "按钮及交互"
|
|
3932
|
+
},
|
|
3933
|
+
"ui": {
|
|
3934
|
+
"en": "UI",
|
|
3935
|
+
"zh": "外观"
|
|
3936
|
+
},
|
|
3937
|
+
"other": {
|
|
3938
|
+
"en": "其他",
|
|
3939
|
+
"zh": "other"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3969
3942
|
"author": "ice",
|
|
3970
3943
|
"slots": [
|
|
3971
3944
|
{
|
|
@@ -4021,13 +3994,13 @@
|
|
|
4021
3994
|
},
|
|
4022
3995
|
{
|
|
4023
3996
|
"type": "basic-bricks.general-modal.cancel",
|
|
4024
|
-
"detail": "`
|
|
4025
|
-
"description": "当点击 modal
|
|
3997
|
+
"detail": "`Record<string, any>`",
|
|
3998
|
+
"description": "当点击 modal 自带的取消按钮时发出该事件,detail来源为当前的dataSource属性值"
|
|
4026
3999
|
},
|
|
4027
4000
|
{
|
|
4028
4001
|
"type": "basic-bricks.general-modal.confirm",
|
|
4029
|
-
"detail": "`
|
|
4030
|
-
"description": "当点击 modal
|
|
4002
|
+
"detail": "`Record<string, any>`",
|
|
4003
|
+
"description": "当点击 modal 自带的确认按钮时发出该事件,detail来源为当前的dataSource属性值"
|
|
4031
4004
|
},
|
|
4032
4005
|
{
|
|
4033
4006
|
"type": "modal.open",
|
|
@@ -4060,155 +4033,156 @@
|
|
|
4060
4033
|
"group": "basic"
|
|
4061
4034
|
},
|
|
4062
4035
|
{
|
|
4063
|
-
"name": "
|
|
4064
|
-
"type": "string
|
|
4036
|
+
"name": "dataSource",
|
|
4037
|
+
"type": "Record<string, any>",
|
|
4065
4038
|
"required": "false",
|
|
4066
4039
|
"default": "-",
|
|
4067
|
-
"description": "
|
|
4040
|
+
"description": "数据来源",
|
|
4068
4041
|
"group": "basic"
|
|
4069
4042
|
},
|
|
4070
4043
|
{
|
|
4071
|
-
"name": "
|
|
4072
|
-
"type": "
|
|
4044
|
+
"name": "width",
|
|
4045
|
+
"type": "string | number",
|
|
4073
4046
|
"required": "false",
|
|
4074
4047
|
"default": "-",
|
|
4075
|
-
"description": "
|
|
4076
|
-
"group": "
|
|
4048
|
+
"description": "模态框宽度",
|
|
4049
|
+
"group": "ui"
|
|
4077
4050
|
},
|
|
4078
4051
|
{
|
|
4079
|
-
"name": "
|
|
4080
|
-
"type": "
|
|
4052
|
+
"name": "enableFooterSlot",
|
|
4053
|
+
"type": "boolean",
|
|
4081
4054
|
"required": "false",
|
|
4082
|
-
"default": "
|
|
4083
|
-
"description": "
|
|
4084
|
-
"group": "
|
|
4055
|
+
"default": "false",
|
|
4056
|
+
"description": "是否启用 footer 插槽",
|
|
4057
|
+
"group": "ui"
|
|
4085
4058
|
},
|
|
4086
4059
|
{
|
|
4087
|
-
"name": "
|
|
4088
|
-
"type": "
|
|
4060
|
+
"name": "footerPosition",
|
|
4061
|
+
"type": "string",
|
|
4089
4062
|
"required": "false",
|
|
4090
|
-
"default": "
|
|
4091
|
-
"description": "
|
|
4092
|
-
"group": "
|
|
4063
|
+
"default": "right",
|
|
4064
|
+
"description": "按钮的位置 left | center | right",
|
|
4065
|
+
"group": "ui"
|
|
4093
4066
|
},
|
|
4094
4067
|
{
|
|
4095
|
-
"name": "
|
|
4068
|
+
"name": "isHiddenBodyPadding",
|
|
4096
4069
|
"type": "boolean",
|
|
4097
4070
|
"required": "false",
|
|
4098
|
-
"default": "
|
|
4099
|
-
"description": "
|
|
4100
|
-
"group": "
|
|
4071
|
+
"default": "true",
|
|
4072
|
+
"description": "是否需要隐藏弹窗内容的padding",
|
|
4073
|
+
"group": "ui"
|
|
4101
4074
|
},
|
|
4102
4075
|
{
|
|
4103
|
-
"name": "
|
|
4076
|
+
"name": "isHiddenHeaderBorder",
|
|
4104
4077
|
"type": "boolean",
|
|
4105
4078
|
"required": "false",
|
|
4106
|
-
"default": "
|
|
4107
|
-
"description": "
|
|
4108
|
-
"group": "
|
|
4079
|
+
"default": "true",
|
|
4080
|
+
"description": "是否需要隐藏弹窗头部的分割线",
|
|
4081
|
+
"group": "ui"
|
|
4109
4082
|
},
|
|
4110
4083
|
{
|
|
4111
|
-
"name": "
|
|
4112
|
-
"type": "
|
|
4084
|
+
"name": "isHiddenFooterColor",
|
|
4085
|
+
"type": "boolean",
|
|
4113
4086
|
"required": "false",
|
|
4114
|
-
"default": "
|
|
4115
|
-
"description": "
|
|
4116
|
-
"group": "
|
|
4087
|
+
"default": "true",
|
|
4088
|
+
"description": "是否需要隐藏底部特殊的颜色",
|
|
4089
|
+
"group": "ui"
|
|
4117
4090
|
},
|
|
4118
4091
|
{
|
|
4119
|
-
"name": "
|
|
4092
|
+
"name": "fullscreen",
|
|
4120
4093
|
"type": "boolean",
|
|
4121
|
-
"
|
|
4122
|
-
"
|
|
4123
|
-
"
|
|
4124
|
-
"group": "basic"
|
|
4094
|
+
"default": "false",
|
|
4095
|
+
"description": "全屏模式",
|
|
4096
|
+
"group": "ui"
|
|
4125
4097
|
},
|
|
4126
4098
|
{
|
|
4127
|
-
"name": "
|
|
4099
|
+
"name": "okText",
|
|
4128
4100
|
"type": "string",
|
|
4129
4101
|
"required": "false",
|
|
4130
|
-
"default": "
|
|
4131
|
-
"description": "
|
|
4132
|
-
"group": "
|
|
4102
|
+
"default": "确认",
|
|
4103
|
+
"description": "确认按钮文字",
|
|
4104
|
+
"group": "buttonAndInteract"
|
|
4133
4105
|
},
|
|
4134
4106
|
{
|
|
4135
|
-
"name": "
|
|
4136
|
-
"type": "
|
|
4107
|
+
"name": "okType",
|
|
4108
|
+
"type": "ButtonType",
|
|
4137
4109
|
"required": "false",
|
|
4138
|
-
"default": "
|
|
4139
|
-
"description": "
|
|
4140
|
-
"group": "
|
|
4110
|
+
"default": "primary",
|
|
4111
|
+
"description": "模态框确认按钮类型 ButtonType(\"link\" | \"default\" | \"primary\" | \"ghost\" | \"dashed\" | \"danger\")",
|
|
4112
|
+
"group": "buttonAndInteract"
|
|
4141
4113
|
},
|
|
4142
4114
|
{
|
|
4143
|
-
"name": "
|
|
4115
|
+
"name": "okDisabled",
|
|
4144
4116
|
"type": "boolean",
|
|
4145
4117
|
"required": "false",
|
|
4146
|
-
"default": "
|
|
4147
|
-
"description": "
|
|
4148
|
-
"group": "
|
|
4118
|
+
"default": "false",
|
|
4119
|
+
"description": "是否禁用确认按钮",
|
|
4120
|
+
"group": "buttonAndInteract"
|
|
4149
4121
|
},
|
|
4150
4122
|
{
|
|
4151
|
-
"name": "
|
|
4123
|
+
"name": "closeWhenOk",
|
|
4152
4124
|
"type": "boolean",
|
|
4153
4125
|
"required": "false",
|
|
4154
|
-
"default": "
|
|
4155
|
-
"description": "
|
|
4126
|
+
"default": "true",
|
|
4127
|
+
"description": "点击确定时,是否立即关闭模态框,如果设为`false`,则需要自行关闭。",
|
|
4156
4128
|
"group": "basic"
|
|
4157
4129
|
},
|
|
4158
4130
|
{
|
|
4159
|
-
"name": "
|
|
4131
|
+
"name": "confirmLoading",
|
|
4160
4132
|
"type": "boolean",
|
|
4161
4133
|
"required": "false",
|
|
4162
|
-
"default": "
|
|
4163
|
-
"description": "
|
|
4164
|
-
"group": "
|
|
4134
|
+
"default": "false",
|
|
4135
|
+
"description": "确定按钮 loading",
|
|
4136
|
+
"group": "buttonAndInteract"
|
|
4165
4137
|
},
|
|
4166
4138
|
{
|
|
4167
|
-
"name": "
|
|
4168
|
-
"type": "
|
|
4139
|
+
"name": "cancelText",
|
|
4140
|
+
"type": "string",
|
|
4169
4141
|
"required": "false",
|
|
4170
|
-
"default": "
|
|
4171
|
-
"description": "
|
|
4172
|
-
"group": "
|
|
4142
|
+
"default": "取消",
|
|
4143
|
+
"description": "取消按钮文字",
|
|
4144
|
+
"group": "buttonAndInteract"
|
|
4173
4145
|
},
|
|
4174
4146
|
{
|
|
4175
|
-
"name": "
|
|
4147
|
+
"name": "hideCancelButton",
|
|
4176
4148
|
"type": "boolean",
|
|
4177
4149
|
"required": "false",
|
|
4178
|
-
"default": "
|
|
4179
|
-
"description": "
|
|
4180
|
-
"group": "
|
|
4150
|
+
"default": "false",
|
|
4151
|
+
"description": "是否隐藏取消按钮",
|
|
4152
|
+
"group": "buttonAndInteract"
|
|
4181
4153
|
},
|
|
4182
4154
|
{
|
|
4183
|
-
"name": "
|
|
4155
|
+
"name": "closeWhenCancel",
|
|
4184
4156
|
"type": "boolean",
|
|
4185
|
-
"
|
|
4186
|
-
"
|
|
4187
|
-
"
|
|
4157
|
+
"required": "false",
|
|
4158
|
+
"default": "true",
|
|
4159
|
+
"description": "点击取消时,是否立即关闭模态框,如果设为`false`,则需要自行关闭。",
|
|
4160
|
+
"group": "buttonAndInteract"
|
|
4188
4161
|
},
|
|
4189
4162
|
{
|
|
4190
4163
|
"name": "maskClosable",
|
|
4191
4164
|
"type": "boolean",
|
|
4192
4165
|
"required": "false",
|
|
4193
|
-
"default": "
|
|
4166
|
+
"default": "true",
|
|
4194
4167
|
"description": "是否点击背景关闭模态框",
|
|
4195
|
-
"group": "
|
|
4168
|
+
"group": "buttonAndInteract"
|
|
4196
4169
|
},
|
|
4197
4170
|
{
|
|
4198
4171
|
"name": "configProps",
|
|
4199
4172
|
"type": "object",
|
|
4200
4173
|
"required": "false",
|
|
4201
4174
|
"default": "-",
|
|
4202
|
-
"description": "完全透传给 antd 的 Modal
|
|
4203
|
-
"group": "
|
|
4175
|
+
"description": "完全透传给 antd 的 Modal 属性,详见 [文档](https://ant.design/components/modal-cn#API)",
|
|
4176
|
+
"group": "other"
|
|
4204
4177
|
},
|
|
4205
4178
|
{
|
|
4206
4179
|
"name": "fields",
|
|
4207
4180
|
"type": "{modalTitle: string}",
|
|
4181
|
+
"deprecated": true,
|
|
4208
4182
|
"required": "false",
|
|
4209
4183
|
"default": "-",
|
|
4210
|
-
"description": "
|
|
4211
|
-
"group": "
|
|
4184
|
+
"description": "`已废弃` 字段映射, 跟 dataSource 一起使用来获得运行时 modalTitle",
|
|
4185
|
+
"group": "other"
|
|
4212
4186
|
}
|
|
4213
4187
|
],
|
|
4214
4188
|
"methods": [
|
|
@@ -4581,7 +4555,7 @@
|
|
|
4581
4555
|
"author": "steve",
|
|
4582
4556
|
"slots": null,
|
|
4583
4557
|
"history": null,
|
|
4584
|
-
"memo": "###
|
|
4558
|
+
"memo": "### 响应式布局说明\n\nBootstrap 等 UI 框架是移动优先的设计,它们的响应式为默认匹配小屏幕,并由小到大适配。而 EasyOps 平台以 PC 优先,并由大到小适配。这里我们针对常见桌面显示器大小,分为以下五档(屏幕宽度):\n\n- `xSmall`:<= 1024px (老式投影仪)\n- `small`:<= 1280px (13 寸笔记本)\n- `medium`:<= 1600px (中等显示器)\n- `large`:<= 1920px (大号显示器)\n- 其它:超大显示器\n\n例如以下设置:\n\n```json\n{\n \"columns\": 3,\n \"responsive\": {\n \"medium\": {\n \"columns\": 2\n },\n \"small\": {\n \"columns\": 1\n }\n }\n}\n```\n\n在 `> 1600px` 的屏幕上时将显示为三列,`<= 1600px && > 1280px` 时显示两列,更小的屏幕显示为一列。",
|
|
4585
4559
|
"properties": [
|
|
4586
4560
|
{
|
|
4587
4561
|
"name": "columns",
|
|
@@ -4620,7 +4594,76 @@
|
|
|
4620
4594
|
"description": "响应式布局设置"
|
|
4621
4595
|
}
|
|
4622
4596
|
],
|
|
4623
|
-
"interface": [
|
|
4597
|
+
"interface": [
|
|
4598
|
+
{
|
|
4599
|
+
"name": "ResponsiveSettings",
|
|
4600
|
+
"typeParameter": null,
|
|
4601
|
+
"kind": "interface",
|
|
4602
|
+
"children": [
|
|
4603
|
+
{
|
|
4604
|
+
"name": "large",
|
|
4605
|
+
"type": "GridSettings",
|
|
4606
|
+
"required": false,
|
|
4607
|
+
"description": ""
|
|
4608
|
+
},
|
|
4609
|
+
{
|
|
4610
|
+
"name": "medium",
|
|
4611
|
+
"type": "GridSettings",
|
|
4612
|
+
"required": false,
|
|
4613
|
+
"description": ""
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"name": "small",
|
|
4617
|
+
"type": "GridSettings",
|
|
4618
|
+
"required": false,
|
|
4619
|
+
"description": ""
|
|
4620
|
+
},
|
|
4621
|
+
{
|
|
4622
|
+
"name": "xSmall",
|
|
4623
|
+
"type": "GridSettings",
|
|
4624
|
+
"required": false,
|
|
4625
|
+
"description": ""
|
|
4626
|
+
}
|
|
4627
|
+
]
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"name": "GridSettings",
|
|
4631
|
+
"typeParameter": null,
|
|
4632
|
+
"kind": "interface",
|
|
4633
|
+
"children": [
|
|
4634
|
+
{
|
|
4635
|
+
"name": "columnSpan",
|
|
4636
|
+
"type": "number",
|
|
4637
|
+
"required": false,
|
|
4638
|
+
"description": ""
|
|
4639
|
+
},
|
|
4640
|
+
{
|
|
4641
|
+
"name": "columns",
|
|
4642
|
+
"type": "number",
|
|
4643
|
+
"required": false,
|
|
4644
|
+
"description": ""
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"name": "rowSpan",
|
|
4648
|
+
"type": "number",
|
|
4649
|
+
"required": false,
|
|
4650
|
+
"description": ""
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"name": "rows",
|
|
4654
|
+
"type": "number",
|
|
4655
|
+
"required": false,
|
|
4656
|
+
"description": ""
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
"name": "templateColumns",
|
|
4660
|
+
"type": "string",
|
|
4661
|
+
"required": false,
|
|
4662
|
+
"description": ""
|
|
4663
|
+
}
|
|
4664
|
+
]
|
|
4665
|
+
}
|
|
4666
|
+
]
|
|
4624
4667
|
}
|
|
4625
4668
|
},
|
|
4626
4669
|
{
|
|
@@ -4832,7 +4875,7 @@
|
|
|
4832
4875
|
"change": "新增构件"
|
|
4833
4876
|
}
|
|
4834
4877
|
],
|
|
4835
|
-
"
|
|
4878
|
+
"groupI18N": {
|
|
4836
4879
|
"basic": {
|
|
4837
4880
|
"en": "Basic",
|
|
4838
4881
|
"zh": "常用"
|
|
@@ -6076,7 +6119,7 @@
|
|
|
6076
6119
|
"change": "新增构件 `basic-bricks.popover-container`"
|
|
6077
6120
|
}
|
|
6078
6121
|
],
|
|
6079
|
-
"
|
|
6122
|
+
"groupI18N": {
|
|
6080
6123
|
"basic": {
|
|
6081
6124
|
"en": "Basic",
|
|
6082
6125
|
"zh": "常用"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.179.
|
|
3
|
+
"version": "1.179.8",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"immutability-helper": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": true,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "4fef8ac22ce0205c24eea555416b932989d45214"
|
|
43
43
|
}
|