prlg-ui 1.8.312 → 1.8.314
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/DateFormatter-BHT1a2Uj.js +1837 -0
- package/dist/DateFormatter-K5-0YX5v.cjs +1 -0
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +382 -339
- package/dist/icons.d.ts +4 -0
- package/dist/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +5 -5
- package/dist/reka-ui/index.es.js +5419 -6973
- package/dist/utils/index.cjs.js +1 -1
- package/dist/utils/index.es.js +402 -338
- package/dist/utils/internationalized.utils.ts +1 -0
- package/dist/utils.d.ts +3 -0
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -119,6 +119,8 @@ export declare const FileExport: DefineComponent< {}, {}, {}, {}, {}, Compone
|
|
|
119
119
|
|
|
120
120
|
export declare const FileIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
121
121
|
|
|
122
|
+
export declare const FileUploadIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
123
|
+
|
|
122
124
|
export declare const FilterFillIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
123
125
|
|
|
124
126
|
export declare const FilterIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
@@ -243,6 +245,8 @@ export declare const TruckIcon: DefineComponent< {}, {}, {}, {}, {}, Componen
|
|
|
243
245
|
|
|
244
246
|
export declare const TruesignIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
245
247
|
|
|
248
|
+
export declare const UploadIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
249
|
+
|
|
246
250
|
export declare const UserIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
247
251
|
|
|
248
252
|
export declare const UsersIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|