@operato/dataset 2.0.0-alpha.8 → 2.0.0-alpha.81

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 (108) hide show
  1. package/CHANGELOG.md +418 -0
  2. package/demo/favicon.ico +0 -0
  3. package/demo/index.html +349 -0
  4. package/demo/ox-data-ooc-brief-view-test.html +349 -0
  5. package/dist/src/grist-editor/ox-grist-editor-data-item-spec.d.ts +1 -1
  6. package/dist/src/grist-editor/ox-popup-data-item-spec.d.ts +2 -1
  7. package/dist/src/grist-editor/ox-popup-data-item-spec.js +7 -8
  8. package/dist/src/grist-editor/ox-popup-data-item-spec.js.map +1 -1
  9. package/dist/src/ox-data-entry-form.js +49 -37
  10. package/dist/src/ox-data-entry-form.js.map +1 -1
  11. package/dist/src/ox-data-entry-subgroup-form.d.ts +1 -1
  12. package/dist/src/ox-data-entry-subgroup-form.js +2 -0
  13. package/dist/src/ox-data-entry-subgroup-form.js.map +1 -1
  14. package/dist/src/ox-data-entry-view.d.ts +3 -3
  15. package/dist/src/ox-data-entry-view.js +17 -7
  16. package/dist/src/ox-data-entry-view.js.map +1 -1
  17. package/dist/src/ox-data-item-spec.d.ts +1 -1
  18. package/dist/src/ox-data-item-spec.js +6 -6
  19. package/dist/src/ox-data-item-spec.js.map +1 -1
  20. package/dist/src/ox-data-ooc-badge.d.ts +9 -0
  21. package/dist/src/ox-data-ooc-badge.js +67 -0
  22. package/dist/src/ox-data-ooc-badge.js.map +1 -0
  23. package/dist/src/ox-data-ooc-brief-view.d.ts +4 -2
  24. package/dist/src/ox-data-ooc-brief-view.js +9 -111
  25. package/dist/src/ox-data-ooc-brief-view.js.map +1 -1
  26. package/dist/src/ox-data-ooc-correction-part.d.ts +9 -0
  27. package/dist/src/ox-data-ooc-correction-part.js +99 -0
  28. package/dist/src/ox-data-ooc-correction-part.js.map +1 -0
  29. package/dist/src/ox-data-ooc-history.d.ts +10 -0
  30. package/dist/src/ox-data-ooc-history.js +72 -0
  31. package/dist/src/ox-data-ooc-history.js.map +1 -0
  32. package/dist/src/ox-data-ooc-view.d.ts +3 -2
  33. package/dist/src/ox-data-ooc-view.js +7 -90
  34. package/dist/src/ox-data-ooc-view.js.map +1 -1
  35. package/dist/src/ox-data-sample-subgroup-view.d.ts +1 -1
  36. package/dist/src/ox-data-sample-subgroup-view.js +9 -9
  37. package/dist/src/ox-data-sample-subgroup-view.js.map +1 -1
  38. package/dist/src/ox-data-sample-view.d.ts +1 -1
  39. package/dist/src/ox-data-sample-view.js +52 -35
  40. package/dist/src/ox-data-sample-view.js.map +1 -1
  41. package/dist/src/ox-data-summary-view.d.ts +1 -1
  42. package/dist/src/ox-data-summary-view.js +10 -4
  43. package/dist/src/ox-data-summary-view.js.map +1 -1
  44. package/dist/src/types.d.ts +57 -9
  45. package/dist/src/types.js.map +1 -1
  46. package/dist/src/usecase/ccp/ox-input-ccp-limits.d.ts +1 -1
  47. package/dist/src/usecase/qc/ox-input-qc-limits.d.ts +1 -1
  48. package/dist/src/usecase/spc/index.d.ts +1 -0
  49. package/dist/src/usecase/spc/index.js +8 -0
  50. package/dist/src/usecase/spc/index.js.map +1 -0
  51. package/dist/src/usecase/spc/ox-data-use-case-spc.d.ts +7 -0
  52. package/dist/src/usecase/spc/ox-data-use-case-spc.js +102 -0
  53. package/dist/src/usecase/spc/ox-data-use-case-spc.js.map +1 -0
  54. package/dist/src/usecase/spc/ox-input-spc-limits.d.ts +44 -0
  55. package/dist/src/usecase/spc/ox-input-spc-limits.js +193 -0
  56. package/dist/src/usecase/spc/ox-input-spc-limits.js.map +1 -0
  57. package/dist/src/usecase/spc/ox-property-editor-spc-limits.d.ts +6 -0
  58. package/dist/src/usecase/spc/ox-property-editor-spc-limits.js +24 -0
  59. package/dist/src/usecase/spc/ox-property-editor-spc-limits.js.map +1 -0
  60. package/dist/stories/ox-data-entry-form.stories.d.ts +1 -1
  61. package/dist/stories/ox-data-entry-form.stories.js +73 -17
  62. package/dist/stories/ox-data-entry-form.stories.js.map +1 -1
  63. package/dist/stories/ox-data-item-spec.stories.d.ts +1 -1
  64. package/dist/stories/ox-data-item-spec.stories.js +14 -2
  65. package/dist/stories/ox-data-item-spec.stories.js.map +1 -1
  66. package/dist/stories/ox-data-ooc-brief-view.stories.d.ts +1 -1
  67. package/dist/stories/ox-data-ooc-brief-view.stories.js +25 -13
  68. package/dist/stories/ox-data-ooc-brief-view.stories.js.map +1 -1
  69. package/dist/stories/ox-data-ooc-view.stories.d.ts +1 -1
  70. package/dist/stories/ox-data-ooc-view.stories.js +27 -13
  71. package/dist/stories/ox-data-ooc-view.stories.js.map +1 -1
  72. package/dist/stories/ox-data-sample-view.stories.d.ts +1 -1
  73. package/dist/stories/ox-data-sample-view.stories.js +21 -9
  74. package/dist/stories/ox-data-sample-view.stories.js.map +1 -1
  75. package/dist/stories/ox-grist-editor-data-item-spec.stories.d.ts +1 -1
  76. package/dist/stories/ox-grist-editor-data-item-spec.stories.js +66 -54
  77. package/dist/stories/ox-grist-editor-data-item-spec.stories.js.map +1 -1
  78. package/dist/tsconfig.tsbuildinfo +1 -1
  79. package/package.json +39 -26
  80. package/src/grist-editor/ox-popup-data-item-spec.ts +7 -8
  81. package/src/ox-data-entry-form.ts +66 -47
  82. package/src/ox-data-entry-subgroup-form.ts +2 -0
  83. package/src/ox-data-entry-view.ts +18 -7
  84. package/src/ox-data-item-spec.ts +8 -7
  85. package/src/ox-data-ooc-badge.ts +65 -0
  86. package/src/ox-data-ooc-brief-view.ts +10 -121
  87. package/src/ox-data-ooc-correction-part.ts +107 -0
  88. package/src/ox-data-ooc-history.ts +74 -0
  89. package/src/ox-data-ooc-view.ts +7 -92
  90. package/src/ox-data-sample-subgroup-view.ts +16 -17
  91. package/src/ox-data-sample-view.ts +52 -35
  92. package/src/ox-data-summary-view.ts +10 -4
  93. package/src/types.ts +76 -27
  94. package/src/usecase/spc/index.ts +10 -0
  95. package/src/usecase/spc/ox-data-use-case-spc.ts +147 -0
  96. package/src/usecase/spc/ox-input-spc-limits.ts +182 -0
  97. package/src/usecase/spc/ox-property-editor-spc-limits.ts +23 -0
  98. package/stories/ox-data-entry-form.stories.ts +78 -22
  99. package/stories/ox-data-item-spec.stories.ts +14 -2
  100. package/stories/ox-data-ooc-brief-view.stories.ts +26 -15
  101. package/stories/ox-data-ooc-view.stories.ts +28 -15
  102. package/stories/ox-data-sample-view.stories.ts +22 -11
  103. package/stories/ox-grist-editor-data-item-spec.stories.ts +67 -56
  104. package/themes/grist-theme.css +1 -1
  105. package/translations/en.json +1 -0
  106. package/translations/ko.json +1 -0
  107. package/translations/ms.json +142 -70
  108. package/translations/zh.json +146 -75
