dtable-ui-component 0.3.2 → 0.3.4-alpha1
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/assets/dtable-font/dtable-font.eot +0 -0
- package/assets/dtable-font/dtable-font.svg +319 -11
- package/assets/dtable-font/dtable-font.ttf +0 -0
- package/assets/dtable-font/dtable-font.woff +0 -0
- package/assets/dtable-font/dtable-font.woff2 +0 -0
- package/assets/dtable-font.css +630 -14
- package/lib/AutoNumberFormatter/index.js +2 -2
- package/lib/ButtonFormatter/index.js +4 -8
- package/lib/CTimeFormatter/index.js +2 -2
- package/lib/CheckboxFormatter/index.js +2 -2
- package/lib/CollaboratorFormatter/index.js +2 -2
- package/lib/CreatorFormatter/index.js +2 -2
- package/lib/DTableCustomizeCollaboratorSelect/index.css +1 -1
- package/lib/DTableSearchInput/index.js +2 -2
- package/lib/DateFormatter/index.js +2 -2
- package/lib/DigitalSignFormatter/index.js +2 -2
- package/lib/DurationFormatter/index.js +2 -2
- package/lib/EmailFormatter/index.js +2 -2
- package/lib/FileFormatter/index.js +4 -3
- package/lib/FileItemFormatter/index.js +1 -1
- package/lib/FormulaFormatter/index.js +24 -5
- package/lib/FormulaFormatter/utils.js +91 -0
- package/lib/GeolocationFormatter/index.js +2 -2
- package/lib/HtmlLongTextFormatter/index.js +2 -2
- package/lib/ImageFormatter/images-lazy-load.js +12 -16
- package/lib/ImageFormatter/index.js +2 -2
- package/lib/ImagePreviewerLightbox/index.js +3 -3
- package/lib/LastModifierFormatter/index.js +2 -2
- package/lib/LinkFormatter/index.js +4 -4
- package/lib/MTimeFormatter/index.js +2 -2
- package/lib/MultipleSelectFormatter/index.js +2 -2
- package/lib/NumberFormatter/index.js +2 -2
- package/lib/RateFormatter/index.js +2 -2
- package/lib/RowExpandFileFormatter/index.css +72 -0
- package/lib/RowExpandFileFormatter/index.js +59 -0
- package/lib/RowExpandFileFormatter/row-expand-file-item-formatter.js +125 -0
- package/lib/RowExpandFormatter/index.css +73 -0
- package/lib/RowExpandFormatter/index.js +441 -0
- package/lib/RowExpandImageFormatter/index.css +79 -0
- package/lib/RowExpandImageFormatter/index.js +127 -0
- package/lib/RowExpandImageFormatter/row-expand-image-item-formatter.js +128 -0
- package/lib/RowExpandImageFormatter/utils.js +7 -0
- package/lib/RowExpandLinkFormatter/collaborator-item-formatter.js +164 -0
- package/lib/RowExpandLinkFormatter/column-data-constants.js +20 -0
- package/lib/RowExpandLinkFormatter/date-utils.js +127 -0
- package/lib/RowExpandLinkFormatter/formula-constants.js +9 -0
- package/lib/RowExpandLinkFormatter/index.css +25 -0
- package/lib/RowExpandLinkFormatter/index.js +170 -0
- package/lib/RowExpandLinkFormatter/number-precision.js +116 -0
- package/lib/RowExpandLinkFormatter/utils.js +58 -0
- package/lib/RowExpandLinkFormatter/value-display-utils.js +401 -0
- package/lib/SimpleLongTextFormatter/index.js +2 -2
- package/lib/SingleSelectFormatter/index.js +2 -2
- package/lib/TextFormatter/index.js +2 -2
- package/lib/UrlFormatter/index.js +2 -2
- package/lib/common/delete-tip.css +16 -0
- package/lib/common/delete-tip.js +84 -0
- package/lib/common/modal-portal.js +44 -0
- package/lib/constants/cell-types.js +5 -1
- package/lib/data/dtable-value.js +2731 -0
- package/lib/index.js +7 -1
- package/lib/lang/index.js +1 -1
- package/lib/locals/en.js +17 -13
- package/lib/locals/zh-CN.js +16 -12
- package/package.json +5 -4
|
Binary file
|