@operato/scene-excel 10.0.0-beta.2 → 10.0.0-beta.22

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 CHANGED
@@ -1,31 +1,23 @@
1
- ## node package를 설치한다.
1
+ # @operato/scene-excel
2
2
 
3
- `$ yarn`
3
+ > Excel integration component for things-scene
4
4
 
5
- ## 실행
5
+ <!-- AUTOGEN_BEGIN: do not edit between markers (run scripts/regenerate-readmes.mjs to update) -->
6
6
 
7
- `$ yarn serve`
8
- `$ yarn serve:dev`
7
+ ## Install
9
8
 
10
- ## 포트를 바꾸려면, -p 3001 식으로 추가해준다.
9
+ ```bash
10
+ yarn add @operato/scene-excel
11
+ ```
11
12
 
12
- `$ yarn serve`
13
- `$ yarn serve -p 3001`
13
+ ## Build
14
14
 
15
- ## test in browser
15
+ ```bash
16
+ yarn build
17
+ ```
16
18
 
17
- http://localhost:3000
19
+ Output: ESM module at `dist/index.js` (single bundle, no UMD/IE legacy).
18
20
 
19
- ## build
21
+ _Version: 10.0.0-beta.2_
20
22
 
21
- `$ yarn build`
22
-
23
- | type | filename | for | tested |
24
- | ---- | ------------------------------------------ | -------------- | ------ |
25
- | UMD | things-scene-excel.js | modern browser | O |
26
- | UMD | things-scene-excel-ie.js | ie 11 | O |
27
- | ESM | things-scene-excel.mjs | modern browser | O |
28
-
29
- ## publish
30
-
31
- `$ yarn publish`
23
+ <!-- AUTOGEN_END -->
@@ -3,7 +3,7 @@ export default {
3
3
  type: 'excel',
4
4
  description: 'excel',
5
5
  group: 'dataSource',
6
- /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|IoT|3D|warehouse|form|etc */
6
+ /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|3D|facility|storage|conveyance|transport|form|etc */
7
7
  icon,
8
8
  model: {
9
9
  type: 'excel',
@@ -1 +1 @@
1
- {"version":3,"file":"excel.js","sourceRoot":"","sources":["../../src/templates/excel.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,4BAA4B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAExE,eAAe;IACb,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,OAAO;IACpB,KAAK,EAAE,YAAY;IACnB,gGAAgG;IAChG,IAAI;IACJ,KAAK,EAAE;QACL,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,KAAK,EAAE,GAAG;QACV,MAAM,EAAE,GAAG;QACX,SAAS,EAAE,MAAM;QACjB,WAAW,EAAE,UAAU;KACxB;CACF,CAAA","sourcesContent":["const icon = new URL('../../icons/icon-excel.png', import.meta.url).href\n\nexport default {\n type: 'excel',\n description: 'excel',\n group: 'dataSource',\n /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|IoT|3D|warehouse|form|etc */\n icon,\n model: {\n type: 'excel',\n left: 10,\n top: 10,\n width: 100,\n height: 100,\n fillStyle: 'cyan',\n strokeStyle: 'darkgray'\n }\n}\n"]}
1
+ {"version":3,"file":"excel.js","sourceRoot":"","sources":["../../src/templates/excel.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,4BAA4B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAExE,eAAe;IACb,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,OAAO;IACpB,KAAK,EAAE,YAAY;IACnB,wHAAwH;IACxH,IAAI;IACJ,KAAK,EAAE;QACL,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,EAAE;QACR,GAAG,EAAE,EAAE;QACP,KAAK,EAAE,GAAG;QACV,MAAM,EAAE,GAAG;QACX,SAAS,EAAE,MAAM;QACjB,WAAW,EAAE,UAAU;KACxB;CACF,CAAA","sourcesContent":["const icon = new URL('../../icons/icon-excel.png', import.meta.url).href\n\nexport default {\n type: 'excel',\n description: 'excel',\n group: 'dataSource',\n /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|3D|facility|storage|conveyance|transport|form|etc */\n icon,\n model: {\n type: 'excel',\n left: 10,\n top: 10,\n width: 100,\n height: 100,\n fillStyle: 'cyan',\n strokeStyle: 'darkgray'\n }\n}\n"]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-excel",
3
3
  "description": "Excel integration component for things-scene",
4
- "version": "10.0.0-beta.2",
4
+ "version": "10.0.0-beta.22",
5
5
  "type": "module",
6
6
  "author": "heartyoh",
7
7
  "main": "dist/index.js",
@@ -59,5 +59,5 @@
59
59
  "prettier --write"
60
60
  ]
61
61
  },
62
- "gitHead": "350ece104754d007967cf8e3f54d0d157465e94a"
62
+ "gitHead": "f48e52f4f5fdc30ec06af9da7cf253f6e29cfb0e"
63
63
  }