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

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.23",
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": "85611aa256694f9d42d2203cb80089f7e95859e8"
49
49
  }
@@ -98,6 +98,7 @@
98
98
  "component.local-ref": "local reference",
99
99
  "component.model-layer": "canvas",
100
100
  "component.ortholine": "ortholine",
101
+ "component.pdf-page": "PDF page",
101
102
  "component.polygon": "polygon",
102
103
  "component.polyline": "polyline",
103
104
  "component.popup": "popup",
@@ -243,7 +244,10 @@
243
244
  "label.duration": "Duration",
244
245
  "label.email-id": "email ID",
245
246
  "label.email_address": "Email Address",
246
- "label.emphasize": "Emphasize",
247
+ "label.emphasize": "emphasize",
248
+ "label.emphasize-animation": "emphasize animation",
249
+ "label.emphasize-distance": "border gap",
250
+ "label.emphasize-line-width": "border width",
247
251
  "label.end-alpha": "End Alpha",
248
252
  "label.end-angle": "end angle",
249
253
  "label.end-size": "end size",
@@ -282,6 +286,7 @@
282
286
  "label.horizontal": "horizontal",
283
287
  "label.hour-width": "Hour Width",
284
288
  "label.hover-event": "Hover Event",
289
+ "label.hover-action": "hover action",
285
290
  "label.href": "href",
286
291
  "label.id": "ID",
287
292
  "label.identifier": "Identifier",
@@ -381,6 +386,7 @@
381
386
  "label.padding": "padding",
382
387
  "label.partial-spreading": "partial spreading",
383
388
  "label.passcode": "passcode",
389
+ "label.page": "page",
384
390
  "label.path": "path",
385
391
  "label.pattern": "pattern",
386
392
  "label.period": "period",
@@ -429,7 +435,7 @@
429
435
  "label.requester": "requester",
430
436
  "label.reset-password": "Reset Password",
431
437
  "label.reset_password": "Reset Password",
432
- "label.restore-on-leave": "restore on leave",
438
+ "label.reset-on-leave": "reset on leave",
433
439
  "label.retain": "retain",
434
440
  "label.retention": "retention",
435
441
  "label.reverse": "reverse",
@@ -518,6 +524,7 @@
518
524
  "label.tab-active-index": "tab active index",
519
525
  "label.tab-reference": "tab reference",
520
526
  "label.tag": "tag",
527
+ "label.tap-action": "tap action",
521
528
  "label.tap-event": "Tap Event",
522
529
  "label.target": "target",
523
530
  "label.target-axis": "Target Axis",
@@ -102,6 +102,7 @@
102
102
  "component.local-ref": "ローカル参照",
103
103
  "component.model-layer": "キャンバス",
104
104
  "component.ortholine": "オーソライン",
105
+ "component.pdf-page": "PDFページ",
105
106
  "component.polygon": "ポリゴン",
106
107
  "component.polyline": "ポリライン",
107
108
  "component.popup": "ポップアップ",
@@ -248,6 +249,9 @@
248
249
  "label.email-id": "メールID",
249
250
  "label.email_address": "メール",
250
251
  "label.emphasize": "強調",
252
+ "label.emphasize-animation": "強調アニメーション",
253
+ "label.emphasize-distance": "強調距離",
254
+ "label.emphasize-line-width": "強調線幅",
251
255
  "label.end-alpha": "終了透明度",
252
256
  "label.end-angle": "端の角度",
253
257
  "label.end-size": "端のサイズ",
@@ -285,6 +289,7 @@
285
289
  "label.hide-rack-frame": "ラック フレーム非表示",
286
290
  "label.horizontal": "横",
287
291
  "label.hour-width": "時針の厚さ",
292
+ "label.hover-action": "ホバー アクション",
288
293
  "label.hover-event": "ホバー イベント",
289
294
  "label.href": "href",
290
295
  "label.id": "ID",
@@ -384,6 +389,7 @@
384
389
  "label.padding": "余白",
385
390
  "label.partial-spreading": "部分的な拡散",
386
391
  "label.passcode": "パースコード",
392
+ "label.page": "ページ",
387
393
  "label.path": "経路",
388
394
  "label.pattern": "パターン",
389
395
  "label.period": "period",
@@ -432,7 +438,7 @@
432
438
  "label.requester": "申請者",
433
439
  "label.reset-password": "暗号リセット",
434
440
  "label.reset_password": "パースワード リセット",
435
- "label.restore-on-leave": "出る時元の状態に復旧",
441
+ "label.reset-on-leave": "出る時元の状態に復旧",
436
442
  "label.retain": "維持",
437
443
  "label.retention": "維持期間",
438
444
  "label.reverse": "逆方向",
@@ -521,6 +527,7 @@
521
527
  "label.tab-active-index": "アクティブ タブ インデックス",
522
528
  "label.tab-reference": "タブ参照",
523
529
  "label.tag": "タグ",
530
+ "label.tap-action": "タップ アクション",
524
531
  "label.tap-event": "タブ イベント",
525
532
  "label.target": "対象",
526
533
  "label.target-axis": "対象軸",
@@ -102,6 +102,7 @@
102
102
  "component.local-ref": "로컬 레퍼런스",
103
103
  "component.model-layer": "캔바스",
