- 사용자 정의 필드 필드 유형 변경시 기본값 항목 표시 오류 수정 폼에도 적용
- 입력 폼에서 탭키 안먹는 현상 수정
| | |
| | | }, g = function (t) { |
| | | "function" == typeof t.stopPropagation ? (t.stopPropagation(), t.preventDefault()) : e.event && e.event.hasOwnProperty("cancelBubble") && (e.event.cancelBubble = !0) |
| | | }; |
| | | a.hasClass = r, a.addClass = s, a.removeClass = l, a.escapeHtml = i, a._show = u, a.show = c, a._hide = d, a.hide = f, a.isDescendant = p, a.getTopMargin = m, a.fadeIn = v, a.fadeOut = y, a.fireClick = h, a.stopEventPropagation = g |
| | | a.hasClass = r, a.addClass = s, a.removeClass = l, a.escapeHtml = i, a._show = u, a.show = c, a._hide = d, a.hide = f, a.isDescendant = p, a.getTopMargin = m, a.fadeIn = v, a.fadeOut = y, a.fireClick = h |
| | | }, {}], 5: [function (t, o, a) { |
| | | Object.defineProperty(a, "__esModule", {value: !0}); |
| | | var r = t("./handle-dom"), s = t("./handle-swal-dom"), l = function (t, o, a) { |
| | |
| | | p = m; |
| | | break |
| | | } |
| | | 9 === i ? (f = -1 === p ? u : p === d.length - 1 ? d[0] : d[p + 1], r.stopEventPropagation(l), f.focus(), o.confirmButtonColor && s.setFocusStyle(f, o.confirmButtonColor)) : 13 === i ? ("INPUT" === f.tagName && (f = u, u.focus()), f = -1 === p ? u : n) : 27 === i && o.allowEscapeKey === !0 ? (f = c, r.fireClick(f, l)) : f = n |
| | | 9 === i ? (f = -1 === p ? u : p === d.length - 1 ? d[0] : d[p + 1], f.focus(), o.confirmButtonColor && s.setFocusStyle(f, o.confirmButtonColor)) : 13 === i ? ("INPUT" === f.tagName && (f = u, u.focus()), f = -1 === p ? u : n) : 27 === i && o.allowEscapeKey === !0 ? (f = c, r.fireClick(f, l)) : f = n |
| | | } |
| | | }; |
| | | a["default"] = l, o.exports = a["default"] |
| | |
| | | |
| | | <div class="form-group"> |
| | | <label for="customFieldModifyForm3"><span translate="customField.defaultValue">기본값</span> </label> |
| | | <input ng-if="vm.form.customFieldType == 'INPUT' || vm.form.customFieldType == 'SINGLE_SELECT' || vm.form.customFieldType == 'MULTI_SELECT'" |
| | | <input ng-show="vm.form.customFieldType == 'INPUT' || vm.form.customFieldType == 'SINGLE_SELECT' || vm.form.customFieldType == 'MULTI_SELECT'" |
| | | id="customFieldModifyForm3" |
| | | type="text" |
| | | name="defaultValue" |
| | |
| | | kr-input |
| | | autocomplete="off"> |
| | | |
| | | <input ng-if="vm.form.customFieldType == 'NUMBER'" |
| | | <input ng-show="vm.form.customFieldType == 'NUMBER'" |
| | | name="numberType" |
| | | type="text" |
| | | class="form-control" |
| | |
| | | translate="common.invalidNumberFormat">숫자만 입력 가능합니다. |
| | | </div> |
| | | |
| | | <input ng-if="vm.form.customFieldType == 'DATETIME'" |
| | | <input ng-show="vm.form.customFieldType == 'DATETIME'" |
| | | name="dateTime" |
| | | class="form-control input-readonly" |
| | | placeholder="{{'issue.clickToSelectDate' | translate}}" |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <input ng-if="vm.form.customFieldType == 'IP_ADDRESS'" |
| | | <input ng-show="vm.form.customFieldType == 'IP_ADDRESS'" |
| | | name="ipAddress" |
| | | type="text" |
| | | class="form-control" |
| | |
| | | translate="common.invalidipAdressFormat">IP주소 형식이 맞지 않습니다. |
| | | </div> |
| | | |
| | | <input ng-if="vm.form.customFieldType == 'EMAIL'" |
| | | <input ng-show="vm.form.customFieldType == 'EMAIL'" |
| | | name="email" |
| | | type="email" |
| | | class="form-control" |
| | |
| | | translate="common.invalidEmailFormat">이메일 형식이 맞지 않습니다. |
| | | </div> |
| | | |
| | | <input ng-if="vm.form.customFieldType == 'SITE'" |
| | | <input ng-show="vm.form.customFieldType == 'SITE'" |
| | | name="site" |
| | | type="text" |
| | | class="form-control" |
| | |
| | | translate="common.invalidSiteFormat">홈페이지 주소 형식이 맞지 않습니다.(http://로 시작하셔야합니다) |
| | | </div> |
| | | |
| | | <input ng-if="vm.form.customFieldType == 'TEL'" |
| | | <input ng-show="vm.form.customFieldType == 'TEL'" |
| | | name="tel" |
| | | type="text" |
| | | maxlength="30" |