提交 f805b769 编写于 作者: JunZai's avatar JunZai

update

上级 91b7d1a0
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
# Editor configuration, see https://editorconfig.org # Editor configuration, see https://editorconfig.org
root = true root = true
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
# See http://help.github.com/ignore-files/ for more about ignoring files. # See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output # compiled output
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1, "version": 1,
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. # This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see: # For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries # https://github.com/browserslist/browserslist#queries
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
// @ts-check // @ts-check
// Protractor configuration file, see link for more information // Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts // https://github.com/angular/protractor/blob/master/lib/config.ts
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { AppPage } from './app.po'; import { AppPage } from './app.po';
import { browser, logging } from 'protractor'; import { browser, logging } from 'protractor';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { browser, by, element } from 'protractor'; import { browser, by, element } from 'protractor';
export class AppPage { export class AppPage {
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"extends": "../tsconfig.json", "extends": "../tsconfig.json",
"compilerOptions": { "compilerOptions": {
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
// Karma configuration file, see link for more information // Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html // https://karma-runner.github.io/1.0/config/configuration-file.html
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"name": "test", "name": "test",
"version": "0.0.0", "version": "0.0.0",
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"name": "test", "name": "test",
"version": "0.0.0", "version": "0.0.0",
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"/": { "/": {
"target": "http://127.0.0.1:8080/AngularR6" "target": "http://127.0.0.1:8080/AngularR6"
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
.app-layout { .app-layout {
height: 100%; height: 100%;
> .ant-layout-content { > .ant-layout-content {
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { TestBed, async } from '@angular/core/testing'; import { TestBed, async } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing'; import { RouterTestingModule } from '@angular/router/testing';
import { AppComponent } from './app.component'; import { AppComponent } from './app.component';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component } from '@angular/core'; import { Component } from '@angular/core';
import { Router } from '@angular/router'; import { Router } from '@angular/router';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { BrowserModule } from '@angular/platform-browser'; import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<nz-checkbox-group [ngModel]="items" [nzDisabled]="disabled" (ngModelChange)="onValueChange()" [ngStyle]="{width: width + 'px'}"></nz-checkbox-group> <nz-checkbox-group [ngModel]="items" [nzDisabled]="disabled" (ngModelChange)="onValueChange()" [ngStyle]="{width: width + 'px'}"></nz-checkbox-group>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { NzCheckboxModule } from 'ng-zorro-antd/checkbox'; import { NzCheckboxModule } from 'ng-zorro-antd/checkbox';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<label nz-checkbox [ngModel]="itemValue" [disabled]="disabled" (ngModelChange)="onValueChange($event)"></label> <label nz-checkbox [ngModel]="itemValue" [disabled]="disabled" (ngModelChange)="onValueChange($event)"></label>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { NzCheckboxModule } from 'ng-zorro-antd/checkbox'; import { NzCheckboxModule } from 'ng-zorro-antd/checkbox';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<nz-date-picker [ngModel]="value" [nzShowTime]="isShowTime" [nzDisabled]="disabled" [nzPlaceHolder]="placeholder" (ngModelChange)="onValueChange($event)" [nzFormat]="valFormat" [ngStyle]="{width: width + 'px'}"></nz-date-picker> <nz-date-picker [ngModel]="value" [nzShowTime]="isShowTime" [nzDisabled]="disabled" [nzPlaceHolder]="placeholder" (ngModelChange)="onValueChange($event)" [nzFormat]="valFormat" [ngStyle]="{width: width + 'px'}"></nz-date-picker>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { NzDatePickerModule } from 'ng-zorro-antd/date-picker'; import { NzDatePickerModule } from 'ng-zorro-antd/date-picker';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<nz-upload <nz-upload
[nzMultiple]="isMultiple" [nzMultiple]="isMultiple"
[nzAction]="url" [nzAction]="url"
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { NgZorroAntdModule } from 'ng-zorro-antd'; import { NgZorroAntdModule } from 'ng-zorro-antd';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<div class="app-image-upload"> <div class="app-image-upload">
<nz-upload <nz-upload
nzShowButton nzShowButton
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { NgZorroAntdModule } from 'ng-zorro-antd'; import { NgZorroAntdModule } from 'ng-zorro-antd';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<nz-radio-group [(ngModel)]="itemValue" (ngModelChange)="onValueChange($event)" [ngStyle]="{width: width + 'px'}"> <nz-radio-group [(ngModel)]="itemValue" (ngModelChange)="onValueChange($event)" [ngStyle]="{width: width + 'px'}">
<label nz-radio *ngFor="let item of items" [nzDisabled]="disabled" [nzValue]="item.value">{{ item.text }}</label> <label nz-radio *ngFor="let item of items" [nzDisabled]="disabled" [nzValue]="item.value">{{ item.text }}</label>
</nz-radio-group> </nz-radio-group>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { NzRadioModule } from 'ng-zorro-antd/radio'; import { NzRadioModule } from 'ng-zorro-antd/radio';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<nz-select nzAllowClear [nzPlaceHolder]="placeholder" [ngModel]="itemValue" (ngModelChange)="onValueChange($event)" [ngStyle]="{width: width + 'px'}"> <nz-select nzAllowClear [nzPlaceHolder]="placeholder" [ngModel]="itemValue" (ngModelChange)="onValueChange($event)" [ngStyle]="{width: width + 'px'}">
<nz-option *ngFor="let item of items" [nzLabel]="item.text" [nzValue]="item.value"></nz-option> <nz-option *ngFor="let item of items" [nzLabel]="item.text" [nzValue]="item.value"></nz-option>
</nz-select> </nz-select>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { NzSelectModule } from 'ng-zorro-antd/select'; import { NzSelectModule } from 'ng-zorro-antd/select';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<nz-time-picker [ngModel]="itemValue" [nzDisabled]="disabled" [nzPlaceHolder]="placeholder" (ngModelChange)="onValueChange($event)" [nzFormat]="format" [ngStyle]="{width: width + 'px'}"></nz-time-picker> <nz-time-picker [ngModel]="itemValue" [nzDisabled]="disabled" [nzPlaceHolder]="placeholder" (ngModelChange)="onValueChange($event)" [nzFormat]="format" [ngStyle]="{width: width + 'px'}"></nz-time-picker>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { NzTimePickerModule } from 'ng-zorro-antd/time-picker'; import { NzTimePickerModule } from 'ng-zorro-antd/time-picker';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({ @Component({
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
/** /**
* 表单成员模型 * 表单成员模型
* *
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
import { FormTabPanelModel } from './form-tab-panel'; import { FormTabPanelModel } from './form-tab-panel';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { FormDetailModel } from './form-detail'; import { FormDetailModel } from './form-detail';
/** /**
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
export { FormButtonModel } from './form-button'; export { FormButtonModel } from './form-button';
export { FormPageModel } from './form-page'; export { FormPageModel } from './form-page';
export { FormItemModel } from './form-item'; export { FormItemModel } from './form-item';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
/** /**
* 平台工具类 * 平台工具类
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import { enableProdMode } from '@angular/core'; import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
/** /**
* This file includes polyfills needed by Angular and is loaded before the app. * This file includes polyfills needed by Angular and is loaded before the app.
* You can add your own extra polyfills to this file. * You can add your own extra polyfills to this file.
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
@import "../node_modules/ng-zorro-antd/ng-zorro-antd.less"; @import "../node_modules/ng-zorro-antd/ng-zorro-antd.less";
@import "../node_modules/font-awesome/less/font-awesome.less"; @import "../node_modules/font-awesome/less/font-awesome.less";
// The prefix to use on all css classes from ant. // The prefix to use on all css classes from ant.
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
// This file is required by karma.conf.js and loads recursively all the .spec and framework files // This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone-testing'; import 'zone.js/dist/zone-testing';
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"compilerOptions": { "compilerOptions": {
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"compileOnSave": false, "compileOnSave": false,
"compilerOptions": { "compilerOptions": {
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"compilerOptions": { "compilerOptions": {
......
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{ {
"extends": "tslint:recommended", "extends": "tslint:recommended",
"rules": { "rules": {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册