104
104
  "component.ortholine": "직교라인",
105
+ "component.pdf-page": "PDF 페이지",
105
106
  "component.polygon": "다각형",
106
107
  "component.polyline": "폴리라인",
107
108
  "component.popup": "팝업",
@@ -248,6 +249,9 @@
248
249
  "label.email-id": "이메일 ID",
249
250
  "label.email_address": "메일",
250
251
  "label.emphasize": "강조",
252
+ "label.emphasize-animation": "강조 라인 애니메이션",
253
+ "label.emphasize-distance": "강조 라인 거리",
254
+ "label.emphasize-line-width": "강조 라인 두께",
251
255
  "label.end-alpha": "종료 투명도",
252
256
  "label.end-angle": "끝부분 각도",
253
257
  "label.end-size": "끝 크기",
@@ -285,6 +289,7 @@
285
289
  "label.hide-rack-frame": "랙 기둥 숨기기",
286
290
  "label.horizontal": "가로",
287
291
  "label.hour-width": "시침 두께",
292
+ "label.hover-action": "호버 액션",
288
293
  "label.hover-event": "호버 이벤트",
289
294
  "label.href": "href",
290
295
  "label.id": "ID",
@@ -384,6 +389,7 @@
384
389
  "label.padding": "여백",
385
390
  "label.partial-spreading": "부분 전파",
386
391
  "label.passcode": "패스코드",
392
+ "label.page": "페이지",
387
393
  "label.path": "경로",
388
394
  "label.pattern": "패턴",
389
395
  "label.period": "기간",
@@ -432,7 +438,7 @@
432
438
  "label.requester": "신청자",
433
439
  "label.reset-password": "암호초기화",
434
440
  "label.reset_password": "비밀번호 초기화",
435
- "label.restore-on-leave": "나갈 때 원상태로 복구",
441
+ "label.reset-on-leave": "나갈 때 원상태로 복구",
436
442
  "label.retain": "유지",
437
443
  "label.retention": "유지기간",
438
444
  "label.reverse": "역방향",
@@ -521,6 +527,7 @@
521
527
  "label.tab-active-index": "활성탭 인덱스",
522
528
  "label.tab-reference": "탭 참조",
523
529
  "label.tag": "태그",
530
+ "label.tap-action": "탭 액션",
524
531
  "label.tap-event": "탭 이벤트",
525
532
  "label.target": "대상",
526
533
  "label.target-axis": "대상 축",
@@ -98,6 +98,7 @@
98
98
  "component.local-ref": "rujukan tempatan",
99
99
  "component.model-layer": "kainvas",
100
100
  "component.ortholine": "ortolin",
101
+ "component.pdf-page": "pdf page",
101
102
  "component.polygon": "poligon",
102
103
  "component.polyline": "polilin",
103
104
  "component.popup": "popup",
@@ -99,6 +99,7 @@
99
99
  "component.local-ref": "本地引用",
100
100
  "component.model-layer": "画布",
101
101
  "component.ortholine": "正交线",
102
+ "component.pdf-page": "PDF页面",
102
103
  "component.polygon": "多边形",
103
104
  "component.polyline": "多段线",
104
105
  "component.popup": "弹出窗口",
@@ -246,6 +247,9 @@
246
247
  "label.email-id": "邮件ID",
247
248
  "label.email_address": "邮件地址",
248
249
  "label.emphasize": "强调",
250
+ "label.emphasize-animation": "强调线动画",
251
+ "label.emphasize-distance": "强调线距离",
252
+ "label.emphasize-line-width": "强调线宽度",
249
253
  "label.end-alpha": "结束阿尔法",
250
254
  "label.end-angle": "结束角度",
251
255
  "label.end-size": "结束大小",
@@ -283,6 +287,7 @@
283
287
  "label.hide-rack-frame": "隐藏货架框",
284
288
  "label.horizontal": "水平对齐",
285
289
  "label.hour-width": "时针厚度",
290
+ "label.hover-action": "悬停操作",
286
291
  "label.hover-event": "悬停事件",
287
292
  "label.href": "href",
288
293
  "label.id": "ID",
@@ -383,6 +388,7 @@
383
388
  "label.padding": "间隔",
384
389
  "label.partial-spreading": "部分传播",
385
390
  "label.passcode": "密码",
391
+ "label.page": "页面",
386
392
  "label.path": "路径",
387
393
  "label.pattern": "图案",
388
394
  "label.period": "期间",
@@ -431,7 +437,7 @@
431
437
  "label.requester": "申请人",
432
438
  "label.reset-password": "重置密码",
433
439
  "label.reset_password": "重置密码",
434
- "label.restore-on-leave": "离开时恢复",
440
+ "label.reset-on-leave": "离开时恢复",
435
441
  "label.retain": "保持",
436
442
  "label.retention": "保存期间",
437
443
  "label.reverse": "反转",
@@ -520,6 +526,7 @@
520
526
  "label.tab-active-index": "标签激活指数",
521
527
  "label.tab-reference": "标签参考",
522
528
  "label.tag": "标签",
529
+ "label.tap-action": "点击操作",
523
530
  "label.tap-event": "点击事件",
524
531
  "label.target": "目标",
525
532
  "label.target-axis": "对象轴",