@gct-paas/core-web 0.0.1-dev.24 → 0.0.1-dev.26

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.
@@ -1,10 +1,10 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormCheckSwitchProvider } from './gct-form-check-switch.provider.mjs';
3
3
  import { GctFormCheckSwitch as GctFormCheckSwitch$1 } from './gct-form-check-switch.mjs';
4
4
 
5
5
  "use strict";
6
6
  var GctFormCheckSwitch = widthEditorInstall(
7
- EditorType.CHECK_SWITCH,
7
+ EditorTypeOld.CHECK_SWITCH,
8
8
  () => new GctFormCheckSwitchProvider(),
9
9
  GctFormCheckSwitch$1
10
10
  );
@@ -1,10 +1,10 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormI18nProvider } from './gct-form-i18n.provider.mjs';
3
3
  import { GctFormI18n as GctFormI18n$1 } from './gct-form-i18n.mjs';
4
4
 
5
5
  "use strict";
6
6
  var GctFormI18n = widthEditorInstall(
7
- EditorType.I18N,
7
+ EditorTypeOld.I18N,
8
8
  () => new GctFormI18nProvider(),
9
9
  GctFormI18n$1
10
10
  );
@@ -1,4 +1,4 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormIconSelect as GctFormIconSelect$1 } from './gct-form-icon-select.mjs';
3
3
 
4
4
  "use strict";
@@ -6,7 +6,7 @@ class Provider {
6
6
  component = "gct-form-icon-select";
7
7
  }
8
8
  var GctFormIconSelect = widthEditorInstall(
9
- EditorType.ICON_SELECT,
9
+ EditorTypeOld.ICON_SELECT,
10
10
  () => new Provider(),
11
11
  GctFormIconSelect$1
12
12
  );
@@ -1,4 +1,4 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormInfo as GctFormInfo$1 } from './gct-form-info.mjs';
3
3
 
4
4
  "use strict";
@@ -6,7 +6,7 @@ class Provider {
6
6
  component = "gct-form-info";
7
7
  }
8
8
  var GctFormInfo = widthEditorInstall(
9
- EditorType.INFO,
9
+ EditorTypeOld.INFO,
10
10
  () => new Provider(),
11
11
  GctFormInfo$1
12
12
  );
@@ -1,10 +1,10 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormLengthUnit as GctFormLengthUnit$1 } from './gct-form-length-unit.mjs';
3
3
  import { GctFormLengthUnitProvider } from './gct-form-length-unit.provider.mjs';
4
4
 
5
5
  "use strict";
6
6
  var GctFormLengthUnit = widthEditorInstall(
7
- EditorType.LENGTH_UNIT,
7
+ EditorTypeOld.LENGTH_UNIT,
8
8
  () => new GctFormLengthUnitProvider(),
9
9
  GctFormLengthUnit$1
10
10
  );
@@ -1,10 +1,10 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormPickerProvider } from './gct-form-picker.provider.mjs';
3
3
  import { GctFormPicker as GctFormPicker$1 } from './gct-form-picker.mjs';
4
4
 
5
5
  "use strict";
6
6
  var GctFormPicker = widthEditorInstall(
7
- EditorType.PICKER,
7
+ EditorTypeOld.PICKER,
8
8
  () => new GctFormPickerProvider(),
9
9
  GctFormPicker$1
10
10
  );
@@ -1,10 +1,10 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormSelectProvider } from './gct-form-select.provider.mjs';
3
3
  import { GctFormSelect as GctFormSelect$1 } from './gct-form-select.mjs';
4
4
 
5
5
  "use strict";
6
6
  var GctFormSelect = widthEditorInstall(
7
- EditorType.SELECT,
7
+ EditorTypeOld.SELECT,
8
8
  () => new GctFormSelectProvider(),
9
9
  GctFormSelect$1
10
10
  );
@@ -1,10 +1,10 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormSpanProvider } from './gct-form-span.provider.mjs';
3
3
  import { GctFormSpan as GctFormSpan$1 } from './gct-form-span.mjs';
4
4
 
5
5
  "use strict";
6
6
  var GctFormSpan = widthEditorInstall(
7
- EditorType.SPAN,
7
+ EditorTypeOld.SPAN,
8
8
  () => new GctFormSpanProvider(),
9
9
  GctFormSpan$1
10
10
  );
@@ -1,10 +1,10 @@
1
- import { widthEditorInstall, EditorType } from '@gct-paas/core';
1
+ import { widthEditorInstall, EditorTypeOld } from '@gct-paas/core';
2
2
  import { GctFormTextareaProvider } from './gct-form-textarea.provider.mjs';
3
3
  import { GctFormTextarea as GctFormTextarea$1 } from './gct-form-textarea.mjs';
4
4
 
5
5
  "use strict";
6
6
  var GctFormTextarea = widthEditorInstall(
7
- EditorType.TEXTAREA,
7
+ EditorTypeOld.TEXTAREA,
8
8
  () => new GctFormTextareaProvider(),
9
9
  GctFormTextarea$1
10
10
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/core-web",
3
- "version": "0.0.1-dev.24",
3
+ "version": "0.0.1-dev.26",
4
4
  "type": "module",
5
5
  "description": "paas 平台网页端核心包",
6
6
  "main": "dist/index.min.cjs",
@@ -44,7 +44,7 @@
44
44
  "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
45
  },
46
46
  "dependencies": {
47
- "@gct-paas/core": "0.0.1-dev.24",
47
+ "@gct-paas/core": "0.0.1-dev.26",
48
48
  "@monaco-editor/loader": "^1.5.0",
49
49
  "ant-design-vue": "3.2.20",
50
50
  "lodash-es": "^4.17.21",
@@ -53,12 +53,12 @@
53
53
  "vue3-colorpicker": "^2.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@gct-paas/build": "0.0.1-dev.24",
57
- "@gct-paas/scss": "0.0.1-dev.24",
56
+ "@gct-paas/build": "0.0.1-dev.26",
57
+ "@gct-paas/scss": "0.0.1-dev.26",
58
58
  "sass": "^1.85.1"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "vue": "^3.x"
62
62
  },
63
- "gitHead": "5895cbe5a8291b9c5a85aeabf1e5ec41baf17457"
63
+ "gitHead": "9cf5a8ec2d96167b764307bd52e291073cbd6476"
64
64
  }