@gkits/collect 0.0.1

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.
Files changed (95) hide show
  1. package/README.md +1 -0
  2. package/dist/dts/res/_utils/animate/animate.d.ts +13 -0
  3. package/dist/dts/res/_utils/animate/index.d.ts +15 -0
  4. package/dist/dts/res/_utils/attribute.d.ts +4 -0
  5. package/dist/dts/res/_utils/browser/UrlHandler.d.ts +13 -0
  6. package/dist/dts/res/_utils/browser/body.scroll.d.ts +19 -0
  7. package/dist/dts/res/_utils/browser/copy.d.ts +1 -0
  8. package/dist/dts/res/_utils/browser/device.d.ts +4 -0
  9. package/dist/dts/res/_utils/browser/fetcher.d.ts +0 -0
  10. package/dist/dts/res/_utils/browser/findDom.d.ts +1 -0
  11. package/dist/dts/res/_utils/browser/getBase64.d.ts +1 -0
  12. package/dist/dts/res/_utils/browser/getMousePoint.d.ts +4 -0
  13. package/dist/dts/res/_utils/browser/getPageScroll.d.ts +4 -0
  14. package/dist/dts/res/_utils/browser/getPageSize.d.ts +6 -0
  15. package/dist/dts/res/_utils/browser/guide.d.ts +7 -0
  16. package/dist/dts/res/_utils/browser/hiddenProperty.d.ts +1 -0
  17. package/dist/dts/res/_utils/browser/httpAjax.d.ts +12 -0
  18. package/dist/dts/res/_utils/browser/lazyLoad.d.ts +27 -0
  19. package/dist/dts/res/_utils/browser/loadJC.d.ts +2 -0
  20. package/dist/dts/res/_utils/browser/networkState.d.ts +6 -0
  21. package/dist/dts/res/_utils/browser/pinyin.d.ts +1 -0
  22. package/dist/dts/res/_utils/browser/ratioZoom.d.ts +3 -0
  23. package/dist/dts/res/_utils/browser/requestAnimationFrame.d.ts +2 -0
  24. package/dist/dts/res/_utils/browser/resize.d.ts +1 -0
  25. package/dist/dts/res/_utils/browser/scroll.d.ts +5 -0
  26. package/dist/dts/res/_utils/browser/touch.d.ts +44 -0
  27. package/dist/dts/res/_utils/browser/touchEvents.d.ts +5 -0
  28. package/dist/dts/res/_utils/color/getOpacityColor.d.ts +1 -0
  29. package/dist/dts/res/_utils/decorator/debounce.d.ts +1 -0
  30. package/dist/dts/res/_utils/decorator/scrollLocks.d.ts +1 -0
  31. package/dist/dts/res/_utils/decorator/timeout.d.ts +1 -0
  32. package/dist/dts/res/_utils/decorator/wait.d.ts +1 -0
  33. package/dist/dts/res/_utils/evalEventHandle.d.ts +9 -0
  34. package/dist/dts/res/_utils/event.d.ts +15 -0
  35. package/dist/dts/res/_utils/extend/arrayIndex.d.ts +17 -0
  36. package/dist/dts/res/_utils/extend/proxy.d.ts +4 -0
  37. package/dist/dts/res/_utils/function.d.ts +4 -0
  38. package/dist/dts/res/_utils/getcolor.d.ts +129 -0
  39. package/dist/dts/res/_utils/hsvacolor.d.ts +12 -0
  40. package/dist/dts/res/_utils/key-codes.d.ts +162 -0
  41. package/dist/dts/res/_utils/number/calc.d.ts +11 -0
  42. package/dist/dts/res/_utils/object/assign.d.ts +7 -0
  43. package/dist/dts/res/_utils/object/exist.d.ts +2 -0
  44. package/dist/dts/res/_utils/object/freeze.d.ts +1 -0
  45. package/dist/dts/res/_utils/object/linkedList.d.ts +14 -0
  46. package/dist/dts/res/_utils/place.d.ts +15 -0
  47. package/dist/dts/res/_utils/string/getFileType.d.ts +1 -0
  48. package/dist/dts/res/_utils/string/marker.d.ts +1 -0
  49. package/dist/dts/res/_utils/string/trim.d.ts +1 -0
  50. package/dist/dts/res/_utils/string/utilTools.d.ts +2 -0
  51. package/dist/dts/res/_utils/style/background.d.ts +7 -0
  52. package/dist/dts/res/_utils/style/basics.d.ts +3 -0
  53. package/dist/dts/res/_utils/style/classic.d.ts +10 -0
  54. package/dist/dts/res/_utils/style/disabled.d.ts +1 -0
  55. package/dist/dts/res/_utils/style/display.d.ts +3 -0
  56. package/dist/dts/res/_utils/style/index.d.ts +6 -0
  57. package/dist/dts/res/_utils/style/resize.d.ts +1 -0
  58. package/dist/dts/res/_utils/style/style.d.ts +13 -0
  59. package/dist/dts/res/_utils/style/styleCalc.d.ts +19 -0
  60. package/dist/dts/res/_utils/style/styleDeclare.d.ts +6 -0
  61. package/dist/dts/res/_utils/style/units.d.ts +1 -0
  62. package/dist/dts/res/_utils/style/visibility.d.ts +1 -0
  63. package/dist/dts/res/_utils/style/wrap.d.ts +1 -0
  64. package/dist/dts/res/_utils/throttle.d.ts +12 -0
  65. package/dist/dts/res/_utils/types.d.ts +17 -0
  66. package/dist/dts/res/conflate/conflate.d.ts +16 -0
  67. package/dist/dts/res/conflate/conflate.style.d.ts +1 -0
  68. package/dist/dts/res/conflate/index.d.ts +1 -0
  69. package/dist/dts/res/index.d.ts +4 -0
  70. package/dist/dts/res/list/index.d.ts +1 -0
  71. package/dist/dts/res/list/list.d.ts +9 -0
  72. package/dist/dts/res/list/list.style.d.ts +1 -0
  73. package/dist/dts/res/param.d.ts +3 -0
  74. package/dist/dts/res/prize/index.d.ts +1 -0
  75. package/dist/dts/res/prize/prize.d.ts +17 -0
  76. package/dist/dts/res/prize/prize.style.d.ts +1 -0
  77. package/dist/dts/res/shared/con.d.ts +1 -0
  78. package/dist/dts/res/shared/config/config.d.ts +10 -0
  79. package/dist/dts/res/shared/config/hello.d.ts +1 -0
  80. package/dist/dts/res/shared/environments/environment.d.ts +8 -0
  81. package/dist/dts/res/shared/index.d.ts +1 -0
  82. package/dist/dts/res/shared/interface/type.d.ts +50 -0
  83. package/dist/dts/res/shared/mixins/applyMixins.d.ts +1 -0
  84. package/dist/dts/res/shared/mixins/hiElementBase.d.ts +14 -0
  85. package/dist/dts/res/shared/mixins/hiElementForm.d.ts +17 -0
  86. package/dist/dts/res/shared/mixins/hiElementStyle.d.ts +26 -0
  87. package/dist/dts/res/shared/mixins/hiElementTouch.d.ts +28 -0
  88. package/dist/dts/res/shared/services/date.services.d.ts +1 -0
  89. package/dist/dts/res/shared/services/md5.d.ts +29 -0
  90. package/dist/dts/res/shared/theme/default.d.ts +29 -0
  91. package/dist/dts/res/swipe/index.d.ts +1 -0
  92. package/dist/dts/res/swipe/swipe.d.ts +12 -0
  93. package/dist/dts/res/swipe/swipe.style.d.ts +1 -0
  94. package/dist/index.js +450 -0
  95. package/package.json +56 -0
