@things-factory/operato-board 6.1.159 → 6.1.160

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.
Files changed (2) hide show
  1. package/helps/faq.md +4 -0
  2. package/package.json +34 -34
package/helps/faq.md CHANGED
@@ -75,6 +75,10 @@ A: [보드 복사, 임포트/익스포트](./faq/board-duplicating.md)
75
75
 
76
76
  A: [단말장치 인증토큰 유효기간](./faq/appliance-access-token-expiration.md)
77
77
 
78
+ ## 질문 16: 보드 플레이리스트 순서를 정열할 수 있나요 ?
79
+
80
+ A: 네, 보드 플레이리스트에서 보드를 드래깅해서 순서를 조정하시면 됩니다.
81
+
78
82
  ---
79
83
 
80
84
  ## 운영관련 질문들
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.1.159",
3
+ "version": "6.1.160",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -85,41 +85,41 @@
85
85
  "@operato/shell": "^1.0.1",
86
86
  "@operato/styles": "^1.0.0",
87
87
  "@operato/utils": "^1.0.1",
88
- "@things-factory/apptool-ui": "^6.1.156",
89
- "@things-factory/auth-ui": "^6.1.158",
90
- "@things-factory/board-service": "^6.1.159",
91
- "@things-factory/board-ui": "^6.1.158",
92
- "@things-factory/context-ui": "^6.1.156",
93
- "@things-factory/export-ui": "^6.1.156",
94
- "@things-factory/fav-base": "^6.1.156",
95
- "@things-factory/font-base": "^6.1.156",
96
- "@things-factory/form-ui": "^6.1.154",
97
- "@things-factory/help": "^6.1.156",
98
- "@things-factory/i18n-base": "^6.1.156",
99
- "@things-factory/import-ui": "^6.1.156",
100
- "@things-factory/integration-base": "^6.1.156",
101
- "@things-factory/integration-msgraph": "^6.1.156",
102
- "@things-factory/integration-notification": "^6.1.156",
103
- "@things-factory/integration-openai": "^6.1.156",
104
- "@things-factory/integration-ui": "^6.1.156",
105
- "@things-factory/layout-ui": "^6.1.154",
106
- "@things-factory/more-ui": "^6.1.156",
107
- "@things-factory/notification": "^6.1.156",
108
- "@things-factory/oauth2-client": "^6.1.156",
109
- "@things-factory/offline-ui": "^6.1.156",
88
+ "@things-factory/apptool-ui": "^6.1.160",
89
+ "@things-factory/auth-ui": "^6.1.160",
90
+ "@things-factory/board-service": "^6.1.160",
91
+ "@things-factory/board-ui": "^6.1.160",
92
+ "@things-factory/context-ui": "^6.1.160",
93
+ "@things-factory/export-ui": "^6.1.160",
94
+ "@things-factory/fav-base": "^6.1.160",
95
+ "@things-factory/font-base": "^6.1.160",
96
+ "@things-factory/form-ui": "^6.1.160",
97
+ "@things-factory/help": "^6.1.160",
98
+ "@things-factory/i18n-base": "^6.1.160",
99
+ "@things-factory/import-ui": "^6.1.160",
100
+ "@things-factory/integration-base": "^6.1.160",
101
+ "@things-factory/integration-msgraph": "^6.1.160",
102
+ "@things-factory/integration-notification": "^6.1.160",
103
+ "@things-factory/integration-openai": "^6.1.160",
104
+ "@things-factory/integration-ui": "^6.1.160",
105
+ "@things-factory/layout-ui": "^6.1.160",
106
+ "@things-factory/more-ui": "^6.1.160",
107
+ "@things-factory/notification": "^6.1.160",
108
+ "@things-factory/oauth2-client": "^6.1.160",
109
+ "@things-factory/offline-ui": "^6.1.160",
110
110
  "@things-factory/operato-license-checker": "^3.1.0",
111
- "@things-factory/pdf": "^6.1.154",
112
- "@things-factory/print-service": "^6.1.156",
113
- "@things-factory/print-ui": "^6.1.156",
114
- "@things-factory/resource-ui": "^6.1.158",
115
- "@things-factory/scene-google-map": "^6.1.154",
116
- "@things-factory/setting-ui": "^6.1.156",
117
- "@things-factory/shell": "^6.1.156",
118
- "@things-factory/system-ui": "^6.1.156"
111
+ "@things-factory/pdf": "^6.1.160",
112
+ "@things-factory/print-service": "^6.1.160",
113
+ "@things-factory/print-ui": "^6.1.160",
114
+ "@things-factory/resource-ui": "^6.1.160",
115
+ "@things-factory/scene-google-map": "^6.1.160",
116
+ "@things-factory/setting-ui": "^6.1.160",
117
+ "@things-factory/shell": "^6.1.160",
118
+ "@things-factory/system-ui": "^6.1.160"
119
119
  },
120
120
  "devDependencies": {
121
- "@things-factory/board-test": "^6.1.159",
122
- "@things-factory/builder": "^6.1.154"
121
+ "@things-factory/board-test": "^6.1.160",
122
+ "@things-factory/builder": "^6.1.160"
123
123
  },
124
- "gitHead": "12e2cfe3355ec8f6657f7b235cd97e50a85906c5"
124
+ "gitHead": "7ba17019680b9853bbcaab675978ad0b6eb0f64e"
125
125
  }