@@ -1,7 +1,7 @@
1
1
  import '@operato/i18n'
2
2
  import '../src/ox-data-entry-form.js'
3
3
  import '../src/usecase/ccp' /* register usecase CCP */
4
- import '@material/mwc-icon'
4
+ import '@material/web/icon/icon.js'
5
5
 
6
6
  import { html, TemplateResult } from 'lit'
7
7
 
@@ -102,7 +102,8 @@ const dataSet = {
102
102
  { text: '최우수', value: '최우수' },
103
103
  { text: '우수', value: '우수' },
104
104
  { text: '보통', value: '보통' },
105
- { text: '미달', value: '미달' }
105
+ { text: '미달', value: '미달' },
106
+ { text: '등외', value: '등외' }
106
107
  ]
107
108
  },
108
109
  quota: 3,
@@ -127,6 +128,50 @@ const dataSet = {
127
128
  quota: 1,
128
129
  active: true
129
130
  },
131
+ {
132
+ name: '라디오',
133
+ description: '라디오 그룹',
134
+
135
+ group: '측정데이타',
136
+ sequence: 5,
137
+ tag: 'check1',
138
+ type: 'radio',
139
+ options: {
140
+ options: [
141
+ {
142
+ text: '예',
143
+ value: 'Y'
144
+ },
145
+ {
146
+ text: '아니오',
147
+ value: 'N'
148
+ }
149
+ ]
150
+ },
151
+ quota: 3,
152
+ active: true
153
+ },
154
+ {
155
+ name: '라디오2',
156
+ description: '라디오 그룹2',
157
+ sequence: 5,
158
+ tag: 'check2',
159
+ type: 'radio',
160
+ options: {
161
+ options: [
162
+ {
163
+ text: '예',
164
+ value: 'Y'
165
+ },
166
+ {
167
+ text: '아니오',
168
+ value: 'N'
169
+ }
170
+ ]
171
+ },
172
+ quota: 1,
173
+ active: true
174
+ },
130
175
  {
131
176
  name: '첨부파일',
132
177
  description: '참조 첨부 파일.',
@@ -146,27 +191,38 @@ var value = {
146
191
  comment: '이것이 코멘트입니다.'
147
192
  }
148
193
 
149
- const Template: Story<ArgTypes> = ({}: ArgTypes) =>
150
- html`
151
- <link href="/themes/app-theme.css" rel="stylesheet" />
152
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
153
- <style>
154
- body {
155
- }
156
- </style>
157
- <link href="/themes/app-theme.css" rel="stylesheet" />
158
- <link href="/themes/oops-theme.css" rel="stylesheet" />
159
- <link href="/themes/grist-theme.css" rel="stylesheet" />
194
+ const Template: Story<ArgTypes> = ({}: ArgTypes) => html`
195
+ <link href="/themes/app-theme.css" rel="stylesheet" />
196
+ <link
197
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
198
+ rel="stylesheet"
199
+ />
200
+ <link
201
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
202
+ rel="stylesheet"
203
+ />
204
+ <link
205
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
206
+ rel="stylesheet"
207
+ />
208
+
209
+ <style>
210
+ body {
211
+ }
212
+ </style>
213
+ <link href="/themes/app-theme.css" rel="stylesheet" />
214
+ <link href="/themes/oops-theme.css" rel="stylesheet" />
215
+ <link href="/themes/grist-theme.css" rel="stylesheet" />
160
216
 
161
- <ox-data-entry-form
162
- .dataSet=${dataSet}
163
- .value=${value}
164
- @change=${(e: CustomEvent) => {
165
- value = e.detail
166
- console.log('change', value)
167
- }}
168
- ></ox-data-entry-form>
169
- `
217
+ <ox-data-entry-form
218
+ .dataSet=${dataSet}
219
+ .value=${value}
220
+ @change=${(e: CustomEvent) => {
221
+ value = e.detail
222
+ console.log('change', value)
223
+ }}
224
+ ></ox-data-entry-form>
225
+ `
170
226
 
171
227
  export const Regular = Template.bind({})
172
228
  Regular.args = {}
@@ -1,5 +1,5 @@
1
1
  import '@operato/i18n'
2
- import '@material/mwc-icon'
2
+ import '@material/web/icon/icon.js'
3
3
  import '@operato/property-editor/ox-property-editor-checkbox.js'
4
4
  import '@operato/property-editor/ox-property-editor-number.js'
5
5
  import '@operato/property-editor/ox-property-editor-string.js'
@@ -107,7 +107,19 @@ var specB = {
107
107
 
108
108
  const Template: Story<ArgTypes> = ({}: ArgTypes) =>
109
109
  html` <link href="/themes/app-theme.css" rel="stylesheet" />
110
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
110
+ <link
111
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
112
+ rel="stylesheet"
113
+ />
114
+ <link
115
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
116
+ rel="stylesheet"
117
+ />
118
+ <link
119
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
120
+ rel="stylesheet"
121
+ />
122
+
111
123
  <style>
112
124
  body {
113
125
  }
@@ -1,7 +1,7 @@
1
1
  import '@operato/i18n'
2
2
  import '../src/ox-data-ooc-brief-view.js'
3
3
  import '../src/usecase/ccp/index.js' /* register usecase CCP */
4
- import '@material/mwc-icon'
4
+ import '@material/web/icon/icon.js'
5
5
 
6
6
  import { html, TemplateResult } from 'lit'
7
7
 
@@ -263,21 +263,32 @@ var dataOoc = {
263
263
  ]
264
264
  }
265
265
 
266
- const Template: Story<ArgTypes> = ({}: ArgTypes) =>
267
- html`
268
- <link href="/themes/app-theme.css" rel="stylesheet" />
269
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
270
- <style>
271
- body {
272
- }
273
- </style>
266
+ const Template: Story<ArgTypes> = ({}: ArgTypes) => html`
267
+ <link href="/themes/app-theme.css" rel="stylesheet" />
268
+ <link
269
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
270
+ rel="stylesheet"
271
+ />
272
+ <link
273
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
274
+ rel="stylesheet"
275
+ />
276
+ <link
277
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
278
+ rel="stylesheet"
279
+ />
280
+
281
+ <style>
282
+ body {
283
+ }
284
+ </style>
274
285
 
275
- <ox-data-ooc-brief-view
276
- .dataSet=${dataSet}
277
- .dataOoc=${dataOoc}
278
- @change=${(e: CustomEvent) => console.log(e.detail)}
279
- ></ox-data-ooc-brief-view>
280
- `
286
+ <ox-data-ooc-brief-view
287
+ .dataSet=${dataSet}
288
+ .dataOoc=${dataOoc}
289
+ @change=${(e: CustomEvent) => console.log(e.detail)}
290
+ ></ox-data-ooc-brief-view>
291
+ `
281
292
 
282
293
  export const Regular = Template.bind({})
283
294
  Regular.args = {}
@@ -1,7 +1,7 @@
1
1
  import '@operato/i18n'
2
2
  import '../src/ox-data-ooc-view.js'
3
3
  import '../src/usecase/ccp' /* register usecase CCP */
4
- import '@material/mwc-icon'
4
+ import '@material/web/icon/icon.js'
5
5
 
6
6
  import { html, TemplateResult } from 'lit'
7
7
 
@@ -144,6 +144,7 @@ var dataOoc = {
144
144
  name: 'Data Sample Name',
145
145
  description: 'Data Sample이 어쩌구 저쩌구 그래서 중요합니다. 당연히 그래야죠.',
146
146
  useCase: 'CCP',
147
+ state: 'REVIEWED',
147
148
  judgment: {
148
149
  temp: {
149
150
  ooc: true,
@@ -247,26 +248,38 @@ var dataOoc = {
247
248
  name: 'shnam'
248
249
  },
249
250
  state: 'CORRECTED',
251
+ comment: '전량 폐기하였습니다',
250
252
  timestamp: Date.now()
251
253
  }
252
254
  ]
253
255
  }
254
256
 
255
- const Template: Story<ArgTypes> = ({}: ArgTypes) =>
256
- html`
257
- <link href="/themes/app-theme.css" rel="stylesheet" />
258
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
259
- <style>
260
- body {
261
- }
262
- </style>
257
+ const Template: Story<ArgTypes> = ({}: ArgTypes) => html`
258
+ <link href="/themes/app-theme.css" rel="stylesheet" />
259
+ <link
260
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
261
+ rel="stylesheet"
262
+ />
263
+ <link
264
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
265
+ rel="stylesheet"
266
+ />
267
+ <link
268
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
269
+ rel="stylesheet"
270
+ />
271
+
272
+ <style>
273
+ body {
274
+ }
275
+ </style>
263
276
 
264
- <ox-data-ooc-view
265
- .dataSet=${dataSet}
266
- .dataOoc=${dataOoc}
267
- @change=${(e: CustomEvent) => console.log(e.detail)}
268
- ></ox-data-ooc-view>
269
- `
277
+ <ox-data-ooc-view
278
+ .dataSet=${dataSet}
279
+ .dataOoc=${dataOoc}
280
+ @change=${(e: CustomEvent) => console.log(e.detail)}
281
+ ></ox-data-ooc-view>
282
+ `
270
283
 
271
284
  export const Regular = Template.bind({})
272
285
  Regular.args = {}
@@ -1,7 +1,7 @@
1
1
  import '@operato/i18n'
2
2
  import '../src/ox-data-sample-view.js'
3
3
  import '../src/usecase/ccp' /* register usecase CCP */
4
- import '@material/mwc-icon'
4
+ import '@material/web/icon/icon.js'
5
5
 
6
6
  import { html, TemplateResult } from 'lit'
7
7
 
@@ -227,17 +227,28 @@ var dataSample = {
227
227
  collectedAt: Date.now()
228
228
  }
229
229
 
230
- const Template: Story<ArgTypes> = ({}: ArgTypes) =>
231
- html`
232
- <link href="/themes/app-theme.css" rel="stylesheet" />
233
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
234
- <style>
235
- body {
236
- }
237
- </style>
230
+ const Template: Story<ArgTypes> = ({}: ArgTypes) => html`
231
+ <link href="/themes/app-theme.css" rel="stylesheet" />
232
+ <link
233
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
234
+ rel="stylesheet"
235
+ />
236
+ <link
237
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
238
+ rel="stylesheet"
239
+ />
240
+ <link
241
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
242
+ rel="stylesheet"
243
+ />
244
+
245
+ <style>
246
+ body {
247
+ }
248
+ </style>
238
249
 
239
- <ox-data-sample-view .dataSample=${dataSample}></ox-data-sample-view>
240
- `
250
+ <ox-data-sample-view .dataSample=${dataSample}></ox-data-sample-view>
251
+ `
241
252
 
242
253
  export const Regular = Template.bind({})
243
254
  Regular.args = {}
@@ -1,4 +1,4 @@
1
- import '@material/mwc-icon'
1
+ import '@material/web/icon/icon.js'
2
2
  import '@operato/property-editor/ox-property-editor-checkbox.js'
3
3
  import '@operato/property-editor/ox-property-editor-number.js'
4
4
  import '@operato/property-editor/ox-property-editor-string.js'
@@ -306,9 +306,9 @@ class GristDemo extends LitElement {
306
306
 
307
307
  <div slot="headroom" id="headroom">
308
308
  <div id="modes">
309
- <mwc-icon @click=${() => (this.mode = 'GRID')} ?active=${mode == 'GRID'}>view_list</mwc-icon>
310
- <mwc-icon @click=${() => (this.mode = 'LIST')} ?active=${mode == 'LIST'}>menu</mwc-icon>
311
- <mwc-icon @click=${() => (this.mode = 'CARD')} ?active=${mode == 'CARD'}>apps</mwc-icon>
309
+ <md-icon @click=${() => (this.mode = 'GRID')} ?active=${mode == 'GRID'}>view_list</md-icon>
310
+ <md-icon @click=${() => (this.mode = 'LIST')} ?active=${mode == 'LIST'}>menu</md-icon>
311
+ <md-icon @click=${() => (this.mode = 'CARD')} ?active=${mode == 'CARD'}>apps</md-icon>
312
312
  </div>
313
313
  </div>
314
314
  </ox-grist>
@@ -332,67 +332,78 @@ interface Story<T> {
332
332
 
333
333
  interface ArgTypes {}
334
334
 
335
- const Template: Story<ArgTypes> = ({}: ArgTypes) =>
336
- html`
337
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
338
- <link href="/themes/app-theme.css" rel="stylesheet" />
339
- <link href="/themes/oops-theme.css" rel="stylesheet" />
340
- <link href="/themes/grist-theme.css" rel="stylesheet" />
335
+ const Template: Story<ArgTypes> = ({}: ArgTypes) => html`
336
+ <link
337
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
338
+ rel="stylesheet"
339
+ />
340
+ <link
341
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
342
+ rel="stylesheet"
343
+ />
344
+ <link
345
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
346
+ rel="stylesheet"
347
+ />
341
348
 
342
- <style>
343
- [slot='headroom'] {
344
- display: flex;
345
- flex-direction: row;
346
- align-items: center;
347
- padding: var(--padding-default) var(--padding-wide);
348
- background-color: var(--theme-white-color);
349
- box-shadow: var(--box-shadow);
349
+ <link href="/themes/app-theme.css" rel="stylesheet" />
350
+ <link href="/themes/oops-theme.css" rel="stylesheet" />
351
+ <link href="/themes/grist-theme.css" rel="stylesheet" />
350
352
 
351
- --mdc-icon-size: 24px;
352
- }
353
- #sorters mwc-icon,
354
- #modes mwc-icon {
355
- --mdc-icon-size: 18px;
356
- }
357
- #sorters {
358
- margin-left: auto;
359
- margin-right: var(--margin-default);
360
- padding-left: var(--padding-narrow);
361
- border-bottom: var(--border-dark-color);
362
- position: relative;
363
- color: var(--secondary-color);
364
- font-size: var(--fontsize-default);
365
- user-select: none;
366
- }
353
+ <style>
354
+ [slot='headroom'] {
355
+ display: flex;
356
+ flex-direction: row;
357
+ align-items: center;
358
+ padding: var(--padding-default) var(--padding-wide);
359
+ background-color: var(--theme-white-color);
360
+ box-shadow: var(--box-shadow);
367
361
 
368
- #sorters > * {
369
- padding: var(--padding-narrow);
370
- vertical-align: middle;
371
- }
362
+ --md-icon-size: 24px;
363
+ }
364
+ #sorters md-icon,
365
+ #modes md-icon {
366
+ --md-icon-size: 18px;
367
+ }
368
+ #sorters {
369
+ margin-left: auto;
370
+ margin-right: var(--margin-default);
371
+ padding-left: var(--padding-narrow);
372
+ border-bottom: var(--border-dark-color);
373
+ position: relative;
374
+ color: var(--secondary-color);
375
+ font-size: var(--fontsize-default);
376
+ user-select: none;
377
+ }
372
378
 
373
- #filters {
374
- display: flex;
375
- justify-content: center;
376
- align-items: center;
377
- }
379
+ #sorters > * {
380
+ padding: var(--padding-narrow);
381
+ vertical-align: middle;
382
+ }
378
383
 
379
- #filters * {
380
- margin-right: var(--margin-default);
381
- }
384
+ #filters {
385
+ display: flex;
386
+ justify-content: center;
387
+ align-items: center;
388
+ }
382
389
 
383
- @media only screen and (max-width: 460px) {
384
- #filters {
385
- flex-direction: column;
386
- }
390
+ #filters * {
391
+ margin-right: var(--margin-default);
392
+ }
387
393
 
388
- #modes {
389
- display: none;
390
- }
394
+ @media only screen and (max-width: 460px) {
395
+ #filters {
396
+ flex-direction: column;
397
+ }
398
+
399
+ #modes {
400
+ display: none;
391
401
  }
392
- </style>
402
+ }
403
+ </style>
393
404
 
394
- <ox-data-items mode="LIST"></ox-data-items>
395
- `
405
+ <ox-data-items mode="LIST"></ox-data-items>
406
+ `
396
407
 
397
408
  export const Regular = Template.bind({})
398
409
  Regular.args = {}
@@ -37,7 +37,7 @@ body {
37
37
 
38
38
  --grid-record-background-color: var(--theme-white-color);
39
39
  --grid-record-odd-background-color: #f9f7f5;
40
- --grid-record-padding: var(--padding-default) 0 var(--padding-default) var(--padding-default);
40
+ --grid-record-padding: 0 5px 0 5px;
41
41
  --grid-record-color: var(--secondary-color);
42
42
  --grid-record-color-hover: var(--primary-color);
43
43
  --grid-record-wide-fontsize: var(--fontsize-small);
@@ -17,6 +17,7 @@
17
17
  "field.entry-role": "entry role",
18
18
  "field.entry-type": "entry type",
19
19
  "field.entry-view": "entry view",
20
+ "field.finalizing-function": "finalizing func.",
20
21
  "field.hidden": "hidden",
21
22
  "field.item": "item",
22
23
  "field.latest-collected-at": "latest collected at",
@@ -17,6 +17,7 @@
17
17
  "field.entry-role": "입력담당 역할",
18
18
  "field.entry-type": "입력용 화면종류",
19
19
  "field.entry-view": "입력용 화면",
20
+ "field.finalizing-function": "마감 함수",
20
21
  "field.hidden": "숨기기",
21
22
  "field.item": "항목",
22
23
  "field.latest-collected-at": "최근 수집 시간",