@@ -0,0 +1,14 @@
1
+ export declare class LinkedList {
2
+ constructor();
3
+ head: any;
4
+ tail: any;
5
+ length: number;
6
+ append(value: any, type?: 'head' | 'tail'): void;
7
+ insert(position: number, value: any): true | void;
8
+ indexOf(value: any): number;
9
+ removeAt(position: any): any;
10
+ remove(value: any): any;
11
+ isEmpty(): boolean;
12
+ size(): number;
13
+ toString(): string;
14
+ }
@@ -0,0 +1,15 @@
1
+ import type { DIR_TYPE } from "../shared/interface/type";
2
+ type Param = {
3
+ dir: DIR_TYPE;
4
+ };
5
+ export declare class Seat {
6
+ private modal;
7
+ private target;
8
+ private param;
9
+ private Request;
10
+ enable(modal: any, target: HTMLElement, param: Param): void;
11
+ private dirFn;
12
+ disable(): void;
13
+ }
14
+ export declare function Place(modal: any, target: any, param: Param): void;
15
+ export {};
@@ -0,0 +1 @@
1
+ export declare function getSuffix(filename: any): RegExpExecArray;
@@ -0,0 +1 @@
1
+ export declare const MARKER: string;
@@ -0,0 +1 @@
1
+ export declare function Trim(Obj: any): any;
@@ -0,0 +1,2 @@
1
+ export declare const camelCaseToHyphen: (str: any) => any;
2
+ export declare const transformCamelStr: (str: any) => any;
@@ -0,0 +1,7 @@
1
+ export declare function isColor(color: any): boolean;
2
+ export declare function isImage(str: any): boolean;
3
+ export declare function Background(value: string, isString?: any): string | {
4
+ 'background-color': string;
5
+ } | {
6
+ 'background-image': string;
7
+ };
@@ -0,0 +1,3 @@
1
+ type StyleName = 'Cursor' | 'PoiNo' | 'PoiAll' | 'PosR' | 'PosA' | 'PosF' | 'OH' | 'OA' | 'VisHi' | 'VisVi' | 'DisBlock' | 'DisInBlock' | 'DisIn' | 'DisFlex' | 'DisGrid' | 'DisNo' | 'WS' | 'WW' | 'WB' | 'TEll' | 'BCover' | 'TL' | 'TR' | 'TC' | 'Opa0' | 'Opa1' | 'Inset' | 'Content';
2
+ export declare function BasicsStyle(SName?: Array<StyleName>): string;
3
+ export {};
@@ -0,0 +1,10 @@
1
+ export declare class Classic {
2
+ private static _instance;
3
+ static get instance(): Classic;
4
+ constructor();
5
+ has: (elem: any, c: any) => boolean;
6
+ add: (elem: any, c: any) => void;
7
+ remove: (elem: any, c: any) => void;
8
+ classReg(className: any): RegExp;
9
+ toggle(elem: any, c: any): void;
10
+ }
@@ -0,0 +1 @@
1
+ export declare const disabledCursor = "not-allowed";
@@ -0,0 +1,3 @@
1
+ export type CSSDisplayPropertyValue = "block" | "contents" | "flex" | "grid" | "inherit" | "initial" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "inline-table" | "list-item" | "none" | "run-in" | "table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row" | "table-row-group";
2
+ export declare const hidden = ":host([hidden]),:host([hide]){display:none}";
3
+ export declare function display(displayValue: CSSDisplayPropertyValue): string;
@@ -0,0 +1,6 @@
1
+ export * from "./disabled";
2
+ export * from "./display";
3
+ export * from "./style";
4
+ export * from "./classic";
5
+ export * from "./units";
6
+ export * from "./background";
@@ -0,0 +1 @@
1
+ export declare function resize(img: any, maxWidth: any, maxHeight: any): void;
@@ -0,0 +1,13 @@
1
+ export declare function Style(selector: any): (props: any, value?: any) => void;
2
+ export declare function RemoveStyle(selector: any): (props: Array<string>) => void;
3
+ export declare function Css(selector: any): (props: any, value?: any) => any;
4
+ export declare function StyleInsertRule(selector: any): (value: (string | CSSStyleSheet)[]) => any;
5
+ export declare function TransitionEnd(selector: any): (callback: any) => void;
6
+ export declare function AnimationEnd(selector: any): (callback: any) => void;
7
+ export declare function OuterWidth(selector: any): (includeMargins?: boolean) => any;
8
+ export declare function OuterHeight(selector: any): (includeMargins?: boolean) => any;
9
+ export declare function Offset(selector: any): {
10
+ top: number;
11
+ left: number;
12
+ };
13
+ export declare function radiusStr(paramsList: []): string;
@@ -0,0 +1,19 @@
1
+ import type { COLOR_TYPE } from "../../shared/interface/type";
2
+ export declare const StyleCalc: {
3
+ color(Color: COLOR_TYPE): string;
4
+ shadow(Shadow: {
5
+ color: COLOR_TYPE;
6
+ X: number;
7
+ Y: number;
8
+ blur: number;
9
+ spread: number;
10
+ }): string;
11
+ radius(Radius: {
12
+ lt: number;
13
+ rt: number;
14
+ lb: number;
15
+ rb: number;
16
+ isRadiusAssociated?: boolean;
17
+ }): string;
18
+ gutter(Gutter: any[]): string;
19
+ };
@@ -0,0 +1,6 @@
1
+ export declare class StyleDeclare {
2
+ constructor();
3
+ styleArray: Array<any>;
4
+ bodyStyle: CSSStyleDeclaration;
5
+ init(): void;
6
+ }
@@ -0,0 +1 @@
1
+ export declare function Units(value: any, unit?: string): any;
@@ -0,0 +1 @@
1
+ export declare function visibility(): string;
@@ -0,0 +1 @@
1
+ export declare function WrapStyle(): string;
@@ -0,0 +1,12 @@
1
+ export declare class Throttle {
2
+ _THROTTlE: any;
3
+ _Time: number;
4
+ init(callback: () => void, time?: number): void;
5
+ }
6
+ export declare class Specific {
7
+ timeOut: number;
8
+ init(options: {
9
+ front: string | (() => boolean);
10
+ callback: () => void;
11
+ }): void;
12
+ }
@@ -0,0 +1,17 @@
1
+ declare const toString: (value: any) => any;
2
+ export declare const isNull: (value: any) => boolean;
3
+ export declare const isUndefined: (value: undefined) => boolean;
4
+ export declare const isBoolean: (value: any) => boolean;
5
+ export declare const isNumber: (value: any) => boolean;
6
+ export declare const isString: (value: any) => boolean;
7
+ export declare const isSymbol: (value: any) => boolean;
8
+ export declare const isObject: (value: any) => boolean;
9
+ export declare const isRegExp: (value: any) => boolean;
10
+ export declare const isEmptyObj: (obj: any) => boolean;
11
+ export declare const isArray: (value: any) => boolean;
12
+ export declare const isFunction: (value: any) => boolean;
13
+ export declare const isEmpty: (value: {
14
+ length?: any;
15
+ toString?: any;
16
+ } | null | undefined) => boolean;
17
+ export {};
@@ -0,0 +1,16 @@
1
+ import { HIElement } from 'hi-element';
2
+ export declare class HiCollectConflate extends HIElement {
3
+ constructor();
4
+ Overlay: HTMLElement;
5
+ video: HTMLVideoElement;
6
+ contentWrap: HTMLDivElement;
7
+ isCoupon: boolean;
8
+ isClick: boolean;
9
+ show: boolean;
10
+ showChanged(oldValue: any, newValue: any): void;
11
+ connectedCallback(): void;
12
+ resize(): void;
13
+ accept(): void;
14
+ close(): void;
15
+ update(result: object): void;
16
+ }
@@ -0,0 +1 @@
1
+ export declare const ConflateStyles: import("hi-element").ElementStyles;
@@ -0,0 +1 @@
1
+ export * from './conflate';
@@ -0,0 +1,4 @@
1
+ export * from './conflate';
2
+ export * from './list';
3
+ export * from './prize';
4
+ export * from './swipe';
@@ -0,0 +1 @@
1
+ export * from './list';
@@ -0,0 +1,9 @@
1
+ import { HIElement } from 'hi-element';
2
+ export declare class HiCollectList extends HIElement {
3
+ constructor();
4
+ isVideo: boolean;
5
+ cardItem: Array<any>;
6
+ connectedCallback(): void;
7
+ SynthesisFn(): void;
8
+ update(result: object): void;
9
+ }
@@ -0,0 +1 @@
1
+ export declare const ListStyles: import("hi-element").ElementStyles;
@@ -0,0 +1,3 @@
1
+ export declare const param: {
2
+ path: string;
3
+ };
@@ -0,0 +1 @@
1
+ export * from './prize';
@@ -0,0 +1,17 @@
1
+ import { HIElement } from 'hi-element';
2
+ export declare class HiCollectPrize extends HIElement {
3
+ constructor();
4
+ Overlay: HTMLElement;
5
+ video: HTMLVideoElement;
6
+ contentWrap: HTMLDivElement;
7
+ isClick: boolean;
8
+ type: 1 | 2;
9
+ number: number;
10
+ show: boolean;
11
+ showChanged(oldValue: any, newValue: any): void;
12
+ connectedCallback(): void;
13
+ resize(): void;
14
+ accept(): void;
15
+ close(): void;
16
+ update(result: object): void;
17
+ }
@@ -0,0 +1 @@
1
+ export declare const PrizeStyles: import("hi-element").ElementStyles;
@@ -0,0 +1 @@
1
+ export * from 'hi-element';
@@ -0,0 +1,10 @@
1
+ import type { CONFIG_TYPE } from '../interface/type';
2
+ export declare class HI_CONFIG {
3
+ private static _case;
4
+ static get case(): HI_CONFIG;
5
+ constructor();
6
+ readonly config: CONFIG_TYPE;
7
+ install(options: Array<any>): void;
8
+ init(options: CONFIG_TYPE, config?: CONFIG_TYPE): void;
9
+ }
10
+ export declare function hiConfigStyle(): string;
@@ -0,0 +1 @@
1
+ export declare function hello(): void;
@@ -0,0 +1,8 @@
1
+ export declare const ENVIRO: {
2
+ paths: {
3
+ ERSOURCE: string;
4
+ ZJ_SERVER_URL: string;
5
+ SYN_SERVER_URL: string;
6
+ SERVER_URL_MPS_GW: string;
7
+ };
8
+ };
@@ -0,0 +1 @@
1
+ export * from "./config/config";
@@ -0,0 +1,50 @@
1
+ export type SITE = 'top' | 'right' | 'bottom' | 'left';
2
+ export type PLACE = SITE | 'topleft' | 'topright' | 'bottomleft' | 'bottomright';
3
+ export type DIR_TYPE = PLACE | 'righttop' | 'rightbottom' | 'lefttop' | 'leftbottom' | 'auto';
4
+ export type SIZE_TYPE = 'large' | 'small' | 'default' | string;
5
+ export type LAYOUT_TYPE = 'horizontal' | 'vertical';
6
+ export type ALIGN = 'left' | 'center' | 'right' | 'sides';
7
+ export type MESSAGE_TYPE = 'info' | 'success' | 'error' | 'warning' | 'loading' | 'show';
8
+ export interface COLOR_TYPE {
9
+ value: string;
10
+ isGradient: boolean;
11
+ gradient?: {
12
+ type: string;
13
+ value: string;
14
+ stop: Array<any>;
15
+ angle: number;
16
+ direction: string;
17
+ };
18
+ }
19
+ interface RADIUS {
20
+ radius?: number;
21
+ }
22
+ interface DURATION {
23
+ duration?: number;
24
+ }
25
+ interface MARGIN {
26
+ margin?: number;
27
+ }
28
+ export interface CONFIG_TYPE {
29
+ theme?: object;
30
+ button?: RADIUS & {
31
+ size?: SIZE_TYPE;
32
+ };
33
+ message?: RADIUS & DURATION & {
34
+ top?: number;
35
+ };
36
+ modal?: RADIUS;
37
+ notify?: RADIUS & DURATION;
38
+ toast?: RADIUS & DURATION;
39
+ popup?: RADIUS & {
40
+ width?: number;
41
+ height?: number;
42
+ };
43
+ space?: {
44
+ gutter?: number;
45
+ };
46
+ captcha?: RADIUS & MARGIN;
47
+ float?: MARGIN;
48
+ actions?: RADIUS & MARGIN;
49
+ }
50
+ export {};
@@ -0,0 +1 @@
1
+ export declare function applyMixins(derivedCtor: any, ...baseCtors: any[]): void;
@@ -0,0 +1,14 @@
1
+ import { HIElement } from 'hi-element';
2
+ import type { SIZE_TYPE } from '../interface/type';
3
+ export declare class HIElementBase extends HIElement {
4
+ color: string;
5
+ colorChanged(oldValue: any, newValue: any): void;
6
+ size: SIZE_TYPE;
7
+ sizeChanged(oldValue: any, newValue: any): void;
8
+ disabled: boolean;
9
+ connectedCallback(): void;
10
+ injection(callback?: (r: any) => void): void;
11
+ setValueFn(name: any, val: any): void;
12
+ update(property: object, callback?: (result: any) => void): void;
13
+ childrenFn(callback?: any): void;
14
+ }
@@ -0,0 +1,17 @@
1
+ import { HIElementBase } from './hiElementBase';
2
+ export declare class HIElementForm extends HIElementBase {
3
+ readonly: boolean;
4
+ label: string;
5
+ placeholder: string;
6
+ maxlength: number;
7
+ minlength: number;
8
+ defaultvalue: string;
9
+ validity: boolean;
10
+ required: boolean;
11
+ invalid: boolean;
12
+ indeterminate: boolean;
13
+ checked: boolean;
14
+ value: string;
15
+ errormsg: string;
16
+ type: string;
17
+ }
@@ -0,0 +1,26 @@
1
+ import { HIElementBase } from './hiElementBase';
2
+ export declare class HIElementStyle extends HIElementBase {
3
+ _Observable: import("hi-element").ExpressionNotifier<any, void, any>;
4
+ WrapStyle: HTMLElement;
5
+ background: string;
6
+ backgroundChanged(oldValue: any, newValue: any): void;
7
+ setValue(v: any): void;
8
+ margin: string;
9
+ marginChanged(oldValue: any, newValue: any): void;
10
+ padding: string;
11
+ paddingChanged(oldValue: any, newValue: any): void;
12
+ border: string;
13
+ borderChanged(oldValue: any, newValue: any): void;
14
+ radius: string;
15
+ radiusChanged(oldValue: any, newValue: any): void;
16
+ color: string;
17
+ colorChanged(oldValue: any, newValue: any): void;
18
+ width: string;
19
+ widthChanged(oldValue: any, newValue: any): void;
20
+ height: string;
21
+ heightChanged(oldValue: any, newValue: any): void;
22
+ gutter: number | string;
23
+ gutterChanged(oldValue: any, newValue: any): void;
24
+ shadow: number | string;
25
+ shadowChanged(oldValue: any, newValue: any): void;
26
+ }
@@ -0,0 +1,28 @@
1
+ import { HIElementBase } from './hiElementBase';
2
+ export declare class HIElementTouch extends HIElementBase {
3
+ touchesStart: {
4
+ x: number;
5
+ y: number;
6
+ };
7
+ touchId: any;
8
+ isTouched: boolean;
9
+ isScrolling: boolean;
10
+ isMoved: boolean;
11
+ scrolls: {
12
+ X: any;
13
+ Y: any;
14
+ };
15
+ triggerDistance: any;
16
+ startTranslate: number;
17
+ useTranslate: boolean;
18
+ translates: number;
19
+ touchesDiff: number;
20
+ pullStarted: boolean;
21
+ refresh: boolean;
22
+ wasScrolled: boolean;
23
+ connectedCallback(): void;
24
+ destroy(): void;
25
+ handleTouchStart(ev: any): void;
26
+ handleTouchMove(ev: any): void;
27
+ handleTouchEnd(ev: any): void;
28
+ }
@@ -0,0 +1 @@
1
+ export declare function DateServices(date: any, format?: string): string;
@@ -0,0 +1,29 @@
1
+ export declare class MD5 {
2
+ private hexcase;
3
+ private b64pad;
4
+ hex_md5(s: any): string;
5
+ b64_md5(s: any): string;
6
+ any_md5(s: any, e: any): any;
7
+ hex_hmac_md5(k: any, d: any): string;
8
+ private b64_hmac_md5;
9
+ private any_hmac_md5;
10
+ md5_vm_test(): boolean;
11
+ rstr_md5(s: string | any[]): string;
12
+ rstr_hmac_md5(key: string | any[], data: string | any[]): string;
13
+ rstr2hex(input: string): string;
14
+ rstr2b64(input: string): string;
15
+ rstr2any(input: any, encoding: any): any;
16
+ str2rstr_utf8(input: any): string;
17
+ str2rstr_utf16le(input: string): string;
18
+ str2rstr_utf16be(input: string): string;
19
+ rstr2binl(input: any | any[]): any[];
20
+ binl2rstr(input: string | any[]): string;
21
+ binl_md5(x: any, len: number): number[];
22
+ md5_cmn(q: number, a: any, b: any, x: any, s: any, t: any): number;
23
+ md5_ff(a: number, b: number, c: number, d: number, x: any, s: number, t: number): number;
24
+ md5_gg(a: number, b: number, c: number, d: number, x: any, s: number, t: number): number;
25
+ md5_hh(a: number, b: number, c: number, d: number, x: any, s: number, t: number): number;
26
+ md5_ii(a: number, b: number, c: number, d: number, x: any, s: number, t: number): number;
27
+ safe_add(x: number, y: number): number;
28
+ bit_rol(num: number, cnt: number): number;
29
+ }
@@ -0,0 +1,29 @@
1
+ export declare const THEME_DEFAULT: {
2
+ '--themeColor': string;
3
+ '--themeShadow': string;
4
+ '--themeBackground': string;
5
+ '--fontColor': string;
6
+ '--linkFontColor': string;
7
+ '--fontSize14': string;
8
+ '--fontSize16': string;
9
+ '--fontSize20': string;
10
+ '--borderColor': string;
11
+ '--borderRadius': string;
12
+ '--colorWhite': string;
13
+ '--colorGray1': string;
14
+ '--colorGray2': string;
15
+ '--colorGray6': string;
16
+ '--colorGray7': string;
17
+ '--colorGray8': string;
18
+ '--colorNeutral02': string;
19
+ '--colorNeutral05': string;
20
+ '--colorNeutral1': string;
21
+ '--colorNeutral2': string;
22
+ '--colorNeutral3': string;
23
+ '--colorNeutral4': string;
24
+ '--colorNeutral5': string;
25
+ '--colorNeutral6': string;
26
+ '--colorNeutral7': string;
27
+ '--colorNeutral8': string;
28
+ '--colorBlack': string;
29
+ };
@@ -0,0 +1 @@
1
+ export * from './swipe';
@@ -0,0 +1,12 @@
1
+ import { HIElement } from 'hi-element';
2
+ export declare class HiCollectSwipe extends HIElement {
3
+ constructor();
4
+ cardItem: Array<any>;
5
+ active: number;
6
+ MAX_VISIBILITY: number;
7
+ connectedCallback(): void;
8
+ setActive(type: any): void;
9
+ classFn(i: any): "" | "active";
10
+ styleFn(i: any): string;
11
+ update(result: object): void;
12
+ }
@@ -0,0 +1 @@
1
+ export declare const SwipeStyles: import("hi-element").ElementStyles;