@mescius/wijmo.webcomponents.chart.animation 5.20232.939 → 5.20241.3-rc
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/README.md +7 -100
- package/es2015-commonjs.js +1 -1
- package/es2015-esm.js +2 -2
- package/es5-esm.js +1 -1
- package/index.d.ts +3 -3
- package/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[English](#wijmo) | [日本語](#wijmo-jp) | [
|
1
|
+
[English](#wijmo) | [日本語](#wijmo-jp) | [한국어](#wijmo-kr)
|
2
2
|
|
3
3
|
# Wijmo
|
4
4
|
|
@@ -59,19 +59,19 @@ Sample source code available with our [Wijmo Developer Pack](https://developer.m
|
|
59
59
|
### To install latest release version:
|
60
60
|
|
61
61
|
```sh
|
62
|
-
npm install @
|
62
|
+
npm install @mescius/wijmo.all
|
63
63
|
```
|
64
64
|
|
65
65
|
### To install latest nightly build:
|
66
66
|
|
67
67
|
```sh
|
68
|
-
npm install @
|
68
|
+
npm install @mescius/wijmo.all@nightly
|
69
69
|
```
|
70
70
|
|
71
71
|
### To install latest RC build:
|
72
72
|
|
73
73
|
```sh
|
74
|
-
npm install @
|
74
|
+
npm install @mescius/wijmo.all@rc
|
75
75
|
```
|
76
76
|
|
77
77
|
## Documentation
|
@@ -159,99 +159,6 @@ Submit questions to our team of [Wijmo Experts](https://developer.mescius.com/fo
|
|
159
159
|
- [サポート&サービス](https://developer.mescius.jp/support)
|
160
160
|
- [サブスクリプションサービス利用規約](https://download.mescius.jp/license/other/componentone-subscriptionservice.pdf)
|
161
161
|
|
162
|
-
## Wijmo CN
|
163
|
-
|
164
|
-
Wijmo 是一套完整的企业级 JavaScript UI 开发组件。 它包括强大的表格、图表、数据透视、输入等组件,并且可以支持各类主流前端框架,包括 Angular、React 和 Vue。
|
165
|
-
|
166
|
-
Wijmo 的轻量级、高性能 JavaScript UI 组件可以将您的开发时间缩短一半。
|
167
|
-
|
168
|
-
查看我们 [FlexGrid 表格](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/purejs) 组件.
|
169
|
-
|
170
|
-
|
171
|
-
---
|
172
|
-
|
173
|
-
## 从 NPM 获取您所缺少的开发包!
|
174
|
-
|
175
|
-
请务必下载 Wijmo 以获得完整的开发包。 NPM 仅包含我们的 JS 组件,但我们的开发包包含数百个示例,其中包含每个 JS 框架的源代码、实际参考应用程序等等!
|
176
|
-
|
177
|
-
**[下载 Wijmo 开发包](https://www.grapecity.com.cn/developer/wijmojs/download) 以启动您的项目。**
|
178
|
-
|
179
|
-
---
|
180
|
-
|
181
|
-
## 示例
|
182
|
-
|
183
|
-
每种 JavaScript 框架中都提供超过 450 个功能示例
|
184
|
-
|
185
|
-
- [JavaScript 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/purejs)
|
186
|
-
- [Vue 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/vue)
|
187
|
-
- [Angular 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/angular)
|
188
|
-
- [React 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/react)
|
189
|
-
|
190
|
-
我们还提供了 JavaScript 框架中可用的实际应用示例
|
191
|
-
|
192
|
-
|
193
|
-
- [Vue 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#GeoDashboard)
|
194
|
-
- [Angular 参考应用](https://demos.wijmo.com/5/SampleExplorer/SampleExplorer/Sample/WealthHealth)
|
195
|
-
- [React 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#GeoDashboard)
|
196
|
-
- [React Redux 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#CryptoCurrencyTracking)
|
197
|
-
|
198
|
-
[Wijmo 开发包](https://www.grapecity.com.cn/developer/wijmojs/download) 中提供了示例源代码。
|
199
|
-
|
200
|
-
## 安装
|
201
|
-
|
202
|
-
### 安装最新版本:
|
203
|
-
|
204
|
-
```sh
|
205
|
-
npm install @grapecity/wijmo.all
|
206
|
-
```
|
207
|
-
|
208
|
-
### 安装最新的 nightly 版本:
|
209
|
-
```sh
|
210
|
-
npm install @grapecity/wijmo.all@nightly
|
211
|
-
```
|
212
|
-
|
213
|
-
### 安装最新的 RC 版本:
|
214
|
-
|
215
|
-
```sh
|
216
|
-
npm install @grapecity/wijmo.all@rc
|
217
|
-
```
|
218
|
-
|
219
|
-
## 文档
|
220
|
-
|
221
|
-
在线文档可在此处获取:
|
222
|
-
|
223
|
-
- [API Reference](https://demo.grapecity.com.cn/wijmo/api/)
|
224
|
-
- [Documentation Guides](https://demo.grapecity.com.cn/wijmo/docs/GettingStarted/Introduction)
|
225
|
-
|
226
|
-
## 许可
|
227
|
-
|
228
|
-
Wijmo授权由开发授权和部署授权组成
|
229
|
-
|
230
|
-
了解 [WijmoJS 价格与授权方式](https://www.grapecity.com.cn/developer/wijmojs#price).
|
231
|
-
|
232
|
-
## 资源
|
233
|
-
|
234
|
-
- [快速入门指南](https://demo.grapecity.com.cn/wijmo/docs/GettingStarted/QuickStart/QuickStart-PureJS)
|
235
|
-
- [Wijmo 产品介绍](https://www.grapecity.com.cn/developer/wijmojs)
|
236
|
-
- [博客](https://www.grapecity.com.cn/blogs/tags/wijmo)
|
237
|
-
- [论坛](https://gcdn.grapecity.com.cn/showforum-140-1.html)
|
238
|
-
|
239
|
-
Wijmo 开发包可以从 [这里](https://www.grapecity.com.cn/developer/wijmojs/download) 下载
|
240
|
-
|
241
|
-
## 支持
|
242
|
-
|
243
|
-
**Wijmo 随时为您提供支持**
|
244
|
-
|
245
|
-
提供多种售前支持方式。您可以通过电话热线、邮件、售前顾问、在线咨询、添加企业微信等方式获取获取售前咨询、产品解决方案、产品选型等1V1服务。帮您快速了解产品特性,助您POC验证成功,节省时间成本。
|
246
|
-
|
247
|
-
- [联系我们](https://www.grapecity.com.cn/support#goumaizixun)
|
248
|
-
|
249
|
-
|
250
|
-
## 问题反馈
|
251
|
-
|
252
|
-
我们重视您的反馈并利用建议来帮助创建产品路线图。 告诉我们你的想法。
|
253
|
-
|
254
|
-
[提交您的问题和反馈建议](https://gcdn.grapecity.com.cn/showforum-173-1.html)
|
255
162
|
|
256
163
|
# Wijmo KR
|
257
164
|
|
@@ -302,19 +209,19 @@ Wijmo는 또한 NPM을 지원합니다. 이를 통해 최신 버전의 Wijmo 라
|
|
302
209
|
**[최신 정식 버전]**
|
303
210
|
|
304
211
|
```sh
|
305
|
-
npm install @
|
212
|
+
npm install @mescius/wijmo.all
|
306
213
|
```
|
307
214
|
|
308
215
|
**[Nightly 버전]**
|
309
216
|
|
310
217
|
```sh
|
311
|
-
npm install @
|
218
|
+
npm install @mescius/wijmo.all@nightly
|
312
219
|
```
|
313
220
|
|
314
221
|
**[RC 버전]**
|
315
222
|
|
316
223
|
```sh
|
317
|
-
npm install @
|
224
|
+
npm install @mescius/wijmo.all@rc
|
318
225
|
```
|
319
226
|
|
320
227
|
## 빠른시작 가이드
|
package/es2015-commonjs.js
CHANGED
package/es2015-esm.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.
|
3
|
+
* Wijmo Library 5.20241.3
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -11,4 +11,4 @@
|
|
11
11
|
*
|
12
12
|
*/
|
13
13
|
|
14
|
-
import{WjComponentBehavior}from"@mescius/wijmo.webcomponents.base";import*as wjcChartAnimation from"@mescius/wijmo.chart.animation";let _wj_ns_exists_2=!0;export class WjcFlexChartAnimation extends HTMLElement{constructor(){super();this._wjBehaviour=WjComponentBehavior._attach(this)}static get observedAttributes(){return WjComponentBehavior.getProps(this)}connectedCallback(){this._wjBehaviour.lhConnected()}attributeChangedCallback(t,e,
|
14
|
+
import{WjComponentBehavior}from"@mescius/wijmo.webcomponents.base";import*as wjcChartAnimation from"@mescius/wijmo.chart.animation";let _wj_ns_exists_2=!0;export class WjcFlexChartAnimation extends HTMLElement{constructor(){super();this._wjBehaviour=WjComponentBehavior._attach(this)}static get observedAttributes(){return WjComponentBehavior.getProps(this)}connectedCallback(){this._wjBehaviour.lhConnected()}attributeChangedCallback(t,e,i){this._wjBehaviour.lhAttributeChanged(t,e,i)}disconnectedCallback(){this._wjBehaviour.lhDisconnected()}}WjcFlexChartAnimation.wrappedClass=()=>wjcChartAnimation.ChartAnimation;WjcFlexChartAnimation.parentInCtor=!0;_wj_ns_exists_2&&WjComponentBehavior.register("wjc-flex-chart-animation",WjcFlexChartAnimation);
|
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.
|
3
|
+
* Wijmo Library 5.20241.3
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -10,8 +10,8 @@
|
|
10
10
|
* https://developer.mescius.com/wijmo/licensing
|
11
11
|
*
|
12
12
|
*/
|
13
|
-
import { WjComponentBehavior, IPropsMeta } from '@
|
14
|
-
import * as wjcChartAnimation from '@
|
13
|
+
import { WjComponentBehavior, IPropsMeta } from '@mescius/wijmo.webcomponents.base';
|
14
|
+
import * as wjcChartAnimation from '@mescius/wijmo.chart.animation';
|
15
15
|
export declare class WjcFlexChartAnimation extends HTMLElement {
|
16
16
|
static wrappedClass: () => typeof wjcChartAnimation.ChartAnimation;
|
17
17
|
static parentInCtor: boolean;
|
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mescius/wijmo.webcomponents.chart.animation",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.20241.3-rc",
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
5
5
|
"author": "MESCIUS inc",
|
6
6
|
"license": "Commercial",
|
7
7
|
"main": "./index.js",
|
8
8
|
"types": "./index.d.ts",
|
9
9
|
"dependencies": {
|
10
|
-
"@mescius/wijmo": "5.
|
11
|
-
"@mescius/wijmo.chart.animation": "5.
|
12
|
-
"@mescius/wijmo.webcomponents.base": "5.
|
10
|
+
"@mescius/wijmo": "5.20241.3-rc",
|
11
|
+
"@mescius/wijmo.chart.animation": "5.20241.3-rc",
|
12
|
+
"@mescius/wijmo.webcomponents.base": "5.20241.3-rc"
|
13
13
|
},
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
15
15
|
"bugs": {
|