dtable-ui-component 0.1.73 → 0.1.75-beta2

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 (150) hide show
  1. package/assets/{dtable-fonts → dtable-font}/dtable-font.eot +0 -0
  2. package/assets/{dtable-fonts → dtable-font}/dtable-font.svg +0 -0
  3. package/assets/{dtable-fonts → dtable-font}/dtable-font.ttf +0 -0
  4. package/assets/{dtable-fonts → dtable-font}/dtable-font.woff +0 -0
  5. package/assets/{dtable-fonts → dtable-font}/dtable-font.woff2 +0 -0
  6. package/assets/dtable-font.css +6 -6
  7. package/lib/AutoNumberFormatter/index.css +1 -0
  8. package/{es/components/cell-formatter/auto-number-formatter.js → lib/AutoNumberFormatter/index.js} +1 -0
  9. package/lib/ButtonFormatter/index.css +13 -0
  10. package/{es/components/cell-formatter/button-formatter.js → lib/ButtonFormatter/index.js} +1 -0
  11. package/lib/CTimeFormatter/index.css +1 -0
  12. package/{es/components/cell-formatter/ctime-formatter.js → lib/CTimeFormatter/index.js} +1 -0
  13. package/lib/CheckboxFormatter/index.css +1 -0
  14. package/{es/components/cell-formatter/checkbox-formatter.js → lib/CheckboxFormatter/index.js} +1 -0
  15. package/lib/CollaboratorFormatter/index.css +1 -0
  16. package/{es/components/cell-formatter/collaborator-formatter.js → lib/CollaboratorFormatter/index.js} +3 -2
  17. package/lib/CollaboratorItem/index.css +49 -0
  18. package/lib/CollaboratorItem/index.js +64 -0
  19. package/lib/CreatorFormatter/index.css +1 -0
  20. package/{es/components/cell-formatter/creator-formatter.js → lib/CreatorFormatter/index.js} +3 -2
  21. package/lib/DateFormatter/index.css +1 -0
  22. package/{es/components/cell-formatter/date-formatter.js → lib/DateFormatter/index.js} +2 -1
  23. package/lib/DurationFormatter/index.css +1 -0
  24. package/{es/components/cell-formatter/duration-formatter.js → lib/DurationFormatter/index.js} +2 -1
  25. package/lib/EmailFormatter/index.css +5 -0
  26. package/{es/components/cell-formatter/email-formatter.js → lib/EmailFormatter/index.js} +1 -0
  27. package/lib/FileFormatter/index.css +29 -0
  28. package/{es/components/cell-formatter/file-formatter.js → lib/FileFormatter/index.js} +2 -1
  29. package/{es/components/cell-formatter/widgets/file-item-formatter.js → lib/FileItemFormatter/index.js} +2 -2
  30. package/{es/components/file-uploader → lib/FileUploader}/index.js +0 -0
  31. package/lib/FormulaFormatter/index.css +19 -0
  32. package/{es/components/cell-formatter/formula-formatter.js → lib/FormulaFormatter/index.js} +8 -8
  33. package/lib/GeolocationFormatter/index.css +1 -0
  34. package/{es/components/cell-formatter/geolocation-formatter.js → lib/GeolocationFormatter/index.js} +2 -1
  35. package/{es/components/common → lib/ImageFormatter}/images-lazy-load.js +2 -2
  36. package/lib/ImageFormatter/index.css +34 -0
  37. package/{es/components/cell-formatter/image-formatter.js → lib/ImageFormatter/index.js} +4 -3
  38. package/{es/css/image-previewer-ligntbox.css → lib/ImagePreviewerLightbox/index.css} +0 -0
  39. package/{es/components/cell-formatter/widgets/image-previewer-lightbox.js → lib/ImagePreviewerLightbox/index.js} +3 -3
  40. package/lib/LastModifierFormatter/index.css +1 -0
  41. package/{es/components/cell-formatter/last-modifier-formatter.js → lib/LastModifierFormatter/index.js} +5 -4
  42. package/lib/LinkFormatter/index.css +27 -0
  43. package/{es/components/cell-formatter/link-formatter.js → lib/LinkFormatter/index.js} +2 -2
  44. package/{es/css/loading.css → lib/Loading/index.css} +0 -0
  45. package/{es/components/loading.js → lib/Loading/index.js} +1 -1
  46. package/{es/components/cell-formatter/widgets/long-text-formatter → lib/LongTextFormatter}/html-long-text-formatter.js +1 -1
  47. package/lib/LongTextFormatter/index.css +63 -0
  48. package/{es/components/cell-formatter/long-text-formatter.js → lib/LongTextFormatter/index.js} +3 -2
  49. package/{es/components/cell-formatter/widgets/long-text-formatter → lib/LongTextFormatter}/simple-long-text-formatter.js +1 -1
  50. package/lib/MTimeFormatter/index.css +1 -0
  51. package/{es/components/cell-formatter/mtime-formatter.js → lib/MTimeFormatter/index.js} +1 -0
  52. package/{es/components/common/modal-portal.js → lib/ModalPortal/index.js} +0 -0
  53. package/lib/MultipleSelectFormatter/index.css +1 -0
  54. package/{es/components/cell-formatter/multiple-select-formatter.js → lib/MultipleSelectFormatter/index.js} +2 -1
  55. package/lib/NumberFormatter/index.css +1 -0
  56. package/{es/components/cell-formatter/number-formatter.js → lib/NumberFormatter/index.js} +2 -1
  57. package/lib/RateFormatter/index.css +1 -0
  58. package/{es/components/cell-formatter/rate-formatter.js → lib/RateFormatter/index.js} +1 -0
  59. package/{es/components/common/select-item.js → lib/SelectItem/index.js} +0 -0
  60. package/lib/SingleSelectFormatter/index.css +1 -0
  61. package/{es/components/cell-formatter/single-select-formatter.js → lib/SingleSelectFormatter/index.js} +2 -1
  62. package/lib/TextFormatter/index.css +1 -0
  63. package/{es/components/cell-formatter/text-formatter.js → lib/TextFormatter/index.js} +1 -0
  64. package/lib/UrlFormatter/index.css +5 -0
  65. package/{es/components/cell-formatter/url-formatter.js → lib/UrlFormatter/index.js} +1 -0
  66. package/{es → lib}/app.css +0 -0
  67. package/{es → lib}/app.js +1 -1
  68. package/{es → lib}/assets/images/avatar/default_avatar.png +0 -0
  69. package/{es → lib}/assets/images/file/192/excel.png +0 -0
  70. package/{es → lib}/assets/images/file/192/file.png +0 -0
  71. package/{es → lib}/assets/images/file/192/music.png +0 -0
  72. package/{es → lib}/assets/images/file/192/pdf.png +0 -0
  73. package/{es → lib}/assets/images/file/192/pic.png +0 -0
  74. package/{es → lib}/assets/images/file/192/ppt.png +0 -0
  75. package/{es → lib}/assets/images/file/192/txt.png +0 -0
  76. package/{es → lib}/assets/images/file/192/video.png +0 -0
  77. package/{es → lib}/assets/images/file/192/word.png +0 -0
  78. package/{es → lib}/assets/images/file/24/excel.png +0 -0
  79. package/{es → lib}/assets/images/file/24/file.png +0 -0
  80. package/{es → lib}/assets/images/file/24/music.png +0 -0
  81. package/{es → lib}/assets/images/file/24/pdf.png +0 -0
  82. package/{es → lib}/assets/images/file/24/pic.png +0 -0
  83. package/{es → lib}/assets/images/file/24/ppt.png +0 -0
  84. package/{es → lib}/assets/images/file/24/txt.png +0 -0
  85. package/{es → lib}/assets/images/file/24/video.png +0 -0
  86. package/{es → lib}/assets/images/file/24/word.png +0 -0
  87. package/{es → lib}/assets/images/folder/folder-192.png +0 -0
  88. package/{es → lib}/assets/images/folder/folder-24.png +0 -0
  89. package/{es/components/cell-factory/cell-formatter-factory.js → lib/cellFormatterFactory/index.js} +3 -3
  90. package/{es → lib}/components/cell-editor/checkbox-editor.js +0 -0
  91. package/{es → lib}/components/cell-editor/collaborator-editor.js +0 -0
  92. package/{es → lib}/components/cell-editor/date-editor.js +0 -0
  93. package/{es → lib}/components/cell-editor/index.js +0 -0
  94. package/{es → lib}/components/cell-editor/link-editor.js +0 -0
  95. package/{es → lib}/components/cell-editor/multiple-select-editor.js +0 -0
  96. package/{es → lib}/components/cell-editor/number-editor.js +0 -0
  97. package/{es → lib}/components/cell-editor/single-select-editor.js +0 -0
  98. package/{es → lib}/components/cell-editor/text-editor.js +0 -0
  99. package/{es → lib}/components/cell-editor-dialog/pc-file-editor-dialog.js +0 -0
  100. package/{es → lib}/components/cell-editor-dialog/pc-files-addition/index.js +0 -0
  101. package/{es → lib}/components/cell-editor-dialog/pc-files-addition/pc-file-uploaded-item.js +0 -0
  102. package/{es → lib}/components/cell-editor-dialog/pc-files-preview/index.js +0 -0
  103. package/{es → lib}/components/cell-editor-dialog/pc-files-preview/pc-file-item-preview.js +0 -0
  104. package/{es → lib}/components/cell-editor-popover/mb-collaborator-editor-popover.js +0 -0
  105. package/{es → lib}/components/cell-editor-popover/mb-date-editor-popover.js +0 -0
  106. package/{es → lib}/components/cell-editor-popover/mb-link-editor-popover.js +0 -0
  107. package/{es → lib}/components/cell-editor-popover/mb-select-editor-popover.js +0 -0
  108. package/{es → lib}/components/cell-editor-popover/pc-collaborator-editor-popover.js +0 -0
  109. package/{es → lib}/components/cell-editor-popover/pc-date-editor-popover.js +0 -0
  110. package/{es → lib}/components/cell-editor-popover/pc-link-editor-popover.js +0 -0
  111. package/{es → lib}/components/cell-editor-popover/pc-select-editor-popover.js +0 -0
  112. package/{es → lib}/components/common/collaborator-item.js +0 -0
  113. package/{es → lib}/components/common/edit-editor-button.js +0 -0
  114. package/{es → lib}/components/common/link-editor-option.js +0 -0
  115. package/{es → lib}/components/common/mobile/mb-editor-header.js +0 -0
  116. package/{es → lib}/components/common/select-editor-option.js +0 -0
  117. package/{es → lib}/constants/cell-types.js +0 -0
  118. package/lib/constants/index.js +49 -0
  119. package/{es → lib}/css/cell-editor.css +0 -0
  120. package/lib/css/cell-formatter.css +4 -0
  121. package/{es → lib}/css/custom-rc-calendar.css +0 -0
  122. package/lib/formatterConfig/index.js +31 -0
  123. package/lib/index.js +31 -0
  124. package/{es → lib}/lang/index.js +0 -0
  125. package/{es → lib}/locals/de.js +0 -0
  126. package/{es → lib}/locals/en.js +0 -0
  127. package/{es → lib}/locals/fr.js +0 -0
  128. package/{es → lib}/locals/zh-CN.js +0 -0
  129. package/{es/components → lib}/toast/alert.js +0 -0
  130. package/{es/components → lib}/toast/index.js +0 -0
  131. package/{es/components → lib}/toast/toast.js +0 -0
  132. package/{es/components → lib}/toast/toastManager.js +0 -0
  133. package/{es/components → lib}/toast/toaster.js +0 -0
  134. package/{es → lib}/utils/cell-value-validator.js +1 -2
  135. package/{es → lib}/utils/column-utils.js +0 -0
  136. package/{es → lib}/utils/editor-utils.js +0 -0
  137. package/{es → lib}/utils/markdown2html.js +0 -0
  138. package/{es → lib}/utils/normalize-long-text-value.js +2 -2
  139. package/{es → lib}/utils/number-precision.js +0 -0
  140. package/{es → lib}/utils/unified/index.js +0 -0
  141. package/{es → lib}/utils/utils.js +0 -0
  142. package/{es → lib}/utils/value-format-utils.js +0 -0
  143. package/{es → lib}/utils/vfile/core.js +0 -0
  144. package/{es → lib}/utils/vfile/index.js +0 -0
  145. package/package.json +4 -4
  146. package/es/components/cell-formatter/formatter-config.js +0 -31
  147. package/es/components/cell-formatter/index.js +0 -27
  148. package/es/constants/index.js +0 -48
  149. package/es/css/cell-formatter.css +0 -247
  150. package/es/index.js +0 -6
