@milaboratories/uikit 1.2.8 → 1.2.9

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.
@@ -0,0 +1,16 @@
1
+ import './pl-log-view.scss';
2
+ /**
3
+ * Log Viewer Component
4
+ */
5
+ declare const _default: import("vue").DefineComponent<{
6
+ /**
7
+ * String contents
8
+ */
9
+ value?: string;
10
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
11
+ /**
12
+ * String contents
13
+ */
14
+ value?: string;
15
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as PlLogView } from './PlLogView.vue';
@@ -36,6 +36,7 @@ export * from './components/PlChip';
36
36
  export * from './components/PlDialogModal';
37
37
  export * from './components/PlSlideModal';
38
38
  export * from './components/PlToggleSwitch';
39
+ export * from './components/PlLogView';
39
40
  export * from './components/PlFileDialog';
40
41
  export * from './components/PlFileInput';
41
42
  import DropdownListItem from './components/DropdownListItem.vue';