@gct-paas/core-web 0.1.1 → 0.1.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/es/_virtual/_commonjsHelpers.mjs +1 -1
- package/es/editor/index.mjs +1 -1
- package/es/node_modules/.pnpm/{@vueuse_core@10.11.1_vue@3.5.13_typescript@5.8.2_ → @vueuse_core@10.11.1_vue@3.5.13_typescript@5.8.3_}/node_modules/@vueuse/core/index.mjs +3 -3
- package/es/node_modules/.pnpm/{@vueuse_shared@10.11.1_vue@3.5.13_typescript@5.8.2_ → @vueuse_shared@10.11.1_vue@3.5.13_typescript@5.8.3_}/node_modules/@vueuse/shared/index.mjs +1 -1
- package/es/node_modules/.pnpm/{vue3-colorpicker@2.3.0_@aesoper_normal-utils@0.1.5_@popperjs_core@2.11.8_@vueuse_core@10.11.1_67dx55qyw5ulzyggoxgyarn5m4 → vue3-colorpicker@2.3.0_@aesoper_normal-utils@0.1.5_@popperjs_core@2.11.8_@vueuse_core@1_9cfe46f6a11310063dbf07d888abdb76}/node_modules/vue3-colorpicker/index.es.mjs +3 -3
- package/package.json +6 -5
- /package/es/node_modules/.pnpm/{vue-demi@0.14.10_vue@3.5.13_typescript@5.8.2_ → vue-demi@0.14.10_vue@3.5.13_typescript@5.8.3_}/node_modules/vue-demi/lib/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{vue-types@3.0.2_vue@3.5.13_typescript@5.8.2_ → vue-types@3.0.2_vue@3.5.13_typescript@5.8.3_}/node_modules/vue-types/dist/vue-types.m.mjs +0 -0
|
@@ -13,7 +13,7 @@ function getDefaultExportFromNamespaceIfNotNamed (n) {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
function getAugmentedNamespace(n) {
|
|
16
|
-
if (n
|
|
16
|
+
if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
|
|
17
17
|
var f = n.default;
|
|
18
18
|
if (typeof f == "function") {
|
|
19
19
|
var a = function a () {
|
package/es/editor/index.mjs
CHANGED
|
@@ -15,7 +15,7 @@ import GctFormTextarea from './gct-form-textarea/index.mjs';
|
|
|
15
15
|
import GctFormRadio, { oldRadioCom } from './gct-form-radio/index.mjs';
|
|
16
16
|
import GctFormInfo from './gct-form-info/index.mjs';
|
|
17
17
|
import GctFormCheckbox, { oldCheckboxCom } from './gct-form-checkbox/index.mjs';
|
|
18
|
-
import { ColorPicker as re } from '../node_modules/.pnpm/vue3-colorpicker@2.3.0_@aesoper_normal-utils@0.1.5_@popperjs_core@2.11.8_@vueuse_core@
|
|
18
|
+
import { ColorPicker as re } from '../node_modules/.pnpm/vue3-colorpicker@2.3.0_@aesoper_normal-utils@0.1.5_@popperjs_core@2.11.8_@vueuse_core@1_9cfe46f6a11310063dbf07d888abdb76/node_modules/vue3-colorpicker/index.es.mjs';
|
|
19
19
|
import 'vue3-colorpicker/style.css';
|
|
20
20
|
|
|
21
21
|
"use strict";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { noop, makeDestructurable, camelize, toValue, isClient, isObject, tryOnScopeDispose, isIOS, tryOnMounted, notNullish, objectOmit, promiseTimeout, until, increaseWithUnit, objectEntries, createSingletonPromise, useTimeoutFn, pausableWatch as watchPausable, toRef, createEventHook, computedWithControl, timestamp, pausableFilter, ignorableWatch as watchIgnorable, debounceFilter, bypassFilter, createFilterWrapper, toRefs, useIntervalFn, containsProp, hasOwn, throttleFilter, useDebounceFn, useThrottleFn, clamp, syncRef, objectPick, tryOnUnmounted, watchWithFilter, tryOnBeforeUnmount, identity, isDef, isWorker } from '../../../../@vueuse_shared@10.11.1_vue@3.5.13_typescript@5.8.
|
|
2
|
-
export { assert, autoResetRef, computedEager, controlledRef, createGlobalState, createInjectionState, createReactiveFn, createSharedComposable, debouncedRef, debouncedWatch, directiveHooks, computedEager as eagerComputed, extendRef, formatDate, get, getLifeCycleTarget, hyphenate, injectLocal, invoke, isDefined, normalizeDate, now, provideLocal, rand, createReactiveFn as reactify, reactifyObject, reactiveComputed, reactiveOmit, reactivePick, autoResetRef as refAutoReset, debouncedRef as refDebounced, refDefault, refThrottled, refWithControl, resolveRef, resolveUnref, set, syncRefs, refThrottled as throttledRef, throttledWatch, toReactive, tryOnBeforeMount, useArrayDifference, useArrayEvery, useArrayFilter, useArrayFind, useArrayFindIndex, useArrayFindLast, useArrayIncludes, useArrayJoin, useArrayMap, useArrayReduce, useArraySome, useArrayUnique, useCounter, useDateFormat, debouncedRef as useDebounce, useInterval, useLastChanged, refThrottled as useThrottle, useTimeout, useToNumber, useToString, useToggle, watchArray, watchAtMost, debouncedWatch as watchDebounced, watchDeep, watchImmediate, watchOnce, throttledWatch as watchThrottled, watchTriggerable, whenever } from '../../../../@vueuse_shared@10.11.1_vue@3.5.13_typescript@5.8.
|
|
3
|
-
import { isVue3, isVue2, del, set } from '../../../../vue-demi@0.14.10_vue@3.5.13_typescript@5.8.
|
|
1
|
+
import { noop, makeDestructurable, camelize, toValue, isClient, isObject, tryOnScopeDispose, isIOS, tryOnMounted, notNullish, objectOmit, promiseTimeout, until, increaseWithUnit, objectEntries, createSingletonPromise, useTimeoutFn, pausableWatch as watchPausable, toRef, createEventHook, computedWithControl, timestamp, pausableFilter, ignorableWatch as watchIgnorable, debounceFilter, bypassFilter, createFilterWrapper, toRefs, useIntervalFn, containsProp, hasOwn, throttleFilter, useDebounceFn, useThrottleFn, clamp, syncRef, objectPick, tryOnUnmounted, watchWithFilter, tryOnBeforeUnmount, identity, isDef, isWorker } from '../../../../@vueuse_shared@10.11.1_vue@3.5.13_typescript@5.8.3_/node_modules/@vueuse/shared/index.mjs';
|
|
2
|
+
export { assert, autoResetRef, computedEager, controlledRef, createGlobalState, createInjectionState, createReactiveFn, createSharedComposable, debouncedRef, debouncedWatch, directiveHooks, computedEager as eagerComputed, extendRef, formatDate, get, getLifeCycleTarget, hyphenate, injectLocal, invoke, isDefined, normalizeDate, now, provideLocal, rand, createReactiveFn as reactify, reactifyObject, reactiveComputed, reactiveOmit, reactivePick, autoResetRef as refAutoReset, debouncedRef as refDebounced, refDefault, refThrottled, refWithControl, resolveRef, resolveUnref, set, syncRefs, refThrottled as throttledRef, throttledWatch, toReactive, tryOnBeforeMount, useArrayDifference, useArrayEvery, useArrayFilter, useArrayFind, useArrayFindIndex, useArrayFindLast, useArrayIncludes, useArrayJoin, useArrayMap, useArrayReduce, useArraySome, useArrayUnique, useCounter, useDateFormat, debouncedRef as useDebounce, useInterval, useLastChanged, refThrottled as useThrottle, useTimeout, useToNumber, useToString, useToggle, watchArray, watchAtMost, debouncedWatch as watchDebounced, watchDeep, watchImmediate, watchOnce, throttledWatch as watchThrottled, watchTriggerable, whenever } from '../../../../@vueuse_shared@10.11.1_vue@3.5.13_typescript@5.8.3_/node_modules/@vueuse/shared/index.mjs';
|
|
3
|
+
import { isVue3, isVue2, del, set } from '../../../../vue-demi@0.14.10_vue@3.5.13_typescript@5.8.3_/node_modules/vue-demi/lib/index.mjs';
|
|
4
4
|
import { isRef, ref, shallowRef, watchEffect, computed, inject, version, defineComponent, shallowReactive, h, Fragment, TransitionGroup, watch, getCurrentInstance, customRef, onUpdated, onMounted, readonly, nextTick, reactive, markRaw, unref, getCurrentScope, isReadonly, onBeforeUpdate } from 'vue';
|
|
5
5
|
|
|
6
6
|
function computedAsync(evaluationCallback, initialState, optionsOrRef) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVue3, isVue2, set as set$1 } from '../../../../vue-demi@0.14.10_vue@3.5.13_typescript@5.8.
|
|
1
|
+
import { isVue3, isVue2, set as set$1 } from '../../../../vue-demi@0.14.10_vue@3.5.13_typescript@5.8.3_/node_modules/vue-demi/lib/index.mjs';
|
|
2
2
|
import { shallowRef, watchEffect, readonly, ref, watch, customRef, getCurrentScope, onScopeDispose, effectScope, getCurrentInstance, provide, inject, version, isRef, unref, computed, reactive, toRefs as toRefs$1, toRef as toRef$1, onBeforeMount, nextTick, onBeforeUnmount, onMounted, onUnmounted, isReactive } from 'vue';
|
|
3
3
|
|
|
4
4
|
function computedEager(fn, options) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, watch, computed, pushScopeId, popScopeId, createElementVNode, createElementBlock, openBlock, normalizeClass, normalizeStyle, Fragment, renderList, getCurrentInstance, nextTick, createCommentVNode, withDirectives, vModelText, createTextVNode, toDisplayString, resolveComponent, createBlock, createVNode, onMounted, inject, vShow, renderSlot, provide, useSlots, withCtx, resolveDynamicComponent, mergeProps, Teleport } from 'vue';
|
|
2
|
-
import { useClipboard, useLocalStorage, onClickOutside } from '../../../@vueuse_core@10.11.1_vue@3.5.13_typescript@5.8.
|
|
2
|
+
import { useClipboard, useLocalStorage, onClickOutside } from '../../../@vueuse_core@10.11.1_vue@3.5.13_typescript@5.8.3_/node_modules/@vueuse/core/index.mjs';
|
|
3
3
|
import tinycolor from '../../../tinycolor2@1.6.0/node_modules/tinycolor2/esm/tinycolor.mjs';
|
|
4
4
|
import { n as nodeExports } from '../../../../../_virtual/node.mjs';
|
|
5
5
|
import '../../../@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/index.mjs';
|
|
6
|
-
import C from '../../../vue-types@3.0.2_vue@3.5.13_typescript@5.8.
|
|
6
|
+
import C from '../../../vue-types@3.0.2_vue@3.5.13_typescript@5.8.3_/node_modules/vue-types/dist/vue-types.m.mjs';
|
|
7
7
|
import { DOMUtils as Vn } from '../../../@aesoper_normal-utils@0.1.5/node_modules/@aesoper/normal-utils/NormalUtils.es.mjs';
|
|
8
8
|
import { merge } from 'lodash-es';
|
|
9
|
-
import { tryOnMounted, whenever, useDebounceFn } from '../../../@vueuse_shared@10.11.1_vue@3.5.13_typescript@5.8.
|
|
9
|
+
import { tryOnMounted, whenever, useDebounceFn } from '../../../@vueuse_shared@10.11.1_vue@3.5.13_typescript@5.8.3_/node_modules/@vueuse/shared/index.mjs';
|
|
10
10
|
import { createPopper } from '../../../@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/popper.mjs';
|
|
11
11
|
|
|
12
12
|
var qe = Object.defineProperty;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gct-paas/core-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "paas 平台网页端核心包",
|
|
6
6
|
"main": "dist/index.min.cjs",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"dev": "rollup -c -w --environment=NODE_ENV:development",
|
|
35
35
|
"build": "npm run lint && rollup -c --environment=NODE_ENV:production && vite build --mode production --config vite.config.ts",
|
|
36
36
|
"lint": "eslint src/",
|
|
37
|
+
"link2global": "pnpm link --global",
|
|
37
38
|
"publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
|
|
38
39
|
"publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
|
|
39
40
|
"publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
"gen-api:platform": "gct-paas gen-api --url=http://paas.paasdev.gct-paas.com --tag=platform -t ../cli/hbs-temp -o ./src/service/gct-platform && prettier './src/service/gct-platform' --write"
|
|
45
46
|
},
|
|
46
47
|
"dependencies": {
|
|
47
|
-
"@gct-paas/core": "0.1.
|
|
48
|
+
"@gct-paas/core": "0.1.2",
|
|
48
49
|
"@monaco-editor/loader": "^1.5.0",
|
|
49
50
|
"ant-design-vue": "3.2.20",
|
|
50
51
|
"lodash-es": "^4.17.21",
|
|
@@ -53,12 +54,12 @@
|
|
|
53
54
|
"vue3-colorpicker": "^2.3.0"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
|
-
"@gct-paas/build": "0.1.
|
|
57
|
-
"@gct-paas/scss": "0.1.
|
|
57
|
+
"@gct-paas/build": "0.1.2",
|
|
58
|
+
"@gct-paas/scss": "0.1.2",
|
|
58
59
|
"sass": "^1.85.1"
|
|
59
60
|
},
|
|
60
61
|
"peerDependencies": {
|
|
61
62
|
"vue": "^3.x"
|
|
62
63
|
},
|
|
63
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "d16ad2d01b1f566243002c25c90615ae8a0b36c2"
|
|
64
65
|
}
|
|
File without changes
|