physical-quantity 1.1.45 → 1.1.47
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 +10 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,8 @@ It is a new HTML element for expressing physical quantities, featuring self-cont
|
|
|
14
14
|
- Easy to integrate into any web project.
|
|
15
15
|
|
|
16
16
|
## Demo: Physical Quantity element - No Unit Converter or Dual Units Needed
|
|
17
|
-
[Live Demo](https://v2-docs.donwen.com/demo/products/quik2.html)
|
|
17
|
+
[Live Demo 1](https://v2-docs.donwen.com/demo/products/quik2.html)
|
|
18
|
+
[Live Demo 2](https://v2-docs.donwen.com/demo/products/motioncanada/gates-a36.html)
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|

|
|
@@ -206,10 +207,14 @@ Currently, the component supports the following categories and units:
|
|
|
206
207
|
| | kN||
|
|
207
208
|
| | MN||
|
|
208
209
|
| | kgf||
|
|
209
|
-
| | lb
|
|
210
|
-
| | lbf
|
|
210
|
+
| | lb| pound weight |
|
|
211
|
+
| | lbf| pount force |
|
|
211
212
|
| | kip[kilo pounds]||
|
|
212
|
-
| more to update. | (feel free to send your request for other units & categories) ||
|
|
213
|
+
| more to update. | (feel free to send your request for other units & categories) ||
|
|
214
|
+
|
|
215
|
+
**Note**:
|
|
216
|
+
- lbm, lbmass are used for mass units;
|
|
217
|
+
- lb, lbf are used for weight/force units.
|
|
213
218
|
|
|
214
219
|
## License
|
|
215
220
|
This project is licensed under the MIT License. See the LICENSE file for more details.
|
|
@@ -220,7 +225,7 @@ Contributions are welcome! Please contact the developer for any bugs, features,
|
|
|
220
225
|
## Change Log
|
|
221
226
|
| Version | Date | Description |
|
|
222
227
|
|---|---|---|
|
|
223
|
-
| v1.1.
|
|
228
|
+
| v1.1.46 |20240629| Added more categories; add notes for mass/weight differences.|
|
|
224
229
|
| v1.1.43 |20240623| Added more categories.|
|
|
225
230
|
| v1.1.41 |20240620| Added Force category.|
|
|
226
231
|
| v1.1.40 |20240619| Added *ft-in* (ie: Foot-Inch) in Length category.|
|