@elasticias/ui 1.0.4 → 1.0.6
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/package.json
CHANGED
package/types/elasticias-ui.d.ts
CHANGED
|
@@ -966,6 +966,16 @@ declare class EfBuildStampComponent {
|
|
|
966
966
|
readonly owner: _angular_core.InputSignal<string>;
|
|
967
967
|
protected readonly info: _elasticias_core.EfBuildInfo;
|
|
968
968
|
protected readonly year: number;
|
|
969
|
+
/**
|
|
970
|
+
* A released build is known by its version; an unreleased one has no
|
|
971
|
+
* version to be known by, so it shows what actually identifies it.
|
|
972
|
+
*
|
|
973
|
+
* That is not a cosmetic split. Only production is cut from a tag, so
|
|
974
|
+
* only production has a number a person can repeat back to you. On
|
|
975
|
+
* develop and staging the honest answer is where it came from and when.
|
|
976
|
+
*/
|
|
977
|
+
protected readonly label: _angular_core.Signal<string>;
|
|
978
|
+
/** The rest of the identity, for when the label is only a version. */
|
|
969
979
|
protected readonly detail: _angular_core.Signal<string>;
|
|
970
980
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EfBuildStampComponent, never>;
|
|
971
981
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EfBuildStampComponent, "ef-build-stamp", never, { "owner": { "alias": "owner"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|