@tego/client 1.3.42 → 1.3.43

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/lib/index.d.ts CHANGED
@@ -2,8 +2,7 @@ export { APIClient, getSubAppName } from '@tachybase/sdk';
2
2
  export type { APIClientOptions, IResource } from '@tachybase/sdk';
3
3
  export { getRequireJs } from '@tachybase/requirejs';
4
4
  export type { RequireJS } from '@tachybase/requirejs';
5
- export { CollectionsGraph, Registry, convertUTCToLocal, dayjs, error, flatten, forEach, fuzzysearch, getDefaultFormat, getScrollParent, getValuesByPath, isArray, isPlainObject, isPortalInBody, isString, isURL, lodash, merge, moment2str, nextTick, parse, str2moment, toFixedByStep, toGmt, toLocal, uid, unflatten, } from '@tachybase/utils/client';
6
- export type { Dayjs } from '@tachybase/utils/client';
5
+ export { CollectionsGraph, Registry, convertUTCToLocal, error, flatten, forEach, fuzzysearch, getDefaultFormat, getScrollParent, getValuesByPath, isArray, isPlainObject, isPortalInBody, isString, isURL, merge, moment2str, nextTick, parse, str2moment, toFixedByStep, toGmt, toLocal, uid, unflatten, } from '@tachybase/utils/client';
7
6
  export { type ArrayBaseMixins, ArrayBase, ArrayCollapse, ArrayItems, ArrayTable, Checkbox, CodeEditor, CodeMirror, DatePicker, Editable, Form, FormButtonGroup, FormCollapse, FormDrawer, FormItem, FormLayout, FormTab, Input, Lightbox, NumberPicker, Radio, Reset, Space, Submit, Switch, TreeSelect, dayjsable, formatDayjsValue, useFormLayout, usePrefixCls, type IArrayBaseAdditionProps, } from '@tachybase/components';
8
7
  export type { ReactFC } from '@tachybase/schema';
9
8
  export { evaluate, evaluators, getOptions } from '@tachybase/evaluators/client';
package/lib/index.js CHANGED
@@ -46,7 +46,6 @@ __export(index_exports, {
46
46
  Switch: () => import_components.Switch,
47
47
  TreeSelect: () => import_components.TreeSelect,
48
48
  convertUTCToLocal: () => import_client.convertUTCToLocal,
49
- dayjs: () => import_client.dayjs,
50
49
  dayjsable: () => import_components.dayjsable,
51
50
  error: () => import_client.error,
52
51
  evaluate: () => import_client2.evaluate,
@@ -66,7 +65,6 @@ __export(index_exports, {
66
65
  isPortalInBody: () => import_client.isPortalInBody,
67
66
  isString: () => import_client.isString,
68
67
  isURL: () => import_client.isURL,
69
- lodash: () => import_client.lodash,
70
68
  merge: () => import_client.merge,
71
69
  moment2str: () => import_client.moment2str,
72
70
  nextTick: () => import_client.nextTick,
@@ -117,7 +115,6 @@ var import_client2 = require("@tachybase/evaluators/client");
117
115
  Switch,
118
116
  TreeSelect,
119
117
  convertUTCToLocal,
120
- dayjs,
121
118
  dayjsable,
122
119
  error,
123
120
  evaluate,
@@ -137,7 +134,6 @@ var import_client2 = require("@tachybase/evaluators/client");
137
134
  isPortalInBody,
138
135
  isString,
139
136
  isURL,
140
- lodash,
141
137
  merge,
142
138
  moment2str,
143
139
  nextTick,
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@tego/client",
3
- "version": "1.3.42",
3
+ "version": "1.3.43",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./lib/index.js",
7
7
  "types": "./lib/index.d.ts",
8
8
  "dependencies": {
9
- "@tachybase/evaluators": "1.3.42",
10
- "@tachybase/requirejs": "1.3.42",
11
- "@tachybase/components": "1.3.42",
12
- "@tachybase/schema": "1.3.42",
13
- "@tachybase/sdk": "1.3.42",
14
- "@tachybase/utils": "1.3.42"
9
+ "@tachybase/components": "1.3.43",
10
+ "@tachybase/evaluators": "1.3.43",
11
+ "@tachybase/requirejs": "1.3.43",
12
+ "@tachybase/sdk": "1.3.43",
13
+ "@tachybase/utils": "1.3.43",
14
+ "@tachybase/schema": "1.3.43"
15
15
  }
16
16
  }