@things-factory/board-ui 9.0.0-beta.21 → 9.0.0-beta.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,12 +16,12 @@
16
16
  - top-left, top-right, bottom-left, bottom-right, center
17
17
  - 팝업창의 크기는 현재 보드의 크기보다 커서는 안된다. 팝업 대상 보드의 크기가 현재 보드보다 크면, 팝업 대상 보드의 모든 내용을 보기 힘들게 된다.
18
18
  - 팝업창을 닫기 위해서는 팝업창 우측 상단의 'X' 클로즈 버튼을 누르거나, 대상 보드의 특정 컴포넌트의 탭이벤트가 'close current board'로 설정되어있다면, 해당 컴포넌트를 클릭해서 닫을 수 있다.
19
- - 'restore on leave(나갈 때 원상태로 복구)' 설정에 영향을 받지 않는다.
19
+ - 'reset on leave(나갈 때 원상태로 복구)' 설정에 영향을 받지 않는다.
20
20
  - 파라미터
21
21
  - target : 팝업창으로 보여줄 대상 보드를 보드목록에서 지정한다.
22
22
  - open infowindow
23
23
  - 'info-window' 컴포넌트에 설정된 내용으로 호버된 포인트에 근접한 위치에 인포윈도우를 띄워준다.
24
- - 'restore on leave(나갈 때 원상태로 복구)' 설정이 되어있으면, 마우스 포인트가 컴포넌트에서 벗어날 때 인포윈도우도 클로즈된다.
24
+ - 'reset on leave(나갈 때 원상태로 복구)' 설정이 되어있으면, 마우스 포인트가 컴포넌트에서 벗어날 때 인포윈도우도 클로즈된다.
25
25
  - 파라미터
26
26
  - target : 대상 인포윈도우의 아이디를 지정한다.
27
27
  - toggle target component data
@@ -45,7 +45,7 @@
45
45
  - target : value를 변경할 대상 컴포넌트
46
46
  - value : 대상 컴포넌트에 설정될 값 (문자열, 숫자 또는 오브젝트 타입을 지정할 수 있다)
47
47
 
48
- ## restore on leave (나갈 때 원상태로 복구)
48
+ ## reset on leave (나갈 때 원상태로 복구)
49
49
 
50
50
  마우스가 해당 컴포넌트를 벗어날 때, 다음의 효과는 취소되게 하는 설정이다.
51
51
 
@@ -16,12 +16,12 @@ Creates the effect of highlighting the component borders.
16
16
  - top-left, top-right, bottom-left, bottom-right, center
17
17
  - The size of the pop-up window should not be larger than the size of the current board. If the size of the pop-up target board is larger than the current board, it becomes difficult to see all the contents of the pop-up target board.
18
18
  - To close the pop-up window, press the'X' close button at the top right of the pop-up window, or if the tab event of a specific component of the target board is set to'close current board', you can click the component to close it.
19
- - Not affected by setting of 'restore on leave'
19
+ - Not affected by setting of 'reset on leave'
20
20
  - parameter
21
21
  - target : Specify the target board to show from list on the board.
22
22
  - open infowindow
23
23
  - 'info-window' With the content set in the component, the info window is opened at a location close to the hovered point.
24
- - When the mouse point leaves the component, the info window is also closed with setting of 'restore on leave'
24
+ - When the mouse point leaves the component, the info window is also closed with setting of 'reset on leave'
25
25
  - parameter
26
26
  - target : Specifies the ID of the target info window.
27
27
  - toggle target component data
@@ -42,12 +42,14 @@ Creates the effect of highlighting the component borders.
42
42
  - Change the 'value' of the target component with the set value.
43
43
  - Usually, changing the value of a component has the effect of triggering a specified action of the target component.
44
44
  - parameter
45
- - target : Target component to change value
45
+ - target : Target component to change value
46
46
  - value : Value to be set in the target component (string, number or object type can be specified)
47
47
 
48
48
  ### target
49
+
49
50
  - The target board or component, target editor will be changed by selected action, it can be 'board list' or 'component drop down'
50
- ### restore on leave
51
+
52
+ ### reset on leave
51
53
 
52
54
  When the mouse leaves the component, the following effect is a setting to cancel.
53
55
 
@@ -16,12 +16,12 @@
16
16
  - top-left, top-right, bottom-left, bottom-right, center
17
17
  - 팝업창의 크기는 현재 보드의 크기보다 커서는 안된다. 팝업 대상 보드의 크기가 현재 보드보다 크면, 팝업 대상 보드의 모든 내용을 보기 힘들게 된다.
