@kispace-io/gs-lib 1.0.37 → 1.0.40

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,32 +1,2 @@
1
- import { nothing, when } from '../../appspace/src/externals/lit-exports';
2
- export * from '../../appspace/src/externals/lit-exports';
3
- export declare const lit: {
4
- html: (strings: TemplateStringsArray, ...values: unknown[]) => import('lit-html').TemplateResult<1>;
5
- css: (strings: TemplateStringsArray, ...values: (import('lit').CSSResultGroup | number)[]) => import('lit').CSSResult;
6
- unsafeCSS: (value: unknown) => import('lit').CSSResult;
7
- svg: (strings: TemplateStringsArray, ...values: unknown[]) => import('lit-html').TemplateResult<2>;
8
- nothing: symbol;
9
- when: typeof when;
10
- repeat: import('lit-html/directives/repeat.js').RepeatDirectiveFn;
11
- keyed: (k: unknown, v: unknown) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/keyed.js').Keyed>;
12
- classMap: (classInfo: import('lit-html/directives/class-map.js').ClassInfo) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/class-map.js').ClassMapDirective>;
13
- styleMap: (styleInfo: Readonly<import('lit-html/directives/style-map.js').StyleInfo>) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/style-map.js').StyleMapDirective>;
14
- ifDefined: <T>(value: T) => typeof nothing | NonNullable<T>;
15
- guard: (_value: unknown, f: () => unknown) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/guard.js').GuardDirective>;
16
- cache: (v: unknown) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/cache.js').CacheDirective>;
17
- unsafeHTML: (value: string | typeof import('lit-html').noChange | typeof nothing | null | undefined) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/unsafe-html.js').UnsafeHTMLDirective>;
18
- until: (...values: unknown[]) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/until.js').UntilDirective>;
19
- live: (value: unknown) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/live.js').LiveDirective>;
20
- ref: (_ref?: import('lit-html/directives/ref.js').RefOrCallback<Element> | undefined) => import('lit-html/directive.js').DirectiveResult<typeof import('lit-html/directives/ref.js').RefDirective>;
21
- createRef: <T = Element>() => import('lit-html/directives/ref.js').Ref<T>;
22
- defineComponent: (tagName: string, renderFn: (props: any) => any, options?: {
23
- props?: Record<string, any> | Record<string, {
24
- type?: any;
25
- reflect?: boolean;
26
- attribute?: string | boolean;
27
- }>;
28
- styles?: any;
29
- shadowRootOptions?: ShadowRootInit;
30
- }) => string;
31
- };
1
+ export * as lit from '../../appspace/src/externals/lit-exports';
32
2
  //# sourceMappingURL=gs-litns.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"gs-litns.d.ts","sourceRoot":"","sources":["../src/gs-litns.ts"],"names":[],"mappings":"AAKA,cAAc,4CAA4C,CAAC;AAG3D,OAAO,EACQ,OAAO,EAClB,IAAI,EAEP,MAAM,4CAA4C,CAAC;AAKpD,OAAO,2CAA2C,CAAC;AA8KnD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;+BAxIH,MAAM,YACL,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,YACnB;QACN,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE;YAAE,IAAI,CAAC,EAAE,GAAG,CAAC;YAAC,OAAO,CAAC,EAAE,OAAO,CAAC;YAAC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC,CAAC;QAC9G,MAAM,CAAC,EAAE,GAAG,CAAC;QACb,iBAAiB,CAAC,EAAE,cAAc,CAAC;KACtC,KACF,MAAM;CAqJR,CAAC"}
1
+ {"version":3,"file":"gs-litns.d.ts","sourceRoot":"","sources":["../src/gs-litns.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,GAAG,MAAM,4CAA4C,CAAC;AAElE,OAAO,2CAA2C,CAAC"}