bi-sdk-react 0.0.76 → 0.0.78

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.
@@ -16,6 +16,21 @@
16
16
  * https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
17
17
  */
18
18
 
19
+ /*! *****************************************************************************
20
+ Copyright (c) Microsoft Corporation. All rights reserved.
21
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
22
+ this file except in compliance with the License. You may obtain a copy of the
23
+ License at http://www.apache.org/licenses/LICENSE-2.0
24
+
25
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
27
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
28
+ MERCHANTABLITY OR NON-INFRINGEMENT.
29
+
30
+ See the Apache Version 2.0 License for specific language governing permissions
31
+ and limitations under the License.
32
+ ***************************************************************************** */
33
+
19
34
  /*! *****************************************************************************
20
35
  Copyright (c) Microsoft Corporation.
21
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bi-sdk-react",
3
- "version": "0.0.76",
3
+ "version": "0.0.78",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/umd/js/bi-sdk.umd.min.js",
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { createFromIconfontCN } from "@ant-design/icons";
3
3
 
4
4
  const IconFontCN = createFromIconfontCN({
5
- scriptUrl: "https://at.alicdn.com/t/c/font_5072483_dbprhooq0b9.js",
5
+ scriptUrl: "https://at.alicdn.com/t/c/font_5072483_uqvajkxw0rf.js",
6
6
  });
7
7
 
8
8
  export type IconFontProps = {
@@ -324,6 +324,8 @@ export const SelectPlugin: PluginType = {
324
324
  size: "default",
325
325
  allowClear: true,
326
326
  multiple: false,
327
+ source: "local",
328
+ globalDatasetScript: "return []",
327
329
  options: [
328
330
  { label: "选项1", value: "1" },
329
331
  { label: "选项2", value: "2" },