mogh_ui 0.7.3 → 0.7.4
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/auth/index.d.ts +16 -22
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/login/header.d.ts +4 -7
- package/dist/auth/login/header.d.ts.map +1 -0
- package/dist/auth/login/index.d.ts +4 -7
- package/dist/auth/login/index.d.ts.map +1 -0
- package/dist/auth/profile/index.d.ts +4 -5
- package/dist/auth/profile/index.d.ts.map +1 -0
- package/dist/auth/profile/linked-logins.d.ts +4 -7
- package/dist/auth/profile/linked-logins.d.ts.map +1 -0
- package/dist/auth/profile/passkey.d.ts +3 -6
- package/dist/auth/profile/passkey.d.ts.map +1 -0
- package/dist/auth/profile/totp.d.ts +3 -6
- package/dist/auth/profile/totp.d.ts.map +1 -0
- package/dist/auth/utils.d.ts +3 -4
- package/dist/auth/utils.d.ts.map +1 -0
- package/dist/color.d.ts +4 -5
- package/dist/color.d.ts.map +1 -0
- package/dist/components/back-button.d.ts +4 -7
- package/dist/components/back-button.d.ts.map +1 -0
- package/dist/components/button-link.d.ts +4 -7
- package/dist/components/button-link.d.ts.map +1 -0
- package/dist/components/config/confirm.d.ts +4 -8
- package/dist/components/config/confirm.d.ts.map +1 -0
- package/dist/components/config/group.d.ts +9 -10
- package/dist/components/config/group.d.ts.map +1 -0
- package/dist/components/config/index.d.ts +12 -25
- package/dist/components/config/index.d.ts.map +1 -0
- package/dist/components/config/item.d.ts +15 -19
- package/dist/components/config/item.d.ts.map +1 -0
- package/dist/components/config/layout.d.ts +5 -9
- package/dist/components/config/layout.d.ts.map +1 -0
- package/dist/components/config/unsaved-changes.d.ts +3 -6
- package/dist/components/config/unsaved-changes.d.ts.map +1 -0
- package/dist/components/confirm-button.d.ts +8 -12
- package/dist/components/confirm-button.d.ts.map +1 -0
- package/dist/components/confirm-icon.d.ts +8 -12
- package/dist/components/confirm-icon.d.ts.map +1 -0
- package/dist/components/confirm-modal.d.ts +5 -8
- package/dist/components/confirm-modal.d.ts.map +1 -0
- package/dist/components/copy-button.d.ts +6 -9
- package/dist/components/copy-button.d.ts.map +1 -0
- package/dist/components/copy-text.d.ts +4 -7
- package/dist/components/copy-text.d.ts.map +1 -0
- package/dist/components/create-modal.d.ts +5 -8
- package/dist/components/create-modal.d.ts.map +1 -0
- package/dist/components/data-table.d.ts +8 -11
- package/dist/components/data-table.d.ts.map +1 -0
- package/dist/components/divided-children/index.d.ts +6 -10
- package/dist/components/divided-children/index.d.ts.map +1 -0
- package/dist/components/enable-switch.d.ts +4 -7
- package/dist/components/enable-switch.d.ts.map +1 -0
- package/dist/components/entity-header.d.ts +5 -8
- package/dist/components/entity-header.d.ts.map +1 -0
- package/dist/components/entity-page.d.ts +5 -8
- package/dist/components/entity-page.d.ts.map +1 -0
- package/dist/components/fancy-card/index.d.ts +7 -10
- package/dist/components/fancy-card/index.d.ts.map +1 -0
- package/dist/components/hover-error.d.ts +3 -6
- package/dist/components/hover-error.d.ts.map +1 -0
- package/dist/components/info-card.d.ts +8 -12
- package/dist/components/info-card.d.ts.map +1 -0
- package/dist/components/input-list.d.ts +4 -7
- package/dist/components/input-list.d.ts.map +1 -0
- package/dist/components/labelled-switch.d.ts +5 -8
- package/dist/components/labelled-switch.d.ts.map +1 -0
- package/dist/components/labels-group.d.ts +4 -7
- package/dist/components/labels-group.d.ts.map +1 -0
- package/dist/components/loading-screen.d.ts +4 -7
- package/dist/components/loading-screen.d.ts.map +1 -0
- package/dist/components/mobile-friendly-tabs.d.ts +12 -15
- package/dist/components/mobile-friendly-tabs.d.ts.map +1 -0
- package/dist/components/monaco/index.d.ts +9 -11
- package/dist/components/monaco/index.d.ts.map +1 -0
- package/dist/components/monaco/init.cjs +8 -7
- package/dist/components/monaco/init.cjs.map +1 -1
- package/dist/components/monaco/init.d.ts +8 -2
- package/dist/components/monaco/init.d.ts.map +1 -0
- package/dist/components/monaco/syntax/fancy_toml.d.ts +2 -2
- package/dist/components/monaco/syntax/fancy_toml.d.ts.map +1 -0
- package/dist/components/monaco/syntax/key_value.d.ts +2 -2
- package/dist/components/monaco/syntax/key_value.d.ts.map +1 -0
- package/dist/components/monaco/syntax/shell.d.ts +2 -2
- package/dist/components/monaco/syntax/shell.d.ts.map +1 -0
- package/dist/components/monaco/syntax/string_list.d.ts +2 -2
- package/dist/components/monaco/syntax/string_list.d.ts.map +1 -0
- package/dist/components/monaco/syntax/toml.d.ts +2 -2
- package/dist/components/monaco/syntax/toml.d.ts.map +1 -0
- package/dist/components/monaco/syntax/yaml.d.ts +2 -2
- package/dist/components/monaco/syntax/yaml.d.ts.map +1 -0
- package/dist/components/monaco/theme.d.ts +2 -2
- package/dist/components/monaco/theme.d.ts.map +1 -0
- package/dist/components/page-guard.d.ts +5 -8
- package/dist/components/page-guard.d.ts.map +1 -0
- package/dist/components/page.d.ts +8 -12
- package/dist/components/page.d.ts.map +1 -0
- package/dist/components/search-input.d.ts +4 -7
- package/dist/components/search-input.d.ts.map +1 -0
- package/dist/components/section.d.ts +8 -12
- package/dist/components/section.d.ts.map +1 -0
- package/dist/components/shared-text-update.d.ts +7 -10
- package/dist/components/shared-text-update.d.ts.map +1 -0
- package/dist/components/show-hide-button.d.ts +3 -6
- package/dist/components/show-hide-button.d.ts.map +1 -0
- package/dist/components/stat-bar.d.ts +5 -8
- package/dist/components/stat-bar.d.ts.map +1 -0
- package/dist/components/stat-cell.cjs +1 -1
- package/dist/components/stat-cell.cjs.map +1 -1
- package/dist/components/stat-cell.d.ts +6 -9
- package/dist/components/stat-cell.d.ts.map +1 -0
- package/dist/components/stat-cell.js +1 -1
- package/dist/components/stat-cell.js.map +1 -1
- package/dist/components/status-badge.d.ts +8 -11
- package/dist/components/status-badge.d.ts.map +1 -0
- package/dist/components/tabbed-page.d.ts +6 -9
- package/dist/components/tabbed-page.d.ts.map +1 -0
- package/dist/components/table-skeleton.d.ts +3 -6
- package/dist/components/table-skeleton.d.ts.map +1 -0
- package/dist/components/text-update-modal.d.ts +6 -9
- package/dist/components/text-update-modal.d.ts.map +1 -0
- package/dist/components/theme-toggle.d.ts +2 -5
- package/dist/components/theme-toggle.d.ts.map +1 -0
- package/dist/formatting.d.ts +13 -14
- package/dist/formatting.d.ts.map +1 -0
- package/dist/hooks.d.ts +10 -14
- package/dist/hooks.d.ts.map +1 -0
- package/dist/index.d.ts +43 -56
- package/dist/index.d.ts.map +1 -0
- package/dist/theme.d.ts +11 -14
- package/dist/theme.d.ts.map +1 -0
- package/dist/utils.d.ts +4 -5
- package/dist/utils.d.ts.map +1 -0
- package/package.json +5 -5
- package/dist/auth/index.d.cts +0 -51
- package/dist/auth/login/header.d.cts +0 -8
- package/dist/auth/login/index.d.cts +0 -15
- package/dist/auth/profile/index.d.cts +0 -5
- package/dist/auth/profile/linked-logins.d.cts +0 -13
- package/dist/auth/profile/passkey.d.cts +0 -9
- package/dist/auth/profile/totp.d.cts +0 -9
- package/dist/auth/utils.d.cts +0 -4
- package/dist/color.d.cts +0 -5
- package/dist/components/back-button.d.cts +0 -9
- package/dist/components/button-link.d.cts +0 -9
- package/dist/components/config/confirm.d.cts +0 -20
- package/dist/components/config/group.d.cts +0 -10
- package/dist/components/config/index.d.cts +0 -62
- package/dist/components/config/item.d.cts +0 -44
- package/dist/components/config/layout.d.cts +0 -11
- package/dist/components/config/unsaved-changes.d.cts +0 -7
- package/dist/components/confirm-button.d.cts +0 -23
- package/dist/components/confirm-icon.d.cts +0 -20
- package/dist/components/confirm-modal.d.cts +0 -25
- package/dist/components/copy-button.d.cts +0 -15
- package/dist/components/copy-text.d.cts +0 -11
- package/dist/components/create-modal.d.cts +0 -18
- package/dist/components/data-table.d.cts +0 -44
- package/dist/components/divided-children/index.d.cts +0 -15
- package/dist/components/enable-switch.d.cts +0 -12
- package/dist/components/entity-header.d.cts +0 -20
- package/dist/components/entity-page.d.cts +0 -11
- package/dist/components/fancy-card/index.d.cts +0 -17
- package/dist/components/hover-error.d.cts +0 -9
- package/dist/components/info-card.d.cts +0 -21
- package/dist/components/input-list.d.cts +0 -14
- package/dist/components/labelled-switch.d.cts +0 -14
- package/dist/components/labels-group.d.cts +0 -10
- package/dist/components/loading-screen.d.cts +0 -8
- package/dist/components/mobile-friendly-tabs.d.cts +0 -43
- package/dist/components/monaco/index.d.cts +0 -32
- package/dist/components/monaco/init.d.cts +0 -2
- package/dist/components/monaco/syntax/fancy_toml.d.cts +0 -2
- package/dist/components/monaco/syntax/key_value.d.cts +0 -2
- package/dist/components/monaco/syntax/shell.d.cts +0 -2
- package/dist/components/monaco/syntax/string_list.d.cts +0 -2
- package/dist/components/monaco/syntax/toml.d.cts +0 -2
- package/dist/components/monaco/syntax/yaml.d.cts +0 -2
- package/dist/components/monaco/theme.d.cts +0 -2
- package/dist/components/page-guard.d.cts +0 -12
- package/dist/components/page.d.cts +0 -31
- package/dist/components/search-input.d.cts +0 -9
- package/dist/components/section.d.cts +0 -33
- package/dist/components/shared-text-update.d.cts +0 -20
- package/dist/components/show-hide-button.d.cts +0 -8
- package/dist/components/stat-bar.d.cts +0 -15
- package/dist/components/stat-cell.d.cts +0 -17
- package/dist/components/status-badge.d.cts +0 -20
- package/dist/components/tabbed-page.d.cts +0 -19
- package/dist/components/table-skeleton.d.cts +0 -8
- package/dist/components/text-update-modal.d.cts +0 -19
- package/dist/components/theme-toggle.d.cts +0 -5
- package/dist/formatting.d.cts +0 -14
- package/dist/hooks.d.cts +0 -30
- package/dist/index.d.cts +0 -56
- package/dist/theme.d.cts +0 -18
- package/dist/utils.d.cts +0 -17
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
interface CopyTextProps extends TextProps {
|
|
1
|
+
import { GroupProps, TextProps } from "@mantine/core";
|
|
2
|
+
export interface CopyTextProps extends TextProps {
|
|
5
3
|
content: string;
|
|
6
4
|
label?: string;
|
|
7
5
|
groupProps?: GroupProps;
|
|
8
6
|
}
|
|
9
|
-
declare function CopyText({ content, label, groupProps, ...textProps }: CopyTextProps): react.JSX.Element;
|
|
10
|
-
|
|
11
|
-
export { CopyText, type CopyTextProps };
|
|
7
|
+
export declare function CopyText({ content, label, groupProps, ...textProps }: CopyTextProps): import("react").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=copy-text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy-text.d.ts","sourceRoot":"","sources":["../../src/components/copy-text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAQ,SAAS,EAAE,MAAM,eAAe,CAAC;AAGnE,MAAM,WAAW,aAAc,SAAQ,SAAS;IAC9C,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED,wBAAgB,QAAQ,CAAC,EACvB,OAAO,EACP,KAAK,EACL,UAAU,EACV,GAAG,SAAS,EACb,EAAE,aAAa,+BA0Bf"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ReactNode } from
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
interface CreateModalProps extends ButtonProps {
|
|
1
|
+
import { ButtonProps, ModalBaseProps } from "@mantine/core";
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
export interface CreateModalProps extends ButtonProps {
|
|
6
4
|
entityType: string;
|
|
7
5
|
configSection: (close: () => void) => ReactNode;
|
|
8
6
|
loading?: boolean;
|
|
@@ -13,6 +11,5 @@ interface CreateModalProps extends ButtonProps {
|
|
|
13
11
|
children?: ReactNode;
|
|
14
12
|
modalSize?: ModalBaseProps["size"];
|
|
15
13
|
}
|
|
16
|
-
declare function CreateModal({ entityType, configSection, disabled, loading, onConfirm, onOpenChange, configureLabel, openShiftKeyListener, leftSection, children, modalSize, ...targetProps }: CreateModalProps): react.JSX.Element;
|
|
17
|
-
|
|
18
|
-
export { CreateModal, type CreateModalProps };
|
|
14
|
+
export declare function CreateModal({ entityType, configSection, disabled, loading, onConfirm, onOpenChange, configureLabel, openShiftKeyListener, leftSection, children, modalSize, ...targetProps }: CreateModalProps): import("react").JSX.Element;
|
|
15
|
+
//# sourceMappingURL=create-modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-modal.d.ts","sourceRoot":"","sources":["../../src/components/create-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EAGX,cAAc,EAGf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAa,MAAM,OAAO,CAAC;AAK7C,MAAM,WAAW,gBAAiB,SAAQ,WAAW;IACnD,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC;IAChD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;IAClC,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;CACpC;AAED,wBAAgB,WAAW,CAAC,EAC1B,UAAU,EACV,aAAa,EACb,QAAQ,EACR,OAAO,EACP,SAAS,EACT,YAAY,EACZ,cAAgC,EAChC,oBAAoB,EACpB,WAAW,EACX,QAAQ,EACR,SAAgB,EAChB,GAAG,WAAW,EACf,EAAE,gBAAgB,+BAgDlB"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
interface DataTableProps<TData, TValue = unknown> extends BoxProps {
|
|
1
|
+
import { Dispatch, ReactNode, SetStateAction } from "react";
|
|
2
|
+
import { Column, ColumnDef, Row, RowSelectionState, SortingState } from "@tanstack/react-table";
|
|
3
|
+
import { BoxProps, DefaultMantineColor, TableProps } from "@mantine/core";
|
|
4
|
+
export interface DataTableProps<TData, TValue = unknown> extends BoxProps {
|
|
7
5
|
/** Unique key given to table so sorting can be remembered on local storage */
|
|
8
6
|
tableKey: string;
|
|
9
7
|
columns: (ColumnDef<TData, TValue> | false | undefined)[];
|
|
@@ -33,12 +31,11 @@ interface DataTableProps<TData, TValue = unknown> extends BoxProps {
|
|
|
33
31
|
noBox?: boolean;
|
|
34
32
|
noBorder?: boolean;
|
|
35
33
|
}
|
|
36
|
-
declare function DataTable<TData, TValue>({ tableKey, columns, data, loading, onRowClick, noResults, sortDescFirst, defaultSort, manualSorting, onSortingStateChange, selectOptions, caption, tableProps, noBox, noBorder, mah, ...boxProps }: DataTableProps<TData, TValue>): react.JSX.Element;
|
|
37
|
-
declare const SortableHeader: <T, V>({ column, title, description, sortDescFirst, }: {
|
|
34
|
+
export declare function DataTable<TData, TValue>({ tableKey, columns, data, loading, onRowClick, noResults, sortDescFirst, defaultSort, manualSorting, onSortingStateChange, selectOptions, caption, tableProps, noBox, noBorder, mah, ...boxProps }: DataTableProps<TData, TValue>): import("react").JSX.Element;
|
|
35
|
+
export declare const SortableHeader: <T, V>({ column, title, description, sortDescFirst, }: {
|
|
38
36
|
column: Column<T, V>;
|
|
39
37
|
title: string;
|
|
40
38
|
description?: ReactNode;
|
|
41
39
|
sortDescFirst?: boolean;
|
|
42
|
-
}) => react.JSX.Element;
|
|
43
|
-
|
|
44
|
-
export { DataTable, type DataTableProps, SortableHeader };
|
|
40
|
+
}) => import("react").JSX.Element;
|
|
41
|
+
//# sourceMappingURL=data-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table.d.ts","sourceRoot":"","sources":["../../src/components/data-table.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,SAAS,EACT,cAAc,EAIf,MAAM,OAAO,CAAC;AACf,OAAO,EACL,MAAM,EACN,SAAS,EAIT,GAAG,EACH,iBAAiB,EACjB,YAAY,EAEb,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAEL,QAAQ,EAGR,mBAAmB,EAKnB,UAAU,EAGX,MAAM,eAAe,CAAC;AAYvB,MAAM,WAAW,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAE,SAAQ,QAAQ;IACvE,8EAA8E;IAC9E,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,CAAC,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,KAAK,GAAG,SAAS,CAAC,EAAE,CAAC;IAC1D,IAAI,EAAE,KAAK,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;4CAEwC;IACxC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;qDAEiD;IACjD,oBAAoB,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;IACvD,aAAa,CAAC,EAAE;QACd,SAAS,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,MAAM,CAAC;QAClC,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;QACxC,KAAK,CAAC,EAAE,CAAC,iBAAiB,EAAE,QAAQ,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC;QACzE,UAAU,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,KAAK,CAAC,KAAK,OAAO,CAAC,CAAC;QACtD,KAAK,CAAC,EAAE,mBAAmB,CAAC;KAC7B,CAAC;IACF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,EACvC,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,OAAO,EACP,UAAU,EACV,SAA8C,EAC9C,aAAqB,EACrB,WAAgB,EAChB,aAAa,EACb,oBAAoB,EACpB,aAAa,EACb,OAAO,EACP,UAAU,EACV,KAAK,EACL,QAAQ,EACR,GAAuC,EACvC,GAAG,QAAQ,EACZ,EAAE,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,+BAuM/B;AAED,eAAO,MAAM,cAAc,GAAI,CAAC,EAAE,CAAC,kDAKhC;IACD,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,gCAkDA,CAAC"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { GroupProps } from "@mantine/core";
|
|
2
|
+
export declare const DividedChildren: (<C = "div">(props: import("@mantine/core").PolymorphicComponentProps<C, GroupProps>) => React.ReactElement) & Omit<import("react").FunctionComponent<(GroupProps & {
|
|
3
|
+
component: React.ElementType;
|
|
4
|
+
renderRoot?: (props: Record<string, any>) => any;
|
|
5
|
+
}) | (GroupProps & {
|
|
6
6
|
component?: any;
|
|
7
7
|
} & Omit<any, "component" | keyof GroupProps> & {
|
|
8
8
|
ref?: any;
|
|
9
9
|
renderRoot?: (props: any) => any;
|
|
10
|
-
}) | (GroupProps & {
|
|
11
|
-
component: React.ElementType;
|
|
12
|
-
renderRoot?: (props: Record<string, any>) => any;
|
|
13
10
|
})>, never> & Record<string, never>;
|
|
14
|
-
|
|
15
|
-
export { DividedChildren };
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/divided-children/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqC,UAAU,EAAE,MAAM,eAAe,CAAC;AAM9E,eAAO,MAAM,eAAe;;;;;;;;mCAa3B,CAAC"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
interface EnableSwitchProps extends SwitchProps {
|
|
1
|
+
import { GroupProps, SwitchProps } from "@mantine/core";
|
|
2
|
+
export interface EnableSwitchProps extends SwitchProps {
|
|
5
3
|
checked?: boolean;
|
|
6
4
|
onCheckedChange?: (checked: boolean) => void;
|
|
7
5
|
redDisabled?: boolean;
|
|
8
6
|
labelProps?: GroupProps;
|
|
9
7
|
}
|
|
10
|
-
declare function EnableSwitch({ checked, color, label, onChange, onCheckedChange, disabled, redDisabled, labelProps, ...props }: EnableSwitchProps): react.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { EnableSwitch, type EnableSwitchProps };
|
|
8
|
+
export declare function EnableSwitch({ checked, color, label, onChange, onCheckedChange, disabled, redDisabled, labelProps, ...props }: EnableSwitchProps): import("react").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=enable-switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-switch.d.ts","sourceRoot":"","sources":["../../src/components/enable-switch.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgB,UAAU,EAAU,WAAW,EAAE,MAAM,eAAe,CAAC;AAE9E,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED,wBAAgB,YAAY,CAAC,EAC3B,OAAO,EACP,KAAiB,EACjB,KAAK,EACL,QAAQ,EACR,eAAe,EACf,QAAQ,EACR,WAAkB,EAClB,UAAU,EACV,GAAG,KAAK,EACT,EAAE,iBAAiB,+BAyBnB"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
interface EntityHeaderProps {
|
|
1
|
+
import { FC, ReactNode } from "react";
|
|
2
|
+
import { ColorIntention } from "../color";
|
|
3
|
+
export interface EntityHeaderProps {
|
|
6
4
|
name?: string;
|
|
7
5
|
icon: FC<{
|
|
8
6
|
size?: string | number;
|
|
@@ -15,6 +13,5 @@ interface EntityHeaderProps {
|
|
|
15
13
|
onRename?: (name: string) => Promise<unknown>;
|
|
16
14
|
renamePending?: boolean;
|
|
17
15
|
}
|
|
18
|
-
declare function EntityHeader({ name, icon: Icon, intent, state, status, action, onRename: _onRename, renamePending, }: EntityHeaderProps): react.JSX.Element;
|
|
19
|
-
|
|
20
|
-
export { EntityHeader, type EntityHeaderProps };
|
|
16
|
+
export declare function EntityHeader({ name, icon: Icon, intent, state, status, action, onRename: _onRename, renamePending, }: EntityHeaderProps): import("react").JSX.Element;
|
|
17
|
+
//# sourceMappingURL=entity-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-header.d.ts","sourceRoot":"","sources":["../../src/components/entity-header.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAC;AAE3D,OAAO,EAAE,cAAc,EAAuB,MAAM,UAAU,CAAC;AAE/D,MAAM,WAAW,iBAAiB;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,EAAE,CAAC;QAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACrD,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC9C,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,YAAY,CAAC,EAC3B,IAAI,EACJ,IAAI,EAAE,IAAI,EACV,MAAM,EACN,KAAK,EACL,MAAM,EACN,MAAM,EACN,QAAQ,EAAE,SAAS,EACnB,aAAa,GACd,EAAE,iBAAiB,+BAmGnB"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ReactNode } from
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
interface EntityPageProps extends StackProps {
|
|
1
|
+
import { StackProps } from "@mantine/core";
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
export interface EntityPageProps extends StackProps {
|
|
6
4
|
backTo?: string;
|
|
7
5
|
actions?: ReactNode;
|
|
8
6
|
}
|
|
9
|
-
declare function EntityPage({ backTo, actions, children, ...props }: EntityPageProps): react.JSX.Element;
|
|
10
|
-
|
|
11
|
-
export { EntityPage, type EntityPageProps };
|
|
7
|
+
export declare function EntityPage({ backTo, actions, children, ...props }: EntityPageProps): import("react").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=entity-page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-page.d.ts","sourceRoot":"","sources":["../../src/components/entity-page.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgB,UAAU,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,MAAM,WAAW,eAAgB,SAAQ,UAAU;IACjD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,UAAU,CAAC,EACzB,MAAM,EACN,OAAO,EACP,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,eAAe,+BAUjB"}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import * as _mantine_core from '@mantine/core';
|
|
3
|
-
import { BoxProps } from '@mantine/core';
|
|
4
|
-
|
|
1
|
+
import { BoxProps } from "@mantine/core";
|
|
5
2
|
interface FancyCardProps extends BoxProps {
|
|
6
3
|
}
|
|
7
|
-
declare const FancyCard: (<C = "div">(props:
|
|
4
|
+
export declare const FancyCard: (<C = "div">(props: import("@mantine/core").PolymorphicComponentProps<C, FancyCardProps>) => React.ReactElement) & Omit<import("react").FunctionComponent<(FancyCardProps & {
|
|
5
|
+
component: React.ElementType;
|
|
6
|
+
renderRoot?: (props: Record<string, any>) => any;
|
|
7
|
+
}) | (FancyCardProps & {
|
|
8
8
|
component?: any;
|
|
9
9
|
} & Omit<any, "component" | keyof FancyCardProps> & {
|
|
10
10
|
ref?: any;
|
|
11
11
|
renderRoot?: (props: any) => any;
|
|
12
|
-
}) | (FancyCardProps & {
|
|
13
|
-
component: React.ElementType;
|
|
14
|
-
renderRoot?: (props: Record<string, any>) => any;
|
|
15
12
|
})>, never> & Record<string, never>;
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/fancy-card/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,QAAQ,EAA8B,MAAM,eAAe,CAAC;AAK1E,UAAU,cAAe,SAAQ,QAAQ;CAAG;AAE5C,eAAO,MAAM,SAAS;;;;;;;;mCAYrB,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
interface HoverErrorProps {
|
|
1
|
+
export interface HoverErrorProps {
|
|
4
2
|
error: string;
|
|
5
3
|
trace: string[];
|
|
6
4
|
}
|
|
7
|
-
declare function HoverError({ error, trace }: HoverErrorProps): react.JSX.Element;
|
|
8
|
-
|
|
9
|
-
export { HoverError, type HoverErrorProps };
|
|
5
|
+
export declare function HoverError({ error, trace }: HoverErrorProps): import("react").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=hover-error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hover-error.d.ts","sourceRoot":"","sources":["../../src/components/hover-error.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,eAAe,+BAuC3D"}
|
|
@@ -1,21 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ReactNode } from
|
|
3
|
-
|
|
4
|
-
import { StackProps, TextProps } from '@mantine/core';
|
|
5
|
-
|
|
6
|
-
interface InfoCardProps extends StackProps {
|
|
1
|
+
import { StackProps, TextProps } from "@mantine/core";
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
export interface InfoCardProps extends StackProps {
|
|
7
4
|
title: string;
|
|
8
5
|
titleProps?: TextProps;
|
|
9
6
|
info?: ReactNode;
|
|
10
7
|
}
|
|
11
|
-
declare const InfoCard: (<C = "div">(props:
|
|
8
|
+
export declare const InfoCard: (<C = "div">(props: import("@mantine/core").PolymorphicComponentProps<C, InfoCardProps>) => React.ReactElement) & Omit<import("react").FunctionComponent<(InfoCardProps & {
|
|
9
|
+
component: React.ElementType;
|
|
10
|
+
renderRoot?: (props: Record<string, any>) => any;
|
|
11
|
+
}) | (InfoCardProps & {
|
|
12
12
|
component?: any;
|
|
13
13
|
} & Omit<any, "component" | keyof InfoCardProps> & {
|
|
14
14
|
ref?: any;
|
|
15
15
|
renderRoot?: (props: any) => any;
|
|
16
|
-
}) | (InfoCardProps & {
|
|
17
|
-
component: React.ElementType;
|
|
18
|
-
renderRoot?: (props: Record<string, any>) => any;
|
|
19
16
|
})>, never> & Record<string, never>;
|
|
20
|
-
|
|
21
|
-
export { InfoCard, type InfoCardProps };
|
|
17
|
+
//# sourceMappingURL=info-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-card.d.ts","sourceRoot":"","sources":["../../src/components/info-card.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,UAAU,EAEV,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAc,SAAS,EAAE,MAAM,OAAO,CAAC;AAI9C,MAAM,WAAW,aAAc,SAAQ,UAAU;IAC/C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,QAAQ;;;;;;;;mCAgBpB,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
interface InputListProps<T> {
|
|
1
|
+
import { TextInputProps } from "@mantine/core";
|
|
2
|
+
export interface InputListProps<T> {
|
|
5
3
|
field: keyof T;
|
|
6
4
|
values: string[];
|
|
7
5
|
disabled: boolean;
|
|
@@ -9,6 +7,5 @@ interface InputListProps<T> {
|
|
|
9
7
|
placeholder?: string;
|
|
10
8
|
inputProps?: TextInputProps;
|
|
11
9
|
}
|
|
12
|
-
declare function InputList<T>({ field, values, disabled, set, placeholder, inputProps, }: InputListProps<T>): react.JSX.Element;
|
|
13
|
-
|
|
14
|
-
export { InputList, type InputListProps };
|
|
10
|
+
export declare function InputList<T>({ field, values, disabled, set, placeholder, inputProps, }: InputListProps<T>): import("react").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=input-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-list.d.ts","sourceRoot":"","sources":["../../src/components/input-list.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,cAAc,EAAE,MAAM,eAAe,CAAC;AAGtE,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC,CAAC;IACf,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,GAAG,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,cAAc,CAAC;CAC7B;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,EAC3B,KAAK,EACL,MAAM,EACN,QAAQ,EACR,GAAG,EACH,WAAW,EACX,UAAU,GACX,EAAE,cAAc,CAAC,CAAC,CAAC,+BAoCnB"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ReactNode } from
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
interface LabelledSwitchProps extends SwitchProps {
|
|
1
|
+
import { GroupProps, SwitchProps, TextProps } from "@mantine/core";
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
export interface LabelledSwitchProps extends SwitchProps {
|
|
6
4
|
checked: boolean | undefined;
|
|
7
5
|
onCheckedChange: (checked: boolean) => void;
|
|
8
6
|
label?: ReactNode;
|
|
9
7
|
groupProps?: GroupProps;
|
|
10
8
|
labelProps?: TextProps;
|
|
11
9
|
}
|
|
12
|
-
declare function LabelledSwitch({ checked, onCheckedChange, label, groupProps, labelProps, ...switchProps }: LabelledSwitchProps): react.JSX.Element;
|
|
13
|
-
|
|
14
|
-
export { LabelledSwitch, type LabelledSwitchProps };
|
|
10
|
+
export declare function LabelledSwitch({ checked, onCheckedChange, label, groupProps, labelProps, ...switchProps }: LabelledSwitchProps): import("react").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=labelled-switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"labelled-switch.d.ts","sourceRoot":"","sources":["../../src/components/labelled-switch.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,WAAW,EAEX,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,wBAAgB,cAAc,CAAC,EAC7B,OAAO,EACP,eAAe,EACf,KAAK,EACL,UAAU,EACV,UAAU,EACV,GAAG,WAAW,EACf,EAAE,mBAAmB,+BA2BrB"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
interface LabelsGroupProps extends GroupProps {
|
|
1
|
+
import { GroupProps } from "@mantine/core";
|
|
2
|
+
export interface LabelsGroupProps extends GroupProps {
|
|
5
3
|
labels: [string, string][];
|
|
6
4
|
showEllipsis?: boolean;
|
|
7
5
|
}
|
|
8
|
-
declare function LabelsGroup({ labels, showEllipsis, ...groupProps }: LabelsGroupProps): react.JSX.Element;
|
|
9
|
-
|
|
10
|
-
export { LabelsGroup, type LabelsGroupProps };
|
|
6
|
+
export declare function LabelsGroup({ labels, showEllipsis, ...groupProps }: LabelsGroupProps): import("react").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=labels-group.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"labels-group.d.ts","sourceRoot":"","sources":["../../src/components/labels-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgB,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzD,MAAM,WAAW,gBAAiB,SAAQ,UAAU;IAClD,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,WAAW,CAAC,EAC1B,MAAM,EACN,YAAY,EACZ,GAAG,UAAU,EACd,EAAE,gBAAgB,+BAelB"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare function LoadingScreen({ size, mt, ...centerProps }: {
|
|
1
|
+
import { CenterProps, LoaderProps } from "@mantine/core";
|
|
2
|
+
export declare function LoadingScreen({ size, mt, ...centerProps }: {
|
|
5
3
|
size?: LoaderProps["size"];
|
|
6
|
-
} & CenterProps): react.JSX.Element;
|
|
7
|
-
|
|
8
|
-
export { LoadingScreen };
|
|
4
|
+
} & CenterProps): import("react").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=loading-screen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loading-screen.d.ts","sourceRoot":"","sources":["../../src/components/loading-screen.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAU,WAAW,EAAE,MAAM,eAAe,CAAC;AAEzE,wBAAgB,aAAa,CAAC,EAC5B,IAAW,EACX,EAAW,EACX,GAAG,WAAW,EACf,EAAE;IACD,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC5B,GAAG,WAAW,+BAMd"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { FC, ReactNode } from
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
interface Tab {
|
|
1
|
+
import { GroupProps, MantineBreakpoint, TabsProps } from "@mantine/core";
|
|
2
|
+
import { FC, ReactNode } from "react";
|
|
3
|
+
export interface Tab {
|
|
6
4
|
label?: string;
|
|
7
5
|
icon?: FC<{
|
|
8
6
|
size?: string | number;
|
|
@@ -12,19 +10,19 @@ interface Tab {
|
|
|
12
10
|
value: string;
|
|
13
11
|
content: ReactNode;
|
|
14
12
|
}
|
|
15
|
-
type TabNoContent = Omit<Tab, "content">;
|
|
16
|
-
interface MobileFriendlyTabsProps extends MobileFriendlyTabsSelectorProps {
|
|
13
|
+
export type TabNoContent = Omit<Tab, "content">;
|
|
14
|
+
export interface MobileFriendlyTabsProps extends MobileFriendlyTabsSelectorProps {
|
|
17
15
|
tabs: Tab[];
|
|
18
16
|
tabsProps?: Omit<TabsProps, "value">;
|
|
19
17
|
}
|
|
20
|
-
declare function MobileFriendlyTabs(props: MobileFriendlyTabsProps): react.JSX.Element;
|
|
21
|
-
interface MobileFriendlyTabsWrapper extends TabsProps {
|
|
18
|
+
export declare function MobileFriendlyTabs(props: MobileFriendlyTabsProps): import("react").JSX.Element;
|
|
19
|
+
export interface MobileFriendlyTabsWrapper extends TabsProps {
|
|
22
20
|
Selector: ReactNode;
|
|
23
21
|
tabs: Tab[];
|
|
24
22
|
value: string;
|
|
25
23
|
}
|
|
26
|
-
declare function MobileFriendlyTabsWrapper({ Selector, tabs, value, children, ...tabsProps }: MobileFriendlyTabsWrapper): react.JSX.Element;
|
|
27
|
-
interface MobileFriendlyTabsSelectorProps {
|
|
24
|
+
export declare function MobileFriendlyTabsWrapper({ Selector, tabs, value, children, ...tabsProps }: MobileFriendlyTabsWrapper): import("react").JSX.Element;
|
|
25
|
+
export interface MobileFriendlyTabsSelectorProps {
|
|
28
26
|
tabs: TabNoContent[];
|
|
29
27
|
actions?: ReactNode;
|
|
30
28
|
value: string;
|
|
@@ -34,10 +32,9 @@ interface MobileFriendlyTabsSelectorProps {
|
|
|
34
32
|
mobileIconSize?: string | number;
|
|
35
33
|
tabProps?: GroupProps;
|
|
36
34
|
}
|
|
37
|
-
declare function MobileFriendlyTabsSelector({ tabs: _tabs, actions, value, onValueChange, changeAt: _changeAt, fullIconSize, mobileIconSize, tabProps, }: MobileFriendlyTabsSelectorProps): react.JSX.Element;
|
|
38
|
-
declare function MobileFriendlyTabsContent({ tabs, value, }: {
|
|
35
|
+
export declare function MobileFriendlyTabsSelector({ tabs: _tabs, actions, value, onValueChange, changeAt: _changeAt, fullIconSize, mobileIconSize, tabProps, }: MobileFriendlyTabsSelectorProps): import("react").JSX.Element;
|
|
36
|
+
export declare function MobileFriendlyTabsContent({ tabs, value, }: {
|
|
39
37
|
tabs: Tab[];
|
|
40
38
|
value: string;
|
|
41
39
|
}): ReactNode;
|
|
42
|
-
|
|
43
|
-
export { MobileFriendlyTabs, MobileFriendlyTabsContent, type MobileFriendlyTabsProps, MobileFriendlyTabsSelector, type MobileFriendlyTabsSelectorProps, MobileFriendlyTabsWrapper, type Tab, type TabNoContent };
|
|
40
|
+
//# sourceMappingURL=mobile-friendly-tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mobile-friendly-tabs.d.ts","sourceRoot":"","sources":["../../src/components/mobile-friendly-tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EACV,iBAAiB,EAIjB,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,MAAM,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,EAAE,CAAC;QAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,SAAS,CAAC;CACpB;AAED,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;AAEhD,MAAM,WAAW,uBAAwB,SAAQ,+BAA+B;IAC9E,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,SAAS,CAAC,EAAE,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;CACtC;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,+BAShE;AAED,MAAM,WAAW,yBAA0B,SAAQ,SAAS;IAC1D,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,yBAAyB,CAAC,EACxC,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,GAAG,SAAS,EACb,EAAE,yBAAyB,+BAS3B;AAED,MAAM,WAAW,+BAA+B;IAC9C,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,UAAU,CAAC;CACvB;AAED,wBAAgB,0BAA0B,CAAC,EACzC,IAAI,EAAE,KAAK,EACX,OAAO,EACP,KAAK,EACL,aAAa,EACb,QAAQ,EAAE,SAAS,EACnB,YAAuB,EACvB,cAAuB,EACvB,QAAQ,GACT,EAAE,+BAA+B,+BAoEjC;AAED,wBAAgB,yBAAyB,CAAC,EACxC,IAAI,EACJ,KAAK,GACN,EAAE;IACD,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf,aAEA"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { BoxProps } from
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
interface MonacoEditorProps extends BoxProps {
|
|
1
|
+
import "./init";
|
|
2
|
+
import { BoxProps } from "@mantine/core";
|
|
3
|
+
export type MonacoLanguage = "yaml" | "toml" | "fancy_toml" | "json" | "key_value" | "ini" | "string_list" | "shell" | "dockerfile" | "rust" | "javascript" | "typescript";
|
|
4
|
+
export declare function languageFromPath(path: string): MonacoLanguage | undefined;
|
|
5
|
+
export interface MonacoEditorProps extends BoxProps {
|
|
7
6
|
value: string | undefined;
|
|
8
7
|
onValueChange?: (value: string) => void;
|
|
9
8
|
language: MonacoLanguage | undefined;
|
|
@@ -16,8 +15,8 @@ interface MonacoEditorProps extends BoxProps {
|
|
|
16
15
|
maxHeight?: number;
|
|
17
16
|
id?: string;
|
|
18
17
|
}
|
|
19
|
-
declare function MonacoEditor({ value, onValueChange, language: _language, enableFancyToml, readOnly, filename, minHeight, maxHeightProportion, maxHeight, id, ...boxProps }: MonacoEditorProps): react.JSX.Element;
|
|
20
|
-
interface MonacoDiffEditorProps extends BoxProps {
|
|
18
|
+
export declare function MonacoEditor({ value, onValueChange, language: _language, enableFancyToml, readOnly, filename, minHeight, maxHeightProportion, maxHeight, id, ...boxProps }: MonacoEditorProps): import("react").JSX.Element;
|
|
19
|
+
export interface MonacoDiffEditorProps extends BoxProps {
|
|
21
20
|
original: string | undefined;
|
|
22
21
|
modified: string | undefined;
|
|
23
22
|
onModifiedValueChange?: (value: string) => void;
|
|
@@ -27,6 +26,5 @@ interface MonacoDiffEditorProps extends BoxProps {
|
|
|
27
26
|
id?: string;
|
|
28
27
|
hideUnchangedRegions?: boolean;
|
|
29
28
|
}
|
|
30
|
-
declare function MonacoDiffEditor({ original, modified, onModifiedValueChange, language: _language, enableFancyToml, readOnly, id, hideUnchangedRegions, ...boxProps }: MonacoDiffEditorProps): react.JSX.Element;
|
|
31
|
-
|
|
32
|
-
export { MonacoDiffEditor, type MonacoDiffEditorProps, MonacoEditor, type MonacoEditorProps, type MonacoLanguage, languageFromPath };
|
|
29
|
+
export declare function MonacoDiffEditor({ original, modified, onModifiedValueChange, language: _language, enableFancyToml, readOnly, id, hideUnchangedRegions, ...boxProps }: MonacoDiffEditorProps): import("react").JSX.Element;
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/monaco/index.tsx"],"names":[],"mappings":"AAAA,OAAO,QAAQ,CAAC;AAUhB,OAAO,EAAO,QAAQ,EAA0B,MAAM,eAAe,CAAC;AAItE,MAAM,MAAM,cAAc,GACtB,MAAM,GACN,MAAM,GACN,YAAY,GACZ,MAAM,GACN,WAAW,GACX,KAAK,GACL,aAAa,GACb,OAAO,GACP,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,YAAY,CAAC;AAiBjB,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,8BAS5C;AAED,MAAM,WAAW,iBAAkB,SAAQ,QAAQ;IACjD,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,EAAE,cAAc,GAAG,SAAS,CAAC;IACrC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sFAAsF;IACtF,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,aAAa,EACb,QAAQ,EAAE,SAAS,EACnB,eAAe,EACf,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,mBAAmB,EACnB,SAAS,EACT,EAAE,EACF,GAAG,QAAQ,EACZ,EAAE,iBAAiB,+BAgHnB;AAaD,MAAM,WAAW,qBAAsB,SAAQ,QAAQ;IACrD,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,QAAQ,EAAE,cAAc,GAAG,SAAS,CAAC;IACrC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,QAAQ,EACR,QAAQ,EACR,qBAAqB,EACrB,QAAQ,EAAE,SAAS,EACnB,eAAe,EACf,QAAQ,EACR,EAAE,EACF,oBAA2B,EAC3B,GAAG,QAAQ,EACZ,EAAE,qBAAqB,+BA0DvB"}
|
|
@@ -21,6 +21,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
21
21
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
22
|
mod
|
|
23
23
|
));
|
|
24
|
+
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.tagName.toUpperCase() === "SCRIPT" ? document.currentScript.src : new URL("main.js", document.baseURI).href;
|
|
25
|
+
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
24
26
|
var monaco = __toESM(require("monaco-editor"), 1);
|
|
25
27
|
var import_react = require("@monaco-editor/react");
|
|
26
28
|
var import_theme = require("./theme");
|
|
@@ -30,41 +32,40 @@ var import_fancy_toml = require("./syntax/fancy_toml");
|
|
|
30
32
|
var import_shell = require("./syntax/shell");
|
|
31
33
|
var import_key_value = require("./syntax/key_value");
|
|
32
34
|
var import_string_list = require("./syntax/string_list");
|
|
33
|
-
const import_meta = {};
|
|
34
35
|
self.MonacoEnvironment = {
|
|
35
36
|
getWorker(_, label) {
|
|
36
37
|
if (label === "json") {
|
|
37
38
|
return new Worker(
|
|
38
|
-
new URL("monaco-editor/esm/vs/language/json/json.worker.js",
|
|
39
|
+
new URL("monaco-editor/esm/vs/language/json/json.worker.js", importMetaUrl),
|
|
39
40
|
{ type: "module" }
|
|
40
41
|
);
|
|
41
42
|
}
|
|
42
43
|
if (label === "css" || label === "scss" || label === "less") {
|
|
43
44
|
return new Worker(
|
|
44
|
-
new URL("monaco-editor/esm/vs/language/css/css.worker.js",
|
|
45
|
+
new URL("monaco-editor/esm/vs/language/css/css.worker.js", importMetaUrl),
|
|
45
46
|
{ type: "module" }
|
|
46
47
|
);
|
|
47
48
|
}
|
|
48
49
|
if (label === "html" || label === "handlebars" || label === "razor") {
|
|
49
50
|
return new Worker(
|
|
50
|
-
new URL("monaco-editor/esm/vs/language/html/html.worker.js",
|
|
51
|
+
new URL("monaco-editor/esm/vs/language/html/html.worker.js", importMetaUrl),
|
|
51
52
|
{ type: "module" }
|
|
52
53
|
);
|
|
53
54
|
}
|
|
54
55
|
if (label === "typescript" || label === "javascript") {
|
|
55
56
|
return new Worker(
|
|
56
|
-
new URL("monaco-editor/esm/vs/language/typescript/ts.worker.js",
|
|
57
|
+
new URL("monaco-editor/esm/vs/language/typescript/ts.worker.js", importMetaUrl),
|
|
57
58
|
{ type: "module" }
|
|
58
59
|
);
|
|
59
60
|
}
|
|
60
61
|
if (label === "yaml") {
|
|
61
62
|
return new Worker(
|
|
62
|
-
new URL("monaco-yaml/yaml.worker.js",
|
|
63
|
+
new URL("monaco-yaml/yaml.worker.js", importMetaUrl),
|
|
63
64
|
{ type: "module" }
|
|
64
65
|
);
|
|
65
66
|
}
|
|
66
67
|
return new Worker(
|
|
67
|
-
new URL("monaco-editor/esm/vs/editor/editor.worker.js",
|
|
68
|
+
new URL("monaco-editor/esm/vs/editor/editor.worker.js", importMetaUrl),
|
|
68
69
|
{ type: "module" }
|
|
69
70
|
);
|
|
70
71
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/monaco/init.ts"],"sourcesContent":["import * as monaco from \"monaco-editor\";\n\nself.MonacoEnvironment = {\n getWorker(_, label) {\n if (label === \"json\") {\n return new Worker(\n new URL(\"monaco-editor/esm/vs/language/json/json.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n if (label === \"css\" || label === \"scss\" || label === \"less\") {\n return new Worker(\n new URL(\"monaco-editor/esm/vs/language/css/css.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n if (label === \"html\" || label === \"handlebars\" || label === \"razor\") {\n return new Worker(\n new URL(\"monaco-editor/esm/vs/language/html/html.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n if (label === \"typescript\" || label === \"javascript\") {\n return new Worker(\n new URL(\"monaco-editor/esm/vs/language/typescript/ts.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n if (label === \"yaml\") {\n return new Worker(\n new URL(\"monaco-yaml/yaml.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n return new Worker(\n new URL(\"monaco-editor/esm/vs/editor/editor.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n },\n};\n\nimport { loader } from \"@monaco-editor/react\";\nloader.config({ monaco });\n\n// Load the themes\nimport \"./theme\";\n// Load the parsers\nimport \"./syntax/yaml\";\nimport \"./syntax/toml\";\nimport \"./syntax/fancy_toml\";\nimport \"./syntax/shell\";\nimport \"./syntax/key_value\";\nimport \"./syntax/string_list\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../node_modules/tsup/assets/cjs_shims.js","../../../src/components/monaco/init.ts"],"sourcesContent":["// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () => \n typeof document === \"undefined\" \n ? new URL(`file:${__filename}`).href \n : (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT') \n ? document.currentScript.src \n : new URL(\"main.js\", document.baseURI).href;\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n","import * as monaco from \"monaco-editor\";\n\nself.MonacoEnvironment = {\n getWorker(_, label) {\n if (label === \"json\") {\n return new Worker(\n new URL(\"monaco-editor/esm/vs/language/json/json.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n if (label === \"css\" || label === \"scss\" || label === \"less\") {\n return new Worker(\n new URL(\"monaco-editor/esm/vs/language/css/css.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n if (label === \"html\" || label === \"handlebars\" || label === \"razor\") {\n return new Worker(\n new URL(\"monaco-editor/esm/vs/language/html/html.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n if (label === \"typescript\" || label === \"javascript\") {\n return new Worker(\n new URL(\"monaco-editor/esm/vs/language/typescript/ts.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n if (label === \"yaml\") {\n return new Worker(\n new URL(\"monaco-yaml/yaml.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n }\n return new Worker(\n new URL(\"monaco-editor/esm/vs/editor/editor.worker.js\", import.meta.url),\n { type: \"module\" }\n );\n },\n};\n\nimport { loader } from \"@monaco-editor/react\";\nloader.config({ monaco });\n\n// Load the themes\nimport \"./theme\";\n// Load the parsers\nimport \"./syntax/yaml\";\nimport \"./syntax/toml\";\nimport \"./syntax/fancy_toml\";\nimport \"./syntax/shell\";\nimport \"./syntax/key_value\";\nimport \"./syntax/string_list\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAKA,IAAM,mBAAmB,MACvB,OAAO,aAAa,cAChB,IAAI,IAAI,QAAQ,UAAU,EAAE,EAAE,OAC7B,SAAS,iBAAiB,SAAS,cAAc,QAAQ,YAAY,MAAM,WAC1E,SAAS,cAAc,MACvB,IAAI,IAAI,WAAW,SAAS,OAAO,EAAE;AAEtC,IAAM,gBAAgC,iCAAiB;ACZ9D,aAAwB;AAyCxB,mBAAuB;AAIvB,mBAAO;AAEP,kBAAO;AACP,kBAAO;AACP,wBAAO;AACP,mBAAO;AACP,uBAAO;AACP,yBAAO;AAlDP,KAAK,oBAAoB;AAAA,EACvB,UAAU,GAAG,OAAO;AAClB,QAAI,UAAU,QAAQ;AACpB,aAAO,IAAI;AAAA,QACT,IAAI,IAAI,qDAAqD,aAAe;AAAA,QAC5E,EAAE,MAAM,SAAS;AAAA,MACnB;AAAA,IACF;AACA,QAAI,UAAU,SAAS,UAAU,UAAU,UAAU,QAAQ;AAC3D,aAAO,IAAI;AAAA,QACT,IAAI,IAAI,mDAAmD,aAAe;AAAA,QAC1E,EAAE,MAAM,SAAS;AAAA,MACnB;AAAA,IACF;AACA,QAAI,UAAU,UAAU,UAAU,gBAAgB,UAAU,SAAS;AACnE,aAAO,IAAI;AAAA,QACT,IAAI,IAAI,qDAAqD,aAAe;AAAA,QAC5E,EAAE,MAAM,SAAS;AAAA,MACnB;AAAA,IACF;AACA,QAAI,UAAU,gBAAgB,UAAU,cAAc;AACpD,aAAO,IAAI;AAAA,QACT,IAAI,IAAI,yDAAyD,aAAe;AAAA,QAChF,EAAE,MAAM,SAAS;AAAA,MACnB;AAAA,IACF;AACA,QAAI,UAAU,QAAQ;AACpB,aAAO,IAAI;AAAA,QACT,IAAI,IAAI,8BAA8B,aAAe;AAAA,QACrD,EAAE,MAAM,SAAS;AAAA,MACnB;AAAA,IACF;AACA,WAAO,IAAI;AAAA,MACT,IAAI,IAAI,gDAAgD,aAAe;AAAA,MACvE,EAAE,MAAM,SAAS;AAAA,IACnB;AAAA,EACF;AACF;AAGA,oBAAO,OAAO,EAAE,OAAO,CAAC;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../src/components/monaco/init.ts"],"names":[],"mappings":"AA6CA,OAAO,SAAS,CAAC;AAEjB,OAAO,eAAe,CAAC;AACvB,OAAO,eAAe,CAAC;AACvB,OAAO,qBAAqB,CAAC;AAC7B,OAAO,gBAAgB,CAAC;AACxB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,sBAAsB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=fancy_toml.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fancy_toml.d.ts","sourceRoot":"","sources":["../../../../src/components/monaco/syntax/fancy_toml.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=key_value.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key_value.d.ts","sourceRoot":"","sources":["../../../../src/components/monaco/syntax/key_value.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=shell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shell.d.ts","sourceRoot":"","sources":["../../../../src/components/monaco/syntax/shell.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=string_list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"string_list.d.ts","sourceRoot":"","sources":["../../../../src/components/monaco/syntax/string_list.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=toml.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toml.d.ts","sourceRoot":"","sources":["../../../../src/components/monaco/syntax/toml.ts"],"names":[],"mappings":""}
|