@chenchaolong/plugin-trade-compliance-workbench 1.0.0 → 1.0.1

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.
@@ -11,8 +11,8 @@ export declare const TOOL_NAMES: {
11
11
  readonly saveCustomerContractDraft: "trade_compliance_save_customer_contract_draft";
12
12
  readonly searchHsCode: "trade_compliance_search_hs_code";
13
13
  };
14
- export declare const MAIN_SLOT = "agent-workbench-main";
15
- export declare const FIXED_SLOT = "agent-workbench-fixed";
14
+ export declare const MAIN_SLOT = "agent.workbench.main";
15
+ export declare const FIXED_SLOT = "agent.workbench.fixed";
16
16
  export declare const TEMPLATE_VERSION = "fixed-v1";
17
17
  export declare const ICON = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2 3 5.5V11c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5.5L12 2Zm0 4.18 5 1.95V11c0 3.7-2.32 7.38-5 8.55C9.32 18.38 7 14.7 7 11V8.13l5-1.95Zm-1 2.32v3H8.5v2H11v3h2v-3h2.5v-2H13v-3h-2Z\"/></svg>";
18
18
  //# sourceMappingURL=constants.d.ts.map
@@ -11,8 +11,8 @@ export const TOOL_NAMES = {
11
11
  saveCustomerContractDraft: 'trade_compliance_save_customer_contract_draft',
12
12
  searchHsCode: 'trade_compliance_search_hs_code'
13
13
  };
14
- export const MAIN_SLOT = 'agent-workbench-main';
15
- export const FIXED_SLOT = 'agent-workbench-fixed';
14
+ export const MAIN_SLOT = 'agent.workbench.main';
15
+ export const FIXED_SLOT = 'agent.workbench.fixed';
16
16
  export const TEMPLATE_VERSION = 'fixed-v1';
17
17
  export const ICON = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2 3 5.5V11c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5.5L12 2Zm0 4.18 5 1.95V11c0 3.7-2.32 7.38-5 8.55C9.32 18.38 7 14.7 7 11V8.13l5-1.95Zm-1 2.32v3H8.5v2H11v3h2v-3h2.5v-2H13v-3h-2Z"/></svg>';
18
18
  //# sourceMappingURL=constants.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chenchaolong/plugin-trade-compliance-workbench",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "外贸合规工作台新版组织级插件",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",