@@ -1,27 +0,0 @@
1
- import '../../css/cell-formatter.css';
2
- export { default as TextFormatter } from './text-formatter';
3
- export { default as NumberFormatter } from './number-formatter';
4
- export { default as DateFormatter } from './date-formatter';
5
- export { default as CheckboxFormatter } from './checkbox-formatter';
6
- export { default as CollaboratorFormatter } from './collaborator-formatter';
7
- export { default as SingleSelectFormatter } from './single-select-formatter';
8
- export { default as MultipleSelectFormatter } from './multiple-select-formatter';
9
- export { default as LongTextFormatter } from './long-text-formatter';
10
- export { default as FileFormatter } from './file-formatter';
11
- export { default as ImageFormatter } from './image-formatter';
12
- export { default as GeolocationFormatter } from './geolocation-formatter';
13
- export { default as CTimeFormatter } from './ctime-formatter';
14
- export { default as CreatorFormatter } from './creator-formatter';
15
- export { default as LastModifierFormatter } from './last-modifier-formatter';
16
- export { default as MTimeFormatter } from './mtime-formatter';
17
- export { default as FormulaFormatter } from './formula-formatter';
18
- export { default as LinkFormatter } from './link-formatter';
19
- export { default as AutoNumberFormatter } from './auto-number-formatter';
20
- export { default as UrlFormatter } from './url-formatter';
21
- export { default as EmailFormatter } from './email-formatter';
22
- export { default as DurationFormatter } from './duration-formatter';
23
- export { default as RateFormatter } from './rate-formatter';
24
- export { default as ButtonFormatter } from './button-formatter';
25
- export { default as FileItemFormatter } from './widgets/file-item-formatter';
26
- export { default as ImagePreviewerLightbox } from './widgets/image-previewer-lightbox';
27
- export { default as CollaboratorItem } from '../common/collaborator-item';
@@ -1,48 +0,0 @@
1
- import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
-
3
- var _DURATION_ZERO_DISPLA, _DURATION_DECIMAL_DIG;
4
-
5
- import * as CellType from './cell-types';
6
- export var NUMBER_TYPES = {
7
- 'NUMBER': 'number',
8
- 'NUMBER_WITH_COMMAS': 'number-with-commas',
9
- 'PERCENT': 'percent',
10
- 'YUAN': 'yuan',
11
- 'EURO': 'euro',
12
- 'DOLLAR': 'dollar'
13
- };
14
- export var DATE_TYPES = {
15
- 'D/M/YYYY': 'D/M/YYYY',
16
- 'D/M/YYYY HH:mm': 'D/M/YYYY HH:mm',
17
- 'M/D/YYYY': 'M/D/YY',
18
- 'M/D/YYYY HH:mm': 'M/D/YYYY HH:mm',
19
- 'YYYY-MM-DD': 'YYYY-MM-DD',
20
- 'YYYY-MM-DD HH:mm': 'YYYY-MM-DD HH:mm'
21
- };
22
- export var FORMULA_RESULT_TYPE = {
23
- NUMBER: 'number',
24
- STRING: 'string',
25
- DATE: 'date',
26
- BOOL: 'bool',
27
- ARRAY: 'array'
28
- };
29
- export var SIMPLE_CELL_COLUMNS = [CellType.TEXT, CellType.NUMBER, CellType.DATE, CellType.CTIME, CellType.MTIME, CellType.GEOLOCATION, CellType.AUTO_NUMBER, CellType.URL, CellType.EMAIL, CellType.DURATION, CellType.CHECKBOX, CellType.RATE];
30
- export var ARRAY_FORMAL_COLUMNS = [CellType.IMAGE, CellType.FILE, CellType.MULTIPLE_SELECT, CellType.COLLABORATOR];
31
- export var SIMPLE_CELL_FORMULA_RESULTS = [FORMULA_RESULT_TYPE.NUMBER, FORMULA_RESULT_TYPE.STRING, FORMULA_RESULT_TYPE.DATE, FORMULA_RESULT_TYPE.BOOL];
32
- export var COLLABORATOR_COLUMN_TYPES = [CellType.COLLABORATOR, CellType.CREATOR, CellType.LAST_MODIFIER];
33
- export var ARRAY_FORMAL_COLUMNS_TYPES = [CellType.IMAGE, CellType.FILE, CellType.MULTIPLE_SELECT, CellType.COLLABORATOR];
34
- export var DEFAULT_NUMBER_FORMAT = 'number';
35
- export var DEFAULT_DATE_FORMAT = 'YYYY-MM-DD';
36
- export var DURATION_FORMATS_MAP = {
37
- H_MM: 'h:mm',
38
- H_MM_SS: 'h:mm:ss'
39
- };
40
- export var DURATION_FORMATS = [{
41
- name: DURATION_FORMATS_MAP.H_MM,
42
- type: DURATION_FORMATS_MAP.H_MM
43
- }, {
44
- name: DURATION_FORMATS_MAP.H_MM_SS,
45
- type: DURATION_FORMATS_MAP.H_MM_SS
46
- }];
47
- export var DURATION_ZERO_DISPLAY = (_DURATION_ZERO_DISPLA = {}, _defineProperty(_DURATION_ZERO_DISPLA, DURATION_FORMATS_MAP.H_MM, '0:00'), _defineProperty(_DURATION_ZERO_DISPLA, DURATION_FORMATS_MAP.H_MM_SS, '0:00'), _DURATION_ZERO_DISPLA);
48
- export var DURATION_DECIMAL_DIGITS = (_DURATION_DECIMAL_DIG = {}, _defineProperty(_DURATION_DECIMAL_DIG, DURATION_FORMATS_MAP.H_MM, 0), _defineProperty(_DURATION_DECIMAL_DIG, DURATION_FORMATS_MAP.H_MM_SS, 0), _DURATION_DECIMAL_DIG);
@@ -1,247 +0,0 @@
1
- .dtable-ui.cell-formatter-container {
2
- overflow: hidden;
3
- line-height: 1;
4
- }
5
-
6
- /* collaborator */
7
- .dtable-ui.collaborator-item {
8
- display: inline-flex;
9
- align-items: center;
10
- margin-right: 10px;
11
- padding: 0 8px 0 2px;
12
- height: 20px;
13
- font-size: 13px;
14
- border-radius: 10px;
15
- background: #eaeaea;
16
- }
17
-
18
- .dtable-ui.collaborator-item .collaborator-avatar,
19
- .dtable-ui.collaborator-item .collaborator-name,
20
- .dtable-ui.collaborator-item .collaborator-remove {
21
- height: 20px;
22
- line-height: 20px;
23
- }
24
-
25
- .dtable-ui.collaborator-item .collaborator-avatar {
26
- display: flex;
27
- align-items: center;
28
- justify-content: center;
29
- margin: 0 4px 0 2px;
30
- }
31
-
32
- .dtable-ui.collaborator-item .collaborator-avatar img {
33
- width: 16px;
34
- height: 16px;
35
- border-radius: 50%;
36
- }
37
-
38
- .dtable-ui.collaborator-item .collaborator-remove {
39
- display: inline-block;
40
- width: 14px;
41
- margin: 0 -2px 0 2px;
42
- }
43
-
44
- .dtable-ui.collaborator-item .collaborator-remove .dtable-font {
45
- display: inline-block;
46
- font-size: 12px;
47
- color: #909090;
48
- transform: scale(.8);
49
- cursor: pointer;
50
- }
51
-
52
- .dtable-ui.collaborator-item .collaborator-remove .dtable-font:hover {
53
- color: #666666;
54
- cursor: pointer;
55
- }
56
-
57
- /* long-text */
58
- .dtable-ui.long-text-formatter {
59
- display: flex;
60
- align-items: center;
61
- height: 28px;
62
- overflow: hidden;
63
- text-overflow: ellipsis;
64
- white-space: nowrap;
65
- }
66
-
67
- .dtable-ui.long-text-formatter.article {
68
- display: block;
69
- height: auto;
70
- overflow: auto;
71
- }
72
-
73
- .dtable-ui.long-text-formatter .long-text-links,
74
- .dtable-ui.long-text-formatter .long-text-check-list {
75
- display: inline-block;
76
- height: 20px;
77
- padding: 2px;
78
- margin: 4px;
79
- color: #9c9c9c;
80
- background-color: #f0f0f0;
81
- border-radius: 3px;
82
- line-height: 16px;
83
- }
84
-
85
- .dtable-ui.long-text-formatter .long-text-check-list .dtable-font,
86
- .dtable-ui.long-text-formatter .long-text-links .dtable-font {
87
- margin-right: 4px;
88
- font-size: 12px;
89
- }
90
-
91
- .dtable-ui.long-text-formatter .long-text-check-list .long-text-check-list-completed {
92
- color: #61BD4F;
93
- }
94
-
95
- .dtable-ui.long-text-formatter .long-text-images {
96
- margin-right: -10px;
97
- }
98
-
99
- .dtable-ui.long-text-formatter .long-text-images img {
100
- max-width: 28px;
101
- max-height: 28px;
102
- border: 1px solid #f0f0f0;
103
- box-sizing: border-box;
104
- border-radius: 3px;
105
- }
106
-
107
- .dtable-ui.long-text-formatter .long-text-images .image-number {
108
- display: inline-block;
109
- min-width: 14px;
110
- padding: 0 3px;
111
- line-height: 14px;
112
- font-style: normal;
113
- font-size: 12px;
114
- border-radius: 6px;
115
- background-color: #999;
116
- color: #fff;
117
- transform: translate(-50%, 9px) scale(0.8);
118
- }
119
-
120
- .dtable-ui.file-formatter {
121
- display: flex;
122
- align-items: center;
123
- }
124
-
125
- .dtable-ui.file-formatter .file-item-icon {
126
- display: inline-block;
127
- height: 28px;
128
- width: 28px;
129
- border: 1px solid #f0f0f0;
130
- }
131
-
132
- .dtable-ui.file-formatter .file-item-count {
133
- display: inline-block;
134
- padding: 0 3px;
135
- min-width: 14px;
136
- line-height: 14px;
137
- font-size: 12px;
138
- border-radius: 6px;
139
- text-align: center;
140
- text-overflow: ellipsis;
141
- white-space: nowrap;
142
- color: #fff;
143
- background-color: #999;
144
- -webkit-transform: translate(-50%, 8px) scale(.8);
145
- transform: translate(-50%, 8px) scale(.8);
146
- }
147
-
148
-
149
- .dtable-ui.image-formatter {
150
- display: flex;
151
- align-items: center;
152
- }
153
-
154
- .dtable-ui.image-formatter .image-item {
155
- display: inline-block;
156
- height: 28px;
157
- width: 28px;
158
- margin-right: 4px;
159
- border: 1px solid #f0f0f0;
160
- }
161
-
162
- .dtable-ui.image-formatter .image-item:hover {
163
- border: 1px solid #c9c9c9;
164
- }
165
-
166
- .dtable-ui.image-formatter .image-item-count {
167
- display: inline-block;
168
- padding: 0 3px;
169
- min-width: 14px;
170
- line-height: 14px;
171
- font-size: 12px;
172
- border-radius: 6px;
173
- text-align: center;
174
- text-overflow: ellipsis;
175
- white-space: nowrap;
176
- color: #fff;
177
- background-color: #999;
178
- -webkit-transform: translate(-50%, 8px) scale(.8);
179
- transform: translate(-50%, 8px) scale(.8);
180
- }
181
-
182
- .dtable-ui.link-formmatter {
183
- display: inline-flex;
184
- align-items: center;
185
- overflow: hidden;
186
- flex-wrap: nowrap;
187
- }
188
-
189
- .dtable-ui.link-formatter .link-item {
190
- display: inline-flex;
191
- height: 20px;
192
- max-width: 230px;
193
- padding: 0 8px 0 2px;
194
- align-items: center;
195
- font-size: 13px;
196
- margin-right: 10px;
197
- border-radius: 3px;
198
- background: #eceff4;
199
- cursor: pointer;
200
- }
201
-
202
- .dtable-ui.link-formatter .link-item .link-name {
203
- overflow: hidden;
204
- white-space: nowrap;
205
- text-overflow: ellipsis;
206
- }
207
-
208
- /*
209
- * url formatter
210
- * email formatter
211
- */
212
-
213
- .dtable-ui.url-formatter,
214
- .dtable-ui.email-formatter {
215
- text-decoration: underline;
216
- }
217
-
218
- .dtable-ui.formula-formatter.multiple .formula-formatter-content-item {
219
- display: inline-flex;
220
- margin-right: 10px;
221
- }
222
-
223
-
224
- .dtable-ui.formula-formatter.multiple .formula-formatter-content-item.simple-cell-formatter {
225
- height: 20px;
226
- padding: 0 8px;
227
- align-items: center;
228
- background: #eceff4;
229
- border-radius: 3px;
230
- }
231
-
232
- .dtable-ui.formula-formatter.multiple .formula-formatter-content-item .collaborator {
233
- margin-right: 0;
234
- }
235
-
236
- /* button */
237
- .dtable-ui.button-formatter {
238
- height: 26px;
239
- width: 80px;
240
- padding: 5px 8px;
241
- border-width: 1px;
242
- border-style: solid;
243
- border-radius: 3px;
244
- overflow: hidden;
245
- white-space: nowrap;
246
- text-overflow: ellipsis;
247
- }
package/es/index.js DELETED
@@ -1,6 +0,0 @@
1
- export { default as toaster } from './components/toast';
2
- export { setLocale } from './lang';
3
- export { getDateDisplayString, getNumberDisplayString, formatStringToNumber, formatNumberString } from './utils/value-format-utils';
4
- export { default as Loading } from './components/loading';
5
- export { TextFormatter, NumberFormatter, CheckboxFormatter, DateFormatter, SingleSelectFormatter, MultipleSelectFormatter, CollaboratorFormatter, ImageFormatter, FileFormatter, LongTextFormatter, GeolocationFormatter, LinkFormatter, FormulaFormatter, CTimeFormatter, CreatorFormatter, LastModifierFormatter, MTimeFormatter, AutoNumberFormatter, UrlFormatter, EmailFormatter, DurationFormatter, RateFormatter, ButtonFormatter, FileItemFormatter, ImagePreviewerLightbox, CollaboratorItem } from './components/cell-formatter';
6
- export { TextEditor, NumberEditor, CheckboxEditor, SingleSelectEditor, CollaboratorEditor, DateEditor, LinkEditor } from './components/cell-editor';