@nocobase/client 1.3.25-beta → 1.3.27-beta

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.
@@ -9,7 +9,7 @@
9
9
  import React from 'react';
10
10
  export declare function ActionPage({ level }: {
11
11
  level: any;
12
- }): React.JSX.Element;
12
+ }): React.ReactPortal;
13
13
  export declare namespace ActionPage {
14
14
  var Footer: React.MemoExoticComponent<import("@formily/react").ReactFC<unknown>>;
15
15
  }
@@ -17,3 +17,4 @@ export declare const linkageAction: ({ operator, field, condition, variables, lo
17
17
  localVariables: VariableOption[];
18
18
  }) => Promise<any>;
19
19
  export declare const setInitialActionState: (field: any) => void;
20
+ export declare const antdDrawerZIndex = 100;
@@ -12,6 +12,6 @@ export * from './FixedBlockDesignerItem';
12
12
  export * from './Page';
13
13
  export * from './Page.Settings';
14
14
  export { PagePopups } from './PagePopups';
15
- export { storePopupContext, getStoredPopupContext } from './pagePopupUtils';
15
+ export { getStoredPopupContext, storePopupContext } from './pagePopupUtils';
16
16
  export * from './PageTab.Settings';
17
- export { PopupSettingsProvider } from './PopupSettingsProvider';
17
+ export { PopupSettingsProvider, usePopupSettings } from './PopupSettingsProvider';
@@ -31,6 +31,13 @@ export interface PopupContextStorage extends PopupContext {
31
31
  /** used to refresh data for block */
32
32
  service?: any;
33
33
  sourceId?: string;
34
+ /** Specifically prepared for the 'Table selected records' variable */
35
+ tableBlockContext?: {
36
+ field: any;
37
+ service: any;
38
+ rowKey: any;
39
+ collection: string;
40
+ };
34
41
  }
35
42
  export declare const getStoredPopupContext: (popupUid: string) => PopupContextStorage;
36
43
  /**
package/lib/index.css CHANGED
@@ -1 +1 @@
1
- @media (min-width: 768px){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--colorBgScrollTrack)}::-webkit-scrollbar-thumb{background:var(--colorBgScrollBar);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--colorBgScrollBarHover)}::-webkit-scrollbar-thumb:active{background:var(--colorBgScrollBarActive)}.rc-virtual-list-scrollbar-thumb{background:var(--colorBgScrollBar)!important}.rc-virtual-list-scrollbar-thumb:hover{background:var(--colorBgScrollBarHover)!important}.rc-virtual-list-scrollbar-thumb:active{background:var(--colorBgScrollBarActive)!important}}@media (max-width: 767px){.smooth-scroll{-webkit-overflow-scrolling:touch}}.ant-btn.ant-btn-danger{text-shadow:none;box-shadow:none}.ant-formily-item-label{color:#000000d9;font-weight:600}.ant-table-pagination.ant-pagination{margin-bottom:0!important}.ant-formily-item{font-size:inherit!important}.ant-formily-item-bordered-none .ant-formily-item-feedback-layout-loose{margin-bottom:0!important}.ant-formily-item-control-content-component .ant-tag{white-space:pre-wrap}html body{--adm-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
1
+ ::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--colorBgScrollTrack)}::-webkit-scrollbar-thumb{background:var(--colorBgScrollBar);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--colorBgScrollBarHover)}::-webkit-scrollbar-thumb:active{background:var(--colorBgScrollBarActive)}.rc-virtual-list-scrollbar-thumb{background:var(--colorBgScrollBar)!important}.rc-virtual-list-scrollbar-thumb:hover{background:var(--colorBgScrollBarHover)!important}.rc-virtual-list-scrollbar-thumb:active{background:var(--colorBgScrollBarActive)!important}.ant-btn.ant-btn-danger{text-shadow:none;box-shadow:none}.ant-formily-item-label{color:#000000d9;font-weight:600}.ant-table-pagination.ant-pagination{margin-bottom:0!important}.ant-formily-item{font-size:inherit!important}.ant-formily-item-bordered-none .ant-formily-item-feedback-layout-loose{margin-bottom:0!important}.ant-formily-item-control-content-component .ant-tag{white-space:pre-wrap}html body{--adm-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}