@kengic/vue 0.21.4-beta.0 → 0.21.4-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,3 @@
1
+ import './KgVarConfig.less';
1
2
  declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
3
  export default _default;
@@ -1,5 +1,4 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgVarConfig.Modal.less';
3
2
  export declare const getProps: () => {
4
3
  visible: PropType<boolean>;
5
4
  'onUpdate:visible': PropType<(value: boolean) => void>;
@@ -1,12 +1,15 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgVarConfig.FormIDsModal.less';
3
2
  export declare const getProps: () => {
4
3
  visible: PropType<boolean>;
5
4
  'onUpdate:visible': PropType<(value: boolean) => void>;
6
5
  formIDs: PropType<string[]>;
7
6
  onKgOk: PropType<(formID: string) => void>;
8
7
  };
9
- export declare type IKgVarConfigFormIDsModalProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
8
+ export declare type KgVarConfigSelectFormIdModalProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
9
+ /**
10
+ * <p>界面标识选择弹窗.</p>
11
+ * <p>当前界面存在多个界面标识时, 需要用户手动选择要配置哪个弹窗.</p>
12
+ */
10
13
  declare const _default: import("vue").DefineComponent<{
11
14
  visible: PropType<boolean>;
12
15
  'onUpdate:visible': PropType<(value: boolean) => void>;
@@ -1,5 +1,4 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgVarConfig.Modal.Button.VarButton.less';
3
2
  export declare const FORM_ID__VAR_BUTTON = "kg-button.VarButton";
4
3
  export declare const getProps: () => {
5
4
  /** 主页面的页面标识. */
@@ -1,5 +1,4 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgVarConfig.Modal.Submit.VarSubmitField.less';
3
2
  export declare const FORM_ID__VAR_SUBMIT_FIELD = "kg-submit.VarSubmitField";
4
3
  export declare const getProps: () => {
5
4
  /** 主页面的页面标识. */
@@ -1,5 +1,4 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgVarConfig.Modal.Var.CreateModal.less';
3
2
  export declare const getProps: () => {
4
3
  visible: PropType<boolean>;
5
4
  'onUpdate:visible': PropType<(value: boolean) => void>;
@@ -1,3 +1,2 @@
1
- import './KgVarConfig.Modal.Var.VarVariableCatalog.less';
2
1
  declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3
2
  export default _default;
@@ -1,3 +1,2 @@
1
- import './KgVarConfig.Modal.Var.Vars.less';
2
1
  declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3
2
  export default _default;
@@ -1,3 +1,2 @@
1
- import './KgVarConfig.Modal.Var.less';
2
1
  declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3
2
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { InjectionKey, Ref } from 'vue';
2
2
  /** 正在被配置的界面标识. */
3
- export declare const DI_CONFIG_FORM_ID: InjectionKey<Ref<string | null>>;
3
+ export declare const DI__KG_VAR_CONFIG__HOST_FORM_ID: InjectionKey<Ref<string | null>>;
@@ -170,7 +170,7 @@ declare const _default: {
170
170
  variableName: string;
171
171
  variables: string;
172
172
  };
173
- KgVarConfigFormIDsModal: {
173
+ KgVarConfigSelectFormIdModal: {
174
174
  title: string;
175
175
  };
176
176
  KgVarConfigModalButton: {
@@ -169,7 +169,7 @@ declare const _default: {
169
169
  variableName: string;
170
170
  variables: string;
171
171
  };
172
- KgVarConfigFormIDsModal: {
172
+ KgVarConfigSelectFormIdModal: {
173
173
  title: string;
174
174
  };
175
175
  KgVarConfigModalButton: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.21.4-beta.0",
3
+ "version": "0.21.4-beta.1",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
@@ -1,3 +0,0 @@
1
- import { ColumnsType } from 'ant-design-vue/es/table';
2
- import { VarContext } from '../../../../apis/WMS/models';
3
- export declare const columns: () => ColumnsType<VarContext>;
@@ -1,3 +0,0 @@
1
- import { ColumnsType } from 'ant-design-vue/es/table';
2
- import { VarContext } from '../../../../apis/WMS/models';
3
- export declare const columns: () => ColumnsType<VarContext>;