@ahoo-wang/fetcher-viewer 3.8.0 → 3.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fetcher-viewer.css +1 -1
- package/dist/filter/panel/EditableFilterPanel.d.ts +2 -1
- package/dist/filter/panel/EditableFilterPanel.d.ts.map +1 -1
- package/dist/index.es.js +1640 -1242
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/table/ViewTable.d.ts +2 -1
- package/dist/table/ViewTable.d.ts.map +1 -1
- package/dist/table/cell/AvatarCell.d.ts +1 -1
- package/dist/table/cell/AvatarCell.d.ts.map +1 -1
- package/dist/table/cell/CurrencyCell.d.ts +1 -1
- package/dist/table/cell/CurrencyCell.d.ts.map +1 -1
- package/dist/table/cell/DateTimeCell.d.ts +1 -1
- package/dist/table/cell/DateTimeCell.d.ts.map +1 -1
- package/dist/table/cell/ImageGroupCell.d.ts +1 -1
- package/dist/table/cell/ImageGroupCell.d.ts.map +1 -1
- package/dist/table/cell/LinkCell.d.ts +1 -1
- package/dist/table/cell/LinkCell.d.ts.map +1 -1
- package/dist/table/cell/TagCell.d.ts +1 -1
- package/dist/table/cell/TagCell.d.ts.map +1 -1
- package/dist/table/cell/TagsCell.d.ts +1 -1
- package/dist/table/cell/TagsCell.d.ts.map +1 -1
- package/dist/table/cell/TextCell.d.ts +1 -1
- package/dist/table/cell/TextCell.d.ts.map +1 -1
- package/dist/table/cell/TypedCell.d.ts +0 -3
- package/dist/table/cell/TypedCell.d.ts.map +1 -1
- package/dist/table/types.d.ts +5 -24
- package/dist/table/types.d.ts.map +1 -1
- package/dist/topbar/AutoRefreshBarItem.d.ts +10 -0
- package/dist/topbar/AutoRefreshBarItem.d.ts.map +1 -0
- package/dist/topbar/ColumnHeightBarItem.d.ts +1 -3
- package/dist/topbar/ColumnHeightBarItem.d.ts.map +1 -1
- package/dist/topbar/Delimiter.d.ts +2 -0
- package/dist/topbar/Delimiter.d.ts.map +1 -0
- package/dist/topbar/FilterBarItem.d.ts +1 -3
- package/dist/topbar/FilterBarItem.d.ts.map +1 -1
- package/dist/topbar/RefreshDataBarItem.d.ts +1 -3
- package/dist/topbar/RefreshDataBarItem.d.ts.map +1 -1
- package/dist/topbar/ShareLinkBarItem.d.ts +1 -3
- package/dist/topbar/ShareLinkBarItem.d.ts.map +1 -1
- package/dist/topbar/TopBar.d.ts +14 -2
- package/dist/topbar/TopBar.d.ts.map +1 -1
- package/dist/topbar/types.d.ts.map +1 -1
- package/dist/types.d.ts +5 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/viewer/Viewer.d.ts +20 -4
- package/dist/viewer/Viewer.d.ts.map +1 -1
- package/dist/viewer/ViewerSharedValueContext.d.ts +4 -7
- package/dist/viewer/ViewerSharedValueContext.d.ts.map +1 -1
- package/dist/viewer/types.d.ts +15 -2
- package/dist/viewer/types.d.ts.map +1 -1
- package/package.json +6 -6
package/dist/fetcher-viewer.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._configurableColumnHeader_ywfm9_2{display:flex;justify-content:space-between}._item_59wbi_1{background-color:#fff;height:32px;display:flex;align-items:center;cursor:move}._item_59wbi_1._dragging_59wbi_9{background-color:#f5f5f5!important;transform:scale(1.01)!important;box-shadow:0 2px 8px #00000026!important;z-index:1000}._item_59wbi_1._dragging_59wbi_9:after{content:"";position:absolute;inset:0;background-color:#f5f5f5;pointer-events:none}._item_59wbi_1._dragOver_59wbi_26{background-color:#e6f7ff;border:2px dashed #1890ff}._tips_59wbi_31{font-size:14px;line-height:22px;padding:2px 0;color:#00000073}._groupTitle_59wbi_38{padding:6px 0}._personalViews_87mt3_3{background-color:#fff;width:220px;padding:16px;border-right:1px solid rgba(0,0,0,.06)}._container_87mt3_10{background-color:#fff;padding:16px}._topBar_87mt3_15{background-color:#fff;height:32px;padding:0}._pagination_87mt3_21{background-color:#fff;height:40px;padding:8px 0 0;display:flex;justify-content:space-between;align-items:center}._filterPanel_87mt3_30{background-color:#f4f6fa;padding:16px}._item_1c27u_1{width:24px;height:24px;color:#000000d9;text-align:center;line-height:24px;border-radius:2px;font-size:20px;cursor:pointer}._item_1c27u_1:hover{color:#3a62f0}._item_1c27u_1._active_1c27u_16{color:#fff;background-color:#3a62f0}
|
|
1
|
+
._configurableColumnHeader_ywfm9_2{display:flex;justify-content:space-between}._item_59wbi_1{background-color:#fff;height:32px;display:flex;align-items:center;cursor:move}._item_59wbi_1._dragging_59wbi_9{background-color:#f5f5f5!important;transform:scale(1.01)!important;box-shadow:0 2px 8px #00000026!important;z-index:1000}._item_59wbi_1._dragging_59wbi_9:after{content:"";position:absolute;inset:0;background-color:#f5f5f5;pointer-events:none}._item_59wbi_1._dragOver_59wbi_26{background-color:#e6f7ff;border:2px dashed #1890ff}._tips_59wbi_31{font-size:14px;line-height:22px;padding:2px 0;color:#00000073}._groupTitle_59wbi_38{padding:6px 0}._personalViews_87mt3_3{background-color:#fff;width:220px;padding:16px;border-right:1px solid rgba(0,0,0,.06)}._container_87mt3_10{background-color:#fff;padding:16px}._topBar_87mt3_15{background-color:#fff;height:32px;padding:0}._pagination_87mt3_21{background-color:#fff;height:40px;padding:8px 0 0;display:flex;justify-content:space-between;align-items:center}._filterPanel_87mt3_30{background-color:#f4f6fa;padding:16px}._item_1c27u_1{width:24px;height:24px;color:#000000d9;text-align:center;line-height:24px;border-radius:2px;font-size:20px;cursor:pointer}._item_1c27u_1:hover{color:#3a62f0}._item_1c27u_1._active_1c27u_16{color:#fff;background-color:#3a62f0}._topBar_1ytp0_1{display:flex;align-items:center;justify-content:space-between}._leftItems_1ytp0_7{line-height:32px}._rightItems_1ytp0_11{display:flex;gap:8px;height:32px;align-items:center}._barItemGroup_1ytp0_18{display:flex}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { AvailableFilterGroup } from './AvailableFilterSelect';
|
|
2
|
-
import { FilterPanelProps } from './FilterPanel';
|
|
2
|
+
import { ActiveFilter, FilterPanelProps } from './FilterPanel';
|
|
3
3
|
export interface EditableFilterPanelProps extends Omit<FilterPanelProps, 'actions'> {
|
|
4
4
|
availableFilters: AvailableFilterGroup[];
|
|
5
|
+
onChange?: (filters: ActiveFilter[]) => void;
|
|
5
6
|
}
|
|
6
7
|
export declare function EditableFilterPanel(props: EditableFilterPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
//# sourceMappingURL=EditableFilterPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditableFilterPanel.d.ts","sourceRoot":"","sources":["../../../src/filter/panel/EditableFilterPanel.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,oBAAoB,EAAmB,MAAM,yBAAyB,CAAC;AAGhF,OAAO,
|
|
1
|
+
{"version":3,"file":"EditableFilterPanel.d.ts","sourceRoot":"","sources":["../../../src/filter/panel/EditableFilterPanel.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,oBAAoB,EAAmB,MAAM,yBAAyB,CAAC;AAGhF,OAAO,EACL,YAAY,EACZ,gBAAgB,EAEjB,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,gBAAgB,EAChB,SAAS,CACV;IACC,gBAAgB,EAAE,oBAAoB,EAAE,CAAC;IACzC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,IAAI,CAAC;CAE9C;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,2CAgElE"}
|