fix(vue-component): 从core中获取utils的方法

This commit is contained in:
roymondchen 2024-09-05 14:42:15 +08:00 committed by roymondchen
parent 368c9afc7f
commit d9ef4b91fa
12 changed files with 9 additions and 24 deletions

View File

@ -27,9 +27,7 @@
"@vue/composition-api": { "@vue/composition-api": {
"optional": true "optional": true
}, },
"@tmagic/schema": {
"optional": true
},
"typescript": { "typescript": {
"optional": true "optional": true
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "0.0.5", "version": "0.0.6",
"name": "@tmagic/vue-container", "name": "@tmagic/vue-container",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
@ -29,9 +29,6 @@
}, },
"@vue/composition-api": { "@vue/composition-api": {
"optional": true "optional": true
},
"@tmagic/schema": {
"optional": true
} }
} }
} }

View File

@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
import { getElById } from '@tmagic/utils'; import { getElById } from '@tmagic/core';
export default [ export default [
{ {

View File

@ -27,9 +27,6 @@
"@vue/composition-api": { "@vue/composition-api": {
"optional": true "optional": true
}, },
"@tmagic/schema": {
"optional": true
},
"typescript": { "typescript": {
"optional": true "optional": true
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "0.0.3", "version": "0.0.4",
"name": "@tmagic/vue-iterator-container", "name": "@tmagic/vue-iterator-container",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@ -15,8 +15,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import { NODE_CONDS_KEY } from '@tmagic/schema'; import { DATA_SOURCE_FIELDS_SELECT_VALUE_PREFIX, NODE_CONDS_KEY } from '@tmagic/core';
import { DATA_SOURCE_FIELDS_SELECT_VALUE_PREFIX } from '@tmagic/utils';
export default [ export default [
{ {

View File

@ -1,5 +1,5 @@
{ {
"version": "0.0.3", "version": "0.0.4",
"name": "@tmagic/vue-page-fragment", "name": "@tmagic/vue-page-fragment",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
import { getElById } from '@tmagic/utils'; import { getElById } from '@tmagic/core';
export default [ export default [
{ {

View File

@ -1,5 +1,5 @@
{ {
"version": "0.0.3", "version": "0.0.4",
"name": "@tmagic/vue-page", "name": "@tmagic/vue-page",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
import { getElById } from '@tmagic/utils'; import { getElById } from '@tmagic/core';
export default [ export default [
{ {

View File

@ -30,9 +30,6 @@
}, },
"@vue/composition-api": { "@vue/composition-api": {
"optional": true "optional": true
},
"@tmagic/schema": {
"optional": true
} }
}, },
"devDependencies": { "devDependencies": {

View File

@ -29,9 +29,6 @@
}, },
"@vue/composition-api": { "@vue/composition-api": {
"optional": true "optional": true
},
"@tmagic/schema": {
"optional": true
} }
} }
} }