@fox-js/foxui-pc 4.0.1-27 → 4.0.1-28

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/style.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Tue Mar 14 2023 13:29:13 GMT+0800 (China Standard Time)
2
+ * @fox-js/foxui-desktop v4.0.0 Wed Mar 15 2023 09:05:55 GMT+0800 (China Standard Time)
3
3
  */
4
4
  const t = "";
5
5
  export {
@@ -277,6 +277,15 @@ export default _default;
277
277
  */
278
278
  export declare function defineBroadcast(name?: string, callbacks?: Record<string, BroadcastCallback>, proxy?: FoxComponentPublicInstance): Broadcast | null;
279
279
 
280
+ /**
281
+ * 安装config domain
282
+ * @param name 名称
283
+ * @param props 属性
284
+ * @param ignores 忽略的属性
285
+ * @returns
286
+ */
287
+ export declare function defineConfigDomain(name: string | null, props: Record<string, any>, ignores?: any[]): Domain;
288
+
280
289
  /**
281
290
  * 定义domain data item
282
291
  * @returns
@@ -452,6 +461,8 @@ export declare interface DomainItem {
452
461
  */
453
462
  export declare const DomainKey: unique symbol;
454
463
 
464
+ export declare const DomainProvider: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
465
+
455
466
  /**
456
467
  * event listener
457
468
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
- "version": "4.0.1-27",
3
+ "version": "4.0.1-28",
4
4
  "description": "FoxUI PC端组件库",
5
5
  "author": "jiangcheng",
6
6
  "main": "dist/index.umd.js",