react-semaphor 0.1.455 → 0.1.457
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/brand-studio/index.cjs +1 -1
- package/dist/brand-studio/index.js +1 -1
- package/dist/briefings/index.cjs +1 -1
- package/dist/briefings/index.js +2 -2
- package/dist/chunks/{dashboard-briefing-launcher-BgBMjAVe.js → dashboard-briefing-launcher-DujsUIww.js} +5 -5
- package/dist/chunks/{dashboard-briefing-launcher-BmEHYblf.cjs → dashboard-briefing-launcher-W5sKgsYF.cjs} +1 -1
- package/dist/chunks/{dashboard-controls-BLNG_zHC.cjs → dashboard-controls-Cbw_M-lb.cjs} +1 -1
- package/dist/chunks/{dashboard-controls-C-23EDdr.js → dashboard-controls-DZ5SgVcR.js} +5 -5
- package/dist/chunks/{dashboard-json-BTF-1Iwa.js → dashboard-json-CHfML8Ff.js} +3 -3
- package/dist/chunks/{dashboard-json-BJ_Z9EaL.cjs → dashboard-json-D9V7Vsvn.cjs} +1 -1
- package/dist/chunks/{edit-dashboard-visual-CR832BJc.cjs → edit-dashboard-visual-BLmOGhEP.cjs} +1 -1
- package/dist/chunks/{edit-dashboard-visual-Mw-ZE7P7.js → edit-dashboard-visual-CLqJGsMx.js} +5 -5
- package/dist/chunks/{editor-action-buttons-BxbFCerU.js → editor-action-buttons-BVN1okyo.js} +3 -3
- package/dist/chunks/{editor-action-buttons-BVigIMg0.cjs → editor-action-buttons-C87bPAfR.cjs} +1 -1
- package/dist/chunks/{index-B5Oy1eLv.js → index--A6SZu3V.js} +7671 -7664
- package/dist/chunks/{index-DIWJALWL.cjs → index-BFar58xY.cjs} +6 -6
- package/dist/chunks/{index-DrYILnh0.js → index-BIFLI8ul.js} +1 -1
- package/dist/chunks/{index-C99Ow35Y.cjs → index-k8tEp0ys.cjs} +1 -1
- package/dist/chunks/{pivot-header-presentation-DhyQXxKq.cjs → pivot-header-presentation-B9nXXKlW.cjs} +1 -1
- package/dist/chunks/{pivot-header-presentation-ckYOQ4aZ.js → pivot-header-presentation-D-0jvUwn.js} +1 -1
- package/dist/chunks/{pivot-result-lifecycle-sjzIOpvp.js → pivot-result-lifecycle-CHWEGU2o.js} +60 -58
- package/dist/chunks/{pivot-result-lifecycle-DmcF1ris.cjs → pivot-result-lifecycle-DTLRuDEW.cjs} +1 -1
- package/dist/chunks/{report-preferences-dialog-CFenWkcH.js → report-preferences-dialog-DQtQZ3fF.js} +2 -2
- package/dist/chunks/{report-preferences-dialog-BgE3Gzsp.cjs → report-preferences-dialog-DajdnPvA.cjs} +1 -1
- package/dist/chunks/{switch-D-CCcfhc.cjs → switch-BHOdIXq3.cjs} +1 -1
- package/dist/chunks/{switch-BeZW-HnS.js → switch-BOBLNHUj.js} +2 -2
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/data-app-builder/index.cjs +1 -1
- package/dist/data-app-builder/index.js +2 -2
- package/dist/format-utils/index.cjs +3 -3
- package/dist/format-utils/index.js +81 -80
- package/dist/index.cjs +1 -1
- package/dist/index.js +6 -6
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/format-utils.d.ts +6 -0
- package/package.json +1 -1
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/index-BFar58xY.cjs"),r=require("../chunks/common-types-C57kJ59w.cjs"),o=require("../chunks/report-preferences-dialog-DajdnPvA.cjs");exports.DisplayFormatPreferencesFields=e.DisplayFormatPreferencesFields;exports.Surfboard=e.DashboardPlus;exports.CONTROL_CARD_DEFAULT_VALUE=r.CONTROL_CARD_DEFAULT_VALUE;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;exports.ReportPreferencesDialog=o.ReportPreferencesDialog;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as a, a as o } from "../chunks/index
|
|
1
|
+
import { b as a, a as o } from "../chunks/index--A6SZu3V.js";
|
|
2
2
|
import { C as f, E } from "../chunks/common-types-H51FLKB7.js";
|
|
3
|
-
import { R as t } from "../chunks/report-preferences-dialog-
|
|
3
|
+
import { R as t } from "../chunks/report-preferences-dialog-DQtQZ3fF.js";
|
|
4
4
|
export {
|
|
5
5
|
f as CONTROL_CARD_DEFAULT_VALUE,
|
|
6
6
|
a as DisplayFormatPreferencesFields,
|
|
@@ -213,6 +213,12 @@ export declare interface DateFormatOptions {
|
|
|
213
213
|
|
|
214
214
|
export declare const DEFAULT_RESOLVED_TEMPORAL_STYLE_SET: ResolvedTemporalStyleSet;
|
|
215
215
|
|
|
216
|
+
/**
|
|
217
|
+
* Returns the stable aliases required to distinguish repeated instances of
|
|
218
|
+
* one metric field. Unique metric fields remain role/field scoped.
|
|
219
|
+
*/
|
|
220
|
+
export declare function deriveMetricInstanceAliasExpectations(metrics: readonly IdentifiedMetricField[]): string[];
|
|
221
|
+
|
|
216
222
|
/**
|
|
217
223
|
* Derives the authored identity expectations stored in a canonical pivot
|
|
218
224
|
* lifecycle contract. Producers and cache-compatibility consumers must use
|