@vc-shell/framework 2.0.7 → 2.0.8-pr238.047030d
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/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-Cc3JJuAs.js → VcTableAdapter.vue_vue_type_style_index_0_lang-f4mGxHKh.js} +1238 -1238
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-f4mGxHKh.js.map +1 -0
- package/dist/core/utilities/buildInfo.d.ts +18 -0
- package/dist/core/utilities/buildInfo.d.ts.map +1 -0
- package/dist/framework.js +515 -500
- package/dist/framework.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/scripts/check-locales.cjs +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts.map +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-Cc3JJuAs.js.map +0 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `version` is read statically from the framework's `package.json`, so it is
|
|
3
|
+
* always accurate — both in a built/published framework AND when the framework
|
|
4
|
+
* is consumed from source (Storybook, dev server, Vitest).
|
|
5
|
+
*
|
|
6
|
+
* `buildDate` and `gitHash` are injected by Vite `define` in
|
|
7
|
+
* `framework/vite.config.mts` during `vite build` of the framework. In source
|
|
8
|
+
* contexts the `define` is not applied; `typeof <undeclared>` returns
|
|
9
|
+
* `"undefined"` without throwing a ReferenceError, so they fall back to "dev".
|
|
10
|
+
*/
|
|
11
|
+
export interface IFrameworkBuildInfo {
|
|
12
|
+
version: string;
|
|
13
|
+
buildDate: string;
|
|
14
|
+
gitHash: string;
|
|
15
|
+
}
|
|
16
|
+
export declare function getFrameworkBuildInfo(): IFrameworkBuildInfo;
|
|
17
|
+
export declare function logFrameworkBuildInfo(info?: IFrameworkBuildInfo): void;
|
|
18
|
+
//# sourceMappingURL=buildInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildInfo.d.ts","sourceRoot":"","sources":["../../../core/utilities/buildInfo.ts"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AACH,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,qBAAqB,IAAI,mBAAmB,CAM3D;AAED,wBAAgB,qBAAqB,CAAC,IAAI,GAAE,mBAA6C,GAAG,IAAI,CAQ/F"}
|