@procore/data-table 14.46.3 → 14.46.5

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.
@@ -1387,7 +1387,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
1387
1387
  animation-iteration-count: infinite;
1388
1388
  animation-name: ag-shake-left-to-right;
1389
1389
  }
1390
- @keyframes _ag-shake-left-to-right_pphrk_342 {
1390
+ @keyframes _ag-shake-left-to-right_fcvsa_342 {
1391
1391
  from {
1392
1392
  padding-left: 6px;
1393
1393
  padding-right: 2px;
@@ -5388,7 +5388,7 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
5388
5388
  animation-iteration-count: infinite;
5389
5389
  animation-timing-function: linear;
5390
5390
  }
5391
- @keyframes _spin_pphrk_1 {
5391
+ @keyframes _spin_fcvsa_1 {
5392
5392
  from {
5393
5393
  transform: rotate(0deg);
5394
5394
  }
@@ -7920,7 +7920,7 @@ input[class^=ag-][type=range]:disabled {
7920
7920
  padding-left: 16px;
7921
7921
  }
7922
7922
 
7923
- div._contextPanel_pphrk_7159 {
7923
+ div._contextPanel_fcvsa_7159 {
7924
7924
  width: 400px;
7925
7925
  transition: all ease 500ms;
7926
7926
  flex: 0 0 auto;
@@ -7929,12 +7929,12 @@ div._contextPanel_pphrk_7159 {
7929
7929
  border: 1px solid #d6dadc;
7930
7930
  display: flex;
7931
7931
  }
7932
- div._contextPanel_pphrk_7159:focus {
7932
+ div._contextPanel_fcvsa_7159:focus {
7933
7933
  border-color: #2066df;
7934
7934
  box-shadow: inset 0 0 1px 0 #2066df;
7935
7935
  outline: none;
7936
7936
  }
7937
- div._contextPanel--hidden_pphrk_7173 {
7937
+ div._contextPanel--hidden_fcvsa_7173 {
7938
7938
  border: none;
7939
7939
  overflow: hidden;
7940
7940
  padding: 0px;
@@ -7942,50 +7942,58 @@ div._contextPanel--hidden_pphrk_7173 {
7942
7942
  width: 0px;
7943
7943
  }
7944
7944
 
7945
- ._contextPanelWrapper_pphrk_7181 {
7945
+ ._contextPanelWrapper_fcvsa_7181 {
7946
7946
  position: relative;
7947
7947
  flex-grow: 1;
7948
7948
  }
7949
7949
 
7950
- ._contextPanelBody_pphrk_7186 {
7950
+ ._contextPanelBody_fcvsa_7186 {
7951
7951
  width: clamp(380px, 400px, 100%);
7952
7952
  }
7953
7953
 
7954
- ._contextPanel-stickyHeader_pphrk_7190 {
7954
+ ._contextPanel-stickyHeader_fcvsa_7190 {
7955
7955
  background-color: #ffffff;
7956
7956
  position: sticky;
7957
7957
  top: 0;
7958
7958
  z-index: 5;
7959
7959
  }
7960
7960
 
7961
- ._filters-list_pphrk_7197 {
7961
+ ._filters-list_fcvsa_7197 {
7962
7962
  padding: 0;
7963
7963
  margin: 0;
7964
7964
  }
7965
- ._filters-list_pphrk_7197 ol {
7965
+ ._filters-list_fcvsa_7197 ol {
7966
7966
  padding: 0;
7967
7967
  margin: 0;
7968
7968
  }
7969
7969
 
7970
- ._col-drag-column-icon_pphrk_7206 {
7970
+ ._date-filter-invalid-message_fcvsa_7206 {
7971
+ color: #c42223;
7972
+ font-size: 12px;
7973
+ line-height: 16px;
7974
+ margin-top: 4px;
7975
+ }
7976
+
7977
+ ._col-drag-column-icon_fcvsa_7213 {
7971
7978
  color: #6a767c;
7972
7979
  }
7973
7980
 
7974
- ._tabular-nums_pphrk_7210 {
7981
+ ._tabular-nums_fcvsa_7217 {
7975
7982
  font-variant-numeric: tabular-nums;
7976
7983
  }`;
7977
7984
  document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(css));
7978
7985
  var styles_default = {
7979
- "contextPanel": "_contextPanel_pphrk_7159",
7980
- "contextPanel--hidden": "_contextPanel--hidden_pphrk_7173",
7981
- "contextPanelWrapper": "_contextPanelWrapper_pphrk_7181",
7982
- "contextPanelBody": "_contextPanelBody_pphrk_7186",
7983
- "contextPanel-stickyHeader": "_contextPanel-stickyHeader_pphrk_7190",
7984
- "filters-list": "_filters-list_pphrk_7197",
7985
- "col-drag-column-icon": "_col-drag-column-icon_pphrk_7206",
7986
- "tabular-nums": "_tabular-nums_pphrk_7210",
7987
- "ag-shake-left-to-right": "_ag-shake-left-to-right_pphrk_342",
7988
- "spin": "_spin_pphrk_1"
7986
+ "contextPanel": "_contextPanel_fcvsa_7159",
7987
+ "contextPanel--hidden": "_contextPanel--hidden_fcvsa_7173",
7988
+ "contextPanelWrapper": "_contextPanelWrapper_fcvsa_7181",
7989
+ "contextPanelBody": "_contextPanelBody_fcvsa_7186",
7990
+ "contextPanel-stickyHeader": "_contextPanel-stickyHeader_fcvsa_7190",
7991
+ "filters-list": "_filters-list_fcvsa_7197",
7992
+ "date-filter-invalid-message": "_date-filter-invalid-message_fcvsa_7206",
7993
+ "col-drag-column-icon": "_col-drag-column-icon_fcvsa_7213",
7994
+ "tabular-nums": "_tabular-nums_fcvsa_7217",
7995
+ "ag-shake-left-to-right": "_ag-shake-left-to-right_fcvsa_342",
7996
+ "spin": "_spin_fcvsa_1"
7989
7997
  };
7990
7998
 
7991
7999
  // src/CellRenderers/BooleanCell.tsx
@@ -8269,6 +8277,264 @@ var Editor = React80.forwardRef(
8269
8277
  }
8270
8278
  );
8271
8279
  var CurrencyCellEditor = withDataTableEditor(Editor, "input");
8280
+ var $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c = typeof document !== "undefined" ? (React80).useLayoutEffect : () => {
8281
+ };
8282
+ var $8ae05eaa5c114e9c$var$_React_useInsertionEffect;
8283
+ var $8ae05eaa5c114e9c$var$useEarlyEffect = ($8ae05eaa5c114e9c$var$_React_useInsertionEffect = (React80)["useInsertionEffect"]) !== null && $8ae05eaa5c114e9c$var$_React_useInsertionEffect !== void 0 ? $8ae05eaa5c114e9c$var$_React_useInsertionEffect : ($f0a04ccd8dbdd83b$export$e5c5a5f917a5871c);
8284
+ function $8ae05eaa5c114e9c$export$7f54fc3180508a52(fn) {
8285
+ const ref = (useRef)(null);
8286
+ $8ae05eaa5c114e9c$var$useEarlyEffect(() => {
8287
+ ref.current = fn;
8288
+ }, [
8289
+ fn
8290
+ ]);
8291
+ return (useCallback)((...args) => {
8292
+ const f = ref.current;
8293
+ return f === null || f === void 0 ? void 0 : f(...args);
8294
+ }, []);
8295
+ }
8296
+ var $b5e257d569688ac6$var$defaultContext = {
8297
+ prefix: String(Math.round(Math.random() * 1e10)),
8298
+ current: 0
8299
+ };
8300
+ var $b5e257d569688ac6$var$SSRContext = /* @__PURE__ */ (React80).createContext($b5e257d569688ac6$var$defaultContext);
8301
+ var $b5e257d569688ac6$var$IsSSRContext = /* @__PURE__ */ (React80).createContext(false);
8302
+ var $b5e257d569688ac6$var$canUseDOM = Boolean(typeof window !== "undefined" && window.document && window.document.createElement);
8303
+ var $b5e257d569688ac6$var$componentIds = /* @__PURE__ */ new WeakMap();
8304
+ function $b5e257d569688ac6$var$useCounter(isDisabled = false) {
8305
+ let ctx = (useContext)($b5e257d569688ac6$var$SSRContext);
8306
+ let ref = (useRef)(null);
8307
+ if (ref.current === null && !isDisabled) {
8308
+ var _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner, _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
8309
+ let currentOwner = (_React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = (React80).__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED) === null || _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED === void 0 ? void 0 : (_React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner = _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner) === null || _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner === void 0 ? void 0 : _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner.current;
8310
+ if (currentOwner) {
8311
+ let prevComponentValue = $b5e257d569688ac6$var$componentIds.get(currentOwner);
8312
+ if (prevComponentValue == null)
8313
+ $b5e257d569688ac6$var$componentIds.set(currentOwner, {
8314
+ id: ctx.current,
8315
+ state: currentOwner.memoizedState
8316
+ });
8317
+ else if (currentOwner.memoizedState !== prevComponentValue.state) {
8318
+ ctx.current = prevComponentValue.id;
8319
+ $b5e257d569688ac6$var$componentIds.delete(currentOwner);
8320
+ }
8321
+ }
8322
+ ref.current = ++ctx.current;
8323
+ }
8324
+ return ref.current;
8325
+ }
8326
+ function $b5e257d569688ac6$var$useLegacySSRSafeId(defaultId) {
8327
+ let ctx = (useContext)($b5e257d569688ac6$var$SSRContext);
8328
+ if (ctx === $b5e257d569688ac6$var$defaultContext && !$b5e257d569688ac6$var$canUseDOM && process.env.NODE_ENV !== "production") console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
8329
+ let counter2 = $b5e257d569688ac6$var$useCounter(!!defaultId);
8330
+ let prefix = ctx === $b5e257d569688ac6$var$defaultContext && process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${ctx.prefix}`;
8331
+ return defaultId || `${prefix}-${counter2}`;
8332
+ }
8333
+ function $b5e257d569688ac6$var$useModernSSRSafeId(defaultId) {
8334
+ let id = (React80).useId();
8335
+ let [didSSR] = (useState)($b5e257d569688ac6$export$535bd6ca7f90a273());
8336
+ let prefix = didSSR || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${$b5e257d569688ac6$var$defaultContext.prefix}`;
8337
+ return defaultId || `${prefix}-${id}`;
8338
+ }
8339
+ var $b5e257d569688ac6$export$619500959fc48b26 = typeof (React80)["useId"] === "function" ? $b5e257d569688ac6$var$useModernSSRSafeId : $b5e257d569688ac6$var$useLegacySSRSafeId;
8340
+ function $b5e257d569688ac6$var$getSnapshot() {
8341
+ return false;
8342
+ }
8343
+ function $b5e257d569688ac6$var$getServerSnapshot() {
8344
+ return true;
8345
+ }
8346
+ function $b5e257d569688ac6$var$subscribe(onStoreChange) {
8347
+ return () => {
8348
+ };
8349
+ }
8350
+ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
8351
+ if (typeof (React80)["useSyncExternalStore"] === "function") return (React80)["useSyncExternalStore"]($b5e257d569688ac6$var$subscribe, $b5e257d569688ac6$var$getSnapshot, $b5e257d569688ac6$var$getServerSnapshot);
8352
+ return (useContext)($b5e257d569688ac6$var$IsSSRContext);
8353
+ }
8354
+
8355
+ // ../../node_modules/@react-aria/utils/dist/useId.mjs
8356
+ var $bdb11010cef70236$var$canUseDOM = Boolean(typeof window !== "undefined" && window.document && window.document.createElement);
8357
+ var $bdb11010cef70236$export$d41a04c74483c6ef = /* @__PURE__ */ new Map();
8358
+ var $bdb11010cef70236$var$registry;
8359
+ if (typeof FinalizationRegistry !== "undefined") $bdb11010cef70236$var$registry = new FinalizationRegistry((heldValue) => {
8360
+ $bdb11010cef70236$export$d41a04c74483c6ef.delete(heldValue);
8361
+ });
8362
+ function $bdb11010cef70236$export$f680877a34711e37(defaultId) {
8363
+ let [value, setValue] = (useState)(defaultId);
8364
+ let nextId = (useRef)(null);
8365
+ let res = ($b5e257d569688ac6$export$619500959fc48b26)(value);
8366
+ let cleanupRef = (useRef)(null);
8367
+ if ($bdb11010cef70236$var$registry) $bdb11010cef70236$var$registry.register(cleanupRef, res);
8368
+ if ($bdb11010cef70236$var$canUseDOM) {
8369
+ const cacheIdRef = $bdb11010cef70236$export$d41a04c74483c6ef.get(res);
8370
+ if (cacheIdRef && !cacheIdRef.includes(nextId)) cacheIdRef.push(nextId);
8371
+ else $bdb11010cef70236$export$d41a04c74483c6ef.set(res, [
8372
+ nextId
8373
+ ]);
8374
+ }
8375
+ ($f0a04ccd8dbdd83b$export$e5c5a5f917a5871c)(() => {
8376
+ let r2 = res;
8377
+ return () => {
8378
+ if ($bdb11010cef70236$var$registry) $bdb11010cef70236$var$registry.unregister(cleanupRef);
8379
+ $bdb11010cef70236$export$d41a04c74483c6ef.delete(r2);
8380
+ };
8381
+ }, [
8382
+ res
8383
+ ]);
8384
+ (useEffect)(() => {
8385
+ let newId = nextId.current;
8386
+ if (newId) setValue(newId);
8387
+ return () => {
8388
+ if (newId) nextId.current = null;
8389
+ };
8390
+ });
8391
+ return res;
8392
+ }
8393
+ function $bdb11010cef70236$export$cd8c9cb68f842629(idA, idB) {
8394
+ if (idA === idB) return idA;
8395
+ let setIdsA = $bdb11010cef70236$export$d41a04c74483c6ef.get(idA);
8396
+ if (setIdsA) {
8397
+ setIdsA.forEach((ref) => ref.current = idB);
8398
+ return idB;
8399
+ }
8400
+ let setIdsB = $bdb11010cef70236$export$d41a04c74483c6ef.get(idB);
8401
+ if (setIdsB) {
8402
+ setIdsB.forEach((ref) => ref.current = idA);
8403
+ return idA;
8404
+ }
8405
+ return idB;
8406
+ }
8407
+
8408
+ // ../../node_modules/@react-aria/utils/dist/chain.mjs
8409
+ function $ff5963eb1fccf552$export$e08e3b67e392101e(...callbacks) {
8410
+ return (...args) => {
8411
+ for (let callback of callbacks) if (typeof callback === "function") callback(...args);
8412
+ };
8413
+ }
8414
+
8415
+ // ../../node_modules/@react-aria/utils/dist/domHelpers.mjs
8416
+ var $431fbd86ca7dc216$export$b204af158042fbac = (el) => {
8417
+ var _el_ownerDocument;
8418
+ return (_el_ownerDocument = el === null || el === void 0 ? void 0 : el.ownerDocument) !== null && _el_ownerDocument !== void 0 ? _el_ownerDocument : document;
8419
+ };
8420
+ function $431fbd86ca7dc216$var$isNode(value) {
8421
+ return value !== null && typeof value === "object" && "nodeType" in value && typeof value.nodeType === "number";
8422
+ }
8423
+ function $431fbd86ca7dc216$export$af51f0f06c0f328a(node) {
8424
+ return $431fbd86ca7dc216$var$isNode(node) && node.nodeType === Node.DOCUMENT_FRAGMENT_NODE && "host" in node;
8425
+ }
8426
+
8427
+ // ../../node_modules/@react-stately/flags/dist/import.mjs
8428
+ var $f4e2df6bd15f8569$var$_shadowDOM = false;
8429
+ function $f4e2df6bd15f8569$export$98658e8c59125e6a() {
8430
+ return $f4e2df6bd15f8569$var$_shadowDOM;
8431
+ }
8432
+
8433
+ // ../../node_modules/@react-aria/utils/dist/DOMFunctions.mjs
8434
+ function $d4ee10de306f2510$export$4282f70798064fe0(node, otherNode) {
8435
+ if (!($f4e2df6bd15f8569$export$98658e8c59125e6a)()) return otherNode && node ? node.contains(otherNode) : false;
8436
+ if (!node || !otherNode) return false;
8437
+ let currentNode = otherNode;
8438
+ while (currentNode !== null) {
8439
+ if (currentNode === node) return true;
8440
+ if (currentNode.tagName === "SLOT" && currentNode.assignedSlot)
8441
+ currentNode = currentNode.assignedSlot.parentNode;
8442
+ else if (($431fbd86ca7dc216$export$af51f0f06c0f328a)(currentNode))
8443
+ currentNode = currentNode.host;
8444
+ else currentNode = currentNode.parentNode;
8445
+ }
8446
+ return false;
8447
+ }
8448
+ var $d4ee10de306f2510$export$cd4e5573fbe2b576 = (doc = document) => {
8449
+ var _activeElement_shadowRoot;
8450
+ if (!($f4e2df6bd15f8569$export$98658e8c59125e6a)()) return doc.activeElement;
8451
+ let activeElement = doc.activeElement;
8452
+ while (activeElement && "shadowRoot" in activeElement && ((_activeElement_shadowRoot = activeElement.shadowRoot) === null || _activeElement_shadowRoot === void 0 ? void 0 : _activeElement_shadowRoot.activeElement)) activeElement = activeElement.shadowRoot.activeElement;
8453
+ return activeElement;
8454
+ };
8455
+ function $d4ee10de306f2510$export$e58f029f0fbfdb29(event) {
8456
+ if (($f4e2df6bd15f8569$export$98658e8c59125e6a)() && event.target.shadowRoot) {
8457
+ if (event.composedPath) return event.composedPath()[0];
8458
+ }
8459
+ return event.target;
8460
+ }
8461
+
8462
+ // ../../node_modules/clsx/dist/clsx.mjs
8463
+ function r(e) {
8464
+ var t, f, n = "";
8465
+ if ("string" == typeof e || "number" == typeof e) n += e;
8466
+ else if ("object" == typeof e) if (Array.isArray(e)) {
8467
+ var o = e.length;
8468
+ for (t = 0; t < o; t++) e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
8469
+ } else for (f in e) e[f] && (n && (n += " "), n += f);
8470
+ return n;
8471
+ }
8472
+ function clsx() {
8473
+ for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++) (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
8474
+ return n;
8475
+ }
8476
+ var clsx_default = clsx;
8477
+
8478
+ // ../../node_modules/@react-aria/utils/dist/mergeProps.mjs
8479
+ function $3ef42575df84b30b$export$9d1611c77c2fe928(...args) {
8480
+ let result = {
8481
+ ...args[0]
8482
+ };
8483
+ for (let i = 1; i < args.length; i++) {
8484
+ let props = args[i];
8485
+ for (let key in props) {
8486
+ let a = result[key];
8487
+ let b = props[key];
8488
+ if (typeof a === "function" && typeof b === "function" && // This is a lot faster than a regex.
8489
+ key[0] === "o" && key[1] === "n" && key.charCodeAt(2) >= /* 'A' */
8490
+ 65 && key.charCodeAt(2) <= /* 'Z' */
8491
+ 90) result[key] = ($ff5963eb1fccf552$export$e08e3b67e392101e)(a, b);
8492
+ else if ((key === "className" || key === "UNSAFE_className") && typeof a === "string" && typeof b === "string") result[key] = (clsx_default)(a, b);
8493
+ else if (key === "id" && a && b) result.id = ($bdb11010cef70236$export$cd8c9cb68f842629)(a, b);
8494
+ else result[key] = b !== void 0 ? b : a;
8495
+ }
8496
+ }
8497
+ return result;
8498
+ }
8499
+ function $03deb23ff14920c4$export$4eaf04e54aa8eed6() {
8500
+ let globalListeners = (useRef)(/* @__PURE__ */ new Map());
8501
+ let addGlobalListener = (useCallback)((eventTarget, type, listener, options) => {
8502
+ let fn = (options === null || options === void 0 ? void 0 : options.once) ? (...args) => {
8503
+ globalListeners.current.delete(listener);
8504
+ listener(...args);
8505
+ } : listener;
8506
+ globalListeners.current.set(listener, {
8507
+ type,
8508
+ eventTarget,
8509
+ fn,
8510
+ options
8511
+ });
8512
+ eventTarget.addEventListener(type, fn, options);
8513
+ }, []);
8514
+ let removeGlobalListener = (useCallback)((eventTarget, type, listener, options) => {
8515
+ var _globalListeners_current_get;
8516
+ let fn = ((_globalListeners_current_get = globalListeners.current.get(listener)) === null || _globalListeners_current_get === void 0 ? void 0 : _globalListeners_current_get.fn) || listener;
8517
+ eventTarget.removeEventListener(type, fn, options);
8518
+ globalListeners.current.delete(listener);
8519
+ }, []);
8520
+ let removeAllGlobalListeners = (useCallback)(() => {
8521
+ globalListeners.current.forEach((value, key) => {
8522
+ removeGlobalListener(value.eventTarget, value.type, key, value.options);
8523
+ });
8524
+ }, [
8525
+ removeGlobalListener
8526
+ ]);
8527
+ (useEffect)(() => {
8528
+ return removeAllGlobalListeners;
8529
+ }, [
8530
+ removeAllGlobalListeners
8531
+ ]);
8532
+ return {
8533
+ addGlobalListener,
8534
+ removeGlobalListener,
8535
+ removeAllGlobalListeners
8536
+ };
8537
+ }
8272
8538
 
8273
8539
  // src/utils/logger.ts
8274
8540
  var log = (...args) => {
@@ -8372,6 +8638,7 @@ function isValidFilter(filter) {
8372
8638
  }
8373
8639
 
8374
8640
  // src/FilterRenderers/DateFilterRenderer.tsx
8641
+ var cx4 = classnames.bind(styles_default);
8375
8642
  function getPlacement(currentSelectionType, position) {
8376
8643
  if (currentSelectionType === "single") {
8377
8644
  return "bottom-left";
@@ -8475,13 +8742,27 @@ var DateFilterSelect = React80.forwardRef(
8475
8742
  ({
8476
8743
  afterHide,
8477
8744
  onChange,
8745
+ invalidDateErrorMessage,
8478
8746
  position,
8479
8747
  selectedValue,
8480
8748
  selectionType = "either",
8481
8749
  setSelectionType = () => {
8482
8750
  }
8483
8751
  }, ref) => {
8752
+ const I18n = useI18nContext();
8753
+ const errorId = $bdb11010cef70236$export$f680877a34711e37();
8484
8754
  const dateTime = useDateTime();
8755
+ const localDateInputRef = React80.useRef(null);
8756
+ const errorMessageRef = React80.useRef(null);
8757
+ const updateInvalidState = React80.useCallback(() => {
8758
+ const isInvalid = localDateInputRef.current?.getAttribute("aria-invalid") === "true";
8759
+ if (isInvalid) {
8760
+ errorMessageRef.current?.removeAttribute("hidden");
8761
+ } else {
8762
+ errorMessageRef.current?.setAttribute("hidden", "true");
8763
+ }
8764
+ }, []);
8765
+ const resolvedInvalidDateErrorMessage = typeof invalidDateErrorMessage === "function" ? invalidDateErrorMessage() : invalidDateErrorMessage || I18n.t("dataTable.filterRenders.dateFilter.invalidDate");
8485
8766
  const { start, end } = selectedValue;
8486
8767
  const selectedDate = (position === "start" ? start : end) ?? void 0;
8487
8768
  const [displayed, setDisplayed2] = React80.useState(
@@ -8516,7 +8797,7 @@ var DateFilterSelect = React80.forwardRef(
8516
8797
  yearRef
8517
8798
  }
8518
8799
  );
8519
- return /* @__PURE__ */ React80.createElement(
8800
+ return /* @__PURE__ */ React80.createElement(Box, { display: "flex-column", className: cx4("date-filter-input-wrapper") }, /* @__PURE__ */ React80.createElement(
8520
8801
  OverlayTrigger,
8521
8802
  {
8522
8803
  afterHide,
@@ -8542,9 +8823,7 @@ var DateFilterSelect = React80.forwardRef(
8542
8823
  {
8543
8824
  "data-qa": `data-table-date-filter-input-${position}`,
8544
8825
  onChangeSegment: (type, value) => {
8545
- if (value === -1) {
8546
- return;
8547
- }
8826
+ if (value === -1) return;
8548
8827
  if (type === "month") {
8549
8828
  setDisplayed2(dateTime.newDate(displayed.setMonth(value - 1)));
8550
8829
  } else if (type === "year") {
@@ -8559,12 +8838,26 @@ var DateFilterSelect = React80.forwardRef(
8559
8838
  onClear: () => {
8560
8839
  setDisplayed2(dateTime.newDate());
8561
8840
  },
8841
+ onBlur: updateInvalidState,
8562
8842
  clearRef,
8563
8843
  value: selectedDate,
8564
- ref
8844
+ ref: localDateInputRef,
8845
+ "aria-describedby": errorId
8565
8846
  }
8566
8847
  )
8567
- );
8848
+ ), /* @__PURE__ */ React80.createElement(
8849
+ Box,
8850
+ {
8851
+ id: errorId,
8852
+ ref: errorMessageRef,
8853
+ "aria-live": "polite",
8854
+ className: cx4("date-filter-invalid-message"),
8855
+ "data-qa": `data-table-date-filter-error-${position}`,
8856
+ hidden: true,
8857
+ role: "status"
8858
+ },
8859
+ resolvedInvalidDateErrorMessage
8860
+ ));
8568
8861
  }
8569
8862
  );
8570
8863
  function DateFilter({
@@ -8572,6 +8865,7 @@ function DateFilter({
8572
8865
  // core DateSelect doesn't have it
8573
8866
  // loading,
8574
8867
  onChange,
8868
+ invalidDateErrorMessage,
8575
8869
  selectionType = "either",
8576
8870
  value,
8577
8871
  ...props
@@ -8618,6 +8912,7 @@ function DateFilter({
8618
8912
  DateFilterSelect,
8619
8913
  {
8620
8914
  afterHide: dateRangeAfterHide,
8915
+ invalidDateErrorMessage,
8621
8916
  onChange: dateFilterOnChange,
8622
8917
  position: "start",
8623
8918
  selectedValue,
@@ -8627,6 +8922,7 @@ function DateFilter({
8627
8922
  ), selectedValue.type !== "single" && /* @__PURE__ */ React80.createElement(
8628
8923
  DateFilterSelect,
8629
8924
  {
8925
+ invalidDateErrorMessage,
8630
8926
  onChange: dateFilterOnChange,
8631
8927
  position: "end",
8632
8928
  ref: dateRangeEndDateRef,
@@ -8648,6 +8944,7 @@ function ServerSideDateSelectFilterRenderer({
8648
8944
  DateFilter,
8649
8945
  {
8650
8946
  ...props,
8947
+ invalidDateErrorMessage: colDef.filterProps?.invalidDateErrorMessage,
8651
8948
  onChange: (selected) => {
8652
8949
  onChange(
8653
8950
  selected.map((date) => {
@@ -8703,7 +9000,7 @@ function getCellValueTypographyProps(typographyProps) {
8703
9000
  }
8704
9001
 
8705
9002
  // src/CellRenderers/DateCell.tsx
8706
- var cx4 = classnames.bind(styles_default);
9003
+ var cx5 = classnames.bind(styles_default);
8707
9004
  function getDateObject(date) {
8708
9005
  if (isDate(date)) {
8709
9006
  return date;
@@ -8766,7 +9063,7 @@ var Editor2 = React80.forwardRef(
8766
9063
  StyledDateSelect,
8767
9064
  {
8768
9065
  afterHide,
8769
- className: cx4("input-cell"),
9066
+ className: cx5("input-cell"),
8770
9067
  disabledDate: columnDefinition.cellEditorParams?.disabledDate,
8771
9068
  onChange,
8772
9069
  ref,
@@ -8777,7 +9074,7 @@ var Editor2 = React80.forwardRef(
8777
9074
  }
8778
9075
  );
8779
9076
  var DateCellEditor = withDataTableEditor(Editor2, "date");
8780
- var cx5 = classnames.bind(styles_default);
9077
+ var cx6 = classnames.bind(styles_default);
8781
9078
  function getDateObject2(date) {
8782
9079
  if (isDate(date)) {
8783
9080
  return date;
@@ -8828,7 +9125,7 @@ var Editor3 = React80.forwardRef(
8828
9125
  DateSelect,
8829
9126
  {
8830
9127
  afterHide,
8831
- className: cx5("input-cell"),
9128
+ className: cx6("input-cell"),
8832
9129
  disabledDate,
8833
9130
  onChange,
8834
9131
  ref,
@@ -52358,7 +52655,7 @@ globalObj.MouseEvent = typeof MouseEvent === "undefined" ? {} : MouseEvent;
52358
52655
 
52359
52656
  // src/CellRenderers/GroupCell.tsx
52360
52657
  var GroupCellRenderer2 = GroupCellRenderer;
52361
- var cx6 = classnames.bind(truncation_default);
52658
+ var cx7 = classnames.bind(truncation_default);
52362
52659
  var MIN_LINK_WIDTH = 48;
52363
52660
  var InternalLinkCellRenderer = ({
52364
52661
  columnDefinition,
@@ -52374,7 +52671,7 @@ var InternalLinkCellRenderer = ({
52374
52671
  const [isLinkWidthBelowMin, setIsLinkWidthBelowMin] = useState(false);
52375
52672
  const linkRef = useRef(null);
52376
52673
  const internalValue = value ? columnDefinition.getStringFormattedValue?.(value) : "";
52377
- const className = cx6(
52674
+ const className = cx7(
52378
52675
  typographyProps?.className,
52379
52676
  "textCell",
52380
52677
  "truncatingText",
@@ -52394,7 +52691,7 @@ var InternalLinkCellRenderer = ({
52394
52691
  }
52395
52692
  }, [internalValue]);
52396
52693
  const URL = getURL(value, data);
52397
- const extendClickableAreaClassNames = isLinkWidthBelowMin ? cx6("extendClickableArea", {
52694
+ const extendClickableAreaClassNames = isLinkWidthBelowMin ? cx7("extendClickableArea", {
52398
52695
  "extendClickableArea--rowHeightSm": rowHeight === rowSize.sm
52399
52696
  }) : "";
52400
52697
  if (isExternalLink && value && URL) {
@@ -52426,7 +52723,7 @@ var LinkCellRenderer = withDataTableRenderer(
52426
52723
  InternalLinkCellRenderer,
52427
52724
  "input"
52428
52725
  );
52429
- var cx7 = classnames.bind(styles_default);
52726
+ var cx8 = classnames.bind(styles_default);
52430
52727
  var InternalNumberCellRenderer = ({
52431
52728
  columnDefinition,
52432
52729
  rowPinned,
@@ -52442,7 +52739,7 @@ var InternalNumberCellRenderer = ({
52442
52739
  return null;
52443
52740
  }
52444
52741
  if (columnDefinition.editable) {
52445
- return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx7("input-placeholder") }, inputProps?.placeholder || I18n.t("dataTable.cells.numberCell.placeholder"));
52742
+ return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx8("input-placeholder") }, inputProps?.placeholder || I18n.t("dataTable.cells.numberCell.placeholder"));
52446
52743
  }
52447
52744
  return /* @__PURE__ */ React80.createElement(React80.Fragment, null);
52448
52745
  }
@@ -52485,7 +52782,7 @@ var InternalNumberCellEditor = React80.forwardRef(({ columnDefinition, stopEditi
52485
52782
  defaultValue: value,
52486
52783
  onBlur,
52487
52784
  ref,
52488
- className: cx7("input-cell", "input-cell--right-aligned"),
52785
+ className: cx8("input-cell", "input-cell--right-aligned"),
52489
52786
  ...inputProps
52490
52787
  }
52491
52788
  );
@@ -52561,7 +52858,7 @@ var peopleCellStyles_default = {
52561
52858
  };
52562
52859
 
52563
52860
  // src/CellRenderers/PeopleCell.tsx
52564
- var cx8 = classnames.bind(peopleCellStyles_default);
52861
+ var cx9 = classnames.bind(peopleCellStyles_default);
52565
52862
  var NUM_AVATARS_SHOWN = 4;
52566
52863
  var defaultAvatarStackItemFilter = (person) => !!person || !!person.id;
52567
52864
  var Renderer6 = ({
@@ -52649,7 +52946,7 @@ var Renderer6 = ({
52649
52946
  Flex,
52650
52947
  {
52651
52948
  direction: columnDefinition.autoHeight ? "column" : "row",
52652
- className: cx8("dynamicRowHeightSpacing", columnDefinition.autoHeight)
52949
+ className: cx9("dynamicRowHeightSpacing", columnDefinition.autoHeight)
52653
52950
  },
52654
52951
  isAvatarStackDisplayed && /* @__PURE__ */ React80.createElement(
52655
52952
  Box,
@@ -52680,7 +52977,7 @@ var Renderer6 = ({
52680
52977
  /* @__PURE__ */ React80.createElement(
52681
52978
  Typography,
52682
52979
  {
52683
- className: !columnDefinition.autoHeight ? cx8("truncatingText", {
52980
+ className: !columnDefinition.autoHeight ? cx9("truncatingText", {
52684
52981
  "truncatingText--md": rowHeight === rowSize.md,
52685
52982
  "truncatingText--lg": rowHeight === rowSize.lg
52686
52983
  }) : "",
@@ -52716,7 +53013,7 @@ var Renderer6 = ({
52716
53013
  {
52717
53014
  ...typographyProps,
52718
53015
  color: "gray45",
52719
- className: cx8("truncatingText")
53016
+ className: cx9("truncatingText")
52720
53017
  },
52721
53018
  getCompanyName(people[0])
52722
53019
  )) : /* @__PURE__ */ React80.createElement(
@@ -52724,7 +53021,7 @@ var Renderer6 = ({
52724
53021
  {
52725
53022
  ...typographyProps,
52726
53023
  color: "gray45",
52727
- className: cx8("truncatingText")
53024
+ className: cx9("truncatingText")
52728
53025
  },
52729
53026
  getCompanyName(people[0])
52730
53027
  )
@@ -52732,7 +53029,7 @@ var Renderer6 = ({
52732
53029
  );
52733
53030
  };
52734
53031
  var PeopleCellRenderer = withDataTableRenderer(Renderer6);
52735
- var cx9 = classnames.bind(styles_default);
53032
+ var cx10 = classnames.bind(styles_default);
52736
53033
  var Renderer7 = ({
52737
53034
  columnDefinition,
52738
53035
  isGroup,
@@ -52748,7 +53045,7 @@ var Renderer7 = ({
52748
53045
  return null;
52749
53046
  }
52750
53047
  if (columnDefinition.editable) {
52751
- return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx9("input-placeholder") }, inputProps?.placeholder || I18n.t("dataTable.cells.percentCell.placeholder"));
53048
+ return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx10("input-placeholder") }, inputProps?.placeholder || I18n.t("dataTable.cells.percentCell.placeholder"));
52752
53049
  }
52753
53050
  }
52754
53051
  const internalValue = formatPercentage(value?.toString() ?? "", formatConfig);
@@ -52758,7 +53055,7 @@ var Renderer7 = ({
52758
53055
  {
52759
53056
  intent: "small",
52760
53057
  weight: "semibold",
52761
- className: cx9("tabular-nums")
53058
+ className: cx10("tabular-nums")
52762
53059
  },
52763
53060
  internalValue
52764
53061
  );
@@ -52768,7 +53065,7 @@ var Renderer7 = ({
52768
53065
  {
52769
53066
  ...typographyProps,
52770
53067
  weight: rowPinned ? "bold" : typographyProps?.weight,
52771
- className: cx9("tabular-nums")
53068
+ className: cx10("tabular-nums")
52772
53069
  },
52773
53070
  internalValue
52774
53071
  );
@@ -52800,7 +53097,7 @@ var Editor4 = React80.forwardRef(
52800
53097
  Input,
52801
53098
  {
52802
53099
  placeholder: inputProps?.placeholder || I18n.t("dataTable.cells.percentCell.placeholder"),
52803
- className: cx9("input-cell", "input-cell--right-aligned"),
53100
+ className: cx10("input-cell", "input-cell--right-aligned"),
52804
53101
  defaultValue,
52805
53102
  onBlur,
52806
53103
  ref,
@@ -52850,7 +53147,7 @@ var Renderer8 = ({
52850
53147
  );
52851
53148
  };
52852
53149
  var PersonCellRenderer = withDataTableRenderer(Renderer8, "select");
52853
- var cx10 = classnames.bind(styles_default);
53150
+ var cx11 = classnames.bind(styles_default);
52854
53151
  var Renderer9 = ({
52855
53152
  columnDefinition,
52856
53153
  isGroup,
@@ -52867,7 +53164,7 @@ var Renderer9 = ({
52867
53164
  return null;
52868
53165
  }
52869
53166
  if (columnDefinition.editable) {
52870
- return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx10("input-placeholder") }, placeholder || I18n.t("dataTable.cells.pillCell.placeholder", {
53167
+ return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx11("input-placeholder") }, placeholder || I18n.t("dataTable.cells.pillCell.placeholder", {
52871
53168
  label: columnDefinition.headerName
52872
53169
  }));
52873
53170
  }
@@ -52877,7 +53174,7 @@ var Renderer9 = ({
52877
53174
  if ((isGroup || rowPinned && columnDefinition.aggFunc) && !displayAsPill) {
52878
53175
  return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, weight: "semibold" }, label);
52879
53176
  }
52880
- return /* @__PURE__ */ React80.createElement(Pill, { color: getColor(value), className: cx10("pill-cell") }, label);
53177
+ return /* @__PURE__ */ React80.createElement(Pill, { color: getColor(value), className: cx11("pill-cell") }, label);
52881
53178
  };
52882
53179
  var PillCellRenderer = withDataTableRenderer(Renderer9, "select");
52883
53180
  var Editor5 = React80.forwardRef(
@@ -52940,7 +53237,7 @@ var Editor5 = React80.forwardRef(
52940
53237
  options,
52941
53238
  ref,
52942
53239
  value,
52943
- className: cx10("input-cell")
53240
+ className: cx11("input-cell")
52944
53241
  }
52945
53242
  );
52946
53243
  }
@@ -53013,7 +53310,7 @@ function useSelectOptions(selectOptions, data) {
53013
53310
  }
53014
53311
 
53015
53312
  // src/CellRenderers/SelectCell.tsx
53016
- var cx11 = classnames.bind({ ...styles_default, ...truncation_default });
53313
+ var cx12 = classnames.bind({ ...styles_default, ...truncation_default });
53017
53314
  var Renderer10 = ({
53018
53315
  columnDefinition,
53019
53316
  isGroup,
@@ -53027,7 +53324,7 @@ var Renderer10 = ({
53027
53324
  return null;
53028
53325
  }
53029
53326
  if (columnDefinition.editable) {
53030
- return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx11("truncatingText") }, placeholder || I18n.t("dataTable.cells.selectCell.placeholder", {
53327
+ return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx12("truncatingText") }, placeholder || I18n.t("dataTable.cells.selectCell.placeholder", {
53031
53328
  label: columnDefinition.headerName
53032
53329
  }));
53033
53330
  }
@@ -53037,14 +53334,14 @@ var Renderer10 = ({
53037
53334
  return /* @__PURE__ */ React80.createElement(
53038
53335
  Typography,
53039
53336
  {
53040
- className: cx11("truncatingText"),
53337
+ className: cx12("truncatingText"),
53041
53338
  ...typographyProps,
53042
53339
  weight: "semibold"
53043
53340
  },
53044
53341
  internalValue
53045
53342
  );
53046
53343
  }
53047
- return /* @__PURE__ */ React80.createElement(Typography, { className: cx11("truncatingText"), ...typographyProps }, internalValue);
53344
+ return /* @__PURE__ */ React80.createElement(Typography, { className: cx12("truncatingText"), ...typographyProps }, internalValue);
53048
53345
  };
53049
53346
  var SelectCellRenderer = withDataTableRenderer(Renderer10, "select");
53050
53347
  var Editor6 = React80.forwardRef(
@@ -53110,7 +53407,7 @@ var Editor6 = React80.forwardRef(
53110
53407
  onClear: clearable ? onClear : void 0,
53111
53408
  onScrollBottom,
53112
53409
  ref,
53113
- className: cx11("input-cell", "truncatingText")
53410
+ className: cx12("input-cell", "truncatingText")
53114
53411
  },
53115
53412
  (searchResultOptions || options).map((item) => /* @__PURE__ */ React80.createElement(
53116
53413
  Select.Option,
@@ -53125,7 +53422,7 @@ var Editor6 = React80.forwardRef(
53125
53422
  }
53126
53423
  );
53127
53424
  var SelectCellEditor2 = withDataTableEditor(Editor6, "select");
53128
- var cx12 = classnames.bind({ ...styles_default, ...truncation_default });
53425
+ var cx13 = classnames.bind({ ...styles_default, ...truncation_default });
53129
53426
  var Renderer11 = ({
53130
53427
  columnDefinition,
53131
53428
  rowHeight,
@@ -53140,10 +53437,10 @@ var Renderer11 = ({
53140
53437
  if (isGroup) {
53141
53438
  return null;
53142
53439
  }
53143
- return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx12("input-placeholder") }, inputProps?.placeholder || I18n.t("dataTable.cells.textCell.placeholder"));
53440
+ return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx13("input-placeholder") }, inputProps?.placeholder || I18n.t("dataTable.cells.textCell.placeholder"));
53144
53441
  }
53145
53442
  const internalValue = columnDefinition.getStringFormattedValue?.(value) ?? value;
53146
- const className = cx12(
53443
+ const className = cx13(
53147
53444
  typographyProps?.className,
53148
53445
  "textCell",
53149
53446
  "truncatingText",
@@ -53178,7 +53475,7 @@ var Editor7 = React80.forwardRef(
53178
53475
  return /* @__PURE__ */ React80.createElement(
53179
53476
  Input,
53180
53477
  {
53181
- className: cx12("input-cell"),
53478
+ className: cx13("input-cell"),
53182
53479
  defaultValue: internalValue,
53183
53480
  onBlur,
53184
53481
  ref,
@@ -53198,7 +53495,7 @@ var GrandTotalsLabelRenderer = (props) => {
53198
53495
  }
53199
53496
  return null;
53200
53497
  };
53201
- var cx13 = classnames.bind({ ...styles_default });
53498
+ var cx14 = classnames.bind({ ...styles_default });
53202
53499
  var Renderer12 = ({
53203
53500
  columnDefinition,
53204
53501
  node,
@@ -53212,7 +53509,7 @@ var Renderer12 = ({
53212
53509
  if (isGroup) {
53213
53510
  return null;
53214
53511
  }
53215
- return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx13("input-placeholder") }, textAreaProps?.placeholder || I18n.t("dataTable.cells.textCell.placeholder"));
53512
+ return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx14("input-placeholder") }, textAreaProps?.placeholder || I18n.t("dataTable.cells.textCell.placeholder"));
53216
53513
  }
53217
53514
  const internalValue = columnDefinition.getStringFormattedValue?.(value) ?? value;
53218
53515
  if (isGroup) {
@@ -53227,7 +53524,7 @@ var Renderer12 = ({
53227
53524
  node?.footer ? value : internalValue
53228
53525
  );
53229
53526
  }
53230
- return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx13("textarea-cell", "text") }, internalValue);
53527
+ return /* @__PURE__ */ React80.createElement(Typography, { ...typographyProps, className: cx14("textarea-cell", "text") }, internalValue);
53231
53528
  };
53232
53529
  var Editor8 = React80.forwardRef(
53233
53530
  ({ columnDefinition, stopEditing, value, textAreaProps }, ref) => {
@@ -53239,7 +53536,7 @@ var Editor8 = React80.forwardRef(
53239
53536
  return /* @__PURE__ */ React80.createElement(
53240
53537
  TextArea,
53241
53538
  {
53242
- className: cx13("textarea-cell", "editor-text"),
53539
+ className: cx14("textarea-cell", "editor-text"),
53243
53540
  defaultValue: internalValue,
53244
53541
  onBlur,
53245
53542
  ref,
@@ -54725,6 +55022,7 @@ function transformToColumnDefinition(colDef = emptyObject) {
54725
55022
  getStringFormattedValue,
54726
55023
  columnHeaderParams: colDef.headerComponentParams,
54727
55024
  headerName: colDef.headerName,
55025
+ headerClass: colDef.headerClass,
54728
55026
  hidden: colDef.hide,
54729
55027
  filterRenderer: colDef.filterRenderer,
54730
55028
  lockVisible: colDef.lockVisible,
@@ -55714,7 +56012,7 @@ var CellTooltipWrapper = ({
55714
56012
  /* @__PURE__ */ React80.createElement(Flex, { alignItems: "center", style: { width: "100%" } }, children)
55715
56013
  );
55716
56014
  };
55717
- var cx14 = classNames.bind(styles_exports);
56015
+ var cx15 = classNames.bind(styles_exports);
55718
56016
  var InlineEditError = React80.forwardRef(function InlineError({ errorMessage }, ref) {
55719
56017
  const buttonRef = React80.useRef(null);
55720
56018
  React80.useImperativeHandle(ref, () => ({
@@ -55727,7 +56025,7 @@ var InlineEditError = React80.forwardRef(function InlineError({ errorMessage },
55727
56025
  }));
55728
56026
  const hasMessage = Array.isArray(errorMessage) ? errorMessage.length > 0 : Boolean(errorMessage);
55729
56027
  const overlay = Array.isArray(errorMessage) ? /* @__PURE__ */ React80.createElement(Tooltip.Content, null, errorMessage.map((err) => /* @__PURE__ */ React80.createElement("div", { key: err }, err))) : errorMessage;
55730
- return /* @__PURE__ */ React80.createElement("div", { className: cx14("cell-error") }, /* @__PURE__ */ React80.createElement(
56028
+ return /* @__PURE__ */ React80.createElement("div", { className: cx15("cell-error") }, /* @__PURE__ */ React80.createElement(
55731
56029
  Tooltip,
55732
56030
  {
55733
56031
  ref: buttonRef,
@@ -55737,7 +56035,7 @@ var InlineEditError = React80.forwardRef(function InlineError({ errorMessage },
55737
56035
  /* @__PURE__ */ React80.createElement(
55738
56036
  Button,
55739
56037
  {
55740
- className: cx14("cell-error__button"),
56038
+ className: cx15("cell-error__button"),
55741
56039
  variant: "tertiary",
55742
56040
  size: "sm"
55743
56041
  },
@@ -55747,7 +56045,7 @@ var InlineEditError = React80.forwardRef(function InlineError({ errorMessage },
55747
56045
  });
55748
56046
 
55749
56047
  // src/CellRenderers/InlineEditWrapper.tsx
55750
- var cx15 = classnames.bind({ ...styles_default, ...truncation_default });
56048
+ var cx16 = classnames.bind({ ...styles_default, ...truncation_default });
55751
56049
  function PseudoInlineEditorWrapper({
55752
56050
  alwaysShowEditors = false,
55753
56051
  rightAligned = false,
@@ -55764,7 +56062,7 @@ function PseudoInlineEditorWrapper({
55764
56062
  return /* @__PURE__ */ React80.createElement(
55765
56063
  "div",
55766
56064
  {
55767
- className: cx15("pseudo-inline-edit-wrapper", {
56065
+ className: cx16("pseudo-inline-edit-wrapper", {
55768
56066
  "inline-wrapper--right-aligned": rightAligned,
55769
56067
  "inline-wrapper--with-show-pseudo-editors": alwaysShowEditors
55770
56068
  })
@@ -55772,7 +56070,7 @@ function PseudoInlineEditorWrapper({
55772
56070
  /* @__PURE__ */ React80.createElement(
55773
56071
  "span",
55774
56072
  {
55775
- className: cx15("pseudo-inline-edit-content", "truncatingText", {
56073
+ className: cx16("pseudo-inline-edit-content", "truncatingText", {
55776
56074
  "pseudo-inline-edit-content--right-aligned": rightAligned,
55777
56075
  "pseudo-inline-edit-content--with-arrow": showArrow,
55778
56076
  "pseudo-inline-edit-content--with-clear": onClear,
@@ -55782,10 +56080,10 @@ function PseudoInlineEditorWrapper({
55782
56080
  ...props
55783
56081
  },
55784
56082
  children,
55785
- /* @__PURE__ */ React80.createElement("div", { className: cx15("inline-edit-spacer") }),
55786
- hasValue && onClear && /* @__PURE__ */ React80.createElement("div", { className: cx15("clear-wrapper") }, /* @__PURE__ */ React80.createElement(Clear, { size: "sm", onMouseDown: onClear })),
55787
- showArrow && /* @__PURE__ */ React80.createElement("div", { className: cx15("arrow-down-wrapper") }, /* @__PURE__ */ React80.createElement("div", { className: cx15("arrow-down") })),
55788
- showCalendar && /* @__PURE__ */ React80.createElement("div", { className: cx15("calendar-wrapper") }, /* @__PURE__ */ React80.createElement(Calendar$1, { size: "sm" }))
56083
+ /* @__PURE__ */ React80.createElement("div", { className: cx16("inline-edit-spacer") }),
56084
+ hasValue && onClear && /* @__PURE__ */ React80.createElement("div", { className: cx16("clear-wrapper") }, /* @__PURE__ */ React80.createElement(Clear, { size: "sm", onMouseDown: onClear })),
56085
+ showArrow && /* @__PURE__ */ React80.createElement("div", { className: cx16("arrow-down-wrapper") }, /* @__PURE__ */ React80.createElement("div", { className: cx16("arrow-down") })),
56086
+ showCalendar && /* @__PURE__ */ React80.createElement("div", { className: cx16("calendar-wrapper") }, /* @__PURE__ */ React80.createElement(Calendar$1, { size: "sm" }))
55789
56087
  ),
55790
56088
  /* @__PURE__ */ React80.createElement(
55791
56089
  ValidationOutput,
@@ -55801,7 +56099,7 @@ var InlineEditorWrapper = React80.forwardRef(function InlineEditorWrapper2({ rig
55801
56099
  return /* @__PURE__ */ React80.createElement(
55802
56100
  "div",
55803
56101
  {
55804
- className: cx15("inline-edit-wrapper", {
56102
+ className: cx16("inline-edit-wrapper", {
55805
56103
  "inline-wrapper--right-aligned": rightAligned
55806
56104
  })
55807
56105
  },
@@ -55829,7 +56127,7 @@ var NonEditorWrapper = React80.forwardRef(function NonEditorWrapper2({
55829
56127
  return /* @__PURE__ */ React80.createElement(
55830
56128
  "div",
55831
56129
  {
55832
- className: cx15("inline-nonedit-wrapper", {
56130
+ className: cx16("inline-nonedit-wrapper", {
55833
56131
  "inline-wrapper--right-aligned": rightAligned
55834
56132
  })
55835
56133
  },
@@ -55849,7 +56147,7 @@ var NonEditorWrapper = React80.forwardRef(function NonEditorWrapper2({
55849
56147
  });
55850
56148
  var ValidationOutput = React80.forwardRef(function ValidationOutput2({ isRequired, isValid, errorMessage, rowPinned }, ref) {
55851
56149
  const showError = !isValid && errorMessage;
55852
- return /* @__PURE__ */ React80.createElement(React80.Fragment, null, !showError && isRequired && !rowPinned && /* @__PURE__ */ React80.createElement(Required, { className: cx15("cell-asterisk") }), showError && /* @__PURE__ */ React80.createElement(InlineEditError, { ref, errorMessage }));
56150
+ return /* @__PURE__ */ React80.createElement(React80.Fragment, null, !showError && isRequired && !rowPinned && /* @__PURE__ */ React80.createElement(Required, { className: cx16("cell-asterisk") }), showError && /* @__PURE__ */ React80.createElement(InlineEditError, { ref, errorMessage }));
55853
56151
  });
55854
56152
 
55855
56153
  // src/CellRenderers/DataTableCell.tsx
@@ -57360,7 +57658,7 @@ function rowSelectedEnabledForAnyRows(rowSelectionEnabled, columnDefinitions, gr
57360
57658
  }
57361
57659
 
57362
57660
  // src/CellRenderers/MultiSelectCell.tsx
57363
- var cx16 = classnames.bind(peopleCellStyles_default);
57661
+ var cx17 = classnames.bind(peopleCellStyles_default);
57364
57662
  var emptyArray = [];
57365
57663
  var commaToken = ", ";
57366
57664
  function getValue(func, value, fallback) {
@@ -57399,7 +57697,7 @@ var InternalMultiSelectCellRenderer = ({
57399
57697
  {
57400
57698
  as: "ol",
57401
57699
  ...typographyProps,
57402
- className: cx16("inlineListItems", "truncatingText", {
57700
+ className: cx17("inlineListItems", "truncatingText", {
57403
57701
  "truncatingText--md": rowHeight === rowSize.md,
57404
57702
  "truncatingText--lg": rowHeight === rowSize.lg
57405
57703
  }),
@@ -57849,7 +58147,7 @@ var quickControlsStyles_default = {
57849
58147
  };
57850
58148
 
57851
58149
  // src/QuickControls/ServerSideSearch.tsx
57852
- var cx17 = classnames.bind(quickControlsStyles_default);
58150
+ var cx18 = classnames.bind(quickControlsStyles_default);
57853
58151
  var DEFAULT_DEBOUNCE_DELAY = 250;
57854
58152
  function useSearchStorage() {
57855
58153
  const [searchValue, setSearchValue] = React80.useState("");
@@ -57892,7 +58190,7 @@ var ServerSideSearch = ({
57892
58190
  {
57893
58191
  disabled: hasNoContent || disabled,
57894
58192
  value: internalValue,
57895
- className: cx17("search", { "search--empty": !internalValue.length }),
58193
+ className: cx18("search", { "search--empty": !internalValue.length }),
57896
58194
  onChange,
57897
58195
  placeholder: resolvedPlaceholder,
57898
58196
  "aria-label": resolvedPlaceholder
@@ -77661,15 +77959,15 @@ var Matrix = class _Matrix {
77661
77959
  const yy = elements[3];
77662
77960
  const h_w = bbox.width * 0.5;
77663
77961
  const h_h = bbox.height * 0.5;
77664
- const cx22 = bbox.x + h_w;
77962
+ const cx23 = bbox.x + h_w;
77665
77963
  const cy = bbox.y + h_h;
77666
77964
  const w = Math.abs(h_w * xx) + Math.abs(h_h * yx);
77667
77965
  const h = Math.abs(h_w * xy) + Math.abs(h_h * yy);
77668
77966
  if (!target) {
77669
77967
  target = new BBox(0, 0, 0, 0);
77670
77968
  }
77671
- target.x = cx22 * xx + cy * yx + elements[4] - w;
77672
- target.y = cx22 * xy + cy * yy + elements[5] - h;
77969
+ target.x = cx23 * xx + cy * yx + elements[4] - w;
77970
+ target.y = cx23 * xy + cy * yy + elements[5] - h;
77673
77971
  target.width = w + w;
77674
77972
  target.height = h + h;
77675
77973
  return target;
@@ -79184,7 +79482,7 @@ var LinearGradient = class extends Gradient {
79184
79482
  const sin = Math.sin(radians);
79185
79483
  const w = bbox.width;
79186
79484
  const h = bbox.height;
79187
- const cx22 = bbox.x + w * 0.5;
79485
+ const cx23 = bbox.x + w * 0.5;
79188
79486
  const cy = bbox.y + h * 0.5;
79189
79487
  if (w > 0 && h > 0) {
79190
79488
  const diagonal = Math.sqrt(h * h + w * w) / 2;
@@ -79200,7 +79498,7 @@ var LinearGradient = class extends Gradient {
79200
79498
  quarteredAngle = 2 * Math.PI - radians;
79201
79499
  }
79202
79500
  const l = diagonal * Math.abs(Math.cos(quarteredAngle - diagonalAngle));
79203
- const gradient = ctx.createLinearGradient(cx22 + cos * l, cy + sin * l, cx22 - cos * l, cy - sin * l);
79501
+ const gradient = ctx.createLinearGradient(cx23 + cos * l, cy + sin * l, cx23 - cos * l, cy - sin * l);
79204
79502
  stops.forEach((stop) => {
79205
79503
  gradient.addColorStop(stop.offset, stop.color);
79206
79504
  });
@@ -84439,12 +84737,12 @@ function bezierCoefficients(P1, P2, P3, P4) {
84439
84737
  // | 1 0 0 0| |P4|
84440
84738
  ];
84441
84739
  }
84442
- function arcIntersections(cx22, cy, r2, startAngle, endAngle, counterClockwise, x1, y1, x2, y2) {
84740
+ function arcIntersections(cx23, cy, r2, startAngle, endAngle, counterClockwise, x1, y1, x2, y2) {
84443
84741
  const k = (y2 - y1) / (x2 - x1);
84444
84742
  const y0 = y1 - k * x1;
84445
84743
  const a = Math.pow(k, 2) + 1;
84446
- const b = 2 * (k * (y0 - cy) - cx22);
84447
- const c = Math.pow(cx22, 2) + Math.pow(y0 - cy, 2) - Math.pow(r2, 2);
84744
+ const b = 2 * (k * (y0 - cy) - cx23);
84745
+ const c = Math.pow(cx23, 2) + Math.pow(y0 - cy, 2) - Math.pow(r2, 2);
84448
84746
  const d = Math.pow(b, 2) - 4 * a * c;
84449
84747
  if (d < 0) {
84450
84748
  return [];
@@ -84581,12 +84879,12 @@ var Path2D = class {
84581
84879
  this.commands.push(Command.Arc);
84582
84880
  this.params.push(x, y, r2, sAngle, eAngle, antiClockwise ? 1 : 0);
84583
84881
  }
84584
- cubicCurveTo(cx1, cy1, cx22, cy2, x, y) {
84882
+ cubicCurveTo(cx1, cy1, cx23, cy2, x, y) {
84585
84883
  if (!this.xy) {
84586
84884
  this.moveTo(cx1, cy1);
84587
84885
  }
84588
84886
  this.commands.push(Command.Curve);
84589
- this.params.push(cx1, cy1, cx22, cy2, x, y);
84887
+ this.params.push(cx1, cy1, cx23, cy2, x, y);
84590
84888
  if (this.xy) {
84591
84889
  this.xy[0] = x;
84592
84890
  this.xy[1] = y;
@@ -91359,19 +91657,19 @@ var PieSeries = class extends PolarSeries {
91359
91657
  const isMoved = label.collisionTextAlign || label.collisionOffsetY !== 0;
91360
91658
  if (isMoved && label.box != null) {
91361
91659
  const box = label.box;
91362
- let cx22 = x2;
91660
+ let cx23 = x2;
91363
91661
  let cy = y2;
91364
91662
  if (x2 < box.x) {
91365
- cx22 = box.x;
91663
+ cx23 = box.x;
91366
91664
  } else if (x2 > box.x + box.width) {
91367
- cx22 = box.x + box.width;
91665
+ cx23 = box.x + box.width;
91368
91666
  }
91369
91667
  if (y2 < box.y) {
91370
91668
  cy = box.y;
91371
91669
  } else if (y2 > box.y + box.height) {
91372
91670
  cy = box.y + box.height;
91373
91671
  }
91374
- const dx = cx22 - x2;
91672
+ const dx = cx23 - x2;
91375
91673
  const dy = cy - y2;
91376
91674
  const length = Math.sqrt(Math.pow(dx, 2) + Math.pow(dy, 2));
91377
91675
  const paddedLength = length - offset4;
@@ -93682,7 +93980,7 @@ var PolarChart = class extends Chart {
93682
93980
  return shrinkRect;
93683
93981
  });
93684
93982
  }
93685
- updateAxes(cx22, cy, radius) {
93983
+ updateAxes(cx23, cy, radius) {
93686
93984
  var _a;
93687
93985
  this.axes.forEach((axis) => {
93688
93986
  var _a2;
@@ -93690,11 +93988,11 @@ var PolarChart = class extends Chart {
93690
93988
  const rotation = toRadians((_a2 = axis.rotation) !== null && _a2 !== void 0 ? _a2 : 0);
93691
93989
  axis.range = [-Math.PI / 2 + rotation, 3 * Math.PI / 2 + rotation];
93692
93990
  axis.gridLength = radius;
93693
- axis.translation.x = cx22;
93991
+ axis.translation.x = cx23;
93694
93992
  axis.translation.y = cy;
93695
93993
  } else if (axis.direction === ChartAxisDirection.Y) {
93696
93994
  axis.range = [radius, 0];
93697
- axis.translation.x = cx22;
93995
+ axis.translation.x = cx23;
93698
93996
  axis.translation.y = cy - radius;
93699
93997
  }
93700
93998
  axis.updateScale();
@@ -93719,10 +94017,10 @@ var PolarChart = class extends Chart {
93719
94017
  const polarAxes = this.axes.filter((axis) => {
93720
94018
  return axis instanceof PolarAxis;
93721
94019
  });
93722
- const setSeriesCircle = (cx22, cy, r2) => {
93723
- this.updateAxes(cx22, cy, r2);
94020
+ const setSeriesCircle = (cx23, cy, r2) => {
94021
+ this.updateAxes(cx23, cy, r2);
93724
94022
  polarSeries.forEach((series) => {
93725
- series.centerX = cx22;
94023
+ series.centerX = cx23;
93726
94024
  series.centerY = cy;
93727
94025
  series.radius = r2;
93728
94026
  });
@@ -103354,264 +103652,6 @@ var SparklinesModule = {
103354
103652
  userComponents: [{ componentName: "agSparklineCellRenderer", componentClass: SparklineCellRenderer }],
103355
103653
  dependantModules: [EnterpriseCoreModule]
103356
103654
  };
103357
- var $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c = typeof document !== "undefined" ? (React80).useLayoutEffect : () => {
103358
- };
103359
- var $8ae05eaa5c114e9c$var$_React_useInsertionEffect;
103360
- var $8ae05eaa5c114e9c$var$useEarlyEffect = ($8ae05eaa5c114e9c$var$_React_useInsertionEffect = (React80)["useInsertionEffect"]) !== null && $8ae05eaa5c114e9c$var$_React_useInsertionEffect !== void 0 ? $8ae05eaa5c114e9c$var$_React_useInsertionEffect : ($f0a04ccd8dbdd83b$export$e5c5a5f917a5871c);
103361
- function $8ae05eaa5c114e9c$export$7f54fc3180508a52(fn) {
103362
- const ref = (useRef)(null);
103363
- $8ae05eaa5c114e9c$var$useEarlyEffect(() => {
103364
- ref.current = fn;
103365
- }, [
103366
- fn
103367
- ]);
103368
- return (useCallback)((...args) => {
103369
- const f = ref.current;
103370
- return f === null || f === void 0 ? void 0 : f(...args);
103371
- }, []);
103372
- }
103373
- var $b5e257d569688ac6$var$defaultContext = {
103374
- prefix: String(Math.round(Math.random() * 1e10)),
103375
- current: 0
103376
- };
103377
- var $b5e257d569688ac6$var$SSRContext = /* @__PURE__ */ (React80).createContext($b5e257d569688ac6$var$defaultContext);
103378
- var $b5e257d569688ac6$var$IsSSRContext = /* @__PURE__ */ (React80).createContext(false);
103379
- var $b5e257d569688ac6$var$canUseDOM = Boolean(typeof window !== "undefined" && window.document && window.document.createElement);
103380
- var $b5e257d569688ac6$var$componentIds = /* @__PURE__ */ new WeakMap();
103381
- function $b5e257d569688ac6$var$useCounter(isDisabled = false) {
103382
- let ctx = (useContext)($b5e257d569688ac6$var$SSRContext);
103383
- let ref = (useRef)(null);
103384
- if (ref.current === null && !isDisabled) {
103385
- var _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner, _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
103386
- let currentOwner = (_React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = (React80).__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED) === null || _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED === void 0 ? void 0 : (_React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner = _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner) === null || _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner === void 0 ? void 0 : _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner.current;
103387
- if (currentOwner) {
103388
- let prevComponentValue = $b5e257d569688ac6$var$componentIds.get(currentOwner);
103389
- if (prevComponentValue == null)
103390
- $b5e257d569688ac6$var$componentIds.set(currentOwner, {
103391
- id: ctx.current,
103392
- state: currentOwner.memoizedState
103393
- });
103394
- else if (currentOwner.memoizedState !== prevComponentValue.state) {
103395
- ctx.current = prevComponentValue.id;
103396
- $b5e257d569688ac6$var$componentIds.delete(currentOwner);
103397
- }
103398
- }
103399
- ref.current = ++ctx.current;
103400
- }
103401
- return ref.current;
103402
- }
103403
- function $b5e257d569688ac6$var$useLegacySSRSafeId(defaultId) {
103404
- let ctx = (useContext)($b5e257d569688ac6$var$SSRContext);
103405
- if (ctx === $b5e257d569688ac6$var$defaultContext && !$b5e257d569688ac6$var$canUseDOM && process.env.NODE_ENV !== "production") console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
103406
- let counter2 = $b5e257d569688ac6$var$useCounter(!!defaultId);
103407
- let prefix = ctx === $b5e257d569688ac6$var$defaultContext && process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${ctx.prefix}`;
103408
- return defaultId || `${prefix}-${counter2}`;
103409
- }
103410
- function $b5e257d569688ac6$var$useModernSSRSafeId(defaultId) {
103411
- let id = (React80).useId();
103412
- let [didSSR] = (useState)($b5e257d569688ac6$export$535bd6ca7f90a273());
103413
- let prefix = didSSR || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${$b5e257d569688ac6$var$defaultContext.prefix}`;
103414
- return defaultId || `${prefix}-${id}`;
103415
- }
103416
- var $b5e257d569688ac6$export$619500959fc48b26 = typeof (React80)["useId"] === "function" ? $b5e257d569688ac6$var$useModernSSRSafeId : $b5e257d569688ac6$var$useLegacySSRSafeId;
103417
- function $b5e257d569688ac6$var$getSnapshot() {
103418
- return false;
103419
- }
103420
- function $b5e257d569688ac6$var$getServerSnapshot() {
103421
- return true;
103422
- }
103423
- function $b5e257d569688ac6$var$subscribe(onStoreChange) {
103424
- return () => {
103425
- };
103426
- }
103427
- function $b5e257d569688ac6$export$535bd6ca7f90a273() {
103428
- if (typeof (React80)["useSyncExternalStore"] === "function") return (React80)["useSyncExternalStore"]($b5e257d569688ac6$var$subscribe, $b5e257d569688ac6$var$getSnapshot, $b5e257d569688ac6$var$getServerSnapshot);
103429
- return (useContext)($b5e257d569688ac6$var$IsSSRContext);
103430
- }
103431
-
103432
- // ../../node_modules/@react-aria/utils/dist/useId.mjs
103433
- var $bdb11010cef70236$var$canUseDOM = Boolean(typeof window !== "undefined" && window.document && window.document.createElement);
103434
- var $bdb11010cef70236$export$d41a04c74483c6ef = /* @__PURE__ */ new Map();
103435
- var $bdb11010cef70236$var$registry;
103436
- if (typeof FinalizationRegistry !== "undefined") $bdb11010cef70236$var$registry = new FinalizationRegistry((heldValue) => {
103437
- $bdb11010cef70236$export$d41a04c74483c6ef.delete(heldValue);
103438
- });
103439
- function $bdb11010cef70236$export$f680877a34711e37(defaultId) {
103440
- let [value, setValue] = (useState)(defaultId);
103441
- let nextId = (useRef)(null);
103442
- let res = ($b5e257d569688ac6$export$619500959fc48b26)(value);
103443
- let cleanupRef = (useRef)(null);
103444
- if ($bdb11010cef70236$var$registry) $bdb11010cef70236$var$registry.register(cleanupRef, res);
103445
- if ($bdb11010cef70236$var$canUseDOM) {
103446
- const cacheIdRef = $bdb11010cef70236$export$d41a04c74483c6ef.get(res);
103447
- if (cacheIdRef && !cacheIdRef.includes(nextId)) cacheIdRef.push(nextId);
103448
- else $bdb11010cef70236$export$d41a04c74483c6ef.set(res, [
103449
- nextId
103450
- ]);
103451
- }
103452
- ($f0a04ccd8dbdd83b$export$e5c5a5f917a5871c)(() => {
103453
- let r2 = res;
103454
- return () => {
103455
- if ($bdb11010cef70236$var$registry) $bdb11010cef70236$var$registry.unregister(cleanupRef);
103456
- $bdb11010cef70236$export$d41a04c74483c6ef.delete(r2);
103457
- };
103458
- }, [
103459
- res
103460
- ]);
103461
- (useEffect)(() => {
103462
- let newId = nextId.current;
103463
- if (newId) setValue(newId);
103464
- return () => {
103465
- if (newId) nextId.current = null;
103466
- };
103467
- });
103468
- return res;
103469
- }
103470
- function $bdb11010cef70236$export$cd8c9cb68f842629(idA, idB) {
103471
- if (idA === idB) return idA;
103472
- let setIdsA = $bdb11010cef70236$export$d41a04c74483c6ef.get(idA);
103473
- if (setIdsA) {
103474
- setIdsA.forEach((ref) => ref.current = idB);
103475
- return idB;
103476
- }
103477
- let setIdsB = $bdb11010cef70236$export$d41a04c74483c6ef.get(idB);
103478
- if (setIdsB) {
103479
- setIdsB.forEach((ref) => ref.current = idA);
103480
- return idA;
103481
- }
103482
- return idB;
103483
- }
103484
-
103485
- // ../../node_modules/@react-aria/utils/dist/chain.mjs
103486
- function $ff5963eb1fccf552$export$e08e3b67e392101e(...callbacks) {
103487
- return (...args) => {
103488
- for (let callback of callbacks) if (typeof callback === "function") callback(...args);
103489
- };
103490
- }
103491
-
103492
- // ../../node_modules/@react-aria/utils/dist/domHelpers.mjs
103493
- var $431fbd86ca7dc216$export$b204af158042fbac = (el) => {
103494
- var _el_ownerDocument;
103495
- return (_el_ownerDocument = el === null || el === void 0 ? void 0 : el.ownerDocument) !== null && _el_ownerDocument !== void 0 ? _el_ownerDocument : document;
103496
- };
103497
- function $431fbd86ca7dc216$var$isNode(value) {
103498
- return value !== null && typeof value === "object" && "nodeType" in value && typeof value.nodeType === "number";
103499
- }
103500
- function $431fbd86ca7dc216$export$af51f0f06c0f328a(node) {
103501
- return $431fbd86ca7dc216$var$isNode(node) && node.nodeType === Node.DOCUMENT_FRAGMENT_NODE && "host" in node;
103502
- }
103503
-
103504
- // ../../node_modules/@react-stately/flags/dist/import.mjs
103505
- var $f4e2df6bd15f8569$var$_shadowDOM = false;
103506
- function $f4e2df6bd15f8569$export$98658e8c59125e6a() {
103507
- return $f4e2df6bd15f8569$var$_shadowDOM;
103508
- }
103509
-
103510
- // ../../node_modules/@react-aria/utils/dist/DOMFunctions.mjs
103511
- function $d4ee10de306f2510$export$4282f70798064fe0(node, otherNode) {
103512
- if (!($f4e2df6bd15f8569$export$98658e8c59125e6a)()) return otherNode && node ? node.contains(otherNode) : false;
103513
- if (!node || !otherNode) return false;
103514
- let currentNode = otherNode;
103515
- while (currentNode !== null) {
103516
- if (currentNode === node) return true;
103517
- if (currentNode.tagName === "SLOT" && currentNode.assignedSlot)
103518
- currentNode = currentNode.assignedSlot.parentNode;
103519
- else if (($431fbd86ca7dc216$export$af51f0f06c0f328a)(currentNode))
103520
- currentNode = currentNode.host;
103521
- else currentNode = currentNode.parentNode;
103522
- }
103523
- return false;
103524
- }
103525
- var $d4ee10de306f2510$export$cd4e5573fbe2b576 = (doc = document) => {
103526
- var _activeElement_shadowRoot;
103527
- if (!($f4e2df6bd15f8569$export$98658e8c59125e6a)()) return doc.activeElement;
103528
- let activeElement = doc.activeElement;
103529
- while (activeElement && "shadowRoot" in activeElement && ((_activeElement_shadowRoot = activeElement.shadowRoot) === null || _activeElement_shadowRoot === void 0 ? void 0 : _activeElement_shadowRoot.activeElement)) activeElement = activeElement.shadowRoot.activeElement;
103530
- return activeElement;
103531
- };
103532
- function $d4ee10de306f2510$export$e58f029f0fbfdb29(event) {
103533
- if (($f4e2df6bd15f8569$export$98658e8c59125e6a)() && event.target.shadowRoot) {
103534
- if (event.composedPath) return event.composedPath()[0];
103535
- }
103536
- return event.target;
103537
- }
103538
-
103539
- // ../../node_modules/clsx/dist/clsx.mjs
103540
- function r(e) {
103541
- var t, f, n = "";
103542
- if ("string" == typeof e || "number" == typeof e) n += e;
103543
- else if ("object" == typeof e) if (Array.isArray(e)) {
103544
- var o = e.length;
103545
- for (t = 0; t < o; t++) e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
103546
- } else for (f in e) e[f] && (n && (n += " "), n += f);
103547
- return n;
103548
- }
103549
- function clsx() {
103550
- for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++) (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
103551
- return n;
103552
- }
103553
- var clsx_default = clsx;
103554
-
103555
- // ../../node_modules/@react-aria/utils/dist/mergeProps.mjs
103556
- function $3ef42575df84b30b$export$9d1611c77c2fe928(...args) {
103557
- let result = {
103558
- ...args[0]
103559
- };
103560
- for (let i = 1; i < args.length; i++) {
103561
- let props = args[i];
103562
- for (let key in props) {
103563
- let a = result[key];
103564
- let b = props[key];
103565
- if (typeof a === "function" && typeof b === "function" && // This is a lot faster than a regex.
103566
- key[0] === "o" && key[1] === "n" && key.charCodeAt(2) >= /* 'A' */
103567
- 65 && key.charCodeAt(2) <= /* 'Z' */
103568
- 90) result[key] = ($ff5963eb1fccf552$export$e08e3b67e392101e)(a, b);
103569
- else if ((key === "className" || key === "UNSAFE_className") && typeof a === "string" && typeof b === "string") result[key] = (clsx_default)(a, b);
103570
- else if (key === "id" && a && b) result.id = ($bdb11010cef70236$export$cd8c9cb68f842629)(a, b);
103571
- else result[key] = b !== void 0 ? b : a;
103572
- }
103573
- }
103574
- return result;
103575
- }
103576
- function $03deb23ff14920c4$export$4eaf04e54aa8eed6() {
103577
- let globalListeners = (useRef)(/* @__PURE__ */ new Map());
103578
- let addGlobalListener = (useCallback)((eventTarget, type, listener, options) => {
103579
- let fn = (options === null || options === void 0 ? void 0 : options.once) ? (...args) => {
103580
- globalListeners.current.delete(listener);
103581
- listener(...args);
103582
- } : listener;
103583
- globalListeners.current.set(listener, {
103584
- type,
103585
- eventTarget,
103586
- fn,
103587
- options
103588
- });
103589
- eventTarget.addEventListener(type, fn, options);
103590
- }, []);
103591
- let removeGlobalListener = (useCallback)((eventTarget, type, listener, options) => {
103592
- var _globalListeners_current_get;
103593
- let fn = ((_globalListeners_current_get = globalListeners.current.get(listener)) === null || _globalListeners_current_get === void 0 ? void 0 : _globalListeners_current_get.fn) || listener;
103594
- eventTarget.removeEventListener(type, fn, options);
103595
- globalListeners.current.delete(listener);
103596
- }, []);
103597
- let removeAllGlobalListeners = (useCallback)(() => {
103598
- globalListeners.current.forEach((value, key) => {
103599
- removeGlobalListener(value.eventTarget, value.type, key, value.options);
103600
- });
103601
- }, [
103602
- removeGlobalListener
103603
- ]);
103604
- (useEffect)(() => {
103605
- return removeAllGlobalListeners;
103606
- }, [
103607
- removeAllGlobalListeners
103608
- ]);
103609
- return {
103610
- addGlobalListener,
103611
- removeGlobalListener,
103612
- removeAllGlobalListeners
103613
- };
103614
- }
103615
103655
  function $8a9cb279dc87e130$export$525bc4921d56d4a(nativeEvent) {
103616
103656
  let event = nativeEvent;
103617
103657
  event.nativeEvent = nativeEvent;
@@ -104530,7 +104570,7 @@ var configurationStyles_default = {
104530
104570
  };
104531
104571
 
104532
104572
  // src/Panels/Configuration.tsx
104533
- var cx18 = classnames.bind(configurationStyles_default);
104573
+ var cx19 = classnames.bind(configurationStyles_default);
104534
104574
  var DELIMITER = "$$";
104535
104575
  function isColGroupDef3(col) {
104536
104576
  return col?.children !== void 0;
@@ -104722,7 +104762,7 @@ var ConfigurationColumns = React80.forwardRef(
104722
104762
  Flex,
104723
104763
  {
104724
104764
  alignItems: "center",
104725
- className: cx18("column-controls"),
104765
+ className: cx19("column-controls"),
104726
104766
  key: column2.field || column2.groupId,
104727
104767
  marginTop: "xs",
104728
104768
  padding: "sm",
@@ -104758,7 +104798,7 @@ var ConfigurationPanel = ({
104758
104798
  const I18n = useI18nContext();
104759
104799
  const configurationColumnsRef = React80.useRef();
104760
104800
  const [isAllColumnsVisible, setIsAllColumnsVisible] = React80.useState(false);
104761
- return /* @__PURE__ */ React80.createElement(Panel, null, /* @__PURE__ */ React80.createElement(Panel.Header, { onClose: contextPanel.hide }, /* @__PURE__ */ React80.createElement(Panel.Title, null, I18n.t("dataTable.tableSettings.tableSettings"))), /* @__PURE__ */ React80.createElement(Panel.Body, { className: cx18("contextPanelBody") }, children && /* @__PURE__ */ React80.createElement(Panel.Section, null, children), !onServerSideDataRequest && !enableDynamicRowHeight && /* @__PURE__ */ React80.createElement(
104801
+ return /* @__PURE__ */ React80.createElement(Panel, null, /* @__PURE__ */ React80.createElement(Panel.Header, { onClose: contextPanel.hide }, /* @__PURE__ */ React80.createElement(Panel.Title, null, I18n.t("dataTable.tableSettings.tableSettings"))), /* @__PURE__ */ React80.createElement(Panel.Body, { className: cx19("contextPanelBody") }, children && /* @__PURE__ */ React80.createElement(Panel.Section, null, children), !onServerSideDataRequest && !enableDynamicRowHeight && /* @__PURE__ */ React80.createElement(
104762
104802
  Panel.Section,
104763
104803
  {
104764
104804
  "data-qa": "data-table-config-panel-section-row-height",
@@ -105332,6 +105372,7 @@ var de_DE_default = {
105332
105372
  },
105333
105373
  filterRenders: {
105334
105374
  dateFilter: {
105375
+ invalidDate: "Geben Sie ein g\xFCltiges Datum ein.",
105335
105376
  single: "Einzeln",
105336
105377
  range: "Bereich"
105337
105378
  }
@@ -105513,6 +105554,7 @@ var en_AU_default = {
105513
105554
  },
105514
105555
  filterRenders: {
105515
105556
  dateFilter: {
105557
+ invalidDate: "Enter a valid date.",
105516
105558
  single: "Single",
105517
105559
  range: "Range"
105518
105560
  }
@@ -105694,6 +105736,7 @@ var en_CA_default = {
105694
105736
  },
105695
105737
  filterRenders: {
105696
105738
  dateFilter: {
105739
+ invalidDate: "Enter a valid date.",
105697
105740
  single: "Single",
105698
105741
  range: "Range"
105699
105742
  }
@@ -105875,6 +105918,7 @@ var en_GB_default = {
105875
105918
  },
105876
105919
  filterRenders: {
105877
105920
  dateFilter: {
105921
+ invalidDate: "Enter a valid date.",
105878
105922
  single: "Single",
105879
105923
  range: "Range"
105880
105924
  }
@@ -106056,6 +106100,7 @@ var en_default = {
106056
106100
  },
106057
106101
  filterRenders: {
106058
106102
  dateFilter: {
106103
+ invalidDate: "Enter a valid date.",
106059
106104
  single: "Single",
106060
106105
  range: "Range"
106061
106106
  }
@@ -106237,6 +106282,7 @@ var es_ES_default = {
106237
106282
  },
106238
106283
  filterRenders: {
106239
106284
  dateFilter: {
106285
+ invalidDate: "Introduzca una fecha v\xE1lida.",
106240
106286
  single: "\xDAnica",
106241
106287
  range: "Rango"
106242
106288
  }
@@ -106347,7 +106393,7 @@ var es_default = {
106347
106393
  sortCleared: "Ordenamiento borrado"
106348
106394
  },
106349
106395
  expandAllGroups: "Expandir todos los grupos",
106350
- collapseAllGroups: "Colapsar todos los grupos",
106396
+ collapseAllGroups: "Contraer todos los grupos",
106351
106397
  pinColumn: "Anclar columna",
106352
106398
  pinLeft: "Anclar a la izquierda",
106353
106399
  pinRight: "Anclar a la derecha",
@@ -106418,13 +106464,14 @@ var es_default = {
106418
106464
  },
106419
106465
  filterRenders: {
106420
106466
  dateFilter: {
106467
+ invalidDate: "Ingrese una fecha v\xE1lida.",
106421
106468
  single: "\xDAnico",
106422
106469
  range: "Intervalo"
106423
106470
  }
106424
106471
  },
106425
106472
  groupCell: {
106426
106473
  expand: "Expandir grupo",
106427
- collapse: "Colapsar grupo"
106474
+ collapse: "Contraer grupo"
106428
106475
  },
106429
106476
  rowCheckbox: {
106430
106477
  ariaLabel: "Seleccionar fila"
@@ -106599,6 +106646,7 @@ var fr_CA_default = {
106599
106646
  },
106600
106647
  filterRenders: {
106601
106648
  dateFilter: {
106649
+ invalidDate: "Saisissez une date valide.",
106602
106650
  single: "Unique",
106603
106651
  range: "Intervalle"
106604
106652
  }
@@ -106626,7 +106674,7 @@ var fr_FR_default = {
106626
106674
  description: "Une fois que votre \xE9quipe a cr\xE9\xE9 ces \xE9l\xE9ments, vous pouvez y acc\xE9der ici. ",
106627
106675
  title: "Aucun \xE9l\xE9ment \xE0 afficher pour l'instant",
106628
106676
  itemsTitle: "Aucun %{itemsLabel} \xE0 afficher pour l'instant",
106629
- tooltip: "Le bouton %{featureName} sera activ\xE9 une fois que vous aurez ajout\xE9 des informations au tableau %{tableName}",
106677
+ tooltip: "Le bouton %{featureName} sera activ\xE9 une fois que vous aurez ajout\xE9 des informations au %{tableName}",
106630
106678
  searchTooltip: "La recherche sera activ\xE9e une fois que vous aurez ajout\xE9 des informations au %{tableName}",
106631
106679
  featureFilter: "Filtrer",
106632
106680
  featureQuickFilter: "Filtre rapide",
@@ -106780,6 +106828,7 @@ var fr_FR_default = {
106780
106828
  },
106781
106829
  filterRenders: {
106782
106830
  dateFilter: {
106831
+ invalidDate: "Veuillez saisir une date valide.",
106783
106832
  single: "Unique",
106784
106833
  range: "Plage"
106785
106834
  }
@@ -106961,6 +107010,7 @@ var is_IS_default = {
106961
107010
  },
106962
107011
  filterRenders: {
106963
107012
  dateFilter: {
107013
+ invalidDate: "Sl\xE1\xF0u inn gilda dagsetningu.",
106964
107014
  single: "Einhleypur",
106965
107015
  range: "Svi\xF0"
106966
107016
  }
@@ -106988,8 +107038,8 @@ var it_IT_default = {
106988
107038
  description: "Gli elementi creati dal team saranno accessibili qui. ",
106989
107039
  title: "Al momento non sono presenti elementi da visualizzare",
106990
107040
  itemsTitle: "Al momento non sono presenti %{itemsLabel} da visualizzare",
106991
- tooltip: "Il pulsante %{featureName} sar\xE0 attivato dopo l'aggiunta delle informazioni a %{tableName}",
106992
- searchTooltip: "La ricerca sar\xE0 attivata dopo l'aggiunta delle informazioni a %{tableName}",
107041
+ tooltip: "Il pulsante %{featureName} sar\xE0 attivato dopo l'aggiunta delle informazioni alla %{tableName}",
107042
+ searchTooltip: "La ricerca sar\xE0 attivata dopo l'aggiunta delle informazioni alla %{tableName}",
106993
107043
  featureFilter: "Filtro",
106994
107044
  featureQuickFilter: "Filtro rapido",
106995
107045
  featureGroupBy: "Raggruppa per",
@@ -107142,6 +107192,7 @@ var it_IT_default = {
107142
107192
  },
107143
107193
  filterRenders: {
107144
107194
  dateFilter: {
107195
+ invalidDate: "Inserire una data valida.",
107145
107196
  single: "Singolo",
107146
107197
  range: "Intervallo"
107147
107198
  }
@@ -107323,6 +107374,7 @@ var ja_JP_default = {
107323
107374
  },
107324
107375
  filterRenders: {
107325
107376
  dateFilter: {
107377
+ invalidDate: "\u6709\u52B9\u306A\u65E5\u4ED8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
107326
107378
  single: "\u5358\u72EC",
107327
107379
  range: "\u7BC4\u56F2"
107328
107380
  }
@@ -107343,12 +107395,12 @@ var nb_NO_default = {
107343
107395
  emptyState: {
107344
107396
  noFilteredResults: {
107345
107397
  description: "Sjekk stavem\xE5ten og filteralternativene dine, eller s\xF8k etter et annet n\xF8kkelord.",
107346
- title: "Ingen elementer samsvarer med s\xF8ket ditt",
107398
+ title: "Ingen enheter samsvarer med s\xF8ket ditt",
107347
107399
  itemsTitle: "Ingen %{itemsLabel} samsvarer med s\xF8ket ditt"
107348
107400
  },
107349
107401
  noResults: {
107350
- description: "N\xE5r teamet ditt har opprettet disse elementene, kan du f\xE5 tilgang til dem her. ",
107351
- title: "Det er ingen elementer \xE5 vise akkurat n\xE5",
107402
+ description: "N\xE5r teamet ditt har opprettet disse enhetene, kan du f\xE5 tilgang til dem her. ",
107403
+ title: "Det er ingen enheter \xE5 vise akkurat n\xE5",
107352
107404
  itemsTitle: "Det er ingen %{itemsLabel} \xE5 vise akkurat n\xE5",
107353
107405
  tooltip: "%{featureName} -knappen vil bli aktivert n\xE5r du legger til informasjon i %{tableName}",
107354
107406
  searchTooltip: "S\xF8k vil bli aktivert n\xE5r du legger til informasjon i %{tableName}",
@@ -107356,7 +107408,7 @@ var nb_NO_default = {
107356
107408
  featureQuickFilter: "Hurtigfilter",
107357
107409
  featureGroupBy: "Grupper etter",
107358
107410
  featureConfigure: "Konfigurer",
107359
- tableNameFallback: "bord"
107411
+ tableNameFallback: "tabell"
107360
107412
  }
107361
107413
  },
107362
107414
  bulkActions: {
@@ -107364,17 +107416,17 @@ var nb_NO_default = {
107364
107416
  bulkEdit: "Masseendring",
107365
107417
  cancel: "Avbryt",
107366
107418
  editValues: "Rediger verdier",
107367
- error: "Beklager, elementene kunne ikke oppdateres. Pr\xF8v igjen.",
107419
+ error: "Beklager, enhetene kunsne ikke oppdateres. Pr\xF8v igjen.",
107368
107420
  placeholderForField: "Skriv inn %{fieldName}",
107369
107421
  selection: "%{count} %{number} valgt",
107370
107422
  selection_count: {
107371
- zero: "%{count} elementer valgt",
107372
- one: "%{count} element valgt",
107373
- other: "%{count} elementer valgt"
107423
+ zero: "%{count} enheter valgt",
107424
+ one: "%{count} enhet valgt",
107425
+ other: "%{count} enheter valgt"
107374
107426
  },
107375
- success: "Elementene ble oppdatert.",
107376
- one: "element",
107377
- many: "gjenstander"
107427
+ success: "Enhetene ble oppdatert.",
107428
+ one: "enhet",
107429
+ many: "enheter"
107378
107430
  },
107379
107431
  exporting: "Eksporterer...",
107380
107432
  filters: {
@@ -107387,14 +107439,14 @@ var nb_NO_default = {
107387
107439
  locationFilter: {
107388
107440
  selectAll: "Velg alle",
107389
107441
  includeSublocations: "Inkluder underlokasjoner",
107390
- searchLocations: "S\xF8k etter steder",
107391
- locations: "Steder"
107442
+ searchLocations: "S\xF8k etter lokasjoner",
107443
+ locations: "Lokasjoner"
107392
107444
  },
107393
107445
  numberFilter: {
107394
107446
  labels: {
107395
107447
  and: "og",
107396
- input_placeholder: "Angi verdi",
107397
- placeholder: "Velg et element"
107448
+ input_placeholder: "Skriv inn verdi",
107449
+ placeholder: "Velg en enhet"
107398
107450
  },
107399
107451
  options: {
107400
107452
  any_value: "Enhver verdi",
@@ -107432,20 +107484,20 @@ var nb_NO_default = {
107432
107484
  sortDescending: "sortert synkende",
107433
107485
  sortCleared: "Sortering fjernet"
107434
107486
  },
107435
- expandAllGroups: "Utvid alle grupper",
107487
+ expandAllGroups: "Vis alle grupper",
107436
107488
  collapseAllGroups: "Skjul alle grupper",
107437
107489
  pinColumn: "Fest kolonne",
107438
107490
  pinLeft: "Fest til venstre",
107439
107491
  pinRight: "Fest til h\xF8yre",
107440
- noPin: "Ingen PIN",
107492
+ noPin: "Ikke festet",
107441
107493
  autoSizeThisColumn: "Tilpass kolonnebredden automatisk",
107442
- autoSizeAllColumns: "Tilpass alle kolonner automatisk",
107494
+ autoSizeAllColumns: "Tilpass alle kolonnebredder automatisk",
107443
107495
  hideColumn: "Skjul kolonne",
107444
107496
  resetColumns: "Tilbakestill kolonner",
107445
107497
  unGroupBy: "Fjern gruppering etter {{label}}",
107446
107498
  groupBy: "Grupper etter {{label}}"
107447
107499
  },
107448
- grandTotals: "Totale summer",
107500
+ grandTotals: "Totalsummer",
107449
107501
  search: "S\xF8k",
107450
107502
  subtotals: "Delsummer",
107451
107503
  tableSettings: {
@@ -107455,7 +107507,7 @@ var nb_NO_default = {
107455
107507
  small: "Liten",
107456
107508
  medium: "Middels",
107457
107509
  large: "Stor",
107458
- tableSettings: "Borddekking",
107510
+ tableSettings: "Innstillinger for tabell",
107459
107511
  groupBy: "Grupper etter:",
107460
107512
  reset: "Tilbakestill",
107461
107513
  selectColumnGroup: "Velg en kolonne \xE5 gruppere",
@@ -107468,14 +107520,14 @@ var nb_NO_default = {
107468
107520
  },
107469
107521
  columnGroupToggle: {
107470
107522
  collapse: "Skjul kolonnegruppe",
107471
- expand: "Utvid kolonnegruppe"
107523
+ expand: "Vis kolonnegruppe"
107472
107524
  },
107473
107525
  cells: {
107474
107526
  textCell: {
107475
107527
  placeholder: "Skriv inn tekst"
107476
107528
  },
107477
107529
  currencyCell: {
107478
- placeholder: "Angi valuta"
107530
+ placeholder: "Skriv inn valuta"
107479
107531
  },
107480
107532
  linkCell: {
107481
107533
  externalLabel: "\xC5pne ekstern kobling"
@@ -107504,12 +107556,13 @@ var nb_NO_default = {
107504
107556
  },
107505
107557
  filterRenders: {
107506
107558
  dateFilter: {
107559
+ invalidDate: "Skriv inn en gyldig dato.",
107507
107560
  single: "Enslig",
107508
107561
  range: "Rekkevidde"
107509
107562
  }
107510
107563
  },
107511
107564
  groupCell: {
107512
- expand: "Utvid gruppe",
107565
+ expand: "Vis gruppe",
107513
107566
  collapse: "Skjul gruppe"
107514
107567
  },
107515
107568
  rowCheckbox: {
@@ -107532,7 +107585,7 @@ var pl_PL_default = {
107532
107585
  title: "Obecnie nie ma pozycji do wy\u015Bwietlenia",
107533
107586
  itemsTitle: "Obecnie nie ma %{itemsLabel} do wy\u015Bwietlenia",
107534
107587
  tooltip: "Przycisk: %{featureName} zostanie w\u0142\u0105czony, gdy dodasz informacje do: %{tableName}",
107535
- searchTooltip: "Wyszukiwanie zostanie w\u0142\u0105czone po dodaniu informacji do %{tableName}",
107588
+ searchTooltip: "Wyszukiwanie zostanie w\u0142\u0105czone po dodaniu informacji do: %{tableName}",
107536
107589
  featureFilter: "Filtruj",
107537
107590
  featureQuickFilter: "Szybki filtr",
107538
107591
  featureGroupBy: "Grupuj wed\u0142ug",
@@ -107685,6 +107738,7 @@ var pl_PL_default = {
107685
107738
  },
107686
107739
  filterRenders: {
107687
107740
  dateFilter: {
107741
+ invalidDate: "Wprowad\u017A prawid\u0142ow\u0105 dat\u0119.",
107688
107742
  single: "Pojedyncze",
107689
107743
  range: "Zakres"
107690
107744
  }
@@ -107866,6 +107920,7 @@ var pseudo_default = {
107866
107920
  },
107867
107921
  filterRenders: {
107868
107922
  dateFilter: {
107923
+ invalidDate: "[\u1E16\u1E16\u1E16\u1E16\u019E\u0167\u1E17\u0159 \xB7 \u0227 \xB7 \u1E7D\u0227\u0140\u012B\u1E13 \xB7 \u1E13\u0227\u0167\u1E17....]",
107869
107924
  single: "[\u015E\u015E\u012B\u019E\u0260\u0140\u1E17\u1E17]",
107870
107925
  range: "[\u0158\u0227\u019E\u0260\u1E17]"
107871
107926
  }
@@ -108047,6 +108102,7 @@ var pt_BR_default = {
108047
108102
  },
108048
108103
  filterRenders: {
108049
108104
  dateFilter: {
108105
+ invalidDate: "Insira uma data v\xE1lida.",
108050
108106
  single: "\xDAnico",
108051
108107
  range: "Intervalo"
108052
108108
  }
@@ -108075,7 +108131,7 @@ var pt_PT_default = {
108075
108131
  title: "N\xE3o h\xE1 itens para apresentar neste momento",
108076
108132
  itemsTitle: "N\xE3o h\xE1 %{itemsLabel} para apresentar neste momento",
108077
108133
  tooltip: "O bot\xE3o %{featureName} ser\xE1 ativado quando adicionar informa\xE7\xF5es a %{tableName}",
108078
- searchTooltip: "A pesquisa ser\xE1 ativada quando adicionar informa\xE7\xF5es a: %{tableName}",
108134
+ searchTooltip: "A pesquisa ser\xE1 ativada quando adicionar informa\xE7\xF5es \xE0 %{tableName}",
108079
108135
  featureFilter: "Filtro",
108080
108136
  featureQuickFilter: "Filtro r\xE1pido",
108081
108137
  featureGroupBy: "Agrupar por",
@@ -108181,7 +108237,7 @@ var pt_PT_default = {
108181
108237
  large: "Grande",
108182
108238
  tableSettings: "Defini\xE7\xF5es de tabela",
108183
108239
  groupBy: "Agrupar por:",
108184
- reset: "Redefinir",
108240
+ reset: "Repor",
108185
108241
  selectColumnGroup: "Selecionar uma coluna para agrupar",
108186
108242
  configure: "Configurar"
108187
108243
  },
@@ -108228,7 +108284,8 @@ var pt_PT_default = {
108228
108284
  },
108229
108285
  filterRenders: {
108230
108286
  dateFilter: {
108231
- single: "\xDAnico",
108287
+ invalidDate: "Introduza uma data v\xE1lida.",
108288
+ single: "\xDAnica",
108232
108289
  range: "Intervalo"
108233
108290
  }
108234
108291
  },
@@ -108409,6 +108466,7 @@ var th_TH_default = {
108409
108466
  },
108410
108467
  filterRenders: {
108411
108468
  dateFilter: {
108469
+ invalidDate: "\u0E01\u0E23\u0E38\u0E13\u0E32\u0E1B\u0E49\u0E2D\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",
108412
108470
  single: "\u0E40\u0E14\u0E35\u0E48\u0E22\u0E27",
108413
108471
  range: "\u0E41\u0E19\u0E27"
108414
108472
  }
@@ -108436,8 +108494,8 @@ var zh_SG_default = {
108436
108494
  description: "\u56E2\u961F\u521B\u5EFA\u9879\u540E\uFF0C\u53EF\u4EE5\u5728\u6B64\u5904\u8BBF\u95EE\u5B83\u4EEC\u3002 ",
108437
108495
  title: "\u5F53\u524D\u6CA1\u6709\u53EF\u663E\u793A\u7684\u9879",
108438
108496
  itemsTitle: "\u5F53\u524D\u6CA1\u6709\u53EF\u663E\u793A\u7684%{itemsLabel}",
108439
- tooltip: "\u4F60\u5C06\u4FE1\u606F\u6DFB\u52A0\u5230 %{tableName} \u540E\uFF0C\u7CFB\u7EDF\u5C06\u542F\u7528%{featureName}\u6309\u94AE",
108440
- searchTooltip: "\u4E00\u65E6\u60A8\u5C06\u4FE1\u606F\u6DFB\u52A0\u5230%{tableName}\u641C\u7D22\u529F\u80FD\u5C31\u4F1A\u542F\u7528",
108497
+ tooltip: "\u5C06\u4FE1\u606F\u6DFB\u52A0\u5230%{tableName}\u540E\uFF0C%{featureName}\u6309\u94AE\u5C31\u4F1A\u542F\u7528",
108498
+ searchTooltip: "\u5C06\u4FE1\u606F\u6DFB\u52A0\u5230%{tableName}\u540E\uFF0C\u641C\u7D22\u529F\u80FD\u5C31\u4F1A\u542F\u7528",
108441
108499
  featureFilter: "\u7B5B\u9009\u5668",
108442
108500
  featureQuickFilter: "\u5FEB\u901F\u7B5B\u9009",
108443
108501
  featureGroupBy: "\u5206\u7EC4\u4F9D\u636E",
@@ -108590,6 +108648,7 @@ var zh_SG_default = {
108590
108648
  },
108591
108649
  filterRenders: {
108592
108650
  dateFilter: {
108651
+ invalidDate: "\u8BF7\u8F93\u5165\u6709\u6548\u7684\u65E5\u671F\u3002",
108593
108652
  single: "\u5355\u4E2A",
108594
108653
  range: "\u8303\u56F4"
108595
108654
  }
@@ -108653,7 +108712,7 @@ var zh_TW_default = {
108653
108712
  removeFilterToken: "\u79FB\u9664\u300C%{name}\u300D",
108654
108713
  locationFilter: {
108655
108714
  selectAll: "\u5168\u90E8\u9078\u53D6",
108656
- includeSublocations: "\u5305\u62EC\u5B50\u4F4D\u7F6E",
108715
+ includeSublocations: "\u5305\u62EC\u6B21\u8981\u5730\u9EDE",
108657
108716
  searchLocations: "\u641C\u5C0B\u5730\u9EDE",
108658
108717
  locations: "\u5730\u9EDE"
108659
108718
  },
@@ -108710,7 +108769,7 @@ var zh_TW_default = {
108710
108769
  hideColumn: "\u96B1\u85CF\u6B04\u4F4D",
108711
108770
  resetColumns: "\u91CD\u8A2D\u6B04\u4F4D",
108712
108771
  unGroupBy: "\u53D6\u6D88\u4F9D{{label}}\u5206\u7D44",
108713
- groupBy: "\u4F9D {{label}} \u5206\u7D44"
108772
+ groupBy: "\u4F9D{{label}}\u5206\u7D44"
108714
108773
  },
108715
108774
  grandTotals: "\u7E3D\u8A08",
108716
108775
  search: "\u641C\u5C0B",
@@ -108725,7 +108784,7 @@ var zh_TW_default = {
108725
108784
  tableSettings: "\u8868\u683C\u8A2D\u5B9A",
108726
108785
  groupBy: "\u5206\u7D44\u4F9D\u64DA\uFF1A",
108727
108786
  reset: "\u91CD\u8A2D",
108728
- selectColumnGroup: "\u9078\u53D6\u8981\u7D44\u6210\u7FA4\u7D44\u7684\u6B04\u4F4D",
108787
+ selectColumnGroup: "\u9078\u53D6\u5206\u7D44\u6B04\u4F4D",
108729
108788
  configure: "\u8A2D\u5B9A"
108730
108789
  },
108731
108790
  rowGroupToggle: {
@@ -108771,6 +108830,7 @@ var zh_TW_default = {
108771
108830
  },
108772
108831
  filterRenders: {
108773
108832
  dateFilter: {
108833
+ invalidDate: "\u8ACB\u8F38\u5165\u6709\u6548\u65E5\u671F\u3002",
108774
108834
  single: "\u55AE\u4E00",
108775
108835
  range: "\u7BC4\u570D"
108776
108836
  }
@@ -109727,10 +109787,10 @@ var GRAND_TOTAL_HEIGHT = rowSize.sm;
109727
109787
  var GROUP_FOOTER_HEIGHT = rowSize.sm;
109728
109788
  var CUSTOM_FOOTER_HEIGHT = rowSize.md;
109729
109789
  var HEADER_HEIGHT = rowSize.md;
109730
- var cx19 = classnames.bind(styles_default);
109790
+ var cx20 = classnames.bind(styles_default);
109731
109791
  var tableIcons = {
109732
109792
  rowDrag,
109733
- columnMoveMove: `<span class="ag-icon ${cx19(
109793
+ columnMoveMove: `<span class="ag-icon ${cx20(
109734
109794
  "col-drag-column-icon"
109735
109795
  )}">${rowDrag}</i>`
109736
109796
  };
@@ -110910,7 +110970,7 @@ var Table = (props) => {
110910
110970
  width: "100%",
110911
110971
  maxHeight: props.maxHeight && tableHeight < props.maxHeight ? void 0 : props.maxHeight
110912
110972
  },
110913
- className: cx19("data-table-container", "ag-theme-alpine", {
110973
+ className: cx20("data-table-container", "ag-theme-alpine", {
110914
110974
  "ag-suppress-column-virtualization": suppressColumnVirtualisation
110915
110975
  }),
110916
110976
  ref: combinedRef,
@@ -111102,13 +111162,13 @@ var ContextPanel = ({
111102
111162
  tabIndex: -1,
111103
111163
  role: "region",
111104
111164
  "aria-label": ariaLabel,
111105
- className: cx19("contextPanel", className, {
111165
+ className: cx20("contextPanel", className, {
111106
111166
  "contextPanel--hidden": !contextPanel.isVisible || contextPanel.content === "filters"
111107
111167
  }),
111108
111168
  "data-qa": "data-table-context-panel",
111109
111169
  ...props
111110
111170
  },
111111
- /* @__PURE__ */ React80.createElement(Box, { className: cx19("contextPanelWrapper"), display: "flex-column" }, contextPanel.content === "configuration" && /* @__PURE__ */ React80.createElement(ConfigurationPanel, null, children), contextPanel.content === "bulkEdit" && /* @__PURE__ */ React80.createElement(BulkEditPanel, null), contextPanel.content === "custom" && children)
111171
+ /* @__PURE__ */ React80.createElement(Box, { className: cx20("contextPanelWrapper"), display: "flex-column" }, contextPanel.content === "configuration" && /* @__PURE__ */ React80.createElement(ConfigurationPanel, null, children), contextPanel.content === "bulkEdit" && /* @__PURE__ */ React80.createElement(BulkEditPanel, null), contextPanel.content === "custom" && children)
111112
111172
  );
111113
111173
  };
111114
111174
  function isLastColumnInGroup(params) {
@@ -111234,7 +111294,7 @@ var StyledPanelSection = styled4(Panel.Section)`
111234
111294
  // src/Panels/Filters.tsx
111235
111295
  function noop5() {
111236
111296
  }
111237
- var cx20 = classnames.bind(styles_default);
111297
+ var cx21 = classnames.bind(styles_default);
111238
111298
  function isServerSideFilterGroups(_FiltersInGroup, isServerSideRowModel) {
111239
111299
  return isServerSideRowModel;
111240
111300
  }
@@ -111246,7 +111306,7 @@ var Filters = ({
111246
111306
  return /* @__PURE__ */ React80.createElement(
111247
111307
  "ol",
111248
111308
  {
111249
- className: cx20("filters-list"),
111309
+ className: cx21("filters-list"),
111250
111310
  "data-qa": "data-table-possible-filters-list"
111251
111311
  },
111252
111312
  filters.map((fieldName) => {
@@ -111281,7 +111341,7 @@ function FilterListItems(props) {
111281
111341
  return /* @__PURE__ */ React80.createElement(
111282
111342
  "ol",
111283
111343
  {
111284
- className: cx20("filters-list"),
111344
+ className: cx21("filters-list"),
111285
111345
  "data-qa": "data-table-possible-filters-list"
111286
111346
  },
111287
111347
  filtersInGroup.map((filterRecord) => {
@@ -111339,7 +111399,7 @@ function FiltersList(props) {
111339
111399
  return /* @__PURE__ */ React80.createElement(
111340
111400
  Box,
111341
111401
  {
111342
- className: cx20("filters-list"),
111402
+ className: cx21("filters-list"),
111343
111403
  "data-qa": "data-table-possible-filters-list-container"
111344
111404
  },
111345
111405
  filterGroups?.map((group2) => {
@@ -111395,14 +111455,14 @@ var BaseFiltersPanel = ({
111395
111455
  role: "region",
111396
111456
  "aria-label": I18n.t("dataTable.filters.filters"),
111397
111457
  style: { maxHeight: "100vh" },
111398
- className: cx20("contextPanel", className, {
111458
+ className: cx21("contextPanel", className, {
111399
111459
  "contextPanel--hidden": hidden
111400
111460
  }),
111401
111461
  "data-qa": "data-table-filters-context-panel",
111402
111462
  id: filtersPanelId,
111403
111463
  ...props
111404
111464
  },
111405
- /* @__PURE__ */ React80.createElement(Box, { className: cx20("contextPanelWrapper"), display: "flex-column" }, /* @__PURE__ */ React80.createElement(Panel, null, /* @__PURE__ */ React80.createElement(Panel.Header, { onClose: contextPanel.hide }, /* @__PURE__ */ React80.createElement(Panel.Title, null, I18n.t("dataTable.filters.filters")), /* @__PURE__ */ React80.createElement(
111465
+ /* @__PURE__ */ React80.createElement(Box, { className: cx21("contextPanelWrapper"), display: "flex-column" }, /* @__PURE__ */ React80.createElement(Panel, null, /* @__PURE__ */ React80.createElement(Panel.Header, { onClose: contextPanel.hide }, /* @__PURE__ */ React80.createElement(Panel.Title, null, I18n.t("dataTable.filters.filters")), /* @__PURE__ */ React80.createElement(
111406
111466
  Button,
111407
111467
  {
111408
111468
  "data-qa": "data-table-remove-all-filters",
@@ -111411,7 +111471,7 @@ var BaseFiltersPanel = ({
111411
111471
  variant: "tertiary"
111412
111472
  },
111413
111473
  I18n.t("dataTable.filters.clearAllFilters")
111414
- )), /* @__PURE__ */ React80.createElement(Panel.Body, { id: filtersBodyId, className: cx20("contextPanelBody") }, /* @__PURE__ */ React80.createElement(Panel.Section, null, children))))
111474
+ )), /* @__PURE__ */ React80.createElement(Panel.Body, { id: filtersBodyId, className: cx21("contextPanelBody") }, /* @__PURE__ */ React80.createElement(Panel.Section, null, children))))
111415
111475
  );
111416
111476
  };
111417
111477
  function ClientSideFiltersPanel(props) {
@@ -113029,7 +113089,7 @@ function mapColumnsToOptions(columnDefinitions) {
113029
113089
  };
113030
113090
  });
113031
113091
  }
113032
- var cx21 = classnames.bind(quickControlsStyles_default);
113092
+ var cx22 = classnames.bind(quickControlsStyles_default);
113033
113093
  var ClientSideSearch = ({
113034
113094
  onSearch,
113035
113095
  placeholder
@@ -113062,7 +113122,7 @@ var ClientSideSearch = ({
113062
113122
  disabled: hasNoContent,
113063
113123
  "data-qa": "data-table-search",
113064
113124
  value: internalValue,
113065
- className: cx21("search", {
113125
+ className: cx22("search", {
113066
113126
  "search--empty": !internalValue.length
113067
113127
  }),
113068
113128
  onChange,