react-semaphor 0.1.260 → 0.1.262
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/dashboard-controls-AFlpiHtC.js +42 -0
- package/dist/chunks/dashboard-controls-Cq2fQ7bv.js +1979 -0
- package/dist/chunks/dashboard-filter-controls-button-Cedz-YZx.js +11 -0
- package/dist/chunks/dashboard-filter-controls-button-udrHABi3.js +1066 -0
- package/dist/chunks/{dashboard-json-BUrApiYl.js → dashboard-json-BU6cvmRP.js} +1 -1
- package/dist/chunks/{dashboard-json-U7VmojaR.js → dashboard-json-RKwWONKm.js} +1 -1
- package/dist/chunks/dashboard-summary-settings-dialog-Bl-XplTR.js +1 -0
- package/dist/chunks/dashboard-summary-settings-dialog-DDxHxKjp.js +535 -0
- package/dist/chunks/{edit-dashboard-visual-N2r5ObJ_.js → edit-dashboard-visual-B1r0Ho9B.js} +5970 -5492
- package/dist/chunks/edit-dashboard-visual-BwDFI3hI.js +188 -0
- package/dist/chunks/{index-BNdZjo5d.js → index-BtbNfaQD.js} +50751 -47206
- package/dist/chunks/index-DZ93VE76.js +1114 -0
- package/dist/chunks/{normalize-dashboard-for-dirty-check-Bn27S0PN.js → normalize-dashboard-for-dirty-check-5KpZN8xr.js} +20 -19
- package/dist/chunks/normalize-dashboard-for-dirty-check-BXRUMVb2.js +1 -0
- package/dist/chunks/{resource-management-panel-C_ZqsVMH.js → resource-management-panel-Cz7MYBC7.js} +1 -1
- package/dist/chunks/{resource-management-panel-zF23gLOJ.js → resource-management-panel-DxG6-naG.js} +70 -70
- package/dist/chunks/use-create-flow-overlay-state-BcMrPzMc.js +1445 -0
- package/dist/chunks/use-create-flow-overlay-state-D13D1vB_.js +21 -0
- package/dist/chunks/{use-visual-utils-BBTQGDdB.js → use-visual-utils-DScc5-p_.js} +1 -1
- package/dist/chunks/{use-visual-utils-K1k39w2U.js → use-visual-utils-DmxEKpor.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +5 -4
- package/dist/index.cjs +1 -1
- package/dist/index.js +102 -99
- package/dist/shared/index.cjs +1 -1
- package/dist/shared/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +5 -4
- package/dist/types/dashboard.d.ts +105 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.js +4 -3
- package/dist/types/main.d.ts +175 -1
- package/dist/types/shared.d.ts +89 -0
- package/dist/types/surfboard.d.ts +105 -0
- package/dist/types/types.d.ts +113 -0
- package/package.json +1 -1
- package/dist/chunks/dashboard-controls-CIdYp98a.js +0 -47
- package/dist/chunks/dashboard-controls-DOqBYrkB.js +0 -1847
- package/dist/chunks/dashboard-summary-settings-dialog-CaxmCNyy.js +0 -1
- package/dist/chunks/dashboard-summary-settings-dialog-DlVBUQmC.js +0 -544
- package/dist/chunks/edit-dashboard-visual-uA-0wLnR.js +0 -193
- package/dist/chunks/editor-action-buttons-B6lABkRB.js +0 -412
- package/dist/chunks/editor-action-buttons-Dh7Xndgk.js +0 -21
- package/dist/chunks/index-DOeggx0V.js +0 -1109
- package/dist/chunks/normalize-dashboard-for-dirty-check-B7NQDI1H.js +0 -1
- package/dist/chunks/notification-bell-BxyeaeRc.js +0 -839
- package/dist/chunks/notification-bell-tJRds5JJ.js +0 -6
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const s=["i","x","y","w","h","minW","minH","maxW","maxH","static","isResizable","isDraggable"];function y(t,e,r){t[e]=r}function a(t){const e={};for(const r of s){const i=t[r];i!==void 0&&((r==="isResizable"||r==="isDraggable")&&i===!0||y(e,r,i))}return e}function o(t){return t?t.map(a).sort((e,r)=>{const i=String(e.i??""),n=String(r.i??"");return i!==n?i.localeCompare(n):Number(e.y??0)-Number(r.y??0)||Number(e.x??0)-Number(r.x??0)||Number(e.h??0)-Number(r.h??0)||Number(e.w??0)-Number(r.w??0)}):[]}function u(t){if(!t)return;const e={};for(const r of Object.keys(t).sort()){const i=t[r];i&&(e[r]=o(i))}return e}function c(t){return JSON.stringify(t,(e,r)=>!r||typeof r!="object"||Array.isArray(r)?r:Object.keys(r).sort().reduce((i,n)=>(i[n]=r[n],i),{}))}function f(t){var e;return t?{...t,sheets:(e=t.sheets)==null?void 0:e.map(r=>{if(!r)return r;const i={...r};return r.layout&&(i.layout=o(r.layout)),r.layouts&&(i.layouts=u(r.layouts)),i})}:null}function m(t){return JSON.stringify(t??null,function(e,r){return e==="layout"&&Array.isArray(r)?o(r):e==="layouts"&&r&&typeof r=="object"&&!Array.isArray(r)?u(r):!r||typeof r!="object"||Array.isArray(r)?r:Object.keys(r).sort().reduce((i,n)=>(i[n]=r[n],i),{})})}function b(t){return c(u(t)??null)}exports.normalizeDashboardForDirtyCheck=f;exports.serializeDashboardForDirtyCheck=m;exports.serializeLayoutsForDirtyCheck=b;
|