@univerjs/icons 0.1.43 → 0.1.44
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/dist/components/notvalue-filter-single.d.ts +4 -0
- package/dist/components/value-filter-single.d.ts +4 -0
- package/dist/icons.d.ts +2 -1
- package/dist/index.js +1 -1
- package/esm/components/notvalue-filter-single.d.ts +4 -0
- package/esm/components/notvalue-filter-single.js +14 -0
- package/esm/components/notvalue-filter-single.js.map +1 -0
- package/esm/components/value-filter-single.d.ts +4 -0
- package/esm/components/{cell-filter-single.js → value-filter-single.js} +5 -5
- package/esm/components/value-filter-single.js.map +1 -0
- package/esm/icons.d.ts +2 -1
- package/esm/icons.js +2 -1
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +2 -1
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/cell-filter-single.d.ts +0 -4
- package/esm/components/cell-filter-single.d.ts +0 -4
- package/esm/components/cell-filter-single.js.map +0 -1
package/dist/icons.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export { default as Cell100 } from './components/cell-100';
|
|
|
33
33
|
export { default as Cell25 } from './components/cell-25';
|
|
34
34
|
export { default as Cell50 } from './components/cell-50';
|
|
35
35
|
export { default as Cell75 } from './components/cell-75';
|
|
36
|
-
export { default as CellFilterSingle } from './components/cell-filter-single';
|
|
37
36
|
export { default as CheckBoxPartSingle } from './components/check-box-part-single';
|
|
38
37
|
export { default as CheckMarkSingle } from './components/check-mark-single';
|
|
39
38
|
export { default as ChipSingle } from './components/chip-single';
|
|
@@ -158,6 +157,7 @@ export { default as NoColor } from './components/no-color';
|
|
|
158
157
|
export { default as NoRotationSingle } from './components/no-rotation-single';
|
|
159
158
|
export { default as Noninductive } from './components/noninductive';
|
|
160
159
|
export { default as NoteSingle } from './components/note-single';
|
|
160
|
+
export { default as NotvalueFilterSingle } from './components/notvalue-filter-single';
|
|
161
161
|
export { default as OffLineSingle } from './components/off-line-single';
|
|
162
162
|
export { default as OnLineSingle } from './components/on-line-single';
|
|
163
163
|
export { default as OrderSingle } from './components/order-single';
|
|
@@ -241,6 +241,7 @@ export { default as UnlockSingle } from './components/unlock-single';
|
|
|
241
241
|
export { default as UnorderSingle } from './components/unorder-single';
|
|
242
242
|
export { default as UpBorder } from './components/up-border';
|
|
243
243
|
export { default as UpSingle } from './components/up-single';
|
|
244
|
+
export { default as ValueFilterSingle } from './components/value-filter-single';
|
|
244
245
|
export { default as VerticalBorder } from './components/vertical-border';
|
|
245
246
|
export { default as VerticalCenterSingle } from './components/vertical-center-single';
|
|
246
247
|
export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
|