@iyulab/enterprise 0.2.0 → 0.2.1
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/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
export { FormSection } from './FormSection';
|
|
6
6
|
export { FormRow } from './FormRow';
|
|
7
7
|
/** Package version */
|
|
8
|
-
export declare const VERSION = "0.2.
|
|
8
|
+
export declare const VERSION = "0.2.1";
|
|
9
9
|
export * from '@iyulab/components';
|
|
10
10
|
export * from '@iyulab/data-components';
|
|
11
11
|
export * from '@iyulab/modern-app';
|
|
12
|
+
export type { DialogOptions } from '@iyulab/components';
|
|
12
13
|
export * from './helpers';
|
|
13
14
|
export * from './ApiConfig';
|
package/dist/index.js
CHANGED
|
@@ -518,6 +518,6 @@ var ApiConfig = class {
|
|
|
518
518
|
//#endregion
|
|
519
519
|
//#region src/index.ts
|
|
520
520
|
/** Package version */
|
|
521
|
-
var VERSION = "0.2.
|
|
521
|
+
var VERSION = "0.2.1";
|
|
522
522
|
//#endregion
|
|
523
523
|
export { ApiConfig, CurrencyHelper, DateHelper, FormRow, FormSection, ProgressHelper, UrgencyHelper, VERSION };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iyulab/enterprise",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Enterprise utilities and components for iyulab framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"enterprise",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"build": "vite build"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@iyulab/components": "1.0.
|
|
34
|
+
"@iyulab/components": "1.0.10",
|
|
35
35
|
"@iyulab/data-components": "0.4.1",
|
|
36
|
-
"@iyulab/modern-app": "0.3.
|
|
36
|
+
"@iyulab/modern-app": "0.3.6"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^25.8.0",
|