@ezez/utils 4.0.0 → 4.1.0
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/CHANGELOG.md +11 -0
- package/dist/cap.js.map +1 -1
- package/dist/coalesce.d.ts.map +1 -1
- package/dist/coalesce.js.map +1 -1
- package/dist/compareArrays.d.ts.map +1 -1
- package/dist/compareProps.d.ts.map +1 -1
- package/dist/compareProps.js.map +1 -1
- package/dist/deserialize.d.ts.map +1 -1
- package/dist/deserialize.js.map +1 -1
- package/dist/ensureArray.d.ts.map +1 -1
- package/dist/ensureArray.js.map +1 -1
- package/dist/ensureDate.js.map +1 -1
- package/dist/ensureError.js.map +1 -1
- package/dist/ensurePrefix.js.map +1 -1
- package/dist/ensureSuffix.js.map +1 -1
- package/dist/ensureTimestamp.js.map +1 -1
- package/dist/escapeRegExp.d.ts.map +1 -1
- package/dist/escapeRegExp.js +1 -1
- package/dist/escapeRegExp.js.map +1 -1
- package/dist/formatDate.js +1 -1
- package/dist/formatDate.js.map +1 -1
- package/dist/get.js.map +1 -1
- package/dist/getMultiple.d.ts.map +1 -1
- package/dist/getMultiple.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/insertSeparator.d.ts.map +1 -1
- package/dist/insertSeparator.js.map +1 -1
- package/dist/isEmpty.js.map +1 -1
- package/dist/isNumericString.js +1 -1
- package/dist/isNumericString.js.map +1 -1
- package/dist/last.d.ts.map +1 -1
- package/dist/later.d.ts.map +1 -1
- package/dist/mapAsync.d.ts.map +1 -1
- package/dist/mapAsync.js.map +1 -1
- package/dist/mapValues.d.ts.map +1 -1
- package/dist/mapValues.js.map +1 -1
- package/dist/match.d.ts.map +1 -1
- package/dist/match.js.map +1 -1
- package/dist/memoize.d.ts +3 -0
- package/dist/memoize.d.ts.map +1 -0
- package/dist/memoize.js +19 -0
- package/dist/memoize.js.map +1 -0
- package/dist/merge.d.ts +11 -7
- package/dist/merge.d.ts.map +1 -1
- package/dist/merge.js.map +1 -1
- package/dist/mostFrequent.d.ts.map +1 -1
- package/dist/mostFrequent.js.map +1 -1
- package/dist/occurrences.js.map +1 -1
- package/dist/omit.d.ts.map +1 -1
- package/dist/omit.js.map +1 -1
- package/dist/pick.d.ts.map +1 -1
- package/dist/pick.js.map +1 -1
- package/dist/pull.d.ts.map +1 -1
- package/dist/pull.js.map +1 -1
- package/dist/remove.d.ts.map +1 -1
- package/dist/remove.js +1 -1
- package/dist/remove.js.map +1 -1
- package/dist/removeCommonProperties.d.ts.map +1 -1
- package/dist/removeCommonProperties.js +3 -1
- package/dist/removeCommonProperties.js.map +1 -1
- package/dist/replace.js +1 -1
- package/dist/replace.js.map +1 -1
- package/dist/replaceDeep.d.ts.map +1 -1
- package/dist/replaceDeepByFn.d.ts.map +1 -1
- package/dist/replaceDeepByFn.js.map +1 -1
- package/dist/safe.js.map +1 -1
- package/dist/sample.d.ts +3 -1
- package/dist/sample.d.ts.map +1 -1
- package/dist/sample.js.map +1 -1
- package/dist/samples.d.ts.map +1 -1
- package/dist/samples.js.map +1 -1
- package/dist/seq.d.ts.map +1 -1
- package/dist/seq.js +1 -1
- package/dist/seq.js.map +1 -1
- package/dist/serialize.js.map +1 -1
- package/dist/set.js.map +1 -1
- package/dist/setImmutable.js.map +1 -1
- package/dist/shuffle.d.ts.map +1 -1
- package/dist/sortBy.d.ts.map +1 -1
- package/dist/sortBy.js.map +1 -1
- package/dist/sortProps.d.ts.map +1 -1
- package/dist/sortProps.js.map +1 -1
- package/dist/stripPrefix.js.map +1 -1
- package/dist/stripSuffix.js.map +1 -1
- package/dist/throttle.d.ts.map +1 -1
- package/dist/throttle.js.map +1 -1
- package/dist/toggle.d.ts.map +1 -1
- package/dist/toggle.js.map +1 -1
- package/dist/trimEnd.js.map +1 -1
- package/dist/trimStart.js.map +1 -1
- package/dist/truthy.d.ts +1 -1
- package/dist/truthy.d.ts.map +1 -1
- package/dist/unique.d.ts.map +1 -1
- package/dist/waitFor.d.ts.map +1 -1
- package/dist/waitFor.js +1 -1
- package/dist/waitFor.js.map +1 -1
- package/dist/waitSync.js.map +1 -1
- package/docs/assets/icons.js +15 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +4 -3
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +544 -394
- package/docs/documents/CHANGELOG.html +337 -0
- package/docs/functions/index.cap.html +5 -0
- package/docs/functions/index.capitalize.html +13 -0
- package/docs/functions/index.coalesce.html +16 -0
- package/docs/functions/index.compareArrays.html +8 -0
- package/docs/functions/index.compareProps.html +11 -0
- package/docs/functions/index.deserialize.html +6 -0
- package/docs/functions/index.ensureArray.html +3 -0
- package/docs/functions/index.ensureDate.html +10 -0
- package/docs/functions/index.ensureError.html +14 -0
- package/docs/functions/index.ensurePrefix.html +10 -0
- package/docs/functions/index.ensureSuffix.html +10 -0
- package/docs/functions/index.ensureTimestamp.html +10 -0
- package/docs/functions/index.escapeRegExp.html +7 -0
- package/docs/functions/index.formatDate.html +6 -0
- package/docs/functions/index.get.html +26 -0
- package/docs/functions/index.getMultiple.html +16 -0
- package/docs/functions/index.insertSeparator.html +7 -0
- package/docs/functions/index.isEmpty.html +33 -0
- package/docs/functions/index.isNumericString.html +5 -0
- package/docs/functions/index.isPlainObject.html +18 -0
- package/docs/functions/index.last.html +15 -0
- package/docs/functions/index.later-1.html +6 -0
- package/docs/functions/index.mapAsync.html +8 -0
- package/docs/functions/index.mapValues.html +14 -0
- package/docs/functions/index.match.html +4 -0
- package/docs/functions/index.memoize.html +8 -0
- package/docs/functions/index.merge.html +13 -0
- package/docs/functions/index.mostFrequent.html +2 -0
- package/docs/functions/index.noop.html +2 -0
- package/docs/functions/index.occurrences.html +14 -0
- package/docs/functions/index.omit.html +18 -0
- package/docs/functions/index.pick.html +13 -0
- package/docs/functions/index.pull.html +2 -0
- package/docs/functions/index.remove.html +2 -0
- package/docs/functions/index.removeCommonProperties.html +18 -0
- package/docs/functions/index.replace.html +10 -0
- package/docs/functions/index.replaceDeep.html +15 -0
- package/docs/functions/index.rethrow.html +2 -0
- package/docs/functions/index.round.html +7 -0
- package/docs/functions/index.safe.html +7 -0
- package/docs/functions/index.sample.html +6 -0
- package/docs/functions/index.samples.html +7 -0
- package/docs/functions/index.scale.html +5 -0
- package/docs/functions/index.seq.html +17 -0
- package/docs/functions/index.seqEarlyBreak.html +12 -0
- package/docs/functions/index.serialize.html +14 -0
- package/docs/functions/index.set.html +26 -0
- package/docs/functions/index.setImmutable.html +25 -0
- package/docs/functions/index.shuffle.html +3 -0
- package/docs/functions/index.sortBy.html +6 -0
- package/docs/functions/index.sortProps.html +10 -0
- package/docs/functions/index.stripPrefix.html +4 -0
- package/docs/functions/index.stripSuffix.html +4 -0
- package/docs/functions/index.throttle.html +14 -0
- package/docs/functions/index.toggle.html +5 -0
- package/docs/functions/index.trim.html +8 -0
- package/docs/functions/index.trimEnd.html +8 -0
- package/docs/functions/index.trimStart.html +8 -0
- package/docs/functions/index.truthy.html +7 -0
- package/docs/functions/index.unique.html +6 -0
- package/docs/functions/index.wait.html +3 -0
- package/docs/functions/index.waitFor.html +10 -0
- package/docs/functions/index.waitSync.html +3 -0
- package/docs/index.html +18 -207
- package/docs/interfaces/index.ComparePropsOptions.html +5 -0
- package/docs/interfaces/index.GetMultipleSource.html +3 -0
- package/docs/interfaces/index.GetSource.html +3 -0
- package/docs/interfaces/index.IsNumericStringOptions.html +5 -0
- package/docs/interfaces/index.OccurencesOptions.html +3 -0
- package/docs/interfaces/index.SetImmutableSource.html +3 -0
- package/docs/interfaces/index.SetSource.html +3 -0
- package/docs/interfaces/index.ThrottleOptions.html +5 -0
- package/docs/interfaces/index.ThrottledFunctionExtras.html +5 -0
- package/docs/modules/index.html +86 -0
- package/docs/types/index.CustomDeserializers.html +1 -0
- package/docs/types/index.CustomSerializers.html +1 -0
- package/docs/types/index.Later.html +4 -0
- package/docs/types/index.MapValuesFn.html +14 -0
- package/docs/types/index.MatchCallback.html +1 -0
- package/docs/types/index.MergeTwo.html +3 -0
- package/docs/types/index.SeqEarlyBreaker.html +4 -0
- package/docs/types/index.SeqFn.html +3 -0
- package/docs/types/index.SeqFunctions.html +4 -0
- package/docs/types/index.SetImmutablePath.html +4 -0
- package/docs/types/index.ThrottledFunction.html +1 -0
- package/docs/variables/index.mapValuesUNSET.html +2 -0
- package/docs/variables/index.mergeUNSET.html +4 -0
- package/esm/cap.js.map +1 -1
- package/esm/coalesce.d.ts.map +1 -1
- package/esm/coalesce.js.map +1 -1
- package/esm/compareArrays.d.ts.map +1 -1
- package/esm/compareProps.d.ts.map +1 -1
- package/esm/compareProps.js.map +1 -1
- package/esm/deserialize.d.ts.map +1 -1
- package/esm/deserialize.js.map +1 -1
- package/esm/ensureArray.d.ts.map +1 -1
- package/esm/ensureArray.js.map +1 -1
- package/esm/ensureDate.js.map +1 -1
- package/esm/ensureError.js.map +1 -1
- package/esm/ensurePrefix.js.map +1 -1
- package/esm/ensureSuffix.js.map +1 -1
- package/esm/ensureTimestamp.js.map +1 -1
- package/esm/escapeRegExp.d.ts.map +1 -1
- package/esm/escapeRegExp.js +1 -1
- package/esm/escapeRegExp.js.map +1 -1
- package/esm/formatDate.js +1 -1
- package/esm/formatDate.js.map +1 -1
- package/esm/get.js.map +1 -1
- package/esm/getMultiple.d.ts.map +1 -1
- package/esm/getMultiple.js.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/insertSeparator.d.ts.map +1 -1
- package/esm/insertSeparator.js.map +1 -1
- package/esm/isEmpty.js.map +1 -1
- package/esm/isNumericString.js +1 -1
- package/esm/isNumericString.js.map +1 -1
- package/esm/last.d.ts.map +1 -1
- package/esm/later.d.ts.map +1 -1
- package/esm/mapAsync.d.ts.map +1 -1
- package/esm/mapAsync.js.map +1 -1
- package/esm/mapValues.d.ts.map +1 -1
- package/esm/mapValues.js.map +1 -1
- package/esm/match.d.ts.map +1 -1
- package/esm/match.js.map +1 -1
- package/esm/memoize.d.ts +3 -0
- package/esm/memoize.d.ts.map +1 -0
- package/esm/memoize.js +16 -0
- package/esm/memoize.js.map +1 -0
- package/esm/merge.d.ts +11 -7
- package/esm/merge.d.ts.map +1 -1
- package/esm/merge.js.map +1 -1
- package/esm/mostFrequent.d.ts.map +1 -1
- package/esm/mostFrequent.js.map +1 -1
- package/esm/occurrences.js.map +1 -1
- package/esm/omit.d.ts.map +1 -1
- package/esm/omit.js.map +1 -1
- package/esm/pick.d.ts.map +1 -1
- package/esm/pick.js.map +1 -1
- package/esm/pull.d.ts.map +1 -1
- package/esm/pull.js.map +1 -1
- package/esm/remove.d.ts.map +1 -1
- package/esm/remove.js +1 -1
- package/esm/remove.js.map +1 -1
- package/esm/removeCommonProperties.d.ts.map +1 -1
- package/esm/removeCommonProperties.js +3 -1
- package/esm/removeCommonProperties.js.map +1 -1
- package/esm/replace.js +1 -1
- package/esm/replace.js.map +1 -1
- package/esm/replaceDeep.d.ts.map +1 -1
- package/esm/replaceDeepByFn.d.ts.map +1 -1
- package/esm/replaceDeepByFn.js.map +1 -1
- package/esm/safe.js.map +1 -1
- package/esm/sample.d.ts +3 -1
- package/esm/sample.d.ts.map +1 -1
- package/esm/sample.js.map +1 -1
- package/esm/samples.d.ts.map +1 -1
- package/esm/samples.js.map +1 -1
- package/esm/seq.d.ts.map +1 -1
- package/esm/seq.js +1 -1
- package/esm/seq.js.map +1 -1
- package/esm/serialize.js.map +1 -1
- package/esm/set.js.map +1 -1
- package/esm/setImmutable.js.map +1 -1
- package/esm/shuffle.d.ts.map +1 -1
- package/esm/sortBy.d.ts.map +1 -1
- package/esm/sortBy.js.map +1 -1
- package/esm/sortProps.d.ts.map +1 -1
- package/esm/sortProps.js.map +1 -1
- package/esm/stripPrefix.js.map +1 -1
- package/esm/stripSuffix.js.map +1 -1
- package/esm/throttle.d.ts.map +1 -1
- package/esm/throttle.js.map +1 -1
- package/esm/toggle.d.ts.map +1 -1
- package/esm/toggle.js.map +1 -1
- package/esm/trimEnd.js.map +1 -1
- package/esm/trimStart.js.map +1 -1
- package/esm/truthy.d.ts +1 -1
- package/esm/truthy.d.ts.map +1 -1
- package/esm/unique.d.ts.map +1 -1
- package/esm/waitFor.d.ts.map +1 -1
- package/esm/waitFor.js +1 -1
- package/esm/waitFor.js.map +1 -1
- package/esm/waitSync.js.map +1 -1
- package/package.json +10 -17
- package/pnpm-lock.yaml +661 -386
- package/src/compareProps.ts +9 -2
- package/src/deserialize.spec.ts +1 -0
- package/src/escapeRegExp.spec.ts +5 -3
- package/src/escapeRegExp.ts +3 -2
- package/src/formatDate.ts +2 -2
- package/src/get.spec.ts +1 -0
- package/src/getMultiple.ts +1 -0
- package/src/index.ts +1 -0
- package/src/isNumericString.ts +3 -3
- package/src/memoize.spec.ts +90 -0
- package/src/memoize.ts +35 -0
- package/src/merge.ts +30 -8
- package/src/mostFrequent.ts +1 -0
- package/src/remove.ts +1 -1
- package/src/removeCommonProperties.ts +4 -2
- package/src/replace.ts +1 -1
- package/src/rethrow.ts +1 -1
- package/src/sample.spec.ts +1 -0
- package/src/sample.ts +18 -2
- package/src/samples.ts +1 -1
- package/src/seq.spec.ts +6 -3
- package/src/seq.ts +1 -1
- package/src/serialize.spec.ts +1 -0
- package/src/serialize.ts +1 -1
- package/src/set.ts +1 -1
- package/src/setImmutable.ts +1 -1
- package/src/sortBy.ts +1 -1
- package/src/throttle.ts +1 -1
- package/src/waitFor.spec.ts +7 -2
- package/src/waitFor.ts +1 -1
- package/typedoc.cjs +2 -4
- package/docs/assets/pages.css +0 -14
- package/docs/functions/cap.html +0 -152
- package/docs/functions/capitalize.html +0 -157
- package/docs/functions/coalesce.html +0 -162
- package/docs/functions/compareArrays.html +0 -165
- package/docs/functions/compareProps.html +0 -164
- package/docs/functions/deserialize.html +0 -156
- package/docs/functions/ensureArray.html +0 -150
- package/docs/functions/ensureDate.html +0 -152
- package/docs/functions/ensureError.html +0 -156
- package/docs/functions/ensurePrefix.html +0 -154
- package/docs/functions/ensureSuffix.html +0 -154
- package/docs/functions/ensureTimestamp.html +0 -152
- package/docs/functions/escapeRegExp.html +0 -148
- package/docs/functions/formatDate.html +0 -150
- package/docs/functions/get.html +0 -174
- package/docs/functions/getMultiple.html +0 -165
- package/docs/functions/insertSeparator.html +0 -159
- package/docs/functions/isEmpty.html +0 -175
- package/docs/functions/isNumericString.html +0 -149
- package/docs/functions/isPlainObject.html +0 -159
- package/docs/functions/last.html +0 -162
- package/docs/functions/later-1.html +0 -147
- package/docs/functions/mapAsync.html +0 -180
- package/docs/functions/mapValues.html +0 -166
- package/docs/functions/match.html +0 -158
- package/docs/functions/merge.html +0 -500
- package/docs/functions/mostFrequent.html +0 -147
- package/docs/functions/noop.html +0 -137
- package/docs/functions/occurrences.html +0 -161
- package/docs/functions/omit.html +0 -169
- package/docs/functions/pick.html +0 -165
- package/docs/functions/pull.html +0 -149
- package/docs/functions/remove.html +0 -165
- package/docs/functions/removeCommonProperties.html +0 -164
- package/docs/functions/replace.html +0 -154
- package/docs/functions/replaceDeep.html +0 -170
- package/docs/functions/rethrow.html +0 -142
- package/docs/functions/round.html +0 -151
- package/docs/functions/safe.html +0 -192
- package/docs/functions/sample.html +0 -149
- package/docs/functions/samples.html +0 -159
- package/docs/functions/scale.html +0 -153
- package/docs/functions/seq.html +0 -164
- package/docs/functions/seqEarlyBreak.html +0 -162
- package/docs/functions/serialize.html +0 -161
- package/docs/functions/set.html +0 -174
- package/docs/functions/setImmutable.html +0 -173
- package/docs/functions/shuffle.html +0 -149
- package/docs/functions/sortBy.html +0 -171
- package/docs/functions/sortProps.html +0 -159
- package/docs/functions/stripPrefix.html +0 -148
- package/docs/functions/stripSuffix.html +0 -148
- package/docs/functions/throttle.html +0 -167
- package/docs/functions/toggle.html +0 -154
- package/docs/functions/trim.html +0 -152
- package/docs/functions/trimEnd.html +0 -152
- package/docs/functions/trimStart.html +0 -152
- package/docs/functions/truthy.html +0 -154
- package/docs/functions/unique.html +0 -152
- package/docs/functions/wait.html +0 -145
- package/docs/functions/waitFor.html +0 -164
- package/docs/functions/waitSync.html +0 -145
- package/docs/interfaces/ComparePropsOptions.html +0 -70
- package/docs/interfaces/GetMultipleSource.html +0 -142
- package/docs/interfaces/GetSource.html +0 -142
- package/docs/interfaces/IsNumericStringOptions.html +0 -91
- package/docs/interfaces/OccurencesOptions.html +0 -72
- package/docs/interfaces/SetImmutableSource.html +0 -142
- package/docs/interfaces/SetSource.html +0 -142
- package/docs/interfaces/ThrottleOptions.html +0 -81
- package/docs/interfaces/ThrottledFunctionExtras.html +0 -97
- package/docs/modules.html +0 -223
- package/docs/pages/CHANGELOG.html +0 -973
- package/docs/pages/Introduction.html +0 -130
- package/docs/types/CustomDeserializers.html +0 -159
- package/docs/types/CustomSerializers.html +0 -159
- package/docs/types/Later.html +0 -173
- package/docs/types/MapValuesFn.html +0 -170
- package/docs/types/MatchCallback.html +0 -149
- package/docs/types/SeqEarlyBreaker.html +0 -150
- package/docs/types/SeqFn.html +0 -148
- package/docs/types/SeqFunctions.html +0 -141
- package/docs/types/SetImmutablePath.html +0 -135
- package/docs/types/ThrottledFunction.html +0 -149
- package/docs/variables/mapValuesUNSET.html +0 -137
- package/docs/variables/mergeUNSET.html +0 -139
- package/tutorials/Introduction.md +0 -1
package/docs/assets/style.css
CHANGED
|
@@ -6,17 +6,38 @@
|
|
|
6
6
|
--light-color-background-warning: #e6e600;
|
|
7
7
|
--light-color-icon-background: var(--light-color-background);
|
|
8
8
|
--light-color-accent: #c5c7c9;
|
|
9
|
+
--light-color-active-menu-item: var(--light-color-accent);
|
|
9
10
|
--light-color-text: #222;
|
|
10
|
-
--light-color-text-aside: #
|
|
11
|
-
--light-color-link: #
|
|
12
|
-
--light-color-
|
|
13
|
-
|
|
14
|
-
--light-color-ts-
|
|
15
|
-
--light-color-ts-
|
|
11
|
+
--light-color-text-aside: #6e6e6e;
|
|
12
|
+
--light-color-link: #1f70c2;
|
|
13
|
+
--light-color-focus-outline: #3584e4;
|
|
14
|
+
|
|
15
|
+
--light-color-ts-keyword: #056bd6;
|
|
16
|
+
--light-color-ts-project: #b111c9;
|
|
17
|
+
--light-color-ts-module: var(--light-color-ts-project);
|
|
18
|
+
--light-color-ts-namespace: var(--light-color-ts-project);
|
|
19
|
+
--light-color-ts-enum: #7e6f15;
|
|
20
|
+
--light-color-ts-enum-member: var(--light-color-ts-enum);
|
|
21
|
+
--light-color-ts-variable: #4760ec;
|
|
16
22
|
--light-color-ts-function: #572be7;
|
|
17
|
-
--light-color-ts-
|
|
18
|
-
--light-color-ts-
|
|
19
|
-
--light-color-ts-
|
|
23
|
+
--light-color-ts-class: #1f70c2;
|
|
24
|
+
--light-color-ts-interface: #108024;
|
|
25
|
+
--light-color-ts-constructor: var(--light-color-ts-class);
|
|
26
|
+
--light-color-ts-property: var(--light-color-ts-variable);
|
|
27
|
+
--light-color-ts-method: var(--light-color-ts-function);
|
|
28
|
+
--light-color-ts-call-signature: var(--light-color-ts-method);
|
|
29
|
+
--light-color-ts-index-signature: var(--light-color-ts-property);
|
|
30
|
+
--light-color-ts-constructor-signature: var(--light-color-ts-constructor);
|
|
31
|
+
--light-color-ts-parameter: var(--light-color-ts-variable);
|
|
32
|
+
/* type literal not included as links will never be generated to it */
|
|
33
|
+
--light-color-ts-type-parameter: #a55c0e;
|
|
34
|
+
--light-color-ts-accessor: var(--light-color-ts-property);
|
|
35
|
+
--light-color-ts-get-signature: var(--light-color-ts-accessor);
|
|
36
|
+
--light-color-ts-set-signature: var(--light-color-ts-accessor);
|
|
37
|
+
--light-color-ts-type-alias: #d51270;
|
|
38
|
+
/* reference not included as links will be colored with the kind that it points to */
|
|
39
|
+
--light-color-document: #000000;
|
|
40
|
+
|
|
20
41
|
--light-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23000' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
|
|
21
42
|
--light-color-scheme: light;
|
|
22
43
|
|
|
@@ -27,17 +48,38 @@
|
|
|
27
48
|
--dark-color-warning-text: #222;
|
|
28
49
|
--dark-color-icon-background: var(--dark-color-background-secondary);
|
|
29
50
|
--dark-color-accent: #9096a2;
|
|
51
|
+
--dark-color-active-menu-item: #5d5d6a;
|
|
30
52
|
--dark-color-text: #f5f5f5;
|
|
31
53
|
--dark-color-text-aside: #dddddd;
|
|
32
54
|
--dark-color-link: #00aff4;
|
|
33
|
-
--dark-color-
|
|
34
|
-
|
|
55
|
+
--dark-color-focus-outline: #4c97f2;
|
|
56
|
+
|
|
57
|
+
--dark-color-ts-keyword: #3399ff;
|
|
58
|
+
--dark-color-ts-project: #e358ff;
|
|
59
|
+
--dark-color-ts-module: var(--dark-color-ts-project);
|
|
60
|
+
--dark-color-ts-namespace: var(--dark-color-ts-project);
|
|
35
61
|
--dark-color-ts-enum: #f4d93e;
|
|
36
|
-
--dark-color-ts-
|
|
37
|
-
--dark-color-ts-
|
|
38
|
-
--dark-color-ts-
|
|
39
|
-
--dark-color-ts-
|
|
40
|
-
--dark-color-ts-
|
|
62
|
+
--dark-color-ts-enum-member: var(--dark-color-ts-enum);
|
|
63
|
+
--dark-color-ts-variable: #798dff;
|
|
64
|
+
--dark-color-ts-function: #a280ff;
|
|
65
|
+
--dark-color-ts-class: #8ac4ff;
|
|
66
|
+
--dark-color-ts-interface: #6cff87;
|
|
67
|
+
--dark-color-ts-constructor: var(--dark-color-ts-class);
|
|
68
|
+
--dark-color-ts-property: var(--dark-color-ts-variable);
|
|
69
|
+
--dark-color-ts-method: var(--dark-color-ts-function);
|
|
70
|
+
--dark-color-ts-call-signature: var(--dark-color-ts-method);
|
|
71
|
+
--dark-color-ts-index-signature: var(--dark-color-ts-property);
|
|
72
|
+
--dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
|
|
73
|
+
--dark-color-ts-parameter: var(--dark-color-ts-variable);
|
|
74
|
+
/* type literal not included as links will never be generated to it */
|
|
75
|
+
--dark-color-ts-type-parameter: #e07d13;
|
|
76
|
+
--dark-color-ts-accessor: var(--dark-color-ts-property);
|
|
77
|
+
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
|
|
78
|
+
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
|
|
79
|
+
--dark-color-ts-type-alias: #ff6492;
|
|
80
|
+
/* reference not included as links will be colored with the kind that it points to */
|
|
81
|
+
--dark-color-document: #ffffff;
|
|
82
|
+
|
|
41
83
|
--dark-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23fff' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
|
|
42
84
|
--dark-color-scheme: dark;
|
|
43
85
|
}
|
|
@@ -50,17 +92,37 @@
|
|
|
50
92
|
--color-warning-text: var(--light-color-warning-text);
|
|
51
93
|
--color-icon-background: var(--light-color-icon-background);
|
|
52
94
|
--color-accent: var(--light-color-accent);
|
|
95
|
+
--color-active-menu-item: var(--light-color-active-menu-item);
|
|
53
96
|
--color-text: var(--light-color-text);
|
|
54
97
|
--color-text-aside: var(--light-color-text-aside);
|
|
55
98
|
--color-link: var(--light-color-link);
|
|
56
|
-
--color-
|
|
57
|
-
|
|
58
|
-
--color-ts-
|
|
59
|
-
--color-ts-
|
|
60
|
-
--color-ts-function: var(--light-color-ts-function);
|
|
99
|
+
--color-focus-outline: var(--light-color-focus-outline);
|
|
100
|
+
|
|
101
|
+
--color-ts-keyword: var(--light-color-ts-keyword);
|
|
102
|
+
--color-ts-module: var(--light-color-ts-module);
|
|
61
103
|
--color-ts-namespace: var(--light-color-ts-namespace);
|
|
62
|
-
--color-ts-
|
|
104
|
+
--color-ts-enum: var(--light-color-ts-enum);
|
|
105
|
+
--color-ts-enum-member: var(--light-color-ts-enum-member);
|
|
63
106
|
--color-ts-variable: var(--light-color-ts-variable);
|
|
107
|
+
--color-ts-function: var(--light-color-ts-function);
|
|
108
|
+
--color-ts-class: var(--light-color-ts-class);
|
|
109
|
+
--color-ts-interface: var(--light-color-ts-interface);
|
|
110
|
+
--color-ts-constructor: var(--light-color-ts-constructor);
|
|
111
|
+
--color-ts-property: var(--light-color-ts-property);
|
|
112
|
+
--color-ts-method: var(--light-color-ts-method);
|
|
113
|
+
--color-ts-call-signature: var(--light-color-ts-call-signature);
|
|
114
|
+
--color-ts-index-signature: var(--light-color-ts-index-signature);
|
|
115
|
+
--color-ts-constructor-signature: var(
|
|
116
|
+
--light-color-ts-constructor-signature
|
|
117
|
+
);
|
|
118
|
+
--color-ts-parameter: var(--light-color-ts-parameter);
|
|
119
|
+
--color-ts-type-parameter: var(--light-color-ts-type-parameter);
|
|
120
|
+
--color-ts-accessor: var(--light-color-ts-accessor);
|
|
121
|
+
--color-ts-get-signature: var(--light-color-ts-get-signature);
|
|
122
|
+
--color-ts-set-signature: var(--light-color-ts-set-signature);
|
|
123
|
+
--color-ts-type-alias: var(--light-color-ts-type-alias);
|
|
124
|
+
--color-document: var(--light-color-document);
|
|
125
|
+
|
|
64
126
|
--external-icon: var(--light-external-icon);
|
|
65
127
|
--color-scheme: var(--light-color-scheme);
|
|
66
128
|
}
|
|
@@ -74,17 +136,37 @@
|
|
|
74
136
|
--color-warning-text: var(--dark-color-warning-text);
|
|
75
137
|
--color-icon-background: var(--dark-color-icon-background);
|
|
76
138
|
--color-accent: var(--dark-color-accent);
|
|
139
|
+
--color-active-menu-item: var(--dark-color-active-menu-item);
|
|
77
140
|
--color-text: var(--dark-color-text);
|
|
78
141
|
--color-text-aside: var(--dark-color-text-aside);
|
|
79
142
|
--color-link: var(--dark-color-link);
|
|
80
|
-
--color-
|
|
81
|
-
|
|
82
|
-
--color-ts-
|
|
83
|
-
--color-ts-
|
|
84
|
-
--color-ts-function: var(--dark-color-ts-function);
|
|
143
|
+
--color-focus-outline: var(--dark-color-focus-outline);
|
|
144
|
+
|
|
145
|
+
--color-ts-keyword: var(--dark-color-ts-keyword);
|
|
146
|
+
--color-ts-module: var(--dark-color-ts-module);
|
|
85
147
|
--color-ts-namespace: var(--dark-color-ts-namespace);
|
|
86
|
-
--color-ts-
|
|
148
|
+
--color-ts-enum: var(--dark-color-ts-enum);
|
|
149
|
+
--color-ts-enum-member: var(--dark-color-ts-enum-member);
|
|
87
150
|
--color-ts-variable: var(--dark-color-ts-variable);
|
|
151
|
+
--color-ts-function: var(--dark-color-ts-function);
|
|
152
|
+
--color-ts-class: var(--dark-color-ts-class);
|
|
153
|
+
--color-ts-interface: var(--dark-color-ts-interface);
|
|
154
|
+
--color-ts-constructor: var(--dark-color-ts-constructor);
|
|
155
|
+
--color-ts-property: var(--dark-color-ts-property);
|
|
156
|
+
--color-ts-method: var(--dark-color-ts-method);
|
|
157
|
+
--color-ts-call-signature: var(--dark-color-ts-call-signature);
|
|
158
|
+
--color-ts-index-signature: var(--dark-color-ts-index-signature);
|
|
159
|
+
--color-ts-constructor-signature: var(
|
|
160
|
+
--dark-color-ts-constructor-signature
|
|
161
|
+
);
|
|
162
|
+
--color-ts-parameter: var(--dark-color-ts-parameter);
|
|
163
|
+
--color-ts-type-parameter: var(--dark-color-ts-type-parameter);
|
|
164
|
+
--color-ts-accessor: var(--dark-color-ts-accessor);
|
|
165
|
+
--color-ts-get-signature: var(--dark-color-ts-get-signature);
|
|
166
|
+
--color-ts-set-signature: var(--dark-color-ts-set-signature);
|
|
167
|
+
--color-ts-type-alias: var(--dark-color-ts-type-alias);
|
|
168
|
+
--color-document: var(--dark-color-document);
|
|
169
|
+
|
|
88
170
|
--external-icon: var(--dark-external-icon);
|
|
89
171
|
--color-scheme: var(--dark-color-scheme);
|
|
90
172
|
}
|
|
@@ -105,17 +187,37 @@ body {
|
|
|
105
187
|
--color-warning-text: var(--light-color-warning-text);
|
|
106
188
|
--color-icon-background: var(--light-color-icon-background);
|
|
107
189
|
--color-accent: var(--light-color-accent);
|
|
190
|
+
--color-active-menu-item: var(--light-color-active-menu-item);
|
|
108
191
|
--color-text: var(--light-color-text);
|
|
109
192
|
--color-text-aside: var(--light-color-text-aside);
|
|
110
193
|
--color-link: var(--light-color-link);
|
|
111
|
-
--color-
|
|
112
|
-
|
|
113
|
-
--color-ts-
|
|
114
|
-
--color-ts-
|
|
115
|
-
--color-ts-function: var(--light-color-ts-function);
|
|
194
|
+
--color-focus-outline: var(--light-color-focus-outline);
|
|
195
|
+
|
|
196
|
+
--color-ts-keyword: var(--light-color-ts-keyword);
|
|
197
|
+
--color-ts-module: var(--light-color-ts-module);
|
|
116
198
|
--color-ts-namespace: var(--light-color-ts-namespace);
|
|
117
|
-
--color-ts-
|
|
199
|
+
--color-ts-enum: var(--light-color-ts-enum);
|
|
200
|
+
--color-ts-enum-member: var(--light-color-ts-enum-member);
|
|
118
201
|
--color-ts-variable: var(--light-color-ts-variable);
|
|
202
|
+
--color-ts-function: var(--light-color-ts-function);
|
|
203
|
+
--color-ts-class: var(--light-color-ts-class);
|
|
204
|
+
--color-ts-interface: var(--light-color-ts-interface);
|
|
205
|
+
--color-ts-constructor: var(--light-color-ts-constructor);
|
|
206
|
+
--color-ts-property: var(--light-color-ts-property);
|
|
207
|
+
--color-ts-method: var(--light-color-ts-method);
|
|
208
|
+
--color-ts-call-signature: var(--light-color-ts-call-signature);
|
|
209
|
+
--color-ts-index-signature: var(--light-color-ts-index-signature);
|
|
210
|
+
--color-ts-constructor-signature: var(
|
|
211
|
+
--light-color-ts-constructor-signature
|
|
212
|
+
);
|
|
213
|
+
--color-ts-parameter: var(--light-color-ts-parameter);
|
|
214
|
+
--color-ts-type-parameter: var(--light-color-ts-type-parameter);
|
|
215
|
+
--color-ts-accessor: var(--light-color-ts-accessor);
|
|
216
|
+
--color-ts-get-signature: var(--light-color-ts-get-signature);
|
|
217
|
+
--color-ts-set-signature: var(--light-color-ts-set-signature);
|
|
218
|
+
--color-ts-type-alias: var(--light-color-ts-type-alias);
|
|
219
|
+
--color-document: var(--light-color-document);
|
|
220
|
+
|
|
119
221
|
--external-icon: var(--light-external-icon);
|
|
120
222
|
--color-scheme: var(--light-color-scheme);
|
|
121
223
|
}
|
|
@@ -127,21 +229,46 @@ body {
|
|
|
127
229
|
--color-warning-text: var(--dark-color-warning-text);
|
|
128
230
|
--color-icon-background: var(--dark-color-icon-background);
|
|
129
231
|
--color-accent: var(--dark-color-accent);
|
|
232
|
+
--color-active-menu-item: var(--dark-color-active-menu-item);
|
|
130
233
|
--color-text: var(--dark-color-text);
|
|
131
234
|
--color-text-aside: var(--dark-color-text-aside);
|
|
132
235
|
--color-link: var(--dark-color-link);
|
|
133
|
-
--color-
|
|
134
|
-
|
|
135
|
-
--color-ts-
|
|
136
|
-
--color-ts-
|
|
137
|
-
--color-ts-function: var(--dark-color-ts-function);
|
|
236
|
+
--color-focus-outline: var(--dark-color-focus-outline);
|
|
237
|
+
|
|
238
|
+
--color-ts-keyword: var(--dark-color-ts-keyword);
|
|
239
|
+
--color-ts-module: var(--dark-color-ts-module);
|
|
138
240
|
--color-ts-namespace: var(--dark-color-ts-namespace);
|
|
139
|
-
--color-ts-
|
|
241
|
+
--color-ts-enum: var(--dark-color-ts-enum);
|
|
242
|
+
--color-ts-enum-member: var(--dark-color-ts-enum-member);
|
|
140
243
|
--color-ts-variable: var(--dark-color-ts-variable);
|
|
244
|
+
--color-ts-function: var(--dark-color-ts-function);
|
|
245
|
+
--color-ts-class: var(--dark-color-ts-class);
|
|
246
|
+
--color-ts-interface: var(--dark-color-ts-interface);
|
|
247
|
+
--color-ts-constructor: var(--dark-color-ts-constructor);
|
|
248
|
+
--color-ts-property: var(--dark-color-ts-property);
|
|
249
|
+
--color-ts-method: var(--dark-color-ts-method);
|
|
250
|
+
--color-ts-call-signature: var(--dark-color-ts-call-signature);
|
|
251
|
+
--color-ts-index-signature: var(--dark-color-ts-index-signature);
|
|
252
|
+
--color-ts-constructor-signature: var(
|
|
253
|
+
--dark-color-ts-constructor-signature
|
|
254
|
+
);
|
|
255
|
+
--color-ts-parameter: var(--dark-color-ts-parameter);
|
|
256
|
+
--color-ts-type-parameter: var(--dark-color-ts-type-parameter);
|
|
257
|
+
--color-ts-accessor: var(--dark-color-ts-accessor);
|
|
258
|
+
--color-ts-get-signature: var(--dark-color-ts-get-signature);
|
|
259
|
+
--color-ts-set-signature: var(--dark-color-ts-set-signature);
|
|
260
|
+
--color-ts-type-alias: var(--dark-color-ts-type-alias);
|
|
261
|
+
--color-document: var(--dark-color-document);
|
|
262
|
+
|
|
141
263
|
--external-icon: var(--dark-external-icon);
|
|
142
264
|
--color-scheme: var(--dark-color-scheme);
|
|
143
265
|
}
|
|
144
266
|
|
|
267
|
+
*:focus-visible,
|
|
268
|
+
.tsd-accordion-summary:focus-visible svg {
|
|
269
|
+
outline: 2px solid var(--color-focus-outline);
|
|
270
|
+
}
|
|
271
|
+
|
|
145
272
|
.always-visible,
|
|
146
273
|
.always-visible .tsd-signatures {
|
|
147
274
|
display: inherit !important;
|
|
@@ -186,16 +313,6 @@ h6 {
|
|
|
186
313
|
margin: 2.33rem 0;
|
|
187
314
|
}
|
|
188
315
|
|
|
189
|
-
.uppercase {
|
|
190
|
-
text-transform: uppercase;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
pre {
|
|
194
|
-
white-space: pre;
|
|
195
|
-
white-space: pre-wrap;
|
|
196
|
-
word-wrap: break-word;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
316
|
dl,
|
|
200
317
|
menu,
|
|
201
318
|
ol,
|
|
@@ -208,61 +325,25 @@ dd {
|
|
|
208
325
|
}
|
|
209
326
|
|
|
210
327
|
.container {
|
|
211
|
-
max-width:
|
|
328
|
+
max-width: 1700px;
|
|
212
329
|
padding: 0 2rem;
|
|
213
330
|
}
|
|
214
331
|
|
|
215
|
-
@media (min-width: 640px) {
|
|
216
|
-
.container {
|
|
217
|
-
padding: 0 4rem;
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
@media (min-width: 1200px) {
|
|
221
|
-
.container {
|
|
222
|
-
padding: 0 8rem;
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
@media (min-width: 1600px) {
|
|
226
|
-
.container {
|
|
227
|
-
padding: 0 12rem;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
332
|
/* Footer */
|
|
232
|
-
|
|
333
|
+
footer {
|
|
233
334
|
border-top: 1px solid var(--color-accent);
|
|
234
335
|
padding-top: 1rem;
|
|
235
336
|
padding-bottom: 1rem;
|
|
236
337
|
max-height: 3.5rem;
|
|
237
338
|
}
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
margin-top: 0;
|
|
241
|
-
margin-bottom: 0;
|
|
242
|
-
padding: 0 1rem;
|
|
339
|
+
footer > p {
|
|
340
|
+
margin: 0 1em;
|
|
243
341
|
}
|
|
244
342
|
|
|
245
343
|
.container-main {
|
|
246
|
-
display: flex;
|
|
247
|
-
justify-content: space-between;
|
|
248
|
-
position: relative;
|
|
249
344
|
margin: 0 auto;
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
.col-4,
|
|
253
|
-
.col-8 {
|
|
254
|
-
box-sizing: border-box;
|
|
255
|
-
float: left;
|
|
256
|
-
padding: 2rem 1rem;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.col-4 {
|
|
260
|
-
flex: 0 0 25%;
|
|
261
|
-
}
|
|
262
|
-
.col-8 {
|
|
263
|
-
flex: 1 0;
|
|
264
|
-
flex-wrap: wrap;
|
|
265
|
-
padding-left: 0;
|
|
345
|
+
/* toolbar, footer, margin */
|
|
346
|
+
min-height: calc(100vh - 41px - 56px - 4rem);
|
|
266
347
|
}
|
|
267
348
|
|
|
268
349
|
@keyframes fade-in {
|
|
@@ -305,22 +386,6 @@ dd {
|
|
|
305
386
|
opacity: 0;
|
|
306
387
|
}
|
|
307
388
|
}
|
|
308
|
-
@keyframes shift-to-left {
|
|
309
|
-
from {
|
|
310
|
-
transform: translate(0, 0);
|
|
311
|
-
}
|
|
312
|
-
to {
|
|
313
|
-
transform: translate(-25%, 0);
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
@keyframes unshift-to-left {
|
|
317
|
-
from {
|
|
318
|
-
transform: translate(-25%, 0);
|
|
319
|
-
}
|
|
320
|
-
to {
|
|
321
|
-
transform: translate(0, 0);
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
389
|
@keyframes pop-in-from-right {
|
|
325
390
|
from {
|
|
326
391
|
transform: translate(100%, 0);
|
|
@@ -340,7 +405,8 @@ dd {
|
|
|
340
405
|
}
|
|
341
406
|
body {
|
|
342
407
|
background: var(--color-background);
|
|
343
|
-
font-family: "Segoe UI",
|
|
408
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
|
|
409
|
+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
|
344
410
|
font-size: 16px;
|
|
345
411
|
color: var(--color-text);
|
|
346
412
|
}
|
|
@@ -358,6 +424,9 @@ a.external[target="_blank"] {
|
|
|
358
424
|
background-repeat: no-repeat;
|
|
359
425
|
padding-right: 13px;
|
|
360
426
|
}
|
|
427
|
+
a.tsd-anchor-link {
|
|
428
|
+
color: var(--color-text);
|
|
429
|
+
}
|
|
361
430
|
|
|
362
431
|
code,
|
|
363
432
|
pre {
|
|
@@ -369,13 +438,29 @@ pre {
|
|
|
369
438
|
}
|
|
370
439
|
|
|
371
440
|
pre {
|
|
441
|
+
position: relative;
|
|
442
|
+
white-space: pre;
|
|
443
|
+
white-space: pre-wrap;
|
|
444
|
+
word-wrap: break-word;
|
|
372
445
|
padding: 10px;
|
|
373
|
-
border:
|
|
446
|
+
border: 1px solid var(--color-accent);
|
|
374
447
|
}
|
|
375
448
|
pre code {
|
|
376
449
|
padding: 0;
|
|
377
450
|
font-size: 100%;
|
|
378
451
|
}
|
|
452
|
+
pre > button {
|
|
453
|
+
position: absolute;
|
|
454
|
+
top: 10px;
|
|
455
|
+
right: 10px;
|
|
456
|
+
opacity: 0;
|
|
457
|
+
transition: opacity 0.1s;
|
|
458
|
+
box-sizing: border-box;
|
|
459
|
+
}
|
|
460
|
+
pre:hover > button,
|
|
461
|
+
pre > button.visible {
|
|
462
|
+
opacity: 1;
|
|
463
|
+
}
|
|
379
464
|
|
|
380
465
|
blockquote {
|
|
381
466
|
margin: 1em 0;
|
|
@@ -391,13 +476,12 @@ blockquote {
|
|
|
391
476
|
padding: 0 0 0 20px;
|
|
392
477
|
margin: 0;
|
|
393
478
|
}
|
|
394
|
-
.tsd-typography h4,
|
|
395
479
|
.tsd-typography .tsd-index-panel h3,
|
|
396
480
|
.tsd-index-panel .tsd-typography h3,
|
|
481
|
+
.tsd-typography h4,
|
|
397
482
|
.tsd-typography h5,
|
|
398
483
|
.tsd-typography h6 {
|
|
399
484
|
font-size: 1em;
|
|
400
|
-
margin: 0;
|
|
401
485
|
}
|
|
402
486
|
.tsd-typography h5,
|
|
403
487
|
.tsd-typography h6 {
|
|
@@ -408,90 +492,18 @@ blockquote {
|
|
|
408
492
|
.tsd-typography ol {
|
|
409
493
|
margin: 1em 0;
|
|
410
494
|
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
z-index: 1024;
|
|
424
|
-
top: 0 !important;
|
|
425
|
-
bottom: 0 !important;
|
|
426
|
-
left: auto !important;
|
|
427
|
-
right: 0 !important;
|
|
428
|
-
padding: 1.5rem 1.5rem 0 0;
|
|
429
|
-
max-width: 25rem;
|
|
430
|
-
visibility: hidden;
|
|
431
|
-
background-color: var(--color-background);
|
|
432
|
-
transform: translate(100%, 0);
|
|
433
|
-
}
|
|
434
|
-
html .col-menu > *:last-child {
|
|
435
|
-
padding-bottom: 20px;
|
|
436
|
-
}
|
|
437
|
-
html .overlay {
|
|
438
|
-
content: "";
|
|
439
|
-
display: block;
|
|
440
|
-
position: fixed;
|
|
441
|
-
z-index: 1023;
|
|
442
|
-
top: 0;
|
|
443
|
-
left: 0;
|
|
444
|
-
right: 0;
|
|
445
|
-
bottom: 0;
|
|
446
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
447
|
-
visibility: hidden;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.to-has-menu .overlay {
|
|
451
|
-
animation: fade-in 0.4s;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.to-has-menu :is(header, footer, .col-content) {
|
|
455
|
-
animation: shift-to-left 0.4s;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.to-has-menu .col-menu {
|
|
459
|
-
animation: pop-in-from-right 0.4s;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.from-has-menu .overlay {
|
|
463
|
-
animation: fade-out 0.4s;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.from-has-menu :is(header, footer, .col-content) {
|
|
467
|
-
animation: unshift-to-left 0.4s;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.from-has-menu .col-menu {
|
|
471
|
-
animation: pop-out-to-right 0.4s;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.has-menu body {
|
|
475
|
-
overflow: hidden;
|
|
476
|
-
}
|
|
477
|
-
.has-menu .overlay {
|
|
478
|
-
visibility: visible;
|
|
479
|
-
}
|
|
480
|
-
.has-menu :is(header, footer, .col-content) {
|
|
481
|
-
transform: translate(-25%, 0);
|
|
482
|
-
}
|
|
483
|
-
.has-menu .col-menu {
|
|
484
|
-
visibility: visible;
|
|
485
|
-
transform: translate(0, 0);
|
|
486
|
-
display: flex;
|
|
487
|
-
flex-direction: column;
|
|
488
|
-
gap: 1.5rem;
|
|
489
|
-
max-height: 100vh;
|
|
490
|
-
padding: 1rem 2rem;
|
|
491
|
-
}
|
|
492
|
-
.has-menu .tsd-navigation {
|
|
493
|
-
max-height: 100%;
|
|
494
|
-
}
|
|
495
|
+
.tsd-typography table {
|
|
496
|
+
border-collapse: collapse;
|
|
497
|
+
border: none;
|
|
498
|
+
}
|
|
499
|
+
.tsd-typography td,
|
|
500
|
+
.tsd-typography th {
|
|
501
|
+
padding: 6px 13px;
|
|
502
|
+
border: 1px solid var(--color-accent);
|
|
503
|
+
}
|
|
504
|
+
.tsd-typography thead,
|
|
505
|
+
.tsd-typography tr:nth-child(even) {
|
|
506
|
+
background-color: var(--color-background-secondary);
|
|
495
507
|
}
|
|
496
508
|
|
|
497
509
|
.tsd-breadcrumb {
|
|
@@ -574,13 +586,13 @@ dl.tsd-comment-tag-group p {
|
|
|
574
586
|
}
|
|
575
587
|
.tsd-filter-input {
|
|
576
588
|
display: flex;
|
|
577
|
-
width: fit-content;
|
|
578
589
|
width: -moz-fit-content;
|
|
590
|
+
width: fit-content;
|
|
579
591
|
align-items: center;
|
|
580
|
-
user-select: none;
|
|
581
592
|
-webkit-user-select: none;
|
|
582
593
|
-moz-user-select: none;
|
|
583
594
|
-ms-user-select: none;
|
|
595
|
+
user-select: none;
|
|
584
596
|
cursor: pointer;
|
|
585
597
|
}
|
|
586
598
|
.tsd-filter-input input[type="checkbox"] {
|
|
@@ -603,11 +615,8 @@ dl.tsd-comment-tag-group p {
|
|
|
603
615
|
Don't remove unless you know what you're doing. */
|
|
604
616
|
opacity: 0.99;
|
|
605
617
|
}
|
|
606
|
-
.tsd-filter-input input[type="checkbox"]:focus + svg {
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg {
|
|
610
|
-
transform: scale(1);
|
|
618
|
+
.tsd-filter-input input[type="checkbox"]:focus-visible + svg {
|
|
619
|
+
outline: 2px solid var(--color-focus-outline);
|
|
611
620
|
}
|
|
612
621
|
.tsd-checkbox-background {
|
|
613
622
|
fill: var(--color-accent);
|
|
@@ -624,13 +633,18 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
|
|
|
624
633
|
stroke: var(--color-accent);
|
|
625
634
|
}
|
|
626
635
|
|
|
627
|
-
.
|
|
628
|
-
|
|
636
|
+
.settings-label {
|
|
637
|
+
font-weight: bold;
|
|
638
|
+
text-transform: uppercase;
|
|
639
|
+
display: inline-block;
|
|
629
640
|
}
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
641
|
+
|
|
642
|
+
.tsd-filter-visibility .settings-label {
|
|
643
|
+
margin: 0.75rem 0 0.5rem 0;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
.tsd-theme-toggle .settings-label {
|
|
647
|
+
margin: 0.75rem 0.75rem 0 0;
|
|
634
648
|
}
|
|
635
649
|
|
|
636
650
|
.tsd-hierarchy {
|
|
@@ -641,6 +655,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
|
|
|
641
655
|
font-weight: bold;
|
|
642
656
|
}
|
|
643
657
|
|
|
658
|
+
.tsd-full-hierarchy:not(:last-child) {
|
|
659
|
+
margin-bottom: 1em;
|
|
660
|
+
padding-bottom: 1em;
|
|
661
|
+
border-bottom: 1px solid var(--color-accent);
|
|
662
|
+
}
|
|
663
|
+
.tsd-full-hierarchy,
|
|
664
|
+
.tsd-full-hierarchy ul {
|
|
665
|
+
list-style: none;
|
|
666
|
+
margin: 0;
|
|
667
|
+
padding: 0;
|
|
668
|
+
}
|
|
669
|
+
.tsd-full-hierarchy ul {
|
|
670
|
+
padding-left: 1.5rem;
|
|
671
|
+
}
|
|
672
|
+
.tsd-full-hierarchy a {
|
|
673
|
+
padding: 0.25rem 0 !important;
|
|
674
|
+
font-size: 1rem;
|
|
675
|
+
display: inline-flex;
|
|
676
|
+
align-items: center;
|
|
677
|
+
color: var(--color-text);
|
|
678
|
+
}
|
|
679
|
+
|
|
644
680
|
.tsd-panel-group.tsd-index-group {
|
|
645
681
|
margin-bottom: 0;
|
|
646
682
|
}
|
|
@@ -672,43 +708,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
|
|
|
672
708
|
-o-page-break-inside: avoid;
|
|
673
709
|
page-break-inside: avoid;
|
|
674
710
|
}
|
|
675
|
-
.tsd-index-panel a,
|
|
676
|
-
.tsd-index-panel a.tsd-parent-kind-module {
|
|
677
|
-
color: var(--color-ts);
|
|
678
|
-
}
|
|
679
|
-
.tsd-index-panel a.tsd-parent-kind-interface {
|
|
680
|
-
color: var(--color-ts-interface);
|
|
681
|
-
}
|
|
682
|
-
.tsd-index-panel a.tsd-parent-kind-enum {
|
|
683
|
-
color: var(--color-ts-enum);
|
|
684
|
-
}
|
|
685
|
-
.tsd-index-panel a.tsd-parent-kind-class {
|
|
686
|
-
color: var(--color-ts-class);
|
|
687
|
-
}
|
|
688
|
-
.tsd-index-panel a.tsd-kind-module {
|
|
689
|
-
color: var(--color-ts-namespace);
|
|
690
|
-
}
|
|
691
|
-
.tsd-index-panel a.tsd-kind-interface {
|
|
692
|
-
color: var(--color-ts-interface);
|
|
693
|
-
}
|
|
694
|
-
.tsd-index-panel a.tsd-kind-enum {
|
|
695
|
-
color: var(--color-ts-enum);
|
|
696
|
-
}
|
|
697
|
-
.tsd-index-panel a.tsd-kind-class {
|
|
698
|
-
color: var(--color-ts-class);
|
|
699
|
-
}
|
|
700
|
-
.tsd-index-panel a.tsd-kind-function {
|
|
701
|
-
color: var(--color-ts-function);
|
|
702
|
-
}
|
|
703
|
-
.tsd-index-panel a.tsd-kind-namespace {
|
|
704
|
-
color: var(--color-ts-namespace);
|
|
705
|
-
}
|
|
706
|
-
.tsd-index-panel a.tsd-kind-variable {
|
|
707
|
-
color: var(--color-ts-variable);
|
|
708
|
-
}
|
|
709
|
-
.tsd-index-panel a.tsd-is-private {
|
|
710
|
-
color: var(--color-ts-private);
|
|
711
|
-
}
|
|
712
711
|
|
|
713
712
|
.tsd-flag {
|
|
714
713
|
display: inline-block;
|
|
@@ -723,7 +722,7 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
|
|
|
723
722
|
}
|
|
724
723
|
|
|
725
724
|
.tsd-anchor {
|
|
726
|
-
position:
|
|
725
|
+
position: relative;
|
|
727
726
|
top: -100px;
|
|
728
727
|
}
|
|
729
728
|
|
|
@@ -737,108 +736,65 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
|
|
|
737
736
|
margin-bottom: 0;
|
|
738
737
|
border-bottom: none;
|
|
739
738
|
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
.tsd-member [data-tsd-kind="Interface"] {
|
|
744
|
-
color: var(--color-ts-interface);
|
|
745
|
-
}
|
|
746
|
-
.tsd-member [data-tsd-kind="Enum"] {
|
|
747
|
-
color: var(--color-ts-enum);
|
|
748
|
-
}
|
|
749
|
-
.tsd-member [data-tsd-kind="Class"] {
|
|
750
|
-
color: var(--color-ts-class);
|
|
739
|
+
|
|
740
|
+
.tsd-navigation.settings {
|
|
741
|
+
margin: 1rem 0;
|
|
751
742
|
}
|
|
752
|
-
.tsd-
|
|
753
|
-
|
|
743
|
+
.tsd-navigation > a,
|
|
744
|
+
.tsd-navigation .tsd-accordion-summary {
|
|
745
|
+
width: calc(100% - 0.25rem);
|
|
746
|
+
display: flex;
|
|
747
|
+
align-items: center;
|
|
754
748
|
}
|
|
755
|
-
|
|
756
|
-
.tsd-navigation
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
749
|
+
.tsd-navigation a,
|
|
750
|
+
.tsd-navigation summary > span,
|
|
751
|
+
.tsd-page-navigation a {
|
|
752
|
+
display: flex;
|
|
753
|
+
width: calc(100% - 0.25rem);
|
|
754
|
+
align-items: center;
|
|
755
|
+
padding: 0.25rem;
|
|
760
756
|
color: var(--color-text);
|
|
761
757
|
text-decoration: none;
|
|
762
|
-
|
|
758
|
+
box-sizing: border-box;
|
|
763
759
|
}
|
|
764
|
-
.tsd-navigation a
|
|
760
|
+
.tsd-navigation a.current,
|
|
761
|
+
.tsd-page-navigation a.current {
|
|
762
|
+
background: var(--color-active-menu-item);
|
|
763
|
+
}
|
|
764
|
+
.tsd-navigation a:hover,
|
|
765
|
+
.tsd-page-navigation a:hover {
|
|
765
766
|
text-decoration: underline;
|
|
766
767
|
}
|
|
767
|
-
.tsd-navigation ul
|
|
768
|
-
|
|
768
|
+
.tsd-navigation ul,
|
|
769
|
+
.tsd-page-navigation ul {
|
|
770
|
+
margin-top: 0;
|
|
771
|
+
margin-bottom: 0;
|
|
769
772
|
padding: 0;
|
|
770
773
|
list-style: none;
|
|
771
774
|
}
|
|
772
|
-
.tsd-navigation li
|
|
775
|
+
.tsd-navigation li,
|
|
776
|
+
.tsd-page-navigation li {
|
|
773
777
|
padding: 0;
|
|
778
|
+
max-width: 100%;
|
|
774
779
|
}
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
margin-top: 0.75rem;
|
|
780
|
+
.tsd-navigation .tsd-nav-link {
|
|
781
|
+
display: none;
|
|
778
782
|
}
|
|
779
|
-
.tsd-navigation
|
|
780
|
-
|
|
781
|
-
margin: 0;
|
|
783
|
+
.tsd-nested-navigation {
|
|
784
|
+
margin-left: 3rem;
|
|
782
785
|
}
|
|
783
|
-
.tsd-navigation
|
|
784
|
-
margin-left:
|
|
786
|
+
.tsd-nested-navigation > li > details {
|
|
787
|
+
margin-left: -1.5rem;
|
|
785
788
|
}
|
|
786
|
-
.tsd-navigation
|
|
789
|
+
.tsd-small-nested-navigation {
|
|
787
790
|
margin-left: 1.5rem;
|
|
788
791
|
}
|
|
789
|
-
.tsd-navigation
|
|
790
|
-
margin-left:
|
|
791
|
-
}
|
|
792
|
-
.tsd-navigation.primary ul li li li li a {
|
|
793
|
-
margin-left: 3.5rem;
|
|
794
|
-
}
|
|
795
|
-
.tsd-navigation.primary ul li li li li li a {
|
|
796
|
-
margin-left: 4.5rem;
|
|
797
|
-
}
|
|
798
|
-
.tsd-navigation.primary ul li li li li li li a {
|
|
799
|
-
margin-left: 5.5rem;
|
|
800
|
-
}
|
|
801
|
-
.tsd-navigation.primary li.current > a {
|
|
802
|
-
border-left: 0.15rem var(--color-text) solid;
|
|
803
|
-
}
|
|
804
|
-
.tsd-navigation.primary li.selected > a {
|
|
805
|
-
font-weight: bold;
|
|
806
|
-
border-left: 0.2rem var(--color-text) solid;
|
|
807
|
-
}
|
|
808
|
-
.tsd-navigation.primary ul li a:hover {
|
|
809
|
-
border-left: 0.2rem var(--color-text-aside) solid;
|
|
810
|
-
}
|
|
811
|
-
.tsd-navigation.primary li.globals + li > span,
|
|
812
|
-
.tsd-navigation.primary li.globals + li > a {
|
|
813
|
-
padding-top: 20px;
|
|
792
|
+
.tsd-small-nested-navigation > li > details {
|
|
793
|
+
margin-left: -1.5rem;
|
|
814
794
|
}
|
|
815
795
|
|
|
816
|
-
.tsd-
|
|
817
|
-
|
|
818
|
-
top: 0.5rem;
|
|
819
|
-
}
|
|
820
|
-
.tsd-navigation.secondary > ul {
|
|
821
|
-
display: inline;
|
|
822
|
-
padding-right: 0.5rem;
|
|
823
|
-
transition: opacity 0.2s;
|
|
824
|
-
}
|
|
825
|
-
.tsd-navigation.secondary ul li a {
|
|
826
|
-
padding-left: 0;
|
|
827
|
-
}
|
|
828
|
-
.tsd-navigation.secondary ul li li a {
|
|
829
|
-
padding-left: 1.1rem;
|
|
830
|
-
}
|
|
831
|
-
.tsd-navigation.secondary ul li li li a {
|
|
832
|
-
padding-left: 2.2rem;
|
|
833
|
-
}
|
|
834
|
-
.tsd-navigation.secondary ul li li li li a {
|
|
835
|
-
padding-left: 3.3rem;
|
|
836
|
-
}
|
|
837
|
-
.tsd-navigation.secondary ul li li li li li a {
|
|
838
|
-
padding-left: 4.4rem;
|
|
839
|
-
}
|
|
840
|
-
.tsd-navigation.secondary ul li li li li li li a {
|
|
841
|
-
padding-left: 5.5rem;
|
|
796
|
+
.tsd-page-navigation ul {
|
|
797
|
+
padding-left: 1.75rem;
|
|
842
798
|
}
|
|
843
799
|
|
|
844
800
|
#tsd-sidebar-links a {
|
|
@@ -851,41 +807,40 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
|
|
|
851
807
|
}
|
|
852
808
|
|
|
853
809
|
a.tsd-index-link {
|
|
854
|
-
|
|
810
|
+
padding: 0.25rem 0 !important;
|
|
855
811
|
font-size: 1rem;
|
|
856
812
|
line-height: 1.25rem;
|
|
857
813
|
display: inline-flex;
|
|
858
814
|
align-items: center;
|
|
815
|
+
color: var(--color-text);
|
|
859
816
|
}
|
|
860
|
-
.tsd-accordion-summary
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
.tsd-accordion-summary
|
|
865
|
-
display:
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
user-select: none;
|
|
817
|
+
.tsd-accordion-summary {
|
|
818
|
+
list-style-type: none; /* hide marker on non-safari */
|
|
819
|
+
outline: none; /* broken on safari, so just hide it */
|
|
820
|
+
}
|
|
821
|
+
.tsd-accordion-summary::-webkit-details-marker {
|
|
822
|
+
display: none; /* hide marker on safari */
|
|
823
|
+
}
|
|
824
|
+
.tsd-accordion-summary,
|
|
825
|
+
.tsd-accordion-summary a {
|
|
870
826
|
-moz-user-select: none;
|
|
871
827
|
-webkit-user-select: none;
|
|
872
828
|
-ms-user-select: none;
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
display: block;
|
|
829
|
+
user-select: none;
|
|
830
|
+
|
|
876
831
|
cursor: pointer;
|
|
877
832
|
}
|
|
833
|
+
.tsd-accordion-summary a {
|
|
834
|
+
width: calc(100% - 1.5rem);
|
|
835
|
+
}
|
|
878
836
|
.tsd-accordion-summary > * {
|
|
879
837
|
margin-top: 0;
|
|
880
838
|
margin-bottom: 0;
|
|
881
839
|
padding-top: 0;
|
|
882
840
|
padding-bottom: 0;
|
|
883
841
|
}
|
|
884
|
-
.tsd-accordion-summary
|
|
885
|
-
|
|
886
|
-
}
|
|
887
|
-
.tsd-index-accordion .tsd-accordion-summary svg {
|
|
888
|
-
margin-right: 0.25rem;
|
|
842
|
+
.tsd-index-accordion .tsd-accordion-summary > svg {
|
|
843
|
+
margin-left: 0.25rem;
|
|
889
844
|
}
|
|
890
845
|
.tsd-index-content > :not(:first-child) {
|
|
891
846
|
margin-top: 0.75rem;
|
|
@@ -910,34 +865,6 @@ a.tsd-index-link {
|
|
|
910
865
|
margin-right: 0.8rem;
|
|
911
866
|
}
|
|
912
867
|
|
|
913
|
-
@media (min-width: 1025px) {
|
|
914
|
-
.col-content {
|
|
915
|
-
margin: 2rem auto;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.menu-sticky-wrap {
|
|
919
|
-
position: sticky;
|
|
920
|
-
height: calc(100vh - 2rem);
|
|
921
|
-
top: 4rem;
|
|
922
|
-
right: 0;
|
|
923
|
-
padding: 0 1.5rem;
|
|
924
|
-
padding-top: 1rem;
|
|
925
|
-
margin-top: 3rem;
|
|
926
|
-
transition: 0.3s ease-in-out;
|
|
927
|
-
transition-property: top, padding-top, padding, height;
|
|
928
|
-
overflow-y: auto;
|
|
929
|
-
}
|
|
930
|
-
.col-menu {
|
|
931
|
-
border-left: 1px solid var(--color-accent);
|
|
932
|
-
}
|
|
933
|
-
.col-menu--hide {
|
|
934
|
-
top: 1rem;
|
|
935
|
-
}
|
|
936
|
-
.col-menu .tsd-navigation:not(:last-child) {
|
|
937
|
-
padding-bottom: 1.75rem;
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
|
|
941
868
|
.tsd-panel {
|
|
942
869
|
margin-bottom: 2.5rem;
|
|
943
870
|
}
|
|
@@ -1018,8 +945,9 @@ a.tsd-index-link {
|
|
|
1018
945
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
|
|
1019
946
|
}
|
|
1020
947
|
#tsd-search .results li {
|
|
1021
|
-
padding: 0 10px;
|
|
1022
948
|
background-color: var(--color-background);
|
|
949
|
+
line-height: initial;
|
|
950
|
+
padding: 4px;
|
|
1023
951
|
}
|
|
1024
952
|
#tsd-search .results li:nth-child(even) {
|
|
1025
953
|
background-color: var(--color-background-secondary);
|
|
@@ -1027,12 +955,15 @@ a.tsd-index-link {
|
|
|
1027
955
|
#tsd-search .results li.state {
|
|
1028
956
|
display: none;
|
|
1029
957
|
}
|
|
1030
|
-
#tsd-search .results li.current,
|
|
1031
|
-
#tsd-search .results li:hover {
|
|
958
|
+
#tsd-search .results li.current:not(.no-results),
|
|
959
|
+
#tsd-search .results li:hover:not(.no-results) {
|
|
1032
960
|
background-color: var(--color-accent);
|
|
1033
961
|
}
|
|
1034
962
|
#tsd-search .results a {
|
|
1035
|
-
display:
|
|
963
|
+
display: flex;
|
|
964
|
+
align-items: center;
|
|
965
|
+
padding: 0.25rem;
|
|
966
|
+
box-sizing: border-box;
|
|
1036
967
|
}
|
|
1037
968
|
#tsd-search .results a:before {
|
|
1038
969
|
top: 10px;
|
|
@@ -1088,6 +1019,11 @@ a.tsd-index-link {
|
|
|
1088
1019
|
overflow-x: auto;
|
|
1089
1020
|
}
|
|
1090
1021
|
|
|
1022
|
+
.tsd-signature-keyword {
|
|
1023
|
+
color: var(--color-ts-keyword);
|
|
1024
|
+
font-weight: normal;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1091
1027
|
.tsd-signature-symbol {
|
|
1092
1028
|
color: var(--color-text-aside);
|
|
1093
1029
|
font-weight: normal;
|
|
@@ -1143,7 +1079,7 @@ ul.tsd-type-parameter-list h5 {
|
|
|
1143
1079
|
}
|
|
1144
1080
|
|
|
1145
1081
|
.tsd-page-toolbar {
|
|
1146
|
-
position:
|
|
1082
|
+
position: sticky;
|
|
1147
1083
|
z-index: 1;
|
|
1148
1084
|
top: 0;
|
|
1149
1085
|
left: 0;
|
|
@@ -1183,16 +1119,14 @@ ul.tsd-type-parameter-list h5 {
|
|
|
1183
1119
|
padding: 12px 0;
|
|
1184
1120
|
}
|
|
1185
1121
|
|
|
1186
|
-
.tsd-page-toolbar--hide {
|
|
1187
|
-
transform: translateY(-100%);
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
1122
|
.tsd-widget {
|
|
1191
1123
|
display: inline-block;
|
|
1192
1124
|
overflow: hidden;
|
|
1193
1125
|
opacity: 0.8;
|
|
1194
1126
|
height: 40px;
|
|
1195
|
-
transition:
|
|
1127
|
+
transition:
|
|
1128
|
+
opacity 0.1s,
|
|
1129
|
+
background-color 0.2s;
|
|
1196
1130
|
vertical-align: bottom;
|
|
1197
1131
|
cursor: pointer;
|
|
1198
1132
|
}
|
|
@@ -1214,12 +1148,6 @@ ul.tsd-type-parameter-list h5 {
|
|
|
1214
1148
|
.tsd-widget.menu {
|
|
1215
1149
|
display: none;
|
|
1216
1150
|
}
|
|
1217
|
-
@media (max-width: 1024px) {
|
|
1218
|
-
.tsd-widget.options,
|
|
1219
|
-
.tsd-widget.menu {
|
|
1220
|
-
display: inline-block;
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
1151
|
input[type="checkbox"] + .tsd-widget:before {
|
|
1224
1152
|
background-position: -120px 0;
|
|
1225
1153
|
}
|
|
@@ -1250,7 +1178,7 @@ img {
|
|
|
1250
1178
|
}
|
|
1251
1179
|
|
|
1252
1180
|
.deprecated {
|
|
1253
|
-
text-decoration: line-through;
|
|
1181
|
+
text-decoration: line-through !important;
|
|
1254
1182
|
}
|
|
1255
1183
|
|
|
1256
1184
|
.warning {
|
|
@@ -1259,6 +1187,78 @@ img {
|
|
|
1259
1187
|
background: var(--color-background-warning);
|
|
1260
1188
|
}
|
|
1261
1189
|
|
|
1190
|
+
.tsd-kind-project {
|
|
1191
|
+
color: var(--color-ts-project);
|
|
1192
|
+
}
|
|
1193
|
+
.tsd-kind-module {
|
|
1194
|
+
color: var(--color-ts-module);
|
|
1195
|
+
}
|
|
1196
|
+
.tsd-kind-namespace {
|
|
1197
|
+
color: var(--color-ts-namespace);
|
|
1198
|
+
}
|
|
1199
|
+
.tsd-kind-enum {
|
|
1200
|
+
color: var(--color-ts-enum);
|
|
1201
|
+
}
|
|
1202
|
+
.tsd-kind-enum-member {
|
|
1203
|
+
color: var(--color-ts-enum-member);
|
|
1204
|
+
}
|
|
1205
|
+
.tsd-kind-variable {
|
|
1206
|
+
color: var(--color-ts-variable);
|
|
1207
|
+
}
|
|
1208
|
+
.tsd-kind-function {
|
|
1209
|
+
color: var(--color-ts-function);
|
|
1210
|
+
}
|
|
1211
|
+
.tsd-kind-class {
|
|
1212
|
+
color: var(--color-ts-class);
|
|
1213
|
+
}
|
|
1214
|
+
.tsd-kind-interface {
|
|
1215
|
+
color: var(--color-ts-interface);
|
|
1216
|
+
}
|
|
1217
|
+
.tsd-kind-constructor {
|
|
1218
|
+
color: var(--color-ts-constructor);
|
|
1219
|
+
}
|
|
1220
|
+
.tsd-kind-property {
|
|
1221
|
+
color: var(--color-ts-property);
|
|
1222
|
+
}
|
|
1223
|
+
.tsd-kind-method {
|
|
1224
|
+
color: var(--color-ts-method);
|
|
1225
|
+
}
|
|
1226
|
+
.tsd-kind-call-signature {
|
|
1227
|
+
color: var(--color-ts-call-signature);
|
|
1228
|
+
}
|
|
1229
|
+
.tsd-kind-index-signature {
|
|
1230
|
+
color: var(--color-ts-index-signature);
|
|
1231
|
+
}
|
|
1232
|
+
.tsd-kind-constructor-signature {
|
|
1233
|
+
color: var(--color-ts-constructor-signature);
|
|
1234
|
+
}
|
|
1235
|
+
.tsd-kind-parameter {
|
|
1236
|
+
color: var(--color-ts-parameter);
|
|
1237
|
+
}
|
|
1238
|
+
.tsd-kind-type-literal {
|
|
1239
|
+
color: var(--color-ts-type-literal);
|
|
1240
|
+
}
|
|
1241
|
+
.tsd-kind-type-parameter {
|
|
1242
|
+
color: var(--color-ts-type-parameter);
|
|
1243
|
+
}
|
|
1244
|
+
.tsd-kind-accessor {
|
|
1245
|
+
color: var(--color-ts-accessor);
|
|
1246
|
+
}
|
|
1247
|
+
.tsd-kind-get-signature {
|
|
1248
|
+
color: var(--color-ts-get-signature);
|
|
1249
|
+
}
|
|
1250
|
+
.tsd-kind-set-signature {
|
|
1251
|
+
color: var(--color-ts-set-signature);
|
|
1252
|
+
}
|
|
1253
|
+
.tsd-kind-type-alias {
|
|
1254
|
+
color: var(--color-ts-type-alias);
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
/* if we have a kind icon, don't color the text by kind */
|
|
1258
|
+
.tsd-kind-icon ~ span {
|
|
1259
|
+
color: var(--color-text);
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
1262
|
* {
|
|
1263
1263
|
scrollbar-width: thin;
|
|
1264
1264
|
scrollbar-color: var(--color-accent) var(--color-icon-background);
|
|
@@ -1277,3 +1277,153 @@ img {
|
|
|
1277
1277
|
border-radius: 999rem;
|
|
1278
1278
|
border: 0.25rem solid var(--color-icon-background);
|
|
1279
1279
|
}
|
|
1280
|
+
|
|
1281
|
+
/* mobile */
|
|
1282
|
+
@media (max-width: 769px) {
|
|
1283
|
+
.tsd-widget.options,
|
|
1284
|
+
.tsd-widget.menu {
|
|
1285
|
+
display: inline-block;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.container-main {
|
|
1289
|
+
display: flex;
|
|
1290
|
+
}
|
|
1291
|
+
html .col-content {
|
|
1292
|
+
float: none;
|
|
1293
|
+
max-width: 100%;
|
|
1294
|
+
width: 100%;
|
|
1295
|
+
}
|
|
1296
|
+
html .col-sidebar {
|
|
1297
|
+
position: fixed !important;
|
|
1298
|
+
overflow-y: auto;
|
|
1299
|
+
-webkit-overflow-scrolling: touch;
|
|
1300
|
+
z-index: 1024;
|
|
1301
|
+
top: 0 !important;
|
|
1302
|
+
bottom: 0 !important;
|
|
1303
|
+
left: auto !important;
|
|
1304
|
+
right: 0 !important;
|
|
1305
|
+
padding: 1.5rem 1.5rem 0 0;
|
|
1306
|
+
width: 75vw;
|
|
1307
|
+
visibility: hidden;
|
|
1308
|
+
background-color: var(--color-background);
|
|
1309
|
+
transform: translate(100%, 0);
|
|
1310
|
+
}
|
|
1311
|
+
html .col-sidebar > *:last-child {
|
|
1312
|
+
padding-bottom: 20px;
|
|
1313
|
+
}
|
|
1314
|
+
html .overlay {
|
|
1315
|
+
content: "";
|
|
1316
|
+
display: block;
|
|
1317
|
+
position: fixed;
|
|
1318
|
+
z-index: 1023;
|
|
1319
|
+
top: 0;
|
|
1320
|
+
left: 0;
|
|
1321
|
+
right: 0;
|
|
1322
|
+
bottom: 0;
|
|
1323
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
1324
|
+
visibility: hidden;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
.to-has-menu .overlay {
|
|
1328
|
+
animation: fade-in 0.4s;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
.to-has-menu .col-sidebar {
|
|
1332
|
+
animation: pop-in-from-right 0.4s;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
.from-has-menu .overlay {
|
|
1336
|
+
animation: fade-out 0.4s;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.from-has-menu .col-sidebar {
|
|
1340
|
+
animation: pop-out-to-right 0.4s;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.has-menu body {
|
|
1344
|
+
overflow: hidden;
|
|
1345
|
+
}
|
|
1346
|
+
.has-menu .overlay {
|
|
1347
|
+
visibility: visible;
|
|
1348
|
+
}
|
|
1349
|
+
.has-menu .col-sidebar {
|
|
1350
|
+
visibility: visible;
|
|
1351
|
+
transform: translate(0, 0);
|
|
1352
|
+
display: flex;
|
|
1353
|
+
flex-direction: column;
|
|
1354
|
+
gap: 1.5rem;
|
|
1355
|
+
max-height: 100vh;
|
|
1356
|
+
padding: 1rem 2rem;
|
|
1357
|
+
}
|
|
1358
|
+
.has-menu .tsd-navigation {
|
|
1359
|
+
max-height: 100%;
|
|
1360
|
+
}
|
|
1361
|
+
#tsd-toolbar-links {
|
|
1362
|
+
display: none;
|
|
1363
|
+
}
|
|
1364
|
+
.tsd-navigation .tsd-nav-link {
|
|
1365
|
+
display: flex;
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
/* one sidebar */
|
|
1370
|
+
@media (min-width: 770px) {
|
|
1371
|
+
.container-main {
|
|
1372
|
+
display: grid;
|
|
1373
|
+
grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
|
|
1374
|
+
grid-template-areas: "sidebar content";
|
|
1375
|
+
margin: 2rem auto;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.col-sidebar {
|
|
1379
|
+
grid-area: sidebar;
|
|
1380
|
+
}
|
|
1381
|
+
.col-content {
|
|
1382
|
+
grid-area: content;
|
|
1383
|
+
padding: 0 1rem;
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
@media (min-width: 770px) and (max-width: 1399px) {
|
|
1387
|
+
.col-sidebar {
|
|
1388
|
+
max-height: calc(100vh - 2rem - 42px);
|
|
1389
|
+
overflow: auto;
|
|
1390
|
+
position: sticky;
|
|
1391
|
+
top: 42px;
|
|
1392
|
+
padding-top: 1rem;
|
|
1393
|
+
}
|
|
1394
|
+
.site-menu {
|
|
1395
|
+
margin-top: 1rem;
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
/* two sidebars */
|
|
1400
|
+
@media (min-width: 1200px) {
|
|
1401
|
+
.container-main {
|
|
1402
|
+
grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem);
|
|
1403
|
+
grid-template-areas: "sidebar content toc";
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.col-sidebar {
|
|
1407
|
+
display: contents;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.page-menu {
|
|
1411
|
+
grid-area: toc;
|
|
1412
|
+
padding-left: 1rem;
|
|
1413
|
+
}
|
|
1414
|
+
.site-menu {
|
|
1415
|
+
grid-area: sidebar;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.site-menu {
|
|
1419
|
+
margin-top: 1rem 0;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.page-menu,
|
|
1423
|
+
.site-menu {
|
|
1424
|
+
max-height: calc(100vh - 2rem - 42px);
|
|
1425
|
+
overflow: auto;
|
|
1426
|
+
position: sticky;
|
|
1427
|
+
top: 42px;
|
|
1428
|
+
}
|
|
1429
|
+
}
|