@milaboratories/uikit 2.0.0 → 2.0.2
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/CHANGELOG.md +12 -0
- package/dist/pl-uikit.js +1564 -1502
- package/dist/pl-uikit.umd.cjs +4 -4
- package/dist/src/components/PlCopyData/PlCopyData.vue.d.ts +6 -0
- package/dist/src/components/PlCopyData/index.d.ts +1 -0
- package/dist/src/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts +34 -0
- package/dist/src/components/PlNotificationAlert/index.d.ts +1 -0
- package/dist/src/components/PlSpacer/PlSpacer.vue.d.ts +2 -0
- package/dist/src/components/PlSpacer/index.d.ts +1 -0
- package/dist/src/generated/icons-24.d.ts +1 -1
- package/dist/src/index.d.ts +3 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/assets/icons/icon-assets/24_delete-bin.svg +7 -0
- package/src/assets/icons/icon-assets-min/24_delete-bin.svg +1 -0
- package/src/assets/icons/icons-24-generated.json +1 -0
- package/src/assets/icons/icons-24-generated.scss +1 -0
- package/src/assets/typography.scss +1 -1
- package/src/components/PlCopyData/PlCopyData.vue +20 -0
- package/src/components/PlCopyData/index.ts +1 -0
- package/src/components/PlDialogModal/pl-dialog-modal.scss +4 -1
- package/src/components/PlNotificationAlert/PlNotificationAlert.vue +38 -0
- package/src/components/PlNotificationAlert/index.ts +1 -0
- package/src/components/PlNotificationAlert/pl-notification-alert.scss +43 -0
- package/src/components/PlSpacer/PlSpacer.vue +3 -0
- package/src/components/PlSpacer/index.ts +1 -0
- package/src/generated/icons-24.ts +1 -0
- package/src/index.ts +2 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
copy: (...args: any[]) => void;
|
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
onCopy?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PlCopyData } from './PlCopyData.vue';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import './pl-notification-alert.scss';
|
|
2
|
+
declare let __VLS_typeProps: {
|
|
3
|
+
type?: 'success' | 'error' | 'warning' | 'neutral';
|
|
4
|
+
width?: string;
|
|
5
|
+
closable?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const model: import("vue").ModelRef<boolean, string, boolean, boolean>;
|
|
8
|
+
type __VLS_PublicProps = {
|
|
9
|
+
modelValue?: typeof model['value'];
|
|
10
|
+
} & typeof __VLS_typeProps;
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
actions?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
width: string;
|
|
26
|
+
type: "success" | "error" | "warning" | "neutral";
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PlNotificationAlert } from './PlNotificationAlert.vue';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PlSpacer } from './PlSpacer.vue';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const maskIcons24: readonly ["add-layer", "add", "annotate", "annotation", "area", "arrow-down", "arrow-left", "arrow-right", "arrow-up", "axes", "bar-error", "bar-trend", "bar", "bindot", "box-dot", "boxplot-1", "boxplot-binned", "boxplot-jitter", "boxplot-notched", "boxplot", "bubble", "canvas", "checkbox", "checkmark", "chevron-down", "chevron-left", "chevron-right", "chevron-sort", "chevron-up", "clipboard-copied", "clipboard", "close", "cloud-down", "cloud-offline", "cloud-online", "cloud-up", "code-2", "code", "color", "columns", "connected-points", "copy", "cpu", "cross-bars", "dark-mode", "delete", "dendrogram-X-1", "dendrogram-X", "dendrogram-Y-1", "dendrogram-Y", "dna", "download-files", "duplicate", "edit", "error-bar", "error", "expand-left", "expand-right", "export-2", "export", "external-link", "fill-color", "filter-on", "filter", "filters-gate", "fire-tips", "folder-parent", "frame-type", "generate", "graph", "heatmap", "help", "hide", "import-2", "import-download", "info-circle-outline", "jitter", "layers", "learn", "legend", "light-mode", "line-binned", "line-error", "line-jitter", "line", "linetype", "link-disabled", "link", "loading", "local", "logout", "menu", "minus", "more-horizontal", "outlier-shape", "paper-clip", "pin", "position", "progress-2", "progress", "publications", "radio-btn", "restart", "reverse", "rotation", "save", "search", "server-2", "settings-2", "show", "sina", "skatterplot", "social-media", "sort", "stacked-bar", "statistics", "strip-plot", "stroke-non", "stroke", "success", "table-upload", "table", "template", "title-position", "upload-files", "venn", "violin-binned", "violin-jitter", "violin", "warning", "wetlab", "zoom-in"];
|
|
1
|
+
export declare const maskIcons24: readonly ["add-layer", "add", "annotate", "annotation", "area", "arrow-down", "arrow-left", "arrow-right", "arrow-up", "axes", "bar-error", "bar-trend", "bar", "bindot", "box-dot", "boxplot-1", "boxplot-binned", "boxplot-jitter", "boxplot-notched", "boxplot", "bubble", "canvas", "checkbox", "checkmark", "chevron-down", "chevron-left", "chevron-right", "chevron-sort", "chevron-up", "clipboard-copied", "clipboard", "close", "cloud-down", "cloud-offline", "cloud-online", "cloud-up", "code-2", "code", "color", "columns", "connected-points", "copy", "cpu", "cross-bars", "dark-mode", "delete-bin", "delete", "dendrogram-X-1", "dendrogram-X", "dendrogram-Y-1", "dendrogram-Y", "dna", "download-files", "duplicate", "edit", "error-bar", "error", "expand-left", "expand-right", "export-2", "export", "external-link", "fill-color", "filter-on", "filter", "filters-gate", "fire-tips", "folder-parent", "frame-type", "generate", "graph", "heatmap", "help", "hide", "import-2", "import-download", "info-circle-outline", "jitter", "layers", "learn", "legend", "light-mode", "line-binned", "line-error", "line-jitter", "line", "linetype", "link-disabled", "link", "loading", "local", "logout", "menu", "minus", "more-horizontal", "outlier-shape", "paper-clip", "pin", "position", "progress-2", "progress", "publications", "radio-btn", "restart", "reverse", "rotation", "save", "search", "server-2", "settings-2", "show", "sina", "skatterplot", "social-media", "sort", "stacked-bar", "statistics", "strip-plot", "stroke-non", "stroke", "success", "table-upload", "table", "template", "title-position", "upload-files", "venn", "violin-binned", "violin-jitter", "violin", "warning", "wetlab", "zoom-in"];
|
package/dist/src/index.d.ts
CHANGED
|
@@ -41,6 +41,8 @@ export * from './components/PlToggleSwitch';
|
|
|
41
41
|
export * from './components/PlLogView';
|
|
42
42
|
export * from './components/PlFileDialog';
|
|
43
43
|
export * from './components/PlFileInput';
|
|
44
|
+
export * from './components/PlNotificationAlert';
|
|
45
|
+
export * from './components/PlCopyData';
|
|
44
46
|
import DropdownListItem from './components/DropdownListItem.vue';
|
|
45
47
|
import MaskIcon16 from './components/MaskIcon16.vue';
|
|
46
48
|
import MaskIcon24 from './components/MaskIcon24.vue';
|
|
@@ -196,6 +198,7 @@ declare const DemoData: {
|
|
|
196
198
|
cpu: string;
|
|
197
199
|
"cross-bars": string;
|
|
198
200
|
"dark-mode": string;
|
|
201
|
+
"delete-bin": string;
|
|
199
202
|
delete: string;
|
|
200
203
|
"dendrogram-X-1": string;
|
|
201
204
|
"dendrogram-X": string;
|