@alegendstale/holly-components 2.0.7 → 2.0.9
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/custom-elements.json +930 -920
- package/dist/components/absolute-container/absolute-container.d.ts +2 -0
- package/dist/components/absolute-container/absolute-container.d.ts.map +1 -1
- package/dist/components/bottom-sheet/bottom-sheet.d.ts +3 -0
- package/dist/components/bottom-sheet/bottom-sheet.d.ts.map +1 -1
- package/package.json +7 -8
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -1
package/custom-elements.json
CHANGED
|
@@ -2,37 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/index.ts",
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": []
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"kind": "javascript-module",
|
|
13
|
-
"path": "dist/decorators/condCustomElement.js",
|
|
14
|
-
"declarations": [
|
|
15
|
-
{
|
|
16
|
-
"kind": "function",
|
|
17
|
-
"name": "o",
|
|
18
|
-
"parameters": [
|
|
19
|
-
{
|
|
20
|
-
"name": "t"
|
|
21
|
-
}
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"exports": [
|
|
26
|
-
{
|
|
27
|
-
"kind": "js",
|
|
28
|
-
"name": "condCustomElement",
|
|
29
|
-
"declaration": {
|
|
30
|
-
"name": "o",
|
|
31
|
-
"module": "dist/decorators/condCustomElement.js"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
5
|
{
|
|
37
6
|
"kind": "javascript-module",
|
|
38
7
|
"path": "dist/utils/basicUtils.js",
|
|
@@ -596,6 +565,31 @@
|
|
|
596
565
|
}
|
|
597
566
|
]
|
|
598
567
|
},
|
|
568
|
+
{
|
|
569
|
+
"kind": "javascript-module",
|
|
570
|
+
"path": "dist/decorators/condCustomElement.js",
|
|
571
|
+
"declarations": [
|
|
572
|
+
{
|
|
573
|
+
"kind": "function",
|
|
574
|
+
"name": "o",
|
|
575
|
+
"parameters": [
|
|
576
|
+
{
|
|
577
|
+
"name": "t"
|
|
578
|
+
}
|
|
579
|
+
]
|
|
580
|
+
}
|
|
581
|
+
],
|
|
582
|
+
"exports": [
|
|
583
|
+
{
|
|
584
|
+
"kind": "js",
|
|
585
|
+
"name": "condCustomElement",
|
|
586
|
+
"declaration": {
|
|
587
|
+
"name": "o",
|
|
588
|
+
"module": "dist/decorators/condCustomElement.js"
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
]
|
|
592
|
+
},
|
|
599
593
|
{
|
|
600
594
|
"kind": "javascript-module",
|
|
601
595
|
"path": "src/decorators/condCustomElement.ts",
|
|
@@ -1979,6 +1973,156 @@
|
|
|
1979
1973
|
}
|
|
1980
1974
|
]
|
|
1981
1975
|
},
|
|
1976
|
+
{
|
|
1977
|
+
"kind": "javascript-module",
|
|
1978
|
+
"path": "src/components/absolute-container/absolute-container.styles.ts",
|
|
1979
|
+
"declarations": [],
|
|
1980
|
+
"exports": [
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "js",
|
|
1983
|
+
"name": "default",
|
|
1984
|
+
"declaration": {
|
|
1985
|
+
"module": "src/components/absolute-container/absolute-container.styles.ts"
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "javascript-module",
|
|
1992
|
+
"path": "src/components/absolute-container/absolute-container.ts",
|
|
1993
|
+
"declarations": [
|
|
1994
|
+
{
|
|
1995
|
+
"kind": "class",
|
|
1996
|
+
"description": "A container component which can serve as a modal or popup wrapper.",
|
|
1997
|
+
"name": "AbsoluteContainer",
|
|
1998
|
+
"cssParts": [
|
|
1999
|
+
{
|
|
2000
|
+
"description": "Styles the dialog element.",
|
|
2001
|
+
"name": "__dialog"
|
|
2002
|
+
}
|
|
2003
|
+
],
|
|
2004
|
+
"members": [
|
|
2005
|
+
{
|
|
2006
|
+
"kind": "field",
|
|
2007
|
+
"name": "open",
|
|
2008
|
+
"description": "Whether the container is open (visible) or not.",
|
|
2009
|
+
"type": {
|
|
2010
|
+
"text": "boolean"
|
|
2011
|
+
},
|
|
2012
|
+
"default": "false",
|
|
2013
|
+
"attribute": "open",
|
|
2014
|
+
"reflects": true
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "field",
|
|
2018
|
+
"name": "emitter",
|
|
2019
|
+
"type": {
|
|
2020
|
+
"text": "EventEmitter<EventMap>"
|
|
2021
|
+
},
|
|
2022
|
+
"privacy": "public",
|
|
2023
|
+
"default": "new EventEmitter<EventMap>()",
|
|
2024
|
+
"description": "Public way to subscribe to events."
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"kind": "field",
|
|
2028
|
+
"name": "disableContextEvent",
|
|
2029
|
+
"type": {
|
|
2030
|
+
"text": "boolean"
|
|
2031
|
+
},
|
|
2032
|
+
"privacy": "public",
|
|
2033
|
+
"default": "false",
|
|
2034
|
+
"description": "Disables the ContextEvent (right click, or long touch)\r\nUseful for context menus",
|
|
2035
|
+
"attribute": "disableContextEvent",
|
|
2036
|
+
"reflects": true
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"kind": "method",
|
|
2040
|
+
"name": "toggle",
|
|
2041
|
+
"privacy": "public",
|
|
2042
|
+
"description": "Toggle whether container is open."
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"kind": "method",
|
|
2046
|
+
"name": "setOpen",
|
|
2047
|
+
"privacy": "public",
|
|
2048
|
+
"parameters": [
|
|
2049
|
+
{
|
|
2050
|
+
"name": "val",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "boolean"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
],
|
|
2056
|
+
"description": "Set whether the container is open."
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"kind": "method",
|
|
2060
|
+
"name": "setPosition",
|
|
2061
|
+
"privacy": "public",
|
|
2062
|
+
"parameters": [
|
|
2063
|
+
{
|
|
2064
|
+
"name": "left",
|
|
2065
|
+
"type": {
|
|
2066
|
+
"text": "number"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"name": "top",
|
|
2071
|
+
"type": {
|
|
2072
|
+
"text": "number"
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
],
|
|
2076
|
+
"description": "Set the x and y position of the container."
|
|
2077
|
+
}
|
|
2078
|
+
],
|
|
2079
|
+
"attributes": [
|
|
2080
|
+
{
|
|
2081
|
+
"name": "open",
|
|
2082
|
+
"description": "Whether the container is open (visible) or not.",
|
|
2083
|
+
"type": {
|
|
2084
|
+
"text": "boolean"
|
|
2085
|
+
},
|
|
2086
|
+
"default": "false",
|
|
2087
|
+
"fieldName": "open"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "disableContextEvent",
|
|
2091
|
+
"type": {
|
|
2092
|
+
"text": "boolean"
|
|
2093
|
+
},
|
|
2094
|
+
"default": "false",
|
|
2095
|
+
"description": "Disables the ContextEvent (right click, or long touch)\r\nUseful for context menus",
|
|
2096
|
+
"fieldName": "disableContextEvent"
|
|
2097
|
+
}
|
|
2098
|
+
],
|
|
2099
|
+
"superclass": {
|
|
2100
|
+
"name": "LitElement",
|
|
2101
|
+
"package": "lit"
|
|
2102
|
+
},
|
|
2103
|
+
"tagName": "absolute-container",
|
|
2104
|
+
"customElement": true
|
|
2105
|
+
}
|
|
2106
|
+
],
|
|
2107
|
+
"exports": [
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "js",
|
|
2110
|
+
"name": "AbsoluteContainer",
|
|
2111
|
+
"declaration": {
|
|
2112
|
+
"name": "AbsoluteContainer",
|
|
2113
|
+
"module": "src/components/absolute-container/absolute-container.ts"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"kind": "custom-element-definition",
|
|
2118
|
+
"name": "absolute-container",
|
|
2119
|
+
"declaration": {
|
|
2120
|
+
"name": "AbsoluteContainer",
|
|
2121
|
+
"module": "src/components/absolute-container/absolute-container.ts"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
1982
2126
|
{
|
|
1983
2127
|
"kind": "javascript-module",
|
|
1984
2128
|
"path": "src/components/bottom-sheet/bottom-sheet.styles.ts",
|
|
@@ -2010,6 +2154,16 @@
|
|
|
2010
2154
|
"name": "--height"
|
|
2011
2155
|
}
|
|
2012
2156
|
],
|
|
2157
|
+
"cssParts": [
|
|
2158
|
+
{
|
|
2159
|
+
"description": "Styles handle element..",
|
|
2160
|
+
"name": "__handle"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"description": "Styles the content wrapper element.",
|
|
2164
|
+
"name": "__content"
|
|
2165
|
+
}
|
|
2166
|
+
],
|
|
2013
2167
|
"members": [
|
|
2014
2168
|
{
|
|
2015
2169
|
"kind": "field",
|
|
@@ -2412,37 +2566,30 @@
|
|
|
2412
2566
|
},
|
|
2413
2567
|
{
|
|
2414
2568
|
"kind": "javascript-module",
|
|
2415
|
-
"path": "src/components/
|
|
2416
|
-
"declarations": [],
|
|
2417
|
-
"exports": [
|
|
2418
|
-
{
|
|
2419
|
-
"kind": "js",
|
|
2420
|
-
"name": "default",
|
|
2421
|
-
"declaration": {
|
|
2422
|
-
"module": "src/components/absolute-container/absolute-container.styles.ts"
|
|
2423
|
-
}
|
|
2424
|
-
}
|
|
2425
|
-
]
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"kind": "javascript-module",
|
|
2429
|
-
"path": "src/components/absolute-container/absolute-container.ts",
|
|
2569
|
+
"path": "src/components/canvas/canvas-base.ts",
|
|
2430
2570
|
"declarations": [
|
|
2431
2571
|
{
|
|
2432
2572
|
"kind": "class",
|
|
2433
|
-
"description": "
|
|
2434
|
-
"name": "
|
|
2573
|
+
"description": "Utility component to help with creating canvases.",
|
|
2574
|
+
"name": "CanvasBase",
|
|
2435
2575
|
"members": [
|
|
2436
2576
|
{
|
|
2437
2577
|
"kind": "field",
|
|
2438
|
-
"name": "
|
|
2439
|
-
"description": "Whether the container is open (visible) or not.",
|
|
2578
|
+
"name": "canvas",
|
|
2440
2579
|
"type": {
|
|
2441
|
-
"text": "
|
|
2580
|
+
"text": "HTMLCanvasElement"
|
|
2442
2581
|
},
|
|
2443
|
-
"
|
|
2444
|
-
"
|
|
2445
|
-
|
|
2582
|
+
"privacy": "protected",
|
|
2583
|
+
"description": "The canvas element."
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"kind": "field",
|
|
2587
|
+
"name": "context",
|
|
2588
|
+
"type": {
|
|
2589
|
+
"text": "CanvasRenderingContext2D"
|
|
2590
|
+
},
|
|
2591
|
+
"privacy": "protected",
|
|
2592
|
+
"description": "The canvas context."
|
|
2446
2593
|
},
|
|
2447
2594
|
{
|
|
2448
2595
|
"kind": "field",
|
|
@@ -2455,264 +2602,8 @@
|
|
|
2455
2602
|
"description": "Public way to subscribe to events."
|
|
2456
2603
|
},
|
|
2457
2604
|
{
|
|
2458
|
-
"kind": "
|
|
2459
|
-
"name": "
|
|
2460
|
-
"type": {
|
|
2461
|
-
"text": "boolean"
|
|
2462
|
-
},
|
|
2463
|
-
"privacy": "public",
|
|
2464
|
-
"default": "false",
|
|
2465
|
-
"description": "Disables the ContextEvent (right click, or long touch)\r\nUseful for context menus",
|
|
2466
|
-
"attribute": "disableContextEvent",
|
|
2467
|
-
"reflects": true
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"kind": "method",
|
|
2471
|
-
"name": "toggle",
|
|
2472
|
-
"privacy": "public",
|
|
2473
|
-
"description": "Toggle whether container is open."
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "method",
|
|
2477
|
-
"name": "setOpen",
|
|
2478
|
-
"privacy": "public",
|
|
2479
|
-
"parameters": [
|
|
2480
|
-
{
|
|
2481
|
-
"name": "val",
|
|
2482
|
-
"type": {
|
|
2483
|
-
"text": "boolean"
|
|
2484
|
-
}
|
|
2485
|
-
}
|
|
2486
|
-
],
|
|
2487
|
-
"description": "Set whether the container is open."
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "method",
|
|
2491
|
-
"name": "setPosition",
|
|
2492
|
-
"privacy": "public",
|
|
2493
|
-
"parameters": [
|
|
2494
|
-
{
|
|
2495
|
-
"name": "left",
|
|
2496
|
-
"type": {
|
|
2497
|
-
"text": "number"
|
|
2498
|
-
}
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
"name": "top",
|
|
2502
|
-
"type": {
|
|
2503
|
-
"text": "number"
|
|
2504
|
-
}
|
|
2505
|
-
}
|
|
2506
|
-
],
|
|
2507
|
-
"description": "Set the x and y position of the container."
|
|
2508
|
-
}
|
|
2509
|
-
],
|
|
2510
|
-
"attributes": [
|
|
2511
|
-
{
|
|
2512
|
-
"name": "open",
|
|
2513
|
-
"description": "Whether the container is open (visible) or not.",
|
|
2514
|
-
"type": {
|
|
2515
|
-
"text": "boolean"
|
|
2516
|
-
},
|
|
2517
|
-
"default": "false",
|
|
2518
|
-
"fieldName": "open"
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"name": "disableContextEvent",
|
|
2522
|
-
"type": {
|
|
2523
|
-
"text": "boolean"
|
|
2524
|
-
},
|
|
2525
|
-
"default": "false",
|
|
2526
|
-
"description": "Disables the ContextEvent (right click, or long touch)\r\nUseful for context menus",
|
|
2527
|
-
"fieldName": "disableContextEvent"
|
|
2528
|
-
}
|
|
2529
|
-
],
|
|
2530
|
-
"superclass": {
|
|
2531
|
-
"name": "LitElement",
|
|
2532
|
-
"package": "lit"
|
|
2533
|
-
},
|
|
2534
|
-
"tagName": "absolute-container",
|
|
2535
|
-
"customElement": true
|
|
2536
|
-
}
|
|
2537
|
-
],
|
|
2538
|
-
"exports": [
|
|
2539
|
-
{
|
|
2540
|
-
"kind": "js",
|
|
2541
|
-
"name": "AbsoluteContainer",
|
|
2542
|
-
"declaration": {
|
|
2543
|
-
"name": "AbsoluteContainer",
|
|
2544
|
-
"module": "src/components/absolute-container/absolute-container.ts"
|
|
2545
|
-
}
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"kind": "custom-element-definition",
|
|
2549
|
-
"name": "absolute-container",
|
|
2550
|
-
"declaration": {
|
|
2551
|
-
"name": "AbsoluteContainer",
|
|
2552
|
-
"module": "src/components/absolute-container/absolute-container.ts"
|
|
2553
|
-
}
|
|
2554
|
-
}
|
|
2555
|
-
]
|
|
2556
|
-
},
|
|
2557
|
-
{
|
|
2558
|
-
"kind": "javascript-module",
|
|
2559
|
-
"path": "src/components/carousel-scroller/carousel-scroller.styles.ts",
|
|
2560
|
-
"declarations": [],
|
|
2561
|
-
"exports": [
|
|
2562
|
-
{
|
|
2563
|
-
"kind": "js",
|
|
2564
|
-
"name": "default",
|
|
2565
|
-
"declaration": {
|
|
2566
|
-
"module": "src/components/carousel-scroller/carousel-scroller.styles.ts"
|
|
2567
|
-
}
|
|
2568
|
-
}
|
|
2569
|
-
]
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"kind": "javascript-module",
|
|
2573
|
-
"path": "src/components/carousel-scroller/carousel-scroller.ts",
|
|
2574
|
-
"declarations": [
|
|
2575
|
-
{
|
|
2576
|
-
"kind": "class",
|
|
2577
|
-
"description": "A carousel which can have any number of slides, and rotates circularly.",
|
|
2578
|
-
"name": "CarouselScroller",
|
|
2579
|
-
"cssProperties": [
|
|
2580
|
-
{
|
|
2581
|
-
"type": {
|
|
2582
|
-
"text": "<length>"
|
|
2583
|
-
},
|
|
2584
|
-
"description": "The size of the scroller padding.",
|
|
2585
|
-
"name": "--padding"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"type": {
|
|
2589
|
-
"text": "<length>"
|
|
2590
|
-
},
|
|
2591
|
-
"description": "The size of the scroller margin.",
|
|
2592
|
-
"name": "--margin"
|
|
2593
|
-
}
|
|
2594
|
-
],
|
|
2595
|
-
"members": [
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "field",
|
|
2598
|
-
"name": "slotEl",
|
|
2599
|
-
"type": {
|
|
2600
|
-
"text": "HTMLSlotElement"
|
|
2601
|
-
},
|
|
2602
|
-
"privacy": "protected",
|
|
2603
|
-
"description": "The items that will be used as slides."
|
|
2604
|
-
},
|
|
2605
|
-
{
|
|
2606
|
-
"kind": "field",
|
|
2607
|
-
"name": "slotChildren",
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "HTMLElement[]"
|
|
2610
|
-
},
|
|
2611
|
-
"privacy": "protected",
|
|
2612
|
-
"default": "[]",
|
|
2613
|
-
"description": "The slides being used."
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"kind": "field",
|
|
2617
|
-
"name": "emitter",
|
|
2618
|
-
"type": {
|
|
2619
|
-
"text": "EventEmitter<EventMap>"
|
|
2620
|
-
},
|
|
2621
|
-
"privacy": "public",
|
|
2622
|
-
"default": "new EventEmitter<EventMap>()",
|
|
2623
|
-
"description": "Public way to subscribe to events."
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"kind": "method",
|
|
2627
|
-
"name": "getCurrentSlide",
|
|
2628
|
-
"privacy": "public",
|
|
2629
|
-
"description": "Gets the current slide.",
|
|
2630
|
-
"return": {
|
|
2631
|
-
"type": {
|
|
2632
|
-
"text": ""
|
|
2633
|
-
}
|
|
2634
|
-
}
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
"kind": "method",
|
|
2638
|
-
"name": "scrollToPrevSlide",
|
|
2639
|
-
"privacy": "public",
|
|
2640
|
-
"description": "Scrolls to the slide before the current slide."
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"kind": "method",
|
|
2644
|
-
"name": "scrollToNextSlide",
|
|
2645
|
-
"privacy": "public",
|
|
2646
|
-
"description": "Scrolls to the slide after the current slide."
|
|
2647
|
-
}
|
|
2648
|
-
],
|
|
2649
|
-
"superclass": {
|
|
2650
|
-
"name": "LitElement",
|
|
2651
|
-
"package": "lit"
|
|
2652
|
-
},
|
|
2653
|
-
"tagName": "carousel-scroller",
|
|
2654
|
-
"customElement": true
|
|
2655
|
-
}
|
|
2656
|
-
],
|
|
2657
|
-
"exports": [
|
|
2658
|
-
{
|
|
2659
|
-
"kind": "js",
|
|
2660
|
-
"name": "CarouselScroller",
|
|
2661
|
-
"declaration": {
|
|
2662
|
-
"name": "CarouselScroller",
|
|
2663
|
-
"module": "src/components/carousel-scroller/carousel-scroller.ts"
|
|
2664
|
-
}
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"kind": "custom-element-definition",
|
|
2668
|
-
"name": "carousel-scroller",
|
|
2669
|
-
"declaration": {
|
|
2670
|
-
"name": "CarouselScroller",
|
|
2671
|
-
"module": "src/components/carousel-scroller/carousel-scroller.ts"
|
|
2672
|
-
}
|
|
2673
|
-
}
|
|
2674
|
-
]
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"kind": "javascript-module",
|
|
2678
|
-
"path": "src/components/canvas/canvas-base.ts",
|
|
2679
|
-
"declarations": [
|
|
2680
|
-
{
|
|
2681
|
-
"kind": "class",
|
|
2682
|
-
"description": "Utility component to help with creating canvases.",
|
|
2683
|
-
"name": "CanvasBase",
|
|
2684
|
-
"members": [
|
|
2685
|
-
{
|
|
2686
|
-
"kind": "field",
|
|
2687
|
-
"name": "canvas",
|
|
2688
|
-
"type": {
|
|
2689
|
-
"text": "HTMLCanvasElement"
|
|
2690
|
-
},
|
|
2691
|
-
"privacy": "protected",
|
|
2692
|
-
"description": "The canvas element."
|
|
2693
|
-
},
|
|
2694
|
-
{
|
|
2695
|
-
"kind": "field",
|
|
2696
|
-
"name": "context",
|
|
2697
|
-
"type": {
|
|
2698
|
-
"text": "CanvasRenderingContext2D"
|
|
2699
|
-
},
|
|
2700
|
-
"privacy": "protected",
|
|
2701
|
-
"description": "The canvas context."
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"kind": "field",
|
|
2705
|
-
"name": "emitter",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"text": "EventEmitter<EventMap>"
|
|
2708
|
-
},
|
|
2709
|
-
"privacy": "public",
|
|
2710
|
-
"default": "new EventEmitter<EventMap>()",
|
|
2711
|
-
"description": "Public way to subscribe to events."
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"kind": "method",
|
|
2715
|
-
"name": "getCanvasHex",
|
|
2605
|
+
"kind": "method",
|
|
2606
|
+
"name": "getCanvasHex",
|
|
2716
2607
|
"privacy": "public",
|
|
2717
2608
|
"parameters": [
|
|
2718
2609
|
{
|
|
@@ -3867,21 +3758,140 @@
|
|
|
3867
3758
|
},
|
|
3868
3759
|
{
|
|
3869
3760
|
"kind": "javascript-module",
|
|
3870
|
-
"path": "src/components/
|
|
3761
|
+
"path": "src/components/carousel-scroller/carousel-scroller.styles.ts",
|
|
3871
3762
|
"declarations": [],
|
|
3872
3763
|
"exports": [
|
|
3873
3764
|
{
|
|
3874
3765
|
"kind": "js",
|
|
3875
3766
|
"name": "default",
|
|
3876
3767
|
"declaration": {
|
|
3877
|
-
"module": "src/components/
|
|
3768
|
+
"module": "src/components/carousel-scroller/carousel-scroller.styles.ts"
|
|
3878
3769
|
}
|
|
3879
3770
|
}
|
|
3880
3771
|
]
|
|
3881
3772
|
},
|
|
3882
3773
|
{
|
|
3883
3774
|
"kind": "javascript-module",
|
|
3884
|
-
"path": "src/components/
|
|
3775
|
+
"path": "src/components/carousel-scroller/carousel-scroller.ts",
|
|
3776
|
+
"declarations": [
|
|
3777
|
+
{
|
|
3778
|
+
"kind": "class",
|
|
3779
|
+
"description": "A carousel which can have any number of slides, and rotates circularly.",
|
|
3780
|
+
"name": "CarouselScroller",
|
|
3781
|
+
"cssProperties": [
|
|
3782
|
+
{
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "<length>"
|
|
3785
|
+
},
|
|
3786
|
+
"description": "The size of the scroller padding.",
|
|
3787
|
+
"name": "--padding"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"type": {
|
|
3791
|
+
"text": "<length>"
|
|
3792
|
+
},
|
|
3793
|
+
"description": "The size of the scroller margin.",
|
|
3794
|
+
"name": "--margin"
|
|
3795
|
+
}
|
|
3796
|
+
],
|
|
3797
|
+
"members": [
|
|
3798
|
+
{
|
|
3799
|
+
"kind": "field",
|
|
3800
|
+
"name": "slotEl",
|
|
3801
|
+
"type": {
|
|
3802
|
+
"text": "HTMLSlotElement"
|
|
3803
|
+
},
|
|
3804
|
+
"privacy": "protected",
|
|
3805
|
+
"description": "The items that will be used as slides."
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"kind": "field",
|
|
3809
|
+
"name": "slotChildren",
|
|
3810
|
+
"type": {
|
|
3811
|
+
"text": "HTMLElement[]"
|
|
3812
|
+
},
|
|
3813
|
+
"privacy": "protected",
|
|
3814
|
+
"default": "[]",
|
|
3815
|
+
"description": "The slides being used."
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"kind": "field",
|
|
3819
|
+
"name": "emitter",
|
|
3820
|
+
"type": {
|
|
3821
|
+
"text": "EventEmitter<EventMap>"
|
|
3822
|
+
},
|
|
3823
|
+
"privacy": "public",
|
|
3824
|
+
"default": "new EventEmitter<EventMap>()",
|
|
3825
|
+
"description": "Public way to subscribe to events."
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"kind": "method",
|
|
3829
|
+
"name": "getCurrentSlide",
|
|
3830
|
+
"privacy": "public",
|
|
3831
|
+
"description": "Gets the current slide.",
|
|
3832
|
+
"return": {
|
|
3833
|
+
"type": {
|
|
3834
|
+
"text": ""
|
|
3835
|
+
}
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "method",
|
|
3840
|
+
"name": "scrollToPrevSlide",
|
|
3841
|
+
"privacy": "public",
|
|
3842
|
+
"description": "Scrolls to the slide before the current slide."
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"kind": "method",
|
|
3846
|
+
"name": "scrollToNextSlide",
|
|
3847
|
+
"privacy": "public",
|
|
3848
|
+
"description": "Scrolls to the slide after the current slide."
|
|
3849
|
+
}
|
|
3850
|
+
],
|
|
3851
|
+
"superclass": {
|
|
3852
|
+
"name": "LitElement",
|
|
3853
|
+
"package": "lit"
|
|
3854
|
+
},
|
|
3855
|
+
"tagName": "carousel-scroller",
|
|
3856
|
+
"customElement": true
|
|
3857
|
+
}
|
|
3858
|
+
],
|
|
3859
|
+
"exports": [
|
|
3860
|
+
{
|
|
3861
|
+
"kind": "js",
|
|
3862
|
+
"name": "CarouselScroller",
|
|
3863
|
+
"declaration": {
|
|
3864
|
+
"name": "CarouselScroller",
|
|
3865
|
+
"module": "src/components/carousel-scroller/carousel-scroller.ts"
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"kind": "custom-element-definition",
|
|
3870
|
+
"name": "carousel-scroller",
|
|
3871
|
+
"declaration": {
|
|
3872
|
+
"name": "CarouselScroller",
|
|
3873
|
+
"module": "src/components/carousel-scroller/carousel-scroller.ts"
|
|
3874
|
+
}
|
|
3875
|
+
}
|
|
3876
|
+
]
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"kind": "javascript-module",
|
|
3880
|
+
"path": "src/components/draw-svg/draw-svg.styles.ts",
|
|
3881
|
+
"declarations": [],
|
|
3882
|
+
"exports": [
|
|
3883
|
+
{
|
|
3884
|
+
"kind": "js",
|
|
3885
|
+
"name": "default",
|
|
3886
|
+
"declaration": {
|
|
3887
|
+
"module": "src/components/draw-svg/draw-svg.styles.ts"
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
]
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"kind": "javascript-module",
|
|
3894
|
+
"path": "src/components/draw-svg/draw-svg.ts",
|
|
3885
3895
|
"declarations": [
|
|
3886
3896
|
{
|
|
3887
3897
|
"kind": "class",
|
|
@@ -5136,456 +5146,151 @@
|
|
|
5136
5146
|
},
|
|
5137
5147
|
{
|
|
5138
5148
|
"kind": "javascript-module",
|
|
5139
|
-
"path": "src/components/color-palette/
|
|
5149
|
+
"path": "src/components/color-palette/item/color-palette-item-edit.styles.ts",
|
|
5140
5150
|
"declarations": [],
|
|
5141
5151
|
"exports": [
|
|
5142
5152
|
{
|
|
5143
5153
|
"kind": "js",
|
|
5144
5154
|
"name": "default",
|
|
5145
5155
|
"declaration": {
|
|
5146
|
-
"module": "src/components/color-palette/
|
|
5156
|
+
"module": "src/components/color-palette/item/color-palette-item-edit.styles.ts"
|
|
5147
5157
|
}
|
|
5148
5158
|
}
|
|
5149
5159
|
]
|
|
5150
5160
|
},
|
|
5151
5161
|
{
|
|
5152
5162
|
"kind": "javascript-module",
|
|
5153
|
-
"path": "src/components/color-palette/
|
|
5163
|
+
"path": "src/components/color-palette/item/color-palette-item-edit.ts",
|
|
5154
5164
|
"declarations": [
|
|
5155
5165
|
{
|
|
5156
5166
|
"kind": "class",
|
|
5157
|
-
"description": "
|
|
5158
|
-
"name": "
|
|
5159
|
-
"cssProperties": [
|
|
5160
|
-
{
|
|
5161
|
-
"type": {
|
|
5162
|
-
"text": "<color>"
|
|
5163
|
-
},
|
|
5164
|
-
"description": "The call to action background color.",
|
|
5165
|
-
"name": "--cta-background"
|
|
5166
|
-
}
|
|
5167
|
-
],
|
|
5167
|
+
"description": "A color item in its edit state meant to be used with color-palette.",
|
|
5168
|
+
"name": "ColorPaletteItemEdit",
|
|
5168
5169
|
"members": [
|
|
5169
5170
|
{
|
|
5170
5171
|
"kind": "field",
|
|
5171
|
-
"name": "
|
|
5172
|
+
"name": "stabilizeWhileEditing",
|
|
5172
5173
|
"type": {
|
|
5173
|
-
"text": "
|
|
5174
|
+
"text": "boolean"
|
|
5174
5175
|
},
|
|
5175
5176
|
"privacy": "public",
|
|
5176
|
-
"
|
|
5177
|
+
"default": "false",
|
|
5178
|
+
"description": "Prevent hover while item is being edited.",
|
|
5179
|
+
"attribute": "stabilizeWhileEditing",
|
|
5180
|
+
"reflects": true
|
|
5177
5181
|
},
|
|
5178
5182
|
{
|
|
5179
5183
|
"kind": "field",
|
|
5180
|
-
"name": "
|
|
5184
|
+
"name": "emitter",
|
|
5181
5185
|
"type": {
|
|
5182
|
-
"text": "
|
|
5186
|
+
"text": "EventEmitter<EventMap>"
|
|
5183
5187
|
},
|
|
5184
5188
|
"privacy": "public",
|
|
5185
|
-
"default": "
|
|
5186
|
-
"description": "
|
|
5187
|
-
"
|
|
5189
|
+
"default": "new EventEmitter<EventMap>()",
|
|
5190
|
+
"description": "Public way to subscribe to events.",
|
|
5191
|
+
"inheritedFrom": {
|
|
5192
|
+
"name": "ColorPaletteItem",
|
|
5193
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5194
|
+
}
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "method",
|
|
5198
|
+
"name": "content",
|
|
5199
|
+
"privacy": "protected",
|
|
5200
|
+
"description": "Renders the content.",
|
|
5201
|
+
"inheritedFrom": {
|
|
5202
|
+
"name": "ColorPaletteItem",
|
|
5203
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5204
|
+
}
|
|
5188
5205
|
},
|
|
5189
5206
|
{
|
|
5190
5207
|
"kind": "field",
|
|
5191
|
-
"name": "
|
|
5208
|
+
"name": "color",
|
|
5192
5209
|
"type": {
|
|
5193
|
-
"text": "
|
|
5210
|
+
"text": "string"
|
|
5194
5211
|
},
|
|
5195
5212
|
"privacy": "public",
|
|
5196
|
-
"default": "
|
|
5197
|
-
"description": "The
|
|
5198
|
-
"attribute": "
|
|
5213
|
+
"default": "''",
|
|
5214
|
+
"description": "The color the item will display.",
|
|
5215
|
+
"attribute": "color",
|
|
5216
|
+
"inheritedFrom": {
|
|
5217
|
+
"name": "ColorPaletteItem",
|
|
5218
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5219
|
+
}
|
|
5199
5220
|
},
|
|
5200
5221
|
{
|
|
5201
5222
|
"kind": "field",
|
|
5202
|
-
"name": "
|
|
5223
|
+
"name": "alias",
|
|
5203
5224
|
"type": {
|
|
5204
|
-
"text": "
|
|
5225
|
+
"text": "string"
|
|
5205
5226
|
},
|
|
5206
5227
|
"privacy": "public",
|
|
5207
|
-
"
|
|
5208
|
-
"
|
|
5209
|
-
"
|
|
5228
|
+
"default": "''",
|
|
5229
|
+
"description": "The alias for the color.",
|
|
5230
|
+
"attribute": "alias",
|
|
5231
|
+
"inheritedFrom": {
|
|
5232
|
+
"name": "ColorPaletteItem",
|
|
5233
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5234
|
+
}
|
|
5210
5235
|
},
|
|
5211
5236
|
{
|
|
5212
5237
|
"kind": "field",
|
|
5213
|
-
"name": "
|
|
5238
|
+
"name": "aliasMode",
|
|
5214
5239
|
"type": {
|
|
5215
|
-
"text": "
|
|
5240
|
+
"text": "AliasMode"
|
|
5216
5241
|
},
|
|
5217
5242
|
"privacy": "public",
|
|
5218
|
-
"description": "
|
|
5219
|
-
"attribute": "
|
|
5243
|
+
"description": "How the alias will display.",
|
|
5244
|
+
"attribute": "aliasMode",
|
|
5245
|
+
"inheritedFrom": {
|
|
5246
|
+
"name": "ColorPaletteItem",
|
|
5247
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5248
|
+
}
|
|
5220
5249
|
},
|
|
5221
5250
|
{
|
|
5222
5251
|
"kind": "field",
|
|
5223
|
-
"name": "
|
|
5252
|
+
"name": "direction",
|
|
5224
5253
|
"type": {
|
|
5225
|
-
"text": "
|
|
5254
|
+
"text": "Direction"
|
|
5226
5255
|
},
|
|
5227
5256
|
"privacy": "public",
|
|
5228
|
-
"description": "The
|
|
5229
|
-
"attribute": "
|
|
5257
|
+
"description": "The direction the palette wants the item to display.",
|
|
5258
|
+
"attribute": "direction",
|
|
5259
|
+
"reflects": true,
|
|
5260
|
+
"inheritedFrom": {
|
|
5261
|
+
"name": "ColorPaletteItem",
|
|
5262
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5263
|
+
}
|
|
5230
5264
|
},
|
|
5231
5265
|
{
|
|
5232
5266
|
"kind": "field",
|
|
5233
|
-
"name": "
|
|
5267
|
+
"name": "editMode",
|
|
5234
5268
|
"type": {
|
|
5235
|
-
"text": "
|
|
5269
|
+
"text": "boolean"
|
|
5236
5270
|
},
|
|
5237
5271
|
"privacy": "public",
|
|
5238
|
-
"default": "
|
|
5239
|
-
"description": "
|
|
5272
|
+
"default": "false",
|
|
5273
|
+
"description": "Whether the item is being edited.",
|
|
5274
|
+
"attribute": "editMode",
|
|
5275
|
+
"reflects": true,
|
|
5276
|
+
"inheritedFrom": {
|
|
5277
|
+
"name": "ColorPaletteItem",
|
|
5278
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5279
|
+
}
|
|
5240
5280
|
},
|
|
5241
5281
|
{
|
|
5242
|
-
"kind": "
|
|
5243
|
-
"name": "
|
|
5244
|
-
"
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
"
|
|
5249
|
-
"
|
|
5250
|
-
"
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
"kind": "method",
|
|
5255
|
-
"name": "generateOption",
|
|
5256
|
-
"privacy": "private",
|
|
5257
|
-
"description": "Renders the generate option."
|
|
5258
|
-
},
|
|
5259
|
-
{
|
|
5260
|
-
"kind": "method",
|
|
5261
|
-
"name": "imageOption",
|
|
5262
|
-
"privacy": "private",
|
|
5263
|
-
"description": "Renders the image option."
|
|
5264
|
-
},
|
|
5265
|
-
{
|
|
5266
|
-
"kind": "method",
|
|
5267
|
-
"name": "urlOption",
|
|
5268
|
-
"privacy": "private",
|
|
5269
|
-
"description": "Renders the URL option."
|
|
5270
|
-
}
|
|
5271
|
-
],
|
|
5272
|
-
"attributes": [
|
|
5273
|
-
{
|
|
5274
|
-
"name": "colors",
|
|
5275
|
-
"type": {
|
|
5276
|
-
"text": "string[]"
|
|
5277
|
-
},
|
|
5278
|
-
"default": "[]",
|
|
5279
|
-
"description": "The palette colors to be edited.",
|
|
5280
|
-
"fieldName": "colors"
|
|
5281
|
-
},
|
|
5282
|
-
{
|
|
5283
|
-
"name": "settings",
|
|
5284
|
-
"type": {
|
|
5285
|
-
"text": "PaletteSettings"
|
|
5286
|
-
},
|
|
5287
|
-
"default": "{ height: defaultSettings.height, width: defaultSettings.width, direction: defaultSettings.direction, gradient: defaultSettings.gradient, preventHover: defaultSettings.preventHover, hideText: defaultSettings.hideText, override: defaultSettings.override, aliases: [] }",
|
|
5288
|
-
"description": "The palette settings to be edited.",
|
|
5289
|
-
"fieldName": "settings"
|
|
5290
|
-
},
|
|
5291
|
-
{
|
|
5292
|
-
"name": "selectedInput",
|
|
5293
|
-
"type": {
|
|
5294
|
-
"text": "SelectedInput"
|
|
5295
|
-
},
|
|
5296
|
-
"description": "The editing input that will be used.",
|
|
5297
|
-
"fieldName": "selectedInput"
|
|
5298
|
-
},
|
|
5299
|
-
{
|
|
5300
|
-
"name": "combination",
|
|
5301
|
-
"type": {
|
|
5302
|
-
"text": "Combination"
|
|
5303
|
-
},
|
|
5304
|
-
"description": "The color theory combination used when generating colors.",
|
|
5305
|
-
"fieldName": "combination"
|
|
5306
|
-
},
|
|
5307
|
-
{
|
|
5308
|
-
"name": "baseColor",
|
|
5309
|
-
"type": {
|
|
5310
|
-
"text": "ReturnType<typeof colorsea> | undefined"
|
|
5311
|
-
},
|
|
5312
|
-
"description": "The base color used when generating colors.",
|
|
5313
|
-
"fieldName": "baseColor"
|
|
5314
|
-
}
|
|
5315
|
-
],
|
|
5316
|
-
"superclass": {
|
|
5317
|
-
"name": "LitElement",
|
|
5318
|
-
"package": "lit"
|
|
5319
|
-
},
|
|
5320
|
-
"tagName": "color-palette-editor",
|
|
5321
|
-
"customElement": true
|
|
5322
|
-
}
|
|
5323
|
-
],
|
|
5324
|
-
"exports": [
|
|
5325
|
-
{
|
|
5326
|
-
"kind": "js",
|
|
5327
|
-
"name": "ColorPaletteEditor",
|
|
5328
|
-
"declaration": {
|
|
5329
|
-
"name": "ColorPaletteEditor",
|
|
5330
|
-
"module": "src/components/color-palette/editor/color-palette-editor.ts"
|
|
5331
|
-
}
|
|
5332
|
-
},
|
|
5333
|
-
{
|
|
5334
|
-
"kind": "custom-element-definition",
|
|
5335
|
-
"name": "color-palette-editor",
|
|
5336
|
-
"declaration": {
|
|
5337
|
-
"name": "ColorPaletteEditor",
|
|
5338
|
-
"module": "src/components/color-palette/editor/color-palette-editor.ts"
|
|
5339
|
-
}
|
|
5340
|
-
}
|
|
5341
|
-
]
|
|
5342
|
-
},
|
|
5343
|
-
{
|
|
5344
|
-
"kind": "javascript-module",
|
|
5345
|
-
"path": "src/components/color-palette/editor/settings-item.styles.ts",
|
|
5346
|
-
"declarations": [],
|
|
5347
|
-
"exports": [
|
|
5348
|
-
{
|
|
5349
|
-
"kind": "js",
|
|
5350
|
-
"name": "default",
|
|
5351
|
-
"declaration": {
|
|
5352
|
-
"module": "src/components/color-palette/editor/settings-item.styles.ts"
|
|
5353
|
-
}
|
|
5354
|
-
}
|
|
5355
|
-
]
|
|
5356
|
-
},
|
|
5357
|
-
{
|
|
5358
|
-
"kind": "javascript-module",
|
|
5359
|
-
"path": "src/components/color-palette/editor/settings-item.ts",
|
|
5360
|
-
"declarations": [
|
|
5361
|
-
{
|
|
5362
|
-
"kind": "class",
|
|
5363
|
-
"description": "The settings item using inside of the editor.",
|
|
5364
|
-
"name": "SettingItem",
|
|
5365
|
-
"slots": [
|
|
5366
|
-
{
|
|
5367
|
-
"description": "The setting.",
|
|
5368
|
-
"name": ""
|
|
5369
|
-
}
|
|
5370
|
-
],
|
|
5371
|
-
"members": [
|
|
5372
|
-
{
|
|
5373
|
-
"kind": "field",
|
|
5374
|
-
"name": "name",
|
|
5375
|
-
"type": {
|
|
5376
|
-
"text": "string"
|
|
5377
|
-
},
|
|
5378
|
-
"privacy": "public",
|
|
5379
|
-
"default": "''",
|
|
5380
|
-
"description": "The name of the setting.",
|
|
5381
|
-
"attribute": "name"
|
|
5382
|
-
},
|
|
5383
|
-
{
|
|
5384
|
-
"kind": "field",
|
|
5385
|
-
"name": "description",
|
|
5386
|
-
"type": {
|
|
5387
|
-
"text": "string"
|
|
5388
|
-
},
|
|
5389
|
-
"privacy": "public",
|
|
5390
|
-
"default": "''",
|
|
5391
|
-
"description": "The description of the setting.",
|
|
5392
|
-
"attribute": "description"
|
|
5393
|
-
}
|
|
5394
|
-
],
|
|
5395
|
-
"attributes": [
|
|
5396
|
-
{
|
|
5397
|
-
"name": "name",
|
|
5398
|
-
"type": {
|
|
5399
|
-
"text": "string"
|
|
5400
|
-
},
|
|
5401
|
-
"default": "''",
|
|
5402
|
-
"description": "The name of the setting.",
|
|
5403
|
-
"fieldName": "name"
|
|
5404
|
-
},
|
|
5405
|
-
{
|
|
5406
|
-
"name": "description",
|
|
5407
|
-
"type": {
|
|
5408
|
-
"text": "string"
|
|
5409
|
-
},
|
|
5410
|
-
"default": "''",
|
|
5411
|
-
"description": "The description of the setting.",
|
|
5412
|
-
"fieldName": "description"
|
|
5413
|
-
}
|
|
5414
|
-
],
|
|
5415
|
-
"superclass": {
|
|
5416
|
-
"name": "LitElement",
|
|
5417
|
-
"package": "lit"
|
|
5418
|
-
},
|
|
5419
|
-
"tagName": "setting-item",
|
|
5420
|
-
"customElement": true
|
|
5421
|
-
}
|
|
5422
|
-
],
|
|
5423
|
-
"exports": [
|
|
5424
|
-
{
|
|
5425
|
-
"kind": "js",
|
|
5426
|
-
"name": "SettingItem",
|
|
5427
|
-
"declaration": {
|
|
5428
|
-
"name": "SettingItem",
|
|
5429
|
-
"module": "src/components/color-palette/editor/settings-item.ts"
|
|
5430
|
-
}
|
|
5431
|
-
},
|
|
5432
|
-
{
|
|
5433
|
-
"kind": "custom-element-definition",
|
|
5434
|
-
"name": "setting-item",
|
|
5435
|
-
"declaration": {
|
|
5436
|
-
"name": "SettingItem",
|
|
5437
|
-
"module": "src/components/color-palette/editor/settings-item.ts"
|
|
5438
|
-
}
|
|
5439
|
-
}
|
|
5440
|
-
]
|
|
5441
|
-
},
|
|
5442
|
-
{
|
|
5443
|
-
"kind": "javascript-module",
|
|
5444
|
-
"path": "src/components/color-palette/item/color-palette-item-edit.styles.ts",
|
|
5445
|
-
"declarations": [],
|
|
5446
|
-
"exports": [
|
|
5447
|
-
{
|
|
5448
|
-
"kind": "js",
|
|
5449
|
-
"name": "default",
|
|
5450
|
-
"declaration": {
|
|
5451
|
-
"module": "src/components/color-palette/item/color-palette-item-edit.styles.ts"
|
|
5452
|
-
}
|
|
5453
|
-
}
|
|
5454
|
-
]
|
|
5455
|
-
},
|
|
5456
|
-
{
|
|
5457
|
-
"kind": "javascript-module",
|
|
5458
|
-
"path": "src/components/color-palette/item/color-palette-item-edit.ts",
|
|
5459
|
-
"declarations": [
|
|
5460
|
-
{
|
|
5461
|
-
"kind": "class",
|
|
5462
|
-
"description": "A color item in its edit state meant to be used with color-palette.",
|
|
5463
|
-
"name": "ColorPaletteItemEdit",
|
|
5464
|
-
"members": [
|
|
5465
|
-
{
|
|
5466
|
-
"kind": "field",
|
|
5467
|
-
"name": "stabilizeWhileEditing",
|
|
5468
|
-
"type": {
|
|
5469
|
-
"text": "boolean"
|
|
5470
|
-
},
|
|
5471
|
-
"privacy": "public",
|
|
5472
|
-
"default": "false",
|
|
5473
|
-
"description": "Prevent hover while item is being edited.",
|
|
5474
|
-
"attribute": "stabilizeWhileEditing",
|
|
5475
|
-
"reflects": true
|
|
5476
|
-
},
|
|
5477
|
-
{
|
|
5478
|
-
"kind": "field",
|
|
5479
|
-
"name": "emitter",
|
|
5480
|
-
"type": {
|
|
5481
|
-
"text": "EventEmitter<EventMap>"
|
|
5482
|
-
},
|
|
5483
|
-
"privacy": "public",
|
|
5484
|
-
"default": "new EventEmitter<EventMap>()",
|
|
5485
|
-
"description": "Public way to subscribe to events.",
|
|
5486
|
-
"inheritedFrom": {
|
|
5487
|
-
"name": "ColorPaletteItem",
|
|
5488
|
-
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5489
|
-
}
|
|
5490
|
-
},
|
|
5491
|
-
{
|
|
5492
|
-
"kind": "method",
|
|
5493
|
-
"name": "content",
|
|
5494
|
-
"privacy": "protected",
|
|
5495
|
-
"description": "Renders the content.",
|
|
5496
|
-
"inheritedFrom": {
|
|
5497
|
-
"name": "ColorPaletteItem",
|
|
5498
|
-
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5499
|
-
}
|
|
5500
|
-
},
|
|
5501
|
-
{
|
|
5502
|
-
"kind": "field",
|
|
5503
|
-
"name": "color",
|
|
5504
|
-
"type": {
|
|
5505
|
-
"text": "string"
|
|
5506
|
-
},
|
|
5507
|
-
"privacy": "public",
|
|
5508
|
-
"default": "''",
|
|
5509
|
-
"description": "The color the item will display.",
|
|
5510
|
-
"attribute": "color",
|
|
5511
|
-
"inheritedFrom": {
|
|
5512
|
-
"name": "ColorPaletteItem",
|
|
5513
|
-
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5514
|
-
}
|
|
5515
|
-
},
|
|
5516
|
-
{
|
|
5517
|
-
"kind": "field",
|
|
5518
|
-
"name": "alias",
|
|
5519
|
-
"type": {
|
|
5520
|
-
"text": "string"
|
|
5521
|
-
},
|
|
5522
|
-
"privacy": "public",
|
|
5523
|
-
"default": "''",
|
|
5524
|
-
"description": "The alias for the color.",
|
|
5525
|
-
"attribute": "alias",
|
|
5526
|
-
"inheritedFrom": {
|
|
5527
|
-
"name": "ColorPaletteItem",
|
|
5528
|
-
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5529
|
-
}
|
|
5530
|
-
},
|
|
5531
|
-
{
|
|
5532
|
-
"kind": "field",
|
|
5533
|
-
"name": "aliasMode",
|
|
5534
|
-
"type": {
|
|
5535
|
-
"text": "AliasMode"
|
|
5536
|
-
},
|
|
5537
|
-
"privacy": "public",
|
|
5538
|
-
"description": "How the alias will display.",
|
|
5539
|
-
"attribute": "aliasMode",
|
|
5540
|
-
"inheritedFrom": {
|
|
5541
|
-
"name": "ColorPaletteItem",
|
|
5542
|
-
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5543
|
-
}
|
|
5544
|
-
},
|
|
5545
|
-
{
|
|
5546
|
-
"kind": "field",
|
|
5547
|
-
"name": "direction",
|
|
5548
|
-
"type": {
|
|
5549
|
-
"text": "Direction"
|
|
5550
|
-
},
|
|
5551
|
-
"privacy": "public",
|
|
5552
|
-
"description": "The direction the palette wants the item to display.",
|
|
5553
|
-
"attribute": "direction",
|
|
5554
|
-
"reflects": true,
|
|
5555
|
-
"inheritedFrom": {
|
|
5556
|
-
"name": "ColorPaletteItem",
|
|
5557
|
-
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5558
|
-
}
|
|
5559
|
-
},
|
|
5560
|
-
{
|
|
5561
|
-
"kind": "field",
|
|
5562
|
-
"name": "editMode",
|
|
5563
|
-
"type": {
|
|
5564
|
-
"text": "boolean"
|
|
5565
|
-
},
|
|
5566
|
-
"privacy": "public",
|
|
5567
|
-
"default": "false",
|
|
5568
|
-
"description": "Whether the item is being edited.",
|
|
5569
|
-
"attribute": "editMode",
|
|
5570
|
-
"reflects": true,
|
|
5571
|
-
"inheritedFrom": {
|
|
5572
|
-
"name": "ColorPaletteItem",
|
|
5573
|
-
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5574
|
-
}
|
|
5575
|
-
},
|
|
5576
|
-
{
|
|
5577
|
-
"kind": "field",
|
|
5578
|
-
"name": "height",
|
|
5579
|
-
"type": {
|
|
5580
|
-
"text": "number"
|
|
5581
|
-
},
|
|
5582
|
-
"privacy": "public",
|
|
5583
|
-
"description": "The height of the item.",
|
|
5584
|
-
"attribute": "height",
|
|
5585
|
-
"inheritedFrom": {
|
|
5586
|
-
"name": "ColorPaletteItem",
|
|
5587
|
-
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5588
|
-
}
|
|
5282
|
+
"kind": "field",
|
|
5283
|
+
"name": "height",
|
|
5284
|
+
"type": {
|
|
5285
|
+
"text": "number"
|
|
5286
|
+
},
|
|
5287
|
+
"privacy": "public",
|
|
5288
|
+
"description": "The height of the item.",
|
|
5289
|
+
"attribute": "height",
|
|
5290
|
+
"inheritedFrom": {
|
|
5291
|
+
"name": "ColorPaletteItem",
|
|
5292
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5293
|
+
}
|
|
5589
5294
|
},
|
|
5590
5295
|
{
|
|
5591
5296
|
"kind": "field",
|
|
@@ -5870,103 +5575,311 @@
|
|
|
5870
5575
|
"members": [
|
|
5871
5576
|
{
|
|
5872
5577
|
"kind": "field",
|
|
5873
|
-
"name": "color",
|
|
5874
|
-
"type": {
|
|
5875
|
-
"text": "string"
|
|
5876
|
-
},
|
|
5877
|
-
"privacy": "public",
|
|
5878
|
-
"default": "''",
|
|
5879
|
-
"description": "The color the item will display.",
|
|
5880
|
-
"attribute": "color"
|
|
5881
|
-
},
|
|
5882
|
-
{
|
|
5883
|
-
"kind": "field",
|
|
5884
|
-
"name": "alias",
|
|
5578
|
+
"name": "color",
|
|
5579
|
+
"type": {
|
|
5580
|
+
"text": "string"
|
|
5581
|
+
},
|
|
5582
|
+
"privacy": "public",
|
|
5583
|
+
"default": "''",
|
|
5584
|
+
"description": "The color the item will display.",
|
|
5585
|
+
"attribute": "color"
|
|
5586
|
+
},
|
|
5587
|
+
{
|
|
5588
|
+
"kind": "field",
|
|
5589
|
+
"name": "alias",
|
|
5590
|
+
"type": {
|
|
5591
|
+
"text": "string"
|
|
5592
|
+
},
|
|
5593
|
+
"privacy": "public",
|
|
5594
|
+
"default": "''",
|
|
5595
|
+
"description": "The alias for the color.",
|
|
5596
|
+
"attribute": "alias"
|
|
5597
|
+
},
|
|
5598
|
+
{
|
|
5599
|
+
"kind": "field",
|
|
5600
|
+
"name": "aliasMode",
|
|
5601
|
+
"type": {
|
|
5602
|
+
"text": "AliasMode"
|
|
5603
|
+
},
|
|
5604
|
+
"privacy": "public",
|
|
5605
|
+
"description": "How the alias will display.",
|
|
5606
|
+
"attribute": "aliasMode"
|
|
5607
|
+
},
|
|
5608
|
+
{
|
|
5609
|
+
"kind": "field",
|
|
5610
|
+
"name": "direction",
|
|
5611
|
+
"type": {
|
|
5612
|
+
"text": "Direction"
|
|
5613
|
+
},
|
|
5614
|
+
"privacy": "public",
|
|
5615
|
+
"description": "The direction the palette wants the item to display.",
|
|
5616
|
+
"attribute": "direction",
|
|
5617
|
+
"reflects": true
|
|
5618
|
+
},
|
|
5619
|
+
{
|
|
5620
|
+
"kind": "field",
|
|
5621
|
+
"name": "editMode",
|
|
5622
|
+
"type": {
|
|
5623
|
+
"text": "boolean"
|
|
5624
|
+
},
|
|
5625
|
+
"privacy": "public",
|
|
5626
|
+
"default": "false",
|
|
5627
|
+
"description": "Whether the item is being edited.",
|
|
5628
|
+
"attribute": "editMode",
|
|
5629
|
+
"reflects": true
|
|
5630
|
+
},
|
|
5631
|
+
{
|
|
5632
|
+
"kind": "field",
|
|
5633
|
+
"name": "height",
|
|
5634
|
+
"type": {
|
|
5635
|
+
"text": "number"
|
|
5636
|
+
},
|
|
5637
|
+
"privacy": "public",
|
|
5638
|
+
"description": "The height of the item.",
|
|
5639
|
+
"attribute": "height"
|
|
5640
|
+
},
|
|
5641
|
+
{
|
|
5642
|
+
"kind": "field",
|
|
5643
|
+
"name": "preventHover",
|
|
5644
|
+
"type": {
|
|
5645
|
+
"text": "boolean"
|
|
5646
|
+
},
|
|
5647
|
+
"privacy": "public",
|
|
5648
|
+
"default": "false",
|
|
5649
|
+
"description": "Whether hovering over the item is permitted.",
|
|
5650
|
+
"attribute": "preventHover",
|
|
5651
|
+
"reflects": true
|
|
5652
|
+
},
|
|
5653
|
+
{
|
|
5654
|
+
"kind": "field",
|
|
5655
|
+
"name": "hideText",
|
|
5656
|
+
"type": {
|
|
5657
|
+
"text": "boolean"
|
|
5658
|
+
},
|
|
5659
|
+
"privacy": "public",
|
|
5660
|
+
"default": "false",
|
|
5661
|
+
"description": "Whether the text on the item is hidden.",
|
|
5662
|
+
"attribute": "hideText",
|
|
5663
|
+
"reflects": true
|
|
5664
|
+
},
|
|
5665
|
+
{
|
|
5666
|
+
"kind": "field",
|
|
5667
|
+
"name": "colorCount",
|
|
5668
|
+
"type": {
|
|
5669
|
+
"text": "number"
|
|
5670
|
+
},
|
|
5671
|
+
"privacy": "public",
|
|
5672
|
+
"default": "0",
|
|
5673
|
+
"description": "The total number of colors the palette expects.",
|
|
5674
|
+
"attribute": "colorCount"
|
|
5675
|
+
},
|
|
5676
|
+
{
|
|
5677
|
+
"kind": "field",
|
|
5678
|
+
"name": "emitter",
|
|
5679
|
+
"type": {
|
|
5680
|
+
"text": "EventEmitter<EventMap>"
|
|
5681
|
+
},
|
|
5682
|
+
"privacy": "public",
|
|
5683
|
+
"default": "new EventEmitter<EventMap>()",
|
|
5684
|
+
"description": "Public way to subscribe to events."
|
|
5685
|
+
},
|
|
5686
|
+
{
|
|
5687
|
+
"kind": "method",
|
|
5688
|
+
"name": "content",
|
|
5689
|
+
"privacy": "protected",
|
|
5690
|
+
"description": "Renders the content"
|
|
5691
|
+
}
|
|
5692
|
+
],
|
|
5693
|
+
"attributes": [
|
|
5694
|
+
{
|
|
5695
|
+
"name": "color",
|
|
5696
|
+
"type": {
|
|
5697
|
+
"text": "string"
|
|
5698
|
+
},
|
|
5699
|
+
"default": "''",
|
|
5700
|
+
"description": "The color the item will display.",
|
|
5701
|
+
"fieldName": "color"
|
|
5702
|
+
},
|
|
5703
|
+
{
|
|
5704
|
+
"name": "alias",
|
|
5705
|
+
"type": {
|
|
5706
|
+
"text": "string"
|
|
5707
|
+
},
|
|
5708
|
+
"default": "''",
|
|
5709
|
+
"description": "The alias for the color.",
|
|
5710
|
+
"fieldName": "alias"
|
|
5711
|
+
},
|
|
5712
|
+
{
|
|
5713
|
+
"name": "aliasMode",
|
|
5714
|
+
"type": {
|
|
5715
|
+
"text": "AliasMode"
|
|
5716
|
+
},
|
|
5717
|
+
"description": "How the alias will display.",
|
|
5718
|
+
"fieldName": "aliasMode"
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"name": "direction",
|
|
5722
|
+
"type": {
|
|
5723
|
+
"text": "Direction"
|
|
5724
|
+
},
|
|
5725
|
+
"description": "The direction the palette wants the item to display.",
|
|
5726
|
+
"fieldName": "direction"
|
|
5727
|
+
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "editMode",
|
|
5730
|
+
"type": {
|
|
5731
|
+
"text": "boolean"
|
|
5732
|
+
},
|
|
5733
|
+
"default": "false",
|
|
5734
|
+
"description": "Whether the item is being edited.",
|
|
5735
|
+
"fieldName": "editMode"
|
|
5736
|
+
},
|
|
5737
|
+
{
|
|
5738
|
+
"name": "height",
|
|
5739
|
+
"type": {
|
|
5740
|
+
"text": "number"
|
|
5741
|
+
},
|
|
5742
|
+
"description": "The height of the item.",
|
|
5743
|
+
"fieldName": "height"
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
"name": "preventHover",
|
|
5747
|
+
"type": {
|
|
5748
|
+
"text": "boolean"
|
|
5749
|
+
},
|
|
5750
|
+
"default": "false",
|
|
5751
|
+
"description": "Whether hovering over the item is permitted.",
|
|
5752
|
+
"fieldName": "preventHover"
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"name": "hideText",
|
|
5756
|
+
"type": {
|
|
5757
|
+
"text": "boolean"
|
|
5758
|
+
},
|
|
5759
|
+
"default": "false",
|
|
5760
|
+
"description": "Whether the text on the item is hidden.",
|
|
5761
|
+
"fieldName": "hideText"
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"name": "colorCount",
|
|
5765
|
+
"type": {
|
|
5766
|
+
"text": "number"
|
|
5767
|
+
},
|
|
5768
|
+
"default": "0",
|
|
5769
|
+
"description": "The total number of colors the palette expects.",
|
|
5770
|
+
"fieldName": "colorCount"
|
|
5771
|
+
}
|
|
5772
|
+
],
|
|
5773
|
+
"superclass": {
|
|
5774
|
+
"name": "LitElement",
|
|
5775
|
+
"package": "lit"
|
|
5776
|
+
},
|
|
5777
|
+
"tagName": "color-palette-item",
|
|
5778
|
+
"customElement": true
|
|
5779
|
+
}
|
|
5780
|
+
],
|
|
5781
|
+
"exports": [
|
|
5782
|
+
{
|
|
5783
|
+
"kind": "js",
|
|
5784
|
+
"name": "ColorPaletteItem",
|
|
5785
|
+
"declaration": {
|
|
5786
|
+
"name": "ColorPaletteItem",
|
|
5787
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5788
|
+
}
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
"kind": "custom-element-definition",
|
|
5792
|
+
"name": "color-palette-item",
|
|
5793
|
+
"declaration": {
|
|
5794
|
+
"name": "ColorPaletteItem",
|
|
5795
|
+
"module": "src/components/color-palette/item/color-palette-item.ts"
|
|
5796
|
+
}
|
|
5797
|
+
}
|
|
5798
|
+
]
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"kind": "javascript-module",
|
|
5802
|
+
"path": "src/components/color-palette/menu/color-palette-menu.styles.ts",
|
|
5803
|
+
"declarations": [],
|
|
5804
|
+
"exports": [
|
|
5805
|
+
{
|
|
5806
|
+
"kind": "js",
|
|
5807
|
+
"name": "default",
|
|
5808
|
+
"declaration": {
|
|
5809
|
+
"module": "src/components/color-palette/menu/color-palette-menu.styles.ts"
|
|
5810
|
+
}
|
|
5811
|
+
}
|
|
5812
|
+
]
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"kind": "javascript-module",
|
|
5816
|
+
"path": "src/components/color-palette/menu/color-palette-menu.ts",
|
|
5817
|
+
"declarations": [
|
|
5818
|
+
{
|
|
5819
|
+
"kind": "class",
|
|
5820
|
+
"description": "A context menu for color-palette.",
|
|
5821
|
+
"name": "ColorPaletteMenu",
|
|
5822
|
+
"members": [
|
|
5823
|
+
{
|
|
5824
|
+
"kind": "field",
|
|
5825
|
+
"name": "absolute",
|
|
5885
5826
|
"type": {
|
|
5886
|
-
"text": "
|
|
5827
|
+
"text": "AbsoluteContainer"
|
|
5887
5828
|
},
|
|
5888
5829
|
"privacy": "public",
|
|
5889
|
-
"
|
|
5890
|
-
"description": "The alias for the color.",
|
|
5891
|
-
"attribute": "alias"
|
|
5830
|
+
"description": "The absolute-container wrapping the menu."
|
|
5892
5831
|
},
|
|
5893
5832
|
{
|
|
5894
5833
|
"kind": "field",
|
|
5895
|
-
"name": "
|
|
5834
|
+
"name": "colors",
|
|
5896
5835
|
"type": {
|
|
5897
|
-
"text": "
|
|
5836
|
+
"text": "string[]"
|
|
5898
5837
|
},
|
|
5899
5838
|
"privacy": "public",
|
|
5900
|
-
"
|
|
5901
|
-
"
|
|
5839
|
+
"default": "[]",
|
|
5840
|
+
"description": "The settings palette colors.",
|
|
5841
|
+
"attribute": "colors"
|
|
5902
5842
|
},
|
|
5903
5843
|
{
|
|
5904
5844
|
"kind": "field",
|
|
5905
|
-
"name": "
|
|
5845
|
+
"name": "settings",
|
|
5906
5846
|
"type": {
|
|
5907
|
-
"text": "
|
|
5847
|
+
"text": "Partial<PaletteSettings> | undefined"
|
|
5908
5848
|
},
|
|
5909
5849
|
"privacy": "public",
|
|
5910
|
-
"description": "The
|
|
5911
|
-
"attribute": "
|
|
5912
|
-
"reflects": true
|
|
5850
|
+
"description": "The selected palette settings.",
|
|
5851
|
+
"attribute": "settings"
|
|
5913
5852
|
},
|
|
5914
5853
|
{
|
|
5915
5854
|
"kind": "field",
|
|
5916
5855
|
"name": "editMode",
|
|
5917
5856
|
"type": {
|
|
5918
|
-
"text": "
|
|
5857
|
+
"text": "Boolean"
|
|
5919
5858
|
},
|
|
5920
5859
|
"privacy": "public",
|
|
5921
5860
|
"default": "false",
|
|
5922
|
-
"description": "
|
|
5923
|
-
"attribute": "editMode"
|
|
5924
|
-
"reflects": true
|
|
5925
|
-
},
|
|
5926
|
-
{
|
|
5927
|
-
"kind": "field",
|
|
5928
|
-
"name": "height",
|
|
5929
|
-
"type": {
|
|
5930
|
-
"text": "number"
|
|
5931
|
-
},
|
|
5932
|
-
"privacy": "public",
|
|
5933
|
-
"description": "The height of the item.",
|
|
5934
|
-
"attribute": "height"
|
|
5861
|
+
"description": "The selected palette edit mode status.",
|
|
5862
|
+
"attribute": "editMode"
|
|
5935
5863
|
},
|
|
5936
5864
|
{
|
|
5937
5865
|
"kind": "field",
|
|
5938
|
-
"name": "
|
|
5866
|
+
"name": "copyFormat",
|
|
5939
5867
|
"type": {
|
|
5940
|
-
"text": "
|
|
5868
|
+
"text": "CopyFormat"
|
|
5941
5869
|
},
|
|
5942
5870
|
"privacy": "public",
|
|
5943
|
-
"
|
|
5944
|
-
"
|
|
5945
|
-
"attribute": "preventHover",
|
|
5946
|
-
"reflects": true
|
|
5871
|
+
"description": "Determines if copying takes the raw value or just the colors.",
|
|
5872
|
+
"attribute": "copyFormat"
|
|
5947
5873
|
},
|
|
5948
5874
|
{
|
|
5949
5875
|
"kind": "field",
|
|
5950
|
-
"name": "
|
|
5876
|
+
"name": "reorder",
|
|
5951
5877
|
"type": {
|
|
5952
5878
|
"text": "boolean"
|
|
5953
5879
|
},
|
|
5954
|
-
"privacy": "
|
|
5880
|
+
"privacy": "protected",
|
|
5955
5881
|
"default": "false",
|
|
5956
|
-
"description": "Whether
|
|
5957
|
-
"attribute": "hideText",
|
|
5958
|
-
"reflects": true
|
|
5959
|
-
},
|
|
5960
|
-
{
|
|
5961
|
-
"kind": "field",
|
|
5962
|
-
"name": "colorCount",
|
|
5963
|
-
"type": {
|
|
5964
|
-
"text": "number"
|
|
5965
|
-
},
|
|
5966
|
-
"privacy": "public",
|
|
5967
|
-
"default": "0",
|
|
5968
|
-
"description": "The total number of colors the palette expects.",
|
|
5969
|
-
"attribute": "colorCount"
|
|
5882
|
+
"description": "Whether reorder state is active."
|
|
5970
5883
|
},
|
|
5971
5884
|
{
|
|
5972
5885
|
"kind": "field",
|
|
@@ -5980,149 +5893,226 @@
|
|
|
5980
5893
|
},
|
|
5981
5894
|
{
|
|
5982
5895
|
"kind": "method",
|
|
5983
|
-
"name": "
|
|
5896
|
+
"name": "menuItems",
|
|
5984
5897
|
"privacy": "protected",
|
|
5985
|
-
"description": "Renders the
|
|
5898
|
+
"description": "Renders the menu items."
|
|
5899
|
+
},
|
|
5900
|
+
{
|
|
5901
|
+
"kind": "method",
|
|
5902
|
+
"name": "reorderItems",
|
|
5903
|
+
"privacy": "protected",
|
|
5904
|
+
"description": "Renders the reorder items."
|
|
5986
5905
|
}
|
|
5987
5906
|
],
|
|
5988
5907
|
"attributes": [
|
|
5989
5908
|
{
|
|
5990
|
-
"name": "
|
|
5909
|
+
"name": "colors",
|
|
5991
5910
|
"type": {
|
|
5992
|
-
"text": "string"
|
|
5911
|
+
"text": "string[]"
|
|
5993
5912
|
},
|
|
5994
|
-
"default": "
|
|
5995
|
-
"description": "The
|
|
5996
|
-
"fieldName": "
|
|
5913
|
+
"default": "[]",
|
|
5914
|
+
"description": "The settings palette colors.",
|
|
5915
|
+
"fieldName": "colors"
|
|
5997
5916
|
},
|
|
5998
5917
|
{
|
|
5999
|
-
"name": "
|
|
5918
|
+
"name": "settings",
|
|
6000
5919
|
"type": {
|
|
6001
|
-
"text": "
|
|
5920
|
+
"text": "Partial<PaletteSettings> | undefined"
|
|
6002
5921
|
},
|
|
6003
|
-
"
|
|
6004
|
-
"
|
|
6005
|
-
"fieldName": "alias"
|
|
5922
|
+
"description": "The selected palette settings.",
|
|
5923
|
+
"fieldName": "settings"
|
|
6006
5924
|
},
|
|
6007
5925
|
{
|
|
6008
|
-
"name": "
|
|
5926
|
+
"name": "editMode",
|
|
6009
5927
|
"type": {
|
|
6010
|
-
"text": "
|
|
5928
|
+
"text": "Boolean"
|
|
6011
5929
|
},
|
|
6012
|
-
"
|
|
6013
|
-
"
|
|
5930
|
+
"default": "false",
|
|
5931
|
+
"description": "The selected palette edit mode status.",
|
|
5932
|
+
"fieldName": "editMode"
|
|
6014
5933
|
},
|
|
6015
5934
|
{
|
|
6016
|
-
"name": "
|
|
5935
|
+
"name": "copyFormat",
|
|
6017
5936
|
"type": {
|
|
6018
|
-
"text": "
|
|
5937
|
+
"text": "CopyFormat"
|
|
6019
5938
|
},
|
|
6020
|
-
"description": "
|
|
6021
|
-
"fieldName": "
|
|
6022
|
-
}
|
|
5939
|
+
"description": "Determines if copying takes the raw value or just the colors.",
|
|
5940
|
+
"fieldName": "copyFormat"
|
|
5941
|
+
}
|
|
5942
|
+
],
|
|
5943
|
+
"superclass": {
|
|
5944
|
+
"name": "LitElement",
|
|
5945
|
+
"package": "lit"
|
|
5946
|
+
},
|
|
5947
|
+
"tagName": "color-palette-menu",
|
|
5948
|
+
"customElement": true
|
|
5949
|
+
}
|
|
5950
|
+
],
|
|
5951
|
+
"exports": [
|
|
5952
|
+
{
|
|
5953
|
+
"kind": "js",
|
|
5954
|
+
"name": "ColorPaletteMenu",
|
|
5955
|
+
"declaration": {
|
|
5956
|
+
"name": "ColorPaletteMenu",
|
|
5957
|
+
"module": "src/components/color-palette/menu/color-palette-menu.ts"
|
|
5958
|
+
}
|
|
5959
|
+
},
|
|
5960
|
+
{
|
|
5961
|
+
"kind": "custom-element-definition",
|
|
5962
|
+
"name": "color-palette-menu",
|
|
5963
|
+
"declaration": {
|
|
5964
|
+
"name": "ColorPaletteMenu",
|
|
5965
|
+
"module": "src/components/color-palette/menu/color-palette-menu.ts"
|
|
5966
|
+
}
|
|
5967
|
+
}
|
|
5968
|
+
]
|
|
5969
|
+
},
|
|
5970
|
+
{
|
|
5971
|
+
"kind": "javascript-module",
|
|
5972
|
+
"path": "src/components/color-palette/menu/color-palette-reorder.styles.ts",
|
|
5973
|
+
"declarations": [],
|
|
5974
|
+
"exports": [
|
|
5975
|
+
{
|
|
5976
|
+
"kind": "js",
|
|
5977
|
+
"name": "default",
|
|
5978
|
+
"declaration": {
|
|
5979
|
+
"module": "src/components/color-palette/menu/color-palette-reorder.styles.ts"
|
|
5980
|
+
}
|
|
5981
|
+
}
|
|
5982
|
+
]
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"kind": "javascript-module",
|
|
5986
|
+
"path": "src/components/color-palette/menu/color-palette-reorder.ts",
|
|
5987
|
+
"declarations": [
|
|
5988
|
+
{
|
|
5989
|
+
"kind": "class",
|
|
5990
|
+
"description": "A companion UI to color-palette-menu for when the client selects reorder.",
|
|
5991
|
+
"name": "ColorPaletteReorder",
|
|
5992
|
+
"members": [
|
|
6023
5993
|
{
|
|
6024
|
-
"
|
|
5994
|
+
"kind": "field",
|
|
5995
|
+
"name": "absolute",
|
|
6025
5996
|
"type": {
|
|
6026
|
-
"text": "
|
|
5997
|
+
"text": "AbsoluteContainer"
|
|
6027
5998
|
},
|
|
6028
|
-
"
|
|
6029
|
-
"description": "
|
|
6030
|
-
"fieldName": "editMode"
|
|
5999
|
+
"privacy": "public",
|
|
6000
|
+
"description": "The absolute container wrapping the reorder component."
|
|
6031
6001
|
},
|
|
6032
6002
|
{
|
|
6033
|
-
"
|
|
6003
|
+
"kind": "field",
|
|
6004
|
+
"name": "colors",
|
|
6034
6005
|
"type": {
|
|
6035
|
-
"text": "
|
|
6006
|
+
"text": "string[]"
|
|
6036
6007
|
},
|
|
6037
|
-
"
|
|
6038
|
-
"
|
|
6008
|
+
"privacy": "public",
|
|
6009
|
+
"default": "[]",
|
|
6010
|
+
"description": "The colors that can be reordered.",
|
|
6011
|
+
"attribute": "colors"
|
|
6039
6012
|
},
|
|
6040
6013
|
{
|
|
6041
|
-
"
|
|
6014
|
+
"kind": "field",
|
|
6015
|
+
"name": "emitter",
|
|
6042
6016
|
"type": {
|
|
6043
|
-
"text": "
|
|
6017
|
+
"text": "EventEmitter<EventMap>"
|
|
6044
6018
|
},
|
|
6045
|
-
"
|
|
6046
|
-
"
|
|
6047
|
-
"
|
|
6019
|
+
"privacy": "public",
|
|
6020
|
+
"default": "new EventEmitter<EventMap>()",
|
|
6021
|
+
"description": "Public way to subscribe to events."
|
|
6048
6022
|
},
|
|
6049
6023
|
{
|
|
6050
|
-
"
|
|
6051
|
-
"
|
|
6052
|
-
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
|
|
6024
|
+
"kind": "method",
|
|
6025
|
+
"name": "selectOption",
|
|
6026
|
+
"privacy": "protected",
|
|
6027
|
+
"parameters": [
|
|
6028
|
+
{
|
|
6029
|
+
"name": "item",
|
|
6030
|
+
"type": {
|
|
6031
|
+
"text": "Reorder"
|
|
6032
|
+
}
|
|
6033
|
+
}
|
|
6034
|
+
],
|
|
6035
|
+
"description": "Reorders the palette colors based on the selected option."
|
|
6036
|
+
}
|
|
6037
|
+
],
|
|
6038
|
+
"attributes": [
|
|
6058
6039
|
{
|
|
6059
|
-
"name": "
|
|
6040
|
+
"name": "colors",
|
|
6060
6041
|
"type": {
|
|
6061
|
-
"text": "
|
|
6042
|
+
"text": "string[]"
|
|
6062
6043
|
},
|
|
6063
|
-
"default": "
|
|
6064
|
-
"description": "The
|
|
6065
|
-
"fieldName": "
|
|
6044
|
+
"default": "[]",
|
|
6045
|
+
"description": "The colors that can be reordered.",
|
|
6046
|
+
"fieldName": "colors"
|
|
6066
6047
|
}
|
|
6067
6048
|
],
|
|
6068
6049
|
"superclass": {
|
|
6069
6050
|
"name": "LitElement",
|
|
6070
6051
|
"package": "lit"
|
|
6071
6052
|
},
|
|
6072
|
-
"tagName": "color-palette-
|
|
6053
|
+
"tagName": "color-palette-reorder",
|
|
6073
6054
|
"customElement": true
|
|
6074
6055
|
}
|
|
6075
6056
|
],
|
|
6076
6057
|
"exports": [
|
|
6077
6058
|
{
|
|
6078
6059
|
"kind": "js",
|
|
6079
|
-
"name": "
|
|
6060
|
+
"name": "ColorPaletteReorder",
|
|
6080
6061
|
"declaration": {
|
|
6081
|
-
"name": "
|
|
6082
|
-
"module": "src/components/color-palette/
|
|
6062
|
+
"name": "ColorPaletteReorder",
|
|
6063
|
+
"module": "src/components/color-palette/menu/color-palette-reorder.ts"
|
|
6083
6064
|
}
|
|
6084
6065
|
},
|
|
6085
6066
|
{
|
|
6086
6067
|
"kind": "custom-element-definition",
|
|
6087
|
-
"name": "color-palette-
|
|
6068
|
+
"name": "color-palette-reorder",
|
|
6088
6069
|
"declaration": {
|
|
6089
|
-
"name": "
|
|
6090
|
-
"module": "src/components/color-palette/
|
|
6070
|
+
"name": "ColorPaletteReorder",
|
|
6071
|
+
"module": "src/components/color-palette/menu/color-palette-reorder.ts"
|
|
6091
6072
|
}
|
|
6092
6073
|
}
|
|
6093
6074
|
]
|
|
6094
6075
|
},
|
|
6095
6076
|
{
|
|
6096
6077
|
"kind": "javascript-module",
|
|
6097
|
-
"path": "src/components/color-palette/
|
|
6078
|
+
"path": "src/components/color-palette/editor/color-palette-editor.styles.ts",
|
|
6098
6079
|
"declarations": [],
|
|
6099
6080
|
"exports": [
|
|
6100
6081
|
{
|
|
6101
6082
|
"kind": "js",
|
|
6102
6083
|
"name": "default",
|
|
6103
6084
|
"declaration": {
|
|
6104
|
-
"module": "src/components/color-palette/
|
|
6085
|
+
"module": "src/components/color-palette/editor/color-palette-editor.styles.ts"
|
|
6105
6086
|
}
|
|
6106
6087
|
}
|
|
6107
6088
|
]
|
|
6108
6089
|
},
|
|
6109
6090
|
{
|
|
6110
6091
|
"kind": "javascript-module",
|
|
6111
|
-
"path": "src/components/color-palette/
|
|
6092
|
+
"path": "src/components/color-palette/editor/color-palette-editor.ts",
|
|
6112
6093
|
"declarations": [
|
|
6113
6094
|
{
|
|
6114
6095
|
"kind": "class",
|
|
6115
|
-
"description": "
|
|
6116
|
-
"name": "
|
|
6096
|
+
"description": "An editor which can assist in modifying new or existing color palettes.",
|
|
6097
|
+
"name": "ColorPaletteEditor",
|
|
6098
|
+
"cssProperties": [
|
|
6099
|
+
{
|
|
6100
|
+
"type": {
|
|
6101
|
+
"text": "<color>"
|
|
6102
|
+
},
|
|
6103
|
+
"description": "The call to action background color.",
|
|
6104
|
+
"name": "--cta-background"
|
|
6105
|
+
}
|
|
6106
|
+
],
|
|
6117
6107
|
"members": [
|
|
6118
6108
|
{
|
|
6119
6109
|
"kind": "field",
|
|
6120
|
-
"name": "
|
|
6110
|
+
"name": "palette",
|
|
6121
6111
|
"type": {
|
|
6122
|
-
"text": "
|
|
6112
|
+
"text": "HTMLDivElement"
|
|
6123
6113
|
},
|
|
6124
6114
|
"privacy": "public",
|
|
6125
|
-
"description": "The
|
|
6115
|
+
"description": "The wrapper element."
|
|
6126
6116
|
},
|
|
6127
6117
|
{
|
|
6128
6118
|
"kind": "field",
|
|
@@ -6132,49 +6122,50 @@
|
|
|
6132
6122
|
},
|
|
6133
6123
|
"privacy": "public",
|
|
6134
6124
|
"default": "[]",
|
|
6135
|
-
"description": "The
|
|
6125
|
+
"description": "The palette colors to be edited.",
|
|
6136
6126
|
"attribute": "colors"
|
|
6137
6127
|
},
|
|
6138
6128
|
{
|
|
6139
6129
|
"kind": "field",
|
|
6140
6130
|
"name": "settings",
|
|
6141
6131
|
"type": {
|
|
6142
|
-
"text": "
|
|
6132
|
+
"text": "PaletteSettings"
|
|
6143
6133
|
},
|
|
6144
6134
|
"privacy": "public",
|
|
6145
|
-
"
|
|
6135
|
+
"default": "{ height: defaultSettings.height, width: defaultSettings.width, direction: defaultSettings.direction, gradient: defaultSettings.gradient, preventHover: defaultSettings.preventHover, hideText: defaultSettings.hideText, override: defaultSettings.override, aliases: [] }",
|
|
6136
|
+
"description": "The palette settings to be edited.",
|
|
6146
6137
|
"attribute": "settings"
|
|
6147
6138
|
},
|
|
6148
6139
|
{
|
|
6149
6140
|
"kind": "field",
|
|
6150
|
-
"name": "
|
|
6141
|
+
"name": "selectedInput",
|
|
6151
6142
|
"type": {
|
|
6152
|
-
"text": "
|
|
6143
|
+
"text": "SelectedInput"
|
|
6153
6144
|
},
|
|
6154
6145
|
"privacy": "public",
|
|
6155
|
-
"
|
|
6156
|
-
"
|
|
6157
|
-
"
|
|
6146
|
+
"description": "The editing input that will be used.",
|
|
6147
|
+
"attribute": "selectedInput",
|
|
6148
|
+
"reflects": true
|
|
6158
6149
|
},
|
|
6159
6150
|
{
|
|
6160
6151
|
"kind": "field",
|
|
6161
|
-
"name": "
|
|
6152
|
+
"name": "combination",
|
|
6162
6153
|
"type": {
|
|
6163
|
-
"text": "
|
|
6154
|
+
"text": "Combination"
|
|
6164
6155
|
},
|
|
6165
6156
|
"privacy": "public",
|
|
6166
|
-
"description": "
|
|
6167
|
-
"attribute": "
|
|
6157
|
+
"description": "The color theory combination used when generating colors.",
|
|
6158
|
+
"attribute": "combination"
|
|
6168
6159
|
},
|
|
6169
6160
|
{
|
|
6170
6161
|
"kind": "field",
|
|
6171
|
-
"name": "
|
|
6162
|
+
"name": "baseColor",
|
|
6172
6163
|
"type": {
|
|
6173
|
-
"text": "
|
|
6164
|
+
"text": "ReturnType<typeof colorsea> | undefined"
|
|
6174
6165
|
},
|
|
6175
|
-
"privacy": "
|
|
6176
|
-
"
|
|
6177
|
-
"
|
|
6166
|
+
"privacy": "public",
|
|
6167
|
+
"description": "The base color used when generating colors.",
|
|
6168
|
+
"attribute": "baseColor"
|
|
6178
6169
|
},
|
|
6179
6170
|
{
|
|
6180
6171
|
"kind": "field",
|
|
@@ -6188,15 +6179,33 @@
|
|
|
6188
6179
|
},
|
|
6189
6180
|
{
|
|
6190
6181
|
"kind": "method",
|
|
6191
|
-
"name": "
|
|
6192
|
-
"privacy": "
|
|
6193
|
-
"description": "Renders the
|
|
6182
|
+
"name": "renderSettings",
|
|
6183
|
+
"privacy": "private",
|
|
6184
|
+
"description": "Renders the settings fields."
|
|
6194
6185
|
},
|
|
6195
6186
|
{
|
|
6196
6187
|
"kind": "method",
|
|
6197
|
-
"name": "
|
|
6198
|
-
"privacy": "
|
|
6199
|
-
"description": "Renders the
|
|
6188
|
+
"name": "pickerOption",
|
|
6189
|
+
"privacy": "private",
|
|
6190
|
+
"description": "Renders the picker option."
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
"kind": "method",
|
|
6194
|
+
"name": "generateOption",
|
|
6195
|
+
"privacy": "private",
|
|
6196
|
+
"description": "Renders the generate option."
|
|
6197
|
+
},
|
|
6198
|
+
{
|
|
6199
|
+
"kind": "method",
|
|
6200
|
+
"name": "imageOption",
|
|
6201
|
+
"privacy": "private",
|
|
6202
|
+
"description": "Renders the image option."
|
|
6203
|
+
},
|
|
6204
|
+
{
|
|
6205
|
+
"kind": "method",
|
|
6206
|
+
"name": "urlOption",
|
|
6207
|
+
"privacy": "private",
|
|
6208
|
+
"description": "Renders the URL option."
|
|
6200
6209
|
}
|
|
6201
6210
|
],
|
|
6202
6211
|
"attributes": [
|
|
@@ -6206,164 +6215,165 @@
|
|
|
6206
6215
|
"text": "string[]"
|
|
6207
6216
|
},
|
|
6208
6217
|
"default": "[]",
|
|
6209
|
-
"description": "The
|
|
6218
|
+
"description": "The palette colors to be edited.",
|
|
6210
6219
|
"fieldName": "colors"
|
|
6211
6220
|
},
|
|
6212
6221
|
{
|
|
6213
6222
|
"name": "settings",
|
|
6214
6223
|
"type": {
|
|
6215
|
-
"text": "
|
|
6224
|
+
"text": "PaletteSettings"
|
|
6216
6225
|
},
|
|
6217
|
-
"
|
|
6226
|
+
"default": "{ height: defaultSettings.height, width: defaultSettings.width, direction: defaultSettings.direction, gradient: defaultSettings.gradient, preventHover: defaultSettings.preventHover, hideText: defaultSettings.hideText, override: defaultSettings.override, aliases: [] }",
|
|
6227
|
+
"description": "The palette settings to be edited.",
|
|
6218
6228
|
"fieldName": "settings"
|
|
6219
6229
|
},
|
|
6220
6230
|
{
|
|
6221
|
-
"name": "
|
|
6231
|
+
"name": "selectedInput",
|
|
6222
6232
|
"type": {
|
|
6223
|
-
"text": "
|
|
6233
|
+
"text": "SelectedInput"
|
|
6224
6234
|
},
|
|
6225
|
-
"
|
|
6226
|
-
"
|
|
6227
|
-
"fieldName": "editMode"
|
|
6235
|
+
"description": "The editing input that will be used.",
|
|
6236
|
+
"fieldName": "selectedInput"
|
|
6228
6237
|
},
|
|
6229
6238
|
{
|
|
6230
|
-
"name": "
|
|
6239
|
+
"name": "combination",
|
|
6231
6240
|
"type": {
|
|
6232
|
-
"text": "
|
|
6241
|
+
"text": "Combination"
|
|
6233
6242
|
},
|
|
6234
|
-
"description": "
|
|
6235
|
-
"fieldName": "
|
|
6243
|
+
"description": "The color theory combination used when generating colors.",
|
|
6244
|
+
"fieldName": "combination"
|
|
6245
|
+
},
|
|
6246
|
+
{
|
|
6247
|
+
"name": "baseColor",
|
|
6248
|
+
"type": {
|
|
6249
|
+
"text": "ReturnType<typeof colorsea> | undefined"
|
|
6250
|
+
},
|
|
6251
|
+
"description": "The base color used when generating colors.",
|
|
6252
|
+
"fieldName": "baseColor"
|
|
6236
6253
|
}
|
|
6237
6254
|
],
|
|
6238
6255
|
"superclass": {
|
|
6239
6256
|
"name": "LitElement",
|
|
6240
6257
|
"package": "lit"
|
|
6241
6258
|
},
|
|
6242
|
-
"tagName": "color-palette-
|
|
6259
|
+
"tagName": "color-palette-editor",
|
|
6243
6260
|
"customElement": true
|
|
6244
6261
|
}
|
|
6245
6262
|
],
|
|
6246
6263
|
"exports": [
|
|
6247
6264
|
{
|
|
6248
6265
|
"kind": "js",
|
|
6249
|
-
"name": "
|
|
6266
|
+
"name": "ColorPaletteEditor",
|
|
6250
6267
|
"declaration": {
|
|
6251
|
-
"name": "
|
|
6252
|
-
"module": "src/components/color-palette/
|
|
6268
|
+
"name": "ColorPaletteEditor",
|
|
6269
|
+
"module": "src/components/color-palette/editor/color-palette-editor.ts"
|
|
6253
6270
|
}
|
|
6254
6271
|
},
|
|
6255
6272
|
{
|
|
6256
6273
|
"kind": "custom-element-definition",
|
|
6257
|
-
"name": "color-palette-
|
|
6274
|
+
"name": "color-palette-editor",
|
|
6258
6275
|
"declaration": {
|
|
6259
|
-
"name": "
|
|
6260
|
-
"module": "src/components/color-palette/
|
|
6276
|
+
"name": "ColorPaletteEditor",
|
|
6277
|
+
"module": "src/components/color-palette/editor/color-palette-editor.ts"
|
|
6261
6278
|
}
|
|
6262
6279
|
}
|
|
6263
6280
|
]
|
|
6264
6281
|
},
|
|
6265
6282
|
{
|
|
6266
6283
|
"kind": "javascript-module",
|
|
6267
|
-
"path": "src/components/color-palette/
|
|
6284
|
+
"path": "src/components/color-palette/editor/settings-item.styles.ts",
|
|
6268
6285
|
"declarations": [],
|
|
6269
6286
|
"exports": [
|
|
6270
6287
|
{
|
|
6271
6288
|
"kind": "js",
|
|
6272
6289
|
"name": "default",
|
|
6273
6290
|
"declaration": {
|
|
6274
|
-
"module": "src/components/color-palette/
|
|
6291
|
+
"module": "src/components/color-palette/editor/settings-item.styles.ts"
|
|
6275
6292
|
}
|
|
6276
6293
|
}
|
|
6277
6294
|
]
|
|
6278
6295
|
},
|
|
6279
6296
|
{
|
|
6280
6297
|
"kind": "javascript-module",
|
|
6281
|
-
"path": "src/components/color-palette/
|
|
6298
|
+
"path": "src/components/color-palette/editor/settings-item.ts",
|
|
6282
6299
|
"declarations": [
|
|
6283
6300
|
{
|
|
6284
6301
|
"kind": "class",
|
|
6285
|
-
"description": "
|
|
6286
|
-
"name": "
|
|
6302
|
+
"description": "The settings item using inside of the editor.",
|
|
6303
|
+
"name": "SettingItem",
|
|
6304
|
+
"slots": [
|
|
6305
|
+
{
|
|
6306
|
+
"description": "The setting.",
|
|
6307
|
+
"name": ""
|
|
6308
|
+
}
|
|
6309
|
+
],
|
|
6287
6310
|
"members": [
|
|
6288
6311
|
{
|
|
6289
6312
|
"kind": "field",
|
|
6290
|
-
"name": "
|
|
6313
|
+
"name": "name",
|
|
6291
6314
|
"type": {
|
|
6292
|
-
"text": "
|
|
6315
|
+
"text": "string"
|
|
6293
6316
|
},
|
|
6294
6317
|
"privacy": "public",
|
|
6295
|
-
"
|
|
6318
|
+
"default": "''",
|
|
6319
|
+
"description": "The name of the setting.",
|
|
6320
|
+
"attribute": "name"
|
|
6296
6321
|
},
|
|
6297
6322
|
{
|
|
6298
6323
|
"kind": "field",
|
|
6299
|
-
"name": "
|
|
6324
|
+
"name": "description",
|
|
6300
6325
|
"type": {
|
|
6301
|
-
"text": "string
|
|
6326
|
+
"text": "string"
|
|
6302
6327
|
},
|
|
6303
6328
|
"privacy": "public",
|
|
6304
|
-
"default": "
|
|
6305
|
-
"description": "The
|
|
6306
|
-
"attribute": "
|
|
6307
|
-
}
|
|
6329
|
+
"default": "''",
|
|
6330
|
+
"description": "The description of the setting.",
|
|
6331
|
+
"attribute": "description"
|
|
6332
|
+
}
|
|
6333
|
+
],
|
|
6334
|
+
"attributes": [
|
|
6308
6335
|
{
|
|
6309
|
-
"
|
|
6310
|
-
"name": "emitter",
|
|
6336
|
+
"name": "name",
|
|
6311
6337
|
"type": {
|
|
6312
|
-
"text": "
|
|
6338
|
+
"text": "string"
|
|
6313
6339
|
},
|
|
6314
|
-
"
|
|
6315
|
-
"
|
|
6316
|
-
"
|
|
6340
|
+
"default": "''",
|
|
6341
|
+
"description": "The name of the setting.",
|
|
6342
|
+
"fieldName": "name"
|
|
6317
6343
|
},
|
|
6318
6344
|
{
|
|
6319
|
-
"
|
|
6320
|
-
"name": "selectOption",
|
|
6321
|
-
"privacy": "protected",
|
|
6322
|
-
"parameters": [
|
|
6323
|
-
{
|
|
6324
|
-
"name": "item",
|
|
6325
|
-
"type": {
|
|
6326
|
-
"text": "Reorder"
|
|
6327
|
-
}
|
|
6328
|
-
}
|
|
6329
|
-
],
|
|
6330
|
-
"description": "Reorders the palette colors based on the selected option."
|
|
6331
|
-
}
|
|
6332
|
-
],
|
|
6333
|
-
"attributes": [
|
|
6334
|
-
{
|
|
6335
|
-
"name": "colors",
|
|
6345
|
+
"name": "description",
|
|
6336
6346
|
"type": {
|
|
6337
|
-
"text": "string
|
|
6347
|
+
"text": "string"
|
|
6338
6348
|
},
|
|
6339
|
-
"default": "
|
|
6340
|
-
"description": "The
|
|
6341
|
-
"fieldName": "
|
|
6349
|
+
"default": "''",
|
|
6350
|
+
"description": "The description of the setting.",
|
|
6351
|
+
"fieldName": "description"
|
|
6342
6352
|
}
|
|
6343
6353
|
],
|
|
6344
6354
|
"superclass": {
|
|
6345
6355
|
"name": "LitElement",
|
|
6346
6356
|
"package": "lit"
|
|
6347
6357
|
},
|
|
6348
|
-
"tagName": "
|
|
6358
|
+
"tagName": "setting-item",
|
|
6349
6359
|
"customElement": true
|
|
6350
6360
|
}
|
|
6351
6361
|
],
|
|
6352
6362
|
"exports": [
|
|
6353
6363
|
{
|
|
6354
6364
|
"kind": "js",
|
|
6355
|
-
"name": "
|
|
6365
|
+
"name": "SettingItem",
|
|
6356
6366
|
"declaration": {
|
|
6357
|
-
"name": "
|
|
6358
|
-
"module": "src/components/color-palette/
|
|
6367
|
+
"name": "SettingItem",
|
|
6368
|
+
"module": "src/components/color-palette/editor/settings-item.ts"
|
|
6359
6369
|
}
|
|
6360
6370
|
},
|
|
6361
6371
|
{
|
|
6362
6372
|
"kind": "custom-element-definition",
|
|
6363
|
-
"name": "
|
|
6373
|
+
"name": "setting-item",
|
|
6364
6374
|
"declaration": {
|
|
6365
|
-
"name": "
|
|
6366
|
-
"module": "src/components/color-palette/
|
|
6375
|
+
"name": "SettingItem",
|
|
6376
|
+
"module": "src/components/color-palette/editor/settings-item.ts"
|
|
6367
6377
|
}
|
|
6368
6378
|
}
|
|
6369
6379
|
]
|