18
18
  - 팝업창을 닫기 위해서는 팝업창 우측 상단의 'X' 클로즈 버튼을 누르거나, 대상 보드의 특정 컴포넌트의 탭이벤트가 'close current board'로 설정되어있다면, 해당 컴포넌트를 클릭해서 닫을 수 있다.
19
- - 'restore on leave(나갈 때 원상태로 복구)' 설정에 영향을 받지 않는다.
19
+ - 'reset on leave(나갈 때 원상태로 복구)' 설정에 영향을 받지 않는다.
20
20
  - 파라미터
21
21
  - target : 팝업창으로 보여줄 대상 보드를 보드목록에서 지정한다.
22
22
  - open infowindow
23
23
  - 'info-window' 컴포넌트에 설정된 내용으로 호버된 포인트에 근접한 위치에 인포윈도우를 띄워준다.
24
- - 'restore on leave(나갈 때 원상태로 복구)' 설정이 되어있으면, 마우스 포인트가 컴포넌트에서 벗어날 때 인포윈도우도 클로즈된다.
24
+ - 'reset on leave(나갈 때 원상태로 복구)' 설정이 되어있으면, 마우스 포인트가 컴포넌트에서 벗어날 때 인포윈도우도 클로즈된다.
25
25
  - 파라미터
26
26
  - target : 대상 인포윈도우의 아이디를 지정한다.
27
27
  - toggle target component data
@@ -45,7 +45,7 @@
45
45
  - target : value를 변경할 대상 컴포넌트
46
46
  - value : 대상 컴포넌트에 설정될 값 (문자열, 숫자 또는 오브젝트 타입을 지정할 수 있다)
47
47
 
48
- ## restore on leave (나갈 때 원상태로 복구)
48
+ ## reset on leave (나갈 때 원상태로 복구)
49
49
 
50
50
  마우스가 해당 컴포넌트를 벗어날 때, 다음의 효과는 취소되게 하는 설정이다.
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/board-ui",
3
- "version": "9.0.0-beta.21",
3
+ "version": "9.0.0-beta.22",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -45,5 +45,5 @@
45
45
  "@things-factory/fav-base": "^9.0.0-beta.21",
46
46
  "@things-factory/utils": "^9.0.0-beta.19"
47
47
  },
48
- "gitHead": "c06587776650048bf08e5507fe629627ea9bdf8a"
48
+ "gitHead": "5a73fcf4ae2985e1d87808d95b6dab16586d76f7"
49
49
  }
@@ -243,7 +243,10 @@
243
243
  "label.duration": "Duration",
244
244
  "label.email-id": "email ID",
245
245
  "label.email_address": "Email Address",
246
- "label.emphasize": "Emphasize",
246
+ "label.emphasize": "emphasize",
247
+ "label.emphasize-animation": "emphasize animation",
248
+ "label.emphasize-distance": "border gap",
249
+ "label.emphasize-line-width": "border width",
247
250
  "label.end-alpha": "End Alpha",
248
251
  "label.end-angle": "end angle",
249
252
  "label.end-size": "end size",
@@ -282,6 +285,7 @@
282
285
  "label.horizontal": "horizontal",
283
286
  "label.hour-width": "Hour Width",
284
287
  "label.hover-event": "Hover Event",
288
+ "label.hover-action": "hover action",
285
289
  "label.href": "href",
286
290
  "label.id": "ID",
287
291
  "label.identifier": "Identifier",
@@ -429,7 +433,7 @@
429
433
  "label.requester": "requester",
430
434
  "label.reset-password": "Reset Password",
431
435
  "label.reset_password": "Reset Password",
432
- "label.restore-on-leave": "restore on leave",
436
+ "label.reset-on-leave": "reset on leave",
433
437
  "label.retain": "retain",
434
438
  "label.retention": "retention",
435
439
  "label.reverse": "reverse",
@@ -518,6 +522,7 @@
518
522
  "label.tab-active-index": "tab active index",
519
523
  "label.tab-reference": "tab reference",
520
524
  "label.tag": "tag",
525
+ "label.tap-action": "tap action",
521
526
  "label.tap-event": "Tap Event",
522
527
  "label.target": "target",
523
528
  "label.target-axis": "Target Axis",
@@ -248,6 +248,9 @@
248
248
  "label.email-id": "メールID",
249
249
  "label.email_address": "メール",
250
250
  "label.emphasize": "強調",
251
+ "label.emphasize-animation": "強調アニメーション",
252
+ "label.emphasize-distance": "強調距離",
253
+ "label.emphasize-line-width": "強調線幅",
251
254
  "label.end-alpha": "終了透明度",
252
255
  "label.end-angle": "端の角度",
253
256
  "label.end-size": "端のサイズ",
@@ -285,6 +288,7 @@
285
288
  "label.hide-rack-frame": "ラック フレーム非表示",
