Include paletx components 05/39005/1
authorYuanHu <yuan.hu1@zte.com.cn>
Tue, 27 Mar 2018 09:33:22 +0000 (17:33 +0800)
committerYuanHu <yuan.hu1@zte.com.cn>
Tue, 27 Mar 2018 09:33:22 +0000 (17:33 +0800)
commit8261a4ea8091c27b61ac581a852e2e18283b3cdd
treea2ca109f7600e9e0cbe73eb9139ffe6284be1159
parent573f32b362f4639928485d66feb1c0721109716b
Include paletx components

Include paletx components to WF Designer UI.

Issue-ID: SDC-1130,SDC-1131

Change-Id: Iad06b2dde8fc98d03a0e3633e829b686d75cafd0
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
46 files changed:
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/numberedFixLen.pipe.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.less [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.module.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover-config.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/time.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker-config.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.less [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/popup.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/positioning.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/triggers.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/util.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.spec.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-dismiss-reasons.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-ref.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-stack.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.spec.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.less [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.module.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.spec.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/index.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv4-validator.directive.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv6-validator.directive.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/max-validator.directive.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/min-validator.directive.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip-address.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.less [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.module.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-text-input/validate-on-blur.directive.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.spec.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.less [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.module.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.spec.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.ts [new file with mode: 0644]