@blueprintui/grid 2.1.3 → 2.1.5
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/{cell → dist/cell}/element.css.js +1 -1
- package/{cell → dist/cell}/element.d.ts +1 -1
- package/{column → dist/column}/element.css.js +1 -1
- package/{column → dist/column}/element.d.ts +1 -1
- package/dist/column/element.js +1 -0
- package/dist/column/width.controller.js +1 -0
- package/{detail → dist/detail}/element.d.ts +1 -1
- package/dist/detail/element.js +1 -0
- package/{footer → dist/footer}/element.d.ts +1 -1
- package/dist/footer/element.js +1 -0
- package/{grid → dist/grid}/element.d.ts +1 -1
- package/dist/grid/element.js +1 -0
- package/{header → dist/header}/element.d.ts +1 -1
- package/{placeholder → dist/placeholder}/element.d.ts +1 -1
- package/dist/placeholder/element.js +1 -0
- package/{row → dist/row}/element.d.ts +1 -1
- package/dist/row/element.js +1 -0
- package/dist/vscode.css-custom-data.json +55 -0
- package/dist/vscode.html-custom-data.json +153 -0
- package/package.json +284 -25
- package/.tsbuildinfo +0 -1
- package/column/element.js +0 -1
- package/column/width.controller.js +0 -1
- package/detail/element.js +0 -1
- package/footer/element.js +0 -1
- package/grid/element.js +0 -1
- package/placeholder/element.js +0 -1
- package/row/element.js +0 -1
- /package/{cell → dist/cell}/element.js +0 -0
- /package/{cell → dist/cell}/index.d.ts +0 -0
- /package/{cell → dist/cell}/index.js +0 -0
- /package/{column → dist/column}/alignment.controller.d.ts +0 -0
- /package/{column → dist/column}/alignment.controller.js +0 -0
- /package/{column → dist/column}/index.d.ts +0 -0
- /package/{column → dist/column}/index.js +0 -0
- /package/{column → dist/column}/position.controller.d.ts +0 -0
- /package/{column → dist/column}/position.controller.js +0 -0
- /package/{column → dist/column}/width.controller.d.ts +0 -0
- /package/{column-resize → dist/column-resize}/index.d.ts +0 -0
- /package/{column-resize → dist/column-resize}/index.js +0 -0
- /package/{csv → dist/csv}/index.d.ts +0 -0
- /package/{csv → dist/csv}/index.js +0 -0
- /package/{custom-elements.json → dist/custom-elements.json} +0 -0
- /package/{detail → dist/detail}/element.css.js +0 -0
- /package/{detail → dist/detail}/index.d.ts +0 -0
- /package/{detail → dist/detail}/index.js +0 -0
- /package/{draggable-column → dist/draggable-column}/index.d.ts +0 -0
- /package/{draggable-column → dist/draggable-column}/index.js +0 -0
- /package/{draggable-row → dist/draggable-row}/index.d.ts +0 -0
- /package/{draggable-row → dist/draggable-row}/index.js +0 -0
- /package/{footer → dist/footer}/element.css.js +0 -0
- /package/{footer → dist/footer}/index.d.ts +0 -0
- /package/{footer → dist/footer}/index.js +0 -0
- /package/{grid → dist/grid}/dom.controller.d.ts +0 -0
- /package/{grid → dist/grid}/dom.controller.js +0 -0
- /package/{grid → dist/grid}/element.css.js +0 -0
- /package/{grid → dist/grid}/element.global.css.js +0 -0
- /package/{grid → dist/grid}/hover.controller.d.ts +0 -0
- /package/{grid → dist/grid}/hover.controller.js +0 -0
- /package/{grid → dist/grid}/index.d.ts +0 -0
- /package/{grid → dist/grid}/index.js +0 -0
- /package/{grid → dist/grid}/layout.controller.d.ts +0 -0
- /package/{grid → dist/grid}/layout.controller.js +0 -0
- /package/{header → dist/header}/element.css.js +0 -0
- /package/{header → dist/header}/element.js +0 -0
- /package/{header → dist/header}/index.d.ts +0 -0
- /package/{header → dist/header}/index.js +0 -0
- /package/{include → dist/include}/column-alignment.d.ts +0 -0
- /package/{include → dist/include}/column-alignment.js +0 -0
- /package/{include → dist/include}/column-position.d.ts +0 -0
- /package/{include → dist/include}/column-position.js +0 -0
- /package/{include → dist/include}/column-resize.d.ts +0 -0
- /package/{include → dist/include}/column-resize.js +0 -0
- /package/{include → dist/include}/core.d.ts +0 -0
- /package/{include → dist/include}/core.js +0 -0
- /package/{include → dist/include}/detail.d.ts +0 -0
- /package/{include → dist/include}/detail.js +0 -0
- /package/{include → dist/include}/draggable-column.d.ts +0 -0
- /package/{include → dist/include}/draggable-column.js +0 -0
- /package/{include → dist/include}/draggable-row.d.ts +0 -0
- /package/{include → dist/include}/draggable-row.js +0 -0
- /package/{include → dist/include}/footer.d.ts +0 -0
- /package/{include → dist/include}/footer.js +0 -0
- /package/{include → dist/include}/hover.d.ts +0 -0
- /package/{include → dist/include}/hover.js +0 -0
- /package/{include → dist/include}/keynav.d.ts +0 -0
- /package/{include → dist/include}/keynav.js +0 -0
- /package/{include → dist/include}/placeholder.d.ts +0 -0
- /package/{include → dist/include}/placeholder.js +0 -0
- /package/{include → dist/include}/range-selection.d.ts +0 -0
- /package/{include → dist/include}/range-selection.js +0 -0
- /package/{include → dist/include}/row-position.d.ts +0 -0
- /package/{include → dist/include}/row-position.js +0 -0
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{internals → dist/internals}/controllers/interaction-scroll-visibility.controller.d.ts +0 -0
- /package/{internals → dist/internals}/controllers/interaction-scroll-visibility.controller.js +0 -0
- /package/{internals → dist/internals}/index.d.ts +0 -0
- /package/{internals → dist/internals}/index.js +0 -0
- /package/{internals → dist/internals}/styles/focus.css.js +0 -0
- /package/{internals → dist/internals}/types/index.d.ts +0 -0
- /package/{internals → dist/internals}/types/index.js +0 -0
- /package/{internals → dist/internals}/utils/events.d.ts +0 -0
- /package/{internals → dist/internals}/utils/events.js +0 -0
- /package/{internals → dist/internals}/utils/focus.d.ts +0 -0
- /package/{internals → dist/internals}/utils/focus.js +0 -0
- /package/{internals → dist/internals}/utils/traversal.d.ts +0 -0
- /package/{internals → dist/internals}/utils/traversal.js +0 -0
- /package/{placeholder → dist/placeholder}/element.css.js +0 -0
- /package/{placeholder → dist/placeholder}/index.d.ts +0 -0
- /package/{placeholder → dist/placeholder}/index.js +0 -0
- /package/{range-selection → dist/range-selection}/index.d.ts +0 -0
- /package/{range-selection → dist/range-selection}/index.js +0 -0
- /package/{row → dist/row}/element.css.js +0 -0
- /package/{row → dist/row}/index.d.ts +0 -0
- /package/{row → dist/row}/index.js +0 -0
- /package/{row → dist/row}/position.controller.d.ts +0 -0
- /package/{row → dist/row}/position.controller.js +0 -0
- /package/{test → dist/test}/index.d.ts +0 -0
- /package/{test → dist/test}/index.js +0 -0
package/package.json
CHANGED
|
@@ -1,51 +1,310 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueprintui/grid",
|
|
3
|
-
"version": "2.1.
|
|
4
|
-
"main": "./index.js",
|
|
5
|
-
"module": "./index.js",
|
|
6
|
-
"typings": "./index.d.ts",
|
|
3
|
+
"version": "2.1.5",
|
|
7
4
|
"type": "module",
|
|
8
5
|
"files": [
|
|
9
|
-
"
|
|
6
|
+
"package.json",
|
|
7
|
+
"README.md",
|
|
8
|
+
"LICENSE.md",
|
|
9
|
+
"dist/**/*"
|
|
10
|
+
],
|
|
11
|
+
"customElements": "./dist/custom-elements.json",
|
|
12
|
+
"html.customData": [
|
|
13
|
+
"./vscode.html-custom-data.json"
|
|
14
|
+
],
|
|
15
|
+
"css.customData": [
|
|
16
|
+
"./vscode.css-custom-data.json"
|
|
10
17
|
],
|
|
11
|
-
"customElements": "./custom-elements.json",
|
|
12
18
|
"keywords": [
|
|
13
19
|
"web component",
|
|
14
|
-
"
|
|
15
|
-
"datatable",
|
|
20
|
+
"design system",
|
|
16
21
|
"ui"
|
|
17
22
|
],
|
|
18
23
|
"description": "",
|
|
19
24
|
"homepage": "https://blueprintui.dev",
|
|
20
25
|
"repository": {
|
|
21
26
|
"type": "git",
|
|
22
|
-
"url": "https://blueprintui.
|
|
27
|
+
"url": "git+https://github.com/blueprintui/blueprintui.git"
|
|
23
28
|
},
|
|
24
29
|
"bugs": {
|
|
25
|
-
"url": "https://blueprintui
|
|
30
|
+
"url": "https://github.com/blueprintui/blueprintui/issues"
|
|
26
31
|
},
|
|
27
32
|
"author": "Crylan Software",
|
|
28
33
|
"license": "MIT",
|
|
29
34
|
"sideEffects": [
|
|
30
|
-
"./include/*.js"
|
|
35
|
+
"./dist/include/*.js"
|
|
31
36
|
],
|
|
32
37
|
"exports": {
|
|
33
38
|
"./package.json": "./package.json",
|
|
34
|
-
"./custom-elements.json": "./custom-elements.json",
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
"./custom-elements.json": "./dist/custom-elements.json",
|
|
40
|
+
"./include/*.js": {
|
|
41
|
+
"types": "./dist/include/*.d.ts",
|
|
42
|
+
"default": "./dist/include/*.js"
|
|
43
|
+
},
|
|
44
|
+
"./internals": {
|
|
45
|
+
"types": "./dist/internals/index.d.ts",
|
|
46
|
+
"default": "./dist/internals/index.js"
|
|
47
|
+
},
|
|
48
|
+
"./*": {
|
|
49
|
+
"types": "./dist/*/index.d.ts",
|
|
50
|
+
"default": "./dist/*/index.js"
|
|
51
|
+
},
|
|
52
|
+
".": {
|
|
53
|
+
"types": "./dist/index.d.ts",
|
|
54
|
+
"default": "./dist/index.js"
|
|
55
|
+
}
|
|
42
56
|
},
|
|
43
57
|
"dependencies": {
|
|
44
|
-
"@blueprintui/components": "
|
|
45
|
-
"@blueprintui/
|
|
46
|
-
"@blueprintui/
|
|
47
|
-
"@blueprintui/
|
|
48
|
-
"
|
|
49
|
-
"
|
|
58
|
+
"@blueprintui/components": "workspace:^",
|
|
59
|
+
"@blueprintui/crane": "workspace:^",
|
|
60
|
+
"@blueprintui/icons": "workspace:^",
|
|
61
|
+
"@blueprintui/themes": "workspace:^",
|
|
62
|
+
"@blueprintui/typewriter": "workspace:^",
|
|
63
|
+
"lit": "catalog:",
|
|
64
|
+
"tslib": "catalog:"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@blueprintui/layout": "workspace:^",
|
|
68
|
+
"@blueprintui/test": "workspace:^",
|
|
69
|
+
"@blueprintui/typography": "workspace:^",
|
|
70
|
+
"@web/dev-server": "catalog:",
|
|
71
|
+
"@web/dev-server-esbuild": "catalog:",
|
|
72
|
+
"@web/dev-server-rollup": "catalog:",
|
|
73
|
+
"@web/test-runner": "catalog:",
|
|
74
|
+
"@web/test-runner-core": "catalog:",
|
|
75
|
+
"@web/test-runner-playwright": "catalog:",
|
|
76
|
+
"@web/test-runner-visual-regression": "catalog:",
|
|
77
|
+
"del-cli": "catalog:",
|
|
78
|
+
"playwright": "catalog:",
|
|
79
|
+
"publint": "0.2.10"
|
|
80
|
+
},
|
|
81
|
+
"scripts": {
|
|
82
|
+
"ci": "wireit",
|
|
83
|
+
"start": "wireit",
|
|
84
|
+
"build": "wireit",
|
|
85
|
+
"build:watch": "wireit",
|
|
86
|
+
"drafter": "wireit",
|
|
87
|
+
"drafter:watch": "wireit",
|
|
88
|
+
"test": "wireit",
|
|
89
|
+
"test:watch": "node ../test/dist/wtr.js --watch",
|
|
90
|
+
"test:unit": "wireit",
|
|
91
|
+
"test:coverage": "wireit",
|
|
92
|
+
"test:a11y": "wireit",
|
|
93
|
+
"test:performance": "wireit",
|
|
94
|
+
"test:visual": "wireit",
|
|
95
|
+
"test:visual:update": "wireit",
|
|
96
|
+
"test:api": "wireit",
|
|
97
|
+
"test:api:update": "wireit",
|
|
98
|
+
"sourcemap": "wireit"
|
|
99
|
+
},
|
|
100
|
+
"wireit": {
|
|
101
|
+
"ci": {
|
|
102
|
+
"dependencies": [
|
|
103
|
+
"lint",
|
|
104
|
+
"build",
|
|
105
|
+
"drafter",
|
|
106
|
+
"test"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"start": {
|
|
110
|
+
"dependencies": [
|
|
111
|
+
"build:watch",
|
|
112
|
+
"drafter:watch"
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"build": {
|
|
116
|
+
"command": "bp build",
|
|
117
|
+
"dependencies": [
|
|
118
|
+
"../test:build",
|
|
119
|
+
"../components:build",
|
|
120
|
+
"../crane:build",
|
|
121
|
+
"../icons:build",
|
|
122
|
+
"../themes:build",
|
|
123
|
+
"../typewriter:build",
|
|
124
|
+
"../layout:build",
|
|
125
|
+
"../typography:build"
|
|
126
|
+
],
|
|
127
|
+
"files": [
|
|
128
|
+
"./src/**/*",
|
|
129
|
+
"!./src/**/*.spec.ts",
|
|
130
|
+
"!./src/**/*.performance.ts",
|
|
131
|
+
"./blueprint.config.js",
|
|
132
|
+
"./tsconfig.lib.json",
|
|
133
|
+
"./tsconfig.json",
|
|
134
|
+
"./package.json"
|
|
135
|
+
],
|
|
136
|
+
"output": [
|
|
137
|
+
"./dist"
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
"build:watch": {
|
|
141
|
+
"command": "bp build --watch",
|
|
142
|
+
"service": true,
|
|
143
|
+
"dependencies": [
|
|
144
|
+
"build"
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
"drafter": {
|
|
148
|
+
"command": "drafter build",
|
|
149
|
+
"files": [
|
|
150
|
+
"./src/**/*",
|
|
151
|
+
"./blueprint.config.js"
|
|
152
|
+
],
|
|
153
|
+
"output": [
|
|
154
|
+
"./.drafter"
|
|
155
|
+
],
|
|
156
|
+
"dependencies": [
|
|
157
|
+
"build"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"drafter:watch": {
|
|
161
|
+
"command": "drafter build --watch",
|
|
162
|
+
"service": true,
|
|
163
|
+
"dependencies": [
|
|
164
|
+
"build"
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
"lint": {
|
|
168
|
+
"dependencies": [
|
|
169
|
+
"lint:publish"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
"lint:publish": {
|
|
173
|
+
"command": "publint",
|
|
174
|
+
"dependencies": [
|
|
175
|
+
"build"
|
|
176
|
+
],
|
|
177
|
+
"files": [
|
|
178
|
+
"./dist",
|
|
179
|
+
"./package.json",
|
|
180
|
+
"./README.md",
|
|
181
|
+
"./LICENSE.md"
|
|
182
|
+
],
|
|
183
|
+
"output": []
|
|
184
|
+
},
|
|
185
|
+
"test": {
|
|
186
|
+
"dependencies": [
|
|
187
|
+
"test:api",
|
|
188
|
+
"test:unit",
|
|
189
|
+
"test:visual"
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
"test:watch": {
|
|
193
|
+
"command": "node ../test/dist/wtr.js --watch",
|
|
194
|
+
"service": true
|
|
195
|
+
},
|
|
196
|
+
"test:unit": {
|
|
197
|
+
"command": "del ./.coverage && node ../test/dist/wtr.js",
|
|
198
|
+
"dependencies": [
|
|
199
|
+
"../test:build",
|
|
200
|
+
"build"
|
|
201
|
+
],
|
|
202
|
+
"files": [
|
|
203
|
+
"./src/**/*",
|
|
204
|
+
"!./src/**/*.performance.ts",
|
|
205
|
+
"./web-dev-server.config.mjs",
|
|
206
|
+
"./web-test-runner.config.mjs",
|
|
207
|
+
"./tsconfig.spec.json",
|
|
208
|
+
"./tsconfig.json"
|
|
209
|
+
],
|
|
210
|
+
"output": []
|
|
211
|
+
},
|
|
212
|
+
"test:coverage": {
|
|
213
|
+
"command": "del ./.coverage && node ../test/dist/wtr.js --coverage",
|
|
214
|
+
"dependencies": [
|
|
215
|
+
"../test:build"
|
|
216
|
+
],
|
|
217
|
+
"files": [
|
|
218
|
+
"./src/**/*",
|
|
219
|
+
"!./src/**/*.performance.ts",
|
|
220
|
+
"./web-dev-server.config.mjs",
|
|
221
|
+
"./web-test-runner.config.mjs"
|
|
222
|
+
],
|
|
223
|
+
"output": [
|
|
224
|
+
"./.coverage"
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
"test:a11y": {
|
|
228
|
+
"command": "node ../test/dist/wtr.js --config ./web-test-runner.a11y.mjs",
|
|
229
|
+
"dependencies": [
|
|
230
|
+
"../test:build",
|
|
231
|
+
"build"
|
|
232
|
+
],
|
|
233
|
+
"files": [
|
|
234
|
+
"./src/**/*",
|
|
235
|
+
"!./src/**/*.performance.ts",
|
|
236
|
+
"./web-dev-server.config.mjs",
|
|
237
|
+
"./web-test-runner.config.mjs"
|
|
238
|
+
],
|
|
239
|
+
"output": []
|
|
240
|
+
},
|
|
241
|
+
"test:performance": {
|
|
242
|
+
"command": "node ../test/dist/wtr.js --config ./web-test-runner.performance.mjs",
|
|
243
|
+
"dependencies": [
|
|
244
|
+
"../test:build",
|
|
245
|
+
"build"
|
|
246
|
+
],
|
|
247
|
+
"files": [
|
|
248
|
+
"./src/**/*",
|
|
249
|
+
"!./src/**/*.spec.ts",
|
|
250
|
+
"./web-dev-server.config.mjs",
|
|
251
|
+
"./web-test-runner.config.mjs",
|
|
252
|
+
"./web-test-runner.performance.mjs"
|
|
253
|
+
],
|
|
254
|
+
"output": []
|
|
255
|
+
},
|
|
256
|
+
"test:visual": {
|
|
257
|
+
"command": "web-test-runner --config ./web-test-runner.visual.mjs",
|
|
258
|
+
"dependencies": [
|
|
259
|
+
"../test:build",
|
|
260
|
+
"build"
|
|
261
|
+
],
|
|
262
|
+
"files": [
|
|
263
|
+
"./src/**/*",
|
|
264
|
+
"!./src/**/*.spec.ts",
|
|
265
|
+
"./web-dev-server.config.mjs",
|
|
266
|
+
"./web-test-runner.visual.mjs"
|
|
267
|
+
],
|
|
268
|
+
"output": []
|
|
269
|
+
},
|
|
270
|
+
"test:visual:update": {
|
|
271
|
+
"command": "node ../test/dist/wtr.js --update-visual-baseline --config ./web-test-runner.visual.mjs",
|
|
272
|
+
"dependencies": [
|
|
273
|
+
"build"
|
|
274
|
+
],
|
|
275
|
+
"files": [
|
|
276
|
+
"./src/**/*",
|
|
277
|
+
"!./src/**/*.spec.ts",
|
|
278
|
+
"./web-dev-server.config.mjs",
|
|
279
|
+
"./web-test-runner.visual.mjs"
|
|
280
|
+
],
|
|
281
|
+
"output": [
|
|
282
|
+
"screenshots/Chromium/baseline/**/*.png"
|
|
283
|
+
]
|
|
284
|
+
},
|
|
285
|
+
"test:api": {
|
|
286
|
+
"command": "bp api --test",
|
|
287
|
+
"dependencies": [
|
|
288
|
+
"build"
|
|
289
|
+
],
|
|
290
|
+
"files": [
|
|
291
|
+
"./src/**/*",
|
|
292
|
+
"!./src/**/*.spec.ts",
|
|
293
|
+
"!./src/**/*.performance.ts"
|
|
294
|
+
],
|
|
295
|
+
"output": []
|
|
296
|
+
},
|
|
297
|
+
"test:api:update": {
|
|
298
|
+
"command": "bp api --update",
|
|
299
|
+
"dependencies": [
|
|
300
|
+
"build"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"sourcemap": {
|
|
304
|
+
"command": "source-map-explorer ./.performance/**/*.js",
|
|
305
|
+
"dependencies": [
|
|
306
|
+
"build"
|
|
307
|
+
]
|
|
308
|
+
}
|
|
50
309
|
}
|
|
51
310
|
}
|
package/.tsbuildinfo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/@typescript/lib-dom/iterable.d.ts","../../../../node_modules/@typescript/lib-dom/index.d.ts","../../src/global.d.ts","../../../../node_modules/tslib/tslib.d.ts","../../../../node_modules/@lit/reactive-element/css-tag.d.ts","../../../../node_modules/@lit/reactive-element/reactive-controller.d.ts","../../../../node_modules/@lit/reactive-element/reactive-element.d.ts","../../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../../node_modules/@types/trusted-types/index.d.ts","../../../../node_modules/lit-html/directive.d.ts","../../../../node_modules/lit-html/lit-html.d.ts","../../../../node_modules/lit-element/lit-element.d.ts","../../../../node_modules/lit-html/is-server.d.ts","../../../../node_modules/lit/index.d.ts","../../../components/dist/lib/internals/styles/styles.d.ts","../../../components/dist/lib/internals/types/index.d.ts","../../../components/dist/lib/internals/components/button.d.ts","../../../components/dist/lib/internals/controllers/type-group.controller.d.ts","../../../components/dist/lib/internals/controllers/type-menu.controller.d.ts","../../../components/dist/lib/internals/controllers/type-multiselectable.controller.d.ts","../../../components/dist/lib/internals/controllers/type-navigation.controller.d.ts","../../../components/dist/lib/internals/controllers/type-region.controller.d.ts","../../../components/dist/lib/internals/controllers/dynamic-controllers.controller.d.ts","../../../components/dist/lib/internals/services/i18n.service.d.ts","../../../components/dist/lib/internals/controllers/i18n.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-close.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-click.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-expand.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-open.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-range-selection.controller.d.ts","../../../components/dist/lib/forms/utils/interfaces.d.ts","../../../components/dist/lib/forms/field/element.d.ts","../../../components/dist/lib/forms/fieldset/element.d.ts","../../../components/dist/lib/forms/field-message/element.d.ts","../../../components/dist/lib/forms/form-group/element.d.ts","../../../components/dist/lib/forms/controllers/type-form-control.controller.d.ts","../../../components/dist/lib/forms/form-control/element.d.ts","../../../components/dist/lib/forms/utils/utils.d.ts","../../../components/dist/lib/forms/utils/validity.d.ts","../../../components/dist/lib/forms/controllers/state-form-control.controller.d.ts","../../../components/dist/lib/forms/controllers/type-form-radio.controller.d.ts","../../../components/dist/lib/forms/controllers/type-form-checkbox.controller.d.ts","../../../components/dist/lib/forms/controllers/type-form-slider.controller.d.ts","../../../components/dist/lib/forms/controllers/type-form-switch.controller.d.ts","../../../components/dist/lib/forms/index.d.ts","../../../components/dist/lib/button-resize/element.d.ts","../../../components/dist/lib/button-resize/index.d.ts","../../../components/dist/lib/internals/controllers/interaction-resize-context.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-responsive.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-select.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-text-change.controller.d.ts","../../../components/dist/lib/internals/controllers/interaction-touch.controller.d.ts","../../../components/dist/lib/internals/controllers/state-active.controller.d.ts","../../../components/dist/lib/internals/controllers/state-checked.controller.d.ts","../../../components/dist/lib/internals/controllers/state-direction.controller.d.ts","../../../components/dist/lib/internals/controllers/state-disabled.controller.d.ts","../../../components/dist/lib/internals/controllers/state-expanded.controller.d.ts","../../../components/dist/lib/internals/controllers/state-pressed.controller.d.ts","../../../components/dist/lib/internals/controllers/state-readonly.controller.d.ts","../../../components/dist/lib/internals/controllers/state-scroll-lock.controller.d.ts","../../../components/dist/lib/internals/controllers/state-selected.controller.d.ts","../../../components/dist/lib/internals/controllers/state-text-content.controller.d.ts","../../../components/dist/lib/internals/controllers/type-anchor.controller.d.ts","../../../components/dist/lib/internals/controllers/type-button.controller.d.ts","../../../components/dist/lib/internals/controllers/type-popover-trigger.controller.d.ts","../../../components/dist/lib/internals/controllers/type-popover.controller.d.ts","../../../components/dist/lib/internals/utils/event-subject.d.ts","../../../components/dist/lib/internals/services/global.service.d.ts","../../../components/dist/lib/internals/utils/a11y.d.ts","../../../components/dist/lib/internals/utils/array.d.ts","../../../components/dist/lib/internals/utils/define.d.ts","../../../components/dist/lib/internals/utils/dom.d.ts","../../../components/dist/lib/internals/utils/events.d.ts","../../../components/dist/lib/internals/utils/focus.d.ts","../../../components/dist/lib/internals/utils/i18n.d.ts","../../../components/dist/lib/internals/utils/responsive.d.ts","../../../components/dist/lib/internals/utils/string.d.ts","../../../components/dist/lib/internals/utils/time.d.ts","../../../components/dist/lib/internals/utils/traversal.d.ts","../../../components/dist/lib/internals/index.d.ts","../../src/cell/element.ts","../../../../node_modules/@lit/reactive-element/decorators/base.d.ts","../../../../node_modules/@lit/reactive-element/decorators/property.d.ts","../../../../node_modules/lit/decorators/property.d.ts","../../src/internals/types/index.ts","../../src/internals/controllers/interaction-scroll-visibility.controller.ts","../../src/internals/utils/events.ts","../../src/internals/utils/focus.ts","../../src/internals/utils/traversal.ts","../../src/internals/index.ts","../../src/grid/layout.controller.ts","../../../../node_modules/@lit/reactive-element/decorators/state.d.ts","../../../../node_modules/lit/decorators/state.d.ts","../../src/footer/element.ts","../../src/placeholder/element.ts","../../src/row/element.ts","../../src/grid/dom.controller.ts","../../src/grid/element.ts","../../src/column/width.controller.ts","../../src/column/element.ts","../../src/index.ts","../../src/cell/index.ts","../../src/column/alignment.controller.ts","../../src/column/index.ts","../../src/column/position.controller.ts","../../src/column-resize/index.ts","../../src/csv/index.ts","../../src/detail/element.ts","../../src/detail/index.ts","../../../crane/dist/lib/crane/element.d.ts","../../../crane/dist/lib/crane/index.d.ts","../../../crane/dist/lib/dropzone/element.d.ts","../../../crane/dist/lib/dropzone/index.d.ts","../../../crane/dist/lib/internals/controllers/draggable-list.controller.d.ts","../../../crane/dist/lib/index.d.ts","../../src/grid/index.ts","../../src/draggable-column/index.ts","../../src/draggable-row/index.ts","../../src/footer/index.ts","../../src/grid/hover.controller.ts","../../src/header/element.ts","../../src/header/index.ts","../../src/include/column-alignment.ts","../../src/include/column-position.ts","../../src/include/column-resize.ts","../../src/include/core.ts","../../../icons/dist/lib/internals/interfaces.d.ts","../../../icons/dist/lib/internals/utils.d.ts","../../../icons/dist/lib/internals/index.d.ts","../../../icons/dist/lib/icon/element.d.ts","../../../icons/dist/lib/icon/index.d.ts","../../../icons/dist/lib/include.d.ts","../../../icons/dist/lib/shapes/ellipsis-vertical.d.ts","../../../components/dist/lib/button/element.d.ts","../../../components/dist/lib/button/index.d.ts","../../../icons/dist/lib/index.d.ts","../../../components/dist/lib/button-icon/element.d.ts","../../../components/dist/lib/button-icon/index.d.ts","../../../components/dist/lib/include/button-icon.d.ts","../../../icons/dist/lib/shapes/close.d.ts","../../src/include/detail.ts","../../src/include/draggable-column.ts","../../src/include/draggable-row.ts","../../src/include/footer.ts","../../src/include/hover.ts","../../../typewriter/dist/lib/internals/controllers/keynav.controller.d.ts","../../../typewriter/dist/lib/index.d.ts","../../src/include/keynav.ts","../../src/include/placeholder.ts","../../src/range-selection/index.ts","../../src/include/range-selection.ts","../../src/row/position.controller.ts","../../src/include/row-position.ts","../../src/placeholder/index.ts","../../src/row/index.ts","../../../../node_modules/lit-html/directives/unsafe-html.d.ts","../../../../node_modules/lit/directives/unsafe-html.d.ts","../../../test/dist/lib/index.d.ts","../../src/test/index.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","886e50ef125efb7878f744e86908884c0133e7a6d9d80013f421b0cd8fb2af94",{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"0596c87a8fa3c40e1fb872726c4f206d228781f49d8d86b8dac7f93124ba873f","affectsGlobalScope":true},{"version":"9b9352851eff6a54d4a7018a04bf97441d5c596dcec5e18db2c74f20660846d8","affectsGlobalScope":true},{"version":"50dc883bf827a2d7ea2cbbb3ed373f83be0c4c9db7bcf6b36d89b55f5f4af30f","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","e056bb30bf82271634daeee81f772f4a7960085f01f6d4d09c8da1ebe5f6a623","5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576",{"version":"86492a546c3308feaf1dde967afd325c321483b5e96f5fa9e9b6e691dc23fa9e","affectsGlobalScope":true},"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e",{"version":"2c3b8be03577c98530ef9cb1a76e2c812636a871f367e9edf4c5f3ce702b77f8","affectsGlobalScope":true},"d4b4f6148a6444ec92db4ac4c7dd7050ffc32b21a10276a59498e04740e8fd8d","2524f58c8d67af441b487c0ce0e0dd9c18bf3d06c05f621874dcda9780d8e22c","c7dd759e5948a94b42422ba7cf70eb8455416def9447614a3bdc1a99b81fc8bb","1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","6dc131ab0da2d833ab92b18e35b2093aee4182310fa753b71169572c182ae4a0","1e74f3e09f2f0fce6aa01be8a972ba35c9216e2f8d033a6d8cb1d36f07cdb2f6","26b2e1ba69610269590d8be1540a184305212b11a9b9c1b55dbef0b03537308b","3c547d1a5f441d37049a253d672e848db18525b553e3ee7b031b709d91164c69","96b30f467fbebab3e51e15b0ab83bdcc84778f87a81eeaf5bd0af345d3e3eb0f","6c8dadc14ea4f2d8e917a41b87714862ebd3b72364a22d0c8d4ec7de5a8aa3ec","37dacbff81b31a2109e9e2c83e7c78e1b5848a233d05a8f9fa168d0615496a02","4788168e3614964b08fb41bd2ff2e3ab58b8bfdd8c74d3994dcda63cfd321404","cc8bdd22f8ac09d7143c7f4bb6d60aaf858ca5b853433766088659f092c2c3ea","8be96f9d699de9044b7d9d9afe83d152170d5c8ac0a3e4fdc0d7e9c38fd656cc","2adc4a46c13df5349308aa73bd1dde8b3f091b17be259853b426ab2a09d928ce","e813901a2e072a1c925cb32bf4ae00e34ae3dc0a9933db8e2443f44499d1488d","22d36eea6c4c28a1f7bbed10fcb53807980e67106397e551f45fac0681da79f1","193d9418f4a25d0dc80937da777766067d29f2be1b067e1ca1513c858aec2486","ef16f75447eaf45e50d6c329142c2c53cb679f856db59b9b204a6f5736707888","46f0866beae221b177b03d6b986423905a25bf73d402734047812e7efde4f2d8","9448e32502b28989f98d97ea0377a0ea69b7e8a789457a8bfe137fc9d87f7909","12862f0df5653e9c309ac6ddd49a02b54bdd5d1534b8784e2d22534011fbf7fc","c45c43f07750cd4ea88c82b67692a3ea41a79978209cdc359784f33224df5c4b","357c3544cfa1b31744103f3f52f0e820315dc90ad26ad416aa94b81e0ef0dd6b","7d8d311642e49c8280c87f78ce578d827c3f60575447a7756c63d99b44c83b37","d299015980fdb8e2d24d83dd9f4560029da6b406cfc99f8105c29ec9b665ae7c","7d21ef0ddcdcb893654e366af22f39ea2d4d9601ab5103c8c10eff13fc77ac33","0e36cff3b35ce2a7cee2e215af55a43c61b334683ef979eb9328966d1e4abb73","268bd7d9a12ff597a31ce77b271b2abe600cb9e0a7a9e3b40918bb014b6a5f24","81deb2c8e0606240d4605a2c28b1737f363f6b1cf6291c86f36c53f39a258ade","afc61e2f93d866f28010324648913ef4e07062956f1d31c15ac9347642af6a3c","3e84ea74016d33b219eea822704edc2a0015717d13cfd0f19152a78a118674dc","8f9e5656e7193f7f863af679580a38bc7fe0fcefa948cf971941d75b5239e6c1","f9fcbabd3a23f90439e8f6d02b3a143b3570ffd8d70c5c6821c3e40dfb084c7f","183ee91598d1802fba05c3c7d5c5ea429c0116d1a6e452d2cb958d7eb53c7f1c","01004b87eb2182c4a1a2e0a384aef40b18fb29cac3839ee4113955fb3ff52436","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","2ab0c18f0be84d2b96a537bc928d9c22b6dcbabd4e225053faed03d5fae20119","12ed81f9e171758cca0788c8c378d9e9d5fc8c1436a9ccef8bd24517015caca3","8dc97631039d6b6bddd35be399ee7f4ac6a202461a35b62183f49cb88ffde1df","a2ed5bdccb8871abefa212a5733ca003d71377995ed04ec13e3ae4ceda5fd34d","d56341a638b20fb3cfe718023f8b801fc8a22cbe8c20e23bf81205773f1cde6d","119cbcbaf818aaccc30eba7a0d61c88b5ea6bf6b555534015af2b3ed48702549","a98f268d27a1114b3fda40cd0de5bafa856e255a00a37f090ecf023b01dc03f9","bbf0630b3fc4d214d3faf0b8fd78c07196a68bf662a76737dd05cde56ca72ffd","4f79798c323dcc7811041938e126136ff67cb42d66595b703224d7d249bf9d01","540520ec8071b3bff0439ccedfbc6d10d7e5f236968be15656d090426da628bc","82550f7df567f5e2ef99d4dffd646a854268b0586aac63bfd8c06e9a58e73d3f","c14869718e6b5c2edb2a26f621e486fb5e713ca6232321ae7b0e00e5ab511b03","b4aa83116341345ba7a30217946ac5680f155400fbf015c812ce2ab61abc955f","10fb15e0c1575a3d2107a5df848b4ba2e5160a4136105085de5f92d4b440cecc","5210341032bbbde53e5d3442fbfee8ca8469607e0c1047625e8833584666a668","0af5d25f7175c0ec6480fd3001bb008dc9e844941c89a4ce1decc52ef9a4de83","0ddd4e53a760ed98574723325910956a3db5cbc31e3887f3bf016f4d155ba5ef","5f544405307c6788b190d7157ea9072cfd2fa3cfab7a5498f1475f290c372ae9","2b8b73ded570b9dded523f22a035b764bdd6123bce22cbe89d80c285cf1fd76a","f31a1f306802a1a5d8cb6c1c84e508e7a964053ec17f4e577d7ed9d4df444eec",{"version":"8d76599ac06b2519066b3b6790ba1b75e733e49416d3c4a9a7a9bb533893557c","affectsGlobalScope":true},"537b948608c7a9a416598bafdbc03fe5c8bd63521794d59649babe60c2bf4149","7f2361b355b2f8eb8b43997ae17de9b29bb551eb00f4a7e2ca54a0d0329ac468","b93f0baeb0dda9bd52172dd95ba437c4f7ca07c2017315d6fe37429bf2d3dc9b","c108544407e8f002a44f774e7e647c3ded602b904ff0746bb68b8d42af2a6d26","35ce6ed379bf0b159b0986c1be534eb0ba6639e342be14fc06c8c9083a757f92","391c760428ca395118f29e2f528dd8ad75edd105aa2c752ed191e2202ae0f108","6b8b9c4a9835538e280a19bb3a416b09f1de3becf665e2fd52cb528ad4c4dfe3","e7c43c8b89863f24e041c44aa1ef0d0b2db7241358e527634198e6e6b65b0709","e040dc8c0d0d7d9bb9487a949a0ecc88f41be1dff058f910bd2c312e321d3f8e","bd7b230957e2c45cf84280e07c63d0c4217062363ea13138f79ce6547303c9f7","7525213138c0b056416f73d1344e6a5e5654cf7705a4825b16bd01f15c5ae20b","fa0b03ce2fe8b29c29e7d2c7b3871c230a26a26b467d8df731dae77e78054920","439b01ef3ac814cf1e0803a516c1539219fed769567859c11499867a9a3694b9","cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","1cc188904259bd0985b24d9dc2a160891cb5e94210901466b951716fcdb4ff62","6d69069fa6d2d6531effe1d8c538a74108fc5c0014a47f2f408f63969c12626d","105ea5df965d5814c99645dd70c7350caaaca55f7d0e353f1a368f295a01be76","1359855ffba8a00c0dd157906d5832d766db8cf323b57934c0605a691a1457ae","02ce463b5df88cc09ad4574165c66091a40288b9c99282dacecbe049b006149d","758f4f3dde379a6c766a82117b9b6e0a39f18cc889db0bc08b63cb02a9a5852d","f629a0070a238b14e6f42956cafc16b5409ed3ffc7da90b44b927483f3743c1e","cee819351131fc0f00874497fd6673c5d3a8f34e5442b8c18d41df3cbb0db83a","2208c8273ce7cd52f9f96fa31503c78ae934df006914f62ca6f35912ca10be25","732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","b5a829018c283d2f9f76b06b6cb419d52a5c0c2e1d56bdf917e44e4ada84caa5","68f6b369e31402c78cccb00d373bb9107ea5fb348b0a45f681b7d8619719dea3","45c3f624cfcc1118a6bd7f95e013381707085624d07f8476944931e0c963c402","91ee06d3feb82e7d340ff9b13233cbbd13ffe40d8dc7753e7b361c1185641bca","508fc83b58d1dd4cbe1282a489c737bc78a85393418e9263be6215546ef02d7d","e6a96e99feb43ac3446c308c4365d0602f7bef5b1f0b669a30aefa0a8c564aa2","6f50cef3786c54c698249be659538eb4148efa8df07a57ae7ac98c9de90e65a2","da73797812905a0c5181b2fcfd3d7368a86a076e702934b23bc19e2f7cfd154c","78921d04689d68ff10b747ff77c2971cfc7be209f45aad47cb864c492eb22703","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","5621b674cf992b19f831311e8b3b8cdcc55a0e2bf9266399603e3f8f89c0b42c","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","e2b229d1d35b726cc43dac0d02b34cd0e7c2778a6d63ac85ed2c4151711f5481","67242c32cfce58682761564b83a073abd03750d4250bb3750a6d07a757340696","d5af972b1119e97762f663f72a74046450597ca55fd0bb260057a58c3c9c3cd9","5523988bd6c8178efaeeb1ce8b1079972890791d9adaf509b780c9b9c2be5364","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","9ccc98ce901c8d28f07d188ecbc8fd00e88140e4d6dcefc2d1bb7b965cb795a9","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","26dcfef1bd2d221c926b0e6be869f1d56e87ad362881f73aba80d80eadbee406","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","641cf3f66c7b073e040969915fbca168e6f376a9c84ff76612dd1ec7b2fa83cb","20605775a8315bf2f88093548fe8394da994cdfd132c3a75a7872e90a9c6d383","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","fb4ed4545ab433a7add1ec9f9c460107d807a15a85b043fd30e28f897708450f","c76fc37d901cf2a38cdde20f59091b2f484f977925754a42fcdc7ccc2f909564","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","02d1d91919be4ccbfacb40892fc02f915f3c64e3aa3e70306549b3162d15d1da","9adc7a30b8f78f54e2d8d08caa28df3df69fd262162b62b9ac343f71a226efd6","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","1dcf6bdfb801b4e8697d4104e4452f5c2856918114ff6e812ef4d18355b7cd72","1a89d61f12c06b1df9aa3c3f0d3dc1884a3f54c0d3dfc64fb125298e1f08dced","8e5fbaad5291bfc8430d38422f69d3a4539506ed9f64f4a48328309c6ef132f6",{"version":"6a40c26d731e21b4c877e906c46977950e9e48035e56caae217ef4c28e5f15f6","affectsGlobalScope":true},"d991552b94326301da8e4b13a3c66f14674ca9b4e2c99909b51dc96a364e5248","b3f71d774543a472c973d56069a93c86838d84497f7a8e38c815d80a302187c4","420863595163dff2b2ff6d8cbd30dddb9b23e5950239f97b8e8aa575f0a3f08b","4e83e91731502a9b0657217958636f7d987af9bff57b03ca11b1a1f1053d375b","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1",{"version":"a3abcf32a2c202df175c827d0fedd7c000aad3cc2a08192b1e1f0bc1bf2b08f4","affectsGlobalScope":true},"8429f8aa1d4fc9fb3a03390d2c95c26c67014043a6f89b6c515e870a987867b2","7a4ab84fb74e653232d15a92eca562b0c5689d3d18b7932756ab5d9909c009ee","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","536c8d471c62bdcb1e2a31381b27b460ac984c5022469bf9b396ec690e261277","2e3cc529988bc91d940a8c99f6d8859d9162a7c7e7746e9682ec3bc0893eb22d","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1",{"version":"f67dd2032bd740a882a1d4e1e26d26c4090c3bf6c17a9dea1f96b37a1b52656c","affectsGlobalScope":true},"3f6c09fb5d291fa37090fdca46fd433dfb211292c9b4cbd88bc942457b581527",{"version":"105a2142b8e21116c610c14d8966e942b7451fcba909565ec1d31e464aeacdde","affectsGlobalScope":true},"67b0003611fdb5f2df326b29eb3470c9706138b00e792575d24d97a2e8396ed5","062a8b364bd0975b029ffdfaef3487bd9f1324769875d0fc473fb023319dbe4b",{"version":"58a2266a0c5417ac9a602ca6ce004abad96c882fea9ed4c71cfaea883df33820","affectsGlobalScope":true},"8975899af47efc6314de01c823dbefdfb3b93931102970094f5a9d6d1818aeed","cf3f0452c2c08e8b2025ab8bbf847af9aad8e08457d31ff1e6c68e27814a4f2f","6092ec3b5c4ace148845fb4c6b2a946728ac38a509459aeb5e43f6a606df8a30","743997c8ae816d6b22ce4f0cc8616b2b59a0715455350036ebedb91d07d9f2c5",{"version":"ac26aa688e78c6765a411f99e977097e8c0c7c53654cec579b410ec8d6fbc5b7","affectsGlobalScope":true},"5e57dee55953e11dacfff76ab6c5c7ba9da3013c046aad9f21af11103dba0303","2f146c8bab78d60299e4781097c2f856d278011e43784a8b634104470d9706ac","9befbc36f7d067f1cdb512e4ea0dc83863a112f89d52a45efad4b9e4ae4180ca","9ef4e645dd96a8755c379a3d84fcc62e12e347b2c9d1f8931940d021eaee9223","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","67837b8d315bcff81dff538aa3a533df0f2cb7dc0b0e44ba9ce48aabcf6f56b1","33b3c0269bf9dd055b94fe52c0e7e26b8a764274f2270a4a3d4a3ee2872165ba","d1582f9207d41195866824dd3b7864bd9f6e3f8ec7ef1200f37b3d80c8ea6ba1","0f17dc681554edf5dc9851612733ec26c44432759f763bad903386fb249ef96f","ab8b0dc164942605c958e66640a72f116edc0e667c07e7975c36fb8a02de04ec"],"root":[70,148,[152,158],[161,176],[183,193],[208,212],[215,222],226],"options":{"allowSyntheticDefaultImports":false,"alwaysStrict":true,"declaration":true,"experimentalDecorators":true,"importHelpers":true,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../../src","sourceMap":false,"strictFunctionTypes":true,"strictNullChecks":false,"target":9,"tsBuildInfoFile":"./.tsbuildinfo","useDefineForClassFields":false},"fileIdsList":[[74,149],[150],[72,73],[75],[68],[74,78],[78],[77,78],[76,77],[159],[223],[74,78,79,80],[78,81,147,200,202,203,207],[204],[78,112,147],[113],[147],[201],[81],[81,103],[81,103,147],[81,103,109],[78,81],[81,98],[78,81,98],[99,100,101,102,103,104,105,106,107,108,109,110,111],[98,99,101],[199,200,205],[78,81,83],[81,91],[81,114],[82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146],[134],[177],[179],[178,180,181],[70,71,81,147],[71,148],[71,114,147,171],[71,81,147,148,165,167],[70,71,81,147,151,166],[71,167],[71,81],[71,81,147,165,167],[71,168],[70,71,81,147,151,168],[71,175],[71,182,183],[70,71,81,147,160],[71,161],[71,81,148,157,161,162,163,165,167],[70,71,81,147,151,152,157,158,164],[71,81,147,165],[71,165],[71,81,147,157],[71,188],[71,147,167,170],[71,147,167,172],[71,147,171,173],[71,147,148,163,165,167,188],[71,147,176,206,207],[71,147,183,184],[71,147,183,185],[71,147,161],[71,147,165,187],[71,147,165,214],[71,147,162],[71,147,183,217],[71,147,163,219],[71,148,161,162,163,165,167],[71,153,154,156],[71],[71,155],[70,71,81,147,151,160],[71,162],[71,147,183],[70,71,81,147,151],[71,163],[71,81,224,225],[78,81,196],[197],[198],[194,195],[196,200,203],[196,203,207],[213]],"referencedMap":[[150,1],[159,2],[74,3],[76,4],[69,5],[79,6],[77,7],[223,8],[78,9],[151,2],[160,10],[224,11],[81,12],[204,13],[205,14],[113,15],[114,16],[201,17],[202,18],[107,19],[109,20],[103,19],[108,20],[110,21],[111,22],[101,23],[99,24],[100,25],[104,21],[102,25],[112,26],[105,27],[206,28],[84,29],[90,19],[92,30],[94,19],[93,19],[95,19],[96,19],[97,19],[115,31],[116,19],[117,19],[118,19],[119,19],[120,19],[121,19],[122,19],[123,19],[124,19],[125,19],[126,19],[127,19],[128,19],[129,19],[130,19],[131,19],[85,19],[86,19],[87,19],[88,19],[132,19],[133,19],[89,19],[147,32],[135,33],[83,19],[143,19],[177,23],[178,34],[179,23],[180,35],[182,36],[181,19],[148,37],[169,38],[173,39],[170,40],[167,41],[171,42],[172,43],[166,44],[174,45],[175,46],[176,47],[184,48],[185,48],[161,49],[186,50],[164,51],[165,52],[187,53],[183,54],[158,55],[188,37],[189,56],[190,57],[191,58],[192,59],[193,60],[208,61],[209,62],[210,63],[211,64],[212,65],[215,66],[216,67],[218,68],[220,69],[168,70],[153,43],[157,71],[152,72],[154,72],[155,72],[156,73],[162,74],[221,75],[217,76],[163,77],[222,78],[219,43],[226,79],[197,80],[198,81],[199,82],[203,82],[196,83],[207,84],[200,85],[225,19],[214,86],[213,19]],"exportedModulesMap":[[150,1],[159,2],[74,3],[76,4],[69,5],[79,6],[77,7],[223,8],[78,9],[151,2],[160,10],[224,11],[81,12],[204,13],[205,14],[113,15],[114,16],[201,17],[202,18],[107,19],[109,20],[103,19],[108,20],[110,21],[111,22],[101,23],[99,24],[100,25],[104,21],[102,25],[112,26],[105,27],[206,28],[84,29],[90,19],[92,30],[94,19],[93,19],[95,19],[96,19],[97,19],[115,31],[116,19],[117,19],[118,19],[119,19],[120,19],[121,19],[122,19],[123,19],[124,19],[125,19],[126,19],[127,19],[128,19],[129,19],[130,19],[131,19],[85,19],[86,19],[87,19],[88,19],[132,19],[133,19],[89,19],[147,32],[135,33],[83,19],[143,19],[177,23],[178,34],[179,23],[180,35],[182,36],[181,19],[148,37],[169,38],[173,39],[170,40],[167,41],[171,42],[172,43],[166,44],[174,45],[175,46],[176,47],[184,48],[185,48],[161,49],[186,50],[164,51],[165,52],[187,53],[183,54],[158,55],[188,37],[189,56],[190,57],[191,58],[192,59],[193,60],[208,61],[209,62],[210,63],[211,64],[212,65],[215,66],[216,67],[218,68],[220,69],[168,70],[153,43],[157,71],[152,72],[154,72],[155,72],[156,73],[162,74],[221,75],[217,76],[163,77],[222,78],[219,43],[226,79],[197,80],[198,81],[199,82],[203,82],[196,83],[207,84],[200,85],[225,19],[214,86],[213,19]],"semanticDiagnosticsPerFile":[72,149,150,159,73,74,76,75,69,68,79,77,223,80,78,151,160,224,81,71,66,67,13,12,2,14,15,16,17,18,19,20,21,3,22,4,23,27,24,25,26,28,29,30,5,31,32,33,34,6,38,35,36,37,39,7,40,45,46,41,42,43,44,8,50,47,48,49,51,9,52,53,54,57,55,56,58,59,10,1,60,11,64,62,61,65,63,204,205,113,114,201,202,107,109,103,108,110,111,101,99,100,104,102,112,98,105,106,206,84,90,92,94,93,95,96,97,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,85,86,87,88,132,133,89,147,135,91,82,83,136,137,138,139,134,140,141,142,143,144,145,146,177,178,179,180,182,181,148,169,173,170,167,171,172,166,174,175,176,184,185,161,186,70,164,165,187,183,158,188,189,190,191,192,193,208,209,210,211,212,215,216,218,220,168,153,157,152,154,155,156,162,221,217,163,222,219,226,197,198,199,203,196,194,195,207,200,225,214,213],"affectedFilesPendingEmit":[148,169,173,170,167,171,172,166,174,175,176,184,185,161,186,164,165,187,183,158,188,189,190,191,192,193,208,209,210,211,212,215,216,218,220,168,153,157,152,154,155,156,162,221,217,163,222,219,226]},"version":"5.4.5"}
|
package/column/element.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__decorate as t}from"tslib";import{LitElement as r,html as s}from"lit";import{baseStyles as e,dynamicControllers as i}from"@blueprintui/components/internals";import n from"../internals/styles/focus.css.js";import{GridColumnWidthController as o}from"./width.controller.js";import l from"./element.css.js";let a=class extends r{static{this.properties={width:{type:String},position:{type:String,reflect:!0},alignment:{type:String,reflect:!0}}}static{this.styles=[e,l,n]}render(){return s`<div role="group" part="internal" focusable><slot> </slot><slot name="resize"><div class="border"></div></slot><div class="line"></div></div>`}constructor(){super(),this._internals=this.attachInternals(),new o(this),this._internals.role="columnheader",this._internals.ariaSort="none"}};a=t([i()],a);export{a as BpGridColumn};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{isNumericString as t}from"@blueprintui/components/internals";class s{#t;constructor(t){this.host=t,this.host.addController(this)}async hostConnected(){await this.host.updateComplete,this.#t=this.host.parentElement.parentElement,this.#s()}async hostUpdated(){await this.host.updateComplete,this.#s()}#s(){if("max-content"===this.host.width){const t=this.#t.grid[0].indexOf(this.host),s=this.#t.grid[1][t],{width:i}=getComputedStyle(s);this.#t.style.setProperty("--ch"+(t+1),i)}else if(this.host.width){const s=t(this.host.width)?this.host.width+"px":this.host.width;this.#t.style.setProperty("--ch"+this.host.ariaColIndex,s)}}}export{s as GridColumnWidthController};
|
package/detail/element.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__decorate as t}from"tslib";import{LitElement as e,html as i,nothing as r}from"lit";import{I18nService as s,baseStyles as n,typePopover as o,i18n as l,stateDirection as a,interactionResponsive as g}from"@blueprintui/components/internals";import h from"./element.css.js";let d=class extends e{static{this.properties={i18n:{type:Object},position:{type:String,reflect:!0},trigger:{type:String},closable:{type:Boolean}}}constructor(){super(...arguments),this.i18n=s.keys.actions,this.position="inline-end"}get#t(){return this.parentElement}#e;get#i(){return"string"==typeof this.trigger?this.getRootNode().querySelector("#"+this.trigger):this.trigger}get#r(){return this.#i?.closest("bp-grid-row")}get#s(){return parseInt(getComputedStyle(this).getPropertyValue("--full-width-breakpoint"))}static{this.styles=[n,h]}render(){return i`<div part="internal" role="presentation">${this.closable?i`<bp-button-icon @click="${this.hidePopover}" aria-label="${this.i18n.close}" shape="close" action="flat" type="button"></bp-button-icon>`:r}<slot></slot></div>${this.trigger?i`<div part="pointer" role="presentation"></div>`:r}`}async connectedCallback(){super.connectedCallback(),this.slot="detail",this.#n()}firstUpdated(t){super.firstUpdated(t),this.#o(),this.addEventListener("toggle",(t=>{"open"===t.newState&&this.#o()}))}async updated(t){super.updated(t),await this.updateComplete,t.has("trigger")&&t.get("trigger")!==this.#i&&!this.hidden&&this.#l(t.get("trigger"))}disconnectedCallback(){super.disconnectedCallback(),this.#e.disconnect()}#l(t){t?.closest&&t?.closest("bp-grid-row")?.removeAttribute("_detail-row");const e=this.#i?.getBoundingClientRect()?.top-this.getBoundingClientRect().top;this.style.setProperty("--pointer-top",e-2+"px")}#n(){this.addEventListener("resize-layout",(t=>{t.detail.width<this.#s?this.setAttribute("full-width",""):t.detail.width>this.#s+parseInt(this.style.insetInlineStart)&&(this.removeAttribute("full-width"),this.#o())}))}async#o(){this.#t.scrollLock=!this.hidden,await this.updateComplete;const t=Array.from(this.#r?this.#r.querySelectorAll("bp-grid-cell"):[]).find((t=>"rowheader"===t.role));if(t){const e=this.#t?.getBoundingClientRect(),i=t.getBoundingClientRect();this.style.width="auto","inline-start"===this.position||"rtl"===this.#t?.getAttribute("dir")?this.style.insetInlineStart=Math.floor(e.right-i.left)+"px":this.style.insetInlineStart=Math.floor(i.right-e.left)+"px"}}};d=t([o((t=>({focusTrap:!0,trigger:t.trigger}))),l({key:"actions"}),a(),g()],d);export{d as BpGridDetail};
|
package/footer/element.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{LitElement as t,html as e}from"lit";import{baseStyles as r}from"@blueprintui/components/internals";import s from"./element.css.js";class n extends t{constructor(){super(),this._colSpan=""}static{this.properties={_colSpan:{state:!0}}}static{this.styles=[r,s]}#t=this.attachInternals();render(){return e`<slot role="gridcell" part="internal" .ariaColSpan="${this._colSpan}"></slot>`}connectedCallback(){super.connectedCallback(),this.slot="footer",this.#t.role="row"}}export{n as BpGridFooter};
|
package/grid/element.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__decorate as t}from"tslib";import{LitElement as e,html as o}from"lit";import{baseStyles as i,I18nService as r,createId as l,attachRootNodeStyles as n,dynamicControllers as s,i18n as a,typeMultiSelectable as h}from"@blueprintui/components/internals";import{interactionScrollVisibility as c}from"@blueprintui/grid/internals";import{GridLayoutController as u}from"./layout.controller.js";import{GridDOMController as d}from"./dom.controller.js";import p from"./element.css.js";import C from"./element.global.css.js";let m=class extends e{static{this.properties={i18n:{type:Object},height:{type:String,reflect:!0},columnLayout:{type:String,reflect:!0,attribute:"column-layout"},rowStyle:{type:String,reflect:!0,attribute:"row-style"},columnStyle:{type:String,reflect:!0,attribute:"column-style"},selectable:{type:String,reflect:!0},scrollLock:{type:Boolean,reflect:!0,attribute:"scroll-lock"},layer:{type:String,reflect:!0},rangeSelection:{type:Boolean,reflect:!0,attribute:"range-selection"},_id:{type:String,reflect:!0}}}static{this.styles=[i,p]}get gridLayoutControllerConfig(){return{columns:this.#t.columns,columnLayout:this.columnLayout,height:this.height}}#t;get grid(){return this.#t.grid}get keyNavGrid(){return this.shadowRoot.querySelector(".scroll-container")}render(){return o`<div role="presentation" part="internal"><div role="presentation" class="scroll-container"><slot role="presentation" name="header"></slot><slot role="presentation" class="body-row-group"></slot></div><slot name="footer"></slot><slot name="detail"></slot></div>`}constructor(){super(),this.gridLayoutController=new u(this),this._internals=this.attachInternals(),this.#t=new d(this),this._internals.role="grid",this._internals.states.add("bp-layer"),this.#e(),this.i18n=r.keys.actions,this.columnLayout="fixed",this.scrollLock=!1,this.layer="container",this.rangeSelection=!1,this._id=l()}async connectedCallback(){super.connectedCallback(),n(this.parentNode,[C]),await this.updateComplete,this.shadowRoot.addEventListener("bp-slotchange",(()=>this.#o())),this.#o()}#e(){this.addEventListener("sort",(t=>{const e=t.composedPath().find((t=>"BP-GRID-COLUMN"===t.tagName));e&&(e.ariaSort=t.detail)}))}async#o(){this.#t.isStatic||(this.#i(),this.#r(),this.#l(),this.#n(),this.#s(),this.#a())}#i(){const t=Math.max(this.#t.rows?.length,1),e=this.#t.footer?1:0;this._internals.ariaRowCount=""+(1+t+e),this._internals.ariaColCount=""+this.#t.columns.length}#r(){this.#t.columns.forEach(((t,e)=>t.ariaColIndex=""+(e+1)))}#l(){this.#t.rows?.forEach(((t,e)=>t.ariaRowIndex=""+(e+2)))}#n(){this.#t.cells?.forEach(((t,e)=>t.ariaColIndex=""+(e%this.#t.columns.length+1)))}#s(){this.#t.placeholder&&(this.#t.placeholder.ariaRowCount=""+(this.#t.rows.length+1),this.#t.placeholder._colSpan=this._internals.ariaColCount)}#a(){this.#t.footer&&(this.#t.footer.ariaRowCount=""+(this.#t.rows.length+2),this.#t.footer._colSpan=this._internals.ariaColCount)}};m=t([s(),a({key:"actions"}),h(),c()],m);export{m as BpGrid};
|
package/placeholder/element.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__decorate as t}from"tslib";import{LitElement as e,html as r}from"lit";import{I18nService as s,baseStyles as n,i18n as i}from"@blueprintui/components/internals";import o from"./element.css.js";let a=class extends e{static{this.properties={i18n:{type:Object},_colSpan:{state:!0},bpDraggableItem:{state:!0}}}constructor(){super(...arguments),this.i18n=s.keys.actions,this._colSpan="0"}static{this.styles=[n,o]}#t=this.attachInternals();render(){return r`<slot role="gridcell" part="internal" .ariaColSpan="${this._colSpan}">${"dropzone"===this.bpDraggableItem?r`<p sr-only>${this.i18n.dropTarget}</p>`:""}</slot>`}connectedCallback(){super.connectedCallback(),this.#t.role="row"}};a=t([i({key:"actions"})],a);export{a as BpGridPlaceholder};
|
package/row/element.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__decorate as t}from"tslib";import{LitElement as e,html as r}from"lit";import{baseStyles as s,dynamicControllers as i}from"@blueprintui/components/internals";import o from"./element.css.js";let n=class extends e{static{this.properties={selected:{type:Boolean,reflect:!0},position:{type:String,reflect:!0}}}static{this.styles=[s,o]}render(){return r`<slot></slot>`}constructor(){super(),this._internals=this.attachInternals(),this._internals.role="row"}};n=t([i()],n);export{n as BpGridRow};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|