@ncim/sdk 0.1.0 → 0.2.0
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/fesm2022/ncim-sdk-core.mjs +4118 -1
- package/fesm2022/ncim-sdk-core.mjs.map +1 -1
- package/fesm2022/ncim-sdk-features-ncim-sdk-features-YQVsqseZ.mjs +2419 -0
- package/fesm2022/ncim-sdk-features-ncim-sdk-features-YQVsqseZ.mjs.map +1 -0
- package/fesm2022/ncim-sdk-features-sso-callback-DLX42VOO.mjs +110 -0
- package/fesm2022/ncim-sdk-features-sso-callback-DLX42VOO.mjs.map +1 -0
- package/fesm2022/ncim-sdk-features-sso-error-CBlw1Gla.mjs +73 -0
- package/fesm2022/ncim-sdk-features-sso-error-CBlw1Gla.mjs.map +1 -0
- package/fesm2022/ncim-sdk-features.mjs +2 -5
- package/fesm2022/ncim-sdk-features.mjs.map +1 -1
- package/fesm2022/ncim-sdk-ncim-sdk-DPJwZ1er.mjs +13378 -0
- package/fesm2022/ncim-sdk-ncim-sdk-DPJwZ1er.mjs.map +1 -0
- package/fesm2022/ncim-sdk-sso-callback-DxhXnPAG.mjs +110 -0
- package/fesm2022/ncim-sdk-sso-callback-DxhXnPAG.mjs.map +1 -0
- package/fesm2022/ncim-sdk-sso-error-CVdCgF23.mjs +73 -0
- package/fesm2022/ncim-sdk-sso-error-CVdCgF23.mjs.map +1 -0
- package/fesm2022/ncim-sdk-state.mjs +47 -1
- package/fesm2022/ncim-sdk-state.mjs.map +1 -1
- package/fesm2022/ncim-sdk-ui.mjs +6474 -1
- package/fesm2022/ncim-sdk-ui.mjs.map +1 -1
- package/fesm2022/ncim-sdk.mjs +1 -23
- package/fesm2022/ncim-sdk.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ncim-sdk-core.d.ts +1738 -1
- package/types/ncim-sdk-features.d.ts +1018 -1
- package/types/ncim-sdk-state.d.ts +56 -1
- package/types/ncim-sdk-ui.d.ts +3128 -1
- package/types/ncim-sdk.d.ts +6623 -8
package/fesm2022/ncim-sdk.mjs
CHANGED
|
@@ -1,24 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export { core as NcimCore };
|
|
3
|
-
import * as uiComponents from '@libs/ui-components';
|
|
4
|
-
export { uiComponents as NcimUI };
|
|
5
|
-
import * as sharedState from '@libs/shared-state';
|
|
6
|
-
export { sharedState as NcimState };
|
|
7
|
-
import * as features from '@libs/features';
|
|
8
|
-
export { features as NcimFeatures };
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @ncim/sdk
|
|
12
|
-
*
|
|
13
|
-
* Wraps and re-exports all four internal ncim libraries as namespaced exports.
|
|
14
|
-
* Import from the namespace that corresponds to the lib you need:
|
|
15
|
-
*
|
|
16
|
-
* import { NcimCore, NcimUI, NcimState, NcimFeatures } from '@ncim/sdk';
|
|
17
|
-
* const { AuthService } = NcimCore;
|
|
18
|
-
* const { NcimButton } = NcimUI;
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Generated bundle index. Do not edit.
|
|
23
|
-
*/
|
|
1
|
+
export { i as NcimCore, d as NcimFeatures, e as NcimState, f as NcimUI } from './ncim-sdk-ncim-sdk-DPJwZ1er.mjs';
|
|
24
2
|
//# sourceMappingURL=ncim-sdk.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ncim-sdk.mjs","sources":[
|
|
1
|
+
{"version":3,"file":"ncim-sdk.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|