提交 61eea350 编写于 作者: RedPig97's avatar RedPig97

update:名称更改

上级 8929b58f
<app-auto-complete
<appAutoComplete
name="{{item.codeName}}"
:data="state.data"
{{#if item.valueItemName}}
......
<app-checkbox-list
<appCheckboxList
name="{{item.codeName}}"
:data="state.data"
{{#if item.psEditor.disabled}}
......
<app-checkbox
<appCheckbox
name="{{item.codeName}}"
{{#if item.psEditor.disabled}}
:disabled="{{item.psEditor.disabled}}"
......
<app-code
<appCode
name="{{item.codeName}}"
{{#if item.psEditor.isReadOnly}}
:readonly="{{item.psEditor.isReadOnly}}"
......
<app-data-picker-view
<appDataPickerView
name="{{item.codeName}}"
:data="state.data"
{{#if item.valueItemName}}
......
<app-data-picker
<appDataPicker
name="{{item.codeName}}"
:data="state.data"
{{#if item.valueItemName}}
......
<app-date-picker
<appDatePicker
name="{{item.codeName}}"
{{#if item.psEditor.placeHolder}}
placeholder="{{item.psEditor.placeHolder}}"
......
<app-dropdown-list
<appDropdownList
name="{{item.codeName}}"
{{#if item.psEditor.codeList}}
codeListTag="{{item.psEditor.codeList.codeListTag}}"
......
<app-input-ip
<appInputIp
name="{{item.codeName}}"
{{#if item.psEditor.disabled}}
:disabled="{{item.psEditor.disabled}}"
......
<app-input
<appInput
name="{{item.codeName}}"
{{#if item.psEditor.placeHolder}}
placeholder="{{item.psEditor.placeHolder}}"
......
<app-list-box
<appListBox
name="{{item.codeName}}"
:data="state.data"
:server="state.controlService"
......
<app-radio-group
<appRadioGroup
name="{{item.codeName}}"
:data="state.data"
{{#if item.psEditor.codeList}}
......
<app-rating
<appRating
name="{{item.codeName}}"
{{#if item.psEditor.disabled}}
:disabled="{{item.psEditor.disabled}}"
......
<app-raw
<appRaw
name="{{item.codeName}}"
:date="state.data"
{{#if item.psEditor.editorParams.contentType}}
......
<app-rich-text
<appRichText
name="{{item.codeName}}"
{{#if item.psEditor.disabled}}
:disabled="{{item.psEditor.disabled}}"
......
<app-slider
<appSlider
name="{{item.codeName}}"
:date="state.data"
{{#if item.psEditor.disabled}}
......
<app-span
<appSpan
name="{{item.codeName}}"
{{#if item.psEditor.codeList}}
codeListTag="{{item.psEditor.codeList.codeListTag}}"
......
<app-stepper
<appStepper
name="{{item.codeName}}"
{{#if item.psEditor.disabled}}
:disabled="{{item.psEditor.disabled}}"
......
<app-switch
<appSwitch
name="{{item.codeName}}"
{{#if item.psEditor.disabled}}
:disabled="{{item.psEditor.disabled}}"
......
<app-upload
<appUpload
name="{{item.codeName}}"
{{#if item.psEditor.editorParams.method}}
method="{{item.psEditor.editorParams.method}}"
......
{{>@macro/front-end/editors/include-editor.hbs}}
{{#eq item.psLayoutPos 'FLEX'}}
<div style="flex-grow: {{#if item.psLayoutPos.grow}}{{item.psLayoutPos.grow}}{{else}}0{{/if}};">
<IbizFormItem v-show="state.detailsModel.{{item.codeName}}.visible" name="{{item.codeName}}" label="{{item.caption}}">
<AppFormItem v-show="state.detailsModel.{{item.codeName}}.visible" name="{{item.codeName}}" label="{{item.caption}}">
{{#if item.psEditor}}
{{>(lookup . 'item.psEditor.editorType') item=item ctrlType="form"}}
{{/if}}
</IbizFormItem>
</AppFormItem>
</div>
{{else}}
<a-col
{{> @macro/front-end/widgets/common/layout-pos.hbs item=item.psLayoutPos}} >
<IbizFormItem v-show="state.detailsModel.{{item.codeName}}.visible" name="{{item.codeName}}" label="{{item.caption}}">
<AppFormItem v-show="state.detailsModel.{{item.codeName}}.visible" name="{{item.codeName}}" label="{{item.caption}}">
{{#if item.psEditor}}
{{>(lookup . 'item.psEditor.editorType') item=item ctrlType="form"}}
{{/if}}
</IbizFormItem>
</AppFormItem>
</a-col>
{{/eq}}
\ No newline at end of file
......@@ -17,7 +17,7 @@ const props = withDefaults(defineProps<LayoutProps>(), {
</script>
<template>
<IbizIndexViewBaseLayout class="ibiz-index-view-layout--default">
<AppIndexViewBaseLayout class="ibiz-index-view-layout--default">
<template v-slot:header-left>
<slot name="caption"></slot>
</template>
......@@ -39,7 +39,7 @@ const props = withDefaults(defineProps<LayoutProps>(), {
<template v-slot:content>
<slot name="router" />
</template>
</IbizIndexViewBaseLayout>
</AppIndexViewBaseLayout>
</template>
<style lang="scss">
......
......@@ -3,7 +3,7 @@
</script>
<template>
<IbizViewBaseLayout>
<AppViewBaseLayout>
<template v-slot:header-left>
<slot name="caption" />
</template>
......@@ -21,7 +21,7 @@
<template v-slot:footer-content>
<slot name="bottomMessage" />
</template>
</IbizViewBaseLayout>
</AppViewBaseLayout>
</template>
<style lang="scss">
......
......@@ -3,7 +3,7 @@
</script>
<template>
<IbizViewBaseLayout>
<AppViewBaseLayout>
<template v-slot:header-left>
<slot name="caption" />
</template>
......@@ -21,7 +21,7 @@
<template v-slot:footer-content>
<slot name="bottomMessage" />
</template>
</IbizViewBaseLayout>
</AppViewBaseLayout>
</template>
<style lang="scss">
......
......@@ -3,7 +3,7 @@
</script>
<template>
<IbizViewBaseLayout>
<AppViewBaseLayout>
<template v-slot:header-left>
<slot name="caption" />
</template>
......@@ -22,7 +22,7 @@
<slot name="bottomMessage" />
<slot name="footer" />
</template>
</IbizViewBaseLayout>
</AppViewBaseLayout>
</template>
<style lang="scss">
......
<script setup lang="ts"></script>
<template>
<IbizViewBaseLayout>
<AppViewBaseLayout>
<template v-slot:header-left>
<slot name="caption" />
</template>
......@@ -20,7 +20,7 @@
<slot name="bottomMessage" />
<slot name="footer" />
</template>
</IbizViewBaseLayout>
</AppViewBaseLayout>
</template>
<style lang="scss">
......
......@@ -3,7 +3,7 @@
</script>
<template>
<IbizViewBaseLayout>
<AppViewBaseLayout>
<template v-slot:header-left>
<slot name="caption" />
</template>
......@@ -21,7 +21,7 @@
<template v-slot:footer-content>
<slot name="bottomMessage" />
</template>
</IbizViewBaseLayout>
</AppViewBaseLayout>
</template>
<style lang="scss">
......
@use './ibiz-view-base-layout.scss';
@use './ibiz-index-view-base-layout.scss';
\ No newline at end of file
@use './app-view-base-layout.scss';
@use './app-index-view-base-layout.scss';
\ No newline at end of file
......@@ -2,7 +2,7 @@ import { Subject } from 'rxjs';
import Router from '@/router';
import Antd from 'ant-design-vue';
import AppDrawerComponent from "./app-drawer.vue";
import IbizLoading from '@components/render/IbizLoading.vue';
import AppLoading from '@components/render/app-loading.vue';
import { IParam, ViewDetail } from '@core';
export class AppDrawer {
......@@ -62,7 +62,7 @@ export class AppDrawer {
// 工厂函数
loader: modules['../../page' + dir + '/index.ts'],
// 加载异步组件时要使用的组件
loadingComponent: IbizLoading,
loadingComponent: AppLoading,
// 在显示 loadingComponent 之前的延迟 | 默认值:200(单位 ms)
delay: 0,
});
......
......@@ -2,7 +2,7 @@ import { Subject } from 'rxjs';
import Router from '@/router';
import Antd from 'ant-design-vue';
import AppModalComponent from "./app-modal.vue";
import IbizLoading from '@components/render/IbizLoading.vue';
import AppLoading from '@components/render/app-loading.vue';
import { IParam, ViewDetail } from '@core';
export class AppModal {
......@@ -70,7 +70,7 @@ export class AppModal {
// 工厂函数
loader: modules['../../page' + dir + '/index.ts'],
// 加载异步组件时要使用的组件
loadingComponent: IbizLoading,
loadingComponent: AppLoading,
// 在显示 loadingComponent 之前的延迟 | 默认值:200(单位 ms)
delay: 0,
});
......
......@@ -2,7 +2,7 @@ import { Subject } from 'rxjs';
import Router from '@/router';
import Antd from 'ant-design-vue';
import AppPopoverComponent from "./app-popover.vue";
import IbizLoading from '@components/render/IbizLoading.vue';
import AppLoading from '@components/render/app-loading.vue';
import { IParam, ViewDetail } from '@core';
import './app-popover.scss';
import { createPopper, Instance } from '@popperjs/core/lib/popper-lite.js';
......@@ -117,7 +117,7 @@ export class AppPopover {
// 工厂函数
loader: modules['../../page' + dir + '/index.ts'],
// 加载异步组件时要使用的组件
loadingComponent: IbizLoading,
loadingComponent: AppLoading,
// 在显示 loadingComponent 之前的延迟 | 默认值:200(单位 ms)
delay: 0,
});
......
......@@ -39,7 +39,7 @@ const collapsedChange = () => {
</script>
<template>
<IbizDefaultIndexViewLayout class="ibiz-index-view" :menuAlign="state.menuAlign" :collapsed="collapsed">
<AppDefaultIndexViewLayout class="ibiz-index-view" :menuAlign="state.menuAlign" :collapsed="collapsed">
<template #caption>
<div class="index-view-header">
\{{state.viewCaption}}
......@@ -68,7 +68,7 @@ const collapsedChange = () => {
<template #router>
<router-view />
</template>
</IbizDefaultIndexViewLayout>
</AppDefaultIndexViewLayout>
</template>
<style lang="scss">
......
......@@ -34,9 +34,9 @@ const { state, form, handleToolbarEvent } = new EditView(ViewConfig, props, emit
</script>
<template>
<IbizEditViewLayout :class="['ibiz-edit-view', state.viewSysCss]">
<AppEditViewLayout :class="['ibiz-edit-view', state.viewSysCss]">
<template v-slot:caption>
<IbizIconText
<AppIconText
class="ibiz-view__caption"
size="large"
:subCaption="state.subCaption"
......@@ -47,7 +47,7 @@ const { state, form, handleToolbarEvent } = new EditView(ViewConfig, props, emit
{{#page.ctrls}}
{{#eq controlType "TOOLBAR"}}
<template v-slot:toolbar>
<IbizToolbar
<AppToolbar
mode="button"
name="{{lowerCase codeName}}"
:actionModel="state.toolbar"
......@@ -65,7 +65,7 @@ const { state, form, handleToolbarEvent } = new EditView(ViewConfig, props, emit
></{{codeName}}Form>
{{/eq}}
{{/page.ctrls}}
</IbizEditViewLayout>
</AppEditViewLayout>
</template>
<style lang="scss">
......
......@@ -37,14 +37,14 @@ const { state, grid, handleCtrlEvent, handleToolbarEvent } = new GridView(ViewCo
</script>
<template>
<IbizGridViewLayout class="ibiz-grid-view">
<AppGridViewLayout class="ibiz-grid-view">
<template v-slot:caption>
<IbizIconText class="ibiz-view__caption" size="large" :text="state.viewCaption" />
<AppIconText class="ibiz-view__caption" size="large" :text="state.viewCaption" />
</template>
{{#page.ctrls}}
{{#eq controlType "TOOLBAR"}}
<template v-slot:toolbar>
<IbizToolbar
<AppToolbar
mode="button"
name="{{lowerCase codeName}}"
:actionModel="state.toolbar"
......@@ -76,7 +76,7 @@ const { state, grid, handleCtrlEvent, handleToolbarEvent } = new GridView(ViewCo
></{{codeName}}Grid>
{{/eq}}
{{/page.ctrls}}
</IbizGridViewLayout>
</AppGridViewLayout>
</template>
<style lang="scss">
......
......@@ -36,9 +36,9 @@ const { state, confirm, handleCtrlEvent } = new PickupGridView(ViewConfig, props
</script>
<template>
<IbizPickerUpGridViewLayout class="ibiz-pickup-grid-view">
<AppPickerUpGridViewLayout class="ibiz-pickup-grid-view">
<template v-slot:header-left>
<IbizIconText class="ibiz-view__caption" size="large" :text="state.viewCaption" />
<AppIconText class="ibiz-view__caption" size="large" :text="state.viewCaption" />
</template>
{{#page.ctrls}}
{{#eq controlType "GRID"}}
......@@ -64,5 +64,5 @@ const { state, confirm, handleCtrlEvent } = new PickupGridView(ViewConfig, props
:viewSubject="state.viewSubject"
@ctrlEvent="handleCtrlEvent"
></MainGrid>
</IbizPickerUpGridViewLayout>
</AppPickerUpGridViewLayout>
</template>
......@@ -32,15 +32,15 @@ const { state, cancel, confirm,handleCtrlEvent } = new PickupView(ViewConfig, pr
</script>
<template>
<IbizPickerUpViewLayout class="ibiz-pickup-view">
<AppPickerUpViewLayout class="ibiz-pickup-view">
<template v-slot:header-left>
<IbizIconText class="ibiz-view__caption" size="large" :text="state.viewCaption" />
<AppIconText class="ibiz-view__caption" size="large" :text="state.viewCaption" />
</template>
{{#page.ctrls}}
{{#eq controlType "TOOLBAR"}}
<template v-slot:toolbar>
<IbizToolbar
<AppToolbar
mode="button"
name="{{lowerCase codeName}}"
:actionModel="state.viewToolbarModel"
......@@ -66,7 +66,7 @@ const { state, cancel, confirm,handleCtrlEvent } = new PickupView(ViewConfig, pr
<a-button @click="confirm">确认</a-button>
</a-space>
</template>
</IbizPickerUpViewLayout>
</AppPickerUpViewLayout>
</template>
<style lang="scss">
.ibiz-pickup-view {
......
......@@ -29,14 +29,14 @@ const { state, handleCtrlEvent, handleToolbarEvent } = new TreeExpView(ViewConfi
</script>
<template>
<IbizTreeExpViewLayout class="ibiz-tree-exp-view">
<AppTreeExpViewLayout class="ibiz-tree-exp-view">
<template v-slot:caption>
<IbizIconText class="ibiz-view__caption" size="large" :text="state.viewCaption" />
<AppIconText class="ibiz-view__caption" size="large" :text="state.viewCaption" />
</template>
{{#page.ctrls}}
{{#eq controlType "TOOLBAR"}}
<template v-slot:toolbar>
<IbizToolbar
<AppToolbar
mode="button"
name="{{lowerCase codeName}}"
:actionModel="state.toolbar"
......@@ -53,5 +53,5 @@ const { state, handleCtrlEvent, handleToolbarEvent } = new TreeExpView(ViewConfi
></{{codeName}}TreeExpBar>
{{/eq}}
{{/page.ctrls}}
</IbizTreeExpViewLayout>
</AppTreeExpViewLayout>
</template>
\ No newline at end of file
......@@ -29,7 +29,7 @@ defineExpose({ state, name: '{{ctrl.name}}' });
<template>
<a-menu class="ibiz-menu" v-model:openKeys="state.defaultOpens" v-model:selectedKeys="state.defaultSelect"
:mode="Object.is('LEFT', state.menuAlign) ? 'inline' : 'horizontal'" @select="menuSelect">
<IbizMenuItem :items="state.menus" :collapsed="collapsed" />
<AppMenuItem :items="state.menus" :collapsed="collapsed" />
</a-menu>
</template>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册