286
289
  "label.horizontal": "横",
287
290
  "label.hour-width": "時針の厚さ",
291
+ "label.hover-action": "ホバー アクション",
288
292
  "label.hover-event": "ホバー イベント",
289
293
  "label.href": "href",
290
294
  "label.id": "ID",
@@ -432,7 +436,7 @@
432
436
  "label.requester": "申請者",
433
437
  "label.reset-password": "暗号リセット",
434
438
  "label.reset_password": "パースワード リセット",
435
- "label.restore-on-leave": "出る時元の状態に復旧",
439
+ "label.reset-on-leave": "出る時元の状態に復旧",
436
440
  "label.retain": "維持",
437
441
  "label.retention": "維持期間",
438
442
  "label.reverse": "逆方向",
@@ -521,6 +525,7 @@
521
525
  "label.tab-active-index": "アクティブ タブ インデックス",
522
526
  "label.tab-reference": "タブ参照",
523
527
  "label.tag": "タグ",
528
+ "label.tap-action": "タップ アクション",
524
529
  "label.tap-event": "タブ イベント",
525
530
  "label.target": "対象",
526
531
  "label.target-axis": "対象軸",
@@ -248,6 +248,9 @@
248
248
  "label.email-id": "이메일 ID",
249
249
  "label.email_address": "메일",
250
250
  "label.emphasize": "강조",
251
+ "label.emphasize-animation": "강조 라인 애니메이션",
252
+ "label.emphasize-distance": "강조 라인 거리",
253
+ "label.emphasize-line-width": "강조 라인 두께",
251
254
  "label.end-alpha": "종료 투명도",
252
255
  "label.end-angle": "끝부분 각도",
253
256
  "label.end-size": "끝 크기",
@@ -285,6 +288,7 @@
285
288
  "label.hide-rack-frame": "랙 기둥 숨기기",
286
289
  "label.horizontal": "가로",
287
290
  "label.hour-width": "시침 두께",
291
+ "label.hover-action": "호버 액션",
288
292
  "label.hover-event": "호버 이벤트",
289
293
  "label.href": "href",
290
294
  "label.id": "ID",
@@ -432,7 +436,7 @@
432
436
  "label.requester": "신청자",
433
437
  "label.reset-password": "암호초기화",
434
438
  "label.reset_password": "비밀번호 초기화",
435
- "label.restore-on-leave": "나갈 때 원상태로 복구",
439
+ "label.reset-on-leave": "나갈 때 원상태로 복구",
436
440
  "label.retain": "유지",
437
441
  "label.retention": "유지기간",
438
442
  "label.reverse": "역방향",
@@ -521,6 +525,7 @@
521
525
  "label.tab-active-index": "활성탭 인덱스",
522
526
  "label.tab-reference": "탭 참조",
523
527
  "label.tag": "태그",
528
+ "label.tap-action": "탭 액션",
524
529
  "label.tap-event": "탭 이벤트",
525
530
  "label.target": "대상",
526
531
  "label.target-axis": "대상 축",
@@ -246,6 +246,9 @@
246
246
  "label.email-id": "邮件ID",
247
247
  "label.email_address": "邮件地址",
248
248
  "label.emphasize": "强调",
249
+ "label.emphasize-animation": "强调线动画",
250
+ "label.emphasize-distance": "强调线距离",
251
+ "label.emphasize-line-width": "强调线宽度",
249
252
  "label.end-alpha": "结束阿尔法",
250
253
  "label.end-angle": "结束角度",
251
254
  "label.end-size": "结束大小",
@@ -283,6 +286,7 @@
283
286
  "label.hide-rack-frame": "隐藏货架框",
284
287
  "label.horizontal": "水平对齐",
285
288
  "label.hour-width": "时针厚度",
289
+ "label.hover-action": "悬停操作",
286
290
  "label.hover-event": "悬停事件",
287
291
  "label.href": "href",
288
292
  "label.id": "ID",
@@ -431,7 +435,7 @@
431
435
  "label.requester": "申请人",
432
436
  "label.reset-password": "重置密码",
433
437
  "label.reset_password": "重置密码",
434
- "label.restore-on-leave": "离开时恢复",
438
+ "label.reset-on-leave": "离开时恢复",
435
439
  "label.retain": "保持",
436
440
  "label.retention": "保存期间",
437
441
  "label.reverse": "反转",
@@ -520,6 +524,7 @@
520
524
  "label.tab-active-index": "标签激活指数",
521
525
  "label.tab-reference": "标签参考",
522
526
  "label.tag": "标签",
527
+ "label.tap-action": "点击操作",
523
528
  "label.tap-event": "点击事件",
524
529
  "label.target": "目标",
525
530
  "label.target-axis": "对象轴",