amis 1.9.0-beta.13 → 1.9.0-beta.14
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/lib/actions/AjaxAction.d.ts +8 -5
- package/lib/actions/AjaxAction.js +27 -21
- package/lib/actions/AjaxAction.js.map +2 -2
- package/lib/actions/BroadcastAction.js +1 -1
- package/lib/actions/BroadcastAction.js.map +2 -2
- package/lib/actions/CmptAction.js +7 -9
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/CopyAction.d.ts +5 -2
- package/lib/actions/CopyAction.js +8 -6
- package/lib/actions/CopyAction.js.map +2 -2
- package/lib/actions/DialogAction.d.ts +9 -3
- package/lib/actions/DialogAction.js +6 -6
- package/lib/actions/DialogAction.js.map +2 -2
- package/lib/actions/EmailAction.d.ts +8 -5
- package/lib/actions/EmailAction.js +4 -5
- package/lib/actions/EmailAction.js.map +2 -2
- package/lib/actions/LinkAction.d.ts +17 -11
- package/lib/actions/LinkAction.js +6 -5
- package/lib/actions/LinkAction.js.map +2 -2
- package/lib/actions/LoopAction.d.ts +4 -1
- package/lib/actions/LoopAction.js +22 -20
- package/lib/actions/LoopAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +4 -1
- package/lib/actions/PageAction.js +3 -2
- package/lib/actions/PageAction.js.map +2 -2
- package/lib/actions/ToastAction.js +6 -6
- package/lib/actions/ToastAction.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/renderers/Action.js +0 -2
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Form/Combo.js +22 -3
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/InputTree.js +1 -1
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Wizard.js +3 -3
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/schemaExtend.js +11 -24
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +30 -34
- package/lib/themes/ang.css +31 -34
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +30 -34
- package/lib/themes/antd.css +31 -34
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +30 -34
- package/lib/themes/cxd.css +31 -34
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +30 -34
- package/lib/themes/dark.css +31 -34
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +30 -34
- package/lib/themes/default.css +31 -34
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/handleAction.js +1 -1
- package/lib/utils/handleAction.js.map +2 -2
- package/package.json +2 -2
- package/scss/_properties.scss +1 -0
- package/scss/components/_button.scss +37 -39
- package/sdk/ang-ie11.css +38 -39
- package/sdk/ang.css +39 -39
- package/sdk/antd-ie11.css +38 -39
- package/sdk/antd.css +39 -39
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +38 -39
- package/sdk/cxd.css +39 -39
- package/sdk/dark-ie11.css +38 -39
- package/sdk/dark.css +39 -39
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +38 -39
- package/sdk/sdk.css +39 -39
- package/sdk/sdk.js +1248 -1248
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/actions/AjaxAction.ts +31 -22
- package/src/actions/BroadcastAction.ts +1 -1
- package/src/actions/CmptAction.ts +2 -3
- package/src/actions/CopyAction.ts +12 -6
- package/src/actions/DialogAction.ts +11 -5
- package/src/actions/EmailAction.ts +10 -10
- package/src/actions/LinkAction.ts +31 -14
- package/src/actions/LoopAction.ts +11 -6
- package/src/actions/PageAction.ts +5 -2
- package/src/actions/ToastAction.ts +9 -2
- package/src/renderers/Action.tsx +1 -1
- package/src/renderers/Form/Combo.tsx +19 -3
- package/src/renderers/Form/InputTree.tsx +1 -1
- package/src/renderers/Wizard.tsx +3 -3
- package/src/schemaExtend.ts +12 -23
- package/src/store/table.ts +1 -1
- package/src/utils/handleAction.ts +1 -1
package/lib/themes/dark-ie11.css
CHANGED
@@ -12202,7 +12202,6 @@ img.dark-AsideNav-itemIcon {
|
|
12202
12202
|
box-shadow: none;
|
12203
12203
|
cursor: not-allowed;
|
12204
12204
|
color: white;
|
12205
|
-
pointer-events: auto;
|
12206
12205
|
border: 0.0625rem solid #dee2e6;
|
12207
12206
|
background: #f2f3f3;
|
12208
12207
|
}
|
@@ -12212,9 +12211,37 @@ img.dark-AsideNav-itemIcon {
|
|
12212
12211
|
.dark-Button:not(:disabled):not(.is-disabled) {
|
12213
12212
|
cursor: pointer;
|
12214
12213
|
}
|
12215
|
-
.dark-Button
|
12216
|
-
|
12214
|
+
.dark-Button--link {
|
12215
|
+
width: auto;
|
12216
|
+
min-width: auto;
|
12217
|
+
font-weight: 400;
|
12218
|
+
color: #0983ff;
|
12219
|
+
text-decoration: none;
|
12217
12220
|
border: none;
|
12221
|
+
height: auto;
|
12222
|
+
}
|
12223
|
+
.dark-Button--link:hover:focus {
|
12224
|
+
color: #4f86f4;
|
12225
|
+
box-shadow: none;
|
12226
|
+
}
|
12227
|
+
.dark-Button--link:hover:active {
|
12228
|
+
color: #1c53c1;
|
12229
|
+
box-shadow: none;
|
12230
|
+
}
|
12231
|
+
.dark-Button--link:disabled, .dark-Button--link.is-disabled {
|
12232
|
+
color: white;
|
12233
|
+
border: none;
|
12234
|
+
background: transparent;
|
12235
|
+
}
|
12236
|
+
.dark-Button--link:disabled:hover:active, .dark-Button--link.is-disabled:hover:active {
|
12237
|
+
color: white;
|
12238
|
+
}
|
12239
|
+
.dark-Button--block {
|
12240
|
+
display: block;
|
12241
|
+
width: 100%;
|
12242
|
+
}
|
12243
|
+
.dark-Button--block + .dark-Button--block {
|
12244
|
+
margin-top: 0.75rem;
|
12218
12245
|
}
|
12219
12246
|
.dark-Button > .pull-left,
|
12220
12247
|
.dark-Button > .pull-right {
|
@@ -12636,37 +12663,6 @@ fieldset:disabled a.dark-Button {
|
|
12636
12663
|
animation: spin 1s infinite linear;
|
12637
12664
|
}
|
12638
12665
|
|
12639
|
-
.dark-Button--link {
|
12640
|
-
width: auto;
|
12641
|
-
min-width: auto;
|
12642
|
-
font-weight: 400;
|
12643
|
-
color: #0983ff;
|
12644
|
-
text-decoration: none;
|
12645
|
-
border: none;
|
12646
|
-
height: auto;
|
12647
|
-
}
|
12648
|
-
.dark-Button--link:hover:focus {
|
12649
|
-
color: #4f86f4;
|
12650
|
-
box-shadow: none;
|
12651
|
-
}
|
12652
|
-
.dark-Button--link:hover:active {
|
12653
|
-
color: #1c53c1;
|
12654
|
-
box-shadow: none;
|
12655
|
-
}
|
12656
|
-
.dark-Button--link:disabled, .dark-Button--link.is-disabled {
|
12657
|
-
color: white;
|
12658
|
-
pointer-events: none;
|
12659
|
-
background: #f2f3f3;
|
12660
|
-
}
|
12661
|
-
|
12662
|
-
.dark-Button--block {
|
12663
|
-
display: block;
|
12664
|
-
width: 100%;
|
12665
|
-
}
|
12666
|
-
.dark-Button--block + .dark-Button--block {
|
12667
|
-
margin-top: 0.75rem;
|
12668
|
-
}
|
12669
|
-
|
12670
12666
|
input[type=submit].dark-Button--block,
|
12671
12667
|
input[type=reset].dark-Button--block,
|
12672
12668
|
input[type=button].dark-Button--block {
|
package/lib/themes/dark.css
CHANGED
@@ -211,6 +211,7 @@
|
|
211
211
|
--Button--light-onHover-color: var(--Button--light-color);
|
212
212
|
--Button--link-color: var(--primary);
|
213
213
|
--Button--link-onDisabled-color: #4b5563;
|
214
|
+
--Button--link-onDisabled-backgroundColor: transparent;
|
214
215
|
--Button--link-onHover-color: var(--primary-onHover);
|
215
216
|
--Button--link-onActive-color: var(--primary-onActive);
|
216
217
|
--Button--md-fontSize: var(--Button-fontSize);
|
@@ -13763,7 +13764,6 @@ img.dark-AsideNav-itemIcon {
|
|
13763
13764
|
box-shadow: none;
|
13764
13765
|
cursor: not-allowed;
|
13765
13766
|
color: var(--text--muted-color);
|
13766
|
-
pointer-events: auto;
|
13767
13767
|
border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
|
13768
13768
|
background: var(--Button-onDisabled-bg);
|
13769
13769
|
}
|
@@ -13773,9 +13773,37 @@ img.dark-AsideNav-itemIcon {
|
|
13773
13773
|
.dark-Button:not(:disabled):not(.is-disabled) {
|
13774
13774
|
cursor: pointer;
|
13775
13775
|
}
|
13776
|
-
.dark-Button
|
13777
|
-
|
13776
|
+
.dark-Button--link {
|
13777
|
+
width: auto;
|
13778
|
+
min-width: auto;
|
13779
|
+
font-weight: var(--fontWeightNormal);
|
13780
|
+
color: var(--Button--link-color);
|
13781
|
+
text-decoration: var(--link-decoration);
|
13778
13782
|
border: none;
|
13783
|
+
height: auto;
|
13784
|
+
}
|
13785
|
+
.dark-Button--link:hover:focus {
|
13786
|
+
color: var(--Button--link-onHover-color);
|
13787
|
+
box-shadow: none;
|
13788
|
+
}
|
13789
|
+
.dark-Button--link:hover:active {
|
13790
|
+
color: var(--Button--link-onActive-color);
|
13791
|
+
box-shadow: none;
|
13792
|
+
}
|
13793
|
+
.dark-Button--link:disabled, .dark-Button--link.is-disabled {
|
13794
|
+
color: var(--text--muted-color);
|
13795
|
+
border: none;
|
13796
|
+
background: var(--Button--link-onDisabled-backgroundColor);
|
13797
|
+
}
|
13798
|
+
.dark-Button--link:disabled:hover:active, .dark-Button--link.is-disabled:hover:active {
|
13799
|
+
color: var(--text--muted-color);
|
13800
|
+
}
|
13801
|
+
.dark-Button--block {
|
13802
|
+
display: block;
|
13803
|
+
width: 100%;
|
13804
|
+
}
|
13805
|
+
.dark-Button--block + .dark-Button--block {
|
13806
|
+
margin-top: var(--gap-base);
|
13779
13807
|
}
|
13780
13808
|
.dark-Button > .pull-left,
|
13781
13809
|
.dark-Button > .pull-right {
|
@@ -14157,37 +14185,6 @@ fieldset:disabled a.dark-Button {
|
|
14157
14185
|
animation: var(--Button-animation-spin);
|
14158
14186
|
}
|
14159
14187
|
|
14160
|
-
.dark-Button--link {
|
14161
|
-
width: auto;
|
14162
|
-
min-width: auto;
|
14163
|
-
font-weight: var(--fontWeightNormal);
|
14164
|
-
color: var(--Button--link-color);
|
14165
|
-
text-decoration: var(--link-decoration);
|
14166
|
-
border: none;
|
14167
|
-
height: auto;
|
14168
|
-
}
|
14169
|
-
.dark-Button--link:hover:focus {
|
14170
|
-
color: var(--Button--link-onHover-color);
|
14171
|
-
box-shadow: none;
|
14172
|
-
}
|
14173
|
-
.dark-Button--link:hover:active {
|
14174
|
-
color: var(--Button--link-onActive-color);
|
14175
|
-
box-shadow: none;
|
14176
|
-
}
|
14177
|
-
.dark-Button--link:disabled, .dark-Button--link.is-disabled {
|
14178
|
-
color: var(--text--muted-color);
|
14179
|
-
pointer-events: none;
|
14180
|
-
background: var(--Button-onDisabled-bg);
|
14181
|
-
}
|
14182
|
-
|
14183
|
-
.dark-Button--block {
|
14184
|
-
display: block;
|
14185
|
-
width: 100%;
|
14186
|
-
}
|
14187
|
-
.dark-Button--block + .dark-Button--block {
|
14188
|
-
margin-top: var(--gap-base);
|
14189
|
-
}
|
14190
|
-
|
14191
14188
|
input[type=submit].dark-Button--block,
|
14192
14189
|
input[type=reset].dark-Button--block,
|
14193
14190
|
input[type=button].dark-Button--block {
|