quasar-factory-lib 0.0.5 → 0.0.6
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/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import TranslateKeys from './i18n/translateKeys.ts';
|
|
|
4
4
|
export { KMyButton, MyTable } from './components/index.ts';
|
|
5
5
|
export type { TranslateKeys };
|
|
6
6
|
export * from './i18n/messages.js';
|
|
7
|
-
import './css/app.
|
|
7
|
+
import './css/app.css';
|
|
8
8
|
declare const plugin: Plugin;
|
|
9
9
|
export declare function updatePackageLanguage(lang: 'es' | 'en'): void;
|
|
10
10
|
export { plugin as QuasarFactoryLib };
|
package/package.json
CHANGED
package/src/css/app.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url('../components/K-Table/css/table.css');
|
package/src/index.ts
CHANGED
package/src/css/app.scss
DELETED
|
File without changes
|
|
File without changes
|