amis 1.4.2-beta.15 → 1.4.2-beta.16
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/index.js +1 -1
- package/lib/store/formItem.js +2 -2
- package/lib/store/formItem.js.map +2 -2
- package/package.json +1 -1
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- 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 +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk.js +1160 -1160
- 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/store/formItem.ts +2 -2
package/src/store/formItem.ts
CHANGED
@@ -670,7 +670,7 @@ export const FormItemStore = StoreNode.named('FormItemStore')
|
|
670
670
|
[
|
671
671
|
{
|
672
672
|
...self.options[0],
|
673
|
-
leftOptions: spliceTree(
|
673
|
+
leftOptions: spliceTree(leftOptions, indexes, 1, {
|
674
674
|
...option,
|
675
675
|
loading: false,
|
676
676
|
error: true
|
@@ -694,7 +694,7 @@ export const FormItemStore = StoreNode.named('FormItemStore')
|
|
694
694
|
[
|
695
695
|
{
|
696
696
|
...self.options[0],
|
697
|
-
leftOptions: spliceTree(
|
697
|
+
leftOptions: spliceTree(leftOptions, indexes, 1, {
|
698
698
|
...option,
|
699
699
|
loading: false,
|
700
700
|
loaded: true,
|