open-grid 1.1.0 → 1.1.1
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.
- package/CHANGELOG.md +20 -0
- package/THIRD_PARTY_LICENSES.txt +43 -0
- package/dist/OpenGrid-LcZ5iixx.cjs +97 -0
- package/dist/OpenGrid-yg4mw6Ge.js +9505 -0
- package/dist/open-grid-base.css +5 -5
- package/dist/open-grid-react.cjs +1 -1
- package/dist/open-grid-react.js +1 -1
- package/dist/open-grid-skins.css +111 -0
- package/dist/open-grid-vue.cjs +1 -1
- package/dist/open-grid-vue.js +1 -1
- package/dist/open-grid.cjs +3 -3
- package/dist/open-grid.js +129 -119
- package/dist/types/core/AppearanceResolver.d.ts +100 -0
- package/dist/types/core/CrossGridController.d.ts +70 -0
- package/dist/types/core/ExtensionPointRegistry.d.ts +92 -0
- package/dist/types/core/FormulaController.d.ts +79 -0
- package/dist/types/core/GridComposer.d.ts +137 -0
- package/dist/types/core/GridRenderer.d.ts +41 -4
- package/dist/types/core/IconRegistry.d.ts +55 -0
- package/dist/types/core/MutationService.d.ts +126 -0
- package/dist/types/core/OpenGrid.d.ts +88 -51
- package/dist/types/core/OrgChart.d.ts +2 -0
- package/dist/types/core/RenderController.d.ts +65 -0
- package/dist/types/core/SkinRegistry.d.ts +53 -0
- package/dist/types/core/editors/CellEditor.d.ts +17 -1
- package/dist/types/core/icons/bootstrap-icons.d.ts +9 -0
- package/dist/types/core/renderers/CellRenderer.d.ts +38 -2
- package/dist/types/core/types.d.ts +43 -3
- package/dist/types/index.d.ts +4 -0
- package/package.json +1 -1
- package/dist/OpenGrid-5flQwc3W.js +0 -8434
- package/dist/OpenGrid-DahxRY7C.cjs +0 -92
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to OPEN_GRID will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.1.1] - 2026-07-04
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **스킨 (형태 축)** — 색 테마와 직교하는 형태 스킨 6종(sharp/rounded/stitch/flat/high-contrast/material).
|
|
9
|
+
`data-og-skin` 속성 + `grid.setSkin(name)`, `OpenGrid.defineSkin(name, delta)`(FORM 토큰만 허용), `grid.setSkinVar(k,v)`.
|
|
10
|
+
색 테마와 자유 조합(예: crimson 테마 + stitch 스킨). 접근성 위험이 있는 neumorph는 기본 카탈로그에서 제외.
|
|
11
|
+
- **아이콘 세트** — Bootstrap Icons(MIT) 기반 역할(role) 아이콘 64종. `renderIcon(role, {size})`,
|
|
12
|
+
`grid.setIcon(role, key)`(인스턴스 격리), `OpenGrid.defineIconSet(map)`(전역). 공개 export 추가:
|
|
13
|
+
`renderIcon`/`IconRegistry`/`iconRegistry`/`DEFAULT_ICON_ROLES`/`SkinRegistry`/`skinRegistry`.
|
|
14
|
+
- **버튼 렌더러 아이콘** — `renderer:{ type:'button', icon:'search', label:'…', iconPos:'left'|'right' }`로
|
|
15
|
+
버튼 라벨과 아이콘을 함께 표시.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- 그리드 셀/행/헤더 보더를 `--og-border-style`/`--og-divider-style` 토큰으로 승격 — 스킨이 선(보더 스타일)을 제어한다.
|
|
19
|
+
토큰 미설정 시 `solid` 폴백(기존 렌더와 동일).
|
|
20
|
+
- 내부 코어 리팩토링(협력자 분리) — 공개 API·동작 변화 없음(행동 보존).
|
|
21
|
+
|
|
22
|
+
### Notes
|
|
23
|
+
- Bootstrap Icons(MIT) 라이선스를 `THIRD_PARTY_LICENSES.txt`에 포함.
|
|
24
|
+
|
|
5
25
|
## [1.1.0] - 2026-07-03
|
|
6
26
|
|
|
7
27
|
### Added
|
package/THIRD_PARTY_LICENSES.txt
CHANGED
|
@@ -227,3 +227,46 @@ The complete text of the Apache License, Version 2.0 follows.
|
|
|
227
227
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
228
228
|
See the License for the specific language governing permissions and
|
|
229
229
|
limitations under the License.
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
-----------------------------------------------------------------------
|
|
233
|
+
3. Bootstrap Icons
|
|
234
|
+
Copyright (c) 2019-2024 The Bootstrap Authors
|
|
235
|
+
Homepage: https://icons.getbootstrap.com/
|
|
236
|
+
Source: https://github.com/twbs/icons
|
|
237
|
+
Version: 1.13.1
|
|
238
|
+
License: MIT License (SPDX: MIT)
|
|
239
|
+
Bundled as: curated inline SVG glyph bodies embedded in the compiled
|
|
240
|
+
distribution (dist/*.js, from src/core/icons/bootstrap-icons.ts) — the
|
|
241
|
+
icon glyphs used by the grid UI (sorting, filtering, editing, row/column
|
|
242
|
+
ops, export, chart-type, status and general UI icons). No runtime
|
|
243
|
+
dependency is added; only the glyphs actually used are embedded.
|
|
244
|
+
-----------------------------------------------------------------------
|
|
245
|
+
|
|
246
|
+
The complete text of the MIT License, as distributed with Bootstrap Icons,
|
|
247
|
+
follows.
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
MIT License
|
|
251
|
+
|
|
252
|
+
The MIT License (MIT)
|
|
253
|
+
|
|
254
|
+
Copyright (c) 2019-2024 The Bootstrap Authors
|
|
255
|
+
|
|
256
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
257
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
258
|
+
in the Software without restriction, including without limitation the rights
|
|
259
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
260
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
261
|
+
furnished to do so, subject to the following conditions:
|
|
262
|
+
|
|
263
|
+
The above copyright notice and this permission notice shall be included in
|
|
264
|
+
all copies or substantial portions of the Software.
|
|
265
|
+
|
|
266
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
267
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
268
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
269
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
270
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
271
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
272
|
+
THE SOFTWARE.
|