@embedpdf/models 2.6.1 → 2.7.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/dist/index.js CHANGED
@@ -931,6 +931,9 @@ var PdfActionType = /* @__PURE__ */ ((PdfActionType2) => {
931
931
  PdfActionType2[PdfActionType2["LaunchAppOrOpenFile"] = 4] = "LaunchAppOrOpenFile";
932
932
  return PdfActionType2;
933
933
  })(PdfActionType || {});
934
+ const AP_MODE_NORMAL = 1;
935
+ const AP_MODE_ROLLOVER = 2;
936
+ const AP_MODE_DOWN = 4;
934
937
  var PdfAnnotationSubtype = /* @__PURE__ */ ((PdfAnnotationSubtype2) => {
935
938
  PdfAnnotationSubtype2[PdfAnnotationSubtype2["UNKNOWN"] = 0] = "UNKNOWN";
936
939
  PdfAnnotationSubtype2[PdfAnnotationSubtype2["TEXT"] = 1] = "TEXT";
@@ -2189,6 +2192,9 @@ class TaskSequence {
2189
2192
  function ignore() {
2190
2193
  }
2191
2194
  export {
2195
+ AP_MODE_DOWN,
2196
+ AP_MODE_NORMAL,
2197
+ AP_MODE_ROLLOVER,
2192
2198
  AllLogger,
2193
2199
  AppearanceMode,
2194
2200
  CompoundTask,