@things-factory/meta-ui 7.0.47 → 7.0.48

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.
@@ -1 +1 @@
1
- export function GristRendererCodeInput(value: any, column: any, record: any, rowIndex: any, field: any): import("lit-html").TemplateResult<1>;
1
+ export function GristRendererCodeInput(value: any, column: any, record: any, rowIndex: any, field: any): import("lit").TemplateResult<1>;
@@ -1 +1 @@
1
- export function GristRendererMetaCodeSelector(value: any, column: any, record: any, rowIndex: any, field: any): import("lit-html").TemplateResult<1>;
1
+ export function GristRendererMetaCodeSelector(value: any, column: any, record: any, rowIndex: any, field: any): import("lit").TemplateResult<1>;
@@ -1 +1 @@
1
- export function GristRendererMetaObjectSelector(value: any, column: any, record: any, rowIndex: any, field: any): import("lit-html").TemplateResult<1>;
1
+ export function GristRendererMetaObjectSelector(value: any, column: any, record: any, rowIndex: any, field: any): import("lit").TemplateResult<1>;
@@ -6,7 +6,7 @@ export class CodeInputEditorPopup extends LitElement {
6
6
  connectedCallback(): Promise<void>;
7
7
  codeVlaue: any;
8
8
  firstUpdated(): Promise<void>;
9
- render(): import("lit-html").TemplateResult<1>;
9
+ render(): import("lit").TemplateResult<1>;
10
10
  get codeEditor(): Element | null;
11
11
  /**
12
12
  * @description 비우기
@@ -26,7 +26,7 @@ export declare class MetaObjectSelectorPopup extends LitElement {
26
26
  private record;
27
27
  connectedCallback(): Promise<void>;
28
28
  firstUpdated(changes: PropertyValues<this>): Promise<void>;
29
- render(): import("lit-html").TemplateResult<1>;
29
+ render(): import("lit").TemplateResult<1>;
30
30
  /**
31
31
  * @description 컬럼 조회
32
32
  ***************************
@@ -36,7 +36,7 @@ export declare class RecordBasedCodeEditorPopup extends LitElement {
36
36
  */
37
37
  connectedCallback(): Promise<void>;
38
38
  firstUpdated(changes: PropertyValues<this>): Promise<void>;
39
- render(): import("lit-html").TemplateResult<1>;
39
+ render(): import("lit").TemplateResult<1>;
40
40
  /**
41
41
  * @description 저장
42
42
  ***************************
@@ -29,7 +29,7 @@ export function MetaBasicGristMixin(baseElement: any): {
29
29
  firstUpdated(): Promise<void>;
30
30
  pageInitialized(lifecycle: any): Promise<void>;
31
31
  pageUpdated(changes: any, lifecycle: any, before: any): Promise<void>;
32
- render(): import("lit-html").TemplateResult<1>;
32
+ render(): import("lit").TemplateResult<1>;
33
33
  /**
34
34
  * @descrtiption 메뉴 메타에서 기본 그리드 정보 파싱 처리
35
35
  ************************************************
@@ -19,7 +19,7 @@ declare const MetaActivityViewerElement_base: {
19
19
  * @description Auto Generate Activity Viewer Element
20
20
  */
21
21
  export class MetaActivityViewerElement extends MetaActivityViewerElement_base {
22
- render(): import("lit-html").TemplateResult<1>;
22
+ render(): import("lit").TemplateResult<1>;
23
23
  contentElement: HTMLElement | undefined;
24
24
  }
25
25
  export {};
@@ -21,7 +21,7 @@ declare const MetaActivityWriterElement_base: {
21
21
  export class MetaActivityWriterElement extends MetaActivityWriterElement_base {
22
22
  disconnectedCallback(): void;
23
23
  _onDataChanged(e: any): void;
24
- render(): import("lit-html").TemplateResult<1>;
24
+ render(): import("lit").TemplateResult<1>;
25
25
  contentElement: HTMLElement | undefined;
26
26
  }
27
27
  export {};
@@ -11,7 +11,7 @@ declare const ButtonRoleDetail_base: {
11
11
  firstUpdated(): Promise<void>;
12
12
  pageInitialized(lifecycle: any): Promise<void>;
13
13
  pageUpdated(changes: any, lifecycle: any, before: any): Promise<void>;
14
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import("lit").TemplateResult<1>;
15
15
  parseBasicGridConfigs(menuMeta: any): void;
16
16
  gridConfig: any;
17
17
  gridColumnConfig: any;
@@ -34,7 +34,7 @@ export class MainMenuSelector extends LitElement {
34
34
  * @description 라이프 사이클
35
35
  ***************************
36
36
  */
37
- render(): import("lit-html").TemplateResult<1>;
37
+ render(): import("lit").TemplateResult<1>;
38
38
  /**
39
39
  * @description 그리드 리턴
40
40
  **************************
@@ -28,7 +28,7 @@ export class HistoryCopyListPopup extends LitElement {
28
28
  * @description 라이프 사이클
29
29
  ***************************
30
30
  */
31
- render(): import("lit-html").TemplateResult<1>;
31
+ render(): import("lit").TemplateResult<1>;
32
32
  /**
33
33
  * @description 그리드 리턴
34
34
  **************************
@@ -28,7 +28,7 @@ export class HistoryJsonListPopup extends LitElement {
28
28
  * @description 라이프 사이클
29
29
  ***************************
30
30
  */
31
- render(): import("lit-html").TemplateResult<1>;
31
+ render(): import("lit").TemplateResult<1>;
32
32
  /**
33
33
  * @description 그리드 리턴
34
34
  **************************
@@ -20,7 +20,7 @@ export declare class DynamicMenu extends DynamicMenu_base {
20
20
  groupGrist: DataGrist;
21
21
  detailGrist: DataGrist;
22
22
  private menuGroupId?;
23
- render(): import("lit-html").TemplateResult<1>;
23
+ render(): import("lit").TemplateResult<1>;
24
24
  get context(): {
25
25
  title: string;
26
26
  };
@@ -27,7 +27,7 @@ export class ExportMenuPopup extends LitElement {
27
27
  * @description 라이프 사이클
28
28
  ***************************
29
29
  */
30
- render(): import("lit-html").TemplateResult<1>;
30
+ render(): import("lit").TemplateResult<1>;
31
31
  /**
32
32
  * @description 그리드 리턴
33
33
  **************************
@@ -11,7 +11,7 @@ declare const MetaGristElement_base: {
11
11
  firstUpdated(): Promise<void>;
12
12
  pageInitialized(lifecycle: any): Promise<void>;
13
13
  pageUpdated(changes: any, lifecycle: any, before: any): Promise<void>;
14
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import("lit").TemplateResult<1>;
15
15
  parseBasicGridConfigs(menuMeta: any): void;
16
16
  gridConfig: any;
17
17
  gridColumnConfig: any;
@@ -11,7 +11,7 @@ declare const MetaGristPage_base: {
11
11
  firstUpdated(): Promise<void>;
12
12
  pageInitialized(lifecycle: any): Promise<void>;
13
13
  pageUpdated(changes: any, lifecycle: any, before: any): Promise<void>;
14
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import("lit").TemplateResult<1>;
15
15
  parseBasicGridConfigs(menuMeta: any): void;
16
16
  gridConfig: any;
17
17
  gridColumnConfig: any;
@@ -11,7 +11,7 @@ declare const WorkCodeDetailPopup_base: {
11
11
  firstUpdated(): Promise<void>;
12
12
  pageInitialized(lifecycle: any): Promise<void>;
13
13
  pageUpdated(changes: any, lifecycle: any, before: any): Promise<void>;
14
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import("lit").TemplateResult<1>;
15
15
  parseBasicGridConfigs(menuMeta: any): void;
16
16
  gridConfig: any;
17
17
  gridColumnConfig: any;