mm-m3-list
Version:
Created as a helper for H5-SDK in order to display a panel B of an M3 panel whether via Bookmark or SearchRequest. Do not use this library to load a transactional program or programs that will require to load thousands of data at one go. By default this
37 lines • 1.14 kB
JSON
{
"name": "mm-m3-list",
"version": "4.0.0",
"keywords": [
"h5 sdk",
"bookmark",
"infor"
],
"author": "macalat <macalat99@gmail.com>",
"dependencies": {
"tslib": "^2.4.1"
},
"license": "MIT",
"module": "fesm2015/mm-m3-list.mjs",
"es2020": "fesm2020/mm-m3-list.mjs",
"esm2020": "esm2020/mm-m3-list.mjs",
"fesm2020": "fesm2020/mm-m3-list.mjs",
"fesm2015": "fesm2015/mm-m3-list.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/mm-m3-list.mjs",
"es2020": "./fesm2020/mm-m3-list.mjs",
"es2015": "./fesm2015/mm-m3-list.mjs",
"node": "./fesm2015/mm-m3-list.mjs",
"default": "./fesm2020/mm-m3-list.mjs"
}
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}